@univerjs/sheets-data-validation-ui 0.6.10-nightly.202504121606 → 0.6.10-nightly.202504141607

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/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";var Kt=Object.defineProperty;var Gt=(e,t,a)=>t in e?Kt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[t]=a;var P=(e,t,a)=>Gt(e,typeof t!="symbol"?t+"":t,a);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("react/jsx-runtime"),r=require("@univerjs/core"),b=require("@univerjs/design"),U=require("@univerjs/engine-render"),X=require("@univerjs/sheets"),M=require("@univerjs/sheets-data-validation"),qt=require("@univerjs/sheets-numfmt"),$=require("@univerjs/sheets-ui"),f=require("@univerjs/ui"),R=require("react"),Q=require("@univerjs/data-validation"),Zt=require("@univerjs/docs"),ie=require("rxjs"),ct=require("@univerjs/engine-formula"),mt=require("@univerjs/sheets-formula-ui");var Jt=Object.getOwnPropertyDescriptor,Qt=(e,t,a,n)=>{for(var o=n>1?void 0:n?Jt(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},ye=(e,t)=>(a,n)=>t(a,n,e);let Ae=class extends r.Disposable{constructor(e,t,a,n,o,i){super(),this._sheetInterceptorService=e,this._dataValidationModel=t,this._dataValidatorRegistryService=a,this._dialogService=n,this._localeService=o,this._sheetsDataValidationValidatorService=i,this._initEditorBridgeInterceptor()}_initEditorBridgeInterceptor(){this._sheetInterceptorService.writeCellInterceptor.intercept(X.VALIDATE_CELL,{handler:async(e,t,a)=>{const n=await e,{row:o,col:i,unitId:s,subUnitId:l}=t,d=this._dataValidationModel.getRuleIdByLocation(s,l,o,i),u=d?this._dataValidationModel.getRuleById(s,l,d):void 0;if(n===!1)return a(Promise.resolve(!1));if(!u||u.errorStyle!==r.DataValidationErrorStyle.STOP)return a(Promise.resolve(!0));const p=this._dataValidatorRegistryService.getValidatorItem(u.type);return!p||await this._sheetsDataValidationValidatorService.validatorCell(s,l,o,i)===r.DataValidationStatus.VALID?a(Promise.resolve(!0)):(this._dialogService.open({width:368,title:{title:this._localeService.t("dataValidation.alert.title")},id:"reject-input-dialog",children:{title:p.getRuleFinalError(u,{row:o,col:i,unitId:s,subUnitId:l})},footer:{title:R.createElement(b.Button,{type:"primary",onClick:()=>this._dialogService.close("reject-input-dialog")},this._localeService.t("dataValidation.alert.ok"))},onClose:()=>{this._dialogService.close("reject-input-dialog")}}),a(Promise.resolve(!1)))}})}showReject(e){this._dialogService.open({width:368,title:{title:this._localeService.t("dataValidation.alert.title")},id:"reject-input-dialog",children:{title:e},footer:{title:R.createElement(b.Button,{type:"primary",onClick:()=>this._dialogService.close("reject-input-dialog")},this._localeService.t("dataValidation.alert.ok"))},onClose:()=>{this._dialogService.close("reject-input-dialog")}})}};Ae=Qt([ye(0,r.Inject(X.SheetInterceptorService)),ye(1,r.Inject(M.SheetDataValidationModel)),ye(2,r.Inject(Q.DataValidatorRegistryService)),ye(3,f.IDialogService),ye(4,r.Inject(r.LocaleService)),ye(5,r.Inject(M.SheetsDataValidationValidatorService))],Ae);const en="univer-dv-date-dropdown",tn="univer-dv-date-dropdown-btns",Ct={dvDateDropdown:en,dvDateDropdownBtns:tn},nn=e=>{if(e==null||typeof e=="boolean")return;if(typeof e=="number"||!Number.isNaN(+e))return r.dayjs(r.numfmt.format("yyyy-MM-dd HH:mm:ss",Number(e)));const t=r.dayjs(e);if(t.isValid())return t};function an(e){var _;const{location:t,hideFn:a}=e,{worksheet:n,row:o,col:i,unitId:s,subUnitId:l,workbook:d}=t,u=f.useDependency(r.ICommandService),p=f.useDependency(Ae),g=n.getCell(o,i),c=M.getCellValueOrigin(n.getCellRaw(o,i)),D=nn(c),[m,w]=R.useState(D),V=m&&m.isValid()?m:r.dayjs(),v=f.useDependency(r.LocaleService),S=f.useDependency(M.SheetDataValidationModel),I=S.getRuleByLocation(s,l,o,i);if(!I)return null;const T=S.getValidator(I.type);if(!g||!T)return;const C=!!((_=I.bizInfo)!=null&&_.showTime),y=async()=>{var N,B,H;if(!V)return;const F=V.format(C?"YYYY-MM-DD HH:mm:ss":"YYYY-MM-DD 00:00:00"),W=(N=r.numfmt.parseDate(F))==null?void 0:N.v,A=d.getStyles().getStyleByCell(g),j=(H=(B=A==null?void 0:A.n)==null?void 0:B.pattern)!=null?H:"",x=qt.getPatternType(j);I.errorStyle!==r.DataValidationErrorStyle.STOP||await T.validator({value:W,unitId:s,subUnitId:l,row:o,column:i,worksheet:n,workbook:d,interceptValue:F.replace("Z","").replace("T"," "),t:r.CellValueType.NUMBER},I)?(a(),await u.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:U.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),await u.executeCommand(X.SetRangeValuesCommand.id,{unitId:s,subUnitId:l,range:{startColumn:i,endColumn:i,startRow:o,endRow:o},value:{v:W,t:2,p:null,f:null,si:null,s:{n:{pattern:C?x==="datetime"?j:"yyyy-MM-dd hh:mm:ss":x==="date"?j:"yyyy-MM-dd"}}}})):p.showReject(T.getRuleFinalError(I,{row:o,col:i,unitId:s,subUnitId:l}))};return h.jsxs("div",{className:Ct.dvDateDropdown,children:[h.jsx(b.DatePanel,{defaultValue:V,pickerValue:V,showTime:C||void 0,onSelect:async L=>{w(L)},onPanelChange:L=>{w(L)},disabledDate:L=>!r.numfmt.parseDate(L.format("YYYY-MM-DD"))}),h.jsx("div",{className:Ct.dvDateDropdownBtns,children:h.jsx(b.Button,{size:"small",type:"primary",onClick:y,disabled:!V.isValid(),children:v.t("dataValidation.alert.ok")})})]})}var le=function(){return le=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++){t=arguments[a];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},le.apply(this,arguments)},on=function(e,t){var a={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(a[n[o]]=e[n[o]]);return a},ve=R.forwardRef(function(e,t){var a=e.icon,n=e.id,o=e.className,i=e.extend,s=on(e,["icon","id","className","extend"]),l="univerjs-icon univerjs-icon-".concat(n," ").concat(o||"").trim(),d=R.useRef("_".concat(ln()));return Mt(a,"".concat(n),{defIds:a.defIds,idSuffix:d.current},le({ref:t,className:l},s),i)});function Mt(e,t,a,n,o){return R.createElement(e.tag,le(le({key:t},rn(e,a,o)),n),(sn(e,a).children||[]).map(function(i,s){return Mt(i,"".concat(t,"-").concat(e.tag,"-").concat(s),a,void 0,o)}))}function rn(e,t,a){var n=le({},e.attrs);a!=null&&a.colorChannel1&&n.fill==="colorChannel1"&&(n.fill=a.colorChannel1),e.tag==="mask"&&n.id&&(n.id=n.id+t.idSuffix),Object.entries(n).forEach(function(i){var s=i[0],l=i[1];s==="mask"&&typeof l=="string"&&(n[s]=l.replace(/url\(#(.*)\)/,"url(#$1".concat(t.idSuffix,")")))});var o=t.defIds;return!o||o.length===0||(e.tag==="use"&&n["xlink:href"]&&(n["xlink:href"]=n["xlink:href"]+t.idSuffix),Object.entries(n).forEach(function(i){var s=i[0],l=i[1];typeof l=="string"&&(n[s]=l.replace(/url\(#(.*)\)/,"url(#$1".concat(t.idSuffix,")")))})),n}function sn(e,t){var a,n=t.defIds;return!n||n.length===0?e:e.tag==="defs"&&(!((a=e.children)===null||a===void 0)&&a.length)?le(le({},e),{children:e.children.map(function(o){return typeof o.attrs.id=="string"&&n&&n.indexOf(o.attrs.id)>-1?le(le({},o),{attrs:le(le({},o.attrs),{id:o.attrs.id+t.idSuffix})}):o})}):e}function ln(){return Math.random().toString(36).substring(2,8)}ve.displayName="UniverIcon";var dn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.1544 3.75557C14.3887 3.98988 14.3887 4.36978 14.1544 4.6041L6.51409 12.2444C6.40157 12.3569 6.24896 12.4201 6.08983 12.4201C5.9307 12.4201 5.77808 12.3569 5.66556 12.2444L1.84541 8.42425C1.6111 8.18993 1.6111 7.81003 1.84541 7.57572C2.07973 7.34141 2.45963 7.34141 2.69394 7.57572L6.08983 10.9716L13.3059 3.75557C13.5402 3.52126 13.9201 3.52126 14.1544 3.75557Z",fillRule:"evenodd",clipRule:"evenodd"}}]},bt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"check-mark-single",ref:t,icon:dn}))});bt.displayName="CheckMarkSingle";var cn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.4917 3.07803C1.4917 2.19437 2.20804 1.47803 3.0917 1.47803H5.6917C6.57536 1.47803 7.2917 2.19437 7.2917 3.07803V5.67803C7.2917 6.56168 6.57535 7.27803 5.6917 7.27803H3.0917C2.20804 7.27803 1.4917 6.56168 1.4917 5.67803V3.07803ZM3.0917 2.67803C2.87078 2.67803 2.6917 2.85711 2.6917 3.07803V5.67803C2.6917 5.89894 2.87079 6.07803 3.0917 6.07803H5.6917C5.91261 6.07803 6.0917 5.89894 6.0917 5.67803V3.07803C6.0917 2.85711 5.91261 2.67803 5.6917 2.67803H3.0917Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M14.6175 2.45279C14.8518 2.68711 14.8518 3.06701 14.6175 3.30132L11.6151 6.30365C11.3957 6.52307 11.0451 6.53897 10.8067 6.34031L8.80915 4.67566C8.55458 4.46352 8.52019 4.08518 8.73233 3.83062 8.94447 3.57605 9.32281 3.54166 9.57737 3.7538L11.154 5.06767 13.769 2.45278C14.0033 2.21847 14.3832 2.21848 14.6175 2.45279zM14.1175 9.19746C14.3518 9.43178 14.3518 9.81168 14.1175 10.046L12.5418 11.6217 14.1175 13.1975C14.3518 13.4318 14.3518 13.8117 14.1175 14.046 13.8832 14.2803 13.5033 14.2803 13.269 14.046L11.6933 12.4703 10.1175 14.046C9.88321 14.2803 9.50331 14.2803 9.269 14.046 9.03468 13.8117 9.03468 13.4318 9.269 13.1975L10.8447 11.6217 9.269 10.046C9.03468 9.81168 9.03468 9.43178 9.269 9.19746 9.50331 8.96315 9.88321 8.96315 10.1175 9.19746L11.6933 10.7732 13.269 9.19746C13.5033 8.96315 13.8832 8.96315 14.1175 9.19746z"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.0917 8.72168C2.20804 8.72168 1.4917 9.43802 1.4917 10.3217V12.9217C1.4917 13.8053 2.20804 14.5217 3.0917 14.5217H5.6917C6.57535 14.5217 7.2917 13.8053 7.2917 12.9217V10.3217C7.2917 9.43802 6.57536 8.72168 5.6917 8.72168H3.0917ZM2.6917 10.3217C2.6917 10.1008 2.87078 9.92168 3.0917 9.92168H5.6917C5.91261 9.92168 6.0917 10.1008 6.0917 10.3217V12.9217C6.0917 13.1426 5.91261 13.3217 5.6917 13.3217H3.0917C2.87079 13.3217 2.6917 13.1426 2.6917 12.9217V10.3217Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Tt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"data-validation-single",ref:t,icon:cn}))});Tt.displayName="DataValidationSingle";var un={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.3313 1.4667C5.3313 1.13533 5.59993.866699 5.9313.866699H10.069C10.4004.866699 10.669 1.13533 10.669 1.4667 10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667zM1.09985 3.64443C1.09985 3.31306 1.36848 3.04443 1.69985 3.04443H14.2999C14.6312 3.04443 14.8999 3.31306 14.8999 3.64443 14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443zM6.12398 8.30171C6.35829 8.0674 6.73819 8.0674 6.97251 8.30171L8.00007 9.32928 9.02764 8.30171C9.26195 8.0674 9.64185 8.0674 9.87617 8.30171 10.1105 8.53603 10.1105 8.91593 9.87617 9.15024L8.8486 10.1778 9.87617 11.2054C10.1105 11.4397 10.1105 11.8196 9.87617 12.0539 9.64185 12.2882 9.26195 12.2882 9.02764 12.0539L8.00007 11.0263 6.97251 12.0539C6.73819 12.2882 6.35829 12.2882 6.12398 12.0539 5.88966 11.8196 5.88966 11.4397 6.12398 11.2054L7.15154 10.1778 6.12398 9.15024C5.88966 8.91593 5.88966 8.53603 6.12398 8.30171z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.75332 5.22217C3.86966 5.22217 3.15332 5.93851 3.15332 6.82217V12.5331C3.15332 13.9691 4.31738 15.1332 5.75332 15.1332H10.2465C11.6825 15.1332 12.8465 13.9691 12.8465 12.5331V6.82217C12.8465 5.93851 12.1302 5.22217 11.2465 5.22217H4.75332ZM4.35332 6.82217C4.35332 6.60125 4.53241 6.42217 4.75332 6.42217H11.2465C11.4674 6.42217 11.6465 6.60125 11.6465 6.82217V12.5331C11.6465 13.3063 11.0197 13.9332 10.2465 13.9332H5.75332C4.98012 13.9332 4.35332 13.3063 4.35332 12.5331V6.82217Z",fillRule:"evenodd",clipRule:"evenodd"}}]},vt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"delete-single",ref:t,icon:un}))});vt.displayName="DeleteSingle";var hn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.6 1.99991C8.60001 1.66854 8.33138 1.39991 8.00001 1.3999C7.66864 1.3999 7.40001 1.66853 7.4 1.9999L7.39996 7.3999H1.9999C1.66853 7.3999 1.3999 7.66853 1.3999 7.9999C1.3999 8.33127 1.66853 8.5999 1.9999 8.5999H7.39995L7.3999 13.9999C7.3999 14.3313 7.66853 14.5999 7.9999 14.5999C8.33127 14.5999 8.5999 14.3313 8.5999 13.9999L8.59995 8.5999H13.9999C14.3313 8.5999 14.5999 8.33127 14.5999 7.9999C14.5999 7.66853 14.3313 7.3999 13.9999 7.3999H8.59996L8.6 1.99991Z"}}]},Lt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"increase-single",ref:t,icon:hn}))});Lt.displayName="IncreaseSingle";var pn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Ot=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"more-down-single",ref:t,icon:pn}))});Ot.displayName="MoreDownSingle";var gn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.64645 9.85355C4.45118 9.65829 4.45118 9.34171 4.64645 9.14645L7.64645 6.14645C7.84171 5.95118 8.15829 5.95118 8.35355 6.14645L11.3536 9.14645C11.5488 9.34171 11.5488 9.65829 11.3536 9.85355C11.1583 10.0488 10.8417 10.0488 10.6464 9.85355L8 7.20711L5.35355 9.85355C5.15829 10.0488 4.84171 10.0488 4.64645 9.85355Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Pt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"more-up-single",ref:t,icon:gn}))});Pt.displayName="MoreUpSingle";var mn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_622_8",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_622_8)"},children:[{tag:"path",attrs:{d:"M6 5C6.55228 5 7 4.55228 7 4 7 3.44772 6.55228 3 6 3 5.44772 3 5 3.44772 5 4 5 4.55228 5.44772 5 6 5zM6 9C6.55228 9 7 8.55229 7 8 7 7.44772 6.55228 7 6 7 5.44772 7 5 7.44772 5 8 5 8.55229 5.44772 9 6 9zM7 12C7 12.5523 6.55228 13 6 13 5.44772 13 5 12.5523 5 12 5 11.4477 5.44772 11 6 11 6.55228 11 7 11.4477 7 12zM10 5C10.5523 5 11 4.55228 11 4 11 3.44772 10.5523 3 10 3 9.44771 3 9 3.44772 9 4 9 4.55228 9.44771 5 10 5zM11 8C11 8.55229 10.5523 9 10 9 9.44771 9 9 8.55229 9 8 9 7.44772 9.44771 7 10 7 10.5523 7 11 7.44772 11 8zM10 13C10.5523 13 11 12.5523 11 12 11 11.4477 10.5523 11 10 11 9.44771 11 9 11.4477 9 12 9 12.5523 9.44771 13 10 13z"}}]}]},At=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"sequence-single",ref:t,icon:mn}))});At.displayName="SequenceSingle";var vn=Object.getOwnPropertyDescriptor,fn=(e,t,a,n)=>{for(var o=n>1?void 0:n?vn(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Dt=(e,t)=>(a,n)=>t(a,n,e);let ue=class extends r.Disposable{constructor(t,a){super();P(this,"_open$",new ie.BehaviorSubject(!1));P(this,"open$",this._open$.pipe(ie.distinctUntilChanged()));P(this,"_activeRule");P(this,"_activeRule$",new ie.BehaviorSubject(void 0));P(this,"activeRule$",this._activeRule$.asObservable());P(this,"_closeDisposable",null);this._univerInstanceService=t,this._sidebarService=a,this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(r.UniverInstanceType.UNIVER_SHEET).pipe(ie.filter(n=>!n)).subscribe(()=>{this.close()})),this.disposeWithMe(this._sidebarService.sidebarOptions$.subscribe(n=>{n.id===He&&(n.visible||setTimeout(()=>{this._sidebarService.sidebarOptions$.next({visible:!1})}))}))}get activeRule(){return this._activeRule}get isOpen(){return this._open$.getValue()}dispose(){var t;super.dispose(),this._open$.next(!1),this._open$.complete(),this._activeRule$.complete(),(t=this._closeDisposable)==null||t.dispose()}open(){this._open$.next(!0)}close(){var t;this._open$.next(!1),(t=this._closeDisposable)==null||t.dispose()}setCloseDisposable(t){this._closeDisposable=r.toDisposable(()=>{t.dispose(),this._closeDisposable=null})}setActiveRule(t){this._activeRule=t,this._activeRule$.next(t)}};ue=fn([Dt(0,r.IUniverInstanceService),Dt(1,f.ISidebarService)],ue);function Sn(){const e=f.useDependency(me),t=f.useObservable(e.activeDropdown$,e.activeDropdown),a=f.useDependency(f.ComponentManager);if(!t)return null;const{location:n,componentKey:o}=t,i=a.get(o),s=`${n.unitId}-${n.subUnitId}-${n.row}-${n.col}`;if(!i)return null;const l=()=>{e.hideDropdown()};return h.jsx(i,{location:n,hideFn:l},s)}const jt="sheet.ui.dropdown";var _n=Object.getOwnPropertyDescriptor,In=(e,t,a,n)=>{for(var o=n>1?void 0:n?_n(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},fe=(e,t)=>(a,n)=>t(a,n,e);let me=class extends r.Disposable{constructor(t,a,n,o,i,s,l){super();P(this,"_activeDropdown");P(this,"_activeDropdown$",new ie.Subject);P(this,"_currentPopup",null);P(this,"activeDropdown$",this._activeDropdown$.asObservable());P(this,"_zenVisible",!1);this._canvasPopupManagerService=t,this._univerInstanceService=a,this._dataValidatorRegistryService=n,this._zenZoneService=o,this._renderManagerService=i,this._dataValidationModel=s,this._sheetsSelectionsService=l,this._init(),this._initSelectionChange(),this.disposeWithMe(()=>{this._activeDropdown$.complete()})}get activeDropdown(){return this._activeDropdown}_init(){this.disposeWithMe(this._zenZoneService.visible$.subscribe(t=>{this._zenVisible=t,t&&this.hideDropdown()}))}_getDropdownByCell(t,a,n,o){const i=t?this._univerInstanceService.getUnit(t,r.UniverInstanceType.UNIVER_SHEET):this._univerInstanceService.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET);if(!i)return;const s=a?i.getSheetBySheetId(a):i.getActiveSheet();if(!s)return;const l=this._dataValidationModel.getRuleByLocation(i.getUnitId(),s.getSheetId(),n,o);if(!l)return;const d=this._dataValidatorRegistryService.getValidatorItem(l.type);return d==null?void 0:d.dropdown}_initSelectionChange(){this.disposeWithMe(this._sheetsSelectionsService.selectionMoveEnd$.subscribe(t=>{t&&t.every(a=>!(a.primary&&this._getDropdownByCell(a.primary.unitId,a.primary.sheetId,a.primary.actualRow,a.primary.actualColumn)))&&this.hideDropdown()}))}showDropdown(t,a=!0){const{location:n}=t,{row:o,col:i,unitId:s,subUnitId:l}=n;if(this._currentPopup&&this._currentPopup.dispose(),this._zenVisible)return;this._activeDropdown=t,this._activeDropdown$.next(this._activeDropdown);const d=this._renderManagerService.getRenderById(r.DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY),u=this._canvasPopupManagerService.attachPopupToCell(o,i,{componentKey:jt,onClickOutside:()=>{a&&this.hideDropdown()},offset:[0,3],excludeOutside:[d==null?void 0:d.engine.getCanvasElement()].filter(Boolean)},s,l);if(!u)throw new Error("[DataValidationDropdownManagerService]: cannot show dropdown!");const p=new r.DisposableCollection;p.add(u),p.add({dispose:()=>{var g,c;(c=(g=this._activeDropdown)==null?void 0:g.onHide)==null||c.call(g)}}),this._currentPopup=p}hideDropdown(){this._activeDropdown&&(this._currentPopup&&this._currentPopup.dispose(),this._currentPopup=null,this._activeDropdown=null,this._activeDropdown$.next(null))}showDataValidationDropdown(t,a,n,o,i){const s=this._univerInstanceService.getUnit(t,r.UniverInstanceType.UNIVER_SHEET);if(!s)return;const l=s.getSheetBySheetId(a);if(!l)return;const d=this._dataValidationModel.getRuleByLocation(s.getUnitId(),l.getSheetId(),n,o);if(!d)return;const u=this._dataValidatorRegistryService.getValidatorItem(d.type);if(!u||!u.dropdown){this.hideDropdown();return}this.showDropdown({location:{workbook:s,worksheet:l,row:n,col:o,unitId:t,subUnitId:a},componentKey:u.dropdown,onHide:i})}};me=In([fe(0,r.Inject($.SheetCanvasPopManagerService)),fe(1,r.IUniverInstanceService),fe(2,r.Inject(Q.DataValidatorRegistryService)),fe(3,f.IZenZoneService),fe(4,U.IRenderManagerService),fe(5,r.Inject(M.SheetDataValidationModel)),fe(6,r.Inject(X.SheetsSelectionsService))],me);const He="DataValidationPanel",De={id:"data-validation.operation.open-validation-panel",type:r.CommandType.OPERATION,handler(e,t){if(!t)return!1;const{ruleId:a,isAdd:n}=t,o=e.get(ue),i=e.get(Q.DataValidationModel),s=e.get(r.IUniverInstanceService),l=e.get(f.ISidebarService),d=X.getSheetCommandTarget(s);if(!d)return!1;const{unitId:u,subUnitId:p}=d,g=a?i.getRuleById(u,p,a):void 0;o.open(),o.setActiveRule(g&&{unitId:u,subUnitId:p,rule:g});const c=l.open({id:He,header:{title:n?"dataValidation.panel.addTitle":"dataValidation.panel.title"},children:{label:He},width:312,onClose:()=>o.close()});return o.setCloseDisposable(c),!0}},ft={id:"data-validation.operation.close-validation-panel",type:r.CommandType.OPERATION,handler(e){return e.get(ue).close(),!0}},Ft={id:"data-validation.operation.toggle-validation-panel",type:r.CommandType.OPERATION,handler(e){const t=e.get(r.ICommandService),a=e.get(ue);return a.open(),a.isOpen?t.executeCommand(ft.id):t.executeCommand(De.id),!0}},qe={type:r.CommandType.OPERATION,id:"sheet.operation.show-data-validation-dropdown",handler(e,t){if(!t)return!1;const a=e.get(me),{unitId:n,subUnitId:o,row:i,column:s}=t,l=a.activeDropdown,d=l==null?void 0:l.location;return d&&d.unitId===n&&d.subUnitId===o&&d.row===i&&d.col===s||a.showDataValidationDropdown(n,o,i,s),!0}},xt={type:r.CommandType.OPERATION,id:"sheet.operation.hide-data-validation-dropdown",handler(e,t){return t?(e.get(me).hideDropdown(),!0):!1}},Ce="#ECECEC",St="sheets-data-validation-ui.config",Ye={},Cn="univer-dv-list-dropdown",Dn="univer-dv-list-dropdown-title",yn="univer-dv-list-dropdown-list",Vn="univer-dv-list-dropdown-list-container",Rn="univer-dv-list-dropdown-selected-icon",wn="univer-dv-list-dropdown-item-container",En="univer-dv-list-dropdown-item",Mn="univer-dv-list-dropdown-split",bn="univer-dv-list-dropdown-edit",pe={dvListDropdown:Cn,dvListDropdownTitle:Dn,dvListDropdownList:yn,dvListDropdownListContainer:Vn,dvListDropdownSelectedIcon:Rn,dvListDropdownItemContainer:wn,dvListDropdownItem:En,dvListDropdownSplit:Mn,dvListDropdownEdit:bn},Tn=e=>{var C,y;const{value:t,onChange:a,multiple:n,options:o,title:i,onEdit:s,style:l,filter:d,location:u}=e,p=f.useDependency(r.LocaleService),g=f.useDependency(r.IConfigService),c=d==null?void 0:d.toLowerCase(),{row:D,col:m,unitId:w,subUnitId:V}=u,v=o.filter(_=>c?_.label.toLowerCase().includes(c):!0),S=(y=(C=g.getConfig(St))==null?void 0:C.showEditOnDropdown)!=null?y:!0,I=f.useDependency(X.SheetPermissionCheckController),T=R.useMemo(()=>I.permissionCheckWithRanges({workbookTypes:[X.WorkbookEditablePermission],rangeTypes:[X.RangeProtectionPermissionEditPoint],worksheetTypes:[X.WorksheetEditPermission]},[{startColumn:m,startRow:D,endColumn:m,endRow:D}],w,V),[I,m,D,w,V]);return h.jsxs("div",{className:pe.dvListDropdown,style:l,children:[h.jsx("div",{className:pe.dvListDropdownTitle,children:i}),h.jsx("div",{className:pe.dvListDropdownList,children:h.jsx(b.Scrollbar,{children:h.jsx("div",{className:pe.dvListDropdownListContainer,children:v.map((_,L)=>{const F=t.indexOf(_.value)>-1,W=()=>{let j;F?j=new Set(t.filter(N=>N!==_.value)):j=new Set(n?[...t,_.value]:[_.value]);const x=[];o.forEach(N=>{j.has(N.value)&&x.push(N.value)}),a(x)},A=_.label.toLocaleLowerCase().indexOf(c);return h.jsxs("div",{className:pe.dvListDropdownItemContainer,onClick:W,children:[h.jsx("div",{className:pe.dvListDropdownItem,style:{background:_.color||Ce},children:c&&_.label.toLowerCase().includes(c)?h.jsxs(h.Fragment,{children:[h.jsx("span",{children:_.label.substring(0,A)}),h.jsx("span",{style:{fontWeight:"bold"},children:_.label.substring(A,A+c.length)}),h.jsx("span",{children:_.label.substring(A+c.length)})]}):_.label}),h.jsx("div",{className:pe.dvListDropdownSelectedIcon,children:F?h.jsx(bt,{}):null})]},L)})})},d)}),S&&T?h.jsxs(h.Fragment,{children:[h.jsx("div",{className:pe.dvListDropdownSplit}),h.jsx("div",{className:pe.dvListDropdownEdit,children:h.jsx("a",{onClick:s,children:p.t("dataValidation.list.edit")})})]}):null]})};function Ln(e){var B,H,G,q;const{location:t,hideFn:a}=e,{worksheet:n,row:o,col:i,unitId:s,subUnitId:l}=t,d=f.useDependency(Q.DataValidationModel),[u,p]=R.useState(""),g=f.useDependency(r.ICommandService),c=f.useDependency(r.LocaleService),[D,m]=R.useState(""),w=f.useDependency($.IEditorBridgeService),V=f.useDependency(r.IUniverInstanceService),v=R.useMemo(()=>d.ruleChange$.pipe(ie.debounceTime(16)),[]),S=f.useDependency(M.SheetDataValidationModel);f.useObservable(v);const I=f.RectPopup.useContext(),T=((H=(B=I.current)==null?void 0:B.right)!=null?H:0)-((q=(G=I.current)==null?void 0:G.left)!=null?q:0);if(R.useEffect(()=>{const K=g.onCommandExecuted(Z=>{var ee,te;if(Z.id===Zt.RichTextEditingMutation.id){const ne=Z.params,{unitId:re}=ne,oe=V.getUnit(re,r.UniverInstanceType.UNIVER_DOC);if(!oe||!w.isVisible().visible)return;const se=r.BuildTextUtils.transform.getPlainText((te=(ee=oe.getSnapshot().body)==null?void 0:ee.dataStream)!=null?te:"");p(se)}});return()=>{K.dispose()}},[g,w,V]),!n)return null;const C=S.getRuleByLocation(s,l,o,i);if(!C)return null;const y=S.getValidator(C.type);if(!y)return null;const _=n.getCell(o,i),L=(C==null?void 0:C.renderMode)===r.DataValidationRenderMode.CUSTOM||(C==null?void 0:C.renderMode)===void 0;if(!_||!C||!y||y.id.indexOf(r.DataValidationType.LIST)!==0)return;const F=C.type===r.DataValidationType.LIST_MULTIPLE,W=y.getListWithColor(C,s,l),A=D||M.getDataValidationCellValue(n.getCellRaw(o,i)),j=M.deserializeListOptions(A),x=()=>{g.executeCommand(De.id,{ruleId:C.uid}),a()},N=W.map(K=>({label:K.label,value:K.label,color:L||K.color?K.color:"transparent"}));return h.jsx(Tn,{style:{minWidth:T,maxWidth:Math.max(T,200)},title:F?c.t("dataValidation.listMultiple.dropdown"):c.t("dataValidation.list.dropdown"),value:j,multiple:F,onChange:async K=>{const Z=M.serializeListOptions(K),ee={unitId:s,subUnitId:l,range:{startColumn:i,endColumn:i,startRow:o,endRow:o},value:{v:Z,p:null,f:null,si:null}};w.isVisible()&&g.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:U.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),m(Z),F||a(),w.isVisible().visible&&await g.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:U.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),g.executeCommand(X.SetRangeValuesCommand.id,ee)},options:N,onEdit:x,filter:u,location:t})}const On="univer-data-validation-options-button",Pn="univer-data-validation-options-button-icon",et={dataValidationOptionsButton:On,dataValidationOptionsButtonIcon:Pn};function An(e){var u;const t=f.useDependency(r.LocaleService),a=f.useDependency(f.ComponentManager),{value:n,onChange:o,extraComponent:i}=e,[s,l]=R.useState(!1),d=i?a.get(i):null;return h.jsxs(h.Fragment,{children:[h.jsxs("div",{className:et.dataValidationOptionsButton,onClick:()=>l(!s),children:[t.t("dataValidation.panel.options"),s?h.jsx(Pt,{className:et.dataValidationOptionsButtonIcon}):h.jsx(Ot,{className:et.dataValidationOptionsButtonIcon})]}),s&&h.jsxs(h.Fragment,{children:[d?h.jsx(d,{value:n,onChange:o}):null,h.jsx(b.FormLayout,{label:t.t("dataValidation.panel.invalid"),children:h.jsxs(b.RadioGroup,{value:`${(u=n.errorStyle)!=null?u:r.DataValidationErrorStyle.WARNING}`,onChange:p=>o({...n,errorStyle:+p}),children:[h.jsx(b.Radio,{value:`${r.DataValidationErrorStyle.WARNING}`,children:t.t("dataValidation.panel.showWarning")}),h.jsx(b.Radio,{value:`${r.DataValidationErrorStyle.STOP}`,children:t.t("dataValidation.panel.rejectInput")})]})}),h.jsx(b.FormLayout,{label:t.t("dataValidation.panel.messageInfo"),children:h.jsx(b.Checkbox,{checked:n.showErrorMessage,onChange:()=>o({...n,showErrorMessage:!n.showErrorMessage}),children:t.t("dataValidation.panel.showInfo")})}),n.showErrorMessage?h.jsx(b.FormLayout,{children:h.jsx(b.Input,{value:n.error,onChange:p=>o({...n,error:p})})}):null]})]})}const jn="univer-data-validation-detail",Fn="univer-data-validation-detail-form-item",xn="univer-data-validation-detail-buttons",Un="univer-data-validation-detail-button",Ve={dataValidationDetail:jn,dataValidationDetailFormItem:Fn,dataValidationDetailButtons:xn,dataValidationDetailButton:Un},kn=e=>r.debounce(async(t,a,n,o)=>{const i=await e.executeCommand(t,a,n);o==null||o(i)},1e3);function Nn(e,t,a){var n,o,i,s;return t?((o=(n=e.getUnit(t))==null?void 0:n.getSheetBySheetName(a))==null?void 0:o.getSheetId())||"":((s=(i=e.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET))==null?void 0:i.getSheetBySheetName(a))==null?void 0:s.getSheetId())||""}function Bn(){var se;const[e,t]=R.useState(0),a=f.useDependency(ue),n=f.useObservable(a.activeRule$,a.activeRule),{unitId:o,subUnitId:i,rule:s}=n||{},l=s.uid,d=f.useDependency(Q.DataValidatorRegistryService),u=f.useDependency(r.IUniverInstanceService),p=f.useDependency(f.ComponentManager),g=f.useDependency(r.ICommandService),c=f.useDependency(Q.DataValidationModel),D=f.useDependency(r.LocaleService),[m,w]=R.useState(s),V=d.getValidatorItem(m.type),[v,S]=R.useState(!1),I=d.getValidatorsByScope(Q.DataValidatorRegistryScope.SHEET),[T,C]=R.useState(()=>m.ranges.map(O=>({unitId:"",sheetId:"",range:O}))),y=R.useMemo(()=>kn(g),[g]),[_,L]=R.useState(!1),[F,W]=R.useState(!1),A=R.useRef(null),j=f.useDependency(X.SheetsSelectionsService);if(R.useEffect(()=>()=>{const O=j.getCurrentLastSelection();O&&j.setSelections([O])},[j]),R.useEffect(()=>{g.onCommandExecuted(O=>{(O.id===r.UndoCommand.id||O.id===r.RedoCommand.id)&&setTimeout(()=>{const E=c.getRuleById(o,i,l);t(k=>k+1),E&&(w(E),C(E.ranges.map(k=>({unitId:"",sheetId:"",range:k}))))},20)})},[g,c,l,i,o]),!V)return null;const x=V.operators,N=V.operatorNames,B=m.operator?Q.TWO_FORMULA_OPERATOR_COUNT.includes(m.operator):!1,H=()=>{var O,E,k;(E=(O=A.current)==null?void 0:O.editor)!=null&&E.isFocus()&&G((k=A.current)==null?void 0:k.getValue()),!(!m.ranges.length||_)&&(V.validatorFormula(m,o,i).success?a.setActiveRule(null):S(!0))},G=f.useEvent(O=>{const E=O.split(",").filter(Boolean).map(ct.deserializeRangeWithSheet).map(z=>{const ge=z.sheetName;if(ge){const zt=Nn(u,z.unitId,ge);return{...z,sheetId:zt}}return{...z,sheetId:""}});if(r.isUnitRangesEqual(E,T))return;C(E);const k=E.filter(z=>(!z.unitId||z.unitId===o)&&(!z.sheetId||z.sheetId===i)).map(z=>z.range);if(w({...m,ranges:k}),k.length===0)return;const Y={unitId:o,subUnitId:i,ruleId:l,ranges:k};y(M.UpdateSheetDataValidationRangeCommand.id,Y)}),q=O=>{if(r.shallowEqual(O,Q.getRuleSetting(m)))return;w({...m,...O});const E={unitId:o,subUnitId:i,ruleId:l,setting:O};y(M.UpdateSheetDataValidationSettingCommand.id,E,void 0)},K=async()=>{await g.executeCommand(M.RemoveSheetDataValidationCommand.id,{ruleId:l,unitId:o,subUnitId:i}),a.setActiveRule(null)},Z={type:m.type,operator:m.operator,formula1:m.formula1,formula2:m.formula2,allowBlank:m.allowBlank},ee=O=>{const E=d.getValidatorItem(O);if(!E)return;const k=E.operators,Y=c.getRuleById(o,i,l),z=O===(Y==null?void 0:Y.type)||O.includes("list")&&(Y!=null&&Y.type.includes("list"))?{...Y,type:O}:{...m,type:O,operator:k[0],formula1:void 0,formula2:void 0};w(z),g.executeCommand(M.UpdateSheetDataValidationSettingCommand.id,{unitId:o,subUnitId:i,ruleId:m.uid,setting:Q.getRuleSetting(z)})},te=p.get(V.formulaInput),ne=R.useMemo(()=>T.map(O=>ct.serializeRange(O.range)).join(","),[]),re=Q.getRuleOptions(m),oe=O=>{r.shallowEqual(O,Q.getRuleOptions(m))||(w({...m,...O}),y(M.UpdateSheetDataValidationOptionsCommand.id,{unitId:o,subUnitId:i,ruleId:l,options:O}))};return h.jsxs("div",{className:Ve.dataValidationDetail,children:[h.jsx(b.FormLayout,{label:D.t("dataValidation.panel.range"),error:!m.ranges.length||_?D.t("dataValidation.panel.rangeError"):"",children:h.jsx(mt.RangeSelector,{selectorRef:A,unitId:o,subUnitId:i,initialValue:ne,onChange:(O,E)=>{var k;!F&&((k=A.current)!=null&&k.verify())&&G(E)},onFocusChange:(O,E)=>{var k;W(O),!O&&E&&((k=A.current)!=null&&k.verify())&&G(E)},onVerify:O=>L(!O)})}),h.jsx(b.FormLayout,{label:D.t("dataValidation.panel.type"),children:h.jsx(b.Select,{options:I==null?void 0:I.map(O=>({label:D.t(O.title),value:O.id})),value:m.type,onChange:ee,className:Ve.dataValidationDetailFormItem})}),x!=null&&x.length?h.jsx(b.FormLayout,{label:D.t("dataValidation.panel.operator"),children:h.jsx(b.Select,{options:x.map((O,E)=>({value:`${O}`,label:N[E]})),value:`${m.operator}`,onChange:O=>{q({...Z,operator:O})},className:Ve.dataValidationDetailFormItem})}):null,te?h.jsx(b.FormLayout,{children:h.jsx(te,{isTwoFormula:B,value:{formula1:m.formula1,formula2:m.formula2},onChange:O=>{q({...Z,...O})},showError:v,validResult:V.validatorFormula(m,o,i),unitId:o,subUnitId:i,ruleId:l},e+m.type)}):null,h.jsx(b.FormLayout,{children:h.jsx(b.Checkbox,{checked:(se=m.allowBlank)!=null?se:!0,onChange:()=>{var O;return q({...Z,allowBlank:!((O=m.allowBlank)==null||O)})},children:D.t("dataValidation.panel.allowBlank")})}),h.jsx(An,{value:re,onChange:oe,extraComponent:V.optionsInput}),h.jsxs("div",{className:Ve.dataValidationDetailButtons,children:[h.jsx(b.Button,{className:Ve.dataValidationDetailButton,onClick:K,children:D.t("dataValidation.panel.removeRule")}),h.jsx(b.Button,{className:Ve.dataValidationDetailButton,type:"primary",onClick:H,children:D.t("dataValidation.panel.done")})]})]})}const Wn="univer-data-validation-item-container",$n="univer-data-validation-item-title",Hn="univer-data-validation-item-content",Yn="univer-data-validation-item-icon",Fe={dataValidationItemContainer:Wn,dataValidationItemTitle:$n,dataValidationItemContent:Hn,dataValidationItemIcon:Yn},Xn=e=>{const{rule:t,onClick:a,unitId:n,subUnitId:o,disable:i}=e,s=f.useDependency(Q.DataValidatorRegistryService),l=f.useDependency(r.ICommandService),d=f.useDependency($.IMarkSelectionService),u=s.getValidatorItem(t.type),p=R.useRef(void 0),[g,c]=R.useState(!1),D=f.useDependency(r.ThemeService),m=f.useObservable(D.currentTheme$),w=R.useMemo(()=>{var I;const v=(I=m==null?void 0:m.loopColor2)!=null?I:"#49B811",S=new r.ColorKit(v).toRgb();return{fill:`rgba(${S.r}, ${S.g}, ${S.b}, 0.1)`,stroke:v}},[m]),V=v=>{l.executeCommand(M.RemoveSheetDataValidationCommand.id,{ruleId:t.uid,unitId:n,subUnitId:o}),v.stopPropagation()};return R.useEffect(()=>()=>{var v;p.current&&((v=p.current)==null||v.forEach(S=>{S&&d.removeShape(S)}))},[d]),h.jsxs("div",{className:Fe.dataValidationItemContainer,onClick:a,onMouseEnter:()=>{i||(c(!0),p.current=t.ranges.map(v=>d.addShape({range:v,style:w,primary:null})))},onMouseLeave:()=>{var v;c(!1),(v=p.current)==null||v.forEach(S=>{S&&d.removeShape(S)}),p.current=void 0},children:[h.jsx("div",{className:Fe.dataValidationItemTitle,children:u==null?void 0:u.generateRuleName(t)}),h.jsx("div",{className:Fe.dataValidationItemContent,children:t.ranges.map(v=>ct.serializeRange(v)).join(",")}),g?h.jsx("div",{className:Fe.dataValidationItemIcon,onClick:V,children:h.jsx(vt,{})}):null]})},zn="univer-data-validation-list",Kn="univer-data-validation-list-buttons",Gn="univer-data-validation-list-button",xe={dataValidationList:zn,dataValidationListButtons:Kn,dataValidationListButton:Gn};function qn(e){const t=f.useDependency(M.SheetDataValidationModel),a=f.useDependency(r.IUniverInstanceService),n=f.useDependency(r.ICommandService),o=f.useDependency(r.Injector),i=f.useDependency(ue),s=f.useDependency(r.LocaleService),[l,d]=R.useState([]),{workbook:u}=e,p=f.useObservable(u.activeSheet$,void 0,!0),g=u.getUnitId(),c=p==null?void 0:p.getSheetId();R.useEffect(()=>{d(t.getRules(g,c));const S=t.ruleChange$.subscribe(I=>{I.unitId===g&&I.subUnitId===c&&d(t.getRules(g,c))});return()=>{S.unsubscribe()}},[g,c,t]);const D=async()=>{const S=M.createDefaultNewRule(o),I={unitId:g,subUnitId:c,rule:S};await n.executeCommand(M.AddSheetDataValidationCommand.id,I),i.setActiveRule({unitId:g,subUnitId:c,rule:S})},m=()=>{n.executeCommand(M.RemoveSheetAllDataValidationCommand.id,{unitId:g,subUnitId:c})},V=(S=>{const I=a.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET),T=I.getActiveSheet(),C=I.getUnitId(),y=T.getSheetId();return S.map(L=>X.checkRangesEditablePermission(o,C,y,L.ranges)?{...L}:{...L,disable:!0})})(l),v=V==null?void 0:V.some(S=>S.disable);return h.jsxs("div",{className:xe.dataValidationList,children:[V==null?void 0:V.map(S=>{var I;return h.jsx(Xn,{unitId:g,subUnitId:c,onClick:()=>{S.disable||i.setActiveRule({unitId:g,subUnitId:c,rule:S})},rule:S,disable:(I=S.disable)!=null?I:!1},S.uid)}),h.jsxs("div",{className:xe.dataValidationListButtons,children:[l.length&&!v?h.jsx(b.Button,{className:xe.dataValidationListButton,onClick:m,children:s.t("dataValidation.panel.removeAll")}):null,h.jsx(b.Button,{className:xe.dataValidationListButton,type:"primary",onClick:D,children:s.t("dataValidation.panel.add")})]})]})}const Zn=()=>{const e=f.useDependency(ue),t=f.useObservable(e.activeRule$,e.activeRule),a=f.useDependency(r.IUniverInstanceService),n=f.useObservable(()=>a.getCurrentTypeOfUnit$(r.UniverInstanceType.UNIVER_SHEET),void 0,void 0,[]),o=f.useObservable(()=>{var i;return(i=n==null?void 0:n.activeSheet$)!=null?i:ie.of(null)},void 0,void 0,[]);return!n||!o?null:t&&t.subUnitId===o.getSheetId()?h.jsx(Bn,{},t.rule.uid):h.jsx(qn,{workbook:n})},Ze="data-validation.list.dropdown",_t="data-validation.date.dropdown",Je={type:r.CommandType.COMMAND,id:"data-validation.command.addRuleAndOpen",handler(e){const t=e.get(r.IUniverInstanceService),a=X.getSheetCommandTarget(t);if(!a)return!1;const{workbook:n,worksheet:o}=a,i=M.createDefaultNewRule(e),s=e.get(r.ICommandService),l=n.getUnitId(),d=o.getSheetId(),u={rule:i,unitId:l,subUnitId:d};return s.syncExecuteCommand(M.AddSheetDataValidationCommand.id,u)?(s.syncExecuteCommand(De.id,{ruleId:i.uid,isAdd:!0}),!0):!1}};var Jn=Object.getOwnPropertyDescriptor,Qn=(e,t,a,n)=>{for(var o=n>1?void 0:n?Jn(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Re=(e,t)=>(a,n)=>t(a,n,e);const Se="SHEET_DATA_VALIDATION_ALERT";let je=class extends r.Disposable{constructor(e,t,a,n,o,i){super(),this._hoverManagerService=e,this._cellAlertManagerService=t,this._univerInstanceService=a,this._localeService=n,this._zenZoneService=o,this._dataValidationModel=i,this._init()}_init(){this._initCellAlertPopup(),this._initZenService()}_initCellAlertPopup(){this.disposeWithMe(this._hoverManagerService.currentCell$.pipe(ie.debounceTime(100)).subscribe(e=>{var t;if(e){const a=this._univerInstanceService.getUnit(e.location.unitId,r.UniverInstanceType.UNIVER_SHEET),n=a.getSheetBySheetId(e.location.subUnitId);if(!n)return;const o=this._dataValidationModel.getRuleByLocation(e.location.unitId,e.location.subUnitId,e.location.row,e.location.col);if(!o){this._cellAlertManagerService.removeAlert(Se);return}if(this._dataValidationModel.validator(o,{...e.location,workbook:a,worksheet:n})===r.DataValidationStatus.INVALID){const s=this._cellAlertManagerService.currentAlert.get(Se),l=(t=s==null?void 0:s.alert)==null?void 0:t.location;if(l&&l.row===e.location.row&&l.col===e.location.col&&l.subUnitId===e.location.subUnitId&&l.unitId===e.location.unitId){this._cellAlertManagerService.removeAlert(Se);return}const d=this._dataValidationModel.getValidator(o.type);if(!d){this._cellAlertManagerService.removeAlert(Se);return}this._cellAlertManagerService.showAlert({type:$.CellAlertType.ERROR,title:this._localeService.t("dataValidation.error.title"),message:d==null?void 0:d.getRuleFinalError(o,e.location),location:e.location,width:200,height:74,key:Se});return}}this._cellAlertManagerService.removeAlert(Se)}))}_initZenService(){this.disposeWithMe(this._zenZoneService.visible$.subscribe(e=>{e&&this._cellAlertManagerService.removeAlert(Se)}))}};je=Qn([Re(0,r.Inject($.HoverManagerService)),Re(1,r.Inject($.CellAlertManagerService)),Re(2,r.IUniverInstanceService),Re(3,r.Inject(r.LocaleService)),Re(4,f.IZenZoneService),Re(5,r.Inject(M.SheetDataValidationModel))],je);var ea=Object.getOwnPropertyDescriptor,ta=(e,t,a,n)=>{for(var o=n>1?void 0:n?ea(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},tt=(e,t)=>(a,n)=>t(a,n,e);let Me=class extends r.Disposable{constructor(e,t,a){super(),this._autoFillService=e,this._sheetDataValidationModel=t,this._injector=a,this._initAutoFill()}_initAutoFill(){const e=()=>({redos:[],undos:[]}),t=(n,o)=>{const{source:i,target:s,unitId:l,subUnitId:d}=n,u=this._sheetDataValidationModel.getRuleObjectMatrix(l,d).clone(),p=$.virtualizeDiscreteRanges([i,s]),[g,c]=p.ranges,{mapFunc:D}=p,m={row:g.startRow,col:g.startColumn},w=$.getAutoFillRepeatRange(g,c),V=new r.ObjectMatrix,v=new Set;w.forEach(y=>{const _=y.repeatStartCell,L=y.relativeRange,F={startRow:m.row,startColumn:m.col,endColumn:m.col,endRow:m.row},W={startRow:_.row,startColumn:_.col,endColumn:_.col,endRow:_.row};r.Range.foreach(L,(A,j)=>{const x=r.Rectangle.getPositionRange({startRow:A,startColumn:j,endColumn:j,endRow:A},F),{row:N,col:B}=D(x.startRow,x.startColumn),H=this._sheetDataValidationModel.getRuleIdByLocation(l,d,N,B)||"",G=r.Rectangle.getPositionRange({startRow:A,startColumn:j,endColumn:j,endRow:A},W),{row:q,col:K}=D(G.startRow,G.startColumn);V.setValue(q,K,H),v.add(H)})});const S=Array.from(v).map(y=>({id:y,ranges:r.queryObjectMatrix(V,_=>_===y)}));u.addRangeRules(S);const I=u.diff(this._sheetDataValidationModel.getRules(l,d)),{redoMutations:T,undoMutations:C}=M.getDataValidationDiffMutations(l,d,I,this._injector,"patched",o===$.APPLY_TYPE.ONLY_FORMAT);return{undos:C,redos:T}},a={id:M.DATA_VALIDATION_PLUGIN_NAME,onBeforeFillData:n=>{const{source:o,unitId:i,subUnitId:s}=n;for(const l of o.rows)for(const d of o.cols){const u=this._sheetDataValidationModel.getRuleByLocation(i,s,l,d);if(u&&u.type===r.DataValidationType.CHECKBOX){this._autoFillService.setDisableApplyType($.APPLY_TYPE.SERIES,!0);return}}},onFillData:(n,o,i)=>i===$.APPLY_TYPE.COPY||i===$.APPLY_TYPE.ONLY_FORMAT||i===$.APPLY_TYPE.SERIES?t(n,i):e(),onAfterFillData:()=>{}};this.disposeWithMe(this._autoFillService.addHook(a))}};Me=ta([tt(0,$.IAutoFillService),tt(1,r.Inject(M.SheetDataValidationModel)),tt(2,r.Inject(r.Injector))],Me);var na=Object.getOwnPropertyDescriptor,aa=(e,t,a,n)=>{for(var o=n>1?void 0:n?na(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},nt=(e,t)=>(a,n)=>t(a,n,e);let be=class extends r.Disposable{constructor(t,a,n){super();P(this,"_copyInfo");this._sheetClipboardService=t,this._sheetDataValidationModel=a,this._injector=n,this._initCopyPaste()}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:M.DATA_VALIDATION_PLUGIN_NAME,onBeforeCopy:(t,a,n)=>this._collect(t,a,n),onPasteCells:(t,a,n,o)=>{const{copyType:i=$.COPY_TYPE.COPY,pasteType:s}=o,{range:l}=t||{},{range:d,unitId:u,subUnitId:p}=a;return this._generateMutations(d,{copyType:i,pasteType:s,copyRange:l,unitId:u,subUnitId:p})}})}_collect(t,a,n){const o=new r.ObjectMatrix;this._copyInfo={unitId:t,subUnitId:a,matrix:o};const i=this._injector.invoke(d=>X.rangeToDiscreteRange(n,d,t,a));if(!i)return;const{rows:s,cols:l}=i;s.forEach((d,u)=>{l.forEach((p,g)=>{const c=this._sheetDataValidationModel.getRuleIdByLocation(t,a,d,p);o.setValue(u,g,c!=null?c:"")})})}_generateMutations(t,a){if(!this._copyInfo)return{redos:[],undos:[]};if(a.copyType===$.COPY_TYPE.CUT)return this._copyInfo=null,{redos:[],undos:[]};if(!this._copyInfo||!this._copyInfo.matrix.getSizeOf()||!a.copyRange)return{redos:[],undos:[]};if([$.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,$.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,$.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,$.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA].includes(a.pasteType))return{redos:[],undos:[]};const{unitId:o,subUnitId:i}=this._copyInfo;if(a.unitId!==o||i!==a.subUnitId){const s=this._sheetDataValidationModel.getRuleObjectMatrix(a.unitId,a.subUnitId).clone(),l=new r.ObjectMatrix,d=new Set,{ranges:[u,p],mapFunc:g}=$.virtualizeDiscreteRanges([a.copyRange,t]),c=$.getRepeatRange(u,p,!0),D=new Map;c.forEach(({startRange:v})=>{var S;(S=this._copyInfo)==null||S.matrix.forValue((I,T,C)=>{const y=r.Rectangle.getPositionRange({startRow:I,endRow:I,startColumn:T,endColumn:T},v),_=`${i}-${C}`,L=this._sheetDataValidationModel.getRuleById(o,i,C);!this._sheetDataValidationModel.getRuleById(a.unitId,a.subUnitId,_)&&L&&D.set(_,{...L,uid:_});const{row:F,col:W}=g(y.startRow,y.startColumn);d.add(_),l.setValue(F,W,_)})});const m=Array.from(d).map(v=>({id:v,ranges:r.queryObjectMatrix(l,S=>S===v)}));s.addRangeRules(m);const{redoMutations:w,undoMutations:V}=M.getDataValidationDiffMutations(a.unitId,a.subUnitId,s.diffWithAddition(this._sheetDataValidationModel.getRules(a.unitId,a.subUnitId),D.values()),this._injector,"patched",!1);return{redos:w,undos:V}}else{const s=this._sheetDataValidationModel.getRuleObjectMatrix(o,i).clone(),l=new r.ObjectMatrix,d=new Set,{ranges:[u,p],mapFunc:g}=$.virtualizeDiscreteRanges([a.copyRange,t]);$.getRepeatRange(u,p,!0).forEach(({startRange:V})=>{var v;(v=this._copyInfo)==null||v.matrix.forValue((S,I,T)=>{const C=r.Rectangle.getPositionRange({startRow:S,endRow:S,startColumn:I,endColumn:I},V),{row:y,col:_}=g(C.startRow,C.startColumn);l.setValue(y,_,T),d.add(T)})});const D=Array.from(d).map(V=>({id:V,ranges:r.queryObjectMatrix(l,v=>v===V)}));s.addRangeRules(D);const{redoMutations:m,undoMutations:w}=M.getDataValidationDiffMutations(o,i,s.diff(this._sheetDataValidationModel.getRules(o,i)),this._injector,"patched",!1);return{redos:m,undos:w}}}};be=aa([nt(0,$.ISheetClipboardService),nt(1,r.Inject(M.SheetDataValidationModel)),nt(2,r.Inject(r.Injector))],be);var oa=Object.getOwnPropertyDescriptor,ia=(e,t,a,n)=>{for(var o=n>1?void 0:n?oa(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},at=(e,t)=>(a,n)=>t(a,n,e);let Te=class extends r.Disposable{constructor(e,t,a){super(),this._localeService=e,this._commandService=t,this._sheetPermissionCheckController=a,this._commandExecutedListener()}_commandExecutedListener(){this.disposeWithMe(this._commandService.beforeCommandExecuted(e=>{e.id===M.AddSheetDataValidationCommand.id&&(this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[X.WorkbookEditablePermission],rangeTypes:[X.RangeProtectionPermissionEditPoint],worksheetTypes:[X.WorksheetEditPermission,X.WorksheetSetCellStylePermission]})||this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.setStyleErr"))),e.id===M.UpdateSheetDataValidationRangeCommand.id&&(this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[X.WorkbookEditablePermission],rangeTypes:[X.RangeProtectionPermissionEditPoint],worksheetTypes:[X.WorksheetEditPermission,X.WorksheetSetCellStylePermission]},e.params.ranges)||this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.setStyleErr")))}))}};Te=ia([at(0,r.Inject(r.LocaleService)),at(1,r.ICommandService),at(2,r.Inject(X.SheetPermissionCheckController))],Te);const Ut="data-validation-single",kt="sheet.menu.data-validation";function ra(e){return{id:kt,type:f.MenuItemType.SUBITEMS,icon:Ut,tooltip:"dataValidation.title",hidden$:f.getMenuHiddenObservable(e,r.UniverInstanceType.UNIVER_SHEET),disabled$:$.getCurrentRangeDisable$(e,{workbookTypes:[X.WorkbookEditablePermission],worksheetTypes:[X.WorksheetSetCellStylePermission,X.WorksheetEditPermission],rangeTypes:[X.RangeProtectionPermissionEditPoint]})}}function sa(e){return{id:De.id,title:"dataValidation.panel.title",type:f.MenuItemType.BUTTON}}function la(e){return{id:Je.id,title:"dataValidation.panel.add",type:f.MenuItemType.BUTTON}}const da={[f.RibbonStartGroup.FORMULAS_INSERT]:{[kt]:{order:9,menuItemFactory:ra,[De.id]:{order:0,menuItemFactory:sa},[Je.id]:{order:1,menuItemFactory:la}}}};var ca=Object.getOwnPropertyDescriptor,Nt=(e,t,a,n)=>{for(var o=n>1?void 0:n?ca(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},J=(e,t)=>(a,n)=>t(a,n,e);const Bt={tr:{size:6,color:"#fe4b4b"}};let Le=class extends r.RxDisposable{constructor(e,t,a,n,o,i,s,l,d,u,p){super(),this._commandService=e,this._menuManagerService=t,this._renderManagerService=a,this._univerInstanceService=n,this._autoHeightController=o,this._dropdownManagerService=i,this._sheetDataValidationModel=s,this._dataValidatorRegistryService=l,this._sheetInterceptorService=d,this._dataValidationCacheService=u,this._editorBridgeService=p,this._initMenu(),this._initDropdown(),this._initViewModelIntercept(),this._initAutoHeight()}_initMenu(){this._menuManagerService.mergeMenu(da)}_initDropdown(){this._editorBridgeService&&this.disposeWithMe(this._editorBridgeService.visible$.subscribe(e=>{var a;if(!e.visible){((a=this._dropdownManagerService.activeDropdown)==null?void 0:a.trigger)==="editor-bridge"&&this._dropdownManagerService.hideDropdown();return}const t=this._editorBridgeService.getEditCellState();if(t){const{unitId:n,sheetId:o,row:i,column:s}=t,l=this._univerInstanceService.getUniverSheetInstance(n);if(!l)return;const d=this._sheetDataValidationModel.getRuleByLocation(n,o,i,s);if(!d)return;const u=this._dataValidatorRegistryService.getValidatorItem(d.type);if(!(u!=null&&u.dropdown))return;const p=l.getActiveSheet();if(!p)return;const g=this._dropdownManagerService.activeDropdown,c=g==null?void 0:g.location;if(c&&c.unitId===n&&c.subUnitId===o&&c.row===i&&c.col===s)return;this._dropdownManagerService.showDropdown({location:{unitId:n,subUnitId:o,row:i,col:s,workbook:l,worksheet:p},componentKey:u.dropdown,onHide:()=>{},trigger:"editor-bridge"},!1)}}))}_initViewModelIntercept(){this.disposeWithMe(this._sheetInterceptorService.intercept(X.INTERCEPTOR_POINT.CELL_CONTENT,{effect:r.InterceptorEffectEnum.Style,priority:X.InterceptCellContentPriority.DATA_VALIDATION,handler:(e,t,a)=>{var v,S,I,T,C;const{row:n,col:o,unitId:i,subUnitId:s,workbook:l,worksheet:d}=t,u=this._sheetDataValidationModel.getRuleIdByLocation(i,s,n,o);if(!u)return a(e);const p=this._sheetDataValidationModel.getRuleById(i,s,u);if(!p)return a(e);const g=(v=this._dataValidationCacheService.getValue(i,s,n,o))!=null?v:r.DataValidationStatus.VALID,c=this._dataValidatorRegistryService.getValidatorItem(p.type),D=t.rawData;let m;const w={get value(){var y;return m!==void 0||(m=(y=M.getCellValueOrigin(D))!=null?y:null),m}},V={get value(){var y;return`${(y=w.value)!=null?y:""}`}};return a({...e,markers:{...e==null?void 0:e.markers,...g===r.DataValidationStatus.INVALID?Bt:null},customRender:[...(S=e==null?void 0:e.customRender)!=null?S:[],...c!=null&&c.canvasRender?[c.canvasRender]:[]],fontRenderExtension:{...e==null?void 0:e.fontRenderExtension,isSkip:((I=e==null?void 0:e.fontRenderExtension)==null?void 0:I.isSkip)||((T=c==null?void 0:c.skipDefaultFontRender)==null?void 0:T.call(c,p,w.value,t))},interceptorStyle:{...e==null?void 0:e.interceptorStyle,...c==null?void 0:c.getExtraStyle(p,V.value,{get style(){const y=l.getStyles();return(typeof(e==null?void 0:e.s)=="string"?y.get(e==null?void 0:e.s):e==null?void 0:e.s)||{}}},n,o)},interceptorAutoHeight:()=>{var F,W,A,j,x,N;const y=(W=(F=this._renderManagerService.getRenderById(i))==null?void 0:F.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:W.skeleton;if(!y)return;const _=y.worksheet.getMergedCell(n,o),L={data:e,style:y.getStyles().getStyleByCell(e),primaryWithCoord:y.getCellWithCoordByIndex((A=_==null?void 0:_.startRow)!=null?A:n,(j=_==null?void 0:_.startColumn)!=null?j:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(N=(x=c==null?void 0:c.canvasRender)==null?void 0:x.calcCellAutoHeight)==null?void 0:N.call(x,L)},interceptorAutoWidth:()=>{var F,W,A,j,x,N;const y=(W=(F=this._renderManagerService.getRenderById(i))==null?void 0:F.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:W.skeleton;if(!y)return;const _=y.worksheet.getMergedCell(n,o),L={data:e,style:y.getStyles().getStyleByCell(e),primaryWithCoord:y.getCellWithCoordByIndex((A=_==null?void 0:_.startRow)!=null?A:n,(j=_==null?void 0:_.startColumn)!=null?j:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(N=(x=c==null?void 0:c.canvasRender)==null?void 0:x.calcCellAutoWidth)==null?void 0:N.call(x,L)},coverable:((C=e==null?void 0:e.coverable)!=null?C:!0)&&!(p.type===r.DataValidationType.LIST||p.type===r.DataValidationType.LIST_MULTIPLE)})}}))}_initAutoHeight(){this._sheetDataValidationModel.ruleChange$.pipe(ie.filter(e=>e.source==="command"),ie.bufferTime(100)).subscribe(e=>{if(e.length===0)return;const t=[];if(e.forEach(a=>{var n;(a.rule.type===r.DataValidationType.LIST_MULTIPLE||a.rule.type===r.DataValidationType.LIST)&&(n=a.rule)!=null&&n.ranges&&t.push(...a.rule.ranges)}),t.length){const a=this._autoHeightController.getUndoRedoParamsOfAutoHeight(t);r.sequenceExecute(a.redos,this._commandService)}})}};Le=Nt([J(0,r.ICommandService),J(1,f.IMenuManagerService),J(2,U.IRenderManagerService),J(3,r.IUniverInstanceService),J(4,r.Inject($.AutoHeightController)),J(5,r.Inject(me)),J(6,r.Inject(M.SheetDataValidationModel)),J(7,r.Inject(Q.DataValidatorRegistryService)),J(8,r.Inject(X.SheetInterceptorService)),J(9,r.Inject(M.DataValidationCacheService)),J(10,r.Optional($.IEditorBridgeService))],Le);let yt=class extends r.RxDisposable{constructor(e,t,a,n,o,i,s){super(),this._commandService=e,this._renderManagerService=t,this._autoHeightController=a,this._dataValidatorRegistryService=n,this._sheetInterceptorService=o,this._sheetDataValidationModel=i,this._dataValidationCacheService=s,this._initViewModelIntercept(),this._initAutoHeight()}_initViewModelIntercept(){this.disposeWithMe(this._sheetInterceptorService.intercept(X.INTERCEPTOR_POINT.CELL_CONTENT,{effect:r.InterceptorEffectEnum.Style,priority:X.InterceptCellContentPriority.DATA_VALIDATION,handler:(e,t,a)=>{var V,v,S,I,T;const{row:n,col:o,unitId:i,subUnitId:s,workbook:l,worksheet:d}=t,u=this._sheetDataValidationModel.getRuleIdByLocation(i,s,n,o);if(!u)return a(e);const p=this._sheetDataValidationModel.getRuleById(i,s,u);if(!p)return a(e);const g=(V=this._dataValidationCacheService.getValue(i,s,n,o))!=null?V:r.DataValidationStatus.VALID,c=this._dataValidatorRegistryService.getValidatorItem(p.type),D=d.getCellRaw(n,o),m=M.getCellValueOrigin(D),w=`${m!=null?m:""}`;return a({...e,markers:{...e==null?void 0:e.markers,...g===r.DataValidationStatus.INVALID?Bt:null},customRender:[...(v=e==null?void 0:e.customRender)!=null?v:[],...c!=null&&c.canvasRender?[c.canvasRender]:[]],fontRenderExtension:{...e==null?void 0:e.fontRenderExtension,isSkip:((S=e==null?void 0:e.fontRenderExtension)==null?void 0:S.isSkip)||((I=c==null?void 0:c.skipDefaultFontRender)==null?void 0:I.call(c,p,m,t))},interceptorStyle:{...e==null?void 0:e.interceptorStyle,...c==null?void 0:c.getExtraStyle(p,w,{get style(){const C=l.getStyles();return(typeof(e==null?void 0:e.s)=="string"?C.get(e==null?void 0:e.s):e==null?void 0:e.s)||{}}},n,o)},interceptorAutoHeight:()=>{var L,F,W,A,j,x;const C=(F=(L=this._renderManagerService.getRenderById(i))==null?void 0:L.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:F.skeleton;if(!C)return;const y=C.worksheet.getMergedCell(n,o),_={data:e,style:C.getStyles().getStyleByCell(e),primaryWithCoord:C.getCellWithCoordByIndex((W=y==null?void 0:y.startRow)!=null?W:n,(A=y==null?void 0:y.startColumn)!=null?A:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(x=(j=c==null?void 0:c.canvasRender)==null?void 0:j.calcCellAutoHeight)==null?void 0:x.call(j,_)},coverable:((T=e==null?void 0:e.coverable)!=null?T:!0)&&!(p.type===r.DataValidationType.LIST||p.type===r.DataValidationType.LIST_MULTIPLE)})}}))}_initAutoHeight(){this._sheetDataValidationModel.ruleChange$.pipe(ie.filter(e=>e.source==="command"),ie.bufferTime(16)).subscribe(e=>{const t=[];if(e.forEach(a=>{var n;(n=a.rule)!=null&&n.ranges&&t.push(...a.rule.ranges)}),t.length){const a=this._autoHeightController.getUndoRedoParamsOfAutoHeight(t);r.sequenceExecute(a.redos,this._commandService)}})}};yt=Nt([J(0,r.ICommandService),J(1,U.IRenderManagerService),J(2,r.Inject($.AutoHeightController)),J(3,r.Inject(Q.DataValidatorRegistryService)),J(4,r.Inject(X.SheetInterceptorService)),J(5,r.Inject(M.SheetDataValidationModel)),J(6,r.Inject(M.DataValidationCacheService))],yt);var ua=Object.getOwnPropertyDescriptor,ha=(e,t,a,n)=>{for(var o=n>1?void 0:n?ua(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Vt=(e,t)=>(a,n)=>t(a,n,e);let Xe=class extends r.Disposable{constructor(e,t,a){super(),this._context=e,this._sheetDataValidationModel=t,this._sheetSkeletonManagerService=a,this._initSkeletonChange()}_initSkeletonChange(){const e=t=>{var n;if(!t.length)return;const a=new Set;t.forEach(o=>{a.add(o.subUnitId)}),a.forEach(o=>{var i;(i=this._sheetSkeletonManagerService.getSkeletonParam(o))==null||i.skeleton.makeDirty(!0)}),(n=this._context.mainComponent)==null||n.makeForceDirty()};this.disposeWithMe(this._sheetDataValidationModel.validStatusChange$.pipe(r.bufferDebounceTime(16)).subscribe(e))}};Xe=ha([Vt(1,r.Inject(M.SheetDataValidationModel)),Vt(2,r.Inject($.SheetSkeletonManagerService))],Xe);const pa="univer-data-validation-formula",ga="univer-data-validation-formula-and",ma="univer-data-validation-formula-list-item",va="univer-data-validation-formula-list-item-icon",fa="univer-data-validation-formula-list-item-drag",Sa="univer-data-validation-formula-list-add",_a="univer-data-validation-formula-color-select",Ia="univer-data-validation-formula-color-select-panel",Ca="univer-data-validation-formula-color-item",ae={dataValidationFormula:pa,dataValidationFormulaAnd:ga,dataValidationFormulaListItem:ma,dataValidationFormulaListItemIcon:va,dataValidationFormulaListItemDrag:fa,dataValidationFormulaListAdd:Sa,dataValidationFormulaColorSelect:_a,dataValidationFormulaColorSelectPanel:Ia,dataValidationFormulaColorItem:Ca},Da=e=>{const{isTwoFormula:t=!1,value:a,onChange:n,showError:o,validResult:i}=e,s=f.useDependency(r.LocaleService),l=o?i==null?void 0:i.formula1:"",d=o?i==null?void 0:i.formula2:"";return t?h.jsxs(h.Fragment,{children:[h.jsx(b.FormLayout,{error:l,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula1,onChange:u=>{n==null||n({...a,formula1:u})}})}),h.jsx("div",{className:ae.dataValidationFormulaAnd,children:s.t("dataValidation.panel.formulaAnd")}),h.jsx(b.FormLayout,{error:d,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula2,onChange:u=>{n==null||n({...a,formula2:u})}})})]}):h.jsx(b.FormLayout,{error:l,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula1,onChange:u=>{n==null||n({formula1:u})}})})};function ya(e){const{value:t,onChange:a,showError:n,validResult:o}=e,i=f.useDependency(r.LocaleService),s=n?o==null?void 0:o.formula1:"",l=n?o==null?void 0:o.formula2:"",[d,u]=R.useState(!((t==null?void 0:t.formula1)===void 0&&(t==null?void 0:t.formula2)===void 0));return h.jsxs(h.Fragment,{children:[h.jsx(b.FormLayout,{children:h.jsx(b.Checkbox,{checked:d,onChange:p=>{p?u(!0):(u(!1),a==null||a({...t,formula1:void 0,formula2:void 0}))},children:i.t("dataValidation.checkbox.tips")})}),d?h.jsx(b.FormLayout,{label:i.t("dataValidation.checkbox.checked"),error:s,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:i.t("dataValidation.panel.valuePlaceholder"),value:t==null?void 0:t.formula1,onChange:p=>{a==null||a({...t,formula1:p||void 0})}})}):null,d?h.jsx(b.FormLayout,{label:i.t("dataValidation.checkbox.unchecked"),error:l,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:i.t("dataValidation.panel.valuePlaceholder"),value:t==null?void 0:t.formula2,onChange:p=>{a==null||a({...t,formula2:p||void 0})}})}):null]})}function Va(e){var g;const{unitId:t,subUnitId:a,value:n,onChange:o,showError:i,validResult:s}=e,l=i?s==null?void 0:s.formula1:void 0,d=R.useRef({}),[u,p]=R.useState(!1);return f.useSidebarClick(c=>{var m;const D=(m=d.current)==null?void 0:m.handleOutClick;D&&D(c,()=>p(!1))}),h.jsx(mt.FormulaEditor,{initValue:(g=n==null?void 0:n.formula1)!=null?g:"=",unitId:t,subUnitId:a,isFocus:u,onChange:c=>{const D=(c!=null?c:"").trim();D!==(n==null?void 0:n.formula1)&&(o==null||o({...n,formula1:D}))},errorText:l,onFocus:()=>p(!0),actions:d.current,isSupportAcrossSheet:!0})}const Ra=["#FFFFFF","#FEE7E7","#FEF0E6","#EFFBD0","#E4F4FE","#E8ECFD","#F1EAFA","#FDE8F3","#E5E5E5","#FDCECE","#FDC49B","#DEF6A2","#9FDAFF","#D0D9FB","#E3D5F6","#FBD0E8","#656565","#FE4B4B","#FF8C51","#8BBB11","#0B9EFB","#3A60F7","#9E6DE3","#F248A6"],wa=e=>{const{value:t,onChange:a,disabled:n}=e,[o,i]=R.useState(!1);return h.jsx(b.Select,{disabled:n,open:o,onDropdownVisibleChange:i,dropdownStyle:{width:112},style:{width:96,cursor:"pointer"},className:ae.dataValidationFormulaColorSelect,value:t,onChange:a,labelRender:s=>h.jsx("div",{className:ae.dataValidationFormulaColorItem,style:{background:s.value,marginTop:5}}),dropdownRender:()=>h.jsx("div",{className:ae.dataValidationFormulaColorSelectPanel,children:Ra.map(s=>h.jsx("div",{onClick:()=>{a(s),i(!1)},className:ae.dataValidationFormulaColorItem,style:{background:s}},s))})})},Rt=e=>{const{item:t,commonProps:a,style:n}=e,{onItemChange:o,onItemDelete:i}=a;return h.jsxs("div",{className:ae.dataValidationFormulaListItem,style:n,children:[t.isRef?null:h.jsx("div",{className:b.clsx(ae.dataValidationFormulaListItemDrag,"draggableHandle"),children:h.jsx(At,{})}),h.jsx(wa,{value:t.color,onChange:s=>{o(t.id,t.label,s)}}),h.jsx(b.Input,{disabled:t.isRef,value:t.label,onChange:s=>{o(t.id,s,t.color)}}),t.isRef?null:h.jsx("div",{className:ae.dataValidationFormulaListItemIcon,children:h.jsx(vt,{onClick:()=>i(t.id)})})]})};function Ea(e){const{value:t,onChange:a=()=>{},unitId:n,subUnitId:o,validResult:i,showError:s,ruleId:l}=e,{formula1:d="",formula2:u=""}=t||{},p=R.useRef(null),[g,c]=R.useState(()=>r.isFormulaString(d)?"1":"0"),[D,m]=R.useState(g==="1"?d:"="),[w,V]=R.useState(g==="1"?d:"="),v=f.useDependency(r.LocaleService),S=f.useDependency(Q.DataValidatorRegistryService),I=f.useDependency(Q.DataValidationModel),T=f.useDependency(M.DataValidationFormulaController),[C,y]=R.useState(()=>u.split(",")),_=S.getValidatorItem(r.DataValidationType.LIST),[L,F]=R.useState([]),[W,A]=R.useState(""),j=s?i==null?void 0:i.formula1:"",x=R.useMemo(()=>I.ruleChange$.pipe(ie.debounceTime(16)),[]),N=f.useObservable(x),B=f.useEvent(a);R.useEffect(()=>{(async()=>{await new Promise(Y=>{setTimeout(()=>Y(!0),100)});const E=I.getRuleById(n,o,l),k=E==null?void 0:E.formula1;if(r.isFormulaString(k)&&_&&E){const Y=await _.getListAsync(E,n,o);F(Y)}})()},[I,N,_,l,o,n]),R.useEffect(()=>{r.isFormulaString(d)&&d!==w&&(m(d),V(w))},[w,d]);const[H,G]=R.useState(()=>{const E=g!=="1"?M.deserializeListOptions(d):[],k=u.split(",");return E.map((Y,z)=>({label:Y,color:k[z]||Ce,isRef:!1,id:r.Tools.generateRandomId(4)}))}),q=(E,k,Y)=>{const z=H.find(ge=>ge.id===E);z&&(z.label=k,z.color=Y,G([...H]))},K=E=>{const k=H.findIndex(Y=>Y.id===E);k!==-1&&(H.splice(k,1),G([...H]))},Z=u.split(","),ee=R.useMemo(()=>L.map((E,k)=>({label:E,color:Z[k]||Ce,id:`${k}`,isRef:!0})),[Z,L]),te=(E,k,Y)=>{const z=[...C];z[+E]=Y,y(z),B({formula1:d,formula2:z.join(",")})},ne=()=>{G([...H,{label:"",color:Ce,isRef:!1,id:r.Tools.generateRandomId(4)}])};R.useEffect(()=>{if(g==="1")return;const E=new Set,k=[];H.map(Y=>({labelList:Y.label.split(","),item:Y})).forEach(({item:Y,labelList:z})=>{z.forEach(ge=>{E.has(ge)||(E.add(ge),k.push({label:ge,color:Y.color}))})}),B({formula1:M.serializeListOptions(k.map(Y=>Y.label)),formula2:k.map(Y=>Y.color===Ce?"":Y.color).join(",")})},[H,B,g,w,C]);const re=f.useEvent(async E=>{if(!r.isFormulaString(E)){B==null||B({formula1:"",formula2:u});return}T.getFormulaRefCheck(E)?(B==null||B({formula1:r.isFormulaString(E)?E:"",formula2:u}),A("")):(B==null||B({formula1:"",formula2:u}),m("="),A(v.t("dataValidation.validFail.formulaError")))}),oe=R.useRef({}),[se,O]=R.useState(!1);return f.useSidebarClick(E=>{var Y;const k=(Y=oe.current)==null?void 0:Y.handleOutClick;k&&k(E,()=>O(!1))}),h.jsxs(h.Fragment,{children:[h.jsx(b.FormLayout,{label:v.t("dataValidation.list.options"),children:h.jsxs(b.RadioGroup,{value:g,onChange:E=>{c(E),m(w),E==="1"&&B({formula1:w==="="?"":w,formula2:C.join(",")})},children:[h.jsx(b.Radio,{value:"0",children:v.t("dataValidation.list.customOptions")}),h.jsx(b.Radio,{value:"1",children:v.t("dataValidation.list.refOptions")})]})}),g==="1"?h.jsxs(h.Fragment,{children:[h.jsx(mt.FormulaEditor,{initValue:D,unitId:n,subUnitId:o,isFocus:se,onChange:(E="")=>{const k=(E!=null?E:"").trim();V(k),re(k)},errorText:j||W||void 0,onFocus:()=>O(!0),actions:oe.current,isSupportAcrossSheet:!0}),h.jsx("div",{ref:p,style:{marginTop:"12px"},children:ee.map(E=>h.jsx(Rt,{item:E,commonProps:{onItemChange:te},style:{marginBottom:12}},E.id))})]}):h.jsx(b.FormLayout,{error:j,children:h.jsxs("div",{ref:p,style:{marginTop:"-12px"},children:[h.jsx(b.DraggableList,{list:H,onListChange:G,rowHeight:32,margin:[0,12],draggableHandle:".draggableHandle",itemRender:E=>h.jsx(Rt,{item:E,commonProps:{onItemChange:q,onItemDelete:K}},E.id),idKey:"id"}),h.jsxs("a",{className:ae.dataValidationFormulaListAdd,onClick:ne,children:[h.jsx(Lt,{}),v.t("dataValidation.list.add")]})]})})]})}const Wt="data-validation.custom-formula-input",Qe="data-validation.formula-input",It="data-validation.list-formula-input",$t="data-validation.checkbox-formula-input",Ma=[[Wt,Va],[Qe,Da],[It,Ea],[$t,ya]],ba="LIST_RENDER_MODE_OPTION_INPUT";function ze(e){var o;const{value:t,onChange:a}=e,n=f.useDependency(r.LocaleService);return h.jsx(b.FormLayout,{label:n.t("dataValidation.renderMode.label"),children:h.jsxs(b.RadioGroup,{value:`${(o=t.renderMode)!=null?o:r.DataValidationRenderMode.CUSTOM}`,onChange:i=>a({...t,renderMode:+i}),children:[h.jsx(b.Radio,{value:`${r.DataValidationRenderMode.CUSTOM}`,children:n.t("dataValidation.renderMode.chip")}),h.jsx(b.Radio,{value:`${r.DataValidationRenderMode.ARROW}`,children:n.t("dataValidation.renderMode.arrow")}),h.jsx(b.Radio,{value:`${r.DataValidationRenderMode.TEXT}`,children:n.t("dataValidation.renderMode.text")})]})})}ze.componentKey=ba;const Ta="DATE_SHOW_TIME_OPTION";function Ke(e){var o;const{value:t,onChange:a}=e,n=f.useDependency(r.LocaleService);return h.jsx(b.FormLayout,{children:h.jsx(b.Checkbox,{checked:(o=t.bizInfo)==null?void 0:o.showTime,onChange:i=>{a({...t,bizInfo:{...t.bizInfo,showTime:i}})},children:n.t("dataValidation.showTime.label")})})}Ke.componentKey=Ta;var La=Object.getOwnPropertyDescriptor,Oa=(e,t,a,n)=>{for(var o=n>1?void 0:n?La(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},we=(e,t)=>(a,n)=>t(a,n,e);const Ue=6;let ut=class{constructor(e,t,a,n,o,i){this._commandService=e,this._univerInstanceService=t,this._formulaService=a,this._themeService=n,this._renderManagerService=o,this._dataValidationModel=i}_calc(e,t){var u,p,g;const{vt:a,ht:n}=t||{},o=e.endX-e.startX-Ue*2,i=e.endY-e.startY,s=((u=t==null?void 0:t.fs)!=null?u:10)*1.6;let l=0,d=0;switch(a){case r.VerticalAlign.TOP:d=0;break;case r.VerticalAlign.BOTTOM:d=0+(i-s);break;default:d=0+(i-s)/2;break}switch(n){case r.HorizontalAlign.LEFT:l=Ue;break;case r.HorizontalAlign.RIGHT:l=Ue+(o-s);break;default:l=Ue+(o-s)/2;break}return{left:e.startX+l,top:e.startY+d,width:((p=t==null?void 0:t.fs)!=null?p:10)*1.6,height:((g=t==null?void 0:t.fs)!=null?g:10)*1.6}}calcCellAutoHeight(e){var a;const{style:t}=e;return((a=t==null?void 0:t.fs)!=null?a:10)*1.6}calcCellAutoWidth(e){var a;const{style:t}=e;return((a=t==null?void 0:t.fs)!=null?a:10)*1.6}async _parseFormula(e,t,a){var u,p,g,c,D,m,w,V,v;const{formula1:n=M.CHECKBOX_FORMULA_1,formula2:o=M.CHECKBOX_FORMULA_2}=e,i=await this._formulaService.getRuleFormulaResult(t,a,e.uid),s=M.getFormulaResult((g=(p=(u=i==null?void 0:i[0])==null?void 0:u.result)==null?void 0:p[0])==null?void 0:g[0]),l=M.getFormulaResult((m=(D=(c=i==null?void 0:i[1])==null?void 0:c.result)==null?void 0:D[0])==null?void 0:m[0]),d=M.isLegalFormulaResult(String(s))&&M.isLegalFormulaResult(String(l));return{formula1:r.isFormulaString(n)?M.getFormulaResult((v=(V=(w=i==null?void 0:i[0])==null?void 0:w.result)==null?void 0:V[0])==null?void 0:v[0]):n,formula2:r.isFormulaString(o)?l:o,isFormulaValid:d}}drawWith(e,t){var j,x,N,B;const{style:a,primaryWithCoord:n,unitId:o,subUnitId:i,worksheet:s,row:l,col:d}=t,u=n.isMergedMainCell?n.mergeInfo:n,p=M.getCellValueOrigin(s.getCellRaw(l,d)),g=this._dataValidationModel.getRuleByLocation(o,i,l,d);if(!g)return;const c=this._dataValidationModel.getValidator(g.type);if(!c)return;const D=this._themeService.getCurrentTheme();if(!((j=c.skipDefaultFontRender)!=null&&j.call(c,g,p,{unitId:o,subUnitId:i,row:l,column:d})))return;const m=c.parseFormulaSync(g,o,i),{formula1:w}=m,V=this._calc(u,a),{a:v,d:S}=e.getTransform(),I=U.fixLineWidthByScale(V.left,v),T=U.fixLineWidthByScale(V.top,S),C=U.Transform.create().composeMatrix({left:I,top:T,scaleX:1,scaleY:1,angle:0,skewX:0,skewY:0,flipX:!1,flipY:!1}),y=u.endX-u.startX,_=u.endY-u.startY;e.save(),e.beginPath(),e.rect(u.startX,u.startY,y,_),e.clip();const L=C.getMatrix();e.transform(L[0],L[1],L[2],L[3],L[4],L[5]);const F=((x=a==null?void 0:a.fs)!=null?x:10)*1.6,W=String(p)===String(w),A=D.hyacinth500;U.CheckboxShape.drawWith(e,{checked:W,width:F,height:F,fill:(B=(N=a==null?void 0:a.cl)==null?void 0:N.rgb)!=null?B:A}),e.restore()}isHit(e,t){const a=t.primaryWithCoord.isMergedMainCell?t.primaryWithCoord.mergeInfo:t.primaryWithCoord,n=this._calc(a,t.style),o=n.top,i=n.top+n.height,s=n.left,l=n.left+n.width,{x:d,y:u}=e;return d<=l&&d>=s&&u<=i&&u>=o}async onPointerDown(e,t){var m;if(t.button===2)return;const{primaryWithCoord:a,unitId:n,subUnitId:o,worksheet:i,row:s,col:l}=e,d=M.getCellValueOrigin(i.getCellRaw(s,l)),u=this._dataValidationModel.getRuleByLocation(n,o,s,l);if(!u)return;const p=this._dataValidationModel.getValidator(u.type);if(!p||!((m=p.skipDefaultFontRender)!=null&&m.call(p,u,d,{unitId:n,subUnitId:o,row:s,column:l})))return;const{formula1:g,formula2:c}=await this._parseFormula(u,n,o),D={range:{startColumn:a.actualColumn,endColumn:a.actualColumn,startRow:a.actualRow,endRow:a.actualRow},value:{v:String(d)===M.transformCheckboxValue(String(g))?c:g,p:null}};this._commandService.executeCommand(X.SetRangeValuesCommand.id,D)}onPointerEnter(e,t){var a,n;(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(U.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(U.CURSOR_TYPE.DEFAULT)}};ut=Oa([we(0,r.ICommandService),we(1,r.IUniverInstanceService),we(2,r.Inject(M.DataValidationFormulaService)),we(3,r.Inject(r.ThemeService)),we(4,r.Inject(U.IRenderManagerService)),we(5,r.Inject(M.SheetDataValidationModel))],ut);var Pa=Object.getOwnPropertyDescriptor,Aa=(e,t,a,n)=>{for(var o=n>1?void 0:n?Pa(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},ja=(e,t)=>(a,n)=>t(a,n,e);let he=class{constructor(e){P(this,"canvasRender",null);P(this,"dropdown");P(this,"optionsInput");P(this,"formulaInput",It);this.injector=e}};he=Aa([ja(0,r.Inject(r.Injector))],he);class Fa extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.CHECKBOX);P(this,"canvasRender",this.injector.createInstance(ut));P(this,"formulaInput",$t)}}class xa extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.CUSTOM);P(this,"formulaInput",Wt)}}const Ua="data-validation.formula-input";class ka extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.DATE);P(this,"formulaInput",Ua);P(this,"optionsInput",Ke.componentKey);P(this,"dropdown",_t)}}class Na extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.DECIMAL);P(this,"formulaInput",Qe)}}const Ht=4,Ba=0,ot=4,Yt=4,ht=6,Ge=6,Ie=14;function Wa(e,t){const a=U.FontCache.getTextSize(e,t),n=a.width+Ht*2,{ba:o,bd:i}=a,s=o+i;return{width:n,height:s+Ba*2,ba:o}}function it(e,t,a,n){const o=Ie+ht*2,i=a-o,s=n-Ge*2,l=e.map(c=>({layout:Wa(c,t),text:c}));let d;const u=[];l.forEach(c=>{const{layout:D}=c,{width:m,height:w}=D;!d||d.width+m+ot>i?(d={width:m,height:w,items:[{...c,left:0}]},u.push(d)):(d.items.push({...c,left:d.width+ot}),d.width=d.width+m+ot)});let p=0,g=0;return u.forEach((c,D)=>{g=Math.max(g,c.width),D===u.length-1?p+=c.height:p+=c.height+Yt}),{lines:u,totalHeight:p,contentWidth:i,contentHeight:s,cellAutoHeight:p+Ge*2,calcAutoWidth:g+o}}const $a=8;class Ha extends U.Shape{static drawWith(t,a){const{fontString:n,info:o,fill:i,color:s}=a,{layout:l,text:d}=o;t.save(),U.Rect.drawWith(t,{width:l.width,height:l.height,radius:$a,fill:i||Ce}),t.translateWithPrecision(Ht,l.ba),t.font=n,t.fillStyle=s,t.fillText(d,0,0),t.restore()}}var Ya=Object.getOwnPropertyDescriptor,Xa=(e,t,a,n)=>{for(var o=n>1?void 0:n?Ya(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},ke=(e,t)=>(a,n)=>t(a,n,e);const za=new Path2D("M3.32201 4.84556C3.14417 5.05148 2.85583 5.05148 2.67799 4.84556L0.134292 1.90016C-0.152586 1.56798 0.0505937 1 0.456301 1L5.5437 1C5.94941 1 6.15259 1.56798 5.86571 1.90016L3.32201 4.84556Z");let pt=class{constructor(e,t,a,n){P(this,"zIndex");P(this,"_dropdownInfoMap",new Map);this._commandService=e,this._univerInstanceService=t,this._renderManagerService=a,this._dataValidationModel=n}_ensureMap(e){let t=this._dropdownInfoMap.get(e);return t||(t=new Map,this._dropdownInfoMap.set(e,t)),t}_generateKey(e,t){return`${e}.${t}`}_drawDownIcon(e,t,a,n,o){const i=a-Ie+4;let s=4;switch(o){case r.VerticalAlign.MIDDLE:s=(n-Ie)/2+4;break;case r.VerticalAlign.BOTTOM:s=n-Ie+4;break}e.save(),e.translateWithPrecision(t.startX+i,t.startY+s),e.fillStyle="#565656",e.fill(za),e.restore()}drawWith(e,t,a,n){var q,K;const{primaryWithCoord:o,row:i,col:s,style:l,data:d,subUnitId:u}=t,p=o.isMergedMainCell?o.mergeInfo:o,g=d==null?void 0:d.fontRenderExtension,{leftOffset:c=0,rightOffset:D=0,topOffset:m=0,downOffset:w=0}=g||{},V=this._ensureMap(u),v=this._generateKey(i,s),S=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,i,s);if(!S)return;const I=this._dataValidationModel.getValidator(S.type);if(!I)return;const T={startX:p.startX+c,endX:p.endX-D,startY:p.startY+m,endY:p.endY-w},C=T.endX-T.startX,y=T.endY-T.startY,{cl:_}=l||{},L=(q=typeof _=="object"?_==null?void 0:_.rgb:_)!=null?q:"#000",F=U.getFontStyleString(l!=null?l:void 0),{vt:W,ht:A}=l||{},j=W!=null?W:r.VerticalAlign.MIDDLE,x=(K=M.getCellValueOrigin(d))!=null?K:"",N=I.parseCellValue(x),B=I.getListWithColorMap(S),H=it(N,F,C,y);this._drawDownIcon(e,T,C,y,j),e.save(),e.translateWithPrecision(T.startX,T.startY),e.beginPath(),e.rect(0,0,C-Ie,y),e.clip(),e.translateWithPrecision(ht,Ge);let G=0;switch(j){case r.VerticalAlign.MIDDLE:G=(H.contentHeight-H.totalHeight)/2;break;case r.VerticalAlign.BOTTOM:G=H.contentHeight-H.totalHeight;break}e.translateWithPrecision(0,G),H.lines.forEach((Z,ee)=>{e.save();const{width:te,height:ne,items:re}=Z;let oe=0;switch(A){case r.HorizontalAlign.RIGHT:oe=H.contentWidth-te;break;case r.HorizontalAlign.CENTER:oe=(H.contentWidth-te)/2;break}e.translate(oe,ee*(ne+Yt)),re.forEach(se=>{e.save(),e.translateWithPrecision(se.left,0),Ha.drawWith(e,{...F,info:se,color:L,fill:B[se.text]}),e.restore()}),e.restore()}),e.restore(),V.set(v,{left:T.startX,top:T.startY,width:H.contentWidth+ht+Ie,height:H.contentHeight+Ge*2})}calcCellAutoHeight(e){var C;const{primaryWithCoord:t,style:a,data:n,row:o,col:i}=e,s=n==null?void 0:n.fontRenderExtension,{leftOffset:l=0,rightOffset:d=0,topOffset:u=0,downOffset:p=0}=s||{},g=t.isMergedMainCell?t.mergeInfo:t,c={startX:g.startX+l,endX:g.endX-d,startY:g.startY+u,endY:g.endY-p},D=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!D)return;const m=this._dataValidationModel.getValidator(D.type);if(!m)return;const w=c.endX-c.startX,V=c.endY-c.startY,v=(C=M.getCellValueOrigin(n))!=null?C:"",S=m.parseCellValue(v),I=U.getFontStyleString(a!=null?a:void 0);return it(S,I,w,V).cellAutoHeight}calcCellAutoWidth(e){var C;const{primaryWithCoord:t,style:a,data:n,row:o,col:i}=e,s=n==null?void 0:n.fontRenderExtension,{leftOffset:l=0,rightOffset:d=0,topOffset:u=0,downOffset:p=0}=s||{},g=t.isMergedMainCell?t.mergeInfo:t,c={startX:g.startX+l,endX:g.endX-d,startY:g.startY+u,endY:g.endY-p},D=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!D)return;const m=this._dataValidationModel.getValidator(D.type);if(!m)return;const w=c.endX-c.startX,V=c.endY-c.startY,v=(C=M.getCellValueOrigin(n))!=null?C:"",S=m.parseCellValue(v),I=U.getFontStyleString(a!=null?a:void 0);return it(S,I,w,V).calcAutoWidth}isHit(e,t){const{primaryWithCoord:a}=t,n=a.isMergedMainCell?a.mergeInfo:a,{endX:o}=n,{x:i}=e;return i>=o-Ie&&i<=o}onPointerDown(e,t){if(t.button===2)return;const{unitId:a,subUnitId:n,row:o,col:i}=e,s={unitId:a,subUnitId:n,row:o,column:i};this._commandService.executeCommand(qe.id,s)}onPointerEnter(e,t){var a,n;return(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null?void 0:n.setCursor(U.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;return(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null?void 0:n.setCursor(U.CURSOR_TYPE.DEFAULT)}};pt=Xa([ke(0,r.ICommandService),ke(1,r.IUniverInstanceService),ke(2,r.Inject(U.IRenderManagerService)),ke(3,r.Inject(M.SheetDataValidationModel))],pt);class Ka extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.LIST_MULTIPLE);P(this,"canvasRender",this.injector.createInstance(pt));P(this,"dropdown",Ze)}}var Ga=Object.getOwnPropertyDescriptor,qa=(e,t,a,n)=>{for(var o=n>1?void 0:n?Ga(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Pe=(e,t)=>(a,n)=>t(a,n,e);const _e=4,Ne=4,de=14,ce=6,Ee=4,rt=8,Za="#565656",wt=new Path2D("M3.32201 4.84556C3.14417 5.05148 2.85583 5.05148 2.67799 4.84556L0.134292 1.90016C-0.152586 1.56798 0.0505937 1 0.456301 1L5.5437 1C5.94941 1 6.15259 1.56798 5.86571 1.90016L3.32201 4.84556Z");function Ja(e,t){const a=e.length;return{id:"d",body:{dataStream:`${e}${r.DEFAULT_EMPTY_DOCUMENT_VALUE}`,textRuns:[{ts:{fs:11,ff:void 0,it:r.BooleanNumber.FALSE,bl:r.BooleanNumber.FALSE,ul:{s:r.BooleanNumber.FALSE},st:{s:r.BooleanNumber.FALSE},ol:{s:r.BooleanNumber.FALSE},cl:void 0,...t,bg:void 0,bd:void 0},st:0,ed:a}]},documentStyle:{pageSize:{width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY}}}}function Xt(e,t,a){const n=Ja(e,a),o=new r.DocumentDataModel(n),i=new U.DocumentViewModel(o);return{documentSkeleton:U.DocumentSkeleton.create(i,t),docModel:o,docViewModel:i}}function Be(e,t,a){const{documentSkeleton:n,docModel:o,docViewModel:i}=Xt(e,t,a);return{documents:new U.Documents(`DOCUMENTS_${r.Tools.generateRandomId()}`,n,{pageMarginLeft:0,pageMarginTop:0}),documentSkeleton:n,docModel:o,docViewModel:i}}function Et(e,t,a,n,o,i,s=!0){let l=0;const d=s?Ee:0;switch(o){case r.VerticalAlign.BOTTOM:l=t-n-d;break;case r.VerticalAlign.MIDDLE:l=(t-n)/2;break;default:l=d;break}l=Math.max(Ee,l);let u=0;switch(i){case r.HorizontalAlign.CENTER:u=(e-a)/2;break;case r.HorizontalAlign.RIGHT:u=e-a;break}return u=Math.max(ce,u),{paddingLeft:u,paddingTop:l}}let gt=class{constructor(e,t,a,n,o){P(this,"_dropdownInfoMap",new Map);P(this,"zIndex");this._univerInstanceService=e,this._localeService=t,this._commandService=a,this._renderManagerService=n,this._dataValidationModel=o}_ensureMap(e){let t=this._dropdownInfoMap.get(e);return t||(t=new Map,this._dropdownInfoMap.set(e,t)),t}_generateKey(e,t){return`${e}.${t}`}_drawDownIcon(e,t,a,n,o,i,s){const{t:l=r.DEFAULT_STYLES.pd.t,b:d=r.DEFAULT_STYLES.pd.b}=s,u=a-de;let p;switch(i){case r.VerticalAlign.MIDDLE:p=(n-Ne)/2;break;case r.VerticalAlign.BOTTOM:p=n-d-o-Ee+(o/2-Ne/2);break;default:p=l+Ee+(o/2-Ne/2);break}e.save(),e.translateWithPrecision(t.startX+u,t.startY+p),e.fillStyle="#565656",e.fill(wt),e.restore()}drawWith(e,t,a){const{primaryWithCoord:n,row:o,col:i,style:s,data:l,subUnitId:d}=t,u=n.isMergedMainCell?n.mergeInfo:n,p=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,o,i);if(!p)return;const g=this._dataValidationModel.getValidator(p.type);if(!g)return;const c=l==null?void 0:l.fontRenderExtension,{leftOffset:D=0,rightOffset:m=0,topOffset:w=0,downOffset:V=0}=c||{};if(!p||!g||!g||g.id.indexOf(r.DataValidationType.LIST)!==0||!g.skipDefaultFontRender(p))return;const v={startX:u.startX+D,endX:u.endX-m,startY:u.startY+w,endY:u.endY-V},S=v.endX-v.startX,I=v.endY-v.startY,T=this._ensureMap(d),C=this._generateKey(o,i),y=g.getListWithColor(p),_=M.getCellValueOrigin(l),L=`${_!=null?_:""}`,F=y.find(N=>N.label===L);let{tb:W,vt:A,ht:j,pd:x}=s||{};if(W=W!=null?W:r.WrapStrategy.WRAP,A=A!=null?A:r.VerticalAlign.BOTTOM,j=j!=null?j:r.DEFAULT_STYLES.ht,x=x!=null?x:r.DEFAULT_STYLES.pd,p.renderMode===r.DataValidationRenderMode.ARROW){const{l:N=r.DEFAULT_STYLES.pd.l,t:B=r.DEFAULT_STYLES.pd.t,r:H=r.DEFAULT_STYLES.pd.r,b:G=r.DEFAULT_STYLES.pd.b}=x,q=S-N-H-de-4,{documentSkeleton:K,documents:Z,docModel:ee}=Be(L,this._localeService,s);W===r.WrapStrategy.WRAP&&ee.updateDocumentDataPageSize(Math.max(q,1)),K.calculate(),K.getActualSize();const te=U.getDocsSkeletonPageSize(K),{height:ne,width:re}=te,{paddingTop:oe,paddingLeft:se}=Et(q,I-B-G,re,ne,A,j,!0);this._drawDownIcon(e,v,S,I,ne,A,x),e.save(),e.translateWithPrecision(v.startX+N,v.startY+B),e.beginPath(),e.rect(0,0,S-N-H,I-B-G),e.clip(),e.translateWithPrecision(0,oe),e.save(),e.translateWithPrecision(_e,0),e.beginPath(),e.rect(0,0,q,ne),e.clip(),Z.render(e),e.translateWithPrecision(se,0),e.restore(),e.restore(),T.set(C,{left:v.endX+N+a.rowHeaderWidth-de,top:v.startY+B+a.columnHeaderHeight,width:de,height:I-B-G})}else{e.save(),e.translateWithPrecision(v.startX,v.startY),e.beginPath(),e.rect(0,0,S,I),e.clip();const N=S-ce*2-_e-de-4,{documentSkeleton:B,documents:H,docModel:G}=Be(L,this._localeService,s);W===r.WrapStrategy.WRAP&&G.updateDocumentDataPageSize(Math.max(N,1)),B.calculate();const q=U.getDocsSkeletonPageSize(B),{height:K,width:Z}=q,{paddingTop:ee,paddingLeft:te}=Et(N,I,Z,K,A,j);e.translateWithPrecision(ce,ee);const ne=Math.max(S-ce*2,1),re=K;U.Rect.drawWith(e,{width:ne,height:re,fill:(F==null?void 0:F.color)||Ce,radius:rt}),e.save(),e.translateWithPrecision(_e,0),e.beginPath(),e.rect(0,0,N,K),e.clip(),e.translateWithPrecision(te,0),H.render(e),e.restore(),e.translateWithPrecision(N+_e+4,(K-Ne)/2),e.fillStyle=Za,e.fill(wt),e.restore(),T.set(C,{left:v.startX+ce+a.rowHeaderWidth,top:v.startY+ee+a.columnHeaderHeight,width:ne,height:re})}}calcCellAutoHeight(e){const{primaryWithCoord:t,style:a,data:n,row:o,col:i}=e,s=t.isMergedMainCell?t.mergeInfo:t,l=n==null?void 0:n.fontRenderExtension,{leftOffset:d=0,rightOffset:u=0,topOffset:p=0,downOffset:g=0}=l||{},c=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!c||c.renderMode===r.DataValidationRenderMode.TEXT)return;const D={startX:s.startX+d,endX:s.endX-u,startY:s.startY+p,endY:s.endY-g},m=D.endX-D.startX,w=M.getCellValueOrigin(n),V=`${w!=null?w:""}`;let{tb:v,pd:S}=a||{};const{t:I=r.DEFAULT_STYLES.pd.t,b:T=r.DEFAULT_STYLES.pd.b}=S!=null?S:{};if(v=v!=null?v:r.WrapStrategy.WRAP,c.renderMode===r.DataValidationRenderMode.ARROW){const C=m-de,{documentSkeleton:y,docModel:_}=Be(V,this._localeService,a);v===r.WrapStrategy.WRAP&&_.updateDocumentDataPageSize(Math.max(C,1)),y.calculate(),y.getActualSize();const L=U.getDocsSkeletonPageSize(y),{height:F}=L;return F+I+T+Ee*2}else{const C=m-ce*2-_e-de,{documentSkeleton:y,docModel:_}=Xt(V,this._localeService,a);v===r.WrapStrategy.WRAP&&_.updateDocumentDataPageSize(Math.max(C,1)),y.calculate();const L=U.getDocsSkeletonPageSize(y),{height:F}=L;return F+Ee*2}}calcCellAutoWidth(e){const{primaryWithCoord:t,style:a,data:n,row:o,col:i}=e,s=t.isMergedMainCell?t.mergeInfo:t,l=n==null?void 0:n.fontRenderExtension,{leftOffset:d=0,rightOffset:u=0,topOffset:p=0,downOffset:g=0}=l||{},c=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!c||c.renderMode===r.DataValidationRenderMode.TEXT)return;const D={startX:s.startX+d,endX:s.endX-u,startY:s.startY+p,endY:s.endY-g},m=D.endX-D.startX,w=M.getCellValueOrigin(n),V=`${w!=null?w:""}`;let{tb:v,pd:S}=a||{};const{l:I=r.DEFAULT_STYLES.pd.l,r:T=r.DEFAULT_STYLES.pd.r}=S!=null?S:{};v=v!=null?v:r.WrapStrategy.WRAP;let C=ce*2+de;switch(c.renderMode){case r.DataValidationRenderMode.ARROW:C=de+ce*2+T+I;break;case r.DataValidationRenderMode.CUSTOM:C=de+ce*2+_e*2+T+I+rt/2+1;break;default:C=de+ce*2+_e*2+T+I+rt/2+1}const y=m-C,{documentSkeleton:_,docModel:L}=Be(V,this._localeService,a);return v===r.WrapStrategy.WRAP&&L.updateDocumentDataPageSize(Math.max(y,1)),_.calculate(),_.getActualSize(),U.getDocsSkeletonPageSize(_).width+C}isHit(e,t){const{subUnitId:a,row:n,col:o}=t,s=this._ensureMap(a).get(this._generateKey(n,o)),l=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,n,o);if(!l||!s||l.renderMode===r.DataValidationRenderMode.TEXT)return!1;const{top:d,left:u,width:p,height:g}=s,{x:c,y:D}=e;return c>=u&&c<=u+p&&D>=d&&D<=d+g}onPointerDown(e,t){if(t.button===2)return;const{unitId:a,subUnitId:n,row:o,col:i}=e,s={unitId:a,subUnitId:n,row:o,column:i};this._commandService.executeCommand(qe.id,s)}onPointerEnter(e,t){var a,n;(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(U.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(U.CURSOR_TYPE.DEFAULT)}};gt=qa([Pe(0,r.IUniverInstanceService),Pe(1,r.Inject(r.LocaleService)),Pe(2,r.ICommandService),Pe(3,r.Inject(U.IRenderManagerService)),Pe(4,r.Inject(M.SheetDataValidationModel))],gt);class Qa extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.LIST);P(this,"canvasRender",this.injector.createInstance(gt));P(this,"dropdown",Ze);P(this,"optionsInput",ze.componentKey);P(this,"formulaInput",It)}}class eo extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.TEXT_LENGTH);P(this,"formulaInput",Qe)}}class to extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.WHOLE);P(this,"formulaInput",Qe)}}var no=Object.getOwnPropertyDescriptor,ao=(e,t,a,n)=>{for(var o=n>1?void 0:n?no(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},st=(e,t)=>(a,n)=>t(a,n,e);let Oe=class extends r.RxDisposable{constructor(e,t,a){super(),this._injector=e,this._componentManger=t,this._dataValidatorRegistryService=a,this._initComponents(),this._registerValidatorViews()}_initComponents(){[[Ut,Tt],[He,Zn],[jt,Sn],[Ze,Ln],[_t,an],[ze.componentKey,ze],[Ke.componentKey,Ke],...Ma].forEach(([e,t])=>{this.disposeWithMe(this._componentManger.register(e,t))})}_registerValidatorViews(){[Na,to,eo,ka,Fa,Qa,Ka,xa].forEach(e=>{const t=this._injector.createInstance(e),a=this._dataValidatorRegistryService.getValidatorItem(t.id);a&&(a.formulaInput=t.formulaInput,a.canvasRender=t.canvasRender,a.dropdown=t.dropdown,a.optionsInput=t.optionsInput)})}};Oe=ao([st(0,r.Inject(r.Injector)),st(1,r.Inject(f.ComponentManager)),st(2,r.Inject(Q.DataValidatorRegistryService))],Oe);var oo=Object.getOwnPropertyDescriptor,io=(e,t,a,n)=>{for(var o=n>1?void 0:n?oo(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},lt=(e,t)=>(a,n)=>t(a,n,e);const ro="SHEET_DATA_VALIDATION_UI_PLUGIN";var We;exports.UniverSheetsDataValidationUIPlugin=(We=class extends r.Plugin{constructor(t=Ye,a,n,o){super(),this._config=t,this._injector=a,this._commandService=n,this._configService=o;const{menu:i,...s}=r.merge({},Ye,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(St,s)}onStarting(){[[ue],[me],[je],[Me],[Le],[Te],[be],[Ae],[Oe]].forEach(t=>{this._injector.add(t)}),[Je,qe,xt,ft,De,Ft].forEach(t=>{this._commandService.registerCommand(t)})}onReady(){this._injector.get(be),this._injector.get(Te),this._injector.get(Ae),this._injector.get(je),this._injector.get(U.IRenderManagerService).registerRenderModule(r.UniverInstanceType.UNIVER_SHEET,[Xe])}onRendered(){this._injector.get(Oe),this._injector.get(Le)}onSteady(){this._injector.get(Me)}},P(We,"pluginName",ro),P(We,"type",r.UniverInstanceType.UNIVER_SHEET),We);exports.UniverSheetsDataValidationUIPlugin=io([lt(1,r.Inject(r.Injector)),lt(2,r.ICommandService),lt(3,r.IConfigService)],exports.UniverSheetsDataValidationUIPlugin);var so=Object.getOwnPropertyDescriptor,lo=(e,t,a,n)=>{for(var o=n>1?void 0:n?so(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},dt=(e,t)=>(a,n)=>t(a,n,e);const co="SHEET_DATA_VALIDATION_UI_PLUGIN";var $e;exports.UniverSheetsDataValidationMobileUIPlugin=($e=class extends r.Plugin{constructor(t=Ye,a,n,o){super(),this._config=t,this._injector=a,this._commandService=n,this._configService=o;const{menu:i,...s}=r.merge({},Ye,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(St,s)}onStarting(){[[ue],[me],[je],[Me],[Le],[Te],[be],[Oe]].forEach(t=>{this._injector.add(t)}),[Je,qe,xt,ft,De,Ft].forEach(t=>{this._commandService.registerCommand(t)})}onReady(){this._injector.get(be),this._injector.get(Te),this._injector.get(U.IRenderManagerService).registerRenderModule(r.UniverInstanceType.UNIVER_SHEET,[Xe])}onRendered(){this._injector.get(Oe),this._injector.get(Le)}onSteady(){this._injector.get(Me)}},P($e,"pluginName",co),P($e,"type",r.UniverInstanceType.UNIVER_SHEET),$e);exports.UniverSheetsDataValidationMobileUIPlugin=lo([dt(1,r.Inject(r.Injector)),dt(2,r.ICommandService),dt(3,r.IConfigService)],exports.UniverSheetsDataValidationMobileUIPlugin);exports.DATE_DROPDOWN_KEY=_t;exports.LIST_DROPDOWN_KEY=Ze;
1
+ "use strict";var Kt=Object.defineProperty;var Gt=(e,t,a)=>t in e?Kt(e,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[t]=a;var P=(e,t,a)=>Gt(e,typeof t!="symbol"?t+"":t,a);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const h=require("react/jsx-runtime"),r=require("@univerjs/core"),b=require("@univerjs/design"),U=require("@univerjs/engine-render"),X=require("@univerjs/sheets"),M=require("@univerjs/sheets-data-validation"),qt=require("@univerjs/sheets-numfmt"),$=require("@univerjs/sheets-ui"),f=require("@univerjs/ui"),R=require("react"),Q=require("@univerjs/data-validation"),Zt=require("@univerjs/docs"),ie=require("rxjs"),ct=require("@univerjs/engine-formula"),mt=require("@univerjs/sheets-formula-ui");var Jt=Object.getOwnPropertyDescriptor,Qt=(e,t,a,n)=>{for(var o=n>1?void 0:n?Jt(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},ye=(e,t)=>(a,n)=>t(a,n,e);let Ae=class extends r.Disposable{constructor(e,t,a,n,o,i){super(),this._sheetInterceptorService=e,this._dataValidationModel=t,this._dataValidatorRegistryService=a,this._dialogService=n,this._localeService=o,this._sheetsDataValidationValidatorService=i,this._initEditorBridgeInterceptor()}_initEditorBridgeInterceptor(){this._sheetInterceptorService.writeCellInterceptor.intercept(X.VALIDATE_CELL,{handler:async(e,t,a)=>{const n=await e,{row:o,col:i,unitId:s,subUnitId:l}=t,d=this._dataValidationModel.getRuleIdByLocation(s,l,o,i),u=d?this._dataValidationModel.getRuleById(s,l,d):void 0;if(n===!1)return a(Promise.resolve(!1));if(!u||u.errorStyle!==r.DataValidationErrorStyle.STOP)return a(Promise.resolve(!0));const p=this._dataValidatorRegistryService.getValidatorItem(u.type);return!p||await this._sheetsDataValidationValidatorService.validatorCell(s,l,o,i)===r.DataValidationStatus.VALID?a(Promise.resolve(!0)):(this._dialogService.open({width:368,title:{title:this._localeService.t("dataValidation.alert.title")},id:"reject-input-dialog",children:{title:p.getRuleFinalError(u,{row:o,col:i,unitId:s,subUnitId:l})},footer:{title:R.createElement(b.Button,{type:"primary",onClick:()=>this._dialogService.close("reject-input-dialog")},this._localeService.t("dataValidation.alert.ok"))},onClose:()=>{this._dialogService.close("reject-input-dialog")}}),a(Promise.resolve(!1)))}})}showReject(e){this._dialogService.open({width:368,title:{title:this._localeService.t("dataValidation.alert.title")},id:"reject-input-dialog",children:{title:e},footer:{title:R.createElement(b.Button,{type:"primary",onClick:()=>this._dialogService.close("reject-input-dialog")},this._localeService.t("dataValidation.alert.ok"))},onClose:()=>{this._dialogService.close("reject-input-dialog")}})}};Ae=Qt([ye(0,r.Inject(X.SheetInterceptorService)),ye(1,r.Inject(M.SheetDataValidationModel)),ye(2,r.Inject(Q.DataValidatorRegistryService)),ye(3,f.IDialogService),ye(4,r.Inject(r.LocaleService)),ye(5,r.Inject(M.SheetsDataValidationValidatorService))],Ae);const en="univer-dv-date-dropdown",tn="univer-dv-date-dropdown-btns",Ct={dvDateDropdown:en,dvDateDropdownBtns:tn},nn=e=>{if(e==null||typeof e=="boolean")return;if(typeof e=="number"||!Number.isNaN(+e))return r.dayjs(r.numfmt.format("yyyy-MM-dd HH:mm:ss",Number(e)));const t=r.dayjs(e);if(t.isValid())return t};function an(e){var _;const{location:t,hideFn:a}=e,{worksheet:n,row:o,col:i,unitId:s,subUnitId:l,workbook:d}=t,u=f.useDependency(r.ICommandService),p=f.useDependency(Ae),g=n.getCell(o,i),c=M.getCellValueOrigin(n.getCellRaw(o,i)),y=nn(c),[m,w]=R.useState(y),V=m&&m.isValid()?m:r.dayjs(),v=f.useDependency(r.LocaleService),S=f.useDependency(M.SheetDataValidationModel),I=S.getRuleByLocation(s,l,o,i);if(!I)return null;const T=S.getValidator(I.type);if(!g||!T)return;const C=!!((_=I.bizInfo)!=null&&_.showTime),D=async()=>{var N,B,H;if(!V)return;const F=V.format(C?"YYYY-MM-DD HH:mm:ss":"YYYY-MM-DD 00:00:00"),W=(N=r.numfmt.parseDate(F))==null?void 0:N.v,A=d.getStyles().getStyleByCell(g),j=(H=(B=A==null?void 0:A.n)==null?void 0:B.pattern)!=null?H:"",x=qt.getPatternType(j);I.errorStyle!==r.DataValidationErrorStyle.STOP||await T.validator({value:W,unitId:s,subUnitId:l,row:o,column:i,worksheet:n,workbook:d,interceptValue:F.replace("Z","").replace("T"," "),t:r.CellValueType.NUMBER},I)?(a(),await u.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:U.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),await u.executeCommand(X.SetRangeValuesCommand.id,{unitId:s,subUnitId:l,range:{startColumn:i,endColumn:i,startRow:o,endRow:o},value:{v:W,t:2,p:null,f:null,si:null,s:{n:{pattern:C?x==="datetime"?j:"yyyy-MM-dd hh:mm:ss":x==="date"?j:"yyyy-MM-dd"}}}})):p.showReject(T.getRuleFinalError(I,{row:o,col:i,unitId:s,subUnitId:l}))};return h.jsxs("div",{className:Ct.dvDateDropdown,children:[h.jsx(b.DatePanel,{defaultValue:V,pickerValue:V,showTime:C||void 0,onSelect:async L=>{w(L)},onPanelChange:L=>{w(L)},disabledDate:L=>!r.numfmt.parseDate(L.format("YYYY-MM-DD"))}),h.jsx("div",{className:Ct.dvDateDropdownBtns,children:h.jsx(b.Button,{size:"small",type:"primary",onClick:D,disabled:!V.isValid(),children:v.t("dataValidation.alert.ok")})})]})}var le=function(){return le=Object.assign||function(e){for(var t,a=1,n=arguments.length;a<n;a++){t=arguments[a];for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])}return e},le.apply(this,arguments)},on=function(e,t){var a={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(a[n]=e[n]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(a[n[o]]=e[n[o]]);return a},ve=R.forwardRef(function(e,t){var a=e.icon,n=e.id,o=e.className,i=e.extend,s=on(e,["icon","id","className","extend"]),l="univerjs-icon univerjs-icon-".concat(n," ").concat(o||"").trim(),d=R.useRef("_".concat(ln()));return Mt(a,"".concat(n),{defIds:a.defIds,idSuffix:d.current},le({ref:t,className:l},s),i)});function Mt(e,t,a,n,o){return R.createElement(e.tag,le(le({key:t},rn(e,a,o)),n),(sn(e,a).children||[]).map(function(i,s){return Mt(i,"".concat(t,"-").concat(e.tag,"-").concat(s),a,void 0,o)}))}function rn(e,t,a){var n=le({},e.attrs);a!=null&&a.colorChannel1&&n.fill==="colorChannel1"&&(n.fill=a.colorChannel1),e.tag==="mask"&&n.id&&(n.id=n.id+t.idSuffix),Object.entries(n).forEach(function(i){var s=i[0],l=i[1];s==="mask"&&typeof l=="string"&&(n[s]=l.replace(/url\(#(.*)\)/,"url(#$1".concat(t.idSuffix,")")))});var o=t.defIds;return!o||o.length===0||(e.tag==="use"&&n["xlink:href"]&&(n["xlink:href"]=n["xlink:href"]+t.idSuffix),Object.entries(n).forEach(function(i){var s=i[0],l=i[1];typeof l=="string"&&(n[s]=l.replace(/url\(#(.*)\)/,"url(#$1".concat(t.idSuffix,")")))})),n}function sn(e,t){var a,n=t.defIds;return!n||n.length===0?e:e.tag==="defs"&&(!((a=e.children)===null||a===void 0)&&a.length)?le(le({},e),{children:e.children.map(function(o){return typeof o.attrs.id=="string"&&n&&n.indexOf(o.attrs.id)>-1?le(le({},o),{attrs:le(le({},o.attrs),{id:o.attrs.id+t.idSuffix})}):o})}):e}function ln(){return Math.random().toString(36).substring(2,8)}ve.displayName="UniverIcon";var dn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M14.1544 3.75557C14.3887 3.98988 14.3887 4.36978 14.1544 4.6041L6.51409 12.2444C6.40157 12.3569 6.24896 12.4201 6.08983 12.4201C5.9307 12.4201 5.77808 12.3569 5.66556 12.2444L1.84541 8.42425C1.6111 8.18993 1.6111 7.81003 1.84541 7.57572C2.07973 7.34141 2.45963 7.34141 2.69394 7.57572L6.08983 10.9716L13.3059 3.75557C13.5402 3.52126 13.9201 3.52126 14.1544 3.75557Z",fillRule:"evenodd",clipRule:"evenodd"}}]},bt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"check-mark-single",ref:t,icon:dn}))});bt.displayName="CheckMarkSingle";var cn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M1.4917 3.07803C1.4917 2.19437 2.20804 1.47803 3.0917 1.47803H5.6917C6.57536 1.47803 7.2917 2.19437 7.2917 3.07803V5.67803C7.2917 6.56168 6.57535 7.27803 5.6917 7.27803H3.0917C2.20804 7.27803 1.4917 6.56168 1.4917 5.67803V3.07803ZM3.0917 2.67803C2.87078 2.67803 2.6917 2.85711 2.6917 3.07803V5.67803C2.6917 5.89894 2.87079 6.07803 3.0917 6.07803H5.6917C5.91261 6.07803 6.0917 5.89894 6.0917 5.67803V3.07803C6.0917 2.85711 5.91261 2.67803 5.6917 2.67803H3.0917Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M14.6175 2.45279C14.8518 2.68711 14.8518 3.06701 14.6175 3.30132L11.6151 6.30365C11.3957 6.52307 11.0451 6.53897 10.8067 6.34031L8.80915 4.67566C8.55458 4.46352 8.52019 4.08518 8.73233 3.83062 8.94447 3.57605 9.32281 3.54166 9.57737 3.7538L11.154 5.06767 13.769 2.45278C14.0033 2.21847 14.3832 2.21848 14.6175 2.45279zM14.1175 9.19746C14.3518 9.43178 14.3518 9.81168 14.1175 10.046L12.5418 11.6217 14.1175 13.1975C14.3518 13.4318 14.3518 13.8117 14.1175 14.046 13.8832 14.2803 13.5033 14.2803 13.269 14.046L11.6933 12.4703 10.1175 14.046C9.88321 14.2803 9.50331 14.2803 9.269 14.046 9.03468 13.8117 9.03468 13.4318 9.269 13.1975L10.8447 11.6217 9.269 10.046C9.03468 9.81168 9.03468 9.43178 9.269 9.19746 9.50331 8.96315 9.88321 8.96315 10.1175 9.19746L11.6933 10.7732 13.269 9.19746C13.5033 8.96315 13.8832 8.96315 14.1175 9.19746z"}},{tag:"path",attrs:{fill:"currentColor",d:"M3.0917 8.72168C2.20804 8.72168 1.4917 9.43802 1.4917 10.3217V12.9217C1.4917 13.8053 2.20804 14.5217 3.0917 14.5217H5.6917C6.57535 14.5217 7.2917 13.8053 7.2917 12.9217V10.3217C7.2917 9.43802 6.57536 8.72168 5.6917 8.72168H3.0917ZM2.6917 10.3217C2.6917 10.1008 2.87078 9.92168 3.0917 9.92168H5.6917C5.91261 9.92168 6.0917 10.1008 6.0917 10.3217V12.9217C6.0917 13.1426 5.91261 13.3217 5.6917 13.3217H3.0917C2.87079 13.3217 2.6917 13.1426 2.6917 12.9217V10.3217Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Tt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"data-validation-single",ref:t,icon:cn}))});Tt.displayName="DataValidationSingle";var un={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M5.3313 1.4667C5.3313 1.13533 5.59993.866699 5.9313.866699H10.069C10.4004.866699 10.669 1.13533 10.669 1.4667 10.669 1.79807 10.4004 2.0667 10.069 2.0667H5.9313C5.59993 2.0667 5.3313 1.79807 5.3313 1.4667zM1.09985 3.64443C1.09985 3.31306 1.36848 3.04443 1.69985 3.04443H14.2999C14.6312 3.04443 14.8999 3.31306 14.8999 3.64443 14.8999 3.9758 14.6312 4.24443 14.2999 4.24443H1.69985C1.36848 4.24443 1.09985 3.9758 1.09985 3.64443zM6.12398 8.30171C6.35829 8.0674 6.73819 8.0674 6.97251 8.30171L8.00007 9.32928 9.02764 8.30171C9.26195 8.0674 9.64185 8.0674 9.87617 8.30171 10.1105 8.53603 10.1105 8.91593 9.87617 9.15024L8.8486 10.1778 9.87617 11.2054C10.1105 11.4397 10.1105 11.8196 9.87617 12.0539 9.64185 12.2882 9.26195 12.2882 9.02764 12.0539L8.00007 11.0263 6.97251 12.0539C6.73819 12.2882 6.35829 12.2882 6.12398 12.0539 5.88966 11.8196 5.88966 11.4397 6.12398 11.2054L7.15154 10.1778 6.12398 9.15024C5.88966 8.91593 5.88966 8.53603 6.12398 8.30171z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.75332 5.22217C3.86966 5.22217 3.15332 5.93851 3.15332 6.82217V12.5331C3.15332 13.9691 4.31738 15.1332 5.75332 15.1332H10.2465C11.6825 15.1332 12.8465 13.9691 12.8465 12.5331V6.82217C12.8465 5.93851 12.1302 5.22217 11.2465 5.22217H4.75332ZM4.35332 6.82217C4.35332 6.60125 4.53241 6.42217 4.75332 6.42217H11.2465C11.4674 6.42217 11.6465 6.60125 11.6465 6.82217V12.5331C11.6465 13.3063 11.0197 13.9332 10.2465 13.9332H5.75332C4.98012 13.9332 4.35332 13.3063 4.35332 12.5331V6.82217Z",fillRule:"evenodd",clipRule:"evenodd"}}]},vt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"delete-single",ref:t,icon:un}))});vt.displayName="DeleteSingle";var hn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M8.6 1.99991C8.60001 1.66854 8.33138 1.39991 8.00001 1.3999C7.66864 1.3999 7.40001 1.66853 7.4 1.9999L7.39996 7.3999H1.9999C1.66853 7.3999 1.3999 7.66853 1.3999 7.9999C1.3999 8.33127 1.66853 8.5999 1.9999 8.5999H7.39995L7.3999 13.9999C7.3999 14.3313 7.66853 14.5999 7.9999 14.5999C8.33127 14.5999 8.5999 14.3313 8.5999 13.9999L8.59995 8.5999H13.9999C14.3313 8.5999 14.5999 8.33127 14.5999 7.9999C14.5999 7.66853 14.3313 7.3999 13.9999 7.3999H8.59996L8.6 1.99991Z"}}]},Lt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"increase-single",ref:t,icon:hn}))});Lt.displayName="IncreaseSingle";var pn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M11.3536 6.14645C11.5488 6.34171 11.5488 6.65829 11.3536 6.85355L8.35355 9.85355C8.15829 10.0488 7.84171 10.0488 7.64645 9.85355L4.64645 6.85355C4.45118 6.65829 4.45118 6.34171 4.64645 6.14645C4.84171 5.95118 5.15829 5.95118 5.35355 6.14645L8 8.79289L10.6464 6.14645C10.8417 5.95118 11.1583 5.95118 11.3536 6.14645Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Ot=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"more-down-single",ref:t,icon:pn}))});Ot.displayName="MoreDownSingle";var gn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.64645 9.85355C4.45118 9.65829 4.45118 9.34171 4.64645 9.14645L7.64645 6.14645C7.84171 5.95118 8.15829 5.95118 8.35355 6.14645L11.3536 9.14645C11.5488 9.34171 11.5488 9.65829 11.3536 9.85355C11.1583 10.0488 10.8417 10.0488 10.6464 9.85355L8 7.20711L5.35355 9.85355C5.15829 10.0488 4.84171 10.0488 4.64645 9.85355Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Pt=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"more-up-single",ref:t,icon:gn}))});Pt.displayName="MoreUpSingle";var mn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"mask",attrs:{id:"mask0_622_8",style:{maskType:"alpha"},width:16,height:16,x:0,y:0,maskUnits:"userSpaceOnUse"},children:[{tag:"path",attrs:{fill:"#D9D9D9",d:"M0 0H16V16H0z"}}]},{tag:"g",attrs:{fill:"currentColor",mask:"url(#mask0_622_8)"},children:[{tag:"path",attrs:{d:"M6 5C6.55228 5 7 4.55228 7 4 7 3.44772 6.55228 3 6 3 5.44772 3 5 3.44772 5 4 5 4.55228 5.44772 5 6 5zM6 9C6.55228 9 7 8.55229 7 8 7 7.44772 6.55228 7 6 7 5.44772 7 5 7.44772 5 8 5 8.55229 5.44772 9 6 9zM7 12C7 12.5523 6.55228 13 6 13 5.44772 13 5 12.5523 5 12 5 11.4477 5.44772 11 6 11 6.55228 11 7 11.4477 7 12zM10 5C10.5523 5 11 4.55228 11 4 11 3.44772 10.5523 3 10 3 9.44771 3 9 3.44772 9 4 9 4.55228 9.44771 5 10 5zM11 8C11 8.55229 10.5523 9 10 9 9.44771 9 9 8.55229 9 8 9 7.44772 9.44771 7 10 7 10.5523 7 11 7.44772 11 8zM10 13C10.5523 13 11 12.5523 11 12 11 11.4477 10.5523 11 10 11 9.44771 11 9 11.4477 9 12 9 12.5523 9.44771 13 10 13z"}}]}]},At=R.forwardRef(function(e,t){return R.createElement(ve,Object.assign({},e,{id:"sequence-single",ref:t,icon:mn}))});At.displayName="SequenceSingle";var vn=Object.getOwnPropertyDescriptor,fn=(e,t,a,n)=>{for(var o=n>1?void 0:n?vn(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Dt=(e,t)=>(a,n)=>t(a,n,e);let ue=class extends r.Disposable{constructor(t,a){super();P(this,"_open$",new ie.BehaviorSubject(!1));P(this,"open$",this._open$.pipe(ie.distinctUntilChanged()));P(this,"_activeRule");P(this,"_activeRule$",new ie.BehaviorSubject(void 0));P(this,"activeRule$",this._activeRule$.asObservable());P(this,"_closeDisposable",null);this._univerInstanceService=t,this._sidebarService=a,this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(r.UniverInstanceType.UNIVER_SHEET).pipe(ie.filter(n=>!n)).subscribe(()=>{this.close()})),this.disposeWithMe(this._sidebarService.sidebarOptions$.subscribe(n=>{n.id===He&&(n.visible||setTimeout(()=>{this._sidebarService.sidebarOptions$.next({visible:!1})}))}))}get activeRule(){return this._activeRule}get isOpen(){return this._open$.getValue()}dispose(){var t;super.dispose(),this._open$.next(!1),this._open$.complete(),this._activeRule$.complete(),(t=this._closeDisposable)==null||t.dispose()}open(){this._open$.next(!0)}close(){var t;this._open$.next(!1),(t=this._closeDisposable)==null||t.dispose()}setCloseDisposable(t){this._closeDisposable=r.toDisposable(()=>{t.dispose(),this._closeDisposable=null})}setActiveRule(t){this._activeRule=t,this._activeRule$.next(t)}};ue=fn([Dt(0,r.IUniverInstanceService),Dt(1,f.ISidebarService)],ue);function Sn(){const e=f.useDependency(me),t=f.useObservable(e.activeDropdown$,e.activeDropdown),a=f.useDependency(f.ComponentManager);if(!t)return null;const{location:n,componentKey:o}=t,i=a.get(o),s=`${n.unitId}-${n.subUnitId}-${n.row}-${n.col}`;if(!i)return null;const l=()=>{e.hideDropdown()};return h.jsx(i,{location:n,hideFn:l},s)}const jt="sheet.ui.dropdown";var _n=Object.getOwnPropertyDescriptor,In=(e,t,a,n)=>{for(var o=n>1?void 0:n?_n(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},fe=(e,t)=>(a,n)=>t(a,n,e);let me=class extends r.Disposable{constructor(t,a,n,o,i,s,l){super();P(this,"_activeDropdown");P(this,"_activeDropdown$",new ie.Subject);P(this,"_currentPopup",null);P(this,"activeDropdown$",this._activeDropdown$.asObservable());P(this,"_zenVisible",!1);this._canvasPopupManagerService=t,this._univerInstanceService=a,this._dataValidatorRegistryService=n,this._zenZoneService=o,this._renderManagerService=i,this._dataValidationModel=s,this._sheetsSelectionsService=l,this._init(),this._initSelectionChange(),this.disposeWithMe(()=>{this._activeDropdown$.complete()})}get activeDropdown(){return this._activeDropdown}_init(){this.disposeWithMe(this._zenZoneService.visible$.subscribe(t=>{this._zenVisible=t,t&&this.hideDropdown()}))}_getDropdownByCell(t,a,n,o){const i=t?this._univerInstanceService.getUnit(t,r.UniverInstanceType.UNIVER_SHEET):this._univerInstanceService.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET);if(!i)return;const s=a?i.getSheetBySheetId(a):i.getActiveSheet();if(!s)return;const l=this._dataValidationModel.getRuleByLocation(i.getUnitId(),s.getSheetId(),n,o);if(!l)return;const d=this._dataValidatorRegistryService.getValidatorItem(l.type);return d==null?void 0:d.dropdown}_initSelectionChange(){this.disposeWithMe(this._sheetsSelectionsService.selectionMoveEnd$.subscribe(t=>{t&&t.every(a=>!(a.primary&&this._getDropdownByCell(a.primary.unitId,a.primary.sheetId,a.primary.actualRow,a.primary.actualColumn)))&&this.hideDropdown()}))}showDropdown(t,a=!0){const{location:n}=t,{row:o,col:i,unitId:s,subUnitId:l}=n;if(this._currentPopup&&this._currentPopup.dispose(),this._zenVisible)return;this._activeDropdown=t,this._activeDropdown$.next(this._activeDropdown);const d=this._renderManagerService.getRenderById(r.DOCS_FORMULA_BAR_EDITOR_UNIT_ID_KEY),u=this._canvasPopupManagerService.attachPopupToCell(o,i,{componentKey:jt,onClickOutside:()=>{a&&this.hideDropdown()},offset:[0,3],excludeOutside:[d==null?void 0:d.engine.getCanvasElement()].filter(Boolean)},s,l);if(!u)throw new Error("[DataValidationDropdownManagerService]: cannot show dropdown!");const p=new r.DisposableCollection;p.add(u),p.add({dispose:()=>{var g,c;(c=(g=this._activeDropdown)==null?void 0:g.onHide)==null||c.call(g)}}),this._currentPopup=p}hideDropdown(){this._activeDropdown&&(this._currentPopup&&this._currentPopup.dispose(),this._currentPopup=null,this._activeDropdown=null,this._activeDropdown$.next(null))}showDataValidationDropdown(t,a,n,o,i){const s=this._univerInstanceService.getUnit(t,r.UniverInstanceType.UNIVER_SHEET);if(!s)return;const l=s.getSheetBySheetId(a);if(!l)return;const d=this._dataValidationModel.getRuleByLocation(s.getUnitId(),l.getSheetId(),n,o);if(!d)return;const u=this._dataValidatorRegistryService.getValidatorItem(d.type);if(!u||!u.dropdown){this.hideDropdown();return}this.showDropdown({location:{workbook:s,worksheet:l,row:n,col:o,unitId:t,subUnitId:a},componentKey:u.dropdown,onHide:i})}};me=In([fe(0,r.Inject($.SheetCanvasPopManagerService)),fe(1,r.IUniverInstanceService),fe(2,r.Inject(Q.DataValidatorRegistryService)),fe(3,f.IZenZoneService),fe(4,U.IRenderManagerService),fe(5,r.Inject(M.SheetDataValidationModel)),fe(6,r.Inject(X.SheetsSelectionsService))],me);const He="DataValidationPanel",De={id:"data-validation.operation.open-validation-panel",type:r.CommandType.OPERATION,handler(e,t){if(!t)return!1;const{ruleId:a,isAdd:n}=t,o=e.get(ue),i=e.get(Q.DataValidationModel),s=e.get(r.IUniverInstanceService),l=e.get(f.ISidebarService),d=X.getSheetCommandTarget(s);if(!d)return!1;const{unitId:u,subUnitId:p}=d,g=a?i.getRuleById(u,p,a):void 0;o.open(),o.setActiveRule(g&&{unitId:u,subUnitId:p,rule:g});const c=l.open({id:He,header:{title:n?"dataValidation.panel.addTitle":"dataValidation.panel.title"},children:{label:He},width:312,onClose:()=>o.close()});return o.setCloseDisposable(c),!0}},ft={id:"data-validation.operation.close-validation-panel",type:r.CommandType.OPERATION,handler(e){return e.get(ue).close(),!0}},Ft={id:"data-validation.operation.toggle-validation-panel",type:r.CommandType.OPERATION,handler(e){const t=e.get(r.ICommandService),a=e.get(ue);return a.open(),a.isOpen?t.executeCommand(ft.id):t.executeCommand(De.id),!0}},qe={type:r.CommandType.OPERATION,id:"sheet.operation.show-data-validation-dropdown",handler(e,t){if(!t)return!1;const a=e.get(me),{unitId:n,subUnitId:o,row:i,column:s}=t,l=a.activeDropdown,d=l==null?void 0:l.location;return d&&d.unitId===n&&d.subUnitId===o&&d.row===i&&d.col===s||a.showDataValidationDropdown(n,o,i,s),!0}},xt={type:r.CommandType.OPERATION,id:"sheet.operation.hide-data-validation-dropdown",handler(e,t){return t?(e.get(me).hideDropdown(),!0):!1}},Ce="#ECECEC",St="sheets-data-validation-ui.config",Ye={},Cn="univer-dv-list-dropdown",Dn="univer-dv-list-dropdown-title",yn="univer-dv-list-dropdown-list",Vn="univer-dv-list-dropdown-list-container",Rn="univer-dv-list-dropdown-selected-icon",wn="univer-dv-list-dropdown-item-container",En="univer-dv-list-dropdown-item",Mn="univer-dv-list-dropdown-split",bn="univer-dv-list-dropdown-edit",pe={dvListDropdown:Cn,dvListDropdownTitle:Dn,dvListDropdownList:yn,dvListDropdownListContainer:Vn,dvListDropdownSelectedIcon:Rn,dvListDropdownItemContainer:wn,dvListDropdownItem:En,dvListDropdownSplit:Mn,dvListDropdownEdit:bn},Tn=e=>{var C,D;const{value:t,onChange:a,multiple:n,options:o,title:i,onEdit:s,style:l,filter:d,location:u}=e,p=f.useDependency(r.LocaleService),g=f.useDependency(r.IConfigService),c=d==null?void 0:d.toLowerCase(),{row:y,col:m,unitId:w,subUnitId:V}=u,v=o.filter(_=>c?_.label.toLowerCase().includes(c):!0),S=(D=(C=g.getConfig(St))==null?void 0:C.showEditOnDropdown)!=null?D:!0,I=f.useDependency(X.SheetPermissionCheckController),T=R.useMemo(()=>I.permissionCheckWithRanges({workbookTypes:[X.WorkbookEditablePermission],rangeTypes:[X.RangeProtectionPermissionEditPoint],worksheetTypes:[X.WorksheetEditPermission]},[{startColumn:m,startRow:y,endColumn:m,endRow:y}],w,V),[I,m,y,w,V]);return h.jsxs("div",{className:pe.dvListDropdown,style:l,children:[h.jsx("div",{className:pe.dvListDropdownTitle,children:i}),h.jsx("div",{className:pe.dvListDropdownList,children:h.jsx(b.Scrollbar,{children:h.jsx("div",{className:pe.dvListDropdownListContainer,children:v.map((_,L)=>{const F=t.indexOf(_.value)>-1,W=()=>{let j;F?j=new Set(t.filter(N=>N!==_.value)):j=new Set(n?[...t,_.value]:[_.value]);const x=[];o.forEach(N=>{j.has(N.value)&&x.push(N.value)}),a(x)},A=_.label.toLocaleLowerCase().indexOf(c);return h.jsxs("div",{className:pe.dvListDropdownItemContainer,onClick:W,children:[h.jsx("div",{className:pe.dvListDropdownItem,style:{background:_.color||Ce},children:c&&_.label.toLowerCase().includes(c)?h.jsxs(h.Fragment,{children:[h.jsx("span",{children:_.label.substring(0,A)}),h.jsx("span",{style:{fontWeight:"bold"},children:_.label.substring(A,A+c.length)}),h.jsx("span",{children:_.label.substring(A+c.length)})]}):_.label}),h.jsx("div",{className:pe.dvListDropdownSelectedIcon,children:F?h.jsx(bt,{}):null})]},L)})})},d)}),S&&T?h.jsxs(h.Fragment,{children:[h.jsx("div",{className:pe.dvListDropdownSplit}),h.jsx("div",{className:pe.dvListDropdownEdit,children:h.jsx("a",{onClick:s,children:p.t("dataValidation.list.edit")})})]}):null]})};function Ln(e){var B,H,G,q;const{location:t,hideFn:a}=e,{worksheet:n,row:o,col:i,unitId:s,subUnitId:l}=t,d=f.useDependency(Q.DataValidationModel),[u,p]=R.useState(""),g=f.useDependency(r.ICommandService),c=f.useDependency(r.LocaleService),[y,m]=R.useState(""),w=f.useDependency($.IEditorBridgeService),V=f.useDependency(r.IUniverInstanceService),v=R.useMemo(()=>d.ruleChange$.pipe(ie.debounceTime(16)),[]),S=f.useDependency(M.SheetDataValidationModel);f.useObservable(v);const I=f.RectPopup.useContext(),T=((H=(B=I.current)==null?void 0:B.right)!=null?H:0)-((q=(G=I.current)==null?void 0:G.left)!=null?q:0);if(R.useEffect(()=>{const K=g.onCommandExecuted(Z=>{var ee,te;if(Z.id===Zt.RichTextEditingMutation.id){const ne=Z.params,{unitId:re}=ne,oe=V.getUnit(re,r.UniverInstanceType.UNIVER_DOC);if(!oe||!w.isVisible().visible)return;const se=r.BuildTextUtils.transform.getPlainText((te=(ee=oe.getSnapshot().body)==null?void 0:ee.dataStream)!=null?te:"");p(se)}});return()=>{K.dispose()}},[g,w,V]),!n)return null;const C=S.getRuleByLocation(s,l,o,i);if(!C)return null;const D=S.getValidator(C.type);if(!D)return null;const _=n.getCell(o,i),L=(C==null?void 0:C.renderMode)===r.DataValidationRenderMode.CUSTOM||(C==null?void 0:C.renderMode)===void 0;if(!_||!C||!D||D.id.indexOf(r.DataValidationType.LIST)!==0)return;const F=C.type===r.DataValidationType.LIST_MULTIPLE,W=D.getListWithColor(C,s,l),A=y||M.getDataValidationCellValue(n.getCellRaw(o,i)),j=M.deserializeListOptions(A),x=()=>{g.executeCommand(De.id,{ruleId:C.uid}),a()},N=W.map(K=>({label:K.label,value:K.label,color:L||K.color?K.color:"transparent"}));return h.jsx(Tn,{style:{minWidth:T,maxWidth:Math.max(T,200)},title:F?c.t("dataValidation.listMultiple.dropdown"):c.t("dataValidation.list.dropdown"),value:j,multiple:F,onChange:async K=>{const Z=M.serializeListOptions(K),ee={unitId:s,subUnitId:l,range:{startColumn:i,endColumn:i,startRow:o,endRow:o},value:{v:Z,p:null,f:null,si:null}};w.isVisible()&&g.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:U.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),m(Z),F||a(),w.isVisible().visible&&await g.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:U.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),g.executeCommand(X.SetRangeValuesCommand.id,ee)},options:N,onEdit:x,filter:u,location:t})}const On="univer-data-validation-options-button",Pn="univer-data-validation-options-button-icon",et={dataValidationOptionsButton:On,dataValidationOptionsButtonIcon:Pn};function An(e){var u;const t=f.useDependency(r.LocaleService),a=f.useDependency(f.ComponentManager),{value:n,onChange:o,extraComponent:i}=e,[s,l]=R.useState(!1),d=i?a.get(i):null;return h.jsxs(h.Fragment,{children:[h.jsxs("div",{className:et.dataValidationOptionsButton,onClick:()=>l(!s),children:[t.t("dataValidation.panel.options"),s?h.jsx(Pt,{className:et.dataValidationOptionsButtonIcon}):h.jsx(Ot,{className:et.dataValidationOptionsButtonIcon})]}),s&&h.jsxs(h.Fragment,{children:[d?h.jsx(d,{value:n,onChange:o}):null,h.jsx(b.FormLayout,{label:t.t("dataValidation.panel.invalid"),children:h.jsxs(b.RadioGroup,{value:`${(u=n.errorStyle)!=null?u:r.DataValidationErrorStyle.WARNING}`,onChange:p=>o({...n,errorStyle:+p}),children:[h.jsx(b.Radio,{value:`${r.DataValidationErrorStyle.WARNING}`,children:t.t("dataValidation.panel.showWarning")}),h.jsx(b.Radio,{value:`${r.DataValidationErrorStyle.STOP}`,children:t.t("dataValidation.panel.rejectInput")})]})}),h.jsx(b.FormLayout,{label:t.t("dataValidation.panel.messageInfo"),children:h.jsx(b.Checkbox,{checked:n.showErrorMessage,onChange:()=>o({...n,showErrorMessage:!n.showErrorMessage}),children:t.t("dataValidation.panel.showInfo")})}),n.showErrorMessage?h.jsx(b.FormLayout,{children:h.jsx(b.Input,{value:n.error,onChange:p=>o({...n,error:p})})}):null]})]})}const jn="univer-data-validation-detail",Fn="univer-data-validation-detail-form-item",xn="univer-data-validation-detail-buttons",Un="univer-data-validation-detail-button",Ve={dataValidationDetail:jn,dataValidationDetailFormItem:Fn,dataValidationDetailButtons:xn,dataValidationDetailButton:Un},kn=e=>r.debounce(async(t,a,n,o)=>{const i=await e.executeCommand(t,a,n);o==null||o(i)},1e3);function Nn(e,t,a){var n,o,i,s;return t?((o=(n=e.getUnit(t))==null?void 0:n.getSheetBySheetName(a))==null?void 0:o.getSheetId())||"":((s=(i=e.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET))==null?void 0:i.getSheetBySheetName(a))==null?void 0:s.getSheetId())||""}function Bn(){var se;const[e,t]=R.useState(0),a=f.useDependency(ue),n=f.useObservable(a.activeRule$,a.activeRule),{unitId:o,subUnitId:i,rule:s}=n||{},l=s.uid,d=f.useDependency(Q.DataValidatorRegistryService),u=f.useDependency(r.IUniverInstanceService),p=f.useDependency(f.ComponentManager),g=f.useDependency(r.ICommandService),c=f.useDependency(Q.DataValidationModel),y=f.useDependency(r.LocaleService),[m,w]=R.useState(s),V=d.getValidatorItem(m.type),[v,S]=R.useState(!1),I=d.getValidatorsByScope(Q.DataValidatorRegistryScope.SHEET),[T,C]=R.useState(()=>m.ranges.map(O=>({unitId:"",sheetId:"",range:O}))),D=R.useMemo(()=>kn(g),[g]),[_,L]=R.useState(!1),[F,W]=R.useState(!1),A=R.useRef(null),j=f.useDependency(X.SheetsSelectionsService);if(R.useEffect(()=>()=>{const O=j.getCurrentLastSelection();O&&j.setSelections([O])},[j]),R.useEffect(()=>{g.onCommandExecuted(O=>{(O.id===r.UndoCommand.id||O.id===r.RedoCommand.id)&&setTimeout(()=>{const E=c.getRuleById(o,i,l);t(k=>k+1),E&&(w(E),C(E.ranges.map(k=>({unitId:"",sheetId:"",range:k}))))},20)})},[g,c,l,i,o]),!V)return null;const x=V.operators,N=V.operatorNames,B=m.operator?Q.TWO_FORMULA_OPERATOR_COUNT.includes(m.operator):!1,H=()=>{var O,E,k;(E=(O=A.current)==null?void 0:O.editor)!=null&&E.isFocus()&&G((k=A.current)==null?void 0:k.getValue()),!(!m.ranges.length||_)&&(V.validatorFormula(m,o,i).success?a.setActiveRule(null):S(!0))},G=f.useEvent(O=>{const E=O.split(",").filter(Boolean).map(ct.deserializeRangeWithSheet).map(z=>{const ge=z.sheetName;if(ge){const zt=Nn(u,z.unitId,ge);return{...z,sheetId:zt}}return{...z,sheetId:""}});if(r.isUnitRangesEqual(E,T))return;C(E);const k=E.filter(z=>(!z.unitId||z.unitId===o)&&(!z.sheetId||z.sheetId===i)).map(z=>z.range);if(w({...m,ranges:k}),k.length===0)return;const Y={unitId:o,subUnitId:i,ruleId:l,ranges:k};D(M.UpdateSheetDataValidationRangeCommand.id,Y)}),q=O=>{if(r.shallowEqual(O,Q.getRuleSetting(m)))return;w({...m,...O});const E={unitId:o,subUnitId:i,ruleId:l,setting:O};D(M.UpdateSheetDataValidationSettingCommand.id,E,void 0)},K=async()=>{await g.executeCommand(M.RemoveSheetDataValidationCommand.id,{ruleId:l,unitId:o,subUnitId:i}),a.setActiveRule(null)},Z={type:m.type,operator:m.operator,formula1:m.formula1,formula2:m.formula2,allowBlank:m.allowBlank},ee=O=>{const E=d.getValidatorItem(O);if(!E)return;const k=E.operators,Y=c.getRuleById(o,i,l),z=O===(Y==null?void 0:Y.type)||O.includes("list")&&(Y!=null&&Y.type.includes("list"))?{...Y,type:O}:{...m,type:O,operator:k[0],formula1:void 0,formula2:void 0};w(z),g.executeCommand(M.UpdateSheetDataValidationSettingCommand.id,{unitId:o,subUnitId:i,ruleId:m.uid,setting:Q.getRuleSetting(z)})},te=p.get(V.formulaInput),ne=R.useMemo(()=>T.map(O=>ct.serializeRange(O.range)).join(","),[]),re=Q.getRuleOptions(m),oe=O=>{r.shallowEqual(O,Q.getRuleOptions(m))||(w({...m,...O}),D(M.UpdateSheetDataValidationOptionsCommand.id,{unitId:o,subUnitId:i,ruleId:l,options:O}))};return h.jsxs("div",{className:Ve.dataValidationDetail,children:[h.jsx(b.FormLayout,{label:y.t("dataValidation.panel.range"),error:!m.ranges.length||_?y.t("dataValidation.panel.rangeError"):"",children:h.jsx(mt.RangeSelector,{selectorRef:A,unitId:o,subUnitId:i,initialValue:ne,onChange:(O,E)=>{var k;!F&&((k=A.current)!=null&&k.verify())&&G(E)},onFocusChange:(O,E)=>{var k;W(O),!O&&E&&((k=A.current)!=null&&k.verify())&&G(E)},onVerify:O=>L(!O)})}),h.jsx(b.FormLayout,{label:y.t("dataValidation.panel.type"),children:h.jsx(b.Select,{options:I==null?void 0:I.map(O=>({label:y.t(O.title),value:O.id})),value:m.type,onChange:ee,className:Ve.dataValidationDetailFormItem})}),x!=null&&x.length?h.jsx(b.FormLayout,{label:y.t("dataValidation.panel.operator"),children:h.jsx(b.Select,{options:x.map((O,E)=>({value:`${O}`,label:N[E]})),value:`${m.operator}`,onChange:O=>{q({...Z,operator:O})},className:Ve.dataValidationDetailFormItem})}):null,te?h.jsx(b.FormLayout,{children:h.jsx(te,{isTwoFormula:B,value:{formula1:m.formula1,formula2:m.formula2},onChange:O=>{q({...Z,...O})},showError:v,validResult:V.validatorFormula(m,o,i),unitId:o,subUnitId:i,ruleId:l},e+m.type)}):null,h.jsx(b.FormLayout,{children:h.jsx(b.Checkbox,{checked:(se=m.allowBlank)!=null?se:!0,onChange:()=>{var O;return q({...Z,allowBlank:!((O=m.allowBlank)==null||O)})},children:y.t("dataValidation.panel.allowBlank")})}),h.jsx(An,{value:re,onChange:oe,extraComponent:V.optionsInput}),h.jsxs("div",{className:Ve.dataValidationDetailButtons,children:[h.jsx(b.Button,{className:Ve.dataValidationDetailButton,onClick:K,children:y.t("dataValidation.panel.removeRule")}),h.jsx(b.Button,{className:Ve.dataValidationDetailButton,type:"primary",onClick:H,children:y.t("dataValidation.panel.done")})]})]})}const Wn="univer-data-validation-item-container",$n="univer-data-validation-item-title",Hn="univer-data-validation-item-content",Yn="univer-data-validation-item-icon",Fe={dataValidationItemContainer:Wn,dataValidationItemTitle:$n,dataValidationItemContent:Hn,dataValidationItemIcon:Yn},Xn=e=>{const{rule:t,onClick:a,unitId:n,subUnitId:o,disable:i}=e,s=f.useDependency(Q.DataValidatorRegistryService),l=f.useDependency(r.ICommandService),d=f.useDependency($.IMarkSelectionService),u=s.getValidatorItem(t.type),p=R.useRef(void 0),[g,c]=R.useState(!1),y=f.useDependency(r.ThemeService),m=f.useObservable(y.currentTheme$),w=R.useMemo(()=>{var I;const v=(I=m==null?void 0:m.loopColor2)!=null?I:"#49B811",S=new r.ColorKit(v).toRgb();return{fill:`rgba(${S.r}, ${S.g}, ${S.b}, 0.1)`,stroke:v}},[m]),V=v=>{l.executeCommand(M.RemoveSheetDataValidationCommand.id,{ruleId:t.uid,unitId:n,subUnitId:o}),v.stopPropagation()};return R.useEffect(()=>()=>{var v;p.current&&((v=p.current)==null||v.forEach(S=>{S&&d.removeShape(S)}))},[d]),h.jsxs("div",{className:Fe.dataValidationItemContainer,onClick:a,onMouseEnter:()=>{i||(c(!0),p.current=t.ranges.map(v=>d.addShape({range:v,style:w,primary:null})))},onMouseLeave:()=>{var v;c(!1),(v=p.current)==null||v.forEach(S=>{S&&d.removeShape(S)}),p.current=void 0},children:[h.jsx("div",{className:Fe.dataValidationItemTitle,children:u==null?void 0:u.generateRuleName(t)}),h.jsx("div",{className:Fe.dataValidationItemContent,children:t.ranges.map(v=>ct.serializeRange(v)).join(",")}),g?h.jsx("div",{className:Fe.dataValidationItemIcon,onClick:V,children:h.jsx(vt,{})}):null]})},zn="univer-data-validation-list",Kn="univer-data-validation-list-buttons",Gn="univer-data-validation-list-button",xe={dataValidationList:zn,dataValidationListButtons:Kn,dataValidationListButton:Gn};function qn(e){const t=f.useDependency(M.SheetDataValidationModel),a=f.useDependency(r.IUniverInstanceService),n=f.useDependency(r.ICommandService),o=f.useDependency(r.Injector),i=f.useDependency(ue),s=f.useDependency(r.LocaleService),[l,d]=R.useState([]),{workbook:u}=e,p=f.useObservable(u.activeSheet$,void 0,!0),g=u.getUnitId(),c=p==null?void 0:p.getSheetId();R.useEffect(()=>{d(t.getRules(g,c));const S=t.ruleChange$.subscribe(I=>{I.unitId===g&&I.subUnitId===c&&d(t.getRules(g,c))});return()=>{S.unsubscribe()}},[g,c,t]);const y=async()=>{const S=M.createDefaultNewRule(o),I={unitId:g,subUnitId:c,rule:S};await n.executeCommand(M.AddSheetDataValidationCommand.id,I),i.setActiveRule({unitId:g,subUnitId:c,rule:S})},m=()=>{n.executeCommand(M.RemoveSheetAllDataValidationCommand.id,{unitId:g,subUnitId:c})},V=(S=>{const I=a.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET),T=I.getActiveSheet(),C=I.getUnitId(),D=T.getSheetId();return S.map(L=>X.checkRangesEditablePermission(o,C,D,L.ranges)?{...L}:{...L,disable:!0})})(l),v=V==null?void 0:V.some(S=>S.disable);return h.jsxs("div",{className:xe.dataValidationList,children:[V==null?void 0:V.map(S=>{var I;return h.jsx(Xn,{unitId:g,subUnitId:c,onClick:()=>{S.disable||i.setActiveRule({unitId:g,subUnitId:c,rule:S})},rule:S,disable:(I=S.disable)!=null?I:!1},S.uid)}),h.jsxs("div",{className:xe.dataValidationListButtons,children:[l.length&&!v?h.jsx(b.Button,{className:xe.dataValidationListButton,onClick:m,children:s.t("dataValidation.panel.removeAll")}):null,h.jsx(b.Button,{className:xe.dataValidationListButton,type:"primary",onClick:y,children:s.t("dataValidation.panel.add")})]})]})}const Zn=()=>{const e=f.useDependency(ue),t=f.useObservable(e.activeRule$,e.activeRule),a=f.useDependency(r.IUniverInstanceService),n=f.useObservable(()=>a.getCurrentTypeOfUnit$(r.UniverInstanceType.UNIVER_SHEET),void 0,void 0,[]),o=f.useObservable(()=>{var i;return(i=n==null?void 0:n.activeSheet$)!=null?i:ie.of(null)},void 0,void 0,[]);return!n||!o?null:t&&t.subUnitId===o.getSheetId()?h.jsx(Bn,{},t.rule.uid):h.jsx(qn,{workbook:n})},Ze="data-validation.list.dropdown",_t="data-validation.date.dropdown",Je={type:r.CommandType.COMMAND,id:"data-validation.command.addRuleAndOpen",handler(e){const t=e.get(r.IUniverInstanceService),a=X.getSheetCommandTarget(t);if(!a)return!1;const{workbook:n,worksheet:o}=a,i=M.createDefaultNewRule(e),s=e.get(r.ICommandService),l=n.getUnitId(),d=o.getSheetId(),u={rule:i,unitId:l,subUnitId:d};return s.syncExecuteCommand(M.AddSheetDataValidationCommand.id,u)?(s.syncExecuteCommand(De.id,{ruleId:i.uid,isAdd:!0}),!0):!1}};var Jn=Object.getOwnPropertyDescriptor,Qn=(e,t,a,n)=>{for(var o=n>1?void 0:n?Jn(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Re=(e,t)=>(a,n)=>t(a,n,e);const Se="SHEET_DATA_VALIDATION_ALERT";let je=class extends r.Disposable{constructor(e,t,a,n,o,i){super(),this._hoverManagerService=e,this._cellAlertManagerService=t,this._univerInstanceService=a,this._localeService=n,this._zenZoneService=o,this._dataValidationModel=i,this._init()}_init(){this._initCellAlertPopup(),this._initZenService()}_initCellAlertPopup(){this.disposeWithMe(this._hoverManagerService.currentCell$.pipe(ie.debounceTime(100)).subscribe(e=>{var t;if(e){const a=this._univerInstanceService.getUnit(e.location.unitId,r.UniverInstanceType.UNIVER_SHEET),n=a.getSheetBySheetId(e.location.subUnitId);if(!n)return;const o=this._dataValidationModel.getRuleByLocation(e.location.unitId,e.location.subUnitId,e.location.row,e.location.col);if(!o){this._cellAlertManagerService.removeAlert(Se);return}if(this._dataValidationModel.validator(o,{...e.location,workbook:a,worksheet:n})===r.DataValidationStatus.INVALID){const s=this._cellAlertManagerService.currentAlert.get(Se),l=(t=s==null?void 0:s.alert)==null?void 0:t.location;if(l&&l.row===e.location.row&&l.col===e.location.col&&l.subUnitId===e.location.subUnitId&&l.unitId===e.location.unitId){this._cellAlertManagerService.removeAlert(Se);return}const d=this._dataValidationModel.getValidator(o.type);if(!d){this._cellAlertManagerService.removeAlert(Se);return}this._cellAlertManagerService.showAlert({type:$.CellAlertType.ERROR,title:this._localeService.t("dataValidation.error.title"),message:d==null?void 0:d.getRuleFinalError(o,e.location),location:e.location,width:200,height:74,key:Se});return}}this._cellAlertManagerService.removeAlert(Se)}))}_initZenService(){this.disposeWithMe(this._zenZoneService.visible$.subscribe(e=>{e&&this._cellAlertManagerService.removeAlert(Se)}))}};je=Qn([Re(0,r.Inject($.HoverManagerService)),Re(1,r.Inject($.CellAlertManagerService)),Re(2,r.IUniverInstanceService),Re(3,r.Inject(r.LocaleService)),Re(4,f.IZenZoneService),Re(5,r.Inject(M.SheetDataValidationModel))],je);var ea=Object.getOwnPropertyDescriptor,ta=(e,t,a,n)=>{for(var o=n>1?void 0:n?ea(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},tt=(e,t)=>(a,n)=>t(a,n,e);let Me=class extends r.Disposable{constructor(e,t,a){super(),this._autoFillService=e,this._sheetDataValidationModel=t,this._injector=a,this._initAutoFill()}_initAutoFill(){const e=()=>({redos:[],undos:[]}),t=(n,o)=>{const{source:i,target:s,unitId:l,subUnitId:d}=n,u=this._sheetDataValidationModel.getRuleObjectMatrix(l,d).clone(),p=$.virtualizeDiscreteRanges([i,s]),[g,c]=p.ranges,{mapFunc:y}=p,m={row:g.startRow,col:g.startColumn},w=$.getAutoFillRepeatRange(g,c),V=new r.ObjectMatrix,v=new Set;w.forEach(D=>{const _=D.repeatStartCell,L=D.relativeRange,F={startRow:m.row,startColumn:m.col,endColumn:m.col,endRow:m.row},W={startRow:_.row,startColumn:_.col,endColumn:_.col,endRow:_.row};r.Range.foreach(L,(A,j)=>{const x=r.Rectangle.getPositionRange({startRow:A,startColumn:j,endColumn:j,endRow:A},F),{row:N,col:B}=y(x.startRow,x.startColumn),H=this._sheetDataValidationModel.getRuleIdByLocation(l,d,N,B)||"",G=r.Rectangle.getPositionRange({startRow:A,startColumn:j,endColumn:j,endRow:A},W),{row:q,col:K}=y(G.startRow,G.startColumn);V.setValue(q,K,H),v.add(H)})});const S=Array.from(v).map(D=>({id:D,ranges:r.queryObjectMatrix(V,_=>_===D)}));u.addRangeRules(S);const I=u.diff(this._sheetDataValidationModel.getRules(l,d)),{redoMutations:T,undoMutations:C}=M.getDataValidationDiffMutations(l,d,I,this._injector,"patched",o===$.APPLY_TYPE.ONLY_FORMAT);return{undos:C,redos:T}},a={id:M.DATA_VALIDATION_PLUGIN_NAME,onBeforeFillData:n=>{const{source:o,unitId:i,subUnitId:s}=n;for(const l of o.rows)for(const d of o.cols){const u=this._sheetDataValidationModel.getRuleByLocation(i,s,l,d);if(u&&u.type===r.DataValidationType.CHECKBOX){this._autoFillService.setDisableApplyType($.APPLY_TYPE.SERIES,!0);return}}},onFillData:(n,o,i)=>i===$.APPLY_TYPE.COPY||i===$.APPLY_TYPE.ONLY_FORMAT||i===$.APPLY_TYPE.SERIES?t(n,i):e(),onAfterFillData:()=>{}};this.disposeWithMe(this._autoFillService.addHook(a))}};Me=ta([tt(0,$.IAutoFillService),tt(1,r.Inject(M.SheetDataValidationModel)),tt(2,r.Inject(r.Injector))],Me);var na=Object.getOwnPropertyDescriptor,aa=(e,t,a,n)=>{for(var o=n>1?void 0:n?na(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},nt=(e,t)=>(a,n)=>t(a,n,e);let be=class extends r.Disposable{constructor(t,a,n){super();P(this,"_copyInfo");this._sheetClipboardService=t,this._sheetDataValidationModel=a,this._injector=n,this._initCopyPaste()}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:M.DATA_VALIDATION_PLUGIN_NAME,onBeforeCopy:(t,a,n)=>this._collect(t,a,n),onPasteCells:(t,a,n,o)=>{const{copyType:i=$.COPY_TYPE.COPY,pasteType:s}=o,{range:l}=t||{},{range:d,unitId:u,subUnitId:p}=a;return this._generateMutations(d,{copyType:i,pasteType:s,copyRange:l,unitId:u,subUnitId:p})}})}_collect(t,a,n){const o=new r.ObjectMatrix;this._copyInfo={unitId:t,subUnitId:a,matrix:o};const i=this._injector.invoke(d=>X.rangeToDiscreteRange(n,d,t,a));if(!i)return;const{rows:s,cols:l}=i;s.forEach((d,u)=>{l.forEach((p,g)=>{const c=this._sheetDataValidationModel.getRuleIdByLocation(t,a,d,p);o.setValue(u,g,c!=null?c:"")})})}_generateMutations(t,a){if(!this._copyInfo)return{redos:[],undos:[]};if(a.copyType===$.COPY_TYPE.CUT)return this._copyInfo=null,{redos:[],undos:[]};if(!this._copyInfo||!this._copyInfo.matrix.getSizeOf()||!a.copyRange)return{redos:[],undos:[]};if([$.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,$.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,$.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,$.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA].includes(a.pasteType))return{redos:[],undos:[]};const{unitId:o,subUnitId:i}=this._copyInfo;if(a.unitId!==o||i!==a.subUnitId){const s=this._sheetDataValidationModel.getRuleObjectMatrix(a.unitId,a.subUnitId).clone(),l=new r.ObjectMatrix,d=new Set,{ranges:[u,p],mapFunc:g}=$.virtualizeDiscreteRanges([a.copyRange,t]),c=$.getRepeatRange(u,p,!0),y=new Map;c.forEach(({startRange:v})=>{var S;(S=this._copyInfo)==null||S.matrix.forValue((I,T,C)=>{const D=r.Rectangle.getPositionRange({startRow:I,endRow:I,startColumn:T,endColumn:T},v),_=`${i}-${C}`,L=this._sheetDataValidationModel.getRuleById(o,i,C);!this._sheetDataValidationModel.getRuleById(a.unitId,a.subUnitId,_)&&L&&y.set(_,{...L,uid:_});const{row:F,col:W}=g(D.startRow,D.startColumn);d.add(_),l.setValue(F,W,_)})});const m=Array.from(d).map(v=>({id:v,ranges:r.queryObjectMatrix(l,S=>S===v)}));s.addRangeRules(m);const{redoMutations:w,undoMutations:V}=M.getDataValidationDiffMutations(a.unitId,a.subUnitId,s.diffWithAddition(this._sheetDataValidationModel.getRules(a.unitId,a.subUnitId),y.values()),this._injector,"patched",!1);return{redos:w,undos:V}}else{const s=this._sheetDataValidationModel.getRuleObjectMatrix(o,i).clone(),l=new r.ObjectMatrix,d=new Set,{ranges:[u,p],mapFunc:g}=$.virtualizeDiscreteRanges([a.copyRange,t]);$.getRepeatRange(u,p,!0).forEach(({startRange:V})=>{var v;(v=this._copyInfo)==null||v.matrix.forValue((S,I,T)=>{const C=r.Rectangle.getPositionRange({startRow:S,endRow:S,startColumn:I,endColumn:I},V),{row:D,col:_}=g(C.startRow,C.startColumn);l.setValue(D,_,T),d.add(T)})});const y=Array.from(d).map(V=>({id:V,ranges:r.queryObjectMatrix(l,v=>v===V)}));s.addRangeRules(y);const{redoMutations:m,undoMutations:w}=M.getDataValidationDiffMutations(o,i,s.diff(this._sheetDataValidationModel.getRules(o,i)),this._injector,"patched",!1);return{redos:m,undos:w}}}};be=aa([nt(0,$.ISheetClipboardService),nt(1,r.Inject(M.SheetDataValidationModel)),nt(2,r.Inject(r.Injector))],be);var oa=Object.getOwnPropertyDescriptor,ia=(e,t,a,n)=>{for(var o=n>1?void 0:n?oa(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},at=(e,t)=>(a,n)=>t(a,n,e);let Te=class extends r.Disposable{constructor(e,t,a){super(),this._localeService=e,this._commandService=t,this._sheetPermissionCheckController=a,this._commandExecutedListener()}_commandExecutedListener(){this.disposeWithMe(this._commandService.beforeCommandExecuted(e=>{e.id===M.AddSheetDataValidationCommand.id&&(this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[X.WorkbookEditablePermission],rangeTypes:[X.RangeProtectionPermissionEditPoint],worksheetTypes:[X.WorksheetEditPermission,X.WorksheetSetCellStylePermission]})||this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.setStyleErr"))),e.id===M.UpdateSheetDataValidationRangeCommand.id&&(this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[X.WorkbookEditablePermission],rangeTypes:[X.RangeProtectionPermissionEditPoint],worksheetTypes:[X.WorksheetEditPermission,X.WorksheetSetCellStylePermission]},e.params.ranges)||this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.setStyleErr")))}))}};Te=ia([at(0,r.Inject(r.LocaleService)),at(1,r.ICommandService),at(2,r.Inject(X.SheetPermissionCheckController))],Te);const Ut="data-validation-single",kt="sheet.menu.data-validation";function ra(e){return{id:kt,type:f.MenuItemType.SUBITEMS,icon:Ut,tooltip:"dataValidation.title",hidden$:f.getMenuHiddenObservable(e,r.UniverInstanceType.UNIVER_SHEET),disabled$:$.getCurrentRangeDisable$(e,{workbookTypes:[X.WorkbookEditablePermission],worksheetTypes:[X.WorksheetSetCellStylePermission,X.WorksheetEditPermission],rangeTypes:[X.RangeProtectionPermissionEditPoint]})}}function sa(e){return{id:De.id,title:"dataValidation.panel.title",type:f.MenuItemType.BUTTON}}function la(e){return{id:Je.id,title:"dataValidation.panel.add",type:f.MenuItemType.BUTTON}}const da={[f.RibbonStartGroup.FORMULAS_INSERT]:{[kt]:{order:9,menuItemFactory:ra,[De.id]:{order:0,menuItemFactory:sa},[Je.id]:{order:1,menuItemFactory:la}}}};var ca=Object.getOwnPropertyDescriptor,Nt=(e,t,a,n)=>{for(var o=n>1?void 0:n?ca(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},J=(e,t)=>(a,n)=>t(a,n,e);const Bt={tr:{size:6,color:"#fe4b4b"}};let Le=class extends r.RxDisposable{constructor(e,t,a,n,o,i,s,l,d,u,p){super(),this._commandService=e,this._menuManagerService=t,this._renderManagerService=a,this._univerInstanceService=n,this._autoHeightController=o,this._dropdownManagerService=i,this._sheetDataValidationModel=s,this._dataValidatorRegistryService=l,this._sheetInterceptorService=d,this._dataValidationCacheService=u,this._editorBridgeService=p,this._initMenu(),this._initDropdown(),this._initViewModelIntercept(),this._initAutoHeight()}_initMenu(){this._menuManagerService.mergeMenu(da)}_initDropdown(){this._editorBridgeService&&this.disposeWithMe(this._editorBridgeService.visible$.subscribe(e=>{var a;if(!e.visible){((a=this._dropdownManagerService.activeDropdown)==null?void 0:a.trigger)==="editor-bridge"&&this._dropdownManagerService.hideDropdown();return}const t=this._editorBridgeService.getEditCellState();if(t){const{unitId:n,sheetId:o,row:i,column:s}=t,l=this._univerInstanceService.getUniverSheetInstance(n);if(!l)return;const d=this._sheetDataValidationModel.getRuleByLocation(n,o,i,s);if(!d)return;const u=this._dataValidatorRegistryService.getValidatorItem(d.type);if(!(u!=null&&u.dropdown))return;const p=l.getActiveSheet();if(!p)return;const g=this._dropdownManagerService.activeDropdown,c=g==null?void 0:g.location;if(c&&c.unitId===n&&c.subUnitId===o&&c.row===i&&c.col===s)return;this._dropdownManagerService.showDropdown({location:{unitId:n,subUnitId:o,row:i,col:s,workbook:l,worksheet:p},componentKey:u.dropdown,onHide:()=>{},trigger:"editor-bridge"},!1)}}))}_initViewModelIntercept(){this.disposeWithMe(this._sheetInterceptorService.intercept(X.INTERCEPTOR_POINT.CELL_CONTENT,{effect:r.InterceptorEffectEnum.Style,priority:X.InterceptCellContentPriority.DATA_VALIDATION,handler:(e,t,a)=>{var v,S,I,T,C;const{row:n,col:o,unitId:i,subUnitId:s,workbook:l,worksheet:d}=t,u=this._sheetDataValidationModel.getRuleIdByLocation(i,s,n,o);if(!u)return a(e);const p=this._sheetDataValidationModel.getRuleById(i,s,u);if(!p)return a(e);const g=(v=this._dataValidationCacheService.getValue(i,s,n,o))!=null?v:r.DataValidationStatus.VALID,c=this._dataValidatorRegistryService.getValidatorItem(p.type),y=t.rawData;let m;const w={get value(){var D;return m!==void 0||(m=(D=M.getCellValueOrigin(y))!=null?D:null),m}},V={get value(){var D;return`${(D=w.value)!=null?D:""}`}};return a({...e,markers:{...e==null?void 0:e.markers,...g===r.DataValidationStatus.INVALID?Bt:null},customRender:[...(S=e==null?void 0:e.customRender)!=null?S:[],...c!=null&&c.canvasRender?[c.canvasRender]:[]],fontRenderExtension:{...e==null?void 0:e.fontRenderExtension,isSkip:((I=e==null?void 0:e.fontRenderExtension)==null?void 0:I.isSkip)||((T=c==null?void 0:c.skipDefaultFontRender)==null?void 0:T.call(c,p,w.value,t))},interceptorStyle:{...e==null?void 0:e.interceptorStyle,...c==null?void 0:c.getExtraStyle(p,V.value,{get style(){const D=l.getStyles();return(typeof(e==null?void 0:e.s)=="string"?D.get(e==null?void 0:e.s):e==null?void 0:e.s)||{}}},n,o)},interceptorAutoHeight:()=>{var F,W,A,j,x,N;const D=(W=(F=this._renderManagerService.getRenderById(i))==null?void 0:F.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:W.skeleton;if(!D)return;const _=D.worksheet.getMergedCell(n,o),L={data:e,style:D.getStyles().getStyleByCell(e),primaryWithCoord:D.getCellWithCoordByIndex((A=_==null?void 0:_.startRow)!=null?A:n,(j=_==null?void 0:_.startColumn)!=null?j:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(N=(x=c==null?void 0:c.canvasRender)==null?void 0:x.calcCellAutoHeight)==null?void 0:N.call(x,L)},interceptorAutoWidth:()=>{var F,W,A,j,x,N;const D=(W=(F=this._renderManagerService.getRenderById(i))==null?void 0:F.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:W.skeleton;if(!D)return;const _=D.worksheet.getMergedCell(n,o),L={data:e,style:D.getStyles().getStyleByCell(e),primaryWithCoord:D.getCellWithCoordByIndex((A=_==null?void 0:_.startRow)!=null?A:n,(j=_==null?void 0:_.startColumn)!=null?j:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(N=(x=c==null?void 0:c.canvasRender)==null?void 0:x.calcCellAutoWidth)==null?void 0:N.call(x,L)},coverable:((C=e==null?void 0:e.coverable)!=null?C:!0)&&!(p.type===r.DataValidationType.LIST||p.type===r.DataValidationType.LIST_MULTIPLE)})}}))}_initAutoHeight(){this._sheetDataValidationModel.ruleChange$.pipe(ie.filter(e=>e.source==="command"),ie.bufferTime(100)).subscribe(e=>{if(e.length===0)return;const t=[];if(e.forEach(a=>{var n;(a.rule.type===r.DataValidationType.LIST_MULTIPLE||a.rule.type===r.DataValidationType.LIST)&&(n=a.rule)!=null&&n.ranges&&t.push(...a.rule.ranges)}),t.length){const a=this._autoHeightController.getUndoRedoParamsOfAutoHeight(t);r.sequenceExecute(a.redos,this._commandService)}})}};Le=Nt([J(0,r.ICommandService),J(1,f.IMenuManagerService),J(2,U.IRenderManagerService),J(3,r.IUniverInstanceService),J(4,r.Inject($.AutoHeightController)),J(5,r.Inject(me)),J(6,r.Inject(M.SheetDataValidationModel)),J(7,r.Inject(Q.DataValidatorRegistryService)),J(8,r.Inject(X.SheetInterceptorService)),J(9,r.Inject(M.DataValidationCacheService)),J(10,r.Optional($.IEditorBridgeService))],Le);let yt=class extends r.RxDisposable{constructor(e,t,a,n,o,i,s){super(),this._commandService=e,this._renderManagerService=t,this._autoHeightController=a,this._dataValidatorRegistryService=n,this._sheetInterceptorService=o,this._sheetDataValidationModel=i,this._dataValidationCacheService=s,this._initViewModelIntercept(),this._initAutoHeight()}_initViewModelIntercept(){this.disposeWithMe(this._sheetInterceptorService.intercept(X.INTERCEPTOR_POINT.CELL_CONTENT,{effect:r.InterceptorEffectEnum.Style,priority:X.InterceptCellContentPriority.DATA_VALIDATION,handler:(e,t,a)=>{var V,v,S,I,T;const{row:n,col:o,unitId:i,subUnitId:s,workbook:l,worksheet:d}=t,u=this._sheetDataValidationModel.getRuleIdByLocation(i,s,n,o);if(!u)return a(e);const p=this._sheetDataValidationModel.getRuleById(i,s,u);if(!p)return a(e);const g=(V=this._dataValidationCacheService.getValue(i,s,n,o))!=null?V:r.DataValidationStatus.VALID,c=this._dataValidatorRegistryService.getValidatorItem(p.type),y=d.getCellRaw(n,o),m=M.getCellValueOrigin(y),w=`${m!=null?m:""}`;return a({...e,markers:{...e==null?void 0:e.markers,...g===r.DataValidationStatus.INVALID?Bt:null},customRender:[...(v=e==null?void 0:e.customRender)!=null?v:[],...c!=null&&c.canvasRender?[c.canvasRender]:[]],fontRenderExtension:{...e==null?void 0:e.fontRenderExtension,isSkip:((S=e==null?void 0:e.fontRenderExtension)==null?void 0:S.isSkip)||((I=c==null?void 0:c.skipDefaultFontRender)==null?void 0:I.call(c,p,m,t))},interceptorStyle:{...e==null?void 0:e.interceptorStyle,...c==null?void 0:c.getExtraStyle(p,w,{get style(){const C=l.getStyles();return(typeof(e==null?void 0:e.s)=="string"?C.get(e==null?void 0:e.s):e==null?void 0:e.s)||{}}},n,o)},interceptorAutoHeight:()=>{var L,F,W,A,j,x;const C=(F=(L=this._renderManagerService.getRenderById(i))==null?void 0:L.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:F.skeleton;if(!C)return;const D=C.worksheet.getMergedCell(n,o),_={data:e,style:C.getStyles().getStyleByCell(e),primaryWithCoord:C.getCellWithCoordByIndex((W=D==null?void 0:D.startRow)!=null?W:n,(A=D==null?void 0:D.startColumn)!=null?A:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(x=(j=c==null?void 0:c.canvasRender)==null?void 0:j.calcCellAutoHeight)==null?void 0:x.call(j,_)},coverable:((T=e==null?void 0:e.coverable)!=null?T:!0)&&!(p.type===r.DataValidationType.LIST||p.type===r.DataValidationType.LIST_MULTIPLE)})}}))}_initAutoHeight(){this._sheetDataValidationModel.ruleChange$.pipe(ie.filter(e=>e.source==="command"),ie.bufferTime(16)).subscribe(e=>{const t=[];if(e.forEach(a=>{var n;(n=a.rule)!=null&&n.ranges&&t.push(...a.rule.ranges)}),t.length){const a=this._autoHeightController.getUndoRedoParamsOfAutoHeight(t);r.sequenceExecute(a.redos,this._commandService)}})}};yt=Nt([J(0,r.ICommandService),J(1,U.IRenderManagerService),J(2,r.Inject($.AutoHeightController)),J(3,r.Inject(Q.DataValidatorRegistryService)),J(4,r.Inject(X.SheetInterceptorService)),J(5,r.Inject(M.SheetDataValidationModel)),J(6,r.Inject(M.DataValidationCacheService))],yt);var ua=Object.getOwnPropertyDescriptor,ha=(e,t,a,n)=>{for(var o=n>1?void 0:n?ua(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Vt=(e,t)=>(a,n)=>t(a,n,e);let Xe=class extends r.Disposable{constructor(e,t,a){super(),this._context=e,this._sheetDataValidationModel=t,this._sheetSkeletonManagerService=a,this._initSkeletonChange()}_initSkeletonChange(){const e=t=>{var n;if(!t.length)return;const a=new Set;t.forEach(o=>{a.add(o.subUnitId)}),a.forEach(o=>{var i;(i=this._sheetSkeletonManagerService.getSkeletonParam(o))==null||i.skeleton.makeDirty(!0)}),(n=this._context.mainComponent)==null||n.makeForceDirty()};this.disposeWithMe(this._sheetDataValidationModel.validStatusChange$.pipe(r.bufferDebounceTime(16)).subscribe(e))}};Xe=ha([Vt(1,r.Inject(M.SheetDataValidationModel)),Vt(2,r.Inject($.SheetSkeletonManagerService))],Xe);const pa="univer-data-validation-formula",ga="univer-data-validation-formula-and",ma="univer-data-validation-formula-list-item",va="univer-data-validation-formula-list-item-icon",fa="univer-data-validation-formula-list-item-drag",Sa="univer-data-validation-formula-list-add",_a="univer-data-validation-formula-color-select",Ia="univer-data-validation-formula-color-select-panel",Ca="univer-data-validation-formula-color-item",ae={dataValidationFormula:pa,dataValidationFormulaAnd:ga,dataValidationFormulaListItem:ma,dataValidationFormulaListItemIcon:va,dataValidationFormulaListItemDrag:fa,dataValidationFormulaListAdd:Sa,dataValidationFormulaColorSelect:_a,dataValidationFormulaColorSelectPanel:Ia,dataValidationFormulaColorItem:Ca},Da=e=>{const{isTwoFormula:t=!1,value:a,onChange:n,showError:o,validResult:i}=e,s=f.useDependency(r.LocaleService),l=o?i==null?void 0:i.formula1:"",d=o?i==null?void 0:i.formula2:"";return t?h.jsxs(h.Fragment,{children:[h.jsx(b.FormLayout,{error:l,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula1,onChange:u=>{n==null||n({...a,formula1:u})}})}),h.jsx("div",{className:ae.dataValidationFormulaAnd,children:s.t("dataValidation.panel.formulaAnd")}),h.jsx(b.FormLayout,{error:d,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula2,onChange:u=>{n==null||n({...a,formula2:u})}})})]}):h.jsx(b.FormLayout,{error:l,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula1,onChange:u=>{n==null||n({formula1:u})}})})};function ya(e){const{value:t,onChange:a,showError:n,validResult:o}=e,i=f.useDependency(r.LocaleService),s=n?o==null?void 0:o.formula1:"",l=n?o==null?void 0:o.formula2:"",[d,u]=R.useState(!((t==null?void 0:t.formula1)===void 0&&(t==null?void 0:t.formula2)===void 0));return h.jsxs(h.Fragment,{children:[h.jsx(b.FormLayout,{children:h.jsx(b.Checkbox,{checked:d,onChange:p=>{p?u(!0):(u(!1),a==null||a({...t,formula1:void 0,formula2:void 0}))},children:i.t("dataValidation.checkbox.tips")})}),d?h.jsx(b.FormLayout,{label:i.t("dataValidation.checkbox.checked"),error:s,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:i.t("dataValidation.panel.valuePlaceholder"),value:t==null?void 0:t.formula1,onChange:p=>{a==null||a({...t,formula1:p||void 0})}})}):null,d?h.jsx(b.FormLayout,{label:i.t("dataValidation.checkbox.unchecked"),error:l,children:h.jsx(b.Input,{className:ae.dataValidationFormula,placeholder:i.t("dataValidation.panel.valuePlaceholder"),value:t==null?void 0:t.formula2,onChange:p=>{a==null||a({...t,formula2:p||void 0})}})}):null]})}function Va(e){var g;const{unitId:t,subUnitId:a,value:n,onChange:o,showError:i,validResult:s}=e,l=i?s==null?void 0:s.formula1:void 0,d=R.useRef(null),[u,p]=R.useState(!1);return f.useSidebarClick(c=>{var m;((m=d.current)==null?void 0:m.isClickOutSide(c))&&p(!1)}),h.jsx(mt.FormulaEditor,{initValue:(g=n==null?void 0:n.formula1)!=null?g:"=",unitId:t,subUnitId:a,isFocus:u,onChange:c=>{const y=(c!=null?c:"").trim();y!==(n==null?void 0:n.formula1)&&(o==null||o({...n,formula1:y}))},errorText:l,onFocus:()=>p(!0),isSupportAcrossSheet:!0,ref:d})}const Ra=["#FFFFFF","#FEE7E7","#FEF0E6","#EFFBD0","#E4F4FE","#E8ECFD","#F1EAFA","#FDE8F3","#E5E5E5","#FDCECE","#FDC49B","#DEF6A2","#9FDAFF","#D0D9FB","#E3D5F6","#FBD0E8","#656565","#FE4B4B","#FF8C51","#8BBB11","#0B9EFB","#3A60F7","#9E6DE3","#F248A6"],wa=e=>{const{value:t,onChange:a,disabled:n}=e,[o,i]=R.useState(!1);return h.jsx(b.Select,{disabled:n,open:o,onDropdownVisibleChange:i,dropdownStyle:{width:112},style:{width:96,cursor:"pointer"},className:ae.dataValidationFormulaColorSelect,value:t,onChange:a,labelRender:s=>h.jsx("div",{className:ae.dataValidationFormulaColorItem,style:{background:s.value,marginTop:5}}),dropdownRender:()=>h.jsx("div",{className:ae.dataValidationFormulaColorSelectPanel,children:Ra.map(s=>h.jsx("div",{onClick:()=>{a(s),i(!1)},className:ae.dataValidationFormulaColorItem,style:{background:s}},s))})})},Rt=e=>{const{item:t,commonProps:a,style:n}=e,{onItemChange:o,onItemDelete:i}=a;return h.jsxs("div",{className:ae.dataValidationFormulaListItem,style:n,children:[t.isRef?null:h.jsx("div",{className:b.clsx(ae.dataValidationFormulaListItemDrag,"draggableHandle"),children:h.jsx(At,{})}),h.jsx(wa,{value:t.color,onChange:s=>{o(t.id,t.label,s)}}),h.jsx(b.Input,{disabled:t.isRef,value:t.label,onChange:s=>{o(t.id,s,t.color)}}),t.isRef?null:h.jsx("div",{className:ae.dataValidationFormulaListItemIcon,children:h.jsx(vt,{onClick:()=>i(t.id)})})]})};function Ea(e){const{value:t,onChange:a=()=>{},unitId:n,subUnitId:o,validResult:i,showError:s,ruleId:l}=e,{formula1:d="",formula2:u=""}=t||{},p=R.useRef(null),[g,c]=R.useState(()=>r.isFormulaString(d)?"1":"0"),[y,m]=R.useState(g==="1"?d:"="),[w,V]=R.useState(g==="1"?d:"="),v=f.useDependency(r.LocaleService),S=f.useDependency(Q.DataValidatorRegistryService),I=f.useDependency(Q.DataValidationModel),T=f.useDependency(M.DataValidationFormulaController),[C,D]=R.useState(()=>u.split(",")),_=S.getValidatorItem(r.DataValidationType.LIST),[L,F]=R.useState([]),[W,A]=R.useState(""),j=s?i==null?void 0:i.formula1:"",x=R.useMemo(()=>I.ruleChange$.pipe(ie.debounceTime(16)),[]),N=f.useObservable(x),B=f.useEvent(a);R.useEffect(()=>{(async()=>{await new Promise(Y=>{setTimeout(()=>Y(!0),100)});const E=I.getRuleById(n,o,l),k=E==null?void 0:E.formula1;if(r.isFormulaString(k)&&_&&E){const Y=await _.getListAsync(E,n,o);F(Y)}})()},[I,N,_,l,o,n]),R.useEffect(()=>{r.isFormulaString(d)&&d!==w&&(m(d),V(w))},[w,d]);const[H,G]=R.useState(()=>{const E=g!=="1"?M.deserializeListOptions(d):[],k=u.split(",");return E.map((Y,z)=>({label:Y,color:k[z]||Ce,isRef:!1,id:r.Tools.generateRandomId(4)}))}),q=(E,k,Y)=>{const z=H.find(ge=>ge.id===E);z&&(z.label=k,z.color=Y,G([...H]))},K=E=>{const k=H.findIndex(Y=>Y.id===E);k!==-1&&(H.splice(k,1),G([...H]))},Z=u.split(","),ee=R.useMemo(()=>L.map((E,k)=>({label:E,color:Z[k]||Ce,id:`${k}`,isRef:!0})),[Z,L]),te=(E,k,Y)=>{const z=[...C];z[+E]=Y,D(z),B({formula1:d,formula2:z.join(",")})},ne=()=>{G([...H,{label:"",color:Ce,isRef:!1,id:r.Tools.generateRandomId(4)}])};R.useEffect(()=>{if(g==="1")return;const E=new Set,k=[];H.map(Y=>({labelList:Y.label.split(","),item:Y})).forEach(({item:Y,labelList:z})=>{z.forEach(ge=>{E.has(ge)||(E.add(ge),k.push({label:ge,color:Y.color}))})}),B({formula1:M.serializeListOptions(k.map(Y=>Y.label)),formula2:k.map(Y=>Y.color===Ce?"":Y.color).join(",")})},[H,B,g,w,C]);const re=f.useEvent(async E=>{if(!r.isFormulaString(E)){B==null||B({formula1:"",formula2:u});return}T.getFormulaRefCheck(E)?(B==null||B({formula1:r.isFormulaString(E)?E:"",formula2:u}),A("")):(B==null||B({formula1:"",formula2:u}),m("="),A(v.t("dataValidation.validFail.formulaError")))}),oe=R.useRef(null),[se,O]=R.useState(!1);return f.useSidebarClick(E=>{var Y;((Y=oe.current)==null?void 0:Y.isClickOutSide(E))&&O(!1)}),h.jsxs(h.Fragment,{children:[h.jsx(b.FormLayout,{label:v.t("dataValidation.list.options"),children:h.jsxs(b.RadioGroup,{value:g,onChange:E=>{c(E),m(w),E==="1"&&B({formula1:w==="="?"":w,formula2:C.join(",")})},children:[h.jsx(b.Radio,{value:"0",children:v.t("dataValidation.list.customOptions")}),h.jsx(b.Radio,{value:"1",children:v.t("dataValidation.list.refOptions")})]})}),g==="1"?h.jsxs(h.Fragment,{children:[h.jsx(mt.FormulaEditor,{initValue:y,unitId:n,subUnitId:o,isFocus:se,onChange:(E="")=>{const k=(E!=null?E:"").trim();V(k),re(k)},errorText:j||W||void 0,onFocus:()=>O(!0),isSupportAcrossSheet:!0,ref:oe}),h.jsx("div",{ref:p,style:{marginTop:"12px"},children:ee.map(E=>h.jsx(Rt,{item:E,commonProps:{onItemChange:te},style:{marginBottom:12}},E.id))})]}):h.jsx(b.FormLayout,{error:j,children:h.jsxs("div",{ref:p,style:{marginTop:"-12px"},children:[h.jsx(b.DraggableList,{list:H,onListChange:G,rowHeight:32,margin:[0,12],draggableHandle:".draggableHandle",itemRender:E=>h.jsx(Rt,{item:E,commonProps:{onItemChange:q,onItemDelete:K}},E.id),idKey:"id"}),h.jsxs("a",{className:ae.dataValidationFormulaListAdd,onClick:ne,children:[h.jsx(Lt,{}),v.t("dataValidation.list.add")]})]})})]})}const Wt="data-validation.custom-formula-input",Qe="data-validation.formula-input",It="data-validation.list-formula-input",$t="data-validation.checkbox-formula-input",Ma=[[Wt,Va],[Qe,Da],[It,Ea],[$t,ya]],ba="LIST_RENDER_MODE_OPTION_INPUT";function ze(e){var o;const{value:t,onChange:a}=e,n=f.useDependency(r.LocaleService);return h.jsx(b.FormLayout,{label:n.t("dataValidation.renderMode.label"),children:h.jsxs(b.RadioGroup,{value:`${(o=t.renderMode)!=null?o:r.DataValidationRenderMode.CUSTOM}`,onChange:i=>a({...t,renderMode:+i}),children:[h.jsx(b.Radio,{value:`${r.DataValidationRenderMode.CUSTOM}`,children:n.t("dataValidation.renderMode.chip")}),h.jsx(b.Radio,{value:`${r.DataValidationRenderMode.ARROW}`,children:n.t("dataValidation.renderMode.arrow")}),h.jsx(b.Radio,{value:`${r.DataValidationRenderMode.TEXT}`,children:n.t("dataValidation.renderMode.text")})]})})}ze.componentKey=ba;const Ta="DATE_SHOW_TIME_OPTION";function Ke(e){var o;const{value:t,onChange:a}=e,n=f.useDependency(r.LocaleService);return h.jsx(b.FormLayout,{children:h.jsx(b.Checkbox,{checked:(o=t.bizInfo)==null?void 0:o.showTime,onChange:i=>{a({...t,bizInfo:{...t.bizInfo,showTime:i}})},children:n.t("dataValidation.showTime.label")})})}Ke.componentKey=Ta;var La=Object.getOwnPropertyDescriptor,Oa=(e,t,a,n)=>{for(var o=n>1?void 0:n?La(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},we=(e,t)=>(a,n)=>t(a,n,e);const Ue=6;let ut=class{constructor(e,t,a,n,o,i){this._commandService=e,this._univerInstanceService=t,this._formulaService=a,this._themeService=n,this._renderManagerService=o,this._dataValidationModel=i}_calc(e,t){var u,p,g;const{vt:a,ht:n}=t||{},o=e.endX-e.startX-Ue*2,i=e.endY-e.startY,s=((u=t==null?void 0:t.fs)!=null?u:10)*1.6;let l=0,d=0;switch(a){case r.VerticalAlign.TOP:d=0;break;case r.VerticalAlign.BOTTOM:d=0+(i-s);break;default:d=0+(i-s)/2;break}switch(n){case r.HorizontalAlign.LEFT:l=Ue;break;case r.HorizontalAlign.RIGHT:l=Ue+(o-s);break;default:l=Ue+(o-s)/2;break}return{left:e.startX+l,top:e.startY+d,width:((p=t==null?void 0:t.fs)!=null?p:10)*1.6,height:((g=t==null?void 0:t.fs)!=null?g:10)*1.6}}calcCellAutoHeight(e){var a;const{style:t}=e;return((a=t==null?void 0:t.fs)!=null?a:10)*1.6}calcCellAutoWidth(e){var a;const{style:t}=e;return((a=t==null?void 0:t.fs)!=null?a:10)*1.6}async _parseFormula(e,t,a){var u,p,g,c,y,m,w,V,v;const{formula1:n=M.CHECKBOX_FORMULA_1,formula2:o=M.CHECKBOX_FORMULA_2}=e,i=await this._formulaService.getRuleFormulaResult(t,a,e.uid),s=M.getFormulaResult((g=(p=(u=i==null?void 0:i[0])==null?void 0:u.result)==null?void 0:p[0])==null?void 0:g[0]),l=M.getFormulaResult((m=(y=(c=i==null?void 0:i[1])==null?void 0:c.result)==null?void 0:y[0])==null?void 0:m[0]),d=M.isLegalFormulaResult(String(s))&&M.isLegalFormulaResult(String(l));return{formula1:r.isFormulaString(n)?M.getFormulaResult((v=(V=(w=i==null?void 0:i[0])==null?void 0:w.result)==null?void 0:V[0])==null?void 0:v[0]):n,formula2:r.isFormulaString(o)?l:o,isFormulaValid:d}}drawWith(e,t){var j,x,N,B;const{style:a,primaryWithCoord:n,unitId:o,subUnitId:i,worksheet:s,row:l,col:d}=t,u=n.isMergedMainCell?n.mergeInfo:n,p=M.getCellValueOrigin(s.getCellRaw(l,d)),g=this._dataValidationModel.getRuleByLocation(o,i,l,d);if(!g)return;const c=this._dataValidationModel.getValidator(g.type);if(!c)return;const y=this._themeService.getCurrentTheme();if(!((j=c.skipDefaultFontRender)!=null&&j.call(c,g,p,{unitId:o,subUnitId:i,row:l,column:d})))return;const m=c.parseFormulaSync(g,o,i),{formula1:w}=m,V=this._calc(u,a),{a:v,d:S}=e.getTransform(),I=U.fixLineWidthByScale(V.left,v),T=U.fixLineWidthByScale(V.top,S),C=U.Transform.create().composeMatrix({left:I,top:T,scaleX:1,scaleY:1,angle:0,skewX:0,skewY:0,flipX:!1,flipY:!1}),D=u.endX-u.startX,_=u.endY-u.startY;e.save(),e.beginPath(),e.rect(u.startX,u.startY,D,_),e.clip();const L=C.getMatrix();e.transform(L[0],L[1],L[2],L[3],L[4],L[5]);const F=((x=a==null?void 0:a.fs)!=null?x:10)*1.6,W=String(p)===String(w),A=y.hyacinth500;U.CheckboxShape.drawWith(e,{checked:W,width:F,height:F,fill:(B=(N=a==null?void 0:a.cl)==null?void 0:N.rgb)!=null?B:A}),e.restore()}isHit(e,t){const a=t.primaryWithCoord.isMergedMainCell?t.primaryWithCoord.mergeInfo:t.primaryWithCoord,n=this._calc(a,t.style),o=n.top,i=n.top+n.height,s=n.left,l=n.left+n.width,{x:d,y:u}=e;return d<=l&&d>=s&&u<=i&&u>=o}async onPointerDown(e,t){var m;if(t.button===2)return;const{primaryWithCoord:a,unitId:n,subUnitId:o,worksheet:i,row:s,col:l}=e,d=M.getCellValueOrigin(i.getCellRaw(s,l)),u=this._dataValidationModel.getRuleByLocation(n,o,s,l);if(!u)return;const p=this._dataValidationModel.getValidator(u.type);if(!p||!((m=p.skipDefaultFontRender)!=null&&m.call(p,u,d,{unitId:n,subUnitId:o,row:s,column:l})))return;const{formula1:g,formula2:c}=await this._parseFormula(u,n,o),y={range:{startColumn:a.actualColumn,endColumn:a.actualColumn,startRow:a.actualRow,endRow:a.actualRow},value:{v:String(d)===M.transformCheckboxValue(String(g))?c:g,p:null}};this._commandService.executeCommand(X.SetRangeValuesCommand.id,y)}onPointerEnter(e,t){var a,n;(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(U.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(U.CURSOR_TYPE.DEFAULT)}};ut=Oa([we(0,r.ICommandService),we(1,r.IUniverInstanceService),we(2,r.Inject(M.DataValidationFormulaService)),we(3,r.Inject(r.ThemeService)),we(4,r.Inject(U.IRenderManagerService)),we(5,r.Inject(M.SheetDataValidationModel))],ut);var Pa=Object.getOwnPropertyDescriptor,Aa=(e,t,a,n)=>{for(var o=n>1?void 0:n?Pa(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},ja=(e,t)=>(a,n)=>t(a,n,e);let he=class{constructor(e){P(this,"canvasRender",null);P(this,"dropdown");P(this,"optionsInput");P(this,"formulaInput",It);this.injector=e}};he=Aa([ja(0,r.Inject(r.Injector))],he);class Fa extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.CHECKBOX);P(this,"canvasRender",this.injector.createInstance(ut));P(this,"formulaInput",$t)}}class xa extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.CUSTOM);P(this,"formulaInput",Wt)}}const Ua="data-validation.formula-input";class ka extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.DATE);P(this,"formulaInput",Ua);P(this,"optionsInput",Ke.componentKey);P(this,"dropdown",_t)}}class Na extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.DECIMAL);P(this,"formulaInput",Qe)}}const Ht=4,Ba=0,ot=4,Yt=4,ht=6,Ge=6,Ie=14;function Wa(e,t){const a=U.FontCache.getTextSize(e,t),n=a.width+Ht*2,{ba:o,bd:i}=a,s=o+i;return{width:n,height:s+Ba*2,ba:o}}function it(e,t,a,n){const o=Ie+ht*2,i=a-o,s=n-Ge*2,l=e.map(c=>({layout:Wa(c,t),text:c}));let d;const u=[];l.forEach(c=>{const{layout:y}=c,{width:m,height:w}=y;!d||d.width+m+ot>i?(d={width:m,height:w,items:[{...c,left:0}]},u.push(d)):(d.items.push({...c,left:d.width+ot}),d.width=d.width+m+ot)});let p=0,g=0;return u.forEach((c,y)=>{g=Math.max(g,c.width),y===u.length-1?p+=c.height:p+=c.height+Yt}),{lines:u,totalHeight:p,contentWidth:i,contentHeight:s,cellAutoHeight:p+Ge*2,calcAutoWidth:g+o}}const $a=8;class Ha extends U.Shape{static drawWith(t,a){const{fontString:n,info:o,fill:i,color:s}=a,{layout:l,text:d}=o;t.save(),U.Rect.drawWith(t,{width:l.width,height:l.height,radius:$a,fill:i||Ce}),t.translateWithPrecision(Ht,l.ba),t.font=n,t.fillStyle=s,t.fillText(d,0,0),t.restore()}}var Ya=Object.getOwnPropertyDescriptor,Xa=(e,t,a,n)=>{for(var o=n>1?void 0:n?Ya(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},ke=(e,t)=>(a,n)=>t(a,n,e);const za=new Path2D("M3.32201 4.84556C3.14417 5.05148 2.85583 5.05148 2.67799 4.84556L0.134292 1.90016C-0.152586 1.56798 0.0505937 1 0.456301 1L5.5437 1C5.94941 1 6.15259 1.56798 5.86571 1.90016L3.32201 4.84556Z");let pt=class{constructor(e,t,a,n){P(this,"zIndex");P(this,"_dropdownInfoMap",new Map);this._commandService=e,this._univerInstanceService=t,this._renderManagerService=a,this._dataValidationModel=n}_ensureMap(e){let t=this._dropdownInfoMap.get(e);return t||(t=new Map,this._dropdownInfoMap.set(e,t)),t}_generateKey(e,t){return`${e}.${t}`}_drawDownIcon(e,t,a,n,o){const i=a-Ie+4;let s=4;switch(o){case r.VerticalAlign.MIDDLE:s=(n-Ie)/2+4;break;case r.VerticalAlign.BOTTOM:s=n-Ie+4;break}e.save(),e.translateWithPrecision(t.startX+i,t.startY+s),e.fillStyle="#565656",e.fill(za),e.restore()}drawWith(e,t,a,n){var q,K;const{primaryWithCoord:o,row:i,col:s,style:l,data:d,subUnitId:u}=t,p=o.isMergedMainCell?o.mergeInfo:o,g=d==null?void 0:d.fontRenderExtension,{leftOffset:c=0,rightOffset:y=0,topOffset:m=0,downOffset:w=0}=g||{},V=this._ensureMap(u),v=this._generateKey(i,s),S=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,i,s);if(!S)return;const I=this._dataValidationModel.getValidator(S.type);if(!I)return;const T={startX:p.startX+c,endX:p.endX-y,startY:p.startY+m,endY:p.endY-w},C=T.endX-T.startX,D=T.endY-T.startY,{cl:_}=l||{},L=(q=typeof _=="object"?_==null?void 0:_.rgb:_)!=null?q:"#000",F=U.getFontStyleString(l!=null?l:void 0),{vt:W,ht:A}=l||{},j=W!=null?W:r.VerticalAlign.MIDDLE,x=(K=M.getCellValueOrigin(d))!=null?K:"",N=I.parseCellValue(x),B=I.getListWithColorMap(S),H=it(N,F,C,D);this._drawDownIcon(e,T,C,D,j),e.save(),e.translateWithPrecision(T.startX,T.startY),e.beginPath(),e.rect(0,0,C-Ie,D),e.clip(),e.translateWithPrecision(ht,Ge);let G=0;switch(j){case r.VerticalAlign.MIDDLE:G=(H.contentHeight-H.totalHeight)/2;break;case r.VerticalAlign.BOTTOM:G=H.contentHeight-H.totalHeight;break}e.translateWithPrecision(0,G),H.lines.forEach((Z,ee)=>{e.save();const{width:te,height:ne,items:re}=Z;let oe=0;switch(A){case r.HorizontalAlign.RIGHT:oe=H.contentWidth-te;break;case r.HorizontalAlign.CENTER:oe=(H.contentWidth-te)/2;break}e.translate(oe,ee*(ne+Yt)),re.forEach(se=>{e.save(),e.translateWithPrecision(se.left,0),Ha.drawWith(e,{...F,info:se,color:L,fill:B[se.text]}),e.restore()}),e.restore()}),e.restore(),V.set(v,{left:T.startX,top:T.startY,width:H.contentWidth+ht+Ie,height:H.contentHeight+Ge*2})}calcCellAutoHeight(e){var C;const{primaryWithCoord:t,style:a,data:n,row:o,col:i}=e,s=n==null?void 0:n.fontRenderExtension,{leftOffset:l=0,rightOffset:d=0,topOffset:u=0,downOffset:p=0}=s||{},g=t.isMergedMainCell?t.mergeInfo:t,c={startX:g.startX+l,endX:g.endX-d,startY:g.startY+u,endY:g.endY-p},y=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!y)return;const m=this._dataValidationModel.getValidator(y.type);if(!m)return;const w=c.endX-c.startX,V=c.endY-c.startY,v=(C=M.getCellValueOrigin(n))!=null?C:"",S=m.parseCellValue(v),I=U.getFontStyleString(a!=null?a:void 0);return it(S,I,w,V).cellAutoHeight}calcCellAutoWidth(e){var C;const{primaryWithCoord:t,style:a,data:n,row:o,col:i}=e,s=n==null?void 0:n.fontRenderExtension,{leftOffset:l=0,rightOffset:d=0,topOffset:u=0,downOffset:p=0}=s||{},g=t.isMergedMainCell?t.mergeInfo:t,c={startX:g.startX+l,endX:g.endX-d,startY:g.startY+u,endY:g.endY-p},y=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!y)return;const m=this._dataValidationModel.getValidator(y.type);if(!m)return;const w=c.endX-c.startX,V=c.endY-c.startY,v=(C=M.getCellValueOrigin(n))!=null?C:"",S=m.parseCellValue(v),I=U.getFontStyleString(a!=null?a:void 0);return it(S,I,w,V).calcAutoWidth}isHit(e,t){const{primaryWithCoord:a}=t,n=a.isMergedMainCell?a.mergeInfo:a,{endX:o}=n,{x:i}=e;return i>=o-Ie&&i<=o}onPointerDown(e,t){if(t.button===2)return;const{unitId:a,subUnitId:n,row:o,col:i}=e,s={unitId:a,subUnitId:n,row:o,column:i};this._commandService.executeCommand(qe.id,s)}onPointerEnter(e,t){var a,n;return(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null?void 0:n.setCursor(U.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;return(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null?void 0:n.setCursor(U.CURSOR_TYPE.DEFAULT)}};pt=Xa([ke(0,r.ICommandService),ke(1,r.IUniverInstanceService),ke(2,r.Inject(U.IRenderManagerService)),ke(3,r.Inject(M.SheetDataValidationModel))],pt);class Ka extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.LIST_MULTIPLE);P(this,"canvasRender",this.injector.createInstance(pt));P(this,"dropdown",Ze)}}var Ga=Object.getOwnPropertyDescriptor,qa=(e,t,a,n)=>{for(var o=n>1?void 0:n?Ga(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Pe=(e,t)=>(a,n)=>t(a,n,e);const _e=4,Ne=4,de=14,ce=6,Ee=4,rt=8,Za="#565656",wt=new Path2D("M3.32201 4.84556C3.14417 5.05148 2.85583 5.05148 2.67799 4.84556L0.134292 1.90016C-0.152586 1.56798 0.0505937 1 0.456301 1L5.5437 1C5.94941 1 6.15259 1.56798 5.86571 1.90016L3.32201 4.84556Z");function Ja(e,t){const a=e.length;return{id:"d",body:{dataStream:`${e}${r.DEFAULT_EMPTY_DOCUMENT_VALUE}`,textRuns:[{ts:{fs:11,ff:void 0,it:r.BooleanNumber.FALSE,bl:r.BooleanNumber.FALSE,ul:{s:r.BooleanNumber.FALSE},st:{s:r.BooleanNumber.FALSE},ol:{s:r.BooleanNumber.FALSE},cl:void 0,...t,bg:void 0,bd:void 0},st:0,ed:a}]},documentStyle:{pageSize:{width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY}}}}function Xt(e,t,a){const n=Ja(e,a),o=new r.DocumentDataModel(n),i=new U.DocumentViewModel(o);return{documentSkeleton:U.DocumentSkeleton.create(i,t),docModel:o,docViewModel:i}}function Be(e,t,a){const{documentSkeleton:n,docModel:o,docViewModel:i}=Xt(e,t,a);return{documents:new U.Documents(`DOCUMENTS_${r.Tools.generateRandomId()}`,n,{pageMarginLeft:0,pageMarginTop:0}),documentSkeleton:n,docModel:o,docViewModel:i}}function Et(e,t,a,n,o,i,s=!0){let l=0;const d=s?Ee:0;switch(o){case r.VerticalAlign.BOTTOM:l=t-n-d;break;case r.VerticalAlign.MIDDLE:l=(t-n)/2;break;default:l=d;break}l=Math.max(Ee,l);let u=0;switch(i){case r.HorizontalAlign.CENTER:u=(e-a)/2;break;case r.HorizontalAlign.RIGHT:u=e-a;break}return u=Math.max(ce,u),{paddingLeft:u,paddingTop:l}}let gt=class{constructor(e,t,a,n,o){P(this,"_dropdownInfoMap",new Map);P(this,"zIndex");this._univerInstanceService=e,this._localeService=t,this._commandService=a,this._renderManagerService=n,this._dataValidationModel=o}_ensureMap(e){let t=this._dropdownInfoMap.get(e);return t||(t=new Map,this._dropdownInfoMap.set(e,t)),t}_generateKey(e,t){return`${e}.${t}`}_drawDownIcon(e,t,a,n,o,i,s){const{t:l=r.DEFAULT_STYLES.pd.t,b:d=r.DEFAULT_STYLES.pd.b}=s,u=a-de;let p;switch(i){case r.VerticalAlign.MIDDLE:p=(n-Ne)/2;break;case r.VerticalAlign.BOTTOM:p=n-d-o-Ee+(o/2-Ne/2);break;default:p=l+Ee+(o/2-Ne/2);break}e.save(),e.translateWithPrecision(t.startX+u,t.startY+p),e.fillStyle="#565656",e.fill(wt),e.restore()}drawWith(e,t,a){const{primaryWithCoord:n,row:o,col:i,style:s,data:l,subUnitId:d}=t,u=n.isMergedMainCell?n.mergeInfo:n,p=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,o,i);if(!p)return;const g=this._dataValidationModel.getValidator(p.type);if(!g)return;const c=l==null?void 0:l.fontRenderExtension,{leftOffset:y=0,rightOffset:m=0,topOffset:w=0,downOffset:V=0}=c||{};if(!p||!g||!g||g.id.indexOf(r.DataValidationType.LIST)!==0||!g.skipDefaultFontRender(p))return;const v={startX:u.startX+y,endX:u.endX-m,startY:u.startY+w,endY:u.endY-V},S=v.endX-v.startX,I=v.endY-v.startY,T=this._ensureMap(d),C=this._generateKey(o,i),D=g.getListWithColor(p),_=M.getCellValueOrigin(l),L=`${_!=null?_:""}`,F=D.find(N=>N.label===L);let{tb:W,vt:A,ht:j,pd:x}=s||{};if(W=W!=null?W:r.WrapStrategy.WRAP,A=A!=null?A:r.VerticalAlign.BOTTOM,j=j!=null?j:r.DEFAULT_STYLES.ht,x=x!=null?x:r.DEFAULT_STYLES.pd,p.renderMode===r.DataValidationRenderMode.ARROW){const{l:N=r.DEFAULT_STYLES.pd.l,t:B=r.DEFAULT_STYLES.pd.t,r:H=r.DEFAULT_STYLES.pd.r,b:G=r.DEFAULT_STYLES.pd.b}=x,q=S-N-H-de-4,{documentSkeleton:K,documents:Z,docModel:ee}=Be(L,this._localeService,s);W===r.WrapStrategy.WRAP&&ee.updateDocumentDataPageSize(Math.max(q,1)),K.calculate(),K.getActualSize();const te=U.getDocsSkeletonPageSize(K),{height:ne,width:re}=te,{paddingTop:oe,paddingLeft:se}=Et(q,I-B-G,re,ne,A,j,!0);this._drawDownIcon(e,v,S,I,ne,A,x),e.save(),e.translateWithPrecision(v.startX+N,v.startY+B),e.beginPath(),e.rect(0,0,S-N-H,I-B-G),e.clip(),e.translateWithPrecision(0,oe),e.save(),e.translateWithPrecision(_e,0),e.beginPath(),e.rect(0,0,q,ne),e.clip(),Z.render(e),e.translateWithPrecision(se,0),e.restore(),e.restore(),T.set(C,{left:v.endX+N+a.rowHeaderWidth-de,top:v.startY+B+a.columnHeaderHeight,width:de,height:I-B-G})}else{e.save(),e.translateWithPrecision(v.startX,v.startY),e.beginPath(),e.rect(0,0,S,I),e.clip();const N=S-ce*2-_e-de-4,{documentSkeleton:B,documents:H,docModel:G}=Be(L,this._localeService,s);W===r.WrapStrategy.WRAP&&G.updateDocumentDataPageSize(Math.max(N,1)),B.calculate();const q=U.getDocsSkeletonPageSize(B),{height:K,width:Z}=q,{paddingTop:ee,paddingLeft:te}=Et(N,I,Z,K,A,j);e.translateWithPrecision(ce,ee);const ne=Math.max(S-ce*2,1),re=K;U.Rect.drawWith(e,{width:ne,height:re,fill:(F==null?void 0:F.color)||Ce,radius:rt}),e.save(),e.translateWithPrecision(_e,0),e.beginPath(),e.rect(0,0,N,K),e.clip(),e.translateWithPrecision(te,0),H.render(e),e.restore(),e.translateWithPrecision(N+_e+4,(K-Ne)/2),e.fillStyle=Za,e.fill(wt),e.restore(),T.set(C,{left:v.startX+ce+a.rowHeaderWidth,top:v.startY+ee+a.columnHeaderHeight,width:ne,height:re})}}calcCellAutoHeight(e){const{primaryWithCoord:t,style:a,data:n,row:o,col:i}=e,s=t.isMergedMainCell?t.mergeInfo:t,l=n==null?void 0:n.fontRenderExtension,{leftOffset:d=0,rightOffset:u=0,topOffset:p=0,downOffset:g=0}=l||{},c=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!c||c.renderMode===r.DataValidationRenderMode.TEXT)return;const y={startX:s.startX+d,endX:s.endX-u,startY:s.startY+p,endY:s.endY-g},m=y.endX-y.startX,w=M.getCellValueOrigin(n),V=`${w!=null?w:""}`;let{tb:v,pd:S}=a||{};const{t:I=r.DEFAULT_STYLES.pd.t,b:T=r.DEFAULT_STYLES.pd.b}=S!=null?S:{};if(v=v!=null?v:r.WrapStrategy.WRAP,c.renderMode===r.DataValidationRenderMode.ARROW){const C=m-de,{documentSkeleton:D,docModel:_}=Be(V,this._localeService,a);v===r.WrapStrategy.WRAP&&_.updateDocumentDataPageSize(Math.max(C,1)),D.calculate(),D.getActualSize();const L=U.getDocsSkeletonPageSize(D),{height:F}=L;return F+I+T+Ee*2}else{const C=m-ce*2-_e-de,{documentSkeleton:D,docModel:_}=Xt(V,this._localeService,a);v===r.WrapStrategy.WRAP&&_.updateDocumentDataPageSize(Math.max(C,1)),D.calculate();const L=U.getDocsSkeletonPageSize(D),{height:F}=L;return F+Ee*2}}calcCellAutoWidth(e){const{primaryWithCoord:t,style:a,data:n,row:o,col:i}=e,s=t.isMergedMainCell?t.mergeInfo:t,l=n==null?void 0:n.fontRenderExtension,{leftOffset:d=0,rightOffset:u=0,topOffset:p=0,downOffset:g=0}=l||{},c=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!c||c.renderMode===r.DataValidationRenderMode.TEXT)return;const y={startX:s.startX+d,endX:s.endX-u,startY:s.startY+p,endY:s.endY-g},m=y.endX-y.startX,w=M.getCellValueOrigin(n),V=`${w!=null?w:""}`;let{tb:v,pd:S}=a||{};const{l:I=r.DEFAULT_STYLES.pd.l,r:T=r.DEFAULT_STYLES.pd.r}=S!=null?S:{};v=v!=null?v:r.WrapStrategy.WRAP;let C=ce*2+de;switch(c.renderMode){case r.DataValidationRenderMode.ARROW:C=de+ce*2+T+I;break;case r.DataValidationRenderMode.CUSTOM:C=de+ce*2+_e*2+T+I+rt/2+1;break;default:C=de+ce*2+_e*2+T+I+rt/2+1}const D=m-C,{documentSkeleton:_,docModel:L}=Be(V,this._localeService,a);return v===r.WrapStrategy.WRAP&&L.updateDocumentDataPageSize(Math.max(D,1)),_.calculate(),_.getActualSize(),U.getDocsSkeletonPageSize(_).width+C}isHit(e,t){const{subUnitId:a,row:n,col:o}=t,s=this._ensureMap(a).get(this._generateKey(n,o)),l=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,n,o);if(!l||!s||l.renderMode===r.DataValidationRenderMode.TEXT)return!1;const{top:d,left:u,width:p,height:g}=s,{x:c,y}=e;return c>=u&&c<=u+p&&y>=d&&y<=d+g}onPointerDown(e,t){if(t.button===2)return;const{unitId:a,subUnitId:n,row:o,col:i}=e,s={unitId:a,subUnitId:n,row:o,column:i};this._commandService.executeCommand(qe.id,s)}onPointerEnter(e,t){var a,n;(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(U.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;(n=(a=U.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(U.CURSOR_TYPE.DEFAULT)}};gt=qa([Pe(0,r.IUniverInstanceService),Pe(1,r.Inject(r.LocaleService)),Pe(2,r.ICommandService),Pe(3,r.Inject(U.IRenderManagerService)),Pe(4,r.Inject(M.SheetDataValidationModel))],gt);class Qa extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.LIST);P(this,"canvasRender",this.injector.createInstance(gt));P(this,"dropdown",Ze);P(this,"optionsInput",ze.componentKey);P(this,"formulaInput",It)}}class eo extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.TEXT_LENGTH);P(this,"formulaInput",Qe)}}class to extends he{constructor(){super(...arguments);P(this,"id",r.DataValidationType.WHOLE);P(this,"formulaInput",Qe)}}var no=Object.getOwnPropertyDescriptor,ao=(e,t,a,n)=>{for(var o=n>1?void 0:n?no(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},st=(e,t)=>(a,n)=>t(a,n,e);let Oe=class extends r.RxDisposable{constructor(e,t,a){super(),this._injector=e,this._componentManger=t,this._dataValidatorRegistryService=a,this._initComponents(),this._registerValidatorViews()}_initComponents(){[[Ut,Tt],[He,Zn],[jt,Sn],[Ze,Ln],[_t,an],[ze.componentKey,ze],[Ke.componentKey,Ke],...Ma].forEach(([e,t])=>{this.disposeWithMe(this._componentManger.register(e,t))})}_registerValidatorViews(){[Na,to,eo,ka,Fa,Qa,Ka,xa].forEach(e=>{const t=this._injector.createInstance(e),a=this._dataValidatorRegistryService.getValidatorItem(t.id);a&&(a.formulaInput=t.formulaInput,a.canvasRender=t.canvasRender,a.dropdown=t.dropdown,a.optionsInput=t.optionsInput)})}};Oe=ao([st(0,r.Inject(r.Injector)),st(1,r.Inject(f.ComponentManager)),st(2,r.Inject(Q.DataValidatorRegistryService))],Oe);var oo=Object.getOwnPropertyDescriptor,io=(e,t,a,n)=>{for(var o=n>1?void 0:n?oo(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},lt=(e,t)=>(a,n)=>t(a,n,e);const ro="SHEET_DATA_VALIDATION_UI_PLUGIN";var We;exports.UniverSheetsDataValidationUIPlugin=(We=class extends r.Plugin{constructor(t=Ye,a,n,o){super(),this._config=t,this._injector=a,this._commandService=n,this._configService=o;const{menu:i,...s}=r.merge({},Ye,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(St,s)}onStarting(){[[ue],[me],[je],[Me],[Le],[Te],[be],[Ae],[Oe]].forEach(t=>{this._injector.add(t)}),[Je,qe,xt,ft,De,Ft].forEach(t=>{this._commandService.registerCommand(t)})}onReady(){this._injector.get(be),this._injector.get(Te),this._injector.get(Ae),this._injector.get(je),this._injector.get(U.IRenderManagerService).registerRenderModule(r.UniverInstanceType.UNIVER_SHEET,[Xe])}onRendered(){this._injector.get(Oe),this._injector.get(Le)}onSteady(){this._injector.get(Me)}},P(We,"pluginName",ro),P(We,"type",r.UniverInstanceType.UNIVER_SHEET),We);exports.UniverSheetsDataValidationUIPlugin=io([lt(1,r.Inject(r.Injector)),lt(2,r.ICommandService),lt(3,r.IConfigService)],exports.UniverSheetsDataValidationUIPlugin);var so=Object.getOwnPropertyDescriptor,lo=(e,t,a,n)=>{for(var o=n>1?void 0:n?so(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},dt=(e,t)=>(a,n)=>t(a,n,e);const co="SHEET_DATA_VALIDATION_UI_PLUGIN";var $e;exports.UniverSheetsDataValidationMobileUIPlugin=($e=class extends r.Plugin{constructor(t=Ye,a,n,o){super(),this._config=t,this._injector=a,this._commandService=n,this._configService=o;const{menu:i,...s}=r.merge({},Ye,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(St,s)}onStarting(){[[ue],[me],[je],[Me],[Le],[Te],[be],[Oe]].forEach(t=>{this._injector.add(t)}),[Je,qe,xt,ft,De,Ft].forEach(t=>{this._commandService.registerCommand(t)})}onReady(){this._injector.get(be),this._injector.get(Te),this._injector.get(U.IRenderManagerService).registerRenderModule(r.UniverInstanceType.UNIVER_SHEET,[Xe])}onRendered(){this._injector.get(Oe),this._injector.get(Le)}onSteady(){this._injector.get(Me)}},P($e,"pluginName",co),P($e,"type",r.UniverInstanceType.UNIVER_SHEET),$e);exports.UniverSheetsDataValidationMobileUIPlugin=lo([dt(1,r.Inject(r.Injector)),dt(2,r.ICommandService),dt(3,r.IConfigService)],exports.UniverSheetsDataValidationMobileUIPlugin);exports.DATE_DROPDOWN_KEY=_t;exports.LIST_DROPDOWN_KEY=Ze;