@epam/ai-dial-ui-kit 0.5.0-rc.5 → 0.5.0-rc.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/dial-ui-kit.cjs.js
CHANGED
|
@@ -59,4 +59,4 @@ See ${Bh(e,t)}`;return Array.isArray(o)?o.concat(n):[o,n]}var $D={1:"Charting Ag
|
|
|
59
59
|
`)}checkProperties(e,t,s,o,i){const n=["__ob__","__v_skip","__metadata__"],r=gP(Object.getOwnPropertyNames(e),[...n,...t,...s],s),a=Object.keys(r);for(const l of a){const c=r[l];let d=`invalid ${o} property '${l}' did you mean any of these: ${c.slice(0,8).join(", ")}.`;s.includes("context")&&(d+=`
|
|
60
60
|
If you are trying to annotate ${o} with application data, use the '${o}.context' property instead.`),Jo(d)}if(a.length>0&&i){const l=this.beans.frameworkOverrides.getDocLink(i);Jo(`to see all the valid ${o} properties please check: ${l}`)}}};function gP(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]=Ma({inputValue:n,allSuggestions:s}).values;return o}var pP=new Set(["firstChildChanged","lastChildChanged","childIndexChanged"]),fP={moduleName:"Validation",version:B,beans:[hP]};function Bp(e){const t=e.sibling;t&&(t.childrenAfterFilter=e.childrenAfterFilter)}var mP=class extends M{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,Bp(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")}},CP=class extends Ul{constructor(){super(...arguments),this.iconCreated=!1}wireComp(e,t,s,o,i){this.comp=e;const n=Ei(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 Q(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=bt("filter",this.beans,this.column);e&&(this.iconCreated=!0,this.eButtonShowMainFilter.appendChild(e))}setupFocus(e){e.createManagedBean(new Oo(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();xo(this.eButtonShowMainFilter,e("ariaFilterMenuOpen","Open Filter Menu"))}onTabKeyDown(e){const{beans:t}=this;if(Ae(t)===this.eGui)return;const i=Qs(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 D.UP:case D.DOWN:case D.LEFT:case D.RIGHT:if(t)return;Us(e);case D.ENTER:t&&js(this.eGui)&&e.preventDefault();break;case D.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&&Ms(e.relatedTarget,"ag-floating-filter");if(s&&o&&e.target===this.eGui){const i=this.lastFocusEvent,n=!!(i&&i.key===D.TAB);if(i&&n){const r=i.shiftKey;js(this.eGui,r)}}this.focusThis()}setupHover(e){this.beans.colHover?.addHeaderFilterColumnHoverListener(e,this.comp,this.column,this.eGui)}setupLeft(e){const t=new jl(this.column,this.eGui,this.beans);e.createManagedBean(t)}setupFilterButton(){this.suppressFilterButton=!this.beans.menuSvc?.isFloatingFilterButtonEnabled(this.column),this.highlightFilterButtonWhenActive=!ut(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:je(this.beans.colFilter?.model??{},this.column.getColId()),source:t}),o.refresh(s))})}addResizeAndMoveKeyboardListeners(){}destroy(){super.destroy(),this.destroySyncListener=null,this.destroyFilterChangedListener=null}};function vP(e,t){const s=e.colModel.getCol(t);if(!s){we(12,{colKey:t});return}e.menuSvc?.showColumnMenu({column:s,positionBy:"auto"})}function wP(e){e.menuSvc?.hidePopupMenu()}var bP={moduleName:"SharedMenu",version:B,beans:[BR],apiFunctions:{showColumnMenu:vP,hidePopupMenu:wP}},SP=class extends fy{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=g(),this.setAlignedStyles(s,"left")),h>u&&(h=0,this.setAlignedStyles(s,"right"))):(h=g(),h>u&&(h=f(),this.setAlignedStyles(s,"right")),h<0&&(h=0,this.setAlignedStyles(s,"left"))),{x:h,y:l};function g(){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 Qt(e)}},ar={moduleName:"Popup",version:B,beans:[SP]},yP=".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 RP(e){const t=e.filterManager;return!!t?.isColumnFilterPresent()||!!t?.isAggregateFilterPresent()}function xP(e,t){return e.filterManager?.getColumnFilterInstance(t)??Promise.resolve(void 0)}function FP(e,t){const s=e.colModel.getColDefCol(t);if(s)return e.colFilter?.destroyFilter(s,"api")}function EP(e,t){e.frameworkOverrides.wrapIncoming(()=>e.filterManager?.setFilterModel(t))}function DP(e){return e.filterManager?.getFilterModel()??{}}function PP(e,t,s){const{gos:o,colModel:i,colFilter:n}=e;s&&!o.get("enableFilterHandlers")&&(L(288),s=!1);const r=i.getColDefCol(t);return r?n?.getModelForColumn(r,s)??null:null}function TP(e,t,s){return e.filterManager?.setColumnFilterModel(t,s)??Promise.resolve()}function MP(e,t){const s=e.colModel.getCol(t);if(!s){we(12,{colKey:t});return}e.menuSvc?.showFilterMenu({column:s,containerType:"columnFilter",positionBy:"auto"})}function IP(e){e.menuSvc?.hideFilterMenu()}function kP(e,t){const s=e.colModel.getCol(t);if(!s){we(12,{colKey:t});return}return e.colFilter?.getHandler(s,!0)}function AP(e,t){const{colModel:s,colFilter:o,gos:i}=e;if(!i.get("enableFilterHandlers")){L(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 LP={filterHandler:()=>({doesFilterPass:()=>!0})},OP=class extends M{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={...Lg},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){L(62,{colId:c});return}if(!d.isFilterAllowed()){L(63,{colId:c});return}const u=this.getOrCreateFilterWrapper(d,!0);if(!u){L(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))});pe.all(r).then(()=>{const l=this.getModel(!0),c=[];this.allColumnFilters.forEach((d,u)=>{const h=a?a[u]:null,g=l?l[u]:null;di(h,g)||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);z(a)&&(t[r]=a)}),!e)for(const n of Object.keys(o)){const r=o[n];z(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:je(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 je(this.model,s);const o=e.filter;return o?typeof o.getModel!="function"?(L(66),null):o.getModel():je(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():(L(67),!1):!1,{colModel:t,gos:s}=this.beans,o=!!Ra(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(pe.resolve().then(()=>{a(d,this.isHandlerActive(d),{colId:u,isHandler:!0,handler:c.handler,handlerParams:c.handlerParams})}));else{const h=ns(c);h&&l.push(h.then(g=>{a(d,e(g),{colId:u,isHandler:!1,comp:g})}))}}),pe.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(pe.resolve().then(()=>{this.setColFilterActive(i,this.isHandlerActive(i),e,t)}));else{const n=ns(o);n&&s.push(n.then(r=>{this.setColFilterActive(i,r.isFilterActive(),e,t)}))}}),this.beans.groupFilter?.updateFilterFlags(e,t),pe.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:g}=c;if(!h.doesFilterPass({node:e,data:r,model:je(a,d),handlerParams:g}))return!1}else{const h=c.comp;if(typeof h.doesFilterPass!="function"){we(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?.(),ns(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=ns(s,o);i&&t.push(i.then(n=>{n.onNewRowsLoaded?.()}))}),pe.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():je(this.initialModel,e.getColId())!=null}isHandlerActive(e){const t=z(je(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?ns(t):null}getFilterUiForDisplay(e){const t=this.getOrCreateFilterWrapper(e,!0);if(!t)return null;const s=ns(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 Yb(this.gos)?t?"agSetColumnFloatingFilter":"agSetColumnFilter":Vy(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 eS(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||L(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 Q(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=je(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:je(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=g=>{const f=g.filter;if(cg(f)){const m=f.handler;return m||(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=g=>()=>this.createBean(n.createDynamicBean(g,!0));let u,h;if(typeof c=="string"){const g=o.get("filterHandlers")?.[c];g!=null?u=g:Dy.has(c)&&(u=d(c),h=c)}else u=c;if(!u){let g;const{compName:f,jsComp:m,fwComp:v}=hg(i,t);f?g=f:m==null&&v==null&&t.filter===!0&&(g=s),h=this.handlerMap[g],h&&(u=d(h))}return u?{filterHandler:u,handlerNameOrCallback:r??h}:l?(Oe(o)&&L(277,{colId:e.getColId()}),LP):void 0}createHandler(e,t,s){const o=this.createHandlerFunc(e,t,s);if(!o)return;const i=Pr(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(Q(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 Q(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 g=this.getOrCreateFilterUi(e);g?.then(f=>{h(Ci(f))})},r=e.getColDef(),a=i?.isSelectable(r)?i.getFilterDef(e,r):r,l=jy(o,a,()=>this.getDefaultFloatingFilter(e))??"agReadOnlyFloatingFilter",c=this.gos.get("enableFilterHandlers"),d=Pr(s,a,this.createFilterCompParams(e,c,"init",!0)),u=Q(this.gos,{column:e,filterParams:d,currentParentModel:()=>this.getCurrentFloatingFilterParentModel(e),parentFilterInstance:n,showParentFilter:t});if(c){const h=u,g=e.getColId(),f=this.filterChangedCallbackFactory(e);h.onUiChange=m=>this.floatingFilterUiChanged(e,m),h.model=je(this.model,g),h.onModelChange=(m,v)=>{this.updateStoredModel(g,m),this.refreshHandlerAndUi(e,m,"floating",!0,v).then(()=>{f({...v,source:"columnFilter"})})},h.getHandler=()=>this.getHandler(e,!0),h.source="init"}return nS(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 pe.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:g,createFilterUi:f}=(r?this.createFilterComp(i,c,a,v=>v,u,"colDef"):null)??{compDetails:null,createFilterUi:null},m=g?.params??Pr(o.userCompFactory,c,this.createFilterCompParams(i,u,"colDef"));if(h){const v=d?.handlerNameOrCallback??d?.filterHandler,w=je(this.model,e);if(s.handlerGenerator!=v){const b=s.handler,{handler:S,handlerParams:R}=this.createHandlerFromFunc(i,d.filterHandler,m);s.handler=S,s.handlerParams=R,s.handlerGenerator=v,delete this.model[e],S.init?.({...R,source:"init",model:null}),this.destroyBean(b),w!=null&&this.beans.filterManager?.onFilterChanged({columns:[i],source:t})}else{const b=this.createHandlerParams(i,g?.params);s.handlerParams=b,s.handler.refresh?.({...b,source:"colDef",model:w})}}if(this.areFilterCompsDifferent(s.filterUi?.compDetails??null,g)||!s.filterUi||!g){this.destroyFilterUi(s,i,g,f);return}s.filterUi.filterParams=m,ns(s,h)?.then(v=>{(v?.refresh?v.refresh(m):!0)===!1?this.destroyFilterUi(s,i,g,f):this.dispatchLocalEvent({type:"filterParamsChanged",column:i,params:m})})}refreshHandlerAndUi(e,t,s,o,i){const n=this.cachedFilter(e);if(!n)return o&&this.getOrCreateFilterWrapper(e,!0),pe.resolve();if(!n.isHandler)return pe.resolve();const{filterUi:r,handler:a,handlerParams:l}=n;return Py(()=>{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 pe.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(Ci(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:je(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:je(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):pe.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}=Ny(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 pe(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=ns(e);if(i){i.then(n=>{if(typeof n?.setModel!="function"){L(65),o();return}(n.setModel(t)||pe.resolve()).then(()=>o())});return}o()})}updateStoredModel(e,t){z(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;rd(t,n,()=>je(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&&rd(e,()=>o.filterUi,()=>je(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&&pe.all(s).then(()=>{this.callOnFilterChangedOutsideRenderCycle({source:"columnFilter",additionalEventAttributes:t,columns:[]})})}updateOrRefreshFilterUi(e){const t=e.getColId();Ng(()=>this.cachedFilter(e)?.filterUi,()=>je(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)!==je(t,i)&&(o=!0)}return o}hasUnappliedModel(e){const{model:t,state:s}=this;return(s.get(e)?.model??null)!==je(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 NP(e){return!!e.filterManager?.isAnyFilterPresent()}function HP(e,t="api"){e.filterManager?.onFilterChanged({source:t})}var GP=class extends M{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(){Ra(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):pe.resolve()).then(()=>{const i={source:t,type:"filterChanged",columns:o};s&&st(i,s),this.eventSvc.dispatchEvent(i),this.colFilter?.updateAfterFilterChanged()})}isSuppressFlashingCellsBecauseFiltering(){return!!this.colFilter?.isSuppressFlashingCellsBecauseFiltering()}isQuickFilterPresent(){return!!this.quickFilter?.isFilterPresent()}updateAggFiltering(){this.aggFiltering=!!Ra(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(){L(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()}},VP=class extends M{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,ut(this.gos),o)}showMenuAfterButtonClick(e,t,s,o){if(e&&!e.isColumn)return;let i=-1,n="left";const r=ut(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 Ly(e,"COLUMN_MENU")):void 0;if(this.activeMenu=r,!r?.hasFilter()||!e){we(57);return}const a=it({tag:"div",cls:`ag-menu${i?"":" ag-filter-menu"}`,role:"presentation"});[this.tabListener]=this.addManagedElementListeners(a,{keydown:m=>this.trapFocusWithin(m,a)}),a.appendChild(r?.getGui());let l;const c=()=>r?.afterGuiDetached(),d=Zb(this.gos)?o??this.beans.ctrlsSvc.getGridBodyCtrl().eGridBody:void 0,u=m=>{pd(e,!1,"contextMenu");const v=m instanceof KeyboardEvent;this.tabListener&&(this.tabListener=this.tabListener()),v&&o&&es(o)&&vg(o)?.focus({preventScroll:!0}),c(),this.destroyBean(this.activeMenu),this.dispatchVisibleChangedEvent(!1,s,e),n?.()},h=this.getLocaleTextFunc(),g=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:g});f&&(this.hidePopup=l=f.hideFunc),r.afterInit().then(()=>{t(a),r.afterGuiAttached({container:s,hidePopup:l})}),pd(e,!0,"contextMenu"),this.dispatchVisibleChangedEvent(!0,s,e)}trapFocusWithin(e,t){e.key!==D.TAB||e.defaultPrevented||Qs(this.beans,t,!1,e.shiftKey)||(e.preventDefault(),js(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()}},BP=class extends M{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=Q(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)}},zP={tag:"div",cls:"ag-floating-filter-input",role:"presentation",children:[{tag:"ag-input-text-field",ref:"eFloatingFilterText"}]},WP=class extends Le{constructor(){super(zP,[tr]),this.eFloatingFilterText=Y}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)}},Xl=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:(L(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;L(73)}else L(74)}getCustomOption(e){return this.customFilterOptions[e]}};function ii(e,t,s){return s==null?e.splice(t):e.splice(t,s)}function Vn(e){return e==null||typeof e=="string"&&e.trim().length===0}function _P(e){return e==="AND"||e==="OR"?e:"AND"}function jP(e,t,s){if(e==null)return;const{predicate:o}=e;if(o!=null&&!t.some(i=>i==null))return o(t,s)}function UP(e,t){let s=e.length;return s>t&&(e.splice(t),L(78),s=t),s}function Si(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 Jl=class extends _y{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 Xl;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=_P(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&&Cs(r.conditions,a.conditions,(l,c)=>this.areSimpleModelsEqual(l,c))}return n}setModelIntoUi(e,t){if(e==null)return this.resetUiToDefaults(t),pe.resolve();if(e.operator){const o=e;let i=o.conditions;i==null&&(i=[],L(77));const n=UP(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()),pe.resolve()}setNumConditions(e){let t=e.maxNumConditions??2;t<1&&(L(79),t=1),this.maxNumConditions=t;let s=e.numAlwaysVisibleConditions??1;s<1&&(L(80),s=1),s>t&&(L(81),s=t),this.numAlwaysVisibleConditions=s}createOption(){const e=this.getGui(),t=this.createManagedBean(new Al);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=it({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 bS);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&&(hi(this.eJoinPanels[0],n),this.eJoinAnds[0].setDisabled(n),this.eJoinOrs[0].setDisabled(n))}),this.eConditionBodies.forEach((o,i)=>{ke(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=ii(e,t,s);for(const i of o)hs(i)}removeComponents(e,t,s){const o=ii(e,t,s);for(const i of o)hs(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 Ds&&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 Ds))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 Ds&&e.setValue(t!=null?String(t):null,!0)}setElementDisplayed(e,t){Yc(e)&&ke(e.getGui(),t)}setElementDisabled(e,t){Yc(e)&&hi(e.getGui(),t)}attachElementOnChange(e,t){e instanceof Ds&&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=Si(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 Si(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}},zp=class{constructor(e,t,s,o,i,n){this.alive=!0,this.context=e,this.eParent=i;const r=tS(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){ke(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)}},ec=["equals","notEqual","lessThan","greaterThan","inRange","blank","notBlank"];function Wp(e,t){const{dateFrom:s,dateTo:o,type:i}=e||{};return[s&<(s,void 0,!0)||null,o&<(o,void 0,!0)||null].slice(0,Si(i,t))}var Yd=1e3,Zd=1/0,$P=class extends Jl{constructor(){super("dateFilter",Wp,ec),this.eConditionPanelsFrom=[],this.eConditionPanelsTo=[],this.dateConditionFromComps=[],this.dateConditionToComps=[],this.minValidYear=Yd,this.maxValidYear=Zd,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))L(82,{param:l});else return d==null?c:Number(d);return c},s=t("minValidYear",Yd),o=t("maxValidYear",Zd);this.minValidYear=s,this.maxValidYear=o,s>o&&L(83);const{minValidDate:i,maxValidDate:n}=e,r=i instanceof Date?i:lt(i);this.minValidDate=r;const a=n instanceof Date?n:lt(n);this.maxValidDate=a,r&&a&&r>a&&L(84)}createDateCompWrapper(e){const{beans:{userCompFactory:t,context:s,gos:o},params:i}=this,n=new zp(s,t,i.colDef,Q(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=it({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=it({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),ii(this.eConditionPanelsFrom,e,t),ii(this.eConditionPanelsTo,e,t)}removeDateComps(e,t,s){const o=ii(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=ht(o[0],!0,i)),o.length>1&&(s.dateTo=ht(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)}},_p=class extends M{constructor(e,t){super(),this.mapValuesFromModel=e,this.defaultOptions=t}init(e){const t=e.filterParams,s=new Xl;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=Vg(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=jP(n,i,s);return r??(s==null?this.evaluateNullValue(t.type):this.evaluateNonNullValue(i,s,t,e))}},jp=class extends _p{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 Vn(t);case"notBlank":return!Vn(t);default:return L(76,{filterModelType:o}),!0}}},Up={equals:"Equals",notEqual:"NotEqual",greaterThan:"GreaterThan",greaterThanOrEqual:"GreaterThanOrEqual",lessThan:"LessThan",lessThanOrEqual:"LessThanOrEqual",inRange:"InRange"},KP={contains:"Contains",notContains:"NotContains",equals:"TextEquals",notEqual:"TextNotEqual",startsWith:"StartsWith",endsWith:"EndsWith",inRange:"InRange"},tc=class extends M{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?ds(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(` ${ds(this,l)} `)}else{if(e.type==="blank"||e.type==="notBlank")return o?ds(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=ds(this,a)),i&&n&&(r=this.getLocaleTextFunc()(i,n)),r!=null?t?`${r} ${ds(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)}},$p=class extends tc{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=Up}conditionToString(e,t,s,o,i){const{type:n}=e,r=lt(e.dateFrom),a=lt(e.dateTo),l=this.filterParams.inRangeFloatingFilterDateFormat,c=t?this.formatValue.bind(this):h=>Ta(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 qP(e,t){const s=t;return s<e?-1:s>e?1:0}var YP=class extends jp{constructor(){super(Wp,ec),this.filterType="date",this.FilterModelFormatterClass=$p}comparator(){return this.params.filterParams.comparator??qP}isValid(e){const t=this.params.filterParams.isValidDate;return!t||t(e)}},Kp=class extends Le{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 Xl;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")}`}},ZP={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"}]},QP=class extends Kp{constructor(){super(ZP,[tr]),this.eReadOnlyText=Y,this.eDateWrapper=Y,this.FilterModelFormatterClass=$p,this.filterType="date",this.defaultOptions=ec}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?lt(e.dateFrom):null;this.dateComp.setDate(s),this.eReadOnlyText.setValue("")}else this.eReadOnlyText.setValue(this.filterModelFormatter.getModelAsString(e)),this.dateComp.setDate(null)}setEditable(e){ke(this.eDateWrapper,e),ke(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=ht(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=Gl(e,this.defaultDebounceMs);return Q(this.gos,{onDateChanged:Ye(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 zp(e,t,o.column.getColDef(),this.getDateComponentParams(),s,i=>{i.setInputAriaLabel(this.getAriaLabel(o))}),this.addDestroyFunc(()=>this.dateComp.destroy())}},XP={tag:"div",cls:"ag-filter-filter",children:[{tag:"ag-input-text-field",ref:"eDateInput",cls:"ag-date-filter"}]},JP=class extends Le{constructor(){super(XP,[tr]),this.eDateInput=Y,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&&vs();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&&L(85),r&&i&&L(86),n&&r){const[h,g]=[n,r].map(f=>f instanceof Date?f:lt(f));h&&g&&h.getTime()>g.getTime()&&L(87)}n?n instanceof Date?t.min=Ta(n):t.min=n:o&&(t.min=`${o}-01-01`),r?r instanceof Date?t.max=Ta(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 lt(this.eDateInput.getValue())}setDate(e){const t=this.params.filterParams.colDef.cellDataType,s=this.beans.dataTypeSvc?.getDateIncludesTimeFlag(t)??!1;this.eDateInput.setValue(ht(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}},sc=["equals","notEqual","greaterThan","greaterThanOrEqual","lessThan","lessThanOrEqual","inRange","blank","notBlank"];function Ka(e){const{allowedCharPattern:t}=e??{};return t??null}function qa(e){return e==null||isNaN(e)?null:e}function qp(e,t){const{filter:s,filterTo:o,type:i}=e||{};return[qa(s),qa(o)].slice(0,Si(i,t))}var e5=class extends Jl{constructor(){super("numberFilter",qp,sc),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=Ka(this.params),t=it({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 Xs({allowedCharPattern:o}):new kl);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(qa(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=qt(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}},Yp=class extends tc{constructor(e,t){super(e,t,t.numberFormatter),this.filterTypeKeys=Up}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}`}},t5=class extends jp{constructor(){super(qp,sc),this.filterType="number",this.FilterModelFormatterClass=Yp}comparator(){return(e,t)=>e===t?0:e<t?1:-1}isValid(e){return!isNaN(e)}},Zp=class extends M{constructor(e){super(),this.params=e,this.eInput=Y,this.onValueChanged=()=>{}}setupGui(e){this.eInput=this.createManagedBean(new Xs(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 Ya(e){const t=e?.trim();return t===""?e:t}function Qp(e,t){const{filter:s,filterTo:o,type:i}=e||{};return[s||null,o||null].slice(0,Si(i,t))}var s5={tag:"div",ref:"eFloatingFilterInputContainer",cls:"ag-floating-filter-input",role:"presentation"},Xp=class extends Kp{constructor(){super(...arguments),this.eFloatingFilterInputContainer=Y,this.defaultDebounceMs=500}postConstruct(){this.setTemplate(s5)}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=or(e.filterParams),!i){const n=Gl(e.filterParams,o),r=Ye(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();at(this.eFloatingFilterInputContainer),this.destroyBean(t),this.setupFloatingFilterInputService(e),t.setValue(s,!0)}syncUpWithParentFilter(e){const t=e.key===D.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=Ya(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)}},o5=class extends M{constructor(){super(...arguments),this.onValueChanged=()=>{},this.numberInputActive=!0}setupGui(e){this.eNumberInput=this.createManagedBean(new kl),this.eTextInput=this.createManagedBean(new Xs),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)}},i5=class extends Xp{constructor(){super(...arguments),this.FilterModelFormatterClass=Yp,this.filterType="number",this.defaultOptions=sc}updateParams(e){Ka(e.filterParams)!==this.allowedCharPattern&&this.recreateFloatingFilterInputService(e),super.updateParams(e)}createFloatingFilterInputService(e){return this.allowedCharPattern=Ka(e.filterParams),this.allowedCharPattern?this.createManagedBean(new Zp({config:{allowedCharPattern:this.allowedCharPattern}})):this.createManagedBean(new o5)}convertValue(e){return e?Number(e):null}},oc=["contains","notContains","equals","notEqual","startsWith","endsWith","blank","notBlank"],n5=class extends Jl{constructor(){super("textFilter",Qp,oc),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(qt(s.getValue()))}),t}createEValue(){const e=it({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 Xs);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)}},Jp=class extends tc{constructor(){super(...arguments),this.filterTypeKeys=KP}conditionToString(e,t,s,o,i){const{filter:n,filterTo:r,type:a}=e;if(t){const l=d=>()=>ds(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}`}},r5=({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}},a5=e=>e,l5=e=>e==null?null:e.toString().toLowerCase(),c5=class extends _p{constructor(){super(Qp,oc),this.filterType="text",this.FilterModelFormatterClass=Jp}updateParams(e){super.updateParams(e);const t=e.filterParams;this.matcher=t.textMatcher??r5,this.formatter=t.textFormatter??(t.caseSensitive?a5:l5)}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 Vn(t);if(s.type==="notBlank")return!Vn(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=Ya(i)??null),n&&(o.filterTo=Ya(n)??null),o};return Vg(e)?{...e,conditions:e.conditions.map(t)}:t(e)}return e}},d5=class extends Xp{constructor(){super(...arguments),this.FilterModelFormatterClass=Jp,this.filterType="text",this.defaultOptions=oc}createFloatingFilterInputService(){return this.createManagedBean(new Zp)}};function u5(e){return!!e.quickFilter?.isFilterPresent()}function h5(e){return e.quickFilter?.getText()}function g5(e){e.quickFilter?.resetCache()}var p5=class extends M{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 z(e)?e.toUpperCase():null}setFilter(e){if(e!=null&&typeof e!="string"){L(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 z(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=Q(this.gos,{value:s,node:t,data:t.data,column:e,colDef:o});s=o.getQuickFilterText(i)}return z(s)?s.toString().toUpperCase():null}getAggText(e){const t=[];for(const s of this.colsToUse){const o=this.getTextForColumn(s,e);z(o)&&t.push(o)}return t.join(`
|
|
61
61
|
`)}},f5={moduleName:"ClientSideRowModelFilter",version:B,rowModels:["clientSide"],beans:[mP]},ic={moduleName:"FilterCore",version:B,beans:[GP],apiFunctions:{isAnyFilterPresent:NP,onFilterChanged:HP},css:[yP],dependsOn:[f5]},ef={moduleName:"FilterValue",version:B,beans:[BP]},lr={moduleName:"ColumnFilter",version:B,beans:[OP,VP],dynamicBeans:{headerFilterCellCtrl:CP},icons:{filter:"filter",filterActive:"filter"},apiFunctions:{isColumnFilterPresent:RP,getColumnFilterInstance:xP,destroyFilter:FP,setFilterModel:EP,getFilterModel:DP,getColumnFilterModel:PP,setColumnFilterModel:TP,showColumnFilter:MP,hideColumnFilter:IP,getColumnFilterHandler:kP,doFilterAction:AP},dependsOn:[ic,ar,ef,bP]},m5={moduleName:"CustomFilter",version:B,userComponents:{agReadOnlyFloatingFilter:WP},dependsOn:[lr]},C5={moduleName:"TextFilter",version:B,dependsOn:[lr],userComponents:{agTextColumnFilter:{classImp:n5,params:{useForm:!0}},agTextColumnFloatingFilter:d5},dynamicBeans:{agTextColumnFilterHandler:c5}},v5={moduleName:"NumberFilter",version:B,dependsOn:[lr],userComponents:{agNumberColumnFilter:{classImp:e5,params:{useForm:!0}},agNumberColumnFloatingFilter:i5},dynamicBeans:{agNumberColumnFilterHandler:t5}},w5={moduleName:"DateFilter",version:B,dependsOn:[lr],userComponents:{agDateColumnFilter:{classImp:$P,params:{useForm:!0}},agDateInput:JP,agDateColumnFloatingFilter:QP},dynamicBeans:{agDateColumnFilterHandler:YP}},b5={moduleName:"QuickFilterCore",version:B,rowModels:["clientSide"],beans:[p5],dependsOn:[ic,ef]},S5={moduleName:"QuickFilter",version:B,apiFunctions:{isQuickFilterPresent:u5,getQuickFilter:h5,resetQuickFilter:g5},dependsOn:[b5]},y5={moduleName:"ExternalFilter",version:B,dependsOn:[ic]},R5=".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}}",sa=(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},x5=class extends M{constructor(){super(...arguments),this.beanName="tooltipSvc"}setupHeaderTooltip(e,t,s,o){e&&t.destroyBean(e);const i=this.gos,n=ta(i),{column:r,eGui:a}=t,l=r.getColDef();!o&&n&&!l.headerComponent&&(o=Qi(()=>a.querySelector(".ag-header-cell-text")));const c="header",u=this.beans.colNames.getDisplayNameForColumn(r,"header",!0),h=s??u,g={getGui:()=>a,getLocation:()=>c,getTooltipValue:()=>s??l?.headerTooltipValueGetter?.(Q(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(g);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=ta(i),{column:r,eGui:a}=t,l=r.getColGroupDef();!o&&n&&!l?.headerGroupComponent&&(o=Qi(()=>a.querySelector(".ag-header-group-text")));const c="headerGroup",u=this.beans.colNames.getDisplayNameForColumnGroup(r,"header"),h=s??u,g={getGui:()=>a,getLocation:()=>c,getTooltipValue:()=>s??l?.headerTooltipValueGetter?.(Q(i,{location:c,colDef:l,column:r,value:h,valueFormatted:u}))??l?.headerTooltip,shouldDisplayTooltip:o,getAdditionalParams:()=>{const m={column:r};return l&&(m.colDef=l),m}},f=this.createTooltipFeature(g);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 g=!!!n?.isEditing(e)&&sa(o,e,this.getLocaleTextFunc());if(g)return l="cellEditor",g;l="cell";const f=r.getColDef(),m=a.data;if(f.tooltipField&&z(m))return si(m,f.tooltipField,r.isTooltipFieldContainsDots());const v=f.tooltipValueGetter;return v?v(Q(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=ta(i);s||(d&&!e.isCellRenderer()?s=()=>{const h=!!n?.isEditing(e);if(!h&&sa(o,e,this.getLocaleTextFunc()))return!0;if(!r.isTooltipEnabled())return!1;const m=Qi(()=>{const v=e.eGui;return v.children.length===0?v:v.querySelector(".ag-cell-value")});return!h&&m()}: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:()=>sa(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=z(t.tooltipField)||z(t.tooltipValueGetter)||z(t.tooltipComponent)}createTooltipFeature(e,t){return this.beans.registry.createDynamicBean("tooltipFeature",!1,e,t)}},F5=class extends hy{createTooltipComp(e,t){iS(this.beans.userCompFactory,e)?.newAgStackInstance().then(t)}setEventHandlers(e){[this.onColumnMovedEventCallback]=this.addManagedEventListeners({columnMoved:e})}clearEventHandlers(){this.onColumnMovedEventCallback?.(),this.onColumnMovedEventCallback=void 0}},tf={moduleName:"Tooltip",version:B,beans:[x5],dynamicBeans:{tooltipFeature:Tg,highlightTooltipFeature:gy,tooltipStateManager:F5},userComponents:{agTooltipComponent:my},dependsOn:[ar],css:[R5]},ro=class{constructor(e){this.cellValueChanges=e}},oa=class extends ro{constructor(e,t,s,o){super(e),this.initialRange=t,this.finalRange=s,this.ranges=o}},E5=10,Qd=class{constructor(e){this.actionStack=[],this.maxStackSize=e||E5,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}},D5=class extends M{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&&np(this.activeCellEdit,t),o=this.activeRowEdit!==null&&_x(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 Qd(s),this.redoStack=new Qd(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 oa?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=Xt(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=Xt(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 ro(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 ro(this.cellValueChanges);this.pushActionsToUndoStack(s)}},pasteStart:()=>{this.isPasting=!0},pasteEnd:()=>{const e=new ro(this.cellValueChanges);this.pushActionsToUndoStack(e),this.isPasting=!1},fillStart:()=>{this.isRangeInAction=!0},fillEnd:e=>{const t=new oa(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&&ps(s)?e=new oa(this.cellValueChanges,void 0,void 0,[...t.getCellRanges()]):e=new ro(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 ro(t??[]);this.pushActionsToUndoStack(s),this.cellValueChanges=[]}pushActionsToUndoStack(e){this.undoStack.push(e),this.cellValueChanges=[],this.redoStack.clear()}},P5=".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}",T5={tag:"div",cls:"ag-cell-wrapper ag-cell-edit-wrapper ag-checkbox-edit",children:[{tag:"ag-checkbox",ref:"eEditor",role:"presentation"}]},M5=class extends nr{constructor(){super(T5,[Il]),this.eEditor=Y}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=Jn(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}},cr=class extends nr{constructor(e){super(),this.cellEditorInput=e,this.eEditor=Y}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===D.BACKSPACE||i===D.DELETE?r="":i&&i.length===1?n?a=!1:r=i:(r=t.getStartValue(),i!==D.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===D.PAGE_UP||c===D.PAGE_DOWN)&&l.preventDefault()})}afterGuiAttached(){const e=this.getLocaleTextFunc(),t=this.eEditor;if(t.setInputAriaLabel(e("ariaInputEditor","Input Editor")),!this.focusAfterAttached)return;vs()||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()}},I5={tag:"ag-input-date-field",ref:"eEditor",cls:"ag-cell-editor"},k5=class{constructor(e,t){this.getDataTypeService=e,this.getLocaleTextFunc=t}getTemplate(){return I5}getAgComponents(){return[bg]}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!z(s)&&!z(t.value)?t.value:s??null}getStartValue(){const{value:e}=this.params;if(e instanceof Date)return ht(e,this.includeTime??!1)}},A5=class extends cr{constructor(){super(new k5(()=>this.beans.dataTypeSvc,()=>this.getLocaleTextFunc()))}},L5={tag:"ag-input-date-field",ref:"eEditor",cls:"ag-cell-editor"},O5=class{constructor(e,t){this.getDataTypeService=e,this.getLocaleTextFunc=t}getTemplate(){return L5}getAgComponents(){return[bg]}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!z(s)&&!z(e.value)?e.value:e.parseValue(s??"")}getStartValue(){return ht(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):lt(e)??void 0}formatDate(e){const t=this.getDataTypeService();return t?t.getDateFormatterFunction(this.params.column)(e):ht(e??null,this.includeTime??!1)??void 0}},N5=class extends cr{constructor(){super(new O5(()=>this.beans.dataTypeSvc,()=>this.getLocaleTextFunc()))}},H5={tag:"div",cls:"ag-large-text",children:[{tag:"ag-input-text-area",ref:"eEditor",cls:"ag-large-text-input"}]},G5=class extends nr{constructor(){super(H5,[yS]),this.eEditor=Y}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===D.BACKSPACE||o===D.DELETE?a="":o&&o.length===1?a=o:(a=this.getStartValue(e),o!==D.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===D.LEFT||t===D.UP||t===D.RIGHT||t===D.DOWN||e.shiftKey&&t===D.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!z(o)&&!z(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}},V5={tag:"ag-input-number-field",ref:"eEditor",cls:"ag-cell-editor"},B5=class{constructor(e){this.getLocaleTextFunc=e}getTemplate(){return V5}getAgComponents(){return[RS]}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===D.UP||e.key===D.DOWN)&&e.preventDefault()}getValue(){const{eEditor:e,params:t}=this,s=e.getValue();if(!z(s)&&!z(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(){vs()&&this.eEditor.getInputElement().focus({preventScroll:!0})}},z5=class extends cr{constructor(){super(new B5(()=>this.getLocaleTextFunc()))}},W5={tag:"div",cls:"ag-cell-edit-wrapper",children:[{tag:"ag-select",ref:"eEditor",cls:"ag-cell-editor"}]},_5=class extends nr{constructor(){super(W5,[LS]),this.eEditor=Y,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(Ie(i)){L(58);return}this.startedByEnter=r!=null?r===D.ENTER:!1;let a=!1;i.forEach(u=>{const h={value:u},g=s.formatValue(e.column,null,u),f=g!=null;h.text=f?g: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}},j5={tag:"ag-input-text-field",ref:"eEditor",cls:"ag-cell-editor"},U5=class{constructor(e){this.getLocaleTextFunc=e}getTemplate(){return j5}getAgComponents(){return[tr]}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!z(s)&&!z(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(){vs()&&this.eEditor.getInputElement().focus({preventScroll:!0});const e=this.eEditor,t=e.getValue(),s=z(t)&&t.length||0;s&&e.getInputElement().setSelectionRange(s,s)}},Xd=class extends cr{constructor(){super(new U5(()=>this.getLocaleTextFunc()))}};function $5(e){return e.ctrlsSvc.getScrollFeature().getVScrollPosition()}function K5(e){return e.ctrlsSvc.getScrollFeature().getHScrollPosition()}function sf(e,t,s="auto"){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureColumnVisible(t,s),"ensureVisible")}function of(e,t,s){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureIndexVisible(t,s),"ensureVisible")}function q5(e,t,s=null){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureNodeVisible(t,s),"ensureVisible")}function Y5(e){e.undoRedo?.undo("api")}function Z5(e){e.undoRedo?.redo("api")}function Q5(e,t){return e.editModelSvc?.getEditRowDataValue(t,{checkSiblings:!0})}function X5(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,g=Kt(a);let f=c??d;f===Rt&&(f=void 0);const m={newValue:f,oldValue:u,state:h,column:l,colId:l.getColId(),colKey:l.getColId(),rowIndex:n,rowPinned:r};(h==="editing"||h==="changed"&&g)&&s.push(m)})}),s}function J5(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 Ps(e,{persist:!0});So(e,void 0,{cancel:t})}else s?.stopEditing(void 0,{cancel:t,source:"edit",forceStop:!t,forceCancel:t})}function e4(e,t){const s=Me(e,t);return e.editSvc?.isEditing(s)??!1}function t4(e,t){const{key:s,colKey:o,rowIndex:i,rowPinned:n}=t,{editSvc:r,colModel:a}=e,l=a.getCol(o);if(!l){L(12,{colKey:o});return}const d=Xt(e,{rowIndex:i,rowPinned:n||null});if(!d){L(290,{rowIndex:i,rowPinned:n});return}if(!l.isCellEditable(d))return;n==null&&of(e,i),sf(e,o),r?.startEditing({rowNode:d,column:l},{event:s?new KeyboardEvent("keydown",{key:s}):void 0,source:"api"})}function s4(e){return e.editSvc?.validateEdit()||null}function o4(e){return e.undoRedo?.getCurrentUndoStackSize()??0}function i4(e){return e.undoRedo?.getCurrentRedoStackSize()??0}var n4={tag:"div",cls:"ag-popup-editor",attrs:{tabindex:"-1"}},r4=class extends Pl{constructor(e){super(n4),this.params=e}postConstruct(){_s(this.gos,this.getGui(),"popupEditorWrapper",!0),this.addKeyDownListener()}addKeyDownListener(){const e=this.getGui(),t=this.params,s=o=>{Na(this.gos,o,t.node,t.column,!0)||t.onKeyDown(o)};this.addManagedElementListeners(e,{keydown:s})}};function a4(e,{column:t},s,o,i="ui"){if(s instanceof KeyboardEvent&&(s.key===D.TAB||s.key===D.ENTER||s.key===D.F2||s.key===D.BACKSPACE&&o))return!0;if(s?.shiftKey&&e.rangeSvc?.getCellRanges().length!=0)return!1;const r=t?.getColDef(),a=l4(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 l4(e,t){return e.get("suppressClickEdit")===!0?0:e.get("singleClickEdit")===!0||t?.singleClickEdit?1:2}function Za(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 c4(e,t,s="ui"){const o=Za(e,t,s);return o===!0||s==="ui"?o:e.colModel.getCols().some(n=>Za(e,{rowNode:t.rowNode,column:n},s))}var Bn=(e,t=!1)=>{if(e!==void 0)return Kt(e)||t&&e.state==="editing"};function nf(e,t,s=!1){return Bn(e.editModelSvc?.getEdit(t),s)}var rf=(e,t,s)=>{if(e)for(let o=0,i=e.length;o<i;++o){const n=e[o];if(n.data&&(Bn(t?.getEdit({rowNode:n,column:s}))||Bn(t?.getEdit({rowNode:n.pinnedSibling,column:s})))||rf(n.childrenAfterGroup,t,s))return!0}};function af(e,t){const{column:s,rowNode:o}=t;return e.gos.get("groupTotalRow")&&!o?.footer?!1:rf(o?.childrenAfterGroup,e.editModelSvc,s)}function lf(e,{rowNode:t,column:s}){if(t=t.pinnedSibling,!!t)return Bn(e.editModelSvc?.getEdit({rowNode:t,column:s}))}var d4=class extends M{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=nf(s,e)||af(s,e)||lf(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)}},u4=class extends M{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 nf(s,l,!0)||af(s,l)||lf(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)})}},h4=({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},g4=({editModelSvc:e},t,s)=>{for(const o of t)e?.getEditRow(o)?.forEach((i,n)=>!s.has(n)&&e.removeEdits({rowNode:o,column:n}))},p4=e=>()=>{const t=new Set(e.colModel.getCols()),s=e.editModelSvc.getEditMap(!0),o=new Set(s.keys());g4(e,h4(e,o),t)},f4=new Set(["undo","redo","paste","bulk","rangeSvc"]),m4=new Set(["ui","api"]),cf={paste:"api",rangeSvc:"api",fillHandle:"api",cellClear:"api",bulk:"api"},C4=new Set(Object.keys(cf)),v4=new Set(["paste","rangeSvc","renderer","cellClear","redo","undo"]),qi={cancel:!0,source:"api"},w4={cancel:!1,source:"api"},io={checkSiblings:!0},_o={force:!0,suppressFlash:!0},b4=class extends M{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,qi),this.createStrategy(o)});const t=p4(e),s=()=>{const o=this.model.getCellValidationModel().getCellValidationMap().size>0,i=this.model.getRowValidationModel().getRowValidationMap().size>0;return o||i?this.stopEditing(void 0,qi):this.isEditing()&&(this.isBatchEditing()?So(e,this.model.getEditPositions()):this.stopEditing(void 0,w4)),!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,qi)):(this.stopEditing(void 0,qi),this.batch=!1)}createStrategy(e){const{beans:t,gos:s,strategy:o}=this,i=Jd(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=a4(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 O3(this.beans)}isEditing(e,t){return this.model.hasEdits(e,t??io)}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=Me(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(C4.has(i)&&this.isBatchEditing())return this.bulkRefresh(e),!1;const c=this.committing?cf[i]:i;if(!(this.committing||this.isEditing(e)||this.isBatchEditing()&&l.hasEdits(e,io))||!this.strategy||this.stopping)return!1;this.stopping=!0;const u=Me(a,e);u&&(u.onEditorAttachedFuncs=[]);let h=l.getEditMap(!0),g=!1;const f=!o&&(!!this.shouldStopEditing(e,s,c)||this.committing&&!this.batch)||(r??!1),m=o&&!!this.shouldCancelEditing(e,s,c)||(n??!1);if(f||m){Ps(a,{persist:!0,isCancelling:m||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=Me(a,b),R=Kt(b);S?.refreshCell({force:!0,suppressFlash:!R})}h=v,g||(g=f)}else if(s instanceof KeyboardEvent&&this.batch&&this.strategy?.midBatchInputsAllowed(e)&&this.isEditing(e,{withOpenEditor:!0})){const{key:v}=s,w=v===D.ENTER,b=v===D.ESCAPE,S=v===D.TAB;(w||S||b)&&(w||S?Ps(a,{persist:!0}):b&&this.revertSingleCellEdit(u),this.isBatchEditing()?this.strategy?.cleanupEditors():So(a,l.getEditPositions(),{event:s,cancel:b}),s.preventDefault(),this.bulkRefresh(e,h,{suppressFlash:!0}),h=l.getEditMap())}else Ps(a,{persist:!0}),h=l.getEditMap();return g&&e&&this.model.removeEdits(e),this.navigateAfterEdit(t,u?.cellPosition),ja(a),this.model.hasEdits()||(this.model.getCellValidationModel().clearCellValidationMap(),this.model.getRowValidationModel().clearRowValidationMap()),this.bulkRefresh(),m&&this.beans.rowRenderer.refreshRows({rowNodes:Array.from(h.keys())}),this.isBatchEditing()&&(this.beans.rowRenderer.refreshRows({suppressFlash:!0,force:!0}),g&&f&&this.dispatchBatchEvent("batchEditingStopped",h)),this.stopping=!1,g}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!==D.ENTER||!a)return;const l=r?D.UP:D.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=Kt(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=Me(n,{rowNode:e,column:t}),a=m4.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(_o),l}setEditMap(e,t){this.strategy??(this.strategy=this.createStrategy()),this.strategy?.setEditMap(e,t),this.bulkRefresh();let s=_o;t?.forceRefreshOfEditCellsOnly&&(s={...S4(e),..._o}),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;Oe(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)Me(i,{rowNode:u,column:t})?.refreshCell(o);for(const u of a)Me(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=Jd(o)==="fullRow"?c4(i,e,t):Za(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=Me(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=Me(this.beans,e);s?.comp?.getCellEditor()&&(So(this.beans,[e],{silent:!0}),this.model.clearEditValue(e),To(this.beans,e,{silent:!0}),$s(this.beans),s?.refreshCell(_o),t&&(s?.focusCell(),s?.comp?.getCellEditor()?.focusIn?.()))}hasValidationErrors(e){$s(this.beans);const t=Me(this.beans,e);t&&(t.refreshCell(_o),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 yo&&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===Rt||!o?o?.sourceValue??this.valueSvc.getValue(t,e,!1,"api"):n}addStopEditingWhenGridLosesFocus(e){T3(this,this.beans,e)}createPopupEditorWrapper(e){return new r4(e)}commitNextEdit(){this.committing=!0}setDataValue(e,t,s){try{if((!this.isEditing()||this.committing)&&!v4.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||f4.has(s))return un(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 un(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 un(o,e,t,s,void 0,{persist:!0}),this.stopEditing(e,{source:i,suppressNavigateAfterEdit:!0}),!0}finally{this.committing=!1}}handleColDefChanged(e){k3(this.beans,e)}destroy(){this.model.clear(),this.destroyStrategy(),super.destroy()}prepDetailsDuringBatch(e,t){if(!this.batch||!this.model.hasRowEdits(e.rowNode,io))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,io),{compDetails:n}}const a=this.model.getEditRow(e.rowNode,io);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 Q(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;Ps(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=Xt(o,d);if(u===void 0)return;const h=r.get(u)??new Map;for(const g of c.columns)if(g&&this.isCellEditable({rowNode:u,column:g},"api")){const f=n.getValue(g,u,!0,"api");let m=n.parseValue(g,u??null,a,f);Number.isNaN(m)&&(m=null),h.set(g,{editorValue:void 0,pendingValue:m,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(),ja(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=Me(o,{rowNode:e,column:t});l&&l.focusCell(!0)}createCellStyleFeature(e,t){return new d4(e,t)}createRowStyleFeature(e,t){return new u4(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 g=r?o.getCol(r):l?o.getCol(l):a;if(!g)continue;const f=Xt(s,{rowIndex:c,rowPinned:d});if(!f)continue;const m=i.getValue(g,f,!0,"api");if(!t?.forceRefreshOfEditCellsOnly&&!Kt({pendingValue:u,sourceValue:m})&&h!=="editing")continue;let v=n.get(f);v||(v=new Map,n.set(f,v)),u===void 0&&(u=Rt),v.set(g,{editorValue:void 0,pendingValue:u,sourceValue:m,state:h??"changed",editorState:{isCancelAfterEnd:void 0,isCancelBeforeStart:void 0}})}this.setEditMap(n,t)}onCellFocused(e){const t=Me(this.beans,e);if(!t||!this.isEditing(t,io))return;const s=this.model.getEdit(t);if(!s||!Kt(s))return;const i=this.getLocaleTextFunc()("ariaPendingChange","Pending Change");this.beans.ariaAnnounce?.announceValue(i,"pendingChange")}allowedFocusTargetOnValidation(e){return Me(this.beans,e)}};function S4(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 Jd(e,t){return t??e.get("editType")??"singleCell"}var df=class extends M{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=Me(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:Xt(i,{rowIndex:d,rowPinned:u})},g=r.get("invalidEditValueMode")==="block";if(g)return;const f=!g,m=!!a?.getCellValidationModel().hasCellValidation(h),v=f&&m;(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)Hn(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)Hn(this.beans,n,{event:t,cancel:e}),this.model.stop(n);if(i.keep.length>0)for(const n of i.keep){const r=Me(this.beans,n);this.editSvc?.cellEditingInvalidCommitBlocks()||r&&this.editSvc.revertSingleCellEdit(r)}}return!0}cleanupEditors({rowNode:e}={},t){Ps(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);So(this.beans,o),ja(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;I3(this.beans,n,i,r,t,o)}dispatchCellEvent(e,t,s,o){const i=Me(this.beans,e);i&&this.eventSvc.dispatchEvent({...i.createEvent(t??null,s),...o})}dispatchRowEvent(e,t,s){if(s)return;const o=Yl(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===D.ENTER:null}shouldCancel(e,t,s="ui"){const o=this.editSvc.isBatchEditing();return!!(t instanceof KeyboardEvent&&!o&&t.key===D.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===Rt?void 0:o.pendingValue;this.start({position:o,event:new KeyboardEvent("keydown",{key:i}),source:"api"});const n=Me(this.beans,o);n&&this.setFocusInOnEditor(n)}}destroy(){this.cleanupEditors(),super.destroy()}},y4=class extends df{constructor(){super(...arguments),this.beanName="fullRow",this.startedRows=[]}shouldStop(e,t,s="ui"){const{rowNode:o}=e||{};if(!Yl(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(Kt(r)){o.push(n);break}}}),$s(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=Me(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()||To(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=Me(this.beans,{rowNode:t,column:o});i&&!i.comp?.getCellEditor()&&To(this.beans,i,{silent:!0})}))}destroy(){super.destroy(),this.rowNode=void 0,this.startedRows.length=0}},R4=class extends df{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=Xt(this.beans,{rowIndex:o,rowPinned:n}),a=_a(i),l=t.getCol(a),c=e.previousParams;if(c){const d=_a(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=uo(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 g=this.gos.get("suppressStartEditOnTab");if(!h&&!i&&(super.cleanupEditors(a,!0),g?a.focusCell(!0,s):this.editSvc.startEditing(a,{startedEdit:!0,event:s,source:o,ignoreEventKey:!0})),u&&!i){if(a.focusCell(!1,s),g)a.focusCell(!0,s);else if(!a.comp?.getCellEditor()){const f=this.editSvc?.isEditing(a,{withOpenEditor:!0});To(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}},bs={moduleName:"EditCore",version:B,beans:[P3,b4],apiFunctions:{getEditingCells:X5,getEditRowValues:Q5,getCellEditorInstances:M3,startEditingCell:t4,stopEditing:J5,isEditing:e4,validateEdit:s4},dynamicBeans:{singleCell:R4,fullRow:y4},dependsOn:[ar,tf],css:[P5]},x4={moduleName:"UndoRedoEdit",version:B,beans:[D5],apiFunctions:{undoCellEditing:Y5,redoCellEditing:Z5,getCurrentUndoSize:o4,getCurrentRedoSize:i4},dependsOn:[bs]},F4={moduleName:"TextEditor",version:B,userComponents:{agCellEditor:Xd,agTextCellEditor:Xd},dependsOn:[bs]},E4={moduleName:"NumberEditor",version:B,userComponents:{agNumberCellEditor:{classImp:z5}},dependsOn:[bs]},D4={moduleName:"DateEditor",version:B,userComponents:{agDateCellEditor:A5,agDateStringCellEditor:N5},dependsOn:[bs]},P4={moduleName:"CheckboxEditor",version:B,userComponents:{agCheckboxCellEditor:M5},dependsOn:[bs]},T4={moduleName:"SelectEditor",version:B,userComponents:{agSelectCellEditor:_5},dependsOn:[bs]},M4={moduleName:"LargeTextEditor",version:B,userComponents:{agLargeTextCellEditor:G5},dependsOn:[bs]},I4={moduleName:"CustomEditor",version:B,dependsOn:[bs]},k4=class extends M{constructor(){super(...arguments),this.beanName="selectionColSvc"}postConstruct(){this.addManagedPropertyListener("rowSelection",e=>{this.onSelectionOptionsChanged(e.currentValue,e.previousValue,mo(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),r0(e))}createColumns(e,t){const s=()=>{Pn(this.beans,this.columns?.tree),this.columns=null},o=e.treeDepth,n=(this.columns?.treeDepth??-1)==o,r=this.generateSelectionCols();if(n0(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 g=h.filter(f=>!os(f));return[...r,...g]})}updateColumns(e){const t=mo(e.source);for(const s of this.columns?.list??[]){const o=this.createSelectionColDef(e.currentValue);s.setColDef(o,null,t),Ft(this.beans,{state:[{...o,colId:s.getColId()}]},t)}}getColumn(e){return this.columns?.list.find(t=>ei(t,e))??null}getColumns(){return this.columns?.list??null}isSelectionColumnEnabled(){const{gos:e,beans:t}=this,s=e.get("rowSelection");if(typeof s!="object"||!ks(e))return!1;const o=(t.autoColSvc?.getColumns()?.length??0)>0;if(s.checkboxLocation==="autoGroupColumn"&&o)return!1;const i=!!fo(s),n=en(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:Qh,chartDataType:"excluded"}}generateSelectionCols(){if(!this.isSelectionColumnEnabled())return[];const e=this.createSelectionColDef(),t=e.colId;this.gos.validateColDef(e,t,!0);const s=new Zs(e,null,t,!1);return this.createBean(s),[s]}onSelectionOptionsChanged(e,t,s){const o=t&&typeof t!="string"?fo(t):void 0,i=e&&typeof e!="string"?fo(e):void 0,n=o!==i,r=t&&typeof t!="string"?en(t):void 0,a=e&&typeof e!="string"?en(e):void 0,l=r!==a,c=xn(e),d=xn(t);(n||l||c!==d)&&this.beans.colModel.refreshAll(s)}destroy(){Pn(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&&Dt(l,i)};(this.beans.rowNumbersSvc?.getColumn(Xh)?2:1)===o&&n()}};function A4(e,t){if(!t.nodes.every(r=>r.rowPinned&&!Ii(r)?(L(59),!1):r.id===void 0?(L(60),!1):!0))return;const{nodes:o,source:i,newValue:n}=t;e.selectionSvc?.setNodesSelected({nodes:o,source:i??"api",newValue:n})}function L4(e,t,s="apiSelectAll"){e.selectionSvc?.selectAllRowNodes({source:s,selectAll:t})}function O4(e,t,s="apiSelectAll"){e.selectionSvc?.deselectAllRowNodes({source:s,selectAll:t})}function N4(e,t="apiSelectAllFiltered"){e.selectionSvc?.selectAllRowNodes({source:t,selectAll:"filtered"})}function H4(e,t="apiSelectAllFiltered"){e.selectionSvc?.deselectAllRowNodes({source:t,selectAll:"filtered"})}function G4(e,t="apiSelectAllCurrentPage"){e.selectionSvc?.selectAllRowNodes({source:t,selectAll:"currentPage"})}function V4(e,t="apiSelectAllCurrentPage"){e.selectionSvc?.deselectAllRowNodes({source:t,selectAll:"currentPage"})}function B4(e){return e.selectionSvc?.getSelectedNodes()??[]}function z4(e){return e.selectionSvc?.getSelectedRows()??[]}var W4=class extends dx{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=Fn(e),this.groupSelectsDescendants=mi(e),this.groupSelectsFiltered=Dn(e)==="filteredDescendants",this.masterSelectsDetail=jc(e)==="detail",this.addManagedPropertyListeners(["groupSelectsChildren","groupSelectsFiltered","rowSelection"],()=>{const t=mi(e),s=Fn(e),o=Dn(e)==="filteredDescendants";this.masterSelectsDetail=jc(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?hf(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(!ks(a)&&e)return L(132),0;if(o.length>1&&!this.isMultiSelect())return L(130),0;let l=0;for(let c=0;c<o.length;c++){const d=o[c],u=no(d);if(u.rowPinned&&!Ii(u)){L(59);continue}if(u.id===void 0){L(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(no(o[0])),e&&(t||!this.isMultiSelect())&&(l+=this.clearOtherNodes(no(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=no(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(!Oe(s))return!1;const i=o.rootNode;if(!i)return!1;t||(t=new wi(!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?!j4(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 ms(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(!Oe(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=Oe(this.gos);let o=!1;const i=n=>{const r=this.selectRowNode(no(n),!1,void 0,e);o||(o=r)};if(t==="currentPage"||t==="filtered"){if(!s){we(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 uf(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(!ks(t)){L(132);return}if(jb(t)&&!En(t)){L(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(no(r),!0,void 0,o);n||(n=a)}),s.selectAll=!0,Oe(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)){we(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 Oe(this.beans.gos)}updateSelectable(e){const{gos:t,rowModel:s}=this.beans;if(!ks(t))return;const o="selectableChanged",i=e!==void 0,n=Oe(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 wi(!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=_4(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(!En(t)){L(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 no(e){return Ii(e)?e.pinnedSibling:e.footer?e.sibling:e}function _4(e){let t=0,s=0;return e.forEachNode(o=>{o.isSelected()?t++:o.selectable&&s++}),uf(t,s)}function uf(e,t){if(e===0&&t===0)return!1;if(!(e>0&&t>0))return e>0}function j4(e,t){let s=t.parent;for(;s;){if(s===e)return!0;s=s.parent}return!1}function hf(e){const t=e.isSelected()===!1,s=e.childrenAfterFilter?.some(hf)??!1;return t||s}var U4={moduleName:"SharedRowSelection",version:B,beans:[k4],apiFunctions:{setNodesSelected:A4,selectAll:L4,deselectAll:O4,selectAllFiltered:N4,deselectAllFiltered:H4,selectAllOnCurrentPage:G4,deselectAllOnCurrentPage:V4,getSelectedNodes:B4,getSelectedRows:z4}},$4={moduleName:"RowSelection",version:B,rowModels:["clientSide","infinite","viewport"],beans:[W4],dependsOn:[U4]};function K4(e){e.expansionSvc?.expandAll(!0)}function q4(e){e.expansionSvc?.expandAll(!1)}function gf(e){e.rowModel?.onRowHeightChanged()}function pf(e){if(e.rowAutoHeight?.active){L(3);return}e.rowModel?.resetRowHeights()}function Y4(e,t,s){const o=YD(e);if(o){if(e.rowGroupColsSvc?.columns.length===0){if(t<0){we(238);return}o.setRowCount(t,s);return}we(28);return}rr(e)?.setRowCount(t,s)}function Z4(e){return Ys(e.gos)?e.rowModel.getBlockStates():e.rowNodeBlockLoader?.getBlockState()??{}}function Q4(e){return e.rowModel.isLastRowIndexKnown()}var X4={moduleName:"CsrmSsrmSharedApi",version:B,apiFunctions:{expandAll:K4,collapseAll:q4}},J4={moduleName:"RowModelSharedApi",version:B,apiFunctions:{onRowHeightChanged:gf,resetRowHeights:pf}},eT={moduleName:"SsrmInfiniteSharedApi",version:B,apiFunctions:{setRowCount:Y4,getCacheBlockState:Z4,isLastRowIndexKnown:Q4}},tT=class extends M{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){we(18),t||we(20);return}if(this.isGridApi(o))return o;const i=o;return"current"in i?i.current?.api:(i.api||we(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":L(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}));Ft(o,{state:u,applyOrder:!0},"alignedGridChanged")}break;case"columnVisible":{const u=e.api.getColumnState().map(h=>({colId:h.colId,hide:h.hide}));Ft(o,{state:u},"alignedGridChanged")}break;case"columnPinned":{const u=e.api.getColumnState().map(h=>({colId:h.colId,pinned:h.pinned}));Ft(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)}},sT={moduleName:"AlignedGrids",version:B,beans:[tT],dependsOn:[hp]},oT=class extends M{constructor(e){super(),this.rootNode=e,this.nextId=0,this.allNodesMap={},eu(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=eu(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 g=0,f=u.length;g<f;++g){const m=u[g];if(!m)continue;const v=this.createRowNode(m,h);if(v.sourceRowIndex=r,n[r++]=v,l&&!l.has(m)){l.add(m),v.treeParent=d;const w=a(m);w&&c(v,w)}}};c(i,e),n.length=r}setImmutableRowData(e,t){const{rootNode:s,gos:o}=this;this.dispatchRowDataUpdateStarted(t);const i=Fo(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,g=!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))},m=(w,b,S)=>{for(let R=0,y=b.length;R<y;++R){const x=b[R];if(!x)continue;let F=this.getRowNode(i({data:x,level:S}));if(F?(f(F,x),g||(g=!!d&&F.treeParent!==w)):(F=this.createRowNode(x,S),r.add(F)),!d||l.has(F)){l.add(F);continue}l.add(F),F.treeParent=w;const P=d(x);P&&m(F,P,S+1)}};m(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?lT(w,l,n):aT(w,l)&&(n.reordered=!0)}(v||g||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 L(268),{remove:[],update:[],add:[]};const s=[],o=Fo(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 g=new Array(l);for(let f=0;f<l;++f){const m=this.lookupNode(e,t[f]);if(!m)continue;const v=m.sourceRowIndex;v<d&&(d=v),v>u&&(u=v),m.isSelected()&&n.push(m),this.deleteNode(m),s.delete(m)?(h??(h=new Set),h.add(m)):(o.delete(m),i.add(m)),g[c++]=m}return g.length=c,c&&rT(r,d,u,i,h),g}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 g=o[u];g.sourceRowIndex=h,o[h--]=g}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 ms(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]&&L(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 nT(this.rootNode._leafs,t);const s=e({data:t,level:0}),o=this.allNodesMap[s];return o||(we(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=iT(e,t)),t}},iT=(e,t)=>{for(let s=0,o=e.length;s<o;s++)if(e[s]?.rowIndex==t-1)return s+1;return t},eu=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},nT=(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 we(5,{data:t}),null},rT=(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},aT=(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},lT=(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},ff=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"))}},cT=class extends M{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,g=n.isPivotMode(),f=i.getCallback("postSortRows");let m=!1,v;const w=b=>{const S=g&&b.leafGroup;let R=d&&u&&!b.leafGroup;R&&(v??(v=this.shouldSortContainsGroupCols(e)),R&&(R=!v));let y=null;if(R){let x=!1;if(h){const F=b.level+1;F<h.length&&(x=h[F].getSort()===null)}x||(y=hT(b))}else!e.length||S||(t&&s?y=dT(a,b,s,o,e):y=a.doFullSort(b.childrenAfterAggFilter,e));if(y||(y=b.childrenAfterAggFilter?.slice(0)??[]),m||(m=b.childrenAfterSort?.[0]!==y[0]),b.childrenAfterSort=y,ff(b),f){const x={nodes:b.childrenAfterSort};f(x)}};if(o?.forEachChangedNodeDepthFirst(w),m&&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(At(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}},dT=(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,g=n.length;h<g;++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,g)=>({currentPos:g,rowNode:h}));return l.sort((h,g)=>e.compareRowNodes(i,h,g)),uT(e,i,l,u)},uT=(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},hT=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},gT=class extends M{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=Ye(this,this.onRowHeightChanged.bind(this),100)}postConstruct(){const e=this.beans,t=new ms(e);this.rootNode=t,this.nodeManager=this.createBean(new oT(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=gs(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,L(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 ln,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=Ze(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=gs(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:po(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:po(this.gos)})}}onSortChanged(){this.refreshModel({step:"sort",keepRenderedRows:!0,animate:po(this.gos)})}getType(){return"clientSide"}onValueChanged(){this.refreshModel({step:this.beans.colModel.isPivotActive()?"pivot":"aggregate"})}createChangePath(e){const t=new wi(!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=mi(this.gos);return this.forEachNodeAfterFilterAndSort(r=>{if(o)return;if(s&&(r===t||r===e)&&(o=!0,n&&r.group)){mf(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),ff(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,Bp(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(Aa)===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 ln;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 ln,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()}},mf=(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&&mf(e,n)}};function pT(e){e.expansionSvc?.onGroupExpandedOrCollapsed()}function fT(e,t){const s=ws(e);s&&((!t||t==="everything")&&(t="group"),s.refreshModel({step:t,keepRenderedRows:!0,animate:!e.gos.get("suppressAnimationFrame")}))}function mT(e){return ws(e)?.isEmpty()??!0}function CT(e,t){ws(e)?.forEachLeafNode(t)}function vT(e,t){ws(e)?.forEachNodeAfterFilter(t)}function wT(e,t){ws(e)?.forEachNodeAfterFilterAndSort(t)}function bT(e,t){return e.frameworkOverrides.wrapIncoming(()=>ws(e)?.updateRowData(t))}function ST(e,t,s){e.frameworkOverrides.wrapIncoming(()=>ws(e)?.batchUpdateRowData(t,s))}function yT(e){e.frameworkOverrides.wrapIncoming(()=>ws(e)?.flushAsyncTransactions())}function RT(e){return e.selectionSvc?.getBestCostNodeSelection()}var xT={moduleName:"ClientSideRowModel",version:B,rowModels:["clientSide"],beans:[gT,cT],dependsOn:[Np]},FT={moduleName:"ClientSideRowModelApi",version:B,apiFunctions:{onGroupExpandedOrCollapsed:pT,refreshClientSideRowModel:fT,isRowDataEmpty:mT,forEachLeafNode:CT,forEachNodeAfterFilter:vT,forEachNodeAfterFilterAndSort:wT,applyTransaction:bT,applyTransactionAsync:ST,flushAsyncTransactions:yT,getBestCostNodeSelection:RT,resetRowHeights:pf,onRowHeightChanged:gf},dependsOn:[X4,J4]},ET=class extends M{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&&Wb(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(Q(this.gos,{node:o})))return;const g=e.onNewBodyRow(o);if(s.forEach((f,m)=>{g.onColumn(f,m,o)}),t.getCustomContentBelowRow){const f=t.getCustomContentBelowRow(Q(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 lg,{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=Oe(this.gos),n=Ys(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=>os(h)?!1:!Yt(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?!El(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&&He(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(Q(this.gos,{columnGroup:r})):a=this.beans.colNames.getDisplayNameForColumnGroup(r,"header");const c=(r.isExpandable()?r.getLeafColumns():[]).reduce((d,u,h,g)=>{let f=ye(d);return u.getColumnGroupShow()==="open"?(!f||f[1]!=null)&&(f=[h],d.push(f)):f&&f[1]==null&&(f[1]=h-1),h===g.length-1&&f&&f[1]==null&&(f[1]=h),d},[]);o.onColumn(r,a||"",i++,r.getLeafColumns().length-1,c)}}},DT={moduleName:"SharedExport",version:B,beans:[ET]},tu=`\r
|
|
62
|
-
`,PT=class extends sP{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,tu),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():(L(53),t=""),'"'+t.replace(/"/g,'""')+'"'}parse(){return this.result}beginNewLine(){this.isFirstLine||(this.result+=tu),this.isFirstLine=!1}},TT=class extends tP{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()){L(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(Q(this.gos,{})):t.fileName;oP(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 PT({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 MT(e,t){return e.csvCreator?.getDataAsCsv(t)}function IT(e,t){e.csvCreator?.exportDataAsCsv(t)}var kT={moduleName:"CsvExport",version:B,beans:[TT],apiFunctions:{getDataAsCsv:MT,exportDataAsCsv:IT},dependsOn:[DT]},AT=class extends M{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 ms(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){z(t)?e.setDataAndId(t,s.toString()):e.setDataAndId(void 0,void 0)}loadFromDatasource(){const e=this.createLoadParams();if(Ie(this.params.datasource.getRows)){L(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:Q(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 ms(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()}},LT=2,OT=class extends M{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 AT(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()&&(Ws(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=LT-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,z(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}},NT=class extends M{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 ms(e);this.rootNode=t,t.level=-1,this.rowHeight=As(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=As(this.beans),this.cacheParams.rowHeight=this.rowHeight,this.updateRowHeights()})}onColumnEverything(){let e;this.cacheParams?e=!di(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;Fo(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:As(e),overflowSize:n.get("cacheOverflowSize"),blockSize:n.get("cacheBlockSize"),lastAccessedSequence:{value:0}},this.infiniteCache=this.createBean(new OT(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 HT(e){rr(e)?.refreshCache()}function GT(e){rr(e)?.purgeCache()}function VT(e){return rr(e)?.getRowCount()}var BT=class extends M{constructor(){super(...arguments),this.beanName="rowNodeBlockLoader",this.activeBlockLoadsCount=0,this.blocks=[],this.active=!0}postConstruct(){this.maxConcurrentRequests=_b(this.gos);const e=this.gos.get("blockLoadDebounceMillis");e&&e>0&&(this.checkBlockToLoadDebounce=Ye(this,this.performCheckBlocksToLoad.bind(this),e))}addBlock(e){this.blocks.push(e),e.addEventListener("loadComplete",this.loadComplete.bind(this)),this.checkBlockToLoad()}removeBlock(e){Dt(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){Ws(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(){Ws(this.gos,`RowNodeBlockLoader - printCacheStatus: activePageLoadsCount = ${this.activeBlockLoadsCount}, blocks = ${JSON.stringify(this.getBlockState())}`)}},zT={moduleName:"InfiniteRowModelCore",version:B,rowModels:["infinite"],beans:[NT,BT]},WT={moduleName:"InfiniteRowModel",version:B,apiFunctions:{refreshInfiniteCache:HT,purgeInfiniteCache:GT,getInfiniteRowCount:VT},dependsOn:[zT,eT]},_T="↑",jT="↓",UT={tag:"span",children:[{tag:"span",ref:"eDelta",cls:"ag-value-change-delta"},{tag:"span",ref:"eValue",cls:"ag-value-change-value"}]},$T=class extends Le{constructor(){super(UT),this.eValue=Y,this.eDelta=Y,this.refreshCount=0}init(e){this.refresh(e,!0)}showDelta(e,t){const s=Math.abs(t),o=e.formatValue(s),i=z(o)?o:s,n=t>=0,r=this.eDelta;n?r.textContent=_T+i:r.textContent=jT+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"),at(this.eDelta)}refresh(e,t=!1){const{value:s,valueFormatted:o}=e,{eValue:i,lastValue:n,beans:r}=this;if(s===n||(z(o)?i.textContent=o:z(s)?i.textContent=s:at(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}},KT=".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}",qT={tag:"span",children:[{tag:"span",ref:"eCurrent",cls:"ag-value-slide-current"}]},YT=class extends Le{constructor(){super(qT),this.eCurrent=Y,this.refreshCount=0,this.registerCSS(KT)}init(e){this.refresh(e,!0)}addSlideAnimation(){this.refreshCount++;const e=this.refreshCount;this.ePrevious?.remove();const{beans:t,eCurrent:s}=this,o=it({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(Ie(s)&&(s=""),s===this.lastValue||this.beans.filterManager?.isSuppressFlashingCellsBecauseFiltering())return!1;t||this.addSlideAnimation(),this.lastValue=s;const o=this.eCurrent;return z(e.valueFormatted)?o.textContent=e.valueFormatted:z(e.value)?o.textContent=s:at(o),!0}},ZT=class extends M{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:g,eGui:{style:f}}=r;switch(l){case"flash":g.toggleCss(i,!1),g.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":g.toggleCss(i,!1),g.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=zx(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 QT(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 XT={moduleName:"HighlightChanges",version:B,beans:[ZT],userComponents:{agAnimateShowChangeCellRenderer:$T,agAnimateSlideCellRenderer:YT},apiFunctions:{flashCells:QT}};function JT(e){return e.stateSvc?.getState()??{}}function eM(e,t,s){return e.stateSvc?.setState(t,s)}function su(e){return e={...e},e.version||(e.version="32.1.0"),e.version==="32.1.0"&&(e=tM(e)),e.version=B,e}function tM(e){return e.cellSelection=sM(e,"rangeSelection"),e}function sM(e,t){if(e&&typeof e=="object")return e[t]}var oM=class extends M{constructor(){super(...arguments),this.beanName="stateSvc",this.updateRowGroupExpansionStateTimer=0,this.suppressEvents=!0,this.queuedUpdateSources=new Set,this.dispatchStateUpdateEventDebounced=Ye(this,()=>this.dispatchQueuedStateUpdateEvents(),0),this.onRowGroupOpenedDebounced=Ye(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=Ye(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=Oe(e);const o=su(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=su(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 QD(Mn(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 g=(E,T)=>{const O=!o?.has(E)&&!!(T||t==="api");return h||(h=O),O},f={},m=E=>{let T=f[E];return T||(T={colId:E},f[E]=T,T)},v={},w=g("sort",i);w&&i?.sortModel.forEach(({colId:E,sort:T},O)=>{const U=m(E);U.sort=T,U.sortIndex=O}),(w||!s)&&(v.sort=null,v.sortIndex=null);const b=g("rowGroup",n);b&&n?.groupColIds.forEach((E,T)=>{const O=m(E);O.rowGroup=!0,O.rowGroupIndex=T}),(b||!s)&&(v.rowGroup=null,v.rowGroupIndex=null);const S=g("aggregation",r);S&&r?.aggregationModel.forEach(({colId:E,aggFunc:T})=>{m(E).aggFunc=T}),(S||!s)&&(v.aggFunc=null);const R=g("pivot",a);R&&(a?.pivotColIds.forEach((E,T)=>{const O=m(E);O.pivot=!0,O.pivotIndex=T}),this.gos.updateGridOptions({options:{pivotMode:!!a?.pivotMode},source:t})),(R||!s)&&(v.pivot=null,v.pivotIndex=null);const y=g("columnPinning",l);if(y){for(const E of l?.leftColIds??[])m(E).pinned="left";for(const E of l?.rightColIds??[])m(E).pinned="right"}(y||!s)&&(v.pinned=null);const x=g("columnVisibility",c);if(x)for(const E of c?.hiddenColIds??[])m(E).hide=!0;(x||!s)&&(v.hide=null);const F=g("columnSizing",d);if(F)for(const{colId:E,flex:T,width:O}of d?.columnSizingModel??[]){const U=m(E);U.flex=T??null,U.width=O}(F||!s)&&(v.flex=null);const P=u?.orderedColIds,I=!!P?.length&&!o?.has("columnOrder"),A=I?P.map(E=>m(E)):Object.values(f);(A.length||h)&&(this.columnStates=A,Ft(this.beans,{state:A,applyOrder:I,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);Ft(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 XD(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(!ps(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];di(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),di(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")}},iM={moduleName:"GridState",version:B,beans:[oM],apiFunctions:{getState:JT,setState:eM}};function nM(e){return e.rowModel.isLastRowIndexKnown()}function rM(e){return e.pagination?.getPageSize()??100}function aM(e){return e.pagination?.getCurrentPage()??0}function lM(e){return e.pagination?.getTotalPages()??1}function cM(e){return e.pagination?e.pagination.getMasterRowCount():e.rowModel.getRowCount()}function dM(e){e.pagination?.goToNextPage()}function uM(e){e.pagination?.goToPreviousPage()}function hM(e){e.pagination?.goToFirstPage()}function gM(e){e.pagination?.goToLastPage()}function pM(e,t){e.pagination?.goToPage(t)}var fM=class extends M{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(As(t),1),i=Math.floor(e/o);t.pagination.setPageSize(i,"autoCalculated")};this.isBodyRendered?Ye(this,s,50)():(s(),this.isBodyRendered=!0)}else this.isBodyRendered=!1}},jo="paginationPageSizeSelector",mM={tag:"span",cls:"ag-paging-page-size"},CM=class extends Le{constructor(){super(mM),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(jo,()=>{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(){at(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(jo)!==!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(jo)!==!0;L(94,{pageSizeSet:i,pageSizesSet:n,pageSizeOptions:e,paginationPageSizeOption:t}),n||L(95,{paginationPageSizeOption:t,paginationPageSizeSelector:jo}),e.unshift("")}const o=String(s?"":t);this.selectPageSizeComp?(Cs(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 Al).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(jo);return!Array.isArray(t)||!t?.length?e:[...t].sort((s,o)=>s-o)}destroy(){this.toggleSelectDisplay(!1),super.destroy()}},vM={selector:"AG-PAGE-SIZE-SELECTOR",component:CM},wM=".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}",bM=class extends hx{constructor(){super(),this.btFirst=Y,this.btPrevious=Y,this.btNext=Y,this.btLast=Y,this.lbRecordCount=Y,this.lbFirstRowOnPage=Y,this.lbLastRowOnPage=Y,this.lbCurrent=Y,this.lbTotal=Y,this.pageSizeComp=Y,this.previousAndFirstButtonsDisabled=!1,this.nextButtonDisabled=!1,this.lastButtonDisabled=!1,this.areListenersSetup=!1,this.allowFocusInnerElement=!1,this.registerCSS(wM)}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(),[vM]);const{btFirst:t,btPrevious:s,btNext:o,btLast:i}=this;this.activateTabIndex([t,s,o,i]),t.insertAdjacentElement("afterbegin",bt(e?"last":"first",this.beans)),s.insertAdjacentElement("afterbegin",bt(e?"next":"previous",this.beans)),o.insertAdjacentElement("afterbegin",bt(e?"previous":"next",this.beans)),i.insertAdjacentElement("afterbegin",bt(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):MR(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===D.ENTER||o.key===D.SPACE)&&(o.preventDefault(),s())}})}TR(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}):eP(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){$1(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,m=this.formatNumber(f);this.lbCurrent.textContent=m;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,m,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"))}},SM={selector:"AG-PAGINATION",component:bM},yM=class extends M{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 SM}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 z(this.pageSizeAutoCalculated)&&this.gos.get("paginationAutoPageSize")?this.pageSizeAutoCalculated:z(this.pageSizeFromPageSizeSelector)?this.pageSizeFromPageSizeSelector:z(this.pageSizeFromInitialState)?this.pageSizeFromInitialState:z(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})}},RM={moduleName:"Pagination",version:B,beans:[yM,fM],icons:{first:"first",previous:"previous",next:"next",last:"last"},apiFunctions:{paginationIsLastPageFound:nM,paginationGetPageSize:rM,paginationGetCurrentPage:aM,paginationGetTotalPages:lM,paginationGetRowCount:cM,paginationGoToNextPage:dM,paginationGoToPreviousPage:uM,paginationGoToFirstPage:hM,paginationGoToLastPage:gM,paginationGoToPage:pM},dependsOn:[ar]};function xM(e,t={}){const s=t?t.rowNodes:void 0;e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.redrawRows(s))}function Cf(e,t,s,o,i){t&&(o&&t.parent&&t.parent.level!==-1&&Cf(e,t.parent,s,o,i),t.setExpanded(s,void 0,i))}function FM(e,t){return e.rowModel.getRowNode(t)}function EM(e,t,s,o){e.rowRenderer.addRenderedRowListener(t,s,o)}function DM(e){return e.rowRenderer.getRenderedNodes()}function PM(e,t,s){e.rowModel.forEachNode(t,s)}function TM(e){return e.rowRenderer.firstRenderedRow}function MM(e){return e.rowRenderer.lastRenderedRow}function IM(e,t){return e.rowModel.getRow(t)}function kM(e){return e.rowModel.getRowCount()}var AM={moduleName:"RowApi",version:B,apiFunctions:{redrawRows:xM,setRowNodeExpanded:Cf,getRowNode:FM,addRenderedRowListener:EM,getRenderedNodes:DM,forEachNode:PM,getFirstDisplayedRowIndex:TM,getLastDisplayedRowIndex:MM,getDisplayedRowAtIndex:IM,getDisplayedRowCount:kM}},LM={moduleName:"ScrollApi",version:B,apiFunctions:{getVerticalPixelRange:$5,getHorizontalPixelRange:K5,ensureColumnVisible:sf,ensureIndexVisible:of,ensureNodeVisible:q5}};function OM(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 NM(e,t={}){e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.refreshCells(t))}function HM(e){e.frameworkOverrides.wrapIncoming(()=>{for(const t of e.ctrlsSvc.getHeaderRowContainerCtrls())t.refresh()})}function GM(e){return e.animationFrameSvc?.isQueueEmpty()??!0}function VM(e){e.animationFrameSvc?.flushAllFrames()}function BM(e){return{rowHeight:As(e),headerHeight:Mi(e)}}function zM(e,t={}){const s=[];for(const n of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns)){const r=n.getCellRenderer();r!=null&&s.push(Ci(r))}if(t.columns?.length)return s;const o=[],i=Ua(t.rowNodes);for(const n of e.rowRenderer.getAllRowCtrls()){if(i&&!$a(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(Ci(l))}}return[...o,...s]}var WM={moduleName:"RenderApi",version:B,apiFunctions:{setGridAriaProperty:OM,refreshCells:NM,refreshHeader:HM,isAnimationFrameQueueEmpty:GM,flushAllAnimationFrames:VM,getSizesForCurrentTheme:BM,getCellRendererInstances:zM}};function _M(e,t){typeof t=="number"?e.colAutosize?.sizeColumnsToFit(t,"api"):e.colAutosize?.sizeColumnsToFitGridBody(t)}function vf({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 jM(e,t){t&&typeof t=="object"?vf(e,t):e.colAutosize?.autoSizeAllColumns({source:"api",skipHeader:t})}var UM=class extends M{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&&Oe(e)}s&&this.beans.colDelayRenderSvc?.hideColumns(o)}}autoSizeCols(e){const{eventSvc:t,visibleCols:s}=this.beans;this.innerAutoSizeCols(e).then(o=>{const i=c=>Eo(t,Array.from(c),!0,"autosizeColumns");if(!e.scaleUpToFitGridWidth)return i(o);const n=ou(this.beans),r=c=>s.leftCols.some(d=>ei(d,c)),a=c=>s.rightCols.some(d=>ei(d,c)),l=e.colKeys.filter(c=>!os(c)&&!Yt(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:g,autoWidthCalc:f,visibleCols:m}=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:y,...x})=>[y,x])),S=i??this.gos.get("skipHeaderOnAutoSize"),R=n??S;for(;w!==0;){w=0;const y=[];for(const x of o){if(!x||i0(x))continue;const F=g.getCol(x);if(!F||v.has(F))continue;const P=f.getPreferredWidthForColumn(F,S);if(P>0){const I=b[F.colId]??{};I.minWidth??(I.minWidth=l),I.maxWidth??(I.maxWidth=a);const A=$M(F,P,I);F.setActualWidth(A,d),v.add(F),w++}y.push(F)}y.length&&m.refresh(d)}R||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 Rs(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=ou(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):L(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,...m}of o?.columnLimits??[])i[typeof f=="string"?f:f.getColId()]=m;const n=this.beans.visibleCols.allCols;if(e<=0||!n.length)return;const r=Ut(n);if(o?.onlyScaleUp&&r>e||e===r&&n.every(m=>{if(m.colDef.suppressSizeToFit)return!0;const v=i?.[m.getId()],w=v?.minWidth??o?.defaultMinWidth,b=v?.maxWidth??o?.defaultMaxWidth,S=m.getActualWidth();return(w==null||S>=w)&&(b==null||S<=b)}))return;const l=[],c=[];for(const f of n){const m=o?.colKeys?.some(v=>ei(f,v))??!0;f.getColDef().suppressSizeToFit||!m?c.push(f):l.push(f)}const d=l.slice(0);let u=!1;const h=f=>{Dt(l,f),c.push(f)};for(const f of l){f.resetActualWidth(t);const m=i?.[f.getId()],v=m?.minWidth??o?.defaultMinWidth,w=m?.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-Ut(c);if(f<=0)for(const m of l){const v=i?.[m.getId()]?.minWidth??o?.defaultMinWidth??m.minWidth;m.setActualWidth(v,t,!0)}else{const m=f/Ut(l);let v=f;for(let w=l.length-1;w>=0;w--){const b=l[w],S=i?.[b.getId()],R=S?.minWidth??o?.defaultMinWidth,y=S?.maxWidth??o?.defaultMaxWidth,x=b.getMinWidth(),F=b.getMaxWidth(),P=typeof R=="number"&&R>x?R:x,I=typeof y=="number"&&y<F?y:F;let A=Math.round(b.getActualWidth()*m);A<P?(A=P,h(b),u=!1):A>I?(A=I,h(b),u=!1):w===0&&(A=v),b.setActualWidth(A,t,!0),v-=A}}}for(const f of d)f.fireColumnWidthChangedEvent(t);const g=this.beans.visibleCols;g.setLeftValues(t),g.updateBodyWidths(),!s&&Eo(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 $M(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 ou({ctrlsSvc:e,scrollVisibleSvc:t}){const s=e.getGridBodyCtrl(),i=s.isVerticalScrollShowing()?t.getScrollbarWidth():0;return gi(s.eGridBody)-i}var KM={moduleName:"ColumnAutoSize",version:B,beans:[UM],apiFunctions:{sizeColumnsToFit:_M,autoSizeColumns:vf,autoSizeAllColumns:jM},dependsOn:[up]},qM=".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 YM(e){return e.pinnedRowModel?.getPinnedTopRowCount()??0}function ZM(e){return e.pinnedRowModel?.getPinnedBottomRowCount()??0}function QM(e,t){return e.pinnedRowModel?.getPinnedTopRow(t)}function XM(e,t){return e.pinnedRowModel?.getPinnedBottomRow(t)}function JM(e,t,s){return e.pinnedRowModel?.forEachPinnedRow(t,s)}var e6={moduleName:"PinnedRow",version:B,beans:[nx],css:[qM],apiFunctions:{getPinnedTopRowCount:YM,getPinnedBottomRowCount:ZM,getPinnedTopRow:QM,getPinnedBottomRow:XM,forEachPinnedRow:JM},icons:{rowPin:"pin",rowPinTop:"pinned-top",rowPinBottom:"pinned-bottom",rowUnpin:"un-pin"}},t6=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}},s6=class extends M{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,g=typeof h=="function";let f=null,m=null,v;const w=(S,R)=>{f=S,m=null,v=R},b=S=>{const R=!S.isExpandable()&&!S.group&&!S.detail&&(d?!d({rowNode:S}):!0);if(S.rowIndex==null||!R){w(null,null);return}if(f==null||S.level!==f.level||S.footer||m&&S.rowIndex-1!==m?.getLastNode().rowIndex){w(S,n.getValue(t,S));return}const y=n.getValue(t,S);if(g){const x=Q(s,{valueA:v,nodeA:f,valueB:y,nodeB:S,column:t,colDef:a});if(!h(x)){w(S,y);return}}else if(u?!u(v,y):v!==y){w(S,y);return}if(!m){const x=l?.get(f);x?.firstNode===f?(x.reset(),m=x):m=new t6(t,f),c.set(f,m)}m.addSpannedNode(S),c.set(S,m)};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}}},o6=class extends M{constructor(){super(...arguments),this.beanName="rowSpanSvc",this.spanningColumns=new Map,this.debouncePinnedEvent=Ye(this,this.dispatchCellsUpdatedEvent.bind(this,!0),0),this.debounceModelEvent=Ye(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 s6(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()}},i6=class extends yo{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||vh(e,t.rowIndex)}setAriaRowSpan(){Z1(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(ir(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}},n6=class extends Gn{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 i6(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(){}},r6=class extends M{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 n6(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")}},a6={moduleName:"CellSpan",version:B,beans:[o6,r6]},l6=class extends M{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);Ql(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 Q(this.beans.gos,{value:s,data:o.data,node:o,colDef:t,column:e,rowIndex:o.rowIndex})}},c6=class extends M{constructor(){super(...arguments),this.beanName="cellStyles"}processAllCellClasses(e,t,s,o){Ql(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 l6(e,t)}processStaticCellClasses(e,t,s){this.getStaticCellClasses(e,t).forEach(i=>{s(i)})}},d6={moduleName:"CellStyle",version:B,beans:[c6]},u6={moduleName:"RowStyle",version:B,beans:[Z3]};function h6(e,t){return!!e.colHover?.isHovered(t)}var g6=class extends M{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}},p6="ag-column-hover",f6=class extends M{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(p6,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 g6(t,s))}updateState(e){this.selectedColumns=e,this.eventSvc.dispatchEvent({type:"columnHoverChanged"})}},m6={moduleName:"ColumnHover",version:B,beans:[f6],apiFunctions:{isColumnHovered:h6}},C6=class extends M{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=!dn.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)=>{dn.has(n)&&t(n,r)},o=(n,r)=>{dn.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 v6(e,t,s){e.apiEventSvc?.addListener(t,s)}function w6(e,t,s){e.apiEventSvc?.removeListener(t,s)}function b6(e,t){e.apiEventSvc?.addGlobalListener(t)}function S6(e,t){e.apiEventSvc?.removeGlobalListener(t)}var y6={moduleName:"EventApi",version:B,apiFunctions:{addEventListener:v6,addGlobalListener:b6,removeEventListener:w6,removeGlobalListener:S6},beans:[C6]},R6={moduleName:"Locale",version:B,beans:[ZD]},x6=class extends M{constructor(){super(...arguments),this.beanName="rowAutoHeight",this.wasEverActive=!1,this._debouncedCalculateRowHeights=Ye(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=gs(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:g,borderTopWidth:f}=qs(o),m=u+h+g+f,w=t.offsetHeight+m;if(d<5){const S=!Ue(r)?.contains(t),R=w==0;if(S||R){window.setTimeout(()=>a(d+1),0);return}}this.setRowAutoHeight(i,w,n)},l=()=>a(0);l();const c=ts(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}},F6={moduleName:"RowAutoHeight",version:B,beans:[x6]},E6={moduleName:"AllCommunity",version:B,dependsOn:[xT,kT,WT,fP,F4,E4,D4,P4,T4,M4,I4,x4,C5,v5,w5,m5,S5,y5,iM,sT,RM,hp,AM,LM,WM,KM,o2,e6,$4,kD,d6,m6,u6,y6,OD,XT,tf,R6,F6,s2,FT,a6]},Je=p.createContext({}),wf=p.createContext("default"),ki=(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),iu(o,r)}),()=>{l=!0,r&&(a?.remove(),t.destroyBean(r),o&&iu(o,void 0))}},iu=(e,t)=>{if(e)if(e instanceof Function)e(t);else{const s=e;s.current=t}},Ct=(...e)=>e.filter(s=>s!=null&&s!=="").join(" "),St=class bf{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 bf;return i.classesMap={...this.classesMap},i.classesMap[t]=s,i}toString(){return Object.keys(this.classesMap).filter(s=>this.classesMap[s]).join(" ")}},No=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()},Qa=p.version?.split(".")[0],Sf=Qa==="16"||Qa==="17";function D6(){return Qa==="19"}var hn=!1;function P6(e){return hn||setTimeout(()=>hn=!1,0),hn=!0,e()}var yi=(e,t)=>{!Sf&&e&&!hn?_n.flushSync(t):t()},T6=e=>{Sf?e():p.startTransition(e)};function M6(e,t,s){return p.useSyncExternalStore?p.useSyncExternalStore(e,t):s}function zn(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 yf=p.forwardRef((e,t)=>{const{registry:s,context:o}=p.useContext(Je),i=p.useRef(null),n=p.useRef(null),r=p.useRef(null),a=p.useRef(null),l=p.useRef(null),c=p.useRef(),[d,u]=p.useState(),[h,g]=p.useState(),[f,m]=p.useState(),[v,w]=p.useState(()=>new St),[b,S]=p.useState(()=>new St("ag-hidden")),[R,y]=p.useState(()=>new St("ag-hidden")),[x,F]=p.useState(()=>new St("ag-invisible"));p.useImperativeHandle(t,()=>({refresh(){return!1}})),p.useLayoutEffect(()=>ki(d,o,n.current),[d]);const P=p.useCallback(Z=>{if(i.current=Z,!Z||o.isDestroyed()){c.current=o.destroyBean(c.current);return}const k={setInnerRenderer:(_,ie)=>{u(_),m(ie)},setChildCount:_=>g(_),toggleCss:(_,ie)=>w(H=>H.setClass(_,ie)),setContractedDisplayed:_=>y(ie=>ie.setClass("ag-hidden",!_)),setExpandedDisplayed:_=>S(ie=>ie.setClass("ag-hidden",!_)),setCheckboxVisible:_=>F(ie=>ie.setClass("ag-invisible",!_)),setCheckboxSpacing:_=>F(ie=>ie.setClass("ag-group-checkbox-spacing",_))},J=s.createDynamicBean("groupCellRendererCtrl",!0);J&&(c.current=o.createBean(J),c.current.init(k,Z,r.current,a.current,l.current,yf,e))},[]),I=p.useMemo(()=>`ag-cell-wrapper ${v.toString()}`,[v]),A=p.useMemo(()=>`ag-group-expanded ${b.toString()}`,[b]),E=p.useMemo(()=>`ag-group-contracted ${R.toString()}`,[R]),T=p.useMemo(()=>`ag-group-checkbox ${x.toString()}`,[x]),O=d?.componentFromFramework,U=O?d.componentClass:void 0,N=d==null&&f!=null,ne=Ao(f);return p.createElement("span",{className:I,ref:P,...e.colDef?{}:{role:c.current?.getCellAriaRole()}},p.createElement("span",{className:A,ref:a}),p.createElement("span",{className:E,ref:l}),p.createElement("span",{className:T,ref:r}),p.createElement("span",{className:"ag-group-value",ref:n},N?ne:O?p.createElement(U,{...d.params}):null),p.createElement("span",{className:"ag-group-child-count"},h))}),nu=yf,nc=p.createContext({setMethods:()=>{}}),I6=e=>{const{initialProps:t,addUpdateCallback:s,CustomComponentClass:o,setMethods:i}=e,[{key:n,...r},a]=p.useState(t);return p.useEffect(()=>{s(l=>a(l))},[]),p.createElement(nc.Provider,{value:{setMethods:i}},p.createElement(o,{key:n,...r}))},k6=p.memo(I6),A6=0;function ru(){return`agPortalKey_${++A6}`}var Rf=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=ru(),this.portalKey=ru(),this.instanceCreated=this.isStatelessComponent()?pe.resolve(!1):new pe(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 pe(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=_n.createPortal(this.reactElement,this.eParentElement,this.portalKey)}createElement(e,t){return p.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 dr(e,t,s){for(const o of e){const i=t[o];i&&(s[o]=i)}}var gt=class extends Rf{constructor(){super(...arguments),this.awaitUpdateCallback=new pe(e=>{this.resolveUpdateCallback=e}),this.wrapperComponent=k6}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 pe(o=>{setTimeout(()=>{o()})})),this.resolveUpdateCallback()}})}setMethods(e){this.providedMethods=e,dr(this.getOptionalMethods(),this.providedMethods,this)}getOptionalMethods(){return[]}getProps(){return{...this.sourceParams,key:this.key,ref:this.ref}}refreshProps(){return this.updateCallback?this.updateCallback():new pe(e=>this.awaitUpdateCallback.then(()=>{this.updateCallback().then(()=>e())}))}},L6=class extends gt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},O6=class extends gt{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}},N6=class extends gt{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}},H6=class extends gt{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 pe(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 pe(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}},G6=class extends gt{constructor(){super(...arguments),this.awaitSetMethodsCallback=new pe(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 xf(e,t){e.parentFilterInstance(s=>{(s.setModel(t)||pe.resolve()).then(()=>{e.filterParams.filterChangedCallback()})})}var V6=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){dr(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),xf(this.floatingFilterParams,e)}},B6=class extends gt{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(),xf(this.sourceParams,e)}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e}},z6=class extends gt{refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}},W6=class extends gt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},_6=class extends gt{refresh(e){this.sourceParams=e,this.refreshProps()}},j6=class extends gt{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}},U6=class extends gt{refresh(e){this.sourceParams=e,this.refreshProps()}},$6=class extends gt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},K6=class extends gt{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 rc(){L(231)}var q6=1e3,Y6=class{constructor(e,t,s){this.destroyed=!1,this.portals=[],this.hasPendingPortalUpdate=!1,this.wrappingElement=t||"div",this.refresher=e,this.maxComponentCreationTimeMs=s||q6}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){yi(!0,()=>this.refresher()),e.rendered()&&t(e);return}window.setTimeout(()=>{this.waitForInstance(e,t,s)})}}},Z6=({ctrl:e})=>{const t=e.isAlive(),{context:s}=p.useContext(Je),[o,i]=p.useState(),[n,r]=p.useState(),a=p.useRef(),l=p.useRef(null),c=p.useRef(null),d=p.useRef(null),u=p.useRef(),h=p.useRef();t&&!h.current&&(h.current=new Di(()=>l.current));const g=p.useCallback(w=>{if(l.current=w,!w||!e.isAlive()||s.isDestroyed()){a.current=s.destroyBean(a.current);return}a.current=s.createBean(new Lo);const b=()=>{const R=e.getSelectAllGui();R&&(c.current?.insertAdjacentElement("afterend",R),a.current.addDestroyFunc(()=>R.remove()))},S={setWidth:R=>{l.current&&(l.current.style.width=R)},toggleCss:(R,y)=>h.current.toggleCss(R,y),setUserStyles:R=>r(R),setAriaSort:R=>{l.current&&(R?J1(l.current,R):eb(l.current))},setUserCompDetails:R=>i(R),getUserCompInstance:()=>u.current||void 0,refreshSelectAllGui:b,removeSelectAllGui:()=>e.getSelectAllGui()?.remove()};e.setComp(S,w,c.current,d.current,a.current),b()},[]);p.useLayoutEffect(()=>ki(o,s,d.current,u),[o]),p.useEffect(()=>{e.setDragSource(l.current)},[o]);const f=p.useMemo(()=>!!(o?.componentFromFramework&&No(o.componentClass)),[o]),m=o?.componentFromFramework,v=o?.componentClass;return p.createElement("div",{ref:g,style:n,className:"ag-header-cell",role:"columnheader"},p.createElement("div",{ref:c,className:"ag-header-cell-resize",role:"presentation"}),p.createElement("div",{ref:d,className:"ag-header-cell-comp-wrapper",role:"presentation"},m?f?p.createElement(v,{...o.params}):p.createElement(v,{...o.params,ref:u}):null))},Q6=p.memo(Z6),X6=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t}getProps(){return this.floatingFilterParams}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){dr(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}},J6=({ctrl:e})=>{const{context:t,gos:s}=p.useContext(Je),[o,i]=p.useState(),[n,r]=p.useState(()=>new St("ag-header-cell","ag-floating-filter")),[a,l]=p.useState(()=>new St),[c,d]=p.useState(()=>new St("ag-floating-filter-button","ag-hidden")),[u,h]=p.useState("false"),[g,f]=p.useState(),[,m]=p.useState(1),v=p.useRef(),w=p.useRef(null),b=p.useRef(null),S=p.useRef(null),R=p.useRef(null),y=p.useRef(),x=p.useRef(),F=_=>{_!=null&&y.current&&y.current(_)},P=p.useCallback(_=>{if(w.current=_,!_||!e.isAlive()||t.isDestroyed()){v.current=t.destroyBean(v.current);return}v.current=t.createBean(new Lo),x.current=new pe(H=>{y.current=H});const ie={toggleCss:(H,G)=>r(X=>X.setClass(H,G)),setUserStyles:H=>i(H),addOrRemoveBodyCssClass:(H,G)=>l(X=>X.setClass(H,G)),setButtonWrapperDisplayed:H=>{d(G=>G.setClass("ag-hidden",!H)),h(H?"false":"true")},setWidth:H=>{w.current&&(w.current.style.width=H)},setCompDetails:H=>f(H),getFloatingFilterComp:()=>x.current?x.current:null,setMenuIcon:H=>R.current?.appendChild(H)};e.setComp(ie,_,R.current,b.current,v.current)},[]);p.useLayoutEffect(()=>ki(g,t,b.current,F),[g]);const I=p.useMemo(()=>n.toString(),[n]),A=p.useMemo(()=>a.toString(),[a]),E=p.useMemo(()=>c.toString(),[c]),T=p.useMemo(()=>!!(g&&g.componentFromFramework&&No(g.componentClass)),[g]),O=p.useMemo(()=>s.get("reactiveCustomComponents"),[]),U=p.useMemo(()=>s.get("enableFilterHandlers"),[]),[N,ne]=p.useState();p.useEffect(()=>{if(g?.componentFromFramework)if(O){const _=U?X6:V6,ie=new _(g.params,()=>m(H=>H+1));F(ie),ne(ie)}else rc()},[g]);const Z=N?.getProps(),k=g?.componentFromFramework,J=g?.componentClass;return p.createElement("div",{ref:P,style:o,className:I,role:"gridcell"},p.createElement("div",{ref:b,className:A,role:"presentation"},k?O?Z&&p.createElement(nc.Provider,{value:{setMethods:_=>N.setMethods(_)}},p.createElement(J,{...Z})):p.createElement(J,{...g.params,ref:T?()=>{}:F}):null),p.createElement("div",{ref:S,"aria-hidden":u,className:E,role:"presentation"},p.createElement("button",{ref:R,type:"button",className:"ag-button ag-floating-filter-button-button",tabIndex:-1})))},eI=p.memo(J6),tI=({ctrl:e})=>{const{context:t}=p.useContext(Je),[s,o]=p.useState(),[i,n]=p.useState(()=>new St),[r,a]=p.useState(()=>new St),[l,c]=p.useState("false"),[d,u]=p.useState(),[h,g]=p.useState(),f=p.useRef(),m=p.useRef(null),v=p.useRef(null),w=p.useRef(null),b=p.useRef(),S=p.useCallback(I=>{if(m.current=I,!I||!e.isAlive()||t.isDestroyed()){f.current=t.destroyBean(f.current);return}f.current=t.createBean(new Lo);const A={setWidth:E=>{m.current&&(m.current.style.width=E)},toggleCss:(E,T)=>n(O=>O.setClass(E,T)),setUserStyles:E=>o(E),setHeaderWrapperHidden:E=>{const T=w.current;T&&(E?T.style.setProperty("display","none"):T.style.removeProperty("display"))},setHeaderWrapperMaxHeight:E=>{const T=w.current;T&&(E!=null?T.style.setProperty("max-height",`${E}px`):T.style.removeProperty("max-height"),T.classList.toggle("ag-header-cell-comp-wrapper-limited-height",E!=null))},setUserCompDetails:E=>g(E),setResizableDisplayed:E=>{a(T=>T.setClass("ag-hidden",!E)),c(E?"false":"true")},setAriaExpanded:E=>u(E),getUserCompInstance:()=>b.current||void 0};e.setComp(A,I,v.current,w.current,f.current)},[]);p.useLayoutEffect(()=>ki(h,t,w.current),[h]),p.useEffect(()=>{m.current&&e.setDragSource(m.current)},[h]);const R=p.useMemo(()=>!!(h?.componentFromFramework&&No(h.componentClass)),[h]),y=p.useMemo(()=>"ag-header-group-cell "+i.toString(),[i]),x=p.useMemo(()=>"ag-header-cell-resize "+r.toString(),[r]),F=h?.componentFromFramework,P=h?.componentClass;return p.createElement("div",{ref:S,style:s,className:y,role:"columnheader","aria-expanded":d},p.createElement("div",{ref:w,className:"ag-header-cell-comp-wrapper",role:"presentation"},F?R?p.createElement(P,{...h.params}):p.createElement(P,{...h.params,ref:b}):null),p.createElement("div",{ref:v,"aria-hidden":l,className:x}))},sI=p.memo(tI),oI=({ctrl:e})=>{const{gos:t,context:s}=p.useContext(Je),{topOffset:o,rowHeight:i}=p.useMemo(()=>e.getTopAndHeight(),[]),n=p.useMemo(()=>t.get("tabIndex"),[]),[r,a]=p.useState(()=>e.getAriaRowIndex()),l=e.headerRowClass,[c,d]=p.useState(()=>i+"px"),[u,h]=p.useState(()=>o+"px"),g=p.useRef(null),[f,m]=p.useState(()=>e.getUpdatedHeaderCtrls()),v=p.useRef(),w=p.useRef(null),b=p.useCallback(y=>{if(w.current=y,!y||!e.isAlive()||s.isDestroyed()){v.current=s.destroyBean(v.current);return}v.current=s.createBean(new Lo);const x={setHeight:F=>d(F),setTop:F=>h(F),setHeaderCtrls:(F,P,I)=>{const A=g.current,E=zn(A,F,P);E!==A&&(g.current=E,yi(I,()=>m(E)))},setWidth:F=>{w.current&&(w.current.style.width=F)},setRowIndex:F=>{a(F)}};e.setComp(x,v.current,!1)},[]),S=p.useMemo(()=>({height:c,top:u}),[c,u]),R=p.useCallback(y=>{switch(e.type){case"group":return p.createElement(sI,{ctrl:y,key:y.instanceId});case"filter":return p.createElement(eI,{ctrl:y,key:y.instanceId});default:return p.createElement(Q6,{ctrl:y,key:y.instanceId})}},[]);return p.createElement("div",{ref:b,className:l,role:"row",style:S,tabIndex:n,"aria-rowindex":r},f.map(R))},iI=p.memo(oI),nI=({pinned:e})=>{const[t,s]=p.useState(!0),[o,i]=p.useState([]),{context:n}=p.useContext(Je),r=p.useRef(null),a=p.useRef(null),l=p.useRef(),c=e==="left",d=e==="right",u=!c&&!d,h=p.useCallback(m=>{if(r.current=m,!m||n.isDestroyed()){l.current=n.destroyBean(l.current);return}l.current=n.createBean(new VR(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)},[]),g=t?"":"ag-hidden",f=()=>o.map(m=>p.createElement(iI,{ctrl:m,key:m.instanceId}));return c?p.createElement("div",{ref:h,className:"ag-pinned-left-header "+g,"aria-hidden":!t,role:"rowgroup"},f()):d?p.createElement("div",{ref:h,className:"ag-pinned-right-header "+g,"aria-hidden":!t,role:"rowgroup"},f()):u?p.createElement("div",{ref:h,className:"ag-header-viewport "+g,role:"rowgroup",tabIndex:-1},p.createElement("div",{ref:a,className:"ag-header-container",role:"presentation"},f())):null},ia=p.memo(nI),rI=()=>{const[e,t]=p.useState(()=>new St),[s,o]=p.useState(),{context:i}=p.useContext(Je),n=p.useRef(null),r=p.useRef(),a=p.useCallback(d=>{if(n.current=d,!d||i.isDestroyed()){r.current=i.destroyBean(r.current);return}r.current=i.createBean(new OR);const u={toggleCss:(h,g)=>t(f=>f.setClass(h,g)),setHeightAndMinHeight:h=>o(h)};r.current.setComp(u,d,d)},[]),l=p.useMemo(()=>"ag-header "+e.toString(),[e]),c=p.useMemo(()=>({height:s,minHeight:s}),[s]);return p.createElement("div",{ref:a,className:l,style:c,role:"presentation"},p.createElement(ia,{pinned:"left"}),p.createElement(ia,{pinned:null}),p.createElement(ia,{pinned:"right"}))},aI=p.memo(rI),lI=(e,t)=>{p.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])},xs=lI,cI=class{constructor(e,t){this.cellEditorParams=e,this.refreshProps=t,this.instanceCreated=new pe(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){dr(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()}},dI=e=>{const t=p.useRef(e),s=p.useRef(),o=p.useRef(!1),i=p.useRef(!1),[,n]=p.useState(0);o.current&&(i.current=!0),p.useEffect(()=>(o.current||(s.current=t.current(),o.current=!0),n(r=>r+1),()=>{i.current&&s.current?.()}),[])},uI=e=>{const[t,s]=p.useState(),o=p.useContext(Je),{context:i,popupSvc:n,gos:r,editSvc:a}=o,{editDetails:l,cellCtrl:c,eParentCell:d}=e;return dI(()=>{const{compDetails:u}=l,h=r.get("stopEditingWhenCellsLoseFocus");let g,f;if(!i.isDestroyed()){f=i.createBean(a.createPopupEditorWrapper(u.params));const m=f.getGui();if(e.jsChildComp){const y=e.jsChildComp.getGui();y&&m.appendChild(y)}const{column:v,rowNode:w}=c,b={column:v,rowNode:w,type:"popupCellEditor",eventSource:d,ePopup:m,position:l.popupPosition,keepWithinBounds:!0},S=n?.positionPopupByComponent.bind(n,b),R=n?.addPopup({modal:h,eChild:m,closeOnEsc:!0,closedCallback:()=>{c.onPopupEditorClosed()},anchorToElement:d,positionCallback:S,ariaOwns:d});g=R?R.hideFunc:void 0,s(f),e.jsChildComp?.afterGuiAttached?.()}return()=>{g?.(),i.destroyBean(f)}}),p.useLayoutEffect(()=>()=>{c.isCellFocused()&&t?.getGui().contains(Ae(o))&&d.focus({preventScroll:!0})},[t]),t&&e.wrappedContent?_n.createPortal(e.wrappedContent,t.getGui()):null},au=p.memo(uI),hI=(e,t,s)=>{const{compProxy:o}=e;s(o);const i=o.getProps(),n=No(t);return p.createElement(nc.Provider,{value:{setMethods:r=>o.setMethods(r)}},n?p.createElement(t,{...i}):p.createElement(t,{...i,ref:r=>o.setRef(r)}))},lu=(e,t,s)=>e.compProxy?hI(e,t,s):p.createElement(t,{...e.compDetails.params,ref:s}),gI=(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?lu(e,r,t):l?p.createElement(au,{editDetails:e,cellCtrl:o,eParentCell:s,wrappedContent:lu(e,r,t)}):c&&i?p.createElement(au,{editDetails:e,cellCtrl:o,eParentCell:s,jsChildComp:i}):null},pI=(e,t,s,o,i,n)=>{const{context:r}=p.useContext(Je),a=p.useCallback(()=>{const l=i.current;if(!l)return;const c=l.getGui();c&&c.parentElement&&c.remove(),r.destroyBean(l),i.current=void 0},[]);p.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 m=f.getGui();if(!m)return;(t?s:n.current).appendChild(m),i.current=f})},[e,t,o]),p.useEffect(()=>a,[])},Ff=pI,fI=({cellCtrl:e,parent:t})=>{const s=p.useRef(),o=p.useMemo(()=>{const{loadingComp:i}=e.getDeferLoadingCellRenderer();return i?{value:void 0,compDetails:i,force:!1}:void 0},[e]);if(Ff(o,!1,void 0,1,s,t),o?.compDetails?.componentFromFramework){const i=o.compDetails.componentClass;return p.createElement(i,{...o.compDetails.params})}return p.createElement(p.Fragment,null)},mI=({cellCtrl:e,printLayout:t,editingCell:s})=>{const o=p.useContext(Je),{context:i}=o,{column:{colIdSanitised:n},instanceId:r}=e,a=p.useRef(),[l,c]=p.useState(()=>e.isCellRenderer()?void 0:{compDetails:void 0,value:e.getValueToDisplay(),force:!1}),[d,u]=p.useState(),[h,g]=p.useState(1),[f,m]=p.useState(),[v,w]=p.useState(!1),[b,S]=p.useState(!1),[R,y]=p.useState(!1),[x,F]=p.useState(),P=p.useMemo(()=>e.isForceWrapper(),[e]),I=p.useMemo(()=>e.getCellAriaRole(),[e]),A=p.useRef(null),E=p.useRef(null),T=p.useRef(null),O=p.useRef(),U=p.useRef(),N=p.useRef(),ne=p.useRef([]),Z=p.useRef(),k=p.useRef(),[J,_]=p.useState(0),ie=p.useCallback(te=>{k.current=te,_(me=>me+1)},[]),H=l!=null&&(v||R||b)&&(d==null||!!d.popup),G=P||H,X=p.useMemo(()=>e.getCellValueClass(),[e]),be=p.useCallback(te=>{if(U.current=te,te){const me=te.isCancelBeforeStart&&te.isCancelBeforeStart();setTimeout(()=>{me?(e.stopEditing(!0),e.focusCell(!0)):(e.cellEditorAttached(),e.enableEditorTooltipFeature(te))})}},[e]),W=p.useRef();W.current||(W.current=new Di(()=>A.current)),Ff(l,G,k.current,J,O,A);const ee=p.useRef();p.useLayoutEffect(()=>{const te=ee.current,me=l;if(ee.current=l,te==null||te.compDetails==null||me==null||me.compDetails==null)return;Z.current?.refreshVisibility();const Fe=te.compDetails,Ve=me.compDetails;if(Fe.componentClass!=Ve.componentClass||T.current?.refresh==null)return;T.current.refresh(Ve.params)!=!0&&g(Ce=>Ce+1)},[l]),p.useLayoutEffect(()=>{if(!(d&&!d.compDetails.componentFromFramework)||i.isDestroyed())return;const me=d.compDetails,Fe=d.popup===!0,Ve=me.newAgStackInstance();return Ve.then(re=>{if(!re)return;const Ce=re.getGui();be(re),Fe||((P?N:A).current?.appendChild(Ce),re.afterGuiAttached?.()),F(re)}),()=>{Ve.then(re=>{const Ce=re.getGui();e.disableEditorTooltipFeature(),i.destroyBean(re),be(void 0),F(void 0),Ce?.remove()})}},[d]);const xe=p.useCallback(te=>{if(N.current=te,!te||i.isDestroyed()||!e.isAlive()){const Ve=ne.current;ne.current=[];for(const re of Ve)re();return}let me;const Fe=Ve=>{Ve&&(te.insertAdjacentElement("afterbegin",Ve.getGui()),ne.current.push(()=>{hs(Ve.getGui()),i.destroyBean(Ve),Z.current===me&&(Z.current=void 0)}))};v&&Fe(e.createSelectionCheckbox()),R&&Fe(e.createDndSource()),b&&(me=e.createRowDragComp(),Z.current=me,me&&(Fe(me),me.refreshVisibility()))},[e,i,R,b,v]),ve=p.useCallback(()=>{const te=!e.isCellSpanning()||E.current,me=A.current;if(!me||!te||!e||!e.isAlive()||i.isDestroyed()){a.current=i.destroyBean(a.current);return}a.current=i.createBean(new Lo);const Fe={toggleCss:(re,Ce)=>W.current.toggleCss(re,Ce),setUserStyles:re=>m(re),getFocusableElement:()=>A.current,setIncludeSelection:re=>w(re),setIncludeRowDrag:re=>S(re),setIncludeDndSource:re=>y(re),getCellEditor:()=>U.current??null,getCellRenderer:()=>T.current??O.current,getParentOfValue:()=>k.current??N.current??A.current,setRenderDetails:(re,Ce,ze)=>{const pt=()=>{c(ae=>ae?.compDetails!==re||ae?.value!==Ce||ae?.force!==ze?{value:Ce,compDetails:re,force:ze}:ae)};if(re?.params?.deferRender&&!e.rowNode.group){const{loadingComp:ae,onReady:$e}=e.getDeferLoadingCellRenderer();if(ae){c({value:void 0,compDetails:ae,force:!1}),$e.then(()=>T6(pt));return}}pt()},setEditDetails:(re,Ce,ze,pt)=>{if(re){let ae;re.componentFromFramework&&(pt?ae=new cI(re.params,()=>g($e=>$e+1)):rc()),u({compDetails:re,popup:Ce,popupPosition:ze,compProxy:ae}),Ce||c(void 0)}else e.hasBrowserFocus()&&Fe.getFocusableElement().focus({preventScroll:!0}),U.current=void 0,u(void 0)},refreshEditStyles:(re,Ce)=>{if(!A.current)return;const{current:ze}=W;ze.toggleCss("ag-cell-value",!G),ze.toggleCss("ag-cell-inline-editing",!!re&&!Ce),ze.toggleCss("ag-cell-popup-editing",!!re&&!!Ce),ze.toggleCss("ag-cell-not-inline-editing",!re||!!Ce)}},Ve=N.current||void 0;e.setComp(Fe,me,E.current??void 0,Ve,t,s,a.current)},[]),oe=p.useCallback(te=>{A.current=te,ve()},[]),Ge=p.useCallback(te=>{E.current=te,ve()},[]),Se=p.useMemo(()=>!!(l?.compDetails?.componentFromFramework&&No(l.compDetails.componentClass)),[l]);p.useLayoutEffect(()=>{if(!A.current)return;const{current:te}=W;te.toggleCss("ag-cell-value",!G),te.toggleCss("ag-cell-inline-editing",!!d&&!d.popup),te.toggleCss("ag-cell-popup-editing",!!d&&!!d.popup),te.toggleCss("ag-cell-not-inline-editing",!d||!!d.popup)});const _e=()=>{const{compDetails:te,value:me}=l;if(!te)return me?.toString?.()??me;if(te.componentFromFramework){const Fe=te.componentClass;return p.createElement(p.Suspense,{fallback:p.createElement(fI,{cellCtrl:e,parent:A})},Se?p.createElement(Fe,{...te.params,key:h}):p.createElement(Fe,{...te.params,key:h,ref:T}))}},V=()=>{const te=()=>l==null?null:G?p.createElement("span",{role:"presentation",id:`cell-${r}`,className:X,ref:ie},_e()):_e(),me=Fe=>gI(Fe,be,A.current,e,x);return d!=null?d.popup?p.createElement(p.Fragment,null,te(),me(d)):me(d):te()},ge=()=>p.createElement("div",{ref:oe,style:f,role:I,"col-id":n},G?p.createElement("div",{className:"ag-cell-wrapper",role:"presentation",ref:xe},V()):V());return e.isCellSpanning()?p.createElement("div",{ref:Ge,className:"ag-spanned-cell-wrapper",role:"presentation"},ge()):ge()},CI=p.memo(mI),vI=({rowCtrl:e,containerType:t})=>{const{context:s,gos:o,editSvc:i}=p.useContext(Je),n=p.useContext(wf)==="default",r=p.useRef(),a=p.useRef(e.getDomOrder()),l=e.isFullWidth(),c=e.rowNode.displayed,[d,u]=p.useState(()=>c?e.rowNode.getRowIndexString():null),[h,g]=p.useState(()=>e.rowId),[f,m]=p.useState(()=>e.businessKey),[v,w]=p.useState(()=>e.rowStyles),b=p.useRef(null),[S,R]=p.useState(()=>null),[y,x]=p.useState(),[F,P]=p.useState(()=>c?e.getInitialRowTop(t):void 0),[I,A]=p.useState(()=>c?e.getInitialTransform(t):void 0),E=p.useRef(null),T=p.useRef(),O=p.useRef(),U=p.useRef(!1),[N,ne]=p.useState(0);p.useEffect(()=>{if(U.current||!y||N>10)return;const oe=E.current?.firstChild;oe?(e.setupDetailRowAutoHeight(oe),U.current=!0):ne(Ge=>Ge+1)},[y,N]);const Z=p.useRef();Z.current||(Z.current=new Di(()=>E.current));const k=p.useRef(()=>{}),J=p.useCallback(oe=>(k.current=oe,()=>{k.current=()=>{}}),[]),_=M6(J,()=>b.current,[]),ie=n?_:S,H=p.useCallback(oe=>{if(E.current=oe,r.current=oe?s.createBean(new Lo):s.destroyBean(r.current),!oe){e.unsetComp(t);return}if(!e.isAlive()||s.isDestroyed())return;const Ge={setTop:P,setTransform:A,toggleCss:(Se,_e)=>Z.current.toggleCss(Se,_e),setDomOrder:Se=>a.current=Se,setRowIndex:u,setRowId:g,setRowBusinessKey:m,setUserStyles:w,setCellCtrls:(Se,_e)=>{const V=b.current,ge=zn(V,Se,a.current);ge!==V&&(b.current=ge,n?k.current():yi(_e,()=>R(ge)))},showFullWidth:Se=>{O.current=Se.params,x(Se)},getFullWidthCellRenderer:()=>T.current,getFullWidthCellRendererParams:()=>O.current,refreshFullWidth:Se=>{const _e=Se();return O.current=_e,ee.current?(x(V=>({...V,params:_e})),!0):!T.current||!T.current.refresh?!1:T.current.refresh(_e)}};e.setComp(Ge,oe,t,r.current)},[]);p.useLayoutEffect(()=>ki(y,s,E.current,T),[y]);const G=p.useMemo(()=>{const oe={top:F,transform:I};return Object.assign(oe,v),oe},[F,I,v]),X=l&&y?.componentFromFramework,be=!l&&ie!=null,W=p.useMemo(()=>!!(y?.componentFromFramework&&No(y.componentClass)),[y]),ee=p.useRef(!1);p.useEffect(()=>{ee.current=W&&!!y&&!!o.get("reactiveCustomComponents")},[W,y]);const xe=()=>ie?.map(oe=>p.createElement(CI,{cellCtrl:oe,editingCell:i?.isEditing(oe,{withOpenEditor:!0})??!1,printLayout:e.printLayout,key:oe.instanceId})),ve=()=>{const oe=y.componentClass;return W?p.createElement(oe,{...y.params}):p.createElement(oe,{...y.params,ref:T})};return p.createElement("div",{ref:H,role:"row",style:G,"row-index":d,"row-id":h,"row-business-key":f},be?xe():X?ve():null)},cu=p.memo(vI),wI=({name:e})=>{const{context:t,gos:s}=p.useContext(Je),o=p.useMemo(()=>Ti(e),[e]),i=p.useRef(null),n=p.useRef(null),r=p.useRef(null),a=p.useRef([]),l=p.useRef([]),[c,d]=p.useState(()=>[]),u=!!s.get("enableCellSpan")&&!!o.getSpannedRowCtrls,h=p.useRef([]),g=p.useRef([]),[f,m]=p.useState(()=>[]),v=p.useRef(!1),w=p.useRef(),b=p.useMemo(()=>Ct("ag-viewport",_g(e)),[e]),S=p.useMemo(()=>Ct(an(e)),[e]),R=p.useMemo(()=>Ct("ag-spanning-container",nR(e)),[e]),y=o.type==="center"||u,x=y?i:n;xs(" AG Row Container "+e+" ",x);const F=p.useCallback(()=>{const N=!y||i.current!=null,ne=n.current!=null,Z=!u||r.current!=null;return N&&ne&&Z},[]),P=p.useCallback(()=>i.current==null&&n.current==null&&r.current==null,[]),I=p.useCallback(()=>{if(P()&&(w.current=t.destroyBean(w.current)),!t.isDestroyed()&&F()){const N=k=>{const J=zn(l.current,a.current,v.current);J!==l.current&&(l.current=J,yi(k,()=>d(J)))},ne=k=>{const J=zn(g.current,h.current,v.current);J!==g.current&&(g.current=J,yi(k,()=>m(J)))},Z={setHorizontalScroll:k=>{i.current&&(i.current.scrollLeft=k)},setViewportHeight:k=>{i.current&&(i.current.style.height=k)},setRowCtrls:({rowCtrls:k,useFlushSync:J})=>{const _=!!J&&a.current.length>0&&k.length>0;a.current=k,N(_)},setSpannedRowCtrls:(k,J)=>{const _=!!J&&h.current.length>0&&k.length>0;h.current=k,ne(_)},setDomOrder:k=>{v.current!=k&&(v.current=k,N(!1))},setContainerWidth:k=>{n.current&&(n.current.style.width=k)},setOffsetTop:k=>{n.current&&(n.current.style.transform=`translateY(${k})`)}};w.current=t.createBean(new fR(e)),w.current.setComp(Z,n.current,r.current??void 0,i.current)}},[F,P]),A=p.useCallback(N=>{n.current=N,I()},[I]),E=p.useCallback(N=>{r.current=N,I()},[I]),T=p.useCallback(N=>{i.current=N,I()},[I]),O=()=>p.createElement("div",{className:S,ref:A,role:y?"presentation":"rowgroup"},c.map(N=>p.createElement(cu,{rowCtrl:N,containerType:o.type,key:N.instanceId})));if(!y)return O();const U=()=>p.createElement("div",{className:R,ref:E,role:"presentation"},f.map(N=>p.createElement(cu,{rowCtrl:N,containerType:o.type,key:N.instanceId})));return p.createElement("div",{className:b,ref:T,role:"rowgroup"},O(),u?U():null)},bI=p.memo(wI),SI=()=>{const e=p.useContext(Je),{context:t,overlays:s}=e,[o,i]=p.useState(""),[n,r]=p.useState(0),[a,l]=p.useState(0),[c,d]=p.useState("0px"),[u,h]=p.useState("0px"),[g,f]=p.useState("100%"),[m,v]=p.useState("0px"),[w,b]=p.useState("0px"),[S,R]=p.useState("100%"),[y,x]=p.useState(!0),[F,P]=p.useState(!0),[I,A]=p.useState(null),[E,T]=p.useState(""),[O,U]=p.useState(null),[N,ne]=p.useState("ag-layout-normal"),Z=p.useRef();Z.current||(Z.current=new Di(()=>k.current));const k=p.useRef(null),J=p.useRef(null),_=p.useRef(null),ie=p.useRef(null),H=p.useRef(null),G=p.useRef(null),X=p.useRef(null),be=p.useRef([]),W=p.useRef([]);xs(" AG Grid Body ",k),xs(" AG Pinned Top ",J),xs(" AG Sticky Top ",_),xs(" AG Middle ",G),xs(" AG Pinned Bottom ",X);const ee=p.useCallback(Ce=>{if(k.current=Ce,!Ce||t.isDestroyed()){be.current=t.destroyBeans(be.current);for(const Pe of W.current)Pe();W.current=[];return}const ze=(Pe,et)=>{Pe.appendChild(et),W.current.push(()=>et.remove())},pt=Pe=>{const et=t.createBean(new Pe);return be.current.push(et),et},ae=(Pe,et,hr)=>{ze(Pe,document.createComment(hr)),ze(Pe,pt(et).getGui())};ae(Ce,yR," AG Fake Horizontal Scroll ");const $e=s?.getOverlayWrapperCompClass();$e&&ae(Ce,$e," AG Overlay Wrapper "),H.current&&ae(H.current,xR," AG Fake Vertical Scroll ");const ur={setRowAnimationCssOnBodyViewport:i,setColumnCount:Pe=>{k.current&&Q1(k.current,Pe)},setRowCount:Pe=>{k.current&&Y1(k.current,Pe)},setTopHeight:r,setBottomHeight:l,setStickyTopHeight:d,setStickyTopTop:h,setStickyTopWidth:f,setTopInvisible:x,setBottomInvisible:P,setColumnMovingCss:(Pe,et)=>Z.current.toggleCss(Pe,et),updateLayoutClasses:ne,setAlwaysVerticalScrollClass:A,setPinnedTopBottomOverflowY:T,setCellSelectableCss:(Pe,et)=>U(et?Pe:null),setBodyViewportWidth:Pe=>{G.current&&(G.current.style.width=Pe)},registerBodyViewportResizeListener:Pe=>{if(G.current){const et=ts(e,G.current,Pe);W.current.push(()=>et())}},setStickyBottomHeight:v,setStickyBottomBottom:b,setStickyBottomWidth:R,setGridRootRole:Pe=>Ce.setAttribute("role",Pe)},Ai=t.createBean(new wR);be.current.push(Ai),Ai.setComp(ur,Ce,G.current,J.current,X.current,_.current,ie.current)},[]),xe=p.useMemo(()=>Ct("ag-root","ag-unselectable",N),[N]),ve=p.useMemo(()=>Ct("ag-body-viewport",o,N,I,O),[o,N,I,O]),oe=p.useMemo(()=>Ct("ag-body",N),[N]),Ge=p.useMemo(()=>Ct("ag-floating-top",y?"ag-invisible":null,O),[O,y]),Se=p.useMemo(()=>Ct("ag-sticky-top",O),[O]),_e=p.useMemo(()=>Ct("ag-sticky-bottom",m==="0px"?"ag-invisible":null,O),[O,m]),V=p.useMemo(()=>Ct("ag-floating-bottom",F?"ag-invisible":null,O),[O,F]),ge=p.useMemo(()=>({height:n,minHeight:n,overflowY:E}),[n,E]),te=p.useMemo(()=>({height:c,top:u,width:g}),[c,u,g]),me=p.useMemo(()=>({height:m,bottom:w,width:S}),[m,w,S]),Fe=p.useMemo(()=>({height:a,minHeight:a,overflowY:E}),[a,E]),Ve=Ce=>p.createElement(bI,{name:Ce,key:`${Ce}-container`}),re=({section:Ce,children:ze,className:pt,style:ae})=>p.createElement("div",{ref:Ce,className:pt,role:"presentation",style:ae},ze.map(Ve));return p.createElement("div",{ref:ee,className:xe},p.createElement(aI,null),re({section:J,className:Ge,style:ge,children:["topLeft","topCenter","topRight","topFullWidth"]}),p.createElement("div",{className:oe,ref:H,role:"presentation"},re({section:G,className:ve,children:["left","center","right","fullWidth"]})),re({section:_,className:Se,style:te,children:["stickyTopLeft","stickyTopCenter","stickyTopRight","stickyTopFullWidth"]}),re({section:ie,className:_e,style:me,children:["stickyBottomLeft","stickyBottomCenter","stickyBottomRight","stickyBottomFullWidth"]}),re({section:X,className:V,style:Fe,children:["bottomLeft","bottomCenter","bottomRight","bottomFullWidth"]}))},yI=p.memo(SI),RI=(e,t)=>{const{children:s,eFocusableElement:o,onTabKeyDown:i,gridCtrl:n,forceFocusOutWhenTabGuardsAreEmpty:r,isEmpty:a}=e,{context:l}=p.useContext(Je),c=p.useRef(null),d=p.useRef(null),u=p.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)};p.useImperativeHandle(t,()=>({forceFocusOutOfContainer(w){u.current?.forceFocusOutOfContainer(w)}}));const g=p.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 tp({comp:S,eTopGuard:w,eBottomGuard:b,eFocusableElement:o,onTabKeyDown:i,forceFocusOutWhenTabGuardsAreEmpty:r,focusInnerElement:R=>n.focusInnerElement(R),isEmpty:a}))}},[]),f=p.useCallback(w=>{c.current=w,g()},[g]),m=p.useCallback(w=>{d.current=w,g()},[g]),v=w=>{const b=w==="top"?wo.TAB_GUARD_TOP:wo.TAB_GUARD_BOTTOM;return p.createElement("div",{className:`${wo.TAB_GUARD} ${b}`,role:"presentation",ref:w==="top"?f:m})};return p.createElement(p.Fragment,null,v("top"),s,v("bottom"))},xI=p.forwardRef(RI),FI=p.memo(xI),EI=({context:e})=>{const[t,s]=p.useState(""),[o,i]=p.useState(""),[n,r]=p.useState(null),[a,l]=p.useState(null),[c,d]=p.useState(!1),[u,h]=p.useState(),g=p.useRef(),f=p.useRef(null),m=p.useRef(),[v,w]=p.useState(null),b=p.useRef(()=>{}),S=p.useRef(),R=p.useRef([]),y=p.useCallback(()=>{},[]);xs(" AG Grid ",f);const x=p.useCallback(T=>{if(f.current=T,g.current=T?e.createBean(new Sx):e.destroyBean(g.current),!T||e.isDestroyed())return;const O=g.current;b.current=O.focusInnerElement.bind(O);const U={destroyGridUi:()=>{},setRtlClass:s,forceFocusOutOfContainer:N=>{if(!N&&S.current?.isDisplayed()){S.current.forceFocusOutOfContainer(N);return}m.current?.forceFocusOutOfContainer(N)},updateLayoutClasses:i,getFocusableContainers:()=>{const N=[],ne=f.current?.querySelector(".ag-root");ne&&N.push({getGui:()=>ne});for(const Z of R.current)Z.isDisplayed()&&N.push(Z);return N},setCursor:r,setUserSelect:l};O.setComp(U,T,T),d(!0)},[]);p.useEffect(()=>{const T=g.current,O=f.current;if(!u||!T||!v||!O||e.isDestroyed())return;const U=[],{watermarkSelector:N,paginationSelector:ne,sideBarSelector:Z,statusBarSelector:k,gridHeaderDropZonesSelector:J}=T.getOptionalSelectors(),_=[];if(J){const H=e.createBean(new J.component),G=H.getGui();O.insertAdjacentElement("afterbegin",G),_.push(G),U.push(H)}if(Z){const H=e.createBean(new Z.component),G=H.getGui(),X=v.querySelector(".ag-tab-guard-bottom");X&&(X.insertAdjacentElement("beforebegin",G),_.push(G)),U.push(H),R.current.push(H)}const ie=H=>{const G=e.createBean(new H),X=G.getGui();return O.insertAdjacentElement("beforeend",X),_.push(X),U.push(G),G};if(k&&ie(k.component),ne){const H=ie(ne.component);S.current=H,R.current.push(H)}return N&&ie(N.component),()=>{e.destroyBeans(U);for(const H of _)H.remove()}},[u,v,e]);const F=p.useMemo(()=>Ct("ag-root-wrapper",t,o),[t,o]),P=p.useMemo(()=>Ct("ag-root-wrapper-body","ag-focus-managed",o),[o]),I=p.useMemo(()=>({userSelect:a??"",WebkitUserSelect:a??"",cursor:n??""}),[a,n]),A=p.useCallback(T=>{m.current=T,h(T!==null)},[]),E=p.useCallback(()=>!g.current?.isFocusable(),[]);return p.createElement("div",{ref:x,className:F,style:I,role:"presentation"},p.createElement("div",{className:P,ref:w,role:"presentation"},c&&v&&!e.isDestroyed()&&p.createElement(Je.Provider,{value:e.getBeans()},p.createElement(FI,{ref:A,eFocusableElement:v,onTabKeyDown:y,gridCtrl:g.current,forceFocusOutWhenTabGuardsAreEmpty:!0,isEmpty:E},p.createElement(yI,null)))))},DI=p.memo(EI),PI=class extends M{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))}},Ef={setGridApi:void 0,maxComponentCreationTimeMs:void 0,children:void 0},TI={gridOptions:void 0,modules:void 0,containerStyle:void 0,className:void 0,passGridApi:void 0,componentWrappingElement:void 0,...Ef},Df=new Set(Object.keys(TI)),MI=new Set(Object.keys(Ef)),Pf=e=>{const t=p.useRef(),s=p.useRef(null),o=p.useRef(null),i=p.useRef([]),n=p.useRef([]),r=p.useRef(e),a=p.useRef(),l=p.useRef(),c=p.useRef(!1),[d,u]=p.useState(void 0),[,h]=p.useState(0),g=p.useCallback(w=>{if(s.current=w,!w){for(const E of i.current)E();i.current.length=0;return}const b=e.modules||[];o.current||(o.current=new Y6(()=>h(E=>E+1),e.componentWrappingElement,e.maxComponentCreationTimeMs),i.current.push(()=>{o.current?.destroy(),o.current=null}));const S=Xb(e.gridOptions,e,Object.keys(e).filter(E=>!Df.has(E))),R=()=>{if(c.current){const E=()=>a.current?.shouldQueueUpdates()?void 0:n.current.shift();let T=E();for(;T;)T(),T=E()}},y=new LI(R);a.current=y;const x=new PI,F={providedBeanInstances:{frameworkCompWrapper:new kI(o.current,S),renderStatus:x},modules:b,frameworkOverrides:y,setThemeOnGridDiv:!0},P=E=>{u(E),E.createBean(x),i.current.push(()=>{E.destroy()}),E.getBean("ctrlsSvc").whenReady({addDestroyFunc:T=>{i.current.push(T)}},()=>{if(E.isDestroyed())return;const T=t.current;T&&e.passGridApi?.(T)})},I=E=>{E.getBean("ctrlsSvc").whenReady({addDestroyFunc:T=>{i.current.push(T)}},()=>{for(const T of n.current)T();n.current.length=0,c.current=!0})},A=new qD;S.gridId??(S.gridId=l.current),t.current=A.create(w,S,P,I,F),i.current.push(()=>{t.current=void 0}),t.current&&(l.current=t.current.getGridId())},[]),f=p.useMemo(()=>({height:"100%",...e.containerStyle||{}}),[e.containerStyle]),m=p.useCallback(w=>{c.current&&!a.current?.shouldQueueUpdates()?w():n.current.push(w)},[]);p.useEffect(()=>{const w=II(r.current,e);r.current=e,m(()=>{t.current&&Jb(w,t.current)})},[e]);const v=!p.useSyncExternalStore||tn(e,"renderingMode")==="legacy"?"legacy":"default";return p.createElement("div",{style:f,className:e.className,ref:g},p.createElement(wf.Provider,{value:v},d&&!d.isDestroyed()?p.createElement(DI,{key:d.instanceId,context:d}):null,o.current?.getPortals()??null))};function II(e,t){const s={};for(const o of Object.keys(t)){if(Df.has(o)){MI.has(o)&&L(274,{prop:o});continue}const i=t[o];e[o]!==i&&(s[o]=i)}return s}var kI=class extends JD{constructor(e,t){super(),this.parent=e,this.gridOptions=t}createWrapper(e,t){const s=this.gridOptions;if(tn(s,"reactiveCustomComponents")){const r=(a=>{switch(a){case"filter":return tn(s,"enableFilterHandlers")?G6:H6;case"floatingFilterComponent":return tn(s,"enableFilterHandlers")?z6:B6;case"dateComponent":return O6;case"dragAndDropImageComponent":return N6;case"loadingOverlayComponent":return _6;case"noRowsOverlayComponent":return U6;case"statusPanel":return $6;case"toolPanel":return K6;case"menuItem":return j6;case"cellRenderer":return L6;case"innerHeaderComponent":return W6}})(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":rc();break}const i=!t.cellRenderer&&t.name!=="toolPanel";return new Rf(e,this.parent,t,i)}},AI=p.forwardRef((e,t)=>{const s=p.useContext(Je),{registry:o,context:i,gos:n,rowModel:r}=s,[a,l]=p.useState(()=>new St),[c,d]=p.useState(()=>new St),[u,h]=p.useState(),[g,f]=p.useState(),m=p.useRef(),v=p.useRef(null),w=p.useRef(),b=p.useMemo(()=>Tb(e.api.getGridId(),u?.rowModelType??"clientSide"),[e]),S=p.useMemo(()=>a.toString()+" ag-details-row",[a]),R=p.useMemo(()=>c.toString()+" ag-details-grid",[c]);t&&p.useImperativeHandle(t,()=>({refresh(){return m.current?.refresh()??!1}})),e.template&&L(230);const y=p.useCallback(F=>{if(v.current=F,!F||i.isDestroyed()){m.current=i.destroyBean(m.current),w.current?.();return}const P={toggleCss:(A,E)=>l(T=>T.setClass(A,E)),toggleDetailGridCss:(A,E)=>d(T=>T.setClass(A,E)),setDetailGrid:A=>h(A),setRowData:A=>f(A),getGui:()=>v.current},I=o.createDynamicBean("detailCellRendererCtrl",!0);if(I&&(i.createBean(I),I.init(P,e),m.current=I,n.get("detailRowAutoHeight"))){const A=()=>{if(v.current==null)return;const E=v.current.clientHeight;E!=null&&E>0&&setTimeout(()=>{e.node.setRowHeight(E),(Oe(n)||Ys(n))&&r.onRowHeightChanged()},0)};w.current=ts(s,F,A),A()}},[]),x=p.useCallback(F=>{m.current?.registerDetailWithMaster(F)},[]);return p.createElement("div",{className:S,ref:y},u&&p.createElement(Pf,{className:R,...u,modules:b,rowData:g,passGridApi:x}))}),LI=class extends sp{constructor(e){super("react"),this.processQueuedUpdates=e,this.queueUpdates=!1,this.renderingEngine="react",this.frameworkComponents={agGroupCellRenderer:nu,agGroupRowRenderer:nu,agDetailCellRenderer:AI},this.wrapIncoming=(t,s)=>s==="ensureVisible"?P6(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 D6()}},OI=class extends p.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 p.createElement(Pf,{...this.props,passGridApi:this.setGridApi})}};const NI="h-full",na={accentColor:"var(--controls-bg-accent, #5C8DEA)",backgroundColor:"var(--bg-layer-2, #141A23)",oddRowBackgroundColor:"var(--bg-layer-3, #222932)",borderColor:"var(--bg-layer-4, #333942)",rowBorder:"1px solid var(--border-tertiary, #090D13)",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))"},cellStyle:{textAlign:"center"}},ra=40,HI=(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},GI=({selectedRowIds:e,onSelectionChange:t,rowData:s,getRowId:o})=>{const[i,n]=p.useState(new Set),r=e??i,a=p.useCallback(g=>{if(t&&e!==void 0){const f=(s||[]).filter(m=>g.has(o(m)));try{t(g,f)}catch{}}else n(g)},[t,e,s,o]),l=p.useCallback((g,f)=>{const m=new Set(r);f?m.add(g):m.delete(g),a(m)},[r,a]),c=s?.length||0,d=r.size,u=p.useMemo(()=>d===0?"unchecked":d===c?"checked":"indeterminate",[d,c]),h=p.useCallback(()=>{if(u==="checked")a(new Set);else{const g=new Set((s||[]).map(o));a(g)}},[u,a,s,o]);return{currentSelectedIds:r,handleSelectionToggle:l,headerCheckboxState:u,handleHeaderCheckboxChange:h}};kb.registerModules([E6]);const VI=({columnDefs:e,rowData:t,additionalGridOptions:s,getContextMenuItems:o,cssClass:i,ariaLabel:n="Data grid",withSelectionColumn:r=!0,wrapCustomCellRenderers:a=!0,selectedRowIds:l,onSelectionChange:c,getRowId:d=w=>String(w.id||JSON.stringify(w)),alternateOddRowColors:u=!1,filterPlaceholder:h="Enter value",emptyStateIcon:g,emptyStateTitle:f="No results found",emptyStateDescription:m="Sorry, we couldn't find any results for your search.",loading:v=!1})=>{const[w,b]=p.useState(ra),[S,R]=p.useState(),y=p.useId(),{currentSelectedIds:x,handleSelectionToggle:F,headerCheckboxState:P,handleHeaderCheckboxChange:I}=GI({selectedRowIds:l,onSelectionChange:c,rowData:t,getRowId:d}),A=p.useMemo(()=>({...na,oddRowBackgroundColor:u?na.oddRowBackgroundColor:na.backgroundColor}),[u]),E=p.useCallback(H=>{H.api.sizeColumnsToFit(),b(ra)},[]),T=p.useCallback(H=>{if(H.data){const G=d(H.data);return x.has(G)?"ag-row-selected":""}},[x,d]),O=p.useCallback(()=>{const H=P==="checked",G=P==="indeterminate";return C.jsx("div",{className:"flex items-center justify-center h-full header-checkbox-container",children:C.jsx(ni,{id:"header-select-all",ariaLabel:"Select all rows",checked:H,indeterminate:G,cssClass:`dial-header-select ${P}`,onChange:I})})},[P,I]),U=p.useCallback(H=>{if(H.data){const G=o?.(H.data)??[],X=H.value==null?"":String(H.value);return C.jsx(yt,{trigger:[xt.ContextMenu],menu:{items:G},anchorToMouse:!0,matchReferenceWidth:!0,cssClass:"w-full",children:C.jsx("span",{className:"block min-w-0 h-full max-w-full",children:C.jsx(Et,{text:X,cssClass:"max-w-full h-full"})})})}},[o]),N=p.useCallback(H=>{if(!H.data)return null;const G=d(H.data),X=x.has(G),be=`row-select-${G}`;return C.jsx("div",{className:"flex items-center justify-center h-full",children:C.jsx(ni,{id:be,ariaLabel:"Select row",checked:X,cssClass:"dial-row-select",onChange:W=>{F(G,!!W)}},`${G}-${X}`)})},[x,d,F]),ne=p.useCallback(H=>{const G=typeof a=="function"?a(H):!!a;if(!H.cellRenderer)return{...H,cellRenderer:U};if(!G)return H;const X=H.cellRenderer;return{...H,cellRenderer:W=>{const ee=W.data?o?.(W.data)??[]:[];let xe=null;if(typeof X=="function"){const ve=X;xe=C.jsx(ve,{...W})}else xe=U(W);return C.jsx(yt,{trigger:[xt.ContextMenu],menu:{items:ee},anchorToMouse:!0,matchReferenceWidth:!0,cssClass:"w-full h-full",children:C.jsx("span",{className:"block min-w-0 max-w-full",children:xe})})}}},[o,U,a]),Z=p.useMemo(()=>({colId:"__select",headerName:"",width:40,minWidth:40,suppressSizeToFit:!0,lockPosition:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:N,headerComponent:O}),[N,O]),k=p.useMemo(()=>{const H=(e??[]).map(ne);return r?[Z,...H]:H},[e,Z,r,ne]),J=p.useMemo(()=>({minWidth:150,resizable:!0,sortable:!0,floatingFilter:!0,filter:"agTextColumnFilter",filterParams:{filterPlaceholder:h,buttons:["reset"]},comparator:HI.bind(void 0)}),[h]),_=H=>{const G=k.map(X=>({...X,sort:void 0}));H.api.updateGridOptions({columnDefs:G,rowData:t}),H.api.sizeColumnsToFit(),R(H.api),s?.onGridReady?.(H)};p.useEffect(()=>{S&&S.redrawRows()},[S,x]);const ie=p.useCallback(()=>C.jsx(Un,{title:f,description:m,containerCssClass:"gap-3",titleCssClass:"mt-2 !text-lg",icon:g||C.jsx(j.IconZoomCancel,{size:100,stroke:.5,className:"text-secondary"})}),[f,m,g]);return C.jsx("div",{className:$(NI,i,r&&"with-selection-column"),"aria-label":n,role:"region","aria-busy":v,children:C.jsx("div",{className:"ag-theme-balham-dark h-full overflow-x-auto",role:"table","aria-describedby":y,children:C.jsx(OI,{rowModelType:"clientSide",headerHeight:ra,rowHeight:w,cellSelection:!1,getRowClass:T,theme:FE.withPart(iE).withParams({...A}),autoSizeStrategy:{type:"fitGridWidth"},columnDefs:k,defaultColDef:J,onGridSizeChanged:E,onGridReady:_,loading:v,suppressCellFocus:!0,suppressDragLeaveHidesColumns:!0,noRowsOverlayComponent:ie,rowData:t,...s})})})};var Wn=(e=>(e.MyFiles="my_files",e.Shared="shared",e.Organization="organization",e))(Wn||{}),rt=(e=>(e.Duplicate="duplicate",e.Copy="copy",e.Move="move",e.Rename="rename",e.Download="download",e.Delete="delete",e))(rt||{});const Tf=()=>{const[e,t]=p.useState(Ec());return p.useEffect(()=>{const s=()=>t(Ec());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},BI=({tabs:e,activeTab:t,onTabChange:s,areHiddenFilesVisible:o,onToggleHiddenFiles:i,isCreateButtonVisible:n,createButtonVariant:r=De.Secondary,createButtonDropdownItems:a=[],createButtonLabel:l="Create",hiddenFilesSwitcherLabel:c="Hidden files",showHiddenFilesLabel:d="Show hidden files",hideHiddenFilesLabel:u="Hide hidden files"})=>{const h=Tf(),g=p.useMemo(()=>[{key:"hidden-files-switch",label:o?u:d,icon:o?C.jsx(j.IconEyeOff,{...fe,className:"text-secondary"}):C.jsx(j.IconEye,{...fe,className:"text-secondary"}),onClick:()=>i?.(!o)}],[o,u,d,i]),f=()=>e&&t&&s?C.jsx(_u,{tabs:e,activeTab:t,onClick:w=>s(w),smallScreenThreshold:pn.Tablet,smallScreenContainerCssClass:"w-fit bg-transparent h-[38px]",smallScreenDropdownItemCssClass:"px-3 h-[38px]"}):null,m=()=>C.jsxs(C.Fragment,{children:[C.jsx(dl,{switchId:"hidden-files-switch",title:c,isOn:o,onChange:i}),n&&C.jsxs(C.Fragment,{children:[C.jsx("div",{className:"h-6 border-l border-primary"}),C.jsx(ma,{title:l,variant:r,items:a})]})]}),v=()=>C.jsxs(C.Fragment,{children:[C.jsx(yt,{menu:{items:g},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Re,{cssClass:"h-[38px]",iconBefore:C.jsx(j.IconDotsVertical,{...fe,className:"text-secondary hover:text-accent-primary"})})}),n?C.jsx(ma,{title:l,variant:r,items:a}):null]});return C.jsxs("div",{className:"flex w-full justify-between gap-4 items-center overflow-x-auto",children:[C.jsx("div",{className:"flex-1 min-w-0",children:f()}),C.jsx("div",{className:"flex gap-4 flex-shrink-0 items-center",children:h?v():m()})]})},zI=12,WI=8;var Ts=(e=>(e.Normal="normal",e.Reverse="reverse",e))(Ts||{});function _I({actions:e,direction:t=Ts.Normal,moreButtonWidth:s=ao,actionsGap:o=8,containerPadding:i=8,dependencies:n=[]}){const r=p.useRef(null),a=p.useRef(null),l=p.useRef(null),c=p.useRef(null),d=p.useRef([]),[u,h]=p.useState(e.length);p.useLayoutEffect(()=>{if(!a.current)return;const m=Array.from(a.current.children);d.current=m.map(v=>Math.ceil(v.getBoundingClientRect().width))},[e,...n]),p.useEffect(()=>{if(!r.current)return;let m=null;const v=()=>{m&&cancelAnimationFrame(m),m=requestAnimationFrame(()=>{const b=r.current,S=l.current?.offsetWidth??0,R=c.current?.offsetWidth??0,y=S+R,F=b.getBoundingClientRect().width-y-s-o*2-i*2,P=d.current;let I=0,A=0;if(t===Ts.Reverse)for(let E=P.length-1;E>=0&&(I+=P[E]+o,!(I>F));E--)A++;else for(const E of P){if(I+=E+o,I>F)break;A++}h(A)})},w=new ResizeObserver(v);return w.observe(r.current),v(),()=>{m&&cancelAnimationFrame(m),w.disconnect()}},[e.length,t,...n]);const g=t===Ts.Reverse?e.slice(0,e.length-u):e.slice(u);return{visibleActions:t===Ts.Reverse?e.slice(e.length-u):e.slice(0,u),hiddenActions:g,refs:{containerRef:r,measureRef:a,leftSectionRef:l,rightSectionRef:c}}}const jI=({selectionLabel:e,onClearSelection:t,actions:s})=>{const o=Tf(),{refs:{containerRef:i,leftSectionRef:n,measureRef:r},visibleActions:a,hiddenActions:l}=_I({actions:s,direction:Ts.Reverse,dependencies:[o],actionsGap:zI,containerPadding:WI});return C.jsxs(C.Fragment,{children:[C.jsx("div",{ref:r,className:"absolute top-0 left-0 invisible pointer-events-none overflow-hidden whitespace-nowrap flex gap-3",children:s.map(({key:c,icon:d,title:u})=>C.jsx(Re,{iconBefore:d,title:u,variant:De.Secondary,hideTitleOnMobile:!0},c))}),C.jsxs("div",{ref:i,className:"rounded bg-layer-0 p-2 flex justify-between items-center w-full",role:"toolbar","aria-label":"File bulk actions",children:[C.jsx("div",{ref:n,children:C.jsx(Re,{title:e,onClick:t,textCssClass:"text-accent-primary whitespace-nowrap",variant:De.Tertiary,iconBefore:C.jsx(j.IconX,{...fe,className:"text-accent-primary"})})}),C.jsxs("div",{className:"flex flex-1 w-full gap-3 items-center justify-end",children:[l.length>0&&C.jsx(yt,{menu:{items:l},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Re,{cssClass:"h-[38px]",iconBefore:C.jsx(j.IconDotsVertical,{...fe,className:"text-secondary hover:text-accent-primary"})})}),a.map(({key:c,icon:d,title:u,onClick:h,disabled:g})=>C.jsx(Re,{cssClass:"!p-[9px]",iconBefore:d,title:u,variant:De.Secondary,hideTitleOnMobile:!0,disable:g,onClick:f=>h?.({key:c,domEvent:f})},c))]})]})]})},UI=e=>le.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},le.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"})),$I=e=>le.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},le.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"})),KI=e=>{const[t,s]=p.useState(e?.showHiddenFiles??!1),o=!!e?.onShowHiddenFilesChange,i=o?e.showHiddenFiles??!1:t,n=p.useCallback(a=>{o?e?.onShowHiddenFilesChange?.(a):s(a)},[o,e]),r=p.useCallback(()=>{const a=!i;o?e?.onShowHiddenFilesChange?.(a):s(a)},[i,o,e]);return{areHiddenFilesVisible:i,toggleHiddenFilesVisibility:r,setAreHiddenFilesVisible:n}},qI=e=>{const[t,s]=p.useState(e?.collapsed??!1),o=!!e?.onCollapseChange,i=o?e.collapsed??!1:t,n=p.useCallback(a=>{o?e?.onCollapseChange?.(a):s(a)},[o,e]),r=p.useCallback(()=>{const a=!i;o?e?.onCollapseChange?.(a):s(a)},[i,o,e]);return{isTreeCollapsed:i,toggleTreeCollapse:r,setIsTreeCollapsed:n}},YI=(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},ZI=e=>e.name,aa=(e,t,s,o=!1)=>{const i=new Set(s.map(ZI));return t.map(n=>{const r=n.name,a=o?r:YI(r,i);return o||i.add(a),{sourceUrl:n.path,destinationUrl:`${e}/${a}`,overwrite:o,nodeType:n.nodeType??Vt.ITEM}})},QI=({getDestinationFiles:e,onCopyFiles:t,onMoveToFiles:s})=>{const[o,i]=p.useState(!1),[n,r]=p.useState([]),[a,l]=p.useState([]),[c,d]=p.useState("copy"),u=p.useCallback(S=>{const R=e(S),y=aa(S,n,R,!1);t?.(y,S)},[e,t,n]),h=p.useCallback((S,R)=>{const y=e(S),x=aa(S,a,y,!0);s?.(x,R,S)},[e,s,a]),g=p.useCallback(S=>{const R=S.at(0)?.parentPath??"/",y=e(R),x=aa(R,S,y,!1);t?.(x,R)},[t,e]),f=p.useCallback(S=>{d(S),i(!0)},[]),m=p.useCallback(()=>{r([]),l([])},[]),v=p.useCallback(()=>{i(!1),m()},[m]),w=p.useCallback(S=>{r(S)},[]),b=p.useCallback(S=>{l(S)},[]);return{handleDuplicate:g,handleCloseDestinationFolderPopup:v,handleOpenDestinationFolderPopup:f,handleCopyTo:u,handleMoveTo:h,openDestinationFolderPopup:o,destinationFolderMode:c,handleSetCopiedFiles:w,handleSetMovedFiles:b,clearState:m}},XI=({path:e,onPathChange:t,onSelectionClear:s})=>{const[o,i]=p.useState(e);p.useEffect(()=>{i(e),s?.()},[e,s]);const n=p.useCallback(r=>{i(r),t?.(r),s?.()},[t,s]);return{currentPath:o,setCurrentPath:i,handlePathChange:n}},JI=({onDeleteFiles:e})=>{const[t,s]=p.useState(!1),[o,i]=p.useState([]),[n,r]=p.useState(""),a=p.useCallback((d,u)=>{i(d),r(u),s(!0)},[]),l=p.useCallback(()=>{s(!1),i([])},[]),c=p.useCallback(()=>{if(e&&o.length>0){const d=o.map(u=>({sourceUrl:u.path,nodeType:u.nodeType}));e(d,n)}l()},[o,e,l,n]);return{deleteConfirmationOpen:t,itemsToDelete:o,openDeleteConfirmation:a,closeDeleteConfirmation:l,confirmDelete:c}},ek=({onDownloadFiles:e})=>({handleDownloadFiles:p.useCallback(s=>{e&&s.length>0&&e(s)},[e])}),Mf=p.createContext(void 0);function If(e,t,s){const o=e.path.replace(t,s),i={sourceUrl:e.path,destinationUrl:o,nodeType:e.nodeType};if(!e.items||e.items.length===0)return[i];const n=e.items.flatMap(r=>If(r,t,s));return[i,...n]}function tk(e,t){const s=e.replace(/\/+$/,"").split("/");return s[s.length-1]=t,s.join("/")}const sk=({items:e,onRename:t,onRenameSave:s,onRenameCancel:o,onRenameValidate:i,onMoveToFiles:n})=>{const[r,a]=p.useState(),l=p.useCallback(h=>{t?.(h),a(h)},[t]),c=p.useCallback(()=>{a(void 0),o?.()},[o]),d=p.useCallback(h=>{if(n&&r){const g=tk(r,h),f=Cn(e,r);if(f){const m=If(f,r,g);n(m,r,g)}}a(void 0),s?.(h)},[s,r,n,e]),u=p.useCallback((h,g)=>i?.(h,g)??null,[i]);return{renamedPath:r,renameHandler:l,renameSaveHandler:d,renameCancelHandler:c,renameValidateHandler:u}},ok=e=>{if(!e||e<=0)return"-";const t=1024,s=t*1024;return e>=s?`${(e/s).toFixed(1)} MB`:e>=t?`${(e/t).toFixed(0)} KB`:`${e} bytes`},kf=({children:e,cssClass:t,items:s=[],rootItem:o,path:i,filesLoading:n,showHiddenFiles:r,onShowHiddenFilesChange:a,treeOptions:l,navigationPanelOptions:c,deleteConfirmationOptions:d,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:g,destinationFolderPopupOptions:f,onPathChange:m,onTableFileClick:v,onCopyFiles:w,onMoveToFiles:b,onDeleteFiles:S,onDownloadFiles:R,onRename:y,onRenameSave:x,onRenameCancel:F,onRenameValidate:P})=>{const[I,A]=p.useState(new Set),E=p.useCallback(()=>A(new Set),[]),{currentPath:T,setCurrentPath:O,handlePathChange:U}=XI({path:i,onPathChange:m,onSelectionClear:E}),[N,ne]=p.useState(),Z=f?.destinationFolderPath??N,k=p.useCallback(Ne=>{f?.setDestinationFolderPath?f.setDestinationFolderPath(Ne):ne(Ne)},[f]),{areHiddenFilesVisible:J,toggleHiddenFilesVisibility:_}=KI({showHiddenFiles:r,onShowHiddenFilesChange:a}),{isTreeCollapsed:ie,toggleTreeCollapse:H,setIsTreeCollapsed:G}=qI({collapsed:l?.collapsed,onCollapseChange:l?.onCollapseChange}),{renamedPath:X,renameHandler:be,renameSaveHandler:W,renameCancelHandler:ee,renameValidateHandler:xe}=sk({items:s,onRename:y,onRenameSave:x,onRenameCancel:F,onRenameValidate:P,onMoveToFiles:b}),[ve,oe]=p.useState("");p.useEffect(()=>{const Ne=c?.value;Ne!=null&&oe(String(Ne))},[c?.value]);const Ge=String(c?.value??ve??"").trim(),Se=p.useMemo(()=>Nc(s,T)??s[0],[s,T]),{handleCopyTo:_e,handleMoveTo:V,handleDuplicate:ge,handleOpenDestinationFolderPopup:te,handleCloseDestinationFolderPopup:me,openDestinationFolderPopup:Fe,handleSetCopiedFiles:Ve,handleSetMovedFiles:re,destinationFolderMode:Ce}=QI({getDestinationFiles:Ne=>Nc(s,Ne)?.items??[],onCopyFiles:w,onMoveToFiles:b});p.useEffect(()=>{Fe&&!Z&&k(T??o?.path??"/")},[Fe,Z,T,o?.path,k]),p.useEffect(()=>{Fe||k(void 0)},[Fe,k]);const{deleteConfirmationOpen:ze,itemsToDelete:pt,openDeleteConfirmation:ae,closeDeleteConfirmation:$e,confirmDelete:ur}=JI({onDeleteFiles:S}),{handleDownloadFiles:Ai}=ek({onDownloadFiles:R}),Pe=p.useMemo(()=>{const Ne=Zi(Ge).trim(),Ho=Se?.items??[];let gr=Ne?D1(Se):Ho;J||(gr=gr.filter(Ke=>!dh(Ke)));const ac=gr.map(Ke=>({id:Ke.id??Ke.path,name:Ke.name??Ke.path.split("/").pop()??"",updatedAt:Ke.updatedAt,size:Ke.nodeType===Vt.ITEM?ok(Ke.contentLength):"-",author:Ke.author,path:Ke.path,nodeType:Ke.nodeType,extension:Ke.extension}));if(!Ne)return ac;const Gf=Ne.split(/\s+/).filter(Boolean);return ac.filter(Ke=>{const Vf=Zi(Ke.name),Bf=Zi(Ke.author),zf=E1(Ke.extension);return Gf.every(pr=>Vf.includes(pr)||Bf.includes(pr)||zf.includes(pr))})},[Se,Ge,J]),et=p.useCallback(Ne=>{U(Ne.path)},[U]),hr=p.useCallback(Ne=>{U(Ne)},[U]),Of=p.useCallback(Ne=>{const Ho=String(Ne??"");oe(Ho),c?.onSearchChange?.(Ho)},[c]),Nf=p.useCallback(Ne=>{Ne.nodeType===Vt.FOLDER?U(Ne.path):v?.(Ne)},[U,v]),Hf={cssClass:t,items:s,rootItem:o,filesLoading:n,treeOptions:l,navigationPanelOptions:c,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:g,deleteConfirmationOptions:d,destinationFolderPopupOptions:{destinationFolderPath:Z,setDestinationFolderPath:k},currentPath:T,setCurrentPath:O,searchValue:ve,effectiveSearchValue:Ge,setSearchValue:oe,areHiddenFilesVisible:J,toggleHiddenFilesVisibility:_,isTreeCollapsed:ie,toggleTreeCollapse:H,setIsTreeCollapsed:G,selectedIds:I,setSelectedIds:A,clearSelection:E,currentFolder:Se,gridRows:Pe,handleCopyTo:_e,handleMoveTo:V,handleDuplicate:ge,handleSetCopiedFiles:Ve,handleSetMovedFiles:re,openDestinationFolderPopup:Fe,handleCloseDestinationFolderPopup:me,handleOpenDestinationFolderPopup:te,destinationFolderMode:Ce,handleDownloadFiles:Ai,renamedPath:X,onRename:be,onRenameSave:W,onRenameCancel:ee,onRenameValidate:xe,openDeleteConfirmation:ae,closeDeleteConfirmation:$e,confirmDelete:ur,deleteConfirmationOpen:ze,itemsToDelete:pt,handlePathChange:U,handleTreeItemClick:et,handleBreadcrumbItemClick:hr,handleSearchChange:Of,handleTableRowClick:Nf,onTableFileClick:v};return C.jsx(Mf.Provider,{value:Hf,children:e})},Af=()=>{const e=p.useContext(Mf);if(!e)throw new Error("useFileManagerContext must be used within <FileManagerProvider>");return e},ik=({open:e,itemsToDelete:t,onClose:s,onConfirm:o,cancelLabel:i="Cancel",confirmLabel:n="Delete",titleRenderer:r,contentRenderer:a})=>{const l=t.map(g=>g.name),d=r?.(l)||"Confirm Deleting Items",u=C.jsxs("div",{className:"px-6 py-3 dial-small",children:[C.jsx("p",{className:"text-secondary mb-3",children:t.length===1?C.jsxs(C.Fragment,{children:["Do you want to delete file or folder"," ",C.jsxs("span",{className:"text-primary",children:['"',t[0].name,'"']}),"?"]}):C.jsxs(C.Fragment,{children:["Do you want to delete the following"," ",C.jsx("span",{className:"text-primary",children:t.length})," item",t.length!==1?"s":"","?"]})}),t.length>1&&C.jsx(C.Fragment,{children:t.length<=10?C.jsx("ul",{className:"space-y-1 text-primary list-none",children:t.map(g=>C.jsx("li",{className:"truncate",children:g.name},g.path))}):C.jsxs(C.Fragment,{children:[C.jsx("ul",{className:"space-y-1 text-primary list-none mb-2",children:t.slice(0,10).map(g=>C.jsx("li",{className:"truncate",children:g.name},g.path))}),C.jsxs("p",{className:"text-secondary italic",children:["... and ",t.length-10," more"]})]})})]}),h=a?.(l)||u;return C.jsx(Qu,{open:e,title:d,confirmLabel:n,cancelLabel:i,variant:Ro.Danger,onClose:s,onConfirm:o,children:h})},nk=({onClose:e,onConfirm:t,open:s,copyLabel:o="Copy",moveLabel:i="Move",addFolderLabel:n="Add folder",mode:r="copy",hiddenFilesSwitcherLabel:a="Show hidden files",...l})=>{const[c,d]=p.useState(!1),u=p.useCallback(h=>{d(h)},[]);return C.jsx(xi,{open:s,onClose:()=>{e()},size:Nt.Lg,footer:C.jsxs("div",{className:"flex justify-between space-x-2 py-4 px-6",children:[C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Re,{title:n,variant:De.Tertiary,iconBefore:C.jsx(j.IconFolderPlus,{...fe})}),C.jsx("div",{className:"border border-l border-primary my-2"}),C.jsx("div",{className:"inline-flex items-center cursor-pointer",onClick:h=>{h.stopPropagation(),u(!c)},children:C.jsx(dl,{title:a,isOn:c,onChange:u,switchId:"hidden-files-switch"})})]}),C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Re,{onClick:e,title:"Cancel",variant:De.Secondary}),C.jsx(Re,{onClick:t,title:r==="copy"?o:i,variant:De.Primary})]})]}),children:C.jsx(Lf,{...l,showHiddenFiles:c,onShowHiddenFilesChange:u,treeOptions:{...l.treeOptions,collapsed:!0,expandedPaths:new Set([l.rootItem?.path||"/"])}})})},Lf=e=>C.jsx(kf,{...e,children:C.jsx(rk,{})}),rk=()=>{const{cssClass:e,items:t,rootItem:s,filesLoading:o,treeOptions:i,navigationPanelOptions:n,gridOptions:r,toolbarOptions:a,bulkActionsToolbarOptions:l,deleteConfirmationOptions:c,destinationFolderPopupOptions:d,areHiddenFilesVisible:u,toggleHiddenFilesVisibility:h,isTreeCollapsed:g,toggleTreeCollapse:f,currentPath:m,gridRows:v,selectedIds:w,setSelectedIds:b,clearSelection:S,effectiveSearchValue:R,handleBreadcrumbItemClick:y,handleSearchChange:x,handleTreeItemClick:F,handleTableRowClick:P,handleOpenDestinationFolderPopup:I,handleCloseDestinationFolderPopup:A,openDestinationFolderPopup:E,destinationFolderMode:T,handleSetCopiedFiles:O,handleSetMovedFiles:U,handleDuplicate:N,handleCopyTo:ne,handleMoveTo:Z,handleDownloadFiles:k,openDeleteConfirmation:J,closeDeleteConfirmation:_,confirmDelete:ie,deleteConfirmationOpen:H,itemsToDelete:G,renamedPath:X,onRename:be,onRenameSave:W,onRenameCancel:ee,onRenameValidate:xe}=Af(),{width:ve=y1,title:oe=R1,containerCssClass:Ge=b1,additionalButtons:Se,..._e}=i??{},{columnDefs:V,filterable:ge=!0,dateLocale:te,dateOptions:me,...Fe}=r??{},Ve=p.useMemo(()=>[{field:"name",headerName:"Name",flex:1,minWidth:200,cellRenderer:ae=>ae.data?.nodeType===Vt.FOLDER?C.jsx(al,{name:ae.data.name}):C.jsx(rl,{name:ae.data.name})},{field:"updatedAt",headerName:"Modified Date",width:168,suppressSizeToFit:!0,cellRenderer:zu,cellRendererParams:{locale:te,emptyPlaceholder:"—",options:me}},{field:"size",headerName:"Size",width:120,suppressSizeToFit:!0}],[te,me]),re=V??Ve,Ce=p.useMemo(()=>ge?re:re.map(ae=>({...ae,filter:!1,floatingFilter:!1})),[re,ge]),ze=ae=>{const $e=[];return i?.actionLabels&&(i.actionLabels[rt.Duplicate]&&$e.push({key:"duplicate",label:i.actionLabels[rt.Duplicate],icon:C.jsx(j.IconCopy,{...fe,className:"text-secondary"}),onClick:()=>N([ae])}),i.actionLabels[rt.Copy]&&$e.push({key:"copy",label:i.actionLabels[rt.Copy],icon:C.jsx(UI,{width:fe.size,height:fe.size,className:"text-secondary"}),onClick:()=>{O([ae]),I("copy")}}),i.actionLabels[rt.Move]&&$e.push({key:"move",label:i.actionLabels[rt.Move],icon:C.jsx($I,{width:fe.size,height:fe.size,className:"text-secondary"}),onClick:()=>{U([ae]),I("move")}}),i.actionLabels[rt.Download]&&$e.push({key:"download",label:i.actionLabels[rt.Download],icon:C.jsx(j.IconDownload,{...fe,className:"text-secondary"}),onClick:()=>k([ae])}),i.actionLabels[rt.Rename]&&$e.push({key:"rename",label:i.actionLabels[rt.Rename],icon:C.jsx(j.IconPencilMinus,{...fe,className:"text-secondary"}),onClick:()=>be(ae.path)}),i.actionLabels[rt.Delete]&&$e.push({key:"delete",label:i.actionLabels[rt.Delete],icon:C.jsx(j.IconTrashX,{...fe,className:"text-secondary"}),onClick:()=>J([ae],ae.parentPath??"")})),$e},pt=ae=>{b(ae)};return C.jsxs("section",{className:ue(C1,{"gap-3 pt-4":l&&w.size>0},e),children:[a&&w.size===0&&C.jsx("div",{className:Oc,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(BI,{...a,areHiddenFilesVisible:u,onToggleHiddenFiles:h})}),w.size>0&&l&&C.jsx("div",{className:Oc,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(jI,{...l,onClearSelection:S,selectionLabel:`${w.size} ${l.selectionLabel}`})}),C.jsxs("div",{className:v1,children:[C.jsx("aside",{role:"region","aria-label":"File Manager Tree Navigation",className:"min-h-0 min-w-0 h-full flex-none",children:C.jsx(Du,{width:ve,title:oe,containerCssClass:Ge,additionalButtons:Se,isOpened:g,onToggle:f,children:C.jsx(I1,{..._e,items:t,selectedPath:m,onItemClick:F,areHiddenFilesVisible:u,getContextMenuItems:ze,renamedPath:X,onRenameSave:W,onRenameCancel:ee,onRenameValidate:xe})})}),C.jsxs("div",{className:w1,children:[C.jsx(O1,{...n??{},path:m,onItemClick:y,makeHref:ae=>"/"+ae.join("/"),rootItemPath:s?.path,rootItemLabel:s?.breadcrumbLabel,value:R,onSearchChange:x}),C.jsx("section",{role:"region","aria-label":"File Manager Grid View",className:S1,children:C.jsx(VI,{columnDefs:Ce,rowData:v,getRowId:ae=>ae.path,loading:o,...Fe,additionalGridOptions:{...Fe.additionalGridOptions,onCellClicked:ae=>{ae.colDef.colId!=="__select"&&ae.data&&P(ae.data)}},selectedRowIds:w,onSelectionChange:pt})})]})]}),C.jsx(ik,{open:H,itemsToDelete:G,onClose:_,onConfirm:ie,cancelLabel:c?.cancelLabel,confirmLabel:c?.confirmLabel,titleRenderer:c?.titleRenderer,contentRenderer:c?.contentRenderer}),C.jsx(nk,{open:E,onClose:A,onConfirm:()=>{const ae=d?.destinationFolderPath??"/";T==="copy"?ne(ae):Z(ae,m??"/"),A()},mode:T,items:t,rootItem:s,onPathChange:d?.setDestinationFolderPath,path:d?.destinationFolderPath,addFolderLabel:d?.addFolderLabel,copyLabel:d?.copyLabel,moveLabel:d?.moveLabel,hiddenFilesSwitcherLabel:d?.hiddenFilesSwitcherLabel,gridOptions:{columnDefs:Ce}})]})},ak=e=>{const[t,s]=p.useState(Wn.MyFiles),o=n=>{s(n)},i=p.useMemo(()=>{if(e)return Object.values(Wn).map(n=>({id:n,name:e?.[n]||n.replace("_"," ")}))},[e]);return{activeTab:t,handleTabChange:o,tabs:i}};exports.AlertVariant=Fs;exports.ButtonVariant=De;exports.ConfirmationPopupVariant=Ro;exports.DialAlert=Mm;exports.DialAutocompleteInput=_w;exports.DialAutocompleteInputValue=ul;exports.DialBreadcrumb=Ku;exports.DialBreadcrumbItem=Uo;exports.DialButton=Re;exports.DialButtonDropdown=ma;exports.DialCheckbox=ni;exports.DialCloseButton=cl;exports.DialCollapsibleSidebar=Du;exports.DialConfirmationPopup=Qu;exports.DialDateCellRenderer=zu;exports.DialDraggableItem=qv;exports.DialDropdown=yt;exports.DialEllipsisTooltip=Et;exports.DialErrorText=us;exports.DialFieldLabel=Ks;exports.DialFileIcon=nl;exports.DialFileManager=Lf;exports.DialFileManagerActions=rt;exports.DialFileManagerTabs=Wn;exports.DialFileName=rl;exports.DialFileNodeType=Vt;exports.DialFilePermission=ch;exports.DialFileResourceType=lh;exports.DialFolderName=al;exports.DialFormItem=jn;exports.DialFormPopup=Gw;exports.DialIcon=Ee;exports.DialInput=Gs;exports.DialInputPopup=Xu;exports.DialItemType=Vs;exports.DialLabelledText=jm;exports.DialLoadFileAreaField=p1;exports.DialLoader=Ri;exports.DialNoDataContent=Un;exports.DialNumberInputField=Rw;exports.DialPasswordInput=Ju;exports.DialPasswordInputField=zw;exports.DialPopup=xi;exports.DialRadioButton=Fu;exports.DialRadioGroup=Eu;exports.DialRadioGroupPopupField=Lw;exports.DialRemoveButton=qu;exports.DialSearch=hl;exports.DialSelect=th;exports.DialSelectField=Zw;exports.DialSharedEntityIndicator=li;exports.DialSteps=Gm;exports.DialSwitch=dl;exports.DialTabs=_u;exports.DialTag=Kn;exports.DialTagInput=jw;exports.DialTextAreaField=Fw;exports.DialTextInputField=xw;exports.DialTextarea=Yu;exports.DialTooltip=Jt;exports.DropdownItemType=ll;exports.DropdownTrigger=xt;exports.DropdownType=Wu;exports.FileManagerProvider=kf;exports.FlexibleActionsDirection=Ts;exports.FormItemOrientation=ri;exports.PopupSize=Nt;exports.RadioGroupOrientation=ai;exports.SearchSize=ci;exports.SelectSize=fn;exports.SelectVariant=mn;exports.StepStatus=ct;exports.TabOrientation=gn;exports.TagVariant=$n;exports.mergeClasses=ue;exports.useDialFileManagerTabs=ak;exports.useEditableItem=uh;exports.useFileManagerContext=Af;
|
|
62
|
+
`,PT=class extends sP{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,tu),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():(L(53),t=""),'"'+t.replace(/"/g,'""')+'"'}parse(){return this.result}beginNewLine(){this.isFirstLine||(this.result+=tu),this.isFirstLine=!1}},TT=class extends tP{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()){L(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(Q(this.gos,{})):t.fileName;oP(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 PT({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 MT(e,t){return e.csvCreator?.getDataAsCsv(t)}function IT(e,t){e.csvCreator?.exportDataAsCsv(t)}var kT={moduleName:"CsvExport",version:B,beans:[TT],apiFunctions:{getDataAsCsv:MT,exportDataAsCsv:IT},dependsOn:[DT]},AT=class extends M{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 ms(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){z(t)?e.setDataAndId(t,s.toString()):e.setDataAndId(void 0,void 0)}loadFromDatasource(){const e=this.createLoadParams();if(Ie(this.params.datasource.getRows)){L(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:Q(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 ms(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()}},LT=2,OT=class extends M{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 AT(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()&&(Ws(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=LT-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,z(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}},NT=class extends M{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 ms(e);this.rootNode=t,t.level=-1,this.rowHeight=As(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=As(this.beans),this.cacheParams.rowHeight=this.rowHeight,this.updateRowHeights()})}onColumnEverything(){let e;this.cacheParams?e=!di(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;Fo(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:As(e),overflowSize:n.get("cacheOverflowSize"),blockSize:n.get("cacheBlockSize"),lastAccessedSequence:{value:0}},this.infiniteCache=this.createBean(new OT(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 HT(e){rr(e)?.refreshCache()}function GT(e){rr(e)?.purgeCache()}function VT(e){return rr(e)?.getRowCount()}var BT=class extends M{constructor(){super(...arguments),this.beanName="rowNodeBlockLoader",this.activeBlockLoadsCount=0,this.blocks=[],this.active=!0}postConstruct(){this.maxConcurrentRequests=_b(this.gos);const e=this.gos.get("blockLoadDebounceMillis");e&&e>0&&(this.checkBlockToLoadDebounce=Ye(this,this.performCheckBlocksToLoad.bind(this),e))}addBlock(e){this.blocks.push(e),e.addEventListener("loadComplete",this.loadComplete.bind(this)),this.checkBlockToLoad()}removeBlock(e){Dt(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){Ws(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(){Ws(this.gos,`RowNodeBlockLoader - printCacheStatus: activePageLoadsCount = ${this.activeBlockLoadsCount}, blocks = ${JSON.stringify(this.getBlockState())}`)}},zT={moduleName:"InfiniteRowModelCore",version:B,rowModels:["infinite"],beans:[NT,BT]},WT={moduleName:"InfiniteRowModel",version:B,apiFunctions:{refreshInfiniteCache:HT,purgeInfiniteCache:GT,getInfiniteRowCount:VT},dependsOn:[zT,eT]},_T="↑",jT="↓",UT={tag:"span",children:[{tag:"span",ref:"eDelta",cls:"ag-value-change-delta"},{tag:"span",ref:"eValue",cls:"ag-value-change-value"}]},$T=class extends Le{constructor(){super(UT),this.eValue=Y,this.eDelta=Y,this.refreshCount=0}init(e){this.refresh(e,!0)}showDelta(e,t){const s=Math.abs(t),o=e.formatValue(s),i=z(o)?o:s,n=t>=0,r=this.eDelta;n?r.textContent=_T+i:r.textContent=jT+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"),at(this.eDelta)}refresh(e,t=!1){const{value:s,valueFormatted:o}=e,{eValue:i,lastValue:n,beans:r}=this;if(s===n||(z(o)?i.textContent=o:z(s)?i.textContent=s:at(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}},KT=".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}",qT={tag:"span",children:[{tag:"span",ref:"eCurrent",cls:"ag-value-slide-current"}]},YT=class extends Le{constructor(){super(qT),this.eCurrent=Y,this.refreshCount=0,this.registerCSS(KT)}init(e){this.refresh(e,!0)}addSlideAnimation(){this.refreshCount++;const e=this.refreshCount;this.ePrevious?.remove();const{beans:t,eCurrent:s}=this,o=it({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(Ie(s)&&(s=""),s===this.lastValue||this.beans.filterManager?.isSuppressFlashingCellsBecauseFiltering())return!1;t||this.addSlideAnimation(),this.lastValue=s;const o=this.eCurrent;return z(e.valueFormatted)?o.textContent=e.valueFormatted:z(e.value)?o.textContent=s:at(o),!0}},ZT=class extends M{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:g,eGui:{style:f}}=r;switch(l){case"flash":g.toggleCss(i,!1),g.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":g.toggleCss(i,!1),g.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=zx(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 QT(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 XT={moduleName:"HighlightChanges",version:B,beans:[ZT],userComponents:{agAnimateShowChangeCellRenderer:$T,agAnimateSlideCellRenderer:YT},apiFunctions:{flashCells:QT}};function JT(e){return e.stateSvc?.getState()??{}}function eM(e,t,s){return e.stateSvc?.setState(t,s)}function su(e){return e={...e},e.version||(e.version="32.1.0"),e.version==="32.1.0"&&(e=tM(e)),e.version=B,e}function tM(e){return e.cellSelection=sM(e,"rangeSelection"),e}function sM(e,t){if(e&&typeof e=="object")return e[t]}var oM=class extends M{constructor(){super(...arguments),this.beanName="stateSvc",this.updateRowGroupExpansionStateTimer=0,this.suppressEvents=!0,this.queuedUpdateSources=new Set,this.dispatchStateUpdateEventDebounced=Ye(this,()=>this.dispatchQueuedStateUpdateEvents(),0),this.onRowGroupOpenedDebounced=Ye(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=Ye(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=Oe(e);const o=su(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=su(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 QD(Mn(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 g=(E,T)=>{const O=!o?.has(E)&&!!(T||t==="api");return h||(h=O),O},f={},m=E=>{let T=f[E];return T||(T={colId:E},f[E]=T,T)},v={},w=g("sort",i);w&&i?.sortModel.forEach(({colId:E,sort:T},O)=>{const U=m(E);U.sort=T,U.sortIndex=O}),(w||!s)&&(v.sort=null,v.sortIndex=null);const b=g("rowGroup",n);b&&n?.groupColIds.forEach((E,T)=>{const O=m(E);O.rowGroup=!0,O.rowGroupIndex=T}),(b||!s)&&(v.rowGroup=null,v.rowGroupIndex=null);const S=g("aggregation",r);S&&r?.aggregationModel.forEach(({colId:E,aggFunc:T})=>{m(E).aggFunc=T}),(S||!s)&&(v.aggFunc=null);const R=g("pivot",a);R&&(a?.pivotColIds.forEach((E,T)=>{const O=m(E);O.pivot=!0,O.pivotIndex=T}),this.gos.updateGridOptions({options:{pivotMode:!!a?.pivotMode},source:t})),(R||!s)&&(v.pivot=null,v.pivotIndex=null);const y=g("columnPinning",l);if(y){for(const E of l?.leftColIds??[])m(E).pinned="left";for(const E of l?.rightColIds??[])m(E).pinned="right"}(y||!s)&&(v.pinned=null);const x=g("columnVisibility",c);if(x)for(const E of c?.hiddenColIds??[])m(E).hide=!0;(x||!s)&&(v.hide=null);const F=g("columnSizing",d);if(F)for(const{colId:E,flex:T,width:O}of d?.columnSizingModel??[]){const U=m(E);U.flex=T??null,U.width=O}(F||!s)&&(v.flex=null);const P=u?.orderedColIds,I=!!P?.length&&!o?.has("columnOrder"),A=I?P.map(E=>m(E)):Object.values(f);(A.length||h)&&(this.columnStates=A,Ft(this.beans,{state:A,applyOrder:I,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);Ft(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 XD(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(!ps(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];di(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),di(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")}},iM={moduleName:"GridState",version:B,beans:[oM],apiFunctions:{getState:JT,setState:eM}};function nM(e){return e.rowModel.isLastRowIndexKnown()}function rM(e){return e.pagination?.getPageSize()??100}function aM(e){return e.pagination?.getCurrentPage()??0}function lM(e){return e.pagination?.getTotalPages()??1}function cM(e){return e.pagination?e.pagination.getMasterRowCount():e.rowModel.getRowCount()}function dM(e){e.pagination?.goToNextPage()}function uM(e){e.pagination?.goToPreviousPage()}function hM(e){e.pagination?.goToFirstPage()}function gM(e){e.pagination?.goToLastPage()}function pM(e,t){e.pagination?.goToPage(t)}var fM=class extends M{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(As(t),1),i=Math.floor(e/o);t.pagination.setPageSize(i,"autoCalculated")};this.isBodyRendered?Ye(this,s,50)():(s(),this.isBodyRendered=!0)}else this.isBodyRendered=!1}},jo="paginationPageSizeSelector",mM={tag:"span",cls:"ag-paging-page-size"},CM=class extends Le{constructor(){super(mM),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(jo,()=>{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(){at(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(jo)!==!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(jo)!==!0;L(94,{pageSizeSet:i,pageSizesSet:n,pageSizeOptions:e,paginationPageSizeOption:t}),n||L(95,{paginationPageSizeOption:t,paginationPageSizeSelector:jo}),e.unshift("")}const o=String(s?"":t);this.selectPageSizeComp?(Cs(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 Al).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(jo);return!Array.isArray(t)||!t?.length?e:[...t].sort((s,o)=>s-o)}destroy(){this.toggleSelectDisplay(!1),super.destroy()}},vM={selector:"AG-PAGE-SIZE-SELECTOR",component:CM},wM=".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}",bM=class extends hx{constructor(){super(),this.btFirst=Y,this.btPrevious=Y,this.btNext=Y,this.btLast=Y,this.lbRecordCount=Y,this.lbFirstRowOnPage=Y,this.lbLastRowOnPage=Y,this.lbCurrent=Y,this.lbTotal=Y,this.pageSizeComp=Y,this.previousAndFirstButtonsDisabled=!1,this.nextButtonDisabled=!1,this.lastButtonDisabled=!1,this.areListenersSetup=!1,this.allowFocusInnerElement=!1,this.registerCSS(wM)}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(),[vM]);const{btFirst:t,btPrevious:s,btNext:o,btLast:i}=this;this.activateTabIndex([t,s,o,i]),t.insertAdjacentElement("afterbegin",bt(e?"last":"first",this.beans)),s.insertAdjacentElement("afterbegin",bt(e?"next":"previous",this.beans)),o.insertAdjacentElement("afterbegin",bt(e?"previous":"next",this.beans)),i.insertAdjacentElement("afterbegin",bt(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):MR(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===D.ENTER||o.key===D.SPACE)&&(o.preventDefault(),s())}})}TR(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}):eP(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){$1(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,m=this.formatNumber(f);this.lbCurrent.textContent=m;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,m,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"))}},SM={selector:"AG-PAGINATION",component:bM},yM=class extends M{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 SM}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 z(this.pageSizeAutoCalculated)&&this.gos.get("paginationAutoPageSize")?this.pageSizeAutoCalculated:z(this.pageSizeFromPageSizeSelector)?this.pageSizeFromPageSizeSelector:z(this.pageSizeFromInitialState)?this.pageSizeFromInitialState:z(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})}},RM={moduleName:"Pagination",version:B,beans:[yM,fM],icons:{first:"first",previous:"previous",next:"next",last:"last"},apiFunctions:{paginationIsLastPageFound:nM,paginationGetPageSize:rM,paginationGetCurrentPage:aM,paginationGetTotalPages:lM,paginationGetRowCount:cM,paginationGoToNextPage:dM,paginationGoToPreviousPage:uM,paginationGoToFirstPage:hM,paginationGoToLastPage:gM,paginationGoToPage:pM},dependsOn:[ar]};function xM(e,t={}){const s=t?t.rowNodes:void 0;e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.redrawRows(s))}function Cf(e,t,s,o,i){t&&(o&&t.parent&&t.parent.level!==-1&&Cf(e,t.parent,s,o,i),t.setExpanded(s,void 0,i))}function FM(e,t){return e.rowModel.getRowNode(t)}function EM(e,t,s,o){e.rowRenderer.addRenderedRowListener(t,s,o)}function DM(e){return e.rowRenderer.getRenderedNodes()}function PM(e,t,s){e.rowModel.forEachNode(t,s)}function TM(e){return e.rowRenderer.firstRenderedRow}function MM(e){return e.rowRenderer.lastRenderedRow}function IM(e,t){return e.rowModel.getRow(t)}function kM(e){return e.rowModel.getRowCount()}var AM={moduleName:"RowApi",version:B,apiFunctions:{redrawRows:xM,setRowNodeExpanded:Cf,getRowNode:FM,addRenderedRowListener:EM,getRenderedNodes:DM,forEachNode:PM,getFirstDisplayedRowIndex:TM,getLastDisplayedRowIndex:MM,getDisplayedRowAtIndex:IM,getDisplayedRowCount:kM}},LM={moduleName:"ScrollApi",version:B,apiFunctions:{getVerticalPixelRange:$5,getHorizontalPixelRange:K5,ensureColumnVisible:sf,ensureIndexVisible:of,ensureNodeVisible:q5}};function OM(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 NM(e,t={}){e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.refreshCells(t))}function HM(e){e.frameworkOverrides.wrapIncoming(()=>{for(const t of e.ctrlsSvc.getHeaderRowContainerCtrls())t.refresh()})}function GM(e){return e.animationFrameSvc?.isQueueEmpty()??!0}function VM(e){e.animationFrameSvc?.flushAllFrames()}function BM(e){return{rowHeight:As(e),headerHeight:Mi(e)}}function zM(e,t={}){const s=[];for(const n of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns)){const r=n.getCellRenderer();r!=null&&s.push(Ci(r))}if(t.columns?.length)return s;const o=[],i=Ua(t.rowNodes);for(const n of e.rowRenderer.getAllRowCtrls()){if(i&&!$a(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(Ci(l))}}return[...o,...s]}var WM={moduleName:"RenderApi",version:B,apiFunctions:{setGridAriaProperty:OM,refreshCells:NM,refreshHeader:HM,isAnimationFrameQueueEmpty:GM,flushAllAnimationFrames:VM,getSizesForCurrentTheme:BM,getCellRendererInstances:zM}};function _M(e,t){typeof t=="number"?e.colAutosize?.sizeColumnsToFit(t,"api"):e.colAutosize?.sizeColumnsToFitGridBody(t)}function vf({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 jM(e,t){t&&typeof t=="object"?vf(e,t):e.colAutosize?.autoSizeAllColumns({source:"api",skipHeader:t})}var UM=class extends M{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&&Oe(e)}s&&this.beans.colDelayRenderSvc?.hideColumns(o)}}autoSizeCols(e){const{eventSvc:t,visibleCols:s}=this.beans;this.innerAutoSizeCols(e).then(o=>{const i=c=>Eo(t,Array.from(c),!0,"autosizeColumns");if(!e.scaleUpToFitGridWidth)return i(o);const n=ou(this.beans),r=c=>s.leftCols.some(d=>ei(d,c)),a=c=>s.rightCols.some(d=>ei(d,c)),l=e.colKeys.filter(c=>!os(c)&&!Yt(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:g,autoWidthCalc:f,visibleCols:m}=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:y,...x})=>[y,x])),S=i??this.gos.get("skipHeaderOnAutoSize"),R=n??S;for(;w!==0;){w=0;const y=[];for(const x of o){if(!x||i0(x))continue;const F=g.getCol(x);if(!F||v.has(F))continue;const P=f.getPreferredWidthForColumn(F,S);if(P>0){const I=b[F.colId]??{};I.minWidth??(I.minWidth=l),I.maxWidth??(I.maxWidth=a);const A=$M(F,P,I);F.setActualWidth(A,d),v.add(F),w++}y.push(F)}y.length&&m.refresh(d)}R||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 Rs(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=ou(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):L(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,...m}of o?.columnLimits??[])i[typeof f=="string"?f:f.getColId()]=m;const n=this.beans.visibleCols.allCols;if(e<=0||!n.length)return;const r=Ut(n);if(o?.onlyScaleUp&&r>e||e===r&&n.every(m=>{if(m.colDef.suppressSizeToFit)return!0;const v=i?.[m.getId()],w=v?.minWidth??o?.defaultMinWidth,b=v?.maxWidth??o?.defaultMaxWidth,S=m.getActualWidth();return(w==null||S>=w)&&(b==null||S<=b)}))return;const l=[],c=[];for(const f of n){const m=o?.colKeys?.some(v=>ei(f,v))??!0;f.getColDef().suppressSizeToFit||!m?c.push(f):l.push(f)}const d=l.slice(0);let u=!1;const h=f=>{Dt(l,f),c.push(f)};for(const f of l){f.resetActualWidth(t);const m=i?.[f.getId()],v=m?.minWidth??o?.defaultMinWidth,w=m?.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-Ut(c);if(f<=0)for(const m of l){const v=i?.[m.getId()]?.minWidth??o?.defaultMinWidth??m.minWidth;m.setActualWidth(v,t,!0)}else{const m=f/Ut(l);let v=f;for(let w=l.length-1;w>=0;w--){const b=l[w],S=i?.[b.getId()],R=S?.minWidth??o?.defaultMinWidth,y=S?.maxWidth??o?.defaultMaxWidth,x=b.getMinWidth(),F=b.getMaxWidth(),P=typeof R=="number"&&R>x?R:x,I=typeof y=="number"&&y<F?y:F;let A=Math.round(b.getActualWidth()*m);A<P?(A=P,h(b),u=!1):A>I?(A=I,h(b),u=!1):w===0&&(A=v),b.setActualWidth(A,t,!0),v-=A}}}for(const f of d)f.fireColumnWidthChangedEvent(t);const g=this.beans.visibleCols;g.setLeftValues(t),g.updateBodyWidths(),!s&&Eo(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 $M(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 ou({ctrlsSvc:e,scrollVisibleSvc:t}){const s=e.getGridBodyCtrl(),i=s.isVerticalScrollShowing()?t.getScrollbarWidth():0;return gi(s.eGridBody)-i}var KM={moduleName:"ColumnAutoSize",version:B,beans:[UM],apiFunctions:{sizeColumnsToFit:_M,autoSizeColumns:vf,autoSizeAllColumns:jM},dependsOn:[up]},qM=".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 YM(e){return e.pinnedRowModel?.getPinnedTopRowCount()??0}function ZM(e){return e.pinnedRowModel?.getPinnedBottomRowCount()??0}function QM(e,t){return e.pinnedRowModel?.getPinnedTopRow(t)}function XM(e,t){return e.pinnedRowModel?.getPinnedBottomRow(t)}function JM(e,t,s){return e.pinnedRowModel?.forEachPinnedRow(t,s)}var e6={moduleName:"PinnedRow",version:B,beans:[nx],css:[qM],apiFunctions:{getPinnedTopRowCount:YM,getPinnedBottomRowCount:ZM,getPinnedTopRow:QM,getPinnedBottomRow:XM,forEachPinnedRow:JM},icons:{rowPin:"pin",rowPinTop:"pinned-top",rowPinBottom:"pinned-bottom",rowUnpin:"un-pin"}},t6=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}},s6=class extends M{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,g=typeof h=="function";let f=null,m=null,v;const w=(S,R)=>{f=S,m=null,v=R},b=S=>{const R=!S.isExpandable()&&!S.group&&!S.detail&&(d?!d({rowNode:S}):!0);if(S.rowIndex==null||!R){w(null,null);return}if(f==null||S.level!==f.level||S.footer||m&&S.rowIndex-1!==m?.getLastNode().rowIndex){w(S,n.getValue(t,S));return}const y=n.getValue(t,S);if(g){const x=Q(s,{valueA:v,nodeA:f,valueB:y,nodeB:S,column:t,colDef:a});if(!h(x)){w(S,y);return}}else if(u?!u(v,y):v!==y){w(S,y);return}if(!m){const x=l?.get(f);x?.firstNode===f?(x.reset(),m=x):m=new t6(t,f),c.set(f,m)}m.addSpannedNode(S),c.set(S,m)};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}}},o6=class extends M{constructor(){super(...arguments),this.beanName="rowSpanSvc",this.spanningColumns=new Map,this.debouncePinnedEvent=Ye(this,this.dispatchCellsUpdatedEvent.bind(this,!0),0),this.debounceModelEvent=Ye(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 s6(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()}},i6=class extends yo{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||vh(e,t.rowIndex)}setAriaRowSpan(){Z1(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(ir(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}},n6=class extends Gn{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 i6(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(){}},r6=class extends M{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 n6(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")}},a6={moduleName:"CellSpan",version:B,beans:[o6,r6]},l6=class extends M{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);Ql(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 Q(this.beans.gos,{value:s,data:o.data,node:o,colDef:t,column:e,rowIndex:o.rowIndex})}},c6=class extends M{constructor(){super(...arguments),this.beanName="cellStyles"}processAllCellClasses(e,t,s,o){Ql(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 l6(e,t)}processStaticCellClasses(e,t,s){this.getStaticCellClasses(e,t).forEach(i=>{s(i)})}},d6={moduleName:"CellStyle",version:B,beans:[c6]},u6={moduleName:"RowStyle",version:B,beans:[Z3]};function h6(e,t){return!!e.colHover?.isHovered(t)}var g6=class extends M{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}},p6="ag-column-hover",f6=class extends M{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(p6,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 g6(t,s))}updateState(e){this.selectedColumns=e,this.eventSvc.dispatchEvent({type:"columnHoverChanged"})}},m6={moduleName:"ColumnHover",version:B,beans:[f6],apiFunctions:{isColumnHovered:h6}},C6=class extends M{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=!dn.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)=>{dn.has(n)&&t(n,r)},o=(n,r)=>{dn.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 v6(e,t,s){e.apiEventSvc?.addListener(t,s)}function w6(e,t,s){e.apiEventSvc?.removeListener(t,s)}function b6(e,t){e.apiEventSvc?.addGlobalListener(t)}function S6(e,t){e.apiEventSvc?.removeGlobalListener(t)}var y6={moduleName:"EventApi",version:B,apiFunctions:{addEventListener:v6,addGlobalListener:b6,removeEventListener:w6,removeGlobalListener:S6},beans:[C6]},R6={moduleName:"Locale",version:B,beans:[ZD]},x6=class extends M{constructor(){super(...arguments),this.beanName="rowAutoHeight",this.wasEverActive=!1,this._debouncedCalculateRowHeights=Ye(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=gs(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:g,borderTopWidth:f}=qs(o),m=u+h+g+f,w=t.offsetHeight+m;if(d<5){const S=!Ue(r)?.contains(t),R=w==0;if(S||R){window.setTimeout(()=>a(d+1),0);return}}this.setRowAutoHeight(i,w,n)},l=()=>a(0);l();const c=ts(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}},F6={moduleName:"RowAutoHeight",version:B,beans:[x6]},E6={moduleName:"AllCommunity",version:B,dependsOn:[xT,kT,WT,fP,F4,E4,D4,P4,T4,M4,I4,x4,C5,v5,w5,m5,S5,y5,iM,sT,RM,hp,AM,LM,WM,KM,o2,e6,$4,kD,d6,m6,u6,y6,OD,XT,tf,R6,F6,s2,FT,a6]},Je=p.createContext({}),wf=p.createContext("default"),ki=(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),iu(o,r)}),()=>{l=!0,r&&(a?.remove(),t.destroyBean(r),o&&iu(o,void 0))}},iu=(e,t)=>{if(e)if(e instanceof Function)e(t);else{const s=e;s.current=t}},Ct=(...e)=>e.filter(s=>s!=null&&s!=="").join(" "),St=class bf{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 bf;return i.classesMap={...this.classesMap},i.classesMap[t]=s,i}toString(){return Object.keys(this.classesMap).filter(s=>this.classesMap[s]).join(" ")}},No=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()},Qa=p.version?.split(".")[0],Sf=Qa==="16"||Qa==="17";function D6(){return Qa==="19"}var hn=!1;function P6(e){return hn||setTimeout(()=>hn=!1,0),hn=!0,e()}var yi=(e,t)=>{!Sf&&e&&!hn?_n.flushSync(t):t()},T6=e=>{Sf?e():p.startTransition(e)};function M6(e,t,s){return p.useSyncExternalStore?p.useSyncExternalStore(e,t):s}function zn(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 yf=p.forwardRef((e,t)=>{const{registry:s,context:o}=p.useContext(Je),i=p.useRef(null),n=p.useRef(null),r=p.useRef(null),a=p.useRef(null),l=p.useRef(null),c=p.useRef(),[d,u]=p.useState(),[h,g]=p.useState(),[f,m]=p.useState(),[v,w]=p.useState(()=>new St),[b,S]=p.useState(()=>new St("ag-hidden")),[R,y]=p.useState(()=>new St("ag-hidden")),[x,F]=p.useState(()=>new St("ag-invisible"));p.useImperativeHandle(t,()=>({refresh(){return!1}})),p.useLayoutEffect(()=>ki(d,o,n.current),[d]);const P=p.useCallback(Z=>{if(i.current=Z,!Z||o.isDestroyed()){c.current=o.destroyBean(c.current);return}const k={setInnerRenderer:(_,ie)=>{u(_),m(ie)},setChildCount:_=>g(_),toggleCss:(_,ie)=>w(H=>H.setClass(_,ie)),setContractedDisplayed:_=>y(ie=>ie.setClass("ag-hidden",!_)),setExpandedDisplayed:_=>S(ie=>ie.setClass("ag-hidden",!_)),setCheckboxVisible:_=>F(ie=>ie.setClass("ag-invisible",!_)),setCheckboxSpacing:_=>F(ie=>ie.setClass("ag-group-checkbox-spacing",_))},J=s.createDynamicBean("groupCellRendererCtrl",!0);J&&(c.current=o.createBean(J),c.current.init(k,Z,r.current,a.current,l.current,yf,e))},[]),I=p.useMemo(()=>`ag-cell-wrapper ${v.toString()}`,[v]),A=p.useMemo(()=>`ag-group-expanded ${b.toString()}`,[b]),E=p.useMemo(()=>`ag-group-contracted ${R.toString()}`,[R]),T=p.useMemo(()=>`ag-group-checkbox ${x.toString()}`,[x]),O=d?.componentFromFramework,U=O?d.componentClass:void 0,N=d==null&&f!=null,ne=Ao(f);return p.createElement("span",{className:I,ref:P,...e.colDef?{}:{role:c.current?.getCellAriaRole()}},p.createElement("span",{className:A,ref:a}),p.createElement("span",{className:E,ref:l}),p.createElement("span",{className:T,ref:r}),p.createElement("span",{className:"ag-group-value",ref:n},N?ne:O?p.createElement(U,{...d.params}):null),p.createElement("span",{className:"ag-group-child-count"},h))}),nu=yf,nc=p.createContext({setMethods:()=>{}}),I6=e=>{const{initialProps:t,addUpdateCallback:s,CustomComponentClass:o,setMethods:i}=e,[{key:n,...r},a]=p.useState(t);return p.useEffect(()=>{s(l=>a(l))},[]),p.createElement(nc.Provider,{value:{setMethods:i}},p.createElement(o,{key:n,...r}))},k6=p.memo(I6),A6=0;function ru(){return`agPortalKey_${++A6}`}var Rf=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=ru(),this.portalKey=ru(),this.instanceCreated=this.isStatelessComponent()?pe.resolve(!1):new pe(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 pe(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=_n.createPortal(this.reactElement,this.eParentElement,this.portalKey)}createElement(e,t){return p.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 dr(e,t,s){for(const o of e){const i=t[o];i&&(s[o]=i)}}var gt=class extends Rf{constructor(){super(...arguments),this.awaitUpdateCallback=new pe(e=>{this.resolveUpdateCallback=e}),this.wrapperComponent=k6}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 pe(o=>{setTimeout(()=>{o()})})),this.resolveUpdateCallback()}})}setMethods(e){this.providedMethods=e,dr(this.getOptionalMethods(),this.providedMethods,this)}getOptionalMethods(){return[]}getProps(){return{...this.sourceParams,key:this.key,ref:this.ref}}refreshProps(){return this.updateCallback?this.updateCallback():new pe(e=>this.awaitUpdateCallback.then(()=>{this.updateCallback().then(()=>e())}))}},L6=class extends gt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},O6=class extends gt{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}},N6=class extends gt{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}},H6=class extends gt{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 pe(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 pe(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}},G6=class extends gt{constructor(){super(...arguments),this.awaitSetMethodsCallback=new pe(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 xf(e,t){e.parentFilterInstance(s=>{(s.setModel(t)||pe.resolve()).then(()=>{e.filterParams.filterChangedCallback()})})}var V6=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){dr(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),xf(this.floatingFilterParams,e)}},B6=class extends gt{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(),xf(this.sourceParams,e)}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e}},z6=class extends gt{refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}},W6=class extends gt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},_6=class extends gt{refresh(e){this.sourceParams=e,this.refreshProps()}},j6=class extends gt{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}},U6=class extends gt{refresh(e){this.sourceParams=e,this.refreshProps()}},$6=class extends gt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},K6=class extends gt{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 rc(){L(231)}var q6=1e3,Y6=class{constructor(e,t,s){this.destroyed=!1,this.portals=[],this.hasPendingPortalUpdate=!1,this.wrappingElement=t||"div",this.refresher=e,this.maxComponentCreationTimeMs=s||q6}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){yi(!0,()=>this.refresher()),e.rendered()&&t(e);return}window.setTimeout(()=>{this.waitForInstance(e,t,s)})}}},Z6=({ctrl:e})=>{const t=e.isAlive(),{context:s}=p.useContext(Je),[o,i]=p.useState(),[n,r]=p.useState(),a=p.useRef(),l=p.useRef(null),c=p.useRef(null),d=p.useRef(null),u=p.useRef(),h=p.useRef();t&&!h.current&&(h.current=new Di(()=>l.current));const g=p.useCallback(w=>{if(l.current=w,!w||!e.isAlive()||s.isDestroyed()){a.current=s.destroyBean(a.current);return}a.current=s.createBean(new Lo);const b=()=>{const R=e.getSelectAllGui();R&&(c.current?.insertAdjacentElement("afterend",R),a.current.addDestroyFunc(()=>R.remove()))},S={setWidth:R=>{l.current&&(l.current.style.width=R)},toggleCss:(R,y)=>h.current.toggleCss(R,y),setUserStyles:R=>r(R),setAriaSort:R=>{l.current&&(R?J1(l.current,R):eb(l.current))},setUserCompDetails:R=>i(R),getUserCompInstance:()=>u.current||void 0,refreshSelectAllGui:b,removeSelectAllGui:()=>e.getSelectAllGui()?.remove()};e.setComp(S,w,c.current,d.current,a.current),b()},[]);p.useLayoutEffect(()=>ki(o,s,d.current,u),[o]),p.useEffect(()=>{e.setDragSource(l.current)},[o]);const f=p.useMemo(()=>!!(o?.componentFromFramework&&No(o.componentClass)),[o]),m=o?.componentFromFramework,v=o?.componentClass;return p.createElement("div",{ref:g,style:n,className:"ag-header-cell",role:"columnheader"},p.createElement("div",{ref:c,className:"ag-header-cell-resize",role:"presentation"}),p.createElement("div",{ref:d,className:"ag-header-cell-comp-wrapper",role:"presentation"},m?f?p.createElement(v,{...o.params}):p.createElement(v,{...o.params,ref:u}):null))},Q6=p.memo(Z6),X6=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t}getProps(){return this.floatingFilterParams}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){dr(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}},J6=({ctrl:e})=>{const{context:t,gos:s}=p.useContext(Je),[o,i]=p.useState(),[n,r]=p.useState(()=>new St("ag-header-cell","ag-floating-filter")),[a,l]=p.useState(()=>new St),[c,d]=p.useState(()=>new St("ag-floating-filter-button","ag-hidden")),[u,h]=p.useState("false"),[g,f]=p.useState(),[,m]=p.useState(1),v=p.useRef(),w=p.useRef(null),b=p.useRef(null),S=p.useRef(null),R=p.useRef(null),y=p.useRef(),x=p.useRef(),F=_=>{_!=null&&y.current&&y.current(_)},P=p.useCallback(_=>{if(w.current=_,!_||!e.isAlive()||t.isDestroyed()){v.current=t.destroyBean(v.current);return}v.current=t.createBean(new Lo),x.current=new pe(H=>{y.current=H});const ie={toggleCss:(H,G)=>r(X=>X.setClass(H,G)),setUserStyles:H=>i(H),addOrRemoveBodyCssClass:(H,G)=>l(X=>X.setClass(H,G)),setButtonWrapperDisplayed:H=>{d(G=>G.setClass("ag-hidden",!H)),h(H?"false":"true")},setWidth:H=>{w.current&&(w.current.style.width=H)},setCompDetails:H=>f(H),getFloatingFilterComp:()=>x.current?x.current:null,setMenuIcon:H=>R.current?.appendChild(H)};e.setComp(ie,_,R.current,b.current,v.current)},[]);p.useLayoutEffect(()=>ki(g,t,b.current,F),[g]);const I=p.useMemo(()=>n.toString(),[n]),A=p.useMemo(()=>a.toString(),[a]),E=p.useMemo(()=>c.toString(),[c]),T=p.useMemo(()=>!!(g&&g.componentFromFramework&&No(g.componentClass)),[g]),O=p.useMemo(()=>s.get("reactiveCustomComponents"),[]),U=p.useMemo(()=>s.get("enableFilterHandlers"),[]),[N,ne]=p.useState();p.useEffect(()=>{if(g?.componentFromFramework)if(O){const _=U?X6:V6,ie=new _(g.params,()=>m(H=>H+1));F(ie),ne(ie)}else rc()},[g]);const Z=N?.getProps(),k=g?.componentFromFramework,J=g?.componentClass;return p.createElement("div",{ref:P,style:o,className:I,role:"gridcell"},p.createElement("div",{ref:b,className:A,role:"presentation"},k?O?Z&&p.createElement(nc.Provider,{value:{setMethods:_=>N.setMethods(_)}},p.createElement(J,{...Z})):p.createElement(J,{...g.params,ref:T?()=>{}:F}):null),p.createElement("div",{ref:S,"aria-hidden":u,className:E,role:"presentation"},p.createElement("button",{ref:R,type:"button",className:"ag-button ag-floating-filter-button-button",tabIndex:-1})))},eI=p.memo(J6),tI=({ctrl:e})=>{const{context:t}=p.useContext(Je),[s,o]=p.useState(),[i,n]=p.useState(()=>new St),[r,a]=p.useState(()=>new St),[l,c]=p.useState("false"),[d,u]=p.useState(),[h,g]=p.useState(),f=p.useRef(),m=p.useRef(null),v=p.useRef(null),w=p.useRef(null),b=p.useRef(),S=p.useCallback(I=>{if(m.current=I,!I||!e.isAlive()||t.isDestroyed()){f.current=t.destroyBean(f.current);return}f.current=t.createBean(new Lo);const A={setWidth:E=>{m.current&&(m.current.style.width=E)},toggleCss:(E,T)=>n(O=>O.setClass(E,T)),setUserStyles:E=>o(E),setHeaderWrapperHidden:E=>{const T=w.current;T&&(E?T.style.setProperty("display","none"):T.style.removeProperty("display"))},setHeaderWrapperMaxHeight:E=>{const T=w.current;T&&(E!=null?T.style.setProperty("max-height",`${E}px`):T.style.removeProperty("max-height"),T.classList.toggle("ag-header-cell-comp-wrapper-limited-height",E!=null))},setUserCompDetails:E=>g(E),setResizableDisplayed:E=>{a(T=>T.setClass("ag-hidden",!E)),c(E?"false":"true")},setAriaExpanded:E=>u(E),getUserCompInstance:()=>b.current||void 0};e.setComp(A,I,v.current,w.current,f.current)},[]);p.useLayoutEffect(()=>ki(h,t,w.current),[h]),p.useEffect(()=>{m.current&&e.setDragSource(m.current)},[h]);const R=p.useMemo(()=>!!(h?.componentFromFramework&&No(h.componentClass)),[h]),y=p.useMemo(()=>"ag-header-group-cell "+i.toString(),[i]),x=p.useMemo(()=>"ag-header-cell-resize "+r.toString(),[r]),F=h?.componentFromFramework,P=h?.componentClass;return p.createElement("div",{ref:S,style:s,className:y,role:"columnheader","aria-expanded":d},p.createElement("div",{ref:w,className:"ag-header-cell-comp-wrapper",role:"presentation"},F?R?p.createElement(P,{...h.params}):p.createElement(P,{...h.params,ref:b}):null),p.createElement("div",{ref:v,"aria-hidden":l,className:x}))},sI=p.memo(tI),oI=({ctrl:e})=>{const{gos:t,context:s}=p.useContext(Je),{topOffset:o,rowHeight:i}=p.useMemo(()=>e.getTopAndHeight(),[]),n=p.useMemo(()=>t.get("tabIndex"),[]),[r,a]=p.useState(()=>e.getAriaRowIndex()),l=e.headerRowClass,[c,d]=p.useState(()=>i+"px"),[u,h]=p.useState(()=>o+"px"),g=p.useRef(null),[f,m]=p.useState(()=>e.getUpdatedHeaderCtrls()),v=p.useRef(),w=p.useRef(null),b=p.useCallback(y=>{if(w.current=y,!y||!e.isAlive()||s.isDestroyed()){v.current=s.destroyBean(v.current);return}v.current=s.createBean(new Lo);const x={setHeight:F=>d(F),setTop:F=>h(F),setHeaderCtrls:(F,P,I)=>{const A=g.current,E=zn(A,F,P);E!==A&&(g.current=E,yi(I,()=>m(E)))},setWidth:F=>{w.current&&(w.current.style.width=F)},setRowIndex:F=>{a(F)}};e.setComp(x,v.current,!1)},[]),S=p.useMemo(()=>({height:c,top:u}),[c,u]),R=p.useCallback(y=>{switch(e.type){case"group":return p.createElement(sI,{ctrl:y,key:y.instanceId});case"filter":return p.createElement(eI,{ctrl:y,key:y.instanceId});default:return p.createElement(Q6,{ctrl:y,key:y.instanceId})}},[]);return p.createElement("div",{ref:b,className:l,role:"row",style:S,tabIndex:n,"aria-rowindex":r},f.map(R))},iI=p.memo(oI),nI=({pinned:e})=>{const[t,s]=p.useState(!0),[o,i]=p.useState([]),{context:n}=p.useContext(Je),r=p.useRef(null),a=p.useRef(null),l=p.useRef(),c=e==="left",d=e==="right",u=!c&&!d,h=p.useCallback(m=>{if(r.current=m,!m||n.isDestroyed()){l.current=n.destroyBean(l.current);return}l.current=n.createBean(new VR(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)},[]),g=t?"":"ag-hidden",f=()=>o.map(m=>p.createElement(iI,{ctrl:m,key:m.instanceId}));return c?p.createElement("div",{ref:h,className:"ag-pinned-left-header "+g,"aria-hidden":!t,role:"rowgroup"},f()):d?p.createElement("div",{ref:h,className:"ag-pinned-right-header "+g,"aria-hidden":!t,role:"rowgroup"},f()):u?p.createElement("div",{ref:h,className:"ag-header-viewport "+g,role:"rowgroup",tabIndex:-1},p.createElement("div",{ref:a,className:"ag-header-container",role:"presentation"},f())):null},ia=p.memo(nI),rI=()=>{const[e,t]=p.useState(()=>new St),[s,o]=p.useState(),{context:i}=p.useContext(Je),n=p.useRef(null),r=p.useRef(),a=p.useCallback(d=>{if(n.current=d,!d||i.isDestroyed()){r.current=i.destroyBean(r.current);return}r.current=i.createBean(new OR);const u={toggleCss:(h,g)=>t(f=>f.setClass(h,g)),setHeightAndMinHeight:h=>o(h)};r.current.setComp(u,d,d)},[]),l=p.useMemo(()=>"ag-header "+e.toString(),[e]),c=p.useMemo(()=>({height:s,minHeight:s}),[s]);return p.createElement("div",{ref:a,className:l,style:c,role:"presentation"},p.createElement(ia,{pinned:"left"}),p.createElement(ia,{pinned:null}),p.createElement(ia,{pinned:"right"}))},aI=p.memo(rI),lI=(e,t)=>{p.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])},xs=lI,cI=class{constructor(e,t){this.cellEditorParams=e,this.refreshProps=t,this.instanceCreated=new pe(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){dr(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()}},dI=e=>{const t=p.useRef(e),s=p.useRef(),o=p.useRef(!1),i=p.useRef(!1),[,n]=p.useState(0);o.current&&(i.current=!0),p.useEffect(()=>(o.current||(s.current=t.current(),o.current=!0),n(r=>r+1),()=>{i.current&&s.current?.()}),[])},uI=e=>{const[t,s]=p.useState(),o=p.useContext(Je),{context:i,popupSvc:n,gos:r,editSvc:a}=o,{editDetails:l,cellCtrl:c,eParentCell:d}=e;return dI(()=>{const{compDetails:u}=l,h=r.get("stopEditingWhenCellsLoseFocus");let g,f;if(!i.isDestroyed()){f=i.createBean(a.createPopupEditorWrapper(u.params));const m=f.getGui();if(e.jsChildComp){const y=e.jsChildComp.getGui();y&&m.appendChild(y)}const{column:v,rowNode:w}=c,b={column:v,rowNode:w,type:"popupCellEditor",eventSource:d,ePopup:m,position:l.popupPosition,keepWithinBounds:!0},S=n?.positionPopupByComponent.bind(n,b),R=n?.addPopup({modal:h,eChild:m,closeOnEsc:!0,closedCallback:()=>{c.onPopupEditorClosed()},anchorToElement:d,positionCallback:S,ariaOwns:d});g=R?R.hideFunc:void 0,s(f),e.jsChildComp?.afterGuiAttached?.()}return()=>{g?.(),i.destroyBean(f)}}),p.useLayoutEffect(()=>()=>{c.isCellFocused()&&t?.getGui().contains(Ae(o))&&d.focus({preventScroll:!0})},[t]),t&&e.wrappedContent?_n.createPortal(e.wrappedContent,t.getGui()):null},au=p.memo(uI),hI=(e,t,s)=>{const{compProxy:o}=e;s(o);const i=o.getProps(),n=No(t);return p.createElement(nc.Provider,{value:{setMethods:r=>o.setMethods(r)}},n?p.createElement(t,{...i}):p.createElement(t,{...i,ref:r=>o.setRef(r)}))},lu=(e,t,s)=>e.compProxy?hI(e,t,s):p.createElement(t,{...e.compDetails.params,ref:s}),gI=(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?lu(e,r,t):l?p.createElement(au,{editDetails:e,cellCtrl:o,eParentCell:s,wrappedContent:lu(e,r,t)}):c&&i?p.createElement(au,{editDetails:e,cellCtrl:o,eParentCell:s,jsChildComp:i}):null},pI=(e,t,s,o,i,n)=>{const{context:r}=p.useContext(Je),a=p.useCallback(()=>{const l=i.current;if(!l)return;const c=l.getGui();c&&c.parentElement&&c.remove(),r.destroyBean(l),i.current=void 0},[]);p.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 m=f.getGui();if(!m)return;(t?s:n.current).appendChild(m),i.current=f})},[e,t,o]),p.useEffect(()=>a,[])},Ff=pI,fI=({cellCtrl:e,parent:t})=>{const s=p.useRef(),o=p.useMemo(()=>{const{loadingComp:i}=e.getDeferLoadingCellRenderer();return i?{value:void 0,compDetails:i,force:!1}:void 0},[e]);if(Ff(o,!1,void 0,1,s,t),o?.compDetails?.componentFromFramework){const i=o.compDetails.componentClass;return p.createElement(i,{...o.compDetails.params})}return p.createElement(p.Fragment,null)},mI=({cellCtrl:e,printLayout:t,editingCell:s})=>{const o=p.useContext(Je),{context:i}=o,{column:{colIdSanitised:n},instanceId:r}=e,a=p.useRef(),[l,c]=p.useState(()=>e.isCellRenderer()?void 0:{compDetails:void 0,value:e.getValueToDisplay(),force:!1}),[d,u]=p.useState(),[h,g]=p.useState(1),[f,m]=p.useState(),[v,w]=p.useState(!1),[b,S]=p.useState(!1),[R,y]=p.useState(!1),[x,F]=p.useState(),P=p.useMemo(()=>e.isForceWrapper(),[e]),I=p.useMemo(()=>e.getCellAriaRole(),[e]),A=p.useRef(null),E=p.useRef(null),T=p.useRef(null),O=p.useRef(),U=p.useRef(),N=p.useRef(),ne=p.useRef([]),Z=p.useRef(),k=p.useRef(),[J,_]=p.useState(0),ie=p.useCallback(te=>{k.current=te,_(me=>me+1)},[]),H=l!=null&&(v||R||b)&&(d==null||!!d.popup),G=P||H,X=p.useMemo(()=>e.getCellValueClass(),[e]),be=p.useCallback(te=>{if(U.current=te,te){const me=te.isCancelBeforeStart&&te.isCancelBeforeStart();setTimeout(()=>{me?(e.stopEditing(!0),e.focusCell(!0)):(e.cellEditorAttached(),e.enableEditorTooltipFeature(te))})}},[e]),W=p.useRef();W.current||(W.current=new Di(()=>A.current)),Ff(l,G,k.current,J,O,A);const ee=p.useRef();p.useLayoutEffect(()=>{const te=ee.current,me=l;if(ee.current=l,te==null||te.compDetails==null||me==null||me.compDetails==null)return;Z.current?.refreshVisibility();const Fe=te.compDetails,Ve=me.compDetails;if(Fe.componentClass!=Ve.componentClass||T.current?.refresh==null)return;T.current.refresh(Ve.params)!=!0&&g(Ce=>Ce+1)},[l]),p.useLayoutEffect(()=>{if(!(d&&!d.compDetails.componentFromFramework)||i.isDestroyed())return;const me=d.compDetails,Fe=d.popup===!0,Ve=me.newAgStackInstance();return Ve.then(re=>{if(!re)return;const Ce=re.getGui();be(re),Fe||((P?N:A).current?.appendChild(Ce),re.afterGuiAttached?.()),F(re)}),()=>{Ve.then(re=>{const Ce=re.getGui();e.disableEditorTooltipFeature(),i.destroyBean(re),be(void 0),F(void 0),Ce?.remove()})}},[d]);const xe=p.useCallback(te=>{if(N.current=te,!te||i.isDestroyed()||!e.isAlive()){const Ve=ne.current;ne.current=[];for(const re of Ve)re();return}let me;const Fe=Ve=>{Ve&&(te.insertAdjacentElement("afterbegin",Ve.getGui()),ne.current.push(()=>{hs(Ve.getGui()),i.destroyBean(Ve),Z.current===me&&(Z.current=void 0)}))};v&&Fe(e.createSelectionCheckbox()),R&&Fe(e.createDndSource()),b&&(me=e.createRowDragComp(),Z.current=me,me&&(Fe(me),me.refreshVisibility()))},[e,i,R,b,v]),ve=p.useCallback(()=>{const te=!e.isCellSpanning()||E.current,me=A.current;if(!me||!te||!e||!e.isAlive()||i.isDestroyed()){a.current=i.destroyBean(a.current);return}a.current=i.createBean(new Lo);const Fe={toggleCss:(re,Ce)=>W.current.toggleCss(re,Ce),setUserStyles:re=>m(re),getFocusableElement:()=>A.current,setIncludeSelection:re=>w(re),setIncludeRowDrag:re=>S(re),setIncludeDndSource:re=>y(re),getCellEditor:()=>U.current??null,getCellRenderer:()=>T.current??O.current,getParentOfValue:()=>k.current??N.current??A.current,setRenderDetails:(re,Ce,ze)=>{const pt=()=>{c(ae=>ae?.compDetails!==re||ae?.value!==Ce||ae?.force!==ze?{value:Ce,compDetails:re,force:ze}:ae)};if(re?.params?.deferRender&&!e.rowNode.group){const{loadingComp:ae,onReady:$e}=e.getDeferLoadingCellRenderer();if(ae){c({value:void 0,compDetails:ae,force:!1}),$e.then(()=>T6(pt));return}}pt()},setEditDetails:(re,Ce,ze,pt)=>{if(re){let ae;re.componentFromFramework&&(pt?ae=new cI(re.params,()=>g($e=>$e+1)):rc()),u({compDetails:re,popup:Ce,popupPosition:ze,compProxy:ae}),Ce||c(void 0)}else e.hasBrowserFocus()&&Fe.getFocusableElement().focus({preventScroll:!0}),U.current=void 0,u(void 0)},refreshEditStyles:(re,Ce)=>{if(!A.current)return;const{current:ze}=W;ze.toggleCss("ag-cell-value",!G),ze.toggleCss("ag-cell-inline-editing",!!re&&!Ce),ze.toggleCss("ag-cell-popup-editing",!!re&&!!Ce),ze.toggleCss("ag-cell-not-inline-editing",!re||!!Ce)}},Ve=N.current||void 0;e.setComp(Fe,me,E.current??void 0,Ve,t,s,a.current)},[]),oe=p.useCallback(te=>{A.current=te,ve()},[]),Ge=p.useCallback(te=>{E.current=te,ve()},[]),Se=p.useMemo(()=>!!(l?.compDetails?.componentFromFramework&&No(l.compDetails.componentClass)),[l]);p.useLayoutEffect(()=>{if(!A.current)return;const{current:te}=W;te.toggleCss("ag-cell-value",!G),te.toggleCss("ag-cell-inline-editing",!!d&&!d.popup),te.toggleCss("ag-cell-popup-editing",!!d&&!!d.popup),te.toggleCss("ag-cell-not-inline-editing",!d||!!d.popup)});const _e=()=>{const{compDetails:te,value:me}=l;if(!te)return me?.toString?.()??me;if(te.componentFromFramework){const Fe=te.componentClass;return p.createElement(p.Suspense,{fallback:p.createElement(fI,{cellCtrl:e,parent:A})},Se?p.createElement(Fe,{...te.params,key:h}):p.createElement(Fe,{...te.params,key:h,ref:T}))}},V=()=>{const te=()=>l==null?null:G?p.createElement("span",{role:"presentation",id:`cell-${r}`,className:X,ref:ie},_e()):_e(),me=Fe=>gI(Fe,be,A.current,e,x);return d!=null?d.popup?p.createElement(p.Fragment,null,te(),me(d)):me(d):te()},ge=()=>p.createElement("div",{ref:oe,style:f,role:I,"col-id":n},G?p.createElement("div",{className:"ag-cell-wrapper",role:"presentation",ref:xe},V()):V());return e.isCellSpanning()?p.createElement("div",{ref:Ge,className:"ag-spanned-cell-wrapper",role:"presentation"},ge()):ge()},CI=p.memo(mI),vI=({rowCtrl:e,containerType:t})=>{const{context:s,gos:o,editSvc:i}=p.useContext(Je),n=p.useContext(wf)==="default",r=p.useRef(),a=p.useRef(e.getDomOrder()),l=e.isFullWidth(),c=e.rowNode.displayed,[d,u]=p.useState(()=>c?e.rowNode.getRowIndexString():null),[h,g]=p.useState(()=>e.rowId),[f,m]=p.useState(()=>e.businessKey),[v,w]=p.useState(()=>e.rowStyles),b=p.useRef(null),[S,R]=p.useState(()=>null),[y,x]=p.useState(),[F,P]=p.useState(()=>c?e.getInitialRowTop(t):void 0),[I,A]=p.useState(()=>c?e.getInitialTransform(t):void 0),E=p.useRef(null),T=p.useRef(),O=p.useRef(),U=p.useRef(!1),[N,ne]=p.useState(0);p.useEffect(()=>{if(U.current||!y||N>10)return;const oe=E.current?.firstChild;oe?(e.setupDetailRowAutoHeight(oe),U.current=!0):ne(Ge=>Ge+1)},[y,N]);const Z=p.useRef();Z.current||(Z.current=new Di(()=>E.current));const k=p.useRef(()=>{}),J=p.useCallback(oe=>(k.current=oe,()=>{k.current=()=>{}}),[]),_=M6(J,()=>b.current,[]),ie=n?_:S,H=p.useCallback(oe=>{if(E.current=oe,r.current=oe?s.createBean(new Lo):s.destroyBean(r.current),!oe){e.unsetComp(t);return}if(!e.isAlive()||s.isDestroyed())return;const Ge={setTop:P,setTransform:A,toggleCss:(Se,_e)=>Z.current.toggleCss(Se,_e),setDomOrder:Se=>a.current=Se,setRowIndex:u,setRowId:g,setRowBusinessKey:m,setUserStyles:w,setCellCtrls:(Se,_e)=>{const V=b.current,ge=zn(V,Se,a.current);ge!==V&&(b.current=ge,n?k.current():yi(_e,()=>R(ge)))},showFullWidth:Se=>{O.current=Se.params,x(Se)},getFullWidthCellRenderer:()=>T.current,getFullWidthCellRendererParams:()=>O.current,refreshFullWidth:Se=>{const _e=Se();return O.current=_e,ee.current?(x(V=>({...V,params:_e})),!0):!T.current||!T.current.refresh?!1:T.current.refresh(_e)}};e.setComp(Ge,oe,t,r.current)},[]);p.useLayoutEffect(()=>ki(y,s,E.current,T),[y]);const G=p.useMemo(()=>{const oe={top:F,transform:I};return Object.assign(oe,v),oe},[F,I,v]),X=l&&y?.componentFromFramework,be=!l&&ie!=null,W=p.useMemo(()=>!!(y?.componentFromFramework&&No(y.componentClass)),[y]),ee=p.useRef(!1);p.useEffect(()=>{ee.current=W&&!!y&&!!o.get("reactiveCustomComponents")},[W,y]);const xe=()=>ie?.map(oe=>p.createElement(CI,{cellCtrl:oe,editingCell:i?.isEditing(oe,{withOpenEditor:!0})??!1,printLayout:e.printLayout,key:oe.instanceId})),ve=()=>{const oe=y.componentClass;return W?p.createElement(oe,{...y.params}):p.createElement(oe,{...y.params,ref:T})};return p.createElement("div",{ref:H,role:"row",style:G,"row-index":d,"row-id":h,"row-business-key":f},be?xe():X?ve():null)},cu=p.memo(vI),wI=({name:e})=>{const{context:t,gos:s}=p.useContext(Je),o=p.useMemo(()=>Ti(e),[e]),i=p.useRef(null),n=p.useRef(null),r=p.useRef(null),a=p.useRef([]),l=p.useRef([]),[c,d]=p.useState(()=>[]),u=!!s.get("enableCellSpan")&&!!o.getSpannedRowCtrls,h=p.useRef([]),g=p.useRef([]),[f,m]=p.useState(()=>[]),v=p.useRef(!1),w=p.useRef(),b=p.useMemo(()=>Ct("ag-viewport",_g(e)),[e]),S=p.useMemo(()=>Ct(an(e)),[e]),R=p.useMemo(()=>Ct("ag-spanning-container",nR(e)),[e]),y=o.type==="center"||u,x=y?i:n;xs(" AG Row Container "+e+" ",x);const F=p.useCallback(()=>{const N=!y||i.current!=null,ne=n.current!=null,Z=!u||r.current!=null;return N&&ne&&Z},[]),P=p.useCallback(()=>i.current==null&&n.current==null&&r.current==null,[]),I=p.useCallback(()=>{if(P()&&(w.current=t.destroyBean(w.current)),!t.isDestroyed()&&F()){const N=k=>{const J=zn(l.current,a.current,v.current);J!==l.current&&(l.current=J,yi(k,()=>d(J)))},ne=k=>{const J=zn(g.current,h.current,v.current);J!==g.current&&(g.current=J,yi(k,()=>m(J)))},Z={setHorizontalScroll:k=>{i.current&&(i.current.scrollLeft=k)},setViewportHeight:k=>{i.current&&(i.current.style.height=k)},setRowCtrls:({rowCtrls:k,useFlushSync:J})=>{const _=!!J&&a.current.length>0&&k.length>0;a.current=k,N(_)},setSpannedRowCtrls:(k,J)=>{const _=!!J&&h.current.length>0&&k.length>0;h.current=k,ne(_)},setDomOrder:k=>{v.current!=k&&(v.current=k,N(!1))},setContainerWidth:k=>{n.current&&(n.current.style.width=k)},setOffsetTop:k=>{n.current&&(n.current.style.transform=`translateY(${k})`)}};w.current=t.createBean(new fR(e)),w.current.setComp(Z,n.current,r.current??void 0,i.current)}},[F,P]),A=p.useCallback(N=>{n.current=N,I()},[I]),E=p.useCallback(N=>{r.current=N,I()},[I]),T=p.useCallback(N=>{i.current=N,I()},[I]),O=()=>p.createElement("div",{className:S,ref:A,role:y?"presentation":"rowgroup"},c.map(N=>p.createElement(cu,{rowCtrl:N,containerType:o.type,key:N.instanceId})));if(!y)return O();const U=()=>p.createElement("div",{className:R,ref:E,role:"presentation"},f.map(N=>p.createElement(cu,{rowCtrl:N,containerType:o.type,key:N.instanceId})));return p.createElement("div",{className:b,ref:T,role:"rowgroup"},O(),u?U():null)},bI=p.memo(wI),SI=()=>{const e=p.useContext(Je),{context:t,overlays:s}=e,[o,i]=p.useState(""),[n,r]=p.useState(0),[a,l]=p.useState(0),[c,d]=p.useState("0px"),[u,h]=p.useState("0px"),[g,f]=p.useState("100%"),[m,v]=p.useState("0px"),[w,b]=p.useState("0px"),[S,R]=p.useState("100%"),[y,x]=p.useState(!0),[F,P]=p.useState(!0),[I,A]=p.useState(null),[E,T]=p.useState(""),[O,U]=p.useState(null),[N,ne]=p.useState("ag-layout-normal"),Z=p.useRef();Z.current||(Z.current=new Di(()=>k.current));const k=p.useRef(null),J=p.useRef(null),_=p.useRef(null),ie=p.useRef(null),H=p.useRef(null),G=p.useRef(null),X=p.useRef(null),be=p.useRef([]),W=p.useRef([]);xs(" AG Grid Body ",k),xs(" AG Pinned Top ",J),xs(" AG Sticky Top ",_),xs(" AG Middle ",G),xs(" AG Pinned Bottom ",X);const ee=p.useCallback(Ce=>{if(k.current=Ce,!Ce||t.isDestroyed()){be.current=t.destroyBeans(be.current);for(const Pe of W.current)Pe();W.current=[];return}const ze=(Pe,et)=>{Pe.appendChild(et),W.current.push(()=>et.remove())},pt=Pe=>{const et=t.createBean(new Pe);return be.current.push(et),et},ae=(Pe,et,hr)=>{ze(Pe,document.createComment(hr)),ze(Pe,pt(et).getGui())};ae(Ce,yR," AG Fake Horizontal Scroll ");const $e=s?.getOverlayWrapperCompClass();$e&&ae(Ce,$e," AG Overlay Wrapper "),H.current&&ae(H.current,xR," AG Fake Vertical Scroll ");const ur={setRowAnimationCssOnBodyViewport:i,setColumnCount:Pe=>{k.current&&Q1(k.current,Pe)},setRowCount:Pe=>{k.current&&Y1(k.current,Pe)},setTopHeight:r,setBottomHeight:l,setStickyTopHeight:d,setStickyTopTop:h,setStickyTopWidth:f,setTopInvisible:x,setBottomInvisible:P,setColumnMovingCss:(Pe,et)=>Z.current.toggleCss(Pe,et),updateLayoutClasses:ne,setAlwaysVerticalScrollClass:A,setPinnedTopBottomOverflowY:T,setCellSelectableCss:(Pe,et)=>U(et?Pe:null),setBodyViewportWidth:Pe=>{G.current&&(G.current.style.width=Pe)},registerBodyViewportResizeListener:Pe=>{if(G.current){const et=ts(e,G.current,Pe);W.current.push(()=>et())}},setStickyBottomHeight:v,setStickyBottomBottom:b,setStickyBottomWidth:R,setGridRootRole:Pe=>Ce.setAttribute("role",Pe)},Ai=t.createBean(new wR);be.current.push(Ai),Ai.setComp(ur,Ce,G.current,J.current,X.current,_.current,ie.current)},[]),xe=p.useMemo(()=>Ct("ag-root","ag-unselectable",N),[N]),ve=p.useMemo(()=>Ct("ag-body-viewport",o,N,I,O),[o,N,I,O]),oe=p.useMemo(()=>Ct("ag-body",N),[N]),Ge=p.useMemo(()=>Ct("ag-floating-top",y?"ag-invisible":null,O),[O,y]),Se=p.useMemo(()=>Ct("ag-sticky-top",O),[O]),_e=p.useMemo(()=>Ct("ag-sticky-bottom",m==="0px"?"ag-invisible":null,O),[O,m]),V=p.useMemo(()=>Ct("ag-floating-bottom",F?"ag-invisible":null,O),[O,F]),ge=p.useMemo(()=>({height:n,minHeight:n,overflowY:E}),[n,E]),te=p.useMemo(()=>({height:c,top:u,width:g}),[c,u,g]),me=p.useMemo(()=>({height:m,bottom:w,width:S}),[m,w,S]),Fe=p.useMemo(()=>({height:a,minHeight:a,overflowY:E}),[a,E]),Ve=Ce=>p.createElement(bI,{name:Ce,key:`${Ce}-container`}),re=({section:Ce,children:ze,className:pt,style:ae})=>p.createElement("div",{ref:Ce,className:pt,role:"presentation",style:ae},ze.map(Ve));return p.createElement("div",{ref:ee,className:xe},p.createElement(aI,null),re({section:J,className:Ge,style:ge,children:["topLeft","topCenter","topRight","topFullWidth"]}),p.createElement("div",{className:oe,ref:H,role:"presentation"},re({section:G,className:ve,children:["left","center","right","fullWidth"]})),re({section:_,className:Se,style:te,children:["stickyTopLeft","stickyTopCenter","stickyTopRight","stickyTopFullWidth"]}),re({section:ie,className:_e,style:me,children:["stickyBottomLeft","stickyBottomCenter","stickyBottomRight","stickyBottomFullWidth"]}),re({section:X,className:V,style:Fe,children:["bottomLeft","bottomCenter","bottomRight","bottomFullWidth"]}))},yI=p.memo(SI),RI=(e,t)=>{const{children:s,eFocusableElement:o,onTabKeyDown:i,gridCtrl:n,forceFocusOutWhenTabGuardsAreEmpty:r,isEmpty:a}=e,{context:l}=p.useContext(Je),c=p.useRef(null),d=p.useRef(null),u=p.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)};p.useImperativeHandle(t,()=>({forceFocusOutOfContainer(w){u.current?.forceFocusOutOfContainer(w)}}));const g=p.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 tp({comp:S,eTopGuard:w,eBottomGuard:b,eFocusableElement:o,onTabKeyDown:i,forceFocusOutWhenTabGuardsAreEmpty:r,focusInnerElement:R=>n.focusInnerElement(R),isEmpty:a}))}},[]),f=p.useCallback(w=>{c.current=w,g()},[g]),m=p.useCallback(w=>{d.current=w,g()},[g]),v=w=>{const b=w==="top"?wo.TAB_GUARD_TOP:wo.TAB_GUARD_BOTTOM;return p.createElement("div",{className:`${wo.TAB_GUARD} ${b}`,role:"presentation",ref:w==="top"?f:m})};return p.createElement(p.Fragment,null,v("top"),s,v("bottom"))},xI=p.forwardRef(RI),FI=p.memo(xI),EI=({context:e})=>{const[t,s]=p.useState(""),[o,i]=p.useState(""),[n,r]=p.useState(null),[a,l]=p.useState(null),[c,d]=p.useState(!1),[u,h]=p.useState(),g=p.useRef(),f=p.useRef(null),m=p.useRef(),[v,w]=p.useState(null),b=p.useRef(()=>{}),S=p.useRef(),R=p.useRef([]),y=p.useCallback(()=>{},[]);xs(" AG Grid ",f);const x=p.useCallback(T=>{if(f.current=T,g.current=T?e.createBean(new Sx):e.destroyBean(g.current),!T||e.isDestroyed())return;const O=g.current;b.current=O.focusInnerElement.bind(O);const U={destroyGridUi:()=>{},setRtlClass:s,forceFocusOutOfContainer:N=>{if(!N&&S.current?.isDisplayed()){S.current.forceFocusOutOfContainer(N);return}m.current?.forceFocusOutOfContainer(N)},updateLayoutClasses:i,getFocusableContainers:()=>{const N=[],ne=f.current?.querySelector(".ag-root");ne&&N.push({getGui:()=>ne});for(const Z of R.current)Z.isDisplayed()&&N.push(Z);return N},setCursor:r,setUserSelect:l};O.setComp(U,T,T),d(!0)},[]);p.useEffect(()=>{const T=g.current,O=f.current;if(!u||!T||!v||!O||e.isDestroyed())return;const U=[],{watermarkSelector:N,paginationSelector:ne,sideBarSelector:Z,statusBarSelector:k,gridHeaderDropZonesSelector:J}=T.getOptionalSelectors(),_=[];if(J){const H=e.createBean(new J.component),G=H.getGui();O.insertAdjacentElement("afterbegin",G),_.push(G),U.push(H)}if(Z){const H=e.createBean(new Z.component),G=H.getGui(),X=v.querySelector(".ag-tab-guard-bottom");X&&(X.insertAdjacentElement("beforebegin",G),_.push(G)),U.push(H),R.current.push(H)}const ie=H=>{const G=e.createBean(new H),X=G.getGui();return O.insertAdjacentElement("beforeend",X),_.push(X),U.push(G),G};if(k&&ie(k.component),ne){const H=ie(ne.component);S.current=H,R.current.push(H)}return N&&ie(N.component),()=>{e.destroyBeans(U);for(const H of _)H.remove()}},[u,v,e]);const F=p.useMemo(()=>Ct("ag-root-wrapper",t,o),[t,o]),P=p.useMemo(()=>Ct("ag-root-wrapper-body","ag-focus-managed",o),[o]),I=p.useMemo(()=>({userSelect:a??"",WebkitUserSelect:a??"",cursor:n??""}),[a,n]),A=p.useCallback(T=>{m.current=T,h(T!==null)},[]),E=p.useCallback(()=>!g.current?.isFocusable(),[]);return p.createElement("div",{ref:x,className:F,style:I,role:"presentation"},p.createElement("div",{className:P,ref:w,role:"presentation"},c&&v&&!e.isDestroyed()&&p.createElement(Je.Provider,{value:e.getBeans()},p.createElement(FI,{ref:A,eFocusableElement:v,onTabKeyDown:y,gridCtrl:g.current,forceFocusOutWhenTabGuardsAreEmpty:!0,isEmpty:E},p.createElement(yI,null)))))},DI=p.memo(EI),PI=class extends M{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))}},Ef={setGridApi:void 0,maxComponentCreationTimeMs:void 0,children:void 0},TI={gridOptions:void 0,modules:void 0,containerStyle:void 0,className:void 0,passGridApi:void 0,componentWrappingElement:void 0,...Ef},Df=new Set(Object.keys(TI)),MI=new Set(Object.keys(Ef)),Pf=e=>{const t=p.useRef(),s=p.useRef(null),o=p.useRef(null),i=p.useRef([]),n=p.useRef([]),r=p.useRef(e),a=p.useRef(),l=p.useRef(),c=p.useRef(!1),[d,u]=p.useState(void 0),[,h]=p.useState(0),g=p.useCallback(w=>{if(s.current=w,!w){for(const E of i.current)E();i.current.length=0;return}const b=e.modules||[];o.current||(o.current=new Y6(()=>h(E=>E+1),e.componentWrappingElement,e.maxComponentCreationTimeMs),i.current.push(()=>{o.current?.destroy(),o.current=null}));const S=Xb(e.gridOptions,e,Object.keys(e).filter(E=>!Df.has(E))),R=()=>{if(c.current){const E=()=>a.current?.shouldQueueUpdates()?void 0:n.current.shift();let T=E();for(;T;)T(),T=E()}},y=new LI(R);a.current=y;const x=new PI,F={providedBeanInstances:{frameworkCompWrapper:new kI(o.current,S),renderStatus:x},modules:b,frameworkOverrides:y,setThemeOnGridDiv:!0},P=E=>{u(E),E.createBean(x),i.current.push(()=>{E.destroy()}),E.getBean("ctrlsSvc").whenReady({addDestroyFunc:T=>{i.current.push(T)}},()=>{if(E.isDestroyed())return;const T=t.current;T&&e.passGridApi?.(T)})},I=E=>{E.getBean("ctrlsSvc").whenReady({addDestroyFunc:T=>{i.current.push(T)}},()=>{for(const T of n.current)T();n.current.length=0,c.current=!0})},A=new qD;S.gridId??(S.gridId=l.current),t.current=A.create(w,S,P,I,F),i.current.push(()=>{t.current=void 0}),t.current&&(l.current=t.current.getGridId())},[]),f=p.useMemo(()=>({height:"100%",...e.containerStyle||{}}),[e.containerStyle]),m=p.useCallback(w=>{c.current&&!a.current?.shouldQueueUpdates()?w():n.current.push(w)},[]);p.useEffect(()=>{const w=II(r.current,e);r.current=e,m(()=>{t.current&&Jb(w,t.current)})},[e]);const v=!p.useSyncExternalStore||tn(e,"renderingMode")==="legacy"?"legacy":"default";return p.createElement("div",{style:f,className:e.className,ref:g},p.createElement(wf.Provider,{value:v},d&&!d.isDestroyed()?p.createElement(DI,{key:d.instanceId,context:d}):null,o.current?.getPortals()??null))};function II(e,t){const s={};for(const o of Object.keys(t)){if(Df.has(o)){MI.has(o)&&L(274,{prop:o});continue}const i=t[o];e[o]!==i&&(s[o]=i)}return s}var kI=class extends JD{constructor(e,t){super(),this.parent=e,this.gridOptions=t}createWrapper(e,t){const s=this.gridOptions;if(tn(s,"reactiveCustomComponents")){const r=(a=>{switch(a){case"filter":return tn(s,"enableFilterHandlers")?G6:H6;case"floatingFilterComponent":return tn(s,"enableFilterHandlers")?z6:B6;case"dateComponent":return O6;case"dragAndDropImageComponent":return N6;case"loadingOverlayComponent":return _6;case"noRowsOverlayComponent":return U6;case"statusPanel":return $6;case"toolPanel":return K6;case"menuItem":return j6;case"cellRenderer":return L6;case"innerHeaderComponent":return W6}})(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":rc();break}const i=!t.cellRenderer&&t.name!=="toolPanel";return new Rf(e,this.parent,t,i)}},AI=p.forwardRef((e,t)=>{const s=p.useContext(Je),{registry:o,context:i,gos:n,rowModel:r}=s,[a,l]=p.useState(()=>new St),[c,d]=p.useState(()=>new St),[u,h]=p.useState(),[g,f]=p.useState(),m=p.useRef(),v=p.useRef(null),w=p.useRef(),b=p.useMemo(()=>Tb(e.api.getGridId(),u?.rowModelType??"clientSide"),[e]),S=p.useMemo(()=>a.toString()+" ag-details-row",[a]),R=p.useMemo(()=>c.toString()+" ag-details-grid",[c]);t&&p.useImperativeHandle(t,()=>({refresh(){return m.current?.refresh()??!1}})),e.template&&L(230);const y=p.useCallback(F=>{if(v.current=F,!F||i.isDestroyed()){m.current=i.destroyBean(m.current),w.current?.();return}const P={toggleCss:(A,E)=>l(T=>T.setClass(A,E)),toggleDetailGridCss:(A,E)=>d(T=>T.setClass(A,E)),setDetailGrid:A=>h(A),setRowData:A=>f(A),getGui:()=>v.current},I=o.createDynamicBean("detailCellRendererCtrl",!0);if(I&&(i.createBean(I),I.init(P,e),m.current=I,n.get("detailRowAutoHeight"))){const A=()=>{if(v.current==null)return;const E=v.current.clientHeight;E!=null&&E>0&&setTimeout(()=>{e.node.setRowHeight(E),(Oe(n)||Ys(n))&&r.onRowHeightChanged()},0)};w.current=ts(s,F,A),A()}},[]),x=p.useCallback(F=>{m.current?.registerDetailWithMaster(F)},[]);return p.createElement("div",{className:S,ref:y},u&&p.createElement(Pf,{className:R,...u,modules:b,rowData:g,passGridApi:x}))}),LI=class extends sp{constructor(e){super("react"),this.processQueuedUpdates=e,this.queueUpdates=!1,this.renderingEngine="react",this.frameworkComponents={agGroupCellRenderer:nu,agGroupRowRenderer:nu,agDetailCellRenderer:AI},this.wrapIncoming=(t,s)=>s==="ensureVisible"?P6(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 D6()}},OI=class extends p.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 p.createElement(Pf,{...this.props,passGridApi:this.setGridApi})}};const NI="h-full",na={accentColor:"var(--controls-bg-accent, #5C8DEA)",backgroundColor:"var(--bg-layer-2, #141A23)",oddRowBackgroundColor:"var(--bg-layer-3, #222932)",borderColor:"var(--bg-layer-4, #333942)",rowBorder:"1px solid var(--border-tertiary, #090D13)",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))"},cellStyle:{textAlign:"center"}},ra=40,HI=(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},GI=({selectedRowIds:e,onSelectionChange:t,rowData:s,getRowId:o})=>{const[i,n]=p.useState(new Set),r=e??i,a=p.useCallback(g=>{if(t&&e!==void 0){const f=(s||[]).filter(m=>g.has(o(m)));try{t(g,f)}catch{}}else n(g)},[t,e,s,o]),l=p.useCallback((g,f)=>{const m=new Set(r);f?m.add(g):m.delete(g),a(m)},[r,a]),c=s?.length||0,d=r.size,u=p.useMemo(()=>d===0?"unchecked":d===c?"checked":"indeterminate",[d,c]),h=p.useCallback(()=>{if(u==="checked")a(new Set);else{const g=new Set((s||[]).map(o));a(g)}},[u,a,s,o]);return{currentSelectedIds:r,handleSelectionToggle:l,headerCheckboxState:u,handleHeaderCheckboxChange:h}};kb.registerModules([E6]);const VI=({columnDefs:e,rowData:t,additionalGridOptions:s,getContextMenuItems:o,cssClass:i,ariaLabel:n="Data grid",withSelectionColumn:r=!0,wrapCustomCellRenderers:a=!0,selectedRowIds:l,onSelectionChange:c,getRowId:d=w=>String(w.id||JSON.stringify(w)),alternateOddRowColors:u=!1,filterPlaceholder:h="Enter value",emptyStateIcon:g,emptyStateTitle:f="No results found",emptyStateDescription:m="Sorry, we couldn't find any results for your search.",loading:v=!1})=>{const[w,b]=p.useState(ra),[S,R]=p.useState(),y=p.useId(),{currentSelectedIds:x,handleSelectionToggle:F,headerCheckboxState:P,handleHeaderCheckboxChange:I}=GI({selectedRowIds:l,onSelectionChange:c,rowData:t,getRowId:d}),A=p.useMemo(()=>({...na,oddRowBackgroundColor:u?na.oddRowBackgroundColor:na.backgroundColor}),[u]),E=p.useCallback(H=>{H.api.sizeColumnsToFit(),b(ra)},[]),T=p.useCallback(H=>{if(H.data){const G=d(H.data);return x.has(G)?"ag-row-selected":""}},[x,d]),O=p.useCallback(()=>{const H=P==="checked",G=P==="indeterminate";return C.jsx("div",{className:"flex items-center justify-center h-full header-checkbox-container",children:C.jsx(ni,{id:"header-select-all",ariaLabel:"Select all rows",checked:H,indeterminate:G,cssClass:`dial-header-select ${P}`,onChange:I})})},[P,I]),U=p.useCallback(H=>{if(H.data){const G=o?.(H.data)??[],X=H.value==null?"":String(H.value);return C.jsx(yt,{trigger:[xt.ContextMenu],menu:{items:G},anchorToMouse:!0,matchReferenceWidth:!0,cssClass:"w-full",children:C.jsx("span",{className:"block min-w-0 h-full max-w-full",children:C.jsx(Et,{text:X,cssClass:"max-w-full h-full"})})})}},[o]),N=p.useCallback(H=>{if(!H.data)return null;const G=d(H.data),X=x.has(G),be=`row-select-${G}`;return C.jsx("div",{className:"flex items-center justify-center h-full",children:C.jsx(ni,{id:be,ariaLabel:"Select row",checked:X,cssClass:"dial-row-select",onChange:W=>{F(G,!!W)}},`${G}-${X}`)})},[x,d,F]),ne=p.useCallback(H=>{const G=typeof a=="function"?a(H):!!a;if(!H.cellRenderer)return{...H,cellRenderer:U};if(!G)return H;const X=H.cellRenderer;return{...H,cellRenderer:W=>{const ee=W.data?o?.(W.data)??[]:[];let xe=null;if(typeof X=="function"){const ve=X;xe=C.jsx(ve,{...W})}else xe=U(W);return C.jsx(yt,{trigger:[xt.ContextMenu],menu:{items:ee},anchorToMouse:!0,matchReferenceWidth:!0,cssClass:"w-full h-full",children:C.jsx("span",{className:"block min-w-0 max-w-full",children:xe})})}}},[o,U,a]),Z=p.useMemo(()=>({colId:"__select",headerName:"",width:40,minWidth:40,suppressSizeToFit:!0,lockPosition:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:N,headerComponent:O}),[N,O]),k=p.useMemo(()=>{const H=(e??[]).map(ne);return r?[Z,...H]:H},[e,Z,r,ne]),J=p.useMemo(()=>({minWidth:150,resizable:!0,sortable:!0,floatingFilter:!0,filter:"agTextColumnFilter",filterParams:{filterPlaceholder:h,buttons:["reset"]},comparator:HI.bind(void 0)}),[h]),_=H=>{const G=k.map(X=>({...X,sort:void 0}));H.api.updateGridOptions({columnDefs:G,rowData:t}),H.api.sizeColumnsToFit(),R(H.api),s?.onGridReady?.(H)};p.useEffect(()=>{S&&S.redrawRows()},[S,x]);const ie=p.useCallback(()=>C.jsx(Un,{title:f,description:m,containerCssClass:"gap-3",titleCssClass:"mt-2 !text-lg",icon:g||C.jsx(j.IconZoomCancel,{size:100,stroke:.5,className:"text-secondary"})}),[f,m,g]);return C.jsx("div",{className:$(NI,i,r&&"with-selection-column"),"aria-label":n,role:"region","aria-busy":v,children:C.jsx("div",{className:"ag-theme-balham-dark h-full overflow-x-auto",role:"table","aria-describedby":y,children:C.jsx(OI,{rowModelType:"clientSide",headerHeight:ra,rowHeight:w,cellSelection:!1,getRowClass:T,theme:FE.withPart(iE).withParams({...A}),autoSizeStrategy:{type:"fitGridWidth"},columnDefs:k,defaultColDef:J,onGridSizeChanged:E,onGridReady:_,loading:v,suppressCellFocus:!0,suppressDragLeaveHidesColumns:!0,noRowsOverlayComponent:ie,rowData:t,...s})})})};var Wn=(e=>(e.MyFiles="my_files",e.Shared="shared",e.Organization="organization",e))(Wn||{}),rt=(e=>(e.Duplicate="duplicate",e.Copy="copy",e.Move="move",e.Rename="rename",e.Download="download",e.Delete="delete",e))(rt||{});const Tf=()=>{const[e,t]=p.useState(Ec());return p.useEffect(()=>{const s=()=>t(Ec());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},BI=({tabs:e,activeTab:t,onTabChange:s,areHiddenFilesVisible:o,onToggleHiddenFiles:i,isCreateButtonVisible:n,createButtonVariant:r=De.Secondary,createButtonDropdownItems:a=[],createButtonLabel:l="Create",hiddenFilesSwitcherLabel:c="Hidden files",showHiddenFilesLabel:d="Show hidden files",hideHiddenFilesLabel:u="Hide hidden files"})=>{const h=Tf(),g=p.useMemo(()=>[{key:"hidden-files-switch",label:o?u:d,icon:o?C.jsx(j.IconEyeOff,{...fe,className:"text-secondary"}):C.jsx(j.IconEye,{...fe,className:"text-secondary"}),onClick:()=>i?.(!o)}],[o,u,d,i]),f=()=>e&&t&&s?C.jsx(_u,{tabs:e,activeTab:t,onClick:w=>s(w),smallScreenThreshold:pn.Tablet,smallScreenContainerCssClass:"w-fit bg-transparent h-[38px]",smallScreenDropdownItemCssClass:"px-3 h-[38px]"}):null,m=()=>C.jsxs(C.Fragment,{children:[C.jsx(dl,{switchId:"hidden-files-switch",title:c,isOn:o,onChange:i}),n&&C.jsxs(C.Fragment,{children:[C.jsx("div",{className:"h-6 border-l border-primary"}),C.jsx(ma,{title:l,variant:r,items:a})]})]}),v=()=>C.jsxs(C.Fragment,{children:[C.jsx(yt,{menu:{items:g},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Re,{cssClass:"h-[38px]",iconBefore:C.jsx(j.IconDotsVertical,{...fe,className:"text-secondary hover:text-accent-primary"})})}),n?C.jsx(ma,{title:l,variant:r,items:a}):null]});return C.jsxs("div",{className:"flex w-full justify-between gap-4 items-center overflow-x-auto",children:[C.jsx("div",{className:"flex-1 min-w-0",children:f()}),C.jsx("div",{className:"flex gap-4 flex-shrink-0 items-center",children:h?v():m()})]})},zI=12,WI=8;var Ts=(e=>(e.Normal="normal",e.Reverse="reverse",e))(Ts||{});function _I({actions:e,direction:t=Ts.Normal,moreButtonWidth:s=ao,actionsGap:o=8,containerPadding:i=8,dependencies:n=[]}){const r=p.useRef(null),a=p.useRef(null),l=p.useRef(null),c=p.useRef(null),d=p.useRef([]),[u,h]=p.useState(e.length);p.useLayoutEffect(()=>{if(!a.current)return;const m=Array.from(a.current.children);d.current=m.map(v=>Math.ceil(v.getBoundingClientRect().width))},[e,...n]),p.useEffect(()=>{if(!r.current)return;let m=null;const v=()=>{m&&cancelAnimationFrame(m),m=requestAnimationFrame(()=>{const b=r.current,S=l.current?.offsetWidth??0,R=c.current?.offsetWidth??0,y=S+R,F=b.getBoundingClientRect().width-y-s-o*2-i*2,P=d.current;let I=0,A=0;if(t===Ts.Reverse)for(let E=P.length-1;E>=0&&(I+=P[E]+o,!(I>F));E--)A++;else for(const E of P){if(I+=E+o,I>F)break;A++}h(A)})},w=new ResizeObserver(v);return w.observe(r.current),v(),()=>{m&&cancelAnimationFrame(m),w.disconnect()}},[e.length,t,...n]);const g=t===Ts.Reverse?e.slice(0,e.length-u):e.slice(u);return{visibleActions:t===Ts.Reverse?e.slice(e.length-u):e.slice(0,u),hiddenActions:g,refs:{containerRef:r,measureRef:a,leftSectionRef:l,rightSectionRef:c}}}const jI=({selectionLabel:e,onClearSelection:t,actions:s})=>{const o=Tf(),{refs:{containerRef:i,leftSectionRef:n,measureRef:r},visibleActions:a,hiddenActions:l}=_I({actions:s,direction:Ts.Reverse,dependencies:[o],actionsGap:zI,containerPadding:WI});return C.jsxs(C.Fragment,{children:[C.jsx("div",{ref:r,className:"absolute top-0 left-0 invisible pointer-events-none overflow-hidden whitespace-nowrap flex gap-3",children:s.map(({key:c,icon:d,title:u})=>C.jsx(Re,{iconBefore:d,title:u,variant:De.Secondary,hideTitleOnMobile:!0},c))}),C.jsxs("div",{ref:i,className:"rounded bg-layer-0 p-2 flex justify-between items-center w-full",role:"toolbar","aria-label":"File bulk actions",children:[C.jsx("div",{ref:n,children:C.jsx(Re,{title:e,onClick:t,textCssClass:"text-accent-primary whitespace-nowrap",variant:De.Tertiary,iconBefore:C.jsx(j.IconX,{...fe,className:"text-accent-primary"})})}),C.jsxs("div",{className:"flex flex-1 w-full gap-3 items-center justify-end",children:[l.length>0&&C.jsx(yt,{menu:{items:l},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Re,{cssClass:"h-[38px]",iconBefore:C.jsx(j.IconDotsVertical,{...fe,className:"text-secondary hover:text-accent-primary"})})}),a.map(({key:c,icon:d,title:u,onClick:h,disabled:g})=>C.jsx(Re,{cssClass:"!p-[9px]",iconBefore:d,title:u,variant:De.Secondary,hideTitleOnMobile:!0,disable:g,onClick:f=>h?.({key:c,domEvent:f})},c))]})]})]})},UI=e=>le.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},le.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"})),$I=e=>le.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},le.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"})),KI=e=>{const[t,s]=p.useState(e?.showHiddenFiles??!1),o=!!e?.onShowHiddenFilesChange,i=o?e.showHiddenFiles??!1:t,n=p.useCallback(a=>{o?e?.onShowHiddenFilesChange?.(a):s(a)},[o,e]),r=p.useCallback(()=>{const a=!i;o?e?.onShowHiddenFilesChange?.(a):s(a)},[i,o,e]);return{areHiddenFilesVisible:i,toggleHiddenFilesVisibility:r,setAreHiddenFilesVisible:n}},qI=e=>{const[t,s]=p.useState(e?.collapsed??!1),o=!!e?.onCollapseChange,i=o?e.collapsed??!1:t,n=p.useCallback(a=>{o?e?.onCollapseChange?.(a):s(a)},[o,e]),r=p.useCallback(()=>{const a=!i;o?e?.onCollapseChange?.(a):s(a)},[i,o,e]);return{isTreeCollapsed:i,toggleTreeCollapse:r,setIsTreeCollapsed:n}},YI=(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},ZI=e=>e.name,aa=(e,t,s,o=!1)=>{const i=new Set(s.map(ZI));return t.map(n=>{const r=n.name,a=o?r:YI(r,i);return o||i.add(a),{sourceUrl:n.path,destinationUrl:`${e}/${a}`,overwrite:o,nodeType:n.nodeType??Vt.ITEM}})},QI=({getDestinationFiles:e,onCopyFiles:t,onMoveToFiles:s})=>{const[o,i]=p.useState(!1),[n,r]=p.useState([]),[a,l]=p.useState([]),[c,d]=p.useState("copy"),u=p.useCallback(S=>{const R=e(S),y=aa(S,n,R,!1);t?.(y,S)},[e,t,n]),h=p.useCallback((S,R)=>{const y=e(S),x=aa(S,a,y,!0);s?.(x,R,S)},[e,s,a]),g=p.useCallback(S=>{const R=S.at(0)?.parentPath??"/",y=e(R),x=aa(R,S,y,!1);t?.(x,R)},[t,e]),f=p.useCallback(S=>{d(S),i(!0)},[]),m=p.useCallback(()=>{r([]),l([])},[]),v=p.useCallback(()=>{i(!1),m()},[m]),w=p.useCallback(S=>{r(S)},[]),b=p.useCallback(S=>{l(S)},[]);return{handleDuplicate:g,handleCloseDestinationFolderPopup:v,handleOpenDestinationFolderPopup:f,handleCopyTo:u,handleMoveTo:h,openDestinationFolderPopup:o,destinationFolderMode:c,handleSetCopiedFiles:w,handleSetMovedFiles:b,clearState:m}},XI=({path:e,onPathChange:t,onSelectionClear:s})=>{const[o,i]=p.useState(e);p.useEffect(()=>{i(e),s?.()},[e,s]);const n=p.useCallback(r=>{i(r),t?.(r),s?.()},[t,s]);return{currentPath:o,setCurrentPath:i,handlePathChange:n}},JI=({onDeleteFiles:e})=>{const[t,s]=p.useState(!1),[o,i]=p.useState([]),[n,r]=p.useState(""),a=p.useCallback((d,u)=>{i(d),r(u),s(!0)},[]),l=p.useCallback(()=>{s(!1),i([])},[]),c=p.useCallback(()=>{if(e&&o.length>0){const d=o.map(u=>({sourceUrl:u.path,nodeType:u.nodeType}));e(d,n)}l()},[o,e,l,n]);return{deleteConfirmationOpen:t,itemsToDelete:o,openDeleteConfirmation:a,closeDeleteConfirmation:l,confirmDelete:c}},ek=({onDownloadFiles:e})=>({handleDownloadFiles:p.useCallback(s=>{e&&s.length>0&&e(s)},[e])}),Mf=p.createContext(void 0);function If(e,t,s){const o=e.path.replace(t,s),i={sourceUrl:e.path,destinationUrl:o,nodeType:e.nodeType};if(!e.items||e.items.length===0)return[i];const n=e.items.flatMap(r=>If(r,t,s));return[i,...n]}function tk(e,t){const s=e.replace(/\/+$/,"").split("/");return s[s.length-1]=t,s.join("/")}const sk=({items:e,onRename:t,onRenameSave:s,onRenameCancel:o,onRenameValidate:i,onMoveToFiles:n})=>{const[r,a]=p.useState(),l=p.useCallback(h=>{t?.(h),a(h)},[t]),c=p.useCallback(()=>{a(void 0),o?.()},[o]),d=p.useCallback(h=>{if(n&&r){const g=tk(r,h),f=Cn(e,r);if(f){const m=If(f,r,g);n(m,r,g)}}a(void 0),s?.(h)},[s,r,n,e]),u=p.useCallback((h,g)=>i?.(h,g)??null,[i]);return{renamedPath:r,renameHandler:l,renameSaveHandler:d,renameCancelHandler:c,renameValidateHandler:u}},ok=e=>{if(!e||e<=0)return"-";const t=1024,s=t*1024;return e>=s?`${(e/s).toFixed(1)} MB`:e>=t?`${(e/t).toFixed(0)} KB`:`${e} bytes`},kf=({children:e,cssClass:t,items:s=[],rootItem:o,path:i,filesLoading:n,showHiddenFiles:r,onShowHiddenFilesChange:a,treeOptions:l,navigationPanelOptions:c,deleteConfirmationOptions:d,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:g,destinationFolderPopupOptions:f,onPathChange:m,onTableFileClick:v,onCopyFiles:w,onMoveToFiles:b,onDeleteFiles:S,onDownloadFiles:R,onRename:y,onRenameSave:x,onRenameCancel:F,onRenameValidate:P})=>{const[I,A]=p.useState(new Set),E=p.useCallback(()=>A(new Set),[]),{currentPath:T,setCurrentPath:O,handlePathChange:U}=XI({path:i,onPathChange:m,onSelectionClear:E}),[N,ne]=p.useState(),Z=f?.destinationFolderPath??N,k=p.useCallback(Ne=>{f?.setDestinationFolderPath?f.setDestinationFolderPath(Ne):ne(Ne)},[f]),{areHiddenFilesVisible:J,toggleHiddenFilesVisibility:_}=KI({showHiddenFiles:r,onShowHiddenFilesChange:a}),{isTreeCollapsed:ie,toggleTreeCollapse:H,setIsTreeCollapsed:G}=qI({collapsed:l?.collapsed,onCollapseChange:l?.onCollapseChange}),{renamedPath:X,renameHandler:be,renameSaveHandler:W,renameCancelHandler:ee,renameValidateHandler:xe}=sk({items:s,onRename:y,onRenameSave:x,onRenameCancel:F,onRenameValidate:P,onMoveToFiles:b}),[ve,oe]=p.useState("");p.useEffect(()=>{const Ne=c?.value;Ne!=null&&oe(String(Ne))},[c?.value]);const Ge=String(c?.value??ve??"").trim(),Se=p.useMemo(()=>Nc(s,T)??s[0],[s,T]),{handleCopyTo:_e,handleMoveTo:V,handleDuplicate:ge,handleOpenDestinationFolderPopup:te,handleCloseDestinationFolderPopup:me,openDestinationFolderPopup:Fe,handleSetCopiedFiles:Ve,handleSetMovedFiles:re,destinationFolderMode:Ce}=QI({getDestinationFiles:Ne=>Nc(s,Ne)?.items??[],onCopyFiles:w,onMoveToFiles:b});p.useEffect(()=>{Fe&&!Z&&k(T??o?.path??"/")},[Fe,Z,T,o?.path,k]),p.useEffect(()=>{Fe||k(void 0)},[Fe,k]);const{deleteConfirmationOpen:ze,itemsToDelete:pt,openDeleteConfirmation:ae,closeDeleteConfirmation:$e,confirmDelete:ur}=JI({onDeleteFiles:S}),{handleDownloadFiles:Ai}=ek({onDownloadFiles:R}),Pe=p.useMemo(()=>{const Ne=Zi(Ge).trim(),Ho=Se?.items??[];let gr=Ne?D1(Se):Ho;J||(gr=gr.filter(Ke=>!dh(Ke)));const ac=gr.map(Ke=>({id:Ke.id??Ke.path,name:Ke.name??Ke.path.split("/").pop()??"",updatedAt:Ke.updatedAt,size:Ke.nodeType===Vt.ITEM?ok(Ke.contentLength):"-",author:Ke.author,path:Ke.path,nodeType:Ke.nodeType,extension:Ke.extension}));if(!Ne)return ac;const Gf=Ne.split(/\s+/).filter(Boolean);return ac.filter(Ke=>{const Vf=Zi(Ke.name),Bf=Zi(Ke.author),zf=E1(Ke.extension);return Gf.every(pr=>Vf.includes(pr)||Bf.includes(pr)||zf.includes(pr))})},[Se,Ge,J]),et=p.useCallback(Ne=>{U(Ne.path)},[U]),hr=p.useCallback(Ne=>{U(Ne)},[U]),Of=p.useCallback(Ne=>{const Ho=String(Ne??"");oe(Ho),c?.onSearchChange?.(Ho)},[c]),Nf=p.useCallback(Ne=>{Ne.nodeType===Vt.FOLDER?U(Ne.path):v?.(Ne)},[U,v]),Hf={cssClass:t,items:s,rootItem:o,filesLoading:n,treeOptions:l,navigationPanelOptions:c,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:g,deleteConfirmationOptions:d,destinationFolderPopupOptions:{destinationFolderPath:Z,setDestinationFolderPath:k},currentPath:T,setCurrentPath:O,searchValue:ve,effectiveSearchValue:Ge,setSearchValue:oe,areHiddenFilesVisible:J,toggleHiddenFilesVisibility:_,isTreeCollapsed:ie,toggleTreeCollapse:H,setIsTreeCollapsed:G,selectedIds:I,setSelectedIds:A,clearSelection:E,currentFolder:Se,gridRows:Pe,handleCopyTo:_e,handleMoveTo:V,handleDuplicate:ge,handleSetCopiedFiles:Ve,handleSetMovedFiles:re,openDestinationFolderPopup:Fe,handleCloseDestinationFolderPopup:me,handleOpenDestinationFolderPopup:te,destinationFolderMode:Ce,handleDownloadFiles:Ai,renamedPath:X,onRename:be,onRenameSave:W,onRenameCancel:ee,onRenameValidate:xe,openDeleteConfirmation:ae,closeDeleteConfirmation:$e,confirmDelete:ur,deleteConfirmationOpen:ze,itemsToDelete:pt,handlePathChange:U,handleTreeItemClick:et,handleBreadcrumbItemClick:hr,handleSearchChange:Of,handleTableRowClick:Nf,onTableFileClick:v};return C.jsx(Mf.Provider,{value:Hf,children:e})},Af=()=>{const e=p.useContext(Mf);if(!e)throw new Error("useFileManagerContext must be used within <FileManagerProvider>");return e},ik=({open:e,itemsToDelete:t,onClose:s,onConfirm:o,cancelLabel:i="Cancel",confirmLabel:n="Delete",titleRenderer:r,contentRenderer:a})=>{const l=t.map(g=>g.name),d=r?.(l)||"Confirm Deleting Items",u=C.jsxs("div",{className:"px-6 py-3 dial-small",children:[C.jsx("p",{className:"text-secondary mb-3",children:t.length===1?C.jsxs(C.Fragment,{children:["Do you want to delete file or folder"," ",C.jsxs("span",{className:"text-primary",children:['"',t[0].name,'"']}),"?"]}):C.jsxs(C.Fragment,{children:["Do you want to delete the following"," ",C.jsx("span",{className:"text-primary",children:t.length})," item",t.length!==1?"s":"","?"]})}),t.length>1&&C.jsx(C.Fragment,{children:t.length<=10?C.jsx("ul",{className:"space-y-1 text-primary list-none",children:t.map(g=>C.jsx("li",{className:"truncate",children:g.name},g.path))}):C.jsxs(C.Fragment,{children:[C.jsx("ul",{className:"space-y-1 text-primary list-none mb-2",children:t.slice(0,10).map(g=>C.jsx("li",{className:"truncate",children:g.name},g.path))}),C.jsxs("p",{className:"text-secondary italic",children:["... and ",t.length-10," more"]})]})})]}),h=a?.(l)||u;return C.jsx(Qu,{open:e,title:d,confirmLabel:n,cancelLabel:i,variant:Ro.Danger,onClose:s,onConfirm:o,children:h})},nk=({onClose:e,onConfirm:t,open:s,copyLabel:o="Copy",moveLabel:i="Move",addFolderLabel:n="Add folder",mode:r="copy",hiddenFilesSwitcherLabel:a="Show hidden files",...l})=>{const[c,d]=p.useState(!1),u=p.useCallback(h=>{d(h)},[]);return C.jsx(xi,{open:s,onClose:()=>{e()},size:Nt.Lg,footer:C.jsxs("div",{className:"flex justify-between space-x-2 py-4 px-6",children:[C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Re,{title:n,variant:De.Tertiary,iconBefore:C.jsx(j.IconFolderPlus,{...fe})}),C.jsx("div",{className:"border border-l border-primary my-2"}),C.jsx("div",{className:"inline-flex items-center cursor-pointer",onClick:h=>{h.stopPropagation(),u(!c)},children:C.jsx(dl,{title:a,isOn:c,onChange:u,switchId:"hidden-files-switch"})})]}),C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Re,{onClick:e,title:"Cancel",variant:De.Secondary}),C.jsx(Re,{onClick:t,title:r==="copy"?o:i,variant:De.Primary})]})]}),children:C.jsx(Lf,{...l,showHiddenFiles:c,onShowHiddenFilesChange:u,treeOptions:{...l.treeOptions,collapsed:!0,expandedPaths:new Set([l.rootItem?.path||"/"])}})})},Lf=e=>C.jsx(kf,{...e,children:C.jsx(rk,{})}),rk=()=>{const{cssClass:e,items:t,rootItem:s,filesLoading:o,treeOptions:i,navigationPanelOptions:n,gridOptions:r,toolbarOptions:a,bulkActionsToolbarOptions:l,deleteConfirmationOptions:c,destinationFolderPopupOptions:d,areHiddenFilesVisible:u,toggleHiddenFilesVisibility:h,isTreeCollapsed:g,toggleTreeCollapse:f,currentPath:m,gridRows:v,selectedIds:w,setSelectedIds:b,clearSelection:S,effectiveSearchValue:R,handleBreadcrumbItemClick:y,handleSearchChange:x,handleTreeItemClick:F,handleTableRowClick:P,handleOpenDestinationFolderPopup:I,handleCloseDestinationFolderPopup:A,openDestinationFolderPopup:E,destinationFolderMode:T,handleSetCopiedFiles:O,handleSetMovedFiles:U,handleDuplicate:N,handleCopyTo:ne,handleMoveTo:Z,handleDownloadFiles:k,openDeleteConfirmation:J,closeDeleteConfirmation:_,confirmDelete:ie,deleteConfirmationOpen:H,itemsToDelete:G,renamedPath:X,onRename:be,onRenameSave:W,onRenameCancel:ee,onRenameValidate:xe}=Af(),{width:ve=y1,title:oe=R1,containerCssClass:Ge=b1,additionalButtons:Se,..._e}=i??{},{columnDefs:V,filterable:ge=!0,dateLocale:te,dateOptions:me,...Fe}=r??{},Ve=p.useMemo(()=>[{field:"name",headerName:"Name",flex:1,minWidth:200,cellRenderer:ae=>ae.data?.nodeType===Vt.FOLDER?C.jsx(al,{name:ae.data.name}):C.jsx(rl,{name:ae.data.name})},{field:"updatedAt",headerName:"Modified Date",width:168,suppressSizeToFit:!0,cellRenderer:zu,cellRendererParams:{locale:te,emptyPlaceholder:"—",options:me}},{field:"size",headerName:"Size",width:120,suppressSizeToFit:!0}],[te,me]),re=V??Ve,Ce=p.useMemo(()=>ge?re:re.map(ae=>({...ae,filter:!1,floatingFilter:!1})),[re,ge]),ze=ae=>{const $e=[];return i?.actionLabels&&(i.actionLabels[rt.Duplicate]&&$e.push({key:"duplicate",label:i.actionLabels[rt.Duplicate],icon:C.jsx(j.IconCopy,{...fe,className:"text-secondary"}),onClick:()=>N([ae])}),i.actionLabels[rt.Copy]&&$e.push({key:"copy",label:i.actionLabels[rt.Copy],icon:C.jsx(UI,{width:fe.size,height:fe.size,className:"text-secondary"}),onClick:()=>{O([ae]),I("copy")}}),i.actionLabels[rt.Move]&&$e.push({key:"move",label:i.actionLabels[rt.Move],icon:C.jsx($I,{width:fe.size,height:fe.size,className:"text-secondary"}),onClick:()=>{U([ae]),I("move")}}),i.actionLabels[rt.Download]&&$e.push({key:"download",label:i.actionLabels[rt.Download],icon:C.jsx(j.IconDownload,{...fe,className:"text-secondary"}),onClick:()=>k([ae])}),i.actionLabels[rt.Rename]&&$e.push({key:"rename",label:i.actionLabels[rt.Rename],icon:C.jsx(j.IconPencilMinus,{...fe,className:"text-secondary"}),onClick:()=>be(ae.path)}),i.actionLabels[rt.Delete]&&$e.push({key:"delete",label:i.actionLabels[rt.Delete],icon:C.jsx(j.IconTrashX,{...fe,className:"text-secondary"}),onClick:()=>J([ae],ae.parentPath??"")})),$e},pt=ae=>{b(ae)};return C.jsxs("section",{className:ue(C1,{"gap-3 pt-4":l&&w.size>0},e),children:[a&&w.size===0&&C.jsx("div",{className:Oc,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(BI,{...a,areHiddenFilesVisible:u,onToggleHiddenFiles:h})}),w.size>0&&l&&C.jsx("div",{className:Oc,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(jI,{...l,onClearSelection:S,selectionLabel:`${w.size} ${l.selectionLabel}`})}),C.jsxs("div",{className:v1,children:[C.jsx("aside",{role:"region","aria-label":"File Manager Tree Navigation",className:"min-h-0 min-w-0 h-full flex-none",children:C.jsx(Du,{width:ve,title:oe,containerCssClass:Ge,additionalButtons:Se,isOpened:g,onToggle:f,children:C.jsx(I1,{..._e,items:t,selectedPath:m,onItemClick:F,areHiddenFilesVisible:u,getContextMenuItems:ze,renamedPath:X,onRenameSave:W,onRenameCancel:ee,onRenameValidate:xe})})}),C.jsxs("div",{className:w1,children:[C.jsx(O1,{...n??{},path:m,onItemClick:y,makeHref:ae=>"/"+ae.join("/"),rootItemPath:s?.path,rootItemLabel:s?.breadcrumbLabel,value:R,onSearchChange:x}),C.jsx("section",{role:"region","aria-label":"File Manager Grid View",className:S1,children:C.jsx(VI,{columnDefs:Ce,rowData:v,getRowId:ae=>ae.path,loading:o,...Fe,additionalGridOptions:{...Fe.additionalGridOptions,onCellClicked:ae=>{ae.colDef.colId!=="__select"&&ae.data&&P(ae.data)}},selectedRowIds:w,onSelectionChange:pt})})]})]}),C.jsx(ik,{open:H,itemsToDelete:G,onClose:_,onConfirm:ie,cancelLabel:c?.cancelLabel,confirmLabel:c?.confirmLabel,titleRenderer:c?.titleRenderer,contentRenderer:c?.contentRenderer}),C.jsx(nk,{open:E,onClose:A,onConfirm:()=>{const ae=d?.destinationFolderPath??"/";T==="copy"?ne(ae):Z(ae,m??"/"),A()},mode:T,items:t,rootItem:s,onPathChange:d?.setDestinationFolderPath,path:d?.destinationFolderPath,addFolderLabel:d?.addFolderLabel,copyLabel:d?.copyLabel,moveLabel:d?.moveLabel,hiddenFilesSwitcherLabel:d?.hiddenFilesSwitcherLabel,gridOptions:{columnDefs:Ce,loading:o}})]})},ak=e=>{const[t,s]=p.useState(Wn.MyFiles),o=n=>{s(n)},i=p.useMemo(()=>{if(e)return Object.values(Wn).map(n=>({id:n,name:e?.[n]||n.replace("_"," ")}))},[e]);return{activeTab:t,handleTabChange:o,tabs:i}};exports.AlertVariant=Fs;exports.ButtonVariant=De;exports.ConfirmationPopupVariant=Ro;exports.DialAlert=Mm;exports.DialAutocompleteInput=_w;exports.DialAutocompleteInputValue=ul;exports.DialBreadcrumb=Ku;exports.DialBreadcrumbItem=Uo;exports.DialButton=Re;exports.DialButtonDropdown=ma;exports.DialCheckbox=ni;exports.DialCloseButton=cl;exports.DialCollapsibleSidebar=Du;exports.DialConfirmationPopup=Qu;exports.DialDateCellRenderer=zu;exports.DialDraggableItem=qv;exports.DialDropdown=yt;exports.DialEllipsisTooltip=Et;exports.DialErrorText=us;exports.DialFieldLabel=Ks;exports.DialFileIcon=nl;exports.DialFileManager=Lf;exports.DialFileManagerActions=rt;exports.DialFileManagerTabs=Wn;exports.DialFileName=rl;exports.DialFileNodeType=Vt;exports.DialFilePermission=ch;exports.DialFileResourceType=lh;exports.DialFolderName=al;exports.DialFormItem=jn;exports.DialFormPopup=Gw;exports.DialIcon=Ee;exports.DialInput=Gs;exports.DialInputPopup=Xu;exports.DialItemType=Vs;exports.DialLabelledText=jm;exports.DialLoadFileAreaField=p1;exports.DialLoader=Ri;exports.DialNoDataContent=Un;exports.DialNumberInputField=Rw;exports.DialPasswordInput=Ju;exports.DialPasswordInputField=zw;exports.DialPopup=xi;exports.DialRadioButton=Fu;exports.DialRadioGroup=Eu;exports.DialRadioGroupPopupField=Lw;exports.DialRemoveButton=qu;exports.DialSearch=hl;exports.DialSelect=th;exports.DialSelectField=Zw;exports.DialSharedEntityIndicator=li;exports.DialSteps=Gm;exports.DialSwitch=dl;exports.DialTabs=_u;exports.DialTag=Kn;exports.DialTagInput=jw;exports.DialTextAreaField=Fw;exports.DialTextInputField=xw;exports.DialTextarea=Yu;exports.DialTooltip=Jt;exports.DropdownItemType=ll;exports.DropdownTrigger=xt;exports.DropdownType=Wu;exports.FileManagerProvider=kf;exports.FlexibleActionsDirection=Ts;exports.FormItemOrientation=ri;exports.PopupSize=Nt;exports.RadioGroupOrientation=ai;exports.SearchSize=ci;exports.SelectSize=fn;exports.SelectVariant=mn;exports.StepStatus=ct;exports.TabOrientation=gn;exports.TagVariant=$n;exports.mergeClasses=ue;exports.useDialFileManagerTabs=ak;exports.useEditableItem=uh;exports.useFileManagerContext=Af;
|