@univerjs/sheets-hyper-link-ui 0.5.4 → 0.5.5-experimental.20250123-34738ff

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/facade.js CHANGED
@@ -1 +1 @@
1
- "use strict";const n=require("@univerjs/sheets-hyper-link"),t=require("@univerjs/sheets-hyper-link-ui"),o=require("@univerjs/sheets-hyper-link/facade"),c=require("@univerjs/sheets/facade");class k extends o.FWorkbookHyperLinkMixin{navigateToSheetHyperlink(e){const r=this._injector.get(n.SheetsHyperLinkParserService),i=this._injector.get(t.SheetsHyperLinkResolverService),s=r.parseHyperLink(e);i.navigate(s)}}c.FWorkbook.extend(k);
1
+ "use strict";var __defProp=Object.defineProperty;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});const sheetsHyperLink=require("@univerjs/sheets-hyper-link"),sheetsHyperLinkUi=require("@univerjs/sheets-hyper-link-ui"),facade$1=require("@univerjs/sheets-hyper-link/facade"),facade=require("@univerjs/sheets/facade"),_FWorkbookHyperLinkUIMixin=class _FWorkbookHyperLinkUIMixin extends facade$1.FWorkbookHyperLinkMixin{navigateToSheetHyperlink(hyperlink){const parserService=this._injector.get(sheetsHyperLink.SheetsHyperLinkParserService),resolverService=this._injector.get(sheetsHyperLinkUi.SheetsHyperLinkResolverService),info=parserService.parseHyperLink(hyperlink);resolverService.navigate(info)}};__name(_FWorkbookHyperLinkUIMixin,"FWorkbookHyperLinkUIMixin");let FWorkbookHyperLinkUIMixin=_FWorkbookHyperLinkUIMixin;facade.FWorkbook.extend(FWorkbookHyperLinkUIMixin);
package/lib/cjs/index.js CHANGED
@@ -1,9 +1 @@
1
- "use strict";var Kt=Object.defineProperty;var Yt=(e,n,t)=>n in e?Kt(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t;var Z=(e,n,t)=>Yt(e,typeof n!="symbol"?n+"":n,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("@univerjs/core"),v=require("@univerjs/sheets-hyper-link"),y=require("@univerjs/sheets-ui"),w=require("@univerjs/design"),X=require("@univerjs/engine-formula"),E=require("@univerjs/sheets"),b=require("@univerjs/ui"),ne=require("@univerjs/docs-ui"),Ce=require("@univerjs/engine-render"),R=require("rxjs"),Ie=require("@univerjs/docs"),I=require("react"),Gt=require("@univerjs/sheets-formula-ui"),mt=require("@univerjs/sheets-data-validation");function Pe(e){return s.Tools.isLegalUrl(e)}function zt(e){return/^[a-zA-Z]+:\/\//.test(e)}function qt(e){return/^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/.test(e)}function Jt(e){if(Pe(e)){const n=zt(e)?e:qt(e)?`mailto://${e}`:`http://${e}`;let t;try{t=new URL(n)}catch{return e}return t.hostname===location.hostname&&t.port===location.port&&t.protocol===location.protocol&&t.pathname===location.pathname&&t.hash&&!t.search?t.hash:n}return e}const Ot="sheets-hyper-link-ui.config",ft={};var Xt=Object.defineProperty,Qt=Object.getOwnPropertyDescriptor,en=(e,n,t,r)=>{for(var i=r>1?void 0:r?Qt(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&Xt(n,t,i),i},ue=(e,n)=>(t,r)=>n(t,r,e);function tn(e,n){const t=n.getMergeData(),r=n.getMaxColumns()-1,i=n.getMaxRows()-1;if(r<e.endColumn&&(e.endColumn=r),i<e.endRow&&(e.endRow=i),e.rangeType===s.RANGE_TYPE.COLUMN||s.RANGE_TYPE.ROW)return e;const c=[];return t.forEach(o=>{s.Rectangle.intersects(e,o)&&c.push(o)}),s.Rectangle.realUnion(e,...c)}exports.SheetsHyperLinkResolverService=class{constructor(n,t,r,i,c,o){this._univerInstanceService=n,this._commandService=t,this._definedNamesService=r,this._messageService=i,this._localeService=c,this._configService=o}navigate(n){switch(n.type){case v.SheetHyperLinkType.URL:this.navigateToOtherWebsite(n.url);break;default:this._navigateToUniver(n.searchObj)}}_navigateToUniver(n){const{gid:t,range:r,rangeid:i}=n,c=this._univerInstanceService.getCurrentUnitForType(s.UniverInstanceType.UNIVER_SHEET);if(!c)return;const o=c.getUnitId();if(i){const l=this._definedNamesService.getValueById(o,i);if(!l)return;const{formulaOrRefString:u}=l,p=this._definedNamesService.getWorksheetByRef(o,u);if(!p){this._messageService.show({content:this._localeService.t("hyperLink.message.refError"),type:w.MessageType.Error});return}if(p.isSheetHidden()){this._messageService.show({content:this._localeService.t("hyperLink.message.hiddenSheet"),type:w.MessageType.Error});return}this.navigateToDefineName(o,i)}if(t){if(r){const l=X.deserializeRangeWithSheet(r);s.isValidRange(l.range)&&r!==v.ERROR_RANGE&&this.navigateToRange(o,t,l.range);return}this.navigateToSheetById(o,t)}}async navigateToRange(n,t,r,i){const c=await this.navigateToSheetById(n,t);if(c){const o=tn(r,c);await this._commandService.executeCommand(E.SetSelectionsOperation.id,{unitId:n,subUnitId:t,selections:[{range:o,primary:null}]}),await this._commandService.executeCommand(y.ScrollToRangeOperation.id,{range:o,forceTop:i})}}async navigateToSheetById(n,t){const r=this._univerInstanceService.getUnit(n,s.UniverInstanceType.UNIVER_SHEET);if(!r)return!1;const i=r.getActiveSheet();if(!i)return!1;if(i.getSheetId()===t)return i;const c=r.getSheetBySheetId(t);return c?r.getHiddenWorksheets().indexOf(t)>-1?(this._messageService.show({content:this._localeService.t("hyperLink.message.hiddenSheet"),type:w.MessageType.Error}),!1):await this._commandService.executeCommand(E.SetWorksheetActiveOperation.id,{unitId:n,subUnitId:t})?c:!1:(this._messageService.show({content:this._localeService.t("hyperLink.message.noSheet"),type:w.MessageType.Error}),!1)}async navigateToDefineName(n,t){return this._definedNamesService.focusRange(n,t),!0}async navigateToOtherWebsite(n){var r;const t=this._configService.getConfig(Ot);if((r=t==null?void 0:t.urlHandler)!=null&&r.navigateToOtherWebsite)return t.urlHandler.navigateToOtherWebsite(n);window.open(n,"_blank","noopener noreferrer")}};exports.SheetsHyperLinkResolverService=en([ue(0,s.IUniverInstanceService),ue(1,s.ICommandService),ue(2,X.IDefinedNamesService),ue(3,b.IMessageService),ue(4,s.Inject(s.LocaleService)),ue(5,s.IConfigService)],exports.SheetsHyperLinkResolverService);const qe="SHEET_HYPER_LINK_UI_PLUGIN";var nn=Object.defineProperty,rn=Object.getOwnPropertyDescriptor,sn=(e,n,t,r)=>{for(var i=r>1?void 0:r?rn(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&nn(n,t,i),i},Re=(e,n)=>(t,r)=>n(t,r,e);exports.SheetsHyperLinkCopyPasteController=class extends s.Disposable{constructor(t,r,i,c){super();Z(this,"_plainTextFilter",new Set);Z(this,"_copyInfo");this._sheetClipboardService=t,this._hyperLinkModel=r,this._injector=i,this._resolverService=c,this._initCopyPaste(),this.disposeWithMe(()=>{this._plainTextFilter.clear()})}registerPlainTextFilter(t){this._plainTextFilter.add(t)}removePlainTextFilter(t){this._plainTextFilter.delete(t)}_filterPlainText(t){return Array.from(this._plainTextFilter).every(r=>r(t))}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:qe,onBeforeCopy:(t,r,i)=>this._collect(t,r,i),onPasteCells:(t,r,i,c)=>{const{copyType:o=y.COPY_TYPE.COPY,pasteType:l}=c,{range:u}=t||{},{range:p,unitId:d,subUnitId:h}=r;return this._generateMutations(p,{copyType:o,pasteType:l,copyRange:u,unitId:d,subUnitId:h})},onPastePlainText:(t,r)=>{const i=this._filterPlainText(r);if(Pe(r)&&i){const{range:c,unitId:o,subUnitId:l}=t,{ranges:[u],mapFunc:p}=y.virtualizeDiscreteRanges([c]),d=[],h=[];return s.Range.foreach(u,(S,g)=>{const{row:C,col:L}=p(S,g),P=this._hyperLinkModel.getHyperLinkByLocation(o,l,C,L);P&&d.push({id:v.RemoveHyperLinkMutation.id,params:{unitId:o,subUnitId:l,id:P.id}}),P&&h.push({id:v.AddHyperLinkMutation.id,params:{unitId:o,subUnitId:l,link:P}})}),{redos:d,undos:h}}return{undos:[],redos:[]}},priority:99})}_collect(t,r,i){const c=new s.ObjectMatrix;this._copyInfo={unitId:t,subUnitId:r,matrix:c};const o=this._injector.invoke(p=>y.rangeToDiscreteRange(i,p,t,r));if(!o)return;const{rows:l,cols:u}=o;l.forEach((p,d)=>{u.forEach((h,S)=>{var C;const g=this._hyperLinkModel.getHyperLinkByLocation(t,r,p,h);c.setValue(d,S,(C=g==null?void 0:g.id)!=null?C:"")})})}_generateMutations(t,r){if(!this._copyInfo)return{redos:[],undos:[]};if(!this._copyInfo||!this._copyInfo.matrix.getSizeOf()||!r.copyRange)return{redos:[],undos:[]};if([y.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,y.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,y.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,y.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA].includes(r.pasteType))return{redos:[],undos:[]};const{unitId:c,subUnitId:o}=this._copyInfo,l=[],u=[],{ranges:[p,d],mapFunc:h}=y.virtualizeDiscreteRanges([r.copyRange,t]);return y.getRepeatRange(p,d,!0).forEach(({startRange:g})=>{var C;(C=this._copyInfo)==null||C.matrix.forValue((L,P,a)=>{const k=s.Rectangle.getPositionRange({startRow:L,endRow:L,startColumn:P,endColumn:P},g),x=this._hyperLinkModel.getHyperLink(c,o,a),{row:H,col:N}=h(k.startRow,k.startColumn),B=this._hyperLinkModel.getHyperLinkByLocation(r.unitId,r.subUnitId,H,N),A=s.Tools.generateRandomId();B&&l.push({id:v.RemoveHyperLinkMutation.id,params:{unitId:r.unitId,subUnitId:r.subUnitId,id:B.id}}),x&&(l.push({id:v.AddHyperLinkMutation.id,params:{unitId:r.unitId,subUnitId:r.subUnitId,link:{...x,id:A,row:H,column:N}}}),u.push({id:v.RemoveHyperLinkMutation.id,params:{unitId:r.unitId,subUnitId:r.subUnitId,id:A}})),B&&u.push({id:v.AddHyperLinkMutation.id,params:{unitId:r.unitId,subUnitId:r.subUnitId,link:B}})})}),{redos:l,undos:u}}};exports.SheetsHyperLinkCopyPasteController=sn([Re(0,y.ISheetClipboardService),Re(1,s.Inject(v.HyperLinkModel)),Re(2,s.Inject(s.Injector)),Re(3,s.Inject(exports.SheetsHyperLinkResolverService))],exports.SheetsHyperLinkCopyPasteController);var f=(e=>(e.EDITING="editing",e.VIEWING="viewing",e.ZEN_EDITOR="zen_mode",e))(f||{}),Ke={exports:{}},ve={};/**
2
- * @license React
3
- * react-jsx-runtime.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */var It;function on(){if(It)return ve;It=1;var e=I,n=Symbol.for("react.element"),t=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,i=e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,c={key:!0,ref:!0,__self:!0,__source:!0};function o(l,u,p){var d,h={},S=null,g=null;p!==void 0&&(S=""+p),u.key!==void 0&&(S=""+u.key),u.ref!==void 0&&(g=u.ref);for(d in u)r.call(u,d)&&!c.hasOwnProperty(d)&&(h[d]=u[d]);if(l&&l.defaultProps)for(d in u=l.defaultProps,u)h[d]===void 0&&(h[d]=u[d]);return{$$typeof:n,type:l,key:S,ref:g,props:h,_owner:i.current}}return ve.Fragment=t,ve.jsx=o,ve.jsxs=o,ve}var yt;function cn(){return yt||(yt=1,Ke.exports=on()),Ke.exports}var m=cn();class Je extends s.Disposable{constructor(){super(...arguments);Z(this,"_customHyperLinks",new Map)}isBuiltInLinkType(t){return t!==v.SheetHyperLinkType.URL}getOptions(){return Array.from(this._customHyperLinks.values()).map(({option:t})=>t)}findCustomHyperLink(t){return Array.from(this._customHyperLinks.values()).find(i=>i.match(t))}registerCustomHyperLink(t){this._customHyperLinks.set(t.type,t)}getCustomHyperLink(t){return this._customHyperLinks.get(t)}removeCustomHyperLink(t){const{_customHyperLinks:r}=this;r.delete(t)}dispose(){super.dispose(),this._customHyperLinks.clear()}}const an="univer-cell-link-edit",ln="univer-cell-link-edit-buttons",Ct={cellLinkEdit:an,cellLinkEditButtons:ln},Te=()=>{var rt;const[e,n]=I.useState(""),[t,r]=I.useState(!1),[i,c]=I.useState(""),[o,l]=I.useState(!0),[u,p]=I.useState(v.SheetHyperLinkType.URL),[d,h]=I.useState(""),S=s.useDependency(s.LocaleService),g=s.useDependency(X.IDefinedNamesService),C=s.useDependency(y.IEditorBridgeService),L=s.useDependency(s.IUniverInstanceService),P=s.useDependency(exports.SheetsHyperLinkPopupService),a=b.useObservable(P.currentEditing$),k=s.useDependency(v.SheetsHyperLinkParserService),x=s.useDependency(exports.SheetsHyperLinkResolverService),H=s.useDependency(s.ICommandService),N=s.useDependency(Je),B=I.useMemo(()=>N.getOptions(),[N]),A=s.useDependency(b.IZenZoneService),q=s.useDependency(Ce.IRenderManagerService),de=s.useDependency(y.IMarkSelectionService),Ee=s.useDependency(Ie.DocSelectionManagerService),re=s.useDependency(s.IContextService),pe=s.useDependency(s.ThemeService),he=s.useDependency(Ie.DocSelectionManagerService),ge=I.useRef({}),ie=I.useMemo(()=>{if(!N.isBuiltInLinkType(u))return N.getCustomHyperLink(u)},[N,u]),[F,Bt]=I.useState(!1),[_e,Be]=I.useState(!1),$=I.useRef(!1),W=L.getCurrentUnitForType(s.UniverInstanceType.UNIVER_SHEET),$t=(W==null?void 0:W.getActiveSheet().getSheetId())||"",Q=I.useCallback(_=>{c(_.replaceAll(s.DataStreamTreeTokenType.CUSTOM_RANGE_START,"").replaceAll(s.DataStreamTreeTokenType.CUSTOM_RANGE_END,""))},[c]);I.useEffect(()=>{var _,O,T,D,M,K,it,st,ot,ct,at,lt,ut,dt,pt,ht,gt;if((a==null?void 0:a.row)!==void 0&&a.col!==void 0){const{customRange:se,row:Ze,col:We}=a;let{label:J}=a;typeof J=="number"&&(J=`${J}`);let Y;if(se)Y={id:(_=se==null?void 0:se.rangeId)!=null?_:"",display:J!=null?J:"",payload:(T=(O=se==null?void 0:se.properties)==null?void 0:O.url)!=null?T:"",row:Ze,column:We};else if(a.type===f.VIEWING){const U=L.getUnit(a.unitId),te=U==null?void 0:U.getSheetBySheetId(a.subUnitId),j=te==null?void 0:te.getCellRaw(a.row,a.col),le=(K=(M=(D=j==null?void 0:j.p)==null?void 0:D.body)==null?void 0:M.customRanges)==null?void 0:K.find(St=>{var vt;return St.rangeType===s.CustomRangeType.HYPERLINK&&((vt=St.properties)==null?void 0:vt.url)}),Se=j==null?void 0:j.v;j&&(!s.BuildTextUtils.transform.isEmptyDocument((st=(it=j.p)==null?void 0:it.body)==null?void 0:st.dataStream)||s.Tools.isDefine(Se))&&l(!1),Y={id:"",display:"",payload:(ct=(ot=le==null?void 0:le.properties)==null?void 0:ot.url)!=null?ct:"",row:Ze,column:We}}else{const U=L.getCurrentUnitForType(s.UniverInstanceType.UNIVER_DOC),te=Ee.getActiveTextRange(),j=U==null?void 0:U.getBody(),le=te&&j?te:null,Se=le&&((lt=s.BuildTextUtils.customRange.getCustomRangesInterestsWithSelection(le,(at=j==null?void 0:j.customRanges)!=null?at:[]))==null?void 0:lt[0]);l(!1),Y={id:"",display:J!=null?J:"",payload:(dt=(ut=Se==null?void 0:Se.properties)==null?void 0:ut.url)!=null?dt:"",row:Ze,column:We}}n(Y.id);const _t=N.findCustomHyperLink(Y);if(_t){const U=_t.convert(Y);p(U.type),h(U.payload),Q(U.display);return}Q(Y.display);const ee=k.parseHyperLink(Y.payload);switch(p(ee.type===v.SheetHyperLinkType.INVALID?v.SheetHyperLinkType.RANGE:ee.type),ee.type){case v.SheetHyperLinkType.URL:{h(ee.url),ee.url===Y.display&&($.current=!0);break}case v.SheetHyperLinkType.RANGE:{const U=ee.searchObj,te=U.gid&&(gt=(ht=(pt=L.getUnit(a.unitId))==null?void 0:pt.getSheetBySheetId(U.gid))==null?void 0:ht.getName())!=null?gt:"",j=X.serializeRangeWithSheet(te,X.deserializeRangeWithSheet(U.range).range);h(j),j===Y.display&&($.current=!0);break}case v.SheetHyperLinkType.SHEET:{const U=ee.searchObj;h(U.gid);break}case v.SheetHyperLinkType.DEFINE_NAME:{const U=ee.searchObj;h(U.rangeid);break}default:h("");break}}},[a,x,N,Ee,L]),I.useEffect(()=>{let _=null;if(a&&!a.customRangeId&&a.type===f.VIEWING&&s.Tools.isDefine(a.row)&&s.Tools.isDefine(a.col)){const O=L.getUnit(a.unitId,s.UniverInstanceType.UNIVER_SHEET),T=O==null?void 0:O.getSheetBySheetId(a.subUnitId),D=T==null?void 0:T.getMergedCell(a.row,a.col),M=new s.ColorKit(pe.getCurrentTheme().hyacinth500).toRgb();_=de.addShape({range:D!=null?D:{startColumn:a.col,endColumn:a.col,startRow:a.row,endRow:a.row},style:{fill:`rgb(${M.r}, ${M.g}, ${M.b}, 0.12)`,strokeWidth:1,stroke:"#FFBD37",widgets:{}},primary:null},[],-1)}return()=>{_&&de.removeShape(_)}},[a,de,pe,L]),I.useEffect(()=>{Be(u===v.SheetHyperLinkType.RANGE)},[u]),I.useEffect(()=>{const _=(a==null?void 0:a.type)===f.ZEN_EDITOR?q.getRenderById(s.DOCS_ZEN_EDITOR_UNIT_ID_KEY):q.getRenderById(C.getCurrentEditorId()),O=new s.DisposableCollection;if(_){const T=_.with(ne.DocSelectionRenderService);T.setReserveRangesStatus(!0),O.add(()=>{T.setReserveRangesStatus(!1)})}return()=>{C.disableForceKeepVisible(),O.dispose()}},[a==null?void 0:a.type,C,q]),I.useEffect(()=>(P.setIsKeepVisible(_e),()=>{P.setIsKeepVisible(!1)}),[_e,P]),I.useEffect(()=>()=>{A.temporaryHidden&&(A.show(),re.setContextValue(s.FOCUSING_SHEET,!1))},[re,A]),I.useEffect(()=>{if(_e)return C.enableForceKeepVisible(),()=>{C.disableForceKeepVisible()}},[_e,C]);const Vt=[{label:S.t("hyperLink.form.link"),value:v.SheetHyperLinkType.URL},{label:S.t("hyperLink.form.range"),value:v.SheetHyperLinkType.RANGE},{label:S.t("hyperLink.form.worksheet"),value:v.SheetHyperLinkType.SHEET},{label:S.t("hyperLink.form.definedName"),value:v.SheetHyperLinkType.DEFINE_NAME},...B];if(!W)return;const Ft=W.getHiddenWorksheets(),$e=W.getSheets().map(_=>({label:_.getName(),value:_.getSheetId()})).filter(_=>Ft.indexOf(_.value)===-1),Ve=Object.values((rt=g.getDefinedNameMap(W.getUnitId()))!=null?rt:{}).map(_=>({label:_.name,value:_.id})),nt=(_,O)=>{if(_===v.SheetHyperLinkType.URL)return Jt(O);if(_===v.SheetHyperLinkType.RANGE){const T=X.deserializeRangeWithSheet(O),D=W.getSheetBySheetName(T.sheetName);if(D)return`#gid=${D.getSheetId()}&range=${X.serializeRange(T.range)}`}return`#${_}=${O}`},Zt=b.useEvent(_=>{var M;const T=_.split(",").map(X.deserializeRangeWithSheet)[0];if(!T||!s.isValidRange(T.range))return;T.sheetName||(T.sheetName=((M=W.getActiveSheet())==null?void 0:M.getName())||"");const D=X.serializeRangeToRefString(T);h(D),D&&($.current||!i)&&(Q(D),$.current=!0)}),Fe=async()=>{if(o&&!i||!d||u===v.SheetHyperLinkType.URL&&!Pe(d)){Bt(!0);return}if(a)if(e){const _=a.type===f.ZEN_EDITOR||a.type===f.EDITING?v.UpdateRichHyperLinkCommand.id:v.UpdateHyperLinkCommand.id;await H.executeCommand(_,{id:e,unitId:a.unitId,subUnitId:a.subUnitId,payload:{display:o?i:"",payload:nt(u,d)},row:a.row,column:a.col,documentId:a.type===f.ZEN_EDITOR?s.DOCS_ZEN_EDITOR_UNIT_ID_KEY:C.getCurrentEditorId()})}else{const _=a.type===f.ZEN_EDITOR||a.type===f.EDITING?v.AddRichHyperLinkCommand.id:v.AddHyperLinkCommand.id;await H.executeCommand(_,{unitId:a.unitId,subUnitId:a.subUnitId,link:{id:s.generateRandomId(),row:a.row,column:a.col,payload:nt(u,d),display:o?i:""},documentId:a.type===f.ZEN_EDITOR?s.DOCS_ZEN_EDITOR_UNIT_ID_KEY:C.getCurrentEditorId()})}if((a==null?void 0:a.type)===f.VIEWING){await H.executeCommand(E.SetWorksheetActiveOperation.id,{unitId:a.unitId,subUnitId:a.subUnitId});const _=1;await H.executeCommand(y.ScrollToRangeOperation.id,{range:{startRow:Math.max(a.row-_,0),endRow:a.row+_,startColumn:Math.max(a.col-_,0),endColumn:a.col+_}})}H.executeCommand(ye.id)},Wt=_=>{var T;if(u!==v.SheetHyperLinkType.RANGE)return;const O=(T=ge.current)==null?void 0:T.handleOutClick;O&&O(_,()=>Be(!1))};return a?m.jsxs("div",{className:Ct.cellLinkEdit,style:{display:t?"none":"block"},onClick:Wt,children:[o?m.jsx(w.FormLayout,{label:S.t("hyperLink.form.label"),error:F&&!i?S.t("hyperLink.form.inputError"):"",children:m.jsx(w.Input,{value:i,onChange:_=>{Q(_),$.current=!1},placeholder:S.t("hyperLink.form.labelPlaceholder"),autoFocus:!0,onKeyDown:_=>{_.keyCode===b.KeyCode.ENTER&&Fe()}})}):null,m.jsx(w.FormLayout,{label:S.t("hyperLink.form.type"),children:m.jsx(w.Select,{options:Vt,value:u,onChange:_=>{p(_),h("")}})}),u===v.SheetHyperLinkType.URL&&m.jsx(w.FormLayout,{error:F?d?Pe(d)?"":S.t("hyperLink.form.linkError"):S.t("hyperLink.form.inputError"):"",children:m.jsx(w.Input,{value:d,onChange:_=>{h(_),_&&($.current||!i||i===d)&&(Q(_),$.current=!0)},placeholder:S.t("hyperLink.form.linkPlaceholder"),autoFocus:!0,onKeyDown:_=>{_.keyCode===b.KeyCode.ENTER&&Fe()}})}),u===v.SheetHyperLinkType.RANGE&&m.jsx(w.FormLayout,{error:F&&!d?S.t("hyperLink.form.inputError"):"",children:m.jsx(Gt.RangeSelector,{unitId:W.getUnitId(),subUnitId:$t,isOnlyOneRange:!0,isSupportAcrossSheet:!0,initValue:d,onChange:Zt,isFocus:_e,onFocus:()=>Be(!0),actions:ge.current,onRangeSelectorDialogVisibleChange:async _=>{var O,T;if(_)a.type===f.ZEN_EDITOR&&(A.hide(),re.setContextValue(s.FOCUSING_SHEET,!0)),a.type!==f.VIEWING&&C.enableForceKeepVisible(),r(!0);else{if(await x.navigateToRange(a.unitId,a.subUnitId,{startRow:a.row,endRow:a.row,startColumn:a.col,endColumn:a.col},!0),a.type===f.ZEN_EDITOR){await H.executeCommand(E.SetSelectionsOperation.id,{unitId:a.unitId,subUnitId:a.subUnitId,selections:[{range:{startRow:a.row,endRow:a.row,startColumn:a.col,endColumn:a.col}}]}),A.show(),re.setContextValue(s.FOCUSING_SHEET,!1);const D=(O=q.getRenderById(s.DOCS_ZEN_EDITOR_UNIT_ID_KEY))==null?void 0:O.with(ne.DocBackScrollRenderController),M=(T=he.getTextRanges({unitId:s.DOCS_ZEN_EDITOR_UNIT_ID_KEY,subUnitId:s.DOCS_ZEN_EDITOR_UNIT_ID_KEY}))==null?void 0:T[0];D&&M&&(D.scrollToRange(M),he.refreshSelection({unitId:s.DOCS_ZEN_EDITOR_UNIT_ID_KEY,subUnitId:s.DOCS_ZEN_EDITOR_UNIT_ID_KEY}))}C.disableForceKeepVisible(),r(!1)}}})}),u===v.SheetHyperLinkType.SHEET&&m.jsx(w.FormLayout,{error:F&&!d?S.t("hyperLink.form.selectError"):"",children:m.jsx(w.Select,{options:$e,value:d,onChange:_=>{var D,M;h(_);const O=(D=$e.find(K=>K.value===_))==null?void 0:D.label,T=(M=$e.find(K=>K.value===d))==null?void 0:M.label;O&&($.current||!i||i===T)&&(Q(O),$.current=!0)}})}),u===v.SheetHyperLinkType.DEFINE_NAME&&m.jsx(w.FormLayout,{error:F&&!d?S.t("hyperLink.form.selectError"):"",children:m.jsx(w.Select,{options:Ve,value:d,onChange:_=>{var D,M;h(_);const O=(D=Ve.find(K=>K.value===_))==null?void 0:D.label,T=(M=Ve.find(K=>K.value===d))==null?void 0:M.label;O&&($.current||!i||i===T)&&(Q(O),$.current=!0)}})}),(ie==null?void 0:ie.Form)&&m.jsx(ie.Form,{linkId:e,payload:d,display:i,showError:F,setByPayload:$,setDisplay:_=>{Q(_),$.current=!0},setPayload:h}),m.jsxs("div",{className:Ct.cellLinkEditButtons,children:[m.jsx(w.Button,{onClick:()=>{a&&x.navigateToRange(a.unitId,a.subUnitId,{startRow:a.row,endRow:a.row,startColumn:a.col,endColumn:a.col},!0),H.executeCommand(ye.id)},children:S.t("hyperLink.form.cancel")}),m.jsx(w.Button,{type:"primary",style:{marginLeft:8},onClick:async()=>{Fe()},children:S.t("hyperLink.form.ok")})]})]}):null};Te.componentKey="univer.sheet.cell-link-edit";var V=function(){return V=Object.assign||function(e){for(var n,t=1,r=arguments.length;t<r;t++){n=arguments[t];for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},V.apply(this,arguments)},un=function(e,n){var t={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&n.indexOf(r)<0&&(t[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)n.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(t[r[i]]=e[r[i]]);return t},ae=I.forwardRef(function(e,n){var t=e.icon,r=e.id,i=e.className,c=e.extend,o=un(e,["icon","id","className","extend"]),l="univerjs-icon univerjs-icon-".concat(r," ").concat(i||"").trim(),u=I.useRef("_".concat(hn()));return bt(t,"".concat(r),{defIds:t.defIds,idSuffix:u.current},V({ref:n,className:l},o),c)});function bt(e,n,t,r,i){return I.createElement(e.tag,V(V({key:n},dn(e,t,i)),r),(pn(e,t).children||[]).map(function(c,o){return bt(c,"".concat(n,"-").concat(e.tag,"-").concat(o),t,void 0,i)}))}function dn(e,n,t){var r=V({},e.attrs);t!=null&&t.colorChannel1&&r.fill==="colorChannel1"&&(r.fill=t.colorChannel1);var i=n.defIds;return!i||i.length===0||(e.tag==="use"&&r["xlink:href"]&&(r["xlink:href"]=r["xlink:href"]+n.idSuffix),Object.entries(r).forEach(function(c){var o=c[0],l=c[1];typeof l=="string"&&(r[o]=l.replace(/url\(#(.*)\)/,"url(#$1".concat(n.idSuffix,")")))})),r}function pn(e,n){var t,r=n.defIds;return!r||r.length===0?e:e.tag==="defs"&&(!((t=e.children)===null||t===void 0)&&t.length)?V(V({},e),{children:e.children.map(function(i){return typeof i.attrs.id=="string"&&r&&r.indexOf(i.attrs.id)>-1?V(V({},i),{attrs:V(V({},i.attrs),{id:i.attrs.id+n.idSuffix})}):i})}):e}function hn(){return Math.random().toString(36).substring(2,8)}ae.displayName="UniverIcon";var gn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.9999 1.12915C8.03875 1.12915 8.07673 1.13284 8.11352 1.13989H12.2599C13.6958 1.13989 14.8599 2.30395 14.8599 3.73989V7.88619C14.867 7.92301 14.8707 7.96102 14.8707 7.9999C14.8707 8.03878 14.867 8.0768 14.8599 8.11362V12.2599C14.8599 13.6958 13.6958 14.8599 12.2599 14.8599H8.11362C8.0768 14.867 8.03878 14.8707 7.9999 14.8707C7.96102 14.8707 7.92301 14.867 7.88619 14.8599H3.73989C2.30396 14.8599 1.13989 13.6958 1.13989 12.2599V8.11352C1.13284 8.07673 1.12915 8.03875 1.12915 7.9999C1.12915 7.96106 1.13284 7.92308 1.13989 7.88629V3.73989C1.13989 2.30396 2.30395 1.13989 3.73989 1.13989H7.88629C7.92308 1.13284 7.96106 1.12915 7.9999 1.12915ZM2.33989 8.5999V12.2599C2.33989 13.0331 2.9667 13.6599 3.73989 13.6599H7.3999V8.5999H2.33989ZM7.3999 7.3999H2.33989V3.73989C2.33989 2.9667 2.96669 2.33989 3.73989 2.33989H7.3999V7.3999ZM8.5999 8.5999V13.6599H12.2599C13.0331 13.6599 13.6599 13.0331 13.6599 12.2599V8.5999H8.5999ZM13.6599 7.3999H8.5999V2.33989H12.2599C13.0331 2.33989 13.6599 2.96669 13.6599 3.73989V7.3999Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Le=I.forwardRef(function(e,n){return I.createElement(ae,Object.assign({},e,{id:"all-border-single",ref:n,icon:gn}))});Le.displayName="AllBorderSingle";var _n={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.1302 12.4251C4.25802 13.7417 5.36779 14.7708 6.71792 14.7708H11.7179C13.1539 14.7708 14.3179 13.6067 14.3179 12.1708V6.1708C14.3179 4.78586 13.2351 3.65383 11.8698 3.57517C11.742 2.25858 10.6323 1.22949 9.28213 1.22949H4.28213C2.84619 1.22949 1.68213 2.39355 1.68213 3.82949V9.82949C1.68213 11.2144 2.76497 12.3465 4.1302 12.4251ZM10.6583 3.5708H6.71792C5.28198 3.5708 4.11792 4.73486 4.11792 6.1708V11.22C3.4221 11.1387 2.88213 10.5471 2.88213 9.82949V3.82949C2.88213 3.05629 3.50893 2.42949 4.28213 2.42949H9.28213C9.96695 2.42949 10.5369 2.92119 10.6583 3.5708ZM13.1179 6.1708C13.1179 5.3976 12.4911 4.7708 11.7179 4.7708H6.71792C5.94472 4.7708 5.31792 5.3976 5.31792 6.1708V12.1708C5.31792 12.944 5.94472 13.5708 6.71792 13.5708H11.7179C12.4911 13.5708 13.1179 12.944 13.1179 12.1708V6.1708Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Dt=I.forwardRef(function(e,n){return I.createElement(ae,Object.assign({},e,{id:"copy-single",ref:n,icon:_n}))});Dt.displayName="CopySingle";var Sn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.8816 1.97978C11.0177 0.843607 12.862 0.884962 14.0004 2.02342C15.1389 3.16188 15.1803 5.00612 14.0441 6.14228L11.399 8.78737C11.1608 9.02559 10.7746 9.02559 10.5363 8.78737C10.2981 8.54915 10.2981 8.16292 10.5363 7.9247L13.1814 5.2796C13.8195 4.64155 13.8217 3.57006 13.1378 2.8861C12.4538 2.20211 11.3823 2.20438 10.7443 2.84245L7.6976 5.88911L7.69317 5.89349C7.05959 6.53211 7.05894 7.60014 7.74132 8.28252C7.97954 8.52074 7.97954 8.90697 7.74132 9.14519C7.5031 9.38341 7.11687 9.38341 6.87865 9.14519C5.74016 8.00671 5.69884 6.16251 6.83497 5.02633L6.84021 5.02116L9.8816 1.97978Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.61426 7.2364C4.85248 6.99818 5.23871 6.99818 5.47693 7.2364C5.71515 7.47462 5.71515 7.86085 5.47693 8.09907L2.83183 10.7442C2.19375 11.3823 2.1915 12.4537 2.87547 13.1377C3.55945 13.8217 4.6309 13.8194 5.26899 13.1813L8.31566 10.1347C8.32262 10.1277 8.32971 10.121 8.33691 10.1144C8.34408 10.1064 8.3515 10.0986 8.35916 10.091C8.99721 9.45291 8.99949 8.38145 8.3155 7.69746C8.07728 7.45924 8.07728 7.07301 8.3155 6.83479C8.55372 6.59657 8.93995 6.59657 9.17817 6.83479C10.3166 7.97327 10.358 9.81748 9.22183 10.9536C9.21487 10.9606 9.20779 10.9673 9.20058 10.9739C9.19341 10.9819 9.18599 10.9897 9.17833 10.9973L6.13166 14.044C4.99548 15.1802 3.15127 15.1389 2.01279 14.0004C0.874362 12.8619 0.83297 11.0177 1.96916 9.8815L4.61426 7.2364Z"}}]},Xe=I.forwardRef(function(e,n){return I.createElement(ae,Object.assign({},e,{id:"link-single",ref:n,icon:Sn}))});Xe.displayName="LinkSingle";var vn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.5935 3.47302C11.6354 2.51492 10.082 2.51492 9.12388 3.47302L7.83534 4.76157C7.60102 4.99588 7.22112 4.99588 6.98681 4.76157 6.75249 4.52725 6.75249 4.14735 6.98681 3.91304L8.27535 2.62449C9.70209 1.19776 12.0153 1.19776 13.442 2.62449 14.8688 4.05123 14.8688 6.36442 13.442 7.79116L12.1535 9.0797C11.9192 9.31402 11.5393 9.31402 11.3049 9.0797 11.0706 8.84539 11.0706 8.46549 11.3049 8.23117L12.5935 6.94263C13.5516 5.98452 13.5516 4.43113 12.5935 3.47302zM3.40637 12.6606C2.44827 11.7025 2.44827 10.1491 3.40637 9.19102L4.69492 7.90248C4.92923 7.66816 4.92923 7.28826 4.69492 7.05395 4.4606 6.81963 4.0807 6.81963 3.84639 7.05395L2.55784 8.34249C1.13111 9.76923 1.13111 12.0824 2.55784 13.5092 3.98458 14.9359 6.29777 14.9359 7.72451 13.5092L9.01305 12.2206C9.24737 11.9863 9.24737 11.6064 9.01305 11.3721 8.77874 11.1378 8.39884 11.1378 8.16452 11.3721L6.87598 12.6606C5.91787 13.6187 4.36448 13.6187 3.40637 12.6606zM3.5852 2.80332C3.35088 2.569 2.97098 2.569 2.73667 2.80332 2.50235 3.03763 2.50235 3.41753 2.73667 3.65185L12.4151 13.3302C12.6494 13.5646 13.0293 13.5646 13.2636 13.3302 13.4979 13.0959 13.4979 12.716 13.2636 12.4817L3.5852 2.80332z"}}]},wt=I.forwardRef(function(e,n){return I.createElement(ae,Object.assign({},e,{id:"unlink-single",ref:n,icon:vn}))});wt.displayName="UnlinkSingle";var mn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.6551 1.98906C11.7476 1.08113 10.2757 1.08149 9.3686 1.98987L4.82542 6.53955C4.75087 6.61421 4.69336 6.70411 4.65682 6.80309L3.2461 10.625C3.16506 10.8446 3.21909 11.0912 3.3845 11.2568C3.54991 11.4224 3.79651 11.4767 4.01616 11.3959L7.85031 9.98517C7.94979 9.94856 8.04014 9.89077 8.11508 9.81579L12.6552 5.27327C13.5618 4.36621 13.5618 2.89607 12.6551 1.98906ZM10.2177 2.83779C10.6562 2.39869 11.3677 2.39851 11.8064 2.8374C12.2447 3.27584 12.2447 3.9865 11.8065 4.42497L7.3392 8.89457L4.82213 9.82068L5.74706 7.31487L10.2177 2.83779Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.79238 13.2999C1.46101 13.2999 1.19238 13.5685 1.19238 13.8999C1.19238 14.2313 1.46101 14.4999 1.79238 14.4999H14.4924C14.8238 14.4999 15.0924 14.2313 15.0924 13.8999C15.0924 13.5685 14.8238 13.2999 14.4924 13.2999H1.79238Z"}}]},Ht=I.forwardRef(function(e,n){return I.createElement(ae,Object.assign({},e,{id:"write-single",ref:n,icon:mn}))});Ht.displayName="WriteSingle";var fn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"#35BD4B",d:"M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"}},{tag:"path",attrs:{fill:"#32A846",d:"M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"}},{tag:"path",attrs:{fill:"#fff",d:"M7.8088 10.2949L6.3764 12.403C6.26259 12.5705 6.03455 12.614 5.86705 12.5002C5.69955 12.3864 5.65603 12.1584 5.76984 11.9909L7.3655 9.64252L5.94042 7.54519C5.82661 7.37769 5.87013 7.14964 6.03763 7.03583C6.20512 6.92202 6.43317 6.96555 6.54698 7.13304L7.8088 8.9901L9.07062 7.13304C9.18443 6.96555 9.41248 6.92202 9.57997 7.03583C9.74747 7.14964 9.79099 7.37769 9.67718 7.54519L8.2521 9.64252L9.84776 11.9909C9.96157 12.1584 9.91805 12.3864 9.75055 12.5002C9.58305 12.614 9.35501 12.5705 9.2412 12.403L7.8088 10.2949Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Nt=I.forwardRef(function(e,n){return I.createElement(ae,Object.assign({},e,{id:"xlsx",ref:n,icon:fn}))});Nt.displayName="Xlsx";function Ut(e){var n,t,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(n=0;n<i;n++)e[n]&&(t=Ut(e[n]))&&(r&&(r+=" "),r+=t)}else for(t in e)e[t]&&(r&&(r+=" "),r+=t);return r}function Et(){for(var e,n,t=0,r="",i=arguments.length;t<i;t++)(e=arguments[t])&&(n=Ut(e))&&(r&&(r+=" "),r+=n);return r}const In="univer-cell-link",yn="univer-cell-link-type",Cn="univer-cell-link-content",En="univer-cell-link-content-error",Rn="univer-cell-link-url",Ln="univer-cell-link-operations",Pn="univer-cell-link-operation",Tn="univer-cell-link-operation-error",G={cellLink:In,cellLinkType:yn,cellLinkContent:Cn,cellLinkContentError:En,cellLinkUrl:Rn,cellLinkOperations:Ln,cellLinkOperation:Pn,cellLinkOperationError:Tn},kn={[v.SheetHyperLinkType.URL]:m.jsx(Xe,{}),[v.SheetHyperLinkType.SHEET]:m.jsx(Nt,{}),[v.SheetHyperLinkType.RANGE]:m.jsx(Le,{}),[v.SheetHyperLinkType.DEFINE_NAME]:m.jsx(Le,{}),[v.SheetHyperLinkType.INVALID]:m.jsx(Le,{})},Rt=e=>{var x,H;const n=s.useDependency(exports.SheetsHyperLinkPopupService),t=s.useDependency(s.ICommandService),r=s.useDependency(b.IMessageService),i=s.useDependency(s.LocaleService),c=s.useDependency(exports.SheetsHyperLinkResolverService),o=s.useDependency(y.IEditorBridgeService),l=s.useDependency(v.SheetsHyperLinkParserService),u=s.useDependency(b.IZenZoneService),{customRange:p,row:d,col:h,unitId:S,subUnitId:g,editPermission:C,copyPermission:L,type:P}=e;if(!((x=p==null?void 0:p.properties)!=null&&x.url))return null;const a=l.parseHyperLink((H=p.properties.url)!=null?H:""),k=a.type===v.SheetHyperLinkType.INVALID;return m.jsxs("div",{className:G.cellLink,onClick:()=>n.hideCurrentPopup(),children:[m.jsxs("div",{className:Et(G.cellLinkContent,{[G.cellLinkContentError]:k}),onClick:()=>{u.visible||k||c.navigate(a)},children:[m.jsx("div",{className:G.cellLinkType,children:kn[a.type]}),m.jsx(w.Tooltip,{showIfEllipsis:!0,title:a.name,asChild:!0,children:m.jsx("span",{className:G.cellLinkUrl,children:a.name})})]}),m.jsxs("div",{className:G.cellLinkOperations,children:[L&&m.jsx("div",{className:Et(G.cellLinkOperation,{[G.cellLinkOperationError]:k}),onClick:()=>{if(!k){if(a.type!==v.SheetHyperLinkType.URL){const N=new URL(window.location.href);N.hash=a.url.slice(1),navigator.clipboard.writeText(N.href)}else navigator.clipboard.writeText(a.url);r.show({content:i.t("hyperLink.message.coped"),type:w.MessageType.Info})}},children:m.jsx(w.Tooltip,{placement:"bottom",title:i.t("hyperLink.popup.copy"),children:m.jsx(Dt,{})})}),C&&m.jsxs(m.Fragment,{children:[m.jsx("div",{className:G.cellLinkOperation,onClick:()=>{t.executeCommand(je.id,{unitId:S,subUnitId:g,row:d,col:h,customRangeId:p.rangeId,type:P})},children:m.jsx(w.Tooltip,{placement:"bottom",title:i.t("hyperLink.popup.edit"),children:m.jsx(Ht,{})})}),m.jsx("div",{className:G.cellLinkOperation,onClick:()=>{const N=P===f.EDITING||P===f.ZEN_EDITOR?v.CancelRichHyperLinkCommand.id:v.CancelHyperLinkCommand.id;t.syncExecuteCommand(N,{unitId:S,subUnitId:g,id:p.rangeId,row:d,column:h,documentId:P===f.ZEN_EDITOR?s.DOCS_ZEN_EDITOR_UNIT_ID_KEY:o.getCurrentEditorId()})&&n.hideCurrentPopup(void 0,!0)},children:m.jsx(w.Tooltip,{placement:"bottom",title:i.t("hyperLink.popup.cancel"),children:m.jsx(wt,{})})})]})]})]})},ke=()=>{var i,c;const e=s.useDependency(exports.SheetsHyperLinkPopupService),[n,t]=I.useState(null),r=s.useDependency(s.IUniverInstanceService);if(I.useEffect(()=>{t(e.currentPopup);const o=e.currentPopup$.subscribe(l=>{t(l)});return()=>{o.unsubscribe()}},[e.currentPopup,e.currentPopup$]),!n)return null;if(n.showAll){const o=r.getUnit(n.unitId,s.UniverInstanceType.UNIVER_SHEET),l=o==null?void 0:o.getSheetBySheetId(n.subUnitId),u=l==null?void 0:l.getCell(n.row,n.col),p=(c=(i=u==null?void 0:u.p)==null?void 0:i.body)==null?void 0:c.customRanges;return p!=null&&p.length?m.jsx("div",{children:p.map(d=>m.jsx(Rt,{...n,customRange:d},d.rangeId))}):null}return m.jsx(Rt,{...n})};ke.componentKey="univer.sheet.cell-link-popup";var On=Object.defineProperty,bn=Object.getOwnPropertyDescriptor,Dn=(e,n,t,r)=>{for(var i=r>1?void 0:r?bn(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&On(n,t,i),i},oe=(e,n)=>(t,r)=>n(t,r,e);const Lt=(e,n)=>{var t,r;return e.unitId===n.unitId&&e.subUnitId===n.subUnitId&&e.row===n.row&&e.col===n.col&&((t=e.customRange)==null?void 0:t.rangeId)===((r=n.customRange)==null?void 0:r.rangeId)&&e.type===n.type};exports.SheetsHyperLinkPopupService=class extends s.Disposable{constructor(t,r,i,c,o,l,u){super();Z(this,"_currentPopup",null);Z(this,"_currentPopup$",new R.Subject);Z(this,"currentPopup$",this._currentPopup$.asObservable());Z(this,"_currentEditingPopup",null);Z(this,"_currentEditing$",new R.BehaviorSubject(null));Z(this,"currentEditing$",this._currentEditing$.asObservable());Z(this,"_isKeepVisible",!1);this._sheetCanvasPopManagerService=t,this._injector=r,this._univerInstanceService=i,this._editorBridgeService=c,this._textSelectionManagerService=o,this._docCanvasPopManagerService=l,this._zenZoneService=u,this.disposeWithMe(()=>{this.hideCurrentPopup(),this.endEditing(),this._currentEditing$.complete(),this._currentPopup$.complete()})}get currentPopup(){return this._currentPopup}get currentEditing(){return this._currentEditing$.getValue()}setIsKeepVisible(t){this._isKeepVisible=t}getIsKeepVisible(){return this._isKeepVisible}showPopup(t){if(this._currentPopup&&Lt(t,this._currentPopup)||(this.hideCurrentPopup(void 0,!0),t.type!==f.ZEN_EDITOR&&this._zenZoneService.visible))return;const r=this._currentEditing$.getValue();if(r&&Lt(t,r))return;const{unitId:i,subUnitId:c,row:o,col:l,customRangeRect:u,customRange:p}=t;let d;const h={componentKey:ke.componentKey,direction:"bottom",onClickOutside:()=>{this.hideCurrentPopup()},onClick:()=>{this.hideCurrentPopup(t.type,!0)}};if(t.type===f.EDITING){if(!p)return;d=u&&this._sheetCanvasPopManagerService.attachPopupToAbsolutePosition(u,h)}else if(t.type===f.ZEN_EDITOR){if(!p)return;d=this._docCanvasPopManagerService.attachPopupToRange({startOffset:p.startIndex,endOffset:p.endIndex+1,collapsed:!1},h,s.DOCS_ZEN_EDITOR_UNIT_ID_KEY)}else if(t.showAll)d=this._sheetCanvasPopManagerService.attachPopupToCell(t.row,t.col,h,i,c);else{if(!p)return;d=u&&this._sheetCanvasPopManagerService.attachPopupByPosition(u,h,t)}d&&(this._currentPopup={unitId:i,subUnitId:c,disposable:d,row:o,col:l,editPermission:!!t.editPermission,copyPermission:!!t.copyPermission,customRange:p,type:t.type,showAll:t.showAll},this._currentPopup$.next(this._currentPopup))}hideCurrentPopup(t,r){var i,c;this._currentPopup&&((!t||t===this._currentPopup.type)&&this._currentPopup.disposable.canDispose()||r)&&((c=(i=this._currentPopup)==null?void 0:i.disposable)==null||c.dispose(),this._currentPopup=null,this._currentPopup$.next(null))}_getEditingRange(){var i,c,o;const t=this._editorBridgeService.isVisible().visible,r=this._editorBridgeService.getEditCellState();if(t&&r){const l=this._textSelectionManagerService.getActiveTextRange(),u=(i=r.documentLayoutObject.documentModel)==null?void 0:i.getBody();if(!u)return null;if(!l||l.collapsed)return{startOffset:0,endOffset:u.dataStream.length-2,collapsed:u.dataStream.length-2===0,label:s.BuildTextUtils.transform.getPlainText(u.dataStream)};const p=s.BuildTextUtils.customRange.getCustomRangesInterestsWithSelection(l,(o=(c=u.customRanges)==null?void 0:c.filter(S=>S.rangeType===s.CustomRangeType.HYPERLINK))!=null?o:[]);let d=l.startOffset,h=l.endOffset;return p.forEach(S=>{d=Math.min(d,S.startIndex),h=Math.max(h,S.endIndex+1)}),{startOffset:d,endOffset:h,collapsed:d===h,label:s.BuildTextUtils.transform.getPlainText(u.dataStream.slice(d,h))}}return null}get _editPopup(){return{componentKey:Te.componentKey,direction:"vertical",onClickOutside:()=>{this.getIsKeepVisible()||this.endEditing()},onContextMenu:()=>{this.getIsKeepVisible()||this.endEditing()},hiddenType:"hide"}}startAddEditing(t){var o,l,u,p,d;const{unitId:r,subUnitId:i,type:c}=t;if(c===f.ZEN_EDITOR){const h=this._univerInstanceService.getUnit(s.DOCS_ZEN_EDITOR_UNIT_ID_KEY,s.UniverInstanceType.UNIVER_DOC);if(!h)return;const S=this._textSelectionManagerService.getActiveTextRange();if(!S)return;this._currentEditingPopup=this._docCanvasPopManagerService.attachPopupToRange(S,this._editPopup,s.DOCS_ZEN_EDITOR_UNIT_ID_KEY);const g=(o=h.getBody())==null?void 0:o.dataStream.slice(S.startOffset,S.endOffset);this._currentEditing$.next({...t,label:g})}else if(c===f.EDITING){const h=this._getEditingRange();if(!h)return;this._textSelectionManagerService.replaceDocRanges([{...h}],{unitId:s.DOCS_NORMAL_EDITOR_UNIT_ID_KEY,subUnitId:s.DOCS_NORMAL_EDITOR_UNIT_ID_KEY});const S=this._injector.get(Ce.IRenderManagerService).getRenderById(s.DOCS_NORMAL_EDITOR_UNIT_ID_KEY);if(!S)return;const g=ne.calcDocRangePositions(h,S);if(!(g!=null&&g.length))return;this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupToAbsolutePosition(g.pop(),this._editPopup,r,i),this._currentEditing$.next({...t,label:(l=h==null?void 0:h.label)!=null?l:""})}else{this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupToCell(t.row,t.col,this._editPopup,r,i);const h=this._univerInstanceService.getUnit(r,s.UniverInstanceType.UNIVER_SHEET),S=h==null?void 0:h.getSheetBySheetId(i),g=S==null?void 0:S.getCellRaw(t.row,t.col);this._currentEditing$.next({...t,label:g!=null&&g.p?s.BuildTextUtils.transform.getPlainText((p=(u=g.p.body)==null?void 0:u.dataStream)!=null?p:""):((d=g==null?void 0:g.v)!=null?d:"").toString()})}}startEditing(t){var l,u,p,d,h,S;(l=this._currentEditingPopup)==null||l.dispose(),this.hideCurrentPopup(void 0,!0);const{unitId:r,subUnitId:i}=t;let c,o;if(t.type===f.ZEN_EDITOR){const g=this._univerInstanceService.getUnit(s.DOCS_ZEN_EDITOR_UNIT_ID_KEY,s.UniverInstanceType.UNIVER_DOC);if(c=(p=(u=g==null?void 0:g.getBody())==null?void 0:u.customRanges)==null?void 0:p.find(C=>C.rangeId===t.customRangeId),o=c?(d=g==null?void 0:g.getBody())==null?void 0:d.dataStream.slice(c.startIndex,c.endIndex+1):"",!c||!o)return;this._textSelectionManagerService.replaceTextRanges([{startOffset:c.startIndex,endOffset:c.endIndex+1}]),this._currentEditingPopup=this._docCanvasPopManagerService.attachPopupToRange({startOffset:c.startIndex,endOffset:c.endIndex,collapsed:!1},this._editPopup,s.DOCS_ZEN_EDITOR_UNIT_ID_KEY)}else if(t.type===f.EDITING){const g=y.getEditingCustomRangePosition(this._injector,t.unitId,t.subUnitId,t.row,t.col,t.customRangeId);if(!g||!((h=g.rects)!=null&&h.length))return;c=g.customRange,o=g.label,this._textSelectionManagerService.replaceTextRanges([{startOffset:c.startIndex,endOffset:c.endIndex+1}]),this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupToAbsolutePosition(g.rects.pop(),this._editPopup,r,i)}else{const g=this._univerInstanceService.getUnit(r,s.UniverInstanceType.UNIVER_SHEET),C=g==null?void 0:g.getSheetBySheetId(i),L=C==null?void 0:C.getCellRaw(t.row,t.col),P=g==null?void 0:g.getStyles().getStyleByCell(L),a=P==null?void 0:P.tr,k=y.getCustomRangePosition(this._injector,t.unitId,t.subUnitId,t.row,t.col,t.customRangeId);if(!k||!((S=k.rects)!=null&&S.length))return;c=k.customRange,o=k.label,a?this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupToCell(t.row,t.col,this._editPopup,r,i):this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupByPosition(k.rects.pop(),this._editPopup,{unitId:r,subUnitId:i,row:t.row,col:t.col})}this._currentEditing$.next({...t,customRange:c,label:o})}endEditing(t){var i;const r=this._currentEditing$.getValue();r&&(!t||t===r.type)&&((i=this._currentEditingPopup)==null||i.dispose(),this._currentEditing$.next(null))}};exports.SheetsHyperLinkPopupService=Dn([oe(0,s.Inject(y.SheetCanvasPopManagerService)),oe(1,s.Inject(s.Injector)),oe(2,s.IUniverInstanceService),oe(3,y.IEditorBridgeService),oe(4,s.Inject(Ie.DocSelectionManagerService)),oe(5,s.Inject(ne.DocCanvasPopManagerService)),oe(6,b.IZenZoneService)],exports.SheetsHyperLinkPopupService);var fe=(e=>(e[e.ALLOWED=0]="ALLOWED",e[e.DISABLED_BY_CELL=1]="DISABLED_BY_CELL",e[e.ALLOW_ON_EDITING=2]="ALLOW_ON_EDITING",e))(fe||{});const wn=new Set([s.DataValidationType.CHECKBOX,s.DataValidationType.LIST,s.DataValidationType.LIST_MULTIPLE]),Qe=(e,n,t,r)=>{var l,u;const i=n.getCell(t,r);if(i!=null&&i.f||i!=null&&i.si)return 1;const c=e.has(mt.SheetDataValidationModel)?e.get(mt.SheetDataValidationModel):null,o=c==null?void 0:c.getRuleByLocation(n.getUnitId(),n.getSheetId(),t,r);return o&&wn.has(o.type)?!0:(u=(l=i==null?void 0:i.p)==null?void 0:l.drawingsOrder)!=null&&u.length?2:0},Hn=e=>{const n=e.get(s.IUniverInstanceService).getCurrentUnitForType(s.UniverInstanceType.UNIVER_SHEET);if(!n)return!0;const t=n.getActiveSheet(),r=e.get(E.SheetsSelectionsService).getCurrentSelections();if(!r.length)return!0;const i=r[0].range.startRow,c=r[0].range.startColumn;return Qe(e,t,i,c)===1},Nn=e=>{const n=e.get(Ie.DocSelectionManagerService),t=e.get(s.IUniverInstanceService),r=n.getTextRanges();if(!(r!=null&&r.length))return!0;const i=t.getCurrentUnitForType(s.UniverInstanceType.UNIVER_DOC);return!!(!i||r.every(o=>o.collapsed)||!i.getSelfOrHeaderFooterModel(r[0].segmentId).getBody())},je={type:s.CommandType.OPERATION,id:"sheet.operation.open-hyper-link-edit-panel",handler(e,n){if(!n)return!1;const t=e.get(exports.SheetsHyperLinkPopupService);return n.customRangeId?t.startEditing(n):t.startAddEditing(n),!0}},ye={type:s.CommandType.OPERATION,id:"sheet.operation.close-hyper-link-popup",handler(e){return e.get(exports.SheetsHyperLinkPopupService).endEditing(),!0}},Ae={type:s.CommandType.OPERATION,id:"sheet.operation.insert-hyper-link",handler(e){var h;const n=e.get(s.IUniverInstanceService),t=E.getSheetCommandTarget(n),r=e.get(y.IEditorBridgeService);if(!t)return!1;const i=e.get(s.ICommandService),o=e.get(E.SheetsSelectionsService).getCurrentLastSelection();if(!o)return!1;const l=o.range.startRow,u=o.range.startColumn,p=r.isVisible(),d=((h=n.getFocusedUnit())==null?void 0:h.getUnitId())===s.DOCS_ZEN_EDITOR_UNIT_ID_KEY;return i.executeCommand(je.id,{unitId:t.unitId,subUnitId:t.subUnitId,row:l,col:u,type:d?f.ZEN_EDITOR:p.visible?f.EDITING:f.VIEWING})}},ce={type:s.CommandType.OPERATION,id:"sheet.operation.insert-hyper-link-toolbar",handler(e){if(Hn(e))return!1;const n=e.get(s.ICommandService);return e.get(exports.SheetsHyperLinkPopupService).currentEditing?n.executeCommand(ye.id):n.executeCommand(Ae.id)}},et=(e,n=s.DOCS_ZEN_EDITOR_UNIT_ID_KEY)=>{var i;const t=e.get(s.IUniverInstanceService),r=(i=e.get(Ce.IRenderManagerService).getRenderById(n))==null?void 0:i.with(ne.DocSelectionRenderService);return r?r.textSelectionInner$.pipe(R.map(()=>{const o=e.get(y.IEditorBridgeService).getEditCellState();if(!o)return!0;const l=E.getSheetCommandTarget(t,{unitId:o.unitId,subUnitId:o.sheetId});return!(l!=null&&l.worksheet)||Qe(e,l.worksheet,o.row,o.column)===1?!0:Nn(e)})):R.of(!0)},Mt=e=>{const n=y.getCurrentRangeDisable$(e,{workbookTypes:[E.WorkbookEditablePermission],worksheetTypes:[E.WorksheetEditPermission,E.WorksheetSetCellValuePermission,E.WorksheetInsertHyperlinkPermission],rangeTypes:[E.RangeProtectionPermissionEditPoint]},!0),t=e.get(s.IUniverInstanceService),r=e.get(E.SheetsSelectionsService),i=e.has(y.IEditorBridgeService)?e.get(y.IEditorBridgeService):null,c=t.focused$.pipe(R.filter(o=>!!o),R.map(o=>t.getUnit(o,s.UniverInstanceType.UNIVER_SHEET)),R.filter(o=>!!o),R.switchMap(o=>o.activeSheet$),R.switchMap(o=>r.selectionMoveEnd$.pipe(R.map(l=>o&&{selections:l,sheet:o}))),R.map(o=>{if(!o)return fe.DISABLED_BY_CELL;const{selections:l,sheet:u}=o;if(!l.length)return fe.DISABLED_BY_CELL;const p=l[0].range.startRow,d=l[0].range.startColumn;return Qe(e,u,p,d)}),R.switchMap(o=>{if(o===fe.DISABLED_BY_CELL)return R.of(!0);const l=(i?i.visible$:R.of(null)).pipe(R.map(p=>p!=null&&p.visible?s.DOCS_NORMAL_EDITOR_UNIT_ID_KEY:void 0)),u=e.get(s.IContextService).subscribeContextValue$(s.FOCUSING_FX_BAR_EDITOR);return R.combineLatest([l,u]).pipe(R.switchMap(([p,d])=>p?d?R.of(!0):et(e,p):R.of(o===fe.ALLOW_ON_EDITING)))}));return n.pipe(R.distinctUntilChanged(),R.switchMap(o=>c.pipe(R.map(l=>o||l))))},Oe={commandId:Ae.id,type:b.MenuItemType.BUTTON,title:"hyperLink.menu.add",icon:"LinkSingle"},be=e=>`${e}-zen-editor`,Un=e=>({...Oe,id:Oe.commandId,hidden$:b.getMenuHiddenObservable(e,s.UniverInstanceType.UNIVER_SHEET),disabled$:Mt(e)}),Mn=e=>({...Oe,id:be(Oe.commandId),hidden$:b.getMenuHiddenObservable(e,s.UniverInstanceType.UNIVER_DOC,s.DOCS_ZEN_EDITOR_UNIT_ID_KEY),disabled$:et(e)}),De={tooltip:"hyperLink.form.addTitle",commandId:ce.id,type:b.MenuItemType.BUTTON,icon:"LinkSingle"},xn=e=>({...De,id:De.commandId,hidden$:b.getMenuHiddenObservable(e,s.UniverInstanceType.UNIVER_SHEET),disabled$:Mt(e)}),jn=e=>({...De,id:be(De.commandId),hidden$:b.getMenuHiddenObservable(e,s.UniverInstanceType.UNIVER_DOC,s.DOCS_ZEN_EDITOR_UNIT_ID_KEY),disabled$:et(e)}),tt={id:ce.id,binding:b.KeyCode.K|b.MetaKeys.CTRL_COMMAND,preconditions:y.whenSheetEditorFocused};var An=Object.defineProperty,Bn=Object.getOwnPropertyDescriptor,$n=(e,n,t,r)=>{for(var i=r>1?void 0:r?Bn(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&An(n,t,i),i},Pt=(e,n)=>(t,r)=>n(t,r,e);let we=class extends s.Disposable{constructor(e,n){super(),this._autoFillService=e,this._hyperLinkModel=n,this._initAutoFill()}_initAutoFill(){const e=()=>({redos:[],undos:[]}),n=(r,i)=>{const{source:c,target:o,unitId:l,subUnitId:u}=r,p=y.virtualizeDiscreteRanges([c,o]),[d,h]=p.ranges,{mapFunc:S}=p,g={row:d.startRow,col:d.startColumn},C=y.getAutoFillRepeatRange(d,h),L=[],P=[];return C.forEach(a=>{const k=a.repeatStartCell,x=a.relativeRange,H={startRow:g.row,startColumn:g.col,endColumn:g.col,endRow:g.row},N={startRow:k.row,startColumn:k.col,endColumn:k.col,endRow:k.row};s.Range.foreach(x,(B,A)=>{const q=s.Rectangle.getPositionRange({startRow:B,startColumn:A,endColumn:A,endRow:B},H),{row:de,col:Ee}=S(q.startRow,q.startColumn),re=this._hyperLinkModel.getHyperLinkByLocation(l,u,de,Ee),pe=s.Rectangle.getPositionRange({startRow:B,startColumn:A,endColumn:A,endRow:B},N),{row:he,col:ge}=S(pe.startRow,pe.startColumn),ie=s.Tools.generateRandomId(),F=this._hyperLinkModel.getHyperLinkByLocation(l,u,he,ge);F&&L.push({id:v.RemoveHyperLinkMutation.id,params:{unitId:l,subUnitId:u,id:F.id}}),(y.APPLY_TYPE.COPY===i||y.APPLY_TYPE.SERIES===i)&&re&&(L.push({id:v.AddHyperLinkMutation.id,params:{unitId:l,subUnitId:u,link:{...re,id:ie,row:he,column:ge}}}),P.push({id:v.RemoveHyperLinkMutation.id,params:{unitId:l,subUnitId:u,id:ie}})),F&&P.push({id:v.AddHyperLinkMutation.id,params:{unitId:l,subUnitId:u,link:F}})})}),{undos:P,redos:L}},t={id:qe,onFillData:(r,i,c)=>c===y.APPLY_TYPE.COPY||c===y.APPLY_TYPE.ONLY_FORMAT||c===y.APPLY_TYPE.SERIES?n(r,c):e()};this.disposeWithMe(this._autoFillService.addHook(t))}};we=$n([Pt(0,y.IAutoFillService),Pt(1,s.Inject(v.HyperLinkModel))],we);var Vn=Object.defineProperty,Fn=Object.getOwnPropertyDescriptor,Zn=(e,n,t,r)=>{for(var i=r>1?void 0:r?Fn(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&Vn(n,t,i),i},Ye=(e,n)=>(t,r)=>n(t,r,e);let He=class extends s.Disposable{constructor(e,n,t){super(),this._localeService=e,this._commandService=n,this._sheetPermissionCheckController=t,this._commandExecutedListener()}_commandExecutedListener(){this.disposeWithMe(this._commandService.beforeCommandExecuted(e=>{e.id===tt.id&&(this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[E.WorkbookEditablePermission],rangeTypes:[E.RangeProtectionPermissionEditPoint],worksheetTypes:[E.WorksheetEditPermission,E.WorksheetSetCellValuePermission,E.WorksheetInsertHyperlinkPermission]})||this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.hyperLinkErr")))}))}};He=Zn([Ye(0,s.Inject(s.LocaleService)),Ye(1,s.ICommandService),Ye(2,s.Inject(E.SheetPermissionCheckController))],He);var Wn=Object.defineProperty,Kn=Object.getOwnPropertyDescriptor,Yn=(e,n,t,r)=>{for(var i=r>1?void 0:r?Kn(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&Wn(n,t,i),i},z=(e,n)=>(t,r)=>n(t,r,e);let Ne=class extends s.Disposable{constructor(e,n,t,r,i,c,o,l,u,p){super(),this._hoverManagerService=e,this._sheetsHyperLinkPopupService=n,this._renderManagerService=t,this._permissionService=r,this._sheetPermissionCheckController=i,this._commandService=c,this._editorBridgeService=o,this._textSelectionManagerService=l,this._univerInstanceService=u,this._zenZoneService=p,this._initHoverListener(),this._initCommandListener(),this._initHoverEditingListener(),this._initTextSelectionListener(),this._initZenEditor()}_getLinkPermission(e){const{unitId:n,subUnitId:t,row:r,col:i}=e,c=this._univerInstanceService.getUnit(n,s.UniverInstanceType.UNIVER_SHEET);if(!(c==null?void 0:c.getSheetBySheetId(t)))return{viewPermission:!1,editPermission:!1,copyPermission:!1};const l=this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[E.WorkbookViewPermission],worksheetTypes:[E.WorksheetViewPermission],rangeTypes:[E.RangeProtectionPermissionViewPoint]},[{startRow:r,startColumn:i,endRow:r,endColumn:i}]),u=this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[E.WorkbookEditablePermission],worksheetTypes:[E.WorksheetEditPermission,E.WorksheetInsertHyperlinkPermission],rangeTypes:[E.RangeProtectionPermissionEditPoint]},[{startRow:r,startColumn:i,endRow:r,endColumn:i}]),p=this._permissionService.composePermission([new E.WorkbookCopyPermission(n).id,new E.WorksheetCopyPermission(n,t).id]).every(d=>d.value);return{viewPermission:l,editPermission:u,copyPermission:p}}_initHoverListener(){this.disposeWithMe(this._hoverManagerService.currentRichText$.pipe(R.debounceTime(200)).subscribe(e=>{var H,N;if(!e){this._sheetsHyperLinkPopupService.hideCurrentPopup();return}const{unitId:n,subUnitId:t,row:r,col:i}=e,c=this._renderManagerService.getRenderById(n);if(!c)return;const o=this._univerInstanceService.getUnit(n,s.UniverInstanceType.UNIVER_SHEET),l=o==null?void 0:o.getSheetBySheetId(t);if(!l)return;if(!c.with(y.HoverRenderController).active){this._sheetsHyperLinkPopupService.hideCurrentPopup(f.VIEWING);return}const p=(H=c==null?void 0:c.with(y.SheetSkeletonManagerService).getWorksheetSkeleton(t))==null?void 0:H.skeleton,d=i,h=r;let S=h,g=d;p&&p.overflowCache.forValue((B,A,q)=>{s.Rectangle.contains(q,{startColumn:d,endColumn:d,startRow:h,endRow:h})&&(S=B,g=A)});const{viewPermission:C,editPermission:L,copyPermission:P}=this._getLinkPermission(e);if(!C){this._sheetsHyperLinkPopupService.hideCurrentPopup();return}const a=l.getCellStyleOnly(S,g),k=o.getStyles().getStyleByCell(a),x=(N=k==null?void 0:k.tr)==null?void 0:N.a;if(!x&&!e.customRange){this._sheetsHyperLinkPopupService.hideCurrentPopup();return}this._sheetsHyperLinkPopupService.showPopup({row:S,col:g,editPermission:L,copyPermission:P,customRange:e.customRange,customRangeRect:e.rect,type:f.VIEWING,unitId:n,subUnitId:t,showAll:!!x})}))}_initHoverEditingListener(){let e=null;this.disposeWithMe(this._editorBridgeService.currentEditCellState$.pipe(R.switchMap(n=>this._editorBridgeService.visible$.pipe(R.map(t=>({visible:t,state:n}))))).subscribe(({visible:n,state:t})=>{if(!t||t.editorUnitId!==s.DOCS_NORMAL_EDITOR_UNIT_ID_KEY)return;if(!n.visible){e==null||e.unsubscribe(),this._sheetsHyperLinkPopupService.hideCurrentPopup(f.EDITING),this._sheetsHyperLinkPopupService.endEditing(f.EDITING);return}const{editorUnitId:r,unitId:i,sheetId:c,row:o,column:l}=t,u=this._renderManagerService.getRenderById(r);if(!u)return;const{editPermission:p,viewPermission:d,copyPermission:h}=this._getLinkPermission({unitId:i,subUnitId:c,row:o,col:l}),S=u.with(ne.DocEventManagerService);d&&(e==null||e.unsubscribe(),e=S.hoverCustomRanges$.pipe(R.debounceTime(200)).subscribe(g=>{var k,x;const C=g.find(H=>H.range.rangeType===s.CustomRangeType.HYPERLINK);if(!C){this._sheetsHyperLinkPopupService.hideCurrentPopup();return}const L=C.rects[C.rects.length-1];if(!((x=(k=this._renderManagerService.getRenderById(i))==null?void 0:k.with(y.SheetSkeletonManagerService).getWorksheetSkeleton(c))==null?void 0:x.skeleton)||!L)return;const a=u.engine.getCanvasElement().getBoundingClientRect();this._sheetsHyperLinkPopupService.showPopup({unitId:i,subUnitId:c,row:o,col:l,customRange:C.range,customRangeRect:{left:L.left+a.left,top:L.top+a.top,bottom:L.bottom+a.top,right:L.right+a.left},editPermission:p,copyPermission:h,type:f.EDITING})}))})),this.disposeWithMe(()=>{e==null||e.unsubscribe()})}_initZenEditor(){this.disposeWithMe(this._zenZoneService.visible$.subscribe(e=>{e?(this._sheetsHyperLinkPopupService.hideCurrentPopup(f.VIEWING),this._sheetsHyperLinkPopupService.hideCurrentPopup(f.EDITING),this._sheetsHyperLinkPopupService.endEditing(f.EDITING),this._sheetsHyperLinkPopupService.hideCurrentPopup(f.VIEWING)):(this._sheetsHyperLinkPopupService.hideCurrentPopup(f.ZEN_EDITOR),this._sheetsHyperLinkPopupService.endEditing(f.ZEN_EDITOR))})),this.disposeWithMe(this._univerInstanceService.focused$.pipe(R.switchMap(e=>{const n=e===s.DOCS_ZEN_EDITOR_UNIT_ID_KEY?this._renderManagerService.getRenderById(e):null;return n?n.with(ne.DocEventManagerService).hoverCustomRanges$.pipe(R.debounceTime(200)):new R.Observable(t=>{t.next(null)})})).subscribe(e=>{const n=e==null?void 0:e.find(r=>r.range.rangeType===s.CustomRangeType.HYPERLINK),t=this._editorBridgeService.getEditCellState();if(n&&t){const{unitId:r,sheetId:i,row:c,column:o}=t,{editPermission:l,viewPermission:u,copyPermission:p}=this._getLinkPermission({unitId:r,subUnitId:i,row:c,col:o});u&&this._sheetsHyperLinkPopupService.showPopup({type:f.ZEN_EDITOR,unitId:r,subUnitId:i,row:c,col:o,customRange:n.range,editPermission:l,copyPermission:p})}else this._sheetsHyperLinkPopupService.hideCurrentPopup(f.ZEN_EDITOR)}))}_initTextSelectionListener(){this.disposeWithMe(this._textSelectionManagerService.textSelection$.subscribe(e=>{e&&e.unitId===s.DOCS_NORMAL_EDITOR_UNIT_ID_KEY&&this._sheetsHyperLinkPopupService.endEditing(f.EDITING)}))}_initCommandListener(){const e=[E.ClearSelectionContentCommand.id,E.ClearSelectionAllCommand.id,E.ClearSelectionFormatCommand.id];this.disposeWithMe(this._commandService.onCommandExecuted(n=>{e.includes(n.id)&&this._sheetsHyperLinkPopupService.hideCurrentPopup()}))}};Ne=Yn([z(0,s.Inject(y.HoverManagerService)),z(1,s.Inject(exports.SheetsHyperLinkPopupService)),z(2,s.Inject(Ce.IRenderManagerService)),z(3,s.Inject(s.IPermissionService)),z(4,s.Inject(E.SheetPermissionCheckController)),z(5,s.ICommandService),z(6,y.IEditorBridgeService),z(7,s.Inject(Ie.DocSelectionManagerService)),z(8,s.IUniverInstanceService),z(9,b.IZenZoneService)],Ne);var Gn=Object.defineProperty,zn=Object.getOwnPropertyDescriptor,xt=(e,n,t,r)=>{for(var i=r>1?void 0:r?zn(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&Gn(n,t,i),i},Ge=(e,n)=>(t,r)=>n(t,r,e);let ze=class extends s.Disposable{constructor(e,n){super(),this._context=e,this._hyperLinkModel=n,this._initSkeletonChange()}_initSkeletonChange(){const e=()=>{var n;(n=this._context.mainComponent)==null||n.makeForceDirty()};this.disposeWithMe(this._hyperLinkModel.linkUpdate$.pipe(R.debounceTime(16)).subscribe(()=>{e()}))}};ze=xt([Ge(1,s.Inject(v.HyperLinkModel))],ze);let Ue=class extends s.Disposable{constructor(e,n){super(),this._sheetInterceptorService=e,this._hyperLinkModel=n,this._initViewModelIntercept()}_initViewModelIntercept(){this.disposeWithMe(this._sheetInterceptorService.intercept(E.INTERCEPTOR_POINT.CELL_CONTENT,{effect:s.InterceptorEffectEnum.Value,priority:100,handler:(e,n,t)=>{const{row:r,col:i,unitId:c,subUnitId:o}=n,l=this._hyperLinkModel.getHyperLinkByLocation(c,o,r,i);return t(l?{...e,linkUrl:l.payload,linkId:l.id}:e)}}))}};Ue=xt([Ge(0,s.Inject(E.SheetInterceptorService)),Ge(1,s.Inject(v.HyperLinkModel))],Ue);const qn={[b.RibbonStartGroup.OTHERS]:{[ce.id]:{order:2,menuItemFactory:xn},[be(ce.id)]:{order:2,menuItemFactory:jn}},[b.ContextMenuPosition.MAIN_AREA]:{[b.ContextMenuGroup.OTHERS]:{order:1,[ce.id]:{order:0,menuItemFactory:Un},[be(ce.id)]:{order:0,menuItemFactory:Mn}}}};var Jn=Object.defineProperty,Xn=Object.getOwnPropertyDescriptor,Qn=(e,n,t,r)=>{for(var i=r>1?void 0:r?Xn(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&Jn(n,t,i),i},me=(e,n)=>(t,r)=>n(t,r,e);let Me=class extends s.Disposable{constructor(e,n,t,r,i){super(),this._componentManager=e,this._commandService=n,this._menuManagerService=t,this._injector=r,this._shortcutService=i,this._initComponents(),this._initCommands(),this._initMenus(),this._initShortCut()}_initComponents(){[[ke,ke.componentKey],[Te,Te.componentKey],[Xe,"LinkSingle"]].forEach(([e,n])=>{this._componentManager.register(n,e)})}_initCommands(){[je,ye,Ae,ce].forEach(e=>{this._commandService.registerCommand(e)})}_initMenus(){this._menuManagerService.mergeMenu(qn)}_initShortCut(){this._shortcutService.registerShortcut(tt)}};Me=Qn([me(0,s.Inject(b.ComponentManager)),me(1,s.ICommandService),me(2,b.IMenuManagerService),me(3,s.Inject(s.Injector)),me(4,s.Inject(b.IShortcutService))],Me);var er=Object.defineProperty,tr=Object.getOwnPropertyDescriptor,nr=(e,n,t,r)=>{for(var i=r>1?void 0:r?tr(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&er(n,t,i),i},Tt=(e,n)=>(t,r)=>n(t,r,e);let xe=class extends s.Disposable{constructor(e,n){super(),this._parserService=e,this._resolverService=n,this._handleInitUrl()}_handleInitUrl(){const e=location.hash;if(e){const n=this._parserService.parseHyperLink(e);this._resolverService.navigate(n)}}};xe=nr([Tt(0,s.Inject(v.SheetsHyperLinkParserService)),Tt(1,s.Inject(exports.SheetsHyperLinkResolverService))],xe);var jt=Object.defineProperty,rr=Object.getOwnPropertyDescriptor,ir=(e,n,t)=>n in e?jt(e,n,{enumerable:!0,configurable:!0,writable:!0,value:t}):e[n]=t,sr=(e,n,t,r)=>{for(var i=r>1?void 0:r?rr(n,t):n,c=e.length-1,o;c>=0;c--)(o=e[c])&&(i=(r?o(n,t,i):o(i))||i);return r&&i&&jt(n,t,i),i},kt=(e,n)=>(t,r)=>n(t,r,e),At=(e,n,t)=>ir(e,typeof n!="symbol"?n+"":n,t);exports.UniverSheetsHyperLinkUIPlugin=class extends s.Plugin{constructor(n=ft,t,r){super(),this._config=n,this._injector=t,this._configService=r;const{menu:i,...c}=s.merge({},ft,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(Ot,c)}onStarting(){[[exports.SheetsHyperLinkResolverService],[exports.SheetsHyperLinkPopupService],[Je],[Ue],[Ne],[Me],[we],[exports.SheetsHyperLinkCopyPasteController],[He],[xe]].forEach(t=>this._injector.add(t)),this._injector.get(Ue)}onReady(){this._injector.get(Ce.IRenderManagerService).registerRenderModule(s.UniverInstanceType.UNIVER_SHEET,[ze]),this._injector.get(we),this._injector.get(exports.SheetsHyperLinkCopyPasteController),this._injector.get(Me)}onRendered(){this._injector.get(He),this._injector.get(xe),this._injector.get(Ne)}};At(exports.UniverSheetsHyperLinkUIPlugin,"pluginName",qe);At(exports.UniverSheetsHyperLinkUIPlugin,"type",s.UniverInstanceType.UNIVER_SHEET);exports.UniverSheetsHyperLinkUIPlugin=sr([s.DependentOn(v.UniverSheetsHyperLinkPlugin,ne.UniverDocsUIPlugin),kt(1,s.Inject(s.Injector)),kt(2,s.IConfigService)],exports.UniverSheetsHyperLinkUIPlugin);exports.CloseHyperLinkPopupOperation=ye;exports.InsertHyperLinkOperation=Ae;exports.InsertLinkShortcut=tt;exports.OpenHyperLinkEditPanelOperation=je;exports.SheetsHyperLinkSidePanelService=Je;
1
+ "use strict";var __defProp=Object.defineProperty;var __defNormalProp=(obj,key,value)=>key in obj?__defProp(obj,key,{enumerable:!0,configurable:!0,writable:!0,value}):obj[key]=value;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});var __publicField=(obj,key,value)=>__defNormalProp(obj,typeof key!="symbol"?key+"":key,value);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const core=require("@univerjs/core"),sheetsHyperLink=require("@univerjs/sheets-hyper-link"),sheetsUi=require("@univerjs/sheets-ui"),design=require("@univerjs/design"),engineFormula=require("@univerjs/engine-formula"),sheets=require("@univerjs/sheets"),ui=require("@univerjs/ui"),docsUi=require("@univerjs/docs-ui"),engineRender=require("@univerjs/engine-render"),rxjs=require("rxjs"),docs=require("@univerjs/docs"),jsxRuntime=require("react/jsx-runtime"),sheetsFormulaUi=require("@univerjs/sheets-formula-ui"),react=require("react"),sheetsDataValidation=require("@univerjs/sheets-data-validation");function isLegalLink(link){return core.Tools.isLegalUrl(link)}__name(isLegalLink,"isLegalLink");function hasProtocol(urlString){return/^[a-zA-Z]+:\/\//.test(urlString)}__name(hasProtocol,"hasProtocol");function isEmail(url){return/^[\w-\.]+@([\w-]+\.)+[\w-]{2,4}$/.test(url)}__name(isEmail,"isEmail");function serializeUrl(urlStr){if(isLegalLink(urlStr)){const transformedUrl=hasProtocol(urlStr)?urlStr:isEmail(urlStr)?`mailto://${urlStr}`:`http://${urlStr}`;let url;try{url=new URL(transformedUrl)}catch{return urlStr}return url.hostname===location.hostname&&url.port===location.port&&url.protocol===location.protocol&&url.pathname===location.pathname&&url.hash&&!url.search?url.hash:transformedUrl}return urlStr}__name(serializeUrl,"serializeUrl");const SHEETS_HYPER_LINK_UI_PLUGIN_CONFIG_KEY="sheets-hyper-link-ui.config",defaultPluginConfig={};var __defProp$9=Object.defineProperty,__getOwnPropDesc$9=Object.getOwnPropertyDescriptor,__decorateClass$9=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$9(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$9(target,key,result),result},"__decorateClass$9"),__decorateParam$9=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$9");function getContainRange(range,worksheet){const mergedCells=worksheet.getMergeData(),maxCol=worksheet.getMaxColumns()-1,maxRow=worksheet.getMaxRows()-1;if(maxCol<range.endColumn&&(range.endColumn=maxCol),maxRow<range.endRow&&(range.endRow=maxRow),range.rangeType===core.RANGE_TYPE.COLUMN||core.RANGE_TYPE.ROW)return range;const relativeCells=[];return mergedCells.forEach(cell=>{core.Rectangle.intersects(range,cell)&&relativeCells.push(cell)}),core.Rectangle.realUnion(range,...relativeCells)}__name(getContainRange,"getContainRange");var _a;exports.SheetsHyperLinkResolverService=(_a=class{constructor(_univerInstanceService,_commandService,_definedNamesService,_messageService,_localeService,_configService){this._univerInstanceService=_univerInstanceService,this._commandService=_commandService,this._definedNamesService=_definedNamesService,this._messageService=_messageService,this._localeService=_localeService,this._configService=_configService}navigate(info){switch(info.type){case sheetsHyperLink.SheetHyperLinkType.URL:this.navigateToOtherWebsite(info.url);break;default:this._navigateToUniver(info.searchObj)}}_navigateToUniver(params){const{gid,range,rangeid}=params,workbook=this._univerInstanceService.getCurrentUnitForType(core.UniverInstanceType.UNIVER_SHEET);if(!workbook)return;const unitId=workbook.getUnitId();if(rangeid){const item=this._definedNamesService.getValueById(unitId,rangeid);if(!item)return;const{formulaOrRefString}=item,worksheet=this._definedNamesService.getWorksheetByRef(unitId,formulaOrRefString);if(!worksheet){this._messageService.show({content:this._localeService.t("hyperLink.message.refError"),type:design.MessageType.Error});return}if(worksheet.isSheetHidden()){this._messageService.show({content:this._localeService.t("hyperLink.message.hiddenSheet"),type:design.MessageType.Error});return}this.navigateToDefineName(unitId,rangeid)}if(gid){if(range){const rangeInfo=engineFormula.deserializeRangeWithSheet(range);core.isValidRange(rangeInfo.range)&&range!==sheetsHyperLink.ERROR_RANGE&&this.navigateToRange(unitId,gid,rangeInfo.range);return}this.navigateToSheetById(unitId,gid)}}async navigateToRange(unitId,subUnitId,range,forceTop){const worksheet=await this.navigateToSheetById(unitId,subUnitId);if(worksheet){const realRange=getContainRange(range,worksheet);await this._commandService.executeCommand(sheets.SetSelectionsOperation.id,{unitId,subUnitId,selections:[{range:realRange,primary:null}]}),await this._commandService.executeCommand(sheetsUi.ScrollToRangeOperation.id,{range:realRange,forceTop})}}async navigateToSheetById(unitId,subUnitId){const workbook=this._univerInstanceService.getUnit(unitId,core.UniverInstanceType.UNIVER_SHEET);if(!workbook)return!1;const worksheet=workbook.getActiveSheet();if(!worksheet)return!1;if(worksheet.getSheetId()===subUnitId)return worksheet;const targetSheet=workbook.getSheetBySheetId(subUnitId);return targetSheet?workbook.getHiddenWorksheets().indexOf(subUnitId)>-1?(this._messageService.show({content:this._localeService.t("hyperLink.message.hiddenSheet"),type:design.MessageType.Error}),!1):await this._commandService.executeCommand(sheets.SetWorksheetActiveOperation.id,{unitId,subUnitId})?targetSheet:!1:(this._messageService.show({content:this._localeService.t("hyperLink.message.noSheet"),type:design.MessageType.Error}),!1)}async navigateToDefineName(unitId,rangeId){return this._definedNamesService.focusRange(unitId,rangeId),!0}async navigateToOtherWebsite(url){var _a12;const config=this._configService.getConfig(SHEETS_HYPER_LINK_UI_PLUGIN_CONFIG_KEY);if((_a12=config==null?void 0:config.urlHandler)!=null&&_a12.navigateToOtherWebsite)return config.urlHandler.navigateToOtherWebsite(url);window.open(url,"_blank","noopener noreferrer")}},__name(_a,"SheetsHyperLinkResolverService"),_a);exports.SheetsHyperLinkResolverService=__decorateClass$9([__decorateParam$9(0,core.IUniverInstanceService),__decorateParam$9(1,core.ICommandService),__decorateParam$9(2,engineFormula.IDefinedNamesService),__decorateParam$9(3,ui.IMessageService),__decorateParam$9(4,core.Inject(core.LocaleService)),__decorateParam$9(5,core.IConfigService)],exports.SheetsHyperLinkResolverService);const SHEET_HYPER_LINK_UI_PLUGIN="SHEET_HYPER_LINK_UI_PLUGIN";var __defProp$8=Object.defineProperty,__getOwnPropDesc$8=Object.getOwnPropertyDescriptor,__decorateClass$8=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$8(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$8(target,key,result),result},"__decorateClass$8"),__decorateParam$8=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$8"),_a2;exports.SheetsHyperLinkCopyPasteController=(_a2=class extends core.Disposable{constructor(_sheetClipboardService,_hyperLinkModel,_injector,_resolverService){super();__publicField(this,"_plainTextFilter",new Set);__publicField(this,"_copyInfo");this._sheetClipboardService=_sheetClipboardService,this._hyperLinkModel=_hyperLinkModel,this._injector=_injector,this._resolverService=_resolverService,this._initCopyPaste(),this.disposeWithMe(()=>{this._plainTextFilter.clear()})}registerPlainTextFilter(filter){this._plainTextFilter.add(filter)}removePlainTextFilter(filter){this._plainTextFilter.delete(filter)}_filterPlainText(text){return Array.from(this._plainTextFilter).every(filter=>filter(text))}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:SHEET_HYPER_LINK_UI_PLUGIN,onBeforeCopy:__name((unitId,subUnitId,range)=>this._collect(unitId,subUnitId,range),"onBeforeCopy"),onPasteCells:__name((pasteFrom,pasteTo,data,payload)=>{const{copyType=sheetsUi.COPY_TYPE.COPY,pasteType}=payload,{range:copyRange}=pasteFrom||{},{range:pastedRange,unitId,subUnitId}=pasteTo;return this._generateMutations(pastedRange,{copyType,pasteType,copyRange,unitId,subUnitId})},"onPasteCells"),onPastePlainText:__name((pasteTo,clipText)=>{const filterResult=this._filterPlainText(clipText);if(isLegalLink(clipText)&&filterResult){const{range,unitId,subUnitId}=pasteTo,{ranges:[pasteToRange],mapFunc}=sheetsUi.virtualizeDiscreteRanges([range]),redos=[],undos=[];return core.Range.foreach(pasteToRange,(originRow,originCol)=>{const{row,col:column}=mapFunc(originRow,originCol),link=this._hyperLinkModel.getHyperLinkByLocation(unitId,subUnitId,row,column);link&&redos.push({id:sheetsHyperLink.RemoveHyperLinkMutation.id,params:{unitId,subUnitId,id:link.id}}),link&&undos.push({id:sheetsHyperLink.AddHyperLinkMutation.id,params:{unitId,subUnitId,link}})}),{redos,undos}}return{undos:[],redos:[]}},"onPastePlainText"),priority:99})}_collect(unitId,subUnitId,range){const matrix=new core.ObjectMatrix;this._copyInfo={unitId,subUnitId,matrix};const discreteRange=this._injector.invoke(accessor=>sheetsUi.rangeToDiscreteRange(range,accessor,unitId,subUnitId));if(!discreteRange)return;const{rows,cols}=discreteRange;rows.forEach((row,rowIndex)=>{cols.forEach((col,colIndex)=>{var _a12;const link=this._hyperLinkModel.getHyperLinkByLocation(unitId,subUnitId,row,col);matrix.setValue(rowIndex,colIndex,(_a12=link==null?void 0:link.id)!=null?_a12:"")})})}_generateMutations(pastedRange,copyInfo){if(!this._copyInfo)return{redos:[],undos:[]};if(!this._copyInfo||!this._copyInfo.matrix.getSizeOf()||!copyInfo.copyRange)return{redos:[],undos:[]};if([sheetsUi.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,sheetsUi.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,sheetsUi.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,sheetsUi.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA].includes(copyInfo.pasteType))return{redos:[],undos:[]};const{unitId,subUnitId}=this._copyInfo,redos=[],undos=[],{ranges:[vCopyRange,vPastedRange],mapFunc}=sheetsUi.virtualizeDiscreteRanges([copyInfo.copyRange,pastedRange]);return sheetsUi.getRepeatRange(vCopyRange,vPastedRange,!0).forEach(({startRange})=>{var _a12;(_a12=this._copyInfo)==null||_a12.matrix.forValue((row,col,ruleId)=>{const range=core.Rectangle.getPositionRange({startRow:row,endRow:row,startColumn:col,endColumn:col},startRange),oldLink=this._hyperLinkModel.getHyperLink(unitId,subUnitId,ruleId),{row:startRow,col:startColumn}=mapFunc(range.startRow,range.startColumn),currentLink=this._hyperLinkModel.getHyperLinkByLocation(copyInfo.unitId,copyInfo.subUnitId,startRow,startColumn),id=core.Tools.generateRandomId();currentLink&&redos.push({id:sheetsHyperLink.RemoveHyperLinkMutation.id,params:{unitId:copyInfo.unitId,subUnitId:copyInfo.subUnitId,id:currentLink.id}}),oldLink&&(redos.push({id:sheetsHyperLink.AddHyperLinkMutation.id,params:{unitId:copyInfo.unitId,subUnitId:copyInfo.subUnitId,link:{...oldLink,id,row:startRow,column:startColumn}}}),undos.push({id:sheetsHyperLink.RemoveHyperLinkMutation.id,params:{unitId:copyInfo.unitId,subUnitId:copyInfo.subUnitId,id}})),currentLink&&undos.push({id:sheetsHyperLink.AddHyperLinkMutation.id,params:{unitId:copyInfo.unitId,subUnitId:copyInfo.subUnitId,link:currentLink}})})}),{redos,undos}}},__name(_a2,"SheetsHyperLinkCopyPasteController"),_a2);exports.SheetsHyperLinkCopyPasteController=__decorateClass$8([__decorateParam$8(0,sheetsUi.ISheetClipboardService),__decorateParam$8(1,core.Inject(sheetsHyperLink.HyperLinkModel)),__decorateParam$8(2,core.Inject(core.Injector)),__decorateParam$8(3,core.Inject(exports.SheetsHyperLinkResolverService))],exports.SheetsHyperLinkCopyPasteController);var HyperLinkEditSourceType=(HyperLinkEditSourceType2=>(HyperLinkEditSourceType2.EDITING="editing",HyperLinkEditSourceType2.VIEWING="viewing",HyperLinkEditSourceType2.ZEN_EDITOR="zen_mode",HyperLinkEditSourceType2))(HyperLinkEditSourceType||{});const _SheetsHyperLinkSidePanelService=class _SheetsHyperLinkSidePanelService extends core.Disposable{constructor(){super(...arguments);__publicField(this,"_customHyperLinks",new Map)}isBuiltInLinkType(type){return type!==sheetsHyperLink.SheetHyperLinkType.URL}getOptions(){return Array.from(this._customHyperLinks.values()).map(({option})=>option)}findCustomHyperLink(link){return Array.from(this._customHyperLinks.values()).find(item=>item.match(link))}registerCustomHyperLink(customHyperLink){this._customHyperLinks.set(customHyperLink.type,customHyperLink)}getCustomHyperLink(type){return this._customHyperLinks.get(type)}removeCustomHyperLink(type){const{_customHyperLinks}=this;_customHyperLinks.delete(type)}dispose(){super.dispose(),this._customHyperLinks.clear()}};__name(_SheetsHyperLinkSidePanelService,"SheetsHyperLinkSidePanelService");let SheetsHyperLinkSidePanelService=_SheetsHyperLinkSidePanelService;const cellLinkEdit="univer-cell-link-edit",cellLinkEditButtons="univer-cell-link-edit-buttons",styles$1={cellLinkEdit,cellLinkEditButtons},CellLinkEdit=__name(()=>{var _a12;const[id,setId]=react.useState(""),[hide,setHide]=react.useState(!1),[display,_setDisplay]=react.useState(""),[showLabel,setShowLabel]=react.useState(!0),[type,setType]=react.useState(sheetsHyperLink.SheetHyperLinkType.URL),[payload,setPayload]=react.useState(""),localeService=core.useDependency(core.LocaleService),definedNameService=core.useDependency(engineFormula.IDefinedNamesService),editorBridgeService=core.useDependency(sheetsUi.IEditorBridgeService),univerInstanceService=core.useDependency(core.IUniverInstanceService),popupService=core.useDependency(exports.SheetsHyperLinkPopupService),editing=ui.useObservable(popupService.currentEditing$),parserService=core.useDependency(sheetsHyperLink.SheetsHyperLinkParserService),resolverService=core.useDependency(exports.SheetsHyperLinkResolverService),commandService=core.useDependency(core.ICommandService),sidePanelService=core.useDependency(SheetsHyperLinkSidePanelService),sidePanelOptions=react.useMemo(()=>sidePanelService.getOptions(),[sidePanelService]),zenZoneService=core.useDependency(ui.IZenZoneService),renderManagerService=core.useDependency(engineRender.IRenderManagerService),markSelectionService=core.useDependency(sheetsUi.IMarkSelectionService),textSelectionService=core.useDependency(docs.DocSelectionManagerService),contextService=core.useDependency(core.IContextService),themeService=core.useDependency(core.ThemeService),docSelectionManagerService=core.useDependency(docs.DocSelectionManagerService),rangeSelectorActionsRef=react.useRef({}),customHyperLinkSidePanel=react.useMemo(()=>{if(!sidePanelService.isBuiltInLinkType(type))return sidePanelService.getCustomHyperLink(type)},[sidePanelService,type]),[showError,setShowError]=react.useState(!1),[isFocusRangeSelector,isFocusRangeSelectorSet]=react.useState(!1),setByPayload=react.useRef(!1),workbook=univerInstanceService.getCurrentUnitForType(core.UniverInstanceType.UNIVER_SHEET),subUnitId=(workbook==null?void 0:workbook.getActiveSheet().getSheetId())||"",setDisplay=react.useCallback(value=>{_setDisplay(value.replaceAll(core.DataStreamTreeTokenType.CUSTOM_RANGE_START,"").replaceAll(core.DataStreamTreeTokenType.CUSTOM_RANGE_END,""))},[_setDisplay]);react.useEffect(()=>{var _a13,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m,_n,_o,_p,_q;if((editing==null?void 0:editing.row)!==void 0&&editing.col!==void 0){const{customRange,row,col}=editing;let{label}=editing;typeof label=="number"&&(label=`${label}`);let link;if(customRange)link={id:(_a13=customRange==null?void 0:customRange.rangeId)!=null?_a13:"",display:label!=null?label:"",payload:(_c=(_b=customRange==null?void 0:customRange.properties)==null?void 0:_b.url)!=null?_c:"",row,column:col};else if(editing.type===HyperLinkEditSourceType.VIEWING){const workbook2=univerInstanceService.getUnit(editing.unitId),worksheet=workbook2==null?void 0:workbook2.getSheetBySheetId(editing.subUnitId),cell=worksheet==null?void 0:worksheet.getCellRaw(editing.row,editing.col),range=(_f=(_e=(_d=cell==null?void 0:cell.p)==null?void 0:_d.body)==null?void 0:_e.customRanges)==null?void 0:_f.find(range2=>{var _a14;return range2.rangeType===core.CustomRangeType.HYPERLINK&&((_a14=range2.properties)==null?void 0:_a14.url)}),cellValue=cell==null?void 0:cell.v;cell&&(!core.BuildTextUtils.transform.isEmptyDocument((_h=(_g=cell.p)==null?void 0:_g.body)==null?void 0:_h.dataStream)||core.Tools.isDefine(cellValue))&&setShowLabel(!1),link={id:"",display:"",payload:(_j=(_i=range==null?void 0:range.properties)==null?void 0:_i.url)!=null?_j:"",row,column:col}}else{const doc=univerInstanceService.getCurrentUnitForType(core.UniverInstanceType.UNIVER_DOC),currentSelection=textSelectionService.getActiveTextRange(),body=doc==null?void 0:doc.getBody(),selection=currentSelection&&body?currentSelection:null,customRange2=selection&&((_l=core.BuildTextUtils.customRange.getCustomRangesInterestsWithSelection(selection,(_k=body==null?void 0:body.customRanges)!=null?_k:[]))==null?void 0:_l[0]);setShowLabel(!1),link={id:"",display:label!=null?label:"",payload:(_n=(_m=customRange2==null?void 0:customRange2.properties)==null?void 0:_m.url)!=null?_n:"",row,column:col}}setId(link.id);const customLink=sidePanelService.findCustomHyperLink(link);if(customLink){const customLinkInfo=customLink.convert(link);setType(customLinkInfo.type),setPayload(customLinkInfo.payload),setDisplay(customLinkInfo.display);return}setDisplay(link.display);const linkInfo=parserService.parseHyperLink(link.payload);switch(setType(linkInfo.type===sheetsHyperLink.SheetHyperLinkType.INVALID?sheetsHyperLink.SheetHyperLinkType.RANGE:linkInfo.type),linkInfo.type){case sheetsHyperLink.SheetHyperLinkType.URL:{setPayload(linkInfo.url),linkInfo.url===link.display&&(setByPayload.current=!0);break}case sheetsHyperLink.SheetHyperLinkType.RANGE:{const params=linkInfo.searchObj,sheetName=params.gid&&(_q=(_p=(_o=univerInstanceService.getUnit(editing.unitId))==null?void 0:_o.getSheetBySheetId(params.gid))==null?void 0:_p.getName())!=null?_q:"",payload2=engineFormula.serializeRangeWithSheet(sheetName,engineFormula.deserializeRangeWithSheet(params.range).range);setPayload(payload2),payload2===link.display&&(setByPayload.current=!0);break}case sheetsHyperLink.SheetHyperLinkType.SHEET:{const params=linkInfo.searchObj;setPayload(params.gid);break}case sheetsHyperLink.SheetHyperLinkType.DEFINE_NAME:{const params=linkInfo.searchObj;setPayload(params.rangeid);break}default:setPayload("");break}}},[editing,resolverService,sidePanelService,textSelectionService,univerInstanceService]),react.useEffect(()=>{let id2=null;if(editing&&!editing.customRangeId&&editing.type===HyperLinkEditSourceType.VIEWING&&core.Tools.isDefine(editing.row)&&core.Tools.isDefine(editing.col)){const workbook2=univerInstanceService.getUnit(editing.unitId,core.UniverInstanceType.UNIVER_SHEET),worksheet=workbook2==null?void 0:workbook2.getSheetBySheetId(editing.subUnitId),mergeInfo=worksheet==null?void 0:worksheet.getMergedCell(editing.row,editing.col),color=new core.ColorKit(themeService.getCurrentTheme().hyacinth500).toRgb();id2=markSelectionService.addShape({range:mergeInfo!=null?mergeInfo:{startColumn:editing.col,endColumn:editing.col,startRow:editing.row,endRow:editing.row},style:{fill:`rgb(${color.r}, ${color.g}, ${color.b}, 0.12)`,strokeWidth:1,stroke:"#FFBD37",widgets:{}},primary:null},[],-1)}return()=>{id2&&markSelectionService.removeShape(id2)}},[editing,markSelectionService,themeService,univerInstanceService]),react.useEffect(()=>{isFocusRangeSelectorSet(type===sheetsHyperLink.SheetHyperLinkType.RANGE)},[type]),react.useEffect(()=>{const render2=(editing==null?void 0:editing.type)===HyperLinkEditSourceType.ZEN_EDITOR?renderManagerService.getRenderById(core.DOCS_ZEN_EDITOR_UNIT_ID_KEY):renderManagerService.getRenderById(editorBridgeService.getCurrentEditorId()),disposeCollection=new core.DisposableCollection;if(render2){const selectionRenderService=render2.with(docsUi.DocSelectionRenderService);selectionRenderService.setReserveRangesStatus(!0),disposeCollection.add(()=>{selectionRenderService.setReserveRangesStatus(!1)})}return()=>{editorBridgeService.disableForceKeepVisible(),disposeCollection.dispose()}},[editing==null?void 0:editing.type,editorBridgeService,renderManagerService]),react.useEffect(()=>(popupService.setIsKeepVisible(isFocusRangeSelector),()=>{popupService.setIsKeepVisible(!1)}),[isFocusRangeSelector,popupService]),react.useEffect(()=>()=>{zenZoneService.temporaryHidden&&(zenZoneService.show(),contextService.setContextValue(core.FOCUSING_SHEET,!1))},[contextService,zenZoneService]),react.useEffect(()=>{if(isFocusRangeSelector)return editorBridgeService.enableForceKeepVisible(),()=>{editorBridgeService.disableForceKeepVisible()}},[isFocusRangeSelector,editorBridgeService]);const linkTypeOptions=[{label:localeService.t("hyperLink.form.link"),value:sheetsHyperLink.SheetHyperLinkType.URL},{label:localeService.t("hyperLink.form.range"),value:sheetsHyperLink.SheetHyperLinkType.RANGE},{label:localeService.t("hyperLink.form.worksheet"),value:sheetsHyperLink.SheetHyperLinkType.SHEET},{label:localeService.t("hyperLink.form.definedName"),value:sheetsHyperLink.SheetHyperLinkType.DEFINE_NAME},...sidePanelOptions];if(!workbook)return;const hiddens=workbook.getHiddenWorksheets(),sheetsOption=workbook.getSheets().map(sheet=>({label:sheet.getName(),value:sheet.getSheetId()})).filter(opt=>hiddens.indexOf(opt.value)===-1),definedNames=Object.values((_a12=definedNameService.getDefinedNameMap(workbook.getUnitId()))!=null?_a12:{}).map(value=>({label:value.name,value:value.id})),formatUrl=__name((type2,payload2)=>{if(type2===sheetsHyperLink.SheetHyperLinkType.URL)return serializeUrl(payload2);if(type2===sheetsHyperLink.SheetHyperLinkType.RANGE){const info=engineFormula.deserializeRangeWithSheet(payload2),worksheet=workbook.getSheetBySheetName(info.sheetName);if(worksheet)return`#gid=${worksheet.getSheetId()}&range=${engineFormula.serializeRange(info.range)}`}return`#${type2}=${payload2}`},"formatUrl"),handleRangeChange=ui.useEvent(rangeText=>{var _a13;const range=rangeText.split(",").map(engineFormula.deserializeRangeWithSheet)[0];if(!range||!core.isValidRange(range.range))return;range.sheetName||(range.sheetName=((_a13=workbook.getActiveSheet())==null?void 0:_a13.getName())||"");const newPayload=engineFormula.serializeRangeToRefString(range);setPayload(newPayload),newPayload&&(setByPayload.current||!display)&&(setDisplay(newPayload),setByPayload.current=!0)}),handleSubmit=__name(async()=>{if(showLabel&&!display||!payload||type===sheetsHyperLink.SheetHyperLinkType.URL&&!isLegalLink(payload)){setShowError(!0);return}if(editing)if(id){const commandId=editing.type===HyperLinkEditSourceType.ZEN_EDITOR||editing.type===HyperLinkEditSourceType.EDITING?sheetsHyperLink.UpdateRichHyperLinkCommand.id:sheetsHyperLink.UpdateHyperLinkCommand.id;await commandService.executeCommand(commandId,{id,unitId:editing.unitId,subUnitId:editing.subUnitId,payload:{display:showLabel?display:"",payload:formatUrl(type,payload)},row:editing.row,column:editing.col,documentId:editing.type===HyperLinkEditSourceType.ZEN_EDITOR?core.DOCS_ZEN_EDITOR_UNIT_ID_KEY:editorBridgeService.getCurrentEditorId()})}else{const commandId=editing.type===HyperLinkEditSourceType.ZEN_EDITOR||editing.type===HyperLinkEditSourceType.EDITING?sheetsHyperLink.AddRichHyperLinkCommand.id:sheetsHyperLink.AddHyperLinkCommand.id;await commandService.executeCommand(commandId,{unitId:editing.unitId,subUnitId:editing.subUnitId,link:{id:core.generateRandomId(),row:editing.row,column:editing.col,payload:formatUrl(type,payload),display:showLabel?display:""},documentId:editing.type===HyperLinkEditSourceType.ZEN_EDITOR?core.DOCS_ZEN_EDITOR_UNIT_ID_KEY:editorBridgeService.getCurrentEditorId()})}if((editing==null?void 0:editing.type)===HyperLinkEditSourceType.VIEWING){await commandService.executeCommand(sheets.SetWorksheetActiveOperation.id,{unitId:editing.unitId,subUnitId:editing.subUnitId});const GAP=1;await commandService.executeCommand(sheetsUi.ScrollToRangeOperation.id,{range:{startRow:Math.max(editing.row-GAP,0),endRow:editing.row+GAP,startColumn:Math.max(editing.col-GAP,0),endColumn:editing.col+GAP}})}commandService.executeCommand(CloseHyperLinkPopupOperation.id)},"handleSubmit"),handlePanelClick=__name(e=>{var _a13;if(type!==sheetsHyperLink.SheetHyperLinkType.RANGE)return;const handleOutClick=(_a13=rangeSelectorActionsRef.current)==null?void 0:_a13.handleOutClick;handleOutClick&&handleOutClick(e,()=>isFocusRangeSelectorSet(!1))},"handlePanelClick");return editing?jsxRuntime.jsxs("div",{className:styles$1.cellLinkEdit,style:{display:hide?"none":"block"},onClick:handlePanelClick,children:[showLabel?jsxRuntime.jsx(design.FormLayout,{label:localeService.t("hyperLink.form.label"),error:showError&&!display?localeService.t("hyperLink.form.inputError"):"",children:jsxRuntime.jsx(design.Input,{value:display,onChange:__name(v=>{setDisplay(v),setByPayload.current=!1},"onChange"),placeholder:localeService.t("hyperLink.form.labelPlaceholder"),autoFocus:!0,onKeyDown:__name(e=>{e.keyCode===ui.KeyCode.ENTER&&handleSubmit()},"onKeyDown")})}):null,jsxRuntime.jsx(design.FormLayout,{label:localeService.t("hyperLink.form.type"),children:jsxRuntime.jsx(design.Select,{options:linkTypeOptions,value:type,onChange:__name(newType=>{setType(newType),setPayload("")},"onChange")})}),type===sheetsHyperLink.SheetHyperLinkType.URL&&jsxRuntime.jsx(design.FormLayout,{error:showError?payload?isLegalLink(payload)?"":localeService.t("hyperLink.form.linkError"):localeService.t("hyperLink.form.inputError"):"",children:jsxRuntime.jsx(design.Input,{value:payload,onChange:__name(newLink=>{setPayload(newLink),newLink&&(setByPayload.current||!display||display===payload)&&(setDisplay(newLink),setByPayload.current=!0)},"onChange"),placeholder:localeService.t("hyperLink.form.linkPlaceholder"),autoFocus:!0,onKeyDown:__name(e=>{e.keyCode===ui.KeyCode.ENTER&&handleSubmit()},"onKeyDown")})}),type===sheetsHyperLink.SheetHyperLinkType.RANGE&&jsxRuntime.jsx(design.FormLayout,{error:showError&&!payload?localeService.t("hyperLink.form.inputError"):"",children:jsxRuntime.jsx(sheetsFormulaUi.RangeSelector,{unitId:workbook.getUnitId(),subUnitId,isOnlyOneRange:!0,isSupportAcrossSheet:!0,initValue:payload,onChange:handleRangeChange,isFocus:isFocusRangeSelector,onFocus:__name(()=>isFocusRangeSelectorSet(!0),"onFocus"),actions:rangeSelectorActionsRef.current,onRangeSelectorDialogVisibleChange:__name(async visible=>{var _a13,_b;if(visible)editing.type===HyperLinkEditSourceType.ZEN_EDITOR&&(zenZoneService.hide(),contextService.setContextValue(core.FOCUSING_SHEET,!0)),editing.type!==HyperLinkEditSourceType.VIEWING&&editorBridgeService.enableForceKeepVisible(),setHide(!0);else{if(await resolverService.navigateToRange(editing.unitId,editing.subUnitId,{startRow:editing.row,endRow:editing.row,startColumn:editing.col,endColumn:editing.col},!0),editing.type===HyperLinkEditSourceType.ZEN_EDITOR){await commandService.executeCommand(sheets.SetSelectionsOperation.id,{unitId:editing.unitId,subUnitId:editing.subUnitId,selections:[{range:{startRow:editing.row,endRow:editing.row,startColumn:editing.col,endColumn:editing.col}}]}),zenZoneService.show(),contextService.setContextValue(core.FOCUSING_SHEET,!1);const docBackScrollRenderController=(_a13=renderManagerService.getRenderById(core.DOCS_ZEN_EDITOR_UNIT_ID_KEY))==null?void 0:_a13.with(docsUi.DocBackScrollRenderController),range=(_b=docSelectionManagerService.getTextRanges({unitId:core.DOCS_ZEN_EDITOR_UNIT_ID_KEY,subUnitId:core.DOCS_ZEN_EDITOR_UNIT_ID_KEY}))==null?void 0:_b[0];docBackScrollRenderController&&range&&(docBackScrollRenderController.scrollToRange(range),docSelectionManagerService.refreshSelection({unitId:core.DOCS_ZEN_EDITOR_UNIT_ID_KEY,subUnitId:core.DOCS_ZEN_EDITOR_UNIT_ID_KEY}))}editorBridgeService.disableForceKeepVisible(),setHide(!1)}},"onRangeSelectorDialogVisibleChange")})}),type===sheetsHyperLink.SheetHyperLinkType.SHEET&&jsxRuntime.jsx(design.FormLayout,{error:showError&&!payload?localeService.t("hyperLink.form.selectError"):"",children:jsxRuntime.jsx(design.Select,{options:sheetsOption,value:payload,onChange:__name(newPayload=>{var _a13,_b;setPayload(newPayload);const label=(_a13=sheetsOption.find(i=>i.value===newPayload))==null?void 0:_a13.label,oldLabel=(_b=sheetsOption.find(i=>i.value===payload))==null?void 0:_b.label;label&&(setByPayload.current||!display||display===oldLabel)&&(setDisplay(label),setByPayload.current=!0)},"onChange")})}),type===sheetsHyperLink.SheetHyperLinkType.DEFINE_NAME&&jsxRuntime.jsx(design.FormLayout,{error:showError&&!payload?localeService.t("hyperLink.form.selectError"):"",children:jsxRuntime.jsx(design.Select,{options:definedNames,value:payload,onChange:__name(newValue=>{var _a13,_b;setPayload(newValue);const label=(_a13=definedNames.find(i=>i.value===newValue))==null?void 0:_a13.label,oldLabel=(_b=definedNames.find(i=>i.value===payload))==null?void 0:_b.label;label&&(setByPayload.current||!display||display===oldLabel)&&(setDisplay(label),setByPayload.current=!0)},"onChange")})}),(customHyperLinkSidePanel==null?void 0:customHyperLinkSidePanel.Form)&&jsxRuntime.jsx(customHyperLinkSidePanel.Form,{linkId:id,payload,display,showError,setByPayload,setDisplay:__name(newLink=>{setDisplay(newLink),setByPayload.current=!0},"setDisplay"),setPayload}),jsxRuntime.jsxs("div",{className:styles$1.cellLinkEditButtons,children:[jsxRuntime.jsx(design.Button,{onClick:__name(()=>{editing&&resolverService.navigateToRange(editing.unitId,editing.subUnitId,{startRow:editing.row,endRow:editing.row,startColumn:editing.col,endColumn:editing.col},!0),commandService.executeCommand(CloseHyperLinkPopupOperation.id)},"onClick"),children:localeService.t("hyperLink.form.cancel")}),jsxRuntime.jsx(design.Button,{type:"primary",style:{marginLeft:8},onClick:__name(async()=>{handleSubmit()},"onClick"),children:localeService.t("hyperLink.form.ok")})]})]}):null},"CellLinkEdit");CellLinkEdit.componentKey="univer.sheet.cell-link-edit";var __assign=function(){return __assign=Object.assign||function(t){for(var s,i=1,n=arguments.length;i<n;i++){s=arguments[i];for(var p in s)Object.prototype.hasOwnProperty.call(s,p)&&(t[p]=s[p])}return t},__assign.apply(this,arguments)},__rest=function(s,e){var t={};for(var p in s)Object.prototype.hasOwnProperty.call(s,p)&&e.indexOf(p)<0&&(t[p]=s[p]);if(s!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,p=Object.getOwnPropertySymbols(s);i<p.length;i++)e.indexOf(p[i])<0&&Object.prototype.propertyIsEnumerable.call(s,p[i])&&(t[p[i]]=s[p[i]]);return t},IconBase=react.forwardRef(function(props,ref){var icon=props.icon,id=props.id,className=props.className,extend=props.extend,restProps=__rest(props,["icon","id","className","extend"]),cls="univerjs-icon univerjs-icon-".concat(id," ").concat(className||"").trim(),idSuffix=react.useRef("_".concat(generateShortUuid()));return render(icon,"".concat(id),{defIds:icon.defIds,idSuffix:idSuffix.current},__assign({ref,className:cls},restProps),extend)});function render(node,id,runtimeProps,rootProps,extend){return react.createElement(node.tag,__assign(__assign({key:id},replaceRuntimeIdsAndExtInAttrs(node,runtimeProps,extend)),rootProps),(replaceRuntimeIdsInDefs(node,runtimeProps).children||[]).map(function(child,index){return render(child,"".concat(id,"-").concat(node.tag,"-").concat(index),runtimeProps,void 0,extend)}))}__name(render,"render");function replaceRuntimeIdsAndExtInAttrs(node,runtimeProps,extend){var attrs=__assign({},node.attrs);extend!=null&&extend.colorChannel1&&attrs.fill==="colorChannel1"&&(attrs.fill=extend.colorChannel1);var defIds=runtimeProps.defIds;return!defIds||defIds.length===0||(node.tag==="use"&&attrs["xlink:href"]&&(attrs["xlink:href"]=attrs["xlink:href"]+runtimeProps.idSuffix),Object.entries(attrs).forEach(function(_a12){var key=_a12[0],value=_a12[1];typeof value=="string"&&(attrs[key]=value.replace(/url\(#(.*)\)/,"url(#$1".concat(runtimeProps.idSuffix,")")))})),attrs}__name(replaceRuntimeIdsAndExtInAttrs,"replaceRuntimeIdsAndExtInAttrs");function replaceRuntimeIdsInDefs(node,runtimeProps){var _a12,defIds=runtimeProps.defIds;return!defIds||defIds.length===0?node:node.tag==="defs"&&(!((_a12=node.children)===null||_a12===void 0)&&_a12.length)?__assign(__assign({},node),{children:node.children.map(function(child){return typeof child.attrs.id=="string"&&defIds&&defIds.indexOf(child.attrs.id)>-1?__assign(__assign({},child),{attrs:__assign(__assign({},child.attrs),{id:child.attrs.id+runtimeProps.idSuffix})}):child})}):node}__name(replaceRuntimeIdsInDefs,"replaceRuntimeIdsInDefs");function generateShortUuid(){return Math.random().toString(36).substring(2,8)}__name(generateShortUuid,"generateShortUuid");IconBase.displayName="UniverIcon";var element$5={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M7.9999 1.12915C8.03875 1.12915 8.07673 1.13284 8.11352 1.13989H12.2599C13.6958 1.13989 14.8599 2.30395 14.8599 3.73989V7.88619C14.867 7.92301 14.8707 7.96102 14.8707 7.9999C14.8707 8.03878 14.867 8.0768 14.8599 8.11362V12.2599C14.8599 13.6958 13.6958 14.8599 12.2599 14.8599H8.11362C8.0768 14.867 8.03878 14.8707 7.9999 14.8707C7.96102 14.8707 7.92301 14.867 7.88619 14.8599H3.73989C2.30396 14.8599 1.13989 13.6958 1.13989 12.2599V8.11352C1.13284 8.07673 1.12915 8.03875 1.12915 7.9999C1.12915 7.96106 1.13284 7.92308 1.13989 7.88629V3.73989C1.13989 2.30396 2.30395 1.13989 3.73989 1.13989H7.88629C7.92308 1.13284 7.96106 1.12915 7.9999 1.12915ZM2.33989 8.5999V12.2599C2.33989 13.0331 2.9667 13.6599 3.73989 13.6599H7.3999V8.5999H2.33989ZM7.3999 7.3999H2.33989V3.73989C2.33989 2.9667 2.96669 2.33989 3.73989 2.33989H7.3999V7.3999ZM8.5999 8.5999V13.6599H12.2599C13.0331 13.6599 13.6599 13.0331 13.6599 12.2599V8.5999H8.5999ZM13.6599 7.3999H8.5999V2.33989H12.2599C13.0331 2.33989 13.6599 2.96669 13.6599 3.73989V7.3999Z",fillRule:"evenodd",clipRule:"evenodd"}}]},AllBorderSingle=react.forwardRef(function(props,ref){return react.createElement(IconBase,Object.assign({},props,{id:"all-border-single",ref,icon:element$5}))});AllBorderSingle.displayName="AllBorderSingle";var element$4={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M4.1302 12.4251C4.25802 13.7417 5.36779 14.7708 6.71792 14.7708H11.7179C13.1539 14.7708 14.3179 13.6067 14.3179 12.1708V6.1708C14.3179 4.78586 13.2351 3.65383 11.8698 3.57517C11.742 2.25858 10.6323 1.22949 9.28213 1.22949H4.28213C2.84619 1.22949 1.68213 2.39355 1.68213 3.82949V9.82949C1.68213 11.2144 2.76497 12.3465 4.1302 12.4251ZM10.6583 3.5708H6.71792C5.28198 3.5708 4.11792 4.73486 4.11792 6.1708V11.22C3.4221 11.1387 2.88213 10.5471 2.88213 9.82949V3.82949C2.88213 3.05629 3.50893 2.42949 4.28213 2.42949H9.28213C9.96695 2.42949 10.5369 2.92119 10.6583 3.5708ZM13.1179 6.1708C13.1179 5.3976 12.4911 4.7708 11.7179 4.7708H6.71792C5.94472 4.7708 5.31792 5.3976 5.31792 6.1708V12.1708C5.31792 12.944 5.94472 13.5708 6.71792 13.5708H11.7179C12.4911 13.5708 13.1179 12.944 13.1179 12.1708V6.1708Z",fillRule:"evenodd",clipRule:"evenodd"}}]},CopySingle=react.forwardRef(function(props,ref){return react.createElement(IconBase,Object.assign({},props,{id:"copy-single",ref,icon:element$4}))});CopySingle.displayName="CopySingle";var element$3={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M9.8816 1.97978C11.0177 0.843607 12.862 0.884962 14.0004 2.02342C15.1389 3.16188 15.1803 5.00612 14.0441 6.14228L11.399 8.78737C11.1608 9.02559 10.7746 9.02559 10.5363 8.78737C10.2981 8.54915 10.2981 8.16292 10.5363 7.9247L13.1814 5.2796C13.8195 4.64155 13.8217 3.57006 13.1378 2.8861C12.4538 2.20211 11.3823 2.20438 10.7443 2.84245L7.6976 5.88911L7.69317 5.89349C7.05959 6.53211 7.05894 7.60014 7.74132 8.28252C7.97954 8.52074 7.97954 8.90697 7.74132 9.14519C7.5031 9.38341 7.11687 9.38341 6.87865 9.14519C5.74016 8.00671 5.69884 6.16251 6.83497 5.02633L6.84021 5.02116L9.8816 1.97978Z"}},{tag:"path",attrs:{fill:"currentColor",d:"M4.61426 7.2364C4.85248 6.99818 5.23871 6.99818 5.47693 7.2364C5.71515 7.47462 5.71515 7.86085 5.47693 8.09907L2.83183 10.7442C2.19375 11.3823 2.1915 12.4537 2.87547 13.1377C3.55945 13.8217 4.6309 13.8194 5.26899 13.1813L8.31566 10.1347C8.32262 10.1277 8.32971 10.121 8.33691 10.1144C8.34408 10.1064 8.3515 10.0986 8.35916 10.091C8.99721 9.45291 8.99949 8.38145 8.3155 7.69746C8.07728 7.45924 8.07728 7.07301 8.3155 6.83479C8.55372 6.59657 8.93995 6.59657 9.17817 6.83479C10.3166 7.97327 10.358 9.81748 9.22183 10.9536C9.21487 10.9606 9.20779 10.9673 9.20058 10.9739C9.19341 10.9819 9.18599 10.9897 9.17833 10.9973L6.13166 14.044C4.99548 15.1802 3.15127 15.1389 2.01279 14.0004C0.874362 12.8619 0.83297 11.0177 1.96916 9.8815L4.61426 7.2364Z"}}]},LinkSingle=react.forwardRef(function(props,ref){return react.createElement(IconBase,Object.assign({},props,{id:"link-single",ref,icon:element$3}))});LinkSingle.displayName="LinkSingle";var element$2={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 17",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.5935 3.47302C11.6354 2.51492 10.082 2.51492 9.12388 3.47302L7.83534 4.76157C7.60102 4.99588 7.22112 4.99588 6.98681 4.76157 6.75249 4.52725 6.75249 4.14735 6.98681 3.91304L8.27535 2.62449C9.70209 1.19776 12.0153 1.19776 13.442 2.62449 14.8688 4.05123 14.8688 6.36442 13.442 7.79116L12.1535 9.0797C11.9192 9.31402 11.5393 9.31402 11.3049 9.0797 11.0706 8.84539 11.0706 8.46549 11.3049 8.23117L12.5935 6.94263C13.5516 5.98452 13.5516 4.43113 12.5935 3.47302zM3.40637 12.6606C2.44827 11.7025 2.44827 10.1491 3.40637 9.19102L4.69492 7.90248C4.92923 7.66816 4.92923 7.28826 4.69492 7.05395 4.4606 6.81963 4.0807 6.81963 3.84639 7.05395L2.55784 8.34249C1.13111 9.76923 1.13111 12.0824 2.55784 13.5092 3.98458 14.9359 6.29777 14.9359 7.72451 13.5092L9.01305 12.2206C9.24737 11.9863 9.24737 11.6064 9.01305 11.3721 8.77874 11.1378 8.39884 11.1378 8.16452 11.3721L6.87598 12.6606C5.91787 13.6187 4.36448 13.6187 3.40637 12.6606zM3.5852 2.80332C3.35088 2.569 2.97098 2.569 2.73667 2.80332 2.50235 3.03763 2.50235 3.41753 2.73667 3.65185L12.4151 13.3302C12.6494 13.5646 13.0293 13.5646 13.2636 13.3302 13.4979 13.0959 13.4979 12.716 13.2636 12.4817L3.5852 2.80332z"}}]},UnlinkSingle=react.forwardRef(function(props,ref){return react.createElement(IconBase,Object.assign({},props,{id:"unlink-single",ref,icon:element$2}))});UnlinkSingle.displayName="UnlinkSingle";var element$1={tag:"svg",attrs:{fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M12.6551 1.98906C11.7476 1.08113 10.2757 1.08149 9.3686 1.98987L4.82542 6.53955C4.75087 6.61421 4.69336 6.70411 4.65682 6.80309L3.2461 10.625C3.16506 10.8446 3.21909 11.0912 3.3845 11.2568C3.54991 11.4224 3.79651 11.4767 4.01616 11.3959L7.85031 9.98517C7.94979 9.94856 8.04014 9.89077 8.11508 9.81579L12.6552 5.27327C13.5618 4.36621 13.5618 2.89607 12.6551 1.98906ZM10.2177 2.83779C10.6562 2.39869 11.3677 2.39851 11.8064 2.8374C12.2447 3.27584 12.2447 3.9865 11.8065 4.42497L7.3392 8.89457L4.82213 9.82068L5.74706 7.31487L10.2177 2.83779Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M1.79238 13.2999C1.46101 13.2999 1.19238 13.5685 1.19238 13.8999C1.19238 14.2313 1.46101 14.4999 1.79238 14.4999H14.4924C14.8238 14.4999 15.0924 14.2313 15.0924 13.8999C15.0924 13.5685 14.8238 13.2999 14.4924 13.2999H1.79238Z"}}]},WriteSingle=react.forwardRef(function(props,ref){return react.createElement(IconBase,Object.assign({},props,{id:"write-single",ref,icon:element$1}))});WriteSingle.displayName="WriteSingle";var element={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"#35BD4B",d:"M3.4535 1.12549C2.7002 1.12549 2.08954 1.73615 2.08954 2.48945V13.5104C2.08954 14.2637 2.7002 14.8744 3.4535 14.8744H12.5465C13.2998 14.8744 13.9105 14.2637 13.9105 13.5104V5.0992L10.0091 1.12549H3.4535Z"}},{tag:"path",attrs:{fill:"#32A846",d:"M10.0075 1.12549L13.9104 5.09842H10.6742C10.306 5.09842 10.0075 4.79994 10.0075 4.43175V1.12549Z"}},{tag:"path",attrs:{fill:"#fff",d:"M7.8088 10.2949L6.3764 12.403C6.26259 12.5705 6.03455 12.614 5.86705 12.5002C5.69955 12.3864 5.65603 12.1584 5.76984 11.9909L7.3655 9.64252L5.94042 7.54519C5.82661 7.37769 5.87013 7.14964 6.03763 7.03583C6.20512 6.92202 6.43317 6.96555 6.54698 7.13304L7.8088 8.9901L9.07062 7.13304C9.18443 6.96555 9.41248 6.92202 9.57997 7.03583C9.74747 7.14964 9.79099 7.37769 9.67718 7.54519L8.2521 9.64252L9.84776 11.9909C9.96157 12.1584 9.91805 12.3864 9.75055 12.5002C9.58305 12.614 9.35501 12.5705 9.2412 12.403L7.8088 10.2949Z",fillRule:"evenodd",clipRule:"evenodd"}}]},Xlsx=react.forwardRef(function(props,ref){return react.createElement(IconBase,Object.assign({},props,{id:"xlsx",ref,icon:element}))});Xlsx.displayName="Xlsx";function r(e){var t,f,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f)}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}__name(r,"r");function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}__name(clsx,"clsx");const cellLink="univer-cell-link",cellLinkType="univer-cell-link-type",cellLinkContent="univer-cell-link-content",cellLinkContentError="univer-cell-link-content-error",cellLinkUrl="univer-cell-link-url",cellLinkOperations="univer-cell-link-operations",cellLinkOperation="univer-cell-link-operation",cellLinkOperationError="univer-cell-link-operation-error",styles={cellLink,cellLinkType,cellLinkContent,cellLinkContentError,cellLinkUrl,cellLinkOperations,cellLinkOperation,cellLinkOperationError},iconsMap={[sheetsHyperLink.SheetHyperLinkType.URL]:jsxRuntime.jsx(LinkSingle,{}),[sheetsHyperLink.SheetHyperLinkType.SHEET]:jsxRuntime.jsx(Xlsx,{}),[sheetsHyperLink.SheetHyperLinkType.RANGE]:jsxRuntime.jsx(AllBorderSingle,{}),[sheetsHyperLink.SheetHyperLinkType.DEFINE_NAME]:jsxRuntime.jsx(AllBorderSingle,{}),[sheetsHyperLink.SheetHyperLinkType.INVALID]:jsxRuntime.jsx(AllBorderSingle,{})},CellLinkPopupPure=__name(props=>{var _a12,_b;const popupService=core.useDependency(exports.SheetsHyperLinkPopupService),commandService=core.useDependency(core.ICommandService),messageService=core.useDependency(ui.IMessageService),localeService=core.useDependency(core.LocaleService),resolverService=core.useDependency(exports.SheetsHyperLinkResolverService),editorBridgeService=core.useDependency(sheetsUi.IEditorBridgeService),parserHyperLinkService=core.useDependency(sheetsHyperLink.SheetsHyperLinkParserService),zenZoneService=core.useDependency(ui.IZenZoneService),{customRange,row,col,unitId,subUnitId,editPermission,copyPermission,type}=props;if(!((_a12=customRange==null?void 0:customRange.properties)!=null&&_a12.url))return null;const linkObj=parserHyperLinkService.parseHyperLink((_b=customRange.properties.url)!=null?_b:""),isError=linkObj.type===sheetsHyperLink.SheetHyperLinkType.INVALID;return jsxRuntime.jsxs("div",{className:styles.cellLink,onClick:__name(()=>popupService.hideCurrentPopup(),"onClick"),children:[jsxRuntime.jsxs("div",{className:clsx(styles.cellLinkContent,{[styles.cellLinkContentError]:isError}),onClick:__name(()=>{zenZoneService.visible||isError||resolverService.navigate(linkObj)},"onClick"),children:[jsxRuntime.jsx("div",{className:styles.cellLinkType,children:iconsMap[linkObj.type]}),jsxRuntime.jsx(design.Tooltip,{showIfEllipsis:!0,title:linkObj.name,asChild:!0,children:jsxRuntime.jsx("span",{className:styles.cellLinkUrl,children:linkObj.name})})]}),jsxRuntime.jsxs("div",{className:styles.cellLinkOperations,children:[copyPermission&&jsxRuntime.jsx("div",{className:clsx(styles.cellLinkOperation,{[styles.cellLinkOperationError]:isError}),onClick:__name(()=>{if(!isError){if(linkObj.type!==sheetsHyperLink.SheetHyperLinkType.URL){const url=new URL(window.location.href);url.hash=linkObj.url.slice(1),navigator.clipboard.writeText(url.href)}else navigator.clipboard.writeText(linkObj.url);messageService.show({content:localeService.t("hyperLink.message.coped"),type:design.MessageType.Info})}},"onClick"),children:jsxRuntime.jsx(design.Tooltip,{placement:"bottom",title:localeService.t("hyperLink.popup.copy"),children:jsxRuntime.jsx(CopySingle,{})})}),editPermission&&jsxRuntime.jsxs(jsxRuntime.Fragment,{children:[jsxRuntime.jsx("div",{className:styles.cellLinkOperation,onClick:__name(()=>{commandService.executeCommand(OpenHyperLinkEditPanelOperation.id,{unitId,subUnitId,row,col,customRangeId:customRange.rangeId,type})},"onClick"),children:jsxRuntime.jsx(design.Tooltip,{placement:"bottom",title:localeService.t("hyperLink.popup.edit"),children:jsxRuntime.jsx(WriteSingle,{})})}),jsxRuntime.jsx("div",{className:styles.cellLinkOperation,onClick:__name(()=>{const commandId=type===HyperLinkEditSourceType.EDITING||type===HyperLinkEditSourceType.ZEN_EDITOR?sheetsHyperLink.CancelRichHyperLinkCommand.id:sheetsHyperLink.CancelHyperLinkCommand.id;commandService.syncExecuteCommand(commandId,{unitId,subUnitId,id:customRange.rangeId,row,column:col,documentId:type===HyperLinkEditSourceType.ZEN_EDITOR?core.DOCS_ZEN_EDITOR_UNIT_ID_KEY:editorBridgeService.getCurrentEditorId()})&&popupService.hideCurrentPopup(void 0,!0)},"onClick"),children:jsxRuntime.jsx(design.Tooltip,{placement:"bottom",title:localeService.t("hyperLink.popup.cancel"),children:jsxRuntime.jsx(UnlinkSingle,{})})})]})]})]})},"CellLinkPopupPure"),CellLinkPopup=__name(()=>{var _a12,_b;const popupService=core.useDependency(exports.SheetsHyperLinkPopupService),[currentPopup,setCurrentPopup]=react.useState(null),univerInstanceService=core.useDependency(core.IUniverInstanceService);if(react.useEffect(()=>{setCurrentPopup(popupService.currentPopup);const ob=popupService.currentPopup$.subscribe(popup=>{setCurrentPopup(popup)});return()=>{ob.unsubscribe()}},[popupService.currentPopup,popupService.currentPopup$]),!currentPopup)return null;if(currentPopup.showAll){const workbook=univerInstanceService.getUnit(currentPopup.unitId,core.UniverInstanceType.UNIVER_SHEET),worksheet=workbook==null?void 0:workbook.getSheetBySheetId(currentPopup.subUnitId),cell=worksheet==null?void 0:worksheet.getCell(currentPopup.row,currentPopup.col),customRanges=(_b=(_a12=cell==null?void 0:cell.p)==null?void 0:_a12.body)==null?void 0:_b.customRanges;return customRanges!=null&&customRanges.length?jsxRuntime.jsx("div",{children:customRanges.map(customRange=>jsxRuntime.jsx(CellLinkPopupPure,{...currentPopup,customRange},customRange.rangeId))}):null}return jsxRuntime.jsx(CellLinkPopupPure,{...currentPopup})},"CellLinkPopup");CellLinkPopup.componentKey="univer.sheet.cell-link-popup";var __defProp$7=Object.defineProperty,__getOwnPropDesc$7=Object.getOwnPropertyDescriptor,__decorateClass$7=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$7(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$7(target,key,result),result},"__decorateClass$7"),__decorateParam$7=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$7");const isEqualLink=__name((a,b)=>{var _a12,_b;return a.unitId===b.unitId&&a.subUnitId===b.subUnitId&&a.row===b.row&&a.col===b.col&&((_a12=a.customRange)==null?void 0:_a12.rangeId)===((_b=b.customRange)==null?void 0:_b.rangeId)&&a.type===b.type},"isEqualLink");var _a3;exports.SheetsHyperLinkPopupService=(_a3=class extends core.Disposable{constructor(_sheetCanvasPopManagerService,_injector,_univerInstanceService,_editorBridgeService,_textSelectionManagerService,_docCanvasPopManagerService,_zenZoneService){super();__publicField(this,"_currentPopup",null);__publicField(this,"_currentPopup$",new rxjs.Subject);__publicField(this,"currentPopup$",this._currentPopup$.asObservable());__publicField(this,"_currentEditingPopup",null);__publicField(this,"_currentEditing$",new rxjs.BehaviorSubject(null));__publicField(this,"currentEditing$",this._currentEditing$.asObservable());__publicField(this,"_isKeepVisible",!1);this._sheetCanvasPopManagerService=_sheetCanvasPopManagerService,this._injector=_injector,this._univerInstanceService=_univerInstanceService,this._editorBridgeService=_editorBridgeService,this._textSelectionManagerService=_textSelectionManagerService,this._docCanvasPopManagerService=_docCanvasPopManagerService,this._zenZoneService=_zenZoneService,this.disposeWithMe(()=>{this.hideCurrentPopup(),this.endEditing(),this._currentEditing$.complete(),this._currentPopup$.complete()})}get currentPopup(){return this._currentPopup}get currentEditing(){return this._currentEditing$.getValue()}setIsKeepVisible(v){this._isKeepVisible=v}getIsKeepVisible(){return this._isKeepVisible}showPopup(location2){if(this._currentPopup&&isEqualLink(location2,this._currentPopup)||(this.hideCurrentPopup(void 0,!0),location2.type!==HyperLinkEditSourceType.ZEN_EDITOR&&this._zenZoneService.visible))return;const currentEditing=this._currentEditing$.getValue();if(currentEditing&&isEqualLink(location2,currentEditing))return;const{unitId,subUnitId,row,col,customRangeRect,customRange}=location2;let disposable;const popup={componentKey:CellLinkPopup.componentKey,direction:"bottom",onClickOutside:__name(()=>{this.hideCurrentPopup()},"onClickOutside"),onClick:__name(()=>{this.hideCurrentPopup(location2.type,!0)},"onClick")};if(location2.type===HyperLinkEditSourceType.EDITING){if(!customRange)return;disposable=customRangeRect&&this._sheetCanvasPopManagerService.attachPopupToAbsolutePosition(customRangeRect,popup)}else if(location2.type===HyperLinkEditSourceType.ZEN_EDITOR){if(!customRange)return;disposable=this._docCanvasPopManagerService.attachPopupToRange({startOffset:customRange.startIndex,endOffset:customRange.endIndex+1,collapsed:!1},popup,core.DOCS_ZEN_EDITOR_UNIT_ID_KEY)}else if(location2.showAll)disposable=this._sheetCanvasPopManagerService.attachPopupToCell(location2.row,location2.col,popup,unitId,subUnitId);else{if(!customRange)return;disposable=customRangeRect&&this._sheetCanvasPopManagerService.attachPopupByPosition(customRangeRect,popup,location2)}disposable&&(this._currentPopup={unitId,subUnitId,disposable,row,col,editPermission:!!location2.editPermission,copyPermission:!!location2.copyPermission,customRange,type:location2.type,showAll:location2.showAll},this._currentPopup$.next(this._currentPopup))}hideCurrentPopup(type,force){var _a12,_b;this._currentPopup&&((!type||type===this._currentPopup.type)&&this._currentPopup.disposable.canDispose()||force)&&((_b=(_a12=this._currentPopup)==null?void 0:_a12.disposable)==null||_b.dispose(),this._currentPopup=null,this._currentPopup$.next(null))}_getEditingRange(){var _a12,_b,_c;const visible=this._editorBridgeService.isVisible().visible,state=this._editorBridgeService.getEditCellState();if(visible&&state){const textRange=this._textSelectionManagerService.getActiveTextRange(),body=(_a12=state.documentLayoutObject.documentModel)==null?void 0:_a12.getBody();if(!body)return null;if(!textRange||textRange.collapsed)return{startOffset:0,endOffset:body.dataStream.length-2,collapsed:body.dataStream.length-2===0,label:core.BuildTextUtils.transform.getPlainText(body.dataStream)};const links=core.BuildTextUtils.customRange.getCustomRangesInterestsWithSelection(textRange,(_c=(_b=body.customRanges)==null?void 0:_b.filter(i=>i.rangeType===core.CustomRangeType.HYPERLINK))!=null?_c:[]);let start=textRange.startOffset,end=textRange.endOffset;return links.forEach(link=>{start=Math.min(start,link.startIndex),end=Math.max(end,link.endIndex+1)}),{startOffset:start,endOffset:end,collapsed:start===end,label:core.BuildTextUtils.transform.getPlainText(body.dataStream.slice(start,end))}}return null}get _editPopup(){return{componentKey:CellLinkEdit.componentKey,direction:"vertical",onClickOutside:__name(()=>{this.getIsKeepVisible()||this.endEditing()},"onClickOutside"),onContextMenu:__name(()=>{this.getIsKeepVisible()||this.endEditing()},"onContextMenu"),hiddenType:"hide"}}startAddEditing(link){var _a12,_b,_c,_d,_e;const{unitId,subUnitId,type}=link;if(type===HyperLinkEditSourceType.ZEN_EDITOR){const document=this._univerInstanceService.getUnit(core.DOCS_ZEN_EDITOR_UNIT_ID_KEY,core.UniverInstanceType.UNIVER_DOC);if(!document)return;const range=this._textSelectionManagerService.getActiveTextRange();if(!range)return;this._currentEditingPopup=this._docCanvasPopManagerService.attachPopupToRange(range,this._editPopup,core.DOCS_ZEN_EDITOR_UNIT_ID_KEY);const label=(_a12=document.getBody())==null?void 0:_a12.dataStream.slice(range.startOffset,range.endOffset);this._currentEditing$.next({...link,label})}else if(type===HyperLinkEditSourceType.EDITING){const range=this._getEditingRange();if(!range)return;this._textSelectionManagerService.replaceDocRanges([{...range}],{unitId:core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY,subUnitId:core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY});const currentRender=this._injector.get(engineRender.IRenderManagerService).getRenderById(core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY);if(!currentRender)return;const rects=docsUi.calcDocRangePositions(range,currentRender);if(!(rects!=null&&rects.length))return;this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupToAbsolutePosition(rects.pop(),this._editPopup,unitId,subUnitId),this._currentEditing$.next({...link,label:(_b=range==null?void 0:range.label)!=null?_b:""})}else{this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupToCell(link.row,link.col,this._editPopup,unitId,subUnitId);const workbook=this._univerInstanceService.getUnit(unitId,core.UniverInstanceType.UNIVER_SHEET),worksheet=workbook==null?void 0:workbook.getSheetBySheetId(subUnitId),cell=worksheet==null?void 0:worksheet.getCellRaw(link.row,link.col);this._currentEditing$.next({...link,label:cell!=null&&cell.p?core.BuildTextUtils.transform.getPlainText((_d=(_c=cell.p.body)==null?void 0:_c.dataStream)!=null?_d:""):((_e=cell==null?void 0:cell.v)!=null?_e:"").toString()})}}startEditing(link){var _a12,_b,_c,_d,_e,_f;(_a12=this._currentEditingPopup)==null||_a12.dispose(),this.hideCurrentPopup(void 0,!0);const{unitId,subUnitId}=link;let customRange,label;if(link.type===HyperLinkEditSourceType.ZEN_EDITOR){const document=this._univerInstanceService.getUnit(core.DOCS_ZEN_EDITOR_UNIT_ID_KEY,core.UniverInstanceType.UNIVER_DOC);if(customRange=(_c=(_b=document==null?void 0:document.getBody())==null?void 0:_b.customRanges)==null?void 0:_c.find(range=>range.rangeId===link.customRangeId),label=customRange?(_d=document==null?void 0:document.getBody())==null?void 0:_d.dataStream.slice(customRange.startIndex,customRange.endIndex+1):"",!customRange||!label)return;this._textSelectionManagerService.replaceTextRanges([{startOffset:customRange.startIndex,endOffset:customRange.endIndex+1}]),this._currentEditingPopup=this._docCanvasPopManagerService.attachPopupToRange({startOffset:customRange.startIndex,endOffset:customRange.endIndex,collapsed:!1},this._editPopup,core.DOCS_ZEN_EDITOR_UNIT_ID_KEY)}else if(link.type===HyperLinkEditSourceType.EDITING){const customRangeInfo=sheetsUi.getEditingCustomRangePosition(this._injector,link.unitId,link.subUnitId,link.row,link.col,link.customRangeId);if(!customRangeInfo||!((_e=customRangeInfo.rects)!=null&&_e.length))return;customRange=customRangeInfo.customRange,label=customRangeInfo.label,this._textSelectionManagerService.replaceTextRanges([{startOffset:customRange.startIndex,endOffset:customRange.endIndex+1}]),this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupToAbsolutePosition(customRangeInfo.rects.pop(),this._editPopup,unitId,subUnitId)}else{const workbook=this._univerInstanceService.getUnit(unitId,core.UniverInstanceType.UNIVER_SHEET),worksheet=workbook==null?void 0:workbook.getSheetBySheetId(subUnitId),cell=worksheet==null?void 0:worksheet.getCellRaw(link.row,link.col),style=workbook==null?void 0:workbook.getStyles().getStyleByCell(cell),tr=style==null?void 0:style.tr,customRangeInfo=sheetsUi.getCustomRangePosition(this._injector,link.unitId,link.subUnitId,link.row,link.col,link.customRangeId);if(!customRangeInfo||!((_f=customRangeInfo.rects)!=null&&_f.length))return;customRange=customRangeInfo.customRange,label=customRangeInfo.label,tr?this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupToCell(link.row,link.col,this._editPopup,unitId,subUnitId):this._currentEditingPopup=this._sheetCanvasPopManagerService.attachPopupByPosition(customRangeInfo.rects.pop(),this._editPopup,{unitId,subUnitId,row:link.row,col:link.col})}this._currentEditing$.next({...link,customRange,label})}endEditing(type){var _a12;const current=this._currentEditing$.getValue();current&&(!type||type===current.type)&&((_a12=this._currentEditingPopup)==null||_a12.dispose(),this._currentEditing$.next(null))}},__name(_a3,"SheetsHyperLinkPopupService"),_a3);exports.SheetsHyperLinkPopupService=__decorateClass$7([__decorateParam$7(0,core.Inject(sheetsUi.SheetCanvasPopManagerService)),__decorateParam$7(1,core.Inject(core.Injector)),__decorateParam$7(2,core.IUniverInstanceService),__decorateParam$7(3,sheetsUi.IEditorBridgeService),__decorateParam$7(4,core.Inject(docs.DocSelectionManagerService)),__decorateParam$7(5,core.Inject(docsUi.DocCanvasPopManagerService)),__decorateParam$7(6,ui.IZenZoneService)],exports.SheetsHyperLinkPopupService);var DisableLinkType=(DisableLinkType2=>(DisableLinkType2[DisableLinkType2.ALLOWED=0]="ALLOWED",DisableLinkType2[DisableLinkType2.DISABLED_BY_CELL=1]="DISABLED_BY_CELL",DisableLinkType2[DisableLinkType2.ALLOW_ON_EDITING=2]="ALLOW_ON_EDITING",DisableLinkType2))(DisableLinkType||{});const disables=new Set([core.DataValidationType.CHECKBOX,core.DataValidationType.LIST,core.DataValidationType.LIST_MULTIPLE]),getShouldDisableCellLink=__name((accessor,worksheet,row,col)=>{var _a12,_b;const cell=worksheet.getCell(row,col);if(cell!=null&&cell.f||cell!=null&&cell.si)return 1;const dataValidationModel=accessor.has(sheetsDataValidation.SheetDataValidationModel)?accessor.get(sheetsDataValidation.SheetDataValidationModel):null,rule=dataValidationModel==null?void 0:dataValidationModel.getRuleByLocation(worksheet.getUnitId(),worksheet.getSheetId(),row,col);return rule&&disables.has(rule.type)?!0:(_b=(_a12=cell==null?void 0:cell.p)==null?void 0:_a12.drawingsOrder)!=null&&_b.length?2:0},"getShouldDisableCellLink"),getShouldDisableCurrentCellLink=__name(accessor=>{const unit=accessor.get(core.IUniverInstanceService).getCurrentUnitForType(core.UniverInstanceType.UNIVER_SHEET);if(!unit)return!0;const worksheet=unit.getActiveSheet(),selections=accessor.get(sheets.SheetsSelectionsService).getCurrentSelections();if(!selections.length)return!0;const row=selections[0].range.startRow,col=selections[0].range.startColumn;return getShouldDisableCellLink(accessor,worksheet,row,col)===1},"getShouldDisableCurrentCellLink"),shouldDisableAddLink=__name(accessor=>{const textSelectionService=accessor.get(docs.DocSelectionManagerService),univerInstanceService=accessor.get(core.IUniverInstanceService),textRanges=textSelectionService.getTextRanges();if(!(textRanges!=null&&textRanges.length))return!0;const doc=univerInstanceService.getCurrentUnitForType(core.UniverInstanceType.UNIVER_DOC);return!!(!doc||textRanges.every(range=>range.collapsed)||!doc.getSelfOrHeaderFooterModel(textRanges[0].segmentId).getBody())},"shouldDisableAddLink"),OpenHyperLinkEditPanelOperation={type:core.CommandType.OPERATION,id:"sheet.operation.open-hyper-link-edit-panel",handler(accessor,params){if(!params)return!1;const popupService=accessor.get(exports.SheetsHyperLinkPopupService);return params.customRangeId?popupService.startEditing(params):popupService.startAddEditing(params),!0}},CloseHyperLinkPopupOperation={type:core.CommandType.OPERATION,id:"sheet.operation.close-hyper-link-popup",handler(accessor){return accessor.get(exports.SheetsHyperLinkPopupService).endEditing(),!0}},InsertHyperLinkOperation={type:core.CommandType.OPERATION,id:"sheet.operation.insert-hyper-link",handler(accessor){var _a12;const univerInstanceService=accessor.get(core.IUniverInstanceService),target=sheets.getSheetCommandTarget(univerInstanceService),editorBridgeService=accessor.get(sheetsUi.IEditorBridgeService);if(!target)return!1;const commandService=accessor.get(core.ICommandService),selection=accessor.get(sheets.SheetsSelectionsService).getCurrentLastSelection();if(!selection)return!1;const row=selection.range.startRow,col=selection.range.startColumn,visible=editorBridgeService.isVisible(),isZenEditor=((_a12=univerInstanceService.getFocusedUnit())==null?void 0:_a12.getUnitId())===core.DOCS_ZEN_EDITOR_UNIT_ID_KEY;return commandService.executeCommand(OpenHyperLinkEditPanelOperation.id,{unitId:target.unitId,subUnitId:target.subUnitId,row,col,type:isZenEditor?HyperLinkEditSourceType.ZEN_EDITOR:visible.visible?HyperLinkEditSourceType.EDITING:HyperLinkEditSourceType.VIEWING})}},InsertHyperLinkToolbarOperation={type:core.CommandType.OPERATION,id:"sheet.operation.insert-hyper-link-toolbar",handler(accessor){if(getShouldDisableCurrentCellLink(accessor))return!1;const commandService=accessor.get(core.ICommandService);return accessor.get(exports.SheetsHyperLinkPopupService).currentEditing?commandService.executeCommand(CloseHyperLinkPopupOperation.id):commandService.executeCommand(InsertHyperLinkOperation.id)}},getEditingLinkDisable$=__name((accessor,unitId=core.DOCS_ZEN_EDITOR_UNIT_ID_KEY)=>{var _a12;const univerInstanceService=accessor.get(core.IUniverInstanceService),docSelctionService=(_a12=accessor.get(engineRender.IRenderManagerService).getRenderById(unitId))==null?void 0:_a12.with(docsUi.DocSelectionRenderService);return docSelctionService?docSelctionService.textSelectionInner$.pipe(rxjs.map(()=>{const state=accessor.get(sheetsUi.IEditorBridgeService).getEditCellState();if(!state)return!0;const target=sheets.getSheetCommandTarget(univerInstanceService,{unitId:state.unitId,subUnitId:state.sheetId});return!(target!=null&&target.worksheet)||getShouldDisableCellLink(accessor,target.worksheet,state.row,state.column)===1?!0:shouldDisableAddLink(accessor)})):rxjs.of(!0)},"getEditingLinkDisable$"),getLinkDisable$=__name(accessor=>{const disableRange$=sheetsUi.getCurrentRangeDisable$(accessor,{workbookTypes:[sheets.WorkbookEditablePermission],worksheetTypes:[sheets.WorksheetEditPermission,sheets.WorksheetSetCellValuePermission,sheets.WorksheetInsertHyperlinkPermission],rangeTypes:[sheets.RangeProtectionPermissionEditPoint]},!0),univerInstanceService=accessor.get(core.IUniverInstanceService),sheetSelectionService=accessor.get(sheets.SheetsSelectionsService),editorBridgeService=accessor.has(sheetsUi.IEditorBridgeService)?accessor.get(sheetsUi.IEditorBridgeService):null,disableCell$=univerInstanceService.focused$.pipe(rxjs.filter(focused=>!!focused),rxjs.map(focused=>univerInstanceService.getUnit(focused,core.UniverInstanceType.UNIVER_SHEET)),rxjs.filter(unit=>!!unit),rxjs.switchMap(unit=>unit.activeSheet$),rxjs.switchMap(sheet=>sheetSelectionService.selectionMoveEnd$.pipe(rxjs.map(selections=>sheet&&{selections,sheet}))),rxjs.map(sheetWithSelection=>{if(!sheetWithSelection)return DisableLinkType.DISABLED_BY_CELL;const{selections,sheet}=sheetWithSelection;if(!selections.length)return DisableLinkType.DISABLED_BY_CELL;const row=selections[0].range.startRow,col=selections[0].range.startColumn;return getShouldDisableCellLink(accessor,sheet,row,col)}),rxjs.switchMap(disableCell=>{if(disableCell===DisableLinkType.DISABLED_BY_CELL)return rxjs.of(!0);const isEditing$=(editorBridgeService?editorBridgeService.visible$:rxjs.of(null)).pipe(rxjs.map(visible=>visible!=null&&visible.visible?core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY:void 0)),focusingFxBarEditor$=accessor.get(core.IContextService).subscribeContextValue$(core.FOCUSING_FX_BAR_EDITOR);return rxjs.combineLatest([isEditing$,focusingFxBarEditor$]).pipe(rxjs.switchMap(([editing,focusingFxBarEditor])=>editing?focusingFxBarEditor?rxjs.of(!0):getEditingLinkDisable$(accessor,editing):rxjs.of(disableCell===DisableLinkType.ALLOW_ON_EDITING)))}));return disableRange$.pipe(rxjs.distinctUntilChanged(),rxjs.switchMap(disableRange=>disableCell$.pipe(rxjs.map(disableCell=>disableRange||disableCell))))},"getLinkDisable$"),linkMenu={commandId:InsertHyperLinkOperation.id,type:ui.MenuItemType.BUTTON,title:"hyperLink.menu.add",icon:"LinkSingle"},genZenEditorMenuId=__name(id=>`${id}-zen-editor`,"genZenEditorMenuId"),insertLinkMenuFactory=__name(accessor=>({...linkMenu,id:linkMenu.commandId,hidden$:ui.getMenuHiddenObservable(accessor,core.UniverInstanceType.UNIVER_SHEET),disabled$:getLinkDisable$(accessor)}),"insertLinkMenuFactory"),zenEditorInsertLinkMenuFactory=__name(accessor=>({...linkMenu,id:genZenEditorMenuId(linkMenu.commandId),hidden$:ui.getMenuHiddenObservable(accessor,core.UniverInstanceType.UNIVER_DOC,core.DOCS_ZEN_EDITOR_UNIT_ID_KEY),disabled$:getEditingLinkDisable$(accessor)}),"zenEditorInsertLinkMenuFactory"),linkToolbarMenu={tooltip:"hyperLink.form.addTitle",commandId:InsertHyperLinkToolbarOperation.id,type:ui.MenuItemType.BUTTON,icon:"LinkSingle"},insertLinkMenuToolbarFactory=__name(accessor=>({...linkToolbarMenu,id:linkToolbarMenu.commandId,hidden$:ui.getMenuHiddenObservable(accessor,core.UniverInstanceType.UNIVER_SHEET),disabled$:getLinkDisable$(accessor)}),"insertLinkMenuToolbarFactory"),zenEditorInsertLinkMenuToolbarFactory=__name(accessor=>({...linkToolbarMenu,id:genZenEditorMenuId(linkToolbarMenu.commandId),hidden$:ui.getMenuHiddenObservable(accessor,core.UniverInstanceType.UNIVER_DOC,core.DOCS_ZEN_EDITOR_UNIT_ID_KEY),disabled$:getEditingLinkDisable$(accessor)}),"zenEditorInsertLinkMenuToolbarFactory"),InsertLinkShortcut={id:InsertHyperLinkToolbarOperation.id,binding:ui.KeyCode.K|ui.MetaKeys.CTRL_COMMAND,preconditions:sheetsUi.whenSheetEditorFocused};var __defProp$6=Object.defineProperty,__getOwnPropDesc$6=Object.getOwnPropertyDescriptor,__decorateClass$6=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$6(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$6(target,key,result),result},"__decorateClass$6"),__decorateParam$6=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$6"),_a4;let SheetsHyperLinkAutoFillController=(_a4=class extends core.Disposable{constructor(_autoFillService,_hyperLinkModel){super(),this._autoFillService=_autoFillService,this._hyperLinkModel=_hyperLinkModel,this._initAutoFill()}_initAutoFill(){const noopReturnFunc=__name(()=>({redos:[],undos:[]}),"noopReturnFunc"),generalApplyFunc=__name((location2,applyType)=>{const{source:sourceRange,target:targetRange,unitId,subUnitId}=location2,virtualRange=sheetsUi.virtualizeDiscreteRanges([sourceRange,targetRange]),[vSourceRange,vTargetRange]=virtualRange.ranges,{mapFunc}=virtualRange,sourceStartCell={row:vSourceRange.startRow,col:vSourceRange.startColumn},repeats=sheetsUi.getAutoFillRepeatRange(vSourceRange,vTargetRange),redos=[],undos=[];return repeats.forEach(repeat=>{const targetStartCell=repeat.repeatStartCell,relativeRange=repeat.relativeRange,sourceRange2={startRow:sourceStartCell.row,startColumn:sourceStartCell.col,endColumn:sourceStartCell.col,endRow:sourceStartCell.row},targetRange2={startRow:targetStartCell.row,startColumn:targetStartCell.col,endColumn:targetStartCell.col,endRow:targetStartCell.row};core.Range.foreach(relativeRange,(row,col)=>{const sourcePositionRange=core.Rectangle.getPositionRange({startRow:row,startColumn:col,endColumn:col,endRow:row},sourceRange2),{row:sourceRow,col:sourceCol}=mapFunc(sourcePositionRange.startRow,sourcePositionRange.startColumn),link=this._hyperLinkModel.getHyperLinkByLocation(unitId,subUnitId,sourceRow,sourceCol),targetPositionRange=core.Rectangle.getPositionRange({startRow:row,startColumn:col,endColumn:col,endRow:row},targetRange2),{row:targetRow,col:targetCol}=mapFunc(targetPositionRange.startRow,targetPositionRange.startColumn),id=core.Tools.generateRandomId(),currentLink=this._hyperLinkModel.getHyperLinkByLocation(unitId,subUnitId,targetRow,targetCol);currentLink&&redos.push({id:sheetsHyperLink.RemoveHyperLinkMutation.id,params:{unitId,subUnitId,id:currentLink.id}}),(sheetsUi.APPLY_TYPE.COPY===applyType||sheetsUi.APPLY_TYPE.SERIES===applyType)&&link&&(redos.push({id:sheetsHyperLink.AddHyperLinkMutation.id,params:{unitId,subUnitId,link:{...link,id,row:targetRow,column:targetCol}}}),undos.push({id:sheetsHyperLink.RemoveHyperLinkMutation.id,params:{unitId,subUnitId,id}})),currentLink&&undos.push({id:sheetsHyperLink.AddHyperLinkMutation.id,params:{unitId,subUnitId,link:currentLink}})})}),{undos,redos}},"generalApplyFunc"),hook={id:SHEET_HYPER_LINK_UI_PLUGIN,onFillData:__name((location2,direction,applyType)=>applyType===sheetsUi.APPLY_TYPE.COPY||applyType===sheetsUi.APPLY_TYPE.ONLY_FORMAT||applyType===sheetsUi.APPLY_TYPE.SERIES?generalApplyFunc(location2,applyType):noopReturnFunc(),"onFillData")};this.disposeWithMe(this._autoFillService.addHook(hook))}},__name(_a4,"SheetsHyperLinkAutoFillController"),_a4);SheetsHyperLinkAutoFillController=__decorateClass$6([__decorateParam$6(0,sheetsUi.IAutoFillService),__decorateParam$6(1,core.Inject(sheetsHyperLink.HyperLinkModel))],SheetsHyperLinkAutoFillController);var __defProp$5=Object.defineProperty,__getOwnPropDesc$5=Object.getOwnPropertyDescriptor,__decorateClass$5=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$5(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$5(target,key,result),result},"__decorateClass$5"),__decorateParam$5=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$5"),_a5;let SheetsHyperLinkPermissionController=(_a5=class extends core.Disposable{constructor(_localeService,_commandService,_sheetPermissionCheckController){super(),this._localeService=_localeService,this._commandService=_commandService,this._sheetPermissionCheckController=_sheetPermissionCheckController,this._commandExecutedListener()}_commandExecutedListener(){this.disposeWithMe(this._commandService.beforeCommandExecuted(command=>{command.id===InsertLinkShortcut.id&&(this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[sheets.WorkbookEditablePermission],rangeTypes:[sheets.RangeProtectionPermissionEditPoint],worksheetTypes:[sheets.WorksheetEditPermission,sheets.WorksheetSetCellValuePermission,sheets.WorksheetInsertHyperlinkPermission]})||this._sheetPermissionCheckController.blockExecuteWithoutPermission(this._localeService.t("permission.dialog.hyperLinkErr")))}))}},__name(_a5,"SheetsHyperLinkPermissionController"),_a5);SheetsHyperLinkPermissionController=__decorateClass$5([__decorateParam$5(0,core.Inject(core.LocaleService)),__decorateParam$5(1,core.ICommandService),__decorateParam$5(2,core.Inject(sheets.SheetPermissionCheckController))],SheetsHyperLinkPermissionController);var __defProp$4=Object.defineProperty,__getOwnPropDesc$4=Object.getOwnPropertyDescriptor,__decorateClass$4=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$4(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$4(target,key,result),result},"__decorateClass$4"),__decorateParam$4=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$4"),_a6;let SheetsHyperLinkPopupController=(_a6=class extends core.Disposable{constructor(_hoverManagerService,_sheetsHyperLinkPopupService,_renderManagerService,_permissionService,_sheetPermissionCheckController,_commandService,_editorBridgeService,_textSelectionManagerService,_univerInstanceService,_zenZoneService){super(),this._hoverManagerService=_hoverManagerService,this._sheetsHyperLinkPopupService=_sheetsHyperLinkPopupService,this._renderManagerService=_renderManagerService,this._permissionService=_permissionService,this._sheetPermissionCheckController=_sheetPermissionCheckController,this._commandService=_commandService,this._editorBridgeService=_editorBridgeService,this._textSelectionManagerService=_textSelectionManagerService,this._univerInstanceService=_univerInstanceService,this._zenZoneService=_zenZoneService,this._initHoverListener(),this._initCommandListener(),this._initHoverEditingListener(),this._initTextSelectionListener(),this._initZenEditor()}_getLinkPermission(location2){const{unitId,subUnitId,row:currentRow,col:currentCol}=location2,workbook=this._univerInstanceService.getUnit(unitId,core.UniverInstanceType.UNIVER_SHEET);if(!(workbook==null?void 0:workbook.getSheetBySheetId(subUnitId)))return{viewPermission:!1,editPermission:!1,copyPermission:!1};const viewPermission=this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[sheets.WorkbookViewPermission],worksheetTypes:[sheets.WorksheetViewPermission],rangeTypes:[sheets.RangeProtectionPermissionViewPoint]},[{startRow:currentRow,startColumn:currentCol,endRow:currentRow,endColumn:currentCol}]),editPermission=this._sheetPermissionCheckController.permissionCheckWithRanges({workbookTypes:[sheets.WorkbookEditablePermission],worksheetTypes:[sheets.WorksheetEditPermission,sheets.WorksheetInsertHyperlinkPermission],rangeTypes:[sheets.RangeProtectionPermissionEditPoint]},[{startRow:currentRow,startColumn:currentCol,endRow:currentRow,endColumn:currentCol}]),copyPermission=this._permissionService.composePermission([new sheets.WorkbookCopyPermission(unitId).id,new sheets.WorksheetCopyPermission(unitId,subUnitId).id]).every(permission=>permission.value);return{viewPermission,editPermission,copyPermission}}_initHoverListener(){this.disposeWithMe(this._hoverManagerService.currentRichText$.pipe(rxjs.debounceTime(200)).subscribe(currentCell=>{var _a12,_b;if(!currentCell){this._sheetsHyperLinkPopupService.hideCurrentPopup();return}const{unitId,subUnitId,row,col}=currentCell,renderer=this._renderManagerService.getRenderById(unitId);if(!renderer)return;const workbook=this._univerInstanceService.getUnit(unitId,core.UniverInstanceType.UNIVER_SHEET),worksheet=workbook==null?void 0:workbook.getSheetBySheetId(subUnitId);if(!worksheet)return;if(!renderer.with(sheetsUi.HoverRenderController).active){this._sheetsHyperLinkPopupService.hideCurrentPopup(HyperLinkEditSourceType.VIEWING);return}const skeleton=(_a12=renderer==null?void 0:renderer.with(sheetsUi.SheetSkeletonManagerService).getWorksheetSkeleton(subUnitId))==null?void 0:_a12.skeleton,currentCol=col,currentRow=row;let targetRow=currentRow,targetCol=currentCol;skeleton&&skeleton.overflowCache.forValue((row2,col2,value)=>{core.Rectangle.contains(value,{startColumn:currentCol,endColumn:currentCol,startRow:currentRow,endRow:currentRow})&&(targetRow=row2,targetCol=col2)});const{viewPermission,editPermission,copyPermission}=this._getLinkPermission(currentCell);if(!viewPermission){this._sheetsHyperLinkPopupService.hideCurrentPopup();return}const cell=worksheet.getCellStyleOnly(targetRow,targetCol),style=workbook.getStyles().getStyleByCell(cell),tr=(_b=style==null?void 0:style.tr)==null?void 0:_b.a;if(!tr&&!currentCell.customRange){this._sheetsHyperLinkPopupService.hideCurrentPopup();return}this._sheetsHyperLinkPopupService.showPopup({row:targetRow,col:targetCol,editPermission,copyPermission,customRange:currentCell.customRange,customRangeRect:currentCell.rect,type:HyperLinkEditSourceType.VIEWING,unitId,subUnitId,showAll:!!tr})}))}_initHoverEditingListener(){let subscribe=null;this.disposeWithMe(this._editorBridgeService.currentEditCellState$.pipe(rxjs.switchMap(state=>this._editorBridgeService.visible$.pipe(rxjs.map(visible=>({visible,state}))))).subscribe(({visible,state})=>{if(!state||state.editorUnitId!==core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY)return;if(!visible.visible){subscribe==null||subscribe.unsubscribe(),this._sheetsHyperLinkPopupService.hideCurrentPopup(HyperLinkEditSourceType.EDITING),this._sheetsHyperLinkPopupService.endEditing(HyperLinkEditSourceType.EDITING);return}const{editorUnitId,unitId,sheetId,row,column}=state,renderer=this._renderManagerService.getRenderById(editorUnitId);if(!renderer)return;const{editPermission,viewPermission,copyPermission}=this._getLinkPermission({unitId,subUnitId:sheetId,row,col:column}),docEventService=renderer.with(docsUi.DocEventManagerService);viewPermission&&(subscribe==null||subscribe.unsubscribe(),subscribe=docEventService.hoverCustomRanges$.pipe(rxjs.debounceTime(200)).subscribe(customRanges=>{var _a12,_b;const customRange=customRanges.find(customRange2=>customRange2.range.rangeType===core.CustomRangeType.HYPERLINK);if(!customRange){this._sheetsHyperLinkPopupService.hideCurrentPopup();return}const rect=customRange.rects[customRange.rects.length-1];if(!((_b=(_a12=this._renderManagerService.getRenderById(unitId))==null?void 0:_a12.with(sheetsUi.SheetSkeletonManagerService).getWorksheetSkeleton(sheetId))==null?void 0:_b.skeleton)||!rect)return;const canvasClientRect=renderer.engine.getCanvasElement().getBoundingClientRect();this._sheetsHyperLinkPopupService.showPopup({unitId,subUnitId:sheetId,row,col:column,customRange:customRange.range,customRangeRect:{left:rect.left+canvasClientRect.left,top:rect.top+canvasClientRect.top,bottom:rect.bottom+canvasClientRect.top,right:rect.right+canvasClientRect.left},editPermission,copyPermission,type:HyperLinkEditSourceType.EDITING})}))})),this.disposeWithMe(()=>{subscribe==null||subscribe.unsubscribe()})}_initZenEditor(){this.disposeWithMe(this._zenZoneService.visible$.subscribe(visible=>{visible?(this._sheetsHyperLinkPopupService.hideCurrentPopup(HyperLinkEditSourceType.VIEWING),this._sheetsHyperLinkPopupService.hideCurrentPopup(HyperLinkEditSourceType.EDITING),this._sheetsHyperLinkPopupService.endEditing(HyperLinkEditSourceType.EDITING),this._sheetsHyperLinkPopupService.hideCurrentPopup(HyperLinkEditSourceType.VIEWING)):(this._sheetsHyperLinkPopupService.hideCurrentPopup(HyperLinkEditSourceType.ZEN_EDITOR),this._sheetsHyperLinkPopupService.endEditing(HyperLinkEditSourceType.ZEN_EDITOR))})),this.disposeWithMe(this._univerInstanceService.focused$.pipe(rxjs.switchMap(id=>{const render2=id===core.DOCS_ZEN_EDITOR_UNIT_ID_KEY?this._renderManagerService.getRenderById(id):null;return render2?render2.with(docsUi.DocEventManagerService).hoverCustomRanges$.pipe(rxjs.debounceTime(200)):new rxjs.Observable(sub=>{sub.next(null)})})).subscribe(value=>{const range=value==null?void 0:value.find(range2=>range2.range.rangeType===core.CustomRangeType.HYPERLINK),state=this._editorBridgeService.getEditCellState();if(range&&state){const{unitId,sheetId,row,column}=state,{editPermission,viewPermission,copyPermission}=this._getLinkPermission({unitId,subUnitId:sheetId,row,col:column});viewPermission&&this._sheetsHyperLinkPopupService.showPopup({type:HyperLinkEditSourceType.ZEN_EDITOR,unitId,subUnitId:sheetId,row,col:column,customRange:range.range,editPermission,copyPermission})}else this._sheetsHyperLinkPopupService.hideCurrentPopup(HyperLinkEditSourceType.ZEN_EDITOR)}))}_initTextSelectionListener(){this.disposeWithMe(this._textSelectionManagerService.textSelection$.subscribe(selection=>{selection&&selection.unitId===core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY&&this._sheetsHyperLinkPopupService.endEditing(HyperLinkEditSourceType.EDITING)}))}_initCommandListener(){const HIDE_COMMAND_LIST=[sheets.ClearSelectionContentCommand.id,sheets.ClearSelectionAllCommand.id,sheets.ClearSelectionFormatCommand.id];this.disposeWithMe(this._commandService.onCommandExecuted(command=>{HIDE_COMMAND_LIST.includes(command.id)&&this._sheetsHyperLinkPopupService.hideCurrentPopup()}))}},__name(_a6,"SheetsHyperLinkPopupController"),_a6);SheetsHyperLinkPopupController=__decorateClass$4([__decorateParam$4(0,core.Inject(sheetsUi.HoverManagerService)),__decorateParam$4(1,core.Inject(exports.SheetsHyperLinkPopupService)),__decorateParam$4(2,core.Inject(engineRender.IRenderManagerService)),__decorateParam$4(3,core.Inject(core.IPermissionService)),__decorateParam$4(4,core.Inject(sheets.SheetPermissionCheckController)),__decorateParam$4(5,core.ICommandService),__decorateParam$4(6,sheetsUi.IEditorBridgeService),__decorateParam$4(7,core.Inject(docs.DocSelectionManagerService)),__decorateParam$4(8,core.IUniverInstanceService),__decorateParam$4(9,ui.IZenZoneService)],SheetsHyperLinkPopupController);var __defProp$3=Object.defineProperty,__getOwnPropDesc$3=Object.getOwnPropertyDescriptor,__decorateClass$3=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$3(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$3(target,key,result),result},"__decorateClass$3"),__decorateParam$3=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$3"),_a7;let SheetsHyperLinkRenderController=(_a7=class extends core.Disposable{constructor(_context,_hyperLinkModel){super(),this._context=_context,this._hyperLinkModel=_hyperLinkModel,this._initSkeletonChange()}_initSkeletonChange(){const markSkeletonDirty=__name(()=>{var _a12;(_a12=this._context.mainComponent)==null||_a12.makeForceDirty()},"markSkeletonDirty");this.disposeWithMe(this._hyperLinkModel.linkUpdate$.pipe(rxjs.debounceTime(16)).subscribe(()=>{markSkeletonDirty()}))}},__name(_a7,"SheetsHyperLinkRenderController"),_a7);SheetsHyperLinkRenderController=__decorateClass$3([__decorateParam$3(1,core.Inject(sheetsHyperLink.HyperLinkModel))],SheetsHyperLinkRenderController);var _a8;let SheetsHyperLinkRenderManagerController=(_a8=class extends core.Disposable{constructor(_sheetInterceptorService,_hyperLinkModel){super(),this._sheetInterceptorService=_sheetInterceptorService,this._hyperLinkModel=_hyperLinkModel,this._initViewModelIntercept()}_initViewModelIntercept(){this.disposeWithMe(this._sheetInterceptorService.intercept(sheets.INTERCEPTOR_POINT.CELL_CONTENT,{effect:core.InterceptorEffectEnum.Value,priority:100,handler:__name((cell,pos,next)=>{const{row,col,unitId,subUnitId}=pos,link=this._hyperLinkModel.getHyperLinkByLocation(unitId,subUnitId,row,col);return next(link?{...cell,linkUrl:link.payload,linkId:link.id}:cell)},"handler")}))}},__name(_a8,"SheetsHyperLinkRenderManagerController"),_a8);SheetsHyperLinkRenderManagerController=__decorateClass$3([__decorateParam$3(0,core.Inject(sheets.SheetInterceptorService)),__decorateParam$3(1,core.Inject(sheetsHyperLink.HyperLinkModel))],SheetsHyperLinkRenderManagerController);const menuSchema={[ui.RibbonStartGroup.OTHERS]:{[InsertHyperLinkToolbarOperation.id]:{order:2,menuItemFactory:insertLinkMenuToolbarFactory},[genZenEditorMenuId(InsertHyperLinkToolbarOperation.id)]:{order:2,menuItemFactory:zenEditorInsertLinkMenuToolbarFactory}},[ui.ContextMenuPosition.MAIN_AREA]:{[ui.ContextMenuGroup.OTHERS]:{order:1,[InsertHyperLinkToolbarOperation.id]:{order:0,menuItemFactory:insertLinkMenuFactory},[genZenEditorMenuId(InsertHyperLinkToolbarOperation.id)]:{order:0,menuItemFactory:zenEditorInsertLinkMenuFactory}}}};var __defProp$2=Object.defineProperty,__getOwnPropDesc$2=Object.getOwnPropertyDescriptor,__decorateClass$2=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$2(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$2(target,key,result),result},"__decorateClass$2"),__decorateParam$2=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$2"),_a9;let SheetsHyperLinkUIController=(_a9=class extends core.Disposable{constructor(_componentManager,_commandService,_menuManagerService,_injector,_shortcutService){super(),this._componentManager=_componentManager,this._commandService=_commandService,this._menuManagerService=_menuManagerService,this._injector=_injector,this._shortcutService=_shortcutService,this._initComponents(),this._initCommands(),this._initMenus(),this._initShortCut()}_initComponents(){[[CellLinkPopup,CellLinkPopup.componentKey],[CellLinkEdit,CellLinkEdit.componentKey],[LinkSingle,"LinkSingle"]].forEach(([comp,key])=>{this._componentManager.register(key,comp)})}_initCommands(){[OpenHyperLinkEditPanelOperation,CloseHyperLinkPopupOperation,InsertHyperLinkOperation,InsertHyperLinkToolbarOperation].forEach(command=>{this._commandService.registerCommand(command)})}_initMenus(){this._menuManagerService.mergeMenu(menuSchema)}_initShortCut(){this._shortcutService.registerShortcut(InsertLinkShortcut)}},__name(_a9,"SheetsHyperLinkUIController"),_a9);SheetsHyperLinkUIController=__decorateClass$2([__decorateParam$2(0,core.Inject(ui.ComponentManager)),__decorateParam$2(1,core.ICommandService),__decorateParam$2(2,ui.IMenuManagerService),__decorateParam$2(3,core.Inject(core.Injector)),__decorateParam$2(4,core.Inject(ui.IShortcutService))],SheetsHyperLinkUIController);var __defProp$1=Object.defineProperty,__getOwnPropDesc$1=Object.getOwnPropertyDescriptor,__decorateClass$1=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$1(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$1(target,key,result),result},"__decorateClass$1"),__decorateParam$1=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$1"),_a10;let SheetHyperLinkUrlController=(_a10=class extends core.Disposable{constructor(_parserService,_resolverService){super(),this._parserService=_parserService,this._resolverService=_resolverService,this._handleInitUrl()}_handleInitUrl(){const hash=location.hash;if(hash){const linkInfo=this._parserService.parseHyperLink(hash);this._resolverService.navigate(linkInfo)}}},__name(_a10,"SheetHyperLinkUrlController"),_a10);SheetHyperLinkUrlController=__decorateClass$1([__decorateParam$1(0,core.Inject(sheetsHyperLink.SheetsHyperLinkParserService)),__decorateParam$1(1,core.Inject(exports.SheetsHyperLinkResolverService))],SheetHyperLinkUrlController);var __defProp2=Object.defineProperty,__getOwnPropDesc=Object.getOwnPropertyDescriptor,__defNormalProp2=__name((obj,key,value)=>key in obj?__defProp2(obj,key,{enumerable:!0,configurable:!0,writable:!0,value}):obj[key]=value,"__defNormalProp"),__decorateClass=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp2(target,key,result),result},"__decorateClass"),__decorateParam=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam"),__publicField2=__name((obj,key,value)=>__defNormalProp2(obj,typeof key!="symbol"?key+"":key,value),"__publicField"),_a11;exports.UniverSheetsHyperLinkUIPlugin=(_a11=class extends core.Plugin{constructor(_config=defaultPluginConfig,_injector,_configService){super(),this._config=_config,this._injector=_injector,this._configService=_configService;const{menu,...rest}=core.merge({},defaultPluginConfig,this._config);menu&&this._configService.setConfig("menu",menu,{merge:!0}),this._configService.setConfig(SHEETS_HYPER_LINK_UI_PLUGIN_CONFIG_KEY,rest)}onStarting(){[[exports.SheetsHyperLinkResolverService],[exports.SheetsHyperLinkPopupService],[SheetsHyperLinkSidePanelService],[SheetsHyperLinkRenderManagerController],[SheetsHyperLinkPopupController],[SheetsHyperLinkUIController],[SheetsHyperLinkAutoFillController],[exports.SheetsHyperLinkCopyPasteController],[SheetsHyperLinkPermissionController],[SheetHyperLinkUrlController]].forEach(dep=>this._injector.add(dep)),this._injector.get(SheetsHyperLinkRenderManagerController)}onReady(){this._injector.get(engineRender.IRenderManagerService).registerRenderModule(core.UniverInstanceType.UNIVER_SHEET,[SheetsHyperLinkRenderController]),this._injector.get(SheetsHyperLinkAutoFillController),this._injector.get(exports.SheetsHyperLinkCopyPasteController),this._injector.get(SheetsHyperLinkUIController)}onRendered(){this._injector.get(SheetsHyperLinkPermissionController),this._injector.get(SheetHyperLinkUrlController),this._injector.get(SheetsHyperLinkPopupController)}},__name(_a11,"UniverSheetsHyperLinkUIPlugin"),_a11);__publicField2(exports.UniverSheetsHyperLinkUIPlugin,"pluginName",SHEET_HYPER_LINK_UI_PLUGIN);__publicField2(exports.UniverSheetsHyperLinkUIPlugin,"type",core.UniverInstanceType.UNIVER_SHEET);exports.UniverSheetsHyperLinkUIPlugin=__decorateClass([core.DependentOn(sheetsHyperLink.UniverSheetsHyperLinkPlugin,docsUi.UniverDocsUIPlugin),__decorateParam(1,core.Inject(core.Injector)),__decorateParam(2,core.IConfigService)],exports.UniverSheetsHyperLinkUIPlugin);exports.CloseHyperLinkPopupOperation=CloseHyperLinkPopupOperation;exports.InsertHyperLinkOperation=InsertHyperLinkOperation;exports.InsertLinkShortcut=InsertLinkShortcut;exports.OpenHyperLinkEditPanelOperation=OpenHyperLinkEditPanelOperation;exports.SheetsHyperLinkSidePanelService=SheetsHyperLinkSidePanelService;
@@ -1 +1 @@
1
- "use strict";const e={hyperLink:{form:{editTitle:"Edit Link",addTitle:"Insert Link",label:"Label",type:"Type",link:"Link",linkPlaceholder:"Enter link",range:"Range",worksheet:"Worksheet",definedName:"Defined Name",ok:"Confirm",cancel:"Cancel",labelPlaceholder:"Enter label",inputError:"Please enter",selectError:"Please select",linkError:"Please enter a legal link"},menu:{add:"Insert Link"},message:{noSheet:"Target sheet has been delete",refError:"Invalid Range",hiddenSheet:"Cannot open the link because the linked sheet is hidden",coped:"Link copied to clipboard"},popup:{copy:"Copy Link",edit:"Edit Link",cancel:"Cancel Link"}}};module.exports=e;
1
+ "use strict";const enUS={hyperLink:{form:{editTitle:"Edit Link",addTitle:"Insert Link",label:"Label",type:"Type",link:"Link",linkPlaceholder:"Enter link",range:"Range",worksheet:"Worksheet",definedName:"Defined Name",ok:"Confirm",cancel:"Cancel",labelPlaceholder:"Enter label",inputError:"Please enter",selectError:"Please select",linkError:"Please enter a legal link"},menu:{add:"Insert Link"},message:{noSheet:"Target sheet has been delete",refError:"Invalid Range",hiddenSheet:"Cannot open the link because the linked sheet is hidden",coped:"Link copied to clipboard"},popup:{copy:"Copy Link",edit:"Edit Link",cancel:"Cancel Link"}}};module.exports=enUS;
@@ -1 +1 @@
1
- "use strict";const e={hyperLink:{form:{editTitle:"ویرایش لینک",addTitle:"درج لینک",label:"برچسب",type:"نوع",link:"لینک",linkPlaceholder:"لینک را وارد کنید",range:"محدوده",worksheet:"برگ کار",definedName:"نام تعریف شده",ok:"تایید",cancel:"انصراف",labelPlaceholder:"برچسب را وارد کنید",inputError:"لطفا وارد کنید",selectError:"لطفا انتخاب کنید",linkError:"لطفا یک لینک معتبر وارد کنید"},menu:{add:"درج لینک"},message:{noSheet:"برگ هدف حذف شده است",refError:"محدوده نامعتبر",hiddenSheet:"نمی‌توان لینک را باز کرد زیرا برگ مرتبط پنهان است",coped:"لینک به کلیپ بورد کپی شد"},popup:{copy:"کپی لینک",edit:"ویرایش لینک",cancel:"لینک را لغو کنید"}}};module.exports=e;
1
+ "use strict";const locale={hyperLink:{form:{editTitle:"ویرایش لینک",addTitle:"درج لینک",label:"برچسب",type:"نوع",link:"لینک",linkPlaceholder:"لینک را وارد کنید",range:"محدوده",worksheet:"برگ کار",definedName:"نام تعریف شده",ok:"تایید",cancel:"انصراف",labelPlaceholder:"برچسب را وارد کنید",inputError:"لطفا وارد کنید",selectError:"لطفا انتخاب کنید",linkError:"لطفا یک لینک معتبر وارد کنید"},menu:{add:"درج لینک"},message:{noSheet:"برگ هدف حذف شده است",refError:"محدوده نامعتبر",hiddenSheet:"نمی‌توان لینک را باز کرد زیرا برگ مرتبط پنهان است",coped:"لینک به کلیپ بورد کپی شد"},popup:{copy:"کپی لینک",edit:"ویرایش لینک",cancel:"لینک را لغو کنید"}}};module.exports=locale;
@@ -1 +1 @@
1
- "use strict";const e={hyperLink:{form:{editTitle:"Modifier le lien",addTitle:"Insérer un lien",label:"Titre",type:"Type",link:"Lien",linkPlaceholder:"Entrez le lien",range:"Plage",worksheet:"Feuille de calcul",definedName:"Nom défini",ok:"Confirmer",cancel:"Annuler",labelPlaceholder:"Entrez le titre",inputError:"Veuillez entrer",selectError:"Veuillez sélectionner",linkError:"Veuillez entrer un lien valide"},menu:{add:"Insérer un lien"},message:{noSheet:"La feuille cible a été supprimée",refError:"Plage invalide",hiddenSheet:"Impossible d'ouvrir le lien car la feuille liée est masquée",coped:"Lien copié dans le presse-papiers"},popup:{copy:"Copier le lien",edit:"Modifier le lien",cancel:"Annuler le lien"}}};module.exports=e;
1
+ "use strict";const enUS={hyperLink:{form:{editTitle:"Modifier le lien",addTitle:"Insérer un lien",label:"Titre",type:"Type",link:"Lien",linkPlaceholder:"Entrez le lien",range:"Plage",worksheet:"Feuille de calcul",definedName:"Nom défini",ok:"Confirmer",cancel:"Annuler",labelPlaceholder:"Entrez le titre",inputError:"Veuillez entrer",selectError:"Veuillez sélectionner",linkError:"Veuillez entrer un lien valide"},menu:{add:"Insérer un lien"},message:{noSheet:"La feuille cible a été supprimée",refError:"Plage invalide",hiddenSheet:"Impossible d'ouvrir le lien car la feuille liée est masquée",coped:"Lien copié dans le presse-papiers"},popup:{copy:"Copier le lien",edit:"Modifier le lien",cancel:"Annuler le lien"}}};module.exports=enUS;
@@ -1 +1 @@
1
- "use strict";const e={hyperLink:{form:{editTitle:"Редактировать ссылку",addTitle:"Вставить ссылку",label:"Метка",type:"Тип",link:"Ссылка",linkPlaceholder:"Введите ссылку",range:"Диапазон",worksheet:"Лист",definedName:"Определенное имя",ok:"ОК",cancel:"Отмена",labelPlaceholder:"Введите метку",inputError:"Пожалуйста, введите",selectError:"Пожалуйста, выберите",linkError:"Пожалуйста, введите корректную ссылку"},menu:{add:"Вставить ссылку"},message:{noSheet:"Целевой лист был удален",refError:"Недопустимый диапазон",hiddenSheet:"Невозможно открыть ссылку, так как связанный лист скрыт",coped:"Ссылка скопирована в буфер обмена"},popup:{copy:"Копировать ссылку",edit:"Редактировать ссылку",cancel:"Отменить ссылку"}}};module.exports=e;
1
+ "use strict";const enUS={hyperLink:{form:{editTitle:"Редактировать ссылку",addTitle:"Вставить ссылку",label:"Метка",type:"Тип",link:"Ссылка",linkPlaceholder:"Введите ссылку",range:"Диапазон",worksheet:"Лист",definedName:"Определенное имя",ok:"ОК",cancel:"Отмена",labelPlaceholder:"Введите метку",inputError:"Пожалуйста, введите",selectError:"Пожалуйста, выберите",linkError:"Пожалуйста, введите корректную ссылку"},menu:{add:"Вставить ссылку"},message:{noSheet:"Целевой лист был удален",refError:"Недопустимый диапазон",hiddenSheet:"Невозможно открыть ссылку, так как связанный лист скрыт",coped:"Ссылка скопирована в буфер обмена"},popup:{copy:"Копировать ссылку",edit:"Редактировать ссылку",cancel:"Отменить ссылку"}}};module.exports=enUS;
@@ -1 +1 @@
1
- "use strict";const n={hyperLink:{form:{editTitle:"Chỉnh sửa liên kết",addTitle:"Chèn liên kết",label:"Văn bản",labelPlaceholder:"Nhập văn bản",type:"Loại",link:"Liên kết",linkPlaceholder:"Nhập địa chỉ liên kết",range:"Ô",worksheet:"Bảng tính",definedName:"Tên đã xác định",ok:"Xác nhận",cancel:"Hủy",inputError:"Vui lòng nhập",selectError:"Vui lòng chọn",linkError:"Vui lòng nhập liên kết hợp lệ"},menu:{add:"Thêm liên kết"},message:{noSheet:"Bảng con này đã bị xóa",refError:"Tham chiếu lỗi",hiddenSheet:"Không thể mở bảng con bị ẩn",coped:"Liên kết đã được sao chép vào clipboard"},popup:{copy:"Sao chép",edit:"Chỉnh sửa",cancel:"Hủy liên kết"}}};module.exports=n;
1
+ "use strict";const locale={hyperLink:{form:{editTitle:"Chỉnh sửa liên kết",addTitle:"Chèn liên kết",label:"Văn bản",labelPlaceholder:"Nhập văn bản",type:"Loại",link:"Liên kết",linkPlaceholder:"Nhập địa chỉ liên kết",range:"Ô",worksheet:"Bảng tính",definedName:"Tên đã xác định",ok:"Xác nhận",cancel:"Hủy",inputError:"Vui lòng nhập",selectError:"Vui lòng chọn",linkError:"Vui lòng nhập liên kết hợp lệ"},menu:{add:"Thêm liên kết"},message:{noSheet:"Bảng con này đã bị xóa",refError:"Tham chiếu lỗi",hiddenSheet:"Không thể mở bảng con bị ẩn",coped:"Liên kết đã được sao chép vào clipboard"},popup:{copy:"Sao chép",edit:"Chỉnh sửa",cancel:"Hủy liên kết"}}};module.exports=locale;
@@ -1 +1 @@
1
- "use strict";const e={hyperLink:{form:{editTitle:"编辑链接",addTitle:"插入链接",label:"文本",labelPlaceholder:"输入文本",type:"类型",link:"链接",linkPlaceholder:"输入链接地址",range:"单元格",worksheet:"工作表",definedName:"定义的名称",ok:"确认",cancel:"取消",inputError:"请输入",selectError:"请选择",linkError:"请输入合法的链接"},menu:{add:"添加链接"},message:{noSheet:"该子表已被删除",refError:"错误的引用",hiddenSheet:"无法打开被隐藏的子表",coped:"链接已被复制到剪贴板"},popup:{copy:"复制",edit:"编辑",cancel:"取消链接"}}};module.exports=e;
1
+ "use strict";const zhCN={hyperLink:{form:{editTitle:"编辑链接",addTitle:"插入链接",label:"文本",labelPlaceholder:"输入文本",type:"类型",link:"链接",linkPlaceholder:"输入链接地址",range:"单元格",worksheet:"工作表",definedName:"定义的名称",ok:"确认",cancel:"取消",inputError:"请输入",selectError:"请选择",linkError:"请输入合法的链接"},menu:{add:"添加链接"},message:{noSheet:"该子表已被删除",refError:"错误的引用",hiddenSheet:"无法打开被隐藏的子表",coped:"链接已被复制到剪贴板"},popup:{copy:"复制",edit:"编辑",cancel:"取消链接"}}};module.exports=zhCN;
@@ -1 +1 @@
1
- "use strict";const e={hyperLink:{form:{editTitle:"編輯連結",addTitle:"插入連結",label:"文本",labelPlaceholder:"輸入文字",type:"類型",link:"連結",linkPlaceholder:"輸入連結位址",range:"單元格",worksheet:"工作表",definedName:"定義的名稱",ok:"確認",cancel:"取消",inputError:"請輸入",selectError:"請選擇",linkError:"請輸入合法的連結"},menu:{add:"新增連結"},message:{noSheet:"該子表已被刪除",refError:"錯誤的引用",hiddenSheet:"無法開啟被隱藏的子表",coped:"連結已複製到剪貼簿"},popup:{copy:"複製",edit:"編輯",cancel:"取消連結"}}};module.exports=e;
1
+ "use strict";const locale={hyperLink:{form:{editTitle:"編輯連結",addTitle:"插入連結",label:"文本",labelPlaceholder:"輸入文字",type:"類型",link:"連結",linkPlaceholder:"輸入連結位址",range:"單元格",worksheet:"工作表",definedName:"定義的名稱",ok:"確認",cancel:"取消",inputError:"請輸入",selectError:"請選擇",linkError:"請輸入合法的連結"},menu:{add:"新增連結"},message:{noSheet:"該子表已被刪除",refError:"錯誤的引用",hiddenSheet:"無法開啟被隱藏的子表",coped:"連結已複製到剪貼簿"},popup:{copy:"複製",edit:"編輯",cancel:"取消連結"}}};module.exports=locale;
package/lib/es/facade.js CHANGED
@@ -1,12 +1,16 @@
1
- import { SheetsHyperLinkParserService as t } from "@univerjs/sheets-hyper-link";
2
- import { SheetsHyperLinkResolverService as n } from "@univerjs/sheets-hyper-link-ui";
3
- import { FWorkbookHyperLinkMixin as s } from "@univerjs/sheets-hyper-link/facade";
4
- import { FWorkbook as k } from "@univerjs/sheets/facade";
5
- class p extends s {
1
+ var __defProp = Object.defineProperty;
2
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: !0 });
3
+ import { SheetsHyperLinkParserService } from "@univerjs/sheets-hyper-link";
4
+ import { SheetsHyperLinkResolverService } from "@univerjs/sheets-hyper-link-ui";
5
+ import { FWorkbookHyperLinkMixin } from "@univerjs/sheets-hyper-link/facade";
6
+ import { FWorkbook } from "@univerjs/sheets/facade";
7
+ const _FWorkbookHyperLinkUIMixin = class _FWorkbookHyperLinkUIMixin extends FWorkbookHyperLinkMixin {
6
8
  // TODO: this should be migrated back to hyperlink ui plugin
7
- navigateToSheetHyperlink(e) {
8
- const r = this._injector.get(t), o = this._injector.get(n), i = r.parseHyperLink(e);
9
- o.navigate(i);
9
+ navigateToSheetHyperlink(hyperlink) {
10
+ const parserService = this._injector.get(SheetsHyperLinkParserService), resolverService = this._injector.get(SheetsHyperLinkResolverService), info = parserService.parseHyperLink(hyperlink);
11
+ resolverService.navigate(info);
10
12
  }
11
- }
12
- k.extend(p);
13
+ };
14
+ __name(_FWorkbookHyperLinkUIMixin, "FWorkbookHyperLinkUIMixin");
15
+ let FWorkbookHyperLinkUIMixin = _FWorkbookHyperLinkUIMixin;
16
+ FWorkbook.extend(FWorkbookHyperLinkUIMixin);