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