@univerjs/sheets-data-validation-ui 0.6.10-nightly.202504161609 → 0.6.10-nightly.202504181606

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.
Files changed (47) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/en-US.js +1 -1
  3. package/lib/cjs/locale/fa-IR.js +1 -1
  4. package/lib/cjs/locale/fr-FR.js +1 -1
  5. package/lib/cjs/locale/ru-RU.js +1 -1
  6. package/lib/cjs/locale/vi-VN.js +1 -1
  7. package/lib/cjs/locale/zh-CN.js +1 -1
  8. package/lib/cjs/locale/zh-TW.js +1 -1
  9. package/lib/es/index.js +2293 -2298
  10. package/lib/es/locale/en-US.js +19 -13
  11. package/lib/es/locale/fa-IR.js +15 -9
  12. package/lib/es/locale/fr-FR.js +12 -6
  13. package/lib/es/locale/ru-RU.js +16 -10
  14. package/lib/es/locale/vi-VN.js +13 -7
  15. package/lib/es/locale/zh-CN.js +12 -6
  16. package/lib/es/locale/zh-TW.js +13 -9
  17. package/lib/index.css +1 -1
  18. package/lib/index.js +2293 -2298
  19. package/lib/locale/en-US.js +19 -13
  20. package/lib/locale/fa-IR.js +15 -9
  21. package/lib/locale/fr-FR.js +12 -6
  22. package/lib/locale/ru-RU.js +16 -10
  23. package/lib/locale/vi-VN.js +13 -7
  24. package/lib/locale/zh-CN.js +12 -6
  25. package/lib/locale/zh-TW.js +13 -9
  26. package/lib/types/index.d.ts +1 -1
  27. package/lib/types/locale/zh-CN.d.ts +6 -0
  28. package/lib/types/services/dropdown-manager.service.d.ts +14 -12
  29. package/lib/types/views/components/formula-input/index.d.ts +2 -4
  30. package/lib/types/views/components/index.d.ts +0 -4
  31. package/lib/types/views/validator-views/date-validator-view.d.ts +2 -1
  32. package/lib/types/views/validator-views/list-multiple-view.d.ts +2 -1
  33. package/lib/types/views/validator-views/list-validator-view.d.ts +2 -2
  34. package/lib/types/views/validator-views/sheet-validator-view.d.ts +2 -2
  35. package/lib/umd/index.js +1 -1
  36. package/lib/umd/locale/en-US.js +1 -1
  37. package/lib/umd/locale/fa-IR.js +1 -1
  38. package/lib/umd/locale/fr-FR.js +1 -1
  39. package/lib/umd/locale/ru-RU.js +1 -1
  40. package/lib/umd/locale/vi-VN.js +1 -1
  41. package/lib/umd/locale/zh-CN.js +1 -1
  42. package/lib/umd/locale/zh-TW.js +1 -1
  43. package/package.json +14 -15
  44. package/lib/types/views/components/date-dropdown/index.d.ts +0 -2
  45. package/lib/types/views/components/drop-down/CellDropdown.d.ts +0 -16
  46. package/lib/types/views/components/drop-down/index.d.ts +0 -18
  47. package/lib/types/views/components/list-dropdown/index.d.ts +0 -2
@@ -1,10 +1,10 @@
1
- import { IBaseDataValidationWidget } from '@univerjs/data-validation';
2
1
  import { DataValidationType, Nullable } from '@univerjs/core';
2
+ import { DataValidatorDropdownType, IBaseDataValidationWidget } from '@univerjs/data-validation';
3
3
  import { BaseSheetDataValidatorView } from './sheet-validator-view';
4
4
  export declare class ListValidatorView extends BaseSheetDataValidatorView {
5
5
  id: DataValidationType;
6
6
  canvasRender: Nullable<IBaseDataValidationWidget>;
7
- dropdown: string | undefined;
7
+ dropdownType: DataValidatorDropdownType | undefined;
8
8
  optionsInput: string | undefined;
9
9
  formulaInput: string;
10
10
  }
@@ -1,4 +1,4 @@
1
- import { IBaseDataValidationWidget } from '@univerjs/data-validation';
1
+ import { DataValidatorDropdownType, IBaseDataValidationWidget } from '@univerjs/data-validation';
2
2
  import { Injector, Nullable } from '@univerjs/core';
