@epam/ai-dial-ui-kit 0.6.0-rc.63 → 0.6.0-rc.64

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.
@@ -59,4 +59,4 @@ See ${Gp(e,t)}`;return Array.isArray(o)?o.concat(n):[o,n]}var jP={1:"Charting Ag
59
59
  If you are trying to annotate ${o} with application data, use the '${o}.context' property instead.`),sn(d)}if(a.length>0&&i){const l=this.beans.frameworkOverrides.getDocLink(i);sn(`to see all the valid ${o} properties please check: ${l}`)}}};function u5(e,t,s){const o={},i=e.filter(n=>!t.some(r=>r===n));if(i.length>0)for(const n of i)o[n]=Vc({inputValue:n,allSuggestions:s}).values;return o}var h5=new Set(["firstChildChanged","lastChildChanged","childIndexChanged"]),g5={moduleName:"Validation",version:U,beans:[d5]};function Bm(e){const t=e.sibling;t&&(t.childrenAfterFilter=e.childrenAfterFilter)}var p5=class extends k{constructor(){super(...arguments),this.beanName="filterStage",this.step="filter",this.refreshProps=["excludeChildrenWhenTreeDataFiltering"]}wireBeans(e){this.filterManager=e.filterManager}execute(e){const{changedPath:t}=e;this.filter(t)}filter(e){const t=!!this.filterManager?.isChildFilterPresent();this.filterNodes(t,e)}filterNodes(e,t){const s=(o,i)=>{o.hasChildren()&&e&&!i?o.childrenAfterFilter=o.childrenAfterGroup.filter(n=>{const r=n.childrenAfterFilter&&n.childrenAfterFilter.length>0,a=n.data&&this.filterManager.doesRowPassFilter({rowNode:n});return r||a}):o.childrenAfterFilter=o.childrenAfterGroup,Bm(o)};if(this.doingTreeDataFiltering()){const o=(n,r)=>{if(n.childrenAfterGroup)for(let a=0;a<n.childrenAfterGroup.length;a++){const l=n.childrenAfterGroup[a],c=r||this.filterManager.doesRowPassFilter({rowNode:l});l.childrenAfterGroup?o(n.childrenAfterGroup[a],c):s(l,c)}s(n,r)},i=n=>o(n,!1);t.executeFromRootNode(i)}else{const o=i=>s(i,!1);t.forEachChangedNodeDepthFirst(o,!0)}}doingTreeDataFiltering(){return this.gos.get("treeData")&&!this.gos.get("excludeChildrenWhenTreeDataFiltering")}},f5=class extends Zd{constructor(){super(...arguments),this.iconCreated=!1}wireComp(e,t,s,o,i){this.comp=e;const n=In(this,this.beans.context,i);this.eButtonShowMainFilter=s,this.eFloatingFilterBody=o,this.setGui(t,n),this.setupActive(),this.refreshHeaderStyles(),this.setupWidth(n),this.setupLeft(n),this.setupHover(n),this.setupFocus(n),this.setupAria(),this.setupFilterButton(),this.setupUserComp(),this.setupSyncWithFilter(n),this.setupUi(),n.addManagedElementListeners(this.eButtonShowMainFilter,{click:this.showParentFilter.bind(this)}),this.setupFilterChangedListener(n);const r=()=>this.onColDefChanged(n);n.addManagedListeners(this.column,{colDefChanged:r}),n.addManagedEventListeners({filterSwitched:({column:a})=>{a===this.column&&r()}}),n.addDestroyFunc(()=>{this.eButtonShowMainFilter=null,this.eFloatingFilterBody=null,this.userCompDetails=null,this.clearComponent()})}resizeHeader(){}moveHeader(){}getHeaderClassParams(){const{column:e,beans:t}=this,s=e.colDef;return he(t.gos,{colDef:s,column:e,floatingFilter:!0})}setupActive(){const e=this.column.getColDef(),t=!!e.filter,s=!!e.floatingFilter;this.active=t&&s}setupUi(){if(this.comp.setButtonWrapperDisplayed(!this.suppressFilterButton&&this.active),this.comp.addOrRemoveBodyCssClass("ag-floating-filter-full-body",this.suppressFilterButton),this.comp.addOrRemoveBodyCssClass("ag-floating-filter-body",!this.suppressFilterButton),!this.active||this.iconCreated)return;const e=zt("filter",this.beans,this.column);e&&(this.iconCreated=!0,this.eButtonShowMainFilter.appendChild(e))}setupFocus(e){e.createManagedBean(new yi(this.eGui,{shouldStopEventPropagation:this.shouldStopEventPropagation.bind(this),onTabKeyDown:this.onTabKeyDown.bind(this),handleKeyDown:this.handleKeyDown.bind(this),onFocusIn:this.onFocusIn.bind(this)}))}setupAria(){const e=this.getLocaleTextFunc();di(this.eButtonShowMainFilter,e("ariaFilterMenuOpen","Open Filter Menu"))}onTabKeyDown(e){const{beans:t}=this;if(je(t)===this.eGui)return;const i=Io(t,this.eGui,null,e.shiftKey);if(i){t.headerNavigation?.scrollToColumn(this.column),e.preventDefault(),i.focus();return}const n=this.findNextColumnWithFloatingFilter(e.shiftKey);n&&t.focusSvc.focusHeaderPosition({headerPosition:{headerRowIndex:this.rowCtrl.rowIndex,column:n},event:e})&&e.preventDefault()}findNextColumnWithFloatingFilter(e){const t=this.beans.visibleCols;let s=this.column;do if(s=e?t.getColBefore(s):t.getColAfter(s),!s)break;while(!s.getColDef().filter||!s.getColDef().floatingFilter);return s}handleKeyDown(e){super.handleKeyDown(e);const t=this.getWrapperHasFocus();switch(e.key){case I.UP:case I.DOWN:case I.LEFT:case I.RIGHT:if(t)return;xo(e);case I.ENTER:t&&yo(this.eGui)&&e.preventDefault();break;case I.ESCAPE:t||this.eGui.focus()}}onFocusIn(e){if(this.eGui.contains(e.relatedTarget))return;const s=!!e.relatedTarget&&!e.relatedTarget.classList.contains("ag-floating-filter"),o=!!e.relatedTarget&&lo(e.relatedTarget,"ag-floating-filter");if(s&&o&&e.target===this.eGui){const i=this.lastFocusEvent,n=!!(i&&i.key===I.TAB);if(i&&n){const r=i.shiftKey;yo(this.eGui,r)}}this.focusThis()}setupHover(e){this.beans.colHover?.addHeaderFilterColumnHoverListener(e,this.comp,this.column,this.eGui)}setupLeft(e){const t=new Yd(this.column,this.eGui,this.beans);e.createManagedBean(t)}setupFilterButton(){this.suppressFilterButton=!this.beans.menuSvc?.isFloatingFilterButtonEnabled(this.column),this.highlightFilterButtonWhenActive=!Tt(this.gos)}setupUserComp(){if(!this.active)return;const e=this.beans.colFilter?.getFloatingFilterCompDetails(this.column,()=>this.showParentFilter());e&&this.setCompDetails(e)}setCompDetails(e){this.userCompDetails=e,this.comp.setCompDetails(e)}showParentFilter(){const e=this.suppressFilterButton?this.eFloatingFilterBody:this.eButtonShowMainFilter;this.beans.menuSvc?.showFilterMenu({column:this.column,buttonElement:e,containerType:"floatingFilter",positionBy:"button"})}setupSyncWithFilter(e){if(!this.active)return;const{beans:{colFilter:t},column:s,gos:o}=this,i=n=>{if(n?.source==="filterDestroyed"&&(!this.isAlive()||!t?.isAlive()))return;const r=this.comp.getFloatingFilterComp();r&&r.then(a=>{if(a){if(o.get("enableFilterHandlers")){const d=n;let u="filter";d?.afterFloatingFilter?u="ui":d?.afterDataChange?u="dataChanged":n?.source==="api"&&(u="api"),this.updateFloatingFilterParams(this.userCompDetails,u);return}const l=t?.getCurrentFloatingFilterParentModel(s),c=n?{...n,columns:n.columns??[],source:n.source==="api"?"api":"columnFilter"}:null;a.onParentModelChanged(l,c)}})};[this.destroySyncListener]=e.addManagedListeners(s,{filterChanged:i}),t?.isFilterActive(s)&&i(null)}setupWidth(e){const t=()=>{const s=`${this.column.getActualWidth()}px`;this.comp.setWidth(s)};e.addManagedListeners(this.column,{widthChanged:t}),t()}setupFilterChangedListener(e){this.active&&([this.destroyFilterChangedListener]=e.addManagedListeners(this.column,{filterChanged:this.updateFilterButton.bind(this)}),this.updateFilterButton())}updateFilterButton(){if(!this.suppressFilterButton&&this.comp){const e=!!this.beans.filterManager?.isFilterAllowed(this.column);this.comp.setButtonWrapperDisplayed(e),this.highlightFilterButtonWhenActive&&e&&this.eButtonShowMainFilter.classList.toggle("ag-filter-active",this.column.isFilterActive())}}onColDefChanged(e){const t=this.active;this.setupActive();const s=!t&&this.active;t&&!this.active&&(this.destroySyncListener(),this.destroyFilterChangedListener());const o=this.beans.colFilter,i=this.active?o?.getFloatingFilterCompDetails(this.column,()=>this.showParentFilter()):null,n=this.comp.getFloatingFilterComp();!n||!i?this.updateCompDetails(e,i,s):n.then(r=>{!r||o?.areFilterCompsDifferent(this.userCompDetails??null,i)?this.updateCompDetails(e,i,s):this.updateFloatingFilterParams(i,"colDef")})}updateCompDetails(e,t,s){this.isAlive()&&(this.setCompDetails(t),this.setupFilterButton(),this.setupUi(),s&&(this.setupSyncWithFilter(e),this.setupFilterChangedListener(e)))}updateFloatingFilterParams(e,t){if(!e)return;let s=e.params;this.comp.getFloatingFilterComp()?.then(o=>{typeof o?.refresh=="function"&&(this.gos.get("enableFilterHandlers")&&(s={...s,model:et(this.beans.colFilter?.model??{},this.column.getColId()),source:t}),o.refresh(s))})}addResizeAndMoveKeyboardListeners(){}destroy(){super.destroy(),this.destroySyncListener=null,this.destroyFilterChangedListener=null}};function m5(e,t){const s=e.colModel.getCol(t);if(!s){Ie(12,{colKey:t});return}e.menuSvc?.showColumnMenu({column:s,positionBy:"auto"})}function C5(e){e.menuSvc?.hidePopupMenu()}var v5={moduleName:"SharedMenu",version:U,beans:[GR],apiFunctions:{showColumnMenu:m5,hidePopupMenu:C5}},w5=class extends gx{postConstruct(){this.beans.ctrlsSvc.whenReady(this,e=>{this.gridCtrl=e.gridCtrl}),this.addManagedEventListeners({gridStylesChanged:this.handleThemeChange.bind(this)})}getDefaultPopupParent(){return this.gridCtrl.getGui()}positionPopupForMenu(e){const{eventSource:t,ePopup:s,event:o}=e,i=t.getBoundingClientRect(),n=this.getParentRect();this.setAlignedTo(t,s);let r=!1;const a=()=>{const l=this.keepXYWithinBounds(s,i.top-n.top,0),c=s.clientWidth>0?s.clientWidth:200;r||(s.style.minWidth=`${c}px`,r=!0);const u=n.right-n.left-c;let h;return this.gos.get("enableRtl")?(h=f(),h<0&&(h=p(),this.setAlignedStyles(s,"left")),h>u&&(h=0,this.setAlignedStyles(s,"right"))):(h=p(),h>u&&(h=f(),this.setAlignedStyles(s,"right")),h<0&&(h=0,this.setAlignedStyles(s,"left"))),{x:h,y:l};function p(){return i.right-n.left-2}function f(){return i.left-n.left-c}};this.positionPopup({ePopup:s,keepWithinBounds:!0,updatePosition:a,postProcessCallback:()=>this.callPostProcessPopup(e,"subMenu",s,t,o instanceof MouseEvent?o:void 0)})}callPostProcessPopup(e,t,s,o,i){const n=this.gos.getCallback("postProcessPopup");if(n){const{column:r,rowNode:a}=e;n({column:r,rowNode:a,ePopup:s,type:t,eventSource:o,mouseEvent:i})}}getActivePopups(){return this.popupList.map(e=>e.element)}handleThemeChange(e){if(e.themeChanged){const t=this.beans.environment;for(const s of this.popupList)t.applyThemeClasses(s.wrapper)}}hasAnchoredPopup(){return this.popupList.some(e=>e.isAnchored)}isStopPropagation(e){return Fs(e)}},za={moduleName:"Popup",version:U,beans:[w5]},b5=".ag-set-filter{--ag-indentation-level:0}.ag-set-filter-item{align-items:center;display:flex;height:100%}:where(.ag-ltr) .ag-set-filter-item{padding-left:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level)*var(--ag-set-filter-indent-size))}:where(.ag-rtl) .ag-set-filter-item{padding-right:calc(var(--ag-widget-container-horizontal-padding) + var(--ag-indentation-level)*var(--ag-set-filter-indent-size))}.ag-set-filter-item-checkbox{display:flex;height:100%;width:100%}.ag-set-filter-group-icons{display:block;>*{cursor:pointer}}:where(.ag-ltr) .ag-set-filter-group-icons{margin-right:var(--ag-widget-container-horizontal-padding)}:where(.ag-rtl) .ag-set-filter-group-icons{margin-left:var(--ag-widget-container-horizontal-padding)}.ag-filter-body-wrapper{display:flex;flex-direction:column}:where(.ag-menu:not(.ag-tabs) .ag-filter) .ag-filter-body-wrapper,:where(.ag-menu:not(.ag-tabs) .ag-filter)>:not(.ag-filter-wrapper){min-width:180px}.ag-filter-filter{flex:1 1 0px}.ag-filter-condition{display:flex;justify-content:center}.ag-floating-filter-body{display:flex;flex:1 1 auto;height:100%;position:relative}.ag-floating-filter-full-body{align-items:center;display:flex;flex:1 1 auto;height:100%;overflow:hidden;width:100%}:where(.ag-floating-filter-full-body)>div{flex:1 1 auto}.ag-floating-filter-input{align-items:center;display:flex;width:100%;>*{flex:1 1 auto}:where(.ag-input-field-input[type=date]),:where(.ag-input-field-input[type=datetime-local]){width:1px}}.ag-floating-filter-button{display:flex;flex:none}.ag-date-floating-filter-wrapper{display:flex}.ag-set-floating-filter-input :where(input)[disabled]{pointer-events:none}.ag-floating-filter-button-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;height:var(--ag-icon-size);width:var(--ag-icon-size)}.ag-filter-loading{align-items:unset;background-color:var(--ag-chrome-background-color);height:100%;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);position:absolute;width:100%;z-index:1;:where(.ag-menu) &{background-color:var(--ag-menu-background-color)}}.ag-filter-separator{border-top:solid var(--ag-border-width) var(--menu-separator-color)}:where(.ag-filter-select) .ag-picker-field-wrapper{width:0}.ag-filter-condition-operator{height:17px}:where(.ag-ltr) .ag-filter-condition-operator-or{margin-left:calc(var(--ag-spacing)*2)}:where(.ag-rtl) .ag-filter-condition-operator-or{margin-right:calc(var(--ag-spacing)*2)}.ag-set-filter-select-all{padding-top:var(--ag-widget-container-vertical-padding)}.ag-filter-no-matches,.ag-set-filter-list{height:calc(var(--ag-list-item-height)*6)}.ag-filter-no-matches{padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}.ag-set-filter-tree-list{height:calc(var(--ag-list-item-height)*10)}.ag-set-filter-filter{margin-left:var(--ag-widget-container-horizontal-padding);margin-right:var(--ag-widget-container-horizontal-padding);margin-top:var(--ag-widget-container-vertical-padding)}.ag-filter-to{margin-top:var(--ag-widget-vertical-spacing)}.ag-mini-filter{margin:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}:where(.ag-ltr) .ag-set-filter-add-group-indent{margin-left:calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding))}:where(.ag-rtl) .ag-set-filter-add-group-indent{margin-right:calc(var(--ag-icon-size) + var(--ag-widget-container-horizontal-padding))}:where(.ag-filter-menu) .ag-set-filter-list{min-width:200px}.ag-filter-virtual-list-item:focus-visible{box-shadow:inset var(--ag-focus-shadow)}.ag-filter-apply-panel{display:flex;justify-content:flex-end;overflow:hidden;padding:var(--ag-widget-vertical-spacing) var(--ag-widget-container-horizontal-padding) var(--ag-widget-container-vertical-padding)}.ag-filter-apply-panel-button{line-height:1.5}:where(.ag-ltr) .ag-filter-apply-panel-button{margin-left:calc(var(--ag-spacing)*2)}:where(.ag-rtl) .ag-filter-apply-panel-button{margin-right:calc(var(--ag-spacing)*2)}.ag-simple-filter-body-wrapper{display:flex;flex-direction:column;min-height:calc(var(--ag-list-item-height) + var(--ag-widget-container-vertical-padding) + var(--ag-widget-vertical-spacing));overflow-y:auto;padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);padding-bottom:calc(var(--ag-widget-container-vertical-padding) - var(--ag-widget-vertical-spacing));&>*{margin-bottom:var(--ag-widget-vertical-spacing)}:where(.ag-resizer-wrapper){margin:0}}.ag-multi-filter-menu-item{margin:var(--ag-spacing) 0}.ag-multi-filter-group-title-bar{background-color:transparent;color:var(--ag-header-text-color);font-weight:500;padding:calc(var(--ag-spacing)*1.5) var(--ag-spacing)}.ag-group-filter-field-select-wrapper{display:flex;flex-direction:column;gap:var(--ag-widget-vertical-spacing);padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding)}";function S5(e){const t=e.filterManager;return!!t?.isColumnFilterPresent()||!!t?.isAggregateFilterPresent()}function y5(e,t){return e.filterManager?.getColumnFilterInstance(t)??Promise.resolve(void 0)}function x5(e,t){const s=e.colModel.getColDefCol(t);if(s)return e.colFilter?.destroyFilter(s,"api")}function R5(e,t){e.frameworkOverrides.wrapIncoming(()=>e.filterManager?.setFilterModel(t))}function F5(e){return e.filterManager?.getFilterModel()??{}}function E5(e,t,s){const{gos:o,colModel:i,colFilter:n}=e;s&&!o.get("enableFilterHandlers")&&(B(288),s=!1);const r=i.getColDefCol(t);return r?n?.getModelForColumn(r,s)??null:null}function D5(e,t,s){return e.filterManager?.setColumnFilterModel(t,s)??Promise.resolve()}function P5(e,t){const s=e.colModel.getCol(t);if(!s){Ie(12,{colKey:t});return}e.menuSvc?.showFilterMenu({column:s,containerType:"columnFilter",positionBy:"auto"})}function M5(e){e.menuSvc?.hideFilterMenu()}function T5(e,t){const s=e.colModel.getCol(t);if(!s){Ie(12,{colKey:t});return}return e.colFilter?.getHandler(s,!0)}function I5(e,t){const{colModel:s,colFilter:o,gos:i}=e;if(!i.get("enableFilterHandlers")){B(287);return}const{colId:n,action:r}=t;if(n){const a=s.getColById(n);a&&o?.updateModel(a,r)}else o?.updateAllModels(r)}var k5={filterHandler:()=>({doesFilterPass:()=>!0})},A5=class extends k{constructor(){super(...arguments),this.beanName="colFilter",this.allColumnFilters=new Map,this.allColumnListeners=new Map,this.activeAggregateFilters=[],this.activeColumnFilters=[],this.processingFilterChange=!1,this.modelUpdates=[],this.columnModelUpdates=[],this.state=new Map,this.handlerMap={...Af},this.isGlobalButtons=!1,this.activeFilterComps=new Set}postConstruct(){this.addManagedEventListeners({gridColumnsChanged:this.onColumnsChanged.bind(this),dataTypesInferred:this.processFilterModelUpdateQueue.bind(this)});const e=this.gos,t={...e.get("initialState")?.filter?.filterModel??{}};this.initialModel=t,this.model={...t},e.get("enableFilterHandlers")||delete this.handlerMap.agMultiColumnFilter}refreshModel(){this.onNewRowsLoaded("rowDataUpdated")}setModel(e,t="api",s){const{colModel:o,dataTypeSvc:i,filterManager:n}=this.beans;if(i?.isPendingInference){this.modelUpdates.push({model:e,source:t});return}const r=[],a=this.getModel(!0);if(e){const l=new Set(Object.keys(e));this.allColumnFilters.forEach((c,d)=>{const u=e[d];r.push(this.setModelOnFilterWrapper(c,u)),l.delete(d)}),l.forEach(c=>{const d=o.getColDefCol(c)||o.getCol(c);if(!d){B(62,{colId:c});return}if(!d.isFilterAllowed()){B(63,{colId:c});return}const u=this.getOrCreateFilterWrapper(d,!0);if(!u){B(64,{colId:c});return}r.push(this.setModelOnFilterWrapper(u,e[c],!0))})}else this.model={},this.allColumnFilters.forEach(l=>{r.push(this.setModelOnFilterWrapper(l,null))});Ee.all(r).then(()=>{const l=this.getModel(!0),c=[];this.allColumnFilters.forEach((d,u)=>{const h=a?a[u]:null,p=l?l[u]:null;gn(h,p)||c.push(d.column)}),c.length>0?n?.onFilterChanged({columns:c,source:t}):s&&this.updateActive("filterChanged")})}getModel(e){const t={},{allColumnFilters:s,initialModel:o,beans:{colModel:i}}=this;if(s.forEach((n,r)=>{const a=this.getModelFromFilterWrapper(n);K(a)&&(t[r]=a)}),!e)for(const n of Object.keys(o)){const r=o[n];K(r)&&!s.has(n)&&i.getCol(n)?.isFilterAllowed()&&(t[n]=r)}return t}setState(e,t,s="api"){if(this.state.clear(),t)for(const o of Object.keys(t)){const i=t[o];this.state.set(o,{model:et(this.model,o),state:i})}this.setModel(e,s,!0)}getState(){const e=this.state;if(!e.size)return;const t={};let s=!1;return e.forEach((o,i)=>{const n=o.state;n!=null&&(s=!0,t[i]=n)}),s?t:void 0}getModelFromFilterWrapper(e){const s=e.column.getColId();if(e.isHandler)return et(this.model,s);const o=e.filter;return o?typeof o.getModel!="function"?(B(66),null):o.getModel():et(this.initialModel,s)}isFilterPresent(){return this.activeColumnFilters.length>0}isAggFilterPresent(){return!!this.activeAggregateFilters.length}disableFilters(){this.initialModel={};const{allColumnFilters:e}=this;return e.size?(e.forEach(t=>this.disposeFilterWrapper(t,"advancedFilterEnabled")),!0):!1}updateActiveFilters(){const e=c=>c?c.isFilterActive?c.isFilterActive():(B(67),!1):!1,{colModel:t,gos:s}=this.beans,o=!!Ac(s),i=c=>{if(!c.isPrimary())return!0;const u=!t.isPivotActive();return!c.isValueActive()||!u?!1:t.isPivotMode()?!0:o},n=[],r=[],a=(c,d,u)=>{d&&(i(c)?n.push(u):r.push(u))},l=[];return this.allColumnFilters.forEach(c=>{const d=c.column,u=d.getColId();if(c.isHandler)l.push(Ee.resolve().then(()=>{a(d,this.isHandlerActive(d),{colId:u,isHandler:!0,handler:c.handler,handlerParams:c.handlerParams})}));else{const h=Ls(c);h&&l.push(h.then(p=>{a(d,e(p),{colId:u,isHandler:!1,comp:p})}))}}),Ee.all(l).then(()=>{this.activeAggregateFilters=n,this.activeColumnFilters=r})}updateFilterFlagInColumns(e,t){const s=[];return this.allColumnFilters.forEach(o=>{const i=o.column;if(o.isHandler)s.push(Ee.resolve().then(()=>{this.setColFilterActive(i,this.isHandlerActive(i),e,t)}));else{const n=Ls(o);n&&s.push(n.then(r=>{this.setColFilterActive(i,r.isFilterActive(),e,t)}))}}),this.beans.groupFilter?.updateFilterFlags(e,t),Ee.all(s)}doFiltersPass(e,t,s){const{data:o,aggData:i}=e,n=s?this.activeAggregateFilters:this.activeColumnFilters,r=s?i:o,a=this.model;for(let l=0;l<n.length;l++){const c=n[l],{colId:d,isHandler:u}=c;if(d!==t)if(u){const{handler:h,handlerParams:p}=c;if(!h.doesFilterPass({node:e,data:r,model:et(a,d),handlerParams:p}))return!1}else{const h=c.comp;if(typeof h.doesFilterPass!="function"){Ie(91);continue}if(!h.doesFilterPass({node:e,data:r}))return!1}}return!0}getHandlerParams(e){const t=this.allColumnFilters.get(e.getColId());return t?.isHandler?t.handlerParams:void 0}callOnFilterChangedOutsideRenderCycle(e){const{rowRenderer:t,filterManager:s}=this.beans,o=()=>{this.isAlive()&&s?.onFilterChanged(e)};t.isRefreshInProgress()?setTimeout(o,0):o()}updateBeforeFilterChanged(e={}){const{column:t,additionalEventAttributes:s}=e,o=t?.getColId();return this.updateActiveFilters().then(()=>this.updateFilterFlagInColumns("filterChanged",s).then(()=>{this.allColumnFilters.forEach(i=>{const{column:n,isHandler:r}=i;o!==n.getColId()&&(r&&i.handler.onAnyFilterChanged?.(),Ls(i,r)?.then(a=>{typeof a?.onAnyFilterChanged=="function"&&a.onAnyFilterChanged()}))}),this.processingFilterChange=!0}))}updateAfterFilterChanged(){this.processingFilterChange=!1}isSuppressFlashingCellsBecauseFiltering(){return!(this.gos.get("allowShowChangeAfterFilter")??!1)&&this.processingFilterChange}onNewRowsLoaded(e){const t=[];this.allColumnFilters.forEach(s=>{const o=s.isHandler;o&&s.handler.onNewRowsLoaded?.();const i=Ls(s,o);i&&t.push(i.then(n=>{n.onNewRowsLoaded?.()}))}),Ee.all(t).then(()=>this.updateActive(e,{afterDataChange:!0}))}updateActive(e,t){this.updateFilterFlagInColumns(e,t).then(()=>this.updateActiveFilters())}createGetValue(e,t){const{filterValueSvc:s,colModel:o}=this.beans;return(i,n)=>{const r=n?o.getCol(n):e;return r?s.getValue(r,i,t):void 0}}isFilterActive(e){const t=this.cachedFilter(e);if(t?.isHandler)return this.isHandlerActive(e);const s=t?.filter;return s?s.isFilterActive():et(this.initialModel,e.getColId())!=null}isHandlerActive(e){const t=K(et(this.model,e.getColId()));if(t)return t;const s=this.beans.groupFilter;return s?.isGroupFilter(e)?s.isFilterActive(e):!1}getOrCreateFilterUi(e){const t=this.getOrCreateFilterWrapper(e,!0);return t?Ls(t):null}getFilterUiForDisplay(e){const t=this.getOrCreateFilterWrapper(e,!0);if(!t)return null;const s=Ls(t);return s?s.then(o=>({comp:o,params:t.filterUi.filterParams,isHandler:t.isHandler})):null}getHandler(e,t){const s=this.getOrCreateFilterWrapper(e,t);return s?.isHandler?s.handler:void 0}getOrCreateFilterWrapper(e,t){if(!e.isFilterAllowed())return;let s=this.cachedFilter(e);return!s&&t&&(s=this.createFilterWrapper(e),this.setColumnFilterWrapper(e,s)),s}cachedFilter(e){return this.allColumnFilters.get(e.getColId())}getDefaultFilter(e,t=!1){return this.getDefaultFilterFromDataType(()=>this.beans.dataTypeSvc?.getBaseDataType(e),t)}getDefaultFilterFromDataType(e,t=!1){return K0(this.gos)?t?"agSetColumnFloatingFilter":"agSetColumnFilter":Hx(e(),t)}getDefaultFloatingFilter(e){return this.getDefaultFilter(e,!0)}createFilterComp(e,t,s,o,i,n){const r=()=>{const c=this.createFilterCompParams(e,i,n),d=o(c,i);return QS(this.beans.userCompFactory,t,d,s)},a=r();return a?{compDetails:a,createFilterUi:c=>(c?r():a).newAgStackInstance()}:null}createFilterInstance(e,t,s,o){const i=this.beans.selectableFilter;i?.isSelectable(t)&&(t=i.getFilterDef(e,t));const{handler:n,handlerParams:r,handlerGenerator:a}=this.createHandler(e,t,s)??{},l=this.createFilterComp(e,t,s,o,!!n,"init");if(!l)return{compDetails:null,createFilterUi:null,handler:n,handlerGenerator:a,handlerParams:r};const{compDetails:c,createFilterUi:d}=l;return this.isGlobalButtons&&(c.params?.buttons?.length||B(281,{colId:e.getColId()})),{compDetails:c,handler:n,handlerGenerator:a,handlerParams:r,createFilterUi:d}}createBaseFilterParams(e,t){const{filterManager:s,rowModel:o}=this.beans;return he(this.gos,{column:e,colDef:e.getColDef(),getValue:this.createGetValue(e),doesRowPassOtherFilter:t?()=>!0:i=>s?.doesRowPassOtherFilters(e.getColId(),i)??!0,rowModel:o})}createFilterCompParams(e,t,s,o){const i=this.filterChangedCallbackFactory(e),n=this.createBaseFilterParams(e,o);if(n.filterChangedCallback=i,n.filterModifiedCallback=o?()=>{}:r=>this.filterModified(e,r),t){const r=n,a=e.getColId(),l=et(this.model,a);r.model=l,r.state=this.state.get(a)??{model:l},r.onModelChange=(c,d)=>{this.updateStoredModel(a,c),this.refreshHandlerAndUi(e,c,"ui",!1,d).then(()=>{i({...d,source:"columnFilter"})})},r.onStateChange=c=>{this.updateState(e,c),this.updateOrRefreshFilterUi(e)},r.onAction=(c,d,u)=>{this.updateModel(e,c,d),this.dispatchLocalEvent({type:"filterAction",column:e,action:c,event:u})},r.getHandler=()=>this.getHandler(e,!0),r.onUiChange=c=>this.filterUiChanged(e,c),r.source=s}return n}createFilterUiForHandler(e,t){return t?{created:!1,create:t,filterParams:e.params,compDetails:e}:null}createFilterUiLegacy(e,t,s){const o=t(),i={created:!0,create:t,filterParams:e.params,compDetails:e,promise:o};return o.then(s),i}createFilterWrapper(e){const{compDetails:t,handler:s,handlerGenerator:o,handlerParams:i,createFilterUi:n}=this.createFilterInstance(e,e.getColDef(),this.getDefaultFilter(e),a=>a),r=e.getColId();if(s)return delete this.initialModel[r],s.init?.({...i,source:"init",model:et(this.model,r)}),{column:e,isHandler:!0,handler:s,handlerGenerator:o,handlerParams:i,filterUi:this.createFilterUiForHandler(t,n)};if(n){const a={column:e,filterUi:null,isHandler:!1};return a.filterUi=this.createFilterUiLegacy(t,n,l=>{a.filter=l??void 0}),a}return{column:e,filterUi:null,isHandler:!1}}createHandlerFunc(e,t,s){const{gos:o,frameworkOverrides:i,registry:n}=this.beans;let r;const a=p=>{const f=p.filter;if(lf(f)){const C=f.handler;return C||(r=f.doesFilterPass,r?()=>({doesFilterPass:r}):void 0)}return typeof f=="string"?f:void 0},l=o.get("enableFilterHandlers"),c=l?a(t):void 0,d=p=>()=>this.createBean(n.createDynamicBean(p,!0));let u,h;if(typeof c=="string"){const p=o.get("filterHandlers")?.[c];p!=null?u=p:Fx.has(c)&&(u=d(c),h=c)}else u=c;if(!u){let p;const{compName:f,jsComp:C,fwComp:v}=uf(i,t);f?p=f:C==null&&v==null&&t.filter===!0&&(p=s),h=this.handlerMap[p],h&&(u=d(h))}return u?{filterHandler:u,handlerNameOrCallback:r??h}:l?($e(o)&&B(277,{colId:e.getColId()}),k5):void 0}createHandler(e,t,s){const o=this.createHandlerFunc(e,t,s);if(!o)return;const i=Al(this.beans.userCompFactory,t,this.createFilterCompParams(e,!0,"init")),{handlerNameOrCallback:n,filterHandler:r}=o,{handler:a,handlerParams:l}=this.createHandlerFromFunc(e,r,i);return{handler:a,handlerParams:l,handlerGenerator:n??r}}createHandlerFromFunc(e,t,s){const o=e.getColDef(),i=t(he(this.gos,{column:e,colDef:o})),n=this.createHandlerParams(e,s);return{handler:i,handlerParams:n}}createHandlerParams(e,t){const s=e.getColDef(),o=e.getColId(),i=this.filterChangedCallbackFactory(e);return he(this.gos,{colDef:s,column:e,getValue:this.createGetValue(e),doesRowPassOtherFilter:n=>this.beans.filterManager?.doesRowPassOtherFilters(o,n)??!0,onModelChange:(n,r)=>{this.updateStoredModel(o,n),this.refreshHandlerAndUi(e,n,"handler",!1,r).then(()=>{i({...r,source:"columnFilter"})})},filterParams:t})}onColumnsChanged(){const e=[],{colModel:t,filterManager:s,groupFilter:o}=this.beans;this.allColumnFilters.forEach((n,r)=>{let a;n.column.isPrimary()?a=t.getColDefCol(r):a=t.getCol(r),!(a&&a===n.column)&&(e.push(n.column),this.disposeFilterWrapper(n,"columnChanged"),this.disposeColumnListener(r))});const i=o&&e.every(n=>o.isGroupFilter(n));e.length>0&&!i&&s?.onFilterChanged({columns:e,source:"api"})}isFilterAllowed(e){if(!e.isFilterAllowed())return!1;const s=this.beans.groupFilter;return s?.isGroupFilter(e)?s.isFilterAllowed(e):!0}getFloatingFilterCompDetails(e,t){const{userCompFactory:s,frameworkOverrides:o,selectableFilter:i}=this.beans,n=h=>{const p=this.getOrCreateFilterUi(e);p?.then(f=>{h(bn(f))})},r=e.getColDef(),a=i?.isSelectable(r)?i.getFilterDef(e,r):r,l=Wx(o,a,()=>this.getDefaultFloatingFilter(e))??"agReadOnlyFloatingFilter",c=this.gos.get("enableFilterHandlers"),d=Al(s,a,this.createFilterCompParams(e,c,"init",!0)),u=he(this.gos,{column:e,filterParams:d,currentParentModel:()=>this.getCurrentFloatingFilterParentModel(e),parentFilterInstance:n,showParentFilter:t});if(c){const h=u,p=e.getColId(),f=this.filterChangedCallbackFactory(e);h.onUiChange=C=>this.floatingFilterUiChanged(e,C),h.model=et(this.model,p),h.onModelChange=(C,v)=>{this.updateStoredModel(p,C),this.refreshHandlerAndUi(e,C,"floating",!0,v).then(()=>{f({...v,source:"columnFilter"})})},h.getHandler=()=>this.getHandler(e,!0),h.source="init"}return oy(s,r,u,l)}getCurrentFloatingFilterParentModel(e){return this.getModelFromFilterWrapper(this.cachedFilter(e)??{column:e})}destroyFilterUi(e,t,s,o){const i="paramsUpdated";if(e.isHandler){const n=t.getColId();delete this.initialModel[n],this.state.delete(n);const r=e.filterUi,a=this.createFilterUiForHandler(s,o);e.filterUi=a;const l=this.eventSvc;r?.created?r.promise.then(c=>{this.destroyBean(c),l.dispatchEvent({type:"filterDestroyed",source:i,column:t})}):l.dispatchEvent({type:"filterHandlerDestroyed",source:i,column:t})}else this.destroyFilter(t,i)}destroyFilter(e,t="api"){const s=e.getColId(),o=this.allColumnFilters.get(s);this.disposeColumnListener(s),delete this.initialModel[s],o&&this.disposeFilterWrapper(o,t).then(i=>{i&&this.isAlive()&&this.beans.filterManager?.onFilterChanged({columns:[e],source:"api"})})}disposeColumnListener(e){const t=this.allColumnListeners.get(e);t&&(this.allColumnListeners.delete(e),t())}disposeFilterWrapper(e,t){let s=!1;const{column:o,isHandler:i,filterUi:n}=e,r=o.getColId();i&&(s=this.isHandlerActive(o),this.destroyBean(e.handler),delete this.model[r],this.state.delete(r));const a=()=>{this.setColFilterActive(o,!1,"filterDestroyed"),this.allColumnFilters.delete(r),this.eventSvc.dispatchEvent({type:"filterDestroyed",source:t,column:o})};if(n){if(n.created)return n.promise.then(l=>(s=i?s:!!l?.isFilterActive(),this.destroyBean(l),a(),s));a()}return Ee.resolve(s)}filterChangedCallbackFactory(e){return t=>{this.callOnFilterChangedOutsideRenderCycle({additionalEventAttributes:t,columns:[e],column:e,source:t?.source??"columnFilter"})}}filterParamsChanged(e,t="api"){const s=this.allColumnFilters.get(e);if(!s)return;const o=this.beans,i=s.column,n=i.getColDef(),r=i.isFilterAllowed(),a=this.getDefaultFilter(i),l=o.selectableFilter,c=l?.isSelectable(n)?l.getFilterDef(i,n):n,d=r?this.createHandlerFunc(i,c,this.getDefaultFilter(i)):void 0,u=!!d,h=s.isHandler;if(h!=u){this.destroyFilter(i,"paramsUpdated");return}const{compDetails:p,createFilterUi:f}=(r?this.createFilterComp(i,c,a,v=>v,u,"colDef"):null)??{compDetails:null,createFilterUi:null},C=p?.params??Al(o.userCompFactory,c,this.createFilterCompParams(i,u,"colDef"));if(h){const v=d?.handlerNameOrCallback??d?.filterHandler,w=et(this.model,e);if(s.handlerGenerator!=v){const b=s.handler,{handler:S,handlerParams:y}=this.createHandlerFromFunc(i,d.filterHandler,C);s.handler=S,s.handlerParams=y,s.handlerGenerator=v,delete this.model[e],S.init?.({...y,source:"init",model:null}),this.destroyBean(b),w!=null&&this.beans.filterManager?.onFilterChanged({columns:[i],source:t})}else{const b=this.createHandlerParams(i,p?.params);s.handlerParams=b,s.handler.refresh?.({...b,source:"colDef",model:w})}}if(this.areFilterCompsDifferent(s.filterUi?.compDetails??null,p)||!s.filterUi||!p){this.destroyFilterUi(s,i,p,f);return}s.filterUi.filterParams=C,Ls(s,h)?.then(v=>{(v?.refresh?v.refresh(C):!0)===!1?this.destroyFilterUi(s,i,p,f):this.dispatchLocalEvent({type:"filterParamsChanged",column:i,params:C})})}refreshHandlerAndUi(e,t,s,o,i){const n=this.cachedFilter(e);if(!n)return o&&this.getOrCreateFilterWrapper(e,!0),Ee.resolve();if(!n.isHandler)return Ee.resolve();const{filterUi:r,handler:a,handlerParams:l}=n;return Ex(()=>{if(r){const{created:c,filterParams:d}=r;if(c)return r.promise.then(u=>u?{filter:u,filterParams:d}:void 0);r.refreshed=!0}return Ee.resolve(void 0)},a,l,t,this.state.get(e.getColId())??{model:t},s,i)}setColumnFilterWrapper(e,t){const s=e.getColId();this.allColumnFilters.set(s,t),this.allColumnListeners.set(s,this.addManagedListeners(e,{colDefChanged:()=>this.filterParamsChanged(s)})[0])}areFilterCompsDifferent(e,t){if(!t||!e)return!0;const{componentClass:s}=e,{componentClass:o}=t;return!(s===o||s?.render&&o?.render&&s.render===o.render)}hasFloatingFilters(){return this.beans.colModel.getCols().some(t=>t.getColDef().floatingFilter)}getFilterInstance(e){const t=this.beans.colModel.getColDefCol(e);if(!t)return Promise.resolve(void 0);const s=this.getOrCreateFilterUi(t);return s?new Promise(o=>{s.then(i=>{o(bn(i))})}):Promise.resolve(null)}processFilterModelUpdateQueue(){this.modelUpdates.forEach(({model:e,source:t})=>this.setModel(e,t)),this.modelUpdates=[],this.columnModelUpdates.forEach(({key:e,model:t,resolve:s})=>{this.setModelForColumn(e,t).then(()=>s())}),this.columnModelUpdates=[]}getModelForColumn(e,t){if(t){const{state:o,model:i}=this,n=e.getColId(),r=o.get(n);return r?r.model??null:et(i,n)}const s=this.cachedFilter(e);return s?this.getModelFromFilterWrapper(s):null}setModelForColumn(e,t){if(this.beans.dataTypeSvc?.isPendingInference){let s=()=>{};const o=new Promise(i=>{s=i});return this.columnModelUpdates.push({key:e,model:t,resolve:s}),o}return new Promise(s=>{this.setModelForColumnLegacy(e,t).then(o=>s(o))})}getStateForColumn(e){return this.state.get(e)??{model:et(this.model,e)}}setModelForColumnLegacy(e,t){const s=this.beans.colModel.getColDefCol(e),o=s?this.getOrCreateFilterWrapper(s,!0):null;return o?this.setModelOnFilterWrapper(o,t):Ee.resolve()}setColDefPropsForDataType(e,t,s){const o=e.filter,i=o===!0?this.getDefaultFilterFromDataType(()=>t.baseDataType):o;if(typeof i!="string")return;let n,r;const a=this.beans,{filterParams:l,filterValueGetter:c}=e;i==="agMultiColumnFilter"?{filterParams:n,filterValueGetter:r}=a.multiFilter?.getParamsForDataType(l,c,t,s)??{}:{filterParams:n,filterValueGetter:r}=Lx(i,l,c,t,s,a,this.getLocaleTextFunc()),e.filterParams=n,r&&(e.filterValueGetter=r)}setColFilterActive(e,t,s,o){e.filterActive!==t&&(e.filterActive=t,e.dispatchColEvent("filterActiveChanged",s)),e.dispatchColEvent("filterChanged",s,o)}setModelOnFilterWrapper(e,t,s){return new Ee(o=>{if(e.isHandler){const n=e.column,r=n.getColId(),a=this.model[r];if(this.updateStoredModel(r,t),s&&t===a){o();return}this.refreshHandlerAndUi(n,t,"api").then(()=>o());return}const i=Ls(e);if(i){i.then(n=>{if(typeof n?.setModel!="function"){B(65),o();return}(n.setModel(t)||Ee.resolve()).then(()=>o())});return}o()})}updateStoredModel(e,t){K(t)?this.model[e]=t:delete this.model[e];const s=this.state.get(e),o={model:t,state:s?.state};this.state.set(e,o)}filterModified(e,t){this.getOrCreateFilterUi(e)?.then(s=>{this.eventSvc.dispatchEvent({type:"filterModified",column:e,filterInstance:s,...t})})}filterUiChanged(e,t){this.gos.get("enableFilterHandlers")&&this.eventSvc.dispatchEvent({type:"filterUiChanged",column:e,...t})}floatingFilterUiChanged(e,t){this.gos.get("enableFilterHandlers")&&this.eventSvc.dispatchEvent({type:"floatingFilterUiChanged",column:e,...t})}updateModel(e,t,s){const o=e.getColId(),i=this.cachedFilter(e),n=()=>i?.filterUi;ph(t,n,()=>et(this.model,o),()=>this.state.get(o),r=>this.updateState(e,r),r=>n()?.filterParams?.onModelChange(r,s),i?.isHandler?i.handler.processModelToApply?.bind(i.handler):void 0)}updateAllModels(e,t){const s=[];this.allColumnFilters.forEach((o,i)=>{const n=this.beans.colModel.getColDefCol(i);n&&ph(e,()=>o.filterUi,()=>et(this.model,i),()=>this.state.get(i),r=>this.updateState(n,r),r=>{this.updateStoredModel(i,r),this.dispatchLocalEvent({type:"filterAction",column:n,action:e}),s.push(this.refreshHandlerAndUi(n,r,"ui"))},o?.isHandler?o.handler.processModelToApply?.bind(o.handler):void 0)}),s.length&&Ee.all(s).then(()=>{this.callOnFilterChangedOutsideRenderCycle({source:"columnFilter",additionalEventAttributes:t,columns:[]})})}updateOrRefreshFilterUi(e){const t=e.getColId();Of(()=>this.cachedFilter(e)?.filterUi,()=>et(this.model,t),()=>this.state.get(t))}updateState(e,t){this.state.set(e.getColId(),t),this.dispatchLocalEvent({type:"filterStateChanged",column:e,state:t})}canApplyAll(){const{state:e,model:t,activeFilterComps:s}=this;for(const i of s)if(i.source==="COLUMN_MENU")return!1;let o=!1;for(const i of e.keys()){const n=e.get(i);if(n.valid===!1)return!1;(n.model??null)!==et(t,i)&&(o=!0)}return o}hasUnappliedModel(e){const{model:t,state:s}=this;return(s.get(e)?.model??null)!==et(t,e)}setGlobalButtons(e){this.isGlobalButtons=e,this.dispatchLocalEvent({type:"filterGlobalButtons",isGlobal:e})}shouldKeepStateOnDetach(e,t){if(t==="newFiltersToolPanel")return!0;const s=this.beans.filterPanelSvc;return s?.isActive?!!s.getState(e.getColId()):!1}destroy(){super.destroy(),this.allColumnFilters.forEach(e=>this.disposeFilterWrapper(e,"gridDestroyed")),this.allColumnListeners.clear(),this.state.clear(),this.activeFilterComps.clear()}};function L5(e){return!!e.filterManager?.isAnyFilterPresent()}function O5(e,t="api"){e.filterManager?.onFilterChanged({source:t})}var N5=class extends k{constructor(){super(...arguments),this.beanName="filterManager",this.advFilterModelUpdateQueue=[]}wireBeans(e){this.quickFilter=e.quickFilter,this.advancedFilter=e.advancedFilter,this.colFilter=e.colFilter}postConstruct(){const e=this.refreshFiltersForAggregations.bind(this),t=this.updateAdvFilterColumns.bind(this);this.addManagedEventListeners({columnValueChanged:e,columnPivotChanged:e,columnPivotModeChanged:e,newColumnsLoaded:t,columnVisible:t,advancedFilterEnabledChanged:({enabled:o})=>this.onAdvFilterEnabledChanged(o),dataTypesInferred:this.processFilterModelUpdateQueue.bind(this)}),this.externalFilterPresent=this.isExternalFilterPresentCallback(),this.addManagedPropertyListeners(["isExternalFilterPresent","doesExternalFilterPass"],()=>{this.onFilterChanged({source:"api"})}),this.updateAggFiltering(),this.addManagedPropertyListener("groupAggFiltering",()=>{this.updateAggFiltering(),this.onFilterChanged()}),this.quickFilter&&this.addManagedListeners(this.quickFilter,{quickFilterChanged:()=>this.onFilterChanged({source:"quickFilter"})});const{gos:s}=this;this.alwaysPassFilter=s.get("alwaysPassFilter"),this.addManagedPropertyListener("alwaysPassFilter",()=>{this.alwaysPassFilter=s.get("alwaysPassFilter"),this.onFilterChanged({source:"api"})})}isExternalFilterPresentCallback(){const e=this.gos.getCallback("isExternalFilterPresent");return typeof e=="function"&&e({})}doesExternalFilterPass(e){const t=this.gos.get("doesExternalFilterPass");return typeof t=="function"&&t(e)}setFilterState(e,t,s="api"){this.isAdvFilterEnabled()||this.colFilter?.setState(e,t,s)}setFilterModel(e,t="api",s){if(this.isAdvFilterEnabled()){s||this.warnAdvFilters();return}this.colFilter?.setModel(e,t)}getFilterModel(){return this.colFilter?.getModel()??{}}getFilterState(){return this.colFilter?.getState()}isColumnFilterPresent(){return!!this.colFilter?.isFilterPresent()}isAggregateFilterPresent(){return!!this.colFilter?.isAggFilterPresent()}isChildFilterPresent(){return this.isColumnFilterPresent()||this.isQuickFilterPresent()||this.externalFilterPresent||this.isAdvFilterPresent()}isAnyFilterPresent(){return this.isChildFilterPresent()||this.isAggregateFilterPresent()}isAdvFilterPresent(){return this.isAdvFilterEnabled()&&this.advancedFilter.isFilterPresent()}onAdvFilterEnabledChanged(e){e?this.colFilter?.disableFilters()&&this.onFilterChanged({source:"advancedFilter"}):this.advancedFilter?.isFilterPresent()&&(this.advancedFilter.setModel(null),this.onFilterChanged({source:"advancedFilter"}))}isAdvFilterEnabled(){return!!this.advancedFilter?.isEnabled()}isAdvFilterHeaderActive(){return this.isAdvFilterEnabled()&&this.advancedFilter.isHeaderActive()}refreshFiltersForAggregations(){Ac(this.gos)&&this.isAnyFilterPresent()&&this.onFilterChanged()}onFilterChanged(e={}){const{source:t,additionalEventAttributes:s,columns:o=[]}=e;this.externalFilterPresent=this.isExternalFilterPresentCallback(),(this.colFilter?this.colFilter.updateBeforeFilterChanged(e):Ee.resolve()).then(()=>{const i={source:t,type:"filterChanged",columns:o};s&&ft(i,s),this.eventSvc.dispatchEvent(i),this.colFilter?.updateAfterFilterChanged()})}isSuppressFlashingCellsBecauseFiltering(){return!!this.colFilter?.isSuppressFlashingCellsBecauseFiltering()}isQuickFilterPresent(){return!!this.quickFilter?.isFilterPresent()}updateAggFiltering(){this.aggFiltering=!!Ac(this.gos)}isAggregateQuickFilterPresent(){return this.isQuickFilterPresent()&&this.shouldApplyQuickFilterAfterAgg()}isNonAggregateQuickFilterPresent(){return this.isQuickFilterPresent()&&!this.shouldApplyQuickFilterAfterAgg()}shouldApplyQuickFilterAfterAgg(){return(this.aggFiltering||this.beans.colModel.isPivotMode())&&!this.gos.get("applyQuickFilterBeforePivotOrAgg")}doesRowPassOtherFilters(e,t){return this.doesRowPassFilter({rowNode:t,colIdToSkip:e})}doesRowPassAggregateFilters(e){const{rowNode:t}=e;return this.alwaysPassFilter?.(t)?!0:!(this.isAggregateQuickFilterPresent()&&!this.quickFilter.doesRowPass(t)||this.isAggregateFilterPresent()&&!this.colFilter.doFiltersPass(t,e.colIdToSkip,!0))}doesRowPassFilter(e){const{rowNode:t}=e;return this.alwaysPassFilter?.(t)?!0:!(this.isNonAggregateQuickFilterPresent()&&!this.quickFilter.doesRowPass(t)||this.externalFilterPresent&&!this.doesExternalFilterPass(t)||this.isColumnFilterPresent()&&!this.colFilter.doFiltersPass(t,e.colIdToSkip)||this.isAdvFilterPresent()&&!this.advancedFilter.doesFilterPass(t))}isFilterAllowed(e){return this.isAdvFilterEnabled()?!1:!!this.colFilter?.isFilterAllowed(e)}getAdvFilterModel(){return this.isAdvFilterEnabled()?this.advancedFilter.getModel():null}setAdvFilterModel(e,t="api"){if(this.isAdvFilterEnabled()){if(this.beans.dataTypeSvc?.isPendingInference){this.advFilterModelUpdateQueue.push(e);return}this.advancedFilter.setModel(e??null),this.onFilterChanged({source:t})}}toggleAdvFilterBuilder(e,t){this.isAdvFilterEnabled()&&this.advancedFilter.getCtrl().toggleFilterBuilder({source:t,force:e})}updateAdvFilterColumns(){this.isAdvFilterEnabled()&&this.advancedFilter.updateValidity()&&this.onFilterChanged({source:"advancedFilter"})}hasFloatingFilters(){return this.isAdvFilterEnabled()?!1:!!this.colFilter?.hasFloatingFilters()}getColumnFilterInstance(e){return this.isAdvFilterEnabled()?(this.warnAdvFilters(),Promise.resolve(void 0)):this.colFilter?.getFilterInstance(e)??Promise.resolve(void 0)}warnAdvFilters(){B(68)}setupAdvFilterHeaderComp(e){this.advancedFilter?.getCtrl().setupHeaderComp(e)}getHeaderRowCount(){return this.isAdvFilterHeaderActive()?1:0}getHeaderHeight(){return this.isAdvFilterHeaderActive()?this.advancedFilter.getCtrl().getHeaderHeight():0}processFilterModelUpdateQueue(){for(const e of this.advFilterModelUpdateQueue)this.setAdvFilterModel(e);this.advFilterModelUpdateQueue=[]}setColumnFilterModel(e,t){return this.isAdvFilterEnabled()?(this.warnAdvFilters(),Promise.resolve()):this.colFilter?.setModelForColumn(e,t)??Promise.resolve()}},H5=class extends k{constructor(){super(...arguments),this.beanName="filterMenuFactory"}wireBeans(e){this.popupSvc=e.popupSvc}hideActiveMenu(){this.hidePopup?.()}showMenuAfterMouseEvent(e,t,s,o){e&&!e.isColumn||this.showPopup(e,i=>{this.popupSvc?.positionPopupUnderMouseEvent({column:e,type:s,mouseEvent:t,ePopup:i})},s,t.target,Tt(this.gos),o)}showMenuAfterButtonClick(e,t,s,o){if(e&&!e.isColumn)return;let i=-1,n="left";const r=Tt(this.gos);!r&&this.gos.get("enableRtl")&&(i=1,n="right");const a=r?void 0:4*i,l=r?void 0:4;this.showPopup(e,c=>{this.popupSvc?.positionPopupByComponent({type:s,eventSource:t,ePopup:c,nudgeX:a,nudgeY:l,alignSide:n,keepWithinBounds:!0,position:"under",column:e})},s,t,r,o)}showPopup(e,t,s,o,i,n){const r=e?this.createBean(new kx(e,"COLUMN_MENU")):void 0;if(this.activeMenu=r,!r?.hasFilter()||!e){Ie(57);return}const a=Ct({tag:"div",cls:`ag-menu${i?"":" ag-filter-menu"}`,role:"presentation"});[this.tabListener]=this.addManagedElementListeners(a,{keydown:C=>this.trapFocusWithin(C,a)}),a.appendChild(r?.getGui());let l;const c=()=>r?.afterGuiDetached(),d=q0(this.gos)?o??this.beans.ctrlsSvc.getGridBodyCtrl().eGridBody:void 0,u=C=>{yh(e,!1,"contextMenu");const v=C instanceof KeyboardEvent;this.tabListener&&(this.tabListener=this.tabListener()),v&&o&&Ps(o)&&Cf(o)?.focus({preventScroll:!0}),c(),this.destroyBean(this.activeMenu),this.dispatchVisibleChangedEvent(!1,s,e),n?.()},h=this.getLocaleTextFunc(),p=i&&s!=="columnFilter"?h("ariaLabelColumnMenu","Column Menu"):h("ariaLabelColumnFilter","Column Filter"),f=this.popupSvc?.addPopup({modal:!0,eChild:a,closeOnEsc:!0,closedCallback:u,positionCallback:()=>t(a),anchorToElement:d,ariaLabel:p});f&&(this.hidePopup=l=f.hideFunc),r.afterInit().then(()=>{t(a),r.afterGuiAttached({container:s,hidePopup:l})}),yh(e,!0,"contextMenu"),this.dispatchVisibleChangedEvent(!0,s,e)}trapFocusWithin(e,t){e.key!==I.TAB||e.defaultPrevented||Io(this.beans,t,!1,e.shiftKey)||(e.preventDefault(),yo(t,e.shiftKey))}dispatchVisibleChangedEvent(e,t,s){this.eventSvc.dispatchEvent({type:"columnMenuVisibleChanged",visible:e,switchingTab:!1,key:t,column:s??null,columnGroup:null})}isMenuEnabled(e){return e.isFilterAllowed()&&(e.getColDef().menuTabs??["filterMenuTab"]).includes("filterMenuTab")}showMenuAfterContextMenuEvent(){}destroy(){this.destroyBean(this.activeMenu),super.destroy()}},G5=class extends k{constructor(){super(...arguments),this.beanName="filterValueSvc"}getValue(e,t,s){if(!t)return;const o=e.getColDef(),{selectableFilter:i,valueSvc:n}=this.beans,r=s??i?.getFilterValueGetter(e.getColId())??o.filterValueGetter;return r?this.executeFilterValueGetter(r,t.data,e,t,o):n.getValue(e,t)}executeFilterValueGetter(e,t,s,o,i){const{expressionSvc:n,valueSvc:r}=this.beans,a=he(this.gos,{data:t,node:o,column:s,colDef:i,getValue:r.getValueCallback.bind(r,o)});return typeof e=="function"?e(a):n?.evaluate(e,a)}},B5={tag:"div",cls:"ag-floating-filter-input",role:"presentation",children:[{tag:"ag-input-text-field",ref:"eFloatingFilterText"}]},V5=class extends Ue{constructor(){super(B5,[Oa]),this.eFloatingFilterText=ue}init(e){this.params=e;const t=this.beans.colNames.getDisplayNameForColumn(e.column,"header",!0);if(this.eFloatingFilterText.setDisabled(!0).setInputAriaLabel(`${t} ${this.getLocaleTextFunc()("ariaFilterInput","Filter Input")}`),this.gos.get("enableFilterHandlers")){const s=e,o=s.getHandler();if(o.getModelAsString){const i=o.getModelAsString(s.model);this.eFloatingFilterText.setValue(i)}}}onParentModelChanged(e){if(e==null){this.eFloatingFilterText.setValue("");return}this.params.parentFilterInstance(t=>{if(t.getModelAsString){const s=t.getModelAsString(e);this.eFloatingFilterText.setValue(s)}})}refresh(e){this.init(e)}},ou=class{constructor(){this.customFilterOptions={}}init(e,t){this.filterOptions=e.filterOptions??t,this.mapCustomOptions(),this.defaultOption=this.getDefaultItem(e.defaultOption)}refresh(e,t){const s=e.filterOptions??t;this.filterOptions!==s&&(this.filterOptions=s,this.customFilterOptions={},this.mapCustomOptions()),this.defaultOption=this.getDefaultItem(e.defaultOption)}mapCustomOptions(){const{filterOptions:e}=this;if(e)for(const t of e){if(typeof t=="string")continue;const s=[["displayKey"],["displayName"],["predicate","test"]],o=i=>i.some(n=>t[n]!=null)?!0:(B(72,{keys:i}),!1);if(!s.every(o)){this.filterOptions=e.filter(i=>i===t)||[];continue}this.customFilterOptions[t.displayKey]=t}}getDefaultItem(e){const{filterOptions:t}=this;if(e)return e;if(t.length>=1){const s=t[0];if(typeof s=="string")return s;if(s.displayKey)return s.displayKey;B(73)}else B(74)}getCustomOption(e){return this.customFilterOptions[e]}};function ln(e,t,s){return s==null?e.splice(t):e.splice(t,s)}function ga(e){return e==null||typeof e=="string"&&e.trim().length===0}function z5(e){return e==="AND"||e==="OR"?e:"AND"}function W5(e,t,s){if(e==null)return;const{predicate:o}=e;if(o!=null&&!t.some(i=>i==null))return o(t,s)}function _5(e,t){let s=e.length;return s>t&&(e.splice(t),B(78),s=t),s}function Rn(e,t){const s=t.getCustomOption(e);if(s){const{numberOfInputs:i}=s;return i??1}return e&&["empty","notBlank","blank"].indexOf(e)>=0?0:e==="inRange"?2:1}var iu=class extends zx{constructor(e,t,s){super(e,"simple-filter"),this.mapValuesFromModel=t,this.defaultOptions=s,this.eTypes=[],this.eJoinPanels=[],this.eJoinAnds=[],this.eJoinOrs=[],this.eConditionBodies=[],this.listener=()=>this.onUiChanged(),this.lastUiCompletePosition=null,this.joinOperatorId=0}setParams(e){super.setParams(e);const t=new ou;this.optionsFactory=t,t.init(e,this.defaultOptions),this.commonUpdateSimpleParams(e),this.createOption(),this.createMissingConditionsAndOperators()}updateParams(e,t){this.optionsFactory.refresh(e,this.defaultOptions),super.updateParams(e,t),this.commonUpdateSimpleParams(e)}commonUpdateSimpleParams(e){this.setNumConditions(e),this.defaultJoinOperator=z5(e.defaultJoinOperator),this.filterPlaceholder=e.filterPlaceholder,this.createFilterListOptions();const t=this.getGui();this.isReadOnly()?t.setAttribute("tabindex","-1"):t.removeAttribute("tabindex")}onFloatingFilterChanged(e,t){this.setTypeFromFloatingFilter(e),this.setValueFromFloatingFilter(t),this.onUiChanged("immediately",!0)}setTypeFromFloatingFilter(e){this.eTypes.forEach((t,s)=>{const o=s===0?e:this.optionsFactory.defaultOption;t.setValue(o,!0)})}getModelFromUi(){const e=this.getUiCompleteConditions();return e.length===0?null:this.maxNumConditions>1&&e.length>1?{filterType:this.filterType,operator:this.getJoinOperator(),conditions:e}:e[0]}getConditionTypes(){return this.eTypes.map(e=>e.getValue())}getConditionType(e){return this.eTypes[e].getValue()}getJoinOperator(){const{eJoinOrs:e,defaultJoinOperator:t}=this;return e.length===0?t:e[0].getValue()===!0?"OR":"AND"}areNonNullModelsEqual(e,t){const s=!e.operator,o=!t.operator;if(!s&&o||s&&!o)return!1;let n;if(s){const r=e,a=t;n=this.areSimpleModelsEqual(r,a)}else{const r=e,a=t;n=r.operator===a.operator&&qs(r.conditions,a.conditions,(l,c)=>this.areSimpleModelsEqual(l,c))}return n}setModelIntoUi(e,t){if(e==null)return this.resetUiToDefaults(t),Ee.resolve();if(e.operator){const o=e;let i=o.conditions;i==null&&(i=[],B(77));const n=_5(i,this.maxNumConditions),r=this.getNumConditions();if(n<r)this.removeConditionsAndOperators(n);else if(n>r)for(let l=r;l<n;l++)this.createJoinOperatorPanel(),this.createOption();const a=o.operator==="OR";this.eJoinAnds.forEach(l=>l.setValue(!a,!0)),this.eJoinOrs.forEach(l=>l.setValue(a,!0)),i.forEach((l,c)=>{this.eTypes[c].setValue(l.type,!0),this.setConditionIntoUi(l,c)})}else{const o=e;this.getNumConditions()>1&&this.removeConditionsAndOperators(1),this.eTypes[0].setValue(o.type,!0),this.setConditionIntoUi(o,0)}return this.lastUiCompletePosition=this.getNumConditions()-1,this.createMissingConditionsAndOperators(),this.updateUiVisibility(),t||this.params.onUiChange(this.getUiChangeEventParams()),Ee.resolve()}setNumConditions(e){let t=e.maxNumConditions??2;t<1&&(B(79),t=1),this.maxNumConditions=t;let s=e.numAlwaysVisibleConditions??1;s<1&&(B(80),s=1),s>t&&(B(81),s=t),this.numAlwaysVisibleConditions=s}createOption(){const e=this.getGui(),t=this.createManagedBean(new Gd);this.eTypes.push(t),t.addCss("ag-filter-select"),e.appendChild(t.getGui());const s=this.createEValue();this.eConditionBodies.push(s),e.appendChild(s),this.putOptionsIntoDropdown(t),this.resetType(t);const o=this.getNumConditions()-1;this.forEachPositionInput(o,i=>this.resetInput(i)),this.addChangedListeners(t,o)}createJoinOperatorPanel(){const e=Ct({tag:"div",cls:"ag-filter-condition"});this.eJoinPanels.push(e);const t=this.createJoinOperator(this.eJoinAnds,e,"and"),s=this.createJoinOperator(this.eJoinOrs,e,"or");this.getGui().appendChild(e);const o=this.eJoinPanels.length-1,i=this.joinOperatorId++;this.resetJoinOperatorAnd(t,o,i),this.resetJoinOperatorOr(s,o,i),this.isReadOnly()||(t.onValueChange(this.listener),s.onValueChange(this.listener))}createJoinOperator(e,t,s){const o=this.createManagedBean(new vy);e.push(o);const i="ag-filter-condition-operator";return o.addCss(i),o.addCss(`${i}-${s}`),t.appendChild(o.getGui()),o}createFilterListOptions(){this.filterListOptions=this.optionsFactory.filterOptions.map(e=>typeof e=="string"?this.createBoilerplateListOption(e):this.createCustomListOption(e))}putOptionsIntoDropdown(e){const{filterListOptions:t}=this;for(const s of t)e.addOption(s);e.setDisabled(t.length<=1)}createBoilerplateListOption(e){return{value:e,text:this.translate(e)}}createCustomListOption(e){const{displayKey:t}=e,s=this.optionsFactory.getCustomOption(e.displayKey);return{value:t,text:s?this.getLocaleTextFunc()(s.displayKey,s.displayName):this.translate(t)}}createBodyTemplate(){return null}getAgComponents(){return[]}updateUiVisibility(){const e=this.getJoinOperator();this.updateNumConditions(),this.updateConditionStatusesAndValues(this.lastUiCompletePosition,e)}updateNumConditions(){let e=-1,t=!0;for(let s=0;s<this.getNumConditions();s++)this.isConditionUiComplete(s)?e=s:t=!1;if(this.shouldAddNewConditionAtEnd(t))this.createJoinOperatorPanel(),this.createOption();else{const s=this.lastUiCompletePosition??this.getNumConditions()-2;if(e<s){this.removeConditionsAndOperators(s+1);const o=e+1,i=s-o;i>0&&this.removeConditionsAndOperators(o,i),this.createMissingConditionsAndOperators()}}this.lastUiCompletePosition=e}updateConditionStatusesAndValues(e,t){this.eTypes.forEach((o,i)=>{const n=this.isConditionDisabled(i,e);o.setDisabled(n||this.filterListOptions.length<=1),i===1&&(fn(this.eJoinPanels[0],n),this.eJoinAnds[0].setDisabled(n),this.eJoinOrs[0].setDisabled(n))}),this.eConditionBodies.forEach((o,i)=>{_e(o,this.isConditionBodyVisible(i))});const s=(t??this.getJoinOperator())==="OR";for(const o of this.eJoinAnds)o.setValue(!s,!0);for(const o of this.eJoinOrs)o.setValue(s,!0);this.forEachInput((o,i,n,r)=>{this.setElementDisplayed(o,i<r),this.setElementDisabled(o,this.isConditionDisabled(n,e))}),this.resetPlaceholder()}shouldAddNewConditionAtEnd(e){return e&&this.getNumConditions()<this.maxNumConditions&&!this.isReadOnly()}removeConditionsAndOperators(e,t){if(e>=this.getNumConditions())return;const{eTypes:s,eConditionBodies:o,eJoinPanels:i,eJoinAnds:n,eJoinOrs:r}=this;this.removeComponents(s,e,t),this.removeElements(o,e,t),this.removeEValues(e,t);const a=Math.max(e-1,0);this.removeElements(i,a,t),this.removeComponents(n,a,t),this.removeComponents(r,a,t)}removeElements(e,t,s){const o=ln(e,t,s);for(const i of o)_s(i)}removeComponents(e,t,s){const o=ln(e,t,s);for(const i of o)_s(i.getGui()),this.destroyBean(i)}afterGuiAttached(e){if(super.afterGuiAttached(e),this.resetPlaceholder(),!e?.suppressFocus){let t;if(!this.isReadOnly()){const s=this.getInputs(0)[0];s instanceof no&&this.isConditionBodyVisible(0)?t=s.getInputElement():t=this.eTypes[0]?.getFocusableElement()}(t??this.getGui()).focus({preventScroll:!0})}}afterGuiDetached(){super.afterGuiDetached();const e=this.params;if(this.beans.colFilter?.shouldKeepStateOnDetach(e.column))return;e.onStateChange({model:e.model});let t=-1,s=-1,o=!1;const i=this.getJoinOperator();for(let r=this.getNumConditions()-1;r>=0;r--)if(this.isConditionUiComplete(r))t===-1&&(t=r,s=r);else{const a=r>=this.numAlwaysVisibleConditions&&!this.isConditionUiComplete(r-1),l=r<t;(a||l)&&(this.removeConditionsAndOperators(r,1),o=!0,l&&s--)}let n=!1;this.getNumConditions()<this.numAlwaysVisibleConditions&&(this.createMissingConditionsAndOperators(),n=!0),this.shouldAddNewConditionAtEnd(s===this.getNumConditions()-1)&&(this.createJoinOperatorPanel(),this.createOption(),n=!0),n&&this.updateConditionStatusesAndValues(s,i),o&&this.updateJoinOperatorsDisabled(),this.lastUiCompletePosition=s}getModelAsString(e){return this.params.getHandler()?.getModelAsString?.(e)??""}getPlaceholderText(e,t){let s=this.translate(e);if(typeof this.filterPlaceholder=="function"){const o=this.eTypes[t].getValue(),i=this.translate(o);s=this.filterPlaceholder({filterOptionKey:o,filterOption:i,placeholder:s})}else typeof this.filterPlaceholder=="string"&&(s=this.filterPlaceholder);return s}resetPlaceholder(){const e=this.getLocaleTextFunc();this.forEachInput((t,s,o,i)=>{if(!(t instanceof no))return;const n=s===0&&i>1?"inRangeStart":s===0?"filterOoo":"inRangeEnd",r=s===0&&i>1?e("ariaFilterFromValue","Filter from value"):s===0?e("ariaFilterValue","Filter Value"):e("ariaFilterToValue","Filter to Value");t.setInputPlaceholder(this.getPlaceholderText(n,o)),t.setInputAriaLabel(r)})}setElementValue(e,t,s){e instanceof no&&e.setValue(t!=null?String(t):null,!0)}setElementDisplayed(e,t){oh(e)&&_e(e.getGui(),t)}setElementDisabled(e,t){oh(e)&&fn(e.getGui(),t)}attachElementOnChange(e,t){e instanceof no&&e.onValueChange(t)}forEachInput(e){this.getConditionTypes().forEach((t,s)=>{this.forEachPositionTypeInput(s,t,e)})}forEachPositionInput(e,t){const s=this.getConditionType(e);this.forEachPositionTypeInput(e,s,t)}forEachPositionTypeInput(e,t,s){const o=Rn(t,this.optionsFactory),i=this.getInputs(e);for(let n=0;n<i.length;n++){const r=i[n];r!=null&&s(r,n,e,o)}}isConditionDisabled(e,t){return this.isReadOnly()?!0:e===0?!1:e>t+1}isConditionBodyVisible(e){const t=this.getConditionType(e);return Rn(t,this.optionsFactory)>0}isConditionUiComplete(e){return!(e>=this.getNumConditions()||this.getConditionType(e)==="empty"||this.getValues(e).some(s=>s==null))}getNumConditions(){return this.eTypes.length}getUiCompleteConditions(){const e=[];for(let t=0;t<this.getNumConditions();t++)this.isConditionUiComplete(t)&&e.push(this.createCondition(t));return e}createMissingConditionsAndOperators(){if(!this.isReadOnly())for(let e=this.getNumConditions();e<this.numAlwaysVisibleConditions;e++)this.createJoinOperatorPanel(),this.createOption()}resetUiToDefaults(e){this.removeConditionsAndOperators(this.isReadOnly()?1:this.numAlwaysVisibleConditions),this.eTypes.forEach(t=>this.resetType(t)),this.eJoinAnds.forEach((t,s)=>this.resetJoinOperatorAnd(t,s,this.joinOperatorId+s)),this.eJoinOrs.forEach((t,s)=>this.resetJoinOperatorOr(t,s,this.joinOperatorId+s)),this.joinOperatorId++,this.forEachInput(t=>this.resetInput(t)),this.resetPlaceholder(),this.createMissingConditionsAndOperators(),this.lastUiCompletePosition=null,this.updateUiVisibility(),e||this.params.onUiChange(this.getUiChangeEventParams())}resetType(e){const s=this.getLocaleTextFunc()("ariaFilteringOperator","Filtering operator");e.setValue(this.optionsFactory.defaultOption,!0).setAriaLabel(s).setDisabled(this.isReadOnly()||this.filterListOptions.length<=1)}resetJoinOperatorAnd(e,t,s){this.resetJoinOperator(e,t,this.defaultJoinOperator==="AND",this.translate("andCondition"),s)}resetJoinOperatorOr(e,t,s){this.resetJoinOperator(e,t,this.defaultJoinOperator==="OR",this.translate("orCondition"),s)}resetJoinOperator(e,t,s,o,i){this.updateJoinOperatorDisabled(e.setValue(s,!0).setName(`ag-simple-filter-and-or-${this.getCompId()}-${i}`).setLabel(o),t)}updateJoinOperatorsDisabled(){const e=(t,s)=>this.updateJoinOperatorDisabled(t,s);this.eJoinAnds.forEach(e),this.eJoinOrs.forEach(e)}updateJoinOperatorDisabled(e,t){e.setDisabled(this.isReadOnly()||t>0)}resetInput(e){this.setElementValue(e,null),this.setElementDisabled(e,this.isReadOnly())}setConditionIntoUi(e,t){const s=this.mapValuesFromModel(e,this.optionsFactory);this.forEachInput((o,i,n)=>{n===t&&this.setElementValue(o,s[i]!=null?s[i]:null)})}setValueFromFloatingFilter(e){this.forEachInput((t,s,o)=>{this.setElementValue(t,s===0&&o===0?e:null,!0)})}addChangedListeners(e,t){this.isReadOnly()||(e.onValueChange(this.listener),this.forEachPositionInput(t,s=>{this.attachElementOnChange(s,this.listener)}))}hasInvalidInputs(){return!1}isReadOnly(){return!!this.params.readOnly}},Vm=class{constructor(e,t,s,o,i,n){this.alive=!0,this.context=e,this.eParent=i;const r=JS(t,s,o);r&&r.newAgStackInstance().then(a=>{if(!this.alive){e.destroyBean(a);return}if(this.dateComp=a,!a)return;i.appendChild(a.getGui()),a?.afterGuiAttached?.();const{tempValue:l,disabled:c}=this;l&&a.setDate(l),c!=null&&a.setDisabled?.(c),n?.(this)})}destroy(){this.alive=!1,this.dateComp=this.context.destroyBean(this.dateComp)}getDate(){return this.dateComp?this.dateComp.getDate():this.tempValue}setDate(e){const t=this.dateComp;t?t.setDate(e):this.tempValue=e}setDisabled(e){const t=this.dateComp;t?t.setDisabled?.(e):this.disabled=e}setDisplayed(e){_e(this.eParent,e)}setInputPlaceholder(e){this.dateComp?.setInputPlaceholder?.(e)}setInputAriaLabel(e){this.dateComp?.setInputAriaLabel?.(e)}afterGuiAttached(e){this.dateComp?.afterGuiAttached?.(e)}updateParams(e){this.dateComp?.refresh?.(e)}},nu=["equals","notEqual","lessThan","greaterThan","inRange","blank","notBlank"];function zm(e,t){const{dateFrom:s,dateTo:o,type:i}=e||{};return[s&&St(s,void 0,!0)||null,o&&St(o,void 0,!0)||null].slice(0,Rn(i,t))}var og=1e3,ig=1/0,j5=class extends iu{constructor(){super("dateFilter",zm,nu),this.eConditionPanelsFrom=[],this.eConditionPanelsTo=[],this.dateConditionFromComps=[],this.dateConditionToComps=[],this.minValidYear=og,this.maxValidYear=ig,this.minValidDate=null,this.maxValidDate=null,this.filterType="date"}afterGuiAttached(e){super.afterGuiAttached(e),this.dateConditionFromComps[0].afterGuiAttached(e)}commonUpdateSimpleParams(e){super.commonUpdateSimpleParams(e);const t=(l,c)=>{const d=e[l];if(d!=null)if(isNaN(d))B(82,{param:l});else return d==null?c:Number(d);return c},s=t("minValidYear",og),o=t("maxValidYear",ig);this.minValidYear=s,this.maxValidYear=o,s>o&&B(83);const{minValidDate:i,maxValidDate:n}=e,r=i instanceof Date?i:St(i);this.minValidDate=r;const a=n instanceof Date?n:St(n);this.maxValidDate=a,r&&a&&r>a&&B(84)}createDateCompWrapper(e){const{beans:{userCompFactory:t,context:s,gos:o},params:i}=this,n=new Vm(s,t,i.colDef,he(o,{onDateChanged:()=>this.onUiChanged(),filterParams:i,location:"filter"}),e);return this.addDestroyFunc(()=>n.destroy()),n}setElementValue(e,t){e.setDate(t)}setElementDisplayed(e,t){e.setDisplayed(t)}setElementDisabled(e,t){e.setDisabled(t)}createEValue(){const e=Ct({tag:"div",cls:"ag-filter-body"});return this.createFromToElement(e,this.eConditionPanelsFrom,this.dateConditionFromComps,"from"),this.createFromToElement(e,this.eConditionPanelsTo,this.dateConditionToComps,"to"),e}createFromToElement(e,t,s,o){const i=Ct({tag:"div",cls:`ag-filter-${o} ag-filter-date-${o}`});t.push(i),e.appendChild(i),s.push(this.createDateCompWrapper(i))}removeEValues(e,t){this.removeDateComps(this.dateConditionFromComps,e,t),this.removeDateComps(this.dateConditionToComps,e,t),ln(this.eConditionPanelsFrom,e,t),ln(this.eConditionPanelsTo,e,t)}removeDateComps(e,t,s){const o=ln(e,t,s);for(const i of o)i.destroy()}isValidDateValue(e){if(e===null)return!1;const{minValidDate:t,maxValidDate:s,minValidYear:o,maxValidYear:i}=this;if(t){if(e<t)return!1}else if(e.getUTCFullYear()<o)return!1;if(s){if(e>s)return!1}else if(e.getUTCFullYear()>i)return!1;return!0}isConditionUiComplete(e){if(!super.isConditionUiComplete(e))return!1;let t=!0;return this.forEachInput((s,o,i,n)=>{i!==e||!t||o>=n||(t=t&&this.isValidDateValue(s.getDate()))}),t}areSimpleModelsEqual(e,t){return e.dateFrom===t.dateFrom&&e.dateTo===t.dateTo&&e.type===t.type}createCondition(e){const t=this.getConditionType(e),s={},o=this.getValues(e),i=this.params.useIsoSeparator?"T":" ";return o.length>0&&(s.dateFrom=It(o[0],!0,i)),o.length>1&&(s.dateTo=It(o[1],!0,i)),{dateFrom:null,dateTo:null,filterType:this.filterType,type:t,...s}}resetPlaceholder(){const e=this.getLocaleTextFunc(),t=this.translate("dateFormatOoo"),s=e("ariaFilterValue","Filter Value");this.forEachInput(o=>{o.setInputPlaceholder(t),o.setInputAriaLabel(s)})}getInputs(e){const{dateConditionFromComps:t,dateConditionToComps:s}=this;return e>=t.length?[null,null]:[t[e],s[e]]}getValues(e){const t=[];return this.forEachPositionInput(e,(s,o,i,n)=>{o<n&&t.push(s.getDate())}),t}translate(e){return e==="lessThan"?super.translate("before"):e==="greaterThan"?super.translate("after"):super.translate(e)}},Wm=class extends k{constructor(e,t){super(),this.mapValuesFromModel=e,this.defaultOptions=t}init(e){const t=e.filterParams,s=new ou;this.optionsFactory=s,s.init(t,this.defaultOptions),this.filterModelFormatter=this.createManagedBean(new this.FilterModelFormatterClass(s,t)),this.updateParams(e),this.validateModel(e)}refresh(e){if(e.source==="colDef"){const t=e.filterParams,s=this.optionsFactory;s.refresh(t,this.defaultOptions),this.filterModelFormatter.updateParams({optionsFactory:s,filterParams:t}),this.updateParams(e)}this.validateModel(e)}updateParams(e){this.params=e}doesFilterPass(e){const t=e.model;if(t==null)return!0;const{operator:s}=t,o=[];if(s){const r=t;o.push(...r.conditions??[])}else o.push(t);const i=s&&s==="OR"?"some":"every",n=this.params.getValue(e.node);return o[i](r=>this.individualConditionPasses(e,r,n))}getModelAsString(e,t){return this.filterModelFormatter.getModelAsString(e,t)??""}validateModel(e){const{model:t,filterParams:{filterOptions:s,maxNumConditions:o}}=e;if(t==null)return;let n=Gf(t)?t.conditions:[t];const r=s?.map(d=>typeof d=="string"?d:d.displayKey)??this.defaultOptions;if(!(!n||n.every(d=>r.find(u=>u===d.type)!==void 0))){this.params={...e,model:null},e.onModelChange(null);return}let l=!1;const c=this.filterType;if((n&&!n.every(d=>d.filterType===c)||t.filterType!==c)&&(n=n.map(d=>({...d,filterType:c})),l=!0),typeof o=="number"&&n&&n.length>o&&(n=n.slice(0,o),l=!0),l){const d=n.length>1?{...t,filterType:c,conditions:n}:{...n[0],filterType:c};this.params={...e,model:d},e.onModelChange(d)}}individualConditionPasses(e,t,s){const o=this.optionsFactory,i=this.mapValuesFromModel(t,o),n=o.getCustomOption(t.type),r=W5(n,i,s);return r??(s==null?this.evaluateNullValue(t.type):this.evaluateNonNullValue(i,s,t,e))}},_m=class extends Wm{evaluateNullValue(e){const{includeBlanksInEquals:t,includeBlanksInNotEqual:s,includeBlanksInGreaterThan:o,includeBlanksInLessThan:i,includeBlanksInRange:n}=this.params.filterParams;switch(e){case"equals":if(t)return!0;break;case"notEqual":if(s)return!0;break;case"greaterThan":case"greaterThanOrEqual":if(o)return!0;break;case"lessThan":case"lessThanOrEqual":if(i)return!0;break;case"inRange":if(n)return!0;break;case"blank":return!0;case"notBlank":return!1}return!1}evaluateNonNullValue(e,t,s){const o=s.type;if(!this.isValid(t))return o==="notEqual"||o==="notBlank";const i=this.comparator(),n=e[0]!=null?i(e[0],t):0;switch(o){case"equals":return n===0;case"notEqual":return n!==0;case"greaterThan":return n>0;case"greaterThanOrEqual":return n>=0;case"lessThan":return n<0;case"lessThanOrEqual":return n<=0;case"inRange":{const r=i(e[1],t);return this.params.filterParams.inRangeInclusive?n>=0&&r<=0:n>0&&r<0}case"blank":return ga(t);case"notBlank":return!ga(t);default:return B(76,{filterModelType:o}),!0}}},jm={equals:"Equals",notEqual:"NotEqual",greaterThan:"GreaterThan",greaterThanOrEqual:"GreaterThanOrEqual",lessThan:"LessThan",lessThanOrEqual:"LessThanOrEqual",inRange:"InRange"},U5={contains:"Contains",notContains:"NotContains",equals:"TextEquals",notEqual:"TextNotEqual",startsWith:"StartsWith",endsWith:"EndsWith",inRange:"InRange"},ru=class extends k{constructor(e,t,s){super(),this.optionsFactory=e,this.filterParams=t,this.valueFormatter=s}getModelAsString(e,t){const s=this.getLocaleTextFunc(),o=t==="filterToolPanel";if(!e)return o?Bs(this,"filterSummaryInactive"):null;if(e.operator!=null){const n=e,a=(n.conditions??[]).map(c=>this.getModelAsString(c,t)),l=n.operator==="AND"?"andCondition":"orCondition";return a.join(` ${Bs(this,l)} `)}else{if(e.type==="blank"||e.type==="notBlank")return o?Bs(this,e.type==="blank"?"filterSummaryBlank":"filterSummaryNotBlank"):s(e.type,e.type);{const n=e,r=this.optionsFactory.getCustomOption(n.type),{displayKey:a,displayName:l,numberOfInputs:c}=r||{};return a&&l&&c===0?s(a,l):this.conditionToString(n,o,n.type==="inRange"||c===2,a,l)}}}updateParams(e){const{optionsFactory:t,filterParams:s}=e;this.optionsFactory=t,this.filterParams=s}conditionForToolPanel(e,t,s,o,i,n){let r;const a=this.getTypeKey(e);return a&&(r=Bs(this,a)),i&&n&&(r=this.getLocaleTextFunc()(i,n)),r!=null?t?`${r} ${Bs(this,"filterSummaryInRangeValues",[s(),o()])}`:`${r} ${s()}`:null}getTypeKey(e){const t=this.filterTypeKeys[e];return t?`filterSummary${t}`:null}formatValue(e){const t=this.valueFormatter;return t?t(e??null)??"":String(e)}},Um=class extends ru{constructor(e,t){super(e,t,s=>{const{dataTypeSvc:o,valueSvc:i}=this.beans,n=t.column,r=o?.getDateFormatterFunction(n),a=r?r(s??void 0):s;return i.formatValue(n,null,a)}),this.filterTypeKeys=jm}conditionToString(e,t,s,o,i){const{type:n}=e,r=St(e.dateFrom),a=St(e.dateTo),l=this.filterParams.inRangeFloatingFilterDateFormat,c=t?this.formatValue.bind(this):h=>Bc(h,l),d=()=>r!==null?c(r):"null",u=()=>a!==null?c(a):"null";if(t){const h=this.conditionForToolPanel(n,s,d,u,o,i);if(h!=null)return h}return s?`${d()}-${u()}`:r!=null?c(r):`${n}`}};function $5(e,t){const s=t;return s<e?-1:s>e?1:0}var K5=class extends _m{constructor(){super(zm,nu),this.filterType="date",this.FilterModelFormatterClass=Um}comparator(){return this.params.filterParams.comparator??$5}isValid(e){const t=this.params.filterParams.isValidDate;return!t||t(e)}},$m=class extends Ue{constructor(){super(...arguments),this.defaultDebounceMs=0}setLastTypeFromModel(e){if(!e){this.lastType=this.optionsFactory.defaultOption;return}const t=e.operator;let s;t?s=e.conditions[0]:s=e,this.lastType=s.type}canWeEditAfterModelFromParentFilter(e){if(!e)return this.isTypeEditable(this.lastType);if(e.operator)return!1;const s=e;return this.isTypeEditable(s.type)}init(e){this.params=e;const t=this.gos.get("enableFilterHandlers");if(this.reactive=t,this.setParams(e),t){const s=e;this.onModelUpdated(s.model)}}setParams(e){const t=new ou;this.optionsFactory=t,t.init(e.filterParams,this.defaultOptions),this.filterModelFormatter=this.createManagedBean(new this.FilterModelFormatterClass(t,e.filterParams)),this.setSimpleParams(e,!1)}setSimpleParams(e,t=!0){const s=this.optionsFactory.defaultOption;t||(this.lastType=s),this.readOnly=!!e.filterParams.readOnly;const o=this.isTypeEditable(s);this.setEditable(o)}refresh(e){this.params=e;const t=e,s=this.reactive;if((!s||t.source==="colDef")&&this.updateParams(e),s){const{source:o,model:i}=t;if(o==="dataChanged"||o==="ui")return;this.onModelUpdated(i)}}updateParams(e){const t=this.optionsFactory;t.refresh(e.filterParams,this.defaultOptions),this.setSimpleParams(e),this.filterModelFormatter.updateParams({optionsFactory:t,filterParams:e.filterParams})}onParentModelChanged(e,t){t?.afterFloatingFilter||t?.afterDataChange||this.onModelUpdated(e)}hasSingleInput(e){const t=this.optionsFactory.getCustomOption(e)?.numberOfInputs;return t==null||t==1}isTypeEditable(e){const t=["inRange","empty","blank","notBlank"];return!!e&&!this.readOnly&&this.hasSingleInput(e)&&t.indexOf(e)<0}getAriaLabel(e){return`${this.beans.colNames.getDisplayNameForColumn(e.column,"header",!0)} ${this.getLocaleTextFunc()("ariaFilterInput","Filter Input")}`}},q5={tag:"div",cls:"ag-floating-filter-input",role:"presentation",children:[{tag:"ag-input-text-field",ref:"eReadOnlyText"},{tag:"div",ref:"eDateWrapper",cls:"ag-date-floating-filter-wrapper"}]},Y5=class extends $m{constructor(){super(q5,[Oa]),this.eReadOnlyText=ue,this.eDateWrapper=ue,this.FilterModelFormatterClass=Um,this.filterType="date",this.defaultOptions=nu}setParams(e){super.setParams(e),this.createDateComponent();const t=this.getLocaleTextFunc();this.eReadOnlyText.setDisabled(!0).setInputAriaLabel(t("ariaDateFilterInput","Date Filter Input"))}updateParams(e){super.updateParams(e),this.dateComp.updateParams(this.getDateComponentParams()),this.updateCompOnModelChange(e.currentParentModel())}updateCompOnModelChange(e){const t=!this.readOnly&&this.canWeEditAfterModelFromParentFilter(e);if(this.setEditable(t),t){const s=e?St(e.dateFrom):null;this.dateComp.setDate(s),this.eReadOnlyText.setValue("")}else this.eReadOnlyText.setValue(this.filterModelFormatter.getModelAsString(e)),this.dateComp.setDate(null)}setEditable(e){_e(this.eDateWrapper,e),_e(this.eReadOnlyText.getGui(),!e)}onModelUpdated(e){super.setLastTypeFromModel(e),this.updateCompOnModelChange(e)}onDateChanged(){const e=this.dateComp.getDate();if(this.reactive){const t=this.params;t.onUiChange();const s=t.model,o=It(e),i=o==null?null:{...s??{filterType:this.filterType,type:this.lastType??this.optionsFactory.defaultOption},dateFrom:o};t.onModelChange(i,{afterFloatingFilter:!0})}else this.params.parentFilterInstance(t=>{t?.onFloatingFilterChanged(this.lastType||null,e)})}getDateComponentParams(){const{filterParams:e}=this.params,t=_d(e,this.defaultDebounceMs);return he(this.gos,{onDateChanged:nt(this,this.onDateChanged.bind(this),t),filterParams:e,location:"floatingFilter"})}createDateComponent(){const{beans:{context:e,userCompFactory:t},eDateWrapper:s,params:o}=this;this.dateComp=new Vm(e,t,o.column.getColDef(),this.getDateComponentParams(),s,i=>{i.setInputAriaLabel(this.getAriaLabel(o))}),this.addDestroyFunc(()=>this.dateComp.destroy())}},Z5={tag:"div",cls:"ag-filter-filter",children:[{tag:"ag-input-text-field",ref:"eDateInput",cls:"ag-date-filter"}]},X5=class extends Ue{constructor(){super(Z5,[Oa]),this.eDateInput=ue,this.isApply=!1,this.applyOnFocusOut=!1}init(e){this.params=e,this.setParams(e);const t=this.eDateInput.getInputElement();this.addManagedListeners(t,{mouseDown:()=>{this.eDateInput.isDisabled()||this.usingSafariDatePicker||t.focus({preventScroll:!0})},input:this.handleInput.bind(this,!1),change:this.handleInput.bind(this,!0),focusout:this.handleFocusOut.bind(this)})}handleInput(e){if(!this.eDateInput.isDisabled()){if(this.isApply){this.applyOnFocusOut=!e,e&&this.params.onDateChanged();return}e||this.params.onDateChanged()}}handleFocusOut(){this.applyOnFocusOut&&(this.applyOnFocusOut=!1,this.params.onDateChanged())}setParams(e){const t=this.eDateInput.getInputElement(),s=this.shouldUseBrowserDatePicker(e);this.usingSafariDatePicker=s&&Ys();const{minValidYear:o,maxValidYear:i,minValidDate:n,maxValidDate:r,buttons:a,includeTime:l,colDef:c}=e.filterParams||{},d=this.beans.dataTypeSvc,u=l??d?.getDateIncludesTimeFlag?.(c.cellDataType)??!1;if(s?u?(t.type="datetime-local",t.step="1"):t.type="date":t.type="text",n&&o&&B(85),r&&i&&B(86),n&&r){const[h,p]=[n,r].map(f=>f instanceof Date?f:St(f));h&&p&&h.getTime()>p.getTime()&&B(87)}n?n instanceof Date?t.min=Bc(n):t.min=n:o&&(t.min=`${o}-01-01`),r?r instanceof Date?t.max=Bc(r):t.max=r:i&&(t.max=`${i}-12-31`),this.isApply=e.location==="floatingFilter"&&!!a?.includes("apply")}refresh(e){this.params=e,this.setParams(e)}getDate(){return St(this.eDateInput.getValue())}setDate(e){const t=this.params.filterParams.colDef.cellDataType,s=this.beans.dataTypeSvc?.getDateIncludesTimeFlag(t)??!1;this.eDateInput.setValue(It(e,s))}setInputPlaceholder(e){this.eDateInput.setInputPlaceholder(e)}setInputAriaLabel(e){this.eDateInput.setAriaLabel(e)}setDisabled(e){this.eDateInput.setDisabled(e)}afterGuiAttached(e){e?.suppressFocus||this.eDateInput.getInputElement().focus({preventScroll:!0})}shouldUseBrowserDatePicker(e){return e?.filterParams?.browserDatePicker??!0}},au=["equals","notEqual","greaterThan","greaterThanOrEqual","lessThan","lessThanOrEqual","inRange","blank","notBlank"];function od(e){const{allowedCharPattern:t}=e??{};return t??null}function id(e){return e==null||isNaN(e)?null:e}function Km(e,t){const{filter:s,filterTo:o,type:i}=e||{};return[id(s),id(o)].slice(0,Rn(i,t))}var Q5=class extends iu{constructor(){super("numberFilter",Km,au),this.eValuesFrom=[],this.eValuesTo=[],this.filterType="number",this.defaultDebounceMs=500}setElementValue(e,t,s){const{numberFormatter:o}=this.params,i=!s&&o?o(t??null):t;super.setElementValue(e,i)}createEValue(){const e=od(this.params),t=Ct({tag:"div",cls:"ag-filter-body",role:"presentation"});return this.createFromToElement(t,this.eValuesFrom,"from",e),this.createFromToElement(t,this.eValuesTo,"to",e),t}createFromToElement(e,t,s,o){const i=this.createManagedBean(o?new ko({allowedCharPattern:o}):new Hd);i.addCss(`ag-filter-${s}`),i.addCss("ag-filter-filter"),t.push(i),e.appendChild(i.getGui())}removeEValues(e,t){const s=o=>this.removeComponents(o,e,t);s(this.eValuesFrom),s(this.eValuesTo)}getValues(e){const t=[];return this.forEachPositionInput(e,(s,o,i,n)=>{o<n&&t.push(id(this.stringToFloat(s.getValue())))}),t}areSimpleModelsEqual(e,t){return e.filter===t.filter&&e.filterTo===t.filterTo&&e.type===t.type}stringToFloat(e){if(typeof e=="number")return e;let t=ys(e);t!=null&&t.trim()===""&&(t=null);const s=this.params.numberParser;return s?s(t):t==null||t.trim()==="-"?null:Number.parseFloat(t)}createCondition(e){const t=this.getConditionType(e),s={filterType:this.filterType,type:t},o=this.getValues(e);return o.length>0&&(s.filter=o[0]),o.length>1&&(s.filterTo=o[1]),s}getInputs(e){const{eValuesFrom:t,eValuesTo:s}=this;return e>=t.length?[null,null]:[t[e],s[e]]}hasInvalidInputs(){let e=!1;return this.forEachInput(t=>{t.getInputElement().validity.valid||(e=!0)}),e}},qm=class extends ru{constructor(e,t){super(e,t,t.numberFormatter),this.filterTypeKeys=jm}conditionToString(e,t,s,o,i){const{filter:n,filterTo:r,type:a}=e,l=this.formatValue.bind(this);if(t){const c=this.conditionForToolPanel(a,s,()=>l(n),()=>l(r),o,i);if(c!=null)return c}return s?`${l(n)}-${l(r)}`:n!=null?l(n):`${a}`}},J5=class extends _m{constructor(){super(Km,au),this.filterType="number",this.FilterModelFormatterClass=qm}comparator(){return(e,t)=>e===t?0:e<t?1:-1}isValid(e){return!isNaN(e)}},Ym=class extends k{constructor(e){super(),this.params=e,this.eInput=ue,this.onValueChanged=()=>{}}setupGui(e){this.eInput=this.createManagedBean(new ko(this.params?.config));const t=this.eInput.getGui();e.appendChild(t);const s=o=>this.onValueChanged(o);this.addManagedListeners(t,{input:s,keydown:s})}setEditable(e){this.eInput.setDisabled(!e)}getValue(){return this.eInput.getValue()}setValue(e,t){this.eInput.setValue(e,t)}setValueChangedListener(e){this.onValueChanged=e}setParams({ariaLabel:e,autoComplete:t}){const{eInput:s}=this;s.setInputAriaLabel(e),t!==void 0&&s.setAutoComplete(t)}};function nd(e){const t=e?.trim();return t===""?e:t}function Zm(e,t){const{filter:s,filterTo:o,type:i}=e||{};return[s||null,o||null].slice(0,Rn(i,t))}var e4={tag:"div",ref:"eFloatingFilterInputContainer",cls:"ag-floating-filter-input",role:"presentation"},Xm=class extends $m{constructor(){super(...arguments),this.eFloatingFilterInputContainer=ue,this.defaultDebounceMs=500}postConstruct(){this.setTemplate(e4)}onModelUpdated(e){this.setLastTypeFromModel(e),this.setEditable(this.canWeEditAfterModelFromParentFilter(e)),this.inputSvc.setValue(this.filterModelFormatter.getModelAsString(e))}setParams(e){this.setupFloatingFilterInputService(e),super.setParams(e),this.setTextInputParams(e)}setupFloatingFilterInputService(e){this.inputSvc=this.createFloatingFilterInputService(e),this.inputSvc.setupGui(this.eFloatingFilterInputContainer)}setTextInputParams(e){const t=e.browserAutoComplete??!1,{inputSvc:s,defaultDebounceMs:o,readOnly:i}=this;if(s.setParams({ariaLabel:this.getAriaLabel(e),autoComplete:t}),this.applyActive=Ha(e.filterParams),!i){const n=_d(e.filterParams,o),r=nt(this,this.syncUpWithParentFilter.bind(this),n);s.setValueChangedListener(r)}}updateParams(e){super.updateParams(e),this.setTextInputParams(e)}recreateFloatingFilterInputService(e){const{inputSvc:t}=this,s=t.getValue();bt(this.eFloatingFilterInputContainer),this.destroyBean(t),this.setupFloatingFilterInputService(e),t.setValue(s,!0)}syncUpWithParentFilter(e){const t=e.key===I.ENTER,s=this.reactive;if(s&&this.params.onUiChange(),this.applyActive&&!t)return;const{inputSvc:o,params:i,lastType:n}=this;let r=o.getValue();if(i.filterParams.trimInput&&(r=nd(r),o.setValue(r,!0)),s){const a=i,l=a.model,c=this.convertValue(r),d=c==null?null:{...l??{filterType:this.filterType,type:n??this.optionsFactory.defaultOption},filter:c};a.onModelChange(d,{afterFloatingFilter:!0})}else i.parentFilterInstance(a=>{a?.onFloatingFilterChanged(n||null,r||null)})}convertValue(e){return e||null}setEditable(e){this.inputSvc.setEditable(e)}},t4=class extends k{constructor(){super(...arguments),this.onValueChanged=()=>{},this.numberInputActive=!0}setupGui(e){this.eNumberInput=this.createManagedBean(new Hd),this.eTextInput=this.createManagedBean(new ko),this.eTextInput.setDisabled(!0);const t=this.eNumberInput.getGui(),s=this.eTextInput.getGui();e.appendChild(t),e.appendChild(s),this.setupListeners(t,o=>this.onValueChanged(o)),this.setupListeners(s,o=>this.onValueChanged(o))}setEditable(e){this.numberInputActive=e,this.eNumberInput.setDisplayed(this.numberInputActive),this.eTextInput.setDisplayed(!this.numberInputActive)}setAutoComplete(e){this.eNumberInput.setAutoComplete(e),this.eTextInput.setAutoComplete(e)}getValue(){return this.getActiveInputElement().getValue()}setValue(e,t){this.getActiveInputElement().setValue(e,t)}getActiveInputElement(){return this.numberInputActive?this.eNumberInput:this.eTextInput}setValueChangedListener(e){this.onValueChanged=e}setupListeners(e,t){this.addManagedListeners(e,{input:t,keydown:t})}setParams(e){this.setAriaLabel(e.ariaLabel),e.autoComplete!==void 0&&this.setAutoComplete(e.autoComplete)}setAriaLabel(e){this.eNumberInput.setInputAriaLabel(e),this.eTextInput.setInputAriaLabel(e)}},s4=class extends Xm{constructor(){super(...arguments),this.FilterModelFormatterClass=qm,this.filterType="number",this.defaultOptions=au}updateParams(e){od(e.filterParams)!==this.allowedCharPattern&&this.recreateFloatingFilterInputService(e),super.updateParams(e)}createFloatingFilterInputService(e){return this.allowedCharPattern=od(e.filterParams),this.allowedCharPattern?this.createManagedBean(new Ym({config:{allowedCharPattern:this.allowedCharPattern}})):this.createManagedBean(new t4)}convertValue(e){return e?Number(e):null}},lu=["contains","notContains","equals","notEqual","startsWith","endsWith","blank","notBlank"],o4=class extends iu{constructor(){super("textFilter",Zm,lu),this.filterType="text",this.eValuesFrom=[],this.eValuesTo=[],this.defaultDebounceMs=500}createCondition(e){const t=this.getConditionType(e),s={filterType:this.filterType,type:t},o=this.getValues(e);return o.length>0&&(s.filter=o[0]),o.length>1&&(s.filterTo=o[1]),s}areSimpleModelsEqual(e,t){return e.filter===t.filter&&e.filterTo===t.filterTo&&e.type===t.type}getInputs(e){const{eValuesFrom:t,eValuesTo:s}=this;return e>=t.length?[null,null]:[t[e],s[e]]}getValues(e){const t=[];return this.forEachPositionInput(e,(s,o,i,n)=>{o<n&&t.push(ys(s.getValue()))}),t}createEValue(){const e=Ct({tag:"div",cls:"ag-filter-body",role:"presentation"}),{eValuesFrom:t,eValuesTo:s}=this;return this.createFromToElement(e,t,"from"),this.createFromToElement(e,s,"to"),e}createFromToElement(e,t,s){const o=this.createManagedBean(new ko);o.addCss(`ag-filter-${s}`),o.addCss("ag-filter-filter"),t.push(o),e.appendChild(o.getGui())}removeEValues(e,t){const s=n=>this.removeComponents(n,e,t),{eValuesFrom:o,eValuesTo:i}=this;s(o),s(i)}},Qm=class extends ru{constructor(){super(...arguments),this.filterTypeKeys=U5}conditionToString(e,t,s,o,i){const{filter:n,filterTo:r,type:a}=e;if(t){const l=d=>()=>Bs(this,"filterSummaryTextQuote",[d]),c=this.conditionForToolPanel(a,s,l(n),l(r),o,i);if(c!=null)return c}return s?`${n}-${r}`:n!=null?`${n}`:`${a}`}},i4=({filterOption:e,value:t,filterText:s})=>{if(s==null)return!1;switch(e){case"contains":return t.includes(s);case"notContains":return!t.includes(s);case"equals":return t===s;case"notEqual":return t!=s;case"startsWith":return t.indexOf(s)===0;case"endsWith":{const o=t.lastIndexOf(s);return o>=0&&o===t.length-s.length}default:return!1}},n4=e=>e,r4=e=>e==null?null:e.toString().toLowerCase(),a4=class extends Wm{constructor(){super(Zm,lu),this.filterType="text",this.FilterModelFormatterClass=Qm}updateParams(e){super.updateParams(e);const t=e.filterParams;this.matcher=t.textMatcher??i4,this.formatter=t.textFormatter??(t.caseSensitive?n4:r4)}evaluateNullValue(e){return e?["notEqual","notContains","blank"].indexOf(e)>=0:!1}evaluateNonNullValue(e,t,s,o){const i=e.map(h=>this.formatter(h))||[],n=this.formatter(t),{api:r,colDef:a,column:l,context:c,filterParams:{textFormatter:d}}=this.params;if(s.type==="blank")return ga(t);if(s.type==="notBlank")return!ga(t);const u={api:r,colDef:a,column:l,context:c,node:o.node,data:o.data,filterOption:s.type,value:n,textFormatter:d};return i.some(h=>this.matcher({...u,filterText:h}))}processModelToApply(e){if(e&&this.params.filterParams.trimInput){const t=s=>{const o={...s},{filter:i,filterTo:n}=s;return i&&(o.filter=nd(i)??null),n&&(o.filterTo=nd(n)??null),o};return Gf(e)?{...e,conditions:e.conditions.map(t)}:t(e)}return e}},l4=class extends Xm{constructor(){super(...arguments),this.FilterModelFormatterClass=Qm,this.filterType="text",this.defaultOptions=lu}createFloatingFilterInputService(){return this.createManagedBean(new Ym)}};function c4(e){return!!e.quickFilter?.isFilterPresent()}function d4(e){return e.quickFilter?.getText()}function u4(e){e.quickFilter?.resetCache()}var h4=class extends k{constructor(){super(...arguments),this.beanName="quickFilter",this.quickFilter=null,this.quickFilterParts=null}postConstruct(){const e=this.resetCache.bind(this),t=this.gos;this.addManagedEventListeners({columnPivotModeChanged:e,newColumnsLoaded:e,columnRowGroupChanged:e,columnVisible:()=>{t.get("includeHiddenColumnsInQuickFilter")||this.resetCache()}}),this.addManagedPropertyListener("quickFilterText",s=>this.setFilter(s.currentValue)),this.addManagedPropertyListeners(["includeHiddenColumnsInQuickFilter","applyQuickFilterBeforePivotOrAgg"],()=>this.onColumnConfigChanged()),this.quickFilter=this.parseFilter(t.get("quickFilterText")),this.parser=t.get("quickFilterParser"),this.matcher=t.get("quickFilterMatcher"),this.setFilterParts(),this.addManagedPropertyListeners(["quickFilterMatcher","quickFilterParser"],()=>this.setParserAndMatcher())}refreshCols(){const{autoColSvc:e,colModel:t,gos:s,pivotResultCols:o}=this.beans,i=t.isPivotMode(),n=e?.getColumns(),r=t.getColDefCols();let a=(i&&!s.get("applyQuickFilterBeforePivotOrAgg")?o?.getPivotResultCols()?.list:r)??[];n&&(a=a.concat(n)),this.colsToUse=s.get("includeHiddenColumnsInQuickFilter")?a:a.filter(l=>l.isVisible()||l.isRowGroupActive())}isFilterPresent(){return this.quickFilter!==null}doesRowPass(e){const t=this.gos.get("cacheQuickFilter");return this.matcher?this.doesRowPassMatcher(t,e):this.quickFilterParts.every(s=>t?this.doesRowPassCache(e,s):this.doesRowPassNoCache(e,s))}resetCache(){this.beans.rowModel.forEachNode(e=>e.quickFilterAggregateText=null)}getText(){return this.gos.get("quickFilterText")}setFilterParts(){const{quickFilter:e,parser:t}=this;e?this.quickFilterParts=t?t(e):e.split(" "):this.quickFilterParts=null}parseFilter(e){return K(e)?e.toUpperCase():null}setFilter(e){if(e!=null&&typeof e!="string"){B(70,{newFilter:e});return}const t=this.parseFilter(e);this.quickFilter!==t&&(this.quickFilter=t,this.setFilterParts(),this.dispatchLocalEvent({type:"quickFilterChanged"}))}setParserAndMatcher(){const e=this.gos.get("quickFilterParser"),t=this.gos.get("quickFilterMatcher"),s=e!==this.parser||t!==this.matcher;this.parser=e,this.matcher=t,s&&(this.setFilterParts(),this.dispatchLocalEvent({type:"quickFilterChanged"}))}onColumnConfigChanged(){this.refreshCols(),this.resetCache(),this.isFilterPresent()&&this.dispatchLocalEvent({type:"quickFilterChanged"})}doesRowPassNoCache(e,t){return this.colsToUse.some(s=>{const o=this.getTextForColumn(s,e);return K(o)&&o.includes(t)})}doesRowPassCache(e,t){return this.checkGenerateAggText(e),e.quickFilterAggregateText.includes(t)}doesRowPassMatcher(e,t){let s;e?(this.checkGenerateAggText(t),s=t.quickFilterAggregateText):s=this.getAggText(t);const{quickFilterParts:o,matcher:i}=this;return i(o,s)}checkGenerateAggText(e){e.quickFilterAggregateText||(e.quickFilterAggregateText=this.getAggText(e))}getTextForColumn(e,t){let s=this.beans.filterValueSvc.getValue(e,t);const o=e.getColDef();if(o.getQuickFilterText){const i=he(this.gos,{value:s,node:t,data:t.data,column:e,colDef:o});s=o.getQuickFilterText(i)}return K(s)?s.toString().toUpperCase():null}getAggText(e){const t=[];for(const s of this.colsToUse){const o=this.getTextForColumn(s,e);K(o)&&t.push(o)}return t.join(`
60
60
  `)}},g4={moduleName:"ClientSideRowModelFilter",version:U,rowModels:["clientSide"],beans:[p5]},cu={moduleName:"FilterCore",version:U,beans:[N5],apiFunctions:{isAnyFilterPresent:L5,onFilterChanged:O5},css:[b5],dependsOn:[g4]},Jm={moduleName:"FilterValue",version:U,beans:[G5]},Wa={moduleName:"ColumnFilter",version:U,beans:[A5,H5],dynamicBeans:{headerFilterCellCtrl:f5},icons:{filter:"filter",filterActive:"filter"},apiFunctions:{isColumnFilterPresent:S5,getColumnFilterInstance:y5,destroyFilter:x5,setFilterModel:R5,getFilterModel:F5,getColumnFilterModel:E5,setColumnFilterModel:D5,showColumnFilter:P5,hideColumnFilter:M5,getColumnFilterHandler:T5,doFilterAction:I5},dependsOn:[cu,za,Jm,v5]},p4={moduleName:"CustomFilter",version:U,userComponents:{agReadOnlyFloatingFilter:V5},dependsOn:[Wa]},f4={moduleName:"TextFilter",version:U,dependsOn:[Wa],userComponents:{agTextColumnFilter:{classImp:o4,params:{useForm:!0}},agTextColumnFloatingFilter:l4},dynamicBeans:{agTextColumnFilterHandler:a4}},m4={moduleName:"NumberFilter",version:U,dependsOn:[Wa],userComponents:{agNumberColumnFilter:{classImp:Q5,params:{useForm:!0}},agNumberColumnFloatingFilter:s4},dynamicBeans:{agNumberColumnFilterHandler:J5}},C4={moduleName:"DateFilter",version:U,dependsOn:[Wa],userComponents:{agDateColumnFilter:{classImp:j5,params:{useForm:!0}},agDateInput:X5,agDateColumnFloatingFilter:Y5},dynamicBeans:{agDateColumnFilterHandler:K5}},v4={moduleName:"QuickFilterCore",version:U,rowModels:["clientSide"],beans:[h4],dependsOn:[cu,Jm]},w4={moduleName:"QuickFilter",version:U,apiFunctions:{isQuickFilterPresent:c4,getQuickFilter:d4,resetQuickFilter:u4},dependsOn:[v4]},b4={moduleName:"ExternalFilter",version:U,dependsOn:[cu]},S4=".ag-tooltip{background-color:var(--ag-tooltip-background-color);border:var(--ag-tooltip-border);border-radius:var(--ag-border-radius);color:var(--ag-tooltip-text-color);padding:var(--ag-widget-container-vertical-padding) var(--ag-widget-container-horizontal-padding);position:absolute;white-space:normal;z-index:99999;&:where(.ag-cell-editor-tooltip){background-color:var(--ag-tooltip-error-background-color);border:var(--ag-tooltip-error-border);color:var(--ag-tooltip-error-text-color);font-weight:500}}.ag-tooltip-custom{position:absolute;z-index:99999}.ag-tooltip-custom:where(:not(.ag-tooltip-interactive)),.ag-tooltip:where(:not(.ag-tooltip-interactive)){pointer-events:none}.ag-tooltip-animate{transition:opacity 1s;&:where(.ag-tooltip-hiding){opacity:0}}",ac=(e,t,s)=>{const{editModelSvc:o}=e,i=o?.getCellValidationModel()?.getCellValidation(t)?.errorMessages,n=o?.getRowValidationModel().getRowValidation(t)?.errorMessages,r=i||n;return r?.length?r.join(s("tooltipValidationErrorSeparator",". ")):void 0},y4=class extends k{constructor(){super(...arguments),this.beanName="tooltipSvc"}setupHeaderTooltip(e,t,s,o){e&&t.destroyBean(e);const i=this.gos,n=rc(i),{column:r,eGui:a}=t,l=r.getColDef();!o&&n&&!l.headerComponent&&(o=Pr(()=>a.querySelector(".ag-header-cell-text")));const c="header",u=this.beans.colNames.getDisplayNameForColumn(r,"header",!0),h=s??u,p={getGui:()=>a,getLocation:()=>c,getTooltipValue:()=>s??l?.headerTooltipValueGetter?.(he(i,{location:c,colDef:l,column:r,value:h,valueFormatted:u}))??l?.headerTooltip,shouldDisplayTooltip:o,getAdditionalParams:()=>({column:r,colDef:r.getColDef()})};let f=this.createTooltipFeature(p);return f&&(f=t.createBean(f),t.setRefreshFunction("tooltip",()=>f.refreshTooltip())),f}setupHeaderGroupTooltip(e,t,s,o){e&&t.destroyBean(e);const i=this.gos,n=rc(i),{column:r,eGui:a}=t,l=r.getColGroupDef();!o&&n&&!l?.headerGroupComponent&&(o=Pr(()=>a.querySelector(".ag-header-group-text")));const c="headerGroup",u=this.beans.colNames.getDisplayNameForColumnGroup(r,"header"),h=s??u,p={getGui:()=>a,getLocation:()=>c,getTooltipValue:()=>s??l?.headerTooltipValueGetter?.(he(i,{location:c,colDef:l,column:r,value:h,valueFormatted:u}))??l?.headerTooltip,shouldDisplayTooltip:o,getAdditionalParams:()=>{const C={column:r};return l&&(C.colDef=l),C}},f=this.createTooltipFeature(p);return f&&t.createBean(f)}enableCellTooltipFeature(e,t,s){const{beans:o}=this,{gos:i,editSvc:n}=o,{column:r,rowNode:a}=e;let l="cell";const c=()=>{const p=!!!n?.isEditing(e)&&ac(o,e,this.getLocaleTextFunc());if(p)return l="cellEditor",p;l="cell";const f=r.getColDef(),C=a.data;if(f.tooltipField&&K(C))return rn(C,f.tooltipField,r.isTooltipFieldContainsDots());const v=f.tooltipValueGetter;return v?v(he(i,{location:"cell",colDef:r.getColDef(),column:r,rowIndex:e.cellPosition.rowIndex,node:a,data:a.data,value:e.value,valueFormatted:e.valueFormatted})):null},d=rc(i);s||(d&&!e.isCellRenderer()?s=()=>{const h=!!n?.isEditing(e);if(!h&&ac(o,e,this.getLocaleTextFunc()))return!0;if(!r.isTooltipEnabled())return!1;const C=Pr(()=>{const v=e.eGui;return v.children.length===0?v:v.querySelector(".ag-cell-value")});return!h&&C()}:s=()=>!n?.isEditing(e));const u={getGui:()=>e.eGui,getLocation:()=>l,getTooltipValue:t!=null?()=>t:c,shouldDisplayTooltip:s,getAdditionalParams:()=>({column:r,colDef:r.getColDef(),rowIndex:e.cellPosition.rowIndex,node:a,data:a.data,valueFormatted:e.valueFormatted})};return this.createTooltipFeature(u,o)}setupFullWidthRowTooltip(e,t,s,o){const i={getGui:()=>t.getFullWidthElement(),getTooltipValue:()=>s,getLocation:()=>"fullWidthRow",shouldDisplayTooltip:o},n=this.beans,r=n.context;e&&t.destroyBean(e,r);const a=this.createTooltipFeature(i,n);if(a)return t.createBean(a,r)}setupCellEditorTooltip(e,t){const{beans:s}=this,{context:o}=s,i=t.getValidationElement?.(!0)||!t.isPopup?.()&&e.eGui;if(!i)return;const n={getGui:()=>i,getTooltipValue:()=>ac(s,e,this.getLocaleTextFunc()),getLocation:()=>"cellEditor",shouldDisplayTooltip:()=>{const{editModelSvc:a}=s,l=a?.getRowValidationModel()?.getRowValidationMap(),c=a?.getCellValidationModel()?.getCellValidationMap(),d=!!l&&l.size>0,u=!!c&&c.size>0;return d||u}},r=this.createTooltipFeature(n,s);if(r)return e.createBean(r,o)}initCol(e){const{colDef:t}=e;e.tooltipEnabled=K(t.tooltipField)||K(t.tooltipValueGetter)||K(t.tooltipComponent)}createTooltipFeature(e,t){return this.beans.registry.createDynamicBean("tooltipFeature",!1,e,t)}},x4=class extends dx{createTooltipComp(e,t){sy(this.beans.userCompFactory,e)?.newAgStackInstance().then(t)}setEventHandlers(e){[this.onColumnMovedEventCallback]=this.addManagedEventListeners({columnMoved:e})}clearEventHandlers(){this.onColumnMovedEventCallback?.(),this.onColumnMovedEventCallback=void 0}},eC={moduleName:"Tooltip",version:U,beans:[y4],dynamicBeans:{tooltipFeature:Pf,highlightTooltipFeature:ux,tooltipStateManager:x4},userComponents:{agTooltipComponent:px},dependsOn:[za],css:[S4]},Ko=class{constructor(e){this.cellValueChanges=e}},lc=class extends Ko{constructor(e,t,s,o){super(e),this.initialRange=t,this.finalRange=s,this.ranges=o}},R4=10,ng=class{constructor(e){this.actionStack=[],this.maxStackSize=e||R4,this.actionStack=new Array(this.maxStackSize)}pop(){return this.actionStack.pop()}push(e){e.cellValueChanges&&e.cellValueChanges.length>0&&(this.actionStack.length===this.maxStackSize&&this.actionStack.shift(),this.actionStack.push(e))}clear(){this.actionStack=[]}getCurrentStackSize(){return this.actionStack.length}},F4=class extends k{constructor(){super(...arguments),this.beanName="undoRedo",this.cellValueChanges=[],this.activeCellEdit=null,this.activeRowEdit=null,this.isPasting=!1,this.isRangeInAction=!1,this.batchEditing=!1,this.bulkEditing=!1,this.onCellValueChanged=e=>{const t={column:e.column,rowIndex:e.rowIndex,rowPinned:e.rowPinned},s=this.activeCellEdit!==null&&im(this.activeCellEdit,t),o=this.activeRowEdit!==null&&z2(this.activeRowEdit,t);if(!(s||o||this.isPasting||this.isRangeInAction))return;const{rowPinned:n,rowIndex:r,column:a,oldValue:l,value:c}=e,d={rowPinned:n,rowIndex:r,columnId:a.getColId(),newValue:c,oldValue:l};this.cellValueChanges.push(d)},this.clearStacks=()=>{this.undoStack.clear(),this.redoStack.clear()}}postConstruct(){const{gos:e,ctrlsSvc:t}=this.beans;if(!e.get("undoRedoCellEditing"))return;const s=e.get("undoRedoCellEditingLimit");if(s<=0)return;this.undoStack=new ng(s),this.redoStack=new ng(s),this.addListeners();const o=this.clearStacks.bind(this);this.addManagedEventListeners({cellValueChanged:this.onCellValueChanged.bind(this),modelUpdated:i=>{i.keepUndoRedoStack||this.clearStacks()},columnPivotModeChanged:o,newColumnsLoaded:o,columnGroupOpened:o,columnRowGroupChanged:o,columnMoved:o,columnPinned:o,columnVisible:o,rowDragEnd:o}),t.whenReady(this,i=>{this.gridBodyCtrl=i.gridBodyCtrl})}getCurrentUndoStackSize(){return this.undoStack?.getCurrentStackSize()??0}getCurrentRedoStackSize(){return this.redoStack?.getCurrentStackSize()??0}undo(e){const{eventSvc:t,undoStack:s,redoStack:o}=this;t.dispatchEvent({type:"undoStarted",source:e});const i=this.undoRedo(s,o,"initialRange","oldValue","undo");t.dispatchEvent({type:"undoEnded",source:e,operationPerformed:i})}redo(e){const{eventSvc:t,undoStack:s,redoStack:o}=this;t.dispatchEvent({type:"redoStarted",source:e});const i=this.undoRedo(o,s,"finalRange","newValue","redo");t.dispatchEvent({type:"redoEnded",source:e,operationPerformed:i})}undoRedo(e,t,s,o,i){if(!e)return!1;const n=e.pop();return n?.cellValueChanges?(this.processAction(n,r=>r[o],i),n instanceof lc?this.processRange(n.ranges||[n[s]]):this.processCell(n.cellValueChanges),t.push(n),!0):!1}processAction(e,t,s){for(const o of e.cellValueChanges){const{rowIndex:i,rowPinned:n,columnId:r}=o,a={rowIndex:i,rowPinned:n},l=Es(this.beans,a);l.displayed&&l.setDataValue(r,t(o),s)}}processRange(e){let t;const s=this.beans.rangeSvc;s.removeAllCellRanges(!0),e.forEach((o,i)=>{if(!o)return;const n=o.startRow,r=o.endRow;i===e.length-1&&(t={rowPinned:n.rowPinned,rowIndex:n.rowIndex,columnId:o.startColumn.getColId()},this.setLastFocusedCell(t));const a={rowStartIndex:n.rowIndex,rowStartPinned:n.rowPinned,rowEndIndex:r.rowIndex,rowEndPinned:r.rowPinned,columnStart:o.startColumn,columns:o.columns};s.addCellRange(a)})}processCell(e){const t=e[0],{rowIndex:s,rowPinned:o}=t,i={rowIndex:s,rowPinned:o},n=Es(this.beans,i),r={rowPinned:t.rowPinned,rowIndex:n.rowIndex,columnId:t.columnId};this.setLastFocusedCell(r)}setLastFocusedCell(e){const{rowIndex:t,columnId:s,rowPinned:o}=e,{colModel:i,focusSvc:n,rangeSvc:r}=this.beans,a=i.getCol(s);if(!a)return;const{scrollFeature:l}=this.gridBodyCtrl;l.ensureIndexVisible(t),l.ensureColumnVisible(a);const c={rowIndex:t,column:a,rowPinned:o};n.setFocusedCell({...c,forceBrowserFocus:!0}),r?.setRangeToCell(c)}addListeners(){this.addManagedEventListeners({rowEditingStarted:e=>{this.activeRowEdit={rowIndex:e.rowIndex,rowPinned:e.rowPinned}},rowEditingStopped:()=>{const e=new Ko(this.cellValueChanges);this.pushActionsToUndoStack(e),this.activeRowEdit=null},cellEditingStarted:e=>{this.activeCellEdit={column:e.column,rowIndex:e.rowIndex,rowPinned:e.rowPinned}},cellEditingStopped:e=>{if(this.activeCellEdit=null,e.valueChanged&&!this.activeRowEdit&&!this.isPasting&&!this.isRangeInAction){const s=new Ko(this.cellValueChanges);this.pushActionsToUndoStack(s)}},pasteStart:()=>{this.isPasting=!0},pasteEnd:()=>{const e=new Ko(this.cellValueChanges);this.pushActionsToUndoStack(e),this.isPasting=!1},fillStart:()=>{this.isRangeInAction=!0},fillEnd:e=>{const t=new lc(this.cellValueChanges,e.initialRange,e.finalRange);this.pushActionsToUndoStack(t),this.isRangeInAction=!1},keyShortcutChangedCellStart:()=>{this.isRangeInAction=!0},keyShortcutChangedCellEnd:()=>{let e;const{rangeSvc:t,gos:s}=this.beans;t&&Us(s)?e=new lc(this.cellValueChanges,void 0,void 0,[...t.getCellRanges()]):e=new Ko(this.cellValueChanges),this.pushActionsToUndoStack(e),this.isRangeInAction=!1},batchEditingStarted:()=>this.startBigChange("batchEditing"),batchEditingStopped:({changes:e})=>this.stopBigChange("batchEditing",e),bulkEditingStarted:()=>this.startBigChange("bulkEditing"),bulkEditingStopped:({changes:e})=>this.stopBigChange("bulkEditing",e)})}startBigChange(e){this.updateBigChange(e,!0)}updateBigChange(e,t){e==="bulkEditing"?this.bulkEditing=t:this.batchEditing=t}stopBigChange(e,t){if(e==="bulkEditing"&&!this.bulkEditing||e==="batchEditing"&&!this.batchEditing||(this.updateBigChange(e,!1),t?.length===0))return;const s=new Ko(t??[]);this.pushActionsToUndoStack(s),this.cellValueChanges=[]}pushActionsToUndoStack(e){this.undoStack.push(e),this.cellValueChanges=[],this.redoStack.clear()}},E4=".ag-cell-inline-editing{border:var(--ag-cell-editing-border)!important;border-radius:var(--ag-border-radius);box-shadow:var(--ag-cell-editing-shadow);padding:0;z-index:1;.ag-cell-edit-wrapper,.ag-cell-editor,.ag-cell-wrapper,:where(.ag-cell-editor) .ag-input-field-input,:where(.ag-cell-editor) .ag-wrapper{height:100%;line-height:normal;min-height:100%;width:100%}&.ag-cell-editing-error{border-color:var(--ag-invalid-color)!important}}:where(.ag-popup-editor) .ag-large-text{background-color:var(--ag-background-color);border-radius:var(--ag-border-radius);box-shadow:var(--ag-dropdown-shadow);padding:0}.ag-large-text-input{display:block;height:auto;padding:var(--ag-cell-horizontal-padding)}:where(.ag-rtl .ag-large-text-input) textarea{resize:none}:where(.ag-ltr) .ag-checkbox-edit{padding-left:var(--ag-cell-horizontal-padding)}:where(.ag-rtl) .ag-checkbox-edit{padding-right:var(--ag-cell-horizontal-padding)}:where(.ag-row.ag-row-editing-invalid .ag-cell-inline-editing){opacity:.8}.ag-popup-editor{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none}",D4={tag:"div",cls:"ag-cell-wrapper ag-cell-edit-wrapper ag-checkbox-edit",children:[{tag:"ag-checkbox",ref:"eEditor",role:"presentation"}]},P4=class extends Ba{constructor(){super(D4,[Nd]),this.eEditor=ue}initialiseEditor(e){const t=e.value??void 0,s=this.eEditor;s.setValue(t),s.getInputElement().setAttribute("tabindex","-1"),this.setAriaLabel(t),this.addManagedListeners(s,{fieldValueChanged:i=>this.setAriaLabel(i.selected)})}getValue(){return this.eEditor.getValue()}focusIn(){this.eEditor.getFocusableElement().focus()}afterGuiAttached(){this.params.cellStartedEdit&&this.focusIn()}isPopup(){return!1}setAriaLabel(e){const t=this.getLocaleTextFunc(),s=Aa(t,e),o=t("ariaToggleCellValue","Press SPACE to toggle cell value");this.eEditor.setInputAriaLabel(`${o} (${s})`)}getValidationElement(e){return e?this.params.eGridCell:this.eEditor.getInputElement()}getValidationErrors(){const{params:e}=this,{getValidationErrors:t}=e,s=this.getValue();return t?t({value:s,internalErrors:null,cellEditorParams:e}):null}},_a=class extends Ba{constructor(e){super(),this.cellEditorInput=e,this.eEditor=ue}initialiseEditor(e){const{cellEditorInput:t}=this;this.setTemplate({tag:"div",cls:"ag-cell-edit-wrapper",children:[t.getTemplate()]},t.getAgComponents());const{eEditor:s}=this,{cellStartedEdit:o,eventKey:i,suppressPreventDefault:n}=e;s.getInputElement().setAttribute("title",""),t.init(s,e);let r,a=!0;o?(this.focusAfterAttached=!0,i===I.BACKSPACE||i===I.DELETE?r="":i&&i.length===1?n?a=!1:r=i:(r=t.getStartValue(),i!==I.F2&&(this.highlightAllOnFocus=!0))):(this.focusAfterAttached=!1,r=t.getStartValue()),a&&r!=null&&s.setStartValue(r),this.addGuiEventListener("keydown",l=>{const{key:c}=l;(c===I.PAGE_UP||c===I.PAGE_DOWN)&&l.preventDefault()})}afterGuiAttached(){const e=this.getLocaleTextFunc(),t=this.eEditor;if(t.setInputAriaLabel(e("ariaInputEditor","Input Editor")),!this.focusAfterAttached)return;Ys()||t.getFocusableElement().focus();const s=t.getInputElement();this.highlightAllOnFocus?s.select():this.cellEditorInput.setCaret?.()}focusIn(){const{eEditor:e}=this,t=e.getFocusableElement(),s=e.getInputElement();t.focus(),s.select()}getValue(){return this.cellEditorInput.getValue()}isPopup(){return!1}getValidationElement(){return this.eEditor.getInputElement()}getValidationErrors(){return this.cellEditorInput.getValidationErrors()}},M4={tag:"ag-input-date-field",ref:"eEditor",cls:"ag-cell-editor"},T4=class{constructor(e,t){this.getDataTypeService=e,this.getLocaleTextFunc=t}getTemplate(){return M4}getAgComponents(){return[wf]}init(e,t){this.eEditor=e,this.params=t;const{min:s,max:o,step:i,colDef:n}=t;s!=null&&e.setMin(s),o!=null&&e.setMax(o),i!=null&&e.setStep(i),this.includeTime=t.includeTime??this.getDataTypeService()?.getDateIncludesTimeFlag?.(n.cellDataType),this.includeTime!=null&&e.setIncludeTime(this.includeTime)}getValidationErrors(){const t=this.eEditor.getInputElement().valueAsDate,{params:s}=this,{min:o,max:i,getValidationErrors:n}=s;let r=[];const a=this.getLocaleTextFunc();if(t instanceof Date&&!isNaN(t.getTime())){if(o){const l=o instanceof Date?o:new Date(o);if(t<l){const c=l.toLocaleDateString();r.push(a("minDateValidation",`Date must be after ${c}`,[c]))}}if(i){const l=i instanceof Date?i:new Date(i);if(t>l){const c=l.toLocaleDateString();r.push(a("maxDateValidation",`Date must be before ${c}`,[c]))}}}return r.length||(r=null),n?n({value:t,cellEditorParams:s,internalErrors:r}):r}getValue(){const{eEditor:e,params:t}=this,s=e.getDate();return!K(s)&&!K(t.value)?t.value:s??null}getStartValue(){const{value:e}=this.params;if(e instanceof Date)return It(e,this.includeTime??!1)}},I4=class extends _a{constructor(){super(new T4(()=>this.beans.dataTypeSvc,()=>this.getLocaleTextFunc()))}},k4={tag:"ag-input-date-field",ref:"eEditor",cls:"ag-cell-editor"},A4=class{constructor(e,t){this.getDataTypeService=e,this.getLocaleTextFunc=t}getTemplate(){return k4}getAgComponents(){return[wf]}init(e,t){this.eEditor=e,this.params=t;const{min:s,max:o,step:i,colDef:n}=t;s!=null&&e.setMin(s),o!=null&&e.setMax(o),i!=null&&e.setStep(i),this.includeTime=t.includeTime??this.getDataTypeService()?.getDateIncludesTimeFlag?.(n.cellDataType),this.includeTime!=null&&e.setIncludeTime(this.includeTime)}getValidationErrors(){const{eEditor:e,params:t}=this,s=e.getInputElement().value,o=this.formatDate(this.parseDate(s??void 0)),{min:i,max:n,getValidationErrors:r}=t;let a=[];if(o){const l=new Date(o),c=this.getLocaleTextFunc();if(i){const d=new Date(i);if(l<d){const u=d.toLocaleDateString();a.push(c("minDateValidation",`Date must be after ${u}`,[u]))}}if(n){const d=new Date(n);if(l>d){const u=d.toLocaleDateString();a.push(c("maxDateValidation",`Date must be before ${u}`,[u]))}}}return a.length||(a=null),r?r({value:this.getValue(),cellEditorParams:t,internalErrors:a}):a}getValue(){const{params:e,eEditor:t}=this,s=this.formatDate(t.getDate());return!K(s)&&!K(e.value)?e.value:e.parseValue(s??"")}getStartValue(){return It(this.parseDate(this.params.value??void 0)??null,this.includeTime??!1)}parseDate(e){const t=this.getDataTypeService();return t?t.getDateParserFunction(this.params.column)(e):St(e)??void 0}formatDate(e){const t=this.getDataTypeService();return t?t.getDateFormatterFunction(this.params.column)(e):It(e??null,this.includeTime??!1)??void 0}},L4=class extends _a{constructor(){super(new A4(()=>this.beans.dataTypeSvc,()=>this.getLocaleTextFunc()))}},O4={tag:"div",cls:"ag-large-text",children:[{tag:"ag-input-text-area",ref:"eEditor",cls:"ag-large-text-input"}]},N4=class extends Ba{constructor(){super(O4,[by]),this.eEditor=ue}initialiseEditor(e){const{eEditor:t}=this,{cellStartedEdit:s,eventKey:o,maxLength:i,cols:n,rows:r}=e;this.focusAfterAttached=s,t.getInputElement().setAttribute("title",""),t.setMaxLength(i||200).setCols(n||60).setRows(r||10);let a;s?(this.focusAfterAttached=!0,o===I.BACKSPACE||o===I.DELETE?a="":o&&o.length===1?a=o:(a=this.getStartValue(e),o!==I.F2&&(this.highlightAllOnFocus=!0))):(this.focusAfterAttached=!1,a=this.getStartValue(e)),a!=null&&t.setValue(a,!0),this.addGuiEventListener("keydown",this.onKeyDown.bind(this)),this.activateTabIndex()}getStartValue(e){const{value:t}=e;return t?.toString()??t}onKeyDown(e){const t=e.key;(t===I.LEFT||t===I.UP||t===I.RIGHT||t===I.DOWN||e.shiftKey&&t===I.ENTER)&&e.stopPropagation()}afterGuiAttached(){const{eEditor:e,focusAfterAttached:t,highlightAllOnFocus:s}=this,o=this.getLocaleTextFunc();e.setInputAriaLabel(o("ariaInputEditor","Input Editor")),t&&(e.getFocusableElement().focus(),s&&e.getInputElement().select())}getValue(){const{eEditor:e,params:t}=this,{value:s}=t,o=e.getValue();return!K(o)&&!K(s)?s:t.parseValue(o)}getValidationElement(){return this.eEditor.getInputElement()}getValidationErrors(){const{params:e}=this,{maxLength:t,getValidationErrors:s}=e,o=this.getLocaleTextFunc(),i=this.getValue();let n=[];return typeof i=="string"&&t!=null&&i.length>t&&n.push(o("maxLengthValidation",`Must be ${t} characters or fewer.`,[String(t)])),n.length||(n=null),s?s({value:i,internalErrors:n,cellEditorParams:e}):n}},H4={tag:"ag-input-number-field",ref:"eEditor",cls:"ag-cell-editor"},G4=class{constructor(e){this.getLocaleTextFunc=e}getTemplate(){return H4}getAgComponents(){return[Sy]}init(e,t){this.eEditor=e,this.params=t;const{max:s,min:o,precision:i,step:n}=t;s!=null&&e.setMax(s),o!=null&&e.setMin(o),i!=null&&e.setPrecision(i),n!=null&&e.setStep(n);const r=e.getInputElement();t.preventStepping?e.addManagedElementListeners(r,{keydown:this.preventStepping}):t.showStepperButtons&&r.classList.add("ag-number-field-input-stepper")}getValidationErrors(){const{params:e}=this,{min:t,max:s,getValidationErrors:o}=e,n=this.eEditor.getInputElement().valueAsNumber,r=this.getLocaleTextFunc();let a=[];return typeof n=="number"&&(t!=null&&n<t&&a.push(r("minValueValidation",`Must be greater than or equal to ${t}.`,[String(t)])),s!=null&&n>s&&a.push(r("maxValueValidation",`Must be less than or equal to ${s}.`,[String(s)]))),a.length||(a=null),o?o({value:n,cellEditorParams:e,internalErrors:a}):a}preventStepping(e){(e.key===I.UP||e.key===I.DOWN)&&e.preventDefault()}getValue(){const{eEditor:e,params:t}=this,s=e.getValue();if(!K(s)&&!K(t.value))return t.value;let o=t.parseValue(s);if(o==null)return o;if(typeof o=="string"){if(o==="")return null;o=Number(o)}return isNaN(o)?null:o}getStartValue(){return this.params.value}setCaret(){Ys()&&this.eEditor.getInputElement().focus({preventScroll:!0})}},B4=class extends _a{constructor(){super(new G4(()=>this.getLocaleTextFunc()))}},V4={tag:"div",cls:"ag-cell-edit-wrapper",children:[{tag:"ag-select",ref:"eEditor",cls:"ag-cell-editor"}]},z4=class extends Ba{constructor(){super(V4,[ky]),this.eEditor=ue,this.startedByEnter=!1}wireBeans(e){this.valueSvc=e.valueSvc}initialiseEditor(e){this.focusAfterAttached=e.cellStartedEdit;const{eEditor:t,valueSvc:s,gos:o}=this,{values:i,value:n,eventKey:r}=e;if(Ve(i)){B(58);return}this.startedByEnter=r!=null?r===I.ENTER:!1;let a=!1;i.forEach(u=>{const h={value:u},p=s.formatValue(e.column,null,u),f=p!=null;h.text=f?p:u,t.addOption(h),a=a||n===u}),a?t.setValue(e.value,!0):e.values.length&&t.setValue(e.values[0],!0);const{valueListGap:l,valueListMaxWidth:c,valueListMaxHeight:d}=e;l!=null&&t.setPickerGap(l),d!=null&&t.setPickerMaxHeight(d),c!=null&&t.setPickerMaxWidth(c),o.get("editType")!=="fullRow"&&this.addManagedListeners(this.eEditor,{selectedItem:()=>e.stopEditing()})}afterGuiAttached(){this.focusAfterAttached&&this.eEditor.getFocusableElement().focus(),this.startedByEnter&&setTimeout(()=>{this.isAlive()&&this.eEditor.showPicker()})}focusIn(){this.eEditor.getFocusableElement().focus()}getValue(){return this.eEditor.getValue()}isPopup(){return!1}getValidationElement(){return this.eEditor.getAriaElement()}getValidationErrors(){const{params:e}=this,{values:t,getValidationErrors:s}=e,o=this.getValue();let i=[];if(t&&!t.includes(o)){const n=this.getLocaleTextFunc();i.push(n("invalidSelectionValidation","Invalid selection."))}else i=null;return s?s({value:o,internalErrors:i,cellEditorParams:e}):i}},W4={tag:"ag-input-text-field",ref:"eEditor",cls:"ag-cell-editor"},_4=class{constructor(e){this.getLocaleTextFunc=e}getTemplate(){return W4}getAgComponents(){return[Oa]}init(e,t){this.eEditor=e,this.params=t;const s=t.maxLength;s!=null&&e.setMaxLength(s)}getValidationErrors(){const{params:e}=this,{maxLength:t,getValidationErrors:s}=e,o=this.getValue(),i=this.getLocaleTextFunc();let n=[];return t!=null&&typeof o=="string"&&o.length>t&&n.push(i("maxLengthValidation",`Must be ${t} characters or fewer.`,[String(t)])),n.length||(n=null),s?s({value:o,cellEditorParams:e,internalErrors:n}):n}getValue(){const{eEditor:e,params:t}=this,s=e.getValue();return!K(s)&&!K(t.value)?t.value:t.parseValue(s)}getStartValue(){const e=this.params;return e.useFormatter||e.column.getColDef().refData?e.formatValue(e.value):e.value}setCaret(){Ys()&&this.eEditor.getInputElement().focus({preventScroll:!0});const e=this.eEditor,t=e.getValue(),s=K(t)&&t.length||0;s&&e.getInputElement().setSelectionRange(s,s)}},rg=class extends _a{constructor(){super(new _4(()=>this.getLocaleTextFunc()))}};function j4(e){return e.ctrlsSvc.getScrollFeature().getVScrollPosition()}function U4(e){return e.ctrlsSvc.getScrollFeature().getHScrollPosition()}function tC(e,t,s="auto"){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureColumnVisible(t,s),"ensureVisible")}function sC(e,t,s){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureIndexVisible(t,s),"ensureVisible")}function $4(e,t,s=null){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureNodeVisible(t,s),"ensureVisible")}function K4(e){e.undoRedo?.undo("api")}function q4(e){e.undoRedo?.redo("api")}function Y4(e,t){return e.editModelSvc?.getEditRowDataValue(t,{checkSiblings:!0})}function Z4(e){const t=e.editModelSvc?.getEditMap(),s=[];return t?.forEach((o,i)=>{const{rowIndex:n,rowPinned:r}=i;o.forEach((a,l)=>{const{editorValue:c,pendingValue:d,sourceValue:u,state:h}=a,p=Ss(a);let f=c??d;f===jt&&(f=void 0);const C={newValue:f,oldValue:u,state:h,column:l,colId:l.getColId(),colKey:l.getColId(),rowIndex:n,rowPinned:r};(h==="editing"||h==="changed"&&p)&&s.push(C)})}),s}function X4(e,t=!1){const{editSvc:s}=e;if(s?.isBatchEditing()){if(t)for(const o of e.editModelSvc?.getEditPositions()??[])o.state==="editing"&&s.revertSingleCellEdit(o);else ro(e,{persist:!0});ri(e,void 0,{cancel:t})}else s?.stopEditing(void 0,{cancel:t,source:"edit",forceStop:!t,forceCancel:t})}function Q4(e,t){const s=Be(e,t);return e.editSvc?.isEditing(s)??!1}function J4(e,t){const{key:s,colKey:o,rowIndex:i,rowPinned:n}=t,{editSvc:r,colModel:a}=e,l=a.getCol(o);if(!l){B(12,{colKey:o});return}const d=Es(e,{rowIndex:i,rowPinned:n||null});if(!d){B(290,{rowIndex:i,rowPinned:n});return}if(!l.isCellEditable(d))return;n==null&&sC(e,i),tC(e,o),r?.startEditing({rowNode:d,column:l},{event:s?new KeyboardEvent("keydown",{key:s}):void 0,source:"api"})}function eM(e){return e.editSvc?.validateEdit()||null}function tM(e){return e.undoRedo?.getCurrentUndoStackSize()??0}function sM(e){return e.undoRedo?.getCurrentRedoStackSize()??0}var oM={tag:"div",cls:"ag-popup-editor",attrs:{tabindex:"-1"}},iM=class extends Ad{constructor(e){super(oM),this.params=e}postConstruct(){So(this.gos,this.getGui(),"popupEditorWrapper",!0),this.addKeyDownListener()}addKeyDownListener(){const e=this.getGui(),t=this.params,s=o=>{$c(this.gos,o,t.node,t.column,!0)||t.onKeyDown(o)};this.addManagedElementListeners(e,{keydown:s})}};function nM(e,{column:t},s,o,i="ui"){if(s instanceof KeyboardEvent&&(s.key===I.TAB||s.key===I.ENTER||s.key===I.F2||s.key===I.BACKSPACE&&o))return!0;if(s?.shiftKey&&e.rangeSvc?.getCellRanges().length!=0)return!1;const r=t?.getColDef(),a=rM(e.gos,r),l=s?.type;return l==="click"&&s?.detail===1&&a===1||l==="dblclick"&&s?.detail===2&&a===2?!0:i==="api"?o??!1:!1}function rM(e,t){return e.get("suppressClickEdit")===!0?0:e.get("singleClickEdit")===!0||t?.singleClickEdit?1:2}function rd(e,{rowNode:t,column:s},o="ui"){const i=s.getColDef().editable,n=e.editModelSvc;return s.isColumnFunc(t,i)||!!n&&n.hasEdits({rowNode:t,column:s},{withOpenEditor:!0})}function aM(e,t,s="ui"){const o=rd(e,t,s);return o===!0||s==="ui"?o:e.colModel.getCols().some(n=>rd(e,{rowNode:t.rowNode,column:n},s))}var pa=(e,t=!1)=>{if(e!==void 0)return Ss(e)||t&&e.state==="editing"};function oC(e,t,s=!1){return pa(e.editModelSvc?.getEdit(t),s)}var iC=(e,t,s)=>{if(e)for(let o=0,i=e.length;o<i;++o){const n=e[o];if(n.data&&(pa(t?.getEdit({rowNode:n,column:s}))||pa(t?.getEdit({rowNode:n.pinnedSibling,column:s})))||iC(n.childrenAfterGroup,t,s))return!0}};function nC(e,t){const{column:s,rowNode:o}=t;return e.gos.get("groupTotalRow")&&!o?.footer?!1:iC(o?.childrenAfterGroup,e.editModelSvc,s)}function rC(e,{rowNode:t,column:s}){if(t=t.pinnedSibling,!!t)return pa(e.editModelSvc?.getEdit({rowNode:t,column:s}))}var lM=class extends k{constructor(e,t){super(),this.cellCtrl=e,this.beans=t,this.editSvc=t.editSvc,this.editModelSvc=t.editModelSvc}setComp(e){this.cellComp=e,this.applyCellStyles()}applyCellStyles(){const{cellCtrl:e,editSvc:t,beans:s}=this;if(t?.isBatchEditing()&&t.isEditing()){const i=oC(s,e)||nC(s,e)||rC(s,e);this.applyBatchingStyle(i)}else this.applyBatchingStyle(!1);const o=!!this.editModelSvc?.getCellValidationModel().hasCellValidation(this.cellCtrl);this.cellComp.toggleCss("ag-cell-editing-error",o)}applyBatchingStyle(e){this.cellComp.toggleCss("ag-cell-editing",e??!1),this.cellComp.toggleCss("ag-cell-batch-edit",(e&&this.editSvc?.isBatchEditing())??!1)}},cM=class extends k{constructor(e,t){super(),this.rowCtrl=e,this.beans=t,this.gos=t.gos,this.editSvc=t.editSvc,this.editModelSvc=t.editModelSvc}applyRowStyles(){const{rowCtrl:e,editModelSvc:t,beans:s}=this;let o=e.rowNode,i=t?.getEditRow(o);const n=this.editModelSvc?.getRowValidationModel().hasRowValidation({rowNode:o});if(!i&&o.pinnedSibling&&(o=o.pinnedSibling,i=t?.getEditRow(o)),i){const r=Array.from(i.keys()).some(a=>{const l={rowNode:o,column:a};return oC(s,l,!0)||nC(s,l)||rC(s,l)});this.applyStyle(n,r);return}this.applyStyle(n)}applyStyle(e=!1,t=!1){const s=this.editSvc?.isBatchEditing()??!1,o=this.gos.get("editType")==="fullRow";this.rowCtrl?.forEachGui(void 0,({rowComp:i})=>{i.toggleCss("ag-row-editing",o&&t),i.toggleCss("ag-row-batch-edit",o&&t&&s),i.toggleCss("ag-row-inline-editing",t),i.toggleCss("ag-row-not-inline-editing",!t),i.toggleCss("ag-row-editing-invalid",o&&t&&e)})}},dM=({rowModel:e,pinnedRowModel:t,editModelSvc:s},o)=>{const i=new Set;e.forEachNode(n=>o.has(n)&&i.add(n)),t?.forEachPinnedRow("top",n=>o.has(n)&&i.add(n)),t?.forEachPinnedRow("bottom",n=>o.has(n)&&i.add(n));for(const n of o)i.has(n)||s.removeEdits({rowNode:n});return i},uM=({editModelSvc:e},t,s)=>{for(const o of t)e?.getEditRow(o)?.forEach((i,n)=>!s.has(n)&&e.removeEdits({rowNode:o,column:n}))},hM=e=>()=>{const t=new Set(e.colModel.getCols()),s=e.editModelSvc.getEditMap(!0),o=new Set(s.keys());uM(e,dM(e,o),t)},gM=new Set(["undo","redo","paste","bulk","rangeSvc"]),pM=new Set(["ui","api"]),aC={paste:"api",rangeSvc:"api",fillHandle:"api",cellClear:"api",bulk:"api"},fM=new Set(Object.keys(aC)),mM=new Set(["paste","rangeSvc","renderer","cellClear","redo","undo"]),xr={cancel:!0,source:"api"},CM={cancel:!1,source:"api"},jo={checkSiblings:!0},zi={force:!0,suppressFlash:!0},vM=class extends k{constructor(){super(...arguments),this.beanName="editSvc",this.batch=!1,this.stopping=!1,this.committing=!1}postConstruct(){const{beans:e}=this;this.model=e.editModelSvc,this.valueSvc=e.valueSvc,this.rangeSvc=e.rangeSvc,this.addManagedPropertyListener("editType",({currentValue:o})=>{this.stopEditing(void 0,xr),this.createStrategy(o)});const t=hM(e),s=()=>{const o=this.model.getCellValidationModel().getCellValidationMap().size>0,i=this.model.getRowValidationModel().getRowValidationMap().size>0;return o||i?this.stopEditing(void 0,xr):this.isEditing()&&(this.isBatchEditing()?ri(e,this.model.getEditPositions()):this.stopEditing(void 0,CM)),!1};this.addManagedEventListeners({columnPinned:t,columnVisible:t,columnRowGroupChanged:t,rowExpansionStateChanged:t,pinnedRowsChanged:t,displayedRowsChanged:t,sortChanged:s,filterChanged:s,cellFocused:this.onCellFocused.bind(this)})}isBatchEditing(){return this.batch}setBatchEditing(e){e?(this.batch=!0,this.stopEditing(void 0,xr)):(this.stopEditing(void 0,xr),this.batch=!1)}createStrategy(e){const{beans:t,gos:s,strategy:o}=this,i=ag(s,e);if(o){if(o.beanName===i)return o;this.destroyStrategy()}return this.strategy=this.createOptionalManagedBean(t.registry.createDynamicBean(i,!0))}destroyStrategy(){this.strategy&&(this.strategy.destroy(),this.strategy=this.destroyBean(this.strategy))}shouldStartEditing(e,t,s,o="ui"){const i=nM(this.beans,e,t,s,o);return i&&(this.strategy??(this.strategy=this.createStrategy())),i}shouldStopEditing(e,t,s="ui"){return this.strategy?.shouldStop(e,t,s)??null}shouldCancelEditing(e,t,s="ui"){return this.strategy?.shouldCancel(e,t,s)??null}validateEdit(){return A3(this.beans)}isEditing(e,t){return this.model.hasEdits(e,t??jo)}isRowEditing(e,t){return(e&&this.model.hasRowEdits(e,t))??!1}startEditing(e,t){const{startedEdit:s=!0,event:o=null,source:i="ui",ignoreEventKey:n=!1,silent:r}=t;if(this.strategy??(this.strategy=this.createStrategy()),!this.isCellEditable(e,"api"))return;const a=Be(this.beans,e);if(a&&!a.comp){a.onCompAttachedFuncs.push(()=>this.startEditing(e,t));return}const l=this.shouldStartEditing(e,o,s,i);if(l===!1&&i!=="api"){this.isEditing(e)&&this.stopEditing();return}!this.batch&&this.shouldStopEditing(e,void 0,i)&&!t.continueEditing&&this.stopEditing(void 0,{source:i}),l&&this.isBatchEditing()&&this.dispatchBatchEvent("batchEditingStarted",new Map),this.strategy.start({position:e,event:o,source:i,ignoreEventKey:n,startedEdit:s,silent:r})}stopEditing(e,t){const{event:s,cancel:o,source:i="ui",forceCancel:n,forceStop:r}=t||{},{beans:a,model:l}=this;if(fM.has(i)&&this.isBatchEditing())return this.bulkRefresh(e),!1;const c=this.committing?aC[i]:i;if(!(this.committing||this.isEditing(e)||this.isBatchEditing()&&l.hasEdits(e,jo))||!this.strategy||this.stopping)return!1;this.stopping=!0;const u=Be(a,e);u&&(u.onEditorAttachedFuncs=[]);let h=l.getEditMap(!0),p=!1;const f=!o&&(!!this.shouldStopEditing(e,s,c)||this.committing&&!this.batch)||(r??!1),C=o&&!!this.shouldCancelEditing(e,s,c)||(n??!1);if(f||C){ro(a,{persist:!0,isCancelling:C||o,isStopping:f});const v=l.getEditMap(),w=this.processEdits(v,o,i);this.strategy?.stop(o,s);for(const b of w)l.clearEditValue(b);this.bulkRefresh(void 0,h);for(const b of l.getEditPositions(v)){const S=Be(a,b),y=Ss(b);S?.refreshCell({force:!0,suppressFlash:!y})}h=v,p||(p=f)}else if(s instanceof KeyboardEvent&&this.batch&&this.strategy?.midBatchInputsAllowed(e)&&this.isEditing(e,{withOpenEditor:!0})){const{key:v}=s,w=v===I.ENTER,b=v===I.ESCAPE,S=v===I.TAB;(w||S||b)&&(w||S?ro(a,{persist:!0}):b&&this.revertSingleCellEdit(u),this.isBatchEditing()?this.strategy?.cleanupEditors():ri(a,l.getEditPositions(),{event:s,cancel:b}),s.preventDefault(),this.bulkRefresh(e,h,{suppressFlash:!0}),h=l.getEditMap())}else ro(a,{persist:!0}),h=l.getEditMap();return p&&e&&this.model.removeEdits(e),this.navigateAfterEdit(t,u?.cellPosition),ed(a),this.model.hasEdits()||(this.model.getCellValidationModel().clearCellValidationMap(),this.model.getRowValidationModel().clearRowValidationMap()),this.bulkRefresh(),C&&this.beans.rowRenderer.refreshRows({rowNodes:Array.from(h.keys())}),this.isBatchEditing()&&(this.beans.rowRenderer.refreshRows({suppressFlash:!0,force:!0}),p&&f&&this.dispatchBatchEvent("batchEditingStopped",h)),this.stopping=!1,p}navigateAfterEdit(e,t){if(!e||!t)return;const{event:s,suppressNavigateAfterEdit:o}=e;if(!(s instanceof KeyboardEvent)||o)return;const{key:n,shiftKey:r}=s,a=this.gos.get("enterNavigatesVerticallyAfterEdit");if(n!==I.ENTER||!a)return;const l=r?I.UP:I.DOWN;this.beans.navigation?.navigateToNextCell(null,l,t,!1)}processEdits(e,t=!1,s){const o=Array.from(e.keys()),i=this.model.getCellValidationModel().getCellValidationMap().size>0||this.model.getRowValidationModel().getRowValidationMap().size>0,n=[];for(const r of o){const a=e.get(r);for(const l of a.keys()){const c=a.get(l),d={rowNode:r,column:l},u=Ss(c);!t&&u&&!i&&(this.setNodeDataValue(r,l,c.pendingValue,void 0,s)||n.push(d))}}return n}setNodeDataValue(e,t,s,o,i="edit"){const{beans:n}=this,r=Be(n,{rowNode:e,column:t}),a=pM.has(i)?"edit":i;r&&(r.suppressRefreshCell=!0),this.commitNextEdit();const l=e.setDataValue(t,s,a);return r&&(r.suppressRefreshCell=!1),o&&r?.refreshCell(zi),l}setEditMap(e,t){this.strategy??(this.strategy=this.createStrategy()),this.strategy?.setEditMap(e,t),this.bulkRefresh();let s=zi;t?.forceRefreshOfEditCellsOnly&&(s={...wM(e),...zi}),this.beans.rowRenderer.refreshCells(s)}dispatchEditValuesChanged({rowNode:e,column:t},s={}){if(!e||!t||!s)return;const{pendingValue:o,sourceValue:i}=s,{rowIndex:n,rowPinned:r,data:a}=e;this.beans.eventSvc.dispatchEvent({type:"cellEditValuesChanged",node:e,rowIndex:n,rowPinned:r,column:t,source:"api",data:a,newValue:o,oldValue:i,value:o,colDef:t.getColDef()})}bulkRefresh(e={},t,s={}){const{beans:o,gos:i}=this,{editModelSvc:n,rowModel:r}=o;$e(i)&&(e.rowNode&&e.column?this.refCell(e,this.model.getEdit(e),s):t&&n?.getEditMap(!1)?.forEach((a,l)=>{for(const c of a.keys())this.refCell({rowNode:l,column:c},a.get(c),s)}))}refCell({rowNode:e,column:t},s,o={}){const{beans:i,gos:n}=this,r=new Set([e]),a=new Set,l=e.pinnedSibling;l&&r.add(l);const c=e.sibling;c&&a.add(c);let d=e.parent;for(;d;)d.sibling?.footer&&n.get("groupTotalRow")||!d.parent&&d.sibling&&n.get("grandTotalRow")?a.add(d.sibling):a.add(d),d=d.parent;for(const u of r)this.dispatchEditValuesChanged({rowNode:u,column:t},s);for(const u of r)Be(i,{rowNode:u,column:t})?.refreshCell(o);for(const u of a)Be(i,{rowNode:u,column:t})?.refreshCell(o)}stopAllEditing(e=!1,t="ui"){this.isEditing()&&this.stopEditing(void 0,{cancel:e,source:t})}isCellEditable(e,t="ui"){const{rowNode:s}=e,{gos:o,beans:i}=this;if(s.group){if(o.get("treeData")){if(!s.data&&!o.get("enableGroupEdit"))return!1}else if(!o.get("enableGroupEdit"))return!1}const n=ag(o)==="fullRow"?aM(i,e,t):rd(i,e,t);return n&&(this.strategy??(this.strategy=this.createStrategy())),n}cellEditingInvalidCommitBlocks(){return this.gos.get("invalidEditValueMode")==="block"}checkNavWithValidation(e,t,s=!0){if(this.hasValidationErrors(e)){const o=Be(this.beans,e);return this.cellEditingInvalidCommitBlocks()?(t?.preventDefault?.(),s&&(!o?.hasBrowserFocus()&&o?.focusCell(),o?.comp?.getCellEditor()?.focusIn?.()),"block-stop"):(o&&this.revertSingleCellEdit(o),"revert-continue")}return"continue"}revertSingleCellEdit(e,t=!1){const s=Be(this.beans,e);s?.comp?.getCellEditor()&&(ri(this.beans,[e],{silent:!0}),this.model.clearEditValue(e),fi(this.beans,e,{silent:!0}),Ro(this.beans),s?.refreshCell(zi),t&&(s?.focusCell(),s?.comp?.getCellEditor()?.focusIn?.()))}hasValidationErrors(e){Ro(this.beans);const t=Be(this.beans,e);t&&(t.refreshCell(zi),t.rowCtrl.rowEditStyleFeature?.applyRowStyles());let s=!1;return e?.rowNode?(s||(s=this.model.getRowValidationModel().hasRowValidation({rowNode:e.rowNode})),e.column&&(s||(s=this.model.getCellValidationModel().hasCellValidation({rowNode:e.rowNode,column:e.column})))):(s||(s=this.model.getCellValidationModel().getCellValidationMap().size>0),s||(s=this.model.getRowValidationModel().getRowValidationMap().size>0)),s}moveToNextCell(e,t,s,o="ui"){let i;const n=this.isEditing(),r=n&&this.checkNavWithValidation(void 0,s)==="block-stop";return e instanceof ai&&n&&(i=this.strategy?.moveToNextEditingCell(e,t,s,o,r)),i===null||(i=i||!!this.beans.focusSvc.focusedHeader,i===!1&&!r&&this.stopEditing()),i}getCellDataValue({rowNode:e,column:t},s=!0){if(!e||!t)return;let o=this.model.getEdit({rowNode:e,column:t});const i=e.pinnedSibling;if(i){const r=this.model.getEdit({rowNode:i,column:t});r&&(o=r)}const n=s?o?.editorValue??o?.pendingValue:o?.pendingValue;return n===jt||!o?o?.sourceValue??this.valueSvc.getValue(t,e,!1,"api"):n}addStopEditingWhenGridLosesFocus(e){D3(this,this.beans,e)}createPopupEditorWrapper(e){return new iM(e)}commitNextEdit(){this.committing=!0}setDataValue(e,t,s){try{if((!this.isEditing()||this.committing)&&!mM.has(s))return;const{beans:o}=this;this.strategy??(this.strategy=this.createStrategy());const i=this.isBatchEditing()?"ui":this.committing?s??"api":"api";if(!s||gM.has(s))return zr(o,e,t,s,void 0,{persist:!0}),this.setNodeDataValue(e.rowNode,e.column,t,!0,s);const n=this.model.getEdit(e);if(n){if(n.pendingValue===t)return!1;if(n.sourceValue!==t)return zr(o,e,t,s,void 0,{persist:!0}),this.stopEditing(e,{source:i,suppressNavigateAfterEdit:!0}),!0;if(n.sourceValue===t)return o.editModelSvc?.removeEdits(e),this.dispatchEditValuesChanged(e,{...n,pendingValue:t}),!0}return zr(o,e,t,s,void 0,{persist:!0}),this.stopEditing(e,{source:i,suppressNavigateAfterEdit:!0}),!0}finally{this.committing=!1}}handleColDefChanged(e){T3(this.beans,e)}destroy(){this.model.clear(),this.destroyStrategy(),super.destroy()}prepDetailsDuringBatch(e,t){if(!this.batch||!this.model.hasRowEdits(e.rowNode,jo))return;const{rowNode:o,column:i}=e,{compDetails:n,valueToDisplay:r}=t;if(n){const{params:l}=n;return l.data=this.model.getEditRowDataValue(o,jo),{compDetails:n}}const a=this.model.getEditRow(e.rowNode,jo);if(r!==void 0&&a?.has(i))return{valueToDisplay:this.valueSvc.getValue(i,o)}}cleanupEditors(){this.strategy?.cleanupEditors()}dispatchCellEvent(e,t,s,o){this.strategy?.dispatchCellEvent(e,t,s,o)}dispatchBatchEvent(e,t){this.eventSvc.dispatchEvent(this.createBatchEditEvent(e,t))}createBatchEditEvent(e,t){return he(this.gos,{type:e,...e==="batchEditingStopped"?{changes:this.toEventChangeList(t)}:{}})}toEventChangeList(e){return this.model.getEditPositions(e).map(t=>({rowIndex:t.rowNode.rowIndex,rowPinned:t.rowNode.rowPinned,columnId:t.column.getColId(),newValue:t.pendingValue,oldValue:t.sourceValue}))}applyBulkEdit({rowNode:e,column:t},s){if(!s||s.length===0)return;const{beans:o,rangeSvc:i,valueSvc:n}=this;ro(o,{persist:!0});const r=this.model.getEditMap(!0),a=r.get(e)?.get(t)?.pendingValue;this.batch||this.eventSvc.dispatchEvent({type:"bulkEditingStarted"}),s.forEach(c=>{if(i?.forEachRowInRange(c,d=>{const u=Es(o,d);if(u===void 0)return;const h=r.get(u)??new Map;for(const p of c.columns)if(p&&this.isCellEditable({rowNode:u,column:p},"api")){const f=n.getValue(p,u,!0,"api");let C=n.parseValue(p,u??null,a,f);Number.isNaN(C)&&(C=null),h.set(p,{editorValue:void 0,pendingValue:C,sourceValue:f,state:"changed",editorState:{isCancelAfterEnd:void 0,isCancelBeforeStart:void 0}})}h.size>0&&r.set(u,h)}),this.setEditMap(r),this.batch){this.cleanupEditors(),ed(o),this.bulkRefresh();return}this.commitNextEdit(),this.stopEditing(void 0,{source:"bulk"}),this.eventSvc.dispatchEvent({type:"bulkEditingStopped",changes:this.toEventChangeList(r)})}),this.bulkRefresh();const l=Be(o,{rowNode:e,column:t});l&&l.focusCell(!0)}createCellStyleFeature(e,t){return new lM(e,t)}createRowStyleFeature(e,t){return new cM(e,t)}setEditingCells(e,t){const{beans:s}=this,{colModel:o,valueSvc:i}=s,n=new Map;for(let{colId:r,column:a,colKey:l,rowIndex:c,rowPinned:d,newValue:u,state:h}of e){const p=r?o.getCol(r):l?o.getCol(l):a;if(!p)continue;const f=Es(s,{rowIndex:c,rowPinned:d});if(!f)continue;const C=i.getValue(p,f,!0,"api");if(!t?.forceRefreshOfEditCellsOnly&&!Ss({pendingValue:u,sourceValue:C})&&h!=="editing")continue;let v=n.get(f);v||(v=new Map,n.set(f,v)),u===void 0&&(u=jt),v.set(p,{editorValue:void 0,pendingValue:u,sourceValue:C,state:h??"changed",editorState:{isCancelAfterEnd:void 0,isCancelBeforeStart:void 0}})}this.setEditMap(n,t)}onCellFocused(e){const t=Be(this.beans,e);if(!t||!this.isEditing(t,jo))return;const s=this.model.getEdit(t);if(!s||!Ss(s))return;const i=this.getLocaleTextFunc()("ariaPendingChange","Pending Change");this.beans.ariaAnnounce?.announceValue(i,"pendingChange")}allowedFocusTargetOnValidation(e){return Be(this.beans,e)}};function wM(e){return{rowNodes:e?Array.from(e.keys()):void 0,columns:e?[...new Set(Array.from(e.values()).flatMap(t=>Array.from(t.keys())))]:void 0}}function ag(e,t){return t??e.get("editType")??"singleCell"}var lC=class extends k{postConstruct(){this.model=this.beans.editModelSvc,this.editSvc=this.beans.editSvc,this.addManagedEventListeners({cellFocused:this.onCellFocusChanged?.bind(this),cellFocusCleared:this.onCellFocusChanged?.bind(this)})}clearEdits(e){this.model.clearEditValue(e)}onCellFocusChanged(e){let t;const s=e.previousParams,{editSvc:o,beans:i}=this,n=e.type==="cellFocused"?e.sourceEvent:null;s&&(t=Be(i,s));const{gos:r,editModelSvc:a}=i,l=e.type==="cellFocusCleared";if(o.isEditing(void 0,{withOpenEditor:!0})){const{column:c,rowIndex:d,rowPinned:u}=e,h={column:c,rowNode:Es(i,{rowIndex:d,rowPinned:u})},p=r.get("invalidEditValueMode")==="block";if(p)return;const f=!p,C=!!a?.getCellValidationModel().hasCellValidation(h),v=f&&C;(s||l?o.stopEditing(void 0,{cancel:v,source:l&&f?"api":void 0,event:n}):!0)||(o.isBatchEditing()?o.cleanupEditors():o.stopEditing(void 0,{source:"api"}))}t?.refreshCell({suppressFlash:!0,force:!0})}stop(e,t){const s=this.model.getEditPositions(),o={all:[],pass:[],fail:[]};for(const i of s){if(o.all.push(i),(this.model.getCellValidationModel().getCellValidation(i)?.errorMessages?.length??0)>0){o.fail.push(i);continue}o.pass.push(i)}if(e)for(const i of s)ua(this.beans,i,{cancel:e}),this.model.stop(i);else{const i=this.processValidationResults(o);if(i.destroy.length>0)for(const n of i.destroy)ua(this.beans,n,{event:t,cancel:e}),this.model.stop(n);if(i.keep.length>0)for(const n of i.keep){const r=Be(this.beans,n);this.editSvc?.cellEditingInvalidCommitBlocks()||r&&this.editSvc.revertSingleCellEdit(r)}}return!0}cleanupEditors({rowNode:e}={},t){ro(this.beans,{persist:!1});const s=this.model.getEditPositions(),o=[];if(e)for(const i of s)i.rowNode!==e&&o.push(i);else for(const i of s)o.push(i);ri(this.beans,o),ed(this.beans,t)}setFocusOutOnEditor(e){e.comp?.getCellEditor()?.focusOut?.()}setFocusInOnEditor(e){const t=e.comp,s=t?.getCellEditor();if(s?.focusIn)s.focusIn();else{const o=this.beans.gos.get("editType")==="fullRow";e.focusCell(o),e.onEditorAttachedFuncs.push(()=>t?.getCellEditor()?.focusIn?.())}}setupEditors(e){const{event:t,ignoreEventKey:s=!1,startedEdit:o,position:i,cells:n=this.model.getEditPositions()}=e,r=t instanceof KeyboardEvent&&!s&&t.key||void 0;M3(this.beans,n,i,r,t,o)}dispatchCellEvent(e,t,s,o){const i=Be(this.beans,e);i&&this.eventSvc.dispatchEvent({...i.createEvent(t??null,s),...o})}dispatchRowEvent(e,t,s){if(s)return;const o=eu(this.beans,e);o&&this.eventSvc.dispatchEvent(o.createRowEvent(t))}shouldStop(e,t,s="ui"){const o=this.editSvc.isBatchEditing();return o&&s==="api"?!0:o&&(s==="ui"||s==="edit")?!1:s==="api"?!0:t instanceof KeyboardEvent&&!o?t.key===I.ENTER:null}shouldCancel(e,t,s="ui"){const o=this.editSvc.isBatchEditing();return!!(t instanceof KeyboardEvent&&!o&&t.key===I.ESCAPE||o&&s==="api"||s==="api")}setEditMap(e,t){t?.update||this.editSvc.stopEditing(void 0,{cancel:!0,source:"api"});const s=[];if(e.forEach((o,i)=>{o.forEach((n,r)=>{n.state==="editing"&&s.push({...n,rowNode:i,column:r})})}),t?.update&&(e=new Map([...this.model.getEditMap(),...e])),this.model?.setEditMap(e),s.length>0){const o=s.at(-1),i=o.pendingValue===jt?void 0:o.pendingValue;this.start({position:o,event:new KeyboardEvent("keydown",{key:i}),source:"api"});const n=Be(this.beans,o);n&&this.setFocusInOnEditor(n)}}destroy(){this.cleanupEditors(),super.destroy()}},bM=class extends lC{constructor(){super(...arguments),this.beanName="fullRow",this.startedRows=[]}shouldStop(e,t,s="ui"){const{rowNode:o}=e||{};if(!eu(this.beans,{rowNode:this.rowNode}))return!0;const n=super.shouldStop({rowNode:this.rowNode},t,s);return n!==null?n:this.rowNode?o!==this.rowNode:!1}midBatchInputsAllowed({rowNode:e}){return e?this.model.hasEdits({rowNode:e}):!1}clearEdits(e){this.model.clearEditValue(e)}start(e){const{position:t,silent:s,startedEdit:o,event:i,ignoreEventKey:n}=e,{rowNode:r}=t;this.rowNode!==r&&super.cleanupEditors(t),this.dispatchRowEvent({rowNode:r},"rowEditingStarted",s),this.startedRows.push(r);const a=this.beans.visibleCols.allCols,l=[];for(const c of a){if(!c.isCellEditable(r))continue;const d={rowNode:r,column:c};l.push(d),this.model.hasEdits(d)||this.model.start(d)}this.rowNode=r,this.setupEditors({cells:l,position:t,startedEdit:o,event:i,ignoreEventKey:n})}processValidationResults(e){return e.fail.length>0&&this.editSvc.cellEditingInvalidCommitBlocks()?{destroy:[],keep:e.all}:{destroy:e.all,keep:[]}}stop(e,t){const{rowNode:s}=this;if(s&&!this.model.hasRowEdits(s))return!1;const o=[];if(e||this.model.getEditMap().forEach((i,n)=>{if(!(!i||i.size===0)){for(const r of i.values())if(Ss(r)){o.push(n);break}}}),Ro(this.beans),!e&&this.editSvc?.checkNavWithValidation({rowNode:s})==="block-stop")return!1;super.stop(e,t);for(const i of o)this.dispatchRowEvent({rowNode:i},"rowValueChanged");return this.cleanupEditors({rowNode:s},!0),this.rowNode=void 0,!0}onCellFocusChanged(e){const{rowIndex:t}=e,s=e.previousParams;if(s?.rowIndex===t||e.sourceEvent instanceof KeyboardEvent)return;const o=Be(this.beans,s);this.gos.get("invalidEditValueMode")==="block"&&o&&(this.model.getCellValidationModel().getCellValidation(o)||this.model.getRowValidationModel().getRowValidation(o))||super.onCellFocusChanged(e)}cleanupEditors(e={},t){super.cleanupEditors(e,t);for(const s of this.startedRows)this.dispatchRowEvent({rowNode:s},"rowEditingStopped");this.startedRows.length=0}moveToNextEditingCell(e,t,s,o="ui",i=!1){const n=e.cellPosition;let r;this.model.suspend(!0);try{r=this.beans.navigation?.findNextCellToFocusOn(n,{backwards:t,startEditing:!0,skipToNextEditableCell:!1})}finally{this.model.suspend(!1)}if(r===!1)return null;if(r==null)return!1;const a=r.cellPosition,l=e.isCellEditable(),c=r.isCellEditable(),d=a&&n.rowIndex===a.rowIndex&&n.rowPinned===a.rowPinned;l&&this.setFocusOutOnEditor(e),this.restoreEditors();const u=this.gos.get("suppressStartEditOnTab");return c&&!i?u?r.focusCell(!0,s):(r.comp?.getCellEditor()||fi(this.beans,r,{event:s,cellStartedEdit:!0}),this.setFocusInOnEditor(r),r.focusCell(!1,s)):(c&&i&&this.setFocusInOnEditor(r),r.focusCell(!0,s)),!d&&!i&&(this.editSvc?.stopEditing({rowNode:e.rowNode},{event:s}),this.cleanupEditors(r,!0),u?r.focusCell(!0,s):this.editSvc.startEditing(r,{startedEdit:!0,event:s,source:o,ignoreEventKey:!0})),e.rowCtrl?.refreshRow({suppressFlash:!0,force:!0}),!0}restoreEditors(){this.model.getEditMap().forEach((e,t)=>e.forEach(({state:s},o)=>{if(s!=="editing")return;const i=Be(this.beans,{rowNode:t,column:o});i&&!i.comp?.getCellEditor()&&fi(this.beans,i,{silent:!0})}))}destroy(){super.destroy(),this.rowNode=void 0,this.startedRows.length=0}},SM=class extends lC{constructor(){super(...arguments),this.beanName="singleCell"}shouldStop(e,t,s="ui"){const o=super.shouldStop(e,t,s);if(o!==null)return o;const{rowNode:i,column:n}=e||{};return(!this.rowNode||!this.column)&&i&&n?null:this.rowNode!==i||this.column!==n}midBatchInputsAllowed(e){return this.model.hasEdits(e)}start(e){const{position:t,startedEdit:s,event:o,ignoreEventKey:i}=e;(this.rowNode!==t.rowNode||this.column!==t.column)&&super.cleanupEditors(),this.rowNode=t.rowNode,this.column=t.column,this.model.start(t),this.setupEditors({cells:[t],position:t,startedEdit:s,event:o,ignoreEventKey:i})}dispatchRowEvent(e,t,s){}processValidationResults(e){return e.fail.length>0&&this.editSvc.cellEditingInvalidCommitBlocks()?{destroy:[],keep:e.all}:{destroy:e.all,keep:[]}}stop(e,t){return super.stop(e,t),this.rowNode=void 0,this.column=void 0,!0}onCellFocusChanged(e){const{colModel:t,editSvc:s}=this.beans,{rowIndex:o,column:i,rowPinned:n}=e,r=Es(this.beans,{rowIndex:o,rowPinned:n}),a=Jc(i),l=t.getCol(a),c=e.previousParams;if(c){const d=Jc(c.column);if(c?.rowIndex===o&&d===a&&c?.rowPinned===n)return}s?.isEditing({rowNode:r,column:l},{withOpenEditor:!0})&&e.type==="cellFocused"||super.onCellFocusChanged(e)}moveToNextEditingCell(e,t,s,o="ui",i=!1){const n=this.beans.focusSvc.getFocusedCell();n&&(e=Zo(this.beans,n)??e);const r=e.cellPosition;let a;const l=this.beans.gos.get("editType")==="fullRow";l&&this.model.suspend(!0),i||(e.eGui.focus(),this.editSvc?.stopEditing(e,{source:this.editSvc?.isBatchEditing()?"ui":"api",event:s}));try{a=this.beans.navigation?.findNextCellToFocusOn(r,{backwards:t,startEditing:!0})}finally{l&&this.model.suspend(!1)}if(a===!1)return null;if(a==null)return!1;const c=a.cellPosition,d=e.isCellEditable(),u=a.isCellEditable(),h=c&&r.rowIndex===c.rowIndex&&r.rowPinned===c.rowPinned;d&&!i&&this.setFocusOutOnEditor(e);const p=this.gos.get("suppressStartEditOnTab");if(!h&&!i&&(super.cleanupEditors(a,!0),p?a.focusCell(!0,s):this.editSvc.startEditing(a,{startedEdit:!0,event:s,source:o,ignoreEventKey:!0})),u&&!i){if(a.focusCell(!1,s),p)a.focusCell(!0,s);else if(!a.comp?.getCellEditor()){const f=this.editSvc?.isEditing(a,{withOpenEditor:!0});fi(this.beans,a,{event:s,cellStartedEdit:!0,silent:f}),this.setFocusInOnEditor(a),this.cleanupEditors(a)}}else u&&i&&this.setFocusInOnEditor(a),a.focusCell(!0,s);return e.rowCtrl?.refreshRow({suppressFlash:!0,force:!0}),!0}destroy(){super.destroy(),this.rowNode=void 0,this.column=void 0}},Xs={moduleName:"EditCore",version:U,beans:[E3,vM],apiFunctions:{getEditingCells:Z4,getEditRowValues:Y4,getCellEditorInstances:P3,startEditingCell:J4,stopEditing:X4,isEditing:Q4,validateEdit:eM},dynamicBeans:{singleCell:SM,fullRow:bM},dependsOn:[za,eC],css:[E4]},yM={moduleName:"UndoRedoEdit",version:U,beans:[F4],apiFunctions:{undoCellEditing:K4,redoCellEditing:q4,getCurrentUndoSize:tM,getCurrentRedoSize:sM},dependsOn:[Xs]},xM={moduleName:"TextEditor",version:U,userComponents:{agCellEditor:rg,agTextCellEditor:rg},dependsOn:[Xs]},RM={moduleName:"NumberEditor",version:U,userComponents:{agNumberCellEditor:{classImp:B4}},dependsOn:[Xs]},FM={moduleName:"DateEditor",version:U,userComponents:{agDateCellEditor:I4,agDateStringCellEditor:L4},dependsOn:[Xs]},EM={moduleName:"CheckboxEditor",version:U,userComponents:{agCheckboxCellEditor:P4},dependsOn:[Xs]},DM={moduleName:"SelectEditor",version:U,userComponents:{agSelectCellEditor:z4},dependsOn:[Xs]},PM={moduleName:"LargeTextEditor",version:U,userComponents:{agLargeTextCellEditor:N4},dependsOn:[Xs]},MM={moduleName:"CustomEditor",version:U,dependsOn:[Xs]},TM=class extends k{constructor(){super(...arguments),this.beanName="selectionColSvc"}postConstruct(){this.addManagedPropertyListener("rowSelection",e=>{this.onSelectionOptionsChanged(e.currentValue,e.previousValue,ti(e.source))}),this.addManagedPropertyListener("selectionColumnDef",this.updateColumns.bind(this))}addColumns(e){const t=this.columns;t!=null&&(e.list=t.list.concat(e.list),e.tree=t.tree.concat(e.tree),iS(e))}createColumns(e,t){const s=()=>{sa(this.beans,this.columns?.tree),this.columns=null},o=e.treeDepth,n=(this.columns?.treeDepth??-1)==o,r=this.generateSelectionCols();if(oS(r,this.columns?.list??[])&&n)return;s();const{colGroupSvc:l}=this.beans,c=l?.findDepth(e.tree)??0,d=l?.balanceTreeForAutoCols(r,c)??[];this.columns={list:r,tree:d,treeDepth:c,map:{}},t(h=>{if(!h)return null;const p=h.filter(f=>!Is(f));return[...r,...p]})}updateColumns(e){const t=ti(e.source);for(const s of this.columns?.list??[]){const o=this.createSelectionColDef(e.currentValue);s.setColDef(o,null,t),Ut(this.beans,{state:[{...o,colId:s.getColId()}]},t)}}getColumn(e){return this.columns?.list.find(t=>on(t,e))??null}getColumns(){return this.columns?.list??null}isSelectionColumnEnabled(){const{gos:e,beans:t}=this,s=e.get("rowSelection");if(typeof s!="object"||!uo(e))return!1;const o=(t.autoColSvc?.getColumns()?.length??0)>0;if(s.checkboxLocation==="autoGroupColumn"&&o)return!1;const i=!!ei(s),n=Ir(s);return i||n}createSelectionColDef(e){const{gos:t}=this,s=e??t.get("selectionColumnDef"),o=t.get("enableRtl"),{rowSpan:i,spanRows:n,...r}=s??{};return{width:50,resizable:!1,suppressHeaderMenuButton:!0,sortable:!1,suppressMovable:!0,lockPosition:o?"right":"left",comparator(a,l,c,d){const u=c.isSelected(),h=d.isSelected();return u===h?0:u?1:-1},editable:!1,suppressFillHandle:!0,pinned:null,...r,colId:Yp,chartDataType:"excluded"}}generateSelectionCols(){if(!this.isSelectionColumnEnabled())return[];const e=this.createSelectionColDef(),t=e.colId;this.gos.validateColDef(e,t,!0);const s=new To(e,null,t,!1);return this.createBean(s),[s]}onSelectionOptionsChanged(e,t,s){const o=t&&typeof t!="string"?ei(t):void 0,i=e&&typeof e!="string"?ei(e):void 0,n=o!==i,r=t&&typeof t!="string"?Ir(t):void 0,a=e&&typeof e!="string"?Ir(e):void 0,l=r!==a,c=Qr(e),d=Qr(t);(n||l||c!==d)&&this.beans.colModel.refreshAll(s)}destroy(){sa(this.beans,this.columns?.tree),super.destroy()}refreshVisibility(e,t,s){if(!this.columns?.list.length)return;const o=e.length+t.length+s.length;if(o===0)return;const i=this.columns.list[0];if(!i.isVisible())return;const n=()=>{let l;switch(i.pinned){case"left":case!0:l=e;break;case"right":l=s;break;default:l=t}l&&Kt(l,i)};(this.beans.rowNumbersSvc?.getColumn(Zp)?2:1)===o&&n()}};function IM(e,t){if(!t.nodes.every(r=>r.rowPinned&&!Nn(r)?(B(59),!1):r.id===void 0?(B(60),!1):!0))return;const{nodes:o,source:i,newValue:n}=t;e.selectionSvc?.setNodesSelected({nodes:o,source:i??"api",newValue:n})}function kM(e,t,s="apiSelectAll"){e.selectionSvc?.selectAllRowNodes({source:s,selectAll:t})}function AM(e,t,s="apiSelectAll"){e.selectionSvc?.deselectAllRowNodes({source:s,selectAll:t})}function LM(e,t="apiSelectAllFiltered"){e.selectionSvc?.selectAllRowNodes({source:t,selectAll:"filtered"})}function OM(e,t="apiSelectAllFiltered"){e.selectionSvc?.deselectAllRowNodes({source:t,selectAll:"filtered"})}function NM(e,t="apiSelectAllCurrentPage"){e.selectionSvc?.selectAllRowNodes({source:t,selectAll:"currentPage"})}function HM(e,t="apiSelectAllCurrentPage"){e.selectionSvc?.deselectAllRowNodes({source:t,selectAll:"currentPage"})}function GM(e){return e.selectionSvc?.getSelectedNodes()??[]}function BM(e){return e.selectionSvc?.getSelectedRows()??[]}var VM=class extends l2{constructor(){super(...arguments),this.beanName="selectionSvc",this.selectedNodes=new Map,this.detailSelection=new Map,this.masterSelectsDetail=!1}postConstruct(){super.postConstruct();const{gos:e}=this;this.mode=Jr(e),this.groupSelectsDescendants=wn(e),this.groupSelectsFiltered=ta(e)==="filteredDescendants",this.masterSelectsDetail=Qu(e)==="detail",this.addManagedPropertyListeners(["groupSelectsChildren","groupSelectsFiltered","rowSelection"],()=>{const t=wn(e),s=Jr(e),o=ta(e)==="filteredDescendants";this.masterSelectsDetail=Qu(e)==="detail",(t!==this.groupSelectsDescendants||o!==this.groupSelectsFiltered||s!==this.mode)&&(this.deselectAllRowNodes({source:"api"}),this.groupSelectsDescendants=t,this.groupSelectsFiltered=o,this.mode=s)}),this.addManagedEventListeners({rowSelected:this.onRowSelected.bind(this)})}destroy(){super.destroy(),this.resetNodes()}handleSelectionEvent(e,t,s){if(this.isRowSelectionBlocked(t))return 0;const o=this.inferNodeSelections(t,e.shiftKey,e.metaKey||e.ctrlKey,s);if(o==null)return 0;if(this.selectionCtx.selectAll=!1,"select"in o)return o.reset?this.resetNodes():this.selectRange(o.deselect,!1,s),this.selectRange(o.select,!0,s);{const i=o.checkFilteredNodes?dC(o.node):o.newValue;return this.setNodesSelected({nodes:[o.node],newValue:i,clearSelection:o.clearSelection,keepDescendants:o.keepDescendants,event:e,source:s})}}setNodesSelected({newValue:e,clearSelection:t,suppressFinishActions:s,nodes:o,event:i,source:n,keepDescendants:r=!1}){if(o.length===0)return 0;const{gos:a}=this;if(!uo(a)&&e)return B(132),0;if(o.length>1&&!this.isMultiSelect())return B(130),0;let l=0;for(let c=0;c<o.length;c++){const d=o[c],u=Uo(d);if(u.rowPinned&&!Nn(u)){B(59);continue}if(u.id===void 0){B(60);continue}this.groupSelectsFiltered&&u.group&&!a.get("treeData")||this.selectRowNode(u,e,i,n)&&(this.detailSelection.delete(u.id),l++),this.groupSelectsDescendants&&u.childrenAfterGroup?.length&&(l+=this.selectChildren(u,e,n))}return s||(o.length===1&&n==="api"&&this.selectionCtx.setRoot(Uo(o[0])),e&&(t||!this.isMultiSelect())&&(l+=this.clearOtherNodes(Uo(o[0]),r,n)),l>0&&(this.updateGroupsFromChildrenSelections(n),this.dispatchSelectionChanged(n))),l}selectRange(e,t,s){let o=0;return e.forEach(i=>{const n=Uo(i);if(n.group&&this.groupSelectsDescendants)return;this.selectRowNode(n,t,void 0,s)&&o++}),o>0&&(this.updateGroupsFromChildrenSelections(s),this.dispatchSelectionChanged(s)),o}selectChildren(e,t,s){const o=this.groupSelectsFiltered?e.childrenAfterAggFilter:e.childrenAfterGroup;return o?this.setNodesSelected({newValue:t,clearSelection:!1,suppressFinishActions:!0,source:s,nodes:o}):0}getSelectedNodes(){return Array.from(this.selectedNodes.values())}getSelectedRows(){const e=[];return this.selectedNodes.forEach(t=>t.data&&e.push(t.data)),e}getSelectionCount(){return this.selectedNodes.size}filterFromSelection(e){const t=new Map;this.selectedNodes.forEach((s,o)=>{e(s)&&t.set(o,s)}),this.selectedNodes=t}updateGroupsFromChildrenSelections(e,t){if(!this.groupSelectsDescendants)return!1;const{gos:s,rowModel:o}=this.beans;if(!$e(s))return!1;const i=o.rootNode;if(!i)return!1;t||(t=new yn(!0,i),t.active=!1);let n=!1;return t.forEachChangedNodeDepthFirst(r=>{if(r!==i){const a=this.calculateSelectedFromChildren(r);n=this.selectRowNode(r,a===null?!1:a,void 0,e)||n}}),n}clearOtherNodes(e,t,s){const o=new Map;let i=0;return this.selectedNodes.forEach(n=>{const r=n.id==e.id;if((t?!WM(e,n):!0)&&!r){const l=this.selectedNodes.get(n.id);i+=this.setNodesSelected({nodes:[l],newValue:!1,clearSelection:!1,suppressFinishActions:!0,source:s}),this.groupSelectsDescendants&&n.parent&&o.set(n.parent.id,n.parent)}}),o.forEach(n=>{const r=this.calculateSelectedFromChildren(n);this.selectRowNode(n,r===null?!1:r,void 0,s)}),i}onRowSelected(e){const t=e.node;this.groupSelectsDescendants&&t.group||(t.isSelected()?this.selectedNodes.set(t.id,t):this.selectedNodes.delete(t.id))}syncInRowNode(e,t){this.syncInOldRowNode(e,t),this.syncInNewRowNode(e)}createDaemonNode(e){if(!e.id)return;const t=new Ks(this.beans);return t.id=e.id,t.data=e.data,t.__selected=e.__selected,t.level=e.level,t}syncInOldRowNode(e,t){t&&e.id!==t.id&&this.selectedNodes.get(t.id)==e&&this.selectedNodes.set(t.id,t)}syncInNewRowNode(e){this.selectedNodes.has(e.id)?(e.__selected=!0,this.selectedNodes.set(e.id,e)):e.__selected=!1}reset(e){const t=this.getSelectionCount();this.resetNodes(),t&&this.dispatchSelectionChanged(e)}resetNodes(){this.selectedNodes.forEach(e=>{this.selectRowNode(e,!1)}),this.selectedNodes.clear()}getBestCostNodeSelection(){const{gos:e,rowModel:t}=this.beans;if(!$e(e))return;const s=t.getTopLevelNodes();if(s===null)return;const o=[];function i(n){for(let r=0,a=n.length;r<a;r++){const l=n[r];l.isSelected()?o.push(l):l.group&&l.childrenAfterGroup&&i(l.childrenAfterGroup)}}return i(s),o}isEmpty(){return this.getSelectionCount()===0}deselectAllRowNodes({source:e,selectAll:t}){const s=$e(this.gos);let o=!1;const i=n=>{const r=this.selectRowNode(Uo(n),!1,void 0,e);o||(o=r)};if(t==="currentPage"||t==="filtered"){if(!s){Ie(102);return}this.getNodesToSelect(t).forEach(i)}else this.selectedNodes.forEach(i),this.reset(e);if(this.selectionCtx.selectAll=!1,s&&this.groupSelectsDescendants){const n=this.updateGroupsFromChildrenSelections(e);o||(o=n)}o&&this.dispatchSelectionChanged(e)}getSelectedCounts(e){let t=0,s=0;return this.getNodesToSelect(e).forEach(o=>{this.groupSelectsDescendants&&o.group||(o.isSelected()?t++:o.selectable&&s++)}),{selectedCount:t,notSelectedCount:s}}getSelectAllState(e){const{selectedCount:t,notSelectedCount:s}=this.getSelectedCounts(e);return cC(t,s)??null}hasNodesToSelect(e){return this.getNodesToSelect(e).filter(t=>t.selectable).length>0}getNodesToSelect(e){if(!this.canSelectAll())return[];const t=[],s=i=>t.push(i);if(e==="currentPage")return this.forEachNodeOnPage(i=>{if(!i.group){s(i);return}if(!i.expanded&&!i.footer){const n=r=>{s(r),r.childrenAfterFilter?.forEach(n)};n(i);return}this.groupSelectsDescendants||s(i)}),t;const o=this.beans.rowModel;return e==="filtered"?(o.forEachNodeAfterFilter(s),t):(o.forEachNode(s),t)}forEachNodeOnPage(e){const{pageBounds:t,rowModel:s}=this.beans,o=t.getFirstRow(),i=t.getLastRow();for(let n=o;n<=i;n++){const r=s.getRow(n);r&&e(r)}}selectAllRowNodes(e){const{gos:t,selectionCtx:s}=this;if(!uo(t)){B(132);return}if(W0(t)&&!ea(t)){B(130);return}if(!this.canSelectAll())return;const{source:o,selectAll:i}=e;let n=!1;if(this.getNodesToSelect(i).forEach(r=>{const a=this.selectRowNode(Uo(r),!0,void 0,o);n||(n=a)}),s.selectAll=!0,$e(t)&&this.groupSelectsDescendants){const r=this.updateGroupsFromChildrenSelections(o);n||(n=r)}n&&this.dispatchSelectionChanged(o)}getSelectionState(){return this.isEmpty()?null:Array.from(this.selectedNodes.keys())}setSelectionState(e,t,s){if(e||(e=[]),!Array.isArray(e)){Ie(103);return}const o=new Set(e),i=[];this.beans.rowModel.forEachNode(n=>{o.has(n.id)&&i.push(n)}),s&&this.resetNodes(),this.setNodesSelected({newValue:!0,nodes:i,source:t})}canSelectAll(){return $e(this.beans.gos)}updateSelectable(e){const{gos:t,rowModel:s}=this.beans;if(!uo(t))return;const o="selectableChanged",i=e!==void 0,n=$e(t)&&this.groupSelectsDescendants,r=[],a=l=>{if(i&&!l.group)return;if(n&&l.group){const d=l.childrenAfterGroup?.some(u=>u.selectable)??!1;this.setRowSelectable(l,d,!0);return}!this.updateRowSelectable(l,!0)&&l.isSelected()&&r.push(l)};if(n){if(e===void 0){const l=s.rootNode;e=l?new yn(!1,l):void 0}e?.forEachChangedNodeDepthFirst(a,!i,!i)}else s.forEachNode(a);r.length&&this.setNodesSelected({nodes:r,newValue:!1,source:o}),!i&&n&&this.updateGroupsFromChildrenSelections?.(o)}updateSelectableAfterGrouping(e){this.updateSelectable(e),this.groupSelectsDescendants&&this.updateGroupsFromChildrenSelections?.("rowGroupChanged",e)&&this.dispatchSelectionChanged("rowGroupChanged")}refreshMasterNodeState(e,t){if(!this.masterSelectsDetail)return;const s=e.detailNode?.detailGridInfo?.api;if(!s)return;const o=zM(s);if(e.isSelected()!==o&&this.selectRowNode(e,o,t,"masterDetail")&&this.dispatchSelectionChanged("masterDetail"),!o){const n=this.detailSelection.get(e.id)??new Set;for(const r of s.getSelectedNodes())n.add(r.id);this.detailSelection.set(e.id,n)}}setDetailSelectionState(e,t,s){if(this.masterSelectsDetail){if(!ea(t)){B(269);return}switch(e.isSelected()){case!0:{s.selectAll();break}case!1:{s.deselectAll();break}case void 0:{const o=this.detailSelection.get(e.id);if(o){const i=[];for(const n of o){const r=s.getRowNode(n);r&&i.push(r)}s.setNodesSelected({nodes:i,newValue:!0,source:"masterDetail"})}break}}}}dispatchSelectionChanged(e){this.eventSvc.dispatchEvent({type:"selectionChanged",source:e,selectedNodes:this.getSelectedNodes(),serverSideState:null})}};function Uo(e){return Nn(e)?e.pinnedSibling:e.footer?e.sibling:e}function zM(e){let t=0,s=0;return e.forEachNode(o=>{o.isSelected()?t++:o.selectable&&s++}),cC(t,s)}function cC(e,t){if(e===0&&t===0)return!1;if(!(e>0&&t>0))return e>0}function WM(e,t){let s=t.parent;for(;s;){if(s===e)return!0;s=s.parent}return!1}function dC(e){const t=e.isSelected()===!1,s=e.childrenAfterFilter?.some(dC)??!1;return t||s}var _M={moduleName:"SharedRowSelection",version:U,beans:[TM],apiFunctions:{setNodesSelected:IM,selectAll:kM,deselectAll:AM,selectAllFiltered:LM,deselectAllFiltered:OM,selectAllOnCurrentPage:NM,deselectAllOnCurrentPage:HM,getSelectedNodes:GM,getSelectedRows:BM}},jM={moduleName:"RowSelection",version:U,rowModels:["clientSide","infinite","viewport"],beans:[VM],dependsOn:[_M]};function UM(e){e.expansionSvc?.expandAll(!0)}function $M(e){e.expansionSvc?.expandAll(!1)}function uC(e){e.rowModel?.onRowHeightChanged()}function hC(e){if(e.rowAutoHeight?.active){B(3);return}e.rowModel?.resetRowHeights()}function KM(e,t,s){const o=KP(e);if(o){if(e.rowGroupColsSvc?.columns.length===0){if(t<0){Ie(238);return}o.setRowCount(t,s);return}Ie(28);return}Va(e)?.setRowCount(t,s)}function qM(e){return Mo(e.gos)?e.rowModel.getBlockStates():e.rowNodeBlockLoader?.getBlockState()??{}}function YM(e){return e.rowModel.isLastRowIndexKnown()}var ZM={moduleName:"CsrmSsrmSharedApi",version:U,apiFunctions:{expandAll:UM,collapseAll:$M}},XM={moduleName:"RowModelSharedApi",version:U,apiFunctions:{onRowHeightChanged:uC,resetRowHeights:hC}},QM={moduleName:"SsrmInfiniteSharedApi",version:U,apiFunctions:{setRowCount:KM,getCacheBlockState:qM,isLastRowIndexKnown:YM}},JM=class extends k{constructor(){super(...arguments),this.beanName="alignedGridsSvc",this.consuming=!1}getAlignedGridApis(){let e=this.gos.get("alignedGrids")??[];const t=typeof e=="function";return typeof e=="function"&&(e=e()),e.map(o=>{if(!o){Ie(18),t||Ie(20);return}if(this.isGridApi(o))return o;const i=o;return"current"in i?i.current?.api:(i.api||Ie(19),i.api)}).filter(o=>!!o&&!o.isDestroyed())}isGridApi(e){return!!e&&!!e.dispatchEvent}postConstruct(){const e=this.fireColumnEvent.bind(this);this.addManagedEventListeners({columnMoved:e,columnVisible:e,columnPinned:e,columnGroupOpened:e,columnResized:e,bodyScroll:this.fireScrollEvent.bind(this),alignedGridColumn:({event:t})=>this.onColumnEvent(t),alignedGridScroll:({event:t})=>this.onScrollEvent(t)})}fireEvent(e){if(!this.consuming)for(const t of this.getAlignedGridApis())t.isDestroyed()||t.dispatchEvent(e)}onEvent(e){this.consuming=!0,e(),this.consuming=!1}fireColumnEvent(e){this.fireEvent({type:"alignedGridColumn",event:e})}fireScrollEvent(e){e.direction==="horizontal"&&this.fireEvent({type:"alignedGridScroll",event:e})}onScrollEvent(e){this.onEvent(()=>{this.beans.ctrlsSvc.getScrollFeature().setHorizontalScrollPosition(e.left,!0)})}extractDataFromEvent(e,t){const s=[];return e.columns?e.columns.forEach(o=>{s.push(t(o))}):e.column&&s.push(t(e.column)),s}getMasterColumns(e){return this.extractDataFromEvent(e,t=>t)}getColumnIds(e){return this.extractDataFromEvent(e,t=>t.getColId())}onColumnEvent(e){this.onEvent(()=>{switch(e.type){case"columnMoved":case"columnVisible":case"columnPinned":case"columnResized":{this.processColumnEvent(e);break}case"columnGroupOpened":{this.processGroupOpenedEvent(e);break}case"columnPivotChanged":B(21);break}})}processGroupOpenedEvent(e){const{colGroupSvc:t}=this.beans;if(t)for(const s of e.columnGroups){let o=null;s&&(o=t.getProvidedColGroup(s.getGroupId())),!(s&&!o)&&t.setColumnGroupOpened(o,s.isExpanded(),"alignedGridChanged")}}processColumnEvent(e){const t=e.column;let s=null;const o=this.beans,{colResize:i,ctrlsSvc:n,colModel:r}=o;if(t&&(s=r.getColDefCol(t.getColId())),t&&!s)return;const a=this.getMasterColumns(e);switch(e.type){case"columnMoved":{const u=e.api.getColumnState().map(h=>({colId:h.colId}));Ut(o,{state:u,applyOrder:!0},"alignedGridChanged")}break;case"columnVisible":{const u=e.api.getColumnState().map(h=>({colId:h.colId,hide:h.hide}));Ut(o,{state:u},"alignedGridChanged")}break;case"columnPinned":{const u=e.api.getColumnState().map(h=>({colId:h.colId,pinned:h.pinned}));Ut(o,{state:u},"alignedGridChanged")}break;case"columnResized":{const d=e,u={};for(const h of a)u[h.getId()]={key:h.getColId(),newWidth:h.getActualWidth()};for(const h of d.flexColumns??[])u[h.getId()]&&delete u[h.getId()];i?.setColumnWidths(Object.values(u),!1,d.finished,"alignedGridChanged");break}}const c=n.getGridBodyCtrl().isVerticalScrollShowing();for(const d of this.getAlignedGridApis())d.setGridOption("alwaysShowVerticalScroll",c)}},eT={moduleName:"AlignedGrids",version:U,beans:[JM],dependsOn:[um]},tT=class extends k{constructor(e){super(),this.rootNode=e,this.nextId=0,this.allNodesMap={},lg(e)}getRowNode(e){return this.allNodesMap[e]}setNewRowData(e){const{selectionSvc:t,pinnedRowModel:s,groupStage:o}=this.beans;t?.reset("rowDataChanged"),s?.isManual()&&s.reset(),this.dispatchRowDataUpdateStarted(e),this.allNodesMap=Object.create(null),this.nextId=0;const i=lg(this.rootNode),n=new Array(e.length);i._leafs=n;let r=0;const a=o?.getNestedDataGetter(),l=a?new Set:null,c=(d,u)=>{const h=d.level+1;for(let p=0,f=u.length;p<f;++p){const C=u[p];if(!C)continue;const v=this.createRowNode(C,h);if(v.sourceRowIndex=r,n[r++]=v,l&&!l.has(C)){l.add(C),v.treeParent=d;const w=a(C);w&&c(v,w)}}};c(i,e),n.length=r}setImmutableRowData(e,t){const{rootNode:s,gos:o}=this;this.dispatchRowDataUpdateStarted(t);const i=ui(o),n=e.changedRowNodes,{adds:r,updates:a}=n,l=new Set,c=[],d=this.beans.groupStage?.getNestedDataGetter();let u=o.get("suppressMaintainUnsortedOrder")?void 0:!1,h=-1,p=!1;const f=(w,b)=>{if(!u&&u!==void 0){const S=w.sourceRowIndex;u=S<=h,h=S}w.data!==b&&(w.updateData(b),r.has(w)||a.add(w),!w.selectable&&w.isSelected()&&c.push(w))},C=(w,b,S)=>{for(let y=0,x=b.length;y<x;++y){const R=b[y];if(!R)continue;let F=this.getRowNode(i({data:R,level:S}));if(F?(f(F,R),p||(p=!!d&&F.treeParent!==w)):(F=this.createRowNode(R,S),r.add(F)),!d||l.has(F)){l.add(F);continue}l.add(F),F.treeParent=w;const E=d(R);E&&C(F,E,S+1)}};C(s,t,0);const v=this.deleteUnusedNodes(l,n,c)||u||r.size>0;if(v){const w=s._leafs??(s._leafs=[]);u===void 0?rT(w,l,n):nT(w,l)&&(n.reordered=!0)}(v||p||a.size)&&(e.rowDataUpdated=!0,this.deselect(c))}deleteUnusedNodes(e,{removals:t},s){const o=this.rootNode._leafs;for(let i=0,n=o.length;i<n;i++){const r=o[i];e.has(r)||(t.add(r),r.isSelected()&&s.push(r),this.deleteNode(r))}return t.size>0}updateRowData(e,t){if(this.dispatchRowDataUpdateStarted(e.add),this.beans.groupStage?.getNestedDataGetter())return B(268),{remove:[],update:[],add:[]};const s=[],o=ui(this.gos),i=this.executeRemove(o,e,t,s),n=this.executeUpdate(o,e,t,s),r=this.executeAdd(e,t);return this.deselect(s),{remove:i,update:n,add:r}}executeRemove(e,{remove:t},{adds:s,updates:o,removals:i},n){const r=this.rootNode._leafs,a=r?.length,l=t?.length;if(!l||!a)return[];let c=0,d=a,u=0,h;const p=new Array(l);for(let f=0;f<l;++f){const C=this.lookupNode(e,t[f]);if(!C)continue;const v=C.sourceRowIndex;v<d&&(d=v),v>u&&(u=v),C.isSelected()&&n.push(C),this.deleteNode(C),s.delete(C)?(h??(h=new Set),h.add(C)):(o.delete(C),i.add(C)),p[c++]=C}return p.length=c,c&&iT(r,d,u,i,h),p}executeUpdate(e,{update:t},{adds:s,updates:o},i){const n=t?.length;if(!n)return[];const r=new Array(n);let a=0;for(let l=0;l<n;l++){const c=t[l],d=this.lookupNode(e,c);d&&(d.updateData(c),!d.selectable&&d.isSelected()&&i.push(d),r[a++]=d,s.has(d)||o.add(d))}return r.length=a,r}executeAdd(e,t){var s;const o=(s=this.rootNode)._leafs??(s._leafs=[]),i=o.length,n=e.add,r=n?.length;if(!r)return[];const a=i+r;let l=this.sanitizeAddIndex(o,e.addIndex);if(l<i){for(let u=i-1,h=a-1;u>=l;--u){const p=o[u];p.sourceRowIndex=h,o[h--]=p}t.reordered=!0}o.length=a;const c=new Array(r),d=t.adds;for(let u=0;u<r;u++){const h=this.createRowNode(n[u],0);d.add(h),h.sourceRowIndex=l,o[l]=h,c[u]=h,l++}return c}dispatchRowDataUpdateStarted(e){this.eventSvc.dispatchEvent({type:"rowDataUpdateStarted",firstRowData:e?.length?e[0]:null})}deselect(e){const t="rowDataChanged",s=this.beans.selectionSvc;e.length&&s?.setNodesSelected({newValue:!1,nodes:e,suppressFinishActions:!0,source:t}),s?.updateGroupsFromChildrenSelections?.(t),e.length&&this.eventSvc.dispatchEvent({type:"selectionChanged",source:t,selectedNodes:s?.getSelectedNodes()??null,serverSideState:null})}createRowNode(e,t){const s=new Ks(this.beans);s.parent=this.rootNode,s.level=t,s.group=!1,s.expanded=!1,s.setDataAndId(e,String(this.nextId++));const o=s.id,i=this.allNodesMap;return i[o]&&B(2,{nodeId:o}),i[o]=s,s}deleteNode(e){e.clearRowTopAndRowIndex();const t=e.id,s=this.allNodesMap;s[t]===e&&delete s[t];const o=e.pinnedSibling;o&&this.beans.pinnedRowModel?.pinRow(o,null)}lookupNode(e,t){if(!e)return oT(this.rootNode._leafs,t);const s=e({data:t,level:0}),o=this.allNodesMap[s];return o||(Ie(4,{id:s}),null)}sanitizeAddIndex(e,t){const s=e.length;if(typeof t!="number"||t<0||t>=s||Number.isNaN(t))return s;t=Math.ceil(t);const o=this.gos;return t>0&&o.get("treeData")&&o.get("getDataPath")&&(t=sT(e,t)),t}},sT=(e,t)=>{for(let s=0,o=e.length;s<o;s++)if(e[s]?.rowIndex==t-1)return s+1;return t},lg=e=>{e.group=!0,e.level=-1,e.id="ROOT_NODE_ID",e._leafs?.length!==0&&(e._leafs=[]);const t=[],s=[],o=[],i=[];e.childrenAfterGroup=t,e.childrenAfterSort=s,e.childrenAfterAggFilter=o,e.childrenAfterFilter=i;const n=e.sibling;return n&&(n.childrenAfterGroup=t,n.childrenAfterSort=s,n.childrenAfterAggFilter=o,n.childrenAfterFilter=i,n.childrenMapped=e.childrenMapped),e.updateHasChildren(),e},oT=(e,t)=>{if(e)for(let s=0,o=e.length;s<o;s++){const i=e[s];if(i.data===t)return i}return Ie(5,{data:t}),null},iT=(e,t,s,o,i)=>{t=Math.max(0,t);for(let n=t,r=e.length;n<r;++n){const a=e[n];n<=s&&(o.has(a)||i?.has(a))||(a.sourceRowIndex=t,e[t++]=a)}e.length=t},nT=(e,t)=>{const s=t.size;e.length=s;let o=0,i=!1,n=!1;for(const r of t){const a=r.sourceRowIndex;a===o?n||(n=i):(a>=0?n=!0:i=!0,r.sourceRowIndex=o,e[o]=r),++o}return n},rT=(e,t,{removals:s,adds:o})=>{const i=e.length;e.length=t.size;let n=0;for(let r=0;r<i;++r){const a=e[r];s.has(a)||(n!==r&&(a.sourceRowIndex=n,e[n]=a),++n)}for(const r of o)r.sourceRowIndex<0&&(r.sourceRowIndex=n,e[n++]=r);e.length=n},gC=e=>{const t=e.childrenAfterSort,s=e.sibling;if(s&&(s.childrenAfterSort=t),!!t)for(let o=0,i=t.length-1;o<=i;o++){const n=t[o],r=o===0,a=o===i;n.firstChild!==r&&(n.firstChild=r,n.dispatchRowEvent("firstChildChanged")),n.lastChild!==a&&(n.lastChild=a,n.dispatchRowEvent("lastChildChanged")),n.childIndex!==o&&(n.childIndex=o,n.dispatchRowEvent("childIndexChanged"))}},aT=class extends k{constructor(){super(...arguments),this.beanName="sortStage",this.step="sort",this.refreshProps=["postSortRows","groupDisplayType","accentedSort"]}execute(e){const t=this.beans.sortSvc.getSortOptions(),s=t.length>0&&!!e.changedRowNodes&&this.gos.get("deltaSort");this.sort(t,s,e.changedRowNodes,e.changedPath)}sort(e,t,s,o){const{gos:i,colModel:n,rowGroupColsSvc:r,rowNodeSorter:a,rowRenderer:l,showRowGroupCols:c}=this.beans,d=i.get("groupMaintainOrder"),u=n.getCols().some(b=>b.isRowGroupActive()),h=r?.columns,p=n.isPivotMode(),f=i.getCallback("postSortRows");let C=!1,v;const w=b=>{const S=p&&b.leafGroup;let y=d&&u&&!b.leafGroup;y&&(v??(v=this.shouldSortContainsGroupCols(e)),y&&(y=!v));let x=null;if(y){let R=!1;if(h){const F=b.level+1;F<h.length&&(R=h[F].getSort()===null)}R||(x=dT(b))}else!e.length||S||(t&&s?x=lT(a,b,s,o,e):x=a.doFullSort(b.childrenAfterAggFilter,e));if(x||(x=b.childrenAfterAggFilter?.slice(0)??[]),C||(C=b.childrenAfterSort?.[0]!==x[0]),b.childrenAfterSort=x,gC(b),f){const R={nodes:b.childrenAfterSort};f(R)}};if(o?.forEachChangedNodeDepthFirst(w),C&&i.get("groupHideOpenParents")){const b=c?.getShowRowGroupCols();b?.length&&l.refreshCells({columns:b,force:!0})}}shouldSortContainsGroupCols(e){const t=e.length;if(!t)return!1;if(as(this.gos)){for(let s=0;s<t;++s){const o=e[s].column;if(o.isPrimary()&&o.isRowGroupActive())return!0}return!1}for(let s=0;s<t;++s)if(e[s].column.getColDef().showRowGroup)return!0;return!1}},lT=(e,t,s,o,i)=>{const n=t.childrenAfterAggFilter,r=t.childrenAfterSort;if(!r)return e.doFullSort(n,i);const a=new Set,l=[],{updates:c,adds:d}=s;for(let h=0,p=n.length;h<p;++h){const f=n[h];c.has(f)||d.has(f)||o&&!o.canSkip(f)?l.push({currentPos:l.length,rowNode:f}):a.add(f)}const u=r.filter(h=>a.has(h)).map((h,p)=>({currentPos:p,rowNode:h}));return l.sort((h,p)=>e.compareRowNodes(i,h,p)),cT(e,i,l,u)},cT=(e,t,s,o)=>{let i=0,n=0;const r=s.length,a=o.length,l=new Array(r+a);let c=0;for(;i<r&&n<a;){const d=s[i],u=o[n];e.compareRowNodes(t,d,u)<0?(l[c++]=d.rowNode,++i):(l[c++]=u.rowNode,++n)}for(;i<r;)l[c++]=s[i++].rowNode;for(;n<a;)l[c++]=o[n++].rowNode;return l},dT=e=>{const t=e.childrenAfterSort,s=e.childrenAfterAggFilter,o=t?.length,i=s?.length;if(!o||!i)return null;const n=new Array(i),r=new Set;for(let l=0;l<i;++l)r.add(s[l]);let a=0;for(let l=0;l<o;++l){const c=t[l];r.delete(c)&&(n[a++]=c)}if(r.size===0&&a===o)return t;for(const l of r)n[a++]=l;return n.length=a,n},uT=class extends k{constructor(){super(...arguments),this.beanName="rowModel",this.rootNode=null,this.rowCountReady=!1,this.nodeManager=void 0,this.rowsToDisplay=[],this.rowDataUpdatedPending=!1,this.asyncTransactions=null,this.asyncTransactionsTimer=0,this.started=!1,this.refreshingModel=!1,this.rowNodesCountReady=!1,this.stages=[],this.stagesRefreshProps=new Map,this.onRowHeightChanged_debounced=nt(this,this.onRowHeightChanged.bind(this),100)}postConstruct(){const e=this.beans,t=new Ks(e);this.rootNode=t,this.nodeManager=this.createBean(new tT(t));const s=this.refreshModel.bind(this,{step:"group"}),o=this.refreshModel.bind(this,{step:"group",afterColumnsChanged:!0,keepRenderedRows:!0,animate:!this.gos.get("suppressAnimationFrame")});this.addManagedEventListeners({newColumnsLoaded:o,columnRowGroupChanged:s,columnValueChanged:this.onValueChanged.bind(this),columnPivotChanged:this.refreshModel.bind(this,{step:"pivot"}),filterChanged:this.onFilterChanged.bind(this),sortChanged:this.onSortChanged.bind(this),columnPivotModeChanged:s,gridStylesChanged:this.onGridStylesChanges.bind(this),gridReady:this.onGridReady.bind(this),rowExpansionStateChanged:this.onRowGroupOpened.bind(this)}),this.addPropertyListeners()}addPropertyListeners(){const{beans:e,stagesRefreshProps:t}=this,s=[e.groupStage,e.filterStage,e.pivotStage,e.aggStage,e.sortStage,e.filterAggStage,e.flattenStage].filter(o=>!!o);this.stages=s;for(let o=s.length-1;o>=0;--o)for(const i of s[o].refreshProps)t.set(i,o);this.addManagedPropertyListeners([...t.keys()],o=>{const i=o.changeSet?.properties;i&&this.onPropChange(i)}),this.addManagedPropertyListener("rowData",()=>this.onPropChange(["rowData"])),this.addManagedPropertyListener("rowHeight",()=>this.resetRowHeights())}start(){this.started=!0,this.rowNodesCountReady?this.refreshModel({step:"group",rowDataUpdated:!0,newData:!0}):this.setInitialData()}setInitialData(){this.gos.get("rowData")&&this.onPropChange(["rowData"])}ensureRowHeightsValid(e,t,s,o){let i,n=!1;do{i=!1;const r=this.getRowIndexAtPixel(e),a=this.getRowIndexAtPixel(t),l=Math.max(r,s),c=Math.min(a,o);for(let d=l;d<=c;d++){const u=this.getRow(d);if(u.rowHeightEstimated){const h=js(this.beans,u);u.setRowHeight(h.height),i=!0,n=!0}}i&&this.setRowTopAndRowIndex()}while(i);return n}onPropChange(e){const{nodeManager:t,gos:s,beans:o}=this,i=o.groupStage;if(!t)return;const n=new Set(e),r=i?.onPropChange(n);let a;n.has("rowData")?a=s.get("rowData"):r&&(a=i?.extractData()),a&&!Array.isArray(a)&&(a=null,B(1));const l={step:"nothing",changedProps:n};a&&(!r&&!this.isEmpty()&&a.length>0&&s.exists("getRowId")&&!s.get("resetRowDataOnUpdate")?(l.keepRenderedRows=!0,l.animate=!s.get("suppressAnimationFrame"),l.changedRowNodes=new Gr,t.setImmutableRowData(l,a)):(l.rowDataUpdated=!0,l.newData=!0,t.setNewRowData(a),this.rowNodesCountReady=!0));const c=l.rowDataUpdated?"group":this.getRefreshedStage(e);c&&(l.step=c,this.refreshModel(l))}getRefreshedStage(e){const{stages:t,stagesRefreshProps:s}=this,o=t.length;let i=o;for(let n=0,r=e.length;n<r&&i;++n)i=Math.min(i,s.get(e[n])??i);return i<o?t[i].step:null}setRowTopAndRowIndex(e){const{beans:t,rowsToDisplay:s}=this,o=t.environment.getDefaultRowHeight();let i=0;const n=rt(this.gos,"normal");for(let r=0,a=s.length;r<a;++r){const l=s[r],c=l.id;if(c!=null&&e?.add(c),l.rowHeight==null){const d=js(t,l,n,o);l.setRowHeight(d.height,d.estimated)}l.setRowTop(i),l.setRowIndex(r),i+=l.rowHeight}}clearRowTopAndRowIndex(e,t){const s=e.active,o=r=>{r?.id!=null&&!t.has(r.id)&&r.clearRowTopAndRowIndex()},i=r=>{o(r),o(r.detailNode),o(r.sibling);const a=r.childrenAfterGroup;if(!r.hasChildren()||!a)return;const l=r.level==-1;if(!(s&&!l&&!r.expanded))for(let d=0,u=a.length;d<u;++d)i(a[d])},n=this.rootNode;n&&i(n)}isLastRowIndexKnown(){return!0}getRowCount(){return this.rowsToDisplay.length}getTopLevelRowCount(){const{rootNode:e,rowsToDisplay:t}=this;if(!e||!t.length)return 0;if(t[0]===e)return 1;const o=e.sibling?.displayed?1:0;return(e.childrenAfterSort?.length??0)+o}getTopLevelRowDisplayedIndex(e){const{beans:t,rootNode:s,rowsToDisplay:o}=this;if(!s||!o.length||o[0]===s)return e;const n=s.childrenAfterSort,r=l=>{let c=n[l];if(this.gos.get("groupHideOpenParents"))for(;c.expanded&&c.childrenAfterSort&&c.childrenAfterSort.length>0;)c=c.childrenAfterSort[0];return c.rowIndex},a=t.footerSvc;return a?a?.getTopDisplayIndex(o,e,n,r):r(e)}getTopLevelIndexFromDisplayedIndex(e){const{rootNode:t,rowsToDisplay:s}=this;if(!t||!s.length||s[0]===t)return e;let i=this.getRow(e);i.footer&&(i=i.sibling);let n=i.parent;for(;n&&n!==t;)i=n,n=i.parent;const r=t.childrenAfterSort?.indexOf(i)??-1;return r>=0?r:e}getRowBounds(e){const t=this.rowsToDisplay[e];return t?{rowTop:t.rowTop,rowHeight:t.rowHeight}:null}onRowGroupOpened(){this.refreshModel({step:"map",keepRenderedRows:!0,animate:Jo(this.gos)})}onFilterChanged({afterDataChange:e,columns:t}){if(!e){const o=t.length===0||t.some(i=>i.isPrimary())?"filter":"filter_aggregates";this.refreshModel({step:o,keepRenderedRows:!0,animate:Jo(this.gos)})}}onSortChanged(){this.refreshModel({step:"sort",keepRenderedRows:!0,animate:Jo(this.gos)})}getType(){return"clientSide"}onValueChanged(){this.refreshModel({step:this.beans.colModel.isPivotActive()?"pivot":"aggregate"})}createChangePath(e){const t=new yn(!1,this.rootNode);return t.active=e,t}isSuppressModelUpdateAfterUpdateTransaction(e){if(!this.gos.get("suppressModelUpdateAfterUpdateTransaction"))return!1;const{changedRowNodes:t,newData:s,rowDataUpdated:o}=e;return!(!t||s||!o||t.removals.size||t.adds.size)}refreshModel(e){const{nodeManager:t,beans:s,eventSvc:o,started:i,refreshingModel:n}=this;if(!t)return;const r=!!e.rowDataUpdated,a=e.changedPath??(e.changedPath=this.createChangePath(!e.newData&&r));if(i&&r&&o.dispatchEvent({type:"rowDataUpdated"}),!i||n||s.colModel.changeEventsDispatching||this.isSuppressModelUpdateAfterUpdateTransaction(e)){this.rowDataUpdatedPending||(this.rowDataUpdatedPending=r);return}switch(this.rowDataUpdatedPending&&(this.rowDataUpdatedPending=!1,e.step="group"),this.refreshingModel=!0,s.masterDetailSvc?.refreshModel(e),r&&e.step!=="group"&&s.colFilter?.refreshModel(),e.step){case"group":this.doGrouping(e);case"filter":this.doFilter(a);case"pivot":this.doPivot(a);case"aggregate":this.doAggregate(a);case"filter_aggregates":this.doFilterAggregates(a);case"sort":this.doSort(e.changedRowNodes,a);case"map":this.doRowsToDisplay()}const l=new Set;this.setRowTopAndRowIndex(l),this.clearRowTopAndRowIndex(a,l),this.refreshingModel=!1,o.dispatchEvent({type:"modelUpdated",animate:e.animate,keepRenderedRows:e.keepRenderedRows,newData:e.newData,newPage:!1,keepUndoRedoStack:e.keepUndoRedoStack})}isEmpty(){return!this.rootNode?._leafs?.length||!this.beans.colModel?.ready}isRowsToRender(){return this.rowsToDisplay.length>0}getNodesInRangeForSelection(e,t){let s=!1,o=!1;const i=[],n=wn(this.gos);return this.forEachNodeAfterFilterAndSort(r=>{if(o)return;if(s&&(r===t||r===e)&&(o=!0,n&&r.group)){pC(i,r);return}if(!s){if(r!==t&&r!==e)return;s=!0,t===e&&(o=!0)}(!r.group||!n)&&i.push(r)}),i}getTopLevelNodes(){return this.rootNode?.childrenAfterGroup??null}getRow(e){return this.rowsToDisplay[e]}isRowPresent(e){return this.rowsToDisplay.indexOf(e)>=0}getRowIndexAtPixel(e){const t=this.rowsToDisplay,s=t.length;if(this.isEmpty()||s===0)return-1;let o=0,i=s-1;if(e<=0)return 0;if(t[i].rowTop<=e)return i;let r=-1,a=-1;for(;;){const l=Math.floor((o+i)/2),c=t[l];if(this.isRowInPixel(c,e)||(c.rowTop<e?o=l+1:c.rowTop>e&&(i=l-1),r===o&&a===i))return l;r=o,a=i}}isRowInPixel(e,t){const s=e.rowTop,o=s+e.rowHeight;return s<=t&&o>t}forEachLeafNode(e){const t=this.rootNode?._leafs;if(t)for(let s=0,o=t.length;s<o;++s)e(t[s],s)}forEachNode(e,t=!1){this.depthFirstSearchRowNodes(e,t)}forEachDisplayedNode(e){const t=this.rowsToDisplay;for(let s=0,o=t.length;s<o;++s)e(t[s],s)}forEachNodeAfterFilter(e,t=!1){this.depthFirstSearchRowNodes(e,t,s=>s.childrenAfterAggFilter)}forEachNodeAfterFilterAndSort(e,t=!1){this.depthFirstSearchRowNodes(e,t,s=>s.childrenAfterSort)}forEachPivotNode(e,t,s){const{colModel:o,rowGroupColsSvc:i}=this.beans;if(!o.isPivotMode())return;if(!i?.columns.length){e(this.rootNode,0);return}const n=s?"childrenAfterSort":"childrenAfterGroup";this.depthFirstSearchRowNodes(e,t,r=>r.leafGroup?null:r[n])}depthFirstSearchRowNodes(e,t=!1,s=n=>n.childrenAfterGroup,o=this.rootNode,i=0){let n=i;if(!o)return n;const r=o===this.rootNode;if(r||e(o,n++),o.hasChildren()&&!o.footer){const a=s(o);if(a){const l=this.beans.footerSvc;n=l?.addTotalRows(n,o,e,t,r,"top")??n;for(const c of a)n=this.depthFirstSearchRowNodes(e,t,s,c,n);return l?.addTotalRows(n,o,e,t,r,"bottom")??n}}return n}doAggregate(e){const t=this.rootNode;t&&this.beans.aggStage?.execute({rowNode:t,changedPath:e})}doFilterAggregates(e){const t=this.rootNode,s=this.beans.filterAggStage;if(s){s.execute({rowNode:t,changedPath:e});return}t.childrenAfterAggFilter=t.childrenAfterFilter}doSort(e,t){const s=this.beans.sortStage;if(s){s.execute({rowNode:this.rootNode,changedRowNodes:e,changedPath:t});return}t.forEachChangedNodeDepthFirst(o=>{o.childrenAfterSort=o.childrenAfterAggFilter.slice(0),gC(o)})}doGrouping(e){const t=this.rootNode,o=this.beans.groupStage?.execute({rowNode:t,changedRowNodes:e.changedRowNodes,changedPath:e.changedPath,afterColumnsChanged:!!e.afterColumnsChanged});if(o===void 0){const i=t._leafs;t.childrenAfterGroup=i,t.updateHasChildren();const n=t.sibling;n&&(n.childrenAfterGroup=i)}(o||e.rowDataUpdated)&&this.beans.colFilter?.refreshModel(),!this.rowCountReady&&this.rowNodesCountReady&&(this.rowCountReady=!0,this.eventSvc.dispatchEventOnce({type:"rowCountReady"}))}doFilter(e){const t=this.beans.filterStage;if(t){t.execute({rowNode:this.rootNode,changedPath:e});return}e.forEachChangedNodeDepthFirst(s=>{s.childrenAfterFilter=s.childrenAfterGroup,Bm(s)},!0)}doPivot(e){this.beans.pivotStage?.execute({rowNode:this.rootNode,changedPath:e})}getRowNode(e){const t=this.nodeManager?.getRowNode(e);return typeof t=="object"?t:typeof e=="string"&&e.indexOf(_c)===0?this.beans.groupStage?.getNode(e):void 0}batchUpdateRowData(e,t){if(!this.asyncTransactionsTimer){this.asyncTransactions=[];const s=this.gos.get("asyncTransactionWaitMillis");this.asyncTransactionsTimer=setTimeout(()=>this.executeBatchUpdateRowData(),s)}this.asyncTransactions.push({rowDataTransaction:e,callback:t})}flushAsyncTransactions(){const e=this.asyncTransactionsTimer;e&&(clearTimeout(e),this.executeBatchUpdateRowData())}executeBatchUpdateRowData(){const{nodeManager:e,beans:t,eventSvc:s,asyncTransactions:o}=this;if(!e)return;t.valueCache?.onDataChanged();const i=[],n=[],r=new Gr;for(const{rowDataTransaction:a,callback:l}of o??[]){this.rowNodesCountReady=!0;const c=e.updateRowData(a,r);i.push(c),l&&n.push(l.bind(null,c))}this.commitTransactions(r),n.length>0&&setTimeout(()=>{for(let a=0,l=n.length;a<l;a++)n[a]()},0),i.length>0&&s.dispatchEvent({type:"asyncTransactionsFlushed",results:i}),this.asyncTransactionsTimer=0,this.asyncTransactions=null}updateRowData(e){const t=this.nodeManager;if(!t)return null;this.beans.valueCache?.onDataChanged(),this.rowNodesCountReady=!0;const s=new Gr,o=t.updateRowData(e,s);return this.commitTransactions(s),o}commitTransactions(e){this.refreshModel({step:"group",rowDataUpdated:!0,keepRenderedRows:!0,animate:!this.gos.get("suppressAnimationFrame"),changedRowNodes:e,changedPath:this.createChangePath(!0)})}doRowsToDisplay(){const{beans:e,rootNode:t}=this,s=e.flattenStage;if(s){this.rowsToDisplay=s.execute({rowNode:t});return}const o=this.rootNode.childrenAfterSort??[];for(const i of o)i.setUiLevel(0);this.rowsToDisplay=o}onRowHeightChanged(){this.refreshModel({step:"map",keepRenderedRows:!0,keepUndoRedoStack:!0})}resetRowHeights(){const e=this.rootNode;if(!e)return;const t=this.resetRowHeightsForAllRowNodes();e.setRowHeight(e.rowHeight,!0);const s=e.sibling;s?.setRowHeight(s.rowHeight,!0),t&&this.onRowHeightChanged()}resetRowHeightsForAllRowNodes(){let e=!1;return this.forEachNode(t=>{t.setRowHeight(t.rowHeight,!0);const s=t.detailNode;s?.setRowHeight(s.rowHeight,!0);const o=t.sibling;o?.setRowHeight(o.rowHeight,!0),e=!0}),e}onGridStylesChanges(e){e.rowHeightChanged&&!this.beans.rowAutoHeight?.active&&this.resetRowHeights()}onGridReady(){this.started||this.setInitialData()}destroy(){super.destroy(),this.nodeManager=this.destroyBean(this.nodeManager),this.started=!1,this.rootNode=null,this.rowsToDisplay=[],this.asyncTransactions=null,clearTimeout(this.asyncTransactionsTimer)}onRowHeightChangedDebounced(){this.onRowHeightChanged_debounced()}},pC=(e,t)=>{const s=t.childrenAfterGroup;if(s)for(let o=0,i=s.length;o<i;++o){const n=s[o];n.data&&e.push(n),n.group&&pC(e,n)}};function hT(e){e.expansionSvc?.onGroupExpandedOrCollapsed()}function gT(e,t){const s=Zs(e);s&&((!t||t==="everything")&&(t="group"),s.refreshModel({step:t,keepRenderedRows:!0,animate:!e.gos.get("suppressAnimationFrame")}))}function pT(e){return Zs(e)?.isEmpty()??!0}function fT(e,t){Zs(e)?.forEachLeafNode(t)}function mT(e,t){Zs(e)?.forEachNodeAfterFilter(t)}function CT(e,t){Zs(e)?.forEachNodeAfterFilterAndSort(t)}function vT(e,t){return e.frameworkOverrides.wrapIncoming(()=>Zs(e)?.updateRowData(t))}function wT(e,t,s){e.frameworkOverrides.wrapIncoming(()=>Zs(e)?.batchUpdateRowData(t,s))}function bT(e){e.frameworkOverrides.wrapIncoming(()=>Zs(e)?.flushAsyncTransactions())}function ST(e){return e.selectionSvc?.getBestCostNodeSelection()}var yT={moduleName:"ClientSideRowModel",version:U,rowModels:["clientSide"],beans:[uT,aT],dependsOn:[Om]},xT={moduleName:"ClientSideRowModelApi",version:U,apiFunctions:{onGroupExpandedOrCollapsed:hT,refreshClientSideRowModel:gT,isRowDataEmpty:pT,forEachLeafNode:fT,forEachNodeAfterFilter:mT,forEachNodeAfterFilterAndSort:CT,applyTransaction:vT,applyTransactionAsync:wT,flushAsyncTransactions:bT,getBestCostNodeSelection:ST,resetRowHeights:hC,onRowHeightChanged:uC},dependsOn:[ZM,XM]},RT=class extends k{constructor(){super(...arguments),this.beanName="gridSerializer"}wireBeans(e){this.visibleCols=e.visibleCols,this.colModel=e.colModel,this.rowModel=e.rowModel,this.pinnedRowModel=e.pinnedRowModel}serialize(e,t={}){const{allColumns:s,columnKeys:o,skipRowGroups:i,exportRowNumbers:n}=t,r=this.getColumnsToExport({allColumns:s,skipRowGroups:i,columnKeys:o,exportRowNumbers:n});return[this.prepareSession(r),this.prependContent(t),this.exportColumnGroups(t,r),this.exportHeaders(t,r),this.processPinnedTopRows(t,r),this.processRows(t,r),this.processPinnedBottomRows(t,r),this.appendContent(t)].reduce((a,l)=>l(a),e).parse()}processRow(e,t,s,o){const i=t.shouldRowBeSkipped||(()=>!1),r=t.rowPositions!=null||!!t.onlySelected,a=this.gos.get("groupHideOpenParents")&&!r,l=this.colModel.isPivotMode()?o.leafGroup:!o.group,c=!!o.footer,d=o.allChildrenCount===1&&o.childrenAfterGroup?.length===1&&V0(this.gos,o);if(!l&&!c&&(t.skipRowGroups||d||a)||t.onlySelected&&!o.isSelected()||t.skipPinnedTop&&o.rowPinned==="top"||t.skipPinnedBottom&&o.rowPinned==="bottom"||o.stub||o.level===-1&&!l&&!c||i(he(this.gos,{node:o})))return;const p=e.onNewBodyRow(o);if(s.forEach((f,C)=>{p.onColumn(f,C,o)}),t.getCustomContentBelowRow){const f=t.getCustomContentBelowRow(he(this.gos,{node:o}));f&&e.addCustomContent(f)}}appendContent(e){return t=>{const s=e.appendContent;return s&&t.addCustomContent(s),t}}prependContent(e){return t=>{const s=e.prependContent;return s&&t.addCustomContent(s),t}}prepareSession(e){return t=>(t.prepare(e),t)}exportColumnGroups(e,t){return s=>{if(!e.skipColumnGroupHeaders){const o=new af,{colGroupSvc:i}=this.beans,n=i?i.createColumnGroups({columns:t,idCreator:o,pinned:null,isStandaloneStructure:!0}):t;this.recursivelyAddHeaderGroups(n,s,e.processGroupHeaderCallback)}return s}}exportHeaders(e,t){return s=>{if(!e.skipColumnHeaders){const o=s.onNewHeaderRow();t.forEach((i,n)=>{o.onColumn(i,n,void 0)})}return s}}processPinnedTopRows(e,t){return s=>{const o=this.processRow.bind(this,s,e,t);return e.rowPositions?e.rowPositions.filter(i=>i.rowPinned==="top").sort((i,n)=>i.rowIndex-n.rowIndex).map(i=>this.pinnedRowModel?.getPinnedTopRow(i.rowIndex)).forEach(o):this.pinnedRowModel?.isManual()||this.pinnedRowModel?.forEachPinnedRow("top",o),s}}processRows(e,t){return s=>{const o=this.rowModel,i=$e(this.gos),n=Mo(this.gos),r=!i&&e.onlySelected,a=this.processRow.bind(this,s,e,t),{exportedRows:l="filteredAndSorted"}=e;if(e.rowPositions)e.rowPositions.filter(c=>c.rowPinned==null).sort((c,d)=>c.rowIndex-d.rowIndex).map(c=>o.getRow(c.rowIndex)).forEach(a);else if(this.colModel.isPivotMode())i?o.forEachPivotNode(a,!0,l==="filteredAndSorted"):n?o.forEachNodeAfterFilterAndSort(a,!0):o.forEachNode(a);else if(e.onlySelectedAllPages||r){const c=this.beans.selectionSvc?.getSelectedNodes()??[];this.replicateSortedOrder(c),c.forEach(a)}else l==="all"?o.forEachNode(a):i||n?o.forEachNodeAfterFilterAndSort(a,!0):o.forEachNode(a);return s}}replicateSortedOrder(e){const{sortSvc:t,rowNodeSorter:s}=this.beans;if(!t||!s)return;const o=t.getSortOptions(),i=(n,r)=>n.rowIndex!=null&&r.rowIndex!=null?n.rowIndex-r.rowIndex:n.level===r.level?n.parent?.id===r.parent?.id?s.compareRowNodes(o,{rowNode:n,currentPos:n.rowIndex??-1},{rowNode:r,currentPos:r.rowIndex??-1}):i(n.parent,r.parent):n.level>r.level?i(n.parent,r):i(n,r.parent);e.sort(i)}processPinnedBottomRows(e,t){return s=>{const o=this.processRow.bind(this,s,e,t);return e.rowPositions?e.rowPositions.filter(i=>i.rowPinned==="bottom").sort((i,n)=>i.rowIndex-n.rowIndex).map(i=>this.pinnedRowModel?.getPinnedBottomRow(i.rowIndex)).forEach(o):this.pinnedRowModel?.isManual()||this.pinnedRowModel?.forEachPinnedRow("bottom",o),s}}getColumnsToExport(e){const{allColumns:t=!1,skipRowGroups:s=!1,exportRowNumbers:o=!1,columnKeys:i}=e,{colModel:n,gos:r,visibleCols:a}=this,l=n.isPivotMode(),c=h=>Is(h)?!1:!xs(h)||o;if(i?.length)return n.getColsForKeys(i).filter(c);const d=r.get("treeData");let u=[];return t&&!l?u=n.getCols():u=a.allCols,u=u.filter(h=>c(h)&&(s&&!d?!Id(h):!0)),u}recursivelyAddHeaderGroups(e,t,s){const o=[];for(const i of e){const n=i;if(n.getChildren)for(const r of n.getChildren()??[])o.push(r)}e.length>0&&Ke(e[0])&&this.doAddHeaderHeader(t,e,s),o&&o.length>0&&this.recursivelyAddHeaderGroups(o,t,s)}doAddHeaderHeader(e,t,s){const o=e.onNewHeaderGroupingRow();let i=0;for(const n of t){const r=n;let a;s?a=s(he(this.gos,{columnGroup:r})):a=this.beans.colNames.getDisplayNameForColumnGroup(r,"header");const c=(r.isExpandable()?r.getLeafColumns():[]).reduce((d,u,h,p)=>{let f=Ae(d);return u.getColumnGroupShow()==="open"?(!f||f[1]!=null)&&(f=[h],d.push(f)):f&&f[1]==null&&(f[1]=h-1),h===p.length-1&&f&&f[1]==null&&(f[1]=h),d},[]);o.onColumn(r,a||"",i++,r.getLeafColumns().length-1,c)}}},FT={moduleName:"SharedExport",version:U,beans:[RT]},cg=`\r
61
61
  `,ET=class extends e5{constructor(e){super(e),this.config=e,this.isFirstLine=!0,this.result="";const{suppressQuotes:t,columnSeparator:s}=e;this.suppressQuotes=t,this.columnSeparator=s}addCustomContent(e){e&&(typeof e=="string"?(/^\s*\n/.test(e)||this.beginNewLine(),e=e.replace(/\r?\n/g,cg),this.result+=e):e.forEach(t=>{this.beginNewLine(),t.forEach((s,o)=>{o!==0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(s.data.value||""),s.mergeAcross&&this.appendEmptyCells(s.mergeAcross)})}))}onNewHeaderGroupingRow(){return this.beginNewLine(),{onColumn:this.onNewHeaderGroupingRowColumn.bind(this)}}onNewHeaderGroupingRowColumn(e,t,s,o){s!=0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(t),this.appendEmptyCells(o)}appendEmptyCells(e){for(let t=1;t<=e;t++)this.result+=this.columnSeparator+this.putInQuotes("")}onNewHeaderRow(){return this.beginNewLine(),{onColumn:this.onNewHeaderRowColumn.bind(this)}}onNewHeaderRowColumn(e,t){t!=0&&(this.result+=this.columnSeparator),this.result+=this.putInQuotes(this.extractHeaderValue(e))}onNewBodyRow(){return this.beginNewLine(),{onColumn:this.onNewBodyRowColumn.bind(this)}}onNewBodyRowColumn(e,t,s){t!=0&&(this.result+=this.columnSeparator);const o=this.extractRowCellValue(e,t,t,"csv",s);this.result+=this.putInQuotes(o.valueFormatted??o.value)}putInQuotes(e){if(this.suppressQuotes)return e;if(e==null)return'""';let t;return typeof e=="string"?t=e:typeof e.toString=="function"?t=e.toString():(B(53),t=""),'"'+t.replace(/"/g,'""')+'"'}parse(){return this.result}beginNewLine(){this.isFirstLine||(this.result+=cg),this.isFirstLine=!1}},DT=class extends JP{constructor(){super(...arguments),this.beanName="csvCreator"}wireBeans(e){this.colModel=e.colModel,this.colNames=e.colNames,this.rowGroupColsSvc=e.rowGroupColsSvc,this.valueSvc=e.valueSvc}getMergedParams(e){const t=this.gos.get("defaultCsvExportParams");return Object.assign({},t,e)}export(e){if(this.isExportSuppressed()){B(51);return}const t=this.getMergedParams(e),s=this.getData(t),o=new Blob(["\uFEFF",s],{type:"text/plain"}),i=typeof t.fileName=="function"?t.fileName(he(this.gos,{})):t.fileName;t5(this.getFileName(i),o)}exportDataAsCsv(e){this.export(e)}getDataAsCsv(e,t=!1){const s=t?Object.assign({},e):this.getMergedParams(e);return this.getData(s)}getDefaultFileExtension(){return"csv"}createSerializingSession(e){const{colModel:t,colNames:s,rowGroupColsSvc:o,valueSvc:i,gos:n}=this,{processCellCallback:r,processHeaderCallback:a,processGroupHeaderCallback:l,processRowGroupCallback:c,suppressQuotes:d,columnSeparator:u}=e;return new ET({colModel:t,colNames:s,valueSvc:i,gos:n,processCellCallback:r||void 0,processHeaderCallback:a||void 0,processGroupHeaderCallback:l||void 0,processRowGroupCallback:c||void 0,suppressQuotes:d||!1,columnSeparator:u||",",rowGroupColsSvc:o})}isExportSuppressed(){return this.gos.get("suppressCsvExport")}};function PT(e,t){return e.csvCreator?.getDataAsCsv(t)}function MT(e,t){e.csvCreator?.exportDataAsCsv(t)}var TT={moduleName:"CsvExport",version:U,beans:[DT],apiFunctions:{getDataAsCsv:PT,exportDataAsCsv:MT},dependsOn:[FT]},IT=class extends k{constructor(e,t,s){super(),this.id=e,this.parentCache=t,this.params=s,this.state="needsLoading",this.version=0,this.startRow=e*s.blockSize,this.endRow=this.startRow+s.blockSize}load(){this.state="loading",this.loadFromDatasource()}setStateWaitingToLoad(){this.version++,this.state="needsLoading"}pageLoadFailed(e){this.isRequestMostRecentAndLive(e)&&(this.state="failed"),this.dispatchLocalEvent({type:"loadComplete"})}pageLoaded(e,t,s){this.successCommon(e,{rowData:t,rowCount:s})}isRequestMostRecentAndLive(e){const t=e===this.version,s=this.isAlive();return t&&s}successCommon(e,t){this.dispatchLocalEvent({type:"loadComplete"}),this.isRequestMostRecentAndLive(e)&&(this.state="loaded",this.processServerResult(t))}postConstruct(){this.rowNodes=[];const{params:{blockSize:e,rowHeight:t},startRow:s,beans:o,rowNodes:i}=this;for(let n=0;n<e;n++){const r=s+n,a=new Ks(o);a.setRowHeight(t),a.uiLevel=0,a.setRowIndex(r),a.setRowTop(t*r),i.push(a)}}getBlockStateJson(){const{id:e,startRow:t,endRow:s,state:o}=this;return{id:""+e,state:{blockNumber:e,startRow:t,endRow:s,pageStatus:o}}}setDataAndId(e,t,s){K(t)?e.setDataAndId(t,s.toString()):e.setDataAndId(void 0,void 0)}loadFromDatasource(){const e=this.createLoadParams();if(Ve(this.params.datasource.getRows)){B(90);return}window.setTimeout(()=>{this.params.datasource.getRows(e)},0)}createLoadParams(){const{startRow:e,endRow:t,version:s,params:{sortModel:o,filterModel:i},gos:n}=this;return{startRow:e,endRow:t,successCallback:this.pageLoaded.bind(this,s),failCallback:this.pageLoadFailed.bind(this,s),sortModel:o,filterModel:i,context:he(n,{}).context}}forEachNode(e,t,s){this.rowNodes.forEach((o,i)=>{this.startRow+i<s&&e(o,t.value++)})}getRow(e,t=!1){t||(this.lastAccessed=this.params.lastAccessedSequence.value++);const s=e-this.startRow;return this.rowNodes[s]}processServerResult(e){const{rowNodes:t,beans:s}=this;t.forEach((i,n)=>{const r=e.rowData?e.rowData[n]:void 0;!i.id&&i.alreadyRendered&&r&&(t[n]=new Ks(s),t[n].setRowIndex(i.rowIndex),t[n].setRowTop(i.rowTop),t[n].setRowHeight(i.rowHeight),i.clearRowTopAndRowIndex()),this.setDataAndId(t[n],r,this.startRow+n)});const o=e.rowCount!=null&&e.rowCount>=0?e.rowCount:void 0;this.parentCache.pageLoaded(this,o)}destroy(){for(const e of this.rowNodes)e.clearRowTopAndRowIndex();super.destroy()}},kT=2,AT=class extends k{constructor(e){super(),this.params=e,this.lastRowIndexKnown=!1,this.blocks={},this.blockCount=0,this.rowCount=e.initialRowCount}getRow(e,t=!1){const s=Math.floor(e/this.params.blockSize);let o=this.blocks[s];if(!o){if(t)return;o=this.createBlock(s)}return o.getRow(e)}createBlock(e){const t=this.params,s=this.createBean(new IT(e,this,t));return this.blocks[s.id]=s,this.blockCount++,this.purgeBlocksIfNeeded(s),t.rowNodeBlockLoader.addBlock(s),s}refreshCache(){if(this.blockCount==0){this.purgeCache();return}for(const t of this.getBlocksInOrder())t.setStateWaitingToLoad();this.params.rowNodeBlockLoader.checkBlockToLoad()}destroy(){for(const e of this.getBlocksInOrder())this.destroyBlock(e);super.destroy()}getRowCount(){return this.rowCount}isLastRowIndexKnown(){return this.lastRowIndexKnown}pageLoaded(e,t){this.isAlive()&&(bo(this.gos,`InfiniteCache - onPageLoaded: page = ${e.id}, lastRow = ${t}`),this.checkRowCount(e,t),this.onCacheUpdated())}purgeBlocksIfNeeded(e){const t=this.getBlocksInOrder().filter(r=>r!=e),s=(r,a)=>a.lastAccessed-r.lastAccessed;t.sort(s);const o=this.params.maxBlocksInCache>0,i=o?this.params.maxBlocksInCache-1:null,n=kT-1;t.forEach((r,a)=>{const l=r.state==="needsLoading"&&a>=n,c=o?a>=i:!1;if(l||c){if(this.isBlockCurrentlyDisplayed(r)||this.isBlockFocused(r))return;this.removeBlockFromCache(r)}})}isBlockFocused(e){const t=this.beans.focusSvc.getFocusCellToUseAfterRefresh();if(!t||t.rowPinned!=null)return!1;const{startRow:s,endRow:o}=e;return t.rowIndex>=s&&t.rowIndex<o}isBlockCurrentlyDisplayed(e){const{startRow:t,endRow:s}=e;return this.beans.rowRenderer.isRangeInRenderedViewport(t,s-1)}removeBlockFromCache(e){e&&this.destroyBlock(e)}checkRowCount(e,t){if(typeof t=="number"&&t>=0)this.rowCount=t,this.lastRowIndexKnown=!0;else if(!this.lastRowIndexKnown){const{blockSize:s,overflowSize:o}=this.params,n=(e.id+1)*s+o;this.rowCount<n&&(this.rowCount=n)}}setRowCount(e,t){this.rowCount=e,K(t)&&(this.lastRowIndexKnown=t),this.lastRowIndexKnown||this.rowCount%this.params.blockSize===0&&this.rowCount++,this.onCacheUpdated()}forEachNodeDeep(e){const t={value:0};for(const s of this.getBlocksInOrder())s.forEachNode(e,t,this.rowCount)}getBlocksInOrder(){const e=(s,o)=>s.id-o.id;return Object.values(this.blocks).sort(e)}destroyBlock(e){delete this.blocks[e.id],this.destroyBean(e),this.blockCount--,this.params.rowNodeBlockLoader.removeBlock(e)}onCacheUpdated(){this.isAlive()&&(this.destroyAllBlocksPastVirtualRowCount(),this.eventSvc.dispatchEvent({type:"storeUpdated"}))}destroyAllBlocksPastVirtualRowCount(){const e=[];for(const t of this.getBlocksInOrder())t.id*this.params.blockSize>=this.rowCount&&e.push(t);if(e.length>0)for(const t of e)this.destroyBlock(t)}purgeCache(){for(const e of this.getBlocksInOrder())this.removeBlockFromCache(e);this.lastRowIndexKnown=!1,this.rowCount===0&&(this.rowCount=this.params.initialRowCount),this.onCacheUpdated()}getRowNodesInRange(e,t){const s=[];let o=-1,i=!1;const n={value:0};let r=!1;for(const l of this.getBlocksInOrder())if(!r){if(i&&o+1!==l.id){r=!0;continue}o=l.id,l.forEachNode(c=>{const d=c===e||c===t;(i||d)&&s.push(c),d&&(i=!i)},n,this.rowCount)}return r||i?[]:s}},LT=class extends k{constructor(){super(...arguments),this.beanName="rowModel",this.rootNode=null}getRowBounds(e){return{rowHeight:this.rowHeight,rowTop:this.rowHeight*e}}ensureRowHeightsValid(){return!1}postConstruct(){if(this.gos.get("rowModelType")!=="infinite")return;const e=this.beans,t=new Ks(e);this.rootNode=t,t.level=-1,this.rowHeight=ho(e),this.addEventListeners(),this.addDestroyFunc(()=>this.destroyCache())}start(){this.setDatasource(this.gos.get("datasource"))}destroy(){this.destroyDatasource(),super.destroy(),this.rootNode=null}destroyDatasource(){this.datasource&&(this.destroyBean(this.datasource),this.beans.rowRenderer.datasourceChanged(),this.datasource=null)}addEventListeners(){this.addManagedEventListeners({filterChanged:this.reset.bind(this),sortChanged:this.reset.bind(this),newColumnsLoaded:this.onColumnEverything.bind(this),storeUpdated:this.dispatchModelUpdatedEvent.bind(this)}),this.addManagedPropertyListener("datasource",()=>this.setDatasource(this.gos.get("datasource"))),this.addManagedPropertyListener("cacheBlockSize",()=>this.resetCache()),this.addManagedPropertyListener("rowHeight",()=>{this.rowHeight=ho(this.beans),this.cacheParams.rowHeight=this.rowHeight,this.updateRowHeights()})}onColumnEverything(){let e;this.cacheParams?e=!gn(this.cacheParams.sortModel,this.beans.sortSvc?.getSortModel()??[]):e=!0,e&&this.reset()}getType(){return"infinite"}setDatasource(e){this.destroyDatasource(),this.datasource=e,e&&this.reset()}isEmpty(){return!this.infiniteCache}isRowsToRender(){return!!this.infiniteCache}getNodesInRangeForSelection(e,t){return this.infiniteCache?.getRowNodesInRange(e,t)??[]}reset(){if(!this.datasource)return;ui(this.gos)!=null||this.beans.selectionSvc?.reset("rowDataChanged"),this.resetCache()}dispatchModelUpdatedEvent(){this.eventSvc.dispatchEvent({type:"modelUpdated",newPage:!1,newPageSize:!1,newData:!1,keepRenderedRows:!0,animate:!1})}resetCache(){this.destroyCache();const e=this.beans,{filterManager:t,sortSvc:s,rowNodeBlockLoader:o,eventSvc:i,gos:n}=e;this.cacheParams={datasource:this.datasource,filterModel:t?.getFilterModel()??{},sortModel:s?.getSortModel()??[],rowNodeBlockLoader:o,initialRowCount:n.get("infiniteInitialRowCount"),maxBlocksInCache:n.get("maxBlocksInCache"),rowHeight:ho(e),overflowSize:n.get("cacheOverflowSize"),blockSize:n.get("cacheBlockSize"),lastAccessedSequence:{value:0}},this.infiniteCache=this.createBean(new AT(this.cacheParams)),i.dispatchEventOnce({type:"rowCountReady"}),this.dispatchModelUpdatedEvent()}updateRowHeights(){this.forEachNode(e=>{e.setRowHeight(this.rowHeight),e.setRowTop(this.rowHeight*e.rowIndex)}),this.dispatchModelUpdatedEvent()}destroyCache(){this.infiniteCache=this.destroyBean(this.infiniteCache)}getRow(e){const t=this.infiniteCache;if(t&&!(e>=t.getRowCount()))return t.getRow(e)}getRowNode(e){let t;return this.forEachNode(s=>{s.id===e&&(t=s)}),t}forEachNode(e){this.infiniteCache?.forEachNodeDeep(e)}getTopLevelRowCount(){return this.getRowCount()}getTopLevelRowDisplayedIndex(e){return e}getRowIndexAtPixel(e){if(this.rowHeight!==0){const t=Math.floor(e/this.rowHeight),s=this.getRowCount()-1;return t>s?s:t}return 0}getRowCount(){return this.infiniteCache?this.infiniteCache.getRowCount():0}isRowPresent(e){return!!this.getRowNode(e.id)}refreshCache(){this.infiniteCache?.refreshCache()}purgeCache(){this.infiniteCache?.purgeCache()}isLastRowIndexKnown(){return this.infiniteCache?.isLastRowIndexKnown()??!1}setRowCount(e,t){this.infiniteCache?.setRowCount(e,t)}resetRowHeights(){}onRowHeightChanged(){}};function OT(e){Va(e)?.refreshCache()}function NT(e){Va(e)?.purgeCache()}function HT(e){return Va(e)?.getRowCount()}var GT=class extends k{constructor(){super(...arguments),this.beanName="rowNodeBlockLoader",this.activeBlockLoadsCount=0,this.blocks=[],this.active=!0}postConstruct(){this.maxConcurrentRequests=z0(this.gos);const e=this.gos.get("blockLoadDebounceMillis");e&&e>0&&(this.checkBlockToLoadDebounce=nt(this,this.performCheckBlocksToLoad.bind(this),e))}addBlock(e){this.blocks.push(e),e.addEventListener("loadComplete",this.loadComplete.bind(this)),this.checkBlockToLoad()}removeBlock(e){Kt(this.blocks,e)}destroy(){super.destroy(),this.active=!1}loadComplete(){this.activeBlockLoadsCount--,this.checkBlockToLoad()}checkBlockToLoad(){this.checkBlockToLoadDebounce?this.checkBlockToLoadDebounce():this.performCheckBlocksToLoad()}performCheckBlocksToLoad(){if(!this.active)return;if(this.printCacheStatus(),this.maxConcurrentRequests!=null&&this.activeBlockLoadsCount>=this.maxConcurrentRequests){bo(this.gos,"RowNodeBlockLoader - checkBlockToLoad: max loads exceeded");return}const e=this.maxConcurrentRequests!=null?this.maxConcurrentRequests-this.activeBlockLoadsCount:1,t=this.blocks.filter(s=>s.state==="needsLoading").slice(0,e);this.activeBlockLoadsCount+=t.length;for(const s of t)s.load();this.printCacheStatus()}getBlockState(){const e={};return this.blocks.forEach(t=>{const{id:s,state:o}=t.getBlockStateJson();e[s]=o}),e}printCacheStatus(){bo(this.gos,`RowNodeBlockLoader - printCacheStatus: activePageLoadsCount = ${this.activeBlockLoadsCount}, blocks = ${JSON.stringify(this.getBlockState())}`)}},BT={moduleName:"InfiniteRowModelCore",version:U,rowModels:["infinite"],beans:[LT,GT]},VT={moduleName:"InfiniteRowModel",version:U,apiFunctions:{refreshInfiniteCache:OT,purgeInfiniteCache:NT,getInfiniteRowCount:HT},dependsOn:[BT,QM]},zT="↑",WT="↓",_T={tag:"span",children:[{tag:"span",ref:"eDelta",cls:"ag-value-change-delta"},{tag:"span",ref:"eValue",cls:"ag-value-change-value"}]},jT=class extends Ue{constructor(){super(_T),this.eValue=ue,this.eDelta=ue,this.refreshCount=0}init(e){this.refresh(e,!0)}showDelta(e,t){const s=Math.abs(t),o=e.formatValue(s),i=K(o)?o:s,n=t>=0,r=this.eDelta;n?r.textContent=zT+i:r.textContent=WT+i,r.classList.toggle("ag-value-change-delta-up",n),r.classList.toggle("ag-value-change-delta-down",!n)}setTimerToRemoveDelta(){this.refreshCount++;const e=this.refreshCount;this.beans.frameworkOverrides.wrapIncoming(()=>{window.setTimeout(()=>{e===this.refreshCount&&this.hideDeltaValue()},2e3)})}hideDeltaValue(){this.eValue.classList.remove("ag-value-change-value-highlight"),bt(this.eDelta)}refresh(e,t=!1){const{value:s,valueFormatted:o}=e,{eValue:i,lastValue:n,beans:r}=this;if(s===n||(K(o)?i.textContent=o:K(s)?i.textContent=s:bt(i),r.filterManager?.isSuppressFlashingCellsBecauseFiltering()))return!1;const a=s&&typeof s=="object"&&"toNumber"in s?s.toNumber():s,l=n&&typeof n=="object"&&"toNumber"in n?n.toNumber():n;if(a===l)return!1;if(typeof a=="number"&&typeof l=="number"){const c=a-l;this.showDelta(e,c)}return n&&i.classList.add("ag-value-change-value-highlight"),t||this.setTimerToRemoveDelta(),this.lastValue=s,!0}},UT=".ag-value-slide-out{opacity:1}:where(.ag-ltr) .ag-value-slide-out{margin-right:5px;transition:opacity 3s,margin-right 3s}:where(.ag-rtl) .ag-value-slide-out{margin-left:5px;transition:opacity 3s,margin-left 3s}:where(.ag-ltr,.ag-rtl) .ag-value-slide-out{transition-timing-function:linear}.ag-value-slide-out-end{opacity:0}:where(.ag-ltr) .ag-value-slide-out-end{margin-right:10px}:where(.ag-rtl) .ag-value-slide-out-end{margin-left:10px}",$T={tag:"span",children:[{tag:"span",ref:"eCurrent",cls:"ag-value-slide-current"}]},KT=class extends Ue{constructor(){super($T),this.eCurrent=ue,this.refreshCount=0,this.registerCSS(UT)}init(e){this.refresh(e,!0)}addSlideAnimation(){this.refreshCount++;const e=this.refreshCount;this.ePrevious?.remove();const{beans:t,eCurrent:s}=this,o=Ct({tag:"span",cls:"ag-value-slide-previous ag-value-slide-out"});this.ePrevious=o,o.textContent=s.textContent,this.getGui().insertBefore(o,s),t.frameworkOverrides.wrapIncoming(()=>{window.setTimeout(()=>{e===this.refreshCount&&this.ePrevious.classList.add("ag-value-slide-out-end")},50),window.setTimeout(()=>{e===this.refreshCount&&(this.ePrevious?.remove(),this.ePrevious=null)},3e3)})}refresh(e,t=!1){let s=e.value;if(Ve(s)&&(s=""),s===this.lastValue||this.beans.filterManager?.isSuppressFlashingCellsBecauseFiltering())return!1;t||this.addSlideAnimation(),this.lastValue=s;const o=this.eCurrent;return K(e.valueFormatted)?o.textContent=e.valueFormatted:K(e.value)?o.textContent=s:bt(o),!0}},qT=class extends k{constructor(){super(...arguments),this.beanName="cellFlashSvc",this.nextAnimationTime=null,this.nextAnimationCycle=null,this.animations={highlight:new Map,"data-changed":new Map}}animateCell(e,t,s=this.beans.gos.get("cellFlashDuration"),o=this.beans.gos.get("cellFadeDuration")){const i=this.animations[t];i.delete(e);const n=Date.now(),r=n+s,a=n+s+o,l={phase:"flash",flashEndTime:r,fadeEndTime:a};i.set(e,l);const c=`ag-cell-${t}`,d=`${c}-animation`,{comp:u,eGui:{style:h}}=e;u.toggleCss(c,!0),u.toggleCss(d,!1),h.removeProperty("transition"),h.removeProperty("transition-delay"),this.nextAnimationTime&&r+15<this.nextAnimationTime&&(clearTimeout(this.nextAnimationCycle),this.nextAnimationCycle=null,this.nextAnimationTime=null),this.nextAnimationCycle||(this.beans.frameworkOverrides.wrapIncoming(()=>{this.nextAnimationCycle=setTimeout(this.advanceAnimations.bind(this),s)}),this.nextAnimationTime=r)}advanceAnimations(){const e=Date.now();let t=null;for(const s of Object.keys(this.animations)){const o=this.animations[s],i=`ag-cell-${s}`,n=`${i}-animation`;for(const[r,a]of o){if(!r.isAlive()||!r.comp){o.delete(r);continue}const{phase:l,flashEndTime:c,fadeEndTime:d}=a,u=l==="flash"?c:d;if(!(e+15>=u)){t=Math.min(u,t??1/0);continue}const{comp:p,eGui:{style:f}}=r;switch(l){case"flash":p.toggleCss(i,!1),p.toggleCss(n,!0),f.transition=`background-color ${d-c}ms`,f.transitionDelay=`${c-e}ms`,t=Math.min(d,t??1/0),a.phase="fade";break;case"fade":p.toggleCss(i,!1),p.toggleCss(n,!1),f.removeProperty("transition"),f.removeProperty("transition-delay"),o.delete(r);break}}}t==null?(this.nextAnimationTime=null,this.nextAnimationCycle=null):t&&(this.nextAnimationCycle=setTimeout(this.advanceAnimations.bind(this),t-e),this.nextAnimationTime=t)}onFlashCells(e,t){if(!e.comp)return;const s=B2(e.cellPosition);t.cells[s]&&this.animateCell(e,"highlight")}flashCell(e,t){this.animateCell(e,"data-changed",t?.flashDuration,t?.fadeDuration)}destroy(){for(const e of Object.keys(this.animations))this.animations[e].clear()}};function YT(e,t={}){const{cellFlashSvc:s}=e;s&&e.frameworkOverrides.wrapIncoming(()=>{for(const o of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns))s.flashCell(o,t)})}var ZT={moduleName:"HighlightChanges",version:U,beans:[qT],userComponents:{agAnimateShowChangeCellRenderer:jT,agAnimateSlideCellRenderer:KT},apiFunctions:{flashCells:YT}};function XT(e){return e.stateSvc?.getState()??{}}function QT(e,t,s){return e.stateSvc?.setState(t,s)}function dg(e){return e={...e},e.version||(e.version="32.1.0"),e.version==="32.1.0"&&(e=JT(e)),e.version=U,e}function JT(e){return e.cellSelection=e6(e,"rangeSelection"),e}function e6(e,t){if(e&&typeof e=="object")return e[t]}var t6=class extends k{constructor(){super(...arguments),this.beanName="stateSvc",this.updateRowGroupExpansionStateTimer=0,this.suppressEvents=!0,this.queuedUpdateSources=new Set,this.dispatchStateUpdateEventDebounced=nt(this,()=>this.dispatchQueuedStateUpdateEvents(),0),this.onRowGroupOpenedDebounced=nt(this,()=>{this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(this.updateCachedState("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),this.updateCachedState("rowGroupExpansion",void 0)):(this.updateCachedState("rowGroupExpansion",this.getRowGroupExpansionState()),this.updateCachedState("ssrmRowGroupExpansion",void 0))},0),this.onRowSelectedDebounced=nt(this,()=>{this.staleStateKeys.delete("rowSelection"),this.updateCachedState("rowSelection",this.getRowSelectionState())},0),this.staleStateKeys=new Set}postConstruct(){const{gos:e,ctrlsSvc:t,colDelayRenderSvc:s}=this.beans;this.isClientSideRowModel=$e(e);const o=dg(e.get("initialState")??{}),i=o.partialColumnState;delete o.partialColumnState,this.cachedState=o;const n=this.suppressEventsAndDispatchInitEvent.bind(this);t.whenReady(this,()=>n(()=>this.setupStateOnGridReady(o))),(o.columnOrder||o.columnVisibility||o.columnSizing||o.columnPinning||o.columnGroup)&&s?.hideColumns("columnState");const[r,a,l]=this.addManagedEventListeners({newColumnsLoaded:({source:c})=>{c==="gridInitializing"&&(r(),n(()=>{this.setupStateOnColumnsInitialised(o,!!i),s?.revealColumns("columnState")}))},rowCountReady:()=>{a?.(),n(()=>this.setupStateOnRowCountReady(o))},firstDataRendered:()=>{l?.(),n(()=>this.setupStateOnFirstDataRendered(o))}})}destroy(){super.destroy(),clearTimeout(this.updateRowGroupExpansionStateTimer),this.queuedUpdateSources.clear()}getState(){return this.staleStateKeys.size&&this.refreshStaleState(),this.cachedState}setState(e,t){const s=dg(e);delete s.partialColumnState,this.cachedState=s,this.startSuppressEvents();const o="api",i=t?new Set(t):void 0;this.setGridReadyState(s,o,i),this.setColumnsInitialisedState(s,o,!!i,i),this.setRowCountState(s,o,i),setTimeout(()=>{this.isAlive()&&this.setFirstDataRenderedState(s,o,i),this.stopSuppressEvents(o)})}setGridReadyState(e,t,s){t==="api"&&!s?.has("sideBar")&&this.beans.sideBar?.comp?.setState(e.sideBar),this.updateCachedState("sideBar",this.getSideBarState())}setupStateOnGridReady(e){this.setGridReadyState(e,"gridInitializing");const t=()=>this.updateCachedState("sideBar",this.getSideBarState());this.addManagedEventListeners({toolPanelVisibleChanged:t,sideBarUpdated:t})}updateColumnAndGroupState(){this.updateColumnState(["aggregation","columnOrder","columnPinning","columnSizing","columnVisibility","pivot","rowGroup","sort"]),this.updateCachedState("columnGroup",this.getColumnGroupState())}setColumnsInitialisedState(e,t,s,o){this.setColumnState(e,t,s,o),this.setColumnGroupState(e,t,o),this.updateColumnAndGroupState()}setupStateOnColumnsInitialised(e,t){this.setColumnsInitialisedState(e,"gridInitializing",t);const s=o=>()=>this.updateColumnState([o]);this.addManagedEventListeners({columnValueChanged:s("aggregation"),columnMoved:s("columnOrder"),columnPinned:s("columnPinning"),columnResized:s("columnSizing"),columnVisible:s("columnVisibility"),columnPivotChanged:s("pivot"),columnPivotModeChanged:s("pivot"),columnRowGroupChanged:s("rowGroup"),sortChanged:s("sort"),newColumnsLoaded:this.updateColumnAndGroupState.bind(this),columnGroupOpened:()=>this.updateCachedState("columnGroup",this.getColumnGroupState())})}setRowCountState(e,t,s){const{filter:o,rowGroupExpansion:i,ssrmRowGroupExpansion:n,rowSelection:r,pagination:a}=e,l=(d,u)=>!s?.has(d)&&(u||t==="api");l("filter",o)&&this.setFilterState(o),l("rowGroupExpansion",i)&&this.setRowGroupExpansionState(n,i,t),l("rowSelection",r)&&this.setRowSelectionState(r,t),l("pagination",a)&&this.setPaginationState(a,t);const c=this.updateCachedState.bind(this);c("filter",this.getFilterState()),this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(c("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),c("rowGroupExpansion",void 0)):(c("rowGroupExpansion",this.getRowGroupExpansionState()),c("ssrmRowGroupExpansion",void 0)),c("rowSelection",this.getRowSelectionState()),c("pagination",this.getPaginationState())}setupStateOnRowCountReady(e){this.setRowCountState(e,"gridInitializing");const t=this.updateCachedState.bind(this),s=()=>{this.updateRowGroupExpansionStateTimer=0,this.beans.gos.get("ssrmExpandAllAffectsAllRows")?(t("ssrmRowGroupExpansion",this.getRowGroupExpansionState()),t("rowGroupExpansion",void 0)):(t("rowGroupExpansion",this.getRowGroupExpansionState()),t("ssrmRowGroupExpansion",void 0))},o=()=>t("filter",this.getFilterState()),{gos:i,colFilter:n}=this.beans;this.addManagedEventListeners({filterChanged:o,rowExpansionStateChanged:this.onRowGroupOpenedDebounced,expandOrCollapseAll:s,columnRowGroupChanged:s,rowDataUpdated:()=>{(i.get("groupDefaultExpanded")!==0||i.get("isGroupOpenByDefault"))&&(this.updateRowGroupExpansionStateTimer||(this.updateRowGroupExpansionStateTimer=setTimeout(s)))},selectionChanged:()=>{this.staleStateKeys.add("rowSelection"),this.onRowSelectedDebounced()},paginationChanged:r=>{(r.newPage||r.newPageSize)&&t("pagination",this.getPaginationState())}}),n&&this.addManagedListeners(n,{filterStateChanged:o})}setFirstDataRenderedState(e,t,s){const{scroll:o,cellSelection:i,focusedCell:n,columnOrder:r,rowPinning:a}=e,l=(u,h)=>!s?.has(u)&&(h||t==="api");l("focusedCell",n)&&this.setFocusedCellState(n),l("cellSelection",i)&&this.setCellSelectionState(i),l("scroll",o)&&this.setScrollState(o),l("rowPinning",a)&&this.setRowPinningState(a),this.setColumnPivotState(!!r?.orderedColIds,t);const c=this.updateCachedState.bind(this);c("sideBar",this.getSideBarState()),c("focusedCell",this.getFocusedCellState());const d=this.getRangeSelectionState();c("rangeSelection",d),c("cellSelection",d),c("scroll",this.getScrollState())}setupStateOnFirstDataRendered(e){this.setFirstDataRenderedState(e,"gridInitializing");const t=this.updateCachedState.bind(this),s=()=>t("focusedCell",this.getFocusedCellState());this.addManagedEventListeners({cellFocused:s,cellFocusCleared:s,cellSelectionChanged:o=>{if(o.finished){const i=this.getRangeSelectionState();t("rangeSelection",i),t("cellSelection",i)}},bodyScrollEnd:()=>t("scroll",this.getScrollState()),pinnedRowsChanged:()=>t("rowPinning",this.getRowPinningState())})}getColumnState(){const e=this.beans;return YP(ia(e),e.colModel.isPivotMode())}setColumnState(e,t,s,o){const{sort:i,rowGroup:n,aggregation:r,pivot:a,columnPinning:l,columnVisibility:c,columnSizing:d,columnOrder:u}=e;let h=!1;const p=(D,T)=>{const V=!o?.has(D)&&!!(T||t==="api");return h||(h=V),V},f={},C=D=>{let T=f[D];return T||(T={colId:D},f[D]=T,T)},v={},w=p("sort",i);w&&i?.sortModel.forEach(({colId:D,sort:T},V)=>{const _=C(D);_.sort=T,_.sortIndex=V}),(w||!s)&&(v.sort=null,v.sortIndex=null);const b=p("rowGroup",n);b&&n?.groupColIds.forEach((D,T)=>{const V=C(D);V.rowGroup=!0,V.rowGroupIndex=T}),(b||!s)&&(v.rowGroup=null,v.rowGroupIndex=null);const S=p("aggregation",r);S&&r?.aggregationModel.forEach(({colId:D,aggFunc:T})=>{C(D).aggFunc=T}),(S||!s)&&(v.aggFunc=null);const y=p("pivot",a);y&&(a?.pivotColIds.forEach((D,T)=>{const V=C(D);V.pivot=!0,V.pivotIndex=T}),this.gos.updateGridOptions({options:{pivotMode:!!a?.pivotMode},source:t})),(y||!s)&&(v.pivot=null,v.pivotIndex=null);const x=p("columnPinning",l);if(x){for(const D of l?.leftColIds??[])C(D).pinned="left";for(const D of l?.rightColIds??[])C(D).pinned="right"}(x||!s)&&(v.pinned=null);const R=p("columnVisibility",c);if(R)for(const D of c?.hiddenColIds??[])C(D).hide=!0;(R||!s)&&(v.hide=null);const F=p("columnSizing",d);if(F)for(const{colId:D,flex:T,width:V}of d?.columnSizingModel??[]){const _=C(D);_.flex=T??null,_.width=V}(F||!s)&&(v.flex=null);const E=u?.orderedColIds,P=!!E?.length&&!o?.has("columnOrder"),M=P?E.map(D=>C(D)):Object.values(f);(M.length||h)&&(this.columnStates=M,Ut(this.beans,{state:M,applyOrder:P,defaultState:v},t))}setColumnPivotState(e,t){const s=this.columnStates;this.columnStates=void 0;const o=this.columnGroupStates;this.columnGroupStates=void 0;const i=this.beans,{pivotResultCols:n,colGroupSvc:r}=i;if(n?.isPivotResultColsPresent()){if(s){const a=[];for(const l of s)n.getPivotResultCol(l.colId)&&a.push(l);Ut(i,{state:a,applyOrder:e},t)}o&&r?.setColumnGroupState(o,t)}}getColumnGroupState(){const e=this.beans.colGroupSvc;if(!e)return;const t=e.getColumnGroupState();return ZP(t)}setColumnGroupState(e,t,s){const o=this.beans.colGroupSvc;if(!o||s?.has("columnGroup")||t!=="api"&&!Object.prototype.hasOwnProperty.call(e,"columnGroup"))return;const i=new Set(e.columnGroup?.openColumnGroupIds),r=o.getColumnGroupState().map(({groupId:a})=>{const l=i.has(a);return l&&i.delete(a),{groupId:a,open:l}});for(const a of i)r.push({groupId:a,open:!0});r.length&&(this.columnGroupStates=r),o.setColumnGroupState(r,t)}getFilterState(){const e=this.beans.filterManager;let t=e?.getFilterModel();t&&Object.keys(t).length===0&&(t=void 0);const s=e?.getFilterState(),o=e?.getAdvFilterModel()??void 0;return t||o||s?{filterModel:t,columnFilterState:s,advancedFilterModel:o}:void 0}setFilterState(e){const t=this.beans.filterManager,{filterModel:s,columnFilterState:o,advancedFilterModel:i}=e??{filterModel:null,columnFilterState:null,advancedFilterModel:null};(s!==void 0||o!==void 0)&&t?.setFilterState(s??null,o??null,"columnFilter"),i!==void 0&&t?.setAdvFilterModel(i??null,"advancedFilter")}getRangeSelectionState(){const e=this.beans.rangeSvc?.getCellRanges().map(t=>{const{id:s,type:o,startRow:i,endRow:n,columns:r,startColumn:a}=t;return{id:s,type:o,startRow:i,endRow:n,colIds:r.map(l=>l.getColId()),startColId:a.getColId()}});return e?.length?{cellRanges:e}:void 0}setCellSelectionState(e){const{gos:t,rangeSvc:s,colModel:o,visibleCols:i}=this.beans;if(!Us(t)||!s)return;const n=[];for(const r of e?.cellRanges??[]){const a=[];for(const c of r.colIds){const d=o.getCol(c);d&&a.push(d)}if(!a.length)continue;let l=o.getCol(r.startColId);if(!l){const c=i.allCols,d=new Set(a);l=c.find(u=>d.has(u))}n.push({...r,columns:a,startColumn:l})}s.setCellRanges(n)}getScrollState(){if(!this.isClientSideRowModel)return;const e=this.beans.ctrlsSvc.getScrollFeature(),{left:t}=e?.getHScrollPosition()??{left:0},{top:s}=e?.getVScrollPosition()??{top:0};return s||t?{top:s,left:t}:void 0}setScrollState(e){if(!this.isClientSideRowModel)return;const{top:t,left:s}=e??{top:0,left:0},{frameworkOverrides:o,rowRenderer:i,animationFrameSvc:n,ctrlsSvc:r}=this.beans;o.wrapIncoming(()=>{r.get("center").setCenterViewportScrollLeft(s),r.getScrollFeature()?.setVerticalScrollPosition(t),i.redraw({afterScroll:!0}),n?.flushAllFrames()})}getSideBarState(){return this.beans.sideBar?.comp?.getState()}getFocusedCellState(){if(!this.isClientSideRowModel)return;const e=this.beans.focusSvc.getFocusedCell();if(e){const{column:t,rowIndex:s,rowPinned:o}=e;return{colId:t.getColId(),rowIndex:s,rowPinned:o}}}setFocusedCellState(e){if(!this.isClientSideRowModel)return;const{focusSvc:t,colModel:s}=this.beans;if(!e){t.clearFocusedCell();return}const{colId:o,rowIndex:i,rowPinned:n}=e;t.setFocusedCell({column:s.getCol(o),rowIndex:i,rowPinned:n,forceBrowserFocus:!0,preventScrollOnBrowserFocus:!0})}getPaginationState(){const{pagination:e,gos:t}=this.beans;if(!e)return;const s=e.getCurrentPage(),o=t.get("paginationAutoPageSize")?void 0:e.getPageSize();if(!(!s&&!o))return{page:s,pageSize:o}}setPaginationState(e,t){const{pagination:s,gos:o}=this.beans;if(!s)return;const{pageSize:i,page:n}=e??{page:0,pageSize:o.get("paginationPageSize")},r=t==="gridInitializing";i&&!o.get("paginationAutoPageSize")&&s.setPageSize(i,r?"initialState":"pageSizeSelector"),typeof n=="number"&&(r?s.setPage(n):s.goToPage(n))}getRowSelectionState(){const e=this.beans.selectionSvc;if(!e)return;const t=e.getSelectionState();return!t||!Array.isArray(t)&&(t.selectAll===!1||t.selectAllChildren===!1)&&!t?.toggledNodes?.length?void 0:t}setRowSelectionState(e,t){this.beans.selectionSvc?.setSelectionState(e,t,t==="api")}getRowGroupExpansionState(){const{expansionSvc:e}=this.beans;if(e)return e.getExpansionState()}getRowPinningState(){return this.beans.pinnedRowModel?.getPinnedState()}setRowPinningState(e){const t=this.beans.pinnedRowModel;e?t?.setPinnedState(e):t?.reset()}setRowGroupExpansionState(e,t,s){const o=this.beans.expansionSvc;if(!o)return;const i=t??{expandedRowGroupIds:[],collapsedRowGroupIds:[]};o.setExpansionState(i,s)}updateColumnState(e){const t=this.getColumnState();let s=!1;const o=this.cachedState;for(const i of Object.keys(t)){const n=t[i];gn(n,o[i])||(s=!0)}this.cachedState={...o,...t},s&&this.dispatchStateUpdateEvent(e)}updateCachedState(e,t){const s=this.cachedState[e];this.setCachedStateValue(e,t),gn(t,s)||this.dispatchStateUpdateEvent([e])}setCachedStateValue(e,t){this.cachedState={...this.cachedState,[e]:t}}refreshStaleState(){const e=this.staleStateKeys;for(const t of e)t==="rowSelection"&&this.setCachedStateValue(t,this.getRowSelectionState());e.clear()}dispatchStateUpdateEvent(e){if(!this.suppressEvents){for(const t of e)this.queuedUpdateSources.add(t);this.dispatchStateUpdateEventDebounced()}}dispatchQueuedStateUpdateEvents(){const e=this.queuedUpdateSources,t=Array.from(e);e.clear(),this.eventSvc.dispatchEvent({type:"stateUpdated",sources:t,state:this.cachedState})}startSuppressEvents(){this.suppressEvents=!0,this.beans.colAnimation?.setSuppressAnimation(!0)}stopSuppressEvents(e){setTimeout(()=>{this.suppressEvents=!1,this.queuedUpdateSources.clear(),this.isAlive()&&(this.beans.colAnimation?.setSuppressAnimation(!1),this.dispatchStateUpdateEvent([e]))})}suppressEventsAndDispatchInitEvent(e){this.startSuppressEvents(),e(),this.stopSuppressEvents("gridInitializing")}},s6={moduleName:"GridState",version:U,beans:[t6],apiFunctions:{getState:XT,setState:QT}};function o6(e){return e.rowModel.isLastRowIndexKnown()}function i6(e){return e.pagination?.getPageSize()??100}function n6(e){return e.pagination?.getCurrentPage()??0}function r6(e){return e.pagination?.getTotalPages()??1}function a6(e){return e.pagination?e.pagination.getMasterRowCount():e.rowModel.getRowCount()}function l6(e){e.pagination?.goToNextPage()}function c6(e){e.pagination?.goToPreviousPage()}function d6(e){e.pagination?.goToFirstPage()}function u6(e){e.pagination?.goToLastPage()}function h6(e,t){e.pagination?.goToPage(t)}var g6=class extends k{constructor(){super(...arguments),this.beanName="paginationAutoPageSizeSvc"}postConstruct(){this.beans.ctrlsSvc.whenReady(this,e=>{this.centerRowsCtrl=e.center;const t=this.checkPageSize.bind(this);this.addManagedEventListeners({bodyHeightChanged:t,scrollVisibilityChanged:t}),this.addManagedPropertyListener("paginationAutoPageSize",this.onPaginationAutoSizeChanged.bind(this)),this.checkPageSize()})}notActive(){return!this.gos.get("paginationAutoPageSize")||this.centerRowsCtrl==null}onPaginationAutoSizeChanged(){this.notActive()?this.beans.pagination.unsetAutoCalculatedPageSize():this.checkPageSize()}checkPageSize(){if(this.notActive())return;const e=this.centerRowsCtrl.viewportSizeFeature.getBodyHeight();if(e>0){const t=this.beans,s=()=>{const o=Math.max(ho(t),1),i=Math.floor(e/o);t.pagination.setPageSize(i,"autoCalculated")};this.isBodyRendered?nt(this,s,50)():(s(),this.isBodyRendered=!0)}else this.isBodyRendered=!1}},Wi="paginationPageSizeSelector",p6={tag:"span",cls:"ag-paging-page-size"},f6=class extends Ue{constructor(){super(p6),this.hasEmptyOption=!1,this.handlePageSizeItemSelected=()=>{if(!this.selectPageSizeComp)return;const e=this.selectPageSizeComp.getValue();if(!e)return;const t=Number(e);isNaN(t)||t<1||t===this.pagination.getPageSize()||(this.pagination.setPageSize(t,"pageSizeSelector"),this.hasEmptyOption&&this.toggleSelectDisplay(!0),this.selectPageSizeComp.getFocusableElement().focus())}}wireBeans(e){this.pagination=e.pagination}postConstruct(){this.addManagedPropertyListener(Wi,()=>{this.onPageSizeSelectorValuesChange()}),this.addManagedEventListeners({paginationChanged:e=>this.handlePaginationChanged(e)})}handlePaginationChanged(e){if(!this.selectPageSizeComp||!e?.newPageSize)return;const t=this.pagination.getPageSize();this.getPageSizeSelectorValues().includes(t)?this.selectPageSizeComp.setValue(t.toString()):this.hasEmptyOption?this.selectPageSizeComp.setValue(""):this.toggleSelectDisplay(!0)}toggleSelectDisplay(e){this.selectPageSizeComp&&!e&&this.reset(),e&&(this.reloadPageSizesSelector(),this.selectPageSizeComp)}reset(){bt(this.getGui()),this.selectPageSizeComp&&(this.selectPageSizeComp=this.destroyBean(this.selectPageSizeComp))}onPageSizeSelectorValuesChange(){this.selectPageSizeComp&&this.shouldShowPageSizeSelector()&&this.reloadPageSizesSelector()}shouldShowPageSizeSelector(){return this.gos.get("pagination")&&!this.gos.get("suppressPaginationPanel")&&!this.gos.get("paginationAutoPageSize")&&this.gos.get(Wi)!==!1}reloadPageSizesSelector(){const e=this.getPageSizeSelectorValues(),t=this.pagination.getPageSize(),s=!t||!e.includes(t);if(s){const i=this.gos.exists("paginationPageSize"),n=this.gos.get(Wi)!==!0;B(94,{pageSizeSet:i,pageSizesSet:n,pageSizeOptions:e,paginationPageSizeOption:t}),n||B(95,{paginationPageSizeOption:t,paginationPageSizeSelector:Wi}),e.unshift("")}const o=String(s?"":t);this.selectPageSizeComp?(qs(this.pageSizeOptions,e)||(this.selectPageSizeComp.clearOptions().addOptions(this.createPageSizeSelectOptions(e)),this.pageSizeOptions=e),this.selectPageSizeComp.setValue(o,!0)):this.createPageSizeSelectorComp(e,o),this.hasEmptyOption=s}createPageSizeSelectOptions(e){return e.map(t=>({value:String(t)}))}createPageSizeSelectorComp(e,t){const s=this.getLocaleTextFunc(),o=s("pageSizeSelectorLabel","Page Size:"),i=s("ariaPageSizeSelectorLabel","Page Size");this.selectPageSizeComp=this.createManagedBean(new Gd).addOptions(this.createPageSizeSelectOptions(e)).setValue(t).setAriaLabel(i).setLabel(o).onValueChange(()=>this.handlePageSizeItemSelected()),this.appendChild(this.selectPageSizeComp)}getPageSizeSelectorValues(){const e=[20,50,100],t=this.gos.get(Wi);return!Array.isArray(t)||!t?.length?e:[...t].sort((s,o)=>s-o)}destroy(){this.toggleSelectDisplay(!1),super.destroy()}},m6={selector:"AG-PAGE-SIZE-SELECTOR",component:f6},C6=".ag-paging-panel{align-items:center;border-top:var(--ag-footer-row-border);display:flex;gap:calc(var(--ag-spacing)*4);height:var(--ag-pagination-panel-height);justify-content:flex-end;padding:0 var(--ag-cell-horizontal-padding)}:where(.ag-paging-page-size) .ag-wrapper{min-width:50px}.ag-paging-page-summary-panel{align-items:center;display:flex;gap:var(--ag-cell-widget-spacing);.ag-disabled &{pointer-events:none}}.ag-paging-button{cursor:pointer;position:relative;&.ag-disabled{cursor:default;opacity:.5}}.ag-paging-number,.ag-paging-row-summary-panel-number{font-weight:500}",v6=class extends d2{constructor(){super(),this.btFirst=ue,this.btPrevious=ue,this.btNext=ue,this.btLast=ue,this.lbRecordCount=ue,this.lbFirstRowOnPage=ue,this.lbLastRowOnPage=ue,this.lbCurrent=ue,this.lbTotal=ue,this.pageSizeComp=ue,this.previousAndFirstButtonsDisabled=!1,this.nextButtonDisabled=!1,this.lastButtonDisabled=!1,this.areListenersSetup=!1,this.allowFocusInnerElement=!1,this.registerCSS(C6)}wireBeans(e){this.rowModel=e.rowModel,this.pagination=e.pagination,this.ariaAnnounce=e.ariaAnnounce}postConstruct(){const e=this.gos.get("enableRtl");this.setTemplate(this.getTemplate(),[m6]);const{btFirst:t,btPrevious:s,btNext:o,btLast:i}=this;this.activateTabIndex([t,s,o,i]),t.insertAdjacentElement("afterbegin",zt(e?"last":"first",this.beans)),s.insertAdjacentElement("afterbegin",zt(e?"next":"previous",this.beans)),o.insertAdjacentElement("afterbegin",zt(e?"previous":"next",this.beans)),i.insertAdjacentElement("afterbegin",zt(e?"first":"last",this.beans)),this.addManagedPropertyListener("pagination",this.onPaginationChanged.bind(this)),this.addManagedPropertyListener("suppressPaginationPanel",this.onPaginationChanged.bind(this)),this.addManagedPropertyListeners(["paginationPageSizeSelector","paginationAutoPageSize","suppressPaginationPanel"],()=>this.onPageSizeRelatedOptionsChange()),this.pageSizeComp.toggleSelectDisplay(this.pageSizeComp.shouldShowPageSizeSelector()),this.initialiseTabGuard({onTabKeyDown:()=>{},focusInnerElement:n=>this.allowFocusInnerElement?this.tabGuardFeature.getTabGuardCtrl().focusInnerElement(n):PR(this.beans,n),forceFocusOutWhenTabGuardsAreEmpty:!0}),this.onPaginationChanged()}setAllowFocus(e){this.allowFocusInnerElement=e}onPaginationChanged(){const t=this.gos.get("pagination")&&!this.gos.get("suppressPaginationPanel");this.setDisplayed(t),t&&(this.setupListeners(),this.enableOrDisableButtons(),this.updateLabels(),this.onPageSizeRelatedOptionsChange())}onPageSizeRelatedOptionsChange(){this.pageSizeComp.toggleSelectDisplay(this.pageSizeComp.shouldShowPageSizeSelector())}setupListeners(){if(!this.areListenersSetup){this.addManagedEventListeners({paginationChanged:this.onPaginationChanged.bind(this)});for(const e of[{el:this.btFirst,fn:this.onBtFirst.bind(this)},{el:this.btPrevious,fn:this.onBtPrevious.bind(this)},{el:this.btNext,fn:this.onBtNext.bind(this)},{el:this.btLast,fn:this.onBtLast.bind(this)}]){const{el:t,fn:s}=e;this.addManagedListeners(t,{click:s,keydown:o=>{(o.key===I.ENTER||o.key===I.SPACE)&&(o.preventDefault(),s())}})}DR(this.beans,this,this.getGui()),this.areListenersSetup=!0}}onBtFirst(){this.previousAndFirstButtonsDisabled||this.pagination.goToFirstPage()}formatNumber(e){const t=this.gos.getCallback("paginationNumberFormatter");return t?t({value:e}):QP(e,this.getLocaleTextFunc.bind(this))}getTemplate(){const e=this.getLocaleTextFunc(),t=`ag-${this.getCompId()}`;return{tag:"div",cls:"ag-paging-panel ag-unselectable",attrs:{id:`${t}`},children:[{tag:"ag-page-size-selector",ref:"pageSizeComp"},{tag:"span",cls:"ag-paging-row-summary-panel",children:[{tag:"span",ref:"lbFirstRowOnPage",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-first-row`}},{tag:"span",attrs:{id:`${t}-to`},children:e("to","to")},{tag:"span",ref:"lbLastRowOnPage",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-last-row`}},{tag:"span",attrs:{id:`${t}-of`},children:e("of","of")},{tag:"span",ref:"lbRecordCount",cls:"ag-paging-row-summary-panel-number",attrs:{id:`${t}-row-count`}}]},{tag:"span",cls:"ag-paging-page-summary-panel",role:"presentation",children:[{tag:"div",ref:"btFirst",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("firstPage","First Page")}},{tag:"div",ref:"btPrevious",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("previousPage","Previous Page")}},{tag:"span",cls:"ag-paging-description",children:[{tag:"span",attrs:{id:`${t}-start-page`},children:e("page","Page")},{tag:"span",ref:"lbCurrent",cls:"ag-paging-number",attrs:{id:`${t}-start-page-number`}},{tag:"span",attrs:{id:`${t}-of-page`},children:e("of","of")},{tag:"span",ref:"lbTotal",cls:"ag-paging-number",attrs:{id:`${t}-of-page-number`}}]},{tag:"div",ref:"btNext",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("nextPage","Next Page")}},{tag:"div",ref:"btLast",cls:"ag-button ag-paging-button",role:"button",attrs:{"aria-label":e("lastPage","Last Page")}}]}]}}onBtNext(){this.nextButtonDisabled||this.pagination.goToNextPage()}onBtPrevious(){this.previousAndFirstButtonsDisabled||this.pagination.goToPreviousPage()}onBtLast(){this.lastButtonDisabled||this.pagination.goToLastPage()}enableOrDisableButtons(){const e=this.pagination.getCurrentPage(),t=this.rowModel.isLastRowIndexKnown(),s=this.pagination.getTotalPages();this.previousAndFirstButtonsDisabled=e===0,this.toggleButtonDisabled(this.btFirst,this.previousAndFirstButtonsDisabled),this.toggleButtonDisabled(this.btPrevious,this.previousAndFirstButtonsDisabled);const o=this.isZeroPagesToDisplay(),i=e===s-1;this.nextButtonDisabled=i||o,this.lastButtonDisabled=!t||o||e===s-1,this.toggleButtonDisabled(this.btNext,this.nextButtonDisabled),this.toggleButtonDisabled(this.btLast,this.lastButtonDisabled)}toggleButtonDisabled(e,t){jb(e,t),e.classList.toggle("ag-disabled",t)}isZeroPagesToDisplay(){const e=this.rowModel.isLastRowIndexKnown(),t=this.pagination.getTotalPages();return e&&t===0}updateLabels(){const e=this.rowModel.isLastRowIndexKnown(),t=this.pagination.getTotalPages(),s=this.pagination.getMasterRowCount(),o=e?s:null,i=this.pagination.getCurrentPage(),n=this.pagination.getPageSize();let r,a;this.isZeroPagesToDisplay()?r=a=0:(r=n*i+1,a=r+n-1,e&&a>o&&(a=o));const l=r+n-1,c=!e&&s<l,d=this.formatNumber(r);this.lbFirstRowOnPage.textContent=d;let u;const h=this.getLocaleTextFunc();c?u=h("pageLastRowUnknown","?"):u=this.formatNumber(a),this.lbLastRowOnPage.textContent=u;const f=t>0?i+1:0,C=this.formatNumber(f);this.lbCurrent.textContent=C;let v,w;if(e)v=this.formatNumber(t),w=this.formatNumber(o);else{const b=h("more","more");v=b,w=b}this.lbTotal.textContent=v,this.lbRecordCount.textContent=w,this.announceAriaStatus(d,u,w,C,v)}announceAriaStatus(e,t,s,o,i){const n=this.getLocaleTextFunc(),r=n("page","Page"),a=n("to","to"),l=n("of","of"),c=`${e} ${a} ${t} ${l} ${s}`,d=`${r} ${o} ${l} ${i}`;c!==this.ariaRowStatus&&(this.ariaRowStatus=c,this.ariaAnnounce?.announceValue(c,"paginationRow")),d!==this.ariaPageStatus&&(this.ariaPageStatus=d,this.ariaAnnounce?.announceValue(d,"paginationPage"))}},w6={selector:"AG-PAGINATION",component:v6},b6=class extends k{constructor(){super(...arguments),this.beanName="pagination",this.currentPage=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=0,this.masterRowCount=0}postConstruct(){const e=this.gos;this.active=e.get("pagination"),this.pageSizeFromGridOptions=e.get("paginationPageSize"),this.paginateChildRows=this.isPaginateChildRows(),this.addManagedPropertyListener("pagination",this.onPaginationGridOptionChanged.bind(this)),this.addManagedPropertyListener("paginationPageSize",this.onPageSizeGridOptionChanged.bind(this))}getPaginationSelector(){return w6}isPaginateChildRows(){const e=this.gos;return e.get("groupHideParentOfSingleChild")||e.get("groupRemoveSingleChildren")||e.get("groupRemoveLowestSingleChildren")?!0:e.get("paginateChildRows")}onPaginationGridOptionChanged(){this.active=this.gos.get("pagination"),this.calculatePages(),this.dispatchPaginationChangedEvent({keepRenderedRows:!0})}onPageSizeGridOptionChanged(){this.setPageSize(this.gos.get("paginationPageSize"),"gridOptions")}goToPage(e){const t=this.currentPage;if(!this.active||t===e||typeof t!="number")return;const{editSvc:s}=this.beans;s?.isEditing()&&(s.isBatchEditing()?s.cleanupEditors():s.stopEditing(void 0,{source:"api"})),this.currentPage=e,this.calculatePages(),this.dispatchPaginationChangedEvent({newPage:!0})}goToPageWithIndex(e){if(!this.active)return;let t=e;this.paginateChildRows||(t=this.beans.rowModel.getTopLevelIndexFromDisplayedIndex?.(e)??e),this.goToPage(Math.floor(t/this.pageSize))}isRowInPage(e){return this.active?e>=this.topDisplayedRowIndex&&e<=this.bottomDisplayedRowIndex:!0}getCurrentPage(){return this.currentPage}goToNextPage(){this.goToPage(this.currentPage+1)}goToPreviousPage(){this.goToPage(this.currentPage-1)}goToFirstPage(){this.goToPage(0)}goToLastPage(){const e=this.beans.rowModel.getRowCount(),t=Math.floor(e/this.pageSize);this.goToPage(t)}getPageSize(){return this.pageSize}getTotalPages(){return this.totalPages}setPage(e){this.currentPage=e}get pageSize(){return K(this.pageSizeAutoCalculated)&&this.gos.get("paginationAutoPageSize")?this.pageSizeAutoCalculated:K(this.pageSizeFromPageSizeSelector)?this.pageSizeFromPageSizeSelector:K(this.pageSizeFromInitialState)?this.pageSizeFromInitialState:K(this.pageSizeFromGridOptions)?this.pageSizeFromGridOptions:this.defaultPageSize}calculatePages(){this.active?this.paginateChildRows?this.calculatePagesAllRows():this.calculatePagesMasterRowsOnly():this.calculatedPagesNotActive(),this.beans.pageBounds.calculateBounds(this.topDisplayedRowIndex,this.bottomDisplayedRowIndex)}unsetAutoCalculatedPageSize(){if(this.pageSizeAutoCalculated===void 0)return;const e=this.pageSizeAutoCalculated;this.pageSizeAutoCalculated=void 0,this.pageSize!==e&&(this.calculatePages(),this.dispatchPaginationChangedEvent({newPageSize:!0}))}setPageSize(e,t){const s=this.pageSize;switch(t){case"autoCalculated":this.pageSizeAutoCalculated=e;break;case"pageSizeSelector":this.pageSizeFromPageSizeSelector=e,this.currentPage!==0&&this.goToFirstPage();break;case"initialState":this.pageSizeFromInitialState=e;break;case"gridOptions":this.pageSizeFromGridOptions=e,this.pageSizeFromInitialState=void 0,this.pageSizeFromPageSizeSelector=void 0,this.currentPage!==0&&this.goToFirstPage();break}s!==this.pageSize&&(this.calculatePages(),this.dispatchPaginationChangedEvent({newPageSize:!0,keepRenderedRows:!0}))}setZeroRows(){this.masterRowCount=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=-1,this.currentPage=0,this.totalPages=0}adjustCurrentPageIfInvalid(){const e=this.totalPages;this.currentPage>=e&&(this.currentPage=e-1);const t=this.currentPage;(!isFinite(t)||isNaN(t)||t<0)&&(this.currentPage=0)}calculatePagesMasterRowsOnly(){const e=this.beans.rowModel,t=e.getTopLevelRowCount();if(this.masterRowCount=t,t<=0){this.setZeroRows();return}const s=this.pageSize,o=t-1;this.totalPages=Math.floor(o/s)+1,this.adjustCurrentPageIfInvalid();const i=this.currentPage,n=s*i;let r=s*(i+1)-1;if(r>o&&(r=o),this.topDisplayedRowIndex=e.getTopLevelRowDisplayedIndex(n),r===o)this.bottomDisplayedRowIndex=e.getRowCount()-1;else{const a=e.getTopLevelRowDisplayedIndex(r+1);this.bottomDisplayedRowIndex=a-1}}getMasterRowCount(){return this.masterRowCount}calculatePagesAllRows(){const e=this.beans.rowModel.getRowCount();if(this.masterRowCount=e,e===0){this.setZeroRows();return}const{pageSize:t,currentPage:s}=this,o=e-1;this.totalPages=Math.floor(o/t)+1,this.adjustCurrentPageIfInvalid(),this.topDisplayedRowIndex=t*s,this.bottomDisplayedRowIndex=t*(s+1)-1,this.bottomDisplayedRowIndex>o&&(this.bottomDisplayedRowIndex=o)}calculatedPagesNotActive(){this.setPageSize(void 0,"autoCalculated"),this.totalPages=1,this.currentPage=0,this.topDisplayedRowIndex=0,this.bottomDisplayedRowIndex=this.beans.rowModel.getRowCount()-1}dispatchPaginationChangedEvent(e){const{keepRenderedRows:t=!1,newPage:s=!1,newPageSize:o=!1}=e;this.eventSvc.dispatchEvent({type:"paginationChanged",animate:!1,newData:!1,newPage:s,newPageSize:o,keepRenderedRows:t})}},S6={moduleName:"Pagination",version:U,beans:[b6,g6],icons:{first:"first",previous:"previous",next:"next",last:"last"},apiFunctions:{paginationIsLastPageFound:o6,paginationGetPageSize:i6,paginationGetCurrentPage:n6,paginationGetTotalPages:r6,paginationGetRowCount:a6,paginationGoToNextPage:l6,paginationGoToPreviousPage:c6,paginationGoToFirstPage:d6,paginationGoToLastPage:u6,paginationGoToPage:h6},dependsOn:[za]};function y6(e,t={}){const s=t?t.rowNodes:void 0;e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.redrawRows(s))}function fC(e,t,s,o,i){t&&(o&&t.parent&&t.parent.level!==-1&&fC(e,t.parent,s,o,i),t.setExpanded(s,void 0,i))}function x6(e,t){return e.rowModel.getRowNode(t)}function R6(e,t,s,o){e.rowRenderer.addRenderedRowListener(t,s,o)}function F6(e){return e.rowRenderer.getRenderedNodes()}function E6(e,t,s){e.rowModel.forEachNode(t,s)}function D6(e){return e.rowRenderer.firstRenderedRow}function P6(e){return e.rowRenderer.lastRenderedRow}function M6(e,t){return e.rowModel.getRow(t)}function T6(e){return e.rowModel.getRowCount()}var I6={moduleName:"RowApi",version:U,apiFunctions:{redrawRows:y6,setRowNodeExpanded:fC,getRowNode:x6,addRenderedRowListener:R6,getRenderedNodes:F6,forEachNode:E6,getFirstDisplayedRowIndex:D6,getLastDisplayedRowIndex:P6,getDisplayedRowAtIndex:M6,getDisplayedRowCount:T6}},k6={moduleName:"ScrollApi",version:U,apiFunctions:{getVerticalPixelRange:j4,getHorizontalPixelRange:U4,ensureColumnVisible:tC,ensureIndexVisible:sC,ensureNodeVisible:$4}};function A6(e,t,s){if(!t)return;const o=e.ctrlsSvc.getGridBodyCtrl().eGridBody,i=`aria-${t}`;s===null?o.removeAttribute(i):o.setAttribute(i,s)}function L6(e,t={}){e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.refreshCells(t))}function O6(e){e.frameworkOverrides.wrapIncoming(()=>{for(const t of e.ctrlsSvc.getHeaderRowContainerCtrls())t.refresh()})}function N6(e){return e.animationFrameSvc?.isQueueEmpty()??!0}function H6(e){e.animationFrameSvc?.flushAllFrames()}function G6(e){return{rowHeight:ho(e),headerHeight:On(e)}}function B6(e,t={}){const s=[];for(const n of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns)){const r=n.getCellRenderer();r!=null&&s.push(bn(r))}if(t.columns?.length)return s;const o=[],i=td(t.rowNodes);for(const n of e.rowRenderer.getAllRowCtrls()){if(i&&!sd(n.rowNode,i)||!n.isFullWidth())continue;const r=n.getFullWidthCellRenderers();for(let a=0;a<r.length;a++){const l=r[a];l!=null&&o.push(bn(l))}}return[...o,...s]}var V6={moduleName:"RenderApi",version:U,apiFunctions:{setGridAriaProperty:A6,refreshCells:L6,refreshHeader:O6,isAnimationFrameQueueEmpty:N6,flushAllAnimationFrames:H6,getSizesForCurrentTheme:G6,getCellRendererInstances:B6}};function z6(e,t){typeof t=="number"?e.colAutosize?.sizeColumnsToFit(t,"api"):e.colAutosize?.sizeColumnsToFitGridBody(t)}function mC({colAutosize:e,visibleCols:t},s,o){Array.isArray(s)?e?.autoSizeCols({colKeys:s,skipHeader:o,source:"api"}):e?.autoSizeCols({...s,colKeys:s.colIds??t.allCols,source:"api"})}function W6(e,t){t&&typeof t=="object"?mC(e,t):e.colAutosize?.autoSizeAllColumns({source:"api",skipHeader:t})}var _6=class extends k{constructor(){super(...arguments),this.beanName="colAutosize",this.timesDelayed=0,this.shouldQueueResizeOperations=!1,this.resizeOperationQueue=[]}postConstruct(){const{gos:e}=this,t=e.get("autoSizeStrategy");if(t){let s=!1;const o=t.type;if(o==="fitGridWidth"||o==="fitProvidedWidth")s=!0;else if(o==="fitCellContents"){this.addManagedEventListeners({firstDataRendered:()=>this.onFirstDataRendered(t)});const i=e.get("rowData");s=i!=null&&i.length>0&&$e(e)}s&&this.beans.colDelayRenderSvc?.hideColumns(o)}}autoSizeCols(e){const{eventSvc:t,visibleCols:s}=this.beans;this.innerAutoSizeCols(e).then(o=>{const i=c=>hi(t,Array.from(c),!0,"autosizeColumns");if(!e.scaleUpToFitGridWidth)return i(o);const n=ug(this.beans),r=c=>s.leftCols.some(d=>on(d,c)),a=c=>s.rightCols.some(d=>on(d,c)),l=e.colKeys.filter(c=>!Is(c)&&!xs(c)&&!r(c)&&!a(c));this.sizeColumnsToFit(n,e.source,!0,{defaultMaxWidth:e.defaultMaxWidth,defaultMinWidth:e.defaultMinWidth,columnLimits:e.columnLimits?.map(c=>({...c,key:c.colId})),colKeys:l,onlyScaleUp:!0}),i(o)})}innerAutoSizeCols(e){return new Promise((t,s)=>{if(this.shouldQueueResizeOperations)return this.pushResizeOperation(()=>this.innerAutoSizeCols(e).then(t,s));const{colKeys:o,skipHeader:i,skipHeaderGroups:n,stopAtGroup:r,defaultMaxWidth:a,defaultMinWidth:l,columnLimits:c=[],source:d="api"}=e,{animationFrameSvc:u,renderStatus:h,colModel:p,autoWidthCalc:f,visibleCols:C}=this.beans;if(u?.flushAllFrames(),this.timesDelayed<5&&h&&(!h.areHeaderCellsRendered()||!h.areCellsRendered())){this.timesDelayed++,setTimeout(()=>{this.isAlive()&&this.innerAutoSizeCols(e).then(t,s)});return}this.timesDelayed=0;const v=new Set;let w=-1;const b=Object.fromEntries(c.map(({colId:x,...R})=>[x,R])),S=i??this.gos.get("skipHeaderOnAutoSize"),y=n??S;for(;w!==0;){w=0;const x=[];for(const R of o){if(!R||sS(R))continue;const F=p.getCol(R);if(!F||v.has(F))continue;const E=f.getPreferredWidthForColumn(F,S);if(E>0){const P=b[F.colId]??{};P.minWidth??(P.minWidth=l),P.maxWidth??(P.maxWidth=a);const M=j6(F,E,P);F.setActualWidth(M,d),v.add(F),w++}x.push(F)}x.length&&C.refresh(d)}y||this.autoSizeColumnGroupsByColumns(o,d,r),t(v)})}autoSizeColumn(e,t,s){this.autoSizeCols({colKeys:[e],skipHeader:s,skipHeaderGroups:!0,source:t})}autoSizeColumnGroupsByColumns(e,t,s){const{colModel:o,ctrlsSvc:i}=this.beans,n=new Set,r=o.getColsForKeys(e);for(const l of r){let c=l.getParent();for(;c&&c!=s;)c.isPadding()||n.add(c),c=c.getParent()}let a;for(const l of n){for(const c of i.getHeaderRowContainerCtrls())if(a=c.getHeaderCtrlForColumn(l),a)break;a?.resizeLeafColumnsToFit(t)}}autoSizeAllColumns(e){if(this.shouldQueueResizeOperations){this.pushResizeOperation(()=>this.autoSizeAllColumns(e));return}this.autoSizeCols({colKeys:this.beans.visibleCols.allCols,...e})}addColumnAutosizeListeners(e,t){const s=this.gos.get("skipHeaderOnAutoSize"),o=()=>{this.autoSizeColumn(t,"uiColumnResized",s)};e.addEventListener("dblclick",o);const i=new so(e);return i.addEventListener("doubleTap",o),()=>{e.removeEventListener("dblclick",o),i.destroy()}}addColumnGroupResize(e,t,s){const o=this.gos.get("skipHeaderOnAutoSize"),i=()=>{const n=[],r=t.getDisplayedLeafColumns();for(const a of r)a.getColDef().suppressAutoSize||n.push(a.getColId());n.length>0&&this.autoSizeCols({colKeys:n,skipHeader:o,stopAtGroup:t,source:"uiColumnResized"}),s()};return e.addEventListener("dblclick",i),()=>e.removeEventListener("dblclick",i)}sizeColumnsToFitGridBody(e,t){if(!this.isAlive())return;const s=ug(this.beans);if(s>0){this.sizeColumnsToFit(s,"sizeColumnsToFit",!1,e);return}t===void 0?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,100)},0):t===100?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,500)},100):t===500?window.setTimeout(()=>{this.sizeColumnsToFitGridBody(e,-1)},500):B(29)}sizeColumnsToFit(e,t="sizeColumnsToFit",s,o){if(this.shouldQueueResizeOperations){this.pushResizeOperation(()=>this.sizeColumnsToFit(e,t,s,o));return}const i={};for(const{key:f,...C}of o?.columnLimits??[])i[typeof f=="string"?f:f.getColId()]=C;const n=this.beans.visibleCols.allCols;if(e<=0||!n.length)return;const r=vs(n);if(o?.onlyScaleUp&&r>e||e===r&&n.every(C=>{if(C.colDef.suppressSizeToFit)return!0;const v=i?.[C.getId()],w=v?.minWidth??o?.defaultMinWidth,b=v?.maxWidth??o?.defaultMaxWidth,S=C.getActualWidth();return(w==null||S>=w)&&(b==null||S<=b)}))return;const l=[],c=[];for(const f of n){const C=o?.colKeys?.some(v=>on(f,v))??!0;f.getColDef().suppressSizeToFit||!C?c.push(f):l.push(f)}const d=l.slice(0);let u=!1;const h=f=>{Kt(l,f),c.push(f)};for(const f of l){f.resetActualWidth(t);const C=i?.[f.getId()],v=C?.minWidth??o?.defaultMinWidth,w=C?.maxWidth??o?.defaultMaxWidth,b=f.getActualWidth();typeof v=="number"&&b<v?f.setActualWidth(v,t,!0):typeof w=="number"&&b>w&&f.setActualWidth(w,t,!0)}for(;!u;){u=!0;const f=e-vs(c);if(f<=0)for(const C of l){const v=i?.[C.getId()]?.minWidth??o?.defaultMinWidth??C.minWidth;C.setActualWidth(v,t,!0)}else{const C=f/vs(l);let v=f;for(let w=l.length-1;w>=0;w--){const b=l[w],S=i?.[b.getId()],y=S?.minWidth??o?.defaultMinWidth,x=S?.maxWidth??o?.defaultMaxWidth,R=b.getMinWidth(),F=b.getMaxWidth(),E=typeof y=="number"&&y>R?y:R,P=typeof x=="number"&&x<F?x:F;let M=Math.round(b.getActualWidth()*C);M<E?(M=E,h(b),u=!1):M>P?(M=P,h(b),u=!1):w===0&&(M=v),b.setActualWidth(M,t,!0),v-=M}}}for(const f of d)f.fireColumnWidthChangedEvent(t);const p=this.beans.visibleCols;p.setLeftValues(t),p.updateBodyWidths(),!s&&hi(this.eventSvc,d,!0,t)}applyAutosizeStrategy(){const{gos:e,colDelayRenderSvc:t}=this.beans,s=e.get("autoSizeStrategy");s?.type!=="fitGridWidth"&&s?.type!=="fitProvidedWidth"||setTimeout(()=>{if(!this.isAlive())return;const o=s.type;if(o==="fitGridWidth"){const{columnLimits:i,defaultMinWidth:n,defaultMaxWidth:r}=s,a=i?.map(({colId:l,minWidth:c,maxWidth:d})=>({key:l,minWidth:c,maxWidth:d}));this.sizeColumnsToFitGridBody({defaultMinWidth:n,defaultMaxWidth:r,columnLimits:a})}else o==="fitProvidedWidth"&&this.sizeColumnsToFit(s.width,"sizeColumnsToFit");t?.revealColumns(o)})}onFirstDataRendered({colIds:e,...t}){setTimeout(()=>{if(!this.isAlive())return;const s="autosizeColumns";e?this.autoSizeCols({...t,source:s,colKeys:e}):this.autoSizeAllColumns({...t,source:s}),this.beans.colDelayRenderSvc?.revealColumns(t.type)})}processResizeOperations(){this.shouldQueueResizeOperations=!1;for(const e of this.resizeOperationQueue)e();this.resizeOperationQueue=[]}pushResizeOperation(e){this.resizeOperationQueue.push(e)}destroy(){this.resizeOperationQueue.length=0,super.destroy()}};function j6(e,t,s={}){const o=s.minWidth??e.getMinWidth();t<o&&(t=o);const i=s.maxWidth??e.getMaxWidth();return t>i&&(t=i),t}function ug({ctrlsSvc:e,scrollVisibleSvc:t}){const s=e.getGridBodyCtrl(),i=s.isVerticalScrollShowing()?t.getScrollbarWidth():0;return mn(s.eGridBody)-i}var U6={moduleName:"ColumnAutoSize",version:U,beans:[_6],apiFunctions:{sizeColumnsToFit:z6,autoSizeColumns:mC,autoSizeAllColumns:W6},dependsOn:[dm]},$6=".ag-row-pinned-source{background-color:var(--ag-pinned-source-row-background-color);color:var(--ag-pinned-source-row-text-color);font-weight:var(--ag-pinned-source-row-font-weight)}.ag-row-pinned-manual{background-color:var(--ag-pinned-row-background-color);color:var(--ag-pinned-row-text-color);font-weight:var(--ag-pinned-row-font-weight)}";function K6(e){return e.pinnedRowModel?.getPinnedTopRowCount()??0}function q6(e){return e.pinnedRowModel?.getPinnedBottomRowCount()??0}function Y6(e,t){return e.pinnedRowModel?.getPinnedTopRow(t)}function Z6(e,t){return e.pinnedRowModel?.getPinnedBottomRow(t)}function X6(e,t,s){return e.pinnedRowModel?.forEachPinnedRow(t,s)}var Q6={moduleName:"PinnedRow",version:U,beans:[o2],css:[$6],apiFunctions:{getPinnedTopRowCount:K6,getPinnedBottomRowCount:q6,getPinnedTopRow:Y6,getPinnedBottomRow:Z6,forEachPinnedRow:X6},icons:{rowPin:"pin",rowPinTop:"pinned-top",rowPinBottom:"pinned-bottom",rowUnpin:"un-pin"}},J6=class{constructor(e,t){this.col=e,this.firstNode=t,this.cellSpan=!0,this.spannedNodes=new Set,this.addSpannedNode(t)}reset(){this.spannedNodes.clear(),this.addSpannedNode(this.firstNode)}addSpannedNode(e){this.spannedNodes.add(e),this.lastNode=e}getLastNode(){return this.lastNode}getCellHeight(){return this.lastNode.rowTop+this.lastNode.rowHeight-this.firstNode.rowTop-1}doesSpanContain(e){return e.column!==this.col||e.rowPinned!=this.firstNode.rowPinned?!1:this.firstNode.rowIndex<=e.rowIndex&&e.rowIndex<=this.lastNode.rowIndex}getLastNodeAutoHeight(){const e=this.firstNode.__autoHeights?.[this.col.getColId()];if(e==null)return;let t=0;for(const s of this.spannedNodes)s!==this.lastNode&&(t+=s.rowHeight);return e-t}},eI=class extends k{constructor(e){super(),this.column=e}buildCache(e){const{column:t,beans:{gos:s,pinnedRowModel:o,rowModel:i,valueSvc:n,pagination:r}}=this,{colDef:a}=t,l=this.getNodeMap(e),c=new Map,d=s.getCallback("isFullWidthRow"),u=a.equals,h=a.spanRows,p=typeof h=="function";let f=null,C=null,v;const w=(S,y)=>{f=S,C=null,v=y},b=S=>{const y=!S.isExpandable()&&!S.group&&!S.detail&&(d?!d({rowNode:S}):!0);if(S.rowIndex==null||!y){w(null,null);return}if(f==null||S.level!==f.level||S.footer||C&&S.rowIndex-1!==C?.getLastNode().rowIndex){w(S,n.getValue(t,S));return}const x=n.getValue(t,S);if(p){const R=he(s,{valueA:v,nodeA:f,valueB:x,nodeB:S,column:t,colDef:a});if(!h(R)){w(S,x);return}}else if(u?!u(v,x):v!==x){w(S,x);return}if(!C){const R=l?.get(f);R?.firstNode===f?(R.reset(),C=R):C=new J6(t,f),c.set(f,C)}C.addSpannedNode(S),c.set(S,C)};switch(e){case"center":i.forEachDisplayedNode?.(S=>{(!r||r.isRowInPage(S.rowIndex))&&b(S)}),this.centerValueNodeMap=c;break;case"top":o?.forEachPinnedRow("top",b),this.topValueNodeMap=c;break;case"bottom":o?.forEachPinnedRow("bottom",b),this.bottomValueNodeMap=c;break}}isCellSpanning(e){return!!this.getCellSpan(e)}getCellSpan(e){return this.getNodeMap(e.rowPinned).get(e)}getNodeMap(e){switch(e){case"top":return this.topValueNodeMap;case"bottom":return this.bottomValueNodeMap;default:return this.centerValueNodeMap}}},tI=class extends k{constructor(){super(...arguments),this.beanName="rowSpanSvc",this.spanningColumns=new Map,this.debouncePinnedEvent=nt(this,this.dispatchCellsUpdatedEvent.bind(this,!0),0),this.debounceModelEvent=nt(this,this.dispatchCellsUpdatedEvent.bind(this,!1),0),this.pinnedTimeout=null,this.modelTimeout=null}postConstruct(){const e=this.onRowDataUpdated.bind(this),t=this.buildPinnedCaches.bind(this);this.addManagedEventListeners({paginationChanged:this.buildModelCaches.bind(this),pinnedRowDataChanged:t,pinnedRowsChanged:t,rowNodeDataChanged:e,cellValueChanged:e})}register(e){const{gos:t}=this.beans;if(!t.get("enableCellSpan")||this.spanningColumns.has(e))return;const s=this.createManagedBean(new eI(e));this.spanningColumns.set(e,s),s.buildCache("top"),s.buildCache("bottom"),s.buildCache("center"),this.debouncePinnedEvent(),this.debounceModelEvent()}dispatchCellsUpdatedEvent(e){this.dispatchLocalEvent({type:"spannedCellsUpdated",pinned:e})}deregister(e){this.spanningColumns.delete(e)}onRowDataUpdated({node:e}){const{spannedRowRenderer:t}=this.beans;if(e.rowPinned){if(this.pinnedTimeout!=null)return;this.pinnedTimeout=window.setTimeout(()=>{this.pinnedTimeout=null,this.buildPinnedCaches(),t?.createCtrls("top"),t?.createCtrls("bottom")},0);return}this.modelTimeout==null&&(this.modelTimeout=window.setTimeout(()=>{this.modelTimeout=null,this.buildModelCaches(),t?.createCtrls("center")},0))}buildModelCaches(){this.modelTimeout!=null&&clearTimeout(this.modelTimeout),this.spanningColumns.forEach(e=>e.buildCache("center")),this.debounceModelEvent()}buildPinnedCaches(){this.pinnedTimeout!=null&&clearTimeout(this.pinnedTimeout),this.spanningColumns.forEach(e=>{e.buildCache("top"),e.buildCache("bottom")}),this.debouncePinnedEvent()}isCellSpanning(e,t){const s=this.spanningColumns.get(e);return s?s.isCellSpanning(t):!1}getCellSpanByPosition(e){const{pinnedRowModel:t,rowModel:s}=this.beans,o=e.column,i=e.rowIndex,n=this.spanningColumns.get(o);if(!n)return;let r;switch(e.rowPinned){case"top":r=t?.getPinnedTopRow(i);break;case"bottom":r=t?.getPinnedBottomRow(i);break;default:r=s.getRow(i)}if(r)return n.getCellSpan(r)}getCellStart(e){const t=this.getCellSpanByPosition(e);return t?{...e,rowIndex:t.firstNode.rowIndex}:e}getCellEnd(e){const t=this.getCellSpanByPosition(e);return t?{...e,rowIndex:t.getLastNode().rowIndex}:e}getCellSpan(e,t){const s=this.spanningColumns.get(e);if(s)return s.getCellSpan(t)}forEachSpannedColumn(e,t){for(const[s,o]of this.spanningColumns)if(o.isCellSpanning(e)){const i=o.getCellSpan(e);t(s,i)}}destroy(){super.destroy(),this.spanningColumns.clear()}},sI=class extends ai{constructor(e,t,s){super(e.col,e.firstNode,s,t),this.cellSpan=e,this.SPANNED_CELL_CSS_CLASS="ag-spanned-cell"}setComp(e,t,s,o,i,n,r){this.eWrapper=s,super.setComp(e,t,s,o,i,n,r),this.setAriaRowSpan(),this.refreshAriaRowIndex()}isCellSpanning(){return!0}getCellSpan(){return this.cellSpan}refreshAriaRowIndex(){const{eGui:e,rowNode:t}=this;!e||t.rowIndex==null||mp(e,t.rowIndex)}setAriaRowSpan(){qb(this.eGui,this.cellSpan.spannedNodes.size)}setFocusedCellPosition(e){this.focusedCellPosition=e}getFocusedCellPosition(){return this.focusedCellPosition??this.cellPosition}checkCellFocused(){const e=this.beans.focusSvc.getFocusedCell();return!!e&&this.cellSpan.doesSpanContain(e)}applyStaticCssClasses(){super.applyStaticCssClasses(),this.comp.toggleCss(this.SPANNED_CELL_CSS_CLASS,!0)}onCellFocused(e){const{beans:t}=this;if(Ga(t)){this.focusedCellPosition=void 0;return}const s=this.isCellFocused();s||(this.focusedCellPosition=void 0),e&&s&&(this.focusedCellPosition={rowIndex:e.rowIndex,rowPinned:e.rowPinned,column:e.column}),super.onCellFocused(e)}getRootElement(){return this.eWrapper}},oI=class extends ha{onRowIndexChanged(){super.onRowIndexChanged();for(const e of this.getAllCellCtrls())e.refreshAriaRowIndex()}getInitialRowClasses(e){return["ag-spanned-row"]}getNewCellCtrl(e){const t=this.beans.rowSpanSvc?.getCellSpan(e,this.rowNode);if(!(!t||t.firstNode!==this.rowNode))return new sI(t,this,this.beans)}isCorrectCtrlForSpan(e){const t=this.beans.rowSpanSvc?.getCellSpan(e.column,this.rowNode);return!t||t.firstNode!==this.rowNode?!1:e.getCellSpan()===t}onRowHeightChanged(){}refreshFirstAndLastRowStyles(){}addHoverFunctionality(){}resetHoveredStatus(){}},iI=class extends k{constructor(){super(...arguments),this.beanName="spannedRowRenderer",this.topCtrls=new Map,this.bottomCtrls=new Map,this.centerCtrls=new Map}postConstruct(){this.addManagedEventListeners({displayedRowsChanged:this.createAllCtrls.bind(this)})}createAllCtrls(){this.createCtrls("top"),this.createCtrls("bottom"),this.createCtrls("center")}createCtrls(e){const{rowSpanSvc:t}=this.beans,s=this.getCtrlsMap(e),o=s.size,i=this.getAllRelevantRowControls(e),n=new Map;let r=!1;for(const l of i)l.isAlive()&&t?.forEachSpannedColumn(l.rowNode,(c,d)=>{if(n.has(d.firstNode))return;const u=s.get(d.firstNode);if(u){n.set(d.firstNode,u),s.delete(d.firstNode);return}r=!0;const h=new oI(d.firstNode,this.beans,!1,!1,!1);n.set(d.firstNode,h)});this.setCtrlsMap(e,n);const a=n.size===o;if(!(!r&&a)){for(const l of s.values())l.destroyFirstPass(!0),l.destroySecondPass();this.dispatchLocalEvent({type:"spannedRowsUpdated",ctrlsKey:e})}}getAllRelevantRowControls(e){const{rowRenderer:t}=this.beans;switch(e){case"top":return t.topRowCtrls;case"bottom":return t.bottomRowCtrls;case"center":return t.allRowCtrls}}getCellByPosition(e){const{rowSpanSvc:t}=this.beans,s=t?.getCellSpanByPosition(e);if(!s)return;const o=this.getCtrlsMap(e.rowPinned).get(s.firstNode);if(o)return o.getAllCellCtrls().find(i=>i.column===e.column)}getCtrls(e){return[...this.getCtrlsMap(e).values()]}destroyRowCtrls(e){for(const t of this.getCtrlsMap(e).values())t.destroyFirstPass(!0),t.destroySecondPass();this.setCtrlsMap(e,new Map)}getCtrlsMap(e){switch(e){case"top":return this.topCtrls;case"bottom":return this.bottomCtrls;default:return this.centerCtrls}}setCtrlsMap(e,t){switch(e){case"top":this.topCtrls=t;break;case"bottom":this.bottomCtrls=t;break;default:this.centerCtrls=t;break}}destroy(){super.destroy(),this.destroyRowCtrls("top"),this.destroyRowCtrls("bottom"),this.destroyRowCtrls("center")}},nI={moduleName:"CellSpan",version:U,beans:[tI,iI]},rI=class extends k{constructor(e,t){super(),this.cellCtrl=e,this.staticClasses=[],this.beans=t,this.column=e.column}setComp(e){this.cellComp=e,this.applyUserStyles(),this.applyCellClassRules(),this.applyClassesFromColDef()}applyCellClassRules(){const{column:e,cellComp:t}=this,s=e.colDef,o=s.cellClassRules,i=this.getCellClassParams(e,s);su(this.beans.expressionSvc,o===this.cellClassRules?void 0:this.cellClassRules,o,i,n=>t.toggleCss(n,!0),n=>t.toggleCss(n,!1)),this.cellClassRules=o}applyUserStyles(){const e=this.column,t=e.colDef,s=t.cellStyle;if(!s)return;let o;if(typeof s=="function"){const i=this.getCellClassParams(e,t);o=s(i)}else o=s;o&&this.cellComp.setUserStyles(o)}applyClassesFromColDef(){const{column:e,cellComp:t}=this,s=e.colDef,o=this.getCellClassParams(e,s);for(const n of this.staticClasses)t.toggleCss(n,!1);const i=this.beans.cellStyles.getStaticCellClasses(s,o);this.staticClasses=i;for(const n of i)t.toggleCss(n,!0)}getCellClassParams(e,t){const{value:s,rowNode:o}=this.cellCtrl;return he(this.beans.gos,{value:s,data:o.data,node:o,colDef:t,column:e,rowIndex:o.rowIndex})}},aI=class extends k{constructor(){super(...arguments),this.beanName="cellStyles"}processAllCellClasses(e,t,s,o){su(this.beans.expressionSvc,void 0,e.cellClassRules,t,s,o),this.processStaticCellClasses(e,t,s)}getStaticCellClasses(e,t){const{cellClass:s}=e;if(!s)return[];let o;return typeof s=="function"?o=s(t):o=s,typeof o=="string"&&(o=[o]),o||[]}createCellCustomStyleFeature(e,t){return new rI(e,t)}processStaticCellClasses(e,t,s){this.getStaticCellClasses(e,t).forEach(i=>{s(i)})}},lI={moduleName:"CellStyle",version:U,beans:[aI]},cI={moduleName:"RowStyle",version:U,beans:[q3]};function dI(e,t){return!!e.colHover?.isHovered(t)}var uI=class extends k{constructor(e,t){super(),this.columns=e,this.element=t,this.destroyManagedListeners=[],this.enableFeature=s=>{const{beans:o,gos:i,element:n,columns:r}=this,a=o.colHover;if(s??!!i.get("columnHoverHighlight"))this.destroyManagedListeners=this.addManagedElementListeners(n,{mouseover:a.setMouseOver.bind(a,r),mouseout:a.clearMouseOver.bind(a)});else{for(const c of this.destroyManagedListeners)c();this.destroyManagedListeners=[]}}}postConstruct(){this.addManagedPropertyListener("columnHoverHighlight",({currentValue:e})=>{this.enableFeature(e)}),this.enableFeature()}destroy(){super.destroy(),this.destroyManagedListeners=null}},hI="ag-column-hover",gI=class extends k{constructor(){super(...arguments),this.beanName="colHover"}postConstruct(){this.addManagedPropertyListener("columnHoverHighlight",({currentValue:e})=>{e||this.clearMouseOver()})}setMouseOver(e){this.updateState(e)}clearMouseOver(){this.updateState(null)}isHovered(e){if(!this.gos.get("columnHoverHighlight"))return!1;const t=this.selectedColumns;return!!t&&t.indexOf(e)>=0}addHeaderColumnHoverListener(e,t,s){const o=()=>{const i=this.isHovered(s);t.toggleCss("ag-column-hover",i)};e.addManagedEventListeners({columnHoverChanged:o}),o()}onCellColumnHover(e,t){if(!t)return;const s=this.isHovered(e);t.toggleCss(hI,s)}addHeaderFilterColumnHoverListener(e,t,s,o){this.createHoverFeature(e,[s],o);const i=()=>{const n=this.isHovered(s);t.toggleCss("ag-column-hover",n)};e.addManagedEventListeners({columnHoverChanged:i}),i()}createHoverFeature(e,t,s){e.createManagedBean(new uI(t,s))}updateState(e){this.selectedColumns=e,this.eventSvc.dispatchEvent({type:"columnHoverChanged"})}},pI={moduleName:"ColumnHover",version:U,beans:[gI],apiFunctions:{isColumnHovered:dI}},fI=class extends k{constructor(){super(...arguments),this.beanName="apiEventSvc",this.syncListeners=new Map,this.asyncListeners=new Map,this.syncGlobalListeners=new Set,this.globalListenerPairs=new Map}postConstruct(){this.wrapSvc=this.beans.frameworkOverrides.createGlobalEventListenerWrapper?.()}addListener(e,t){const s=this.wrapSvc?.wrap(e,t)??t,o=!Vr.has(e),i=o?this.asyncListeners:this.syncListeners;i.has(e)||i.set(e,new Set),i.get(e).add(s),this.eventSvc.addListener(e,s,o)}removeListener(e,t){const s=this.wrapSvc?.unwrap(e,t)??t,i=!!this.asyncListeners.get(e)?.delete(s);i||this.syncListeners.get(e)?.delete(s),this.eventSvc.removeListener(e,s,i)}addGlobalListener(e){const t=this.wrapSvc?.wrapGlobal(e)??e,s=(n,r)=>{Vr.has(n)&&t(n,r)},o=(n,r)=>{Vr.has(n)||t(n,r)};this.globalListenerPairs.set(e,{syncListener:s,asyncListener:o});const i=this.eventSvc;i.addGlobalListener(s,!1),i.addGlobalListener(o,!0)}removeGlobalListener(e){const{eventSvc:t,wrapSvc:s,globalListenerPairs:o}=this,i=s?.unwrapGlobal(e)??e;if(o.has(i)){const{syncListener:r,asyncListener:a}=o.get(i);t.removeGlobalListener(r,!1),t.removeGlobalListener(a,!0),o.delete(e)}else this.syncGlobalListeners.delete(i),t.removeGlobalListener(i,!1)}destroyEventListeners(e,t){e.forEach((s,o)=>{s.forEach(i=>this.eventSvc.removeListener(o,i,t)),s.clear()}),e.clear()}destroyGlobalListeners(e,t){for(const s of e)this.eventSvc.removeGlobalListener(s,t);e.clear()}destroy(){super.destroy(),this.destroyEventListeners(this.syncListeners,!1),this.destroyEventListeners(this.asyncListeners,!0),this.destroyGlobalListeners(this.syncGlobalListeners,!1);const{globalListenerPairs:e,eventSvc:t}=this;e.forEach(({syncListener:s,asyncListener:o})=>{t.removeGlobalListener(s,!1),t.removeGlobalListener(o,!0)}),e.clear()}};function mI(e,t,s){e.apiEventSvc?.addListener(t,s)}function CI(e,t,s){e.apiEventSvc?.removeListener(t,s)}function vI(e,t){e.apiEventSvc?.addGlobalListener(t)}function wI(e,t){e.apiEventSvc?.removeGlobalListener(t)}var bI={moduleName:"EventApi",version:U,apiFunctions:{addEventListener:mI,addGlobalListener:vI,removeEventListener:CI,removeGlobalListener:wI},beans:[fI]},SI={moduleName:"Locale",version:U,beans:[qP]},yI=class extends k{constructor(){super(...arguments),this.beanName="rowAutoHeight",this.wasEverActive=!1,this._debouncedCalculateRowHeights=nt(this,this.calculateRowHeights.bind(this),1)}requestCheckAutoHeight(){this.wasEverActive&&this._debouncedCalculateRowHeights()}calculateRowHeights(){const{visibleCols:e,rowModel:t,rowSpanSvc:s,pinnedRowModel:o}=this.beans,i=e.autoHeightCols;let n=!1;const r=a=>{const l=a.__autoHeights;let c=js(this.beans,a).height;for(const d of i){let u=l?.[d.getColId()];const h=s?.getCellSpan(d,a);if(h){if(h.getLastNode()!==a)continue;if(u=s?.getCellSpan(d,a)?.getLastNodeAutoHeight(),!u)return}if(u==null){if(this.colSpanSkipCell(d,a))continue;return}c=Math.max(u,c)}c!==a.rowHeight&&(a.setRowHeight(c),n=!0)};o?.forEachPinnedRow?.("top",r),o?.forEachPinnedRow?.("bottom",r),t.forEachDisplayedNode?.(r),n&&t.onRowHeightChanged?.()}setRowAutoHeight(e,t,s){if(e.__autoHeights??(e.__autoHeights={}),t==null){delete e.__autoHeights[s.getId()];return}const o=e.__autoHeights[s.getId()];e.__autoHeights[s.getId()]=t,o!==t&&this.requestCheckAutoHeight()}colSpanSkipCell(e,t){const{colModel:s,colViewport:o,visibleCols:i}=this.beans;if(!s.colSpanActive)return!1;let n=[];switch(e.getPinned()){case"left":n=i.getLeftColsForRow(t);break;case"right":n=i.getRightColsForRow(t);break;case null:n=o.getColsWithinViewport(t);break}return!n.includes(e)}setupCellAutoHeight(e,t,s){if(!e.column.isAutoHeight()||!t)return!1;this.wasEverActive=!0;const o=t.parentElement,{rowNode:i,column:n}=e,r=this.beans,a=d=>{if(this.beans.editSvc?.isEditing(e)||!e.isAlive()||!s.isAlive())return;const{paddingTop:u,paddingBottom:h,borderBottomWidth:p,borderTopWidth:f}=Po(o),C=u+h+p+f,w=t.offsetHeight+C;if(d<5){const S=!st(r)?.contains(t),y=w==0;if(S||y){window.setTimeout(()=>a(d+1),0);return}}this.setRowAutoHeight(i,w,n)},l=()=>a(0);l();const c=Ms(r,t,l);return s.addDestroyFunc(()=>{c(),this.setRowAutoHeight(i,void 0,n)}),!0}setAutoHeightActive(e){this.active=e.list.some(t=>t.isVisible()&&t.isAutoHeight())}areRowsMeasured(){if(!this.active)return!0;const e=this.beans.rowRenderer.getAllRowCtrls();let t=null;for(const{rowNode:s}of e)if((!t||this.beans.colModel.colSpanActive)&&(t=this.beans.colViewport.getColsWithinViewport(s).filter(i=>i.isAutoHeight())),t.length!==0){if(!s.__autoHeights)return!1;for(const o of t){const i=s.__autoHeights[o.getColId()];if(!i||s.rowHeight<i)return!1}}return!0}},xI={moduleName:"RowAutoHeight",version:U,beans:[yI]},RI={moduleName:"AllCommunity",version:U,dependsOn:[yT,TT,VT,g5,xM,RM,FM,EM,DM,PM,MM,yM,f4,m4,C4,p4,w4,b4,s6,eT,S6,um,I6,k6,V6,U6,tF,Q6,jM,TP,lI,pI,cI,bI,AP,ZT,eC,SI,xI,eF,xT,nI]},ht=g.createContext({}),CC=g.createContext("default"),Hn=(e,t,s,o)=>{if(!e||e.componentFromFramework||t.isDestroyed())return;const n=e.newAgStackInstance();let r,a,l=!1;return n.then(c=>{if(l){t.destroyBean(c);return}r=c,a=r.getGui(),s.appendChild(a),hg(o,r)}),()=>{l=!0,r&&(a?.remove(),t.destroyBean(r),o&&hg(o,void 0))}},hg=(e,t)=>{if(e)if(e instanceof Function)e(t);else{const s=e;s.current=t}},Ht=(...e)=>e.filter(s=>s!=null&&s!=="").join(" "),Wt=class vC{constructor(...t){this.classesMap={};for(const s of t)this.classesMap[s]=!0}setClass(t,s){if(!!this.classesMap[t]==s)return this;const i=new vC;return i.classesMap={...this.classesMap},i.classesMap[t]=s,i}toString(){return Object.keys(this.classesMap).filter(s=>this.classesMap[s]).join(" ")}},xi=e=>{const t=()=>typeof Symbol=="function"&&Symbol.for,s=()=>t()?Symbol.for("react.memo"):60115;return typeof e=="function"&&!(e.prototype&&e.prototype.isReactComponent)||typeof e=="object"&&e.$$typeof===s()},ad=g.version?.split(".")[0],wC=ad==="16"||ad==="17";function FI(){return ad==="19"}var Wr=!1;function EI(e){return Wr||setTimeout(()=>Wr=!1,0),Wr=!0,e()}var Fn=(e,t)=>{!wC&&e&&!Wr?Dn.flushSync(t):t()},DI=e=>{wC?e():g.startTransition(e)};function PI(e,t,s){return g.useSyncExternalStore?g.useSyncExternalStore(e,t):s}function fa(e,t,s){if(t==null||e==null)return t;if(e===t||t.length===0&&e.length===0)return e;if(s||e.length===0&&t.length>0||e.length>0&&t.length===0)return t;const o=[],i=[],n=new Map,r=new Map;for(let a=0;a<t.length;a++){const l=t[a];r.set(l.instanceId,l)}for(let a=0;a<e.length;a++){const l=e[a];n.set(l.instanceId,l),r.has(l.instanceId)&&o.push(l)}for(let a=0;a<t.length;a++){const l=t[a],c=l.instanceId;n.has(c)||i.push(l)}return o.length===e.length&&i.length===0?e:o.length===0&&i.length===t.length?t:o.length===0?i:i.length===0?o:[...o,...i]}var bC=g.forwardRef((e,t)=>{const{registry:s,context:o}=g.useContext(ht),i=g.useRef(null),n=g.useRef(null),r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(),[d,u]=g.useState(),[h,p]=g.useState(),[f,C]=g.useState(),[v,w]=g.useState(()=>new Wt),[b,S]=g.useState(()=>new Wt("ag-hidden")),[y,x]=g.useState(()=>new Wt("ag-hidden")),[R,F]=g.useState(()=>new Wt("ag-invisible"));g.useImperativeHandle(t,()=>({refresh(){return!1}})),g.useLayoutEffect(()=>Hn(d,o,n.current),[d]);const E=g.useCallback(te=>{if(i.current=te,!te||o.isDestroyed()){c.current=o.destroyBean(c.current);return}const A={setInnerRenderer:(z,ee)=>{u(z),C(ee)},setChildCount:z=>p(z),toggleCss:(z,ee)=>w(q=>q.setClass(z,ee)),setContractedDisplayed:z=>x(ee=>ee.setClass("ag-hidden",!z)),setExpandedDisplayed:z=>S(ee=>ee.setClass("ag-hidden",!z)),setCheckboxVisible:z=>F(ee=>ee.setClass("ag-invisible",!z)),setCheckboxSpacing:z=>F(ee=>ee.setClass("ag-group-checkbox-spacing",z))},ie=s.createDynamicBean("groupCellRendererCtrl",!0);ie&&(c.current=o.createBean(ie),c.current.init(A,te,r.current,a.current,l.current,bC,e))},[]),P=g.useMemo(()=>`ag-cell-wrapper ${v.toString()}`,[v]),M=g.useMemo(()=>`ag-group-expanded ${b.toString()}`,[b]),D=g.useMemo(()=>`ag-group-contracted ${y.toString()}`,[y]),T=g.useMemo(()=>`ag-group-checkbox ${R.toString()}`,[R]),V=d?.componentFromFramework,_=V?d.componentClass:void 0,L=d==null&&f!=null,Y=bi(f);return g.createElement("span",{className:P,ref:E,...e.colDef?{}:{role:c.current?.getCellAriaRole()}},g.createElement("span",{className:M,ref:a}),g.createElement("span",{className:D,ref:l}),g.createElement("span",{className:T,ref:r}),g.createElement("span",{className:"ag-group-value",ref:n},L?Y:V?g.createElement(_,{...d.params}):null),g.createElement("span",{className:"ag-group-child-count"},h))}),gg=bC,du=g.createContext({setMethods:()=>{}}),MI=e=>{const{initialProps:t,addUpdateCallback:s,CustomComponentClass:o,setMethods:i}=e,[{key:n,...r},a]=g.useState(t);return g.useEffect(()=>{s(l=>a(l))},[]),g.createElement(du.Provider,{value:{setMethods:i}},g.createElement(o,{key:n,...r}))},TI=g.memo(MI),II=0;function pg(){return`agPortalKey_${++II}`}var SC=class{constructor(e,t,s,o){this.portal=null,this.oldPortal=null,this.reactComponent=e,this.portalManager=t,this.componentType=s,this.suppressFallbackMethods=!!o,this.statelessComponent=this.isStateless(this.reactComponent),this.key=pg(),this.portalKey=pg(),this.instanceCreated=this.isStatelessComponent()?Ee.resolve(!1):new Ee(i=>{this.resolveInstanceCreated=i})}getGui(){return this.eParentElement}getRootElement(){return this.eParentElement.firstChild}destroy(){this.componentInstance&&typeof this.componentInstance.destroy=="function"&&this.componentInstance.destroy();const e=this.portal;e&&this.portalManager.destroyPortal(e)}createParentElement(e){const t=this.portalManager.getComponentWrappingElement(),s=document.createElement(t||"div");return s.classList.add("ag-react-container"),e.reactContainer=s,s}statelessComponentRendered(){return this.eParentElement.childElementCount>0||this.eParentElement.childNodes.length>0}getFrameworkComponentInstance(){return this.componentInstance}isStatelessComponent(){return this.statelessComponent}getReactComponentName(){return this.reactComponent.name}getMemoType(){return this.hasSymbol()?Symbol.for("react.memo"):60115}hasSymbol(){return typeof Symbol=="function"&&Symbol.for}isStateless(e){return typeof e=="function"&&!(e.prototype&&e.prototype.isReactComponent)||typeof e=="object"&&e.$$typeof===this.getMemoType()}hasMethod(e){const t=this.getFrameworkComponentInstance();return!!t&&t[e]!=null||this.fallbackMethodAvailable(e)}callMethod(e,t){const s=this.getFrameworkComponentInstance();if(this.isStatelessComponent())return this.fallbackMethod(e,t&&t[0]?t[0]:{});if(!s){setTimeout(()=>this.callMethod(e,t));return}const o=s[e];if(o)return o.apply(s,t);if(this.fallbackMethodAvailable(e))return this.fallbackMethod(e,t&&t[0]?t[0]:{})}addMethod(e,t){this[e]=t}init(e){return this.eParentElement=this.createParentElement(e),this.createOrUpdatePortal(e),new Ee(t=>this.createReactComponent(t))}createOrUpdatePortal(e){this.isStatelessComponent()||(this.ref=t=>{this.componentInstance=t,this.resolveInstanceCreated?.(!0),this.resolveInstanceCreated=void 0},e.ref=this.ref),this.reactElement=this.createElement(this.reactComponent,{...e,key:this.key}),this.portal=Dn.createPortal(this.reactElement,this.eParentElement,this.portalKey)}createElement(e,t){return g.createElement(e,t)}createReactComponent(e){this.portalManager.mountReactPortal(this.portal,this,e)}rendered(){return this.isStatelessComponent()&&this.statelessComponentRendered()||!!(!this.isStatelessComponent()&&this.getFrameworkComponentInstance())}refreshComponent(e){this.oldPortal=this.portal,this.createOrUpdatePortal(e),this.portalManager.updateReactPortal(this.oldPortal,this.portal)}fallbackMethod(e,t){const s=this[`${e}Component`];if(!this.suppressFallbackMethods&&s)return s.bind(this)(t)}fallbackMethodAvailable(e){return this.suppressFallbackMethods?!1:!!this[`${e}Component`]}};function ja(e,t,s){for(const o of e){const i=t[o];i&&(s[o]=i)}}var At=class extends SC{constructor(){super(...arguments),this.awaitUpdateCallback=new Ee(e=>{this.resolveUpdateCallback=e}),this.wrapperComponent=TI}init(e){return this.sourceParams=e,super.init(this.getProps())}addMethod(){}getInstance(){return this.instanceCreated.then(()=>this.componentInstance)}getFrameworkComponentInstance(){return this}createElement(e,t){return super.createElement(this.wrapperComponent,{initialProps:t,CustomComponentClass:e,setMethods:s=>this.setMethods(s),addUpdateCallback:s=>{this.updateCallback=()=>(s(this.getProps()),new Ee(o=>{setTimeout(()=>{o()})})),this.resolveUpdateCallback()}})}setMethods(e){this.providedMethods=e,ja(this.getOptionalMethods(),this.providedMethods,this)}getOptionalMethods(){return[]}getProps(){return{...this.sourceParams,key:this.key,ref:this.ref}}refreshProps(){return this.updateCallback?this.updateCallback():new Ee(e=>this.awaitUpdateCallback.then(()=>{this.updateCallback().then(()=>e())}))}},kI=class extends At{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},AI=class extends At{constructor(){super(...arguments),this.date=null,this.onDateChange=e=>this.updateDate(e)}getDate(){return this.date}setDate(e){this.date=e,this.refreshProps()}refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached","setInputPlaceholder","setInputAriaLabel","setDisabled"]}updateDate(e){this.setDate(e),this.sourceParams.onDateChanged()}getProps(){const e=super.getProps();return e.date=this.date,e.onDateChange=this.onDateChange,delete e.onDateChanged,e}},LI=class extends At{constructor(){super(...arguments),this.label="",this.icon=null,this.shake=!1}setIcon(e,t){this.icon=e,this.shake=t,this.refreshProps()}setLabel(e){this.label=e,this.refreshProps()}getProps(){const e=super.getProps(),{label:t,icon:s,shake:o}=this;return e.label=t,e.icon=s,e.shake=o,e}},OI=class extends At{constructor(){super(...arguments),this.model=null,this.onModelChange=e=>this.updateModel(e),this.onUiChange=()=>this.sourceParams.filterModifiedCallback(),this.expectingNewMethods=!0,this.hasBeenActive=!1,this.awaitSetMethodsCallback=new Ee(e=>{this.resolveSetMethodsCallback=e})}isFilterActive(){return this.model!=null}doesFilterPass(e){return this.providedMethods.doesFilterPass(e)}getModel(){return this.model}setModel(e){return this.expectingNewMethods=!0,this.model=e,this.hasBeenActive||(this.hasBeenActive=this.isFilterActive()),this.refreshProps()}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}afterGuiAttached(e){const t=this.providedMethods;t?t.afterGuiAttached?.(e):this.awaitSetMethodsCallback.then(()=>this.providedMethods?.afterGuiAttached?.(e))}getOptionalMethods(){return["afterGuiDetached","onNewRowsLoaded","getModelAsString","onAnyFilterChanged"]}setMethods(e){this.expectingNewMethods===!1&&this.hasBeenActive&&this.providedMethods?.doesFilterPass!==e?.doesFilterPass&&setTimeout(()=>{this.sourceParams.filterChangedCallback()}),this.expectingNewMethods=!1,super.setMethods(e),this.resolveSetMethodsCallback(),this.resolveFilterPassCallback?.(),this.resolveFilterPassCallback=void 0}updateModel(e){this.resolveFilterPassCallback?.();const t=new Ee(s=>{this.resolveFilterPassCallback=s});this.setModel(e).then(()=>{t.then(()=>{this.sourceParams.filterChangedCallback()})})}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e.onUiChange=this.onUiChange,delete e.filterChangedCallback,e}},NI=class extends At{constructor(){super(...arguments),this.awaitSetMethodsCallback=new Ee(e=>{this.resolveSetMethodsCallback=e})}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}afterGuiAttached(e){const t=this.providedMethods;t?t.afterGuiAttached?.(e):this.awaitSetMethodsCallback.then(()=>this.providedMethods?.afterGuiAttached?.(e))}getOptionalMethods(){return["afterGuiDetached","onNewRowsLoaded","onAnyFilterChanged"]}setMethods(e){super.setMethods(e),this.resolveSetMethodsCallback()}};function yC(e,t){e.parentFilterInstance(s=>{(s.setModel(t)||Ee.resolve()).then(()=>{e.filterParams.filterChangedCallback()})})}var HI=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t,this.model=null,this.onModelChange=s=>this.updateModel(s)}getProps(){return{...this.floatingFilterParams,model:this.model,onModelChange:this.onModelChange}}onParentModelChanged(e){this.model=e,this.refreshProps()}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){ja(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),yC(this.floatingFilterParams,e)}},GI=class extends At{constructor(){super(...arguments),this.model=null,this.onModelChange=e=>this.updateModel(e)}onParentModelChanged(e){this.model=e,this.refreshProps()}refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),yC(this.sourceParams,e)}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e}},BI=class extends At{refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}},VI=class extends At{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},zI=class extends At{refresh(e){this.sourceParams=e,this.refreshProps()}},WI=class extends At{constructor(){super(...arguments),this.active=!1,this.expanded=!1,this.onActiveChange=e=>this.updateActive(e)}setActive(e){this.awaitSetActive(e)}setExpanded(e){this.expanded=e,this.refreshProps()}getOptionalMethods(){return["select","configureDefaults"]}awaitSetActive(e){return this.active=e,this.refreshProps()}updateActive(e){const t=this.awaitSetActive(e);e&&t.then(()=>this.sourceParams.onItemActivated())}getProps(){const e=super.getProps();return e.active=this.active,e.expanded=this.expanded,e.onActiveChange=this.onActiveChange,delete e.onItemActivated,e}},_I=class extends At{refresh(e){this.sourceParams=e,this.refreshProps()}},jI=class extends At{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},UI=class extends At{constructor(){super(...arguments),this.onStateChange=e=>this.updateState(e)}refresh(e){return this.sourceParams=e,this.refreshProps(),!0}getState(){return this.state}updateState(e){this.state=e,this.refreshProps(),this.sourceParams.onStateUpdated()}getProps(){const e=super.getProps();return e.state=this.state,e.onStateChange=this.onStateChange,e}};function uu(){B(231)}var $I=1e3,KI=class{constructor(e,t,s){this.destroyed=!1,this.portals=[],this.hasPendingPortalUpdate=!1,this.wrappingElement=t||"div",this.refresher=e,this.maxComponentCreationTimeMs=s||$I}getPortals(){return this.portals}destroy(){this.destroyed=!0}destroyPortal(e){this.portals=this.portals.filter(t=>t!==e),this.batchUpdate()}getComponentWrappingElement(){return this.wrappingElement}mountReactPortal(e,t,s){this.portals=[...this.portals,e],this.waitForInstance(t,s),this.batchUpdate()}updateReactPortal(e,t){this.portals[this.portals.indexOf(e)]=t,this.batchUpdate()}batchUpdate(){this.hasPendingPortalUpdate||(setTimeout(()=>{this.destroyed||(this.refresher(),this.hasPendingPortalUpdate=!1)}),this.hasPendingPortalUpdate=!0)}waitForInstance(e,t,s=Date.now()){if(this.destroyed){t(null);return}if(e.rendered())t(e);else{if(Date.now()-s>=this.maxComponentCreationTimeMs&&!this.hasPendingPortalUpdate){Fn(!0,()=>this.refresher()),e.rendered()&&t(e);return}window.setTimeout(()=>{this.waitForInstance(e,t,s)})}}},qI=({ctrl:e})=>{const t=e.isAlive(),{context:s}=g.useContext(ht),[o,i]=g.useState(),[n,r]=g.useState(),a=g.useRef(),l=g.useRef(null),c=g.useRef(null),d=g.useRef(null),u=g.useRef(),h=g.useRef();t&&!h.current&&(h.current=new kn(()=>l.current));const p=g.useCallback(w=>{if(l.current=w,!w||!e.isAlive()||s.isDestroyed()){a.current=s.destroyBean(a.current);return}a.current=s.createBean(new Si);const b=()=>{const y=e.getSelectAllGui();y&&(c.current?.insertAdjacentElement("afterend",y),a.current.addDestroyFunc(()=>y.remove()))},S={setWidth:y=>{l.current&&(l.current.style.width=y)},toggleCss:(y,x)=>h.current.toggleCss(y,x),setUserStyles:y=>r(y),setAriaSort:y=>{l.current&&(y?Xb(l.current,y):Qb(l.current))},setUserCompDetails:y=>i(y),getUserCompInstance:()=>u.current||void 0,refreshSelectAllGui:b,removeSelectAllGui:()=>e.getSelectAllGui()?.remove()};e.setComp(S,w,c.current,d.current,a.current),b()},[]);g.useLayoutEffect(()=>Hn(o,s,d.current,u),[o]),g.useEffect(()=>{e.setDragSource(l.current)},[o]);const f=g.useMemo(()=>!!(o?.componentFromFramework&&xi(o.componentClass)),[o]),C=o?.componentFromFramework,v=o?.componentClass;return g.createElement("div",{ref:p,style:n,className:"ag-header-cell",role:"columnheader"},g.createElement("div",{ref:c,className:"ag-header-cell-resize",role:"presentation"}),g.createElement("div",{ref:d,className:"ag-header-cell-comp-wrapper",role:"presentation"},C?f?g.createElement(v,{...o.params}):g.createElement(v,{...o.params,ref:u}):null))},YI=g.memo(qI),ZI=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t}getProps(){return this.floatingFilterParams}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){ja(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}},XI=({ctrl:e})=>{const{context:t,gos:s}=g.useContext(ht),[o,i]=g.useState(),[n,r]=g.useState(()=>new Wt("ag-header-cell","ag-floating-filter")),[a,l]=g.useState(()=>new Wt),[c,d]=g.useState(()=>new Wt("ag-floating-filter-button","ag-hidden")),[u,h]=g.useState("false"),[p,f]=g.useState(),[,C]=g.useState(1),v=g.useRef(),w=g.useRef(null),b=g.useRef(null),S=g.useRef(null),y=g.useRef(null),x=g.useRef(),R=g.useRef(),F=z=>{z!=null&&x.current&&x.current(z)},E=g.useCallback(z=>{if(w.current=z,!z||!e.isAlive()||t.isDestroyed()){v.current=t.destroyBean(v.current);return}v.current=t.createBean(new Si),R.current=new Ee(q=>{x.current=q});const ee={toggleCss:(q,X)=>r($=>$.setClass(q,X)),setUserStyles:q=>i(q),addOrRemoveBodyCssClass:(q,X)=>l($=>$.setClass(q,X)),setButtonWrapperDisplayed:q=>{d(X=>X.setClass("ag-hidden",!q)),h(q?"false":"true")},setWidth:q=>{w.current&&(w.current.style.width=q)},setCompDetails:q=>f(q),getFloatingFilterComp:()=>R.current?R.current:null,setMenuIcon:q=>y.current?.appendChild(q)};e.setComp(ee,z,y.current,b.current,v.current)},[]);g.useLayoutEffect(()=>Hn(p,t,b.current,F),[p]);const P=g.useMemo(()=>n.toString(),[n]),M=g.useMemo(()=>a.toString(),[a]),D=g.useMemo(()=>c.toString(),[c]),T=g.useMemo(()=>!!(p&&p.componentFromFramework&&xi(p.componentClass)),[p]),V=g.useMemo(()=>s.get("reactiveCustomComponents"),[]),_=g.useMemo(()=>s.get("enableFilterHandlers"),[]),[L,Y]=g.useState();g.useEffect(()=>{if(p?.componentFromFramework)if(V){const z=_?ZI:HI,ee=new z(p.params,()=>C(q=>q+1));F(ee),Y(ee)}else uu()},[p]);const te=L?.getProps(),A=p?.componentFromFramework,ie=p?.componentClass;return g.createElement("div",{ref:E,style:o,className:P,role:"gridcell"},g.createElement("div",{ref:b,className:M,role:"presentation"},A?V?te&&g.createElement(du.Provider,{value:{setMethods:z=>L.setMethods(z)}},g.createElement(ie,{...te})):g.createElement(ie,{...p.params,ref:T?()=>{}:F}):null),g.createElement("div",{ref:S,"aria-hidden":u,className:D,role:"presentation"},g.createElement("button",{ref:y,type:"button",className:"ag-button ag-floating-filter-button-button",tabIndex:-1})))},QI=g.memo(XI),JI=({ctrl:e})=>{const{context:t}=g.useContext(ht),[s,o]=g.useState(),[i,n]=g.useState(()=>new Wt),[r,a]=g.useState(()=>new Wt),[l,c]=g.useState("false"),[d,u]=g.useState(),[h,p]=g.useState(),f=g.useRef(),C=g.useRef(null),v=g.useRef(null),w=g.useRef(null),b=g.useRef(),S=g.useCallback(P=>{if(C.current=P,!P||!e.isAlive()||t.isDestroyed()){f.current=t.destroyBean(f.current);return}f.current=t.createBean(new Si);const M={setWidth:D=>{C.current&&(C.current.style.width=D)},toggleCss:(D,T)=>n(V=>V.setClass(D,T)),setUserStyles:D=>o(D),setHeaderWrapperHidden:D=>{const T=w.current;T&&(D?T.style.setProperty("display","none"):T.style.removeProperty("display"))},setHeaderWrapperMaxHeight:D=>{const T=w.current;T&&(D!=null?T.style.setProperty("max-height",`${D}px`):T.style.removeProperty("max-height"),T.classList.toggle("ag-header-cell-comp-wrapper-limited-height",D!=null))},setUserCompDetails:D=>p(D),setResizableDisplayed:D=>{a(T=>T.setClass("ag-hidden",!D)),c(D?"false":"true")},setAriaExpanded:D=>u(D),getUserCompInstance:()=>b.current||void 0};e.setComp(M,P,v.current,w.current,f.current)},[]);g.useLayoutEffect(()=>Hn(h,t,w.current),[h]),g.useEffect(()=>{C.current&&e.setDragSource(C.current)},[h]);const y=g.useMemo(()=>!!(h?.componentFromFramework&&xi(h.componentClass)),[h]),x=g.useMemo(()=>"ag-header-group-cell "+i.toString(),[i]),R=g.useMemo(()=>"ag-header-cell-resize "+r.toString(),[r]),F=h?.componentFromFramework,E=h?.componentClass;return g.createElement("div",{ref:S,style:s,className:x,role:"columnheader","aria-expanded":d},g.createElement("div",{ref:w,className:"ag-header-cell-comp-wrapper",role:"presentation"},F?y?g.createElement(E,{...h.params}):g.createElement(E,{...h.params,ref:b}):null),g.createElement("div",{ref:v,"aria-hidden":l,className:R}))},ek=g.memo(JI),tk=({ctrl:e})=>{const{gos:t,context:s}=g.useContext(ht),{topOffset:o,rowHeight:i}=g.useMemo(()=>e.getTopAndHeight(),[]),n=g.useMemo(()=>t.get("tabIndex"),[]),[r,a]=g.useState(()=>e.getAriaRowIndex()),l=e.headerRowClass,[c,d]=g.useState(()=>i+"px"),[u,h]=g.useState(()=>o+"px"),p=g.useRef(null),[f,C]=g.useState(()=>e.getUpdatedHeaderCtrls()),v=g.useRef(),w=g.useRef(null),b=g.useCallback(x=>{if(w.current=x,!x||!e.isAlive()||s.isDestroyed()){v.current=s.destroyBean(v.current);return}v.current=s.createBean(new Si);const R={setHeight:F=>d(F),setTop:F=>h(F),setHeaderCtrls:(F,E,P)=>{const M=p.current,D=fa(M,F,E);D!==M&&(p.current=D,Fn(P,()=>C(D)))},setWidth:F=>{w.current&&(w.current.style.width=F)},setRowIndex:F=>{a(F)}};e.setComp(R,v.current,!1)},[]),S=g.useMemo(()=>({height:c,top:u}),[c,u]),y=g.useCallback(x=>{switch(e.type){case"group":return g.createElement(ek,{ctrl:x,key:x.instanceId});case"filter":return g.createElement(QI,{ctrl:x,key:x.instanceId});default:return g.createElement(YI,{ctrl:x,key:x.instanceId})}},[]);return g.createElement("div",{ref:b,className:l,role:"row",style:S,tabIndex:n,"aria-rowindex":r},f.map(y))},sk=g.memo(tk),ok=({pinned:e})=>{const[t,s]=g.useState(!0),[o,i]=g.useState([]),{context:n}=g.useContext(ht),r=g.useRef(null),a=g.useRef(null),l=g.useRef(),c=e==="left",d=e==="right",u=!c&&!d,h=g.useCallback(C=>{if(r.current=C,!C||n.isDestroyed()){l.current=n.destroyBean(l.current);return}l.current=n.createBean(new HR(e));const v={setDisplayed:s,setCtrls:w=>i(w),setCenterWidth:w=>{a.current&&(a.current.style.width=w)},setViewportScrollLeft:w=>{r.current&&(r.current.scrollLeft=w)},setPinnedContainerWidth:w=>{r.current&&(r.current.style.width=w,r.current.style.minWidth=w,r.current.style.maxWidth=w)}};l.current.setComp(v,r.current)},[]),p=t?"":"ag-hidden",f=()=>o.map(C=>g.createElement(sk,{ctrl:C,key:C.instanceId}));return c?g.createElement("div",{ref:h,className:"ag-pinned-left-header "+p,"aria-hidden":!t,role:"rowgroup"},f()):d?g.createElement("div",{ref:h,className:"ag-pinned-right-header "+p,"aria-hidden":!t,role:"rowgroup"},f()):u?g.createElement("div",{ref:h,className:"ag-header-viewport "+p,role:"rowgroup",tabIndex:-1},g.createElement("div",{ref:a,className:"ag-header-container",role:"presentation"},f())):null},cc=g.memo(ok),ik=()=>{const[e,t]=g.useState(()=>new Wt),[s,o]=g.useState(),{context:i}=g.useContext(ht),n=g.useRef(null),r=g.useRef(),a=g.useCallback(d=>{if(n.current=d,!d||i.isDestroyed()){r.current=i.destroyBean(r.current);return}r.current=i.createBean(new AR);const u={toggleCss:(h,p)=>t(f=>f.setClass(h,p)),setHeightAndMinHeight:h=>o(h)};r.current.setComp(u,d,d)},[]),l=g.useMemo(()=>"ag-header "+e.toString(),[e]),c=g.useMemo(()=>({height:s,minHeight:s}),[s]);return g.createElement("div",{ref:a,className:l,style:c,role:"presentation"},g.createElement(cc,{pinned:"left"}),g.createElement(cc,{pinned:null}),g.createElement(cc,{pinned:"right"}))},nk=g.memo(ik),rk=(e,t)=>{g.useEffect(()=>{const s=t.current;if(s){const o=s.parentElement;if(o){const i=document.createComment(e);return o.insertBefore(i,s),()=>{i.remove()}}}},[e])},oo=rk,ak=class{constructor(e,t){this.cellEditorParams=e,this.refreshProps=t,this.instanceCreated=new Ee(s=>{this.resolveInstanceCreated=s}),this.onValueChange=s=>this.updateValue(s),this.value=e.value}getProps(){return{...this.cellEditorParams,initialValue:this.cellEditorParams.value,value:this.value,onValueChange:this.onValueChange}}getValue(){return this.value}refresh(e){this.cellEditorParams=e,this.refreshProps()}setMethods(e){ja(this.getOptionalMethods(),e,this)}getInstance(){return this.instanceCreated.then(()=>this.componentInstance)}setRef(e){this.componentInstance=e,this.resolveInstanceCreated?.(),this.resolveInstanceCreated=void 0}getOptionalMethods(){return["isCancelBeforeStart","isCancelAfterEnd","focusIn","focusOut","afterGuiAttached","getValidationErrors","getValidationElement"]}updateValue(e){this.value=e,this.refreshProps()}},lk=e=>{const t=g.useRef(e),s=g.useRef(),o=g.useRef(!1),i=g.useRef(!1),[,n]=g.useState(0);o.current&&(i.current=!0),g.useEffect(()=>(o.current||(s.current=t.current(),o.current=!0),n(r=>r+1),()=>{i.current&&s.current?.()}),[])},ck=e=>{const[t,s]=g.useState(),o=g.useContext(ht),{context:i,popupSvc:n,gos:r,editSvc:a}=o,{editDetails:l,cellCtrl:c,eParentCell:d}=e;return lk(()=>{const{compDetails:u}=l,h=r.get("stopEditingWhenCellsLoseFocus");let p,f;if(!i.isDestroyed()){f=i.createBean(a.createPopupEditorWrapper(u.params));const C=f.getGui();if(e.jsChildComp){const x=e.jsChildComp.getGui();x&&C.appendChild(x)}const{column:v,rowNode:w}=c,b={column:v,rowNode:w,type:"popupCellEditor",eventSource:d,ePopup:C,position:l.popupPosition,keepWithinBounds:!0},S=n?.positionPopupByComponent.bind(n,b),y=n?.addPopup({modal:h,eChild:C,closeOnEsc:!0,closedCallback:()=>{c.onPopupEditorClosed()},anchorToElement:d,positionCallback:S,ariaOwns:d});p=y?y.hideFunc:void 0,s(f),e.jsChildComp?.afterGuiAttached?.()}return()=>{p?.(),i.destroyBean(f)}}),g.useLayoutEffect(()=>()=>{c.isCellFocused()&&t?.getGui().contains(je(o))&&d.focus({preventScroll:!0})},[t]),t&&e.wrappedContent?Dn.createPortal(e.wrappedContent,t.getGui()):null},fg=g.memo(ck),dk=(e,t,s)=>{const{compProxy:o}=e;s(o);const i=o.getProps(),n=xi(t);return g.createElement(du.Provider,{value:{setMethods:r=>o.setMethods(r)}},n?g.createElement(t,{...i}):g.createElement(t,{...i,ref:r=>o.setRef(r)}))},mg=(e,t,s)=>e.compProxy?dk(e,t,s):g.createElement(t,{...e.compDetails.params,ref:s}),uk=(e,t,s,o,i)=>{const n=e.compDetails,r=n.componentClass,a=n.componentFromFramework&&!e.popup,l=n.componentFromFramework&&e.popup,c=!n.componentFromFramework&&e.popup;return a?mg(e,r,t):l?g.createElement(fg,{editDetails:e,cellCtrl:o,eParentCell:s,wrappedContent:mg(e,r,t)}):c&&i?g.createElement(fg,{editDetails:e,cellCtrl:o,eParentCell:s,jsChildComp:i}):null},hk=(e,t,s,o,i,n)=>{const{context:r}=g.useContext(ht),a=g.useCallback(()=>{const l=i.current;if(!l)return;const c=l.getGui();c&&c.parentElement&&c.remove(),r.destroyBean(l),i.current=void 0},[]);g.useEffect(()=>{const l=e!=null,c=e?.compDetails&&!e.compDetails.componentFromFramework,d=t&&s==null;if(!(l&&c&&!d)){a();return}const h=e.compDetails;if(i.current){const f=i.current,v=f.refresh!=null&&e.force==!1?f.refresh(h.params):!1;if(v===!0||v===void 0)return;a()}h.newAgStackInstance().then(f=>{if(!f)return;const C=f.getGui();if(!C)return;(t?s:n.current).appendChild(C),i.current=f})},[e,t,o]),g.useEffect(()=>a,[])},xC=hk,gk=({cellCtrl:e,parent:t})=>{const s=g.useRef(),o=g.useMemo(()=>{const{loadingComp:i}=e.getDeferLoadingCellRenderer();return i?{value:void 0,compDetails:i,force:!1}:void 0},[e]);if(xC(o,!1,void 0,1,s,t),o?.compDetails?.componentFromFramework){const i=o.compDetails.componentClass;return g.createElement(i,{...o.compDetails.params})}return g.createElement(g.Fragment,null)},pk=({cellCtrl:e,printLayout:t,editingCell:s})=>{const o=g.useContext(ht),{context:i}=o,{column:{colIdSanitised:n},instanceId:r}=e,a=g.useRef(),[l,c]=g.useState(()=>e.isCellRenderer()?void 0:{compDetails:void 0,value:e.getValueToDisplay(),force:!1}),[d,u]=g.useState(),[h,p]=g.useState(1),[f,C]=g.useState(),[v,w]=g.useState(!1),[b,S]=g.useState(!1),[y,x]=g.useState(!1),[R,F]=g.useState(),E=g.useMemo(()=>e.isForceWrapper(),[e]),P=g.useMemo(()=>e.getCellAriaRole(),[e]),M=g.useRef(null),D=g.useRef(null),T=g.useRef(null),V=g.useRef(),_=g.useRef(),L=g.useRef(),Y=g.useRef([]),te=g.useRef(),A=g.useRef(),[ie,z]=g.useState(0),ee=g.useCallback(ne=>{A.current=ne,z(ye=>ye+1)},[]),q=l!=null&&(v||y||b)&&(d==null||!!d.popup),X=E||q,$=g.useMemo(()=>e.getCellValueClass(),[e]),Q=g.useCallback(ne=>{if(_.current=ne,ne){const ye=ne.isCancelBeforeStart&&ne.isCancelBeforeStart();setTimeout(()=>{ye?(e.stopEditing(!0),e.focusCell(!0)):(e.cellEditorAttached(),e.enableEditorTooltipFeature(ne))})}},[e]),pe=g.useRef();pe.current||(pe.current=new kn(()=>M.current)),xC(l,X,A.current,ie,V,M);const G=g.useRef();g.useLayoutEffect(()=>{const ne=G.current,ye=l;if(G.current=l,ne==null||ne.compDetails==null||ye==null||ye.compDetails==null)return;te.current?.refreshVisibility();const Le=ne.compDetails,Pe=ye.compDetails;if(Le.componentClass!=Pe.componentClass||T.current?.refresh==null)return;T.current.refresh(Pe.params)!=!0&&p(ve=>ve+1)},[l]),g.useLayoutEffect(()=>{if(!(d&&!d.compDetails.componentFromFramework)||i.isDestroyed())return;const ye=d.compDetails,Le=d.popup===!0,Pe=ye.newAgStackInstance();return Pe.then(me=>{if(!me)return;const ve=me.getGui();Q(me),Le||((E?L:M).current?.appendChild(ve),me.afterGuiAttached?.()),F(me)}),()=>{Pe.then(me=>{const ve=me.getGui();e.disableEditorTooltipFeature(),i.destroyBean(me),Q(void 0),F(void 0),ve?.remove()})}},[d]);const J=g.useCallback(ne=>{if(L.current=ne,!ne||i.isDestroyed()||!e.isAlive()){const Pe=Y.current;Y.current=[];for(const me of Pe)me();return}let ye;const Le=Pe=>{Pe&&(ne.insertAdjacentElement("afterbegin",Pe.getGui()),Y.current.push(()=>{_s(Pe.getGui()),i.destroyBean(Pe),te.current===ye&&(te.current=void 0)}))};v&&Le(e.createSelectionCheckbox()),y&&Le(e.createDndSource()),b&&(ye=e.createRowDragComp(),te.current=ye,ye&&(Le(ye),ye.refreshVisibility()))},[e,i,y,b,v]),O=g.useCallback(()=>{const ne=!e.isCellSpanning()||D.current,ye=M.current;if(!ye||!ne||!e||!e.isAlive()||i.isDestroyed()){a.current=i.destroyBean(a.current);return}a.current=i.createBean(new Si);const Le={toggleCss:(me,ve)=>pe.current.toggleCss(me,ve),setUserStyles:me=>C(me),getFocusableElement:()=>M.current,setIncludeSelection:me=>w(me),setIncludeRowDrag:me=>S(me),setIncludeDndSource:me=>x(me),getCellEditor:()=>_.current??null,getCellRenderer:()=>T.current??V.current,getParentOfValue:()=>A.current??L.current??M.current,setRenderDetails:(me,ve,ze)=>{const We=()=>{c(Oe=>Oe?.compDetails!==me||Oe?.value!==ve||Oe?.force!==ze?{value:ve,compDetails:me,force:ze}:Oe)};if(me?.params?.deferRender&&!e.rowNode.group){const{loadingComp:Oe,onReady:at}=e.getDeferLoadingCellRenderer();if(Oe){c({value:void 0,compDetails:Oe,force:!1}),at.then(()=>DI(We));return}}We()},setEditDetails:(me,ve,ze,We)=>{if(me){let Oe;me.componentFromFramework&&(We?Oe=new ak(me.params,()=>p(at=>at+1)):uu()),u({compDetails:me,popup:ve,popupPosition:ze,compProxy:Oe}),ve||c(void 0)}else e.hasBrowserFocus()&&Le.getFocusableElement().focus({preventScroll:!0}),_.current=void 0,u(void 0)},refreshEditStyles:(me,ve)=>{if(!M.current)return;const{current:ze}=pe;ze.toggleCss("ag-cell-value",!X),ze.toggleCss("ag-cell-inline-editing",!!me&&!ve),ze.toggleCss("ag-cell-popup-editing",!!me&&!!ve),ze.toggleCss("ag-cell-not-inline-editing",!me||!!ve)}},Pe=L.current||void 0;e.setComp(Le,ye,D.current??void 0,Pe,t,s,a.current)},[]),N=g.useCallback(ne=>{M.current=ne,O()},[]),se=g.useCallback(ne=>{D.current=ne,O()},[]),oe=g.useMemo(()=>!!(l?.compDetails?.componentFromFramework&&xi(l.compDetails.componentClass)),[l]);g.useLayoutEffect(()=>{if(!M.current)return;const{current:ne}=pe;ne.toggleCss("ag-cell-value",!X),ne.toggleCss("ag-cell-inline-editing",!!d&&!d.popup),ne.toggleCss("ag-cell-popup-editing",!!d&&!!d.popup),ne.toggleCss("ag-cell-not-inline-editing",!d||!!d.popup)});const Ce=()=>{const{compDetails:ne,value:ye}=l;if(!ne)return ye?.toString?.()??ye;if(ne.componentFromFramework){const Le=ne.componentClass;return g.createElement(g.Suspense,{fallback:g.createElement(gk,{cellCtrl:e,parent:M})},oe?g.createElement(Le,{...ne.params,key:h}):g.createElement(Le,{...ne.params,key:h,ref:T}))}},Se=()=>{const ne=()=>l==null?null:X?g.createElement("span",{role:"presentation",id:`cell-${r}`,className:$,ref:ee},Ce()):Ce(),ye=Le=>uk(Le,Q,M.current,e,R);return d!=null?d.popup?g.createElement(g.Fragment,null,ne(),ye(d)):ye(d):ne()},De=()=>g.createElement("div",{ref:N,style:f,role:P,"col-id":n},X?g.createElement("div",{className:"ag-cell-wrapper",role:"presentation",ref:J},Se()):Se());return e.isCellSpanning()?g.createElement("div",{ref:se,className:"ag-spanned-cell-wrapper",role:"presentation"},De()):De()},fk=g.memo(pk),mk=({rowCtrl:e,containerType:t})=>{const{context:s,gos:o,editSvc:i}=g.useContext(ht),n=g.useContext(CC)==="default",r=g.useRef(),a=g.useRef(e.getDomOrder()),l=e.isFullWidth(),c=e.rowNode.displayed,[d,u]=g.useState(()=>c?e.rowNode.getRowIndexString():null),[h,p]=g.useState(()=>e.rowId),[f,C]=g.useState(()=>e.businessKey),[v,w]=g.useState(()=>e.rowStyles),b=g.useRef(null),[S,y]=g.useState(()=>null),[x,R]=g.useState(),[F,E]=g.useState(()=>c?e.getInitialRowTop(t):void 0),[P,M]=g.useState(()=>c?e.getInitialTransform(t):void 0),D=g.useRef(null),T=g.useRef(),V=g.useRef(),_=g.useRef(!1),[L,Y]=g.useState(0);g.useEffect(()=>{if(_.current||!x||L>10)return;const N=D.current?.firstChild;N?(e.setupDetailRowAutoHeight(N),_.current=!0):Y(se=>se+1)},[x,L]);const te=g.useRef();te.current||(te.current=new kn(()=>D.current));const A=g.useRef(()=>{}),ie=g.useCallback(N=>(A.current=N,()=>{A.current=()=>{}}),[]),z=PI(ie,()=>b.current,[]),ee=n?z:S,q=g.useCallback(N=>{if(D.current=N,r.current=N?s.createBean(new Si):s.destroyBean(r.current),!N){e.unsetComp(t);return}if(!e.isAlive()||s.isDestroyed())return;const se={setTop:E,setTransform:M,toggleCss:(oe,Ce)=>te.current.toggleCss(oe,Ce),setDomOrder:oe=>a.current=oe,setRowIndex:u,setRowId:p,setRowBusinessKey:C,setUserStyles:w,setCellCtrls:(oe,Ce)=>{const Se=b.current,De=fa(Se,oe,a.current);De!==Se&&(b.current=De,n?A.current():Fn(Ce,()=>y(De)))},showFullWidth:oe=>{V.current=oe.params,R(oe)},getFullWidthCellRenderer:()=>T.current,getFullWidthCellRendererParams:()=>V.current,refreshFullWidth:oe=>{const Ce=oe();return V.current=Ce,G.current?(R(Se=>({...Se,params:Ce})),!0):!T.current||!T.current.refresh?!1:T.current.refresh(Ce)}};e.setComp(se,N,t,r.current)},[]);g.useLayoutEffect(()=>Hn(x,s,D.current,T),[x]);const X=g.useMemo(()=>{const N={top:F,transform:P};return Object.assign(N,v),N},[F,P,v]),$=l&&x?.componentFromFramework,Q=!l&&ee!=null,pe=g.useMemo(()=>!!(x?.componentFromFramework&&xi(x.componentClass)),[x]),G=g.useRef(!1);g.useEffect(()=>{G.current=pe&&!!x&&!!o.get("reactiveCustomComponents")},[pe,x]);const J=()=>ee?.map(N=>g.createElement(fk,{cellCtrl:N,editingCell:i?.isEditing(N,{withOpenEditor:!0})??!1,printLayout:e.printLayout,key:N.instanceId})),O=()=>{const N=x.componentClass;return pe?g.createElement(N,{...x.params}):g.createElement(N,{...x.params,ref:T})};return g.createElement("div",{ref:q,role:"row",style:X,"row-index":d,"row-id":h,"row-business-key":f},Q?J():$?O():null)},Cg=g.memo(mk),Ck=({name:e})=>{const{context:t,gos:s}=g.useContext(ht),o=g.useMemo(()=>Ln(e),[e]),i=g.useRef(null),n=g.useRef(null),r=g.useRef(null),a=g.useRef([]),l=g.useRef([]),[c,d]=g.useState(()=>[]),u=!!s.get("enableCellSpan")&&!!o.getSpannedRowCtrls,h=g.useRef([]),p=g.useRef([]),[f,C]=g.useState(()=>[]),v=g.useRef(!1),w=g.useRef(),b=g.useMemo(()=>Ht("ag-viewport",Wf(e)),[e]),S=g.useMemo(()=>Ht(Hr(e)),[e]),y=g.useMemo(()=>Ht("ag-spanning-container",oR(e)),[e]),x=o.type==="center"||u,R=x?i:n;oo(" AG Row Container "+e+" ",R);const F=g.useCallback(()=>{const L=!x||i.current!=null,Y=n.current!=null,te=!u||r.current!=null;return L&&Y&&te},[]),E=g.useCallback(()=>i.current==null&&n.current==null&&r.current==null,[]),P=g.useCallback(()=>{if(E()&&(w.current=t.destroyBean(w.current)),!t.isDestroyed()&&F()){const L=A=>{const ie=fa(l.current,a.current,v.current);ie!==l.current&&(l.current=ie,Fn(A,()=>d(ie)))},Y=A=>{const ie=fa(p.current,h.current,v.current);ie!==p.current&&(p.current=ie,Fn(A,()=>C(ie)))},te={setHorizontalScroll:A=>{i.current&&(i.current.scrollLeft=A)},setViewportHeight:A=>{i.current&&(i.current.style.height=A)},setRowCtrls:({rowCtrls:A,useFlushSync:ie})=>{const z=!!ie&&a.current.length>0&&A.length>0;a.current=A,L(z)},setSpannedRowCtrls:(A,ie)=>{const z=!!ie&&h.current.length>0&&A.length>0;h.current=A,Y(z)},setDomOrder:A=>{v.current!=A&&(v.current=A,L(!1))},setContainerWidth:A=>{n.current&&(n.current.style.width=A)},setOffsetTop:A=>{n.current&&(n.current.style.transform=`translateY(${A})`)}};w.current=t.createBean(new gR(e)),w.current.setComp(te,n.current,r.current??void 0,i.current)}},[F,E]),M=g.useCallback(L=>{n.current=L,P()},[P]),D=g.useCallback(L=>{r.current=L,P()},[P]),T=g.useCallback(L=>{i.current=L,P()},[P]),V=()=>g.createElement("div",{className:S,ref:M,role:x?"presentation":"rowgroup"},c.map(L=>g.createElement(Cg,{rowCtrl:L,containerType:o.type,key:L.instanceId})));if(!x)return V();const _=()=>g.createElement("div",{className:y,ref:D,role:"presentation"},f.map(L=>g.createElement(Cg,{rowCtrl:L,containerType:o.type,key:L.instanceId})));return g.createElement("div",{className:b,ref:T,role:"rowgroup"},V(),u?_():null)},vk=g.memo(Ck),wk=()=>{const e=g.useContext(ht),{context:t,overlays:s}=e,[o,i]=g.useState(""),[n,r]=g.useState(0),[a,l]=g.useState(0),[c,d]=g.useState("0px"),[u,h]=g.useState("0px"),[p,f]=g.useState("100%"),[C,v]=g.useState("0px"),[w,b]=g.useState("0px"),[S,y]=g.useState("100%"),[x,R]=g.useState(!0),[F,E]=g.useState(!0),[P,M]=g.useState(null),[D,T]=g.useState(""),[V,_]=g.useState(null),[L,Y]=g.useState("ag-layout-normal"),te=g.useRef();te.current||(te.current=new kn(()=>A.current));const A=g.useRef(null),ie=g.useRef(null),z=g.useRef(null),ee=g.useRef(null),q=g.useRef(null),X=g.useRef(null),$=g.useRef(null),Q=g.useRef([]),pe=g.useRef([]);oo(" AG Grid Body ",A),oo(" AG Pinned Top ",ie),oo(" AG Sticky Top ",z),oo(" AG Middle ",X),oo(" AG Pinned Bottom ",$);const G=g.useCallback(ve=>{if(A.current=ve,!ve||t.isDestroyed()){Q.current=t.destroyBeans(Q.current);for(const H of pe.current)H();pe.current=[];return}const ze=(H,we)=>{H.appendChild(we),pe.current.push(()=>we.remove())},We=H=>{const we=t.createBean(new H);return Q.current.push(we),we},Oe=(H,we,Rt)=>{ze(H,document.createComment(Rt)),ze(H,We(we).getGui())};Oe(ve,bR," AG Fake Horizontal Scroll ");const at=s?.getOverlayWrapperCompClass();at&&Oe(ve,at," AG Overlay Wrapper "),q.current&&Oe(q.current,yR," AG Fake Vertical Scroll ");const vt={setRowAnimationCssOnBodyViewport:i,setColumnCount:H=>{A.current&&Yb(A.current,H)},setRowCount:H=>{A.current&&Kb(A.current,H)},setTopHeight:r,setBottomHeight:l,setStickyTopHeight:d,setStickyTopTop:h,setStickyTopWidth:f,setTopInvisible:R,setBottomInvisible:E,setColumnMovingCss:(H,we)=>te.current.toggleCss(H,we),updateLayoutClasses:Y,setAlwaysVerticalScrollClass:M,setPinnedTopBottomOverflowY:T,setCellSelectableCss:(H,we)=>_(we?H:null),setBodyViewportWidth:H=>{X.current&&(X.current.style.width=H)},registerBodyViewportResizeListener:H=>{if(X.current){const we=Ms(e,X.current,H);pe.current.push(()=>we())}},setStickyBottomHeight:v,setStickyBottomBottom:b,setStickyBottomWidth:y,setGridRootRole:H=>ve.setAttribute("role",H)},Zt=t.createBean(new CR);Q.current.push(Zt),Zt.setComp(vt,ve,X.current,ie.current,$.current,z.current,ee.current)},[]),J=g.useMemo(()=>Ht("ag-root","ag-unselectable",L),[L]),O=g.useMemo(()=>Ht("ag-body-viewport",o,L,P,V),[o,L,P,V]),N=g.useMemo(()=>Ht("ag-body",L),[L]),se=g.useMemo(()=>Ht("ag-floating-top",x?"ag-invisible":null,V),[V,x]),oe=g.useMemo(()=>Ht("ag-sticky-top",V),[V]),Ce=g.useMemo(()=>Ht("ag-sticky-bottom",C==="0px"?"ag-invisible":null,V),[V,C]),Se=g.useMemo(()=>Ht("ag-floating-bottom",F?"ag-invisible":null,V),[V,F]),De=g.useMemo(()=>({height:n,minHeight:n,overflowY:D}),[n,D]),ne=g.useMemo(()=>({height:c,top:u,width:p}),[c,u,p]),ye=g.useMemo(()=>({height:C,bottom:w,width:S}),[C,w,S]),Le=g.useMemo(()=>({height:a,minHeight:a,overflowY:D}),[a,D]),Pe=ve=>g.createElement(vk,{name:ve,key:`${ve}-container`}),me=({section:ve,children:ze,className:We,style:Oe})=>g.createElement("div",{ref:ve,className:We,role:"presentation",style:Oe},ze.map(Pe));return g.createElement("div",{ref:G,className:J},g.createElement(nk,null),me({section:ie,className:se,style:De,children:["topLeft","topCenter","topRight","topFullWidth"]}),g.createElement("div",{className:N,ref:q,role:"presentation"},me({section:X,className:O,children:["left","center","right","fullWidth"]})),me({section:z,className:oe,style:ne,children:["stickyTopLeft","stickyTopCenter","stickyTopRight","stickyTopFullWidth"]}),me({section:ee,className:Ce,style:ye,children:["stickyBottomLeft","stickyBottomCenter","stickyBottomRight","stickyBottomFullWidth"]}),me({section:$,className:Se,style:Le,children:["bottomLeft","bottomCenter","bottomRight","bottomFullWidth"]}))},bk=g.memo(wk),Sk=(e,t)=>{const{children:s,eFocusableElement:o,onTabKeyDown:i,gridCtrl:n,forceFocusOutWhenTabGuardsAreEmpty:r,isEmpty:a}=e,{context:l}=g.useContext(ht),c=g.useRef(null),d=g.useRef(null),u=g.useRef(),h=w=>{const b=w==null?void 0:parseInt(w,10).toString();for(const S of[c,d])b===void 0?S.current?.removeAttribute("tabindex"):S.current?.setAttribute("tabindex",b)};g.useImperativeHandle(t,()=>({forceFocusOutOfContainer(w){u.current?.forceFocusOutOfContainer(w)}}));const p=g.useCallback(()=>{const w=c.current,b=d.current;if(!w&&!b||l.isDestroyed()){u.current=l.destroyBean(u.current);return}if(w&&b){const S={setTabIndex:h};u.current=l.createBean(new em({comp:S,eTopGuard:w,eBottomGuard:b,eFocusableElement:o,onTabKeyDown:i,forceFocusOutWhenTabGuardsAreEmpty:r,focusInnerElement:y=>n.focusInnerElement(y),isEmpty:a}))}},[]),f=g.useCallback(w=>{c.current=w,p()},[p]),C=g.useCallback(w=>{d.current=w,p()},[p]),v=w=>{const b=w==="top"?ii.TAB_GUARD_TOP:ii.TAB_GUARD_BOTTOM;return g.createElement("div",{className:`${ii.TAB_GUARD} ${b}`,role:"presentation",ref:w==="top"?f:C})};return g.createElement(g.Fragment,null,v("top"),s,v("bottom"))},yk=g.forwardRef(Sk),xk=g.memo(yk),Rk=({context:e})=>{const[t,s]=g.useState(""),[o,i]=g.useState(""),[n,r]=g.useState(null),[a,l]=g.useState(null),[c,d]=g.useState(!1),[u,h]=g.useState(),p=g.useRef(),f=g.useRef(null),C=g.useRef(),[v,w]=g.useState(null),b=g.useRef(()=>{}),S=g.useRef(),y=g.useRef([]),x=g.useCallback(()=>{},[]);oo(" AG Grid ",f);const R=g.useCallback(T=>{if(f.current=T,p.current=T?e.createBean(new w2):e.destroyBean(p.current),!T||e.isDestroyed())return;const V=p.current;b.current=V.focusInnerElement.bind(V);const _={destroyGridUi:()=>{},setRtlClass:s,forceFocusOutOfContainer:L=>{if(!L&&S.current?.isDisplayed()){S.current.forceFocusOutOfContainer(L);return}C.current?.forceFocusOutOfContainer(L)},updateLayoutClasses:i,getFocusableContainers:()=>{const L=[],Y=f.current?.querySelector(".ag-root");Y&&L.push({getGui:()=>Y});for(const te of y.current)te.isDisplayed()&&L.push(te);return L},setCursor:r,setUserSelect:l};V.setComp(_,T,T),d(!0)},[]);g.useEffect(()=>{const T=p.current,V=f.current;if(!u||!T||!v||!V||e.isDestroyed())return;const _=[],{watermarkSelector:L,paginationSelector:Y,sideBarSelector:te,statusBarSelector:A,gridHeaderDropZonesSelector:ie}=T.getOptionalSelectors(),z=[];if(ie){const q=e.createBean(new ie.component),X=q.getGui();V.insertAdjacentElement("afterbegin",X),z.push(X),_.push(q)}if(te){const q=e.createBean(new te.component),X=q.getGui(),$=v.querySelector(".ag-tab-guard-bottom");$&&($.insertAdjacentElement("beforebegin",X),z.push(X)),_.push(q),y.current.push(q)}const ee=q=>{const X=e.createBean(new q),$=X.getGui();return V.insertAdjacentElement("beforeend",$),z.push($),_.push(X),X};if(A&&ee(A.component),Y){const q=ee(Y.component);S.current=q,y.current.push(q)}return L&&ee(L.component),()=>{e.destroyBeans(_);for(const q of z)q.remove()}},[u,v,e]);const F=g.useMemo(()=>Ht("ag-root-wrapper",t,o),[t,o]),E=g.useMemo(()=>Ht("ag-root-wrapper-body","ag-focus-managed",o),[o]),P=g.useMemo(()=>({userSelect:a??"",WebkitUserSelect:a??"",cursor:n??""}),[a,n]),M=g.useCallback(T=>{C.current=T,h(T!==null)},[]),D=g.useCallback(()=>!p.current?.isFocusable(),[]);return g.createElement("div",{ref:R,className:F,style:P,role:"presentation"},g.createElement("div",{className:E,ref:w,role:"presentation"},c&&v&&!e.isDestroyed()&&g.createElement(ht.Provider,{value:e.getBeans()},g.createElement(xk,{ref:M,eFocusableElement:v,onTabKeyDown:x,gridCtrl:p.current,forceFocusOutWhenTabGuardsAreEmpty:!0,isEmpty:D},g.createElement(bk,null)))))},Fk=g.memo(Rk),Ek=class extends k{postConstruct(){if(this.beans.colAutosize){const e=this.queueResizeOperationsForTick.bind(this);this.addManagedEventListeners({rowExpansionStateChanged:e,expandOrCollapseAll:e,cellValueChanged:e,rowNodeDataChanged:e,rowDataUpdated:e})}}queueResizeOperationsForTick(){const e=this.beans.colAutosize;e.shouldQueueResizeOperations=!0,setTimeout(()=>{e.processResizeOperations()},0)}areHeaderCellsRendered(){return this.beans.ctrlsSvc.getHeaderRowContainerCtrls().every(e=>e.getAllCtrls().every(t=>t.areCellsRendered()))}areCellsRendered(){return this.beans.rowRenderer.getAllRowCtrls().every(e=>e.isRowRendered()&&e.getAllCellCtrls().every(t=>!!t.eGui))}},RC={setGridApi:void 0,maxComponentCreationTimeMs:void 0,children:void 0},Dk={gridOptions:void 0,modules:void 0,containerStyle:void 0,className:void 0,passGridApi:void 0,componentWrappingElement:void 0,...RC},FC=new Set(Object.keys(Dk)),Pk=new Set(Object.keys(RC)),EC=e=>{const t=g.useRef(),s=g.useRef(null),o=g.useRef(null),i=g.useRef([]),n=g.useRef([]),r=g.useRef(e),a=g.useRef(),l=g.useRef(),c=g.useRef(!1),[d,u]=g.useState(void 0),[,h]=g.useState(0),p=g.useCallback(w=>{if(s.current=w,!w){for(const D of i.current)D();i.current.length=0;return}const b=e.modules||[];o.current||(o.current=new KI(()=>h(D=>D+1),e.componentWrappingElement,e.maxComponentCreationTimeMs),i.current.push(()=>{o.current?.destroy(),o.current=null}));const S=Z0(e.gridOptions,e,Object.keys(e).filter(D=>!FC.has(D))),y=()=>{if(c.current){const D=()=>a.current?.shouldQueueUpdates()?void 0:n.current.shift();let T=D();for(;T;)T(),T=D()}},x=new kk(y);a.current=x;const R=new Ek,F={providedBeanInstances:{frameworkCompWrapper:new Tk(o.current,S),renderStatus:R},modules:b,frameworkOverrides:x,setThemeOnGridDiv:!0},E=D=>{u(D),D.createBean(R),i.current.push(()=>{D.destroy()}),D.getBean("ctrlsSvc").whenReady({addDestroyFunc:T=>{i.current.push(T)}},()=>{if(D.isDestroyed())return;const T=t.current;T&&e.passGridApi?.(T)})},P=D=>{D.getBean("ctrlsSvc").whenReady({addDestroyFunc:T=>{i.current.push(T)}},()=>{for(const T of n.current)T();n.current.length=0,c.current=!0})},M=new $P;S.gridId??(S.gridId=l.current),t.current=M.create(w,S,E,P,F),i.current.push(()=>{t.current=void 0}),t.current&&(l.current=t.current.getGridId())},[]),f=g.useMemo(()=>({height:"100%",...e.containerStyle||{}}),[e.containerStyle]),C=g.useCallback(w=>{c.current&&!a.current?.shouldQueueUpdates()?w():n.current.push(w)},[]);g.useEffect(()=>{const w=Mk(r.current,e);r.current=e,C(()=>{t.current&&X0(w,t.current)})},[e]);const v=!g.useSyncExternalStore||kr(e,"renderingMode")==="legacy"?"legacy":"default";return g.createElement("div",{style:f,className:e.className,ref:p},g.createElement(CC.Provider,{value:v},d&&!d.isDestroyed()?g.createElement(Fk,{key:d.instanceId,context:d}):null,o.current?.getPortals()??null))};function Mk(e,t){const s={};for(const o of Object.keys(t)){if(FC.has(o)){Pk.has(o)&&B(274,{prop:o});continue}const i=t[o];e[o]!==i&&(s[o]=i)}return s}var Tk=class extends XP{constructor(e,t){super(),this.parent=e,this.gridOptions=t}createWrapper(e,t){const s=this.gridOptions;if(kr(s,"reactiveCustomComponents")){const r=(a=>{switch(a){case"filter":return kr(s,"enableFilterHandlers")?NI:OI;case"floatingFilterComponent":return kr(s,"enableFilterHandlers")?BI:GI;case"dateComponent":return AI;case"dragAndDropImageComponent":return LI;case"loadingOverlayComponent":return zI;case"noRowsOverlayComponent":return _I;case"statusPanel":return jI;case"toolPanel":return UI;case"menuItem":return WI;case"cellRenderer":return kI;case"innerHeaderComponent":return VI}})(t.name);if(r)return new r(e,this.parent,t)}else switch(t.name){case"filter":case"floatingFilterComponent":case"dateComponent":case"dragAndDropImageComponent":case"loadingOverlayComponent":case"noRowsOverlayComponent":case"statusPanel":case"toolPanel":case"menuItem":case"cellRenderer":uu();break}const i=!t.cellRenderer&&t.name!=="toolPanel";return new SC(e,this.parent,t,i)}},Ik=g.forwardRef((e,t)=>{const s=g.useContext(ht),{registry:o,context:i,gos:n,rowModel:r}=s,[a,l]=g.useState(()=>new Wt),[c,d]=g.useState(()=>new Wt),[u,h]=g.useState(),[p,f]=g.useState(),C=g.useRef(),v=g.useRef(null),w=g.useRef(),b=g.useMemo(()=>D0(e.api.getGridId(),u?.rowModelType??"clientSide"),[e]),S=g.useMemo(()=>a.toString()+" ag-details-row",[a]),y=g.useMemo(()=>c.toString()+" ag-details-grid",[c]);t&&g.useImperativeHandle(t,()=>({refresh(){return C.current?.refresh()??!1}})),e.template&&B(230);const x=g.useCallback(F=>{if(v.current=F,!F||i.isDestroyed()){C.current=i.destroyBean(C.current),w.current?.();return}const E={toggleCss:(M,D)=>l(T=>T.setClass(M,D)),toggleDetailGridCss:(M,D)=>d(T=>T.setClass(M,D)),setDetailGrid:M=>h(M),setRowData:M=>f(M),getGui:()=>v.current},P=o.createDynamicBean("detailCellRendererCtrl",!0);if(P&&(i.createBean(P),P.init(E,e),C.current=P,n.get("detailRowAutoHeight"))){const M=()=>{if(v.current==null)return;const D=v.current.clientHeight;D!=null&&D>0&&setTimeout(()=>{e.node.setRowHeight(D),($e(n)||Mo(n))&&r.onRowHeightChanged()},0)};w.current=Ms(s,F,M),M()}},[]),R=g.useCallback(F=>{C.current?.registerDetailWithMaster(F)},[]);return g.createElement("div",{className:S,ref:x},u&&g.createElement(EC,{className:y,...u,modules:b,rowData:p,passGridApi:R}))}),kk=class extends tm{constructor(e){super("react"),this.processQueuedUpdates=e,this.queueUpdates=!1,this.renderingEngine="react",this.frameworkComponents={agGroupCellRenderer:gg,agGroupRowRenderer:gg,agDetailCellRenderer:Ik},this.wrapIncoming=(t,s)=>s==="ensureVisible"?EI(t):t()}frameworkComponent(e){return this.frameworkComponents[e]}isFrameworkComponent(e){if(!e)return!1;const t=e.prototype;return!(t&&"getGui"in t)}getLockOnRefresh(){this.queueUpdates=!0}releaseLockOnRefresh(){this.queueUpdates=!1,this.processQueuedUpdates()}shouldQueueUpdates(){return this.queueUpdates}runWhenReadyAsync(){return FI()}},Ak=class extends g.Component{constructor(){super(...arguments),this.apiListeners=[],this.setGridApi=e=>{this.api=e;for(const t of this.apiListeners)t(e)}}registerApiListener(e){this.apiListeners.push(e)}componentWillUnmount(){this.apiListeners.length=0}render(){return g.createElement(EC,{...this.props,passGridApi:this.setGridApi})}},DC=(e=>(e.Dropdown="dropdown",e.Menu="menu",e))(DC||{}),Dt=(e=>(e.Click="click",e.Hover="hover",e.ContextMenu="contextMenu",e))(Dt||{}),ma=(e=>(e.Item="item",e.Divider="divider",e.PlainText="plainText",e))(ma||{});const Lk=Z("flex items-center gap-2 align-middle","h-auto px-0 bg-transparent border-0"),Ok=Z("z-[53] overflow-auto rounded bg-layer-0 text-primary shadow focus-visible:outline-none"),Nk=Z("flex w-full cursor-pointer items-center gap-3","focus-visible:border-none focus-visible:outline-none","hover:bg-accent-primary-alpha px-3","dial-small h-[34px] rounded text-primary"),Hk="opacity-75 !cursor-not-allowed",Gk="text-error",Bk="my-1 border-t border-hover border-secondary",_i=4,hu=({ariaLabel:e,className:t,size:s=24,onClose:o,...i})=>m.jsx(xt,{"aria-label":e,className:ce("text-secondary hover:enabled:text-accent-primary",t),onClick:o,iconBefore:m.jsx(j.IconX,{size:s}),...i}),yt=({children:e,menu:t,renderOverlay:s,trigger:o=[Dt.Click],placement:i,disabled:n=!1,open:r,defaultOpen:a=!1,onOpenChange:l,closable:c=!1,onClose:d,className:u,listClassName:h,outsidePressIgnoreRef:p,outsideClosable:f=!0,allowedPlacements:C,anchorToMouse:v=!1,matchReferenceWidth:w=!0,maxDropdownHeight:b})=>{const[S,y]=g.useState(a),x=r!==void 0,R=x?!!r:S,F=g.useRef(null),E=g.useCallback(G=>{x||y(G),l?.(G)},[x,l]),P=g.useId(),M=i===void 0,D=G=>"clientWidth"in G?G.clientWidth:G.getBoundingClientRect?.()?.width??0,{refs:T,floatingStyles:V,context:_}=Re.useFloating({placement:i,open:R,onOpenChange:E,whileElementsMounted:Re.autoUpdate,middleware:[Re.offset({mainAxis:_i,crossAxis:0}),M?Re.autoPlacement({alignment:"start",crossAxis:!0,padding:_i,allowedPlacements:C}):Re.flip({padding:_i}),Re.shift({padding:_i}),Re.size({padding:_i,apply({availableWidth:G,availableHeight:J,elements:O}){const N=O.floating,se=D(O.reference);N.style.setProperty("--fui-available-height",`${Math.floor(J)}px`),N.style.setProperty("--reference-width",w?`${Math.round(se)}px`:"0px"),w?N.style.minWidth=`${Math.round(se)}px`:N.style.removeProperty("min-width"),N.style.maxWidth=`${Math.floor(G)}px`;const oe=Math.floor(J);N.style.maxHeight=`${b?Math.min(oe,b):oe}px`}})]}),L=Re.useClick(_,{enabled:o.includes(Dt.Click)&&!n}),Y=Re.useHover(_,{enabled:o.includes(Dt.Hover)&&!n,move:!1,restMs:40,delay:{open:80,close:80}}),te=Re.useDismiss(_,{bubbles:!0,referencePress:!1,outsidePress:G=>{if(!f)return!1;const J=G.target;return!(p?.current&&J instanceof Node&&p.current.contains(J))}}),A=Re.useRole(_,{role:"menu"}),{getReferenceProps:ie,getFloatingProps:z}=Re.useInteractions([L,Y,te,A]),ee=g.useCallback((G,J)=>{T.setPositionReference({getBoundingClientRect:()=>({width:0,height:0,x:G,y:J,top:J,left:G,right:G,bottom:J})})},[T]),q=g.useCallback(G=>{!o.includes(Dt.ContextMenu)||n||(G.preventDefault(),v&&(ee(G.clientX,G.clientY),F.current=document.elementFromPoint(G.clientX,G.clientY)),E(!0))},[v,n,E,ee,o]),X=g.useCallback(G=>{!v||n||(o.includes(Dt.ContextMenu)&&R&&E(!1),ee(G.clientX,G.clientY),F.current=document.elementFromPoint(G.clientX,G.clientY))},[v,n,ee,R,o,E]);g.useEffect(()=>{n&&R&&E(!1)},[n,R,E]);const $=g.useCallback(G=>J=>{G.disabled||(G.onClick?.({key:G.key,domEvent:J}),t?.onClick?.({key:G.key,domEvent:J}),E(!1))},[t,E]),Q=g.useMemo(()=>s?s():t?m.jsxs(m.Fragment,{children:[t.header&&m.jsx(m.Fragment,{children:typeof t.header=="function"?t.header():t.header}),m.jsx("div",{role:"none",className:"py-1","aria-label":"dropdown",children:t.items.map(G=>G.type===ma.Divider?m.jsx("div",{role:"separator",className:Bk},G.key):G.type===ma.PlainText?m.jsx("div",{className:ce("px-3 py-2 text-secondary dial-caption",G.className),children:G.label},G.key):m.jsxs("button",{role:"menuitem",type:"button","aria-disabled":!!G.disabled,className:Z(Nk,G.disabled&&Hk,G.danger&&Gk,G.className),disabled:G.disabled,onClick:$(G),children:[G.icon&&m.jsx("span",{className:Z(G.danger&&"text-error",G.disabled&&"text-secondary"),children:m.jsx(He,{icon:G.icon})}),m.jsx("span",{className:Z("flex-1 truncate text-left",G.danger&&"text-error",G.disabled&&"text-secondary"),"aria-labelledby":"item-text",children:G.label})]},G.key))}),t.footer&&m.jsx(m.Fragment,{children:typeof t.footer=="function"?t.footer():t.footer})]}):null,[$,t,s]),pe=ie({onContextMenu:q,onMouseDown:X});return g.useEffect(()=>{if(!R)return;const G=T.reference.current;let J=null;if(G instanceof Element?J=G:F.current instanceof Element&&(J=F.current),!J)return;const O=new IntersectionObserver(([N])=>{N.isIntersecting||E(!1)},{root:null,threshold:0});return O.observe(J),()=>O.disconnect()},[R,T.reference,E]),m.jsxs(m.Fragment,{children:[m.jsx("span",{ref:T.setReference,className:Z(Lk,n&&"!cursor-not-allowed opacity-75",u),"aria-haspopup":"menu","aria-expanded":R,"aria-controls":P,...pe,children:e}),R&&m.jsx(Re.FloatingPortal,{children:m.jsx(Re.FloatingFocusManager,{context:_,modal:!1,initialFocus:-1,returnFocus:!0,children:m.jsxs("div",{id:P,ref:T.setFloating,style:V,className:Z(Ok,!w&&"w-max",h),...z(),children:[c&&m.jsx("div",{className:"flex items-center justify-between px-2 pt-2",children:m.jsx(hu,{ariaLabel:"Close dropdown",onClose:G=>{d?.(G),E(!1)}})}),Q]})})})]})},Vk="h-full",dc={accentColor:"var(--controls-bg-accent, #5C8DEA)",backgroundColor:"var(--bg-layer-3, #222932)",oddRowBackgroundColor:"var(--bg-layer-4, #333942)",selectedRowBackgroundColor:"var(--bg-accent-primary-alpha, #74A4FF26)",borderColor:"var(--bg-layer-4, #333942)",rowBorder:"1px solid var(--stroke-tertiary, #090D13)",rowHoverColor:"var(--bg-accent-primary-alpha, #74A4FF26)",borderRadius:3,browserColorScheme:"dark",chromeBackgroundColor:"var(--bg-layer-1, #090D13)",foregroundColor:"var(--text-primary, #F3F4F6)",headerFontSize:14,headerFontWeight:600,headerTextColor:"var(--text-secondary, #7F8792)",spacing:4,wrapperBorderRadius:3,fontSize:14,fontFamily:{googleFont:"var(--theme-font, var(--font-inter))"}},uc=40,zk=(e,t,s,o,i)=>{const n=typeof e=="string"?e.toLowerCase():e,r=typeof t=="string"?t.toLowerCase():t;return n===r?0:n?r?n>r?1:-1:i?1:-1:i?-1:1},Wk=({selectedRowIds:e,selectedRows:t,onSelectionChange:s,onSelectionChangeWithMap:o,rowData:i=[],getRowId:n,disabledRowIds:r})=>{const[a,l]=g.useState(new Map),c=t??a,d=g.useMemo(()=>new Set(c.keys()),[c]),u=g.useCallback(w=>r?.has(n(w))??!1,[r,n]),h=g.useMemo(()=>i.filter(w=>!u(w)),[i,u]),p=e!==void 0||t!==void 0;g.useEffect(()=>{if(e!==void 0&&!t){const w=new Map;i.forEach(S=>{const y=n(S);e.has(y)&&!r?.has(y)&&w.set(y,S)}),(w.size!==a.size||Array.from(w.keys()).some(S=>!a.has(S)))&&l(w)}},[e,t,i,n,r,a]);const f=g.useCallback((w,b)=>{const S=n(w);if(r?.has(S))return;const y=new Map(c);b?y.set(S,w):y.delete(S),p||l(y),o?.(y),s&&s(new Set(y.keys()),Array.from(y.values()))},[c,n,r,p,s,o]),C=g.useMemo(()=>{if(!h.length)return"unchecked";const w=h.map(n),b=w.filter(S=>d.has(S)).length;return b===0?"unchecked":b===w.length?"checked":"indeterminate"},[h,d,n]),v=g.useCallback(w=>{const b=new Map;if(w&&h.forEach(S=>{const y=n(S);b.set(y,S)}),p||l(b),o&&o(b),s){const S=new Set(b.keys()),y=Array.from(b.values());s(S,y)}},[h,n,p,s,o]);return{currentSelectedIds:d,currentSelectedRows:c,handleSelectionToggle:f,headerCheckboxState:C,handleHeaderCheckboxChange:v}};T0.registerModules([RI]);const gu=({columnDefs:e,rowData:t,additionalGridOptions:s,getContextMenuItems:o,className:i,ariaLabel:n="Data grid",withSelectionColumn:r=!0,wrapCustomCellRenderers:a=!0,disabledRowIds:l,selectedRowIds:c,selectedRows:d,selectionOnHover:u=!0,onSelectionChange:h,onSelectionChangeWithMap:p,getRowId:f=F=>String(F.id||JSON.stringify(F)),alternateOddRowColors:C=!1,filterPlaceholder:v="Enter value",emptyStateIcon:w,emptyStateTitle:b="No results found",emptyStateDescription:S="Sorry, we couldn't find any results for your search.",loading:y=!1,wrapperBorder:x=!0,withoutHeaderBorders:R=!1})=>{const[F,E]=g.useState(uc),[P,M]=g.useState(),D=g.useId(),{currentSelectedIds:T,handleSelectionToggle:V,headerCheckboxState:_,handleHeaderCheckboxChange:L}=Wk({selectedRowIds:c,selectedRows:d,onSelectionChange:h,onSelectionChangeWithMap:p,rowData:t,getRowId:f,disabledRowIds:l}),Y=g.useMemo(()=>({...dc,oddRowBackgroundColor:C?dc.oddRowBackgroundColor:dc.backgroundColor,wrapperBorder:x}),[C,x]),te=g.useCallback(J=>{J.api.sizeColumnsToFit(),E(uc)},[]),A=g.useCallback(J=>{if(!J.data)return"";const O=f(J.data);return Z({"ag-row-selected":T.has(O),"opacity-50":l?.has(O)})},[T,l,f]),ie=g.useCallback(()=>{const J=_==="checked",O=_==="indeterminate",N="header-select-all",se=t?.some(oe=>!l?.has(f(oe)))??!1;return m.jsx("div",{className:"flex items-center justify-center h-full header-checkbox-container",children:m.jsx(cn,{id:N,ariaLabel:"Select all rows",checked:J,disabled:!se,"aria-disabled":!se,indeterminate:O,className:Z(`dial-header-select ${_}`,!u&&"dial-header-select-visible"),onChange:L})})},[_,t,u,L,l,f]),z=g.useCallback(J=>{if(J.data){const O=f(J.data),N=l?.has(O),se=J.value==null?"":String(J.value),oe=o?.(J.data)??[];return m.jsx(yt,{trigger:[Dt.ContextMenu],menu:{items:oe},anchorToMouse:!0,matchReferenceWidth:!0,className:"w-full",disabled:N,children:m.jsx("span",{className:"block min-w-0 h-full max-w-full",children:m.jsx(ut,{text:se,className:"max-w-full h-full"})})})}},[o,l,f]),ee=g.useCallback(J=>{if(!J.data)return null;const O=f(J.data),N=T.has(O),se=l?.has(O),oe=`row-select-${O}`;return m.jsx("div",{className:"flex items-center justify-center size-full",children:m.jsx(cn,{id:oe,ariaLabel:"Select row",checked:N,disabled:se,"aria-disabled":se,className:Z("dial-row-select",!u&&"dial-row-select-visible",se&&"opacity-50 cursor-not-allowed"),onChange:Ce=>{se||!J.data||V(J.data,!!Ce)}},`${O}-${N}`)})},[T,l,f,V,u]),q=g.useCallback(J=>{const O=typeof a=="function"?a(J):!!a;if(!J.cellRenderer)return{...J,cellRenderer:z};if(!O)return J;const N=J.cellRenderer;return{...J,cellRenderer:oe=>{const Ce=oe.data?o?.(oe.data)??[]:[];let Se=null;if(typeof N=="function"){const ye=N;Se=m.jsx(ye,{...oe})}else Se=z(oe);const De=oe.data?f(oe.data):null,ne=De?l?.has(De):!1;return m.jsx(yt,{trigger:[Dt.ContextMenu],menu:{items:Ce},anchorToMouse:!0,matchReferenceWidth:!0,className:"w-full h-full",disabled:ne,children:m.jsx("span",{className:"block min-w-0 max-w-full flex-1",children:Se})})}}},[l,o,f,z,a]),X=g.useMemo(()=>({colId:"__select",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,lockPosition:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,cellRenderer:ee,headerComponent:ie}),[ee,ie]),$=g.useMemo(()=>{const J=(e??[]).map(q);return r?[X,...J]:J},[e,X,r,q]),Q=g.useMemo(()=>({minWidth:150,resizable:!0,sortable:!0,floatingFilter:!0,filter:"agTextColumnFilter",filterParams:{filterPlaceholder:v,buttons:["reset"]},comparator:zk.bind(void 0)}),[v]),pe=J=>{const O=$.map(N=>({...N,sort:void 0}));J.api.updateGridOptions({columnDefs:O,rowData:t}),J.api.sizeColumnsToFit(),M(J.api),s?.onGridReady?.(J)};g.useEffect(()=>{P&&P.redrawRows()},[P,T]);const G=g.useCallback(()=>m.jsx(Mn,{title:b,description:S,containerClassName:"gap-3",titleClassName:"mt-2 !text-lg",icon:w||m.jsx(j.IconZoomCancel,{size:100,stroke:.5,className:"text-secondary"})}),[b,S,w]);return m.jsx("div",{className:Z(Vk,i,r&&"with-selection-column",R&&"dial-without-header-borders"),"aria-label":n,role:"region","aria-busy":y,children:m.jsx("div",{className:"ag-theme-balham-dark h-full overflow-x-auto",role:"table","aria-describedby":D,children:m.jsx(Ak,{rowModelType:"clientSide",headerHeight:uc,rowHeight:F,cellSelection:!1,getRowClass:A,theme:xD.withPart(sD).withParams({...Y}),autoSizeStrategy:{type:"fitGridWidth"},columnDefs:$,defaultColDef:Q,onGridSizeChanged:te,onGridReady:pe,loading:y,suppressCellFocus:!0,suppressDragLeaveHidesColumns:!0,noRowsOverlayComponent:G,rowData:t,...s})})})};var Ca=(e=>(e.Horizontal="horizontal",e.Vertical="vertical",e))(Ca||{}),va=(e=>(e.Mobile="mobile",e.Tablet="tablet",e))(va||{});const Rr=({tab:e,active:t,invalid:s,className:o,horizontal:i,onClick:n})=>{const r=ce("rounded h-[38px] items-center flex flex-row border-transparent cursor-pointer dial-small leading-4 hover:text-accent-primary",{"border-b-2 px-4":i,"border-l-2 px-3":!i}),a=ce(r,{"bg-layer-4":i,"bg-layer-1 text-secondary pointer-events-none":e.disabled,"bg-accent-primary-alpha text-primary":t&&!e.disabled,"text-primary":!t&&!e.disabled,"border-b-accent-primary":t&&i&&!e.disabled,"border-l-accent-primary":t&&!i&&!e.disabled},o);return m.jsxs("button",{role:"tab",className:a,onClick:()=>n(e.id),disabled:e.disabled,children:[m.jsx(ut,{text:e.label,contentClassName:"max-w-[200px]",className:"max-w-[200px]"}),(s||e.invalid)&&m.jsx("div",{className:"text-error pl-1",children:m.jsx(j.IconExclamationCircle,{...de})})]})},vg=12;var Vs=(e=>(e.Undefined="undefined",e.Mobile="mobile",e.Tablet="tablet",e.Desktop="desktop",e))(Vs||{});const wg=()=>typeof window<"u"&&window.innerWidth<640,hc=()=>{if(typeof window>"u")return Vs.Undefined;const e=window.innerWidth;return e>=1024?Vs.Desktop:e<640?Vs.Mobile:Vs.Tablet},_k=()=>{const[e,t]=g.useState(()=>typeof window>"u"?Vs.Desktop:hc());return g.useEffect(()=>{t(hc());const s=()=>t(hc());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},PC=({tabs:e,activeTab:t,onClick:s,orientation:o=Ca.Horizontal,screenThreshold:i=va.Tablet,smallScreenContainerClassName:n,smallScreenDropdownItemClassName:r,desktopDropdownClassName:a,desktopTabClassName:l})=>{const[c,d]=g.useState(!1),[u,h]=g.useState(!1),[p,f]=g.useState(!1),C=_k(),v=C===Vs.Mobile||i===va.Tablet&&C===Vs.Tablet,w=o===Ca.Horizontal,b=g.useRef(null),S=g.useRef(null),y=g.useRef(null),x=e.find(E=>E.id===t),R=g.useMemo(()=>Z("flex gap-2",w?"flex-row flex-nowrap overflow-x-auto":"flex-col flex-wrap w-full"),[w]),F=g.useCallback(()=>{const E=S.current;E&&f(E.scrollWidth>E.clientWidth)},[]);return g.useEffect(()=>{F();const E=new ResizeObserver(()=>F()),P=S.current;return P&&E.observe(P),()=>E.disconnect()},[e,F]),g.useEffect(()=>{const E=y.current,P=S.current;if(!E||!P)return;const M=E.offsetLeft,D=M+E.offsetWidth,T=P.scrollLeft,V=T+P.clientWidth;M<T?P.scrollTo({left:M-vg,behavior:"smooth"}):D>V&&P.scrollTo({left:D-P.clientWidth+vg,behavior:"smooth"})},[t]),v?m.jsx("div",{role:"tablist",className:ce("h-11 flex items-center bg-layer-3 px-4",n),children:m.jsx(yt,{trigger:[Dt.Click],open:c,onOpenChange:d,placement:"bottom-start",allowedPlacements:["bottom-start","top-start"],renderOverlay:()=>e.map(E=>m.jsx(Rr,{tab:E,active:E.id===t,onClick:P=>{s(P),d(!1)},className:ce("w-full rounded-none h-11 items-center px-6",r)},E.id)),children:m.jsxs("div",{className:"flex gap-2 items-center h-11 cursor-pointer",children:[m.jsx(Rr,{tab:x,active:!0,onClick:s,className:"rounded-none bg-transparent border-l-0 border-b-0 h-full items-center px-0"},t),m.jsx(He,{icon:m.jsx(j.IconChevronDown,{size:16}),className:Z("text-primary transition-transform",c&&"rotate-180")})]})})}):m.jsxs("div",{ref:b,className:"flex w-full items-start",children:[m.jsx("div",{ref:S,role:"tablist",className:R,children:e.map(E=>m.jsx("div",{ref:t===E.id?y:void 0,className:"w-full",children:m.jsx(Rr,{tab:E,active:t===E.id,onClick:s,horizontal:w,className:ce("w-full",l)})},E.id))}),p&&m.jsx("div",{className:"flex items-center ml-2",children:m.jsx(yt,{trigger:[Dt.Click],open:u,onOpenChange:h,placement:"bottom-end",renderOverlay:()=>e.map(E=>m.jsx(Rr,{tab:E,active:E.id===t,onClick:P=>{s(P),h(!1)},className:"w-full rounded-none h-8 items-center px-3 py-2"},E.id)),children:m.jsx(xt,{iconBefore:m.jsx(j.IconDotsVertical,{size:18}),className:ce("w-8 h-8 flex items-center justify-center rounded border",u?"bg-layer-4 border-transparent":"border-primary",a)})})})]})},jk="w-full overflow-hidden",Uk="flex flex-nowrap items-center gap-2 min-w-0 px-0 py-0 whitespace-nowrap",MC="flex items-center gap-2 min-w-0 shrink-0 dial-small",$k="max-w-[20%] basis-[20%] flex-none",Kk="flex-1 min-w-0",bg="inline-flex items-center gap-1 min-w-0 transition-colors",qk="text-secondary hover:text-accent-primary",Yk="text-primary cursor-default",TC="flex-none inline-flex items-center leading-none text-secondary",Zk="items-center gap-1 min-w-0 transition-colors text-secondary hover:text-accent-primary",IC=m.jsx(j.IconChevronRight,{size:16,"aria-hidden":"true"}),qi=({label:e,href:t,onClick:s,disabled:o,isLast:i,separator:n=IC,className:r,iconBefore:a,labelClassName:l,...c})=>{const d=ce(MC,i?Kk:$k,r),u=(!!t||!!s)&&!i&&!o,h=u?ce(bg,qk):ce(bg,Yk,o?"pointer-events-none opacity-75":""),p=typeof e=="string"?m.jsx(ut,{className:l,text:e,id:"breadcrumb-item-content"}):m.jsx("span",{className:ce("flex-1 min-w-0 max-w-full truncate",l),"aria-label":"breadcrumb-item-content",children:e});return m.jsxs("li",{...c,className:d,"aria-label":c["aria-label"]||"breadcrumb-item",children:[u?m.jsxs("a",{href:t,onClick:s,className:h,children:[a,p]}):m.jsxs("span",{className:h,"aria-current":i?"page":void 0,"aria-disabled":o?"true":void 0,children:[a,p]}),!i&&m.jsx("span",{className:TC,"aria-label":"separator",children:n})]})},kC=({pathItems:e,separator:t=IC,ariaLabel:s="Breadcrumb",className:o,children:i,labelClassName:n})=>{const r=g.useMemo(()=>e?.length?e:g.Children.toArray(i).filter(g.isValidElement).map(c=>{const d=c.props,{labelClassName:u,isLast:h,separator:p,...f}=d;return f}),[e,i]),a=g.useCallback(c=>{const d=parseInt(c.key,10),u=r[d];u.onClick?u.onClick(c.domEvent):u.href&&(window.location.href=u.href)},[r]),l=g.useMemo(()=>{if(r.length===0)return null;if(r.length<=3)return r.map((f,C)=>g.createElement(qi,{...f,key:`item-${C}`,isLast:C===r.length-1,separator:t,labelClassName:n}));const c=r.at(0),d=r.slice(1,-2),u=r.at(-2),h=r.at(-1);if(!c||!u||!h)return null;const p=d.map((f,C)=>({key:String(C+1),label:typeof f.label=="string"?f.label:`Item ${C+1}`,disabled:f.disabled}));return m.jsxs(m.Fragment,{children:[g.createElement(qi,{...c,key:"item-0",separator:t,labelClassName:n}),m.jsxs("li",{className:ce(MC),children:[m.jsx(yt,{menu:{items:p,onClick:a},placement:"bottom-start",matchReferenceWidth:!1,children:m.jsx("button",{type:"button","aria-label":"More breadcrumbs",className:Zk,children:m.jsx(j.IconDots,{size:16})})}),m.jsx("span",{className:TC,children:t})]}),g.createElement(qi,{...u,key:`item-${r.length-2}`,separator:t,labelClassName:n}),g.createElement(qi,{...h,key:`item-${r.length-1}`,isLast:!0,separator:t,labelClassName:n})]})},[r,t,n,a]);return m.jsx("nav",{"aria-label":s,className:ce(jk,o),children:m.jsx("ol",{className:Uk,children:l})})},pu=(e,t)=>({appearance:o,...i})=>m.jsx(xt,{...i,variant:e,appearance:o||t}),AC=(e,t)=>({variant:o,...i})=>m.jsx(xt,{...i,variant:o||t,appearance:e}),$t=pu(qe.Primary,Me.Solid),Ds=pu(qe.Neutral,Me.Outlined),LC=pu(qe.Error,Me.Outlined),Xk=AC(Me.Link,qe.Primary),Qk=AC(Me.Ghost,qe.Primary),OC=({iconClassName:e,...t})=>m.jsx(LC,{...t,appearance:Me.Ghost,iconBefore:m.jsx(j.IconTrashX,{...de,className:e||""})}),NC=({value:e,textareaId:t,placeholder:s,className:o="",containerClassName:i="",disabled:n,invalid:r,readonly:a,disableTooltip:l,onChange:c})=>m.jsx(gs,{tooltip:l?null:e,triggerClassName:ce("flex",i),children:m.jsx("textarea",{id:t,placeholder:s,value:e||"",disabled:n,className:Z("dial-textarea dial-input px-3 py-2",r&&"dial-input-error",n&&"dial-input-disable",a&&"dial-input-readonly",o),onChange:d=>!a&&c?.(d.currentTarget.value)})}),Jk=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Backspace","Delete","Tab","Enter","Escape","Home","End","Insert"],eA=(e,t,s,o)=>{if((t==="number"||s!==void 0||o!==void 0)&&!Jk.includes(e.key)&&!(e.ctrlKey||e.metaKey)&&!(e.key==="-"&&(e.currentTarget.selectionStart??0)===0&&!e.currentTarget.value.includes("-"))&&!(e.key==="."&&t==="number"&&!e.currentTarget.value.includes("."))){if(!/^[0-9]$/.test(e.key)){e.preventDefault();return}if(s!==void 0||o!==void 0){const n=e.currentTarget.value,r=e.currentTarget.selectionStart||0,a=n.slice(0,r)+e.key+n.slice(r),l=parseFloat(a);if(!isNaN(l)){if(s!==void 0&&l<s){e.preventDefault();return}if(o!==void 0&&l>o){e.preventDefault();return}}}}},Fo=({iconBefore:e,iconAfter:t,hideBorder:s,value:o,elementId:i,placeholder:n="",className:r="",containerClassName:a,tooltipTriggerClassName:l,type:c="text",disabled:d,readonly:u,invalid:h,onChange:p,min:f,max:C,prefix:v,suffix:w,textBeforeInput:b,textAfterInput:S,onBlur:y,defaultValue:x,tooltipText:R,hideTooltip:F=!1,inputRef:E})=>{const P=g.useRef(null),M=Re.useMergeRefs([E,P]);g.useEffect(()=>{const _=P.current;if(!_)return;const L=Y=>{Y.preventDefault()};return _.addEventListener("wheel",L,{passive:!1}),()=>{_.removeEventListener("wheel",L)}},[]);const D=c==="number"||f!==void 0||C!==void 0,T=_=>{eA(_,c,f,C)},V=_=>{const L=_.currentTarget.value;if(D&&L!==""){const Y=parseFloat(L);if(isNaN(Y)&&L!=="-"&&L!=="."||!isNaN(Y)&&(f!==void 0&&Y<f||C!==void 0&&Y>C))return}p?.(L||void 0)};return m.jsxs("div",{className:Z("dial-input-field flex flex-row items-center justify-between py-2",s?"dial-input-no-border":"dial-input",h&&"dial-input-error",d&&"dial-input-disable",u&&"dial-input-readonly",!b&&"pl-3",!S&&"pr-3",a),"aria-label":"input-container",children:[b&&m.jsx("div",{className:"mr-2",children:m.jsx(Fo,{hideBorder:!0,containerClassName:"rounded-r-none border-r-0",className:"overflow-hidden overflow-ellipsis dial-small",value:b,disabled:!0,elementId:b+"textBefore"})}),v&&m.jsxs("p",{className:"text-secondary dial-small mr-2",children:[" ",v]}),m.jsx(He,{icon:e,className:Z(!!e&&"mr-2")}),m.jsx(gs,{tooltip:F?void 0:R||o,triggerClassName:Z(l,"flex-1"),children:m.jsx("input",{ref:M,type:c,autoComplete:"new-password",id:i,placeholder:n,value:x?void 0:o??"",disabled:d,className:Z("border-0 bg-transparent w-full truncate",r),onChange:_=>!u&&V?.(_),onKeyDown:T,onBlur:y,min:f,max:C,defaultValue:x})}),m.jsx(He,{icon:t,className:Z(!!t&&"ml-2")}),w&&m.jsxs("p",{className:"text-secondary dial-small ml-2",children:[" ",w]}),S&&m.jsx("div",{className:"ml-2",children:m.jsx(Fo,{hideBorder:!0,containerClassName:"rounded-l-none border-l-0",value:S,disabled:!0,elementId:S+"textAfter"})})]})},tA=/^0+\.(\d+)?$/,sA=/^0+/,HC=({label:e,optional:t,optionalText:s,description:o,error:i,captionDescription:n,readonly:r,orientation:a,elementId:l,fieldTitle:c,errorText:d,elementClassName:u,elementContainerClassName:h,containerClassName:p,defaultEmptyText:f,...C})=>m.jsx(xa,{label:e??c,error:i??d,optionalText:s,optional:t,description:o,captionDescription:n,readonly:r,orientation:a,elementId:l,className:p,defaultEmptyText:f,value:C.value,children:m.jsx(Fo,{elementId:l,className:u,containerClassName:h,invalid:d!=null,...C})}),oA=({onChange:e,...t})=>{const s=o=>!o||o==="-"?o:String(o)?.match(tA)?String(o)?.replace(sA,"0"):Number(o);return m.jsx(HC,{type:"number",onChange:o=>e?.(s(o)),...t})},iA=({onChange:e,...t})=>m.jsx(HC,{type:"text",onChange:s=>e?.(s),...t}),nA=({fieldTitle:e,optional:t,elementId:s,elementClassName:o,containerClassName:i,elementContainerClassName:n,errorText:r,...a})=>m.jsxs("div",{className:ce("flex flex-col",i),children:[m.jsx(Do,{fieldTitle:e,optional:t,htmlFor:s}),m.jsx(NC,{textareaId:s,className:o,containerClassName:n,...a}),m.jsx(Ws,{errorText:r})]}),fu=({label:e,switchId:t,isOn:s=!1,disabled:o,onChange:i})=>{const n=Z("flex w-[36px] h-[18px] cursor-pointer items-center gap-1 rounded-full p-0.5 transition-all duration-200",s?"flex-row-reverse":"flex-row",o?"pointer-events-none":"",o?s?"bg-controls-disable":"bg-layer-4":s?"bg-accent-primary":"bg-layer-4"),r=g.useCallback(a=>{a.stopPropagation(),i?.(!s)},[i,s]);return m.jsxs("div",{className:"flex flex-row items-center",role:"switch",children:[m.jsx("input",{type:"checkbox",onChange:r,id:t,disabled:o,className:"invisible w-0 h-0",checked:s}),m.jsx("label",{htmlFor:t,className:n,children:m.jsx("span",{className:Z("size-3 rounded-full",o?s?"bg-layer-4":"bg-controls-disable":"bg-controls-enable-primary")})}),e&&m.jsx("span",{className:Z("pl-2 dial-small",o?"text-secondary":"text-primary"),"aria-label":"switch-title",children:e})]})};var kt=(e=>(e.Sm="sm",e.Md="md",e.Lg="lg",e))(kt||{});const rA="z-[52] flex items-center justify-center bg-blackout md:p-4",aA="divide-tertiary divide-y",lA="flex flex-row justify-between py-4 px-6 items-center",cA={[kt.Sm]:"dial-sm-popup",[kt.Md]:"dial-md-popup",[kt.Lg]:"dial-lg-popup"},Ao=({open:e=!1,header:t,portalId:s,className:o,overlayClassName:i,titleClassName:n,headerClassName:r,dividers:a=!0,children:l,footer:c,onClose:d,size:u=kt.Md,hideClose:h=!1,closeOnOutsideClick:p=!0})=>{const{refs:f,context:C}=Re.useFloating({open:e,onOpenChange:x=>{x||d?.(null)}}),v=Re.useRole(C,{role:"dialog"}),w=Re.useDismiss(C,{outsidePress:p}),{getFloatingProps:b}=Re.useInteractions([v,w]);if(!e)return null;const S=typeof t=="string"?"dial-popup-heading":void 0,y=x=>x?typeof x=="string"?m.jsx("h3",{id:S,className:Z("flex-1 min-w-0 mr-3 truncate dial-h3 text-primary",n),children:m.jsx(gs,{tooltip:x,children:x})}):x:m.jsx("span",{});return m.jsx(Re.FloatingPortal,{id:s,children:m.jsx(Re.FloatingOverlay,{className:Z(rA,i),children:m.jsx(Re.FloatingFocusManager,{context:C,children:m.jsxs("div",{ref:f.setFloating,...b(),role:"dialog","aria-modal":"true","aria-labelledby":S,className:Z("dial-popup",cA[u],a&&aA,o),children:[m.jsxs("div",{className:ce(lA,r),children:[y(t),!h&&m.jsx(hu,{ariaLabel:"Close dialog",onClose:x=>d?.(x)})]}),m.jsx("div",{className:"flex-grow overflow-auto","aria-label":"popup-description",children:l}),c]})})})})};var mi=(e=>(e.Info="info",e.Danger="danger",e))(mi||{});const dA="flex justify-end gap-2 px-6 py-4",uA="text-secondary dial-small-150 px-6 py-4",hA="Cancel",gA="Ok",gc={[mi.Info]:{confirm:{variant:qe.Primary,appearance:Me.Solid},cancel:{variant:qe.Neutral,appearance:Me.Outlined}},[mi.Danger]:{container:"dial-danger-popup",confirm:{variant:qe.Error,appearance:Me.Solid},cancel:{variant:qe.Neutral,appearance:Me.Outlined}}},GC=({header:e,description:t,descriptionClassName:s,open:o=!1,confirmLabel:i=gA,cancelLabel:n=hA,isLoading:r=!1,disableConfirmButton:a=!1,className:l,confirmClassName:c,onClose:d,onConfirm:u,onCancel:h,children:p,dividers:f=!1,variant:C=mi.Info,size:v=kt.Sm,footer:w})=>{const b=r?null:m.jsxs("div",{className:dA,children:[m.jsx(Ds,{label:n,onClick:()=>h?h():d?.()}),m.jsx(xt,{variant:gc[C].confirm?.variant,appearance:gc[C].confirm?.appearance,className:c,label:i,disabled:a,onClick:()=>u()})]}),S=g.useCallback(()=>r?m.jsx("div",{className:"px-6 py-4 h-[120px]",children:m.jsx(Pn,{size:50})}):p??(t?m.jsx("div",{className:Z(uA,s),children:t}):null),[p,t,r,s]);return m.jsx(Ao,{open:o,header:e,className:Z(gc[C].container,l),dividers:f,onClose:()=>d?.(),footer:w??b,size:v,children:S()})},mu=({selectedItems:e,listClassName:t,listElementClassName:s,placeholder:o})=>e?.length?m.jsx("ul",{className:Z("flex-row items-center truncate flex-wrap","flex gap-x-2 gap-y-1",t),children:e?.map(i=>m.jsx("li",{children:m.jsx(gs,{tooltip:i,children:m.jsx(Fa,{tag:i,className:Z([s])})})},i))}):o?m.jsx("span",{className:"text-secondary",children:o}):null,Sg=e=>fe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},fe.createElement("path",{d:"M2.25 13.5V12C2.25 11.5858 2.58579 11.25 3 11.25C3.41421 11.25 3.75 11.5858 3.75 12V13.5C3.75 13.6989 3.82907 13.8896 3.96973 14.0303C4.11038 14.1709 4.30109 14.25 4.5 14.25H6C6.41421 14.25 6.75 14.5858 6.75 15C6.75 15.4142 6.41421 15.75 6 15.75H4.5C3.90326 15.75 3.33114 15.5128 2.90918 15.0908C2.48722 14.6689 2.25 14.0967 2.25 13.5ZM14.25 6V4.5C14.25 4.30109 14.1709 4.11038 14.0303 3.96973C13.8896 3.82907 13.6989 3.75 13.5 3.75H12C11.5858 3.75 11.25 3.41421 11.25 3C11.25 2.58579 11.5858 2.25 12 2.25H13.5C14.0967 2.25 14.6689 2.48722 15.0908 2.90918C15.5128 3.33114 15.75 3.90326 15.75 4.5V6C15.75 6.41421 15.4142 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6Z",fill:"currentColor"})),BC=({children:e,open:t,disabled:s=!1,selectedValue:o,valueClassName:i,inputClassName:n,onOpen:r,elementId:a,errorText:l,invalid:c,emptyValueText:d,placeholder:u})=>{const h=Array.isArray(o)&&o.length>0,p=typeof o=="string"&&!!o.trim(),f=h||p?o:u?void 0:d,C=s?void 0:r,v=()=>m.jsxs(m.Fragment,{children:[m.jsx("button",{type:"button",className:"w-full",onClick:C,"aria-label":"open-popup",id:a,children:m.jsxs("div",{className:Z("dial-input px-3 py-2 dial-input-field flex flex-row items-center w-full justify-between cursor-pointer",n,s&&"dial-input-disable",(l||c)&&"dial-input-error"),children:[m.jsx(gs,{tooltip:f==null?void 0:String(f),children:f||!u?m.jsx("span",{className:i,children:f}):m.jsx("span",{className:"text-secondary",children:u})}),!s&&m.jsx("div",{className:"flex-shrink-0",children:m.jsx(He,{icon:m.jsx(Sg,{role:"img",width:ws,height:ws})})})]})}),l&&m.jsx(Ws,{errorText:l})]}),w=()=>m.jsx("div",{className:"w-full",onClick:C,children:m.jsxs("div",{className:Z("dial-input px-3 py-2 flex flex-row items-center w-full justify-between cursor-pointer",s&&"dial-input-disable"),children:[m.jsx(mu,{placeholder:u,selectedItems:f}),!s&&m.jsx("div",{className:"ml-1",children:m.jsx(He,{icon:m.jsx(Sg,{role:"img",width:ws,height:ws})})})]})});return m.jsxs(m.Fragment,{children:[h?w():v(),t&&Dn.createPortal(e,document.body)]})},pA=({fieldTitle:e,htmlFor:t,disabled:s,selectedValue:o,radioButtons:i,customInputValue:n,valueClassName:r,inputClassName:a,emptyValueText:l,onClose:c,header:d,portalId:u,onApply:h,cancelButtonTitle:p="Cancel",applyButtonTitle:f="Apply",isValid:C,selectedRadioValue:v,onChangeRadioField:w,id:b,size:S=kt.Md})=>{const[y,x]=g.useState(!1),R=g.useCallback(()=>{s||x(!0)},[s]),F=g.useCallback(()=>{x(!1),c?.()},[c]),E=g.useCallback(()=>{h(),F()},[h,F]);return m.jsxs("div",{className:"flex flex-col",children:[m.jsx(Do,{fieldTitle:e,htmlFor:t}),m.jsx(BC,{disabled:s,open:y,selectedValue:n??i.find(P=>P.id===o)?.name,valueClassName:r,inputClassName:Z(a,"py-2","px-3"),emptyValueText:l,onOpen:R,children:m.jsx(Ao,{open:y,onClose:F,header:d,portalId:u,size:S,footer:m.jsxs("div",{className:"flex flex-row items-center justify-end gap-2 px-6 py-4",children:[m.jsx(Ds,{label:p,onClick:F}),m.jsx($t,{label:f,onClick:E,disabled:!C})]}),children:m.jsx("div",{className:"px-6 py-4",children:m.jsx(jr,{radioButtons:i,labelClassName:"dial-small",activeRadioButton:v,onChange:w,elementId:b,orientation:mo.Column})})})})]})},fA="Create",mA="Cancel",CA="flex items-center justify-end gap-2 px-6 py-3",vA=({header:e,open:t=!1,submitLabel:s=fA,cancelLabel:o=mA,isLoading:i=!1,disableSubmitButton:n=!1,className:r,submitClassName:a,onClose:l,onSubmit:c,onCancel:d,children:u,dividers:h=!0,size:p=kt.Md,footer:f})=>{const C=i?null:m.jsxs("div",{className:CA,children:[m.jsx(Ds,{label:o,onClick:()=>d?d():l?.()}),m.jsx($t,{className:a,label:s,disabled:n,onClick:()=>c()})]}),v=g.useCallback(()=>i?m.jsx("div",{className:"px-6 py-4 h-[120px]",children:m.jsx(Pn,{size:50})}):u??null,[u,i]);return m.jsx(Ao,{open:t,header:e,className:r,dividers:h,onClose:()=>l?.(),footer:f??C,size:p,children:v()})},wA=({onClick:e})=>m.jsx(j.IconEyeOff,{...de,className:"text-primary",onClick:e,role:"button","aria-label":"hide"}),bA=({onClick:e})=>m.jsx(j.IconEye,{...de,className:"text-primary",onClick:e,role:"button","aria-label":"show"}),VC=({...e})=>{const[t,s]=g.useState(!1),o=g.useCallback(i=>{s(i)},[]);return m.jsx(Fo,{type:t?"text":"password",...e,hideTooltip:!t,iconAfter:t?m.jsx(wA,{onClick:()=>o(!1)}):m.jsx(bA,{onClick:()=>o(!0)})})},SA=({fieldTitle:e,optional:t,elementClassName:s,elementId:o,errorText:i,...n})=>m.jsxs("div",{className:"flex flex-col",children:[m.jsx(Do,{fieldTitle:e,optional:t,htmlFor:o}),m.jsx(VC,{className:s,elementId:o,invalid:!!i,...n}),m.jsx(Ws,{errorText:i})]});var En=(e=>(e.Small="small",e.Base="base",e))(En||{});const yA={[En.Small]:{textClassName:"text-xs px-1",containerClassName:"px-[6px] py-1 h-[22px]",iconSize:10,iconStroke:1},[En.Base]:{textClassName:"text-sm px-2",containerClassName:"px-3 py-2 h-[38px]",iconSize:18,iconStroke:1.5}},Cu=({elementId:e,value:t,placeholder:s="Search...",disabled:o,readonly:i,invalid:n,className:r,containerClassName:a,onChange:l,onBlur:c,size:d=En.Base,allowClear:u=!0})=>{const[h,p]=g.useState(t||"");g.useEffect(()=>{p(t||"")},[t]);const f=g.useCallback(w=>{p(w),l?.(w)},[l]),C=yA[d],v=g.useCallback(()=>{f("")},[f]);return m.jsxs("div",{className:ce("dial-input flex flex-row items-center justify-between",n&&"dial-input-error",o&&"dial-input-disable",i&&"dial-input-readonly",C.containerClassName,a),children:[m.jsx(He,{className:Z(o?"text-secondary":"text-primary"),icon:m.jsx(j.IconSearch,{size:C.iconSize,stroke:C.iconStroke})}),m.jsx("input",{id:e,type:"text",autoComplete:"new-password",placeholder:s,value:h??"",disabled:o,readOnly:i,className:Z("border-0 bg-transparent w-full",r,C.textClassName),onChange:w=>!i&&f(w.currentTarget.value),onBlur:c}),h&&!i&&!o&&u&&m.jsx(He,{className:"text-primary cursor-pointer",icon:m.jsx(j.IconX,{size:C.iconSize,stroke:C.iconStroke,onClick:v,"aria-label":"Clear search",role:"button"})})]})},xA=({placeholder:e="",selectedItems:t=[],listClassName:s,listElementClassName:o,containerClassName:i,inputClassName:n,onChange:r})=>{const[a,l]=g.useState(""),c=g.useCallback(u=>{u.key==="Enter"&&(r([...t,u.currentTarget.value]),l("")),(u.key==="Backspace"||u.key==="Delete")&&t.length&&!a&&r(t.slice(0,-1))},[t,r,a]),d=g.useCallback(u=>{l(u.target.value)},[l]);return m.jsxs("div",{className:Z(["dial-input px-3 py-2 flex flex-row items-center flex-wrap w-fit gap-2",i]),children:[m.jsx(mu,{selectedItems:t,listClassName:s,listElementClassName:o}),m.jsx("input",{type:"text",value:a,className:Z(["border-0 bg-transparent p-0",n]),placeholder:t?.length?"":e,onKeyDown:c,onChange:d})]})},RA=({initialTags:e=[],fieldTitle:t,optional:s,elementId:o,placeholder:i,errorText:n,invalid:r,disabled:a,onChange:l})=>{const c=g.useRef(null),[d,u]=g.useState(e),[h,p]=g.useState(""),[f,C]=g.useState(!1),v=S=>{const y=S.trim().replace(/,$/,"");if(y&&!d.includes(y)){const x=[y,...d];u(x),l?.(x)}},w=S=>{(S.key===","||S.key==="Enter")&&(S.preventDefault(),v(h),p(""))},b=S=>{const y=d.filter((x,R)=>R!==S);u(y),l?.(y)};return g.useEffect(()=>{const S=new ResizeObserver(()=>{if(c.current){const y=c.current.scrollHeight>c.current.clientHeight+10;C(y)}});return c.current&&S.observe(c.current),()=>S.disconnect()},[d]),m.jsxs("div",{className:Z("flex flex-col w-full"),children:[m.jsx(Do,{fieldTitle:t,optional:s,htmlFor:o}),m.jsx("div",{className:Z("dial-input min-h-[38px] p-[6px]",r&&"dial-input-error",a&&"dial-input-disable"),children:m.jsxs("div",{ref:c,className:Z("flex flex-wrap gap-2 items-center",f?"flex-col-reverse":"flex-row"),children:[d.map((S,y)=>m.jsx(Fa,{tag:S,remove:a?void 0:()=>b(y)},S+y)),m.jsx("input",{type:"text",value:h,onChange:S=>p(S.target.value),onKeyDown:w,className:Z("dial-input-no-border outline-none border-none w-full min-w-[100px] flex-1 p-1"),placeholder:i,disabled:a})]})}),m.jsx(Ws,{errorText:n})]})},FA="dial-input flex w-full items-center justify-between gap-2 dial-small cursor-pointer",EA="w-full rounded flex flex-col",pc="flex w-full items-center justify-between gap-2 px-3 h-[34px] dial-small text-primary truncate hover:bg-accent-primary-alpha focus:bg-accent-primary-alpha focus:outline-none",DA="bg-accent-primary-alpha",PA="bg-accent-primary-alpha border-l border-accent-primary border-1",yg="opacity-75",MA=352,TA=m.jsx(j.IconChevronDown,{size:16}),zC=({options:e,selectedValues:t,handleRemoveTag:s})=>m.jsx("div",{className:"flex flex-wrap w-full items-center gap-1",children:t.map(o=>{const i=e.find(r=>r.value===o)?.label??o,n=e.find(r=>r.value===o)?.icon;return m.jsx(Fa,{tag:i,remove:r=>s?.(r,o),iconBefore:n?m.jsx(He,{icon:n}):null,className:"max-w-full"},o)})});var wa=(e=>(e.Sm="sm",e.Md="md",e))(wa||{}),ba=(e=>(e.Primary="Primary",e.Secondary="Secondary",e))(ba||{});const WC=({options:e,multiple:t=!1,elementId:s,value:o,defaultValue:i,variant:n=ba.Primary,size:r=wa.Md,prefix:a,customSelectedValue:l,placeholder:c="Select...",searchable:d=!1,searchPlaceholder:u,selectAll:h=!1,invalid:p,selectAllLabel:f="Select all",emptyStateTitle:C="No options available",emptyStateDescription:v,emptyStateIcon:w,disabled:b=!1,className:S,listClassName:y,closable:x=!1,header:R,footer:F,onClose:E,onChange:P,inlineSearch:M=!1,dismissRef:D,onFooterClick:T,open:V,onOpenChange:_,onInlineQueryChange:L})=>{const Y=g.useId(),[te,A]=g.useState(!1),ie=V!==void 0,z=ie?!!V:te,ee=g.useCallback(H=>{ie||A(H),_?.(H)},[ie,_]),[q,X]=g.useState(M&&l||""),$=g.useRef(null),Q=g.useCallback(H=>{H!==q&&(X(H),L?.(H))},[L,q]),pe=o!==void 0,[G,J]=g.useState(i),O=pe?o:G,N=g.useMemo(()=>t?Array.isArray(O)?O:[]:typeof O=="string"?[O]:[],[O,t]),se=g.useMemo(()=>{const H=q.trim().toLowerCase();return H?e.filter(we=>we.label.toLowerCase().includes(H)):e},[e,q]);g.useEffect(()=>{!z&&!M&&Q("")},[M,z,Q]),g.useEffect(()=>{M&&!z&&l&&Q(l||"")},[l,M,z,Q]);const oe=g.useCallback(H=>{pe||J(H),P?.(H)},[pe,P]),Ce=g.useCallback(H=>{if(t){const we=new Set(N);we.has(H)?we.delete(H):we.add(H),oe(Array.from(we));return}if(oe(H),M){const we=e.find(Rt=>Rt.value===H);we&&(Q(we.label),L?.(we.label))}ee(!1)},[t,oe,M,ee,N,e,Q,L]),Se=g.useCallback((H,we)=>{if(H.stopPropagation(),!t){oe("");return}const Rt=N.filter(Ri=>Ri!==we);oe(Rt)},[t,N,oe]),De=g.useMemo(()=>se.filter(H=>!H.disabled),[se]),ne=g.useMemo(()=>De.filter(H=>N.includes(H.value)).length,[De,N]),ye=H=>{M&&!t&&!H&&Ce(q),ee(H)},Le=De.length>0&&ne===De.length,Pe=ne>0&&!Le,me=()=>{if(!(!t||De.length===0))if(Le){const H=new Set(De.map(Rt=>Rt.value)),we=N.filter(Rt=>!H.has(Rt));oe(we)}else{const H=new Set(N);De.forEach(we=>H.add(we.value)),oe(Array.from(H))}},ve=N.length>0;g.useEffect(()=>{z&&M&&!t&&!b&&requestAnimationFrame(()=>{const H=$.current;if(!H)return;H.focus();const we=H.value?.length??0;H.setSelectionRange?.(we,we)})},[z,M,t,b]);const ze=!t&&ve?N[0]:void 0,We=g.useMemo(()=>ze?e.find(H=>H.value===ze):void 0,[e,ze]),Oe=g.useCallback(()=>!t||N.length===0?null:m.jsx(zC,{options:e,selectedValues:N,handleRemoveTag:Se}),[t,e,N,Se]),at=g.useCallback(()=>t?ve?Oe():m.jsx("span",{className:"text-secondary truncate",children:c}):We?m.jsxs(m.Fragment,{children:[We.icon&&m.jsx(He,{icon:We.icon}),m.jsx(ut,{text:a?`${a} ${We.label}`:We.label}),We?.description&&m.jsx("div",{className:"text-secondary dial-small",children:We.description})]}):l&&o?l:m.jsx("span",{className:"text-secondary truncate",children:c}),[ve,t,l,a,o,c,Oe,We]);g.useImperativeHandle(D,()=>({dismiss:()=>{ee(!1)}}));const vt=g.useCallback(()=>{Q(N.length===1?We?.label??q:"")},[q,N.length,Q,We?.label]),Zt=g.useCallback(()=>{b||(ee(!z),M&&!t&&(vt(),$.current?.focus()))},[b,M,z,t,vt,ee]);return m.jsx(yt,{open:z,onOpenChange:ye,disabled:b,closable:x,onClose:E,placement:"bottom-start",allowedPlacements:["bottom-start","top-start"],maxDropdownHeight:d?null:MA,listClassName:y,renderOverlay:()=>m.jsxs("div",{id:`list-${s||Y}`,role:"listbox","aria-multiselectable":t||void 0,className:EA,children:[R&&m.jsx(m.Fragment,{children:typeof R=="function"?R():R}),(d||x)&&e.length>8&&m.jsxs("div",{className:"flex items-center gap-2 px-2 pt-2",children:[d&&m.jsx(Cu,{placeholder:u,onChange:Q,value:q,elementId:`search-${s||Y}`}),x&&m.jsx(xt,{"aria-label":"Close select",className:"shrink-0",iconBefore:m.jsx(j.IconX,{size:16}),onClick:H=>{E?.(H),ee(!1)}})]}),t&&h&&De.length>0&&m.jsx("div",{className:Z(pc,"mt-2"),children:m.jsx(cn,{id:`${s||Y}-selectAll`,label:f,checked:Le,indeterminate:Pe,onChange:me,ariaLabel:f})}),m.jsx("div",{className:Z("overflow-y-auto max-h-[352px]",M&&se.length===0?"":"py-1"),children:se.length===0?!M&&m.jsx("div",{className:"px-2 py-3",children:m.jsx(Mn,{icon:w??m.jsx(j.IconClipboardX,{size:24,stroke:.5}),title:C,description:v})}):se.map(H=>{const we=N.includes(H.value);return t?m.jsxs("div",{role:"option","aria-selected":we,"aria-disabled":!!H.disabled,className:Z(pc,we&&DA,H.disabled&&yg,"w-full"),children:[m.jsx(cn,{id:`${s||Y}-${H.value}`,label:m.jsxs("span",{className:"flex w-full flex-1 pl-2 min-w-0 items-center gap-2 text-primary",children:[H.icon&&m.jsx(He,{icon:H.icon}),m.jsx("span",{className:"truncate",children:H.label})]}),checked:we,disabled:H.disabled,onChange:()=>!H.disabled&&Ce(H.value),ariaLabel:H.label}),H.description&&m.jsx("div",{className:"text-secondary dial-small",children:H.description})]},H.value):m.jsx("button",{role:"option",type:"button","aria-selected":we,"aria-disabled":!!H.disabled,disabled:H.disabled,className:Z(pc,we&&PA,H.disabled&&yg),onClick:()=>!H.disabled&&Ce(H.value),children:m.jsxs("div",{className:"flex items-center gap-2 w-full",children:[H.icon&&m.jsx(He,{icon:H.icon}),m.jsx(ut,{text:H.label}),H.description&&m.jsx("div",{className:"text-secondary dial-small",children:H.description})]})},H.value)})}),F&&m.jsx("div",{onClick:H=>{T?.(H),T&&ee(!1)},children:typeof F=="function"?F():F})]}),children:m.jsxs("div",{role:"button",tabIndex:0,"aria-roledescription":"button to open select list","aria-haspopup":"listbox","aria-expanded":z,"aria-controls":`list-${s||Y}`,className:ce(FA,b&&"opacity-75 !cursor-not-allowed",r===wa.Sm?"min-h-[25px] px-1.5 py-1":"min-h-[38px] px-3 py-2",p&&"dial-input-error",n===ba.Secondary?"!bg-layer-4":"",S),onMouseDown:H=>{b||M&&!t&&(vt(),H.preventDefault())},onClick:()=>{Zt()},onKeyDown:H=>{(H.key===" "||H.code==="Space")&&(H.preventDefault(),Zt())},children:[M&&!t?m.jsx("div",{className:"flex min-w-0 items-center gap-2 text-primary flex-1",children:m.jsx("input",{id:`inline-${s||Y}`,type:"text",placeholder:u??c,value:q||"",onChange:H=>Q(H.currentTarget.value.trimStart()),onFocus:()=>!b&&ee(!0),onMouseDown:H=>{vt(),H.stopPropagation()},onClick:H=>{H.stopPropagation()},onKeyDown:H=>{H.stopPropagation()},className:"bg-transparent outline-none w-full dial-small",ref:$,disabled:b,"aria-disabled":b,autoComplete:"new-password"})}):m.jsx("div",{className:"flex w-full min-w-0 items-center gap-2 text-primary",children:at()}),!M&&m.jsx(He,{icon:TA,className:Z("text-primary",z&&"rotate-180")})]})})},IA=({fieldTitle:e,optional:t,captionDescription:s,containerClassName:o,selectClassName:i,error:n,elementId:r,description:a,readonly:l,value:c,defaultEmptyText:d,...u})=>{const h=g.useCallback(()=>{if(!c||Array.isArray(c)&&c.length===0)return d??"None";if(Array.isArray(c))return m.jsx(zC,{options:u.options,selectedValues:c});{const p=u.options?.find(f=>f.value===c);return m.jsx("span",{"aria-readonly":!0,className:"text-primary",children:p?.label||c})}},[c,u.options,d]);return m.jsx(xa,{elementId:r,label:e,optional:t,description:a,error:n,captionDescription:s,className:o,readonly:l,value:h(),defaultEmptyText:d,children:m.jsx(WC,{className:i,value:c,elementId:r,invalid:!!n,...u})})};function _C(e){let t=null;return()=>(t==null&&(t=e()),t)}function kA(e,t){return e.filter(s=>s!==t)}function AA(e,t){const s=new Set,o=n=>s.add(n);e.forEach(o),t.forEach(o);const i=[];return s.forEach(n=>i.push(n)),i}class LA{enter(t){const s=this.entered.length,o=i=>this.isNodeInDocument(i)&&(!i.contains||i.contains(t));return this.entered=AA(this.entered.filter(o),[t]),s===0&&this.entered.length>0}leave(t){const s=this.entered.length;return this.entered=kA(this.entered.filter(this.isNodeInDocument),t),s>0&&this.entered.length===0}reset(){this.entered=[]}constructor(t){this.entered=[],this.isNodeInDocument=t}}class OA{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(t=>{Object.defineProperty(this.item,t,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${t}" until the drop event.`),null}})})}loadDataTransfer(t){if(t){const s={};Object.keys(this.config.exposeProperties).forEach(o=>{const i=this.config.exposeProperties[o];i!=null&&(s[o]={value:i(t,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,s)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(t,s){return s===t.getSourceId()}endDrag(){}constructor(t){this.config=t,this.item={},this.initializeExposedProperties()}}const vu="__NATIVE_FILE__",jC="__NATIVE_URL__",UC="__NATIVE_TEXT__",$C="__NATIVE_HTML__",xg=Object.freeze(Object.defineProperty({__proto__:null,FILE:vu,HTML:$C,TEXT:UC,URL:jC},Symbol.toStringTag,{value:"Module"}));function fc(e,t,s){const o=t.reduce((i,n)=>i||e.getData(n),"");return o??s}const ld={[vu]:{exposeProperties:{files:e=>Array.prototype.slice.call(e.files),items:e=>e.items,dataTransfer:e=>e},matchesTypes:["Files"]},[$C]:{exposeProperties:{html:(e,t)=>fc(e,t,""),dataTransfer:e=>e},matchesTypes:["Html","text/html"]},[jC]:{exposeProperties:{urls:(e,t)=>fc(e,t,"").split(`
62
- `),dataTransfer:e=>e},matchesTypes:["Url","text/uri-list"]},[UC]:{exposeProperties:{text:(e,t)=>fc(e,t,""),dataTransfer:e=>e},matchesTypes:["Text","text/plain"]}};function NA(e,t){const s=ld[e];if(!s)throw new Error(`native type ${e} has no configuration`);const o=new OA(s);return o.loadDataTransfer(t),o}function mc(e){if(!e)return null;const t=Array.prototype.slice.call(e.types||[]);return Object.keys(ld).filter(s=>{const o=ld[s];return o?.matchesTypes?o.matchesTypes.some(i=>t.indexOf(i)>-1):!1})[0]||null}const HA=_C(()=>/firefox/i.test(navigator.userAgent)),KC=_C(()=>!!window.safari);class Rg{interpolate(t){const{xs:s,ys:o,c1s:i,c2s:n,c3s:r}=this;let a=s.length-1;if(t===s[a])return o[a];let l=0,c=r.length-1,d;for(;l<=c;){d=Math.floor(.5*(l+c));const p=s[d];if(p<t)l=d+1;else if(p>t)c=d-1;else return o[d]}a=Math.max(0,c);const u=t-s[a],h=u*u;return o[a]+i[a]*u+n[a]*h+r[a]*u*h}constructor(t,s){const{length:o}=t,i=[];for(let p=0;p<o;p++)i.push(p);i.sort((p,f)=>t[p]<t[f]?-1:1);const n=[],r=[];let a,l;for(let p=0;p<o-1;p++)a=t[p+1]-t[p],l=s[p+1]-s[p],n.push(a),r.push(l/a);const c=[r[0]];for(let p=0;p<n.length-1;p++){const f=r[p],C=r[p+1];if(f*C<=0)c.push(0);else{a=n[p];const v=n[p+1],w=a+v;c.push(3*w/((w+v)/f+(w+a)/C))}}c.push(r[r.length-1]);const d=[],u=[];let h;for(let p=0;p<c.length-1;p++){h=r[p];const f=c[p],C=1/n[p],v=f+c[p+1]-h-h;d.push((h-f-v)*C),u.push(v*C*C)}this.xs=t,this.ys=s,this.c1s=c,this.c2s=d,this.c3s=u}}const GA=1;function qC(e){const t=e.nodeType===GA?e:e.parentElement;if(!t)return null;const{top:s,left:o}=t.getBoundingClientRect();return{x:o,y:s}}function Fr(e){return{x:e.clientX,y:e.clientY}}function BA(e){var t;return e.nodeName==="IMG"&&(HA()||!(!((t=document.documentElement)===null||t===void 0)&&t.contains(e)))}function VA(e,t,s,o){let i=e?t.width:s,n=e?t.height:o;return KC()&&e&&(n/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:n}}function zA(e,t,s,o,i){const n=BA(t),a=qC(n?e:t),l={x:s.x-a.x,y:s.y-a.y},{offsetWidth:c,offsetHeight:d}=e,{anchorX:u,anchorY:h}=o,{dragPreviewWidth:p,dragPreviewHeight:f}=VA(n,t,c,d),C=()=>{let R=new Rg([0,.5,1],[l.y,l.y/d*f,l.y+f-d]).interpolate(h);return KC()&&n&&(R+=(window.devicePixelRatio-1)*f),R},v=()=>new Rg([0,.5,1],[l.x,l.x/c*p,l.x+p-c]).interpolate(u),{offsetX:w,offsetY:b}=i,S=w===0||w,y=b===0||b;return{x:S?w:v(),y:y?b:C()}}class WA{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var t;return!((t=this.globalContext)===null||t===void 0)&&t.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var t;return((t=this.optionsArgs)===null||t===void 0?void 0:t.rootElement)||this.window}constructor(t,s){this.ownerDocument=null,this.globalContext=t,this.optionsArgs=s}}function _A(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Fg(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){_A(e,i,s[i])})}return e}class jA{profile(){var t,s;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((t=this.dragStartSourceIds)===null||t===void 0?void 0:t.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((s=this.dragOverTargetIds)===null||s===void 0?void 0:s.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const t=this.rootElement;if(t!==void 0){if(t.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");t.__isReactDndBackendSetUp=!0,this.addEventListeners(t)}}teardown(){const t=this.rootElement;if(t!==void 0&&(t.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var s;(s=this.window)===null||s===void 0||s.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(t,s,o){return this.sourcePreviewNodeOptions.set(t,o),this.sourcePreviewNodes.set(t,s),()=>{this.sourcePreviewNodes.delete(t),this.sourcePreviewNodeOptions.delete(t)}}connectDragSource(t,s,o){this.sourceNodes.set(t,s),this.sourceNodeOptions.set(t,o);const i=r=>this.handleDragStart(r,t),n=r=>this.handleSelectStart(r);return s.setAttribute("draggable","true"),s.addEventListener("dragstart",i),s.addEventListener("selectstart",n),()=>{this.sourceNodes.delete(t),this.sourceNodeOptions.delete(t),s.removeEventListener("dragstart",i),s.removeEventListener("selectstart",n),s.setAttribute("draggable","false")}}connectDropTarget(t,s){const o=r=>this.handleDragEnter(r,t),i=r=>this.handleDragOver(r,t),n=r=>this.handleDrop(r,t);return s.addEventListener("dragenter",o),s.addEventListener("dragover",i),s.addEventListener("drop",n),()=>{s.removeEventListener("dragenter",o),s.removeEventListener("dragover",i),s.removeEventListener("drop",n)}}addEventListeners(t){t.addEventListener&&(t.addEventListener("dragstart",this.handleTopDragStart),t.addEventListener("dragstart",this.handleTopDragStartCapture,!0),t.addEventListener("dragend",this.handleTopDragEndCapture,!0),t.addEventListener("dragenter",this.handleTopDragEnter),t.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.addEventListener("dragover",this.handleTopDragOver),t.addEventListener("dragover",this.handleTopDragOverCapture,!0),t.addEventListener("drop",this.handleTopDrop),t.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(t){t.removeEventListener&&(t.removeEventListener("dragstart",this.handleTopDragStart),t.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),t.removeEventListener("dragend",this.handleTopDragEndCapture,!0),t.removeEventListener("dragenter",this.handleTopDragEnter),t.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.removeEventListener("dragover",this.handleTopDragOver),t.removeEventListener("dragover",this.handleTopDragOverCapture,!0),t.removeEventListener("drop",this.handleTopDrop),t.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourceNodeOptions.get(t);return Fg({dropEffect:this.altKeyPressed?"copy":"move"},s||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourcePreviewNodeOptions.get(t);return Fg({anchorX:.5,anchorY:.5,captureDraggingState:!1},s||{})}isDraggingNativeItem(){const t=this.monitor.getItemType();return Object.keys(xg).some(s=>xg[s]===t)}beginDragNativeItem(t,s){this.clearCurrentDragSourceNode(),this.currentNativeSource=NA(t,s),this.currentNativeHandle=this.registry.addSource(t,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(t){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=t;const s=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var o;return(o=this.rootElement)===null||o===void 0?void 0:o.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},s)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var t;(t=this.window)===null||t===void 0||t.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(t,s){t.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(s))}handleDragEnter(t,s){this.dragEnterTargetIds.unshift(s)}handleDragOver(t,s){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(s)}handleDrop(t,s){this.dropTargetIds.unshift(s)}constructor(t,s,o){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=i=>{const n=this.sourceNodes.get(i);return n&&qC(n)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=i=>!!(i&&this.document&&this.document.body&&this.document.body.contains(i)),this.endDragIfSourceWasRemovedFromDOM=()=>{const i=this.currentDragSourceNode;i==null||this.isNodeInDocument(i)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=i=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(i||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=i=>{if(i.defaultPrevented)return;const{dragStartSourceIds:n}=this;this.dragStartSourceIds=null;const r=Fr(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(n||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:r});const{dataTransfer:a}=i,l=mc(a);if(this.monitor.isDragging()){if(a&&typeof a.setDragImage=="function"){const d=this.monitor.getSourceId(),u=this.sourceNodes.get(d),h=this.sourcePreviewNodes.get(d)||u;if(h){const{anchorX:p,anchorY:f,offsetX:C,offsetY:v}=this.getCurrentSourcePreviewNodeOptions(),S=zA(u,h,r,{anchorX:p,anchorY:f},{offsetX:C,offsetY:v});a.setDragImage(h,S.x,S.y)}}try{a?.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(i.target);const{captureDraggingState:c}=this.getCurrentSourcePreviewNodeOptions();c?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(l)this.beginDragNativeItem(l);else{if(a&&!a.types&&(i.target&&!i.target.hasAttribute||!i.target.hasAttribute("draggable")))return;i.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=i=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:a}=i,l=mc(a);l&&this.beginDragNativeItem(l,a)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:n}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,n.length>0&&this.actions.hover(n,{clientOffset:Fr(i)}),n.some(a=>this.monitor.canDropOnTarget(a))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:n}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=Fr(i),this.scheduleHover(n),(n||[]).some(a=>this.monitor.canDropOnTarget(a))?(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?i.preventDefault():(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=i=>{this.isDraggingNativeItem()&&i.preventDefault(),this.enterLeaveCounter.leave(i.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=i=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var n;i.preventDefault(),(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}else mc(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:n}=this;this.dropTargetIds=[],this.actions.hover(n,{clientOffset:Fr(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const n=i.target;typeof n.dragDrop=="function"&&(n.tagName==="INPUT"||n.tagName==="SELECT"||n.tagName==="TEXTAREA"||n.isContentEditable||(i.preventDefault(),n.dragDrop()))},this.options=new WA(s,o),this.actions=t.getActions(),this.monitor=t.getMonitor(),this.registry=t.getRegistry(),this.enterLeaveCounter=new LA(this.isNodeInDocument)}}const UA=function(t,s,o){return new jA(t,s,o)},$A=({onChange:e,emptyTextFirstLine:t,emptyTextSecondLine:s,emptyButtonLabel:o,acceptTypes:i,maxFilesCount:n,multiple:r,fileFormatError:a,fileCountError:l,getIsFileFormatError:c})=>{const d=g.useRef(null),u=g.useRef(null),[h,p]=g.useState([]),[f,C]=g.useState(!1),v=g.useCallback(D=>{const T=D.target.files;if(T&&T.length>0){const V=Array.from(T);c?.(V)?C(!0):e(V)}},[c,e]),w=g.useCallback(D=>n&&D?.length>n,[n]),b=g.useMemo(()=>f||w(h),[f,h,w]),S=()=>{p([]),C(!1)};g.useEffect(()=>{S()},[i]);const[{isOver:y,canDrop:x},R]=ap(()=>({accept:[vu],drop(D){const T=D.files;!c?.(T)&&!w(T)&&e(T),S()},collect:D=>({isOver:D.isOver(),canDrop:D.canDrop()})}),[v]),F=D=>{(D.key==="Enter"||D.key==="Space")&&(D.preventDefault(),u.current?.click())},E=D=>{D?.preventDefault();const T=Array.from(D.dataTransfer?.items??[]);C(!!c?.(T)),p(T)},P=D=>{D.target===D.currentTarget&&S()},M=Z("border border-dashed rounded w-full cursor-pointer relative h-full hover:border-hover",!x&&!b&&"border-primary",x&&(y?"border-accent-primary":"border-hover"),b&&"border-error");return R(d),m.jsxs(m.Fragment,{children:[m.jsxs("div",{className:M,ref:d,onDragOver:E,onDragLeave:P,children:[m.jsxs("label",{htmlFor:"file",tabIndex:0,onKeyDown:F,className:"flex flex-col items-center cursor-pointer h-full w-full text-secondary dial-tiny justify-center",children:[t&&m.jsx("p",{className:"mb-1",children:t}),s&&m.jsx("p",{className:"mb-0.5",children:s}),o&&m.jsx($t,{appearance:Me.Ghost,label:o,onClick:()=>u.current?.click()})]}),m.jsx("input",{multiple:r,id:"file",type:"file",ref:u,hidden:!0,accept:i,onChange:v})]}),m.jsx(m.Fragment,{children:f?m.jsx(Ws,{errorText:a}):w(h)&&m.jsx(Ws,{errorText:l})})]})},KA=({iconBefore:e,className:t,errorText:s,...o})=>{const i=o.invalid,n=()=>m.jsx("div",{className:"mr-2",children:i?m.jsx(j.IconExclamationCircle,{...de,className:"text-error"}):e});return m.jsx(Fo,{...o,iconBefore:n(),tooltipTriggerClassName:"flex-1 min-w-0",className:Z(i?"text-error":"",t),tooltipText:i&&s?s:void 0,hideBorder:!0})},qA=e=>{const{files:t,iconBeforeInput:s,dynamicIcon:o,onChange:i,isInvalid:n,errorText:r,removeButtonAriaLabel:a}=e,l=(u,h)=>{u.stopPropagation(),i(t?.filter(p=>p.name!==h)||[])},c=u=>m.jsx(OC,{"aria-label":a,onClick:h=>l(h,u)}),d=u=>{i(u)};return!t||t.length===0?m.jsx(k1,{backend:UA,children:m.jsx($A,{...e,onChange:d})}):m.jsx("div",{className:"flex-1 min-h-0 border border-solid border-primary rounded",children:t&&t.length>0&&m.jsx("div",{className:"max-h-full overflow-y-auto",children:t.map((u,h)=>m.jsx(KA,{elementId:u.name,value:u.name,iconAfter:c(u.name),iconBefore:s||o?.(u.name),invalid:n?.(u),errorText:r},u.name+h))})})},YA=({onChange:e,fieldTitle:t,elementId:s,files:o,maxFilesCount:i,fileFormatError:n,fileCountError:r,multiple:a=!0,acceptTypes:l,deleteAllButtonLabel:c,addButtonLabel:d,...u})=>{const h=g.useRef(null),p=()=>h.current?.click(),f=()=>{e([])},C=g.useCallback(w=>w?.some(b=>b.type===""||!(l==="/"||l?.toLowerCase()?.includes(b?.type?.toLowerCase()))),[l]),v=g.useCallback(w=>{const b=w.target.files;if(b&&b.length>0){const S=Array.from(b);C(S)||e([...o||[],...S])}},[e,o,C]);return m.jsxs("div",{className:"h-full flex flex-col",children:[m.jsxs("div",{className:"flex justify-between items-center pb-1 min-h-[42px]",children:[m.jsx(Do,{fieldTitle:`${t}: ${a?o?.length||0:""}`,htmlFor:s}),a&&!!o?.length&&m.jsxs("div",{className:"flex flex-row items-center gap-x-2",children:[m.jsx($t,{appearance:Me.Ghost,className:"!text-error",iconBefore:m.jsx(j.IconTrashX,{...de}),label:c,onClick:f}),(i?i>o?.length:!0)&&m.jsx($t,{appearance:Me.Ghost,iconBefore:m.jsx(j.IconPlus,{...de}),label:d,onClick:p})]})]}),o&&o.length>0&&m.jsx("input",{id:"file",type:"file",multiple:a,ref:h,hidden:!0,accept:l,onChange:v}),m.jsx(qA,{files:o,onChange:e,acceptTypes:l,maxFilesCount:i,multiple:a,fileFormatError:n,fileCountError:r,getIsFileFormatError:C,...u})]})},ZA=m.jsx(j.IconChevronDown,{size:16}),XA=m.jsx(j.IconChevronUp,{size:16}),cd=({variant:e,appearance:t,items:s,...o})=>{const[i,n]=g.useState(!1),r=g.useMemo(()=>i?XA:ZA,[i]);return m.jsx("div",{children:m.jsx(yt,{menu:{items:s},onOpenChange:a=>n(a),children:m.jsx(xt,{...o,iconAfter:r,variant:e||qe.Primary,appearance:t||Me.Solid})})})},QA="w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-1",Eg="w-full text-secondary flex items-center gap-2",JA="flex min-h-0 min-w-0 h-full gap-4 overflow-hidden",e8="flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4",t8="w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0",s8="flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0",o8="opacity-0 pointer-events-none group-hover/grid-row:opacity-100 group-hover/grid-row:pointer-events-auto",i8=280,n8="Files",zs=20,r8="Files",Cc=".dial_folder",a8=280,l8=460,vc=44,c8=56,d8=800;var Te=(e=>(e.ITEM="item",e.FOLDER="folder",e))(Te||{}),YC=(e=>(e.FILE="FILE",e.PROMPT="PROMPT",e.CONVERSATION="CONVERSATION",e.APPLICATION="APPLICATION",e.TOOLSET="TOOL_SET",e))(YC||{}),Gn=(e=>(e.READ="READ",e.WRITE="WRITE",e.SHARE="SHARE",e))(Gn||{});const Eo=(e,t)=>{if(!(!e||!e.length||!t))for(const s of e){if(s.path===t)return s;const o=Eo(s.items,t);if(o)return o}},Dg=(e,t)=>{if(!e?.length)return;if(!t)return e[0];const s=Eo(e,t);if(s&&s.nodeType===Te.FOLDER)return s;const o=t.split("/").filter(Boolean);if(o.length<=1)return e[0];const i="/"+o.slice(0,o.length-1).join("/");return Eo(e,i)??e[0]},li=e=>(e??"").toLowerCase(),u8=e=>li(e).replace(/^\./,""),h8=e=>{if(!e)return[];const t=[],s=o=>{const i=o.items??[];for(const n of i)t.push(n),n.nodeType===Te.FOLDER&&s(n)};return s(e),t},dd=e=>(e.name??e.path.split("/").pop()??"").startsWith("."),_r=e=>{if(!e)return"0 bytes";const t=1024,s=t*1024;return e>=s?`${(e/s).toFixed(1)} MB`:e>=t?`${(e/t).toFixed(0)} KB`:`${e} bytes`},g8=(e,t="en-US",s={year:"numeric",month:"short",day:"2-digit"})=>{if(!e)return"";try{return new Intl.DateTimeFormat(t,s).format(new Date(e))}catch{return e}};function ZC(e,t,s){if(!e||e.length===0||e.includes("*/*"))return!0;const o=t.toLowerCase(),i=s&&s.includes(".")?`.${s.split(".").at(-1).toLowerCase()}`:void 0;return e.some(n=>{const r=n.toLowerCase();if(r.startsWith("."))return i===r;if(r.endsWith("/*")){const a=r.slice(0,-1);return o.startsWith(a)}return o===r})}const p8={size:10,stroke:2},f8=26;var _t=(e=>(e.File="file",e.Folder="folder",e))(_t||{});const m8=({name:e,type:t,shared:s=!1,loading:o=!1,sharedIndicatorClassName:i,...n})=>{const r=a=>m.jsxs("span",{className:"inline-flex relative text-secondary",role:"img",children:[a,s&&m.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:m.jsx(un,{className:i})})]});if(o)return r(m.jsx(Pn,{}));if(t===_t.File){const a=e.includes(".")?e.split(".").pop():null;return m.jsx(vd,{...n,extension:a??"",className:"text-secondary",indicator:s?m.jsx(un,{className:i}):null,label:"File type icon"})}return t===_t.Folder?r(m.jsx(He,{icon:m.jsx(j.IconFolder,{className:n.className,size:n.size??de.size,stroke:n.stroke??de.stroke}),className:"inline-block align-middle"})):null},C8=({name:e,type:t,elementId:s,loading:o=!1,shared:i=!1,iconClassName:n,iconIndicator:r,iconLabel:a,iconSize:l,iconStroke:c,inputInvalid:d,inputInvalidMessage:u,inputContainerClassName:h,inputIconAfter:p,inputRef:f,onChange:C,sharedIndicatorClassName:v})=>{const w=()=>d?m.jsx(gs,{tooltip:u,children:p||m.jsx(j.IconAlertCircleFilled,{...de,className:"text-error","aria-label":"alert"})}):null;return m.jsxs("div",{className:"flex gap-2 items-center",children:[m.jsx(m8,{name:e,type:t,label:a,className:n,indicator:r,size:l,stroke:c,loading:o,shared:i,sharedIndicatorClassName:v}),m.jsx(Fo,{containerClassName:ce("!h-6 py-[1px] pl-[7px] pr-[7px]",h),elementId:s,value:e,onChange:C,invalid:d,hideTooltip:d,iconAfter:w(),inputRef:f})]})};function XC({value:e,isEditing:t,restoreOnCancel:s=!0,onValidate:o,onSave:i,onCancel:n}){const[r,a]=g.useState(e),[l,c]=g.useState(!1),[d,u]=g.useState(""),h=g.useRef(null),p=g.useCallback((b=!1,S="")=>{c(b),u(S)},[]),f=g.useCallback(b=>{if(!o)return p(),!0;const S=o(b);return S?(p(!0,S),!1):(p(),!0)},[o,p]),C=g.useCallback(b=>{const S=b??"";a(S),f(S)},[f]),v=g.useCallback(()=>{f(r)?i?.(r):h.current?.focus()},[f,i,r]),w=g.useCallback(()=>{s&&a(e),p(),n?.()},[e,n,s,p]);return g.useEffect(()=>{t&&(a(e),p(),requestAnimationFrame(()=>{h.current?.focus(),h.current?.select()}))},[t,e,p]),g.useEffect(()=>{const b=h.current;if(!t||!b)return;const S=y=>{y.key==="Enter"?(y.preventDefault(),h.current?.blur()):y.key==="Escape"&&(y.preventDefault(),w())};return b.addEventListener("keydown",S),()=>b.removeEventListener("keydown",S)},[t,v,w]),g.useEffect(()=>{if(!t)return;const b=h.current;if(!b)return;const S=y=>{const x=y.relatedTarget;x&&b.contains(x)||(f(r)?v():b.focus())};return b.addEventListener("blur",S),()=>{b.removeEventListener("blur",S)}},[t,r,f,v]),{inputRef:h,value:r,onChange:C,invalid:l,invalidMessage:d}}const Sa=({name:e,type:t,elementId:s,editing:o=!1,loading:i=!1,shared:n=!1,iconSize:r=ws,validate:a,onSave:l,onCancel:c,inputContainerClassName:d,sharedIndicatorClassName:u,...h})=>{const{value:p,invalid:f,invalidMessage:C,onChange:v,inputRef:w}=XC({value:e,isEditing:o,onValidate:a,onCancel:c,onSave:l});return o?m.jsx(C8,{type:t,name:p,elementId:s,inputInvalid:f,inputInvalidMessage:C,inputRef:w,onChange:v,iconSize:r,inputContainerClassName:d,sharedIndicatorClassName:u}):t===_t.Folder?m.jsx(ka,{name:e,loading:i,shared:n,iconSize:r,className:"max-w-[428px] truncate",sharedIndicatorClassName:u}):m.jsx(Ia,{className:"max-w-[428px]",...h,name:e,shared:n,iconSize:r,sharedIndicatorClassName:u})},QC=e=>{const[t,s]=g.useState(e?.expandedPaths??new Set),o=g.useMemo(()=>!!e?.onExpandedPathsChange,[e?.onExpandedPathsChange]),i=g.useMemo(()=>o?e?.expandedPaths??new Set:t,[o,e?.expandedPaths,t]);g.useEffect(()=>{o&&e?.expandedPaths&&s(new Set(e.expandedPaths))},[o,e?.expandedPaths]);const n=g.useCallback(d=>{o?e?.onExpandedPathsChange?.(d):s(d)},[o,e]),r=g.useCallback(d=>{const u=new Set(i);u.has(d)?u.delete(d):u.add(d),n(u)},[i,n]),a=g.useCallback(()=>{n(new Set)},[n]),l=g.useCallback(d=>{const u=new Set(i);u.add(d),n(u)},[i,n]),c=g.useCallback(d=>{const u=new Set(i);u.delete(d),n(u)},[i,n]);return{expandedPaths:i,setExpandedPaths:n,togglePath:r,collapseAll:a,expandPath:l,collapsePath:c,isControlled:o}},v8=({items:e,showFiles:t=!1,expandedPaths:s,loadingPaths:o=new Set,loadedPaths:i=new Set,sharedByMePaths:n=new Set,selectedPath:r,emptyStateTitle:a="No Folders",emptyStateDescription:l,emptyStateIcon:c,areHiddenFilesVisible:d=!1,renamedPath:u,rootItemLabel:h,rootItemPath:p,onItemClick:f,getContextMenuItems:C,onRenameSave:v,onRenameCancel:w,onRenameValidate:b,onExpandedPathsChange:S})=>{const{expandedPaths:y,togglePath:x}=QC({expandedPaths:s??new Set,onExpandedPathsChange:S}),R=E=>{f?.(E),x(E.path)},F=(E,P)=>E.map(M=>{const{path:D,nodeType:T,name:V,items:_}=M,L=T===Te.FOLDER;if(!d&&dd(M))return null;if(!L&&!t)return;const Y=Array.isArray(_)&&_.length>0&&_.some(G=>G.nodeType===Te.FOLDER||t),te=y.has(D),A=r===D,ie=o.has(D),z=u===D,ee=i.has(D),q=n.has(D),X=p&&h&&D===p&&L,$=b&&(G=>b(G,M)),Q=A?"bg-accent-primary-alpha border-l-2 border-l-accent-primary rounded":"border-l-2 border-l-transparent",pe=X?[]:C?.(M)??[];return m.jsx("div",{className:"cursor-pointer text-secondary",children:m.jsxs("div",{className:"flex flex-col w-full","aria-label":"folder",children:[m.jsx(yt,{trigger:[Dt.ContextMenu],className:"w-full",anchorToMouse:!0,menu:{items:pe},children:m.jsxs("div",{style:{paddingLeft:`${P*f8}px`},className:ce("py-1 gap-[2px] dial-small flex justify-between hover:bg-accent-primary-alpha rounded group/item w-full mb-[2px] relative",Q),"aria-selected":A,children:[!z&&m.jsx("div",{className:"absolute size-full left-0 top-0 z-0",onClick:()=>R(M)}),m.jsx("div",{className:"relative flex flex-row truncate items-center w-fit h-6",onClick:()=>!z&&R(M),children:m.jsxs(m.Fragment,{children:[L&&m.jsx(j.IconCaretRightFilled,{...p8,className:Z("flex-shrink-0",te&&"rotate-90 transition-all",ee&&!Y&&"text-transparent")}),m.jsx(Sa,{elementId:`${D}-tree-item`,name:X?h:V,type:L?_t.Folder:_t.File,loading:ie,shared:q,sharedIndicatorClassName:ce("group-hover/item:bg-accent-primary-alpha",A&&"bg-accent-primary-alpha"),iconSize:zs,...!X&&{editing:z,onSave:v,onCancel:w,validate:$}})]})}),pe.length>0&&!z&&!X&&m.jsx("div",{className:"flex-1 flex justify-end",children:m.jsx(yt,{placement:"bottom-start",allowedPlacements:["top-start","top-end"],menu:{items:pe},className:"sticky right-0",children:m.jsx(He,{className:"invisible group-hover/item:visible text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:m.jsx(j.IconDotsVertical,{...de})})})})]})}),te&&_&&F(_,P+1)]})},`${D}-children`)});return m.jsx("div",{className:"flex-1 w-full h-full overflow-y-auto","aria-label":"folders-tree",children:e.length>0?F(e,0):m.jsx(Mn,{title:a,description:l,icon:c})})},Pg=e=>e.split("/").map(t=>t.trim()).filter(Boolean),w8="w-full flex items-center justify-between gap-4",b8="min-w-0 h-[38px] flex-1 overflow-hidden bg-layer-3 px-3 flex items-center rounded",S8="w-[260px]",y8=({ariaLabel:e="Breadcrumb",labelClassName:t,onItemClick:s,path:o,makeHref:i,rootItemPath:n,rootItemLabel:r,breadcrumbsHiddenPathPart:a,className:l,breadcrumbClassName:c,searchable:d=!0,value:u,elementId:h="file-manager-search",disabled:p,readonly:f,invalid:C,onSearchChange:v,searchClassName:w,searchContainerClassName:b,isCompactView:S=!1})=>{const y=g.useMemo(()=>{if(!o)return;let M=Pg(o);const D=[...M];let T=0;if(a){const _=Pg(a);if(_.length){const L=M.findIndex((Y,te)=>_.every((A,ie)=>M[te+ie]===A));L!==-1&&(T=_.length,M=[...M.slice(0,L),...M.slice(L+_.length)])}}if(!M.length)return[{label:"/"}];const V=M.map((_,L)=>{const Y=L<M.length-T?L:L+T,te=D.slice(0,Y+1),A=typeof i=="function"?i(te,Y):void 0;return{label:_,href:A,onClick:s?ie=>{ie.preventDefault(),s(A)}:void 0}});if(n&&r){const _=n.split("/").filter(Boolean),L=o.split("/").filter(Boolean);if(_.every((te,A)=>L[A]===te)&&V.length>0){const te=V.slice(_.length);return[{label:r,href:n,onClick:s?A=>{A.preventDefault(),s(n)}:void 0},...te]}}return V},[o,a,n,r,i,s]),[x,R]=g.useState(!1),F=g.useCallback(()=>{if(S&&!x){R(!0);const M=document.getElementById(h);M&&M.focus()}},[h,x,S]),E=g.useCallback(()=>{(!u||String(u).trim()==="")&&v?.("")},[u,v]),P=g.useCallback(()=>S&&x?m.jsx(Ds,{className:"!p-[9px]",iconBefore:m.jsx(j.IconArrowLeft,{...de}),onClick:()=>{R(!1),v?.("")}}):m.jsx("div",{className:b8,children:m.jsx(kC,{pathItems:y,ariaLabel:e,labelClassName:t,className:c})}),[e,c,y,x,S,t,v]);return m.jsxs("div",{className:ce(w8,{"gap-3":S},l),"aria-label":"navigation-panel",children:[P(),d&&m.jsx("div",{className:ce(S8,{"w-[38px]":S&&!x,"w-full":S&&x}),role:"search","aria-label":"Search",onClick:F,children:m.jsx(Cu,{elementId:h,value:u??"",onChange:v,disabled:p,readonly:f,onBlur:E,invalid:C,className:w,containerClassName:ce(b,{"p-[10px]":S})})})]})};var ya=(e=>(e.MyFiles="my_files",e.Shared="shared",e.Organization="organization",e))(ya||{}),le=(e=>(e.Duplicate="duplicate",e.Copy="copy",e.Move="move",e.Download="download",e.Delete="delete",e.Rename="rename",e.Info="info",e.Unshare="unshare",e))(le||{}),ct=(e=>(e.Replace="replace",e.Duplicate="duplicate",e.Cancel="cancel",e))(ct||{}),Ot=(e=>(e.ReplaceAll="replaceAll",e.DuplicateAll="duplicateAll",e.DecideForEach="decideForEach",e))(Ot||{}),Qe=(e=>(e.Copy="copy",e.Move="move",e))(Qe||{}),ci=(e=>(e.Tree="tree",e.Grid="grid",e))(ci||{}),tt=(e=>(e.Name="name",e.UpdatedAt="updatedAt",e.Size="size",e.Author="author",e.Owner="owner",e.Path="path",e.Actions="__actions",e))(tt||{});const JC=()=>{const[e,t]=g.useState(wg());return g.useEffect(()=>{const s=()=>t(wg());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},x8=({tabs:e,activeTab:t,onTabChange:s,areHiddenFilesVisible:o,onToggleHiddenFiles:i,isNewButtonVisible:n,isNewButtonDisabled:r,newButtonVariant:a=qe.Secondary,newButtonDropdownItems:l=[],newButtonLabel:c="New",hiddenFilesSwitcherLabel:d="Hidden files",showHiddenFilesLabel:u="Show hidden files",hideHiddenFilesLabel:h="Hide hidden files"})=>{const p=JC(),f=g.useMemo(()=>[{key:"hidden-files-switch",label:o?h:u,icon:o?m.jsx(j.IconEyeOff,{...de,className:"text-secondary"}):m.jsx(j.IconEye,{...de,className:"text-secondary"}),onClick:()=>i?.(!o)}],[o,h,u,i]),C=()=>e&&t&&s?m.jsx(PC,{tabs:e,activeTab:t,onClick:b=>s(b),screenThreshold:va.Tablet,smallScreenContainerClassName:"w-fit bg-transparent h-[38px] overflow-hidden",smallScreenDropdownItemClassName:"px-3 h-[38px]"}):null,v=()=>m.jsxs(m.Fragment,{children:[m.jsx(fu,{switchId:"hidden-files-switch",label:d,isOn:o,onChange:i}),n&&m.jsxs(m.Fragment,{children:[m.jsx("div",{className:"h-6 border-l border-primary"}),m.jsx(cd,{label:c,variant:a,items:l,disabled:r})]})]}),w=()=>m.jsxs(m.Fragment,{children:[m.jsx(yt,{menu:{items:f},allowedPlacements:["bottom","bottom-start"],children:m.jsx(xt,{className:"h-[38px]",iconBefore:m.jsx(j.IconDotsVertical,{...de,className:"text-secondary hover:text-accent-primary"})})}),n?m.jsx(cd,{label:c,variant:a,items:l,disabled:r}):null]});return m.jsxs("div",{className:"flex w-full justify-between gap-4 items-center overflow-x-auto",children:[m.jsx("div",{className:"flex-1 min-w-0",children:C()}),m.jsx("div",{className:"flex gap-4 flex-shrink-0 items-center",children:p?w():v()})]})},R8=12,F8=8;var ao=(e=>(e.Normal="normal",e.Reverse="reverse",e))(ao||{});function E8({actions:e,direction:t=ao.Normal,moreButtonWidth:s=ws,actionsGap:o=8,containerPadding:i=8,dependencies:n=[]}){const r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(null),d=g.useRef([]),[u,h]=g.useState(e.length);g.useLayoutEffect(()=>{if(!a.current)return;const C=Array.from(a.current.children);d.current=C.map(v=>Math.ceil(v.getBoundingClientRect().width))},[e,...n]),g.useEffect(()=>{if(!r.current)return;let C=null;const v=()=>{C&&cancelAnimationFrame(C),C=requestAnimationFrame(()=>{const b=r.current,S=l.current?.offsetWidth??0,y=c.current?.offsetWidth??0,x=S+y,F=b.getBoundingClientRect().width-x-s-o*2-i*2,E=d.current;let P=0,M=0;if(t===ao.Reverse)for(let D=E.length-1;D>=0&&(P+=E[D]+o,!(P>F));D--)M++;else for(const D of E){if(P+=D+o,P>F)break;M++}h(M)})},w=new ResizeObserver(v);return w.observe(r.current),v(),()=>{C&&cancelAnimationFrame(C),w.disconnect()}},[e.length,t,...n]);const p=t===ao.Reverse?e.slice(0,e.length-u):e.slice(u);return{visibleActions:t===ao.Reverse?e.slice(e.length-u):e.slice(0,u),hiddenActions:p,refs:{containerRef:r,measureRef:a,leftSectionRef:l,rightSectionRef:c}}}const D8=({getSelectionLabel:e,onClearSelection:t,actions:s,selectedCount:o})=>{const i=JC(),{refs:{containerRef:n,leftSectionRef:r,measureRef:a},visibleActions:l,hiddenActions:c}=E8({actions:s,direction:ao.Reverse,dependencies:[i],actionsGap:R8,containerPadding:F8}),d=e(o);return m.jsxs(m.Fragment,{children:[m.jsx("div",{ref:a,className:"absolute top-0 left-0 invisible pointer-events-none overflow-hidden whitespace-nowrap flex gap-3",children:s.map(({key:u,icon:h,title:p})=>m.jsx(Ds,{iconBefore:h,label:p,hideTitleOnMobile:!0},u))}),m.jsxs("div",{ref:n,className:"rounded bg-layer-0 p-2 flex justify-between items-center w-full",role:"toolbar","aria-label":"File bulk actions",children:[m.jsx("div",{ref:r,children:m.jsx($t,{label:d,onClick:t,textClassName:"text-accent-primary whitespace-nowrap",appearance:Me.Ghost,iconBefore:m.jsx(j.IconX,{...de,className:"text-accent-primary"})})}),m.jsxs("div",{className:"flex flex-1 w-full gap-3 items-center justify-end",children:[c.length>0&&m.jsx(yt,{menu:{items:c},allowedPlacements:["bottom","bottom-start"],children:m.jsx(xt,{className:"h-[38px]",iconBefore:m.jsx(j.IconDotsVertical,{...de,className:"text-secondary hover:text-accent-primary"})})}),l.map(({key:u,icon:h,title:p,onClick:f,disabled:C})=>m.jsx(Ds,{className:"!p-[9px]",iconBefore:h,label:p,hideTitleOnMobile:!0,disabled:C,onClick:v=>f?.({key:u,domEvent:v})},u))]})]})]})},wu=e=>fe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},fe.createElement("path",{d:"M3.009 12.5527C2.77901 12.4216 2.5877 12.2321 2.45443 12.0034C2.32116 11.7746 2.25064 11.5147 2.25 11.25V3.75C2.25 2.925 2.925 2.25 3.75 2.25H11.25C11.8125 2.25 12.1185 2.53875 12.375 3M10.5 15.75H7.25025C6.98757 15.75 6.72747 15.6983 6.48479 15.5977C6.24211 15.4972 6.0216 15.3499 5.83586 15.1641C5.65012 14.9784 5.50278 14.7579 5.40226 14.5152C5.30174 14.2725 5.25 14.0124 5.25 13.7498V7.25025C5.25 6.71975 5.46074 6.21098 5.83586 5.83586C6.21098 5.46074 6.71975 5.25 7.25025 5.25H13.7498C14.0124 5.25 14.2725 5.30174 14.5152 5.40226C14.7579 5.50278 14.9784 5.65012 15.1641 5.83586C15.3499 6.0216 15.4972 6.24211 15.5977 6.48479C15.6983 6.72747 15.75 6.98757 15.75 7.25025V10.5M12.75 16.5L16.5 12.75M16.5 12.75V16.125M16.5 12.75H13.125",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),bu=e=>fe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},fe.createElement("path",{d:"M9.75 14.25H3.75C3.35218 14.25 2.97064 14.092 2.68934 13.8107C2.40804 13.5294 2.25 13.1478 2.25 12.75V4.5C2.25 4.10218 2.40804 3.72064 2.68934 3.43934C2.97064 3.15804 3.35218 3 3.75 3H6.75L9 5.25H14.25C14.6478 5.25 15.0294 5.40804 15.3107 5.68934C15.592 5.97064 15.75 6.35218 15.75 6.75V9.75M12 16.5L15.75 12.75M15.75 12.75V16.125M15.75 12.75H12.375",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),P8=e=>{const[t,s]=g.useState(e?.showHiddenFiles??!1),o=!!e?.onShowHiddenFilesChange,i=o?e.showHiddenFiles??!1:t,n=g.useCallback(a=>{o?e?.onShowHiddenFilesChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onShowHiddenFilesChange?.(a):s(a)},[i,o,e]);return{areHiddenFilesVisible:i,toggleHiddenFilesVisibility:r,setAreHiddenFilesVisible:n}},M8=e=>{const[t,s]=g.useState(e?.collapsed??!1),o=!!e?.onCollapseChange,i=o?e.collapsed??!1:t,n=g.useCallback(a=>{o?e?.onCollapseChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onCollapseChange?.(a):s(a)},[i,o,e]);return{isTreeCollapsed:i,toggleTreeCollapse:r,setIsTreeCollapsed:n}},Mg=(e,t)=>{if(!t.has(e))return e;const s=e.lastIndexOf("."),o=s>0,i=o?e.substring(0,s):e,n=o?e.substring(s):"";let r=1,a;do a=`${i} (${r})${n}`,r++;while(t.has(a));return a},wc=e=>e.name,ev=({getDestinationFiles:e,onResolve:t})=>{const[s,o]=g.useState([]),[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(!1),c=g.useCallback(b=>{l.current=!0,o(b),n(!0)},[]),d=g.useCallback(()=>{l.current=!1,n(!1),o([]),a(null)},[]),u=g.useCallback((b,S)=>{const y=e(b),x=new Set(y.map(wc)),R=S.filter(F=>x.has(F.name));return{hasConflicts:R.length>0,conflicts:R}},[e]),h=g.useCallback((b,S,y,x)=>{const R=e(b),F=new Set(R.map(wc));return S.map(E=>{const P=E.name,M=F.has(P),D=y&&M?P:Mg(P,F);return(!y||!M)&&F.add(D),{sourceUrl:E.path,destinationUrl:`${b}/${D}`,overwrite:y&&M,nodeType:E.nodeType??Te.ITEM,...x??{}}})},[e]),p=g.useCallback((b,S,y,x)=>{const R=e(b),F=new Set(R.map(wc));return S.filter(P=>y.get(P.path)!==ct.Cancel).map(P=>{const M=y.get(P.path),D=F.has(P.name),T=M===ct.Replace&&D,V=T?P.name:Mg(P.name,F);return T||F.add(V),{sourceUrl:P.path,destinationUrl:`${b}/${V}`,overwrite:T,nodeType:P.nodeType??Te.ITEM,...x??{}}})},[e]),f=g.useCallback((b,S,y)=>{const x=u(b,S);return x.hasConflicts&&(a({files:S,destinationFolder:b,metadata:y}),c(x.conflicts)),x},[u,c]),C=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!0,y);t?.(x,S),d()},[r,h,t,d]),v=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!1,y);t?.(x,S),d()},[r,h,t,d]),w=g.useCallback(b=>{if(!r)return;const{files:S,destinationFolder:y,metadata:x}=r,R=new Map(b.map(E=>[E.file.path,E.action])),F=p(y,S,R,x);t?.(F,y),d()},[r,p,t,d]);return{conflictingFiles:s,conflictResolutionOpen:i,hasActiveConflictRef:l,checkForConflicts:u,startConflictResolution:f,resolveConflictsWithStrategy:h,resolveConflictsWithDecisions:p,openConflictResolution:c,closeConflictResolution:d,handleReplaceAll:C,handleDuplicateAll:v,handleDecideForEach:w}},T8=({getDestinationFiles:e,onCopyFiles:t,onMoveToFiles:s,onCopySuccess:o,onMoveSuccess:i,onDuplicateSuccess:n,getCopyHeader:r,getMoveHeader:a})=>{const[l,c]=g.useState(!1),[d,u]=g.useState([]),[h,p]=g.useState([]),[f,C]=g.useState(Qe.Copy),[v,w]=g.useState(null),{conflictingFiles:b,conflictResolutionOpen:S,hasActiveConflictRef:y,startConflictResolution:x,resolveConflictsWithStrategy:R,closeConflictResolution:F,openConflictResolution:E,handleReplaceAll:P,handleDuplicateAll:M,handleDecideForEach:D}=ev({getDestinationFiles:e,onResolve:(Q,pe)=>{v?.type===Qe.Copy?(t?.(Q,pe),o?.()):v?.type===Qe.Move&&v.sourceFolder&&(s?.(Q,v.sourceFolder,pe),i?.())}}),T=g.useCallback(()=>{u([]),p([]),w(null)},[]),V=g.useCallback(Q=>{const pe=x(Q,d,{type:Qe.Copy});if(w({type:Qe.Copy}),!pe.hasConflicts){const G=R(Q,d,!1);t?.(G,Q),o?.(),T()}},[d,x,R,t,o,T]),_=g.useCallback((Q,pe)=>{const G=pe||(v?.sourceFolder??"/");if(!x(Q,h,{type:Qe.Move,sourceFolderPath:G}).hasConflicts){const O=R(Q,h,!0);s?.(O,G,Q),i?.(),T()}},[h,x,R,s,i,T,v]),L=g.useCallback(()=>{P(),T()},[P,T]),Y=g.useCallback(()=>{M(),T()},[M,T]),te=g.useCallback(Q=>{D(Q),T()},[D,T]),A=g.useCallback(Q=>{const pe=Q.at(0)?.parentPath??"/",G=R(pe,Q,!1);t?.(G,pe),n?.()},[t,n,R]),ie=g.useCallback(Q=>{C(Q),c(!0)},[]),z=g.useCallback(()=>{c(!1),y.current||T()},[T,y]),[ee,q]=g.useState(),X=g.useCallback(Q=>{u(Q),r&&Q.length>0?q(r(Q.length,Q[0]?.name)):q(void 0)},[r]),$=g.useCallback(Q=>{p(Q),w({type:Qe.Move,sourceFolder:Q[0]?.folderId}),a&&Q.length>0?q(a(Q.length,Q[0]?.name)):q(void 0)},[a,w]);return{handleDuplicate:A,handleCloseDestinationFolderPopup:z,handleOpenDestinationFolderPopup:ie,handleCopyTo:V,handleMoveTo:_,openDestinationFolderPopup:l,destinationFolderMode:f,destinationFolderTitle:ee,handleSetCopiedFiles:X,handleSetMovedFiles:$,clearState:T,conflictingFiles:b,conflictResolutionOpen:S,openConflictResolution:E,closeConflictResolution:F,handleConflictReplace:L,handleConflictDuplicate:Y,handleConflictDecideForEach:te}},I8=({path:e,defaultPath:t,onPathChange:s,onSelectionClear:o})=>{const i=e!==void 0,[n,r]=g.useState(t),a=i?e:n,l=g.useCallback(d=>{i||r(d),s?.(d)},[i,s]),c=g.useCallback(d=>{l(d),o?.()},[l,o]);return{currentPath:a,setCurrentPath:l,handlePathChange:c}},k8=({onDeleteFiles:e,onDeleteSuccess:t})=>{const[s,o]=g.useState(!1),[i,n]=g.useState([]),[r,a]=g.useState(""),l=g.useCallback((u,h)=>{n(u),a(h),o(!0)},[]),c=g.useCallback(()=>{o(!1),n([])},[]),d=g.useCallback(()=>{if(e&&i.length>0){const u=i.map(h=>({sourceUrl:h.path,nodeType:h.nodeType}));e(u,r),t?.()}c()},[i,e,t,c,r]);return{deleteConfirmationOpen:s,itemsToDelete:i,openDeleteConfirmation:l,closeDeleteConfirmation:c,confirmDelete:d}},A8=({onDownloadFiles:e,onDownloadSuccess:t})=>({handleDownloadFiles:g.useCallback(o=>{e&&o.length>0&&(e(o),t?.())},[e,t])}),L8=e=>"dataTransfer"in e&&e.dataTransfer!==null,O8=({onUploadFiles:e,onValidateUpload:t,maxFileSize:s,allowedFileTypes:o,validationMessages:i={},onUploadArchive:n,uploadEnabled:r=!0}={})=>{const[a,l]=g.useState(!1),[c,d]=g.useState(!1),[u,h]=g.useState(),p=g.useRef(null),f=g.useRef(""),C=g.useRef([]),[v,w]=g.useState(new Map),[b,S]=g.useState(null),y=g.useCallback(O=>!o||o.includes("*/*")?O:O.filter(({fileContent:N,name:se})=>ZC(o,N.type,se)),[o]),x=g.useCallback(()=>{w(new Map),S(null)},[]),{conflictingFiles:R,conflictResolutionOpen:F,hasActiveConflictRef:E,startConflictResolution:P,closeConflictResolution:M,openConflictResolution:D,handleReplaceAll:T,handleDuplicateAll:V,handleDecideForEach:_}=ev({getDestinationFiles:()=>C.current,onResolve:(O,N)=>{if(!r){x();return}if(!b)return;const se=O.map(oe=>{const Ce=v.get(oe.sourceUrl);if(!Ce)return;const Se=oe.destinationUrl.split("/").pop();return{fileContent:Ce.fileContent,name:Se}}).filter(Boolean);se.length>0&&e?.(se,N),x()}});g.useEffect(()=>{r||(l(!1),d(!1),h(void 0),M(),x())},[r,M,x]),g.useEffect(()=>{if(!r)return;let O=0;const N=Se=>{L8(Se)&&Se.dataTransfer.types.includes(r8)&&(O++,d(!0))},se=()=>{O--,O===0&&d(!1)},oe=()=>{O=0,d(!1)},Ce=Se=>{Se.preventDefault()};return window.addEventListener("dragenter",N),window.addEventListener("dragleave",se),window.addEventListener("drop",oe),window.addEventListener("dragover",Ce),()=>{window.removeEventListener("dragenter",N),window.removeEventListener("dragleave",se),window.removeEventListener("drop",oe),window.removeEventListener("dragover",Ce)}},[r]);const L=g.useCallback(O=>s?O.filter(N=>N.fileContent.size>s).map(N=>N.name):[],[s]),Y=g.useCallback((O,N)=>O.map(se=>({id:se.name,name:se.name,folderId:N,path:se.name,nodeType:Te.ITEM,parentPath:N,contentLength:se.fileContent.size})),[]),te=g.useCallback(async(O,N,se)=>{if(!r)return!1;h(void 0),C.current=se;const oe=L(O);if(oe.length>0){const ne=s?(s/1048576).toFixed(2):0,ye=i.oversizedFiles||`Files exceed maximum size (${ne}MB): ${oe.join(", ")}`;return h(ye),!1}if(t)try{const ne=await t(O,se,N);if(!ne.valid)return h(ne.message||i.validationFailed||"Validation failed"),!1}catch{return h(i.validationError||"Validation error occurred"),!1}const Ce=new Map(O.map(ne=>[ne.name,ne]));w(Ce);const Se=Y(O,N);return S({destinationFolder:N}),P(N,Se,{destinationFolder:N}).hasConflicts?!1:(e?.(O,N),x(),!0)},[r,e,t,L,s,i,Y,P,x]),A=g.useCallback(()=>{T(),x()},[T,x]),ie=g.useCallback(()=>{V(),x()},[V,x]),z=g.useCallback(O=>{_(O),x()},[_,x]),ee=g.useCallback(()=>{M(),E.current||x()},[M,E,x]),q=g.useCallback(O=>{r&&(O.preventDefault(),O.stopPropagation(),O.dataTransfer.types.includes("Files")&&l(!0))},[r]),X=g.useCallback(O=>{if(!r)return;O.preventDefault(),O.stopPropagation();const N=O.currentTarget.getBoundingClientRect(),se=O.clientX,oe=O.clientY;(se<=N.left||se>=N.right||oe<=N.top||oe>=N.bottom)&&l(!1)},[r]),$=g.useCallback(O=>{r&&(O.preventDefault(),O.stopPropagation(),O.dataTransfer.types.includes("Files")&&(O.dataTransfer.dropEffect="copy"))},[r]),Q=g.useCallback(async(O,N,se)=>{if(!r||(O.preventDefault(),O.stopPropagation(),l(!1),!O.dataTransfer.types.includes("Files")))return;const oe=Array.from(O.dataTransfer.files);if(oe.length===0)return;const Ce=oe.map(De=>({fileContent:De,name:De.name})),Se=y(Ce);if(Se.length===0){h(i.unsupportedFiles||"Selected files are not supported");return}await te(Se,N,se)},[r,y,te,i]);g.useEffect(()=>{let O=p.current;O||(O=document.createElement("input"),O.type="file",O.multiple=!0,O.style.display="none",document.body.appendChild(O),p.current=O),o&&o.length>0?O.accept=o.join(","):O.removeAttribute("accept");const N=async()=>{if(!r){O&&(O.value="");return}if(!O?.files?.length)return;const oe=Array.from(O.files).map(Se=>({fileContent:Se,name:Se.name})),Ce=y(oe);if(Ce.length===0){h(i.unsupportedFiles||"Selected files are not supported"),O.value="";return}await te(Ce,f.current,C.current),O.value=""};return O.addEventListener("change",N),()=>{O&&(O.removeEventListener("change",N),p.current===O&&(document.body.removeChild(O),p.current=null))}},[r,o,y,te,i]);const pe=g.useCallback((O,N)=>{r&&(f.current=O,C.current=N,p.current&&p.current.click())},[r]),G=g.useCallback((O,N)=>{if(!n||!r)return;const se=document.createElement("input");se.type="file",se.accept=".zip,application/zip",se.multiple=!1,se.style.display="none";const oe=()=>{const Ce=se.files?.[0];if(!Ce){document.body.removeChild(se);return}const Se=Ce.name.replace(/\.zip$/i,"");if(N.some(ne=>ne.nodeType===Te.FOLDER&&ne.name.toLowerCase()===Se.toLowerCase())){h(i.validationFailed||`Folder with name "${Se}" already exists`),document.body.removeChild(se);return}try{n(Ce,Se,O)}finally{document.body.removeChild(se)}};se.addEventListener("change",oe),document.body.appendChild(se),se.click()},[r,n,i]),J=g.useCallback(()=>{h(void 0)},[]);return{isDragging:a,isDraggingOverWindow:c,uploadError:u,handleDragEnter:q,handleDragLeave:X,handleDragOver:$,handleDrop:Q,clearError:J,handleUpload:te,openFileDialog:pe,openArchiveDialog:G,fileInputRef:p,uploadConflictingFiles:R,uploadConflictResolutionOpen:F,hasActiveUploadConflictRef:E,openUploadConflictResolution:D,closeUploadConflictResolution:ee,handleUploadConflictReplace:A,handleUploadConflictDuplicate:ie,handleUploadConflictDecideForEach:z}},tv=g.createContext(void 0),N8={emptyName:"Name cannot be empty",duplicateName:"An item with this name already exists"};function H8(e){let t=e.length;for(;t>0&&e[t-1]==="/";)t--;return e.slice(0,t)}function G8(e,t){const s=H8(e),o=s.lastIndexOf("/");return o===-1?t:s.slice(0,o+1)+t}function B8(e){const t=e.lastIndexOf(".");return t===-1||t===0?e:e.substring(0,t)}function Tg(e){const t=e.lastIndexOf(".");return t===-1||t===0?"":e.substring(t)}const V8=({items:e,onRenameValidate:t,validationMessages:s,onMoveToFiles:o})=>{const[i,n]=g.useState(),r=g.useMemo(()=>({...N8,...s}),[s]),a=g.useMemo(()=>i?.path,[i]),l=g.useCallback(p=>{const f=Eo(e,p);f&&n(f)},[e]),c=g.useCallback(()=>{n(void 0)},[]),d=g.useCallback(p=>{if(!i||!o){n(void 0);return}const f=i.nodeType===Te.ITEM;let C=p.trim();if(f){const S=Tg(i.name);S&&!C.endsWith(S)&&(C=C+S)}if(C===i.name){n(void 0);return}const v=G8(i.path,C),w=i.parentPath;if(!w){n(void 0);return}const b={sourceUrl:i.path,destinationUrl:v,nodeType:i.nodeType};o([b],w,w),n(void 0)},[i,o]),u=g.useCallback((p,f)=>{const C=p.trim();if(!C)return r.emptyName;const v=f.nodeType===Te.ITEM;let w=C;if(v){const S=Tg(f.name);S&&!w.endsWith(S)&&(w=w+S)}const b=f.parentPath;if(b){const S=Eo(e,b);if(S&&new Set((S.items??[]).filter(x=>x.path!==f.path).map(x=>x.name.toLowerCase())).has(w.toLowerCase()))return r.duplicateName}if(t){const S=t(w,f);if(S)return S}return null},[t,r,e]),h=g.useCallback(p=>p.nodeType===Te.ITEM?B8(p.name):p.name,[]);return{renamedPath:a,renamedItem:i,renameHandler:l,renameSaveHandler:d,renameCancelHandler:c,renameValidateHandler:u,getDisplayName:h}},z8=({newActionLabels:e,onUploadFiles:t,onCreateFolder:s,onUploadArchive:o})=>{const i=g.useMemo(()=>{const r=[];return e&&(e.newFolder&&r.push({key:"new-folder",label:e.newFolder,icon:m.jsx(j.IconFolder,{...de,className:"text-secondary"}),onClick:()=>{s&&s()}}),e.uploadFiles&&r.push({key:"upload-file",label:e.uploadFiles,icon:m.jsx(j.IconFile,{...de,className:"text-secondary"}),onClick:()=>{t&&t()}}),e.uploadArchive&&r.push({key:"upload-archive",label:e.uploadArchive,icon:m.jsx(j.IconFileZip,{...de,className:"text-secondary"}),onClick:()=>{o&&o()}})),r},[e,t,s,o]),n=g.useMemo(()=>i.length>0,[i]);return{newActions:i,isNewButtonVisible:n}},W8={emptyName:"Folder name cannot be empty",duplicateName:"A folder with this name already exists"},_8=({currentFolder:e,onCreateFolder:t,onValidateFolderName:s,validationMessages:o})=>{const[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(e?.path),c=g.useMemo(()=>({...W8,...o}),[o]);g.useEffect(()=>{const f=e?.path;l.current!==f&&i&&(n(!1),a(null)),l.current=f},[e?.path,i]);const d=g.useCallback(()=>{const f=`__new_folder_${Date.now()}`;a(f),n(!0)},[]),u=g.useCallback(()=>{n(!1),a(null)},[]),h=g.useCallback(f=>{const C=f.trim();if(!C)return c.emptyName;if(e&&new Set((e.items??[]).filter(w=>w.nodeType===Te.FOLDER).map(w=>w.name.toLowerCase())).has(C.toLowerCase()))return c.duplicateName;if(s&&e){const v=s(C,e);if(v)return v}return null},[e,s,c]),p=g.useCallback(async f=>{const C=f.trim();if(!C)return;const w=`${e?.path??"/"}/${C}`,b=`${w}/${Cc}`,y={fileContent:new File([],Cc,{type:"text/plain"}),name:Cc};t&&await t(y,w,b),u()},[e,t,u]);return{isCreatingFolder:i,newFolderTempId:r,startFolderCreation:d,cancelFolderCreation:u,saveFolderCreation:p,validateFolderName:h}},j8=({additionalButtons:e,expandedPathsLength:t,collapseAll:s})=>{const o=t===0;return{additionalButtons:g.useMemo(()=>{const n=ce(["hover:text-accent-primary p-1",o&&"text-controls-disable hover:text-controls-disable disabled:hover:cursor-default"]);return m.jsxs(m.Fragment,{children:[e,m.jsx(xt,{disabled:o,className:n,onClick:s,iconBefore:m.jsx(j.IconCopyMinus,{size:24,stroke:1.5}),"aria-label":"collapse-all"})]})},[e,o,s])}},U8=({onGetInfo:e})=>{const[t,s]=g.useState(!1),[o,i]=g.useState(void 0),n=g.useCallback(async a=>{i(a),s(!0),e&&await e(a)},[e]),r=g.useCallback(()=>{s(!1),i(void 0)},[]);return{isMetadataPopupOpen:t,selectedFileForMetadata:o,openMetadataPopup:n,closeMetadataPopup:r}};function $8(e){const t=[];function s(o){for(const i of o)t.push(i),i.items&&s(i.items)}return s(e),t}function Ig(e,t){const s=li(t);return e.filter(o=>li(o.name).includes(s))}function K8({onSearchFiles:e,clearSearchResults:t,currentPath:s,searchResults:o=[],searchInProgress:i=!1,navigationPanelValue:n,onNavigationPanelSearchChange:r,allItems:a=[],activeTab:l}){const[c,d]=g.useState(""),u=g.useRef(!1),h=g.useRef(!1),p=g.useRef([]),f=g.useRef(s),C=g.useRef(l);g.useEffect(()=>{n!=null&&d(String(n))},[n]);const v=String(n??c??"").trim(),w=h.current&&(i||o.length>0||v!==""),b=g.useCallback(R=>{const F=R.trim();if(!F){h.current=!1,u.current=!1;return}h.current=!0,e&&s&&!u.current&&(u.current=!0,e(s,F))},[e,s]),S=g.useCallback(()=>{u.current=!1,h.current=!1,p.current=[],d(""),r?.(""),t?.()},[t,r]),y=g.useCallback(R=>{const F=String(R??"");d(F),r?.(F),F.trim()?b(F):S()},[r,b,S]);g.useEffect(()=>{(f.current!==s||C.current!==l)&&(f.current=s,C.current=l,u.current=!1,h.current=!1,p.current=[],d(""),r?.(""),t?.())},[s,l,r,t]),g.useEffect(()=>{o.length>0&&p.current.length===0&&(p.current=o)},[o]);const x=g.useMemo(()=>{if(e){const F=p.current.length>0?p.current:o;return!v||F.length===0?F:Ig(F,v)}if(!v||!a.length)return[];const R=$8(a);return Ig(R,v)},[e,o,v,a]);return{isSearchMode:w,searchValue:c,effectiveSearchValue:v,setSearchValue:d,handleSearchChange:y,handleSearchActivate:b,handleSearchClear:S,searchResultsRows:x}}function q8({selectedPaths:e,defaultSelectedPaths:t,onSelectedPathsChange:s}){const o=e!==void 0,[i,n]=g.useState(()=>t??new Set),r=g.useMemo(()=>o?e:i,[o,e,i]),a=g.useCallback(c=>{const d=new Set(c);s?.(d),o||n(d)},[o,s]),l=g.useCallback(()=>{a(new Set)},[a]);return{selectedPaths:r,setSelectedPaths:a,clearSelection:l,isControlled:o}}const sv=({children:e,className:t,items:s=[],rootItem:o,path:i,defaultPath:n,filesLoading:r,selectedPaths:a,defaultSelectedPaths:l,onSelectedPathsChange:c,showHiddenFiles:d,onShowHiddenFilesChange:u,treeOptions:h,navigationPanelOptions:p,deleteConfirmationOptions:f,gridOptions:C,toolbarOptions:v,bulkActionsToolbarOptions:w,destinationFolderPopupOptions:b,conflictResolutionPopupOptions:S,onPathChange:y,onTableFileClick:x,onCopyFiles:R,onMoveToFiles:F,onDeleteFiles:E,onDownloadFiles:P,onRenameValidate:M,renameValidationMessages:D,onUploadFiles:T,onValidateUpload:V,uploadEnabled:_,uploadValidationMessages:L,maxFileSize:Y,onUploadArchive:te,onCreateFolder:A,onCreateFolderValidate:ie,folderCreationValidationMessages:z,fileMetadataPopupOptions:ee,onGetInfo:q,onUnshareFiles:X,actionsRef:$,sharedByMePaths:Q,onSearchFiles:pe,searchResults:G,searchInProgress:J,clearSearchResults:O,allowedFileTypes:N,maxSelectableFileSize:se,emptyStateIcon:oe,emptyStateTitle:Ce,emptyStateDescription:Se})=>{const{selectedPaths:De,clearSelection:ne,setSelectedPaths:ye}=q8({selectedPaths:a,defaultSelectedPaths:l,onSelectedPathsChange:c}),Le=g.useMemo(()=>{const ke=new Map;return De.forEach(Et=>{const ts=Eo(s,Et);ts&&ke.set(Et,ts)}),ke},[De,s]),{currentPath:Pe,setCurrentPath:me,handlePathChange:ve}=I8({path:i,defaultPath:n,onPathChange:y,onSelectionClear:ne}),[ze,We]=g.useState(),Oe=b?.destinationFolderPath??ze,at=g.useCallback(ke=>{b?.setDestinationFolderPath?b.setDestinationFolderPath(ke):We(ke)},[b]),{areHiddenFilesVisible:vt,toggleHiddenFilesVisibility:Zt}=P8({showHiddenFiles:d,onShowHiddenFilesChange:u}),{isTreeCollapsed:H,toggleTreeCollapse:we,setIsTreeCollapsed:Rt}=M8({collapsed:h?.collapsed,onCollapseChange:h?.onCollapseChange}),{renamedPath:Ri,renamedItem:Bn,renameHandler:Ua,renameSaveHandler:$a,renameCancelHandler:Ka,renameValidateHandler:qa,getDisplayName:Ya}=V8({items:s,onRenameValidate:M,validationMessages:D,onMoveToFiles:F}),{isSearchMode:Fi,searchValue:Za,effectiveSearchValue:Ei,setSearchValue:Xa,handleSearchChange:Qa,searchResultsRows:Vn}=K8({onSearchFiles:pe,clearSearchResults:O,currentPath:Pe,searchResults:G,searchInProgress:J,navigationPanelValue:p?.value,onNavigationPanelSearchChange:p?.onSearchChange,allItems:s,activeTab:v?.activeTab}),Ft=g.useMemo(()=>Dg(s,Pe)??s[0],[s,Pe]),{handleCopyTo:Ja,handleMoveTo:Xt,handleDuplicate:el,handleOpenDestinationFolderPopup:tl,handleCloseDestinationFolderPopup:sl,openDestinationFolderPopup:Qt,handleSetCopiedFiles:ol,handleSetMovedFiles:il,destinationFolderMode:Di,destinationFolderTitle:zn,conflictingFiles:Wn,conflictResolutionOpen:_n,closeConflictResolution:nl,handleConflictReplace:jn,handleConflictDuplicate:Un,handleConflictDecideForEach:$n}=T8({getDestinationFiles:ke=>Dg(s,ke)?.items??[],onCopyFiles:R,onMoveToFiles:F,onCopySuccess:ne,onMoveSuccess:ne,onDuplicateSuccess:ne,getCopyHeader:b?.getCopyHeader,getMoveHeader:b?.getMoveHeader});g.useEffect(()=>{Qt&&!Oe&&at(Pe??o?.path??"/")},[Qt,Oe,Pe,o?.path,at]),g.useEffect(()=>{Qt||at(void 0)},[Qt,at]);const{deleteConfirmationOpen:Kn,itemsToDelete:Lo,openDeleteConfirmation:qn,closeDeleteConfirmation:Pi,confirmDelete:rl}=k8({onDeleteFiles:E,onDeleteSuccess:ne}),{handleDownloadFiles:Yn}=A8({onDownloadFiles:P,onDownloadSuccess:ne}),{isDragging:Mi,isDraggingOverWindow:al,uploadError:Ti,handleDragEnter:Zn,handleDragLeave:Ii,handleDragOver:ki,handleDrop:Ai,clearError:Xn,openFileDialog:Qn,fileInputRef:Je,openArchiveDialog:Li,uploadConflictingFiles:Oi,uploadConflictResolutionOpen:ll,closeUploadConflictResolution:Jn,handleUploadConflictReplace:cl,handleUploadConflictDuplicate:dl,handleUploadConflictDecideForEach:ul}=O8({onUploadFiles:T,onValidateUpload:V,maxFileSize:Y,onUploadArchive:te,allowedFileTypes:N,validationMessages:L,uploadEnabled:_}),er=g.useCallback(ke=>{const Et=Pe??"",ts=Ft?.items??[];Ai(ke,Et,ts)},[Pe,Ft,Ai]),tr=g.useCallback(()=>{const ke=Pe??"",Et=Ft?.items??[];Qn(ke,Et)},[Pe,Ft,Qn]),hl=g.useCallback(()=>{const ke=Pe??"",Et=Ft?.items??[];Li(ke,Et)},[Pe,Ft,Li]),{isCreatingFolder:Oo,newFolderTempId:ks,startFolderCreation:No,cancelFolderCreation:sr,saveFolderCreation:or,validateFolderName:gl}=_8({currentFolder:Ft,onCreateFolder:A,onValidateFolderName:ie,validationMessages:z}),{newActions:pl,isNewButtonVisible:W}=z8({newActionLabels:v?.newActionLabels,onUploadFiles:tr,onUploadArchive:hl,onCreateFolder:No}),Fe=g.useMemo(()=>{if(Fi){const Ne=Vn;return vt?Ne.map(gt=>({id:gt.id??gt.path,name:gt.name??gt.path.split("/").pop()??"",updatedAt:gt.updatedAt,size:gt.nodeType===Te.ITEM?_r(gt.contentLength):"",author:gt.author,path:gt.path,nodeType:gt.nodeType,extension:gt.extension,isTemporary:!1,owner:gt.owner})):Ne.filter(ot=>!dd(ot)).map(ot=>({id:ot.id??ot.path,name:ot.name??ot.path.split("/").pop()??"",updatedAt:ot.updatedAt,size:ot.nodeType===Te.ITEM?_r(ot.contentLength):"",contentLength:ot.contentLength,author:ot.author,path:ot.path,nodeType:ot.nodeType,extension:ot.extension,isTemporary:!1,owner:ot.owner}))}const ke=li(Ei).trim(),Et=Ft?.items??[];let ts=ke?h8(Ft):Et;vt||(ts=ts.filter(Ne=>!dd(Ne)));const rr=ts.map(Ne=>({id:Ne.id??Ne.path,name:Ne.name??Ne.path.split("/").pop()??"",updatedAt:Ne.updatedAt,size:Ne.nodeType===Te.ITEM?_r(Ne.contentLength):"",author:Ne.author,path:Ne.path,nodeType:Ne.nodeType,extension:Ne.extension,isTemporary:!1,owner:Ne.owner,contentType:Ne.contentType,contentLength:Ne.contentLength}));if(Oo&&ks&&!ke&&rr.unshift({id:ks,name:"",updatedAt:void 0,size:"",author:void 0,path:ks,nodeType:Te.FOLDER,extension:void 0,isTemporary:!0,owner:void 0}),!ke)return rr;const bl=ke.split(/\s+/).filter(Boolean);return rr.filter(Ne=>{if(Ne.isTemporary)return!0;const gt=li(Ne.name),ot=li(Ne.author),av=u8(Ne.extension);return bl.every(Sl=>gt.includes(Sl)||ot.includes(Sl)||av.includes(Sl))})},[Fi,Vn,Ft,Ei,vt,Oo,ks]),Jt=g.useCallback(ke=>{ve(ke.path)},[ve]),es=g.useCallback(ke=>{ve(ke)},[ve]),Ho=g.useCallback(ke=>{ke.nodeType===Te.FOLDER?ve(ke.path):x?.(ke)},[ve,x]),{expandedPaths:ir,setExpandedPaths:fl,collapseAll:ml}=QC({expandedPaths:h?.expandedPaths,onExpandedPathsChange:h?.onExpandedPathsChange}),{additionalButtons:Qs}=j8({collapseAll:ml,expandedPathsLength:ir.size,additionalButtons:h?.additionalButtons}),{isMetadataPopupOpen:Cl,selectedFileForMetadata:Js,openMetadataPopup:vl,closeMetadataPopup:nr}=U8({onGetInfo:q}),Ni=g.useCallback(()=>{nr(),ee?.clearMetadata?.()},[nr,ee]),wl={className:t,items:s,allowedFileTypes:N,maxSelectableFileSize:se,rootItem:o,filesLoading:r,treeOptions:{...h,expandedPaths:ir,onExpandedPathsChange:fl,additionalButtons:Qs},navigationPanelOptions:p,gridOptions:C,toolbarOptions:v,bulkActionsToolbarOptions:w,deleteConfirmationOptions:f,destinationFolderPopupOptions:{...b,destinationFolderPath:Oe,setDestinationFolderPath:at,header:zn,onCreateFolder:A,onCreateFolderValidate:ie,folderCreationValidationMessages:z},currentPath:Pe,setCurrentPath:me,searchValue:Za,effectiveSearchValue:Ei,setSearchValue:Xa,areHiddenFilesVisible:vt,toggleHiddenFilesVisibility:Zt,isTreeCollapsed:H,toggleTreeCollapse:we,setIsTreeCollapsed:Rt,selectedPaths:De,selectedFiles:Le,setSelectedPaths:ye,clearSelection:ne,currentFolder:Ft,gridRows:Fe,handleCopyTo:Ja,handleMoveTo:Xt,handleDuplicate:el,handleSetCopiedFiles:ol,handleSetMovedFiles:il,openDestinationFolderPopup:Qt,handleCloseDestinationFolderPopup:sl,handleOpenDestinationFolderPopup:tl,destinationFolderMode:Di,handleDownloadFiles:Yn,renamedPath:Ri,renamedItem:Bn,onRename:Ua,onRenameSave:$a,onRenameCancel:Ka,onRenameValidate:qa,getDisplayName:Ya,openDeleteConfirmation:qn,closeDeleteConfirmation:Pi,confirmDelete:rl,deleteConfirmationOpen:Kn,itemsToDelete:Lo,handlePathChange:ve,handleTreeItemClick:Jt,handleBreadcrumbItemClick:es,handleSearchChange:Qa,handleTableRowClick:Ho,onTableFileClick:x,isDragging:Mi,uploadError:Ti,handleDragEnter:Zn,handleDragLeave:Ii,handleDragOver:ki,handleDrop:er,clearUploadError:Xn,onUploadFiles:T,onValidateUpload:V,maxFileSize:Y,isDraggingOverWindow:al,openFileDialog:tr,fileInputRef:Je,newActions:pl,isNewButtonVisible:W,isCreatingFolder:Oo,newFolderTempId:ks,startFolderCreation:No,cancelFolderCreation:sr,saveFolderCreation:or,validateFolderName:gl,conflictResolutionPopupOptions:S,conflictingFiles:Wn,conflictResolutionOpen:_n,closeConflictResolution:nl,handleConflictReplace:jn,handleConflictDuplicate:Un,handleConflictDecideForEach:$n,uploadConflictingFiles:Oi,uploadConflictResolutionOpen:ll,closeUploadConflictResolution:Jn,handleUploadConflictReplace:cl,handleUploadConflictDuplicate:dl,handleUploadConflictDecideForEach:ul,fileMetadataPopupOptions:ee,isMetadataPopupOpen:Cl,selectedFileForMetadata:Js,openMetadataPopup:vl,closeMetadataPopup:Ni,onGetInfo:q,onUnshareFiles:X,actionsRef:$,sharedByMePaths:Q,onSearchFiles:pe,searchInProgress:J,searchResults:G,clearSearchResults:O,isSearchMode:Fi,emptyStateIcon:oe,emptyStateTitle:Ce,emptyStateDescription:Se};return m.jsx(tv.Provider,{value:wl,children:e})},ov=()=>{const e=g.useContext(tv);if(!e)throw new Error("useFileManagerContext must be used within <FileManagerProvider>");return e},Y8="en-US",Z8={year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"},X8="text-primary";function iv(e){if(!e)return null;if(e instanceof Date)return isFinite(e.getTime())?e:null;if(typeof e=="number"){const t=new Date(e);return isFinite(t.getTime())?t:null}if(typeof e=="string"){const t=e.trim();if(/^-?\d+$/.test(t)){const o=Number(t);return iv(o)}const s=new Date(t);return isFinite(s.getTime())?s:null}return null}const nv=({value:e,locale:t=Y8,options:s=Z8,emptyPlaceholder:o,className:i})=>{const n=iv(e),r=g.useMemo(()=>n?new Intl.DateTimeFormat(t,s).format(n):o,[n,o,t,s]),a=n?n.toISOString():void 0;return m.jsx(ut,{text:a?m.jsx("time",{dateTime:a,children:r}):m.jsx("span",{children:r}),className:Z(X8,i),hideTooltip:!1})},Q8=({open:e,itemsToDelete:t,onClose:s,onConfirm:o,cancelLabel:i="Cancel",confirmLabel:n="Delete",titleRenderer:r,contentRenderer:a})=>{const l=t.map(p=>p.name),d=r?.(l)||"Confirm Deleting Items",u=m.jsxs("div",{className:"px-6 py-3 dial-small",children:[m.jsx("p",{className:"text-secondary mb-3",children:t.length===1?m.jsxs(m.Fragment,{children:["Do you want to delete file or folder"," ",m.jsxs("span",{className:"text-primary break-all",children:['"',t[0].name,'"']}),"?"]}):m.jsxs(m.Fragment,{children:["Do you want to delete the following"," ",m.jsx("span",{className:"text-primary",children:t.length})," items?"]})}),t.length>1&&m.jsx(m.Fragment,{children:t.length<=10?m.jsx("ul",{className:"space-y-1 text-primary list-none",children:t.map(p=>m.jsx("li",{className:"truncate",children:p.name},p.path))}):m.jsxs(m.Fragment,{children:[m.jsx("ul",{className:"space-y-1 text-primary list-none mb-2",children:t.slice(0,10).map(p=>m.jsx("li",{className:"truncate",children:p.name},p.path))}),m.jsxs("p",{className:"text-secondary italic",children:["... and ",t.length-10," more"]})]})})]}),h=a?.(l)||u;return m.jsx(GC,{open:e,header:d,confirmLabel:n,cancelLabel:i,variant:mi.Danger,onClose:s,onConfirm:o,children:h})},J8=({onClose:e,onConfirm:t,open:s,copyLabel:o="Copy",moveLabel:i="Move",addFolderLabel:n="Add folder",mode:r=Qe.Copy,hiddenFilesSwitcherLabel:a="Show hidden files",onUploadFiles:l,onValidateUpload:c,maxFileSize:d,header:u,sourceFolder:h,disabledPathTooltip:p="Unavailable for the original path. Please select another folder",path:f,...C})=>{const[v,w]=g.useState(!1),b=g.useRef(null),S=g.useCallback(R=>{w(R)},[]),y=r===Qe.Copy?"Copy to":"Move to",x=g.useMemo(()=>!f||!h?!1:h===f,[f,h]);return m.jsx(Ao,{open:s,onClose:()=>{e()},size:kt.Lg,className:"md:!h-[800px]",footer:m.jsxs("div",{className:"flex justify-between space-x-2 py-4 px-6",children:[m.jsxs("div",{className:"flex space-x-4",children:[m.jsx($t,{label:n,appearance:Me.Ghost,iconBefore:m.jsx(j.IconFolderPlus,{...de}),onClick:()=>{b.current?.createFolder()}}),m.jsx("div",{className:"border border-l border-primary my-2"}),m.jsx("div",{className:"inline-flex items-center cursor-pointer",onClick:R=>{R.stopPropagation(),S(!v)},children:m.jsx(fu,{label:a,isOn:v,onChange:S,switchId:"hidden-files-switch"})})]}),m.jsxs("div",{className:"flex space-x-4",children:[m.jsx(Ds,{onClick:e,label:"Cancel"}),x?m.jsx(gs,{tooltip:p,children:m.jsx($t,{onClick:t,label:r==="copy"?o:i,disabled:x,"aria-disabled":x})}):m.jsx($t,{onClick:t,label:r==="copy"?o:i})]})]}),header:u??y,children:m.jsx(rv,{...C,actionsRef:b,path:f,showHiddenFiles:v,onShowHiddenFilesChange:S,treeOptions:{...C.treeOptions,collapsed:!0,expandedPaths:new Set([C.rootItem?.path||"/"])},gridOptions:{withSelectionColumn:!1,...C.gridOptions},navigationPanelOptions:{elementId:"file-manager-destination-search",...C.navigationPanelOptions},onUploadFiles:l,onValidateUpload:c,maxFileSize:d})})},Su=e=>fe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},fe.createElement("path",{d:"M4.5 15.75V14.25C4.5 13.4544 4.81607 12.6913 5.37868 12.1287C5.94129 11.5661 6.70435 11.25 7.5 11.25H9.75M15.75 12.75L12 16.5M12 16.5V13.125M12 16.5H15.375M6 5.25C6 6.04565 6.31607 6.80871 6.87868 7.37132C7.44129 7.93393 8.20435 8.25 9 8.25C9.79565 8.25 10.5587 7.93393 11.1213 7.37132C11.6839 6.80871 12 6.04565 12 5.25C12 4.45435 11.6839 3.69129 11.1213 3.12868C10.5587 2.56607 9.79565 2.25 9 2.25C8.20435 2.25 7.44129 2.56607 6.87868 3.12868C6.31607 3.69129 6 4.45435 6 5.25Z",stroke:"#7F8792",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),eL=({selectedFiles:e,actionLabels:t,onDuplicate:s,onCopy:o,onMove:i,onDownload:n,onUnshare:r,onDelete:a,getCurrentFolderPath:l})=>g.useMemo(()=>{const c=[],d=Array.from(e.values());if(!d.length||!t)return c;if(t[le.Move]&&c.push({key:le.Move,label:t[le.Move],title:t[le.Move],icon:m.jsx(bu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>i(d)}),t[le.Copy]&&c.push({key:le.Copy,label:t[le.Copy],title:t[le.Copy],icon:m.jsx(wu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>o(d)}),t[le.Duplicate]&&c.push({key:le.Duplicate,label:t[le.Duplicate],title:t[le.Duplicate],icon:m.jsx(j.IconCopy,{...de,className:"text-secondary"}),onClick:()=>s(d)}),t[le.Delete]){const u=d.some(h=>h.permissions&&!h.permissions.includes(Gn.WRITE));c.push({key:le.Delete,label:t[le.Delete],title:t[le.Delete],icon:m.jsx(j.IconTrashX,{...de,className:"text-secondary"}),disabled:u,onClick:()=>{const h=l();a(d,h)}})}return t[le.Download]&&c.push({key:le.Download,label:t[le.Download],title:t[le.Download],icon:m.jsx(j.IconDownload,{...de,className:"text-secondary"}),onClick:()=>n(d)}),t[le.Unshare]&&r&&c.push({key:le.Unshare,label:t[le.Unshare],title:t[le.Unshare],icon:m.jsx(Su,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>r(d)}),c},[e,t,i,o,s,l,a,n,r]),tL=({actionLabels:e,onDuplicate:t,onCopy:s,onMove:o,onDownload:i,onRename:n,onDelete:r,onInfo:a,onUnshare:l})=>g.useMemo(()=>c=>{const d=[];if(!e)return d;e[le.Duplicate]&&d.push({key:le.Duplicate,label:e[le.Duplicate],icon:m.jsx(j.IconCopy,{...de,className:"text-secondary"}),onClick:()=>t(c)}),e[le.Copy]&&d.push({key:le.Copy,label:e[le.Copy],icon:m.jsx(wu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>s(c)}),e[le.Move]&&d.push({key:le.Move,label:e[le.Move],icon:m.jsx(bu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>o(c)}),e[le.Download]&&d.push({key:le.Download,label:e[le.Download],icon:m.jsx(j.IconDownload,{...de,className:"text-secondary"}),onClick:()=>i(c)});const u=!c.permissions||c.permissions.includes(Gn.WRITE);return e[le.Delete]&&u&&d.push({key:le.Delete,label:e[le.Delete],icon:m.jsx(j.IconTrashX,{...de,className:"text-secondary"}),onClick:()=>r(c,c.parentPath??"")}),e[le.Rename]&&d.push({key:le.Rename,label:e[le.Rename],icon:m.jsx(j.IconPencilMinus,{...de,className:"text-secondary"}),onClick:()=>n(c.path)}),e[le.Info]&&c.nodeType===Te.ITEM&&d.push({key:le.Info,label:e[le.Info],icon:m.jsx(j.IconInfoCircle,{...de,className:"text-secondary"}),onClick:()=>a(c)}),e[le.Unshare]&&d.push({key:le.Unshare,label:e[le.Unshare],icon:m.jsx(Su,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>l(c)}),d},[e,t,s,o,i,n,r,a,l]),kg=({open:e,onClose:t,onReplace:s,onDuplicate:o,onDecideForEach:i,conflictingFiles:n,singleFileTitle:r="Replace Or Duplicate Item",multipleFilesTitle:a="Replace Or Duplicate Items",message:l,actionLabels:c,strategyLabels:d,confirmLabel:u="Confirm",cancelLabel:h="Cancel",nameColumnLabel:p="Name",actionColumnLabel:f="Action"})=>{const C=n.length===1,v=C?n[0]?.name:"",w=c?.[ct.Replace]??"Replace",b=c?.[ct.Duplicate]??"Duplicate",S=c?.[ct.Cancel]??"Cancel",y=d?.[Ot.ReplaceAll]??"Replace all",x=d?.[Ot.DuplicateAll]??"Duplicate all",R=d?.[Ot.DecideForEach]??"Decide for each",[F,E]=g.useState(ct.Replace),[P,M]=g.useState(Ot.ReplaceAll),[D,T]=g.useState(new Map(n.map($=>[$.path,ct.Replace]))),[V,_]=g.useState(void 0),L=C?r:a,Y=m.jsxs(m.Fragment,{children:["Item with the name ",m.jsxs("span",{className:"text-primary",children:['"',v,'"']})," ","already exists in this destination."]}),te=`${n.length} items with the same names already exist in this destination.`,A=l??(C?Y:te),ie=g.useMemo(()=>[{id:ct.Replace,name:w},{id:ct.Duplicate,name:b}],[w,b]),z=g.useMemo(()=>n.map($=>({id:$.path,name:$.name,path:$.path,nodeType:$.nodeType??Te.ITEM,action:D.get($.path)||ct.Replace})),[n,D]),ee=g.useMemo(()=>[{field:"name",headerName:p,flex:1,minWidth:200,floatingFilter:!1,filter:!1,resizable:!1,cellRenderer:$=>$.data?.nodeType===Te.FOLDER?m.jsx(ka,{name:$.data.name,iconSize:zs}):m.jsx(Ia,{name:$.data.name,iconSize:zs})},{field:"action",headerName:f,width:140,suppressSizeToFit:!0,sortable:!1,filter:!1,floatingFilter:!1,resizable:!1,cellRenderer:$=>{if(!$.data)return null;const Q=[{key:ct.Replace,label:w,icon:m.jsx(j.IconCircleFilled,{size:10,className:"text-accent-tertiary"})},{key:ct.Duplicate,label:b,icon:m.jsx(j.IconCircleFilled,{size:10,className:"text-accent-secondary"})},{key:ct.Cancel,label:S,icon:m.jsx(j.IconCircleFilled,{size:10,className:"text-error"})}],pe=Q.find(J=>J.key===$.data.action),G=V===$.data.path;return m.jsx("div",{className:"flex items-center h-full",children:m.jsx(yt,{trigger:[Dt.Click],open:G,menu:{items:Q,onClick:({key:J})=>{T(O=>{const N=new Map(O);return N.set($.data.path,J),N}),_(void 0)}},placement:"bottom-start",matchReferenceWidth:!1,allowedPlacements:["bottom-start","top-start"],onOpenChange:J=>{_(J?$.data.path:void 0)},children:m.jsxs("button",{type:"button",className:"flex items-center gap-2",children:[m.jsxs("span",{className:"flex items-center gap-2",children:[pe?.icon,pe?.label??w]}),m.jsx(j.IconChevronDown,{size:16,className:Z("text-secondary transition-transform",G&&"rotate-180")})]})})})}}],[p,f,w,b,S,V]),q=g.useMemo(()=>[{id:Ot.ReplaceAll,name:y},{id:Ot.DuplicateAll,name:x},{id:Ot.DecideForEach,name:R,content:P===Ot.DecideForEach?m.jsx("div",{className:"mt-4",children:m.jsx(gu,{columnDefs:ee,rowData:z,getRowId:$=>$.id,withSelectionColumn:!1,wrapCustomCellRenderers:!1,alternateOddRowColors:!1,additionalGridOptions:{domLayout:"autoHeight"}})}):void 0}],[y,x,R,P,ee,z]),X=g.useCallback(()=>{if(C)F===ct.Replace?s():o();else if(P===Ot.ReplaceAll)s();else if(P===Ot.DuplicateAll)o();else if(P===Ot.DecideForEach&&i){const $=n.map(Q=>({file:Q,action:D.get(Q.path)||ct.Replace}));i($)}},[C,F,P,D,n,s,o,i]);return m.jsx(Ao,{open:e,onClose:t,size:C?kt.Sm:kt.Md,className:Z([!C&&"w-[600px]"]),header:L,dividers:!1,footer:m.jsxs("div",{className:"flex justify-end gap-3 py-4 px-6 border-t border-stroke",children:[m.jsx(Ds,{onClick:t,label:h}),m.jsx($t,{onClick:X,label:u})]}),children:m.jsxs("div",{className:"px-6 py-4",children:[m.jsx("p",{className:"text-secondary mb-4 break-words",children:A}),C?m.jsx(jr,{elementId:"single-file-conflict",radioButtons:ie,activeRadioButton:F,orientation:mo.Column,onChange:$=>E($)}):m.jsx(jr,{elementId:"multiple-files-conflict",radioButtons:q,activeRadioButton:P,orientation:mo.Column,onChange:$=>M($),formItemChildrenClassName:"gap-3"})]})})},sL=({id:e,name:t,nodeType:s,size:o,updatedAt:i,dateLocale:n,dateOptions:r,shared:a,sharedIndicatorClassName:l})=>m.jsx("div",{className:"flex",children:m.jsx("div",{className:"flex flex-1 min-w-0",children:m.jsx(Sa,{type:s===Te.FOLDER?_t.Folder:_t.File,name:t,elementId:e,shared:a,iconSize:zs,sharedIndicatorClassName:l,details:m.jsxs("div",{className:"flex items-center gap-1 dial-tiny text-secondary",children:[m.jsx("span",{children:o}),i&&o&&m.jsx(j.IconCircleFilled,{size:2,className:"text-secondary"}),i?m.jsx("span",{children:m.jsx(nv,{value:i,locale:n?.toString(),options:r,className:"dial-tiny text-secondary"})}):null]})})})});function oL(e){const t=g.useRef(null),[s,o]=g.useState(!1);return g.useEffect(()=>{if(!t.current)return;const i=new ResizeObserver(([n])=>{const r=n.contentRect.width;o(r<e)});return i.observe(t.current),()=>i.disconnect()},[e]),{containerRef:t,isBelowBreakpoint:s}}const iL=({getContextMenuItems:e,isRowDisabled:t,allowedFileTypes:s,maxSelectableFileSize:o,buttonClassName:i})=>{const n=g.useCallback(a=>{if(!a.data||t(a.data,s,o))return null;const c=a.data?e?.(a.data)??[]:[];return c.length?m.jsx(yt,{placement:"bottom-start",allowedPlacements:["top-start","top-end","bottom-start"],menu:{items:c},className:ce("sticky right-0",i),children:m.jsx(He,{className:"text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:m.jsx(j.IconDotsVertical,{...de})})}):null},[s,o,i,e,t]);return{actionsColumnDef:g.useMemo(()=>({colId:"__actions",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,cellRenderer:n}),[n])}},nL=({onRename:e})=>{const[t,s]=g.useState(ci.Grid),o=g.useCallback(n=>{e(n),s(ci.Grid)},[e]),i=g.useCallback(n=>{e(n),s(ci.Tree)},[e]);return{renameTriggerView:t,onGridRename:o,onTreeRename:i}},rL=100,ji=16,os="text-secondary",Er="text-primary min-w-0",aL="text-primary break-words min-w-0",Ui="bg-layer-2",lL=({open:e,onClose:t,fileMetadata:s,loading:o=!1,header:i="Information",nameLabel:n="Name:",pathLabel:r="Path:",modifiedDateLabel:a="Modified Date:",sizeLabel:l="Size:",authorLabel:c="Author:",dateLocale:d="en-US",dateOptions:u})=>m.jsx(Ao,{open:e,onClose:t,size:kt.Sm,header:i,dividers:!1,children:m.jsx("div",{className:"px-6 py-4",children:m.jsx("div",{className:"grid gap-x-4 gap-y-4 items-center dial-small",style:{gridTemplateColumns:`${rL}px 1fr`},children:o?m.jsxs(m.Fragment,{children:[m.jsx("div",{className:os,children:n}),m.jsx($o,{variant:Bt.Text,width:"100%",height:ji,className:Ui}),m.jsx("div",{className:os,children:a}),m.jsx($o,{variant:Bt.Text,width:"90%",height:ji,className:Ui}),m.jsx("div",{className:os,children:l}),m.jsx($o,{variant:Bt.Text,width:"60%",height:ji,className:Ui}),m.jsx("div",{className:os,children:c}),m.jsx($o,{variant:Bt.Text,width:"80%",height:ji,className:Ui}),m.jsx("div",{className:os,children:r}),m.jsx($o,{variant:Bt.Text,width:"70%",height:ji,className:Ui})]}):s?m.jsxs(m.Fragment,{children:[m.jsx("div",{className:os,children:n}),m.jsx("div",{className:Er,children:m.jsx(ut,{text:s.name})}),m.jsx("div",{className:os,children:a}),m.jsx("div",{className:Er,children:m.jsx(ut,{text:g8(s.updatedAt,d,u)})}),m.jsx("div",{className:os,children:l}),m.jsx("div",{className:Er,children:m.jsx(ut,{text:_r(s.contentLength)})}),m.jsx("div",{className:os,children:c}),m.jsx("div",{className:Er,children:m.jsx(ut,{text:s.author||"—"})}),m.jsx("div",{className:os,children:r}),m.jsx("div",{className:aL,children:decodeURIComponent(s.path)})]}):null})})}),rv=e=>m.jsx(sv,{...e,children:m.jsx(cL,{})}),cL=()=>{const{className:e,items:t,rootItem:s,filesLoading:o,treeOptions:i,navigationPanelOptions:n,gridOptions:r,toolbarOptions:a,bulkActionsToolbarOptions:l,deleteConfirmationOptions:c,destinationFolderPopupOptions:d,conflictResolutionPopupOptions:u,compactViewWidthBreakpoint:h=d8,sharedByMePaths:p,allowedFileTypes:f,maxSelectableFileSize:C,areHiddenFilesVisible:v,toggleHiddenFilesVisibility:w,isTreeCollapsed:b,toggleTreeCollapse:S,currentPath:y,gridRows:x,selectedPaths:R,selectedFiles:F,clearSelection:E,setSelectedPaths:P,effectiveSearchValue:M,handleBreadcrumbItemClick:D,handleSearchChange:T,handleTreeItemClick:V,handleTableRowClick:_,handleOpenDestinationFolderPopup:L,handleCloseDestinationFolderPopup:Y,openDestinationFolderPopup:te,destinationFolderMode:A,handleSetCopiedFiles:ie,handleSetMovedFiles:z,handleDuplicate:ee,handleCopyTo:q,handleMoveTo:X,handleDownloadFiles:$,openDeleteConfirmation:Q,closeDeleteConfirmation:pe,confirmDelete:G,deleteConfirmationOpen:J,itemsToDelete:O,renamedPath:N,renamedItem:se,onRename:oe,onRenameSave:Ce,onRenameCancel:Se,onRenameValidate:De,getDisplayName:ne,isDragging:ye,isDraggingOverWindow:Le,handleDragEnter:Pe,handleDragLeave:me,handleDragOver:ve,handleDrop:ze,onUploadFiles:We,onValidateUpload:Oe,maxFileSize:at,newActions:vt,isNewButtonVisible:Zt,newFolderTempId:H,cancelFolderCreation:we,saveFolderCreation:Rt,validateFolderName:Ri,startFolderCreation:Bn,conflictingFiles:Ua,conflictResolutionOpen:$a,closeConflictResolution:Ka,handleConflictReplace:qa,handleConflictDuplicate:Ya,handleConflictDecideForEach:Fi,uploadConflictingFiles:Za,uploadConflictResolutionOpen:Ei,closeUploadConflictResolution:Xa,handleUploadConflictReplace:Qa,handleUploadConflictDuplicate:Vn,handleUploadConflictDecideForEach:Ft,openMetadataPopup:Ja,fileMetadataPopupOptions:Xt,isMetadataPopupOpen:el,selectedFileForMetadata:tl,closeMetadataPopup:sl,onUnshareFiles:Qt,actionsRef:ol,searchInProgress:il,isSearchMode:Di,emptyStateIcon:zn,emptyStateTitle:Wn="You don't have any files",emptyStateDescription:_n="Upload or drag and drop files"}=ov(),{width:nl=i8,header:jn=n8,containerClassName:Un=t8,additionalButtons:$n,...Kn}=i??{},[Lo,qn]=g.useState(nl),{renameTriggerView:Pi,onGridRename:rl,onTreeRename:Yn}=nL({onRename:oe}),Mi=g.useRef(null),al=W=>{Mi.current===null&&(Mi.current=requestAnimationFrame(()=>{qn(W),Mi.current=null}))},{columnDefs:Ti,filterable:Zn=!0,dateLocale:Ii,dateOptions:ki,visibleColumns:Ai=[tt.Name,tt.UpdatedAt,tt.Size,tt.Author,tt.Actions],...Xn}=r??{},{containerRef:Qn,isBelowBreakpoint:Je}=oL(h),Li=g.useMemo(()=>Di?[tt.Name,tt.Path,tt.Actions]:Ai,[Di,Ai]),Oi=g.useCallback((W,Fe,Jt)=>{const es=W.nodeType===Te.FOLDER||!W.contentLength||typeof Jt!="number"||W.contentLength<=Jt;return!(W.nodeType===Te.FOLDER||!W.contentType||ZC(Fe,W.contentType,W.name))||!es},[]),ll=g.useMemo(()=>[{colId:tt.Name,field:"name",headerName:"Name",flex:1,minWidth:200,cellRenderer:W=>{const Fe=W.data.nodeType,{saveFolderCreation:Jt,validateFolderName:es,cancelFolderCreation:Ho,newFolderTempId:ir,sharedByMePaths:fl,selectedPaths:ml}=W.context,Qs=fl?.has(W.data.path),Cl=ml?.has(W.data.path),Js=ce(["group-hover/grid-row:bg-accent-primary-alpha",Cl&&"bg-accent-primary-alpha"]);if(W.data?.isTemporary&&W.data.id===ir)return m.jsx(Sa,{name:"",type:_t.Folder,elementId:`new-folder-${W.data.id}`,editing:!0,shared:Qs,sharedIndicatorClassName:Js,iconSize:zs,validate:es,onSave:Jt,onCancel:Ho,inputContainerClassName:ce(["!h-9",Je&&Fe===Te.ITEM&&"!h-10"])});const{renameTriggerView:vl,renamedPath:nr,renamedItem:Ni,getDisplayName:wl,onRenameValidate:ke,onRenameSave:Et,onRenameCancel:ts}=W.context;if(vl===ci.Grid&&nr===W.data?.path&&Ni&&W.data){const bl=wl(Ni);return m.jsx(Sa,{name:bl,type:Fe===Te.FOLDER?_t.Folder:_t.File,elementId:`rename-${W.data.id}`,editing:!0,shared:Qs,sharedIndicatorClassName:Js,iconSize:zs,validate:Ne=>ke(Ne,Ni),onSave:Et,onCancel:ts,inputContainerClassName:ce(["!h-9",Je&&Fe===Te.ITEM&&"!h-10"])})}return Je?m.jsx(sL,{id:W.data.id,name:W.data.name,nodeType:Fe,size:W.data.size,shared:Qs,sharedIndicatorClassName:Js,updatedAt:W.data.updatedAt,dateLocale:Ii,dateOptions:ki}):Fe===Te.FOLDER?m.jsx(ka,{name:W.data.name,shared:Qs,sharedIndicatorClassName:Js,iconSize:zs}):m.jsx(Ia,{name:W.data.name,shared:Qs,sharedIndicatorClassName:Js,iconSize:zs})}},{colId:tt.Path,field:"path",headerName:"Path",flex:1,minWidth:200,cellRenderer:W=>m.jsx(ut,{text:W.data.path})},{colId:tt.UpdatedAt,field:"updatedAt",headerName:"Modified Date",width:168,suppressSizeToFit:!0,cellRenderer:nv,cellRendererParams:{locale:Ii,options:ki}},{colId:tt.Size,field:"size",headerName:"Size",width:120,suppressSizeToFit:!0},{colId:tt.Author,field:"author",headerName:"Author",width:200,suppressSizeToFit:!0,cellRenderer:W=>W.data.author},{colId:tt.Owner,field:"owner",headerName:"Owner",width:200,suppressSizeToFit:!0,cellRenderer:W=>W.data.owner}],[Ii,ki,Je]),Jn=g.useCallback(W=>{const Fe=[];return i?.actionLabels&&(i.actionLabels[le.Duplicate]&&Fe.push({key:"duplicate",label:i.actionLabels[le.Duplicate],icon:m.jsx(j.IconCopy,{...de,className:"text-secondary"}),onClick:()=>ee([W])}),i.actionLabels[le.Copy]&&Fe.push({key:Qe.Copy,label:i.actionLabels[le.Copy],icon:m.jsx(wu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>{ie([W]),L(Qe.Copy)}}),i.actionLabels[le.Move]&&Fe.push({key:Qe.Move,label:i.actionLabels[le.Move],icon:m.jsx(bu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>{z([W]),L(Qe.Move)}}),i.actionLabels[le.Download]&&Fe.push({key:"download",label:i.actionLabels[le.Download],icon:m.jsx(j.IconDownload,{...de,className:"text-secondary"}),onClick:()=>$([W])}),i.actionLabels[le.Rename]&&Fe.push({key:"rename",label:i.actionLabels[le.Rename],icon:m.jsx(j.IconPencilMinus,{...de,className:"text-secondary"}),onClick:()=>Yn(W.path)}),i.actionLabels[le.Unshare]&&Fe.push({key:"unshare",label:i.actionLabels[le.Unshare],icon:m.jsx(Su,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>Qt?.([W])}),i.actionLabels[le.Delete]&&W.permissions?.includes(Gn.WRITE)&&Fe.push({key:"delete",label:i.actionLabels[le.Delete],icon:m.jsx(j.IconTrashX,{...de,className:"text-secondary"}),onClick:()=>Q([W],W.parentPath??"")})),Fe},[$,ee,L,ie,z,Yn,Q,i,Qt]),cl=g.useMemo(()=>{const W=new Map;return F.forEach((Fe,Jt)=>{const es=x.find(Ho=>Ho.path===Jt);es&&W.set(Jt,es)}),W},[F,x]),dl=g.useMemo(()=>{const W=new Set;return x.filter(Fe=>Oi(Fe,f,C)).forEach(Fe=>W.add(Fe.path)),W},[f,C,x,Oi]),ul=g.useCallback(W=>{const Fe=new Set;W.forEach((Jt,es)=>Fe.add(es)),P(Fe)},[P]),er=eL({selectedFiles:F,actionLabels:l?.actionLabels,onDuplicate:ee,onCopy:W=>{ie(W),L(Qe.Copy)},onMove:W=>{z(W),L(Qe.Move)},onDownload:$,onDelete:Q,onUnshare:Qt,getCurrentFolderPath:()=>y??"/"}),tr=g.useCallback(()=>a&&R.size===0?m.jsx("div",{className:Eg,role:"toolbar","aria-label":"File Manager Toolbar",children:m.jsx(x8,{...a,areHiddenFilesVisible:v,onToggleHiddenFiles:w,isNewButtonVisible:Zt,newButtonDropdownItems:vt})}):R.size>0&&l?m.jsx("div",{className:Eg,role:"toolbar","aria-label":"File Manager Toolbar",children:m.jsx(D8,{...l,selectedCount:R.size,onClearSelection:E,actions:er})}):m.jsx("div",{}),[l,R,E,er,v,w,a,Zt,vt]);g.useImperativeHandle(ol,()=>({createFolder:Bn}),[Bn]);const hl=g.useCallback(()=>Je?null:m.jsx("aside",{role:"region","aria-label":"File Manager Tree Navigation",className:"min-h-0 min-w-0 h-full flex-none",children:m.jsx(cp,{defaultWidth:Lo,width:Lo,onResizeStop:qn,onResize:al,minWidth:a8,maxWidth:l8,enabled:!b,children:m.jsx(Yg,{width:Lo,title:jn,containerClassName:Un,additionalButtons:$n,isOpened:!b,onToggle:S,children:m.jsx(v8,{...Kn,items:t,rootItemPath:s?.path,rootItemLabel:s?.label,selectedPath:y,sharedByMePaths:p,onItemClick:V,areHiddenFilesVisible:v,getContextMenuItems:Jn,renamedPath:Pi===ci.Tree?N:void 0,onRenameSave:Ce,onRenameCancel:Se,onRenameValidate:De})})})}),[$n,v,Un,y,Kn,Jn,V,Je,b,t,s,Se,Ce,De,Pi,N,Lo,jn,p,S]),Oo=tL({actionLabels:r?.actionLabels,onDuplicate:W=>ee([W]),onCopy:W=>{ie([W]),L(Qe.Copy)},onMove:W=>{z([W]),L(Qe.Move)},onDownload:W=>$([W]),onRename:rl,onDelete:(W,Fe)=>Q([W],Fe),onInfo:W=>Ja(W),onUnshare:W=>Qt?.([W])}),ks=g.useCallback(W=>{const Fe=Eo(t,W.path);return Fe?Oo(Fe):[]},[t,Oo]),{actionsColumnDef:No}=iL({getContextMenuItems:ks,isRowDisabled:Oi,allowedFileTypes:f,buttonClassName:Je?"":o8}),sr=Ti??ll,or=g.useMemo(()=>{let W=sr;return Ti||(W=W.filter(Fe=>Fe.colId&&Li.includes(Fe.colId))),r?.actionLabels&&(Je&&(W=W.slice(0,1)),W.push(No)),Zn?W:W.map(Fe=>({...Fe,filter:!1,floatingFilter:!1}))},[sr,Zn,Je,No,Ti,Li,r?.actionLabels]),gl=g.useCallback(W=>{W.colDef.colId==="__select"||W.colDef.colId===tt.Actions||N&&W.data?.path===N||W.data?.isTemporary||W.data&&_(W.data)},[N,_]),pl=g.useCallback(()=>m.jsx(Mn,{title:Wn,description:_n,descriptionClassName:"text-sm",containerClassName:"gap-3 size-full bg-layer-2 border rounded-[4px] border-primary",titleClassName:"mt-2 !text-lg",icon:zn||m.jsx(j.IconFileDescription,{size:100,stroke:.5,className:"text-secondary"})}),[_n,zn,Wn]);return m.jsxs("section",{ref:Qn,className:ce(QA,{"gap-3 pt-4":l&&R.size>0,"gap-4 p-3 pt-4":Je,"gap-2 pt-2":Je&&l&&R.size>0},e),children:[tr(),m.jsxs("div",{className:JA,children:[hl(),m.jsxs("div",{className:ce(e8,{"gap-3":Je}),children:[m.jsx(y8,{...n??{},makeHref:W=>W.join("/"),path:y,onItemClick:D,rootItemPath:s?.path,rootItemLabel:s?.label,value:M,onSearchChange:T,isCompactView:Je}),m.jsx("section",{role:"region","aria-label":"File Manager Grid View",className:ce(s8),onDragEnter:Pe,onDragLeave:me,onDragOver:ve,onDrop:ze,children:x.length===0&&!Di&&!o?pl():m.jsx(gu,{columnDefs:or,rowData:x,getRowId:W=>W.path,loading:o||il,getContextMenuItems:ks,withoutHeaderBorders:Je,selectionOnHover:!Je,className:Z(ye?"border border-dashed border-accent-primary":"",Le&&!ye?"border border-dashed border-primary":""),...Xn,additionalGridOptions:{...Xn.additionalGridOptions,onCellClicked:gl,headerHeight:vc,rowHeight:vc,rowClass:"group/grid-row",...Je?{getRowHeight:W=>W.data?.nodeType===Te.FOLDER?vc:c8}:{},context:{cancelFolderCreation:we,saveFolderCreation:Rt,getDisplayName:ne,onRenameCancel:Se,onRenameSave:Ce,onRenameValidate:De,renameTriggerView:Pi,validateFolderName:Ri,renamedItem:se,renamedPath:N,newFolderTempId:H,sharedByMePaths:p,selectedPaths:R}},selectedRows:cl,onSelectionChangeWithMap:ul,wrapperBorder:!ye&&!Le,disabledRowIds:dl})})]})]}),m.jsx(Q8,{...c,open:J,itemsToDelete:O,onClose:pe,onConfirm:G}),m.jsx(J8,{...d,open:te,onClose:Y,onConfirm:()=>{const W=d?.destinationFolderPath??"/";A===Qe.Copy?q(W):X(W),Y()},mode:A,items:t,rootItem:s,gridOptions:{columnDefs:or.filter(W=>W.colId!==tt.Actions),loading:o},onUploadFiles:We,onValidateUpload:Oe,maxFileSize:at,path:d?.destinationFolderPath||y,onPathChange:W=>{d?.setDestinationFolderPath?.(W)},sourceFolder:y||"/"}),m.jsx(kg,{...u,open:$a,onClose:Ka,onReplace:qa,onDuplicate:Ya,onDecideForEach:Fi,conflictingFiles:Ua}),m.jsx(kg,{...u,open:Ei,onClose:Xa,onReplace:Qa,onDuplicate:Vn,onDecideForEach:Ft,conflictingFiles:Za}),m.jsx(lL,{open:el,onClose:sl,fileMetadata:Xt?.fileMetadata??tl,loading:Xt?.loading,header:Xt?.header,nameLabel:Xt?.nameLabel,pathLabel:Xt?.pathLabel,modifiedDateLabel:Xt?.modifiedDateLabel,sizeLabel:Xt?.sizeLabel,authorLabel:Xt?.authorLabel,dateLocale:r?.dateLocale,dateOptions:r?.dateOptions})]})},dL=e=>{const[t,s]=g.useState(ya.MyFiles),o=n=>{s(n)},i=g.useMemo(()=>{if(e)return Object.values(ya).map(n=>({id:n,label:e?.[n]||n.replace("_"," ")}))},[e]);return{activeTab:t,handleTabChange:o,tabs:i}};exports.AlertVariant=io;exports.ButtonAppearance=Me;exports.ButtonSize=Yi;exports.ButtonVariant=qe;exports.ConfirmationPopupVariant=mi;exports.DialAlert=Zv;exports.DialAutocompleteInput=xA;exports.DialAutocompleteInputValue=mu;exports.DialBreadcrumb=kC;exports.DialBreadcrumbItem=qi;exports.DialButton=xt;exports.DialButtonDropdown=cd;exports.DialCheckbox=cn;exports.DialCloseButton=hu;exports.DialCollapsibleSidebar=Yg;exports.DialConditionalResizableContainer=cp;exports.DialConfirmationPopup=GC;exports.DialDraggableItem=pb;exports.DialDropdown=yt;exports.DialEllipsisTooltip=ut;exports.DialErrorButton=LC;exports.DialErrorText=Ws;exports.DialFieldLabel=Do;exports.DialFileIcon=vd;exports.DialFileManager=rv;exports.DialFileManagerActions=le;exports.DialFileManagerTabs=ya;exports.DialFileName=Ia;exports.DialFileNodeType=Te;exports.DialFilePermission=Gn;exports.DialFileResourceType=YC;exports.DialFolderName=ka;exports.DialFormItem=xa;exports.DialFormPopup=vA;exports.DialGhostButton=Qk;exports.DialGrid=gu;exports.DialIcon=He;exports.DialInput=Fo;exports.DialInputPopup=BC;exports.DialItemType=_t;exports.DialLabelledText=dw;exports.DialLinkButton=Xk;exports.DialLoadFileAreaField=YA;exports.DialLoader=Pn;exports.DialNeutralButton=Ds;exports.DialNoDataContent=Mn;exports.DialNumberInputField=oA;exports.DialPasswordInput=VC;exports.DialPasswordInputField=SA;exports.DialPopup=Ao;exports.DialPrimaryButton=$t;exports.DialRadioButton=qg;exports.DialRadioGroup=jr;exports.DialRadioGroupPopupField=pA;exports.DialRemoveButton=OC;exports.DialResizableContainer=lp;exports.DialSearch=Cu;exports.DialSelect=WC;exports.DialSelectField=IA;exports.DialSharedEntityIndicator=un;exports.DialSkeleton=$o;exports.DialSkeletonAvatarShape=Ur;exports.DialSkeletonAvatarSize=Xi;exports.DialSkeletonVariant=Bt;exports.DialSteps=iw;exports.DialSwitch=fu;exports.DialTabs=PC;exports.DialTag=Fa;exports.DialTagInput=RA;exports.DialTextAreaField=nA;exports.DialTextInputField=iA;exports.DialTextarea=NC;exports.DialTooltip=gs;exports.DropdownItemType=ma;exports.DropdownTrigger=Dt;exports.DropdownType=DC;exports.FileManagerColumnKey=tt;exports.FileManagerProvider=sv;exports.FlexibleActionsDirection=ao;exports.FormItemOrientation=dn;exports.PopupSize=kt;exports.RadioGroupOrientation=mo;exports.ResizableContainerSide=hn;exports.SearchSize=En;exports.SelectSize=wa;exports.SelectVariant=ba;exports.StepStatus=Pt;exports.TabOrientation=Ca;exports.TagVariant=Ra;exports.mergeClasses=ce;exports.useDialFileManagerTabs=dL;exports.useEditableItem=XC;exports.useFileManagerContext=ov;
62
+ `),dataTransfer:e=>e},matchesTypes:["Url","text/uri-list"]},[UC]:{exposeProperties:{text:(e,t)=>fc(e,t,""),dataTransfer:e=>e},matchesTypes:["Text","text/plain"]}};function NA(e,t){const s=ld[e];if(!s)throw new Error(`native type ${e} has no configuration`);const o=new OA(s);return o.loadDataTransfer(t),o}function mc(e){if(!e)return null;const t=Array.prototype.slice.call(e.types||[]);return Object.keys(ld).filter(s=>{const o=ld[s];return o?.matchesTypes?o.matchesTypes.some(i=>t.indexOf(i)>-1):!1})[0]||null}const HA=_C(()=>/firefox/i.test(navigator.userAgent)),KC=_C(()=>!!window.safari);class Rg{interpolate(t){const{xs:s,ys:o,c1s:i,c2s:n,c3s:r}=this;let a=s.length-1;if(t===s[a])return o[a];let l=0,c=r.length-1,d;for(;l<=c;){d=Math.floor(.5*(l+c));const p=s[d];if(p<t)l=d+1;else if(p>t)c=d-1;else return o[d]}a=Math.max(0,c);const u=t-s[a],h=u*u;return o[a]+i[a]*u+n[a]*h+r[a]*u*h}constructor(t,s){const{length:o}=t,i=[];for(let p=0;p<o;p++)i.push(p);i.sort((p,f)=>t[p]<t[f]?-1:1);const n=[],r=[];let a,l;for(let p=0;p<o-1;p++)a=t[p+1]-t[p],l=s[p+1]-s[p],n.push(a),r.push(l/a);const c=[r[0]];for(let p=0;p<n.length-1;p++){const f=r[p],C=r[p+1];if(f*C<=0)c.push(0);else{a=n[p];const v=n[p+1],w=a+v;c.push(3*w/((w+v)/f+(w+a)/C))}}c.push(r[r.length-1]);const d=[],u=[];let h;for(let p=0;p<c.length-1;p++){h=r[p];const f=c[p],C=1/n[p],v=f+c[p+1]-h-h;d.push((h-f-v)*C),u.push(v*C*C)}this.xs=t,this.ys=s,this.c1s=c,this.c2s=d,this.c3s=u}}const GA=1;function qC(e){const t=e.nodeType===GA?e:e.parentElement;if(!t)return null;const{top:s,left:o}=t.getBoundingClientRect();return{x:o,y:s}}function Fr(e){return{x:e.clientX,y:e.clientY}}function BA(e){var t;return e.nodeName==="IMG"&&(HA()||!(!((t=document.documentElement)===null||t===void 0)&&t.contains(e)))}function VA(e,t,s,o){let i=e?t.width:s,n=e?t.height:o;return KC()&&e&&(n/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:n}}function zA(e,t,s,o,i){const n=BA(t),a=qC(n?e:t),l={x:s.x-a.x,y:s.y-a.y},{offsetWidth:c,offsetHeight:d}=e,{anchorX:u,anchorY:h}=o,{dragPreviewWidth:p,dragPreviewHeight:f}=VA(n,t,c,d),C=()=>{let R=new Rg([0,.5,1],[l.y,l.y/d*f,l.y+f-d]).interpolate(h);return KC()&&n&&(R+=(window.devicePixelRatio-1)*f),R},v=()=>new Rg([0,.5,1],[l.x,l.x/c*p,l.x+p-c]).interpolate(u),{offsetX:w,offsetY:b}=i,S=w===0||w,y=b===0||b;return{x:S?w:v(),y:y?b:C()}}class WA{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var t;return!((t=this.globalContext)===null||t===void 0)&&t.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var t;return((t=this.optionsArgs)===null||t===void 0?void 0:t.rootElement)||this.window}constructor(t,s){this.ownerDocument=null,this.globalContext=t,this.optionsArgs=s}}function _A(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function Fg(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){_A(e,i,s[i])})}return e}class jA{profile(){var t,s;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((t=this.dragStartSourceIds)===null||t===void 0?void 0:t.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((s=this.dragOverTargetIds)===null||s===void 0?void 0:s.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const t=this.rootElement;if(t!==void 0){if(t.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");t.__isReactDndBackendSetUp=!0,this.addEventListeners(t)}}teardown(){const t=this.rootElement;if(t!==void 0&&(t.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var s;(s=this.window)===null||s===void 0||s.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(t,s,o){return this.sourcePreviewNodeOptions.set(t,o),this.sourcePreviewNodes.set(t,s),()=>{this.sourcePreviewNodes.delete(t),this.sourcePreviewNodeOptions.delete(t)}}connectDragSource(t,s,o){this.sourceNodes.set(t,s),this.sourceNodeOptions.set(t,o);const i=r=>this.handleDragStart(r,t),n=r=>this.handleSelectStart(r);return s.setAttribute("draggable","true"),s.addEventListener("dragstart",i),s.addEventListener("selectstart",n),()=>{this.sourceNodes.delete(t),this.sourceNodeOptions.delete(t),s.removeEventListener("dragstart",i),s.removeEventListener("selectstart",n),s.setAttribute("draggable","false")}}connectDropTarget(t,s){const o=r=>this.handleDragEnter(r,t),i=r=>this.handleDragOver(r,t),n=r=>this.handleDrop(r,t);return s.addEventListener("dragenter",o),s.addEventListener("dragover",i),s.addEventListener("drop",n),()=>{s.removeEventListener("dragenter",o),s.removeEventListener("dragover",i),s.removeEventListener("drop",n)}}addEventListeners(t){t.addEventListener&&(t.addEventListener("dragstart",this.handleTopDragStart),t.addEventListener("dragstart",this.handleTopDragStartCapture,!0),t.addEventListener("dragend",this.handleTopDragEndCapture,!0),t.addEventListener("dragenter",this.handleTopDragEnter),t.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.addEventListener("dragover",this.handleTopDragOver),t.addEventListener("dragover",this.handleTopDragOverCapture,!0),t.addEventListener("drop",this.handleTopDrop),t.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(t){t.removeEventListener&&(t.removeEventListener("dragstart",this.handleTopDragStart),t.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),t.removeEventListener("dragend",this.handleTopDragEndCapture,!0),t.removeEventListener("dragenter",this.handleTopDragEnter),t.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.removeEventListener("dragover",this.handleTopDragOver),t.removeEventListener("dragover",this.handleTopDragOverCapture,!0),t.removeEventListener("drop",this.handleTopDrop),t.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourceNodeOptions.get(t);return Fg({dropEffect:this.altKeyPressed?"copy":"move"},s||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourcePreviewNodeOptions.get(t);return Fg({anchorX:.5,anchorY:.5,captureDraggingState:!1},s||{})}isDraggingNativeItem(){const t=this.monitor.getItemType();return Object.keys(xg).some(s=>xg[s]===t)}beginDragNativeItem(t,s){this.clearCurrentDragSourceNode(),this.currentNativeSource=NA(t,s),this.currentNativeHandle=this.registry.addSource(t,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(t){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=t;const s=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var o;return(o=this.rootElement)===null||o===void 0?void 0:o.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},s)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var t;(t=this.window)===null||t===void 0||t.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(t,s){t.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(s))}handleDragEnter(t,s){this.dragEnterTargetIds.unshift(s)}handleDragOver(t,s){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(s)}handleDrop(t,s){this.dropTargetIds.unshift(s)}constructor(t,s,o){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=i=>{const n=this.sourceNodes.get(i);return n&&qC(n)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=i=>!!(i&&this.document&&this.document.body&&this.document.body.contains(i)),this.endDragIfSourceWasRemovedFromDOM=()=>{const i=this.currentDragSourceNode;i==null||this.isNodeInDocument(i)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=i=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(i||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=i=>{if(i.defaultPrevented)return;const{dragStartSourceIds:n}=this;this.dragStartSourceIds=null;const r=Fr(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(n||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:r});const{dataTransfer:a}=i,l=mc(a);if(this.monitor.isDragging()){if(a&&typeof a.setDragImage=="function"){const d=this.monitor.getSourceId(),u=this.sourceNodes.get(d),h=this.sourcePreviewNodes.get(d)||u;if(h){const{anchorX:p,anchorY:f,offsetX:C,offsetY:v}=this.getCurrentSourcePreviewNodeOptions(),S=zA(u,h,r,{anchorX:p,anchorY:f},{offsetX:C,offsetY:v});a.setDragImage(h,S.x,S.y)}}try{a?.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(i.target);const{captureDraggingState:c}=this.getCurrentSourcePreviewNodeOptions();c?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(l)this.beginDragNativeItem(l);else{if(a&&!a.types&&(i.target&&!i.target.hasAttribute||!i.target.hasAttribute("draggable")))return;i.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=i=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:a}=i,l=mc(a);l&&this.beginDragNativeItem(l,a)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:n}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,n.length>0&&this.actions.hover(n,{clientOffset:Fr(i)}),n.some(a=>this.monitor.canDropOnTarget(a))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:n}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=Fr(i),this.scheduleHover(n),(n||[]).some(a=>this.monitor.canDropOnTarget(a))?(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?i.preventDefault():(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=i=>{this.isDraggingNativeItem()&&i.preventDefault(),this.enterLeaveCounter.leave(i.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=i=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var n;i.preventDefault(),(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}else mc(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:n}=this;this.dropTargetIds=[],this.actions.hover(n,{clientOffset:Fr(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const n=i.target;typeof n.dragDrop=="function"&&(n.tagName==="INPUT"||n.tagName==="SELECT"||n.tagName==="TEXTAREA"||n.isContentEditable||(i.preventDefault(),n.dragDrop()))},this.options=new WA(s,o),this.actions=t.getActions(),this.monitor=t.getMonitor(),this.registry=t.getRegistry(),this.enterLeaveCounter=new LA(this.isNodeInDocument)}}const UA=function(t,s,o){return new jA(t,s,o)},$A=({onChange:e,emptyTextFirstLine:t,emptyTextSecondLine:s,emptyButtonLabel:o,acceptTypes:i,maxFilesCount:n,multiple:r,fileFormatError:a,fileCountError:l,getIsFileFormatError:c})=>{const d=g.useRef(null),u=g.useRef(null),[h,p]=g.useState([]),[f,C]=g.useState(!1),v=g.useCallback(D=>{const T=D.target.files;if(T&&T.length>0){const V=Array.from(T);c?.(V)?C(!0):e(V)}},[c,e]),w=g.useCallback(D=>n&&D?.length>n,[n]),b=g.useMemo(()=>f||w(h),[f,h,w]),S=()=>{p([]),C(!1)};g.useEffect(()=>{S()},[i]);const[{isOver:y,canDrop:x},R]=ap(()=>({accept:[vu],drop(D){const T=D.files;!c?.(T)&&!w(T)&&e(T),S()},collect:D=>({isOver:D.isOver(),canDrop:D.canDrop()})}),[v]),F=D=>{(D.key==="Enter"||D.key==="Space")&&(D.preventDefault(),u.current?.click())},E=D=>{D?.preventDefault();const T=Array.from(D.dataTransfer?.items??[]);C(!!c?.(T)),p(T)},P=D=>{D.target===D.currentTarget&&S()},M=Z("border border-dashed rounded w-full cursor-pointer relative h-full hover:border-hover",!x&&!b&&"border-primary",x&&(y?"border-accent-primary":"border-hover"),b&&"border-error");return R(d),m.jsxs(m.Fragment,{children:[m.jsxs("div",{className:M,ref:d,onDragOver:E,onDragLeave:P,children:[m.jsxs("label",{htmlFor:"file",tabIndex:0,onKeyDown:F,className:"flex flex-col items-center cursor-pointer h-full w-full text-secondary dial-tiny justify-center",children:[t&&m.jsx("p",{className:"mb-1",children:t}),s&&m.jsx("p",{className:"mb-0.5",children:s}),o&&m.jsx($t,{appearance:Me.Ghost,label:o,onClick:()=>u.current?.click()})]}),m.jsx("input",{multiple:r,id:"file",type:"file",ref:u,hidden:!0,accept:i,onChange:v})]}),m.jsx(m.Fragment,{children:f?m.jsx(Ws,{errorText:a}):w(h)&&m.jsx(Ws,{errorText:l})})]})},KA=({iconBefore:e,className:t,errorText:s,...o})=>{const i=o.invalid,n=()=>m.jsx("div",{className:"mr-2",children:i?m.jsx(j.IconExclamationCircle,{...de,className:"text-error"}):e});return m.jsx(Fo,{...o,iconBefore:n(),tooltipTriggerClassName:"flex-1 min-w-0",className:Z(i?"text-error":"",t),tooltipText:i&&s?s:void 0,hideBorder:!0})},qA=e=>{const{files:t,iconBeforeInput:s,dynamicIcon:o,onChange:i,isInvalid:n,errorText:r,removeButtonAriaLabel:a}=e,l=(u,h)=>{u.stopPropagation(),i(t?.filter(p=>p.name!==h)||[])},c=u=>m.jsx(OC,{"aria-label":a,onClick:h=>l(h,u)}),d=u=>{i(u)};return!t||t.length===0?m.jsx(k1,{backend:UA,children:m.jsx($A,{...e,onChange:d})}):m.jsx("div",{className:"flex-1 min-h-0 border border-solid border-primary rounded",children:t&&t.length>0&&m.jsx("div",{className:"max-h-full overflow-y-auto",children:t.map((u,h)=>m.jsx(KA,{elementId:u.name,value:u.name,iconAfter:c(u.name),iconBefore:s||o?.(u.name),invalid:n?.(u),errorText:r},u.name+h))})})},YA=({onChange:e,fieldTitle:t,elementId:s,files:o,maxFilesCount:i,fileFormatError:n,fileCountError:r,multiple:a=!0,acceptTypes:l,deleteAllButtonLabel:c,addButtonLabel:d,...u})=>{const h=g.useRef(null),p=()=>h.current?.click(),f=()=>{e([])},C=g.useCallback(w=>w?.some(b=>b.type===""||!(l==="/"||l?.toLowerCase()?.includes(b?.type?.toLowerCase()))),[l]),v=g.useCallback(w=>{const b=w.target.files;if(b&&b.length>0){const S=Array.from(b);C(S)||e([...o||[],...S])}},[e,o,C]);return m.jsxs("div",{className:"h-full flex flex-col",children:[m.jsxs("div",{className:"flex justify-between items-center pb-1 min-h-[42px]",children:[m.jsx(Do,{fieldTitle:`${t}: ${a?o?.length||0:""}`,htmlFor:s}),a&&!!o?.length&&m.jsxs("div",{className:"flex flex-row items-center gap-x-2",children:[m.jsx($t,{appearance:Me.Ghost,className:"!text-error",iconBefore:m.jsx(j.IconTrashX,{...de}),label:c,onClick:f}),(i?i>o?.length:!0)&&m.jsx($t,{appearance:Me.Ghost,iconBefore:m.jsx(j.IconPlus,{...de}),label:d,onClick:p})]})]}),o&&o.length>0&&m.jsx("input",{id:"file",type:"file",multiple:a,ref:h,hidden:!0,accept:l,onChange:v}),m.jsx(qA,{files:o,onChange:e,acceptTypes:l,maxFilesCount:i,multiple:a,fileFormatError:n,fileCountError:r,getIsFileFormatError:C,...u})]})},ZA=m.jsx(j.IconChevronDown,{size:16}),XA=m.jsx(j.IconChevronUp,{size:16}),cd=({variant:e,appearance:t,items:s,...o})=>{const[i,n]=g.useState(!1),r=g.useMemo(()=>i?XA:ZA,[i]);return m.jsx("div",{children:m.jsx(yt,{menu:{items:s},onOpenChange:a=>n(a),children:m.jsx(xt,{...o,iconAfter:r,variant:e||qe.Primary,appearance:t||Me.Solid})})})},QA="w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-1",Eg="w-full text-secondary flex items-center gap-2",JA="flex min-h-0 min-w-0 h-full gap-4 overflow-hidden",e8="flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4",t8="w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0",s8="flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0",o8="opacity-0 pointer-events-none group-hover/grid-row:opacity-100 group-hover/grid-row:pointer-events-auto",i8=280,n8="Files",zs=20,r8="Files",Cc=".dial_folder",a8=280,l8=460,vc=44,c8=56,d8=800;var Te=(e=>(e.ITEM="item",e.FOLDER="folder",e))(Te||{}),YC=(e=>(e.FILE="FILE",e.PROMPT="PROMPT",e.CONVERSATION="CONVERSATION",e.APPLICATION="APPLICATION",e.TOOLSET="TOOL_SET",e))(YC||{}),Gn=(e=>(e.READ="READ",e.WRITE="WRITE",e.SHARE="SHARE",e))(Gn||{});const Eo=(e,t)=>{if(!(!e||!e.length||!t))for(const s of e){if(s.path===t)return s;const o=Eo(s.items,t);if(o)return o}},Dg=(e,t)=>{if(!e?.length)return;if(!t)return e[0];const s=Eo(e,t);if(s&&s.nodeType===Te.FOLDER)return s;const o=t.split("/").filter(Boolean);if(o.length<=1)return e[0];const i="/"+o.slice(0,o.length-1).join("/");return Eo(e,i)??e[0]},li=e=>(e??"").toLowerCase(),u8=e=>li(e).replace(/^\./,""),h8=e=>{if(!e)return[];const t=[],s=o=>{const i=o.items??[];for(const n of i)t.push(n),n.nodeType===Te.FOLDER&&s(n)};return s(e),t},dd=e=>(e.name??e.path.split("/").pop()??"").startsWith("."),_r=e=>{if(!e)return"0 bytes";const t=1024,s=t*1024;return e>=s?`${(e/s).toFixed(1)} MB`:e>=t?`${(e/t).toFixed(0)} KB`:`${e} bytes`},g8=(e,t="en-US",s={year:"numeric",month:"short",day:"2-digit"})=>{if(!e)return"";try{return new Intl.DateTimeFormat(t,s).format(new Date(e))}catch{return e}};function ZC(e,t,s){if(!e||e.length===0||e.includes("*/*"))return!0;const o=t.toLowerCase(),i=s&&s.includes(".")?`.${s.split(".").at(-1).toLowerCase()}`:void 0;return e.some(n=>{const r=n.toLowerCase();if(r.startsWith("."))return i===r;if(r.endsWith("/*")){const a=r.slice(0,-1);return o.startsWith(a)}return o===r})}const p8={size:10,stroke:2},f8=26;var _t=(e=>(e.File="file",e.Folder="folder",e))(_t||{});const m8=({name:e,type:t,shared:s=!1,loading:o=!1,sharedIndicatorClassName:i,...n})=>{const r=a=>m.jsxs("span",{className:"inline-flex relative text-secondary",role:"img",children:[a,s&&m.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:m.jsx(un,{className:i})})]});if(o)return r(m.jsx(Pn,{}));if(t===_t.File){const a=e.includes(".")?e.split(".").pop():null;return m.jsx(vd,{...n,extension:a??"",className:"text-secondary",indicator:s?m.jsx(un,{className:i}):null,label:"File type icon"})}return t===_t.Folder?r(m.jsx(He,{icon:m.jsx(j.IconFolder,{className:n.className,size:n.size??de.size,stroke:n.stroke??de.stroke}),className:"inline-block align-middle"})):null},C8=({name:e,type:t,elementId:s,loading:o=!1,shared:i=!1,iconClassName:n,iconIndicator:r,iconLabel:a,iconSize:l,iconStroke:c,inputInvalid:d,inputInvalidMessage:u,inputContainerClassName:h,inputIconAfter:p,inputRef:f,onChange:C,sharedIndicatorClassName:v})=>{const w=()=>d?m.jsx(gs,{tooltip:u,children:p||m.jsx(j.IconAlertCircleFilled,{...de,className:"text-error","aria-label":"alert"})}):null;return m.jsxs("div",{className:"flex gap-2 items-center",children:[m.jsx(m8,{name:e,type:t,label:a,className:n,indicator:r,size:l,stroke:c,loading:o,shared:i,sharedIndicatorClassName:v}),m.jsx(Fo,{containerClassName:ce("!h-6 py-[1px] pl-[7px] pr-[7px]",h),elementId:s,value:e,onChange:C,invalid:d,hideTooltip:!0,iconAfter:w(),inputRef:f})]})};function XC({value:e,isEditing:t,restoreOnCancel:s=!0,onValidate:o,onSave:i,onCancel:n}){const[r,a]=g.useState(e),[l,c]=g.useState(!1),[d,u]=g.useState(""),h=g.useRef(null),p=g.useCallback((b=!1,S="")=>{c(b),u(S)},[]),f=g.useCallback(b=>{if(!o)return p(),!0;const S=o(b);return S?(p(!0,S),!1):(p(),!0)},[o,p]),C=g.useCallback(b=>{const S=b??"";a(S),f(S)},[f]),v=g.useCallback(()=>{f(r)?i?.(r):h.current?.focus()},[f,i,r]),w=g.useCallback(()=>{s&&a(e),p(),n?.()},[e,n,s,p]);return g.useEffect(()=>{t&&(a(e),p(),requestAnimationFrame(()=>{h.current?.focus(),h.current?.select()}))},[t,e,p]),g.useEffect(()=>{const b=h.current;if(!t||!b)return;const S=y=>{y.key==="Enter"?(y.preventDefault(),h.current?.blur()):y.key==="Escape"&&(y.preventDefault(),w())};return b.addEventListener("keydown",S),()=>b.removeEventListener("keydown",S)},[t,v,w]),g.useEffect(()=>{if(!t)return;const b=h.current;if(!b)return;const S=y=>{const x=y.relatedTarget;x&&b.contains(x)||(f(r)?v():b.focus())};return b.addEventListener("blur",S),()=>{b.removeEventListener("blur",S)}},[t,r,f,v]),{inputRef:h,value:r,onChange:C,invalid:l,invalidMessage:d}}const Sa=({name:e,type:t,elementId:s,editing:o=!1,loading:i=!1,shared:n=!1,iconSize:r=ws,validate:a,onSave:l,onCancel:c,inputContainerClassName:d,sharedIndicatorClassName:u,...h})=>{const{value:p,invalid:f,invalidMessage:C,onChange:v,inputRef:w}=XC({value:e,isEditing:o,onValidate:a,onCancel:c,onSave:l});return o?m.jsx(C8,{type:t,name:p,elementId:s,inputInvalid:f,inputInvalidMessage:C,inputRef:w,onChange:v,iconSize:r,inputContainerClassName:d,sharedIndicatorClassName:u}):t===_t.Folder?m.jsx(ka,{name:e,loading:i,shared:n,iconSize:r,className:"max-w-[428px] truncate",sharedIndicatorClassName:u}):m.jsx(Ia,{className:"max-w-[428px]",...h,name:e,shared:n,iconSize:r,sharedIndicatorClassName:u})},QC=e=>{const[t,s]=g.useState(e?.expandedPaths??new Set),o=g.useMemo(()=>!!e?.onExpandedPathsChange,[e?.onExpandedPathsChange]),i=g.useMemo(()=>o?e?.expandedPaths??new Set:t,[o,e?.expandedPaths,t]);g.useEffect(()=>{o&&e?.expandedPaths&&s(new Set(e.expandedPaths))},[o,e?.expandedPaths]);const n=g.useCallback(d=>{o?e?.onExpandedPathsChange?.(d):s(d)},[o,e]),r=g.useCallback(d=>{const u=new Set(i);u.has(d)?u.delete(d):u.add(d),n(u)},[i,n]),a=g.useCallback(()=>{n(new Set)},[n]),l=g.useCallback(d=>{const u=new Set(i);u.add(d),n(u)},[i,n]),c=g.useCallback(d=>{const u=new Set(i);u.delete(d),n(u)},[i,n]);return{expandedPaths:i,setExpandedPaths:n,togglePath:r,collapseAll:a,expandPath:l,collapsePath:c,isControlled:o}},v8=({items:e,showFiles:t=!1,expandedPaths:s,loadingPaths:o=new Set,loadedPaths:i=new Set,sharedByMePaths:n=new Set,selectedPath:r,emptyStateTitle:a="No Folders",emptyStateDescription:l,emptyStateIcon:c,areHiddenFilesVisible:d=!1,renamedPath:u,rootItemLabel:h,rootItemPath:p,onItemClick:f,getContextMenuItems:C,onRenameSave:v,onRenameCancel:w,onRenameValidate:b,onExpandedPathsChange:S})=>{const{expandedPaths:y,togglePath:x}=QC({expandedPaths:s??new Set,onExpandedPathsChange:S}),R=E=>{f?.(E),x(E.path)},F=(E,P)=>E.map(M=>{const{path:D,nodeType:T,name:V,items:_}=M,L=T===Te.FOLDER;if(!d&&dd(M))return null;if(!L&&!t)return;const Y=Array.isArray(_)&&_.length>0&&_.some(G=>G.nodeType===Te.FOLDER||t),te=y.has(D),A=r===D,ie=o.has(D),z=u===D,ee=i.has(D),q=n.has(D),X=p&&h&&D===p&&L,$=b&&(G=>b(G,M)),Q=A?"bg-accent-primary-alpha border-l-2 border-l-accent-primary rounded":"border-l-2 border-l-transparent",pe=X?[]:C?.(M)??[];return m.jsx("div",{className:"cursor-pointer text-secondary",children:m.jsxs("div",{className:"flex flex-col w-full","aria-label":"folder",children:[m.jsx(yt,{trigger:[Dt.ContextMenu],className:"w-full",anchorToMouse:!0,menu:{items:pe},children:m.jsxs("div",{style:{paddingLeft:`${P*f8}px`},className:ce("py-1 gap-[2px] dial-small flex justify-between hover:bg-accent-primary-alpha rounded group/item w-full mb-[2px] relative",Q),"aria-selected":A,children:[!z&&m.jsx("div",{className:"absolute size-full left-0 top-0 z-0",onClick:()=>R(M)}),m.jsx("div",{className:"relative flex flex-row truncate items-center w-fit h-6",onClick:()=>!z&&R(M),children:m.jsxs(m.Fragment,{children:[L&&m.jsx(j.IconCaretRightFilled,{...p8,className:Z("flex-shrink-0",te&&"rotate-90 transition-all",ee&&!Y&&"text-transparent")}),m.jsx(Sa,{elementId:`${D}-tree-item`,name:X?h:V,type:L?_t.Folder:_t.File,loading:ie,shared:q,sharedIndicatorClassName:ce("group-hover/item:bg-accent-primary-alpha",A&&"bg-accent-primary-alpha"),iconSize:zs,...!X&&{editing:z,onSave:v,onCancel:w,validate:$}})]})}),pe.length>0&&!z&&!X&&m.jsx("div",{className:"flex-1 flex justify-end",children:m.jsx(yt,{placement:"bottom-start",allowedPlacements:["top-start","top-end"],menu:{items:pe},className:"sticky right-0",children:m.jsx(He,{className:"invisible group-hover/item:visible text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:m.jsx(j.IconDotsVertical,{...de})})})})]})}),te&&_&&F(_,P+1)]})},`${D}-children`)});return m.jsx("div",{className:"flex-1 w-full h-full overflow-y-auto","aria-label":"folders-tree",children:e.length>0?F(e,0):m.jsx(Mn,{title:a,description:l,icon:c})})},Pg=e=>e.split("/").map(t=>t.trim()).filter(Boolean),w8="w-full flex items-center justify-between gap-4",b8="min-w-0 h-[38px] flex-1 overflow-hidden bg-layer-3 px-3 flex items-center rounded",S8="w-[260px]",y8=({ariaLabel:e="Breadcrumb",labelClassName:t,onItemClick:s,path:o,makeHref:i,rootItemPath:n,rootItemLabel:r,breadcrumbsHiddenPathPart:a,className:l,breadcrumbClassName:c,searchable:d=!0,value:u,elementId:h="file-manager-search",disabled:p,readonly:f,invalid:C,onSearchChange:v,searchClassName:w,searchContainerClassName:b,isCompactView:S=!1})=>{const y=g.useMemo(()=>{if(!o)return;let M=Pg(o);const D=[...M];let T=0;if(a){const _=Pg(a);if(_.length){const L=M.findIndex((Y,te)=>_.every((A,ie)=>M[te+ie]===A));L!==-1&&(T=_.length,M=[...M.slice(0,L),...M.slice(L+_.length)])}}if(!M.length)return[{label:"/"}];const V=M.map((_,L)=>{const Y=L<M.length-T?L:L+T,te=D.slice(0,Y+1),A=typeof i=="function"?i(te,Y):void 0;return{label:_,href:A,onClick:s?ie=>{ie.preventDefault(),s(A)}:void 0}});if(n&&r){const _=n.split("/").filter(Boolean),L=o.split("/").filter(Boolean);if(_.every((te,A)=>L[A]===te)&&V.length>0){const te=V.slice(_.length);return[{label:r,href:n,onClick:s?A=>{A.preventDefault(),s(n)}:void 0},...te]}}return V},[o,a,n,r,i,s]),[x,R]=g.useState(!1),F=g.useCallback(()=>{if(S&&!x){R(!0);const M=document.getElementById(h);M&&M.focus()}},[h,x,S]),E=g.useCallback(()=>{(!u||String(u).trim()==="")&&v?.("")},[u,v]),P=g.useCallback(()=>S&&x?m.jsx(Ds,{className:"!p-[9px]",iconBefore:m.jsx(j.IconArrowLeft,{...de}),onClick:()=>{R(!1),v?.("")}}):m.jsx("div",{className:b8,children:m.jsx(kC,{pathItems:y,ariaLabel:e,labelClassName:t,className:c})}),[e,c,y,x,S,t,v]);return m.jsxs("div",{className:ce(w8,{"gap-3":S},l),"aria-label":"navigation-panel",children:[P(),d&&m.jsx("div",{className:ce(S8,{"w-[38px]":S&&!x,"w-full":S&&x}),role:"search","aria-label":"Search",onClick:F,children:m.jsx(Cu,{elementId:h,value:u??"",onChange:v,disabled:p,readonly:f,onBlur:E,invalid:C,className:w,containerClassName:ce(b,{"p-[10px]":S})})})]})};var ya=(e=>(e.MyFiles="my_files",e.Shared="shared",e.Organization="organization",e))(ya||{}),le=(e=>(e.Duplicate="duplicate",e.Copy="copy",e.Move="move",e.Download="download",e.Delete="delete",e.Rename="rename",e.Info="info",e.Unshare="unshare",e))(le||{}),ct=(e=>(e.Replace="replace",e.Duplicate="duplicate",e.Cancel="cancel",e))(ct||{}),Ot=(e=>(e.ReplaceAll="replaceAll",e.DuplicateAll="duplicateAll",e.DecideForEach="decideForEach",e))(Ot||{}),Qe=(e=>(e.Copy="copy",e.Move="move",e))(Qe||{}),ci=(e=>(e.Tree="tree",e.Grid="grid",e))(ci||{}),tt=(e=>(e.Name="name",e.UpdatedAt="updatedAt",e.Size="size",e.Author="author",e.Owner="owner",e.Path="path",e.Actions="__actions",e))(tt||{});const JC=()=>{const[e,t]=g.useState(wg());return g.useEffect(()=>{const s=()=>t(wg());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},x8=({tabs:e,activeTab:t,onTabChange:s,areHiddenFilesVisible:o,onToggleHiddenFiles:i,isNewButtonVisible:n,isNewButtonDisabled:r,newButtonVariant:a=qe.Secondary,newButtonDropdownItems:l=[],newButtonLabel:c="New",hiddenFilesSwitcherLabel:d="Hidden files",showHiddenFilesLabel:u="Show hidden files",hideHiddenFilesLabel:h="Hide hidden files"})=>{const p=JC(),f=g.useMemo(()=>[{key:"hidden-files-switch",label:o?h:u,icon:o?m.jsx(j.IconEyeOff,{...de,className:"text-secondary"}):m.jsx(j.IconEye,{...de,className:"text-secondary"}),onClick:()=>i?.(!o)}],[o,h,u,i]),C=()=>e&&t&&s?m.jsx(PC,{tabs:e,activeTab:t,onClick:b=>s(b),screenThreshold:va.Tablet,smallScreenContainerClassName:"w-fit bg-transparent h-[38px] overflow-hidden",smallScreenDropdownItemClassName:"px-3 h-[38px]"}):null,v=()=>m.jsxs(m.Fragment,{children:[m.jsx(fu,{switchId:"hidden-files-switch",label:d,isOn:o,onChange:i}),n&&m.jsxs(m.Fragment,{children:[m.jsx("div",{className:"h-6 border-l border-primary"}),m.jsx(cd,{label:c,variant:a,items:l,disabled:r})]})]}),w=()=>m.jsxs(m.Fragment,{children:[m.jsx(yt,{menu:{items:f},allowedPlacements:["bottom","bottom-start"],children:m.jsx(xt,{className:"h-[38px]",iconBefore:m.jsx(j.IconDotsVertical,{...de,className:"text-secondary hover:text-accent-primary"})})}),n?m.jsx(cd,{label:c,variant:a,items:l,disabled:r}):null]});return m.jsxs("div",{className:"flex w-full justify-between gap-4 items-center overflow-x-auto",children:[m.jsx("div",{className:"flex-1 min-w-0",children:C()}),m.jsx("div",{className:"flex gap-4 flex-shrink-0 items-center",children:p?w():v()})]})},R8=12,F8=8;var ao=(e=>(e.Normal="normal",e.Reverse="reverse",e))(ao||{});function E8({actions:e,direction:t=ao.Normal,moreButtonWidth:s=ws,actionsGap:o=8,containerPadding:i=8,dependencies:n=[]}){const r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(null),d=g.useRef([]),[u,h]=g.useState(e.length);g.useLayoutEffect(()=>{if(!a.current)return;const C=Array.from(a.current.children);d.current=C.map(v=>Math.ceil(v.getBoundingClientRect().width))},[e,...n]),g.useEffect(()=>{if(!r.current)return;let C=null;const v=()=>{C&&cancelAnimationFrame(C),C=requestAnimationFrame(()=>{const b=r.current,S=l.current?.offsetWidth??0,y=c.current?.offsetWidth??0,x=S+y,F=b.getBoundingClientRect().width-x-s-o*2-i*2,E=d.current;let P=0,M=0;if(t===ao.Reverse)for(let D=E.length-1;D>=0&&(P+=E[D]+o,!(P>F));D--)M++;else for(const D of E){if(P+=D+o,P>F)break;M++}h(M)})},w=new ResizeObserver(v);return w.observe(r.current),v(),()=>{C&&cancelAnimationFrame(C),w.disconnect()}},[e.length,t,...n]);const p=t===ao.Reverse?e.slice(0,e.length-u):e.slice(u);return{visibleActions:t===ao.Reverse?e.slice(e.length-u):e.slice(0,u),hiddenActions:p,refs:{containerRef:r,measureRef:a,leftSectionRef:l,rightSectionRef:c}}}const D8=({getSelectionLabel:e,onClearSelection:t,actions:s,selectedCount:o})=>{const i=JC(),{refs:{containerRef:n,leftSectionRef:r,measureRef:a},visibleActions:l,hiddenActions:c}=E8({actions:s,direction:ao.Reverse,dependencies:[i],actionsGap:R8,containerPadding:F8}),d=e(o);return m.jsxs(m.Fragment,{children:[m.jsx("div",{ref:a,className:"absolute top-0 left-0 invisible pointer-events-none overflow-hidden whitespace-nowrap flex gap-3",children:s.map(({key:u,icon:h,title:p})=>m.jsx(Ds,{iconBefore:h,label:p,hideTitleOnMobile:!0},u))}),m.jsxs("div",{ref:n,className:"rounded bg-layer-0 p-2 flex justify-between items-center w-full",role:"toolbar","aria-label":"File bulk actions",children:[m.jsx("div",{ref:r,children:m.jsx($t,{label:d,onClick:t,textClassName:"text-accent-primary whitespace-nowrap",appearance:Me.Ghost,iconBefore:m.jsx(j.IconX,{...de,className:"text-accent-primary"})})}),m.jsxs("div",{className:"flex flex-1 w-full gap-3 items-center justify-end",children:[c.length>0&&m.jsx(yt,{menu:{items:c},allowedPlacements:["bottom","bottom-start"],children:m.jsx(xt,{className:"h-[38px]",iconBefore:m.jsx(j.IconDotsVertical,{...de,className:"text-secondary hover:text-accent-primary"})})}),l.map(({key:u,icon:h,title:p,onClick:f,disabled:C})=>m.jsx(Ds,{className:"!p-[9px]",iconBefore:h,label:p,hideTitleOnMobile:!0,disabled:C,onClick:v=>f?.({key:u,domEvent:v})},u))]})]})]})},wu=e=>fe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},fe.createElement("path",{d:"M3.009 12.5527C2.77901 12.4216 2.5877 12.2321 2.45443 12.0034C2.32116 11.7746 2.25064 11.5147 2.25 11.25V3.75C2.25 2.925 2.925 2.25 3.75 2.25H11.25C11.8125 2.25 12.1185 2.53875 12.375 3M10.5 15.75H7.25025C6.98757 15.75 6.72747 15.6983 6.48479 15.5977C6.24211 15.4972 6.0216 15.3499 5.83586 15.1641C5.65012 14.9784 5.50278 14.7579 5.40226 14.5152C5.30174 14.2725 5.25 14.0124 5.25 13.7498V7.25025C5.25 6.71975 5.46074 6.21098 5.83586 5.83586C6.21098 5.46074 6.71975 5.25 7.25025 5.25H13.7498C14.0124 5.25 14.2725 5.30174 14.5152 5.40226C14.7579 5.50278 14.9784 5.65012 15.1641 5.83586C15.3499 6.0216 15.4972 6.24211 15.5977 6.48479C15.6983 6.72747 15.75 6.98757 15.75 7.25025V10.5M12.75 16.5L16.5 12.75M16.5 12.75V16.125M16.5 12.75H13.125",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),bu=e=>fe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},fe.createElement("path",{d:"M9.75 14.25H3.75C3.35218 14.25 2.97064 14.092 2.68934 13.8107C2.40804 13.5294 2.25 13.1478 2.25 12.75V4.5C2.25 4.10218 2.40804 3.72064 2.68934 3.43934C2.97064 3.15804 3.35218 3 3.75 3H6.75L9 5.25H14.25C14.6478 5.25 15.0294 5.40804 15.3107 5.68934C15.592 5.97064 15.75 6.35218 15.75 6.75V9.75M12 16.5L15.75 12.75M15.75 12.75V16.125M15.75 12.75H12.375",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),P8=e=>{const[t,s]=g.useState(e?.showHiddenFiles??!1),o=!!e?.onShowHiddenFilesChange,i=o?e.showHiddenFiles??!1:t,n=g.useCallback(a=>{o?e?.onShowHiddenFilesChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onShowHiddenFilesChange?.(a):s(a)},[i,o,e]);return{areHiddenFilesVisible:i,toggleHiddenFilesVisibility:r,setAreHiddenFilesVisible:n}},M8=e=>{const[t,s]=g.useState(e?.collapsed??!1),o=!!e?.onCollapseChange,i=o?e.collapsed??!1:t,n=g.useCallback(a=>{o?e?.onCollapseChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onCollapseChange?.(a):s(a)},[i,o,e]);return{isTreeCollapsed:i,toggleTreeCollapse:r,setIsTreeCollapsed:n}},Mg=(e,t)=>{if(!t.has(e))return e;const s=e.lastIndexOf("."),o=s>0,i=o?e.substring(0,s):e,n=o?e.substring(s):"";let r=1,a;do a=`${i} (${r})${n}`,r++;while(t.has(a));return a},wc=e=>e.name,ev=({getDestinationFiles:e,onResolve:t})=>{const[s,o]=g.useState([]),[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(!1),c=g.useCallback(b=>{l.current=!0,o(b),n(!0)},[]),d=g.useCallback(()=>{l.current=!1,n(!1),o([]),a(null)},[]),u=g.useCallback((b,S)=>{const y=e(b),x=new Set(y.map(wc)),R=S.filter(F=>x.has(F.name));return{hasConflicts:R.length>0,conflicts:R}},[e]),h=g.useCallback((b,S,y,x)=>{const R=e(b),F=new Set(R.map(wc));return S.map(E=>{const P=E.name,M=F.has(P),D=y&&M?P:Mg(P,F);return(!y||!M)&&F.add(D),{sourceUrl:E.path,destinationUrl:`${b}/${D}`,overwrite:y&&M,nodeType:E.nodeType??Te.ITEM,...x??{}}})},[e]),p=g.useCallback((b,S,y,x)=>{const R=e(b),F=new Set(R.map(wc));return S.filter(P=>y.get(P.path)!==ct.Cancel).map(P=>{const M=y.get(P.path),D=F.has(P.name),T=M===ct.Replace&&D,V=T?P.name:Mg(P.name,F);return T||F.add(V),{sourceUrl:P.path,destinationUrl:`${b}/${V}`,overwrite:T,nodeType:P.nodeType??Te.ITEM,...x??{}}})},[e]),f=g.useCallback((b,S,y)=>{const x=u(b,S);return x.hasConflicts&&(a({files:S,destinationFolder:b,metadata:y}),c(x.conflicts)),x},[u,c]),C=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!0,y);t?.(x,S),d()},[r,h,t,d]),v=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!1,y);t?.(x,S),d()},[r,h,t,d]),w=g.useCallback(b=>{if(!r)return;const{files:S,destinationFolder:y,metadata:x}=r,R=new Map(b.map(E=>[E.file.path,E.action])),F=p(y,S,R,x);t?.(F,y),d()},[r,p,t,d]);return{conflictingFiles:s,conflictResolutionOpen:i,hasActiveConflictRef:l,checkForConflicts:u,startConflictResolution:f,resolveConflictsWithStrategy:h,resolveConflictsWithDecisions:p,openConflictResolution:c,closeConflictResolution:d,handleReplaceAll:C,handleDuplicateAll:v,handleDecideForEach:w}},T8=({getDestinationFiles:e,onCopyFiles:t,onMoveToFiles:s,onCopySuccess:o,onMoveSuccess:i,onDuplicateSuccess:n,getCopyHeader:r,getMoveHeader:a})=>{const[l,c]=g.useState(!1),[d,u]=g.useState([]),[h,p]=g.useState([]),[f,C]=g.useState(Qe.Copy),[v,w]=g.useState(null),{conflictingFiles:b,conflictResolutionOpen:S,hasActiveConflictRef:y,startConflictResolution:x,resolveConflictsWithStrategy:R,closeConflictResolution:F,openConflictResolution:E,handleReplaceAll:P,handleDuplicateAll:M,handleDecideForEach:D}=ev({getDestinationFiles:e,onResolve:(Q,pe)=>{v?.type===Qe.Copy?(t?.(Q,pe),o?.()):v?.type===Qe.Move&&v.sourceFolder&&(s?.(Q,v.sourceFolder,pe),i?.())}}),T=g.useCallback(()=>{u([]),p([]),w(null)},[]),V=g.useCallback(Q=>{const pe=x(Q,d,{type:Qe.Copy});if(w({type:Qe.Copy}),!pe.hasConflicts){const G=R(Q,d,!1);t?.(G,Q),o?.(),T()}},[d,x,R,t,o,T]),_=g.useCallback((Q,pe)=>{const G=pe||(v?.sourceFolder??"/");if(!x(Q,h,{type:Qe.Move,sourceFolderPath:G}).hasConflicts){const O=R(Q,h,!0);s?.(O,G,Q),i?.(),T()}},[h,x,R,s,i,T,v]),L=g.useCallback(()=>{P(),T()},[P,T]),Y=g.useCallback(()=>{M(),T()},[M,T]),te=g.useCallback(Q=>{D(Q),T()},[D,T]),A=g.useCallback(Q=>{const pe=Q.at(0)?.parentPath??"/",G=R(pe,Q,!1);t?.(G,pe),n?.()},[t,n,R]),ie=g.useCallback(Q=>{C(Q),c(!0)},[]),z=g.useCallback(()=>{c(!1),y.current||T()},[T,y]),[ee,q]=g.useState(),X=g.useCallback(Q=>{u(Q),r&&Q.length>0?q(r(Q.length,Q[0]?.name)):q(void 0)},[r]),$=g.useCallback(Q=>{p(Q),w({type:Qe.Move,sourceFolder:Q[0]?.folderId}),a&&Q.length>0?q(a(Q.length,Q[0]?.name)):q(void 0)},[a,w]);return{handleDuplicate:A,handleCloseDestinationFolderPopup:z,handleOpenDestinationFolderPopup:ie,handleCopyTo:V,handleMoveTo:_,openDestinationFolderPopup:l,destinationFolderMode:f,destinationFolderTitle:ee,handleSetCopiedFiles:X,handleSetMovedFiles:$,clearState:T,conflictingFiles:b,conflictResolutionOpen:S,openConflictResolution:E,closeConflictResolution:F,handleConflictReplace:L,handleConflictDuplicate:Y,handleConflictDecideForEach:te}},I8=({path:e,defaultPath:t,onPathChange:s,onSelectionClear:o})=>{const i=e!==void 0,[n,r]=g.useState(t),a=i?e:n,l=g.useCallback(d=>{i||r(d),s?.(d)},[i,s]),c=g.useCallback(d=>{l(d),o?.()},[l,o]);return{currentPath:a,setCurrentPath:l,handlePathChange:c}},k8=({onDeleteFiles:e,onDeleteSuccess:t})=>{const[s,o]=g.useState(!1),[i,n]=g.useState([]),[r,a]=g.useState(""),l=g.useCallback((u,h)=>{n(u),a(h),o(!0)},[]),c=g.useCallback(()=>{o(!1),n([])},[]),d=g.useCallback(()=>{if(e&&i.length>0){const u=i.map(h=>({sourceUrl:h.path,nodeType:h.nodeType}));e(u,r),t?.()}c()},[i,e,t,c,r]);return{deleteConfirmationOpen:s,itemsToDelete:i,openDeleteConfirmation:l,closeDeleteConfirmation:c,confirmDelete:d}},A8=({onDownloadFiles:e,onDownloadSuccess:t})=>({handleDownloadFiles:g.useCallback(o=>{e&&o.length>0&&(e(o),t?.())},[e,t])}),L8=e=>"dataTransfer"in e&&e.dataTransfer!==null,O8=({onUploadFiles:e,onValidateUpload:t,maxFileSize:s,allowedFileTypes:o,validationMessages:i={},onUploadArchive:n,uploadEnabled:r=!0}={})=>{const[a,l]=g.useState(!1),[c,d]=g.useState(!1),[u,h]=g.useState(),p=g.useRef(null),f=g.useRef(""),C=g.useRef([]),[v,w]=g.useState(new Map),[b,S]=g.useState(null),y=g.useCallback(O=>!o||o.includes("*/*")?O:O.filter(({fileContent:N,name:se})=>ZC(o,N.type,se)),[o]),x=g.useCallback(()=>{w(new Map),S(null)},[]),{conflictingFiles:R,conflictResolutionOpen:F,hasActiveConflictRef:E,startConflictResolution:P,closeConflictResolution:M,openConflictResolution:D,handleReplaceAll:T,handleDuplicateAll:V,handleDecideForEach:_}=ev({getDestinationFiles:()=>C.current,onResolve:(O,N)=>{if(!r){x();return}if(!b)return;const se=O.map(oe=>{const Ce=v.get(oe.sourceUrl);if(!Ce)return;const Se=oe.destinationUrl.split("/").pop();return{fileContent:Ce.fileContent,name:Se}}).filter(Boolean);se.length>0&&e?.(se,N),x()}});g.useEffect(()=>{r||(l(!1),d(!1),h(void 0),M(),x())},[r,M,x]),g.useEffect(()=>{if(!r)return;let O=0;const N=Se=>{L8(Se)&&Se.dataTransfer.types.includes(r8)&&(O++,d(!0))},se=()=>{O--,O===0&&d(!1)},oe=()=>{O=0,d(!1)},Ce=Se=>{Se.preventDefault()};return window.addEventListener("dragenter",N),window.addEventListener("dragleave",se),window.addEventListener("drop",oe),window.addEventListener("dragover",Ce),()=>{window.removeEventListener("dragenter",N),window.removeEventListener("dragleave",se),window.removeEventListener("drop",oe),window.removeEventListener("dragover",Ce)}},[r]);const L=g.useCallback(O=>s?O.filter(N=>N.fileContent.size>s).map(N=>N.name):[],[s]),Y=g.useCallback((O,N)=>O.map(se=>({id:se.name,name:se.name,folderId:N,path:se.name,nodeType:Te.ITEM,parentPath:N,contentLength:se.fileContent.size})),[]),te=g.useCallback(async(O,N,se)=>{if(!r)return!1;h(void 0),C.current=se;const oe=L(O);if(oe.length>0){const ne=s?(s/1048576).toFixed(2):0,ye=i.oversizedFiles||`Files exceed maximum size (${ne}MB): ${oe.join(", ")}`;return h(ye),!1}if(t)try{const ne=await t(O,se,N);if(!ne.valid)return h(ne.message||i.validationFailed||"Validation failed"),!1}catch{return h(i.validationError||"Validation error occurred"),!1}const Ce=new Map(O.map(ne=>[ne.name,ne]));w(Ce);const Se=Y(O,N);return S({destinationFolder:N}),P(N,Se,{destinationFolder:N}).hasConflicts?!1:(e?.(O,N),x(),!0)},[r,e,t,L,s,i,Y,P,x]),A=g.useCallback(()=>{T(),x()},[T,x]),ie=g.useCallback(()=>{V(),x()},[V,x]),z=g.useCallback(O=>{_(O),x()},[_,x]),ee=g.useCallback(()=>{M(),E.current||x()},[M,E,x]),q=g.useCallback(O=>{r&&(O.preventDefault(),O.stopPropagation(),O.dataTransfer.types.includes("Files")&&l(!0))},[r]),X=g.useCallback(O=>{if(!r)return;O.preventDefault(),O.stopPropagation();const N=O.currentTarget.getBoundingClientRect(),se=O.clientX,oe=O.clientY;(se<=N.left||se>=N.right||oe<=N.top||oe>=N.bottom)&&l(!1)},[r]),$=g.useCallback(O=>{r&&(O.preventDefault(),O.stopPropagation(),O.dataTransfer.types.includes("Files")&&(O.dataTransfer.dropEffect="copy"))},[r]),Q=g.useCallback(async(O,N,se)=>{if(!r||(O.preventDefault(),O.stopPropagation(),l(!1),!O.dataTransfer.types.includes("Files")))return;const oe=Array.from(O.dataTransfer.files);if(oe.length===0)return;const Ce=oe.map(De=>({fileContent:De,name:De.name})),Se=y(Ce);if(Se.length===0){h(i.unsupportedFiles||"Selected files are not supported");return}await te(Se,N,se)},[r,y,te,i]);g.useEffect(()=>{let O=p.current;O||(O=document.createElement("input"),O.type="file",O.multiple=!0,O.style.display="none",document.body.appendChild(O),p.current=O),o&&o.length>0?O.accept=o.join(","):O.removeAttribute("accept");const N=async()=>{if(!r){O&&(O.value="");return}if(!O?.files?.length)return;const oe=Array.from(O.files).map(Se=>({fileContent:Se,name:Se.name})),Ce=y(oe);if(Ce.length===0){h(i.unsupportedFiles||"Selected files are not supported"),O.value="";return}await te(Ce,f.current,C.current),O.value=""};return O.addEventListener("change",N),()=>{O&&(O.removeEventListener("change",N),p.current===O&&(document.body.removeChild(O),p.current=null))}},[r,o,y,te,i]);const pe=g.useCallback((O,N)=>{r&&(f.current=O,C.current=N,p.current&&p.current.click())},[r]),G=g.useCallback((O,N)=>{if(!n||!r)return;const se=document.createElement("input");se.type="file",se.accept=".zip,application/zip",se.multiple=!1,se.style.display="none";const oe=()=>{const Ce=se.files?.[0];if(!Ce){document.body.removeChild(se);return}const Se=Ce.name.replace(/\.zip$/i,"");if(N.some(ne=>ne.nodeType===Te.FOLDER&&ne.name.toLowerCase()===Se.toLowerCase())){h(i.validationFailed||`Folder with name "${Se}" already exists`),document.body.removeChild(se);return}try{n(Ce,Se,O)}finally{document.body.removeChild(se)}};se.addEventListener("change",oe),document.body.appendChild(se),se.click()},[r,n,i]),J=g.useCallback(()=>{h(void 0)},[]);return{isDragging:a,isDraggingOverWindow:c,uploadError:u,handleDragEnter:q,handleDragLeave:X,handleDragOver:$,handleDrop:Q,clearError:J,handleUpload:te,openFileDialog:pe,openArchiveDialog:G,fileInputRef:p,uploadConflictingFiles:R,uploadConflictResolutionOpen:F,hasActiveUploadConflictRef:E,openUploadConflictResolution:D,closeUploadConflictResolution:ee,handleUploadConflictReplace:A,handleUploadConflictDuplicate:ie,handleUploadConflictDecideForEach:z}},tv=g.createContext(void 0),N8={emptyName:"Name cannot be empty",duplicateName:"An item with this name already exists"};function H8(e){let t=e.length;for(;t>0&&e[t-1]==="/";)t--;return e.slice(0,t)}function G8(e,t){const s=H8(e),o=s.lastIndexOf("/");return o===-1?t:s.slice(0,o+1)+t}function B8(e){const t=e.lastIndexOf(".");return t===-1||t===0?e:e.substring(0,t)}function Tg(e){const t=e.lastIndexOf(".");return t===-1||t===0?"":e.substring(t)}const V8=({items:e,onRenameValidate:t,validationMessages:s,onMoveToFiles:o})=>{const[i,n]=g.useState(),r=g.useMemo(()=>({...N8,...s}),[s]),a=g.useMemo(()=>i?.path,[i]),l=g.useCallback(p=>{const f=Eo(e,p);f&&n(f)},[e]),c=g.useCallback(()=>{n(void 0)},[]),d=g.useCallback(p=>{if(!i||!o){n(void 0);return}const f=i.nodeType===Te.ITEM;let C=p.trim();if(f){const S=Tg(i.name);S&&!C.endsWith(S)&&(C=C+S)}if(C===i.name){n(void 0);return}const v=G8(i.path,C),w=i.parentPath;if(!w){n(void 0);return}const b={sourceUrl:i.path,destinationUrl:v,nodeType:i.nodeType};o([b],w,w),n(void 0)},[i,o]),u=g.useCallback((p,f)=>{const C=p.trim();if(!C)return r.emptyName;const v=f.nodeType===Te.ITEM;let w=C;if(v){const S=Tg(f.name);S&&!w.endsWith(S)&&(w=w+S)}const b=f.parentPath;if(b){const S=Eo(e,b);if(S&&new Set((S.items??[]).filter(x=>x.path!==f.path).map(x=>x.name.toLowerCase())).has(w.toLowerCase()))return r.duplicateName}if(t){const S=t(w,f);if(S)return S}return null},[t,r,e]),h=g.useCallback(p=>p.nodeType===Te.ITEM?B8(p.name):p.name,[]);return{renamedPath:a,renamedItem:i,renameHandler:l,renameSaveHandler:d,renameCancelHandler:c,renameValidateHandler:u,getDisplayName:h}},z8=({newActionLabels:e,onUploadFiles:t,onCreateFolder:s,onUploadArchive:o})=>{const i=g.useMemo(()=>{const r=[];return e&&(e.newFolder&&r.push({key:"new-folder",label:e.newFolder,icon:m.jsx(j.IconFolder,{...de,className:"text-secondary"}),onClick:()=>{s&&s()}}),e.uploadFiles&&r.push({key:"upload-file",label:e.uploadFiles,icon:m.jsx(j.IconFile,{...de,className:"text-secondary"}),onClick:()=>{t&&t()}}),e.uploadArchive&&r.push({key:"upload-archive",label:e.uploadArchive,icon:m.jsx(j.IconFileZip,{...de,className:"text-secondary"}),onClick:()=>{o&&o()}})),r},[e,t,s,o]),n=g.useMemo(()=>i.length>0,[i]);return{newActions:i,isNewButtonVisible:n}},W8={emptyName:"Folder name cannot be empty",duplicateName:"A folder with this name already exists"},_8=({currentFolder:e,onCreateFolder:t,onValidateFolderName:s,validationMessages:o})=>{const[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(e?.path),c=g.useMemo(()=>({...W8,...o}),[o]);g.useEffect(()=>{const f=e?.path;l.current!==f&&i&&(n(!1),a(null)),l.current=f},[e?.path,i]);const d=g.useCallback(()=>{const f=`__new_folder_${Date.now()}`;a(f),n(!0)},[]),u=g.useCallback(()=>{n(!1),a(null)},[]),h=g.useCallback(f=>{const C=f.trim();if(!C)return c.emptyName;if(e&&new Set((e.items??[]).filter(w=>w.nodeType===Te.FOLDER).map(w=>w.name.toLowerCase())).has(C.toLowerCase()))return c.duplicateName;if(s&&e){const v=s(C,e);if(v)return v}return null},[e,s,c]),p=g.useCallback(async f=>{const C=f.trim();if(!C)return;const w=`${e?.path??"/"}/${C}`,b=`${w}/${Cc}`,y={fileContent:new File([],Cc,{type:"text/plain"}),name:Cc};t&&await t(y,w,b),u()},[e,t,u]);return{isCreatingFolder:i,newFolderTempId:r,startFolderCreation:d,cancelFolderCreation:u,saveFolderCreation:p,validateFolderName:h}},j8=({additionalButtons:e,expandedPathsLength:t,collapseAll:s})=>{const o=t===0;return{additionalButtons:g.useMemo(()=>{const n=ce(["hover:text-accent-primary p-1",o&&"text-controls-disable hover:text-controls-disable disabled:hover:cursor-default"]);return m.jsxs(m.Fragment,{children:[e,m.jsx(xt,{disabled:o,className:n,onClick:s,iconBefore:m.jsx(j.IconCopyMinus,{size:24,stroke:1.5}),"aria-label":"collapse-all"})]})},[e,o,s])}},U8=({onGetInfo:e})=>{const[t,s]=g.useState(!1),[o,i]=g.useState(void 0),n=g.useCallback(async a=>{i(a),s(!0),e&&await e(a)},[e]),r=g.useCallback(()=>{s(!1),i(void 0)},[]);return{isMetadataPopupOpen:t,selectedFileForMetadata:o,openMetadataPopup:n,closeMetadataPopup:r}};function $8(e){const t=[];function s(o){for(const i of o)t.push(i),i.items&&s(i.items)}return s(e),t}function Ig(e,t){const s=li(t);return e.filter(o=>li(o.name).includes(s))}function K8({onSearchFiles:e,clearSearchResults:t,currentPath:s,searchResults:o=[],searchInProgress:i=!1,navigationPanelValue:n,onNavigationPanelSearchChange:r,allItems:a=[],activeTab:l}){const[c,d]=g.useState(""),u=g.useRef(!1),h=g.useRef(!1),p=g.useRef([]),f=g.useRef(s),C=g.useRef(l);g.useEffect(()=>{n!=null&&d(String(n))},[n]);const v=String(n??c??"").trim(),w=h.current&&(i||o.length>0||v!==""),b=g.useCallback(R=>{const F=R.trim();if(!F){h.current=!1,u.current=!1;return}h.current=!0,e&&s&&!u.current&&(u.current=!0,e(s,F))},[e,s]),S=g.useCallback(()=>{u.current=!1,h.current=!1,p.current=[],d(""),r?.(""),t?.()},[t,r]),y=g.useCallback(R=>{const F=String(R??"");d(F),r?.(F),F.trim()?b(F):S()},[r,b,S]);g.useEffect(()=>{(f.current!==s||C.current!==l)&&(f.current=s,C.current=l,u.current=!1,h.current=!1,p.current=[],d(""),r?.(""),t?.())},[s,l,r,t]),g.useEffect(()=>{o.length>0&&p.current.length===0&&(p.current=o)},[o]);const x=g.useMemo(()=>{if(e){const F=p.current.length>0?p.current:o;return!v||F.length===0?F:Ig(F,v)}if(!v||!a.length)return[];const R=$8(a);return Ig(R,v)},[e,o,v,a]);return{isSearchMode:w,searchValue:c,effectiveSearchValue:v,setSearchValue:d,handleSearchChange:y,handleSearchActivate:b,handleSearchClear:S,searchResultsRows:x}}function q8({selectedPaths:e,defaultSelectedPaths:t,onSelectedPathsChange:s}){const o=e!==void 0,[i,n]=g.useState(()=>t??new Set),r=g.useMemo(()=>o?e:i,[o,e,i]),a=g.useCallback(c=>{const d=new Set(c);s?.(d),o||n(d)},[o,s]),l=g.useCallback(()=>{a(new Set)},[a]);return{selectedPaths:r,setSelectedPaths:a,clearSelection:l,isControlled:o}}const sv=({children:e,className:t,items:s=[],rootItem:o,path:i,defaultPath:n,filesLoading:r,selectedPaths:a,defaultSelectedPaths:l,onSelectedPathsChange:c,showHiddenFiles:d,onShowHiddenFilesChange:u,treeOptions:h,navigationPanelOptions:p,deleteConfirmationOptions:f,gridOptions:C,toolbarOptions:v,bulkActionsToolbarOptions:w,destinationFolderPopupOptions:b,conflictResolutionPopupOptions:S,onPathChange:y,onTableFileClick:x,onCopyFiles:R,onMoveToFiles:F,onDeleteFiles:E,onDownloadFiles:P,onRenameValidate:M,renameValidationMessages:D,onUploadFiles:T,onValidateUpload:V,uploadEnabled:_,uploadValidationMessages:L,maxFileSize:Y,onUploadArchive:te,onCreateFolder:A,onCreateFolderValidate:ie,folderCreationValidationMessages:z,fileMetadataPopupOptions:ee,onGetInfo:q,onUnshareFiles:X,actionsRef:$,sharedByMePaths:Q,onSearchFiles:pe,searchResults:G,searchInProgress:J,clearSearchResults:O,allowedFileTypes:N,maxSelectableFileSize:se,emptyStateIcon:oe,emptyStateTitle:Ce,emptyStateDescription:Se})=>{const{selectedPaths:De,clearSelection:ne,setSelectedPaths:ye}=q8({selectedPaths:a,defaultSelectedPaths:l,onSelectedPathsChange:c}),Le=g.useMemo(()=>{const ke=new Map;return De.forEach(Et=>{const ts=Eo(s,Et);ts&&ke.set(Et,ts)}),ke},[De,s]),{currentPath:Pe,setCurrentPath:me,handlePathChange:ve}=I8({path:i,defaultPath:n,onPathChange:y,onSelectionClear:ne}),[ze,We]=g.useState(),Oe=b?.destinationFolderPath??ze,at=g.useCallback(ke=>{b?.setDestinationFolderPath?b.setDestinationFolderPath(ke):We(ke)},[b]),{areHiddenFilesVisible:vt,toggleHiddenFilesVisibility:Zt}=P8({showHiddenFiles:d,onShowHiddenFilesChange:u}),{isTreeCollapsed:H,toggleTreeCollapse:we,setIsTreeCollapsed:Rt}=M8({collapsed:h?.collapsed,onCollapseChange:h?.onCollapseChange}),{renamedPath:Ri,renamedItem:Bn,renameHandler:Ua,renameSaveHandler:$a,renameCancelHandler:Ka,renameValidateHandler:qa,getDisplayName:Ya}=V8({items:s,onRenameValidate:M,validationMessages:D,onMoveToFiles:F}),{isSearchMode:Fi,searchValue:Za,effectiveSearchValue:Ei,setSearchValue:Xa,handleSearchChange:Qa,searchResultsRows:Vn}=K8({onSearchFiles:pe,clearSearchResults:O,currentPath:Pe,searchResults:G,searchInProgress:J,navigationPanelValue:p?.value,onNavigationPanelSearchChange:p?.onSearchChange,allItems:s,activeTab:v?.activeTab}),Ft=g.useMemo(()=>Dg(s,Pe)??s[0],[s,Pe]),{handleCopyTo:Ja,handleMoveTo:Xt,handleDuplicate:el,handleOpenDestinationFolderPopup:tl,handleCloseDestinationFolderPopup:sl,openDestinationFolderPopup:Qt,handleSetCopiedFiles:ol,handleSetMovedFiles:il,destinationFolderMode:Di,destinationFolderTitle:zn,conflictingFiles:Wn,conflictResolutionOpen:_n,closeConflictResolution:nl,handleConflictReplace:jn,handleConflictDuplicate:Un,handleConflictDecideForEach:$n}=T8({getDestinationFiles:ke=>Dg(s,ke)?.items??[],onCopyFiles:R,onMoveToFiles:F,onCopySuccess:ne,onMoveSuccess:ne,onDuplicateSuccess:ne,getCopyHeader:b?.getCopyHeader,getMoveHeader:b?.getMoveHeader});g.useEffect(()=>{Qt&&!Oe&&at(Pe??o?.path??"/")},[Qt,Oe,Pe,o?.path,at]),g.useEffect(()=>{Qt||at(void 0)},[Qt,at]);const{deleteConfirmationOpen:Kn,itemsToDelete:Lo,openDeleteConfirmation:qn,closeDeleteConfirmation:Pi,confirmDelete:rl}=k8({onDeleteFiles:E,onDeleteSuccess:ne}),{handleDownloadFiles:Yn}=A8({onDownloadFiles:P,onDownloadSuccess:ne}),{isDragging:Mi,isDraggingOverWindow:al,uploadError:Ti,handleDragEnter:Zn,handleDragLeave:Ii,handleDragOver:ki,handleDrop:Ai,clearError:Xn,openFileDialog:Qn,fileInputRef:Je,openArchiveDialog:Li,uploadConflictingFiles:Oi,uploadConflictResolutionOpen:ll,closeUploadConflictResolution:Jn,handleUploadConflictReplace:cl,handleUploadConflictDuplicate:dl,handleUploadConflictDecideForEach:ul}=O8({onUploadFiles:T,onValidateUpload:V,maxFileSize:Y,onUploadArchive:te,allowedFileTypes:N,validationMessages:L,uploadEnabled:_}),er=g.useCallback(ke=>{const Et=Pe??"",ts=Ft?.items??[];Ai(ke,Et,ts)},[Pe,Ft,Ai]),tr=g.useCallback(()=>{const ke=Pe??"",Et=Ft?.items??[];Qn(ke,Et)},[Pe,Ft,Qn]),hl=g.useCallback(()=>{const ke=Pe??"",Et=Ft?.items??[];Li(ke,Et)},[Pe,Ft,Li]),{isCreatingFolder:Oo,newFolderTempId:ks,startFolderCreation:No,cancelFolderCreation:sr,saveFolderCreation:or,validateFolderName:gl}=_8({currentFolder:Ft,onCreateFolder:A,onValidateFolderName:ie,validationMessages:z}),{newActions:pl,isNewButtonVisible:W}=z8({newActionLabels:v?.newActionLabels,onUploadFiles:tr,onUploadArchive:hl,onCreateFolder:No}),Fe=g.useMemo(()=>{if(Fi){const Ne=Vn;return vt?Ne.map(gt=>({id:gt.id??gt.path,name:gt.name??gt.path.split("/").pop()??"",updatedAt:gt.updatedAt,size:gt.nodeType===Te.ITEM?_r(gt.contentLength):"",author:gt.author,path:gt.path,nodeType:gt.nodeType,extension:gt.extension,isTemporary:!1,owner:gt.owner})):Ne.filter(ot=>!dd(ot)).map(ot=>({id:ot.id??ot.path,name:ot.name??ot.path.split("/").pop()??"",updatedAt:ot.updatedAt,size:ot.nodeType===Te.ITEM?_r(ot.contentLength):"",contentLength:ot.contentLength,author:ot.author,path:ot.path,nodeType:ot.nodeType,extension:ot.extension,isTemporary:!1,owner:ot.owner}))}const ke=li(Ei).trim(),Et=Ft?.items??[];let ts=ke?h8(Ft):Et;vt||(ts=ts.filter(Ne=>!dd(Ne)));const rr=ts.map(Ne=>({id:Ne.id??Ne.path,name:Ne.name??Ne.path.split("/").pop()??"",updatedAt:Ne.updatedAt,size:Ne.nodeType===Te.ITEM?_r(Ne.contentLength):"",author:Ne.author,path:Ne.path,nodeType:Ne.nodeType,extension:Ne.extension,isTemporary:!1,owner:Ne.owner,contentType:Ne.contentType,contentLength:Ne.contentLength}));if(Oo&&ks&&!ke&&rr.unshift({id:ks,name:"",updatedAt:void 0,size:"",author:void 0,path:ks,nodeType:Te.FOLDER,extension:void 0,isTemporary:!0,owner:void 0}),!ke)return rr;const bl=ke.split(/\s+/).filter(Boolean);return rr.filter(Ne=>{if(Ne.isTemporary)return!0;const gt=li(Ne.name),ot=li(Ne.author),av=u8(Ne.extension);return bl.every(Sl=>gt.includes(Sl)||ot.includes(Sl)||av.includes(Sl))})},[Fi,Vn,Ft,Ei,vt,Oo,ks]),Jt=g.useCallback(ke=>{ve(ke.path)},[ve]),es=g.useCallback(ke=>{ve(ke)},[ve]),Ho=g.useCallback(ke=>{ke.nodeType===Te.FOLDER?ve(ke.path):x?.(ke)},[ve,x]),{expandedPaths:ir,setExpandedPaths:fl,collapseAll:ml}=QC({expandedPaths:h?.expandedPaths,onExpandedPathsChange:h?.onExpandedPathsChange}),{additionalButtons:Qs}=j8({collapseAll:ml,expandedPathsLength:ir.size,additionalButtons:h?.additionalButtons}),{isMetadataPopupOpen:Cl,selectedFileForMetadata:Js,openMetadataPopup:vl,closeMetadataPopup:nr}=U8({onGetInfo:q}),Ni=g.useCallback(()=>{nr(),ee?.clearMetadata?.()},[nr,ee]),wl={className:t,items:s,allowedFileTypes:N,maxSelectableFileSize:se,rootItem:o,filesLoading:r,treeOptions:{...h,expandedPaths:ir,onExpandedPathsChange:fl,additionalButtons:Qs},navigationPanelOptions:p,gridOptions:C,toolbarOptions:v,bulkActionsToolbarOptions:w,deleteConfirmationOptions:f,destinationFolderPopupOptions:{...b,destinationFolderPath:Oe,setDestinationFolderPath:at,header:zn,onCreateFolder:A,onCreateFolderValidate:ie,folderCreationValidationMessages:z},currentPath:Pe,setCurrentPath:me,searchValue:Za,effectiveSearchValue:Ei,setSearchValue:Xa,areHiddenFilesVisible:vt,toggleHiddenFilesVisibility:Zt,isTreeCollapsed:H,toggleTreeCollapse:we,setIsTreeCollapsed:Rt,selectedPaths:De,selectedFiles:Le,setSelectedPaths:ye,clearSelection:ne,currentFolder:Ft,gridRows:Fe,handleCopyTo:Ja,handleMoveTo:Xt,handleDuplicate:el,handleSetCopiedFiles:ol,handleSetMovedFiles:il,openDestinationFolderPopup:Qt,handleCloseDestinationFolderPopup:sl,handleOpenDestinationFolderPopup:tl,destinationFolderMode:Di,handleDownloadFiles:Yn,renamedPath:Ri,renamedItem:Bn,onRename:Ua,onRenameSave:$a,onRenameCancel:Ka,onRenameValidate:qa,getDisplayName:Ya,openDeleteConfirmation:qn,closeDeleteConfirmation:Pi,confirmDelete:rl,deleteConfirmationOpen:Kn,itemsToDelete:Lo,handlePathChange:ve,handleTreeItemClick:Jt,handleBreadcrumbItemClick:es,handleSearchChange:Qa,handleTableRowClick:Ho,onTableFileClick:x,isDragging:Mi,uploadError:Ti,handleDragEnter:Zn,handleDragLeave:Ii,handleDragOver:ki,handleDrop:er,clearUploadError:Xn,onUploadFiles:T,onValidateUpload:V,maxFileSize:Y,isDraggingOverWindow:al,openFileDialog:tr,fileInputRef:Je,newActions:pl,isNewButtonVisible:W,isCreatingFolder:Oo,newFolderTempId:ks,startFolderCreation:No,cancelFolderCreation:sr,saveFolderCreation:or,validateFolderName:gl,conflictResolutionPopupOptions:S,conflictingFiles:Wn,conflictResolutionOpen:_n,closeConflictResolution:nl,handleConflictReplace:jn,handleConflictDuplicate:Un,handleConflictDecideForEach:$n,uploadConflictingFiles:Oi,uploadConflictResolutionOpen:ll,closeUploadConflictResolution:Jn,handleUploadConflictReplace:cl,handleUploadConflictDuplicate:dl,handleUploadConflictDecideForEach:ul,fileMetadataPopupOptions:ee,isMetadataPopupOpen:Cl,selectedFileForMetadata:Js,openMetadataPopup:vl,closeMetadataPopup:Ni,onGetInfo:q,onUnshareFiles:X,actionsRef:$,sharedByMePaths:Q,onSearchFiles:pe,searchInProgress:J,searchResults:G,clearSearchResults:O,isSearchMode:Fi,emptyStateIcon:oe,emptyStateTitle:Ce,emptyStateDescription:Se};return m.jsx(tv.Provider,{value:wl,children:e})},ov=()=>{const e=g.useContext(tv);if(!e)throw new Error("useFileManagerContext must be used within <FileManagerProvider>");return e},Y8="en-US",Z8={year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"},X8="text-primary";function iv(e){if(!e)return null;if(e instanceof Date)return isFinite(e.getTime())?e:null;if(typeof e=="number"){const t=new Date(e);return isFinite(t.getTime())?t:null}if(typeof e=="string"){const t=e.trim();if(/^-?\d+$/.test(t)){const o=Number(t);return iv(o)}const s=new Date(t);return isFinite(s.getTime())?s:null}return null}const nv=({value:e,locale:t=Y8,options:s=Z8,emptyPlaceholder:o,className:i})=>{const n=iv(e),r=g.useMemo(()=>n?new Intl.DateTimeFormat(t,s).format(n):o,[n,o,t,s]),a=n?n.toISOString():void 0;return m.jsx(ut,{text:a?m.jsx("time",{dateTime:a,children:r}):m.jsx("span",{children:r}),className:Z(X8,i),hideTooltip:!1})},Q8=({open:e,itemsToDelete:t,onClose:s,onConfirm:o,cancelLabel:i="Cancel",confirmLabel:n="Delete",titleRenderer:r,contentRenderer:a})=>{const l=t.map(p=>p.name),d=r?.(l)||"Confirm Deleting Items",u=m.jsxs("div",{className:"px-6 py-3 dial-small",children:[m.jsx("p",{className:"text-secondary mb-3",children:t.length===1?m.jsxs(m.Fragment,{children:["Do you want to delete file or folder"," ",m.jsxs("span",{className:"text-primary break-all",children:['"',t[0].name,'"']}),"?"]}):m.jsxs(m.Fragment,{children:["Do you want to delete the following"," ",m.jsx("span",{className:"text-primary",children:t.length})," items?"]})}),t.length>1&&m.jsx(m.Fragment,{children:t.length<=10?m.jsx("ul",{className:"space-y-1 text-primary list-none",children:t.map(p=>m.jsx("li",{className:"truncate",children:p.name},p.path))}):m.jsxs(m.Fragment,{children:[m.jsx("ul",{className:"space-y-1 text-primary list-none mb-2",children:t.slice(0,10).map(p=>m.jsx("li",{className:"truncate",children:p.name},p.path))}),m.jsxs("p",{className:"text-secondary italic",children:["... and ",t.length-10," more"]})]})})]}),h=a?.(l)||u;return m.jsx(GC,{open:e,header:d,confirmLabel:n,cancelLabel:i,variant:mi.Danger,onClose:s,onConfirm:o,children:h})},J8=({onClose:e,onConfirm:t,open:s,copyLabel:o="Copy",moveLabel:i="Move",addFolderLabel:n="Add folder",mode:r=Qe.Copy,hiddenFilesSwitcherLabel:a="Show hidden files",onUploadFiles:l,onValidateUpload:c,maxFileSize:d,header:u,sourceFolder:h,disabledPathTooltip:p="Unavailable for the original path. Please select another folder",path:f,...C})=>{const[v,w]=g.useState(!1),b=g.useRef(null),S=g.useCallback(R=>{w(R)},[]),y=r===Qe.Copy?"Copy to":"Move to",x=g.useMemo(()=>!f||!h?!1:h===f,[f,h]);return m.jsx(Ao,{open:s,onClose:()=>{e()},size:kt.Lg,className:"md:!h-[800px]",footer:m.jsxs("div",{className:"flex justify-between space-x-2 py-4 px-6",children:[m.jsxs("div",{className:"flex space-x-4",children:[m.jsx($t,{label:n,appearance:Me.Ghost,iconBefore:m.jsx(j.IconFolderPlus,{...de}),onClick:()=>{b.current?.createFolder()}}),m.jsx("div",{className:"border border-l border-primary my-2"}),m.jsx("div",{className:"inline-flex items-center cursor-pointer",onClick:R=>{R.stopPropagation(),S(!v)},children:m.jsx(fu,{label:a,isOn:v,onChange:S,switchId:"hidden-files-switch"})})]}),m.jsxs("div",{className:"flex space-x-4",children:[m.jsx(Ds,{onClick:e,label:"Cancel"}),x?m.jsx(gs,{tooltip:p,children:m.jsx($t,{onClick:t,label:r==="copy"?o:i,disabled:x,"aria-disabled":x})}):m.jsx($t,{onClick:t,label:r==="copy"?o:i})]})]}),header:u??y,children:m.jsx(rv,{...C,actionsRef:b,path:f,showHiddenFiles:v,onShowHiddenFilesChange:S,treeOptions:{...C.treeOptions,collapsed:!0,expandedPaths:new Set([C.rootItem?.path||"/"])},gridOptions:{withSelectionColumn:!1,...C.gridOptions},navigationPanelOptions:{elementId:"file-manager-destination-search",...C.navigationPanelOptions},onUploadFiles:l,onValidateUpload:c,maxFileSize:d})})},Su=e=>fe.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},fe.createElement("path",{d:"M4.5 15.75V14.25C4.5 13.4544 4.81607 12.6913 5.37868 12.1287C5.94129 11.5661 6.70435 11.25 7.5 11.25H9.75M15.75 12.75L12 16.5M12 16.5V13.125M12 16.5H15.375M6 5.25C6 6.04565 6.31607 6.80871 6.87868 7.37132C7.44129 7.93393 8.20435 8.25 9 8.25C9.79565 8.25 10.5587 7.93393 11.1213 7.37132C11.6839 6.80871 12 6.04565 12 5.25C12 4.45435 11.6839 3.69129 11.1213 3.12868C10.5587 2.56607 9.79565 2.25 9 2.25C8.20435 2.25 7.44129 2.56607 6.87868 3.12868C6.31607 3.69129 6 4.45435 6 5.25Z",stroke:"#7F8792",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),eL=({selectedFiles:e,actionLabels:t,onDuplicate:s,onCopy:o,onMove:i,onDownload:n,onUnshare:r,onDelete:a,getCurrentFolderPath:l})=>g.useMemo(()=>{const c=[],d=Array.from(e.values());if(!d.length||!t)return c;if(t[le.Move]&&c.push({key:le.Move,label:t[le.Move],title:t[le.Move],icon:m.jsx(bu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>i(d)}),t[le.Copy]&&c.push({key:le.Copy,label:t[le.Copy],title:t[le.Copy],icon:m.jsx(wu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>o(d)}),t[le.Duplicate]&&c.push({key:le.Duplicate,label:t[le.Duplicate],title:t[le.Duplicate],icon:m.jsx(j.IconCopy,{...de,className:"text-secondary"}),onClick:()=>s(d)}),t[le.Delete]){const u=d.some(h=>h.permissions&&!h.permissions.includes(Gn.WRITE));c.push({key:le.Delete,label:t[le.Delete],title:t[le.Delete],icon:m.jsx(j.IconTrashX,{...de,className:"text-secondary"}),disabled:u,onClick:()=>{const h=l();a(d,h)}})}return t[le.Download]&&c.push({key:le.Download,label:t[le.Download],title:t[le.Download],icon:m.jsx(j.IconDownload,{...de,className:"text-secondary"}),onClick:()=>n(d)}),t[le.Unshare]&&r&&c.push({key:le.Unshare,label:t[le.Unshare],title:t[le.Unshare],icon:m.jsx(Su,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>r(d)}),c},[e,t,i,o,s,l,a,n,r]),tL=({actionLabels:e,onDuplicate:t,onCopy:s,onMove:o,onDownload:i,onRename:n,onDelete:r,onInfo:a,onUnshare:l})=>g.useMemo(()=>c=>{const d=[];if(!e)return d;e[le.Duplicate]&&d.push({key:le.Duplicate,label:e[le.Duplicate],icon:m.jsx(j.IconCopy,{...de,className:"text-secondary"}),onClick:()=>t(c)}),e[le.Copy]&&d.push({key:le.Copy,label:e[le.Copy],icon:m.jsx(wu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>s(c)}),e[le.Move]&&d.push({key:le.Move,label:e[le.Move],icon:m.jsx(bu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>o(c)}),e[le.Download]&&d.push({key:le.Download,label:e[le.Download],icon:m.jsx(j.IconDownload,{...de,className:"text-secondary"}),onClick:()=>i(c)});const u=!c.permissions||c.permissions.includes(Gn.WRITE);return e[le.Delete]&&u&&d.push({key:le.Delete,label:e[le.Delete],icon:m.jsx(j.IconTrashX,{...de,className:"text-secondary"}),onClick:()=>r(c,c.parentPath??"")}),e[le.Rename]&&d.push({key:le.Rename,label:e[le.Rename],icon:m.jsx(j.IconPencilMinus,{...de,className:"text-secondary"}),onClick:()=>n(c.path)}),e[le.Info]&&c.nodeType===Te.ITEM&&d.push({key:le.Info,label:e[le.Info],icon:m.jsx(j.IconInfoCircle,{...de,className:"text-secondary"}),onClick:()=>a(c)}),e[le.Unshare]&&d.push({key:le.Unshare,label:e[le.Unshare],icon:m.jsx(Su,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>l(c)}),d},[e,t,s,o,i,n,r,a,l]),kg=({open:e,onClose:t,onReplace:s,onDuplicate:o,onDecideForEach:i,conflictingFiles:n,singleFileTitle:r="Replace Or Duplicate Item",multipleFilesTitle:a="Replace Or Duplicate Items",message:l,actionLabels:c,strategyLabels:d,confirmLabel:u="Confirm",cancelLabel:h="Cancel",nameColumnLabel:p="Name",actionColumnLabel:f="Action"})=>{const C=n.length===1,v=C?n[0]?.name:"",w=c?.[ct.Replace]??"Replace",b=c?.[ct.Duplicate]??"Duplicate",S=c?.[ct.Cancel]??"Cancel",y=d?.[Ot.ReplaceAll]??"Replace all",x=d?.[Ot.DuplicateAll]??"Duplicate all",R=d?.[Ot.DecideForEach]??"Decide for each",[F,E]=g.useState(ct.Replace),[P,M]=g.useState(Ot.ReplaceAll),[D,T]=g.useState(new Map(n.map($=>[$.path,ct.Replace]))),[V,_]=g.useState(void 0),L=C?r:a,Y=m.jsxs(m.Fragment,{children:["Item with the name ",m.jsxs("span",{className:"text-primary",children:['"',v,'"']})," ","already exists in this destination."]}),te=`${n.length} items with the same names already exist in this destination.`,A=l??(C?Y:te),ie=g.useMemo(()=>[{id:ct.Replace,name:w},{id:ct.Duplicate,name:b}],[w,b]),z=g.useMemo(()=>n.map($=>({id:$.path,name:$.name,path:$.path,nodeType:$.nodeType??Te.ITEM,action:D.get($.path)||ct.Replace})),[n,D]),ee=g.useMemo(()=>[{field:"name",headerName:p,flex:1,minWidth:200,floatingFilter:!1,filter:!1,resizable:!1,cellRenderer:$=>$.data?.nodeType===Te.FOLDER?m.jsx(ka,{name:$.data.name,iconSize:zs}):m.jsx(Ia,{name:$.data.name,iconSize:zs})},{field:"action",headerName:f,width:140,suppressSizeToFit:!0,sortable:!1,filter:!1,floatingFilter:!1,resizable:!1,cellRenderer:$=>{if(!$.data)return null;const Q=[{key:ct.Replace,label:w,icon:m.jsx(j.IconCircleFilled,{size:10,className:"text-accent-tertiary"})},{key:ct.Duplicate,label:b,icon:m.jsx(j.IconCircleFilled,{size:10,className:"text-accent-secondary"})},{key:ct.Cancel,label:S,icon:m.jsx(j.IconCircleFilled,{size:10,className:"text-error"})}],pe=Q.find(J=>J.key===$.data.action),G=V===$.data.path;return m.jsx("div",{className:"flex items-center h-full",children:m.jsx(yt,{trigger:[Dt.Click],open:G,menu:{items:Q,onClick:({key:J})=>{T(O=>{const N=new Map(O);return N.set($.data.path,J),N}),_(void 0)}},placement:"bottom-start",matchReferenceWidth:!1,allowedPlacements:["bottom-start","top-start"],onOpenChange:J=>{_(J?$.data.path:void 0)},children:m.jsxs("button",{type:"button",className:"flex items-center gap-2",children:[m.jsxs("span",{className:"flex items-center gap-2",children:[pe?.icon,pe?.label??w]}),m.jsx(j.IconChevronDown,{size:16,className:Z("text-secondary transition-transform",G&&"rotate-180")})]})})})}}],[p,f,w,b,S,V]),q=g.useMemo(()=>[{id:Ot.ReplaceAll,name:y},{id:Ot.DuplicateAll,name:x},{id:Ot.DecideForEach,name:R,content:P===Ot.DecideForEach?m.jsx("div",{className:"mt-4",children:m.jsx(gu,{columnDefs:ee,rowData:z,getRowId:$=>$.id,withSelectionColumn:!1,wrapCustomCellRenderers:!1,alternateOddRowColors:!1,additionalGridOptions:{domLayout:"autoHeight"}})}):void 0}],[y,x,R,P,ee,z]),X=g.useCallback(()=>{if(C)F===ct.Replace?s():o();else if(P===Ot.ReplaceAll)s();else if(P===Ot.DuplicateAll)o();else if(P===Ot.DecideForEach&&i){const $=n.map(Q=>({file:Q,action:D.get(Q.path)||ct.Replace}));i($)}},[C,F,P,D,n,s,o,i]);return m.jsx(Ao,{open:e,onClose:t,size:C?kt.Sm:kt.Md,className:Z([!C&&"w-[600px]"]),header:L,dividers:!1,footer:m.jsxs("div",{className:"flex justify-end gap-3 py-4 px-6 border-t border-stroke",children:[m.jsx(Ds,{onClick:t,label:h}),m.jsx($t,{onClick:X,label:u})]}),children:m.jsxs("div",{className:"px-6 py-4",children:[m.jsx("p",{className:"text-secondary mb-4 break-words",children:A}),C?m.jsx(jr,{elementId:"single-file-conflict",radioButtons:ie,activeRadioButton:F,orientation:mo.Column,onChange:$=>E($)}):m.jsx(jr,{elementId:"multiple-files-conflict",radioButtons:q,activeRadioButton:P,orientation:mo.Column,onChange:$=>M($),formItemChildrenClassName:"gap-3"})]})})},sL=({id:e,name:t,nodeType:s,size:o,updatedAt:i,dateLocale:n,dateOptions:r,shared:a,sharedIndicatorClassName:l})=>m.jsx("div",{className:"flex",children:m.jsx("div",{className:"flex flex-1 min-w-0",children:m.jsx(Sa,{type:s===Te.FOLDER?_t.Folder:_t.File,name:t,elementId:e,shared:a,iconSize:zs,sharedIndicatorClassName:l,details:m.jsxs("div",{className:"flex items-center gap-1 dial-tiny text-secondary",children:[m.jsx("span",{children:o}),i&&o&&m.jsx(j.IconCircleFilled,{size:2,className:"text-secondary"}),i?m.jsx("span",{children:m.jsx(nv,{value:i,locale:n?.toString(),options:r,className:"dial-tiny text-secondary"})}):null]})})})});function oL(e){const t=g.useRef(null),[s,o]=g.useState(!1);return g.useEffect(()=>{if(!t.current)return;const i=new ResizeObserver(([n])=>{const r=n.contentRect.width;o(r<e)});return i.observe(t.current),()=>i.disconnect()},[e]),{containerRef:t,isBelowBreakpoint:s}}const iL=({getContextMenuItems:e,isRowDisabled:t,allowedFileTypes:s,maxSelectableFileSize:o,buttonClassName:i})=>{const n=g.useCallback(a=>{if(!a.data||t(a.data,s,o))return null;const c=a.data?e?.(a.data)??[]:[];return c.length?m.jsx(yt,{placement:"bottom-start",allowedPlacements:["top-start","top-end","bottom-start"],menu:{items:c},className:ce("sticky right-0",i),children:m.jsx(He,{className:"text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:m.jsx(j.IconDotsVertical,{...de})})}):null},[s,o,i,e,t]);return{actionsColumnDef:g.useMemo(()=>({colId:"__actions",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,cellRenderer:n}),[n])}},nL=({onRename:e})=>{const[t,s]=g.useState(ci.Grid),o=g.useCallback(n=>{e(n),s(ci.Grid)},[e]),i=g.useCallback(n=>{e(n),s(ci.Tree)},[e]);return{renameTriggerView:t,onGridRename:o,onTreeRename:i}},rL=100,ji=16,os="text-secondary",Er="text-primary min-w-0",aL="text-primary break-words min-w-0",Ui="bg-layer-2",lL=({open:e,onClose:t,fileMetadata:s,loading:o=!1,header:i="Information",nameLabel:n="Name:",pathLabel:r="Path:",modifiedDateLabel:a="Modified Date:",sizeLabel:l="Size:",authorLabel:c="Author:",dateLocale:d="en-US",dateOptions:u})=>m.jsx(Ao,{open:e,onClose:t,size:kt.Sm,header:i,dividers:!1,children:m.jsx("div",{className:"px-6 py-4",children:m.jsx("div",{className:"grid gap-x-4 gap-y-4 items-center dial-small",style:{gridTemplateColumns:`${rL}px 1fr`},children:o?m.jsxs(m.Fragment,{children:[m.jsx("div",{className:os,children:n}),m.jsx($o,{variant:Bt.Text,width:"100%",height:ji,className:Ui}),m.jsx("div",{className:os,children:a}),m.jsx($o,{variant:Bt.Text,width:"90%",height:ji,className:Ui}),m.jsx("div",{className:os,children:l}),m.jsx($o,{variant:Bt.Text,width:"60%",height:ji,className:Ui}),m.jsx("div",{className:os,children:c}),m.jsx($o,{variant:Bt.Text,width:"80%",height:ji,className:Ui}),m.jsx("div",{className:os,children:r}),m.jsx($o,{variant:Bt.Text,width:"70%",height:ji,className:Ui})]}):s?m.jsxs(m.Fragment,{children:[m.jsx("div",{className:os,children:n}),m.jsx("div",{className:Er,children:m.jsx(ut,{text:s.name})}),m.jsx("div",{className:os,children:a}),m.jsx("div",{className:Er,children:m.jsx(ut,{text:g8(s.updatedAt,d,u)})}),m.jsx("div",{className:os,children:l}),m.jsx("div",{className:Er,children:m.jsx(ut,{text:_r(s.contentLength)})}),m.jsx("div",{className:os,children:c}),m.jsx("div",{className:Er,children:m.jsx(ut,{text:s.author||"—"})}),m.jsx("div",{className:os,children:r}),m.jsx("div",{className:aL,children:decodeURIComponent(s.path)})]}):null})})}),rv=e=>m.jsx(sv,{...e,children:m.jsx(cL,{})}),cL=()=>{const{className:e,items:t,rootItem:s,filesLoading:o,treeOptions:i,navigationPanelOptions:n,gridOptions:r,toolbarOptions:a,bulkActionsToolbarOptions:l,deleteConfirmationOptions:c,destinationFolderPopupOptions:d,conflictResolutionPopupOptions:u,compactViewWidthBreakpoint:h=d8,sharedByMePaths:p,allowedFileTypes:f,maxSelectableFileSize:C,areHiddenFilesVisible:v,toggleHiddenFilesVisibility:w,isTreeCollapsed:b,toggleTreeCollapse:S,currentPath:y,gridRows:x,selectedPaths:R,selectedFiles:F,clearSelection:E,setSelectedPaths:P,effectiveSearchValue:M,handleBreadcrumbItemClick:D,handleSearchChange:T,handleTreeItemClick:V,handleTableRowClick:_,handleOpenDestinationFolderPopup:L,handleCloseDestinationFolderPopup:Y,openDestinationFolderPopup:te,destinationFolderMode:A,handleSetCopiedFiles:ie,handleSetMovedFiles:z,handleDuplicate:ee,handleCopyTo:q,handleMoveTo:X,handleDownloadFiles:$,openDeleteConfirmation:Q,closeDeleteConfirmation:pe,confirmDelete:G,deleteConfirmationOpen:J,itemsToDelete:O,renamedPath:N,renamedItem:se,onRename:oe,onRenameSave:Ce,onRenameCancel:Se,onRenameValidate:De,getDisplayName:ne,isDragging:ye,isDraggingOverWindow:Le,handleDragEnter:Pe,handleDragLeave:me,handleDragOver:ve,handleDrop:ze,onUploadFiles:We,onValidateUpload:Oe,maxFileSize:at,newActions:vt,isNewButtonVisible:Zt,newFolderTempId:H,cancelFolderCreation:we,saveFolderCreation:Rt,validateFolderName:Ri,startFolderCreation:Bn,conflictingFiles:Ua,conflictResolutionOpen:$a,closeConflictResolution:Ka,handleConflictReplace:qa,handleConflictDuplicate:Ya,handleConflictDecideForEach:Fi,uploadConflictingFiles:Za,uploadConflictResolutionOpen:Ei,closeUploadConflictResolution:Xa,handleUploadConflictReplace:Qa,handleUploadConflictDuplicate:Vn,handleUploadConflictDecideForEach:Ft,openMetadataPopup:Ja,fileMetadataPopupOptions:Xt,isMetadataPopupOpen:el,selectedFileForMetadata:tl,closeMetadataPopup:sl,onUnshareFiles:Qt,actionsRef:ol,searchInProgress:il,isSearchMode:Di,emptyStateIcon:zn,emptyStateTitle:Wn="You don't have any files",emptyStateDescription:_n="Upload or drag and drop files"}=ov(),{width:nl=i8,header:jn=n8,containerClassName:Un=t8,additionalButtons:$n,...Kn}=i??{},[Lo,qn]=g.useState(nl),{renameTriggerView:Pi,onGridRename:rl,onTreeRename:Yn}=nL({onRename:oe}),Mi=g.useRef(null),al=W=>{Mi.current===null&&(Mi.current=requestAnimationFrame(()=>{qn(W),Mi.current=null}))},{columnDefs:Ti,filterable:Zn=!0,dateLocale:Ii,dateOptions:ki,visibleColumns:Ai=[tt.Name,tt.UpdatedAt,tt.Size,tt.Author,tt.Actions],...Xn}=r??{},{containerRef:Qn,isBelowBreakpoint:Je}=oL(h),Li=g.useMemo(()=>Di?[tt.Name,tt.Path,tt.Actions]:Ai,[Di,Ai]),Oi=g.useCallback((W,Fe,Jt)=>{const es=W.nodeType===Te.FOLDER||!W.contentLength||typeof Jt!="number"||W.contentLength<=Jt;return!(W.nodeType===Te.FOLDER||!W.contentType||ZC(Fe,W.contentType,W.name))||!es},[]),ll=g.useMemo(()=>[{colId:tt.Name,field:"name",headerName:"Name",flex:1,minWidth:200,cellRenderer:W=>{const Fe=W.data.nodeType,{saveFolderCreation:Jt,validateFolderName:es,cancelFolderCreation:Ho,newFolderTempId:ir,sharedByMePaths:fl,selectedPaths:ml}=W.context,Qs=fl?.has(W.data.path),Cl=ml?.has(W.data.path),Js=ce(["group-hover/grid-row:bg-accent-primary-alpha",Cl&&"bg-accent-primary-alpha"]);if(W.data?.isTemporary&&W.data.id===ir)return m.jsx(Sa,{name:"",type:_t.Folder,elementId:`new-folder-${W.data.id}`,editing:!0,shared:Qs,sharedIndicatorClassName:Js,iconSize:zs,validate:es,onSave:Jt,onCancel:Ho,inputContainerClassName:ce(["!h-9",Je&&Fe===Te.ITEM&&"!h-10"])});const{renameTriggerView:vl,renamedPath:nr,renamedItem:Ni,getDisplayName:wl,onRenameValidate:ke,onRenameSave:Et,onRenameCancel:ts}=W.context;if(vl===ci.Grid&&nr===W.data?.path&&Ni&&W.data){const bl=wl(Ni);return m.jsx(Sa,{name:bl,type:Fe===Te.FOLDER?_t.Folder:_t.File,elementId:`rename-${W.data.id}`,editing:!0,shared:Qs,sharedIndicatorClassName:Js,iconSize:zs,validate:Ne=>ke(Ne,Ni),onSave:Et,onCancel:ts,inputContainerClassName:ce(["!h-9",Je&&Fe===Te.ITEM&&"!h-10"])})}return Je?m.jsx(sL,{id:W.data.id,name:W.data.name,nodeType:Fe,size:W.data.size,shared:Qs,sharedIndicatorClassName:Js,updatedAt:W.data.updatedAt,dateLocale:Ii,dateOptions:ki}):Fe===Te.FOLDER?m.jsx(ka,{name:W.data.name,shared:Qs,sharedIndicatorClassName:Js,iconSize:zs}):m.jsx(Ia,{name:W.data.name,shared:Qs,sharedIndicatorClassName:Js,iconSize:zs})}},{colId:tt.Path,field:"path",headerName:"Path",flex:1,minWidth:200,cellRenderer:W=>m.jsx(ut,{text:W.data.path})},{colId:tt.UpdatedAt,field:"updatedAt",headerName:"Modified Date",width:168,suppressSizeToFit:!0,cellRenderer:nv,cellRendererParams:{locale:Ii,options:ki}},{colId:tt.Size,field:"size",headerName:"Size",width:120,suppressSizeToFit:!0},{colId:tt.Author,field:"author",headerName:"Author",width:200,suppressSizeToFit:!0,cellRenderer:W=>W.data.author},{colId:tt.Owner,field:"owner",headerName:"Owner",width:200,suppressSizeToFit:!0,cellRenderer:W=>W.data.owner}],[Ii,ki,Je]),Jn=g.useCallback(W=>{const Fe=[];return i?.actionLabels&&(i.actionLabels[le.Duplicate]&&Fe.push({key:"duplicate",label:i.actionLabels[le.Duplicate],icon:m.jsx(j.IconCopy,{...de,className:"text-secondary"}),onClick:()=>ee([W])}),i.actionLabels[le.Copy]&&Fe.push({key:Qe.Copy,label:i.actionLabels[le.Copy],icon:m.jsx(wu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>{ie([W]),L(Qe.Copy)}}),i.actionLabels[le.Move]&&Fe.push({key:Qe.Move,label:i.actionLabels[le.Move],icon:m.jsx(bu,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>{z([W]),L(Qe.Move)}}),i.actionLabels[le.Download]&&Fe.push({key:"download",label:i.actionLabels[le.Download],icon:m.jsx(j.IconDownload,{...de,className:"text-secondary"}),onClick:()=>$([W])}),i.actionLabels[le.Rename]&&Fe.push({key:"rename",label:i.actionLabels[le.Rename],icon:m.jsx(j.IconPencilMinus,{...de,className:"text-secondary"}),onClick:()=>Yn(W.path)}),i.actionLabels[le.Unshare]&&Fe.push({key:"unshare",label:i.actionLabels[le.Unshare],icon:m.jsx(Su,{width:de.size,height:de.size,className:"text-secondary"}),onClick:()=>Qt?.([W])}),i.actionLabels[le.Delete]&&W.permissions?.includes(Gn.WRITE)&&Fe.push({key:"delete",label:i.actionLabels[le.Delete],icon:m.jsx(j.IconTrashX,{...de,className:"text-secondary"}),onClick:()=>Q([W],W.parentPath??"")})),Fe},[$,ee,L,ie,z,Yn,Q,i,Qt]),cl=g.useMemo(()=>{const W=new Map;return F.forEach((Fe,Jt)=>{const es=x.find(Ho=>Ho.path===Jt);es&&W.set(Jt,es)}),W},[F,x]),dl=g.useMemo(()=>{const W=new Set;return x.filter(Fe=>Oi(Fe,f,C)).forEach(Fe=>W.add(Fe.path)),W},[f,C,x,Oi]),ul=g.useCallback(W=>{const Fe=new Set;W.forEach((Jt,es)=>Fe.add(es)),P(Fe)},[P]),er=eL({selectedFiles:F,actionLabels:l?.actionLabels,onDuplicate:ee,onCopy:W=>{ie(W),L(Qe.Copy)},onMove:W=>{z(W),L(Qe.Move)},onDownload:$,onDelete:Q,onUnshare:Qt,getCurrentFolderPath:()=>y??"/"}),tr=g.useCallback(()=>a&&R.size===0?m.jsx("div",{className:Eg,role:"toolbar","aria-label":"File Manager Toolbar",children:m.jsx(x8,{...a,areHiddenFilesVisible:v,onToggleHiddenFiles:w,isNewButtonVisible:Zt,newButtonDropdownItems:vt})}):R.size>0&&l?m.jsx("div",{className:Eg,role:"toolbar","aria-label":"File Manager Toolbar",children:m.jsx(D8,{...l,selectedCount:R.size,onClearSelection:E,actions:er})}):m.jsx("div",{}),[l,R,E,er,v,w,a,Zt,vt]);g.useImperativeHandle(ol,()=>({createFolder:Bn}),[Bn]);const hl=g.useCallback(()=>Je?null:m.jsx("aside",{role:"region","aria-label":"File Manager Tree Navigation",className:"min-h-0 min-w-0 h-full flex-none",children:m.jsx(cp,{defaultWidth:Lo,width:Lo,onResizeStop:qn,onResize:al,minWidth:a8,maxWidth:l8,enabled:!b,children:m.jsx(Yg,{width:Lo,title:jn,containerClassName:Un,additionalButtons:$n,isOpened:!b,onToggle:S,children:m.jsx(v8,{...Kn,items:t,rootItemPath:s?.path,rootItemLabel:s?.label,selectedPath:y,sharedByMePaths:p,onItemClick:V,areHiddenFilesVisible:v,getContextMenuItems:Jn,renamedPath:Pi===ci.Tree?N:void 0,onRenameSave:Ce,onRenameCancel:Se,onRenameValidate:De})})})}),[$n,v,Un,y,Kn,Jn,V,Je,b,t,s,Se,Ce,De,Pi,N,Lo,jn,p,S]),Oo=tL({actionLabels:r?.actionLabels,onDuplicate:W=>ee([W]),onCopy:W=>{ie([W]),L(Qe.Copy)},onMove:W=>{z([W]),L(Qe.Move)},onDownload:W=>$([W]),onRename:rl,onDelete:(W,Fe)=>Q([W],Fe),onInfo:W=>Ja(W),onUnshare:W=>Qt?.([W])}),ks=g.useCallback(W=>{const Fe=Eo(t,W.path);return Fe?Oo(Fe):[]},[t,Oo]),{actionsColumnDef:No}=iL({getContextMenuItems:ks,isRowDisabled:Oi,allowedFileTypes:f,buttonClassName:Je?"":o8}),sr=Ti??ll,or=g.useMemo(()=>{let W=sr;return Ti||(W=W.filter(Fe=>Fe.colId&&Li.includes(Fe.colId))),r?.actionLabels&&(Je&&(W=W.slice(0,1)),W.push(No)),Zn?W:W.map(Fe=>({...Fe,filter:!1,floatingFilter:!1}))},[sr,Zn,Je,No,Ti,Li,r?.actionLabels]),gl=g.useCallback(W=>{W.colDef.colId==="__select"||W.colDef.colId===tt.Actions||N&&W.data?.path===N||W.data?.isTemporary||W.data&&_(W.data)},[N,_]),pl=g.useCallback(()=>m.jsx(Mn,{title:Wn,description:_n,descriptionClassName:"text-sm",containerClassName:"gap-3 size-full bg-layer-2 border rounded-[4px] border-primary",titleClassName:"mt-2 !text-lg",icon:zn||m.jsx(j.IconFileDescription,{size:100,stroke:.5,className:"text-secondary"})}),[_n,zn,Wn]);return m.jsxs("section",{ref:Qn,className:ce(QA,{"gap-3 pt-4":l&&R.size>0,"gap-4 p-3 pt-4":Je,"gap-2 pt-2":Je&&l&&R.size>0},e),children:[tr(),m.jsxs("div",{className:JA,children:[hl(),m.jsxs("div",{className:ce(e8,{"gap-3":Je}),children:[m.jsx(y8,{...n??{},makeHref:W=>W.join("/"),path:y,onItemClick:D,rootItemPath:s?.path,rootItemLabel:s?.label,value:M,onSearchChange:T,isCompactView:Je}),m.jsx("section",{role:"region","aria-label":"File Manager Grid View",className:ce(s8),onDragEnter:Pe,onDragLeave:me,onDragOver:ve,onDrop:ze,children:x.length===0&&!Di&&!o?pl():m.jsx(gu,{columnDefs:or,rowData:x,getRowId:W=>W.path,loading:o||il,getContextMenuItems:ks,withoutHeaderBorders:Je,selectionOnHover:!Je,className:Z(ye?"border border-dashed border-accent-primary":"",Le&&!ye?"border border-dashed border-primary":""),...Xn,additionalGridOptions:{...Xn.additionalGridOptions,onCellClicked:gl,headerHeight:vc,rowHeight:vc,rowClass:"group/grid-row",...Je?{getRowHeight:W=>W.data?.nodeType===Te.FOLDER?vc:c8}:{},context:{cancelFolderCreation:we,saveFolderCreation:Rt,getDisplayName:ne,onRenameCancel:Se,onRenameSave:Ce,onRenameValidate:De,renameTriggerView:Pi,validateFolderName:Ri,renamedItem:se,renamedPath:N,newFolderTempId:H,sharedByMePaths:p,selectedPaths:R}},selectedRows:cl,onSelectionChangeWithMap:ul,wrapperBorder:!ye&&!Le,disabledRowIds:dl})})]})]}),m.jsx(Q8,{...c,open:J,itemsToDelete:O,onClose:pe,onConfirm:G}),m.jsx(J8,{...d,open:te,onClose:Y,onConfirm:()=>{const W=d?.destinationFolderPath??"/";A===Qe.Copy?q(W):X(W),Y()},mode:A,items:t,rootItem:s,gridOptions:{columnDefs:or.filter(W=>W.colId!==tt.Actions),loading:o},onUploadFiles:We,onValidateUpload:Oe,maxFileSize:at,path:d?.destinationFolderPath||y,onPathChange:W=>{d?.setDestinationFolderPath?.(W)},sourceFolder:y||"/"}),m.jsx(kg,{...u,open:$a,onClose:Ka,onReplace:qa,onDuplicate:Ya,onDecideForEach:Fi,conflictingFiles:Ua}),m.jsx(kg,{...u,open:Ei,onClose:Xa,onReplace:Qa,onDuplicate:Vn,onDecideForEach:Ft,conflictingFiles:Za}),m.jsx(lL,{open:el,onClose:sl,fileMetadata:Xt?.fileMetadata??tl,loading:Xt?.loading,header:Xt?.header,nameLabel:Xt?.nameLabel,pathLabel:Xt?.pathLabel,modifiedDateLabel:Xt?.modifiedDateLabel,sizeLabel:Xt?.sizeLabel,authorLabel:Xt?.authorLabel,dateLocale:r?.dateLocale,dateOptions:r?.dateOptions})]})},dL=e=>{const[t,s]=g.useState(ya.MyFiles),o=n=>{s(n)},i=g.useMemo(()=>{if(e)return Object.values(ya).map(n=>({id:n,label:e?.[n]||n.replace("_"," ")}))},[e]);return{activeTab:t,handleTabChange:o,tabs:i}};exports.AlertVariant=io;exports.ButtonAppearance=Me;exports.ButtonSize=Yi;exports.ButtonVariant=qe;exports.ConfirmationPopupVariant=mi;exports.DialAlert=Zv;exports.DialAutocompleteInput=xA;exports.DialAutocompleteInputValue=mu;exports.DialBreadcrumb=kC;exports.DialBreadcrumbItem=qi;exports.DialButton=xt;exports.DialButtonDropdown=cd;exports.DialCheckbox=cn;exports.DialCloseButton=hu;exports.DialCollapsibleSidebar=Yg;exports.DialConditionalResizableContainer=cp;exports.DialConfirmationPopup=GC;exports.DialDraggableItem=pb;exports.DialDropdown=yt;exports.DialEllipsisTooltip=ut;exports.DialErrorButton=LC;exports.DialErrorText=Ws;exports.DialFieldLabel=Do;exports.DialFileIcon=vd;exports.DialFileManager=rv;exports.DialFileManagerActions=le;exports.DialFileManagerTabs=ya;exports.DialFileName=Ia;exports.DialFileNodeType=Te;exports.DialFilePermission=Gn;exports.DialFileResourceType=YC;exports.DialFolderName=ka;exports.DialFormItem=xa;exports.DialFormPopup=vA;exports.DialGhostButton=Qk;exports.DialGrid=gu;exports.DialIcon=He;exports.DialInput=Fo;exports.DialInputPopup=BC;exports.DialItemType=_t;exports.DialLabelledText=dw;exports.DialLinkButton=Xk;exports.DialLoadFileAreaField=YA;exports.DialLoader=Pn;exports.DialNeutralButton=Ds;exports.DialNoDataContent=Mn;exports.DialNumberInputField=oA;exports.DialPasswordInput=VC;exports.DialPasswordInputField=SA;exports.DialPopup=Ao;exports.DialPrimaryButton=$t;exports.DialRadioButton=qg;exports.DialRadioGroup=jr;exports.DialRadioGroupPopupField=pA;exports.DialRemoveButton=OC;exports.DialResizableContainer=lp;exports.DialSearch=Cu;exports.DialSelect=WC;exports.DialSelectField=IA;exports.DialSharedEntityIndicator=un;exports.DialSkeleton=$o;exports.DialSkeletonAvatarShape=Ur;exports.DialSkeletonAvatarSize=Xi;exports.DialSkeletonVariant=Bt;exports.DialSteps=iw;exports.DialSwitch=fu;exports.DialTabs=PC;exports.DialTag=Fa;exports.DialTagInput=RA;exports.DialTextAreaField=nA;exports.DialTextInputField=iA;exports.DialTextarea=NC;exports.DialTooltip=gs;exports.DropdownItemType=ma;exports.DropdownTrigger=Dt;exports.DropdownType=DC;exports.FileManagerColumnKey=tt;exports.FileManagerProvider=sv;exports.FlexibleActionsDirection=ao;exports.FormItemOrientation=dn;exports.PopupSize=kt;exports.RadioGroupOrientation=mo;exports.ResizableContainerSide=hn;exports.SearchSize=En;exports.SelectSize=wa;exports.SelectVariant=ba;exports.StepStatus=Pt;exports.TabOrientation=Ca;exports.TagVariant=Ra;exports.mergeClasses=ce;exports.useDialFileManagerTabs=dL;exports.useEditableItem=XC;exports.useFileManagerContext=ov;