simple-table-core 1.3.0 → 1.3.1

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.
@@ -10,9 +10,11 @@ import "../../styles/simple-table.css";
10
10
  import { TableFilterState } from "../../types/FilterTypes";
11
11
  import SortColumn from "../../types/SortColumn";
12
12
  import RowSelectionChangeProps from "../../types/RowSelectionChangeProps";
13
+ import CellClickProps from "../../types/CellClickProps";
13
14
  interface SimpleTableProps {
14
15
  allowAnimations?: boolean;
15
16
  cellUpdateFlash?: boolean;
17
+ className?: string;
16
18
  columnEditorPosition?: ColumnEditorPosition;
17
19
  columnEditorText?: string;
18
20
  columnReordering?: boolean;
@@ -29,6 +31,7 @@ interface SimpleTableProps {
29
31
  hideFooter?: boolean;
30
32
  nextIcon?: ReactNode;
31
33
  onCellEdit?: (props: CellChangeProps) => void;
34
+ onCellClick?: (props: CellClickProps) => void;
32
35
  onColumnOrderChange?: (newHeaders: HeaderObject[]) => void;
33
36
  onFilterChange?: (filters: TableFilterState) => void;
34
37
  onGridReady?: () => void;
@@ -6,6 +6,7 @@ import HeaderObject, { Accessor } from "../types/HeaderObject";
6
6
  import OnSortProps from "../types/OnSortProps";
7
7
  import Theme from "../types/Theme";
8
8
  import CellValue from "../types/CellValue";
9
+ import CellClickProps from "../types/CellClickProps";
9
10
  export interface CellRegistryEntry {
10
11
  updateContent: (newValue: CellValue) => void;
11
12
  }
@@ -46,6 +47,7 @@ interface TableContextType {
46
47
  mainBodyRef: RefObject<HTMLDivElement>;
47
48
  nextIcon: ReactNode;
48
49
  onCellEdit?: (props: any) => void;
50
+ onCellClick?: (props: CellClickProps) => void;
49
51
  onColumnOrderChange?: (newHeaders: HeaderObject[]) => void;
50
52
  onLoadMore?: () => void;
51
53
  onSort: OnSortProps;
package/dist/index.d.ts CHANGED
@@ -20,5 +20,6 @@ import Theme from "./types/Theme";
20
20
  import UpdateDataProps from "./types/UpdateCellProps";
21
21
  import { FilterCondition, TableFilterState } from "./types/FilterTypes";
22
22
  import RowSelectionChangeProps from "./types/RowSelectionChangeProps";
23
+ import CellClickProps from "./types/CellClickProps";
23
24
  export { SimpleTable };
24
- export type { Accessor, AggregationConfig, AggregationType, BoundingBox, Cell, CellChangeProps, CellValue, ColumnEditorPosition, ColumnType, DragHandlerProps, EnumOption, FilterCondition, HeaderObject, OnSortProps, Row, RowSelectionChangeProps, SharedTableProps, SortColumn, TableCellProps, TableFilterState, TableHeaderProps, TableRefType, TableRowProps, Theme, UpdateDataProps, };
25
+ export type { Accessor, AggregationConfig, AggregationType, BoundingBox, Cell, CellChangeProps, CellClickProps, CellValue, ColumnEditorPosition, ColumnType, DragHandlerProps, EnumOption, FilterCondition, HeaderObject, OnSortProps, Row, RowSelectionChangeProps, SharedTableProps, SortColumn, TableCellProps, TableFilterState, TableHeaderProps, TableRefType, TableRowProps, Theme, UpdateDataProps, };
package/dist/index.es.js CHANGED
@@ -1,2 +1,2 @@
1
- import{jsx as e,jsxs as n,Fragment as t}from"react/jsx-runtime";import r,{useState as o,useRef as i,useMemo as a,useCallback as l,useEffect as c,createContext as s,useContext as u,useLayoutEffect as d,Fragment as f,cloneElement as h,forwardRef as v,useImperativeHandle as p,useReducer as g}from"react";var w=function(){return w=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var o in n=arguments[t])Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},w.apply(this,arguments)};function m(e,n,t,r){return new(t||(t=Promise))(function(o,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function l(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t(function(e){e(n)})).then(a,l)}c((r=r.apply(e,n||[])).next())})}function y(e,n){var t,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=l(0),a.throw=l(1),a.return=l(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function l(l){return function(c){return function(l){if(t)throw new TypeError("Generator is already executing.");for(;a&&(a=0,l[0]&&(i=0)),i;)try{if(t=1,r&&(o=2&l[0]?r.return:l[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,l[1])).done)return o;switch(r=0,o&&(l=[2&l[0],o.value]),l[0]){case 0:case 1:o=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,r=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]<o[3])){i.label=l[1];break}if(6===l[0]&&i.label<o[1]){i.label=o[1],o=l;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(l);break}o[2]&&i.ops.pop(),i.trys.pop();continue}l=n.call(e,i)}catch(e){l=[6,e],r=0}finally{t=o=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}function b(e,n,t){if(t||2===arguments.length)for(var r,o=0,i=n.length;o<i;o++)!r&&o in n||(r||(r=Array.prototype.slice.call(n,0,o)),r[o]=n[o]);return e.concat(r||Array.prototype.slice.call(n))}"function"==typeof SuppressedError&&SuppressedError;var C=function(e){var n=e.accessor,t=e.rowId;return"".concat(t,"-").concat(n)},I=function(e){var n=e.header,t=e.pinned;return n.hide?null:!t&&!n.pinned||n.pinned===t||null},S=function(e){var n=e.rowId,t=e.accessor;return"".concat(n,"-").concat(t)},x=function(e){return e.hide?[]:e.children&&0!==e.children.length?e.children.flatMap(function(e){return x(e)}):[e]},R=function(e){var n,t=e.width;"string"==typeof t&&t.includes("fr")&&(e.width=(null===(n=document.getElementById(C({accessor:e.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth)||150),e.children&&e.children.forEach(function(e){R(e)})},E=function(e){return"number"==typeof e.minWidth?e.minWidth:40},N=function(e){return Array.isArray(e)&&e.length>0&&"object"==typeof e[0]&&null!==e[0]},k=function(e){return e.row[e.rowIdAccessor]},A=function(e){var n=e.depth,t=void 0===n?0:n,r=e.expandAll,o=void 0!==r&&r,i=e.unexpandedRows,a=e.rowGrouping,l=void 0===a?[]:a,c=e.rowIdAccessor,s=e.rows,u=[],d=function(e,n,t){void 0===t&&(t=0);var r=t;return e.forEach(function(t,a){var s=k({row:t,rowIdAccessor:c}),f=l[n],h=0===n&&a===e.length-1;u.push({row:t,depth:n,groupingKey:f,position:r,isLastGroupRow:h}),r++;var v=String(s);if((o?!i.has(v):i.has(v))&&n<l.length){var p=function(e,n){var t=e[n];return N(t)?t:[]}(t,f);p.length>0&&(r=d(p,n+1,r))}}),r};return d(s,t),u},F=function(e){var n=e.rowIndex,t=e.colIndex,r=e.rowId;return"".concat(n,"-").concat(t,"-").concat(r)},T=s(void 0),H=function(n){var t=n.children,r=n.value;return e(T.Provider,w({value:r},{children:t}))},D=function(){var e=u(T);if(void 0===e)throw new Error("useTableContext must be used within a TableProvider");return e},M=function(t){var r=t.currentPage,i=t.hideFooter,a=t.onPageChange,l=t.onNextPage,c=t.shouldPaginate,s=t.totalPages,u=D(),d=u.nextIcon,f=u.prevIcon,h=o(!0),v=h[0],p=h[1],g=!(r>1),b=!(r<s)&&!l||!v&&r===s;if(i||!c)return null;var C=function(){if(s<=15)return Array.from({length:s},function(e,n){return n+1});var e,n,t=[],o=15;if(r<=Math.ceil(7.5))e=1,n=14;else if(r>=s-Math.floor(7.5))e=Math.max(1,s-o+1),n=s;else{var i=Math.floor(7);e=r-i,n=r+(o-i-1)}for(var a=e;a<=n;a++)t.push(a);return n<s-1&&(t.push(-1),t.push(s)),t}();return n("div",w({className:"st-footer"},{children:[e("button",w({className:"st-next-prev-btn ".concat(g?"disabled":""),onClick:function(){var e=r-1;e>=1&&a(e)},disabled:g},{children:f})),e("button",w({className:"st-next-prev-btn ".concat(b?"disabled":""),onClick:function(){return m(void 0,void 0,void 0,function(){var e,n;return y(this,function(t){switch(t.label){case 0:return e=r===s,n=r+1,l&&e?[4,l(r)]:[3,2];case 1:if(!t.sent())return p(!1),[2];t.label=2;case 2:return(n<=s||l)&&a(n),[2]}})})},disabled:b},{children:d})),C.map(function(n,t){return n<0?e("span",w({className:"st-page-ellipsis"},{children:"..."}),"ellipsis-".concat(n)):e("button",w({onClick:function(){return function(e){e>=1&&e<=s&&a(e)}(n)},className:"st-page-btn ".concat(r===n?"active":"")},{children:n}),"page-".concat(n))})]}))},L=function(n){var t=n.className;return e("svg",w({className:t,viewBox:"0 0 24 24",width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"})}))},B=function(n){var t=n.className;return e("svg",w({className:t,viewBox:"0 0 24 24",width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z"})}))},O=function(e){var n=e.bufferRowCount,t=e.contentHeight,r=e.rowHeight,o=e.scrollTop,i=e.tableRows,a=r+1,l=Math.max(0,o-a*n),c=o+t+a*n,s=Math.max(0,Math.floor(l/a)),u=Math.min(i.length,Math.ceil(c/a));return i.slice(s,u)},W=function(e){return e.position*(e.rowHeight+1)-1},P=function(e){return e.position*(e.rowHeight+1)},q=function(n){var t=n.children,r=n.onClose,a=n.open,l=n.overflow,s=void 0===l?"auto":l,u=n.setOpen,d=n.width,f=n.containerRef,h=n.positioning,v=void 0===h?"fixed":h,p=D().mainBodyRef,g=i(null),m=i(null),y=o("bottom-left"),b=y[0],C=y[1],I=o({}),S=I[0],x=I[1],R=o(!1),E=R[0],N=R[1];return c(function(){a&&g.current?(N(!1),!m.current&&g.current.parentElement&&(m.current=g.current.parentElement),requestAnimationFrame(function(){if(g.current&&m.current){var e,n=g.current,t=m.current.getBoundingClientRect(),r=n.offsetHeight,o=d||n.offsetWidth,i=(e=(null==f?void 0:f.current)?f.current.getBoundingClientRect():(null==p?void 0:p.current)?p.current.getBoundingClientRect():{top:0,right:window.innerWidth,bottom:window.innerHeight,left:0,width:window.innerWidth,height:window.innerHeight,x:0,y:0,toJSON:function(){}}).bottom-t.bottom,a=t.top-e.top,l="bottom",c={};(r>i&&r<=a||r>i&&a>i)&&(l="top");var s="left";o>e.right-t.right+t.width&&(s="right"),"fixed"===v?("bottom"===l?c.top=t.bottom+4:c.bottom=window.innerHeight-t.top+4,"left"===s?c.left=t.left:c.right=window.innerWidth-t.right):("bottom"===l?c.top=t.height+4:c.bottom=t.height+4,"left"===s?c.left=0:c.right=0),C("".concat(l,"-").concat(s)),x(c),N(!0)}})):a||N(!1)},[a,d,f,p,v]),c(function(){var e=function(e){if(a&&g.current){var n=e.target;g.current&&!g.current.contains(n)&&(u(!1),null==r||r())}};return a&&window.addEventListener("scroll",e,!0),function(){window.removeEventListener("scroll",e,!0)}},[a,r,u]),c(function(){var e=function(e){if(g.current&&!g.current.contains(e.target)){var n=g.current.parentElement;n&&!n.contains(e.target)&&(u(!1),null==r||r())}};return a&&document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[r,a,u]),c(function(){var e=function(e){"Escape"===e.key&&a&&(u(!1),null==r||r())};return a&&document.addEventListener("keydown",e),function(){document.removeEventListener("keydown",e)}},[r,a,u]),a?e("div",w({ref:g,className:"st-dropdown-content st-dropdown-".concat(b),onClick:function(e){return e.stopPropagation()},style:w(w({position:v,width:d?"".concat(d,"px"):"auto",visibility:E?"visible":"hidden"},S),{overflow:s})},{children:t})):null},z=function(n){var t=n.children,r=n.onClick,o=n.isSelected,i=void 0!==o&&o,a=n.disabled,l=void 0!==a&&a,c=n.className,s=void 0===c?"":c;return e("div",w({className:"st-dropdown-item ".concat(i?"selected":""," ").concat(l?"disabled":""," ").concat(s),onClick:function(){!l&&r&&r()},role:"option","aria-selected":i,"aria-disabled":l},{children:t}))},Y=function(t){var r=t.onBlur,i=t.onChange,a=t.open,l=t.setOpen,c=t.value,s=o(c),u=s[0],d=s[1],f=function(e){d(e),i(e),l(!1),r()};return n(q,w({open:a,onClose:function(){r()},setOpen:l,width:120},{children:[e(z,w({isSelected:!0===u,onClick:function(){return f(!0)}},{children:"True"})),e(z,w({isSelected:!1===u,onClick:function(){return f(!1)}},{children:"False"}))]}))},j=function(n){var t=n.defaultValue,r=n.onBlur,o=n.onChange,a=i(null);return e("input",{className:"editable-cell-input",ref:a,autoFocus:!0,type:"text",defaultValue:null!=t?t:"",onBlur:r,onChange:function(e){var n=e.target.value;o(n)},onKeyDown:function(e){e.stopPropagation(),"Enter"!==e.key&&"Escape"!==e.key||r()},onMouseDown:function(e){e.stopPropagation()}})},G=function(n){var t=n.defaultValue,r=n.onBlur,o=n.onChange,a=i(null);return e("input",{className:"editable-cell-input",ref:a,autoFocus:!0,defaultValue:t.toString(),onBlur:r,onChange:function(e){var n=e.target.value;/^\d*\.?\d*$/.test(n)&&o(n)},onKeyDown:function(e){e.stopPropagation(),"Enter"!==e.key&&"Escape"!==e.key||r()},onMouseDown:function(e){e.stopPropagation()}})},U=function(r){var i,a,l=r.onChange,c=r.onClose,s=r.value,u=D(),d=u.nextIcon,f=u.prevIcon,h=o(s||new Date),v=h[0],p=h[1],g=o("days"),m=g[0],y=g[1],b=function(e,n){return new Date(e,n+1,0).getDate()};return n("div",w({className:"st-datepicker"},{children:[n("div",w({className:"st-datepicker-header"},{children:["days"===m&&n(t,{children:[e("button",w({onClick:function(){p(new Date(v.getFullYear(),v.getMonth()-1,1))},className:"st-datepicker-nav-btn"},{children:f})),n("div",w({className:"st-datepicker-header-label",onClick:function(){return y("months")}},{children:[(a=v,a.toLocaleString("default",{month:"long"}))," ",v.getFullYear()]})),e("button",w({onClick:function(){p(new Date(v.getFullYear(),v.getMonth()+1,1))},className:"st-datepicker-nav-btn"},{children:d}))]}),"months"===m&&e("div",w({className:"st-datepicker-header-label",onClick:function(){return y("years")}},{children:v.getFullYear()})),"years"===m&&e("div",w({className:"st-datepicker-header-label"},{children:"Select Year"}))]})),n("div",w({className:"st-datepicker-grid st-datepicker-".concat(m,"-grid")},{children:["days"===m&&function(){var n=[],t=v.getFullYear(),r=v.getMonth(),o=b(t,r),i=function(e,n){return new Date(e,n,1).getDay()}(t,r),a=b(t,r-1);["Su","Mo","Tu","We","Th","Fr","Sa"].forEach(function(t,r){n.push(e("div",w({className:"st-datepicker-weekday"},{children:t}),"header-".concat(r)))});for(var u=function(t){var r=a-i+t+1;n.push(e("div",w({className:"st-datepicker-day other-month",onClick:function(){return function(e){var n=new Date(v.getFullYear(),v.getMonth()-1,e);p(n),l(n),null==c||c()}(r)}},{children:r}),"prev-".concat(r)))},d=0;d<i;d++)u(d);for(var f=function(o){var i=o===(new Date).getDate()&&r===(new Date).getMonth()&&t===(new Date).getFullYear(),a=o===new Date(s).getDate()&&r===new Date(s).getMonth()&&t===new Date(s).getFullYear();n.push(e("div",w({className:"st-datepicker-day ".concat(i?"today":""," ").concat(a?"selected":""),onClick:function(){return function(e){var n=new Date(v.getFullYear(),v.getMonth(),e);p(n),l(n),null==c||c()}(o)}},{children:o}),"day-".concat(o)))},h=1;h<=o;h++)f(h);var g=35-(i+o),m=function(t){n.push(e("div",w({className:"st-datepicker-day other-month",onClick:function(){return function(e){var n=new Date(v.getFullYear(),v.getMonth()+1,e);p(n),l(n),null==c||c()}(t)}},{children:t}),"next-".concat(t)))};for(h=1;h<=g;h++)m(h);return n}(),"months"===m&&(i=[],Array.from({length:12},function(e,n){return new Date(2e3,n,1).toLocaleString("default",{month:"short"})}).forEach(function(n,t){var r=t===v.getMonth();i.push(e("div",w({className:"st-datepicker-month ".concat(r?"selected":""),onClick:function(){return function(e){p(new Date(v.getFullYear(),e,1)),y("days")}(t)}},{children:n}),"month-".concat(t)))}),i),"years"===m&&function(){for(var n=[],t=v.getFullYear(),r=t-6,o=function(r){var o=r===t;n.push(e("div",w({className:"st-datepicker-year ".concat(o?"selected":""),onClick:function(){return function(e){p(new Date(e,v.getMonth(),1)),y("months")}(r)}},{children:r}),"year-".concat(r)))},i=r;i<r+12;i++)o(i);return n}()]})),e("div",w({className:"st-datepicker-footer"},{children:e("button",w({className:"st-datepicker-today-btn",onClick:function(){var e=new Date;p(e),l(e),null==c||c()}},{children:"Today"}))}))]}))},K=function(e){if(!e)return new Date;var n=e.toString().split("-").map(Number),t=n[0],r=n[1],o=n[2],i=new Date;return i.setFullYear(t),i.setMonth(r-1),i.setDate(o),isNaN(i.getTime())?new Date:i},V=function(n){var t=n.onBlur,r=n.onChange,o=n.open,i=n.setOpen,a=n.value;c(function(){var e=setTimeout(function(){var e=document.querySelector(".st-dropdown-container");e instanceof HTMLElement&&e.focus()},0);return function(){return clearTimeout(e)}},[]);var l=function(){t()};return e(q,w({open:o,onClose:l,setOpen:i,width:280},{children:e(U,{value:K(a),onChange:function(e){var n=e.toISOString().split("T")[0];r(n),i(!1),t()},onClose:l})}))},J=function(n){var t=n.onBlur,r=n.onChange,i=n.open,a=n.options,l=n.setOpen,c=n.value,s=o(c||""),u=s[0],d=s[1];return e(q,w({open:i,onClose:function(){t()},setOpen:l,width:150},{children:e("div",w({className:"st-enum-dropdown-content"},{children:a.map(function(n){return e(z,w({isSelected:u===n.value,onClick:function(){return e=n.value,d(e),r(e),l(!1),void t();var e}},{children:n.label}),n.value)})}))}))},X=function(n){var t=n.enumOptions,r=void 0===t?[]:t,o=n.onChange,i=n.setIsEditing,a=n.type,l=void 0===a?"string":a,c=n.value,s=function(){i(!1)};if("boolean"===l&&"boolean"==typeof c)return e(Y,{onBlur:s,onChange:function(e){return o(e)},open:!0,setOpen:i,value:c});if("date"===l)return e(V,{onBlur:s,onChange:o,open:!0,setOpen:i,value:c});if("enum"===l)return e(J,{onBlur:s,onChange:o,open:!0,options:r,setOpen:i,value:"string"==typeof c?c:""});if("number"===l&&"number"==typeof c)return e(G,{defaultValue:c,onBlur:s,onChange:function(e){var n=""===e?0:parseFloat(e);o(isNaN(n)?0:n)}});var u=null==c?"":String(c);return e(j,{defaultValue:u,onBlur:s,onChange:o})},_=0,$=function(){return function(e){var n=e.callback,t=e.callbackProps,r=e.limit,o=Date.now();(0===_||o-_>=r)&&(_=o,n(t))}},Q=function(e){var n=i(e);return c(function(){JSON.stringify(n.current)!==JSON.stringify(e)&&(n.current=e)},[e]),n.current},Z=function(e){if(null===e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(Z);var n={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=Z(e[t]));return n},ee=function(e,n){return e.filter(function(e){return e.pinned===n}).some(function(e){return!e.hide})},ne=Date.now(),te={screenX:0,screenY:0},re=function(e,n,t){void 0===t&&(t=[]);for(var r=0;r<e.length;r++){var o=e[r];if(o.accessor===n)return b(b([],t,!0),[r],!1);if(o.children&&o.children.length>0){var i=re(o.children,n,b(b([],t,!0),[r],!1));if(i)return i}}return null},oe=function(e){return"left"===e.pinned?"left":"right"===e.pinned?"right":"main"};function ie(e,n,t){var r,o,i=Z(e),a=!1;try{var l=oe(t),c=i.findIndex(function(e){return e.accessor===n.accessor}),s=i.findIndex(function(e){return e.accessor===t.accessor});if(-1===c||-1===s)return{newHeaders:i,emergencyBreak:a=!0};var u=i.splice(c,1)[0],d=(r=l,o=w({},u),"left"===r?o.pinned="left":"right"===r?o.pinned="right":delete o.pinned,o),f=s;i.splice(f,0,d)}catch(e){console.error("Error in insertHeaderAcrossSections:",e),a=!0}return{newHeaders:i,emergencyBreak:a}}var ae=function(e){var n=e.draggedHeaderRef,t=e.headers,r=e.hoveredHeaderRef,o=e.onColumnOrderChange,i=e.onTableHeaderDragEnd,a=D().setHeaders,l=Q(t);return{handleDragStart:function(e){n.current=e,ne=Date.now()},handleDragOver:function(e){var o=e.event,a=e.hoveredHeader;if(o.preventDefault(),t&&n.current){var c=o.currentTarget.getAnimations().some(function(e){return"running"===e.playState}),s=o.screenX,u=o.screenY,d=Math.sqrt(Math.pow(s-te.screenX,2)+Math.pow(u-te.screenY,2));r.current=a;var f,h=n.current,v=!1;if(oe(h)!==oe(a)){f=(I=ie(t,h,a)).newHeaders,v=I.emergencyBreak}else{var p=t,g=re(p,h.accessor),w=re(p,a.accessor);if(!g||!w)return;var m=g.length,y=w.length,b=w;if(m!==y){var C=y-m;C>0&&(b=w.slice(0,-C))}var I=function(e,n,t){var r=Z(e),o=!1;function i(e,n){for(var t=e,r=0;r<n.length-1;r++)t=t[n[r]].children;return t[n[n.length-1]]}function a(e,n,t){for(var r=e,i=0;i<n.length-1;i++){if(!r[n[i]].children){o=!0;break}r=r[n[i]].children}r[n[n.length-1]]=t}var l=i(r,n);return a(r,n,i(r,t)),a(r,t,l),{newHeaders:r,emergencyBreak:o}}(p,g,b);f=I.newHeaders,v=I.emergencyBreak}if(!(c||a.accessor===h.accessor||d<10||JSON.stringify(f)===JSON.stringify(t)||v)){var S=Date.now();JSON.stringify(f)===JSON.stringify(l)&&(S-ne<1500||d<40)||(ne=S,te={screenX:s,screenY:u},i(f))}}},handleDragEnd:function(){n.current=null,r.current=null,setTimeout(function(){a(function(e){return b([],e,!0)}),null==o||o(t)},10)}}},le=function(){return"undefined"!=typeof window&&window.matchMedia("(prefers-reduced-motion: reduce)").matches},ce={duration:180,easing:"cubic-bezier(0.2, 0.0, 0.2, 1)",delay:0},se={duration:200,easing:"cubic-bezier(0.2, 0.0, 0.2, 1)",delay:0},ue={duration:150,easing:"ease-out",delay:0},de=function(e){e.style.transition="",e.style.transitionDelay="",e.style.transform="",e.style.top="",e.style.willChange="",e.style.backfaceVisibility="",e.classList.remove("st-animating")},fe=function(e,n,t,r){return void 0===t&&(t={}),new Promise(function(r){e.offsetHeight,e.style.transition="transform ".concat(n.duration,"ms ").concat(n.easing),n.delay&&(e.style.transitionDelay="".concat(n.delay,"ms")),e.style.transform="translate3d(0, 0, 0)";var o=function(){de(e),e.removeEventListener("transitionend",o),t.onComplete&&t.onComplete(),r()};e.addEventListener("transitionend",o),setTimeout(o,n.duration+(n.delay||0)+50)})},he=function(e){var n=e.element,t=e.finalConfig,r=e.fromBounds,o=e.toBounds;return m(void 0,void 0,void 0,function(){var e,i,a;return y(this,function(l){switch(l.label){case 0:return e=function(e,n){var t="x"in e?e.x:e.left,r="y"in e?e.y:e.top;return{x:t-n.x,y:r-n.y}}(r,o),0===e.x&&0===e.y?[2]:le()&&!1!==t.respectReducedMotion?[2]:(i=Math.abs(e.x)>Math.abs(e.y),a=function(e,n){return void 0===e&&(e={}),le()?w(w({},ue),e):w(w({},"column"===n?ce:se),e)}(t,i?"column":"row"),de(n),function(e,n){e.style.transform="translate3d(".concat(n.x,"px, ").concat(n.y,"px, 0)"),e.style.transition="none",e.style.willChange="transform",e.style.backfaceVisibility="hidden",e.classList.add("st-animating")}(n,e),[4,fe(n,a,t)]);case 1:return l.sent(),[2]}})})},ve=function(e){var n=e.element,t=e.options;return m(void 0,void 0,void 0,function(){var e,r,o,i,a,l,c,s,u,d,f,h,v,p,g,w;return y(this,function(m){return e=t.startY,r=t.endY,o=t.finalY,i=t.duration,a=void 0===i?300:i,l=t.easing,c=void 0===l?"cubic-bezier(0.2, 0.0, 0.2, 1)":l,s=t.delay,u=void 0===s?0:s,d=t.onComplete,f=t.respectReducedMotion,h=void 0===f||f,le()&&h?(void 0!==o&&(n.style.transform="",n.style.top="".concat(o,"px")),d&&d(),[2]):(v=n.getBoundingClientRect(),p=v.top,g=e-p,w=r-p,[2,new Promise(function(e){n.style.transition="",n.style.transitionDelay="",n.style.transform="",n.style.willChange="",n.style.backfaceVisibility="",n.classList.remove("st-animating"),n.style.transform="translate3d(0, ".concat(g,"px, 0)"),n.style.transition="none",n.style.willChange="transform",n.style.backfaceVisibility="hidden",n.classList.add("st-animating"),n.offsetHeight,n.style.transition="transform ".concat(a,"ms ").concat(c),u&&(n.style.transitionDelay="".concat(u,"ms")),n.style.transform="translate3d(0, ".concat(w,"px, 0)");var t=function(){n.style.transition="",n.style.transitionDelay="",n.style.transform="",n.style.willChange="",n.style.backfaceVisibility="",n.classList.remove("st-animating"),void 0!==o&&(n.style.top="".concat(o,"px")),n.removeEventListener("transitionend",t),d&&d(),e()};n.addEventListener("transitionend",t),setTimeout(t,a+(u||0)+50)})])})})},pe=function(n){var t=n.children,r=n.id,o=n.parentRef,a=n.tableRow,l=function(e,n){var t={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&n.indexOf(r)<0&&(t[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)n.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(t[r[o]]=e[r[o]])}return t}(n,["children","id","parentRef","tableRow"]),c=D(),s=c.allowAnimations,u=c.isResizing,f=c.isScrolling,h=c.rowHeight,v=i(null),p=i(null),g=Q(f),m=Q(u);return d(function(){var e,n,t,r;if(s&&v.current&&!u){var i=v.current.getBoundingClientRect(),l=p.current;if(!f)if(!g||f)if(!m||u){if(p.current=i,l){var c=i.x-l.x,d=i.y-l.y;if(!(Math.abs(c)<50&&Math.abs(d)<=5)){if(Math.abs(c)>5||Math.abs(d)>5){var y=w(w({},se),{onComplete:function(){v.current&&(v.current.style.zIndex="",v.current.style.position="",v.current.style.top="")}}),b=null===(e=null==o?void 0:o.current)||void 0===e?void 0:e.scrollTop,C=null===(n=null==o?void 0:o.current)||void 0===n?void 0:n.clientHeight,I=null===(t=null==o?void 0:o.current)||void 0===t?void 0:t.scrollHeight;if(void 0!==b&&void 0!==C&&void 0!==I){var S=5*h,x=b-S,R=b+C+S,E=l.y>x&&l.y<R,N=i.y>x&&i.y<R,k=i.y<b,A=i.y>b+C,F=null!==(r=null==a?void 0:a.position)&&void 0!==r?r:0,T=.6*h,H=function(e,n,t){var r=Math.min(Math.abs(e-n),Math.abs(e-t));return Math.min(900,Math.max(100,100+80*Math.log10(Math.max(1,r))))};if(E&&!N&&A){var D=b+C+H(i.y,b,b+C)+F%15*T*2.5+F%7*(.4*h);return void ve({element:v.current,options:{startY:l.y,endY:D,finalY:i.y,duration:y.duration,easing:y.easing,onComplete:y.onComplete}})}if(E&&!N&&k){D=b-H(i.y,b,b+C)-F%15*T*2.5-F%7*(.4*h);return void ve({element:v.current,options:{startY:l.y,endY:D,finalY:i.y,duration:y.duration,easing:y.easing,onComplete:y.onComplete}})}if(!E&&N&&l.y>b+C){var M=b+C+H(l.y,b,b+C)+F%10*T*1;return void ve({element:v.current,options:{startY:M,endY:i.y,duration:y.duration,easing:y.easing,onComplete:y.onComplete}})}if(!E&&N&&l.y<b){M=b-H(l.y,b,b+C)-F%10*T*1;return void ve({element:v.current,options:{startY:M,endY:i.y,duration:y.duration,easing:y.easing,onComplete:y.onComplete}})}}he({element:v.current,fromBounds:l,toBounds:i,finalConfig:y})}}}}else p.current=i;else p.current=i}},[s,u,f,o,g,m,h,null==a?void 0:a.position,a]),e("div",w({ref:v,"data-animate-id":r,id:String(r)},l,{children:t}))};pe.displayName="Animate";var ge=function(n){var t=n.className,r=n.style;return e("svg",w({"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",className:t,style:w({height:"10px"},r)},{children:e("path",{d:"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"})}))},we=function(t){var r=t.checked,o=void 0!==r&&r,i=t.children,a=t.onChange;return n("label",w({className:"st-checkbox-label"},{children:[e("input",{checked:o,className:"st-checkbox-input",onChange:function(){a&&a(!o)},type:"checkbox"}),e("span",w({className:"st-checkbox-custom ".concat(o?"st-checked":"")},{children:o&&e(ge,{className:"st-checkbox-checkmark"})})),i]}))},me=function(e){var n=e.content,t=e.header;return"boolean"==typeof n?n?"True":"False":Array.isArray(n)?0===n.length?"[]":n.map(function(e){return"object"==typeof e&&null!==e?JSON.stringify(e):String(e)}).join(", "):"date"===t.type&&null!==n&&("string"==typeof n||"number"==typeof n||"object"==typeof n&&n instanceof Date)?new Date(n).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}):n},ye=function(t){var r=t.borderClass,a=t.colIndex,s=t.header,u=t.isHighlighted,d=t.isInitialFocused,f=t.nestedIndex,h=t.rowIndex,v=t.tableRow,p=D(),g=p.cellRegistry,m=p.cellUpdateFlash,y=p.draggedHeaderRef,b=p.enableRowSelection,I=p.expandIcon,x=p.handleMouseDown,R=p.handleMouseOver,E=p.handleRowSelect,A=p.headers,F=p.hoveredHeaderRef,T=p.isCopyFlashing,H=p.isRowSelected,M=p.isWarningFlashing,L=p.onCellEdit,B=p.onTableHeaderDragEnd,O=p.rowGrouping,W=p.rowIdAccessor,P=p.setUnexpandedRows,q=p.tableBodyContainerRef,z=p.theme,Y=p.unexpandedRows,j=p.useOddColumnBackground,G=v.depth,U=v.row,K=o(U[s.accessor]),V=K[0],J=K[1],_=o(!1),Q=_[0],Z=_[1],ee=o(!1),ne=ee[0],te=ee[1],re=i(null),oe=k({row:U,rowIdAccessor:W}),ie=O&&O[G],le=!!ie&&function(e,n){if(!n)return!1;var t=e[n];return N(t)}(U,ie),ce=!Y.has(String(oe)),se=T({rowIndex:h,colIndex:a,rowId:oe}),ue=M({rowIndex:h,colIndex:a,rowId:oe}),de=ae({draggedHeaderRef:y,headers:A,hoveredHeaderRef:F,onTableHeaderDragEnd:B}).handleDragOver,fe=$(),he=C({accessor:s.accessor,rowId:oe}),ve=S({rowId:oe,accessor:s.accessor}),ge=s.isSelectionColumn&&b;c(function(){if(g){var e="".concat(oe,"-").concat(s.accessor);return g.set(e,{updateContent:function(e){V!==e?(J(e),m&&(te(!0),re.current&&clearTimeout(re.current),re.current=setTimeout(function(){te(!1)},800))):J(e)}}),function(){g.delete(e),re.current&&clearTimeout(re.current)}}},[g,m,oe,s.accessor,V]),c(function(){if(ne){var e=setTimeout(function(){te(!1)},850);return function(){return clearTimeout(e)}}},[ne]),c(function(){J(U[s.accessor])},[U,s.accessor]);var ye="boolean"===s.type||"date"===s.type||"enum"===s.type,be=Boolean(null==s?void 0:s.isEditable),Ce="st-cell ".concat(G>0&&s.expandable?"st-cell-depth-".concat(G):""," ").concat(u?d?"st-cell-selected-first ".concat(r):"st-cell-selected ".concat(r):""," ").concat(be?"clickable":""," ").concat(ne?d?"st-cell-updating-first":"st-cell-updating":""," ").concat(se?d?"st-cell-copy-flash-first":"st-cell-copy-flash":""," ").concat(ue?d?"st-cell-warning-flash-first":"st-cell-warning-flash":""," ").concat(j?f%2==0?"even-column":"odd-column":""," ").concat(ge?"st-selection-cell":""),Ie=l(function(e){J(e),U[s.accessor]=e,null==L||L({accessor:s.accessor,newValue:e,row:U,rowIndex:h})},[s.accessor,L,U,h]),Se=l(function(){P(function(e){var n=new Set(e),t=String(oe);return n.has(t)?n.delete(t):n.add(t),n})},[oe,P]);return!Q||ye||ge?n(pe,w({className:Ce,"data-accessor":s.accessor,"data-col-index":a,"data-row-id":oe,"data-row-index":h,id:he,onDoubleClick:function(){return s.isEditable&&!ge&&Z(!0)},onDragOver:function(e){ge||fe({callback:de,callbackProps:{event:e,hoveredHeader:s},limit:50})},onKeyDown:function(e){Q||ge||"F2"!==e.key&&"Enter"!==e.key||!s.isEditable||Q||(e.preventDefault(),Z(!0))},onMouseDown:function(){Q||ge||x({rowIndex:h,colIndex:a,rowId:oe})},onMouseOver:function(){Q||ge||R({rowIndex:h,colIndex:a,rowId:oe})},parentRef:q,tableRow:v},{children:[s.expandable&&le?e("div",w({className:"st-icon-container st-expand-icon-container ".concat(ce?"expanded":"collapsed"),onClick:Se},{children:I})):null,e("span",w({className:"st-cell-content ".concat("right"===s.align?"right-aligned":"center"===s.align?"center-aligned":"left-aligned")},{children:e("span",{children:ge?e(we,{checked:!!H&&H(String(oe)),onChange:function(e){E&&E(String(oe),e)}}):s.cellRenderer?s.cellRenderer({accessor:s.accessor,colIndex:a,row:U,theme:z}):me({content:V,header:s})})})),Q&&ye&&!ge&&e(X,{enumOptions:s.enumOptions,onChange:Ie,setIsEditing:Z,type:s.type,value:V})]}),ve):e("div",w({className:"st-cell-editing",id:C({accessor:s.accessor,rowId:oe}),onMouseDown:function(e){return e.stopPropagation()},onKeyDown:function(e){return e.stopPropagation()}},{children:e(X,{enumOptions:s.enumOptions,onChange:Ie,setIsEditing:Z,type:s.type,value:V})}))},be=function(n){var r=n.columnIndexStart,o=n.columnIndices,i=n.headers,a=n.pinned,l=n.rowIndex,c=n.rowIndices,s=n.tableRow,u=D().rowIdAccessor,d=i.filter(function(e){return I({header:e,pinned:a})});return e(t,{children:d.map(function(n,t){var d=k({row:s.row,rowIdAccessor:u}),f=C({accessor:n.accessor,rowId:d});return e(Ce,{columnIndices:o,header:n,headers:i,nestedIndex:t+(null!=r?r:0),pinned:a,rowIndex:l,rowIndices:c,tableRow:s},f)})})},Ce=function(n){var t=n.columnIndices,r=n.header,o=n.headers,i=n.nestedIndex,a=n.pinned,l=n.rowIndex,c=n.rowIndices,s=n.tableRow,u=t[r.accessor],d=D(),h=d.getBorderClass,v=d.isSelected,p=d.isInitialFocusedCell,g=d.rowIdAccessor,w=k({row:s.row,rowIdAccessor:g});if(r.children){var m=r.children.filter(function(e){return I({header:e,pinned:a})});return e(f,{children:m.map(function(n){var r=C({accessor:n.accessor,rowId:w});return e(Ce,{columnIndices:t,header:n,headers:o,nestedIndex:i,pinned:a,rowIndex:l,rowIndices:c,tableRow:s},r)})})}var y={rowIndex:l,colIndex:u,rowId:w},b=h(y),S=v(y),x=p(y),R=C({accessor:r.accessor,rowId:w});return e(ye,{borderClass:b,colIndex:u,header:r,isHighlighted:S,isInitialFocused:x,nestedIndex:i,rowIndex:l,tableRow:s},R)},Ie=function(n){var t=n.columnIndices,r=n.columnIndexStart,o=n.gridTemplateColumns,i=n.headers,a=n.hoveredIndex,l=n.index,c=n.pinned,s=n.rowHeight,u=n.rowIndices,d=n.setHoveredIndex,f=n.tableRow,h=D(),v=h.useHoverRowBackground,p=h.rowIdAccessor,g=h.isAnimating,m=h.isRowSelected,y=f.position,b=y%2==0,C=k({row:f.row,rowIdAccessor:p}),I=!!m&&m(String(C));return e("div",w({className:"st-row ".concat(b?"even":"odd"," ").concat(a===l&&v?"hovered":""," ").concat(I?"selected":""),onMouseEnter:function(){g||d(l)},style:{gridTemplateColumns:o,top:P({position:y,rowHeight:s}),height:"".concat(s,"px")}},{children:e(be,{columnIndexStart:r,columnIndices:t,headers:i,pinned:c,rowIndex:y,rowIndices:u,tableRow:f},C)}))},Se=function(n){var t=n.displayStrongBorder,r=n.position,o=n.rowHeight,a=n.templateColumns,l=n.rowIndex,c=i(null);return e("div",w({className:"st-row-separator ".concat(t?"st-last-group-row":""),onMouseDown:function(e){if(void 0!==l){for(var n=e.currentTarget.getBoundingClientRect(),t=e.clientX-n.left,r=a.split(" ").map(function(e){if(e.includes("px"))return parseFloat(e);if(e.includes("fr")){var t=a.split(" ").filter(function(e){return e.includes("fr")}).length;return n.width/t}return 100}),o=0,i=0,s=0;s<r.length;s++){if(t<=o+r[s]){i=s;break}o+=r[s],i=s}var u="cell-".concat(l+1,"-").concat(i+1),d=document.getElementById(u);if(d){c.current=d;var f=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window,button:0});d.dispatchEvent(f)}}},onMouseUp:function(){if(c.current){var e=new MouseEvent("mouseup",{bubbles:!0,cancelable:!0,view:window,button:0});c.current.dispatchEvent(e),c.current=null}},style:{gridTemplateColumns:a,top:W({position:r,rowHeight:o})}},{children:e("div",{style:{gridColumn:"1 / -1"}})}))},xe=s(void 0),Re=["default"],Ee=function(e){var n=e.childRef,t=e.children,r=function(){var e=u(xe);if(!e)throw new Error("useScrollSyncContext must be used within a ScrollSyncProvider");return e}(),o=r.registerPane,i=r.unregisterPane;return c(function(){return n.current&&o(n.current,Re),function(){n.current&&i(n.current,Re)}},[n,o,i]),h(t,{ref:function(e){n.current=e}})},Ne=function(n){var r=n.condition,o=n.wrapper,i=n.children;return e(t,{children:r?o(i):e(t,{children:i})})},ke=v(function(t,r){var o=t.columnIndexStart,l=t.columnIndices,c=t.headers,s=t.hoveredIndex,u=t.pinned,d=t.rowHeight,h=t.rowIndices,v=t.setHoveredIndex,g=t.templateColumns,m=t.totalHeight,y=t.rowsToRender,b=t.width,C=u?"st-body-pinned-".concat(u):"st-body-main",I=D().rowIdAccessor,S=i(null);return p(r,function(){return S.current},[]),a(function(){return ee(c,u)},[c,u])?e(Ne,w({condition:!u,wrapper:function(n){return e(Ee,w({childRef:S},{children:n}))}},{children:e("div",w({className:C,ref:S,style:w({position:"relative",height:"".concat(m,"px"),width:b},!u&&{flexGrow:1})},{children:y.map(function(t,r){var i=k({row:t.row,rowIdAccessor:I});return n(f,{children:[0!==r&&e(Se,{displayStrongBorder:t.isLastGroupRow,position:t.position,rowHeight:d,templateColumns:g,rowIndex:r-1}),e(Ie,{columnIndexStart:o,columnIndices:l,gridTemplateColumns:g,headers:c,hoveredIndex:s,index:r,pinned:u,rowHeight:d,rowIndices:h,setHoveredIndex:v,tableRow:t},i)]},i)})}))})):null});function Ae(e){var n=e.headers,t=e.pinnedLeftColumns,r=e.pinnedRightColumns,o={},i=0,a=function(e,n){void 0===n&&(n=!1),n||i++,o[e.accessor]=i,e.children&&e.children.length>0&&e.children.filter(function(e){return I({header:e})}).forEach(function(e,n){a(e,0===n)})};return t.forEach(function(e,n){a(e,0===n)}),n.filter(function(e){return!e.pinned&&I({header:e})}).forEach(function(e,n){var r=0===n&&0===t.length;a(e,r)}),r.forEach(function(e){a(e,!1)}),o}ke.displayName="TableSection";var Fe=function(t){var r=t.mainTemplateColumns,s=t.pinnedLeftColumns,u=t.pinnedLeftTemplateColumns,d=t.pinnedLeftWidth,f=t.pinnedRightColumns,h=t.pinnedRightTemplateColumns,v=t.pinnedRightWidth,p=t.rowsToRender,g=t.setScrollTop,m=t.tableRows,y=D(),b=y.headerContainerRef,C=y.headers,I=y.isAnimating,S=y.mainBodyRef,x=y.onLoadMore,R=y.rowHeight,E=y.rowIdAccessor,N=y.scrollbarWidth,A=y.setIsScrolling,F=y.shouldPaginate,T=y.tableBodyContainerRef,H=o(null),M=H[0],L=H[1],B=o(!1),O=B[0],W=B[1];c(function(){I&&null!==M&&L(null)},[I,M]),function(e){var n=e.headerContainerRef,t=e.mainSectionRef,r=e.scrollbarWidth,i=o(!1),a=i[0],l=i[1];c(function(){var e=null==n?void 0:n.current;if(a&&e)return e.classList.add("st-header-scroll-padding"),e.style.setProperty("--st-after-width","".concat(r,"px")),function(){e.classList.remove("st-header-scroll-padding")}},[n,a,r]),c(function(){var e=null==n?void 0:n.current,r=null==t?void 0:t.current;if(r&&e){var o=function(){if(r){var e=r.scrollHeight>r.clientHeight;l(e)}};o();var i=new ResizeObserver(function(){o()});return i.observe(r),function(){r&&i.unobserve(r)}}},[n,t])}({headerContainerRef:b,mainSectionRef:T,scrollbarWidth:N}),c(function(){return function(){q.current&&clearTimeout(q.current)}},[]);var P=i(null),q=i(null),z=i(0),Y=function(e){return e.length}(m),j=Y*(R+1)-1,G=a(function(){return Ae({headers:C,pinnedLeftColumns:s,pinnedRightColumns:f})},[C,s,f]),U=a(function(){var e={};return p.forEach(function(n,t){var r=String(k({row:n.row,rowIdAccessor:E}));e[r]=t}),e},[p,E]),K=l(function(e,n){if(x&&!F&&!O){e.scrollHeight-(n+e.clientHeight)<=200&&n>z.current&&(W(!0),x(),setTimeout(function(){W(!1)},1e3))}},[x,F,O]),V={columnIndices:G,headerContainerRef:b,headers:C,hoveredIndex:M,rowHeight:R,rowIndices:U,rowsToRender:p,setHoveredIndex:L};return n("div",w({className:"st-body-container",onMouseLeave:function(){return L(null)},onScroll:function(e){var n=e.currentTarget,t=n.scrollTop;A(!0),q.current&&clearTimeout(q.current),q.current=setTimeout(function(){A(!1)},150),P.current&&cancelAnimationFrame(P.current),P.current=requestAnimationFrame(function(){g(t),K(n,t),z.current=t})},ref:T},{children:[e(ke,w({},V,{pinned:"left",templateColumns:u,totalHeight:j,width:d})),e(ke,w({},V,{columnIndexStart:s.length,ref:S,templateColumns:r,totalHeight:j})),e(ke,w({},V,{columnIndexStart:s.length+r.length,pinned:"right",templateColumns:h,totalHeight:j,width:v}))]}))},Te=function(e){return e.flatMap(function(e){var n=[e];return e.children&&e.children.length>0&&n.push.apply(n,Te(e.children)),n})},He=function(e){return void 0===e&&(e=0),e?e+1:0},De=function(e){var n=e.event,t=e.gridColumnEnd,r=e.gridColumnStart,o=e.header,i=e.headers,a=e.setHeaders,l=e.setIsResizing,c=e.startWidth;n.preventDefault();var s="clientX"in n?n.clientX:n.touches[0].clientX,u="touches"in n;if(o&&!o.hide){l(!0);var d=E(o),f=t-r>1,h=f?x(o):[o],v=function(e){var n="right"===o.pinned?s-e:e-s;if(f&&h.length>1)Me({delta:n,leafHeaders:h,minWidth:d,startWidth:c});else{var t=Math.max(c+n,d);o.width=t}i.forEach(function(e){R(e)});var r=b([],i,!0);a(r)};if(u){var p=function(e){var n=e.touches[0];v(n.clientX)},g=function(){document.removeEventListener("touchmove",p),document.removeEventListener("touchend",g),l(!1)};document.addEventListener("touchmove",p),document.addEventListener("touchend",g)}else{var w=function(e){v(e.clientX)},m=function(){document.removeEventListener("mousemove",w),document.removeEventListener("mouseup",m),l(!1)};document.addEventListener("mousemove",w),document.addEventListener("mouseup",m)}}},Me=function(e){var n=e.delta,t=e.leafHeaders,r=e.minWidth,o=e.startWidth,i=t.reduce(function(e,n){return Math.min(e,E(n))},40),a=t.reduce(function(e,n){return e+("number"==typeof n.width?n.width:150)},0),l=Math.max(o+n,i)-a;t.forEach(function(e){var n="number"==typeof e.width?e.width:150,t=l*(n/a),o=Math.max(n+t,r);e.width=o})},Le=function(e){var n=e.headers,t=0,r=0,o=0;return n.forEach(function(e){if(!e.hide){var n=x(e).reduce(function(e,n){return e+function(e){if(e.hide)return 0;if("number"==typeof e.width)return e.width;if("string"==typeof e.width&&e.width.endsWith("px"))return parseFloat(e.width);var n=document.getElementById(C({accessor:e.accessor,rowId:"header"}));return(null==n?void 0:n.offsetWidth)||150}(n)},0);"left"===e.pinned?t+=n:"right"===e.pinned?r+=n:o+=n}}),{leftWidth:He(t),rightWidth:He(r),mainWidth:o}},Be=function(n){var t=n.className,r=n.style;return e("svg",w({"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",className:t,style:w({height:"1em"},r)},{children:e("path",{d:"M3.9 54.9C10.5 40.9 24.5 32 40 32l432 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9 320 448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"})}))},Oe={equals:"Equals",notEquals:"Not equals",contains:"Contains",notContains:"Does not contain",startsWith:"Starts with",endsWith:"Ends with",greaterThan:"Greater than",lessThan:"Less than",greaterThanOrEqual:"Greater than or equal",lessThanOrEqual:"Less than or equal",between:"Between",notBetween:"Not between",before:"Before",after:"After",in:"Is one of",notIn:"Is not one of",isEmpty:"Is empty",isNotEmpty:"Is not empty"},We=function(e){switch(e){case"string":return["equals","notEquals","contains","notContains","startsWith","endsWith","isEmpty","isNotEmpty"];case"number":return["equals","notEquals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","between","notBetween","isEmpty","isNotEmpty"];case"boolean":return["equals","isEmpty","isNotEmpty"];case"date":return["equals","notEquals","before","after","between","notBetween","isEmpty","isNotEmpty"];case"enum":return["in","notIn","isEmpty","isNotEmpty"];default:return["equals","notEquals","isEmpty","isNotEmpty"]}},Pe=function(e){return!["between","notBetween","in","notIn","isEmpty","isNotEmpty"].includes(e)},qe=function(e){return["between","notBetween","in","notIn"].includes(e)},ze=function(e){return["isEmpty","isNotEmpty"].includes(e)},Ye=function(n){var t=n.children;return e("div",w({className:"st-filter-container"},{children:t}))},je=function(){return e("svg",w({className:"st-custom-select-arrow",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M3 4.5L6 7.5L9 4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}))},Ge=function(t){var r=t.value,a=t.onChange,l=t.options,s=t.placeholder,u=void 0===s?"Select...":s,d=t.className,f=void 0===d?"":d,h=t.disabled,v=void 0!==h&&h,p=o(!1),g=p[0],m=p[1],y=o(-1),b=y[0],C=y[1],I=i(null),S=l.find(function(e){return e.value===r});c(function(){var e=function(e){if(g)switch(e.key){case"ArrowDown":e.preventDefault(),C(function(e){return e<l.length-1?e+1:0});break;case"ArrowUp":e.preventDefault(),C(function(e){return e>0?e-1:l.length-1});break;case"Enter":e.preventDefault(),b>=0&&(a(l[b].value),m(!1),C(-1));break;case"Escape":e.preventDefault(),m(!1),C(-1)}};if(g)return document.addEventListener("keydown",e),function(){return document.removeEventListener("keydown",e)}},[g,b,l,a]);return n("div",w({ref:I,className:"st-custom-select ".concat(f," ").concat(v?"st-custom-select-disabled":""," ").concat(g?"st-custom-select-open":"").trim()},{children:[n("button",w({type:"button",className:"st-custom-select-trigger",onClick:function(){if(!v)if(m(!g),g)C(-1);else{var e=l.findIndex(function(e){return e.value===r});C(e>=0?e:0)}},disabled:v,"aria-haspopup":"listbox","aria-expanded":g,"aria-labelledby":"select-label"},{children:[e("span",w({className:"st-custom-select-value"},{children:S?S.label:u})),e(je,{})]})),e(q,w({open:g,setOpen:m,onClose:function(){m(!1),C(-1)},positioning:"absolute",overflow:"auto"},{children:e("div",w({className:"st-custom-select-options",role:"listbox"},{children:l.map(function(n,t){return e("div",w({className:"st-custom-select-option ".concat(n.value===r?"st-custom-select-option-selected":""," ").concat(t===b?"st-custom-select-option-focused":"").trim(),role:"option","aria-selected":n.value===r,onClick:function(){return e=n.value,a(e),m(!1),void C(-1);var e}},{children:n.label}),n.value)})}))}))]}))},Ue=function(n){var t=n.value,r=n.onChange,o=n.operators.map(function(e){return{value:e,label:Oe[e]}});return e("div",w({className:"st-filter-section"},{children:e(Ge,{value:t,onChange:function(e){r(e)},options:o})}))},Ke=function(n){var t=n.type,r=void 0===t?"text":t,o=n.value,i=n.onChange,a=n.placeholder,l=n.autoFocus,c=void 0!==l&&l,s=n.className,u=void 0===s?"":s,d=n.onEnterPress;return e("input",{type:r,value:o,onChange:function(e){return i(e.target.value)},onKeyDown:function(e){"Enter"===e.key&&d&&d()},placeholder:a,autoFocus:c,className:"st-filter-input ".concat(u).trim()})},Ve=function(n){var t=n.children,r=n.className;return e("div",w({className:"st-filter-section ".concat(void 0===r?"":r).trim()},{children:t}))},Je=function(t){var r=t.onApply,o=t.onClear,i=t.canApply,a=t.showClear;return n("div",w({className:"st-filter-actions"},{children:[e("button",w({onClick:r,disabled:!i,className:"st-filter-button st-filter-button-apply ".concat(i?"":"st-filter-button-disabled")},{children:"Apply"})),a&&o&&e("button",w({onClick:o,className:"st-filter-button st-filter-button-clear"},{children:"Clear"}))]}))},Xe=function(t){var r=t.header,i=t.currentFilter,a=t.onApplyFilter,l=t.onClearFilter,s=o((null==i?void 0:i.operator)||"contains"),u=s[0],d=s[1],f=o(String((null==i?void 0:i.value)||"")),h=f[0],v=f[1],p=We("string");c(function(){i?(d(i.operator),v(String(i.value||""))):(d("contains"),v(""))},[i]);var g=function(){var e=w({accessor:r.accessor,operator:u},Pe(u)&&{value:h});a(e)},m=ze(u)||h.trim();return n(Ye,{children:[e(Ue,{value:u,onChange:d,operators:p}),Pe(u)&&e(Ve,{children:e(Ke,{type:"text",value:h,onChange:v,placeholder:"Filter...",autoFocus:!0,onEnterPress:g})}),e(Je,{onApply:g,onClear:l,canApply:!!m,showClear:!!i})]})},_e=function(t){var r,i,a=t.header,l=t.currentFilter,s=t.onApplyFilter,u=t.onClearFilter,d=o((null==l?void 0:l.operator)||"equals"),f=d[0],h=d[1],v=o(String((null==l?void 0:l.value)||"")),p=v[0],g=v[1],w=o(String((null===(r=null==l?void 0:l.values)||void 0===r?void 0:r[0])||"")),m=w[0],y=w[1],b=o(String((null===(i=null==l?void 0:l.values)||void 0===i?void 0:i[1])||"")),C=b[0],I=b[1],S=We("number");c(function(){var e,n;l?(h(l.operator),g(String(l.value||"")),y(String((null===(e=l.values)||void 0===e?void 0:e[0])||"")),I(String((null===(n=l.values)||void 0===n?void 0:n[1])||""))):(h("equals"),g(""),y(""),I(""))},[l]);var x=function(){var e={accessor:a.accessor,operator:f};Pe(f)?e.value=parseFloat(p):qe(f)&&(e.values=[parseFloat(m.toString()),parseFloat(C.toString())]),s(e)};return n(Ye,{children:[e(Ue,{value:f,onChange:h,operators:S}),Pe(f)&&e(Ve,{children:e(Ke,{type:"number",value:p,onChange:g,placeholder:"Enter number...",autoFocus:!0,onEnterPress:x})}),qe(f)&&n(Ve,{children:[e(Ke,{type:"number",value:m,onChange:y,placeholder:"From...",autoFocus:!0,className:"st-filter-input-range-from",onEnterPress:x}),e(Ke,{type:"number",value:C,onChange:I,placeholder:"To...",onEnterPress:x})]}),e(Je,{onApply:x,onClear:u,canApply:!!ze(f)||(Pe(f)?""!==p.trim():!!qe(f)&&""!==String(m).trim()&&""!==String(C).trim()),showClear:!!l})]})},$e=function(n){var t=n.value,r=n.onChange,o=n.options,i=n.className,a=void 0===i?"":i,l=n.placeholder;return e(Ge,{value:t,onChange:r,options:o,className:a,placeholder:l})},Qe=function(t){var r=t.header,i=t.currentFilter,a=t.onApplyFilter,l=t.onClearFilter,s=o((null==i?void 0:i.operator)||"equals"),u=s[0],d=s[1],f=o(void 0!==(null==i?void 0:i.value)?String(i.value):"true"),h=f[0],v=f[1],p=We("boolean");c(function(){i?(d(i.operator),v(void 0!==i.value?String(i.value):"true")):(d("equals"),v("true"))},[i]);var g=ze(u)||""!==h;return n(Ye,{children:[e(Ue,{value:u,onChange:d,operators:p}),Pe(u)&&e(Ve,{children:e($e,{value:h,onChange:v,options:[{value:"true",label:"True"},{value:"false",label:"False"}]})}),e(Je,{onApply:function(){var e={accessor:r.accessor,operator:u};Pe(u)&&(e.value="true"===h),a(e)},onClear:l,canApply:g,showClear:!!i})]})},Ze=function(t){var r,a,l=t.header,s=t.currentFilter,u=t.onApplyFilter,d=t.onClearFilter,f=o((null==s?void 0:s.operator)||"equals"),h=f[0],v=f[1],p=o((null==s?void 0:s.value)?String(s.value):""),g=p[0],m=p[1],y=o((null===(r=null==s?void 0:s.values)||void 0===r?void 0:r[0])?String(s.values[0]):""),b=y[0],C=y[1],I=o(String((null===(a=null==s?void 0:s.values)||void 0===a?void 0:a[1])||"")),S=I[0],x=I[1],R=We("date");c(function(){var e,n;s?(v(s.operator),m(String(s.value||"")),C(String((null===(e=s.values)||void 0===e?void 0:e[0])||"")),x(String((null===(n=s.values)||void 0===n?void 0:n[1])||""))):(v("equals"),m(""),C(""),x(""))},[s]);var E=function(t){var r=t.value,a=t.onChange,l=t.placeholder,s=t.autoFocus,u=t.className,d=o(!1),f=d[0],h=d[1],v=o(""),p=v[0],g=v[1],m=i(null);c(function(){if(r){var e=new Date(r);isNaN(e.getTime())||g(e.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}))}else g("")},[r]),c(function(){s&&m.current&&m.current.focus()},[s]);var y=r?new Date(r):new Date;return n("div",w({className:"st-date-input-container",style:{position:"relative"}},{children:[e("input",{ref:m,type:"text",value:p,placeholder:l,onClick:function(){h(!f)},onKeyDown:function(e){"Enter"===e.key||" "===e.key?(e.preventDefault(),h(!f)):"Escape"===e.key&&h(!1)},readOnly:!0,className:"st-filter-input ".concat(u||""),style:{cursor:"pointer"}}),e(q,w({open:f,setOpen:h,onClose:function(){h(!1)},positioning:"absolute",overflow:"visible"},{children:e(U,{value:y,onChange:function(e){var n=e.toISOString().split("T")[0];a(n),h(!1)},onClose:function(){return h(!1)}})}))]}))};return n(Ye,{children:[e(Ue,{value:h,onChange:v,operators:R}),Pe(h)&&e(Ve,{children:e(E,{value:g,onChange:m,placeholder:"Select date...",autoFocus:!0})}),qe(h)&&n(Ve,{children:[e(E,{value:b,onChange:C,placeholder:"From date...",autoFocus:!0,className:"st-filter-input-range-from"}),e(E,{value:S,onChange:x,placeholder:"To date..."})]}),e(Je,{onApply:function(){var e={accessor:l.accessor,operator:h};Pe(h)?e.value=g:qe(h)&&(e.values=[b,S]),u(e)},onClear:d,canApply:!!ze(h)||(Pe(h)?""!==g.trim():!!qe(h)&&""!==b.trim()&&""!==S.trim()),showClear:!!s})]})},en=function(t){var r=t.header,i=t.currentFilter,l=t.onApplyFilter,s=t.onClearFilter,u=a(function(){return r.enumOptions||[]},[r.enumOptions]),d=a(function(){return u.map(function(e){return e.value})},[u]),f=o((null==i?void 0:i.values)?i.values.map(String):d),h=f[0],v=f[1];c(function(){v(i?i.values?i.values.map(String):[]:d)},[i,d]);var p=h.length===d.length;return n(Ye,{children:[e(Ve,{children:n("div",w({className:"st-enum-filter-options"},{children:[e("div",w({className:"st-enum-select-all"},{children:e(we,w({checked:p,onChange:function(e){v(e?d:[])}},{children:e("span",w({className:"st-enum-option-label st-enum-select-all-label"},{children:"Select All"}))}))})),u.map(function(n){return e(we,w({checked:h.includes(n.value),onChange:function(){return e=n.value,void v(function(n){return n.includes(e)?n.filter(function(n){return n!==e}):b(b([],n,!0),[e],!1)});var e}},{children:e("span",w({className:"st-enum-option-label"},{children:n.label}))}),n.value)})]}))}),e(Je,{onApply:function(){if(h.length!==d.length){var e={accessor:r.accessor,operator:"in",values:h};l(e)}else s()},onClear:s,canApply:0!==h.length&&h.length!==d.length,showClear:!!i})]})},nn=function(n){var r=n.header,o=n.currentFilter,i=n.onApplyFilter,a=n.onClearFilter;return e(t,{children:function(){switch(r.type){case"number":return e(_e,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a});case"boolean":return e(Qe,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a});case"date":return e(Ze,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a});case"enum":return e(en,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a});default:return e(Xe,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a})}}()})},tn=function(t){var r,i,a=t.colIndex,l=t.gridColumnEnd,s=t.gridColumnStart,u=t.gridRowEnd,d=t.gridRowStart,f=t.header,h=t.reverse,v=t.sort,p=o(!1),g=p[0],m=p[1],y=D(),I=y.areAllRowsSelected,S=y.columnReordering,x=y.columnResizing,R=y.draggedHeaderRef,E=y.enableRowSelection,N=y.filters,k=y.handleApplyFilter,A=y.handleClearFilter,F=y.handleSelectAll,T=y.headers,H=y.hoveredHeaderRef,M=y.onColumnOrderChange,L=y.onSort,B=y.onTableHeaderDragEnd,O=y.rowHeight,W=y.selectColumns,P=y.selectableColumns,z=y.setHeaders,Y=y.setInitialFocusedCell,j=y.setIsResizing,G=y.setSelectedCells,U=y.setSelectedColumns,K=y.sortDownIcon,V=y.sortUpIcon,J=Boolean(null==f?void 0:f.isSortable),X=Boolean(null==f?void 0:f.filterable),_=N[f.accessor],Q="st-header-cell ".concat(f.accessor===(null===(r=H.current)||void 0===r?void 0:r.accessor)?"st-hovered":""," ").concat((null===(i=R.current)||void 0===i?void 0:i.accessor)===f.accessor?"st-dragging":""," ").concat(J?"clickable":""," ").concat(S&&!J?"columnReordering":""," ").concat(f.children?"parent":""),Z=ae({draggedHeaderRef:R,headers:T,hoveredHeaderRef:H,onColumnOrderChange:M,onTableHeaderDragEnd:B}),ee=Z.handleDragStart,ne=Z.handleDragEnd,te=Z.handleDragOver,re=$(),oe=function(e){var n=e.event,t=e.header;if(!t.isSelectionColumn){if(P){var r=function(e,n){if(!e.children||0===e.children.length)return[n];var t=[],r=function(e,n){if(!e.children||0===e.children.length)return t.push(n),n+1;for(var o=n,i=0,a=e.children;i<a.length;i++){var l=a[i];o=r(l,o)}return o};return r(e,n),t}(t,a);return n.shiftKey&&W?U(function(e){if(0===e.size)return new Set(r);var n=r[0],t=Array.from(e).sort(function(e,n){return e-n}),o=t[0],i=Math.abs(n-o);t.forEach(function(e){var t=Math.abs(n-e);t<i&&(i=t,o=e)});var a,l,c,s,u=b(b([],(a=o,l=n,c=Math.min(a,l),s=Math.max(a,l),Array.from({length:s-c+1},function(e,n){return c+n})),!0),r,!0);return new Set(b(b([],Array.from(e),!0),u,!0))}):W&&W(r),G(new Set),void Y(null)}t.isSortable&&L(t.accessor)}};c(function(){var e=function(e){e.preventDefault(),e.dataTransfer.dropEffect="move"};return document.addEventListener("dragover",e),function(){document.removeEventListener("dragover",e)}},[]);var ie=f.isSelectionColumn&&E;if(!f)return null;var le=x&&!ie&&e("div",w({className:"st-header-resize-handle-container",onMouseDown:function(e){var n,t=null===(n=document.getElementById(C({accessor:f.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth;re({callback:De,callbackProps:{event:e.nativeEvent,gridColumnEnd:l,gridColumnStart:s,header:f,headers:T,setHeaders:z,setIsResizing:j,startWidth:t},limit:10})},onTouchStart:function(e){var n,t=null===(n=document.getElementById(C({accessor:f.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth;re({callback:De,callbackProps:{event:e,gridColumnEnd:l,gridColumnStart:s,header:f,headers:T,setHeaders:z,setIsResizing:j,startWidth:t},limit:10})}},{children:e("div",{className:"st-header-resize-handle"})})),ce=v&&v.key.accessor===f.accessor&&n("div",w({className:"st-icon-container",onClick:function(e){return oe({event:e,header:f})}},{children:["ascending"===v.direction&&V&&V,"descending"===v.direction&&K&&K]})),se=X&&n("div",w({className:"st-icon-container",onClick:function(e){e.stopPropagation(),m(!g)}},{children:[e(Be,{className:"st-header-icon",style:{fill:_?"var(--st-button-active-background-color)":"var(--st-header-icon-color)"}}),e(q,w({open:g,overflow:"visible",setOpen:m,onClose:function(){return m(!1)}},{children:e(nn,{header:f,currentFilter:_,onApplyFilter:function(e){k(e),m(!1)},onClearFilter:function(){A(f.accessor),m(!1)}})}))]}));return n(pe,w({className:Q,id:C({accessor:f.accessor,rowId:"header"}),onDragOver:function(e){ie||re({callback:te,callbackProps:{event:e,hoveredHeader:f},limit:50})},style:w(w({gridRowStart:d,gridRowEnd:u,gridColumnStart:s,gridColumnEnd:l},l-s>1?{}:{width:f.width}),u-d>1?{}:{height:O})},{children:[h&&le,"right"===f.align&&se,"right"===f.align&&ce,e("div",w({className:"st-header-label",draggable:S&&!f.disableReorder&&!ie,onClick:function(e){ie||oe({event:e,header:f})},onDragEnd:ie?void 0:function(e){e.preventDefault(),ne()},onDragStart:ie?void 0:function(e){S&&f&&function(e){ee(e)}(f)}},{children:e("span",w({className:"st-header-label-text ".concat("right"===f.align?"right-aligned":"center"===f.align?"center-aligned":"left-aligned")},{children:ie?e(we,{checked:!!I&&I(),onChange:function(e){F&&F(e)}}):f.headerRenderer?f.headerRenderer({accessor:f.accessor,colIndex:a,header:f}):null==f?void 0:f.label}))})),"right"!==f.align&&ce,"right"!==f.align&&se,!h&&le]}))},rn=function(n){var r=n.columnIndices,o=n.gridTemplateColumns,i=n.handleScroll,l=n.headers,c=n.maxDepth,s=n.pinned,u=n.sectionRef,d=n.sort,f=n.width,h=a(function(){var e=[],n=1,t=function(o,i,a){var l,u;if(void 0===a&&(a=!1),!I({header:o,pinned:s}))return 0;a||n++;var d=null!==(u=null===(l=o.children)||void 0===l?void 0:l.filter(function(e){return I({header:e,pinned:s})}).length)&&void 0!==u?u:0,f=n,h=d>0?f+d:f+1,v=i,p=d>0?i+1:c+1;if(e.push({header:o,gridColumnStart:f,gridColumnEnd:h,gridRowStart:v,gridRowEnd:p,colIndex:r[o.accessor]}),o.children){var g=!0;o.children.forEach(function(e){I({header:e,pinned:s})&&(t(e,i+1,g),g=!1)})}return h-f},o=l.filter(function(e){return I({header:e,pinned:s})}),i=!0;return o.forEach(function(e){t(e,1,i),i=!1}),e},[l,c,s,r]);return e(Ne,w({condition:!s,wrapper:function(n){return e(Ee,w({childRef:u},{children:n}))}},{children:e("div",w({className:"st-header-".concat(s?"pinned-".concat(s):"main")},i&&{onScroll:i},{ref:u,style:{gridTemplateColumns:o,display:"grid",position:"relative",width:f}},{children:e(t,{children:h.map(function(n){return e(tn,{colIndex:n.colIndex,gridColumnEnd:n.gridColumnEnd,gridColumnStart:n.gridColumnStart,gridRowEnd:n.gridRowEnd,gridRowStart:n.gridRowStart,header:n.header,reverse:"right"===s,sort:d},n.header.accessor)})})}))}))},on=function(e){var n;return(null===(n=e.children)||void 0===n?void 0:n.length)?1+Math.max.apply(Math,e.children.map(on)):1},an=function(t){var r=t.centerHeaderRef,o=t.headers,i=t.mainTemplateColumns,l=t.pinnedLeftColumns,c=t.pinnedLeftTemplateColumns,s=t.pinnedRightColumns,u=t.pinnedRightTemplateColumns,d=t.sort,f=t.pinnedLeftWidth,h=t.pinnedRightWidth,v=D(),p=v.headerContainerRef,g=v.pinnedLeftRef,m=v.pinnedRightRef,y=a(function(){return Ae({headers:o,pinnedLeftColumns:l,pinnedRightColumns:s})},[o,l,s]),b=a(function(){var e=0;return o.forEach(function(n){if(I({header:n})){var t=on(n);e=Math.max(e,t)}}),{maxDepth:e}},[o]).maxDepth;return n("div",w({className:"st-header-container",ref:p},{children:[ee(o,"left")&&e(rn,{columnIndices:y,gridTemplateColumns:c,handleScroll:void 0,headers:o,maxDepth:b,pinned:"left",sectionRef:g,sort:d,width:f}),e(rn,{columnIndices:y,gridTemplateColumns:i,handleScroll:void 0,headers:o,maxDepth:b,sectionRef:r,sort:d}),ee(o,"right")&&e(rn,{columnIndices:y,gridTemplateColumns:u,handleScroll:void 0,headers:o,maxDepth:b,pinned:"right",sectionRef:m,sort:d,width:h})]}))},ln=function(e){var n=e.headers,t=function(e){var n=e.headers,r=e.flattenedHeaders;return n.forEach(function(e){e.hide||(e.children?t({headers:e.children,flattenedHeaders:r}):r.push(e))}),r},r=t({headers:n,flattenedHeaders:[]});return"".concat(r.map(function(e){return function(e){var n=e.minWidth,t=e.width;return"number"==typeof t&&(t="".concat(t,"px")),n&&"number"==typeof n&&(n="".concat(n,"px")),void 0!==n?"string"==typeof t&&t.endsWith("fr")?"minmax(".concat(n,", ").concat(t,")"):"max(".concat(n,", ").concat(t,")"):t}(e)}).join(" "))},cn=function(t){var r=t.pinnedLeftWidth,o=t.pinnedRightWidth,l=t.setScrollTop,c=t.sort,s=t.tableRows,u=t.rowsToRender,d=D(),f=d.columnResizing,h=d.editColumns,v=d.headers,p=i(null),g=v.filter(function(e){return!e.pinned}),m=v.filter(function(e){return"left"===e.pinned}),y=v.filter(function(e){return"right"===e.pinned}),b=a(function(){return ln({headers:m})},[m]),C=a(function(){return ln({headers:g})},[g]),I=a(function(){return ln({headers:y})},[y]),S={centerHeaderRef:p,headers:v,mainTemplateColumns:C,pinnedLeftColumns:m,pinnedLeftTemplateColumns:b,pinnedRightColumns:y,pinnedRightTemplateColumns:I,sort:c,pinnedLeftWidth:r,pinnedRightWidth:o},x={tableRows:s,mainTemplateColumns:C,pinnedLeftColumns:m,pinnedLeftTemplateColumns:b,pinnedLeftWidth:r,pinnedRightColumns:y,pinnedRightTemplateColumns:I,pinnedRightWidth:o,setScrollTop:l,rowsToRender:u};return n("div",w({className:"st-content ".concat(f?"st-resizeable":"st-not-resizeable"),style:{width:h?"calc(100% - 27.5px)":"100%"}},{children:[e(an,w({},S)),e(Fe,w({},x))]}))},sn=function(t){var r,a,l=t.mainBodyWidth,s=t.mainBodyRef,u=t.pinnedLeftWidth,d=t.pinnedRightWidth,f=t.tableBodyContainerRef,h=D().editColumns,v=o(!1),p=v[0],g=v[1],m=i(null),y=f.current&&f.current.scrollHeight>f.current.clientHeight,b=h?28:0,C=(h?d+1:d)+(f.current&&y?f.current.offsetWidth-f.current.clientWidth:0);return c(function(){setTimeout(function(){!function(){if(s.current){var e=s.current.clientWidth;g(l>e)}}()},1)},[s,l]),p?n("div",w({className:"st-horizontal-scrollbar-container"},{children:[u>0&&e("div",{className:"st-horizontal-scrollbar-left",style:{flexShrink:0,width:u,height:null===(r=m.current)||void 0===r?void 0:r.offsetHeight}}),l>0&&e(Ee,w({childRef:m},{children:e("div",w({className:"st-horizontal-scrollbar-middle",ref:m,style:{flexGrow:1}},{children:e("div",{style:{width:l,height:".3px"}})}))})),d>0&&e("div",{className:"st-horizontal-scrollbar-right",style:{flexShrink:0,minWidth:C,height:null===(a=m.current)||void 0===a?void 0:a.offsetHeight}}),b>0&&e("div",{style:{width:b-1.5,height:"100%",flexShrink:0}})]})):null},un={string:function(e,n,t){if(e===n)return 0;var r=e.localeCompare(n);return"ascending"===t?r:-r},number:function(e,n,t){if(e===n)return 0;var r=e-n;return"ascending"===t?r:-r},boolean:function(e,n,t){if(e===n)return 0;var r=e===n?0:e?-1:1;return"ascending"===t?r:-r},date:function(e,n,t){var r=new Date(e),o=new Date(n);if(r.getTime()===o.getTime())return 0;var i=r.getTime()-o.getTime();return"ascending"===t?i:-i},enum:function(e,n,t){return un.string(e,n,t)},default:function(e,n,t){return e===n?0:null==e?"ascending"===t?-1:1:null==n?"ascending"===t?1:-1:"string"==typeof e&&"string"==typeof n?un.string(e,n,t):"number"==typeof e&&"number"==typeof n?un.number(e,n,t):"boolean"==typeof e&&"boolean"==typeof n?un.boolean(e,n,t):un.string(String(e),String(n),t)}},dn=function(e){var n=e.rows,t=e.sortColumn,r=e.headers,o=function(e,n){for(var t=0,r=e;t<r.length;t++){var i=r[t];if(i.accessor===n)return i;if(i.children&&i.children.length>0){var a=o(i.children,n);if(a)return a}}},i=o(r,t.key.accessor),a=(null==i?void 0:i.type)||"string",l=t.direction;return b([],n,!0).sort(function(e,n){var r=t.key.accessor;return function(e,n,t,r){if(void 0===t&&(t="string"),null==e||""===e)return"ascending"===r?-1:1;if(null==n||""===n)return"ascending"===r?1:-1;if("number"===t){var o=function(e){var n;if("number"==typeof e)return e;var t=String(e);if("string"==typeof t){var r=t.replace(/[$,]/g,"").match(/^([-+]?\d*\.?\d+)([TBMKtbmk])?/);if(r){var o=parseFloat(r[1]),i=null===(n=r[2])||void 0===n?void 0:n.toUpperCase();return"T"===i?o*=1e12:"B"===i?o*=1e9:"M"===i?o*=1e6:"K"===i&&(o*=1e3),o}}return parseFloat(t)||0},i=o(e),a=o(n);return un.number(i,a,r)}return"date"===t?un.date(String(e),String(n),r):"boolean"===t?un.boolean(Boolean(e),Boolean(n),r):"enum"===t?un.enum(String(e),String(n),r):un.string(String(e),String(n),r)}(e[r],n[r],a,l)})},fn=function(e){var n=e.headers,t=e.rows,r=e.sortColumn;return dn({rows:t,sortColumn:r,headers:n})},hn=function(e){var n=e.externalSortHandling,t=e.tableRows,r=e.sortColumn,o=e.rowGrouping,i=e.headers,a=e.sortNestedRows;return n?t:r?o&&o.length>0?a({groupingKeys:o,headers:i,rows:t,sortColumn:r}):fn({headers:i,rows:t,sortColumn:r}):t},vn=function(e,n,t){void 0===t&&(t=new Set);for(var r=0,o=e;r<o.length;r++){var i=o[r];if(!t.has(i.accessor)&&(t.add(i.accessor),i.children&&i.children.length>0)){var a=i.children.some(function(e){return e.accessor===n}),l=!1;if(!a)for(var c=0,s=i.children;c<s.length;c++){var u=s[c];if(vn([u],n,t),!1===u.hide){l=!0;break}}(a||l)&&(i.hide=!1)}}},pn=function(e){return e.every(function(e){return e.hide})},gn=function(e){e.forEach(function(e){e.children&&e.children.length>0&&(gn(e.children),pn(e.children)&&(e.hide=!0))})},wn=function(r){var i=r.allHeaders,a=r.depth,l=void 0===a?0:a,c=r.doesAnyHeaderHaveChildren,s=r.header,u=r.isCheckedOverride,d=o(!0),f=d[0],h=d[1],v=D(),p=v.expandIcon,g=v.headers,m=v.setHeaders,y=c?"".concat(16*l,"px"):"8px",C=s.children&&s.children.length>0,I=null!=u?u:s.hide||C&&s.children&&pn(s.children);return n(t,{children:[n("div",w({className:"st-header-checkbox-item",style:{paddingLeft:y}},{children:[c&&e("div",w({className:"st-header-icon-container"},{children:C?e("div",w({className:"st-collapsible-header-icon st-expand-icon-container ".concat(f?"expanded":"collapsed"),onClick:function(e){e.stopPropagation(),h(!f)}},{children:p})):null})),e(we,w({checked:I,onChange:function(e){(s.hide=e,e)?gn(i):(vn(i,s.accessor),C&&s.children&&s.children.length>0&&s.children.every(function(e){return!0===e.hide})&&s.children[0]&&(s.children[0].hide=!1,vn(i,s.children[0].accessor)));m(b([],g,!0))}},{children:s.label}))]})),C&&f&&s.children&&e("div",w({className:"st-nested-headers"},{children:s.children.map(function(n,t){return e(wn,{allHeaders:i,depth:l+1,doesAnyHeaderHaveChildren:c,header:n,isCheckedOverride:!!I||void 0},"".concat(n.accessor,"-").concat(t))})}))]})},mn=function(n){var t=n.headers,r=n.open,o="left"===n.position?"left":"",i=a(function(){return t.some(function(e){return e.children&&e.children.length>0})},[t]);return e("div",w({className:"st-column-editor-popout ".concat(r?"open":""," ").concat(o),onClick:function(e){return e.stopPropagation()}},{children:e("div",w({className:"st-column-editor-popout-content"},{children:t.map(function(n,r){return n.isSelectionColumn?null:e(wn,{doesAnyHeaderHaveChildren:i,header:n,allHeaders:t},"".concat(n.accessor,"-").concat(r))})}))}))},yn=function(t){var r=t.columnEditorText,i=t.editColumns,a=t.editColumnsInitOpen,l=t.headers,c=t.position,s=void 0===c?"right":c,u=o(a),d=u[0],f=u[1];return i?n("div",w({className:"st-column-editor ".concat(d?"open":""," ").concat(s),onClick:function(){return function(e){f(e)}(!d)},style:{width:28}},{children:[e("div",w({className:"st-column-editor-text"},{children:r})),e(mn,{headers:l,open:d,position:s})]})):null},bn=function(n){var t=n.className;return e("svg",w({"aria-hidden":"true",focusable:"false",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",className:t,style:{height:"1em"}},{children:e("path",{d:"M22 334.5c-3.8 8.8-2 19 4.6 26l116 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l116-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L148 0C130.3 0 116 14.3 116 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z"})}))},Cn=function(n){var t=n.className;return e("svg",w({"aria-hidden":"true",focusable:"false",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",className:t,style:{height:"1em"}},{children:e("path",{d:"M298 177.5c3.8-8.8 2-19-4.6-26l-116-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-116 144c-6.6 7-8.4 17.2-4.6 26S34.4 192 44 192l72 0 0 288c0 17.7 14.3 32 32 32l24 0c17.7 0 32-14.3 32-32l0-288 72 0c9.6 0 18.2-5.7 22-14.5z"})}))},In=function(n){var t=n.children,o=i({}),a=l(function(e,n){return!!o.current[n]&&o.current[n].find(function(n){return n===e})},[]),c=l(function(e,n){var t=e.clientWidth,r=e.scrollLeft;e.scrollWidth-t>0&&(n.scrollLeft=r)},[]),s=l(function(e){e.onscroll=null},[]),u=l(function(e,n){e.onscroll=function(){window.requestAnimationFrame(function(){n.forEach(function(n){var t;null===(t=o.current[n])||void 0===t||t.forEach(function(n){e!==n&&(s(n),c(e,n),window.requestAnimationFrame(function(){var e=Object.keys(o.current).filter(function(e){return o.current[e].includes(n)});u(n,e)}))})})})}},[s,c]),d=l(function(e,n){n.forEach(function(n){o.current[n]||(o.current[n]=[]),a(e,n)||(o.current[n].length>0&&c(o.current[n][0],e),o.current[n].push(e))}),u(e,n)},[a,c,u]),f=l(function(e,n){n.forEach(function(n){if(a(e,n)){s(e);var t=o.current[n].indexOf(e);-1!==t&&o.current[n].splice(t,1)}})},[a,s]);return e(xe.Provider,w({value:{registerPane:d,unregisterPane:f}},{children:r.Children.only(t)}))},Sn=function(e,n){var t=n.find(function(n){return n.accessor===e.accessor}),r=(null==t?void 0:t.label)||e.accessor,o=Oe[e.operator],i="";return void 0!==e.value?i="boolean"==typeof e.value?e.value?"True":"False":String(e.value):e.values&&Array.isArray(e.values)&&("between"===e.operator||"notBetween"===e.operator?i="".concat(e.values[0]," - ").concat(e.values[1]):"in"!==e.operator&&"notIn"!==e.operator||(i=e.values.join(", "))),"isEmpty"===e.operator||"isNotEmpty"===e.operator?"".concat(r,": ").concat(o):"".concat(r,": ").concat(o," ").concat(i)},xn=function(){var t=D(),r=t.filters,o=t.handleClearFilter,i=t.headers,a=Object.values(r);return 0===a.length||a.length>0?null:e("div",w({className:"st-filter-bar"},{children:e("div",w({className:"st-filter-bar-content"},{children:e("div",w({className:"st-filter-chips"},{children:a.map(function(t){return n("div",w({className:"st-filter-chip"},{children:[e("span",w({className:"st-filter-chip-text"},{children:Sn(t,i)})),e("button",w({className:"st-filter-chip-remove",onClick:function(){return o(t.accessor)},"aria-label":"Remove filter for ".concat(t.accessor)},{children:"×"}))]}),t.accessor)})}))}))}))},Rn=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},En=function(e){var n=e.externalFilterHandling,t=e.tableRows,r=e.filterState;return n?t:r&&0!==Object.keys(r).length?t.filter(function(e){return Object.values(r).every(function(n){try{return function(e,n){var t=n.operator,r=n.value,o=n.values;if(null==e)return"isEmpty"===t;if("isEmpty"===t)return!e||""===String(e).trim();if("isNotEmpty"===t)return e&&""!==String(e).trim();if("string"==typeof e||"contains"===t||"notContains"===t||"startsWith"===t||"endsWith"===t){var i=String(e).toLowerCase(),a=r?String(r).toLowerCase():"";switch(t){case"equals":return i===a;case"notEquals":return i!==a;case"contains":return i.includes(a);case"notContains":return!i.includes(a);case"startsWith":return i.startsWith(a);case"endsWith":return i.endsWith(a)}}if("number"==typeof e||!isNaN(Number(e))){var l=Number(e),c=Number(r);switch(t){case"equals":return l===c;case"notEquals":return l!==c;case"greaterThan":return l>c;case"lessThan":return l<c;case"greaterThanOrEqual":return l>=c;case"lessThanOrEqual":return l<=c;case"between":if(o&&2===o.length){var s=o.map(Number),u=s[0],d=s[1];return l>=u&&l<=d}return!1;case"notBetween":if(o&&2===o.length){var f=o.map(Number);return u=f[0],d=f[1],l<u||l>d}return!0}}if(e instanceof Date||!isNaN(Date.parse(e))){var h=new Date(e),v=new Date(String(r||"")),p=Rn(h),g=Rn(v);switch(t){case"equals":return p.getTime()===g.getTime();case"notEquals":return p.getTime()!==g.getTime();case"before":return p<g;case"after":return p>g;case"between":if(o&&2===o.length){var w=o.map(function(e){return Rn(new Date(String(e||"")))}),m=w[0],y=w[1];return p>=m&&p<=y}return!1;case"notBetween":if(o&&2===o.length){var b=o.map(function(e){return Rn(new Date(String(e||"")))});return m=b[0],y=b[1],p<m||p>y}return!0}}if("boolean"==typeof e){var C=Boolean(r);if("equals"===t)return e===C}if(Array.isArray(e)){var I=e.map(function(e){return"object"==typeof e&&null!==e?JSON.stringify(e):String(e)}).join(", ");e=I}if("in"===t||"notIn"===t){if(o&&Array.isArray(o)){var S=String(e),x=o.includes(S);return"in"===t?x:!x}return!1}var R=String(e).toLowerCase(),E=r?String(r).toLowerCase():"";switch(t){case"equals":return R===E;case"notEquals":return R!==E;default:return!0}}(e[n.accessor],n)}catch(e){return console.warn("Filter error for accessor ".concat(n.accessor,":"),e),!0}})}):t},Nn=function(e){var n=e.rows,t=e.headers,r=e.rowGrouping;return a(function(){if(!r||0===r.length)return n;var e=function(e){return Te(e).filter(function(e){return e.aggregation})}(t);if(0===e.length)return n;var o=JSON.parse(JSON.stringify(n)),i=function(n,t){return void 0===t&&(t=0),n.map(function(n){var o=r[t],a=r[t+1],l=n[o];if(l&&N(l)){var c=i(l,t+1),s=w({},n);return s[o]=c,e.forEach(function(e){var n=kn(c,e.accessor,e.aggregation,a);void 0!==n&&(s[e.accessor]=n)}),s}return n})};return i(o)},[n,t,r])},kn=function(e,n,t,r){var o=[],i=function(e){e.forEach(function(e){var t=r?e[r]:void 0;r&&t&&N(t)?i(t):void 0!==e[n]&&null!==e[n]&&o.push(e[n])})};if(i(e),0!==o.length){if("custom"===t.type&&t.customFn)return t.customFn(o);var a,l=t.parseValue?o.map(t.parseValue).filter(function(e){return!isNaN(e)}):o.map(function(e){return"number"==typeof e?e:"string"==typeof e?parseFloat(e):NaN}).filter(function(e){return!isNaN(e)});if(0===l.length)return"count"===t.type?o.length:void 0;switch(t.type){case"sum":a=l.reduce(function(e,n){return e+n},0);break;case"average":a=l.reduce(function(e,n){return e+n},0)/l.length;break;case"count":a=o.length;break;case"min":a=Math.min.apply(Math,l);break;case"max":a=Math.max.apply(Math,l);break;default:return}return t.formatResult?t.formatResult(a):a}},An=function(e){var n=e.rows,t=e.rowIdAccessor,r=e.onRowSelectionChange,i=e.enableRowSelection,c=void 0!==i&&i,s=o(new Set),u=s[0],d=s[1],f=l(function(e){return!!c&&function(e,n){return n.has(e)}(e,u)},[u,c]),h=l(function(){return!!c&&function(e,n,t){return 0!==e.length&&e.every(function(e){return t.has(String(e[n]))})}(n,t,u)},[n,t,u,c]),v=a(function(){return c?function(e){return e.size}(u):0},[u,c]),p=a(function(){return c?function(e,n,t){return e.filter(function(e){return t.has(String(e[n]))})}(n,t,u):[]},[n,t,u,c]),g=l(function(e,o){if(c){var i=function(e,n){var t=new Set(n);return t.has(e)?t.delete(e):t.add(e),t}(e,u);if(d(i),r){var a=n.find(function(n){return String(n[t])===e});a&&r({row:a,isSelected:o,selectedRows:i})}}},[u,n,t,r,c]),w=l(function(e){var o;c&&(e?(o=function(e,n){return new Set(e.map(function(e){return String(e[n])}))}(n,t),r&&n.forEach(function(e){return r({row:e,isSelected:!0,selectedRows:o})})):(o=new Set,r&&u.forEach(function(e){var i=n.find(function(n){return String(n[t])===e});i&&r({row:i,isSelected:!1,selectedRows:o})})),d(o))},[n,t,r,u,c]),m=l(function(e){if(c){var n=f(e);g(e,!n)}},[f,g,c]),y=l(function(){if(c){if(r){var e=new Set;u.forEach(function(o){var i=n.find(function(e){return String(e[t])===o});i&&r({row:i,isSelected:!1,selectedRows:e})})}d(new Set)}},[u,n,t,r,c]);return{selectedRows:u,setSelectedRows:d,isRowSelected:f,areAllRowsSelected:h,selectedRowCount:v,selectedRowsData:p,handleRowSelect:g,handleSelectAll:w,handleToggleRow:m,clearSelection:y}},Fn=function(n){var t=o(!1),r=t[0],i=t[1];return c(function(){i(!0)},[]),r?e(Tn,w({},n)):null},Tn=function(t){var r=t.allowAnimations,s=void 0!==r&&r,u=t.cellUpdateFlash,f=void 0!==u&&u,h=t.columnEditorPosition,v=void 0===h?"right":h,p=t.columnEditorText,C=void 0===p?"Columns":p,I=t.columnReordering,R=void 0!==I&&I,E=t.columnResizing,T=void 0!==E&&E,D=t.defaultHeaders,W=t.editColumns,P=void 0!==W&&W,q=t.editColumnsInitOpen,z=void 0!==q&&q,Y=t.enableRowSelection,j=void 0!==Y&&Y,G=t.expandAll,U=void 0===G||G,K=t.expandIcon,V=void 0===K?e(B,{className:"st-expand-icon"}):K,J=t.externalFilterHandling,X=void 0!==J&&J,_=t.externalSortHandling,$=void 0!==_&&_,Z=t.height,ee=t.hideFooter,ne=void 0!==ee&&ee,te=t.nextIcon,re=void 0===te?e(B,{className:"st-next-prev-icon"}):te,oe=t.onCellEdit,ie=t.onColumnOrderChange,ae=t.onFilterChange,le=t.onGridReady,ce=t.onLoadMore,ue=t.onNextPage,de=t.onRowSelectionChange,fe=t.onSortChange,he=t.prevIcon,ve=void 0===he?e(L,{className:"st-next-prev-icon"}):he,pe=t.rowGrouping,ge=t.rowHeight,we=void 0===ge?32:ge,me=t.rowIdAccessor,ye=t.rows,be=t.rowsPerPage,Ce=void 0===be?10:be,Ie=t.selectableCells,Se=void 0!==Ie&&Ie,xe=t.selectableColumns,Re=void 0!==xe&&xe,Ee=t.shouldPaginate,Ne=void 0!==Ee&&Ee,ke=t.sortDownIcon,Ae=void 0===ke?e(bn,{className:"st-header-icon"}):ke,Fe=t.sortUpIcon,Te=void 0===Fe?e(Cn,{className:"st-header-icon"}):Fe,He=t.tableRef,De=t.theme,Me=void 0===De?"light":De,Be=t.useHoverRowBackground,Oe=void 0===Be||Be,We=t.useOddEvenRowBackground,Pe=void 0===We||We,qe=t.useOddColumnBackground,ze=void 0!==qe&&qe;ze&&(Pe=!1);var Ye=g(function(e){return e+1},0)[1],je=i(null),Ge=i(null),Ue=i(null),Ke=i(null),Ve=i(null),Je=i(null),Xe=i(null),_e=o(1),$e=_e[0],Qe=_e[1],Ze=o(D),en=Ze[0],nn=Ze[1],tn=o(!1),rn=tn[0],on=tn[1],an=o(!1),ln=an[0],un=an[1];c(function(){nn(D)},[D]);var dn=An({rows:ye,rowIdAccessor:me,onRowSelectionChange:de,enableRowSelection:j}),vn=dn.selectedRows,pn=dn.setSelectedRows,gn=dn.isRowSelected,wn=dn.areAllRowsSelected,mn=dn.selectedRowCount,Sn=dn.selectedRowsData,Rn=dn.handleRowSelect,kn=dn.handleSelectAll,Fn=dn.handleToggleRow,Tn=dn.clearSelection,Hn=a(function(){var e;return!j||(null===(e=null==en?void 0:en[0])||void 0===e?void 0:e.isSelectionColumn)?en:b([{accessor:"__row_selection__",label:"",width:42,isEditable:!1,type:"boolean",pinned:"left",isSelectionColumn:!0,isSortable:!1,filterable:!1,align:"center"}],en,!0)},[j,en]),Dn=o(0),Mn=Dn[0],Ln=Dn[1],Bn=o(new Set),On=Bn[0],Wn=Bn[1],Pn=function(e){var n=e.tableBodyContainerRef,t=o(0),r=t[0],i=t[1];return d(function(){if(n.current){var e=n.current.offsetWidth-n.current.clientWidth;i(e)}},[n]),{setScrollbarWidth:i,scrollbarWidth:r,tableBodyContainerRef:n}}({tableBodyContainerRef:Je}),qn=Pn.scrollbarWidth,zn=Pn.setScrollbarWidth,Yn=a(function(){var e=Le({headers:Hn});return{mainBodyWidth:e.mainWidth,pinnedLeftWidth:e.leftWidth,pinnedRightWidth:e.rightWidth}},[Hn]),jn=Yn.mainBodyWidth,Gn=Yn.pinnedLeftWidth,Un=Yn.pinnedRightWidth,Kn=function(e){var n=e.height,t=e.rowHeight;return a(function(){var e;if(!n)return window.innerHeight-t;var r=document.querySelector(".simple-table-root"),o=0;if(n.endsWith("px"))o=parseInt(n,10);else if(n.endsWith("vh")){var i=parseInt(n,10);o=window.innerHeight*i/100}else if(n.endsWith("%")){var a=parseInt(n,10);o=((null===(e=null==r?void 0:r.parentElement)||void 0===e?void 0:e.clientHeight)||window.innerHeight)*a/100}else o=window.innerHeight;return Math.max(0,o-t)},[n,t])}({height:Z,rowHeight:we}),Vn=Nn({rows:ye,headers:en,rowGrouping:pe}),Jn=function(e){var n=e.rows,t=e.externalFilterHandling,r=e.onFilterChange,i=o({}),c=i[0],s=i[1],u=a(function(){return En({externalFilterHandling:t,tableRows:n,filterState:c})},[n,c,t]),d=l(function(e){var n,t=w(w({},c),((n={})[e.accessor]=e,n));s(t),null==r||r(t)},[c,r]),f=l(function(e){var n=w({},c);delete n[e],s(n),null==r||r(n)},[c,r]),h=l(function(){s({}),null==r||r({})},[r]),v=l(function(e){var r,o=w(w({},c),((r={})[e.accessor]=e,r));return En({externalFilterHandling:t,tableRows:n,filterState:o})},[c,n,t]);return{filteredRows:u,updateFilter:d,clearFilter:f,clearAllFilters:h,filters:c,computeFilteredRowsPreview:v}}({rows:Vn,externalFilterHandling:X,onFilterChange:ae}),Xn=Jn.filters,_n=Jn.filteredRows,$n=Jn.updateFilter,Qn=Jn.clearFilter,Zn=Jn.clearAllFilters,et=Jn.computeFilteredRowsPreview,nt=function(e){var n=e.headers,t=e.tableRows,r=e.externalSortHandling,i=e.onSortChange,c=e.rowGrouping,s=o(null),u=s[0],d=s[1],f=l(function(e){var n=e.groupingKeys,t=e.headers,r=e.rows,o=e.sortColumn,i=fn({headers:t,rows:r,sortColumn:o});return n&&0!==n.length?i.map(function(e){var r,i=n[0],a=e[i];if(N(a)){var l=f({rows:a,sortColumn:o,headers:t,groupingKeys:n.slice(1)});return w(w({},e),((r={})[i]=l,r))}return e}):i},[]),h=a(function(){return hn({externalSortHandling:r,tableRows:t,sortColumn:u,rowGrouping:c,headers:n,sortNestedRows:f})},[t,u,n,r,c,f]),v=l(function(e){var t=function(n){for(var r=0,o=n;r<o.length;r++){var i=o[r];if(i.accessor===e)return i;if(i.children&&i.children.length>0){var a=t(i.children);if(a)return a}}},r=t(n);if(r){var o=null;u&&u.key.accessor===e?"ascending"===u.direction&&(o={key:r,direction:"descending"}):o={key:r,direction:"ascending"},d(o),null==i||i(o)}},[u,n,i]),p=l(function(e){var o=function(n){for(var t=0,r=n;t<r.length;t++){var i=r[t];if(i.accessor===e)return i;if(i.children&&i.children.length>0){var a=o(i.children);if(a)return a}}},i=o(n);if(!i)return t;var a=null;return u&&u.key.accessor===e?"ascending"===u.direction&&(a={key:i,direction:"descending"}):a={key:i,direction:"ascending"},hn({externalSortHandling:r,tableRows:t,sortColumn:a,rowGrouping:c,headers:n,sortNestedRows:f})},[u,n,t,r,c,f]);return{sort:u,sortedRows:h,updateSort:v,computeSortedRowsPreview:p}}({headers:en,tableRows:_n,externalSortHandling:$,onSortChange:fe,rowGrouping:pe}),tt=nt.sort,rt=nt.sortedRows,ot=nt.updateSort,it=function(e){var n=e.allowAnimations,t=e.sortedRows,r=e.originalRows,c=e.currentPage,s=e.rowsPerPage,u=e.shouldPaginate,f=e.rowGrouping,h=e.rowIdAccessor,v=e.unexpandedRows,p=e.expandAll,g=e.contentHeight,m=e.rowHeight,y=e.scrollTop,C=e.computeFilteredRowsPreview,I=e.computeSortedRowsPreview,S=o(!1),x=S[0],R=S[1],E=o([]),N=E[0],F=E[1],T=i([]),H=i([]),D=i(new Map),M=i(null),L=l(function(e){var n=u?e.slice((c-1)*s,c*s):e;return f&&0!==f.length?A({rows:n,rowGrouping:f,rowIdAccessor:h,unexpandedRows:v,expandAll:p}):n.map(function(e,n){return{row:e,depth:0,groupingKey:void 0,position:n,isLastGroupRow:!1}})},[c,s,u,f,h,v,p]);a(function(){if(0===D.current.size){var e=L(r),n=new Map;e.forEach(function(e){var t=String(k({row:e.row,rowIdAccessor:h}));n.set(t,e.position)}),D.current=n}},[r,L,h]);var B=a(function(){return L(t)},[t,L]),W=a(function(){return O({bufferRowCount:5,contentHeight:g,tableRows:B,rowHeight:m,scrollTop:y})},[B,g,m,y]),P=l(function(e,n){var t=new Set(e.map(function(e){return String(k({row:e.row,rowIdAccessor:h}))})),r=new Set(n.map(function(e){return String(k({row:e.row,rowIdAccessor:h}))}));return{staying:n.filter(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return t.has(n)}),entering:n.filter(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return!t.has(n)}),leaving:e.filter(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return!r.has(n)})}},[h]),q=a(function(){if(0===T.current.length)return!1;var e=B.map(function(e){return String(k({row:e.row,rowIdAccessor:h}))}),n=T.current.map(function(e){return String(k({row:e.row,rowIdAccessor:h}))});return e.length!==n.length||!e.every(function(e,t){return e===n[t]})},[B,h]);d(function(){if(!x){if(!n||u)return F([]),T.current=B,void(H.current=W);if(0===T.current.length)return F([]),T.current=B,void(H.current=W);if(!q)return F([]),T.current=B,void(H.current=W);M.current={tableRows:B,visibleRows:W},R(!0)}},[n,B,q,x,u,W]),d(function(){if(x&&M.current&&N.length>0){var e=setTimeout(function(){var e=M.current;R(!1),F([]),T.current=e.tableRows,H.current=e.visibleRows,M.current=null},se.duration+100);return function(){return clearTimeout(e)}}},[x,N.length]);var z=a(function(){if(!n||u)return W;if(N.length>0){var e=new Map;return B.forEach(function(n){var t=String(k({row:n.row,rowIdAccessor:h}));e.set(t,n.position)}),N.map(function(n){var t=String(k({row:n.row,rowIdAccessor:h})),r=e.get(t);return void 0!==r?w(w({},n),{position:r}):n})}return W},[W,N,B,n,u,h]),Y=l(function(e){if(n&&!u){var t=C(e),r=L(t),o=O({bufferRowCount:5,contentHeight:g,tableRows:r,rowHeight:m,scrollTop:y}),i=P(W,o).entering.map(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return B.find(function(e){return String(k({row:e.row,rowIdAccessor:h}))===n})||e}).filter(Boolean);i.length>0&&F(b(b([],W,!0),i,!0))}},[n,u,C,L,g,m,y,P,B,W,h]),j=l(function(e){if(n&&!u){var t=I(e),r=L(t),o=O({bufferRowCount:5,contentHeight:g,tableRows:r,rowHeight:m,scrollTop:y}),i=P(W,o).entering.map(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return B.find(function(e){return String(k({row:e.row,rowIdAccessor:h}))===n})||e}).filter(Boolean);i.length>0&&F(b(b([],W,!0),i,!0))}},[n,u,I,L,g,m,y,P,B,W,h]);return{currentTableRows:B,currentVisibleRows:W,isAnimating:x,prepareForFilterChange:Y,prepareForSortChange:j,rowsToRender:z}}({allowAnimations:s,sortedRows:rt,originalRows:Vn,currentPage:$e,rowsPerPage:Ce,shouldPaginate:Ne,rowGrouping:pe,rowIdAccessor:me,unexpandedRows:On,expandAll:U,contentHeight:Kn,rowHeight:we,scrollTop:Mn,computeFilteredRowsPreview:et,computeSortedRowsPreview:nt.computeSortedRowsPreview}),at=it.currentTableRows,lt=it.rowsToRender,ct=it.prepareForFilterChange,st=it.prepareForSortChange,ut=it.isAnimating,dt=i(new Map),ft=function(e){var n=e.selectableCells,t=e.headers,r=e.tableRows,s=e.rowIdAccessor,u=e.onCellEdit,d=e.cellRegistry,f=o(new Set),h=f[0],v=f[1],p=o(new Set),g=p[0],w=p[1],b=o(null),C=b[0],I=b[1],S=o(null),R=S[0],E=S[1],N=o(new Set),A=N[0],T=N[1],H=o(new Set),D=H[0],M=H[1],L=i(!1),B=i(null),O=a(function(){return t.flatMap(x)},[t]),W=l(function(){var e=O.filter(function(e){return!e.hide}),n=new Map;e.forEach(function(e,t){n.set(t,e.accessor)});var t=Array.from(h).reduce(function(e,t){var o,i=t.split("-").map(Number),a=i[0],l=i[1];e[a]||(e[a]=[]);var c=n.get(l);return c&&(null===(o=r[a])||void 0===o?void 0:o.row)?e[a][l]=r[a].row[c]:e[a][l]="",e},{}),o=Object.values(t).map(function(e){return Object.values(e).join("\t")}).join("\n");h.size>0&&(navigator.clipboard.writeText(o),T(new Set(h)),setTimeout(function(){T(new Set)},800))},[O,h,r]),P=l(function(){return m(void 0,void 0,void 0,function(){var e,n,t,o,i,a,l,c;return y(this,function(f){switch(f.label){case 0:if(!R)return[2];f.label=1;case 1:return f.trys.push([1,3,,4]),[4,navigator.clipboard.readText()];case 2:return(e=f.sent())?0===(n=e.split("\n").filter(function(e){return e.length>0})).length?[2]:(t=O.filter(function(e){return!e.hide}),o=new Set,i=new Set,a=R.rowIndex,l=R.colIndex,n.forEach(function(e,n){e.split("\t").forEach(function(e,c){var f=a+n,h=l+c;if(!(f>=r.length||h>=t.length)){var v=r[f],p=t[h],g=k({row:v.row,rowIdAccessor:s});if(null==p?void 0:p.isEditable){var w=e;if("number"===p.type){var m=Number(e);isNaN(m)||(w=m)}else if("boolean"===p.type)w="true"===e.toLowerCase()||"1"===e;else if("date"===p.type){var y=new Date(e);isNaN(y.getTime())||(w=y)}if(v.row[p.accessor]=w,d){var b="".concat(g,"-").concat(p.accessor),C=d.get(b);C&&C.updateContent(w)}null==u||u({accessor:p.accessor,newValue:w,row:v.row,rowIndex:f});var I=F({colIndex:h,rowIndex:f,rowId:g});o.add(I)}else{var S=F({colIndex:h,rowIndex:f,rowId:g});i.add(S)}}})}),o.size>0&&(T(o),setTimeout(function(){T(new Set)},800)),i.size>0&&(M(i),setTimeout(function(){M(new Set)},800)),[3,4]):[2];case 3:return c=f.sent(),console.warn("Failed to paste from clipboard:",c),[3,4];case 4:return[2]}})})},[R,O,r,s,u,d]),q=l(function(){if(0!==h.size){var e=O.filter(function(e){return!e.hide}),n=new Map;e.forEach(function(e,t){n.set(t,e.accessor)});var t=new Set,o=new Set;Array.from(h).forEach(function(n){var i=n.split("-").map(Number),a=i[0],l=i[1];if(!(a>=r.length||l>=e.length)){var c=r[a],f=e[l],h=k({row:c.row,rowIdAccessor:s});if(null==f?void 0:f.isEditable){var v=null;if(v="string"===f.type?"":"number"===f.type?null:"boolean"!==f.type&&("date"===f.type?null:Array.isArray(c.row[f.accessor])?[]:""),c.row[f.accessor]=v,d){var p="".concat(h,"-").concat(f.accessor),g=d.get(p);g&&g.updateContent(v)}null==u||u({accessor:f.accessor,newValue:v,row:c.row,rowIndex:a}),t.add(n)}else o.add(n)}}),t.size>0&&(T(t),setTimeout(function(){T(new Set)},800)),o.size>0&&(M(o),setTimeout(function(){M(new Set)},800))}},[h,O,r,s,u,d]),z=l(function(e,n){for(var t=new Set,o=Math.min(e.rowIndex,n.rowIndex),i=Math.max(e.rowIndex,n.rowIndex),a=Math.min(e.colIndex,n.colIndex),l=Math.max(e.colIndex,n.colIndex),c=o;c<=i;c++)for(var u=a;u<=l;u++)if(c>=0&&c<r.length){var d=k({row:r[c].row,rowIdAccessor:s});t.add(F({colIndex:u,rowIndex:c,rowId:d}))}w(new Set),I(null),v(t)},[r,s,w,I,v]),Y=l(function(e){if(e.rowIndex>=0&&e.rowIndex<r.length&&e.colIndex>=0&&e.colIndex<O.length){var n=F(e);w(new Set),I(null),v(new Set([n])),E(e)}},[O.length,r.length,w,I,v,E]),j=l(function(e,n){void 0===n&&(n=!1),v(new Set),E(null),w(function(t){var r=new Set(n?t:[]);return e.forEach(function(e){return r.add(e)}),r}),e.length>0&&I(e[e.length-1])},[v,E,w,I]);c(function(){var e=function(e){var t;if(n&&R){var o=R.rowIndex,i=R.colIndex,a=R.rowId;if(!e.ctrlKey&&!e.metaKey||"c"!==e.key){if((e.ctrlKey||e.metaKey)&&"v"===e.key)return e.preventDefault(),void P();if("Delete"===e.key||"Backspace"===e.key)return e.preventDefault(),void q();if(k({row:null===(t=r[o])||void 0===t?void 0:t.row,rowIdAccessor:s})!==a){var l=r.findIndex(function(e,n){return k({row:e.row,rowIdAccessor:s})===a});if(-1===l)return;o=l}if("ArrowUp"===e.key){if(e.preventDefault(),o>0){var c=k({row:r[o-1].row,rowIdAccessor:s});Y({rowIndex:o-1,colIndex:i,rowId:c})}}else"ArrowDown"===e.key?(e.preventDefault(),o<r.length-1&&(c=k({row:r[o+1].row,rowIdAccessor:s}),Y({rowIndex:o+1,colIndex:i,rowId:c}))):"ArrowLeft"===e.key||"Tab"===e.key&&e.shiftKey?(e.preventDefault(),i>0&&(c=k({row:r[o].row,rowIdAccessor:s}),Y({rowIndex:o,colIndex:i-1,rowId:c}))):"ArrowRight"===e.key||"Tab"===e.key?(e.preventDefault(),i<O.length-1&&(c=k({row:r[o].row,rowIdAccessor:s}),Y({rowIndex:o,colIndex:i+1,rowId:c}))):"Escape"===e.key&&(v(new Set),w(new Set),I(null),B.current=null,E(null))}else W()}};return document.addEventListener("keydown",e),function(){document.removeEventListener("keydown",e)}},[W,O.length,R,s,z,Y,n,r,P,q]);var G=l(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=F({colIndex:n,rowIndex:t,rowId:r}),i=h.has(o),a=g.has(n);return i||a},[h,g]),U=l(function(e){var n=e.colIndex,t=e.rowIndex,o=e.rowId,i=[],a=r[t-1]?k({row:r[t-1].row,rowIdAccessor:s}):null,l=r[t+1]?k({row:r[t+1].row,rowIdAccessor:s}):null,c=null!==a?{colIndex:n,rowIndex:t-1,rowId:a}:null,u=null!==l?{colIndex:n,rowIndex:t+1,rowId:l}:null,d={colIndex:n-1,rowIndex:t,rowId:o},f={colIndex:n+1,rowIndex:t,rowId:o};return(!c||!G(c)||g.has(n)&&0===t)&&i.push("st-selected-top-border"),(!u||!G(u)||g.has(n)&&t===r.length-1)&&i.push("st-selected-bottom-border"),G(d)||i.push("st-selected-left-border"),G(f)||i.push("st-selected-right-border"),i.join(" ")},[G,r,g,s]),K=a(function(){return R?function(e){var n=e.rowIndex,t=e.colIndex,r=e.rowId;return n===R.rowIndex&&t===R.colIndex&&r===R.rowId}:function(){return!1}},[R]),V=l(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=F({colIndex:n,rowIndex:t,rowId:r});return A.has(o)},[A]),J=l(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=F({colIndex:n,rowIndex:t,rowId:r});return D.has(o)},[D]);return{getBorderClass:U,handleMouseDown:function(e){var t=e.colIndex,r=e.rowIndex,o=e.rowId;n&&(L.current=!0,B.current={rowIndex:r,colIndex:t,rowId:o},setTimeout(function(){w(new Set),I(null);var e=F({colIndex:t,rowIndex:r,rowId:o});v(new Set([e])),E({rowIndex:r,colIndex:t,rowId:o})},0))},handleMouseOver:function(e){var t=e.colIndex,o=e.rowIndex;if(e.rowId,n&&L.current&&B.current){for(var i=new Set,a=Math.min(B.current.rowIndex,o),l=Math.max(B.current.rowIndex,o),c=Math.min(B.current.colIndex,t),u=Math.max(B.current.colIndex,t),d=a;d<=l;d++)for(var f=c;f<=u;f++)if(d>=0&&d<r.length){var h=k({row:r[d].row,rowIdAccessor:s});i.add(F({colIndex:f,rowIndex:d,rowId:h}))}v(i)}},handleMouseUp:function(){L.current=!1},isCopyFlashing:V,isWarningFlashing:J,isInitialFocusedCell:K,isSelected:G,lastSelectedColumnIndex:C,pasteFromClipboard:P,selectColumns:j,selectedCells:h,selectedColumns:g,setInitialFocusedCell:E,setSelectedCells:v,setSelectedColumns:w,deleteSelectedCells:q}}({selectableCells:Se,headers:en,tableRows:at,rowIdAccessor:me,onCellEdit:oe,cellRegistry:dt.current}),ht=ft.getBorderClass,vt=ft.handleMouseDown,pt=ft.handleMouseOver,gt=ft.handleMouseUp,wt=ft.isCopyFlashing,mt=ft.isInitialFocusedCell,yt=ft.isSelected,bt=ft.isWarningFlashing,Ct=ft.selectColumns,It=ft.selectedCells,St=ft.selectedColumns,xt=ft.setInitialFocusedCell,Rt=ft.setSelectedCells,Et=ft.setSelectedColumns,Nt=l(function(e){st(e),setTimeout(function(){ot(e)},0)},[st,ot]),kt=l(function(e){nn(e)},[]);!function(e){var n=e.selectableColumns,t=e.selectedCells,r=e.selectedColumns,o=e.setSelectedCells,i=e.setSelectedColumns;c(function(){var e=function(e){var a=e.target;a.closest(".st-cell")||n&&(a.classList.contains("st-header-cell")||a.classList.contains("st-header-label"))||(t.size>0&&o(new Set),r.size>0&&i(new Set))};return document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[n,t,r,o,i])}({selectableColumns:Re,selectedCells:It,selectedColumns:St,setSelectedCells:Rt,setSelectedColumns:Et}),function(e){var n=e.forceUpdate,t=e.tableBodyContainerRef,r=e.setScrollbarWidth;d(function(){var e=function(){if(n(),t.current){var e=t.current.offsetWidth-t.current.clientWidth;r(e)}};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[n,t,r])}({forceUpdate:Ye,tableBodyContainerRef:Je,setScrollbarWidth:zn}),function(e){var n=e.onGridReady;c(function(){null==n||n()},[n])}({onGridReady:le}),function(e){var n=e.tableRef,t=e.rows,r=e.rowIdAccessor,o=e.cellRegistryRef;c(function(){n&&(n.current={updateData:function(e){var n=e.accessor,i=e.rowIndex,a=e.newValue,l=null==t?void 0:t[i];if(l){var c=k({row:l,rowIdAccessor:r}),s=S({rowId:c,accessor:n}),u=o.current.get(s);u&&u.updateContent(a),void 0!==l[n]&&(l[n]=a)}}})},[o,t,r,n])}({cellRegistryRef:dt,rowIdAccessor:me,rows:ye,tableRef:He}),function(e){var n=e.filters,t=e.onFilterChange;c(function(){null==t||t(n)},[n,t])}({filters:Xn,onFilterChange:ae}),function(e){var n=e.sort,t=e.onSortChange,r=Q(n);c(function(){!n||(null==r?void 0:r.key.accessor)===n.key.accessor&&(null==r?void 0:r.direction)===n.direction?!n&&r&&(null==t||t(null)):null==t||t(n)},[n,r,t])}({sort:tt,onSortChange:fe});var At=l(function(e){ct(e),setTimeout(function(){$n(e)},0)},[ct,$n]);return e(H,w({value:{allowAnimations:s,areAllRowsSelected:wn,cellRegistry:dt.current,cellUpdateFlash:f,clearSelection:Tn,columnReordering:R,columnResizing:T,draggedHeaderRef:je,editColumns:P,enableRowSelection:j,expandIcon:V,filters:Xn,forceUpdate:Ye,getBorderClass:ht,handleApplyFilter:At,handleClearAllFilters:Zn,handleClearFilter:Qn,handleMouseDown:vt,handleMouseOver:pt,handleRowSelect:Rn,handleSelectAll:kn,handleToggleRow:Fn,headerContainerRef:Xe,headers:Hn,hoveredHeaderRef:Ge,isAnimating:ut,isCopyFlashing:wt,isInitialFocusedCell:mt,isResizing:rn,isRowSelected:gn,isScrolling:ln,isSelected:yt,isWarningFlashing:bt,mainBodyRef:Ue,nextIcon:re,onCellEdit:oe,onColumnOrderChange:ie,onLoadMore:ce,onSort:Nt,onTableHeaderDragEnd:kt,pinnedLeftRef:Ke,pinnedRightRef:Ve,prevIcon:ve,rowGrouping:pe,rowHeight:we,rowIdAccessor:me,scrollbarWidth:qn,selectColumns:Ct,selectableColumns:Re,selectedRows:vn,selectedRowCount:mn,selectedRowsData:Sn,setHeaders:nn,setInitialFocusedCell:xt,setIsResizing:on,setIsScrolling:un,setSelectedCells:Rt,setSelectedColumns:Et,setSelectedRows:pn,setUnexpandedRows:Wn,shouldPaginate:Ne,sortDownIcon:Ae,sortUpIcon:Te,tableBodyContainerRef:Je,tableRows:at,theme:Me,unexpandedRows:On,useHoverRowBackground:Oe,useOddColumnBackground:ze,useOddEvenRowBackground:Pe}},{children:e("div",w({className:"simple-table-root st-wrapper theme-".concat(Me),style:Z?{height:Z}:{}},{children:e(In,{children:n("div",w({className:"st-wrapper-container"},{children:[e(xn,{}),n("div",w({className:"st-content-wrapper",onMouseUp:gt,onMouseLeave:gt},{children:[e(cn,{pinnedLeftWidth:Gn,pinnedRightWidth:Un,setScrollTop:Ln,sort:tt,tableRows:at,rowsToRender:lt}),e(yn,{columnEditorText:C,editColumns:P,editColumnsInitOpen:z,headers:en,position:v})]})),e(sn,{mainBodyRef:Ue,mainBodyWidth:jn,pinnedLeftWidth:Gn,pinnedRightWidth:Un,tableBodyContainerRef:Je}),e(M,{currentPage:$e,hideFooter:ne,onPageChange:Qe,onNextPage:ue,shouldPaginate:Ne,totalPages:Math.ceil(rt.length/Ce)})]}))})}))}))};export{Fn as SimpleTable};
1
+ import{jsx as e,jsxs as n,Fragment as t}from"react/jsx-runtime";import r,{useState as o,useRef as i,useMemo as a,useCallback as l,useEffect as c,createContext as s,useContext as u,useLayoutEffect as d,Fragment as f,cloneElement as h,forwardRef as v,useImperativeHandle as p,useReducer as g}from"react";var w=function(){return w=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var o in n=arguments[t])Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},w.apply(this,arguments)};function m(e,n,t,r){return new(t||(t=Promise))(function(o,i){function a(e){try{c(r.next(e))}catch(e){i(e)}}function l(e){try{c(r.throw(e))}catch(e){i(e)}}function c(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t(function(e){e(n)})).then(a,l)}c((r=r.apply(e,n||[])).next())})}function y(e,n){var t,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=l(0),a.throw=l(1),a.return=l(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function l(l){return function(c){return function(l){if(t)throw new TypeError("Generator is already executing.");for(;a&&(a=0,l[0]&&(i=0)),i;)try{if(t=1,r&&(o=2&l[0]?r.return:l[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,l[1])).done)return o;switch(r=0,o&&(l=[2&l[0],o.value]),l[0]){case 0:case 1:o=l;break;case 4:return i.label++,{value:l[1],done:!1};case 5:i.label++,r=l[1],l=[0];continue;case 7:l=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==l[0]&&2!==l[0])){i=0;continue}if(3===l[0]&&(!o||l[1]>o[0]&&l[1]<o[3])){i.label=l[1];break}if(6===l[0]&&i.label<o[1]){i.label=o[1],o=l;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(l);break}o[2]&&i.ops.pop(),i.trys.pop();continue}l=n.call(e,i)}catch(e){l=[6,e],r=0}finally{t=o=0}if(5&l[0])throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}([l,c])}}}function b(e,n,t){if(t||2===arguments.length)for(var r,o=0,i=n.length;o<i;o++)!r&&o in n||(r||(r=Array.prototype.slice.call(n,0,o)),r[o]=n[o]);return e.concat(r||Array.prototype.slice.call(n))}"function"==typeof SuppressedError&&SuppressedError;var C=function(e){var n=e.accessor,t=e.rowId;return"".concat(t,"-").concat(n)},I=function(e){var n=e.header,t=e.pinned;return n.hide?null:!t&&!n.pinned||n.pinned===t||null},S=function(e){var n=e.rowId,t=e.accessor;return"".concat(n,"-").concat(t)},x=function(e){return e.hide?[]:e.children&&0!==e.children.length?e.children.flatMap(function(e){return x(e)}):[e]},R=function(e){var n,t=e.width;"string"==typeof t&&t.includes("fr")&&(e.width=(null===(n=document.getElementById(C({accessor:e.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth)||150),e.children&&e.children.forEach(function(e){R(e)})},E=function(e){return"number"==typeof e.minWidth?e.minWidth:40},N=function(e){return Array.isArray(e)&&e.length>0&&"object"==typeof e[0]&&null!==e[0]},k=function(e){return e.row[e.rowIdAccessor]},A=function(e){var n=e.depth,t=void 0===n?0:n,r=e.expandAll,o=void 0!==r&&r,i=e.unexpandedRows,a=e.rowGrouping,l=void 0===a?[]:a,c=e.rowIdAccessor,s=e.rows,u=[],d=function(e,n,t){void 0===t&&(t=0);var r=t;return e.forEach(function(t,a){var s=k({row:t,rowIdAccessor:c}),f=l[n],h=0===n&&a===e.length-1;u.push({row:t,depth:n,groupingKey:f,position:r,isLastGroupRow:h}),r++;var v=String(s);if((o?!i.has(v):i.has(v))&&n<l.length){var p=function(e,n){var t=e[n];return N(t)?t:[]}(t,f);p.length>0&&(r=d(p,n+1,r))}}),r};return d(s,t),u},F=function(e){var n=e.rowIndex,t=e.colIndex,r=e.rowId;return"".concat(n,"-").concat(t,"-").concat(r)},T=s(void 0),H=function(n){var t=n.children,r=n.value;return e(T.Provider,w({value:r},{children:t}))},D=function(){var e=u(T);if(void 0===e)throw new Error("useTableContext must be used within a TableProvider");return e},M=function(t){var r=t.currentPage,i=t.hideFooter,a=t.onPageChange,l=t.onNextPage,c=t.shouldPaginate,s=t.totalPages,u=D(),d=u.nextIcon,f=u.prevIcon,h=o(!0),v=h[0],p=h[1],g=!(r>1),b=!(r<s)&&!l||!v&&r===s;if(i||!c)return null;var C=function(){if(s<=15)return Array.from({length:s},function(e,n){return n+1});var e,n,t=[],o=15;if(r<=Math.ceil(7.5))e=1,n=14;else if(r>=s-Math.floor(7.5))e=Math.max(1,s-o+1),n=s;else{var i=Math.floor(7);e=r-i,n=r+(o-i-1)}for(var a=e;a<=n;a++)t.push(a);return n<s-1&&(t.push(-1),t.push(s)),t}();return n("div",w({className:"st-footer"},{children:[e("button",w({className:"st-next-prev-btn ".concat(g?"disabled":""),onClick:function(){var e=r-1;e>=1&&a(e)},disabled:g},{children:f})),e("button",w({className:"st-next-prev-btn ".concat(b?"disabled":""),onClick:function(){return m(void 0,void 0,void 0,function(){var e,n;return y(this,function(t){switch(t.label){case 0:return e=r===s,n=r+1,l&&e?[4,l(r)]:[3,2];case 1:if(!t.sent())return p(!1),[2];t.label=2;case 2:return(n<=s||l)&&a(n),[2]}})})},disabled:b},{children:d})),C.map(function(n,t){return n<0?e("span",w({className:"st-page-ellipsis"},{children:"..."}),"ellipsis-".concat(n)):e("button",w({onClick:function(){return function(e){e>=1&&e<=s&&a(e)}(n)},className:"st-page-btn ".concat(r===n?"active":"")},{children:n}),"page-".concat(n))})]}))},L=function(n){var t=n.className;return e("svg",w({className:t,viewBox:"0 0 24 24",width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"})}))},B=function(n){var t=n.className;return e("svg",w({className:t,viewBox:"0 0 24 24",width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z"})}))},O=function(e){var n=e.bufferRowCount,t=e.contentHeight,r=e.rowHeight,o=e.scrollTop,i=e.tableRows,a=r+1,l=Math.max(0,o-a*n),c=o+t+a*n,s=Math.max(0,Math.floor(l/a)),u=Math.min(i.length,Math.ceil(c/a));return i.slice(s,u)},W=function(e){return e.position*(e.rowHeight+1)-1},P=function(e){return e.position*(e.rowHeight+1)},q=function(n){var t=n.children,r=n.onClose,a=n.open,l=n.overflow,s=void 0===l?"auto":l,u=n.setOpen,d=n.width,f=n.containerRef,h=n.positioning,v=void 0===h?"fixed":h,p=D().mainBodyRef,g=i(null),m=i(null),y=o("bottom-left"),b=y[0],C=y[1],I=o({}),S=I[0],x=I[1],R=o(!1),E=R[0],N=R[1];return c(function(){a&&g.current?(N(!1),!m.current&&g.current.parentElement&&(m.current=g.current.parentElement),requestAnimationFrame(function(){if(g.current&&m.current){var e,n=g.current,t=m.current.getBoundingClientRect(),r=n.offsetHeight,o=d||n.offsetWidth,i=(e=(null==f?void 0:f.current)?f.current.getBoundingClientRect():(null==p?void 0:p.current)?p.current.getBoundingClientRect():{top:0,right:window.innerWidth,bottom:window.innerHeight,left:0,width:window.innerWidth,height:window.innerHeight,x:0,y:0,toJSON:function(){}}).bottom-t.bottom,a=t.top-e.top,l="bottom",c={};(r>i&&r<=a||r>i&&a>i)&&(l="top");var s="left";o>e.right-t.right+t.width&&(s="right"),"fixed"===v?("bottom"===l?c.top=t.bottom+4:c.bottom=window.innerHeight-t.top+4,"left"===s?c.left=t.left:c.right=window.innerWidth-t.right):("bottom"===l?c.top=t.height+4:c.bottom=t.height+4,"left"===s?c.left=0:c.right=0),C("".concat(l,"-").concat(s)),x(c),N(!0)}})):a||N(!1)},[a,d,f,p,v]),c(function(){var e=function(e){if(a&&g.current){var n=e.target;g.current&&!g.current.contains(n)&&(u(!1),null==r||r())}};return a&&window.addEventListener("scroll",e,!0),function(){window.removeEventListener("scroll",e,!0)}},[a,r,u]),c(function(){var e=function(e){if(g.current&&!g.current.contains(e.target)){var n=g.current.parentElement;n&&!n.contains(e.target)&&(u(!1),null==r||r())}};return a&&document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[r,a,u]),c(function(){var e=function(e){"Escape"===e.key&&a&&(u(!1),null==r||r())};return a&&document.addEventListener("keydown",e),function(){document.removeEventListener("keydown",e)}},[r,a,u]),a?e("div",w({ref:g,className:"st-dropdown-content st-dropdown-".concat(b),onClick:function(e){return e.stopPropagation()},style:w(w({position:v,width:d?"".concat(d,"px"):"auto",visibility:E?"visible":"hidden"},S),{overflow:s})},{children:t})):null},z=function(n){var t=n.children,r=n.onClick,o=n.isSelected,i=void 0!==o&&o,a=n.disabled,l=void 0!==a&&a,c=n.className,s=void 0===c?"":c;return e("div",w({className:"st-dropdown-item ".concat(i?"selected":""," ").concat(l?"disabled":""," ").concat(s),onClick:function(){!l&&r&&r()},role:"option","aria-selected":i,"aria-disabled":l},{children:t}))},Y=function(t){var r=t.onBlur,i=t.onChange,a=t.open,l=t.setOpen,c=t.value,s=o(c),u=s[0],d=s[1],f=function(e){d(e),i(e),l(!1),r()};return n(q,w({open:a,onClose:function(){r()},setOpen:l,width:120},{children:[e(z,w({isSelected:!0===u,onClick:function(){return f(!0)}},{children:"True"})),e(z,w({isSelected:!1===u,onClick:function(){return f(!1)}},{children:"False"}))]}))},j=function(n){var t=n.defaultValue,r=n.onBlur,o=n.onChange,a=i(null);return e("input",{className:"editable-cell-input",ref:a,autoFocus:!0,type:"text",defaultValue:null!=t?t:"",onBlur:r,onChange:function(e){var n=e.target.value;o(n)},onKeyDown:function(e){e.stopPropagation(),"Enter"!==e.key&&"Escape"!==e.key||r()},onMouseDown:function(e){e.stopPropagation()}})},G=function(n){var t=n.defaultValue,r=n.onBlur,o=n.onChange,a=i(null);return e("input",{className:"editable-cell-input",ref:a,autoFocus:!0,defaultValue:t.toString(),onBlur:r,onChange:function(e){var n=e.target.value;/^\d*\.?\d*$/.test(n)&&o(n)},onKeyDown:function(e){e.stopPropagation(),"Enter"!==e.key&&"Escape"!==e.key||r()},onMouseDown:function(e){e.stopPropagation()}})},U=function(r){var i,a,l=r.onChange,c=r.onClose,s=r.value,u=D(),d=u.nextIcon,f=u.prevIcon,h=o(s||new Date),v=h[0],p=h[1],g=o("days"),m=g[0],y=g[1],b=function(e,n){return new Date(e,n+1,0).getDate()};return n("div",w({className:"st-datepicker"},{children:[n("div",w({className:"st-datepicker-header"},{children:["days"===m&&n(t,{children:[e("button",w({onClick:function(){p(new Date(v.getFullYear(),v.getMonth()-1,1))},className:"st-datepicker-nav-btn"},{children:f})),n("div",w({className:"st-datepicker-header-label",onClick:function(){return y("months")}},{children:[(a=v,a.toLocaleString("default",{month:"long"}))," ",v.getFullYear()]})),e("button",w({onClick:function(){p(new Date(v.getFullYear(),v.getMonth()+1,1))},className:"st-datepicker-nav-btn"},{children:d}))]}),"months"===m&&e("div",w({className:"st-datepicker-header-label",onClick:function(){return y("years")}},{children:v.getFullYear()})),"years"===m&&e("div",w({className:"st-datepicker-header-label"},{children:"Select Year"}))]})),n("div",w({className:"st-datepicker-grid st-datepicker-".concat(m,"-grid")},{children:["days"===m&&function(){var n=[],t=v.getFullYear(),r=v.getMonth(),o=b(t,r),i=function(e,n){return new Date(e,n,1).getDay()}(t,r),a=b(t,r-1);["Su","Mo","Tu","We","Th","Fr","Sa"].forEach(function(t,r){n.push(e("div",w({className:"st-datepicker-weekday"},{children:t}),"header-".concat(r)))});for(var u=function(t){var r=a-i+t+1;n.push(e("div",w({className:"st-datepicker-day other-month",onClick:function(){return function(e){var n=new Date(v.getFullYear(),v.getMonth()-1,e);p(n),l(n),null==c||c()}(r)}},{children:r}),"prev-".concat(r)))},d=0;d<i;d++)u(d);for(var f=function(o){var i=o===(new Date).getDate()&&r===(new Date).getMonth()&&t===(new Date).getFullYear(),a=o===new Date(s).getDate()&&r===new Date(s).getMonth()&&t===new Date(s).getFullYear();n.push(e("div",w({className:"st-datepicker-day ".concat(i?"today":""," ").concat(a?"selected":""),onClick:function(){return function(e){var n=new Date(v.getFullYear(),v.getMonth(),e);p(n),l(n),null==c||c()}(o)}},{children:o}),"day-".concat(o)))},h=1;h<=o;h++)f(h);var g=35-(i+o),m=function(t){n.push(e("div",w({className:"st-datepicker-day other-month",onClick:function(){return function(e){var n=new Date(v.getFullYear(),v.getMonth()+1,e);p(n),l(n),null==c||c()}(t)}},{children:t}),"next-".concat(t)))};for(h=1;h<=g;h++)m(h);return n}(),"months"===m&&(i=[],Array.from({length:12},function(e,n){return new Date(2e3,n,1).toLocaleString("default",{month:"short"})}).forEach(function(n,t){var r=t===v.getMonth();i.push(e("div",w({className:"st-datepicker-month ".concat(r?"selected":""),onClick:function(){return function(e){p(new Date(v.getFullYear(),e,1)),y("days")}(t)}},{children:n}),"month-".concat(t)))}),i),"years"===m&&function(){for(var n=[],t=v.getFullYear(),r=t-6,o=function(r){var o=r===t;n.push(e("div",w({className:"st-datepicker-year ".concat(o?"selected":""),onClick:function(){return function(e){p(new Date(e,v.getMonth(),1)),y("months")}(r)}},{children:r}),"year-".concat(r)))},i=r;i<r+12;i++)o(i);return n}()]})),e("div",w({className:"st-datepicker-footer"},{children:e("button",w({className:"st-datepicker-today-btn",onClick:function(){var e=new Date;p(e),l(e),null==c||c()}},{children:"Today"}))}))]}))},K=function(e){if(!e)return new Date;var n=e.toString().split("-").map(Number),t=n[0],r=n[1],o=n[2],i=new Date;return i.setFullYear(t),i.setMonth(r-1),i.setDate(o),isNaN(i.getTime())?new Date:i},V=function(n){var t=n.onBlur,r=n.onChange,o=n.open,i=n.setOpen,a=n.value;c(function(){var e=setTimeout(function(){var e=document.querySelector(".st-dropdown-container");e instanceof HTMLElement&&e.focus()},0);return function(){return clearTimeout(e)}},[]);var l=function(){t()};return e(q,w({open:o,onClose:l,setOpen:i,width:280},{children:e(U,{value:K(a),onChange:function(e){var n=e.toISOString().split("T")[0];r(n),i(!1),t()},onClose:l})}))},J=function(n){var t=n.onBlur,r=n.onChange,i=n.open,a=n.options,l=n.setOpen,c=n.value,s=o(c||""),u=s[0],d=s[1];return e(q,w({open:i,onClose:function(){t()},setOpen:l,width:150},{children:e("div",w({className:"st-enum-dropdown-content"},{children:a.map(function(n){return e(z,w({isSelected:u===n.value,onClick:function(){return e=n.value,d(e),r(e),l(!1),void t();var e}},{children:n.label}),n.value)})}))}))},X=function(n){var t=n.enumOptions,r=void 0===t?[]:t,o=n.onChange,i=n.setIsEditing,a=n.type,l=void 0===a?"string":a,c=n.value,s=function(){i(!1)};if("boolean"===l&&"boolean"==typeof c)return e(Y,{onBlur:s,onChange:function(e){return o(e)},open:!0,setOpen:i,value:c});if("date"===l)return e(V,{onBlur:s,onChange:o,open:!0,setOpen:i,value:c});if("enum"===l)return e(J,{onBlur:s,onChange:o,open:!0,options:r,setOpen:i,value:"string"==typeof c?c:""});if("number"===l&&"number"==typeof c)return e(G,{defaultValue:c,onBlur:s,onChange:function(e){var n=""===e?0:parseFloat(e);o(isNaN(n)?0:n)}});var u=null==c?"":String(c);return e(j,{defaultValue:u,onBlur:s,onChange:o})},_=0,$=function(){return function(e){var n=e.callback,t=e.callbackProps,r=e.limit,o=Date.now();(0===_||o-_>=r)&&(_=o,n(t))}},Q=function(e){var n=i(e);return c(function(){JSON.stringify(n.current)!==JSON.stringify(e)&&(n.current=e)},[e]),n.current},Z=function(e){if(null===e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(Z);var n={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=Z(e[t]));return n},ee=function(e,n){return e.filter(function(e){return e.pinned===n}).some(function(e){return!e.hide})},ne=Date.now(),te={screenX:0,screenY:0},re=function(e,n,t){void 0===t&&(t=[]);for(var r=0;r<e.length;r++){var o=e[r];if(o.accessor===n)return b(b([],t,!0),[r],!1);if(o.children&&o.children.length>0){var i=re(o.children,n,b(b([],t,!0),[r],!1));if(i)return i}}return null},oe=function(e){return"left"===e.pinned?"left":"right"===e.pinned?"right":"main"};function ie(e,n,t){var r,o,i=Z(e),a=!1;try{var l=oe(t),c=i.findIndex(function(e){return e.accessor===n.accessor}),s=i.findIndex(function(e){return e.accessor===t.accessor});if(-1===c||-1===s)return{newHeaders:i,emergencyBreak:a=!0};var u=i.splice(c,1)[0],d=(r=l,o=w({},u),"left"===r?o.pinned="left":"right"===r?o.pinned="right":delete o.pinned,o),f=s;i.splice(f,0,d)}catch(e){console.error("Error in insertHeaderAcrossSections:",e),a=!0}return{newHeaders:i,emergencyBreak:a}}var ae=function(e){var n=e.draggedHeaderRef,t=e.headers,r=e.hoveredHeaderRef,o=e.onColumnOrderChange,i=e.onTableHeaderDragEnd,a=D().setHeaders,l=Q(t);return{handleDragStart:function(e){n.current=e,ne=Date.now()},handleDragOver:function(e){var o=e.event,a=e.hoveredHeader;if(o.preventDefault(),t&&n.current){var c=o.currentTarget.getAnimations().some(function(e){return"running"===e.playState}),s=o.screenX,u=o.screenY,d=Math.sqrt(Math.pow(s-te.screenX,2)+Math.pow(u-te.screenY,2));r.current=a;var f,h=n.current,v=!1;if(oe(h)!==oe(a)){f=(I=ie(t,h,a)).newHeaders,v=I.emergencyBreak}else{var p=t,g=re(p,h.accessor),w=re(p,a.accessor);if(!g||!w)return;var m=g.length,y=w.length,b=w;if(m!==y){var C=y-m;C>0&&(b=w.slice(0,-C))}var I=function(e,n,t){var r=Z(e),o=!1;function i(e,n){for(var t=e,r=0;r<n.length-1;r++)t=t[n[r]].children;return t[n[n.length-1]]}function a(e,n,t){for(var r=e,i=0;i<n.length-1;i++){if(!r[n[i]].children){o=!0;break}r=r[n[i]].children}r[n[n.length-1]]=t}var l=i(r,n);return a(r,n,i(r,t)),a(r,t,l),{newHeaders:r,emergencyBreak:o}}(p,g,b);f=I.newHeaders,v=I.emergencyBreak}if(!(c||a.accessor===h.accessor||d<10||JSON.stringify(f)===JSON.stringify(t)||v)){var S=Date.now();JSON.stringify(f)===JSON.stringify(l)&&(S-ne<1500||d<40)||(ne=S,te={screenX:s,screenY:u},i(f))}}},handleDragEnd:function(){n.current=null,r.current=null,setTimeout(function(){a(function(e){return b([],e,!0)}),null==o||o(t)},10)}}},le=function(){return"undefined"!=typeof window&&window.matchMedia("(prefers-reduced-motion: reduce)").matches},ce={duration:180,easing:"cubic-bezier(0.2, 0.0, 0.2, 1)",delay:0},se={duration:200,easing:"cubic-bezier(0.2, 0.0, 0.2, 1)",delay:0},ue={duration:150,easing:"ease-out",delay:0},de=function(e){e.style.transition="",e.style.transitionDelay="",e.style.transform="",e.style.top="",e.style.willChange="",e.style.backfaceVisibility="",e.classList.remove("st-animating")},fe=function(e,n,t,r){return void 0===t&&(t={}),new Promise(function(r){e.offsetHeight,e.style.transition="transform ".concat(n.duration,"ms ").concat(n.easing),n.delay&&(e.style.transitionDelay="".concat(n.delay,"ms")),e.style.transform="translate3d(0, 0, 0)";var o=function(){de(e),e.removeEventListener("transitionend",o),t.onComplete&&t.onComplete(),r()};e.addEventListener("transitionend",o),setTimeout(o,n.duration+(n.delay||0)+50)})},he=function(e){var n=e.element,t=e.finalConfig,r=e.fromBounds,o=e.toBounds;return m(void 0,void 0,void 0,function(){var e,i,a;return y(this,function(l){switch(l.label){case 0:return e=function(e,n){var t="x"in e?e.x:e.left,r="y"in e?e.y:e.top;return{x:t-n.x,y:r-n.y}}(r,o),0===e.x&&0===e.y?[2]:le()&&!1!==t.respectReducedMotion?[2]:(i=Math.abs(e.x)>Math.abs(e.y),a=function(e,n){return void 0===e&&(e={}),le()?w(w({},ue),e):w(w({},"column"===n?ce:se),e)}(t,i?"column":"row"),de(n),function(e,n){e.style.transform="translate3d(".concat(n.x,"px, ").concat(n.y,"px, 0)"),e.style.transition="none",e.style.willChange="transform",e.style.backfaceVisibility="hidden",e.classList.add("st-animating")}(n,e),[4,fe(n,a,t)]);case 1:return l.sent(),[2]}})})},ve=function(e){var n=e.element,t=e.options;return m(void 0,void 0,void 0,function(){var e,r,o,i,a,l,c,s,u,d,f,h,v,p,g,w;return y(this,function(m){return e=t.startY,r=t.endY,o=t.finalY,i=t.duration,a=void 0===i?300:i,l=t.easing,c=void 0===l?"cubic-bezier(0.2, 0.0, 0.2, 1)":l,s=t.delay,u=void 0===s?0:s,d=t.onComplete,f=t.respectReducedMotion,h=void 0===f||f,le()&&h?(void 0!==o&&(n.style.transform="",n.style.top="".concat(o,"px")),d&&d(),[2]):(v=n.getBoundingClientRect(),p=v.top,g=e-p,w=r-p,[2,new Promise(function(e){n.style.transition="",n.style.transitionDelay="",n.style.transform="",n.style.willChange="",n.style.backfaceVisibility="",n.classList.remove("st-animating"),n.style.transform="translate3d(0, ".concat(g,"px, 0)"),n.style.transition="none",n.style.willChange="transform",n.style.backfaceVisibility="hidden",n.classList.add("st-animating"),n.offsetHeight,n.style.transition="transform ".concat(a,"ms ").concat(c),u&&(n.style.transitionDelay="".concat(u,"ms")),n.style.transform="translate3d(0, ".concat(w,"px, 0)");var t=function(){n.style.transition="",n.style.transitionDelay="",n.style.transform="",n.style.willChange="",n.style.backfaceVisibility="",n.classList.remove("st-animating"),void 0!==o&&(n.style.top="".concat(o,"px")),n.removeEventListener("transitionend",t),d&&d(),e()};n.addEventListener("transitionend",t),setTimeout(t,a+(u||0)+50)})])})})},pe=function(n){var t=n.children,r=n.id,o=n.parentRef,a=n.tableRow,l=function(e,n){var t={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&n.indexOf(r)<0&&(t[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)n.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(t[r[o]]=e[r[o]])}return t}(n,["children","id","parentRef","tableRow"]),c=D(),s=c.allowAnimations,u=c.isResizing,f=c.isScrolling,h=c.rowHeight,v=i(null),p=i(null),g=Q(f),m=Q(u);return d(function(){var e,n,t,r;if(s&&v.current&&!u){var i=v.current.getBoundingClientRect(),l=p.current;if(!f)if(!g||f)if(!m||u){if(p.current=i,l){var c=i.x-l.x,d=i.y-l.y;if(!(Math.abs(c)<50&&Math.abs(d)<=5)){if(Math.abs(c)>5||Math.abs(d)>5){var y=w(w({},se),{onComplete:function(){v.current&&(v.current.style.zIndex="",v.current.style.position="",v.current.style.top="")}}),b=null===(e=null==o?void 0:o.current)||void 0===e?void 0:e.scrollTop,C=null===(n=null==o?void 0:o.current)||void 0===n?void 0:n.clientHeight,I=null===(t=null==o?void 0:o.current)||void 0===t?void 0:t.scrollHeight;if(void 0!==b&&void 0!==C&&void 0!==I){var S=5*h,x=b-S,R=b+C+S,E=l.y>x&&l.y<R,N=i.y>x&&i.y<R,k=i.y<b,A=i.y>b+C,F=null!==(r=null==a?void 0:a.position)&&void 0!==r?r:0,T=.6*h,H=function(e,n,t){var r=Math.min(Math.abs(e-n),Math.abs(e-t));return Math.min(900,Math.max(100,100+80*Math.log10(Math.max(1,r))))};if(E&&!N&&A){var D=b+C+H(i.y,b,b+C)+F%15*T*2.5+F%7*(.4*h);return void ve({element:v.current,options:{startY:l.y,endY:D,finalY:i.y,duration:y.duration,easing:y.easing,onComplete:y.onComplete}})}if(E&&!N&&k){D=b-H(i.y,b,b+C)-F%15*T*2.5-F%7*(.4*h);return void ve({element:v.current,options:{startY:l.y,endY:D,finalY:i.y,duration:y.duration,easing:y.easing,onComplete:y.onComplete}})}if(!E&&N&&l.y>b+C){var M=b+C+H(l.y,b,b+C)+F%10*T*1;return void ve({element:v.current,options:{startY:M,endY:i.y,duration:y.duration,easing:y.easing,onComplete:y.onComplete}})}if(!E&&N&&l.y<b){M=b-H(l.y,b,b+C)-F%10*T*1;return void ve({element:v.current,options:{startY:M,endY:i.y,duration:y.duration,easing:y.easing,onComplete:y.onComplete}})}}he({element:v.current,fromBounds:l,toBounds:i,finalConfig:y})}}}}else p.current=i;else p.current=i}},[s,u,f,o,g,m,h,null==a?void 0:a.position,a]),e("div",w({ref:v,"data-animate-id":r,id:String(r)},l,{children:t}))};pe.displayName="Animate";var ge=function(n){var t=n.className,r=n.style;return e("svg",w({"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",className:t,style:w({height:"10px"},r)},{children:e("path",{d:"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"})}))},we=function(t){var r=t.checked,o=void 0!==r&&r,i=t.children,a=t.onChange;return n("label",w({className:"st-checkbox-label"},{children:[e("input",{checked:o,className:"st-checkbox-input",onChange:function(){a&&a(!o)},type:"checkbox"}),e("span",w({className:"st-checkbox-custom ".concat(o?"st-checked":"")},{children:o&&e(ge,{className:"st-checkbox-checkmark"})})),i]}))},me=function(e){var n=e.content,t=e.header;return"boolean"==typeof n?n?"True":"False":Array.isArray(n)?0===n.length?"[]":n.map(function(e){return"object"==typeof e&&null!==e?JSON.stringify(e):String(e)}).join(", "):"date"===t.type&&null!==n&&("string"==typeof n||"number"==typeof n||"object"==typeof n&&n instanceof Date)?new Date(n).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}):n},ye=function(t){var r=t.borderClass,a=t.colIndex,s=t.header,u=t.isHighlighted,d=t.isInitialFocused,f=t.nestedIndex,h=t.rowIndex,v=t.tableRow,p=D(),g=p.cellRegistry,m=p.cellUpdateFlash,y=p.draggedHeaderRef,b=p.enableRowSelection,I=p.expandIcon,x=p.handleMouseDown,R=p.handleMouseOver,E=p.handleRowSelect,A=p.headers,F=p.hoveredHeaderRef,T=p.isCopyFlashing,H=p.isRowSelected,M=p.isWarningFlashing,L=p.onCellEdit,B=p.onCellClick,O=p.onTableHeaderDragEnd,W=p.rowGrouping,P=p.rowIdAccessor,q=p.setUnexpandedRows,z=p.tableBodyContainerRef,Y=p.theme,j=p.unexpandedRows,G=p.useOddColumnBackground,U=v.depth,K=v.row,V=o(K[s.accessor]),J=V[0],_=V[1],Q=o(!1),Z=Q[0],ee=Q[1],ne=o(!1),te=ne[0],re=ne[1],oe=i(null),ie=k({row:K,rowIdAccessor:P}),le=W&&W[U],ce=!!le&&function(e,n){if(!n)return!1;var t=e[n];return N(t)}(K,le),se=!j.has(String(ie)),ue=T({rowIndex:h,colIndex:a,rowId:ie}),de=M({rowIndex:h,colIndex:a,rowId:ie}),fe=ae({draggedHeaderRef:y,headers:A,hoveredHeaderRef:F,onTableHeaderDragEnd:O}).handleDragOver,he=$(),ve=C({accessor:s.accessor,rowId:ie}),ge=S({rowId:ie,accessor:s.accessor}),ye=s.isSelectionColumn&&b;c(function(){if(g){var e="".concat(ie,"-").concat(s.accessor);return g.set(e,{updateContent:function(e){J!==e?(_(e),m&&(re(!0),oe.current&&clearTimeout(oe.current),oe.current=setTimeout(function(){re(!1)},800))):_(e)}}),function(){g.delete(e),oe.current&&clearTimeout(oe.current)}}},[g,m,ie,s.accessor,J]),c(function(){if(te){var e=setTimeout(function(){re(!1)},850);return function(){return clearTimeout(e)}}},[te]),c(function(){_(K[s.accessor])},[K,s.accessor]);var be="boolean"===s.type||"date"===s.type||"enum"===s.type,Ce=Boolean(null==s?void 0:s.isEditable),Ie="st-cell ".concat(U>0&&s.expandable?"st-cell-depth-".concat(U):""," ").concat(u?d?"st-cell-selected-first ".concat(r):"st-cell-selected ".concat(r):""," ").concat(Ce?"clickable":""," ").concat(te?d?"st-cell-updating-first":"st-cell-updating":""," ").concat(ue?d?"st-cell-copy-flash-first":"st-cell-copy-flash":""," ").concat(de?d?"st-cell-warning-flash-first":"st-cell-warning-flash":""," ").concat(G?f%2==0?"even-column":"odd-column":""," ").concat(ye?"st-selection-cell":""),Se=l(function(e){_(e),K[s.accessor]=e,null==L||L({accessor:s.accessor,newValue:e,row:K,rowIndex:h})},[s.accessor,L,K,h]),xe=l(function(){q(function(e){var n=new Set(e),t=String(ie);return n.has(t)?n.delete(t):n.add(t),n})},[ie,q]);return!Z||be||ye?n(pe,w({className:Ie,"data-accessor":s.accessor,"data-col-index":a,"data-row-id":ie,"data-row-index":h,id:ve,onClick:function(){B&&!ye&&B({accessor:s.accessor,colIndex:a,row:K,rowId:ie,rowIndex:h,value:J})},onDoubleClick:function(){return s.isEditable&&!ye&&ee(!0)},onDragOver:function(e){ye||he({callback:fe,callbackProps:{event:e,hoveredHeader:s},limit:50})},onKeyDown:function(e){Z||ye||"F2"!==e.key&&"Enter"!==e.key||!s.isEditable||Z||(e.preventDefault(),ee(!0))},onMouseDown:function(){Z||ye||x({rowIndex:h,colIndex:a,rowId:ie})},onMouseOver:function(){Z||ye||R({rowIndex:h,colIndex:a,rowId:ie})},parentRef:z,tableRow:v},{children:[s.expandable&&ce?e("div",w({className:"st-icon-container st-expand-icon-container ".concat(se?"expanded":"collapsed"),onClick:xe},{children:I})):null,e("span",w({className:"st-cell-content ".concat("right"===s.align?"right-aligned":"center"===s.align?"center-aligned":"left-aligned")},{children:e("span",{children:ye?e(we,{checked:!!H&&H(String(ie)),onChange:function(e){E&&E(String(ie),e)}}):s.cellRenderer?s.cellRenderer({accessor:s.accessor,colIndex:a,row:K,theme:Y}):me({content:J,header:s})})})),Z&&be&&!ye&&e(X,{enumOptions:s.enumOptions,onChange:Se,setIsEditing:ee,type:s.type,value:J})]}),ge):e("div",w({className:"st-cell-editing",id:C({accessor:s.accessor,rowId:ie}),onMouseDown:function(e){return e.stopPropagation()},onKeyDown:function(e){return e.stopPropagation()}},{children:e(X,{enumOptions:s.enumOptions,onChange:Se,setIsEditing:ee,type:s.type,value:J})}))},be=function(n){var r=n.columnIndexStart,o=n.columnIndices,i=n.headers,a=n.pinned,l=n.rowIndex,c=n.rowIndices,s=n.tableRow,u=D().rowIdAccessor,d=i.filter(function(e){return I({header:e,pinned:a})});return e(t,{children:d.map(function(n,t){var d=k({row:s.row,rowIdAccessor:u}),f=C({accessor:n.accessor,rowId:d});return e(Ce,{columnIndices:o,header:n,headers:i,nestedIndex:t+(null!=r?r:0),pinned:a,rowIndex:l,rowIndices:c,tableRow:s},f)})})},Ce=function(n){var t=n.columnIndices,r=n.header,o=n.headers,i=n.nestedIndex,a=n.pinned,l=n.rowIndex,c=n.rowIndices,s=n.tableRow,u=t[r.accessor],d=D(),h=d.getBorderClass,v=d.isSelected,p=d.isInitialFocusedCell,g=d.rowIdAccessor,w=k({row:s.row,rowIdAccessor:g});if(r.children){var m=r.children.filter(function(e){return I({header:e,pinned:a})});return e(f,{children:m.map(function(n){var r=C({accessor:n.accessor,rowId:w});return e(Ce,{columnIndices:t,header:n,headers:o,nestedIndex:i,pinned:a,rowIndex:l,rowIndices:c,tableRow:s},r)})})}var y={rowIndex:l,colIndex:u,rowId:w},b=h(y),S=v(y),x=p(y),R=C({accessor:r.accessor,rowId:w});return e(ye,{borderClass:b,colIndex:u,header:r,isHighlighted:S,isInitialFocused:x,nestedIndex:i,rowIndex:l,tableRow:s},R)},Ie=function(n){var t=n.columnIndices,r=n.columnIndexStart,o=n.gridTemplateColumns,i=n.headers,a=n.hoveredIndex,l=n.index,c=n.pinned,s=n.rowHeight,u=n.rowIndices,d=n.setHoveredIndex,f=n.tableRow,h=D(),v=h.useHoverRowBackground,p=h.rowIdAccessor,g=h.isAnimating,m=h.isRowSelected,y=f.position,b=y%2==0,C=k({row:f.row,rowIdAccessor:p}),I=!!m&&m(String(C));return e("div",w({className:"st-row ".concat(b?"even":"odd"," ").concat(a===l&&v?"hovered":""," ").concat(I?"selected":""),onMouseEnter:function(){g||d(l)},style:{gridTemplateColumns:o,top:P({position:y,rowHeight:s}),height:"".concat(s,"px")}},{children:e(be,{columnIndexStart:r,columnIndices:t,headers:i,pinned:c,rowIndex:y,rowIndices:u,tableRow:f},C)}))},Se=function(n){var t=n.displayStrongBorder,r=n.position,o=n.rowHeight,a=n.templateColumns,l=n.rowIndex,c=i(null);return e("div",w({className:"st-row-separator ".concat(t?"st-last-group-row":""),onMouseDown:function(e){if(void 0!==l){for(var n=e.currentTarget.getBoundingClientRect(),t=e.clientX-n.left,r=a.split(" ").map(function(e){if(e.includes("px"))return parseFloat(e);if(e.includes("fr")){var t=a.split(" ").filter(function(e){return e.includes("fr")}).length;return n.width/t}return 100}),o=0,i=0,s=0;s<r.length;s++){if(t<=o+r[s]){i=s;break}o+=r[s],i=s}var u="cell-".concat(l+1,"-").concat(i+1),d=document.getElementById(u);if(d){c.current=d;var f=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window,button:0});d.dispatchEvent(f)}}},onMouseUp:function(){if(c.current){var e=new MouseEvent("mouseup",{bubbles:!0,cancelable:!0,view:window,button:0});c.current.dispatchEvent(e),c.current=null}},style:{gridTemplateColumns:a,top:W({position:r,rowHeight:o})}},{children:e("div",{style:{gridColumn:"1 / -1"}})}))},xe=s(void 0),Re=["default"],Ee=function(e){var n=e.childRef,t=e.children,r=function(){var e=u(xe);if(!e)throw new Error("useScrollSyncContext must be used within a ScrollSyncProvider");return e}(),o=r.registerPane,i=r.unregisterPane;return c(function(){return n.current&&o(n.current,Re),function(){n.current&&i(n.current,Re)}},[n,o,i]),h(t,{ref:function(e){n.current=e}})},Ne=function(n){var r=n.condition,o=n.wrapper,i=n.children;return e(t,{children:r?o(i):e(t,{children:i})})},ke=v(function(t,r){var o=t.columnIndexStart,l=t.columnIndices,c=t.headers,s=t.hoveredIndex,u=t.pinned,d=t.rowHeight,h=t.rowIndices,v=t.setHoveredIndex,g=t.templateColumns,m=t.totalHeight,y=t.rowsToRender,b=t.width,C=u?"st-body-pinned-".concat(u):"st-body-main",I=D().rowIdAccessor,S=i(null);return p(r,function(){return S.current},[]),a(function(){return ee(c,u)},[c,u])?e(Ne,w({condition:!u,wrapper:function(n){return e(Ee,w({childRef:S},{children:n}))}},{children:e("div",w({className:C,ref:S,style:w({position:"relative",height:"".concat(m,"px"),width:b},!u&&{flexGrow:1})},{children:y.map(function(t,r){var i=k({row:t.row,rowIdAccessor:I});return n(f,{children:[0!==r&&e(Se,{displayStrongBorder:t.isLastGroupRow,position:t.position,rowHeight:d,templateColumns:g,rowIndex:r-1}),e(Ie,{columnIndexStart:o,columnIndices:l,gridTemplateColumns:g,headers:c,hoveredIndex:s,index:r,pinned:u,rowHeight:d,rowIndices:h,setHoveredIndex:v,tableRow:t},i)]},i)})}))})):null});function Ae(e){var n=e.headers,t=e.pinnedLeftColumns,r=e.pinnedRightColumns,o={},i=0,a=function(e,n){void 0===n&&(n=!1),n||i++,o[e.accessor]=i,e.children&&e.children.length>0&&e.children.filter(function(e){return I({header:e})}).forEach(function(e,n){a(e,0===n)})};return t.forEach(function(e,n){a(e,0===n)}),n.filter(function(e){return!e.pinned&&I({header:e})}).forEach(function(e,n){var r=0===n&&0===t.length;a(e,r)}),r.forEach(function(e){a(e,!1)}),o}ke.displayName="TableSection";var Fe=function(t){var r=t.mainTemplateColumns,s=t.pinnedLeftColumns,u=t.pinnedLeftTemplateColumns,d=t.pinnedLeftWidth,f=t.pinnedRightColumns,h=t.pinnedRightTemplateColumns,v=t.pinnedRightWidth,p=t.rowsToRender,g=t.setScrollTop,m=t.tableRows,y=D(),b=y.headerContainerRef,C=y.headers,I=y.isAnimating,S=y.mainBodyRef,x=y.onLoadMore,R=y.rowHeight,E=y.rowIdAccessor,N=y.scrollbarWidth,A=y.setIsScrolling,F=y.shouldPaginate,T=y.tableBodyContainerRef,H=o(null),M=H[0],L=H[1],B=o(!1),O=B[0],W=B[1];c(function(){I&&null!==M&&L(null)},[I,M]),function(e){var n=e.headerContainerRef,t=e.mainSectionRef,r=e.scrollbarWidth,i=o(!1),a=i[0],l=i[1];c(function(){var e=null==n?void 0:n.current;if(a&&e)return e.classList.add("st-header-scroll-padding"),e.style.setProperty("--st-after-width","".concat(r,"px")),function(){e.classList.remove("st-header-scroll-padding")}},[n,a,r]),c(function(){var e=null==n?void 0:n.current,r=null==t?void 0:t.current;if(r&&e){var o=function(){if(r){var e=r.scrollHeight>r.clientHeight;l(e)}};o();var i=new ResizeObserver(function(){o()});return i.observe(r),function(){r&&i.unobserve(r)}}},[n,t])}({headerContainerRef:b,mainSectionRef:T,scrollbarWidth:N}),c(function(){return function(){q.current&&clearTimeout(q.current)}},[]);var P=i(null),q=i(null),z=i(0),Y=function(e){return e.length}(m),j=Y*(R+1)-1,G=a(function(){return Ae({headers:C,pinnedLeftColumns:s,pinnedRightColumns:f})},[C,s,f]),U=a(function(){var e={};return p.forEach(function(n,t){var r=String(k({row:n.row,rowIdAccessor:E}));e[r]=t}),e},[p,E]),K=l(function(e,n){if(x&&!F&&!O){e.scrollHeight-(n+e.clientHeight)<=200&&n>z.current&&(W(!0),x(),setTimeout(function(){W(!1)},1e3))}},[x,F,O]),V={columnIndices:G,headerContainerRef:b,headers:C,hoveredIndex:M,rowHeight:R,rowIndices:U,rowsToRender:p,setHoveredIndex:L};return n("div",w({className:"st-body-container",onMouseLeave:function(){return L(null)},onScroll:function(e){var n=e.currentTarget,t=n.scrollTop;A(!0),q.current&&clearTimeout(q.current),q.current=setTimeout(function(){A(!1)},150),P.current&&cancelAnimationFrame(P.current),P.current=requestAnimationFrame(function(){g(t),K(n,t),z.current=t})},ref:T},{children:[e(ke,w({},V,{pinned:"left",templateColumns:u,totalHeight:j,width:d})),e(ke,w({},V,{columnIndexStart:s.length,ref:S,templateColumns:r,totalHeight:j})),e(ke,w({},V,{columnIndexStart:s.length+r.length,pinned:"right",templateColumns:h,totalHeight:j,width:v}))]}))},Te=function(e){return e.flatMap(function(e){var n=[e];return e.children&&e.children.length>0&&n.push.apply(n,Te(e.children)),n})},He=function(e){return void 0===e&&(e=0),e?e+1:0},De=function(e){var n=e.event,t=e.gridColumnEnd,r=e.gridColumnStart,o=e.header,i=e.headers,a=e.setHeaders,l=e.setIsResizing,c=e.startWidth;n.preventDefault();var s="clientX"in n?n.clientX:n.touches[0].clientX,u="touches"in n;if(o&&!o.hide){l(!0);var d=E(o),f=t-r>1,h=f?x(o):[o],v=function(e){var n="right"===o.pinned?s-e:e-s;if(f&&h.length>1)Me({delta:n,leafHeaders:h,minWidth:d,startWidth:c});else{var t=Math.max(c+n,d);o.width=t}i.forEach(function(e){R(e)});var r=b([],i,!0);a(r)};if(u){var p=function(e){var n=e.touches[0];v(n.clientX)},g=function(){document.removeEventListener("touchmove",p),document.removeEventListener("touchend",g),l(!1)};document.addEventListener("touchmove",p),document.addEventListener("touchend",g)}else{var w=function(e){v(e.clientX)},m=function(){document.removeEventListener("mousemove",w),document.removeEventListener("mouseup",m),l(!1)};document.addEventListener("mousemove",w),document.addEventListener("mouseup",m)}}},Me=function(e){var n=e.delta,t=e.leafHeaders,r=e.minWidth,o=e.startWidth,i=t.reduce(function(e,n){return Math.min(e,E(n))},40),a=t.reduce(function(e,n){return e+("number"==typeof n.width?n.width:150)},0),l=Math.max(o+n,i)-a;t.forEach(function(e){var n="number"==typeof e.width?e.width:150,t=l*(n/a),o=Math.max(n+t,r);e.width=o})},Le=function(e){var n=e.headers,t=0,r=0,o=0;return n.forEach(function(e){if(!e.hide){var n=x(e).reduce(function(e,n){return e+function(e){if(e.hide)return 0;if("number"==typeof e.width)return e.width;if("string"==typeof e.width&&e.width.endsWith("px"))return parseFloat(e.width);var n=document.getElementById(C({accessor:e.accessor,rowId:"header"}));return(null==n?void 0:n.offsetWidth)||150}(n)},0);"left"===e.pinned?t+=n:"right"===e.pinned?r+=n:o+=n}}),{leftWidth:He(t),rightWidth:He(r),mainWidth:o}},Be=function(n){var t=n.className,r=n.style;return e("svg",w({"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",className:t,style:w({height:"1em"},r)},{children:e("path",{d:"M3.9 54.9C10.5 40.9 24.5 32 40 32l432 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9 320 448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"})}))},Oe={equals:"Equals",notEquals:"Not equals",contains:"Contains",notContains:"Does not contain",startsWith:"Starts with",endsWith:"Ends with",greaterThan:"Greater than",lessThan:"Less than",greaterThanOrEqual:"Greater than or equal",lessThanOrEqual:"Less than or equal",between:"Between",notBetween:"Not between",before:"Before",after:"After",in:"Is one of",notIn:"Is not one of",isEmpty:"Is empty",isNotEmpty:"Is not empty"},We=function(e){switch(e){case"string":return["equals","notEquals","contains","notContains","startsWith","endsWith","isEmpty","isNotEmpty"];case"number":return["equals","notEquals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","between","notBetween","isEmpty","isNotEmpty"];case"boolean":return["equals","isEmpty","isNotEmpty"];case"date":return["equals","notEquals","before","after","between","notBetween","isEmpty","isNotEmpty"];case"enum":return["in","notIn","isEmpty","isNotEmpty"];default:return["equals","notEquals","isEmpty","isNotEmpty"]}},Pe=function(e){return!["between","notBetween","in","notIn","isEmpty","isNotEmpty"].includes(e)},qe=function(e){return["between","notBetween","in","notIn"].includes(e)},ze=function(e){return["isEmpty","isNotEmpty"].includes(e)},Ye=function(n){var t=n.children;return e("div",w({className:"st-filter-container"},{children:t}))},je=function(){return e("svg",w({className:"st-custom-select-arrow",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e("path",{d:"M3 4.5L6 7.5L9 4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}))},Ge=function(t){var r=t.value,a=t.onChange,l=t.options,s=t.placeholder,u=void 0===s?"Select...":s,d=t.className,f=void 0===d?"":d,h=t.disabled,v=void 0!==h&&h,p=o(!1),g=p[0],m=p[1],y=o(-1),b=y[0],C=y[1],I=i(null),S=l.find(function(e){return e.value===r});c(function(){var e=function(e){if(g)switch(e.key){case"ArrowDown":e.preventDefault(),C(function(e){return e<l.length-1?e+1:0});break;case"ArrowUp":e.preventDefault(),C(function(e){return e>0?e-1:l.length-1});break;case"Enter":e.preventDefault(),b>=0&&(a(l[b].value),m(!1),C(-1));break;case"Escape":e.preventDefault(),m(!1),C(-1)}};if(g)return document.addEventListener("keydown",e),function(){return document.removeEventListener("keydown",e)}},[g,b,l,a]);return n("div",w({ref:I,className:"st-custom-select ".concat(f," ").concat(v?"st-custom-select-disabled":""," ").concat(g?"st-custom-select-open":"").trim()},{children:[n("button",w({type:"button",className:"st-custom-select-trigger",onClick:function(){if(!v)if(m(!g),g)C(-1);else{var e=l.findIndex(function(e){return e.value===r});C(e>=0?e:0)}},disabled:v,"aria-haspopup":"listbox","aria-expanded":g,"aria-labelledby":"select-label"},{children:[e("span",w({className:"st-custom-select-value"},{children:S?S.label:u})),e(je,{})]})),e(q,w({open:g,setOpen:m,onClose:function(){m(!1),C(-1)},positioning:"absolute",overflow:"auto"},{children:e("div",w({className:"st-custom-select-options",role:"listbox"},{children:l.map(function(n,t){return e("div",w({className:"st-custom-select-option ".concat(n.value===r?"st-custom-select-option-selected":""," ").concat(t===b?"st-custom-select-option-focused":"").trim(),role:"option","aria-selected":n.value===r,onClick:function(){return e=n.value,a(e),m(!1),void C(-1);var e}},{children:n.label}),n.value)})}))}))]}))},Ue=function(n){var t=n.value,r=n.onChange,o=n.operators.map(function(e){return{value:e,label:Oe[e]}});return e("div",w({className:"st-filter-section"},{children:e(Ge,{value:t,onChange:function(e){r(e)},options:o})}))},Ke=function(n){var t=n.type,r=void 0===t?"text":t,o=n.value,i=n.onChange,a=n.placeholder,l=n.autoFocus,c=void 0!==l&&l,s=n.className,u=void 0===s?"":s,d=n.onEnterPress;return e("input",{type:r,value:o,onChange:function(e){return i(e.target.value)},onKeyDown:function(e){"Enter"===e.key&&d&&d()},placeholder:a,autoFocus:c,className:"st-filter-input ".concat(u).trim()})},Ve=function(n){var t=n.children,r=n.className;return e("div",w({className:"st-filter-section ".concat(void 0===r?"":r).trim()},{children:t}))},Je=function(t){var r=t.onApply,o=t.onClear,i=t.canApply,a=t.showClear;return n("div",w({className:"st-filter-actions"},{children:[e("button",w({onClick:r,disabled:!i,className:"st-filter-button st-filter-button-apply ".concat(i?"":"st-filter-button-disabled")},{children:"Apply"})),a&&o&&e("button",w({onClick:o,className:"st-filter-button st-filter-button-clear"},{children:"Clear"}))]}))},Xe=function(t){var r=t.header,i=t.currentFilter,a=t.onApplyFilter,l=t.onClearFilter,s=o((null==i?void 0:i.operator)||"contains"),u=s[0],d=s[1],f=o(String((null==i?void 0:i.value)||"")),h=f[0],v=f[1],p=We("string");c(function(){i?(d(i.operator),v(String(i.value||""))):(d("contains"),v(""))},[i]);var g=function(){var e=w({accessor:r.accessor,operator:u},Pe(u)&&{value:h});a(e)},m=ze(u)||h.trim();return n(Ye,{children:[e(Ue,{value:u,onChange:d,operators:p}),Pe(u)&&e(Ve,{children:e(Ke,{type:"text",value:h,onChange:v,placeholder:"Filter...",autoFocus:!0,onEnterPress:g})}),e(Je,{onApply:g,onClear:l,canApply:!!m,showClear:!!i})]})},_e=function(t){var r,i,a=t.header,l=t.currentFilter,s=t.onApplyFilter,u=t.onClearFilter,d=o((null==l?void 0:l.operator)||"equals"),f=d[0],h=d[1],v=o(String((null==l?void 0:l.value)||"")),p=v[0],g=v[1],w=o(String((null===(r=null==l?void 0:l.values)||void 0===r?void 0:r[0])||"")),m=w[0],y=w[1],b=o(String((null===(i=null==l?void 0:l.values)||void 0===i?void 0:i[1])||"")),C=b[0],I=b[1],S=We("number");c(function(){var e,n;l?(h(l.operator),g(String(l.value||"")),y(String((null===(e=l.values)||void 0===e?void 0:e[0])||"")),I(String((null===(n=l.values)||void 0===n?void 0:n[1])||""))):(h("equals"),g(""),y(""),I(""))},[l]);var x=function(){var e={accessor:a.accessor,operator:f};Pe(f)?e.value=parseFloat(p):qe(f)&&(e.values=[parseFloat(m.toString()),parseFloat(C.toString())]),s(e)};return n(Ye,{children:[e(Ue,{value:f,onChange:h,operators:S}),Pe(f)&&e(Ve,{children:e(Ke,{type:"number",value:p,onChange:g,placeholder:"Enter number...",autoFocus:!0,onEnterPress:x})}),qe(f)&&n(Ve,{children:[e(Ke,{type:"number",value:m,onChange:y,placeholder:"From...",autoFocus:!0,className:"st-filter-input-range-from",onEnterPress:x}),e(Ke,{type:"number",value:C,onChange:I,placeholder:"To...",onEnterPress:x})]}),e(Je,{onApply:x,onClear:u,canApply:!!ze(f)||(Pe(f)?""!==p.trim():!!qe(f)&&""!==String(m).trim()&&""!==String(C).trim()),showClear:!!l})]})},$e=function(n){var t=n.value,r=n.onChange,o=n.options,i=n.className,a=void 0===i?"":i,l=n.placeholder;return e(Ge,{value:t,onChange:r,options:o,className:a,placeholder:l})},Qe=function(t){var r=t.header,i=t.currentFilter,a=t.onApplyFilter,l=t.onClearFilter,s=o((null==i?void 0:i.operator)||"equals"),u=s[0],d=s[1],f=o(void 0!==(null==i?void 0:i.value)?String(i.value):"true"),h=f[0],v=f[1],p=We("boolean");c(function(){i?(d(i.operator),v(void 0!==i.value?String(i.value):"true")):(d("equals"),v("true"))},[i]);var g=ze(u)||""!==h;return n(Ye,{children:[e(Ue,{value:u,onChange:d,operators:p}),Pe(u)&&e(Ve,{children:e($e,{value:h,onChange:v,options:[{value:"true",label:"True"},{value:"false",label:"False"}]})}),e(Je,{onApply:function(){var e={accessor:r.accessor,operator:u};Pe(u)&&(e.value="true"===h),a(e)},onClear:l,canApply:g,showClear:!!i})]})},Ze=function(t){var r,a,l=t.header,s=t.currentFilter,u=t.onApplyFilter,d=t.onClearFilter,f=o((null==s?void 0:s.operator)||"equals"),h=f[0],v=f[1],p=o((null==s?void 0:s.value)?String(s.value):""),g=p[0],m=p[1],y=o((null===(r=null==s?void 0:s.values)||void 0===r?void 0:r[0])?String(s.values[0]):""),b=y[0],C=y[1],I=o(String((null===(a=null==s?void 0:s.values)||void 0===a?void 0:a[1])||"")),S=I[0],x=I[1],R=We("date");c(function(){var e,n;s?(v(s.operator),m(String(s.value||"")),C(String((null===(e=s.values)||void 0===e?void 0:e[0])||"")),x(String((null===(n=s.values)||void 0===n?void 0:n[1])||""))):(v("equals"),m(""),C(""),x(""))},[s]);var E=function(t){var r=t.value,a=t.onChange,l=t.placeholder,s=t.autoFocus,u=t.className,d=o(!1),f=d[0],h=d[1],v=o(""),p=v[0],g=v[1],m=i(null);c(function(){if(r){var e=new Date(r);isNaN(e.getTime())||g(e.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}))}else g("")},[r]),c(function(){s&&m.current&&m.current.focus()},[s]);var y=r?new Date(r):new Date;return n("div",w({className:"st-date-input-container",style:{position:"relative"}},{children:[e("input",{ref:m,type:"text",value:p,placeholder:l,onClick:function(){h(!f)},onKeyDown:function(e){"Enter"===e.key||" "===e.key?(e.preventDefault(),h(!f)):"Escape"===e.key&&h(!1)},readOnly:!0,className:"st-filter-input ".concat(u||""),style:{cursor:"pointer"}}),e(q,w({open:f,setOpen:h,onClose:function(){h(!1)},positioning:"absolute",overflow:"visible"},{children:e(U,{value:y,onChange:function(e){var n=e.toISOString().split("T")[0];a(n),h(!1)},onClose:function(){return h(!1)}})}))]}))};return n(Ye,{children:[e(Ue,{value:h,onChange:v,operators:R}),Pe(h)&&e(Ve,{children:e(E,{value:g,onChange:m,placeholder:"Select date...",autoFocus:!0})}),qe(h)&&n(Ve,{children:[e(E,{value:b,onChange:C,placeholder:"From date...",autoFocus:!0,className:"st-filter-input-range-from"}),e(E,{value:S,onChange:x,placeholder:"To date..."})]}),e(Je,{onApply:function(){var e={accessor:l.accessor,operator:h};Pe(h)?e.value=g:qe(h)&&(e.values=[b,S]),u(e)},onClear:d,canApply:!!ze(h)||(Pe(h)?""!==g.trim():!!qe(h)&&""!==b.trim()&&""!==S.trim()),showClear:!!s})]})},en=function(t){var r=t.header,i=t.currentFilter,l=t.onApplyFilter,s=t.onClearFilter,u=a(function(){return r.enumOptions||[]},[r.enumOptions]),d=a(function(){return u.map(function(e){return e.value})},[u]),f=o((null==i?void 0:i.values)?i.values.map(String):d),h=f[0],v=f[1];c(function(){v(i?i.values?i.values.map(String):[]:d)},[i,d]);var p=h.length===d.length;return n(Ye,{children:[e(Ve,{children:n("div",w({className:"st-enum-filter-options"},{children:[e("div",w({className:"st-enum-select-all"},{children:e(we,w({checked:p,onChange:function(e){v(e?d:[])}},{children:e("span",w({className:"st-enum-option-label st-enum-select-all-label"},{children:"Select All"}))}))})),u.map(function(n){return e(we,w({checked:h.includes(n.value),onChange:function(){return e=n.value,void v(function(n){return n.includes(e)?n.filter(function(n){return n!==e}):b(b([],n,!0),[e],!1)});var e}},{children:e("span",w({className:"st-enum-option-label"},{children:n.label}))}),n.value)})]}))}),e(Je,{onApply:function(){if(h.length!==d.length){var e={accessor:r.accessor,operator:"in",values:h};l(e)}else s()},onClear:s,canApply:0!==h.length&&h.length!==d.length,showClear:!!i})]})},nn=function(n){var r=n.header,o=n.currentFilter,i=n.onApplyFilter,a=n.onClearFilter;return e(t,{children:function(){switch(r.type){case"number":return e(_e,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a});case"boolean":return e(Qe,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a});case"date":return e(Ze,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a});case"enum":return e(en,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a});default:return e(Xe,{header:r,currentFilter:o,onApplyFilter:i,onClearFilter:a})}}()})},tn=function(t){var r,i,a=t.colIndex,l=t.gridColumnEnd,s=t.gridColumnStart,u=t.gridRowEnd,d=t.gridRowStart,f=t.header,h=t.reverse,v=t.sort,p=o(!1),g=p[0],m=p[1],y=D(),I=y.areAllRowsSelected,S=y.columnReordering,x=y.columnResizing,R=y.draggedHeaderRef,E=y.enableRowSelection,N=y.filters,k=y.handleApplyFilter,A=y.handleClearFilter,F=y.handleSelectAll,T=y.headers,H=y.hoveredHeaderRef,M=y.onColumnOrderChange,L=y.onSort,B=y.onTableHeaderDragEnd,O=y.rowHeight,W=y.selectColumns,P=y.selectableColumns,z=y.setHeaders,Y=y.setInitialFocusedCell,j=y.setIsResizing,G=y.setSelectedCells,U=y.setSelectedColumns,K=y.sortDownIcon,V=y.sortUpIcon,J=Boolean(null==f?void 0:f.isSortable),X=Boolean(null==f?void 0:f.filterable),_=N[f.accessor],Q="st-header-cell ".concat(f.accessor===(null===(r=H.current)||void 0===r?void 0:r.accessor)?"st-hovered":""," ").concat((null===(i=R.current)||void 0===i?void 0:i.accessor)===f.accessor?"st-dragging":""," ").concat(J?"clickable":""," ").concat(S&&!J?"columnReordering":""," ").concat(f.children?"parent":""),Z=ae({draggedHeaderRef:R,headers:T,hoveredHeaderRef:H,onColumnOrderChange:M,onTableHeaderDragEnd:B}),ee=Z.handleDragStart,ne=Z.handleDragEnd,te=Z.handleDragOver,re=$(),oe=function(e){var n=e.event,t=e.header;if(!t.isSelectionColumn){if(P){var r=function(e,n){if(!e.children||0===e.children.length)return[n];var t=[],r=function(e,n){if(!e.children||0===e.children.length)return t.push(n),n+1;for(var o=n,i=0,a=e.children;i<a.length;i++){var l=a[i];o=r(l,o)}return o};return r(e,n),t}(t,a);return n.shiftKey&&W?U(function(e){if(0===e.size)return new Set(r);var n=r[0],t=Array.from(e).sort(function(e,n){return e-n}),o=t[0],i=Math.abs(n-o);t.forEach(function(e){var t=Math.abs(n-e);t<i&&(i=t,o=e)});var a,l,c,s,u=b(b([],(a=o,l=n,c=Math.min(a,l),s=Math.max(a,l),Array.from({length:s-c+1},function(e,n){return c+n})),!0),r,!0);return new Set(b(b([],Array.from(e),!0),u,!0))}):W&&W(r),G(new Set),void Y(null)}t.isSortable&&L(t.accessor)}};c(function(){var e=function(e){e.preventDefault(),e.dataTransfer.dropEffect="move"};return document.addEventListener("dragover",e),function(){document.removeEventListener("dragover",e)}},[]);var ie=f.isSelectionColumn&&E;if(!f)return null;var le=x&&!ie&&e("div",w({className:"st-header-resize-handle-container",onMouseDown:function(e){var n,t=null===(n=document.getElementById(C({accessor:f.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth;re({callback:De,callbackProps:{event:e.nativeEvent,gridColumnEnd:l,gridColumnStart:s,header:f,headers:T,setHeaders:z,setIsResizing:j,startWidth:t},limit:10})},onTouchStart:function(e){var n,t=null===(n=document.getElementById(C({accessor:f.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth;re({callback:De,callbackProps:{event:e,gridColumnEnd:l,gridColumnStart:s,header:f,headers:T,setHeaders:z,setIsResizing:j,startWidth:t},limit:10})}},{children:e("div",{className:"st-header-resize-handle"})})),ce=v&&v.key.accessor===f.accessor&&n("div",w({className:"st-icon-container",onClick:function(e){return oe({event:e,header:f})}},{children:["ascending"===v.direction&&V&&V,"descending"===v.direction&&K&&K]})),se=X&&n("div",w({className:"st-icon-container",onClick:function(e){e.stopPropagation(),m(!g)}},{children:[e(Be,{className:"st-header-icon",style:{fill:_?"var(--st-button-active-background-color)":"var(--st-header-icon-color)"}}),e(q,w({open:g,overflow:"visible",setOpen:m,onClose:function(){return m(!1)}},{children:e(nn,{header:f,currentFilter:_,onApplyFilter:function(e){k(e),m(!1)},onClearFilter:function(){A(f.accessor),m(!1)}})}))]}));return n(pe,w({className:Q,id:C({accessor:f.accessor,rowId:"header"}),onDragOver:function(e){ie||re({callback:te,callbackProps:{event:e,hoveredHeader:f},limit:50})},style:w(w({gridRowStart:d,gridRowEnd:u,gridColumnStart:s,gridColumnEnd:l},l-s>1?{}:{width:f.width}),u-d>1?{}:{height:O})},{children:[h&&le,"right"===f.align&&se,"right"===f.align&&ce,e("div",w({className:"st-header-label",draggable:S&&!f.disableReorder&&!ie,onClick:function(e){ie||oe({event:e,header:f})},onDragEnd:ie?void 0:function(e){e.preventDefault(),ne()},onDragStart:ie?void 0:function(e){S&&f&&function(e){ee(e)}(f)}},{children:e("span",w({className:"st-header-label-text ".concat("right"===f.align?"right-aligned":"center"===f.align?"center-aligned":"left-aligned")},{children:ie?e(we,{checked:!!I&&I(),onChange:function(e){F&&F(e)}}):f.headerRenderer?f.headerRenderer({accessor:f.accessor,colIndex:a,header:f}):null==f?void 0:f.label}))})),"right"!==f.align&&ce,"right"!==f.align&&se,!h&&le]}))},rn=function(n){var r=n.columnIndices,o=n.gridTemplateColumns,i=n.handleScroll,l=n.headers,c=n.maxDepth,s=n.pinned,u=n.sectionRef,d=n.sort,f=n.width,h=a(function(){var e=[],n=1,t=function(o,i,a){var l,u;if(void 0===a&&(a=!1),!I({header:o,pinned:s}))return 0;a||n++;var d=null!==(u=null===(l=o.children)||void 0===l?void 0:l.filter(function(e){return I({header:e,pinned:s})}).length)&&void 0!==u?u:0,f=n,h=d>0?f+d:f+1,v=i,p=d>0?i+1:c+1;if(e.push({header:o,gridColumnStart:f,gridColumnEnd:h,gridRowStart:v,gridRowEnd:p,colIndex:r[o.accessor]}),o.children){var g=!0;o.children.forEach(function(e){I({header:e,pinned:s})&&(t(e,i+1,g),g=!1)})}return h-f},o=l.filter(function(e){return I({header:e,pinned:s})}),i=!0;return o.forEach(function(e){t(e,1,i),i=!1}),e},[l,c,s,r]);return e(Ne,w({condition:!s,wrapper:function(n){return e(Ee,w({childRef:u},{children:n}))}},{children:e("div",w({className:"st-header-".concat(s?"pinned-".concat(s):"main")},i&&{onScroll:i},{ref:u,style:{gridTemplateColumns:o,display:"grid",position:"relative",width:f}},{children:e(t,{children:h.map(function(n){return e(tn,{colIndex:n.colIndex,gridColumnEnd:n.gridColumnEnd,gridColumnStart:n.gridColumnStart,gridRowEnd:n.gridRowEnd,gridRowStart:n.gridRowStart,header:n.header,reverse:"right"===s,sort:d},n.header.accessor)})})}))}))},on=function(e){var n;return(null===(n=e.children)||void 0===n?void 0:n.length)?1+Math.max.apply(Math,e.children.map(on)):1},an=function(t){var r=t.centerHeaderRef,o=t.headers,i=t.mainTemplateColumns,l=t.pinnedLeftColumns,c=t.pinnedLeftTemplateColumns,s=t.pinnedRightColumns,u=t.pinnedRightTemplateColumns,d=t.sort,f=t.pinnedLeftWidth,h=t.pinnedRightWidth,v=D(),p=v.headerContainerRef,g=v.pinnedLeftRef,m=v.pinnedRightRef,y=a(function(){return Ae({headers:o,pinnedLeftColumns:l,pinnedRightColumns:s})},[o,l,s]),b=a(function(){var e=0;return o.forEach(function(n){if(I({header:n})){var t=on(n);e=Math.max(e,t)}}),{maxDepth:e}},[o]).maxDepth;return n("div",w({className:"st-header-container",ref:p},{children:[ee(o,"left")&&e(rn,{columnIndices:y,gridTemplateColumns:c,handleScroll:void 0,headers:o,maxDepth:b,pinned:"left",sectionRef:g,sort:d,width:f}),e(rn,{columnIndices:y,gridTemplateColumns:i,handleScroll:void 0,headers:o,maxDepth:b,sectionRef:r,sort:d}),ee(o,"right")&&e(rn,{columnIndices:y,gridTemplateColumns:u,handleScroll:void 0,headers:o,maxDepth:b,pinned:"right",sectionRef:m,sort:d,width:h})]}))},ln=function(e){var n=e.headers,t=function(e){var n=e.headers,r=e.flattenedHeaders;return n.forEach(function(e){e.hide||(e.children?t({headers:e.children,flattenedHeaders:r}):r.push(e))}),r},r=t({headers:n,flattenedHeaders:[]});return"".concat(r.map(function(e){return function(e){var n=e.minWidth,t=e.width;return"number"==typeof t&&(t="".concat(t,"px")),n&&"number"==typeof n&&(n="".concat(n,"px")),void 0!==n?"string"==typeof t&&t.endsWith("fr")?"minmax(".concat(n,", ").concat(t,")"):"max(".concat(n,", ").concat(t,")"):t}(e)}).join(" "))},cn=function(t){var r=t.pinnedLeftWidth,o=t.pinnedRightWidth,l=t.setScrollTop,c=t.sort,s=t.tableRows,u=t.rowsToRender,d=D(),f=d.columnResizing,h=d.editColumns,v=d.headers,p=i(null),g=v.filter(function(e){return!e.pinned}),m=v.filter(function(e){return"left"===e.pinned}),y=v.filter(function(e){return"right"===e.pinned}),b=a(function(){return ln({headers:m})},[m]),C=a(function(){return ln({headers:g})},[g]),I=a(function(){return ln({headers:y})},[y]),S={centerHeaderRef:p,headers:v,mainTemplateColumns:C,pinnedLeftColumns:m,pinnedLeftTemplateColumns:b,pinnedRightColumns:y,pinnedRightTemplateColumns:I,sort:c,pinnedLeftWidth:r,pinnedRightWidth:o},x={tableRows:s,mainTemplateColumns:C,pinnedLeftColumns:m,pinnedLeftTemplateColumns:b,pinnedLeftWidth:r,pinnedRightColumns:y,pinnedRightTemplateColumns:I,pinnedRightWidth:o,setScrollTop:l,rowsToRender:u};return n("div",w({className:"st-content ".concat(f?"st-resizeable":"st-not-resizeable"),style:{width:h?"calc(100% - 27.5px)":"100%"}},{children:[e(an,w({},S)),e(Fe,w({},x))]}))},sn=function(t){var r,a,l=t.mainBodyWidth,s=t.mainBodyRef,u=t.pinnedLeftWidth,d=t.pinnedRightWidth,f=t.tableBodyContainerRef,h=D().editColumns,v=o(!1),p=v[0],g=v[1],m=i(null),y=f.current&&f.current.scrollHeight>f.current.clientHeight,b=h?28:0,C=(h?d+1:d)+(f.current&&y?f.current.offsetWidth-f.current.clientWidth:0);return c(function(){setTimeout(function(){!function(){if(s.current){var e=s.current.clientWidth;g(l>e)}}()},1)},[s,l]),p?n("div",w({className:"st-horizontal-scrollbar-container"},{children:[u>0&&e("div",{className:"st-horizontal-scrollbar-left",style:{flexShrink:0,width:u,height:null===(r=m.current)||void 0===r?void 0:r.offsetHeight}}),l>0&&e(Ee,w({childRef:m},{children:e("div",w({className:"st-horizontal-scrollbar-middle",ref:m,style:{flexGrow:1}},{children:e("div",{style:{width:l,height:".3px"}})}))})),d>0&&e("div",{className:"st-horizontal-scrollbar-right",style:{flexShrink:0,minWidth:C,height:null===(a=m.current)||void 0===a?void 0:a.offsetHeight}}),b>0&&e("div",{style:{width:b-1.5,height:"100%",flexShrink:0}})]})):null},un={string:function(e,n,t){if(e===n)return 0;var r=e.localeCompare(n);return"ascending"===t?r:-r},number:function(e,n,t){if(e===n)return 0;var r=e-n;return"ascending"===t?r:-r},boolean:function(e,n,t){if(e===n)return 0;var r=e===n?0:e?-1:1;return"ascending"===t?r:-r},date:function(e,n,t){var r=new Date(e),o=new Date(n);if(r.getTime()===o.getTime())return 0;var i=r.getTime()-o.getTime();return"ascending"===t?i:-i},enum:function(e,n,t){return un.string(e,n,t)},default:function(e,n,t){return e===n?0:null==e?"ascending"===t?-1:1:null==n?"ascending"===t?1:-1:"string"==typeof e&&"string"==typeof n?un.string(e,n,t):"number"==typeof e&&"number"==typeof n?un.number(e,n,t):"boolean"==typeof e&&"boolean"==typeof n?un.boolean(e,n,t):un.string(String(e),String(n),t)}},dn=function(e){var n=e.rows,t=e.sortColumn,r=e.headers,o=function(e,n){for(var t=0,r=e;t<r.length;t++){var i=r[t];if(i.accessor===n)return i;if(i.children&&i.children.length>0){var a=o(i.children,n);if(a)return a}}},i=o(r,t.key.accessor),a=(null==i?void 0:i.type)||"string",l=t.direction;return b([],n,!0).sort(function(e,n){var r=t.key.accessor;return function(e,n,t,r){if(void 0===t&&(t="string"),null==e||""===e)return"ascending"===r?-1:1;if(null==n||""===n)return"ascending"===r?1:-1;if("number"===t){var o=function(e){var n;if("number"==typeof e)return e;var t=String(e);if("string"==typeof t){var r=t.replace(/[$,]/g,"").match(/^([-+]?\d*\.?\d+)([TBMKtbmk])?/);if(r){var o=parseFloat(r[1]),i=null===(n=r[2])||void 0===n?void 0:n.toUpperCase();return"T"===i?o*=1e12:"B"===i?o*=1e9:"M"===i?o*=1e6:"K"===i&&(o*=1e3),o}}return parseFloat(t)||0},i=o(e),a=o(n);return un.number(i,a,r)}return"date"===t?un.date(String(e),String(n),r):"boolean"===t?un.boolean(Boolean(e),Boolean(n),r):"enum"===t?un.enum(String(e),String(n),r):un.string(String(e),String(n),r)}(e[r],n[r],a,l)})},fn=function(e){var n=e.headers,t=e.rows,r=e.sortColumn;return dn({rows:t,sortColumn:r,headers:n})},hn=function(e){var n=e.externalSortHandling,t=e.tableRows,r=e.sortColumn,o=e.rowGrouping,i=e.headers,a=e.sortNestedRows;return n?t:r?o&&o.length>0?a({groupingKeys:o,headers:i,rows:t,sortColumn:r}):fn({headers:i,rows:t,sortColumn:r}):t},vn=function(e,n,t){void 0===t&&(t=new Set);for(var r=0,o=e;r<o.length;r++){var i=o[r];if(!t.has(i.accessor)&&(t.add(i.accessor),i.children&&i.children.length>0)){var a=i.children.some(function(e){return e.accessor===n}),l=!1;if(!a)for(var c=0,s=i.children;c<s.length;c++){var u=s[c];if(vn([u],n,t),!1===u.hide){l=!0;break}}(a||l)&&(i.hide=!1)}}},pn=function(e){return e.every(function(e){return e.hide})},gn=function(e){e.forEach(function(e){e.children&&e.children.length>0&&(gn(e.children),pn(e.children)&&(e.hide=!0))})},wn=function(r){var i=r.allHeaders,a=r.depth,l=void 0===a?0:a,c=r.doesAnyHeaderHaveChildren,s=r.header,u=r.isCheckedOverride,d=o(!0),f=d[0],h=d[1],v=D(),p=v.expandIcon,g=v.headers,m=v.setHeaders,y=c?"".concat(16*l,"px"):"8px",C=s.children&&s.children.length>0,I=null!=u?u:s.hide||C&&s.children&&pn(s.children);return n(t,{children:[n("div",w({className:"st-header-checkbox-item",style:{paddingLeft:y}},{children:[c&&e("div",w({className:"st-header-icon-container"},{children:C?e("div",w({className:"st-collapsible-header-icon st-expand-icon-container ".concat(f?"expanded":"collapsed"),onClick:function(e){e.stopPropagation(),h(!f)}},{children:p})):null})),e(we,w({checked:I,onChange:function(e){(s.hide=e,e)?gn(i):(vn(i,s.accessor),C&&s.children&&s.children.length>0&&s.children.every(function(e){return!0===e.hide})&&s.children[0]&&(s.children[0].hide=!1,vn(i,s.children[0].accessor)));m(b([],g,!0))}},{children:s.label}))]})),C&&f&&s.children&&e("div",w({className:"st-nested-headers"},{children:s.children.map(function(n,t){return e(wn,{allHeaders:i,depth:l+1,doesAnyHeaderHaveChildren:c,header:n,isCheckedOverride:!!I||void 0},"".concat(n.accessor,"-").concat(t))})}))]})},mn=function(n){var t=n.headers,r=n.open,o="left"===n.position?"left":"",i=a(function(){return t.some(function(e){return e.children&&e.children.length>0})},[t]);return e("div",w({className:"st-column-editor-popout ".concat(r?"open":""," ").concat(o),onClick:function(e){return e.stopPropagation()}},{children:e("div",w({className:"st-column-editor-popout-content"},{children:t.map(function(n,r){return n.isSelectionColumn?null:e(wn,{doesAnyHeaderHaveChildren:i,header:n,allHeaders:t},"".concat(n.accessor,"-").concat(r))})}))}))},yn=function(t){var r=t.columnEditorText,i=t.editColumns,a=t.editColumnsInitOpen,l=t.headers,c=t.position,s=void 0===c?"right":c,u=o(a),d=u[0],f=u[1];return i?n("div",w({className:"st-column-editor ".concat(d?"open":""," ").concat(s),onClick:function(){return function(e){f(e)}(!d)},style:{width:28}},{children:[e("div",w({className:"st-column-editor-text"},{children:r})),e(mn,{headers:l,open:d,position:s})]})):null},bn=function(n){var t=n.className;return e("svg",w({"aria-hidden":"true",focusable:"false",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",className:t,style:{height:"1em"}},{children:e("path",{d:"M22 334.5c-3.8 8.8-2 19 4.6 26l116 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l116-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L148 0C130.3 0 116 14.3 116 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z"})}))},Cn=function(n){var t=n.className;return e("svg",w({"aria-hidden":"true",focusable:"false",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",className:t,style:{height:"1em"}},{children:e("path",{d:"M298 177.5c3.8-8.8 2-19-4.6-26l-116-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-116 144c-6.6 7-8.4 17.2-4.6 26S34.4 192 44 192l72 0 0 288c0 17.7 14.3 32 32 32l24 0c17.7 0 32-14.3 32-32l0-288 72 0c9.6 0 18.2-5.7 22-14.5z"})}))},In=function(n){var t=n.children,o=i({}),a=l(function(e,n){return!!o.current[n]&&o.current[n].find(function(n){return n===e})},[]),c=l(function(e,n){var t=e.clientWidth,r=e.scrollLeft;e.scrollWidth-t>0&&(n.scrollLeft=r)},[]),s=l(function(e){e.onscroll=null},[]),u=l(function(e,n){e.onscroll=function(){window.requestAnimationFrame(function(){n.forEach(function(n){var t;null===(t=o.current[n])||void 0===t||t.forEach(function(n){e!==n&&(s(n),c(e,n),window.requestAnimationFrame(function(){var e=Object.keys(o.current).filter(function(e){return o.current[e].includes(n)});u(n,e)}))})})})}},[s,c]),d=l(function(e,n){n.forEach(function(n){o.current[n]||(o.current[n]=[]),a(e,n)||(o.current[n].length>0&&c(o.current[n][0],e),o.current[n].push(e))}),u(e,n)},[a,c,u]),f=l(function(e,n){n.forEach(function(n){if(a(e,n)){s(e);var t=o.current[n].indexOf(e);-1!==t&&o.current[n].splice(t,1)}})},[a,s]);return e(xe.Provider,w({value:{registerPane:d,unregisterPane:f}},{children:r.Children.only(t)}))},Sn=function(e,n){var t=n.find(function(n){return n.accessor===e.accessor}),r=(null==t?void 0:t.label)||e.accessor,o=Oe[e.operator],i="";return void 0!==e.value?i="boolean"==typeof e.value?e.value?"True":"False":String(e.value):e.values&&Array.isArray(e.values)&&("between"===e.operator||"notBetween"===e.operator?i="".concat(e.values[0]," - ").concat(e.values[1]):"in"!==e.operator&&"notIn"!==e.operator||(i=e.values.join(", "))),"isEmpty"===e.operator||"isNotEmpty"===e.operator?"".concat(r,": ").concat(o):"".concat(r,": ").concat(o," ").concat(i)},xn=function(){var t=D(),r=t.filters,o=t.handleClearFilter,i=t.headers,a=Object.values(r);return 0===a.length||a.length>0?null:e("div",w({className:"st-filter-bar"},{children:e("div",w({className:"st-filter-bar-content"},{children:e("div",w({className:"st-filter-chips"},{children:a.map(function(t){return n("div",w({className:"st-filter-chip"},{children:[e("span",w({className:"st-filter-chip-text"},{children:Sn(t,i)})),e("button",w({className:"st-filter-chip-remove",onClick:function(){return o(t.accessor)},"aria-label":"Remove filter for ".concat(t.accessor)},{children:"×"}))]}),t.accessor)})}))}))}))},Rn=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},En=function(e){var n=e.externalFilterHandling,t=e.tableRows,r=e.filterState;return n?t:r&&0!==Object.keys(r).length?t.filter(function(e){return Object.values(r).every(function(n){try{return function(e,n){var t=n.operator,r=n.value,o=n.values;if(null==e)return"isEmpty"===t;if("isEmpty"===t)return!e||""===String(e).trim();if("isNotEmpty"===t)return e&&""!==String(e).trim();if("string"==typeof e||"contains"===t||"notContains"===t||"startsWith"===t||"endsWith"===t){var i=String(e).toLowerCase(),a=r?String(r).toLowerCase():"";switch(t){case"equals":return i===a;case"notEquals":return i!==a;case"contains":return i.includes(a);case"notContains":return!i.includes(a);case"startsWith":return i.startsWith(a);case"endsWith":return i.endsWith(a)}}if("number"==typeof e||!isNaN(Number(e))){var l=Number(e),c=Number(r);switch(t){case"equals":return l===c;case"notEquals":return l!==c;case"greaterThan":return l>c;case"lessThan":return l<c;case"greaterThanOrEqual":return l>=c;case"lessThanOrEqual":return l<=c;case"between":if(o&&2===o.length){var s=o.map(Number),u=s[0],d=s[1];return l>=u&&l<=d}return!1;case"notBetween":if(o&&2===o.length){var f=o.map(Number);return u=f[0],d=f[1],l<u||l>d}return!0}}if(e instanceof Date||!isNaN(Date.parse(e))){var h=new Date(e),v=new Date(String(r||"")),p=Rn(h),g=Rn(v);switch(t){case"equals":return p.getTime()===g.getTime();case"notEquals":return p.getTime()!==g.getTime();case"before":return p<g;case"after":return p>g;case"between":if(o&&2===o.length){var w=o.map(function(e){return Rn(new Date(String(e||"")))}),m=w[0],y=w[1];return p>=m&&p<=y}return!1;case"notBetween":if(o&&2===o.length){var b=o.map(function(e){return Rn(new Date(String(e||"")))});return m=b[0],y=b[1],p<m||p>y}return!0}}if("boolean"==typeof e){var C=Boolean(r);if("equals"===t)return e===C}if(Array.isArray(e)){var I=e.map(function(e){return"object"==typeof e&&null!==e?JSON.stringify(e):String(e)}).join(", ");e=I}if("in"===t||"notIn"===t){if(o&&Array.isArray(o)){var S=String(e),x=o.includes(S);return"in"===t?x:!x}return!1}var R=String(e).toLowerCase(),E=r?String(r).toLowerCase():"";switch(t){case"equals":return R===E;case"notEquals":return R!==E;default:return!0}}(e[n.accessor],n)}catch(e){return console.warn("Filter error for accessor ".concat(n.accessor,":"),e),!0}})}):t},Nn=function(e){var n=e.rows,t=e.headers,r=e.rowGrouping;return a(function(){if(!r||0===r.length)return n;var e=function(e){return Te(e).filter(function(e){return e.aggregation})}(t);if(0===e.length)return n;var o=JSON.parse(JSON.stringify(n)),i=function(n,t){return void 0===t&&(t=0),n.map(function(n){var o=r[t],a=r[t+1],l=n[o];if(l&&N(l)){var c=i(l,t+1),s=w({},n);return s[o]=c,e.forEach(function(e){var n=kn(c,e.accessor,e.aggregation,a);void 0!==n&&(s[e.accessor]=n)}),s}return n})};return i(o)},[n,t,r])},kn=function(e,n,t,r){var o=[],i=function(e){e.forEach(function(e){var t=r?e[r]:void 0;r&&t&&N(t)?i(t):void 0!==e[n]&&null!==e[n]&&o.push(e[n])})};if(i(e),0!==o.length){if("custom"===t.type&&t.customFn)return t.customFn(o);var a,l=t.parseValue?o.map(t.parseValue).filter(function(e){return!isNaN(e)}):o.map(function(e){return"number"==typeof e?e:"string"==typeof e?parseFloat(e):NaN}).filter(function(e){return!isNaN(e)});if(0===l.length)return"count"===t.type?o.length:void 0;switch(t.type){case"sum":a=l.reduce(function(e,n){return e+n},0);break;case"average":a=l.reduce(function(e,n){return e+n},0)/l.length;break;case"count":a=o.length;break;case"min":a=Math.min.apply(Math,l);break;case"max":a=Math.max.apply(Math,l);break;default:return}return t.formatResult?t.formatResult(a):a}},An=function(e){var n=e.rows,t=e.rowIdAccessor,r=e.onRowSelectionChange,i=e.enableRowSelection,c=void 0!==i&&i,s=o(new Set),u=s[0],d=s[1],f=l(function(e){return!!c&&function(e,n){return n.has(e)}(e,u)},[u,c]),h=l(function(){return!!c&&function(e,n,t){return 0!==e.length&&e.every(function(e){return t.has(String(e[n]))})}(n,t,u)},[n,t,u,c]),v=a(function(){return c?function(e){return e.size}(u):0},[u,c]),p=a(function(){return c?function(e,n,t){return e.filter(function(e){return t.has(String(e[n]))})}(n,t,u):[]},[n,t,u,c]),g=l(function(e,o){if(c){var i=function(e,n){var t=new Set(n);return t.has(e)?t.delete(e):t.add(e),t}(e,u);if(d(i),r){var a=n.find(function(n){return String(n[t])===e});a&&r({row:a,isSelected:o,selectedRows:i})}}},[u,n,t,r,c]),w=l(function(e){var o;c&&(e?(o=function(e,n){return new Set(e.map(function(e){return String(e[n])}))}(n,t),r&&n.forEach(function(e){return r({row:e,isSelected:!0,selectedRows:o})})):(o=new Set,r&&u.forEach(function(e){var i=n.find(function(n){return String(n[t])===e});i&&r({row:i,isSelected:!1,selectedRows:o})})),d(o))},[n,t,r,u,c]),m=l(function(e){if(c){var n=f(e);g(e,!n)}},[f,g,c]),y=l(function(){if(c){if(r){var e=new Set;u.forEach(function(o){var i=n.find(function(e){return String(e[t])===o});i&&r({row:i,isSelected:!1,selectedRows:e})})}d(new Set)}},[u,n,t,r,c]);return{selectedRows:u,setSelectedRows:d,isRowSelected:f,areAllRowsSelected:h,selectedRowCount:v,selectedRowsData:p,handleRowSelect:g,handleSelectAll:w,handleToggleRow:m,clearSelection:y}},Fn=function(n){var t=o(!1),r=t[0],i=t[1];return c(function(){i(!0)},[]),r?e(Tn,w({},n)):null},Tn=function(t){var r=t.allowAnimations,s=void 0!==r&&r,u=t.cellUpdateFlash,f=void 0!==u&&u,h=t.className,v=t.columnEditorPosition,p=void 0===v?"right":v,C=t.columnEditorText,I=void 0===C?"Columns":C,R=t.columnReordering,E=void 0!==R&&R,T=t.columnResizing,D=void 0!==T&&T,W=t.defaultHeaders,P=t.editColumns,q=void 0!==P&&P,z=t.editColumnsInitOpen,Y=void 0!==z&&z,j=t.enableRowSelection,G=void 0!==j&&j,U=t.expandAll,K=void 0===U||U,V=t.expandIcon,J=void 0===V?e(B,{className:"st-expand-icon"}):V,X=t.externalFilterHandling,_=void 0!==X&&X,$=t.externalSortHandling,Z=void 0!==$&&$,ee=t.height,ne=t.hideFooter,te=void 0!==ne&&ne,re=t.nextIcon,oe=void 0===re?e(B,{className:"st-next-prev-icon"}):re,ie=t.onCellEdit,ae=t.onCellClick,le=t.onColumnOrderChange,ce=t.onFilterChange,ue=t.onGridReady,de=t.onLoadMore,fe=t.onNextPage,he=t.onRowSelectionChange,ve=t.onSortChange,pe=t.prevIcon,ge=void 0===pe?e(L,{className:"st-next-prev-icon"}):pe,we=t.rowGrouping,me=t.rowHeight,ye=void 0===me?32:me,be=t.rowIdAccessor,Ce=t.rows,Ie=t.rowsPerPage,Se=void 0===Ie?10:Ie,xe=t.selectableCells,Re=void 0!==xe&&xe,Ee=t.selectableColumns,Ne=void 0!==Ee&&Ee,ke=t.shouldPaginate,Ae=void 0!==ke&&ke,Fe=t.sortDownIcon,Te=void 0===Fe?e(bn,{className:"st-header-icon"}):Fe,He=t.sortUpIcon,De=void 0===He?e(Cn,{className:"st-header-icon"}):He,Me=t.tableRef,Be=t.theme,Oe=void 0===Be?"light":Be,We=t.useHoverRowBackground,Pe=void 0===We||We,qe=t.useOddEvenRowBackground,ze=void 0===qe||qe,Ye=t.useOddColumnBackground,je=void 0!==Ye&&Ye;je&&(ze=!1);var Ge=g(function(e){return e+1},0)[1],Ue=i(null),Ke=i(null),Ve=i(null),Je=i(null),Xe=i(null),_e=i(null),$e=i(null),Qe=o(1),Ze=Qe[0],en=Qe[1],nn=o(W),tn=nn[0],rn=nn[1],on=o(!1),an=on[0],ln=on[1],un=o(!1),dn=un[0],vn=un[1];c(function(){rn(W)},[W]);var pn=An({rows:Ce,rowIdAccessor:be,onRowSelectionChange:he,enableRowSelection:G}),gn=pn.selectedRows,wn=pn.setSelectedRows,mn=pn.isRowSelected,Sn=pn.areAllRowsSelected,Rn=pn.selectedRowCount,kn=pn.selectedRowsData,Fn=pn.handleRowSelect,Tn=pn.handleSelectAll,Hn=pn.handleToggleRow,Dn=pn.clearSelection,Mn=a(function(){var e;return!G||(null===(e=null==tn?void 0:tn[0])||void 0===e?void 0:e.isSelectionColumn)?tn:b([{accessor:"__row_selection__",label:"",width:42,isEditable:!1,type:"boolean",pinned:"left",isSelectionColumn:!0,isSortable:!1,filterable:!1,align:"center"}],tn,!0)},[G,tn]),Ln=o(0),Bn=Ln[0],On=Ln[1],Wn=o(new Set),Pn=Wn[0],qn=Wn[1],zn=function(e){var n=e.tableBodyContainerRef,t=o(0),r=t[0],i=t[1];return d(function(){if(n.current){var e=n.current.offsetWidth-n.current.clientWidth;i(e)}},[n]),{setScrollbarWidth:i,scrollbarWidth:r,tableBodyContainerRef:n}}({tableBodyContainerRef:_e}),Yn=zn.scrollbarWidth,jn=zn.setScrollbarWidth,Gn=a(function(){var e=Le({headers:Mn});return{mainBodyWidth:e.mainWidth,pinnedLeftWidth:e.leftWidth,pinnedRightWidth:e.rightWidth}},[Mn]),Un=Gn.mainBodyWidth,Kn=Gn.pinnedLeftWidth,Vn=Gn.pinnedRightWidth,Jn=function(e){var n=e.height,t=e.rowHeight;return a(function(){var e;if(!n)return window.innerHeight-t;var r=document.querySelector(".simple-table-root"),o=0;if(n.endsWith("px"))o=parseInt(n,10);else if(n.endsWith("vh")){var i=parseInt(n,10);o=window.innerHeight*i/100}else if(n.endsWith("%")){var a=parseInt(n,10);o=((null===(e=null==r?void 0:r.parentElement)||void 0===e?void 0:e.clientHeight)||window.innerHeight)*a/100}else o=window.innerHeight;return Math.max(0,o-t)},[n,t])}({height:ee,rowHeight:ye}),Xn=Nn({rows:Ce,headers:tn,rowGrouping:we}),_n=function(e){var n=e.rows,t=e.externalFilterHandling,r=e.onFilterChange,i=o({}),c=i[0],s=i[1],u=a(function(){return En({externalFilterHandling:t,tableRows:n,filterState:c})},[n,c,t]),d=l(function(e){var n,t=w(w({},c),((n={})[e.accessor]=e,n));s(t),null==r||r(t)},[c,r]),f=l(function(e){var n=w({},c);delete n[e],s(n),null==r||r(n)},[c,r]),h=l(function(){s({}),null==r||r({})},[r]),v=l(function(e){var r,o=w(w({},c),((r={})[e.accessor]=e,r));return En({externalFilterHandling:t,tableRows:n,filterState:o})},[c,n,t]);return{filteredRows:u,updateFilter:d,clearFilter:f,clearAllFilters:h,filters:c,computeFilteredRowsPreview:v}}({rows:Xn,externalFilterHandling:_,onFilterChange:ce}),$n=_n.filters,Qn=_n.filteredRows,Zn=_n.updateFilter,et=_n.clearFilter,nt=_n.clearAllFilters,tt=_n.computeFilteredRowsPreview,rt=function(e){var n=e.headers,t=e.tableRows,r=e.externalSortHandling,i=e.onSortChange,c=e.rowGrouping,s=o(null),u=s[0],d=s[1],f=l(function(e){var n=e.groupingKeys,t=e.headers,r=e.rows,o=e.sortColumn,i=fn({headers:t,rows:r,sortColumn:o});return n&&0!==n.length?i.map(function(e){var r,i=n[0],a=e[i];if(N(a)){var l=f({rows:a,sortColumn:o,headers:t,groupingKeys:n.slice(1)});return w(w({},e),((r={})[i]=l,r))}return e}):i},[]),h=a(function(){return hn({externalSortHandling:r,tableRows:t,sortColumn:u,rowGrouping:c,headers:n,sortNestedRows:f})},[t,u,n,r,c,f]),v=l(function(e){var t=function(n){for(var r=0,o=n;r<o.length;r++){var i=o[r];if(i.accessor===e)return i;if(i.children&&i.children.length>0){var a=t(i.children);if(a)return a}}},r=t(n);if(r){var o=null;u&&u.key.accessor===e?"ascending"===u.direction&&(o={key:r,direction:"descending"}):o={key:r,direction:"ascending"},d(o),null==i||i(o)}},[u,n,i]),p=l(function(e){var o=function(n){for(var t=0,r=n;t<r.length;t++){var i=r[t];if(i.accessor===e)return i;if(i.children&&i.children.length>0){var a=o(i.children);if(a)return a}}},i=o(n);if(!i)return t;var a=null;return u&&u.key.accessor===e?"ascending"===u.direction&&(a={key:i,direction:"descending"}):a={key:i,direction:"ascending"},hn({externalSortHandling:r,tableRows:t,sortColumn:a,rowGrouping:c,headers:n,sortNestedRows:f})},[u,n,t,r,c,f]);return{sort:u,sortedRows:h,updateSort:v,computeSortedRowsPreview:p}}({headers:tn,tableRows:Qn,externalSortHandling:Z,onSortChange:ve,rowGrouping:we}),ot=rt.sort,it=rt.sortedRows,at=rt.updateSort,lt=function(e){var n=e.allowAnimations,t=e.sortedRows,r=e.originalRows,c=e.currentPage,s=e.rowsPerPage,u=e.shouldPaginate,f=e.rowGrouping,h=e.rowIdAccessor,v=e.unexpandedRows,p=e.expandAll,g=e.contentHeight,m=e.rowHeight,y=e.scrollTop,C=e.computeFilteredRowsPreview,I=e.computeSortedRowsPreview,S=o(!1),x=S[0],R=S[1],E=o([]),N=E[0],F=E[1],T=i([]),H=i([]),D=i(new Map),M=i(null),L=l(function(e){var n=u?e.slice((c-1)*s,c*s):e;return f&&0!==f.length?A({rows:n,rowGrouping:f,rowIdAccessor:h,unexpandedRows:v,expandAll:p}):n.map(function(e,n){return{row:e,depth:0,groupingKey:void 0,position:n,isLastGroupRow:!1}})},[c,s,u,f,h,v,p]);a(function(){if(0===D.current.size){var e=L(r),n=new Map;e.forEach(function(e){var t=String(k({row:e.row,rowIdAccessor:h}));n.set(t,e.position)}),D.current=n}},[r,L,h]);var B=a(function(){return L(t)},[t,L]),W=a(function(){return O({bufferRowCount:5,contentHeight:g,tableRows:B,rowHeight:m,scrollTop:y})},[B,g,m,y]),P=l(function(e,n){var t=new Set(e.map(function(e){return String(k({row:e.row,rowIdAccessor:h}))})),r=new Set(n.map(function(e){return String(k({row:e.row,rowIdAccessor:h}))}));return{staying:n.filter(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return t.has(n)}),entering:n.filter(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return!t.has(n)}),leaving:e.filter(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return!r.has(n)})}},[h]),q=a(function(){if(0===T.current.length)return!1;var e=B.map(function(e){return String(k({row:e.row,rowIdAccessor:h}))}),n=T.current.map(function(e){return String(k({row:e.row,rowIdAccessor:h}))});return e.length!==n.length||!e.every(function(e,t){return e===n[t]})},[B,h]);d(function(){if(!x){if(!n||u)return F([]),T.current=B,void(H.current=W);if(0===T.current.length)return F([]),T.current=B,void(H.current=W);if(!q)return F([]),T.current=B,void(H.current=W);M.current={tableRows:B,visibleRows:W},R(!0)}},[n,B,q,x,u,W]),d(function(){if(x&&M.current&&N.length>0){var e=setTimeout(function(){var e=M.current;R(!1),F([]),T.current=e.tableRows,H.current=e.visibleRows,M.current=null},se.duration+100);return function(){return clearTimeout(e)}}},[x,N.length]);var z=a(function(){if(!n||u)return W;if(N.length>0){var e=new Map;return B.forEach(function(n){var t=String(k({row:n.row,rowIdAccessor:h}));e.set(t,n.position)}),N.map(function(n){var t=String(k({row:n.row,rowIdAccessor:h})),r=e.get(t);return void 0!==r?w(w({},n),{position:r}):n})}return W},[W,N,B,n,u,h]),Y=l(function(e){if(n&&!u){var t=C(e),r=L(t),o=O({bufferRowCount:5,contentHeight:g,tableRows:r,rowHeight:m,scrollTop:y}),i=P(W,o).entering.map(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return B.find(function(e){return String(k({row:e.row,rowIdAccessor:h}))===n})||e}).filter(Boolean);i.length>0&&F(b(b([],W,!0),i,!0))}},[n,u,C,L,g,m,y,P,B,W,h]),j=l(function(e){if(n&&!u){var t=I(e),r=L(t),o=O({bufferRowCount:5,contentHeight:g,tableRows:r,rowHeight:m,scrollTop:y}),i=P(W,o).entering.map(function(e){var n=String(k({row:e.row,rowIdAccessor:h}));return B.find(function(e){return String(k({row:e.row,rowIdAccessor:h}))===n})||e}).filter(Boolean);i.length>0&&F(b(b([],W,!0),i,!0))}},[n,u,I,L,g,m,y,P,B,W,h]);return{currentTableRows:B,currentVisibleRows:W,isAnimating:x,prepareForFilterChange:Y,prepareForSortChange:j,rowsToRender:z}}({allowAnimations:s,sortedRows:it,originalRows:Xn,currentPage:Ze,rowsPerPage:Se,shouldPaginate:Ae,rowGrouping:we,rowIdAccessor:be,unexpandedRows:Pn,expandAll:K,contentHeight:Jn,rowHeight:ye,scrollTop:Bn,computeFilteredRowsPreview:tt,computeSortedRowsPreview:rt.computeSortedRowsPreview}),ct=lt.currentTableRows,st=lt.rowsToRender,ut=lt.prepareForFilterChange,dt=lt.prepareForSortChange,ft=lt.isAnimating,ht=i(new Map),vt=function(e){var n=e.selectableCells,t=e.headers,r=e.tableRows,s=e.rowIdAccessor,u=e.onCellEdit,d=e.cellRegistry,f=o(new Set),h=f[0],v=f[1],p=o(new Set),g=p[0],w=p[1],b=o(null),C=b[0],I=b[1],S=o(null),R=S[0],E=S[1],N=o(new Set),A=N[0],T=N[1],H=o(new Set),D=H[0],M=H[1],L=i(!1),B=i(null),O=a(function(){return t.flatMap(x)},[t]),W=l(function(){var e=O.filter(function(e){return!e.hide}),n=new Map;e.forEach(function(e,t){n.set(t,e.accessor)});var t=Array.from(h).reduce(function(e,t){var o,i=t.split("-").map(Number),a=i[0],l=i[1];e[a]||(e[a]=[]);var c=n.get(l);return c&&(null===(o=r[a])||void 0===o?void 0:o.row)?e[a][l]=r[a].row[c]:e[a][l]="",e},{}),o=Object.values(t).map(function(e){return Object.values(e).join("\t")}).join("\n");h.size>0&&(navigator.clipboard.writeText(o),T(new Set(h)),setTimeout(function(){T(new Set)},800))},[O,h,r]),P=l(function(){return m(void 0,void 0,void 0,function(){var e,n,t,o,i,a,l,c;return y(this,function(f){switch(f.label){case 0:if(!R)return[2];f.label=1;case 1:return f.trys.push([1,3,,4]),[4,navigator.clipboard.readText()];case 2:return(e=f.sent())?0===(n=e.split("\n").filter(function(e){return e.length>0})).length?[2]:(t=O.filter(function(e){return!e.hide}),o=new Set,i=new Set,a=R.rowIndex,l=R.colIndex,n.forEach(function(e,n){e.split("\t").forEach(function(e,c){var f=a+n,h=l+c;if(!(f>=r.length||h>=t.length)){var v=r[f],p=t[h],g=k({row:v.row,rowIdAccessor:s});if(null==p?void 0:p.isEditable){var w=e;if("number"===p.type){var m=Number(e);isNaN(m)||(w=m)}else if("boolean"===p.type)w="true"===e.toLowerCase()||"1"===e;else if("date"===p.type){var y=new Date(e);isNaN(y.getTime())||(w=y)}if(v.row[p.accessor]=w,d){var b="".concat(g,"-").concat(p.accessor),C=d.get(b);C&&C.updateContent(w)}null==u||u({accessor:p.accessor,newValue:w,row:v.row,rowIndex:f});var I=F({colIndex:h,rowIndex:f,rowId:g});o.add(I)}else{var S=F({colIndex:h,rowIndex:f,rowId:g});i.add(S)}}})}),o.size>0&&(T(o),setTimeout(function(){T(new Set)},800)),i.size>0&&(M(i),setTimeout(function(){M(new Set)},800)),[3,4]):[2];case 3:return c=f.sent(),console.warn("Failed to paste from clipboard:",c),[3,4];case 4:return[2]}})})},[R,O,r,s,u,d]),q=l(function(){if(0!==h.size){var e=O.filter(function(e){return!e.hide}),n=new Map;e.forEach(function(e,t){n.set(t,e.accessor)});var t=new Set,o=new Set;Array.from(h).forEach(function(n){var i=n.split("-").map(Number),a=i[0],l=i[1];if(!(a>=r.length||l>=e.length)){var c=r[a],f=e[l],h=k({row:c.row,rowIdAccessor:s});if(null==f?void 0:f.isEditable){var v=null;if(v="string"===f.type?"":"number"===f.type?null:"boolean"!==f.type&&("date"===f.type?null:Array.isArray(c.row[f.accessor])?[]:""),c.row[f.accessor]=v,d){var p="".concat(h,"-").concat(f.accessor),g=d.get(p);g&&g.updateContent(v)}null==u||u({accessor:f.accessor,newValue:v,row:c.row,rowIndex:a}),t.add(n)}else o.add(n)}}),t.size>0&&(T(t),setTimeout(function(){T(new Set)},800)),o.size>0&&(M(o),setTimeout(function(){M(new Set)},800))}},[h,O,r,s,u,d]),z=l(function(e,n){for(var t=new Set,o=Math.min(e.rowIndex,n.rowIndex),i=Math.max(e.rowIndex,n.rowIndex),a=Math.min(e.colIndex,n.colIndex),l=Math.max(e.colIndex,n.colIndex),c=o;c<=i;c++)for(var u=a;u<=l;u++)if(c>=0&&c<r.length){var d=k({row:r[c].row,rowIdAccessor:s});t.add(F({colIndex:u,rowIndex:c,rowId:d}))}w(new Set),I(null),v(t)},[r,s,w,I,v]),Y=l(function(e){if(e.rowIndex>=0&&e.rowIndex<r.length&&e.colIndex>=0&&e.colIndex<O.length){var n=F(e);w(new Set),I(null),v(new Set([n])),E(e)}},[O.length,r.length,w,I,v,E]),j=l(function(e,n){void 0===n&&(n=!1),v(new Set),E(null),w(function(t){var r=new Set(n?t:[]);return e.forEach(function(e){return r.add(e)}),r}),e.length>0&&I(e[e.length-1])},[v,E,w,I]);c(function(){var e=function(e){var t;if(n&&R){var o=R.rowIndex,i=R.colIndex,a=R.rowId;if(!e.ctrlKey&&!e.metaKey||"c"!==e.key){if((e.ctrlKey||e.metaKey)&&"v"===e.key)return e.preventDefault(),void P();if("Delete"===e.key||"Backspace"===e.key)return e.preventDefault(),void q();if(k({row:null===(t=r[o])||void 0===t?void 0:t.row,rowIdAccessor:s})!==a){var l=r.findIndex(function(e,n){return k({row:e.row,rowIdAccessor:s})===a});if(-1===l)return;o=l}if("ArrowUp"===e.key){if(e.preventDefault(),o>0){var c=k({row:r[o-1].row,rowIdAccessor:s});Y({rowIndex:o-1,colIndex:i,rowId:c})}}else"ArrowDown"===e.key?(e.preventDefault(),o<r.length-1&&(c=k({row:r[o+1].row,rowIdAccessor:s}),Y({rowIndex:o+1,colIndex:i,rowId:c}))):"ArrowLeft"===e.key||"Tab"===e.key&&e.shiftKey?(e.preventDefault(),i>0&&(c=k({row:r[o].row,rowIdAccessor:s}),Y({rowIndex:o,colIndex:i-1,rowId:c}))):"ArrowRight"===e.key||"Tab"===e.key?(e.preventDefault(),i<O.length-1&&(c=k({row:r[o].row,rowIdAccessor:s}),Y({rowIndex:o,colIndex:i+1,rowId:c}))):"Escape"===e.key&&(v(new Set),w(new Set),I(null),B.current=null,E(null))}else W()}};return document.addEventListener("keydown",e),function(){document.removeEventListener("keydown",e)}},[W,O.length,R,s,z,Y,n,r,P,q]);var G=l(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=F({colIndex:n,rowIndex:t,rowId:r}),i=h.has(o),a=g.has(n);return i||a},[h,g]),U=l(function(e){var n=e.colIndex,t=e.rowIndex,o=e.rowId,i=[],a=r[t-1]?k({row:r[t-1].row,rowIdAccessor:s}):null,l=r[t+1]?k({row:r[t+1].row,rowIdAccessor:s}):null,c=null!==a?{colIndex:n,rowIndex:t-1,rowId:a}:null,u=null!==l?{colIndex:n,rowIndex:t+1,rowId:l}:null,d={colIndex:n-1,rowIndex:t,rowId:o},f={colIndex:n+1,rowIndex:t,rowId:o};return(!c||!G(c)||g.has(n)&&0===t)&&i.push("st-selected-top-border"),(!u||!G(u)||g.has(n)&&t===r.length-1)&&i.push("st-selected-bottom-border"),G(d)||i.push("st-selected-left-border"),G(f)||i.push("st-selected-right-border"),i.join(" ")},[G,r,g,s]),K=a(function(){return R?function(e){var n=e.rowIndex,t=e.colIndex,r=e.rowId;return n===R.rowIndex&&t===R.colIndex&&r===R.rowId}:function(){return!1}},[R]),V=l(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=F({colIndex:n,rowIndex:t,rowId:r});return A.has(o)},[A]),J=l(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=F({colIndex:n,rowIndex:t,rowId:r});return D.has(o)},[D]);return{getBorderClass:U,handleMouseDown:function(e){var t=e.colIndex,r=e.rowIndex,o=e.rowId;n&&(L.current=!0,B.current={rowIndex:r,colIndex:t,rowId:o},setTimeout(function(){w(new Set),I(null);var e=F({colIndex:t,rowIndex:r,rowId:o});v(new Set([e])),E({rowIndex:r,colIndex:t,rowId:o})},0))},handleMouseOver:function(e){var t=e.colIndex,o=e.rowIndex;if(e.rowId,n&&L.current&&B.current){for(var i=new Set,a=Math.min(B.current.rowIndex,o),l=Math.max(B.current.rowIndex,o),c=Math.min(B.current.colIndex,t),u=Math.max(B.current.colIndex,t),d=a;d<=l;d++)for(var f=c;f<=u;f++)if(d>=0&&d<r.length){var h=k({row:r[d].row,rowIdAccessor:s});i.add(F({colIndex:f,rowIndex:d,rowId:h}))}v(i)}},handleMouseUp:function(){L.current=!1},isCopyFlashing:V,isWarningFlashing:J,isInitialFocusedCell:K,isSelected:G,lastSelectedColumnIndex:C,pasteFromClipboard:P,selectColumns:j,selectedCells:h,selectedColumns:g,setInitialFocusedCell:E,setSelectedCells:v,setSelectedColumns:w,deleteSelectedCells:q}}({selectableCells:Re,headers:tn,tableRows:ct,rowIdAccessor:be,onCellEdit:ie,cellRegistry:ht.current}),pt=vt.getBorderClass,gt=vt.handleMouseDown,wt=vt.handleMouseOver,mt=vt.handleMouseUp,yt=vt.isCopyFlashing,bt=vt.isInitialFocusedCell,Ct=vt.isSelected,It=vt.isWarningFlashing,St=vt.selectColumns,xt=vt.selectedCells,Rt=vt.selectedColumns,Et=vt.setInitialFocusedCell,Nt=vt.setSelectedCells,kt=vt.setSelectedColumns,At=l(function(e){dt(e),setTimeout(function(){at(e)},0)},[dt,at]),Ft=l(function(e){rn(e)},[]);!function(e){var n=e.selectableColumns,t=e.selectedCells,r=e.selectedColumns,o=e.setSelectedCells,i=e.setSelectedColumns;c(function(){var e=function(e){var a=e.target;a.closest(".st-cell")||n&&(a.classList.contains("st-header-cell")||a.classList.contains("st-header-label"))||(t.size>0&&o(new Set),r.size>0&&i(new Set))};return document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[n,t,r,o,i])}({selectableColumns:Ne,selectedCells:xt,selectedColumns:Rt,setSelectedCells:Nt,setSelectedColumns:kt}),function(e){var n=e.forceUpdate,t=e.tableBodyContainerRef,r=e.setScrollbarWidth;d(function(){var e=function(){if(n(),t.current){var e=t.current.offsetWidth-t.current.clientWidth;r(e)}};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[n,t,r])}({forceUpdate:Ge,tableBodyContainerRef:_e,setScrollbarWidth:jn}),function(e){var n=e.onGridReady;c(function(){null==n||n()},[n])}({onGridReady:ue}),function(e){var n=e.tableRef,t=e.rows,r=e.rowIdAccessor,o=e.cellRegistryRef;c(function(){n&&(n.current={updateData:function(e){var n=e.accessor,i=e.rowIndex,a=e.newValue,l=null==t?void 0:t[i];if(l){var c=k({row:l,rowIdAccessor:r}),s=S({rowId:c,accessor:n}),u=o.current.get(s);u&&u.updateContent(a),void 0!==l[n]&&(l[n]=a)}}})},[o,t,r,n])}({cellRegistryRef:ht,rowIdAccessor:be,rows:Ce,tableRef:Me}),function(e){var n=e.filters,t=e.onFilterChange;c(function(){null==t||t(n)},[n,t])}({filters:$n,onFilterChange:ce}),function(e){var n=e.sort,t=e.onSortChange,r=Q(n);c(function(){!n||(null==r?void 0:r.key.accessor)===n.key.accessor&&(null==r?void 0:r.direction)===n.direction?!n&&r&&(null==t||t(null)):null==t||t(n)},[n,r,t])}({sort:ot,onSortChange:ve});var Tt=l(function(e){ut(e),setTimeout(function(){Zn(e)},0)},[ut,Zn]);return e(H,w({value:{allowAnimations:s,areAllRowsSelected:Sn,cellRegistry:ht.current,cellUpdateFlash:f,clearSelection:Dn,columnReordering:E,columnResizing:D,draggedHeaderRef:Ue,editColumns:q,enableRowSelection:G,expandIcon:J,filters:$n,forceUpdate:Ge,getBorderClass:pt,handleApplyFilter:Tt,handleClearAllFilters:nt,handleClearFilter:et,handleMouseDown:gt,handleMouseOver:wt,handleRowSelect:Fn,handleSelectAll:Tn,handleToggleRow:Hn,headerContainerRef:$e,headers:Mn,hoveredHeaderRef:Ke,isAnimating:ft,isCopyFlashing:yt,isInitialFocusedCell:bt,isResizing:an,isRowSelected:mn,isScrolling:dn,isSelected:Ct,isWarningFlashing:It,mainBodyRef:Ve,nextIcon:oe,onCellEdit:ie,onCellClick:ae,onColumnOrderChange:le,onLoadMore:de,onSort:At,onTableHeaderDragEnd:Ft,pinnedLeftRef:Je,pinnedRightRef:Xe,prevIcon:ge,rowGrouping:we,rowHeight:ye,rowIdAccessor:be,scrollbarWidth:Yn,selectColumns:St,selectableColumns:Ne,selectedRows:gn,selectedRowCount:Rn,selectedRowsData:kn,setHeaders:rn,setInitialFocusedCell:Et,setIsResizing:ln,setIsScrolling:vn,setSelectedCells:Nt,setSelectedColumns:kt,setSelectedRows:wn,setUnexpandedRows:qn,shouldPaginate:Ae,sortDownIcon:Te,sortUpIcon:De,tableBodyContainerRef:_e,tableRows:ct,theme:Oe,unexpandedRows:Pn,useHoverRowBackground:Pe,useOddColumnBackground:je,useOddEvenRowBackground:ze}},{children:e("div",w({className:"simple-table-root st-wrapper theme-".concat(Oe," ").concat(null!=h?h:""),style:ee?{height:ee}:{}},{children:e(In,{children:n("div",w({className:"st-wrapper-container"},{children:[e(xn,{}),n("div",w({className:"st-content-wrapper",onMouseUp:mt,onMouseLeave:mt},{children:[e(cn,{pinnedLeftWidth:Kn,pinnedRightWidth:Vn,setScrollTop:On,sort:ot,tableRows:ct,rowsToRender:st}),e(yn,{columnEditorText:I,editColumns:q,editColumnsInitOpen:Y,headers:tn,position:p})]})),e(sn,{mainBodyRef:Ve,mainBodyWidth:Un,pinnedLeftWidth:Kn,pinnedRightWidth:Vn,tableBodyContainerRef:_e}),e(M,{currentPage:Ze,hideFooter:te,onPageChange:en,onNextPage:fe,shouldPaginate:Ae,totalPages:Math.ceil(it.length/Se)})]}))})}))}))};export{Fn as SimpleTable};
2
2
  //# sourceMappingURL=index.es.js.map
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("react");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=t(n),o=function(){return o=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var o in n=arguments[t])Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},o.apply(this,arguments)};function i(e,n,t,r){return new(t||(t=Promise))(function(o,i){function a(e){try{l(r.next(e))}catch(e){i(e)}}function s(e){try{l(r.throw(e))}catch(e){i(e)}}function l(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t(function(e){e(n)})).then(a,s)}l((r=r.apply(e,n||[])).next())})}function a(e,n){var t,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(t=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=n.call(e,i)}catch(e){s=[6,e],r=0}finally{t=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}}function s(e,n,t){if(t||2===arguments.length)for(var r,o=0,i=n.length;o<i;o++)!r&&o in n||(r||(r=Array.prototype.slice.call(n,0,o)),r[o]=n[o]);return e.concat(r||Array.prototype.slice.call(n))}"function"==typeof SuppressedError&&SuppressedError;var l=function(e){var n=e.accessor,t=e.rowId;return"".concat(t,"-").concat(n)},c=function(e){var n=e.header,t=e.pinned;return n.hide?null:!t&&!n.pinned||n.pinned===t||null},u=function(e){var n=e.rowId,t=e.accessor;return"".concat(n,"-").concat(t)},d=function(e){return e.hide?[]:e.children&&0!==e.children.length?e.children.flatMap(function(e){return d(e)}):[e]},f=function(e){var n,t=e.width;"string"==typeof t&&t.includes("fr")&&(e.width=(null===(n=document.getElementById(l({accessor:e.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth)||150),e.children&&e.children.forEach(function(e){f(e)})},h=function(e){return"number"==typeof e.minWidth?e.minWidth:40},v=function(e){return Array.isArray(e)&&e.length>0&&"object"==typeof e[0]&&null!==e[0]},p=function(e){return e.row[e.rowIdAccessor]},g=function(e){var n=e.depth,t=void 0===n?0:n,r=e.expandAll,o=void 0!==r&&r,i=e.unexpandedRows,a=e.rowGrouping,s=void 0===a?[]:a,l=e.rowIdAccessor,c=e.rows,u=[],d=function(e,n,t){void 0===t&&(t=0);var r=t;return e.forEach(function(t,a){var c=p({row:t,rowIdAccessor:l}),f=s[n],h=0===n&&a===e.length-1;u.push({row:t,depth:n,groupingKey:f,position:r,isLastGroupRow:h}),r++;var g=String(c);if((o?!i.has(g):i.has(g))&&n<s.length){var m=function(e,n){var t=e[n];return v(t)?t:[]}(t,f);m.length>0&&(r=d(m,n+1,r))}}),r};return d(c,t),u},m=function(e){var n=e.rowIndex,t=e.colIndex,r=e.rowId;return"".concat(n,"-").concat(t,"-").concat(r)},w=n.createContext(void 0),x=function(n){var t=n.children,r=n.value;return e.jsx(w.Provider,o({value:r},{children:t}))},y=function(){var e=n.useContext(w);if(void 0===e)throw new Error("useTableContext must be used within a TableProvider");return e},b=function(t){var r=t.currentPage,s=t.hideFooter,l=t.onPageChange,c=t.onNextPage,u=t.shouldPaginate,d=t.totalPages,f=y(),h=f.nextIcon,v=f.prevIcon,p=n.useState(!0),g=p[0],m=p[1],w=!(r>1),x=!(r<d)&&!c||!g&&r===d;if(s||!u)return null;var b=function(){if(d<=15)return Array.from({length:d},function(e,n){return n+1});var e,n,t=[],o=15;if(r<=Math.ceil(7.5))e=1,n=14;else if(r>=d-Math.floor(7.5))e=Math.max(1,d-o+1),n=d;else{var i=Math.floor(7);e=r-i,n=r+(o-i-1)}for(var a=e;a<=n;a++)t.push(a);return n<d-1&&(t.push(-1),t.push(d)),t}();return e.jsxs("div",o({className:"st-footer"},{children:[e.jsx("button",o({className:"st-next-prev-btn ".concat(w?"disabled":""),onClick:function(){var e=r-1;e>=1&&l(e)},disabled:w},{children:v})),e.jsx("button",o({className:"st-next-prev-btn ".concat(x?"disabled":""),onClick:function(){return i(void 0,void 0,void 0,function(){var e,n;return a(this,function(t){switch(t.label){case 0:return e=r===d,n=r+1,c&&e?[4,c(r)]:[3,2];case 1:if(!t.sent())return m(!1),[2];t.label=2;case 2:return(n<=d||c)&&l(n),[2]}})})},disabled:x},{children:h})),b.map(function(n,t){return n<0?e.jsx("span",o({className:"st-page-ellipsis"},{children:"..."}),"ellipsis-".concat(n)):e.jsx("button",o({onClick:function(){return function(e){e>=1&&e<=d&&l(e)}(n)},className:"st-page-btn ".concat(r===n?"active":"")},{children:n}),"page-".concat(n))})]}))},C=function(n){var t=n.className;return e.jsx("svg",o({className:t,viewBox:"0 0 24 24",width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},{children:e.jsx("path",{d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"})}))},S=function(n){var t=n.className;return e.jsx("svg",o({className:t,viewBox:"0 0 24 24",width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},{children:e.jsx("path",{d:"M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z"})}))},I=function(e){var n=e.bufferRowCount,t=e.contentHeight,r=e.rowHeight,o=e.scrollTop,i=e.tableRows,a=r+1,s=Math.max(0,o-a*n),l=o+t+a*n,c=Math.max(0,Math.floor(s/a)),u=Math.min(i.length,Math.ceil(l/a));return i.slice(c,u)},R=function(e){return e.position*(e.rowHeight+1)-1},j=function(e){return e.position*(e.rowHeight+1)},E=function(t){var r=t.children,i=t.onClose,a=t.open,s=t.overflow,l=void 0===s?"auto":s,c=t.setOpen,u=t.width,d=t.containerRef,f=t.positioning,h=void 0===f?"fixed":f,v=y().mainBodyRef,p=n.useRef(null),g=n.useRef(null),m=n.useState("bottom-left"),w=m[0],x=m[1],b=n.useState({}),C=b[0],S=b[1],I=n.useState(!1),R=I[0],j=I[1];return n.useEffect(function(){a&&p.current?(j(!1),!g.current&&p.current.parentElement&&(g.current=p.current.parentElement),requestAnimationFrame(function(){if(p.current&&g.current){var e,n=p.current,t=g.current.getBoundingClientRect(),r=n.offsetHeight,o=u||n.offsetWidth,i=(e=(null==d?void 0:d.current)?d.current.getBoundingClientRect():(null==v?void 0:v.current)?v.current.getBoundingClientRect():{top:0,right:window.innerWidth,bottom:window.innerHeight,left:0,width:window.innerWidth,height:window.innerHeight,x:0,y:0,toJSON:function(){}}).bottom-t.bottom,a=t.top-e.top,s="bottom",l={};(r>i&&r<=a||r>i&&a>i)&&(s="top");var c="left";o>e.right-t.right+t.width&&(c="right"),"fixed"===h?("bottom"===s?l.top=t.bottom+4:l.bottom=window.innerHeight-t.top+4,"left"===c?l.left=t.left:l.right=window.innerWidth-t.right):("bottom"===s?l.top=t.height+4:l.bottom=t.height+4,"left"===c?l.left=0:l.right=0),x("".concat(s,"-").concat(c)),S(l),j(!0)}})):a||j(!1)},[a,u,d,v,h]),n.useEffect(function(){var e=function(e){if(a&&p.current){var n=e.target;p.current&&!p.current.contains(n)&&(c(!1),null==i||i())}};return a&&window.addEventListener("scroll",e,!0),function(){window.removeEventListener("scroll",e,!0)}},[a,i,c]),n.useEffect(function(){var e=function(e){if(p.current&&!p.current.contains(e.target)){var n=p.current.parentElement;n&&!n.contains(e.target)&&(c(!1),null==i||i())}};return a&&document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[i,a,c]),n.useEffect(function(){var e=function(e){"Escape"===e.key&&a&&(c(!1),null==i||i())};return a&&document.addEventListener("keydown",e),function(){document.removeEventListener("keydown",e)}},[i,a,c]),a?e.jsx("div",o({ref:p,className:"st-dropdown-content st-dropdown-".concat(w),onClick:function(e){return e.stopPropagation()},style:o(o({position:h,width:u?"".concat(u,"px"):"auto",visibility:R?"visible":"hidden"},C),{overflow:l})},{children:r})):null},k=function(n){var t=n.children,r=n.onClick,i=n.isSelected,a=void 0!==i&&i,s=n.disabled,l=void 0!==s&&s,c=n.className,u=void 0===c?"":c;return e.jsx("div",o({className:"st-dropdown-item ".concat(a?"selected":""," ").concat(l?"disabled":""," ").concat(u),onClick:function(){!l&&r&&r()},role:"option","aria-selected":a,"aria-disabled":l},{children:t}))},N=function(t){var r=t.onBlur,i=t.onChange,a=t.open,s=t.setOpen,l=t.value,c=n.useState(l),u=c[0],d=c[1],f=function(e){d(e),i(e),s(!1),r()};return e.jsxs(E,o({open:a,onClose:function(){r()},setOpen:s,width:120},{children:[e.jsx(k,o({isSelected:!0===u,onClick:function(){return f(!0)}},{children:"True"})),e.jsx(k,o({isSelected:!1===u,onClick:function(){return f(!1)}},{children:"False"}))]}))},F=function(t){var r=t.defaultValue,o=t.onBlur,i=t.onChange,a=n.useRef(null);return e.jsx("input",{className:"editable-cell-input",ref:a,autoFocus:!0,type:"text",defaultValue:null!=r?r:"",onBlur:o,onChange:function(e){var n=e.target.value;i(n)},onKeyDown:function(e){e.stopPropagation(),"Enter"!==e.key&&"Escape"!==e.key||o()},onMouseDown:function(e){e.stopPropagation()}})},A=function(t){var r=t.defaultValue,o=t.onBlur,i=t.onChange,a=n.useRef(null);return e.jsx("input",{className:"editable-cell-input",ref:a,autoFocus:!0,defaultValue:r.toString(),onBlur:o,onChange:function(e){var n=e.target.value;/^\d*\.?\d*$/.test(n)&&i(n)},onKeyDown:function(e){e.stopPropagation(),"Enter"!==e.key&&"Escape"!==e.key||o()},onMouseDown:function(e){e.stopPropagation()}})},M=function(t){var r,i,a=t.onChange,s=t.onClose,l=t.value,c=y(),u=c.nextIcon,d=c.prevIcon,f=n.useState(l||new Date),h=f[0],v=f[1],p=n.useState("days"),g=p[0],m=p[1],w=function(e,n){return new Date(e,n+1,0).getDate()};return e.jsxs("div",o({className:"st-datepicker"},{children:[e.jsxs("div",o({className:"st-datepicker-header"},{children:["days"===g&&e.jsxs(e.Fragment,{children:[e.jsx("button",o({onClick:function(){v(new Date(h.getFullYear(),h.getMonth()-1,1))},className:"st-datepicker-nav-btn"},{children:d})),e.jsxs("div",o({className:"st-datepicker-header-label",onClick:function(){return m("months")}},{children:[(i=h,i.toLocaleString("default",{month:"long"}))," ",h.getFullYear()]})),e.jsx("button",o({onClick:function(){v(new Date(h.getFullYear(),h.getMonth()+1,1))},className:"st-datepicker-nav-btn"},{children:u}))]}),"months"===g&&e.jsx("div",o({className:"st-datepicker-header-label",onClick:function(){return m("years")}},{children:h.getFullYear()})),"years"===g&&e.jsx("div",o({className:"st-datepicker-header-label"},{children:"Select Year"}))]})),e.jsxs("div",o({className:"st-datepicker-grid st-datepicker-".concat(g,"-grid")},{children:["days"===g&&function(){var n=[],t=h.getFullYear(),r=h.getMonth(),i=w(t,r),c=function(e,n){return new Date(e,n,1).getDay()}(t,r),u=w(t,r-1);["Su","Mo","Tu","We","Th","Fr","Sa"].forEach(function(t,r){n.push(e.jsx("div",o({className:"st-datepicker-weekday"},{children:t}),"header-".concat(r)))});for(var d=function(t){var r=u-c+t+1;n.push(e.jsx("div",o({className:"st-datepicker-day other-month",onClick:function(){return function(e){var n=new Date(h.getFullYear(),h.getMonth()-1,e);v(n),a(n),null==s||s()}(r)}},{children:r}),"prev-".concat(r)))},f=0;f<c;f++)d(f);for(var p=function(i){var c=i===(new Date).getDate()&&r===(new Date).getMonth()&&t===(new Date).getFullYear(),u=i===new Date(l).getDate()&&r===new Date(l).getMonth()&&t===new Date(l).getFullYear();n.push(e.jsx("div",o({className:"st-datepicker-day ".concat(c?"today":""," ").concat(u?"selected":""),onClick:function(){return function(e){var n=new Date(h.getFullYear(),h.getMonth(),e);v(n),a(n),null==s||s()}(i)}},{children:i}),"day-".concat(i)))},g=1;g<=i;g++)p(g);var m=35-(c+i),x=function(t){n.push(e.jsx("div",o({className:"st-datepicker-day other-month",onClick:function(){return function(e){var n=new Date(h.getFullYear(),h.getMonth()+1,e);v(n),a(n),null==s||s()}(t)}},{children:t}),"next-".concat(t)))};for(g=1;g<=m;g++)x(g);return n}(),"months"===g&&(r=[],Array.from({length:12},function(e,n){return new Date(2e3,n,1).toLocaleString("default",{month:"short"})}).forEach(function(n,t){var i=t===h.getMonth();r.push(e.jsx("div",o({className:"st-datepicker-month ".concat(i?"selected":""),onClick:function(){return function(e){v(new Date(h.getFullYear(),e,1)),m("days")}(t)}},{children:n}),"month-".concat(t)))}),r),"years"===g&&function(){for(var n=[],t=h.getFullYear(),r=t-6,i=function(r){var i=r===t;n.push(e.jsx("div",o({className:"st-datepicker-year ".concat(i?"selected":""),onClick:function(){return function(e){v(new Date(e,h.getMonth(),1)),m("months")}(r)}},{children:r}),"year-".concat(r)))},a=r;a<r+12;a++)i(a);return n}()]})),e.jsx("div",o({className:"st-datepicker-footer"},{children:e.jsx("button",o({className:"st-datepicker-today-btn",onClick:function(){var e=new Date;v(e),a(e),null==s||s()}},{children:"Today"}))}))]}))},T=function(e){if(!e)return new Date;var n=e.toString().split("-").map(Number),t=n[0],r=n[1],o=n[2],i=new Date;return i.setFullYear(t),i.setMonth(r-1),i.setDate(o),isNaN(i.getTime())?new Date:i},H=function(t){var r=t.onBlur,i=t.onChange,a=t.open,s=t.setOpen,l=t.value;n.useEffect(function(){var e=setTimeout(function(){var e=document.querySelector(".st-dropdown-container");e instanceof HTMLElement&&e.focus()},0);return function(){return clearTimeout(e)}},[]);var c=function(){r()};return e.jsx(E,o({open:a,onClose:c,setOpen:s,width:280},{children:e.jsx(M,{value:T(l),onChange:function(e){var n=e.toISOString().split("T")[0];i(n),s(!1),r()},onClose:c})}))},D=function(t){var r=t.onBlur,i=t.onChange,a=t.open,s=t.options,l=t.setOpen,c=t.value,u=n.useState(c||""),d=u[0],f=u[1];return e.jsx(E,o({open:a,onClose:function(){r()},setOpen:l,width:150},{children:e.jsx("div",o({className:"st-enum-dropdown-content"},{children:s.map(function(n){return e.jsx(k,o({isSelected:d===n.value,onClick:function(){return e=n.value,f(e),i(e),l(!1),void r();var e}},{children:n.label}),n.value)})}))}))},L=function(n){var t=n.enumOptions,r=void 0===t?[]:t,o=n.onChange,i=n.setIsEditing,a=n.type,s=void 0===a?"string":a,l=n.value,c=function(){i(!1)};if("boolean"===s&&"boolean"==typeof l)return e.jsx(N,{onBlur:c,onChange:function(e){return o(e)},open:!0,setOpen:i,value:l});if("date"===s)return e.jsx(H,{onBlur:c,onChange:o,open:!0,setOpen:i,value:l});if("enum"===s){var u="string"==typeof l?l:"";return e.jsx(D,{onBlur:c,onChange:o,open:!0,options:r,setOpen:i,value:u})}if("number"===s&&"number"==typeof l)return e.jsx(A,{defaultValue:l,onBlur:c,onChange:function(e){var n=""===e?0:parseFloat(e);o(isNaN(n)?0:n)}});var d=null==l?"":String(l);return e.jsx(F,{defaultValue:d,onBlur:c,onChange:o})},B=0,O=function(){return function(e){var n=e.callback,t=e.callbackProps,r=e.limit,o=Date.now();(0===B||o-B>=r)&&(B=o,n(t))}},W=function(e){var t=n.useRef(e);return n.useEffect(function(){JSON.stringify(t.current)!==JSON.stringify(e)&&(t.current=e)},[e]),t.current},P=function(e){if(null===e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(P);var n={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=P(e[t]));return n},q=function(e,n){return e.filter(function(e){return e.pinned===n}).some(function(e){return!e.hide})},z=Date.now(),Y={screenX:0,screenY:0},G=function(e,n,t){void 0===t&&(t=[]);for(var r=0;r<e.length;r++){var o=e[r];if(o.accessor===n)return s(s([],t,!0),[r],!1);if(o.children&&o.children.length>0){var i=G(o.children,n,s(s([],t,!0),[r],!1));if(i)return i}}return null},U=function(e){return"left"===e.pinned?"left":"right"===e.pinned?"right":"main"};function K(e,n,t){var r,i,a=P(e),s=!1;try{var l=U(t),c=a.findIndex(function(e){return e.accessor===n.accessor}),u=a.findIndex(function(e){return e.accessor===t.accessor});if(-1===c||-1===u)return{newHeaders:a,emergencyBreak:s=!0};var d=a.splice(c,1)[0],f=(r=l,i=o({},d),"left"===r?i.pinned="left":"right"===r?i.pinned="right":delete i.pinned,i),h=u;a.splice(h,0,f)}catch(e){console.error("Error in insertHeaderAcrossSections:",e),s=!0}return{newHeaders:a,emergencyBreak:s}}var V=function(e){var n=e.draggedHeaderRef,t=e.headers,r=e.hoveredHeaderRef,o=e.onColumnOrderChange,i=e.onTableHeaderDragEnd,a=y().setHeaders,l=W(t);return{handleDragStart:function(e){n.current=e,z=Date.now()},handleDragOver:function(e){var o=e.event,a=e.hoveredHeader;if(o.preventDefault(),t&&n.current){var s=o.currentTarget.getAnimations().some(function(e){return"running"===e.playState}),c=o.screenX,u=o.screenY,d=Math.sqrt(Math.pow(c-Y.screenX,2)+Math.pow(u-Y.screenY,2));r.current=a;var f,h=n.current,v=!1;if(U(h)!==U(a)){f=(C=K(t,h,a)).newHeaders,v=C.emergencyBreak}else{var p=t,g=G(p,h.accessor),m=G(p,a.accessor);if(!g||!m)return;var w=g.length,x=m.length,y=m;if(w!==x){var b=x-w;b>0&&(y=m.slice(0,-b))}var C=function(e,n,t){var r=P(e),o=!1;function i(e,n){for(var t=e,r=0;r<n.length-1;r++)t=t[n[r]].children;return t[n[n.length-1]]}function a(e,n,t){for(var r=e,i=0;i<n.length-1;i++){if(!r[n[i]].children){o=!0;break}r=r[n[i]].children}r[n[n.length-1]]=t}var s=i(r,n);return a(r,n,i(r,t)),a(r,t,s),{newHeaders:r,emergencyBreak:o}}(p,g,y);f=C.newHeaders,v=C.emergencyBreak}if(!(s||a.accessor===h.accessor||d<10||JSON.stringify(f)===JSON.stringify(t)||v)){var S=Date.now();JSON.stringify(f)===JSON.stringify(l)&&(S-z<1500||d<40)||(z=S,Y={screenX:c,screenY:u},i(f))}}},handleDragEnd:function(){n.current=null,r.current=null,setTimeout(function(){a(function(e){return s([],e,!0)}),null==o||o(t)},10)}}},J=function(){return"undefined"!=typeof window&&window.matchMedia("(prefers-reduced-motion: reduce)").matches},X={duration:180,easing:"cubic-bezier(0.2, 0.0, 0.2, 1)",delay:0},_={duration:200,easing:"cubic-bezier(0.2, 0.0, 0.2, 1)",delay:0},$={duration:150,easing:"ease-out",delay:0},Q=function(e){e.style.transition="",e.style.transitionDelay="",e.style.transform="",e.style.top="",e.style.willChange="",e.style.backfaceVisibility="",e.classList.remove("st-animating")},Z=function(e,n,t,r){return void 0===t&&(t={}),new Promise(function(r){e.offsetHeight,e.style.transition="transform ".concat(n.duration,"ms ").concat(n.easing),n.delay&&(e.style.transitionDelay="".concat(n.delay,"ms")),e.style.transform="translate3d(0, 0, 0)";var o=function(){Q(e),e.removeEventListener("transitionend",o),t.onComplete&&t.onComplete(),r()};e.addEventListener("transitionend",o),setTimeout(o,n.duration+(n.delay||0)+50)})},ee=function(e){var n=e.element,t=e.finalConfig,r=e.fromBounds,s=e.toBounds;return i(void 0,void 0,void 0,function(){var e,i,l;return a(this,function(a){switch(a.label){case 0:return e=function(e,n){var t="x"in e?e.x:e.left,r="y"in e?e.y:e.top;return{x:t-n.x,y:r-n.y}}(r,s),0===e.x&&0===e.y?[2]:J()&&!1!==t.respectReducedMotion?[2]:(i=Math.abs(e.x)>Math.abs(e.y),l=function(e,n){return void 0===e&&(e={}),J()?o(o({},$),e):o(o({},"column"===n?X:_),e)}(t,i?"column":"row"),Q(n),function(e,n){e.style.transform="translate3d(".concat(n.x,"px, ").concat(n.y,"px, 0)"),e.style.transition="none",e.style.willChange="transform",e.style.backfaceVisibility="hidden",e.classList.add("st-animating")}(n,e),[4,Z(n,l,t)]);case 1:return a.sent(),[2]}})})},ne=function(e){var n=e.element,t=e.options;return i(void 0,void 0,void 0,function(){var e,r,o,i,s,l,c,u,d,f,h,v,p,g,m,w;return a(this,function(a){return e=t.startY,r=t.endY,o=t.finalY,i=t.duration,s=void 0===i?300:i,l=t.easing,c=void 0===l?"cubic-bezier(0.2, 0.0, 0.2, 1)":l,u=t.delay,d=void 0===u?0:u,f=t.onComplete,h=t.respectReducedMotion,v=void 0===h||h,J()&&v?(void 0!==o&&(n.style.transform="",n.style.top="".concat(o,"px")),f&&f(),[2]):(p=n.getBoundingClientRect(),g=p.top,m=e-g,w=r-g,[2,new Promise(function(e){n.style.transition="",n.style.transitionDelay="",n.style.transform="",n.style.willChange="",n.style.backfaceVisibility="",n.classList.remove("st-animating"),n.style.transform="translate3d(0, ".concat(m,"px, 0)"),n.style.transition="none",n.style.willChange="transform",n.style.backfaceVisibility="hidden",n.classList.add("st-animating"),n.offsetHeight,n.style.transition="transform ".concat(s,"ms ").concat(c),d&&(n.style.transitionDelay="".concat(d,"ms")),n.style.transform="translate3d(0, ".concat(w,"px, 0)");var t=function(){n.style.transition="",n.style.transitionDelay="",n.style.transform="",n.style.willChange="",n.style.backfaceVisibility="",n.classList.remove("st-animating"),void 0!==o&&(n.style.top="".concat(o,"px")),n.removeEventListener("transitionend",t),f&&f(),e()};n.addEventListener("transitionend",t),setTimeout(t,s+(d||0)+50)})])})})},te=function(t){var r=t.children,i=t.id,a=t.parentRef,s=t.tableRow,l=function(e,n){var t={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&n.indexOf(r)<0&&(t[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)n.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(t[r[o]]=e[r[o]])}return t}(t,["children","id","parentRef","tableRow"]),c=y(),u=c.allowAnimations,d=c.isResizing,f=c.isScrolling,h=c.rowHeight,v=n.useRef(null),p=n.useRef(null),g=W(f),m=W(d);return n.useLayoutEffect(function(){var e,n,t,r;if(u&&v.current&&!d){var i=v.current.getBoundingClientRect(),l=p.current;if(!f)if(!g||f)if(!m||d){if(p.current=i,l){var c=i.x-l.x,w=i.y-l.y;if(!(Math.abs(c)<50&&Math.abs(w)<=5)){if(Math.abs(c)>5||Math.abs(w)>5){var x=o(o({},_),{onComplete:function(){v.current&&(v.current.style.zIndex="",v.current.style.position="",v.current.style.top="")}}),y=null===(e=null==a?void 0:a.current)||void 0===e?void 0:e.scrollTop,b=null===(n=null==a?void 0:a.current)||void 0===n?void 0:n.clientHeight,C=null===(t=null==a?void 0:a.current)||void 0===t?void 0:t.scrollHeight;if(void 0!==y&&void 0!==b&&void 0!==C){var S=5*h,I=y-S,R=y+b+S,j=l.y>I&&l.y<R,E=i.y>I&&i.y<R,k=i.y<y,N=i.y>y+b,F=null!==(r=null==s?void 0:s.position)&&void 0!==r?r:0,A=.6*h,M=function(e,n,t){var r=Math.min(Math.abs(e-n),Math.abs(e-t));return Math.min(900,Math.max(100,100+80*Math.log10(Math.max(1,r))))};if(j&&!E&&N){var T=y+b+M(i.y,y,y+b)+F%15*A*2.5+F%7*(.4*h);return void ne({element:v.current,options:{startY:l.y,endY:T,finalY:i.y,duration:x.duration,easing:x.easing,onComplete:x.onComplete}})}if(j&&!E&&k){T=y-M(i.y,y,y+b)-F%15*A*2.5-F%7*(.4*h);return void ne({element:v.current,options:{startY:l.y,endY:T,finalY:i.y,duration:x.duration,easing:x.easing,onComplete:x.onComplete}})}if(!j&&E&&l.y>y+b){var H=y+b+M(l.y,y,y+b)+F%10*A*1;return void ne({element:v.current,options:{startY:H,endY:i.y,duration:x.duration,easing:x.easing,onComplete:x.onComplete}})}if(!j&&E&&l.y<y){H=y-M(l.y,y,y+b)-F%10*A*1;return void ne({element:v.current,options:{startY:H,endY:i.y,duration:x.duration,easing:x.easing,onComplete:x.onComplete}})}}ee({element:v.current,fromBounds:l,toBounds:i,finalConfig:x})}}}}else p.current=i;else p.current=i}},[u,d,f,a,g,m,h,null==s?void 0:s.position,s]),e.jsx("div",o({ref:v,"data-animate-id":i,id:String(i)},l,{children:r}))};te.displayName="Animate";var re=function(n){var t=n.className,r=n.style;return e.jsx("svg",o({"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",className:t,style:o({height:"10px"},r)},{children:e.jsx("path",{d:"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"})}))},oe=function(n){var t=n.checked,r=void 0!==t&&t,i=n.children,a=n.onChange;return e.jsxs("label",o({className:"st-checkbox-label"},{children:[e.jsx("input",{checked:r,className:"st-checkbox-input",onChange:function(){a&&a(!r)},type:"checkbox"}),e.jsx("span",o({className:"st-checkbox-custom ".concat(r?"st-checked":"")},{children:r&&e.jsx(re,{className:"st-checkbox-checkmark"})})),i]}))},ie=function(e){var n=e.content,t=e.header;return"boolean"==typeof n?n?"True":"False":Array.isArray(n)?0===n.length?"[]":n.map(function(e){return"object"==typeof e&&null!==e?JSON.stringify(e):String(e)}).join(", "):"date"===t.type&&null!==n&&("string"==typeof n||"number"==typeof n||"object"==typeof n&&n instanceof Date)?new Date(n).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}):n},ae=function(t){var r=t.borderClass,i=t.colIndex,a=t.header,s=t.isHighlighted,c=t.isInitialFocused,d=t.nestedIndex,f=t.rowIndex,h=t.tableRow,g=y(),m=g.cellRegistry,w=g.cellUpdateFlash,x=g.draggedHeaderRef,b=g.enableRowSelection,C=g.expandIcon,S=g.handleMouseDown,I=g.handleMouseOver,R=g.handleRowSelect,j=g.headers,E=g.hoveredHeaderRef,k=g.isCopyFlashing,N=g.isRowSelected,F=g.isWarningFlashing,A=g.onCellEdit,M=g.onTableHeaderDragEnd,T=g.rowGrouping,H=g.rowIdAccessor,D=g.setUnexpandedRows,B=g.tableBodyContainerRef,W=g.theme,P=g.unexpandedRows,q=g.useOddColumnBackground,z=h.depth,Y=h.row,G=n.useState(Y[a.accessor]),U=G[0],K=G[1],J=n.useState(!1),X=J[0],_=J[1],$=n.useState(!1),Q=$[0],Z=$[1],ee=n.useRef(null),ne=p({row:Y,rowIdAccessor:H}),re=T&&T[z],ae=!!re&&function(e,n){if(!n)return!1;var t=e[n];return v(t)}(Y,re),se=!P.has(String(ne)),le=k({rowIndex:f,colIndex:i,rowId:ne}),ce=F({rowIndex:f,colIndex:i,rowId:ne}),ue=V({draggedHeaderRef:x,headers:j,hoveredHeaderRef:E,onTableHeaderDragEnd:M}).handleDragOver,de=O(),fe=l({accessor:a.accessor,rowId:ne}),he=u({rowId:ne,accessor:a.accessor}),ve=a.isSelectionColumn&&b;n.useEffect(function(){if(m){var e="".concat(ne,"-").concat(a.accessor);return m.set(e,{updateContent:function(e){U!==e?(K(e),w&&(Z(!0),ee.current&&clearTimeout(ee.current),ee.current=setTimeout(function(){Z(!1)},800))):K(e)}}),function(){m.delete(e),ee.current&&clearTimeout(ee.current)}}},[m,w,ne,a.accessor,U]),n.useEffect(function(){if(Q){var e=setTimeout(function(){Z(!1)},850);return function(){return clearTimeout(e)}}},[Q]),n.useEffect(function(){K(Y[a.accessor])},[Y,a.accessor]);var pe="boolean"===a.type||"date"===a.type||"enum"===a.type,ge=Boolean(null==a?void 0:a.isEditable),me="st-cell ".concat(z>0&&a.expandable?"st-cell-depth-".concat(z):""," ").concat(s?c?"st-cell-selected-first ".concat(r):"st-cell-selected ".concat(r):""," ").concat(ge?"clickable":""," ").concat(Q?c?"st-cell-updating-first":"st-cell-updating":""," ").concat(le?c?"st-cell-copy-flash-first":"st-cell-copy-flash":""," ").concat(ce?c?"st-cell-warning-flash-first":"st-cell-warning-flash":""," ").concat(q?d%2==0?"even-column":"odd-column":""," ").concat(ve?"st-selection-cell":""),we=n.useCallback(function(e){K(e),Y[a.accessor]=e,null==A||A({accessor:a.accessor,newValue:e,row:Y,rowIndex:f})},[a.accessor,A,Y,f]),xe=n.useCallback(function(){D(function(e){var n=new Set(e),t=String(ne);return n.has(t)?n.delete(t):n.add(t),n})},[ne,D]);return!X||pe||ve?e.jsxs(te,o({className:me,"data-accessor":a.accessor,"data-col-index":i,"data-row-id":ne,"data-row-index":f,id:fe,onDoubleClick:function(){return a.isEditable&&!ve&&_(!0)},onDragOver:function(e){ve||de({callback:ue,callbackProps:{event:e,hoveredHeader:a},limit:50})},onKeyDown:function(e){X||ve||"F2"!==e.key&&"Enter"!==e.key||!a.isEditable||X||(e.preventDefault(),_(!0))},onMouseDown:function(){X||ve||S({rowIndex:f,colIndex:i,rowId:ne})},onMouseOver:function(){X||ve||I({rowIndex:f,colIndex:i,rowId:ne})},parentRef:B,tableRow:h},{children:[a.expandable&&ae?e.jsx("div",o({className:"st-icon-container st-expand-icon-container ".concat(se?"expanded":"collapsed"),onClick:xe},{children:C})):null,e.jsx("span",o({className:"st-cell-content ".concat("right"===a.align?"right-aligned":"center"===a.align?"center-aligned":"left-aligned")},{children:e.jsx("span",{children:ve?e.jsx(oe,{checked:!!N&&N(String(ne)),onChange:function(e){R&&R(String(ne),e)}}):a.cellRenderer?a.cellRenderer({accessor:a.accessor,colIndex:i,row:Y,theme:W}):ie({content:U,header:a})})})),X&&pe&&!ve&&e.jsx(L,{enumOptions:a.enumOptions,onChange:we,setIsEditing:_,type:a.type,value:U})]}),he):e.jsx("div",o({className:"st-cell-editing",id:l({accessor:a.accessor,rowId:ne}),onMouseDown:function(e){return e.stopPropagation()},onKeyDown:function(e){return e.stopPropagation()}},{children:e.jsx(L,{enumOptions:a.enumOptions,onChange:we,setIsEditing:_,type:a.type,value:U})}))},se=function(n){var t=n.columnIndexStart,r=n.columnIndices,o=n.headers,i=n.pinned,a=n.rowIndex,s=n.rowIndices,u=n.tableRow,d=y().rowIdAccessor,f=o.filter(function(e){return c({header:e,pinned:i})});return e.jsx(e.Fragment,{children:f.map(function(n,c){var f=p({row:u.row,rowIdAccessor:d}),h=l({accessor:n.accessor,rowId:f});return e.jsx(le,{columnIndices:r,header:n,headers:o,nestedIndex:c+(null!=t?t:0),pinned:i,rowIndex:a,rowIndices:s,tableRow:u},h)})})},le=function(t){var r=t.columnIndices,o=t.header,i=t.headers,a=t.nestedIndex,s=t.pinned,u=t.rowIndex,d=t.rowIndices,f=t.tableRow,h=r[o.accessor],v=y(),g=v.getBorderClass,m=v.isSelected,w=v.isInitialFocusedCell,x=v.rowIdAccessor,b=p({row:f.row,rowIdAccessor:x});if(o.children){var C=o.children.filter(function(e){return c({header:e,pinned:s})});return e.jsx(n.Fragment,{children:C.map(function(n){var t=l({accessor:n.accessor,rowId:b});return e.jsx(le,{columnIndices:r,header:n,headers:i,nestedIndex:a,pinned:s,rowIndex:u,rowIndices:d,tableRow:f},t)})})}var S={rowIndex:u,colIndex:h,rowId:b},I=g(S),R=m(S),j=w(S),E=l({accessor:o.accessor,rowId:b});return e.jsx(ae,{borderClass:I,colIndex:h,header:o,isHighlighted:R,isInitialFocused:j,nestedIndex:a,rowIndex:u,tableRow:f},E)},ce=function(n){var t=n.columnIndices,r=n.columnIndexStart,i=n.gridTemplateColumns,a=n.headers,s=n.hoveredIndex,l=n.index,c=n.pinned,u=n.rowHeight,d=n.rowIndices,f=n.setHoveredIndex,h=n.tableRow,v=y(),g=v.useHoverRowBackground,m=v.rowIdAccessor,w=v.isAnimating,x=v.isRowSelected,b=h.position,C=b%2==0,S=p({row:h.row,rowIdAccessor:m}),I=!!x&&x(String(S));return e.jsx("div",o({className:"st-row ".concat(C?"even":"odd"," ").concat(s===l&&g?"hovered":""," ").concat(I?"selected":""),onMouseEnter:function(){w||f(l)},style:{gridTemplateColumns:i,top:j({position:b,rowHeight:u}),height:"".concat(u,"px")}},{children:e.jsx(se,{columnIndexStart:r,columnIndices:t,headers:a,pinned:c,rowIndex:b,rowIndices:d,tableRow:h},S)}))},ue=function(t){var r=t.displayStrongBorder,i=t.position,a=t.rowHeight,s=t.templateColumns,l=t.rowIndex,c=n.useRef(null);return e.jsx("div",o({className:"st-row-separator ".concat(r?"st-last-group-row":""),onMouseDown:function(e){if(void 0!==l){for(var n=e.currentTarget.getBoundingClientRect(),t=e.clientX-n.left,r=s.split(" ").map(function(e){if(e.includes("px"))return parseFloat(e);if(e.includes("fr")){var t=s.split(" ").filter(function(e){return e.includes("fr")}).length;return n.width/t}return 100}),o=0,i=0,a=0;a<r.length;a++){if(t<=o+r[a]){i=a;break}o+=r[a],i=a}var u="cell-".concat(l+1,"-").concat(i+1),d=document.getElementById(u);if(d){c.current=d;var f=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window,button:0});d.dispatchEvent(f)}}},onMouseUp:function(){if(c.current){var e=new MouseEvent("mouseup",{bubbles:!0,cancelable:!0,view:window,button:0});c.current.dispatchEvent(e),c.current=null}},style:{gridTemplateColumns:s,top:R({position:i,rowHeight:a})}},{children:e.jsx("div",{style:{gridColumn:"1 / -1"}})}))},de=n.createContext(void 0),fe=["default"],he=function(e){var t=e.childRef,r=e.children,o=function(){var e=n.useContext(de);if(!e)throw new Error("useScrollSyncContext must be used within a ScrollSyncProvider");return e}(),i=o.registerPane,a=o.unregisterPane;return n.useEffect(function(){return t.current&&i(t.current,fe),function(){t.current&&a(t.current,fe)}},[t,i,a]),n.cloneElement(r,{ref:function(e){t.current=e}})},ve=function(n){var t=n.condition,r=n.wrapper,o=n.children;return e.jsx(e.Fragment,{children:t?r(o):e.jsx(e.Fragment,{children:o})})},pe=n.forwardRef(function(t,r){var i=t.columnIndexStart,a=t.columnIndices,s=t.headers,l=t.hoveredIndex,c=t.pinned,u=t.rowHeight,d=t.rowIndices,f=t.setHoveredIndex,h=t.templateColumns,v=t.totalHeight,g=t.rowsToRender,m=t.width,w=c?"st-body-pinned-".concat(c):"st-body-main",x=y().rowIdAccessor,b=n.useRef(null);return n.useImperativeHandle(r,function(){return b.current},[]),n.useMemo(function(){return q(s,c)},[s,c])?e.jsx(ve,o({condition:!c,wrapper:function(n){return e.jsx(he,o({childRef:b},{children:n}))}},{children:e.jsx("div",o({className:w,ref:b,style:o({position:"relative",height:"".concat(v,"px"),width:m},!c&&{flexGrow:1})},{children:g.map(function(t,r){var o=p({row:t.row,rowIdAccessor:x});return e.jsxs(n.Fragment,{children:[0!==r&&e.jsx(ue,{displayStrongBorder:t.isLastGroupRow,position:t.position,rowHeight:u,templateColumns:h,rowIndex:r-1}),e.jsx(ce,{columnIndexStart:i,columnIndices:a,gridTemplateColumns:h,headers:s,hoveredIndex:l,index:r,pinned:c,rowHeight:u,rowIndices:d,setHoveredIndex:f,tableRow:t},o)]},o)})}))})):null});function ge(e){var n=e.headers,t=e.pinnedLeftColumns,r=e.pinnedRightColumns,o={},i=0,a=function(e,n){void 0===n&&(n=!1),n||i++,o[e.accessor]=i,e.children&&e.children.length>0&&e.children.filter(function(e){return c({header:e})}).forEach(function(e,n){a(e,0===n)})};return t.forEach(function(e,n){a(e,0===n)}),n.filter(function(e){return!e.pinned&&c({header:e})}).forEach(function(e,n){var r=0===n&&0===t.length;a(e,r)}),r.forEach(function(e){a(e,!1)}),o}pe.displayName="TableSection";var me=function(t){var r=t.mainTemplateColumns,i=t.pinnedLeftColumns,a=t.pinnedLeftTemplateColumns,s=t.pinnedLeftWidth,l=t.pinnedRightColumns,c=t.pinnedRightTemplateColumns,u=t.pinnedRightWidth,d=t.rowsToRender,f=t.setScrollTop,h=t.tableRows,v=y(),g=v.headerContainerRef,m=v.headers,w=v.isAnimating,x=v.mainBodyRef,b=v.onLoadMore,C=v.rowHeight,S=v.rowIdAccessor,I=v.scrollbarWidth,R=v.setIsScrolling,j=v.shouldPaginate,E=v.tableBodyContainerRef,k=n.useState(null),N=k[0],F=k[1],A=n.useState(!1),M=A[0],T=A[1];n.useEffect(function(){w&&null!==N&&F(null)},[w,N]),function(e){var t=e.headerContainerRef,r=e.mainSectionRef,o=e.scrollbarWidth,i=n.useState(!1),a=i[0],s=i[1];n.useEffect(function(){var e=null==t?void 0:t.current;if(a&&e)return e.classList.add("st-header-scroll-padding"),e.style.setProperty("--st-after-width","".concat(o,"px")),function(){e.classList.remove("st-header-scroll-padding")}},[t,a,o]),n.useEffect(function(){var e=null==t?void 0:t.current,n=null==r?void 0:r.current;if(n&&e){var o=function(){if(n){var e=n.scrollHeight>n.clientHeight;s(e)}};o();var i=new ResizeObserver(function(){o()});return i.observe(n),function(){n&&i.unobserve(n)}}},[t,r])}({headerContainerRef:g,mainSectionRef:E,scrollbarWidth:I}),n.useEffect(function(){return function(){D.current&&clearTimeout(D.current)}},[]);var H=n.useRef(null),D=n.useRef(null),L=n.useRef(0),B=function(e){return e.length}(h),O=B*(C+1)-1,W=n.useMemo(function(){return ge({headers:m,pinnedLeftColumns:i,pinnedRightColumns:l})},[m,i,l]),P=n.useMemo(function(){var e={};return d.forEach(function(n,t){var r=String(p({row:n.row,rowIdAccessor:S}));e[r]=t}),e},[d,S]),q=n.useCallback(function(e,n){if(b&&!j&&!M){e.scrollHeight-(n+e.clientHeight)<=200&&n>L.current&&(T(!0),b(),setTimeout(function(){T(!1)},1e3))}},[b,j,M]),z={columnIndices:W,headerContainerRef:g,headers:m,hoveredIndex:N,rowHeight:C,rowIndices:P,rowsToRender:d,setHoveredIndex:F};return e.jsxs("div",o({className:"st-body-container",onMouseLeave:function(){return F(null)},onScroll:function(e){var n=e.currentTarget,t=n.scrollTop;R(!0),D.current&&clearTimeout(D.current),D.current=setTimeout(function(){R(!1)},150),H.current&&cancelAnimationFrame(H.current),H.current=requestAnimationFrame(function(){f(t),q(n,t),L.current=t})},ref:E},{children:[e.jsx(pe,o({},z,{pinned:"left",templateColumns:a,totalHeight:O,width:s})),e.jsx(pe,o({},z,{columnIndexStart:i.length,ref:x,templateColumns:r,totalHeight:O})),e.jsx(pe,o({},z,{columnIndexStart:i.length+r.length,pinned:"right",templateColumns:c,totalHeight:O,width:u}))]}))},we=function(e){return e.flatMap(function(e){var n=[e];return e.children&&e.children.length>0&&n.push.apply(n,we(e.children)),n})},xe=function(e){return void 0===e&&(e=0),e?e+1:0},ye=function(e){var n=e.event,t=e.gridColumnEnd,r=e.gridColumnStart,o=e.header,i=e.headers,a=e.setHeaders,l=e.setIsResizing,c=e.startWidth;n.preventDefault();var u="clientX"in n?n.clientX:n.touches[0].clientX,v="touches"in n;if(o&&!o.hide){l(!0);var p=h(o),g=t-r>1,m=g?d(o):[o],w=function(e){var n="right"===o.pinned?u-e:e-u;if(g&&m.length>1)be({delta:n,leafHeaders:m,minWidth:p,startWidth:c});else{var t=Math.max(c+n,p);o.width=t}i.forEach(function(e){f(e)});var r=s([],i,!0);a(r)};if(v){var x=function(e){var n=e.touches[0];w(n.clientX)},y=function(){document.removeEventListener("touchmove",x),document.removeEventListener("touchend",y),l(!1)};document.addEventListener("touchmove",x),document.addEventListener("touchend",y)}else{var b=function(e){w(e.clientX)},C=function(){document.removeEventListener("mousemove",b),document.removeEventListener("mouseup",C),l(!1)};document.addEventListener("mousemove",b),document.addEventListener("mouseup",C)}}},be=function(e){var n=e.delta,t=e.leafHeaders,r=e.minWidth,o=e.startWidth,i=t.reduce(function(e,n){return Math.min(e,h(n))},40),a=t.reduce(function(e,n){return e+("number"==typeof n.width?n.width:150)},0),s=Math.max(o+n,i)-a;t.forEach(function(e){var n="number"==typeof e.width?e.width:150,t=s*(n/a),o=Math.max(n+t,r);e.width=o})},Ce=function(e){var n=e.headers,t=0,r=0,o=0;return n.forEach(function(e){if(!e.hide){var n=d(e).reduce(function(e,n){return e+function(e){if(e.hide)return 0;if("number"==typeof e.width)return e.width;if("string"==typeof e.width&&e.width.endsWith("px"))return parseFloat(e.width);var n=document.getElementById(l({accessor:e.accessor,rowId:"header"}));return(null==n?void 0:n.offsetWidth)||150}(n)},0);"left"===e.pinned?t+=n:"right"===e.pinned?r+=n:o+=n}}),{leftWidth:xe(t),rightWidth:xe(r),mainWidth:o}},Se=function(n){var t=n.className,r=n.style;return e.jsx("svg",o({"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",className:t,style:o({height:"1em"},r)},{children:e.jsx("path",{d:"M3.9 54.9C10.5 40.9 24.5 32 40 32l432 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9 320 448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"})}))},Ie={equals:"Equals",notEquals:"Not equals",contains:"Contains",notContains:"Does not contain",startsWith:"Starts with",endsWith:"Ends with",greaterThan:"Greater than",lessThan:"Less than",greaterThanOrEqual:"Greater than or equal",lessThanOrEqual:"Less than or equal",between:"Between",notBetween:"Not between",before:"Before",after:"After",in:"Is one of",notIn:"Is not one of",isEmpty:"Is empty",isNotEmpty:"Is not empty"},Re=function(e){switch(e){case"string":return["equals","notEquals","contains","notContains","startsWith","endsWith","isEmpty","isNotEmpty"];case"number":return["equals","notEquals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","between","notBetween","isEmpty","isNotEmpty"];case"boolean":return["equals","isEmpty","isNotEmpty"];case"date":return["equals","notEquals","before","after","between","notBetween","isEmpty","isNotEmpty"];case"enum":return["in","notIn","isEmpty","isNotEmpty"];default:return["equals","notEquals","isEmpty","isNotEmpty"]}},je=function(e){return!["between","notBetween","in","notIn","isEmpty","isNotEmpty"].includes(e)},Ee=function(e){return["between","notBetween","in","notIn"].includes(e)},ke=function(e){return["isEmpty","isNotEmpty"].includes(e)},Ne=function(n){var t=n.children;return e.jsx("div",o({className:"st-filter-container"},{children:t}))},Fe=function(){return e.jsx("svg",o({className:"st-custom-select-arrow",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e.jsx("path",{d:"M3 4.5L6 7.5L9 4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}))},Ae=function(t){var r=t.value,i=t.onChange,a=t.options,s=t.placeholder,l=void 0===s?"Select...":s,c=t.className,u=void 0===c?"":c,d=t.disabled,f=void 0!==d&&d,h=n.useState(!1),v=h[0],p=h[1],g=n.useState(-1),m=g[0],w=g[1],x=n.useRef(null),y=a.find(function(e){return e.value===r});n.useEffect(function(){var e=function(e){if(v)switch(e.key){case"ArrowDown":e.preventDefault(),w(function(e){return e<a.length-1?e+1:0});break;case"ArrowUp":e.preventDefault(),w(function(e){return e>0?e-1:a.length-1});break;case"Enter":e.preventDefault(),m>=0&&(i(a[m].value),p(!1),w(-1));break;case"Escape":e.preventDefault(),p(!1),w(-1)}};if(v)return document.addEventListener("keydown",e),function(){return document.removeEventListener("keydown",e)}},[v,m,a,i]);return e.jsxs("div",o({ref:x,className:"st-custom-select ".concat(u," ").concat(f?"st-custom-select-disabled":""," ").concat(v?"st-custom-select-open":"").trim()},{children:[e.jsxs("button",o({type:"button",className:"st-custom-select-trigger",onClick:function(){if(!f)if(p(!v),v)w(-1);else{var e=a.findIndex(function(e){return e.value===r});w(e>=0?e:0)}},disabled:f,"aria-haspopup":"listbox","aria-expanded":v,"aria-labelledby":"select-label"},{children:[e.jsx("span",o({className:"st-custom-select-value"},{children:y?y.label:l})),e.jsx(Fe,{})]})),e.jsx(E,o({open:v,setOpen:p,onClose:function(){p(!1),w(-1)},positioning:"absolute",overflow:"auto"},{children:e.jsx("div",o({className:"st-custom-select-options",role:"listbox"},{children:a.map(function(n,t){return e.jsx("div",o({className:"st-custom-select-option ".concat(n.value===r?"st-custom-select-option-selected":""," ").concat(t===m?"st-custom-select-option-focused":"").trim(),role:"option","aria-selected":n.value===r,onClick:function(){return e=n.value,i(e),p(!1),void w(-1);var e}},{children:n.label}),n.value)})}))}))]}))},Me=function(n){var t=n.value,r=n.onChange,i=n.operators.map(function(e){return{value:e,label:Ie[e]}});return e.jsx("div",o({className:"st-filter-section"},{children:e.jsx(Ae,{value:t,onChange:function(e){r(e)},options:i})}))},Te=function(n){var t=n.type,r=void 0===t?"text":t,o=n.value,i=n.onChange,a=n.placeholder,s=n.autoFocus,l=void 0!==s&&s,c=n.className,u=void 0===c?"":c,d=n.onEnterPress;return e.jsx("input",{type:r,value:o,onChange:function(e){return i(e.target.value)},onKeyDown:function(e){"Enter"===e.key&&d&&d()},placeholder:a,autoFocus:l,className:"st-filter-input ".concat(u).trim()})},He=function(n){var t=n.children,r=n.className,i=void 0===r?"":r;return e.jsx("div",o({className:"st-filter-section ".concat(i).trim()},{children:t}))},De=function(n){var t=n.onApply,r=n.onClear,i=n.canApply,a=n.showClear;return e.jsxs("div",o({className:"st-filter-actions"},{children:[e.jsx("button",o({onClick:t,disabled:!i,className:"st-filter-button st-filter-button-apply ".concat(i?"":"st-filter-button-disabled")},{children:"Apply"})),a&&r&&e.jsx("button",o({onClick:r,className:"st-filter-button st-filter-button-clear"},{children:"Clear"}))]}))},Le=function(t){var r=t.header,i=t.currentFilter,a=t.onApplyFilter,s=t.onClearFilter,l=n.useState((null==i?void 0:i.operator)||"contains"),c=l[0],u=l[1],d=n.useState(String((null==i?void 0:i.value)||"")),f=d[0],h=d[1],v=Re("string");n.useEffect(function(){i?(u(i.operator),h(String(i.value||""))):(u("contains"),h(""))},[i]);var p=function(){var e=o({accessor:r.accessor,operator:c},je(c)&&{value:f});a(e)},g=ke(c)||f.trim();return e.jsxs(Ne,{children:[e.jsx(Me,{value:c,onChange:u,operators:v}),je(c)&&e.jsx(He,{children:e.jsx(Te,{type:"text",value:f,onChange:h,placeholder:"Filter...",autoFocus:!0,onEnterPress:p})}),e.jsx(De,{onApply:p,onClear:s,canApply:!!g,showClear:!!i})]})},Be=function(t){var r,o,i=t.header,a=t.currentFilter,s=t.onApplyFilter,l=t.onClearFilter,c=n.useState((null==a?void 0:a.operator)||"equals"),u=c[0],d=c[1],f=n.useState(String((null==a?void 0:a.value)||"")),h=f[0],v=f[1],p=n.useState(String((null===(r=null==a?void 0:a.values)||void 0===r?void 0:r[0])||"")),g=p[0],m=p[1],w=n.useState(String((null===(o=null==a?void 0:a.values)||void 0===o?void 0:o[1])||"")),x=w[0],y=w[1],b=Re("number");n.useEffect(function(){var e,n;a?(d(a.operator),v(String(a.value||"")),m(String((null===(e=a.values)||void 0===e?void 0:e[0])||"")),y(String((null===(n=a.values)||void 0===n?void 0:n[1])||""))):(d("equals"),v(""),m(""),y(""))},[a]);var C=function(){var e={accessor:i.accessor,operator:u};je(u)?e.value=parseFloat(h):Ee(u)&&(e.values=[parseFloat(g.toString()),parseFloat(x.toString())]),s(e)};return e.jsxs(Ne,{children:[e.jsx(Me,{value:u,onChange:d,operators:b}),je(u)&&e.jsx(He,{children:e.jsx(Te,{type:"number",value:h,onChange:v,placeholder:"Enter number...",autoFocus:!0,onEnterPress:C})}),Ee(u)&&e.jsxs(He,{children:[e.jsx(Te,{type:"number",value:g,onChange:m,placeholder:"From...",autoFocus:!0,className:"st-filter-input-range-from",onEnterPress:C}),e.jsx(Te,{type:"number",value:x,onChange:y,placeholder:"To...",onEnterPress:C})]}),e.jsx(De,{onApply:C,onClear:l,canApply:!!ke(u)||(je(u)?""!==h.trim():!!Ee(u)&&""!==String(g).trim()&&""!==String(x).trim()),showClear:!!a})]})},Oe=function(n){var t=n.value,r=n.onChange,o=n.options,i=n.className,a=void 0===i?"":i,s=n.placeholder;return e.jsx(Ae,{value:t,onChange:r,options:o,className:a,placeholder:s})},We=function(t){var r=t.header,o=t.currentFilter,i=t.onApplyFilter,a=t.onClearFilter,s=n.useState((null==o?void 0:o.operator)||"equals"),l=s[0],c=s[1],u=n.useState(void 0!==(null==o?void 0:o.value)?String(o.value):"true"),d=u[0],f=u[1],h=Re("boolean");n.useEffect(function(){o?(c(o.operator),f(void 0!==o.value?String(o.value):"true")):(c("equals"),f("true"))},[o]);var v=ke(l)||""!==d;return e.jsxs(Ne,{children:[e.jsx(Me,{value:l,onChange:c,operators:h}),je(l)&&e.jsx(He,{children:e.jsx(Oe,{value:d,onChange:f,options:[{value:"true",label:"True"},{value:"false",label:"False"}]})}),e.jsx(De,{onApply:function(){var e={accessor:r.accessor,operator:l};je(l)&&(e.value="true"===d),i(e)},onClear:a,canApply:v,showClear:!!o})]})},Pe=function(t){var r,i,a=t.header,s=t.currentFilter,l=t.onApplyFilter,c=t.onClearFilter,u=n.useState((null==s?void 0:s.operator)||"equals"),d=u[0],f=u[1],h=n.useState((null==s?void 0:s.value)?String(s.value):""),v=h[0],p=h[1],g=n.useState((null===(r=null==s?void 0:s.values)||void 0===r?void 0:r[0])?String(s.values[0]):""),m=g[0],w=g[1],x=n.useState(String((null===(i=null==s?void 0:s.values)||void 0===i?void 0:i[1])||"")),y=x[0],b=x[1],C=Re("date");n.useEffect(function(){var e,n;s?(f(s.operator),p(String(s.value||"")),w(String((null===(e=s.values)||void 0===e?void 0:e[0])||"")),b(String((null===(n=s.values)||void 0===n?void 0:n[1])||""))):(f("equals"),p(""),w(""),b(""))},[s]);var S=function(t){var r=t.value,i=t.onChange,a=t.placeholder,s=t.autoFocus,l=t.className,c=n.useState(!1),u=c[0],d=c[1],f=n.useState(""),h=f[0],v=f[1],p=n.useRef(null);n.useEffect(function(){if(r){var e=new Date(r);isNaN(e.getTime())||v(e.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}))}else v("")},[r]),n.useEffect(function(){s&&p.current&&p.current.focus()},[s]);var g=r?new Date(r):new Date;return e.jsxs("div",o({className:"st-date-input-container",style:{position:"relative"}},{children:[e.jsx("input",{ref:p,type:"text",value:h,placeholder:a,onClick:function(){d(!u)},onKeyDown:function(e){"Enter"===e.key||" "===e.key?(e.preventDefault(),d(!u)):"Escape"===e.key&&d(!1)},readOnly:!0,className:"st-filter-input ".concat(l||""),style:{cursor:"pointer"}}),e.jsx(E,o({open:u,setOpen:d,onClose:function(){d(!1)},positioning:"absolute",overflow:"visible"},{children:e.jsx(M,{value:g,onChange:function(e){var n=e.toISOString().split("T")[0];i(n),d(!1)},onClose:function(){return d(!1)}})}))]}))};return e.jsxs(Ne,{children:[e.jsx(Me,{value:d,onChange:f,operators:C}),je(d)&&e.jsx(He,{children:e.jsx(S,{value:v,onChange:p,placeholder:"Select date...",autoFocus:!0})}),Ee(d)&&e.jsxs(He,{children:[e.jsx(S,{value:m,onChange:w,placeholder:"From date...",autoFocus:!0,className:"st-filter-input-range-from"}),e.jsx(S,{value:y,onChange:b,placeholder:"To date..."})]}),e.jsx(De,{onApply:function(){var e={accessor:a.accessor,operator:d};je(d)?e.value=v:Ee(d)&&(e.values=[m,y]),l(e)},onClear:c,canApply:!!ke(d)||(je(d)?""!==v.trim():!!Ee(d)&&""!==m.trim()&&""!==y.trim()),showClear:!!s})]})},qe=function(t){var r=t.header,i=t.currentFilter,a=t.onApplyFilter,l=t.onClearFilter,c=n.useMemo(function(){return r.enumOptions||[]},[r.enumOptions]),u=n.useMemo(function(){return c.map(function(e){return e.value})},[c]),d=n.useState((null==i?void 0:i.values)?i.values.map(String):u),f=d[0],h=d[1];n.useEffect(function(){h(i?i.values?i.values.map(String):[]:u)},[i,u]);var v=f.length===u.length;return e.jsxs(Ne,{children:[e.jsx(He,{children:e.jsxs("div",o({className:"st-enum-filter-options"},{children:[e.jsx("div",o({className:"st-enum-select-all"},{children:e.jsx(oe,o({checked:v,onChange:function(e){h(e?u:[])}},{children:e.jsx("span",o({className:"st-enum-option-label st-enum-select-all-label"},{children:"Select All"}))}))})),c.map(function(n){return e.jsx(oe,o({checked:f.includes(n.value),onChange:function(){return e=n.value,void h(function(n){return n.includes(e)?n.filter(function(n){return n!==e}):s(s([],n,!0),[e],!1)});var e}},{children:e.jsx("span",o({className:"st-enum-option-label"},{children:n.label}))}),n.value)})]}))}),e.jsx(De,{onApply:function(){if(f.length!==u.length){var e={accessor:r.accessor,operator:"in",values:f};a(e)}else l()},onClear:l,canApply:0!==f.length&&f.length!==u.length,showClear:!!i})]})},ze=function(n){var t=n.header,r=n.currentFilter,o=n.onApplyFilter,i=n.onClearFilter;return e.jsx(e.Fragment,{children:function(){switch(t.type){case"number":return e.jsx(Be,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i});case"boolean":return e.jsx(We,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i});case"date":return e.jsx(Pe,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i});case"enum":return e.jsx(qe,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i});default:return e.jsx(Le,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i})}}()})},Ye=function(t){var r,i,a=t.colIndex,c=t.gridColumnEnd,u=t.gridColumnStart,d=t.gridRowEnd,f=t.gridRowStart,h=t.header,v=t.reverse,p=t.sort,g=n.useState(!1),m=g[0],w=g[1],x=y(),b=x.areAllRowsSelected,C=x.columnReordering,S=x.columnResizing,I=x.draggedHeaderRef,R=x.enableRowSelection,j=x.filters,k=x.handleApplyFilter,N=x.handleClearFilter,F=x.handleSelectAll,A=x.headers,M=x.hoveredHeaderRef,T=x.onColumnOrderChange,H=x.onSort,D=x.onTableHeaderDragEnd,L=x.rowHeight,B=x.selectColumns,W=x.selectableColumns,P=x.setHeaders,q=x.setInitialFocusedCell,z=x.setIsResizing,Y=x.setSelectedCells,G=x.setSelectedColumns,U=x.sortDownIcon,K=x.sortUpIcon,J=Boolean(null==h?void 0:h.isSortable),X=Boolean(null==h?void 0:h.filterable),_=j[h.accessor],$="st-header-cell ".concat(h.accessor===(null===(r=M.current)||void 0===r?void 0:r.accessor)?"st-hovered":""," ").concat((null===(i=I.current)||void 0===i?void 0:i.accessor)===h.accessor?"st-dragging":""," ").concat(J?"clickable":""," ").concat(C&&!J?"columnReordering":""," ").concat(h.children?"parent":""),Q=V({draggedHeaderRef:I,headers:A,hoveredHeaderRef:M,onColumnOrderChange:T,onTableHeaderDragEnd:D}),Z=Q.handleDragStart,ee=Q.handleDragEnd,ne=Q.handleDragOver,re=O(),ie=function(e){var n=e.event,t=e.header;if(!t.isSelectionColumn){if(W){var r=function(e,n){if(!e.children||0===e.children.length)return[n];var t=[],r=function(e,n){if(!e.children||0===e.children.length)return t.push(n),n+1;for(var o=n,i=0,a=e.children;i<a.length;i++){var s=a[i];o=r(s,o)}return o};return r(e,n),t}(t,a);return n.shiftKey&&B?G(function(e){if(0===e.size)return new Set(r);var n=r[0],t=Array.from(e).sort(function(e,n){return e-n}),o=t[0],i=Math.abs(n-o);t.forEach(function(e){var t=Math.abs(n-e);t<i&&(i=t,o=e)});var a,l,c,u,d=s(s([],(a=o,l=n,c=Math.min(a,l),u=Math.max(a,l),Array.from({length:u-c+1},function(e,n){return c+n})),!0),r,!0);return new Set(s(s([],Array.from(e),!0),d,!0))}):B&&B(r),Y(new Set),void q(null)}t.isSortable&&H(t.accessor)}};n.useEffect(function(){var e=function(e){e.preventDefault(),e.dataTransfer.dropEffect="move"};return document.addEventListener("dragover",e),function(){document.removeEventListener("dragover",e)}},[]);var ae=h.isSelectionColumn&&R;if(!h)return null;var se=S&&!ae&&e.jsx("div",o({className:"st-header-resize-handle-container",onMouseDown:function(e){var n,t=null===(n=document.getElementById(l({accessor:h.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth;re({callback:ye,callbackProps:{event:e.nativeEvent,gridColumnEnd:c,gridColumnStart:u,header:h,headers:A,setHeaders:P,setIsResizing:z,startWidth:t},limit:10})},onTouchStart:function(e){var n,t=null===(n=document.getElementById(l({accessor:h.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth;re({callback:ye,callbackProps:{event:e,gridColumnEnd:c,gridColumnStart:u,header:h,headers:A,setHeaders:P,setIsResizing:z,startWidth:t},limit:10})}},{children:e.jsx("div",{className:"st-header-resize-handle"})})),le=p&&p.key.accessor===h.accessor&&e.jsxs("div",o({className:"st-icon-container",onClick:function(e){return ie({event:e,header:h})}},{children:["ascending"===p.direction&&K&&K,"descending"===p.direction&&U&&U]})),ce=X&&e.jsxs("div",o({className:"st-icon-container",onClick:function(e){e.stopPropagation(),w(!m)}},{children:[e.jsx(Se,{className:"st-header-icon",style:{fill:_?"var(--st-button-active-background-color)":"var(--st-header-icon-color)"}}),e.jsx(E,o({open:m,overflow:"visible",setOpen:w,onClose:function(){return w(!1)}},{children:e.jsx(ze,{header:h,currentFilter:_,onApplyFilter:function(e){k(e),w(!1)},onClearFilter:function(){N(h.accessor),w(!1)}})}))]}));return e.jsxs(te,o({className:$,id:l({accessor:h.accessor,rowId:"header"}),onDragOver:function(e){ae||re({callback:ne,callbackProps:{event:e,hoveredHeader:h},limit:50})},style:o(o({gridRowStart:f,gridRowEnd:d,gridColumnStart:u,gridColumnEnd:c},c-u>1?{}:{width:h.width}),d-f>1?{}:{height:L})},{children:[v&&se,"right"===h.align&&ce,"right"===h.align&&le,e.jsx("div",o({className:"st-header-label",draggable:C&&!h.disableReorder&&!ae,onClick:function(e){ae||ie({event:e,header:h})},onDragEnd:ae?void 0:function(e){e.preventDefault(),ee()},onDragStart:ae?void 0:function(e){C&&h&&function(e){Z(e)}(h)}},{children:e.jsx("span",o({className:"st-header-label-text ".concat("right"===h.align?"right-aligned":"center"===h.align?"center-aligned":"left-aligned")},{children:ae?e.jsx(oe,{checked:!!b&&b(),onChange:function(e){F&&F(e)}}):h.headerRenderer?h.headerRenderer({accessor:h.accessor,colIndex:a,header:h}):null==h?void 0:h.label}))})),"right"!==h.align&&le,"right"!==h.align&&ce,!v&&se]}))},Ge=function(t){var r=t.columnIndices,i=t.gridTemplateColumns,a=t.handleScroll,s=t.headers,l=t.maxDepth,u=t.pinned,d=t.sectionRef,f=t.sort,h=t.width,v=n.useMemo(function(){var e=[],n=1,t=function(o,i,a){var s,d;if(void 0===a&&(a=!1),!c({header:o,pinned:u}))return 0;a||n++;var f=null!==(d=null===(s=o.children)||void 0===s?void 0:s.filter(function(e){return c({header:e,pinned:u})}).length)&&void 0!==d?d:0,h=n,v=f>0?h+f:h+1,p=i,g=f>0?i+1:l+1;if(e.push({header:o,gridColumnStart:h,gridColumnEnd:v,gridRowStart:p,gridRowEnd:g,colIndex:r[o.accessor]}),o.children){var m=!0;o.children.forEach(function(e){c({header:e,pinned:u})&&(t(e,i+1,m),m=!1)})}return v-h},o=s.filter(function(e){return c({header:e,pinned:u})}),i=!0;return o.forEach(function(e){t(e,1,i),i=!1}),e},[s,l,u,r]);return e.jsx(ve,o({condition:!u,wrapper:function(n){return e.jsx(he,o({childRef:d},{children:n}))}},{children:e.jsx("div",o({className:"st-header-".concat(u?"pinned-".concat(u):"main")},a&&{onScroll:a},{ref:d,style:{gridTemplateColumns:i,display:"grid",position:"relative",width:h}},{children:e.jsx(e.Fragment,{children:v.map(function(n){return e.jsx(Ye,{colIndex:n.colIndex,gridColumnEnd:n.gridColumnEnd,gridColumnStart:n.gridColumnStart,gridRowEnd:n.gridRowEnd,gridRowStart:n.gridRowStart,header:n.header,reverse:"right"===u,sort:f},n.header.accessor)})})}))}))},Ue=function(e){var n;return(null===(n=e.children)||void 0===n?void 0:n.length)?1+Math.max.apply(Math,e.children.map(Ue)):1},Ke=function(t){var r=t.centerHeaderRef,i=t.headers,a=t.mainTemplateColumns,s=t.pinnedLeftColumns,l=t.pinnedLeftTemplateColumns,u=t.pinnedRightColumns,d=t.pinnedRightTemplateColumns,f=t.sort,h=t.pinnedLeftWidth,v=t.pinnedRightWidth,p=y(),g=p.headerContainerRef,m=p.pinnedLeftRef,w=p.pinnedRightRef,x=n.useMemo(function(){return ge({headers:i,pinnedLeftColumns:s,pinnedRightColumns:u})},[i,s,u]),b=n.useMemo(function(){var e=0;return i.forEach(function(n){if(c({header:n})){var t=Ue(n);e=Math.max(e,t)}}),{maxDepth:e}},[i]).maxDepth;return e.jsxs("div",o({className:"st-header-container",ref:g},{children:[q(i,"left")&&e.jsx(Ge,{columnIndices:x,gridTemplateColumns:l,handleScroll:void 0,headers:i,maxDepth:b,pinned:"left",sectionRef:m,sort:f,width:h}),e.jsx(Ge,{columnIndices:x,gridTemplateColumns:a,handleScroll:void 0,headers:i,maxDepth:b,sectionRef:r,sort:f}),q(i,"right")&&e.jsx(Ge,{columnIndices:x,gridTemplateColumns:d,handleScroll:void 0,headers:i,maxDepth:b,pinned:"right",sectionRef:w,sort:f,width:v})]}))},Ve=function(e){var n=e.headers,t=function(e){var n=e.headers,r=e.flattenedHeaders;return n.forEach(function(e){e.hide||(e.children?t({headers:e.children,flattenedHeaders:r}):r.push(e))}),r},r=t({headers:n,flattenedHeaders:[]});return"".concat(r.map(function(e){return function(e){var n=e.minWidth,t=e.width;return"number"==typeof t&&(t="".concat(t,"px")),n&&"number"==typeof n&&(n="".concat(n,"px")),void 0!==n?"string"==typeof t&&t.endsWith("fr")?"minmax(".concat(n,", ").concat(t,")"):"max(".concat(n,", ").concat(t,")"):t}(e)}).join(" "))},Je=function(t){var r=t.pinnedLeftWidth,i=t.pinnedRightWidth,a=t.setScrollTop,s=t.sort,l=t.tableRows,c=t.rowsToRender,u=y(),d=u.columnResizing,f=u.editColumns,h=u.headers,v=n.useRef(null),p=h.filter(function(e){return!e.pinned}),g=h.filter(function(e){return"left"===e.pinned}),m=h.filter(function(e){return"right"===e.pinned}),w=n.useMemo(function(){return Ve({headers:g})},[g]),x=n.useMemo(function(){return Ve({headers:p})},[p]),b=n.useMemo(function(){return Ve({headers:m})},[m]),C={centerHeaderRef:v,headers:h,mainTemplateColumns:x,pinnedLeftColumns:g,pinnedLeftTemplateColumns:w,pinnedRightColumns:m,pinnedRightTemplateColumns:b,sort:s,pinnedLeftWidth:r,pinnedRightWidth:i},S={tableRows:l,mainTemplateColumns:x,pinnedLeftColumns:g,pinnedLeftTemplateColumns:w,pinnedLeftWidth:r,pinnedRightColumns:m,pinnedRightTemplateColumns:b,pinnedRightWidth:i,setScrollTop:a,rowsToRender:c};return e.jsxs("div",o({className:"st-content ".concat(d?"st-resizeable":"st-not-resizeable"),style:{width:f?"calc(100% - 27.5px)":"100%"}},{children:[e.jsx(Ke,o({},C)),e.jsx(me,o({},S))]}))},Xe=function(t){var r,i,a=t.mainBodyWidth,s=t.mainBodyRef,l=t.pinnedLeftWidth,c=t.pinnedRightWidth,u=t.tableBodyContainerRef,d=y().editColumns,f=n.useState(!1),h=f[0],v=f[1],p=n.useRef(null),g=u.current&&u.current.scrollHeight>u.current.clientHeight,m=d?28:0,w=(d?c+1:c)+(u.current&&g?u.current.offsetWidth-u.current.clientWidth:0);return n.useEffect(function(){setTimeout(function(){!function(){if(s.current){var e=s.current.clientWidth;v(a>e)}}()},1)},[s,a]),h?e.jsxs("div",o({className:"st-horizontal-scrollbar-container"},{children:[l>0&&e.jsx("div",{className:"st-horizontal-scrollbar-left",style:{flexShrink:0,width:l,height:null===(r=p.current)||void 0===r?void 0:r.offsetHeight}}),a>0&&e.jsx(he,o({childRef:p},{children:e.jsx("div",o({className:"st-horizontal-scrollbar-middle",ref:p,style:{flexGrow:1}},{children:e.jsx("div",{style:{width:a,height:".3px"}})}))})),c>0&&e.jsx("div",{className:"st-horizontal-scrollbar-right",style:{flexShrink:0,minWidth:w,height:null===(i=p.current)||void 0===i?void 0:i.offsetHeight}}),m>0&&e.jsx("div",{style:{width:m-1.5,height:"100%",flexShrink:0}})]})):null},_e={string:function(e,n,t){if(e===n)return 0;var r=e.localeCompare(n);return"ascending"===t?r:-r},number:function(e,n,t){if(e===n)return 0;var r=e-n;return"ascending"===t?r:-r},boolean:function(e,n,t){if(e===n)return 0;var r=e===n?0:e?-1:1;return"ascending"===t?r:-r},date:function(e,n,t){var r=new Date(e),o=new Date(n);if(r.getTime()===o.getTime())return 0;var i=r.getTime()-o.getTime();return"ascending"===t?i:-i},enum:function(e,n,t){return _e.string(e,n,t)},default:function(e,n,t){return e===n?0:null==e?"ascending"===t?-1:1:null==n?"ascending"===t?1:-1:"string"==typeof e&&"string"==typeof n?_e.string(e,n,t):"number"==typeof e&&"number"==typeof n?_e.number(e,n,t):"boolean"==typeof e&&"boolean"==typeof n?_e.boolean(e,n,t):_e.string(String(e),String(n),t)}},$e=function(e){var n=e.rows,t=e.sortColumn,r=e.headers,o=function(e,n){for(var t=0,r=e;t<r.length;t++){var i=r[t];if(i.accessor===n)return i;if(i.children&&i.children.length>0){var a=o(i.children,n);if(a)return a}}},i=o(r,t.key.accessor),a=(null==i?void 0:i.type)||"string",l=t.direction;return s([],n,!0).sort(function(e,n){var r=t.key.accessor;return function(e,n,t,r){if(void 0===t&&(t="string"),null==e||""===e)return"ascending"===r?-1:1;if(null==n||""===n)return"ascending"===r?1:-1;if("number"===t){var o=function(e){var n;if("number"==typeof e)return e;var t=String(e);if("string"==typeof t){var r=t.replace(/[$,]/g,"").match(/^([-+]?\d*\.?\d+)([TBMKtbmk])?/);if(r){var o=parseFloat(r[1]),i=null===(n=r[2])||void 0===n?void 0:n.toUpperCase();return"T"===i?o*=1e12:"B"===i?o*=1e9:"M"===i?o*=1e6:"K"===i&&(o*=1e3),o}}return parseFloat(t)||0},i=o(e),a=o(n);return _e.number(i,a,r)}return"date"===t?_e.date(String(e),String(n),r):"boolean"===t?_e.boolean(Boolean(e),Boolean(n),r):"enum"===t?_e.enum(String(e),String(n),r):_e.string(String(e),String(n),r)}(e[r],n[r],a,l)})},Qe=function(e){var n=e.headers,t=e.rows,r=e.sortColumn;return $e({rows:t,sortColumn:r,headers:n})},Ze=function(e){var n=e.externalSortHandling,t=e.tableRows,r=e.sortColumn,o=e.rowGrouping,i=e.headers,a=e.sortNestedRows;return n?t:r?o&&o.length>0?a({groupingKeys:o,headers:i,rows:t,sortColumn:r}):Qe({headers:i,rows:t,sortColumn:r}):t},en=function(e,n,t){void 0===t&&(t=new Set);for(var r=0,o=e;r<o.length;r++){var i=o[r];if(!t.has(i.accessor)&&(t.add(i.accessor),i.children&&i.children.length>0)){var a=i.children.some(function(e){return e.accessor===n}),s=!1;if(!a)for(var l=0,c=i.children;l<c.length;l++){var u=c[l];if(en([u],n,t),!1===u.hide){s=!0;break}}(a||s)&&(i.hide=!1)}}},nn=function(e){return e.every(function(e){return e.hide})},tn=function(e){e.forEach(function(e){e.children&&e.children.length>0&&(tn(e.children),nn(e.children)&&(e.hide=!0))})},rn=function(t){var r=t.allHeaders,i=t.depth,a=void 0===i?0:i,l=t.doesAnyHeaderHaveChildren,c=t.header,u=t.isCheckedOverride,d=n.useState(!0),f=d[0],h=d[1],v=y(),p=v.expandIcon,g=v.headers,m=v.setHeaders,w=l?"".concat(16*a,"px"):"8px",x=c.children&&c.children.length>0,b=null!=u?u:c.hide||x&&c.children&&nn(c.children);return e.jsxs(e.Fragment,{children:[e.jsxs("div",o({className:"st-header-checkbox-item",style:{paddingLeft:w}},{children:[l&&e.jsx("div",o({className:"st-header-icon-container"},{children:x?e.jsx("div",o({className:"st-collapsible-header-icon st-expand-icon-container ".concat(f?"expanded":"collapsed"),onClick:function(e){e.stopPropagation(),h(!f)}},{children:p})):null})),e.jsx(oe,o({checked:b,onChange:function(e){(c.hide=e,e)?tn(r):(en(r,c.accessor),x&&c.children&&c.children.length>0&&c.children.every(function(e){return!0===e.hide})&&c.children[0]&&(c.children[0].hide=!1,en(r,c.children[0].accessor)));m(s([],g,!0))}},{children:c.label}))]})),x&&f&&c.children&&e.jsx("div",o({className:"st-nested-headers"},{children:c.children.map(function(n,t){return e.jsx(rn,{allHeaders:r,depth:a+1,doesAnyHeaderHaveChildren:l,header:n,isCheckedOverride:!!b||void 0},"".concat(n.accessor,"-").concat(t))})}))]})},on=function(t){var r=t.headers,i=t.open,a="left"===t.position?"left":"",s=n.useMemo(function(){return r.some(function(e){return e.children&&e.children.length>0})},[r]);return e.jsx("div",o({className:"st-column-editor-popout ".concat(i?"open":""," ").concat(a),onClick:function(e){return e.stopPropagation()}},{children:e.jsx("div",o({className:"st-column-editor-popout-content"},{children:r.map(function(n,t){return n.isSelectionColumn?null:e.jsx(rn,{doesAnyHeaderHaveChildren:s,header:n,allHeaders:r},"".concat(n.accessor,"-").concat(t))})}))}))},an=function(t){var r=t.columnEditorText,i=t.editColumns,a=t.editColumnsInitOpen,s=t.headers,l=t.position,c=void 0===l?"right":l,u=n.useState(a),d=u[0],f=u[1];return i?e.jsxs("div",o({className:"st-column-editor ".concat(d?"open":""," ").concat(c),onClick:function(){return function(e){f(e)}(!d)},style:{width:28}},{children:[e.jsx("div",o({className:"st-column-editor-text"},{children:r})),e.jsx(on,{headers:s,open:d,position:c})]})):null},sn=function(n){var t=n.className;return e.jsx("svg",o({"aria-hidden":"true",focusable:"false",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",className:t,style:{height:"1em"}},{children:e.jsx("path",{d:"M22 334.5c-3.8 8.8-2 19 4.6 26l116 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l116-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L148 0C130.3 0 116 14.3 116 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z"})}))},ln=function(n){var t=n.className;return e.jsx("svg",o({"aria-hidden":"true",focusable:"false",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",className:t,style:{height:"1em"}},{children:e.jsx("path",{d:"M298 177.5c3.8-8.8 2-19-4.6-26l-116-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-116 144c-6.6 7-8.4 17.2-4.6 26S34.4 192 44 192l72 0 0 288c0 17.7 14.3 32 32 32l24 0c17.7 0 32-14.3 32-32l0-288 72 0c9.6 0 18.2-5.7 22-14.5z"})}))},cn=function(t){var i=t.children,a=n.useRef({}),s=n.useCallback(function(e,n){return!!a.current[n]&&a.current[n].find(function(n){return n===e})},[]),l=n.useCallback(function(e,n){var t=e.clientWidth,r=e.scrollLeft;e.scrollWidth-t>0&&(n.scrollLeft=r)},[]),c=n.useCallback(function(e){e.onscroll=null},[]),u=n.useCallback(function(e,n){e.onscroll=function(){window.requestAnimationFrame(function(){n.forEach(function(n){var t;null===(t=a.current[n])||void 0===t||t.forEach(function(n){e!==n&&(c(n),l(e,n),window.requestAnimationFrame(function(){var e=Object.keys(a.current).filter(function(e){return a.current[e].includes(n)});u(n,e)}))})})})}},[c,l]),d=n.useCallback(function(e,n){n.forEach(function(n){a.current[n]||(a.current[n]=[]),s(e,n)||(a.current[n].length>0&&l(a.current[n][0],e),a.current[n].push(e))}),u(e,n)},[s,l,u]),f=n.useCallback(function(e,n){n.forEach(function(n){if(s(e,n)){c(e);var t=a.current[n].indexOf(e);-1!==t&&a.current[n].splice(t,1)}})},[s,c]);return e.jsx(de.Provider,o({value:{registerPane:d,unregisterPane:f}},{children:r.default.Children.only(i)}))},un=function(e,n){var t=n.find(function(n){return n.accessor===e.accessor}),r=(null==t?void 0:t.label)||e.accessor,o=Ie[e.operator],i="";return void 0!==e.value?i="boolean"==typeof e.value?e.value?"True":"False":String(e.value):e.values&&Array.isArray(e.values)&&("between"===e.operator||"notBetween"===e.operator?i="".concat(e.values[0]," - ").concat(e.values[1]):"in"!==e.operator&&"notIn"!==e.operator||(i=e.values.join(", "))),"isEmpty"===e.operator||"isNotEmpty"===e.operator?"".concat(r,": ").concat(o):"".concat(r,": ").concat(o," ").concat(i)},dn=function(){var n=y(),t=n.filters,r=n.handleClearFilter,i=n.headers,a=Object.values(t);return 0===a.length||a.length>0?null:e.jsx("div",o({className:"st-filter-bar"},{children:e.jsx("div",o({className:"st-filter-bar-content"},{children:e.jsx("div",o({className:"st-filter-chips"},{children:a.map(function(n){return e.jsxs("div",o({className:"st-filter-chip"},{children:[e.jsx("span",o({className:"st-filter-chip-text"},{children:un(n,i)})),e.jsx("button",o({className:"st-filter-chip-remove",onClick:function(){return r(n.accessor)},"aria-label":"Remove filter for ".concat(n.accessor)},{children:"×"}))]}),n.accessor)})}))}))}))},fn=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},hn=function(e){var n=e.externalFilterHandling,t=e.tableRows,r=e.filterState;return n?t:r&&0!==Object.keys(r).length?t.filter(function(e){return Object.values(r).every(function(n){try{return function(e,n){var t=n.operator,r=n.value,o=n.values;if(null==e)return"isEmpty"===t;if("isEmpty"===t)return!e||""===String(e).trim();if("isNotEmpty"===t)return e&&""!==String(e).trim();if("string"==typeof e||"contains"===t||"notContains"===t||"startsWith"===t||"endsWith"===t){var i=String(e).toLowerCase(),a=r?String(r).toLowerCase():"";switch(t){case"equals":return i===a;case"notEquals":return i!==a;case"contains":return i.includes(a);case"notContains":return!i.includes(a);case"startsWith":return i.startsWith(a);case"endsWith":return i.endsWith(a)}}if("number"==typeof e||!isNaN(Number(e))){var s=Number(e),l=Number(r);switch(t){case"equals":return s===l;case"notEquals":return s!==l;case"greaterThan":return s>l;case"lessThan":return s<l;case"greaterThanOrEqual":return s>=l;case"lessThanOrEqual":return s<=l;case"between":if(o&&2===o.length){var c=o.map(Number),u=c[0],d=c[1];return s>=u&&s<=d}return!1;case"notBetween":if(o&&2===o.length){var f=o.map(Number);return u=f[0],d=f[1],s<u||s>d}return!0}}if(e instanceof Date||!isNaN(Date.parse(e))){var h=new Date(e),v=new Date(String(r||"")),p=fn(h),g=fn(v);switch(t){case"equals":return p.getTime()===g.getTime();case"notEquals":return p.getTime()!==g.getTime();case"before":return p<g;case"after":return p>g;case"between":if(o&&2===o.length){var m=o.map(function(e){return fn(new Date(String(e||"")))}),w=m[0],x=m[1];return p>=w&&p<=x}return!1;case"notBetween":if(o&&2===o.length){var y=o.map(function(e){return fn(new Date(String(e||"")))});return w=y[0],x=y[1],p<w||p>x}return!0}}if("boolean"==typeof e){var b=Boolean(r);if("equals"===t)return e===b}if(Array.isArray(e)){var C=e.map(function(e){return"object"==typeof e&&null!==e?JSON.stringify(e):String(e)}).join(", ");e=C}if("in"===t||"notIn"===t){if(o&&Array.isArray(o)){var S=String(e),I=o.includes(S);return"in"===t?I:!I}return!1}var R=String(e).toLowerCase(),j=r?String(r).toLowerCase():"";switch(t){case"equals":return R===j;case"notEquals":return R!==j;default:return!0}}(e[n.accessor],n)}catch(e){return console.warn("Filter error for accessor ".concat(n.accessor,":"),e),!0}})}):t},vn=function(e){var t=e.rows,r=e.headers,i=e.rowGrouping;return n.useMemo(function(){if(!i||0===i.length)return t;var e=function(e){return we(e).filter(function(e){return e.aggregation})}(r);if(0===e.length)return t;var n=JSON.parse(JSON.stringify(t)),a=function(n,t){return void 0===t&&(t=0),n.map(function(n){var r=i[t],s=i[t+1],l=n[r];if(l&&v(l)){var c=a(l,t+1),u=o({},n);return u[r]=c,e.forEach(function(e){var n=pn(c,e.accessor,e.aggregation,s);void 0!==n&&(u[e.accessor]=n)}),u}return n})};return a(n)},[t,r,i])},pn=function(e,n,t,r){var o=[],i=function(e){e.forEach(function(e){var t=r?e[r]:void 0;r&&t&&v(t)?i(t):void 0!==e[n]&&null!==e[n]&&o.push(e[n])})};if(i(e),0!==o.length){if("custom"===t.type&&t.customFn)return t.customFn(o);var a,s=t.parseValue?o.map(t.parseValue).filter(function(e){return!isNaN(e)}):o.map(function(e){return"number"==typeof e?e:"string"==typeof e?parseFloat(e):NaN}).filter(function(e){return!isNaN(e)});if(0===s.length)return"count"===t.type?o.length:void 0;switch(t.type){case"sum":a=s.reduce(function(e,n){return e+n},0);break;case"average":a=s.reduce(function(e,n){return e+n},0)/s.length;break;case"count":a=o.length;break;case"min":a=Math.min.apply(Math,s);break;case"max":a=Math.max.apply(Math,s);break;default:return}return t.formatResult?t.formatResult(a):a}},gn=function(e){var t=e.rows,r=e.rowIdAccessor,o=e.onRowSelectionChange,i=e.enableRowSelection,a=void 0!==i&&i,s=n.useState(new Set),l=s[0],c=s[1],u=n.useCallback(function(e){return!!a&&function(e,n){return n.has(e)}(e,l)},[l,a]),d=n.useCallback(function(){return!!a&&function(e,n,t){return 0!==e.length&&e.every(function(e){return t.has(String(e[n]))})}(t,r,l)},[t,r,l,a]),f=n.useMemo(function(){return a?function(e){return e.size}(l):0},[l,a]),h=n.useMemo(function(){return a?function(e,n,t){return e.filter(function(e){return t.has(String(e[n]))})}(t,r,l):[]},[t,r,l,a]),v=n.useCallback(function(e,n){if(a){var i=function(e,n){var t=new Set(n);return t.has(e)?t.delete(e):t.add(e),t}(e,l);if(c(i),o){var s=t.find(function(n){return String(n[r])===e});s&&o({row:s,isSelected:n,selectedRows:i})}}},[l,t,r,o,a]),p=n.useCallback(function(e){var n;a&&(e?(n=function(e,n){return new Set(e.map(function(e){return String(e[n])}))}(t,r),o&&t.forEach(function(e){return o({row:e,isSelected:!0,selectedRows:n})})):(n=new Set,o&&l.forEach(function(e){var i=t.find(function(n){return String(n[r])===e});i&&o({row:i,isSelected:!1,selectedRows:n})})),c(n))},[t,r,o,l,a]),g=n.useCallback(function(e){if(a){var n=u(e);v(e,!n)}},[u,v,a]),m=n.useCallback(function(){if(a){if(o){var e=new Set;l.forEach(function(n){var i=t.find(function(e){return String(e[r])===n});i&&o({row:i,isSelected:!1,selectedRows:e})})}c(new Set)}},[l,t,r,o,a]);return{selectedRows:l,setSelectedRows:c,isRowSelected:u,areAllRowsSelected:d,selectedRowCount:f,selectedRowsData:h,handleRowSelect:v,handleSelectAll:p,handleToggleRow:g,clearSelection:m}},mn=function(t){var r=t.allowAnimations,l=void 0!==r&&r,c=t.cellUpdateFlash,f=void 0!==c&&c,h=t.columnEditorPosition,w=void 0===h?"right":h,y=t.columnEditorText,R=void 0===y?"Columns":y,j=t.columnReordering,E=void 0!==j&&j,k=t.columnResizing,N=void 0!==k&&k,F=t.defaultHeaders,A=t.editColumns,M=void 0!==A&&A,T=t.editColumnsInitOpen,H=void 0!==T&&T,D=t.enableRowSelection,L=void 0!==D&&D,B=t.expandAll,O=void 0===B||B,P=t.expandIcon,q=void 0===P?e.jsx(S,{className:"st-expand-icon"}):P,z=t.externalFilterHandling,Y=void 0!==z&&z,G=t.externalSortHandling,U=void 0!==G&&G,K=t.height,V=t.hideFooter,J=void 0!==V&&V,X=t.nextIcon,$=void 0===X?e.jsx(S,{className:"st-next-prev-icon"}):X,Q=t.onCellEdit,Z=t.onColumnOrderChange,ee=t.onFilterChange,ne=t.onGridReady,te=t.onLoadMore,re=t.onNextPage,oe=t.onRowSelectionChange,ie=t.onSortChange,ae=t.prevIcon,se=void 0===ae?e.jsx(C,{className:"st-next-prev-icon"}):ae,le=t.rowGrouping,ce=t.rowHeight,ue=void 0===ce?32:ce,de=t.rowIdAccessor,fe=t.rows,he=t.rowsPerPage,ve=void 0===he?10:he,pe=t.selectableCells,ge=void 0!==pe&&pe,me=t.selectableColumns,we=void 0!==me&&me,xe=t.shouldPaginate,ye=void 0!==xe&&xe,be=t.sortDownIcon,Se=void 0===be?e.jsx(sn,{className:"st-header-icon"}):be,Ie=t.sortUpIcon,Re=void 0===Ie?e.jsx(ln,{className:"st-header-icon"}):Ie,je=t.tableRef,Ee=t.theme,ke=void 0===Ee?"light":Ee,Ne=t.useHoverRowBackground,Fe=void 0===Ne||Ne,Ae=t.useOddEvenRowBackground,Me=void 0===Ae||Ae,Te=t.useOddColumnBackground,He=void 0!==Te&&Te;He&&(Me=!1);var De=n.useReducer(function(e){return e+1},0)[1],Le=n.useRef(null),Be=n.useRef(null),Oe=n.useRef(null),We=n.useRef(null),Pe=n.useRef(null),qe=n.useRef(null),ze=n.useRef(null),Ye=n.useState(1),Ge=Ye[0],Ue=Ye[1],Ke=n.useState(F),Ve=Ke[0],_e=Ke[1],$e=n.useState(!1),en=$e[0],nn=$e[1],tn=n.useState(!1),rn=tn[0],on=tn[1];n.useEffect(function(){_e(F)},[F]);var un=gn({rows:fe,rowIdAccessor:de,onRowSelectionChange:oe,enableRowSelection:L}),fn=un.selectedRows,pn=un.setSelectedRows,mn=un.isRowSelected,wn=un.areAllRowsSelected,xn=un.selectedRowCount,yn=un.selectedRowsData,bn=un.handleRowSelect,Cn=un.handleSelectAll,Sn=un.handleToggleRow,In=un.clearSelection,Rn=n.useMemo(function(){var e;return!L||(null===(e=null==Ve?void 0:Ve[0])||void 0===e?void 0:e.isSelectionColumn)?Ve:s([{accessor:"__row_selection__",label:"",width:42,isEditable:!1,type:"boolean",pinned:"left",isSelectionColumn:!0,isSortable:!1,filterable:!1,align:"center"}],Ve,!0)},[L,Ve]),jn=n.useState(0),En=jn[0],kn=jn[1],Nn=n.useState(new Set),Fn=Nn[0],An=Nn[1],Mn=function(e){var t=e.tableBodyContainerRef,r=n.useState(0),o=r[0],i=r[1];return n.useLayoutEffect(function(){if(t.current){var e=t.current.offsetWidth-t.current.clientWidth;i(e)}},[t]),{setScrollbarWidth:i,scrollbarWidth:o,tableBodyContainerRef:t}}({tableBodyContainerRef:qe}),Tn=Mn.scrollbarWidth,Hn=Mn.setScrollbarWidth,Dn=n.useMemo(function(){var e=Ce({headers:Rn});return{mainBodyWidth:e.mainWidth,pinnedLeftWidth:e.leftWidth,pinnedRightWidth:e.rightWidth}},[Rn]),Ln=Dn.mainBodyWidth,Bn=Dn.pinnedLeftWidth,On=Dn.pinnedRightWidth,Wn=function(e){var t=e.height,r=e.rowHeight;return n.useMemo(function(){var e;if(!t)return window.innerHeight-r;var n=document.querySelector(".simple-table-root"),o=0;if(t.endsWith("px"))o=parseInt(t,10);else if(t.endsWith("vh")){var i=parseInt(t,10);o=window.innerHeight*i/100}else if(t.endsWith("%")){var a=parseInt(t,10);o=((null===(e=null==n?void 0:n.parentElement)||void 0===e?void 0:e.clientHeight)||window.innerHeight)*a/100}else o=window.innerHeight;return Math.max(0,o-r)},[t,r])}({height:K,rowHeight:ue}),Pn=vn({rows:fe,headers:Ve,rowGrouping:le}),qn=function(e){var t=e.rows,r=e.externalFilterHandling,i=e.onFilterChange,a=n.useState({}),s=a[0],l=a[1],c=n.useMemo(function(){return hn({externalFilterHandling:r,tableRows:t,filterState:s})},[t,s,r]),u=n.useCallback(function(e){var n,t=o(o({},s),((n={})[e.accessor]=e,n));l(t),null==i||i(t)},[s,i]),d=n.useCallback(function(e){var n=o({},s);delete n[e],l(n),null==i||i(n)},[s,i]),f=n.useCallback(function(){l({}),null==i||i({})},[i]),h=n.useCallback(function(e){var n,i=o(o({},s),((n={})[e.accessor]=e,n));return hn({externalFilterHandling:r,tableRows:t,filterState:i})},[s,t,r]);return{filteredRows:c,updateFilter:u,clearFilter:d,clearAllFilters:f,filters:s,computeFilteredRowsPreview:h}}({rows:Pn,externalFilterHandling:Y,onFilterChange:ee}),zn=qn.filters,Yn=qn.filteredRows,Gn=qn.updateFilter,Un=qn.clearFilter,Kn=qn.clearAllFilters,Vn=qn.computeFilteredRowsPreview,Jn=function(e){var t=e.headers,r=e.tableRows,i=e.externalSortHandling,a=e.onSortChange,s=e.rowGrouping,l=n.useState(null),c=l[0],u=l[1],d=n.useCallback(function(e){var n=e.groupingKeys,t=e.headers,r=e.rows,i=e.sortColumn,a=Qe({headers:t,rows:r,sortColumn:i});return n&&0!==n.length?a.map(function(e){var r,a=n[0],s=e[a];if(v(s)){var l=d({rows:s,sortColumn:i,headers:t,groupingKeys:n.slice(1)});return o(o({},e),((r={})[a]=l,r))}return e}):a},[]),f=n.useMemo(function(){return Ze({externalSortHandling:i,tableRows:r,sortColumn:c,rowGrouping:s,headers:t,sortNestedRows:d})},[r,c,t,i,s,d]),h=n.useCallback(function(e){var n=function(t){for(var r=0,o=t;r<o.length;r++){var i=o[r];if(i.accessor===e)return i;if(i.children&&i.children.length>0){var a=n(i.children);if(a)return a}}},r=n(t);if(r){var o=null;c&&c.key.accessor===e?"ascending"===c.direction&&(o={key:r,direction:"descending"}):o={key:r,direction:"ascending"},u(o),null==a||a(o)}},[c,t,a]),p=n.useCallback(function(e){var n=function(t){for(var r=0,o=t;r<o.length;r++){var i=o[r];if(i.accessor===e)return i;if(i.children&&i.children.length>0){var a=n(i.children);if(a)return a}}},o=n(t);if(!o)return r;var a=null;return c&&c.key.accessor===e?"ascending"===c.direction&&(a={key:o,direction:"descending"}):a={key:o,direction:"ascending"},Ze({externalSortHandling:i,tableRows:r,sortColumn:a,rowGrouping:s,headers:t,sortNestedRows:d})},[c,t,r,i,s,d]);return{sort:c,sortedRows:f,updateSort:h,computeSortedRowsPreview:p}}({headers:Ve,tableRows:Yn,externalSortHandling:U,onSortChange:ie,rowGrouping:le}),Xn=Jn.sort,_n=Jn.sortedRows,$n=Jn.updateSort,Qn=function(e){var t=e.allowAnimations,r=e.sortedRows,i=e.originalRows,a=e.currentPage,l=e.rowsPerPage,c=e.shouldPaginate,u=e.rowGrouping,d=e.rowIdAccessor,f=e.unexpandedRows,h=e.expandAll,v=e.contentHeight,m=e.rowHeight,w=e.scrollTop,x=e.computeFilteredRowsPreview,y=e.computeSortedRowsPreview,b=n.useState(!1),C=b[0],S=b[1],R=n.useState([]),j=R[0],E=R[1],k=n.useRef([]),N=n.useRef([]),F=n.useRef(new Map),A=n.useRef(null),M=n.useCallback(function(e){var n=c?e.slice((a-1)*l,a*l):e;return u&&0!==u.length?g({rows:n,rowGrouping:u,rowIdAccessor:d,unexpandedRows:f,expandAll:h}):n.map(function(e,n){return{row:e,depth:0,groupingKey:void 0,position:n,isLastGroupRow:!1}})},[a,l,c,u,d,f,h]);n.useMemo(function(){if(0===F.current.size){var e=M(i),n=new Map;e.forEach(function(e){var t=String(p({row:e.row,rowIdAccessor:d}));n.set(t,e.position)}),F.current=n}},[i,M,d]);var T=n.useMemo(function(){return M(r)},[r,M]),H=n.useMemo(function(){return I({bufferRowCount:5,contentHeight:v,tableRows:T,rowHeight:m,scrollTop:w})},[T,v,m,w]),D=n.useCallback(function(e,n){var t=new Set(e.map(function(e){return String(p({row:e.row,rowIdAccessor:d}))})),r=new Set(n.map(function(e){return String(p({row:e.row,rowIdAccessor:d}))}));return{staying:n.filter(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return t.has(n)}),entering:n.filter(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return!t.has(n)}),leaving:e.filter(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return!r.has(n)})}},[d]),L=n.useMemo(function(){if(0===k.current.length)return!1;var e=T.map(function(e){return String(p({row:e.row,rowIdAccessor:d}))}),n=k.current.map(function(e){return String(p({row:e.row,rowIdAccessor:d}))});return e.length!==n.length||!e.every(function(e,t){return e===n[t]})},[T,d]);n.useLayoutEffect(function(){if(!C){if(!t||c)return E([]),k.current=T,void(N.current=H);if(0===k.current.length)return E([]),k.current=T,void(N.current=H);if(!L)return E([]),k.current=T,void(N.current=H);A.current={tableRows:T,visibleRows:H},S(!0)}},[t,T,L,C,c,H]),n.useLayoutEffect(function(){if(C&&A.current&&j.length>0){var e=setTimeout(function(){var e=A.current;S(!1),E([]),k.current=e.tableRows,N.current=e.visibleRows,A.current=null},_.duration+100);return function(){return clearTimeout(e)}}},[C,j.length]);var B=n.useMemo(function(){if(!t||c)return H;if(j.length>0){var e=new Map;return T.forEach(function(n){var t=String(p({row:n.row,rowIdAccessor:d}));e.set(t,n.position)}),j.map(function(n){var t=String(p({row:n.row,rowIdAccessor:d})),r=e.get(t);return void 0!==r?o(o({},n),{position:r}):n})}return H},[H,j,T,t,c,d]),O=n.useCallback(function(e){if(t&&!c){var n=x(e),r=M(n),o=I({bufferRowCount:5,contentHeight:v,tableRows:r,rowHeight:m,scrollTop:w}),i=D(H,o).entering.map(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return T.find(function(e){return String(p({row:e.row,rowIdAccessor:d}))===n})||e}).filter(Boolean);i.length>0&&E(s(s([],H,!0),i,!0))}},[t,c,x,M,v,m,w,D,T,H,d]),W=n.useCallback(function(e){if(t&&!c){var n=y(e),r=M(n),o=I({bufferRowCount:5,contentHeight:v,tableRows:r,rowHeight:m,scrollTop:w}),i=D(H,o).entering.map(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return T.find(function(e){return String(p({row:e.row,rowIdAccessor:d}))===n})||e}).filter(Boolean);i.length>0&&E(s(s([],H,!0),i,!0))}},[t,c,y,M,v,m,w,D,T,H,d]);return{currentTableRows:T,currentVisibleRows:H,isAnimating:C,prepareForFilterChange:O,prepareForSortChange:W,rowsToRender:B}}({allowAnimations:l,sortedRows:_n,originalRows:Pn,currentPage:Ge,rowsPerPage:ve,shouldPaginate:ye,rowGrouping:le,rowIdAccessor:de,unexpandedRows:Fn,expandAll:O,contentHeight:Wn,rowHeight:ue,scrollTop:En,computeFilteredRowsPreview:Vn,computeSortedRowsPreview:Jn.computeSortedRowsPreview}),Zn=Qn.currentTableRows,et=Qn.rowsToRender,nt=Qn.prepareForFilterChange,tt=Qn.prepareForSortChange,rt=Qn.isAnimating,ot=n.useRef(new Map),it=function(e){var t=e.selectableCells,r=e.headers,o=e.tableRows,s=e.rowIdAccessor,l=e.onCellEdit,c=e.cellRegistry,u=n.useState(new Set),f=u[0],h=u[1],v=n.useState(new Set),g=v[0],w=v[1],x=n.useState(null),y=x[0],b=x[1],C=n.useState(null),S=C[0],I=C[1],R=n.useState(new Set),j=R[0],E=R[1],k=n.useState(new Set),N=k[0],F=k[1],A=n.useRef(!1),M=n.useRef(null),T=n.useMemo(function(){return r.flatMap(d)},[r]),H=n.useCallback(function(){var e=T.filter(function(e){return!e.hide}),n=new Map;e.forEach(function(e,t){n.set(t,e.accessor)});var t=Array.from(f).reduce(function(e,t){var r,i=t.split("-").map(Number),a=i[0],s=i[1];e[a]||(e[a]=[]);var l=n.get(s);return l&&(null===(r=o[a])||void 0===r?void 0:r.row)?e[a][s]=o[a].row[l]:e[a][s]="",e},{}),r=Object.values(t).map(function(e){return Object.values(e).join("\t")}).join("\n");f.size>0&&(navigator.clipboard.writeText(r),E(new Set(f)),setTimeout(function(){E(new Set)},800))},[T,f,o]),D=n.useCallback(function(){return i(void 0,void 0,void 0,function(){var e,n,t,r,i,u,d,f;return a(this,function(a){switch(a.label){case 0:if(!S)return[2];a.label=1;case 1:return a.trys.push([1,3,,4]),[4,navigator.clipboard.readText()];case 2:return(e=a.sent())?0===(n=e.split("\n").filter(function(e){return e.length>0})).length?[2]:(t=T.filter(function(e){return!e.hide}),r=new Set,i=new Set,u=S.rowIndex,d=S.colIndex,n.forEach(function(e,n){e.split("\t").forEach(function(e,a){var f=u+n,h=d+a;if(!(f>=o.length||h>=t.length)){var v=o[f],g=t[h],w=p({row:v.row,rowIdAccessor:s});if(null==g?void 0:g.isEditable){var x=e;if("number"===g.type){var y=Number(e);isNaN(y)||(x=y)}else if("boolean"===g.type)x="true"===e.toLowerCase()||"1"===e;else if("date"===g.type){var b=new Date(e);isNaN(b.getTime())||(x=b)}if(v.row[g.accessor]=x,c){var C="".concat(w,"-").concat(g.accessor),S=c.get(C);S&&S.updateContent(x)}null==l||l({accessor:g.accessor,newValue:x,row:v.row,rowIndex:f});var I=m({colIndex:h,rowIndex:f,rowId:w});r.add(I)}else{var R=m({colIndex:h,rowIndex:f,rowId:w});i.add(R)}}})}),r.size>0&&(E(r),setTimeout(function(){E(new Set)},800)),i.size>0&&(F(i),setTimeout(function(){F(new Set)},800)),[3,4]):[2];case 3:return f=a.sent(),console.warn("Failed to paste from clipboard:",f),[3,4];case 4:return[2]}})})},[S,T,o,s,l,c]),L=n.useCallback(function(){if(0!==f.size){var e=T.filter(function(e){return!e.hide}),n=new Map;e.forEach(function(e,t){n.set(t,e.accessor)});var t=new Set,r=new Set;Array.from(f).forEach(function(n){var i=n.split("-").map(Number),a=i[0],u=i[1];if(!(a>=o.length||u>=e.length)){var d=o[a],f=e[u],h=p({row:d.row,rowIdAccessor:s});if(null==f?void 0:f.isEditable){var v=null;if(v="string"===f.type?"":"number"===f.type?null:"boolean"!==f.type&&("date"===f.type?null:Array.isArray(d.row[f.accessor])?[]:""),d.row[f.accessor]=v,c){var g="".concat(h,"-").concat(f.accessor),m=c.get(g);m&&m.updateContent(v)}null==l||l({accessor:f.accessor,newValue:v,row:d.row,rowIndex:a}),t.add(n)}else r.add(n)}}),t.size>0&&(E(t),setTimeout(function(){E(new Set)},800)),r.size>0&&(F(r),setTimeout(function(){F(new Set)},800))}},[f,T,o,s,l,c]),B=n.useCallback(function(e,n){for(var t=new Set,r=Math.min(e.rowIndex,n.rowIndex),i=Math.max(e.rowIndex,n.rowIndex),a=Math.min(e.colIndex,n.colIndex),l=Math.max(e.colIndex,n.colIndex),c=r;c<=i;c++)for(var u=a;u<=l;u++)if(c>=0&&c<o.length){var d=p({row:o[c].row,rowIdAccessor:s});t.add(m({colIndex:u,rowIndex:c,rowId:d}))}w(new Set),b(null),h(t)},[o,s,w,b,h]),O=n.useCallback(function(e){if(e.rowIndex>=0&&e.rowIndex<o.length&&e.colIndex>=0&&e.colIndex<T.length){var n=m(e);w(new Set),b(null),h(new Set([n])),I(e)}},[T.length,o.length,w,b,h,I]),W=n.useCallback(function(e,n){void 0===n&&(n=!1),h(new Set),I(null),w(function(t){var r=new Set(n?t:[]);return e.forEach(function(e){return r.add(e)}),r}),e.length>0&&b(e[e.length-1])},[h,I,w,b]);n.useEffect(function(){var e=function(e){var n;if(t&&S){var r=S.rowIndex,i=S.colIndex,a=S.rowId;if(!e.ctrlKey&&!e.metaKey||"c"!==e.key){if((e.ctrlKey||e.metaKey)&&"v"===e.key)return e.preventDefault(),void D();if("Delete"===e.key||"Backspace"===e.key)return e.preventDefault(),void L();if(p({row:null===(n=o[r])||void 0===n?void 0:n.row,rowIdAccessor:s})!==a){var l=o.findIndex(function(e,n){return p({row:e.row,rowIdAccessor:s})===a});if(-1===l)return;r=l}if("ArrowUp"===e.key){if(e.preventDefault(),r>0){var c=p({row:o[r-1].row,rowIdAccessor:s});O({rowIndex:r-1,colIndex:i,rowId:c})}}else"ArrowDown"===e.key?(e.preventDefault(),r<o.length-1&&(c=p({row:o[r+1].row,rowIdAccessor:s}),O({rowIndex:r+1,colIndex:i,rowId:c}))):"ArrowLeft"===e.key||"Tab"===e.key&&e.shiftKey?(e.preventDefault(),i>0&&(c=p({row:o[r].row,rowIdAccessor:s}),O({rowIndex:r,colIndex:i-1,rowId:c}))):"ArrowRight"===e.key||"Tab"===e.key?(e.preventDefault(),i<T.length-1&&(c=p({row:o[r].row,rowIdAccessor:s}),O({rowIndex:r,colIndex:i+1,rowId:c}))):"Escape"===e.key&&(h(new Set),w(new Set),b(null),M.current=null,I(null))}else H()}};return document.addEventListener("keydown",e),function(){document.removeEventListener("keydown",e)}},[H,T.length,S,s,B,O,t,o,D,L]);var P=n.useCallback(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=m({colIndex:n,rowIndex:t,rowId:r}),i=f.has(o),a=g.has(n);return i||a},[f,g]),q=n.useCallback(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,i=[],a=o[t-1]?p({row:o[t-1].row,rowIdAccessor:s}):null,l=o[t+1]?p({row:o[t+1].row,rowIdAccessor:s}):null,c=null!==a?{colIndex:n,rowIndex:t-1,rowId:a}:null,u=null!==l?{colIndex:n,rowIndex:t+1,rowId:l}:null,d={colIndex:n-1,rowIndex:t,rowId:r},f={colIndex:n+1,rowIndex:t,rowId:r};return(!c||!P(c)||g.has(n)&&0===t)&&i.push("st-selected-top-border"),(!u||!P(u)||g.has(n)&&t===o.length-1)&&i.push("st-selected-bottom-border"),P(d)||i.push("st-selected-left-border"),P(f)||i.push("st-selected-right-border"),i.join(" ")},[P,o,g,s]),z=n.useMemo(function(){return S?function(e){var n=e.rowIndex,t=e.colIndex,r=e.rowId;return n===S.rowIndex&&t===S.colIndex&&r===S.rowId}:function(){return!1}},[S]),Y=n.useCallback(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=m({colIndex:n,rowIndex:t,rowId:r});return j.has(o)},[j]),G=n.useCallback(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=m({colIndex:n,rowIndex:t,rowId:r});return N.has(o)},[N]);return{getBorderClass:q,handleMouseDown:function(e){var n=e.colIndex,r=e.rowIndex,o=e.rowId;t&&(A.current=!0,M.current={rowIndex:r,colIndex:n,rowId:o},setTimeout(function(){w(new Set),b(null);var e=m({colIndex:n,rowIndex:r,rowId:o});h(new Set([e])),I({rowIndex:r,colIndex:n,rowId:o})},0))},handleMouseOver:function(e){var n=e.colIndex,r=e.rowIndex;if(e.rowId,t&&A.current&&M.current){for(var i=new Set,a=Math.min(M.current.rowIndex,r),l=Math.max(M.current.rowIndex,r),c=Math.min(M.current.colIndex,n),u=Math.max(M.current.colIndex,n),d=a;d<=l;d++)for(var f=c;f<=u;f++)if(d>=0&&d<o.length){var v=p({row:o[d].row,rowIdAccessor:s});i.add(m({colIndex:f,rowIndex:d,rowId:v}))}h(i)}},handleMouseUp:function(){A.current=!1},isCopyFlashing:Y,isWarningFlashing:G,isInitialFocusedCell:z,isSelected:P,lastSelectedColumnIndex:y,pasteFromClipboard:D,selectColumns:W,selectedCells:f,selectedColumns:g,setInitialFocusedCell:I,setSelectedCells:h,setSelectedColumns:w,deleteSelectedCells:L}}({selectableCells:ge,headers:Ve,tableRows:Zn,rowIdAccessor:de,onCellEdit:Q,cellRegistry:ot.current}),at=it.getBorderClass,st=it.handleMouseDown,lt=it.handleMouseOver,ct=it.handleMouseUp,ut=it.isCopyFlashing,dt=it.isInitialFocusedCell,ft=it.isSelected,ht=it.isWarningFlashing,vt=it.selectColumns,pt=it.selectedCells,gt=it.selectedColumns,mt=it.setInitialFocusedCell,wt=it.setSelectedCells,xt=it.setSelectedColumns,yt=n.useCallback(function(e){tt(e),setTimeout(function(){$n(e)},0)},[tt,$n]),bt=n.useCallback(function(e){_e(e)},[]);!function(e){var t=e.selectableColumns,r=e.selectedCells,o=e.selectedColumns,i=e.setSelectedCells,a=e.setSelectedColumns;n.useEffect(function(){var e=function(e){var n=e.target;n.closest(".st-cell")||t&&(n.classList.contains("st-header-cell")||n.classList.contains("st-header-label"))||(r.size>0&&i(new Set),o.size>0&&a(new Set))};return document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[t,r,o,i,a])}({selectableColumns:we,selectedCells:pt,selectedColumns:gt,setSelectedCells:wt,setSelectedColumns:xt}),function(e){var t=e.forceUpdate,r=e.tableBodyContainerRef,o=e.setScrollbarWidth;n.useLayoutEffect(function(){var e=function(){if(t(),r.current){var e=r.current.offsetWidth-r.current.clientWidth;o(e)}};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[t,r,o])}({forceUpdate:De,tableBodyContainerRef:qe,setScrollbarWidth:Hn}),function(e){var t=e.onGridReady;n.useEffect(function(){null==t||t()},[t])}({onGridReady:ne}),function(e){var t=e.tableRef,r=e.rows,o=e.rowIdAccessor,i=e.cellRegistryRef;n.useEffect(function(){t&&(t.current={updateData:function(e){var n=e.accessor,t=e.rowIndex,a=e.newValue,s=null==r?void 0:r[t];if(s){var l=p({row:s,rowIdAccessor:o}),c=u({rowId:l,accessor:n}),d=i.current.get(c);d&&d.updateContent(a),void 0!==s[n]&&(s[n]=a)}}})},[i,r,o,t])}({cellRegistryRef:ot,rowIdAccessor:de,rows:fe,tableRef:je}),function(e){var t=e.filters,r=e.onFilterChange;n.useEffect(function(){null==r||r(t)},[t,r])}({filters:zn,onFilterChange:ee}),function(e){var t=e.sort,r=e.onSortChange,o=W(t);n.useEffect(function(){!t||(null==o?void 0:o.key.accessor)===t.key.accessor&&(null==o?void 0:o.direction)===t.direction?!t&&o&&(null==r||r(null)):null==r||r(t)},[t,o,r])}({sort:Xn,onSortChange:ie});var Ct=n.useCallback(function(e){nt(e),setTimeout(function(){Gn(e)},0)},[nt,Gn]);return e.jsx(x,o({value:{allowAnimations:l,areAllRowsSelected:wn,cellRegistry:ot.current,cellUpdateFlash:f,clearSelection:In,columnReordering:E,columnResizing:N,draggedHeaderRef:Le,editColumns:M,enableRowSelection:L,expandIcon:q,filters:zn,forceUpdate:De,getBorderClass:at,handleApplyFilter:Ct,handleClearAllFilters:Kn,handleClearFilter:Un,handleMouseDown:st,handleMouseOver:lt,handleRowSelect:bn,handleSelectAll:Cn,handleToggleRow:Sn,headerContainerRef:ze,headers:Rn,hoveredHeaderRef:Be,isAnimating:rt,isCopyFlashing:ut,isInitialFocusedCell:dt,isResizing:en,isRowSelected:mn,isScrolling:rn,isSelected:ft,isWarningFlashing:ht,mainBodyRef:Oe,nextIcon:$,onCellEdit:Q,onColumnOrderChange:Z,onLoadMore:te,onSort:yt,onTableHeaderDragEnd:bt,pinnedLeftRef:We,pinnedRightRef:Pe,prevIcon:se,rowGrouping:le,rowHeight:ue,rowIdAccessor:de,scrollbarWidth:Tn,selectColumns:vt,selectableColumns:we,selectedRows:fn,selectedRowCount:xn,selectedRowsData:yn,setHeaders:_e,setInitialFocusedCell:mt,setIsResizing:nn,setIsScrolling:on,setSelectedCells:wt,setSelectedColumns:xt,setSelectedRows:pn,setUnexpandedRows:An,shouldPaginate:ye,sortDownIcon:Se,sortUpIcon:Re,tableBodyContainerRef:qe,tableRows:Zn,theme:ke,unexpandedRows:Fn,useHoverRowBackground:Fe,useOddColumnBackground:He,useOddEvenRowBackground:Me}},{children:e.jsx("div",o({className:"simple-table-root st-wrapper theme-".concat(ke),style:K?{height:K}:{}},{children:e.jsx(cn,{children:e.jsxs("div",o({className:"st-wrapper-container"},{children:[e.jsx(dn,{}),e.jsxs("div",o({className:"st-content-wrapper",onMouseUp:ct,onMouseLeave:ct},{children:[e.jsx(Je,{pinnedLeftWidth:Bn,pinnedRightWidth:On,setScrollTop:kn,sort:Xn,tableRows:Zn,rowsToRender:et}),e.jsx(an,{columnEditorText:R,editColumns:M,editColumnsInitOpen:H,headers:Ve,position:w})]})),e.jsx(Xe,{mainBodyRef:Oe,mainBodyWidth:Ln,pinnedLeftWidth:Bn,pinnedRightWidth:On,tableBodyContainerRef:qe}),e.jsx(b,{currentPage:Ge,hideFooter:J,onPageChange:Ue,onNextPage:re,shouldPaginate:ye,totalPages:Math.ceil(_n.length/ve)})]}))})}))}))};exports.SimpleTable=function(t){var r=n.useState(!1),i=r[0],a=r[1];return n.useEffect(function(){a(!0)},[]),i?e.jsx(mn,o({},t)):null};
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react/jsx-runtime"),n=require("react");function t(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r=t(n),o=function(){return o=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++)for(var o in n=arguments[t])Object.prototype.hasOwnProperty.call(n,o)&&(e[o]=n[o]);return e},o.apply(this,arguments)};function i(e,n,t,r){return new(t||(t=Promise))(function(o,i){function a(e){try{l(r.next(e))}catch(e){i(e)}}function s(e){try{l(r.throw(e))}catch(e){i(e)}}function l(e){var n;e.done?o(e.value):(n=e.value,n instanceof t?n:new t(function(e){e(n)})).then(a,s)}l((r=r.apply(e,n||[])).next())})}function a(e,n){var t,r,o,i={label:0,sent:function(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]},a=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return a.next=s(0),a.throw=s(1),a.return=s(2),"function"==typeof Symbol&&(a[Symbol.iterator]=function(){return this}),a;function s(s){return function(l){return function(s){if(t)throw new TypeError("Generator is already executing.");for(;a&&(a=0,s[0]&&(i=0)),i;)try{if(t=1,r&&(o=2&s[0]?r.return:s[0]?r.throw||((o=r.return)&&o.call(r),0):r.next)&&!(o=o.call(r,s[1])).done)return o;switch(r=0,o&&(s=[2&s[0],o.value]),s[0]){case 0:case 1:o=s;break;case 4:return i.label++,{value:s[1],done:!1};case 5:i.label++,r=s[1],s=[0];continue;case 7:s=i.ops.pop(),i.trys.pop();continue;default:if(!(o=i.trys,(o=o.length>0&&o[o.length-1])||6!==s[0]&&2!==s[0])){i=0;continue}if(3===s[0]&&(!o||s[1]>o[0]&&s[1]<o[3])){i.label=s[1];break}if(6===s[0]&&i.label<o[1]){i.label=o[1],o=s;break}if(o&&i.label<o[2]){i.label=o[2],i.ops.push(s);break}o[2]&&i.ops.pop(),i.trys.pop();continue}s=n.call(e,i)}catch(e){s=[6,e],r=0}finally{t=o=0}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0}}([s,l])}}}function s(e,n,t){if(t||2===arguments.length)for(var r,o=0,i=n.length;o<i;o++)!r&&o in n||(r||(r=Array.prototype.slice.call(n,0,o)),r[o]=n[o]);return e.concat(r||Array.prototype.slice.call(n))}"function"==typeof SuppressedError&&SuppressedError;var l=function(e){var n=e.accessor,t=e.rowId;return"".concat(t,"-").concat(n)},c=function(e){var n=e.header,t=e.pinned;return n.hide?null:!t&&!n.pinned||n.pinned===t||null},u=function(e){var n=e.rowId,t=e.accessor;return"".concat(n,"-").concat(t)},d=function(e){return e.hide?[]:e.children&&0!==e.children.length?e.children.flatMap(function(e){return d(e)}):[e]},f=function(e){var n,t=e.width;"string"==typeof t&&t.includes("fr")&&(e.width=(null===(n=document.getElementById(l({accessor:e.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth)||150),e.children&&e.children.forEach(function(e){f(e)})},h=function(e){return"number"==typeof e.minWidth?e.minWidth:40},v=function(e){return Array.isArray(e)&&e.length>0&&"object"==typeof e[0]&&null!==e[0]},p=function(e){return e.row[e.rowIdAccessor]},g=function(e){var n=e.depth,t=void 0===n?0:n,r=e.expandAll,o=void 0!==r&&r,i=e.unexpandedRows,a=e.rowGrouping,s=void 0===a?[]:a,l=e.rowIdAccessor,c=e.rows,u=[],d=function(e,n,t){void 0===t&&(t=0);var r=t;return e.forEach(function(t,a){var c=p({row:t,rowIdAccessor:l}),f=s[n],h=0===n&&a===e.length-1;u.push({row:t,depth:n,groupingKey:f,position:r,isLastGroupRow:h}),r++;var g=String(c);if((o?!i.has(g):i.has(g))&&n<s.length){var m=function(e,n){var t=e[n];return v(t)?t:[]}(t,f);m.length>0&&(r=d(m,n+1,r))}}),r};return d(c,t),u},m=function(e){var n=e.rowIndex,t=e.colIndex,r=e.rowId;return"".concat(n,"-").concat(t,"-").concat(r)},w=n.createContext(void 0),x=function(n){var t=n.children,r=n.value;return e.jsx(w.Provider,o({value:r},{children:t}))},y=function(){var e=n.useContext(w);if(void 0===e)throw new Error("useTableContext must be used within a TableProvider");return e},b=function(t){var r=t.currentPage,s=t.hideFooter,l=t.onPageChange,c=t.onNextPage,u=t.shouldPaginate,d=t.totalPages,f=y(),h=f.nextIcon,v=f.prevIcon,p=n.useState(!0),g=p[0],m=p[1],w=!(r>1),x=!(r<d)&&!c||!g&&r===d;if(s||!u)return null;var b=function(){if(d<=15)return Array.from({length:d},function(e,n){return n+1});var e,n,t=[],o=15;if(r<=Math.ceil(7.5))e=1,n=14;else if(r>=d-Math.floor(7.5))e=Math.max(1,d-o+1),n=d;else{var i=Math.floor(7);e=r-i,n=r+(o-i-1)}for(var a=e;a<=n;a++)t.push(a);return n<d-1&&(t.push(-1),t.push(d)),t}();return e.jsxs("div",o({className:"st-footer"},{children:[e.jsx("button",o({className:"st-next-prev-btn ".concat(w?"disabled":""),onClick:function(){var e=r-1;e>=1&&l(e)},disabled:w},{children:v})),e.jsx("button",o({className:"st-next-prev-btn ".concat(x?"disabled":""),onClick:function(){return i(void 0,void 0,void 0,function(){var e,n;return a(this,function(t){switch(t.label){case 0:return e=r===d,n=r+1,c&&e?[4,c(r)]:[3,2];case 1:if(!t.sent())return m(!1),[2];t.label=2;case 2:return(n<=d||c)&&l(n),[2]}})})},disabled:x},{children:h})),b.map(function(n,t){return n<0?e.jsx("span",o({className:"st-page-ellipsis"},{children:"..."}),"ellipsis-".concat(n)):e.jsx("button",o({onClick:function(){return function(e){e>=1&&e<=d&&l(e)}(n)},className:"st-page-btn ".concat(r===n?"active":"")},{children:n}),"page-".concat(n))})]}))},C=function(n){var t=n.className;return e.jsx("svg",o({className:t,viewBox:"0 0 24 24",width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},{children:e.jsx("path",{d:"M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"})}))},S=function(n){var t=n.className;return e.jsx("svg",o({className:t,viewBox:"0 0 24 24",width:"24",height:"24",xmlns:"http://www.w3.org/2000/svg"},{children:e.jsx("path",{d:"M8.59 16.59L10 18l6-6-6-6-1.41 1.41L13.17 12z"})}))},I=function(e){var n=e.bufferRowCount,t=e.contentHeight,r=e.rowHeight,o=e.scrollTop,i=e.tableRows,a=r+1,s=Math.max(0,o-a*n),l=o+t+a*n,c=Math.max(0,Math.floor(s/a)),u=Math.min(i.length,Math.ceil(l/a));return i.slice(c,u)},R=function(e){return e.position*(e.rowHeight+1)-1},j=function(e){return e.position*(e.rowHeight+1)},E=function(t){var r=t.children,i=t.onClose,a=t.open,s=t.overflow,l=void 0===s?"auto":s,c=t.setOpen,u=t.width,d=t.containerRef,f=t.positioning,h=void 0===f?"fixed":f,v=y().mainBodyRef,p=n.useRef(null),g=n.useRef(null),m=n.useState("bottom-left"),w=m[0],x=m[1],b=n.useState({}),C=b[0],S=b[1],I=n.useState(!1),R=I[0],j=I[1];return n.useEffect(function(){a&&p.current?(j(!1),!g.current&&p.current.parentElement&&(g.current=p.current.parentElement),requestAnimationFrame(function(){if(p.current&&g.current){var e,n=p.current,t=g.current.getBoundingClientRect(),r=n.offsetHeight,o=u||n.offsetWidth,i=(e=(null==d?void 0:d.current)?d.current.getBoundingClientRect():(null==v?void 0:v.current)?v.current.getBoundingClientRect():{top:0,right:window.innerWidth,bottom:window.innerHeight,left:0,width:window.innerWidth,height:window.innerHeight,x:0,y:0,toJSON:function(){}}).bottom-t.bottom,a=t.top-e.top,s="bottom",l={};(r>i&&r<=a||r>i&&a>i)&&(s="top");var c="left";o>e.right-t.right+t.width&&(c="right"),"fixed"===h?("bottom"===s?l.top=t.bottom+4:l.bottom=window.innerHeight-t.top+4,"left"===c?l.left=t.left:l.right=window.innerWidth-t.right):("bottom"===s?l.top=t.height+4:l.bottom=t.height+4,"left"===c?l.left=0:l.right=0),x("".concat(s,"-").concat(c)),S(l),j(!0)}})):a||j(!1)},[a,u,d,v,h]),n.useEffect(function(){var e=function(e){if(a&&p.current){var n=e.target;p.current&&!p.current.contains(n)&&(c(!1),null==i||i())}};return a&&window.addEventListener("scroll",e,!0),function(){window.removeEventListener("scroll",e,!0)}},[a,i,c]),n.useEffect(function(){var e=function(e){if(p.current&&!p.current.contains(e.target)){var n=p.current.parentElement;n&&!n.contains(e.target)&&(c(!1),null==i||i())}};return a&&document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[i,a,c]),n.useEffect(function(){var e=function(e){"Escape"===e.key&&a&&(c(!1),null==i||i())};return a&&document.addEventListener("keydown",e),function(){document.removeEventListener("keydown",e)}},[i,a,c]),a?e.jsx("div",o({ref:p,className:"st-dropdown-content st-dropdown-".concat(w),onClick:function(e){return e.stopPropagation()},style:o(o({position:h,width:u?"".concat(u,"px"):"auto",visibility:R?"visible":"hidden"},C),{overflow:l})},{children:r})):null},k=function(n){var t=n.children,r=n.onClick,i=n.isSelected,a=void 0!==i&&i,s=n.disabled,l=void 0!==s&&s,c=n.className,u=void 0===c?"":c;return e.jsx("div",o({className:"st-dropdown-item ".concat(a?"selected":""," ").concat(l?"disabled":""," ").concat(u),onClick:function(){!l&&r&&r()},role:"option","aria-selected":a,"aria-disabled":l},{children:t}))},N=function(t){var r=t.onBlur,i=t.onChange,a=t.open,s=t.setOpen,l=t.value,c=n.useState(l),u=c[0],d=c[1],f=function(e){d(e),i(e),s(!1),r()};return e.jsxs(E,o({open:a,onClose:function(){r()},setOpen:s,width:120},{children:[e.jsx(k,o({isSelected:!0===u,onClick:function(){return f(!0)}},{children:"True"})),e.jsx(k,o({isSelected:!1===u,onClick:function(){return f(!1)}},{children:"False"}))]}))},F=function(t){var r=t.defaultValue,o=t.onBlur,i=t.onChange,a=n.useRef(null);return e.jsx("input",{className:"editable-cell-input",ref:a,autoFocus:!0,type:"text",defaultValue:null!=r?r:"",onBlur:o,onChange:function(e){var n=e.target.value;i(n)},onKeyDown:function(e){e.stopPropagation(),"Enter"!==e.key&&"Escape"!==e.key||o()},onMouseDown:function(e){e.stopPropagation()}})},A=function(t){var r=t.defaultValue,o=t.onBlur,i=t.onChange,a=n.useRef(null);return e.jsx("input",{className:"editable-cell-input",ref:a,autoFocus:!0,defaultValue:r.toString(),onBlur:o,onChange:function(e){var n=e.target.value;/^\d*\.?\d*$/.test(n)&&i(n)},onKeyDown:function(e){e.stopPropagation(),"Enter"!==e.key&&"Escape"!==e.key||o()},onMouseDown:function(e){e.stopPropagation()}})},M=function(t){var r,i,a=t.onChange,s=t.onClose,l=t.value,c=y(),u=c.nextIcon,d=c.prevIcon,f=n.useState(l||new Date),h=f[0],v=f[1],p=n.useState("days"),g=p[0],m=p[1],w=function(e,n){return new Date(e,n+1,0).getDate()};return e.jsxs("div",o({className:"st-datepicker"},{children:[e.jsxs("div",o({className:"st-datepicker-header"},{children:["days"===g&&e.jsxs(e.Fragment,{children:[e.jsx("button",o({onClick:function(){v(new Date(h.getFullYear(),h.getMonth()-1,1))},className:"st-datepicker-nav-btn"},{children:d})),e.jsxs("div",o({className:"st-datepicker-header-label",onClick:function(){return m("months")}},{children:[(i=h,i.toLocaleString("default",{month:"long"}))," ",h.getFullYear()]})),e.jsx("button",o({onClick:function(){v(new Date(h.getFullYear(),h.getMonth()+1,1))},className:"st-datepicker-nav-btn"},{children:u}))]}),"months"===g&&e.jsx("div",o({className:"st-datepicker-header-label",onClick:function(){return m("years")}},{children:h.getFullYear()})),"years"===g&&e.jsx("div",o({className:"st-datepicker-header-label"},{children:"Select Year"}))]})),e.jsxs("div",o({className:"st-datepicker-grid st-datepicker-".concat(g,"-grid")},{children:["days"===g&&function(){var n=[],t=h.getFullYear(),r=h.getMonth(),i=w(t,r),c=function(e,n){return new Date(e,n,1).getDay()}(t,r),u=w(t,r-1);["Su","Mo","Tu","We","Th","Fr","Sa"].forEach(function(t,r){n.push(e.jsx("div",o({className:"st-datepicker-weekday"},{children:t}),"header-".concat(r)))});for(var d=function(t){var r=u-c+t+1;n.push(e.jsx("div",o({className:"st-datepicker-day other-month",onClick:function(){return function(e){var n=new Date(h.getFullYear(),h.getMonth()-1,e);v(n),a(n),null==s||s()}(r)}},{children:r}),"prev-".concat(r)))},f=0;f<c;f++)d(f);for(var p=function(i){var c=i===(new Date).getDate()&&r===(new Date).getMonth()&&t===(new Date).getFullYear(),u=i===new Date(l).getDate()&&r===new Date(l).getMonth()&&t===new Date(l).getFullYear();n.push(e.jsx("div",o({className:"st-datepicker-day ".concat(c?"today":""," ").concat(u?"selected":""),onClick:function(){return function(e){var n=new Date(h.getFullYear(),h.getMonth(),e);v(n),a(n),null==s||s()}(i)}},{children:i}),"day-".concat(i)))},g=1;g<=i;g++)p(g);var m=35-(c+i),x=function(t){n.push(e.jsx("div",o({className:"st-datepicker-day other-month",onClick:function(){return function(e){var n=new Date(h.getFullYear(),h.getMonth()+1,e);v(n),a(n),null==s||s()}(t)}},{children:t}),"next-".concat(t)))};for(g=1;g<=m;g++)x(g);return n}(),"months"===g&&(r=[],Array.from({length:12},function(e,n){return new Date(2e3,n,1).toLocaleString("default",{month:"short"})}).forEach(function(n,t){var i=t===h.getMonth();r.push(e.jsx("div",o({className:"st-datepicker-month ".concat(i?"selected":""),onClick:function(){return function(e){v(new Date(h.getFullYear(),e,1)),m("days")}(t)}},{children:n}),"month-".concat(t)))}),r),"years"===g&&function(){for(var n=[],t=h.getFullYear(),r=t-6,i=function(r){var i=r===t;n.push(e.jsx("div",o({className:"st-datepicker-year ".concat(i?"selected":""),onClick:function(){return function(e){v(new Date(e,h.getMonth(),1)),m("months")}(r)}},{children:r}),"year-".concat(r)))},a=r;a<r+12;a++)i(a);return n}()]})),e.jsx("div",o({className:"st-datepicker-footer"},{children:e.jsx("button",o({className:"st-datepicker-today-btn",onClick:function(){var e=new Date;v(e),a(e),null==s||s()}},{children:"Today"}))}))]}))},T=function(e){if(!e)return new Date;var n=e.toString().split("-").map(Number),t=n[0],r=n[1],o=n[2],i=new Date;return i.setFullYear(t),i.setMonth(r-1),i.setDate(o),isNaN(i.getTime())?new Date:i},H=function(t){var r=t.onBlur,i=t.onChange,a=t.open,s=t.setOpen,l=t.value;n.useEffect(function(){var e=setTimeout(function(){var e=document.querySelector(".st-dropdown-container");e instanceof HTMLElement&&e.focus()},0);return function(){return clearTimeout(e)}},[]);var c=function(){r()};return e.jsx(E,o({open:a,onClose:c,setOpen:s,width:280},{children:e.jsx(M,{value:T(l),onChange:function(e){var n=e.toISOString().split("T")[0];i(n),s(!1),r()},onClose:c})}))},D=function(t){var r=t.onBlur,i=t.onChange,a=t.open,s=t.options,l=t.setOpen,c=t.value,u=n.useState(c||""),d=u[0],f=u[1];return e.jsx(E,o({open:a,onClose:function(){r()},setOpen:l,width:150},{children:e.jsx("div",o({className:"st-enum-dropdown-content"},{children:s.map(function(n){return e.jsx(k,o({isSelected:d===n.value,onClick:function(){return e=n.value,f(e),i(e),l(!1),void r();var e}},{children:n.label}),n.value)})}))}))},L=function(n){var t=n.enumOptions,r=void 0===t?[]:t,o=n.onChange,i=n.setIsEditing,a=n.type,s=void 0===a?"string":a,l=n.value,c=function(){i(!1)};if("boolean"===s&&"boolean"==typeof l)return e.jsx(N,{onBlur:c,onChange:function(e){return o(e)},open:!0,setOpen:i,value:l});if("date"===s)return e.jsx(H,{onBlur:c,onChange:o,open:!0,setOpen:i,value:l});if("enum"===s){var u="string"==typeof l?l:"";return e.jsx(D,{onBlur:c,onChange:o,open:!0,options:r,setOpen:i,value:u})}if("number"===s&&"number"==typeof l)return e.jsx(A,{defaultValue:l,onBlur:c,onChange:function(e){var n=""===e?0:parseFloat(e);o(isNaN(n)?0:n)}});var d=null==l?"":String(l);return e.jsx(F,{defaultValue:d,onBlur:c,onChange:o})},B=0,O=function(){return function(e){var n=e.callback,t=e.callbackProps,r=e.limit,o=Date.now();(0===B||o-B>=r)&&(B=o,n(t))}},W=function(e){var t=n.useRef(e);return n.useEffect(function(){JSON.stringify(t.current)!==JSON.stringify(e)&&(t.current=e)},[e]),t.current},P=function(e){if(null===e||"object"!=typeof e)return e;if(Array.isArray(e))return e.map(P);var n={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&(n[t]=P(e[t]));return n},q=function(e,n){return e.filter(function(e){return e.pinned===n}).some(function(e){return!e.hide})},z=Date.now(),Y={screenX:0,screenY:0},G=function(e,n,t){void 0===t&&(t=[]);for(var r=0;r<e.length;r++){var o=e[r];if(o.accessor===n)return s(s([],t,!0),[r],!1);if(o.children&&o.children.length>0){var i=G(o.children,n,s(s([],t,!0),[r],!1));if(i)return i}}return null},U=function(e){return"left"===e.pinned?"left":"right"===e.pinned?"right":"main"};function K(e,n,t){var r,i,a=P(e),s=!1;try{var l=U(t),c=a.findIndex(function(e){return e.accessor===n.accessor}),u=a.findIndex(function(e){return e.accessor===t.accessor});if(-1===c||-1===u)return{newHeaders:a,emergencyBreak:s=!0};var d=a.splice(c,1)[0],f=(r=l,i=o({},d),"left"===r?i.pinned="left":"right"===r?i.pinned="right":delete i.pinned,i),h=u;a.splice(h,0,f)}catch(e){console.error("Error in insertHeaderAcrossSections:",e),s=!0}return{newHeaders:a,emergencyBreak:s}}var V=function(e){var n=e.draggedHeaderRef,t=e.headers,r=e.hoveredHeaderRef,o=e.onColumnOrderChange,i=e.onTableHeaderDragEnd,a=y().setHeaders,l=W(t);return{handleDragStart:function(e){n.current=e,z=Date.now()},handleDragOver:function(e){var o=e.event,a=e.hoveredHeader;if(o.preventDefault(),t&&n.current){var s=o.currentTarget.getAnimations().some(function(e){return"running"===e.playState}),c=o.screenX,u=o.screenY,d=Math.sqrt(Math.pow(c-Y.screenX,2)+Math.pow(u-Y.screenY,2));r.current=a;var f,h=n.current,v=!1;if(U(h)!==U(a)){f=(C=K(t,h,a)).newHeaders,v=C.emergencyBreak}else{var p=t,g=G(p,h.accessor),m=G(p,a.accessor);if(!g||!m)return;var w=g.length,x=m.length,y=m;if(w!==x){var b=x-w;b>0&&(y=m.slice(0,-b))}var C=function(e,n,t){var r=P(e),o=!1;function i(e,n){for(var t=e,r=0;r<n.length-1;r++)t=t[n[r]].children;return t[n[n.length-1]]}function a(e,n,t){for(var r=e,i=0;i<n.length-1;i++){if(!r[n[i]].children){o=!0;break}r=r[n[i]].children}r[n[n.length-1]]=t}var s=i(r,n);return a(r,n,i(r,t)),a(r,t,s),{newHeaders:r,emergencyBreak:o}}(p,g,y);f=C.newHeaders,v=C.emergencyBreak}if(!(s||a.accessor===h.accessor||d<10||JSON.stringify(f)===JSON.stringify(t)||v)){var S=Date.now();JSON.stringify(f)===JSON.stringify(l)&&(S-z<1500||d<40)||(z=S,Y={screenX:c,screenY:u},i(f))}}},handleDragEnd:function(){n.current=null,r.current=null,setTimeout(function(){a(function(e){return s([],e,!0)}),null==o||o(t)},10)}}},J=function(){return"undefined"!=typeof window&&window.matchMedia("(prefers-reduced-motion: reduce)").matches},X={duration:180,easing:"cubic-bezier(0.2, 0.0, 0.2, 1)",delay:0},_={duration:200,easing:"cubic-bezier(0.2, 0.0, 0.2, 1)",delay:0},$={duration:150,easing:"ease-out",delay:0},Q=function(e){e.style.transition="",e.style.transitionDelay="",e.style.transform="",e.style.top="",e.style.willChange="",e.style.backfaceVisibility="",e.classList.remove("st-animating")},Z=function(e,n,t,r){return void 0===t&&(t={}),new Promise(function(r){e.offsetHeight,e.style.transition="transform ".concat(n.duration,"ms ").concat(n.easing),n.delay&&(e.style.transitionDelay="".concat(n.delay,"ms")),e.style.transform="translate3d(0, 0, 0)";var o=function(){Q(e),e.removeEventListener("transitionend",o),t.onComplete&&t.onComplete(),r()};e.addEventListener("transitionend",o),setTimeout(o,n.duration+(n.delay||0)+50)})},ee=function(e){var n=e.element,t=e.finalConfig,r=e.fromBounds,s=e.toBounds;return i(void 0,void 0,void 0,function(){var e,i,l;return a(this,function(a){switch(a.label){case 0:return e=function(e,n){var t="x"in e?e.x:e.left,r="y"in e?e.y:e.top;return{x:t-n.x,y:r-n.y}}(r,s),0===e.x&&0===e.y?[2]:J()&&!1!==t.respectReducedMotion?[2]:(i=Math.abs(e.x)>Math.abs(e.y),l=function(e,n){return void 0===e&&(e={}),J()?o(o({},$),e):o(o({},"column"===n?X:_),e)}(t,i?"column":"row"),Q(n),function(e,n){e.style.transform="translate3d(".concat(n.x,"px, ").concat(n.y,"px, 0)"),e.style.transition="none",e.style.willChange="transform",e.style.backfaceVisibility="hidden",e.classList.add("st-animating")}(n,e),[4,Z(n,l,t)]);case 1:return a.sent(),[2]}})})},ne=function(e){var n=e.element,t=e.options;return i(void 0,void 0,void 0,function(){var e,r,o,i,s,l,c,u,d,f,h,v,p,g,m,w;return a(this,function(a){return e=t.startY,r=t.endY,o=t.finalY,i=t.duration,s=void 0===i?300:i,l=t.easing,c=void 0===l?"cubic-bezier(0.2, 0.0, 0.2, 1)":l,u=t.delay,d=void 0===u?0:u,f=t.onComplete,h=t.respectReducedMotion,v=void 0===h||h,J()&&v?(void 0!==o&&(n.style.transform="",n.style.top="".concat(o,"px")),f&&f(),[2]):(p=n.getBoundingClientRect(),g=p.top,m=e-g,w=r-g,[2,new Promise(function(e){n.style.transition="",n.style.transitionDelay="",n.style.transform="",n.style.willChange="",n.style.backfaceVisibility="",n.classList.remove("st-animating"),n.style.transform="translate3d(0, ".concat(m,"px, 0)"),n.style.transition="none",n.style.willChange="transform",n.style.backfaceVisibility="hidden",n.classList.add("st-animating"),n.offsetHeight,n.style.transition="transform ".concat(s,"ms ").concat(c),d&&(n.style.transitionDelay="".concat(d,"ms")),n.style.transform="translate3d(0, ".concat(w,"px, 0)");var t=function(){n.style.transition="",n.style.transitionDelay="",n.style.transform="",n.style.willChange="",n.style.backfaceVisibility="",n.classList.remove("st-animating"),void 0!==o&&(n.style.top="".concat(o,"px")),n.removeEventListener("transitionend",t),f&&f(),e()};n.addEventListener("transitionend",t),setTimeout(t,s+(d||0)+50)})])})})},te=function(t){var r=t.children,i=t.id,a=t.parentRef,s=t.tableRow,l=function(e,n){var t={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&n.indexOf(r)<0&&(t[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)n.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(t[r[o]]=e[r[o]])}return t}(t,["children","id","parentRef","tableRow"]),c=y(),u=c.allowAnimations,d=c.isResizing,f=c.isScrolling,h=c.rowHeight,v=n.useRef(null),p=n.useRef(null),g=W(f),m=W(d);return n.useLayoutEffect(function(){var e,n,t,r;if(u&&v.current&&!d){var i=v.current.getBoundingClientRect(),l=p.current;if(!f)if(!g||f)if(!m||d){if(p.current=i,l){var c=i.x-l.x,w=i.y-l.y;if(!(Math.abs(c)<50&&Math.abs(w)<=5)){if(Math.abs(c)>5||Math.abs(w)>5){var x=o(o({},_),{onComplete:function(){v.current&&(v.current.style.zIndex="",v.current.style.position="",v.current.style.top="")}}),y=null===(e=null==a?void 0:a.current)||void 0===e?void 0:e.scrollTop,b=null===(n=null==a?void 0:a.current)||void 0===n?void 0:n.clientHeight,C=null===(t=null==a?void 0:a.current)||void 0===t?void 0:t.scrollHeight;if(void 0!==y&&void 0!==b&&void 0!==C){var S=5*h,I=y-S,R=y+b+S,j=l.y>I&&l.y<R,E=i.y>I&&i.y<R,k=i.y<y,N=i.y>y+b,F=null!==(r=null==s?void 0:s.position)&&void 0!==r?r:0,A=.6*h,M=function(e,n,t){var r=Math.min(Math.abs(e-n),Math.abs(e-t));return Math.min(900,Math.max(100,100+80*Math.log10(Math.max(1,r))))};if(j&&!E&&N){var T=y+b+M(i.y,y,y+b)+F%15*A*2.5+F%7*(.4*h);return void ne({element:v.current,options:{startY:l.y,endY:T,finalY:i.y,duration:x.duration,easing:x.easing,onComplete:x.onComplete}})}if(j&&!E&&k){T=y-M(i.y,y,y+b)-F%15*A*2.5-F%7*(.4*h);return void ne({element:v.current,options:{startY:l.y,endY:T,finalY:i.y,duration:x.duration,easing:x.easing,onComplete:x.onComplete}})}if(!j&&E&&l.y>y+b){var H=y+b+M(l.y,y,y+b)+F%10*A*1;return void ne({element:v.current,options:{startY:H,endY:i.y,duration:x.duration,easing:x.easing,onComplete:x.onComplete}})}if(!j&&E&&l.y<y){H=y-M(l.y,y,y+b)-F%10*A*1;return void ne({element:v.current,options:{startY:H,endY:i.y,duration:x.duration,easing:x.easing,onComplete:x.onComplete}})}}ee({element:v.current,fromBounds:l,toBounds:i,finalConfig:x})}}}}else p.current=i;else p.current=i}},[u,d,f,a,g,m,h,null==s?void 0:s.position,s]),e.jsx("div",o({ref:v,"data-animate-id":i,id:String(i)},l,{children:r}))};te.displayName="Animate";var re=function(n){var t=n.className,r=n.style;return e.jsx("svg",o({"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 448 512",className:t,style:o({height:"10px"},r)},{children:e.jsx("path",{d:"M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"})}))},oe=function(n){var t=n.checked,r=void 0!==t&&t,i=n.children,a=n.onChange;return e.jsxs("label",o({className:"st-checkbox-label"},{children:[e.jsx("input",{checked:r,className:"st-checkbox-input",onChange:function(){a&&a(!r)},type:"checkbox"}),e.jsx("span",o({className:"st-checkbox-custom ".concat(r?"st-checked":"")},{children:r&&e.jsx(re,{className:"st-checkbox-checkmark"})})),i]}))},ie=function(e){var n=e.content,t=e.header;return"boolean"==typeof n?n?"True":"False":Array.isArray(n)?0===n.length?"[]":n.map(function(e){return"object"==typeof e&&null!==e?JSON.stringify(e):String(e)}).join(", "):"date"===t.type&&null!==n&&("string"==typeof n||"number"==typeof n||"object"==typeof n&&n instanceof Date)?new Date(n).toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}):n},ae=function(t){var r=t.borderClass,i=t.colIndex,a=t.header,s=t.isHighlighted,c=t.isInitialFocused,d=t.nestedIndex,f=t.rowIndex,h=t.tableRow,g=y(),m=g.cellRegistry,w=g.cellUpdateFlash,x=g.draggedHeaderRef,b=g.enableRowSelection,C=g.expandIcon,S=g.handleMouseDown,I=g.handleMouseOver,R=g.handleRowSelect,j=g.headers,E=g.hoveredHeaderRef,k=g.isCopyFlashing,N=g.isRowSelected,F=g.isWarningFlashing,A=g.onCellEdit,M=g.onCellClick,T=g.onTableHeaderDragEnd,H=g.rowGrouping,D=g.rowIdAccessor,B=g.setUnexpandedRows,W=g.tableBodyContainerRef,P=g.theme,q=g.unexpandedRows,z=g.useOddColumnBackground,Y=h.depth,G=h.row,U=n.useState(G[a.accessor]),K=U[0],J=U[1],X=n.useState(!1),_=X[0],$=X[1],Q=n.useState(!1),Z=Q[0],ee=Q[1],ne=n.useRef(null),re=p({row:G,rowIdAccessor:D}),ae=H&&H[Y],se=!!ae&&function(e,n){if(!n)return!1;var t=e[n];return v(t)}(G,ae),le=!q.has(String(re)),ce=k({rowIndex:f,colIndex:i,rowId:re}),ue=F({rowIndex:f,colIndex:i,rowId:re}),de=V({draggedHeaderRef:x,headers:j,hoveredHeaderRef:E,onTableHeaderDragEnd:T}).handleDragOver,fe=O(),he=l({accessor:a.accessor,rowId:re}),ve=u({rowId:re,accessor:a.accessor}),pe=a.isSelectionColumn&&b;n.useEffect(function(){if(m){var e="".concat(re,"-").concat(a.accessor);return m.set(e,{updateContent:function(e){K!==e?(J(e),w&&(ee(!0),ne.current&&clearTimeout(ne.current),ne.current=setTimeout(function(){ee(!1)},800))):J(e)}}),function(){m.delete(e),ne.current&&clearTimeout(ne.current)}}},[m,w,re,a.accessor,K]),n.useEffect(function(){if(Z){var e=setTimeout(function(){ee(!1)},850);return function(){return clearTimeout(e)}}},[Z]),n.useEffect(function(){J(G[a.accessor])},[G,a.accessor]);var ge="boolean"===a.type||"date"===a.type||"enum"===a.type,me=Boolean(null==a?void 0:a.isEditable),we="st-cell ".concat(Y>0&&a.expandable?"st-cell-depth-".concat(Y):""," ").concat(s?c?"st-cell-selected-first ".concat(r):"st-cell-selected ".concat(r):""," ").concat(me?"clickable":""," ").concat(Z?c?"st-cell-updating-first":"st-cell-updating":""," ").concat(ce?c?"st-cell-copy-flash-first":"st-cell-copy-flash":""," ").concat(ue?c?"st-cell-warning-flash-first":"st-cell-warning-flash":""," ").concat(z?d%2==0?"even-column":"odd-column":""," ").concat(pe?"st-selection-cell":""),xe=n.useCallback(function(e){J(e),G[a.accessor]=e,null==A||A({accessor:a.accessor,newValue:e,row:G,rowIndex:f})},[a.accessor,A,G,f]),ye=n.useCallback(function(){B(function(e){var n=new Set(e),t=String(re);return n.has(t)?n.delete(t):n.add(t),n})},[re,B]);return!_||ge||pe?e.jsxs(te,o({className:we,"data-accessor":a.accessor,"data-col-index":i,"data-row-id":re,"data-row-index":f,id:he,onClick:function(){M&&!pe&&M({accessor:a.accessor,colIndex:i,row:G,rowId:re,rowIndex:f,value:K})},onDoubleClick:function(){return a.isEditable&&!pe&&$(!0)},onDragOver:function(e){pe||fe({callback:de,callbackProps:{event:e,hoveredHeader:a},limit:50})},onKeyDown:function(e){_||pe||"F2"!==e.key&&"Enter"!==e.key||!a.isEditable||_||(e.preventDefault(),$(!0))},onMouseDown:function(){_||pe||S({rowIndex:f,colIndex:i,rowId:re})},onMouseOver:function(){_||pe||I({rowIndex:f,colIndex:i,rowId:re})},parentRef:W,tableRow:h},{children:[a.expandable&&se?e.jsx("div",o({className:"st-icon-container st-expand-icon-container ".concat(le?"expanded":"collapsed"),onClick:ye},{children:C})):null,e.jsx("span",o({className:"st-cell-content ".concat("right"===a.align?"right-aligned":"center"===a.align?"center-aligned":"left-aligned")},{children:e.jsx("span",{children:pe?e.jsx(oe,{checked:!!N&&N(String(re)),onChange:function(e){R&&R(String(re),e)}}):a.cellRenderer?a.cellRenderer({accessor:a.accessor,colIndex:i,row:G,theme:P}):ie({content:K,header:a})})})),_&&ge&&!pe&&e.jsx(L,{enumOptions:a.enumOptions,onChange:xe,setIsEditing:$,type:a.type,value:K})]}),ve):e.jsx("div",o({className:"st-cell-editing",id:l({accessor:a.accessor,rowId:re}),onMouseDown:function(e){return e.stopPropagation()},onKeyDown:function(e){return e.stopPropagation()}},{children:e.jsx(L,{enumOptions:a.enumOptions,onChange:xe,setIsEditing:$,type:a.type,value:K})}))},se=function(n){var t=n.columnIndexStart,r=n.columnIndices,o=n.headers,i=n.pinned,a=n.rowIndex,s=n.rowIndices,u=n.tableRow,d=y().rowIdAccessor,f=o.filter(function(e){return c({header:e,pinned:i})});return e.jsx(e.Fragment,{children:f.map(function(n,c){var f=p({row:u.row,rowIdAccessor:d}),h=l({accessor:n.accessor,rowId:f});return e.jsx(le,{columnIndices:r,header:n,headers:o,nestedIndex:c+(null!=t?t:0),pinned:i,rowIndex:a,rowIndices:s,tableRow:u},h)})})},le=function(t){var r=t.columnIndices,o=t.header,i=t.headers,a=t.nestedIndex,s=t.pinned,u=t.rowIndex,d=t.rowIndices,f=t.tableRow,h=r[o.accessor],v=y(),g=v.getBorderClass,m=v.isSelected,w=v.isInitialFocusedCell,x=v.rowIdAccessor,b=p({row:f.row,rowIdAccessor:x});if(o.children){var C=o.children.filter(function(e){return c({header:e,pinned:s})});return e.jsx(n.Fragment,{children:C.map(function(n){var t=l({accessor:n.accessor,rowId:b});return e.jsx(le,{columnIndices:r,header:n,headers:i,nestedIndex:a,pinned:s,rowIndex:u,rowIndices:d,tableRow:f},t)})})}var S={rowIndex:u,colIndex:h,rowId:b},I=g(S),R=m(S),j=w(S),E=l({accessor:o.accessor,rowId:b});return e.jsx(ae,{borderClass:I,colIndex:h,header:o,isHighlighted:R,isInitialFocused:j,nestedIndex:a,rowIndex:u,tableRow:f},E)},ce=function(n){var t=n.columnIndices,r=n.columnIndexStart,i=n.gridTemplateColumns,a=n.headers,s=n.hoveredIndex,l=n.index,c=n.pinned,u=n.rowHeight,d=n.rowIndices,f=n.setHoveredIndex,h=n.tableRow,v=y(),g=v.useHoverRowBackground,m=v.rowIdAccessor,w=v.isAnimating,x=v.isRowSelected,b=h.position,C=b%2==0,S=p({row:h.row,rowIdAccessor:m}),I=!!x&&x(String(S));return e.jsx("div",o({className:"st-row ".concat(C?"even":"odd"," ").concat(s===l&&g?"hovered":""," ").concat(I?"selected":""),onMouseEnter:function(){w||f(l)},style:{gridTemplateColumns:i,top:j({position:b,rowHeight:u}),height:"".concat(u,"px")}},{children:e.jsx(se,{columnIndexStart:r,columnIndices:t,headers:a,pinned:c,rowIndex:b,rowIndices:d,tableRow:h},S)}))},ue=function(t){var r=t.displayStrongBorder,i=t.position,a=t.rowHeight,s=t.templateColumns,l=t.rowIndex,c=n.useRef(null);return e.jsx("div",o({className:"st-row-separator ".concat(r?"st-last-group-row":""),onMouseDown:function(e){if(void 0!==l){for(var n=e.currentTarget.getBoundingClientRect(),t=e.clientX-n.left,r=s.split(" ").map(function(e){if(e.includes("px"))return parseFloat(e);if(e.includes("fr")){var t=s.split(" ").filter(function(e){return e.includes("fr")}).length;return n.width/t}return 100}),o=0,i=0,a=0;a<r.length;a++){if(t<=o+r[a]){i=a;break}o+=r[a],i=a}var u="cell-".concat(l+1,"-").concat(i+1),d=document.getElementById(u);if(d){c.current=d;var f=new MouseEvent("mousedown",{bubbles:!0,cancelable:!0,view:window,button:0});d.dispatchEvent(f)}}},onMouseUp:function(){if(c.current){var e=new MouseEvent("mouseup",{bubbles:!0,cancelable:!0,view:window,button:0});c.current.dispatchEvent(e),c.current=null}},style:{gridTemplateColumns:s,top:R({position:i,rowHeight:a})}},{children:e.jsx("div",{style:{gridColumn:"1 / -1"}})}))},de=n.createContext(void 0),fe=["default"],he=function(e){var t=e.childRef,r=e.children,o=function(){var e=n.useContext(de);if(!e)throw new Error("useScrollSyncContext must be used within a ScrollSyncProvider");return e}(),i=o.registerPane,a=o.unregisterPane;return n.useEffect(function(){return t.current&&i(t.current,fe),function(){t.current&&a(t.current,fe)}},[t,i,a]),n.cloneElement(r,{ref:function(e){t.current=e}})},ve=function(n){var t=n.condition,r=n.wrapper,o=n.children;return e.jsx(e.Fragment,{children:t?r(o):e.jsx(e.Fragment,{children:o})})},pe=n.forwardRef(function(t,r){var i=t.columnIndexStart,a=t.columnIndices,s=t.headers,l=t.hoveredIndex,c=t.pinned,u=t.rowHeight,d=t.rowIndices,f=t.setHoveredIndex,h=t.templateColumns,v=t.totalHeight,g=t.rowsToRender,m=t.width,w=c?"st-body-pinned-".concat(c):"st-body-main",x=y().rowIdAccessor,b=n.useRef(null);return n.useImperativeHandle(r,function(){return b.current},[]),n.useMemo(function(){return q(s,c)},[s,c])?e.jsx(ve,o({condition:!c,wrapper:function(n){return e.jsx(he,o({childRef:b},{children:n}))}},{children:e.jsx("div",o({className:w,ref:b,style:o({position:"relative",height:"".concat(v,"px"),width:m},!c&&{flexGrow:1})},{children:g.map(function(t,r){var o=p({row:t.row,rowIdAccessor:x});return e.jsxs(n.Fragment,{children:[0!==r&&e.jsx(ue,{displayStrongBorder:t.isLastGroupRow,position:t.position,rowHeight:u,templateColumns:h,rowIndex:r-1}),e.jsx(ce,{columnIndexStart:i,columnIndices:a,gridTemplateColumns:h,headers:s,hoveredIndex:l,index:r,pinned:c,rowHeight:u,rowIndices:d,setHoveredIndex:f,tableRow:t},o)]},o)})}))})):null});function ge(e){var n=e.headers,t=e.pinnedLeftColumns,r=e.pinnedRightColumns,o={},i=0,a=function(e,n){void 0===n&&(n=!1),n||i++,o[e.accessor]=i,e.children&&e.children.length>0&&e.children.filter(function(e){return c({header:e})}).forEach(function(e,n){a(e,0===n)})};return t.forEach(function(e,n){a(e,0===n)}),n.filter(function(e){return!e.pinned&&c({header:e})}).forEach(function(e,n){var r=0===n&&0===t.length;a(e,r)}),r.forEach(function(e){a(e,!1)}),o}pe.displayName="TableSection";var me=function(t){var r=t.mainTemplateColumns,i=t.pinnedLeftColumns,a=t.pinnedLeftTemplateColumns,s=t.pinnedLeftWidth,l=t.pinnedRightColumns,c=t.pinnedRightTemplateColumns,u=t.pinnedRightWidth,d=t.rowsToRender,f=t.setScrollTop,h=t.tableRows,v=y(),g=v.headerContainerRef,m=v.headers,w=v.isAnimating,x=v.mainBodyRef,b=v.onLoadMore,C=v.rowHeight,S=v.rowIdAccessor,I=v.scrollbarWidth,R=v.setIsScrolling,j=v.shouldPaginate,E=v.tableBodyContainerRef,k=n.useState(null),N=k[0],F=k[1],A=n.useState(!1),M=A[0],T=A[1];n.useEffect(function(){w&&null!==N&&F(null)},[w,N]),function(e){var t=e.headerContainerRef,r=e.mainSectionRef,o=e.scrollbarWidth,i=n.useState(!1),a=i[0],s=i[1];n.useEffect(function(){var e=null==t?void 0:t.current;if(a&&e)return e.classList.add("st-header-scroll-padding"),e.style.setProperty("--st-after-width","".concat(o,"px")),function(){e.classList.remove("st-header-scroll-padding")}},[t,a,o]),n.useEffect(function(){var e=null==t?void 0:t.current,n=null==r?void 0:r.current;if(n&&e){var o=function(){if(n){var e=n.scrollHeight>n.clientHeight;s(e)}};o();var i=new ResizeObserver(function(){o()});return i.observe(n),function(){n&&i.unobserve(n)}}},[t,r])}({headerContainerRef:g,mainSectionRef:E,scrollbarWidth:I}),n.useEffect(function(){return function(){D.current&&clearTimeout(D.current)}},[]);var H=n.useRef(null),D=n.useRef(null),L=n.useRef(0),B=function(e){return e.length}(h),O=B*(C+1)-1,W=n.useMemo(function(){return ge({headers:m,pinnedLeftColumns:i,pinnedRightColumns:l})},[m,i,l]),P=n.useMemo(function(){var e={};return d.forEach(function(n,t){var r=String(p({row:n.row,rowIdAccessor:S}));e[r]=t}),e},[d,S]),q=n.useCallback(function(e,n){if(b&&!j&&!M){e.scrollHeight-(n+e.clientHeight)<=200&&n>L.current&&(T(!0),b(),setTimeout(function(){T(!1)},1e3))}},[b,j,M]),z={columnIndices:W,headerContainerRef:g,headers:m,hoveredIndex:N,rowHeight:C,rowIndices:P,rowsToRender:d,setHoveredIndex:F};return e.jsxs("div",o({className:"st-body-container",onMouseLeave:function(){return F(null)},onScroll:function(e){var n=e.currentTarget,t=n.scrollTop;R(!0),D.current&&clearTimeout(D.current),D.current=setTimeout(function(){R(!1)},150),H.current&&cancelAnimationFrame(H.current),H.current=requestAnimationFrame(function(){f(t),q(n,t),L.current=t})},ref:E},{children:[e.jsx(pe,o({},z,{pinned:"left",templateColumns:a,totalHeight:O,width:s})),e.jsx(pe,o({},z,{columnIndexStart:i.length,ref:x,templateColumns:r,totalHeight:O})),e.jsx(pe,o({},z,{columnIndexStart:i.length+r.length,pinned:"right",templateColumns:c,totalHeight:O,width:u}))]}))},we=function(e){return e.flatMap(function(e){var n=[e];return e.children&&e.children.length>0&&n.push.apply(n,we(e.children)),n})},xe=function(e){return void 0===e&&(e=0),e?e+1:0},ye=function(e){var n=e.event,t=e.gridColumnEnd,r=e.gridColumnStart,o=e.header,i=e.headers,a=e.setHeaders,l=e.setIsResizing,c=e.startWidth;n.preventDefault();var u="clientX"in n?n.clientX:n.touches[0].clientX,v="touches"in n;if(o&&!o.hide){l(!0);var p=h(o),g=t-r>1,m=g?d(o):[o],w=function(e){var n="right"===o.pinned?u-e:e-u;if(g&&m.length>1)be({delta:n,leafHeaders:m,minWidth:p,startWidth:c});else{var t=Math.max(c+n,p);o.width=t}i.forEach(function(e){f(e)});var r=s([],i,!0);a(r)};if(v){var x=function(e){var n=e.touches[0];w(n.clientX)},y=function(){document.removeEventListener("touchmove",x),document.removeEventListener("touchend",y),l(!1)};document.addEventListener("touchmove",x),document.addEventListener("touchend",y)}else{var b=function(e){w(e.clientX)},C=function(){document.removeEventListener("mousemove",b),document.removeEventListener("mouseup",C),l(!1)};document.addEventListener("mousemove",b),document.addEventListener("mouseup",C)}}},be=function(e){var n=e.delta,t=e.leafHeaders,r=e.minWidth,o=e.startWidth,i=t.reduce(function(e,n){return Math.min(e,h(n))},40),a=t.reduce(function(e,n){return e+("number"==typeof n.width?n.width:150)},0),s=Math.max(o+n,i)-a;t.forEach(function(e){var n="number"==typeof e.width?e.width:150,t=s*(n/a),o=Math.max(n+t,r);e.width=o})},Ce=function(e){var n=e.headers,t=0,r=0,o=0;return n.forEach(function(e){if(!e.hide){var n=d(e).reduce(function(e,n){return e+function(e){if(e.hide)return 0;if("number"==typeof e.width)return e.width;if("string"==typeof e.width&&e.width.endsWith("px"))return parseFloat(e.width);var n=document.getElementById(l({accessor:e.accessor,rowId:"header"}));return(null==n?void 0:n.offsetWidth)||150}(n)},0);"left"===e.pinned?t+=n:"right"===e.pinned?r+=n:o+=n}}),{leftWidth:xe(t),rightWidth:xe(r),mainWidth:o}},Se=function(n){var t=n.className,r=n.style;return e.jsx("svg",o({"aria-hidden":"true",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512",className:t,style:o({height:"1em"},r)},{children:e.jsx("path",{d:"M3.9 54.9C10.5 40.9 24.5 32 40 32l432 0c15.5 0 29.5 8.9 36.1 22.9s4.6 30.5-5.2 42.5L320 320.9 320 448c0 12.1-6.8 23.2-17.7 28.6s-23.8 4.3-33.5-3l-64-48c-8.1-6-12.8-15.5-12.8-25.6l0-79.1L9 97.3C-.7 85.4-2.8 68.8 3.9 54.9z"})}))},Ie={equals:"Equals",notEquals:"Not equals",contains:"Contains",notContains:"Does not contain",startsWith:"Starts with",endsWith:"Ends with",greaterThan:"Greater than",lessThan:"Less than",greaterThanOrEqual:"Greater than or equal",lessThanOrEqual:"Less than or equal",between:"Between",notBetween:"Not between",before:"Before",after:"After",in:"Is one of",notIn:"Is not one of",isEmpty:"Is empty",isNotEmpty:"Is not empty"},Re=function(e){switch(e){case"string":return["equals","notEquals","contains","notContains","startsWith","endsWith","isEmpty","isNotEmpty"];case"number":return["equals","notEquals","greaterThan","lessThan","greaterThanOrEqual","lessThanOrEqual","between","notBetween","isEmpty","isNotEmpty"];case"boolean":return["equals","isEmpty","isNotEmpty"];case"date":return["equals","notEquals","before","after","between","notBetween","isEmpty","isNotEmpty"];case"enum":return["in","notIn","isEmpty","isNotEmpty"];default:return["equals","notEquals","isEmpty","isNotEmpty"]}},je=function(e){return!["between","notBetween","in","notIn","isEmpty","isNotEmpty"].includes(e)},Ee=function(e){return["between","notBetween","in","notIn"].includes(e)},ke=function(e){return["isEmpty","isNotEmpty"].includes(e)},Ne=function(n){var t=n.children;return e.jsx("div",o({className:"st-filter-container"},{children:t}))},Fe=function(){return e.jsx("svg",o({className:"st-custom-select-arrow",width:"12",height:"12",viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg"},{children:e.jsx("path",{d:"M3 4.5L6 7.5L9 4.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})}))},Ae=function(t){var r=t.value,i=t.onChange,a=t.options,s=t.placeholder,l=void 0===s?"Select...":s,c=t.className,u=void 0===c?"":c,d=t.disabled,f=void 0!==d&&d,h=n.useState(!1),v=h[0],p=h[1],g=n.useState(-1),m=g[0],w=g[1],x=n.useRef(null),y=a.find(function(e){return e.value===r});n.useEffect(function(){var e=function(e){if(v)switch(e.key){case"ArrowDown":e.preventDefault(),w(function(e){return e<a.length-1?e+1:0});break;case"ArrowUp":e.preventDefault(),w(function(e){return e>0?e-1:a.length-1});break;case"Enter":e.preventDefault(),m>=0&&(i(a[m].value),p(!1),w(-1));break;case"Escape":e.preventDefault(),p(!1),w(-1)}};if(v)return document.addEventListener("keydown",e),function(){return document.removeEventListener("keydown",e)}},[v,m,a,i]);return e.jsxs("div",o({ref:x,className:"st-custom-select ".concat(u," ").concat(f?"st-custom-select-disabled":""," ").concat(v?"st-custom-select-open":"").trim()},{children:[e.jsxs("button",o({type:"button",className:"st-custom-select-trigger",onClick:function(){if(!f)if(p(!v),v)w(-1);else{var e=a.findIndex(function(e){return e.value===r});w(e>=0?e:0)}},disabled:f,"aria-haspopup":"listbox","aria-expanded":v,"aria-labelledby":"select-label"},{children:[e.jsx("span",o({className:"st-custom-select-value"},{children:y?y.label:l})),e.jsx(Fe,{})]})),e.jsx(E,o({open:v,setOpen:p,onClose:function(){p(!1),w(-1)},positioning:"absolute",overflow:"auto"},{children:e.jsx("div",o({className:"st-custom-select-options",role:"listbox"},{children:a.map(function(n,t){return e.jsx("div",o({className:"st-custom-select-option ".concat(n.value===r?"st-custom-select-option-selected":""," ").concat(t===m?"st-custom-select-option-focused":"").trim(),role:"option","aria-selected":n.value===r,onClick:function(){return e=n.value,i(e),p(!1),void w(-1);var e}},{children:n.label}),n.value)})}))}))]}))},Me=function(n){var t=n.value,r=n.onChange,i=n.operators.map(function(e){return{value:e,label:Ie[e]}});return e.jsx("div",o({className:"st-filter-section"},{children:e.jsx(Ae,{value:t,onChange:function(e){r(e)},options:i})}))},Te=function(n){var t=n.type,r=void 0===t?"text":t,o=n.value,i=n.onChange,a=n.placeholder,s=n.autoFocus,l=void 0!==s&&s,c=n.className,u=void 0===c?"":c,d=n.onEnterPress;return e.jsx("input",{type:r,value:o,onChange:function(e){return i(e.target.value)},onKeyDown:function(e){"Enter"===e.key&&d&&d()},placeholder:a,autoFocus:l,className:"st-filter-input ".concat(u).trim()})},He=function(n){var t=n.children,r=n.className,i=void 0===r?"":r;return e.jsx("div",o({className:"st-filter-section ".concat(i).trim()},{children:t}))},De=function(n){var t=n.onApply,r=n.onClear,i=n.canApply,a=n.showClear;return e.jsxs("div",o({className:"st-filter-actions"},{children:[e.jsx("button",o({onClick:t,disabled:!i,className:"st-filter-button st-filter-button-apply ".concat(i?"":"st-filter-button-disabled")},{children:"Apply"})),a&&r&&e.jsx("button",o({onClick:r,className:"st-filter-button st-filter-button-clear"},{children:"Clear"}))]}))},Le=function(t){var r=t.header,i=t.currentFilter,a=t.onApplyFilter,s=t.onClearFilter,l=n.useState((null==i?void 0:i.operator)||"contains"),c=l[0],u=l[1],d=n.useState(String((null==i?void 0:i.value)||"")),f=d[0],h=d[1],v=Re("string");n.useEffect(function(){i?(u(i.operator),h(String(i.value||""))):(u("contains"),h(""))},[i]);var p=function(){var e=o({accessor:r.accessor,operator:c},je(c)&&{value:f});a(e)},g=ke(c)||f.trim();return e.jsxs(Ne,{children:[e.jsx(Me,{value:c,onChange:u,operators:v}),je(c)&&e.jsx(He,{children:e.jsx(Te,{type:"text",value:f,onChange:h,placeholder:"Filter...",autoFocus:!0,onEnterPress:p})}),e.jsx(De,{onApply:p,onClear:s,canApply:!!g,showClear:!!i})]})},Be=function(t){var r,o,i=t.header,a=t.currentFilter,s=t.onApplyFilter,l=t.onClearFilter,c=n.useState((null==a?void 0:a.operator)||"equals"),u=c[0],d=c[1],f=n.useState(String((null==a?void 0:a.value)||"")),h=f[0],v=f[1],p=n.useState(String((null===(r=null==a?void 0:a.values)||void 0===r?void 0:r[0])||"")),g=p[0],m=p[1],w=n.useState(String((null===(o=null==a?void 0:a.values)||void 0===o?void 0:o[1])||"")),x=w[0],y=w[1],b=Re("number");n.useEffect(function(){var e,n;a?(d(a.operator),v(String(a.value||"")),m(String((null===(e=a.values)||void 0===e?void 0:e[0])||"")),y(String((null===(n=a.values)||void 0===n?void 0:n[1])||""))):(d("equals"),v(""),m(""),y(""))},[a]);var C=function(){var e={accessor:i.accessor,operator:u};je(u)?e.value=parseFloat(h):Ee(u)&&(e.values=[parseFloat(g.toString()),parseFloat(x.toString())]),s(e)};return e.jsxs(Ne,{children:[e.jsx(Me,{value:u,onChange:d,operators:b}),je(u)&&e.jsx(He,{children:e.jsx(Te,{type:"number",value:h,onChange:v,placeholder:"Enter number...",autoFocus:!0,onEnterPress:C})}),Ee(u)&&e.jsxs(He,{children:[e.jsx(Te,{type:"number",value:g,onChange:m,placeholder:"From...",autoFocus:!0,className:"st-filter-input-range-from",onEnterPress:C}),e.jsx(Te,{type:"number",value:x,onChange:y,placeholder:"To...",onEnterPress:C})]}),e.jsx(De,{onApply:C,onClear:l,canApply:!!ke(u)||(je(u)?""!==h.trim():!!Ee(u)&&""!==String(g).trim()&&""!==String(x).trim()),showClear:!!a})]})},Oe=function(n){var t=n.value,r=n.onChange,o=n.options,i=n.className,a=void 0===i?"":i,s=n.placeholder;return e.jsx(Ae,{value:t,onChange:r,options:o,className:a,placeholder:s})},We=function(t){var r=t.header,o=t.currentFilter,i=t.onApplyFilter,a=t.onClearFilter,s=n.useState((null==o?void 0:o.operator)||"equals"),l=s[0],c=s[1],u=n.useState(void 0!==(null==o?void 0:o.value)?String(o.value):"true"),d=u[0],f=u[1],h=Re("boolean");n.useEffect(function(){o?(c(o.operator),f(void 0!==o.value?String(o.value):"true")):(c("equals"),f("true"))},[o]);var v=ke(l)||""!==d;return e.jsxs(Ne,{children:[e.jsx(Me,{value:l,onChange:c,operators:h}),je(l)&&e.jsx(He,{children:e.jsx(Oe,{value:d,onChange:f,options:[{value:"true",label:"True"},{value:"false",label:"False"}]})}),e.jsx(De,{onApply:function(){var e={accessor:r.accessor,operator:l};je(l)&&(e.value="true"===d),i(e)},onClear:a,canApply:v,showClear:!!o})]})},Pe=function(t){var r,i,a=t.header,s=t.currentFilter,l=t.onApplyFilter,c=t.onClearFilter,u=n.useState((null==s?void 0:s.operator)||"equals"),d=u[0],f=u[1],h=n.useState((null==s?void 0:s.value)?String(s.value):""),v=h[0],p=h[1],g=n.useState((null===(r=null==s?void 0:s.values)||void 0===r?void 0:r[0])?String(s.values[0]):""),m=g[0],w=g[1],x=n.useState(String((null===(i=null==s?void 0:s.values)||void 0===i?void 0:i[1])||"")),y=x[0],b=x[1],C=Re("date");n.useEffect(function(){var e,n;s?(f(s.operator),p(String(s.value||"")),w(String((null===(e=s.values)||void 0===e?void 0:e[0])||"")),b(String((null===(n=s.values)||void 0===n?void 0:n[1])||""))):(f("equals"),p(""),w(""),b(""))},[s]);var S=function(t){var r=t.value,i=t.onChange,a=t.placeholder,s=t.autoFocus,l=t.className,c=n.useState(!1),u=c[0],d=c[1],f=n.useState(""),h=f[0],v=f[1],p=n.useRef(null);n.useEffect(function(){if(r){var e=new Date(r);isNaN(e.getTime())||v(e.toLocaleDateString("en-US",{year:"numeric",month:"short",day:"numeric"}))}else v("")},[r]),n.useEffect(function(){s&&p.current&&p.current.focus()},[s]);var g=r?new Date(r):new Date;return e.jsxs("div",o({className:"st-date-input-container",style:{position:"relative"}},{children:[e.jsx("input",{ref:p,type:"text",value:h,placeholder:a,onClick:function(){d(!u)},onKeyDown:function(e){"Enter"===e.key||" "===e.key?(e.preventDefault(),d(!u)):"Escape"===e.key&&d(!1)},readOnly:!0,className:"st-filter-input ".concat(l||""),style:{cursor:"pointer"}}),e.jsx(E,o({open:u,setOpen:d,onClose:function(){d(!1)},positioning:"absolute",overflow:"visible"},{children:e.jsx(M,{value:g,onChange:function(e){var n=e.toISOString().split("T")[0];i(n),d(!1)},onClose:function(){return d(!1)}})}))]}))};return e.jsxs(Ne,{children:[e.jsx(Me,{value:d,onChange:f,operators:C}),je(d)&&e.jsx(He,{children:e.jsx(S,{value:v,onChange:p,placeholder:"Select date...",autoFocus:!0})}),Ee(d)&&e.jsxs(He,{children:[e.jsx(S,{value:m,onChange:w,placeholder:"From date...",autoFocus:!0,className:"st-filter-input-range-from"}),e.jsx(S,{value:y,onChange:b,placeholder:"To date..."})]}),e.jsx(De,{onApply:function(){var e={accessor:a.accessor,operator:d};je(d)?e.value=v:Ee(d)&&(e.values=[m,y]),l(e)},onClear:c,canApply:!!ke(d)||(je(d)?""!==v.trim():!!Ee(d)&&""!==m.trim()&&""!==y.trim()),showClear:!!s})]})},qe=function(t){var r=t.header,i=t.currentFilter,a=t.onApplyFilter,l=t.onClearFilter,c=n.useMemo(function(){return r.enumOptions||[]},[r.enumOptions]),u=n.useMemo(function(){return c.map(function(e){return e.value})},[c]),d=n.useState((null==i?void 0:i.values)?i.values.map(String):u),f=d[0],h=d[1];n.useEffect(function(){h(i?i.values?i.values.map(String):[]:u)},[i,u]);var v=f.length===u.length;return e.jsxs(Ne,{children:[e.jsx(He,{children:e.jsxs("div",o({className:"st-enum-filter-options"},{children:[e.jsx("div",o({className:"st-enum-select-all"},{children:e.jsx(oe,o({checked:v,onChange:function(e){h(e?u:[])}},{children:e.jsx("span",o({className:"st-enum-option-label st-enum-select-all-label"},{children:"Select All"}))}))})),c.map(function(n){return e.jsx(oe,o({checked:f.includes(n.value),onChange:function(){return e=n.value,void h(function(n){return n.includes(e)?n.filter(function(n){return n!==e}):s(s([],n,!0),[e],!1)});var e}},{children:e.jsx("span",o({className:"st-enum-option-label"},{children:n.label}))}),n.value)})]}))}),e.jsx(De,{onApply:function(){if(f.length!==u.length){var e={accessor:r.accessor,operator:"in",values:f};a(e)}else l()},onClear:l,canApply:0!==f.length&&f.length!==u.length,showClear:!!i})]})},ze=function(n){var t=n.header,r=n.currentFilter,o=n.onApplyFilter,i=n.onClearFilter;return e.jsx(e.Fragment,{children:function(){switch(t.type){case"number":return e.jsx(Be,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i});case"boolean":return e.jsx(We,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i});case"date":return e.jsx(Pe,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i});case"enum":return e.jsx(qe,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i});default:return e.jsx(Le,{header:t,currentFilter:r,onApplyFilter:o,onClearFilter:i})}}()})},Ye=function(t){var r,i,a=t.colIndex,c=t.gridColumnEnd,u=t.gridColumnStart,d=t.gridRowEnd,f=t.gridRowStart,h=t.header,v=t.reverse,p=t.sort,g=n.useState(!1),m=g[0],w=g[1],x=y(),b=x.areAllRowsSelected,C=x.columnReordering,S=x.columnResizing,I=x.draggedHeaderRef,R=x.enableRowSelection,j=x.filters,k=x.handleApplyFilter,N=x.handleClearFilter,F=x.handleSelectAll,A=x.headers,M=x.hoveredHeaderRef,T=x.onColumnOrderChange,H=x.onSort,D=x.onTableHeaderDragEnd,L=x.rowHeight,B=x.selectColumns,W=x.selectableColumns,P=x.setHeaders,q=x.setInitialFocusedCell,z=x.setIsResizing,Y=x.setSelectedCells,G=x.setSelectedColumns,U=x.sortDownIcon,K=x.sortUpIcon,J=Boolean(null==h?void 0:h.isSortable),X=Boolean(null==h?void 0:h.filterable),_=j[h.accessor],$="st-header-cell ".concat(h.accessor===(null===(r=M.current)||void 0===r?void 0:r.accessor)?"st-hovered":""," ").concat((null===(i=I.current)||void 0===i?void 0:i.accessor)===h.accessor?"st-dragging":""," ").concat(J?"clickable":""," ").concat(C&&!J?"columnReordering":""," ").concat(h.children?"parent":""),Q=V({draggedHeaderRef:I,headers:A,hoveredHeaderRef:M,onColumnOrderChange:T,onTableHeaderDragEnd:D}),Z=Q.handleDragStart,ee=Q.handleDragEnd,ne=Q.handleDragOver,re=O(),ie=function(e){var n=e.event,t=e.header;if(!t.isSelectionColumn){if(W){var r=function(e,n){if(!e.children||0===e.children.length)return[n];var t=[],r=function(e,n){if(!e.children||0===e.children.length)return t.push(n),n+1;for(var o=n,i=0,a=e.children;i<a.length;i++){var s=a[i];o=r(s,o)}return o};return r(e,n),t}(t,a);return n.shiftKey&&B?G(function(e){if(0===e.size)return new Set(r);var n=r[0],t=Array.from(e).sort(function(e,n){return e-n}),o=t[0],i=Math.abs(n-o);t.forEach(function(e){var t=Math.abs(n-e);t<i&&(i=t,o=e)});var a,l,c,u,d=s(s([],(a=o,l=n,c=Math.min(a,l),u=Math.max(a,l),Array.from({length:u-c+1},function(e,n){return c+n})),!0),r,!0);return new Set(s(s([],Array.from(e),!0),d,!0))}):B&&B(r),Y(new Set),void q(null)}t.isSortable&&H(t.accessor)}};n.useEffect(function(){var e=function(e){e.preventDefault(),e.dataTransfer.dropEffect="move"};return document.addEventListener("dragover",e),function(){document.removeEventListener("dragover",e)}},[]);var ae=h.isSelectionColumn&&R;if(!h)return null;var se=S&&!ae&&e.jsx("div",o({className:"st-header-resize-handle-container",onMouseDown:function(e){var n,t=null===(n=document.getElementById(l({accessor:h.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth;re({callback:ye,callbackProps:{event:e.nativeEvent,gridColumnEnd:c,gridColumnStart:u,header:h,headers:A,setHeaders:P,setIsResizing:z,startWidth:t},limit:10})},onTouchStart:function(e){var n,t=null===(n=document.getElementById(l({accessor:h.accessor,rowId:"header"})))||void 0===n?void 0:n.offsetWidth;re({callback:ye,callbackProps:{event:e,gridColumnEnd:c,gridColumnStart:u,header:h,headers:A,setHeaders:P,setIsResizing:z,startWidth:t},limit:10})}},{children:e.jsx("div",{className:"st-header-resize-handle"})})),le=p&&p.key.accessor===h.accessor&&e.jsxs("div",o({className:"st-icon-container",onClick:function(e){return ie({event:e,header:h})}},{children:["ascending"===p.direction&&K&&K,"descending"===p.direction&&U&&U]})),ce=X&&e.jsxs("div",o({className:"st-icon-container",onClick:function(e){e.stopPropagation(),w(!m)}},{children:[e.jsx(Se,{className:"st-header-icon",style:{fill:_?"var(--st-button-active-background-color)":"var(--st-header-icon-color)"}}),e.jsx(E,o({open:m,overflow:"visible",setOpen:w,onClose:function(){return w(!1)}},{children:e.jsx(ze,{header:h,currentFilter:_,onApplyFilter:function(e){k(e),w(!1)},onClearFilter:function(){N(h.accessor),w(!1)}})}))]}));return e.jsxs(te,o({className:$,id:l({accessor:h.accessor,rowId:"header"}),onDragOver:function(e){ae||re({callback:ne,callbackProps:{event:e,hoveredHeader:h},limit:50})},style:o(o({gridRowStart:f,gridRowEnd:d,gridColumnStart:u,gridColumnEnd:c},c-u>1?{}:{width:h.width}),d-f>1?{}:{height:L})},{children:[v&&se,"right"===h.align&&ce,"right"===h.align&&le,e.jsx("div",o({className:"st-header-label",draggable:C&&!h.disableReorder&&!ae,onClick:function(e){ae||ie({event:e,header:h})},onDragEnd:ae?void 0:function(e){e.preventDefault(),ee()},onDragStart:ae?void 0:function(e){C&&h&&function(e){Z(e)}(h)}},{children:e.jsx("span",o({className:"st-header-label-text ".concat("right"===h.align?"right-aligned":"center"===h.align?"center-aligned":"left-aligned")},{children:ae?e.jsx(oe,{checked:!!b&&b(),onChange:function(e){F&&F(e)}}):h.headerRenderer?h.headerRenderer({accessor:h.accessor,colIndex:a,header:h}):null==h?void 0:h.label}))})),"right"!==h.align&&le,"right"!==h.align&&ce,!v&&se]}))},Ge=function(t){var r=t.columnIndices,i=t.gridTemplateColumns,a=t.handleScroll,s=t.headers,l=t.maxDepth,u=t.pinned,d=t.sectionRef,f=t.sort,h=t.width,v=n.useMemo(function(){var e=[],n=1,t=function(o,i,a){var s,d;if(void 0===a&&(a=!1),!c({header:o,pinned:u}))return 0;a||n++;var f=null!==(d=null===(s=o.children)||void 0===s?void 0:s.filter(function(e){return c({header:e,pinned:u})}).length)&&void 0!==d?d:0,h=n,v=f>0?h+f:h+1,p=i,g=f>0?i+1:l+1;if(e.push({header:o,gridColumnStart:h,gridColumnEnd:v,gridRowStart:p,gridRowEnd:g,colIndex:r[o.accessor]}),o.children){var m=!0;o.children.forEach(function(e){c({header:e,pinned:u})&&(t(e,i+1,m),m=!1)})}return v-h},o=s.filter(function(e){return c({header:e,pinned:u})}),i=!0;return o.forEach(function(e){t(e,1,i),i=!1}),e},[s,l,u,r]);return e.jsx(ve,o({condition:!u,wrapper:function(n){return e.jsx(he,o({childRef:d},{children:n}))}},{children:e.jsx("div",o({className:"st-header-".concat(u?"pinned-".concat(u):"main")},a&&{onScroll:a},{ref:d,style:{gridTemplateColumns:i,display:"grid",position:"relative",width:h}},{children:e.jsx(e.Fragment,{children:v.map(function(n){return e.jsx(Ye,{colIndex:n.colIndex,gridColumnEnd:n.gridColumnEnd,gridColumnStart:n.gridColumnStart,gridRowEnd:n.gridRowEnd,gridRowStart:n.gridRowStart,header:n.header,reverse:"right"===u,sort:f},n.header.accessor)})})}))}))},Ue=function(e){var n;return(null===(n=e.children)||void 0===n?void 0:n.length)?1+Math.max.apply(Math,e.children.map(Ue)):1},Ke=function(t){var r=t.centerHeaderRef,i=t.headers,a=t.mainTemplateColumns,s=t.pinnedLeftColumns,l=t.pinnedLeftTemplateColumns,u=t.pinnedRightColumns,d=t.pinnedRightTemplateColumns,f=t.sort,h=t.pinnedLeftWidth,v=t.pinnedRightWidth,p=y(),g=p.headerContainerRef,m=p.pinnedLeftRef,w=p.pinnedRightRef,x=n.useMemo(function(){return ge({headers:i,pinnedLeftColumns:s,pinnedRightColumns:u})},[i,s,u]),b=n.useMemo(function(){var e=0;return i.forEach(function(n){if(c({header:n})){var t=Ue(n);e=Math.max(e,t)}}),{maxDepth:e}},[i]).maxDepth;return e.jsxs("div",o({className:"st-header-container",ref:g},{children:[q(i,"left")&&e.jsx(Ge,{columnIndices:x,gridTemplateColumns:l,handleScroll:void 0,headers:i,maxDepth:b,pinned:"left",sectionRef:m,sort:f,width:h}),e.jsx(Ge,{columnIndices:x,gridTemplateColumns:a,handleScroll:void 0,headers:i,maxDepth:b,sectionRef:r,sort:f}),q(i,"right")&&e.jsx(Ge,{columnIndices:x,gridTemplateColumns:d,handleScroll:void 0,headers:i,maxDepth:b,pinned:"right",sectionRef:w,sort:f,width:v})]}))},Ve=function(e){var n=e.headers,t=function(e){var n=e.headers,r=e.flattenedHeaders;return n.forEach(function(e){e.hide||(e.children?t({headers:e.children,flattenedHeaders:r}):r.push(e))}),r},r=t({headers:n,flattenedHeaders:[]});return"".concat(r.map(function(e){return function(e){var n=e.minWidth,t=e.width;return"number"==typeof t&&(t="".concat(t,"px")),n&&"number"==typeof n&&(n="".concat(n,"px")),void 0!==n?"string"==typeof t&&t.endsWith("fr")?"minmax(".concat(n,", ").concat(t,")"):"max(".concat(n,", ").concat(t,")"):t}(e)}).join(" "))},Je=function(t){var r=t.pinnedLeftWidth,i=t.pinnedRightWidth,a=t.setScrollTop,s=t.sort,l=t.tableRows,c=t.rowsToRender,u=y(),d=u.columnResizing,f=u.editColumns,h=u.headers,v=n.useRef(null),p=h.filter(function(e){return!e.pinned}),g=h.filter(function(e){return"left"===e.pinned}),m=h.filter(function(e){return"right"===e.pinned}),w=n.useMemo(function(){return Ve({headers:g})},[g]),x=n.useMemo(function(){return Ve({headers:p})},[p]),b=n.useMemo(function(){return Ve({headers:m})},[m]),C={centerHeaderRef:v,headers:h,mainTemplateColumns:x,pinnedLeftColumns:g,pinnedLeftTemplateColumns:w,pinnedRightColumns:m,pinnedRightTemplateColumns:b,sort:s,pinnedLeftWidth:r,pinnedRightWidth:i},S={tableRows:l,mainTemplateColumns:x,pinnedLeftColumns:g,pinnedLeftTemplateColumns:w,pinnedLeftWidth:r,pinnedRightColumns:m,pinnedRightTemplateColumns:b,pinnedRightWidth:i,setScrollTop:a,rowsToRender:c};return e.jsxs("div",o({className:"st-content ".concat(d?"st-resizeable":"st-not-resizeable"),style:{width:f?"calc(100% - 27.5px)":"100%"}},{children:[e.jsx(Ke,o({},C)),e.jsx(me,o({},S))]}))},Xe=function(t){var r,i,a=t.mainBodyWidth,s=t.mainBodyRef,l=t.pinnedLeftWidth,c=t.pinnedRightWidth,u=t.tableBodyContainerRef,d=y().editColumns,f=n.useState(!1),h=f[0],v=f[1],p=n.useRef(null),g=u.current&&u.current.scrollHeight>u.current.clientHeight,m=d?28:0,w=(d?c+1:c)+(u.current&&g?u.current.offsetWidth-u.current.clientWidth:0);return n.useEffect(function(){setTimeout(function(){!function(){if(s.current){var e=s.current.clientWidth;v(a>e)}}()},1)},[s,a]),h?e.jsxs("div",o({className:"st-horizontal-scrollbar-container"},{children:[l>0&&e.jsx("div",{className:"st-horizontal-scrollbar-left",style:{flexShrink:0,width:l,height:null===(r=p.current)||void 0===r?void 0:r.offsetHeight}}),a>0&&e.jsx(he,o({childRef:p},{children:e.jsx("div",o({className:"st-horizontal-scrollbar-middle",ref:p,style:{flexGrow:1}},{children:e.jsx("div",{style:{width:a,height:".3px"}})}))})),c>0&&e.jsx("div",{className:"st-horizontal-scrollbar-right",style:{flexShrink:0,minWidth:w,height:null===(i=p.current)||void 0===i?void 0:i.offsetHeight}}),m>0&&e.jsx("div",{style:{width:m-1.5,height:"100%",flexShrink:0}})]})):null},_e={string:function(e,n,t){if(e===n)return 0;var r=e.localeCompare(n);return"ascending"===t?r:-r},number:function(e,n,t){if(e===n)return 0;var r=e-n;return"ascending"===t?r:-r},boolean:function(e,n,t){if(e===n)return 0;var r=e===n?0:e?-1:1;return"ascending"===t?r:-r},date:function(e,n,t){var r=new Date(e),o=new Date(n);if(r.getTime()===o.getTime())return 0;var i=r.getTime()-o.getTime();return"ascending"===t?i:-i},enum:function(e,n,t){return _e.string(e,n,t)},default:function(e,n,t){return e===n?0:null==e?"ascending"===t?-1:1:null==n?"ascending"===t?1:-1:"string"==typeof e&&"string"==typeof n?_e.string(e,n,t):"number"==typeof e&&"number"==typeof n?_e.number(e,n,t):"boolean"==typeof e&&"boolean"==typeof n?_e.boolean(e,n,t):_e.string(String(e),String(n),t)}},$e=function(e){var n=e.rows,t=e.sortColumn,r=e.headers,o=function(e,n){for(var t=0,r=e;t<r.length;t++){var i=r[t];if(i.accessor===n)return i;if(i.children&&i.children.length>0){var a=o(i.children,n);if(a)return a}}},i=o(r,t.key.accessor),a=(null==i?void 0:i.type)||"string",l=t.direction;return s([],n,!0).sort(function(e,n){var r=t.key.accessor;return function(e,n,t,r){if(void 0===t&&(t="string"),null==e||""===e)return"ascending"===r?-1:1;if(null==n||""===n)return"ascending"===r?1:-1;if("number"===t){var o=function(e){var n;if("number"==typeof e)return e;var t=String(e);if("string"==typeof t){var r=t.replace(/[$,]/g,"").match(/^([-+]?\d*\.?\d+)([TBMKtbmk])?/);if(r){var o=parseFloat(r[1]),i=null===(n=r[2])||void 0===n?void 0:n.toUpperCase();return"T"===i?o*=1e12:"B"===i?o*=1e9:"M"===i?o*=1e6:"K"===i&&(o*=1e3),o}}return parseFloat(t)||0},i=o(e),a=o(n);return _e.number(i,a,r)}return"date"===t?_e.date(String(e),String(n),r):"boolean"===t?_e.boolean(Boolean(e),Boolean(n),r):"enum"===t?_e.enum(String(e),String(n),r):_e.string(String(e),String(n),r)}(e[r],n[r],a,l)})},Qe=function(e){var n=e.headers,t=e.rows,r=e.sortColumn;return $e({rows:t,sortColumn:r,headers:n})},Ze=function(e){var n=e.externalSortHandling,t=e.tableRows,r=e.sortColumn,o=e.rowGrouping,i=e.headers,a=e.sortNestedRows;return n?t:r?o&&o.length>0?a({groupingKeys:o,headers:i,rows:t,sortColumn:r}):Qe({headers:i,rows:t,sortColumn:r}):t},en=function(e,n,t){void 0===t&&(t=new Set);for(var r=0,o=e;r<o.length;r++){var i=o[r];if(!t.has(i.accessor)&&(t.add(i.accessor),i.children&&i.children.length>0)){var a=i.children.some(function(e){return e.accessor===n}),s=!1;if(!a)for(var l=0,c=i.children;l<c.length;l++){var u=c[l];if(en([u],n,t),!1===u.hide){s=!0;break}}(a||s)&&(i.hide=!1)}}},nn=function(e){return e.every(function(e){return e.hide})},tn=function(e){e.forEach(function(e){e.children&&e.children.length>0&&(tn(e.children),nn(e.children)&&(e.hide=!0))})},rn=function(t){var r=t.allHeaders,i=t.depth,a=void 0===i?0:i,l=t.doesAnyHeaderHaveChildren,c=t.header,u=t.isCheckedOverride,d=n.useState(!0),f=d[0],h=d[1],v=y(),p=v.expandIcon,g=v.headers,m=v.setHeaders,w=l?"".concat(16*a,"px"):"8px",x=c.children&&c.children.length>0,b=null!=u?u:c.hide||x&&c.children&&nn(c.children);return e.jsxs(e.Fragment,{children:[e.jsxs("div",o({className:"st-header-checkbox-item",style:{paddingLeft:w}},{children:[l&&e.jsx("div",o({className:"st-header-icon-container"},{children:x?e.jsx("div",o({className:"st-collapsible-header-icon st-expand-icon-container ".concat(f?"expanded":"collapsed"),onClick:function(e){e.stopPropagation(),h(!f)}},{children:p})):null})),e.jsx(oe,o({checked:b,onChange:function(e){(c.hide=e,e)?tn(r):(en(r,c.accessor),x&&c.children&&c.children.length>0&&c.children.every(function(e){return!0===e.hide})&&c.children[0]&&(c.children[0].hide=!1,en(r,c.children[0].accessor)));m(s([],g,!0))}},{children:c.label}))]})),x&&f&&c.children&&e.jsx("div",o({className:"st-nested-headers"},{children:c.children.map(function(n,t){return e.jsx(rn,{allHeaders:r,depth:a+1,doesAnyHeaderHaveChildren:l,header:n,isCheckedOverride:!!b||void 0},"".concat(n.accessor,"-").concat(t))})}))]})},on=function(t){var r=t.headers,i=t.open,a="left"===t.position?"left":"",s=n.useMemo(function(){return r.some(function(e){return e.children&&e.children.length>0})},[r]);return e.jsx("div",o({className:"st-column-editor-popout ".concat(i?"open":""," ").concat(a),onClick:function(e){return e.stopPropagation()}},{children:e.jsx("div",o({className:"st-column-editor-popout-content"},{children:r.map(function(n,t){return n.isSelectionColumn?null:e.jsx(rn,{doesAnyHeaderHaveChildren:s,header:n,allHeaders:r},"".concat(n.accessor,"-").concat(t))})}))}))},an=function(t){var r=t.columnEditorText,i=t.editColumns,a=t.editColumnsInitOpen,s=t.headers,l=t.position,c=void 0===l?"right":l,u=n.useState(a),d=u[0],f=u[1];return i?e.jsxs("div",o({className:"st-column-editor ".concat(d?"open":""," ").concat(c),onClick:function(){return function(e){f(e)}(!d)},style:{width:28}},{children:[e.jsx("div",o({className:"st-column-editor-text"},{children:r})),e.jsx(on,{headers:s,open:d,position:c})]})):null},sn=function(n){var t=n.className;return e.jsx("svg",o({"aria-hidden":"true",focusable:"false",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",className:t,style:{height:"1em"}},{children:e.jsx("path",{d:"M22 334.5c-3.8 8.8-2 19 4.6 26l116 144c4.5 4.8 10.8 7.5 17.4 7.5s12.9-2.7 17.4-7.5l116-144c6.6-7 8.4-17.2 4.6-26s-12.5-14.5-22-14.5l-72 0 0-288c0-17.7-14.3-32-32-32L148 0C130.3 0 116 14.3 116 32l0 288-72 0c-9.6 0-18.2 5.7-22 14.5z"})}))},ln=function(n){var t=n.className;return e.jsx("svg",o({"aria-hidden":"true",focusable:"false",role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512",className:t,style:{height:"1em"}},{children:e.jsx("path",{d:"M298 177.5c3.8-8.8 2-19-4.6-26l-116-144C172.9 2.7 166.6 0 160 0s-12.9 2.7-17.4 7.5l-116 144c-6.6 7-8.4 17.2-4.6 26S34.4 192 44 192l72 0 0 288c0 17.7 14.3 32 32 32l24 0c17.7 0 32-14.3 32-32l0-288 72 0c9.6 0 18.2-5.7 22-14.5z"})}))},cn=function(t){var i=t.children,a=n.useRef({}),s=n.useCallback(function(e,n){return!!a.current[n]&&a.current[n].find(function(n){return n===e})},[]),l=n.useCallback(function(e,n){var t=e.clientWidth,r=e.scrollLeft;e.scrollWidth-t>0&&(n.scrollLeft=r)},[]),c=n.useCallback(function(e){e.onscroll=null},[]),u=n.useCallback(function(e,n){e.onscroll=function(){window.requestAnimationFrame(function(){n.forEach(function(n){var t;null===(t=a.current[n])||void 0===t||t.forEach(function(n){e!==n&&(c(n),l(e,n),window.requestAnimationFrame(function(){var e=Object.keys(a.current).filter(function(e){return a.current[e].includes(n)});u(n,e)}))})})})}},[c,l]),d=n.useCallback(function(e,n){n.forEach(function(n){a.current[n]||(a.current[n]=[]),s(e,n)||(a.current[n].length>0&&l(a.current[n][0],e),a.current[n].push(e))}),u(e,n)},[s,l,u]),f=n.useCallback(function(e,n){n.forEach(function(n){if(s(e,n)){c(e);var t=a.current[n].indexOf(e);-1!==t&&a.current[n].splice(t,1)}})},[s,c]);return e.jsx(de.Provider,o({value:{registerPane:d,unregisterPane:f}},{children:r.default.Children.only(i)}))},un=function(e,n){var t=n.find(function(n){return n.accessor===e.accessor}),r=(null==t?void 0:t.label)||e.accessor,o=Ie[e.operator],i="";return void 0!==e.value?i="boolean"==typeof e.value?e.value?"True":"False":String(e.value):e.values&&Array.isArray(e.values)&&("between"===e.operator||"notBetween"===e.operator?i="".concat(e.values[0]," - ").concat(e.values[1]):"in"!==e.operator&&"notIn"!==e.operator||(i=e.values.join(", "))),"isEmpty"===e.operator||"isNotEmpty"===e.operator?"".concat(r,": ").concat(o):"".concat(r,": ").concat(o," ").concat(i)},dn=function(){var n=y(),t=n.filters,r=n.handleClearFilter,i=n.headers,a=Object.values(t);return 0===a.length||a.length>0?null:e.jsx("div",o({className:"st-filter-bar"},{children:e.jsx("div",o({className:"st-filter-bar-content"},{children:e.jsx("div",o({className:"st-filter-chips"},{children:a.map(function(n){return e.jsxs("div",o({className:"st-filter-chip"},{children:[e.jsx("span",o({className:"st-filter-chip-text"},{children:un(n,i)})),e.jsx("button",o({className:"st-filter-chip-remove",onClick:function(){return r(n.accessor)},"aria-label":"Remove filter for ".concat(n.accessor)},{children:"×"}))]}),n.accessor)})}))}))}))},fn=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},hn=function(e){var n=e.externalFilterHandling,t=e.tableRows,r=e.filterState;return n?t:r&&0!==Object.keys(r).length?t.filter(function(e){return Object.values(r).every(function(n){try{return function(e,n){var t=n.operator,r=n.value,o=n.values;if(null==e)return"isEmpty"===t;if("isEmpty"===t)return!e||""===String(e).trim();if("isNotEmpty"===t)return e&&""!==String(e).trim();if("string"==typeof e||"contains"===t||"notContains"===t||"startsWith"===t||"endsWith"===t){var i=String(e).toLowerCase(),a=r?String(r).toLowerCase():"";switch(t){case"equals":return i===a;case"notEquals":return i!==a;case"contains":return i.includes(a);case"notContains":return!i.includes(a);case"startsWith":return i.startsWith(a);case"endsWith":return i.endsWith(a)}}if("number"==typeof e||!isNaN(Number(e))){var s=Number(e),l=Number(r);switch(t){case"equals":return s===l;case"notEquals":return s!==l;case"greaterThan":return s>l;case"lessThan":return s<l;case"greaterThanOrEqual":return s>=l;case"lessThanOrEqual":return s<=l;case"between":if(o&&2===o.length){var c=o.map(Number),u=c[0],d=c[1];return s>=u&&s<=d}return!1;case"notBetween":if(o&&2===o.length){var f=o.map(Number);return u=f[0],d=f[1],s<u||s>d}return!0}}if(e instanceof Date||!isNaN(Date.parse(e))){var h=new Date(e),v=new Date(String(r||"")),p=fn(h),g=fn(v);switch(t){case"equals":return p.getTime()===g.getTime();case"notEquals":return p.getTime()!==g.getTime();case"before":return p<g;case"after":return p>g;case"between":if(o&&2===o.length){var m=o.map(function(e){return fn(new Date(String(e||"")))}),w=m[0],x=m[1];return p>=w&&p<=x}return!1;case"notBetween":if(o&&2===o.length){var y=o.map(function(e){return fn(new Date(String(e||"")))});return w=y[0],x=y[1],p<w||p>x}return!0}}if("boolean"==typeof e){var b=Boolean(r);if("equals"===t)return e===b}if(Array.isArray(e)){var C=e.map(function(e){return"object"==typeof e&&null!==e?JSON.stringify(e):String(e)}).join(", ");e=C}if("in"===t||"notIn"===t){if(o&&Array.isArray(o)){var S=String(e),I=o.includes(S);return"in"===t?I:!I}return!1}var R=String(e).toLowerCase(),j=r?String(r).toLowerCase():"";switch(t){case"equals":return R===j;case"notEquals":return R!==j;default:return!0}}(e[n.accessor],n)}catch(e){return console.warn("Filter error for accessor ".concat(n.accessor,":"),e),!0}})}):t},vn=function(e){var t=e.rows,r=e.headers,i=e.rowGrouping;return n.useMemo(function(){if(!i||0===i.length)return t;var e=function(e){return we(e).filter(function(e){return e.aggregation})}(r);if(0===e.length)return t;var n=JSON.parse(JSON.stringify(t)),a=function(n,t){return void 0===t&&(t=0),n.map(function(n){var r=i[t],s=i[t+1],l=n[r];if(l&&v(l)){var c=a(l,t+1),u=o({},n);return u[r]=c,e.forEach(function(e){var n=pn(c,e.accessor,e.aggregation,s);void 0!==n&&(u[e.accessor]=n)}),u}return n})};return a(n)},[t,r,i])},pn=function(e,n,t,r){var o=[],i=function(e){e.forEach(function(e){var t=r?e[r]:void 0;r&&t&&v(t)?i(t):void 0!==e[n]&&null!==e[n]&&o.push(e[n])})};if(i(e),0!==o.length){if("custom"===t.type&&t.customFn)return t.customFn(o);var a,s=t.parseValue?o.map(t.parseValue).filter(function(e){return!isNaN(e)}):o.map(function(e){return"number"==typeof e?e:"string"==typeof e?parseFloat(e):NaN}).filter(function(e){return!isNaN(e)});if(0===s.length)return"count"===t.type?o.length:void 0;switch(t.type){case"sum":a=s.reduce(function(e,n){return e+n},0);break;case"average":a=s.reduce(function(e,n){return e+n},0)/s.length;break;case"count":a=o.length;break;case"min":a=Math.min.apply(Math,s);break;case"max":a=Math.max.apply(Math,s);break;default:return}return t.formatResult?t.formatResult(a):a}},gn=function(e){var t=e.rows,r=e.rowIdAccessor,o=e.onRowSelectionChange,i=e.enableRowSelection,a=void 0!==i&&i,s=n.useState(new Set),l=s[0],c=s[1],u=n.useCallback(function(e){return!!a&&function(e,n){return n.has(e)}(e,l)},[l,a]),d=n.useCallback(function(){return!!a&&function(e,n,t){return 0!==e.length&&e.every(function(e){return t.has(String(e[n]))})}(t,r,l)},[t,r,l,a]),f=n.useMemo(function(){return a?function(e){return e.size}(l):0},[l,a]),h=n.useMemo(function(){return a?function(e,n,t){return e.filter(function(e){return t.has(String(e[n]))})}(t,r,l):[]},[t,r,l,a]),v=n.useCallback(function(e,n){if(a){var i=function(e,n){var t=new Set(n);return t.has(e)?t.delete(e):t.add(e),t}(e,l);if(c(i),o){var s=t.find(function(n){return String(n[r])===e});s&&o({row:s,isSelected:n,selectedRows:i})}}},[l,t,r,o,a]),p=n.useCallback(function(e){var n;a&&(e?(n=function(e,n){return new Set(e.map(function(e){return String(e[n])}))}(t,r),o&&t.forEach(function(e){return o({row:e,isSelected:!0,selectedRows:n})})):(n=new Set,o&&l.forEach(function(e){var i=t.find(function(n){return String(n[r])===e});i&&o({row:i,isSelected:!1,selectedRows:n})})),c(n))},[t,r,o,l,a]),g=n.useCallback(function(e){if(a){var n=u(e);v(e,!n)}},[u,v,a]),m=n.useCallback(function(){if(a){if(o){var e=new Set;l.forEach(function(n){var i=t.find(function(e){return String(e[r])===n});i&&o({row:i,isSelected:!1,selectedRows:e})})}c(new Set)}},[l,t,r,o,a]);return{selectedRows:l,setSelectedRows:c,isRowSelected:u,areAllRowsSelected:d,selectedRowCount:f,selectedRowsData:h,handleRowSelect:v,handleSelectAll:p,handleToggleRow:g,clearSelection:m}},mn=function(t){var r=t.allowAnimations,l=void 0!==r&&r,c=t.cellUpdateFlash,f=void 0!==c&&c,h=t.className,w=t.columnEditorPosition,y=void 0===w?"right":w,R=t.columnEditorText,j=void 0===R?"Columns":R,E=t.columnReordering,k=void 0!==E&&E,N=t.columnResizing,F=void 0!==N&&N,A=t.defaultHeaders,M=t.editColumns,T=void 0!==M&&M,H=t.editColumnsInitOpen,D=void 0!==H&&H,L=t.enableRowSelection,B=void 0!==L&&L,O=t.expandAll,P=void 0===O||O,q=t.expandIcon,z=void 0===q?e.jsx(S,{className:"st-expand-icon"}):q,Y=t.externalFilterHandling,G=void 0!==Y&&Y,U=t.externalSortHandling,K=void 0!==U&&U,V=t.height,J=t.hideFooter,X=void 0!==J&&J,$=t.nextIcon,Q=void 0===$?e.jsx(S,{className:"st-next-prev-icon"}):$,Z=t.onCellEdit,ee=t.onCellClick,ne=t.onColumnOrderChange,te=t.onFilterChange,re=t.onGridReady,oe=t.onLoadMore,ie=t.onNextPage,ae=t.onRowSelectionChange,se=t.onSortChange,le=t.prevIcon,ce=void 0===le?e.jsx(C,{className:"st-next-prev-icon"}):le,ue=t.rowGrouping,de=t.rowHeight,fe=void 0===de?32:de,he=t.rowIdAccessor,ve=t.rows,pe=t.rowsPerPage,ge=void 0===pe?10:pe,me=t.selectableCells,we=void 0!==me&&me,xe=t.selectableColumns,ye=void 0!==xe&&xe,be=t.shouldPaginate,Se=void 0!==be&&be,Ie=t.sortDownIcon,Re=void 0===Ie?e.jsx(sn,{className:"st-header-icon"}):Ie,je=t.sortUpIcon,Ee=void 0===je?e.jsx(ln,{className:"st-header-icon"}):je,ke=t.tableRef,Ne=t.theme,Fe=void 0===Ne?"light":Ne,Ae=t.useHoverRowBackground,Me=void 0===Ae||Ae,Te=t.useOddEvenRowBackground,He=void 0===Te||Te,De=t.useOddColumnBackground,Le=void 0!==De&&De;Le&&(He=!1);var Be=n.useReducer(function(e){return e+1},0)[1],Oe=n.useRef(null),We=n.useRef(null),Pe=n.useRef(null),qe=n.useRef(null),ze=n.useRef(null),Ye=n.useRef(null),Ge=n.useRef(null),Ue=n.useState(1),Ke=Ue[0],Ve=Ue[1],_e=n.useState(A),$e=_e[0],en=_e[1],nn=n.useState(!1),tn=nn[0],rn=nn[1],on=n.useState(!1),un=on[0],fn=on[1];n.useEffect(function(){en(A)},[A]);var pn=gn({rows:ve,rowIdAccessor:he,onRowSelectionChange:ae,enableRowSelection:B}),mn=pn.selectedRows,wn=pn.setSelectedRows,xn=pn.isRowSelected,yn=pn.areAllRowsSelected,bn=pn.selectedRowCount,Cn=pn.selectedRowsData,Sn=pn.handleRowSelect,In=pn.handleSelectAll,Rn=pn.handleToggleRow,jn=pn.clearSelection,En=n.useMemo(function(){var e;return!B||(null===(e=null==$e?void 0:$e[0])||void 0===e?void 0:e.isSelectionColumn)?$e:s([{accessor:"__row_selection__",label:"",width:42,isEditable:!1,type:"boolean",pinned:"left",isSelectionColumn:!0,isSortable:!1,filterable:!1,align:"center"}],$e,!0)},[B,$e]),kn=n.useState(0),Nn=kn[0],Fn=kn[1],An=n.useState(new Set),Mn=An[0],Tn=An[1],Hn=function(e){var t=e.tableBodyContainerRef,r=n.useState(0),o=r[0],i=r[1];return n.useLayoutEffect(function(){if(t.current){var e=t.current.offsetWidth-t.current.clientWidth;i(e)}},[t]),{setScrollbarWidth:i,scrollbarWidth:o,tableBodyContainerRef:t}}({tableBodyContainerRef:Ye}),Dn=Hn.scrollbarWidth,Ln=Hn.setScrollbarWidth,Bn=n.useMemo(function(){var e=Ce({headers:En});return{mainBodyWidth:e.mainWidth,pinnedLeftWidth:e.leftWidth,pinnedRightWidth:e.rightWidth}},[En]),On=Bn.mainBodyWidth,Wn=Bn.pinnedLeftWidth,Pn=Bn.pinnedRightWidth,qn=function(e){var t=e.height,r=e.rowHeight;return n.useMemo(function(){var e;if(!t)return window.innerHeight-r;var n=document.querySelector(".simple-table-root"),o=0;if(t.endsWith("px"))o=parseInt(t,10);else if(t.endsWith("vh")){var i=parseInt(t,10);o=window.innerHeight*i/100}else if(t.endsWith("%")){var a=parseInt(t,10);o=((null===(e=null==n?void 0:n.parentElement)||void 0===e?void 0:e.clientHeight)||window.innerHeight)*a/100}else o=window.innerHeight;return Math.max(0,o-r)},[t,r])}({height:V,rowHeight:fe}),zn=vn({rows:ve,headers:$e,rowGrouping:ue}),Yn=function(e){var t=e.rows,r=e.externalFilterHandling,i=e.onFilterChange,a=n.useState({}),s=a[0],l=a[1],c=n.useMemo(function(){return hn({externalFilterHandling:r,tableRows:t,filterState:s})},[t,s,r]),u=n.useCallback(function(e){var n,t=o(o({},s),((n={})[e.accessor]=e,n));l(t),null==i||i(t)},[s,i]),d=n.useCallback(function(e){var n=o({},s);delete n[e],l(n),null==i||i(n)},[s,i]),f=n.useCallback(function(){l({}),null==i||i({})},[i]),h=n.useCallback(function(e){var n,i=o(o({},s),((n={})[e.accessor]=e,n));return hn({externalFilterHandling:r,tableRows:t,filterState:i})},[s,t,r]);return{filteredRows:c,updateFilter:u,clearFilter:d,clearAllFilters:f,filters:s,computeFilteredRowsPreview:h}}({rows:zn,externalFilterHandling:G,onFilterChange:te}),Gn=Yn.filters,Un=Yn.filteredRows,Kn=Yn.updateFilter,Vn=Yn.clearFilter,Jn=Yn.clearAllFilters,Xn=Yn.computeFilteredRowsPreview,_n=function(e){var t=e.headers,r=e.tableRows,i=e.externalSortHandling,a=e.onSortChange,s=e.rowGrouping,l=n.useState(null),c=l[0],u=l[1],d=n.useCallback(function(e){var n=e.groupingKeys,t=e.headers,r=e.rows,i=e.sortColumn,a=Qe({headers:t,rows:r,sortColumn:i});return n&&0!==n.length?a.map(function(e){var r,a=n[0],s=e[a];if(v(s)){var l=d({rows:s,sortColumn:i,headers:t,groupingKeys:n.slice(1)});return o(o({},e),((r={})[a]=l,r))}return e}):a},[]),f=n.useMemo(function(){return Ze({externalSortHandling:i,tableRows:r,sortColumn:c,rowGrouping:s,headers:t,sortNestedRows:d})},[r,c,t,i,s,d]),h=n.useCallback(function(e){var n=function(t){for(var r=0,o=t;r<o.length;r++){var i=o[r];if(i.accessor===e)return i;if(i.children&&i.children.length>0){var a=n(i.children);if(a)return a}}},r=n(t);if(r){var o=null;c&&c.key.accessor===e?"ascending"===c.direction&&(o={key:r,direction:"descending"}):o={key:r,direction:"ascending"},u(o),null==a||a(o)}},[c,t,a]),p=n.useCallback(function(e){var n=function(t){for(var r=0,o=t;r<o.length;r++){var i=o[r];if(i.accessor===e)return i;if(i.children&&i.children.length>0){var a=n(i.children);if(a)return a}}},o=n(t);if(!o)return r;var a=null;return c&&c.key.accessor===e?"ascending"===c.direction&&(a={key:o,direction:"descending"}):a={key:o,direction:"ascending"},Ze({externalSortHandling:i,tableRows:r,sortColumn:a,rowGrouping:s,headers:t,sortNestedRows:d})},[c,t,r,i,s,d]);return{sort:c,sortedRows:f,updateSort:h,computeSortedRowsPreview:p}}({headers:$e,tableRows:Un,externalSortHandling:K,onSortChange:se,rowGrouping:ue}),$n=_n.sort,Qn=_n.sortedRows,Zn=_n.updateSort,et=function(e){var t=e.allowAnimations,r=e.sortedRows,i=e.originalRows,a=e.currentPage,l=e.rowsPerPage,c=e.shouldPaginate,u=e.rowGrouping,d=e.rowIdAccessor,f=e.unexpandedRows,h=e.expandAll,v=e.contentHeight,m=e.rowHeight,w=e.scrollTop,x=e.computeFilteredRowsPreview,y=e.computeSortedRowsPreview,b=n.useState(!1),C=b[0],S=b[1],R=n.useState([]),j=R[0],E=R[1],k=n.useRef([]),N=n.useRef([]),F=n.useRef(new Map),A=n.useRef(null),M=n.useCallback(function(e){var n=c?e.slice((a-1)*l,a*l):e;return u&&0!==u.length?g({rows:n,rowGrouping:u,rowIdAccessor:d,unexpandedRows:f,expandAll:h}):n.map(function(e,n){return{row:e,depth:0,groupingKey:void 0,position:n,isLastGroupRow:!1}})},[a,l,c,u,d,f,h]);n.useMemo(function(){if(0===F.current.size){var e=M(i),n=new Map;e.forEach(function(e){var t=String(p({row:e.row,rowIdAccessor:d}));n.set(t,e.position)}),F.current=n}},[i,M,d]);var T=n.useMemo(function(){return M(r)},[r,M]),H=n.useMemo(function(){return I({bufferRowCount:5,contentHeight:v,tableRows:T,rowHeight:m,scrollTop:w})},[T,v,m,w]),D=n.useCallback(function(e,n){var t=new Set(e.map(function(e){return String(p({row:e.row,rowIdAccessor:d}))})),r=new Set(n.map(function(e){return String(p({row:e.row,rowIdAccessor:d}))}));return{staying:n.filter(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return t.has(n)}),entering:n.filter(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return!t.has(n)}),leaving:e.filter(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return!r.has(n)})}},[d]),L=n.useMemo(function(){if(0===k.current.length)return!1;var e=T.map(function(e){return String(p({row:e.row,rowIdAccessor:d}))}),n=k.current.map(function(e){return String(p({row:e.row,rowIdAccessor:d}))});return e.length!==n.length||!e.every(function(e,t){return e===n[t]})},[T,d]);n.useLayoutEffect(function(){if(!C){if(!t||c)return E([]),k.current=T,void(N.current=H);if(0===k.current.length)return E([]),k.current=T,void(N.current=H);if(!L)return E([]),k.current=T,void(N.current=H);A.current={tableRows:T,visibleRows:H},S(!0)}},[t,T,L,C,c,H]),n.useLayoutEffect(function(){if(C&&A.current&&j.length>0){var e=setTimeout(function(){var e=A.current;S(!1),E([]),k.current=e.tableRows,N.current=e.visibleRows,A.current=null},_.duration+100);return function(){return clearTimeout(e)}}},[C,j.length]);var B=n.useMemo(function(){if(!t||c)return H;if(j.length>0){var e=new Map;return T.forEach(function(n){var t=String(p({row:n.row,rowIdAccessor:d}));e.set(t,n.position)}),j.map(function(n){var t=String(p({row:n.row,rowIdAccessor:d})),r=e.get(t);return void 0!==r?o(o({},n),{position:r}):n})}return H},[H,j,T,t,c,d]),O=n.useCallback(function(e){if(t&&!c){var n=x(e),r=M(n),o=I({bufferRowCount:5,contentHeight:v,tableRows:r,rowHeight:m,scrollTop:w}),i=D(H,o).entering.map(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return T.find(function(e){return String(p({row:e.row,rowIdAccessor:d}))===n})||e}).filter(Boolean);i.length>0&&E(s(s([],H,!0),i,!0))}},[t,c,x,M,v,m,w,D,T,H,d]),W=n.useCallback(function(e){if(t&&!c){var n=y(e),r=M(n),o=I({bufferRowCount:5,contentHeight:v,tableRows:r,rowHeight:m,scrollTop:w}),i=D(H,o).entering.map(function(e){var n=String(p({row:e.row,rowIdAccessor:d}));return T.find(function(e){return String(p({row:e.row,rowIdAccessor:d}))===n})||e}).filter(Boolean);i.length>0&&E(s(s([],H,!0),i,!0))}},[t,c,y,M,v,m,w,D,T,H,d]);return{currentTableRows:T,currentVisibleRows:H,isAnimating:C,prepareForFilterChange:O,prepareForSortChange:W,rowsToRender:B}}({allowAnimations:l,sortedRows:Qn,originalRows:zn,currentPage:Ke,rowsPerPage:ge,shouldPaginate:Se,rowGrouping:ue,rowIdAccessor:he,unexpandedRows:Mn,expandAll:P,contentHeight:qn,rowHeight:fe,scrollTop:Nn,computeFilteredRowsPreview:Xn,computeSortedRowsPreview:_n.computeSortedRowsPreview}),nt=et.currentTableRows,tt=et.rowsToRender,rt=et.prepareForFilterChange,ot=et.prepareForSortChange,it=et.isAnimating,at=n.useRef(new Map),st=function(e){var t=e.selectableCells,r=e.headers,o=e.tableRows,s=e.rowIdAccessor,l=e.onCellEdit,c=e.cellRegistry,u=n.useState(new Set),f=u[0],h=u[1],v=n.useState(new Set),g=v[0],w=v[1],x=n.useState(null),y=x[0],b=x[1],C=n.useState(null),S=C[0],I=C[1],R=n.useState(new Set),j=R[0],E=R[1],k=n.useState(new Set),N=k[0],F=k[1],A=n.useRef(!1),M=n.useRef(null),T=n.useMemo(function(){return r.flatMap(d)},[r]),H=n.useCallback(function(){var e=T.filter(function(e){return!e.hide}),n=new Map;e.forEach(function(e,t){n.set(t,e.accessor)});var t=Array.from(f).reduce(function(e,t){var r,i=t.split("-").map(Number),a=i[0],s=i[1];e[a]||(e[a]=[]);var l=n.get(s);return l&&(null===(r=o[a])||void 0===r?void 0:r.row)?e[a][s]=o[a].row[l]:e[a][s]="",e},{}),r=Object.values(t).map(function(e){return Object.values(e).join("\t")}).join("\n");f.size>0&&(navigator.clipboard.writeText(r),E(new Set(f)),setTimeout(function(){E(new Set)},800))},[T,f,o]),D=n.useCallback(function(){return i(void 0,void 0,void 0,function(){var e,n,t,r,i,u,d,f;return a(this,function(a){switch(a.label){case 0:if(!S)return[2];a.label=1;case 1:return a.trys.push([1,3,,4]),[4,navigator.clipboard.readText()];case 2:return(e=a.sent())?0===(n=e.split("\n").filter(function(e){return e.length>0})).length?[2]:(t=T.filter(function(e){return!e.hide}),r=new Set,i=new Set,u=S.rowIndex,d=S.colIndex,n.forEach(function(e,n){e.split("\t").forEach(function(e,a){var f=u+n,h=d+a;if(!(f>=o.length||h>=t.length)){var v=o[f],g=t[h],w=p({row:v.row,rowIdAccessor:s});if(null==g?void 0:g.isEditable){var x=e;if("number"===g.type){var y=Number(e);isNaN(y)||(x=y)}else if("boolean"===g.type)x="true"===e.toLowerCase()||"1"===e;else if("date"===g.type){var b=new Date(e);isNaN(b.getTime())||(x=b)}if(v.row[g.accessor]=x,c){var C="".concat(w,"-").concat(g.accessor),S=c.get(C);S&&S.updateContent(x)}null==l||l({accessor:g.accessor,newValue:x,row:v.row,rowIndex:f});var I=m({colIndex:h,rowIndex:f,rowId:w});r.add(I)}else{var R=m({colIndex:h,rowIndex:f,rowId:w});i.add(R)}}})}),r.size>0&&(E(r),setTimeout(function(){E(new Set)},800)),i.size>0&&(F(i),setTimeout(function(){F(new Set)},800)),[3,4]):[2];case 3:return f=a.sent(),console.warn("Failed to paste from clipboard:",f),[3,4];case 4:return[2]}})})},[S,T,o,s,l,c]),L=n.useCallback(function(){if(0!==f.size){var e=T.filter(function(e){return!e.hide}),n=new Map;e.forEach(function(e,t){n.set(t,e.accessor)});var t=new Set,r=new Set;Array.from(f).forEach(function(n){var i=n.split("-").map(Number),a=i[0],u=i[1];if(!(a>=o.length||u>=e.length)){var d=o[a],f=e[u],h=p({row:d.row,rowIdAccessor:s});if(null==f?void 0:f.isEditable){var v=null;if(v="string"===f.type?"":"number"===f.type?null:"boolean"!==f.type&&("date"===f.type?null:Array.isArray(d.row[f.accessor])?[]:""),d.row[f.accessor]=v,c){var g="".concat(h,"-").concat(f.accessor),m=c.get(g);m&&m.updateContent(v)}null==l||l({accessor:f.accessor,newValue:v,row:d.row,rowIndex:a}),t.add(n)}else r.add(n)}}),t.size>0&&(E(t),setTimeout(function(){E(new Set)},800)),r.size>0&&(F(r),setTimeout(function(){F(new Set)},800))}},[f,T,o,s,l,c]),B=n.useCallback(function(e,n){for(var t=new Set,r=Math.min(e.rowIndex,n.rowIndex),i=Math.max(e.rowIndex,n.rowIndex),a=Math.min(e.colIndex,n.colIndex),l=Math.max(e.colIndex,n.colIndex),c=r;c<=i;c++)for(var u=a;u<=l;u++)if(c>=0&&c<o.length){var d=p({row:o[c].row,rowIdAccessor:s});t.add(m({colIndex:u,rowIndex:c,rowId:d}))}w(new Set),b(null),h(t)},[o,s,w,b,h]),O=n.useCallback(function(e){if(e.rowIndex>=0&&e.rowIndex<o.length&&e.colIndex>=0&&e.colIndex<T.length){var n=m(e);w(new Set),b(null),h(new Set([n])),I(e)}},[T.length,o.length,w,b,h,I]),W=n.useCallback(function(e,n){void 0===n&&(n=!1),h(new Set),I(null),w(function(t){var r=new Set(n?t:[]);return e.forEach(function(e){return r.add(e)}),r}),e.length>0&&b(e[e.length-1])},[h,I,w,b]);n.useEffect(function(){var e=function(e){var n;if(t&&S){var r=S.rowIndex,i=S.colIndex,a=S.rowId;if(!e.ctrlKey&&!e.metaKey||"c"!==e.key){if((e.ctrlKey||e.metaKey)&&"v"===e.key)return e.preventDefault(),void D();if("Delete"===e.key||"Backspace"===e.key)return e.preventDefault(),void L();if(p({row:null===(n=o[r])||void 0===n?void 0:n.row,rowIdAccessor:s})!==a){var l=o.findIndex(function(e,n){return p({row:e.row,rowIdAccessor:s})===a});if(-1===l)return;r=l}if("ArrowUp"===e.key){if(e.preventDefault(),r>0){var c=p({row:o[r-1].row,rowIdAccessor:s});O({rowIndex:r-1,colIndex:i,rowId:c})}}else"ArrowDown"===e.key?(e.preventDefault(),r<o.length-1&&(c=p({row:o[r+1].row,rowIdAccessor:s}),O({rowIndex:r+1,colIndex:i,rowId:c}))):"ArrowLeft"===e.key||"Tab"===e.key&&e.shiftKey?(e.preventDefault(),i>0&&(c=p({row:o[r].row,rowIdAccessor:s}),O({rowIndex:r,colIndex:i-1,rowId:c}))):"ArrowRight"===e.key||"Tab"===e.key?(e.preventDefault(),i<T.length-1&&(c=p({row:o[r].row,rowIdAccessor:s}),O({rowIndex:r,colIndex:i+1,rowId:c}))):"Escape"===e.key&&(h(new Set),w(new Set),b(null),M.current=null,I(null))}else H()}};return document.addEventListener("keydown",e),function(){document.removeEventListener("keydown",e)}},[H,T.length,S,s,B,O,t,o,D,L]);var P=n.useCallback(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=m({colIndex:n,rowIndex:t,rowId:r}),i=f.has(o),a=g.has(n);return i||a},[f,g]),q=n.useCallback(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,i=[],a=o[t-1]?p({row:o[t-1].row,rowIdAccessor:s}):null,l=o[t+1]?p({row:o[t+1].row,rowIdAccessor:s}):null,c=null!==a?{colIndex:n,rowIndex:t-1,rowId:a}:null,u=null!==l?{colIndex:n,rowIndex:t+1,rowId:l}:null,d={colIndex:n-1,rowIndex:t,rowId:r},f={colIndex:n+1,rowIndex:t,rowId:r};return(!c||!P(c)||g.has(n)&&0===t)&&i.push("st-selected-top-border"),(!u||!P(u)||g.has(n)&&t===o.length-1)&&i.push("st-selected-bottom-border"),P(d)||i.push("st-selected-left-border"),P(f)||i.push("st-selected-right-border"),i.join(" ")},[P,o,g,s]),z=n.useMemo(function(){return S?function(e){var n=e.rowIndex,t=e.colIndex,r=e.rowId;return n===S.rowIndex&&t===S.colIndex&&r===S.rowId}:function(){return!1}},[S]),Y=n.useCallback(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=m({colIndex:n,rowIndex:t,rowId:r});return j.has(o)},[j]),G=n.useCallback(function(e){var n=e.colIndex,t=e.rowIndex,r=e.rowId,o=m({colIndex:n,rowIndex:t,rowId:r});return N.has(o)},[N]);return{getBorderClass:q,handleMouseDown:function(e){var n=e.colIndex,r=e.rowIndex,o=e.rowId;t&&(A.current=!0,M.current={rowIndex:r,colIndex:n,rowId:o},setTimeout(function(){w(new Set),b(null);var e=m({colIndex:n,rowIndex:r,rowId:o});h(new Set([e])),I({rowIndex:r,colIndex:n,rowId:o})},0))},handleMouseOver:function(e){var n=e.colIndex,r=e.rowIndex;if(e.rowId,t&&A.current&&M.current){for(var i=new Set,a=Math.min(M.current.rowIndex,r),l=Math.max(M.current.rowIndex,r),c=Math.min(M.current.colIndex,n),u=Math.max(M.current.colIndex,n),d=a;d<=l;d++)for(var f=c;f<=u;f++)if(d>=0&&d<o.length){var v=p({row:o[d].row,rowIdAccessor:s});i.add(m({colIndex:f,rowIndex:d,rowId:v}))}h(i)}},handleMouseUp:function(){A.current=!1},isCopyFlashing:Y,isWarningFlashing:G,isInitialFocusedCell:z,isSelected:P,lastSelectedColumnIndex:y,pasteFromClipboard:D,selectColumns:W,selectedCells:f,selectedColumns:g,setInitialFocusedCell:I,setSelectedCells:h,setSelectedColumns:w,deleteSelectedCells:L}}({selectableCells:we,headers:$e,tableRows:nt,rowIdAccessor:he,onCellEdit:Z,cellRegistry:at.current}),lt=st.getBorderClass,ct=st.handleMouseDown,ut=st.handleMouseOver,dt=st.handleMouseUp,ft=st.isCopyFlashing,ht=st.isInitialFocusedCell,vt=st.isSelected,pt=st.isWarningFlashing,gt=st.selectColumns,mt=st.selectedCells,wt=st.selectedColumns,xt=st.setInitialFocusedCell,yt=st.setSelectedCells,bt=st.setSelectedColumns,Ct=n.useCallback(function(e){ot(e),setTimeout(function(){Zn(e)},0)},[ot,Zn]),St=n.useCallback(function(e){en(e)},[]);!function(e){var t=e.selectableColumns,r=e.selectedCells,o=e.selectedColumns,i=e.setSelectedCells,a=e.setSelectedColumns;n.useEffect(function(){var e=function(e){var n=e.target;n.closest(".st-cell")||t&&(n.classList.contains("st-header-cell")||n.classList.contains("st-header-label"))||(r.size>0&&i(new Set),o.size>0&&a(new Set))};return document.addEventListener("mousedown",e),function(){document.removeEventListener("mousedown",e)}},[t,r,o,i,a])}({selectableColumns:ye,selectedCells:mt,selectedColumns:wt,setSelectedCells:yt,setSelectedColumns:bt}),function(e){var t=e.forceUpdate,r=e.tableBodyContainerRef,o=e.setScrollbarWidth;n.useLayoutEffect(function(){var e=function(){if(t(),r.current){var e=r.current.offsetWidth-r.current.clientWidth;o(e)}};return window.addEventListener("resize",e),function(){window.removeEventListener("resize",e)}},[t,r,o])}({forceUpdate:Be,tableBodyContainerRef:Ye,setScrollbarWidth:Ln}),function(e){var t=e.onGridReady;n.useEffect(function(){null==t||t()},[t])}({onGridReady:re}),function(e){var t=e.tableRef,r=e.rows,o=e.rowIdAccessor,i=e.cellRegistryRef;n.useEffect(function(){t&&(t.current={updateData:function(e){var n=e.accessor,t=e.rowIndex,a=e.newValue,s=null==r?void 0:r[t];if(s){var l=p({row:s,rowIdAccessor:o}),c=u({rowId:l,accessor:n}),d=i.current.get(c);d&&d.updateContent(a),void 0!==s[n]&&(s[n]=a)}}})},[i,r,o,t])}({cellRegistryRef:at,rowIdAccessor:he,rows:ve,tableRef:ke}),function(e){var t=e.filters,r=e.onFilterChange;n.useEffect(function(){null==r||r(t)},[t,r])}({filters:Gn,onFilterChange:te}),function(e){var t=e.sort,r=e.onSortChange,o=W(t);n.useEffect(function(){!t||(null==o?void 0:o.key.accessor)===t.key.accessor&&(null==o?void 0:o.direction)===t.direction?!t&&o&&(null==r||r(null)):null==r||r(t)},[t,o,r])}({sort:$n,onSortChange:se});var It=n.useCallback(function(e){rt(e),setTimeout(function(){Kn(e)},0)},[rt,Kn]);return e.jsx(x,o({value:{allowAnimations:l,areAllRowsSelected:yn,cellRegistry:at.current,cellUpdateFlash:f,clearSelection:jn,columnReordering:k,columnResizing:F,draggedHeaderRef:Oe,editColumns:T,enableRowSelection:B,expandIcon:z,filters:Gn,forceUpdate:Be,getBorderClass:lt,handleApplyFilter:It,handleClearAllFilters:Jn,handleClearFilter:Vn,handleMouseDown:ct,handleMouseOver:ut,handleRowSelect:Sn,handleSelectAll:In,handleToggleRow:Rn,headerContainerRef:Ge,headers:En,hoveredHeaderRef:We,isAnimating:it,isCopyFlashing:ft,isInitialFocusedCell:ht,isResizing:tn,isRowSelected:xn,isScrolling:un,isSelected:vt,isWarningFlashing:pt,mainBodyRef:Pe,nextIcon:Q,onCellEdit:Z,onCellClick:ee,onColumnOrderChange:ne,onLoadMore:oe,onSort:Ct,onTableHeaderDragEnd:St,pinnedLeftRef:qe,pinnedRightRef:ze,prevIcon:ce,rowGrouping:ue,rowHeight:fe,rowIdAccessor:he,scrollbarWidth:Dn,selectColumns:gt,selectableColumns:ye,selectedRows:mn,selectedRowCount:bn,selectedRowsData:Cn,setHeaders:en,setInitialFocusedCell:xt,setIsResizing:rn,setIsScrolling:fn,setSelectedCells:yt,setSelectedColumns:bt,setSelectedRows:wn,setUnexpandedRows:Tn,shouldPaginate:Se,sortDownIcon:Re,sortUpIcon:Ee,tableBodyContainerRef:Ye,tableRows:nt,theme:Fe,unexpandedRows:Mn,useHoverRowBackground:Me,useOddColumnBackground:Le,useOddEvenRowBackground:He}},{children:e.jsx("div",o({className:"simple-table-root st-wrapper theme-".concat(Fe," ").concat(null!=h?h:""),style:V?{height:V}:{}},{children:e.jsx(cn,{children:e.jsxs("div",o({className:"st-wrapper-container"},{children:[e.jsx(dn,{}),e.jsxs("div",o({className:"st-content-wrapper",onMouseUp:dt,onMouseLeave:dt},{children:[e.jsx(Je,{pinnedLeftWidth:Wn,pinnedRightWidth:Pn,setScrollTop:Fn,sort:$n,tableRows:nt,rowsToRender:tt}),e.jsx(an,{columnEditorText:j,editColumns:T,editColumnsInitOpen:D,headers:$e,position:y})]})),e.jsx(Xe,{mainBodyRef:Pe,mainBodyWidth:On,pinnedLeftWidth:Wn,pinnedRightWidth:Pn,tableBodyContainerRef:Ye}),e.jsx(b,{currentPage:Ke,hideFooter:X,onPageChange:Ve,onNextPage:ie,shouldPaginate:Se,totalPages:Math.ceil(Qn.length/ge)})]}))})}))}))};exports.SimpleTable=function(t){var r=n.useState(!1),i=r[0],a=r[1];return n.useEffect(function(){a(!0)},[]),i?e.jsx(mn,o({},t)):null};
2
2
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,13 @@
1
+ import CellValue from "./CellValue";
2
+ import { Accessor } from "./HeaderObject";
3
+ import Row from "./Row";
4
+ import { RowId } from "./RowId";
5
+ type CellClickProps = {
6
+ accessor: Accessor;
7
+ colIndex: number;
8
+ row: Row;
9
+ rowId: RowId;
10
+ rowIndex: number;
11
+ value: CellValue;
12
+ };
13
+ export default CellClickProps;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.3.0",
2
+ "version": "1.3.1",
3
3
  "main": "dist/index.js",
4
4
  "module": "dist/index.es.js",
5
5
  "types": "dist/index.d.ts",