3
3
  /**
4
4
  * This is the base class for all sheet data validator views. It is used to extend {@link BaseDataValidator}.
@@ -6,7 +6,7 @@ import { Injector, Nullable } from '@univerjs/core';
6
6
  export declare abstract class BaseSheetDataValidatorView {
7
7
  protected readonly injector: Injector;
8
8
  canvasRender: Nullable<IBaseDataValidationWidget>;
9
- dropdown: string | undefined;
9
+ dropdownType: DataValidatorDropdownType | undefined;
10
10
  optionsInput: string | undefined;
11
11
  abstract id: string;
12
12
  formulaInput: string;
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- (function(x,u){typeof exports=="object"&&typeof module<"u"?u(exports,require("react/jsx-runtime"),require("@univerjs/core"),require("@univerjs/design"),require("@univerjs/engine-render"),require("@univerjs/sheets"),require("@univerjs/sheets-data-validation"),require("@univerjs/sheets-numfmt"),require("@univerjs/sheets-ui"),require("@univerjs/ui"),require("react"),require("@univerjs/data-validation"),require("@univerjs/docs"),require("rxjs"),require("@univerjs/engine-formula"),require("@univerjs/sheets-formula-ui")):typeof define=="function"&&define.amd?define(["exports","react/jsx-runtime","@univerjs/core","@univerjs/design","@univerjs/engine-render","@univerjs/sheets","@univerjs/sheets-data-validation","@univerjs/sheets-numfmt","@univerjs/sheets-ui","@univerjs/ui","react","@univerjs/data-validation","@univerjs/docs","rxjs","@univerjs/engine-formula","@univerjs/sheets-formula-ui"],u):(x=typeof globalThis<"u"?globalThis:x||self,u(x.UniverSheetsDataValidationUi={},x.React,x.UniverCore,x.UniverDesign,x.UniverEngineRender,x.UniverSheets,x.UniverSheetsDataValidation,x.UniverSheetsNumfmt,x.UniverSheetsUi,x.UniverUi,x.React,x.UniverDataValidation,x.UniverDocs,x.rxjs,x.UniverEngineFormula,x.UniverSheetsFormulaUi))})(this,function(x,u,r,L,k,X,E,Kt,$,f,V,J,Gt,ie,tt,nt){"use strict";var Ta=Object.defineProperty;var Oa=(x,u,r)=>u in x?Ta(x,u,{enumerable:!0,configurable:!0,writable:!0,value:r}):x[u]=r;var R=(x,u,r)=>Oa(x,typeof u!="symbol"?u+"":u,r);var Qe,et;var qt=Object.getOwnPropertyDescriptor,Zt=(e,t,a,n)=>{for(var o=n>1?void 0:n?qt(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);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),h=d?this._dataValidationModel.getRuleById(s,l,d):void 0;if(n===!1)return a(Promise.resolve(!1));if(!h||h.errorStyle!==r.DataValidationErrorStyle.STOP)return a(Promise.resolve(!0));const p=this._dataValidatorRegistryService.getValidatorItem(h.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(h,{row:o,col:i,unitId:s,subUnitId:l})},footer:{title:V.createElement(L.Button,{variant:"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:V.createElement(L.Button,{variant:"primary",onClick:()=>this._dialogService.close("reject-input-dialog")},this._localeService.t("dataValidation.alert.ok"))},onClose:()=>{this._dialogService.close("reject-input-dialog")}})}};Ae=Zt([we(0,r.Inject(X.SheetInterceptorService)),we(1,r.Inject(E.SheetDataValidationModel)),we(2,r.Inject(J.DataValidatorRegistryService)),we(3,f.IDialogService),we(4,r.Inject(r.LocaleService)),we(5,r.Inject(E.SheetsDataValidationValidatorService))],Ae);const Dt={dvDateDropdown:"univer-dv-date-dropdown",dvDateDropdownBtns:"univer-dv-date-dropdown-btns"},Jt=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 Qt(e){var I;const{location:t,hideFn:a}=e,{worksheet:n,row:o,col:i,unitId:s,subUnitId:l,workbook:d}=t,h=f.useDependency(r.ICommandService),p=f.useDependency(Ae),v=n.getCell(o,i),c=E.getCellValueOrigin(n.getCellRaw(o,i)),y=Jt(c),[g,M]=V.useState(y),w=g&&g.isValid()?g:r.dayjs(),m=f.useDependency(r.LocaleService),S=f.useDependency(E.SheetDataValidationModel),_=S.getRuleByLocation(s,l,o,i);if(!_)return null;const T=S.getValidator(_.type);if(!v||!T)return;const C=!!((I=_.bizInfo)!=null&&I.showTime),D=async()=>{var j,W,Y;if(!w)return;const N=w.format(C?"YYYY-MM-DD HH:mm:ss":"YYYY-MM-DD 00:00:00"),H=(j=r.numfmt.parseDate(N))==null?void 0:j.v,A=d.getStyles().getStyleByCell(v),F=(Y=(W=A==null?void 0:A.n)==null?void 0:W.pattern)!=null?Y:"",U=Kt.getPatternType(F);_.errorStyle!==r.DataValidationErrorStyle.STOP||await T.validator({value:H,unitId:s,subUnitId:l,row:o,column:i,worksheet:n,workbook:d,interceptValue:N.replace("Z","").replace("T"," "),t:r.CellValueType.NUMBER},_)?(a(),await h.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:k.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),await h.executeCommand(X.SetRangeValuesCommand.id,{unitId:s,subUnitId:l,range:{startColumn:i,endColumn:i,startRow:o,endRow:o},value:{v:H,t:2,p:null,f:null,si:null,s:{n:{pattern:C?U==="datetime"?F:"yyyy-MM-dd hh:mm:ss":U==="date"?F:"yyyy-MM-dd"}}}})):p.showReject(T.getRuleFinalError(_,{row:o,col:i,unitId:s,subUnitId:l}))};return u.jsxs("div",{className:Dt.dvDateDropdown,children:[u.jsx(L.DatePanel,{defaultValue:w,pickerValue:w,showTime:C||void 0,onSelect:async O=>{M(O)},onPanelChange:O=>{M(O)},disabledDate:O=>!r.numfmt.parseDate(O.format("YYYY-MM-DD"))}),u.jsx("div",{className:Dt.dvDateDropdownBtns,children:u.jsx(L.Button,{size:"small",variant:"primary",onClick:D,disabled:!w.isValid(),children:m.t("dataValidation.alert.ok")})})]})}var se=function(){return se=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},se.apply(this,arguments)},en=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},ge=V.forwardRef(function(e,t){var a=e.icon,n=e.id,o=e.className,i=e.extend,s=en(e,["icon","id","className","extend"]),l="univerjs-icon univerjs-icon-".concat(n," ").concat(o||"").trim(),d=V.useRef("_".concat(an()));return yt(a,"".concat(n),{defIds:a.defIds,idSuffix:d.current},se({ref:t,className:l},s),i)});function yt(e,t,a,n,o){return V.createElement(e.tag,se(se({key:t},tn(e,a,o)),n),(nn(e,a).children||[]).map(function(i,s){return yt(i,"".concat(t,"-").concat(e.tag,"-").concat(s),a,void 0,o)}))}function tn(e,t,a){var n=se({},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 nn(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)?se(se({},e),{children:e.children.map(function(o){return typeof o.attrs.id=="string"&&n&&n.indexOf(o.attrs.id)>-1?se(se({},o),{attrs:se(se({},o.attrs),{id:o.attrs.id+t.idSuffix})}):o})}):e}function an(){return Math.random().toString(36).substring(2,8)}ge.displayName="UniverIcon";var on={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"}}]},wt=V.forwardRef(function(e,t){return V.createElement(ge,Object.assign({},e,{id:"check-mark-single",ref:t,icon:on}))});wt.displayName="CheckMarkSingle";var rn={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"}}]},Vt=V.forwardRef(function(e,t){return V.createElement(ge,Object.assign({},e,{id:"data-validation-single",ref:t,icon:rn}))});Vt.displayName="DataValidationSingle";var sn={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"}}]},at=V.forwardRef(function(e,t){return V.createElement(ge,Object.assign({},e,{id:"delete-single",ref:t,icon:sn}))});at.displayName="DeleteSingle";var ln={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"}}]},Et=V.forwardRef(function(e,t){return V.createElement(ge,Object.assign({},e,{id:"increase-single",ref:t,icon:ln}))});Et.displayName="IncreaseSingle";var dn={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"}}]},Mt=V.forwardRef(function(e,t){return V.createElement(ge,Object.assign({},e,{id:"more-down-single",ref:t,icon:dn}))});Mt.displayName="MoreDownSingle";var cn={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"}}]},bt=V.forwardRef(function(e,t){return V.createElement(ge,Object.assign({},e,{id:"more-up-single",ref:t,icon:cn}))});bt.displayName="MoreUpSingle";var un={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"}}]}]},Lt=V.forwardRef(function(e,t){return V.createElement(ge,Object.assign({},e,{id:"sequence-single",ref:t,icon:un}))});Lt.displayName="SequenceSingle";var hn=Object.getOwnPropertyDescriptor,pn=(e,t,a,n)=>{for(var o=n>1?void 0:n?hn(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 ue=class extends r.Disposable{constructor(t,a){super();R(this,"_open$",new ie.BehaviorSubject(!1));R(this,"open$",this._open$.pipe(ie.distinctUntilChanged()));R(this,"_activeRule");R(this,"_activeRule$",new ie.BehaviorSubject(void 0));R(this,"activeRule$",this._activeRule$.asObservable());R(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===Ne&&(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=pn([Tt(0,r.IUniverInstanceService),Tt(1,f.ISidebarService)],ue);function vn(){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 u.jsx(i,{location:n,hideFn:l},s)}const Ot="sheet.ui.dropdown";var gn=Object.getOwnPropertyDescriptor,mn=(e,t,a,n)=>{for(var o=n>1?void 0:n?gn(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Se=(e,t)=>(a,n)=>t(a,n,e);let me=class extends r.Disposable{constructor(t,a,n,o,i,s,l){super();R(this,"_activeDropdown");R(this,"_activeDropdown$",new ie.Subject);R(this,"_currentPopup",null);R(this,"activeDropdown$",this._activeDropdown$.asObservable());R(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),h=this._canvasPopupManagerService.attachPopupToCell(o,i,{componentKey:Ot,onClickOutside:()=>{a&&this.hideDropdown()},offset:[0,3],excludeOutside:[d==null?void 0:d.engine.getCanvasElement()].filter(Boolean)},s,l);if(!h)throw new Error("[DataValidationDropdownManagerService]: cannot show dropdown!");const p=new r.DisposableCollection;p.add(h),p.add({dispose:()=>{var v,c;(c=(v=this._activeDropdown)==null?void 0:v.onHide)==null||c.call(v)}}),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 h=this._dataValidatorRegistryService.getValidatorItem(d.type);if(!h||!h.dropdown){this.hideDropdown();return}this.showDropdown({location:{workbook:s,worksheet:l,row:n,col:o,unitId:t,subUnitId:a},componentKey:h.dropdown,onHide:i})}};me=mn([Se(0,r.Inject($.SheetCanvasPopManagerService)),Se(1,r.IUniverInstanceService),Se(2,r.Inject(J.DataValidatorRegistryService)),Se(3,f.IZenZoneService),Se(4,k.IRenderManagerService),Se(5,r.Inject(E.SheetDataValidationModel)),Se(6,r.Inject(X.SheetsSelectionsService))],me);const Ne="DataValidationPanel",Ie={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(J.DataValidationModel),s=e.get(r.IUniverInstanceService),l=e.get(f.ISidebarService),d=X.getSheetCommandTarget(s);if(!d)return!1;const{unitId:h,subUnitId:p}=d,v=a?i.getRuleById(h,p,a):void 0;o.open(),o.setActiveRule(v&&{unitId:h,subUnitId:p,rule:v});const c=l.open({id:Ne,header:{title:n?"dataValidation.panel.addTitle":"dataValidation.panel.title"},children:{label:Ne},width:312,onClose:()=>o.close()});return o.setCloseDisposable(c),!0}},ot={id:"data-validation.operation.close-validation-panel",type:r.CommandType.OPERATION,handler(e){return e.get(ue).close(),!0}},Pt={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(ot.id):t.executeCommand(Ie.id),!0}},Ue={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}},Rt={type:r.CommandType.OPERATION,id:"sheet.operation.hide-data-validation-dropdown",handler(e,t){return t?(e.get(me).hideDropdown(),!0):!1}},_e="#ECECEC",it="sheets-data-validation-ui.config",Be={},ve={dvListDropdown:"univer-dv-list-dropdown",dvListDropdownTitle:"univer-dv-list-dropdown-title",dvListDropdownList:"univer-dv-list-dropdown-list",dvListDropdownListContainer:"univer-dv-list-dropdown-list-container",dvListDropdownSelectedIcon:"univer-dv-list-dropdown-selected-icon",dvListDropdownItemContainer:"univer-dv-list-dropdown-item-container",dvListDropdownItem:"univer-dv-list-dropdown-item",dvListDropdownSplit:"univer-dv-list-dropdown-split",dvListDropdownEdit:"univer-dv-list-dropdown-edit"},fn=e=>{var C,D;const{value:t,onChange:a,multiple:n,options:o,title:i,onEdit:s,style:l,filter:d,location:h}=e,p=f.useDependency(r.LocaleService),v=f.useDependency(r.IConfigService),c=d==null?void 0:d.toLowerCase(),{row:y,col:g,unitId:M,subUnitId:w}=h,m=o.filter(I=>c?I.label.toLowerCase().includes(c):!0),S=(D=(C=v.getConfig(it))==null?void 0:C.showEditOnDropdown)!=null?D:!0,_=f.useDependency(X.SheetPermissionCheckController),T=V.useMemo(()=>_.permissionCheckWithRanges({workbookTypes:[X.WorkbookEditablePermission],rangeTypes:[X.RangeProtectionPermissionEditPoint],worksheetTypes:[X.WorksheetEditPermission]},[{startColumn:g,startRow:y,endColumn:g,endRow:y}],M,w),[_,g,y,M,w]);return u.jsxs("div",{className:ve.dvListDropdown,style:l,children:[u.jsx("div",{className:ve.dvListDropdownTitle,children:i}),u.jsx("div",{className:ve.dvListDropdownList,children:u.jsx(L.Scrollbar,{children:u.jsx("div",{className:ve.dvListDropdownListContainer,children:m.map((I,O)=>{const N=t.indexOf(I.value)>-1,H=()=>{let F;N?F=new Set(t.filter(j=>j!==I.value)):F=new Set(n?[...t,I.value]:[I.value]);const U=[];o.forEach(j=>{F.has(j.value)&&U.push(j.value)}),a(U)},A=I.label.toLocaleLowerCase().indexOf(c);return u.jsxs("div",{className:ve.dvListDropdownItemContainer,onClick:H,children:[u.jsx("div",{className:ve.dvListDropdownItem,style:{background:I.color||_e},children:c&&I.label.toLowerCase().includes(c)?u.jsxs(u.Fragment,{children:[u.jsx("span",{children:I.label.substring(0,A)}),u.jsx("span",{style:{fontWeight:"bold"},children:I.label.substring(A,A+c.length)}),u.jsx("span",{children:I.label.substring(A+c.length)})]}):I.label}),u.jsx("div",{className:ve.dvListDropdownSelectedIcon,children:N?u.jsx(wt,{}):null})]},O)})})},d)}),S&&T?u.jsxs(u.Fragment,{children:[u.jsx("div",{className:ve.dvListDropdownSplit}),u.jsx("div",{className:ve.dvListDropdownEdit,children:u.jsx("a",{onClick:s,children:p.t("dataValidation.list.edit")})})]}):null]})};function Sn(e){var W,Y,q,Z;const{location:t,hideFn:a}=e,{worksheet:n,row:o,col:i,unitId:s,subUnitId:l}=t,d=f.useDependency(J.DataValidationModel),[h,p]=V.useState(""),v=f.useDependency(r.ICommandService),c=f.useDependency(r.LocaleService),[y,g]=V.useState(""),M=f.useDependency($.IEditorBridgeService),w=f.useDependency(r.IUniverInstanceService),m=V.useMemo(()=>d.ruleChange$.pipe(ie.debounceTime(16)),[]),S=f.useDependency(E.SheetDataValidationModel);f.useObservable(m);const _=f.RectPopup.useContext(),T=((Y=(W=_.current)==null?void 0:W.right)!=null?Y:0)-((Z=(q=_.current)==null?void 0:q.left)!=null?Z:0);if(V.useEffect(()=>{const G=v.onCommandExecuted(ee=>{var te,ae;if(ee.id===Gt.RichTextEditingMutation.id){const oe=ee.params,{unitId:le}=oe,re=w.getUnit(le,r.UniverInstanceType.UNIVER_DOC);if(!re||!M.isVisible().visible)return;const de=r.BuildTextUtils.transform.getPlainText((ae=(te=re.getSnapshot().body)==null?void 0:te.dataStream)!=null?ae:"");p(de)}});return()=>{G.dispose()}},[v,M,w]),!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 I=n.getCell(o,i),O=(C==null?void 0:C.renderMode)===r.DataValidationRenderMode.CUSTOM||(C==null?void 0:C.renderMode)===void 0;if(!I||!C||!D||D.id.indexOf(r.DataValidationType.LIST)!==0)return;const N=C.type===r.DataValidationType.LIST_MULTIPLE,H=D.getListWithColor(C,s,l),A=y||E.getDataValidationCellValue(n.getCellRaw(o,i)),F=E.deserializeListOptions(A),U=()=>{v.executeCommand(Ie.id,{ruleId:C.uid}),a()},j=H.map(G=>({label:G.label,value:G.label,color:O||G.color?G.color:"transparent"}));return u.jsx(fn,{style:{minWidth:T,maxWidth:Math.max(T,200)},title:N?c.t("dataValidation.listMultiple.dropdown"):c.t("dataValidation.list.dropdown"),value:F,multiple:N,onChange:async G=>{const ee=E.serializeListOptions(G),te={unitId:s,subUnitId:l,range:{startColumn:i,endColumn:i,startRow:o,endRow:o},value:{v:ee,p:null,f:null,si:null}};M.isVisible()&&v.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:k.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),g(ee),N||a(),M.isVisible().visible&&await v.executeCommand($.SetCellEditVisibleOperation.id,{visible:!1,eventType:k.DeviceInputEventType.Keyboard,unitId:s,keycode:f.KeyCode.ESC}),v.executeCommand(X.SetRangeValuesCommand.id,te)},options:j,onEdit:U,filter:h,location:t})}const rt={dataValidationOptionsButton:"univer-data-validation-options-button",dataValidationOptionsButtonIcon:"univer-data-validation-options-button-icon"};function In(e){var h;const t=f.useDependency(r.LocaleService),a=f.useDependency(f.ComponentManager),{value:n,onChange:o,extraComponent:i}=e,[s,l]=V.useState(!1),d=i?a.get(i):null;return u.jsxs(u.Fragment,{children:[u.jsxs("div",{className:rt.dataValidationOptionsButton,onClick:()=>l(!s),children:[t.t("dataValidation.panel.options"),s?u.jsx(bt,{className:rt.dataValidationOptionsButtonIcon}):u.jsx(Mt,{className:rt.dataValidationOptionsButtonIcon})]}),s&&u.jsxs(u.Fragment,{children:[d?u.jsx(d,{value:n,onChange:o}):null,u.jsx(L.FormLayout,{label:t.t("dataValidation.panel.invalid"),children:u.jsxs(L.RadioGroup,{value:`${(h=n.errorStyle)!=null?h:r.DataValidationErrorStyle.WARNING}`,onChange:p=>o({...n,errorStyle:+p}),children:[u.jsx(L.Radio,{value:`${r.DataValidationErrorStyle.WARNING}`,children:t.t("dataValidation.panel.showWarning")}),u.jsx(L.Radio,{value:`${r.DataValidationErrorStyle.STOP}`,children:t.t("dataValidation.panel.rejectInput")})]})}),u.jsx(L.FormLayout,{label:t.t("dataValidation.panel.messageInfo"),children:u.jsx(L.Checkbox,{checked:n.showErrorMessage,onChange:()=>o({...n,showErrorMessage:!n.showErrorMessage}),children:t.t("dataValidation.panel.showInfo")})}),n.showErrorMessage?u.jsx(L.FormLayout,{children:u.jsx(L.Input,{value:n.error,onChange:p=>o({...n,error:p})})}):null]})]})}const Ve={dataValidationDetail:"univer-data-validation-detail",dataValidationDetailFormItem:"univer-data-validation-detail-form-item",dataValidationDetailButtons:"univer-data-validation-detail-buttons",dataValidationDetailButton:"univer-data-validation-detail-button"},_n=e=>r.debounce(async(t,a,n,o)=>{const i=await e.executeCommand(t,a,n);o==null||o(i)},1e3);function Cn(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 Dn(){var de;const[e,t]=V.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(J.DataValidatorRegistryService),h=f.useDependency(r.IUniverInstanceService),p=f.useDependency(f.ComponentManager),v=f.useDependency(r.ICommandService),c=f.useDependency(J.DataValidationModel),y=f.useDependency(r.LocaleService),[g,M]=V.useState(s),w=d.getValidatorItem(g.type),[m,S]=V.useState(!1),_=d.getValidatorsByScope(J.DataValidatorRegistryScope.SHEET),[T,C]=V.useState(()=>g.ranges.map(P=>({unitId:"",sheetId:"",range:P}))),D=V.useMemo(()=>_n(v),[v]),[I,O]=V.useState(!1),[N,H]=V.useState(!1),A=V.useRef(null),F=f.useDependency(X.SheetsSelectionsService);if(V.useEffect(()=>()=>{const P=F.getCurrentLastSelection();P&&F.setSelections([P])},[F]),V.useEffect(()=>{v.onCommandExecuted(P=>{(P.id===r.UndoCommand.id||P.id===r.RedoCommand.id)&&setTimeout(()=>{const b=c.getRuleById(o,i,l);t(B=>B+1),b&&(M(b),C(b.ranges.map(B=>({unitId:"",sheetId:"",range:B}))))},20)})},[v,c,l,i,o]),!w)return null;const U=w.operators,j=w.operatorNames,W=g.operator?J.TWO_FORMULA_OPERATOR_COUNT.includes(g.operator):!1,Y=()=>{var P,b,B;(b=(P=A.current)==null?void 0:P.editor)!=null&&b.isFocus()&&q((B=A.current)==null?void 0:B.getValue()),!(!g.ranges.length||I)&&(w.validatorFormula(g,o,i).success?a.setActiveRule(null):S(!0))},q=f.useEvent(P=>{const b=P.split(",").filter(Boolean).map(tt.deserializeRangeWithSheet).map(K=>{const fe=K.sheetName;if(fe){const La=Cn(h,K.unitId,fe);return{...K,sheetId:La}}return{...K,sheetId:""}});if(r.isUnitRangesEqual(b,T))return;C(b);const B=b.filter(K=>(!K.unitId||K.unitId===o)&&(!K.sheetId||K.sheetId===i)).map(K=>K.range);if(M({...g,ranges:B}),B.length===0)return;const z={unitId:o,subUnitId:i,ruleId:l,ranges:B};D(E.UpdateSheetDataValidationRangeCommand.id,z)}),Z=P=>{if(r.shallowEqual(P,J.getRuleSetting(g)))return;M({...g,...P});const b={unitId:o,subUnitId:i,ruleId:l,setting:P};D(E.UpdateSheetDataValidationSettingCommand.id,b,void 0)},G=async()=>{await v.executeCommand(E.RemoveSheetDataValidationCommand.id,{ruleId:l,unitId:o,subUnitId:i}),a.setActiveRule(null)},ee={type:g.type,operator:g.operator,formula1:g.formula1,formula2:g.formula2,allowBlank:g.allowBlank},te=P=>{const b=d.getValidatorItem(P);if(!b)return;const B=b.operators,z=c.getRuleById(o,i,l),K=P===(z==null?void 0:z.type)||P.includes("list")&&(z!=null&&z.type.includes("list"))?{...z,type:P}:{...g,type:P,operator:B[0],formula1:void 0,formula2:void 0};M(K),v.executeCommand(E.UpdateSheetDataValidationSettingCommand.id,{unitId:o,subUnitId:i,ruleId:g.uid,setting:J.getRuleSetting(K)})},ae=p.get(w.formulaInput),oe=V.useMemo(()=>T.map(P=>tt.serializeRange(P.range)).join(","),[]),le=J.getRuleOptions(g),re=P=>{r.shallowEqual(P,J.getRuleOptions(g))||(M({...g,...P}),D(E.UpdateSheetDataValidationOptionsCommand.id,{unitId:o,subUnitId:i,ruleId:l,options:P}))};return u.jsxs("div",{className:Ve.dataValidationDetail,children:[u.jsx(L.FormLayout,{label:y.t("dataValidation.panel.range"),error:!g.ranges.length||I?y.t("dataValidation.panel.rangeError"):"",children:u.jsx(nt.RangeSelector,{selectorRef:A,unitId:o,subUnitId:i,initialValue:oe,onChange:(P,b)=>{var B;!N&&((B=A.current)!=null&&B.verify())&&q(b)},onFocusChange:(P,b)=>{var B;H(P),!P&&b&&((B=A.current)!=null&&B.verify())&&q(b)},onVerify:P=>O(!P)})}),u.jsx(L.FormLayout,{label:y.t("dataValidation.panel.type"),children:u.jsx(L.Select,{options:_==null?void 0:_.map(P=>({label:y.t(P.title),value:P.id})),value:g.type,onChange:te,className:Ve.dataValidationDetailFormItem})}),U!=null&&U.length?u.jsx(L.FormLayout,{label:y.t("dataValidation.panel.operator"),children:u.jsx(L.Select,{options:U.map((P,b)=>({value:`${P}`,label:j[b]})),value:`${g.operator}`,onChange:P=>{Z({...ee,operator:P})},className:Ve.dataValidationDetailFormItem})}):null,ae?u.jsx(L.FormLayout,{children:u.jsx(ae,{isTwoFormula:W,value:{formula1:g.formula1,formula2:g.formula2},onChange:P=>{Z({...ee,...P})},showError:m,validResult:w.validatorFormula(g,o,i),unitId:o,subUnitId:i,ruleId:l},e+g.type)}):null,u.jsx(L.FormLayout,{children:u.jsx(L.Checkbox,{checked:(de=g.allowBlank)!=null?de:!0,onChange:()=>{var P;return Z({...ee,allowBlank:!((P=g.allowBlank)==null||P)})},children:y.t("dataValidation.panel.allowBlank")})}),u.jsx(In,{value:le,onChange:re,extraComponent:w.optionsInput}),u.jsxs("div",{className:Ve.dataValidationDetailButtons,children:[u.jsx(L.Button,{className:Ve.dataValidationDetailButton,onClick:G,children:y.t("dataValidation.panel.removeRule")}),u.jsx(L.Button,{className:Ve.dataValidationDetailButton,variant:"primary",onClick:Y,children:y.t("dataValidation.panel.done")})]})]})}const je={dataValidationItemContainer:"univer-data-validation-item-container",dataValidationItemTitle:"univer-data-validation-item-title",dataValidationItemContent:"univer-data-validation-item-content",dataValidationItemIcon:"univer-data-validation-item-icon"},yn=e=>{const{rule:t,onClick:a,unitId:n,subUnitId:o,disable:i}=e,s=f.useDependency(J.DataValidatorRegistryService),l=f.useDependency(r.ICommandService),d=f.useDependency($.IMarkSelectionService),h=s.getValidatorItem(t.type),p=V.useRef(void 0),[v,c]=V.useState(!1),y=f.useDependency(r.ThemeService),g=f.useObservable(y.currentTheme$),M=V.useMemo(()=>{var _;const m=(_=g==null?void 0:g.loopColor2)!=null?_:"#49B811",S=new r.ColorKit(m).toRgb();return{fill:`rgba(${S.r}, ${S.g}, ${S.b}, 0.1)`,stroke:m}},[g]),w=m=>{l.executeCommand(E.RemoveSheetDataValidationCommand.id,{ruleId:t.uid,unitId:n,subUnitId:o}),m.stopPropagation()};return V.useEffect(()=>()=>{var m;p.current&&((m=p.current)==null||m.forEach(S=>{S&&d.removeShape(S)}))},[d]),u.jsxs("div",{className:je.dataValidationItemContainer,onClick:a,onMouseEnter:()=>{i||(c(!0),p.current=t.ranges.map(m=>d.addShape({range:m,style:M,primary:null})))},onMouseLeave:()=>{var m;c(!1),(m=p.current)==null||m.forEach(S=>{S&&d.removeShape(S)}),p.current=void 0},children:[u.jsx("div",{className:je.dataValidationItemTitle,children:h==null?void 0:h.generateRuleName(t)}),u.jsx("div",{className:je.dataValidationItemContent,children:t.ranges.map(m=>tt.serializeRange(m)).join(",")}),v?u.jsx("div",{className:je.dataValidationItemIcon,onClick:w,children:u.jsx(at,{})}):null]})},We={dataValidationList:"univer-data-validation-list",dataValidationListButtons:"univer-data-validation-list-buttons",dataValidationListButton:"univer-data-validation-list-button"};function wn(e){const t=f.useDependency(E.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]=V.useState([]),{workbook:h}=e,p=f.useObservable(h.activeSheet$,void 0,!0),v=h.getUnitId(),c=p==null?void 0:p.getSheetId();V.useEffect(()=>{d(t.getRules(v,c));const S=t.ruleChange$.subscribe(_=>{_.unitId===v&&_.subUnitId===c&&d(t.getRules(v,c))});return()=>{S.unsubscribe()}},[v,c,t]);const y=async()=>{const S=E.createDefaultNewRule(o),_={unitId:v,subUnitId:c,rule:S};await n.executeCommand(E.AddSheetDataValidationCommand.id,_),i.setActiveRule({unitId:v,subUnitId:c,rule:S})},g=()=>{n.executeCommand(E.RemoveSheetAllDataValidationCommand.id,{unitId:v,subUnitId:c})},w=(S=>{const _=a.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET),T=_.getActiveSheet(),C=_.getUnitId(),D=T.getSheetId();return S.map(O=>X.checkRangesEditablePermission(o,C,D,O.ranges)?{...O}:{...O,disable:!0})})(l),m=w==null?void 0:w.some(S=>S.disable);return u.jsxs("div",{className:We.dataValidationList,children:[w==null?void 0:w.map(S=>{var _;return u.jsx(yn,{unitId:v,subUnitId:c,onClick:()=>{S.disable||i.setActiveRule({unitId:v,subUnitId:c,rule:S})},rule:S,disable:(_=S.disable)!=null?_:!1},S.uid)}),u.jsxs("div",{className:We.dataValidationListButtons,children:[l.length&&!m?u.jsx(L.Button,{className:We.dataValidationListButton,onClick:g,children:s.t("dataValidation.panel.removeAll")}):null,u.jsx(L.Button,{className:We.dataValidationListButton,variant:"primary",onClick:y,children:s.t("dataValidation.panel.add")})]})]})}const Vn=()=>{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()?u.jsx(Dn,{},t.rule.uid):u.jsx(wn,{workbook:n})},$e="data-validation.list.dropdown",st="data-validation.date.dropdown",He={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=E.createDefaultNewRule(e),s=e.get(r.ICommandService),l=n.getUnitId(),d=o.getSheetId(),h={rule:i,unitId:l,subUnitId:d};return s.syncExecuteCommand(E.AddSheetDataValidationCommand.id,h)?(s.syncExecuteCommand(Ie.id,{ruleId:i.uid,isAdd:!0}),!0):!1}};var En=Object.getOwnPropertyDescriptor,Mn=(e,t,a,n)=>{for(var o=n>1?void 0:n?En(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Ee=(e,t)=>(a,n)=>t(a,n,e);const Ce="SHEET_DATA_VALIDATION_ALERT";let Fe=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(Ce);return}if(this._dataValidationModel.validator(o,{...e.location,workbook:a,worksheet:n})===r.DataValidationStatus.INVALID){const s=this._cellAlertManagerService.currentAlert.get(Ce),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(Ce);return}const d=this._dataValidationModel.getValidator(o.type);if(!d){this._cellAlertManagerService.removeAlert(Ce);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:Ce});return}}this._cellAlertManagerService.removeAlert(Ce)}))}_initZenService(){this.disposeWithMe(this._zenZoneService.visible$.subscribe(e=>{e&&this._cellAlertManagerService.removeAlert(Ce)}))}};Fe=Mn([Ee(0,r.Inject($.HoverManagerService)),Ee(1,r.Inject($.CellAlertManagerService)),Ee(2,r.IUniverInstanceService),Ee(3,r.Inject(r.LocaleService)),Ee(4,f.IZenZoneService),Ee(5,r.Inject(E.SheetDataValidationModel))],Fe);var bn=Object.getOwnPropertyDescriptor,Ln=(e,t,a,n)=>{for(var o=n>1?void 0:n?bn(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);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,h=this._sheetDataValidationModel.getRuleObjectMatrix(l,d).clone(),p=$.virtualizeDiscreteRanges([i,s]),[v,c]=p.ranges,{mapFunc:y}=p,g={row:v.startRow,col:v.startColumn},M=$.getAutoFillRepeatRange(v,c),w=new r.ObjectMatrix,m=new Set;M.forEach(D=>{const I=D.repeatStartCell,O=D.relativeRange,N={startRow:g.row,startColumn:g.col,endColumn:g.col,endRow:g.row},H={startRow:I.row,startColumn:I.col,endColumn:I.col,endRow:I.row};r.Range.foreach(O,(A,F)=>{const U=r.Rectangle.getPositionRange({startRow:A,startColumn:F,endColumn:F,endRow:A},N),{row:j,col:W}=y(U.startRow,U.startColumn),Y=this._sheetDataValidationModel.getRuleIdByLocation(l,d,j,W)||"",q=r.Rectangle.getPositionRange({startRow:A,startColumn:F,endColumn:F,endRow:A},H),{row:Z,col:G}=y(q.startRow,q.startColumn);w.setValue(Z,G,Y),m.add(Y)})});const S=Array.from(m).map(D=>({id:D,ranges:r.queryObjectMatrix(w,I=>I===D)}));h.addRangeRules(S);const _=h.diff(this._sheetDataValidationModel.getRules(l,d)),{redoMutations:T,undoMutations:C}=E.getDataValidationDiffMutations(l,d,_,this._injector,"patched",o===$.APPLY_TYPE.ONLY_FORMAT);return{undos:C,redos:T}},a={id:E.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 h=this._sheetDataValidationModel.getRuleByLocation(i,s,l,d);if(h&&h.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=Ln([lt(0,$.IAutoFillService),lt(1,r.Inject(E.SheetDataValidationModel)),lt(2,r.Inject(r.Injector))],Me);var Tn=Object.getOwnPropertyDescriptor,On=(e,t,a,n)=>{for(var o=n>1?void 0:n?Tn(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 be=class extends r.Disposable{constructor(t,a,n){super();R(this,"_copyInfo");this._sheetClipboardService=t,this._sheetDataValidationModel=a,this._injector=n,this._initCopyPaste()}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:E.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:h,subUnitId:p}=a;return this._generateMutations(d,{copyType:i,pasteType:s,copyRange:l,unitId:h,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,h)=>{l.forEach((p,v)=>{const c=this._sheetDataValidationModel.getRuleIdByLocation(t,a,d,p);o.setValue(h,v,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:[h,p],mapFunc:v}=$.virtualizeDiscreteRanges([a.copyRange,t]),c=$.getRepeatRange(h,p,!0),y=new Map;c.forEach(({startRange:m})=>{var S;(S=this._copyInfo)==null||S.matrix.forValue((_,T,C)=>{const D=r.Rectangle.getPositionRange({startRow:_,endRow:_,startColumn:T,endColumn:T},m),I=`${i}-${C}`,O=this._sheetDataValidationModel.getRuleById(o,i,C);!this._sheetDataValidationModel.getRuleById(a.unitId,a.subUnitId,I)&&O&&y.set(I,{...O,uid:I});const{row:N,col:H}=v(D.startRow,D.startColumn);d.add(I),l.setValue(N,H,I)})});const g=Array.from(d).map(m=>({id:m,ranges:r.queryObjectMatrix(l,S=>S===m)}));s.addRangeRules(g);const{redoMutations:M,undoMutations:w}=E.getDataValidationDiffMutations(a.unitId,a.subUnitId,s.diffWithAddition(this._sheetDataValidationModel.getRules(a.unitId,a.subUnitId),y.values()),this._injector,"patched",!1);return{redos:M,undos:w}}else{const s=this._sheetDataValidationModel.getRuleObjectMatrix(o,i).clone(),l=new r.ObjectMatrix,d=new Set,{ranges:[h,p],mapFunc:v}=$.virtualizeDiscreteRanges([a.copyRange,t]);$.getRepeatRange(h,p,!0).forEach(({startRange:w})=>{var m;(m=this._copyInfo)==null||m.matrix.forValue((S,_,T)=>{const C=r.Rectangle.getPositionRange({startRow:S,endRow:S,startColumn:_,endColumn:_},w),{row:D,col:I}=v(C.startRow,C.startColumn);l.setValue(D,I,T),d.add(T)})});const y=Array.from(d).map(w=>({id:w,ranges:r.queryObjectMatrix(l,m=>m===w)}));s.addRangeRules(y);const{redoMutations:g,undoMutations:M}=E.getDataValidationDiffMutations(o,i,s.diff(this._sheetDataValidationModel.getRules(o,i)),this._injector,"patched",!1);return{redos:g,undos:M}}}};be=On([dt(0,$.ISheetClipboardService),dt(1,r.Inject(E.SheetDataValidationModel)),dt(2,r.Inject(r.Injector))],be);var Pn=Object.getOwnPropertyDescriptor,Rn=(e,t,a,n)=>{for(var o=n>1?void 0:n?Pn(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},ct=(e,t)=>(a,n)=>t(a,n,e);let Le=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===E.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===E.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")))}))}};Le=Rn([ct(0,r.Inject(r.LocaleService)),ct(1,r.ICommandService),ct(2,r.Inject(X.SheetPermissionCheckController))],Le);const At="data-validation-single",Ft="sheet.menu.data-validation";function An(e){return{id:Ft,type:f.MenuItemType.SUBITEMS,icon:At,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 Fn(e){return{id:Ie.id,title:"dataValidation.panel.title",type:f.MenuItemType.BUTTON}}function kn(e){return{id:He.id,title:"dataValidation.panel.add",type:f.MenuItemType.BUTTON}}const Nn={[f.RibbonStartGroup.FORMULAS_INSERT]:{[Ft]:{order:9,menuItemFactory:An,[Ie.id]:{order:0,menuItemFactory:Fn},[He.id]:{order:1,menuItemFactory:kn}}}};var Un=Object.getOwnPropertyDescriptor,kt=(e,t,a,n)=>{for(var o=n>1?void 0:n?Un(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Q=(e,t)=>(a,n)=>t(a,n,e);const Nt={tr:{size:6,color:"#fe4b4b"}};let Te=class extends r.RxDisposable{constructor(e,t,a,n,o,i,s,l,d,h,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=h,this._editorBridgeService=p,this._initMenu(),this._initDropdown(),this._initViewModelIntercept(),this._initAutoHeight()}_initMenu(){this._menuManagerService.mergeMenu(Nn)}_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 h=this._dataValidatorRegistryService.getValidatorItem(d.type);if(!(h!=null&&h.dropdown))return;const p=l.getActiveSheet();if(!p)return;const v=this._dropdownManagerService.activeDropdown,c=v==null?void 0:v.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:h.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 m,S,_,T,C;const{row:n,col:o,unitId:i,subUnitId:s,workbook:l,worksheet:d}=t,h=this._sheetDataValidationModel.getRuleIdByLocation(i,s,n,o);if(!h)return a(e);const p=this._sheetDataValidationModel.getRuleById(i,s,h);if(!p)return a(e);const v=(m=this._dataValidationCacheService.getValue(i,s,n,o))!=null?m:r.DataValidationStatus.VALID,c=this._dataValidatorRegistryService.getValidatorItem(p.type),y=t.rawData;let g;const M={get value(){var D;return g!==void 0||(g=(D=E.getCellValueOrigin(y))!=null?D:null),g}},w={get value(){var D;return`${(D=M.value)!=null?D:""}`}};return a({...e,markers:{...e==null?void 0:e.markers,...v===r.DataValidationStatus.INVALID?Nt: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:((_=e==null?void 0:e.fontRenderExtension)==null?void 0:_.isSkip)||((T=c==null?void 0:c.skipDefaultFontRender)==null?void 0:T.call(c,p,M.value,t))},interceptorStyle:{...e==null?void 0:e.interceptorStyle,...c==null?void 0:c.getExtraStyle(p,w.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 N,H,A,F,U,j;const D=(H=(N=this._renderManagerService.getRenderById(i))==null?void 0:N.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:H.skeleton;if(!D)return;const I=D.worksheet.getMergedCell(n,o),O={data:e,style:D.getStyles().getStyleByCell(e),primaryWithCoord:D.getCellWithCoordByIndex((A=I==null?void 0:I.startRow)!=null?A:n,(F=I==null?void 0:I.startColumn)!=null?F:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(j=(U=c==null?void 0:c.canvasRender)==null?void 0:U.calcCellAutoHeight)==null?void 0:j.call(U,O)},interceptorAutoWidth:()=>{var N,H,A,F,U,j;const D=(H=(N=this._renderManagerService.getRenderById(i))==null?void 0:N.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:H.skeleton;if(!D)return;const I=D.worksheet.getMergedCell(n,o),O={data:e,style:D.getStyles().getStyleByCell(e),primaryWithCoord:D.getCellWithCoordByIndex((A=I==null?void 0:I.startRow)!=null?A:n,(F=I==null?void 0:I.startColumn)!=null?F:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(j=(U=c==null?void 0:c.canvasRender)==null?void 0:U.calcCellAutoWidth)==null?void 0:j.call(U,O)},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)}})}};Te=kt([Q(0,r.ICommandService),Q(1,f.IMenuManagerService),Q(2,k.IRenderManagerService),Q(3,r.IUniverInstanceService),Q(4,r.Inject($.AutoHeightController)),Q(5,r.Inject(me)),Q(6,r.Inject(E.SheetDataValidationModel)),Q(7,r.Inject(J.DataValidatorRegistryService)),Q(8,r.Inject(X.SheetInterceptorService)),Q(9,r.Inject(E.DataValidationCacheService)),Q(10,r.Optional($.IEditorBridgeService))],Te);let Ut=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 w,m,S,_,T;const{row:n,col:o,unitId:i,subUnitId:s,workbook:l,worksheet:d}=t,h=this._sheetDataValidationModel.getRuleIdByLocation(i,s,n,o);if(!h)return a(e);const p=this._sheetDataValidationModel.getRuleById(i,s,h);if(!p)return a(e);const v=(w=this._dataValidationCacheService.getValue(i,s,n,o))!=null?w:r.DataValidationStatus.VALID,c=this._dataValidatorRegistryService.getValidatorItem(p.type),y=d.getCellRaw(n,o),g=E.getCellValueOrigin(y),M=`${g!=null?g:""}`;return a({...e,markers:{...e==null?void 0:e.markers,...v===r.DataValidationStatus.INVALID?Nt:null},customRender:[...(m=e==null?void 0:e.customRender)!=null?m:[],...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)||((_=c==null?void 0:c.skipDefaultFontRender)==null?void 0:_.call(c,p,g,t))},interceptorStyle:{...e==null?void 0:e.interceptorStyle,...c==null?void 0:c.getExtraStyle(p,M,{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 O,N,H,A,F,U;const C=(N=(O=this._renderManagerService.getRenderById(i))==null?void 0:O.with($.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:N.skeleton;if(!C)return;const D=C.worksheet.getMergedCell(n,o),I={data:e,style:C.getStyles().getStyleByCell(e),primaryWithCoord:C.getCellWithCoordByIndex((H=D==null?void 0:D.startRow)!=null?H:n,(A=D==null?void 0:D.startColumn)!=null?A:o),unitId:i,subUnitId:s,row:n,col:o,workbook:l,worksheet:d};return(U=(F=c==null?void 0:c.canvasRender)==null?void 0:F.calcCellAutoHeight)==null?void 0:U.call(F,I)},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)}})}};Ut=kt([Q(0,r.ICommandService),Q(1,k.IRenderManagerService),Q(2,r.Inject($.AutoHeightController)),Q(3,r.Inject(J.DataValidatorRegistryService)),Q(4,r.Inject(X.SheetInterceptorService)),Q(5,r.Inject(E.SheetDataValidationModel)),Q(6,r.Inject(E.DataValidationCacheService))],Ut);var Bn=Object.getOwnPropertyDescriptor,jn=(e,t,a,n)=>{for(var o=n>1?void 0:n?Bn(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Bt=(e,t)=>(a,n)=>t(a,n,e);let Ye=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))}};Ye=jn([Bt(1,r.Inject(E.SheetDataValidationModel)),Bt(2,r.Inject($.SheetSkeletonManagerService))],Ye);const ne={dataValidationFormula:"univer-data-validation-formula",dataValidationFormulaAnd:"univer-data-validation-formula-and",dataValidationFormulaListItem:"univer-data-validation-formula-list-item",dataValidationFormulaListItemIcon:"univer-data-validation-formula-list-item-icon",dataValidationFormulaListItemDrag:"univer-data-validation-formula-list-item-drag",dataValidationFormulaListAdd:"univer-data-validation-formula-list-add",dataValidationFormulaColorSelect:"univer-data-validation-formula-color-select",dataValidationFormulaColorSelectPanel:"univer-data-validation-formula-color-select-panel",dataValidationFormulaColorItem:"univer-data-validation-formula-color-item"},Wn=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?u.jsxs(u.Fragment,{children:[u.jsx(L.FormLayout,{error:l,children:u.jsx(L.Input,{className:ne.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula1,onChange:h=>{n==null||n({...a,formula1:h})}})}),u.jsx("div",{className:ne.dataValidationFormulaAnd,children:s.t("dataValidation.panel.formulaAnd")}),u.jsx(L.FormLayout,{error:d,children:u.jsx(L.Input,{className:ne.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula2,onChange:h=>{n==null||n({...a,formula2:h})}})})]}):u.jsx(L.FormLayout,{error:l,children:u.jsx(L.Input,{className:ne.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:a==null?void 0:a.formula1,onChange:h=>{n==null||n({formula1:h})}})})};function $n(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,h]=V.useState(!((t==null?void 0:t.formula1)===void 0&&(t==null?void 0:t.formula2)===void 0));return u.jsxs(u.Fragment,{children:[u.jsx(L.FormLayout,{children:u.jsx(L.Checkbox,{checked:d,onChange:p=>{p?h(!0):(h(!1),a==null||a({...t,formula1:void 0,formula2:void 0}))},children:i.t("dataValidation.checkbox.tips")})}),d?u.jsx(L.FormLayout,{label:i.t("dataValidation.checkbox.checked"),error:s,children:u.jsx(L.Input,{className:ne.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?u.jsx(L.FormLayout,{label:i.t("dataValidation.checkbox.unchecked"),error:l,children:u.jsx(L.Input,{className:ne.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 Hn(e){var v;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=V.useRef(null),[h,p]=V.useState(!1);return f.useSidebarClick(c=>{var g;((g=d.current)==null?void 0:g.isClickOutSide(c))&&p(!1)}),u.jsx(nt.FormulaEditor,{initValue:(v=n==null?void 0:n.formula1)!=null?v:"=",unitId:t,subUnitId:a,isFocus:h,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 Yn=["#FFFFFF","#FEE7E7","#FEF0E6","#EFFBD0","#E4F4FE","#E8ECFD","#F1EAFA","#FDE8F3","#E5E5E5","#FDCECE","#FDC49B","#DEF6A2","#9FDAFF","#D0D9FB","#E3D5F6","#FBD0E8","#656565","#FE4B4B","#FF8C51","#8BBB11","#0B9EFB","#3A60F7","#9E6DE3","#F248A6"],xn=e=>{const{value:t,onChange:a,disabled:n}=e,[o,i]=V.useState(!1);return u.jsx(L.Select,{disabled:n,open:o,onDropdownVisibleChange:i,dropdownStyle:{width:112},style:{width:96,cursor:"pointer"},className:ne.dataValidationFormulaColorSelect,value:t,onChange:a,labelRender:s=>u.jsx("div",{className:ne.dataValidationFormulaColorItem,style:{background:s.value,marginTop:5}}),dropdownRender:()=>u.jsx("div",{className:ne.dataValidationFormulaColorSelectPanel,children:Yn.map(s=>u.jsx("div",{onClick:()=>{a(s),i(!1)},className:ne.dataValidationFormulaColorItem,style:{background:s}},s))})})},jt=e=>{const{item:t,commonProps:a,style:n}=e,{onItemChange:o,onItemDelete:i}=a;return u.jsxs("div",{className:ne.dataValidationFormulaListItem,style:n,children:[t.isRef?null:u.jsx("div",{className:L.clsx(ne.dataValidationFormulaListItemDrag,"draggableHandle"),children:u.jsx(Lt,{})}),u.jsx(xn,{value:t.color,onChange:s=>{o(t.id,t.label,s)}}),u.jsx(L.Input,{disabled:t.isRef,value:t.label,onChange:s=>{o(t.id,s,t.color)}}),t.isRef?null:u.jsx("div",{className:ne.dataValidationFormulaListItemIcon,children:u.jsx(at,{onClick:()=>i(t.id)})})]})};function Xn(e){const{value:t,onChange:a=()=>{},unitId:n,subUnitId:o,validResult:i,showError:s,ruleId:l}=e,{formula1:d="",formula2:h=""}=t||{},p=V.useRef(null),[v,c]=V.useState(()=>r.isFormulaString(d)?"1":"0"),[y,g]=V.useState(v==="1"?d:"="),[M,w]=V.useState(v==="1"?d:"="),m=f.useDependency(r.LocaleService),S=f.useDependency(J.DataValidatorRegistryService),_=f.useDependency(J.DataValidationModel),T=f.useDependency(E.DataValidationFormulaController),[C,D]=V.useState(()=>h.split(",")),I=S.getValidatorItem(r.DataValidationType.LIST),[O,N]=V.useState([]),[H,A]=V.useState(""),F=s?i==null?void 0:i.formula1:"",U=V.useMemo(()=>_.ruleChange$.pipe(ie.debounceTime(16)),[]),j=f.useObservable(U),W=f.useEvent(a);V.useEffect(()=>{(async()=>{await new Promise(z=>{setTimeout(()=>z(!0),100)});const b=_.getRuleById(n,o,l),B=b==null?void 0:b.formula1;if(r.isFormulaString(B)&&I&&b){const z=await I.getListAsync(b,n,o);N(z)}})()},[_,j,I,l,o,n]),V.useEffect(()=>{r.isFormulaString(d)&&d!==M&&(g(d),w(M))},[M,d]);const[Y,q]=V.useState(()=>{const b=v!=="1"?E.deserializeListOptions(d):[],B=h.split(",");return b.map((z,K)=>({label:z,color:B[K]||_e,isRef:!1,id:r.Tools.generateRandomId(4)}))}),Z=(b,B,z)=>{const K=Y.find(fe=>fe.id===b);K&&(K.label=B,K.color=z,q([...Y]))},G=b=>{const B=Y.findIndex(z=>z.id===b);B!==-1&&(Y.splice(B,1),q([...Y]))},ee=h.split(","),te=V.useMemo(()=>O.map((b,B)=>({label:b,color:ee[B]||_e,id:`${B}`,isRef:!0})),[ee,O]),ae=(b,B,z)=>{const K=[...C];K[+b]=z,D(K),W({formula1:d,formula2:K.join(",")})},oe=()=>{q([...Y,{label:"",color:_e,isRef:!1,id:r.Tools.generateRandomId(4)}])};V.useEffect(()=>{if(v==="1")return;const b=new Set,B=[];Y.map(z=>({labelList:z.label.split(","),item:z})).forEach(({item:z,labelList:K})=>{K.forEach(fe=>{b.has(fe)||(b.add(fe),B.push({label:fe,color:z.color}))})}),W({formula1:E.serializeListOptions(B.map(z=>z.label)),formula2:B.map(z=>z.color===_e?"":z.color).join(",")})},[Y,W,v,M,C]);const le=f.useEvent(async b=>{if(!r.isFormulaString(b)){W==null||W({formula1:"",formula2:h});return}T.getFormulaRefCheck(b)?(W==null||W({formula1:r.isFormulaString(b)?b:"",formula2:h}),A("")):(W==null||W({formula1:"",formula2:h}),g("="),A(m.t("dataValidation.validFail.formulaError")))}),re=V.useRef(null),[de,P]=V.useState(!1);return f.useSidebarClick(b=>{var z;((z=re.current)==null?void 0:z.isClickOutSide(b))&&P(!1)}),u.jsxs(u.Fragment,{children:[u.jsx(L.FormLayout,{label:m.t("dataValidation.list.options"),children:u.jsxs(L.RadioGroup,{value:v,onChange:b=>{c(b),g(M),b==="1"&&W({formula1:M==="="?"":M,formula2:C.join(",")})},children:[u.jsx(L.Radio,{value:"0",children:m.t("dataValidation.list.customOptions")}),u.jsx(L.Radio,{value:"1",children:m.t("dataValidation.list.refOptions")})]})}),v==="1"?u.jsxs(u.Fragment,{children:[u.jsx(nt.FormulaEditor,{initValue:y,unitId:n,subUnitId:o,isFocus:de,onChange:(b="")=>{const B=(b!=null?b:"").trim();w(B),le(B)},errorText:F||H||void 0,onFocus:()=>P(!0),isSupportAcrossSheet:!0,ref:re}),u.jsx("div",{ref:p,style:{marginTop:"12px"},children:te.map(b=>u.jsx(jt,{item:b,commonProps:{onItemChange:ae},style:{marginBottom:12}},b.id))})]}):u.jsx(L.FormLayout,{error:F,children:u.jsxs("div",{ref:p,style:{marginTop:"-12px"},children:[u.jsx(L.DraggableList,{list:Y,onListChange:q,rowHeight:32,margin:[0,12],draggableHandle:".draggableHandle",itemRender:b=>u.jsx(jt,{item:b,commonProps:{onItemChange:Z,onItemDelete:G}},b.id),idKey:"id"}),u.jsxs("a",{className:ne.dataValidationFormulaListAdd,onClick:oe,children:[u.jsx(Et,{}),m.t("dataValidation.list.add")]})]})})]})}const Wt="data-validation.custom-formula-input",xe="data-validation.formula-input",ut="data-validation.list-formula-input",$t="data-validation.checkbox-formula-input",zn=[[Wt,Hn],[xe,Wn],[ut,Xn],[$t,$n]],Kn="LIST_RENDER_MODE_OPTION_INPUT";function Xe(e){var o;const{value:t,onChange:a}=e,n=f.useDependency(r.LocaleService);return u.jsx(L.FormLayout,{label:n.t("dataValidation.renderMode.label"),children:u.jsxs(L.RadioGroup,{value:`${(o=t.renderMode)!=null?o:r.DataValidationRenderMode.CUSTOM}`,onChange:i=>a({...t,renderMode:+i}),children:[u.jsx(L.Radio,{value:`${r.DataValidationRenderMode.CUSTOM}`,children:n.t("dataValidation.renderMode.chip")}),u.jsx(L.Radio,{value:`${r.DataValidationRenderMode.ARROW}`,children:n.t("dataValidation.renderMode.arrow")}),u.jsx(L.Radio,{value:`${r.DataValidationRenderMode.TEXT}`,children:n.t("dataValidation.renderMode.text")})]})})}Xe.componentKey=Kn;const Gn="DATE_SHOW_TIME_OPTION";function ze(e){var o;const{value:t,onChange:a}=e,n=f.useDependency(r.LocaleService);return u.jsx(L.FormLayout,{children:u.jsx(L.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")})})}ze.componentKey=Gn;var qn=Object.getOwnPropertyDescriptor,Zn=(e,t,a,n)=>{for(var o=n>1?void 0:n?qn(t,a):t,i=e.length-1,s;i>=0;i--)(s=e[i])&&(o=s(o)||o);return o},Oe=(e,t)=>(a,n)=>t(a,n,e);const Ke=6;let ht=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 h,p,v;const{vt:a,ht:n}=t||{},o=e.endX-e.startX-Ke*2,i=e.endY-e.startY,s=((h=t==null?void 0:t.fs)!=null?h: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=Ke;break;case r.HorizontalAlign.RIGHT:l=Ke+(o-s);break;default:l=Ke+(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:((v=t==null?void 0:t.fs)!=null?v: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 h,p,v,c,y,g,M,w,m;const{formula1:n=E.CHECKBOX_FORMULA_1,formula2:o=E.CHECKBOX_FORMULA_2}=e,i=await this._formulaService.getRuleFormulaResult(t,a,e.uid),s=E.getFormulaResult((v=(p=(h=i==null?void 0:i[0])==null?void 0:h.result)==null?void 0:p[0])==null?void 0:v[0]),l=E.getFormulaResult((g=(y=(c=i==null?void 0:i[1])==null?void 0:c.result)==null?void 0:y[0])==null?void 0:g[0]),d=E.isLegalFormulaResult(String(s))&&E.isLegalFormulaResult(String(l));return{formula1:r.isFormulaString(n)?E.getFormulaResult((m=(w=(M=i==null?void 0:i[0])==null?void 0:M.result)==null?void 0:w[0])==null?void 0:m[0]):n,formula2:r.isFormulaString(o)?l:o,isFormulaValid:d}}drawWith(e,t){var F,U,j,W;const{style:a,primaryWithCoord:n,unitId:o,subUnitId:i,worksheet:s,row:l,col:d}=t,h=n.isMergedMainCell?n.mergeInfo:n,p=E.getCellValueOrigin(s.getCellRaw(l,d)),v=this._dataValidationModel.getRuleByLocation(o,i,l,d);if(!v)return;const c=this._dataValidationModel.getValidator(v.type);if(!c)return;const y=this._themeService.getCurrentTheme();if(!((F=c.skipDefaultFontRender)!=null&&F.call(c,v,p,{unitId:o,subUnitId:i,row:l,column:d})))return;const g=c.parseFormulaSync(v,o,i),{formula1:M}=g,w=this._calc(h,a),{a:m,d:S}=e.getTransform(),_=k.fixLineWidthByScale(w.left,m),T=k.fixLineWidthByScale(w.top,S),C=k.Transform.create().composeMatrix({left:_,top:T,scaleX:1,scaleY:1,angle:0,skewX:0,skewY:0,flipX:!1,flipY:!1}),D=h.endX-h.startX,I=h.endY-h.startY;e.save(),e.beginPath(),e.rect(h.startX,h.startY,D,I),e.clip();const O=C.getMatrix();e.transform(O[0],O[1],O[2],O[3],O[4],O[5]);const N=((U=a==null?void 0:a.fs)!=null?U:10)*1.6,H=String(p)===String(M),A=y.hyacinth500;k.CheckboxShape.drawWith(e,{checked:H,width:N,height:N,fill:(W=(j=a==null?void 0:a.cl)==null?void 0:j.rgb)!=null?W: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:h}=e;return d<=l&&d>=s&&h<=i&&h>=o}async onPointerDown(e,t){var g;if(t.button===2)return;const{primaryWithCoord:a,unitId:n,subUnitId:o,worksheet:i,row:s,col:l}=e,d=E.getCellValueOrigin(i.getCellRaw(s,l)),h=this._dataValidationModel.getRuleByLocation(n,o,s,l);if(!h)return;const p=this._dataValidationModel.getValidator(h.type);if(!p||!((g=p.skipDefaultFontRender)!=null&&g.call(p,h,d,{unitId:n,subUnitId:o,row:s,column:l})))return;const{formula1:v,formula2:c}=await this._parseFormula(h,n,o),y={range:{startColumn:a.actualColumn,endColumn:a.actualColumn,startRow:a.actualRow,endRow:a.actualRow},value:{v:String(d)===E.transformCheckboxValue(String(v))?c:v,p:null}};this._commandService.executeCommand(X.SetRangeValuesCommand.id,y)}onPointerEnter(e,t){var a,n;(n=(a=k.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(k.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;(n=(a=k.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(k.CURSOR_TYPE.DEFAULT)}};ht=Zn([Oe(0,r.ICommandService),Oe(1,r.IUniverInstanceService),Oe(2,r.Inject(E.DataValidationFormulaService)),Oe(3,r.Inject(r.ThemeService)),Oe(4,r.Inject(k.IRenderManagerService)),Oe(5,r.Inject(E.SheetDataValidationModel))],ht);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},ea=(e,t)=>(a,n)=>t(a,n,e);let he=class{constructor(e){R(this,"canvasRender",null);R(this,"dropdown");R(this,"optionsInput");R(this,"formulaInput",ut);this.injector=e}};he=Qn([ea(0,r.Inject(r.Injector))],he);class ta extends he{constructor(){super(...arguments);R(this,"id",r.DataValidationType.CHECKBOX);R(this,"canvasRender",this.injector.createInstance(ht));R(this,"formulaInput",$t)}}class na extends he{constructor(){super(...arguments);R(this,"id",r.DataValidationType.CUSTOM);R(this,"formulaInput",Wt)}}const aa="data-validation.formula-input";class oa extends he{constructor(){super(...arguments);R(this,"id",r.DataValidationType.DATE);R(this,"formulaInput",aa);R(this,"optionsInput",ze.componentKey);R(this,"dropdown",st)}}class ia extends he{constructor(){super(...arguments);R(this,"id",r.DataValidationType.DECIMAL);R(this,"formulaInput",xe)}}const Ht=4,ra=0,pt=4,Yt=4,vt=6,Ge=6,De=14;function sa(e,t){const a=k.FontCache.getTextSize(e,t),n=a.width+Ht*2,{ba:o,bd:i}=a,s=o+i;return{width:n,height:s+ra*2,ba:o}}function gt(e,t,a,n){const o=De+vt*2,i=a-o,s=n-Ge*2,l=e.map(c=>({layout:sa(c,t),text:c}));let d;const h=[];l.forEach(c=>{const{layout:y}=c,{width:g,height:M}=y;!d||d.width+g+pt>i?(d={width:g,height:M,items:[{...c,left:0}]},h.push(d)):(d.items.push({...c,left:d.width+pt}),d.width=d.width+g+pt)});let p=0,v=0;return h.forEach((c,y)=>{v=Math.max(v,c.width),y===h.length-1?p+=c.height:p+=c.height+Yt}),{lines:h,totalHeight:p,contentWidth:i,contentHeight:s,cellAutoHeight:p+Ge*2,calcAutoWidth:v+o}}const la=8;class da extends k.Shape{static drawWith(t,a){const{fontString:n,info:o,fill:i,color:s}=a,{layout:l,text:d}=o;t.save(),k.Rect.drawWith(t,{width:l.width,height:l.height,radius:la,fill:i||_e}),t.translateWithPrecision(Ht,l.ba),t.font=n,t.fillStyle=s,t.fillText(d,0,0),t.restore()}}var ca=Object.getOwnPropertyDescriptor,ua=(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},qe=(e,t)=>(a,n)=>t(a,n,e);const ha=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 mt=class{constructor(e,t,a,n){R(this,"zIndex");R(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-De+4;let s=4;switch(o){case r.VerticalAlign.MIDDLE:s=(n-De)/2+4;break;case r.VerticalAlign.BOTTOM:s=n-De+4;break}e.save(),e.translateWithPrecision(t.startX+i,t.startY+s),e.fillStyle="#565656",e.fill(ha),e.restore()}drawWith(e,t,a,n){var Z,G;const{primaryWithCoord:o,row:i,col:s,style:l,data:d,subUnitId:h}=t,p=o.isMergedMainCell?o.mergeInfo:o,v=d==null?void 0:d.fontRenderExtension,{leftOffset:c=0,rightOffset:y=0,topOffset:g=0,downOffset:M=0}=v||{},w=this._ensureMap(h),m=this._generateKey(i,s),S=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,i,s);if(!S)return;const _=this._dataValidationModel.getValidator(S.type);if(!_)return;const T={startX:p.startX+c,endX:p.endX-y,startY:p.startY+g,endY:p.endY-M},C=T.endX-T.startX,D=T.endY-T.startY,{cl:I}=l||{},O=(Z=typeof I=="object"?I==null?void 0:I.rgb:I)!=null?Z:"#000",N=k.getFontStyleString(l!=null?l:void 0),{vt:H,ht:A}=l||{},F=H!=null?H:r.VerticalAlign.MIDDLE,U=(G=E.getCellValueOrigin(d))!=null?G:"",j=_.parseCellValue(U),W=_.getListWithColorMap(S),Y=gt(j,N,C,D);this._drawDownIcon(e,T,C,D,F),e.save(),e.translateWithPrecision(T.startX,T.startY),e.beginPath(),e.rect(0,0,C-De,D),e.clip(),e.translateWithPrecision(vt,Ge);let q=0;switch(F){case r.VerticalAlign.MIDDLE:q=(Y.contentHeight-Y.totalHeight)/2;break;case r.VerticalAlign.BOTTOM:q=Y.contentHeight-Y.totalHeight;break}e.translateWithPrecision(0,q),Y.lines.forEach((ee,te)=>{e.save();const{width:ae,height:oe,items:le}=ee;let re=0;switch(A){case r.HorizontalAlign.RIGHT:re=Y.contentWidth-ae;break;case r.HorizontalAlign.CENTER:re=(Y.contentWidth-ae)/2;break}e.translate(re,te*(oe+Yt)),le.forEach(de=>{e.save(),e.translateWithPrecision(de.left,0),da.drawWith(e,{...N,info:de,color:O,fill:W[de.text]}),e.restore()}),e.restore()}),e.restore(),w.set(m,{left:T.startX,top:T.startY,width:Y.contentWidth+vt+De,height:Y.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:h=0,downOffset:p=0}=s||{},v=t.isMergedMainCell?t.mergeInfo:t,c={startX:v.startX+l,endX:v.endX-d,startY:v.startY+h,endY:v.endY-p},y=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!y)return;const g=this._dataValidationModel.getValidator(y.type);if(!g)return;const M=c.endX-c.startX,w=c.endY-c.startY,m=(C=E.getCellValueOrigin(n))!=null?C:"",S=g.parseCellValue(m),_=k.getFontStyleString(a!=null?a:void 0);return gt(S,_,M,w).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:h=0,downOffset:p=0}=s||{},v=t.isMergedMainCell?t.mergeInfo:t,c={startX:v.startX+l,endX:v.endX-d,startY:v.startY+h,endY:v.endY-p},y=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,o,i);if(!y)return;const g=this._dataValidationModel.getValidator(y.type);if(!g)return;const M=c.endX-c.startX,w=c.endY-c.startY,m=(C=E.getCellValueOrigin(n))!=null?C:"",S=g.parseCellValue(m),_=k.getFontStyleString(a!=null?a:void 0);return gt(S,_,M,w).calcAutoWidth}isHit(e,t){const{primaryWithCoord:a}=t,n=a.isMergedMainCell?a.mergeInfo:a,{endX:o}=n,{x:i}=e;return i>=o-De&&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(Ue.id,s)}onPointerEnter(e,t){var a,n;return(n=(a=k.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null?void 0:n.setCursor(k.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;return(n=(a=k.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null?void 0:n.setCursor(k.CURSOR_TYPE.DEFAULT)}};mt=ua([qe(0,r.ICommandService),qe(1,r.IUniverInstanceService),qe(2,r.Inject(k.IRenderManagerService)),qe(3,r.Inject(E.SheetDataValidationModel))],mt);class pa extends he{constructor(){super(...arguments);R(this,"id",r.DataValidationType.LIST_MULTIPLE);R(this,"canvasRender",this.injector.createInstance(mt));R(this,"dropdown",$e)}}var va=Object.getOwnPropertyDescriptor,ga=(e,t,a,n)=>{for(var o=n>1?void 0:n?va(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 ye=4,Ze=4,ce=14,pe=6,Pe=4,ft=8,ma="#565656",xt=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 fa(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=fa(e,a),o=new r.DocumentDataModel(n),i=new k.DocumentViewModel(o);return{documentSkeleton:k.DocumentSkeleton.create(i,t),docModel:o,docViewModel:i}}function Je(e,t,a){const{documentSkeleton:n,docModel:o,docViewModel:i}=Xt(e,t,a);return{documents:new k.Documents(`DOCUMENTS_${r.Tools.generateRandomId()}`,n,{pageMarginLeft:0,pageMarginTop:0}),documentSkeleton:n,docModel:o,docViewModel:i}}function zt(e,t,a,n,o,i,s=!0){let l=0;const d=s?Pe: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(Pe,l);let h=0;switch(i){case r.HorizontalAlign.CENTER:h=(e-a)/2;break;case r.HorizontalAlign.RIGHT:h=e-a;break}return h=Math.max(pe,h),{paddingLeft:h,paddingTop:l}}let St=class{constructor(e,t,a,n,o){R(this,"_dropdownInfoMap",new Map);R(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,h=a-ce;let p;switch(i){case r.VerticalAlign.MIDDLE:p=(n-Ze)/2;break;case r.VerticalAlign.BOTTOM:p=n-d-o-Pe+(o/2-Ze/2);break;default:p=l+Pe+(o/2-Ze/2);break}e.save(),e.translateWithPrecision(t.startX+h,t.startY+p),e.fillStyle="#565656",e.fill(xt),e.restore()}drawWith(e,t,a){const{primaryWithCoord:n,row:o,col:i,style:s,data:l,subUnitId:d}=t,h=n.isMergedMainCell?n.mergeInfo:n,p=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,o,i);if(!p)return;const v=this._dataValidationModel.getValidator(p.type);if(!v)return;const c=l==null?void 0:l.fontRenderExtension,{leftOffset:y=0,rightOffset:g=0,topOffset:M=0,downOffset:w=0}=c||{};if(!p||!v||!v||v.id.indexOf(r.DataValidationType.LIST)!==0||!v.skipDefaultFontRender(p))return;const m={startX:h.startX+y,endX:h.endX-g,startY:h.startY+M,endY:h.endY-w},S=m.endX-m.startX,_=m.endY-m.startY,T=this._ensureMap(d),C=this._generateKey(o,i),D=v.getListWithColor(p),I=E.getCellValueOrigin(l),O=`${I!=null?I:""}`,N=D.find(j=>j.label===O);let{tb:H,vt:A,ht:F,pd:U}=s||{};if(H=H!=null?H:r.WrapStrategy.WRAP,A=A!=null?A:r.VerticalAlign.BOTTOM,F=F!=null?F:r.DEFAULT_STYLES.ht,U=U!=null?U:r.DEFAULT_STYLES.pd,p.renderMode===r.DataValidationRenderMode.ARROW){const{l:j=r.DEFAULT_STYLES.pd.l,t:W=r.DEFAULT_STYLES.pd.t,r:Y=r.DEFAULT_STYLES.pd.r,b:q=r.DEFAULT_STYLES.pd.b}=U,Z=S-j-Y-ce-4,{documentSkeleton:G,documents:ee,docModel:te}=Je(O,this._localeService,s);H===r.WrapStrategy.WRAP&&te.updateDocumentDataPageSize(Math.max(Z,1)),G.calculate(),G.getActualSize();const ae=k.getDocsSkeletonPageSize(G),{height:oe,width:le}=ae,{paddingTop:re,paddingLeft:de}=zt(Z,_-W-q,le,oe,A,F,!0);this._drawDownIcon(e,m,S,_,oe,A,U),e.save(),e.translateWithPrecision(m.startX+j,m.startY+W),e.beginPath(),e.rect(0,0,S-j-Y,_-W-q),e.clip(),e.translateWithPrecision(0,re),e.save(),e.translateWithPrecision(ye,0),e.beginPath(),e.rect(0,0,Z,oe),e.clip(),ee.render(e),e.translateWithPrecision(de,0),e.restore(),e.restore(),T.set(C,{left:m.endX+j+a.rowHeaderWidth-ce,top:m.startY+W+a.columnHeaderHeight,width:ce,height:_-W-q})}else{e.save(),e.translateWithPrecision(m.startX,m.startY),e.beginPath(),e.rect(0,0,S,_),e.clip();const j=S-pe*2-ye-ce-4,{documentSkeleton:W,documents:Y,docModel:q}=Je(O,this._localeService,s);H===r.WrapStrategy.WRAP&&q.updateDocumentDataPageSize(Math.max(j,1)),W.calculate();const Z=k.getDocsSkeletonPageSize(W),{height:G,width:ee}=Z,{paddingTop:te,paddingLeft:ae}=zt(j,_,ee,G,A,F);e.translateWithPrecision(pe,te);const oe=Math.max(S-pe*2,1),le=G;k.Rect.drawWith(e,{width:oe,height:le,fill:(N==null?void 0:N.color)||_e,radius:ft}),e.save(),e.translateWithPrecision(ye,0),e.beginPath(),e.rect(0,0,j,G),e.clip(),e.translateWithPrecision(ae,0),Y.render(e),e.restore(),e.translateWithPrecision(j+ye+4,(G-Ze)/2),e.fillStyle=ma,e.fill(xt),e.restore(),T.set(C,{left:m.startX+pe+a.rowHeaderWidth,top:m.startY+te+a.columnHeaderHeight,width:oe,height:le})}}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:h=0,topOffset:p=0,downOffset:v=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-h,startY:s.startY+p,endY:s.endY-v},g=y.endX-y.startX,M=E.getCellValueOrigin(n),w=`${M!=null?M:""}`;let{tb:m,pd:S}=a||{};const{t:_=r.DEFAULT_STYLES.pd.t,b:T=r.DEFAULT_STYLES.pd.b}=S!=null?S:{};if(m=m!=null?m:r.WrapStrategy.WRAP,c.renderMode===r.DataValidationRenderMode.ARROW){const C=g-ce,{documentSkeleton:D,docModel:I}=Je(w,this._localeService,a);m===r.WrapStrategy.WRAP&&I.updateDocumentDataPageSize(Math.max(C,1)),D.calculate(),D.getActualSize();const O=k.getDocsSkeletonPageSize(D),{height:N}=O;return N+_+T+Pe*2}else{const C=g-pe*2-ye-ce,{documentSkeleton:D,docModel:I}=Xt(w,this._localeService,a);m===r.WrapStrategy.WRAP&&I.updateDocumentDataPageSize(Math.max(C,1)),D.calculate();const O=k.getDocsSkeletonPageSize(D),{height:N}=O;return N+Pe*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:h=0,topOffset:p=0,downOffset:v=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-h,startY:s.startY+p,endY:s.endY-v},g=y.endX-y.startX,M=E.getCellValueOrigin(n),w=`${M!=null?M:""}`;let{tb:m,pd:S}=a||{};const{l:_=r.DEFAULT_STYLES.pd.l,r:T=r.DEFAULT_STYLES.pd.r}=S!=null?S:{};m=m!=null?m:r.WrapStrategy.WRAP;let C=pe*2+ce;switch(c.renderMode){case r.DataValidationRenderMode.ARROW:C=ce+pe*2+T+_;break;case r.DataValidationRenderMode.CUSTOM:C=ce+pe*2+ye*2+T+_+ft/2+1;break;default:C=ce+pe*2+ye*2+T+_+ft/2+1}const D=g-C,{documentSkeleton:I,docModel:O}=Je(w,this._localeService,a);return m===r.WrapStrategy.WRAP&&O.updateDocumentDataPageSize(Math.max(D,1)),I.calculate(),I.getActualSize(),k.getDocsSkeletonPageSize(I).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:h,width:p,height:v}=s,{x:c,y}=e;return c>=h&&c<=h+p&&y>=d&&y<=d+v}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(Ue.id,s)}onPointerEnter(e,t){var a,n;(n=(a=k.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(k.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var a,n;(n=(a=k.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:a.mainComponent)==null||n.setCursor(k.CURSOR_TYPE.DEFAULT)}};St=ga([ke(0,r.IUniverInstanceService),ke(1,r.Inject(r.LocaleService)),ke(2,r.ICommandService),ke(3,r.Inject(k.IRenderManagerService)),ke(4,r.Inject(E.SheetDataValidationModel))],St);class Sa extends he{constructor(){super(...arguments);R(this,"id",r.DataValidationType.LIST);R(this,"canvasRender",this.injector.createInstance(St));R(this,"dropdown",$e);R(this,"optionsInput",Xe.componentKey);R(this,"formulaInput",ut)}}class Ia extends he{constructor(){super(...arguments);R(this,"id",r.DataValidationType.TEXT_LENGTH);R(this,"formulaInput",xe)}}class _a extends he{constructor(){super(...arguments);R(this,"id",r.DataValidationType.WHOLE);R(this,"formulaInput",xe)}}var Ca=Object.getOwnPropertyDescriptor,Da=(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},It=(e,t)=>(a,n)=>t(a,n,e);let Re=class extends r.RxDisposable{constructor(e,t,a){super(),this._injector=e,this._componentManger=t,this._dataValidatorRegistryService=a,this._initComponents(),this._registerValidatorViews()}_initComponents(){[[At,Vt],[Ne,Vn],[Ot,vn],[$e,Sn],[st,Qt],[Xe.componentKey,Xe],[ze.componentKey,ze],...zn].forEach(([e,t])=>{this.disposeWithMe(this._componentManger.register(e,t))})}_registerValidatorViews(){[ia,_a,Ia,oa,ta,Sa,pa,na].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)})}};Re=Da([It(0,r.Inject(r.Injector)),It(1,r.Inject(f.ComponentManager)),It(2,r.Inject(J.DataValidatorRegistryService))],Re);var ya=Object.getOwnPropertyDescriptor,wa=(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},_t=(e,t)=>(a,n)=>t(a,n,e);const Va="SHEET_DATA_VALIDATION_UI_PLUGIN";x.UniverSheetsDataValidationUIPlugin=(Qe=class extends r.Plugin{constructor(t=Be,a,n,o){super(),this._config=t,this._injector=a,this._commandService=n,this._configService=o;const{menu:i,...s}=r.merge({},Be,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(it,s)}onStarting(){[[ue],[me],[Fe],[Me],[Te],[Le],[be],[Ae],[Re]].forEach(t=>{this._injector.add(t)}),[He,Ue,Rt,ot,Ie,Pt].forEach(t=>{this._commandService.registerCommand(t)})}onReady(){this._injector.get(be),this._injector.get(Le),this._injector.get(Ae),this._injector.get(Fe),this._injector.get(k.IRenderManagerService).registerRenderModule(r.UniverInstanceType.UNIVER_SHEET,[Ye])}onRendered(){this._injector.get(Re),this._injector.get(Te)}onSteady(){this._injector.get(Me)}},R(Qe,"pluginName",Va),R(Qe,"type",r.UniverInstanceType.UNIVER_SHEET),Qe),x.UniverSheetsDataValidationUIPlugin=wa([_t(1,r.Inject(r.Injector)),_t(2,r.ICommandService),_t(3,r.IConfigService)],x.UniverSheetsDataValidationUIPlugin);var Ea=Object.getOwnPropertyDescriptor,Ma=(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},Ct=(e,t)=>(a,n)=>t(a,n,e);const ba="SHEET_DATA_VALIDATION_UI_PLUGIN";x.UniverSheetsDataValidationMobileUIPlugin=(et=class extends r.Plugin{constructor(t=Be,a,n,o){super(),this._config=t,this._injector=a,this._commandService=n,this._configService=o;const{menu:i,...s}=r.merge({},Be,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(it,s)}onStarting(){[[ue],[me],[Fe],[Me],[Te],[Le],[be],[Re]].forEach(t=>{this._injector.add(t)}),[He,Ue,Rt,ot,Ie,Pt].forEach(t=>{this._commandService.registerCommand(t)})}onReady(){this._injector.get(be),this._injector.get(Le),this._injector.get(k.IRenderManagerService).registerRenderModule(r.UniverInstanceType.UNIVER_SHEET,[Ye])}onRendered(){this._injector.get(Re),this._injector.get(Te)}onSteady(){this._injector.get(Me)}},R(et,"pluginName",ba),R(et,"type",r.UniverInstanceType.UNIVER_SHEET),et),x.UniverSheetsDataValidationMobileUIPlugin=Ma([Ct(1,r.Inject(r.Injector)),Ct(2,r.ICommandService),Ct(3,r.IConfigService)],x.UniverSheetsDataValidationMobileUIPlugin),x.DATE_DROPDOWN_KEY=st,x.LIST_DROPDOWN_KEY=$e,Object.defineProperty(x,Symbol.toStringTag,{value:"Module"})});
1
+ (function(A,r){typeof exports=="object"&&typeof module<"u"?r(exports,require("@univerjs/core"),require("@univerjs/sheets-data-validation"),require("react/jsx-runtime"),require("@univerjs/design"),require("@univerjs/ui"),require("react"),require("@univerjs/sheets-formula-ui"),require("@univerjs/data-validation"),require("rxjs"),require("@univerjs/engine-render"),require("@univerjs/sheets"),require("@univerjs/sheets-numfmt"),require("@univerjs/sheets-ui"),require("@univerjs/engine-formula")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","@univerjs/sheets-data-validation","react/jsx-runtime","@univerjs/design","@univerjs/ui","react","@univerjs/sheets-formula-ui","@univerjs/data-validation","rxjs","@univerjs/engine-render","@univerjs/sheets","@univerjs/sheets-numfmt","@univerjs/sheets-ui","@univerjs/engine-formula"],r):(A=typeof globalThis<"u"?globalThis:A||self,r(A.UniverSheetsDataValidationUi={},A.UniverCore,A.UniverSheetsDataValidation,A.React,A.UniverDesign,A.UniverUi,A.React,A.UniverSheetsFormulaUi,A.UniverDataValidation,A.rxjs,A.UniverEngineRender,A.UniverSheets,A.UniverSheetsNumfmt,A.UniverSheetsUi,A.UniverEngineFormula))})(this,function(A,r,S,m,O,D,M,Je,x,ae,P,Y,jt,N,Qe){"use strict";var vn=Object.defineProperty;var fn=(A,r,S)=>r in A?vn(A,r,{enumerable:!0,configurable:!0,writable:!0,value:S}):A[r]=S;var L=(A,r,S)=>fn(A,typeof r!="symbol"?r+"":r,S);var qe,Ze;const ee={dataValidationFormula:"univer-data-validation-formula",dataValidationFormulaAnd:"univer-data-validation-formula-and",dataValidationFormulaListItem:"univer-data-validation-formula-list-item",dataValidationFormulaListItemIcon:"univer-data-validation-formula-list-item-icon",dataValidationFormulaListItemDrag:"univer-data-validation-formula-list-item-drag",dataValidationFormulaListAdd:"univer-data-validation-formula-list-add",dataValidationFormulaColorSelect:"univer-data-validation-formula-color-select",dataValidationFormulaColorSelectPanel:"univer-data-validation-formula-color-select-panel",dataValidationFormulaColorItem:"univer-data-validation-formula-color-item"},Ht=e=>{const{isTwoFormula:t=!1,value:n,onChange:a,showError:i,validResult:o}=e,s=D.useDependency(r.LocaleService),d=i?o==null?void 0:o.formula1:"",l=i?o==null?void 0:o.formula2:"";return t?m.jsxs(m.Fragment,{children:[m.jsx(O.FormLayout,{error:d,children:m.jsx(O.Input,{className:ee.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:n==null?void 0:n.formula1,onChange:c=>{a==null||a({...n,formula1:c})}})}),m.jsx("div",{className:ee.dataValidationFormulaAnd,children:s.t("dataValidation.panel.formulaAnd")}),m.jsx(O.FormLayout,{error:l,children:m.jsx(O.Input,{className:ee.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:n==null?void 0:n.formula2,onChange:c=>{a==null||a({...n,formula2:c})}})})]}):m.jsx(O.FormLayout,{error:d,children:m.jsx(O.Input,{className:ee.dataValidationFormula,placeholder:s.t("dataValidation.panel.formulaPlaceholder"),value:n==null?void 0:n.formula1,onChange:c=>{a==null||a({formula1:c})}})})};function Wt(e){const{value:t,onChange:n,showError:a,validResult:i}=e,o=D.useDependency(r.LocaleService),s=a?i==null?void 0:i.formula1:"",d=a?i==null?void 0:i.formula2:"",[l,c]=M.useState(!((t==null?void 0:t.formula1)===void 0&&(t==null?void 0:t.formula2)===void 0));return m.jsxs(m.Fragment,{children:[m.jsx(O.FormLayout,{children:m.jsx(O.Checkbox,{checked:l,onChange:h=>{h?c(!0):(c(!1),n==null||n({...t,formula1:void 0,formula2:void 0}))},children:o.t("dataValidation.checkbox.tips")})}),l?m.jsx(O.FormLayout,{label:o.t("dataValidation.checkbox.checked"),error:s,children:m.jsx(O.Input,{className:ee.dataValidationFormula,placeholder:o.t("dataValidation.panel.valuePlaceholder"),value:t==null?void 0:t.formula1,onChange:h=>{n==null||n({...t,formula1:h||void 0})}})}):null,l?m.jsx(O.FormLayout,{label:o.t("dataValidation.checkbox.unchecked"),error:d,children:m.jsx(O.Input,{className:ee.dataValidationFormula,placeholder:o.t("dataValidation.panel.valuePlaceholder"),value:t==null?void 0:t.formula2,onChange:h=>{n==null||n({...t,formula2:h||void 0})}})}):null]})}function $t(e){var v;const{unitId:t,subUnitId:n,value:a,onChange:i,showError:o,validResult:s}=e,d=o?s==null?void 0:s.formula1:void 0,l=M.useRef(null),[c,h]=M.useState(!1);return D.useSidebarClick(u=>{var p;((p=l.current)==null?void 0:p.isClickOutSide(u))&&h(!1)}),m.jsx(Je.FormulaEditor,{initValue:(v=a==null?void 0:a.formula1)!=null?v:"=",unitId:t,subUnitId:n,isFocus:c,onChange:u=>{const I=(u!=null?u:"").trim();I!==(a==null?void 0:a.formula1)&&(i==null||i({...a,formula1:I}))},errorText:d,onFocus:()=>h(!0),isSupportAcrossSheet:!0,ref:l})}var ne=function(){return ne=Object.assign||function(e){for(var t,n=1,a=arguments.length;n<a;n++){t=arguments[n];for(var i in t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i])}return e},ne.apply(this,arguments)},Yt=function(e,t){var n={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&t.indexOf(a)<0&&(n[a]=e[a]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,a=Object.getOwnPropertySymbols(e);i<a.length;i++)t.indexOf(a[i])<0&&Object.prototype.propertyIsEnumerable.call(e,a[i])&&(n[a[i]]=e[a[i]]);return n},ve=M.forwardRef(function(e,t){var n=e.icon,a=e.id,i=e.className,o=e.extend,s=Yt(e,["icon","id","className","extend"]),d="univerjs-icon univerjs-icon-".concat(a," ").concat(i||"").trim(),l=M.useRef("_".concat(zt()));return ft(n,"".concat(a),{defIds:n.defIds,idSuffix:l.current},ne({ref:t,className:d},s),o)});function ft(e,t,n,a,i){return M.createElement(e.tag,ne(ne({key:t},xt(e,n,i)),a),(Xt(e,n).children||[]).map(function(o,s){return ft(o,"".concat(t,"-").concat(e.tag,"-").concat(s),n,void 0,i)}))}function xt(e,t,n){var a=ne({},e.attrs);n!=null&&n.colorChannel1&&a.fill==="colorChannel1"&&(a.fill=n.colorChannel1),e.tag==="mask"&&a.id&&(a.id=a.id+t.idSuffix),Object.entries(a).forEach(function(o){var s=o[0],d=o[1];s==="mask"&&typeof d=="string"&&(a[s]=d.replace(/url\(#(.*)\)/,"url(#$1".concat(t.idSuffix,")")))});var i=t.defIds;return!i||i.length===0||(e.tag==="use"&&a["xlink:href"]&&(a["xlink:href"]=a["xlink:href"]+t.idSuffix),Object.entries(a).forEach(function(o){var s=o[0],d=o[1];typeof d=="string"&&(a[s]=d.replace(/url\(#(.*)\)/,"url(#$1".concat(t.idSuffix,")")))})),a}function Xt(e,t){var n,a=t.defIds;return!a||a.length===0?e:e.tag==="defs"&&(!((n=e.children)===null||n===void 0)&&n.length)?ne(ne({},e),{children:e.children.map(function(i){return typeof i.attrs.id=="string"&&a&&a.indexOf(i.attrs.id)>-1?ne(ne({},i),{attrs:ne(ne({},i.attrs),{id:i.attrs.id+t.idSuffix})}):i})}):e}function zt(){return Math.random().toString(36).substring(2,8)}ve.displayName="UniverIcon";var Kt={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"}}]},St=M.forwardRef(function(e,t){return M.createElement(ve,Object.assign({},e,{id:"data-validation-single",ref:t,icon:Kt}))});St.displayName="DataValidationSingle";var Gt={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"}}]},et=M.forwardRef(function(e,t){return M.createElement(ve,Object.assign({},e,{id:"delete-single",ref:t,icon:Gt}))});et.displayName="DeleteSingle";var qt={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"}}]},_t=M.forwardRef(function(e,t){return M.createElement(ve,Object.assign({},e,{id:"increase-single",ref:t,icon:qt}))});_t.displayName="IncreaseSingle";var Zt={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"}}]},It=M.forwardRef(function(e,t){return M.createElement(ve,Object.assign({},e,{id:"more-down-single",ref:t,icon:Zt}))});It.displayName="MoreDownSingle";var Jt={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"}}]},Ct=M.forwardRef(function(e,t){return M.createElement(ve,Object.assign({},e,{id:"more-up-single",ref:t,icon:Jt}))});Ct.displayName="MoreUpSingle";var Qt={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"}}]}]},yt=M.forwardRef(function(e,t){return M.createElement(ve,Object.assign({},e,{id:"sequence-single",ref:t,icon:Qt}))});yt.displayName="SequenceSingle";const ye="#ECECEC",ea=["#FFFFFF","#FEE7E7","#FEF0E6","#EFFBD0","#E4F4FE","#E8ECFD","#F1EAFA","#FDE8F3","#E5E5E5","#FDCECE","#FDC49B","#DEF6A2","#9FDAFF","#D0D9FB","#E3D5F6","#FBD0E8","#656565","#FE4B4B","#FF8C51","#8BBB11","#0B9EFB","#3A60F7","#9E6DE3","#F248A6"],ta=e=>{const{value:t,onChange:n,disabled:a}=e,[i,o]=M.useState(!1);return m.jsx(O.Select,{disabled:a,open:i,onDropdownVisibleChange:o,dropdownStyle:{width:112},style:{width:96,cursor:"pointer"},className:ee.dataValidationFormulaColorSelect,value:t,onChange:n,labelRender:s=>m.jsx("div",{className:ee.dataValidationFormulaColorItem,style:{background:s.value,marginTop:5}}),dropdownRender:()=>m.jsx("div",{className:ee.dataValidationFormulaColorSelectPanel,children:ea.map(s=>m.jsx("div",{onClick:()=>{n(s),o(!1)},className:ee.dataValidationFormulaColorItem,style:{background:s}},s))})})},Vt=e=>{const{item:t,commonProps:n,style:a}=e,{onItemChange:i,onItemDelete:o}=n;return m.jsxs("div",{className:ee.dataValidationFormulaListItem,style:a,children:[t.isRef?null:m.jsx("div",{className:O.clsx(ee.dataValidationFormulaListItemDrag,"draggableHandle"),children:m.jsx(yt,{})}),m.jsx(ta,{value:t.color,onChange:s=>{i(t.id,t.label,s)}}),m.jsx(O.Input,{disabled:t.isRef,value:t.label,onChange:s=>{i(t.id,s,t.color)},inputStyle:{height:28}}),t.isRef?null:m.jsx("div",{className:ee.dataValidationFormulaListItemIcon,children:m.jsx(et,{onClick:()=>o(t.id)})})]})};function aa(e){const{value:t,onChange:n=()=>{},unitId:a,subUnitId:i,validResult:o,showError:s,ruleId:d}=e,{formula1:l="",formula2:c=""}=t||{},[h,v]=M.useState(()=>r.isFormulaString(l)?"1":"0"),[u,I]=M.useState(h==="1"?l:"="),[p,R]=M.useState(h==="1"?l:"="),w=D.useDependency(r.LocaleService),g=D.useDependency(x.DataValidatorRegistryService),f=D.useDependency(x.DataValidationModel),C=D.useDependency(S.DataValidationFormulaController),[T,E]=M.useState(()=>c.split(",")),y=g.getValidatorItem(r.DataValidationType.LIST),[V,b]=M.useState([]),[H,$]=M.useState(""),k=s?o==null?void 0:o.formula1:"",B=M.useMemo(()=>f.ruleChange$.pipe(ae.debounceTime(16)),[]),W=D.useObservable(B),U=D.useEvent(n);M.useEffect(()=>{(async()=>{await new Promise(_=>{setTimeout(()=>_(!0),100)});const F=f.getRuleById(a,i,d),G=F==null?void 0:F.formula1;if(r.isFormulaString(G)&&y&&F){const _=await y.getListAsync(F,a,i);b(_)}})()},[f,W,y,d,i,a]),M.useEffect(()=>{r.isFormulaString(l)&&l!==p&&(I(l),R(p))},[p,l]);const[X,z]=M.useState(()=>{const F=h!=="1"?S.deserializeListOptions(l):[],G=c.split(",");return F.map((_,j)=>({label:_,color:G[j]||ye,isRef:!1,id:r.Tools.generateRandomId(4)}))}),Z=(F,G,_)=>{const j=X.find(K=>K.id===F);j&&(j.label=G,j.color=_,z([...X]))},Q=F=>{const G=X.findIndex(_=>_.id===F);G!==-1&&(X.splice(G,1),z([...X]))},J=c.split(","),ie=M.useMemo(()=>V.map((F,G)=>({label:F,color:J[G]||ye,id:`${G}`,isRef:!0})),[J,V]),he=(F,G,_)=>{const j=[...T];j[+F]=_,E(j),U({formula1:l,formula2:j.join(",")})},se=()=>{z([...X,{label:"",color:ye,isRef:!1,id:r.Tools.generateRandomId(4)}])};M.useEffect(()=>{if(h==="1")return;const F=new Set,G=[];X.map(_=>({labelList:_.label.split(","),item:_})).forEach(({item:_,labelList:j})=>{j.forEach(K=>{F.has(K)||(F.add(K),G.push({label:K,color:_.color}))})}),U({formula1:S.serializeListOptions(G.map(_=>_.label)),formula2:G.map(_=>_.color===ye?"":_.color).join(",")})},[X,U,h,p,T]);const oe=D.useEvent(async F=>{if(!r.isFormulaString(F)){U==null||U({formula1:"",formula2:c});return}C.getFormulaRefCheck(F)?(U==null||U({formula1:r.isFormulaString(F)?F:"",formula2:c}),$("")):(U==null||U({formula1:"",formula2:c}),I("="),$(w.t("dataValidation.validFail.formulaError")))}),le=M.useRef(null),[me,pe]=M.useState(!1);return D.useSidebarClick(F=>{var _;((_=le.current)==null?void 0:_.isClickOutSide(F))&&pe(!1)}),m.jsxs(m.Fragment,{children:[m.jsx(O.FormLayout,{label:w.t("dataValidation.list.options"),children:m.jsxs(O.RadioGroup,{value:h,onChange:F=>{v(F),I(p),F==="1"&&U({formula1:p==="="?"":p,formula2:T.join(",")})},children:[m.jsx(O.Radio,{value:"0",children:w.t("dataValidation.list.customOptions")}),m.jsx(O.Radio,{value:"1",children:w.t("dataValidation.list.refOptions")})]})}),h==="1"?m.jsxs(m.Fragment,{children:[m.jsx(Je.FormulaEditor,{initValue:u,unitId:a,subUnitId:i,isFocus:me,onChange:(F="")=>{const G=(F!=null?F:"").trim();R(G),oe(G)},errorText:k||H||void 0,onFocus:()=>pe(!0),isSupportAcrossSheet:!0,ref:le}),ie.length>0&&m.jsx("div",{style:{marginTop:"12px"},children:ie.map(F=>m.jsx(Vt,{item:F,commonProps:{onItemChange:he},style:{marginBottom:12}},F.id))})]}):m.jsx(O.FormLayout,{error:k,children:m.jsxs("div",{style:{marginTop:"-12px"},children:[m.jsx(O.DraggableList,{list:X,onListChange:z,rowHeight:28,margin:[0,12],draggableHandle:".draggableHandle",itemRender:F=>m.jsx(Vt,{item:F,commonProps:{onItemChange:Z,onItemDelete:Q}},F.id),idKey:"id"}),m.jsxs("a",{className:ee.dataValidationFormulaListAdd,onClick:se,children:[m.jsx(_t,{}),w.t("dataValidation.list.add")]})]})})]})}const na=[[S.CUSTOM_FORMULA_INPUT_NAME,$t],[S.BASE_FORMULA_INPUT_NAME,Ht],[S.LIST_FORMULA_INPUT_NAME,aa],[S.CHECKBOX_FORMULA_INPUT_NAME,Wt]];var ia=Object.getOwnPropertyDescriptor,oa=(e,t,n,a)=>{for(var i=a>1?void 0:a?ia(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},ra=(e,t)=>(n,a)=>t(n,a,e);A.BaseSheetDataValidatorView=class{constructor(t){L(this,"canvasRender",null);L(this,"dropdownType");L(this,"optionsInput");L(this,"formulaInput",S.LIST_FORMULA_INPUT_NAME);this.injector=t}},A.BaseSheetDataValidatorView=oa([ra(0,r.Inject(r.Injector))],A.BaseSheetDataValidatorView);var sa=Object.getOwnPropertyDescriptor,la=(e,t,n,a)=>{for(var i=a>1?void 0:a?sa(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},Dt=(e,t)=>(n,a)=>t(n,a,e);let de=class extends r.Disposable{constructor(t,n){super();L(this,"_open$",new ae.BehaviorSubject(!1));L(this,"open$",this._open$.pipe(ae.distinctUntilChanged()));L(this,"_activeRule");L(this,"_activeRule$",new ae.BehaviorSubject(void 0));L(this,"activeRule$",this._activeRule$.asObservable());L(this,"_closeDisposable",null);this._univerInstanceService=t,this._sidebarService=n,this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(r.UniverInstanceType.UNIVER_SHEET).pipe(ae.filter(a=>!a)).subscribe(()=>{this.close()})),this.disposeWithMe(this._sidebarService.sidebarOptions$.subscribe(a=>{a.id===Ue&&(a.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)}};de=la([Dt(0,r.IUniverInstanceService),Dt(1,D.ISidebarService)],de);var da=Object.getOwnPropertyDescriptor,ca=(e,t,n,a)=>{for(var i=a>1?void 0:a?da(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},Ve=(e,t)=>(n,a)=>t(n,a,e);let De=class extends r.Disposable{constructor(e,t,n,a,i,o){super(),this._sheetInterceptorService=e,this._dataValidationModel=t,this._dataValidatorRegistryService=n,this._dialogService=a,this._localeService=i,this._sheetsDataValidationValidatorService=o,this._initEditorBridgeInterceptor()}_initEditorBridgeInterceptor(){this._sheetInterceptorService.writeCellInterceptor.intercept(Y.VALIDATE_CELL,{handler:async(e,t,n)=>{const a=await e,{row:i,col:o,unitId:s,subUnitId:d}=t,l=this._dataValidationModel.getRuleIdByLocation(s,d,i,o),c=l?this._dataValidationModel.getRuleById(s,d,l):void 0;if(a===!1)return n(Promise.resolve(!1));if(!c||c.errorStyle!==r.DataValidationErrorStyle.STOP)return n(Promise.resolve(!0));const h=this._dataValidatorRegistryService.getValidatorItem(c.type);return!h||await this._sheetsDataValidationValidatorService.validatorCell(s,d,i,o)===r.DataValidationStatus.VALID?n(Promise.resolve(!0)):(this._dialogService.open({width:368,title:{title:this._localeService.t("dataValidation.alert.title")},id:"reject-input-dialog",children:{title:h.getRuleFinalError(c,{row:i,col:o,unitId:s,subUnitId:d})},footer:{title:M.createElement(O.Button,{variant:"primary",onClick:()=>this._dialogService.close("reject-input-dialog")},this._localeService.t("dataValidation.alert.ok"))},onClose:()=>{this._dialogService.close("reject-input-dialog")}}),n(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:M.createElement(O.Button,{variant:"primary",onClick:()=>this._dialogService.close("reject-input-dialog")},this._localeService.t("dataValidation.alert.ok"))},onClose:()=>{this._dialogService.close("reject-input-dialog")}})}};De=ca([Ve(0,r.Inject(Y.SheetInterceptorService)),Ve(1,r.Inject(S.SheetDataValidationModel)),Ve(2,r.Inject(x.DataValidatorRegistryService)),Ve(3,D.IDialogService),Ve(4,r.Inject(r.LocaleService)),Ve(5,r.Inject(S.SheetsDataValidationValidatorService))],De);var ua=Object.getOwnPropertyDescriptor,ha=(e,t,n,a)=>{for(var i=a>1?void 0:a?ua(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},ce=(e,t)=>(n,a)=>t(n,a,e);const tt=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 pa(e,t){const n=jt.getPatternType(t);if(e===n)return t;switch(e){case"datetime":return"yyyy-MM-dd hh:mm:ss";case"date":return"yyyy-MM-dd";case"time":return"HH:mm:ss"}}let fe=class extends r.Disposable{constructor(t,n,a,i,o,s,d,l,c,h){super();L(this,"_activeDropdown");L(this,"_activeDropdown$",new ae.Subject);L(this,"_currentPopup",null);L(this,"activeDropdown$",this._activeDropdown$.asObservable());L(this,"_zenVisible",!1);this._univerInstanceService=t,this._dataValidatorRegistryService=n,this._zenZoneService=a,this._dataValidationModel=i,this._sheetsSelectionsService=o,this._cellDropdownManagerService=s,this._sheetDataValidationModel=d,this._commandService=l,this._editorBridgeService=c,this._injector=h,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,n,a,i){const o=t?this._univerInstanceService.getUnit(t,r.UniverInstanceType.UNIVER_SHEET):this._univerInstanceService.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET);if(!o)return;const s=n?o.getSheetBySheetId(n):o.getActiveSheet();if(!s)return;const d=this._dataValidationModel.getRuleByLocation(o.getUnitId(),s.getSheetId(),a,i);if(!d)return;const l=this._dataValidatorRegistryService.getValidatorItem(d.type);return l==null?void 0:l.dropdownType}_initSelectionChange(){this.disposeWithMe(this._sheetsSelectionsService.selectionMoveEnd$.subscribe(t=>{t&&t.every(n=>!(n.primary&&this._getDropdownByCell(n.primary.unitId,n.primary.sheetId,n.primary.actualRow,n.primary.actualColumn)))&&this.hideDropdown()}))}showDropdown(t){var R,w;const{location:n}=t,{row:a,col:i,unitId:o,subUnitId:s,workbook:d,worksheet:l}=n;if(this._currentPopup&&this._currentPopup.dispose(),this._zenVisible)return;this._activeDropdown=t,this._activeDropdown$.next(this._activeDropdown);const c=this._sheetDataValidationModel.getRuleByLocation(o,s,a,i);if(!c)return;const h=this._dataValidatorRegistryService.getValidatorItem(c.type);if(!(h!=null&&h.dropdownType))return;let v;const u=async(g,f)=>{var $,k,B;if(!g)return!0;const C=g,T=l.getCell(a,i),E=C.format(f==="date"?"YYYY-MM-DD 00:00:00":"YYYY-MM-DD HH:mm:ss"),y=($=r.numfmt.parseDate(E))==null?void 0:$.v,V=f==="time"?y%1:y,b=d.getStyles().getStyleByCell(T),H=(B=(k=b==null?void 0:b.n)==null?void 0:k.pattern)!=null?B:"";return c.errorStyle!==r.DataValidationErrorStyle.STOP||await h.validator({value:V,unitId:o,subUnitId:s,row:a,column:i,worksheet:l,workbook:d,interceptValue:E.replace("Z","").replace("T"," "),t:r.CellValueType.NUMBER},c)?(await this._commandService.executeCommand(N.SetCellEditVisibleOperation.id,{visible:!1,eventType:P.DeviceInputEventType.Keyboard,unitId:o,keycode:D.KeyCode.ESC}),await this._commandService.executeCommand(Y.SetRangeValuesCommand.id,{unitId:o,subUnitId:s,range:{startColumn:i,endColumn:i,startRow:a,endRow:a},value:{v:V,t:2,p:null,f:null,si:null,s:{n:{pattern:pa(f,H)}}}}),!0):(this._injector.has(De)&&this._injector.get(De).showReject(h.getRuleFinalError(c,{row:a,col:i,unitId:o,subUnitId:s})),!1)};let I;switch(h.dropdownType){case x.DataValidatorDropdownType.DATE:{const g=S.getCellValueOrigin(l.getCellRaw(a,i)),f=tt(g),C=!!((R=c.bizInfo)!=null&&R.showTime);I={location:n,type:"datepicker",props:{showTime:C,onChange:T=>u(T,C?"datetime":"date"),defaultValue:f,patternType:"date"}};break}case x.DataValidatorDropdownType.TIME:{const g=S.getCellValueOrigin(l.getCellRaw(a,i)),f=tt(g);I={location:n,type:"datepicker",props:{onChange:C=>u(C,"time"),defaultValue:f,patternType:"time"}};break}case x.DataValidatorDropdownType.DATETIME:{const g=S.getCellValueOrigin(l.getCellRaw(a,i)),f=tt(g);I={location:n,type:"datepicker",props:{onChange:C=>u(C,"datetime"),defaultValue:f,patternType:"datetime"}};break}case x.DataValidatorDropdownType.LIST:case x.DataValidatorDropdownType.MULTIPLE_LIST:{const g=h.dropdownType===x.DataValidatorDropdownType.MULTIPLE_LIST,f=async b=>{const H=S.serializeListOptions(b),$={unitId:o,subUnitId:s,range:{startColumn:i,endColumn:i,startRow:a,endRow:a},value:{v:H,p:null,f:null,si:null}};return this._editorBridgeService.isVisible().visible&&await this._commandService.executeCommand(N.SetCellEditVisibleOperation.id,{visible:!1,eventType:P.DeviceInputEventType.Keyboard,unitId:o,keycode:D.KeyCode.ESC}),this._commandService.executeCommand(Y.SetRangeValuesCommand.id,$),!g},C=(c==null?void 0:c.renderMode)===r.DataValidationRenderMode.CUSTOM||(c==null?void 0:c.renderMode)===void 0,T=h.getListWithColor(c,o,s),E=S.getDataValidationCellValue(l.getCellRaw(a,i)),y=()=>{this._commandService.executeCommand(Se.id,{ruleId:c.uid}),v==null||v.dispose()},V=T.map(b=>({label:b.label,value:b.label,color:C||b.color?b.color:"transparent"}));I={location:n,type:"list",props:{onChange:b=>f(b),options:V,onEdit:y,defaultValue:E,multiple:g}};break}case x.DataValidatorDropdownType.CASCADE:{I={type:"cascader",props:{onChange:f=>{const C={unitId:o,subUnitId:s,range:{startColumn:i,endColumn:i,startRow:a,endRow:a},value:{v:f.join("/"),p:null,f:null,si:null}};return this._editorBridgeService.isVisible().visible&&this._commandService.syncExecuteCommand(N.SetCellEditVisibleOperation.id,{visible:!1,eventType:P.DeviceInputEventType.Keyboard,unitId:o,keycode:D.KeyCode.ESC}),this._commandService.syncExecuteCommand(Y.SetRangeValuesCommand.id,C),!0},defaultValue:S.getDataValidationCellValue(l.getCellRaw(a,i)).split("/"),options:JSON.parse((w=c.formula1)!=null?w:"[]")},location:n};break}case x.DataValidatorDropdownType.COLOR:{I={type:"color",props:{onChange:f=>{const C={unitId:o,subUnitId:s,range:{startColumn:i,endColumn:i,startRow:a,endRow:a},value:{v:f,p:null,f:null,si:null}};return this._editorBridgeService.isVisible().visible&&this._commandService.syncExecuteCommand(N.SetCellEditVisibleOperation.id,{visible:!1,eventType:P.DeviceInputEventType.Keyboard,unitId:o,keycode:D.KeyCode.ESC}),this._commandService.syncExecuteCommand(Y.SetRangeValuesCommand.id,C),!0},defaultValue:S.getDataValidationCellValue(l.getCellRaw(a,i))},location:n};break}default:throw new Error("[DataValidationDropdownManagerService]: unknown type!")}if(v=this._cellDropdownManagerService.showDropdown(I),!v)throw new Error("[DataValidationDropdownManagerService]: cannot show dropdown!");const p=new r.DisposableCollection;p.add(v),p.add({dispose:()=>{var g,f;(f=(g=this._activeDropdown)==null?void 0:g.onHide)==null||f.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,n,a,i,o){const s=this._univerInstanceService.getUnit(t,r.UniverInstanceType.UNIVER_SHEET);if(!s)return;const d=s.getSheetBySheetId(n);if(!d)return;const l=this._dataValidationModel.getRuleByLocation(s.getUnitId(),d.getSheetId(),a,i);if(!l)return;const c=this._dataValidatorRegistryService.getValidatorItem(l.type);if(!c||!c.dropdownType){this.hideDropdown();return}this.showDropdown({location:{workbook:s,worksheet:d,row:a,col:i,unitId:t,subUnitId:n},onHide:o})}};fe=ha([ce(0,r.IUniverInstanceService),ce(1,r.Inject(x.DataValidatorRegistryService)),ce(2,D.IZenZoneService),ce(3,r.Inject(S.SheetDataValidationModel)),ce(4,r.Inject(Y.SheetsSelectionsService)),ce(5,r.Inject(N.ISheetCellDropdownManagerService)),ce(6,r.Inject(S.SheetDataValidationModel)),ce(7,r.ICommandService),ce(8,N.IEditorBridgeService),ce(9,r.Inject(r.Injector))],fe);const Ue="DataValidationPanel",Se={id:"data-validation.operation.open-validation-panel",type:r.CommandType.OPERATION,handler(e,t){if(!t)return!1;const{ruleId:n,isAdd:a}=t,i=e.get(de),o=e.get(x.DataValidationModel),s=e.get(r.IUniverInstanceService),d=e.get(D.ISidebarService),l=Y.getSheetCommandTarget(s);if(!l)return!1;const{unitId:c,subUnitId:h}=l,v=n?o.getRuleById(c,h,n):void 0;i.open(),i.setActiveRule(v&&{unitId:c,subUnitId:h,rule:v});const u=d.open({id:Ue,header:{title:a?"dataValidation.panel.addTitle":"dataValidation.panel.title"},children:{label:Ue},width:312,onClose:()=>i.close()});return i.setCloseDisposable(u),!0}},at={id:"data-validation.operation.close-validation-panel",type:r.CommandType.OPERATION,handler(e){return e.get(de).close(),!0}},wt={id:"data-validation.operation.toggle-validation-panel",type:r.CommandType.OPERATION,handler(e){const t=e.get(r.ICommandService),n=e.get(de);return n.open(),n.isOpen?t.executeCommand(at.id):t.executeCommand(Se.id),!0}},Ne={type:r.CommandType.OPERATION,id:"sheet.operation.show-data-validation-dropdown",handler(e,t){if(!t)return!1;const n=e.get(fe),{unitId:a,subUnitId:i,row:o,column:s}=t,d=n.activeDropdown,l=d==null?void 0:d.location;return l&&l.unitId===a&&l.subUnitId===i&&l.row===o&&l.col===s||n.showDataValidationDropdown(a,i,o,s),!0}},Et={type:r.CommandType.OPERATION,id:"sheet.operation.hide-data-validation-dropdown",handler(e,t){return t?(e.get(fe).hideDropdown(),!0):!1}},ke={type:r.CommandType.COMMAND,id:"data-validation.command.addRuleAndOpen",handler(e){const t=e.get(r.IUniverInstanceService),n=Y.getSheetCommandTarget(t);if(!n)return!1;const{workbook:a,worksheet:i}=n,o=S.createDefaultNewRule(e),s=e.get(r.ICommandService),d=a.getUnitId(),l=i.getSheetId(),c={rule:o,unitId:d,subUnitId:l};return s.syncExecuteCommand(S.AddSheetDataValidationCommand.id,c)?(s.syncExecuteCommand(Se.id,{ruleId:o.uid,isAdd:!0}),!0):!1}},Mt="sheets-data-validation-ui.config",Be={};var ma=Object.getOwnPropertyDescriptor,ga=(e,t,n,a)=>{for(var i=a>1?void 0:a?ma(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},we=(e,t)=>(n,a)=>t(n,a,e);const _e="SHEET_DATA_VALIDATION_ALERT";let Pe=class extends r.Disposable{constructor(e,t,n,a,i,o){super(),this._hoverManagerService=e,this._cellAlertManagerService=t,this._univerInstanceService=n,this._localeService=a,this._zenZoneService=i,this._dataValidationModel=o,this._init()}_init(){this._initCellAlertPopup(),this._initZenService()}_initCellAlertPopup(){this.disposeWithMe(this._hoverManagerService.currentCell$.pipe(ae.debounceTime(100)).subscribe(e=>{var t;if(e){const n=this._univerInstanceService.getUnit(e.location.unitId,r.UniverInstanceType.UNIVER_SHEET),a=n.getSheetBySheetId(e.location.subUnitId);if(!a)return;const i=this._dataValidationModel.getRuleByLocation(e.location.unitId,e.location.subUnitId,e.location.row,e.location.col);if(!i){this._cellAlertManagerService.removeAlert(_e);return}if(this._dataValidationModel.validator(i,{...e.location,workbook:n,worksheet:a})===r.DataValidationStatus.INVALID){const s=this._cellAlertManagerService.currentAlert.get(_e),d=(t=s==null?void 0:s.alert)==null?void 0:t.location;if(d&&d.row===e.location.row&&d.col===e.location.col&&d.subUnitId===e.location.subUnitId&&d.unitId===e.location.unitId){this._cellAlertManagerService.removeAlert(_e);return}const l=this._dataValidationModel.getValidator(i.type);if(!l){this._cellAlertManagerService.removeAlert(_e);return}this._cellAlertManagerService.showAlert({type:N.CellAlertType.ERROR,title:this._localeService.t("dataValidation.error.title"),message:l==null?void 0:l.getRuleFinalError(i,e.location),location:e.location,width:200,height:74,key:_e});return}}this._cellAlertManagerService.removeAlert(_e)}))}_initZenService(){this.disposeWithMe(this._zenZoneService.visible$.subscribe(e=>{e&&this._cellAlertManagerService.removeAlert(_e)}))}};Pe=ga([we(0,r.Inject(N.HoverManagerService)),we(1,r.Inject(N.CellAlertManagerService)),we(2,r.IUniverInstanceService),we(3,r.Inject(r.LocaleService)),we(4,D.IZenZoneService),we(5,r.Inject(S.SheetDataValidationModel))],Pe);var va=Object.getOwnPropertyDescriptor,fa=(e,t,n,a)=>{for(var i=a>1?void 0:a?va(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},nt=(e,t)=>(n,a)=>t(n,a,e);let Ee=class extends r.Disposable{constructor(e,t,n){super(),this._autoFillService=e,this._sheetDataValidationModel=t,this._injector=n,this._initAutoFill()}_initAutoFill(){const e=()=>({redos:[],undos:[]}),t=(a,i)=>{const{source:o,target:s,unitId:d,subUnitId:l}=a,c=this._sheetDataValidationModel.getRuleObjectMatrix(d,l).clone(),h=N.virtualizeDiscreteRanges([o,s]),[v,u]=h.ranges,{mapFunc:I}=h,p={row:v.startRow,col:v.startColumn},R=N.getAutoFillRepeatRange(v,u),w=new r.ObjectMatrix,g=new Set;R.forEach(y=>{const V=y.repeatStartCell,b=y.relativeRange,H={startRow:p.row,startColumn:p.col,endColumn:p.col,endRow:p.row},$={startRow:V.row,startColumn:V.col,endColumn:V.col,endRow:V.row};r.Range.foreach(b,(k,B)=>{const W=r.Rectangle.getPositionRange({startRow:k,startColumn:B,endColumn:B,endRow:k},H),{row:U,col:X}=I(W.startRow,W.startColumn),z=this._sheetDataValidationModel.getRuleIdByLocation(d,l,U,X)||"",Z=r.Rectangle.getPositionRange({startRow:k,startColumn:B,endColumn:B,endRow:k},$),{row:Q,col:J}=I(Z.startRow,Z.startColumn);w.setValue(Q,J,z),g.add(z)})});const f=Array.from(g).map(y=>({id:y,ranges:r.queryObjectMatrix(w,V=>V===y)}));c.addRangeRules(f);const C=c.diff(this._sheetDataValidationModel.getRules(d,l)),{redoMutations:T,undoMutations:E}=S.getDataValidationDiffMutations(d,l,C,this._injector,"patched",i===N.APPLY_TYPE.ONLY_FORMAT);return{undos:E,redos:T}},n={id:S.DATA_VALIDATION_PLUGIN_NAME,onBeforeFillData:a=>{const{source:i,unitId:o,subUnitId:s}=a;for(const d of i.rows)for(const l of i.cols){const c=this._sheetDataValidationModel.getRuleByLocation(o,s,d,l);if(c&&c.type===r.DataValidationType.CHECKBOX){this._autoFillService.setDisableApplyType(N.APPLY_TYPE.SERIES,!0);return}}},onFillData:(a,i,o)=>o===N.APPLY_TYPE.COPY||o===N.APPLY_TYPE.ONLY_FORMAT||o===N.APPLY_TYPE.SERIES?t(a,o):e(),onAfterFillData:()=>{}};this.disposeWithMe(this._autoFillService.addHook(n))}};Ee=fa([nt(0,N.IAutoFillService),nt(1,r.Inject(S.SheetDataValidationModel)),nt(2,r.Inject(r.Injector))],Ee);var Sa=Object.getOwnPropertyDescriptor,_a=(e,t,n,a)=>{for(var i=a>1?void 0:a?Sa(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},it=(e,t)=>(n,a)=>t(n,a,e);let Me=class extends r.Disposable{constructor(t,n,a){super();L(this,"_copyInfo");this._sheetClipboardService=t,this._sheetDataValidationModel=n,this._injector=a,this._initCopyPaste()}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:S.DATA_VALIDATION_PLUGIN_NAME,onBeforeCopy:(t,n,a)=>this._collect(t,n,a),onPasteCells:(t,n,a,i)=>{const{copyType:o=N.COPY_TYPE.COPY,pasteType:s}=i,{range:d}=t||{},{range:l,unitId:c,subUnitId:h}=n;return this._generateMutations(l,{copyType:o,pasteType:s,copyRange:d,unitId:c,subUnitId:h})}})}_collect(t,n,a){const i=new r.ObjectMatrix;this._copyInfo={unitId:t,subUnitId:n,matrix:i};const o=this._injector.invoke(l=>Y.rangeToDiscreteRange(a,l,t,n));if(!o)return;const{rows:s,cols:d}=o;s.forEach((l,c)=>{d.forEach((h,v)=>{const u=this._sheetDataValidationModel.getRuleIdByLocation(t,n,l,h);i.setValue(c,v,u!=null?u:"")})})}_generateMutations(t,n){if(!this._copyInfo)return{redos:[],undos:[]};if(n.copyType===N.COPY_TYPE.CUT)return this._copyInfo=null,{redos:[],undos:[]};if(!this._copyInfo||!this._copyInfo.matrix.getSizeOf()||!n.copyRange)return{redos:[],undos:[]};if([N.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,N.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,N.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,N.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA].includes(n.pasteType))return{redos:[],undos:[]};const{unitId:i,subUnitId:o}=this._copyInfo;if(n.unitId!==i||o!==n.subUnitId){const s=this._sheetDataValidationModel.getRuleObjectMatrix(n.unitId,n.subUnitId).clone(),d=new r.ObjectMatrix,l=new Set,{ranges:[c,h],mapFunc:v}=N.virtualizeDiscreteRanges([n.copyRange,t]),u=N.getRepeatRange(c,h,!0),I=new Map;u.forEach(({startRange:g})=>{var f;(f=this._copyInfo)==null||f.matrix.forValue((C,T,E)=>{const y=r.Rectangle.getPositionRange({startRow:C,endRow:C,startColumn:T,endColumn:T},g),V=`${o}-${E}`,b=this._sheetDataValidationModel.getRuleById(i,o,E);!this._sheetDataValidationModel.getRuleById(n.unitId,n.subUnitId,V)&&b&&I.set(V,{...b,uid:V});const{row:H,col:$}=v(y.startRow,y.startColumn);l.add(V),d.setValue(H,$,V)})});const p=Array.from(l).map(g=>({id:g,ranges:r.queryObjectMatrix(d,f=>f===g)}));s.addRangeRules(p);const{redoMutations:R,undoMutations:w}=S.getDataValidationDiffMutations(n.unitId,n.subUnitId,s.diffWithAddition(this._sheetDataValidationModel.getRules(n.unitId,n.subUnitId),I.values()),this._injector,"patched",!1);return{redos:R,undos:w}}else{const s=this._sheetDataValidationModel.getRuleObjectMatrix(i,o).clone(),d=new r.ObjectMatrix,l=new Set,{ranges:[c,h],mapFunc:v}=N.virtualizeDiscreteRanges([n.copyRange,t]);N.getRepeatRange(c,h,!0).forEach(({startRange:w})=>{var g;(g=this._copyInfo)==null||g.matrix.forValue((f,C,T)=>{const E=r.Rectangle.getPositionRange({startRow:f,endRow:f,startColumn:C,endColumn:C},w),{row:y,col:V}=v(E.startRow,E.startColumn);d.setValue(y,V,T),l.add(T)})});const I=Array.from(l).map(w=>({id:w,ranges:r.queryObjectMatrix(d,g=>g===w)}));s.addRangeRules(I);const{redoMutations:p,undoMutations:R}=S.getDataValidationDiffMutations(i,o,s.diff(this._sheetDataValidationModel.getRules(i,o)),this._injector,"patched",!1);return{redos:p,undos:R}}}};Me=_a([it(0,N.ISheetClipboardService),it(1,r.Inject(S.SheetDataValidationModel)),it(2,r.Inject(r.Injector))],Me);var Ia=Object.getOwnPropertyDescriptor,Ca=(e,t,n,a)=>{for(var i=a>1?void 0:a?Ia(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},ot=(e,t)=>(n,a)=>t(n,a,e);let Te=class extends r.Disposable{constructor(e,t,n){super(),this._localeService=e,this._commandService=t,this._sheetPermissionCheckController=n,this._commandExecutedListener()}_commandExecutedListener(){this.disposeWithMe(this._commandService.beforeCommandExecuted(e=>{e.id===S.AddSheetDataValidationCommand.id&&(this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[Y.WorkbookEditablePermission],rangeTypes:[Y.RangeProtectionPermissionEditPoint],worksheetTypes:[Y.WorksheetEditPermission,Y.WorksheetSetCellStylePermission]})||this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.setStyleErr"))),e.id===S.UpdateSheetDataValidationRangeCommand.id&&(this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[Y.WorkbookEditablePermission],rangeTypes:[Y.RangeProtectionPermissionEditPoint],worksheetTypes:[Y.WorksheetEditPermission,Y.WorksheetSetCellStylePermission]},e.params.ranges)||this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.setStyleErr")))}))}};Te=Ca([ot(0,r.Inject(r.LocaleService)),ot(1,r.ICommandService),ot(2,r.Inject(Y.SheetPermissionCheckController))],Te);const Tt="data-validation-single",bt="sheet.menu.data-validation";function ya(e){return{id:bt,type:D.MenuItemType.SUBITEMS,icon:Tt,tooltip:"dataValidation.title",hidden$:D.getMenuHiddenObservable(e,r.UniverInstanceType.UNIVER_SHEET),disabled$:N.getCurrentRangeDisable$(e,{workbookTypes:[Y.WorkbookEditablePermission],worksheetTypes:[Y.WorksheetSetCellStylePermission,Y.WorksheetEditPermission],rangeTypes:[Y.RangeProtectionPermissionEditPoint]})}}function Va(e){return{id:Se.id,title:"dataValidation.panel.title",type:D.MenuItemType.BUTTON}}function Da(e){return{id:ke.id,title:"dataValidation.panel.add",type:D.MenuItemType.BUTTON}}const wa={[D.RibbonStartGroup.FORMULAS_INSERT]:{[bt]:{order:9,menuItemFactory:ya,[Se.id]:{order:0,menuItemFactory:Va},[ke.id]:{order:1,menuItemFactory:Da}}}};var Ea=Object.getOwnPropertyDescriptor,Ot=(e,t,n,a)=>{for(var i=a>1?void 0:a?Ea(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},q=(e,t)=>(n,a)=>t(n,a,e);const Rt={tr:{size:6,color:"#fe4b4b"}};let be=class extends r.RxDisposable{constructor(e,t,n,a,i,o,s,d,l,c,h){super(),this._commandService=e,this._menuManagerService=t,this._renderManagerService=n,this._univerInstanceService=a,this._autoHeightController=i,this._dropdownManagerService=o,this._sheetDataValidationModel=s,this._dataValidatorRegistryService=d,this._sheetInterceptorService=l,this._dataValidationCacheService=c,this._editorBridgeService=h,this._initMenu(),this._initDropdown(),this._initViewModelIntercept(),this._initAutoHeight()}_initMenu(){this._menuManagerService.mergeMenu(wa)}_initDropdown(){this._editorBridgeService&&this.disposeWithMe(this._editorBridgeService.visible$.subscribe(e=>{var n;if(!e.visible){((n=this._dropdownManagerService.activeDropdown)==null?void 0:n.trigger)==="editor-bridge"&&this._dropdownManagerService.hideDropdown();return}const t=this._editorBridgeService.getEditCellState();if(t){const{unitId:a,sheetId:i,row:o,column:s}=t,d=this._univerInstanceService.getUniverSheetInstance(a);if(!d)return;const l=this._sheetDataValidationModel.getRuleByLocation(a,i,o,s);if(!l)return;const c=this._dataValidatorRegistryService.getValidatorItem(l.type);if(!(c!=null&&c.dropdownType))return;const h=d.getActiveSheet();if(!h)return;const v=this._dropdownManagerService.activeDropdown,u=v==null?void 0:v.location;if(u&&u.unitId===a&&u.subUnitId===i&&u.row===o&&u.col===s)return;this._dropdownManagerService.showDropdown({location:{unitId:a,subUnitId:i,row:o,col:s,workbook:d,worksheet:h},trigger:"editor-bridge",closeOnOutSide:!1})}}))}_initViewModelIntercept(){this.disposeWithMe(this._sheetInterceptorService.intercept(Y.INTERCEPTOR_POINT.CELL_CONTENT,{effect:r.InterceptorEffectEnum.Style,priority:Y.InterceptCellContentPriority.DATA_VALIDATION,handler:(e,t,n)=>{var g,f,C,T,E;const{row:a,col:i,unitId:o,subUnitId:s,workbook:d,worksheet:l}=t,c=this._sheetDataValidationModel.getRuleIdByLocation(o,s,a,i);if(!c)return n(e);const h=this._sheetDataValidationModel.getRuleById(o,s,c);if(!h)return n(e);const v=(g=this._dataValidationCacheService.getValue(o,s,a,i))!=null?g:r.DataValidationStatus.VALID,u=this._dataValidatorRegistryService.getValidatorItem(h.type),I=t.rawData;let p;const R={get value(){var y;return p!==void 0||(p=(y=S.getCellValueOrigin(I))!=null?y:null),p}},w={get value(){var y;return`${(y=R.value)!=null?y:""}`}};return n({...e,markers:{...e==null?void 0:e.markers,...v===r.DataValidationStatus.INVALID?Rt:null},customRender:[...(f=e==null?void 0:e.customRender)!=null?f:[],...u!=null&&u.canvasRender?[u.canvasRender]:[]],fontRenderExtension:{...e==null?void 0:e.fontRenderExtension,isSkip:((C=e==null?void 0:e.fontRenderExtension)==null?void 0:C.isSkip)||((T=u==null?void 0:u.skipDefaultFontRender)==null?void 0:T.call(u,h,R.value,t))},interceptorStyle:{...e==null?void 0:e.interceptorStyle,...u==null?void 0:u.getExtraStyle(h,w.value,{get style(){const y=d.getStyles();return(typeof(e==null?void 0:e.s)=="string"?y.get(e==null?void 0:e.s):e==null?void 0:e.s)||{}}},a,i)},interceptorAutoHeight:()=>{var H,$,k,B,W,U;const y=($=(H=this._renderManagerService.getRenderById(o))==null?void 0:H.with(N.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:$.skeleton;if(!y)return;const V=y.worksheet.getMergedCell(a,i),b={data:e,style:y.getStyles().getStyleByCell(e),primaryWithCoord:y.getCellWithCoordByIndex((k=V==null?void 0:V.startRow)!=null?k:a,(B=V==null?void 0:V.startColumn)!=null?B:i),unitId:o,subUnitId:s,row:a,col:i,workbook:d,worksheet:l};return(U=(W=u==null?void 0:u.canvasRender)==null?void 0:W.calcCellAutoHeight)==null?void 0:U.call(W,b)},interceptorAutoWidth:()=>{var H,$,k,B,W,U;const y=($=(H=this._renderManagerService.getRenderById(o))==null?void 0:H.with(N.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:$.skeleton;if(!y)return;const V=y.worksheet.getMergedCell(a,i),b={data:e,style:y.getStyles().getStyleByCell(e),primaryWithCoord:y.getCellWithCoordByIndex((k=V==null?void 0:V.startRow)!=null?k:a,(B=V==null?void 0:V.startColumn)!=null?B:i),unitId:o,subUnitId:s,row:a,col:i,workbook:d,worksheet:l};return(U=(W=u==null?void 0:u.canvasRender)==null?void 0:W.calcCellAutoWidth)==null?void 0:U.call(W,b)},coverable:((E=e==null?void 0:e.coverable)!=null?E:!0)&&!(h.type===r.DataValidationType.LIST||h.type===r.DataValidationType.LIST_MULTIPLE)})}}))}_initAutoHeight(){this._sheetDataValidationModel.ruleChange$.pipe(ae.filter(e=>e.source==="command"),ae.bufferTime(100)).subscribe(e=>{if(e.length===0)return;const t=[];if(e.forEach(n=>{var a;(n.rule.type===r.DataValidationType.LIST_MULTIPLE||n.rule.type===r.DataValidationType.LIST)&&(a=n.rule)!=null&&a.ranges&&t.push(...n.rule.ranges)}),t.length){const n=this._autoHeightController.getUndoRedoParamsOfAutoHeight(t);r.sequenceExecute(n.redos,this._commandService)}})}};be=Ot([q(0,r.ICommandService),q(1,D.IMenuManagerService),q(2,P.IRenderManagerService),q(3,r.IUniverInstanceService),q(4,r.Inject(N.AutoHeightController)),q(5,r.Inject(fe)),q(6,r.Inject(S.SheetDataValidationModel)),q(7,r.Inject(x.DataValidatorRegistryService)),q(8,r.Inject(Y.SheetInterceptorService)),q(9,r.Inject(S.DataValidationCacheService)),q(10,r.Optional(N.IEditorBridgeService))],be);let Lt=class extends r.RxDisposable{constructor(e,t,n,a,i,o,s){super(),this._commandService=e,this._renderManagerService=t,this._autoHeightController=n,this._dataValidatorRegistryService=a,this._sheetInterceptorService=i,this._sheetDataValidationModel=o,this._dataValidationCacheService=s,this._initViewModelIntercept(),this._initAutoHeight()}_initViewModelIntercept(){this.disposeWithMe(this._sheetInterceptorService.intercept(Y.INTERCEPTOR_POINT.CELL_CONTENT,{effect:r.InterceptorEffectEnum.Style,priority:Y.InterceptCellContentPriority.DATA_VALIDATION,handler:(e,t,n)=>{var w,g,f,C,T;const{row:a,col:i,unitId:o,subUnitId:s,workbook:d,worksheet:l}=t,c=this._sheetDataValidationModel.getRuleIdByLocation(o,s,a,i);if(!c)return n(e);const h=this._sheetDataValidationModel.getRuleById(o,s,c);if(!h)return n(e);const v=(w=this._dataValidationCacheService.getValue(o,s,a,i))!=null?w:r.DataValidationStatus.VALID,u=this._dataValidatorRegistryService.getValidatorItem(h.type),I=l.getCellRaw(a,i),p=S.getCellValueOrigin(I),R=`${p!=null?p:""}`;return n({...e,markers:{...e==null?void 0:e.markers,...v===r.DataValidationStatus.INVALID?Rt:null},customRender:[...(g=e==null?void 0:e.customRender)!=null?g:[],...u!=null&&u.canvasRender?[u.canvasRender]:[]],fontRenderExtension:{...e==null?void 0:e.fontRenderExtension,isSkip:((f=e==null?void 0:e.fontRenderExtension)==null?void 0:f.isSkip)||((C=u==null?void 0:u.skipDefaultFontRender)==null?void 0:C.call(u,h,p,t))},interceptorStyle:{...e==null?void 0:e.interceptorStyle,...u==null?void 0:u.getExtraStyle(h,R,{get style(){const E=d.getStyles();return(typeof(e==null?void 0:e.s)=="string"?E.get(e==null?void 0:e.s):e==null?void 0:e.s)||{}}},a,i)},interceptorAutoHeight:()=>{var b,H,$,k,B,W;const E=(H=(b=this._renderManagerService.getRenderById(o))==null?void 0:b.with(N.SheetSkeletonManagerService).getSkeletonParam(s))==null?void 0:H.skeleton;if(!E)return;const y=E.worksheet.getMergedCell(a,i),V={data:e,style:E.getStyles().getStyleByCell(e),primaryWithCoord:E.getCellWithCoordByIndex(($=y==null?void 0:y.startRow)!=null?$:a,(k=y==null?void 0:y.startColumn)!=null?k:i),unitId:o,subUnitId:s,row:a,col:i,workbook:d,worksheet:l};return(W=(B=u==null?void 0:u.canvasRender)==null?void 0:B.calcCellAutoHeight)==null?void 0:W.call(B,V)},coverable:((T=e==null?void 0:e.coverable)!=null?T:!0)&&!(h.type===r.DataValidationType.LIST||h.type===r.DataValidationType.LIST_MULTIPLE)})}}))}_initAutoHeight(){this._sheetDataValidationModel.ruleChange$.pipe(ae.filter(e=>e.source==="command"),ae.bufferTime(16)).subscribe(e=>{const t=[];if(e.forEach(n=>{var a;(a=n.rule)!=null&&a.ranges&&t.push(...n.rule.ranges)}),t.length){const n=this._autoHeightController.getUndoRedoParamsOfAutoHeight(t);r.sequenceExecute(n.redos,this._commandService)}})}};Lt=Ot([q(0,r.ICommandService),q(1,P.IRenderManagerService),q(2,r.Inject(N.AutoHeightController)),q(3,r.Inject(x.DataValidatorRegistryService)),q(4,r.Inject(Y.SheetInterceptorService)),q(5,r.Inject(S.SheetDataValidationModel)),q(6,r.Inject(S.DataValidationCacheService))],Lt);var Ma=Object.getOwnPropertyDescriptor,Ta=(e,t,n,a)=>{for(var i=a>1?void 0:a?Ma(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},At=(e,t)=>(n,a)=>t(n,a,e);let je=class extends r.Disposable{constructor(e,t,n){super(),this._context=e,this._sheetDataValidationModel=t,this._sheetSkeletonManagerService=n,this._initSkeletonChange()}_initSkeletonChange(){const e=t=>{var a;if(!t.length)return;const n=new Set;t.forEach(i=>{n.add(i.subUnitId)}),n.forEach(i=>{var o;(o=this._sheetSkeletonManagerService.getSkeletonParam(i))==null||o.skeleton.makeDirty(!0)}),(a=this._context.mainComponent)==null||a.makeForceDirty()};this.disposeWithMe(this._sheetDataValidationModel.validStatusChange$.pipe(r.bufferDebounceTime(16)).subscribe(e))}};je=Ta([At(1,r.Inject(S.SheetDataValidationModel)),At(2,r.Inject(N.SheetSkeletonManagerService))],je);const rt={dataValidationOptionsButton:"univer-data-validation-options-button",dataValidationOptionsButtonIcon:"univer-data-validation-options-button-icon"};function ba(e){var c;const t=D.useDependency(r.LocaleService),n=D.useDependency(D.ComponentManager),{value:a,onChange:i,extraComponent:o}=e,[s,d]=M.useState(!1),l=o?n.get(o):null;return m.jsxs(m.Fragment,{children:[m.jsxs("div",{className:rt.dataValidationOptionsButton,onClick:()=>d(!s),children:[t.t("dataValidation.panel.options"),s?m.jsx(Ct,{className:rt.dataValidationOptionsButtonIcon}):m.jsx(It,{className:rt.dataValidationOptionsButtonIcon})]}),s&&m.jsxs(m.Fragment,{children:[l?m.jsx(l,{value:a,onChange:i}):null,m.jsx(O.FormLayout,{label:t.t("dataValidation.panel.invalid"),children:m.jsxs(O.RadioGroup,{value:`${(c=a.errorStyle)!=null?c:r.DataValidationErrorStyle.WARNING}`,onChange:h=>i({...a,errorStyle:+h}),children:[m.jsx(O.Radio,{value:`${r.DataValidationErrorStyle.WARNING}`,children:t.t("dataValidation.panel.showWarning")}),m.jsx(O.Radio,{value:`${r.DataValidationErrorStyle.STOP}`,children:t.t("dataValidation.panel.rejectInput")})]})}),m.jsx(O.FormLayout,{label:t.t("dataValidation.panel.messageInfo"),children:m.jsx(O.Checkbox,{checked:a.showErrorMessage,onChange:()=>i({...a,showErrorMessage:!a.showErrorMessage}),children:t.t("dataValidation.panel.showInfo")})}),a.showErrorMessage?m.jsx(O.FormLayout,{children:m.jsx(O.Input,{value:a.error,onChange:h=>i({...a,error:h})})}):null]})]})}const Oe={dataValidationDetail:"univer-data-validation-detail",dataValidationDetailFormItem:"univer-data-validation-detail-form-item",dataValidationDetailButtons:"univer-data-validation-detail-buttons",dataValidationDetailButton:"univer-data-validation-detail-button"},Oa=e=>r.debounce(async(t,n,a,i)=>{const o=await e.executeCommand(t,n,a);i==null||i(o)},1e3);function Ra(e,t,n){var a,i,o,s;return t?((i=(a=e.getUnit(t))==null?void 0:a.getSheetBySheetName(n))==null?void 0:i.getSheetId())||"":((s=(o=e.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET))==null?void 0:o.getSheetBySheetName(n))==null?void 0:s.getSheetId())||""}function La(){var F,G;const[e,t]=M.useState(0),n=D.useDependency(de),a=D.useObservable(n.activeRule$,n.activeRule),{unitId:i,subUnitId:o,rule:s}=a||{},d=s.uid,l=D.useDependency(x.DataValidatorRegistryService),c=D.useDependency(r.IUniverInstanceService),h=D.useDependency(D.ComponentManager),v=D.useDependency(r.ICommandService),u=D.useDependency(x.DataValidationModel),I=D.useDependency(r.LocaleService),[p,R]=M.useState(s),w=l.getValidatorItem(p.type),[g,f]=M.useState(!1),C=l.getValidatorsByScope(x.DataValidatorRegistryScope.SHEET),[T,E]=M.useState(()=>p.ranges.map(_=>({unitId:"",sheetId:"",range:_}))),y=M.useMemo(()=>Oa(v),[v]),[V,b]=M.useState(!1),[H,$]=M.useState(!1),k=M.useRef(null),B=D.useDependency(Y.SheetsSelectionsService);if(M.useEffect(()=>()=>{const _=B.getCurrentLastSelection();_&&B.setSelections([_])},[B]),M.useEffect(()=>{v.onCommandExecuted(_=>{(_.id===r.UndoCommand.id||_.id===r.RedoCommand.id)&&setTimeout(()=>{const j=u.getRuleById(i,o,d);t(K=>K+1),j&&(R(j),E(j.ranges.map(K=>({unitId:"",sheetId:"",range:K}))))},20)})},[v,u,d,o,i]),!w)return null;const W=w.operators,U=w.operatorNames,X=p.operator?x.TWO_FORMULA_OPERATOR_COUNT.includes(p.operator):!1,z=()=>{var _,j,K;(j=(_=k.current)==null?void 0:_.editor)!=null&&j.isFocus()&&Z((K=k.current)==null?void 0:K.getValue()),!(!p.ranges.length||V)&&(w.validatorFormula(p,i,o).success?n.setActiveRule(null):f(!0))},Z=D.useEvent(_=>{const j=_.split(",").filter(Boolean).map(Qe.deserializeRangeWithSheet).map(te=>{const Bt=te.sheetName;if(Bt){const gn=Ra(c,te.unitId,Bt);return{...te,sheetId:gn}}return{...te,sheetId:""}});if(r.isUnitRangesEqual(j,T))return;E(j);const K=j.filter(te=>(!te.unitId||te.unitId===i)&&(!te.sheetId||te.sheetId===o)).map(te=>te.range);if(R({...p,ranges:K}),K.length===0)return;const ge={unitId:i,subUnitId:o,ruleId:d,ranges:K};y(S.UpdateSheetDataValidationRangeCommand.id,ge)}),Q=_=>{if(r.shallowEqual(_,x.getRuleSetting(p)))return;R({...p,..._});const j={unitId:i,subUnitId:o,ruleId:d,setting:_};y(S.UpdateSheetDataValidationSettingCommand.id,j,void 0)},J=async()=>{await v.executeCommand(S.RemoveSheetDataValidationCommand.id,{ruleId:d,unitId:i,subUnitId:o}),n.setActiveRule(null)},ie={type:p.type,operator:p.operator,formula1:p.formula1,formula2:p.formula2,allowBlank:p.allowBlank},he=_=>{const j=l.getValidatorItem(_);if(!j)return;const K=j.operators,ge=u.getRuleById(i,o,d),te=_===(ge==null?void 0:ge.type)||_.includes("list")&&(ge!=null&&ge.type.includes("list"))?{...ge,type:_}:{...p,type:_,operator:K[0],formula1:void 0,formula2:void 0};R(te),v.executeCommand(S.UpdateSheetDataValidationSettingCommand.id,{unitId:i,subUnitId:o,ruleId:p.uid,setting:x.getRuleSetting(te)})},se=h.get(w.formulaInput),oe=M.useMemo(()=>T.map(_=>Qe.serializeRange(_.range)).join(","),[]),le=x.getRuleOptions(p),me=_=>{r.shallowEqual(_,x.getRuleOptions(p))||(R({...p,..._}),y(S.UpdateSheetDataValidationOptionsCommand.id,{unitId:i,subUnitId:o,ruleId:d,options:_}))},pe=W.length&&!p.operator;return m.jsxs("div",{className:Oe.dataValidationDetail,children:[m.jsx(O.FormLayout,{label:I.t("dataValidation.panel.range"),error:!p.ranges.length||V?I.t("dataValidation.panel.rangeError"):"",children:m.jsx(Je.RangeSelector,{selectorRef:k,unitId:i,subUnitId:o,initialValue:oe,onChange:(_,j)=>{var K;!H&&((K=k.current)!=null&&K.verify())&&Z(j)},onFocusChange:(_,j)=>{var K;$(_),!_&&j&&((K=k.current)!=null&&K.verify())&&Z(j)},onVerify:_=>b(!_)})}),m.jsx(O.FormLayout,{label:I.t("dataValidation.panel.type"),children:m.jsx(O.Select,{options:(F=C==null?void 0:C.sort((_,j)=>_.order-j.order))==null?void 0:F.map(_=>({label:I.t(_.title),value:_.id})),value:p.type,onChange:he,className:Oe.dataValidationDetailFormItem})}),W!=null&&W.length?m.jsx(O.FormLayout,{label:I.t("dataValidation.panel.operator"),children:m.jsx(O.Select,{options:[{value:"",label:I.t("dataValidation.operators.legal")},...W.map((_,j)=>({value:`${_}`,label:U[j]}))],value:`${p.operator}`,onChange:_=>{Q({...ie,operator:_})},className:Oe.dataValidationDetailFormItem})}):null,se&&!pe?m.jsx(O.FormLayout,{children:m.jsx(se,{isTwoFormula:X,value:{formula1:p.formula1,formula2:p.formula2},onChange:_=>{Q({...ie,..._})},showError:g,validResult:w.validatorFormula(p,i,o),unitId:i,subUnitId:o,ruleId:d},e+p.type)}):null,m.jsx(O.FormLayout,{children:m.jsx(O.Checkbox,{checked:(G=p.allowBlank)!=null?G:!0,onChange:()=>{var _;return Q({...ie,allowBlank:!((_=p.allowBlank)==null||_)})},children:I.t("dataValidation.panel.allowBlank")})}),m.jsx(ba,{value:le,onChange:me,extraComponent:w.optionsInput}),m.jsxs("div",{className:Oe.dataValidationDetailButtons,children:[m.jsx(O.Button,{className:Oe.dataValidationDetailButton,onClick:J,children:I.t("dataValidation.panel.removeRule")}),m.jsx(O.Button,{className:Oe.dataValidationDetailButton,variant:"primary",onClick:z,children:I.t("dataValidation.panel.done")})]})]})}const He={dataValidationItemContainer:"univer-data-validation-item-container",dataValidationItemTitle:"univer-data-validation-item-title",dataValidationItemContent:"univer-data-validation-item-content",dataValidationItemIcon:"univer-data-validation-item-icon"},Aa=e=>{const{rule:t,onClick:n,unitId:a,subUnitId:i,disable:o}=e,s=D.useDependency(x.DataValidatorRegistryService),d=D.useDependency(r.ICommandService),l=D.useDependency(N.IMarkSelectionService),c=s.getValidatorItem(t.type),h=M.useRef(void 0),[v,u]=M.useState(!1),I=D.useDependency(r.ThemeService),p=D.useObservable(I.currentTheme$),R=M.useMemo(()=>{var C;const g=(C=p==null?void 0:p.loopColor2)!=null?C:"#49B811",f=new r.ColorKit(g).toRgb();return{fill:`rgba(${f.r}, ${f.g}, ${f.b}, 0.1)`,stroke:g}},[p]),w=g=>{d.executeCommand(S.RemoveSheetDataValidationCommand.id,{ruleId:t.uid,unitId:a,subUnitId:i}),g.stopPropagation()};return M.useEffect(()=>()=>{var g;h.current&&((g=h.current)==null||g.forEach(f=>{f&&l.removeShape(f)}))},[l]),m.jsxs("div",{className:He.dataValidationItemContainer,onClick:n,onMouseEnter:()=>{o||(u(!0),h.current=t.ranges.map(g=>l.addShape({range:g,style:R,primary:null})))},onMouseLeave:()=>{var g;u(!1),(g=h.current)==null||g.forEach(f=>{f&&l.removeShape(f)}),h.current=void 0},children:[m.jsx("div",{className:He.dataValidationItemTitle,children:c==null?void 0:c.generateRuleName(t)}),m.jsx("div",{className:He.dataValidationItemContent,children:t.ranges.map(g=>Qe.serializeRange(g)).join(",")}),v?m.jsx("div",{className:He.dataValidationItemIcon,onClick:w,children:m.jsx(et,{})}):null]})},We={dataValidationList:"univer-data-validation-list",dataValidationListButtons:"univer-data-validation-list-buttons",dataValidationListButton:"univer-data-validation-list-button"};function Pa(e){const t=D.useDependency(S.SheetDataValidationModel),n=D.useDependency(r.IUniverInstanceService),a=D.useDependency(r.ICommandService),i=D.useDependency(r.Injector),o=D.useDependency(de),s=D.useDependency(r.LocaleService),[d,l]=M.useState([]),{workbook:c}=e,h=D.useObservable(c.activeSheet$,void 0,!0),v=c.getUnitId(),u=h==null?void 0:h.getSheetId();M.useEffect(()=>{l(t.getRules(v,u));const f=t.ruleChange$.subscribe(C=>{C.unitId===v&&C.subUnitId===u&&l(t.getRules(v,u))});return()=>{f.unsubscribe()}},[v,u,t]);const I=async()=>{const f=S.createDefaultNewRule(i),C={unitId:v,subUnitId:u,rule:f};await a.executeCommand(S.AddSheetDataValidationCommand.id,C),o.setActiveRule({unitId:v,subUnitId:u,rule:f})},p=()=>{a.executeCommand(S.RemoveSheetAllDataValidationCommand.id,{unitId:v,subUnitId:u})},w=(f=>{const C=n.getCurrentUnitForType(r.UniverInstanceType.UNIVER_SHEET),T=C.getActiveSheet(),E=C.getUnitId(),y=T.getSheetId();return f.map(b=>Y.checkRangesEditablePermission(i,E,y,b.ranges)?{...b}:{...b,disable:!0})})(d),g=w==null?void 0:w.some(f=>f.disable);return m.jsxs("div",{className:We.dataValidationList,children:[w==null?void 0:w.map(f=>{var C;return m.jsx(Aa,{unitId:v,subUnitId:u,onClick:()=>{f.disable||o.setActiveRule({unitId:v,subUnitId:u,rule:f})},rule:f,disable:(C=f.disable)!=null?C:!1},f.uid)}),m.jsxs("div",{className:We.dataValidationListButtons,children:[d.length&&!g?m.jsx(O.Button,{className:We.dataValidationListButton,onClick:p,children:s.t("dataValidation.panel.removeAll")}):null,m.jsx(O.Button,{className:We.dataValidationListButton,variant:"primary",onClick:I,children:s.t("dataValidation.panel.add")})]})]})}const Fa=()=>{const e=D.useDependency(de),t=D.useObservable(e.activeRule$,e.activeRule),n=D.useDependency(r.IUniverInstanceService),a=D.useObservable(()=>n.getCurrentTypeOfUnit$(r.UniverInstanceType.UNIVER_SHEET),void 0,void 0,[]),i=D.useObservable(()=>{var o;return(o=a==null?void 0:a.activeSheet$)!=null?o:ae.of(null)},void 0,void 0,[]);return!a||!i?null:t&&t.subUnitId===i.getSheetId()?m.jsx(La,{},t.rule.uid):m.jsx(Pa,{workbook:a})},Ua="LIST_RENDER_MODE_OPTION_INPUT";function $e(e){var i;const{value:t,onChange:n}=e,a=D.useDependency(r.LocaleService);return m.jsx(O.FormLayout,{label:a.t("dataValidation.renderMode.label"),children:m.jsxs(O.RadioGroup,{value:`${(i=t.renderMode)!=null?i:r.DataValidationRenderMode.CUSTOM}`,onChange:o=>n({...t,renderMode:+o}),children:[m.jsx(O.Radio,{value:`${r.DataValidationRenderMode.CUSTOM}`,children:a.t("dataValidation.renderMode.chip")}),m.jsx(O.Radio,{value:`${r.DataValidationRenderMode.ARROW}`,children:a.t("dataValidation.renderMode.arrow")}),m.jsx(O.Radio,{value:`${r.DataValidationRenderMode.TEXT}`,children:a.t("dataValidation.renderMode.text")})]})})}$e.componentKey=Ua;const Na="DATE_SHOW_TIME_OPTION";function Ye(e){var i;const{value:t,onChange:n}=e,a=D.useDependency(r.LocaleService);return m.jsx(O.FormLayout,{children:m.jsx(O.Checkbox,{checked:(i=t.bizInfo)==null?void 0:i.showTime,onChange:o=>{n({...t,bizInfo:{...t.bizInfo,showTime:o}})},children:a.t("dataValidation.showTime.label")})})}Ye.componentKey=Na;var ka=Object.getOwnPropertyDescriptor,Ba=(e,t,n,a)=>{for(var i=a>1?void 0:a?ka(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},Re=(e,t)=>(n,a)=>t(n,a,e);const xe=6;let st=class{constructor(e,t,n,a,i,o){this._commandService=e,this._univerInstanceService=t,this._formulaService=n,this._themeService=a,this._renderManagerService=i,this._dataValidationModel=o}_calc(e,t){var c,h,v;const{vt:n,ht:a}=t||{},i=e.endX-e.startX-xe*2,o=e.endY-e.startY,s=((c=t==null?void 0:t.fs)!=null?c:10)*1.6;let d=0,l=0;switch(n){case r.VerticalAlign.TOP:l=0;break;case r.VerticalAlign.BOTTOM:l=0+(o-s);break;default:l=0+(o-s)/2;break}switch(a){case r.HorizontalAlign.LEFT:d=xe;break;case r.HorizontalAlign.RIGHT:d=xe+(i-s);break;default:d=xe+(i-s)/2;break}return{left:e.startX+d,top:e.startY+l,width:((h=t==null?void 0:t.fs)!=null?h:10)*1.6,height:((v=t==null?void 0:t.fs)!=null?v:10)*1.6}}calcCellAutoHeight(e){var n;const{style:t}=e;return((n=t==null?void 0:t.fs)!=null?n:10)*1.6}calcCellAutoWidth(e){var n;const{style:t}=e;return((n=t==null?void 0:t.fs)!=null?n:10)*1.6}async _parseFormula(e,t,n){var c,h,v,u,I,p,R,w,g;const{formula1:a=S.CHECKBOX_FORMULA_1,formula2:i=S.CHECKBOX_FORMULA_2}=e,o=await this._formulaService.getRuleFormulaResult(t,n,e.uid),s=S.getFormulaResult((v=(h=(c=o==null?void 0:o[0])==null?void 0:c.result)==null?void 0:h[0])==null?void 0:v[0]),d=S.getFormulaResult((p=(I=(u=o==null?void 0:o[1])==null?void 0:u.result)==null?void 0:I[0])==null?void 0:p[0]),l=S.isLegalFormulaResult(String(s))&&S.isLegalFormulaResult(String(d));return{formula1:r.isFormulaString(a)?S.getFormulaResult((g=(w=(R=o==null?void 0:o[0])==null?void 0:R.result)==null?void 0:w[0])==null?void 0:g[0]):a,formula2:r.isFormulaString(i)?d:i,isFormulaValid:l}}drawWith(e,t){var B,W,U,X;const{style:n,primaryWithCoord:a,unitId:i,subUnitId:o,worksheet:s,row:d,col:l}=t,c=a.isMergedMainCell?a.mergeInfo:a,h=S.getCellValueOrigin(s.getCellRaw(d,l)),v=this._dataValidationModel.getRuleByLocation(i,o,d,l);if(!v)return;const u=this._dataValidationModel.getValidator(v.type);if(!u)return;const I=this._themeService.getCurrentTheme();if(!((B=u.skipDefaultFontRender)!=null&&B.call(u,v,h,{unitId:i,subUnitId:o,row:d,column:l})))return;const p=u.parseFormulaSync(v,i,o),{formula1:R}=p,w=this._calc(c,n),{a:g,d:f}=e.getTransform(),C=P.fixLineWidthByScale(w.left,g),T=P.fixLineWidthByScale(w.top,f),E=P.Transform.create().composeMatrix({left:C,top:T,scaleX:1,scaleY:1,angle:0,skewX:0,skewY:0,flipX:!1,flipY:!1}),y=c.endX-c.startX,V=c.endY-c.startY;e.save(),e.beginPath(),e.rect(c.startX,c.startY,y,V),e.clip();const b=E.getMatrix();e.transform(b[0],b[1],b[2],b[3],b[4],b[5]);const H=((W=n==null?void 0:n.fs)!=null?W:10)*1.6,$=String(h)===String(R),k=I.hyacinth500;P.CheckboxShape.drawWith(e,{checked:$,width:H,height:H,fill:(X=(U=n==null?void 0:n.cl)==null?void 0:U.rgb)!=null?X:k}),e.restore()}isHit(e,t){const n=t.primaryWithCoord.isMergedMainCell?t.primaryWithCoord.mergeInfo:t.primaryWithCoord,a=this._calc(n,t.style),i=a.top,o=a.top+a.height,s=a.left,d=a.left+a.width,{x:l,y:c}=e;return l<=d&&l>=s&&c<=o&&c>=i}async onPointerDown(e,t){var p;if(t.button===2)return;const{primaryWithCoord:n,unitId:a,subUnitId:i,worksheet:o,row:s,col:d}=e,l=S.getCellValueOrigin(o.getCellRaw(s,d)),c=this._dataValidationModel.getRuleByLocation(a,i,s,d);if(!c)return;const h=this._dataValidationModel.getValidator(c.type);if(!h||!((p=h.skipDefaultFontRender)!=null&&p.call(h,c,l,{unitId:a,subUnitId:i,row:s,column:d})))return;const{formula1:v,formula2:u}=await this._parseFormula(c,a,i),I={range:{startColumn:n.actualColumn,endColumn:n.actualColumn,startRow:n.actualRow,endRow:n.actualRow},value:{v:String(l)===S.transformCheckboxValue(String(v))?u:v,p:null}};this._commandService.executeCommand(Y.SetRangeValuesCommand.id,I)}onPointerEnter(e,t){var n,a;(a=(n=P.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:n.mainComponent)==null||a.setCursor(P.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var n,a;(a=(n=P.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:n.mainComponent)==null||a.setCursor(P.CURSOR_TYPE.DEFAULT)}};st=Ba([Re(0,r.ICommandService),Re(1,r.IUniverInstanceService),Re(2,r.Inject(S.DataValidationFormulaService)),Re(3,r.Inject(r.ThemeService)),Re(4,r.Inject(P.IRenderManagerService)),Re(5,r.Inject(S.SheetDataValidationModel))],st);class ja extends A.BaseSheetDataValidatorView{constructor(){super(...arguments);L(this,"id",r.DataValidationType.CHECKBOX);L(this,"canvasRender",this.injector.createInstance(st));L(this,"formulaInput",S.CHECKBOX_FORMULA_INPUT_NAME)}}class Ha extends A.BaseSheetDataValidatorView{constructor(){super(...arguments);L(this,"id",r.DataValidationType.CUSTOM);L(this,"formulaInput",S.CUSTOM_FORMULA_INPUT_NAME)}}const Wa="data-validation.formula-input";class $a extends A.BaseSheetDataValidatorView{constructor(){super(...arguments);L(this,"id",r.DataValidationType.DATE);L(this,"formulaInput",Wa);L(this,"optionsInput",Ye.componentKey);L(this,"dropdownType",x.DataValidatorDropdownType.DATE)}}class Ya extends A.BaseSheetDataValidatorView{constructor(){super(...arguments);L(this,"id",r.DataValidationType.DECIMAL);L(this,"formulaInput",S.BASE_FORMULA_INPUT_NAME)}}const Pt=4,xa=0,lt=4,Ft=4,dt=6,Xe=6,Ie=14;function Xa(e,t){const n=P.FontCache.getTextSize(e,t),a=n.width+Pt*2,{ba:i,bd:o}=n,s=i+o;return{width:a,height:s+xa*2,ba:i}}function ct(e,t,n,a){const i=Ie+dt*2,o=n-i,s=a-Xe*2,d=e.map(u=>({layout:Xa(u,t),text:u}));let l;const c=[];d.forEach(u=>{const{layout:I}=u,{width:p,height:R}=I;!l||l.width+p+lt>o?(l={width:p,height:R,items:[{...u,left:0}]},c.push(l)):(l.items.push({...u,left:l.width+lt}),l.width=l.width+p+lt)});let h=0,v=0;return c.forEach((u,I)=>{v=Math.max(v,u.width),I===c.length-1?h+=u.height:h+=u.height+Ft}),{lines:c,totalHeight:h,contentWidth:o,contentHeight:s,cellAutoHeight:h+Xe*2,calcAutoWidth:v+i}}const za=8;class Ka extends P.Shape{static drawWith(t,n){const{fontString:a,info:i,fill:o,color:s}=n,{layout:d,text:l}=i;t.save(),P.Rect.drawWith(t,{width:d.width,height:d.height,radius:za,fill:o||ye}),t.translateWithPrecision(Pt,d.ba),t.font=a,t.fillStyle=s,t.fillText(l,0,0),t.restore()}}var Ga=Object.getOwnPropertyDescriptor,qa=(e,t,n,a)=>{for(var i=a>1?void 0:a?Ga(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},ze=(e,t)=>(n,a)=>t(n,a,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 ut=class{constructor(e,t,n,a){L(this,"zIndex");L(this,"_dropdownInfoMap",new Map);this._commandService=e,this._univerInstanceService=t,this._renderManagerService=n,this._dataValidationModel=a}_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,n,a,i){const o=n-Ie+4;let s=4;switch(i){case r.VerticalAlign.MIDDLE:s=(a-Ie)/2+4;break;case r.VerticalAlign.BOTTOM:s=a-Ie+4;break}e.save(),e.translateWithPrecision(t.startX+o,t.startY+s),e.fillStyle="#565656",e.fill(Za),e.restore()}drawWith(e,t,n,a){var Q,J;const{primaryWithCoord:i,row:o,col:s,style:d,data:l,subUnitId:c}=t,h=i.isMergedMainCell?i.mergeInfo:i,v=l==null?void 0:l.fontRenderExtension,{leftOffset:u=0,rightOffset:I=0,topOffset:p=0,downOffset:R=0}=v||{},w=this._ensureMap(c),g=this._generateKey(o,s),f=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,o,s);if(!f)return;const C=this._dataValidationModel.getValidator(f.type);if(!C)return;const T={startX:h.startX+u,endX:h.endX-I,startY:h.startY+p,endY:h.endY-R},E=T.endX-T.startX,y=T.endY-T.startY,{cl:V}=d||{},b=(Q=typeof V=="object"?V==null?void 0:V.rgb:V)!=null?Q:"#000",H=P.getFontStyleString(d!=null?d:void 0),{vt:$,ht:k}=d||{},B=$!=null?$:r.VerticalAlign.MIDDLE,W=(J=S.getCellValueOrigin(l))!=null?J:"",U=C.parseCellValue(W),X=C.getListWithColorMap(f),z=ct(U,H,E,y);this._drawDownIcon(e,T,E,y,B),e.save(),e.translateWithPrecision(T.startX,T.startY),e.beginPath(),e.rect(0,0,E-Ie,y),e.clip(),e.translateWithPrecision(dt,Xe);let Z=0;switch(B){case r.VerticalAlign.MIDDLE:Z=(z.contentHeight-z.totalHeight)/2;break;case r.VerticalAlign.BOTTOM:Z=z.contentHeight-z.totalHeight;break}e.translateWithPrecision(0,Z),z.lines.forEach((ie,he)=>{e.save();const{width:se,height:oe,items:le}=ie;let me=0;switch(k){case r.HorizontalAlign.RIGHT:me=z.contentWidth-se;break;case r.HorizontalAlign.CENTER:me=(z.contentWidth-se)/2;break}e.translate(me,he*(oe+Ft)),le.forEach(pe=>{e.save(),e.translateWithPrecision(pe.left,0),Ka.drawWith(e,{...H,info:pe,color:b,fill:X[pe.text]}),e.restore()}),e.restore()}),e.restore(),w.set(g,{left:T.startX,top:T.startY,width:z.contentWidth+dt+Ie,height:z.contentHeight+Xe*2})}calcCellAutoHeight(e){var E;const{primaryWithCoord:t,style:n,data:a,row:i,col:o}=e,s=a==null?void 0:a.fontRenderExtension,{leftOffset:d=0,rightOffset:l=0,topOffset:c=0,downOffset:h=0}=s||{},v=t.isMergedMainCell?t.mergeInfo:t,u={startX:v.startX+d,endX:v.endX-l,startY:v.startY+c,endY:v.endY-h},I=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,i,o);if(!I)return;const p=this._dataValidationModel.getValidator(I.type);if(!p)return;const R=u.endX-u.startX,w=u.endY-u.startY,g=(E=S.getCellValueOrigin(a))!=null?E:"",f=p.parseCellValue(g),C=P.getFontStyleString(n!=null?n:void 0);return ct(f,C,R,w).cellAutoHeight}calcCellAutoWidth(e){var E;const{primaryWithCoord:t,style:n,data:a,row:i,col:o}=e,s=a==null?void 0:a.fontRenderExtension,{leftOffset:d=0,rightOffset:l=0,topOffset:c=0,downOffset:h=0}=s||{},v=t.isMergedMainCell?t.mergeInfo:t,u={startX:v.startX+d,endX:v.endX-l,startY:v.startY+c,endY:v.endY-h},I=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,i,o);if(!I)return;const p=this._dataValidationModel.getValidator(I.type);if(!p)return;const R=u.endX-u.startX,w=u.endY-u.startY,g=(E=S.getCellValueOrigin(a))!=null?E:"",f=p.parseCellValue(g),C=P.getFontStyleString(n!=null?n:void 0);return ct(f,C,R,w).calcAutoWidth}isHit(e,t){const{primaryWithCoord:n}=t,a=n.isMergedMainCell?n.mergeInfo:n,{endX:i}=a,{x:o}=e;return o>=i-Ie&&o<=i}onPointerDown(e,t){if(t.button===2)return;const{unitId:n,subUnitId:a,row:i,col:o}=e,s={unitId:n,subUnitId:a,row:i,column:o};this._commandService.executeCommand(Ne.id,s)}onPointerEnter(e,t){var n,a;return(a=(n=P.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:n.mainComponent)==null?void 0:a.setCursor(P.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var n,a;return(a=(n=P.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:n.mainComponent)==null?void 0:a.setCursor(P.CURSOR_TYPE.DEFAULT)}};ut=qa([ze(0,r.ICommandService),ze(1,r.IUniverInstanceService),ze(2,r.Inject(P.IRenderManagerService)),ze(3,r.Inject(S.SheetDataValidationModel))],ut);class Ja extends A.BaseSheetDataValidatorView{constructor(){super(...arguments);L(this,"id",r.DataValidationType.LIST_MULTIPLE);L(this,"canvasRender",this.injector.createInstance(ut));L(this,"dropdownType",x.DataValidatorDropdownType.MULTIPLE_LIST)}}var Qa=Object.getOwnPropertyDescriptor,en=(e,t,n,a)=>{for(var i=a>1?void 0:a?Qa(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},Fe=(e,t)=>(n,a)=>t(n,a,e);const Ce=4,Ke=4,re=14,ue=6,Le=4,ht=8,tn="#565656",Ut=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 an(e,t){const n=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:n}]},documentStyle:{pageSize:{width:Number.POSITIVE_INFINITY,height:Number.POSITIVE_INFINITY}}}}function Nt(e,t,n){const a=an(e,n),i=new r.DocumentDataModel(a),o=new P.DocumentViewModel(i);return{documentSkeleton:P.DocumentSkeleton.create(o,t),docModel:i,docViewModel:o}}function Ge(e,t,n){const{documentSkeleton:a,docModel:i,docViewModel:o}=Nt(e,t,n);return{documents:new P.Documents(`DOCUMENTS_${r.Tools.generateRandomId()}`,a,{pageMarginLeft:0,pageMarginTop:0}),documentSkeleton:a,docModel:i,docViewModel:o}}function kt(e,t,n,a,i,o,s=!0){let d=0;const l=s?Le:0;switch(i){case r.VerticalAlign.BOTTOM:d=t-a-l;break;case r.VerticalAlign.MIDDLE:d=(t-a)/2;break;default:d=l;break}d=Math.max(Le,d);let c=0;switch(o){case r.HorizontalAlign.CENTER:c=(e-n)/2;break;case r.HorizontalAlign.RIGHT:c=e-n;break}return c=Math.max(ue,c),{paddingLeft:c,paddingTop:d}}let pt=class{constructor(e,t,n,a,i){L(this,"_dropdownInfoMap",new Map);L(this,"zIndex");this._univerInstanceService=e,this._localeService=t,this._commandService=n,this._renderManagerService=a,this._dataValidationModel=i}_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,n,a,i,o,s){const{t:d=r.DEFAULT_STYLES.pd.t,b:l=r.DEFAULT_STYLES.pd.b}=s,c=n-re;let h;switch(o){case r.VerticalAlign.MIDDLE:h=(a-Ke)/2;break;case r.VerticalAlign.BOTTOM:h=a-l-i-Le+(i/2-Ke/2);break;default:h=d+Le+(i/2-Ke/2);break}e.save(),e.translateWithPrecision(t.startX+c,t.startY+h),e.fillStyle="#565656",e.fill(Ut),e.restore()}drawWith(e,t,n){const{primaryWithCoord:a,row:i,col:o,style:s,data:d,subUnitId:l}=t,c=a.isMergedMainCell?a.mergeInfo:a,h=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,i,o);if(!h)return;const v=this._dataValidationModel.getValidator(h.type);if(!v)return;const u=d==null?void 0:d.fontRenderExtension,{leftOffset:I=0,rightOffset:p=0,topOffset:R=0,downOffset:w=0}=u||{};if(!h||!v||!v||v.id.indexOf(r.DataValidationType.LIST)!==0||!v.skipDefaultFontRender(h))return;const g={startX:c.startX+I,endX:c.endX-p,startY:c.startY+R,endY:c.endY-w},f=g.endX-g.startX,C=g.endY-g.startY,T=this._ensureMap(l),E=this._generateKey(i,o),y=v.getListWithColor(h),V=S.getCellValueOrigin(d),b=`${V!=null?V:""}`,H=y.find(U=>U.label===b);let{tb:$,vt:k,ht:B,pd:W}=s||{};if($=$!=null?$:r.WrapStrategy.WRAP,k=k!=null?k:r.VerticalAlign.BOTTOM,B=B!=null?B:r.DEFAULT_STYLES.ht,W=W!=null?W:r.DEFAULT_STYLES.pd,h.renderMode===r.DataValidationRenderMode.ARROW){const{l:U=r.DEFAULT_STYLES.pd.l,t:X=r.DEFAULT_STYLES.pd.t,r:z=r.DEFAULT_STYLES.pd.r,b:Z=r.DEFAULT_STYLES.pd.b}=W,Q=f-U-z-re-4,{documentSkeleton:J,documents:ie,docModel:he}=Ge(b,this._localeService,s);$===r.WrapStrategy.WRAP&&he.updateDocumentDataPageSize(Math.max(Q,1)),J.calculate(),J.getActualSize();const se=P.getDocsSkeletonPageSize(J),{height:oe,width:le}=se,{paddingTop:me,paddingLeft:pe}=kt(Q,C-X-Z,le,oe,k,B,!0);this._drawDownIcon(e,g,f,C,oe,k,W),e.save(),e.translateWithPrecision(g.startX+U,g.startY+X),e.beginPath(),e.rect(0,0,f-U-z,C-X-Z),e.clip(),e.translateWithPrecision(0,me),e.save(),e.translateWithPrecision(Ce,0),e.beginPath(),e.rect(0,0,Q,oe),e.clip(),ie.render(e),e.translateWithPrecision(pe,0),e.restore(),e.restore(),T.set(E,{left:g.endX+U+n.rowHeaderWidth-re,top:g.startY+X+n.columnHeaderHeight,width:re,height:C-X-Z})}else{e.save(),e.translateWithPrecision(g.startX,g.startY),e.beginPath(),e.rect(0,0,f,C),e.clip();const U=f-ue*2-Ce-re-4,{documentSkeleton:X,documents:z,docModel:Z}=Ge(b,this._localeService,s);$===r.WrapStrategy.WRAP&&Z.updateDocumentDataPageSize(Math.max(U,1)),X.calculate();const Q=P.getDocsSkeletonPageSize(X),{height:J,width:ie}=Q,{paddingTop:he,paddingLeft:se}=kt(U,C,ie,J,k,B);e.translateWithPrecision(ue,he);const oe=Math.max(f-ue*2,1),le=J;P.Rect.drawWith(e,{width:oe,height:le,fill:(H==null?void 0:H.color)||ye,radius:ht}),e.save(),e.translateWithPrecision(Ce,0),e.beginPath(),e.rect(0,0,U,J),e.clip(),e.translateWithPrecision(se,0),z.render(e),e.restore(),e.translateWithPrecision(U+Ce+4,(J-Ke)/2),e.fillStyle=tn,e.fill(Ut),e.restore(),T.set(E,{left:g.startX+ue+n.rowHeaderWidth,top:g.startY+he+n.columnHeaderHeight,width:oe,height:le})}}calcCellAutoHeight(e){const{primaryWithCoord:t,style:n,data:a,row:i,col:o}=e,s=t.isMergedMainCell?t.mergeInfo:t,d=a==null?void 0:a.fontRenderExtension,{leftOffset:l=0,rightOffset:c=0,topOffset:h=0,downOffset:v=0}=d||{},u=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,i,o);if(!u||u.renderMode===r.DataValidationRenderMode.TEXT)return;const I={startX:s.startX+l,endX:s.endX-c,startY:s.startY+h,endY:s.endY-v},p=I.endX-I.startX,R=S.getCellValueOrigin(a),w=`${R!=null?R:""}`;let{tb:g,pd:f}=n||{};const{t:C=r.DEFAULT_STYLES.pd.t,b:T=r.DEFAULT_STYLES.pd.b}=f!=null?f:{};if(g=g!=null?g:r.WrapStrategy.WRAP,u.renderMode===r.DataValidationRenderMode.ARROW){const E=p-re,{documentSkeleton:y,docModel:V}=Ge(w,this._localeService,n);g===r.WrapStrategy.WRAP&&V.updateDocumentDataPageSize(Math.max(E,1)),y.calculate(),y.getActualSize();const b=P.getDocsSkeletonPageSize(y),{height:H}=b;return H+C+T+Le*2}else{const E=p-ue*2-Ce-re,{documentSkeleton:y,docModel:V}=Nt(w,this._localeService,n);g===r.WrapStrategy.WRAP&&V.updateDocumentDataPageSize(Math.max(E,1)),y.calculate();const b=P.getDocsSkeletonPageSize(y),{height:H}=b;return H+Le*2}}calcCellAutoWidth(e){const{primaryWithCoord:t,style:n,data:a,row:i,col:o}=e,s=t.isMergedMainCell?t.mergeInfo:t,d=a==null?void 0:a.fontRenderExtension,{leftOffset:l=0,rightOffset:c=0,topOffset:h=0,downOffset:v=0}=d||{},u=this._dataValidationModel.getRuleByLocation(e.unitId,e.subUnitId,i,o);if(!u||u.renderMode===r.DataValidationRenderMode.TEXT)return;const I={startX:s.startX+l,endX:s.endX-c,startY:s.startY+h,endY:s.endY-v},p=I.endX-I.startX,R=S.getCellValueOrigin(a),w=`${R!=null?R:""}`;let{tb:g,pd:f}=n||{};const{l:C=r.DEFAULT_STYLES.pd.l,r:T=r.DEFAULT_STYLES.pd.r}=f!=null?f:{};g=g!=null?g:r.WrapStrategy.WRAP;let E=ue*2+re;switch(u.renderMode){case r.DataValidationRenderMode.ARROW:E=re+ue*2+T+C;break;case r.DataValidationRenderMode.CUSTOM:E=re+ue*2+Ce*2+T+C+ht/2+1;break;default:E=re+ue*2+Ce*2+T+C+ht/2+1}const y=p-E,{documentSkeleton:V,docModel:b}=Ge(w,this._localeService,n);return g===r.WrapStrategy.WRAP&&b.updateDocumentDataPageSize(Math.max(y,1)),V.calculate(),V.getActualSize(),P.getDocsSkeletonPageSize(V).width+E}isHit(e,t){const{subUnitId:n,row:a,col:i}=t,s=this._ensureMap(n).get(this._generateKey(a,i)),d=this._dataValidationModel.getRuleByLocation(t.unitId,t.subUnitId,a,i);if(!d||!s||d.renderMode===r.DataValidationRenderMode.TEXT)return!1;const{top:l,left:c,width:h,height:v}=s,{x:u,y:I}=e;return u>=c&&u<=c+h&&I>=l&&I<=l+v}onPointerDown(e,t){if(t.button===2)return;const{unitId:n,subUnitId:a,row:i,col:o}=e,s={unitId:n,subUnitId:a,row:i,column:o};this._commandService.executeCommand(Ne.id,s)}onPointerEnter(e,t){var n,a;(a=(n=P.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:n.mainComponent)==null||a.setCursor(P.CURSOR_TYPE.POINTER)}onPointerLeave(e,t){var n,a;(a=(n=P.getCurrentTypeOfRenderer(r.UniverInstanceType.UNIVER_SHEET,this._univerInstanceService,this._renderManagerService))==null?void 0:n.mainComponent)==null||a.setCursor(P.CURSOR_TYPE.DEFAULT)}};pt=en([Fe(0,r.IUniverInstanceService),Fe(1,r.Inject(r.LocaleService)),Fe(2,r.ICommandService),Fe(3,r.Inject(P.IRenderManagerService)),Fe(4,r.Inject(S.SheetDataValidationModel))],pt);class nn extends A.BaseSheetDataValidatorView{constructor(){super(...arguments);L(this,"id",r.DataValidationType.LIST);L(this,"canvasRender",this.injector.createInstance(pt));L(this,"dropdownType",x.DataValidatorDropdownType.LIST);L(this,"optionsInput",$e.componentKey);L(this,"formulaInput",S.LIST_FORMULA_INPUT_NAME)}}class on extends A.BaseSheetDataValidatorView{constructor(){super(...arguments);L(this,"id",r.DataValidationType.TEXT_LENGTH);L(this,"formulaInput",S.BASE_FORMULA_INPUT_NAME)}}class rn extends A.BaseSheetDataValidatorView{constructor(){super(...arguments);L(this,"id",r.DataValidationType.WHOLE);L(this,"formulaInput",S.BASE_FORMULA_INPUT_NAME)}}var sn=Object.getOwnPropertyDescriptor,ln=(e,t,n,a)=>{for(var i=a>1?void 0:a?sn(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},mt=(e,t)=>(n,a)=>t(n,a,e);let Ae=class extends r.RxDisposable{constructor(e,t,n){super(),this._injector=e,this._componentManger=t,this._dataValidatorRegistryService=n,this._initComponents(),this._registerValidatorViews()}_initComponents(){[[Tt,St],[Ue,Fa],[$e.componentKey,$e],[Ye.componentKey,Ye],...na].forEach(([e,t])=>{this.disposeWithMe(this._componentManger.register(e,t))})}_registerValidatorViews(){[Ya,rn,on,$a,ja,nn,Ja,Ha].forEach(e=>{const t=this._injector.createInstance(e),n=this._dataValidatorRegistryService.getValidatorItem(t.id);n&&(n.formulaInput=t.formulaInput,n.canvasRender=t.canvasRender,n.dropdownType=t.dropdownType,n.optionsInput=t.optionsInput)})}};Ae=ln([mt(0,r.Inject(r.Injector)),mt(1,r.Inject(D.ComponentManager)),mt(2,r.Inject(x.DataValidatorRegistryService))],Ae);var dn=Object.getOwnPropertyDescriptor,cn=(e,t,n,a)=>{for(var i=a>1?void 0:a?dn(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},gt=(e,t)=>(n,a)=>t(n,a,e);const un="SHEET_DATA_VALIDATION_UI_PLUGIN";A.UniverSheetsDataValidationUIPlugin=(qe=class extends r.Plugin{constructor(t=Be,n,a,i){super(),this._config=t,this._injector=n,this._commandService=a,this._configService=i;const{menu:o,...s}=r.merge({},Be,this._config);o&&this._configService.setConfig("menu",o,{merge:!0}),this._configService.setConfig(Mt,s)}onStarting(){[[de],[fe],[Pe],[Ee],[be],[Te],[Me],[De],[Ae]].forEach(t=>{this._injector.add(t)}),[ke,Ne,Et,at,Se,wt].forEach(t=>{this._commandService.registerCommand(t)})}onReady(){this._injector.get(Me),this._injector.get(Te),this._injector.get(De),this._injector.get(Pe),this._injector.get(P.IRenderManagerService).registerRenderModule(r.UniverInstanceType.UNIVER_SHEET,[je])}onRendered(){this._injector.get(Ae),this._injector.get(be)}onSteady(){this._injector.get(Ee)}},L(qe,"pluginName",un),L(qe,"type",r.UniverInstanceType.UNIVER_SHEET),qe),A.UniverSheetsDataValidationUIPlugin=cn([gt(1,r.Inject(r.Injector)),gt(2,r.ICommandService),gt(3,r.IConfigService)],A.UniverSheetsDataValidationUIPlugin);var hn=Object.getOwnPropertyDescriptor,pn=(e,t,n,a)=>{for(var i=a>1?void 0:a?hn(t,n):t,o=e.length-1,s;o>=0;o--)(s=e[o])&&(i=s(i)||i);return i},vt=(e,t)=>(n,a)=>t(n,a,e);const mn="SHEET_DATA_VALIDATION_UI_PLUGIN";A.UniverSheetsDataValidationMobileUIPlugin=(Ze=class extends r.Plugin{constructor(t=Be,n,a,i){super(),this._config=t,this._injector=n,this._commandService=a,this._configService=i;const{menu:o,...s}=r.merge({},Be,this._config);o&&this._configService.setConfig("menu",o,{merge:!0}),this._configService.setConfig(Mt,s)}onStarting(){[[de],[fe],[Pe],[Ee],[be],[Te],[Me],[Ae]].forEach(t=>{this._injector.add(t)}),[ke,Ne,Et,at,Se,wt].forEach(t=>{this._commandService.registerCommand(t)})}onReady(){this._injector.get(Me),this._injector.get(Te),this._injector.get(P.IRenderManagerService).registerRenderModule(r.UniverInstanceType.UNIVER_SHEET,[je])}onRendered(){this._injector.get(Ae),this._injector.get(be)}onSteady(){this._injector.get(Ee)}},L(Ze,"pluginName",mn),L(Ze,"type",r.UniverInstanceType.UNIVER_SHEET),Ze),A.UniverSheetsDataValidationMobileUIPlugin=pn([vt(1,r.Inject(r.Injector)),vt(2,r.ICommandService),vt(3,r.IConfigService)],A.UniverSheetsDataValidationMobileUIPlugin),Object.defineProperty(A,Symbol.toStringTag,{value:"Module"})});
@@ -1 +1 @@
1
- (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsDataValidationUiEnUS=t())})(this,function(){"use strict";return{dataValidation:{title:"Data validation",validFail:{value:"Please input a value",common:"Please input value or formula",number:"Please input number or formula",formula:"Please input formula",integer:"Please input integer or formula",date:"Please input date or formula",list:"Please input options",listInvalid:"The list source must be a delimited list or a reference to a single row or column",checkboxEqual:"Enter different values for ticked and unticked cell contents.",formulaError:"The reference range contains invisible data, please readjust the range",listIntersects:"The selected range cannot intersect with the scope of the rules",primitive:"Formulas are not permitted for custom ticked and unticked values."},panel:{title:"Data validation management",addTitle:"Create new data validation",removeAll:"Remove All",add:"Add Rule",range:"Ranges",type:"Type",options:"Advance options",operator:"Operator",removeRule:"Remove",done:"Done",formulaPlaceholder:"Please input value or formula",valuePlaceholder:"Please input value",formulaAnd:"and",invalid:"Invalid",showWarning:"Show warning",rejectInput:"Reject input",messageInfo:"Helper message",showInfo:"Show help text for a selected cell",rangeError:"Ranges are not legal",allowBlank:"Allow blank values"},operators:{between:"between",greaterThan:"greater than",greaterThanOrEqual:"greater than or equal",lessThan:"less than",lessThanOrEqual:"less than or equal",equal:"equal",notEqual:"not equal",notBetween:"not between"},ruleName:{between:"is between {FORMULA1} and {FORMULA2}",greaterThan:"is greater than {FORMULA1}",greaterThanOrEqual:"is greater than or equal to {FORMULA1}",lessThan:"is less than {FORMULA1}",lessThanOrEqual:"is less than or equal to {FORMULA1}",equal:"is equal to {FORMULA1}",notEqual:"is not equal to {FORMULA1}",notBetween:"is not between {FORMULA1} and {FORMULA2}"},errorMsg:{between:"Value must be between {FORMULA1} and {FORMULA2}",greaterThan:"Value must be greater than {FORMULA1}",greaterThanOrEqual:"Value must be greater than or equal to {FORMULA1}",lessThan:"Value must be less than {FORMULA1}",lessThanOrEqual:"Value must be less than or equal to {FORMULA1}",equal:"Value must be equal to {FORMULA1}",notEqual:"Value must be not equal to {FORMULA1}",notBetween:"Value must be not between {FORMULA1} and {FORMULA2}"},any:{title:"Any value",error:"The content of this cell violates the validation rule"},date:{title:"Date",operators:{between:"between",greaterThan:"after",greaterThanOrEqual:"on or after",lessThan:"before",lessThanOrEqual:"on or before",equal:"equal",notEqual:"not equal",notBetween:"not between"},ruleName:{between:"is between {FORMULA1} and {FORMULA2}",greaterThan:"is after {FORMULA1}",greaterThanOrEqual:"is on or after {FORMULA1}",lessThan:"is before {FORMULA1}",lessThanOrEqual:"is on or before {FORMULA1}",equal:"is {FORMULA1}",notEqual:"is not {FORMULA1}",notBetween:"is not between {FORMULA1}"},errorMsg:{between:"Value must be a legal date and between {FORMULA1} and {FORMULA2}",greaterThan:"Value must be a legal date and after {FORMULA1}",greaterThanOrEqual:"Value must be a legal date and on or after {FORMULA1}",lessThan:"Value must be a legal date and before {FORMULA1}",lessThanOrEqual:"Value must be a legal date and on or before {FORMULA1}",equal:"Value must be a legal date and {FORMULA1}",notEqual:"Value must be a legal date and not {FORMULA1}",notBetween:"Value must be a legal date and not between {FORMULA1}"}},list:{title:"Dropdown",name:"Value contains one from range",error:"Input must fall within specified range",emptyError:"Please enter a value",add:"Add",dropdown:"Select",options:"Options",customOptions:"Custom",refOptions:"From a range",formulaError:"The list source must be a delimited list of data, or a reference to a single row or column.",edit:"Edit"},listMultiple:{title:"Dropdown-Multiple",dropdown:"Multiple select"},textLength:{title:"Text length",errorMsg:{between:"Text length must be between {FORMULA1} and {FORMULA2}",greaterThan:"Text length must be after {FORMULA1}",greaterThanOrEqual:"Text length must be on or after {FORMULA1}",lessThan:"Text length must be before {FORMULA1}",lessThanOrEqual:"Text length must be on or before {FORMULA1}",equal:"Text length must be {FORMULA1}",notEqual:"Text length must be not {FORMULA1}",notBetween:"Text length must be not between {FORMULA1}"}},decimal:{title:"Number"},whole:{title:"Integer"},checkbox:{title:"Checkbox",error:"This cell's contents violate its validation rule",tips:"Use custom values within cells",checked:"Selected value",unchecked:"Unselected value"},custom:{title:"Custom formula",error:"This cell's contents violate its validation rule",validFail:"Please input a valid formula",ruleName:"Custom formula is {FORMULA1}"},alert:{title:"Error",ok:"OK"},error:{title:"Invalid:"},renderMode:{arrow:"Arrow",chip:"Chip",text:"Plain text",label:"Display style"},showTime:{label:"Show TimePicker"}}}});
1
+ (function(e,a){typeof exports=="object"&&typeof module<"u"?module.exports=a():typeof define=="function"&&define.amd?define(a):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsDataValidationUiEnUS=a())})(this,function(){"use strict";return{dataValidation:{title:"Data validation",validFail:{value:"Please input a value",common:"Please input value or formula",number:"Please input number or formula",formula:"Please input formula",integer:"Please input integer or formula",date:"Please input date or formula",list:"Please input options",listInvalid:"The list source must be a delimited list or a reference to a single row or column",checkboxEqual:"Enter different values for ticked and unticked cell contents.",formulaError:"The reference range contains invisible data, please readjust the range",listIntersects:"The selected range cannot intersect with the scope of the rules",primitive:"Formulas are not permitted for custom ticked and unticked values."},panel:{title:"Data validation management",addTitle:"Create new data validation",removeAll:"Remove All",add:"Add Rule",range:"Ranges",type:"Type",options:"Advance options",operator:"Operator",removeRule:"Remove",done:"Done",formulaPlaceholder:"Please input value or formula",valuePlaceholder:"Please input value",formulaAnd:"and",invalid:"Invalid",showWarning:"Show warning",rejectInput:"Reject input",messageInfo:"Helper message",showInfo:"Show help text for a selected cell",rangeError:"Ranges are not legal",allowBlank:"Allow blank values"},operators:{between:"between",greaterThan:"greater than",greaterThanOrEqual:"greater than or equal",lessThan:"less than",lessThanOrEqual:"less than or equal",equal:"equal",notEqual:"not equal",notBetween:"not between",legal:"is legal type"},ruleName:{between:"Is between {FORMULA1} and {FORMULA2}",greaterThan:"Is greater than {FORMULA1}",greaterThanOrEqual:"Is greater than or equal to {FORMULA1}",lessThan:"Is less than {FORMULA1}",lessThanOrEqual:"Is less than or equal to {FORMULA1}",equal:"Is equal to {FORMULA1}",notEqual:"Is not equal to {FORMULA1}",notBetween:"Is not between {FORMULA1} and {FORMULA2}",legal:"Is a legal {TYPE}"},errorMsg:{between:"Value must be between {FORMULA1} and {FORMULA2}",greaterThan:"Value must be greater than {FORMULA1}",greaterThanOrEqual:"Value must be greater than or equal to {FORMULA1}",lessThan:"Value must be less than {FORMULA1}",lessThanOrEqual:"Value must be less than or equal to {FORMULA1}",equal:"Value must be equal to {FORMULA1}",notEqual:"Value must be not equal to {FORMULA1}",notBetween:"Value must be not between {FORMULA1} and {FORMULA2}",legal:"Value must be a legal {TYPE}"},any:{title:"Any value",error:"The content of this cell violates the validation rule"},date:{title:"Date",operators:{between:"between",greaterThan:"after",greaterThanOrEqual:"on or after",lessThan:"before",lessThanOrEqual:"on or before",equal:"equal",notEqual:"not equal",notBetween:"not between",legal:"is a legal date"},ruleName:{between:"is between {FORMULA1} and {FORMULA2}",greaterThan:"is after {FORMULA1}",greaterThanOrEqual:"is on or after {FORMULA1}",lessThan:"is before {FORMULA1}",lessThanOrEqual:"is on or before {FORMULA1}",equal:"is {FORMULA1}",notEqual:"is not {FORMULA1}",notBetween:"is not between {FORMULA1}",legal:"is a legal date"},errorMsg:{between:"Value must be a legal date and between {FORMULA1} and {FORMULA2}",greaterThan:"Value must be a legal date and after {FORMULA1}",greaterThanOrEqual:"Value must be a legal date and on or after {FORMULA1}",lessThan:"Value must be a legal date and before {FORMULA1}",lessThanOrEqual:"Value must be a legal date and on or before {FORMULA1}",equal:"Value must be a legal date and {FORMULA1}",notEqual:"Value must be a legal date and not {FORMULA1}",notBetween:"Value must be a legal date and not between {FORMULA1}",legal:"Value must be a legal date"}},list:{title:"Dropdown",name:"Value contains one from range",error:"Input must fall within specified range",emptyError:"Please enter a value",add:"Add",dropdown:"Select",options:"Options",customOptions:"Custom",refOptions:"From a range",formulaError:"The list source must be a delimited list of data, or a reference to a single row or column.",edit:"Edit"},listMultiple:{title:"Dropdown-Multiple",dropdown:"Multiple select"},textLength:{title:"Text length",errorMsg:{between:"Text length must be between {FORMULA1} and {FORMULA2}",greaterThan:"Text length must be after {FORMULA1}",greaterThanOrEqual:"Text length must be on or after {FORMULA1}",lessThan:"Text length must be before {FORMULA1}",lessThanOrEqual:"Text length must be on or before {FORMULA1}",equal:"Text length must be {FORMULA1}",notEqual:"Text length must be not {FORMULA1}",notBetween:"Text length must be not between {FORMULA1}"}},decimal:{title:"Number"},whole:{title:"Integer"},checkbox:{title:"Checkbox",error:"This cell's contents violate its validation rule",tips:"Use custom values within cells",checked:"Selected value",unchecked:"Unselected value"},custom:{title:"Custom formula",error:"This cell's contents violate its validation rule",validFail:"Please input a valid formula",ruleName:"Custom formula is {FORMULA1}"},alert:{title:"Error",ok:"OK"},error:{title:"Invalid:"},renderMode:{arrow:"Arrow",chip:"Chip",text:"Plain text",label:"Display style"},showTime:{label:"Show TimePicker"}}}});
@@ -1 +1 @@
1
- (function(e,a){typeof exports=="object"&&typeof module<"u"?module.exports=a():typeof define=="function"&&define.amd?define(a):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsDataValidationUiFaIR=a())})(this,function(){"use strict";return{dataValidation:{title:"اعتبارسنجی داده",validFail:{value:"لطفا یک مقدار وارد کنید",common:"لطفا مقدار یا فرمول را وارد کنید",number:"لطفا عدد یا فرمول را وارد کنید",formula:"لطفا فرمول را وارد کنید",integer:"لطفا عدد صحیح یا فرمول را وارد کنید",date:"لطفا تاریخ یا فرمول را وارد کنید",list:"لطفا گزینه‌ها را وارد کنید",listInvalid:"منبع لیست باید یک لیست جدا شده یا یک مرجع به یک سطر یا ستون منفرد باشد",checkboxEqual:"برای محتوای سلول‌های علامت‌دار و علامت‌گذاری نشده، مقادیر متفاوتی وارد کنید.",formulaError:"محدوده مرجع حاوی داده‌های نامرئی است، لطفا محدوده را دوباره تنظیم کنید",listIntersects:"محدوده انتخاب شده نمی‌تواند با دامنه قوانین تداخل داشته باشد",primitive:"فرمول‌ها برای مقادیر سفارشی علامت‌دار و علامت‌گذاری نشده مجاز نیستند."},panel:{title:"مدیریت اعتبارسنجی داده",addTitle:"ایجاد اعتبارسنجی داده جدید",removeAll:"حذف همه",add:"افزودن قانون",range:"محدوده‌ها",type:"نوع",options:"گزینه‌های پیشرفته",operator:"عملگر",removeRule:"حذف",done:"انجام شد",formulaPlaceholder:"لطفا مقدار یا فرمول را وارد کنید",valuePlaceholder:"لطفا مقدار را وارد کنید",formulaAnd:"و",invalid:"نامعتبر",showWarning:"نمایش هشدار",rejectInput:"رد ورودی",messageInfo:"پیام راهنما",showInfo:"نمایش متن راهنما برای یک سلول انتخاب شده",rangeError:"محدوده‌ها نامعتبر هستند",allowBlank:"رد سلول خالی"},operators:{between:"بین",greaterThan:"بزرگتر از",greaterThanOrEqual:"بزرگتر از یا برابر با",lessThan:"کوچکتر از",lessThanOrEqual:"کوچکتر از یا برابر با",equal:"برابر است با",notEqual:"برابر نیست با",notBetween:"بین ... و ... نیست"},ruleName:{between:"بین {FORMULA1} و {FORMULA2} است",greaterThan:"بزرگتر از {FORMULA1} است",greaterThanOrEqual:"بزرگتر از یا برابر با {FORMULA1} است",lessThan:"کوچکتر از {FORMULA1} است",lessThanOrEqual:"کوچکتر از یا برابر با {FORMULA1} است",equal:"برابر است با {FORMULA1}",notEqual:"برابر نیست با {FORMULA1}",notBetween:"بین {FORMULA1} و {FORMULA2} نیست"},errorMsg:{between:"مقدار باید بین {FORMULA1} و {FORMULA2} باشد",greaterThan:"مقدار باید بزرگتر از {FORMULA1} باشد",greaterThanOrEqual:"مقدار باید بزرگتر از یا برابر با {FORMULA1} باشد",lessThan:"مقدار باید کوچکتر از {FORMULA1} باشد",lessThanOrEqual:"مقدار باید کوچکتر از یا برابر با {FORMULA1} باشد",equal:"مقدار باید برابر با {FORMULA1} باشد",notEqual:"مقدار باید برابر نیست با {FORMULA1}",notBetween:"مقدار باید بین {FORMULA1} و {FORMULA2} نباشد"},any:{title:"هر مقدار",error:"محتوای این سلول نقض قانون اعتبارسنجی است"},date:{title:"تاریخ",operators:{between:"بین",greaterThan:"بعد از",greaterThanOrEqual:"روی یا بعد از",lessThan:"قبل از",lessThanOrEqual:"روی یا قبل از",equal:"برابر است با",notEqual:"برابر نیست با",notBetween:"بین ... و ... نیست"},ruleName:{between:"بین {FORMULA1} و {FORMULA2} است",greaterThan:"بعد از {FORMULA1} است",greaterThanOrEqual:"روی یا بعد از {FORMULA1} است",lessThan:"قبل از {FORMULA1} است",lessThanOrEqual:"روی یا قبل از {FORMULA1} است",equal:"برابر است با {FORMULA1}",notEqual:"برابر نیست با {FORMULA1}",notBetween:"بین {FORMULA1} و {FORMULA2} نیست"},errorMsg:{between:"مقدار باید یک تاریخ معتبر و بین {FORMULA1} و {FORMULA2} باشد",greaterThan:"مقدار باید یک تاریخ معتبر و بعد از {FORMULA1} باشد",greaterThanOrEqual:"مقدار باید یک تاریخ معتبر و روی یا بعد از {FORMULA1} باشد",lessThan:"مقدار باید یک تاریخ معتبر و قبل از {FORMULA1} باشد",lessThanOrEqual:"مقدار باید یک تاریخ معتبر و روی یا قبل از {FORMULA1} باشد",equal:"مقدار باید یک تاریخ معتبر و {FORMULA1} باشد",notEqual:"مقدار باید یک تاریخ معتبر و نه {FORMULA1} باشد",notBetween:"مقدار باید یک تاریخ معتبر و بین {FORMULA1} و {FORMULA2} نباشد"}},list:{title:"لیست کشویی",name:"مقدار شامل یکی از محدوده است",error:"ورود باید در محدوده مشخص شده قرار گیرد",emptyError:"لطفا یک مقدار وارد کنید",add:"افزودن",dropdown:"انتخاب",options:"گزینه‌ها",customOptions:"سفارشی",refOptions:"از یک محدوده",formulaError:"منبع لیست باید یک لیست جدا شده از داده‌ها یا یک مرجع به یک سطر یا ستون منفرد باشد.",edit:"ویرایش"},listMultiple:{title:"لیست کشویی چندگانه",dropdown:"انتخاب چندگانه"},textLength:{title:"طول متن",errorMsg:{between:"طول متن باید بین {FORMULA1} و {FORMULA2} باشد",greaterThan:"طول متن باید بعد از {FORMULA1} باشد",greaterThanOrEqual:"طول متن باید روی یا بعد از {FORMULA1} باشد",lessThan:"طول متن باید قبل از {FORMULA1} باشد",lessThanOrEqual:"طول متن باید روی یا قبل از {FORMULA1} باشد",equal:"طول متن باید {FORMULA1} باشد",notEqual:"طول متن باید {FORMULA1} نباشد",notBetween:"طول متن باید بین {FORMULA1} و {FORMULA2} نباشد"}},decimal:{title:"عدد"},whole:{title:"عدد صحیح"},checkbox:{title:"کادر انتخاب",error:"محتوای این سلول با قانون اعتبارسنجی آن نقض می‌شود",tips:"از مقادیر سفارشی در سلول‌ها استفاده کنید",checked:"مقدار انتخاب شده",unchecked:"مقدار انتخاب نشده"},custom:{title:"فرمول سفارشی ",error:"محتوای این سلول با قانون اعتبارسنجی آن نقض می‌شود",validFail:"لطفا یک فرمول معتبر وارد کنید",ruleName:"فرمول سفارشی {FORMULA1}"},alert:{title:"خطا",ok:"باشه"},error:{title:"نامعتبر:"},renderMode:{arrow:"فلش",chip:"چیپ",text:"متن ساده",label:"سبک نمایش"},showTime:{label:"نمایش انتخاب‌گر زمان"}}}});
1
+ (function(e,a){typeof exports=="object"&&typeof module<"u"?module.exports=a():typeof define=="function"&&define.amd?define(a):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsDataValidationUiFaIR=a())})(this,function(){"use strict";return{dataValidation:{title:"اعتبارسنجی داده",validFail:{value:"لطفا یک مقدار وارد کنید",common:"لطفا مقدار یا فرمول را وارد کنید",number:"لطفا عدد یا فرمول را وارد کنید",formula:"لطفا فرمول را وارد کنید",integer:"لطفا عدد صحیح یا فرمول را وارد کنید",date:"لطفا تاریخ یا فرمول را وارد کنید",list:"لطفا گزینه‌ها را وارد کنید",listInvalid:"منبع لیست باید یک لیست جدا شده یا یک مرجع به یک سطر یا ستون منفرد باشد",checkboxEqual:"برای محتوای سلول‌های علامت‌دار و علامت‌گذاری نشده، مقادیر متفاوتی وارد کنید.",formulaError:"محدوده مرجع حاوی داده‌های نامرئی است، لطفا محدوده را دوباره تنظیم کنید",listIntersects:"محدوده انتخاب شده نمی‌تواند با دامنه قوانین تداخل داشته باشد",primitive:"فرمول‌ها برای مقادیر سفارشی علامت‌دار و علامت‌گذاری نشده مجاز نیستند."},panel:{title:"مدیریت اعتبارسنجی داده",addTitle:"ایجاد اعتبارسنجی داده جدید",removeAll:"حذف همه",add:"افزودن قانون",range:"محدوده‌ها",type:"نوع",options:"گزینه‌های پیشرفته",operator:"عملگر",removeRule:"حذف",done:"انجام شد",formulaPlaceholder:"لطفا مقدار یا فرمول را وارد کنید",valuePlaceholder:"لطفا مقدار را وارد کنید",formulaAnd:"و",invalid:"نامعتبر",showWarning:"نمایش هشدار",rejectInput:"رد ورودی",messageInfo:"پیام راهنما",showInfo:"نمایش متن راهنما برای یک سلول انتخاب شده",rangeError:"محدوده‌ها نامعتبر هستند",allowBlank:"رد سلول خالی"},operators:{between:"بین",greaterThan:"بزرگتر از",greaterThanOrEqual:"بزرگتر از یا برابر با",lessThan:"کوچکتر از",lessThanOrEqual:"کوچکتر از یا برابر با",equal:"برابر با",notEqual:"نابرابر با",notBetween:"بین نیست",legal:"نوع قانونی است"},ruleName:{between:"بین {FORMULA1} و {FORMULA2} است",greaterThan:"بزرگتر از {FORMULA1} است",greaterThanOrEqual:"بزرگتر از یا برابر با {FORMULA1} است",lessThan:"کوچکتر از {FORMULA1} است",lessThanOrEqual:"کوچکتر از یا برابر با {FORMULA1} است",equal:"برابر است با {FORMULA1}",notEqual:"برابر نیست با {FORMULA1}",notBetween:"بین {FORMULA1} و {FORMULA2} نیست",legal:"یک {TYPE} قانونی است"},errorMsg:{between:"مقدار باید بین {FORMULA1} و {FORMULA2} باشد",greaterThan:"مقدار باید بزرگتر از {FORMULA1} باشد",greaterThanOrEqual:"مقدار باید بزرگتر از یا برابر با {FORMULA1} باشد",lessThan:"مقدار باید کوچکتر از {FORMULA1} باشد",lessThanOrEqual:"مقدار باید کوچکتر از یا برابر با {FORMULA1} باشد",equal:"مقدار باید برابر با {FORMULA1} باشد",notEqual:"مقدار باید برابر نیست با {FORMULA1}",notBetween:"مقدار باید بین {FORMULA1} و {FORMULA2} نباشد",legal:"مقدار باید یک {TYPE} قانونی باشد"},any:{title:"هر مقدار",error:"محتوای این سلول نقض قانون اعتبارسنجی است"},date:{title:"تاریخ",operators:{between:"بین",greaterThan:"بعد از",greaterThanOrEqual:"روی یا بعد از",lessThan:"قبل از",lessThanOrEqual:"روی یا قبل از",equal:"برابر است با",notEqual:"برابر نیست با",notBetween:"بین ... و ... نیست",legal:"یک تاریخ قانونی است"},ruleName:{between:"بین {FORMULA1} و {FORMULA2} است",greaterThan:"بعد از {FORMULA1} است",greaterThanOrEqual:"روی یا بعد از {FORMULA1} است",lessThan:"قبل از {FORMULA1} است",lessThanOrEqual:"روی یا قبل از {FORMULA1} است",equal:"برابر است با {FORMULA1}",notEqual:"برابر نیست با {FORMULA1}",notBetween:"بین {FORMULA1} و {FORMULA2} نیست",legal:"یک تاریخ قانونی است"},errorMsg:{between:"مقدار باید یک تاریخ معتبر و بین {FORMULA1} و {FORMULA2} باشد",greaterThan:"مقدار باید یک تاریخ معتبر و بعد از {FORMULA1} باشد",greaterThanOrEqual:"مقدار باید یک تاریخ معتبر و روی یا بعد از {FORMULA1} باشد",lessThan:"مقدار باید یک تاریخ معتبر و قبل از {FORMULA1} باشد",lessThanOrEqual:"مقدار باید یک تاریخ معتبر و روی یا قبل از {FORMULA1} باشد",equal:"مقدار باید یک تاریخ معتبر و {FORMULA1} باشد",notEqual:"مقدار باید یک تاریخ معتبر و نه {FORMULA1} باشد",notBetween:"مقدار باید یک تاریخ معتبر و بین {FORMULA1} و {FORMULA2} نباشد",legal:"مقدار باید یک تاریخ قانونی باشد"}},list:{title:"لیست کشویی",name:"مقدار شامل یکی از محدوده است",error:"ورود باید در محدوده مشخص شده قرار گیرد",emptyError:"لطفا یک مقدار وارد کنید",add:"افزودن",dropdown:"انتخاب",options:"گزینه‌ها",customOptions:"سفارشی",refOptions:"از یک محدوده",formulaError:"منبع لیست باید یک لیست جدا شده از داده‌ها یا یک مرجع به یک سطر یا ستون منفرد باشد.",edit:"ویرایش"},listMultiple:{title:"لیست کشویی چندگانه",dropdown:"انتخاب چندگانه"},textLength:{title:"طول متن",errorMsg:{between:"طول متن باید بین {FORMULA1} و {FORMULA2} باشد",greaterThan:"طول متن باید بعد از {FORMULA1} باشد",greaterThanOrEqual:"طول متن باید روی یا بعد از {FORMULA1} باشد",lessThan:"طول متن باید قبل از {FORMULA1} باشد",lessThanOrEqual:"طول متن باید روی یا قبل از {FORMULA1} باشد",equal:"طول متن باید {FORMULA1} باشد",notEqual:"طول متن باید {FORMULA1} نباشد",notBetween:"طول متن باید بین {FORMULA1} و {FORMULA2} نباشد"}},decimal:{title:"عدد"},whole:{title:"عدد صحیح"},checkbox:{title:"کادر انتخاب",error:"محتوای این سلول با قانون اعتبارسنجی آن نقض می‌شود",tips:"از مقادیر سفارشی در سلول‌ها استفاده کنید",checked:"مقدار انتخاب شده",unchecked:"مقدار انتخاب نشده"},custom:{title:"فرمول سفارشی ",error:"محتوای این سلول با قانون اعتبارسنجی آن نقض می‌شود",validFail:"لطفا یک فرمول معتبر وارد کنید",ruleName:"فرمول سفارشی {FORMULA1}"},alert:{title:"خطا",ok:"باشه"},error:{title:"نامعتبر:"},renderMode:{arrow:"فلش",chip:"چیپ",text:"متن ساده",label:"سبک نمایش"},showTime:{label:"نمایش انتخاب زمان"}}}});
@@ -1 +1 @@
1
- (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsDataValidationUiFrFR=t())})(this,function(){"use strict";return{dataValidation:{title:"Validation des données",validFail:{value:"Veuillez entrer une valeur",common:"Veuillez entrer une valeur ou une formule",number:"Veuillez entrer un nombre ou une formule",formula:"Veuillez entrer une formule",integer:"Veuillez entrer un entier ou une formule",date:"Veuillez entrer une date ou une formule",list:"Veuillez entrer des options",listInvalid:"La source de la liste doit être une liste délimitée ou une référence à une seule ligne ou colonne",checkboxEqual:"Entrez des valeurs différentes pour les contenus des cellules cochées et décochées.",formulaError:"La plage de référence contient des données invisibles, veuillez réajuster la plage",listIntersects:"La plage sélectionnée ne peut pas croiser le champ des règles",primitive:"Les formules ne sont pas autorisées pour les valeurs personnalisées cochées et décochées."},panel:{title:"Gestion de la validation des données",addTitle:"Créer une nouvelle validation des données",removeAll:"Tout supprimer",add:"Ajouter une règle",range:"Plages",type:"Type",options:"Options avancées",operator:"Opérateur",removeRule:"Supprimer",done:"Terminé",formulaPlaceholder:"Veuillez entrer une valeur ou une formule",valuePlaceholder:"Veuillez entrer une valeur",formulaAnd:"et",invalid:"Invalide",showWarning:"Afficher un avertissement",rejectInput:"Rejeter l'entrée",messageInfo:"Message d'aide",showInfo:"Afficher le texte d'aide pour une cellule sélectionnée",rangeError:"Les plages ne sont pas légales",allowBlank:"Autoriser les valeurs vides"},operators:{between:"entre",greaterThan:"supérieur à",greaterThanOrEqual:"supérieur ou égal à",lessThan:"inférieur à",lessThanOrEqual:"inférieur ou égal à",equal:"égal à",notEqual:"différent de",notBetween:"pas entre"},ruleName:{between:"est entre {FORMULA1} et {FORMULA2}",greaterThan:"est supérieur à {FORMULA1}",greaterThanOrEqual:"est supérieur ou égal à {FORMULA1}",lessThan:"est inférieur à {FORMULA1}",lessThanOrEqual:"est inférieur ou égal à {FORMULA1}",equal:"est égal à {FORMULA1}",notEqual:"est différent de {FORMULA1}",notBetween:"n'est pas entre {FORMULA1} et {FORMULA2}"},errorMsg:{between:"La valeur doit être entre {FORMULA1} et {FORMULA2}",greaterThan:"La valeur doit être supérieure à {FORMULA1}",greaterThanOrEqual:"La valeur doit être supérieure ou égale à {FORMULA1}",lessThan:"La valeur doit être inférieure à {FORMULA1}",lessThanOrEqual:"La valeur doit être inférieure ou égale à {FORMULA1}",equal:"La valeur doit être égale à {FORMULA1}",notEqual:"La valeur doit être différente de {FORMULA1}",notBetween:"La valeur ne doit pas être entre {FORMULA1} et {FORMULA2}"},any:{title:"N'importe quelle valeur",error:"Le contenu de cette cellule viole la règle de validation"},date:{title:"Date",operators:{between:"entre",greaterThan:"après",greaterThanOrEqual:"le ou après",lessThan:"avant",lessThanOrEqual:"le ou avant",equal:"égal à",notEqual:"différent de",notBetween:"pas entre"},ruleName:{between:"est entre {FORMULA1} et {FORMULA2}",greaterThan:"est après {FORMULA1}",greaterThanOrEqual:"est le ou après {FORMULA1}",lessThan:"est avant {FORMULA1}",lessThanOrEqual:"est le ou avant {FORMULA1}",equal:"est {FORMULA1}",notEqual:"n'est pas {FORMULA1}",notBetween:"n'est pas entre {FORMULA1}"},errorMsg:{between:"La valeur doit être une date légale et entre {FORMULA1} et {FORMULA2}",greaterThan:"La valeur doit être une date légale et après {FORMULA1}",greaterThanOrEqual:"La valeur doit être une date légale et le ou après {FORMULA1}",lessThan:"La valeur doit être une date légale et avant {FORMULA1}",lessThanOrEqual:"La valeur doit être une date légale et le ou avant {FORMULA1}",equal:"La valeur doit être une date légale et {FORMULA1}",notEqual:"La valeur doit être une date légale et non {FORMULA1}",notBetween:"La valeur doit être une date légale et non entre {FORMULA1}"}},list:{title:"Liste déroulante",name:"La valeur contient une de la plage",error:"L'entrée doit être dans la plage spécifiée",emptyError:"Veuillez entrer une valeur",add:"Ajouter",dropdown:"Sélectionner",options:"Options",customOptions:"Personnalisé",refOptions:"D'une plage",formulaError:"La source de la liste doit être une liste délimitée de données, ou une référence à une seule ligne ou colonne.",edit:"Éditer"},listMultiple:{title:"Liste déroulante-Multiple",dropdown:"Sélection multiple"},textLength:{title:"Longueur du texte",errorMsg:{between:"La longueur du texte doit être entre {FORMULA1} et {FORMULA2}",greaterThan:"La longueur du texte doit être supérieure à {FORMULA1}",greaterThanOrEqual:"La longueur du texte doit être supérieure ou égale à {FORMULA1}",lessThan:"La longueur du texte doit être inférieure à {FORMULA1}",lessThanOrEqual:"La longueur du texte doit être inférieure ou égale à {FORMULA1}",equal:"La longueur du texte doit être {FORMULA1}",notEqual:"La longueur du texte doit être différente de {FORMULA1}",notBetween:"La longueur du texte ne doit pas être entre {FORMULA1} et {FORMULA2}"}},decimal:{title:"Nombre"},whole:{title:"Entier"},checkbox:{title:"Case à cocher",error:"Le contenu de cette cellule viole sa règle de validation",tips:"Utiliser des valeurs personnalisées dans les cellules",checked:"Valeur sélectionnée",unchecked:"Valeur non sélectionnée"},custom:{title:"Formule personnalisée",error:"Le contenu de cette cellule viole sa règle de validation",validFail:"Veuillez entrer une formule valide",ruleName:"La formule personnalisée est {FORMULA1}"},alert:{title:"Erreur",ok:"OK"},error:{title:"Invalide :"},renderMode:{arrow:"Flèche",chip:"Puce",text:"Texte brut",label:"Style d'affichage"},showTime:{label:"Afficher le sélecteur de temps"}}}});
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.UniverSheetsDataValidationUiFrFR=t())})(this,function(){"use strict";return{dataValidation:{title:"Validation des données",validFail:{value:"Veuillez entrer une valeur",common:"Veuillez entrer une valeur ou une formule",number:"Veuillez entrer un nombre ou une formule",formula:"Veuillez entrer une formule",integer:"Veuillez entrer un entier ou une formule",date:"Veuillez entrer une date ou une formule",list:"Veuillez entrer des options",listInvalid:"La source de la liste doit être une liste délimitée ou une référence à une seule ligne ou colonne",checkboxEqual:"Entrez des valeurs différentes pour les contenus des cellules cochées et décochées.",formulaError:"La plage de référence contient des données invisibles, veuillez réajuster la plage",listIntersects:"La plage sélectionnée ne peut pas croiser le champ des règles",primitive:"Les formules ne sont pas autorisées pour les valeurs personnalisées cochées et décochées."},panel:{title:"Gestion de la validation des données",addTitle:"Créer une nouvelle validation des données",removeAll:"Tout supprimer",add:"Ajouter une règle",range:"Plages",type:"Type",options:"Options avancées",operator:"Opérateur",removeRule:"Supprimer",done:"Terminé",formulaPlaceholder:"Veuillez entrer une valeur ou une formule",valuePlaceholder:"Veuillez entrer une valeur",formulaAnd:"et",invalid:"Invalide",showWarning:"Afficher un avertissement",rejectInput:"Rejeter l'entrée",messageInfo:"Message d'aide",showInfo:"Afficher le texte d'aide pour une cellule sélectionnée",rangeError:"Les plages ne sont pas légales",allowBlank:"Autoriser les valeurs vides"},operators:{between:"entre",greaterThan:"supérieur à",greaterThanOrEqual:"supérieur ou égal à",lessThan:"inférieur à",lessThanOrEqual:"inférieur ou égal à",equal:"égal à",notEqual:"différent de",notBetween:"pas entre",legal:"est de type légal"},ruleName:{between:"est entre {FORMULA1} et {FORMULA2}",greaterThan:"est supérieur à {FORMULA1}",greaterThanOrEqual:"est supérieur ou égal à {FORMULA1}",lessThan:"est inférieur à {FORMULA1}",lessThanOrEqual:"est inférieur ou égal à {FORMULA1}",equal:"est égal à {FORMULA1}",notEqual:"est différent de {FORMULA1}",notBetween:"n'est pas entre {FORMULA1} et {FORMULA2}",legal:"est un {TYPE} légal"},errorMsg:{between:"La valeur doit être entre {FORMULA1} et {FORMULA2}",greaterThan:"La valeur doit être supérieure à {FORMULA1}",greaterThanOrEqual:"La valeur doit être supérieure ou égale à {FORMULA1}",lessThan:"La valeur doit être inférieure à {FORMULA1}",lessThanOrEqual:"La valeur doit être inférieure ou égale à {FORMULA1}",equal:"La valeur doit être égale à {FORMULA1}",notEqual:"La valeur doit être différente de {FORMULA1}",notBetween:"La valeur ne doit pas être entre {FORMULA1} et {FORMULA2}",legal:"La valeur doit être un {TYPE} légal"},any:{title:"N'importe quelle valeur",error:"Le contenu de cette cellule viole la règle de validation"},date:{title:"Date",operators:{between:"entre",greaterThan:"après",greaterThanOrEqual:"le ou après",lessThan:"avant",lessThanOrEqual:"le ou avant",equal:"égal à",notEqual:"différent de",notBetween:"pas entre",legal:"est une date légale"},ruleName:{between:"est entre {FORMULA1} et {FORMULA2}",greaterThan:"est après {FORMULA1}",greaterThanOrEqual:"est le ou après {FORMULA1}",lessThan:"est avant {FORMULA1}",lessThanOrEqual:"est le ou avant {FORMULA1}",equal:"est {FORMULA1}",notEqual:"n'est pas {FORMULA1}",notBetween:"n'est pas entre {FORMULA1}",legal:"est une date légale"},errorMsg:{between:"La valeur doit être une date légale et entre {FORMULA1} et {FORMULA2}",greaterThan:"La valeur doit être une date légale et après {FORMULA1}",greaterThanOrEqual:"La valeur doit être une date légale et le ou après {FORMULA1}",lessThan:"La valeur doit être une date légale et avant {FORMULA1}",lessThanOrEqual:"La valeur doit être une date légale et le ou avant {FORMULA1}",equal:"La valeur doit être une date légale et {FORMULA1}",notEqual:"La valeur doit être une date légale et non {FORMULA1}",notBetween:"La valeur doit être une date légale et non entre {FORMULA1}",legal:"La valeur doit être une date légale"}},list:{title:"Liste déroulante",name:"La valeur contient une de la plage",error:"L'entrée doit être dans la plage spécifiée",emptyError:"Veuillez entrer une valeur",add:"Ajouter",dropdown:"Sélectionner",options:"Options",customOptions:"Personnalisé",refOptions:"D'une plage",formulaError:"La source de la liste doit être une liste délimitée de données, ou une référence à une seule ligne ou colonne.",edit:"Éditer"},listMultiple:{title:"Liste déroulante-Multiple",dropdown:"Sélection multiple"},textLength:{title:"Longueur du texte",errorMsg:{between:"La longueur du texte doit être entre {FORMULA1} et {FORMULA2}",greaterThan:"La longueur du texte doit être supérieure à {FORMULA1}",greaterThanOrEqual:"La longueur du texte doit être supérieure ou égale à {FORMULA1}",lessThan:"La longueur du texte doit être inférieure à {FORMULA1}",lessThanOrEqual:"La longueur du texte doit être inférieure ou égale à {FORMULA1}",equal:"La longueur du texte doit être {FORMULA1}",notEqual:"La longueur du texte doit être différente de {FORMULA1}",notBetween:"La longueur du texte ne doit pas être entre {FORMULA1} et {FORMULA2}"}},decimal:{title:"Nombre"},whole:{title:"Entier"},checkbox:{title:"Case à cocher",error:"Le contenu de cette cellule viole sa règle de validation",tips:"Utiliser des valeurs personnalisées dans les cellules",checked:"Valeur sélectionnée",unchecked:"Valeur non sélectionnée"},custom:{title:"Formule personnalisée",error:"Le contenu de cette cellule viole sa règle de validation",validFail:"Veuillez entrer une formule valide",ruleName:"La formule personnalisée est {FORMULA1}"},alert:{title:"Erreur",ok:"OK"},error:{title:"Invalide :"},renderMode:{arrow:"Flèche",chip:"Puce",text:"Texte brut",label:"Style d'affichage"},showTime:{label:"Afficher le sélecteur de temps"}}}});