@epam/ai-dial-ui-kit 0.5.0-rc.78 → 0.5.0-rc.79
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 ${Mg(e,t)}`;return Array.isArray(o)?o.concat(n):[o,n]}var V3={1:"Charting Ag
|
|
|
59
59
|
If you are trying to annotate ${o} with application data, use the '${o}.context' property instead.`),Ti(d)}if(a.length>0&&i){const l=this.beans.frameworkOverrides.getDocLink(i);Ti(`to see all the valid ${o} properties please check: ${l}`)}}};function aP(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]=Ol({inputValue:n,allSuggestions:s}).values;return o}var lP=new Set(["firstChildChanged","lastChildChanged","childIndexChanged"]),cP={moduleName:"Validation",version:_,beans:[rP]};function Tf(e){const t=e.sibling;t&&(t.childrenAfterFilter=e.childrenAfterFilter)}var dP=class extends L{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,Tf(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")}},uP=class extends jc{constructor(){super(...arguments),this.iconCreated=!1}wireComp(e,t,s,o,i){this.comp=e;const n=on(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 ne(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=Tt("filter",this.beans,this.column);e&&(this.iconCreated=!0,this.eButtonShowMainFilter.appendChild(e))}setupFocus(e){e.createManagedBean(new si(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();jo(this.eButtonShowMainFilter,e("ariaFilterMenuOpen","Open Filter Menu"))}onTabKeyDown(e){const{beans:t}=this;if(Be(t)===this.eGui)return;const i=mo(t,this.eGui,null,e.shiftKey);if(i){t.headerNavigation?.scrollToColumn(this.column),e.preventDefault(),i.focus();return}const n=this.findNextColumnWithFloatingFilter(e.shiftKey);n&&t.focusSvc.focusHeaderPosition({headerPosition:{headerRowIndex:this.rowCtrl.rowIndex,column:n},event:e})&&e.preventDefault()}findNextColumnWithFloatingFilter(e){const t=this.beans.visibleCols;let s=this.column;do if(s=e?t.getColBefore(s):t.getColAfter(s),!s)break;while(!s.getColDef().filter||!s.getColDef().floatingFilter);return s}handleKeyDown(e){super.handleKeyDown(e);const t=this.getWrapperHasFocus();switch(e.key){case I.UP:case I.DOWN:case I.LEFT:case I.RIGHT:if(t)return;ao(e);case I.ENTER:t&&ro(this.eGui)&&e.preventDefault();break;case I.ESCAPE:t||this.eGui.focus()}}onFocusIn(e){if(this.eGui.contains(e.relatedTarget))return;const s=!!e.relatedTarget&&!e.relatedTarget.classList.contains("ag-floating-filter"),o=!!e.relatedTarget&&Ks(e.relatedTarget,"ag-floating-filter");if(s&&o&&e.target===this.eGui){const i=this.lastFocusEvent,n=!!(i&&i.key===I.TAB);if(i&&n){const r=i.shiftKey;ro(this.eGui,r)}}this.focusThis()}setupHover(e){this.beans.colHover?.addHeaderFilterColumnHoverListener(e,this.comp,this.column,this.eGui)}setupLeft(e){const t=new _c(this.column,this.eGui,this.beans);e.createManagedBean(t)}setupFilterButton(){this.suppressFilterButton=!this.beans.menuSvc?.isFloatingFilterButtonEnabled(this.column),this.highlightFilterButtonWhenActive=!bt(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:Ze(this.beans.colFilter?.model??{},this.column.getColId()),source:t}),o.refresh(s))})}addResizeAndMoveKeyboardListeners(){}destroy(){super.destroy(),this.destroySyncListener=null,this.destroyFilterChangedListener=null}};function hP(e,t){const s=e.colModel.getCol(t);if(!s){Ee(12,{colKey:t});return}e.menuSvc?.showColumnMenu({column:s,positionBy:"auto"})}function gP(e){e.menuSvc?.hidePopupMenu()}var pP={moduleName:"SharedMenu",version:_,beans:[Lx],apiFunctions:{showColumnMenu:hP,hidePopupMenu:gP}},fP=class extends cy{postConstruct(){this.beans.ctrlsSvc.whenReady(this,e=>{this.gridCtrl=e.gridCtrl}),this.addManagedEventListeners({gridStylesChanged:this.handleThemeChange.bind(this)})}getDefaultPopupParent(){return this.gridCtrl.getGui()}positionPopupForMenu(e){const{eventSource:t,ePopup:s,event:o}=e,i=t.getBoundingClientRect(),n=this.getParentRect();this.setAlignedTo(t,s);let r=!1;const a=()=>{const l=this.keepXYWithinBounds(s,i.top-n.top,0),c=s.clientWidth>0?s.clientWidth:200;r||(s.style.minWidth=`${c}px`,r=!0);const u=n.right-n.left-c;let h;return this.gos.get("enableRtl")?(h=f(),h<0&&(h=p(),this.setAlignedStyles(s,"left")),h>u&&(h=0,this.setAlignedStyles(s,"right"))):(h=p(),h>u&&(h=f(),this.setAlignedStyles(s,"right")),h<0&&(h=0,this.setAlignedStyles(s,"left"))),{x:h,y:l};function p(){return i.right-n.left-2}function f(){return i.left-n.left-c}};this.positionPopup({ePopup:s,keepWithinBounds:!0,updatePosition:a,postProcessCallback:()=>this.callPostProcessPopup(e,"subMenu",s,t,o instanceof MouseEvent?o:void 0)})}callPostProcessPopup(e,t,s,o,i){const n=this.gos.getCallback("postProcessPopup");if(n){const{column:r,rowNode:a}=e;n({column:r,rowNode:a,ePopup:s,type:t,eventSource:o,mouseEvent:i})}}getActivePopups(){return this.popupList.map(e=>e.element)}handleThemeChange(e){if(e.themeChanged){const t=this.beans.environment;for(const s of this.popupList)t.applyThemeClasses(s.wrapper)}}hasAnchoredPopup(){return this.popupList.some(e=>e.isAnchored)}isStopPropagation(e){return us(e)}},ia={moduleName:"Popup",version:_,beans:[fP]},mP=".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 CP(e){const t=e.filterManager;return!!t?.isColumnFilterPresent()||!!t?.isAggregateFilterPresent()}function vP(e,t){return e.filterManager?.getColumnFilterInstance(t)??Promise.resolve(void 0)}function wP(e,t){const s=e.colModel.getColDefCol(t);if(s)return e.colFilter?.destroyFilter(s,"api")}function bP(e,t){e.frameworkOverrides.wrapIncoming(()=>e.filterManager?.setFilterModel(t))}function SP(e){return e.filterManager?.getFilterModel()??{}}function yP(e,t,s){const{gos:o,colModel:i,colFilter:n}=e;s&&!o.get("enableFilterHandlers")&&(H(288),s=!1);const r=i.getColDefCol(t);return r?n?.getModelForColumn(r,s)??null:null}function xP(e,t,s){return e.filterManager?.setColumnFilterModel(t,s)??Promise.resolve()}function RP(e,t){const s=e.colModel.getCol(t);if(!s){Ee(12,{colKey:t});return}e.menuSvc?.showFilterMenu({column:s,containerType:"columnFilter",positionBy:"auto"})}function FP(e){e.menuSvc?.hideFilterMenu()}function EP(e,t){const s=e.colModel.getCol(t);if(!s){Ee(12,{colKey:t});return}return e.colFilter?.getHandler(s,!0)}function DP(e,t){const{colModel:s,colFilter:o,gos:i}=e;if(!i.get("enableFilterHandlers")){H(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 PP={filterHandler:()=>({doesFilterPass:()=>!0})},MP=class extends L{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={...xp},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){H(62,{colId:c});return}if(!d.isFilterAllowed()){H(63,{colId:c});return}const u=this.getOrCreateFilterWrapper(d,!0);if(!u){H(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))});be.all(r).then(()=>{const l=this.getModel(!0),c=[];this.allColumnFilters.forEach((d,u)=>{const h=a?a[u]:null,p=l?l[u]:null;Vi(h,p)||c.push(d.column)}),c.length>0?n?.onFilterChanged({columns:c,source:t}):s&&this.updateActive("filterChanged")})}getModel(e){const t={},{allColumnFilters:s,initialModel:o,beans:{colModel:i}}=this;if(s.forEach((n,r)=>{const a=this.getModelFromFilterWrapper(n);j(a)&&(t[r]=a)}),!e)for(const n of Object.keys(o)){const r=o[n];j(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:Ze(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 Ze(this.model,s);const o=e.filter;return o?typeof o.getModel!="function"?(H(66),null):o.getModel():Ze(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():(H(67),!1):!1,{colModel:t,gos:s}=this.beans,o=!!Pl(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(be.resolve().then(()=>{a(d,this.isHandlerActive(d),{colId:u,isHandler:!0,handler:c.handler,handlerParams:c.handlerParams})}));else{const h=Ss(c);h&&l.push(h.then(p=>{a(d,e(p),{colId:u,isHandler:!1,comp:p})}))}}),be.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(be.resolve().then(()=>{this.setColFilterActive(i,this.isHandlerActive(i),e,t)}));else{const n=Ss(o);n&&s.push(n.then(r=>{this.setColFilterActive(i,r.isFilterActive(),e,t)}))}}),this.beans.groupFilter?.updateFilterFlags(e,t),be.all(s)}doFiltersPass(e,t,s){const{data:o,aggData:i}=e,n=s?this.activeAggregateFilters:this.activeColumnFilters,r=s?i:o,a=this.model;for(let l=0;l<n.length;l++){const c=n[l],{colId:d,isHandler:u}=c;if(d!==t)if(u){const{handler:h,handlerParams:p}=c;if(!h.doesFilterPass({node:e,data:r,model:Ze(a,d),handlerParams:p}))return!1}else{const h=c.comp;if(typeof h.doesFilterPass!="function"){Ee(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?.(),Ss(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=Ss(s,o);i&&t.push(i.then(n=>{n.onNewRowsLoaded?.()}))}),be.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():Ze(this.initialModel,e.getColId())!=null}isHandlerActive(e){const t=j(Ze(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?Ss(t):null}getFilterUiForDisplay(e){const t=this.getOrCreateFilterWrapper(e,!0);if(!t)return null;const s=Ss(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 _b(this.gos)?t?"agSetColumnFloatingFilter":"agSetColumnFilter":Ay(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 q0(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||H(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 ne(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=Ze(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:Ze(this.model,r)}),{column:e,isHandler:!0,handler:s,handlerGenerator:o,handlerParams:i,filterUi:this.createFilterUiForHandler(t,n)};if(n){const a={column:e,filterUi:null,isHandler:!1};return a.filterUi=this.createFilterUiLegacy(t,n,l=>{a.filter=l??void 0}),a}return{column:e,filterUi:null,isHandler:!1}}createHandlerFunc(e,t,s){const{gos:o,frameworkOverrides:i,registry:n}=this.beans;let r;const a=p=>{const f=p.filter;if(Qg(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=p=>()=>this.createBean(n.createDynamicBean(p,!0));let u,h;if(typeof c=="string"){const p=o.get("filterHandlers")?.[c];p!=null?u=p:Sy.has(c)&&(u=d(c),h=c)}else u=c;if(!u){let p;const{compName:f,jsComp:m,fwComp:v}=tp(i,t);f?p=f:m==null&&v==null&&t.filter===!0&&(p=s),h=this.handlerMap[p],h&&(u=d(h))}return u?{filterHandler:u,handlerNameOrCallback:r??h}:l?(We(o)&&H(277,{colId:e.getColId()}),PP):void 0}createHandler(e,t,s){const o=this.createHandlerFunc(e,t,s);if(!o)return;const i=Ta(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(ne(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 ne(this.gos,{colDef:s,column:e,getValue:this.createGetValue(e),doesRowPassOtherFilter:n=>this.beans.filterManager?.doesRowPassOtherFilters(o,n)??!0,onModelChange:(n,r)=>{this.updateStoredModel(o,n),this.refreshHandlerAndUi(e,n,"handler",!1,r).then(()=>{i({...r,source:"columnFilter"})})},filterParams:t})}onColumnsChanged(){const e=[],{colModel:t,filterManager:s,groupFilter:o}=this.beans;this.allColumnFilters.forEach((n,r)=>{let a;n.column.isPrimary()?a=t.getColDefCol(r):a=t.getCol(r),!(a&&a===n.column)&&(e.push(n.column),this.disposeFilterWrapper(n,"columnChanged"),this.disposeColumnListener(r))});const i=o&&e.every(n=>o.isGroupFilter(n));e.length>0&&!i&&s?.onFilterChanged({columns:e,source:"api"})}isFilterAllowed(e){if(!e.isFilterAllowed())return!1;const s=this.beans.groupFilter;return s?.isGroupFilter(e)?s.isFilterAllowed(e):!0}getFloatingFilterCompDetails(e,t){const{userCompFactory:s,frameworkOverrides:o,selectableFilter:i}=this.beans,n=h=>{const p=this.getOrCreateFilterUi(e);p?.then(f=>{h(Ki(f))})},r=e.getColDef(),a=i?.isSelectable(r)?i.getFilterDef(e,r):r,l=Gy(o,a,()=>this.getDefaultFloatingFilter(e))??"agReadOnlyFloatingFilter",c=this.gos.get("enableFilterHandlers"),d=Ta(s,a,this.createFilterCompParams(e,c,"init",!0)),u=ne(this.gos,{column:e,filterParams:d,currentParentModel:()=>this.getCurrentFloatingFilterParentModel(e),parentFilterInstance:n,showParentFilter:t});if(c){const h=u,p=e.getColId(),f=this.filterChangedCallbackFactory(e);h.onUiChange=m=>this.floatingFilterUiChanged(e,m),h.model=Ze(this.model,p),h.onModelChange=(m,v)=>{this.updateStoredModel(p,m),this.refreshHandlerAndUi(e,m,"floating",!0,v).then(()=>{f({...v,source:"columnFilter"})})},h.getHandler=()=>this.getHandler(e,!0),h.source="init"}return J0(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 be.resolve(s)}filterChangedCallbackFactory(e){return t=>{this.callOnFilterChangedOutsideRenderCycle({additionalEventAttributes:t,columns:[e],column:e,source:t?.source??"columnFilter"})}}filterParamsChanged(e,t="api"){const s=this.allColumnFilters.get(e);if(!s)return;const o=this.beans,i=s.column,n=i.getColDef(),r=i.isFilterAllowed(),a=this.getDefaultFilter(i),l=o.selectableFilter,c=l?.isSelectable(n)?l.getFilterDef(i,n):n,d=r?this.createHandlerFunc(i,c,this.getDefaultFilter(i)):void 0,u=!!d,h=s.isHandler;if(h!=u){this.destroyFilter(i,"paramsUpdated");return}const{compDetails:p,createFilterUi:f}=(r?this.createFilterComp(i,c,a,v=>v,u,"colDef"):null)??{compDetails:null,createFilterUi:null},m=p?.params??Ta(o.userCompFactory,c,this.createFilterCompParams(i,u,"colDef"));if(h){const v=d?.handlerNameOrCallback??d?.filterHandler,w=Ze(this.model,e);if(s.handlerGenerator!=v){const b=s.handler,{handler:S,handlerParams:y}=this.createHandlerFromFunc(i,d.filterHandler,m);s.handler=S,s.handlerParams=y,s.handlerGenerator=v,delete this.model[e],S.init?.({...y,source:"init",model:null}),this.destroyBean(b),w!=null&&this.beans.filterManager?.onFilterChanged({columns:[i],source:t})}else{const b=this.createHandlerParams(i,p?.params);s.handlerParams=b,s.handler.refresh?.({...b,source:"colDef",model:w})}}if(this.areFilterCompsDifferent(s.filterUi?.compDetails??null,p)||!s.filterUi||!p){this.destroyFilterUi(s,i,p,f);return}s.filterUi.filterParams=m,Ss(s,h)?.then(v=>{(v?.refresh?v.refresh(m):!0)===!1?this.destroyFilterUi(s,i,p,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),be.resolve();if(!n.isHandler)return be.resolve();const{filterUi:r,handler:a,handlerParams:l}=n;return yy(()=>{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 be.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(Ki(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:Ze(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:Ze(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):be.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}=Ty(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 be(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=Ss(e);if(i){i.then(n=>{if(typeof n?.setModel!="function"){H(65),o();return}(n.setModel(t)||be.resolve()).then(()=>o())});return}o()})}updateStoredModel(e,t){j(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;ru(t,n,()=>Ze(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&&ru(e,()=>o.filterUi,()=>Ze(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&&be.all(s).then(()=>{this.callOnFilterChangedOutsideRenderCycle({source:"columnFilter",additionalEventAttributes:t,columns:[]})})}updateOrRefreshFilterUi(e){const t=e.getColId();Fp(()=>this.cachedFilter(e)?.filterUi,()=>Ze(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)!==Ze(t,i)&&(o=!0)}return o}hasUnappliedModel(e){const{model:t,state:s}=this;return(s.get(e)?.model??null)!==Ze(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 TP(e){return!!e.filterManager?.isAnyFilterPresent()}function IP(e,t="api"){e.filterManager?.onFilterChanged({source:t})}var kP=class extends L{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(){Pl(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):be.resolve()).then(()=>{const i={source:t,type:"filterChanged",columns:o};s&&ct(i,s),this.eventSvc.dispatchEvent(i),this.colFilter?.updateAfterFilterChanged()})}isSuppressFlashingCellsBecauseFiltering(){return!!this.colFilter?.isSuppressFlashingCellsBecauseFiltering()}isQuickFilterPresent(){return!!this.quickFilter?.isFilterPresent()}updateAggFiltering(){this.aggFiltering=!!Pl(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(){H(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()}},AP=class extends L{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,bt(this.gos),o)}showMenuAfterButtonClick(e,t,s,o){if(e&&!e.isColumn)return;let i=-1,n="left";const r=bt(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 Py(e,"COLUMN_MENU")):void 0;if(this.activeMenu=r,!r?.hasFilter()||!e){Ee(57);return}const a=ut({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=jb(this.gos)?o??this.beans.ctrlsSvc.getGridBodyCtrl().eGridBody:void 0,u=m=>{pu(e,!1,"contextMenu");const v=m instanceof KeyboardEvent;this.tabListener&&(this.tabListener=this.tabListener()),v&&o&&ps(o)&&ap(o)?.focus({preventScroll:!0}),c(),this.destroyBean(this.activeMenu),this.dispatchVisibleChangedEvent(!1,s,e),n?.()},h=this.getLocaleTextFunc(),p=i&&s!=="columnFilter"?h("ariaLabelColumnMenu","Column Menu"):h("ariaLabelColumnFilter","Column Filter"),f=this.popupSvc?.addPopup({modal:!0,eChild:a,closeOnEsc:!0,closedCallback:u,positionCallback:()=>t(a),anchorToElement:d,ariaLabel:p});f&&(this.hidePopup=l=f.hideFunc),r.afterInit().then(()=>{t(a),r.afterGuiAttached({container:s,hidePopup:l})}),pu(e,!0,"contextMenu"),this.dispatchVisibleChangedEvent(!0,s,e)}trapFocusWithin(e,t){e.key!==I.TAB||e.defaultPrevented||mo(this.beans,t,!1,e.shiftKey)||(e.preventDefault(),ro(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()}},LP=class extends L{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=ne(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)}},OP={tag:"div",cls:"ag-floating-filter-input",role:"presentation",children:[{tag:"ag-input-text-field",ref:"eFloatingFilterText"}]},NP=class extends Ve{constructor(){super(OP,[Qr]),this.eFloatingFilterText=oe}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)}},Xc=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:(H(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;H(73)}else H(74)}getCustomOption(e){return this.customFilterOptions[e]}};function Oi(e,t,s){return s==null?e.splice(t):e.splice(t,s)}function Mr(e){return e==null||typeof e=="string"&&e.trim().length===0}function HP(e){return e==="AND"||e==="OR"?e:"AND"}function GP(e,t,s){if(e==null)return;const{predicate:o}=e;if(o!=null&&!t.some(i=>i==null))return o(t,s)}function BP(e,t){let s=e.length;return s>t&&(e.splice(t),H(78),s=t),s}function Xi(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 Qc=class extends Hy{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 Xc;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=HP(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&&Ls(r.conditions,a.conditions,(l,c)=>this.areSimpleModelsEqual(l,c))}return n}setModelIntoUi(e,t){if(e==null)return this.resetUiToDefaults(t),be.resolve();if(e.operator){const o=e;let i=o.conditions;i==null&&(i=[],H(77));const n=BP(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()),be.resolve()}setNumConditions(e){let t=e.maxNumConditions??2;t<1&&(H(79),t=1),this.maxNumConditions=t;let s=e.numAlwaysVisibleConditions??1;s<1&&(H(80),s=1),s>t&&(H(81),s=t),this.numAlwaysVisibleConditions=s}createOption(){const e=this.getGui(),t=this.createManagedBean(new kc);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=ut({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 pS);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&&(Wi(this.eJoinPanels[0],n),this.eJoinAnds[0].setDisabled(n),this.eJoinOrs[0].setDisabled(n))}),this.eConditionBodies.forEach((o,i)=>{Ge(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=Oi(e,t,s);for(const i of o)Ms(i)}removeComponents(e,t,s){const o=Oi(e,t,s);for(const i of o)Ms(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 _s&&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 _s))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 _s&&e.setValue(t!=null?String(t):null,!0)}setElementDisplayed(e,t){Yd(e)&&Ge(e.getGui(),t)}setElementDisabled(e,t){Yd(e)&&Wi(e.getGui(),t)}attachElementOnChange(e,t){e instanceof _s&&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=Xi(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 Xi(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}},If=class{constructor(e,t,s,o,i,n){this.alive=!0,this.context=e,this.eParent=i;const r=Y0(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){Ge(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)}},Jc=["equals","notEqual","lessThan","greaterThan","inRange","blank","notBlank"];function kf(e,t){const{dateFrom:s,dateTo:o,type:i}=e||{};return[s&&pt(s,void 0,!0)||null,o&&pt(o,void 0,!0)||null].slice(0,Xi(i,t))}var Yu=1e3,Zu=1/0,VP=class extends Qc{constructor(){super("dateFilter",kf,Jc),this.eConditionPanelsFrom=[],this.eConditionPanelsTo=[],this.dateConditionFromComps=[],this.dateConditionToComps=[],this.minValidYear=Yu,this.maxValidYear=Zu,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))H(82,{param:l});else return d==null?c:Number(d);return c},s=t("minValidYear",Yu),o=t("maxValidYear",Zu);this.minValidYear=s,this.maxValidYear=o,s>o&&H(83);const{minValidDate:i,maxValidDate:n}=e,r=i instanceof Date?i:pt(i);this.minValidDate=r;const a=n instanceof Date?n:pt(n);this.maxValidDate=a,r&&a&&r>a&&H(84)}createDateCompWrapper(e){const{beans:{userCompFactory:t,context:s,gos:o},params:i}=this,n=new If(s,t,i.colDef,ne(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=ut({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=ut({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),Oi(this.eConditionPanelsFrom,e,t),Oi(this.eConditionPanelsTo,e,t)}removeDateComps(e,t,s){const o=Oi(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=St(o[0],!0,i)),o.length>1&&(s.dateTo=St(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)}},Af=class extends L{constructor(e,t){super(),this.mapValuesFromModel=e,this.defaultOptions=t}init(e){const t=e.filterParams,s=new Xc;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=Pp(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=GP(n,i,s);return r??(s==null?this.evaluateNullValue(t.type):this.evaluateNonNullValue(i,s,t,e))}},Lf=class extends Af{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 Mr(t);case"notBlank":return!Mr(t);default:return H(76,{filterModelType:o}),!0}}},Of={equals:"Equals",notEqual:"NotEqual",greaterThan:"GreaterThan",greaterThanOrEqual:"GreaterThanOrEqual",lessThan:"LessThan",lessThanOrEqual:"LessThanOrEqual",inRange:"InRange"},zP={contains:"Contains",notContains:"NotContains",equals:"TextEquals",notEqual:"TextNotEqual",startsWith:"StartsWith",endsWith:"EndsWith",inRange:"InRange"},ed=class extends L{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?Es(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(` ${Es(this,l)} `)}else{if(e.type==="blank"||e.type==="notBlank")return o?Es(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=Es(this,a)),i&&n&&(r=this.getLocaleTextFunc()(i,n)),r!=null?t?`${r} ${Es(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)}},Nf=class extends ed{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=Of}conditionToString(e,t,s,o,i){const{type:n}=e,r=pt(e.dateFrom),a=pt(e.dateTo),l=this.filterParams.inRangeFloatingFilterDateFormat,c=t?this.formatValue.bind(this):h=>Ll(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 WP(e,t){const s=t;return s<e?-1:s>e?1:0}var _P=class extends Lf{constructor(){super(kf,Jc),this.filterType="date",this.FilterModelFormatterClass=Nf}comparator(){return this.params.filterParams.comparator??WP}isValid(e){const t=this.params.filterParams.isValidDate;return!t||t(e)}},Hf=class extends Ve{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 Xc;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")}`}},jP={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"}]},UP=class extends Hf{constructor(){super(jP,[Qr]),this.eReadOnlyText=oe,this.eDateWrapper=oe,this.FilterModelFormatterClass=Nf,this.filterType="date",this.defaultOptions=Jc}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?pt(e.dateFrom):null;this.dateComp.setDate(s),this.eReadOnlyText.setValue("")}else this.eReadOnlyText.setValue(this.filterModelFormatter.getModelAsString(e)),this.dateComp.setDate(null)}setEditable(e){Ge(this.eDateWrapper,e),Ge(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=St(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=Hc(e,this.defaultDebounceMs);return ne(this.gos,{onDateChanged:tt(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 If(e,t,o.column.getColDef(),this.getDateComponentParams(),s,i=>{i.setInputAriaLabel(this.getAriaLabel(o))}),this.addDestroyFunc(()=>this.dateComp.destroy())}},$P={tag:"div",cls:"ag-filter-filter",children:[{tag:"ag-input-text-field",ref:"eDateInput",cls:"ag-date-filter"}]},KP=class extends Ve{constructor(){super($P,[Qr]),this.eDateInput=oe,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&&Os();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&&H(85),r&&i&&H(86),n&&r){const[h,p]=[n,r].map(f=>f instanceof Date?f:pt(f));h&&p&&h.getTime()>p.getTime()&&H(87)}n?n instanceof Date?t.min=Ll(n):t.min=n:o&&(t.min=`${o}-01-01`),r?r instanceof Date?t.max=Ll(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 pt(this.eDateInput.getValue())}setDate(e){const t=this.params.filterParams.colDef.cellDataType,s=this.beans.dataTypeSvc?.getDateIncludesTimeFlag(t)??!1;this.eDateInput.setValue(St(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}},td=["equals","notEqual","greaterThan","greaterThanOrEqual","lessThan","lessThanOrEqual","inRange","blank","notBlank"];function Ql(e){const{allowedCharPattern:t}=e??{};return t??null}function Jl(e){return e==null||isNaN(e)?null:e}function Gf(e,t){const{filter:s,filterTo:o,type:i}=e||{};return[Jl(s),Jl(o)].slice(0,Xi(i,t))}var qP=class extends Qc{constructor(){super("numberFilter",Gf,td),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=Ql(this.params),t=ut({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 Co({allowedCharPattern:o}):new Ic);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(Jl(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=ls(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}},Bf=class extends ed{constructor(e,t){super(e,t,t.numberFormatter),this.filterTypeKeys=Of}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}`}},YP=class extends Lf{constructor(){super(Gf,td),this.filterType="number",this.FilterModelFormatterClass=Bf}comparator(){return(e,t)=>e===t?0:e<t?1:-1}isValid(e){return!isNaN(e)}},Vf=class extends L{constructor(e){super(),this.params=e,this.eInput=oe,this.onValueChanged=()=>{}}setupGui(e){this.eInput=this.createManagedBean(new Co(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 ec(e){const t=e?.trim();return t===""?e:t}function zf(e,t){const{filter:s,filterTo:o,type:i}=e||{};return[s||null,o||null].slice(0,Xi(i,t))}var ZP={tag:"div",ref:"eFloatingFilterInputContainer",cls:"ag-floating-filter-input",role:"presentation"},Wf=class extends Hf{constructor(){super(...arguments),this.eFloatingFilterInputContainer=oe,this.defaultDebounceMs=500}postConstruct(){this.setTemplate(ZP)}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=ea(e.filterParams),!i){const n=Hc(e.filterParams,o),r=tt(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();gt(this.eFloatingFilterInputContainer),this.destroyBean(t),this.setupFloatingFilterInputService(e),t.setValue(s,!0)}syncUpWithParentFilter(e){const t=e.key===I.ENTER,s=this.reactive;if(s&&this.params.onUiChange(),this.applyActive&&!t)return;const{inputSvc:o,params:i,lastType:n}=this;let r=o.getValue();if(i.filterParams.trimInput&&(r=ec(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)}},XP=class extends L{constructor(){super(...arguments),this.onValueChanged=()=>{},this.numberInputActive=!0}setupGui(e){this.eNumberInput=this.createManagedBean(new Ic),this.eTextInput=this.createManagedBean(new Co),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)}},QP=class extends Wf{constructor(){super(...arguments),this.FilterModelFormatterClass=Bf,this.filterType="number",this.defaultOptions=td}updateParams(e){Ql(e.filterParams)!==this.allowedCharPattern&&this.recreateFloatingFilterInputService(e),super.updateParams(e)}createFloatingFilterInputService(e){return this.allowedCharPattern=Ql(e.filterParams),this.allowedCharPattern?this.createManagedBean(new Vf({config:{allowedCharPattern:this.allowedCharPattern}})):this.createManagedBean(new XP)}convertValue(e){return e?Number(e):null}},sd=["contains","notContains","equals","notEqual","startsWith","endsWith","blank","notBlank"],JP=class extends Qc{constructor(){super("textFilter",zf,sd),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(ls(s.getValue()))}),t}createEValue(){const e=ut({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 Co);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)}},_f=class extends ed{constructor(){super(...arguments),this.filterTypeKeys=zP}conditionToString(e,t,s,o,i){const{filter:n,filterTo:r,type:a}=e;if(t){const l=d=>()=>Es(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}`}},e5=({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}},t5=e=>e,s5=e=>e==null?null:e.toString().toLowerCase(),o5=class extends Af{constructor(){super(zf,sd),this.filterType="text",this.FilterModelFormatterClass=_f}updateParams(e){super.updateParams(e);const t=e.filterParams;this.matcher=t.textMatcher??e5,this.formatter=t.textFormatter??(t.caseSensitive?t5:s5)}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 Mr(t);if(s.type==="notBlank")return!Mr(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=ec(i)??null),n&&(o.filterTo=ec(n)??null),o};return Pp(e)?{...e,conditions:e.conditions.map(t)}:t(e)}return e}},i5=class extends Wf{constructor(){super(...arguments),this.FilterModelFormatterClass=_f,this.filterType="text",this.defaultOptions=sd}createFloatingFilterInputService(){return this.createManagedBean(new Vf)}};function n5(e){return!!e.quickFilter?.isFilterPresent()}function r5(e){return e.quickFilter?.getText()}function a5(e){e.quickFilter?.resetCache()}var l5=class extends L{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 j(e)?e.toUpperCase():null}setFilter(e){if(e!=null&&typeof e!="string"){H(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 j(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=ne(this.gos,{value:s,node:t,data:t.data,column:e,colDef:o});s=o.getQuickFilterText(i)}return j(s)?s.toString().toUpperCase():null}getAggText(e){const t=[];for(const s of this.colsToUse){const o=this.getTextForColumn(s,e);j(o)&&t.push(o)}return t.join(`
|
|
60
60
|
`)}},c5={moduleName:"ClientSideRowModelFilter",version:_,rowModels:["clientSide"],beans:[dP]},od={moduleName:"FilterCore",version:_,beans:[kP],apiFunctions:{isAnyFilterPresent:TP,onFilterChanged:IP},css:[mP],dependsOn:[c5]},jf={moduleName:"FilterValue",version:_,beans:[LP]},na={moduleName:"ColumnFilter",version:_,beans:[MP,AP],dynamicBeans:{headerFilterCellCtrl:uP},icons:{filter:"filter",filterActive:"filter"},apiFunctions:{isColumnFilterPresent:CP,getColumnFilterInstance:vP,destroyFilter:wP,setFilterModel:bP,getFilterModel:SP,getColumnFilterModel:yP,setColumnFilterModel:xP,showColumnFilter:RP,hideColumnFilter:FP,getColumnFilterHandler:EP,doFilterAction:DP},dependsOn:[od,ia,jf,pP]},d5={moduleName:"CustomFilter",version:_,userComponents:{agReadOnlyFloatingFilter:NP},dependsOn:[na]},u5={moduleName:"TextFilter",version:_,dependsOn:[na],userComponents:{agTextColumnFilter:{classImp:JP,params:{useForm:!0}},agTextColumnFloatingFilter:i5},dynamicBeans:{agTextColumnFilterHandler:o5}},h5={moduleName:"NumberFilter",version:_,dependsOn:[na],userComponents:{agNumberColumnFilter:{classImp:qP,params:{useForm:!0}},agNumberColumnFloatingFilter:QP},dynamicBeans:{agNumberColumnFilterHandler:YP}},g5={moduleName:"DateFilter",version:_,dependsOn:[na],userComponents:{agDateColumnFilter:{classImp:VP,params:{useForm:!0}},agDateInput:KP,agDateColumnFloatingFilter:UP},dynamicBeans:{agDateColumnFilterHandler:_P}},p5={moduleName:"QuickFilterCore",version:_,rowModels:["clientSide"],beans:[l5],dependsOn:[od,jf]},f5={moduleName:"QuickFilter",version:_,apiFunctions:{isQuickFilterPresent:n5,getQuickFilter:r5,resetQuickFilter:a5},dependsOn:[p5]},m5={moduleName:"ExternalFilter",version:_,dependsOn:[od]},C5=".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}}",il=(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},v5=class extends L{constructor(){super(...arguments),this.beanName="tooltipSvc"}setupHeaderTooltip(e,t,s,o){e&&t.destroyBean(e);const i=this.gos,n=ol(i),{column:r,eGui:a}=t,l=r.getColDef();!o&&n&&!l.headerComponent&&(o=Un(()=>a.querySelector(".ag-header-cell-text")));const c="header",u=this.beans.colNames.getDisplayNameForColumn(r,"header",!0),h=s??u,p={getGui:()=>a,getLocation:()=>c,getTooltipValue:()=>s??l?.headerTooltipValueGetter?.(ne(i,{location:c,colDef:l,column:r,value:h,valueFormatted:u}))??l?.headerTooltip,shouldDisplayTooltip:o,getAdditionalParams:()=>({column:r,colDef:r.getColDef()})};let f=this.createTooltipFeature(p);return f&&(f=t.createBean(f),t.setRefreshFunction("tooltip",()=>f.refreshTooltip())),f}setupHeaderGroupTooltip(e,t,s,o){e&&t.destroyBean(e);const i=this.gos,n=ol(i),{column:r,eGui:a}=t,l=r.getColGroupDef();!o&&n&&!l?.headerGroupComponent&&(o=Un(()=>a.querySelector(".ag-header-group-text")));const c="headerGroup",u=this.beans.colNames.getDisplayNameForColumnGroup(r,"header"),h=s??u,p={getGui:()=>a,getLocation:()=>c,getTooltipValue:()=>s??l?.headerTooltipValueGetter?.(ne(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(p);return f&&t.createBean(f)}enableCellTooltipFeature(e,t,s){const{beans:o}=this,{gos:i,editSvc:n}=o,{column:r,rowNode:a}=e;let l="cell";const c=()=>{const p=!!!n?.isEditing(e)&&il(o,e,this.getLocaleTextFunc());if(p)return l="cellEditor",p;l="cell";const f=r.getColDef(),m=a.data;if(f.tooltipField&&j(m))return Ai(m,f.tooltipField,r.isTooltipFieldContainsDots());const v=f.tooltipValueGetter;return v?v(ne(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=ol(i);s||(d&&!e.isCellRenderer()?s=()=>{const h=!!n?.isEditing(e);if(!h&&il(o,e,this.getLocaleTextFunc()))return!0;if(!r.isTooltipEnabled())return!1;const m=Un(()=>{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:()=>il(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=j(t.tooltipField)||j(t.tooltipValueGetter)||j(t.tooltipComponent)}createTooltipFeature(e,t){return this.beans.registry.createDynamicBean("tooltipFeature",!1,e,t)}},w5=class extends ry{createTooltipComp(e,t){Q0(this.beans.userCompFactory,e)?.newAgStackInstance().then(t)}setEventHandlers(e){[this.onColumnMovedEventCallback]=this.addManagedEventListeners({columnMoved:e})}clearEventHandlers(){this.onColumnMovedEventCallback?.(),this.onColumnMovedEventCallback=void 0}},Uf={moduleName:"Tooltip",version:_,beans:[v5],dynamicBeans:{tooltipFeature:vp,highlightTooltipFeature:ay,tooltipStateManager:w5},userComponents:{agTooltipComponent:dy},dependsOn:[ia],css:[C5]},Mo=class{constructor(e){this.cellValueChanges=e}},nl=class extends Mo{constructor(e,t,s,o){super(e),this.initialRange=t,this.finalRange=s,this.ranges=o}},b5=10,Xu=class{constructor(e){this.actionStack=[],this.maxStackSize=e||b5,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}},S5=class extends L{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&&qp(this.activeCellEdit,t),o=this.activeRowEdit!==null&&HR(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 Xu(s),this.redoStack=new Xu(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 nl?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=hs(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=hs(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 Mo(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 Mo(this.cellValueChanges);this.pushActionsToUndoStack(s)}},pasteStart:()=>{this.isPasting=!0},pasteEnd:()=>{const e=new Mo(this.cellValueChanges);this.pushActionsToUndoStack(e),this.isPasting=!1},fillStart:()=>{this.isRangeInAction=!0},fillEnd:e=>{const t=new nl(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&&Is(s)?e=new nl(this.cellValueChanges,void 0,void 0,[...t.getCellRanges()]):e=new Mo(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 Mo(t??[]);this.pushActionsToUndoStack(s),this.cellValueChanges=[]}pushActionsToUndoStack(e){this.undoStack.push(e),this.cellValueChanges=[],this.redoStack.clear()}},y5=".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}",x5={tag:"div",cls:"ag-cell-wrapper ag-cell-edit-wrapper ag-checkbox-edit",children:[{tag:"ag-checkbox",ref:"eEditor",role:"presentation"}]},R5=class extends sa{constructor(){super(x5,[Tc]),this.eEditor=oe}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=Zr(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}},ra=class extends sa{constructor(e){super(),this.cellEditorInput=e,this.eEditor=oe}initialiseEditor(e){const{cellEditorInput:t}=this;this.setTemplate({tag:"div",cls:"ag-cell-edit-wrapper",children:[t.getTemplate()]},t.getAgComponents());const{eEditor:s}=this,{cellStartedEdit:o,eventKey:i,suppressPreventDefault:n}=e;s.getInputElement().setAttribute("title",""),t.init(s,e);let r,a=!0;o?(this.focusAfterAttached=!0,i===I.BACKSPACE||i===I.DELETE?r="":i&&i.length===1?n?a=!1:r=i:(r=t.getStartValue(),i!==I.F2&&(this.highlightAllOnFocus=!0))):(this.focusAfterAttached=!1,r=t.getStartValue()),a&&r!=null&&s.setStartValue(r),this.addGuiEventListener("keydown",l=>{const{key:c}=l;(c===I.PAGE_UP||c===I.PAGE_DOWN)&&l.preventDefault()})}afterGuiAttached(){const e=this.getLocaleTextFunc(),t=this.eEditor;if(t.setInputAriaLabel(e("ariaInputEditor","Input Editor")),!this.focusAfterAttached)return;Os()||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()}},F5={tag:"ag-input-date-field",ref:"eEditor",cls:"ag-cell-editor"},E5=class{constructor(e,t){this.getDataTypeService=e,this.getLocaleTextFunc=t}getTemplate(){return F5}getAgComponents(){return[cp]}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!j(s)&&!j(t.value)?t.value:s??null}getStartValue(){const{value:e}=this.params;if(e instanceof Date)return St(e,this.includeTime??!1)}},D5=class extends ra{constructor(){super(new E5(()=>this.beans.dataTypeSvc,()=>this.getLocaleTextFunc()))}},P5={tag:"ag-input-date-field",ref:"eEditor",cls:"ag-cell-editor"},M5=class{constructor(e,t){this.getDataTypeService=e,this.getLocaleTextFunc=t}getTemplate(){return P5}getAgComponents(){return[cp]}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!j(s)&&!j(e.value)?e.value:e.parseValue(s??"")}getStartValue(){return St(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):pt(e)??void 0}formatDate(e){const t=this.getDataTypeService();return t?t.getDateFormatterFunction(this.params.column)(e):St(e??null,this.includeTime??!1)??void 0}},T5=class extends ra{constructor(){super(new M5(()=>this.beans.dataTypeSvc,()=>this.getLocaleTextFunc()))}},I5={tag:"div",cls:"ag-large-text",children:[{tag:"ag-input-text-area",ref:"eEditor",cls:"ag-large-text-input"}]},k5=class extends sa{constructor(){super(I5,[mS]),this.eEditor=oe}initialiseEditor(e){const{eEditor:t}=this,{cellStartedEdit:s,eventKey:o,maxLength:i,cols:n,rows:r}=e;this.focusAfterAttached=s,t.getInputElement().setAttribute("title",""),t.setMaxLength(i||200).setCols(n||60).setRows(r||10);let a;s?(this.focusAfterAttached=!0,o===I.BACKSPACE||o===I.DELETE?a="":o&&o.length===1?a=o:(a=this.getStartValue(e),o!==I.F2&&(this.highlightAllOnFocus=!0))):(this.focusAfterAttached=!1,a=this.getStartValue(e)),a!=null&&t.setValue(a,!0),this.addGuiEventListener("keydown",this.onKeyDown.bind(this)),this.activateTabIndex()}getStartValue(e){const{value:t}=e;return t?.toString()??t}onKeyDown(e){const t=e.key;(t===I.LEFT||t===I.UP||t===I.RIGHT||t===I.DOWN||e.shiftKey&&t===I.ENTER)&&e.stopPropagation()}afterGuiAttached(){const{eEditor:e,focusAfterAttached:t,highlightAllOnFocus:s}=this,o=this.getLocaleTextFunc();e.setInputAriaLabel(o("ariaInputEditor","Input Editor")),t&&(e.getFocusableElement().focus(),s&&e.getInputElement().select())}getValue(){const{eEditor:e,params:t}=this,{value:s}=t,o=e.getValue();return!j(o)&&!j(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}},A5={tag:"ag-input-number-field",ref:"eEditor",cls:"ag-cell-editor"},L5=class{constructor(e){this.getLocaleTextFunc=e}getTemplate(){return A5}getAgComponents(){return[CS]}init(e,t){this.eEditor=e,this.params=t;const{max:s,min:o,precision:i,step:n}=t;s!=null&&e.setMax(s),o!=null&&e.setMin(o),i!=null&&e.setPrecision(i),n!=null&&e.setStep(n);const r=e.getInputElement();t.preventStepping?e.addManagedElementListeners(r,{keydown:this.preventStepping}):t.showStepperButtons&&r.classList.add("ag-number-field-input-stepper")}getValidationErrors(){const{params:e}=this,{min:t,max:s,getValidationErrors:o}=e,n=this.eEditor.getInputElement().valueAsNumber,r=this.getLocaleTextFunc();let a=[];return typeof n=="number"&&(t!=null&&n<t&&a.push(r("minValueValidation",`Must be greater than or equal to ${t}.`,[String(t)])),s!=null&&n>s&&a.push(r("maxValueValidation",`Must be less than or equal to ${s}.`,[String(s)]))),a.length||(a=null),o?o({value:n,cellEditorParams:e,internalErrors:a}):a}preventStepping(e){(e.key===I.UP||e.key===I.DOWN)&&e.preventDefault()}getValue(){const{eEditor:e,params:t}=this,s=e.getValue();if(!j(s)&&!j(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(){Os()&&this.eEditor.getInputElement().focus({preventScroll:!0})}},O5=class extends ra{constructor(){super(new L5(()=>this.getLocaleTextFunc()))}},N5={tag:"div",cls:"ag-cell-edit-wrapper",children:[{tag:"ag-select",ref:"eEditor",cls:"ag-cell-editor"}]},H5=class extends sa{constructor(){super(N5,[PS]),this.eEditor=oe,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(He(i)){H(58);return}this.startedByEnter=r!=null?r===I.ENTER:!1;let a=!1;i.forEach(u=>{const h={value:u},p=s.formatValue(e.column,null,u),f=p!=null;h.text=f?p:u,t.addOption(h),a=a||n===u}),a?t.setValue(e.value,!0):e.values.length&&t.setValue(e.values[0],!0);const{valueListGap:l,valueListMaxWidth:c,valueListMaxHeight:d}=e;l!=null&&t.setPickerGap(l),d!=null&&t.setPickerMaxHeight(d),c!=null&&t.setPickerMaxWidth(c),o.get("editType")!=="fullRow"&&this.addManagedListeners(this.eEditor,{selectedItem:()=>e.stopEditing()})}afterGuiAttached(){this.focusAfterAttached&&this.eEditor.getFocusableElement().focus(),this.startedByEnter&&setTimeout(()=>{this.isAlive()&&this.eEditor.showPicker()})}focusIn(){this.eEditor.getFocusableElement().focus()}getValue(){return this.eEditor.getValue()}isPopup(){return!1}getValidationElement(){return this.eEditor.getAriaElement()}getValidationErrors(){const{params:e}=this,{values:t,getValidationErrors:s}=e,o=this.getValue();let i=[];if(t&&!t.includes(o)){const n=this.getLocaleTextFunc();i.push(n("invalidSelectionValidation","Invalid selection."))}else i=null;return s?s({value:o,internalErrors:i,cellEditorParams:e}):i}},G5={tag:"ag-input-text-field",ref:"eEditor",cls:"ag-cell-editor"},B5=class{constructor(e){this.getLocaleTextFunc=e}getTemplate(){return G5}getAgComponents(){return[Qr]}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!j(s)&&!j(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(){Os()&&this.eEditor.getInputElement().focus({preventScroll:!0});const e=this.eEditor,t=e.getValue(),s=j(t)&&t.length||0;s&&e.getInputElement().setSelectionRange(s,s)}},Qu=class extends ra{constructor(){super(new B5(()=>this.getLocaleTextFunc()))}};function V5(e){return e.ctrlsSvc.getScrollFeature().getVScrollPosition()}function z5(e){return e.ctrlsSvc.getScrollFeature().getHScrollPosition()}function $f(e,t,s="auto"){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureColumnVisible(t,s),"ensureVisible")}function Kf(e,t,s){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureIndexVisible(t,s),"ensureVisible")}function W5(e,t,s=null){e.frameworkOverrides.wrapIncoming(()=>e.ctrlsSvc.getScrollFeature().ensureNodeVisible(t,s),"ensureVisible")}function _5(e){e.undoRedo?.undo("api")}function j5(e){e.undoRedo?.redo("api")}function U5(e,t){return e.editModelSvc?.getEditRowDataValue(t,{checkSiblings:!0})}function $5(e){const t=e.editModelSvc?.getEditMap(),s=[];return t?.forEach((o,i)=>{const{rowIndex:n,rowPinned:r}=i;o.forEach((a,l)=>{const{editorValue:c,pendingValue:d,sourceValue:u,state:h}=a,p=as(a);let f=c??d;f===At&&(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"&&p)&&s.push(m)})}),s}function K5(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 js(e,{persist:!0});Wo(e,void 0,{cancel:t})}else s?.stopEditing(void 0,{cancel:t,source:"edit",forceStop:!t,forceCancel:t})}function q5(e,t){const s=Oe(e,t);return e.editSvc?.isEditing(s)??!1}function Y5(e,t){const{key:s,colKey:o,rowIndex:i,rowPinned:n}=t,{editSvc:r,colModel:a}=e,l=a.getCol(o);if(!l){H(12,{colKey:o});return}const d=hs(e,{rowIndex:i,rowPinned:n||null});if(!d){H(290,{rowIndex:i,rowPinned:n});return}if(!l.isCellEditable(d))return;n==null&&Kf(e,i),$f(e,o),r?.startEditing({rowNode:d,column:l},{event:s?new KeyboardEvent("keydown",{key:s}):void 0,source:"api"})}function Z5(e){return e.editSvc?.validateEdit()||null}function X5(e){return e.undoRedo?.getCurrentUndoStackSize()??0}function Q5(e){return e.undoRedo?.getCurrentRedoStackSize()??0}var J5={tag:"div",cls:"ag-popup-editor",attrs:{tabindex:"-1"}},e4=class extends Dc{constructor(e){super(J5),this.params=e}postConstruct(){no(this.gos,this.getGui(),"popupEditorWrapper",!0),this.addKeyDownListener()}addKeyDownListener(){const e=this.getGui(),t=this.params,s=o=>{zl(this.gos,o,t.node,t.column,!0)||t.onKeyDown(o)};this.addManagedElementListeners(e,{keydown:s})}};function t4(e,{column:t},s,o,i="ui"){if(s instanceof KeyboardEvent&&(s.key===I.TAB||s.key===I.ENTER||s.key===I.F2||s.key===I.BACKSPACE&&o))return!0;if(s?.shiftKey&&e.rangeSvc?.getCellRanges().length!=0)return!1;const r=t?.getColDef(),a=s4(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 s4(e,t){return e.get("suppressClickEdit")===!0?0:e.get("singleClickEdit")===!0||t?.singleClickEdit?1:2}function tc(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 o4(e,t,s="ui"){const o=tc(e,t,s);return o===!0||s==="ui"?o:e.colModel.getCols().some(n=>tc(e,{rowNode:t.rowNode,column:n},s))}var Tr=(e,t=!1)=>{if(e!==void 0)return as(e)||t&&e.state==="editing"};function qf(e,t,s=!1){return Tr(e.editModelSvc?.getEdit(t),s)}var Yf=(e,t,s)=>{if(e)for(let o=0,i=e.length;o<i;++o){const n=e[o];if(n.data&&(Tr(t?.getEdit({rowNode:n,column:s}))||Tr(t?.getEdit({rowNode:n.pinnedSibling,column:s})))||Yf(n.childrenAfterGroup,t,s))return!0}};function Zf(e,t){const{column:s,rowNode:o}=t;return e.gos.get("groupTotalRow")&&!o?.footer?!1:Yf(o?.childrenAfterGroup,e.editModelSvc,s)}function Xf(e,{rowNode:t,column:s}){if(t=t.pinnedSibling,!!t)return Tr(e.editModelSvc?.getEdit({rowNode:t,column:s}))}var i4=class extends L{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=qf(s,e)||Zf(s,e)||Xf(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)}},n4=class extends L{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 qf(s,l,!0)||Zf(s,l)||Xf(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)})}},r4=({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},a4=({editModelSvc:e},t,s)=>{for(const o of t)e?.getEditRow(o)?.forEach((i,n)=>!s.has(n)&&e.removeEdits({rowNode:o,column:n}))},l4=e=>()=>{const t=new Set(e.colModel.getCols()),s=e.editModelSvc.getEditMap(!0),o=new Set(s.keys());a4(e,r4(e,o),t)},c4=new Set(["undo","redo","paste","bulk","rangeSvc"]),d4=new Set(["ui","api"]),Qf={paste:"api",rangeSvc:"api",fillHandle:"api",cellClear:"api",bulk:"api"},u4=new Set(Object.keys(Qf)),h4=new Set(["paste","rangeSvc","renderer","cellClear","redo","undo"]),zn={cancel:!0,source:"api"},g4={cancel:!1,source:"api"},Do={checkSiblings:!0},wi={force:!0,suppressFlash:!0},p4=class extends L{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,zn),this.createStrategy(o)});const t=l4(e),s=()=>{const o=this.model.getCellValidationModel().getCellValidationMap().size>0,i=this.model.getRowValidationModel().getRowValidationMap().size>0;return o||i?this.stopEditing(void 0,zn):this.isEditing()&&(this.isBatchEditing()?Wo(e,this.model.getEditPositions()):this.stopEditing(void 0,g4)),!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,zn)):(this.stopEditing(void 0,zn),this.batch=!1)}createStrategy(e){const{beans:t,gos:s,strategy:o}=this,i=Ju(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=t4(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 MD(this.beans)}isEditing(e,t){return this.model.hasEdits(e,t??Do)}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=Oe(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(u4.has(i)&&this.isBatchEditing())return this.bulkRefresh(e),!1;const c=this.committing?Qf[i]:i;if(!(this.committing||this.isEditing(e)||this.isBatchEditing()&&l.hasEdits(e,Do))||!this.strategy||this.stopping)return!1;this.stopping=!0;const u=Oe(a,e);u&&(u.onEditorAttachedFuncs=[]);let h=l.getEditMap(!0),p=!1;const f=!o&&(!!this.shouldStopEditing(e,s,c)||this.committing&&!this.batch)||(r??!1),m=o&&!!this.shouldCancelEditing(e,s,c)||(n??!1);if(f||m){js(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=Oe(a,b),y=as(b);S?.refreshCell({force:!0,suppressFlash:!y})}h=v,p||(p=f)}else if(s instanceof KeyboardEvent&&this.batch&&this.strategy?.midBatchInputsAllowed(e)&&this.isEditing(e,{withOpenEditor:!0})){const{key:v}=s,w=v===I.ENTER,b=v===I.ESCAPE,S=v===I.TAB;(w||S||b)&&(w||S?js(a,{persist:!0}):b&&this.revertSingleCellEdit(u),this.isBatchEditing()?this.strategy?.cleanupEditors():Wo(a,l.getEditPositions(),{event:s,cancel:b}),s.preventDefault(),this.bulkRefresh(e,h,{suppressFlash:!0}),h=l.getEditMap())}else js(a,{persist:!0}),h=l.getEditMap();return p&&e&&this.model.removeEdits(e),this.navigateAfterEdit(t,u?.cellPosition),Yl(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}),p&&f&&this.dispatchBatchEvent("batchEditingStopped",h)),this.stopping=!1,p}navigateAfterEdit(e,t){if(!e||!t)return;const{event:s,suppressNavigateAfterEdit:o}=e;if(!(s instanceof KeyboardEvent)||o)return;const{key:n,shiftKey:r}=s,a=this.gos.get("enterNavigatesVerticallyAfterEdit");if(n!==I.ENTER||!a)return;const l=r?I.UP:I.DOWN;this.beans.navigation?.navigateToNextCell(null,l,t,!1)}processEdits(e,t=!1,s){const o=Array.from(e.keys()),i=this.model.getCellValidationModel().getCellValidationMap().size>0||this.model.getRowValidationModel().getRowValidationMap().size>0,n=[];for(const r of o){const a=e.get(r);for(const l of a.keys()){const c=a.get(l),d={rowNode:r,column:l},u=as(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=Oe(n,{rowNode:e,column:t}),a=d4.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(wi),l}setEditMap(e,t){this.strategy??(this.strategy=this.createStrategy()),this.strategy?.setEditMap(e,t),this.bulkRefresh();let s=wi;t?.forceRefreshOfEditCellsOnly&&(s={...f4(e),...wi}),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;We(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)Oe(i,{rowNode:u,column:t})?.refreshCell(o);for(const u of a)Oe(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=Ju(o)==="fullRow"?o4(i,e,t):tc(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=Oe(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=Oe(this.beans,e);s?.comp?.getCellEditor()&&(Wo(this.beans,[e],{silent:!0}),this.model.clearEditValue(e),Yo(this.beans,e,{silent:!0}),lo(this.beans),s?.refreshCell(wi),t&&(s?.focusCell(),s?.comp?.getCellEditor()?.focusIn?.()))}hasValidationErrors(e){lo(this.beans);const t=Oe(this.beans,e);t&&(t.refreshCell(wi),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 _o&&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===At||!o?o?.sourceValue??this.valueSvc.getValue(t,e,!1,"api"):n}addStopEditingWhenGridLosesFocus(e){xD(this,this.beans,e)}createPopupEditorWrapper(e){return new e4(e)}commitNextEdit(){this.committing=!0}setDataValue(e,t,s){try{if((!this.isEditing()||this.committing)&&!h4.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||c4.has(s))return ir(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 ir(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 ir(o,e,t,s,void 0,{persist:!0}),this.stopEditing(e,{source:i,suppressNavigateAfterEdit:!0}),!0}finally{this.committing=!1}}handleColDefChanged(e){ED(this.beans,e)}destroy(){this.model.clear(),this.destroyStrategy(),super.destroy()}prepDetailsDuringBatch(e,t){if(!this.batch||!this.model.hasRowEdits(e.rowNode,Do))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,Do),{compDetails:n}}const a=this.model.getEditRow(e.rowNode,Do);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 ne(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;js(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=hs(o,d);if(u===void 0)return;const h=r.get(u)??new Map;for(const p of c.columns)if(p&&this.isCellEditable({rowNode:u,column:p},"api")){const f=n.getValue(p,u,!0,"api");let m=n.parseValue(p,u??null,a,f);Number.isNaN(m)&&(m=null),h.set(p,{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(),Yl(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=Oe(o,{rowNode:e,column:t});l&&l.focusCell(!0)}createCellStyleFeature(e,t){return new i4(e,t)}createRowStyleFeature(e,t){return new n4(e,t)}setEditingCells(e,t){const{beans:s}=this,{colModel:o,valueSvc:i}=s,n=new Map;for(let{colId:r,column:a,colKey:l,rowIndex:c,rowPinned:d,newValue:u,state:h}of e){const p=r?o.getCol(r):l?o.getCol(l):a;if(!p)continue;const f=hs(s,{rowIndex:c,rowPinned:d});if(!f)continue;const m=i.getValue(p,f,!0,"api");if(!t?.forceRefreshOfEditCellsOnly&&!as({pendingValue:u,sourceValue:m})&&h!=="editing")continue;let v=n.get(f);v||(v=new Map,n.set(f,v)),u===void 0&&(u=At),v.set(p,{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=Oe(this.beans,e);if(!t||!this.isEditing(t,Do))return;const s=this.model.getEdit(t);if(!s||!as(s))return;const i=this.getLocaleTextFunc()("ariaPendingChange","Pending Change");this.beans.ariaAnnounce?.announceValue(i,"pendingChange")}allowedFocusTargetOnValidation(e){return Oe(this.beans,e)}};function f4(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 Ju(e,t){return t??e.get("editType")??"singleCell"}var Jf=class extends L{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=Oe(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:hs(i,{rowIndex:d,rowPinned:u})},p=r.get("invalidEditValueMode")==="block";if(p)return;const f=!p,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)Dr(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)Dr(this.beans,n,{event:t,cancel:e}),this.model.stop(n);if(i.keep.length>0)for(const n of i.keep){const r=Oe(this.beans,n);this.editSvc?.cellEditingInvalidCommitBlocks()||r&&this.editSvc.revertSingleCellEdit(r)}}return!0}cleanupEditors({rowNode:e}={},t){js(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);Wo(this.beans,o),Yl(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;FD(this.beans,n,i,r,t,o)}dispatchCellEvent(e,t,s,o){const i=Oe(this.beans,e);i&&this.eventSvc.dispatchEvent({...i.createEvent(t??null,s),...o})}dispatchRowEvent(e,t,s){if(s)return;const o=qc(this.beans,e);o&&this.eventSvc.dispatchEvent(o.createRowEvent(t))}shouldStop(e,t,s="ui"){const o=this.editSvc.isBatchEditing();return o&&s==="api"?!0:o&&(s==="ui"||s==="edit")?!1:s==="api"?!0:t instanceof KeyboardEvent&&!o?t.key===I.ENTER:null}shouldCancel(e,t,s="ui"){const o=this.editSvc.isBatchEditing();return!!(t instanceof KeyboardEvent&&!o&&t.key===I.ESCAPE||o&&s==="api"||s==="api")}setEditMap(e,t){t?.update||this.editSvc.stopEditing(void 0,{cancel:!0,source:"api"});const s=[];if(e.forEach((o,i)=>{o.forEach((n,r)=>{n.state==="editing"&&s.push({...n,rowNode:i,column:r})})}),t?.update&&(e=new Map([...this.model.getEditMap(),...e])),this.model?.setEditMap(e),s.length>0){const o=s.at(-1),i=o.pendingValue===At?void 0:o.pendingValue;this.start({position:o,event:new KeyboardEvent("keydown",{key:i}),source:"api"});const n=Oe(this.beans,o);n&&this.setFocusInOnEditor(n)}}destroy(){this.cleanupEditors(),super.destroy()}},m4=class extends Jf{constructor(){super(...arguments),this.beanName="fullRow",this.startedRows=[]}shouldStop(e,t,s="ui"){const{rowNode:o}=e||{};if(!qc(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(as(r)){o.push(n);break}}}),lo(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=Oe(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()||Yo(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=Oe(this.beans,{rowNode:t,column:o});i&&!i.comp?.getCellEditor()&&Yo(this.beans,i,{silent:!0})}))}destroy(){super.destroy(),this.rowNode=void 0,this.startedRows.length=0}},C4=class extends Jf{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=hs(this.beans,{rowIndex:o,rowPinned:n}),a=ql(i),l=t.getCol(a),c=e.previousParams;if(c){const d=ql(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=ko(this.beans,n)??e);const r=e.cellPosition;let a;const l=this.beans.gos.get("editType")==="fullRow";l&&this.model.suspend(!0),i||(e.eGui.focus(),this.editSvc?.stopEditing(e,{source:this.editSvc?.isBatchEditing()?"ui":"api",event:s}));try{a=this.beans.navigation?.findNextCellToFocusOn(r,{backwards:t,startEditing:!0})}finally{l&&this.model.suspend(!1)}if(a===!1)return null;if(a==null)return!1;const c=a.cellPosition,d=e.isCellEditable(),u=a.isCellEditable(),h=c&&r.rowIndex===c.rowIndex&&r.rowPinned===c.rowPinned;d&&!i&&this.setFocusOutOnEditor(e);const p=this.gos.get("suppressStartEditOnTab");if(!h&&!i&&(super.cleanupEditors(a,!0),p?a.focusCell(!0,s):this.editSvc.startEditing(a,{startedEdit:!0,event:s,source:o,ignoreEventKey:!0})),u&&!i){if(a.focusCell(!1,s),p)a.focusCell(!0,s);else if(!a.comp?.getCellEditor()){const f=this.editSvc?.isEditing(a,{withOpenEditor:!0});Yo(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}},Hs={moduleName:"EditCore",version:_,beans:[yD,p4],apiFunctions:{getEditingCells:$5,getEditRowValues:U5,getCellEditorInstances:RD,startEditingCell:Y5,stopEditing:K5,isEditing:q5,validateEdit:Z5},dynamicBeans:{singleCell:C4,fullRow:m4},dependsOn:[ia,Uf],css:[y5]},v4={moduleName:"UndoRedoEdit",version:_,beans:[S5],apiFunctions:{undoCellEditing:_5,redoCellEditing:j5,getCurrentUndoSize:X5,getCurrentRedoSize:Q5},dependsOn:[Hs]},w4={moduleName:"TextEditor",version:_,userComponents:{agCellEditor:Qu,agTextCellEditor:Qu},dependsOn:[Hs]},b4={moduleName:"NumberEditor",version:_,userComponents:{agNumberCellEditor:{classImp:O5}},dependsOn:[Hs]},S4={moduleName:"DateEditor",version:_,userComponents:{agDateCellEditor:D5,agDateStringCellEditor:T5},dependsOn:[Hs]},y4={moduleName:"CheckboxEditor",version:_,userComponents:{agCheckboxCellEditor:R5},dependsOn:[Hs]},x4={moduleName:"SelectEditor",version:_,userComponents:{agSelectCellEditor:H5},dependsOn:[Hs]},R4={moduleName:"LargeTextEditor",version:_,userComponents:{agLargeTextCellEditor:k5},dependsOn:[Hs]},F4={moduleName:"CustomEditor",version:_,dependsOn:[Hs]},E4=class extends L{constructor(){super(...arguments),this.beanName="selectionColSvc"}postConstruct(){this.addManagedPropertyListener("rowSelection",e=>{this.onSelectionOptionsChanged(e.currentValue,e.previousValue,Ho(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),e0(e))}createColumns(e,t){const s=()=>{vr(this.beans,this.columns?.tree),this.columns=null},o=e.treeDepth,n=(this.columns?.treeDepth??-1)==o,r=this.generateSelectionCols();if(Jb(r,this.columns?.list??[])&&n)return;s();const{colGroupSvc:l}=this.beans,c=l?.findDepth(e.tree)??0,d=l?.balanceTreeForAutoCols(r,c)??[];this.columns={list:r,tree:d,treeDepth:c,map:{}},t(h=>{if(!h)return null;const p=h.filter(f=>!Cs(f));return[...r,...p]})}updateColumns(e){const t=Ho(e.source);for(const s of this.columns?.list??[]){const o=this.createSelectionColDef(e.currentValue);s.setColDef(o,null,t),Ht(this.beans,{state:[{...o,colId:s.getColId()}]},t)}}getColumn(e){return this.columns?.list.find(t=>Ii(t,e))??null}getColumns(){return this.columns?.list??null}isSelectionColumnEnabled(){const{gos:e,beans:t}=this,s=e.get("rowSelection");if(typeof s!="object"||!Ys(e))return!1;const o=(t.autoColSvc?.getColumns()?.length??0)>0;if(s.checkboxLocation==="autoGroupColumn"&&o)return!1;const i=!!No(s),n=qn(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:Vg,chartDataType:"excluded"}}generateSelectionCols(){if(!this.isSelectionColumnEnabled())return[];const e=this.createSelectionColDef(),t=e.colId;this.gos.validateColDef(e,t,!0);const s=new fo(e,null,t,!1);return this.createBean(s),[s]}onSelectionOptionsChanged(e,t,s){const o=t&&typeof t!="string"?No(t):void 0,i=e&&typeof e!="string"?No(e):void 0,n=o!==i,r=t&&typeof t!="string"?qn(t):void 0,a=e&&typeof e!="string"?qn(e):void 0,l=r!==a,c=pr(e),d=pr(t);(n||l||c!==d)&&this.beans.colModel.refreshAll(s)}destroy(){vr(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&&Vt(l,i)};(this.beans.rowNumbersSvc?.getColumn(zg)?2:1)===o&&n()}};function D4(e,t){if(!t.nodes.every(r=>r.rowPinned&&!cn(r)?(H(59),!1):r.id===void 0?(H(60),!1):!0))return;const{nodes:o,source:i,newValue:n}=t;e.selectionSvc?.setNodesSelected({nodes:o,source:i??"api",newValue:n})}function P4(e,t,s="apiSelectAll"){e.selectionSvc?.selectAllRowNodes({source:s,selectAll:t})}function M4(e,t,s="apiSelectAll"){e.selectionSvc?.deselectAllRowNodes({source:s,selectAll:t})}function T4(e,t="apiSelectAllFiltered"){e.selectionSvc?.selectAllRowNodes({source:t,selectAll:"filtered"})}function I4(e,t="apiSelectAllFiltered"){e.selectionSvc?.deselectAllRowNodes({source:t,selectAll:"filtered"})}function k4(e,t="apiSelectAllCurrentPage"){e.selectionSvc?.selectAllRowNodes({source:t,selectAll:"currentPage"})}function A4(e,t="apiSelectAllCurrentPage"){e.selectionSvc?.deselectAllRowNodes({source:t,selectAll:"currentPage"})}function L4(e){return e.selectionSvc?.getSelectedNodes()??[]}function O4(e){return e.selectionSvc?.getSelectedRows()??[]}var N4=class extends iR{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=fr(e),this.groupSelectsDescendants=$i(e),this.groupSelectsFiltered=Cr(e)==="filteredDescendants",this.masterSelectsDetail=jd(e)==="detail",this.addManagedPropertyListeners(["groupSelectsChildren","groupSelectsFiltered","rowSelection"],()=>{const t=$i(e),s=fr(e),o=Cr(e)==="filteredDescendants";this.masterSelectsDetail=jd(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?tm(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(!Ys(a)&&e)return H(132),0;if(o.length>1&&!this.isMultiSelect())return H(130),0;let l=0;for(let c=0;c<o.length;c++){const d=o[c],u=Po(d);if(u.rowPinned&&!cn(u)){H(59);continue}if(u.id===void 0){H(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(Po(o[0])),e&&(t||!this.isMultiSelect())&&(l+=this.clearOtherNodes(Po(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=Po(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(!We(s))return!1;const i=o.rootNode;if(!i)return!1;t||(t=new Yi(!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?!G4(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 As(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(!We(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=We(this.gos);let o=!1;const i=n=>{const r=this.selectRowNode(Po(n),!1,void 0,e);o||(o=r)};if(t==="currentPage"||t==="filtered"){if(!s){Ee(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 em(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(!Ys(t)){H(132);return}if(Gb(t)&&!mr(t)){H(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(Po(r),!0,void 0,o);n||(n=a)}),s.selectAll=!0,We(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)){Ee(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 We(this.beans.gos)}updateSelectable(e){const{gos:t,rowModel:s}=this.beans;if(!Ys(t))return;const o="selectableChanged",i=e!==void 0,n=We(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 Yi(!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=H4(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(!mr(t)){H(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 Po(e){return cn(e)?e.pinnedSibling:e.footer?e.sibling:e}function H4(e){let t=0,s=0;return e.forEachNode(o=>{o.isSelected()?t++:o.selectable&&s++}),em(t,s)}function em(e,t){if(e===0&&t===0)return!1;if(!(e>0&&t>0))return e>0}function G4(e,t){let s=t.parent;for(;s;){if(s===e)return!0;s=s.parent}return!1}function tm(e){const t=e.isSelected()===!1,s=e.childrenAfterFilter?.some(tm)??!1;return t||s}var B4={moduleName:"SharedRowSelection",version:_,beans:[E4],apiFunctions:{setNodesSelected:D4,selectAll:P4,deselectAll:M4,selectAllFiltered:T4,deselectAllFiltered:I4,selectAllOnCurrentPage:k4,deselectAllOnCurrentPage:A4,getSelectedNodes:L4,getSelectedRows:O4}},V4={moduleName:"RowSelection",version:_,rowModels:["clientSide","infinite","viewport"],beans:[N4],dependsOn:[B4]};function z4(e){e.expansionSvc?.expandAll(!0)}function W4(e){e.expansionSvc?.expandAll(!1)}function sm(e){e.rowModel?.onRowHeightChanged()}function om(e){if(e.rowAutoHeight?.active){H(3);return}e.rowModel?.resetRowHeights()}function _4(e,t,s){const o=_3(e);if(o){if(e.rowGroupColsSvc?.columns.length===0){if(t<0){Ee(238);return}o.setRowCount(t,s);return}Ee(28);return}oa(e)?.setRowCount(t,s)}function j4(e){return po(e.gos)?e.rowModel.getBlockStates():e.rowNodeBlockLoader?.getBlockState()??{}}function U4(e){return e.rowModel.isLastRowIndexKnown()}var $4={moduleName:"CsrmSsrmSharedApi",version:_,apiFunctions:{expandAll:z4,collapseAll:W4}},K4={moduleName:"RowModelSharedApi",version:_,apiFunctions:{onRowHeightChanged:sm,resetRowHeights:om}},q4={moduleName:"SsrmInfiniteSharedApi",version:_,apiFunctions:{setRowCount:_4,getCacheBlockState:j4,isLastRowIndexKnown:U4}},Y4=class extends L{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){Ee(18),t||Ee(20);return}if(this.isGridApi(o))return o;const i=o;return"current"in i?i.current?.api:(i.api||Ee(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":H(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}));Ht(o,{state:u,applyOrder:!0},"alignedGridChanged")}break;case"columnVisible":{const u=e.api.getColumnState().map(h=>({colId:h.colId,hide:h.hide}));Ht(o,{state:u},"alignedGridChanged")}break;case"columnPinned":{const u=e.api.getColumnState().map(h=>({colId:h.colId,pinned:h.pinned}));Ht(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)}},Z4={moduleName:"AlignedGrids",version:_,beans:[Y4],dependsOn:[tf]},X4=class extends L{constructor(e){super(),this.rootNode=e,this.nextId=0,this.allNodesMap={},eh(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=eh(this.rootNode),n=new Array(e.length);i._leafs=n;let r=0;const a=o?.getNestedDataGetter(),l=a?new Set:null,c=(d,u)=>{const h=d.level+1;for(let p=0,f=u.length;p<f;++p){const m=u[p];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=Uo(o),n=e.changedRowNodes,{adds:r,updates:a}=n,l=new Set,c=[],d=this.beans.groupStage?.getNestedDataGetter();let u=o.get("suppressMaintainUnsortedOrder")?void 0:!1,h=-1,p=!1;const f=(w,b)=>{if(!u&&u!==void 0){const S=w.sourceRowIndex;u=S<=h,h=S}w.data!==b&&(w.updateData(b),r.has(w)||a.add(w),!w.selectable&&w.isSelected()&&c.push(w))},m=(w,b,S)=>{for(let y=0,x=b.length;y<x;++y){const F=b[y];if(!F)continue;let D=this.getRowNode(i({data:F,level:S}));if(D?(f(D,F),p||(p=!!d&&D.treeParent!==w)):(D=this.createRowNode(F,S),r.add(D)),!d||l.has(D)){l.add(D);continue}l.add(D),D.treeParent=w;const R=d(F);R&&m(D,R,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?sM(w,l,n):tM(w,l)&&(n.reordered=!0)}(v||p||a.size)&&(e.rowDataUpdated=!0,this.deselect(c))}deleteUnusedNodes(e,{removals:t},s){const o=this.rootNode._leafs;for(let i=0,n=o.length;i<n;i++){const r=o[i];e.has(r)||(t.add(r),r.isSelected()&&s.push(r),this.deleteNode(r))}return t.size>0}updateRowData(e,t){if(this.dispatchRowDataUpdateStarted(e.add),this.beans.groupStage?.getNestedDataGetter())return H(268),{remove:[],update:[],add:[]};const s=[],o=Uo(this.gos),i=this.executeRemove(o,e,t,s),n=this.executeUpdate(o,e,t,s),r=this.executeAdd(e,t);return this.deselect(s),{remove:i,update:n,add:r}}executeRemove(e,{remove:t},{adds:s,updates:o,removals:i},n){const r=this.rootNode._leafs,a=r?.length,l=t?.length;if(!l||!a)return[];let c=0,d=a,u=0,h;const p=new Array(l);for(let f=0;f<l;++f){const 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)),p[c++]=m}return p.length=c,c&&eM(r,d,u,i,h),p}executeUpdate(e,{update:t},{adds:s,updates:o},i){const n=t?.length;if(!n)return[];const r=new Array(n);let a=0;for(let l=0;l<n;l++){const c=t[l],d=this.lookupNode(e,c);d&&(d.updateData(c),!d.selectable&&d.isSelected()&&i.push(d),r[a++]=d,s.has(d)||o.add(d))}return r.length=a,r}executeAdd(e,t){var s;const o=(s=this.rootNode)._leafs??(s._leafs=[]),i=o.length,n=e.add,r=n?.length;if(!r)return[];const a=i+r;let l=this.sanitizeAddIndex(o,e.addIndex);if(l<i){for(let u=i-1,h=a-1;u>=l;--u){const p=o[u];p.sourceRowIndex=h,o[h--]=p}t.reordered=!0}o.length=a;const c=new Array(r),d=t.adds;for(let u=0;u<r;u++){const h=this.createRowNode(n[u],0);d.add(h),h.sourceRowIndex=l,o[l]=h,c[u]=h,l++}return c}dispatchRowDataUpdateStarted(e){this.eventSvc.dispatchEvent({type:"rowDataUpdateStarted",firstRowData:e?.length?e[0]:null})}deselect(e){const t="rowDataChanged",s=this.beans.selectionSvc;e.length&&s?.setNodesSelected({newValue:!1,nodes:e,suppressFinishActions:!0,source:t}),s?.updateGroupsFromChildrenSelections?.(t),e.length&&this.eventSvc.dispatchEvent({type:"selectionChanged",source:t,selectedNodes:s?.getSelectedNodes()??null,serverSideState:null})}createRowNode(e,t){const s=new As(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]&&H(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 J4(this.rootNode._leafs,t);const s=e({data:t,level:0}),o=this.allNodesMap[s];return o||(Ee(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=Q4(e,t)),t}},Q4=(e,t)=>{for(let s=0,o=e.length;s<o;s++)if(e[s]?.rowIndex==t-1)return s+1;return t},eh=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},J4=(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 Ee(5,{data:t}),null},eM=(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},tM=(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},sM=(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},im=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"))}},oM=class extends L{constructor(){super(...arguments),this.beanName="sortStage",this.step="sort",this.refreshProps=["postSortRows","groupDisplayType","accentedSort"]}execute(e){const t=this.beans.sortSvc.getSortOptions(),s=t.length>0&&!!e.changedRowNodes&&this.gos.get("deltaSort");this.sort(t,s,e.changedRowNodes,e.changedPath)}sort(e,t,s,o){const{gos:i,colModel:n,rowGroupColsSvc:r,rowNodeSorter:a,rowRenderer:l,showRowGroupCols:c}=this.beans,d=i.get("groupMaintainOrder"),u=n.getCols().some(b=>b.isRowGroupActive()),h=r?.columns,p=n.isPivotMode(),f=i.getCallback("postSortRows");let m=!1,v;const w=b=>{const S=p&&b.leafGroup;let y=d&&u&&!b.leafGroup;y&&(v??(v=this.shouldSortContainsGroupCols(e)),y&&(y=!v));let x=null;if(y){let F=!1;if(h){const D=b.level+1;D<h.length&&(F=h[D].getSort()===null)}F||(x=rM(b))}else!e.length||S||(t&&s?x=iM(a,b,s,o,e):x=a.doFullSort(b.childrenAfterAggFilter,e));if(x||(x=b.childrenAfterAggFilter?.slice(0)??[]),m||(m=b.childrenAfterSort?.[0]!==x[0]),b.childrenAfterSort=x,im(b),f){const F={nodes:b.childrenAfterSort};f(F)}};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(Kt(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}},iM=(e,t,s,o,i)=>{const n=t.childrenAfterAggFilter,r=t.childrenAfterSort;if(!r)return e.doFullSort(n,i);const a=new Set,l=[],{updates:c,adds:d}=s;for(let h=0,p=n.length;h<p;++h){const f=n[h];c.has(f)||d.has(f)||o&&!o.canSkip(f)?l.push({currentPos:l.length,rowNode:f}):a.add(f)}const u=r.filter(h=>a.has(h)).map((h,p)=>({currentPos:p,rowNode:h}));return l.sort((h,p)=>e.compareRowNodes(i,h,p)),nM(e,i,l,u)},nM=(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},rM=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},aM=class extends L{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=tt(this,this.onRowHeightChanged.bind(this),100)}postConstruct(){const e=this.beans,t=new As(e);this.rootNode=t,this.nodeManager=this.createBean(new X4(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=Ts(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,H(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 tr,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=st(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=Ts(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:Oo(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:Oo(this.gos)})}}onSortChanged(){this.refreshModel({step:"sort",keepRenderedRows:!0,animate:Oo(this.gos)})}getType(){return"clientSide"}onValueChanged(){this.refreshModel({step:this.beans.colModel.isPivotActive()?"pivot":"aggregate"})}createChangePath(e){const t=new Yi(!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=$i(this.gos);return this.forEachNodeAfterFilterAndSort(r=>{if(o)return;if(s&&(r===t||r===e)&&(o=!0,n&&r.group)){nm(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),im(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,Tf(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(Gl)===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 tr;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 tr,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()}},nm=(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&&nm(e,n)}};function lM(e){e.expansionSvc?.onGroupExpandedOrCollapsed()}function cM(e,t){const s=Ns(e);s&&((!t||t==="everything")&&(t="group"),s.refreshModel({step:t,keepRenderedRows:!0,animate:!e.gos.get("suppressAnimationFrame")}))}function dM(e){return Ns(e)?.isEmpty()??!0}function uM(e,t){Ns(e)?.forEachLeafNode(t)}function hM(e,t){Ns(e)?.forEachNodeAfterFilter(t)}function gM(e,t){Ns(e)?.forEachNodeAfterFilterAndSort(t)}function pM(e,t){return e.frameworkOverrides.wrapIncoming(()=>Ns(e)?.updateRowData(t))}function fM(e,t,s){e.frameworkOverrides.wrapIncoming(()=>Ns(e)?.batchUpdateRowData(t,s))}function mM(e){e.frameworkOverrides.wrapIncoming(()=>Ns(e)?.flushAsyncTransactions())}function CM(e){return e.selectionSvc?.getBestCostNodeSelection()}var vM={moduleName:"ClientSideRowModel",version:_,rowModels:["clientSide"],beans:[aM,oM],dependsOn:[Ef]},wM={moduleName:"ClientSideRowModelApi",version:_,apiFunctions:{onGroupExpandedOrCollapsed:lM,refreshClientSideRowModel:cM,isRowDataEmpty:dM,forEachLeafNode:uM,forEachNodeAfterFilter:hM,forEachNodeAfterFilterAndSort:gM,applyTransaction:pM,applyTransactionAsync:fM,flushAsyncTransactions:mM,getBestCostNodeSelection:CM,resetRowHeights:om,onRowHeightChanged:sm},dependsOn:[$4,K4]},bM=class extends L{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&&Nb(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(ne(this.gos,{node:o})))return;const p=e.onNewBodyRow(o);if(s.forEach((f,m)=>{p.onColumn(f,m,o)}),t.getCustomContentBelowRow){const f=t.getCustomContentBelowRow(ne(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 Xg,{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=We(this.gos),n=po(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=>Cs(h)?!1:!cs(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?!Fc(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&&je(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(ne(this.gos,{columnGroup:r})):a=this.beans.colNames.getDisplayNameForColumnGroup(r,"header");const c=(r.isExpandable()?r.getLeafColumns():[]).reduce((d,u,h,p)=>{let f=Pe(d);return u.getColumnGroupShow()==="open"?(!f||f[1]!=null)&&(f=[h],d.push(f)):f&&f[1]==null&&(f[1]=h-1),h===p.length-1&&f&&f[1]==null&&(f[1]=h),d},[]);o.onColumn(r,a||"",i++,r.getLeafColumns().length-1,c)}}},SM={moduleName:"SharedExport",version:_,beans:[bM]},th=`\r
|
|
61
61
|
`,yM=class extends Z3{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,th),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():(H(53),t=""),'"'+t.replace(/"/g,'""')+'"'}parse(){return this.result}beginNewLine(){this.isFirstLine||(this.result+=th),this.isFirstLine=!1}},xM=class extends Y3{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()){H(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(ne(this.gos,{})):t.fileName;X3(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 yM({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 RM(e,t){return e.csvCreator?.getDataAsCsv(t)}function FM(e,t){e.csvCreator?.exportDataAsCsv(t)}var EM={moduleName:"CsvExport",version:_,beans:[xM],apiFunctions:{getDataAsCsv:RM,exportDataAsCsv:FM},dependsOn:[SM]},DM=class extends L{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 As(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){j(t)?e.setDataAndId(t,s.toString()):e.setDataAndId(void 0,void 0)}loadFromDatasource(){const e=this.createLoadParams();if(He(this.params.datasource.getRows)){H(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:ne(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 As(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()}},PM=2,MM=class extends L{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 DM(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()&&(io(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=PM-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,j(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}},TM=class extends L{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 As(e);this.rootNode=t,t.level=-1,this.rowHeight=Zs(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=Zs(this.beans),this.cacheParams.rowHeight=this.rowHeight,this.updateRowHeights()})}onColumnEverything(){let e;this.cacheParams?e=!Vi(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;Uo(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:Zs(e),overflowSize:n.get("cacheOverflowSize"),blockSize:n.get("cacheBlockSize"),lastAccessedSequence:{value:0}},this.infiniteCache=this.createBean(new MM(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 IM(e){oa(e)?.refreshCache()}function kM(e){oa(e)?.purgeCache()}function AM(e){return oa(e)?.getRowCount()}var LM=class extends L{constructor(){super(...arguments),this.beanName="rowNodeBlockLoader",this.activeBlockLoadsCount=0,this.blocks=[],this.active=!0}postConstruct(){this.maxConcurrentRequests=Hb(this.gos);const e=this.gos.get("blockLoadDebounceMillis");e&&e>0&&(this.checkBlockToLoadDebounce=tt(this,this.performCheckBlocksToLoad.bind(this),e))}addBlock(e){this.blocks.push(e),e.addEventListener("loadComplete",this.loadComplete.bind(this)),this.checkBlockToLoad()}removeBlock(e){Vt(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){io(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(){io(this.gos,`RowNodeBlockLoader - printCacheStatus: activePageLoadsCount = ${this.activeBlockLoadsCount}, blocks = ${JSON.stringify(this.getBlockState())}`)}},OM={moduleName:"InfiniteRowModelCore",version:_,rowModels:["infinite"],beans:[TM,LM]},NM={moduleName:"InfiniteRowModel",version:_,apiFunctions:{refreshInfiniteCache:IM,purgeInfiniteCache:kM,getInfiniteRowCount:AM},dependsOn:[OM,q4]},HM="↑",GM="↓",BM={tag:"span",children:[{tag:"span",ref:"eDelta",cls:"ag-value-change-delta"},{tag:"span",ref:"eValue",cls:"ag-value-change-value"}]},VM=class extends Ve{constructor(){super(BM),this.eValue=oe,this.eDelta=oe,this.refreshCount=0}init(e){this.refresh(e,!0)}showDelta(e,t){const s=Math.abs(t),o=e.formatValue(s),i=j(o)?o:s,n=t>=0,r=this.eDelta;n?r.textContent=HM+i:r.textContent=GM+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"),gt(this.eDelta)}refresh(e,t=!1){const{value:s,valueFormatted:o}=e,{eValue:i,lastValue:n,beans:r}=this;if(s===n||(j(o)?i.textContent=o:j(s)?i.textContent=s:gt(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}},zM=".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}",WM={tag:"span",children:[{tag:"span",ref:"eCurrent",cls:"ag-value-slide-current"}]},_M=class extends Ve{constructor(){super(WM),this.eCurrent=oe,this.refreshCount=0,this.registerCSS(zM)}init(e){this.refresh(e,!0)}addSlideAnimation(){this.refreshCount++;const e=this.refreshCount;this.ePrevious?.remove();const{beans:t,eCurrent:s}=this,o=ut({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(He(s)&&(s=""),s===this.lastValue||this.beans.filterManager?.isSuppressFlashingCellsBecauseFiltering())return!1;t||this.addSlideAnimation(),this.lastValue=s;const o=this.eCurrent;return j(e.valueFormatted)?o.textContent=e.valueFormatted:j(e.value)?o.textContent=s:gt(o),!0}},jM=class extends L{constructor(){super(...arguments),this.beanName="cellFlashSvc",this.nextAnimationTime=null,this.nextAnimationCycle=null,this.animations={highlight:new Map,"data-changed":new Map}}animateCell(e,t,s=this.beans.gos.get("cellFlashDuration"),o=this.beans.gos.get("cellFadeDuration")){const i=this.animations[t];i.delete(e);const n=Date.now(),r=n+s,a=n+s+o,l={phase:"flash",flashEndTime:r,fadeEndTime:a};i.set(e,l);const c=`ag-cell-${t}`,d=`${c}-animation`,{comp:u,eGui:{style:h}}=e;u.toggleCss(c,!0),u.toggleCss(d,!1),h.removeProperty("transition"),h.removeProperty("transition-delay"),this.nextAnimationTime&&r+15<this.nextAnimationTime&&(clearTimeout(this.nextAnimationCycle),this.nextAnimationCycle=null,this.nextAnimationTime=null),this.nextAnimationCycle||(this.beans.frameworkOverrides.wrapIncoming(()=>{this.nextAnimationCycle=setTimeout(this.advanceAnimations.bind(this),s)}),this.nextAnimationTime=r)}advanceAnimations(){const e=Date.now();let t=null;for(const s of Object.keys(this.animations)){const o=this.animations[s],i=`ag-cell-${s}`,n=`${i}-animation`;for(const[r,a]of o){if(!r.isAlive()||!r.comp){o.delete(r);continue}const{phase:l,flashEndTime:c,fadeEndTime:d}=a,u=l==="flash"?c:d;if(!(e+15>=u)){t=Math.min(u,t??1/0);continue}const{comp:p,eGui:{style:f}}=r;switch(l){case"flash":p.toggleCss(i,!1),p.toggleCss(n,!0),f.transition=`background-color ${d-c}ms`,f.transitionDelay=`${c-e}ms`,t=Math.min(d,t??1/0),a.phase="fade";break;case"fade":p.toggleCss(i,!1),p.toggleCss(n,!1),f.removeProperty("transition"),f.removeProperty("transition-delay"),o.delete(r);break}}}t==null?(this.nextAnimationTime=null,this.nextAnimationCycle=null):t&&(this.nextAnimationCycle=setTimeout(this.advanceAnimations.bind(this),t-e),this.nextAnimationTime=t)}onFlashCells(e,t){if(!e.comp)return;const s=OR(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 UM(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 $M={moduleName:"HighlightChanges",version:_,beans:[jM],userComponents:{agAnimateShowChangeCellRenderer:VM,agAnimateSlideCellRenderer:_M},apiFunctions:{flashCells:UM}};function KM(e){return e.stateSvc?.getState()??{}}function qM(e,t,s){return e.stateSvc?.setState(t,s)}function sh(e){return e={...e},e.version||(e.version="32.1.0"),e.version==="32.1.0"&&(e=YM(e)),e.version=_,e}function YM(e){return e.cellSelection=ZM(e,"rangeSelection"),e}function ZM(e,t){if(e&&typeof e=="object")return e[t]}var XM=class extends L{constructor(){super(...arguments),this.beanName="stateSvc",this.updateRowGroupExpansionStateTimer=0,this.suppressEvents=!0,this.queuedUpdateSources=new Set,this.dispatchStateUpdateEventDebounced=tt(this,()=>this.dispatchQueuedStateUpdateEvents(),0),this.onRowGroupOpenedDebounced=tt(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=tt(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=We(e);const o=sh(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=sh(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 U3(br(e),e.colModel.isPivotMode())}setColumnState(e,t,s,o){const{sort:i,rowGroup:n,aggregation:r,pivot:a,columnPinning:l,columnVisibility:c,columnSizing:d,columnOrder:u}=e;let h=!1;const p=(E,M)=>{const A=!o?.has(E)&&!!(M||t==="api");return h||(h=A),A},f={},m=E=>{let M=f[E];return M||(M={colId:E},f[E]=M,M)},v={},w=p("sort",i);w&&i?.sortModel.forEach(({colId:E,sort:M},A)=>{const G=m(E);G.sort=M,G.sortIndex=A}),(w||!s)&&(v.sort=null,v.sortIndex=null);const b=p("rowGroup",n);b&&n?.groupColIds.forEach((E,M)=>{const A=m(E);A.rowGroup=!0,A.rowGroupIndex=M}),(b||!s)&&(v.rowGroup=null,v.rowGroupIndex=null);const S=p("aggregation",r);S&&r?.aggregationModel.forEach(({colId:E,aggFunc:M})=>{m(E).aggFunc=M}),(S||!s)&&(v.aggFunc=null);const y=p("pivot",a);y&&(a?.pivotColIds.forEach((E,M)=>{const A=m(E);A.pivot=!0,A.pivotIndex=M}),this.gos.updateGridOptions({options:{pivotMode:!!a?.pivotMode},source:t})),(y||!s)&&(v.pivot=null,v.pivotIndex=null);const x=p("columnPinning",l);if(x){for(const E of l?.leftColIds??[])m(E).pinned="left";for(const E of l?.rightColIds??[])m(E).pinned="right"}(x||!s)&&(v.pinned=null);const F=p("columnVisibility",c);if(F)for(const E of c?.hiddenColIds??[])m(E).hide=!0;(F||!s)&&(v.hide=null);const D=p("columnSizing",d);if(D)for(const{colId:E,flex:M,width:A}of d?.columnSizingModel??[]){const G=m(E);G.flex=M??null,G.width=A}(D||!s)&&(v.flex=null);const R=u?.orderedColIds,P=!!R?.length&&!o?.has("columnOrder"),T=P?R.map(E=>m(E)):Object.values(f);(T.length||h)&&(this.columnStates=T,Ht(this.beans,{state:T,applyOrder:P,defaultState:v},t))}setColumnPivotState(e,t){const s=this.columnStates;this.columnStates=void 0;const o=this.columnGroupStates;this.columnGroupStates=void 0;const i=this.beans,{pivotResultCols:n,colGroupSvc:r}=i;if(n?.isPivotResultColsPresent()){if(s){const a=[];for(const l of s)n.getPivotResultCol(l.colId)&&a.push(l);Ht(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 $3(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(!Is(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];Vi(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),Vi(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")}},QM={moduleName:"GridState",version:_,beans:[XM],apiFunctions:{getState:KM,setState:qM}};function JM(e){return e.rowModel.isLastRowIndexKnown()}function eT(e){return e.pagination?.getPageSize()??100}function tT(e){return e.pagination?.getCurrentPage()??0}function sT(e){return e.pagination?.getTotalPages()??1}function oT(e){return e.pagination?e.pagination.getMasterRowCount():e.rowModel.getRowCount()}function iT(e){e.pagination?.goToNextPage()}function nT(e){e.pagination?.goToPreviousPage()}function rT(e){e.pagination?.goToFirstPage()}function aT(e){e.pagination?.goToLastPage()}function lT(e,t){e.pagination?.goToPage(t)}var cT=class extends L{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(Zs(t),1),i=Math.floor(e/o);t.pagination.setPageSize(i,"autoCalculated")};this.isBodyRendered?tt(this,s,50)():(s(),this.isBodyRendered=!0)}else this.isBodyRendered=!1}},bi="paginationPageSizeSelector",dT={tag:"span",cls:"ag-paging-page-size"},uT=class extends Ve{constructor(){super(dT),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(bi,()=>{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(){gt(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(bi)!==!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(bi)!==!0;H(94,{pageSizeSet:i,pageSizesSet:n,pageSizeOptions:e,paginationPageSizeOption:t}),n||H(95,{paginationPageSizeOption:t,paginationPageSizeSelector:bi}),e.unshift("")}const o=String(s?"":t);this.selectPageSizeComp?(Ls(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 kc).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(bi);return!Array.isArray(t)||!t?.length?e:[...t].sort((s,o)=>s-o)}destroy(){this.toggleSelectDisplay(!1),super.destroy()}},hT={selector:"AG-PAGE-SIZE-SELECTOR",component:uT},gT=".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}",pT=class extends rR{constructor(){super(),this.btFirst=oe,this.btPrevious=oe,this.btNext=oe,this.btLast=oe,this.lbRecordCount=oe,this.lbFirstRowOnPage=oe,this.lbLastRowOnPage=oe,this.lbCurrent=oe,this.lbTotal=oe,this.pageSizeComp=oe,this.previousAndFirstButtonsDisabled=!1,this.nextButtonDisabled=!1,this.lastButtonDisabled=!1,this.areListenersSetup=!1,this.allowFocusInnerElement=!1,this.registerCSS(gT)}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(),[hT]);const{btFirst:t,btPrevious:s,btNext:o,btLast:i}=this;this.activateTabIndex([t,s,o,i]),t.insertAdjacentElement("afterbegin",Tt(e?"last":"first",this.beans)),s.insertAdjacentElement("afterbegin",Tt(e?"next":"previous",this.beans)),o.insertAdjacentElement("afterbegin",Tt(e?"previous":"next",this.beans)),i.insertAdjacentElement("afterbegin",Tt(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):Rx(this.beans,n),forceFocusOutWhenTabGuardsAreEmpty:!0}),this.onPaginationChanged()}setAllowFocus(e){this.allowFocusInnerElement=e}onPaginationChanged(){const t=this.gos.get("pagination")&&!this.gos.get("suppressPaginationPanel");this.setDisplayed(t),t&&(this.setupListeners(),this.enableOrDisableButtons(),this.updateLabels(),this.onPageSizeRelatedOptionsChange())}onPageSizeRelatedOptionsChange(){this.pageSizeComp.toggleSelectDisplay(this.pageSizeComp.shouldShowPageSizeSelector())}setupListeners(){if(!this.areListenersSetup){this.addManagedEventListeners({paginationChanged:this.onPaginationChanged.bind(this)});for(const e of[{el:this.btFirst,fn:this.onBtFirst.bind(this)},{el:this.btPrevious,fn:this.onBtPrevious.bind(this)},{el:this.btNext,fn:this.onBtNext.bind(this)},{el:this.btLast,fn:this.onBtLast.bind(this)}]){const{el:t,fn:s}=e;this.addManagedListeners(t,{click:s,keydown:o=>{(o.key===I.ENTER||o.key===I.SPACE)&&(o.preventDefault(),s())}})}xx(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}):q3(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){V1(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"))}},fT={selector:"AG-PAGINATION",component:pT},mT=class extends L{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 fT}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 j(this.pageSizeAutoCalculated)&&this.gos.get("paginationAutoPageSize")?this.pageSizeAutoCalculated:j(this.pageSizeFromPageSizeSelector)?this.pageSizeFromPageSizeSelector:j(this.pageSizeFromInitialState)?this.pageSizeFromInitialState:j(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})}},CT={moduleName:"Pagination",version:_,beans:[mT,cT],icons:{first:"first",previous:"previous",next:"next",last:"last"},apiFunctions:{paginationIsLastPageFound:JM,paginationGetPageSize:eT,paginationGetCurrentPage:tT,paginationGetTotalPages:sT,paginationGetRowCount:oT,paginationGoToNextPage:iT,paginationGoToPreviousPage:nT,paginationGoToFirstPage:rT,paginationGoToLastPage:aT,paginationGoToPage:lT},dependsOn:[ia]};function vT(e,t={}){const s=t?t.rowNodes:void 0;e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.redrawRows(s))}function rm(e,t,s,o,i){t&&(o&&t.parent&&t.parent.level!==-1&&rm(e,t.parent,s,o,i),t.setExpanded(s,void 0,i))}function wT(e,t){return e.rowModel.getRowNode(t)}function bT(e,t,s,o){e.rowRenderer.addRenderedRowListener(t,s,o)}function ST(e){return e.rowRenderer.getRenderedNodes()}function yT(e,t,s){e.rowModel.forEachNode(t,s)}function xT(e){return e.rowRenderer.firstRenderedRow}function RT(e){return e.rowRenderer.lastRenderedRow}function FT(e,t){return e.rowModel.getRow(t)}function ET(e){return e.rowModel.getRowCount()}var DT={moduleName:"RowApi",version:_,apiFunctions:{redrawRows:vT,setRowNodeExpanded:rm,getRowNode:wT,addRenderedRowListener:bT,getRenderedNodes:ST,forEachNode:yT,getFirstDisplayedRowIndex:xT,getLastDisplayedRowIndex:RT,getDisplayedRowAtIndex:FT,getDisplayedRowCount:ET}},PT={moduleName:"ScrollApi",version:_,apiFunctions:{getVerticalPixelRange:V5,getHorizontalPixelRange:z5,ensureColumnVisible:$f,ensureIndexVisible:Kf,ensureNodeVisible:W5}};function MT(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 TT(e,t={}){e.frameworkOverrides.wrapIncoming(()=>e.rowRenderer.refreshCells(t))}function IT(e){e.frameworkOverrides.wrapIncoming(()=>{for(const t of e.ctrlsSvc.getHeaderRowContainerCtrls())t.refresh()})}function kT(e){return e.animationFrameSvc?.isQueueEmpty()??!0}function AT(e){e.animationFrameSvc?.flushAllFrames()}function LT(e){return{rowHeight:Zs(e),headerHeight:ln(e)}}function OT(e,t={}){const s=[];for(const n of e.rowRenderer.getCellCtrls(t.rowNodes,t.columns)){const r=n.getCellRenderer();r!=null&&s.push(Ki(r))}if(t.columns?.length)return s;const o=[],i=Zl(t.rowNodes);for(const n of e.rowRenderer.getAllRowCtrls()){if(i&&!Xl(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(Ki(l))}}return[...o,...s]}var NT={moduleName:"RenderApi",version:_,apiFunctions:{setGridAriaProperty:MT,refreshCells:TT,refreshHeader:IT,isAnimationFrameQueueEmpty:kT,flushAllAnimationFrames:AT,getSizesForCurrentTheme:LT,getCellRendererInstances:OT}};function HT(e,t){typeof t=="number"?e.colAutosize?.sizeColumnsToFit(t,"api"):e.colAutosize?.sizeColumnsToFitGridBody(t)}function am({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 GT(e,t){t&&typeof t=="object"?am(e,t):e.colAutosize?.autoSizeAllColumns({source:"api",skipHeader:t})}var BT=class extends L{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&&We(e)}s&&this.beans.colDelayRenderSvc?.hideColumns(o)}}autoSizeCols(e){const{eventSvc:t,visibleCols:s}=this.beans;this.innerAutoSizeCols(e).then(o=>{const i=c=>$o(t,Array.from(c),!0,"autosizeColumns");if(!e.scaleUpToFitGridWidth)return i(o);const n=oh(this.beans),r=c=>s.leftCols.some(d=>Ii(d,c)),a=c=>s.rightCols.some(d=>Ii(d,c)),l=e.colKeys.filter(c=>!Cs(c)&&!cs(c)&&!r(c)&&!a(c));this.sizeColumnsToFit(n,e.source,!0,{defaultMaxWidth:e.defaultMaxWidth,defaultMinWidth:e.defaultMinWidth,columnLimits:e.columnLimits?.map(c=>({...c,key:c.colId})),colKeys:l,onlyScaleUp:!0}),i(o)})}innerAutoSizeCols(e){return new Promise((t,s)=>{if(this.shouldQueueResizeOperations)return this.pushResizeOperation(()=>this.innerAutoSizeCols(e).then(t,s));const{colKeys:o,skipHeader:i,skipHeaderGroups:n,stopAtGroup:r,defaultMaxWidth:a,defaultMinWidth:l,columnLimits:c=[],source:d="api"}=e,{animationFrameSvc:u,renderStatus:h,colModel:p,autoWidthCalc:f,visibleCols: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:x,...F})=>[x,F])),S=i??this.gos.get("skipHeaderOnAutoSize"),y=n??S;for(;w!==0;){w=0;const x=[];for(const F of o){if(!F||Qb(F))continue;const D=p.getCol(F);if(!D||v.has(D))continue;const R=f.getPreferredWidthForColumn(D,S);if(R>0){const P=b[D.colId]??{};P.minWidth??(P.minWidth=l),P.maxWidth??(P.maxWidth=a);const T=VT(D,R,P);D.setActualWidth(T,d),v.add(D),w++}x.push(D)}x.length&&m.refresh(d)}y||this.autoSizeColumnGroupsByColumns(o,d,r),t(v)})}autoSizeColumn(e,t,s){this.autoSizeCols({colKeys:[e],skipHeader:s,skipHeaderGroups:!0,source:t})}autoSizeColumnGroupsByColumns(e,t,s){const{colModel:o,ctrlsSvc:i}=this.beans,n=new Set,r=o.getColsForKeys(e);for(const l of r){let c=l.getParent();for(;c&&c!=s;)c.isPadding()||n.add(c),c=c.getParent()}let a;for(const l of n){for(const c of i.getHeaderRowContainerCtrls())if(a=c.getHeaderCtrlForColumn(l),a)break;a?.resizeLeafColumnsToFit(t)}}autoSizeAllColumns(e){if(this.shouldQueueResizeOperations){this.pushResizeOperation(()=>this.autoSizeAllColumns(e));return}this.autoSizeCols({colKeys:this.beans.visibleCols.allCols,...e})}addColumnAutosizeListeners(e,t){const s=this.gos.get("skipHeaderOnAutoSize"),o=()=>{this.autoSizeColumn(t,"uiColumnResized",s)};e.addEventListener("dblclick",o);const i=new Vs(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=oh(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):H(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=is(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=>Ii(f,v))??!0;f.getColDef().suppressSizeToFit||!m?c.push(f):l.push(f)}const d=l.slice(0);let u=!1;const h=f=>{Vt(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-is(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/is(l);let v=f;for(let w=l.length-1;w>=0;w--){const b=l[w],S=i?.[b.getId()],y=S?.minWidth??o?.defaultMinWidth,x=S?.maxWidth??o?.defaultMaxWidth,F=b.getMinWidth(),D=b.getMaxWidth(),R=typeof y=="number"&&y>F?y:F,P=typeof x=="number"&&x<D?x:D;let T=Math.round(b.getActualWidth()*m);T<R?(T=R,h(b),u=!1):T>P?(T=P,h(b),u=!1):w===0&&(T=v),b.setActualWidth(T,t,!0),v-=T}}}for(const f of d)f.fireColumnWidthChangedEvent(t);const p=this.beans.visibleCols;p.setLeftValues(t),p.updateBodyWidths(),!s&&$o(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 VT(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 oh({ctrlsSvc:e,scrollVisibleSvc:t}){const s=e.getGridBodyCtrl(),i=s.isVerticalScrollShowing()?t.getScrollbarWidth():0;return _i(s.eGridBody)-i}var zT={moduleName:"ColumnAutoSize",version:_,beans:[BT],apiFunctions:{sizeColumnsToFit:HT,autoSizeColumns:am,autoSizeAllColumns:GT},dependsOn:[ef]},WT=".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 _T(e){return e.pinnedRowModel?.getPinnedTopRowCount()??0}function jT(e){return e.pinnedRowModel?.getPinnedBottomRowCount()??0}function UT(e,t){return e.pinnedRowModel?.getPinnedTopRow(t)}function $T(e,t){return e.pinnedRowModel?.getPinnedBottomRow(t)}function KT(e,t,s){return e.pinnedRowModel?.forEachPinnedRow(t,s)}var qT={moduleName:"PinnedRow",version:_,beans:[Jx],css:[WT],apiFunctions:{getPinnedTopRowCount:_T,getPinnedBottomRowCount:jT,getPinnedTopRow:UT,getPinnedBottomRow:$T,forEachPinnedRow:KT},icons:{rowPin:"pin",rowPinTop:"pinned-top",rowPinBottom:"pinned-bottom",rowUnpin:"un-pin"}},YT=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}},ZT=class extends L{constructor(e){super(),this.column=e}buildCache(e){const{column:t,beans:{gos:s,pinnedRowModel:o,rowModel:i,valueSvc:n,pagination:r}}=this,{colDef:a}=t,l=this.getNodeMap(e),c=new Map,d=s.getCallback("isFullWidthRow"),u=a.equals,h=a.spanRows,p=typeof h=="function";let f=null,m=null,v;const w=(S,y)=>{f=S,m=null,v=y},b=S=>{const y=!S.isExpandable()&&!S.group&&!S.detail&&(d?!d({rowNode:S}):!0);if(S.rowIndex==null||!y){w(null,null);return}if(f==null||S.level!==f.level||S.footer||m&&S.rowIndex-1!==m?.getLastNode().rowIndex){w(S,n.getValue(t,S));return}const x=n.getValue(t,S);if(p){const F=ne(s,{valueA:v,nodeA:f,valueB:x,nodeB:S,column:t,colDef:a});if(!h(F)){w(S,x);return}}else if(u?!u(v,x):v!==x){w(S,x);return}if(!m){const F=l?.get(f);F?.firstNode===f?(F.reset(),m=F):m=new YT(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}}},XT=class extends L{constructor(){super(...arguments),this.beanName="rowSpanSvc",this.spanningColumns=new Map,this.debouncePinnedEvent=tt(this,this.dispatchCellsUpdatedEvent.bind(this,!0),0),this.debounceModelEvent=tt(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 ZT(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()}},QT=class extends _o{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||ag(e,t.rowIndex)}setAriaRowSpan(){j1(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(ta(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}},JT=class extends Pr{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 QT(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(){}},e6=class extends L{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 JT(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")}},t6={moduleName:"CellSpan",version:_,beans:[XT,e6]},s6=class extends L{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);Zc(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 ne(this.beans.gos,{value:s,data:o.data,node:o,colDef:t,column:e,rowIndex:o.rowIndex})}},o6=class extends L{constructor(){super(...arguments),this.beanName="cellStyles"}processAllCellClasses(e,t,s,o){Zc(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 s6(e,t)}processStaticCellClasses(e,t,s){this.getStaticCellClasses(e,t).forEach(i=>{s(i)})}},i6={moduleName:"CellStyle",version:_,beans:[o6]},n6={moduleName:"RowStyle",version:_,beans:[jD]};function r6(e,t){return!!e.colHover?.isHovered(t)}var a6=class extends L{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}},l6="ag-column-hover",c6=class extends L{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(l6,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 a6(t,s))}updateState(e){this.selectedColumns=e,this.eventSvc.dispatchEvent({type:"columnHoverChanged"})}},d6={moduleName:"ColumnHover",version:_,beans:[c6],apiFunctions:{isColumnHovered:r6}},u6=class extends L{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=!or.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)=>{or.has(n)&&t(n,r)},o=(n,r)=>{or.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 h6(e,t,s){e.apiEventSvc?.addListener(t,s)}function g6(e,t,s){e.apiEventSvc?.removeListener(t,s)}function p6(e,t){e.apiEventSvc?.addGlobalListener(t)}function f6(e,t){e.apiEventSvc?.removeGlobalListener(t)}var m6={moduleName:"EventApi",version:_,apiFunctions:{addEventListener:h6,addGlobalListener:p6,removeEventListener:g6,removeGlobalListener:f6},beans:[u6]},C6={moduleName:"Locale",version:_,beans:[j3]},v6=class extends L{constructor(){super(...arguments),this.beanName="rowAutoHeight",this.wasEverActive=!1,this._debouncedCalculateRowHeights=tt(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=Ts(this.beans,a).height;for(const d of i){let u=l?.[d.getColId()];const h=s?.getCellSpan(d,a);if(h){if(h.getLastNode()!==a)continue;if(u=s?.getCellSpan(d,a)?.getLastNodeAutoHeight(),!u)return}if(u==null){if(this.colSpanSkipCell(d,a))continue;return}c=Math.max(u,c)}c!==a.rowHeight&&(a.setRowHeight(c),n=!0)};o?.forEachPinnedRow?.("top",r),o?.forEachPinnedRow?.("bottom",r),t.forEachDisplayedNode?.(r),n&&t.onRowHeightChanged?.()}setRowAutoHeight(e,t,s){if(e.__autoHeights??(e.__autoHeights={}),t==null){delete e.__autoHeights[s.getId()];return}const o=e.__autoHeights[s.getId()];e.__autoHeights[s.getId()]=t,o!==t&&this.requestCheckAutoHeight()}colSpanSkipCell(e,t){const{colModel:s,colViewport:o,visibleCols:i}=this.beans;if(!s.colSpanActive)return!1;let n=[];switch(e.getPinned()){case"left":n=i.getLeftColsForRow(t);break;case"right":n=i.getRightColsForRow(t);break;case null:n=o.getColsWithinViewport(t);break}return!n.includes(e)}setupCellAutoHeight(e,t,s){if(!e.column.isAutoHeight()||!t)return!1;this.wasEverActive=!0;const o=t.parentElement,{rowNode:i,column:n}=e,r=this.beans,a=d=>{if(this.beans.editSvc?.isEditing(e)||!e.isAlive()||!s.isAlive())return;const{paddingTop:u,paddingBottom:h,borderBottomWidth:p,borderTopWidth:f}=go(o),m=u+h+p+f,w=t.offsetHeight+m;if(d<5){const S=!Xe(r)?.contains(t),y=w==0;if(S||y){window.setTimeout(()=>a(d+1),0);return}}this.setRowAutoHeight(i,w,n)},l=()=>a(0);l();const c=fs(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}},w6={moduleName:"RowAutoHeight",version:_,beans:[v6]},b6={moduleName:"AllCommunity",version:_,dependsOn:[vM,EM,NM,cP,w4,b4,S4,y4,x4,R4,F4,v4,u5,h5,g5,d5,f5,m5,QM,Z4,CT,tf,DT,PT,NT,zT,XR,qT,V4,E3,i6,d6,n6,m6,M3,$M,Uf,C6,w6,ZR,wM,t6]},at=g.createContext({}),lm=g.createContext("default"),dn=(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),ih(o,r)}),()=>{l=!0,r&&(a?.remove(),t.destroyBean(r),o&&ih(o,void 0))}},ih=(e,t)=>{if(e)if(e instanceof Function)e(t);else{const s=e;s.current=t}},Dt=(...e)=>e.filter(s=>s!=null&&s!=="").join(" "),It=class cm{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 cm;return i.classesMap={...this.classesMap},i.classesMap[t]=s,i}toString(){return Object.keys(this.classesMap).filter(s=>this.classesMap[s]).join(" ")}},oi=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()},sc=g.version?.split(".")[0],dm=sc==="16"||sc==="17";function S6(){return sc==="19"}var nr=!1;function y6(e){return nr||setTimeout(()=>nr=!1,0),nr=!0,e()}var Qi=(e,t)=>{!dm&&e&&!nr?en.flushSync(t):t()},x6=e=>{dm?e():g.startTransition(e)};function R6(e,t,s){return g.useSyncExternalStore?g.useSyncExternalStore(e,t):s}function Ir(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 um=g.forwardRef((e,t)=>{const{registry:s,context:o}=g.useContext(at),i=g.useRef(null),n=g.useRef(null),r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(),[d,u]=g.useState(),[h,p]=g.useState(),[f,m]=g.useState(),[v,w]=g.useState(()=>new It),[b,S]=g.useState(()=>new It("ag-hidden")),[y,x]=g.useState(()=>new It("ag-hidden")),[F,D]=g.useState(()=>new It("ag-invisible"));g.useImperativeHandle(t,()=>({refresh(){return!1}})),g.useLayoutEffect(()=>dn(d,o,n.current),[d]);const R=g.useCallback(se=>{if(i.current=se,!se||o.isDestroyed()){c.current=o.destroyBean(c.current);return}const O={setInnerRenderer:(z,W)=>{u(z),m(W)},setChildCount:z=>p(z),toggleCss:(z,W)=>w($=>$.setClass(z,W)),setContractedDisplayed:z=>x(W=>W.setClass("ag-hidden",!z)),setExpandedDisplayed:z=>S(W=>W.setClass("ag-hidden",!z)),setCheckboxVisible:z=>D(W=>W.setClass("ag-invisible",!z)),setCheckboxSpacing:z=>D(W=>W.setClass("ag-group-checkbox-spacing",z))},J=s.createDynamicBean("groupCellRendererCtrl",!0);J&&(c.current=o.createBean(J),c.current.init(O,se,r.current,a.current,l.current,um,e))},[]),P=g.useMemo(()=>`ag-cell-wrapper ${v.toString()}`,[v]),T=g.useMemo(()=>`ag-group-expanded ${b.toString()}`,[b]),E=g.useMemo(()=>`ag-group-contracted ${y.toString()}`,[y]),M=g.useMemo(()=>`ag-group-checkbox ${F.toString()}`,[F]),A=d?.componentFromFramework,G=A?d.componentClass:void 0,N=d==null&&f!=null,Z=ei(f);return g.createElement("span",{className:P,ref:R,...e.colDef?{}:{role:c.current?.getCellAriaRole()}},g.createElement("span",{className:T,ref:a}),g.createElement("span",{className:E,ref:l}),g.createElement("span",{className:M,ref:r}),g.createElement("span",{className:"ag-group-value",ref:n},N?Z:A?g.createElement(G,{...d.params}):null),g.createElement("span",{className:"ag-group-child-count"},h))}),nh=um,id=g.createContext({setMethods:()=>{}}),F6=e=>{const{initialProps:t,addUpdateCallback:s,CustomComponentClass:o,setMethods:i}=e,[{key:n,...r},a]=g.useState(t);return g.useEffect(()=>{s(l=>a(l))},[]),g.createElement(id.Provider,{value:{setMethods:i}},g.createElement(o,{key:n,...r}))},E6=g.memo(F6),D6=0;function rh(){return`agPortalKey_${++D6}`}var hm=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=rh(),this.portalKey=rh(),this.instanceCreated=this.isStatelessComponent()?be.resolve(!1):new be(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 be(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=en.createPortal(this.reactElement,this.eParentElement,this.portalKey)}createElement(e,t){return g.createElement(e,t)}createReactComponent(e){this.portalManager.mountReactPortal(this.portal,this,e)}rendered(){return this.isStatelessComponent()&&this.statelessComponentRendered()||!!(!this.isStatelessComponent()&&this.getFrameworkComponentInstance())}refreshComponent(e){this.oldPortal=this.portal,this.createOrUpdatePortal(e),this.portalManager.updateReactPortal(this.oldPortal,this.portal)}fallbackMethod(e,t){const s=this[`${e}Component`];if(!this.suppressFallbackMethods&&s)return s.bind(this)(t)}fallbackMethodAvailable(e){return this.suppressFallbackMethods?!1:!!this[`${e}Component`]}};function aa(e,t,s){for(const o of e){const i=t[o];i&&(s[o]=i)}}var yt=class extends hm{constructor(){super(...arguments),this.awaitUpdateCallback=new be(e=>{this.resolveUpdateCallback=e}),this.wrapperComponent=E6}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 be(o=>{setTimeout(()=>{o()})})),this.resolveUpdateCallback()}})}setMethods(e){this.providedMethods=e,aa(this.getOptionalMethods(),this.providedMethods,this)}getOptionalMethods(){return[]}getProps(){return{...this.sourceParams,key:this.key,ref:this.ref}}refreshProps(){return this.updateCallback?this.updateCallback():new be(e=>this.awaitUpdateCallback.then(()=>{this.updateCallback().then(()=>e())}))}},P6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},M6=class extends yt{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}},T6=class extends yt{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}},I6=class extends yt{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 be(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 be(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}},k6=class extends yt{constructor(){super(...arguments),this.awaitSetMethodsCallback=new be(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 gm(e,t){e.parentFilterInstance(s=>{(s.setModel(t)||be.resolve()).then(()=>{e.filterParams.filterChangedCallback()})})}var A6=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){aa(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}updateModel(e){this.model=e,this.refreshProps(),gm(this.floatingFilterParams,e)}},L6=class extends yt{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(),gm(this.sourceParams,e)}getProps(){const e=super.getProps();return e.model=this.model,e.onModelChange=this.onModelChange,e}},O6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}getOptionalMethods(){return["afterGuiAttached"]}},N6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},H6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}},G6=class extends yt{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}},B6=class extends yt{refresh(e){this.sourceParams=e,this.refreshProps()}},V6=class extends yt{refresh(e){return this.sourceParams=e,this.refreshProps(),!0}},z6=class extends yt{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 nd(){H(231)}var W6=1e3,_6=class{constructor(e,t,s){this.destroyed=!1,this.portals=[],this.hasPendingPortalUpdate=!1,this.wrappingElement=t||"div",this.refresher=e,this.maxComponentCreationTimeMs=s||W6}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){Qi(!0,()=>this.refresher()),e.rendered()&&t(e);return}window.setTimeout(()=>{this.waitForInstance(e,t,s)})}}},j6=({ctrl:e})=>{const t=e.isAlive(),{context:s}=g.useContext(at),[o,i]=g.useState(),[n,r]=g.useState(),a=g.useRef(),l=g.useRef(null),c=g.useRef(null),d=g.useRef(null),u=g.useRef(),h=g.useRef();t&&!h.current&&(h.current=new nn(()=>l.current));const p=g.useCallback(w=>{if(l.current=w,!w||!e.isAlive()||s.isDestroyed()){a.current=s.destroyBean(a.current);return}a.current=s.createBean(new ti);const b=()=>{const y=e.getSelectAllGui();y&&(c.current?.insertAdjacentElement("afterend",y),a.current.addDestroyFunc(()=>y.remove()))},S={setWidth:y=>{l.current&&(l.current.style.width=y)},toggleCss:(y,x)=>h.current.toggleCss(y,x),setUserStyles:y=>r(y),setAriaSort:y=>{l.current&&(y?K1(l.current,y):q1(l.current))},setUserCompDetails:y=>i(y),getUserCompInstance:()=>u.current||void 0,refreshSelectAllGui:b,removeSelectAllGui:()=>e.getSelectAllGui()?.remove()};e.setComp(S,w,c.current,d.current,a.current),b()},[]);g.useLayoutEffect(()=>dn(o,s,d.current,u),[o]),g.useEffect(()=>{e.setDragSource(l.current)},[o]);const f=g.useMemo(()=>!!(o?.componentFromFramework&&oi(o.componentClass)),[o]),m=o?.componentFromFramework,v=o?.componentClass;return g.createElement("div",{ref:p,style:n,className:"ag-header-cell",role:"columnheader"},g.createElement("div",{ref:c,className:"ag-header-cell-resize",role:"presentation"}),g.createElement("div",{ref:d,className:"ag-header-cell-comp-wrapper",role:"presentation"},m?f?g.createElement(v,{...o.params}):g.createElement(v,{...o.params,ref:u}):null))},U6=g.memo(j6),$6=class{constructor(e,t){this.floatingFilterParams=e,this.refreshProps=t}getProps(){return this.floatingFilterParams}refresh(e){this.floatingFilterParams=e,this.refreshProps()}setMethods(e){aa(this.getOptionalMethods(),e,this)}getOptionalMethods(){return["afterGuiAttached"]}},K6=({ctrl:e})=>{const{context:t,gos:s}=g.useContext(at),[o,i]=g.useState(),[n,r]=g.useState(()=>new It("ag-header-cell","ag-floating-filter")),[a,l]=g.useState(()=>new It),[c,d]=g.useState(()=>new It("ag-floating-filter-button","ag-hidden")),[u,h]=g.useState("false"),[p,f]=g.useState(),[,m]=g.useState(1),v=g.useRef(),w=g.useRef(null),b=g.useRef(null),S=g.useRef(null),y=g.useRef(null),x=g.useRef(),F=g.useRef(),D=z=>{z!=null&&x.current&&x.current(z)},R=g.useCallback(z=>{if(w.current=z,!z||!e.isAlive()||t.isDestroyed()){v.current=t.destroyBean(v.current);return}v.current=t.createBean(new ti),F.current=new be($=>{x.current=$});const W={toggleCss:($,K)=>r(U=>U.setClass($,K)),setUserStyles:$=>i($),addOrRemoveBodyCssClass:($,K)=>l(U=>U.setClass($,K)),setButtonWrapperDisplayed:$=>{d(K=>K.setClass("ag-hidden",!$)),h($?"false":"true")},setWidth:$=>{w.current&&(w.current.style.width=$)},setCompDetails:$=>f($),getFloatingFilterComp:()=>F.current?F.current:null,setMenuIcon:$=>y.current?.appendChild($)};e.setComp(W,z,y.current,b.current,v.current)},[]);g.useLayoutEffect(()=>dn(p,t,b.current,D),[p]);const P=g.useMemo(()=>n.toString(),[n]),T=g.useMemo(()=>a.toString(),[a]),E=g.useMemo(()=>c.toString(),[c]),M=g.useMemo(()=>!!(p&&p.componentFromFramework&&oi(p.componentClass)),[p]),A=g.useMemo(()=>s.get("reactiveCustomComponents"),[]),G=g.useMemo(()=>s.get("enableFilterHandlers"),[]),[N,Z]=g.useState();g.useEffect(()=>{if(p?.componentFromFramework)if(A){const z=G?$6:A6,W=new z(p.params,()=>m($=>$+1));D(W),Z(W)}else nd()},[p]);const se=N?.getProps(),O=p?.componentFromFramework,J=p?.componentClass;return g.createElement("div",{ref:R,style:o,className:P,role:"gridcell"},g.createElement("div",{ref:b,className:T,role:"presentation"},O?A?se&&g.createElement(id.Provider,{value:{setMethods:z=>N.setMethods(z)}},g.createElement(J,{...se})):g.createElement(J,{...p.params,ref:M?()=>{}:D}):null),g.createElement("div",{ref:S,"aria-hidden":u,className:E,role:"presentation"},g.createElement("button",{ref:y,type:"button",className:"ag-button ag-floating-filter-button-button",tabIndex:-1})))},q6=g.memo(K6),Y6=({ctrl:e})=>{const{context:t}=g.useContext(at),[s,o]=g.useState(),[i,n]=g.useState(()=>new It),[r,a]=g.useState(()=>new It),[l,c]=g.useState("false"),[d,u]=g.useState(),[h,p]=g.useState(),f=g.useRef(),m=g.useRef(null),v=g.useRef(null),w=g.useRef(null),b=g.useRef(),S=g.useCallback(P=>{if(m.current=P,!P||!e.isAlive()||t.isDestroyed()){f.current=t.destroyBean(f.current);return}f.current=t.createBean(new ti);const T={setWidth:E=>{m.current&&(m.current.style.width=E)},toggleCss:(E,M)=>n(A=>A.setClass(E,M)),setUserStyles:E=>o(E),setHeaderWrapperHidden:E=>{const M=w.current;M&&(E?M.style.setProperty("display","none"):M.style.removeProperty("display"))},setHeaderWrapperMaxHeight:E=>{const M=w.current;M&&(E!=null?M.style.setProperty("max-height",`${E}px`):M.style.removeProperty("max-height"),M.classList.toggle("ag-header-cell-comp-wrapper-limited-height",E!=null))},setUserCompDetails:E=>p(E),setResizableDisplayed:E=>{a(M=>M.setClass("ag-hidden",!E)),c(E?"false":"true")},setAriaExpanded:E=>u(E),getUserCompInstance:()=>b.current||void 0};e.setComp(T,P,v.current,w.current,f.current)},[]);g.useLayoutEffect(()=>dn(h,t,w.current),[h]),g.useEffect(()=>{m.current&&e.setDragSource(m.current)},[h]);const y=g.useMemo(()=>!!(h?.componentFromFramework&&oi(h.componentClass)),[h]),x=g.useMemo(()=>"ag-header-group-cell "+i.toString(),[i]),F=g.useMemo(()=>"ag-header-cell-resize "+r.toString(),[r]),D=h?.componentFromFramework,R=h?.componentClass;return g.createElement("div",{ref:S,style:s,className:x,role:"columnheader","aria-expanded":d},g.createElement("div",{ref:w,className:"ag-header-cell-comp-wrapper",role:"presentation"},D?y?g.createElement(R,{...h.params}):g.createElement(R,{...h.params,ref:b}):null),g.createElement("div",{ref:v,"aria-hidden":l,className:F}))},Z6=g.memo(Y6),X6=({ctrl:e})=>{const{gos:t,context:s}=g.useContext(at),{topOffset:o,rowHeight:i}=g.useMemo(()=>e.getTopAndHeight(),[]),n=g.useMemo(()=>t.get("tabIndex"),[]),[r,a]=g.useState(()=>e.getAriaRowIndex()),l=e.headerRowClass,[c,d]=g.useState(()=>i+"px"),[u,h]=g.useState(()=>o+"px"),p=g.useRef(null),[f,m]=g.useState(()=>e.getUpdatedHeaderCtrls()),v=g.useRef(),w=g.useRef(null),b=g.useCallback(x=>{if(w.current=x,!x||!e.isAlive()||s.isDestroyed()){v.current=s.destroyBean(v.current);return}v.current=s.createBean(new ti);const F={setHeight:D=>d(D),setTop:D=>h(D),setHeaderCtrls:(D,R,P)=>{const T=p.current,E=Ir(T,D,R);E!==T&&(p.current=E,Qi(P,()=>m(E)))},setWidth:D=>{w.current&&(w.current.style.width=D)},setRowIndex:D=>{a(D)}};e.setComp(F,v.current,!1)},[]),S=g.useMemo(()=>({height:c,top:u}),[c,u]),y=g.useCallback(x=>{switch(e.type){case"group":return g.createElement(Z6,{ctrl:x,key:x.instanceId});case"filter":return g.createElement(q6,{ctrl:x,key:x.instanceId});default:return g.createElement(U6,{ctrl:x,key:x.instanceId})}},[]);return g.createElement("div",{ref:b,className:l,role:"row",style:S,tabIndex:n,"aria-rowindex":r},f.map(y))},Q6=g.memo(X6),J6=({pinned:e})=>{const[t,s]=g.useState(!0),[o,i]=g.useState([]),{context:n}=g.useContext(at),r=g.useRef(null),a=g.useRef(null),l=g.useRef(),c=e==="left",d=e==="right",u=!c&&!d,h=g.useCallback(m=>{if(r.current=m,!m||n.isDestroyed()){l.current=n.destroyBean(l.current);return}l.current=n.createBean(new Ax(e));const v={setDisplayed:s,setCtrls:w=>i(w),setCenterWidth:w=>{a.current&&(a.current.style.width=w)},setViewportScrollLeft:w=>{r.current&&(r.current.scrollLeft=w)},setPinnedContainerWidth:w=>{r.current&&(r.current.style.width=w,r.current.style.minWidth=w,r.current.style.maxWidth=w)}};l.current.setComp(v,r.current)},[]),p=t?"":"ag-hidden",f=()=>o.map(m=>g.createElement(Q6,{ctrl:m,key:m.instanceId}));return c?g.createElement("div",{ref:h,className:"ag-pinned-left-header "+p,"aria-hidden":!t,role:"rowgroup"},f()):d?g.createElement("div",{ref:h,className:"ag-pinned-right-header "+p,"aria-hidden":!t,role:"rowgroup"},f()):u?g.createElement("div",{ref:h,className:"ag-header-viewport "+p,role:"rowgroup",tabIndex:-1},g.createElement("div",{ref:a,className:"ag-header-container",role:"presentation"},f())):null},rl=g.memo(J6),eI=()=>{const[e,t]=g.useState(()=>new It),[s,o]=g.useState(),{context:i}=g.useContext(at),n=g.useRef(null),r=g.useRef(),a=g.useCallback(d=>{if(n.current=d,!d||i.isDestroyed()){r.current=i.destroyBean(r.current);return}r.current=i.createBean(new Mx);const u={toggleCss:(h,p)=>t(f=>f.setClass(h,p)),setHeightAndMinHeight:h=>o(h)};r.current.setComp(u,d,d)},[]),l=g.useMemo(()=>"ag-header "+e.toString(),[e]),c=g.useMemo(()=>({height:s,minHeight:s}),[s]);return g.createElement("div",{ref:a,className:l,style:c,role:"presentation"},g.createElement(rl,{pinned:"left"}),g.createElement(rl,{pinned:null}),g.createElement(rl,{pinned:"right"}))},tI=g.memo(eI),sI=(e,t)=>{g.useEffect(()=>{const s=t.current;if(s){const o=s.parentElement;if(o){const i=document.createComment(e);return o.insertBefore(i,s),()=>{i.remove()}}}},[e])},zs=sI,oI=class{constructor(e,t){this.cellEditorParams=e,this.refreshProps=t,this.instanceCreated=new be(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){aa(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()}},iI=e=>{const t=g.useRef(e),s=g.useRef(),o=g.useRef(!1),i=g.useRef(!1),[,n]=g.useState(0);o.current&&(i.current=!0),g.useEffect(()=>(o.current||(s.current=t.current(),o.current=!0),n(r=>r+1),()=>{i.current&&s.current?.()}),[])},nI=e=>{const[t,s]=g.useState(),o=g.useContext(at),{context:i,popupSvc:n,gos:r,editSvc:a}=o,{editDetails:l,cellCtrl:c,eParentCell:d}=e;return iI(()=>{const{compDetails:u}=l,h=r.get("stopEditingWhenCellsLoseFocus");let p,f;if(!i.isDestroyed()){f=i.createBean(a.createPopupEditorWrapper(u.params));const m=f.getGui();if(e.jsChildComp){const x=e.jsChildComp.getGui();x&&m.appendChild(x)}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),y=n?.addPopup({modal:h,eChild:m,closeOnEsc:!0,closedCallback:()=>{c.onPopupEditorClosed()},anchorToElement:d,positionCallback:S,ariaOwns:d});p=y?y.hideFunc:void 0,s(f),e.jsChildComp?.afterGuiAttached?.()}return()=>{p?.(),i.destroyBean(f)}}),g.useLayoutEffect(()=>()=>{c.isCellFocused()&&t?.getGui().contains(Be(o))&&d.focus({preventScroll:!0})},[t]),t&&e.wrappedContent?en.createPortal(e.wrappedContent,t.getGui()):null},ah=g.memo(nI),rI=(e,t,s)=>{const{compProxy:o}=e;s(o);const i=o.getProps(),n=oi(t);return g.createElement(id.Provider,{value:{setMethods:r=>o.setMethods(r)}},n?g.createElement(t,{...i}):g.createElement(t,{...i,ref:r=>o.setRef(r)}))},lh=(e,t,s)=>e.compProxy?rI(e,t,s):g.createElement(t,{...e.compDetails.params,ref:s}),aI=(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?lh(e,r,t):l?g.createElement(ah,{editDetails:e,cellCtrl:o,eParentCell:s,wrappedContent:lh(e,r,t)}):c&&i?g.createElement(ah,{editDetails:e,cellCtrl:o,eParentCell:s,jsChildComp:i}):null},lI=(e,t,s,o,i,n)=>{const{context:r}=g.useContext(at),a=g.useCallback(()=>{const l=i.current;if(!l)return;const c=l.getGui();c&&c.parentElement&&c.remove(),r.destroyBean(l),i.current=void 0},[]);g.useEffect(()=>{const l=e!=null,c=e?.compDetails&&!e.compDetails.componentFromFramework,d=t&&s==null;if(!(l&&c&&!d)){a();return}const h=e.compDetails;if(i.current){const f=i.current,v=f.refresh!=null&&e.force==!1?f.refresh(h.params):!1;if(v===!0||v===void 0)return;a()}h.newAgStackInstance().then(f=>{if(!f)return;const m=f.getGui();if(!m)return;(t?s:n.current).appendChild(m),i.current=f})},[e,t,o]),g.useEffect(()=>a,[])},pm=lI,cI=({cellCtrl:e,parent:t})=>{const s=g.useRef(),o=g.useMemo(()=>{const{loadingComp:i}=e.getDeferLoadingCellRenderer();return i?{value:void 0,compDetails:i,force:!1}:void 0},[e]);if(pm(o,!1,void 0,1,s,t),o?.compDetails?.componentFromFramework){const i=o.compDetails.componentClass;return g.createElement(i,{...o.compDetails.params})}return g.createElement(g.Fragment,null)},dI=({cellCtrl:e,printLayout:t,editingCell:s})=>{const o=g.useContext(at),{context:i}=o,{column:{colIdSanitised:n},instanceId:r}=e,a=g.useRef(),[l,c]=g.useState(()=>e.isCellRenderer()?void 0:{compDetails:void 0,value:e.getValueToDisplay(),force:!1}),[d,u]=g.useState(),[h,p]=g.useState(1),[f,m]=g.useState(),[v,w]=g.useState(!1),[b,S]=g.useState(!1),[y,x]=g.useState(!1),[F,D]=g.useState(),R=g.useMemo(()=>e.isForceWrapper(),[e]),P=g.useMemo(()=>e.getCellAriaRole(),[e]),T=g.useRef(null),E=g.useRef(null),M=g.useRef(null),A=g.useRef(),G=g.useRef(),N=g.useRef(),Z=g.useRef([]),se=g.useRef(),O=g.useRef(),[J,z]=g.useState(0),W=g.useCallback(pe=>{O.current=pe,z(Se=>Se+1)},[]),$=l!=null&&(v||y||b)&&(d==null||!!d.popup),K=R||$,U=g.useMemo(()=>e.getCellValueClass(),[e]),X=g.useCallback(pe=>{if(G.current=pe,pe){const Se=pe.isCancelBeforeStart&&pe.isCancelBeforeStart();setTimeout(()=>{Se?(e.stopEditing(!0),e.focusCell(!0)):(e.cellEditorAttached(),e.enableEditorTooltipFeature(pe))})}},[e]),ce=g.useRef();ce.current||(ce.current=new nn(()=>T.current)),pm(l,K,O.current,J,A,T);const k=g.useRef();g.useLayoutEffect(()=>{const pe=k.current,Se=l;if(k.current=l,pe==null||pe.compDetails==null||Se==null||Se.compDetails==null)return;se.current?.refreshVisibility();const Ie=pe.compDetails,V=Se.compDetails;if(Ie.componentClass!=V.componentClass||M.current?.refresh==null)return;M.current.refresh(V.params)!=!0&&p(he=>he+1)},[l]),g.useLayoutEffect(()=>{if(!(d&&!d.compDetails.componentFromFramework)||i.isDestroyed())return;const Se=d.compDetails,Ie=d.popup===!0,V=Se.newAgStackInstance();return V.then(Q=>{if(!Q)return;const he=Q.getGui();X(Q),Ie||((R?N:T).current?.appendChild(he),Q.afterGuiAttached?.()),D(Q)}),()=>{V.then(Q=>{const he=Q.getGui();e.disableEditorTooltipFeature(),i.destroyBean(Q),X(void 0),D(void 0),he?.remove()})}},[d]);const ie=g.useCallback(pe=>{if(N.current=pe,!pe||i.isDestroyed()||!e.isAlive()){const V=Z.current;Z.current=[];for(const Q of V)Q();return}let Se;const Ie=V=>{V&&(pe.insertAdjacentElement("afterbegin",V.getGui()),Z.current.push(()=>{Ms(V.getGui()),i.destroyBean(V),se.current===Se&&(se.current=void 0)}))};v&&Ie(e.createSelectionCheckbox()),y&&Ie(e.createDndSource()),b&&(Se=e.createRowDragComp(),se.current=Se,Se&&(Ie(Se),Se.refreshVisibility()))},[e,i,y,b,v]),me=g.useCallback(()=>{const pe=!e.isCellSpanning()||E.current,Se=T.current;if(!Se||!pe||!e||!e.isAlive()||i.isDestroyed()){a.current=i.destroyBean(a.current);return}a.current=i.createBean(new ti);const Ie={toggleCss:(Q,he)=>ce.current.toggleCss(Q,he),setUserStyles:Q=>m(Q),getFocusableElement:()=>T.current,setIncludeSelection:Q=>w(Q),setIncludeRowDrag:Q=>S(Q),setIncludeDndSource:Q=>x(Q),getCellEditor:()=>G.current??null,getCellRenderer:()=>M.current??A.current,getParentOfValue:()=>O.current??N.current??T.current,setRenderDetails:(Q,he,_e)=>{const mt=()=>{c(ze=>ze?.compDetails!==Q||ze?.value!==he||ze?.force!==_e?{value:he,compDetails:Q,force:_e}:ze)};if(Q?.params?.deferRender&&!e.rowNode.group){const{loadingComp:ze,onReady:Lt}=e.getDeferLoadingCellRenderer();if(ze){c({value:void 0,compDetails:ze,force:!1}),Lt.then(()=>x6(mt));return}}mt()},setEditDetails:(Q,he,_e,mt)=>{if(Q){let ze;Q.componentFromFramework&&(mt?ze=new oI(Q.params,()=>p(Lt=>Lt+1)):nd()),u({compDetails:Q,popup:he,popupPosition:_e,compProxy:ze}),he||c(void 0)}else e.hasBrowserFocus()&&Ie.getFocusableElement().focus({preventScroll:!0}),G.current=void 0,u(void 0)},refreshEditStyles:(Q,he)=>{if(!T.current)return;const{current:_e}=ce;_e.toggleCss("ag-cell-value",!K),_e.toggleCss("ag-cell-inline-editing",!!Q&&!he),_e.toggleCss("ag-cell-popup-editing",!!Q&&!!he),_e.toggleCss("ag-cell-not-inline-editing",!Q||!!he)}},V=N.current||void 0;e.setComp(Ie,Se,E.current??void 0,V,t,s,a.current)},[]),ae=g.useCallback(pe=>{T.current=pe,me()},[]),ye=g.useCallback(pe=>{E.current=pe,me()},[]),we=g.useMemo(()=>!!(l?.compDetails?.componentFromFramework&&oi(l.compDetails.componentClass)),[l]);g.useLayoutEffect(()=>{if(!T.current)return;const{current:pe}=ce;pe.toggleCss("ag-cell-value",!K),pe.toggleCss("ag-cell-inline-editing",!!d&&!d.popup),pe.toggleCss("ag-cell-popup-editing",!!d&&!!d.popup),pe.toggleCss("ag-cell-not-inline-editing",!d||!!d.popup)});const Ae=()=>{const{compDetails:pe,value:Se}=l;if(!pe)return Se?.toString?.()??Se;if(pe.componentFromFramework){const Ie=pe.componentClass;return g.createElement(g.Suspense,{fallback:g.createElement(cI,{cellCtrl:e,parent:T})},we?g.createElement(Ie,{...pe.params,key:h}):g.createElement(Ie,{...pe.params,key:h,ref:M}))}},Fe=()=>{const pe=()=>l==null?null:K?g.createElement("span",{role:"presentation",id:`cell-${r}`,className:U,ref:W},Ae()):Ae(),Se=Ie=>aI(Ie,X,T.current,e,F);return d!=null?d.popup?g.createElement(g.Fragment,null,pe(),Se(d)):Se(d):pe()},ot=()=>g.createElement("div",{ref:ae,style:f,role:P,"col-id":n},K?g.createElement("div",{className:"ag-cell-wrapper",role:"presentation",ref:ie},Fe()):Fe());return e.isCellSpanning()?g.createElement("div",{ref:ye,className:"ag-spanned-cell-wrapper",role:"presentation"},ot()):ot()},uI=g.memo(dI),hI=({rowCtrl:e,containerType:t})=>{const{context:s,gos:o,editSvc:i}=g.useContext(at),n=g.useContext(lm)==="default",r=g.useRef(),a=g.useRef(e.getDomOrder()),l=e.isFullWidth(),c=e.rowNode.displayed,[d,u]=g.useState(()=>c?e.rowNode.getRowIndexString():null),[h,p]=g.useState(()=>e.rowId),[f,m]=g.useState(()=>e.businessKey),[v,w]=g.useState(()=>e.rowStyles),b=g.useRef(null),[S,y]=g.useState(()=>null),[x,F]=g.useState(),[D,R]=g.useState(()=>c?e.getInitialRowTop(t):void 0),[P,T]=g.useState(()=>c?e.getInitialTransform(t):void 0),E=g.useRef(null),M=g.useRef(),A=g.useRef(),G=g.useRef(!1),[N,Z]=g.useState(0);g.useEffect(()=>{if(G.current||!x||N>10)return;const ae=E.current?.firstChild;ae?(e.setupDetailRowAutoHeight(ae),G.current=!0):Z(ye=>ye+1)},[x,N]);const se=g.useRef();se.current||(se.current=new nn(()=>E.current));const O=g.useRef(()=>{}),J=g.useCallback(ae=>(O.current=ae,()=>{O.current=()=>{}}),[]),z=R6(J,()=>b.current,[]),W=n?z:S,$=g.useCallback(ae=>{if(E.current=ae,r.current=ae?s.createBean(new ti):s.destroyBean(r.current),!ae){e.unsetComp(t);return}if(!e.isAlive()||s.isDestroyed())return;const ye={setTop:R,setTransform:T,toggleCss:(we,Ae)=>se.current.toggleCss(we,Ae),setDomOrder:we=>a.current=we,setRowIndex:u,setRowId:p,setRowBusinessKey:m,setUserStyles:w,setCellCtrls:(we,Ae)=>{const Fe=b.current,ot=Ir(Fe,we,a.current);ot!==Fe&&(b.current=ot,n?O.current():Qi(Ae,()=>y(ot)))},showFullWidth:we=>{A.current=we.params,F(we)},getFullWidthCellRenderer:()=>M.current,getFullWidthCellRendererParams:()=>A.current,refreshFullWidth:we=>{const Ae=we();return A.current=Ae,k.current?(F(Fe=>({...Fe,params:Ae})),!0):!M.current||!M.current.refresh?!1:M.current.refresh(Ae)}};e.setComp(ye,ae,t,r.current)},[]);g.useLayoutEffect(()=>dn(x,s,E.current,M),[x]);const K=g.useMemo(()=>{const ae={top:D,transform:P};return Object.assign(ae,v),ae},[D,P,v]),U=l&&x?.componentFromFramework,X=!l&&W!=null,ce=g.useMemo(()=>!!(x?.componentFromFramework&&oi(x.componentClass)),[x]),k=g.useRef(!1);g.useEffect(()=>{k.current=ce&&!!x&&!!o.get("reactiveCustomComponents")},[ce,x]);const ie=()=>W?.map(ae=>g.createElement(uI,{cellCtrl:ae,editingCell:i?.isEditing(ae,{withOpenEditor:!0})??!1,printLayout:e.printLayout,key:ae.instanceId})),me=()=>{const ae=x.componentClass;return ce?g.createElement(ae,{...x.params}):g.createElement(ae,{...x.params,ref:M})};return g.createElement("div",{ref:$,role:"row",style:K,"row-index":d,"row-id":h,"row-business-key":f},X?ie():U?me():null)},ch=g.memo(hI),gI=({name:e})=>{const{context:t,gos:s}=g.useContext(at),o=g.useMemo(()=>an(e),[e]),i=g.useRef(null),n=g.useRef(null),r=g.useRef(null),a=g.useRef([]),l=g.useRef([]),[c,d]=g.useState(()=>[]),u=!!s.get("enableCellSpan")&&!!o.getSpannedRowCtrls,h=g.useRef([]),p=g.useRef([]),[f,m]=g.useState(()=>[]),v=g.useRef(!1),w=g.useRef(),b=g.useMemo(()=>Dt("ag-viewport",kp(e)),[e]),S=g.useMemo(()=>Dt(er(e)),[e]),y=g.useMemo(()=>Dt("ag-spanning-container",Jy(e)),[e]),x=o.type==="center"||u,F=x?i:n;zs(" AG Row Container "+e+" ",F);const D=g.useCallback(()=>{const N=!x||i.current!=null,Z=n.current!=null,se=!u||r.current!=null;return N&&Z&&se},[]),R=g.useCallback(()=>i.current==null&&n.current==null&&r.current==null,[]),P=g.useCallback(()=>{if(R()&&(w.current=t.destroyBean(w.current)),!t.isDestroyed()&&D()){const N=O=>{const J=Ir(l.current,a.current,v.current);J!==l.current&&(l.current=J,Qi(O,()=>d(J)))},Z=O=>{const J=Ir(p.current,h.current,v.current);J!==p.current&&(p.current=J,Qi(O,()=>m(J)))},se={setHorizontalScroll:O=>{i.current&&(i.current.scrollLeft=O)},setViewportHeight:O=>{i.current&&(i.current.style.height=O)},setRowCtrls:({rowCtrls:O,useFlushSync:J})=>{const z=!!J&&a.current.length>0&&O.length>0;a.current=O,N(z)},setSpannedRowCtrls:(O,J)=>{const z=!!J&&h.current.length>0&&O.length>0;h.current=O,Z(z)},setDomOrder:O=>{v.current!=O&&(v.current=O,N(!1))},setContainerWidth:O=>{n.current&&(n.current.style.width=O)},setOffsetTop:O=>{n.current&&(n.current.style.transform=`translateY(${O})`)}};w.current=t.createBean(new cx(e)),w.current.setComp(se,n.current,r.current??void 0,i.current)}},[D,R]),T=g.useCallback(N=>{n.current=N,P()},[P]),E=g.useCallback(N=>{r.current=N,P()},[P]),M=g.useCallback(N=>{i.current=N,P()},[P]),A=()=>g.createElement("div",{className:S,ref:T,role:x?"presentation":"rowgroup"},c.map(N=>g.createElement(ch,{rowCtrl:N,containerType:o.type,key:N.instanceId})));if(!x)return A();const G=()=>g.createElement("div",{className:y,ref:E,role:"presentation"},f.map(N=>g.createElement(ch,{rowCtrl:N,containerType:o.type,key:N.instanceId})));return g.createElement("div",{className:b,ref:M,role:"rowgroup"},A(),u?G():null)},pI=g.memo(gI),fI=()=>{const e=g.useContext(at),{context:t,overlays:s}=e,[o,i]=g.useState(""),[n,r]=g.useState(0),[a,l]=g.useState(0),[c,d]=g.useState("0px"),[u,h]=g.useState("0px"),[p,f]=g.useState("100%"),[m,v]=g.useState("0px"),[w,b]=g.useState("0px"),[S,y]=g.useState("100%"),[x,F]=g.useState(!0),[D,R]=g.useState(!0),[P,T]=g.useState(null),[E,M]=g.useState(""),[A,G]=g.useState(null),[N,Z]=g.useState("ag-layout-normal"),se=g.useRef();se.current||(se.current=new nn(()=>O.current));const O=g.useRef(null),J=g.useRef(null),z=g.useRef(null),W=g.useRef(null),$=g.useRef(null),K=g.useRef(null),U=g.useRef(null),X=g.useRef([]),ce=g.useRef([]);zs(" AG Grid Body ",O),zs(" AG Pinned Top ",J),zs(" AG Sticky Top ",z),zs(" AG Middle ",K),zs(" AG Pinned Bottom ",U);const k=g.useCallback(he=>{if(O.current=he,!he||t.isDestroyed()){X.current=t.destroyBeans(X.current);for(const Te of ce.current)Te();ce.current=[];return}const _e=(Te,Qe)=>{Te.appendChild(Qe),ce.current.push(()=>Qe.remove())},mt=Te=>{const Qe=t.createBean(new Te);return X.current.push(Qe),Qe},ze=(Te,Qe,ni)=>{_e(Te,document.createComment(ni)),_e(Te,mt(Qe).getGui())};ze(he,mx," AG Fake Horizontal Scroll ");const Lt=s?.getOverlayWrapperCompClass();Lt&&ze(he,Lt," AG Overlay Wrapper "),$.current&&ze($.current,vx," AG Fake Vertical Scroll ");const vo={setRowAnimationCssOnBodyViewport:i,setColumnCount:Te=>{O.current&&U1(O.current,Te)},setRowCount:Te=>{O.current&&_1(O.current,Te)},setTopHeight:r,setBottomHeight:l,setStickyTopHeight:d,setStickyTopTop:h,setStickyTopWidth:f,setTopInvisible:F,setBottomInvisible:R,setColumnMovingCss:(Te,Qe)=>se.current.toggleCss(Te,Qe),updateLayoutClasses:Z,setAlwaysVerticalScrollClass:T,setPinnedTopBottomOverflowY:M,setCellSelectableCss:(Te,Qe)=>G(Qe?Te:null),setBodyViewportWidth:Te=>{K.current&&(K.current.style.width=Te)},registerBodyViewportResizeListener:Te=>{if(K.current){const Qe=fs(e,K.current,Te);ce.current.push(()=>Qe())}},setStickyBottomHeight:v,setStickyBottomBottom:b,setStickyBottomWidth:y,setGridRootRole:Te=>he.setAttribute("role",Te)},Ot=t.createBean(new gx);X.current.push(Ot),Ot.setComp(vo,he,K.current,J.current,U.current,z.current,W.current)},[]),ie=g.useMemo(()=>Dt("ag-root","ag-unselectable",N),[N]),me=g.useMemo(()=>Dt("ag-body-viewport",o,N,P,A),[o,N,P,A]),ae=g.useMemo(()=>Dt("ag-body",N),[N]),ye=g.useMemo(()=>Dt("ag-floating-top",x?"ag-invisible":null,A),[A,x]),we=g.useMemo(()=>Dt("ag-sticky-top",A),[A]),Ae=g.useMemo(()=>Dt("ag-sticky-bottom",m==="0px"?"ag-invisible":null,A),[A,m]),Fe=g.useMemo(()=>Dt("ag-floating-bottom",D?"ag-invisible":null,A),[A,D]),ot=g.useMemo(()=>({height:n,minHeight:n,overflowY:E}),[n,E]),pe=g.useMemo(()=>({height:c,top:u,width:p}),[c,u,p]),Se=g.useMemo(()=>({height:m,bottom:w,width:S}),[m,w,S]),Ie=g.useMemo(()=>({height:a,minHeight:a,overflowY:E}),[a,E]),V=he=>g.createElement(pI,{name:he,key:`${he}-container`}),Q=({section:he,children:_e,className:mt,style:ze})=>g.createElement("div",{ref:he,className:mt,role:"presentation",style:ze},_e.map(V));return g.createElement("div",{ref:k,className:ie},g.createElement(tI,null),Q({section:J,className:ye,style:ot,children:["topLeft","topCenter","topRight","topFullWidth"]}),g.createElement("div",{className:ae,ref:$,role:"presentation"},Q({section:K,className:me,children:["left","center","right","fullWidth"]})),Q({section:z,className:we,style:pe,children:["stickyTopLeft","stickyTopCenter","stickyTopRight","stickyTopFullWidth"]}),Q({section:W,className:Ae,style:Se,children:["stickyBottomLeft","stickyBottomCenter","stickyBottomRight","stickyBottomFullWidth"]}),Q({section:U,className:Fe,style:Ie,children:["bottomLeft","bottomCenter","bottomRight","bottomFullWidth"]}))},mI=g.memo(fI),CI=(e,t)=>{const{children:s,eFocusableElement:o,onTabKeyDown:i,gridCtrl:n,forceFocusOutWhenTabGuardsAreEmpty:r,isEmpty:a}=e,{context:l}=g.useContext(at),c=g.useRef(null),d=g.useRef(null),u=g.useRef(),h=w=>{const b=w==null?void 0:parseInt(w,10).toString();for(const S of[c,d])b===void 0?S.current?.removeAttribute("tabindex"):S.current?.setAttribute("tabindex",b)};g.useImperativeHandle(t,()=>({forceFocusOutOfContainer(w){u.current?.forceFocusOutOfContainer(w)}}));const p=g.useCallback(()=>{const w=c.current,b=d.current;if(!w&&!b||l.isDestroyed()){u.current=l.destroyBean(u.current);return}if(w&&b){const S={setTabIndex:h};u.current=l.createBean(new jp({comp:S,eTopGuard:w,eBottomGuard:b,eFocusableElement:o,onTabKeyDown:i,forceFocusOutWhenTabGuardsAreEmpty:r,focusInnerElement:y=>n.focusInnerElement(y),isEmpty:a}))}},[]),f=g.useCallback(w=>{c.current=w,p()},[p]),m=g.useCallback(w=>{d.current=w,p()},[p]),v=w=>{const b=w==="top"?Vo.TAB_GUARD_TOP:Vo.TAB_GUARD_BOTTOM;return g.createElement("div",{className:`${Vo.TAB_GUARD} ${b}`,role:"presentation",ref:w==="top"?f:m})};return g.createElement(g.Fragment,null,v("top"),s,v("bottom"))},vI=g.forwardRef(CI),wI=g.memo(vI),bI=({context:e})=>{const[t,s]=g.useState(""),[o,i]=g.useState(""),[n,r]=g.useState(null),[a,l]=g.useState(null),[c,d]=g.useState(!1),[u,h]=g.useState(),p=g.useRef(),f=g.useRef(null),m=g.useRef(),[v,w]=g.useState(null),b=g.useRef(()=>{}),S=g.useRef(),y=g.useRef([]),x=g.useCallback(()=>{},[]);zs(" AG Grid ",f);const F=g.useCallback(M=>{if(f.current=M,p.current=M?e.createBean(new fR):e.destroyBean(p.current),!M||e.isDestroyed())return;const A=p.current;b.current=A.focusInnerElement.bind(A);const G={destroyGridUi:()=>{},setRtlClass:s,forceFocusOutOfContainer:N=>{if(!N&&S.current?.isDisplayed()){S.current.forceFocusOutOfContainer(N);return}m.current?.forceFocusOutOfContainer(N)},updateLayoutClasses:i,getFocusableContainers:()=>{const N=[],Z=f.current?.querySelector(".ag-root");Z&&N.push({getGui:()=>Z});for(const se of y.current)se.isDisplayed()&&N.push(se);return N},setCursor:r,setUserSelect:l};A.setComp(G,M,M),d(!0)},[]);g.useEffect(()=>{const M=p.current,A=f.current;if(!u||!M||!v||!A||e.isDestroyed())return;const G=[],{watermarkSelector:N,paginationSelector:Z,sideBarSelector:se,statusBarSelector:O,gridHeaderDropZonesSelector:J}=M.getOptionalSelectors(),z=[];if(J){const $=e.createBean(new J.component),K=$.getGui();A.insertAdjacentElement("afterbegin",K),z.push(K),G.push($)}if(se){const $=e.createBean(new se.component),K=$.getGui(),U=v.querySelector(".ag-tab-guard-bottom");U&&(U.insertAdjacentElement("beforebegin",K),z.push(K)),G.push($),y.current.push($)}const W=$=>{const K=e.createBean(new $),U=K.getGui();return A.insertAdjacentElement("beforeend",U),z.push(U),G.push(K),K};if(O&&W(O.component),Z){const $=W(Z.component);S.current=$,y.current.push($)}return N&&W(N.component),()=>{e.destroyBeans(G);for(const $ of z)$.remove()}},[u,v,e]);const D=g.useMemo(()=>Dt("ag-root-wrapper",t,o),[t,o]),R=g.useMemo(()=>Dt("ag-root-wrapper-body","ag-focus-managed",o),[o]),P=g.useMemo(()=>({userSelect:a??"",WebkitUserSelect:a??"",cursor:n??""}),[a,n]),T=g.useCallback(M=>{m.current=M,h(M!==null)},[]),E=g.useCallback(()=>!p.current?.isFocusable(),[]);return g.createElement("div",{ref:F,className:D,style:P,role:"presentation"},g.createElement("div",{className:R,ref:w,role:"presentation"},c&&v&&!e.isDestroyed()&&g.createElement(at.Provider,{value:e.getBeans()},g.createElement(wI,{ref:T,eFocusableElement:v,onTabKeyDown:x,gridCtrl:p.current,forceFocusOutWhenTabGuardsAreEmpty:!0,isEmpty:E},g.createElement(mI,null)))))},SI=g.memo(bI),yI=class extends L{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))}},fm={setGridApi:void 0,maxComponentCreationTimeMs:void 0,children:void 0},xI={gridOptions:void 0,modules:void 0,containerStyle:void 0,className:void 0,passGridApi:void 0,componentWrappingElement:void 0,...fm},mm=new Set(Object.keys(xI)),RI=new Set(Object.keys(fm)),Cm=e=>{const t=g.useRef(),s=g.useRef(null),o=g.useRef(null),i=g.useRef([]),n=g.useRef([]),r=g.useRef(e),a=g.useRef(),l=g.useRef(),c=g.useRef(!1),[d,u]=g.useState(void 0),[,h]=g.useState(0),p=g.useCallback(w=>{if(s.current=w,!w){for(const E of i.current)E();i.current.length=0;return}const b=e.modules||[];o.current||(o.current=new _6(()=>h(E=>E+1),e.componentWrappingElement,e.maxComponentCreationTimeMs),i.current.push(()=>{o.current?.destroy(),o.current=null}));const S=$b(e.gridOptions,e,Object.keys(e).filter(E=>!mm.has(E))),y=()=>{if(c.current){const E=()=>a.current?.shouldQueueUpdates()?void 0:n.current.shift();let M=E();for(;M;)M(),M=E()}},x=new PI(y);a.current=x;const F=new yI,D={providedBeanInstances:{frameworkCompWrapper:new EI(o.current,S),renderStatus:F},modules:b,frameworkOverrides:x,setThemeOnGridDiv:!0},R=E=>{u(E),E.createBean(F),i.current.push(()=>{E.destroy()}),E.getBean("ctrlsSvc").whenReady({addDestroyFunc:M=>{i.current.push(M)}},()=>{if(E.isDestroyed())return;const M=t.current;M&&e.passGridApi?.(M)})},P=E=>{E.getBean("ctrlsSvc").whenReady({addDestroyFunc:M=>{i.current.push(M)}},()=>{for(const M of n.current)M();n.current.length=0,c.current=!0})},T=new W3;S.gridId??(S.gridId=l.current),t.current=T.create(w,S,R,P,D),i.current.push(()=>{t.current=void 0}),t.current&&(l.current=t.current.getGridId())},[]),f=g.useMemo(()=>({height:"100%",...e.containerStyle||{}}),[e.containerStyle]),m=g.useCallback(w=>{c.current&&!a.current?.shouldQueueUpdates()?w():n.current.push(w)},[]);g.useEffect(()=>{const w=FI(r.current,e);r.current=e,m(()=>{t.current&&Kb(w,t.current)})},[e]);const v=!g.useSyncExternalStore||Yn(e,"renderingMode")==="legacy"?"legacy":"default";return g.createElement("div",{style:f,className:e.className,ref:p},g.createElement(lm.Provider,{value:v},d&&!d.isDestroyed()?g.createElement(SI,{key:d.instanceId,context:d}):null,o.current?.getPortals()??null))};function FI(e,t){const s={};for(const o of Object.keys(t)){if(mm.has(o)){RI.has(o)&&H(274,{prop:o});continue}const i=t[o];e[o]!==i&&(s[o]=i)}return s}var EI=class extends K3{constructor(e,t){super(),this.parent=e,this.gridOptions=t}createWrapper(e,t){const s=this.gridOptions;if(Yn(s,"reactiveCustomComponents")){const r=(a=>{switch(a){case"filter":return Yn(s,"enableFilterHandlers")?k6:I6;case"floatingFilterComponent":return Yn(s,"enableFilterHandlers")?O6:L6;case"dateComponent":return M6;case"dragAndDropImageComponent":return T6;case"loadingOverlayComponent":return H6;case"noRowsOverlayComponent":return B6;case"statusPanel":return V6;case"toolPanel":return z6;case"menuItem":return G6;case"cellRenderer":return P6;case"innerHeaderComponent":return N6}})(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":nd();break}const i=!t.cellRenderer&&t.name!=="toolPanel";return new hm(e,this.parent,t,i)}},DI=g.forwardRef((e,t)=>{const s=g.useContext(at),{registry:o,context:i,gos:n,rowModel:r}=s,[a,l]=g.useState(()=>new It),[c,d]=g.useState(()=>new It),[u,h]=g.useState(),[p,f]=g.useState(),m=g.useRef(),v=g.useRef(null),w=g.useRef(),b=g.useMemo(()=>xb(e.api.getGridId(),u?.rowModelType??"clientSide"),[e]),S=g.useMemo(()=>a.toString()+" ag-details-row",[a]),y=g.useMemo(()=>c.toString()+" ag-details-grid",[c]);t&&g.useImperativeHandle(t,()=>({refresh(){return m.current?.refresh()??!1}})),e.template&&H(230);const x=g.useCallback(D=>{if(v.current=D,!D||i.isDestroyed()){m.current=i.destroyBean(m.current),w.current?.();return}const R={toggleCss:(T,E)=>l(M=>M.setClass(T,E)),toggleDetailGridCss:(T,E)=>d(M=>M.setClass(T,E)),setDetailGrid:T=>h(T),setRowData:T=>f(T),getGui:()=>v.current},P=o.createDynamicBean("detailCellRendererCtrl",!0);if(P&&(i.createBean(P),P.init(R,e),m.current=P,n.get("detailRowAutoHeight"))){const T=()=>{if(v.current==null)return;const E=v.current.clientHeight;E!=null&&E>0&&setTimeout(()=>{e.node.setRowHeight(E),(We(n)||po(n))&&r.onRowHeightChanged()},0)};w.current=fs(s,D,T),T()}},[]),F=g.useCallback(D=>{m.current?.registerDetailWithMaster(D)},[]);return g.createElement("div",{className:S,ref:x},u&&g.createElement(Cm,{className:y,...u,modules:b,rowData:p,passGridApi:F}))}),PI=class extends Up{constructor(e){super("react"),this.processQueuedUpdates=e,this.queueUpdates=!1,this.renderingEngine="react",this.frameworkComponents={agGroupCellRenderer:nh,agGroupRowRenderer:nh,agDetailCellRenderer:DI},this.wrapIncoming=(t,s)=>s==="ensureVisible"?y6(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 S6()}},MI=class extends g.Component{constructor(){super(...arguments),this.apiListeners=[],this.setGridApi=e=>{this.api=e;for(const t of this.apiListeners)t(e)}}registerApiListener(e){this.apiListeners.push(e)}componentWillUnmount(){this.apiListeners.length=0}render(){return g.createElement(Cm,{...this.props,passGridApi:this.setGridApi})}},vm=(e=>(e.Dropdown="dropdown",e.Menu="menu",e))(vm||{}),Ct=(e=>(e.Click="click",e.Hover="hover",e.ContextMenu="contextMenu",e))(Ct||{}),kr=(e=>(e.Item="item",e.Divider="divider",e.PlainText="plainText",e))(kr||{});const TI=q("flex items-center gap-2 align-middle","h-auto px-0 bg-transparent border-0"),II=q("z-[53] overflow-auto rounded bg-layer-0 text-primary shadow focus-visible:outline-none","w-max"),kI=q("flex w-full cursor-pointer items-center gap-3","focus-visible:border-none focus-visible:outline-none","hover:bg-accent-primary-alpha px-3","dial-small h-[34px] rounded text-primary"),AI="opacity-75 !cursor-not-allowed",LI="text-error",OI="my-1 border-t border-hover border-secondary",Si=4,rd=({ariaLabel:e,className:t,size:s=24,onClose:o,...i})=>C.jsx(Re,{"aria-label":e,className:ue("text-secondary hover:enabled:text-accent-primary",t),onClick:o,iconBefore:C.jsx(B.IconX,{size:s}),...i}),ft=({children:e,menu:t,renderOverlay:s,trigger:o=[Ct.Click],placement:i,disabled:n=!1,open:r,defaultOpen:a=!1,onOpenChange:l,closable:c=!1,onClose:d,className:u,listClassName:h,outsidePressIgnoreRef:p,outsideClosable:f=!0,allowedPlacements:m,anchorToMouse:v=!1,matchReferenceWidth:w=!0,maxDropdownHeight:b})=>{const[S,y]=g.useState(a),x=r!==void 0,F=x?!!r:S,D=g.useRef(null),R=g.useCallback(k=>{x||y(k),l?.(k)},[x,l]),P=g.useId(),T=i===void 0,E=k=>"clientWidth"in k?k.clientWidth:k.getBoundingClientRect?.()?.width??0,{refs:M,floatingStyles:A,context:G}=ve.useFloating({placement:i,open:F,onOpenChange:R,whileElementsMounted:ve.autoUpdate,middleware:[ve.offset({mainAxis:Si,crossAxis:0}),T?ve.autoPlacement({alignment:"start",crossAxis:!0,padding:Si,allowedPlacements:m}):ve.flip({padding:Si}),ve.shift({padding:Si}),ve.size({padding:Si,apply({availableWidth:k,availableHeight:ie,elements:me}){const ae=me.floating,ye=E(me.reference);ae.style.setProperty("--fui-available-height",`${Math.floor(ie)}px`),ae.style.setProperty("--reference-width",w?`${Math.round(ye)}px`:"0px"),w?ae.style.minWidth=`${Math.round(ye)}px`:ae.style.removeProperty("min-width"),ae.style.maxWidth=`${Math.floor(k)}px`;const we=Math.floor(ie);ae.style.maxHeight=`${b?Math.min(we,b):we}px`}})]}),N=ve.useClick(G,{enabled:o.includes(Ct.Click)&&!n}),Z=ve.useHover(G,{enabled:o.includes(Ct.Hover)&&!n,move:!1,restMs:40,delay:{open:80,close:80}}),se=ve.useDismiss(G,{bubbles:!0,referencePress:!1,outsidePress:k=>{if(!f)return!1;const ie=k.target;return!(p?.current&&ie instanceof Node&&p.current.contains(ie))}}),O=ve.useRole(G,{role:"menu"}),{getReferenceProps:J,getFloatingProps:z}=ve.useInteractions([N,Z,se,O]),W=g.useCallback((k,ie)=>{M.setPositionReference({getBoundingClientRect:()=>({width:0,height:0,x:k,y:ie,top:ie,left:k,right:k,bottom:ie})})},[M]),$=g.useCallback(k=>{!o.includes(Ct.ContextMenu)||n||(k.preventDefault(),v&&(W(k.clientX,k.clientY),D.current=document.elementFromPoint(k.clientX,k.clientY)),R(!0))},[v,n,R,W,o]),K=g.useCallback(k=>{!v||n||(o.includes(Ct.ContextMenu)&&F&&R(!1),W(k.clientX,k.clientY),D.current=document.elementFromPoint(k.clientX,k.clientY))},[v,n,W,F,o,R]);g.useEffect(()=>{n&&F&&R(!1)},[n,F,R]);const U=g.useCallback(k=>ie=>{k.disabled||(k.onClick?.({key:k.key,domEvent:ie}),t?.onClick?.({key:k.key,domEvent:ie}),R(!1))},[t,R]),X=g.useMemo(()=>s?s():t?C.jsxs(C.Fragment,{children:[t.header&&C.jsx(C.Fragment,{children:typeof t.header=="function"?t.header():t.header}),C.jsx("div",{role:"none",className:"py-1",children:t.items.map(k=>k.type===kr.Divider?C.jsx("div",{role:"separator",className:OI},k.key):k.type===kr.PlainText?C.jsx("div",{className:ue("px-3 py-2 text-secondary dial-caption",k.className),children:k.label},k.key):C.jsxs("button",{role:"menuitem",type:"button","aria-disabled":!!k.disabled,className:q(kI,k.disabled&&AI,k.danger&&LI,k.className),disabled:k.disabled,onClick:U(k),children:[k.icon&&C.jsx("span",{className:q(k.danger&&"text-error",k.disabled&&"text-secondary"),children:C.jsx(ke,{icon:k.icon})}),C.jsx("span",{className:q("flex-1 truncate text-left",k.danger&&"text-error",k.disabled&&"text-secondary"),children:k.label})]},k.key))}),t.footer&&C.jsx(C.Fragment,{children:typeof t.footer=="function"?t.footer():t.footer})]}):null,[U,t,s]),ce=J({onContextMenu:$,onMouseDown:K});return g.useEffect(()=>{if(!F)return;const k=M.reference.current;let ie=null;if(k instanceof Element?ie=k:D.current instanceof Element&&(ie=D.current),!ie)return;const me=new IntersectionObserver(([ae])=>{ae.isIntersecting||R(!1)},{root:null,threshold:0});return me.observe(ie),()=>me.disconnect()},[F,M.reference,R]),C.jsxs(C.Fragment,{children:[C.jsx("span",{ref:M.setReference,className:q(TI,n&&"!cursor-not-allowed opacity-75",u),"aria-haspopup":"menu","aria-expanded":F,"aria-controls":P,...ce,children:e}),F&&C.jsx(ve.FloatingPortal,{children:C.jsx(ve.FloatingFocusManager,{context:G,modal:!1,initialFocus:-1,returnFocus:!0,children:C.jsxs("div",{id:P,ref:M.setFloating,style:A,className:q(II,!w&&"w-max",h),...z(),children:[c&&C.jsx("div",{className:"flex items-center justify-between px-2 pt-2",children:C.jsx(rd,{ariaLabel:"Close dropdown",onClose:k=>{d?.(k),R(!1)}})}),X]})})})]})},NI="h-full",al={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(--stroke-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"}},ll=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,selectedRows:t,onSelectionChange:s,onSelectionChangeWithMap:o,rowData:i=[],getRowId:n})=>{const[r,a]=g.useState(new Map),l=t??r,c=g.useMemo(()=>new Set(l.keys()),[l]),d=e!==void 0||t!==void 0;g.useEffect(()=>{if(e!==void 0&&!t){const f=new Map;i.forEach(v=>{const w=n(v);e.has(w)&&f.set(w,v)}),(f.size!==r.size||Array.from(f.keys()).some(v=>!r.has(v)))&&a(f)}},[e,t,i,n,r]);const u=g.useCallback((f,m)=>{const v=n(f),w=new Map(l);if(m?w.set(v,f):w.delete(v),d||a(w),o&&o(w),s){const b=new Set(w.keys()),S=Array.from(w.values());s(b,S)}},[l,n,d,s,o]),h=g.useMemo(()=>{if(!i.length)return"unchecked";const f=i.every(v=>c.has(n(v))),m=i.some(v=>c.has(n(v)));return f?"checked":m?"indeterminate":"unchecked"},[i,c,n]),p=g.useCallback(f=>{const m=new Map;if(f&&i.forEach(v=>{const w=n(v);m.set(w,v)}),d||a(m),o&&o(m),s){const v=new Set(m.keys()),w=Array.from(m.values());s(v,w)}},[i,n,d,s,o]);return{currentSelectedIds:c,currentSelectedRows:l,handleSelectionToggle:u,headerCheckboxState:h,handleHeaderCheckboxChange:p}};Eb.registerModules([b6]);const ad=({columnDefs:e,rowData:t,additionalGridOptions:s,getContextMenuItems:o,className:i,ariaLabel:n="Data grid",withSelectionColumn:r=!0,wrapCustomCellRenderers:a=!0,selectedRowIds:l,selectedRows:c,selectionOnHover:d=!0,onSelectionChange:u,onSelectionChangeWithMap:h,getRowId:p=F=>String(F.id||JSON.stringify(F)),alternateOddRowColors:f=!1,filterPlaceholder:m="Enter value",emptyStateIcon:v,emptyStateTitle:w="No results found",emptyStateDescription:b="Sorry, we couldn't find any results for your search.",loading:S=!1,wrapperBorder:y=!0,withoutHeaderBorders:x=!1})=>{const[F,D]=g.useState(ll),[R,P]=g.useState(),T=g.useId(),{currentSelectedIds:E,handleSelectionToggle:M,headerCheckboxState:A,handleHeaderCheckboxChange:G}=GI({selectedRowIds:l,selectedRows:c,onSelectionChange:u,onSelectionChangeWithMap:h,rowData:t,getRowId:p}),N=g.useMemo(()=>({...al,oddRowBackgroundColor:f?al.oddRowBackgroundColor:al.backgroundColor,wrapperBorder:y}),[f,y]),Z=g.useCallback(k=>{k.api.sizeColumnsToFit(),D(ll)},[]),se=g.useCallback(k=>{if(k.data){const ie=p(k.data);return E.has(ie)?"ag-row-selected":""}},[E,p]),O=g.useCallback(()=>{const k=A==="checked",ie=A==="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:k,indeterminate:ie,className:q(`dial-header-select ${A}`,!d&&"dial-header-select-visible"),onChange:G})})},[A,G,d]),J=g.useCallback(k=>{if(k.data){const ie=o?.(k.data)??[],me=k.value==null?"":String(k.value);return C.jsx(ft,{trigger:[Ct.ContextMenu],menu:{items:ie},anchorToMouse:!0,matchReferenceWidth:!0,className:"w-full",children:C.jsx("span",{className:"block min-w-0 h-full max-w-full",children:C.jsx(Bt,{text:me,className:"max-w-full h-full"})})})}},[o]),z=g.useCallback(k=>{if(!k.data)return null;const ie=p(k.data),me=E.has(ie),ae=`row-select-${ie}`;return C.jsx("div",{className:"flex items-center justify-center size-full",children:C.jsx(Ni,{id:ae,ariaLabel:"Select row",checked:me,className:q(["dial-row-select",!d&&"dial-row-select-visible"]),onChange:ye=>{k.data&&M(k.data,!!ye)}},`${ie}-${me}`)})},[E,p,M,d]),W=g.useCallback(k=>{const ie=typeof a=="function"?a(k):!!a;if(!k.cellRenderer)return{...k,cellRenderer:J};if(!ie)return k;const me=k.cellRenderer;return{...k,cellRenderer:ye=>{const we=ye.data?o?.(ye.data)??[]:[];let Ae=null;if(typeof me=="function"){const Fe=me;Ae=C.jsx(Fe,{...ye})}else Ae=J(ye);return C.jsx(ft,{trigger:[Ct.ContextMenu],menu:{items:we},anchorToMouse:!0,matchReferenceWidth:!0,className:"w-full h-full",children:C.jsx("span",{className:"block min-w-0 max-w-full flex-1",children:Ae})})}}},[o,J,a]),$=g.useMemo(()=>({colId:"__select",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,lockPosition:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:z,headerComponent:O}),[z,O]),K=g.useMemo(()=>{const k=(e??[]).map(W);return r?[$,...k]:k},[e,$,r,W]),U=g.useMemo(()=>({minWidth:150,resizable:!0,sortable:!0,floatingFilter:!0,filter:"agTextColumnFilter",filterParams:{filterPlaceholder:m,buttons:["reset"]},comparator:HI.bind(void 0)}),[m]),X=k=>{const ie=K.map(me=>({...me,sort:void 0}));k.api.updateGridOptions({columnDefs:ie,rowData:t}),k.api.sizeColumnsToFit(),P(k.api),s?.onGridReady?.(k)};g.useEffect(()=>{R&&R.redrawRows()},[R,E]);const ce=g.useCallback(()=>C.jsx(Vr,{title:w,description:b,containerClassName:"gap-3",titleClassName:"mt-2 !text-lg",icon:v||C.jsx(B.IconZoomCancel,{size:100,stroke:.5,className:"text-secondary"})}),[w,b,v]);return C.jsx("div",{className:q(NI,i,r&&"with-selection-column",x&&"dial-without-header-borders"),"aria-label":n,role:"region","aria-busy":S,children:C.jsx("div",{className:"ag-theme-balham-dark h-full overflow-x-auto",role:"table","aria-describedby":T,children:C.jsx(MI,{rowModelType:"clientSide",headerHeight:ll,rowHeight:F,cellSelection:!1,getRowClass:se,theme:wE.withPart(QF).withParams({...N}),autoSizeStrategy:{type:"fitGridWidth"},columnDefs:K,defaultColDef:U,onGridSizeChanged:Z,onGridReady:X,loading:S,suppressCellFocus:!0,suppressDragLeaveHidesColumns:!0,noRowsOverlayComponent:ce,rowData:t,...s})})})};var Ar=(e=>(e.Horizontal="horizontal",e.Vertical="vertical",e))(Ar||{}),Lr=(e=>(e.Mobile="mobile",e.Tablet="tablet",e))(Lr||{});const Wn=({tab:e,active:t,invalid:s,className:o,horizontal:i,onClick:n})=>{const r=ue("rounded h-[38px] items-center flex flex-row border-transparent cursor-pointer dial-small leading-4 hover:text-accent-primary",{"border-b-2 px-4":i,"border-l-2 px-3":!i}),a=ue(r,{"bg-layer-4":i,"bg-layer-1 text-secondary pointer-events-none":e.disabled,"bg-accent-primary-alpha text-primary":t&&!e.disabled,"text-primary":!t&&!e.disabled,"border-b-accent-primary":t&&i&&!e.disabled,"border-l-accent-primary":t&&!i&&!e.disabled},o);return C.jsxs("button",{role:"tab",className:a,onClick:()=>n(e.id),disabled:e.disabled,children:[C.jsx(Bt,{text:e.label,contentClassName:"max-w-[200px]",className:"max-w-[200px]"}),(s||e.invalid)&&C.jsx("div",{className:"text-error pl-1",children:C.jsx(B.IconExclamationCircle,{...re})})]})},dh=12;var Us=(e=>(e.Undefined="undefined",e.Mobile="mobile",e.Tablet="tablet",e.Desktop="desktop",e))(Us||{});const uh=()=>typeof window<"u"&&window.innerWidth<640,hh=()=>{if(typeof window>"u")return Us.Undefined;const e=window.innerWidth;return e>=1024?Us.Desktop:e<640?Us.Mobile:Us.Tablet},BI=()=>{const[e,t]=g.useState(hh());return g.useEffect(()=>{const s=()=>t(hh());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},wm=({tabs:e,activeTab:t,onClick:s,orientation:o=Ar.Horizontal,screenThreshold:i=Lr.Tablet,smallScreenContainerClassName:n,smallScreenDropdownItemClassName:r})=>{const[a,l]=g.useState(!1),[c,d]=g.useState(!1),[u,h]=g.useState(!1),p=BI(),f=p===Us.Mobile||i===Lr.Tablet&&p===Us.Tablet,m=o===Ar.Horizontal,v=g.useRef(null),w=g.useRef(null),b=g.useRef(null),S=e.find(F=>F.id===t),y=g.useMemo(()=>q("flex gap-2",m?"flex-row flex-nowrap overflow-x-auto":"flex-col flex-wrap w-full"),[m]),x=g.useCallback(()=>{const F=w.current;F&&h(F.scrollWidth>F.clientWidth)},[]);return g.useEffect(()=>{x();const F=new ResizeObserver(()=>x()),D=w.current;return D&&F.observe(D),()=>F.disconnect()},[e,x]),g.useEffect(()=>{const F=b.current,D=w.current;if(!F||!D)return;const R=F.offsetLeft,P=R+F.offsetWidth,T=D.scrollLeft,E=T+D.clientWidth;R<T?D.scrollTo({left:R-dh,behavior:"smooth"}):P>E&&D.scrollTo({left:P-D.clientWidth+dh,behavior:"smooth"})},[t]),f?C.jsx("div",{role:"tablist",className:ue("h-11 flex items-center bg-layer-3 px-4",n),children:C.jsx(ft,{trigger:[Ct.Click],open:a,onOpenChange:l,placement:"bottom-start",allowedPlacements:["bottom-start","top-start"],renderOverlay:()=>e.map(F=>C.jsx(Wn,{tab:F,active:F.id===t,onClick:D=>{s(D),l(!1)},className:ue("w-full rounded-none h-11 items-center px-6",r)},F.id)),children:C.jsxs("div",{className:"flex gap-2 items-center h-11 cursor-pointer",children:[C.jsx(Wn,{tab:S,active:!0,onClick:s,className:"rounded-none bg-transparent border-l-0 border-b-0 h-full items-center px-0"},t),C.jsx(ke,{icon:C.jsx(B.IconChevronDown,{size:16}),className:q("text-primary transition-transform",a&&"rotate-180")})]})})}):C.jsxs("div",{ref:v,className:"flex w-full items-start",children:[C.jsx("div",{ref:w,role:"tablist",className:y,children:e.map(F=>C.jsx("div",{ref:t===F.id?b:void 0,className:"w-full",children:C.jsx(Wn,{tab:F,active:t===F.id,onClick:s,horizontal:m,className:"w-full"})},F.id))}),u&&C.jsx("div",{className:"flex items-center ml-2",children:C.jsx(ft,{trigger:[Ct.Click],open:c,onOpenChange:d,placement:"bottom-end",renderOverlay:()=>e.map(F=>C.jsx(Wn,{tab:F,active:F.id===t,onClick:D=>{s(D),d(!1)},className:"w-full rounded-none h-[32px] items-center px-3 py-2"},F.id)),children:C.jsx(Re,{iconBefore:C.jsx(B.IconDotsVertical,{size:18}),className:q("w-8 h-8 flex items-center justify-center rounded border",c?"bg-layer-4 border-transparent":"border-primary")})})})]})},VI="w-full overflow-hidden",zI="flex flex-nowrap items-center gap-2 min-w-0 px-0 py-0 whitespace-nowrap",bm="flex items-center gap-2 min-w-0 shrink-0 dial-small",WI="max-w-[20%] basis-[20%] flex-none",_I="flex-1 min-w-0",gh="inline-flex items-center gap-1 min-w-0 transition-colors",jI="text-secondary hover:text-accent-primary",UI="text-primary cursor-default",Sm="flex-none inline-flex items-center leading-none text-secondary",$I="items-center gap-1 min-w-0 transition-colors text-secondary hover:text-accent-primary",ym=C.jsx(B.IconChevronRight,{size:16,"aria-hidden":"true"}),Ri=({title:e,href:t,onClick:s,disabled:o,isLast:i,separator:n=ym,className:r,iconBefore:a,titleClassName:l})=>{const c=ue(bm,i?_I:WI,r),d=(!!t||!!s)&&!i&&!o,u=d?ue(gh,jI):ue(gh,UI,o?"pointer-events-none opacity-75":""),h=typeof e=="string"?C.jsx(Bt,{className:l,text:e}):C.jsx("span",{className:ue("flex-1 min-w-0 max-w-full truncate",l),children:e});return C.jsxs("li",{className:c,children:[d?C.jsxs("a",{href:t,onClick:s,className:u,children:[a,h]}):C.jsxs("span",{className:u,"aria-current":i?"page":void 0,"aria-disabled":o?"true":void 0,children:[a,h]}),!i&&C.jsx("span",{className:Sm,children:n})]})},xm=({pathItems:e,separator:t=ym,ariaLabel:s="Breadcrumb",className:o,children:i,titleClassName:n})=>{const r=g.useMemo(()=>e?.length?e:g.Children.toArray(i).filter(g.isValidElement).map(c=>{const d=c.props,{titleClassName:u,isLast:h,separator:p,...f}=d;return f}),[e,i]),a=g.useCallback(c=>{const d=parseInt(c.key,10),u=r[d];u.onClick?u.onClick(c.domEvent):u.href&&(window.location.href=u.href)},[r]),l=g.useMemo(()=>{if(r.length===0)return null;if(r.length<=3)return r.map((f,m)=>g.createElement(Ri,{...f,key:`item-${m}`,isLast:m===r.length-1,separator:t,titleClassName:n}));const c=r.at(0),d=r.slice(1,-2),u=r.at(-2),h=r.at(-1);if(!c||!u||!h)return null;const p=d.map((f,m)=>({key:String(m+1),label:typeof f.title=="string"?f.title:`Item ${m+1}`,disabled:f.disabled}));return C.jsxs(C.Fragment,{children:[g.createElement(Ri,{...c,key:"item-0",separator:t,titleClassName:n}),C.jsxs("li",{className:ue(bm),children:[C.jsx(ft,{menu:{items:p,onClick:a},placement:"bottom-start",matchReferenceWidth:!1,children:C.jsx("button",{type:"button","aria-label":"More breadcrumbs",className:$I,children:C.jsx(B.IconDots,{size:16})})}),C.jsx("span",{className:Sm,children:t})]}),g.createElement(Ri,{...u,key:`item-${r.length-2}`,separator:t,titleClassName:n}),g.createElement(Ri,{...h,key:`item-${r.length-1}`,isLast:!0,separator:t,titleClassName:n})]})},[r,t,n,a]);return C.jsx("nav",{"aria-label":s,className:ue(VI,o),children:C.jsx("ol",{className:zI,children:l})})},Rm=({iconClassName:e,...t})=>C.jsx(Re,{...t,iconBefore:C.jsx(B.IconTrashX,{...re,className:e||""})}),Fm=({value:e,textareaId:t,placeholder:s,className:o="",containerClassName:i="",disabled:n,invalid:r,readonly:a,disableTooltip:l,onChange:c})=>C.jsx(gs,{tooltip:l?null:e,triggerClassName:ue("flex",i),children:C.jsx("textarea",{id:t,placeholder:s,value:e||"",disabled:n,className:q("dial-textarea dial-input px-3 py-2",r?"dial-input-error":"",n&&"dial-input-disable",a&&"dial-input-readonly",o),onChange:d=>!a&&c?.(d.currentTarget.value)})}),KI=["ArrowLeft","ArrowRight","ArrowUp","ArrowDown","Backspace","Delete","Tab","Enter","Escape","Home","End","Insert"],qI=(e,t,s,o)=>{if((t==="number"||s!==void 0||o!==void 0)&&!KI.includes(e.key)&&!(e.ctrlKey||e.metaKey)&&!(e.key==="-"&&(e.currentTarget.selectionStart??0)===0&&!e.currentTarget.value.includes("-"))&&!(e.key==="."&&t==="number"&&!e.currentTarget.value.includes("."))){if(!/^[0-9]$/.test(e.key)){e.preventDefault();return}if(s!==void 0||o!==void 0){const n=e.currentTarget.value,r=e.currentTarget.selectionStart||0,a=n.slice(0,r)+e.key+n.slice(r),l=parseFloat(a);if(!isNaN(l)){if(s!==void 0&&l<s){e.preventDefault();return}if(o!==void 0&&l>o){e.preventDefault();return}}}}},co=({iconBefore:e,iconAfter:t,hideBorder:s,value:o,elementId:i,placeholder:n="",className:r="",containerClassName:a,tooltipTriggerClassName:l,type:c="text",disabled:d,readonly:u,invalid:h,onChange:p,min:f,max:m,prefix:v,suffix:w,textBeforeInput:b,textAfterInput:S,onBlur:y,defaultValue:x,tooltipText:F,hideTooltip:D=!1,inputRef:R})=>{const P=g.useRef(null),T=ve.useMergeRefs([R,P]);g.useEffect(()=>{const G=P.current;if(!G)return;const N=Z=>{Z.preventDefault()};return G.addEventListener("wheel",N,{passive:!1}),()=>{G.removeEventListener("wheel",N)}},[]);const E=c==="number"||f!==void 0||m!==void 0,M=G=>{qI(G,c,f,m)},A=G=>{const N=G.currentTarget.value;if(E&&N!==""){const Z=parseFloat(N);if(isNaN(Z)&&N!=="-"&&N!=="."||!isNaN(Z)&&(f!==void 0&&Z<f||m!==void 0&&Z>m))return}p?.(N||void 0)};return C.jsxs("div",{className:q("dial-input-field flex flex-row items-center justify-between py-2",s?"dial-input-no-border":"dial-input",h&&"dial-input-error",d&&"dial-input-disable",u&&"dial-input-readonly",!b&&"pl-3",!S&&"pr-3",a),children:[b&&C.jsx("div",{className:"mr-2",children:C.jsx(co,{hideBorder:!0,containerClassName:"rounded-r-none border-r-0",className:"overflow-hidden overflow-ellipsis dial-small",value:b,disabled:!0,elementId:b+"textBefore"})}),v&&C.jsxs("p",{className:"text-secondary dial-small mr-2",children:[" ",v]}),C.jsx(ke,{icon:e,className:q(!!e&&"mr-2")}),C.jsx(gs,{tooltip:D?void 0:F||o,triggerClassName:q(l,"flex-1"),children:C.jsx("input",{ref:T,type:c,autoComplete:"off",id:i,placeholder:n,value:x?void 0:o??"",disabled:d,className:q("border-0 bg-transparent w-full truncate",r),onChange:G=>!u&&A?.(G),onKeyDown:M,onBlur:y,min:f,max:m,defaultValue:x})}),C.jsx(ke,{icon:t,className:q(!!t&&"ml-2")}),w&&C.jsxs("p",{className:"text-secondary dial-small ml-2",children:[" ",w]}),S&&C.jsx("div",{className:"ml-2",children:C.jsx(co,{hideBorder:!0,containerClassName:"rounded-l-none border-l-0",value:S,disabled:!0,elementId:S+"textAfter"})})]})},YI=/^0+\.(\d+)?$/,ZI=/^0+/,Em=({label:e,optional:t,optionalText:s,description:o,error:i,captionDescription:n,readonly:r,orientation:a,elementId:l,fieldTitle:c,errorText:d,elementClassName:u,elementContainerClassName:h,containerClassName:p,defaultEmptyText:f,...m})=>C.jsx(Br,{label:e??c,error:i??d,optionalText:s,optional:t,description:o,captionDescription:n,readonly:r,orientation:a,elementId:l,className:p,defaultEmptyText:f,value:m.value,children:C.jsx(co,{elementId:l,className:u,containerClassName:h,invalid:d!=null,...m})}),XI=({onChange:e,...t})=>{const s=o=>!o||o==="-"?o:String(o)?.match(YI)?String(o)?.replace(ZI,"0"):Number(o);return C.jsx(Em,{type:"number",onChange:o=>e?.(s(o)),...t})},QI=({onChange:e,...t})=>C.jsx(Em,{type:"text",onChange:s=>e?.(s),...t}),JI=({fieldTitle:e,optional:t,elementId:s,elementClassName:o,containerClassName:i,elementContainerClassName:n,errorText:r,...a})=>C.jsxs("div",{className:ue("flex flex-col",i),children:[C.jsx(ho,{fieldTitle:e,optional:t,htmlFor:s}),C.jsx(Fm,{textareaId:s,className:o,containerClassName:n,...a}),C.jsx(Ps,{errorText:r})]}),ld=({title:e,switchId:t,isOn:s=!1,disabled:o,onChange:i})=>{const n=q("flex w-[36px] h-[18px] cursor-pointer items-center gap-1 rounded-full p-0.5 transition-all duration-200",s?"flex-row-reverse":"flex-row",o?"pointer-events-none":"",o?s?"bg-controls-disable":"bg-layer-4":s?"bg-accent-primary":"bg-layer-4"),r=g.useCallback(a=>{a.stopPropagation(),i?.(!s)},[i,s]);return C.jsxs("div",{className:"flex flex-row items-center",children:[C.jsx("input",{type:"checkbox",onChange:r,id:t,disabled:o,className:"invisible w-0 h-0",checked:s}),C.jsx("label",{htmlFor:t,className:n,children:C.jsx("span",{className:q("size-3 rounded-full",o?s?"bg-layer-4":"bg-controls-disable":"bg-controls-enable-primary")})}),e&&C.jsx("span",{className:"pl-2 dial-small text-primary",children:e})]})};var Gt=(e=>(e.Sm="sm",e.Md="md",e.Lg="lg",e))(Gt||{});const ek="z-[52] flex items-center justify-center bg-blackout md:p-4",tk="divide-tertiary divide-y",sk="flex flex-row justify-between py-4 px-6 items-center",ok={[Gt.Sm]:"dial-sm-popup",[Gt.Md]:"dial-md-popup",[Gt.Lg]:"dial-lg-popup"},ii=({open:e=!1,title:t,portalId:s,className:o,overlayClassName:i,headingClassName:n,dividers:r=!0,children:a,footer:l,onClose:c,size:d=Gt.Md})=>{const{refs:u,context:h}=ve.useFloating({open:e,onOpenChange:b=>{b||c?.(null)}}),p=ve.useRole(h,{role:"dialog"}),f=ve.useDismiss(h,{outsidePress:!0}),{getFloatingProps:m}=ve.useInteractions([p,f]);if(!e)return null;const v=typeof t=="string"?"dial-popup-heading":void 0,w=b=>b?typeof b=="string"?C.jsx("h3",{id:v,className:q("flex-1 min-w-0 mr-3 truncate dial-h3 text-primary",n),children:C.jsx(gs,{tooltip:b,children:b})}):b:C.jsx("span",{});return C.jsx(ve.FloatingPortal,{id:s,children:C.jsx(ve.FloatingOverlay,{className:q(ek,i),children:C.jsx(ve.FloatingFocusManager,{context:h,children:C.jsxs("div",{ref:u.setFloating,...m(),role:"dialog","aria-modal":"true","aria-labelledby":v,className:q("dial-popup",ok[d],r&&tk,o),children:[C.jsxs("div",{className:sk,children:[w(t),C.jsx(rd,{ariaLabel:"Close dialog",onClose:b=>c?.(b)})]}),C.jsx("div",{className:"flex-grow overflow-auto",children:a}),l]})})})})};var Zo=(e=>(e.Info="info",e.Danger="danger",e))(Zo||{});const ik="flex justify-end gap-2 px-6 py-4",nk="text-secondary dial-small-150 px-6 py-4",rk="Cancel",ak="Ok",ph={[Zo.Info]:{confirmVariant:Me.Primary,cancelVariant:Me.Secondary},[Zo.Danger]:{container:"dial-danger-popup",confirmVariant:Me.Danger,cancelVariant:Me.Secondary}},Dm=({title:e,description:t,descriptionClassName:s,open:o=!1,confirmLabel:i=ak,cancelLabel:n=rk,isLoading:r=!1,disableConfirmButton:a=!1,className:l,confirmClassName:c,onClose:d,onConfirm:u,onCancel:h,children:p,dividers:f=!1,variant:m=Zo.Info,size:v=Gt.Sm,footer:w})=>{const b=r?null:C.jsxs("div",{className:ik,children:[C.jsx(Re,{variant:Me.Secondary,label:n,onClick:()=>h?h():d?.()}),C.jsx(Re,{variant:ph[m].confirmVariant,className:c,label:i,disabled:a,onClick:()=>u()})]}),S=g.useCallback(()=>r?C.jsx("div",{className:"px-6 py-4 h-[120px]",children:C.jsx(tn,{size:50})}):p??(t?C.jsx("div",{className:q(nk,s),children:t}):null),[p,t,r,s]);return C.jsx(ii,{open:o,title:e,className:q(ph[m].container,l),dividers:f,onClose:()=>d?.(),footer:w??b,size:v,children:S()})},cd=({selectedItems:e,listClassName:t,listElementClassName:s,placeholder:o})=>e?.length?C.jsx("ul",{className:q("flex-row items-center truncate flex-wrap","flex gap-x-2 gap-y-1",t),children:e?.map(i=>C.jsx("li",{children:C.jsx(gs,{tooltip:i,children:C.jsx(Wr,{tag:i,className:q([s])})})},i))}):o?C.jsx("span",{className:"text-secondary",children:o}):null,fh=e=>ge.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},ge.createElement("path",{d:"M2.25 13.5V12C2.25 11.5858 2.58579 11.25 3 11.25C3.41421 11.25 3.75 11.5858 3.75 12V13.5C3.75 13.6989 3.82907 13.8896 3.96973 14.0303C4.11038 14.1709 4.30109 14.25 4.5 14.25H6C6.41421 14.25 6.75 14.5858 6.75 15C6.75 15.4142 6.41421 15.75 6 15.75H4.5C3.90326 15.75 3.33114 15.5128 2.90918 15.0908C2.48722 14.6689 2.25 14.0967 2.25 13.5ZM14.25 6V4.5C14.25 4.30109 14.1709 4.11038 14.0303 3.96973C13.8896 3.82907 13.6989 3.75 13.5 3.75H12C11.5858 3.75 11.25 3.41421 11.25 3C11.25 2.58579 11.5858 2.25 12 2.25H13.5C14.0967 2.25 14.6689 2.48722 15.0908 2.90918C15.5128 3.33114 15.75 3.90326 15.75 4.5V6C15.75 6.41421 15.4142 6.75 15 6.75C14.5858 6.75 14.25 6.41421 14.25 6Z",fill:"currentColor"})),Pm=({children:e,open:t,disabled:s=!1,selectedValue:o,valueClassName:i,inputClassName:n,onOpen:r,elementId:a,errorText:l,invalid:c,emptyValueText:d,placeholder:u})=>{const h=Array.isArray(o)&&o.length>0,p=typeof o=="string"&&!!o.trim(),f=h||p?o:u?void 0:d,m=s?void 0:r,v=()=>C.jsxs(C.Fragment,{children:[C.jsx("button",{type:"button",className:"w-full",onClick:m,"aria-label":"open-popup",id:a,children:C.jsxs("div",{className:q("dial-input px-3 py-2 dial-input-field flex flex-row items-center w-full justify-between",n,s&&"dial-input-disable",(l||c)&&"dial-input-error"),children:[C.jsx(gs,{tooltip:f==null?void 0:String(f),children:f||!u?C.jsx("span",{className:i,children:f}):C.jsx("span",{className:"text-secondary",children:u})}),!s&&C.jsx("div",{className:"flex-shrink-0",children:C.jsx(ke,{icon:C.jsx(fh,{role:"img",width:ns,height:ns})})})]})}),l&&C.jsx(Ps,{errorText:l})]}),w=()=>C.jsx("div",{className:"w-full",onClick:m,children:C.jsxs("div",{className:q("dial-input px-3 py-2 flex flex-row items-center w-full justify-between",s&&"dial-input-disable"),children:[C.jsx(cd,{placeholder:u,selectedItems:f}),!s&&C.jsx("div",{className:"ml-1",children:C.jsx(ke,{icon:C.jsx(fh,{role:"img",width:ns,height:ns})})})]})});return C.jsxs(C.Fragment,{children:[h?w():v(),t&&en.createPortal(e,document.body)]})},lk=({fieldTitle:e,htmlFor:t,disabled:s,selectedValue:o,radioButtons:i,customInputValue:n,valueClassName:r,inputClassName:a,emptyValueText:l,onClose:c,title:d,portalId:u,onApply:h,cancelButtonTitle:p="Cancel",applyButtonTitle:f="Apply",isValid:m,selectedRadioValue:v,onChangeRadioField:w,id:b,size:S=Gt.Md})=>{const[y,x]=g.useState(!1),F=g.useCallback(()=>{s||x(!0)},[s]),D=g.useCallback(()=>{x(!1),c?.()},[c]),R=g.useCallback(()=>{h(),D()},[h,D]);return C.jsxs("div",{className:"flex flex-col",children:[C.jsx(ho,{fieldTitle:e,htmlFor:t}),C.jsx(Pm,{disabled:s,open:y,selectedValue:n??i.find(P=>P.id===o)?.name,valueClassName:r,inputClassName:q(a,"py-2","px-3"),emptyValueText:l,onOpen:F,children:C.jsx(ii,{open:y,onClose:D,title:d,portalId:u,size:S,footer:C.jsxs("div",{className:"flex flex-row items-center justify-end gap-2 px-6 py-4",children:[C.jsx(Re,{variant:Me.Secondary,label:p,onClick:D}),C.jsx(Re,{variant:Me.Primary,label:f,onClick:R,disabled:!m})]}),children:C.jsx("div",{className:"px-6 py-4",children:C.jsx(ar,{radioButtons:i,labelClassName:"dial-small",activeRadioButton:v,onChange:w,elementId:b,orientation:eo.Column})})})})]})},ck="Create",dk="Cancel",uk="flex items-center justify-end gap-2 px-6 py-3",hk=({title:e,open:t=!1,submitLabel:s=ck,cancelLabel:o=dk,isLoading:i=!1,disableSubmitButton:n=!1,className:r,submitClassName:a,onClose:l,onSubmit:c,onCancel:d,children:u,dividers:h=!0,size:p=Gt.Md,footer:f})=>{const m=i?null:C.jsxs("div",{className:uk,children:[C.jsx(Re,{variant:Me.Secondary,label:o,onClick:()=>d?d():l?.()}),C.jsx(Re,{variant:Me.Primary,className:a,label:s,disabled:n,onClick:()=>c()})]}),v=g.useCallback(()=>i?C.jsx("div",{className:"px-6 py-4 h-[120px]",children:C.jsx(tn,{size:50})}):u??null,[u,i]);return C.jsx(ii,{open:t,title:e,className:r,dividers:h,onClose:()=>l?.(),footer:f??m,size:p,children:v()})},gk=({onClick:e})=>C.jsx(B.IconEyeOff,{...re,className:"text-primary",onClick:e,role:"button","aria-label":"hide"}),pk=({onClick:e})=>C.jsx(B.IconEye,{...re,className:"text-primary",onClick:e,role:"button","aria-label":"show"}),Mm=({...e})=>{const[t,s]=g.useState(!1),o=g.useCallback(i=>{s(i)},[]);return C.jsx(co,{type:t?"text":"password",...e,hideTooltip:!t,iconAfter:t?C.jsx(gk,{onClick:()=>o(!1)}):C.jsx(pk,{onClick:()=>o(!0)})})},fk=({fieldTitle:e,optional:t,elementClassName:s,elementId:o,errorText:i,...n})=>C.jsxs("div",{className:"flex flex-col",children:[C.jsx(ho,{fieldTitle:e,optional:t,htmlFor:o}),C.jsx(Mm,{className:s,elementId:o,invalid:!!i,...n}),C.jsx(Ps,{errorText:i})]});var Ji=(e=>(e.Small="small",e.Base="base",e))(Ji||{});const mk={[Ji.Small]:{textClassName:"text-xs px-1",containerClassName:"px-[6px] py-1 h-[22px]",iconSize:10,iconStroke:1},[Ji.Base]:{textClassName:"text-sm px-2",containerClassName:"px-3 py-2 h-[38px]",iconSize:18,iconStroke:1.5}},dd=({elementId:e,value:t,placeholder:s="Search...",disabled:o,readonly:i,invalid:n,className:r,containerClassName:a,onChange:l,size:c=Ji.Base,allowClear:d=!0})=>{const[u,h]=g.useState(t||"");g.useEffect(()=>{h(t||"")},[t]);const p=g.useCallback(v=>{h(v),l?.(v)},[l]),f=mk[c],m=g.useCallback(()=>{p("")},[p]);return C.jsxs("div",{className:ue("dial-input flex flex-row items-center justify-between",n&&"dial-input-error",o&&"dial-input-disable",i&&"dial-input-readonly",f.containerClassName,a),children:[C.jsx(ke,{className:q(o?"text-secondary":"text-primary"),icon:C.jsx(B.IconSearch,{size:f.iconSize,stroke:f.iconStroke})}),C.jsx("input",{id:e,type:"text",autoComplete:"off",placeholder:s,value:u??"",disabled:o,readOnly:i,className:q("border-0 bg-transparent w-full",r,f.textClassName),onChange:v=>!i&&p(v.currentTarget.value)}),u&&!i&&!o&&d&&C.jsx(ke,{className:"text-primary cursor-pointer",icon:C.jsx(B.IconX,{size:f.iconSize,stroke:f.iconStroke,onClick:m,"aria-label":"Clear search",role:"button"})})]})},Ck=({placeholder:e="",selectedItems:t=[],updateSelected:s,listClassName:o,listElementClassName:i,containerClassName:n,inputClassName:r})=>{const[a,l]=g.useState(""),c=g.useCallback(u=>{u.key==="Enter"&&(s([...t,u.currentTarget.value]),l("")),(u.key==="Backspace"||u.key==="Delete")&&t.length&&!a&&s(t.slice(0,-1))},[t,s,a]),d=g.useCallback(u=>{l(u.target.value)},[l]);return C.jsxs("div",{className:q(["dial-input px-3 py-2 flex flex-row items-center flex-wrap w-fit gap-2",n]),children:[C.jsx(cd,{selectedItems:t,listClassName:o,listElementClassName:i}),C.jsx("input",{type:"text",value:a,className:q(["border-0 bg-transparent p-0",r]),placeholder:t?.length?"":e,onKeyDown:c,onChange:d})]})},vk=({initialTags:e=[],fieldTitle:t,optional:s,elementId:o,placeholder:i,errorText:n,invalid:r,disabled:a,onChange:l})=>{const c=g.useRef(null),[d,u]=g.useState(e),[h,p]=g.useState(""),[f,m]=g.useState(!1),v=S=>{const y=S.trim().replace(/,$/,"");if(y&&!d.includes(y)){const x=[y,...d];u(x),l?.(x)}},w=S=>{(S.key===","||S.key==="Enter")&&(S.preventDefault(),v(h),p(""))},b=S=>{const y=d.filter((x,F)=>F!==S);u(y),l?.(y)};return g.useEffect(()=>{const S=new ResizeObserver(()=>{if(c.current){const y=c.current.scrollHeight>c.current.clientHeight+10;m(y)}});return c.current&&S.observe(c.current),()=>S.disconnect()},[d]),C.jsxs("div",{className:q("flex flex-col w-full"),children:[C.jsx(ho,{fieldTitle:t,optional:s,htmlFor:o}),C.jsx("div",{className:q("dial-input min-h-[38px] p-[6px]",r&&"dial-input-error",a&&"dial-input-disable"),children:C.jsxs("div",{ref:c,className:q("flex flex-wrap gap-2 items-center",f?"flex-col-reverse":"flex-row"),children:[d.map((S,y)=>C.jsx(Wr,{tag:S,remove:a?void 0:()=>b(y)},S+y)),C.jsx("input",{type:"text",value:h,onChange:S=>p(S.target.value),onKeyDown:w,className:q("dial-input-no-border outline-none border-none w-full min-w-[100px] flex-1 p-1"),placeholder:i,disabled:a})]})}),C.jsx(Ps,{errorText:n})]})},wk="dial-input flex w-full items-center justify-between gap-2 dial-small",bk="w-full rounded flex flex-col",cl="flex w-full items-center justify-between gap-2 px-3 h-[34px] dial-small text-primary truncate hover:bg-accent-primary-alpha focus:bg-accent-primary-alpha focus:outline-none",Sk="bg-accent-primary-alpha",yk="bg-accent-primary-alpha border-l border-accent-primary border-1",mh="opacity-75",xk=352,Rk=C.jsx(B.IconChevronDown,{size:16}),Tm=({options:e,selectedValues:t,handleRemoveTag:s})=>C.jsx("div",{className:"flex flex-wrap w-full items-center gap-1",children:t.map(o=>{const i=e.find(r=>r.value===o)?.label??o,n=e.find(r=>r.value===o)?.icon;return C.jsx(Wr,{tag:i,remove:r=>s?.(r,o),iconBefore:n?C.jsx(ke,{icon:n}):null,className:"max-w-full"},o)})});var Or=(e=>(e.Sm="sm",e.Md="md",e))(Or||{}),Nr=(e=>(e.Primary="Primary",e.Secondary="Secondary",e))(Nr||{});const Im=({options:e,multiple:t=!1,elementId:s,value:o,defaultValue:i,variant:n=Nr.Primary,size:r=Or.Md,prefix:a,customSelectedValue:l,placeholder:c="Select...",searchable:d=!1,searchPlaceholder:u,selectAll:h=!1,selectAllLabel:p="Select all",emptyStateTitle:f="No options available",emptyStateDescription:m,emptyStateIcon:v,disabled:w=!1,className:b,closable:S=!1,header:y,footer:x,onClose:F,onChange:D,inlineSearch:R=!1,dismissRef:P,onFooterClick:T})=>{const E=g.useId(),[M,A]=g.useState(!1),[G,N]=g.useState(R&&l||""),Z=g.useRef(null),se=o!==void 0,[O,J]=g.useState(i),z=se?o:O,W=g.useMemo(()=>t?Array.isArray(z)?z:[]:typeof z=="string"?[z]:[],[z,t]),$=g.useMemo(()=>{const V=G.trim().toLowerCase();return V?e.filter(Q=>Q.label.toLowerCase().includes(V)):e},[e,G]);g.useEffect(()=>{!M&&!R&&N("")},[R,M]),g.useEffect(()=>{R&&N(l||"")},[l,R]);const K=g.useCallback(V=>{se||J(V),D?.(V)},[se,D]),U=V=>{if(t){const Q=new Set(W);Q.has(V)?Q.delete(V):Q.add(V),K(Array.from(Q))}else K(V),A(!1)},X=g.useCallback((V,Q)=>{if(V.stopPropagation(),!t){K("");return}const he=W.filter(_e=>_e!==Q);K(he)},[t,W,K]),ce=g.useMemo(()=>$.filter(V=>!V.disabled),[$]),k=g.useMemo(()=>ce.filter(V=>W.includes(V.value)).length,[ce,W]),ie=V=>{R&&!t&&!V&&U(G),A(V)},me=ce.length>0&&k===ce.length,ae=k>0&&!me,ye=()=>{if(!(!t||ce.length===0))if(me){const V=new Set(ce.map(he=>he.value)),Q=W.filter(he=>!V.has(he));K(Q)}else{const V=new Set(W);ce.forEach(Q=>V.add(Q.value)),K(Array.from(V))}},we=W.length>0;g.useEffect(()=>{M&&R&&!t&&!w&&requestAnimationFrame(()=>{const V=Z.current;if(!V)return;V.focus();const Q=V.value?.length??0;V.setSelectionRange?.(Q,Q)})},[M,R,t,w]);const Ae=!t&&we?W[0]:void 0,Fe=g.useMemo(()=>Ae?e.find(V=>V.value===Ae):void 0,[e,Ae]),ot=g.useCallback(()=>!t||W.length===0?null:C.jsx(Tm,{options:e,selectedValues:W,handleRemoveTag:X}),[t,e,W,X]),pe=g.useCallback(()=>t?we?ot():C.jsx("span",{className:"text-secondary truncate",children:c}):Fe?C.jsxs(C.Fragment,{children:[Fe.icon&&C.jsx(ke,{icon:Fe.icon}),C.jsx(Bt,{text:a?`${a} ${Fe.label}`:Fe.label}),Fe?.description&&C.jsx("div",{className:"text-secondary dial-small",children:Fe.description})]}):l&&o?l:C.jsx("span",{className:"text-secondary truncate",children:c}),[we,t,l,a,o,c,ot,Fe]),Se=g.useMemo(()=>G||Fe?.label||"",[G,Fe]);g.useImperativeHandle(P,()=>({dismiss:()=>{A(!1)}}));const Ie=()=>{N(W.length===1?Fe?.label??G:"")};return C.jsx(ft,{open:M,onOpenChange:ie,disabled:w,closable:S,onClose:F,placement:"bottom-start",allowedPlacements:["bottom-start","top-start"],maxDropdownHeight:d?null:xk,renderOverlay:()=>C.jsxs("div",{id:`list-${s||E}`,role:"listbox","aria-multiselectable":t||void 0,className:bk,children:[y&&C.jsx(C.Fragment,{children:typeof y=="function"?y():y}),(d||S)&&e.length>8&&C.jsxs("div",{className:"flex items-center gap-2 px-2 pt-2",children:[d&&C.jsx(dd,{placeholder:u,onChange:N,value:G,elementId:`search-${s||E}`}),S&&C.jsx(Re,{"aria-label":"Close select",className:"shrink-0",iconBefore:C.jsx(B.IconX,{size:16}),onClick:V=>{F?.(V),A(!1)}})]}),t&&h&&ce.length>0&&C.jsx("div",{className:q(cl,"mt-2"),children:C.jsx(Ni,{id:`${s||E}-selectAll`,label:p,checked:me,indeterminate:ae,onChange:ye,ariaLabel:p})}),C.jsx("div",{className:q("overflow-y-auto max-h-[352px]",R&&$.length===0?"":"py-1"),children:$.length===0?!R&&C.jsx("div",{className:"px-2 py-3",children:C.jsx(Vr,{icon:v??C.jsx(B.IconClipboardX,{size:24}),title:f,description:m})}):$.map(V=>{const Q=W.includes(V.value);return t?C.jsxs("div",{role:"option","aria-selected":Q,"aria-disabled":!!V.disabled,className:q(cl,Q&&Sk,V.disabled&&mh,"w-full"),children:[C.jsx(Ni,{id:`${s||E}-${V.value}`,label:C.jsxs("span",{className:"flex w-full flex-1 min-w-0 items-center gap-2 text-primary",children:[V.icon&&C.jsx(ke,{icon:V.icon}),C.jsx("span",{className:"truncate",children:V.label})]}),checked:Q,disabled:V.disabled,onChange:()=>!V.disabled&&U(V.value),ariaLabel:V.label}),V.description&&C.jsx("div",{className:"text-secondary dial-small",children:V.description})]},V.value):C.jsx("button",{role:"option",type:"button","aria-selected":Q,"aria-disabled":!!V.disabled,disabled:V.disabled,className:q(cl,Q&&yk,V.disabled&&mh),onClick:()=>!V.disabled&&U(V.value),children:C.jsxs("div",{className:"flex items-center gap-2 w-full",children:[V.icon&&C.jsx(ke,{icon:V.icon}),C.jsx(Bt,{text:V.label}),V.description&&C.jsx("div",{className:"text-secondary dial-small",children:V.description})]})},V.value)})}),x&&C.jsx("div",{onClick:V=>{T?.(V),T&&A(!1)},children:typeof x=="function"?x():x})]}),children:C.jsxs("button",{type:"button","aria-haspopup":"listbox","aria-expanded":M,"aria-controls":`list-${s||E}`,className:ue(wk,w&&"opacity-75 !cursor-not-allowed",r===Or.Sm?"min-h-[25px] px-1.5 py-1":"min-h-[38px] px-3 py-2",n===Nr.Secondary?"!bg-layer-4":"",b),onMouseDown:V=>{w||R&&!t&&(Ie(),V.preventDefault())},onClick:()=>{w||(A(V=>!V),R&&!t&&(Ie(),Z.current?.focus()))},children:[R&&!t?C.jsx("div",{className:"flex min-w-0 items-center gap-2 text-primary flex-1",children:C.jsx("input",{id:`inline-${s||E}`,type:"text",placeholder:u??c,value:Se,onChange:V=>N(V.currentTarget.value),onFocus:()=>!w&&A(!0),onMouseDown:V=>{Ie(),V.stopPropagation()},onClick:V=>{V.stopPropagation()},className:"bg-transparent outline-none w-full dial-small",ref:Z,disabled:w,"aria-disabled":w})}):C.jsx("div",{className:"flex min-w-0 items-center gap-2 text-primary",children:pe()}),!R&&C.jsx(ke,{icon:Rk,className:q("text-primary",M&&"rotate-180")})]})})},Fk=({fieldTitle:e,optional:t,captionDescription:s,containerClassName:o,selectClassName:i,error:n,elementId:r,description:a,readonly:l,value:c,defaultEmptyText:d,...u})=>{const h=g.useCallback(()=>{if(!c||Array.isArray(c)&&c.length===0)return d??"None";if(Array.isArray(c))return C.jsx(Tm,{options:u.options,selectedValues:c});{const p=u.options?.find(f=>f.value===c);return C.jsx("span",{"aria-readonly":!0,className:"text-primary",children:p?.label||c})}},[c,u.options,d]);return C.jsx(Br,{elementId:r,label:e,optional:t,description:a,error:n,captionDescription:s,className:o,readonly:l,value:h(),defaultEmptyText:d,children:C.jsx(Im,{className:i,value:c,elementId:r,...u})})};function km(e){let t=null;return()=>(t==null&&(t=e()),t)}function Ek(e,t){return e.filter(s=>s!==t)}function Dk(e,t){const s=new Set,o=n=>s.add(n);e.forEach(o),t.forEach(o);const i=[];return s.forEach(n=>i.push(n)),i}class Pk{enter(t){const s=this.entered.length,o=i=>this.isNodeInDocument(i)&&(!i.contains||i.contains(t));return this.entered=Dk(this.entered.filter(o),[t]),s===0&&this.entered.length>0}leave(t){const s=this.entered.length;return this.entered=Ek(this.entered.filter(this.isNodeInDocument),t),s>0&&this.entered.length===0}reset(){this.entered=[]}constructor(t){this.entered=[],this.isNodeInDocument=t}}class Mk{initializeExposedProperties(){Object.keys(this.config.exposeProperties).forEach(t=>{Object.defineProperty(this.item,t,{configurable:!0,enumerable:!0,get(){return console.warn(`Browser doesn't allow reading "${t}" until the drop event.`),null}})})}loadDataTransfer(t){if(t){const s={};Object.keys(this.config.exposeProperties).forEach(o=>{const i=this.config.exposeProperties[o];i!=null&&(s[o]={value:i(t,this.config.matchesTypes),configurable:!0,enumerable:!0})}),Object.defineProperties(this.item,s)}}canDrag(){return!0}beginDrag(){return this.item}isDragging(t,s){return s===t.getSourceId()}endDrag(){}constructor(t){this.config=t,this.item={},this.initializeExposedProperties()}}const ud="__NATIVE_FILE__",Am="__NATIVE_URL__",Lm="__NATIVE_TEXT__",Om="__NATIVE_HTML__",Ch=Object.freeze(Object.defineProperty({__proto__:null,FILE:ud,HTML:Om,TEXT:Lm,URL:Am},Symbol.toStringTag,{value:"Module"}));function dl(e,t,s){const o=t.reduce((i,n)=>i||e.getData(n),"");return o??s}const oc={[ud]:{exposeProperties:{files:e=>Array.prototype.slice.call(e.files),items:e=>e.items,dataTransfer:e=>e},matchesTypes:["Files"]},[Om]:{exposeProperties:{html:(e,t)=>dl(e,t,""),dataTransfer:e=>e},matchesTypes:["Html","text/html"]},[Am]:{exposeProperties:{urls:(e,t)=>dl(e,t,"").split(`
|
|
62
|
-
`),dataTransfer:e=>e},matchesTypes:["Url","text/uri-list"]},[Lm]:{exposeProperties:{text:(e,t)=>dl(e,t,""),dataTransfer:e=>e},matchesTypes:["Text","text/plain"]}};function Tk(e,t){const s=oc[e];if(!s)throw new Error(`native type ${e} has no configuration`);const o=new Mk(s);return o.loadDataTransfer(t),o}function ul(e){if(!e)return null;const t=Array.prototype.slice.call(e.types||[]);return Object.keys(oc).filter(s=>{const o=oc[s];return o?.matchesTypes?o.matchesTypes.some(i=>t.indexOf(i)>-1):!1})[0]||null}const Ik=km(()=>/firefox/i.test(navigator.userAgent)),Nm=km(()=>!!window.safari);class vh{interpolate(t){const{xs:s,ys:o,c1s:i,c2s:n,c3s:r}=this;let a=s.length-1;if(t===s[a])return o[a];let l=0,c=r.length-1,d;for(;l<=c;){d=Math.floor(.5*(l+c));const p=s[d];if(p<t)l=d+1;else if(p>t)c=d-1;else return o[d]}a=Math.max(0,c);const u=t-s[a],h=u*u;return o[a]+i[a]*u+n[a]*h+r[a]*u*h}constructor(t,s){const{length:o}=t,i=[];for(let p=0;p<o;p++)i.push(p);i.sort((p,f)=>t[p]<t[f]?-1:1);const n=[],r=[];let a,l;for(let p=0;p<o-1;p++)a=t[p+1]-t[p],l=s[p+1]-s[p],n.push(a),r.push(l/a);const c=[r[0]];for(let p=0;p<n.length-1;p++){const f=r[p],m=r[p+1];if(f*m<=0)c.push(0);else{a=n[p];const v=n[p+1],w=a+v;c.push(3*w/((w+v)/f+(w+a)/m))}}c.push(r[r.length-1]);const d=[],u=[];let h;for(let p=0;p<c.length-1;p++){h=r[p];const f=c[p],m=1/n[p],v=f+c[p+1]-h-h;d.push((h-f-v)*m),u.push(v*m*m)}this.xs=t,this.ys=s,this.c1s=c,this.c2s=d,this.c3s=u}}const kk=1;function Hm(e){const t=e.nodeType===kk?e:e.parentElement;if(!t)return null;const{top:s,left:o}=t.getBoundingClientRect();return{x:o,y:s}}function _n(e){return{x:e.clientX,y:e.clientY}}function Ak(e){var t;return e.nodeName==="IMG"&&(Ik()||!(!((t=document.documentElement)===null||t===void 0)&&t.contains(e)))}function Lk(e,t,s,o){let i=e?t.width:s,n=e?t.height:o;return Nm()&&e&&(n/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:n}}function Ok(e,t,s,o,i){const n=Ak(t),a=Hm(n?e:t),l={x:s.x-a.x,y:s.y-a.y},{offsetWidth:c,offsetHeight:d}=e,{anchorX:u,anchorY:h}=o,{dragPreviewWidth:p,dragPreviewHeight:f}=Lk(n,t,c,d),m=()=>{let F=new vh([0,.5,1],[l.y,l.y/d*f,l.y+f-d]).interpolate(h);return Nm()&&n&&(F+=(window.devicePixelRatio-1)*f),F},v=()=>new vh([0,.5,1],[l.x,l.x/c*p,l.x+p-c]).interpolate(u),{offsetX:w,offsetY:b}=i,S=w===0||w,y=b===0||b;return{x:S?w:v(),y:y?b:m()}}class Nk{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var t;return!((t=this.globalContext)===null||t===void 0)&&t.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var t;return((t=this.optionsArgs)===null||t===void 0?void 0:t.rootElement)||this.window}constructor(t,s){this.ownerDocument=null,this.globalContext=t,this.optionsArgs=s}}function Hk(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function wh(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){Hk(e,i,s[i])})}return e}class Gk{profile(){var t,s;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((t=this.dragStartSourceIds)===null||t===void 0?void 0:t.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((s=this.dragOverTargetIds)===null||s===void 0?void 0:s.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const t=this.rootElement;if(t!==void 0){if(t.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");t.__isReactDndBackendSetUp=!0,this.addEventListeners(t)}}teardown(){const t=this.rootElement;if(t!==void 0&&(t.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var s;(s=this.window)===null||s===void 0||s.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(t,s,o){return this.sourcePreviewNodeOptions.set(t,o),this.sourcePreviewNodes.set(t,s),()=>{this.sourcePreviewNodes.delete(t),this.sourcePreviewNodeOptions.delete(t)}}connectDragSource(t,s,o){this.sourceNodes.set(t,s),this.sourceNodeOptions.set(t,o);const i=r=>this.handleDragStart(r,t),n=r=>this.handleSelectStart(r);return s.setAttribute("draggable","true"),s.addEventListener("dragstart",i),s.addEventListener("selectstart",n),()=>{this.sourceNodes.delete(t),this.sourceNodeOptions.delete(t),s.removeEventListener("dragstart",i),s.removeEventListener("selectstart",n),s.setAttribute("draggable","false")}}connectDropTarget(t,s){const o=r=>this.handleDragEnter(r,t),i=r=>this.handleDragOver(r,t),n=r=>this.handleDrop(r,t);return s.addEventListener("dragenter",o),s.addEventListener("dragover",i),s.addEventListener("drop",n),()=>{s.removeEventListener("dragenter",o),s.removeEventListener("dragover",i),s.removeEventListener("drop",n)}}addEventListeners(t){t.addEventListener&&(t.addEventListener("dragstart",this.handleTopDragStart),t.addEventListener("dragstart",this.handleTopDragStartCapture,!0),t.addEventListener("dragend",this.handleTopDragEndCapture,!0),t.addEventListener("dragenter",this.handleTopDragEnter),t.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.addEventListener("dragover",this.handleTopDragOver),t.addEventListener("dragover",this.handleTopDragOverCapture,!0),t.addEventListener("drop",this.handleTopDrop),t.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(t){t.removeEventListener&&(t.removeEventListener("dragstart",this.handleTopDragStart),t.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),t.removeEventListener("dragend",this.handleTopDragEndCapture,!0),t.removeEventListener("dragenter",this.handleTopDragEnter),t.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.removeEventListener("dragover",this.handleTopDragOver),t.removeEventListener("dragover",this.handleTopDragOverCapture,!0),t.removeEventListener("drop",this.handleTopDrop),t.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourceNodeOptions.get(t);return wh({dropEffect:this.altKeyPressed?"copy":"move"},s||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourcePreviewNodeOptions.get(t);return wh({anchorX:.5,anchorY:.5,captureDraggingState:!1},s||{})}isDraggingNativeItem(){const t=this.monitor.getItemType();return Object.keys(Ch).some(s=>Ch[s]===t)}beginDragNativeItem(t,s){this.clearCurrentDragSourceNode(),this.currentNativeSource=Tk(t,s),this.currentNativeHandle=this.registry.addSource(t,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(t){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=t;const s=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var o;return(o=this.rootElement)===null||o===void 0?void 0:o.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},s)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var t;(t=this.window)===null||t===void 0||t.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(t,s){t.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(s))}handleDragEnter(t,s){this.dragEnterTargetIds.unshift(s)}handleDragOver(t,s){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(s)}handleDrop(t,s){this.dropTargetIds.unshift(s)}constructor(t,s,o){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=i=>{const n=this.sourceNodes.get(i);return n&&Hm(n)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=i=>!!(i&&this.document&&this.document.body&&this.document.body.contains(i)),this.endDragIfSourceWasRemovedFromDOM=()=>{const i=this.currentDragSourceNode;i==null||this.isNodeInDocument(i)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=i=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(i||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=i=>{if(i.defaultPrevented)return;const{dragStartSourceIds:n}=this;this.dragStartSourceIds=null;const r=_n(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(n||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:r});const{dataTransfer:a}=i,l=ul(a);if(this.monitor.isDragging()){if(a&&typeof a.setDragImage=="function"){const d=this.monitor.getSourceId(),u=this.sourceNodes.get(d),h=this.sourcePreviewNodes.get(d)||u;if(h){const{anchorX:p,anchorY:f,offsetX:m,offsetY:v}=this.getCurrentSourcePreviewNodeOptions(),S=Ok(u,h,r,{anchorX:p,anchorY:f},{offsetX:m,offsetY:v});a.setDragImage(h,S.x,S.y)}}try{a?.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(i.target);const{captureDraggingState:c}=this.getCurrentSourcePreviewNodeOptions();c?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(l)this.beginDragNativeItem(l);else{if(a&&!a.types&&(i.target&&!i.target.hasAttribute||!i.target.hasAttribute("draggable")))return;i.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=i=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:a}=i,l=ul(a);l&&this.beginDragNativeItem(l,a)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:n}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,n.length>0&&this.actions.hover(n,{clientOffset:_n(i)}),n.some(a=>this.monitor.canDropOnTarget(a))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:n}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=_n(i),this.scheduleHover(n),(n||[]).some(a=>this.monitor.canDropOnTarget(a))?(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?i.preventDefault():(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=i=>{this.isDraggingNativeItem()&&i.preventDefault(),this.enterLeaveCounter.leave(i.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=i=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var n;i.preventDefault(),(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}else ul(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:n}=this;this.dropTargetIds=[],this.actions.hover(n,{clientOffset:_n(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const n=i.target;typeof n.dragDrop=="function"&&(n.tagName==="INPUT"||n.tagName==="SELECT"||n.tagName==="TEXTAREA"||n.isContentEditable||(i.preventDefault(),n.dragDrop()))},this.options=new Nk(s,o),this.actions=t.getActions(),this.monitor=t.getMonitor(),this.registry=t.getRegistry(),this.enterLeaveCounter=new Pk(this.isNodeInDocument)}}const Bk=function(t,s,o){return new Gk(t,s,o)},Vk=({onChange:e,emptyTextFirstLine:t,emptyTextSecondLine:s,emptyButtonLabel:o,acceptTypes:i,maxFilesCount:n,multiple:r,fileFormatError:a,fileCountError:l,getIsFileFormatError:c})=>{const d=g.useRef(null),u=g.useRef(null),[h,p]=g.useState([]),[f,m]=g.useState(!1),v=g.useCallback(E=>{const M=E.target.files;if(M&&M.length>0){const A=Array.from(M);c?.(A)?m(!0):e(A)}},[c,e]),w=g.useCallback(E=>n&&E?.length>n,[n]),b=g.useMemo(()=>f||w(h),[f,h,w]),S=()=>{p([]),m(!1)};g.useEffect(()=>{S()},[i]);const[{isOver:y,canDrop:x},F]=Qh(()=>({accept:[ud],drop(E){const M=E.files;!c?.(M)&&!w(M)&&e(M),S()},collect:E=>({isOver:E.isOver(),canDrop:E.canDrop()})}),[v]),D=E=>{(E.key==="Enter"||E.key==="Space")&&(E.preventDefault(),u.current?.click())},R=E=>{E?.preventDefault();const M=Array.from(E.dataTransfer?.items??[]);m(!!c?.(M)),p(M)},P=E=>{E.target===E.currentTarget&&S()},T=q("border border-dashed rounded w-full cursor-pointer relative h-full hover:border-hover",!x&&!b&&"border-primary",x&&(y?"border-accent-primary":"border-hover"),b&&"border-error");return F(d),C.jsxs(C.Fragment,{children:[C.jsxs("div",{className:T,ref:d,onDragOver:R,onDragLeave:P,children:[C.jsxs("label",{htmlFor:"file",tabIndex:0,onKeyDown:D,className:"flex flex-col items-center cursor-pointer h-full w-full text-secondary dial-tiny justify-center",children:[t&&C.jsx("p",{className:"mb-1",children:t}),s&&C.jsx("p",{className:"mb-0.5",children:s}),o&&C.jsx(Re,{variant:Me.Tertiary,label:o,onClick:()=>u.current?.click()})]}),C.jsx("input",{multiple:r,id:"file",type:"file",ref:u,hidden:!0,accept:i,onChange:v})]}),C.jsx(C.Fragment,{children:f?C.jsx(Ps,{errorText:a}):w(h)&&C.jsx(Ps,{errorText:l})})]})},zk=({iconBefore:e,className:t,errorText:s,...o})=>{const i=o.invalid,n=()=>C.jsx("div",{className:"mr-2",children:i?C.jsx(B.IconExclamationCircle,{...re,className:"text-error"}):e});return C.jsx(co,{...o,iconBefore:n(),tooltipTriggerClassName:"flex-1 min-w-0",className:q(i?"text-error":"",t),tooltipText:i&&s?s:void 0,hideBorder:!0})},Wk=e=>{const{files:t,iconBeforeInput:s,dynamicIcon:o,onChange:i,isInvalid:n,errorText:r,removeButtonAriaLabel:a}=e,l=(u,h)=>{u.stopPropagation(),i(t?.filter(p=>p.name!==h)||[])},c=u=>C.jsx(Rm,{"aria-label":a,onClick:h=>l(h,u)}),d=u=>{i(u)};return!t||t.length===0?C.jsx(Mw,{backend:Bk,children:C.jsx(Vk,{...e,onChange:d})}):C.jsx("div",{className:"flex-1 min-h-0 border border-solid border-primary rounded",children:t&&t.length>0&&C.jsx("div",{className:"max-h-full overflow-y-auto",children:t.map((u,h)=>C.jsx(zk,{elementId:u.name,value:u.name,iconAfter:c(u.name),iconBefore:s||o?.(u.name),invalid:n?.(u),errorText:r},u.name+h))})})},_k=({onChange:e,fieldTitle:t,elementId:s,files:o,maxFilesCount:i,fileFormatError:n,fileCountError:r,multiple:a=!0,acceptTypes:l,deleteAllButtonLabel:c,addButtonLabel:d,...u})=>{const h=g.useRef(null),p=()=>h.current?.click(),f=()=>{e([])},m=g.useCallback(w=>w?.some(b=>b.type===""||!(l==="/"||l?.toLowerCase()?.includes(b?.type?.toLowerCase()))),[l]),v=g.useCallback(w=>{const b=w.target.files;if(b&&b.length>0){const S=Array.from(b);m(S)||e([...o||[],...S])}},[e,o,m]);return C.jsxs("div",{className:"h-full flex flex-col",children:[C.jsxs("div",{className:"flex justify-between items-center pb-1 min-h-[42px]",children:[C.jsx(ho,{fieldTitle:`${t}: ${a?o?.length||0:""}`,htmlFor:s}),a&&!!o?.length&&C.jsxs("div",{className:"flex flex-row items-center gap-x-2",children:[C.jsx(Re,{variant:Me.Tertiary,className:"!text-error",iconBefore:C.jsx(B.IconTrashX,{...re}),label:c,onClick:f}),(i?i>o?.length:!0)&&C.jsx(Re,{variant:Me.Tertiary,iconBefore:C.jsx(B.IconPlus,{...re}),label:d,onClick:p})]})]}),o&&o.length>0&&C.jsx("input",{id:"file",type:"file",multiple:a,ref:h,hidden:!0,accept:l,onChange:v}),C.jsx(Wk,{files:o,onChange:e,acceptTypes:l,maxFilesCount:i,multiple:a,fileFormatError:n,fileCountError:r,getIsFileFormatError:m,...u})]})},jk=C.jsx(B.IconChevronDown,{size:16}),Uk=C.jsx(B.IconChevronUp,{size:16}),ic=e=>{const[t,s]=g.useState(!1),o=g.useMemo(()=>t?Uk:jk,[t]);return C.jsx("div",{children:C.jsx(ft,{menu:{items:e.items},onOpenChange:i=>s(i),children:C.jsx(Re,{...e,iconAfter:o})})})},$k="w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-2",bh="w-full text-secondary flex items-center gap-2",Kk="flex min-h-0 min-w-0 h-full gap-4 overflow-hidden",qk="flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4",Yk="w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0",Zk="flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0",Xk=280,Qk="Files",Ds=20,Jk="Files",hl=".dial_folder",eA=280,tA=460,gl=44,sA=56,oA=800;var Ne=(e=>(e.ITEM="item",e.FOLDER="folder",e))(Ne||{}),Gm=(e=>(e.FILE="FILE",e.PROMPT="PROMPT",e.CONVERSATION="CONVERSATION",e.APPLICATION="APPLICATION",e.TOOLSET="TOOL_SET",e))(Gm||{}),Bm=(e=>(e.READ="READ",e.WRITE="WRITE",e.SHARE="SHARE",e))(Bm||{});const uo=(e,t)=>{if(!(!e||!e.length||!t))for(const s of e){if(s.path===t)return s;const o=uo(s.items,t);if(o)return o}},Sh=(e,t)=>{if(!e?.length)return;if(!t)return e[0];const s=uo(e,t);if(s&&s.nodeType===Ne.FOLDER)return s;const o=t.split("/").filter(Boolean);if(o.length<=1)return e[0];const i="/"+o.slice(0,o.length-1).join("/");return uo(e,i)??e[0]},rr=e=>(e??"").toLowerCase(),iA=e=>rr(e).replace(/^\./,""),nA=e=>{if(!e)return[];const t=[],s=o=>{const i=o.items??[];for(const n of i)t.push(n),n.nodeType===Ne.FOLDER&&s(n)};return s(e),t},Vm=e=>(e.name??e.path.split("/").pop()??"").startsWith("."),rA={size:10,stroke:2},aA=26;var kt=(e=>(e.File="file",e.Folder="folder",e))(kt||{});const lA=({name:e,type:t,shared:s=!1,loading:o=!1,...i})=>{const n=r=>C.jsxs("span",{className:"inline-flex relative text-secondary",role:"img",children:[r,s&&C.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:C.jsx(Gi,{})})]});if(o)return n(C.jsx(tn,{}));if(t===kt.File){const r=e.includes(".")?e.split(".").pop():null;return C.jsx(hc,{...i,extension:r??"",className:"text-secondary",indicator:s?C.jsx(Gi,{}):null,label:"File type icon"})}return t===kt.Folder?n(C.jsx(ke,{icon:C.jsx(B.IconFolder,{className:i.className,size:i.size??re.size,stroke:i.stroke??re.stroke}),className:"inline-block align-middle"})):null},cA=({name:e,type:t,elementId:s,loading:o=!1,shared:i=!1,iconClassName:n,iconIndicator:r,iconLabel:a,iconSize:l,iconStroke:c,inputInvalid:d,inputInvalidMessage:u,inputContainerClassName:h,inputIconAfter:p,inputRef:f,onChange:m})=>{const v=()=>d?C.jsx(gs,{tooltip:u,children:p||C.jsx(B.IconAlertCircleFilled,{...re,className:"text-error","aria-label":"alert"})}):null;return C.jsxs("div",{className:"flex gap-2 items-center",children:[C.jsx(lA,{name:e,type:t,label:a,className:n,indicator:r,size:l,stroke:c,loading:o,shared:i}),C.jsx(co,{containerClassName:ue("!h-6 py-[1px] pl-[7px] pr-[7px]",h),elementId:s,value:e,onChange:m,invalid:d,iconAfter:v(),inputRef:f})]})};function zm({value:e,isEditing:t,restoreOnCancel:s=!0,onValidate:o,onSave:i,onCancel:n}){const[r,a]=g.useState(e),[l,c]=g.useState(!1),[d,u]=g.useState(""),h=g.useRef(null),p=g.useCallback((b=!1,S="")=>{c(b),u(S)},[]),f=g.useCallback(b=>{if(!o)return p(),!0;const S=o(b);return S?(p(!0,S),!1):(p(),!0)},[o,p]),m=g.useCallback(b=>{const S=b??"";a(S),f(S)},[f]),v=g.useCallback(()=>{f(r)?i?.(r):h.current?.focus()},[f,i,r]),w=g.useCallback(()=>{s&&a(e),p(),n?.()},[e,n,s,p]);return g.useEffect(()=>{t&&(a(e),p(),requestAnimationFrame(()=>{h.current?.focus(),h.current?.select()}))},[t,e,p]),g.useEffect(()=>{const b=h.current;if(!t||!b)return;const S=y=>{y.key==="Enter"?(y.preventDefault(),h.current?.blur()):y.key==="Escape"&&(y.preventDefault(),w())};return b.addEventListener("keydown",S),()=>b.removeEventListener("keydown",S)},[t,v,w]),g.useEffect(()=>{if(!t)return;const b=h.current;if(!b)return;const S=y=>{const x=y.relatedTarget;x&&b.contains(x)||(f(r)?v():b.focus())};return b.addEventListener("blur",S),()=>{b.removeEventListener("blur",S)}},[t,r,f,v]),{inputRef:h,value:r,onChange:m,invalid:l,invalidMessage:d}}const Hr=({name:e,type:t,elementId:s,editing:o=!1,loading:i=!1,shared:n=!1,iconSize:r=ns,validate:a,onSave:l,onCancel:c,inputContainerClassName:d,...u})=>{const{value:h,invalid:p,invalidMessage:f,onChange:m,inputRef:v}=zm({value:e,isEditing:o,onValidate:a,onCancel:c,onSave:l});return o?C.jsx(cA,{type:t,name:h,elementId:s,inputInvalid:p,inputInvalidMessage:f,inputRef:v,onChange:m,iconSize:r,inputContainerClassName:d}):t===kt.Folder?C.jsx(Yr,{name:e,loading:i,shared:n,iconSize:r,className:"max-w-[428px] truncate"}):C.jsx(qr,{className:"max-w-[428px]",...u,name:e,shared:n,iconSize:r})},Wm=e=>{const[t,s]=g.useState(e?.expandedPaths??new Set),o=g.useMemo(()=>!!e?.onExpandedPathsChange,[e?.onExpandedPathsChange]),i=g.useMemo(()=>o?e?.expandedPaths??new Set:t,[o,e?.expandedPaths,t]),n=g.useCallback(d=>{o?e?.onExpandedPathsChange?.(d):s(d)},[o,e]),r=g.useCallback(d=>{const u=new Set(i);u.has(d)?u.delete(d):u.add(d),n(u)},[i,n]),a=g.useCallback(()=>{n(new Set)},[n]),l=g.useCallback(d=>{const u=new Set(i);u.add(d),n(u)},[i,n]),c=g.useCallback(d=>{const u=new Set(i);u.delete(d),n(u)},[i,n]);return{expandedPaths:i,setExpandedPaths:n,togglePath:r,collapseAll:a,expandPath:l,collapsePath:c,isControlled:o}},dA=({items:e,showFiles:t=!1,expandedPaths:s,loadingPaths:o=new Set,loadedPaths:i=new Set,selectedPath:n,emptyStateTitle:r="No Folders",emptyStateDescription:a,emptyStateIcon:l,areHiddenFilesVisible:c=!1,renamedPath:d,rootItemLabel:u,rootItemPath:h,onItemClick:p,getContextMenuItems:f,onRenameSave:m,onRenameCancel:v,onRenameValidate:w,onExpandedPathsChange:b})=>{const{expandedPaths:S,togglePath:y}=Wm({expandedPaths:s??new Set,onExpandedPathsChange:b}),x=D=>{p?.(D),y(D.path)},F=(D,R)=>D.map(P=>{const{path:T,nodeType:E,name:M,items:A}=P,G=E===Ne.FOLDER;if(!c&&Vm(P))return null;if(!G&&!t)return;const N=Array.isArray(A)&&A.length>0&&A.some(X=>X.nodeType===Ne.FOLDER||t),Z=S.has(T),se=n===T,O=o.has(T),J=d===T,z=i.has(T),W=h&&u&&T===h&&G,$=w&&(X=>w(X,P)),K=se?"bg-accent-primary-alpha border-l-2 border-l-accent-primary rounded":"border-l-2 border-l-transparent",U=W?[]:f?.(P)??[];return C.jsx("div",{className:"cursor-pointer text-secondary",children:C.jsxs("div",{className:"flex flex-col w-full",children:[C.jsx(ft,{trigger:[Ct.ContextMenu],className:"w-full",anchorToMouse:!0,menu:{items:U},children:C.jsxs("div",{style:{paddingLeft:`${R*aA}px`},className:ue("py-1 gap-[2px] dial-small flex justify-between hover:bg-accent-primary-alpha rounded group/item w-full mb-[2px] relative",K),children:[!J&&C.jsx("div",{className:"absolute size-full left-0 top-0 z-0",onClick:()=>x(P)}),C.jsx("div",{className:"relative flex flex-row truncate items-center w-fit h-6",onClick:()=>!J&&x(P),children:C.jsxs(C.Fragment,{children:[G&&C.jsx(B.IconCaretRightFilled,{...rA,className:q("flex-shrink-0",Z&&"rotate-90 transition-all",z&&!N&&"text-transparent")}),C.jsx(Hr,{elementId:`${T}-tree-item`,name:W?u:M,type:G?kt.Folder:kt.File,loading:O,iconSize:Ds,...!W&&{editing:J,onSave:m,onCancel:v,validate:$}})]})}),U.length>0&&!J&&!W&&C.jsx("div",{className:"flex-1 flex justify-end",children:C.jsx(ft,{placement:"bottom-start",allowedPlacements:["top-start","top-end"],menu:{items:U},className:"sticky right-0",children:C.jsx(ke,{className:"invisible group-hover/item:visible text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:C.jsx(B.IconDotsVertical,{...re})})})})]})}),Z&&A&&F(A,R+1)]})},`${T}-children`)});return C.jsx("div",{className:"flex-1 w-full h-full overflow-y-auto",children:e.length>0?F(e,0):C.jsx(Vr,{title:r,description:a,icon:l})})},uA="w-full h-[12] flex items-center justify-between gap-4",hA="min-w-0 h-[38px] flex-1 overflow-hidden bg-layer-3 px-3 flex items-center rounded",gA="w-[260px]",pA=({ariaLabel:e="Breadcrumb",titleClassName:t,onItemClick:s,path:o,makeHref:i,rootItemPath:n,rootItemLabel:r,className:a,breadcrumbClassName:l,searchable:c=!0,value:d,elementId:u="fm-search",disabled:h,readonly:p,invalid:f,onSearchChange:m,searchClassName:v,searchContainerClassName:w,isCompactView:b=!1})=>{const S=g.useMemo(()=>{if(!o)return;const R=o.split("/").map(T=>T.trim()).filter(Boolean);if(!R.length)return[{title:"/"}];const P=R.map((T,E)=>{const M=R.slice(0,E+1),A=typeof i=="function"?i(M,E):void 0;return{title:T,href:A,onClick:s?G=>{G.preventDefault(),s(A)}:void 0}});if(n&&r){const T=n.split("/").filter(Boolean),E=o.split("/").filter(Boolean);if(T.every((A,G)=>E[G]===A)&&P.length>0){const A=P.slice(T.length);return[{title:r,href:n,onClick:s?G=>{G.preventDefault(),s(n)}:void 0},...A]}}return P},[o,i,s,n,r]),[y,x]=g.useState(!1),F=g.useCallback(()=>{if(!y){x(!0);const R=document.getElementById(u);R&&R.focus()}},[u,y]),D=g.useCallback(()=>b&&y?C.jsx(Re,{className:"!p-[9px]",variant:Me.Secondary,iconBefore:C.jsx(B.IconArrowLeft,{...re}),onClick:()=>{x(!1),m?.("")}}):C.jsx("div",{className:hA,children:C.jsx(xm,{pathItems:S,ariaLabel:e,titleClassName:t,className:l})}),[e,l,S,y,b,t,m]);return C.jsxs("div",{className:ue(uA,{"gap-3":b},a),children:[D(),c&&C.jsx("div",{className:ue(gA,{"w-[38px]":b&&!y,"w-full":b&&y}),role:"search","aria-label":"Search",onClick:F,children:C.jsx(dd,{elementId:u,value:d??"",onChange:m,disabled:h,readonly:p,invalid:f,className:v,containerClassName:ue(w,{"p-[10px]":b})})})]})};var Gr=(e=>(e.MyFiles="my_files",e.Shared="shared",e.Organization="organization",e))(Gr||{}),le=(e=>(e.Duplicate="duplicate",e.Copy="copy",e.Move="move",e.Rename="rename",e.Download="download",e.Delete="delete",e))(le||{}),nt=(e=>(e.Replace="replace",e.Duplicate="duplicate",e.Cancel="cancel",e))(nt||{}),Rt=(e=>(e.ReplaceAll="replaceAll",e.DuplicateAll="duplicateAll",e.DecideForEach="decideForEach",e))(Rt||{}),qe=(e=>(e.Copy="copy",e.Move="move",e))(qe||{}),Et=(e=>(e.Name="name",e.UpdatedAt="updatedAt",e.Size="size",e.Author="author",e.Actions="__actions",e))(Et||{});const _m=()=>{const[e,t]=g.useState(uh());return g.useEffect(()=>{const s=()=>t(uh());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},fA=({tabs:e,activeTab:t,onTabChange:s,areHiddenFilesVisible:o,onToggleHiddenFiles:i,isNewButtonVisible:n,newButtonVariant:r=Me.Secondary,newButtonDropdownItems:a=[],newButtonLabel:l="New",hiddenFilesSwitcherLabel:c="Hidden files",showHiddenFilesLabel:d="Show hidden files",hideHiddenFilesLabel:u="Hide hidden files"})=>{const h=_m(),p=g.useMemo(()=>[{key:"hidden-files-switch",label:o?u:d,icon:o?C.jsx(B.IconEyeOff,{...re,className:"text-secondary"}):C.jsx(B.IconEye,{...re,className:"text-secondary"}),onClick:()=>i?.(!o)}],[o,u,d,i]),f=()=>e&&t&&s?C.jsx(wm,{tabs:e,activeTab:t,onClick:w=>s(w),screenThreshold:Lr.Tablet,smallScreenContainerClassName:"w-fit bg-transparent h-[38px] overflow-hidden",smallScreenDropdownItemClassName:"px-3 h-[38px]"}):null,m=()=>C.jsxs(C.Fragment,{children:[C.jsx(ld,{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(ic,{label:l,variant:r,items:a})]})]}),v=()=>C.jsxs(C.Fragment,{children:[C.jsx(ft,{menu:{items:p},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Re,{className:"h-[38px]",iconBefore:C.jsx(B.IconDotsVertical,{...re,className:"text-secondary hover:text-accent-primary"})})}),n?C.jsx(ic,{label: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()})]})},mA=12,CA=8;var $s=(e=>(e.Normal="normal",e.Reverse="reverse",e))($s||{});function vA({actions:e,direction:t=$s.Normal,moreButtonWidth:s=ns,actionsGap:o=8,containerPadding:i=8,dependencies:n=[]}){const r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(null),d=g.useRef([]),[u,h]=g.useState(e.length);g.useLayoutEffect(()=>{if(!a.current)return;const m=Array.from(a.current.children);d.current=m.map(v=>Math.ceil(v.getBoundingClientRect().width))},[e,...n]),g.useEffect(()=>{if(!r.current)return;let m=null;const v=()=>{m&&cancelAnimationFrame(m),m=requestAnimationFrame(()=>{const b=r.current,S=l.current?.offsetWidth??0,y=c.current?.offsetWidth??0,x=S+y,D=b.getBoundingClientRect().width-x-s-o*2-i*2,R=d.current;let P=0,T=0;if(t===$s.Reverse)for(let E=R.length-1;E>=0&&(P+=R[E]+o,!(P>D));E--)T++;else for(const E of R){if(P+=E+o,P>D)break;T++}h(T)})},w=new ResizeObserver(v);return w.observe(r.current),v(),()=>{m&&cancelAnimationFrame(m),w.disconnect()}},[e.length,t,...n]);const p=t===$s.Reverse?e.slice(0,e.length-u):e.slice(u);return{visibleActions:t===$s.Reverse?e.slice(e.length-u):e.slice(0,u),hiddenActions:p,refs:{containerRef:r,measureRef:a,leftSectionRef:l,rightSectionRef:c}}}const wA=({getSelectionLabel:e,onClearSelection:t,actions:s,selectedCount:o})=>{const i=_m(),{refs:{containerRef:n,leftSectionRef:r,measureRef:a},visibleActions:l,hiddenActions:c}=vA({actions:s,direction:$s.Reverse,dependencies:[i],actionsGap:mA,containerPadding:CA}),d=e(o);return C.jsxs(C.Fragment,{children:[C.jsx("div",{ref:a,className:"absolute top-0 left-0 invisible pointer-events-none overflow-hidden whitespace-nowrap flex gap-3",children:s.map(({key:u,icon:h,title:p})=>C.jsx(Re,{iconBefore:h,label:p,variant:Me.Secondary,hideTitleOnMobile:!0},u))}),C.jsxs("div",{ref:n,className:"rounded bg-layer-0 p-2 flex justify-between items-center w-full",role:"toolbar","aria-label":"File bulk actions",children:[C.jsx("div",{ref:r,children:C.jsx(Re,{label:d,onClick:t,textClassName:"text-accent-primary whitespace-nowrap",variant:Me.Tertiary,iconBefore:C.jsx(B.IconX,{...re,className:"text-accent-primary"})})}),C.jsxs("div",{className:"flex flex-1 w-full gap-3 items-center justify-end",children:[c.length>0&&C.jsx(ft,{menu:{items:c},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Re,{className:"h-[38px]",iconBefore:C.jsx(B.IconDotsVertical,{...re,className:"text-secondary hover:text-accent-primary"})})}),l.map(({key:u,icon:h,title:p,onClick:f,disabled:m})=>C.jsx(Re,{className:"!p-[9px]",iconBefore:h,label:p,variant:Me.Secondary,hideTitleOnMobile:!0,disabled:m,onClick:v=>f?.({key:u,domEvent:v})},u))]})]})]})},hd=e=>ge.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},ge.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"})),gd=e=>ge.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},ge.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"})),bA=e=>{const[t,s]=g.useState(e?.showHiddenFiles??!1),o=!!e?.onShowHiddenFilesChange,i=o?e.showHiddenFiles??!1:t,n=g.useCallback(a=>{o?e?.onShowHiddenFilesChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onShowHiddenFilesChange?.(a):s(a)},[i,o,e]);return{areHiddenFilesVisible:i,toggleHiddenFilesVisibility:r,setAreHiddenFilesVisible:n}},SA=e=>{const[t,s]=g.useState(e?.collapsed??!1),o=!!e?.onCollapseChange,i=o?e.collapsed??!1:t,n=g.useCallback(a=>{o?e?.onCollapseChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onCollapseChange?.(a):s(a)},[i,o,e]);return{isTreeCollapsed:i,toggleTreeCollapse:r,setIsTreeCollapsed:n}},yh=(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},pl=e=>e.name,yA=({getDestinationFiles:e,onResolve:t})=>{const[s,o]=g.useState([]),[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(!1),c=g.useCallback(b=>{l.current=!0,o(b),n(!0)},[]),d=g.useCallback(()=>{l.current=!1,n(!1),o([]),a(null)},[]),u=g.useCallback((b,S)=>{const y=e(b),x=new Set(y.map(pl)),F=S.filter(D=>x.has(D.name));return{hasConflicts:F.length>0,conflicts:F}},[e]),h=g.useCallback((b,S,y,x)=>{const F=e(b),D=new Set(F.map(pl));return S.map(R=>{const P=R.name,T=D.has(P),E=y&&T?P:yh(P,D);return(!y||!T)&&D.add(E),{sourceUrl:R.path,destinationUrl:`${b}/${E}`,overwrite:y&&T,nodeType:R.nodeType??Ne.ITEM,...x??{}}})},[e]),p=g.useCallback((b,S,y,x)=>{const F=e(b),D=new Set(F.map(pl));return S.filter(P=>y.get(P.path)!==nt.Cancel).map(P=>{const T=y.get(P.path),E=D.has(P.name),M=T===nt.Replace&&E,A=M?P.name:yh(P.name,D);return M||D.add(A),{sourceUrl:P.path,destinationUrl:`${b}/${A}`,overwrite:M,nodeType:P.nodeType??Ne.ITEM,...x??{}}})},[e]),f=g.useCallback((b,S,y)=>{const x=u(b,S);return x.hasConflicts&&(a({files:S,destinationFolder:b,metadata:y}),c(x.conflicts)),x},[u,c]),m=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!0,y);t?.(x,S),d()},[r,h,t,d]),v=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!1,y);t?.(x,S),d()},[r,h,t,d]),w=g.useCallback(b=>{if(!r)return;const{files:S,destinationFolder:y,metadata:x}=r,F=new Map(b.map(R=>[R.file.path,R.action])),D=p(y,S,F,x);t?.(D,y),d()},[r,p,t,d]);return{conflictingFiles:s,conflictResolutionOpen:i,hasActiveConflictRef:l,checkForConflicts:u,startConflictResolution:f,resolveConflictsWithStrategy:h,resolveConflictsWithDecisions:p,openConflictResolution:c,closeConflictResolution:d,handleReplaceAll:m,handleDuplicateAll:v,handleDecideForEach:w}},xA=({getDestinationFiles:e,onCopyFiles:t,onMoveToFiles:s,onCopySuccess:o,onMoveSuccess:i,onDuplicateSuccess:n,getCopyHeader:r,getMoveHeader:a})=>{const[l,c]=g.useState(!1),[d,u]=g.useState([]),[h,p]=g.useState([]),[f,m]=g.useState(qe.Copy),[v,w]=g.useState(null),{conflictingFiles:b,conflictResolutionOpen:S,hasActiveConflictRef:y,startConflictResolution:x,resolveConflictsWithStrategy:F,closeConflictResolution:D,openConflictResolution:R,handleReplaceAll:P,handleDuplicateAll:T,handleDecideForEach:E}=yA({getDestinationFiles:e,onResolve:(X,ce)=>{v?.type===qe.Copy?(t?.(X,ce),o?.()):v?.type===qe.Move&&v.sourceFolder&&(s?.(X,v.sourceFolder,ce),i?.())}}),M=g.useCallback(()=>{u([]),p([]),w(null)},[]),A=g.useCallback(X=>{const ce=x(X,d,{type:qe.Copy});if(w({type:qe.Copy}),!ce.hasConflicts){const k=F(X,d,!1);t?.(k,X),o?.(),M()}},[d,x,F,t,o,M]),G=g.useCallback((X,ce)=>{const k=x(X,h,{type:qe.Move,sourceFolder:ce});if(w({type:qe.Move,sourceFolder:ce}),!k.hasConflicts){const ie=F(X,h,!0);s?.(ie,ce,X),i?.(),M()}},[h,x,F,s,i,M]),N=g.useCallback(()=>{P(),M()},[P,M]),Z=g.useCallback(()=>{T(),M()},[T,M]),se=g.useCallback(X=>{E(X),M()},[E,M]),O=g.useCallback(X=>{const ce=X.at(0)?.parentPath??"/",k=F(ce,X,!1);t?.(k,ce),n?.()},[t,n,F]),J=g.useCallback(X=>{m(X),c(!0)},[]),z=g.useCallback(()=>{c(!1),y.current||M()},[M,y]),[W,$]=g.useState(),K=g.useCallback(X=>{u(X),r&&X.length>0?$(r(X.length,X[0]?.name)):$(void 0)},[r]),U=g.useCallback(X=>{p(X),a&&X.length>0?$(a(X.length,X[0]?.name)):$(void 0)},[a]);return{handleDuplicate:O,handleCloseDestinationFolderPopup:z,handleOpenDestinationFolderPopup:J,handleCopyTo:A,handleMoveTo:G,openDestinationFolderPopup:l,destinationFolderMode:f,destinationFolderTitle:W,handleSetCopiedFiles:K,handleSetMovedFiles:U,clearState:M,conflictingFiles:b,conflictResolutionOpen:S,openConflictResolution:R,closeConflictResolution:D,handleConflictReplace:N,handleConflictDuplicate:Z,handleConflictDecideForEach:se}},RA=({path:e,onPathChange:t,onSelectionClear:s})=>{const[o,i]=g.useState(e);g.useEffect(()=>{i(e),s?.()},[e,s]);const n=g.useCallback(r=>{i(r),t?.(r),s?.()},[t,s]);return{currentPath:o,setCurrentPath:i,handlePathChange:n}},FA=({onDeleteFiles:e,onDeleteSuccess:t})=>{const[s,o]=g.useState(!1),[i,n]=g.useState([]),[r,a]=g.useState(""),l=g.useCallback((u,h)=>{n(u),a(h),o(!0)},[]),c=g.useCallback(()=>{o(!1),n([])},[]),d=g.useCallback(()=>{if(e&&i.length>0){const u=i.map(h=>({sourceUrl:h.path,nodeType:h.nodeType}));e(u,r),t?.()}c()},[i,e,t,c,r]);return{deleteConfirmationOpen:s,itemsToDelete:i,openDeleteConfirmation:l,closeDeleteConfirmation:c,confirmDelete:d}},EA=({onDownloadFiles:e,onDownloadSuccess:t})=>({handleDownloadFiles:g.useCallback(o=>{e&&o.length>0&&(e(o),t?.())},[e,t])}),DA=e=>"dataTransfer"in e&&e.dataTransfer!==null,PA=({onUploadFiles:e,onValidateUpload:t,maxFileSize:s,validationMessages:o={},onUploadArchive:i}={})=>{const[n,r]=g.useState(!1),[a,l]=g.useState(!1),[c,d]=g.useState(),u=g.useRef(null),h=g.useRef(""),p=g.useRef([]);g.useEffect(()=>{let R=0;const P=A=>{DA(A)&&A.dataTransfer.types.includes(Jk)&&(R++,l(!0))},T=()=>{R--,R===0&&l(!1)},E=()=>{R=0,l(!1)},M=A=>{A.preventDefault()};return window.addEventListener("dragenter",P),window.addEventListener("dragleave",T),window.addEventListener("drop",E),window.addEventListener("dragover",M),()=>{window.removeEventListener("dragenter",P),window.removeEventListener("dragleave",T),window.removeEventListener("drop",E),window.removeEventListener("dragover",M)}},[]);const f=g.useCallback((R,P)=>{const T=new Set(P.map(E=>E.name.toLowerCase()));return R.filter(E=>T.has(E.name.toLowerCase())).map(E=>E.name)},[]),m=g.useCallback(R=>s?R.filter(P=>P.fileContent.size>s).map(P=>P.name):[],[s]),v=g.useCallback(async(R,P,T)=>{d(void 0);const E=f(R,T);if(E.length>0){const A=o.duplicateFiles||`Files with the same name already exist: ${E.join(", ")}`;return d(A),!1}const M=m(R);if(M.length>0){const A=s?(s/1048576).toFixed(2):0,G=o.oversizedFiles||`Files exceed maximum size (${A}MB): ${M.join(", ")}`;return d(G),!1}if(t)try{const A=await t(R,T,P);if(!A.valid)return d(A.message||o.validationFailed||"Validation failed"),!1}catch{return d(o.validationError||"Validation error occurred"),!1}return e&&e(R,P),!0},[e,t,f,m,s,o]),w=g.useCallback(R=>{R.preventDefault(),R.stopPropagation(),R.dataTransfer.types.includes("Files")&&r(!0)},[]),b=g.useCallback(R=>{R.preventDefault(),R.stopPropagation();const P=R.currentTarget.getBoundingClientRect(),T=R.clientX,E=R.clientY;(T<=P.left||T>=P.right||E<=P.top||E>=P.bottom)&&r(!1)},[]),S=g.useCallback(R=>{R.preventDefault(),R.stopPropagation(),R.dataTransfer.types.includes("Files")&&(R.dataTransfer.dropEffect="copy")},[]),y=g.useCallback(async(R,P,T)=>{if(R.preventDefault(),R.stopPropagation(),r(!1),!R.dataTransfer.types.includes("Files"))return;const E=Array.from(R.dataTransfer.files);if(E.length>0){const M=E.map(A=>({fileContent:A,name:A.name}));await v(M,P,T)}},[v]);g.useEffect(()=>{let R=u.current;R||(R=document.createElement("input"),R.type="file",R.multiple=!0,R.style.display="none",document.body.appendChild(R),u.current=R);const P=async()=>{if(!R?.files?.length)return;const E=Array.from(R.files).map(M=>({fileContent:M,name:M.name}));await v(E,h.current,p.current),R.value=""};return R.addEventListener("change",P),()=>{R&&(R.removeEventListener("change",P),u.current===R&&(document.body.removeChild(R),u.current=null))}},[v]);const x=g.useCallback((R,P)=>{h.current=R,p.current=P,u.current&&u.current.click()},[]),F=g.useCallback((R,P)=>{if(!i)return;const T=document.createElement("input");T.type="file",T.accept=".zip,application/zip",T.multiple=!1,T.style.display="none";const E=()=>{const M=T.files?.[0];if(!M){document.body.removeChild(T);return}const A=M.name.replace(/\.zip$/i,"");if(P.some(N=>N.nodeType===Ne.FOLDER&&N.name.toLowerCase()===A.toLowerCase())){d(o.validationFailed||`Folder with name "${A}" already exists`),document.body.removeChild(T);return}try{i(M,A,R)}finally{document.body.removeChild(T)}};T.addEventListener("change",E),document.body.appendChild(T),T.click()},[i,o]),D=g.useCallback(()=>{d(void 0)},[]);return{isDragging:n,isDraggingOverWindow:a,uploadError:c,handleDragEnter:w,handleDragLeave:b,handleDragOver:S,handleDrop:y,clearError:D,handleUpload:v,openFileDialog:x,openArchiveDialog:F,fileInputRef:u}},jm=g.createContext(void 0),MA={emptyName:"Name cannot be empty",duplicateName:"An item with this name already exists"};function TA(e,t){const s=e.replace(/\/+$/,"").split("/");return s[s.length-1]=t,s.join("/")}function IA(e){const t=e.lastIndexOf(".");return t===-1||t===0?e:e.substring(0,t)}function xh(e){const t=e.lastIndexOf(".");return t===-1||t===0?"":e.substring(t)}const kA=({items:e,onRenameValidate:t,validationMessages:s,onMoveToFiles:o})=>{const[i,n]=g.useState(),r=g.useMemo(()=>({...MA,...s}),[s]),a=g.useMemo(()=>i?.path,[i]),l=g.useCallback(p=>{const f=uo(e,p);f&&n(f)},[e]),c=g.useCallback(()=>{n(void 0)},[]),d=g.useCallback(p=>{if(!i||!o){n(void 0);return}const f=i.nodeType===Ne.ITEM;let m=p.trim();if(f){const S=xh(i.name);S&&!m.endsWith(S)&&(m=m+S)}if(m===i.name){n(void 0);return}const v=TA(i.path,m),w=i.parentPath;if(!w){n(void 0);return}const b={sourceUrl:i.path,destinationUrl:v,nodeType:i.nodeType};o([b],w,w),n(void 0)},[i,o]),u=g.useCallback((p,f)=>{const m=p.trim();if(!m)return r.emptyName;const v=f.nodeType===Ne.ITEM;let w=m;if(v){const S=xh(f.name);S&&!w.endsWith(S)&&(w=w+S)}const b=f.parentPath;if(b){const S=uo(e,b);if(S&&new Set((S.items??[]).filter(x=>x.path!==f.path).map(x=>x.name.toLowerCase())).has(w.toLowerCase()))return r.duplicateName}if(t){const S=t(w,f);if(S)return S}return null},[t,r,e]),h=g.useCallback(p=>p.nodeType===Ne.ITEM?IA(p.name):p.name,[]);return{renamedPath:a,renamedItem:i,renameHandler:l,renameSaveHandler:d,renameCancelHandler:c,renameValidateHandler:u,getDisplayName:h}},AA=({newActionLabels:e,onUploadFiles:t,onCreateFolder:s,onUploadArchive:o})=>{const i=g.useMemo(()=>{const r=[];return e&&(e.newFolder&&r.push({key:"new-folder",label:e.newFolder,icon:C.jsx(B.IconFolder,{...re,className:"text-secondary"}),onClick:()=>{s&&s()}}),e.uploadFiles&&r.push({key:"upload-file",label:e.uploadFiles,icon:C.jsx(B.IconFile,{...re,className:"text-secondary"}),onClick:()=>{t&&t()}}),e.uploadArchive&&r.push({key:"upload-archive",label:e.uploadArchive,icon:C.jsx(B.IconFileZip,{...re,className:"text-secondary"}),onClick:()=>{o&&o()}})),r},[e,t,s,o]),n=g.useMemo(()=>i.length>0,[i]);return{newActions:i,isNewButtonVisible:n}},LA={emptyName:"Folder name cannot be empty",duplicateName:"A folder with this name already exists"},OA=({currentFolder:e,onCreateFolder:t,onValidateFolderName:s,validationMessages:o})=>{const[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(e?.path),c=g.useMemo(()=>({...LA,...o}),[o]);g.useEffect(()=>{const f=e?.path;l.current!==f&&i&&(n(!1),a(null)),l.current=f},[e?.path,i]);const d=g.useCallback(()=>{const f=`__new_folder_${Date.now()}`;a(f),n(!0)},[]),u=g.useCallback(()=>{n(!1),a(null)},[]),h=g.useCallback(f=>{const m=f.trim();if(!m)return c.emptyName;if(e&&new Set((e.items??[]).filter(w=>w.nodeType===Ne.FOLDER).map(w=>w.name.toLowerCase())).has(m.toLowerCase()))return c.duplicateName;if(s&&e){const v=s(m,e);if(v)return v}return null},[e,s,c]),p=g.useCallback(async f=>{const m=f.trim();if(!m)return;const w=`${e?.path??"/"}/${m}`,b=`${w}/${hl}`,y={fileContent:new File([],hl,{type:"text/plain"}),name:hl};t&&await t(y,w,b),u()},[e,t,u]);return{isCreatingFolder:i,newFolderTempId:r,startFolderCreation:d,cancelFolderCreation:u,saveFolderCreation:p,validateFolderName:h}},NA=({additionalButtons:e,expandedPathsLength:t,collapseAll:s})=>{const o=t===0;return{additionalButtons:g.useMemo(()=>{const n=ue(["hover:text-accent-primary p-1",o&&"text-controls-disable hover:text-controls-disable disabled:hover:cursor-default"]);return C.jsxs(C.Fragment,{children:[e,C.jsx(Re,{disabled:o,className:n,onClick:s,iconBefore:C.jsx(B.IconCopyMinus,{size:24,stroke:1.5})})]})},[e,o,s])}},HA=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`},Um=({children:e,className:t,items:s=[],rootItem:o,path:i,filesLoading:n,showHiddenFiles:r,onShowHiddenFilesChange:a,treeOptions:l,navigationPanelOptions:c,deleteConfirmationOptions:d,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:p,destinationFolderPopupOptions:f,conflictResolutionPopupOptions:m,onPathChange:v,onTableFileClick:w,onCopyFiles:b,onMoveToFiles:S,onDeleteFiles:y,onDownloadFiles:x,onRenameValidate:F,renameValidationMessages:D,onUploadFiles:R,onValidateUpload:P,maxFileSize:T,onUploadArchive:E,onCreateFolder:M,onCreateFolderValidate:A,folderCreationValidationMessages:G})=>{const[N,Z]=g.useState(new Map),se=g.useMemo(()=>new Set(N.keys()),[N]),O=g.useCallback(()=>Z(new Map),[]),{currentPath:J,setCurrentPath:z,handlePathChange:W}=RA({path:i,onPathChange:v,onSelectionClear:O}),[$,K]=g.useState(),U=f?.destinationFolderPath??$,X=g.useCallback(De=>{f?.setDestinationFolderPath?f.setDestinationFolderPath(De):K(De)},[f]),{areHiddenFilesVisible:ce,toggleHiddenFilesVisibility:k}=bA({showHiddenFiles:r,onShowHiddenFilesChange:a}),{isTreeCollapsed:ie,toggleTreeCollapse:me,setIsTreeCollapsed:ae}=SA({collapsed:l?.collapsed,onCollapseChange:l?.onCollapseChange}),{renamedPath:ye,renamedItem:we,renameHandler:Ae,renameSaveHandler:Fe,renameCancelHandler:ot,renameValidateHandler:pe,getDisplayName:Se}=kA({items:s,onRenameValidate:F,validationMessages:D,onMoveToFiles:S}),[Ie,V]=g.useState("");g.useEffect(()=>{const De=c?.value;De!=null&&V(String(De))},[c?.value]);const Q=String(c?.value??Ie??"").trim(),he=g.useMemo(()=>Sh(s,J)??s[0],[s,J]),{handleCopyTo:_e,handleMoveTo:mt,handleDuplicate:ze,handleOpenDestinationFolderPopup:Lt,handleCloseDestinationFolderPopup:vo,openDestinationFolderPopup:Ot,handleSetCopiedFiles:Te,handleSetMovedFiles:Qe,destinationFolderMode:ni,destinationFolderTitle:la,conflictingFiles:ca,conflictResolutionOpen:da,closeConflictResolution:ua,handleConflictReplace:ha,handleConflictDuplicate:un,handleConflictDecideForEach:hn}=xA({getDestinationFiles:De=>Sh(s,De)?.items??[],onCopyFiles:b,onMoveToFiles:S,onCopySuccess:O,onMoveSuccess:O,onDuplicateSuccess:O,getCopyHeader:f?.getCopyHeader,getMoveHeader:f?.getMoveHeader});g.useEffect(()=>{Ot&&!U&&X(J??o?.path??"/")},[Ot,U,J,o?.path,X]),g.useEffect(()=>{Ot||X(void 0)},[Ot,X]);const{deleteConfirmationOpen:gn,itemsToDelete:pn,openDeleteConfirmation:wo,closeDeleteConfirmation:fn,confirmDelete:ri}=FA({onDeleteFiles:y,onDeleteSuccess:O}),{handleDownloadFiles:ga}=EA({onDownloadFiles:x,onDownloadSuccess:O}),{isDragging:ai,isDraggingOverWindow:mn,uploadError:li,handleDragEnter:ci,handleDragLeave:Cn,handleDragOver:vn,handleDrop:wn,clearError:Je,openFileDialog:bn,fileInputRef:Sn,openArchiveDialog:yn}=PA({onUploadFiles:R,onValidateUpload:P,maxFileSize:T,onUploadArchive:E}),pa=g.useCallback(De=>{const Nt=J??"",pi=he?.items??[];wn(De,Nt,pi)},[J,he,wn]),di=g.useCallback(()=>{const De=J??"",Nt=he?.items??[];bn(De,Nt)},[J,he,bn]),fa=g.useCallback(()=>{const De=J??"",Nt=he?.items??[];yn(De,Nt)},[J,he,yn]),{isCreatingFolder:ui,newFolderTempId:vs,startFolderCreation:hi,cancelFolderCreation:gi,saveFolderCreation:xn,validateFolderName:Rn}=OA({currentFolder:he,onCreateFolder:M,onValidateFolderName:A,validationMessages:G}),{newActions:ma,isNewButtonVisible:Y}=AA({newActionLabels:h?.newActionLabels,onUploadFiles:di,onUploadArchive:fa,onCreateFolder:hi}),xe=g.useMemo(()=>{const De=rr(Q).trim(),Nt=he?.items??[];let pi=De?nA(he):Nt;ce||(pi=pi.filter(Ye=>!Vm(Ye)));const Ca=pi.map(Ye=>({id:Ye.id??Ye.path,name:Ye.name??Ye.path.split("/").pop()??"",updatedAt:Ye.updatedAt,size:Ye.nodeType===Ne.ITEM?HA(Ye.contentLength):"-",author:Ye.author,path:Ye.path,nodeType:Ye.nodeType,extension:Ye.extension,isTemporary:!1}));if(ui&&vs&&!De&&Ca.unshift({id:vs,name:"",updatedAt:void 0,size:"-",author:void 0,path:vs,nodeType:Ne.FOLDER,extension:void 0,isTemporary:!0}),!De)return Ca;const tC=De.split(/\s+/).filter(Boolean);return Ca.filter(Ye=>{if(Ye.isTemporary)return!0;const sC=rr(Ye.name),oC=rr(Ye.author),iC=iA(Ye.extension);return tC.every(va=>sC.includes(va)||oC.includes(va)||iC.includes(va))})},[he,Q,ce,ui,vs]),bo=g.useCallback(De=>{W(De.path)},[W]),es=g.useCallback(De=>{W(De)},[W]),ws=g.useCallback(De=>{const Nt=String(De??"");V(Nt),c?.onSearchChange?.(Nt)},[c]),Zm=g.useCallback(De=>{De.nodeType===Ne.FOLDER?W(De.path):w?.(De)},[W,w]),{expandedPaths:pd,setExpandedPaths:Xm,collapseAll:Qm}=Wm({expandedPaths:l?.expandedPaths,onExpandedPathsChange:l?.onExpandedPathsChange}),{additionalButtons:Jm}=NA({collapseAll:Qm,expandedPathsLength:pd.size,additionalButtons:l?.additionalButtons}),eC={className:t,items:s,rootItem:o,filesLoading:n,treeOptions:{...l,expandedPaths:pd,onExpandedPathsChange:Xm,additionalButtons:Jm},navigationPanelOptions:c,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:p,deleteConfirmationOptions:d,destinationFolderPopupOptions:{...f,destinationFolderPath:U,setDestinationFolderPath:X,title:la},currentPath:J,setCurrentPath:z,searchValue:Ie,effectiveSearchValue:Q,setSearchValue:V,areHiddenFilesVisible:ce,toggleHiddenFilesVisibility:k,isTreeCollapsed:ie,toggleTreeCollapse:me,setIsTreeCollapsed:ae,selectedIds:se,selectedFiles:N,setSelectedFiles:Z,clearSelection:O,currentFolder:he,gridRows:xe,handleCopyTo:_e,handleMoveTo:mt,handleDuplicate:ze,handleSetCopiedFiles:Te,handleSetMovedFiles:Qe,openDestinationFolderPopup:Ot,handleCloseDestinationFolderPopup:vo,handleOpenDestinationFolderPopup:Lt,destinationFolderMode:ni,handleDownloadFiles:ga,renamedPath:ye,renamedItem:we,onRename:Ae,onRenameSave:Fe,onRenameCancel:ot,onRenameValidate:pe,getDisplayName:Se,openDeleteConfirmation:wo,closeDeleteConfirmation:fn,confirmDelete:ri,deleteConfirmationOpen:gn,itemsToDelete:pn,handlePathChange:W,handleTreeItemClick:bo,handleBreadcrumbItemClick:es,handleSearchChange:ws,handleTableRowClick:Zm,onTableFileClick:w,isDragging:ai,uploadError:li,handleDragEnter:ci,handleDragLeave:Cn,handleDragOver:vn,handleDrop:pa,clearUploadError:Je,onUploadFiles:R,onValidateUpload:P,maxFileSize:T,isDraggingOverWindow:mn,openFileDialog:di,fileInputRef:Sn,newActions:ma,isNewButtonVisible:Y,isCreatingFolder:ui,newFolderTempId:vs,startFolderCreation:hi,cancelFolderCreation:gi,saveFolderCreation:xn,validateFolderName:Rn,conflictResolutionPopupOptions:m,conflictingFiles:ca,conflictResolutionOpen:da,closeConflictResolution:ua,handleConflictReplace:ha,handleConflictDuplicate:un,handleConflictDecideForEach:hn};return C.jsx(jm.Provider,{value:eC,children:e})},$m=()=>{const e=g.useContext(jm);if(!e)throw new Error("useFileManagerContext must be used within <FileManagerProvider>");return e},GA="en-US",BA={year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"},VA="text-primary";function Km(e){if(!e)return null;if(e instanceof Date)return isFinite(e.getTime())?e:null;if(typeof e=="number"){const t=new Date(e);return isFinite(t.getTime())?t:null}if(typeof e=="string"){const t=e.trim();if(/^-?\d+$/.test(t)){const o=Number(t);return Km(o)}const s=new Date(t);return isFinite(s.getTime())?s:null}return null}const qm=({value:e,locale:t=GA,options:s=BA,emptyPlaceholder:o="—",className:i})=>{const n=Km(e),r=g.useMemo(()=>n?new Intl.DateTimeFormat(t,s).format(n):o,[n,o,t,s]),a=n?n.toISOString():void 0;return C.jsx(Bt,{text:a?C.jsx("time",{dateTime:a,children:r}):C.jsx("span",{children:r}),className:q(VA,i),hideTooltip:!1})},zA=({open:e,itemsToDelete:t,onClose:s,onConfirm:o,cancelLabel:i="Cancel",confirmLabel:n="Delete",titleRenderer:r,contentRenderer:a})=>{const l=t.map(p=>p.name),d=r?.(l)||"Confirm Deleting Items",u=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 break-all",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(p=>C.jsx("li",{className:"truncate",children:p.name},p.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(p=>C.jsx("li",{className:"truncate",children:p.name},p.path))}),C.jsxs("p",{className:"text-secondary italic",children:["... and ",t.length-10," more"]})]})})]}),h=a?.(l)||u;return C.jsx(Dm,{open:e,title:d,confirmLabel:n,cancelLabel:i,variant:Zo.Danger,onClose:s,onConfirm:o,children:h})},WA=({onClose:e,onConfirm:t,open:s,copyLabel:o="Copy",moveLabel:i="Move",addFolderLabel:n="Add folder",mode:r=qe.Copy,hiddenFilesSwitcherLabel:a="Show hidden files",onUploadFiles:l,onValidateUpload:c,maxFileSize:d,title:u,...h})=>{const[p,f]=g.useState(!1),m=g.useCallback(w=>{f(w)},[]),v=r===qe.Copy?"Copy to":"Move to";return C.jsx(ii,{open:s,onClose:()=>{e()},size:Gt.Lg,className:"md:!h-[800px]",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,{label:n,variant:Me.Tertiary,iconBefore:C.jsx(B.IconFolderPlus,{...re})}),C.jsx("div",{className:"border border-l border-primary my-2"}),C.jsx("div",{className:"inline-flex items-center cursor-pointer",onClick:w=>{w.stopPropagation(),m(!p)},children:C.jsx(ld,{title:a,isOn:p,onChange:m,switchId:"hidden-files-switch"})})]}),C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Re,{onClick:e,label:"Cancel",variant:Me.Secondary}),C.jsx(Re,{onClick:t,label:r==="copy"?o:i,variant:Me.Primary})]})]}),title:u??v,children:C.jsx(Ym,{...h,showHiddenFiles:p,onShowHiddenFilesChange:m,treeOptions:{...h.treeOptions,collapsed:!0,expandedPaths:new Set([h.rootItem?.path||"/"])},gridOptions:{withSelectionColumn:!1,...h.gridOptions},onUploadFiles:l,onValidateUpload:c,maxFileSize:d})})},_A=({selectedFiles:e,actionLabels:t,onDuplicate:s,onCopy:o,onMove:i,onDownload:n,onDelete:r,getCurrentFolderPath:a})=>g.useMemo(()=>{const l=[],c=Array.from(e.values());return!c.length||!t||(t[le.Move]&&l.push({key:le.Move,label:t[le.Move],title:t[le.Move],icon:C.jsx(gd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>i(c)}),t[le.Copy]&&l.push({key:le.Copy,label:t[le.Copy],title:t[le.Copy],icon:C.jsx(hd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>o(c)}),t[le.Duplicate]&&l.push({key:le.Duplicate,label:t[le.Duplicate],title:t[le.Duplicate],icon:C.jsx(B.IconCopy,{...re,className:"text-secondary"}),onClick:()=>s(c)}),t[le.Delete]&&l.push({key:le.Delete,label:t[le.Delete],title:t[le.Delete],icon:C.jsx(B.IconTrashX,{...re,className:"text-secondary"}),onClick:()=>{const d=a();r(c,d)}}),t[le.Download]&&l.push({key:le.Download,label:t[le.Download],title:t[le.Download],icon:C.jsx(B.IconDownload,{...re,className:"text-secondary"}),onClick:()=>n(c)})),l},[e,t,s,o,i,n,r,a]),jA=({actionLabels:e,onDuplicate:t,onCopy:s,onMove:o,onDownload:i,onRename:n,onDelete:r})=>g.useMemo(()=>a=>{const l=[];return e&&(e[le.Duplicate]&&l.push({key:le.Duplicate,label:e[le.Duplicate],icon:C.jsx(B.IconCopy,{...re,className:"text-secondary"}),onClick:()=>t(a)}),e[le.Copy]&&l.push({key:le.Copy,label:e[le.Copy],icon:C.jsx(hd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>s(a)}),e[le.Move]&&l.push({key:le.Move,label:e[le.Move],icon:C.jsx(gd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>o(a)}),e[le.Download]&&l.push({key:le.Download,label:e[le.Download],icon:C.jsx(B.IconDownload,{...re,className:"text-secondary"}),onClick:()=>i(a)}),e[le.Delete]&&l.push({key:le.Delete,label:e[le.Delete],icon:C.jsx(B.IconTrashX,{...re,className:"text-secondary"}),onClick:()=>r(a,a.parentPath??"")}),e[le.Rename]&&l.push({key:le.Rename,label:e[le.Rename],icon:C.jsx(B.IconPencilMinus,{...re,className:"text-secondary"}),onClick:()=>n(a.path)})),l},[e,t,s,o,i,n,r]),UA=({open:e,onClose:t,onReplace:s,onDuplicate:o,onDecideForEach:i,conflictingFiles:n,singleFileTitle:r="Replace Or Duplicate Item",multipleFilesTitle:a="Replace Or Duplicate Items",message:l,actionLabels:c,strategyLabels:d,confirmLabel:u="Confirm",cancelLabel:h="Cancel",nameColumnLabel:p="Name",actionColumnLabel:f="Action"})=>{const m=n.length===1,v=m?n[0]?.name:"",w=c?.[nt.Replace]??"Replace",b=c?.[nt.Duplicate]??"Duplicate",S=c?.[nt.Cancel]??"Cancel",y=d?.[Rt.ReplaceAll]??"Replace all",x=d?.[Rt.DuplicateAll]??"Duplicate all",F=d?.[Rt.DecideForEach]??"Decide for each",[D,R]=g.useState(nt.Replace),[P,T]=g.useState(Rt.ReplaceAll),[E,M]=g.useState(new Map(n.map(U=>[U.path,nt.Replace]))),[A,G]=g.useState(void 0),N=m?r:a,Z=C.jsxs(C.Fragment,{children:["Item with the name ",C.jsxs("span",{className:"text-primary",children:['"',v,'"']})," ","already exists in this destination."]}),se=`${n.length} items with the same names already exist in this destination.`,O=l??(m?Z:se),J=g.useMemo(()=>[{id:nt.Replace,name:w},{id:nt.Duplicate,name:b}],[w,b]),z=g.useMemo(()=>n.map(U=>({id:U.path,name:U.name,path:U.path,nodeType:U.nodeType??Ne.ITEM,action:E.get(U.path)||nt.Replace})),[n,E]),W=g.useMemo(()=>[{field:"name",headerName:p,flex:1,minWidth:200,floatingFilter:!1,filter:!1,resizable:!1,cellRenderer:U=>U.data?.nodeType===Ne.FOLDER?C.jsx(Yr,{name:U.data.name,iconSize:Ds}):C.jsx(qr,{name:U.data.name,iconSize:Ds})},{field:"action",headerName:f,width:140,suppressSizeToFit:!0,sortable:!1,filter:!1,floatingFilter:!1,resizable:!1,cellRenderer:U=>{if(!U.data)return null;const X=[{key:nt.Replace,label:w,icon:C.jsx(B.IconCircleFilled,{size:10,className:"text-accent-tertiary"})},{key:nt.Duplicate,label:b,icon:C.jsx(B.IconCircleFilled,{size:10,className:"text-accent-secondary"})},{key:nt.Cancel,label:S,icon:C.jsx(B.IconCircleFilled,{size:10,className:"text-error"})}],ce=X.find(ie=>ie.key===U.data.action),k=A===U.data.path;return C.jsx("div",{className:"flex items-center h-full",children:C.jsx(ft,{trigger:[Ct.Click],open:k,menu:{items:X,onClick:({key:ie})=>{M(me=>{const ae=new Map(me);return ae.set(U.data.path,ie),ae}),G(void 0)}},placement:"bottom-start",matchReferenceWidth:!1,allowedPlacements:["bottom-start","top-start"],onOpenChange:ie=>{G(ie?U.data.path:void 0)},children:C.jsxs("button",{type:"button",className:"flex items-center gap-2",children:[C.jsxs("span",{className:"flex items-center gap-2",children:[ce?.icon,ce?.label??w]}),C.jsx(B.IconChevronDown,{size:16,className:q("text-secondary transition-transform",k&&"rotate-180")})]})})})}}],[p,f,w,b,S,A]),$=g.useMemo(()=>[{id:Rt.ReplaceAll,name:y},{id:Rt.DuplicateAll,name:x},{id:Rt.DecideForEach,name:F,content:P===Rt.DecideForEach?C.jsx("div",{className:"mt-4",children:C.jsx(ad,{columnDefs:W,rowData:z,getRowId:U=>U.id,withSelectionColumn:!1,wrapCustomCellRenderers:!1,alternateOddRowColors:!1,additionalGridOptions:{domLayout:"autoHeight"}})}):void 0}],[y,x,F,P,W,z]),K=g.useCallback(()=>{if(m)D===nt.Replace?s():o();else if(P===Rt.ReplaceAll)s();else if(P===Rt.DuplicateAll)o();else if(P===Rt.DecideForEach&&i){const U=n.map(X=>({file:X,action:E.get(X.path)||nt.Replace}));i(U)}},[m,D,P,E,n,s,o,i]);return C.jsx(ii,{open:e,onClose:t,size:Gt.Md,title:N,dividers:!1,footer:C.jsxs("div",{className:"flex justify-end gap-3 py-4 px-6",children:[C.jsx(Re,{onClick:t,label:h,variant:Me.Secondary}),C.jsx(Re,{onClick:K,label:u,variant:Me.Primary})]}),children:C.jsxs("div",{className:"px-6 py-4",children:[C.jsx("p",{className:"text-secondary mb-4",children:O}),m?C.jsx(ar,{elementId:"single-file-conflict",radioButtons:J,activeRadioButton:D,orientation:eo.Column,onChange:U=>R(U)}):C.jsx(ar,{elementId:"multiple-files-conflict",radioButtons:$,activeRadioButton:P,orientation:eo.Column,onChange:U=>T(U),formItemChildrenClassName:"gap-3"})]})})},$A=({id:e,name:t,nodeType:s,size:o,updatedAt:i,dateLocale:n,dateOptions:r})=>C.jsx("div",{className:"flex",children:C.jsx("div",{className:"flex flex-1 min-w-0",children:C.jsx(Hr,{type:s===Ne.FOLDER?kt.Folder:kt.File,name:t,elementId:e,iconSize:Ds,details:C.jsxs("div",{className:"flex items-center gap-1 dial-tiny text-secondary",children:[C.jsx("span",{children:o}),C.jsx(B.IconCircleFilled,{size:2,className:"text-secondary"}),C.jsx("span",{children:C.jsx(qm,{value:i,locale:n?.toString(),options:r,className:"dial-tiny text-secondary"})})]})})})});function KA(e){const t=g.useRef(null),[s,o]=g.useState(!1);return g.useEffect(()=>{if(!t.current)return;const i=new ResizeObserver(([n])=>{const r=n.contentRect.width;o(r<e)});return i.observe(t.current),()=>i.disconnect()},[e]),{containerRef:t,isBelowBreakpoint:s}}const qA=({getContextMenuItems:e})=>{const t=g.useCallback(o=>{if(!o.data)return null;const i=o.data?e?.(o.data)??[]:[];return i.length?C.jsx(ft,{placement:"bottom-start",allowedPlacements:["top-start","top-end","bottom-start"],menu:{items:i},className:"sticky right-0",children:C.jsx(ke,{className:"text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:C.jsx(B.IconDotsVertical,{...re})})}):null},[e]);return{actionsColumnDef:g.useMemo(()=>({colId:"__actions",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:t}),[t])}},Ym=e=>C.jsx(Um,{...e,children:C.jsx(YA,{})}),YA=()=>{const{className:e,items:t,rootItem:s,filesLoading:o,treeOptions:i,navigationPanelOptions:n,gridOptions:r,toolbarOptions:a,bulkActionsToolbarOptions:l,deleteConfirmationOptions:c,destinationFolderPopupOptions:d,conflictResolutionPopupOptions:u,compactViewWidthBreakpoint:h=oA,areHiddenFilesVisible:p,toggleHiddenFilesVisibility:f,isTreeCollapsed:m,toggleTreeCollapse:v,currentPath:w,gridRows:b,selectedIds:S,selectedFiles:y,setSelectedFiles:x,clearSelection:F,effectiveSearchValue:D,handleBreadcrumbItemClick:R,handleSearchChange:P,handleTreeItemClick:T,handleTableRowClick:E,handleOpenDestinationFolderPopup:M,handleCloseDestinationFolderPopup:A,openDestinationFolderPopup:G,destinationFolderMode:N,handleSetCopiedFiles:Z,handleSetMovedFiles:se,handleDuplicate:O,handleCopyTo:J,handleMoveTo:z,handleDownloadFiles:W,openDeleteConfirmation:$,closeDeleteConfirmation:K,confirmDelete:U,deleteConfirmationOpen:X,itemsToDelete:ce,renamedPath:k,renamedItem:ie,onRename:me,onRenameSave:ae,onRenameCancel:ye,onRenameValidate:we,getDisplayName:Ae,isDragging:Fe,isDraggingOverWindow:ot,handleDragEnter:pe,handleDragLeave:Se,handleDragOver:Ie,handleDrop:V,onUploadFiles:Q,onValidateUpload:he,maxFileSize:_e,newActions:mt,isNewButtonVisible:ze,newFolderTempId:Lt,cancelFolderCreation:vo,saveFolderCreation:Ot,validateFolderName:Te,conflictingFiles:Qe,conflictResolutionOpen:ni,closeConflictResolution:la,handleConflictReplace:ca,handleConflictDuplicate:da,handleConflictDecideForEach:ua}=$m(),{width:ha=Xk,title:un=Qk,containerClassName:hn=Yk,additionalButtons:gn,...pn}=i??{},[wo,fn]=g.useState(ha),ri=g.useRef(null),ga=Y=>{ri.current===null&&(ri.current=requestAnimationFrame(()=>{fn(Y),ri.current=null}))},{columnDefs:ai,filterable:mn=!0,dateLocale:li,dateOptions:ci,visibleColumns:Cn=[Et.Name,Et.UpdatedAt,Et.Size,Et.Author,Et.Actions],...vn}=r??{},{containerRef:wn,isBelowBreakpoint:Je}=KA(h),bn=g.useMemo(()=>[{colId:Et.Name,field:"name",headerName:"Name",flex:1,minWidth:200,cellRenderer:Y=>{const xe=Y.data.nodeType;if(Y.data?.isTemporary&&Y.data.id===Lt)return C.jsx(Hr,{name:"",type:kt.Folder,elementId:`new-folder-${Y.data.id}`,editing:!0,iconSize:Ds,validate:Te,onSave:Ot,onCancel:vo,inputContainerClassName:ue(["!h-9",Je&&xe===Ne.ITEM&&"!h-10"])});if(k===Y.data?.path&&ie&&Y.data){const es=Ae(ie);return C.jsx(Hr,{name:es,type:xe===Ne.FOLDER?kt.Folder:kt.File,elementId:`rename-${Y.data.id}`,editing:!0,iconSize:Ds,validate:ws=>we(ws,ie),onSave:ae,onCancel:ye,inputContainerClassName:ue(["!h-9",Je&&xe===Ne.ITEM&&"!h-10"])})}return Je?C.jsx($A,{id:Y.data.id,name:Y.data.name,nodeType:xe,size:Y.data.size,updatedAt:Y.data.updatedAt,dateLocale:li,dateOptions:ci}):xe===Ne.FOLDER?C.jsx(Yr,{name:Y.data.name,iconSize:Ds}):C.jsx(qr,{name:Y.data.name,iconSize:Ds})}},{colId:Et.UpdatedAt,field:"updatedAt",headerName:"Modified Date",width:168,suppressSizeToFit:!0,cellRenderer:qm,cellRendererParams:{locale:li,emptyPlaceholder:"—",options:ci}},{colId:Et.Size,field:"size",headerName:"Size",width:120,suppressSizeToFit:!0},{colId:Et.Author,field:"author",headerName:"Author",width:200,suppressSizeToFit:!0,cellRenderer:Y=>Y.data.author||"—"}],[li,ci,Lt,Je,Ot,vo,Te,k,ie,we,ae,ye,Ae]),Sn=g.useCallback(Y=>{const xe=[];return i?.actionLabels&&(i.actionLabels[le.Duplicate]&&xe.push({key:"duplicate",label:i.actionLabels[le.Duplicate],icon:C.jsx(B.IconCopy,{...re,className:"text-secondary"}),onClick:()=>O([Y])}),i.actionLabels[le.Copy]&&xe.push({key:qe.Copy,label:i.actionLabels[le.Copy],icon:C.jsx(hd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>{Z([Y]),M(qe.Copy)}}),i.actionLabels[le.Move]&&xe.push({key:qe.Move,label:i.actionLabels[le.Move],icon:C.jsx(gd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>{se([Y]),M(qe.Move)}}),i.actionLabels[le.Download]&&xe.push({key:"download",label:i.actionLabels[le.Download],icon:C.jsx(B.IconDownload,{...re,className:"text-secondary"}),onClick:()=>W([Y])}),i.actionLabels[le.Rename]&&xe.push({key:"rename",label:i.actionLabels[le.Rename],icon:C.jsx(B.IconPencilMinus,{...re,className:"text-secondary"}),onClick:()=>me(Y.path)}),i.actionLabels[le.Delete]&&xe.push({key:"delete",label:i.actionLabels[le.Delete],icon:C.jsx(B.IconTrashX,{...re,className:"text-secondary"}),onClick:()=>$([Y],Y.parentPath??"")})),xe},[W,O,M,Z,se,me,$,i]),yn=g.useMemo(()=>{const Y=new Map;return y.forEach((xe,bo)=>{const es=b.find(ws=>ws.path===bo);es&&Y.set(bo,es)}),Y},[y,b]),pa=g.useCallback(Y=>{const xe=new Map;Y.forEach((bo,es)=>{const ws=uo(t,es);ws&&xe.set(es,ws)}),x(xe)},[t,x]),di=_A({selectedFiles:y,actionLabels:l?.actionLabels,onDuplicate:O,onCopy:Y=>{Z(Y),M(qe.Copy)},onMove:Y=>{se(Y),M(qe.Move)},onDownload:W,onDelete:$,getCurrentFolderPath:()=>w??"/"}),fa=g.useCallback(()=>a&&S.size===0?C.jsx("div",{className:bh,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(fA,{...a,areHiddenFilesVisible:p,onToggleHiddenFiles:f,isNewButtonVisible:ze,newButtonDropdownItems:mt})}):S.size>0&&l?C.jsx("div",{className:bh,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(wA,{...l,selectedCount:S.size,onClearSelection:F,actions:di})}):C.jsx("div",{}),[l,S,F,di,p,f,a,ze,mt]),ui=g.useCallback(()=>Je?null: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(eg,{defaultWidth:wo,width:wo,onResizeStop:fn,onResize:ga,minWidth:eA,maxWidth:tA,enabled:m,children:C.jsx(Vh,{width:wo,title:un,containerClassName:hn,additionalButtons:gn,isOpened:m,onToggle:v,children:C.jsx(dA,{...pn,items:t,rootItemPath:s?.path,rootItemLabel:s?.label,selectedPath:w,onItemClick:T,areHiddenFilesVisible:p,getContextMenuItems:Sn,renamedPath:k,onRenameSave:ae,onRenameCancel:ye,onRenameValidate:we})})})}),[gn,p,hn,w,pn,Sn,T,Je,m,t,s,ye,ae,we,k,wo,un,v]),vs=jA({actionLabels:r?.actionLabels,onDuplicate:Y=>O([Y]),onCopy:Y=>{Z([Y]),M(qe.Copy)},onMove:Y=>{se([Y]),M(qe.Move)},onDownload:Y=>W([Y]),onRename:me,onDelete:(Y,xe)=>$([Y],xe)}),hi=g.useCallback(Y=>{const xe=uo(t,Y.path);return xe?vs(xe):[]},[t,vs]),{actionsColumnDef:gi}=qA({getContextMenuItems:hi}),xn=ai??bn,Rn=g.useMemo(()=>{let Y=xn;return ai||(Y=Y.filter(xe=>xe.colId&&Cn.includes(xe.colId))),Je&&(Y=Y.slice(0,1)),Y.push(gi),mn?Y:Y.map(xe=>({...xe,filter:!1,floatingFilter:!1}))},[xn,mn,Je,gi,ai,Cn]),ma=g.useCallback(Y=>{Y.colDef.colId==="__select"||Y.colDef.colId===Et.Actions||k&&Y.data?.path===k||Y.data?.isTemporary||Y.data&&E(Y.data)},[k,E]);return C.jsxs("section",{ref:wn,className:ue($k,{"gap-3 pt-4":l&&S.size>0,"gap-4 p-3 pt-4":Je,"gap-2 pt-2":Je&&l&&S.size>0},e),children:[fa(),C.jsxs("div",{className:Kk,children:[ui(),C.jsxs("div",{className:ue(qk,{"gap-3":Je}),children:[C.jsx(pA,{...n??{},makeHref:Y=>Y.join("/"),path:w,onItemClick:R,rootItemPath:s?.path,rootItemLabel:s?.label,value:D,onSearchChange:P,isCompactView:Je}),C.jsx("section",{role:"region","aria-label":"File Manager Grid View",className:ue(Zk),onDragEnter:pe,onDragLeave:Se,onDragOver:Ie,onDrop:V,children:C.jsx(ad,{columnDefs:Rn,rowData:b,getRowId:Y=>Y.path,loading:o,getContextMenuItems:hi,withoutHeaderBorders:Je,selectionOnHover:!Je,className:q(Fe?"border border-dashed border-accent-primary":"",ot&&!Fe?"border border-dashed border-primary":""),...vn,additionalGridOptions:{...vn.additionalGridOptions,onCellClicked:ma,headerHeight:gl,rowHeight:gl,...Je?{getRowHeight:Y=>Y.data?.nodeType===Ne.FOLDER?gl:sA}:{}},selectedRows:yn,onSelectionChangeWithMap:pa,wrapperBorder:!Fe&&!ot})})]})]}),C.jsx(zA,{open:X,itemsToDelete:ce,onClose:K,onConfirm:U,cancelLabel:c?.cancelLabel,confirmLabel:c?.confirmLabel,titleRenderer:c?.titleRenderer,contentRenderer:c?.contentRenderer}),C.jsx(WA,{...d,open:G,onClose:A,onConfirm:()=>{const Y=d?.destinationFolderPath??"/";N===qe.Copy?J(Y):z(Y,w??"/"),A()},mode:N,items:t,rootItem:s,gridOptions:{columnDefs:Rn,loading:o},onUploadFiles:Q,onValidateUpload:he,maxFileSize:_e}),C.jsx(UA,{...u,open:ni,onClose:la,onReplace:ca,onDuplicate:da,onDecideForEach:ua,conflictingFiles:Qe})]})},ZA=e=>{const[t,s]=g.useState(Gr.MyFiles),o=n=>{s(n)},i=g.useMemo(()=>{if(e)return Object.values(Gr).map(n=>({id:n,label:e?.[n]||n.replace("_"," ")}))},[e]);return{activeTab:t,handleTabChange:o,tabs:i}};exports.AlertVariant=Ws;exports.ButtonVariant=Me;exports.ConfirmationPopupVariant=Zo;exports.DialAlert=KC;exports.DialAutocompleteInput=Ck;exports.DialAutocompleteInputValue=cd;exports.DialBreadcrumb=xm;exports.DialBreadcrumbItem=Ri;exports.DialButton=Re;exports.DialButtonDropdown=ic;exports.DialCheckbox=Ni;exports.DialCloseButton=rd;exports.DialCollapsibleSidebar=Vh;exports.DialConditionalResizableContainer=eg;exports.DialConfirmationPopup=Dm;exports.DialDraggableItem=u1;exports.DialDropdown=ft;exports.DialEllipsisTooltip=Bt;exports.DialErrorText=Ps;exports.DialFieldLabel=ho;exports.DialFileIcon=hc;exports.DialFileManager=Ym;exports.DialFileManagerActions=le;exports.DialFileManagerTabs=Gr;exports.DialFileName=qr;exports.DialFileNodeType=Ne;exports.DialFilePermission=Bm;exports.DialFileResourceType=Gm;exports.DialFolderName=Yr;exports.DialFormItem=Br;exports.DialFormPopup=hk;exports.DialGrid=ad;exports.DialIcon=ke;exports.DialInput=co;exports.DialInputPopup=Pm;exports.DialItemType=kt;exports.DialLabelledText=av;exports.DialLoadFileAreaField=_k;exports.DialLoader=tn;exports.DialNoDataContent=Vr;exports.DialNumberInputField=XI;exports.DialPasswordInput=Mm;exports.DialPasswordInputField=fk;exports.DialPopup=ii;exports.DialRadioButton=Bh;exports.DialRadioGroup=ar;exports.DialRadioGroupPopupField=lk;exports.DialRemoveButton=Rm;exports.DialResizableContainer=Jh;exports.DialSearch=dd;exports.DialSelect=Im;exports.DialSelectField=Fk;exports.DialSharedEntityIndicator=Gi;exports.DialSteps=tv;exports.DialSwitch=ld;exports.DialTabs=wm;exports.DialTag=Wr;exports.DialTagInput=vk;exports.DialTextAreaField=JI;exports.DialTextInputField=QI;exports.DialTextarea=Fm;exports.DialTooltip=gs;exports.DropdownItemType=kr;exports.DropdownTrigger=Ct;exports.DropdownType=vm;exports.FileManagerColumnKey=Et;exports.FileManagerProvider=Um;exports.FlexibleActionsDirection=$s;exports.FormItemOrientation=Hi;exports.PopupSize=Gt;exports.RadioGroupOrientation=eo;exports.ResizableContainerSide=Bi;exports.SearchSize=Ji;exports.SelectSize=Or;exports.SelectVariant=Nr;exports.StepStatus=vt;exports.TabOrientation=Ar;exports.TagVariant=zr;exports.mergeClasses=ue;exports.useDialFileManagerTabs=ZA;exports.useEditableItem=zm;exports.useFileManagerContext=$m;
|
|
62
|
+
`),dataTransfer:e=>e},matchesTypes:["Url","text/uri-list"]},[Lm]:{exposeProperties:{text:(e,t)=>dl(e,t,""),dataTransfer:e=>e},matchesTypes:["Text","text/plain"]}};function Tk(e,t){const s=oc[e];if(!s)throw new Error(`native type ${e} has no configuration`);const o=new Mk(s);return o.loadDataTransfer(t),o}function ul(e){if(!e)return null;const t=Array.prototype.slice.call(e.types||[]);return Object.keys(oc).filter(s=>{const o=oc[s];return o?.matchesTypes?o.matchesTypes.some(i=>t.indexOf(i)>-1):!1})[0]||null}const Ik=km(()=>/firefox/i.test(navigator.userAgent)),Nm=km(()=>!!window.safari);class vh{interpolate(t){const{xs:s,ys:o,c1s:i,c2s:n,c3s:r}=this;let a=s.length-1;if(t===s[a])return o[a];let l=0,c=r.length-1,d;for(;l<=c;){d=Math.floor(.5*(l+c));const p=s[d];if(p<t)l=d+1;else if(p>t)c=d-1;else return o[d]}a=Math.max(0,c);const u=t-s[a],h=u*u;return o[a]+i[a]*u+n[a]*h+r[a]*u*h}constructor(t,s){const{length:o}=t,i=[];for(let p=0;p<o;p++)i.push(p);i.sort((p,f)=>t[p]<t[f]?-1:1);const n=[],r=[];let a,l;for(let p=0;p<o-1;p++)a=t[p+1]-t[p],l=s[p+1]-s[p],n.push(a),r.push(l/a);const c=[r[0]];for(let p=0;p<n.length-1;p++){const f=r[p],m=r[p+1];if(f*m<=0)c.push(0);else{a=n[p];const v=n[p+1],w=a+v;c.push(3*w/((w+v)/f+(w+a)/m))}}c.push(r[r.length-1]);const d=[],u=[];let h;for(let p=0;p<c.length-1;p++){h=r[p];const f=c[p],m=1/n[p],v=f+c[p+1]-h-h;d.push((h-f-v)*m),u.push(v*m*m)}this.xs=t,this.ys=s,this.c1s=c,this.c2s=d,this.c3s=u}}const kk=1;function Hm(e){const t=e.nodeType===kk?e:e.parentElement;if(!t)return null;const{top:s,left:o}=t.getBoundingClientRect();return{x:o,y:s}}function _n(e){return{x:e.clientX,y:e.clientY}}function Ak(e){var t;return e.nodeName==="IMG"&&(Ik()||!(!((t=document.documentElement)===null||t===void 0)&&t.contains(e)))}function Lk(e,t,s,o){let i=e?t.width:s,n=e?t.height:o;return Nm()&&e&&(n/=window.devicePixelRatio,i/=window.devicePixelRatio),{dragPreviewWidth:i,dragPreviewHeight:n}}function Ok(e,t,s,o,i){const n=Ak(t),a=Hm(n?e:t),l={x:s.x-a.x,y:s.y-a.y},{offsetWidth:c,offsetHeight:d}=e,{anchorX:u,anchorY:h}=o,{dragPreviewWidth:p,dragPreviewHeight:f}=Lk(n,t,c,d),m=()=>{let F=new vh([0,.5,1],[l.y,l.y/d*f,l.y+f-d]).interpolate(h);return Nm()&&n&&(F+=(window.devicePixelRatio-1)*f),F},v=()=>new vh([0,.5,1],[l.x,l.x/c*p,l.x+p-c]).interpolate(u),{offsetX:w,offsetY:b}=i,S=w===0||w,y=b===0||b;return{x:S?w:v(),y:y?b:m()}}class Nk{get window(){if(this.globalContext)return this.globalContext;if(typeof window<"u")return window}get document(){var t;return!((t=this.globalContext)===null||t===void 0)&&t.document?this.globalContext.document:this.window?this.window.document:void 0}get rootElement(){var t;return((t=this.optionsArgs)===null||t===void 0?void 0:t.rootElement)||this.window}constructor(t,s){this.ownerDocument=null,this.globalContext=t,this.optionsArgs=s}}function Hk(e,t,s){return t in e?Object.defineProperty(e,t,{value:s,enumerable:!0,configurable:!0,writable:!0}):e[t]=s,e}function wh(e){for(var t=1;t<arguments.length;t++){var s=arguments[t]!=null?arguments[t]:{},o=Object.keys(s);typeof Object.getOwnPropertySymbols=="function"&&(o=o.concat(Object.getOwnPropertySymbols(s).filter(function(i){return Object.getOwnPropertyDescriptor(s,i).enumerable}))),o.forEach(function(i){Hk(e,i,s[i])})}return e}class Gk{profile(){var t,s;return{sourcePreviewNodes:this.sourcePreviewNodes.size,sourcePreviewNodeOptions:this.sourcePreviewNodeOptions.size,sourceNodeOptions:this.sourceNodeOptions.size,sourceNodes:this.sourceNodes.size,dragStartSourceIds:((t=this.dragStartSourceIds)===null||t===void 0?void 0:t.length)||0,dropTargetIds:this.dropTargetIds.length,dragEnterTargetIds:this.dragEnterTargetIds.length,dragOverTargetIds:((s=this.dragOverTargetIds)===null||s===void 0?void 0:s.length)||0}}get window(){return this.options.window}get document(){return this.options.document}get rootElement(){return this.options.rootElement}setup(){const t=this.rootElement;if(t!==void 0){if(t.__isReactDndBackendSetUp)throw new Error("Cannot have two HTML5 backends at the same time.");t.__isReactDndBackendSetUp=!0,this.addEventListeners(t)}}teardown(){const t=this.rootElement;if(t!==void 0&&(t.__isReactDndBackendSetUp=!1,this.removeEventListeners(this.rootElement),this.clearCurrentDragSourceNode(),this.asyncEndDragFrameId)){var s;(s=this.window)===null||s===void 0||s.cancelAnimationFrame(this.asyncEndDragFrameId)}}connectDragPreview(t,s,o){return this.sourcePreviewNodeOptions.set(t,o),this.sourcePreviewNodes.set(t,s),()=>{this.sourcePreviewNodes.delete(t),this.sourcePreviewNodeOptions.delete(t)}}connectDragSource(t,s,o){this.sourceNodes.set(t,s),this.sourceNodeOptions.set(t,o);const i=r=>this.handleDragStart(r,t),n=r=>this.handleSelectStart(r);return s.setAttribute("draggable","true"),s.addEventListener("dragstart",i),s.addEventListener("selectstart",n),()=>{this.sourceNodes.delete(t),this.sourceNodeOptions.delete(t),s.removeEventListener("dragstart",i),s.removeEventListener("selectstart",n),s.setAttribute("draggable","false")}}connectDropTarget(t,s){const o=r=>this.handleDragEnter(r,t),i=r=>this.handleDragOver(r,t),n=r=>this.handleDrop(r,t);return s.addEventListener("dragenter",o),s.addEventListener("dragover",i),s.addEventListener("drop",n),()=>{s.removeEventListener("dragenter",o),s.removeEventListener("dragover",i),s.removeEventListener("drop",n)}}addEventListeners(t){t.addEventListener&&(t.addEventListener("dragstart",this.handleTopDragStart),t.addEventListener("dragstart",this.handleTopDragStartCapture,!0),t.addEventListener("dragend",this.handleTopDragEndCapture,!0),t.addEventListener("dragenter",this.handleTopDragEnter),t.addEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.addEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.addEventListener("dragover",this.handleTopDragOver),t.addEventListener("dragover",this.handleTopDragOverCapture,!0),t.addEventListener("drop",this.handleTopDrop),t.addEventListener("drop",this.handleTopDropCapture,!0))}removeEventListeners(t){t.removeEventListener&&(t.removeEventListener("dragstart",this.handleTopDragStart),t.removeEventListener("dragstart",this.handleTopDragStartCapture,!0),t.removeEventListener("dragend",this.handleTopDragEndCapture,!0),t.removeEventListener("dragenter",this.handleTopDragEnter),t.removeEventListener("dragenter",this.handleTopDragEnterCapture,!0),t.removeEventListener("dragleave",this.handleTopDragLeaveCapture,!0),t.removeEventListener("dragover",this.handleTopDragOver),t.removeEventListener("dragover",this.handleTopDragOverCapture,!0),t.removeEventListener("drop",this.handleTopDrop),t.removeEventListener("drop",this.handleTopDropCapture,!0))}getCurrentSourceNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourceNodeOptions.get(t);return wh({dropEffect:this.altKeyPressed?"copy":"move"},s||{})}getCurrentDropEffect(){return this.isDraggingNativeItem()?"copy":this.getCurrentSourceNodeOptions().dropEffect}getCurrentSourcePreviewNodeOptions(){const t=this.monitor.getSourceId(),s=this.sourcePreviewNodeOptions.get(t);return wh({anchorX:.5,anchorY:.5,captureDraggingState:!1},s||{})}isDraggingNativeItem(){const t=this.monitor.getItemType();return Object.keys(Ch).some(s=>Ch[s]===t)}beginDragNativeItem(t,s){this.clearCurrentDragSourceNode(),this.currentNativeSource=Tk(t,s),this.currentNativeHandle=this.registry.addSource(t,this.currentNativeSource),this.actions.beginDrag([this.currentNativeHandle])}setCurrentDragSourceNode(t){this.clearCurrentDragSourceNode(),this.currentDragSourceNode=t;const s=1e3;this.mouseMoveTimeoutTimer=setTimeout(()=>{var o;return(o=this.rootElement)===null||o===void 0?void 0:o.addEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)},s)}clearCurrentDragSourceNode(){if(this.currentDragSourceNode){if(this.currentDragSourceNode=null,this.rootElement){var t;(t=this.window)===null||t===void 0||t.clearTimeout(this.mouseMoveTimeoutTimer||void 0),this.rootElement.removeEventListener("mousemove",this.endDragIfSourceWasRemovedFromDOM,!0)}return this.mouseMoveTimeoutTimer=null,!0}return!1}handleDragStart(t,s){t.defaultPrevented||(this.dragStartSourceIds||(this.dragStartSourceIds=[]),this.dragStartSourceIds.unshift(s))}handleDragEnter(t,s){this.dragEnterTargetIds.unshift(s)}handleDragOver(t,s){this.dragOverTargetIds===null&&(this.dragOverTargetIds=[]),this.dragOverTargetIds.unshift(s)}handleDrop(t,s){this.dropTargetIds.unshift(s)}constructor(t,s,o){this.sourcePreviewNodes=new Map,this.sourcePreviewNodeOptions=new Map,this.sourceNodes=new Map,this.sourceNodeOptions=new Map,this.dragStartSourceIds=null,this.dropTargetIds=[],this.dragEnterTargetIds=[],this.currentNativeSource=null,this.currentNativeHandle=null,this.currentDragSourceNode=null,this.altKeyPressed=!1,this.mouseMoveTimeoutTimer=null,this.asyncEndDragFrameId=null,this.dragOverTargetIds=null,this.lastClientOffset=null,this.hoverRafId=null,this.getSourceClientOffset=i=>{const n=this.sourceNodes.get(i);return n&&Hm(n)||null},this.endDragNativeItem=()=>{this.isDraggingNativeItem()&&(this.actions.endDrag(),this.currentNativeHandle&&this.registry.removeSource(this.currentNativeHandle),this.currentNativeHandle=null,this.currentNativeSource=null)},this.isNodeInDocument=i=>!!(i&&this.document&&this.document.body&&this.document.body.contains(i)),this.endDragIfSourceWasRemovedFromDOM=()=>{const i=this.currentDragSourceNode;i==null||this.isNodeInDocument(i)||(this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover())},this.scheduleHover=i=>{this.hoverRafId===null&&typeof requestAnimationFrame<"u"&&(this.hoverRafId=requestAnimationFrame(()=>{this.monitor.isDragging()&&this.actions.hover(i||[],{clientOffset:this.lastClientOffset}),this.hoverRafId=null}))},this.cancelHover=()=>{this.hoverRafId!==null&&typeof cancelAnimationFrame<"u"&&(cancelAnimationFrame(this.hoverRafId),this.hoverRafId=null)},this.handleTopDragStartCapture=()=>{this.clearCurrentDragSourceNode(),this.dragStartSourceIds=[]},this.handleTopDragStart=i=>{if(i.defaultPrevented)return;const{dragStartSourceIds:n}=this;this.dragStartSourceIds=null;const r=_n(i);this.monitor.isDragging()&&(this.actions.endDrag(),this.cancelHover()),this.actions.beginDrag(n||[],{publishSource:!1,getSourceClientOffset:this.getSourceClientOffset,clientOffset:r});const{dataTransfer:a}=i,l=ul(a);if(this.monitor.isDragging()){if(a&&typeof a.setDragImage=="function"){const d=this.monitor.getSourceId(),u=this.sourceNodes.get(d),h=this.sourcePreviewNodes.get(d)||u;if(h){const{anchorX:p,anchorY:f,offsetX:m,offsetY:v}=this.getCurrentSourcePreviewNodeOptions(),S=Ok(u,h,r,{anchorX:p,anchorY:f},{offsetX:m,offsetY:v});a.setDragImage(h,S.x,S.y)}}try{a?.setData("application/json",{})}catch{}this.setCurrentDragSourceNode(i.target);const{captureDraggingState:c}=this.getCurrentSourcePreviewNodeOptions();c?this.actions.publishDragSource():setTimeout(()=>this.actions.publishDragSource(),0)}else if(l)this.beginDragNativeItem(l);else{if(a&&!a.types&&(i.target&&!i.target.hasAttribute||!i.target.hasAttribute("draggable")))return;i.preventDefault()}},this.handleTopDragEndCapture=()=>{this.clearCurrentDragSourceNode()&&this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleTopDragEnterCapture=i=>{if(this.dragEnterTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}if(!this.enterLeaveCounter.enter(i.target)||this.monitor.isDragging())return;const{dataTransfer:a}=i,l=ul(a);l&&this.beginDragNativeItem(l,a)},this.handleTopDragEnter=i=>{const{dragEnterTargetIds:n}=this;if(this.dragEnterTargetIds=[],!this.monitor.isDragging())return;this.altKeyPressed=i.altKey,n.length>0&&this.actions.hover(n,{clientOffset:_n(i)}),n.some(a=>this.monitor.canDropOnTarget(a))&&(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect()))},this.handleTopDragOverCapture=i=>{if(this.dragOverTargetIds=[],this.isDraggingNativeItem()){var n;(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}},this.handleTopDragOver=i=>{const{dragOverTargetIds:n}=this;if(this.dragOverTargetIds=[],!this.monitor.isDragging()){i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none");return}this.altKeyPressed=i.altKey,this.lastClientOffset=_n(i),this.scheduleHover(n),(n||[]).some(a=>this.monitor.canDropOnTarget(a))?(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect=this.getCurrentDropEffect())):this.isDraggingNativeItem()?i.preventDefault():(i.preventDefault(),i.dataTransfer&&(i.dataTransfer.dropEffect="none"))},this.handleTopDragLeaveCapture=i=>{this.isDraggingNativeItem()&&i.preventDefault(),this.enterLeaveCounter.leave(i.target)&&(this.isDraggingNativeItem()&&setTimeout(()=>this.endDragNativeItem(),0),this.cancelHover())},this.handleTopDropCapture=i=>{if(this.dropTargetIds=[],this.isDraggingNativeItem()){var n;i.preventDefault(),(n=this.currentNativeSource)===null||n===void 0||n.loadDataTransfer(i.dataTransfer)}else ul(i.dataTransfer)&&i.preventDefault();this.enterLeaveCounter.reset()},this.handleTopDrop=i=>{const{dropTargetIds:n}=this;this.dropTargetIds=[],this.actions.hover(n,{clientOffset:_n(i)}),this.actions.drop({dropEffect:this.getCurrentDropEffect()}),this.isDraggingNativeItem()?this.endDragNativeItem():this.monitor.isDragging()&&this.actions.endDrag(),this.cancelHover()},this.handleSelectStart=i=>{const n=i.target;typeof n.dragDrop=="function"&&(n.tagName==="INPUT"||n.tagName==="SELECT"||n.tagName==="TEXTAREA"||n.isContentEditable||(i.preventDefault(),n.dragDrop()))},this.options=new Nk(s,o),this.actions=t.getActions(),this.monitor=t.getMonitor(),this.registry=t.getRegistry(),this.enterLeaveCounter=new Pk(this.isNodeInDocument)}}const Bk=function(t,s,o){return new Gk(t,s,o)},Vk=({onChange:e,emptyTextFirstLine:t,emptyTextSecondLine:s,emptyButtonLabel:o,acceptTypes:i,maxFilesCount:n,multiple:r,fileFormatError:a,fileCountError:l,getIsFileFormatError:c})=>{const d=g.useRef(null),u=g.useRef(null),[h,p]=g.useState([]),[f,m]=g.useState(!1),v=g.useCallback(E=>{const M=E.target.files;if(M&&M.length>0){const A=Array.from(M);c?.(A)?m(!0):e(A)}},[c,e]),w=g.useCallback(E=>n&&E?.length>n,[n]),b=g.useMemo(()=>f||w(h),[f,h,w]),S=()=>{p([]),m(!1)};g.useEffect(()=>{S()},[i]);const[{isOver:y,canDrop:x},F]=Qh(()=>({accept:[ud],drop(E){const M=E.files;!c?.(M)&&!w(M)&&e(M),S()},collect:E=>({isOver:E.isOver(),canDrop:E.canDrop()})}),[v]),D=E=>{(E.key==="Enter"||E.key==="Space")&&(E.preventDefault(),u.current?.click())},R=E=>{E?.preventDefault();const M=Array.from(E.dataTransfer?.items??[]);m(!!c?.(M)),p(M)},P=E=>{E.target===E.currentTarget&&S()},T=q("border border-dashed rounded w-full cursor-pointer relative h-full hover:border-hover",!x&&!b&&"border-primary",x&&(y?"border-accent-primary":"border-hover"),b&&"border-error");return F(d),C.jsxs(C.Fragment,{children:[C.jsxs("div",{className:T,ref:d,onDragOver:R,onDragLeave:P,children:[C.jsxs("label",{htmlFor:"file",tabIndex:0,onKeyDown:D,className:"flex flex-col items-center cursor-pointer h-full w-full text-secondary dial-tiny justify-center",children:[t&&C.jsx("p",{className:"mb-1",children:t}),s&&C.jsx("p",{className:"mb-0.5",children:s}),o&&C.jsx(Re,{variant:Me.Tertiary,label:o,onClick:()=>u.current?.click()})]}),C.jsx("input",{multiple:r,id:"file",type:"file",ref:u,hidden:!0,accept:i,onChange:v})]}),C.jsx(C.Fragment,{children:f?C.jsx(Ps,{errorText:a}):w(h)&&C.jsx(Ps,{errorText:l})})]})},zk=({iconBefore:e,className:t,errorText:s,...o})=>{const i=o.invalid,n=()=>C.jsx("div",{className:"mr-2",children:i?C.jsx(B.IconExclamationCircle,{...re,className:"text-error"}):e});return C.jsx(co,{...o,iconBefore:n(),tooltipTriggerClassName:"flex-1 min-w-0",className:q(i?"text-error":"",t),tooltipText:i&&s?s:void 0,hideBorder:!0})},Wk=e=>{const{files:t,iconBeforeInput:s,dynamicIcon:o,onChange:i,isInvalid:n,errorText:r,removeButtonAriaLabel:a}=e,l=(u,h)=>{u.stopPropagation(),i(t?.filter(p=>p.name!==h)||[])},c=u=>C.jsx(Rm,{"aria-label":a,onClick:h=>l(h,u)}),d=u=>{i(u)};return!t||t.length===0?C.jsx(Mw,{backend:Bk,children:C.jsx(Vk,{...e,onChange:d})}):C.jsx("div",{className:"flex-1 min-h-0 border border-solid border-primary rounded",children:t&&t.length>0&&C.jsx("div",{className:"max-h-full overflow-y-auto",children:t.map((u,h)=>C.jsx(zk,{elementId:u.name,value:u.name,iconAfter:c(u.name),iconBefore:s||o?.(u.name),invalid:n?.(u),errorText:r},u.name+h))})})},_k=({onChange:e,fieldTitle:t,elementId:s,files:o,maxFilesCount:i,fileFormatError:n,fileCountError:r,multiple:a=!0,acceptTypes:l,deleteAllButtonLabel:c,addButtonLabel:d,...u})=>{const h=g.useRef(null),p=()=>h.current?.click(),f=()=>{e([])},m=g.useCallback(w=>w?.some(b=>b.type===""||!(l==="/"||l?.toLowerCase()?.includes(b?.type?.toLowerCase()))),[l]),v=g.useCallback(w=>{const b=w.target.files;if(b&&b.length>0){const S=Array.from(b);m(S)||e([...o||[],...S])}},[e,o,m]);return C.jsxs("div",{className:"h-full flex flex-col",children:[C.jsxs("div",{className:"flex justify-between items-center pb-1 min-h-[42px]",children:[C.jsx(ho,{fieldTitle:`${t}: ${a?o?.length||0:""}`,htmlFor:s}),a&&!!o?.length&&C.jsxs("div",{className:"flex flex-row items-center gap-x-2",children:[C.jsx(Re,{variant:Me.Tertiary,className:"!text-error",iconBefore:C.jsx(B.IconTrashX,{...re}),label:c,onClick:f}),(i?i>o?.length:!0)&&C.jsx(Re,{variant:Me.Tertiary,iconBefore:C.jsx(B.IconPlus,{...re}),label:d,onClick:p})]})]}),o&&o.length>0&&C.jsx("input",{id:"file",type:"file",multiple:a,ref:h,hidden:!0,accept:l,onChange:v}),C.jsx(Wk,{files:o,onChange:e,acceptTypes:l,maxFilesCount:i,multiple:a,fileFormatError:n,fileCountError:r,getIsFileFormatError:m,...u})]})},jk=C.jsx(B.IconChevronDown,{size:16}),Uk=C.jsx(B.IconChevronUp,{size:16}),ic=e=>{const[t,s]=g.useState(!1),o=g.useMemo(()=>t?Uk:jk,[t]);return C.jsx("div",{children:C.jsx(ft,{menu:{items:e.items},onOpenChange:i=>s(i),children:C.jsx(Re,{...e,iconAfter:o})})})},$k="w-full h-full grid grid-rows-[auto_1fr] gap-5 p-6 overflow-hidden min-w-0 bg-layer-2",bh="w-full text-secondary flex items-center gap-2",Kk="flex min-h-0 min-w-0 h-full gap-4 overflow-hidden",qk="flex flex-col flex-1 min-h-0 min-w-0 h-full gap-4",Yk="w-full h-full rounded bg-layer-3 text-secondary overflow-auto min-w-0",Zk="flex-1 w-full rounded text-secondary overflow-auto min-h-0 min-w-0",Xk=280,Qk="Files",Ds=20,Jk="Files",hl=".dial_folder",eA=280,tA=460,gl=44,sA=56,oA=800;var Ne=(e=>(e.ITEM="item",e.FOLDER="folder",e))(Ne||{}),Gm=(e=>(e.FILE="FILE",e.PROMPT="PROMPT",e.CONVERSATION="CONVERSATION",e.APPLICATION="APPLICATION",e.TOOLSET="TOOL_SET",e))(Gm||{}),Bm=(e=>(e.READ="READ",e.WRITE="WRITE",e.SHARE="SHARE",e))(Bm||{});const uo=(e,t)=>{if(!(!e||!e.length||!t))for(const s of e){if(s.path===t)return s;const o=uo(s.items,t);if(o)return o}},Sh=(e,t)=>{if(!e?.length)return;if(!t)return e[0];const s=uo(e,t);if(s&&s.nodeType===Ne.FOLDER)return s;const o=t.split("/").filter(Boolean);if(o.length<=1)return e[0];const i="/"+o.slice(0,o.length-1).join("/");return uo(e,i)??e[0]},rr=e=>(e??"").toLowerCase(),iA=e=>rr(e).replace(/^\./,""),nA=e=>{if(!e)return[];const t=[],s=o=>{const i=o.items??[];for(const n of i)t.push(n),n.nodeType===Ne.FOLDER&&s(n)};return s(e),t},Vm=e=>(e.name??e.path.split("/").pop()??"").startsWith("."),rA={size:10,stroke:2},aA=26;var kt=(e=>(e.File="file",e.Folder="folder",e))(kt||{});const lA=({name:e,type:t,shared:s=!1,loading:o=!1,...i})=>{const n=r=>C.jsxs("span",{className:"inline-flex relative text-secondary",role:"img",children:[r,s&&C.jsx("span",{className:"absolute -bottom-0.5 -left-0.5",children:C.jsx(Gi,{})})]});if(o)return n(C.jsx(tn,{}));if(t===kt.File){const r=e.includes(".")?e.split(".").pop():null;return C.jsx(hc,{...i,extension:r??"",className:"text-secondary",indicator:s?C.jsx(Gi,{}):null,label:"File type icon"})}return t===kt.Folder?n(C.jsx(ke,{icon:C.jsx(B.IconFolder,{className:i.className,size:i.size??re.size,stroke:i.stroke??re.stroke}),className:"inline-block align-middle"})):null},cA=({name:e,type:t,elementId:s,loading:o=!1,shared:i=!1,iconClassName:n,iconIndicator:r,iconLabel:a,iconSize:l,iconStroke:c,inputInvalid:d,inputInvalidMessage:u,inputContainerClassName:h,inputIconAfter:p,inputRef:f,onChange:m})=>{const v=()=>d?C.jsx(gs,{tooltip:u,children:p||C.jsx(B.IconAlertCircleFilled,{...re,className:"text-error","aria-label":"alert"})}):null;return C.jsxs("div",{className:"flex gap-2 items-center",children:[C.jsx(lA,{name:e,type:t,label:a,className:n,indicator:r,size:l,stroke:c,loading:o,shared:i}),C.jsx(co,{containerClassName:ue("!h-6 py-[1px] pl-[7px] pr-[7px]",h),elementId:s,value:e,onChange:m,invalid:d,iconAfter:v(),inputRef:f})]})};function zm({value:e,isEditing:t,restoreOnCancel:s=!0,onValidate:o,onSave:i,onCancel:n}){const[r,a]=g.useState(e),[l,c]=g.useState(!1),[d,u]=g.useState(""),h=g.useRef(null),p=g.useCallback((b=!1,S="")=>{c(b),u(S)},[]),f=g.useCallback(b=>{if(!o)return p(),!0;const S=o(b);return S?(p(!0,S),!1):(p(),!0)},[o,p]),m=g.useCallback(b=>{const S=b??"";a(S),f(S)},[f]),v=g.useCallback(()=>{f(r)?i?.(r):h.current?.focus()},[f,i,r]),w=g.useCallback(()=>{s&&a(e),p(),n?.()},[e,n,s,p]);return g.useEffect(()=>{t&&(a(e),p(),requestAnimationFrame(()=>{h.current?.focus(),h.current?.select()}))},[t,e,p]),g.useEffect(()=>{const b=h.current;if(!t||!b)return;const S=y=>{y.key==="Enter"?(y.preventDefault(),h.current?.blur()):y.key==="Escape"&&(y.preventDefault(),w())};return b.addEventListener("keydown",S),()=>b.removeEventListener("keydown",S)},[t,v,w]),g.useEffect(()=>{if(!t)return;const b=h.current;if(!b)return;const S=y=>{const x=y.relatedTarget;x&&b.contains(x)||(f(r)?v():b.focus())};return b.addEventListener("blur",S),()=>{b.removeEventListener("blur",S)}},[t,r,f,v]),{inputRef:h,value:r,onChange:m,invalid:l,invalidMessage:d}}const Hr=({name:e,type:t,elementId:s,editing:o=!1,loading:i=!1,shared:n=!1,iconSize:r=ns,validate:a,onSave:l,onCancel:c,inputContainerClassName:d,...u})=>{const{value:h,invalid:p,invalidMessage:f,onChange:m,inputRef:v}=zm({value:e,isEditing:o,onValidate:a,onCancel:c,onSave:l});return o?C.jsx(cA,{type:t,name:h,elementId:s,inputInvalid:p,inputInvalidMessage:f,inputRef:v,onChange:m,iconSize:r,inputContainerClassName:d}):t===kt.Folder?C.jsx(Yr,{name:e,loading:i,shared:n,iconSize:r,className:"max-w-[428px] truncate"}):C.jsx(qr,{className:"max-w-[428px]",...u,name:e,shared:n,iconSize:r})},Wm=e=>{const[t,s]=g.useState(e?.expandedPaths??new Set),o=g.useMemo(()=>!!e?.onExpandedPathsChange,[e?.onExpandedPathsChange]),i=g.useMemo(()=>o?e?.expandedPaths??new Set:t,[o,e?.expandedPaths,t]),n=g.useCallback(d=>{o?e?.onExpandedPathsChange?.(d):s(d)},[o,e]),r=g.useCallback(d=>{const u=new Set(i);u.has(d)?u.delete(d):u.add(d),n(u)},[i,n]),a=g.useCallback(()=>{n(new Set)},[n]),l=g.useCallback(d=>{const u=new Set(i);u.add(d),n(u)},[i,n]),c=g.useCallback(d=>{const u=new Set(i);u.delete(d),n(u)},[i,n]);return{expandedPaths:i,setExpandedPaths:n,togglePath:r,collapseAll:a,expandPath:l,collapsePath:c,isControlled:o}},dA=({items:e,showFiles:t=!1,expandedPaths:s,loadingPaths:o=new Set,loadedPaths:i=new Set,selectedPath:n,emptyStateTitle:r="No Folders",emptyStateDescription:a,emptyStateIcon:l,areHiddenFilesVisible:c=!1,renamedPath:d,rootItemLabel:u,rootItemPath:h,onItemClick:p,getContextMenuItems:f,onRenameSave:m,onRenameCancel:v,onRenameValidate:w,onExpandedPathsChange:b})=>{const{expandedPaths:S,togglePath:y}=Wm({expandedPaths:s??new Set,onExpandedPathsChange:b}),x=D=>{p?.(D),y(D.path)},F=(D,R)=>D.map(P=>{const{path:T,nodeType:E,name:M,items:A}=P,G=E===Ne.FOLDER;if(!c&&Vm(P))return null;if(!G&&!t)return;const N=Array.isArray(A)&&A.length>0&&A.some(X=>X.nodeType===Ne.FOLDER||t),Z=S.has(T),se=n===T,O=o.has(T),J=d===T,z=i.has(T),W=h&&u&&T===h&&G,$=w&&(X=>w(X,P)),K=se?"bg-accent-primary-alpha border-l-2 border-l-accent-primary rounded":"border-l-2 border-l-transparent",U=W?[]:f?.(P)??[];return C.jsx("div",{className:"cursor-pointer text-secondary",children:C.jsxs("div",{className:"flex flex-col w-full",children:[C.jsx(ft,{trigger:[Ct.ContextMenu],className:"w-full",anchorToMouse:!0,menu:{items:U},children:C.jsxs("div",{style:{paddingLeft:`${R*aA}px`},className:ue("py-1 gap-[2px] dial-small flex justify-between hover:bg-accent-primary-alpha rounded group/item w-full mb-[2px] relative",K),children:[!J&&C.jsx("div",{className:"absolute size-full left-0 top-0 z-0",onClick:()=>x(P)}),C.jsx("div",{className:"relative flex flex-row truncate items-center w-fit h-6",onClick:()=>!J&&x(P),children:C.jsxs(C.Fragment,{children:[G&&C.jsx(B.IconCaretRightFilled,{...rA,className:q("flex-shrink-0",Z&&"rotate-90 transition-all",z&&!N&&"text-transparent")}),C.jsx(Hr,{elementId:`${T}-tree-item`,name:W?u:M,type:G?kt.Folder:kt.File,loading:O,iconSize:Ds,...!W&&{editing:J,onSave:m,onCancel:v,validate:$}})]})}),U.length>0&&!J&&!W&&C.jsx("div",{className:"flex-1 flex justify-end",children:C.jsx(ft,{placement:"bottom-start",allowedPlacements:["top-start","top-end"],menu:{items:U},className:"sticky right-0",children:C.jsx(ke,{className:"invisible group-hover/item:visible text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:C.jsx(B.IconDotsVertical,{...re})})})})]})}),Z&&A&&F(A,R+1)]})},`${T}-children`)});return C.jsx("div",{className:"flex-1 w-full h-full overflow-y-auto",children:e.length>0?F(e,0):C.jsx(Vr,{title:r,description:a,icon:l})})},uA="w-full h-[12] flex items-center justify-between gap-4",hA="min-w-0 h-[38px] flex-1 overflow-hidden bg-layer-3 px-3 flex items-center rounded",gA="w-[260px]",pA=({ariaLabel:e="Breadcrumb",titleClassName:t,onItemClick:s,path:o,makeHref:i,rootItemPath:n,rootItemLabel:r,className:a,breadcrumbClassName:l,searchable:c=!0,value:d,elementId:u="fm-search",disabled:h,readonly:p,invalid:f,onSearchChange:m,searchClassName:v,searchContainerClassName:w,isCompactView:b=!1})=>{const S=g.useMemo(()=>{if(!o)return;const R=o.split("/").map(T=>T.trim()).filter(Boolean);if(!R.length)return[{title:"/"}];const P=R.map((T,E)=>{const M=R.slice(0,E+1),A=typeof i=="function"?i(M,E):void 0;return{title:T,href:A,onClick:s?G=>{G.preventDefault(),s(A)}:void 0}});if(n&&r){const T=n.split("/").filter(Boolean),E=o.split("/").filter(Boolean);if(T.every((A,G)=>E[G]===A)&&P.length>0){const A=P.slice(T.length);return[{title:r,href:n,onClick:s?G=>{G.preventDefault(),s(n)}:void 0},...A]}}return P},[o,i,s,n,r]),[y,x]=g.useState(!1),F=g.useCallback(()=>{if(!y){x(!0);const R=document.getElementById(u);R&&R.focus()}},[u,y]),D=g.useCallback(()=>b&&y?C.jsx(Re,{className:"!p-[9px]",variant:Me.Secondary,iconBefore:C.jsx(B.IconArrowLeft,{...re}),onClick:()=>{x(!1),m?.("")}}):C.jsx("div",{className:hA,children:C.jsx(xm,{pathItems:S,ariaLabel:e,titleClassName:t,className:l})}),[e,l,S,y,b,t,m]);return C.jsxs("div",{className:ue(uA,{"gap-3":b},a),children:[D(),c&&C.jsx("div",{className:ue(gA,{"w-[38px]":b&&!y,"w-full":b&&y}),role:"search","aria-label":"Search",onClick:F,children:C.jsx(dd,{elementId:u,value:d??"",onChange:m,disabled:h,readonly:p,invalid:f,className:v,containerClassName:ue(w,{"p-[10px]":b})})})]})};var Gr=(e=>(e.MyFiles="my_files",e.Shared="shared",e.Organization="organization",e))(Gr||{}),le=(e=>(e.Duplicate="duplicate",e.Copy="copy",e.Move="move",e.Rename="rename",e.Download="download",e.Delete="delete",e))(le||{}),nt=(e=>(e.Replace="replace",e.Duplicate="duplicate",e.Cancel="cancel",e))(nt||{}),Rt=(e=>(e.ReplaceAll="replaceAll",e.DuplicateAll="duplicateAll",e.DecideForEach="decideForEach",e))(Rt||{}),qe=(e=>(e.Copy="copy",e.Move="move",e))(qe||{}),Et=(e=>(e.Name="name",e.UpdatedAt="updatedAt",e.Size="size",e.Author="author",e.Actions="__actions",e))(Et||{});const _m=()=>{const[e,t]=g.useState(uh());return g.useEffect(()=>{const s=()=>t(uh());return window.addEventListener("resize",s),()=>window.removeEventListener("resize",s)},[]),e},fA=({tabs:e,activeTab:t,onTabChange:s,areHiddenFilesVisible:o,onToggleHiddenFiles:i,isNewButtonVisible:n,newButtonVariant:r=Me.Secondary,newButtonDropdownItems:a=[],newButtonLabel:l="New",hiddenFilesSwitcherLabel:c="Hidden files",showHiddenFilesLabel:d="Show hidden files",hideHiddenFilesLabel:u="Hide hidden files"})=>{const h=_m(),p=g.useMemo(()=>[{key:"hidden-files-switch",label:o?u:d,icon:o?C.jsx(B.IconEyeOff,{...re,className:"text-secondary"}):C.jsx(B.IconEye,{...re,className:"text-secondary"}),onClick:()=>i?.(!o)}],[o,u,d,i]),f=()=>e&&t&&s?C.jsx(wm,{tabs:e,activeTab:t,onClick:w=>s(w),screenThreshold:Lr.Tablet,smallScreenContainerClassName:"w-fit bg-transparent h-[38px] overflow-hidden",smallScreenDropdownItemClassName:"px-3 h-[38px]"}):null,m=()=>C.jsxs(C.Fragment,{children:[C.jsx(ld,{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(ic,{label:l,variant:r,items:a})]})]}),v=()=>C.jsxs(C.Fragment,{children:[C.jsx(ft,{menu:{items:p},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Re,{className:"h-[38px]",iconBefore:C.jsx(B.IconDotsVertical,{...re,className:"text-secondary hover:text-accent-primary"})})}),n?C.jsx(ic,{label: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()})]})},mA=12,CA=8;var $s=(e=>(e.Normal="normal",e.Reverse="reverse",e))($s||{});function vA({actions:e,direction:t=$s.Normal,moreButtonWidth:s=ns,actionsGap:o=8,containerPadding:i=8,dependencies:n=[]}){const r=g.useRef(null),a=g.useRef(null),l=g.useRef(null),c=g.useRef(null),d=g.useRef([]),[u,h]=g.useState(e.length);g.useLayoutEffect(()=>{if(!a.current)return;const m=Array.from(a.current.children);d.current=m.map(v=>Math.ceil(v.getBoundingClientRect().width))},[e,...n]),g.useEffect(()=>{if(!r.current)return;let m=null;const v=()=>{m&&cancelAnimationFrame(m),m=requestAnimationFrame(()=>{const b=r.current,S=l.current?.offsetWidth??0,y=c.current?.offsetWidth??0,x=S+y,D=b.getBoundingClientRect().width-x-s-o*2-i*2,R=d.current;let P=0,T=0;if(t===$s.Reverse)for(let E=R.length-1;E>=0&&(P+=R[E]+o,!(P>D));E--)T++;else for(const E of R){if(P+=E+o,P>D)break;T++}h(T)})},w=new ResizeObserver(v);return w.observe(r.current),v(),()=>{m&&cancelAnimationFrame(m),w.disconnect()}},[e.length,t,...n]);const p=t===$s.Reverse?e.slice(0,e.length-u):e.slice(u);return{visibleActions:t===$s.Reverse?e.slice(e.length-u):e.slice(0,u),hiddenActions:p,refs:{containerRef:r,measureRef:a,leftSectionRef:l,rightSectionRef:c}}}const wA=({getSelectionLabel:e,onClearSelection:t,actions:s,selectedCount:o})=>{const i=_m(),{refs:{containerRef:n,leftSectionRef:r,measureRef:a},visibleActions:l,hiddenActions:c}=vA({actions:s,direction:$s.Reverse,dependencies:[i],actionsGap:mA,containerPadding:CA}),d=e(o);return C.jsxs(C.Fragment,{children:[C.jsx("div",{ref:a,className:"absolute top-0 left-0 invisible pointer-events-none overflow-hidden whitespace-nowrap flex gap-3",children:s.map(({key:u,icon:h,title:p})=>C.jsx(Re,{iconBefore:h,label:p,variant:Me.Secondary,hideTitleOnMobile:!0},u))}),C.jsxs("div",{ref:n,className:"rounded bg-layer-0 p-2 flex justify-between items-center w-full",role:"toolbar","aria-label":"File bulk actions",children:[C.jsx("div",{ref:r,children:C.jsx(Re,{label:d,onClick:t,textClassName:"text-accent-primary whitespace-nowrap",variant:Me.Tertiary,iconBefore:C.jsx(B.IconX,{...re,className:"text-accent-primary"})})}),C.jsxs("div",{className:"flex flex-1 w-full gap-3 items-center justify-end",children:[c.length>0&&C.jsx(ft,{menu:{items:c},allowedPlacements:["bottom","bottom-start"],children:C.jsx(Re,{className:"h-[38px]",iconBefore:C.jsx(B.IconDotsVertical,{...re,className:"text-secondary hover:text-accent-primary"})})}),l.map(({key:u,icon:h,title:p,onClick:f,disabled:m})=>C.jsx(Re,{className:"!p-[9px]",iconBefore:h,label:p,variant:Me.Secondary,hideTitleOnMobile:!0,disabled:m,onClick:v=>f?.({key:u,domEvent:v})},u))]})]})]})},hd=e=>ge.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},ge.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"})),gd=e=>ge.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},ge.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"})),bA=e=>{const[t,s]=g.useState(e?.showHiddenFiles??!1),o=!!e?.onShowHiddenFilesChange,i=o?e.showHiddenFiles??!1:t,n=g.useCallback(a=>{o?e?.onShowHiddenFilesChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onShowHiddenFilesChange?.(a):s(a)},[i,o,e]);return{areHiddenFilesVisible:i,toggleHiddenFilesVisibility:r,setAreHiddenFilesVisible:n}},SA=e=>{const[t,s]=g.useState(e?.collapsed??!1),o=!!e?.onCollapseChange,i=o?e.collapsed??!1:t,n=g.useCallback(a=>{o?e?.onCollapseChange?.(a):s(a)},[o,e]),r=g.useCallback(()=>{const a=!i;o?e?.onCollapseChange?.(a):s(a)},[i,o,e]);return{isTreeCollapsed:i,toggleTreeCollapse:r,setIsTreeCollapsed:n}},yh=(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},pl=e=>e.name,yA=({getDestinationFiles:e,onResolve:t})=>{const[s,o]=g.useState([]),[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(!1),c=g.useCallback(b=>{l.current=!0,o(b),n(!0)},[]),d=g.useCallback(()=>{l.current=!1,n(!1),o([]),a(null)},[]),u=g.useCallback((b,S)=>{const y=e(b),x=new Set(y.map(pl)),F=S.filter(D=>x.has(D.name));return{hasConflicts:F.length>0,conflicts:F}},[e]),h=g.useCallback((b,S,y,x)=>{const F=e(b),D=new Set(F.map(pl));return S.map(R=>{const P=R.name,T=D.has(P),E=y&&T?P:yh(P,D);return(!y||!T)&&D.add(E),{sourceUrl:R.path,destinationUrl:`${b}/${E}`,overwrite:y&&T,nodeType:R.nodeType??Ne.ITEM,...x??{}}})},[e]),p=g.useCallback((b,S,y,x)=>{const F=e(b),D=new Set(F.map(pl));return S.filter(P=>y.get(P.path)!==nt.Cancel).map(P=>{const T=y.get(P.path),E=D.has(P.name),M=T===nt.Replace&&E,A=M?P.name:yh(P.name,D);return M||D.add(A),{sourceUrl:P.path,destinationUrl:`${b}/${A}`,overwrite:M,nodeType:P.nodeType??Ne.ITEM,...x??{}}})},[e]),f=g.useCallback((b,S,y)=>{const x=u(b,S);return x.hasConflicts&&(a({files:S,destinationFolder:b,metadata:y}),c(x.conflicts)),x},[u,c]),m=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!0,y);t?.(x,S),d()},[r,h,t,d]),v=g.useCallback(()=>{if(!r)return;const{files:b,destinationFolder:S,metadata:y}=r,x=h(S,b,!1,y);t?.(x,S),d()},[r,h,t,d]),w=g.useCallback(b=>{if(!r)return;const{files:S,destinationFolder:y,metadata:x}=r,F=new Map(b.map(R=>[R.file.path,R.action])),D=p(y,S,F,x);t?.(D,y),d()},[r,p,t,d]);return{conflictingFiles:s,conflictResolutionOpen:i,hasActiveConflictRef:l,checkForConflicts:u,startConflictResolution:f,resolveConflictsWithStrategy:h,resolveConflictsWithDecisions:p,openConflictResolution:c,closeConflictResolution:d,handleReplaceAll:m,handleDuplicateAll:v,handleDecideForEach:w}},xA=({getDestinationFiles:e,onCopyFiles:t,onMoveToFiles:s,onCopySuccess:o,onMoveSuccess:i,onDuplicateSuccess:n,getCopyHeader:r,getMoveHeader:a})=>{const[l,c]=g.useState(!1),[d,u]=g.useState([]),[h,p]=g.useState([]),[f,m]=g.useState(qe.Copy),[v,w]=g.useState(null),{conflictingFiles:b,conflictResolutionOpen:S,hasActiveConflictRef:y,startConflictResolution:x,resolveConflictsWithStrategy:F,closeConflictResolution:D,openConflictResolution:R,handleReplaceAll:P,handleDuplicateAll:T,handleDecideForEach:E}=yA({getDestinationFiles:e,onResolve:(X,ce)=>{v?.type===qe.Copy?(t?.(X,ce),o?.()):v?.type===qe.Move&&v.sourceFolder&&(s?.(X,v.sourceFolder,ce),i?.())}}),M=g.useCallback(()=>{u([]),p([]),w(null)},[]),A=g.useCallback(X=>{const ce=x(X,d,{type:qe.Copy});if(w({type:qe.Copy}),!ce.hasConflicts){const k=F(X,d,!1);t?.(k,X),o?.(),M()}},[d,x,F,t,o,M]),G=g.useCallback((X,ce)=>{const k=x(X,h,{type:qe.Move,sourceFolder:ce});if(w({type:qe.Move,sourceFolder:ce}),!k.hasConflicts){const ie=F(X,h,!0);s?.(ie,ce,X),i?.(),M()}},[h,x,F,s,i,M]),N=g.useCallback(()=>{P(),M()},[P,M]),Z=g.useCallback(()=>{T(),M()},[T,M]),se=g.useCallback(X=>{E(X),M()},[E,M]),O=g.useCallback(X=>{const ce=X.at(0)?.parentPath??"/",k=F(ce,X,!1);t?.(k,ce),n?.()},[t,n,F]),J=g.useCallback(X=>{m(X),c(!0)},[]),z=g.useCallback(()=>{c(!1),y.current||M()},[M,y]),[W,$]=g.useState(),K=g.useCallback(X=>{u(X),r&&X.length>0?$(r(X.length,X[0]?.name)):$(void 0)},[r]),U=g.useCallback(X=>{p(X),a&&X.length>0?$(a(X.length,X[0]?.name)):$(void 0)},[a]);return{handleDuplicate:O,handleCloseDestinationFolderPopup:z,handleOpenDestinationFolderPopup:J,handleCopyTo:A,handleMoveTo:G,openDestinationFolderPopup:l,destinationFolderMode:f,destinationFolderTitle:W,handleSetCopiedFiles:K,handleSetMovedFiles:U,clearState:M,conflictingFiles:b,conflictResolutionOpen:S,openConflictResolution:R,closeConflictResolution:D,handleConflictReplace:N,handleConflictDuplicate:Z,handleConflictDecideForEach:se}},RA=({path:e,onPathChange:t,onSelectionClear:s})=>{const[o,i]=g.useState(e);g.useEffect(()=>{i(e),s?.()},[e,s]);const n=g.useCallback(r=>{i(r),t?.(r),s?.()},[t,s]);return{currentPath:o,setCurrentPath:i,handlePathChange:n}},FA=({onDeleteFiles:e,onDeleteSuccess:t})=>{const[s,o]=g.useState(!1),[i,n]=g.useState([]),[r,a]=g.useState(""),l=g.useCallback((u,h)=>{n(u),a(h),o(!0)},[]),c=g.useCallback(()=>{o(!1),n([])},[]),d=g.useCallback(()=>{if(e&&i.length>0){const u=i.map(h=>({sourceUrl:h.path,nodeType:h.nodeType}));e(u,r),t?.()}c()},[i,e,t,c,r]);return{deleteConfirmationOpen:s,itemsToDelete:i,openDeleteConfirmation:l,closeDeleteConfirmation:c,confirmDelete:d}},EA=({onDownloadFiles:e,onDownloadSuccess:t})=>({handleDownloadFiles:g.useCallback(o=>{e&&o.length>0&&(e(o),t?.())},[e,t])}),DA=e=>"dataTransfer"in e&&e.dataTransfer!==null,PA=({onUploadFiles:e,onValidateUpload:t,maxFileSize:s,validationMessages:o={},onUploadArchive:i}={})=>{const[n,r]=g.useState(!1),[a,l]=g.useState(!1),[c,d]=g.useState(),u=g.useRef(null),h=g.useRef(""),p=g.useRef([]);g.useEffect(()=>{let R=0;const P=A=>{DA(A)&&A.dataTransfer.types.includes(Jk)&&(R++,l(!0))},T=()=>{R--,R===0&&l(!1)},E=()=>{R=0,l(!1)},M=A=>{A.preventDefault()};return window.addEventListener("dragenter",P),window.addEventListener("dragleave",T),window.addEventListener("drop",E),window.addEventListener("dragover",M),()=>{window.removeEventListener("dragenter",P),window.removeEventListener("dragleave",T),window.removeEventListener("drop",E),window.removeEventListener("dragover",M)}},[]);const f=g.useCallback((R,P)=>{const T=new Set(P.map(E=>E.name.toLowerCase()));return R.filter(E=>T.has(E.name.toLowerCase())).map(E=>E.name)},[]),m=g.useCallback(R=>s?R.filter(P=>P.fileContent.size>s).map(P=>P.name):[],[s]),v=g.useCallback(async(R,P,T)=>{d(void 0);const E=f(R,T);if(E.length>0){const A=o.duplicateFiles||`Files with the same name already exist: ${E.join(", ")}`;return d(A),!1}const M=m(R);if(M.length>0){const A=s?(s/1048576).toFixed(2):0,G=o.oversizedFiles||`Files exceed maximum size (${A}MB): ${M.join(", ")}`;return d(G),!1}if(t)try{const A=await t(R,T,P);if(!A.valid)return d(A.message||o.validationFailed||"Validation failed"),!1}catch{return d(o.validationError||"Validation error occurred"),!1}return e&&e(R,P),!0},[e,t,f,m,s,o]),w=g.useCallback(R=>{R.preventDefault(),R.stopPropagation(),R.dataTransfer.types.includes("Files")&&r(!0)},[]),b=g.useCallback(R=>{R.preventDefault(),R.stopPropagation();const P=R.currentTarget.getBoundingClientRect(),T=R.clientX,E=R.clientY;(T<=P.left||T>=P.right||E<=P.top||E>=P.bottom)&&r(!1)},[]),S=g.useCallback(R=>{R.preventDefault(),R.stopPropagation(),R.dataTransfer.types.includes("Files")&&(R.dataTransfer.dropEffect="copy")},[]),y=g.useCallback(async(R,P,T)=>{if(R.preventDefault(),R.stopPropagation(),r(!1),!R.dataTransfer.types.includes("Files"))return;const E=Array.from(R.dataTransfer.files);if(E.length>0){const M=E.map(A=>({fileContent:A,name:A.name}));await v(M,P,T)}},[v]);g.useEffect(()=>{let R=u.current;R||(R=document.createElement("input"),R.type="file",R.multiple=!0,R.style.display="none",document.body.appendChild(R),u.current=R);const P=async()=>{if(!R?.files?.length)return;const E=Array.from(R.files).map(M=>({fileContent:M,name:M.name}));await v(E,h.current,p.current),R.value=""};return R.addEventListener("change",P),()=>{R&&(R.removeEventListener("change",P),u.current===R&&(document.body.removeChild(R),u.current=null))}},[v]);const x=g.useCallback((R,P)=>{h.current=R,p.current=P,u.current&&u.current.click()},[]),F=g.useCallback((R,P)=>{if(!i)return;const T=document.createElement("input");T.type="file",T.accept=".zip,application/zip",T.multiple=!1,T.style.display="none";const E=()=>{const M=T.files?.[0];if(!M){document.body.removeChild(T);return}const A=M.name.replace(/\.zip$/i,"");if(P.some(N=>N.nodeType===Ne.FOLDER&&N.name.toLowerCase()===A.toLowerCase())){d(o.validationFailed||`Folder with name "${A}" already exists`),document.body.removeChild(T);return}try{i(M,A,R)}finally{document.body.removeChild(T)}};T.addEventListener("change",E),document.body.appendChild(T),T.click()},[i,o]),D=g.useCallback(()=>{d(void 0)},[]);return{isDragging:n,isDraggingOverWindow:a,uploadError:c,handleDragEnter:w,handleDragLeave:b,handleDragOver:S,handleDrop:y,clearError:D,handleUpload:v,openFileDialog:x,openArchiveDialog:F,fileInputRef:u}},jm=g.createContext(void 0),MA={emptyName:"Name cannot be empty",duplicateName:"An item with this name already exists"};function TA(e,t){const s=e.replace(/\/+$/,"").split("/");return s[s.length-1]=t,s.join("/")}function IA(e){const t=e.lastIndexOf(".");return t===-1||t===0?e:e.substring(0,t)}function xh(e){const t=e.lastIndexOf(".");return t===-1||t===0?"":e.substring(t)}const kA=({items:e,onRenameValidate:t,validationMessages:s,onMoveToFiles:o})=>{const[i,n]=g.useState(),r=g.useMemo(()=>({...MA,...s}),[s]),a=g.useMemo(()=>i?.path,[i]),l=g.useCallback(p=>{const f=uo(e,p);f&&n(f)},[e]),c=g.useCallback(()=>{n(void 0)},[]),d=g.useCallback(p=>{if(!i||!o){n(void 0);return}const f=i.nodeType===Ne.ITEM;let m=p.trim();if(f){const S=xh(i.name);S&&!m.endsWith(S)&&(m=m+S)}if(m===i.name){n(void 0);return}const v=TA(i.path,m),w=i.parentPath;if(!w){n(void 0);return}const b={sourceUrl:i.path,destinationUrl:v,nodeType:i.nodeType};o([b],w,w),n(void 0)},[i,o]),u=g.useCallback((p,f)=>{const m=p.trim();if(!m)return r.emptyName;const v=f.nodeType===Ne.ITEM;let w=m;if(v){const S=xh(f.name);S&&!w.endsWith(S)&&(w=w+S)}const b=f.parentPath;if(b){const S=uo(e,b);if(S&&new Set((S.items??[]).filter(x=>x.path!==f.path).map(x=>x.name.toLowerCase())).has(w.toLowerCase()))return r.duplicateName}if(t){const S=t(w,f);if(S)return S}return null},[t,r,e]),h=g.useCallback(p=>p.nodeType===Ne.ITEM?IA(p.name):p.name,[]);return{renamedPath:a,renamedItem:i,renameHandler:l,renameSaveHandler:d,renameCancelHandler:c,renameValidateHandler:u,getDisplayName:h}},AA=({newActionLabels:e,onUploadFiles:t,onCreateFolder:s,onUploadArchive:o})=>{const i=g.useMemo(()=>{const r=[];return e&&(e.newFolder&&r.push({key:"new-folder",label:e.newFolder,icon:C.jsx(B.IconFolder,{...re,className:"text-secondary"}),onClick:()=>{s&&s()}}),e.uploadFiles&&r.push({key:"upload-file",label:e.uploadFiles,icon:C.jsx(B.IconFile,{...re,className:"text-secondary"}),onClick:()=>{t&&t()}}),e.uploadArchive&&r.push({key:"upload-archive",label:e.uploadArchive,icon:C.jsx(B.IconFileZip,{...re,className:"text-secondary"}),onClick:()=>{o&&o()}})),r},[e,t,s,o]),n=g.useMemo(()=>i.length>0,[i]);return{newActions:i,isNewButtonVisible:n}},LA={emptyName:"Folder name cannot be empty",duplicateName:"A folder with this name already exists"},OA=({currentFolder:e,onCreateFolder:t,onValidateFolderName:s,validationMessages:o})=>{const[i,n]=g.useState(!1),[r,a]=g.useState(null),l=g.useRef(e?.path),c=g.useMemo(()=>({...LA,...o}),[o]);g.useEffect(()=>{const f=e?.path;l.current!==f&&i&&(n(!1),a(null)),l.current=f},[e?.path,i]);const d=g.useCallback(()=>{const f=`__new_folder_${Date.now()}`;a(f),n(!0)},[]),u=g.useCallback(()=>{n(!1),a(null)},[]),h=g.useCallback(f=>{const m=f.trim();if(!m)return c.emptyName;if(e&&new Set((e.items??[]).filter(w=>w.nodeType===Ne.FOLDER).map(w=>w.name.toLowerCase())).has(m.toLowerCase()))return c.duplicateName;if(s&&e){const v=s(m,e);if(v)return v}return null},[e,s,c]),p=g.useCallback(async f=>{const m=f.trim();if(!m)return;const w=`${e?.path??"/"}/${m}`,b=`${w}/${hl}`,y={fileContent:new File([],hl,{type:"text/plain"}),name:hl};t&&await t(y,w,b),u()},[e,t,u]);return{isCreatingFolder:i,newFolderTempId:r,startFolderCreation:d,cancelFolderCreation:u,saveFolderCreation:p,validateFolderName:h}},NA=({additionalButtons:e,expandedPathsLength:t,collapseAll:s})=>{const o=t===0;return{additionalButtons:g.useMemo(()=>{const n=ue(["hover:text-accent-primary p-1",o&&"text-controls-disable hover:text-controls-disable disabled:hover:cursor-default"]);return C.jsxs(C.Fragment,{children:[e,C.jsx(Re,{disabled:o,className:n,onClick:s,iconBefore:C.jsx(B.IconCopyMinus,{size:24,stroke:1.5})})]})},[e,o,s])}},HA=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`},Um=({children:e,className:t,items:s=[],rootItem:o,path:i,filesLoading:n,showHiddenFiles:r,onShowHiddenFilesChange:a,treeOptions:l,navigationPanelOptions:c,deleteConfirmationOptions:d,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:p,destinationFolderPopupOptions:f,conflictResolutionPopupOptions:m,onPathChange:v,onTableFileClick:w,onCopyFiles:b,onMoveToFiles:S,onDeleteFiles:y,onDownloadFiles:x,onRenameValidate:F,renameValidationMessages:D,onUploadFiles:R,onValidateUpload:P,maxFileSize:T,onUploadArchive:E,onCreateFolder:M,onCreateFolderValidate:A,folderCreationValidationMessages:G})=>{const[N,Z]=g.useState(new Map),se=g.useMemo(()=>new Set(N.keys()),[N]),O=g.useCallback(()=>Z(new Map),[]),{currentPath:J,setCurrentPath:z,handlePathChange:W}=RA({path:i,onPathChange:v,onSelectionClear:O}),[$,K]=g.useState(),U=f?.destinationFolderPath??$,X=g.useCallback(De=>{f?.setDestinationFolderPath?f.setDestinationFolderPath(De):K(De)},[f]),{areHiddenFilesVisible:ce,toggleHiddenFilesVisibility:k}=bA({showHiddenFiles:r,onShowHiddenFilesChange:a}),{isTreeCollapsed:ie,toggleTreeCollapse:me,setIsTreeCollapsed:ae}=SA({collapsed:l?.collapsed,onCollapseChange:l?.onCollapseChange}),{renamedPath:ye,renamedItem:we,renameHandler:Ae,renameSaveHandler:Fe,renameCancelHandler:ot,renameValidateHandler:pe,getDisplayName:Se}=kA({items:s,onRenameValidate:F,validationMessages:D,onMoveToFiles:S}),[Ie,V]=g.useState("");g.useEffect(()=>{const De=c?.value;De!=null&&V(String(De))},[c?.value]);const Q=String(c?.value??Ie??"").trim(),he=g.useMemo(()=>Sh(s,J)??s[0],[s,J]),{handleCopyTo:_e,handleMoveTo:mt,handleDuplicate:ze,handleOpenDestinationFolderPopup:Lt,handleCloseDestinationFolderPopup:vo,openDestinationFolderPopup:Ot,handleSetCopiedFiles:Te,handleSetMovedFiles:Qe,destinationFolderMode:ni,destinationFolderTitle:la,conflictingFiles:ca,conflictResolutionOpen:da,closeConflictResolution:ua,handleConflictReplace:ha,handleConflictDuplicate:un,handleConflictDecideForEach:hn}=xA({getDestinationFiles:De=>Sh(s,De)?.items??[],onCopyFiles:b,onMoveToFiles:S,onCopySuccess:O,onMoveSuccess:O,onDuplicateSuccess:O,getCopyHeader:f?.getCopyHeader,getMoveHeader:f?.getMoveHeader});g.useEffect(()=>{Ot&&!U&&X(J??o?.path??"/")},[Ot,U,J,o?.path,X]),g.useEffect(()=>{Ot||X(void 0)},[Ot,X]);const{deleteConfirmationOpen:gn,itemsToDelete:pn,openDeleteConfirmation:wo,closeDeleteConfirmation:fn,confirmDelete:ri}=FA({onDeleteFiles:y,onDeleteSuccess:O}),{handleDownloadFiles:ga}=EA({onDownloadFiles:x,onDownloadSuccess:O}),{isDragging:ai,isDraggingOverWindow:mn,uploadError:li,handleDragEnter:ci,handleDragLeave:Cn,handleDragOver:vn,handleDrop:wn,clearError:Je,openFileDialog:bn,fileInputRef:Sn,openArchiveDialog:yn}=PA({onUploadFiles:R,onValidateUpload:P,maxFileSize:T,onUploadArchive:E}),pa=g.useCallback(De=>{const Nt=J??"",pi=he?.items??[];wn(De,Nt,pi)},[J,he,wn]),di=g.useCallback(()=>{const De=J??"",Nt=he?.items??[];bn(De,Nt)},[J,he,bn]),fa=g.useCallback(()=>{const De=J??"",Nt=he?.items??[];yn(De,Nt)},[J,he,yn]),{isCreatingFolder:ui,newFolderTempId:vs,startFolderCreation:hi,cancelFolderCreation:gi,saveFolderCreation:xn,validateFolderName:Rn}=OA({currentFolder:he,onCreateFolder:M,onValidateFolderName:A,validationMessages:G}),{newActions:ma,isNewButtonVisible:Y}=AA({newActionLabels:h?.newActionLabels,onUploadFiles:di,onUploadArchive:fa,onCreateFolder:hi}),xe=g.useMemo(()=>{const De=rr(Q).trim(),Nt=he?.items??[];let pi=De?nA(he):Nt;ce||(pi=pi.filter(Ye=>!Vm(Ye)));const Ca=pi.map(Ye=>({id:Ye.id??Ye.path,name:Ye.name??Ye.path.split("/").pop()??"",updatedAt:Ye.updatedAt,size:Ye.nodeType===Ne.ITEM?HA(Ye.contentLength):"",author:Ye.author,path:Ye.path,nodeType:Ye.nodeType,extension:Ye.extension,isTemporary:!1}));if(ui&&vs&&!De&&Ca.unshift({id:vs,name:"",updatedAt:void 0,size:"",author:void 0,path:vs,nodeType:Ne.FOLDER,extension:void 0,isTemporary:!0}),!De)return Ca;const tC=De.split(/\s+/).filter(Boolean);return Ca.filter(Ye=>{if(Ye.isTemporary)return!0;const sC=rr(Ye.name),oC=rr(Ye.author),iC=iA(Ye.extension);return tC.every(va=>sC.includes(va)||oC.includes(va)||iC.includes(va))})},[he,Q,ce,ui,vs]),bo=g.useCallback(De=>{W(De.path)},[W]),es=g.useCallback(De=>{W(De)},[W]),ws=g.useCallback(De=>{const Nt=String(De??"");V(Nt),c?.onSearchChange?.(Nt)},[c]),Zm=g.useCallback(De=>{De.nodeType===Ne.FOLDER?W(De.path):w?.(De)},[W,w]),{expandedPaths:pd,setExpandedPaths:Xm,collapseAll:Qm}=Wm({expandedPaths:l?.expandedPaths,onExpandedPathsChange:l?.onExpandedPathsChange}),{additionalButtons:Jm}=NA({collapseAll:Qm,expandedPathsLength:pd.size,additionalButtons:l?.additionalButtons}),eC={className:t,items:s,rootItem:o,filesLoading:n,treeOptions:{...l,expandedPaths:pd,onExpandedPathsChange:Xm,additionalButtons:Jm},navigationPanelOptions:c,gridOptions:u,toolbarOptions:h,bulkActionsToolbarOptions:p,deleteConfirmationOptions:d,destinationFolderPopupOptions:{...f,destinationFolderPath:U,setDestinationFolderPath:X,title:la},currentPath:J,setCurrentPath:z,searchValue:Ie,effectiveSearchValue:Q,setSearchValue:V,areHiddenFilesVisible:ce,toggleHiddenFilesVisibility:k,isTreeCollapsed:ie,toggleTreeCollapse:me,setIsTreeCollapsed:ae,selectedIds:se,selectedFiles:N,setSelectedFiles:Z,clearSelection:O,currentFolder:he,gridRows:xe,handleCopyTo:_e,handleMoveTo:mt,handleDuplicate:ze,handleSetCopiedFiles:Te,handleSetMovedFiles:Qe,openDestinationFolderPopup:Ot,handleCloseDestinationFolderPopup:vo,handleOpenDestinationFolderPopup:Lt,destinationFolderMode:ni,handleDownloadFiles:ga,renamedPath:ye,renamedItem:we,onRename:Ae,onRenameSave:Fe,onRenameCancel:ot,onRenameValidate:pe,getDisplayName:Se,openDeleteConfirmation:wo,closeDeleteConfirmation:fn,confirmDelete:ri,deleteConfirmationOpen:gn,itemsToDelete:pn,handlePathChange:W,handleTreeItemClick:bo,handleBreadcrumbItemClick:es,handleSearchChange:ws,handleTableRowClick:Zm,onTableFileClick:w,isDragging:ai,uploadError:li,handleDragEnter:ci,handleDragLeave:Cn,handleDragOver:vn,handleDrop:pa,clearUploadError:Je,onUploadFiles:R,onValidateUpload:P,maxFileSize:T,isDraggingOverWindow:mn,openFileDialog:di,fileInputRef:Sn,newActions:ma,isNewButtonVisible:Y,isCreatingFolder:ui,newFolderTempId:vs,startFolderCreation:hi,cancelFolderCreation:gi,saveFolderCreation:xn,validateFolderName:Rn,conflictResolutionPopupOptions:m,conflictingFiles:ca,conflictResolutionOpen:da,closeConflictResolution:ua,handleConflictReplace:ha,handleConflictDuplicate:un,handleConflictDecideForEach:hn};return C.jsx(jm.Provider,{value:eC,children:e})},$m=()=>{const e=g.useContext(jm);if(!e)throw new Error("useFileManagerContext must be used within <FileManagerProvider>");return e},GA="en-US",BA={year:"numeric",month:"numeric",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit"},VA="text-primary";function Km(e){if(!e)return null;if(e instanceof Date)return isFinite(e.getTime())?e:null;if(typeof e=="number"){const t=new Date(e);return isFinite(t.getTime())?t:null}if(typeof e=="string"){const t=e.trim();if(/^-?\d+$/.test(t)){const o=Number(t);return Km(o)}const s=new Date(t);return isFinite(s.getTime())?s:null}return null}const qm=({value:e,locale:t=GA,options:s=BA,emptyPlaceholder:o,className:i})=>{const n=Km(e),r=g.useMemo(()=>n?new Intl.DateTimeFormat(t,s).format(n):o,[n,o,t,s]),a=n?n.toISOString():void 0;return C.jsx(Bt,{text:a?C.jsx("time",{dateTime:a,children:r}):C.jsx("span",{children:r}),className:q(VA,i),hideTooltip:!1})},zA=({open:e,itemsToDelete:t,onClose:s,onConfirm:o,cancelLabel:i="Cancel",confirmLabel:n="Delete",titleRenderer:r,contentRenderer:a})=>{const l=t.map(p=>p.name),d=r?.(l)||"Confirm Deleting Items",u=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 break-all",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(p=>C.jsx("li",{className:"truncate",children:p.name},p.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(p=>C.jsx("li",{className:"truncate",children:p.name},p.path))}),C.jsxs("p",{className:"text-secondary italic",children:["... and ",t.length-10," more"]})]})})]}),h=a?.(l)||u;return C.jsx(Dm,{open:e,title:d,confirmLabel:n,cancelLabel:i,variant:Zo.Danger,onClose:s,onConfirm:o,children:h})},WA=({onClose:e,onConfirm:t,open:s,copyLabel:o="Copy",moveLabel:i="Move",addFolderLabel:n="Add folder",mode:r=qe.Copy,hiddenFilesSwitcherLabel:a="Show hidden files",onUploadFiles:l,onValidateUpload:c,maxFileSize:d,title:u,...h})=>{const[p,f]=g.useState(!1),m=g.useCallback(w=>{f(w)},[]),v=r===qe.Copy?"Copy to":"Move to";return C.jsx(ii,{open:s,onClose:()=>{e()},size:Gt.Lg,className:"md:!h-[800px]",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,{label:n,variant:Me.Tertiary,iconBefore:C.jsx(B.IconFolderPlus,{...re})}),C.jsx("div",{className:"border border-l border-primary my-2"}),C.jsx("div",{className:"inline-flex items-center cursor-pointer",onClick:w=>{w.stopPropagation(),m(!p)},children:C.jsx(ld,{title:a,isOn:p,onChange:m,switchId:"hidden-files-switch"})})]}),C.jsxs("div",{className:"flex space-x-4",children:[C.jsx(Re,{onClick:e,label:"Cancel",variant:Me.Secondary}),C.jsx(Re,{onClick:t,label:r==="copy"?o:i,variant:Me.Primary})]})]}),title:u??v,children:C.jsx(Ym,{...h,showHiddenFiles:p,onShowHiddenFilesChange:m,treeOptions:{...h.treeOptions,collapsed:!0,expandedPaths:new Set([h.rootItem?.path||"/"])},gridOptions:{withSelectionColumn:!1,...h.gridOptions},onUploadFiles:l,onValidateUpload:c,maxFileSize:d})})},_A=({selectedFiles:e,actionLabels:t,onDuplicate:s,onCopy:o,onMove:i,onDownload:n,onDelete:r,getCurrentFolderPath:a})=>g.useMemo(()=>{const l=[],c=Array.from(e.values());return!c.length||!t||(t[le.Move]&&l.push({key:le.Move,label:t[le.Move],title:t[le.Move],icon:C.jsx(gd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>i(c)}),t[le.Copy]&&l.push({key:le.Copy,label:t[le.Copy],title:t[le.Copy],icon:C.jsx(hd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>o(c)}),t[le.Duplicate]&&l.push({key:le.Duplicate,label:t[le.Duplicate],title:t[le.Duplicate],icon:C.jsx(B.IconCopy,{...re,className:"text-secondary"}),onClick:()=>s(c)}),t[le.Delete]&&l.push({key:le.Delete,label:t[le.Delete],title:t[le.Delete],icon:C.jsx(B.IconTrashX,{...re,className:"text-secondary"}),onClick:()=>{const d=a();r(c,d)}}),t[le.Download]&&l.push({key:le.Download,label:t[le.Download],title:t[le.Download],icon:C.jsx(B.IconDownload,{...re,className:"text-secondary"}),onClick:()=>n(c)})),l},[e,t,s,o,i,n,r,a]),jA=({actionLabels:e,onDuplicate:t,onCopy:s,onMove:o,onDownload:i,onRename:n,onDelete:r})=>g.useMemo(()=>a=>{const l=[];return e&&(e[le.Duplicate]&&l.push({key:le.Duplicate,label:e[le.Duplicate],icon:C.jsx(B.IconCopy,{...re,className:"text-secondary"}),onClick:()=>t(a)}),e[le.Copy]&&l.push({key:le.Copy,label:e[le.Copy],icon:C.jsx(hd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>s(a)}),e[le.Move]&&l.push({key:le.Move,label:e[le.Move],icon:C.jsx(gd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>o(a)}),e[le.Download]&&l.push({key:le.Download,label:e[le.Download],icon:C.jsx(B.IconDownload,{...re,className:"text-secondary"}),onClick:()=>i(a)}),e[le.Delete]&&l.push({key:le.Delete,label:e[le.Delete],icon:C.jsx(B.IconTrashX,{...re,className:"text-secondary"}),onClick:()=>r(a,a.parentPath??"")}),e[le.Rename]&&l.push({key:le.Rename,label:e[le.Rename],icon:C.jsx(B.IconPencilMinus,{...re,className:"text-secondary"}),onClick:()=>n(a.path)})),l},[e,t,s,o,i,n,r]),UA=({open:e,onClose:t,onReplace:s,onDuplicate:o,onDecideForEach:i,conflictingFiles:n,singleFileTitle:r="Replace Or Duplicate Item",multipleFilesTitle:a="Replace Or Duplicate Items",message:l,actionLabels:c,strategyLabels:d,confirmLabel:u="Confirm",cancelLabel:h="Cancel",nameColumnLabel:p="Name",actionColumnLabel:f="Action"})=>{const m=n.length===1,v=m?n[0]?.name:"",w=c?.[nt.Replace]??"Replace",b=c?.[nt.Duplicate]??"Duplicate",S=c?.[nt.Cancel]??"Cancel",y=d?.[Rt.ReplaceAll]??"Replace all",x=d?.[Rt.DuplicateAll]??"Duplicate all",F=d?.[Rt.DecideForEach]??"Decide for each",[D,R]=g.useState(nt.Replace),[P,T]=g.useState(Rt.ReplaceAll),[E,M]=g.useState(new Map(n.map(U=>[U.path,nt.Replace]))),[A,G]=g.useState(void 0),N=m?r:a,Z=C.jsxs(C.Fragment,{children:["Item with the name ",C.jsxs("span",{className:"text-primary",children:['"',v,'"']})," ","already exists in this destination."]}),se=`${n.length} items with the same names already exist in this destination.`,O=l??(m?Z:se),J=g.useMemo(()=>[{id:nt.Replace,name:w},{id:nt.Duplicate,name:b}],[w,b]),z=g.useMemo(()=>n.map(U=>({id:U.path,name:U.name,path:U.path,nodeType:U.nodeType??Ne.ITEM,action:E.get(U.path)||nt.Replace})),[n,E]),W=g.useMemo(()=>[{field:"name",headerName:p,flex:1,minWidth:200,floatingFilter:!1,filter:!1,resizable:!1,cellRenderer:U=>U.data?.nodeType===Ne.FOLDER?C.jsx(Yr,{name:U.data.name,iconSize:Ds}):C.jsx(qr,{name:U.data.name,iconSize:Ds})},{field:"action",headerName:f,width:140,suppressSizeToFit:!0,sortable:!1,filter:!1,floatingFilter:!1,resizable:!1,cellRenderer:U=>{if(!U.data)return null;const X=[{key:nt.Replace,label:w,icon:C.jsx(B.IconCircleFilled,{size:10,className:"text-accent-tertiary"})},{key:nt.Duplicate,label:b,icon:C.jsx(B.IconCircleFilled,{size:10,className:"text-accent-secondary"})},{key:nt.Cancel,label:S,icon:C.jsx(B.IconCircleFilled,{size:10,className:"text-error"})}],ce=X.find(ie=>ie.key===U.data.action),k=A===U.data.path;return C.jsx("div",{className:"flex items-center h-full",children:C.jsx(ft,{trigger:[Ct.Click],open:k,menu:{items:X,onClick:({key:ie})=>{M(me=>{const ae=new Map(me);return ae.set(U.data.path,ie),ae}),G(void 0)}},placement:"bottom-start",matchReferenceWidth:!1,allowedPlacements:["bottom-start","top-start"],onOpenChange:ie=>{G(ie?U.data.path:void 0)},children:C.jsxs("button",{type:"button",className:"flex items-center gap-2",children:[C.jsxs("span",{className:"flex items-center gap-2",children:[ce?.icon,ce?.label??w]}),C.jsx(B.IconChevronDown,{size:16,className:q("text-secondary transition-transform",k&&"rotate-180")})]})})})}}],[p,f,w,b,S,A]),$=g.useMemo(()=>[{id:Rt.ReplaceAll,name:y},{id:Rt.DuplicateAll,name:x},{id:Rt.DecideForEach,name:F,content:P===Rt.DecideForEach?C.jsx("div",{className:"mt-4",children:C.jsx(ad,{columnDefs:W,rowData:z,getRowId:U=>U.id,withSelectionColumn:!1,wrapCustomCellRenderers:!1,alternateOddRowColors:!1,additionalGridOptions:{domLayout:"autoHeight"}})}):void 0}],[y,x,F,P,W,z]),K=g.useCallback(()=>{if(m)D===nt.Replace?s():o();else if(P===Rt.ReplaceAll)s();else if(P===Rt.DuplicateAll)o();else if(P===Rt.DecideForEach&&i){const U=n.map(X=>({file:X,action:E.get(X.path)||nt.Replace}));i(U)}},[m,D,P,E,n,s,o,i]);return C.jsx(ii,{open:e,onClose:t,size:Gt.Md,title:N,dividers:!1,footer:C.jsxs("div",{className:"flex justify-end gap-3 py-4 px-6",children:[C.jsx(Re,{onClick:t,label:h,variant:Me.Secondary}),C.jsx(Re,{onClick:K,label:u,variant:Me.Primary})]}),children:C.jsxs("div",{className:"px-6 py-4",children:[C.jsx("p",{className:"text-secondary mb-4",children:O}),m?C.jsx(ar,{elementId:"single-file-conflict",radioButtons:J,activeRadioButton:D,orientation:eo.Column,onChange:U=>R(U)}):C.jsx(ar,{elementId:"multiple-files-conflict",radioButtons:$,activeRadioButton:P,orientation:eo.Column,onChange:U=>T(U),formItemChildrenClassName:"gap-3"})]})})},$A=({id:e,name:t,nodeType:s,size:o,updatedAt:i,dateLocale:n,dateOptions:r})=>C.jsx("div",{className:"flex",children:C.jsx("div",{className:"flex flex-1 min-w-0",children:C.jsx(Hr,{type:s===Ne.FOLDER?kt.Folder:kt.File,name:t,elementId:e,iconSize:Ds,details:C.jsxs("div",{className:"flex items-center gap-1 dial-tiny text-secondary",children:[C.jsx("span",{children:o}),i&&o&&C.jsx(B.IconCircleFilled,{size:2,className:"text-secondary"}),i?C.jsx("span",{children:C.jsx(qm,{value:i,locale:n?.toString(),options:r,className:"dial-tiny text-secondary"})}):null]})})})});function KA(e){const t=g.useRef(null),[s,o]=g.useState(!1);return g.useEffect(()=>{if(!t.current)return;const i=new ResizeObserver(([n])=>{const r=n.contentRect.width;o(r<e)});return i.observe(t.current),()=>i.disconnect()},[e]),{containerRef:t,isBelowBreakpoint:s}}const qA=({getContextMenuItems:e})=>{const t=g.useCallback(o=>{if(!o.data)return null;const i=o.data?e?.(o.data)??[]:[];return i.length?C.jsx(ft,{placement:"bottom-start",allowedPlacements:["top-start","top-end","bottom-start"],menu:{items:i},className:"sticky right-0",children:C.jsx(ke,{className:"text-secondary mx-2 flex flex-row gap-2 hover:text-accent-primary",icon:C.jsx(B.IconDotsVertical,{...re})})}):null},[e]);return{actionsColumnDef:g.useMemo(()=>({colId:"__actions",headerName:"",width:44,minWidth:44,suppressSizeToFit:!0,sortable:!1,resizable:!1,filter:!1,floatingFilter:!1,suppressMenu:!0,borderless:!0,cellRenderer:t}),[t])}},Ym=e=>C.jsx(Um,{...e,children:C.jsx(YA,{})}),YA=()=>{const{className:e,items:t,rootItem:s,filesLoading:o,treeOptions:i,navigationPanelOptions:n,gridOptions:r,toolbarOptions:a,bulkActionsToolbarOptions:l,deleteConfirmationOptions:c,destinationFolderPopupOptions:d,conflictResolutionPopupOptions:u,compactViewWidthBreakpoint:h=oA,areHiddenFilesVisible:p,toggleHiddenFilesVisibility:f,isTreeCollapsed:m,toggleTreeCollapse:v,currentPath:w,gridRows:b,selectedIds:S,selectedFiles:y,setSelectedFiles:x,clearSelection:F,effectiveSearchValue:D,handleBreadcrumbItemClick:R,handleSearchChange:P,handleTreeItemClick:T,handleTableRowClick:E,handleOpenDestinationFolderPopup:M,handleCloseDestinationFolderPopup:A,openDestinationFolderPopup:G,destinationFolderMode:N,handleSetCopiedFiles:Z,handleSetMovedFiles:se,handleDuplicate:O,handleCopyTo:J,handleMoveTo:z,handleDownloadFiles:W,openDeleteConfirmation:$,closeDeleteConfirmation:K,confirmDelete:U,deleteConfirmationOpen:X,itemsToDelete:ce,renamedPath:k,renamedItem:ie,onRename:me,onRenameSave:ae,onRenameCancel:ye,onRenameValidate:we,getDisplayName:Ae,isDragging:Fe,isDraggingOverWindow:ot,handleDragEnter:pe,handleDragLeave:Se,handleDragOver:Ie,handleDrop:V,onUploadFiles:Q,onValidateUpload:he,maxFileSize:_e,newActions:mt,isNewButtonVisible:ze,newFolderTempId:Lt,cancelFolderCreation:vo,saveFolderCreation:Ot,validateFolderName:Te,conflictingFiles:Qe,conflictResolutionOpen:ni,closeConflictResolution:la,handleConflictReplace:ca,handleConflictDuplicate:da,handleConflictDecideForEach:ua}=$m(),{width:ha=Xk,title:un=Qk,containerClassName:hn=Yk,additionalButtons:gn,...pn}=i??{},[wo,fn]=g.useState(ha),ri=g.useRef(null),ga=Y=>{ri.current===null&&(ri.current=requestAnimationFrame(()=>{fn(Y),ri.current=null}))},{columnDefs:ai,filterable:mn=!0,dateLocale:li,dateOptions:ci,visibleColumns:Cn=[Et.Name,Et.UpdatedAt,Et.Size,Et.Author,Et.Actions],...vn}=r??{},{containerRef:wn,isBelowBreakpoint:Je}=KA(h),bn=g.useMemo(()=>[{colId:Et.Name,field:"name",headerName:"Name",flex:1,minWidth:200,cellRenderer:Y=>{const xe=Y.data.nodeType;if(Y.data?.isTemporary&&Y.data.id===Lt)return C.jsx(Hr,{name:"",type:kt.Folder,elementId:`new-folder-${Y.data.id}`,editing:!0,iconSize:Ds,validate:Te,onSave:Ot,onCancel:vo,inputContainerClassName:ue(["!h-9",Je&&xe===Ne.ITEM&&"!h-10"])});if(k===Y.data?.path&&ie&&Y.data){const es=Ae(ie);return C.jsx(Hr,{name:es,type:xe===Ne.FOLDER?kt.Folder:kt.File,elementId:`rename-${Y.data.id}`,editing:!0,iconSize:Ds,validate:ws=>we(ws,ie),onSave:ae,onCancel:ye,inputContainerClassName:ue(["!h-9",Je&&xe===Ne.ITEM&&"!h-10"])})}return Je?C.jsx($A,{id:Y.data.id,name:Y.data.name,nodeType:xe,size:Y.data.size,updatedAt:Y.data.updatedAt,dateLocale:li,dateOptions:ci}):xe===Ne.FOLDER?C.jsx(Yr,{name:Y.data.name,iconSize:Ds}):C.jsx(qr,{name:Y.data.name,iconSize:Ds})}},{colId:Et.UpdatedAt,field:"updatedAt",headerName:"Modified Date",width:168,suppressSizeToFit:!0,cellRenderer:qm,cellRendererParams:{locale:li,options:ci}},{colId:Et.Size,field:"size",headerName:"Size",width:120,suppressSizeToFit:!0},{colId:Et.Author,field:"author",headerName:"Author",width:200,suppressSizeToFit:!0,cellRenderer:Y=>Y.data.author}],[li,ci,Lt,Je,Ot,vo,Te,k,ie,we,ae,ye,Ae]),Sn=g.useCallback(Y=>{const xe=[];return i?.actionLabels&&(i.actionLabels[le.Duplicate]&&xe.push({key:"duplicate",label:i.actionLabels[le.Duplicate],icon:C.jsx(B.IconCopy,{...re,className:"text-secondary"}),onClick:()=>O([Y])}),i.actionLabels[le.Copy]&&xe.push({key:qe.Copy,label:i.actionLabels[le.Copy],icon:C.jsx(hd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>{Z([Y]),M(qe.Copy)}}),i.actionLabels[le.Move]&&xe.push({key:qe.Move,label:i.actionLabels[le.Move],icon:C.jsx(gd,{width:re.size,height:re.size,className:"text-secondary"}),onClick:()=>{se([Y]),M(qe.Move)}}),i.actionLabels[le.Download]&&xe.push({key:"download",label:i.actionLabels[le.Download],icon:C.jsx(B.IconDownload,{...re,className:"text-secondary"}),onClick:()=>W([Y])}),i.actionLabels[le.Rename]&&xe.push({key:"rename",label:i.actionLabels[le.Rename],icon:C.jsx(B.IconPencilMinus,{...re,className:"text-secondary"}),onClick:()=>me(Y.path)}),i.actionLabels[le.Delete]&&xe.push({key:"delete",label:i.actionLabels[le.Delete],icon:C.jsx(B.IconTrashX,{...re,className:"text-secondary"}),onClick:()=>$([Y],Y.parentPath??"")})),xe},[W,O,M,Z,se,me,$,i]),yn=g.useMemo(()=>{const Y=new Map;return y.forEach((xe,bo)=>{const es=b.find(ws=>ws.path===bo);es&&Y.set(bo,es)}),Y},[y,b]),pa=g.useCallback(Y=>{const xe=new Map;Y.forEach((bo,es)=>{const ws=uo(t,es);ws&&xe.set(es,ws)}),x(xe)},[t,x]),di=_A({selectedFiles:y,actionLabels:l?.actionLabels,onDuplicate:O,onCopy:Y=>{Z(Y),M(qe.Copy)},onMove:Y=>{se(Y),M(qe.Move)},onDownload:W,onDelete:$,getCurrentFolderPath:()=>w??"/"}),fa=g.useCallback(()=>a&&S.size===0?C.jsx("div",{className:bh,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(fA,{...a,areHiddenFilesVisible:p,onToggleHiddenFiles:f,isNewButtonVisible:ze,newButtonDropdownItems:mt})}):S.size>0&&l?C.jsx("div",{className:bh,role:"toolbar","aria-label":"File Manager Toolbar",children:C.jsx(wA,{...l,selectedCount:S.size,onClearSelection:F,actions:di})}):C.jsx("div",{}),[l,S,F,di,p,f,a,ze,mt]),ui=g.useCallback(()=>Je?null: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(eg,{defaultWidth:wo,width:wo,onResizeStop:fn,onResize:ga,minWidth:eA,maxWidth:tA,enabled:m,children:C.jsx(Vh,{width:wo,title:un,containerClassName:hn,additionalButtons:gn,isOpened:m,onToggle:v,children:C.jsx(dA,{...pn,items:t,rootItemPath:s?.path,rootItemLabel:s?.label,selectedPath:w,onItemClick:T,areHiddenFilesVisible:p,getContextMenuItems:Sn,renamedPath:k,onRenameSave:ae,onRenameCancel:ye,onRenameValidate:we})})})}),[gn,p,hn,w,pn,Sn,T,Je,m,t,s,ye,ae,we,k,wo,un,v]),vs=jA({actionLabels:r?.actionLabels,onDuplicate:Y=>O([Y]),onCopy:Y=>{Z([Y]),M(qe.Copy)},onMove:Y=>{se([Y]),M(qe.Move)},onDownload:Y=>W([Y]),onRename:me,onDelete:(Y,xe)=>$([Y],xe)}),hi=g.useCallback(Y=>{const xe=uo(t,Y.path);return xe?vs(xe):[]},[t,vs]),{actionsColumnDef:gi}=qA({getContextMenuItems:hi}),xn=ai??bn,Rn=g.useMemo(()=>{let Y=xn;return ai||(Y=Y.filter(xe=>xe.colId&&Cn.includes(xe.colId))),Je&&(Y=Y.slice(0,1)),Y.push(gi),mn?Y:Y.map(xe=>({...xe,filter:!1,floatingFilter:!1}))},[xn,mn,Je,gi,ai,Cn]),ma=g.useCallback(Y=>{Y.colDef.colId==="__select"||Y.colDef.colId===Et.Actions||k&&Y.data?.path===k||Y.data?.isTemporary||Y.data&&E(Y.data)},[k,E]);return C.jsxs("section",{ref:wn,className:ue($k,{"gap-3 pt-4":l&&S.size>0,"gap-4 p-3 pt-4":Je,"gap-2 pt-2":Je&&l&&S.size>0},e),children:[fa(),C.jsxs("div",{className:Kk,children:[ui(),C.jsxs("div",{className:ue(qk,{"gap-3":Je}),children:[C.jsx(pA,{...n??{},makeHref:Y=>Y.join("/"),path:w,onItemClick:R,rootItemPath:s?.path,rootItemLabel:s?.label,value:D,onSearchChange:P,isCompactView:Je}),C.jsx("section",{role:"region","aria-label":"File Manager Grid View",className:ue(Zk),onDragEnter:pe,onDragLeave:Se,onDragOver:Ie,onDrop:V,children:C.jsx(ad,{columnDefs:Rn,rowData:b,getRowId:Y=>Y.path,loading:o,getContextMenuItems:hi,withoutHeaderBorders:Je,selectionOnHover:!Je,className:q(Fe?"border border-dashed border-accent-primary":"",ot&&!Fe?"border border-dashed border-primary":""),...vn,additionalGridOptions:{...vn.additionalGridOptions,onCellClicked:ma,headerHeight:gl,rowHeight:gl,...Je?{getRowHeight:Y=>Y.data?.nodeType===Ne.FOLDER?gl:sA}:{}},selectedRows:yn,onSelectionChangeWithMap:pa,wrapperBorder:!Fe&&!ot})})]})]}),C.jsx(zA,{open:X,itemsToDelete:ce,onClose:K,onConfirm:U,cancelLabel:c?.cancelLabel,confirmLabel:c?.confirmLabel,titleRenderer:c?.titleRenderer,contentRenderer:c?.contentRenderer}),C.jsx(WA,{...d,open:G,onClose:A,onConfirm:()=>{const Y=d?.destinationFolderPath??"/";N===qe.Copy?J(Y):z(Y,w??"/"),A()},mode:N,items:t,rootItem:s,gridOptions:{columnDefs:Rn,loading:o},onUploadFiles:Q,onValidateUpload:he,maxFileSize:_e}),C.jsx(UA,{...u,open:ni,onClose:la,onReplace:ca,onDuplicate:da,onDecideForEach:ua,conflictingFiles:Qe})]})},ZA=e=>{const[t,s]=g.useState(Gr.MyFiles),o=n=>{s(n)},i=g.useMemo(()=>{if(e)return Object.values(Gr).map(n=>({id:n,label:e?.[n]||n.replace("_"," ")}))},[e]);return{activeTab:t,handleTabChange:o,tabs:i}};exports.AlertVariant=Ws;exports.ButtonVariant=Me;exports.ConfirmationPopupVariant=Zo;exports.DialAlert=KC;exports.DialAutocompleteInput=Ck;exports.DialAutocompleteInputValue=cd;exports.DialBreadcrumb=xm;exports.DialBreadcrumbItem=Ri;exports.DialButton=Re;exports.DialButtonDropdown=ic;exports.DialCheckbox=Ni;exports.DialCloseButton=rd;exports.DialCollapsibleSidebar=Vh;exports.DialConditionalResizableContainer=eg;exports.DialConfirmationPopup=Dm;exports.DialDraggableItem=u1;exports.DialDropdown=ft;exports.DialEllipsisTooltip=Bt;exports.DialErrorText=Ps;exports.DialFieldLabel=ho;exports.DialFileIcon=hc;exports.DialFileManager=Ym;exports.DialFileManagerActions=le;exports.DialFileManagerTabs=Gr;exports.DialFileName=qr;exports.DialFileNodeType=Ne;exports.DialFilePermission=Bm;exports.DialFileResourceType=Gm;exports.DialFolderName=Yr;exports.DialFormItem=Br;exports.DialFormPopup=hk;exports.DialGrid=ad;exports.DialIcon=ke;exports.DialInput=co;exports.DialInputPopup=Pm;exports.DialItemType=kt;exports.DialLabelledText=av;exports.DialLoadFileAreaField=_k;exports.DialLoader=tn;exports.DialNoDataContent=Vr;exports.DialNumberInputField=XI;exports.DialPasswordInput=Mm;exports.DialPasswordInputField=fk;exports.DialPopup=ii;exports.DialRadioButton=Bh;exports.DialRadioGroup=ar;exports.DialRadioGroupPopupField=lk;exports.DialRemoveButton=Rm;exports.DialResizableContainer=Jh;exports.DialSearch=dd;exports.DialSelect=Im;exports.DialSelectField=Fk;exports.DialSharedEntityIndicator=Gi;exports.DialSteps=tv;exports.DialSwitch=ld;exports.DialTabs=wm;exports.DialTag=Wr;exports.DialTagInput=vk;exports.DialTextAreaField=JI;exports.DialTextInputField=QI;exports.DialTextarea=Fm;exports.DialTooltip=gs;exports.DropdownItemType=kr;exports.DropdownTrigger=Ct;exports.DropdownType=vm;exports.FileManagerColumnKey=Et;exports.FileManagerProvider=Um;exports.FlexibleActionsDirection=$s;exports.FormItemOrientation=Hi;exports.PopupSize=Gt;exports.RadioGroupOrientation=eo;exports.ResizableContainerSide=Bi;exports.SearchSize=Ji;exports.SelectSize=Or;exports.SelectVariant=Nr;exports.StepStatus=vt;exports.TabOrientation=Ar;exports.TagVariant=zr;exports.mergeClasses=ue;exports.useDialFileManagerTabs=ZA;exports.useEditableItem=zm;exports.useFileManagerContext=$m;
|