@univerjs/sheets-drawing-ui 0.5.4-nightly.202501160704 → 0.5.4-nightly.202501161606
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 +1 -1
- package/lib/cjs/index.js +2 -2
- package/lib/es/facade.js +237 -219
- package/lib/es/index.js +1810 -1475
- package/lib/types/facade/f-worksheet.d.ts +114 -2
- package/lib/types/index.d.ts +1 -1
- package/lib/types/services/canvas-float-dom-manager.service.d.ts +47 -7
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +2 -2
- package/package.json +12 -12
package/lib/cjs/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var R=Object.defineProperty;var B=(i,t,e)=>t in i?R(i,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[t]=e;var O=(i,t,e)=>B(i,typeof t!="symbol"?t+"":t,e);const o=require("@univerjs/core"),h=require("@univerjs/drawing"),k=require("@univerjs/engine-render"),c=require("@univerjs/sheets-drawing-ui"),v=require("@univerjs/sheets-ui"),u=require("@univerjs/sheets-drawing"),T=require("@univerjs/sheets-ui/facade"),E=require("@univerjs/sheets/facade"),A=require("@univerjs/ui");var j=Object.defineProperty,F=Object.getOwnPropertyDescriptor,y=(i,t,e,r)=>{for(var n=r>1?void 0:r?F(t,e):t,s=i.length-1,a;s>=0;s--)(a=i[s])&&(n=(r?a(t,e,n):a(n))||n);return r&&n&&j(t,e,n),n},p=(i,t)=>(e,r)=>t(e,r,i);function M(i,t){const{from:e,to:r,flipY:n=!1,flipX:s=!1,angle:a=0,skewX:g=0,skewY:d=0}=i.sheetTransform,{column:I,columnOffset:l,row:w,rowOffset:_}=e,S=v.convertPositionSheetOverGridToAbsolute(i.unitId,i.subUnitId,{from:e,to:r},t),{left:D,top:C,width:b,height:G}=S;return{...i,column:I,columnOffset:l,row:w,rowOffset:_,width:b,height:G,flipY:n,flipX:s,angle:a,skewX:g,skewY:d}}function x(i,t,e){const{column:r,columnOffset:n,row:s,rowOffset:a,flipY:g=!1,flipX:d=!1,angle:I=0,skewX:l=0,skewY:w=0,width:_,height:S}=i,D=v.convertPositionCellToSheetOverGrid(i.unitId,i.subUnitId,{column:r,columnOffset:n,row:s,rowOffset:a},_,S,t,e),{sheetTransform:C,transform:b}=D;return{...i,sheetTransform:{...C,flipY:g,flipX:d,angle:I,skewX:l,skewY:w},transform:{...b,flipY:g,flipX:d,angle:I,skewX:l,skewY:w}}}let f=class{constructor(i,t,e){O(this,"_image");this._injector=e,this._image={drawingId:o.generateRandomId(6),drawingType:o.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType:o.ImageSourceType.BASE64,source:"",unitId:i,subUnitId:t,column:0,columnOffset:0,row:0,rowOffset:0,width:0,height:0}}setImage(i){const e=this._injector.get(k.IRenderManagerService).getRenderById(i.unitId);if(!e)throw new Error(`Render Unit with unitId ${i.unitId} not found`);const r=e.with(v.SheetSkeletonManagerService);return i.sheetTransform==null&&(i.sheetTransform={from:{column:0,columnOffset:0,row:0,rowOffset:0},to:{column:0,columnOffset:0,row:0,rowOffset:0}}),this._image=M(i,r),this}setSource(i,t){const e=t!=null?t:o.ImageSourceType.URL;return this._image.source=i,this._image.imageSourceType=e,this}getsource(){return this._image.source}getSourceType(){return this._image.imageSourceType}setColumn(i){return this._image.column=i,this}setRow(i){return this._image.row=i,this}setColumnOffset(i){return this._image.columnOffset=i,this}setRowOffset(i){return this._image.rowOffset=i,this}setWidth(i){return this._image.width=i,this}setHeight(i){return this._image.height=i,this}setAnchorType(i){return this._image.anchorType=i,this}setCropTop(i){return this._initializeSrcRect(),this._image.srcRect.top=i,this}setCropLeft(i){return this._initializeSrcRect(),this._image.srcRect.left=i,this}setCropBottom(i){return this._initializeSrcRect(),this._image.srcRect.bottom=i,this}setCropRight(i){return this._initializeSrcRect(),this._image.srcRect.right=i,this}_initializeSrcRect(){this._image.srcRect==null&&(this._image.srcRect={top:0,left:0,bottom:0,right:0})}setRotate(i){return this._image.angle=i,this}setUnitId(i){return this._image.unitId=i,this}setSubUnitId(i){return this._image.subUnitId=i,this}async buildAsync(){const t=this._injector.get(k.IRenderManagerService).getRenderById(this._image.unitId);if(!t)throw new Error(`Render Unit with unitId ${this._image.unitId} not found`);const e=t.with(v.ISheetSelectionRenderService),r=t.with(v.SheetSkeletonManagerService);if(this._image.width===0||this._image.height===0){const n=await h.getImageSize(this._image.source),s=n.width,a=n.height;this._image.width===0&&(this._image.width=s),this._image.height===0&&(this._image.height=a)}return x(this._image,e,r)}};f=y([p(2,o.Inject(o.Injector))],f);let m=class extends o.FBase{constructor(i,t,e){super(),this._image=i,this._commandService=t,this._injector=e}getId(){return this._image.drawingId}getType(){return this._image.drawingType}remove(){return this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[this._image]})}toBuilder(){const i=this._injector.createInstance(f);return i.setImage(this._image),i}setSource(i,t){const e=t!=null?t:o.ImageSourceType.URL;return this._image.source=i,this._image.imageSourceType=e,this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[this._image]})}async setPositionAsync(i,t,e,r){const n=this.toBuilder();n.setColumn(t),n.setRow(i),e!=null&&n.setRowOffset(e),r!=null&&n.setColumnOffset(r);const s=await n.buildAsync();return this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[s]})}async setSizeAsync(i,t){const e=this.toBuilder();e.setWidth(i),e.setHeight(t);const r=await e.buildAsync();return this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[r]})}setCrop(i,t,e,r){return this._image.srcRect==null&&(this._image.srcRect={top:0,left:0,bottom:0,right:0}),i!=null&&(this._image.srcRect.top=i),t!=null&&(this._image.srcRect.left=t),e!=null&&(this._image.srcRect.bottom=e),r!=null&&(this._image.srcRect.right=r),this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[this._image]})}setRotate(i){return this._image.sheetTransform.angle=i,this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[this._image]})}setForward(){return this._commandService.syncExecuteCommand(c.SetDrawingArrangeCommand.id,{unitId:this._image.unitId,subUnitId:this._image.subUnitId,drawingIds:[this._image.drawingId],arrangeType:o.ArrangeTypeEnum.forward})}setBackward(){return this._commandService.syncExecuteCommand(c.SetDrawingArrangeCommand.id,{unitId:this._image.unitId,subUnitId:this._image.subUnitId,drawingIds:[this._image.drawingId],arrangeType:o.ArrangeTypeEnum.backward})}setBack(){return this._commandService.syncExecuteCommand(c.SetDrawingArrangeCommand.id,{unitId:this._image.unitId,subUnitId:this._image.subUnitId,drawingIds:[this._image.drawingId],arrangeType:o.ArrangeTypeEnum.back})}setFront(){return this._commandService.syncExecuteCommand(c.SetDrawingArrangeCommand.id,{unitId:this._image.unitId,subUnitId:this._image.subUnitId,drawingIds:[this._image.drawingId],arrangeType:o.ArrangeTypeEnum.front})}};m=y([p(1,o.ICommandService),p(2,o.Inject(o.Injector))],m);class P extends E.FWorksheet{addFloatDomToPosition(t,e){const r=this._workbook.getUnitId(),n=this._worksheet.getSheetId(),{key:s,disposableCollection:a}=T.transformComponentKey(t,this._injector.get(A.ComponentManager)),d=this._injector.get(c.SheetCanvasFloatDomManagerService).addFloatDomToPosition({...t,componentKey:s,unitId:r,subUnitId:n},e);return d?(a.add(d.dispose),{id:d.id,dispose:()=>{a.dispose(),d.dispose()}}):(a.dispose(),null)}async insertImage(t,e,r,n,s){const a=this.newOverGridImage();if(typeof t=="string")a.setSource(t);else{const I=await t.getBlob().getDataAsString();a.setSource(I,o.ImageSourceType.BASE64)}e!==void 0?a.setColumn(e):a.setColumn(0),r!==void 0?a.setRow(r):a.setRow(0),n!==void 0?a.setColumnOffset(n):a.setColumnOffset(0),s!==void 0?a.setRowOffset(s):a.setRowOffset(0);const g=await a.buildAsync();return this._commandService.syncExecuteCommand(c.InsertSheetDrawingCommand.id,{unitId:this._fWorkbook.getId(),drawings:[g]})}insertImages(t){const e=t.map(r=>(r.unitId=this._fWorkbook.getId(),r.subUnitId=this.getSheetId(),r));return this._commandService.syncExecuteCommand(c.InsertSheetDrawingCommand.id,{unitId:this._fWorkbook.getId(),drawings:e}),this}deleteImages(t){const e=t.map(r=>({unitId:this._fWorkbook.getId(),drawingId:r.getId(),subUnitId:this.getSheetId(),drawingType:r.getType()}));return this._commandService.syncExecuteCommand(c.RemoveSheetDrawingCommand.id,{unitId:this._fWorkbook.getId(),drawings:e}),this}getImages(){const e=this._injector.get(u.ISheetDrawingService).getDrawingData(this._fWorkbook.getId(),this.getSheetId()),r=[];for(const n in e){const s=e[n];s.drawingType===o.DrawingTypeEnum.DRAWING_IMAGE&&r.push(this._injector.createInstance(m,s))}return r}getImageById(t){const r=this._injector.get(u.ISheetDrawingService).getDrawingByParam({unitId:this._fWorkbook.getId(),subUnitId:this.getSheetId(),drawingId:t});return r&&r.drawingType===o.DrawingTypeEnum.DRAWING_IMAGE?this._injector.createInstance(m,r):null}getActiveImages(){const e=this._injector.get(u.ISheetDrawingService).getFocusDrawings(),r=[];for(const n in e){const s=e[n];r.push(this._injector.createInstance(m,s))}return r}updateImages(t){return this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._fWorkbook.getId(),drawings:t}),this}onImageInserted(t){const e=this._injector.get(u.ISheetDrawingService);return o.toDisposable(e.add$.subscribe(r=>{const n=r.map(s=>this._injector.createInstance(m,e.getDrawingByParam(s)));t(n)}))}onImageDeleted(t){const e=this._injector.get(u.ISheetDrawingService);return o.toDisposable(e.remove$.subscribe(r=>{const n=r.map(s=>this._injector.createInstance(m,e.getDrawingByParam(s)));t(n)}))}onImageChanged(t){const e=this._injector.get(u.ISheetDrawingService);return o.toDisposable(e.update$.subscribe(r=>{const n=r.map(s=>this._injector.createInstance(m,e.getDrawingByParam(s)));t(n)}))}newOverGridImage(){const t=this._fWorkbook.getId(),e=this.getSheetId();return this._injector.createInstance(f,t,e)}}E.FWorksheet.extend(P);class U extends o.FEnum{get DrawingType(){return o.DrawingTypeEnum}get ImageSourceType(){return o.ImageSourceType}get SheetDrawingAnchorType(){return u.SheetDrawingAnchorType}}o.FEnum.extend(U);class W extends o.FEventName{get BeforeOverGridImageChange(){return"BeforeOverGridImageChange"}get OverGridImageChanged(){return"OverGridImageChanged"}get BeforeOverGridImageInsert(){return"BeforeOverGridImageInsert"}get OverGridImageInserted(){return"OverGridImageInserted"}get BeforeOverGridImageRemove(){return"BeforeOverGridImageRemove"}get OverGridImageRemoved(){return"OverGridImageRemoved"}get BeforeOverGridImageSelect(){return"BeforeOverGridImageSelect"}get OverGridImageSelected(){return"OverGridImageSelected"}}o.FEventName.extend(W);class q extends o.FUniver{_initialize(t){const e=t.get(o.ICommandService);this.disposeWithMe(e.beforeCommandExecuted(r=>{switch(r.id){case c.InsertSheetDrawingCommand.id:this._beforeOverGridImageInsert(r.params);break;case c.RemoveSheetDrawingCommand.id:this._beforeOverGridImageRemove(r.params);break;case c.SetSheetDrawingCommand.id:this._beforeOverGridImageChange(r.params);break;case h.SetDrawingSelectedOperation.id:this._beforeOverGridImageSelect(r.params);break}})),this.disposeWithMe(e.onCommandExecuted(r=>{switch(r.id){case c.InsertSheetDrawingCommand.id:this._overGridImageInserted(r.params);break;case c.RemoveSheetDrawingCommand.id:this._overGridImageRemoved(r.params);break;case c.SetSheetDrawingCommand.id:this._overGridImageChanged(r.params);break;case h.SetDrawingSelectedOperation.id:this._overGridImageSelected(r.params);break}}))}_beforeOverGridImageInsert(t){if(!this.hasEventCallback(this.Event.BeforeOverGridImageInsert))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t,n={workbook:e,insertImageParams:r};if(this.fireEvent(this.Event.BeforeOverGridImageInsert,n),n.cancel)throw new Error("Canceled by BeforeOverGridImageInsert event")}_overGridImageInserted(t){if(!this.hasEventCallback(this.Event.OverGridImageInserted))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t;this.fireEvent(this.Event.OverGridImageInserted,{workbook:e,images:this._createFOverGridImage(r)})}_beforeOverGridImageRemove(t){if(!this.hasEventCallback(this.Event.BeforeOverGridImageRemove))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t,n=this._injector.get(h.IDrawingManagerService),s=r.map(g=>n.getDrawingByParam(g)),a={workbook:e,images:this._createFOverGridImage(s)};if(this.fireEvent(this.Event.BeforeOverGridImageRemove,a),a.cancel)throw new Error("Canceled by BeforeOverGridImageRemove event")}_overGridImageRemoved(t){if(!this.hasEventCallback(this.Event.OverGridImageRemoved))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t;this.fireEvent(this.Event.OverGridImageRemoved,{workbook:e,removeImageParams:r})}_beforeOverGridImageChange(t){if(!this.hasEventCallback(this.Event.BeforeOverGridImageChange))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t,n=this._injector.get(h.IDrawingManagerService),s=[];r.forEach(g=>{const d=n.getDrawingByParam(g);d!=null&&s.push({changeParam:g,image:this._injector.createInstance(m,d)})});const a={workbook:e,images:s};if(this.fireEvent(this.Event.BeforeOverGridImageChange,a),a.cancel)throw n.updateNotification(r),new Error("Canceled by BeforeOverGridImageChange event")}_overGridImageChanged(t){if(!this.hasEventCallback(this.Event.OverGridImageChanged))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t,n=this._injector.get(h.IDrawingManagerService),s=r.map(a=>this._injector.createInstance(m,n.getDrawingByParam(a)));this.fireEvent(this.Event.OverGridImageChanged,{workbook:e,images:s})}_beforeOverGridImageSelect(t){if(!this.hasEventCallback(this.Event.BeforeOverGridImageSelect))return;const e=this._injector.get(h.IDrawingManagerService),r=this.getActiveWorkbook();if(r==null)return;const n=e.getFocusDrawings(),s=t.map(g=>e.getDrawingByParam(g)),a={workbook:r,selectedImages:this._createFOverGridImage(s),oldSelectedImages:this._createFOverGridImage(n)};if(this.fireEvent(this.Event.BeforeOverGridImageSelect,a),a.cancel)throw new Error("Canceled by BeforeOverGridImageSelect event")}_overGridImageSelected(t){if(!this.hasEventCallback(this.Event.OverGridImageSelected))return;const e=this.getActiveWorkbook(),r=this._injector.get(h.IDrawingManagerService);if(e==null)return;const n=t.map(s=>r.getDrawingByParam(s));this.fireEvent(this.Event.OverGridImageSelected,{workbook:e,selectedImages:this._createFOverGridImage(n)})}_createFOverGridImage(t){return t.map(e=>this._injector.createInstance(m,e))}}o.FUniver.extend(q);
|
|
1
|
+
"use strict";var B=Object.defineProperty;var j=(i,t,e)=>t in i?B(i,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[t]=e;var y=(i,t,e)=>j(i,typeof t!="symbol"?t+"":t,e);const o=require("@univerjs/core"),I=require("@univerjs/drawing"),E=require("@univerjs/engine-render"),c=require("@univerjs/sheets-drawing-ui"),v=require("@univerjs/sheets-ui"),l=require("@univerjs/sheets-drawing"),p=require("@univerjs/sheets-ui/facade"),G=require("@univerjs/sheets/facade"),D=require("@univerjs/ui");var A=Object.defineProperty,F=Object.getOwnPropertyDescriptor,R=(i,t,e,r)=>{for(var n=r>1?void 0:r?F(t,e):t,s=i.length-1,a;s>=0;s--)(a=i[s])&&(n=(r?a(t,e,n):a(n))||n);return r&&n&&A(t,e,n),n},C=(i,t)=>(e,r)=>t(e,r,i);function M(i,t){const{from:e,to:r,flipY:n=!1,flipX:s=!1,angle:a=0,skewX:d=0,skewY:g=0}=i.sheetTransform,{column:u,columnOffset:m,row:w,rowOffset:S}=e,_=v.convertPositionSheetOverGridToAbsolute(i.unitId,i.subUnitId,{from:e,to:r},t),{left:k,top:O,width:b,height:T}=_;return{...i,column:u,columnOffset:m,row:w,rowOffset:S,width:b,height:T,flipY:n,flipX:s,angle:a,skewX:d,skewY:g}}function U(i,t,e){const{column:r,columnOffset:n,row:s,rowOffset:a,flipY:d=!1,flipX:g=!1,angle:u=0,skewX:m=0,skewY:w=0,width:S,height:_}=i,k=v.convertPositionCellToSheetOverGrid(i.unitId,i.subUnitId,{column:r,columnOffset:n,row:s,rowOffset:a},S,_,t,e),{sheetTransform:O,transform:b}=k;return{...i,sheetTransform:{...O,flipY:d,flipX:g,angle:u,skewX:m,skewY:w},transform:{...b,flipY:d,flipX:g,angle:u,skewX:m,skewY:w}}}let f=class{constructor(i,t,e){y(this,"_image");this._injector=e,this._image={drawingId:o.generateRandomId(6),drawingType:o.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType:o.ImageSourceType.BASE64,source:"",unitId:i,subUnitId:t,column:0,columnOffset:0,row:0,rowOffset:0,width:0,height:0}}setImage(i){const e=this._injector.get(E.IRenderManagerService).getRenderById(i.unitId);if(!e)throw new Error(`Render Unit with unitId ${i.unitId} not found`);const r=e.with(v.SheetSkeletonManagerService);return i.sheetTransform==null&&(i.sheetTransform={from:{column:0,columnOffset:0,row:0,rowOffset:0},to:{column:0,columnOffset:0,row:0,rowOffset:0}}),this._image=M(i,r),this}setSource(i,t){const e=t!=null?t:o.ImageSourceType.URL;return this._image.source=i,this._image.imageSourceType=e,this}getsource(){return this._image.source}getSourceType(){return this._image.imageSourceType}setColumn(i){return this._image.column=i,this}setRow(i){return this._image.row=i,this}setColumnOffset(i){return this._image.columnOffset=i,this}setRowOffset(i){return this._image.rowOffset=i,this}setWidth(i){return this._image.width=i,this}setHeight(i){return this._image.height=i,this}setAnchorType(i){return this._image.anchorType=i,this}setCropTop(i){return this._initializeSrcRect(),this._image.srcRect.top=i,this}setCropLeft(i){return this._initializeSrcRect(),this._image.srcRect.left=i,this}setCropBottom(i){return this._initializeSrcRect(),this._image.srcRect.bottom=i,this}setCropRight(i){return this._initializeSrcRect(),this._image.srcRect.right=i,this}_initializeSrcRect(){this._image.srcRect==null&&(this._image.srcRect={top:0,left:0,bottom:0,right:0})}setRotate(i){return this._image.angle=i,this}setUnitId(i){return this._image.unitId=i,this}setSubUnitId(i){return this._image.subUnitId=i,this}async buildAsync(){const t=this._injector.get(E.IRenderManagerService).getRenderById(this._image.unitId);if(!t)throw new Error(`Render Unit with unitId ${this._image.unitId} not found`);const e=t.with(v.ISheetSelectionRenderService),r=t.with(v.SheetSkeletonManagerService);if(this._image.width===0||this._image.height===0){const n=await I.getImageSize(this._image.source),s=n.width,a=n.height;this._image.width===0&&(this._image.width=s),this._image.height===0&&(this._image.height=a)}return U(this._image,e,r)}};f=R([C(2,o.Inject(o.Injector))],f);let h=class extends o.FBase{constructor(i,t,e){super(),this._image=i,this._commandService=t,this._injector=e}getId(){return this._image.drawingId}getType(){return this._image.drawingType}remove(){return this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[this._image]})}toBuilder(){const i=this._injector.createInstance(f);return i.setImage(this._image),i}setSource(i,t){const e=t!=null?t:o.ImageSourceType.URL;return this._image.source=i,this._image.imageSourceType=e,this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[this._image]})}async setPositionAsync(i,t,e,r){const n=this.toBuilder();n.setColumn(t),n.setRow(i),e!=null&&n.setRowOffset(e),r!=null&&n.setColumnOffset(r);const s=await n.buildAsync();return this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[s]})}async setSizeAsync(i,t){const e=this.toBuilder();e.setWidth(i),e.setHeight(t);const r=await e.buildAsync();return this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[r]})}setCrop(i,t,e,r){return this._image.srcRect==null&&(this._image.srcRect={top:0,left:0,bottom:0,right:0}),i!=null&&(this._image.srcRect.top=i),t!=null&&(this._image.srcRect.left=t),e!=null&&(this._image.srcRect.bottom=e),r!=null&&(this._image.srcRect.right=r),this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[this._image]})}setRotate(i){return this._image.sheetTransform.angle=i,this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._image.unitId,drawings:[this._image]})}setForward(){return this._commandService.syncExecuteCommand(c.SetDrawingArrangeCommand.id,{unitId:this._image.unitId,subUnitId:this._image.subUnitId,drawingIds:[this._image.drawingId],arrangeType:o.ArrangeTypeEnum.forward})}setBackward(){return this._commandService.syncExecuteCommand(c.SetDrawingArrangeCommand.id,{unitId:this._image.unitId,subUnitId:this._image.subUnitId,drawingIds:[this._image.drawingId],arrangeType:o.ArrangeTypeEnum.backward})}setBack(){return this._commandService.syncExecuteCommand(c.SetDrawingArrangeCommand.id,{unitId:this._image.unitId,subUnitId:this._image.subUnitId,drawingIds:[this._image.drawingId],arrangeType:o.ArrangeTypeEnum.back})}setFront(){return this._commandService.syncExecuteCommand(c.SetDrawingArrangeCommand.id,{unitId:this._image.unitId,subUnitId:this._image.subUnitId,drawingIds:[this._image.drawingId],arrangeType:o.ArrangeTypeEnum.front})}};h=R([C(1,o.ICommandService),C(2,o.Inject(o.Injector))],h);class x extends G.FWorksheet{addFloatDomToPosition(t,e){const r=this._workbook.getUnitId(),n=this._worksheet.getSheetId(),{key:s,disposableCollection:a}=p.transformComponentKey(t,this._injector.get(D.ComponentManager)),g=this._injector.get(c.SheetCanvasFloatDomManagerService).addFloatDomToPosition({...t,componentKey:s,unitId:r,subUnitId:n},e);return g?(a.add(g.dispose),{id:g.id,dispose:()=>{a.dispose(),g.dispose()}}):(a.dispose(),null)}addFloatDomToRange(t,e,r,n){const s=this._workbook.getUnitId(),a=this._worksheet.getSheetId(),{key:d,disposableCollection:g}=p.transformComponentKey(e,this._injector.get(D.ComponentManager)),m=this._injector.get(c.SheetCanvasFloatDomManagerService).addFloatDomToRange(t.getRange(),{...e,componentKey:d,unitId:s,subUnitId:a},r,n);return m?(g.add(m.dispose),{id:m.id,dispose:()=>{g.dispose(),m.dispose()}}):(g.dispose(),null)}addFloatDomToColumnHeader(t,e,r,n){const s=this._workbook.getUnitId(),a=this._worksheet.getSheetId(),{key:d,disposableCollection:g}=p.transformComponentKey(e,this._injector.get(D.ComponentManager)),m=this._injector.get(c.SheetCanvasFloatDomManagerService).addFloatDomToColumnHeader(t,{...e,componentKey:d,unitId:s,subUnitId:a},r,n);return m?(g.add(m.dispose),{id:m.id,dispose:()=>{g.dispose(),m.dispose()}}):(g.dispose(),null)}async insertImage(t,e,r,n,s){const a=this.newOverGridImage();if(typeof t=="string")a.setSource(t);else{const u=await t.getBlob().getDataAsString();a.setSource(u,o.ImageSourceType.BASE64)}e!==void 0?a.setColumn(e):a.setColumn(0),r!==void 0?a.setRow(r):a.setRow(0),n!==void 0?a.setColumnOffset(n):a.setColumnOffset(0),s!==void 0?a.setRowOffset(s):a.setRowOffset(0);const d=await a.buildAsync();return this._commandService.syncExecuteCommand(c.InsertSheetDrawingCommand.id,{unitId:this._fWorkbook.getId(),drawings:[d]})}insertImages(t){const e=t.map(r=>(r.unitId=this._fWorkbook.getId(),r.subUnitId=this.getSheetId(),r));return this._commandService.syncExecuteCommand(c.InsertSheetDrawingCommand.id,{unitId:this._fWorkbook.getId(),drawings:e}),this}deleteImages(t){const e=t.map(r=>({unitId:this._fWorkbook.getId(),drawingId:r.getId(),subUnitId:this.getSheetId(),drawingType:r.getType()}));return this._commandService.syncExecuteCommand(c.RemoveSheetDrawingCommand.id,{unitId:this._fWorkbook.getId(),drawings:e}),this}getImages(){const e=this._injector.get(l.ISheetDrawingService).getDrawingData(this._fWorkbook.getId(),this.getSheetId()),r=[];for(const n in e){const s=e[n];s.drawingType===o.DrawingTypeEnum.DRAWING_IMAGE&&r.push(this._injector.createInstance(h,s))}return r}getImageById(t){const r=this._injector.get(l.ISheetDrawingService).getDrawingByParam({unitId:this._fWorkbook.getId(),subUnitId:this.getSheetId(),drawingId:t});return r&&r.drawingType===o.DrawingTypeEnum.DRAWING_IMAGE?this._injector.createInstance(h,r):null}getActiveImages(){const e=this._injector.get(l.ISheetDrawingService).getFocusDrawings(),r=[];for(const n in e){const s=e[n];r.push(this._injector.createInstance(h,s))}return r}updateImages(t){return this._commandService.syncExecuteCommand(c.SetSheetDrawingCommand.id,{unitId:this._fWorkbook.getId(),drawings:t}),this}onImageInserted(t){const e=this._injector.get(l.ISheetDrawingService);return o.toDisposable(e.add$.subscribe(r=>{const n=r.map(s=>this._injector.createInstance(h,e.getDrawingByParam(s)));t(n)}))}onImageDeleted(t){const e=this._injector.get(l.ISheetDrawingService);return o.toDisposable(e.remove$.subscribe(r=>{const n=r.map(s=>this._injector.createInstance(h,e.getDrawingByParam(s)));t(n)}))}onImageChanged(t){const e=this._injector.get(l.ISheetDrawingService);return o.toDisposable(e.update$.subscribe(r=>{const n=r.map(s=>this._injector.createInstance(h,e.getDrawingByParam(s)));t(n)}))}newOverGridImage(){const t=this._fWorkbook.getId(),e=this.getSheetId();return this._injector.createInstance(f,t,e)}}G.FWorksheet.extend(x);class P extends o.FEnum{get DrawingType(){return o.DrawingTypeEnum}get ImageSourceType(){return o.ImageSourceType}get SheetDrawingAnchorType(){return l.SheetDrawingAnchorType}}o.FEnum.extend(P);class W extends o.FEventName{get BeforeOverGridImageChange(){return"BeforeOverGridImageChange"}get OverGridImageChanged(){return"OverGridImageChanged"}get BeforeOverGridImageInsert(){return"BeforeOverGridImageInsert"}get OverGridImageInserted(){return"OverGridImageInserted"}get BeforeOverGridImageRemove(){return"BeforeOverGridImageRemove"}get OverGridImageRemoved(){return"OverGridImageRemoved"}get BeforeOverGridImageSelect(){return"BeforeOverGridImageSelect"}get OverGridImageSelected(){return"OverGridImageSelected"}}o.FEventName.extend(W);class q extends o.FUniver{_initialize(t){const e=t.get(o.ICommandService);this.disposeWithMe(e.beforeCommandExecuted(r=>{switch(r.id){case c.InsertSheetDrawingCommand.id:this._beforeOverGridImageInsert(r.params);break;case c.RemoveSheetDrawingCommand.id:this._beforeOverGridImageRemove(r.params);break;case c.SetSheetDrawingCommand.id:this._beforeOverGridImageChange(r.params);break;case I.SetDrawingSelectedOperation.id:this._beforeOverGridImageSelect(r.params);break}})),this.disposeWithMe(e.onCommandExecuted(r=>{switch(r.id){case c.InsertSheetDrawingCommand.id:this._overGridImageInserted(r.params);break;case c.RemoveSheetDrawingCommand.id:this._overGridImageRemoved(r.params);break;case c.SetSheetDrawingCommand.id:this._overGridImageChanged(r.params);break;case I.SetDrawingSelectedOperation.id:this._overGridImageSelected(r.params);break}}))}_beforeOverGridImageInsert(t){if(!this.hasEventCallback(this.Event.BeforeOverGridImageInsert))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t,n={workbook:e,insertImageParams:r};if(this.fireEvent(this.Event.BeforeOverGridImageInsert,n),n.cancel)throw new Error("Canceled by BeforeOverGridImageInsert event")}_overGridImageInserted(t){if(!this.hasEventCallback(this.Event.OverGridImageInserted))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t;this.fireEvent(this.Event.OverGridImageInserted,{workbook:e,images:this._createFOverGridImage(r)})}_beforeOverGridImageRemove(t){if(!this.hasEventCallback(this.Event.BeforeOverGridImageRemove))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t,n=this._injector.get(I.IDrawingManagerService),s=r.map(d=>n.getDrawingByParam(d)),a={workbook:e,images:this._createFOverGridImage(s)};if(this.fireEvent(this.Event.BeforeOverGridImageRemove,a),a.cancel)throw new Error("Canceled by BeforeOverGridImageRemove event")}_overGridImageRemoved(t){if(!this.hasEventCallback(this.Event.OverGridImageRemoved))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t;this.fireEvent(this.Event.OverGridImageRemoved,{workbook:e,removeImageParams:r})}_beforeOverGridImageChange(t){if(!this.hasEventCallback(this.Event.BeforeOverGridImageChange))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t,n=this._injector.get(I.IDrawingManagerService),s=[];r.forEach(d=>{const g=n.getDrawingByParam(d);g!=null&&s.push({changeParam:d,image:this._injector.createInstance(h,g)})});const a={workbook:e,images:s};if(this.fireEvent(this.Event.BeforeOverGridImageChange,a),a.cancel)throw n.updateNotification(r),new Error("Canceled by BeforeOverGridImageChange event")}_overGridImageChanged(t){if(!this.hasEventCallback(this.Event.OverGridImageChanged))return;const e=this.getActiveWorkbook();if(e==null||t==null)return;const{drawings:r}=t,n=this._injector.get(I.IDrawingManagerService),s=r.map(a=>this._injector.createInstance(h,n.getDrawingByParam(a)));this.fireEvent(this.Event.OverGridImageChanged,{workbook:e,images:s})}_beforeOverGridImageSelect(t){if(!this.hasEventCallback(this.Event.BeforeOverGridImageSelect))return;const e=this._injector.get(I.IDrawingManagerService),r=this.getActiveWorkbook();if(r==null)return;const n=e.getFocusDrawings(),s=t.map(d=>e.getDrawingByParam(d)),a={workbook:r,selectedImages:this._createFOverGridImage(s),oldSelectedImages:this._createFOverGridImage(n)};if(this.fireEvent(this.Event.BeforeOverGridImageSelect,a),a.cancel)throw new Error("Canceled by BeforeOverGridImageSelect event")}_overGridImageSelected(t){if(!this.hasEventCallback(this.Event.OverGridImageSelected))return;const e=this.getActiveWorkbook(),r=this._injector.get(I.IDrawingManagerService);if(e==null)return;const n=t.map(s=>r.getDrawingByParam(s));this.fireEvent(this.Event.OverGridImageSelected,{workbook:e,selectedImages:this._createFOverGridImage(n)})}_createFOverGridImage(t){return t.map(e=>this._injector.createInstance(h,e))}}o.FUniver.extend(q);
|
package/lib/cjs/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var Bt=Object.defineProperty;var xt=(i,r,t)=>r in i?Bt(i,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[r]=t;var z=(i,r,t)=>xt(i,typeof r!="symbol"?r+"":r,t);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const l=require("@univerjs/core"),Mt=require("@univerjs/docs-drawing"),P=require("@univerjs/drawing"),me=require("@univerjs/drawing-ui"),j=require("@univerjs/engine-render"),p=require("@univerjs/sheets-drawing"),U=require("@univerjs/sheets-ui"),H=require("@univerjs/ui"),W=require("rxjs"),_=require("@univerjs/sheets"),q=require("react"),Tt=require("@univerjs/docs-ui"),ne=require("@univerjs/design"),Lt="sheets-drawing-ui.config",Dt={},G={id:"sheet.operation.clear-drawing-transformer",type:l.CommandType.MUTATION,handler:(i,r)=>{const t=i.get(j.IRenderManagerService);return r.forEach(e=>{var n,o;(o=(n=t.getRenderById(e))==null?void 0:n.scene.getTransformer())==null||o.debounceRefreshControls()}),!0}},Ue={id:"sheet.command.remove-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{var D,y,T;const t=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),n=i.get(_.SheetInterceptorService),o=i.get(p.ISheetDrawingService);if(!r)return!1;const{drawings:s}=r,a=[];s.forEach(C=>{const{unitId:M}=C;a.push(M)});const d=o.getBatchRemoveOp(s),{unitId:m,subUnitId:u,undo:c,redo:g,objects:h}=d,f=n.onCommandExecute({id:Ue.id,params:r}),S={id:p.SetDrawingApplyMutation.id,params:{unitId:m,subUnitId:u,op:g,objects:h,type:p.DrawingApplyType.REMOVE}},w={id:p.SetDrawingApplyMutation.id,params:{unitId:m,subUnitId:u,op:c,objects:h,type:p.DrawingApplyType.INSERT}};return l.sequenceExecute([...(D=f.preRedos)!=null?D:[],S,...f.redos],t)?(e.pushUndoRedo({unitID:m,undoMutations:[...(y=f.preUndos)!=null?y:[],w,...f.undos,{id:G.id,params:a}],redoMutations:[...(T=f.preRedos)!=null?T:[],S,...f.redos,{id:G.id,params:a}]}),!0):!1}},bt="COMPONENT_SHEET_DRAWING_PANEL",mt={id:"sidebar.operation.sheet-image",type:l.CommandType.COMMAND,handler:async(i,r)=>{const t=i.get(H.ISidebarService),e=i.get(l.LocaleService),n=i.get(l.IUniverInstanceService),o=i.get(l.ICommandService);if(!_.getSheetCommandTarget(n))return!1;switch(r.value){case"open":t.open({header:{title:e.t("sheetImage.panel.title")},children:{label:bt},onClose:()=>{o.syncExecuteCommand(P.SetDrawingSelectedOperation.id,[])},width:360});break;case"close":default:t.close();break}return!0}},pt={id:"sheet.operation.edit-sheet-image",type:l.CommandType.OPERATION,handler:(i,r)=>{const t=i.get(l.ICommandService);return r==null?!1:(t.syncExecuteCommand(P.SetDrawingSelectedOperation.id,[r]),t.executeCommand(mt.id,{value:"open"}),!0)}};var ct={exports:{}},Ee={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* react-jsx-runtime.production.min.js
|
|
4
4
|
*
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var ze;function ht(){if(ze)return oe;ze=1;var i=Y,r=Symbol.for("react.element"),t=Symbol.for("react.fragment"),e=Object.prototype.hasOwnProperty,n=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function s(c,d,m){var l,a={},h=null,g=null;m!==void 0&&(h=""+m),d.key!==void 0&&(h=""+d.key),d.ref!==void 0&&(g=d.ref);for(l in d)e.call(d,l)&&!o.hasOwnProperty(l)&&(a[l]=d[l]);if(c&&c.defaultProps)for(l in d=c.defaultProps,d)a[l]===void 0&&(a[l]=d[l]);return{$$typeof:r,type:c,key:h,ref:g,props:a,_owner:n.current}}return oe.Fragment=t,oe.jsx=s,oe.jsxs=s,oe}var Ke;function mt(){return Ke||(Ke=1,be.exports=ht()),be.exports}var k=mt();const pt="univer-upload-loading",ft="univer-upload-loading-body",wt="univer-upload-loading-body-animation",St="univer-UniverCircleAnimation",_t="univer-upload-loading-body-text",ge={uploadLoading:pt,uploadLoadingBody:ft,uploadLoadingBodyAnimation:wt,univerCircleAnimation:St,uploadLoadingBodyText:_t},vt=()=>{const i=u.useDependency(E.IImageIoService),r=u.useDependency(u.LocaleService),[t,e]=Y.useState(0);return Y.useEffect(()=>{const n=i.change$.subscribe(o=>{e(o)});return()=>{n.unsubscribe()}},[i]),k.jsx("div",{style:{display:t>0?"block":"none"},className:ge.uploadLoading,children:k.jsxs("div",{className:ge.uploadLoadingBody,children:[k.jsx("div",{className:ge.uploadLoadingBodyAnimation}),k.jsx("div",{className:ge.uploadLoadingBodyText,children:`${r.t("uploadLoading.loading")}: ${t}`})]})})};var It=Object.defineProperty,Dt=Object.getOwnPropertyDescriptor,Ct=(i,r,t,e)=>{for(var n=e>1?void 0:e?Dt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&It(r,t,n),n},J=(i,r)=>(t,e)=>r(t,e,i);let Se=class extends u.RxDisposable{constructor(r,t,e,n,o,s,c,d){super();V(this,"_initImagePopupMenu",new Set);this._injector=r,this._drawingManagerService=t,this._canvasPopManagerService=e,this._renderManagerService=n,this._univerInstanceService=o,this._contextService=s,this._uiPartsService=c,this._commandService=d,this._init()}_init(){this._univerInstanceService.getCurrentTypeOfUnit$(u.UniverInstanceType.UNIVER_SHEET).pipe(N.takeUntil(this.dispose$)).subscribe(r=>this._create(r)),this._univerInstanceService.getTypeOfUnitDisposed$(u.UniverInstanceType.UNIVER_SHEET).pipe(N.takeUntil(this.dispose$)).subscribe(r=>this._dispose(r)),this._univerInstanceService.getAllUnitsForType(u.UniverInstanceType.UNIVER_SHEET).forEach(r=>this._create(r)),this._uiPartsService.registerComponent(G.BuiltInUIPart.CONTENT,()=>u.connectInjector(vt,this._injector))}_dispose(r){const t=r.getUnitId();this._renderManagerService.removeRender(t)}_create(r){if(!r)return;const t=r.getUnitId();this._renderManagerService.has(t)&&!this._initImagePopupMenu.has(t)&&(this._popupMenuListener(t),this._initImagePopupMenu.add(t))}_hasCropObject(r){const t=r.getAllObjectsByOrder();for(const e of t)if(e instanceof ee.ImageCropperObject)return!0;return!1}_popupMenuListener(r){var o;const t=(o=this._renderManagerService.getRenderById(r))==null?void 0:o.scene;if(!t)return;const e=t.getTransformerByCreate();if(!e)return;let n;this.disposeWithMe(u.toDisposable(e.createControl$.subscribe(()=>{if(this._contextService.setContextValue(u.FOCUSING_COMMON_DRAWINGS,!0),this._hasCropObject(t))return;const s=e.getSelectedObjectMap();if(s.size>1){n==null||n.dispose();return}const c=s.values().next().value;if(!c)return;const d=c.oKey,m=this._drawingManagerService.getDrawingOKey(d);if(!m)return;const{unitId:l,subUnitId:a,drawingId:h,drawingType:g}=m,f=m.data;if(f&&f.disablePopup)return;n==null||n.dispose();const w=this._canvasPopManagerService.getFeatureMenu(l,a,h,g);n=this.disposeWithMe(this._canvasPopManagerService.attachPopupToObject(c,{componentKey:ee.COMPONENT_IMAGE_POPUP_MENU,direction:"horizontal",offset:[2,0],extraProps:{menuItems:w||this._getImageMenuItems(l,a,h,g)}}))}))),this.disposeWithMe(e.clearControl$.subscribe(()=>{n==null||n.dispose(),this._contextService.setContextValue(u.FOCUSING_COMMON_DRAWINGS,!1),this._commandService.syncExecuteCommand(E.SetDrawingSelectedOperation.id,[])})),this.disposeWithMe(this._contextService.contextChanged$.subscribe(s=>{s[u.FOCUSING_COMMON_DRAWINGS]===!1&&(n==null||n.dispose())})),this.disposeWithMe(e.changing$.subscribe(()=>{n==null||n.dispose()}))}_getImageMenuItems(r,t,e,n){return[{label:"image-popup.edit",index:0,commandId:We.id,commandParams:{unitId:r,subUnitId:t,drawingId:e},disable:n===u.DrawingTypeEnum.DRAWING_DOM},{label:"image-popup.delete",index:1,commandId:ce.id,commandParams:{unitId:r,drawings:[{unitId:r,subUnitId:t,drawingId:e}]},disable:!1},{label:"image-popup.crop",index:2,commandId:ee.OpenImageCropOperation.id,commandParams:{unitId:r,subUnitId:t,drawingId:e},disable:n===u.DrawingTypeEnum.DRAWING_DOM},{label:"image-popup.reset",index:3,commandId:ee.ImageResetSizeOperation.id,commandParams:[{unitId:r,subUnitId:t,drawingId:e}],disable:n===u.DrawingTypeEnum.DRAWING_DOM}]}};Se=Ct([J(0,u.Inject(u.Injector)),J(1,E.IDrawingManagerService),J(2,u.Inject(P.SheetCanvasPopManagerService)),J(3,U.IRenderManagerService),J(4,u.IUniverInstanceService),J(5,u.IContextService),J(6,u.Inject(G.IUIPartsService)),J(7,u.ICommandService)],Se);function F(i,r,t){const{from:e,to:n,flipY:o=!1,flipX:s=!1,angle:c=0,skewX:d=0,skewY:m=0}=i,l=t.getCurrent();if(l==null)return;const a=P.convertPositionSheetOverGridToAbsolute(l.unitId,l.sheetId,{from:e,to:n},t);let{left:h,top:g,width:f,height:w}=a;const S=t.getCurrentSkeleton(),I=S.rowHeaderWidth+S.columnTotalWidth,y=S.columnHeaderHeight+S.rowTotalHeight;return h+f>I&&(h=I-f),g+w>y&&(g=y-w),{flipY:o,flipX:s,angle:c,skewX:d,skewY:m,left:h,top:g,width:f,height:w}}function $(i,r){const{left:t=0,top:e=0,width:n=0,height:o=0,flipY:s=!1,flipX:c=!1,angle:d=0,skewX:m=0,skewY:l=0}=i,a=r.getCellWithCoordByOffset(t,e);if(a==null)return;const h={column:a.actualColumn,columnOffset:U.precisionTo(t-a.startX,1),row:a.actualRow,rowOffset:U.precisionTo(e-a.startY,1)},g=r.getCellWithCoordByOffset(t+n,e+o);if(g==null)return;const f={column:g.actualColumn,columnOffset:U.precisionTo(t+n-g.startX,1),row:g.actualRow,rowOffset:U.precisionTo(e+o-g.startY,1)};return{flipY:s,flipX:c,angle:d,skewX:m,skewY:l,from:h,to:f}}var yt=Object.defineProperty,Mt=Object.getOwnPropertyDescriptor,Rt=(i,r,t,e)=>{for(var n=e>1?void 0:e?Mt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&yt(r,t,n),n},he=(i,r)=>(t,e)=>r(t,e,i);let Pe=class extends u.Disposable{constructor(i,r,t,e,n){super(),this._context=i,this._sheetDrawingService=r,this._drawingManagerService=t,this._sheetSelectionRenderService=e,this._sheetSkeletonManagerService=n,this._init()}_init(){this._drawingInitializeListener()}_drawingInitializeListener(){this._sheetDrawingService.initializeNotification(this._context.unitId);const i=this._sheetDrawingService.getDrawingDataForUnit(this._context.unitId);for(const r in i){const t=i[r];for(const e in t.data){const n=t.data[e];n.transform=F(n.sheetTransform,this._sheetSelectionRenderService,this._sheetSkeletonManagerService)}}this._drawingManagerService.registerDrawingData(this._context.unitId,this._sheetDrawingService.getDrawingDataForUnit(this._context.unitId)),this._drawingManagerService.initializeNotification(this._context.unitId)}};Pe=Rt([he(1,p.ISheetDrawingService),he(2,E.IDrawingManagerService),he(3,u.Inject(P.ISheetSelectionRenderService)),he(4,u.Inject(P.SheetSkeletonManagerService))],Pe);function Tt(i){const r=[];return i.forEach(t=>{const{parent:e,children:n}=t,{unitId:o,subUnitId:s,drawingId:c}=e,d=U.getGroupState(0,0,n.map(a=>a.transform||{})),m=n.map(a=>{const h=a.transform||{left:0,top:0},{unitId:g,subUnitId:f,drawingId:w}=a;return{unitId:g,subUnitId:f,drawingId:w,transform:{...h,left:h.left-d.left,top:h.top-d.top},groupId:c}}),l={unitId:o,subUnitId:s,drawingId:c,drawingType:u.DrawingTypeEnum.DRAWING_GROUP,transform:d};r.push({parent:l,children:m})}),r}function bt(i){const r=[];return i.forEach(t=>{const{parent:e,children:n}=t,{unitId:o,subUnitId:s,drawingId:c,transform:d={width:0,height:0}}=e;if(d==null)return;const m=n.map(a=>{const{transform:h}=a,{unitId:g,subUnitId:f,drawingId:w}=a,S=U.transformObjectOutOfGroup(h||{},d,d.width||0,d.height||0);return{unitId:g,subUnitId:f,drawingId:w,transform:S,groupId:void 0}}),l={unitId:o,subUnitId:s,drawingId:c,drawingType:u.DrawingTypeEnum.DRAWING_GROUP,transform:{left:0,top:0}};r.push({parent:l,children:m})}),r}const Le={id:"sheet.command.group-sheet-image",type:u.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(u.ICommandService),e=i.get(u.IUndoRedoService),n=i.get(p.ISheetDrawingService);if(!r)return!1;const o=[];r.forEach(({parent:g,children:f})=>{o.push(g.unitId),f.forEach(w=>{o.push(w.unitId)})});const s=n.getGroupDrawingOp(r),{unitId:c,subUnitId:d,undo:m,redo:l,objects:a}=s;return t.syncExecuteCommand(p.SetDrawingApplyMutation.id,{op:l,unitId:c,subUnitId:d,objects:a,type:p.DrawingApplyType.GROUP})?(e.pushUndoRedo({unitID:c,undoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:m,unitId:c,subUnitId:d,objects:bt(a),type:p.DrawingApplyType.UNGROUP}},{id:x.id,params:o}],redoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:l,unitId:c,subUnitId:d,objects:a,type:p.DrawingApplyType.GROUP}},{id:x.id,params:o}]}),!0):!1}},de={id:"sheet.command.insert-sheet-image",type:u.CommandType.COMMAND,handler:(i,r)=>{var y,C,T;const t=i.get(u.ICommandService),e=i.get(u.IUndoRedoService),n=i.get(p.ISheetDrawingService),o=i.get(_.SheetInterceptorService);if(!r)return!1;const s=r.drawings,c=s.map(D=>D.unitId),d=n.getBatchAddOp(s),{unitId:m,subUnitId:l,undo:a,redo:h,objects:g}=d,f=o.onCommandExecute({id:de.id,params:r}),w={id:p.SetDrawingApplyMutation.id,params:{op:h,unitId:m,subUnitId:l,objects:g,type:p.DrawingApplyType.INSERT}},S={id:p.SetDrawingApplyMutation.id,params:{op:a,unitId:m,subUnitId:l,objects:g,type:p.DrawingApplyType.REMOVE}};return u.sequenceExecute([...(y=f.preRedos)!=null?y:[],w,...f.redos],t)?(e.pushUndoRedo({unitID:m,undoMutations:[...(C=f.preUndos)!=null?C:[],S,...f.undos,{id:x.id,params:c}],redoMutations:[...(T=f.preRedos)!=null?T:[],w,...f.redos,{id:x.id,params:c}]}),!0):!1}},xe={id:"sheet.command.set-drawing-arrange",type:u.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(u.ICommandService),e=i.get(u.IUndoRedoService);if(!r)return!1;const n=i.get(p.ISheetDrawingService),{unitId:o,subUnitId:s,drawingIds:c,arrangeType:d}=r,m={unitId:o,subUnitId:s,drawingIds:c};let l;if(d===u.ArrangeTypeEnum.forward?l=n.getForwardDrawingsOp(m):d===u.ArrangeTypeEnum.backward?l=n.getBackwardDrawingOp(m):d===u.ArrangeTypeEnum.front?l=n.getFrontDrawingsOp(m):d===u.ArrangeTypeEnum.back&&(l=n.getBackDrawingsOp(m)),l==null)return!1;const{objects:a,redo:h,undo:g}=l;return t.syncExecuteCommand(p.SetDrawingApplyMutation.id,{op:h,unitId:o,subUnitId:s,objects:a,type:p.DrawingApplyType.ARRANGE})?(e.pushUndoRedo({unitID:o,undoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:g,unitId:o,subUnitId:s,objects:a,type:p.DrawingApplyType.ARRANGE}}],redoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:h,unitId:o,subUnitId:s,objects:a,type:p.DrawingApplyType.ARRANGE}}]}),!0):!1}},le={id:"sheet.command.set-sheet-image",type:u.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(u.ICommandService),e=i.get(u.IUndoRedoService),n=i.get(p.ISheetDrawingService);if(!r)return!1;const{drawings:o}=r,s=n.getBatchUpdateOp(o),{unitId:c,subUnitId:d,undo:m,redo:l,objects:a}=s;return t.syncExecuteCommand(p.SetDrawingApplyMutation.id,{unitId:c,subUnitId:d,op:l,objects:a,type:p.DrawingApplyType.UPDATE})?(e.pushUndoRedo({unitID:c,undoMutations:[{id:p.SetDrawingApplyMutation.id,params:{unitId:c,subUnitId:d,op:m,objects:a,type:p.DrawingApplyType.UPDATE}},{id:x.id,params:[c]}],redoMutations:[{id:p.SetDrawingApplyMutation.id,params:{unitId:c,subUnitId:d,op:l,objects:a,type:p.DrawingApplyType.UPDATE}},{id:x.id,params:[c]}]}),!0):!1}},Be={id:"sheet.command.ungroup-sheet-image",type:u.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(u.ICommandService),e=i.get(u.IUndoRedoService),n=i.get(p.ISheetDrawingService);if(!r)return!1;const o=[];r.forEach(({parent:g,children:f})=>{o.push(g.unitId),f.forEach(w=>{o.push(w.unitId)})});const s=n.getUngroupDrawingOp(r),{unitId:c,subUnitId:d,undo:m,redo:l,objects:a}=s;return t.syncExecuteCommand(p.SetDrawingApplyMutation.id,{op:l,unitId:c,subUnitId:d,objects:a,type:p.DrawingApplyType.UNGROUP})?(e.pushUndoRedo({unitID:c,undoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:m,unitId:c,subUnitId:d,objects:Tt(a),type:p.DrawingApplyType.GROUP}},{id:x.id,params:o}],redoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:l,unitId:c,subUnitId:d,objects:a,type:p.DrawingApplyType.UNGROUP}},{id:x.id,params:o}]}),!0):!1}};var Et=Object.defineProperty,Ot=Object.getOwnPropertyDescriptor,At=(i,r,t,e)=>{for(var n=e>1?void 0:e?Ot(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Et(r,t,n),n},X=(i,r)=>(t,e)=>r(t,e,i);function Pt(i,r,t){const e=t*Math.PI/180,n=Math.abs(i*Math.cos(e))+Math.abs(r*Math.sin(e)),o=Math.abs(i*Math.sin(e))+Math.abs(r*Math.cos(e));return{rotatedWidth:n,rotatedHeight:o}}function et(i,r,t,e,n){var y;const{rotatedHeight:o,rotatedWidth:s}=Pt(t,e,n),d=i.get(U.IRenderManagerService).getRenderById(r.unitId);if(!d)return!1;const l=(y=d.with(P.SheetSkeletonManagerService).getWorksheetSkeleton(r.subUnitId))==null?void 0:y.skeleton;if(l==null)return!1;const a=l.getCellByIndex(r.row,r.col),h=a.mergeInfo.endX-a.mergeInfo.startX-2,g=a.mergeInfo.endY-a.mergeInfo.startY-2,f=s/o,S=Math.ceil(Math.min(h,g*f))/s,I=!S||Number.isNaN(S)?.001:S;return{width:t*I,height:e*I}}let ae=class extends u.Disposable{constructor(r,t,e,n,o,s,c,d,m,l,a,h,g){super();V(this,"_workbookSelections");this._context=r,this._skeletonManagerService=t,this._commandService=e,this._selectionRenderService=n,this._imageIoService=o,this._fileOpenerService=s,this._sheetDrawingService=c,this._drawingManagerService=d,this._contextService=m,this._messageService=l,this._localeService=a,this._injector=g,this._workbookSelections=h.getWorkbookSelections(this._context.unitId),this._updateImageListener(),this._updateOrderListener(),this._groupDrawingListener(),this._focusDrawingListener()}async insertFloatImage(){const r=await this._fileOpenerService.openFile({multiple:!0,accept:E.DRAWING_IMAGE_ALLOW_IMAGE_LIST.map(e=>`.${e.replace("image/","")}`).join(",")}),t=r.length;return t>E.DRAWING_IMAGE_COUNT_LIMIT?(this._messageService.show({type:K.MessageType.Error,content:this._localeService.t("update-status.exceedMaxCount",String(E.DRAWING_IMAGE_COUNT_LIMIT))}),!1):t===0?!1:(r.forEach(async e=>await this._insertFloatImage(e)),!0)}async insertCellImage(){const t=(await this._fileOpenerService.openFile({multiple:!1,accept:E.DRAWING_IMAGE_ALLOW_IMAGE_LIST.map(e=>`.${e.replace("image/","")}`).join(",")}))[0];return t?(await this._insertCellImage(t),!0):!1}async _insertFloatImage(r){let t;try{t=await this._imageIoService.saveImage(r)}catch(y){const C=y.message;C===E.ImageUploadStatusType.ERROR_EXCEED_SIZE?this._messageService.show({type:K.MessageType.Error,content:this._localeService.t("update-status.exceedMaxSize",String(E.DRAWING_IMAGE_ALLOW_SIZE/(1024*1024)))}):C===E.ImageUploadStatusType.ERROR_IMAGE_TYPE?this._messageService.show({type:K.MessageType.Error,content:this._localeService.t("update-status.invalidImageType")}):C===E.ImageUploadStatusType.ERROR_IMAGE&&this._messageService.show({type:K.MessageType.Error,content:this._localeService.t("update-status.invalidImage")})}if(t==null)return;const e=this._getUnitInfo(),{unitId:n,subUnitId:o}=e,{imageId:s,imageSourceType:c,source:d,base64Cache:m}=t,{width:l,height:a,image:h}=await E.getImageSize(m||""),{width:g,height:f}=this._context.scene;this._imageIoService.addImageSourceCache(d,c,h);let w=1;if(l>E.DRAWING_IMAGE_WIDTH_LIMIT||a>E.DRAWING_IMAGE_HEIGHT_LIMIT){const y=E.DRAWING_IMAGE_WIDTH_LIMIT/l,C=E.DRAWING_IMAGE_HEIGHT_LIMIT/a;w=Math.max(y,C)}const S=this._getImagePosition(l*w,a*w,g,f);if(S==null)return;const I={unitId:n,subUnitId:o,drawingId:s,drawingType:u.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType:c,source:d,transform:F(S,this._selectionRenderService,this._skeletonManagerService),sheetTransform:S};this._commandService.executeCommand(de.id,{unitId:n,drawings:[I]})}async _insertCellImage(r){let t;try{t=await this._imageIoService.saveImage(r)}catch(S){const I=S.message;I===E.ImageUploadStatusType.ERROR_EXCEED_SIZE?this._messageService.show({type:K.MessageType.Error,content:this._localeService.t("update-status.exceedMaxSize",String(E.DRAWING_IMAGE_ALLOW_SIZE/(1024*1024)))}):I===E.ImageUploadStatusType.ERROR_IMAGE_TYPE?this._messageService.show({type:K.MessageType.Error,content:this._localeService.t("update-status.invalidImageType")}):I===E.ImageUploadStatusType.ERROR_IMAGE&&this._messageService.show({type:K.MessageType.Error,content:this._localeService.t("update-status.invalidImage")})}if(t==null)return;const{imageId:e,imageSourceType:n,source:o,base64Cache:s}=t,{width:c,height:d,image:m}=await E.getImageSize(s||"");this._imageIoService.addImageSourceCache(o,n,m);const l=this._workbookSelections.getCurrentLastSelection();if(!l)return!1;const a=u.createDocumentModelWithStyle("",{}),h=et(this._injector,{unitId:this._context.unitId,subUnitId:this._context.unit.getActiveSheet().getSheetId(),row:l.primary.actualRow,col:l.primary.actualColumn},c,d,0);if(!h)return!1;const g={size:{width:h.width,height:h.height},positionH:{relativeFrom:u.ObjectRelativeFromH.PAGE,posOffset:0},positionV:{relativeFrom:u.ObjectRelativeFromV.PARAGRAPH,posOffset:0},angle:0},f={unitId:a.getUnitId(),subUnitId:a.getUnitId(),drawingId:e,drawingType:u.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType:n,source:o,transform:Ze.docDrawingPositionToTransform(g),docTransform:g,behindDoc:u.BooleanNumber.FALSE,title:"",description:"",layoutType:u.PositionedObjectLayoutType.INLINE,wrapText:u.WrapTextType.BOTH_SIDES,distB:0,distL:0,distR:0,distT:0},w=u.BuildTextUtils.drawing.add({documentDataModel:a,drawings:[f],selection:{collapsed:!0,startOffset:0,endOffset:0}});return w?(a.apply(w),this._commandService.syncExecuteCommand(_.SetRangeValuesCommand.id,{value:{[l.primary.actualRow]:{[l.primary.actualColumn]:{p:a.getSnapshot(),t:1}}}})):!1}_getUnitInfo(){const r=this._context.unit,t=r.getActiveSheet(),e=r.getUnitId(),n=t.getSheetId();return{unitId:e,subUnitId:n}}_getImagePosition(r,t,e,n){const o=this._workbookSelections.getCurrentSelections();let s={startRow:0,endRow:0,startColumn:0,endColumn:0};o&&o.length>0&&(s=o[o.length-1].range);const c=P.attachRangeWithCoord(this._skeletonManagerService.getCurrent().skeleton,s);if(c==null)return;let{startColumn:d,startRow:m,startX:l,startY:a}=c,h=!1;if(l+r>e&&(l=e-r,l<0&&(l=0,r=e),h=!0),a+t>n&&(a=n-t,a<0&&(a=0,t=n),h=!0),h){const S=this._selectionRenderService.getCellWithCoordByOffset(l,a);if(S==null)return;l=S.startX,a=S.startY,d=S.actualColumn,m=S.actualRow}const g={column:d,columnOffset:0,row:m,rowOffset:0},f=this._selectionRenderService.getCellWithCoordByOffset(l+r,a+t);if(f==null)return;const w={column:f.actualColumn,columnOffset:l+r-f.startX,row:f.actualRow,rowOffset:a+t-f.startY};return{from:g,to:w}}_updateOrderListener(){this.disposeWithMe(this._drawingManagerService.featurePluginOrderUpdate$.subscribe(r=>{const{unitId:t,subUnitId:e,drawingIds:n,arrangeType:o}=r;this._commandService.executeCommand(xe.id,{unitId:t,subUnitId:e,drawingIds:n,arrangeType:o})}))}_updateImageListener(){this.disposeWithMe(this._drawingManagerService.featurePluginUpdate$.subscribe(r=>{const t=[];r.length!==0&&(r.forEach(e=>{const{unitId:n,subUnitId:o,drawingId:s,drawingType:c,transform:d}=e;if(d==null)return;const m=this._sheetDrawingService.getDrawingByParam({unitId:n,subUnitId:o,drawingId:s});if(m==null||m.unitId!==this._context.unitId)return;const l=$({...m.transform,...d},this._selectionRenderService);if(l==null)return;const a={...e,transform:{...m.transform,...d,...F(l,this._selectionRenderService,this._skeletonManagerService)},sheetTransform:{...l}};t.push(a)}),t.length>0&&this._commandService.executeCommand(le.id,{unitId:r[0].unitId,drawings:t}))}))}_groupDrawingListener(){this.disposeWithMe(this._drawingManagerService.featurePluginGroupUpdate$.subscribe(r=>{this._commandService.executeCommand(Le.id,r);const{unitId:t,subUnitId:e,drawingId:n}=r[0].parent;this._commandService.syncExecuteCommand(E.SetDrawingSelectedOperation.id,[{unitId:t,subUnitId:e,drawingId:n}])})),this.disposeWithMe(this._drawingManagerService.featurePluginUngroupUpdate$.subscribe(r=>{this._commandService.executeCommand(Be.id,r)}))}_focusDrawingListener(){this.disposeWithMe(this._drawingManagerService.focus$.subscribe(r=>{r==null||r.length===0?(this._contextService.setContextValue(u.FOCUSING_COMMON_DRAWINGS,!1),this._sheetDrawingService.focusDrawing([])):(this._contextService.setContextValue(u.FOCUSING_COMMON_DRAWINGS,!0),this._sheetDrawingService.focusDrawing(r))}))}};ae=At([X(1,u.Inject(P.SheetSkeletonManagerService)),X(2,u.ICommandService),X(3,P.ISheetSelectionRenderService),X(4,E.IImageIoService),X(5,G.ILocalFileService),X(6,p.ISheetDrawingService),X(7,E.IDrawingManagerService),X(8,u.IContextService),X(9,G.IMessageService),X(10,u.Inject(u.LocaleService)),X(11,u.Inject(_.SheetsSelectionsService)),X(12,u.Inject(u.Injector))],ae);var Ut=Object.defineProperty,Nt=Object.getOwnPropertyDescriptor,jt=(i,r,t,e)=>{for(var n=e>1?void 0:e?Nt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Ut(r,t,n),n},ne=(i,r)=>(t,e)=>r(t,e,i);function Ue(i,r,t){var e,n,o,s;if(((n=(e=t==null?void 0:t.p)==null?void 0:e.body)==null?void 0:n.dataStream.length)===3&&((s=(o=t.p)==null?void 0:o.drawingsOrder)==null?void 0:s.length)===1){const c=t.p.drawings[t.p.drawingsOrder[0]],d=et(i,{unitId:r.unitId,subUnitId:r.subUnitId,row:r.row,col:r.col},c.docTransform.size.width,c.docTransform.size.height,c.docTransform.angle);if(d)return c.transform.width=d.width,c.transform.height=d.height,c.docTransform.size.width=d.width,c.docTransform.size.height=d.height,c.transform.left=0,c.transform.top=0,c.docTransform.positionH.posOffset=0,c.docTransform.positionV.posOffset=0,t.p.documentStyle.pageSize.width=1/0,t.p.documentStyle.pageSize.height=1/0,!0}return!1}let _e=class extends u.Disposable{constructor(i,r,t,e,n,o,s){super(),this._commandService=i,this._sheetInterceptorService=r,this._univerInstanceService=t,this._injector=e,this._drawingManagerService=n,this._docDrawingController=o,this._editorBridgeService=s,this._initHandleResize(),this._handleInitEditor(),this._handleWriteCell(),this._initCellContentInterceptor()}_initHandleResize(){this.disposeWithMe(this._commandService.onCommandExecuted(i=>{let r,t=[];if(i.id===_.SetWorksheetRowHeightMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===_.SetWorksheetColWidthMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===_.SetWorksheetRowIsAutoHeightMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===_.SetWorksheetRowAutoHeightMutation.id){const e=i.params;r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId}),t=e.rowsAutoHeightInfo.map(n=>({startRow:n.row,endRow:n.row,startColumn:0,endColumn:9999}))}else if(i.id===_.AddWorksheetMergeMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===_.RemoveWorksheetMergeMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}r&&t.length&&t.forEach(e=>{const n=u.Range.transformRange(e,r.worksheet);for(let o=n.startRow;o<=n.endRow;o++)for(let s=n.startColumn;s<=n.endColumn;s++)Ue(this._injector,{unitId:r.unitId,subUnitId:r.subUnitId,row:o,col:s},r.worksheet.getCellRaw(o,s))})}))}_handleInitEditor(){this.disposeWithMe(this._editorBridgeService.visible$.subscribe(i=>{i.visible?i.visible&&(this._drawingManagerService.removeDrawingDataForUnit(u.DOCS_NORMAL_EDITOR_UNIT_ID_KEY),this._docDrawingController.loadDrawingDataForUnit(u.DOCS_NORMAL_EDITOR_UNIT_ID_KEY),this._drawingManagerService.initializeNotification(u.DOCS_NORMAL_EDITOR_UNIT_ID_KEY)):this._drawingManagerService.removeDrawingDataForUnit(u.DOCS_NORMAL_EDITOR_UNIT_ID_KEY)})),this.disposeWithMe(this._commandService.onCommandExecuted(i=>{i.id===Ze.ReplaceSnapshotCommand.id&&i.params.unitId===u.DOCS_ZEN_EDITOR_UNIT_ID_KEY&&(this._drawingManagerService.removeDrawingDataForUnit(u.DOCS_ZEN_EDITOR_UNIT_ID_KEY),this._docDrawingController.loadDrawingDataForUnit(u.DOCS_ZEN_EDITOR_UNIT_ID_KEY),this._drawingManagerService.initializeNotification(u.DOCS_ZEN_EDITOR_UNIT_ID_KEY))}))}_handleWriteCell(){this.disposeWithMe(this._sheetInterceptorService.writeCellInterceptor.intercept(_.AFTER_CELL_EDIT,{priority:9999,handler:(i,r,t)=>(Ue(this._injector,{unitId:r.unitId,subUnitId:r.subUnitId,row:r.row,col:r.col},i),t(i))}))}_initCellContentInterceptor(){this.disposeWithMe(this._sheetInterceptorService.intercept(_.INTERCEPTOR_POINT.CELL_CONTENT,{effect:u.InterceptorEffectEnum.Style,priority:_.InterceptCellContentPriority.CELL_IMAGE,handler:(i,r,t)=>{var e;return i!=null&&i.p&&((e=i.p.drawingsOrder)!=null&&e.length)&&(i.interceptorStyle||(i.interceptorStyle={}),i.interceptorStyle.tr={a:0}),t(i)}}))}};_e=jt([ne(0,u.ICommandService),ne(1,u.Inject(_.SheetInterceptorService)),ne(2,u.IUniverInstanceService),ne(3,u.Inject(u.Injector)),ne(4,E.IDrawingManagerService),ne(5,u.Inject(Je.DocDrawingController)),ne(6,u.Inject(P.IEditorBridgeService))],_e);var Wt=Object.defineProperty,Lt=Object.getOwnPropertyDescriptor,xt=(i,r,t,e)=>{for(var n=e>1?void 0:e?Lt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Wt(r,t,n),n},qe=(i,r)=>(t,e)=>r(t,e,i);let ve=class extends u.Disposable{constructor(i,r){super(),this._autoFillService=i,this._injector=r,this._initAutoFillHooks()}_initAutoFillHooks(){this.disposeWithMe(this._autoFillService.addHook({id:"sheet-cell-image-autofill",onBeforeSubmit:(i,r,t,e)=>{new u.ObjectMatrix(e).forValue((n,o,s)=>{Ue(this._injector,{unitId:i.unitId,subUnitId:i.subUnitId,row:n,col:o},s)})}}))}};ve=xt([qe(0,u.Inject(P.IAutoFillService)),qe(1,u.Inject(u.Injector))],ve);var Bt=Object.defineProperty,$t=Object.getOwnPropertyDescriptor,Gt=(i,r,t,e)=>{for(var n=e>1?void 0:e?$t(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Bt(r,t,n),n},me=(i,r)=>(t,e)=>r(t,e,i);let Ie=class extends u.Disposable{constructor(r,t,e,n){super();V(this,"_isSetCursor",!1);this._hoverManagerService=r,this._renderManagerService=t,this._selectionsService=e,this._drawingRenderService=n}_initHover(){}_initImageClick(){}};Ie=Gt([me(0,u.Inject(P.HoverManagerService)),me(1,u.Inject(U.IRenderManagerService)),me(2,u.Inject(_.SheetsSelectionsService)),me(3,u.Inject(ee.DrawingRenderService))],Ie);var kt=Object.defineProperty,Ft=Object.getOwnPropertyDescriptor,Ht=(i,r,t,e)=>{for(var n=e>1?void 0:e?Ft(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&kt(r,t,n),n},Ee=(i,r)=>(t,e)=>r(t,e,i);let De=class extends u.Disposable{constructor(r,t,e){super();V(this,"_copyInfo");this._sheetClipboardService=r,this._renderManagerService=t,this._sheetDrawingService=e,this._initCopyPaste()}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:"SHEET_IMAGE_UI_PLUGIN",onBeforeCopy:(r,t,e)=>this._collect(r,t,e),onPasteCells:(r,t,e,n)=>{const{copyType:o=P.COPY_TYPE.COPY,pasteType:s}=n,{range:c}=r||{},{range:d,unitId:m,subUnitId:l}=t;return this._generateMutations(d,{copyType:o,pasteType:s,copyRange:c,unitId:m,subUnitId:l})},onPastePlainText:(r,t)=>({undos:[],redos:[]})})}_collect(r,t,e){var h;const n=(h=this._renderManagerService.getRenderById(r))==null?void 0:h.with(P.SheetSkeletonManagerService);if(!n)return;const o=n.attachRangeWithCoord(e);if(!o)return;const{startX:s,endX:c,startY:d,endY:m}=o,l=this._sheetDrawingService.getDrawingData(r,t),a=[];Object.keys(l).forEach(g=>{const f=l[g],{transform:w}=f;if(f.anchorType!==p.SheetDrawingAnchorType.Both||!w)return;const{left:S=0,top:I=0,width:y=0,height:C=0}=w,{drawingStartX:T,drawingEndX:D,drawingStartY:R,drawingEndY:v}={drawingStartX:S,drawingEndX:S+y,drawingStartY:I,drawingEndY:I+C};s<=T&&D<=c&&d<=R&&v<=m&&a.push(f)}),a.length&&(this._copyInfo={drawings:a,unitId:r,subUnitId:t})}_generateMutations(r,t){var L;if(!this._copyInfo)return{redos:[],undos:[]};if([P.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,P.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,P.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,P.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA].includes(t.pasteType))return{redos:[],undos:[]};const{copyRange:n}=t;if(!n)return{redos:[],undos:[]};const{drawings:o,unitId:s,subUnitId:c}=this._copyInfo,{ranges:[d,m],mapFunc:l}=P.virtualizeDiscreteRanges([n,r]),{row:a,col:h}=l(d.startRow,d.startColumn),{row:g,col:f}=l(m.startRow,m.startColumn),w=(L=this._renderManagerService.getRenderById(s))==null?void 0:L.with(P.SheetSkeletonManagerService);if(!w)return{redos:[],undos:[]};const S=w.attachRangeWithCoord({startRow:a,endRow:a,startColumn:h,endColumn:h}),I=w.attachRangeWithCoord({startRow:g,endRow:g,startColumn:f,endColumn:f});if(!S||!I)return{redos:[],undos:[]};const y=[],C=[],T=I.startX-S.startX,D=I.startY-S.startY,R=g-a,v=f-h,A=t.copyType===P.COPY_TYPE.CUT,{_sheetDrawingService:b}=this;return o.forEach(j=>{const{transform:O,sheetTransform:M}=j;if(!O)return;const W={...j,unitId:s,subUnitId:c,drawingId:A?j.drawingId:u.Tools.generateRandomId(),transform:{...O,left:O.left+T,top:O.top+D},sheetTransform:{to:{...M.to,row:M.to.row+R,column:M.to.column+v},from:{...M.from,row:M.from.row+R,column:M.from.column+v}}};if(A){const{undo:B,redo:te,objects:q}=b.getBatchUpdateOp([W]);y.push({id:p.SetDrawingApplyMutation.id,params:{unitId:s,subUnitId:c,type:p.DrawingApplyType.UPDATE,op:te,objects:q}}),C.push({id:p.SetDrawingApplyMutation.id,params:{unitId:s,subUnitId:c,type:p.DrawingApplyType.UPDATE,op:B,objects:q}})}else{const{undo:B,redo:te,objects:q}=b.getBatchAddOp([W]);y.push({id:p.SetDrawingApplyMutation.id,params:{op:te,unitId:s,subUnitId:c,objects:q,type:p.DrawingApplyType.INSERT}}),C.push({id:p.SetDrawingApplyMutation.id,params:{op:B,unitId:s,subUnitId:c,objects:q,type:p.DrawingApplyType.REMOVE}})}}),{redos:y,undos:C}}};De=Ht([Ee(0,P.ISheetClipboardService),Ee(1,U.IRenderManagerService),Ee(2,p.ISheetDrawingService)],De);var Vt=Object.defineProperty,Yt=Object.getOwnPropertyDescriptor,Xt=(i,r,t,e)=>{for(var n=e>1?void 0:e?Yt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Vt(r,t,n),n},se=(i,r)=>(t,e)=>r(t,e,i);let Ce=class extends u.Disposable{constructor(i,r,t,e,n){super(),this._drawingManagerService=i,this._renderManagerService=r,this._permissionService=t,this._univerInstanceService=e,this._userManagerService=n,this._initDrawingVisible(),this._initDrawingEditable(),this._initViewPermissionChange(),this._initEditPermissionChange()}_initDrawingVisible(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(u.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(N.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,t])=>{if(!r){this._drawingManagerService.setDrawingVisible(!1);return}r.activeSheet$.subscribe(e=>{if(!e){this._drawingManagerService.setDrawingVisible(!1);return}const n=r.getUnitId(),o=e.getSheetId();if(this._permissionService.composePermission([new _.WorkbookViewPermission(n).id,new _.WorksheetViewPermission(n,o).id]).every(c=>c.value))this._drawingManagerService.setDrawingVisible(!0);else{this._drawingManagerService.setDrawingVisible(!1);const c=r.getUnitId(),d=e.getSheetId(),m=this._drawingManagerService.getDrawingData(c,d),l=Object.values(m),a=this._renderManagerService.getRenderById(c),h=a==null?void 0:a.scene;if(h==null)return;h.getAllObjectsByOrder().forEach(f=>{f.classType===U.RENDER_CLASS_TYPE.IMAGE&&l.some(w=>f.oKey.includes(w.drawingId))&&h.removeObject(f)})}})}))}_initDrawingEditable(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(u.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(N.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,t])=>{if(!r){this._drawingManagerService.setDrawingEditable(!1);return}r.activeSheet$.subscribe(e=>{if(!e){this._drawingManagerService.setDrawingEditable(!1);return}const n=r.getUnitId(),o=e.getSheetId();if(this._permissionService.composePermission([new _.WorkbookEditablePermission(n).id,new _.WorksheetEditPermission(n,o).id]).every(c=>c.value))this._drawingManagerService.setDrawingEditable(!0);else{this._drawingManagerService.setDrawingEditable(!1);const c=r.getUnitId(),d=e.getSheetId(),m=this._drawingManagerService.getDrawingData(c,d),l=Object.values(m),a=this._renderManagerService.getRenderById(c),h=a==null?void 0:a.scene;if(h==null)return;h.getAllObjectsByOrder().forEach(f=>{f.classType===U.RENDER_CLASS_TYPE.IMAGE&&l.some(w=>f.oKey.includes(w.drawingId))&&h.detachTransformerFrom(f)})}})}))}_initViewPermissionChange(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(u.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(N.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,t])=>{r&&r.activeSheet$.subscribe(e=>{var a;if(!e)return;const n=r.getUnitId(),o=e.getSheetId();let s=!0;const c=this._renderManagerService.getRenderById(n),d=c==null?void 0:c.scene;if(d==null)return;const m=d.getTransformerByCreate(),l=this._permissionService.composePermission$([new _.WorkbookViewPermission(n).id,new _.WorksheetViewPermission(n,o).id]).pipe(N.map(h=>h.every(g=>g.value)));l==null||l.pipe(N.filter(h=>h!==s),N.distinctUntilChanged()).subscribe({next:h=>{s=h,this._drawingManagerService.setDrawingVisible(h);const g=d.getAllObjectsByOrder(),f=this._drawingManagerService.getDrawingData(n,o),w=Object.values(f);h?this._drawingManagerService.addNotification(w):(g.forEach(S=>{S.classType===U.RENDER_CLASS_TYPE.IMAGE&&w.some(I=>S.oKey.includes(I.drawingId))&&d.removeObject(S)}),m.clearSelectedObjects())}}),(a=this._permissionService.getPermissionPoint$(new _.WorksheetViewPermission(n,o).id))==null||a.pipe(N.filter(h=>h.value!==s),N.distinctUntilChanged()).subscribe({complete:()=>{s=!0,this._drawingManagerService.setDrawingVisible(!0);const h=this._drawingManagerService.getDrawingData(n,o),g=Object.values(h);this._drawingManagerService.addNotification(g)}})})}))}_initEditPermissionChange(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(u.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(N.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,t])=>{r&&r.activeSheet$.subscribe(e=>{var a;if(!e)return;const n=r.getUnitId(),o=e.getSheetId();let s=!0;const c=this._renderManagerService.getRenderById(n),d=c==null?void 0:c.scene;if(d==null)return;const m=d.getTransformerByCreate(),l=this._permissionService.composePermission$([new _.WorkbookEditablePermission(n).id,new _.WorksheetEditPermission(n,o).id]).pipe(N.map(h=>h.every(g=>g.value)));l==null||l.pipe(N.filter(h=>h!==s),N.distinctUntilChanged()).subscribe({next:h=>{s=h,this._drawingManagerService.setDrawingEditable(h);const g=d.getAllObjectsByOrder(),f=this._drawingManagerService.getDrawingData(n,o),w=Object.values(f);h?(g.forEach(S=>{S.classType===U.RENDER_CLASS_TYPE.IMAGE&&w.some(I=>S.oKey.includes(I.drawingId))&&d.attachTransformerTo(S)}),this._drawingManagerService.addNotification(w)):(g.forEach(S=>{S.classType===U.RENDER_CLASS_TYPE.IMAGE&&w.some(I=>S.oKey.includes(I.drawingId))&&d.detachTransformerFrom(S)}),m.clearSelectedObjects())}}),(a=this._permissionService.getPermissionPoint$(new _.WorksheetEditPermission(n,o).id))==null||a.pipe(N.filter(h=>h.value!==s),N.distinctUntilChanged()).subscribe({complete:()=>{s=!0;const h=r.getUnitId(),g=e.getSheetId(),f=this._drawingManagerService.getDrawingData(h,g),w=Object.values(f),S=this._renderManagerService.getRenderById(h),I=S==null?void 0:S.scene;if(I==null)return;this._drawingManagerService.setDrawingEditable(!0),I.getAllObjectsByOrder().forEach(C=>{C.classType===U.RENDER_CLASS_TYPE.IMAGE&&w.some(T=>C.oKey.includes(T.drawingId))&&I.detachTransformerFrom(C)})}})})}))}};Ce=Xt([se(0,E.IDrawingManagerService),se(1,U.IRenderManagerService),se(2,u.IPermissionService),se(3,u.IUniverInstanceService),se(4,u.Inject(u.UserManagerService))],Ce);var zt=Object.defineProperty,Kt=Object.getOwnPropertyDescriptor,qt=(i,r,t,e)=>{for(var n=e>1?void 0:e?Kt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&zt(r,t,n),n},pe=(i,r)=>(t,e)=>r(t,e,i);let ye=class extends u.Disposable{constructor(i,r,t,e){super(),this._sheetPrintInterceptorService=i,this._drawingRenderService=r,this._drawingManagerService=t,this._renderManagerService=e,this._initPrinting()}_initPrinting(){this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_COMPONENT_COLLECT,{handler:(i,r,t)=>{const{unitId:e,scene:n,subUnitId:o}=r,s=this._drawingManagerService.getDrawingDataForUnit(e),c=s==null?void 0:s[o];return c&&c.order.forEach(d=>{this._drawingRenderService.renderDrawing(c.data[d],n)}),t()}})),this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_RANGE,{handler:(i,r,t)=>{const{unitId:e,subUnitId:n}=r,o=this._renderManagerService.getRenderById(e);if(!o)return t(i);const s=o.with(P.SheetSkeletonManagerService).getWorksheetSkeleton(n);if(!s)return t(i);const c=this._drawingManagerService.getDrawingDataForUnit(e),d=c==null?void 0:c[r.subUnitId];if(!d)return t(i);const{scaleX:m,scaleY:l}=o.scene,a=i?{...i}:{startColumn:0,endColumn:0,endRow:0,startRow:0},h=d.order.map(g=>d.data[g]).filter(g=>g.drawingType!==u.DrawingTypeEnum.DRAWING_DOM);return h.length?(h.forEach(g=>{if(!g.groupId&&g.transform&&u.Tools.isDefine(g.transform.left)&&u.Tools.isDefine(g.transform.top)&&u.Tools.isDefine(g.transform.width)&&u.Tools.isDefine(g.transform.height)){const f=s.skeleton.getCellIndexByOffset(g.transform.left,g.transform.top,m,l,{x:0,y:0}),w=s.skeleton.getCellIndexByOffset(g.transform.left+g.transform.width,g.transform.top+g.transform.height,m,l,{x:0,y:0});f.column<a.startColumn&&(a.startColumn=f.column),f.row<a.startRow&&(a.startRow=f.row),a.endRow<w.row&&(a.endRow=w.row),a.endColumn<w.column&&(a.endColumn=w.column)}}),t(a)):t(i)}}))}};ye=qt([pe(0,u.Inject(P.SheetPrintInterceptorService)),pe(1,u.Inject(ee.DrawingRenderService)),pe(2,E.IDrawingManagerService),pe(3,U.IRenderManagerService)],ye);var Jt=Object.defineProperty,Zt=Object.getOwnPropertyDescriptor,Qt=(i,r,t,e)=>{for(var n=e>1?void 0:e?Zt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Jt(r,t,n),n},Z=(i,r)=>(t,e)=>r(t,e,i);const en=[_.InsertRowCommand.id,_.InsertColCommand.id,_.RemoveRowCommand.id,_.RemoveColCommand.id,_.DeleteRangeMoveLeftCommand.id,_.DeleteRangeMoveUpCommand.id,_.InsertRangeMoveDownCommand.id,_.InsertRangeMoveRightCommand.id,_.DeltaRowHeightCommand.id,_.SetRowHeightCommand.id,_.DeltaColumnWidthCommand.id,_.SetColWidthCommand.id,_.SetRowHiddenCommand.id,_.SetSpecificRowsVisibleCommand.id,_.SetSpecificColsVisibleCommand.id,_.SetColHiddenCommand.id,_.MoveColsCommand.id,_.MoveRowsCommand.id,_.MoveRangeCommand.id],tn=[_.SetRowVisibleMutation.id,_.SetRowHiddenMutation.id,_.SetColVisibleMutation.id,_.SetColHiddenMutation.id,_.SetWorksheetRowHeightMutation.id,_.SetWorksheetColWidthMutation.id];let Ne=class extends u.Disposable{constructor(i,r,t,e,n,o,s,c,d){super(),this._context=i,this._renderManagerService=r,this._commandService=t,this._selectionRenderService=e,this._skeletonManagerService=n,this._sheetInterceptorService=o,this._sheetDrawingService=s,this._drawingManagerService=c,this._univerInstanceService=d,this._sheetInterceptorListener(),this._commandListener(),this._sheetRefreshListener()}_sheetInterceptorListener(){this.disposeWithMe(this._sheetInterceptorService.interceptCommand({getMutations:i=>{if(!en.includes(i.id))return{redos:[],undos:[]};if(i.params==null)return{redos:[],undos:[]};const r=i.id;if(r===_.InsertRowCommand.id)return this._moveRowInterceptor(i.params,"insert");if([_.MoveColsCommand.id,_.MoveRowsCommand.id,_.MoveRangeCommand.id].includes(r))return this._moveRangeInterceptor(i.params);if(r===_.InsertColCommand.id)return this._moveColInterceptor(i.params,"insert");if(r===_.RemoveRowCommand.id)return this._moveRowInterceptor(i.params,"remove");if(r===_.RemoveColCommand.id)return this._moveColInterceptor(i.params,"remove");if(r===_.DeleteRangeMoveLeftCommand.id){const{range:t}=i.params;return this._getRangeMoveUndo(t,0)}else if(r===_.DeleteRangeMoveUpCommand.id){const{range:t}=i.params;return this._getRangeMoveUndo(t,1)}else if(r===_.InsertRangeMoveDownCommand.id){const{range:t}=i.params;return this._getRangeMoveUndo(t,2)}else if(r===_.InsertRangeMoveRightCommand.id){const{range:t}=i.params;return this._getRangeMoveUndo(t,3)}else if(r===_.SetRowHiddenCommand.id||r===_.SetSpecificRowsVisibleCommand.id){const t=i.params,{unitId:e,subUnitId:n,ranges:o}=t;return this._getDrawingUndoForRowVisible(e,n,o)}else if(r===_.SetSpecificColsVisibleCommand.id||r===_.SetColHiddenCommand.id){const t=i.params,{unitId:e,subUnitId:n,ranges:o}=t;return this._getDrawingUndoForColVisible(e,n,o)}else if(r===_.DeltaRowHeightCommand.id||r===_.SetRowHeightCommand.id||r===_.DeltaColumnWidthCommand.id||r===_.SetColWidthCommand.id){const t=i.params,{unitId:e,subUnitId:n,ranges:o}=t,s=r===_.DeltaRowHeightCommand.id||r===_.SetRowHeightCommand.id;return this._getDrawingUndoForRowAndColSize(e,n,o,s)}return{redos:[],undos:[]}}}))}_getRangeMoveUndo(i,r){const t=_.getSheetCommandTarget(this._univerInstanceService);if(t==null)return{redos:[],undos:[]};const e=t.unitId,n=t.subUnitId,o=[],s=[],c=this._sheetDrawingService.getDrawingData(e,n),d=[],m=[];if(Object.keys(c).forEach(l=>{const a=c[l],{updateDrawings:h,deleteDrawings:g}=this._getUpdateOrDeleteDrawings(i,r,a);d.push(...h),m.push(...g)}),d.length===0&&m.length===0)return{redos:[],undos:[]};if(d.length>0){const l=this._sheetDrawingService.getBatchUpdateOp(d),{undo:a,redo:h,objects:g}=l;o.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:h,objects:g,type:p.DrawingApplyType.UPDATE}}),s.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:a,objects:g,type:p.DrawingApplyType.UPDATE}})}if(m.length>0){const l=this._sheetDrawingService.getBatchRemoveOp(m),a=l.undo,h=l.redo,g=l.objects;o.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:h,objects:g,type:p.DrawingApplyType.REMOVE}}),s.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:a,objects:g,type:p.DrawingApplyType.INSERT}})}return o.push({id:x.id,params:[e]}),s.push({id:x.id,params:[e]}),{redos:o,undos:s}}_getUpdateOrDeleteDrawings(i,r,t){const e=[],n=[],{sheetTransform:o,anchorType:s=p.SheetDrawingAnchorType.Position,transform:c,unitId:d,subUnitId:m,drawingId:l}=t,{from:a,to:h}=o,{row:g,column:f}=a,{row:w,column:S}=h;if(o==null||c==null)return{updateDrawings:e,deleteDrawings:n};const{startRow:I,endRow:y,startColumn:C,endColumn:T}=i;let D=null,R=null;if(r===0&&g>=I&&w<=y)if(f>=C&&S<=T)n.push({unitId:d,subUnitId:m,drawingId:l});else{const v=this._shrinkCol(o,c,C,T,s);D=v==null?void 0:v.newSheetTransform,R=v==null?void 0:v.newTransform}else if(r===1&&f>=C&&S<=T)if(g>=I&&w<=y)n.push({unitId:d,subUnitId:m,drawingId:l});else{const v=this._shrinkRow(o,c,I,y,s);D=v==null?void 0:v.newSheetTransform,R=v==null?void 0:v.newTransform}else if(r===2){const v=this._expandRow(o,c,I,y,s);D=v==null?void 0:v.newSheetTransform,R=v==null?void 0:v.newTransform}else if(r===3){const v=this._expandCol(o,c,C,T,s);D=v==null?void 0:v.newSheetTransform,R=v==null?void 0:v.newTransform}if(D!=null&&R!=null){const v=F(D,this._selectionRenderService,this._skeletonManagerService);e.push({...t,sheetTransform:D,transform:v})}return{updateDrawings:e,deleteDrawings:n}}_remainDrawingSize(i,r,t){const e=$({...i},this._selectionRenderService);e!=null&&r.push({...t,sheetTransform:e})}_getDrawingUndoForColVisible(i,r,t){const e=this._drawingManagerService.getDrawingData(i,r),n=[],o=[];if(Object.keys(e).forEach(l=>{const a=e[l],{sheetTransform:h,transform:g,anchorType:f=p.SheetDrawingAnchorType.Position}=a;if(f===p.SheetDrawingAnchorType.None)this._remainDrawingSize(g,n,a);else{const{from:w,to:S}=h,{row:I,column:y}=w,{row:C,column:T}=S;for(let D=0;D<t.length;D++){const R=t[D],{startRow:v,endRow:A,startColumn:b,endColumn:L}=R;if(T<b)continue;if(f===p.SheetDrawingAnchorType.Position){let M=null,W=null;if(y>=b&&y<=L){const B=this._skeletonManagerService.attachRangeWithCoord({startColumn:y,endColumn:L,startRow:w.row,endRow:S.row});if(B==null)return;W={...g,left:B.startX}}if(W!=null&&(M=$(W,this._selectionRenderService),M!=null&&W!=null)){n.push({...a,sheetTransform:M,transform:W});break}this._remainDrawingSize(g,n,a);continue}if(y>=b&&T<=L)continue;let j=null,O=null;if(y>=b&&y<=L){const M=this._skeletonManagerService.attachRangeWithCoord({startColumn:y,endColumn:L,startRow:w.row,endRow:S.row});if(M==null)return;O={...g,left:(M==null?void 0:M.startX)||0,width:((g==null?void 0:g.width)||0)-M.endX+M.startX}}else if(T>=b&&T<=L){const M=this._skeletonManagerService.attachRangeWithCoord({startColumn:b,endColumn:T,startRow:w.row,endRow:S.row});if(M==null)return;O={...g,left:M.startX-((g==null?void 0:g.width)||0)}}else{const M=this._skeletonManagerService.attachRangeWithCoord({startColumn:b,endColumn:L,startRow:w.row,endRow:S.row});if(M==null)return;if(O={...g,width:((g==null?void 0:g.width)||0)-M.endX+M.startX},j=$(O,this._selectionRenderService),j!=null&&O!=null){o.push({...a,sheetTransform:j,transform:O});break}}if(O!=null&&(j=$(O,this._selectionRenderService)),O!=null&&j!=null){n.push({...a,sheetTransform:j,transform:O});break}else this._remainDrawingSize(g,n,a)}}}),n.length===0&&o.length===0)return{redos:[],undos:[]};const{redos:s,undos:c}=this._createUndoAndRedoMutation(i,r,n),d=[],m=[];if(o.length>0){const{redos:l,undos:a}=this._createUndoAndRedoMutation(i,r,o);d.push(...l),m.push(...a)}return{redos:s,undos:c,preRedos:d,preUndos:m}}_createUndoAndRedoMutation(i,r,t){const e=this._sheetDrawingService.getBatchUpdateOp(t),{undo:n,redo:o,objects:s}=e,c=[{id:p.SetDrawingApplyMutation.id,params:{unitId:i,subUnitId:r,op:o,objects:s,type:p.DrawingApplyType.UPDATE}},{id:x.id,params:[i]}],d=[{id:p.SetDrawingApplyMutation.id,params:{unitId:i,subUnitId:r,op:n,objects:s,type:p.DrawingApplyType.UPDATE}},{id:x.id,params:[i]}];return{redos:c,undos:d}}_getDrawingUndoForRowVisible(i,r,t){const e=this._drawingManagerService.getDrawingData(i,r),n=[],o=[];if(Object.keys(e).forEach(l=>{const a=e[l],{sheetTransform:h,transform:g,anchorType:f=p.SheetDrawingAnchorType.Position}=a;if(f===p.SheetDrawingAnchorType.None)this._remainDrawingSize(g,n,a);else{const{from:w,to:S}=h,{row:I,column:y}=w,{row:C,column:T}=S;for(let D=0;D<t.length;D++){const R=t[D],{startRow:v,endRow:A,startColumn:b,endColumn:L}=R;if(C<v)continue;if(f===p.SheetDrawingAnchorType.Position){let M=null,W=null;if(I>=v&&I<=A){const B=this._skeletonManagerService.attachRangeWithCoord({startColumn:w.column,endColumn:S.column,startRow:I,endRow:A});if(B==null)return;W={...g,top:B.startY}}if(W!=null&&(M=$(W,this._selectionRenderService),M!=null&&W!=null)){n.push({...a,sheetTransform:M,transform:W});break}this._remainDrawingSize(g,n,a);continue}if(I>=v&&C<=A)continue;let j=null,O=null;if(I>=v&&I<=A){const M=this._skeletonManagerService.attachRangeWithCoord({startColumn:w.column,endColumn:S.column,startRow:I,endRow:A});if(M==null)return;O={...g,top:(M==null?void 0:M.startY)||0,height:((g==null?void 0:g.height)||0)-M.endY+M.startY}}else if(C>=v&&C<=A){const M=this._skeletonManagerService.attachRangeWithCoord({startColumn:w.column,endColumn:S.column,startRow:v,endRow:C});if(M==null)return;O={...g,top:M.startY-((g==null?void 0:g.height)||0)}}else{const M=this._skeletonManagerService.attachRangeWithCoord({startColumn:w.column,endColumn:S.column,startRow:v,endRow:A});if(M==null)return;if(O={...g,height:((g==null?void 0:g.height)||0)-M.endY+M.startY},j=$(O,this._selectionRenderService),j!=null&&O!=null){o.push({...a,sheetTransform:j,transform:O});break}}if(O!=null&&(j=$(O,this._selectionRenderService)),O!=null&&j!=null){n.push({...a,sheetTransform:j,transform:O});break}else this._remainDrawingSize(g,n,a)}}}),n.length===0&&o.length===0)return{redos:[],undos:[]};const{redos:s,undos:c}=this._createUndoAndRedoMutation(i,r,n),d=[],m=[];if(o.length>0){const{redos:l,undos:a}=this._createUndoAndRedoMutation(i,r,o);d.push(...l),m.push(...a)}return{redos:s,undos:c,preRedos:d,preUndos:m}}_getDrawingUndoForRowAndColSize(i,r,t,e){const n=this._drawingManagerService.getDrawingData(i,r),o=[];return Object.keys(n).forEach(s=>{const c=n[s],{sheetTransform:d,transform:m,anchorType:l=p.SheetDrawingAnchorType.Position}=c;if(l===p.SheetDrawingAnchorType.None)this._remainDrawingSize(m,o,c);else{const{from:a,to:h}=d,{row:g,column:f}=a,{row:w,column:S}=h;for(let I=0;I<t.length;I++){const y=t[I],{startRow:C,endRow:T,startColumn:D,endColumn:R}=y;if(w<C||S<D)continue;if(l===p.SheetDrawingAnchorType.Position&&(g<=C&&w>=T||f<=D&&S>=R)){this._remainDrawingSize(m,o,c);continue}const v=F({...d},this._selectionRenderService,this._skeletonManagerService);if(v!=null){o.push({...c,transform:v});break}}}}),o.length===0?{redos:[],undos:[]}:this._createUndoAndRedoMutation(i,r,o)}_getUnitIdAndSubUnitId(i,r){let t,e;if(r==="insert")t=i.unitId,e=i.subUnitId;else{const n=_.getSheetCommandTarget(this._univerInstanceService);if(n==null)return;t=n.unitId,e=n.subUnitId}return{unitId:t,subUnitId:e}}_moveRangeInterceptor(i){var C,T;const{toRange:r,fromRange:t}=i,e=_.getSheetCommandTarget(this._univerInstanceService);if(!e)return{redos:[],undos:[]};const{unitId:n,subUnitId:o}=e,s=(T=(C=this._renderManagerService.getRenderById(n))==null?void 0:C.with(P.SheetSkeletonManagerService))==null?void 0:T.getCurrentSkeleton();if(!s)return{redos:[],undos:[]};const c=P.attachRangeWithCoord(s,t);if(!c)return{redos:[],undos:[]};const{startX:d,endX:m,startY:l,endY:a}=c,h=this._sheetDrawingService.getDrawingData(n,o),g=[];Object.keys(h).forEach(D=>{const R=h[D];if(R.anchorType!==p.SheetDrawingAnchorType.Both)return;const{transform:v}=R;if(!v)return;const{left:A=0,top:b=0,width:L=0,height:j=0}=v,{drawingStartX:O,drawingEndX:M,drawingStartY:W,drawingEndY:B}={drawingStartX:A,drawingEndX:A+L,drawingStartY:b,drawingEndY:b+j};d<=O&&M<=m&&l<=W&&B<=a&&g.push(R)});const f=[],w=[],S=r.startRow-t.startRow,I=r.startColumn-t.startColumn,y=g.map(D=>{const R=D.sheetTransform,v={to:{...R.to,row:R.to.row+S,column:R.to.column+I},from:{...R.from,row:R.from.row+S,column:R.from.column+I}},A=F(v,this._selectionRenderService,this._skeletonManagerService);return{unitId:n,subUnitId:o,drawingId:D.drawingId,transform:A,sheetTransform:v}});if(y.length){const D=this._sheetDrawingService.getBatchUpdateOp(y),{undo:R,redo:v,objects:A}=D;f.push({id:p.SetDrawingApplyMutation.id,params:{unitId:n,subUnitId:o,op:v,objects:A,type:p.DrawingApplyType.UPDATE}}),w.push({id:p.SetDrawingApplyMutation.id,params:{unitId:n,subUnitId:o,op:R,objects:A,type:p.DrawingApplyType.UPDATE}})}return{redos:f,undos:w}}_moveRowInterceptor(i,r){const t=this._getUnitIdAndSubUnitId(i,r);if(t==null)return{redos:[],undos:[]};const{unitId:e,subUnitId:n}=t,{range:o}=i,s=o.startRow,c=o.endRow,d=[],m=[],l=this._sheetDrawingService.getDrawingData(e,n),a=[],h=[];if(Object.keys(l).forEach(g=>{const f=l[g],{sheetTransform:w,transform:S,anchorType:I=p.SheetDrawingAnchorType.Position}=f;if(w==null||S==null)return;let y,C;if(r==="insert"){const D=this._expandRow(w,S,s,c,I);y=D==null?void 0:D.newSheetTransform,C=D==null?void 0:D.newTransform}else{const{from:D,to:R}=w,{row:v}=D,{row:A}=R;if(I===p.SheetDrawingAnchorType.Both&&v>=s&&A<=c)h.push({unitId:e,subUnitId:n,drawingId:g});else{const b=this._shrinkRow(w,S,s,c,I);y=b==null?void 0:b.newSheetTransform,C=b==null?void 0:b.newTransform}}if(!y||!C)return;const T={unitId:e,subUnitId:n,drawingId:g,transform:C,sheetTransform:y};a.push(T)}),a.length===0&&h.length===0)return{redos:[],undos:[]};if(a.length>0){const g=this._sheetDrawingService.getBatchUpdateOp(a),{undo:f,redo:w,objects:S}=g;d.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:w,objects:S,type:p.DrawingApplyType.UPDATE}}),m.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:f,objects:S,type:p.DrawingApplyType.UPDATE}})}if(h.length>0){const g=this._sheetDrawingService.getBatchRemoveOp(h),f=g.undo,w=g.redo,S=g.objects;d.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:w,objects:S,type:p.DrawingApplyType.REMOVE}}),m.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:f,objects:S,type:p.DrawingApplyType.INSERT}})}return d.push({id:x.id,params:[e]}),m.push({id:x.id,params:[e]}),{redos:d,undos:m}}_moveColInterceptor(i,r){const t=this._getUnitIdAndSubUnitId(i,r);if(t==null)return{redos:[],undos:[]};const{unitId:e,subUnitId:n}=t,{range:o}=i,s=o.startColumn,c=o.endColumn,d=[],m=[],l=this._sheetDrawingService.getDrawingData(e,n),a=[],h=[];if(Object.keys(l).forEach(g=>{const f=l[g],{sheetTransform:w,transform:S,anchorType:I=p.SheetDrawingAnchorType.Position}=f;if(w==null||S==null)return;let y,C;if(r==="insert"){const D=this._expandCol(w,S,s,c,I);y=D==null?void 0:D.newSheetTransform,C=D==null?void 0:D.newTransform}else{const{from:D,to:R}=w,{column:v}=D,{column:A}=R;if(I===p.SheetDrawingAnchorType.Both&&v>=s&&A<=c)h.push({unitId:e,subUnitId:n,drawingId:g});else{const b=this._shrinkCol(w,S,s,c,I);y=b==null?void 0:b.newSheetTransform,C=b==null?void 0:b.newTransform}}if(!y||!C)return;const T={unitId:e,subUnitId:n,drawingId:g,transform:C,sheetTransform:y};a.push(T)}),a.length===0&&h.length===0)return{redos:[],undos:[]};if(a.length>0){const g=this._sheetDrawingService.getBatchUpdateOp(a),{undo:f,redo:w,objects:S}=g;d.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:w,objects:S,type:p.DrawingApplyType.UPDATE}}),m.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:f,objects:S,type:p.DrawingApplyType.UPDATE}})}if(h.length>0){const g=this._sheetDrawingService.getBatchRemoveOp(h),f=g.undo,w=g.redo,S=g.objects;d.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:w,objects:S,type:p.DrawingApplyType.REMOVE}}),m.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:f,objects:S,type:p.DrawingApplyType.INSERT}})}return d.push({id:x.id,params:[e]}),m.push({id:x.id,params:[e]}),{redos:d,undos:m}}_expandCol(i,r,t,e,n=p.SheetDrawingAnchorType.Position){const o=e-t+1,{from:s,to:c}=i,{column:d}=s,{column:m}=c;if(n===p.SheetDrawingAnchorType.None)return{newSheetTransform:$({...r},this._selectionRenderService),newTransform:r};let l=null,a=null;if(d>=t){const h=this._skeletonManagerService.attachRangeWithCoord({startColumn:t,endColumn:e,startRow:s.row,endRow:c.row});if(h==null)return;a={...r,left:(r.left||0)+h.endX-h.startX},l=$(a,this._selectionRenderService)}else if(m>=e)if(n===p.SheetDrawingAnchorType.Both)l={from:{...s},to:{...c,column:m+o}},a=F(l,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:$({...r},this._selectionRenderService),newTransform:r};return l!=null&&a!=null?{newSheetTransform:l,newTransform:a}:null}_shrinkCol(i,r,t,e,n=p.SheetDrawingAnchorType.Position){const o=e-t+1,{from:s,to:c}=i,{column:d}=s,{column:m}=c;if(n===p.SheetDrawingAnchorType.None)return{newSheetTransform:$({...r},this._selectionRenderService),newTransform:r};let l=null,a=null;if(d>e)l={from:{...s,column:d-o},to:{...c,column:m-o}},a=F(l,this._selectionRenderService,this._skeletonManagerService);else{if(d>=t&&m<=e)return null;if(d<t&&m>e)if(n===p.SheetDrawingAnchorType.Both)l={from:{...s},to:{...c,column:m-o}},a=F(l,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:$({...r},this._selectionRenderService),newTransform:r};else if(d>=t&&d<=e){if(d===t)a={...r,left:(r.left||0)-i.from.columnOffset};else{const h=this._skeletonManagerService.attachRangeWithCoord({startColumn:t,endColumn:d-1,startRow:s.row,endRow:c.row});if(h==null)return;a={...r,left:(r.left||0)-h.endX+h.startX-i.from.columnOffset}}l=$(a,this._selectionRenderService)}else if(m>=t&&m<=e&&n===p.SheetDrawingAnchorType.Both){const h=this._skeletonManagerService.attachRangeWithCoord({startColumn:t-1,endColumn:t-1,startRow:s.row,endRow:c.row});if(h==null)return;l={from:{...s},to:{...c,column:t-1,columnOffset:h.endX-h.startX}},a=F(l,this._selectionRenderService,this._skeletonManagerService)}}return l!=null&&a!=null?{newSheetTransform:l,newTransform:a}:null}_expandRow(i,r,t,e,n=p.SheetDrawingAnchorType.Position){const o=e-t+1,{from:s,to:c}=i,{row:d}=s,{row:m}=c;if(n===p.SheetDrawingAnchorType.None)return{newSheetTransform:$({...r},this._selectionRenderService),newTransform:r};let l=null,a=null;if(d>=t){const h=this._skeletonManagerService.attachRangeWithCoord({startRow:t,endRow:e,startColumn:s.column,endColumn:c.column});if(h==null)return;a={...r,top:(r.top||0)+h.endY-h.startY},l=$(a,this._selectionRenderService)}else if(m>=e)if(n===p.SheetDrawingAnchorType.Both)l={from:{...s},to:{...c,row:m+o}},a=F(l,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:$({...r},this._selectionRenderService),newTransform:r};return l!=null&&a!=null?{newSheetTransform:l,newTransform:a}:null}_shrinkRow(i,r,t,e,n=p.SheetDrawingAnchorType.Position){const o=e-t+1,{from:s,to:c}=i,{row:d}=s,{row:m}=c;if(n===p.SheetDrawingAnchorType.None)return{newSheetTransform:$({...r},this._selectionRenderService),newTransform:r};let l=null,a=null;if(d>e)l={from:{...s,row:d-o},to:{...c,row:m-o}},a=F(l,this._selectionRenderService,this._skeletonManagerService);else{if(d>=t&&m<=e)return null;if(d<t&&m>e)if(n===p.SheetDrawingAnchorType.Both)l={from:{...s},to:{...c,row:m-o}},a=F(l,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:$({...r},this._selectionRenderService),newTransform:r};else if(d>=t&&d<=e){if(d===t)a={...r,top:(r.top||0)-i.from.rowOffset};else{const h=this._skeletonManagerService.attachRangeWithCoord({startRow:t,endRow:d-1,startColumn:s.column,endColumn:c.column});if(h==null)return;a={...r,top:(r.top||0)-h.endY+h.startY-i.from.rowOffset}}l=$(a,this._selectionRenderService)}else if(m>=t&&m<=e&&n===p.SheetDrawingAnchorType.Both){const h=this._skeletonManagerService.attachRangeWithCoord({startColumn:s.column,endColumn:s.column,startRow:t-1,endRow:t-1});if(h==null)return;l={from:{...s},to:{...c,row:t-1,rowOffset:h.endY-h.startY}},a=F(l,this._selectionRenderService,this._skeletonManagerService)}}return l!=null&&a!=null?{newSheetTransform:l,newTransform:a}:null}_commandListener(){this.disposeWithMe(this._commandService.onCommandExecuted(i=>{i.id===_.SetWorksheetActiveOperation.id&&setTimeout(()=>{const r=i.params,{unitId:t,subUnitId:e}=r,n=this._drawingManagerService.drawingManagerData,o=[],s=[];Object.keys(n).forEach(c=>{const d=n[c];d!=null&&Object.keys(d).forEach(m=>{const l=d[m].data;l!=null&&Object.keys(l).forEach(a=>{if(c===t&&m===e){const h=l[a];h.transform=F(h.sheetTransform,this._selectionRenderService,this._skeletonManagerService),o.push(l[a])}else s.push(l[a])})})}),this._drawingManagerService.removeNotification(s),this._drawingManagerService.addNotification(o)},0)}))}_sheetRefreshListener(){this.disposeWithMe(this._commandService.onCommandExecuted(i=>{tn.includes(i.id)&&requestIdleCallback(()=>{const r=i.params,{unitId:t,subUnitId:e,ranges:n}=r;this._refreshDrawingTransform(t,e,n)})}))}_refreshDrawingTransform(i,r,t){const e=this._drawingManagerService.getDrawingData(i,r),n=[];Object.keys(e).forEach(o=>{const s=e[o],{sheetTransform:c,transform:d,anchorType:m=p.SheetDrawingAnchorType.Position}=s;if(m===p.SheetDrawingAnchorType.None)return!0;const{from:l,to:a}=c,{row:h,column:g}=l,{row:f,column:w}=a;for(let S=0;S<t.length;S++){const I=t[S],{startRow:y,endRow:C,startColumn:T,endColumn:D}=I;if(u.Rectangle.intersects({startRow:y,endRow:C,startColumn:T,endColumn:D},{startRow:h,endRow:f,startColumn:g,endColumn:w})||h>C||g>D){const R=m===p.SheetDrawingAnchorType.Position,v=F(c,this._selectionRenderService,this._skeletonManagerService);n.push({...s,transform:{...v,width:R?d==null?void 0:d.width:v==null?void 0:v.width,height:R?d==null?void 0:d.height:v==null?void 0:v.height}});break}}}),n.length!==0&&(this._drawingManagerService.refreshTransform(n),this._commandService.syncExecuteCommand(x.id,[i]))}};Ne=Qt([Z(1,U.IRenderManagerService),Z(2,u.ICommandService),Z(3,P.ISheetSelectionRenderService),Z(4,u.Inject(P.SheetSkeletonManagerService)),Z(5,u.Inject(_.SheetInterceptorService)),Z(6,p.ISheetDrawingService),Z(7,E.IDrawingManagerService),Z(8,u.IUniverInstanceService)],Ne);var z=function(){return z=Object.assign||function(i){for(var r,t=1,e=arguments.length;t<e;t++){r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(i[n]=r[n])}return i},z.apply(this,arguments)},nn=function(i,r){var t={};for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&r.indexOf(e)<0&&(t[e]=i[e]);if(i!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,e=Object.getOwnPropertySymbols(i);n<e.length;n++)r.indexOf(e[n])<0&&Object.prototype.propertyIsEnumerable.call(i,e[n])&&(t[e[n]]=i[e[n]]);return t},tt=Y.forwardRef(function(i,r){var t=i.icon,e=i.id,n=i.className,o=i.extend,s=nn(i,["icon","id","className","extend"]),c="univerjs-icon univerjs-icon-".concat(e," ").concat(n||"").trim(),d=Y.useRef("_".concat(sn()));return nt(t,"".concat(e),{defIds:t.defIds,idSuffix:d.current},z({ref:r,className:c},s),o)});function nt(i,r,t,e,n){return Y.createElement(i.tag,z(z({key:r},rn(i,t,n)),e),(on(i,t).children||[]).map(function(o,s){return nt(o,"".concat(r,"-").concat(i.tag,"-").concat(s),t,void 0,n)}))}function rn(i,r,t){var e=z({},i.attrs);t!=null&&t.colorChannel1&&e.fill==="colorChannel1"&&(e.fill=t.colorChannel1);var n=r.defIds;return!n||n.length===0||(i.tag==="use"&&e["xlink:href"]&&(e["xlink:href"]=e["xlink:href"]+r.idSuffix),Object.entries(e).forEach(function(o){var s=o[0],c=o[1];typeof c=="string"&&(e[s]=c.replace(/url\(#(.*)\)/,"url(#$1".concat(r.idSuffix,")")))})),e}function on(i,r){var t,e=r.defIds;return!e||e.length===0?i:i.tag==="defs"&&(!((t=i.children)===null||t===void 0)&&t.length)?z(z({},i),{children:i.children.map(function(n){return typeof n.attrs.id=="string"&&e&&e.indexOf(n.attrs.id)>-1?z(z({},n),{attrs:z(z({},n.attrs),{id:n.attrs.id+r.idSuffix})}):n})}):i}function sn(){return Math.random().toString(36).substring(2,8)}tt.displayName="UniverIcon";var an={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.2498 3.65005C2.2498 2.87685 2.87661 2.25005 3.64981 2.25005H7.9998C8.33118 2.25005 8.5998 1.98142 8.5998 1.65005C8.5998 1.31868 8.33118 1.05005 7.9998 1.05005H3.64981C2.21387 1.05005 1.0498 2.21411 1.0498 3.65005V12.35C1.0498 13.786 2.21386 14.95 3.6498 14.95H12.3498C13.7857 14.95 14.9498 13.786 14.9498 12.3501V8.00005C14.9498 7.66868 14.6812 7.40005 14.3498 7.40005C14.0184 7.40005 13.7498 7.66868 13.7498 8.00005V9.23974L12.2385 8.1063C11.7252 7.72129 11.0068 7.7723 10.5531 8.22605L9.00869 9.77041L6.73916 7.8251C6.24387 7.40055 5.5095 7.41278 5.02864 7.85359L2.2498 10.4009V3.65005ZM2.2498 12.0287V12.35C2.2498 13.1232 2.87661 13.75 3.6498 13.75H12.3498C13.123 13.75 13.7498 13.1232 13.7498 12.3501V10.7397L11.5186 9.06631C11.4829 9.03956 11.433 9.04314 11.4016 9.07458L9.92249 10.5537L11.1015 11.5642C11.3531 11.7799 11.3822 12.1587 11.1666 12.4103C10.9509 12.6619 10.5721 12.691 10.3205 12.4753L5.9582 8.7362C5.92384 8.70674 5.87288 8.70758 5.83952 8.73816L2.2498 12.0287Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M11.8097 1.14783C12.1411 1.14783 12.4097 1.41646 12.4097 1.74783V3.297H14.1541C14.4855 3.297 14.7541 3.56563 14.7541 3.897C14.7541 4.22837 14.4855 4.497 14.1541 4.497H12.4097V6.24167C12.4097 6.57304 12.1411 6.84167 11.8097 6.84167C11.4783 6.84167 11.2097 6.57304 11.2097 6.24167V4.497H9.6603C9.32893 4.497 9.0603 4.22837 9.0603 3.897C9.0603 3.56563 9.32893 3.297 9.6603 3.297H11.2097V1.74783C11.2097 1.41646 11.4783 1.14783 11.8097 1.14783Z"}}]},rt=Y.forwardRef(function(i,r){return Y.createElement(tt,Object.assign({},i,{id:"add-image-single",ref:r,icon:an}))});rt.displayName="AddImageSingle";const $e={id:"sheet.command.delete-drawing",type:u.CommandType.COMMAND,handler:i=>{const r=i.get(u.ICommandService),e=i.get(p.ISheetDrawingService).getFocusDrawings();if(e.length===0)return!1;const n=e[0].unitId,o=e.map(s=>{const{unitId:c,subUnitId:d,drawingId:m,drawingType:l}=s;return{unitId:c,subUnitId:d,drawingId:m,drawingType:l}});return r.executeCommand(ce.id,{unitId:n,drawings:o})}},Re={id:"sheet.command.insert-float-image",type:u.CommandType.COMMAND,handler:i=>{var t,e;return(e=(t=i.get(U.IRenderManagerService).getCurrentTypeOfRenderer(u.UniverInstanceType.UNIVER_SHEET))==null?void 0:t.with(ae).insertFloatImage())!=null?e:!1}},Ge={id:"sheet.command.insert-cell-image",type:u.CommandType.COMMAND,handler:i=>{var t,e;return(e=(t=i.get(U.IRenderManagerService).getCurrentTypeOfRenderer(u.UniverInstanceType.UNIVER_SHEET))==null?void 0:t.with(ae).insertCellImage())!=null?e:!1}},ie={id:"sheet.command.move-drawing",type:u.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(u.ICommandService),e=i.get(p.ISheetDrawingService),n=i.get(P.ISheetSelectionRenderService),{direction:o}=r,s=e.getFocusDrawings();if(s.length===0)return!1;const c=s[0].unitId,d=s.map(l=>{const{transform:a}=l;if(a==null)return null;const h={...a},{left:g=0,top:f=0}=a;return o===u.Direction.UP?h.top=f-1:o===u.Direction.DOWN?h.top=f+1:o===u.Direction.LEFT?h.left=g-1:o===u.Direction.RIGHT&&(h.left=g+1),{...l,transform:h,sheetTransform:$(h,n)}}).filter(l=>l!=null);return t.syncExecuteCommand(le.id,{unitId:c,drawings:d})?(t.syncExecuteCommand(x.id,[c]),!0):!1}},it="addition-and-subtraction-single",ke="sheet.menu.image";function cn(i){return{id:ke,type:G.MenuItemType.SUBITEMS,icon:it,tooltip:"sheetImage.title",hidden$:G.getMenuHiddenObservable(i,u.UniverInstanceType.UNIVER_SHEET),disabled$:P.getCurrentRangeDisable$(i,{workbookTypes:[_.WorkbookEditablePermission],worksheetTypes:[_.WorksheetEditPermission],rangeTypes:[_.RangeProtectionPermissionEditPoint]})}}function dn(i){return{id:Re.id,title:"sheetImage.upload.float",type:G.MenuItemType.BUTTON,hidden$:G.getMenuHiddenObservable(i,u.UniverInstanceType.UNIVER_SHEET)}}function ln(i){return{id:Ge.id,title:"sheetImage.upload.cell",type:G.MenuItemType.BUTTON}}const un="univer-image-common-panel",gn="univer-image-common-panel-grid",hn="univer-image-common-panel-border",mn="univer-image-common-panel-title",pn="univer-image-common-panel-subtitle",fn="univer-image-common-panel-row",wn="univer-image-common-panel-row-vertical",Sn="univer-image-common-panel-column",_n="univer-image-common-panel-column-center",vn="univer-image-common-panel-inline",In="univer-image-common-panel-span2",Dn="univer-image-common-panel-span3",Cn="univer-image-common-panel-input",yn="univer-sheet-image-menu",Mn="univer-sheet-image-menu-input",Q={imageCommonPanel:un,imageCommonPanelGrid:gn,imageCommonPanelBorder:hn,imageCommonPanelTitle:mn,imageCommonPanelSubtitle:pn,imageCommonPanelRow:fn,imageCommonPanelRowVertical:wn,imageCommonPanelColumn:Sn,imageCommonPanelColumnCenter:_n,imageCommonPanelInline:vn,imageCommonPanelSpan2:In,imageCommonPanelSpan3:Dn,imageCommonPanelInput:Cn,sheetImageMenu:yn,sheetImageMenuInput:Mn};function ot(i){var r,t,e="";if(typeof i=="string"||typeof i=="number")e+=i;else if(typeof i=="object")if(Array.isArray(i)){var n=i.length;for(r=0;r<n;r++)i[r]&&(t=ot(i[r]))&&(e&&(e+=" "),e+=t)}else for(t in i)i[t]&&(e&&(e+=" "),e+=t);return e}function fe(){for(var i,r,t=0,e="",n=arguments.length;t<n;t++)(i=arguments[t])&&(r=ot(i))&&(e&&(e+=" "),e+=r);return e}const Rn=i=>{var C;const r=u.useDependency(u.ICommandService),t=u.useDependency(u.LocaleService),e=u.useDependency(E.IDrawingManagerService),n=u.useDependency(U.IRenderManagerService),{drawings:o}=i,s=o[0];if(s==null)return;const{unitId:c}=s,d=n.getRenderById(c),m=d==null?void 0:d.scene;if(m==null)return;const l=m.getTransformerByCreate(),[a,h]=Y.useState(!0),g=(C=s.anchorType)!=null?C:p.SheetDrawingAnchorType.Position,[f,w]=Y.useState(g);function S(T,D){const R=[];return T.forEach(v=>{const{oKey:A}=v,b=D.getDrawingOKey(A);if(b==null)return R.push(null),!0;const{unitId:L,subUnitId:j,drawingId:O,drawingType:M,anchorType:W,sheetTransform:B}=b;R.push({unitId:L,subUnitId:j,drawingId:O,anchorType:W,sheetTransform:B,drawingType:M})}),R}Y.useEffect(()=>{const T=l.clearControl$.subscribe(R=>{R===!0&&h(!1)}),D=l.changeStart$.subscribe(R=>{var b;const{objects:v}=R,A=S(v,e);if(A.length===0)h(!1);else if(A.length>=1){h(!0);const L=((b=A[0])==null?void 0:b.anchorType)||p.SheetDrawingAnchorType.Position;w(L)}});return()=>{D.unsubscribe(),T.unsubscribe()}},[]);function I(T){w(T);const D=e.getFocusDrawings();if(D.length===0)return;const R=D.map(v=>({unitId:v.unitId,subUnitId:v.subUnitId,drawingId:v.drawingId,anchorType:T}));r.executeCommand(le.id,{unitId:D[0].unitId,drawings:R})}const y=T=>T?"block":"none";return k.jsxs("div",{className:fe(Q.imageCommonPanelGrid,Q.imageCommonPanelBorder),style:{display:y(a)},children:[k.jsx("div",{className:Q.imageCommonPanelRow,children:k.jsx("div",{className:fe(Q.imageCommonPanelColumn,Q.imageCommonPanelTitle),children:k.jsx("div",{children:t.t("drawing-anchor.title")})})}),k.jsx("div",{className:fe(Q.imageCommonPanelRow),children:k.jsx("div",{className:fe(Q.imageCommonPanelColumn),children:k.jsxs(K.RadioGroup,{value:f,onChange:I,direction:"vertical",children:[k.jsx(K.Radio,{value:p.SheetDrawingAnchorType.Both,children:t.t("drawing-anchor.both")}),k.jsx(K.Radio,{value:p.SheetDrawingAnchorType.Position,children:t.t("drawing-anchor.position")}),k.jsx(K.Radio,{value:p.SheetDrawingAnchorType.None,children:t.t("drawing-anchor.none")})]})})})]})},Tn=()=>{const i=u.useDependency(E.IDrawingManagerService),r=i.getFocusDrawings(),[t,e]=Y.useState(r);return Y.useEffect(()=>{const n=i.focus$.subscribe(o=>{e(o)});return()=>{n.unsubscribe()}},[]),!!(t!=null&&t.length)&&k.jsxs("div",{className:Q.imageCommonPanel,children:[k.jsx(ee.DrawingCommonPanel,{drawings:t}),k.jsx(Rn,{drawings:t})]})},bn={[G.RibbonStartGroup.FORMULAS_INSERT]:{[ke]:{order:3,menuItemFactory:cn,[Re.id]:{order:0,menuItemFactory:dn},[Ge.id]:{order:1,menuItemFactory:ln}}}};function ue(i){return!i.getContextValue(u.FOCUSING_FX_BAR_EDITOR)&&!i.getContextValue(u.EDITOR_ACTIVATED)&&!i.getContextValue(u.FOCUSING_PANEL_EDITOR)&&i.getContextValue(u.FOCUSING_COMMON_DRAWINGS)}const En={id:ie.id,description:"shortcut.sheet.drawing-move-down",group:"4_sheet-drawing-view",binding:G.KeyCode.ARROW_DOWN,priority:100,preconditions:ue,staticParameters:{direction:u.Direction.DOWN}},On={id:ie.id,description:"shortcut.sheet.drawing-move-up",group:"4_sheet-drawing-view",binding:G.KeyCode.ARROW_UP,priority:100,preconditions:ue,staticParameters:{direction:u.Direction.UP}},An={id:ie.id,description:"shortcut.sheet.drawing-move-left",group:"4_sheet-drawing-view",binding:G.KeyCode.ARROW_LEFT,priority:100,preconditions:ue,staticParameters:{direction:u.Direction.LEFT}},Pn={id:ie.id,description:"shortcut.sheet.drawing-move-right",group:"4_sheet-drawing-view",binding:G.KeyCode.ARROW_RIGHT,priority:100,preconditions:ue,staticParameters:{direction:u.Direction.RIGHT}},Un={id:$e.id,description:"shortcut.sheet.drawing-delete",group:"4_sheet-drawing-view",preconditions:ue,binding:G.KeyCode.DELETE,mac:G.KeyCode.BACKSPACE};var Nn=Object.defineProperty,jn=Object.getOwnPropertyDescriptor,Wn=(i,r,t,e)=>{for(var n=e>1?void 0:e?jn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Nn(r,t,n),n},we=(i,r)=>(t,e)=>r(t,e,i);let Me=class extends u.Disposable{constructor(i,r,t,e){super(),this._componentManager=i,this._menuManagerService=r,this._commandService=t,this._shortcutService=e,this._init()}_initCustomComponents(){const i=this._componentManager;this.disposeWithMe(i.register(it,rt)),this.disposeWithMe(i.register(Qe,Tn))}_initMenus(){this._menuManagerService.mergeMenu(bn)}_initCommands(){[Re,Ge,de,ce,le,je,x,We,Le,Be,ie,$e,xe].forEach(i=>this.disposeWithMe(this._commandService.registerCommand(i)))}_initShortcuts(){[En,On,An,Pn,Un].forEach(i=>{this.disposeWithMe(this._shortcutService.registerShortcut(i))})}_init(){this._initCommands(),this._initCustomComponents(),this._initMenus(),this._initShortcuts()}};Me=Wn([we(0,u.Inject(G.ComponentManager)),we(1,G.IMenuManagerService),we(2,u.ICommandService),we(3,G.IShortcutService)],Me);var Ln=Object.defineProperty,xn=Object.getOwnPropertyDescriptor,Bn=(i,r,t,e)=>{for(var n=e>1?void 0:e?xn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Ln(r,t,n),n},re=(i,r)=>(t,e)=>r(t,e,i);function $n(i,r,t,e){const{scaleX:n,scaleY:o}=r.getAncestorScale(),s=r.getViewport(U.SHEET_VIEWPORT_KEY.VIEW_MAIN),c={left:!0,top:!0};if(!s)return{...i,absolute:c};const{left:d,right:m,top:l,bottom:a}=i,h=e.getFreeze(),{startColumn:g,startRow:f,xSplit:w,ySplit:S}=h,I=t.getNoMergeCellPositionByIndexWithNoHeader(f-S,g-w),y=t.getNoMergeCellPositionByIndexWithNoHeader(f,g),{rowHeaderWidth:C,columnHeaderHeight:T}=t,D=y.startX-I.startX,R=y.startY-I.startY,{top:v,left:A,viewportScrollX:b,viewportScrollY:L}=s;let j,O;d<A?(c.left=!0,j=(D+C+(d-A))*n,O=Math.max(Math.min((D+C+(m-A))*n,(D+C)*n),(m-b)*n)):(c.left=!1,j=Math.max((d-b)*n,(D+C)*n),O=Math.max((m-b)*n,(D+C)*n));let M,W;return l<v?(c.top=!0,M=(R+T+(l-v))*o,W=Math.max(Math.min((R+T+(m-v))*o,(R+T)*o),(a-L)*o)):(c.top=!1,M=Math.max((l-L)*o,(R+T)*o),W=Math.max((a-L)*o,(R+T)*o)),{left:j,right:O,top:M,bottom:W,absolute:c}}const Oe=(i,r,t,e)=>{const{scene:n}=r,{left:o,top:s,width:c,height:d,angle:m}=i,l={left:o,right:o+c,top:s,bottom:s+d},a=$n(l,n,t,e),{scaleX:h,scaleY:g}=n.getAncestorScale();return{startX:a.left,endX:a.right,startY:a.top,endY:a.bottom,rotate:m,width:c*h,height:d*g,absolute:a.absolute}};exports.SheetCanvasFloatDomManagerService=class extends u.Disposable{constructor(t,e,n,o,s,c,d){super();V(this,"_domLayerMap",new Map);V(this,"_domLayerInfoMap",new Map);V(this,"_transformChange$",new N.Subject);V(this,"transformChange$",this._transformChange$.asObservable());V(this,"_add$",new N.Subject);V(this,"add$",this._add$.asObservable());V(this,"_remove$",new N.Subject);V(this,"remove$",this._remove$.asObservable());V(this,"_hooks",[]);this._renderManagerService=t,this._univerInstanceService=e,this._commandService=n,this._drawingManagerService=o,this._canvasFloatDomService=s,this._sheetDrawingService=c,this._lifecycleService=d,this._drawingAddListener(),this._featureUpdateListener(),this._deleteListener(),this._bindScrollEvent()}_bindScrollEvent(){this._lifecycleService.lifecycle$.pipe(N.filter(t=>t===u.LifecycleStages.Rendered),N.take(1)).subscribe(()=>{this._scrollUpdateListener()})}_ensureMap(t,e){let n=this._domLayerMap.get(t);n||(n=new Map,this._domLayerMap.set(t,n));let o=n.get(e);return o||(o=new Map,n.set(e,o)),o}getFloatDomInfo(t){return this._domLayerInfoMap.get(t)}_getSceneAndTransformerByDrawingSearch(t){if(t==null)return;const e=this._renderManagerService.getRenderById(t),n=e==null?void 0:e.scene;if(e==null||n==null)return null;const o=n.getTransformerByCreate(),s=e.engine.getCanvasElement();return{scene:n,transformer:o,renderObject:e,canvas:s}}_getFloatDomProps(t){let e;return this._hooks.forEach(n=>{e=n.onGetFloatDomProps(t)}),e}_drawingAddListener(){this.disposeWithMe(this._drawingManagerService.add$.subscribe(t=>{t.forEach(e=>{var He,Ve,Ye;const{unitId:n,subUnitId:o,drawingId:s}=e,c=_.getSheetCommandTarget(this._univerInstanceService,{unitId:n,subUnitId:o}),d=this._drawingManagerService.getDrawingByParam(e),m=this._univerInstanceService.getUnit(n,u.UniverInstanceType.UNIVER_SHEET);if(!m)return;const l=m.getActiveSheet().getSheetId();if(!d||!c)return;const a=(He=this._renderManagerService.getRenderById(n))==null?void 0:He.with(P.SheetSkeletonManagerService).getWorksheetSkeleton(o);if(!a)return;const{transform:h,drawingType:g,data:f}=d;if(g!==u.DrawingTypeEnum.DRAWING_DOM&&g!==u.DrawingTypeEnum.DRAWING_CHART)return;const w=this._getSceneAndTransformerByDrawingSearch(n);if(w==null)return;const{scene:S,canvas:I}=w;if(h==null)return!0;if(l!==o)return;const{left:y,top:C,width:T,height:D,angle:R,flipX:v,flipY:A,skewX:b,skewY:L}=h,j=E.getDrawingShapeKeyByDrawingSearch({unitId:n,subUnitId:o,drawingId:s}),O=S.getObject(j);if(O!=null){O.transformByState({left:y,top:C,width:T,height:D,angle:R,flipX:v,flipY:A,skewX:b,skewY:L});return}const M={left:y,top:C,width:T,height:D,zIndex:this._drawingManagerService.getDrawingOrder(n,o).length-1},W=g===u.DrawingTypeEnum.DRAWING_CHART;if(W){const H=f?f.backgroundColor:"white";M.fill=H,M.rotateEnabled=!1,f&&f.border&&(M.stroke=f.border),M.paintFirst="stroke",M.strokeWidth=1,M.borderEnabled=!1,M.radius=8}const B=new U.Rect(j,M);W&&B.setObjectType(U.ObjectType.CHART),S.addObject(B,U.DRAWING_OBJECT_LAYER_INDEX),d.allowTransform!==!1&&S.attachTransformerTo(B);const te=this._ensureMap(n,o),q=new u.DisposableCollection,ct=Oe(B,w.renderObject,a.skeleton,c.worksheet),Te=new N.BehaviorSubject(ct),dt={dispose:q,rect:B,position$:Te,unitId:n,subUnitId:o};this._canvasFloatDomService.addFloatDom({position$:Te,id:s,componentKey:d.componentKey,onPointerDown:H=>{I.dispatchEvent(new PointerEvent(H.type,H))},onPointerMove:H=>{I.dispatchEvent(new PointerEvent(H.type,H))},onPointerUp:H=>{I.dispatchEvent(new PointerEvent(H.type,H))},onWheel:H=>{I.dispatchEvent(new WheelEvent(H.type,H))},props:(Ye=(Ve=te.get(s))==null?void 0:Ve.props)!=null?Ye:this._getFloatDomProps(s),data:f,unitId:n});const Fe=B.onTransformChange$.subscribeEvent(()=>{const H=Oe(B,w.renderObject,a.skeleton,c.worksheet);Te.next(H)});q.add(()=>{this._canvasFloatDomService.removeFloatDom(s)}),Fe&&q.add(Fe),this._domLayerInfoMap.set(s,dt),te.set(s,{...te.get(s)})})})),this.disposeWithMe(this._drawingManagerService.remove$.subscribe(t=>{t.forEach(e=>{const{unitId:n,subUnitId:o,drawingId:s}=e,c=E.getDrawingShapeKeyByDrawingSearch({unitId:n,subUnitId:o,drawingId:s}),d=this._getSceneAndTransformerByDrawingSearch(n);if(d==null)return;const{transformer:m,scene:l}=d,a=l.getObject(c);a!=null&&a.oKey&&m.clearControlByIds([a==null?void 0:a.oKey])})}))}_scrollUpdateListener(){const t=(e,n)=>{var l;const o=this._getSceneAndTransformerByDrawingSearch(e),s=this._ensureMap(e,n),c=Array.from(s.keys()),d=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e,subUnitId:n}),m=(l=this._renderManagerService.getRenderById(e))==null?void 0:l.with(P.SheetSkeletonManagerService).getWorksheetSkeleton(n);!o||!d||!m||c.forEach(a=>{const h=this._domLayerInfoMap.get(a);if(h){const g=Oe(h.rect,o.renderObject,m.skeleton,d.worksheet);h.position$.next(g)}})};this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(u.UniverInstanceType.UNIVER_SHEET).pipe(N.filter(e=>!!e),N.switchMap(e=>e.activeSheet$),N.filter(e=>!!e),N.map(e=>{const n=this._renderManagerService.getRenderById(e.getUnitId());return n?{render:n,unitId:e.getUnitId(),subUnitId:e.getSheetId()}:null}),N.filter(e=>!!e),N.switchMap(e=>u.fromEventSubject(e.render.scene.getViewport(U.SHEET_VIEWPORT_KEY.VIEW_MAIN).onScrollAfter$).pipe(N.map(()=>({unitId:e.unitId,subUnitId:e.subUnitId}))))).subscribe(({unitId:e,subUnitId:n})=>{t(e,n)})),this.disposeWithMe(this._commandService.onCommandExecuted(e=>{var n,o;if(e.id===P.SetZoomRatioOperation.id){const s=e.params,{unitId:c}=s;Array.from((o=(n=this._domLayerMap.get(c))==null?void 0:n.keys())!=null?o:[]).forEach(m=>{t(c,m)})}else if(e.id===_.SetFrozenMutation.id){const{unitId:s,subUnitId:c}=e.params;t(s,c)}}))}_getPosition(t,e){var g;const{startX:n,endX:o,startY:s,endY:c}=t,d=(g=this._renderManagerService.getRenderById(e))==null?void 0:g.with(P.ISheetSelectionRenderService);if(d==null)return;const m=d.getCellWithCoordByOffset(n,s);if(m==null)return;const l={column:m.actualColumn,columnOffset:n-m.startX,row:m.actualRow,rowOffset:s-m.startY},a=d.getCellWithCoordByOffset(o,c);if(a==null)return;const h={column:a.actualColumn,columnOffset:o-a.startX,row:a.actualRow,rowOffset:c-a.startY};return{from:l,to:h}}_featureUpdateListener(){this.disposeWithMe(this._drawingManagerService.update$.subscribe(t=>{t.forEach(e=>{const n=this._drawingManagerService.getDrawingByParam(e);if(!n||n.drawingType!==u.DrawingTypeEnum.DRAWING_DOM&&n.drawingType!==u.DrawingTypeEnum.DRAWING_CHART)return;const o={...n.transform};this._transformChange$.next({id:e.drawingId,value:o})})}))}_deleteListener(){this.disposeWithMe(this._drawingManagerService.remove$.subscribe(t=>{t.forEach(e=>{this._removeDom(e.drawingId)})}))}updateFloatDomProps(t,e,n,o){const s=this._domLayerInfoMap.get(n),c=this._getSceneAndTransformerByDrawingSearch(t);if(s&&c){const{scene:d}=c,m=E.getDrawingShapeKeyByDrawingSearch({unitId:t,subUnitId:e,drawingId:n}),l=d.getObject(m);l&&l instanceof U.Rect&&l.setProps(o)}}addFloatDomToPosition(t,e){const n=_.getSheetCommandTarget(this._univerInstanceService,{unitId:t.unitId,subUnitId:t.subUnitId});if(!n)throw new Error("cannot find current target!");const{unitId:o,subUnitId:s}=n,{initPosition:c,componentKey:d,data:m,allowTransform:l=!0}=t,a=e!=null?e:u.generateRandomId(),h=this._getPosition(c,o);if(h==null)return;this._ensureMap(o,s).set(a,t);const f={unitId:o,subUnitId:s,drawingId:a,drawingType:t.type||u.DrawingTypeEnum.DRAWING_DOM,componentKey:d,sheetTransform:h,transform:{left:c.startX,top:c.startY,width:c.endX-c.startX,height:c.endY-c.startY},data:m,allowTransform:l};return this._commandService.executeCommand(de.id,{unitId:o,drawings:[f]}),this._add$.next({unitId:o,subUnitId:s,id:a}),{id:a,dispose:()=>{this._removeDom(a,!0)}}}_removeDom(t,e=!1){const n=this._domLayerInfoMap.get(t);if(!n)return;const{unitId:o,subUnitId:s}=n;this._domLayerInfoMap.delete(t),n.dispose.dispose();const c=this._getSceneAndTransformerByDrawingSearch(o);if(c&&c.scene.removeObject(n.rect),e){this._ensureMap(o,s).delete(t);const m=this._drawingManagerService.getDrawingByParam({unitId:o,subUnitId:s,drawingId:t});if(!m)return;const l=this._sheetDrawingService.getBatchRemoveOp([m]),{redo:a,objects:h}=l;this._commandService.syncExecuteCommand(p.SetDrawingApplyMutation.id,{unitId:o,subUnitId:s,op:a,objects:h,type:p.DrawingApplyType.REMOVE})}}addHook(t){return this._hooks.push(t),{dispose:()=>{const e=this._hooks.findIndex(n=>n===t);this._hooks.splice(e,1)}}}};exports.SheetCanvasFloatDomManagerService=Bn([re(0,u.Inject(U.IRenderManagerService)),re(1,u.IUniverInstanceService),re(2,u.Inject(u.ICommandService)),re(3,E.IDrawingManagerService),re(4,u.Inject(G.CanvasFloatDomService)),re(5,p.ISheetDrawingService),re(6,u.Inject(u.LifecycleService))],exports.SheetCanvasFloatDomManagerService);var st=Object.defineProperty,Gn=Object.getOwnPropertyDescriptor,kn=(i,r,t)=>r in i?st(i,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[r]=t,Fn=(i,r,t,e)=>{for(var n=e>1?void 0:e?Gn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&st(r,t,n),n},Ae=(i,r)=>(t,e)=>r(t,e,i),at=(i,r,t)=>kn(i,typeof r!="symbol"?r+"":r,t);const Hn="SHEET_IMAGE_UI_PLUGIN";exports.UniverSheetsDrawingUIPlugin=class extends u.Plugin{constructor(r=Xe,t,e,n){super(),this._config=r,this._injector=t,this._renderManagerService=e,this._configService=n;const{menu:o,...s}=u.merge({},Xe,this._config);o&&this._configService.setConfig("menu",o,{merge:!0}),this._configService.setConfig(gt,s)}onStarting(){u.registerDependencies(this._injector,[[exports.SheetCanvasFloatDomManagerService],[Me],[Se],[ye],[Ce],[De],[_e],[Ie],[ve]]),u.touchDependencies(this._injector,[[exports.SheetCanvasFloatDomManagerService]])}onReady(){u.touchDependencies(this._injector,[[De]])}onRendered(){this._registerRenderModules(),u.touchDependencies(this._injector,[[Ce],[ye],[Me],[_e],[Ie],[ve]])}onSteady(){this._injector.get(Se)}_registerRenderModules(){[[ae],[Ne],[Pe]].forEach(r=>{this.disposeWithMe(this._renderManagerService.registerRenderModule(u.UniverInstanceType.UNIVER_SHEET,r))})}};at(exports.UniverSheetsDrawingUIPlugin,"type",u.UniverInstanceType.UNIVER_SHEET);at(exports.UniverSheetsDrawingUIPlugin,"pluginName",Hn);exports.UniverSheetsDrawingUIPlugin=Fn([u.DependentOn(E.UniverDrawingPlugin,Je.UniverDocsDrawingPlugin,ee.UniverDrawingUIPlugin,p.UniverSheetsDrawingPlugin),Ae(1,u.Inject(u.Injector)),Ae(2,U.IRenderManagerService),Ae(3,u.IConfigService)],exports.UniverSheetsDrawingUIPlugin);exports.ClearSheetDrawingTransformerOperation=x;exports.DeleteDrawingsCommand=$e;exports.EditSheetDrawingOperation=We;exports.GroupSheetDrawingCommand=Le;exports.InsertFloatImageCommand=Re;exports.InsertSheetDrawingCommand=de;exports.MoveDrawingsCommand=ie;exports.RemoveSheetDrawingCommand=ce;exports.SHEETS_IMAGE_MENU_ID=ke;exports.SetDrawingArrangeCommand=xe;exports.SetSheetDrawingCommand=le;exports.SidebarSheetDrawingOperation=je;exports.UngroupSheetDrawingCommand=Be;
|
|
9
|
+
*/var Ct;function kt(){if(Ct)return Ee;Ct=1;var i=q,r=Symbol.for("react.element"),t=Symbol.for("react.fragment"),e=Object.prototype.hasOwnProperty,n=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function s(a,d,m){var u,c={},g=null,h=null;m!==void 0&&(g=""+m),d.key!==void 0&&(g=""+d.key),d.ref!==void 0&&(h=d.ref);for(u in d)e.call(d,u)&&!o.hasOwnProperty(u)&&(c[u]=d[u]);if(a&&a.defaultProps)for(u in d=a.defaultProps,d)c[u]===void 0&&(c[u]=d[u]);return{$$typeof:r,type:a,key:g,ref:h,props:c,_owner:n.current}}return Ee.Fragment=t,Ee.jsx=s,Ee.jsxs=s,Ee}var yt;function $t(){return yt||(yt=1,ct.exports=kt()),ct.exports}var Y=$t();const Gt="univer-upload-loading",Ft="univer-upload-loading-body",Ht="univer-upload-loading-body-animation",Vt="univer-UniverCircleAnimation",Yt="univer-upload-loading-body-text",ke={uploadLoading:Gt,uploadLoadingBody:Ft,uploadLoadingBodyAnimation:Ht,univerCircleAnimation:Vt,uploadLoadingBodyText:Yt},Xt=()=>{const i=l.useDependency(P.IImageIoService),r=l.useDependency(l.LocaleService),[t,e]=q.useState(0);return q.useEffect(()=>{const n=i.change$.subscribe(o=>{e(o)});return()=>{n.unsubscribe()}},[i]),Y.jsx("div",{style:{display:t>0?"block":"none"},className:ke.uploadLoading,children:Y.jsxs("div",{className:ke.uploadLoadingBody,children:[Y.jsx("div",{className:ke.uploadLoadingBodyAnimation}),Y.jsx("div",{className:ke.uploadLoadingBodyText,children:`${r.t("uploadLoading.loading")}: ${t}`})]})})};var Kt=Object.defineProperty,zt=Object.getOwnPropertyDescriptor,qt=(i,r,t,e)=>{for(var n=e>1?void 0:e?zt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Kt(r,t,n),n},ue=(i,r)=>(t,e)=>r(t,e,i);let Xe=class extends l.RxDisposable{constructor(r,t,e,n,o,s,a,d){super();z(this,"_initImagePopupMenu",new Set);this._injector=r,this._drawingManagerService=t,this._canvasPopManagerService=e,this._renderManagerService=n,this._univerInstanceService=o,this._contextService=s,this._uiPartsService=a,this._commandService=d,this._init()}_init(){this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET).pipe(W.takeUntil(this.dispose$)).subscribe(r=>this._create(r)),this._univerInstanceService.getTypeOfUnitDisposed$(l.UniverInstanceType.UNIVER_SHEET).pipe(W.takeUntil(this.dispose$)).subscribe(r=>this._dispose(r)),this._univerInstanceService.getAllUnitsForType(l.UniverInstanceType.UNIVER_SHEET).forEach(r=>this._create(r)),this._uiPartsService.registerComponent(H.BuiltInUIPart.CONTENT,()=>l.connectInjector(Xt,this._injector))}_dispose(r){const t=r.getUnitId();this._renderManagerService.removeRender(t)}_create(r){if(!r)return;const t=r.getUnitId();this._renderManagerService.has(t)&&!this._initImagePopupMenu.has(t)&&(this._popupMenuListener(t),this._initImagePopupMenu.add(t))}_hasCropObject(r){const t=r.getAllObjectsByOrder();for(const e of t)if(e instanceof me.ImageCropperObject)return!0;return!1}_popupMenuListener(r){var o;const t=(o=this._renderManagerService.getRenderById(r))==null?void 0:o.scene;if(!t)return;const e=t.getTransformerByCreate();if(!e)return;let n;this.disposeWithMe(l.toDisposable(e.createControl$.subscribe(()=>{if(this._contextService.setContextValue(l.FOCUSING_COMMON_DRAWINGS,!0),this._hasCropObject(t))return;const s=e.getSelectedObjectMap();if(s.size>1){n==null||n.dispose();return}const a=s.values().next().value;if(!a)return;const d=a.oKey,m=this._drawingManagerService.getDrawingOKey(d);if(!m)return;const{unitId:u,subUnitId:c,drawingId:g,drawingType:h}=m,f=m.data;if(f&&f.disablePopup)return;n==null||n.dispose();const S=this._canvasPopManagerService.getFeatureMenu(u,c,g,h);n=this.disposeWithMe(this._canvasPopManagerService.attachPopupToObject(a,{componentKey:me.COMPONENT_IMAGE_POPUP_MENU,direction:"horizontal",offset:[2,0],extraProps:{menuItems:S||this._getImageMenuItems(u,c,g,h)}}))}))),this.disposeWithMe(e.clearControl$.subscribe(()=>{n==null||n.dispose(),this._contextService.setContextValue(l.FOCUSING_COMMON_DRAWINGS,!1),this._commandService.syncExecuteCommand(P.SetDrawingSelectedOperation.id,[])})),this.disposeWithMe(this._contextService.contextChanged$.subscribe(s=>{s[l.FOCUSING_COMMON_DRAWINGS]===!1&&(n==null||n.dispose())})),this.disposeWithMe(e.changing$.subscribe(()=>{n==null||n.dispose()}))}_getImageMenuItems(r,t,e,n){return[{label:"image-popup.edit",index:0,commandId:pt.id,commandParams:{unitId:r,subUnitId:t,drawingId:e},disable:n===l.DrawingTypeEnum.DRAWING_DOM},{label:"image-popup.delete",index:1,commandId:Ue.id,commandParams:{unitId:r,drawings:[{unitId:r,subUnitId:t,drawingId:e}]},disable:!1},{label:"image-popup.crop",index:2,commandId:me.OpenImageCropOperation.id,commandParams:{unitId:r,subUnitId:t,drawingId:e},disable:n===l.DrawingTypeEnum.DRAWING_DOM},{label:"image-popup.reset",index:3,commandId:me.ImageResetSizeOperation.id,commandParams:[{unitId:r,subUnitId:t,drawingId:e}],disable:n===l.DrawingTypeEnum.DRAWING_DOM}]}};Xe=qt([ue(0,l.Inject(l.Injector)),ue(1,P.IDrawingManagerService),ue(2,l.Inject(U.SheetCanvasPopManagerService)),ue(3,j.IRenderManagerService),ue(4,l.IUniverInstanceService),ue(5,l.IContextService),ue(6,l.Inject(H.IUIPartsService)),ue(7,l.ICommandService)],Xe);function X(i,r,t){const{from:e,to:n,flipY:o=!1,flipX:s=!1,angle:a=0,skewX:d=0,skewY:m=0}=i,u=t.getCurrent();if(u==null)return;const c=U.convertPositionSheetOverGridToAbsolute(u.unitId,u.sheetId,{from:e,to:n},t);let{left:g,top:h,width:f,height:S}=c;const w=t.getCurrentSkeleton(),v=w.rowHeaderWidth+w.columnTotalWidth,D=w.columnHeaderHeight+w.rowTotalHeight;return g+f>v&&(g=v-f),h+S>D&&(h=D-S),{flipY:o,flipX:s,angle:a,skewX:d,skewY:m,left:g,top:h,width:f,height:S}}function F(i,r){const{left:t=0,top:e=0,width:n=0,height:o=0,flipY:s=!1,flipX:a=!1,angle:d=0,skewX:m=0,skewY:u=0}=i,c=r.getCellWithCoordByOffset(t,e);if(c==null)return;const g={column:c.actualColumn,columnOffset:j.precisionTo(t-c.startX,1),row:c.actualRow,rowOffset:j.precisionTo(e-c.startY,1)},h=r.getCellWithCoordByOffset(t+n,e+o);if(h==null)return;const f={column:h.actualColumn,columnOffset:j.precisionTo(t+n-h.startX,1),row:h.actualRow,rowOffset:j.precisionTo(e+o-h.startY,1)};return{flipY:s,flipX:a,angle:d,skewX:m,skewY:u,from:g,to:f}}var Jt=Object.defineProperty,Zt=Object.getOwnPropertyDescriptor,Qt=(i,r,t,e)=>{for(var n=e>1?void 0:e?Zt(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Jt(r,t,n),n},$e=(i,r)=>(t,e)=>r(t,e,i);let ut=class extends l.Disposable{constructor(i,r,t,e,n){super(),this._context=i,this._sheetDrawingService=r,this._drawingManagerService=t,this._sheetSelectionRenderService=e,this._sheetSkeletonManagerService=n,this._init()}_init(){this._drawingInitializeListener()}_drawingInitializeListener(){this._sheetDrawingService.initializeNotification(this._context.unitId);const i=this._sheetDrawingService.getDrawingDataForUnit(this._context.unitId);for(const r in i){const t=i[r];for(const e in t.data){const n=t.data[e];n.transform=X(n.sheetTransform,this._sheetSelectionRenderService,this._sheetSkeletonManagerService)}}this._drawingManagerService.registerDrawingData(this._context.unitId,this._sheetDrawingService.getDrawingDataForUnit(this._context.unitId)),this._drawingManagerService.initializeNotification(this._context.unitId)}};ut=Qt([$e(1,p.ISheetDrawingService),$e(2,P.IDrawingManagerService),$e(3,l.Inject(U.ISheetSelectionRenderService)),$e(4,l.Inject(U.SheetSkeletonManagerService))],ut);function en(i){const r=[];return i.forEach(t=>{const{parent:e,children:n}=t,{unitId:o,subUnitId:s,drawingId:a}=e,d=j.getGroupState(0,0,n.map(c=>c.transform||{})),m=n.map(c=>{const g=c.transform||{left:0,top:0},{unitId:h,subUnitId:f,drawingId:S}=c;return{unitId:h,subUnitId:f,drawingId:S,transform:{...g,left:g.left-d.left,top:g.top-d.top},groupId:a}}),u={unitId:o,subUnitId:s,drawingId:a,drawingType:l.DrawingTypeEnum.DRAWING_GROUP,transform:d};r.push({parent:u,children:m})}),r}function tn(i){const r=[];return i.forEach(t=>{const{parent:e,children:n}=t,{unitId:o,subUnitId:s,drawingId:a,transform:d={width:0,height:0}}=e;if(d==null)return;const m=n.map(c=>{const{transform:g}=c,{unitId:h,subUnitId:f,drawingId:S}=c,w=j.transformObjectOutOfGroup(g||{},d,d.width||0,d.height||0);return{unitId:h,subUnitId:f,drawingId:S,transform:w,groupId:void 0}}),u={unitId:o,subUnitId:s,drawingId:a,drawingType:l.DrawingTypeEnum.DRAWING_GROUP,transform:{left:0,top:0}};r.push({parent:u,children:m})}),r}const ft={id:"sheet.command.group-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),n=i.get(p.ISheetDrawingService);if(!r)return!1;const o=[];r.forEach(({parent:h,children:f})=>{o.push(h.unitId),f.forEach(S=>{o.push(S.unitId)})});const s=n.getGroupDrawingOp(r),{unitId:a,subUnitId:d,undo:m,redo:u,objects:c}=s;return t.syncExecuteCommand(p.SetDrawingApplyMutation.id,{op:u,unitId:a,subUnitId:d,objects:c,type:p.DrawingApplyType.GROUP})?(e.pushUndoRedo({unitID:a,undoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:m,unitId:a,subUnitId:d,objects:tn(c),type:p.DrawingApplyType.UNGROUP}},{id:G.id,params:o}],redoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:u,unitId:a,subUnitId:d,objects:c,type:p.DrawingApplyType.GROUP}},{id:G.id,params:o}]}),!0):!1}},Ne={id:"sheet.command.insert-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{var D,y,T;const t=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),n=i.get(p.ISheetDrawingService),o=i.get(_.SheetInterceptorService);if(!r)return!1;const s=r.drawings,a=s.map(C=>C.unitId),d=n.getBatchAddOp(s),{unitId:m,subUnitId:u,undo:c,redo:g,objects:h}=d,f=o.onCommandExecute({id:Ne.id,params:r}),S={id:p.SetDrawingApplyMutation.id,params:{op:g,unitId:m,subUnitId:u,objects:h,type:p.DrawingApplyType.INSERT}},w={id:p.SetDrawingApplyMutation.id,params:{op:c,unitId:m,subUnitId:u,objects:h,type:p.DrawingApplyType.REMOVE}};return l.sequenceExecute([...(D=f.preRedos)!=null?D:[],S,...f.redos],t)?(e.pushUndoRedo({unitID:m,undoMutations:[...(y=f.preUndos)!=null?y:[],w,...f.undos,{id:G.id,params:a}],redoMutations:[...(T=f.preRedos)!=null?T:[],S,...f.redos,{id:G.id,params:a}]}),!0):!1}},wt={id:"sheet.command.set-drawing-arrange",type:l.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(l.ICommandService),e=i.get(l.IUndoRedoService);if(!r)return!1;const n=i.get(p.ISheetDrawingService),{unitId:o,subUnitId:s,drawingIds:a,arrangeType:d}=r,m={unitId:o,subUnitId:s,drawingIds:a};let u;if(d===l.ArrangeTypeEnum.forward?u=n.getForwardDrawingsOp(m):d===l.ArrangeTypeEnum.backward?u=n.getBackwardDrawingOp(m):d===l.ArrangeTypeEnum.front?u=n.getFrontDrawingsOp(m):d===l.ArrangeTypeEnum.back&&(u=n.getBackDrawingsOp(m)),u==null)return!1;const{objects:c,redo:g,undo:h}=u;return t.syncExecuteCommand(p.SetDrawingApplyMutation.id,{op:g,unitId:o,subUnitId:s,objects:c,type:p.DrawingApplyType.ARRANGE})?(e.pushUndoRedo({unitID:o,undoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:h,unitId:o,subUnitId:s,objects:c,type:p.DrawingApplyType.ARRANGE}}],redoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:g,unitId:o,subUnitId:s,objects:c,type:p.DrawingApplyType.ARRANGE}}]}),!0):!1}},je={id:"sheet.command.set-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),n=i.get(p.ISheetDrawingService);if(!r)return!1;const{drawings:o}=r,s=n.getBatchUpdateOp(o),{unitId:a,subUnitId:d,undo:m,redo:u,objects:c}=s;return t.syncExecuteCommand(p.SetDrawingApplyMutation.id,{unitId:a,subUnitId:d,op:u,objects:c,type:p.DrawingApplyType.UPDATE})?(e.pushUndoRedo({unitID:a,undoMutations:[{id:p.SetDrawingApplyMutation.id,params:{unitId:a,subUnitId:d,op:m,objects:c,type:p.DrawingApplyType.UPDATE}},{id:G.id,params:[a]}],redoMutations:[{id:p.SetDrawingApplyMutation.id,params:{unitId:a,subUnitId:d,op:u,objects:c,type:p.DrawingApplyType.UPDATE}},{id:G.id,params:[a]}]}),!0):!1}},St={id:"sheet.command.ungroup-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),n=i.get(p.ISheetDrawingService);if(!r)return!1;const o=[];r.forEach(({parent:h,children:f})=>{o.push(h.unitId),f.forEach(S=>{o.push(S.unitId)})});const s=n.getUngroupDrawingOp(r),{unitId:a,subUnitId:d,undo:m,redo:u,objects:c}=s;return t.syncExecuteCommand(p.SetDrawingApplyMutation.id,{op:u,unitId:a,subUnitId:d,objects:c,type:p.DrawingApplyType.UNGROUP})?(e.pushUndoRedo({unitID:a,undoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:m,unitId:a,subUnitId:d,objects:en(c),type:p.DrawingApplyType.GROUP}},{id:G.id,params:o}],redoMutations:[{id:p.SetDrawingApplyMutation.id,params:{op:u,unitId:a,subUnitId:d,objects:c,type:p.DrawingApplyType.UNGROUP}},{id:G.id,params:o}]}),!0):!1}};var nn=Object.defineProperty,rn=Object.getOwnPropertyDescriptor,on=(i,r,t,e)=>{for(var n=e>1?void 0:e?rn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&nn(r,t,n),n},Z=(i,r)=>(t,e)=>r(t,e,i);function sn(i,r,t){const e=t*Math.PI/180,n=Math.abs(i*Math.cos(e))+Math.abs(r*Math.sin(e)),o=Math.abs(i*Math.sin(e))+Math.abs(r*Math.cos(e));return{rotatedWidth:n,rotatedHeight:o}}function Et(i,r,t,e,n){var D;const{rotatedHeight:o,rotatedWidth:s}=sn(t,e,n),d=i.get(j.IRenderManagerService).getRenderById(r.unitId);if(!d)return!1;const u=(D=d.with(U.SheetSkeletonManagerService).getWorksheetSkeleton(r.subUnitId))==null?void 0:D.skeleton;if(u==null)return!1;const c=u.getCellByIndex(r.row,r.col),g=c.mergeInfo.endX-c.mergeInfo.startX-2,h=c.mergeInfo.endY-c.mergeInfo.startY-2,f=s/o,w=Math.ceil(Math.min(g,h*f))/s,v=!w||Number.isNaN(w)?.001:w;return{width:t*v,height:e*v}}let Pe=class extends l.Disposable{constructor(r,t,e,n,o,s,a,d,m,u,c,g,h){super();z(this,"_workbookSelections");this._context=r,this._skeletonManagerService=t,this._commandService=e,this._selectionRenderService=n,this._imageIoService=o,this._fileOpenerService=s,this._sheetDrawingService=a,this._drawingManagerService=d,this._contextService=m,this._messageService=u,this._localeService=c,this._injector=h,this._workbookSelections=g.getWorkbookSelections(this._context.unitId),this._updateImageListener(),this._updateOrderListener(),this._groupDrawingListener(),this._focusDrawingListener()}async insertFloatImage(){const r=await this._fileOpenerService.openFile({multiple:!0,accept:P.DRAWING_IMAGE_ALLOW_IMAGE_LIST.map(e=>`.${e.replace("image/","")}`).join(",")}),t=r.length;return t>P.DRAWING_IMAGE_COUNT_LIMIT?(this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.exceedMaxCount",String(P.DRAWING_IMAGE_COUNT_LIMIT))}),!1):t===0?!1:(r.forEach(async e=>await this._insertFloatImage(e)),!0)}async insertCellImage(){const t=(await this._fileOpenerService.openFile({multiple:!1,accept:P.DRAWING_IMAGE_ALLOW_IMAGE_LIST.map(e=>`.${e.replace("image/","")}`).join(",")}))[0];return t?(await this._insertCellImage(t),!0):!1}async _insertFloatImage(r){let t;try{t=await this._imageIoService.saveImage(r)}catch(D){const y=D.message;y===P.ImageUploadStatusType.ERROR_EXCEED_SIZE?this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.exceedMaxSize",String(P.DRAWING_IMAGE_ALLOW_SIZE/(1024*1024)))}):y===P.ImageUploadStatusType.ERROR_IMAGE_TYPE?this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.invalidImageType")}):y===P.ImageUploadStatusType.ERROR_IMAGE&&this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.invalidImage")})}if(t==null)return;const e=this._getUnitInfo(),{unitId:n,subUnitId:o}=e,{imageId:s,imageSourceType:a,source:d,base64Cache:m}=t,{width:u,height:c,image:g}=await P.getImageSize(m||""),{width:h,height:f}=this._context.scene;this._imageIoService.addImageSourceCache(d,a,g);let S=1;if(u>P.DRAWING_IMAGE_WIDTH_LIMIT||c>P.DRAWING_IMAGE_HEIGHT_LIMIT){const D=P.DRAWING_IMAGE_WIDTH_LIMIT/u,y=P.DRAWING_IMAGE_HEIGHT_LIMIT/c;S=Math.max(D,y)}const w=this._getImagePosition(u*S,c*S,h,f);if(w==null)return;const v={unitId:n,subUnitId:o,drawingId:s,drawingType:l.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType:a,source:d,transform:X(w,this._selectionRenderService,this._skeletonManagerService),sheetTransform:w};this._commandService.executeCommand(Ne.id,{unitId:n,drawings:[v]})}async _insertCellImage(r){let t;try{t=await this._imageIoService.saveImage(r)}catch(w){const v=w.message;v===P.ImageUploadStatusType.ERROR_EXCEED_SIZE?this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.exceedMaxSize",String(P.DRAWING_IMAGE_ALLOW_SIZE/(1024*1024)))}):v===P.ImageUploadStatusType.ERROR_IMAGE_TYPE?this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.invalidImageType")}):v===P.ImageUploadStatusType.ERROR_IMAGE&&this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.invalidImage")})}if(t==null)return;const{imageId:e,imageSourceType:n,source:o,base64Cache:s}=t,{width:a,height:d,image:m}=await P.getImageSize(s||"");this._imageIoService.addImageSourceCache(o,n,m);const u=this._workbookSelections.getCurrentLastSelection();if(!u)return!1;const c=l.createDocumentModelWithStyle("",{}),g=Et(this._injector,{unitId:this._context.unitId,subUnitId:this._context.unit.getActiveSheet().getSheetId(),row:u.primary.actualRow,col:u.primary.actualColumn},a,d,0);if(!g)return!1;const h={size:{width:g.width,height:g.height},positionH:{relativeFrom:l.ObjectRelativeFromH.PAGE,posOffset:0},positionV:{relativeFrom:l.ObjectRelativeFromV.PARAGRAPH,posOffset:0},angle:0},f={unitId:c.getUnitId(),subUnitId:c.getUnitId(),drawingId:e,drawingType:l.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType:n,source:o,transform:Tt.docDrawingPositionToTransform(h),docTransform:h,behindDoc:l.BooleanNumber.FALSE,title:"",description:"",layoutType:l.PositionedObjectLayoutType.INLINE,wrapText:l.WrapTextType.BOTH_SIDES,distB:0,distL:0,distR:0,distT:0},S=l.BuildTextUtils.drawing.add({documentDataModel:c,drawings:[f],selection:{collapsed:!0,startOffset:0,endOffset:0}});return S?(c.apply(S),this._commandService.syncExecuteCommand(_.SetRangeValuesCommand.id,{value:{[u.primary.actualRow]:{[u.primary.actualColumn]:{p:c.getSnapshot(),t:1}}}})):!1}_getUnitInfo(){const r=this._context.unit,t=r.getActiveSheet(),e=r.getUnitId(),n=t.getSheetId();return{unitId:e,subUnitId:n}}_getImagePosition(r,t,e,n){const o=this._workbookSelections.getCurrentSelections();let s={startRow:0,endRow:0,startColumn:0,endColumn:0};o&&o.length>0&&(s=o[o.length-1].range);const a=U.attachRangeWithCoord(this._skeletonManagerService.getCurrent().skeleton,s);if(a==null)return;let{startColumn:d,startRow:m,startX:u,startY:c}=a,g=!1;if(u+r>e&&(u=e-r,u<0&&(u=0,r=e),g=!0),c+t>n&&(c=n-t,c<0&&(c=0,t=n),g=!0),g){const w=this._selectionRenderService.getCellWithCoordByOffset(u,c);if(w==null)return;u=w.startX,c=w.startY,d=w.actualColumn,m=w.actualRow}const h={column:d,columnOffset:0,row:m,rowOffset:0},f=this._selectionRenderService.getCellWithCoordByOffset(u+r,c+t);if(f==null)return;const S={column:f.actualColumn,columnOffset:u+r-f.startX,row:f.actualRow,rowOffset:c+t-f.startY};return{from:h,to:S}}_updateOrderListener(){this.disposeWithMe(this._drawingManagerService.featurePluginOrderUpdate$.subscribe(r=>{const{unitId:t,subUnitId:e,drawingIds:n,arrangeType:o}=r;this._commandService.executeCommand(wt.id,{unitId:t,subUnitId:e,drawingIds:n,arrangeType:o})}))}_updateImageListener(){this.disposeWithMe(this._drawingManagerService.featurePluginUpdate$.subscribe(r=>{const t=[];r.length!==0&&(r.forEach(e=>{const{unitId:n,subUnitId:o,drawingId:s,drawingType:a,transform:d}=e;if(d==null)return;const m=this._sheetDrawingService.getDrawingByParam({unitId:n,subUnitId:o,drawingId:s});if(m==null||m.unitId!==this._context.unitId)return;const u=F({...m.transform,...d},this._selectionRenderService);if(u==null)return;const c={...e,transform:{...m.transform,...d,...X(u,this._selectionRenderService,this._skeletonManagerService)},sheetTransform:{...u}};t.push(c)}),t.length>0&&this._commandService.executeCommand(je.id,{unitId:r[0].unitId,drawings:t}))}))}_groupDrawingListener(){this.disposeWithMe(this._drawingManagerService.featurePluginGroupUpdate$.subscribe(r=>{this._commandService.executeCommand(ft.id,r);const{unitId:t,subUnitId:e,drawingId:n}=r[0].parent;this._commandService.syncExecuteCommand(P.SetDrawingSelectedOperation.id,[{unitId:t,subUnitId:e,drawingId:n}])})),this.disposeWithMe(this._drawingManagerService.featurePluginUngroupUpdate$.subscribe(r=>{this._commandService.executeCommand(St.id,r)}))}_focusDrawingListener(){this.disposeWithMe(this._drawingManagerService.focus$.subscribe(r=>{r==null||r.length===0?(this._contextService.setContextValue(l.FOCUSING_COMMON_DRAWINGS,!1),this._sheetDrawingService.focusDrawing([])):(this._contextService.setContextValue(l.FOCUSING_COMMON_DRAWINGS,!0),this._sheetDrawingService.focusDrawing(r))}))}};Pe=on([Z(1,l.Inject(U.SheetSkeletonManagerService)),Z(2,l.ICommandService),Z(3,U.ISheetSelectionRenderService),Z(4,P.IImageIoService),Z(5,H.ILocalFileService),Z(6,p.ISheetDrawingService),Z(7,P.IDrawingManagerService),Z(8,l.IContextService),Z(9,H.IMessageService),Z(10,l.Inject(l.LocaleService)),Z(11,l.Inject(_.SheetsSelectionsService)),Z(12,l.Inject(l.Injector))],Pe);var an=Object.defineProperty,cn=Object.getOwnPropertyDescriptor,dn=(i,r,t,e)=>{for(var n=e>1?void 0:e?cn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&an(r,t,n),n},Se=(i,r)=>(t,e)=>r(t,e,i);function gt(i,r,t){var e,n,o,s;if(((n=(e=t==null?void 0:t.p)==null?void 0:e.body)==null?void 0:n.dataStream.length)===3&&((s=(o=t.p)==null?void 0:o.drawingsOrder)==null?void 0:s.length)===1){const a=t.p.drawings[t.p.drawingsOrder[0]],d=Et(i,{unitId:r.unitId,subUnitId:r.subUnitId,row:r.row,col:r.col},a.docTransform.size.width,a.docTransform.size.height,a.docTransform.angle);if(d)return a.transform.width=d.width,a.transform.height=d.height,a.docTransform.size.width=d.width,a.docTransform.size.height=d.height,a.transform.left=0,a.transform.top=0,a.docTransform.positionH.posOffset=0,a.docTransform.positionV.posOffset=0,t.p.documentStyle.pageSize.width=1/0,t.p.documentStyle.pageSize.height=1/0,!0}return!1}let Ke=class extends l.Disposable{constructor(i,r,t,e,n,o,s){super(),this._commandService=i,this._sheetInterceptorService=r,this._univerInstanceService=t,this._injector=e,this._drawingManagerService=n,this._docDrawingController=o,this._editorBridgeService=s,this._initHandleResize(),this._handleInitEditor(),this._handleWriteCell(),this._initCellContentInterceptor()}_initHandleResize(){this.disposeWithMe(this._commandService.onCommandExecuted(i=>{let r,t=[];if(i.id===_.SetWorksheetRowHeightMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===_.SetWorksheetColWidthMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===_.SetWorksheetRowIsAutoHeightMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===_.SetWorksheetRowAutoHeightMutation.id){const e=i.params;r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId}),t=e.rowsAutoHeightInfo.map(n=>({startRow:n.row,endRow:n.row,startColumn:0,endColumn:9999}))}else if(i.id===_.AddWorksheetMergeMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===_.RemoveWorksheetMergeMutation.id){const e=i.params;t=e.ranges,r=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}r&&t.length&&t.forEach(e=>{const n=l.Range.transformRange(e,r.worksheet);for(let o=n.startRow;o<=n.endRow;o++)for(let s=n.startColumn;s<=n.endColumn;s++)gt(this._injector,{unitId:r.unitId,subUnitId:r.subUnitId,row:o,col:s},r.worksheet.getCellRaw(o,s))})}))}_handleInitEditor(){this.disposeWithMe(this._editorBridgeService.visible$.subscribe(i=>{i.visible?i.visible&&(this._drawingManagerService.removeDrawingDataForUnit(l.DOCS_NORMAL_EDITOR_UNIT_ID_KEY),this._docDrawingController.loadDrawingDataForUnit(l.DOCS_NORMAL_EDITOR_UNIT_ID_KEY),this._drawingManagerService.initializeNotification(l.DOCS_NORMAL_EDITOR_UNIT_ID_KEY)):this._drawingManagerService.removeDrawingDataForUnit(l.DOCS_NORMAL_EDITOR_UNIT_ID_KEY)})),this.disposeWithMe(this._commandService.onCommandExecuted(i=>{i.id===Tt.ReplaceSnapshotCommand.id&&i.params.unitId===l.DOCS_ZEN_EDITOR_UNIT_ID_KEY&&(this._drawingManagerService.removeDrawingDataForUnit(l.DOCS_ZEN_EDITOR_UNIT_ID_KEY),this._docDrawingController.loadDrawingDataForUnit(l.DOCS_ZEN_EDITOR_UNIT_ID_KEY),this._drawingManagerService.initializeNotification(l.DOCS_ZEN_EDITOR_UNIT_ID_KEY))}))}_handleWriteCell(){this.disposeWithMe(this._sheetInterceptorService.writeCellInterceptor.intercept(_.AFTER_CELL_EDIT,{priority:9999,handler:(i,r,t)=>(gt(this._injector,{unitId:r.unitId,subUnitId:r.subUnitId,row:r.row,col:r.col},i),t(i))}))}_initCellContentInterceptor(){this.disposeWithMe(this._sheetInterceptorService.intercept(_.INTERCEPTOR_POINT.CELL_CONTENT,{effect:l.InterceptorEffectEnum.Style,priority:_.InterceptCellContentPriority.CELL_IMAGE,handler:(i,r,t)=>{var e;return i!=null&&i.p&&((e=i.p.drawingsOrder)!=null&&e.length)&&(i.interceptorStyle||(i.interceptorStyle={}),i.interceptorStyle.tr={a:0}),t(i)}}))}};Ke=dn([Se(0,l.ICommandService),Se(1,l.Inject(_.SheetInterceptorService)),Se(2,l.IUniverInstanceService),Se(3,l.Inject(l.Injector)),Se(4,P.IDrawingManagerService),Se(5,l.Inject(Mt.DocDrawingController)),Se(6,l.Inject(U.IEditorBridgeService))],Ke);var ln=Object.defineProperty,un=Object.getOwnPropertyDescriptor,gn=(i,r,t,e)=>{for(var n=e>1?void 0:e?un(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&ln(r,t,n),n},Rt=(i,r)=>(t,e)=>r(t,e,i);let ze=class extends l.Disposable{constructor(i,r){super(),this._autoFillService=i,this._injector=r,this._initAutoFillHooks()}_initAutoFillHooks(){this.disposeWithMe(this._autoFillService.addHook({id:"sheet-cell-image-autofill",onBeforeSubmit:(i,r,t,e)=>{new l.ObjectMatrix(e).forValue((n,o,s)=>{gt(this._injector,{unitId:i.unitId,subUnitId:i.subUnitId,row:n,col:o},s)})}}))}};ze=gn([Rt(0,l.Inject(U.IAutoFillService)),Rt(1,l.Inject(l.Injector))],ze);var hn=Object.defineProperty,mn=Object.getOwnPropertyDescriptor,pn=(i,r,t,e)=>{for(var n=e>1?void 0:e?mn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&hn(r,t,n),n},Ge=(i,r)=>(t,e)=>r(t,e,i);let qe=class extends l.Disposable{constructor(r,t,e,n){super();z(this,"_isSetCursor",!1);this._hoverManagerService=r,this._renderManagerService=t,this._selectionsService=e,this._drawingRenderService=n}_initHover(){}_initImageClick(){}};qe=pn([Ge(0,l.Inject(U.HoverManagerService)),Ge(1,l.Inject(j.IRenderManagerService)),Ge(2,l.Inject(_.SheetsSelectionsService)),Ge(3,l.Inject(me.DrawingRenderService))],qe);var fn=Object.defineProperty,wn=Object.getOwnPropertyDescriptor,Sn=(i,r,t,e)=>{for(var n=e>1?void 0:e?wn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&fn(r,t,n),n},dt=(i,r)=>(t,e)=>r(t,e,i);let Je=class extends l.Disposable{constructor(r,t,e){super();z(this,"_copyInfo");this._sheetClipboardService=r,this._renderManagerService=t,this._sheetDrawingService=e,this._initCopyPaste()}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:"SHEET_IMAGE_UI_PLUGIN",onBeforeCopy:(r,t,e)=>this._collect(r,t,e),onPasteCells:(r,t,e,n)=>{const{copyType:o=U.COPY_TYPE.COPY,pasteType:s}=n,{range:a}=r||{},{range:d,unitId:m,subUnitId:u}=t;return this._generateMutations(d,{copyType:o,pasteType:s,copyRange:a,unitId:m,subUnitId:u})},onPastePlainText:(r,t)=>({undos:[],redos:[]})})}_collect(r,t,e){var g;const n=(g=this._renderManagerService.getRenderById(r))==null?void 0:g.with(U.SheetSkeletonManagerService);if(!n)return;const o=n.attachRangeWithCoord(e);if(!o)return;const{startX:s,endX:a,startY:d,endY:m}=o,u=this._sheetDrawingService.getDrawingData(r,t),c=[];Object.keys(u).forEach(h=>{const f=u[h],{transform:S}=f;if(f.anchorType!==p.SheetDrawingAnchorType.Both||!S)return;const{left:w=0,top:v=0,width:D=0,height:y=0}=S,{drawingStartX:T,drawingEndX:C,drawingStartY:M,drawingEndY:I}={drawingStartX:w,drawingEndX:w+D,drawingStartY:v,drawingEndY:v+y};s<=T&&C<=a&&d<=M&&I<=m&&c.push(f)}),c.length&&(this._copyInfo={drawings:c,unitId:r,subUnitId:t})}_generateMutations(r,t){var x;if(!this._copyInfo)return{redos:[],undos:[]};if([U.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,U.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,U.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,U.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA].includes(t.pasteType))return{redos:[],undos:[]};const{copyRange:n}=t;if(!n)return{redos:[],undos:[]};const{drawings:o,unitId:s,subUnitId:a}=this._copyInfo,{ranges:[d,m],mapFunc:u}=U.virtualizeDiscreteRanges([n,r]),{row:c,col:g}=u(d.startRow,d.startColumn),{row:h,col:f}=u(m.startRow,m.startColumn),S=(x=this._renderManagerService.getRenderById(s))==null?void 0:x.with(U.SheetSkeletonManagerService);if(!S)return{redos:[],undos:[]};const w=S.attachRangeWithCoord({startRow:c,endRow:c,startColumn:g,endColumn:g}),v=S.attachRangeWithCoord({startRow:h,endRow:h,startColumn:f,endColumn:f});if(!w||!v)return{redos:[],undos:[]};const D=[],y=[],T=v.startX-w.startX,C=v.startY-w.startY,M=h-c,I=f-g,A=t.copyType===U.COPY_TYPE.CUT,{_sheetDrawingService:b}=this;return o.forEach(B=>{const{transform:E,sheetTransform:R}=B;if(!E)return;const N={...B,unitId:s,subUnitId:a,drawingId:A?B.drawingId:l.Tools.generateRandomId(),transform:{...E,left:E.left+T,top:E.top+C},sheetTransform:{to:{...R.to,row:R.to.row+M,column:R.to.column+I},from:{...R.from,row:R.from.row+M,column:R.from.column+I}}};if(A){const{undo:O,redo:k,objects:V}=b.getBatchUpdateOp([N]);D.push({id:p.SetDrawingApplyMutation.id,params:{unitId:s,subUnitId:a,type:p.DrawingApplyType.UPDATE,op:k,objects:V}}),y.push({id:p.SetDrawingApplyMutation.id,params:{unitId:s,subUnitId:a,type:p.DrawingApplyType.UPDATE,op:O,objects:V}})}else{const{undo:O,redo:k,objects:V}=b.getBatchAddOp([N]);D.push({id:p.SetDrawingApplyMutation.id,params:{op:k,unitId:s,subUnitId:a,objects:V,type:p.DrawingApplyType.INSERT}}),y.push({id:p.SetDrawingApplyMutation.id,params:{op:O,unitId:s,subUnitId:a,objects:V,type:p.DrawingApplyType.REMOVE}})}}),{redos:D,undos:y}}};Je=Sn([dt(0,U.ISheetClipboardService),dt(1,j.IRenderManagerService),dt(2,p.ISheetDrawingService)],Je);var _n=Object.defineProperty,vn=Object.getOwnPropertyDescriptor,In=(i,r,t,e)=>{for(var n=e>1?void 0:e?vn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&_n(r,t,n),n},Oe=(i,r)=>(t,e)=>r(t,e,i);let Ze=class extends l.Disposable{constructor(i,r,t,e,n){super(),this._drawingManagerService=i,this._renderManagerService=r,this._permissionService=t,this._univerInstanceService=e,this._userManagerService=n,this._initDrawingVisible(),this._initDrawingEditable(),this._initViewPermissionChange(),this._initEditPermissionChange()}_initDrawingVisible(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(W.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,t])=>{if(!r){this._drawingManagerService.setDrawingVisible(!1);return}r.activeSheet$.subscribe(e=>{if(!e){this._drawingManagerService.setDrawingVisible(!1);return}const n=r.getUnitId(),o=e.getSheetId();if(this._permissionService.composePermission([new _.WorkbookViewPermission(n).id,new _.WorksheetViewPermission(n,o).id]).every(a=>a.value))this._drawingManagerService.setDrawingVisible(!0);else{this._drawingManagerService.setDrawingVisible(!1);const a=r.getUnitId(),d=e.getSheetId(),m=this._drawingManagerService.getDrawingData(a,d),u=Object.values(m),c=this._renderManagerService.getRenderById(a),g=c==null?void 0:c.scene;if(g==null)return;g.getAllObjectsByOrder().forEach(f=>{f.classType===j.RENDER_CLASS_TYPE.IMAGE&&u.some(S=>f.oKey.includes(S.drawingId))&&g.removeObject(f)})}})}))}_initDrawingEditable(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(W.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,t])=>{if(!r){this._drawingManagerService.setDrawingEditable(!1);return}r.activeSheet$.subscribe(e=>{if(!e){this._drawingManagerService.setDrawingEditable(!1);return}const n=r.getUnitId(),o=e.getSheetId();if(this._permissionService.composePermission([new _.WorkbookEditablePermission(n).id,new _.WorksheetEditPermission(n,o).id]).every(a=>a.value))this._drawingManagerService.setDrawingEditable(!0);else{this._drawingManagerService.setDrawingEditable(!1);const a=r.getUnitId(),d=e.getSheetId(),m=this._drawingManagerService.getDrawingData(a,d),u=Object.values(m),c=this._renderManagerService.getRenderById(a),g=c==null?void 0:c.scene;if(g==null)return;g.getAllObjectsByOrder().forEach(f=>{f.classType===j.RENDER_CLASS_TYPE.IMAGE&&u.some(S=>f.oKey.includes(S.drawingId))&&g.detachTransformerFrom(f)})}})}))}_initViewPermissionChange(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(W.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,t])=>{r&&r.activeSheet$.subscribe(e=>{var c;if(!e)return;const n=r.getUnitId(),o=e.getSheetId();let s=!0;const a=this._renderManagerService.getRenderById(n),d=a==null?void 0:a.scene;if(d==null)return;const m=d.getTransformerByCreate(),u=this._permissionService.composePermission$([new _.WorkbookViewPermission(n).id,new _.WorksheetViewPermission(n,o).id]).pipe(W.map(g=>g.every(h=>h.value)));u==null||u.pipe(W.filter(g=>g!==s),W.distinctUntilChanged()).subscribe({next:g=>{s=g,this._drawingManagerService.setDrawingVisible(g);const h=d.getAllObjectsByOrder(),f=this._drawingManagerService.getDrawingData(n,o),S=Object.values(f);g?this._drawingManagerService.addNotification(S):(h.forEach(w=>{w.classType===j.RENDER_CLASS_TYPE.IMAGE&&S.some(v=>w.oKey.includes(v.drawingId))&&d.removeObject(w)}),m.clearSelectedObjects())}}),(c=this._permissionService.getPermissionPoint$(new _.WorksheetViewPermission(n,o).id))==null||c.pipe(W.filter(g=>g.value!==s),W.distinctUntilChanged()).subscribe({complete:()=>{s=!0,this._drawingManagerService.setDrawingVisible(!0);const g=this._drawingManagerService.getDrawingData(n,o),h=Object.values(g);this._drawingManagerService.addNotification(h)}})})}))}_initEditPermissionChange(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(W.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,t])=>{r&&r.activeSheet$.subscribe(e=>{var c;if(!e)return;const n=r.getUnitId(),o=e.getSheetId();let s=!0;const a=this._renderManagerService.getRenderById(n),d=a==null?void 0:a.scene;if(d==null)return;const m=d.getTransformerByCreate(),u=this._permissionService.composePermission$([new _.WorkbookEditablePermission(n).id,new _.WorksheetEditPermission(n,o).id]).pipe(W.map(g=>g.every(h=>h.value)));u==null||u.pipe(W.filter(g=>g!==s),W.distinctUntilChanged()).subscribe({next:g=>{s=g,this._drawingManagerService.setDrawingEditable(g);const h=d.getAllObjectsByOrder(),f=this._drawingManagerService.getDrawingData(n,o),S=Object.values(f);g?(h.forEach(w=>{w.classType===j.RENDER_CLASS_TYPE.IMAGE&&S.some(v=>w.oKey.includes(v.drawingId))&&d.attachTransformerTo(w)}),this._drawingManagerService.addNotification(S)):(h.forEach(w=>{w.classType===j.RENDER_CLASS_TYPE.IMAGE&&S.some(v=>w.oKey.includes(v.drawingId))&&d.detachTransformerFrom(w)}),m.clearSelectedObjects())}}),(c=this._permissionService.getPermissionPoint$(new _.WorksheetEditPermission(n,o).id))==null||c.pipe(W.filter(g=>g.value!==s),W.distinctUntilChanged()).subscribe({complete:()=>{s=!0;const g=r.getUnitId(),h=e.getSheetId(),f=this._drawingManagerService.getDrawingData(g,h),S=Object.values(f),w=this._renderManagerService.getRenderById(g),v=w==null?void 0:w.scene;if(v==null)return;this._drawingManagerService.setDrawingEditable(!0),v.getAllObjectsByOrder().forEach(y=>{y.classType===j.RENDER_CLASS_TYPE.IMAGE&&S.some(T=>y.oKey.includes(T.drawingId))&&v.detachTransformerFrom(y)})}})})}))}};Ze=In([Oe(0,P.IDrawingManagerService),Oe(1,j.IRenderManagerService),Oe(2,l.IPermissionService),Oe(3,l.IUniverInstanceService),Oe(4,l.Inject(l.UserManagerService))],Ze);var Dn=Object.defineProperty,Cn=Object.getOwnPropertyDescriptor,yn=(i,r,t,e)=>{for(var n=e>1?void 0:e?Cn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Dn(r,t,n),n},Fe=(i,r)=>(t,e)=>r(t,e,i);let Qe=class extends l.Disposable{constructor(i,r,t,e){super(),this._sheetPrintInterceptorService=i,this._drawingRenderService=r,this._drawingManagerService=t,this._renderManagerService=e,this._initPrinting()}_initPrinting(){this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_COMPONENT_COLLECT,{handler:(i,r,t)=>{const{unitId:e,scene:n,subUnitId:o}=r,s=this._drawingManagerService.getDrawingDataForUnit(e),a=s==null?void 0:s[o];return a&&a.order.forEach(d=>{this._drawingRenderService.renderDrawing(a.data[d],n)}),t()}})),this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_RANGE,{handler:(i,r,t)=>{const{unitId:e,subUnitId:n}=r,o=this._renderManagerService.getRenderById(e);if(!o)return t(i);const s=o.with(U.SheetSkeletonManagerService).getWorksheetSkeleton(n);if(!s)return t(i);const a=this._drawingManagerService.getDrawingDataForUnit(e),d=a==null?void 0:a[r.subUnitId];if(!d)return t(i);const{scaleX:m,scaleY:u}=o.scene,c=i?{...i}:{startColumn:0,endColumn:0,endRow:0,startRow:0},g=d.order.map(h=>d.data[h]).filter(h=>h.drawingType!==l.DrawingTypeEnum.DRAWING_DOM);return g.length?(g.forEach(h=>{if(!h.groupId&&h.transform&&l.Tools.isDefine(h.transform.left)&&l.Tools.isDefine(h.transform.top)&&l.Tools.isDefine(h.transform.width)&&l.Tools.isDefine(h.transform.height)){const f=s.skeleton.getCellIndexByOffset(h.transform.left,h.transform.top,m,u,{x:0,y:0}),S=s.skeleton.getCellIndexByOffset(h.transform.left+h.transform.width,h.transform.top+h.transform.height,m,u,{x:0,y:0});f.column<c.startColumn&&(c.startColumn=f.column),f.row<c.startRow&&(c.startRow=f.row),c.endRow<S.row&&(c.endRow=S.row),c.endColumn<S.column&&(c.endColumn=S.column)}}),t(c)):t(i)}}))}};Qe=yn([Fe(0,l.Inject(U.SheetPrintInterceptorService)),Fe(1,l.Inject(me.DrawingRenderService)),Fe(2,P.IDrawingManagerService),Fe(3,j.IRenderManagerService)],Qe);var Rn=Object.defineProperty,Mn=Object.getOwnPropertyDescriptor,Tn=(i,r,t,e)=>{for(var n=e>1?void 0:e?Mn(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&Rn(r,t,n),n},ge=(i,r)=>(t,e)=>r(t,e,i);const bn=[_.InsertRowCommand.id,_.InsertColCommand.id,_.RemoveRowCommand.id,_.RemoveColCommand.id,_.DeleteRangeMoveLeftCommand.id,_.DeleteRangeMoveUpCommand.id,_.InsertRangeMoveDownCommand.id,_.InsertRangeMoveRightCommand.id,_.DeltaRowHeightCommand.id,_.SetRowHeightCommand.id,_.DeltaColumnWidthCommand.id,_.SetColWidthCommand.id,_.SetRowHiddenCommand.id,_.SetSpecificRowsVisibleCommand.id,_.SetSpecificColsVisibleCommand.id,_.SetColHiddenCommand.id,_.MoveColsCommand.id,_.MoveRowsCommand.id,_.MoveRangeCommand.id],En=[_.SetRowVisibleMutation.id,_.SetRowHiddenMutation.id,_.SetColVisibleMutation.id,_.SetColHiddenMutation.id,_.SetWorksheetRowHeightMutation.id,_.SetWorksheetColWidthMutation.id];let ht=class extends l.Disposable{constructor(i,r,t,e,n,o,s,a,d){super(),this._context=i,this._renderManagerService=r,this._commandService=t,this._selectionRenderService=e,this._skeletonManagerService=n,this._sheetInterceptorService=o,this._sheetDrawingService=s,this._drawingManagerService=a,this._univerInstanceService=d,this._sheetInterceptorListener(),this._commandListener(),this._sheetRefreshListener()}_sheetInterceptorListener(){this.disposeWithMe(this._sheetInterceptorService.interceptCommand({getMutations:i=>{if(!bn.includes(i.id))return{redos:[],undos:[]};if(i.params==null)return{redos:[],undos:[]};const r=i.id;if(r===_.InsertRowCommand.id)return this._moveRowInterceptor(i.params,"insert");if([_.MoveColsCommand.id,_.MoveRowsCommand.id,_.MoveRangeCommand.id].includes(r))return this._moveRangeInterceptor(i.params);if(r===_.InsertColCommand.id)return this._moveColInterceptor(i.params,"insert");if(r===_.RemoveRowCommand.id)return this._moveRowInterceptor(i.params,"remove");if(r===_.RemoveColCommand.id)return this._moveColInterceptor(i.params,"remove");if(r===_.DeleteRangeMoveLeftCommand.id){const{range:t}=i.params;return this._getRangeMoveUndo(t,0)}else if(r===_.DeleteRangeMoveUpCommand.id){const{range:t}=i.params;return this._getRangeMoveUndo(t,1)}else if(r===_.InsertRangeMoveDownCommand.id){const{range:t}=i.params;return this._getRangeMoveUndo(t,2)}else if(r===_.InsertRangeMoveRightCommand.id){const{range:t}=i.params;return this._getRangeMoveUndo(t,3)}else if(r===_.SetRowHiddenCommand.id||r===_.SetSpecificRowsVisibleCommand.id){const t=i.params,{unitId:e,subUnitId:n,ranges:o}=t;return this._getDrawingUndoForRowVisible(e,n,o)}else if(r===_.SetSpecificColsVisibleCommand.id||r===_.SetColHiddenCommand.id){const t=i.params,{unitId:e,subUnitId:n,ranges:o}=t;return this._getDrawingUndoForColVisible(e,n,o)}else if(r===_.DeltaRowHeightCommand.id||r===_.SetRowHeightCommand.id||r===_.DeltaColumnWidthCommand.id||r===_.SetColWidthCommand.id){const t=i.params,{unitId:e,subUnitId:n,ranges:o}=t,s=r===_.DeltaRowHeightCommand.id||r===_.SetRowHeightCommand.id;return this._getDrawingUndoForRowAndColSize(e,n,o,s)}return{redos:[],undos:[]}}}))}_getRangeMoveUndo(i,r){const t=_.getSheetCommandTarget(this._univerInstanceService);if(t==null)return{redos:[],undos:[]};const e=t.unitId,n=t.subUnitId,o=[],s=[],a=this._sheetDrawingService.getDrawingData(e,n),d=[],m=[];if(Object.keys(a).forEach(u=>{const c=a[u],{updateDrawings:g,deleteDrawings:h}=this._getUpdateOrDeleteDrawings(i,r,c);d.push(...g),m.push(...h)}),d.length===0&&m.length===0)return{redos:[],undos:[]};if(d.length>0){const u=this._sheetDrawingService.getBatchUpdateOp(d),{undo:c,redo:g,objects:h}=u;o.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:g,objects:h,type:p.DrawingApplyType.UPDATE}}),s.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:c,objects:h,type:p.DrawingApplyType.UPDATE}})}if(m.length>0){const u=this._sheetDrawingService.getBatchRemoveOp(m),c=u.undo,g=u.redo,h=u.objects;o.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:g,objects:h,type:p.DrawingApplyType.REMOVE}}),s.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:c,objects:h,type:p.DrawingApplyType.INSERT}})}return o.push({id:G.id,params:[e]}),s.push({id:G.id,params:[e]}),{redos:o,undos:s}}_getUpdateOrDeleteDrawings(i,r,t){const e=[],n=[],{sheetTransform:o,anchorType:s=p.SheetDrawingAnchorType.Position,transform:a,unitId:d,subUnitId:m,drawingId:u}=t,{from:c,to:g}=o,{row:h,column:f}=c,{row:S,column:w}=g;if(o==null||a==null)return{updateDrawings:e,deleteDrawings:n};const{startRow:v,endRow:D,startColumn:y,endColumn:T}=i;let C=null,M=null;if(r===0&&h>=v&&S<=D)if(f>=y&&w<=T)n.push({unitId:d,subUnitId:m,drawingId:u});else{const I=this._shrinkCol(o,a,y,T,s);C=I==null?void 0:I.newSheetTransform,M=I==null?void 0:I.newTransform}else if(r===1&&f>=y&&w<=T)if(h>=v&&S<=D)n.push({unitId:d,subUnitId:m,drawingId:u});else{const I=this._shrinkRow(o,a,v,D,s);C=I==null?void 0:I.newSheetTransform,M=I==null?void 0:I.newTransform}else if(r===2){const I=this._expandRow(o,a,v,D,s);C=I==null?void 0:I.newSheetTransform,M=I==null?void 0:I.newTransform}else if(r===3){const I=this._expandCol(o,a,y,T,s);C=I==null?void 0:I.newSheetTransform,M=I==null?void 0:I.newTransform}if(C!=null&&M!=null){const I=X(C,this._selectionRenderService,this._skeletonManagerService);e.push({...t,sheetTransform:C,transform:I})}return{updateDrawings:e,deleteDrawings:n}}_remainDrawingSize(i,r,t){const e=F({...i},this._selectionRenderService);e!=null&&r.push({...t,sheetTransform:e})}_getDrawingUndoForColVisible(i,r,t){const e=this._drawingManagerService.getDrawingData(i,r),n=[],o=[];if(Object.keys(e).forEach(u=>{const c=e[u],{sheetTransform:g,transform:h,anchorType:f=p.SheetDrawingAnchorType.Position}=c;if(f===p.SheetDrawingAnchorType.None)this._remainDrawingSize(h,n,c);else{const{from:S,to:w}=g,{row:v,column:D}=S,{row:y,column:T}=w;for(let C=0;C<t.length;C++){const M=t[C],{startRow:I,endRow:A,startColumn:b,endColumn:x}=M;if(T<b)continue;if(f===p.SheetDrawingAnchorType.Position){let R=null,N=null;if(D>=b&&D<=x){const O=this._skeletonManagerService.attachRangeWithCoord({startColumn:D,endColumn:x,startRow:S.row,endRow:w.row});if(O==null)return;N={...h,left:O.startX}}if(N!=null&&(R=F(N,this._selectionRenderService),R!=null&&N!=null)){n.push({...c,sheetTransform:R,transform:N});break}this._remainDrawingSize(h,n,c);continue}if(D>=b&&T<=x)continue;let B=null,E=null;if(D>=b&&D<=x){const R=this._skeletonManagerService.attachRangeWithCoord({startColumn:D,endColumn:x,startRow:S.row,endRow:w.row});if(R==null)return;E={...h,left:(R==null?void 0:R.startX)||0,width:((h==null?void 0:h.width)||0)-R.endX+R.startX}}else if(T>=b&&T<=x){const R=this._skeletonManagerService.attachRangeWithCoord({startColumn:b,endColumn:T,startRow:S.row,endRow:w.row});if(R==null)return;E={...h,left:R.startX-((h==null?void 0:h.width)||0)}}else{const R=this._skeletonManagerService.attachRangeWithCoord({startColumn:b,endColumn:x,startRow:S.row,endRow:w.row});if(R==null)return;if(E={...h,width:((h==null?void 0:h.width)||0)-R.endX+R.startX},B=F(E,this._selectionRenderService),B!=null&&E!=null){o.push({...c,sheetTransform:B,transform:E});break}}if(E!=null&&(B=F(E,this._selectionRenderService)),E!=null&&B!=null){n.push({...c,sheetTransform:B,transform:E});break}else this._remainDrawingSize(h,n,c)}}}),n.length===0&&o.length===0)return{redos:[],undos:[]};const{redos:s,undos:a}=this._createUndoAndRedoMutation(i,r,n),d=[],m=[];if(o.length>0){const{redos:u,undos:c}=this._createUndoAndRedoMutation(i,r,o);d.push(...u),m.push(...c)}return{redos:s,undos:a,preRedos:d,preUndos:m}}_createUndoAndRedoMutation(i,r,t){const e=this._sheetDrawingService.getBatchUpdateOp(t),{undo:n,redo:o,objects:s}=e,a=[{id:p.SetDrawingApplyMutation.id,params:{unitId:i,subUnitId:r,op:o,objects:s,type:p.DrawingApplyType.UPDATE}},{id:G.id,params:[i]}],d=[{id:p.SetDrawingApplyMutation.id,params:{unitId:i,subUnitId:r,op:n,objects:s,type:p.DrawingApplyType.UPDATE}},{id:G.id,params:[i]}];return{redos:a,undos:d}}_getDrawingUndoForRowVisible(i,r,t){const e=this._drawingManagerService.getDrawingData(i,r),n=[],o=[];if(Object.keys(e).forEach(u=>{const c=e[u],{sheetTransform:g,transform:h,anchorType:f=p.SheetDrawingAnchorType.Position}=c;if(f===p.SheetDrawingAnchorType.None)this._remainDrawingSize(h,n,c);else{const{from:S,to:w}=g,{row:v,column:D}=S,{row:y,column:T}=w;for(let C=0;C<t.length;C++){const M=t[C],{startRow:I,endRow:A,startColumn:b,endColumn:x}=M;if(y<I)continue;if(f===p.SheetDrawingAnchorType.Position){let R=null,N=null;if(v>=I&&v<=A){const O=this._skeletonManagerService.attachRangeWithCoord({startColumn:S.column,endColumn:w.column,startRow:v,endRow:A});if(O==null)return;N={...h,top:O.startY}}if(N!=null&&(R=F(N,this._selectionRenderService),R!=null&&N!=null)){n.push({...c,sheetTransform:R,transform:N});break}this._remainDrawingSize(h,n,c);continue}if(v>=I&&y<=A)continue;let B=null,E=null;if(v>=I&&v<=A){const R=this._skeletonManagerService.attachRangeWithCoord({startColumn:S.column,endColumn:w.column,startRow:v,endRow:A});if(R==null)return;E={...h,top:(R==null?void 0:R.startY)||0,height:((h==null?void 0:h.height)||0)-R.endY+R.startY}}else if(y>=I&&y<=A){const R=this._skeletonManagerService.attachRangeWithCoord({startColumn:S.column,endColumn:w.column,startRow:I,endRow:y});if(R==null)return;E={...h,top:R.startY-((h==null?void 0:h.height)||0)}}else{const R=this._skeletonManagerService.attachRangeWithCoord({startColumn:S.column,endColumn:w.column,startRow:I,endRow:A});if(R==null)return;if(E={...h,height:((h==null?void 0:h.height)||0)-R.endY+R.startY},B=F(E,this._selectionRenderService),B!=null&&E!=null){o.push({...c,sheetTransform:B,transform:E});break}}if(E!=null&&(B=F(E,this._selectionRenderService)),E!=null&&B!=null){n.push({...c,sheetTransform:B,transform:E});break}else this._remainDrawingSize(h,n,c)}}}),n.length===0&&o.length===0)return{redos:[],undos:[]};const{redos:s,undos:a}=this._createUndoAndRedoMutation(i,r,n),d=[],m=[];if(o.length>0){const{redos:u,undos:c}=this._createUndoAndRedoMutation(i,r,o);d.push(...u),m.push(...c)}return{redos:s,undos:a,preRedos:d,preUndos:m}}_getDrawingUndoForRowAndColSize(i,r,t,e){const n=this._drawingManagerService.getDrawingData(i,r),o=[];return Object.keys(n).forEach(s=>{const a=n[s],{sheetTransform:d,transform:m,anchorType:u=p.SheetDrawingAnchorType.Position}=a;if(u===p.SheetDrawingAnchorType.None)this._remainDrawingSize(m,o,a);else{const{from:c,to:g}=d,{row:h,column:f}=c,{row:S,column:w}=g;for(let v=0;v<t.length;v++){const D=t[v],{startRow:y,endRow:T,startColumn:C,endColumn:M}=D;if(S<y||w<C)continue;if(u===p.SheetDrawingAnchorType.Position&&(h<=y&&S>=T||f<=C&&w>=M)){this._remainDrawingSize(m,o,a);continue}const I=X({...d},this._selectionRenderService,this._skeletonManagerService);if(I!=null){o.push({...a,transform:I});break}}}}),o.length===0?{redos:[],undos:[]}:this._createUndoAndRedoMutation(i,r,o)}_getUnitIdAndSubUnitId(i,r){let t,e;if(r==="insert")t=i.unitId,e=i.subUnitId;else{const n=_.getSheetCommandTarget(this._univerInstanceService);if(n==null)return;t=n.unitId,e=n.subUnitId}return{unitId:t,subUnitId:e}}_moveRangeInterceptor(i){var y,T;const{toRange:r,fromRange:t}=i,e=_.getSheetCommandTarget(this._univerInstanceService);if(!e)return{redos:[],undos:[]};const{unitId:n,subUnitId:o}=e,s=(T=(y=this._renderManagerService.getRenderById(n))==null?void 0:y.with(U.SheetSkeletonManagerService))==null?void 0:T.getCurrentSkeleton();if(!s)return{redos:[],undos:[]};const a=U.attachRangeWithCoord(s,t);if(!a)return{redos:[],undos:[]};const{startX:d,endX:m,startY:u,endY:c}=a,g=this._sheetDrawingService.getDrawingData(n,o),h=[];Object.keys(g).forEach(C=>{const M=g[C];if(M.anchorType!==p.SheetDrawingAnchorType.Both)return;const{transform:I}=M;if(!I)return;const{left:A=0,top:b=0,width:x=0,height:B=0}=I,{drawingStartX:E,drawingEndX:R,drawingStartY:N,drawingEndY:O}={drawingStartX:A,drawingEndX:A+x,drawingStartY:b,drawingEndY:b+B};d<=E&&R<=m&&u<=N&&O<=c&&h.push(M)});const f=[],S=[],w=r.startRow-t.startRow,v=r.startColumn-t.startColumn,D=h.map(C=>{const M=C.sheetTransform,I={to:{...M.to,row:M.to.row+w,column:M.to.column+v},from:{...M.from,row:M.from.row+w,column:M.from.column+v}},A=X(I,this._selectionRenderService,this._skeletonManagerService);return{unitId:n,subUnitId:o,drawingId:C.drawingId,transform:A,sheetTransform:I}});if(D.length){const C=this._sheetDrawingService.getBatchUpdateOp(D),{undo:M,redo:I,objects:A}=C;f.push({id:p.SetDrawingApplyMutation.id,params:{unitId:n,subUnitId:o,op:I,objects:A,type:p.DrawingApplyType.UPDATE}}),S.push({id:p.SetDrawingApplyMutation.id,params:{unitId:n,subUnitId:o,op:M,objects:A,type:p.DrawingApplyType.UPDATE}})}return{redos:f,undos:S}}_moveRowInterceptor(i,r){const t=this._getUnitIdAndSubUnitId(i,r);if(t==null)return{redos:[],undos:[]};const{unitId:e,subUnitId:n}=t,{range:o}=i,s=o.startRow,a=o.endRow,d=[],m=[],u=this._sheetDrawingService.getDrawingData(e,n),c=[],g=[];if(Object.keys(u).forEach(h=>{const f=u[h],{sheetTransform:S,transform:w,anchorType:v=p.SheetDrawingAnchorType.Position}=f;if(S==null||w==null)return;let D,y;if(r==="insert"){const C=this._expandRow(S,w,s,a,v);D=C==null?void 0:C.newSheetTransform,y=C==null?void 0:C.newTransform}else{const{from:C,to:M}=S,{row:I}=C,{row:A}=M;if(v===p.SheetDrawingAnchorType.Both&&I>=s&&A<=a)g.push({unitId:e,subUnitId:n,drawingId:h});else{const b=this._shrinkRow(S,w,s,a,v);D=b==null?void 0:b.newSheetTransform,y=b==null?void 0:b.newTransform}}if(!D||!y)return;const T={unitId:e,subUnitId:n,drawingId:h,transform:y,sheetTransform:D};c.push(T)}),c.length===0&&g.length===0)return{redos:[],undos:[]};if(c.length>0){const h=this._sheetDrawingService.getBatchUpdateOp(c),{undo:f,redo:S,objects:w}=h;d.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:S,objects:w,type:p.DrawingApplyType.UPDATE}}),m.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:f,objects:w,type:p.DrawingApplyType.UPDATE}})}if(g.length>0){const h=this._sheetDrawingService.getBatchRemoveOp(g),f=h.undo,S=h.redo,w=h.objects;d.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:S,objects:w,type:p.DrawingApplyType.REMOVE}}),m.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:f,objects:w,type:p.DrawingApplyType.INSERT}})}return d.push({id:G.id,params:[e]}),m.push({id:G.id,params:[e]}),{redos:d,undos:m}}_moveColInterceptor(i,r){const t=this._getUnitIdAndSubUnitId(i,r);if(t==null)return{redos:[],undos:[]};const{unitId:e,subUnitId:n}=t,{range:o}=i,s=o.startColumn,a=o.endColumn,d=[],m=[],u=this._sheetDrawingService.getDrawingData(e,n),c=[],g=[];if(Object.keys(u).forEach(h=>{const f=u[h],{sheetTransform:S,transform:w,anchorType:v=p.SheetDrawingAnchorType.Position}=f;if(S==null||w==null)return;let D,y;if(r==="insert"){const C=this._expandCol(S,w,s,a,v);D=C==null?void 0:C.newSheetTransform,y=C==null?void 0:C.newTransform}else{const{from:C,to:M}=S,{column:I}=C,{column:A}=M;if(v===p.SheetDrawingAnchorType.Both&&I>=s&&A<=a)g.push({unitId:e,subUnitId:n,drawingId:h});else{const b=this._shrinkCol(S,w,s,a,v);D=b==null?void 0:b.newSheetTransform,y=b==null?void 0:b.newTransform}}if(!D||!y)return;const T={unitId:e,subUnitId:n,drawingId:h,transform:y,sheetTransform:D};c.push(T)}),c.length===0&&g.length===0)return{redos:[],undos:[]};if(c.length>0){const h=this._sheetDrawingService.getBatchUpdateOp(c),{undo:f,redo:S,objects:w}=h;d.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:S,objects:w,type:p.DrawingApplyType.UPDATE}}),m.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:f,objects:w,type:p.DrawingApplyType.UPDATE}})}if(g.length>0){const h=this._sheetDrawingService.getBatchRemoveOp(g),f=h.undo,S=h.redo,w=h.objects;d.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:S,objects:w,type:p.DrawingApplyType.REMOVE}}),m.push({id:p.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:n,op:f,objects:w,type:p.DrawingApplyType.INSERT}})}return d.push({id:G.id,params:[e]}),m.push({id:G.id,params:[e]}),{redos:d,undos:m}}_expandCol(i,r,t,e,n=p.SheetDrawingAnchorType.Position){const o=e-t+1,{from:s,to:a}=i,{column:d}=s,{column:m}=a;if(n===p.SheetDrawingAnchorType.None)return{newSheetTransform:F({...r},this._selectionRenderService),newTransform:r};let u=null,c=null;if(d>=t){const g=this._skeletonManagerService.attachRangeWithCoord({startColumn:t,endColumn:e,startRow:s.row,endRow:a.row});if(g==null)return;c={...r,left:(r.left||0)+g.endX-g.startX},u=F(c,this._selectionRenderService)}else if(m>=e)if(n===p.SheetDrawingAnchorType.Both)u={from:{...s},to:{...a,column:m+o}},c=X(u,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:F({...r},this._selectionRenderService),newTransform:r};return u!=null&&c!=null?{newSheetTransform:u,newTransform:c}:null}_shrinkCol(i,r,t,e,n=p.SheetDrawingAnchorType.Position){const o=e-t+1,{from:s,to:a}=i,{column:d}=s,{column:m}=a;if(n===p.SheetDrawingAnchorType.None)return{newSheetTransform:F({...r},this._selectionRenderService),newTransform:r};let u=null,c=null;if(d>e)u={from:{...s,column:d-o},to:{...a,column:m-o}},c=X(u,this._selectionRenderService,this._skeletonManagerService);else{if(d>=t&&m<=e)return null;if(d<t&&m>e)if(n===p.SheetDrawingAnchorType.Both)u={from:{...s},to:{...a,column:m-o}},c=X(u,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:F({...r},this._selectionRenderService),newTransform:r};else if(d>=t&&d<=e){if(d===t)c={...r,left:(r.left||0)-i.from.columnOffset};else{const g=this._skeletonManagerService.attachRangeWithCoord({startColumn:t,endColumn:d-1,startRow:s.row,endRow:a.row});if(g==null)return;c={...r,left:(r.left||0)-g.endX+g.startX-i.from.columnOffset}}u=F(c,this._selectionRenderService)}else if(m>=t&&m<=e&&n===p.SheetDrawingAnchorType.Both){const g=this._skeletonManagerService.attachRangeWithCoord({startColumn:t-1,endColumn:t-1,startRow:s.row,endRow:a.row});if(g==null)return;u={from:{...s},to:{...a,column:t-1,columnOffset:g.endX-g.startX}},c=X(u,this._selectionRenderService,this._skeletonManagerService)}}return u!=null&&c!=null?{newSheetTransform:u,newTransform:c}:null}_expandRow(i,r,t,e,n=p.SheetDrawingAnchorType.Position){const o=e-t+1,{from:s,to:a}=i,{row:d}=s,{row:m}=a;if(n===p.SheetDrawingAnchorType.None)return{newSheetTransform:F({...r},this._selectionRenderService),newTransform:r};let u=null,c=null;if(d>=t){const g=this._skeletonManagerService.attachRangeWithCoord({startRow:t,endRow:e,startColumn:s.column,endColumn:a.column});if(g==null)return;c={...r,top:(r.top||0)+g.endY-g.startY},u=F(c,this._selectionRenderService)}else if(m>=e)if(n===p.SheetDrawingAnchorType.Both)u={from:{...s},to:{...a,row:m+o}},c=X(u,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:F({...r},this._selectionRenderService),newTransform:r};return u!=null&&c!=null?{newSheetTransform:u,newTransform:c}:null}_shrinkRow(i,r,t,e,n=p.SheetDrawingAnchorType.Position){const o=e-t+1,{from:s,to:a}=i,{row:d}=s,{row:m}=a;if(n===p.SheetDrawingAnchorType.None)return{newSheetTransform:F({...r},this._selectionRenderService),newTransform:r};let u=null,c=null;if(d>e)u={from:{...s,row:d-o},to:{...a,row:m-o}},c=X(u,this._selectionRenderService,this._skeletonManagerService);else{if(d>=t&&m<=e)return null;if(d<t&&m>e)if(n===p.SheetDrawingAnchorType.Both)u={from:{...s},to:{...a,row:m-o}},c=X(u,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:F({...r},this._selectionRenderService),newTransform:r};else if(d>=t&&d<=e){if(d===t)c={...r,top:(r.top||0)-i.from.rowOffset};else{const g=this._skeletonManagerService.attachRangeWithCoord({startRow:t,endRow:d-1,startColumn:s.column,endColumn:a.column});if(g==null)return;c={...r,top:(r.top||0)-g.endY+g.startY-i.from.rowOffset}}u=F(c,this._selectionRenderService)}else if(m>=t&&m<=e&&n===p.SheetDrawingAnchorType.Both){const g=this._skeletonManagerService.attachRangeWithCoord({startColumn:s.column,endColumn:s.column,startRow:t-1,endRow:t-1});if(g==null)return;u={from:{...s},to:{...a,row:t-1,rowOffset:g.endY-g.startY}},c=X(u,this._selectionRenderService,this._skeletonManagerService)}}return u!=null&&c!=null?{newSheetTransform:u,newTransform:c}:null}_commandListener(){this.disposeWithMe(this._commandService.onCommandExecuted(i=>{i.id===_.SetWorksheetActiveOperation.id&&setTimeout(()=>{const r=i.params,{unitId:t,subUnitId:e}=r,n=this._drawingManagerService.drawingManagerData,o=[],s=[];Object.keys(n).forEach(a=>{const d=n[a];d!=null&&Object.keys(d).forEach(m=>{const u=d[m].data;u!=null&&Object.keys(u).forEach(c=>{if(a===t&&m===e){const g=u[c];g.transform=X(g.sheetTransform,this._selectionRenderService,this._skeletonManagerService),o.push(u[c])}else s.push(u[c])})})}),this._drawingManagerService.removeNotification(s),this._drawingManagerService.addNotification(o)},0)}))}_sheetRefreshListener(){this.disposeWithMe(this._commandService.onCommandExecuted(i=>{En.includes(i.id)&&requestIdleCallback(()=>{const r=i.params,{unitId:t,subUnitId:e,ranges:n}=r;this._refreshDrawingTransform(t,e,n)})}))}_refreshDrawingTransform(i,r,t){const e=this._drawingManagerService.getDrawingData(i,r),n=[];Object.keys(e).forEach(o=>{const s=e[o],{sheetTransform:a,transform:d,anchorType:m=p.SheetDrawingAnchorType.Position}=s;if(m===p.SheetDrawingAnchorType.None)return!0;const{from:u,to:c}=a,{row:g,column:h}=u,{row:f,column:S}=c;for(let w=0;w<t.length;w++){const v=t[w],{startRow:D,endRow:y,startColumn:T,endColumn:C}=v;if(l.Rectangle.intersects({startRow:D,endRow:y,startColumn:T,endColumn:C},{startRow:g,endRow:f,startColumn:h,endColumn:S})||g>y||h>C){const M=m===p.SheetDrawingAnchorType.Position,I=X(a,this._selectionRenderService,this._skeletonManagerService);n.push({...s,transform:{...I,width:M?d==null?void 0:d.width:I==null?void 0:I.width,height:M?d==null?void 0:d.height:I==null?void 0:I.height}});break}}}),n.length!==0&&(this._drawingManagerService.refreshTransform(n),this._commandService.syncExecuteCommand(G.id,[i]))}};ht=Tn([ge(1,j.IRenderManagerService),ge(2,l.ICommandService),ge(3,U.ISheetSelectionRenderService),ge(4,l.Inject(U.SheetSkeletonManagerService)),ge(5,l.Inject(_.SheetInterceptorService)),ge(6,p.ISheetDrawingService),ge(7,P.IDrawingManagerService),ge(8,l.IUniverInstanceService)],ht);var Q=function(){return Q=Object.assign||function(i){for(var r,t=1,e=arguments.length;t<e;t++){r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(i[n]=r[n])}return i},Q.apply(this,arguments)},On=function(i,r){var t={};for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&r.indexOf(e)<0&&(t[e]=i[e]);if(i!=null&&typeof Object.getOwnPropertySymbols=="function")for(var n=0,e=Object.getOwnPropertySymbols(i);n<e.length;n++)r.indexOf(e[n])<0&&Object.prototype.propertyIsEnumerable.call(i,e[n])&&(t[e[n]]=i[e[n]]);return t},Ot=q.forwardRef(function(i,r){var t=i.icon,e=i.id,n=i.className,o=i.extend,s=On(i,["icon","id","className","extend"]),a="univerjs-icon univerjs-icon-".concat(e," ").concat(n||"").trim(),d=q.useRef("_".concat(Un()));return At(t,"".concat(e),{defIds:t.defIds,idSuffix:d.current},Q({ref:r,className:a},s),o)});function At(i,r,t,e,n){return q.createElement(i.tag,Q(Q({key:r},An(i,t,n)),e),(Pn(i,t).children||[]).map(function(o,s){return At(o,"".concat(r,"-").concat(i.tag,"-").concat(s),t,void 0,n)}))}function An(i,r,t){var e=Q({},i.attrs);t!=null&&t.colorChannel1&&e.fill==="colorChannel1"&&(e.fill=t.colorChannel1);var n=r.defIds;return!n||n.length===0||(i.tag==="use"&&e["xlink:href"]&&(e["xlink:href"]=e["xlink:href"]+r.idSuffix),Object.entries(e).forEach(function(o){var s=o[0],a=o[1];typeof a=="string"&&(e[s]=a.replace(/url\(#(.*)\)/,"url(#$1".concat(r.idSuffix,")")))})),e}function Pn(i,r){var t,e=r.defIds;return!e||e.length===0?i:i.tag==="defs"&&(!((t=i.children)===null||t===void 0)&&t.length)?Q(Q({},i),{children:i.children.map(function(n){return typeof n.attrs.id=="string"&&e&&e.indexOf(n.attrs.id)>-1?Q(Q({},n),{attrs:Q(Q({},n.attrs),{id:n.attrs.id+r.idSuffix})}):n})}):i}function Un(){return Math.random().toString(36).substring(2,8)}Ot.displayName="UniverIcon";var Nn={tag:"svg",attrs:{fill:"none",viewBox:"0 0 16 16",width:"1em",height:"1em"},children:[{tag:"path",attrs:{fill:"currentColor",d:"M2.2498 3.65005C2.2498 2.87685 2.87661 2.25005 3.64981 2.25005H7.9998C8.33118 2.25005 8.5998 1.98142 8.5998 1.65005C8.5998 1.31868 8.33118 1.05005 7.9998 1.05005H3.64981C2.21387 1.05005 1.0498 2.21411 1.0498 3.65005V12.35C1.0498 13.786 2.21386 14.95 3.6498 14.95H12.3498C13.7857 14.95 14.9498 13.786 14.9498 12.3501V8.00005C14.9498 7.66868 14.6812 7.40005 14.3498 7.40005C14.0184 7.40005 13.7498 7.66868 13.7498 8.00005V9.23974L12.2385 8.1063C11.7252 7.72129 11.0068 7.7723 10.5531 8.22605L9.00869 9.77041L6.73916 7.8251C6.24387 7.40055 5.5095 7.41278 5.02864 7.85359L2.2498 10.4009V3.65005ZM2.2498 12.0287V12.35C2.2498 13.1232 2.87661 13.75 3.6498 13.75H12.3498C13.123 13.75 13.7498 13.1232 13.7498 12.3501V10.7397L11.5186 9.06631C11.4829 9.03956 11.433 9.04314 11.4016 9.07458L9.92249 10.5537L11.1015 11.5642C11.3531 11.7799 11.3822 12.1587 11.1666 12.4103C10.9509 12.6619 10.5721 12.691 10.3205 12.4753L5.9582 8.7362C5.92384 8.70674 5.87288 8.70758 5.83952 8.73816L2.2498 12.0287Z",fillRule:"evenodd",clipRule:"evenodd"}},{tag:"path",attrs:{fill:"currentColor",d:"M11.8097 1.14783C12.1411 1.14783 12.4097 1.41646 12.4097 1.74783V3.297H14.1541C14.4855 3.297 14.7541 3.56563 14.7541 3.897C14.7541 4.22837 14.4855 4.497 14.1541 4.497H12.4097V6.24167C12.4097 6.57304 12.1411 6.84167 11.8097 6.84167C11.4783 6.84167 11.2097 6.57304 11.2097 6.24167V4.497H9.6603C9.32893 4.497 9.0603 4.22837 9.0603 3.897C9.0603 3.56563 9.32893 3.297 9.6603 3.297H11.2097V1.74783C11.2097 1.41646 11.4783 1.14783 11.8097 1.14783Z"}}]},Pt=q.forwardRef(function(i,r){return q.createElement(Ot,Object.assign({},i,{id:"add-image-single",ref:r,icon:Nn}))});Pt.displayName="AddImageSingle";const _t={id:"sheet.command.delete-drawing",type:l.CommandType.COMMAND,handler:i=>{const r=i.get(l.ICommandService),e=i.get(p.ISheetDrawingService).getFocusDrawings();if(e.length===0)return!1;const n=e[0].unitId,o=e.map(s=>{const{unitId:a,subUnitId:d,drawingId:m,drawingType:u}=s;return{unitId:a,subUnitId:d,drawingId:m,drawingType:u}});return r.executeCommand(Ue.id,{unitId:n,drawings:o})}},tt={id:"sheet.command.insert-float-image",type:l.CommandType.COMMAND,handler:i=>{var t,e;return(e=(t=i.get(j.IRenderManagerService).getCurrentTypeOfRenderer(l.UniverInstanceType.UNIVER_SHEET))==null?void 0:t.with(Pe).insertFloatImage())!=null?e:!1}},vt={id:"sheet.command.insert-cell-image",type:l.CommandType.COMMAND,handler:i=>{var t,e;return(e=(t=i.get(j.IRenderManagerService).getCurrentTypeOfRenderer(l.UniverInstanceType.UNIVER_SHEET))==null?void 0:t.with(Pe).insertCellImage())!=null?e:!1}},De={id:"sheet.command.move-drawing",type:l.CommandType.COMMAND,handler:(i,r)=>{const t=i.get(l.ICommandService),e=i.get(p.ISheetDrawingService),n=i.get(U.ISheetSelectionRenderService),{direction:o}=r,s=e.getFocusDrawings();if(s.length===0)return!1;const a=s[0].unitId,d=s.map(u=>{const{transform:c}=u;if(c==null)return null;const g={...c},{left:h=0,top:f=0}=c;return o===l.Direction.UP?g.top=f-1:o===l.Direction.DOWN?g.top=f+1:o===l.Direction.LEFT?g.left=h-1:o===l.Direction.RIGHT&&(g.left=h+1),{...u,transform:g,sheetTransform:F(g,n)}}).filter(u=>u!=null);return t.syncExecuteCommand(je.id,{unitId:a,drawings:d})?(t.syncExecuteCommand(G.id,[a]),!0):!1}},Ut="addition-and-subtraction-single",It="sheet.menu.image";function jn(i){return{id:It,type:H.MenuItemType.SUBITEMS,icon:Ut,tooltip:"sheetImage.title",hidden$:H.getMenuHiddenObservable(i,l.UniverInstanceType.UNIVER_SHEET),disabled$:U.getCurrentRangeDisable$(i,{workbookTypes:[_.WorkbookEditablePermission],worksheetTypes:[_.WorksheetEditPermission],rangeTypes:[_.RangeProtectionPermissionEditPoint]})}}function Wn(i){return{id:tt.id,title:"sheetImage.upload.float",type:H.MenuItemType.BUTTON,hidden$:H.getMenuHiddenObservable(i,l.UniverInstanceType.UNIVER_SHEET)}}function Bn(i){return{id:vt.id,title:"sheetImage.upload.cell",type:H.MenuItemType.BUTTON}}const xn="univer-image-common-panel",Ln="univer-image-common-panel-grid",kn="univer-image-common-panel-border",$n="univer-image-common-panel-title",Gn="univer-image-common-panel-subtitle",Fn="univer-image-common-panel-row",Hn="univer-image-common-panel-row-vertical",Vn="univer-image-common-panel-column",Yn="univer-image-common-panel-column-center",Xn="univer-image-common-panel-inline",Kn="univer-image-common-panel-span2",zn="univer-image-common-panel-span3",qn="univer-image-common-panel-input",Jn="univer-sheet-image-menu",Zn="univer-sheet-image-menu-input",he={imageCommonPanel:xn,imageCommonPanelGrid:Ln,imageCommonPanelBorder:kn,imageCommonPanelTitle:$n,imageCommonPanelSubtitle:Gn,imageCommonPanelRow:Fn,imageCommonPanelRowVertical:Hn,imageCommonPanelColumn:Vn,imageCommonPanelColumnCenter:Yn,imageCommonPanelInline:Xn,imageCommonPanelSpan2:Kn,imageCommonPanelSpan3:zn,imageCommonPanelInput:qn,sheetImageMenu:Jn,sheetImageMenuInput:Zn};function Nt(i){var r,t,e="";if(typeof i=="string"||typeof i=="number")e+=i;else if(typeof i=="object")if(Array.isArray(i)){var n=i.length;for(r=0;r<n;r++)i[r]&&(t=Nt(i[r]))&&(e&&(e+=" "),e+=t)}else for(t in i)i[t]&&(e&&(e+=" "),e+=t);return e}function He(){for(var i,r,t=0,e="",n=arguments.length;t<n;t++)(i=arguments[t])&&(r=Nt(i))&&(e&&(e+=" "),e+=r);return e}const Qn=i=>{var y;const r=l.useDependency(l.ICommandService),t=l.useDependency(l.LocaleService),e=l.useDependency(P.IDrawingManagerService),n=l.useDependency(j.IRenderManagerService),{drawings:o}=i,s=o[0];if(s==null)return;const{unitId:a}=s,d=n.getRenderById(a),m=d==null?void 0:d.scene;if(m==null)return;const u=m.getTransformerByCreate(),[c,g]=q.useState(!0),h=(y=s.anchorType)!=null?y:p.SheetDrawingAnchorType.Position,[f,S]=q.useState(h);function w(T,C){const M=[];return T.forEach(I=>{const{oKey:A}=I,b=C.getDrawingOKey(A);if(b==null)return M.push(null),!0;const{unitId:x,subUnitId:B,drawingId:E,drawingType:R,anchorType:N,sheetTransform:O}=b;M.push({unitId:x,subUnitId:B,drawingId:E,anchorType:N,sheetTransform:O,drawingType:R})}),M}q.useEffect(()=>{const T=u.clearControl$.subscribe(M=>{M===!0&&g(!1)}),C=u.changeStart$.subscribe(M=>{var b;const{objects:I}=M,A=w(I,e);if(A.length===0)g(!1);else if(A.length>=1){g(!0);const x=((b=A[0])==null?void 0:b.anchorType)||p.SheetDrawingAnchorType.Position;S(x)}});return()=>{C.unsubscribe(),T.unsubscribe()}},[]);function v(T){S(T);const C=e.getFocusDrawings();if(C.length===0)return;const M=C.map(I=>({unitId:I.unitId,subUnitId:I.subUnitId,drawingId:I.drawingId,anchorType:T}));r.executeCommand(je.id,{unitId:C[0].unitId,drawings:M})}const D=T=>T?"block":"none";return Y.jsxs("div",{className:He(he.imageCommonPanelGrid,he.imageCommonPanelBorder),style:{display:D(c)},children:[Y.jsx("div",{className:he.imageCommonPanelRow,children:Y.jsx("div",{className:He(he.imageCommonPanelColumn,he.imageCommonPanelTitle),children:Y.jsx("div",{children:t.t("drawing-anchor.title")})})}),Y.jsx("div",{className:He(he.imageCommonPanelRow),children:Y.jsx("div",{className:He(he.imageCommonPanelColumn),children:Y.jsxs(ne.RadioGroup,{value:f,onChange:v,direction:"vertical",children:[Y.jsx(ne.Radio,{value:p.SheetDrawingAnchorType.Both,children:t.t("drawing-anchor.both")}),Y.jsx(ne.Radio,{value:p.SheetDrawingAnchorType.Position,children:t.t("drawing-anchor.position")}),Y.jsx(ne.Radio,{value:p.SheetDrawingAnchorType.None,children:t.t("drawing-anchor.none")})]})})})]})},er=()=>{const i=l.useDependency(P.IDrawingManagerService),r=i.getFocusDrawings(),[t,e]=q.useState(r);return q.useEffect(()=>{const n=i.focus$.subscribe(o=>{e(o)});return()=>{n.unsubscribe()}},[]),!!(t!=null&&t.length)&&Y.jsxs("div",{className:he.imageCommonPanel,children:[Y.jsx(me.DrawingCommonPanel,{drawings:t}),Y.jsx(Qn,{drawings:t})]})},tr={[H.RibbonStartGroup.FORMULAS_INSERT]:{[It]:{order:3,menuItemFactory:jn,[tt.id]:{order:0,menuItemFactory:Wn},[vt.id]:{order:1,menuItemFactory:Bn}}}};function We(i){return!i.getContextValue(l.FOCUSING_FX_BAR_EDITOR)&&!i.getContextValue(l.EDITOR_ACTIVATED)&&!i.getContextValue(l.FOCUSING_PANEL_EDITOR)&&i.getContextValue(l.FOCUSING_COMMON_DRAWINGS)}const nr={id:De.id,description:"shortcut.sheet.drawing-move-down",group:"4_sheet-drawing-view",binding:H.KeyCode.ARROW_DOWN,priority:100,preconditions:We,staticParameters:{direction:l.Direction.DOWN}},rr={id:De.id,description:"shortcut.sheet.drawing-move-up",group:"4_sheet-drawing-view",binding:H.KeyCode.ARROW_UP,priority:100,preconditions:We,staticParameters:{direction:l.Direction.UP}},ir={id:De.id,description:"shortcut.sheet.drawing-move-left",group:"4_sheet-drawing-view",binding:H.KeyCode.ARROW_LEFT,priority:100,preconditions:We,staticParameters:{direction:l.Direction.LEFT}},or={id:De.id,description:"shortcut.sheet.drawing-move-right",group:"4_sheet-drawing-view",binding:H.KeyCode.ARROW_RIGHT,priority:100,preconditions:We,staticParameters:{direction:l.Direction.RIGHT}},sr={id:_t.id,description:"shortcut.sheet.drawing-delete",group:"4_sheet-drawing-view",preconditions:We,binding:H.KeyCode.DELETE,mac:H.KeyCode.BACKSPACE};var ar=Object.defineProperty,cr=Object.getOwnPropertyDescriptor,dr=(i,r,t,e)=>{for(var n=e>1?void 0:e?cr(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&ar(r,t,n),n},Ve=(i,r)=>(t,e)=>r(t,e,i);let et=class extends l.Disposable{constructor(i,r,t,e){super(),this._componentManager=i,this._menuManagerService=r,this._commandService=t,this._shortcutService=e,this._init()}_initCustomComponents(){const i=this._componentManager;this.disposeWithMe(i.register(Ut,Pt)),this.disposeWithMe(i.register(bt,er))}_initMenus(){this._menuManagerService.mergeMenu(tr)}_initCommands(){[tt,vt,Ne,Ue,je,mt,G,pt,ft,St,De,_t,wt].forEach(i=>this.disposeWithMe(this._commandService.registerCommand(i)))}_initShortcuts(){[nr,rr,ir,or,sr].forEach(i=>{this.disposeWithMe(this._shortcutService.registerShortcut(i))})}_init(){this._initCommands(),this._initCustomComponents(),this._initMenus(),this._initShortcuts()}};et=dr([Ve(0,l.Inject(H.ComponentManager)),Ve(1,H.IMenuManagerService),Ve(2,l.ICommandService),Ve(3,H.IShortcutService)],et);var lr=Object.defineProperty,ur=Object.getOwnPropertyDescriptor,gr=(i,r,t,e)=>{for(var n=e>1?void 0:e?ur(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&lr(r,t,n),n},_e=(i,r)=>(t,e)=>r(t,e,i);function hr(i,r,t,e,n){const{scaleX:o,scaleY:s}=r.getAncestorScale(),a=r.getViewport(j.SHEET_VIEWPORT_KEY.VIEW_MAIN),d={left:!0,top:!0};if(!a)return{...i,absolute:d};const{left:m,right:u,top:c,bottom:g}=i,h=e.getFreeze(),{startColumn:f,startRow:S,xSplit:w,ySplit:v}=h,D=t.getNoMergeCellPositionByIndex(S-v,f-w),y=t.getNoMergeCellPositionByIndex(S,f),T=y.startX-D.startX,C=y.startY-D.startY;let{top:M,left:I,viewportScrollX:A,viewportScrollY:b}=a;const{boundsOfViewArea:x,scrollDirectionResponse:B}=n||{};x&&(l.Tools.isDefine(x.top)&&(M=x.top),l.Tools.isDefine(x.left)&&(I=x.left)),B==="HORIZONTAL"&&(b=0),B==="VERTICAL"&&(A=0);let E,R;m<I?(d.left=!0,E=(T+I+(m-I))*o,R=Math.max(Math.min((T+I+(u-I))*o,(T+I)*o),(u-A)*o)):(d.left=!1,E=Math.max((m-A)*o,I*o),R=Math.max((u-A)*o,I*o));let N,O;return c<M?(d.top=!0,N=(C+M+(c-M))*s,O=Math.max(Math.min((C+M+(u-M))*s,(C+M)*s),(g-b)*s)):(d.top=!1,N=Math.max((c-b)*s,M*s),O=Math.max((g-b)*s,M*s)),{left:E,right:R,top:N,bottom:O,absolute:d}}const ve=(i,r,t,e,n)=>{const{scene:o}=r,{left:s,top:a,width:d,height:m,angle:u}=i,c={left:s,right:s+d,top:a,bottom:a+m},g=hr(c,o,t,e,n),{scaleX:h,scaleY:f}=o.getAncestorScale();return{startX:g.left,endX:g.right,startY:g.top,endY:g.bottom,rotate:u,width:d*h,height:m*f,absolute:g.absolute}};exports.SheetCanvasFloatDomManagerService=class extends l.Disposable{constructor(t,e,n,o,s,a,d){super();z(this,"_domLayerMap",new Map);z(this,"_domLayerInfoMap",new Map);z(this,"_transformChange$",new W.Subject);z(this,"transformChange$",this._transformChange$.asObservable());z(this,"_add$",new W.Subject);z(this,"add$",this._add$.asObservable());z(this,"_remove$",new W.Subject);z(this,"remove$",this._remove$.asObservable());z(this,"_hooks",[]);this._renderManagerService=t,this._univerInstanceService=e,this._commandService=n,this._drawingManagerService=o,this._canvasFloatDomService=s,this._sheetDrawingService=a,this._lifecycleService=d,this._drawingAddListener(),this._featureUpdateListener(),this._deleteListener(),this._bindScrollEvent()}_bindScrollEvent(){this._lifecycleService.lifecycle$.pipe(W.filter(t=>t===l.LifecycleStages.Rendered),W.take(1)).subscribe(()=>{this._scrollUpdateListener()})}_ensureMap(t,e){let n=this._domLayerMap.get(t);n||(n=new Map,this._domLayerMap.set(t,n));let o=n.get(e);return o||(o=new Map,n.set(e,o)),o}getFloatDomInfo(t){return this._domLayerInfoMap.get(t)}_getSceneAndTransformerByDrawingSearch(t){if(t==null)return;const e=this._renderManagerService.getRenderById(t),n=e==null?void 0:e.scene;if(e==null||n==null)return null;const o=n.getTransformerByCreate(),s=e.engine.getCanvasElement();return{scene:n,transformer:o,renderUnit:e,canvas:s}}_getFloatDomProps(t){let e;return this._hooks.forEach(n=>{e=n.onGetFloatDomProps(t)}),e}_drawingAddListener(){this.disposeWithMe(this._drawingManagerService.add$.subscribe(t=>{t.forEach(e=>{var ie,oe,J;const{unitId:n,subUnitId:o,drawingId:s}=e,a=_.getSheetCommandTarget(this._univerInstanceService,{unitId:n,subUnitId:o}),d=this._drawingManagerService.getDrawingByParam(e),m=this._univerInstanceService.getUnit(n,l.UniverInstanceType.UNIVER_SHEET);if(!m)return;const u=m.getActiveSheet().getSheetId();if(!d||!a)return;const c=(ie=this._renderManagerService.getRenderById(n))==null?void 0:ie.with(U.SheetSkeletonManagerService).getWorksheetSkeleton(o);if(!c)return;const{transform:g,drawingType:h,data:f}=d;if(h!==l.DrawingTypeEnum.DRAWING_DOM&&h!==l.DrawingTypeEnum.DRAWING_CHART)return;const S=this._getSceneAndTransformerByDrawingSearch(n);if(S==null)return;const{scene:w,canvas:v}=S;if(g==null)return!0;if(u!==o)return;const{left:D,top:y,width:T,height:C,angle:M,flipX:I,flipY:A,skewX:b,skewY:x}=g,B=P.getDrawingShapeKeyByDrawingSearch({unitId:n,subUnitId:o,drawingId:s}),E=w.getObject(B);if(E!=null){E.transformByState({left:D,top:y,width:T,height:C,angle:M,flipX:I,flipY:A,skewX:b,skewY:x});return}const R={left:D,top:y,width:T,height:C,zIndex:this._drawingManagerService.getDrawingOrder(n,o).length-1},N=h===l.DrawingTypeEnum.DRAWING_CHART;if(N){const $=f?f.backgroundColor:"white";R.fill=$,R.rotateEnabled=!1,f&&f.border&&(R.stroke=f.border),R.paintFirst="stroke",R.strokeWidth=1,R.borderEnabled=!1,R.radius=8}const O=new j.Rect(B,R);N&&O.setObjectType(j.ObjectType.CHART),w.addObject(O,j.DRAWING_OBJECT_LAYER_INDEX),d.allowTransform!==!1&&w.attachTransformerTo(O);const k=this._ensureMap(n,o),V=new l.DisposableCollection,re=ve(O,S.renderUnit,c.skeleton,a.worksheet),ee=new W.BehaviorSubject(re),Ie={dispose:V,rect:O,position$:ee,unitId:n,subUnitId:o};this._canvasFloatDomService.addFloatDom({position$:ee,id:s,componentKey:d.componentKey,onPointerDown:$=>{v.dispatchEvent(new PointerEvent($.type,$))},onPointerMove:$=>{v.dispatchEvent(new PointerEvent($.type,$))},onPointerUp:$=>{v.dispatchEvent(new PointerEvent($.type,$))},onWheel:$=>{v.dispatchEvent(new WheelEvent($.type,$))},props:(J=(oe=k.get(s))==null?void 0:oe.props)!=null?J:this._getFloatDomProps(s),data:f,unitId:n});const de=O.onTransformChange$.subscribeEvent(()=>{const $=ve(O,S.renderUnit,c.skeleton,a.worksheet);ee.next($)});V.add(()=>{this._canvasFloatDomService.removeFloatDom(s)}),de&&V.add(de),this._domLayerInfoMap.set(s,Ie),k.set(s,{...k.get(s)})})})),this.disposeWithMe(this._drawingManagerService.remove$.subscribe(t=>{t.forEach(e=>{const{unitId:n,subUnitId:o,drawingId:s}=e,a=P.getDrawingShapeKeyByDrawingSearch({unitId:n,subUnitId:o,drawingId:s}),d=this._getSceneAndTransformerByDrawingSearch(n);if(d==null)return;const{transformer:m,scene:u}=d,c=u.getObject(a);c!=null&&c.oKey&&m.clearControlByIds([c==null?void 0:c.oKey])})}))}_scrollUpdateListener(){const t=(e,n)=>{var u;const o=this._getSceneAndTransformerByDrawingSearch(e),s=this._ensureMap(e,n),a=Array.from(s.keys()),d=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e,subUnitId:n}),m=(u=this._renderManagerService.getRenderById(e))==null?void 0:u.with(U.SheetSkeletonManagerService).getWorksheetSkeleton(n);!o||!d||!m||a.forEach(c=>{const g=this._domLayerInfoMap.get(c);if(g){const h=ve(g.rect,o.renderUnit,m.skeleton,d.worksheet,g);g.position$.next(h)}})};this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET).pipe(W.filter(e=>!!e),W.switchMap(e=>e.activeSheet$),W.filter(e=>!!e),W.map(e=>{const n=this._renderManagerService.getRenderById(e.getUnitId());return n?{render:n,unitId:e.getUnitId(),subUnitId:e.getSheetId()}:null}),W.filter(e=>!!e),W.switchMap(e=>l.fromEventSubject(e.render.scene.getViewport(j.SHEET_VIEWPORT_KEY.VIEW_MAIN).onScrollAfter$).pipe(W.map(()=>({unitId:e.unitId,subUnitId:e.subUnitId}))))).subscribe(({unitId:e,subUnitId:n})=>{t(e,n)})),this.disposeWithMe(this._commandService.onCommandExecuted(e=>{var n,o;if(e.id===U.SetZoomRatioOperation.id){const s=e.params,{unitId:a}=s;Array.from((o=(n=this._domLayerMap.get(a))==null?void 0:n.keys())!=null?o:[]).forEach(m=>{t(a,m)})}else if(e.id===_.SetFrozenMutation.id){const{unitId:s,subUnitId:a}=e.params;t(s,a)}}))}_getPosition(t,e){var h;const{startX:n,endX:o,startY:s,endY:a}=t,d=(h=this._renderManagerService.getRenderById(e))==null?void 0:h.with(U.ISheetSelectionRenderService);if(d==null)return;const m=d.getCellWithCoordByOffset(n,s);if(m==null)return;const u={column:m.actualColumn,columnOffset:n-m.startX,row:m.actualRow,rowOffset:s-m.startY},c=d.getCellWithCoordByOffset(o,a);if(c==null)return;const g={column:c.actualColumn,columnOffset:o-c.startX,row:c.actualRow,rowOffset:a-c.startY};return{from:u,to:g}}_featureUpdateListener(){this.disposeWithMe(this._drawingManagerService.update$.subscribe(t=>{t.forEach(e=>{const n=this._drawingManagerService.getDrawingByParam(e);if(!n||n.drawingType!==l.DrawingTypeEnum.DRAWING_DOM&&n.drawingType!==l.DrawingTypeEnum.DRAWING_CHART)return;const o={...n.transform};this._transformChange$.next({id:e.drawingId,value:o})})}))}_deleteListener(){this.disposeWithMe(this._drawingManagerService.remove$.subscribe(t=>{t.forEach(e=>{this._removeDom(e.drawingId)})}))}updateFloatDomProps(t,e,n,o){const s=this._domLayerInfoMap.get(n),a=this._getSceneAndTransformerByDrawingSearch(t);if(s&&a){const{scene:d}=a,m=P.getDrawingShapeKeyByDrawingSearch({unitId:t,subUnitId:e,drawingId:n}),u=d.getObject(m);u&&u instanceof j.Rect&&u.setProps(o)}}addFloatDomToPosition(t,e){const n=_.getSheetCommandTarget(this._univerInstanceService,{unitId:t.unitId,subUnitId:t.subUnitId});if(!n)throw new Error("cannot find current target!");const{unitId:o,subUnitId:s}=n,{initPosition:a,componentKey:d,data:m,allowTransform:u=!0}=t,c=e!=null?e:l.generateRandomId(),g=this._getPosition(a,o);if(g==null)return;this._ensureMap(o,s).set(c,t);const f={unitId:o,subUnitId:s,drawingId:c,drawingType:t.type||l.DrawingTypeEnum.DRAWING_DOM,componentKey:d,sheetTransform:g,transform:{left:a.startX,top:a.startY,width:a.endX-a.startX,height:a.endY-a.startY},data:m,allowTransform:u};return this._commandService.executeCommand(Ne.id,{unitId:o,drawings:[f]}),this._add$.next({unitId:o,subUnitId:s,id:c}),{id:c,dispose:()=>{this._removeDom(c,!0)}}}_removeDom(t,e=!1){const n=this._domLayerInfoMap.get(t);if(!n)return;const{unitId:o,subUnitId:s}=n;this._domLayerInfoMap.delete(t),n.dispose.dispose();const a=this._getSceneAndTransformerByDrawingSearch(o);if(a&&a.scene.removeObject(n.rect),e){this._ensureMap(o,s).delete(t);const m=this._drawingManagerService.getDrawingByParam({unitId:o,subUnitId:s,drawingId:t});if(!m)return;const u=this._sheetDrawingService.getBatchRemoveOp([m]),{redo:c,objects:g}=u;this._commandService.syncExecuteCommand(p.SetDrawingApplyMutation.id,{unitId:o,subUnitId:s,op:c,objects:g,type:p.DrawingApplyType.REMOVE})}}addHook(t){return this._hooks.push(t),{dispose:()=>{const e=this._hooks.findIndex(n=>n===t);this._hooks.splice(e,1)}}}addFloatDomToRange(t,e,n,o){var x,B,E,R;const s=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId});if(!s)throw new Error("cannot find current target!");const{unitId:a,subUnitId:d}=s;if(!this._getSceneAndTransformerByDrawingSearch(a))return;const u=this._renderManagerService.getRenderById(a);if(!u)return;const c=(x=this._renderManagerService.getRenderById(a))==null?void 0:x.with(U.SheetSkeletonManagerService).getWorksheetSkeleton(d);if(!c)return;const{componentKey:g,data:h,allowTransform:f=!0}=e,S=o!=null?o:l.generateRandomId(),{position:w}=this._createRangePositionObserver(t,u,c.skeleton),v=this._getPosition(w,a);if(v==null)return;this._ensureMap(a,d).set(S,e);const y=w.endX-w.startX,T=w.endY-w.startY,C=(B=n.width)!=null?B:y,M=(E=n.height)!=null?E:T,I=w.startX+Ye(n.x,y),A=w.startY+Ye(n.y,T),b={unitId:a,subUnitId:d,drawingId:S,drawingType:e.type||l.DrawingTypeEnum.DRAWING_DOM,componentKey:g,sheetTransform:v,transform:{left:I,top:A,width:C,height:M},data:h,allowTransform:f};{const{unitId:N,subUnitId:O,drawingId:k}=b,V=_.getSheetCommandTarget(this._univerInstanceService,{unitId:N,subUnitId:O}),re=b,ee=this._univerInstanceService.getUnit(N,l.UniverInstanceType.UNIVER_SHEET);if(!ee)return;const Ie=ee.getActiveSheet().getSheetId();if(!re||!V)return;const de=(R=this._renderManagerService.getRenderById(N))==null?void 0:R.with(U.SheetSkeletonManagerService).getWorksheetSkeleton(O);if(!de)return;const{transform:ie,drawingType:oe,data:J}=re;if(oe!==l.DrawingTypeEnum.DRAWING_DOM&&oe!==l.DrawingTypeEnum.DRAWING_CHART)return;const $=this._getSceneAndTransformerByDrawingSearch(N);if($==null)return;const{scene:se,canvas:ae}=$;if(ie==null||Ie!==O)return;const{left:pe,top:Ce,width:ye,height:Re,angle:Be,flipX:nt,flipY:rt,skewX:it,skewY:ot}=ie,xe=P.getDrawingShapeKeyByDrawingSearch({unitId:N,subUnitId:O,drawingId:k}),Me=se.getObject(xe);if(Me!=null){Me.transformByState({left:pe,top:Ce,width:ye,height:Re,angle:Be,flipX:nt,flipY:rt,skewX:it,skewY:ot});return}const te={left:pe,top:Ce,width:ye,height:Re,zIndex:this._drawingManagerService.getDrawingOrder(N,O).length-1},Le=oe===l.DrawingTypeEnum.DRAWING_CHART;if(Le){const L=J?J.backgroundColor:"white";te.fill=L,te.rotateEnabled=!1,J&&J.border&&(te.stroke=J.border),te.paintFirst="stroke",te.strokeWidth=1,te.borderEnabled=!1,te.radius=8}const K=new j.Rect(xe,te);Le&&K.setObjectType(j.ObjectType.CHART),se.addObject(K,j.DRAWING_OBJECT_LAYER_INDEX),re.allowTransform!==!1&&se.attachTransformerTo(K);const Te=this._ensureMap(N,O),fe=new l.DisposableCollection,le=se.getMainViewport(),st={top:le.top,left:le.left,bottom:le.bottom,right:le.right},ce={dispose:fe,rect:K,boundsOfViewArea:st,unitId:N,subUnitId:O},at=ve(K,$.renderUnit,de.skeleton,V.worksheet,ce),we=new W.BehaviorSubject(at);ce.position$=we,this._canvasFloatDomService.addFloatDom({position$:we,id:k,componentKey:re.componentKey,onPointerDown:L=>{ae.dispatchEvent(new PointerEvent(L.type,L))},onPointerMove:L=>{ae.dispatchEvent(new PointerEvent(L.type,L))},onPointerUp:L=>{ae.dispatchEvent(new PointerEvent(L.type,L))},onWheel:L=>{ae.dispatchEvent(new WheelEvent(L.type,L))},data:J,unitId:N});const be=K.onTransformChange$.subscribeEvent(()=>{const L=ve(K,$.renderUnit,de.skeleton,V.worksheet,ce);we.next(L)});fe.add(()=>{this._canvasFloatDomService.removeFloatDom(k)}),be&&fe.add(be),this._domLayerInfoMap.set(k,ce),Te.set(k,{...Te.get(k)})}return{id:S,dispose:()=>{this._removeDom(S,!0)}}}addFloatDomToColumnHeader(t,e,n,o){var B,E,R,N;const s=_.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId});if(!s)throw new Error("cannot find current target!");const{unitId:a,subUnitId:d}=s;if(!this._getSceneAndTransformerByDrawingSearch(a))return;const u=this._renderManagerService.getRenderById(a);if(!u)return;const c=(B=this._renderManagerService.getRenderById(a))==null?void 0:B.with(U.SheetSkeletonManagerService).getWorksheetSkeleton(d);if(!c)return;const{componentKey:g,data:h,allowTransform:f=!0}=e,S=o!=null?o:l.generateRandomId(),{position:w}=this._createRangePositionObserver({startRow:0,endRow:0,startColumn:t,endColumn:t},u,c.skeleton),v=w;v.startY=0;const D=this._getPosition(w,a);if(D==null)return;this._ensureMap(a,d).set(S,e);const T=w.endX-w.startX,C=w.endY-w.startY,M=(E=n.width)!=null?E:T,I=(R=n.height)!=null?R:C,A=v.startX+Ye(n.x,T),b=v.startY+Ye(n.y,C),x={unitId:a,subUnitId:d,drawingId:S,drawingType:e.type||l.DrawingTypeEnum.DRAWING_DOM,componentKey:g,sheetTransform:D,transform:{left:A,top:b,width:M,height:I},data:h,allowTransform:f};{const{unitId:O,subUnitId:k,drawingId:V}=x,re=_.getSheetCommandTarget(this._univerInstanceService,{unitId:O,subUnitId:k}),ee=x,Ie=this._univerInstanceService.getUnit(O,l.UniverInstanceType.UNIVER_SHEET);if(!Ie)return;const de=Ie.getActiveSheet().getSheetId();if(!ee||!re)return;const ie=(N=this._renderManagerService.getRenderById(O))==null?void 0:N.with(U.SheetSkeletonManagerService).getWorksheetSkeleton(k);if(!ie)return;const{transform:oe,drawingType:J,data:$}=ee;if(J!==l.DrawingTypeEnum.DRAWING_DOM&&J!==l.DrawingTypeEnum.DRAWING_CHART)return;const se=this._getSceneAndTransformerByDrawingSearch(O);if(se==null)return;const{scene:ae,canvas:pe}=se;if(oe==null||de!==k)return;const{left:Ce,top:ye,width:Re,height:Be,angle:nt,flipX:rt,flipY:it,skewX:ot,skewY:xe}=oe,Me=P.getDrawingShapeKeyByDrawingSearch({unitId:O,subUnitId:k,drawingId:V}),te=ae.getObject(Me);if(te!=null){te.transformByState({left:Ce,top:ye,width:Re,height:Be,angle:nt,flipX:rt,flipY:it,skewX:ot,skewY:xe});return}const Le={left:Ce,top:ye,width:Re,height:Be,zIndex:this._drawingManagerService.getDrawingOrder(O,k).length-1},K=new j.Rect(Me,Le);ae.addObject(K,j.DRAWING_OBJECT_LAYER_INDEX),ee.allowTransform!==!1&&ae.attachTransformerTo(K);const Te=this._ensureMap(O,k),fe=new l.DisposableCollection,le=ae.getMainViewport(),st={top:0,left:le.left,bottom:le.bottom,right:le.right},ce={dispose:fe,rect:K,unitId:O,subUnitId:k,boundsOfViewArea:st,scrollDirectionResponse:"HORIZONTAL"},at=ve(K,se.renderUnit,ie.skeleton,re.worksheet,ce),we=new W.BehaviorSubject(at);ce.position$=we,this._canvasFloatDomService.addFloatDom({position$:we,id:V,componentKey:ee.componentKey,onPointerDown:L=>{pe.dispatchEvent(new PointerEvent(L.type,L))},onPointerMove:L=>{pe.dispatchEvent(new PointerEvent(L.type,L))},onPointerUp:L=>{pe.dispatchEvent(new PointerEvent(L.type,L))},onWheel:L=>{pe.dispatchEvent(new WheelEvent(L.type,L))},data:$,unitId:O});const be=K.onTransformChange$.subscribeEvent(()=>{const L=ve(K,se.renderUnit,ie.skeleton,re.worksheet,ce);we.next(L)});fe.add(()=>{this._canvasFloatDomService.removeFloatDom(V)}),be&&fe.add(be),this._domLayerInfoMap.set(V,ce),Te.set(V,{...Te.get(V)})}return{id:S,dispose:()=>{this._removeDom(S,!0)}}}_createRangePositionObserver(t,e,n){let{startRow:o,startColumn:s}=t;const a=Ae(o,s,n),d=new W.BehaviorSubject(a),m=Ae(t.endRow,t.endColumn,n),u=new W.BehaviorSubject(m),c=()=>{const v=Ae(o,s,n),D=Ae(t.endRow,t.endColumn,n);d.next(v),u.next(D)},g=new l.DisposableCollection;g.add(e.engine.clientRect$.subscribe(()=>c())),g.add(this._commandService.onCommandExecuted(v=>{if(v.id===_.SetWorksheetRowAutoHeightMutation.id&&v.params.rowsAutoHeightInfo.findIndex(y=>y.row===o)>-1){c();return}(_.COMMAND_LISTENER_SKELETON_CHANGE.indexOf(v.id)>-1||v.id===U.SetScrollOperation.id||v.id===U.SetZoomRatioOperation.id)&&c()}));const h=(v,D)=>{o=v,s=D,c()},f=()=>({rotate:0,width:m.right-a.left,height:m.bottom-a.top,absolute:{left:!0,top:!0},startX:a.left,startY:a.top,endX:m.right,endY:m.bottom}),S=d.pipe(W.map(v=>{const D=Ae(t.endRow,t.endColumn,n);return console.log("service",v.left,v.top),{rotate:0,width:D.right-v.left,height:D.bottom-v.top,absolute:{left:!0,top:!0},startX:v.left,startY:v.top,endX:D.right,endY:D.bottom}})),w=f();return console.log("init position",w),{position$:S,position:w,updateRowCol:h,topLeftPos$:d,rightBottomPos$:u,disposable:g}}};exports.SheetCanvasFloatDomManagerService=gr([_e(0,l.Inject(j.IRenderManagerService)),_e(1,l.IUniverInstanceService),_e(2,l.Inject(l.ICommandService)),_e(3,P.IDrawingManagerService),_e(4,l.Inject(H.CanvasFloatDomService)),_e(5,p.ISheetDrawingService),_e(6,l.Inject(l.LifecycleService))],exports.SheetCanvasFloatDomManagerService);function Ae(i,r,t){const e=t.getCellWithCoordByIndex(i,r),n=e.isMergedMainCell?e.mergeInfo:e;return{left:n.startX,right:n.endX,top:n.startY,bottom:n.endY}}function Ye(i,r){if(i===void 0)return 0;if(typeof i=="number")return i;const t=Number.parseFloat(i);return r*t/100}var jt=Object.defineProperty,mr=Object.getOwnPropertyDescriptor,pr=(i,r,t)=>r in i?jt(i,r,{enumerable:!0,configurable:!0,writable:!0,value:t}):i[r]=t,fr=(i,r,t,e)=>{for(var n=e>1?void 0:e?mr(r,t):r,o=i.length-1,s;o>=0;o--)(s=i[o])&&(n=(e?s(r,t,n):s(n))||n);return e&&n&&jt(r,t,n),n},lt=(i,r)=>(t,e)=>r(t,e,i),Wt=(i,r,t)=>pr(i,typeof r!="symbol"?r+"":r,t);const wr="SHEET_IMAGE_UI_PLUGIN";exports.UniverSheetsDrawingUIPlugin=class extends l.Plugin{constructor(r=Dt,t,e,n){super(),this._config=r,this._injector=t,this._renderManagerService=e,this._configService=n;const{menu:o,...s}=l.merge({},Dt,this._config);o&&this._configService.setConfig("menu",o,{merge:!0}),this._configService.setConfig(Lt,s)}onStarting(){l.registerDependencies(this._injector,[[exports.SheetCanvasFloatDomManagerService],[et],[Xe],[Qe],[Ze],[Je],[Ke],[qe],[ze]]),l.touchDependencies(this._injector,[[exports.SheetCanvasFloatDomManagerService]])}onReady(){l.touchDependencies(this._injector,[[Je]])}onRendered(){this._registerRenderModules(),l.touchDependencies(this._injector,[[Ze],[Qe],[et],[Ke],[qe],[ze]])}onSteady(){this._injector.get(Xe)}_registerRenderModules(){[[Pe],[ht],[ut]].forEach(r=>{this.disposeWithMe(this._renderManagerService.registerRenderModule(l.UniverInstanceType.UNIVER_SHEET,r))})}};Wt(exports.UniverSheetsDrawingUIPlugin,"type",l.UniverInstanceType.UNIVER_SHEET);Wt(exports.UniverSheetsDrawingUIPlugin,"pluginName",wr);exports.UniverSheetsDrawingUIPlugin=fr([l.DependentOn(P.UniverDrawingPlugin,Mt.UniverDocsDrawingPlugin,me.UniverDrawingUIPlugin,p.UniverSheetsDrawingPlugin),lt(1,l.Inject(l.Injector)),lt(2,j.IRenderManagerService),lt(3,l.IConfigService)],exports.UniverSheetsDrawingUIPlugin);exports.ClearSheetDrawingTransformerOperation=G;exports.DeleteDrawingsCommand=_t;exports.EditSheetDrawingOperation=pt;exports.GroupSheetDrawingCommand=ft;exports.InsertFloatImageCommand=tt;exports.InsertSheetDrawingCommand=Ne;exports.MoveDrawingsCommand=De;exports.RemoveSheetDrawingCommand=Ue;exports.SHEETS_IMAGE_MENU_ID=It;exports.SetDrawingArrangeCommand=wt;exports.SetSheetDrawingCommand=je;exports.SidebarSheetDrawingOperation=mt;exports.UngroupSheetDrawingCommand=St;
|