@univerjs/sheets-drawing-ui 0.5.5-experimental.20250122-3362a4a → 0.5.5-nightly.202501201336
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 +9 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/facade.js +330 -346
- package/lib/es/index.js +2366 -2526
- package/lib/es/locale/en-US.js +2 -2
- package/lib/es/locale/fa-IR.js +2 -2
- package/lib/es/locale/fr-FR.js +2 -2
- package/lib/es/locale/ru-RU.js +2 -2
- package/lib/es/locale/vi-VN.js +2 -2
- package/lib/es/locale/zh-CN.js +2 -2
- package/lib/es/locale/zh-TW.js +2 -2
- package/lib/types/controllers/sheet-drawing-copy-paste.controller.d.ts +5 -11
- package/lib/types/controllers/sheet-drawing-update.controller.d.ts +2 -2
- package/lib/types/controllers/sheet-drawing.controller.d.ts +1 -5
- package/lib/types/facade/f-over-grid-image.d.ts +0 -6
- package/lib/types/facade/f-univer.d.ts +0 -6
- package/lib/types/views/sheet-image-panel/SheetDrawingAnchor.d.ts +2 -1
- package/lib/types/views/sheet-image-panel/SheetDrawingPanel.d.ts +2 -16
- package/lib/types/views/upload-loading/UploadLoading.d.ts +2 -16
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +9 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +13 -13
package/lib/umd/index.js
CHANGED
|
@@ -1 +1,9 @@
|
|
|
1
|
-
(function(global,factory){typeof exports=="object"&&typeof module<"u"?factory(exports,require("@univerjs/core"),require("@univerjs/docs-drawing"),require("@univerjs/drawing"),require("@univerjs/drawing-ui"),require("@univerjs/engine-render"),require("@univerjs/sheets-drawing"),require("@univerjs/sheets-ui"),require("@univerjs/ui"),require("rxjs"),require("@univerjs/sheets"),require("react/jsx-runtime"),require("react"),require("@univerjs/docs-ui"),require("@univerjs/design")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","@univerjs/docs-drawing","@univerjs/drawing","@univerjs/drawing-ui","@univerjs/engine-render","@univerjs/sheets-drawing","@univerjs/sheets-ui","@univerjs/ui","rxjs","@univerjs/sheets","react/jsx-runtime","react","@univerjs/docs-ui","@univerjs/design"],factory):(global=typeof globalThis<"u"?globalThis:global||self,factory(global.UniverSheetsDrawingUi={},global.UniverCore,global.UniverDocsDrawing,global.UniverDrawing,global.UniverDrawingUi,global.UniverEngineRender,global.UniverSheetsDrawing,global.UniverSheetsUi,global.UniverUi,global.rxjs,global.UniverSheets,global.React,global.React,global.UniverDocsUi,global.UniverDesign))})(this,function(exports2,core,docsDrawing,drawing,drawingUi,engineRender,sheetsDrawing,sheetsUi,ui,rxjs,sheets,jsxRuntime,React,docsUi,design){"use strict";var __defProp=Object.defineProperty;var __defNormalProp=(obj,key,value)=>key in obj?__defProp(obj,key,{enumerable:!0,configurable:!0,writable:!0,value}):obj[key]=value;var __name=(target,value)=>__defProp(target,"name",{value,configurable:!0});var __publicField=(obj,key,value)=>__defNormalProp(obj,typeof key!="symbol"?key+"":key,value);var _a,_b,_c,_d,_e,_f,_g,_h,_i,_j,_k,_l,_m;const SHEETS_DRAWING_UI_PLUGIN_CONFIG_KEY="sheets-drawing-ui.config",defaultPluginConfig={},ClearSheetDrawingTransformerOperation={id:"sheet.operation.clear-drawing-transformer",type:core.CommandType.MUTATION,handler:__name((accessor,params)=>{const renderManagerService=accessor.get(engineRender.IRenderManagerService);return params.forEach(unitId=>{var _a2,_b2;(_b2=(_a2=renderManagerService.getRenderById(unitId))==null?void 0:_a2.scene.getTransformer())==null||_b2.debounceRefreshControls()}),!0},"handler")},RemoveSheetDrawingCommand={id:"sheet.command.remove-sheet-image",type:core.CommandType.COMMAND,handler:__name((accessor,params)=>{var _a2,_b2,_c2;const commandService=accessor.get(core.ICommandService),undoRedoService=accessor.get(core.IUndoRedoService),sheetInterceptorService=accessor.get(sheets.SheetInterceptorService),sheetDrawingService=accessor.get(sheetsDrawing.ISheetDrawingService);if(!params)return!1;const{drawings}=params,unitIds=[];drawings.forEach(param=>{const{unitId:unitId2}=param;unitIds.push(unitId2)});const jsonOp=sheetDrawingService.getBatchRemoveOp(drawings),{unitId,subUnitId,undo,redo,objects}=jsonOp,intercepted=sheetInterceptorService.onCommandExecute({id:RemoveSheetDrawingCommand.id,params}),removeMutation={id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.REMOVE}},undoRemoveMutation={id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:undo,objects,type:sheetsDrawing.DrawingApplyType.INSERT}};return core.sequenceExecute([...(_a2=intercepted.preRedos)!=null?_a2:[],removeMutation,...intercepted.redos],commandService)?(undoRedoService.pushUndoRedo({unitID:unitId,undoMutations:[...(_b2=intercepted.preUndos)!=null?_b2:[],undoRemoveMutation,...intercepted.undos,{id:ClearSheetDrawingTransformerOperation.id,params:unitIds}],redoMutations:[...(_c2=intercepted.preRedos)!=null?_c2:[],removeMutation,...intercepted.redos,{id:ClearSheetDrawingTransformerOperation.id,params:unitIds}]}),!0):!1},"handler")},COMPONENT_SHEET_DRAWING_PANEL="COMPONENT_SHEET_DRAWING_PANEL",SidebarSheetDrawingOperation={id:"sidebar.operation.sheet-image",type:core.CommandType.COMMAND,handler:__name(async(accessor,params)=>{const sidebarService=accessor.get(ui.ISidebarService),localeService=accessor.get(core.LocaleService),univerInstanceService=accessor.get(core.IUniverInstanceService),commandService=accessor.get(core.ICommandService);if(!sheets.getSheetCommandTarget(univerInstanceService))return!1;switch(params.value){case"open":sidebarService.open({header:{title:localeService.t("sheetImage.panel.title")},children:{label:COMPONENT_SHEET_DRAWING_PANEL},onClose:__name(()=>{commandService.syncExecuteCommand(drawing.SetDrawingSelectedOperation.id,[])},"onClose"),width:360});break;case"close":default:sidebarService.close();break}return!0},"handler")},EditSheetDrawingOperation={id:"sheet.operation.edit-sheet-image",type:core.CommandType.OPERATION,handler:__name((accessor,params)=>{const commandService=accessor.get(core.ICommandService);return params==null?!1:(commandService.syncExecuteCommand(drawing.SetDrawingSelectedOperation.id,[params]),commandService.executeCommand(SidebarSheetDrawingOperation.id,{value:"open"}),!0)},"handler")},styles$1={uploadLoading:"univer-upload-loading",uploadLoadingBody:"univer-upload-loading-body",uploadLoadingBodyAnimation:"univer-upload-loading-body-animation",univerCircleAnimation:"univer-UniverCircleAnimation",uploadLoadingBodyText:"univer-upload-loading-body-text"},UploadLoading=__name(()=>{const imageIoService=core.useDependency(drawing.IImageIoService),localeService=core.useDependency(core.LocaleService),[remain,setRemain]=React.useState(0);return React.useEffect(()=>{const sub=imageIoService.change$.subscribe(count=>{setRemain(count)});return()=>{sub.unsubscribe()}},[imageIoService]),jsxRuntime.jsx("div",{style:{display:remain>0?"block":"none"},className:styles$1.uploadLoading,children:jsxRuntime.jsxs("div",{className:styles$1.uploadLoadingBody,children:[jsxRuntime.jsx("div",{className:styles$1.uploadLoadingBodyAnimation}),jsxRuntime.jsx("div",{className:styles$1.uploadLoadingBodyText,children:`${localeService.t("uploadLoading.loading")}: ${remain}`})]})})},"UploadLoading");var __defProp$c=Object.defineProperty,__getOwnPropDesc$c=Object.getOwnPropertyDescriptor,__decorateClass$c=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$c(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$c(target,key,result),result},"__decorateClass$c"),__decorateParam$c=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$c");let DrawingPopupMenuController=(_a=class extends core.RxDisposable{constructor(_injector,_drawingManagerService,_canvasPopManagerService,_renderManagerService,_univerInstanceService,_contextService,_uiPartsService,_commandService){super();__publicField(this,"_initImagePopupMenu",new Set);this._injector=_injector,this._drawingManagerService=_drawingManagerService,this._canvasPopManagerService=_canvasPopManagerService,this._renderManagerService=_renderManagerService,this._univerInstanceService=_univerInstanceService,this._contextService=_contextService,this._uiPartsService=_uiPartsService,this._commandService=_commandService,this._init()}_init(){this._univerInstanceService.getCurrentTypeOfUnit$(core.UniverInstanceType.UNIVER_SHEET).pipe(rxjs.takeUntil(this.dispose$)).subscribe(workbook=>this._create(workbook)),this._univerInstanceService.getTypeOfUnitDisposed$(core.UniverInstanceType.UNIVER_SHEET).pipe(rxjs.takeUntil(this.dispose$)).subscribe(workbook=>this._dispose(workbook)),this._univerInstanceService.getAllUnitsForType(core.UniverInstanceType.UNIVER_SHEET).forEach(workbook=>this._create(workbook)),this._uiPartsService.registerComponent(ui.BuiltInUIPart.CONTENT,()=>core.connectInjector(UploadLoading,this._injector))}_dispose(workbook){const unitId=workbook.getUnitId();this._renderManagerService.removeRender(unitId)}_create(workbook){if(!workbook)return;const unitId=workbook.getUnitId();this._renderManagerService.has(unitId)&&!this._initImagePopupMenu.has(unitId)&&(this._popupMenuListener(unitId),this._initImagePopupMenu.add(unitId))}_hasCropObject(scene){const objects=scene.getAllObjectsByOrder();for(const object of objects)if(object instanceof drawingUi.ImageCropperObject)return!0;return!1}_popupMenuListener(unitId){var _a2;const scene=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.scene;if(!scene)return;const transformer=scene.getTransformerByCreate();if(!transformer)return;let singletonPopupDisposer;this.disposeWithMe(core.toDisposable(transformer.createControl$.subscribe(()=>{if(this._contextService.setContextValue(core.FOCUSING_COMMON_DRAWINGS,!0),this._hasCropObject(scene))return;const selectedObjects=transformer.getSelectedObjectMap();if(selectedObjects.size>1){singletonPopupDisposer==null||singletonPopupDisposer.dispose();return}const object=selectedObjects.values().next().value;if(!object)return;const oKey=object.oKey,drawingParam=this._drawingManagerService.getDrawingOKey(oKey);if(!drawingParam)return;const{unitId:unitId2,subUnitId,drawingId,drawingType}=drawingParam,data=drawingParam.data;if(data&&data.disablePopup)return;singletonPopupDisposer==null||singletonPopupDisposer.dispose();const menus=this._canvasPopManagerService.getFeatureMenu(unitId2,subUnitId,drawingId,drawingType);singletonPopupDisposer=this.disposeWithMe(this._canvasPopManagerService.attachPopupToObject(object,{componentKey:drawingUi.COMPONENT_IMAGE_POPUP_MENU,direction:"horizontal",offset:[2,0],extraProps:{menuItems:menus||this._getImageMenuItems(unitId2,subUnitId,drawingId,drawingType)}}))}))),this.disposeWithMe(transformer.clearControl$.subscribe(()=>{singletonPopupDisposer==null||singletonPopupDisposer.dispose(),this._contextService.setContextValue(core.FOCUSING_COMMON_DRAWINGS,!1),this._commandService.syncExecuteCommand(drawing.SetDrawingSelectedOperation.id,[])})),this.disposeWithMe(this._contextService.contextChanged$.subscribe(event=>{event[core.FOCUSING_COMMON_DRAWINGS]===!1&&(singletonPopupDisposer==null||singletonPopupDisposer.dispose())})),this.disposeWithMe(transformer.changing$.subscribe(()=>{singletonPopupDisposer==null||singletonPopupDisposer.dispose()}))}_getImageMenuItems(unitId,subUnitId,drawingId,drawingType){return[{label:"image-popup.edit",index:0,commandId:EditSheetDrawingOperation.id,commandParams:{unitId,subUnitId,drawingId},disable:drawingType===core.DrawingTypeEnum.DRAWING_DOM},{label:"image-popup.delete",index:1,commandId:RemoveSheetDrawingCommand.id,commandParams:{unitId,drawings:[{unitId,subUnitId,drawingId}]},disable:!1},{label:"image-popup.crop",index:2,commandId:drawingUi.OpenImageCropOperation.id,commandParams:{unitId,subUnitId,drawingId},disable:drawingType===core.DrawingTypeEnum.DRAWING_DOM},{label:"image-popup.reset",index:3,commandId:drawingUi.ImageResetSizeOperation.id,commandParams:[{unitId,subUnitId,drawingId}],disable:drawingType===core.DrawingTypeEnum.DRAWING_DOM}]}},__name(_a,"DrawingPopupMenuController"),_a);DrawingPopupMenuController=__decorateClass$c([__decorateParam$c(0,core.Inject(core.Injector)),__decorateParam$c(1,drawing.IDrawingManagerService),__decorateParam$c(2,core.Inject(sheetsUi.SheetCanvasPopManagerService)),__decorateParam$c(3,engineRender.IRenderManagerService),__decorateParam$c(4,core.IUniverInstanceService),__decorateParam$c(5,core.IContextService),__decorateParam$c(6,core.Inject(ui.IUIPartsService)),__decorateParam$c(7,core.ICommandService)],DrawingPopupMenuController);function drawingPositionToTransform(position,selectionRenderService,sheetSkeletonManagerService){const{from,to,flipY=!1,flipX=!1,angle=0,skewX=0,skewY=0}=position,skeletonParam=sheetSkeletonManagerService.getCurrent();if(skeletonParam==null)return;const absolutePosition=sheetsUi.convertPositionSheetOverGridToAbsolute(skeletonParam.unitId,skeletonParam.sheetId,{from,to},sheetSkeletonManagerService);let{left,top,width,height}=absolutePosition;const skeleton=sheetSkeletonManagerService.getCurrentSkeleton(),sheetWidth=skeleton.rowHeaderWidth+skeleton.columnTotalWidth,sheetHeight=skeleton.columnHeaderHeight+skeleton.rowTotalHeight;return left+width>sheetWidth&&(left=sheetWidth-width),top+height>sheetHeight&&(top=sheetHeight-height),{flipY,flipX,angle,skewX,skewY,left,top,width,height}}__name(drawingPositionToTransform,"drawingPositionToTransform");function transformToDrawingPosition(transform,selectionRenderService){const{left=0,top=0,width=0,height=0,flipY=!1,flipX=!1,angle=0,skewX=0,skewY=0}=transform,startSelectionCell=selectionRenderService.getCellWithCoordByOffset(left,top);if(startSelectionCell==null)return;const from={column:startSelectionCell.actualColumn,columnOffset:engineRender.precisionTo(left-startSelectionCell.startX,1),row:startSelectionCell.actualRow,rowOffset:engineRender.precisionTo(top-startSelectionCell.startY,1)},endSelectionCell=selectionRenderService.getCellWithCoordByOffset(left+width,top+height);if(endSelectionCell==null)return;const to={column:endSelectionCell.actualColumn,columnOffset:engineRender.precisionTo(left+width-endSelectionCell.startX,1),row:endSelectionCell.actualRow,rowOffset:engineRender.precisionTo(top+height-endSelectionCell.startY,1)};return{flipY,flipX,angle,skewX,skewY,from,to}}__name(transformToDrawingPosition,"transformToDrawingPosition");var __defProp$b=Object.defineProperty,__getOwnPropDesc$b=Object.getOwnPropertyDescriptor,__decorateClass$b=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$b(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$b(target,key,result),result},"__decorateClass$b"),__decorateParam$b=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$b");let SheetsDrawingRenderController=(_b=class extends core.Disposable{constructor(_context,_sheetDrawingService,_drawingManagerService,_sheetSelectionRenderService,_sheetSkeletonManagerService){super(),this._context=_context,this._sheetDrawingService=_sheetDrawingService,this._drawingManagerService=_drawingManagerService,this._sheetSelectionRenderService=_sheetSelectionRenderService,this._sheetSkeletonManagerService=_sheetSkeletonManagerService,this._init()}_init(){this._drawingInitializeListener()}_drawingInitializeListener(){this._sheetDrawingService.initializeNotification(this._context.unitId);const data=this._sheetDrawingService.getDrawingDataForUnit(this._context.unitId);for(const subUnit in data){const subUnitData=data[subUnit];for(const drawingId in subUnitData.data){const drawingData=subUnitData.data[drawingId];drawingData.transform=drawingPositionToTransform(drawingData.sheetTransform,this._sheetSelectionRenderService,this._sheetSkeletonManagerService)}}this._drawingManagerService.registerDrawingData(this._context.unitId,this._sheetDrawingService.getDrawingDataForUnit(this._context.unitId)),this._drawingManagerService.initializeNotification(this._context.unitId)}},__name(_b,"SheetsDrawingRenderController"),_b);SheetsDrawingRenderController=__decorateClass$b([__decorateParam$b(1,sheetsDrawing.ISheetDrawingService),__decorateParam$b(2,drawing.IDrawingManagerService),__decorateParam$b(3,core.Inject(sheetsUi.ISheetSelectionRenderService)),__decorateParam$b(4,core.Inject(sheetsUi.SheetSkeletonManagerService))],SheetsDrawingRenderController);function ungroupToGroup(ungroupParams){const newGroupParams=[];return ungroupParams.forEach(ungroupParam=>{const{parent,children}=ungroupParam,{unitId,subUnitId,drawingId:groupId}=parent,groupTransform=engineRender.getGroupState(0,0,children.map(o=>o.transform||{})),newChildren=children.map(drawing2=>{const transform=drawing2.transform||{left:0,top:0},{unitId:unitId2,subUnitId:subUnitId2,drawingId}=drawing2;return{unitId:unitId2,subUnitId:subUnitId2,drawingId,transform:{...transform,left:transform.left-groupTransform.left,top:transform.top-groupTransform.top},groupId}}),groupParam={unitId,subUnitId,drawingId:groupId,drawingType:core.DrawingTypeEnum.DRAWING_GROUP,transform:groupTransform};newGroupParams.push({parent:groupParam,children:newChildren})}),newGroupParams}__name(ungroupToGroup,"ungroupToGroup");function groupToUngroup(groupParams){const newGroupParams=[];return groupParams.forEach(groupParam=>{const{parent,children}=groupParam,{unitId,subUnitId,drawingId:groupId,transform:groupTransform={width:0,height:0}}=parent;if(groupTransform==null)return;const newChildren=children.map(object=>{const{transform}=object,{unitId:unitId2,subUnitId:subUnitId2,drawingId}=object,newTransform=engineRender.transformObjectOutOfGroup(transform||{},groupTransform,groupTransform.width||0,groupTransform.height||0);return{unitId:unitId2,subUnitId:subUnitId2,drawingId,transform:newTransform,groupId:void 0}}),ungroupParam={unitId,subUnitId,drawingId:groupId,drawingType:core.DrawingTypeEnum.DRAWING_GROUP,transform:{left:0,top:0}};newGroupParams.push({parent:ungroupParam,children:newChildren})}),newGroupParams}__name(groupToUngroup,"groupToUngroup");const GroupSheetDrawingCommand={id:"sheet.command.group-sheet-image",type:core.CommandType.COMMAND,handler:__name((accessor,params)=>{const commandService=accessor.get(core.ICommandService),undoRedoService=accessor.get(core.IUndoRedoService),sheetDrawingService=accessor.get(sheetsDrawing.ISheetDrawingService);if(!params)return!1;const unitIds=[];params.forEach(({parent,children})=>{unitIds.push(parent.unitId),children.forEach(child=>{unitIds.push(child.unitId)})});const jsonOp=sheetDrawingService.getGroupDrawingOp(params),{unitId,subUnitId,undo,redo,objects}=jsonOp;return commandService.syncExecuteCommand(sheetsDrawing.SetDrawingApplyMutation.id,{op:redo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.GROUP})?(undoRedoService.pushUndoRedo({unitID:unitId,undoMutations:[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:undo,unitId,subUnitId,objects:groupToUngroup(objects),type:sheetsDrawing.DrawingApplyType.UNGROUP}},{id:ClearSheetDrawingTransformerOperation.id,params:unitIds}],redoMutations:[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:redo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.GROUP}},{id:ClearSheetDrawingTransformerOperation.id,params:unitIds}]}),!0):!1},"handler")},InsertSheetDrawingCommand={id:"sheet.command.insert-sheet-image",type:core.CommandType.COMMAND,handler:__name((accessor,params)=>{var _a2,_b2,_c2;const commandService=accessor.get(core.ICommandService),undoRedoService=accessor.get(core.IUndoRedoService),sheetDrawingService=accessor.get(sheetsDrawing.ISheetDrawingService),sheetInterceptorService=accessor.get(sheets.SheetInterceptorService);if(!params)return!1;const drawings=params.drawings,unitIds=drawings.map(param=>param.unitId),jsonOp=sheetDrawingService.getBatchAddOp(drawings),{unitId,subUnitId,undo,redo,objects}=jsonOp,intercepted=sheetInterceptorService.onCommandExecute({id:InsertSheetDrawingCommand.id,params}),insertMutation={id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:redo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.INSERT}},undoInsertMutation={id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:undo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.REMOVE}};return core.sequenceExecute([...(_a2=intercepted.preRedos)!=null?_a2:[],insertMutation,...intercepted.redos],commandService)?(undoRedoService.pushUndoRedo({unitID:unitId,undoMutations:[...(_b2=intercepted.preUndos)!=null?_b2:[],undoInsertMutation,...intercepted.undos,{id:ClearSheetDrawingTransformerOperation.id,params:unitIds}],redoMutations:[...(_c2=intercepted.preRedos)!=null?_c2:[],insertMutation,...intercepted.redos,{id:ClearSheetDrawingTransformerOperation.id,params:unitIds}]}),!0):!1},"handler")},SetDrawingArrangeCommand={id:"sheet.command.set-drawing-arrange",type:core.CommandType.COMMAND,handler:__name((accessor,params)=>{const commandService=accessor.get(core.ICommandService),undoRedoService=accessor.get(core.IUndoRedoService);if(!params)return!1;const sheetDrawingService=accessor.get(sheetsDrawing.ISheetDrawingService),{unitId,subUnitId,drawingIds,arrangeType}=params,drawingOrderMapParam={unitId,subUnitId,drawingIds};let jsonOp;if(arrangeType===core.ArrangeTypeEnum.forward?jsonOp=sheetDrawingService.getForwardDrawingsOp(drawingOrderMapParam):arrangeType===core.ArrangeTypeEnum.backward?jsonOp=sheetDrawingService.getBackwardDrawingOp(drawingOrderMapParam):arrangeType===core.ArrangeTypeEnum.front?jsonOp=sheetDrawingService.getFrontDrawingsOp(drawingOrderMapParam):arrangeType===core.ArrangeTypeEnum.back&&(jsonOp=sheetDrawingService.getBackDrawingsOp(drawingOrderMapParam)),jsonOp==null)return!1;const{objects,redo,undo}=jsonOp;return commandService.syncExecuteCommand(sheetsDrawing.SetDrawingApplyMutation.id,{op:redo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.ARRANGE})?(undoRedoService.pushUndoRedo({unitID:unitId,undoMutations:[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:undo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.ARRANGE}}],redoMutations:[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:redo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.ARRANGE}}]}),!0):!1},"handler")},SetSheetDrawingCommand={id:"sheet.command.set-sheet-image",type:core.CommandType.COMMAND,handler:__name((accessor,params)=>{const commandService=accessor.get(core.ICommandService),undoRedoService=accessor.get(core.IUndoRedoService),sheetDrawingService=accessor.get(sheetsDrawing.ISheetDrawingService);if(!params)return!1;const{drawings}=params,jsonOp=sheetDrawingService.getBatchUpdateOp(drawings),{unitId,subUnitId,undo,redo,objects}=jsonOp;return commandService.syncExecuteCommand(sheetsDrawing.SetDrawingApplyMutation.id,{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE})?(undoRedoService.pushUndoRedo({unitID:unitId,undoMutations:[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:undo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}},{id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}],redoMutations:[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}},{id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}]}),!0):!1},"handler")},UngroupSheetDrawingCommand={id:"sheet.command.ungroup-sheet-image",type:core.CommandType.COMMAND,handler:__name((accessor,params)=>{const commandService=accessor.get(core.ICommandService),undoRedoService=accessor.get(core.IUndoRedoService),sheetDrawingService=accessor.get(sheetsDrawing.ISheetDrawingService);if(!params)return!1;const unitIds=[];params.forEach(({parent,children})=>{unitIds.push(parent.unitId),children.forEach(child=>{unitIds.push(child.unitId)})});const jsonOp=sheetDrawingService.getUngroupDrawingOp(params),{unitId,subUnitId,undo,redo,objects}=jsonOp;return commandService.syncExecuteCommand(sheetsDrawing.SetDrawingApplyMutation.id,{op:redo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.UNGROUP})?(undoRedoService.pushUndoRedo({unitID:unitId,undoMutations:[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:undo,unitId,subUnitId,objects:ungroupToGroup(objects),type:sheetsDrawing.DrawingApplyType.GROUP}},{id:ClearSheetDrawingTransformerOperation.id,params:unitIds}],redoMutations:[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:redo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.UNGROUP}},{id:ClearSheetDrawingTransformerOperation.id,params:unitIds}]}),!0):!1},"handler")};var __defProp$a=Object.defineProperty,__getOwnPropDesc$a=Object.getOwnPropertyDescriptor,__decorateClass$a=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$a(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$a(target,key,result),result},"__decorateClass$a"),__decorateParam$a=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$a");function rotatedBoundingBox(width,height,angleDegrees){const angle=angleDegrees*Math.PI/180,rotatedWidth=Math.abs(width*Math.cos(angle))+Math.abs(height*Math.sin(angle)),rotatedHeight=Math.abs(width*Math.sin(angle))+Math.abs(height*Math.cos(angle));return{rotatedWidth,rotatedHeight}}__name(rotatedBoundingBox,"rotatedBoundingBox");function getDrawingSizeByCell(accessor,location,originImageWidth,originImageHeight,angle){var _a2;const{rotatedHeight,rotatedWidth}=rotatedBoundingBox(originImageWidth,originImageHeight,angle),currentRender=accessor.get(engineRender.IRenderManagerService).getRenderById(location.unitId);if(!currentRender)return!1;const skeleton=(_a2=currentRender.with(sheetsUi.SheetSkeletonManagerService).getWorksheetSkeleton(location.subUnitId))==null?void 0:_a2.skeleton;if(skeleton==null)return!1;const cellInfo=skeleton.getCellByIndex(location.row,location.col),cellWidth=cellInfo.mergeInfo.endX-cellInfo.mergeInfo.startX-2,cellHeight=cellInfo.mergeInfo.endY-cellInfo.mergeInfo.startY-2,imageRatio=rotatedWidth/rotatedHeight,scale=Math.ceil(Math.min(cellWidth,cellHeight*imageRatio))/rotatedWidth,realScale=!scale||Number.isNaN(scale)?.001:scale;return{width:originImageWidth*realScale,height:originImageHeight*realScale}}__name(getDrawingSizeByCell,"getDrawingSizeByCell");let SheetDrawingUpdateController=(_c=class extends core.Disposable{constructor(_context,_skeletonManagerService,_commandService,_selectionRenderService,_imageIoService,_fileOpenerService,_sheetDrawingService,_drawingManagerService,_contextService,_messageService,_localeService,selectionManagerService,_injector){super();__publicField(this,"_workbookSelections");this._context=_context,this._skeletonManagerService=_skeletonManagerService,this._commandService=_commandService,this._selectionRenderService=_selectionRenderService,this._imageIoService=_imageIoService,this._fileOpenerService=_fileOpenerService,this._sheetDrawingService=_sheetDrawingService,this._drawingManagerService=_drawingManagerService,this._contextService=_contextService,this._messageService=_messageService,this._localeService=_localeService,this._injector=_injector,this._workbookSelections=selectionManagerService.getWorkbookSelections(this._context.unitId),this._updateImageListener(),this._updateOrderListener(),this._groupDrawingListener(),this._focusDrawingListener()}async insertFloatImage(){const files=await this._fileOpenerService.openFile({multiple:!0,accept:drawing.DRAWING_IMAGE_ALLOW_IMAGE_LIST.map(image=>`.${image.replace("image/","")}`).join(",")}),fileLength=files.length;return fileLength>drawing.DRAWING_IMAGE_COUNT_LIMIT?(this._messageService.show({type:design.MessageType.Error,content:this._localeService.t("update-status.exceedMaxCount",String(drawing.DRAWING_IMAGE_COUNT_LIMIT))}),!1):fileLength===0?!1:(files.forEach(async file=>await this.insertFloatImageByFile(file)),!0)}async insertCellImage(){const file=(await this._fileOpenerService.openFile({multiple:!1,accept:drawing.DRAWING_IMAGE_ALLOW_IMAGE_LIST.map(image=>`.${image.replace("image/","")}`).join(",")}))[0];return file?(await this._insertCellImage(file),!0):!1}async insertFloatImageByFile(file){let imageParam;try{imageParam=await this._imageIoService.saveImage(file)}catch(error){const type=error.message;type===drawing.ImageUploadStatusType.ERROR_EXCEED_SIZE?this._messageService.show({type:design.MessageType.Error,content:this._localeService.t("update-status.exceedMaxSize",String(drawing.DRAWING_IMAGE_ALLOW_SIZE/(1024*1024)))}):type===drawing.ImageUploadStatusType.ERROR_IMAGE_TYPE?this._messageService.show({type:design.MessageType.Error,content:this._localeService.t("update-status.invalidImageType")}):type===drawing.ImageUploadStatusType.ERROR_IMAGE&&this._messageService.show({type:design.MessageType.Error,content:this._localeService.t("update-status.invalidImage")})}if(imageParam==null)return;const info=this._getUnitInfo(),{unitId,subUnitId}=info,{imageId,imageSourceType,source,base64Cache}=imageParam,{width,height,image}=await drawing.getImageSize(base64Cache||""),{width:sceneWidth,height:sceneHeight}=this._context.scene;this._imageIoService.addImageSourceCache(source,imageSourceType,image);let scale=1;if(width>drawing.DRAWING_IMAGE_WIDTH_LIMIT||height>drawing.DRAWING_IMAGE_HEIGHT_LIMIT){const scaleWidth=drawing.DRAWING_IMAGE_WIDTH_LIMIT/width,scaleHeight=drawing.DRAWING_IMAGE_HEIGHT_LIMIT/height;scale=Math.max(scaleWidth,scaleHeight)}const sheetTransform=this._getImagePosition(width*scale,height*scale,sceneWidth,sceneHeight);if(sheetTransform==null)return;const sheetDrawingParam={unitId,subUnitId,drawingId:imageId,drawingType:core.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType,source,transform:drawingPositionToTransform(sheetTransform,this._selectionRenderService,this._skeletonManagerService),sheetTransform};return this._commandService.executeCommand(InsertSheetDrawingCommand.id,{unitId,drawings:[sheetDrawingParam]})}async _insertCellImage(file){let imageParam;try{imageParam=await this._imageIoService.saveImage(file)}catch(error){const type=error.message;type===drawing.ImageUploadStatusType.ERROR_EXCEED_SIZE?this._messageService.show({type:design.MessageType.Error,content:this._localeService.t("update-status.exceedMaxSize",String(drawing.DRAWING_IMAGE_ALLOW_SIZE/(1024*1024)))}):type===drawing.ImageUploadStatusType.ERROR_IMAGE_TYPE?this._messageService.show({type:design.MessageType.Error,content:this._localeService.t("update-status.invalidImageType")}):type===drawing.ImageUploadStatusType.ERROR_IMAGE&&this._messageService.show({type:design.MessageType.Error,content:this._localeService.t("update-status.invalidImage")})}if(imageParam==null)return;const{imageId,imageSourceType,source,base64Cache}=imageParam,{width,height,image}=await drawing.getImageSize(base64Cache||"");this._imageIoService.addImageSourceCache(source,imageSourceType,image);const selection=this._workbookSelections.getCurrentLastSelection();if(!selection)return!1;const docDataModel=core.createDocumentModelWithStyle("",{}),imageSize=getDrawingSizeByCell(this._injector,{unitId:this._context.unitId,subUnitId:this._context.unit.getActiveSheet().getSheetId(),row:selection.primary.actualRow,col:selection.primary.actualColumn},width,height,0);if(!imageSize)return!1;const docTransform={size:{width:imageSize.width,height:imageSize.height},positionH:{relativeFrom:core.ObjectRelativeFromH.PAGE,posOffset:0},positionV:{relativeFrom:core.ObjectRelativeFromV.PARAGRAPH,posOffset:0},angle:0},docDrawingParam={unitId:docDataModel.getUnitId(),subUnitId:docDataModel.getUnitId(),drawingId:imageId,drawingType:core.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType,source,transform:docsUi.docDrawingPositionToTransform(docTransform),docTransform,behindDoc:core.BooleanNumber.FALSE,title:"",description:"",layoutType:core.PositionedObjectLayoutType.INLINE,wrapText:core.WrapTextType.BOTH_SIDES,distB:0,distL:0,distR:0,distT:0},jsonXActions=core.BuildTextUtils.drawing.add({documentDataModel:docDataModel,drawings:[docDrawingParam],selection:{collapsed:!0,startOffset:0,endOffset:0}});return jsonXActions?(docDataModel.apply(jsonXActions),this._commandService.syncExecuteCommand(sheets.SetRangeValuesCommand.id,{value:{[selection.primary.actualRow]:{[selection.primary.actualColumn]:{p:docDataModel.getSnapshot(),t:1}}}})):!1}_getUnitInfo(){const workbook=this._context.unit,worksheet=workbook.getActiveSheet(),unitId=workbook.getUnitId(),subUnitId=worksheet.getSheetId();return{unitId,subUnitId}}_getImagePosition(imageWidth,imageHeight,sceneWidth,sceneHeight){const selections=this._workbookSelections.getCurrentSelections();let range={startRow:0,endRow:0,startColumn:0,endColumn:0};selections&&selections.length>0&&(range=selections[selections.length-1].range);const rangeWithCoord=sheetsUi.attachRangeWithCoord(this._skeletonManagerService.getCurrent().skeleton,range);if(rangeWithCoord==null)return;let{startColumn,startRow,startX,startY}=rangeWithCoord,isChangeStart=!1;if(startX+imageWidth>sceneWidth&&(startX=sceneWidth-imageWidth,startX<0&&(startX=0,imageWidth=sceneWidth),isChangeStart=!0),startY+imageHeight>sceneHeight&&(startY=sceneHeight-imageHeight,startY<0&&(startY=0,imageHeight=sceneHeight),isChangeStart=!0),isChangeStart){const newCoord=this._selectionRenderService.getCellWithCoordByOffset(startX,startY);if(newCoord==null)return;startX=newCoord.startX,startY=newCoord.startY,startColumn=newCoord.actualColumn,startRow=newCoord.actualRow}const from={column:startColumn,columnOffset:0,row:startRow,rowOffset:0},endSelectionCell=this._selectionRenderService.getCellWithCoordByOffset(startX+imageWidth,startY+imageHeight);if(endSelectionCell==null)return;const to={column:endSelectionCell.actualColumn,columnOffset:startX+imageWidth-endSelectionCell.startX,row:endSelectionCell.actualRow,rowOffset:startY+imageHeight-endSelectionCell.startY};return{from,to}}_updateOrderListener(){this.disposeWithMe(this._drawingManagerService.featurePluginOrderUpdate$.subscribe(params=>{const{unitId,subUnitId,drawingIds,arrangeType}=params;this._commandService.executeCommand(SetDrawingArrangeCommand.id,{unitId,subUnitId,drawingIds,arrangeType})}))}_updateImageListener(){this.disposeWithMe(this._drawingManagerService.featurePluginUpdate$.subscribe(params=>{const drawings=[];params.length!==0&&(params.forEach(param=>{const{unitId,subUnitId,drawingId,drawingType,transform}=param;if(transform==null)return;const sheetDrawing=this._sheetDrawingService.getDrawingByParam({unitId,subUnitId,drawingId});if(sheetDrawing==null||sheetDrawing.unitId!==this._context.unitId)return;const sheetTransform=transformToDrawingPosition({...sheetDrawing.transform,...transform},this._selectionRenderService);if(sheetTransform==null)return;const newDrawing={...param,transform:{...sheetDrawing.transform,...transform,...drawingPositionToTransform(sheetTransform,this._selectionRenderService,this._skeletonManagerService)},sheetTransform:{...sheetTransform}};drawings.push(newDrawing)}),drawings.length>0&&this._commandService.executeCommand(SetSheetDrawingCommand.id,{unitId:params[0].unitId,drawings}))}))}_groupDrawingListener(){this.disposeWithMe(this._drawingManagerService.featurePluginGroupUpdate$.subscribe(params=>{this._commandService.executeCommand(GroupSheetDrawingCommand.id,params);const{unitId,subUnitId,drawingId}=params[0].parent;this._commandService.syncExecuteCommand(drawing.SetDrawingSelectedOperation.id,[{unitId,subUnitId,drawingId}])})),this.disposeWithMe(this._drawingManagerService.featurePluginUngroupUpdate$.subscribe(params=>{this._commandService.executeCommand(UngroupSheetDrawingCommand.id,params)}))}_focusDrawingListener(){this.disposeWithMe(this._drawingManagerService.focus$.subscribe(params=>{params==null||params.length===0?(this._contextService.setContextValue(core.FOCUSING_COMMON_DRAWINGS,!1),this._sheetDrawingService.focusDrawing([])):(this._contextService.setContextValue(core.FOCUSING_COMMON_DRAWINGS,!0),this._sheetDrawingService.focusDrawing(params))}))}},__name(_c,"SheetDrawingUpdateController"),_c);SheetDrawingUpdateController=__decorateClass$a([__decorateParam$a(1,core.Inject(sheetsUi.SheetSkeletonManagerService)),__decorateParam$a(2,core.ICommandService),__decorateParam$a(3,sheetsUi.ISheetSelectionRenderService),__decorateParam$a(4,drawing.IImageIoService),__decorateParam$a(5,ui.ILocalFileService),__decorateParam$a(6,sheetsDrawing.ISheetDrawingService),__decorateParam$a(7,drawing.IDrawingManagerService),__decorateParam$a(8,core.IContextService),__decorateParam$a(9,ui.IMessageService),__decorateParam$a(10,core.Inject(core.LocaleService)),__decorateParam$a(11,core.Inject(sheets.SheetsSelectionsService)),__decorateParam$a(12,core.Inject(core.Injector))],SheetDrawingUpdateController);var __defProp$9=Object.defineProperty,__getOwnPropDesc$9=Object.getOwnPropertyDescriptor,__decorateClass$9=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$9(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$9(target,key,result),result},"__decorateClass$9"),__decorateParam$9=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$9");function resizeImageByCell(injector,location,cell){var _a2,_b2,_c2,_d2;if(((_b2=(_a2=cell==null?void 0:cell.p)==null?void 0:_a2.body)==null?void 0:_b2.dataStream.length)===3&&((_d2=(_c2=cell.p)==null?void 0:_c2.drawingsOrder)==null?void 0:_d2.length)===1){const image=cell.p.drawings[cell.p.drawingsOrder[0]],imageSize=getDrawingSizeByCell(injector,{unitId:location.unitId,subUnitId:location.subUnitId,row:location.row,col:location.col},image.docTransform.size.width,image.docTransform.size.height,image.docTransform.angle);if(imageSize)return image.transform.width=imageSize.width,image.transform.height=imageSize.height,image.docTransform.size.width=imageSize.width,image.docTransform.size.height=imageSize.height,image.transform.left=0,image.transform.top=0,image.docTransform.positionH.posOffset=0,image.docTransform.positionV.posOffset=0,cell.p.documentStyle.pageSize.width=1/0,cell.p.documentStyle.pageSize.height=1/0,!0}return!1}__name(resizeImageByCell,"resizeImageByCell");let SheetCellImageController=(_d=class extends core.Disposable{constructor(_commandService,_sheetInterceptorService,_univerInstanceService,_injector,_drawingManagerService,_docDrawingController,_editorBridgeService){super(),this._commandService=_commandService,this._sheetInterceptorService=_sheetInterceptorService,this._univerInstanceService=_univerInstanceService,this._injector=_injector,this._drawingManagerService=_drawingManagerService,this._docDrawingController=_docDrawingController,this._editorBridgeService=_editorBridgeService,this._initHandleResize(),this._handleInitEditor(),this._handleWriteCell(),this._initCellContentInterceptor()}_initHandleResize(){this.disposeWithMe(this._commandService.onCommandExecuted(commandInfo=>{let sheetTarget,ranges=[];if(commandInfo.id===sheets.SetWorksheetRowHeightMutation.id){const params=commandInfo.params;ranges=params.ranges,sheetTarget=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:params.unitId,subUnitId:params.subUnitId})}else if(commandInfo.id===sheets.SetWorksheetColWidthMutation.id){const params=commandInfo.params;ranges=params.ranges,sheetTarget=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:params.unitId,subUnitId:params.subUnitId})}else if(commandInfo.id===sheets.SetWorksheetRowIsAutoHeightMutation.id){const params=commandInfo.params;ranges=params.ranges,sheetTarget=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:params.unitId,subUnitId:params.subUnitId})}else if(commandInfo.id===sheets.SetWorksheetRowAutoHeightMutation.id){const params=commandInfo.params;sheetTarget=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:params.unitId,subUnitId:params.subUnitId}),ranges=params.rowsAutoHeightInfo.map(info=>({startRow:info.row,endRow:info.row,startColumn:0,endColumn:9999}))}else if(commandInfo.id===sheets.AddWorksheetMergeMutation.id){const params=commandInfo.params;ranges=params.ranges,sheetTarget=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:params.unitId,subUnitId:params.subUnitId})}else if(commandInfo.id===sheets.RemoveWorksheetMergeMutation.id){const params=commandInfo.params;ranges=params.ranges,sheetTarget=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:params.unitId,subUnitId:params.subUnitId})}sheetTarget&&ranges.length&&ranges.forEach(range=>{const normalizedRange=core.Range.transformRange(range,sheetTarget.worksheet);for(let row=normalizedRange.startRow;row<=normalizedRange.endRow;row++)for(let col=normalizedRange.startColumn;col<=normalizedRange.endColumn;col++)resizeImageByCell(this._injector,{unitId:sheetTarget.unitId,subUnitId:sheetTarget.subUnitId,row,col},sheetTarget.worksheet.getCellRaw(row,col))})}))}_handleInitEditor(){this.disposeWithMe(this._editorBridgeService.visible$.subscribe(param=>{param.visible?param.visible&&(this._drawingManagerService.removeDrawingDataForUnit(core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY),this._docDrawingController.loadDrawingDataForUnit(core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY),this._drawingManagerService.initializeNotification(core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY)):this._drawingManagerService.removeDrawingDataForUnit(core.DOCS_NORMAL_EDITOR_UNIT_ID_KEY)})),this.disposeWithMe(this._commandService.onCommandExecuted(commandInfo=>{commandInfo.id===docsUi.ReplaceSnapshotCommand.id&&commandInfo.params.unitId===core.DOCS_ZEN_EDITOR_UNIT_ID_KEY&&(this._drawingManagerService.removeDrawingDataForUnit(core.DOCS_ZEN_EDITOR_UNIT_ID_KEY),this._docDrawingController.loadDrawingDataForUnit(core.DOCS_ZEN_EDITOR_UNIT_ID_KEY),this._drawingManagerService.initializeNotification(core.DOCS_ZEN_EDITOR_UNIT_ID_KEY))}))}_handleWriteCell(){this.disposeWithMe(this._sheetInterceptorService.writeCellInterceptor.intercept(sheets.AFTER_CELL_EDIT,{priority:9999,handler:__name((cell,context,next)=>(resizeImageByCell(this._injector,{unitId:context.unitId,subUnitId:context.subUnitId,row:context.row,col:context.col},cell),next(cell)),"handler")}))}_initCellContentInterceptor(){this.disposeWithMe(this._sheetInterceptorService.intercept(sheets.INTERCEPTOR_POINT.CELL_CONTENT,{effect:core.InterceptorEffectEnum.Style,priority:sheets.InterceptCellContentPriority.CELL_IMAGE,handler:__name((cell,pos,next)=>{var _a2;return cell!=null&&cell.p&&((_a2=cell.p.drawingsOrder)!=null&&_a2.length)&&(cell.interceptorStyle||(cell.interceptorStyle={}),cell.interceptorStyle.tr={a:0}),next(cell)},"handler")}))}},__name(_d,"SheetCellImageController"),_d);SheetCellImageController=__decorateClass$9([__decorateParam$9(0,core.ICommandService),__decorateParam$9(1,core.Inject(sheets.SheetInterceptorService)),__decorateParam$9(2,core.IUniverInstanceService),__decorateParam$9(3,core.Inject(core.Injector)),__decorateParam$9(4,drawing.IDrawingManagerService),__decorateParam$9(5,core.Inject(docsDrawing.DocDrawingController)),__decorateParam$9(6,core.Inject(sheetsUi.IEditorBridgeService))],SheetCellImageController);var __defProp$8=Object.defineProperty,__getOwnPropDesc$8=Object.getOwnPropertyDescriptor,__decorateClass$8=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$8(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$8(target,key,result),result},"__decorateClass$8"),__decorateParam$8=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$8");let SheetCellImageAutofillController=(_e=class extends core.Disposable{constructor(_autoFillService,_injector){super(),this._autoFillService=_autoFillService,this._injector=_injector,this._initAutoFillHooks()}_initAutoFillHooks(){this.disposeWithMe(this._autoFillService.addHook({id:"sheet-cell-image-autofill",onBeforeSubmit:__name((location,direction,applyType,cellValue)=>{new core.ObjectMatrix(cellValue).forValue((row,col,cell)=>{resizeImageByCell(this._injector,{unitId:location.unitId,subUnitId:location.subUnitId,row,col},cell)})},"onBeforeSubmit")}))}},__name(_e,"SheetCellImageAutofillController"),_e);SheetCellImageAutofillController=__decorateClass$8([__decorateParam$8(0,core.Inject(sheetsUi.IAutoFillService)),__decorateParam$8(1,core.Inject(core.Injector))],SheetCellImageAutofillController);var __defProp$7=Object.defineProperty,__getOwnPropDesc$7=Object.getOwnPropertyDescriptor,__decorateClass$7=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$7(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$7(target,key,result),result},"__decorateClass$7"),__decorateParam$7=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$7");let SheetCellImageHoverController=(_f=class extends core.Disposable{constructor(_hoverManagerService,_renderManagerService,_selectionsService,_drawingRenderService){super();__publicField(this,"_isSetCursor",!1);this._hoverManagerService=_hoverManagerService,this._renderManagerService=_renderManagerService,this._selectionsService=_selectionsService,this._drawingRenderService=_drawingRenderService}_initHover(){}_initImageClick(){}},__name(_f,"SheetCellImageHoverController"),_f);SheetCellImageHoverController=__decorateClass$7([__decorateParam$7(0,core.Inject(sheetsUi.HoverManagerService)),__decorateParam$7(1,core.Inject(engineRender.IRenderManagerService)),__decorateParam$7(2,core.Inject(sheets.SheetsSelectionsService)),__decorateParam$7(3,core.Inject(drawingUi.DrawingRenderService))],SheetCellImageHoverController);const InsertFloatImageCommand={id:"sheet.command.insert-float-image",type:core.CommandType.COMMAND,handler:__name(async(accessor,params)=>{var _a2,_b2;const sheetDrawingUpdateController=(_a2=accessor.get(engineRender.IRenderManagerService).getCurrentTypeOfRenderer(core.UniverInstanceType.UNIVER_SHEET))==null?void 0:_a2.with(SheetDrawingUpdateController);if(!sheetDrawingUpdateController)return!1;const files=params==null?void 0:params.files;if(files){const awaitFiles=files.map(file=>sheetDrawingUpdateController.insertFloatImageByFile(file));return(await Promise.all(awaitFiles)).every(result=>result)}else return(_b2=sheetDrawingUpdateController.insertFloatImage())!=null?_b2:!1},"handler")},InsertCellImageCommand={id:"sheet.command.insert-cell-image",type:core.CommandType.COMMAND,handler:__name(accessor=>{var _a2,_b2;return(_b2=(_a2=accessor.get(engineRender.IRenderManagerService).getCurrentTypeOfRenderer(core.UniverInstanceType.UNIVER_SHEET))==null?void 0:_a2.with(SheetDrawingUpdateController).insertCellImage())!=null?_b2:!1},"handler")};var __defProp$6=Object.defineProperty,__getOwnPropDesc$6=Object.getOwnPropertyDescriptor,__decorateClass$6=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$6(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$6(target,key,result),result},"__decorateClass$6"),__decorateParam$6=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$6");const IMAGE_PNG_MIME_TYPE="image/png";function base64ToBlob(base64){const arr=base64.split(","),binStr=atob(arr[1]),len=binStr.length,bytes=new Uint8Array(len);for(let i=0;i<len;i++)bytes[i]=binStr.charCodeAt(i);return new Blob([bytes],{type:IMAGE_PNG_MIME_TYPE})}__name(base64ToBlob,"base64ToBlob");function copyBase64ToClipboard(base64){const item=new ClipboardItem({[IMAGE_PNG_MIME_TYPE]:base64ToBlob(base64)});navigator.clipboard.write([item]).catch(err=>{console.error("Could not copy image using clipboard API: ",err)})}__name(copyBase64ToClipboard,"copyBase64ToClipboard");function focusDocument(){function createInputElement(){const input2=document.createElement("input");return input2.style.position="absolute",input2.style.height="1px",input2.style.width="1px",input2.style.opacity="0",input2}__name(createInputElement,"createInputElement");const activeElement=document.activeElement,input=createInputElement();return document.body.appendChild(input),input.focus(),()=>{input.blur(),document.body.removeChild(input),activeElement instanceof HTMLElement&&activeElement.focus()}}__name(focusDocument,"focusDocument");const specialPastes=[sheetsUi.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,sheetsUi.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,sheetsUi.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,sheetsUi.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA];let SheetsDrawingCopyPasteController=(_g=class extends core.Disposable{constructor(_sheetClipboardService,_renderManagerService,_drawingService,_clipboardInterfaceService,_commandService){super();__publicField(this,"_copyInfo");this._sheetClipboardService=_sheetClipboardService,this._renderManagerService=_renderManagerService,this._drawingService=_drawingService,this._clipboardInterfaceService=_clipboardInterfaceService,this._commandService=_commandService,this._initCopyPaste()}get _focusedDrawings(){return this._drawingService.getFocusDrawings()}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:"SHEET_IMAGE_UI_PLUGIN",onBeforeCopy:__name((unitId,subUnitId,range,copyType)=>{const focusDrawings=this._focusedDrawings;if(focusDrawings.length>0){const[drawing$1]=focusDrawings;if(copyType===sheetsUi.COPY_TYPE.CUT){const params={unitId,drawings:[drawing$1]};this._commandService.executeCommand(RemoveSheetDrawingCommand.id,params)}setTimeout(()=>{const dispose=focusDocument();drawing$1.drawingType===core.DrawingTypeEnum.DRAWING_IMAGE&&drawing$1.imageSourceType===drawing.ImageSourceType.BASE64?copyBase64ToClipboard(drawing$1.source):this._clipboardInterfaceService.writeText(""),dispose()},200);const newCopyInfo={unitId:drawing$1.unitId,subUnitId:drawing$1.subUnitId,drawings:[drawing$1]};this._copyInfo=newCopyInfo}else{const newCopyInfo=this._createDrawingsCopyInfoByRange(unitId,subUnitId,range);this._copyInfo=newCopyInfo}},"onBeforeCopy"),onPasteCells:__name((pasteFrom,pasteTo,data,payload)=>{if(!this._copyInfo)return{redos:[],undos:[]};const{copyType=sheetsUi.COPY_TYPE.COPY,pasteType}=payload,{range:copyRange}=pasteFrom||{},{range:pasteRange,unitId,subUnitId}=pasteTo;return this._copyInfo.copyRange?this._generateRangeDrawingsPasteMutations({pasteType,unitId,subUnitId,pasteRange},{copyRange,copyType}):this._generateSingleDrawingPasteMutations({pasteTo,pasteType},sheetsUi.COPY_TYPE.COPY)},"onPasteCells"),onPastePlainText:__name((pasteTo,clipText)=>({undos:[],redos:[]}),"onPastePlainText"),onPasteUnrecognized:__name(pasteTo=>this._copyInfo?this._generateSingleDrawingPasteMutations({pasteTo,pasteType:sheetsUi.PREDEFINED_HOOK_NAME.DEFAULT_PASTE},sheetsUi.COPY_TYPE.COPY):{undos:[],redos:[]},"onPasteUnrecognized"),onPasteFiles:__name((pasteTo,files)=>{if(this._copyInfo)return this._generateSingleDrawingPasteMutations({pasteTo,pasteType:sheetsUi.PREDEFINED_HOOK_NAME.DEFAULT_PASTE},sheetsUi.COPY_TYPE.COPY);{const images=files.filter(file=>file.type.includes("image"));if(images.length)return{undos:[],redos:[{id:InsertFloatImageCommand.id,params:{files:images}}]}}return{undos:[],redos:[]}},"onPasteFiles")})}_createDrawingsCopyInfoByRange(unitId,subUnitId,range){var _a2;const skeletonManagerService=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.with(sheetsUi.SheetSkeletonManagerService);if(!skeletonManagerService)return;const selectionRect=skeletonManagerService.attachRangeWithCoord(range);if(!selectionRect)return;const{startX,endX,startY,endY}=selectionRect,drawings=this._drawingService.getDrawingData(unitId,subUnitId),containedDrawings=this._focusedDrawings.slice();if(Object.keys(drawings).forEach(drawingId=>{const drawing2=drawings[drawingId],{transform}=drawing2;if(drawing2.anchorType!==sheetsDrawing.SheetDrawingAnchorType.Both||!transform)return;const{left=0,top=0,width=0,height=0}=transform,{drawingStartX,drawingEndX,drawingStartY,drawingEndY}={drawingStartX:left,drawingEndX:left+width,drawingStartY:top,drawingEndY:top+height};startX<=drawingStartX&&drawingEndX<=endX&&startY<=drawingStartY&&drawingEndY<=endY&&containedDrawings.push(drawing2)}),containedDrawings.length)return{copyRange:range,drawings:containedDrawings,unitId,subUnitId}}_generateSingleDrawingPasteMutations(pasteContext,copyType){const{pasteType,pasteTo}=pasteContext;if(specialPastes.includes(pasteType))return{redos:[],undos:[]};const{unitId,subUnitId,range}=pasteTo,render2=this._renderManagerService.getRenderById(unitId),skeletonManagerService=render2==null?void 0:render2.with(sheetsUi.SheetSkeletonManagerService),selectionRenderService=render2==null?void 0:render2.with(sheetsUi.ISheetSelectionRenderService),copyInfo=this._copyInfo;if(!skeletonManagerService||!selectionRenderService)return{redos:[],undos:[]};const{drawings}=copyInfo,pasteRange=sheetsUi.discreteRangeToRange(range);return this._generateMutations(drawings,{unitId,subUnitId,isCut:copyType===sheetsUi.COPY_TYPE.CUT,getTransform:__name((transform,sheetTransform)=>{var _a2;const pasteRect=skeletonManagerService.attachRangeWithCoord({startRow:pasteRange.startRow,endRow:pasteRange.endRow,startColumn:pasteRange.startColumn,endColumn:pasteRange.endColumn}),newTransform={...transform,left:pasteRect==null?void 0:pasteRect.startX,top:pasteRect==null?void 0:pasteRect.startY};return{transform:newTransform,sheetTransform:(_a2=transformToDrawingPosition(newTransform,selectionRenderService))!=null?_a2:sheetTransform}},"getTransform")})}_generateMutations(drawings,payload){const{unitId,subUnitId,getTransform,isCut}=payload,redos=[],undos=[],{_drawingService}=this;return drawings.forEach(drawing2=>{const{transform,sheetTransform}=drawing2;if(!transform)return;const transformContext=getTransform(transform,sheetTransform),drawingObject={...drawing2,unitId,subUnitId,drawingId:isCut?drawing2.drawingId:core.Tools.generateRandomId(),transform:transformContext.transform,sheetTransform:transformContext.sheetTransform};if(isCut){const{undo,redo,objects}=_drawingService.getBatchUpdateOp([drawingObject]);redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,type:sheetsDrawing.DrawingApplyType.UPDATE,op:redo,objects}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,type:sheetsDrawing.DrawingApplyType.UPDATE,op:undo,objects}})}else{const{undo,redo,objects}=_drawingService.getBatchAddOp([drawingObject]);redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:redo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.INSERT}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{op:undo,unitId,subUnitId,objects,type:sheetsDrawing.DrawingApplyType.REMOVE}})}}),{redos,undos}}_generateRangeDrawingsPasteMutations(pasteContext,copyContext){var _a2;const{unitId,subUnitId,pasteType,pasteRange}=pasteContext,{copyRange,copyType}=copyContext;if(specialPastes.includes(pasteType))return{redos:[],undos:[]};const skeletonManagerService=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.with(sheetsUi.SheetSkeletonManagerService);if(!skeletonManagerService||!this._copyInfo)return{redos:[],undos:[]};const{drawings}=this._copyInfo;if(!copyRange)return this._generateSingleDrawingPasteMutations({pasteTo:{unitId,subUnitId,range:sheetsUi.discreteRangeToRange(pasteRange)},pasteType},copyType);const{ranges:[vCopyRange,vPastedRange],mapFunc}=sheetsUi.virtualizeDiscreteRanges([copyRange,pasteRange]),{row:copyRow,col:copyCol}=mapFunc(vCopyRange.startRow,vCopyRange.startColumn),{row:pasteRow,col:pasteCol}=mapFunc(vPastedRange.startRow,vPastedRange.startColumn),copyRect=skeletonManagerService.attachRangeWithCoord({startRow:copyRow,endRow:copyRow,startColumn:copyCol,endColumn:copyCol}),pasteRect=skeletonManagerService.attachRangeWithCoord({startRow:pasteRow,endRow:pasteRow,startColumn:pasteCol,endColumn:pasteCol});if(!copyRect||!pasteRect||!this._copyInfo)return{redos:[],undos:[]};const leftOffset=pasteRect.startX-copyRect.startX,topOffset=pasteRect.startY-copyRect.startY,rowOffset=pasteRow-copyRow,columnOffset=pasteCol-copyCol;return this._generateMutations(drawings,{unitId,subUnitId,getTransform:__name((transform,sheetTransform)=>{var _a3,_b2;return{transform:{...transform,left:((_a3=transform==null?void 0:transform.left)!=null?_a3:0)+leftOffset,top:((_b2=transform==null?void 0:transform.top)!=null?_b2:0)+topOffset},sheetTransform:{...sheetTransform,to:{...sheetTransform.to,row:sheetTransform.to.row+rowOffset,column:sheetTransform.to.column+columnOffset},from:{...sheetTransform.from,row:sheetTransform.from.row+rowOffset,column:sheetTransform.from.column+columnOffset}}}},"getTransform"),isCut:copyType===sheetsUi.COPY_TYPE.CUT})}},__name(_g,"SheetsDrawingCopyPasteController"),_g);SheetsDrawingCopyPasteController=__decorateClass$6([__decorateParam$6(0,sheetsUi.ISheetClipboardService),__decorateParam$6(1,engineRender.IRenderManagerService),__decorateParam$6(2,drawing.IDrawingManagerService),__decorateParam$6(3,ui.IClipboardInterfaceService),__decorateParam$6(4,core.ICommandService)],SheetsDrawingCopyPasteController);var __defProp$5=Object.defineProperty,__getOwnPropDesc$5=Object.getOwnPropertyDescriptor,__decorateClass$5=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$5(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$5(target,key,result),result},"__decorateClass$5"),__decorateParam$5=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$5");let SheetDrawingPermissionController=(_h=class extends core.Disposable{constructor(_drawingManagerService,_renderManagerService,_permissionService,_univerInstanceService,_userManagerService){super(),this._drawingManagerService=_drawingManagerService,this._renderManagerService=_renderManagerService,this._permissionService=_permissionService,this._univerInstanceService=_univerInstanceService,this._userManagerService=_userManagerService,this._initDrawingVisible(),this._initDrawingEditable(),this._initViewPermissionChange(),this._initEditPermissionChange()}_initDrawingVisible(){const workbook$=this._univerInstanceService.getCurrentTypeOfUnit$(core.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(rxjs.combineLatest([workbook$,this._userManagerService.currentUser$]).subscribe(([workbook,_])=>{if(!workbook){this._drawingManagerService.setDrawingVisible(!1);return}workbook.activeSheet$.subscribe(sheet=>{if(!sheet){this._drawingManagerService.setDrawingVisible(!1);return}const unitId=workbook.getUnitId(),subUnitId=sheet.getSheetId();if(this._permissionService.composePermission([new sheets.WorkbookViewPermission(unitId).id,new sheets.WorksheetViewPermission(unitId,subUnitId).id]).every(permission=>permission.value))this._drawingManagerService.setDrawingVisible(!0);else{this._drawingManagerService.setDrawingVisible(!1);const unitId2=workbook.getUnitId(),subUnitId2=sheet.getSheetId(),drawingData=this._drawingManagerService.getDrawingData(unitId2,subUnitId2),drawingDataValues=Object.values(drawingData),renderObject=this._renderManagerService.getRenderById(unitId2),scene=renderObject==null?void 0:renderObject.scene;if(scene==null)return;scene.getAllObjectsByOrder().forEach(object=>{object.classType===engineRender.RENDER_CLASS_TYPE.IMAGE&&drawingDataValues.some(item=>object.oKey.includes(item.drawingId))&&scene.removeObject(object)})}})}))}_initDrawingEditable(){const workbook$=this._univerInstanceService.getCurrentTypeOfUnit$(core.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(rxjs.combineLatest([workbook$,this._userManagerService.currentUser$]).subscribe(([workbook,_])=>{if(!workbook){this._drawingManagerService.setDrawingEditable(!1);return}workbook.activeSheet$.subscribe(sheet=>{if(!sheet){this._drawingManagerService.setDrawingEditable(!1);return}const unitId=workbook.getUnitId(),subUnitId=sheet.getSheetId();if(this._permissionService.composePermission([new sheets.WorkbookEditablePermission(unitId).id,new sheets.WorksheetEditPermission(unitId,subUnitId).id]).every(permission=>permission.value))this._drawingManagerService.setDrawingEditable(!0);else{this._drawingManagerService.setDrawingEditable(!1);const unitId2=workbook.getUnitId(),subUnitId2=sheet.getSheetId(),drawingData=this._drawingManagerService.getDrawingData(unitId2,subUnitId2),drawingDataValues=Object.values(drawingData),renderObject=this._renderManagerService.getRenderById(unitId2),scene=renderObject==null?void 0:renderObject.scene;if(scene==null)return;scene.getAllObjectsByOrder().forEach(object=>{object.classType===engineRender.RENDER_CLASS_TYPE.IMAGE&&drawingDataValues.some(item=>object.oKey.includes(item.drawingId))&&scene.detachTransformerFrom(object)})}})}))}_initViewPermissionChange(){const workbook$=this._univerInstanceService.getCurrentTypeOfUnit$(core.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(rxjs.combineLatest([workbook$,this._userManagerService.currentUser$]).subscribe(([workbook,_])=>{workbook&&workbook.activeSheet$.subscribe(sheet=>{var _a2;if(!sheet)return;const unitId=workbook.getUnitId(),subUnitId=sheet.getSheetId();let initialViewPermission=!0;const renderObject=this._renderManagerService.getRenderById(unitId),scene=renderObject==null?void 0:renderObject.scene;if(scene==null)return;const transformer=scene.getTransformerByCreate(),worksheetViewPermission$=this._permissionService.composePermission$([new sheets.WorkbookViewPermission(unitId).id,new sheets.WorksheetViewPermission(unitId,subUnitId).id]).pipe(rxjs.map(permissions=>permissions.every(item=>item.value)));worksheetViewPermission$==null||worksheetViewPermission$.pipe(rxjs.filter(permission=>permission!==initialViewPermission),rxjs.distinctUntilChanged()).subscribe({next:__name(permission=>{initialViewPermission=permission,this._drawingManagerService.setDrawingVisible(permission);const objects=scene.getAllObjectsByOrder(),drawingData=this._drawingManagerService.getDrawingData(unitId,subUnitId),drawingDataValues=Object.values(drawingData);permission?this._drawingManagerService.addNotification(drawingDataValues):(objects.forEach(object=>{object.classType===engineRender.RENDER_CLASS_TYPE.IMAGE&&drawingDataValues.some(item=>object.oKey.includes(item.drawingId))&&scene.removeObject(object)}),transformer.clearSelectedObjects())},"next")}),(_a2=this._permissionService.getPermissionPoint$(new sheets.WorksheetViewPermission(unitId,subUnitId).id))==null||_a2.pipe(rxjs.filter(permission=>permission.value!==initialViewPermission),rxjs.distinctUntilChanged()).subscribe({complete:__name(()=>{initialViewPermission=!0,this._drawingManagerService.setDrawingVisible(!0);const drawingData=this._drawingManagerService.getDrawingData(unitId,subUnitId),drawingDataValues=Object.values(drawingData);this._drawingManagerService.addNotification(drawingDataValues)},"complete")})})}))}_initEditPermissionChange(){const workbook$=this._univerInstanceService.getCurrentTypeOfUnit$(core.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(rxjs.combineLatest([workbook$,this._userManagerService.currentUser$]).subscribe(([workbook,_])=>{workbook&&workbook.activeSheet$.subscribe(sheet=>{var _a2;if(!sheet)return;const unitId=workbook.getUnitId(),subUnitId=sheet.getSheetId();let initialEditPermission=!0;const renderObject=this._renderManagerService.getRenderById(unitId),scene=renderObject==null?void 0:renderObject.scene;if(scene==null)return;const transformer=scene.getTransformerByCreate(),composeWorksheetEditPermission=this._permissionService.composePermission$([new sheets.WorkbookEditablePermission(unitId).id,new sheets.WorksheetEditPermission(unitId,subUnitId).id]).pipe(rxjs.map(permissions=>permissions.every(item=>item.value)));composeWorksheetEditPermission==null||composeWorksheetEditPermission.pipe(rxjs.filter(permission=>permission!==initialEditPermission),rxjs.distinctUntilChanged()).subscribe({next:__name(permission=>{initialEditPermission=permission,this._drawingManagerService.setDrawingEditable(permission);const objects=scene.getAllObjectsByOrder(),drawingData=this._drawingManagerService.getDrawingData(unitId,subUnitId),drawingDataValues=Object.values(drawingData);permission?(objects.forEach(object=>{object.classType===engineRender.RENDER_CLASS_TYPE.IMAGE&&drawingDataValues.some(item=>object.oKey.includes(item.drawingId))&&scene.attachTransformerTo(object)}),this._drawingManagerService.addNotification(drawingDataValues)):(objects.forEach(object=>{object.classType===engineRender.RENDER_CLASS_TYPE.IMAGE&&drawingDataValues.some(item=>object.oKey.includes(item.drawingId))&&scene.detachTransformerFrom(object)}),transformer.clearSelectedObjects())},"next")}),(_a2=this._permissionService.getPermissionPoint$(new sheets.WorksheetEditPermission(unitId,subUnitId).id))==null||_a2.pipe(rxjs.filter(permission=>permission.value!==initialEditPermission),rxjs.distinctUntilChanged()).subscribe({complete:__name(()=>{initialEditPermission=!0;const unitId2=workbook.getUnitId(),subUnitId2=sheet.getSheetId(),drawingData=this._drawingManagerService.getDrawingData(unitId2,subUnitId2),drawingDataValues=Object.values(drawingData),renderObject2=this._renderManagerService.getRenderById(unitId2),scene2=renderObject2==null?void 0:renderObject2.scene;if(scene2==null)return;this._drawingManagerService.setDrawingEditable(!0),scene2.getAllObjectsByOrder().forEach(object=>{object.classType===engineRender.RENDER_CLASS_TYPE.IMAGE&&drawingDataValues.some(item=>object.oKey.includes(item.drawingId))&&scene2.detachTransformerFrom(object)})},"complete")})})}))}},__name(_h,"SheetDrawingPermissionController"),_h);SheetDrawingPermissionController=__decorateClass$5([__decorateParam$5(0,drawing.IDrawingManagerService),__decorateParam$5(1,engineRender.IRenderManagerService),__decorateParam$5(2,core.IPermissionService),__decorateParam$5(3,core.IUniverInstanceService),__decorateParam$5(4,core.Inject(core.UserManagerService))],SheetDrawingPermissionController);var __defProp$4=Object.defineProperty,__getOwnPropDesc$4=Object.getOwnPropertyDescriptor,__decorateClass$4=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$4(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$4(target,key,result),result},"__decorateClass$4"),__decorateParam$4=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$4");let SheetDrawingPrintingController=(_i=class extends core.Disposable{constructor(_sheetPrintInterceptorService,_drawingRenderService,_drawingManagerService,_renderManagerService){super(),this._sheetPrintInterceptorService=_sheetPrintInterceptorService,this._drawingRenderService=_drawingRenderService,this._drawingManagerService=_drawingManagerService,this._renderManagerService=_renderManagerService,this._initPrinting()}_initPrinting(){this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_COMPONENT_COLLECT,{handler:__name((_param,pos,next)=>{const{unitId,scene,subUnitId}=pos,unitData=this._drawingManagerService.getDrawingDataForUnit(unitId),subUnitData=unitData==null?void 0:unitData[subUnitId];return subUnitData&&subUnitData.order.forEach(id=>{this._drawingRenderService.renderDrawing(subUnitData.data[id],scene)}),next()},"handler")})),this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_RANGE,{handler:__name((range,pos,next)=>{const{unitId,subUnitId}=pos,renderer=this._renderManagerService.getRenderById(unitId);if(!renderer)return next(range);const skeleton=renderer.with(sheetsUi.SheetSkeletonManagerService).getWorksheetSkeleton(subUnitId);if(!skeleton)return next(range);const unitData=this._drawingManagerService.getDrawingDataForUnit(unitId),subUnitData=unitData==null?void 0:unitData[pos.subUnitId];if(!subUnitData)return next(range);const{scaleX,scaleY}=renderer.scene,newRange=range?{...range}:{startColumn:0,endColumn:0,endRow:0,startRow:0},data=subUnitData.order.map(key=>subUnitData.data[key]).filter(item=>item.drawingType!==core.DrawingTypeEnum.DRAWING_DOM);return data.length?(data.forEach(param=>{if(!param.groupId&¶m.transform&&core.Tools.isDefine(param.transform.left)&&core.Tools.isDefine(param.transform.top)&&core.Tools.isDefine(param.transform.width)&&core.Tools.isDefine(param.transform.height)){const start=skeleton.skeleton.getCellIndexByOffset(param.transform.left,param.transform.top,scaleX,scaleY,{x:0,y:0}),end=skeleton.skeleton.getCellIndexByOffset(param.transform.left+param.transform.width,param.transform.top+param.transform.height,scaleX,scaleY,{x:0,y:0});start.column<newRange.startColumn&&(newRange.startColumn=start.column),start.row<newRange.startRow&&(newRange.startRow=start.row),newRange.endRow<end.row&&(newRange.endRow=end.row),newRange.endColumn<end.column&&(newRange.endColumn=end.column)}}),next(newRange)):next(range)},"handler")}))}},__name(_i,"SheetDrawingPrintingController"),_i);SheetDrawingPrintingController=__decorateClass$4([__decorateParam$4(0,core.Inject(sheetsUi.SheetPrintInterceptorService)),__decorateParam$4(1,core.Inject(drawingUi.DrawingRenderService)),__decorateParam$4(2,drawing.IDrawingManagerService),__decorateParam$4(3,engineRender.IRenderManagerService)],SheetDrawingPrintingController);var __defProp$3=Object.defineProperty,__getOwnPropDesc$3=Object.getOwnPropertyDescriptor,__decorateClass$3=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$3(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$3(target,key,result),result},"__decorateClass$3"),__decorateParam$3=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$3");const UPDATE_COMMANDS=[sheets.InsertRowCommand.id,sheets.InsertColCommand.id,sheets.RemoveRowCommand.id,sheets.RemoveColCommand.id,sheets.DeleteRangeMoveLeftCommand.id,sheets.DeleteRangeMoveUpCommand.id,sheets.InsertRangeMoveDownCommand.id,sheets.InsertRangeMoveRightCommand.id,sheets.DeltaRowHeightCommand.id,sheets.SetRowHeightCommand.id,sheets.DeltaColumnWidthCommand.id,sheets.SetColWidthCommand.id,sheets.SetRowHiddenCommand.id,sheets.SetSpecificRowsVisibleCommand.id,sheets.SetSpecificColsVisibleCommand.id,sheets.SetColHiddenCommand.id,sheets.MoveColsCommand.id,sheets.MoveRowsCommand.id,sheets.MoveRangeCommand.id],REFRESH_MUTATIONS=[sheets.SetRowVisibleMutation.id,sheets.SetRowHiddenMutation.id,sheets.SetColVisibleMutation.id,sheets.SetColHiddenMutation.id,sheets.SetWorksheetRowHeightMutation.id,sheets.SetWorksheetColWidthMutation.id];let SheetDrawingTransformAffectedController=(_j=class extends core.Disposable{constructor(_context,_renderManagerService,_commandService,_selectionRenderService,_skeletonManagerService,_sheetInterceptorService,_sheetDrawingService,_drawingManagerService,_univerInstanceService){super(),this._context=_context,this._renderManagerService=_renderManagerService,this._commandService=_commandService,this._selectionRenderService=_selectionRenderService,this._skeletonManagerService=_skeletonManagerService,this._sheetInterceptorService=_sheetInterceptorService,this._sheetDrawingService=_sheetDrawingService,this._drawingManagerService=_drawingManagerService,this._univerInstanceService=_univerInstanceService,this._sheetInterceptorListener(),this._commandListener(),this._sheetRefreshListener()}_sheetInterceptorListener(){this.disposeWithMe(this._sheetInterceptorService.interceptCommand({getMutations:__name(commandInfo=>{if(!UPDATE_COMMANDS.includes(commandInfo.id))return{redos:[],undos:[]};if(commandInfo.params==null)return{redos:[],undos:[]};const cId=commandInfo.id;if(cId===sheets.InsertRowCommand.id)return this._moveRowInterceptor(commandInfo.params,"insert");if([sheets.MoveColsCommand.id,sheets.MoveRowsCommand.id,sheets.MoveRangeCommand.id].includes(cId))return this._moveRangeInterceptor(commandInfo.params);if(cId===sheets.InsertColCommand.id)return this._moveColInterceptor(commandInfo.params,"insert");if(cId===sheets.RemoveRowCommand.id)return this._moveRowInterceptor(commandInfo.params,"remove");if(cId===sheets.RemoveColCommand.id)return this._moveColInterceptor(commandInfo.params,"remove");if(cId===sheets.DeleteRangeMoveLeftCommand.id){const{range}=commandInfo.params;return this._getRangeMoveUndo(range,0)}else if(cId===sheets.DeleteRangeMoveUpCommand.id){const{range}=commandInfo.params;return this._getRangeMoveUndo(range,1)}else if(cId===sheets.InsertRangeMoveDownCommand.id){const{range}=commandInfo.params;return this._getRangeMoveUndo(range,2)}else if(cId===sheets.InsertRangeMoveRightCommand.id){const{range}=commandInfo.params;return this._getRangeMoveUndo(range,3)}else if(cId===sheets.SetRowHiddenCommand.id||cId===sheets.SetSpecificRowsVisibleCommand.id){const params=commandInfo.params,{unitId,subUnitId,ranges}=params;return this._getDrawingUndoForRowVisible(unitId,subUnitId,ranges)}else if(cId===sheets.SetSpecificColsVisibleCommand.id||cId===sheets.SetColHiddenCommand.id){const params=commandInfo.params,{unitId,subUnitId,ranges}=params;return this._getDrawingUndoForColVisible(unitId,subUnitId,ranges)}else if(cId===sheets.DeltaRowHeightCommand.id||cId===sheets.SetRowHeightCommand.id||cId===sheets.DeltaColumnWidthCommand.id||cId===sheets.SetColWidthCommand.id){const params=commandInfo.params,{unitId,subUnitId,ranges}=params,isRow=cId===sheets.DeltaRowHeightCommand.id||cId===sheets.SetRowHeightCommand.id;return this._getDrawingUndoForRowAndColSize(unitId,subUnitId,ranges,isRow)}return{redos:[],undos:[]}},"getMutations")}))}_getRangeMoveUndo(range,type){const newParams=sheets.getSheetCommandTarget(this._univerInstanceService);if(newParams==null)return{redos:[],undos:[]};const unitId=newParams.unitId,subUnitId=newParams.subUnitId,redos=[],undos=[],drawingData=this._sheetDrawingService.getDrawingData(unitId,subUnitId),updateDrawings=[],deleteDrawings=[];if(Object.keys(drawingData).forEach(drawingId=>{const drawing2=drawingData[drawingId],{updateDrawings:updateDrawingsPart,deleteDrawings:deleteDrawingsPart}=this._getUpdateOrDeleteDrawings(range,type,drawing2);updateDrawings.push(...updateDrawingsPart),deleteDrawings.push(...deleteDrawingsPart)}),updateDrawings.length===0&&deleteDrawings.length===0)return{redos:[],undos:[]};if(updateDrawings.length>0){const updateJsonOp=this._sheetDrawingService.getBatchUpdateOp(updateDrawings),{undo,redo,objects}=updateJsonOp;redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:undo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}})}if(deleteDrawings.length>0){const deleteJsonOp=this._sheetDrawingService.getBatchRemoveOp(deleteDrawings),deleteUndo=deleteJsonOp.undo,deleteRedo=deleteJsonOp.redo,deleteObjects=deleteJsonOp.objects;redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:deleteRedo,objects:deleteObjects,type:sheetsDrawing.DrawingApplyType.REMOVE}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:deleteUndo,objects:deleteObjects,type:sheetsDrawing.DrawingApplyType.INSERT}})}return redos.push({id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}),undos.push({id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}),{redos,undos}}_getUpdateOrDeleteDrawings(range,type,drawing2){const updateDrawings=[],deleteDrawings=[],{sheetTransform,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position,transform,unitId,subUnitId,drawingId}=drawing2,{from,to}=sheetTransform,{row:fromRow,column:fromColumn}=from,{row:toRow,column:toColumn}=to;if(sheetTransform==null||transform==null)return{updateDrawings,deleteDrawings};const{startRow,endRow,startColumn,endColumn}=range;let newSheetTransform=null,newTransform=null;if(type===0&&fromRow>=startRow&&toRow<=endRow)if(fromColumn>=startColumn&&toColumn<=endColumn)deleteDrawings.push({unitId,subUnitId,drawingId});else{const param=this._shrinkCol(sheetTransform,transform,startColumn,endColumn,anchorType);newSheetTransform=param==null?void 0:param.newSheetTransform,newTransform=param==null?void 0:param.newTransform}else if(type===1&&fromColumn>=startColumn&&toColumn<=endColumn)if(fromRow>=startRow&&toRow<=endRow)deleteDrawings.push({unitId,subUnitId,drawingId});else{const param=this._shrinkRow(sheetTransform,transform,startRow,endRow,anchorType);newSheetTransform=param==null?void 0:param.newSheetTransform,newTransform=param==null?void 0:param.newTransform}else if(type===2){const param=this._expandRow(sheetTransform,transform,startRow,endRow,anchorType);newSheetTransform=param==null?void 0:param.newSheetTransform,newTransform=param==null?void 0:param.newTransform}else if(type===3){const param=this._expandCol(sheetTransform,transform,startColumn,endColumn,anchorType);newSheetTransform=param==null?void 0:param.newSheetTransform,newTransform=param==null?void 0:param.newTransform}if(newSheetTransform!=null&&newTransform!=null){const newTransform2=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService);updateDrawings.push({...drawing2,sheetTransform:newSheetTransform,transform:newTransform2})}return{updateDrawings,deleteDrawings}}_remainDrawingSize(transform,updateDrawings,drawing2){const newSheetTransform=transformToDrawingPosition({...transform},this._selectionRenderService);newSheetTransform!=null&&updateDrawings.push({...drawing2,sheetTransform:newSheetTransform})}_getDrawingUndoForColVisible(unitId,subUnitId,ranges){const drawingData=this._drawingManagerService.getDrawingData(unitId,subUnitId),updateDrawings=[],preUpdateDrawings=[];if(Object.keys(drawingData).forEach(drawingId=>{const drawing2=drawingData[drawingId],{sheetTransform,transform,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position}=drawing2;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.None)this._remainDrawingSize(transform,updateDrawings,drawing2);else{const{from,to}=sheetTransform,{row:fromRow,column:fromColumn}=from,{row:toRow,column:toColumn}=to;for(let i=0;i<ranges.length;i++){const range=ranges[i],{startRow,endRow,startColumn,endColumn}=range;if(toColumn<startColumn)continue;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Position){let newSheetTransform2=null,newTransform2=null;if(fromColumn>=startColumn&&fromColumn<=endColumn){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:fromColumn,endColumn,startRow:from.row,endRow:to.row});if(selectionCell==null)return;newTransform2={...transform,left:selectionCell.startX}}if(newTransform2!=null&&(newSheetTransform2=transformToDrawingPosition(newTransform2,this._selectionRenderService),newSheetTransform2!=null&&newTransform2!=null)){updateDrawings.push({...drawing2,sheetTransform:newSheetTransform2,transform:newTransform2});break}this._remainDrawingSize(transform,updateDrawings,drawing2);continue}if(fromColumn>=startColumn&&toColumn<=endColumn)continue;let newSheetTransform=null,newTransform=null;if(fromColumn>=startColumn&&fromColumn<=endColumn){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:fromColumn,endColumn,startRow:from.row,endRow:to.row});if(selectionCell==null)return;newTransform={...transform,left:(selectionCell==null?void 0:selectionCell.startX)||0,width:((transform==null?void 0:transform.width)||0)-selectionCell.endX+selectionCell.startX}}else if(toColumn>=startColumn&&toColumn<=endColumn){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn,endColumn:toColumn,startRow:from.row,endRow:to.row});if(selectionCell==null)return;newTransform={...transform,left:selectionCell.startX-((transform==null?void 0:transform.width)||0)}}else{const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn,endColumn,startRow:from.row,endRow:to.row});if(selectionCell==null)return;if(newTransform={...transform,width:((transform==null?void 0:transform.width)||0)-selectionCell.endX+selectionCell.startX},newSheetTransform=transformToDrawingPosition(newTransform,this._selectionRenderService),newSheetTransform!=null&&newTransform!=null){preUpdateDrawings.push({...drawing2,sheetTransform:newSheetTransform,transform:newTransform});break}}if(newTransform!=null&&(newSheetTransform=transformToDrawingPosition(newTransform,this._selectionRenderService)),newTransform!=null&&newSheetTransform!=null){updateDrawings.push({...drawing2,sheetTransform:newSheetTransform,transform:newTransform});break}else this._remainDrawingSize(transform,updateDrawings,drawing2)}}}),updateDrawings.length===0&&preUpdateDrawings.length===0)return{redos:[],undos:[]};const{redos,undos}=this._createUndoAndRedoMutation(unitId,subUnitId,updateDrawings),preRedos=[],preUndos=[];if(preUpdateDrawings.length>0){const{redos:redos2,undos:undos2}=this._createUndoAndRedoMutation(unitId,subUnitId,preUpdateDrawings);preRedos.push(...redos2),preUndos.push(...undos2)}return{redos,undos,preRedos,preUndos}}_createUndoAndRedoMutation(unitId,subUnitId,updateDrawings){const updateJsonOp=this._sheetDrawingService.getBatchUpdateOp(updateDrawings),{undo,redo,objects}=updateJsonOp,redos=[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}},{id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}],undos=[{id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:undo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}},{id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}];return{redos,undos}}_getDrawingUndoForRowVisible(unitId,subUnitId,ranges){const drawingData=this._drawingManagerService.getDrawingData(unitId,subUnitId),updateDrawings=[],preUpdateDrawings=[];if(Object.keys(drawingData).forEach(drawingId=>{const drawing2=drawingData[drawingId],{sheetTransform,transform,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position}=drawing2;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.None)this._remainDrawingSize(transform,updateDrawings,drawing2);else{const{from,to}=sheetTransform,{row:fromRow,column:fromColumn}=from,{row:toRow,column:toColumn}=to;for(let i=0;i<ranges.length;i++){const range=ranges[i],{startRow,endRow,startColumn,endColumn}=range;if(toRow<startRow)continue;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Position){let newSheetTransform2=null,newTransform2=null;if(fromRow>=startRow&&fromRow<=endRow){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:from.column,endColumn:to.column,startRow:fromRow,endRow});if(selectionCell==null)return;newTransform2={...transform,top:selectionCell.startY}}if(newTransform2!=null&&(newSheetTransform2=transformToDrawingPosition(newTransform2,this._selectionRenderService),newSheetTransform2!=null&&newTransform2!=null)){updateDrawings.push({...drawing2,sheetTransform:newSheetTransform2,transform:newTransform2});break}this._remainDrawingSize(transform,updateDrawings,drawing2);continue}if(fromRow>=startRow&&toRow<=endRow)continue;let newSheetTransform=null,newTransform=null;if(fromRow>=startRow&&fromRow<=endRow){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:from.column,endColumn:to.column,startRow:fromRow,endRow});if(selectionCell==null)return;newTransform={...transform,top:(selectionCell==null?void 0:selectionCell.startY)||0,height:((transform==null?void 0:transform.height)||0)-selectionCell.endY+selectionCell.startY}}else if(toRow>=startRow&&toRow<=endRow){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:from.column,endColumn:to.column,startRow,endRow:toRow});if(selectionCell==null)return;newTransform={...transform,top:selectionCell.startY-((transform==null?void 0:transform.height)||0)}}else{const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:from.column,endColumn:to.column,startRow,endRow});if(selectionCell==null)return;if(newTransform={...transform,height:((transform==null?void 0:transform.height)||0)-selectionCell.endY+selectionCell.startY},newSheetTransform=transformToDrawingPosition(newTransform,this._selectionRenderService),newSheetTransform!=null&&newTransform!=null){preUpdateDrawings.push({...drawing2,sheetTransform:newSheetTransform,transform:newTransform});break}}if(newTransform!=null&&(newSheetTransform=transformToDrawingPosition(newTransform,this._selectionRenderService)),newTransform!=null&&newSheetTransform!=null){updateDrawings.push({...drawing2,sheetTransform:newSheetTransform,transform:newTransform});break}else this._remainDrawingSize(transform,updateDrawings,drawing2)}}}),updateDrawings.length===0&&preUpdateDrawings.length===0)return{redos:[],undos:[]};const{redos,undos}=this._createUndoAndRedoMutation(unitId,subUnitId,updateDrawings),preRedos=[],preUndos=[];if(preUpdateDrawings.length>0){const{redos:redos2,undos:undos2}=this._createUndoAndRedoMutation(unitId,subUnitId,preUpdateDrawings);preRedos.push(...redos2),preUndos.push(...undos2)}return{redos,undos,preRedos,preUndos}}_getDrawingUndoForRowAndColSize(unitId,subUnitId,ranges,isRow){const drawingData=this._drawingManagerService.getDrawingData(unitId,subUnitId),updateDrawings=[];return Object.keys(drawingData).forEach(drawingId=>{const drawing2=drawingData[drawingId],{sheetTransform,transform,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position}=drawing2;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.None)this._remainDrawingSize(transform,updateDrawings,drawing2);else{const{from,to}=sheetTransform,{row:fromRow,column:fromColumn}=from,{row:toRow,column:toColumn}=to;for(let i=0;i<ranges.length;i++){const range=ranges[i],{startRow,endRow,startColumn,endColumn}=range;if(toRow<startRow||toColumn<startColumn)continue;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Position&&(fromRow<=startRow&&toRow>=endRow||fromColumn<=startColumn&&toColumn>=endColumn)){this._remainDrawingSize(transform,updateDrawings,drawing2);continue}const newTransform=drawingPositionToTransform({...sheetTransform},this._selectionRenderService,this._skeletonManagerService);if(newTransform!=null){updateDrawings.push({...drawing2,transform:newTransform});break}}}}),updateDrawings.length===0?{redos:[],undos:[]}:this._createUndoAndRedoMutation(unitId,subUnitId,updateDrawings)}_getUnitIdAndSubUnitId(params,type){let unitId,subUnitId;if(type==="insert")unitId=params.unitId,subUnitId=params.subUnitId;else{const newParams=sheets.getSheetCommandTarget(this._univerInstanceService);if(newParams==null)return;unitId=newParams.unitId,subUnitId=newParams.subUnitId}return{unitId,subUnitId}}_moveRangeInterceptor(params){var _a2,_b2;const{toRange,fromRange}=params,target=sheets.getSheetCommandTarget(this._univerInstanceService);if(!target)return{redos:[],undos:[]};const{unitId,subUnitId}=target,skeleton=(_b2=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.with(sheetsUi.SheetSkeletonManagerService))==null?void 0:_b2.getCurrentSkeleton();if(!skeleton)return{redos:[],undos:[]};const selectionRect=sheetsUi.attachRangeWithCoord(skeleton,fromRange);if(!selectionRect)return{redos:[],undos:[]};const{startX,endX,startY,endY}=selectionRect,drawings=this._sheetDrawingService.getDrawingData(unitId,subUnitId),containedDrawings=[];Object.keys(drawings).forEach(drawingId=>{const drawing2=drawings[drawingId];if(drawing2.anchorType!==sheetsDrawing.SheetDrawingAnchorType.Both)return;const{transform}=drawing2;if(!transform)return;const{left=0,top=0,width=0,height=0}=transform,{drawingStartX,drawingEndX,drawingStartY,drawingEndY}={drawingStartX:left,drawingEndX:left+width,drawingStartY:top,drawingEndY:top+height};startX<=drawingStartX&&drawingEndX<=endX&&startY<=drawingStartY&&drawingEndY<=endY&&containedDrawings.push(drawing2)});const redos=[],undos=[],rowOffset=toRange.startRow-fromRange.startRow,colOffset=toRange.startColumn-fromRange.startColumn,updateDrawings=containedDrawings.map(drawing2=>{const oldSheetTransform=drawing2.sheetTransform,sheetTransform={to:{...oldSheetTransform.to,row:oldSheetTransform.to.row+rowOffset,column:oldSheetTransform.to.column+colOffset},from:{...oldSheetTransform.from,row:oldSheetTransform.from.row+rowOffset,column:oldSheetTransform.from.column+colOffset}},transform=drawingPositionToTransform(sheetTransform,this._selectionRenderService,this._skeletonManagerService);return{unitId,subUnitId,drawingId:drawing2.drawingId,transform,sheetTransform}});if(updateDrawings.length){const updateJsonOp=this._sheetDrawingService.getBatchUpdateOp(updateDrawings),{undo,redo,objects}=updateJsonOp;redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:undo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}})}return{redos,undos}}_moveRowInterceptor(params,type){const ids=this._getUnitIdAndSubUnitId(params,type);if(ids==null)return{redos:[],undos:[]};const{unitId,subUnitId}=ids,{range}=params,rowStartIndex=range.startRow,rowEndIndex=range.endRow,redos=[],undos=[],data=this._sheetDrawingService.getDrawingData(unitId,subUnitId),updateDrawings=[],deleteDrawings=[];if(Object.keys(data).forEach(drawingId=>{const drawing2=data[drawingId],{sheetTransform,transform,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position}=drawing2;if(sheetTransform==null||transform==null)return;let newSheetTransform,newTransform;if(type==="insert"){const param=this._expandRow(sheetTransform,transform,rowStartIndex,rowEndIndex,anchorType);newSheetTransform=param==null?void 0:param.newSheetTransform,newTransform=param==null?void 0:param.newTransform}else{const{from,to}=sheetTransform,{row:fromRow}=from,{row:toRow}=to;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Both&&fromRow>=rowStartIndex&&toRow<=rowEndIndex)deleteDrawings.push({unitId,subUnitId,drawingId});else{const param=this._shrinkRow(sheetTransform,transform,rowStartIndex,rowEndIndex,anchorType);newSheetTransform=param==null?void 0:param.newSheetTransform,newTransform=param==null?void 0:param.newTransform}}if(!newSheetTransform||!newTransform)return;const params2={unitId,subUnitId,drawingId,transform:newTransform,sheetTransform:newSheetTransform};updateDrawings.push(params2)}),updateDrawings.length===0&&deleteDrawings.length===0)return{redos:[],undos:[]};if(updateDrawings.length>0){const updateJsonOp=this._sheetDrawingService.getBatchUpdateOp(updateDrawings),{undo,redo,objects}=updateJsonOp;redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:undo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}})}if(deleteDrawings.length>0){const deleteJsonOp=this._sheetDrawingService.getBatchRemoveOp(deleteDrawings),deleteUndo=deleteJsonOp.undo,deleteRedo=deleteJsonOp.redo,deleteObjects=deleteJsonOp.objects;redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:deleteRedo,objects:deleteObjects,type:sheetsDrawing.DrawingApplyType.REMOVE}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:deleteUndo,objects:deleteObjects,type:sheetsDrawing.DrawingApplyType.INSERT}})}return redos.push({id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}),undos.push({id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}),{redos,undos}}_moveColInterceptor(params,type){const ids=this._getUnitIdAndSubUnitId(params,type);if(ids==null)return{redos:[],undos:[]};const{unitId,subUnitId}=ids,{range}=params,colStartIndex=range.startColumn,colEndIndex=range.endColumn,redos=[],undos=[],data=this._sheetDrawingService.getDrawingData(unitId,subUnitId),updateDrawings=[],deleteDrawings=[];if(Object.keys(data).forEach(drawingId=>{const drawing2=data[drawingId],{sheetTransform,transform,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position}=drawing2;if(sheetTransform==null||transform==null)return;let newSheetTransform,newTransform;if(type==="insert"){const param=this._expandCol(sheetTransform,transform,colStartIndex,colEndIndex,anchorType);newSheetTransform=param==null?void 0:param.newSheetTransform,newTransform=param==null?void 0:param.newTransform}else{const{from,to}=sheetTransform,{column:fromColumn}=from,{column:toColumn}=to;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Both&&fromColumn>=colStartIndex&&toColumn<=colEndIndex)deleteDrawings.push({unitId,subUnitId,drawingId});else{const param=this._shrinkCol(sheetTransform,transform,colStartIndex,colEndIndex,anchorType);newSheetTransform=param==null?void 0:param.newSheetTransform,newTransform=param==null?void 0:param.newTransform}}if(!newSheetTransform||!newTransform)return;const params2={unitId,subUnitId,drawingId,transform:newTransform,sheetTransform:newSheetTransform};updateDrawings.push(params2)}),updateDrawings.length===0&&deleteDrawings.length===0)return{redos:[],undos:[]};if(updateDrawings.length>0){const updateJsonOp=this._sheetDrawingService.getBatchUpdateOp(updateDrawings),{undo,redo,objects}=updateJsonOp;redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:undo,objects,type:sheetsDrawing.DrawingApplyType.UPDATE}})}if(deleteDrawings.length>0){const deleteJsonOp=this._sheetDrawingService.getBatchRemoveOp(deleteDrawings),deleteUndo=deleteJsonOp.undo,deleteRedo=deleteJsonOp.redo,deleteObjects=deleteJsonOp.objects;redos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:deleteRedo,objects:deleteObjects,type:sheetsDrawing.DrawingApplyType.REMOVE}}),undos.push({id:sheetsDrawing.SetDrawingApplyMutation.id,params:{unitId,subUnitId,op:deleteUndo,objects:deleteObjects,type:sheetsDrawing.DrawingApplyType.INSERT}})}return redos.push({id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}),undos.push({id:ClearSheetDrawingTransformerOperation.id,params:[unitId]}),{redos,undos}}_expandCol(sheetTransform,transform,colStartIndex,colEndIndex,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position){const colCount=colEndIndex-colStartIndex+1,{from,to}=sheetTransform,{column:fromColumn}=from,{column:toColumn}=to;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.None)return{newSheetTransform:transformToDrawingPosition({...transform},this._selectionRenderService),newTransform:transform};let newSheetTransform=null,newTransform=null;if(fromColumn>=colStartIndex){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:colStartIndex,endColumn:colEndIndex,startRow:from.row,endRow:to.row});if(selectionCell==null)return;newTransform={...transform,left:(transform.left||0)+selectionCell.endX-selectionCell.startX},newSheetTransform=transformToDrawingPosition(newTransform,this._selectionRenderService)}else if(toColumn>=colEndIndex)if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Both)newSheetTransform={from:{...from},to:{...to,column:toColumn+colCount}},newTransform=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:transformToDrawingPosition({...transform},this._selectionRenderService),newTransform:transform};return newSheetTransform!=null&&newTransform!=null?{newSheetTransform,newTransform}:null}_shrinkCol(sheetTransform,transform,colStartIndex,colEndIndex,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position){const colCount=colEndIndex-colStartIndex+1,{from,to}=sheetTransform,{column:fromColumn}=from,{column:toColumn}=to;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.None)return{newSheetTransform:transformToDrawingPosition({...transform},this._selectionRenderService),newTransform:transform};let newSheetTransform=null,newTransform=null;if(fromColumn>colEndIndex)newSheetTransform={from:{...from,column:fromColumn-colCount},to:{...to,column:toColumn-colCount}},newTransform=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService);else{if(fromColumn>=colStartIndex&&toColumn<=colEndIndex)return null;if(fromColumn<colStartIndex&&toColumn>colEndIndex)if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Both)newSheetTransform={from:{...from},to:{...to,column:toColumn-colCount}},newTransform=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:transformToDrawingPosition({...transform},this._selectionRenderService),newTransform:transform};else if(fromColumn>=colStartIndex&&fromColumn<=colEndIndex){if(fromColumn===colStartIndex)newTransform={...transform,left:(transform.left||0)-sheetTransform.from.columnOffset};else{const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:colStartIndex,endColumn:fromColumn-1,startRow:from.row,endRow:to.row});if(selectionCell==null)return;newTransform={...transform,left:(transform.left||0)-selectionCell.endX+selectionCell.startX-sheetTransform.from.columnOffset}}newSheetTransform=transformToDrawingPosition(newTransform,this._selectionRenderService)}else if(toColumn>=colStartIndex&&toColumn<=colEndIndex&&anchorType===sheetsDrawing.SheetDrawingAnchorType.Both){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:colStartIndex-1,endColumn:colStartIndex-1,startRow:from.row,endRow:to.row});if(selectionCell==null)return;newSheetTransform={from:{...from},to:{...to,column:colStartIndex-1,columnOffset:selectionCell.endX-selectionCell.startX}},newTransform=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService)}}return newSheetTransform!=null&&newTransform!=null?{newSheetTransform,newTransform}:null}_expandRow(sheetTransform,transform,rowStartIndex,rowEndIndex,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position){const rowCount=rowEndIndex-rowStartIndex+1,{from,to}=sheetTransform,{row:fromRow}=from,{row:toRow}=to;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.None)return{newSheetTransform:transformToDrawingPosition({...transform},this._selectionRenderService),newTransform:transform};let newSheetTransform=null,newTransform=null;if(fromRow>=rowStartIndex){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startRow:rowStartIndex,endRow:rowEndIndex,startColumn:from.column,endColumn:to.column});if(selectionCell==null)return;newTransform={...transform,top:(transform.top||0)+selectionCell.endY-selectionCell.startY},newSheetTransform=transformToDrawingPosition(newTransform,this._selectionRenderService)}else if(toRow>=rowEndIndex)if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Both)newSheetTransform={from:{...from},to:{...to,row:toRow+rowCount}},newTransform=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:transformToDrawingPosition({...transform},this._selectionRenderService),newTransform:transform};return newSheetTransform!=null&&newTransform!=null?{newSheetTransform,newTransform}:null}_shrinkRow(sheetTransform,transform,rowStartIndex,rowEndIndex,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position){const rowCount=rowEndIndex-rowStartIndex+1,{from,to}=sheetTransform,{row:fromRow}=from,{row:toRow}=to;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.None)return{newSheetTransform:transformToDrawingPosition({...transform},this._selectionRenderService),newTransform:transform};let newSheetTransform=null,newTransform=null;if(fromRow>rowEndIndex)newSheetTransform={from:{...from,row:fromRow-rowCount},to:{...to,row:toRow-rowCount}},newTransform=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService);else{if(fromRow>=rowStartIndex&&toRow<=rowEndIndex)return null;if(fromRow<rowStartIndex&&toRow>rowEndIndex)if(anchorType===sheetsDrawing.SheetDrawingAnchorType.Both)newSheetTransform={from:{...from},to:{...to,row:toRow-rowCount}},newTransform=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:transformToDrawingPosition({...transform},this._selectionRenderService),newTransform:transform};else if(fromRow>=rowStartIndex&&fromRow<=rowEndIndex){if(fromRow===rowStartIndex)newTransform={...transform,top:(transform.top||0)-sheetTransform.from.rowOffset};else{const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startRow:rowStartIndex,endRow:fromRow-1,startColumn:from.column,endColumn:to.column});if(selectionCell==null)return;newTransform={...transform,top:(transform.top||0)-selectionCell.endY+selectionCell.startY-sheetTransform.from.rowOffset}}newSheetTransform=transformToDrawingPosition(newTransform,this._selectionRenderService)}else if(toRow>=rowStartIndex&&toRow<=rowEndIndex&&anchorType===sheetsDrawing.SheetDrawingAnchorType.Both){const selectionCell=this._skeletonManagerService.attachRangeWithCoord({startColumn:from.column,endColumn:from.column,startRow:rowStartIndex-1,endRow:rowStartIndex-1});if(selectionCell==null)return;newSheetTransform={from:{...from},to:{...to,row:rowStartIndex-1,rowOffset:selectionCell.endY-selectionCell.startY}},newTransform=drawingPositionToTransform(newSheetTransform,this._selectionRenderService,this._skeletonManagerService)}}return newSheetTransform!=null&&newTransform!=null?{newSheetTransform,newTransform}:null}_commandListener(){this.disposeWithMe(this._commandService.onCommandExecuted(command=>{command.id===sheets.SetWorksheetActiveOperation.id&&setTimeout(()=>{const params=command.params,{unitId:showUnitId,subUnitId:showSubunitId}=params,drawingMap=this._drawingManagerService.drawingManagerData,insertDrawings=[],removeDrawings=[];Object.keys(drawingMap).forEach(unitId=>{const subUnitMap=drawingMap[unitId];subUnitMap!=null&&Object.keys(subUnitMap).forEach(subUnitId=>{const drawingData=subUnitMap[subUnitId].data;drawingData!=null&&Object.keys(drawingData).forEach(drawingId=>{if(unitId===showUnitId&&subUnitId===showSubunitId){const drawing2=drawingData[drawingId];drawing2.transform=drawingPositionToTransform(drawing2.sheetTransform,this._selectionRenderService,this._skeletonManagerService),insertDrawings.push(drawingData[drawingId])}else removeDrawings.push(drawingData[drawingId])})})}),this._drawingManagerService.removeNotification(removeDrawings),this._drawingManagerService.addNotification(insertDrawings)},0)}))}_sheetRefreshListener(){this.disposeWithMe(this._commandService.onCommandExecuted(command=>{REFRESH_MUTATIONS.includes(command.id)&&requestIdleCallback(()=>{const params=command.params,{unitId,subUnitId,ranges}=params;this._refreshDrawingTransform(unitId,subUnitId,ranges)})}))}_refreshDrawingTransform(unitId,subUnitId,ranges){const drawingData=this._drawingManagerService.getDrawingData(unitId,subUnitId),updateDrawings=[];Object.keys(drawingData).forEach(drawingId=>{const drawing2=drawingData[drawingId],{sheetTransform,transform,anchorType=sheetsDrawing.SheetDrawingAnchorType.Position}=drawing2;if(anchorType===sheetsDrawing.SheetDrawingAnchorType.None)return!0;const{from,to}=sheetTransform,{row:fromRow,column:fromColumn}=from,{row:toRow,column:toColumn}=to;for(let i=0;i<ranges.length;i++){const range=ranges[i],{startRow,endRow,startColumn,endColumn}=range;if(core.Rectangle.intersects({startRow,endRow,startColumn,endColumn},{startRow:fromRow,endRow:toRow,startColumn:fromColumn,endColumn:toColumn})||fromRow>endRow||fromColumn>endColumn){const isPositionAnchor=anchorType===sheetsDrawing.SheetDrawingAnchorType.Position,newTransform=drawingPositionToTransform(sheetTransform,this._selectionRenderService,this._skeletonManagerService);updateDrawings.push({...drawing2,transform:{...newTransform,width:isPositionAnchor?transform==null?void 0:transform.width:newTransform==null?void 0:newTransform.width,height:isPositionAnchor?transform==null?void 0:transform.height:newTransform==null?void 0:newTransform.height}});break}}}),updateDrawings.length!==0&&(this._drawingManagerService.refreshTransform(updateDrawings),this._commandService.syncExecuteCommand(ClearSheetDrawingTransformerOperation.id,[unitId]))}},__name(_j,"SheetDrawingTransformAffectedController"),_j);SheetDrawingTransformAffectedController=__decorateClass$3([__decorateParam$3(1,engineRender.IRenderManagerService),__decorateParam$3(2,core.ICommandService),__decorateParam$3(3,sheetsUi.ISheetSelectionRenderService),__decorateParam$3(4,core.Inject(sheetsUi.SheetSkeletonManagerService)),__decorateParam$3(5,core.Inject(sheets.SheetInterceptorService)),__decorateParam$3(6,sheetsDrawing.ISheetDrawingService),__decorateParam$3(7,drawing.IDrawingManagerService),__decorateParam$3(8,core.IUniverInstanceService)],SheetDrawingTransformAffectedController);var __assign=function(){return __assign=Object.assign||function(t){for(var s,i=1,n=arguments.length;i<n;i++){s=arguments[i];for(var p in s)Object.prototype.hasOwnProperty.call(s,p)&&(t[p]=s[p])}return t},__assign.apply(this,arguments)},__rest=function(s,e){var t={};for(var p in s)Object.prototype.hasOwnProperty.call(s,p)&&e.indexOf(p)<0&&(t[p]=s[p]);if(s!=null&&typeof Object.getOwnPropertySymbols=="function")for(var i=0,p=Object.getOwnPropertySymbols(s);i<p.length;i++)e.indexOf(p[i])<0&&Object.prototype.propertyIsEnumerable.call(s,p[i])&&(t[p[i]]=s[p[i]]);return t},IconBase=React.forwardRef(function(props,ref){var icon=props.icon,id=props.id,className=props.className,extend=props.extend,restProps=__rest(props,["icon","id","className","extend"]),cls="univerjs-icon univerjs-icon-".concat(id," ").concat(className||"").trim(),idSuffix=React.useRef("_".concat(generateShortUuid()));return render(icon,"".concat(id),{defIds:icon.defIds,idSuffix:idSuffix.current},__assign({ref,className:cls},restProps),extend)});function render(node,id,runtimeProps,rootProps,extend){return React.createElement(node.tag,__assign(__assign({key:id},replaceRuntimeIdsAndExtInAttrs(node,runtimeProps,extend)),rootProps),(replaceRuntimeIdsInDefs(node,runtimeProps).children||[]).map(function(child,index){return render(child,"".concat(id,"-").concat(node.tag,"-").concat(index),runtimeProps,void 0,extend)}))}__name(render,"render");function replaceRuntimeIdsAndExtInAttrs(node,runtimeProps,extend){var attrs=__assign({},node.attrs);extend!=null&&extend.colorChannel1&&attrs.fill==="colorChannel1"&&(attrs.fill=extend.colorChannel1);var defIds=runtimeProps.defIds;return!defIds||defIds.length===0||(node.tag==="use"&&attrs["xlink:href"]&&(attrs["xlink:href"]=attrs["xlink:href"]+runtimeProps.idSuffix),Object.entries(attrs).forEach(function(_a2){var key=_a2[0],value=_a2[1];typeof value=="string"&&(attrs[key]=value.replace(/url\(#(.*)\)/,"url(#$1".concat(runtimeProps.idSuffix,")")))})),attrs}__name(replaceRuntimeIdsAndExtInAttrs,"replaceRuntimeIdsAndExtInAttrs");function replaceRuntimeIdsInDefs(node,runtimeProps){var _a2,defIds=runtimeProps.defIds;return!defIds||defIds.length===0?node:node.tag==="defs"&&(!((_a2=node.children)===null||_a2===void 0)&&_a2.length)?__assign(__assign({},node),{children:node.children.map(function(child){return typeof child.attrs.id=="string"&&defIds&&defIds.indexOf(child.attrs.id)>-1?__assign(__assign({},child),{attrs:__assign(__assign({},child.attrs),{id:child.attrs.id+runtimeProps.idSuffix})}):child})}):node}__name(replaceRuntimeIdsInDefs,"replaceRuntimeIdsInDefs");function generateShortUuid(){return Math.random().toString(36).substring(2,8)}__name(generateShortUuid,"generateShortUuid"),IconBase.displayName="UniverIcon";var element={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"}}]},AddImageSingle=React.forwardRef(function(props,ref){return React.createElement(IconBase,Object.assign({},props,{id:"add-image-single",ref,icon:element}))});AddImageSingle.displayName="AddImageSingle";const DeleteDrawingsCommand={id:"sheet.command.delete-drawing",type:core.CommandType.COMMAND,handler:__name(accessor=>{const commandService=accessor.get(core.ICommandService),drawings=accessor.get(sheetsDrawing.ISheetDrawingService).getFocusDrawings();if(drawings.length===0)return!1;const unitId=drawings[0].unitId,newDrawings=drawings.map(drawing2=>{const{unitId:unitId2,subUnitId,drawingId,drawingType}=drawing2;return{unitId:unitId2,subUnitId,drawingId,drawingType}});return commandService.executeCommand(RemoveSheetDrawingCommand.id,{unitId,drawings:newDrawings})},"handler")},MoveDrawingsCommand={id:"sheet.command.move-drawing",type:core.CommandType.COMMAND,handler:__name((accessor,params)=>{const commandService=accessor.get(core.ICommandService),drawingManagerService=accessor.get(sheetsDrawing.ISheetDrawingService),selectionRenderService=accessor.get(sheetsUi.ISheetSelectionRenderService),{direction}=params,drawings=drawingManagerService.getFocusDrawings();if(drawings.length===0)return!1;const unitId=drawings[0].unitId,newDrawings=drawings.map(drawing2=>{const{transform}=drawing2;if(transform==null)return null;const newTransform={...transform},{left=0,top=0}=transform;return direction===core.Direction.UP?newTransform.top=top-1:direction===core.Direction.DOWN?newTransform.top=top+1:direction===core.Direction.LEFT?newTransform.left=left-1:direction===core.Direction.RIGHT&&(newTransform.left=left+1),{...drawing2,transform:newTransform,sheetTransform:transformToDrawingPosition(newTransform,selectionRenderService)}}).filter(drawing2=>drawing2!=null);return commandService.syncExecuteCommand(SetSheetDrawingCommand.id,{unitId,drawings:newDrawings})?(commandService.syncExecuteCommand(ClearSheetDrawingTransformerOperation.id,[unitId]),!0):!1},"handler")},IMAGE_UPLOAD_ICON="addition-and-subtraction-single",SHEETS_IMAGE_MENU_ID="sheet.menu.image";function ImageMenuFactory(accessor){return{id:SHEETS_IMAGE_MENU_ID,type:ui.MenuItemType.SUBITEMS,icon:IMAGE_UPLOAD_ICON,tooltip:"sheetImage.title",hidden$:ui.getMenuHiddenObservable(accessor,core.UniverInstanceType.UNIVER_SHEET),disabled$:sheetsUi.getCurrentRangeDisable$(accessor,{workbookTypes:[sheets.WorkbookEditablePermission],worksheetTypes:[sheets.WorksheetEditPermission],rangeTypes:[sheets.RangeProtectionPermissionEditPoint]})}}__name(ImageMenuFactory,"ImageMenuFactory");function UploadFloatImageMenuFactory(_accessor){return{id:InsertFloatImageCommand.id,title:"sheetImage.upload.float",type:ui.MenuItemType.BUTTON,hidden$:ui.getMenuHiddenObservable(_accessor,core.UniverInstanceType.UNIVER_SHEET)}}__name(UploadFloatImageMenuFactory,"UploadFloatImageMenuFactory");function UploadCellImageMenuFactory(_accessor){return{id:InsertCellImageCommand.id,title:"sheetImage.upload.cell",type:ui.MenuItemType.BUTTON}}__name(UploadCellImageMenuFactory,"UploadCellImageMenuFactory");const styles={imageCommonPanel:"univer-image-common-panel",imageCommonPanelGrid:"univer-image-common-panel-grid",imageCommonPanelBorder:"univer-image-common-panel-border",imageCommonPanelTitle:"univer-image-common-panel-title",imageCommonPanelSubtitle:"univer-image-common-panel-subtitle",imageCommonPanelRow:"univer-image-common-panel-row",imageCommonPanelRowVertical:"univer-image-common-panel-row-vertical",imageCommonPanelColumn:"univer-image-common-panel-column",imageCommonPanelColumnCenter:"univer-image-common-panel-column-center",imageCommonPanelInline:"univer-image-common-panel-inline",imageCommonPanelSpan2:"univer-image-common-panel-span2",imageCommonPanelSpan3:"univer-image-common-panel-span3",imageCommonPanelInput:"univer-image-common-panel-input",sheetImageMenu:"univer-sheet-image-menu",sheetImageMenuInput:"univer-sheet-image-menu-input"};function r(e){var t,f,n="";if(typeof e=="string"||typeof e=="number")n+=e;else if(typeof e=="object")if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f)}else for(f in e)e[f]&&(n&&(n+=" "),n+=f);return n}__name(r,"r");function clsx(){for(var e,t,f=0,n="",o=arguments.length;f<o;f++)(e=arguments[f])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}__name(clsx,"clsx");const SheetDrawingAnchor=__name(props=>{var _a2;const commandService=core.useDependency(core.ICommandService),localeService=core.useDependency(core.LocaleService),drawingManagerService=core.useDependency(drawing.IDrawingManagerService),renderManagerService=core.useDependency(engineRender.IRenderManagerService),{drawings}=props,drawingParam=drawings[0];if(drawingParam==null)return;const{unitId}=drawingParam,renderObject=renderManagerService.getRenderById(unitId),scene=renderObject==null?void 0:renderObject.scene;if(scene==null)return;const transformer=scene.getTransformerByCreate(),[anchorShow,setAnchorShow]=React.useState(!0),type=(_a2=drawingParam.anchorType)!=null?_a2:sheetsDrawing.SheetDrawingAnchorType.Position,[value,setValue]=React.useState(type);function getUpdateParams(objects,drawingManagerService2){const params=[];return objects.forEach(object=>{const{oKey}=object,searchParam=drawingManagerService2.getDrawingOKey(oKey);if(searchParam==null)return params.push(null),!0;const{unitId:unitId2,subUnitId,drawingId,drawingType,anchorType,sheetTransform}=searchParam;params.push({unitId:unitId2,subUnitId,drawingId,anchorType,sheetTransform,drawingType})}),params}__name(getUpdateParams,"getUpdateParams"),React.useEffect(()=>{const onClearControlObserver=transformer.clearControl$.subscribe(changeSelf=>{changeSelf===!0&&setAnchorShow(!1)}),onChangeStartObserver=transformer.changeStart$.subscribe(state=>{var _a3;const{objects}=state,params=getUpdateParams(objects,drawingManagerService);if(params.length===0)setAnchorShow(!1);else if(params.length>=1){setAnchorShow(!0);const anchorType=((_a3=params[0])==null?void 0:_a3.anchorType)||sheetsDrawing.SheetDrawingAnchorType.Position;setValue(anchorType)}});return()=>{onChangeStartObserver.unsubscribe(),onClearControlObserver.unsubscribe()}},[]);function handleChange(value2){setValue(value2);const focusDrawings=drawingManagerService.getFocusDrawings();if(focusDrawings.length===0)return;const updateParams=focusDrawings.map(drawing2=>({unitId:drawing2.unitId,subUnitId:drawing2.subUnitId,drawingId:drawing2.drawingId,anchorType:value2}));commandService.executeCommand(SetSheetDrawingCommand.id,{unitId:focusDrawings[0].unitId,drawings:updateParams})}__name(handleChange,"handleChange");const gridDisplay=__name(isShow=>isShow?"block":"none","gridDisplay");return jsxRuntime.jsxs("div",{className:clsx(styles.imageCommonPanelGrid,styles.imageCommonPanelBorder),style:{display:gridDisplay(anchorShow)},children:[jsxRuntime.jsx("div",{className:styles.imageCommonPanelRow,children:jsxRuntime.jsx("div",{className:clsx(styles.imageCommonPanelColumn,styles.imageCommonPanelTitle),children:jsxRuntime.jsx("div",{children:localeService.t("drawing-anchor.title")})})}),jsxRuntime.jsx("div",{className:clsx(styles.imageCommonPanelRow),children:jsxRuntime.jsx("div",{className:clsx(styles.imageCommonPanelColumn),children:jsxRuntime.jsxs(design.RadioGroup,{value,onChange:handleChange,direction:"vertical",children:[jsxRuntime.jsx(design.Radio,{value:sheetsDrawing.SheetDrawingAnchorType.Both,children:localeService.t("drawing-anchor.both")}),jsxRuntime.jsx(design.Radio,{value:sheetsDrawing.SheetDrawingAnchorType.Position,children:localeService.t("drawing-anchor.position")}),jsxRuntime.jsx(design.Radio,{value:sheetsDrawing.SheetDrawingAnchorType.None,children:localeService.t("drawing-anchor.none")})]})})})]})},"SheetDrawingAnchor"),SheetDrawingPanel=__name(()=>{const drawingManagerService=core.useDependency(drawing.IDrawingManagerService),focusDrawings=drawingManagerService.getFocusDrawings(),[drawings,setDrawings]=React.useState(focusDrawings);return React.useEffect(()=>{const focusDispose=drawingManagerService.focus$.subscribe(drawings2=>{setDrawings(drawings2)});return()=>{focusDispose.unsubscribe()}},[]),!!(drawings!=null&&drawings.length)&&jsxRuntime.jsxs("div",{className:styles.imageCommonPanel,children:[jsxRuntime.jsx(drawingUi.DrawingCommonPanel,{drawings}),jsxRuntime.jsx(SheetDrawingAnchor,{drawings})]})},"SheetDrawingPanel"),menuSchema={[ui.RibbonStartGroup.FORMULAS_INSERT]:{[SHEETS_IMAGE_MENU_ID]:{order:3,menuItemFactory:ImageMenuFactory,[InsertFloatImageCommand.id]:{order:0,menuItemFactory:UploadFloatImageMenuFactory},[InsertCellImageCommand.id]:{order:1,menuItemFactory:UploadCellImageMenuFactory}}}};function whenSheetDrawingFocused(contextService){return!contextService.getContextValue(core.FOCUSING_FX_BAR_EDITOR)&&!contextService.getContextValue(core.EDITOR_ACTIVATED)&&!contextService.getContextValue(core.FOCUSING_PANEL_EDITOR)&&contextService.getContextValue(core.FOCUSING_COMMON_DRAWINGS)}__name(whenSheetDrawingFocused,"whenSheetDrawingFocused");const MoveDrawingDownShortcutItem={id:MoveDrawingsCommand.id,description:"shortcut.sheet.drawing-move-down",group:"4_sheet-drawing-view",binding:ui.KeyCode.ARROW_DOWN,priority:100,preconditions:whenSheetDrawingFocused,staticParameters:{direction:core.Direction.DOWN}},MoveDrawingUpShortcutItem={id:MoveDrawingsCommand.id,description:"shortcut.sheet.drawing-move-up",group:"4_sheet-drawing-view",binding:ui.KeyCode.ARROW_UP,priority:100,preconditions:whenSheetDrawingFocused,staticParameters:{direction:core.Direction.UP}},MoveDrawingLeftShortcutItem={id:MoveDrawingsCommand.id,description:"shortcut.sheet.drawing-move-left",group:"4_sheet-drawing-view",binding:ui.KeyCode.ARROW_LEFT,priority:100,preconditions:whenSheetDrawingFocused,staticParameters:{direction:core.Direction.LEFT}},MoveDrawingRightShortcutItem={id:MoveDrawingsCommand.id,description:"shortcut.sheet.drawing-move-right",group:"4_sheet-drawing-view",binding:ui.KeyCode.ARROW_RIGHT,priority:100,preconditions:whenSheetDrawingFocused,staticParameters:{direction:core.Direction.RIGHT}},DeleteDrawingsShortcutItem={id:DeleteDrawingsCommand.id,description:"shortcut.sheet.drawing-delete",group:"4_sheet-drawing-view",preconditions:whenSheetDrawingFocused,binding:ui.KeyCode.DELETE,mac:ui.KeyCode.BACKSPACE};var __defProp$2=Object.defineProperty,__getOwnPropDesc$2=Object.getOwnPropertyDescriptor,__decorateClass$2=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$2(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$2(target,key,result),result},"__decorateClass$2"),__decorateParam$2=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$2");let SheetDrawingUIController=(_k=class extends core.Disposable{constructor(_componentManager,_menuManagerService,_commandService,_shortcutService,_drawingManagerService,_sheetsSelectionsService){super(),this._componentManager=_componentManager,this._menuManagerService=_menuManagerService,this._commandService=_commandService,this._shortcutService=_shortcutService,this._drawingManagerService=_drawingManagerService,this._sheetsSelectionsService=_sheetsSelectionsService,this._init()}_initCustomComponents(){const componentManager=this._componentManager;this.disposeWithMe(componentManager.register(IMAGE_UPLOAD_ICON,AddImageSingle)),this.disposeWithMe(componentManager.register(COMPONENT_SHEET_DRAWING_PANEL,SheetDrawingPanel))}_initMenus(){this._menuManagerService.mergeMenu(menuSchema)}_initCommands(){[InsertFloatImageCommand,InsertCellImageCommand,InsertSheetDrawingCommand,RemoveSheetDrawingCommand,SetSheetDrawingCommand,SidebarSheetDrawingOperation,ClearSheetDrawingTransformerOperation,EditSheetDrawingOperation,GroupSheetDrawingCommand,UngroupSheetDrawingCommand,MoveDrawingsCommand,DeleteDrawingsCommand,SetDrawingArrangeCommand].forEach(command=>this.disposeWithMe(this._commandService.registerCommand(command)))}_initShortcuts(){[MoveDrawingDownShortcutItem,MoveDrawingUpShortcutItem,MoveDrawingLeftShortcutItem,MoveDrawingRightShortcutItem,DeleteDrawingsShortcutItem].forEach(item=>{this.disposeWithMe(this._shortcutService.registerShortcut(item))})}_init(){this._initCommands(),this._initCustomComponents(),this._initMenus(),this._initShortcuts()}},__name(_k,"SheetDrawingUIController"),_k);SheetDrawingUIController=__decorateClass$2([__decorateParam$2(0,core.Inject(ui.ComponentManager)),__decorateParam$2(1,ui.IMenuManagerService),__decorateParam$2(2,core.ICommandService),__decorateParam$2(3,ui.IShortcutService),__decorateParam$2(4,drawing.IDrawingManagerService),__decorateParam$2(5,core.Inject(sheets.SheetsSelectionsService))],SheetDrawingUIController);var __defProp$1=Object.defineProperty,__getOwnPropDesc$1=Object.getOwnPropertyDescriptor,__decorateClass$1=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc$1(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp$1(target,key,result),result},"__decorateClass$1"),__decorateParam$1=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam$1");function transformBound2DOMBound(posOfFloatObject,scene,skeleton,worksheet,floatDomInfo){const{scaleX,scaleY}=scene.getAncestorScale(),viewMain=scene.getViewport(engineRender.SHEET_VIEWPORT_KEY.VIEW_MAIN),absolute={left:!0,top:!0};if(!viewMain)return{...posOfFloatObject,absolute};const{left,right,top,bottom}=posOfFloatObject;let{top:topBoundOfViewArea,left:leftBoundViewArea,viewportScrollX,viewportScrollY}=viewMain;const{boundsOfViewArea,scrollDirectionResponse}=floatDomInfo||{};boundsOfViewArea&&(core.Tools.isDefine(boundsOfViewArea.top)&&(topBoundOfViewArea=boundsOfViewArea.top),core.Tools.isDefine(boundsOfViewArea.left)&&(leftBoundViewArea=boundsOfViewArea.left)),scrollDirectionResponse==="HORIZONTAL"&&(viewportScrollY=0),scrollDirectionResponse==="VERTICAL"&&(viewportScrollX=0);let offsetLeft,offsetRight;left<leftBoundViewArea?(absolute.left=!0,offsetLeft=(leftBoundViewArea+(left-leftBoundViewArea))*scaleX,offsetRight=Math.max(Math.min((leftBoundViewArea+(right-leftBoundViewArea))*scaleX,leftBoundViewArea*scaleX),(right-viewportScrollX)*scaleX)):(absolute.left=!1,offsetLeft=Math.max((left-viewportScrollX)*scaleX,leftBoundViewArea*scaleX),offsetRight=Math.max((right-viewportScrollX)*scaleX,leftBoundViewArea*scaleX));let offsetTop,offsetBottom;return top<topBoundOfViewArea?(absolute.top=!0,offsetTop=(topBoundOfViewArea+(top-topBoundOfViewArea))*scaleY,offsetBottom=Math.max(Math.min((topBoundOfViewArea+(right-topBoundOfViewArea))*scaleY,topBoundOfViewArea*scaleY),(bottom-viewportScrollY)*scaleY)):(absolute.top=!1,offsetTop=Math.max((top-viewportScrollY)*scaleY,topBoundOfViewArea*scaleY),offsetBottom=Math.max((bottom-viewportScrollY)*scaleY,topBoundOfViewArea*scaleY)),{left:offsetLeft,right:offsetRight,top:offsetTop,bottom:offsetBottom,absolute}}__name(transformBound2DOMBound,"transformBound2DOMBound");const calcPosition=__name((floatObject,renderUnit,skeleton,worksheet,floatDomInfo)=>{const{scene}=renderUnit,{left,top,width,height,angle}=floatObject,boundOfFloatObject={left,right:left+width,top,bottom:top+height},offsetBound=transformBound2DOMBound(boundOfFloatObject,scene,skeleton,worksheet,floatDomInfo),{scaleX,scaleY}=scene.getAncestorScale();return{startX:offsetBound.left,endX:offsetBound.right,startY:offsetBound.top,endY:offsetBound.bottom,rotate:angle,width:width*scaleX,height:height*scaleY,absolute:offsetBound.absolute}},"calcPosition");exports2.SheetCanvasFloatDomManagerService=(_l=class extends core.Disposable{constructor(_renderManagerService,_univerInstanceService,_commandService,_drawingManagerService,_canvasFloatDomService,_sheetDrawingService,_lifecycleService){super();__publicField(this,"_domLayerMap",new Map);__publicField(this,"_domLayerInfoMap",new Map);__publicField(this,"_transformChange$",new rxjs.Subject);__publicField(this,"transformChange$",this._transformChange$.asObservable());__publicField(this,"_add$",new rxjs.Subject);__publicField(this,"add$",this._add$.asObservable());__publicField(this,"_remove$",new rxjs.Subject);__publicField(this,"remove$",this._remove$.asObservable());__publicField(this,"_hooks",[]);this._renderManagerService=_renderManagerService,this._univerInstanceService=_univerInstanceService,this._commandService=_commandService,this._drawingManagerService=_drawingManagerService,this._canvasFloatDomService=_canvasFloatDomService,this._sheetDrawingService=_sheetDrawingService,this._lifecycleService=_lifecycleService,this._drawingAddListener(),this._featureUpdateListener(),this._deleteListener(),this._bindScrollEvent()}_bindScrollEvent(){this._lifecycleService.lifecycle$.pipe(rxjs.filter(s=>s===core.LifecycleStages.Rendered),rxjs.take(1)).subscribe(()=>{this._scrollUpdateListener()})}_ensureMap(unitId,subUnitId){let unitMap=this._domLayerMap.get(unitId);unitMap||(unitMap=new Map,this._domLayerMap.set(unitId,unitMap));let subUnitMap=unitMap.get(subUnitId);return subUnitMap||(subUnitMap=new Map,unitMap.set(subUnitId,subUnitMap)),subUnitMap}getFloatDomInfo(id){return this._domLayerInfoMap.get(id)}_getSceneAndTransformerByDrawingSearch(unitId){if(unitId==null)return;const renderUnit=this._renderManagerService.getRenderById(unitId),scene=renderUnit==null?void 0:renderUnit.scene;if(renderUnit==null||scene==null)return null;const transformer=scene.getTransformerByCreate(),canvas=renderUnit.engine.getCanvasElement();return{scene,transformer,renderUnit,canvas}}_getFloatDomProps(id){let props;return this._hooks.forEach(hook=>{props=hook.onGetFloatDomProps(id)}),props}_drawingAddListener(){this.disposeWithMe(this._drawingManagerService.add$.subscribe(params=>{params.forEach(param=>{var _a2,_b2,_c2;const{unitId,subUnitId,drawingId}=param,target=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId,subUnitId}),floatDomParam=this._drawingManagerService.getDrawingByParam(param),workbook=this._univerInstanceService.getUnit(unitId,core.UniverInstanceType.UNIVER_SHEET);if(!workbook)return;const activeSheetId=workbook.getActiveSheet().getSheetId();if(!floatDomParam||!target)return;const skeleton=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.with(sheetsUi.SheetSkeletonManagerService).getWorksheetSkeleton(subUnitId);if(!skeleton)return;const{transform,drawingType,data}=floatDomParam;if(drawingType!==core.DrawingTypeEnum.DRAWING_DOM&&drawingType!==core.DrawingTypeEnum.DRAWING_CHART)return;const renderObject=this._getSceneAndTransformerByDrawingSearch(unitId);if(renderObject==null)return;const{scene,canvas}=renderObject;if(transform==null)return!0;if(activeSheetId!==subUnitId)return;const{left,top,width,height,angle,flipX,flipY,skewX,skewY}=transform,rectShapeKey=drawing.getDrawingShapeKeyByDrawingSearch({unitId,subUnitId,drawingId}),rectShape=scene.getObject(rectShapeKey);if(rectShape!=null){rectShape.transformByState({left,top,width,height,angle,flipX,flipY,skewX,skewY});return}const imageConfig={left,top,width,height,zIndex:this._drawingManagerService.getDrawingOrder(unitId,subUnitId).length-1},isChart=drawingType===core.DrawingTypeEnum.DRAWING_CHART;if(isChart){const backgroundColor=data?data.backgroundColor:"white";imageConfig.fill=backgroundColor,imageConfig.rotateEnabled=!1,data&&data.border&&(imageConfig.stroke=data.border),imageConfig.paintFirst="stroke",imageConfig.strokeWidth=1,imageConfig.borderEnabled=!1,imageConfig.radius=8}const rect=new engineRender.Rect(rectShapeKey,imageConfig);isChart&&rect.setObjectType(engineRender.ObjectType.CHART),scene.addObject(rect,engineRender.DRAWING_OBJECT_LAYER_INDEX),floatDomParam.allowTransform!==!1&&scene.attachTransformerTo(rect);const map2=this._ensureMap(unitId,subUnitId),disposableCollection=new core.DisposableCollection,initPosition=calcPosition(rect,renderObject.renderUnit,skeleton.skeleton,target.worksheet),position$=new rxjs.BehaviorSubject(initPosition),info={dispose:disposableCollection,rect,position$,unitId,subUnitId};this._canvasFloatDomService.addFloatDom({position$,id:drawingId,componentKey:floatDomParam.componentKey,onPointerDown:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerDown"),onPointerMove:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerMove"),onPointerUp:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerUp"),onWheel:__name(evt=>{canvas.dispatchEvent(new WheelEvent(evt.type,evt))},"onWheel"),props:(_c2=(_b2=map2.get(drawingId))==null?void 0:_b2.props)!=null?_c2:this._getFloatDomProps(drawingId),data,unitId});const listener=rect.onTransformChange$.subscribeEvent(()=>{const newPosition=calcPosition(rect,renderObject.renderUnit,skeleton.skeleton,target.worksheet);position$.next(newPosition)});disposableCollection.add(()=>{this._canvasFloatDomService.removeFloatDom(drawingId)}),listener&&disposableCollection.add(listener),this._domLayerInfoMap.set(drawingId,info),map2.set(drawingId,{...map2.get(drawingId)})})})),this.disposeWithMe(this._drawingManagerService.remove$.subscribe(params=>{params.forEach(param=>{const{unitId,subUnitId,drawingId}=param,rectShapeKey=drawing.getDrawingShapeKeyByDrawingSearch({unitId,subUnitId,drawingId}),renderObject=this._getSceneAndTransformerByDrawingSearch(unitId);if(renderObject==null)return;const{transformer,scene}=renderObject,rectShape=scene.getObject(rectShapeKey);rectShape!=null&&rectShape.oKey&&transformer.clearControlByIds([rectShape==null?void 0:rectShape.oKey])})}))}_scrollUpdateListener(){const updateSheet=__name((unitId,subUnitId)=>{var _a2;const renderObject=this._getSceneAndTransformerByDrawingSearch(unitId),map2=this._ensureMap(unitId,subUnitId),ids=Array.from(map2.keys()),target=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId,subUnitId}),skeleton=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.with(sheetsUi.SheetSkeletonManagerService).getWorksheetSkeleton(subUnitId);!renderObject||!target||!skeleton||ids.forEach(id=>{const floatDomInfo=this._domLayerInfoMap.get(id);if(floatDomInfo){const position=calcPosition(floatDomInfo.rect,renderObject.renderUnit,skeleton.skeleton,target.worksheet,floatDomInfo);floatDomInfo.position$.next(position)}})},"updateSheet");this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(core.UniverInstanceType.UNIVER_SHEET).pipe(rxjs.filter(workbook=>!!workbook),rxjs.switchMap(workbook=>workbook.activeSheet$),rxjs.filter(sheet=>!!sheet),rxjs.map(sheet=>{const render2=this._renderManagerService.getRenderById(sheet.getUnitId());return render2?{render:render2,unitId:sheet.getUnitId(),subUnitId:sheet.getSheetId()}:null}),rxjs.filter(render2=>!!render2),rxjs.switchMap(render2=>core.fromEventSubject(render2.render.scene.getViewport(engineRender.SHEET_VIEWPORT_KEY.VIEW_MAIN).onScrollAfter$).pipe(rxjs.map(()=>({unitId:render2.unitId,subUnitId:render2.subUnitId}))))).subscribe(({unitId,subUnitId})=>{updateSheet(unitId,subUnitId)})),this.disposeWithMe(this._commandService.onCommandExecuted(commandInfo=>{var _a2,_b2;if(commandInfo.id===sheetsUi.SetZoomRatioOperation.id){const params=commandInfo.params,{unitId}=params;Array.from((_b2=(_a2=this._domLayerMap.get(unitId))==null?void 0:_a2.keys())!=null?_b2:[]).forEach(subUnitId=>{updateSheet(unitId,subUnitId)})}else if(commandInfo.id===sheets.SetFrozenMutation.id){const{unitId,subUnitId}=commandInfo.params;updateSheet(unitId,subUnitId)}}))}_getPosition(position,unitId){var _a2;const{startX,endX,startY,endY}=position,selectionRenderService=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.with(sheetsUi.ISheetSelectionRenderService);if(selectionRenderService==null)return;const start=selectionRenderService.getCellWithCoordByOffset(startX,startY);if(start==null)return;const from={column:start.actualColumn,columnOffset:startX-start.startX,row:start.actualRow,rowOffset:startY-start.startY},end=selectionRenderService.getCellWithCoordByOffset(endX,endY);if(end==null)return;const to={column:end.actualColumn,columnOffset:endX-end.startX,row:end.actualRow,rowOffset:endY-end.startY};return{from,to}}_featureUpdateListener(){this.disposeWithMe(this._drawingManagerService.update$.subscribe(params=>{params.forEach(data=>{const sheetDrawing=this._drawingManagerService.getDrawingByParam(data);if(!sheetDrawing||sheetDrawing.drawingType!==core.DrawingTypeEnum.DRAWING_DOM&&sheetDrawing.drawingType!==core.DrawingTypeEnum.DRAWING_CHART)return;const newValue={...sheetDrawing.transform};this._transformChange$.next({id:data.drawingId,value:newValue})})}))}_deleteListener(){this.disposeWithMe(this._drawingManagerService.remove$.subscribe(params=>{params.forEach(param=>{this._removeDom(param.drawingId)})}))}updateFloatDomProps(unitId,subUnitId,id,props){const info=this._domLayerInfoMap.get(id),renderObject=this._getSceneAndTransformerByDrawingSearch(unitId);if(info&&renderObject){const{scene}=renderObject,rectShapeKey=drawing.getDrawingShapeKeyByDrawingSearch({unitId,subUnitId,drawingId:id}),rectShape=scene.getObject(rectShapeKey);rectShape&&rectShape instanceof engineRender.Rect&&rectShape.setProps(props)}}addFloatDomToPosition(layer,propId){const target=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:layer.unitId,subUnitId:layer.subUnitId});if(!target)throw new Error("cannot find current target!");const{unitId,subUnitId}=target,{initPosition,componentKey,data,allowTransform=!0}=layer,id=propId!=null?propId:core.generateRandomId(),sheetTransform=this._getPosition(initPosition,unitId);if(sheetTransform==null)return;this._ensureMap(unitId,subUnitId).set(id,layer);const sheetDrawingParam={unitId,subUnitId,drawingId:id,drawingType:layer.type||core.DrawingTypeEnum.DRAWING_DOM,componentKey,sheetTransform,transform:{left:initPosition.startX,top:initPosition.startY,width:initPosition.endX-initPosition.startX,height:initPosition.endY-initPosition.startY},data,allowTransform};return this._commandService.executeCommand(InsertSheetDrawingCommand.id,{unitId,drawings:[sheetDrawingParam]}),this._add$.next({unitId,subUnitId,id}),{id,dispose:__name(()=>{this._removeDom(id,!0)},"dispose")}}_removeDom(id,removeDrawing=!1){const info=this._domLayerInfoMap.get(id);if(!info)return;const{unitId,subUnitId}=info;this._domLayerInfoMap.delete(id),info.dispose.dispose();const renderObject=this._getSceneAndTransformerByDrawingSearch(unitId);if(renderObject&&renderObject.scene.removeObject(info.rect),removeDrawing){this._ensureMap(unitId,subUnitId).delete(id);const param=this._drawingManagerService.getDrawingByParam({unitId,subUnitId,drawingId:id});if(!param)return;const jsonOp=this._sheetDrawingService.getBatchRemoveOp([param]),{redo,objects}=jsonOp;this._commandService.syncExecuteCommand(sheetsDrawing.SetDrawingApplyMutation.id,{unitId,subUnitId,op:redo,objects,type:sheetsDrawing.DrawingApplyType.REMOVE})}}addHook(hook){return this._hooks.push(hook),{dispose:__name(()=>{const index=this._hooks.findIndex(h=>h===hook);this._hooks.splice(index,1)},"dispose")}}addFloatDomToRange(range,config,domAnchor,propId){var _a2,_b2,_c2,_d2,_e2;const target=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:config.unitId,subUnitId:config.subUnitId});if(!target)throw new Error("cannot find current target!");const{unitId,subUnitId}=target,renderObject=this._getSceneAndTransformerByDrawingSearch(unitId);if(!renderObject)return;const currentRender=this._renderManagerService.getRenderById(unitId);if(!currentRender)return;const skeletonParam=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.with(sheetsUi.SheetSkeletonManagerService).getWorksheetSkeleton(subUnitId);if(!skeletonParam)return;const{componentKey,data,allowTransform=!0}=config,id=propId!=null?propId:core.generateRandomId(),{position:rangePosition,position$:rangePos$}=this._createRangePositionObserver(range,currentRender,skeletonParam.skeleton),sheetTransform=this._getPosition(rangePosition,unitId);if(sheetTransform==null)return;this._ensureMap(unitId,subUnitId).set(id,config);const scene=renderObject.scene,{scaleX}=scene.getAncestorScale(),domPosFromRange=calcDomPositionByAnchor(rangePosition,domAnchor,scaleX),sheetDrawingParam={unitId,subUnitId,drawingId:id,drawingType:config.type||core.DrawingTypeEnum.DRAWING_DOM,componentKey,sheetTransform,transform:{left:domPosFromRange.startX,top:domPosFromRange.startY,width:domPosFromRange.width,height:domPosFromRange.height},data,allowTransform};{const{unitId:unitId2,subUnitId:subUnitId2,drawingId}=sheetDrawingParam,target2=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:unitId2,subUnitId:subUnitId2}),floatDomParam=sheetDrawingParam,workbook=this._univerInstanceService.getUnit(unitId2,core.UniverInstanceType.UNIVER_SHEET);if(!workbook)return;const activeSheetId=workbook.getActiveSheet().getSheetId();if(!floatDomParam||!target2)return;const skMangerService=(_b2=this._renderManagerService.getRenderById(unitId2))==null?void 0:_b2.with(sheetsUi.SheetSkeletonManagerService);if(!skMangerService)return;const skeleton=skMangerService.getWorksheetSkeleton(subUnitId2);if(!skeleton)return;const{transform,drawingType,data:data2}=floatDomParam;if(drawingType!==core.DrawingTypeEnum.DRAWING_DOM&&drawingType!==core.DrawingTypeEnum.DRAWING_CHART)return;const renderObject2=this._getSceneAndTransformerByDrawingSearch(unitId2);if(renderObject2==null)return;const{scene:scene2,canvas}=renderObject2;if(transform==null||activeSheetId!==subUnitId2)return;const{left,top,width,height,angle,flipX,flipY,skewX,skewY}=transform,rectShapeKey=drawing.getDrawingShapeKeyByDrawingSearch({unitId:unitId2,subUnitId:subUnitId2,drawingId}),rectShape=scene2.getObject(rectShapeKey);if(rectShape!=null){rectShape.transformByState({left,top,width,height,angle,flipX,flipY,skewX,skewY});return}const domConfig={left,top,width,height,zIndex:this._drawingManagerService.getDrawingOrder(unitId2,subUnitId2).length-1},isChart=drawingType===core.DrawingTypeEnum.DRAWING_CHART;if(isChart){const backgroundColor=data2?data2.backgroundColor:"white";domConfig.fill=backgroundColor,domConfig.rotateEnabled=!1,data2&&data2.border&&(domConfig.stroke=data2.border),domConfig.paintFirst="stroke",domConfig.strokeWidth=1,domConfig.borderEnabled=!1,domConfig.radius=8}const domRect=new engineRender.Rect(rectShapeKey,domConfig);isChart&&domRect.setObjectType(engineRender.ObjectType.CHART),scene2.addObject(domRect,engineRender.DRAWING_OBJECT_LAYER_INDEX),floatDomParam.allowTransform!==!1&&scene2.attachTransformerTo(domRect);const map3=this._ensureMap(unitId2,subUnitId2),disposableCollection=new core.DisposableCollection,viewMain=scene2.getMainViewport(),boundsOfViewArea={top:viewMain.top,left:viewMain.left,bottom:viewMain.bottom,right:viewMain.right},floatDomInfo={dispose:disposableCollection,rect:domRect,boundsOfViewArea,domAnchor,unitId:unitId2,subUnitId:subUnitId2},initedPosition=calcPosition(domRect,renderObject2.renderUnit,skeleton.skeleton,target2.worksheet,floatDomInfo),position$=new rxjs.BehaviorSubject(initedPosition);floatDomInfo.position$=position$;let floatDomCfg={position$,id:drawingId,componentKey:floatDomParam.componentKey,onPointerDown:__name(()=>{},"onPointerDown"),onPointerMove:__name(()=>{},"onPointerMove"),onPointerUp:__name(()=>{},"onPointerUp"),onWheel:__name(evt=>{canvas.dispatchEvent(new WheelEvent(evt.type,evt))},"onWheel"),props:(_d2=(_c2=map3.get(drawingId))==null?void 0:_c2.props)!=null?_d2:this._getFloatDomProps(drawingId),data:data2,unitId:unitId2};config.eventPassThrough&&(floatDomCfg={...floatDomCfg,onPointerDown:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerDown"),onPointerMove:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerMove"),onPointerUp:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerUp")}),this._canvasFloatDomService.addFloatDom(floatDomCfg),this.disposeWithMe(rangePos$.subscribe(newRangePos=>{var _a3,_b3,_c3,_d3;const calcOffsetPos=calcDomPositionByAnchor({rotate:0,startX:newRangePos.startX,startY:newRangePos.startY,endX:newRangePos.endX,endY:newRangePos.endY,width:(_a3=domAnchor.width)!=null?_a3:newRangePos.width,height:(_b3=domAnchor.height)!=null?_b3:newRangePos.height,absolute:{left:rangePosition.absolute.left,top:rangePosition.absolute.top}},domAnchor),rectShapeKey2=drawing.getDrawingShapeKeyByDrawingSearch({unitId:unitId2,subUnitId:subUnitId2,drawingId}),newRect=new engineRender.Rect(rectShapeKey2,{left:calcOffsetPos.startX,top:calcOffsetPos.startY,width:(_c3=domAnchor.width)!=null?_c3:newRangePos.width,height:(_d3=domAnchor.height)!=null?_d3:newRangePos.height,zIndex:this._drawingManagerService.getDrawingOrder(unitId2,subUnitId2).length-1}),newPos=calcPosition(newRect,renderObject2.renderUnit,skeleton.skeleton,target2.worksheet,floatDomInfo);position$.next(newPos)}));const skm=(_e2=this._renderManagerService.getRenderById(unitId2))==null?void 0:_e2.with(sheetsUi.SheetSkeletonManagerService);skm==null||skm.currentSkeleton$.subscribe(skeleton2=>{skeleton2&&skeletonParam.sheetId!==skeleton2.sheetId&&this._removeDom(id,!0)});const listener=domRect.onTransformChange$.subscribeEvent(()=>{const newPosition=calcPosition(domRect,renderObject2.renderUnit,skeleton.skeleton,target2.worksheet,floatDomInfo);position$.next(newPosition)});disposableCollection.add(()=>{this._canvasFloatDomService.removeFloatDom(drawingId)}),listener&&disposableCollection.add(listener),this._domLayerInfoMap.set(drawingId,floatDomInfo),map3.set(drawingId,{...map3.get(drawingId)})}return{id,dispose:__name(()=>{this._removeDom(id,!0)},"dispose")}}addFloatDomToColumnHeader(column,config,domLayoutParam,propId){var _a2,_b2,_c2,_d2,_e2;const target=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:config.unitId,subUnitId:config.subUnitId});if(!target)throw new Error("cannot find current target!");const{unitId,subUnitId}=target;if(!this._getSceneAndTransformerByDrawingSearch(unitId))return;const currentRender=this._renderManagerService.getRenderById(unitId);if(!currentRender)return;const skeletonParam=(_a2=this._renderManagerService.getRenderById(unitId))==null?void 0:_a2.with(sheetsUi.SheetSkeletonManagerService).getWorksheetSkeleton(subUnitId);if(!skeletonParam)return;const{componentKey,data,allowTransform=!0}=config,id=propId!=null?propId:core.generateRandomId(),{position:rangePosition,position$:rangePos$}=this._createRangePositionObserver({startRow:0,endRow:0,startColumn:column,endColumn:column},currentRender,skeletonParam.skeleton),headerCellPosition=rangePosition;headerCellPosition.startY=0;const sheetTransform=this._getPosition(rangePosition,unitId);if(sheetTransform==null)return;this._ensureMap(unitId,subUnitId).set(id,config);const sheetDrawingParam={unitId,subUnitId,drawingId:id,drawingType:config.type||core.DrawingTypeEnum.DRAWING_DOM,componentKey,sheetTransform,transform:{left:headerCellPosition.startX,top:headerCellPosition.startY,width:headerCellPosition.width,height:headerCellPosition.height},data,allowTransform};{const{unitId:unitId2,subUnitId:subUnitId2,drawingId}=sheetDrawingParam,target2=sheets.getSheetCommandTarget(this._univerInstanceService,{unitId:unitId2,subUnitId:subUnitId2}),floatDomParam=sheetDrawingParam,workbook=this._univerInstanceService.getUnit(unitId2,core.UniverInstanceType.UNIVER_SHEET);if(!workbook)return;const activeSheetId=workbook.getActiveSheet().getSheetId();if(!floatDomParam||!target2)return;const skMangerService=(_b2=this._renderManagerService.getRenderById(unitId2))==null?void 0:_b2.with(sheetsUi.SheetSkeletonManagerService);if(!skMangerService)return;const skeleton=skMangerService.getWorksheetSkeleton(subUnitId2);if(!skeleton)return;const{transform,data:data2}=floatDomParam,renderObject2=this._getSceneAndTransformerByDrawingSearch(unitId2);if(renderObject2==null)return;const{scene,canvas}=renderObject2;if(transform==null||activeSheetId!==subUnitId2)return;const{left,top,width,height,angle,flipX,flipY,skewX,skewY}=transform,rectShapeKey=drawing.getDrawingShapeKeyByDrawingSearch({unitId:unitId2,subUnitId:subUnitId2,drawingId}),rectShape=scene.getObject(rectShapeKey);if(rectShape!=null){rectShape.transformByState({left,top,width,height,angle,flipX,flipY,skewX,skewY});return}const calcOffsetPos=calcDomPositionByAnchor({rotate:0,startX:headerCellPosition.startX,startY:0,endX:rangePosition.endX,endY:rangePosition.endY,width:domLayoutParam.width,height:domLayoutParam.height,absolute:{left:rangePosition.absolute.left,top:rangePosition.absolute.top}},domLayoutParam),headerRectConfig={left:calcOffsetPos.startX,top:calcOffsetPos.startY,width:calcOffsetPos.width,height:calcOffsetPos.height,zIndex:this._drawingManagerService.getDrawingOrder(unitId2,subUnitId2).length-1},domRect=new engineRender.Rect(rectShapeKey,headerRectConfig);scene.addObject(domRect,engineRender.DRAWING_OBJECT_LAYER_INDEX),floatDomParam.allowTransform!==!1&&scene.attachTransformerTo(domRect);const map3=this._ensureMap(unitId2,subUnitId2),disposableCollection=new core.DisposableCollection,viewMain=scene.getMainViewport(),boundsOfViewArea={top:0,left:viewMain.left,bottom:viewMain.bottom,right:viewMain.right},floatDomInfo={dispose:disposableCollection,rect:domRect,unitId:unitId2,subUnitId:subUnitId2,boundsOfViewArea,domAnchor:domLayoutParam,scrollDirectionResponse:"HORIZONTAL"},initedPosition=calcPosition(domRect,renderObject2.renderUnit,skeleton.skeleton,target2.worksheet,floatDomInfo),position$=new rxjs.BehaviorSubject(initedPosition);floatDomInfo.position$=position$;let floatDomCfg={position$,id:drawingId,componentKey:floatDomParam.componentKey,onPointerDown:__name(()=>{},"onPointerDown"),onPointerMove:__name(()=>{},"onPointerMove"),onPointerUp:__name(()=>{},"onPointerUp"),onWheel:__name(evt=>{canvas.dispatchEvent(new WheelEvent(evt.type,evt))},"onWheel"),props:(_d2=(_c2=map3.get(drawingId))==null?void 0:_c2.props)!=null?_d2:this._getFloatDomProps(drawingId),data:data2,unitId:unitId2};config.eventPassThrough&&(floatDomCfg={...floatDomCfg,onPointerDown:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerDown"),onPointerMove:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerMove"),onPointerUp:__name(evt=>{canvas.dispatchEvent(new PointerEvent(evt.type,evt))},"onPointerUp")}),this._canvasFloatDomService.addFloatDom(floatDomCfg);const listener=domRect.onTransformChange$.subscribeEvent(()=>{const newPosition=calcPosition(domRect,renderObject2.renderUnit,skeleton.skeleton,target2.worksheet,floatDomInfo);position$.next(newPosition)});this.disposeWithMe(rangePos$.subscribe(newHeaderPos=>{const calcOffsetPos2=calcDomPositionByAnchor({rotate:0,startX:newHeaderPos.startX,startY:0,endX:newHeaderPos.endX,endY:newHeaderPos.endY,width:domLayoutParam.width,height:domLayoutParam.height,absolute:{left:rangePosition.absolute.left,top:rangePosition.absolute.top}},domLayoutParam),rectShapeKey2=drawing.getDrawingShapeKeyByDrawingSearch({unitId:unitId2,subUnitId:subUnitId2,drawingId}),newRect=new engineRender.Rect(rectShapeKey2,{left:calcOffsetPos2.startX,top:0,width:domLayoutParam.width,height:domLayoutParam.height,zIndex:this._drawingManagerService.getDrawingOrder(unitId2,subUnitId2).length-1}),newPos=calcPosition(newRect,renderObject2.renderUnit,skeleton.skeleton,target2.worksheet,floatDomInfo);position$.next(newPos)}));const skm=(_e2=this._renderManagerService.getRenderById(unitId2))==null?void 0:_e2.with(sheetsUi.SheetSkeletonManagerService);skm==null||skm.currentSkeleton$.subscribe(skeleton2=>{skeleton2&&skeletonParam.sheetId!==skeleton2.sheetId&&this._removeDom(id,!0)}),disposableCollection.add(()=>{this._canvasFloatDomService.removeFloatDom(drawingId)}),listener&&disposableCollection.add(listener),this._domLayerInfoMap.set(drawingId,floatDomInfo),map3.set(drawingId,{...map3.get(drawingId)})}return{id,dispose:__name(()=>{this._removeDom(id,!0)},"dispose")}}_createRangePositionObserver(range,currentRender,skeleton){let{startRow,startColumn}=range;const topLeftCoord=calcCellPositionByCell(startRow,startColumn,skeleton),topLeftPos$=new rxjs.BehaviorSubject(topLeftCoord),rightBottomCoord=calcCellPositionByCell(range.endRow,range.endColumn,skeleton),rightBottomPos$=new rxjs.BehaviorSubject(rightBottomCoord),updatePosition=__name(()=>{const topLeftCoord2=calcCellPositionByCell(startRow,startColumn,skeleton),rightBottomCoord2=calcCellPositionByCell(range.endRow,range.endColumn,skeleton);topLeftPos$.next(topLeftCoord2),rightBottomPos$.next(rightBottomCoord2)},"updatePosition"),disposable=new core.DisposableCollection;disposable.add(currentRender.engine.clientRect$.subscribe(()=>updatePosition())),disposable.add(this._commandService.onCommandExecuted(commandInfo=>{if(commandInfo.id===sheets.SetWorksheetRowAutoHeightMutation.id&&commandInfo.params.rowsAutoHeightInfo.findIndex(item=>item.row===startRow)>-1){updatePosition();return}(sheets.COMMAND_LISTENER_SKELETON_CHANGE.indexOf(commandInfo.id)>-1||commandInfo.id===sheetsUi.SetScrollOperation.id||commandInfo.id===sheetsUi.SetZoomRatioOperation.id)&&updatePosition()}));const updateRowCol=__name((newRow,newCol)=>{startRow=newRow,startColumn=newCol,updatePosition()},"updateRowCol"),genPosition=__name(()=>({rotate:0,width:rightBottomCoord.right-topLeftCoord.left,height:rightBottomCoord.bottom-topLeftCoord.top,absolute:{left:!0,top:!0},startX:topLeftCoord.left,startY:topLeftCoord.top,endX:rightBottomCoord.right,endY:rightBottomCoord.bottom}),"genPosition"),position$=topLeftPos$.pipe(rxjs.map(topLeft=>{const rightBottomCoord2=calcCellPositionByCell(range.endRow,range.endColumn,skeleton);return{rotate:0,width:rightBottomCoord2.right-topLeft.left,height:rightBottomCoord2.bottom-topLeft.top,absolute:{left:!0,top:!0},startX:topLeft.left,startY:topLeft.top,endX:rightBottomCoord2.right,endY:rightBottomCoord2.bottom}})),position=genPosition();return{position$,position,updateRowCol,topLeftPos$,rightBottomPos$,disposable}}},__name(_l,"SheetCanvasFloatDomManagerService"),_l),exports2.SheetCanvasFloatDomManagerService=__decorateClass$1([__decorateParam$1(0,core.Inject(engineRender.IRenderManagerService)),__decorateParam$1(1,core.IUniverInstanceService),__decorateParam$1(2,core.Inject(core.ICommandService)),__decorateParam$1(3,drawing.IDrawingManagerService),__decorateParam$1(4,core.Inject(ui.CanvasFloatDomService)),__decorateParam$1(5,sheetsDrawing.ISheetDrawingService),__decorateParam$1(6,core.Inject(core.LifecycleService))],exports2.SheetCanvasFloatDomManagerService);function calcCellPositionByCell(row,col,skeleton){const primaryWithCoord=skeleton.getCellWithCoordByIndex(row,col),cellInfo=primaryWithCoord.isMergedMainCell?primaryWithCoord.mergeInfo:primaryWithCoord;return{left:cellInfo.startX,right:cellInfo.endX,top:cellInfo.startY,bottom:cellInfo.endY}}__name(calcCellPositionByCell,"calcCellPositionByCell");function calcDomPositionByAnchor(rangePosition,domAnchor,scale){var _a2,_b2;scale=scale!=null?scale:1;const rangeWidth=rangePosition.endX-rangePosition.startX,rangeHeight=rangePosition.endY-rangePosition.startY,domWidth=(_a2=domAnchor==null?void 0:domAnchor.width)!=null?_a2:rangeWidth,domHeight=(_b2=domAnchor==null?void 0:domAnchor.height)!=null?_b2:rangeHeight;let domLeft=0,domTop=0;if(domAnchor){if(domAnchor.horizonOffsetAlign==="right"){const offsetX=calculateOffset(domAnchor.marginX,rangeWidth*scale);domLeft=rangePosition.endX-offsetX-domWidth}else domLeft=rangePosition.startX+calculateOffset(domAnchor.marginX,rangeWidth);if(domAnchor.verticalOffsetAlign==="bottom"){const offsetY=calculateOffset(domAnchor.marginY,rangeHeight*scale);domTop=rangePosition.endY-offsetY-domHeight}else domTop=rangePosition.startY+calculateOffset(domAnchor.marginY,rangeHeight)}return{rotate:0,startX:domLeft,startY:domTop,endX:rangePosition.endX,endY:rangePosition.endY,width:domWidth,height:domHeight,absolute:{left:rangePosition.absolute.left,top:rangePosition.absolute.top}}}__name(calcDomPositionByAnchor,"calcDomPositionByAnchor");function calculateOffset(value,rangeWidth){if(value===void 0)return 0;if(typeof value=="number")return value;const percentage=Number.parseFloat(value);return rangeWidth*percentage/100}__name(calculateOffset,"calculateOffset");var __defProp2=Object.defineProperty,__getOwnPropDesc=Object.getOwnPropertyDescriptor,__defNormalProp2=__name((obj,key,value)=>key in obj?__defProp2(obj,key,{enumerable:!0,configurable:!0,writable:!0,value}):obj[key]=value,"__defNormalProp"),__decorateClass=__name((decorators,target,key,kind)=>{for(var result=kind>1?void 0:kind?__getOwnPropDesc(target,key):target,i=decorators.length-1,decorator;i>=0;i--)(decorator=decorators[i])&&(result=(kind?decorator(target,key,result):decorator(result))||result);return kind&&result&&__defProp2(target,key,result),result},"__decorateClass"),__decorateParam=__name((index,decorator)=>(target,key)=>decorator(target,key,index),"__decorateParam"),__publicField2=__name((obj,key,value)=>__defNormalProp2(obj,typeof key!="symbol"?key+"":key,value),"__publicField");const PLUGIN_NAME="SHEET_IMAGE_UI_PLUGIN";exports2.UniverSheetsDrawingUIPlugin=(_m=class extends core.Plugin{constructor(_config=defaultPluginConfig,_injector,_renderManagerService,_configService){super(),this._config=_config,this._injector=_injector,this._renderManagerService=_renderManagerService,this._configService=_configService;const{menu,...rest}=core.merge({},defaultPluginConfig,this._config);menu&&this._configService.setConfig("menu",menu,{merge:!0}),this._configService.setConfig(SHEETS_DRAWING_UI_PLUGIN_CONFIG_KEY,rest)}onStarting(){core.registerDependencies(this._injector,[[exports2.SheetCanvasFloatDomManagerService],[SheetDrawingUIController],[DrawingPopupMenuController],[SheetDrawingPrintingController],[SheetDrawingPermissionController],[SheetsDrawingCopyPasteController],[SheetCellImageController],[SheetCellImageHoverController],[SheetCellImageAutofillController]]),core.touchDependencies(this._injector,[[exports2.SheetCanvasFloatDomManagerService]])}onReady(){core.touchDependencies(this._injector,[[SheetsDrawingCopyPasteController]])}onRendered(){this._registerRenderModules(),core.touchDependencies(this._injector,[[SheetDrawingPermissionController],[SheetDrawingPrintingController],[SheetDrawingUIController],[SheetCellImageController],[SheetCellImageHoverController],[SheetCellImageAutofillController]])}onSteady(){this._injector.get(DrawingPopupMenuController)}_registerRenderModules(){[[SheetDrawingUpdateController],[SheetDrawingTransformAffectedController],[SheetsDrawingRenderController]].forEach(m=>{this.disposeWithMe(this._renderManagerService.registerRenderModule(core.UniverInstanceType.UNIVER_SHEET,m))})}},__name(_m,"UniverSheetsDrawingUIPlugin"),_m),__publicField2(exports2.UniverSheetsDrawingUIPlugin,"type",core.UniverInstanceType.UNIVER_SHEET),__publicField2(exports2.UniverSheetsDrawingUIPlugin,"pluginName",PLUGIN_NAME),exports2.UniverSheetsDrawingUIPlugin=__decorateClass([core.DependentOn(drawing.UniverDrawingPlugin,docsDrawing.UniverDocsDrawingPlugin,drawingUi.UniverDrawingUIPlugin,sheetsDrawing.UniverSheetsDrawingPlugin),__decorateParam(1,core.Inject(core.Injector)),__decorateParam(2,engineRender.IRenderManagerService),__decorateParam(3,core.IConfigService)],exports2.UniverSheetsDrawingUIPlugin),exports2.ClearSheetDrawingTransformerOperation=ClearSheetDrawingTransformerOperation,exports2.DeleteDrawingsCommand=DeleteDrawingsCommand,exports2.EditSheetDrawingOperation=EditSheetDrawingOperation,exports2.GroupSheetDrawingCommand=GroupSheetDrawingCommand,exports2.InsertFloatImageCommand=InsertFloatImageCommand,exports2.InsertSheetDrawingCommand=InsertSheetDrawingCommand,exports2.MoveDrawingsCommand=MoveDrawingsCommand,exports2.RemoveSheetDrawingCommand=RemoveSheetDrawingCommand,exports2.SHEETS_IMAGE_MENU_ID=SHEETS_IMAGE_MENU_ID,exports2.SetDrawingArrangeCommand=SetDrawingArrangeCommand,exports2.SetSheetDrawingCommand=SetSheetDrawingCommand,exports2.SidebarSheetDrawingOperation=SidebarSheetDrawingOperation,exports2.UngroupSheetDrawingCommand=UngroupSheetDrawingCommand,Object.defineProperty(exports2,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(b,l){typeof exports=="object"&&typeof module<"u"?l(exports,require("@univerjs/core"),require("@univerjs/docs-drawing"),require("@univerjs/drawing"),require("@univerjs/drawing-ui"),require("@univerjs/engine-render"),require("@univerjs/sheets-drawing"),require("@univerjs/sheets-ui"),require("@univerjs/ui"),require("rxjs"),require("@univerjs/sheets"),require("react"),require("@univerjs/docs-ui"),require("@univerjs/design")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","@univerjs/docs-drawing","@univerjs/drawing","@univerjs/drawing-ui","@univerjs/engine-render","@univerjs/sheets-drawing","@univerjs/sheets-ui","@univerjs/ui","rxjs","@univerjs/sheets","react","@univerjs/docs-ui","@univerjs/design"],l):(b=typeof globalThis<"u"?globalThis:b||self,l(b.UniverSheetsDrawingUi={},b.UniverCore,b.UniverDocsDrawing,b.UniverDrawing,b.UniverDrawingUi,b.UniverEngineRender,b.UniverSheetsDrawing,b.UniverSheetsUi,b.UniverUi,b.rxjs,b.UniverSheets,b.React,b.UniverDocsUi,b.UniverDesign))})(this,function(b,l,Se,P,ge,N,f,A,V,k,v,q,bt,ne){"use strict";var cr=Object.defineProperty;var dr=(b,l,Se)=>l in b?cr(b,l,{enumerable:!0,configurable:!0,writable:!0,value:Se}):b[l]=Se;var Z=(b,l,Se)=>dr(b,typeof l!="symbol"?l+"":l,Se);const Xt="sheets-drawing-ui.config",Et={},$={id:"sheet.operation.clear-drawing-transformer",type:l.CommandType.MUTATION,handler:(i,r)=>{const n=i.get(N.IRenderManagerService);return r.forEach(e=>{var t,o;(o=(t=n.getRenderById(e))==null?void 0:t.scene.getTransformer())==null||o.debounceRefreshControls()}),!0}},Ee={id:"sheet.command.remove-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{var C,M,R;const n=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),t=i.get(v.SheetInterceptorService),o=i.get(f.ISheetDrawingService);if(!r)return!1;const{drawings:a}=r,s=[];a.forEach(D=>{const{unitId:T}=D;s.push(T)});const d=o.getBatchRemoveOp(a),{unitId:m,subUnitId:u,undo:c,redo:h,objects:g}=d,p=t.onCommandExecute({id:Ee.id,params:r}),S={id:f.SetDrawingApplyMutation.id,params:{unitId:m,subUnitId:u,op:h,objects:g,type:f.DrawingApplyType.REMOVE}},w={id:f.SetDrawingApplyMutation.id,params:{unitId:m,subUnitId:u,op:c,objects:g,type:f.DrawingApplyType.INSERT}};return l.sequenceExecute([...(C=p.preRedos)!=null?C:[],S,...p.redos],n)?(e.pushUndoRedo({unitID:m,undoMutations:[...(M=p.preUndos)!=null?M:[],w,...p.undos,{id:$.id,params:s}],redoMutations:[...(R=p.preRedos)!=null?R:[],S,...p.redos,{id:$.id,params:s}]}),!0):!1}},Ot="COMPONENT_SHEET_DRAWING_PANEL",gt={id:"sidebar.operation.sheet-image",type:l.CommandType.COMMAND,handler:async(i,r)=>{const n=i.get(V.ISidebarService),e=i.get(l.LocaleService),t=i.get(l.IUniverInstanceService),o=i.get(l.ICommandService);if(!v.getSheetCommandTarget(t))return!1;switch(r.value){case"open":n.open({header:{title:e.t("sheetImage.panel.title")},children:{label:Ot},onClose:()=>{o.syncExecuteCommand(P.SetDrawingSelectedOperation.id,[])},width:360});break;case"close":default:n.close();break}return!0}},ht={id:"sheet.operation.edit-sheet-image",type:l.CommandType.OPERATION,handler:(i,r)=>{const n=i.get(l.ICommandService);return r==null?!1:(n.syncExecuteCommand(P.SetDrawingSelectedOperation.id,[r]),n.executeCommand(gt.id,{value:"open"}),!0)}};var mt={exports:{}},Oe={};/**
|
|
2
|
+
* @license React
|
|
3
|
+
* react-jsx-runtime.production.min.js
|
|
4
|
+
*
|
|
5
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the MIT license found in the
|
|
8
|
+
* LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/var Pt;function xt(){if(Pt)return Oe;Pt=1;var i=q,r=Symbol.for("react.element"),n=Symbol.for("react.fragment"),e=Object.prototype.hasOwnProperty,t=i.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,o={key:!0,ref:!0,__self:!0,__source:!0};function a(s,d,m){var u,c={},h=null,g=null;m!==void 0&&(h=""+m),d.key!==void 0&&(h=""+d.key),d.ref!==void 0&&(g=d.ref);for(u in d)e.call(d,u)&&!o.hasOwnProperty(u)&&(c[u]=d[u]);if(s&&s.defaultProps)for(u in d=s.defaultProps,d)c[u]===void 0&&(c[u]=d[u]);return{$$typeof:r,type:s,key:h,ref:g,props:c,_owner:t.current}}return Oe.Fragment=n,Oe.jsx=a,Oe.jsxs=a,Oe}var At;function Kt(){return At||(At=1,mt.exports=xt()),mt.exports}var X=Kt();const Le={uploadLoading:"univer-upload-loading",uploadLoadingBody:"univer-upload-loading-body",uploadLoadingBodyAnimation:"univer-upload-loading-body-animation",univerCircleAnimation:"univer-UniverCircleAnimation",uploadLoadingBodyText:"univer-upload-loading-body-text"},zt=()=>{const i=l.useDependency(P.IImageIoService),r=l.useDependency(l.LocaleService),[n,e]=q.useState(0);return q.useEffect(()=>{const t=i.change$.subscribe(o=>{e(o)});return()=>{t.unsubscribe()}},[i]),X.jsx("div",{style:{display:n>0?"block":"none"},className:Le.uploadLoading,children:X.jsxs("div",{className:Le.uploadLoadingBody,children:[X.jsx("div",{className:Le.uploadLoadingBodyAnimation}),X.jsx("div",{className:Le.uploadLoadingBodyText,children:`${r.t("uploadLoading.loading")}: ${n}`})]})})};var Jt=Object.defineProperty,Zt=Object.getOwnPropertyDescriptor,qt=(i,r,n,e)=>{for(var t=e>1?void 0:e?Zt(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&Jt(r,n,t),t},he=(i,r)=>(n,e)=>r(n,e,i);let Ge=class extends l.RxDisposable{constructor(r,n,e,t,o,a,s,d){super();Z(this,"_initImagePopupMenu",new Set);this._injector=r,this._drawingManagerService=n,this._canvasPopManagerService=e,this._renderManagerService=t,this._univerInstanceService=o,this._contextService=a,this._uiPartsService=s,this._commandService=d,this._init()}_init(){this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET).pipe(k.takeUntil(this.dispose$)).subscribe(r=>this._create(r)),this._univerInstanceService.getTypeOfUnitDisposed$(l.UniverInstanceType.UNIVER_SHEET).pipe(k.takeUntil(this.dispose$)).subscribe(r=>this._dispose(r)),this._univerInstanceService.getAllUnitsForType(l.UniverInstanceType.UNIVER_SHEET).forEach(r=>this._create(r)),this._uiPartsService.registerComponent(V.BuiltInUIPart.CONTENT,()=>l.connectInjector(zt,this._injector))}_dispose(r){const n=r.getUnitId();this._renderManagerService.removeRender(n)}_create(r){if(!r)return;const n=r.getUnitId();this._renderManagerService.has(n)&&!this._initImagePopupMenu.has(n)&&(this._popupMenuListener(n),this._initImagePopupMenu.add(n))}_hasCropObject(r){const n=r.getAllObjectsByOrder();for(const e of n)if(e instanceof ge.ImageCropperObject)return!0;return!1}_popupMenuListener(r){var o;const n=(o=this._renderManagerService.getRenderById(r))==null?void 0:o.scene;if(!n)return;const e=n.getTransformerByCreate();if(!e)return;let t;this.disposeWithMe(l.toDisposable(e.createControl$.subscribe(()=>{if(this._contextService.setContextValue(l.FOCUSING_COMMON_DRAWINGS,!0),this._hasCropObject(n))return;const a=e.getSelectedObjectMap();if(a.size>1){t==null||t.dispose();return}const s=a.values().next().value;if(!s)return;const d=s.oKey,m=this._drawingManagerService.getDrawingOKey(d);if(!m)return;const{unitId:u,subUnitId:c,drawingId:h,drawingType:g}=m,p=m.data;if(p&&p.disablePopup)return;t==null||t.dispose();const S=this._canvasPopManagerService.getFeatureMenu(u,c,h,g);t=this.disposeWithMe(this._canvasPopManagerService.attachPopupToObject(s,{componentKey:ge.COMPONENT_IMAGE_POPUP_MENU,direction:"horizontal",offset:[2,0],extraProps:{menuItems:S||this._getImageMenuItems(u,c,h,g)}}))}))),this.disposeWithMe(e.clearControl$.subscribe(()=>{t==null||t.dispose(),this._contextService.setContextValue(l.FOCUSING_COMMON_DRAWINGS,!1),this._commandService.syncExecuteCommand(P.SetDrawingSelectedOperation.id,[])})),this.disposeWithMe(this._contextService.contextChanged$.subscribe(a=>{a[l.FOCUSING_COMMON_DRAWINGS]===!1&&(t==null||t.dispose())})),this.disposeWithMe(e.changing$.subscribe(()=>{t==null||t.dispose()}))}_getImageMenuItems(r,n,e,t){return[{label:"image-popup.edit",index:0,commandId:ht.id,commandParams:{unitId:r,subUnitId:n,drawingId:e},disable:t===l.DrawingTypeEnum.DRAWING_DOM},{label:"image-popup.delete",index:1,commandId:Ee.id,commandParams:{unitId:r,drawings:[{unitId:r,subUnitId:n,drawingId:e}]},disable:!1},{label:"image-popup.crop",index:2,commandId:ge.OpenImageCropOperation.id,commandParams:{unitId:r,subUnitId:n,drawingId:e},disable:t===l.DrawingTypeEnum.DRAWING_DOM},{label:"image-popup.reset",index:3,commandId:ge.ImageResetSizeOperation.id,commandParams:[{unitId:r,subUnitId:n,drawingId:e}],disable:t===l.DrawingTypeEnum.DRAWING_DOM}]}};Ge=qt([he(0,l.Inject(l.Injector)),he(1,P.IDrawingManagerService),he(2,l.Inject(A.SheetCanvasPopManagerService)),he(3,N.IRenderManagerService),he(4,l.IUniverInstanceService),he(5,l.IContextService),he(6,l.Inject(V.IUIPartsService)),he(7,l.ICommandService)],Ge);function x(i,r,n){const{from:e,to:t,flipY:o=!1,flipX:a=!1,angle:s=0,skewX:d=0,skewY:m=0}=i,u=n.getCurrent();if(u==null)return;const c=A.convertPositionSheetOverGridToAbsolute(u.unitId,u.sheetId,{from:e,to:t},n);let{left:h,top:g,width:p,height:S}=c;const w=n.getCurrentSkeleton(),_=w.rowHeaderWidth+w.columnTotalWidth,C=w.columnHeaderHeight+w.rowTotalHeight;return h+p>_&&(h=_-p),g+S>C&&(g=C-S),{flipY:o,flipX:a,angle:s,skewX:d,skewY:m,left:h,top:g,width:p,height:S}}function H(i,r){const{left:n=0,top:e=0,width:t=0,height:o=0,flipY:a=!1,flipX:s=!1,angle:d=0,skewX:m=0,skewY:u=0}=i,c=r.getCellWithCoordByOffset(n,e);if(c==null)return;const h={column:c.actualColumn,columnOffset:N.precisionTo(n-c.startX,1),row:c.actualRow,rowOffset:N.precisionTo(e-c.startY,1)},g=r.getCellWithCoordByOffset(n+t,e+o);if(g==null)return;const p={column:g.actualColumn,columnOffset:N.precisionTo(n+t-g.startX,1),row:g.actualRow,rowOffset:N.precisionTo(e+o-g.startY,1)};return{flipY:a,flipX:s,angle:d,skewX:m,skewY:u,from:h,to:p}}var Qt=Object.defineProperty,en=Object.getOwnPropertyDescriptor,tn=(i,r,n,e)=>{for(var t=e>1?void 0:e?en(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&Qt(r,n,t),t},Ye=(i,r)=>(n,e)=>r(n,e,i);let pt=class extends l.Disposable{constructor(i,r,n,e,t){super(),this._context=i,this._sheetDrawingService=r,this._drawingManagerService=n,this._sheetSelectionRenderService=e,this._sheetSkeletonManagerService=t,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 n=i[r];for(const e in n.data){const t=n.data[e];t.transform=x(t.sheetTransform,this._sheetSelectionRenderService,this._sheetSkeletonManagerService)}}this._drawingManagerService.registerDrawingData(this._context.unitId,this._sheetDrawingService.getDrawingDataForUnit(this._context.unitId)),this._drawingManagerService.initializeNotification(this._context.unitId)}};pt=tn([Ye(1,f.ISheetDrawingService),Ye(2,P.IDrawingManagerService),Ye(3,l.Inject(A.ISheetSelectionRenderService)),Ye(4,l.Inject(A.SheetSkeletonManagerService))],pt);function nn(i){const r=[];return i.forEach(n=>{const{parent:e,children:t}=n,{unitId:o,subUnitId:a,drawingId:s}=e,d=N.getGroupState(0,0,t.map(c=>c.transform||{})),m=t.map(c=>{const h=c.transform||{left:0,top:0},{unitId:g,subUnitId:p,drawingId:S}=c;return{unitId:g,subUnitId:p,drawingId:S,transform:{...h,left:h.left-d.left,top:h.top-d.top},groupId:s}}),u={unitId:o,subUnitId:a,drawingId:s,drawingType:l.DrawingTypeEnum.DRAWING_GROUP,transform:d};r.push({parent:u,children:m})}),r}function rn(i){const r=[];return i.forEach(n=>{const{parent:e,children:t}=n,{unitId:o,subUnitId:a,drawingId:s,transform:d={width:0,height:0}}=e;if(d==null)return;const m=t.map(c=>{const{transform:h}=c,{unitId:g,subUnitId:p,drawingId:S}=c,w=N.transformObjectOutOfGroup(h||{},d,d.width||0,d.height||0);return{unitId:g,subUnitId:p,drawingId:S,transform:w,groupId:void 0}}),u={unitId:o,subUnitId:a,drawingId:s,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 n=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),t=i.get(f.ISheetDrawingService);if(!r)return!1;const o=[];r.forEach(({parent:g,children:p})=>{o.push(g.unitId),p.forEach(S=>{o.push(S.unitId)})});const a=t.getGroupDrawingOp(r),{unitId:s,subUnitId:d,undo:m,redo:u,objects:c}=a;return n.syncExecuteCommand(f.SetDrawingApplyMutation.id,{op:u,unitId:s,subUnitId:d,objects:c,type:f.DrawingApplyType.GROUP})?(e.pushUndoRedo({unitID:s,undoMutations:[{id:f.SetDrawingApplyMutation.id,params:{op:m,unitId:s,subUnitId:d,objects:rn(c),type:f.DrawingApplyType.UNGROUP}},{id:$.id,params:o}],redoMutations:[{id:f.SetDrawingApplyMutation.id,params:{op:u,unitId:s,subUnitId:d,objects:c,type:f.DrawingApplyType.GROUP}},{id:$.id,params:o}]}),!0):!1}},Pe={id:"sheet.command.insert-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{var C,M,R;const n=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),t=i.get(f.ISheetDrawingService),o=i.get(v.SheetInterceptorService);if(!r)return!1;const a=r.drawings,s=a.map(D=>D.unitId),d=t.getBatchAddOp(a),{unitId:m,subUnitId:u,undo:c,redo:h,objects:g}=d,p=o.onCommandExecute({id:Pe.id,params:r}),S={id:f.SetDrawingApplyMutation.id,params:{op:h,unitId:m,subUnitId:u,objects:g,type:f.DrawingApplyType.INSERT}},w={id:f.SetDrawingApplyMutation.id,params:{op:c,unitId:m,subUnitId:u,objects:g,type:f.DrawingApplyType.REMOVE}};return l.sequenceExecute([...(C=p.preRedos)!=null?C:[],S,...p.redos],n)?(e.pushUndoRedo({unitID:m,undoMutations:[...(M=p.preUndos)!=null?M:[],w,...p.undos,{id:$.id,params:s}],redoMutations:[...(R=p.preRedos)!=null?R:[],S,...p.redos,{id:$.id,params:s}]}),!0):!1}},St={id:"sheet.command.set-drawing-arrange",type:l.CommandType.COMMAND,handler:(i,r)=>{const n=i.get(l.ICommandService),e=i.get(l.IUndoRedoService);if(!r)return!1;const t=i.get(f.ISheetDrawingService),{unitId:o,subUnitId:a,drawingIds:s,arrangeType:d}=r,m={unitId:o,subUnitId:a,drawingIds:s};let u;if(d===l.ArrangeTypeEnum.forward?u=t.getForwardDrawingsOp(m):d===l.ArrangeTypeEnum.backward?u=t.getBackwardDrawingOp(m):d===l.ArrangeTypeEnum.front?u=t.getFrontDrawingsOp(m):d===l.ArrangeTypeEnum.back&&(u=t.getBackDrawingsOp(m)),u==null)return!1;const{objects:c,redo:h,undo:g}=u;return n.syncExecuteCommand(f.SetDrawingApplyMutation.id,{op:h,unitId:o,subUnitId:a,objects:c,type:f.DrawingApplyType.ARRANGE})?(e.pushUndoRedo({unitID:o,undoMutations:[{id:f.SetDrawingApplyMutation.id,params:{op:g,unitId:o,subUnitId:a,objects:c,type:f.DrawingApplyType.ARRANGE}}],redoMutations:[{id:f.SetDrawingApplyMutation.id,params:{op:h,unitId:o,subUnitId:a,objects:c,type:f.DrawingApplyType.ARRANGE}}]}),!0):!1}},Ae={id:"sheet.command.set-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{const n=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),t=i.get(f.ISheetDrawingService);if(!r)return!1;const{drawings:o}=r,a=t.getBatchUpdateOp(o),{unitId:s,subUnitId:d,undo:m,redo:u,objects:c}=a;return n.syncExecuteCommand(f.SetDrawingApplyMutation.id,{unitId:s,subUnitId:d,op:u,objects:c,type:f.DrawingApplyType.UPDATE})?(e.pushUndoRedo({unitID:s,undoMutations:[{id:f.SetDrawingApplyMutation.id,params:{unitId:s,subUnitId:d,op:m,objects:c,type:f.DrawingApplyType.UPDATE}},{id:$.id,params:[s]}],redoMutations:[{id:f.SetDrawingApplyMutation.id,params:{unitId:s,subUnitId:d,op:u,objects:c,type:f.DrawingApplyType.UPDATE}},{id:$.id,params:[s]}]}),!0):!1}},wt={id:"sheet.command.ungroup-sheet-image",type:l.CommandType.COMMAND,handler:(i,r)=>{const n=i.get(l.ICommandService),e=i.get(l.IUndoRedoService),t=i.get(f.ISheetDrawingService);if(!r)return!1;const o=[];r.forEach(({parent:g,children:p})=>{o.push(g.unitId),p.forEach(S=>{o.push(S.unitId)})});const a=t.getUngroupDrawingOp(r),{unitId:s,subUnitId:d,undo:m,redo:u,objects:c}=a;return n.syncExecuteCommand(f.SetDrawingApplyMutation.id,{op:u,unitId:s,subUnitId:d,objects:c,type:f.DrawingApplyType.UNGROUP})?(e.pushUndoRedo({unitID:s,undoMutations:[{id:f.SetDrawingApplyMutation.id,params:{op:m,unitId:s,subUnitId:d,objects:nn(c),type:f.DrawingApplyType.GROUP}},{id:$.id,params:o}],redoMutations:[{id:f.SetDrawingApplyMutation.id,params:{op:u,unitId:s,subUnitId:d,objects:c,type:f.DrawingApplyType.UNGROUP}},{id:$.id,params:o}]}),!0):!1}};var on=Object.defineProperty,an=Object.getOwnPropertyDescriptor,sn=(i,r,n,e)=>{for(var t=e>1?void 0:e?an(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&on(r,n,t),t},Q=(i,r)=>(n,e)=>r(n,e,i);function cn(i,r,n){const e=n*Math.PI/180,t=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:t,rotatedHeight:o}}function Ut(i,r,n,e,t){var C;const{rotatedHeight:o,rotatedWidth:a}=cn(n,e,t),d=i.get(N.IRenderManagerService).getRenderById(r.unitId);if(!d)return!1;const u=(C=d.with(A.SheetSkeletonManagerService).getWorksheetSkeleton(r.subUnitId))==null?void 0:C.skeleton;if(u==null)return!1;const c=u.getCellByIndex(r.row,r.col),h=c.mergeInfo.endX-c.mergeInfo.startX-2,g=c.mergeInfo.endY-c.mergeInfo.startY-2,p=a/o,w=Math.ceil(Math.min(h,g*p))/a,_=!w||Number.isNaN(w)?.001:w;return{width:n*_,height:e*_}}let Ue=class extends l.Disposable{constructor(r,n,e,t,o,a,s,d,m,u,c,h,g){super();Z(this,"_workbookSelections");this._context=r,this._skeletonManagerService=n,this._commandService=e,this._selectionRenderService=t,this._imageIoService=o,this._fileOpenerService=a,this._sheetDrawingService=s,this._drawingManagerService=d,this._contextService=m,this._messageService=u,this._localeService=c,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:P.DRAWING_IMAGE_ALLOW_IMAGE_LIST.map(e=>`.${e.replace("image/","")}`).join(",")}),n=r.length;return n>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):n===0?!1:(r.forEach(async e=>await this._insertFloatImage(e)),!0)}async insertCellImage(){const n=(await this._fileOpenerService.openFile({multiple:!1,accept:P.DRAWING_IMAGE_ALLOW_IMAGE_LIST.map(e=>`.${e.replace("image/","")}`).join(",")}))[0];return n?(await this._insertCellImage(n),!0):!1}async _insertFloatImage(r){let n;try{n=await this._imageIoService.saveImage(r)}catch(C){const M=C.message;M===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)))}):M===P.ImageUploadStatusType.ERROR_IMAGE_TYPE?this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.invalidImageType")}):M===P.ImageUploadStatusType.ERROR_IMAGE&&this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.invalidImage")})}if(n==null)return;const e=this._getUnitInfo(),{unitId:t,subUnitId:o}=e,{imageId:a,imageSourceType:s,source:d,base64Cache:m}=n,{width:u,height:c,image:h}=await P.getImageSize(m||""),{width:g,height:p}=this._context.scene;this._imageIoService.addImageSourceCache(d,s,h);let S=1;if(u>P.DRAWING_IMAGE_WIDTH_LIMIT||c>P.DRAWING_IMAGE_HEIGHT_LIMIT){const C=P.DRAWING_IMAGE_WIDTH_LIMIT/u,M=P.DRAWING_IMAGE_HEIGHT_LIMIT/c;S=Math.max(C,M)}const w=this._getImagePosition(u*S,c*S,g,p);if(w==null)return;const _={unitId:t,subUnitId:o,drawingId:a,drawingType:l.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType:s,source:d,transform:x(w,this._selectionRenderService,this._skeletonManagerService),sheetTransform:w};this._commandService.executeCommand(Pe.id,{unitId:t,drawings:[_]})}async _insertCellImage(r){let n;try{n=await this._imageIoService.saveImage(r)}catch(w){const _=w.message;_===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)))}):_===P.ImageUploadStatusType.ERROR_IMAGE_TYPE?this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.invalidImageType")}):_===P.ImageUploadStatusType.ERROR_IMAGE&&this._messageService.show({type:ne.MessageType.Error,content:this._localeService.t("update-status.invalidImage")})}if(n==null)return;const{imageId:e,imageSourceType:t,source:o,base64Cache:a}=n,{width:s,height:d,image:m}=await P.getImageSize(a||"");this._imageIoService.addImageSourceCache(o,t,m);const u=this._workbookSelections.getCurrentLastSelection();if(!u)return!1;const c=l.createDocumentModelWithStyle("",{}),h=Ut(this._injector,{unitId:this._context.unitId,subUnitId:this._context.unit.getActiveSheet().getSheetId(),row:u.primary.actualRow,col:u.primary.actualColumn},s,d,0);if(!h)return!1;const g={size:{width:h.width,height:h.height},positionH:{relativeFrom:l.ObjectRelativeFromH.PAGE,posOffset:0},positionV:{relativeFrom:l.ObjectRelativeFromV.PARAGRAPH,posOffset:0},angle:0},p={unitId:c.getUnitId(),subUnitId:c.getUnitId(),drawingId:e,drawingType:l.DrawingTypeEnum.DRAWING_IMAGE,imageSourceType:t,source:o,transform:bt.docDrawingPositionToTransform(g),docTransform:g,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:[p],selection:{collapsed:!0,startOffset:0,endOffset:0}});return S?(c.apply(S),this._commandService.syncExecuteCommand(v.SetRangeValuesCommand.id,{value:{[u.primary.actualRow]:{[u.primary.actualColumn]:{p:c.getSnapshot(),t:1}}}})):!1}_getUnitInfo(){const r=this._context.unit,n=r.getActiveSheet(),e=r.getUnitId(),t=n.getSheetId();return{unitId:e,subUnitId:t}}_getImagePosition(r,n,e,t){const o=this._workbookSelections.getCurrentSelections();let a={startRow:0,endRow:0,startColumn:0,endColumn:0};o&&o.length>0&&(a=o[o.length-1].range);const s=A.attachRangeWithCoord(this._skeletonManagerService.getCurrent().skeleton,a);if(s==null)return;let{startColumn:d,startRow:m,startX:u,startY:c}=s,h=!1;if(u+r>e&&(u=e-r,u<0&&(u=0,r=e),h=!0),c+n>t&&(c=t-n,c<0&&(c=0,n=t),h=!0),h){const w=this._selectionRenderService.getCellWithCoordByOffset(u,c);if(w==null)return;u=w.startX,c=w.startY,d=w.actualColumn,m=w.actualRow}const g={column:d,columnOffset:0,row:m,rowOffset:0},p=this._selectionRenderService.getCellWithCoordByOffset(u+r,c+n);if(p==null)return;const S={column:p.actualColumn,columnOffset:u+r-p.startX,row:p.actualRow,rowOffset:c+n-p.startY};return{from:g,to:S}}_updateOrderListener(){this.disposeWithMe(this._drawingManagerService.featurePluginOrderUpdate$.subscribe(r=>{const{unitId:n,subUnitId:e,drawingIds:t,arrangeType:o}=r;this._commandService.executeCommand(St.id,{unitId:n,subUnitId:e,drawingIds:t,arrangeType:o})}))}_updateImageListener(){this.disposeWithMe(this._drawingManagerService.featurePluginUpdate$.subscribe(r=>{const n=[];r.length!==0&&(r.forEach(e=>{const{unitId:t,subUnitId:o,drawingId:a,drawingType:s,transform:d}=e;if(d==null)return;const m=this._sheetDrawingService.getDrawingByParam({unitId:t,subUnitId:o,drawingId:a});if(m==null||m.unitId!==this._context.unitId)return;const u=H({...m.transform,...d},this._selectionRenderService);if(u==null)return;const c={...e,transform:{...m.transform,...d,...x(u,this._selectionRenderService,this._skeletonManagerService)},sheetTransform:{...u}};n.push(c)}),n.length>0&&this._commandService.executeCommand(Ae.id,{unitId:r[0].unitId,drawings:n}))}))}_groupDrawingListener(){this.disposeWithMe(this._drawingManagerService.featurePluginGroupUpdate$.subscribe(r=>{this._commandService.executeCommand(ft.id,r);const{unitId:n,subUnitId:e,drawingId:t}=r[0].parent;this._commandService.syncExecuteCommand(P.SetDrawingSelectedOperation.id,[{unitId:n,subUnitId:e,drawingId:t}])})),this.disposeWithMe(this._drawingManagerService.featurePluginUngroupUpdate$.subscribe(r=>{this._commandService.executeCommand(wt.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))}))}};Ue=sn([Q(1,l.Inject(A.SheetSkeletonManagerService)),Q(2,l.ICommandService),Q(3,A.ISheetSelectionRenderService),Q(4,P.IImageIoService),Q(5,V.ILocalFileService),Q(6,f.ISheetDrawingService),Q(7,P.IDrawingManagerService),Q(8,l.IContextService),Q(9,V.IMessageService),Q(10,l.Inject(l.LocaleService)),Q(11,l.Inject(v.SheetsSelectionsService)),Q(12,l.Inject(l.Injector))],Ue);var dn=Object.defineProperty,ln=Object.getOwnPropertyDescriptor,un=(i,r,n,e)=>{for(var t=e>1?void 0:e?ln(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&dn(r,n,t),t},we=(i,r)=>(n,e)=>r(n,e,i);function vt(i,r,n){var e,t,o,a;if(((t=(e=n==null?void 0:n.p)==null?void 0:e.body)==null?void 0:t.dataStream.length)===3&&((a=(o=n.p)==null?void 0:o.drawingsOrder)==null?void 0:a.length)===1){const s=n.p.drawings[n.p.drawingsOrder[0]],d=Ut(i,{unitId:r.unitId,subUnitId:r.subUnitId,row:r.row,col:r.col},s.docTransform.size.width,s.docTransform.size.height,s.docTransform.angle);if(d)return s.transform.width=d.width,s.transform.height=d.height,s.docTransform.size.width=d.width,s.docTransform.size.height=d.height,s.transform.left=0,s.transform.top=0,s.docTransform.positionH.posOffset=0,s.docTransform.positionV.posOffset=0,n.p.documentStyle.pageSize.width=1/0,n.p.documentStyle.pageSize.height=1/0,!0}return!1}let Fe=class extends l.Disposable{constructor(i,r,n,e,t,o,a){super(),this._commandService=i,this._sheetInterceptorService=r,this._univerInstanceService=n,this._injector=e,this._drawingManagerService=t,this._docDrawingController=o,this._editorBridgeService=a,this._initHandleResize(),this._handleInitEditor(),this._handleWriteCell(),this._initCellContentInterceptor()}_initHandleResize(){this.disposeWithMe(this._commandService.onCommandExecuted(i=>{let r,n=[];if(i.id===v.SetWorksheetRowHeightMutation.id){const e=i.params;n=e.ranges,r=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===v.SetWorksheetColWidthMutation.id){const e=i.params;n=e.ranges,r=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===v.SetWorksheetRowIsAutoHeightMutation.id){const e=i.params;n=e.ranges,r=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===v.SetWorksheetRowAutoHeightMutation.id){const e=i.params;r=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId}),n=e.rowsAutoHeightInfo.map(t=>({startRow:t.row,endRow:t.row,startColumn:0,endColumn:9999}))}else if(i.id===v.AddWorksheetMergeMutation.id){const e=i.params;n=e.ranges,r=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}else if(i.id===v.RemoveWorksheetMergeMutation.id){const e=i.params;n=e.ranges,r=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId})}r&&n.length&&n.forEach(e=>{const t=l.Range.transformRange(e,r.worksheet);for(let o=t.startRow;o<=t.endRow;o++)for(let a=t.startColumn;a<=t.endColumn;a++)vt(this._injector,{unitId:r.unitId,subUnitId:r.subUnitId,row:o,col:a},r.worksheet.getCellRaw(o,a))})}))}_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===bt.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(v.AFTER_CELL_EDIT,{priority:9999,handler:(i,r,n)=>(vt(this._injector,{unitId:r.unitId,subUnitId:r.subUnitId,row:r.row,col:r.col},i),n(i))}))}_initCellContentInterceptor(){this.disposeWithMe(this._sheetInterceptorService.intercept(v.INTERCEPTOR_POINT.CELL_CONTENT,{effect:l.InterceptorEffectEnum.Style,priority:v.InterceptCellContentPriority.CELL_IMAGE,handler:(i,r,n)=>{var e;return i!=null&&i.p&&((e=i.p.drawingsOrder)!=null&&e.length)&&(i.interceptorStyle||(i.interceptorStyle={}),i.interceptorStyle.tr={a:0}),n(i)}}))}};Fe=un([we(0,l.ICommandService),we(1,l.Inject(v.SheetInterceptorService)),we(2,l.IUniverInstanceService),we(3,l.Inject(l.Injector)),we(4,P.IDrawingManagerService),we(5,l.Inject(Se.DocDrawingController)),we(6,l.Inject(A.IEditorBridgeService))],Fe);var gn=Object.defineProperty,hn=Object.getOwnPropertyDescriptor,mn=(i,r,n,e)=>{for(var t=e>1?void 0:e?hn(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&gn(r,n,t),t},Nt=(i,r)=>(n,e)=>r(n,e,i);let $e=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,n,e)=>{new l.ObjectMatrix(e).forValue((t,o,a)=>{vt(this._injector,{unitId:i.unitId,subUnitId:i.subUnitId,row:t,col:o},a)})}}))}};$e=mn([Nt(0,l.Inject(A.IAutoFillService)),Nt(1,l.Inject(l.Injector))],$e);var pn=Object.defineProperty,fn=Object.getOwnPropertyDescriptor,Sn=(i,r,n,e)=>{for(var t=e>1?void 0:e?fn(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&pn(r,n,t),t},Ve=(i,r)=>(n,e)=>r(n,e,i);let He=class extends l.Disposable{constructor(r,n,e,t){super();Z(this,"_isSetCursor",!1);this._hoverManagerService=r,this._renderManagerService=n,this._selectionsService=e,this._drawingRenderService=t}_initHover(){}_initImageClick(){}};He=Sn([Ve(0,l.Inject(A.HoverManagerService)),Ve(1,l.Inject(N.IRenderManagerService)),Ve(2,l.Inject(v.SheetsSelectionsService)),Ve(3,l.Inject(ge.DrawingRenderService))],He);var wn=Object.defineProperty,vn=Object.getOwnPropertyDescriptor,_n=(i,r,n,e)=>{for(var t=e>1?void 0:e?vn(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&wn(r,n,t),t},_t=(i,r)=>(n,e)=>r(n,e,i);let Xe=class extends l.Disposable{constructor(r,n,e){super();Z(this,"_copyInfo");this._sheetClipboardService=r,this._renderManagerService=n,this._sheetDrawingService=e,this._initCopyPaste()}_initCopyPaste(){this._sheetClipboardService.addClipboardHook({id:"SHEET_IMAGE_UI_PLUGIN",onBeforeCopy:(r,n,e)=>this._collect(r,n,e),onPasteCells:(r,n,e,t)=>{const{copyType:o=A.COPY_TYPE.COPY,pasteType:a}=t,{range:s}=r||{},{range:d,unitId:m,subUnitId:u}=n;return this._generateMutations(d,{copyType:o,pasteType:a,copyRange:s,unitId:m,subUnitId:u})},onPastePlainText:(r,n)=>({undos:[],redos:[]})})}_collect(r,n,e){var h;const t=(h=this._renderManagerService.getRenderById(r))==null?void 0:h.with(A.SheetSkeletonManagerService);if(!t)return;const o=t.attachRangeWithCoord(e);if(!o)return;const{startX:a,endX:s,startY:d,endY:m}=o,u=this._sheetDrawingService.getDrawingData(r,n),c=[];Object.keys(u).forEach(g=>{const p=u[g],{transform:S}=p;if(p.anchorType!==f.SheetDrawingAnchorType.Both||!S)return;const{left:w=0,top:_=0,width:C=0,height:M=0}=S,{drawingStartX:R,drawingEndX:D,drawingStartY:T,drawingEndY:I}={drawingStartX:w,drawingEndX:w+C,drawingStartY:_,drawingEndY:_+M};a<=R&&D<=s&&d<=T&&I<=m&&c.push(p)}),c.length&&(this._copyInfo={drawings:c,unitId:r,subUnitId:n})}_generateMutations(r,n){var G;if(!this._copyInfo)return{redos:[],undos:[]};if([A.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_COL_WIDTH,A.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_VALUE,A.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMAT,A.PREDEFINED_HOOK_NAME.SPECIAL_PASTE_FORMULA].includes(n.pasteType))return{redos:[],undos:[]};const{copyRange:t}=n;if(!t)return{redos:[],undos:[]};const{drawings:o,unitId:a,subUnitId:s}=this._copyInfo,{ranges:[d,m],mapFunc:u}=A.virtualizeDiscreteRanges([t,r]),{row:c,col:h}=u(d.startRow,d.startColumn),{row:g,col:p}=u(m.startRow,m.startColumn),S=(G=this._renderManagerService.getRenderById(a))==null?void 0:G.with(A.SheetSkeletonManagerService);if(!S)return{redos:[],undos:[]};const w=S.attachRangeWithCoord({startRow:c,endRow:c,startColumn:h,endColumn:h}),_=S.attachRangeWithCoord({startRow:g,endRow:g,startColumn:p,endColumn:p});if(!w||!_)return{redos:[],undos:[]};const C=[],M=[],R=_.startX-w.startX,D=_.startY-w.startY,T=g-c,I=p-h,j=n.copyType===A.COPY_TYPE.CUT,{_sheetDrawingService:O}=this;return o.forEach(U=>{const{transform:E,sheetTransform:y}=U;if(!E)return;const W={...U,unitId:a,subUnitId:s,drawingId:j?U.drawingId:l.Tools.generateRandomId(),transform:{...E,left:E.left+R,top:E.top+D},sheetTransform:{to:{...y.to,row:y.to.row+T,column:y.to.column+I},from:{...y.from,row:y.from.row+T,column:y.from.column+I}}};if(j){const{undo:B,redo:z,objects:K}=O.getBatchUpdateOp([W]);C.push({id:f.SetDrawingApplyMutation.id,params:{unitId:a,subUnitId:s,type:f.DrawingApplyType.UPDATE,op:z,objects:K}}),M.push({id:f.SetDrawingApplyMutation.id,params:{unitId:a,subUnitId:s,type:f.DrawingApplyType.UPDATE,op:B,objects:K}})}else{const{undo:B,redo:z,objects:K}=O.getBatchAddOp([W]);C.push({id:f.SetDrawingApplyMutation.id,params:{op:z,unitId:a,subUnitId:s,objects:K,type:f.DrawingApplyType.INSERT}}),M.push({id:f.SetDrawingApplyMutation.id,params:{op:B,unitId:a,subUnitId:s,objects:K,type:f.DrawingApplyType.REMOVE}})}}),{redos:C,undos:M}}};Xe=_n([_t(0,A.ISheetClipboardService),_t(1,N.IRenderManagerService),_t(2,f.ISheetDrawingService)],Xe);var In=Object.defineProperty,Cn=Object.getOwnPropertyDescriptor,yn=(i,r,n,e)=>{for(var t=e>1?void 0:e?Cn(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&In(r,n,t),t},Ne=(i,r)=>(n,e)=>r(n,e,i);let xe=class extends l.Disposable{constructor(i,r,n,e,t){super(),this._drawingManagerService=i,this._renderManagerService=r,this._permissionService=n,this._univerInstanceService=e,this._userManagerService=t,this._initDrawingVisible(),this._initDrawingEditable(),this._initViewPermissionChange(),this._initEditPermissionChange()}_initDrawingVisible(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(k.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,n])=>{if(!r){this._drawingManagerService.setDrawingVisible(!1);return}r.activeSheet$.subscribe(e=>{if(!e){this._drawingManagerService.setDrawingVisible(!1);return}const t=r.getUnitId(),o=e.getSheetId();if(this._permissionService.composePermission([new v.WorkbookViewPermission(t).id,new v.WorksheetViewPermission(t,o).id]).every(s=>s.value))this._drawingManagerService.setDrawingVisible(!0);else{this._drawingManagerService.setDrawingVisible(!1);const s=r.getUnitId(),d=e.getSheetId(),m=this._drawingManagerService.getDrawingData(s,d),u=Object.values(m),c=this._renderManagerService.getRenderById(s),h=c==null?void 0:c.scene;if(h==null)return;h.getAllObjectsByOrder().forEach(p=>{p.classType===N.RENDER_CLASS_TYPE.IMAGE&&u.some(S=>p.oKey.includes(S.drawingId))&&h.removeObject(p)})}})}))}_initDrawingEditable(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(k.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,n])=>{if(!r){this._drawingManagerService.setDrawingEditable(!1);return}r.activeSheet$.subscribe(e=>{if(!e){this._drawingManagerService.setDrawingEditable(!1);return}const t=r.getUnitId(),o=e.getSheetId();if(this._permissionService.composePermission([new v.WorkbookEditablePermission(t).id,new v.WorksheetEditPermission(t,o).id]).every(s=>s.value))this._drawingManagerService.setDrawingEditable(!0);else{this._drawingManagerService.setDrawingEditable(!1);const s=r.getUnitId(),d=e.getSheetId(),m=this._drawingManagerService.getDrawingData(s,d),u=Object.values(m),c=this._renderManagerService.getRenderById(s),h=c==null?void 0:c.scene;if(h==null)return;h.getAllObjectsByOrder().forEach(p=>{p.classType===N.RENDER_CLASS_TYPE.IMAGE&&u.some(S=>p.oKey.includes(S.drawingId))&&h.detachTransformerFrom(p)})}})}))}_initViewPermissionChange(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(k.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,n])=>{r&&r.activeSheet$.subscribe(e=>{var c;if(!e)return;const t=r.getUnitId(),o=e.getSheetId();let a=!0;const s=this._renderManagerService.getRenderById(t),d=s==null?void 0:s.scene;if(d==null)return;const m=d.getTransformerByCreate(),u=this._permissionService.composePermission$([new v.WorkbookViewPermission(t).id,new v.WorksheetViewPermission(t,o).id]).pipe(k.map(h=>h.every(g=>g.value)));u==null||u.pipe(k.filter(h=>h!==a),k.distinctUntilChanged()).subscribe({next:h=>{a=h,this._drawingManagerService.setDrawingVisible(h);const g=d.getAllObjectsByOrder(),p=this._drawingManagerService.getDrawingData(t,o),S=Object.values(p);h?this._drawingManagerService.addNotification(S):(g.forEach(w=>{w.classType===N.RENDER_CLASS_TYPE.IMAGE&&S.some(_=>w.oKey.includes(_.drawingId))&&d.removeObject(w)}),m.clearSelectedObjects())}}),(c=this._permissionService.getPermissionPoint$(new v.WorksheetViewPermission(t,o).id))==null||c.pipe(k.filter(h=>h.value!==a),k.distinctUntilChanged()).subscribe({complete:()=>{a=!0,this._drawingManagerService.setDrawingVisible(!0);const h=this._drawingManagerService.getDrawingData(t,o),g=Object.values(h);this._drawingManagerService.addNotification(g)}})})}))}_initEditPermissionChange(){const i=this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET);this.disposeWithMe(k.combineLatest([i,this._userManagerService.currentUser$]).subscribe(([r,n])=>{r&&r.activeSheet$.subscribe(e=>{var c;if(!e)return;const t=r.getUnitId(),o=e.getSheetId();let a=!0;const s=this._renderManagerService.getRenderById(t),d=s==null?void 0:s.scene;if(d==null)return;const m=d.getTransformerByCreate(),u=this._permissionService.composePermission$([new v.WorkbookEditablePermission(t).id,new v.WorksheetEditPermission(t,o).id]).pipe(k.map(h=>h.every(g=>g.value)));u==null||u.pipe(k.filter(h=>h!==a),k.distinctUntilChanged()).subscribe({next:h=>{a=h,this._drawingManagerService.setDrawingEditable(h);const g=d.getAllObjectsByOrder(),p=this._drawingManagerService.getDrawingData(t,o),S=Object.values(p);h?(g.forEach(w=>{w.classType===N.RENDER_CLASS_TYPE.IMAGE&&S.some(_=>w.oKey.includes(_.drawingId))&&d.attachTransformerTo(w)}),this._drawingManagerService.addNotification(S)):(g.forEach(w=>{w.classType===N.RENDER_CLASS_TYPE.IMAGE&&S.some(_=>w.oKey.includes(_.drawingId))&&d.detachTransformerFrom(w)}),m.clearSelectedObjects())}}),(c=this._permissionService.getPermissionPoint$(new v.WorksheetEditPermission(t,o).id))==null||c.pipe(k.filter(h=>h.value!==a),k.distinctUntilChanged()).subscribe({complete:()=>{a=!0;const h=r.getUnitId(),g=e.getSheetId(),p=this._drawingManagerService.getDrawingData(h,g),S=Object.values(p),w=this._renderManagerService.getRenderById(h),_=w==null?void 0:w.scene;if(_==null)return;this._drawingManagerService.setDrawingEditable(!0),_.getAllObjectsByOrder().forEach(M=>{M.classType===N.RENDER_CLASS_TYPE.IMAGE&&S.some(R=>M.oKey.includes(R.drawingId))&&_.detachTransformerFrom(M)})}})})}))}};xe=yn([Ne(0,P.IDrawingManagerService),Ne(1,N.IRenderManagerService),Ne(2,l.IPermissionService),Ne(3,l.IUniverInstanceService),Ne(4,l.Inject(l.UserManagerService))],xe);var Dn=Object.defineProperty,Mn=Object.getOwnPropertyDescriptor,Tn=(i,r,n,e)=>{for(var t=e>1?void 0:e?Mn(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&Dn(r,n,t),t},Ke=(i,r)=>(n,e)=>r(n,e,i);let ze=class extends l.Disposable{constructor(i,r,n,e){super(),this._sheetPrintInterceptorService=i,this._drawingRenderService=r,this._drawingManagerService=n,this._renderManagerService=e,this._initPrinting()}_initPrinting(){this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_COMPONENT_COLLECT,{handler:(i,r,n)=>{const{unitId:e,scene:t,subUnitId:o}=r,a=this._drawingManagerService.getDrawingDataForUnit(e),s=a==null?void 0:a[o];return s&&s.order.forEach(d=>{this._drawingRenderService.renderDrawing(s.data[d],t)}),n()}})),this.disposeWithMe(this._sheetPrintInterceptorService.interceptor.intercept(this._sheetPrintInterceptorService.interceptor.getInterceptPoints().PRINTING_RANGE,{handler:(i,r,n)=>{const{unitId:e,subUnitId:t}=r,o=this._renderManagerService.getRenderById(e);if(!o)return n(i);const a=o.with(A.SheetSkeletonManagerService).getWorksheetSkeleton(t);if(!a)return n(i);const s=this._drawingManagerService.getDrawingDataForUnit(e),d=s==null?void 0:s[r.subUnitId];if(!d)return n(i);const{scaleX:m,scaleY:u}=o.scene,c=i?{...i}:{startColumn:0,endColumn:0,endRow:0,startRow:0},h=d.order.map(g=>d.data[g]).filter(g=>g.drawingType!==l.DrawingTypeEnum.DRAWING_DOM);return h.length?(h.forEach(g=>{if(!g.groupId&&g.transform&&l.Tools.isDefine(g.transform.left)&&l.Tools.isDefine(g.transform.top)&&l.Tools.isDefine(g.transform.width)&&l.Tools.isDefine(g.transform.height)){const p=a.skeleton.getCellIndexByOffset(g.transform.left,g.transform.top,m,u,{x:0,y:0}),S=a.skeleton.getCellIndexByOffset(g.transform.left+g.transform.width,g.transform.top+g.transform.height,m,u,{x:0,y:0});p.column<c.startColumn&&(c.startColumn=p.column),p.row<c.startRow&&(c.startRow=p.row),c.endRow<S.row&&(c.endRow=S.row),c.endColumn<S.column&&(c.endColumn=S.column)}}),n(c)):n(i)}}))}};ze=Tn([Ke(0,l.Inject(A.SheetPrintInterceptorService)),Ke(1,l.Inject(ge.DrawingRenderService)),Ke(2,P.IDrawingManagerService),Ke(3,N.IRenderManagerService)],ze);var Rn=Object.defineProperty,bn=Object.getOwnPropertyDescriptor,En=(i,r,n,e)=>{for(var t=e>1?void 0:e?bn(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&Rn(r,n,t),t},me=(i,r)=>(n,e)=>r(n,e,i);const On=[v.InsertRowCommand.id,v.InsertColCommand.id,v.RemoveRowCommand.id,v.RemoveColCommand.id,v.DeleteRangeMoveLeftCommand.id,v.DeleteRangeMoveUpCommand.id,v.InsertRangeMoveDownCommand.id,v.InsertRangeMoveRightCommand.id,v.DeltaRowHeightCommand.id,v.SetRowHeightCommand.id,v.DeltaColumnWidthCommand.id,v.SetColWidthCommand.id,v.SetRowHiddenCommand.id,v.SetSpecificRowsVisibleCommand.id,v.SetSpecificColsVisibleCommand.id,v.SetColHiddenCommand.id,v.MoveColsCommand.id,v.MoveRowsCommand.id,v.MoveRangeCommand.id],Pn=[v.SetRowVisibleMutation.id,v.SetRowHiddenMutation.id,v.SetColVisibleMutation.id,v.SetColHiddenMutation.id,v.SetWorksheetRowHeightMutation.id,v.SetWorksheetColWidthMutation.id];let It=class extends l.Disposable{constructor(i,r,n,e,t,o,a,s,d){super(),this._context=i,this._renderManagerService=r,this._commandService=n,this._selectionRenderService=e,this._skeletonManagerService=t,this._sheetInterceptorService=o,this._sheetDrawingService=a,this._drawingManagerService=s,this._univerInstanceService=d,this._sheetInterceptorListener(),this._commandListener(),this._sheetRefreshListener()}_sheetInterceptorListener(){this.disposeWithMe(this._sheetInterceptorService.interceptCommand({getMutations:i=>{if(!On.includes(i.id))return{redos:[],undos:[]};if(i.params==null)return{redos:[],undos:[]};const r=i.id;if(r===v.InsertRowCommand.id)return this._moveRowInterceptor(i.params,"insert");if([v.MoveColsCommand.id,v.MoveRowsCommand.id,v.MoveRangeCommand.id].includes(r))return this._moveRangeInterceptor(i.params);if(r===v.InsertColCommand.id)return this._moveColInterceptor(i.params,"insert");if(r===v.RemoveRowCommand.id)return this._moveRowInterceptor(i.params,"remove");if(r===v.RemoveColCommand.id)return this._moveColInterceptor(i.params,"remove");if(r===v.DeleteRangeMoveLeftCommand.id){const{range:n}=i.params;return this._getRangeMoveUndo(n,0)}else if(r===v.DeleteRangeMoveUpCommand.id){const{range:n}=i.params;return this._getRangeMoveUndo(n,1)}else if(r===v.InsertRangeMoveDownCommand.id){const{range:n}=i.params;return this._getRangeMoveUndo(n,2)}else if(r===v.InsertRangeMoveRightCommand.id){const{range:n}=i.params;return this._getRangeMoveUndo(n,3)}else if(r===v.SetRowHiddenCommand.id||r===v.SetSpecificRowsVisibleCommand.id){const n=i.params,{unitId:e,subUnitId:t,ranges:o}=n;return this._getDrawingUndoForRowVisible(e,t,o)}else if(r===v.SetSpecificColsVisibleCommand.id||r===v.SetColHiddenCommand.id){const n=i.params,{unitId:e,subUnitId:t,ranges:o}=n;return this._getDrawingUndoForColVisible(e,t,o)}else if(r===v.DeltaRowHeightCommand.id||r===v.SetRowHeightCommand.id||r===v.DeltaColumnWidthCommand.id||r===v.SetColWidthCommand.id){const n=i.params,{unitId:e,subUnitId:t,ranges:o}=n,a=r===v.DeltaRowHeightCommand.id||r===v.SetRowHeightCommand.id;return this._getDrawingUndoForRowAndColSize(e,t,o,a)}return{redos:[],undos:[]}}}))}_getRangeMoveUndo(i,r){const n=v.getSheetCommandTarget(this._univerInstanceService);if(n==null)return{redos:[],undos:[]};const e=n.unitId,t=n.subUnitId,o=[],a=[],s=this._sheetDrawingService.getDrawingData(e,t),d=[],m=[];if(Object.keys(s).forEach(u=>{const c=s[u],{updateDrawings:h,deleteDrawings:g}=this._getUpdateOrDeleteDrawings(i,r,c);d.push(...h),m.push(...g)}),d.length===0&&m.length===0)return{redos:[],undos:[]};if(d.length>0){const u=this._sheetDrawingService.getBatchUpdateOp(d),{undo:c,redo:h,objects:g}=u;o.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:h,objects:g,type:f.DrawingApplyType.UPDATE}}),a.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:c,objects:g,type:f.DrawingApplyType.UPDATE}})}if(m.length>0){const u=this._sheetDrawingService.getBatchRemoveOp(m),c=u.undo,h=u.redo,g=u.objects;o.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:h,objects:g,type:f.DrawingApplyType.REMOVE}}),a.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:c,objects:g,type:f.DrawingApplyType.INSERT}})}return o.push({id:$.id,params:[e]}),a.push({id:$.id,params:[e]}),{redos:o,undos:a}}_getUpdateOrDeleteDrawings(i,r,n){const e=[],t=[],{sheetTransform:o,anchorType:a=f.SheetDrawingAnchorType.Position,transform:s,unitId:d,subUnitId:m,drawingId:u}=n,{from:c,to:h}=o,{row:g,column:p}=c,{row:S,column:w}=h;if(o==null||s==null)return{updateDrawings:e,deleteDrawings:t};const{startRow:_,endRow:C,startColumn:M,endColumn:R}=i;let D=null,T=null;if(r===0&&g>=_&&S<=C)if(p>=M&&w<=R)t.push({unitId:d,subUnitId:m,drawingId:u});else{const I=this._shrinkCol(o,s,M,R,a);D=I==null?void 0:I.newSheetTransform,T=I==null?void 0:I.newTransform}else if(r===1&&p>=M&&w<=R)if(g>=_&&S<=C)t.push({unitId:d,subUnitId:m,drawingId:u});else{const I=this._shrinkRow(o,s,_,C,a);D=I==null?void 0:I.newSheetTransform,T=I==null?void 0:I.newTransform}else if(r===2){const I=this._expandRow(o,s,_,C,a);D=I==null?void 0:I.newSheetTransform,T=I==null?void 0:I.newTransform}else if(r===3){const I=this._expandCol(o,s,M,R,a);D=I==null?void 0:I.newSheetTransform,T=I==null?void 0:I.newTransform}if(D!=null&&T!=null){const I=x(D,this._selectionRenderService,this._skeletonManagerService);e.push({...n,sheetTransform:D,transform:I})}return{updateDrawings:e,deleteDrawings:t}}_remainDrawingSize(i,r,n){const e=H({...i},this._selectionRenderService);e!=null&&r.push({...n,sheetTransform:e})}_getDrawingUndoForColVisible(i,r,n){const e=this._drawingManagerService.getDrawingData(i,r),t=[],o=[];if(Object.keys(e).forEach(u=>{const c=e[u],{sheetTransform:h,transform:g,anchorType:p=f.SheetDrawingAnchorType.Position}=c;if(p===f.SheetDrawingAnchorType.None)this._remainDrawingSize(g,t,c);else{const{from:S,to:w}=h,{row:_,column:C}=S,{row:M,column:R}=w;for(let D=0;D<n.length;D++){const T=n[D],{startRow:I,endRow:j,startColumn:O,endColumn:G}=T;if(R<O)continue;if(p===f.SheetDrawingAnchorType.Position){let y=null,W=null;if(C>=O&&C<=G){const B=this._skeletonManagerService.attachRangeWithCoord({startColumn:C,endColumn:G,startRow:S.row,endRow:w.row});if(B==null)return;W={...g,left:B.startX}}if(W!=null&&(y=H(W,this._selectionRenderService),y!=null&&W!=null)){t.push({...c,sheetTransform:y,transform:W});break}this._remainDrawingSize(g,t,c);continue}if(C>=O&&R<=G)continue;let U=null,E=null;if(C>=O&&C<=G){const y=this._skeletonManagerService.attachRangeWithCoord({startColumn:C,endColumn:G,startRow:S.row,endRow:w.row});if(y==null)return;E={...g,left:(y==null?void 0:y.startX)||0,width:((g==null?void 0:g.width)||0)-y.endX+y.startX}}else if(R>=O&&R<=G){const y=this._skeletonManagerService.attachRangeWithCoord({startColumn:O,endColumn:R,startRow:S.row,endRow:w.row});if(y==null)return;E={...g,left:y.startX-((g==null?void 0:g.width)||0)}}else{const y=this._skeletonManagerService.attachRangeWithCoord({startColumn:O,endColumn:G,startRow:S.row,endRow:w.row});if(y==null)return;if(E={...g,width:((g==null?void 0:g.width)||0)-y.endX+y.startX},U=H(E,this._selectionRenderService),U!=null&&E!=null){o.push({...c,sheetTransform:U,transform:E});break}}if(E!=null&&(U=H(E,this._selectionRenderService)),E!=null&&U!=null){t.push({...c,sheetTransform:U,transform:E});break}else this._remainDrawingSize(g,t,c)}}}),t.length===0&&o.length===0)return{redos:[],undos:[]};const{redos:a,undos:s}=this._createUndoAndRedoMutation(i,r,t),d=[],m=[];if(o.length>0){const{redos:u,undos:c}=this._createUndoAndRedoMutation(i,r,o);d.push(...u),m.push(...c)}return{redos:a,undos:s,preRedos:d,preUndos:m}}_createUndoAndRedoMutation(i,r,n){const e=this._sheetDrawingService.getBatchUpdateOp(n),{undo:t,redo:o,objects:a}=e,s=[{id:f.SetDrawingApplyMutation.id,params:{unitId:i,subUnitId:r,op:o,objects:a,type:f.DrawingApplyType.UPDATE}},{id:$.id,params:[i]}],d=[{id:f.SetDrawingApplyMutation.id,params:{unitId:i,subUnitId:r,op:t,objects:a,type:f.DrawingApplyType.UPDATE}},{id:$.id,params:[i]}];return{redos:s,undos:d}}_getDrawingUndoForRowVisible(i,r,n){const e=this._drawingManagerService.getDrawingData(i,r),t=[],o=[];if(Object.keys(e).forEach(u=>{const c=e[u],{sheetTransform:h,transform:g,anchorType:p=f.SheetDrawingAnchorType.Position}=c;if(p===f.SheetDrawingAnchorType.None)this._remainDrawingSize(g,t,c);else{const{from:S,to:w}=h,{row:_,column:C}=S,{row:M,column:R}=w;for(let D=0;D<n.length;D++){const T=n[D],{startRow:I,endRow:j,startColumn:O,endColumn:G}=T;if(M<I)continue;if(p===f.SheetDrawingAnchorType.Position){let y=null,W=null;if(_>=I&&_<=j){const B=this._skeletonManagerService.attachRangeWithCoord({startColumn:S.column,endColumn:w.column,startRow:_,endRow:j});if(B==null)return;W={...g,top:B.startY}}if(W!=null&&(y=H(W,this._selectionRenderService),y!=null&&W!=null)){t.push({...c,sheetTransform:y,transform:W});break}this._remainDrawingSize(g,t,c);continue}if(_>=I&&M<=j)continue;let U=null,E=null;if(_>=I&&_<=j){const y=this._skeletonManagerService.attachRangeWithCoord({startColumn:S.column,endColumn:w.column,startRow:_,endRow:j});if(y==null)return;E={...g,top:(y==null?void 0:y.startY)||0,height:((g==null?void 0:g.height)||0)-y.endY+y.startY}}else if(M>=I&&M<=j){const y=this._skeletonManagerService.attachRangeWithCoord({startColumn:S.column,endColumn:w.column,startRow:I,endRow:M});if(y==null)return;E={...g,top:y.startY-((g==null?void 0:g.height)||0)}}else{const y=this._skeletonManagerService.attachRangeWithCoord({startColumn:S.column,endColumn:w.column,startRow:I,endRow:j});if(y==null)return;if(E={...g,height:((g==null?void 0:g.height)||0)-y.endY+y.startY},U=H(E,this._selectionRenderService),U!=null&&E!=null){o.push({...c,sheetTransform:U,transform:E});break}}if(E!=null&&(U=H(E,this._selectionRenderService)),E!=null&&U!=null){t.push({...c,sheetTransform:U,transform:E});break}else this._remainDrawingSize(g,t,c)}}}),t.length===0&&o.length===0)return{redos:[],undos:[]};const{redos:a,undos:s}=this._createUndoAndRedoMutation(i,r,t),d=[],m=[];if(o.length>0){const{redos:u,undos:c}=this._createUndoAndRedoMutation(i,r,o);d.push(...u),m.push(...c)}return{redos:a,undos:s,preRedos:d,preUndos:m}}_getDrawingUndoForRowAndColSize(i,r,n,e){const t=this._drawingManagerService.getDrawingData(i,r),o=[];return Object.keys(t).forEach(a=>{const s=t[a],{sheetTransform:d,transform:m,anchorType:u=f.SheetDrawingAnchorType.Position}=s;if(u===f.SheetDrawingAnchorType.None)this._remainDrawingSize(m,o,s);else{const{from:c,to:h}=d,{row:g,column:p}=c,{row:S,column:w}=h;for(let _=0;_<n.length;_++){const C=n[_],{startRow:M,endRow:R,startColumn:D,endColumn:T}=C;if(S<M||w<D)continue;if(u===f.SheetDrawingAnchorType.Position&&(g<=M&&S>=R||p<=D&&w>=T)){this._remainDrawingSize(m,o,s);continue}const I=x({...d},this._selectionRenderService,this._skeletonManagerService);if(I!=null){o.push({...s,transform:I});break}}}}),o.length===0?{redos:[],undos:[]}:this._createUndoAndRedoMutation(i,r,o)}_getUnitIdAndSubUnitId(i,r){let n,e;if(r==="insert")n=i.unitId,e=i.subUnitId;else{const t=v.getSheetCommandTarget(this._univerInstanceService);if(t==null)return;n=t.unitId,e=t.subUnitId}return{unitId:n,subUnitId:e}}_moveRangeInterceptor(i){var M,R;const{toRange:r,fromRange:n}=i,e=v.getSheetCommandTarget(this._univerInstanceService);if(!e)return{redos:[],undos:[]};const{unitId:t,subUnitId:o}=e,a=(R=(M=this._renderManagerService.getRenderById(t))==null?void 0:M.with(A.SheetSkeletonManagerService))==null?void 0:R.getCurrentSkeleton();if(!a)return{redos:[],undos:[]};const s=A.attachRangeWithCoord(a,n);if(!s)return{redos:[],undos:[]};const{startX:d,endX:m,startY:u,endY:c}=s,h=this._sheetDrawingService.getDrawingData(t,o),g=[];Object.keys(h).forEach(D=>{const T=h[D];if(T.anchorType!==f.SheetDrawingAnchorType.Both)return;const{transform:I}=T;if(!I)return;const{left:j=0,top:O=0,width:G=0,height:U=0}=I,{drawingStartX:E,drawingEndX:y,drawingStartY:W,drawingEndY:B}={drawingStartX:j,drawingEndX:j+G,drawingStartY:O,drawingEndY:O+U};d<=E&&y<=m&&u<=W&&B<=c&&g.push(T)});const p=[],S=[],w=r.startRow-n.startRow,_=r.startColumn-n.startColumn,C=g.map(D=>{const T=D.sheetTransform,I={to:{...T.to,row:T.to.row+w,column:T.to.column+_},from:{...T.from,row:T.from.row+w,column:T.from.column+_}},j=x(I,this._selectionRenderService,this._skeletonManagerService);return{unitId:t,subUnitId:o,drawingId:D.drawingId,transform:j,sheetTransform:I}});if(C.length){const D=this._sheetDrawingService.getBatchUpdateOp(C),{undo:T,redo:I,objects:j}=D;p.push({id:f.SetDrawingApplyMutation.id,params:{unitId:t,subUnitId:o,op:I,objects:j,type:f.DrawingApplyType.UPDATE}}),S.push({id:f.SetDrawingApplyMutation.id,params:{unitId:t,subUnitId:o,op:T,objects:j,type:f.DrawingApplyType.UPDATE}})}return{redos:p,undos:S}}_moveRowInterceptor(i,r){const n=this._getUnitIdAndSubUnitId(i,r);if(n==null)return{redos:[],undos:[]};const{unitId:e,subUnitId:t}=n,{range:o}=i,a=o.startRow,s=o.endRow,d=[],m=[],u=this._sheetDrawingService.getDrawingData(e,t),c=[],h=[];if(Object.keys(u).forEach(g=>{const p=u[g],{sheetTransform:S,transform:w,anchorType:_=f.SheetDrawingAnchorType.Position}=p;if(S==null||w==null)return;let C,M;if(r==="insert"){const D=this._expandRow(S,w,a,s,_);C=D==null?void 0:D.newSheetTransform,M=D==null?void 0:D.newTransform}else{const{from:D,to:T}=S,{row:I}=D,{row:j}=T;if(_===f.SheetDrawingAnchorType.Both&&I>=a&&j<=s)h.push({unitId:e,subUnitId:t,drawingId:g});else{const O=this._shrinkRow(S,w,a,s,_);C=O==null?void 0:O.newSheetTransform,M=O==null?void 0:O.newTransform}}if(!C||!M)return;const R={unitId:e,subUnitId:t,drawingId:g,transform:M,sheetTransform:C};c.push(R)}),c.length===0&&h.length===0)return{redos:[],undos:[]};if(c.length>0){const g=this._sheetDrawingService.getBatchUpdateOp(c),{undo:p,redo:S,objects:w}=g;d.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:S,objects:w,type:f.DrawingApplyType.UPDATE}}),m.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:p,objects:w,type:f.DrawingApplyType.UPDATE}})}if(h.length>0){const g=this._sheetDrawingService.getBatchRemoveOp(h),p=g.undo,S=g.redo,w=g.objects;d.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:S,objects:w,type:f.DrawingApplyType.REMOVE}}),m.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:p,objects:w,type:f.DrawingApplyType.INSERT}})}return d.push({id:$.id,params:[e]}),m.push({id:$.id,params:[e]}),{redos:d,undos:m}}_moveColInterceptor(i,r){const n=this._getUnitIdAndSubUnitId(i,r);if(n==null)return{redos:[],undos:[]};const{unitId:e,subUnitId:t}=n,{range:o}=i,a=o.startColumn,s=o.endColumn,d=[],m=[],u=this._sheetDrawingService.getDrawingData(e,t),c=[],h=[];if(Object.keys(u).forEach(g=>{const p=u[g],{sheetTransform:S,transform:w,anchorType:_=f.SheetDrawingAnchorType.Position}=p;if(S==null||w==null)return;let C,M;if(r==="insert"){const D=this._expandCol(S,w,a,s,_);C=D==null?void 0:D.newSheetTransform,M=D==null?void 0:D.newTransform}else{const{from:D,to:T}=S,{column:I}=D,{column:j}=T;if(_===f.SheetDrawingAnchorType.Both&&I>=a&&j<=s)h.push({unitId:e,subUnitId:t,drawingId:g});else{const O=this._shrinkCol(S,w,a,s,_);C=O==null?void 0:O.newSheetTransform,M=O==null?void 0:O.newTransform}}if(!C||!M)return;const R={unitId:e,subUnitId:t,drawingId:g,transform:M,sheetTransform:C};c.push(R)}),c.length===0&&h.length===0)return{redos:[],undos:[]};if(c.length>0){const g=this._sheetDrawingService.getBatchUpdateOp(c),{undo:p,redo:S,objects:w}=g;d.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:S,objects:w,type:f.DrawingApplyType.UPDATE}}),m.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:p,objects:w,type:f.DrawingApplyType.UPDATE}})}if(h.length>0){const g=this._sheetDrawingService.getBatchRemoveOp(h),p=g.undo,S=g.redo,w=g.objects;d.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:S,objects:w,type:f.DrawingApplyType.REMOVE}}),m.push({id:f.SetDrawingApplyMutation.id,params:{unitId:e,subUnitId:t,op:p,objects:w,type:f.DrawingApplyType.INSERT}})}return d.push({id:$.id,params:[e]}),m.push({id:$.id,params:[e]}),{redos:d,undos:m}}_expandCol(i,r,n,e,t=f.SheetDrawingAnchorType.Position){const o=e-n+1,{from:a,to:s}=i,{column:d}=a,{column:m}=s;if(t===f.SheetDrawingAnchorType.None)return{newSheetTransform:H({...r},this._selectionRenderService),newTransform:r};let u=null,c=null;if(d>=n){const h=this._skeletonManagerService.attachRangeWithCoord({startColumn:n,endColumn:e,startRow:a.row,endRow:s.row});if(h==null)return;c={...r,left:(r.left||0)+h.endX-h.startX},u=H(c,this._selectionRenderService)}else if(m>=e)if(t===f.SheetDrawingAnchorType.Both)u={from:{...a},to:{...s,column:m+o}},c=x(u,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:H({...r},this._selectionRenderService),newTransform:r};return u!=null&&c!=null?{newSheetTransform:u,newTransform:c}:null}_shrinkCol(i,r,n,e,t=f.SheetDrawingAnchorType.Position){const o=e-n+1,{from:a,to:s}=i,{column:d}=a,{column:m}=s;if(t===f.SheetDrawingAnchorType.None)return{newSheetTransform:H({...r},this._selectionRenderService),newTransform:r};let u=null,c=null;if(d>e)u={from:{...a,column:d-o},to:{...s,column:m-o}},c=x(u,this._selectionRenderService,this._skeletonManagerService);else{if(d>=n&&m<=e)return null;if(d<n&&m>e)if(t===f.SheetDrawingAnchorType.Both)u={from:{...a},to:{...s,column:m-o}},c=x(u,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:H({...r},this._selectionRenderService),newTransform:r};else if(d>=n&&d<=e){if(d===n)c={...r,left:(r.left||0)-i.from.columnOffset};else{const h=this._skeletonManagerService.attachRangeWithCoord({startColumn:n,endColumn:d-1,startRow:a.row,endRow:s.row});if(h==null)return;c={...r,left:(r.left||0)-h.endX+h.startX-i.from.columnOffset}}u=H(c,this._selectionRenderService)}else if(m>=n&&m<=e&&t===f.SheetDrawingAnchorType.Both){const h=this._skeletonManagerService.attachRangeWithCoord({startColumn:n-1,endColumn:n-1,startRow:a.row,endRow:s.row});if(h==null)return;u={from:{...a},to:{...s,column:n-1,columnOffset:h.endX-h.startX}},c=x(u,this._selectionRenderService,this._skeletonManagerService)}}return u!=null&&c!=null?{newSheetTransform:u,newTransform:c}:null}_expandRow(i,r,n,e,t=f.SheetDrawingAnchorType.Position){const o=e-n+1,{from:a,to:s}=i,{row:d}=a,{row:m}=s;if(t===f.SheetDrawingAnchorType.None)return{newSheetTransform:H({...r},this._selectionRenderService),newTransform:r};let u=null,c=null;if(d>=n){const h=this._skeletonManagerService.attachRangeWithCoord({startRow:n,endRow:e,startColumn:a.column,endColumn:s.column});if(h==null)return;c={...r,top:(r.top||0)+h.endY-h.startY},u=H(c,this._selectionRenderService)}else if(m>=e)if(t===f.SheetDrawingAnchorType.Both)u={from:{...a},to:{...s,row:m+o}},c=x(u,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:H({...r},this._selectionRenderService),newTransform:r};return u!=null&&c!=null?{newSheetTransform:u,newTransform:c}:null}_shrinkRow(i,r,n,e,t=f.SheetDrawingAnchorType.Position){const o=e-n+1,{from:a,to:s}=i,{row:d}=a,{row:m}=s;if(t===f.SheetDrawingAnchorType.None)return{newSheetTransform:H({...r},this._selectionRenderService),newTransform:r};let u=null,c=null;if(d>e)u={from:{...a,row:d-o},to:{...s,row:m-o}},c=x(u,this._selectionRenderService,this._skeletonManagerService);else{if(d>=n&&m<=e)return null;if(d<n&&m>e)if(t===f.SheetDrawingAnchorType.Both)u={from:{...a},to:{...s,row:m-o}},c=x(u,this._selectionRenderService,this._skeletonManagerService);else return{newSheetTransform:H({...r},this._selectionRenderService),newTransform:r};else if(d>=n&&d<=e){if(d===n)c={...r,top:(r.top||0)-i.from.rowOffset};else{const h=this._skeletonManagerService.attachRangeWithCoord({startRow:n,endRow:d-1,startColumn:a.column,endColumn:s.column});if(h==null)return;c={...r,top:(r.top||0)-h.endY+h.startY-i.from.rowOffset}}u=H(c,this._selectionRenderService)}else if(m>=n&&m<=e&&t===f.SheetDrawingAnchorType.Both){const h=this._skeletonManagerService.attachRangeWithCoord({startColumn:a.column,endColumn:a.column,startRow:n-1,endRow:n-1});if(h==null)return;u={from:{...a},to:{...s,row:n-1,rowOffset:h.endY-h.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===v.SetWorksheetActiveOperation.id&&setTimeout(()=>{const r=i.params,{unitId:n,subUnitId:e}=r,t=this._drawingManagerService.drawingManagerData,o=[],a=[];Object.keys(t).forEach(s=>{const d=t[s];d!=null&&Object.keys(d).forEach(m=>{const u=d[m].data;u!=null&&Object.keys(u).forEach(c=>{if(s===n&&m===e){const h=u[c];h.transform=x(h.sheetTransform,this._selectionRenderService,this._skeletonManagerService),o.push(u[c])}else a.push(u[c])})})}),this._drawingManagerService.removeNotification(a),this._drawingManagerService.addNotification(o)},0)}))}_sheetRefreshListener(){this.disposeWithMe(this._commandService.onCommandExecuted(i=>{Pn.includes(i.id)&&requestIdleCallback(()=>{const r=i.params,{unitId:n,subUnitId:e,ranges:t}=r;this._refreshDrawingTransform(n,e,t)})}))}_refreshDrawingTransform(i,r,n){const e=this._drawingManagerService.getDrawingData(i,r),t=[];Object.keys(e).forEach(o=>{const a=e[o],{sheetTransform:s,transform:d,anchorType:m=f.SheetDrawingAnchorType.Position}=a;if(m===f.SheetDrawingAnchorType.None)return!0;const{from:u,to:c}=s,{row:h,column:g}=u,{row:p,column:S}=c;for(let w=0;w<n.length;w++){const _=n[w],{startRow:C,endRow:M,startColumn:R,endColumn:D}=_;if(l.Rectangle.intersects({startRow:C,endRow:M,startColumn:R,endColumn:D},{startRow:h,endRow:p,startColumn:g,endColumn:S})||h>M||g>D){const T=m===f.SheetDrawingAnchorType.Position,I=x(s,this._selectionRenderService,this._skeletonManagerService);t.push({...a,transform:{...I,width:T?d==null?void 0:d.width:I==null?void 0:I.width,height:T?d==null?void 0:d.height:I==null?void 0:I.height}});break}}}),t.length!==0&&(this._drawingManagerService.refreshTransform(t),this._commandService.syncExecuteCommand($.id,[i]))}};It=En([me(1,N.IRenderManagerService),me(2,l.ICommandService),me(3,A.ISheetSelectionRenderService),me(4,l.Inject(A.SheetSkeletonManagerService)),me(5,l.Inject(v.SheetInterceptorService)),me(6,f.ISheetDrawingService),me(7,P.IDrawingManagerService),me(8,l.IUniverInstanceService)],It);var ee=function(){return ee=Object.assign||function(i){for(var r,n=1,e=arguments.length;n<e;n++){r=arguments[n];for(var t in r)Object.prototype.hasOwnProperty.call(r,t)&&(i[t]=r[t])}return i},ee.apply(this,arguments)},An=function(i,r){var n={};for(var e in i)Object.prototype.hasOwnProperty.call(i,e)&&r.indexOf(e)<0&&(n[e]=i[e]);if(i!=null&&typeof Object.getOwnPropertySymbols=="function")for(var t=0,e=Object.getOwnPropertySymbols(i);t<e.length;t++)r.indexOf(e[t])<0&&Object.prototype.propertyIsEnumerable.call(i,e[t])&&(n[e[t]]=i[e[t]]);return n},jt=q.forwardRef(function(i,r){var n=i.icon,e=i.id,t=i.className,o=i.extend,a=An(i,["icon","id","className","extend"]),s="univerjs-icon univerjs-icon-".concat(e," ").concat(t||"").trim(),d=q.useRef("_".concat(jn()));return Wt(n,"".concat(e),{defIds:n.defIds,idSuffix:d.current},ee({ref:r,className:s},a),o)});function Wt(i,r,n,e,t){return q.createElement(i.tag,ee(ee({key:r},Un(i,n,t)),e),(Nn(i,n).children||[]).map(function(o,a){return Wt(o,"".concat(r,"-").concat(i.tag,"-").concat(a),n,void 0,t)}))}function Un(i,r,n){var e=ee({},i.attrs);n!=null&&n.colorChannel1&&e.fill==="colorChannel1"&&(e.fill=n.colorChannel1);var t=r.defIds;return!t||t.length===0||(i.tag==="use"&&e["xlink:href"]&&(e["xlink:href"]=e["xlink:href"]+r.idSuffix),Object.entries(e).forEach(function(o){var a=o[0],s=o[1];typeof s=="string"&&(e[a]=s.replace(/url\(#(.*)\)/,"url(#$1".concat(r.idSuffix,")")))})),e}function Nn(i,r){var n,e=r.defIds;return!e||e.length===0?i:i.tag==="defs"&&(!((n=i.children)===null||n===void 0)&&n.length)?ee(ee({},i),{children:i.children.map(function(t){return typeof t.attrs.id=="string"&&e&&e.indexOf(t.attrs.id)>-1?ee(ee({},t),{attrs:ee(ee({},t.attrs),{id:t.attrs.id+r.idSuffix})}):t})}):i}function jn(){return Math.random().toString(36).substring(2,8)}jt.displayName="UniverIcon";var Wn={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"}}]},Bt=q.forwardRef(function(i,r){return q.createElement(jt,Object.assign({},i,{id:"add-image-single",ref:r,icon:Wn}))});Bt.displayName="AddImageSingle";const Ct={id:"sheet.command.delete-drawing",type:l.CommandType.COMMAND,handler:i=>{const r=i.get(l.ICommandService),e=i.get(f.ISheetDrawingService).getFocusDrawings();if(e.length===0)return!1;const t=e[0].unitId,o=e.map(a=>{const{unitId:s,subUnitId:d,drawingId:m,drawingType:u}=a;return{unitId:s,subUnitId:d,drawingId:m,drawingType:u}});return r.executeCommand(Ee.id,{unitId:t,drawings:o})}},Je={id:"sheet.command.insert-float-image",type:l.CommandType.COMMAND,handler:i=>{var n,e;return(e=(n=i.get(N.IRenderManagerService).getCurrentTypeOfRenderer(l.UniverInstanceType.UNIVER_SHEET))==null?void 0:n.with(Ue).insertFloatImage())!=null?e:!1}},yt={id:"sheet.command.insert-cell-image",type:l.CommandType.COMMAND,handler:i=>{var n,e;return(e=(n=i.get(N.IRenderManagerService).getCurrentTypeOfRenderer(l.UniverInstanceType.UNIVER_SHEET))==null?void 0:n.with(Ue).insertCellImage())!=null?e:!1}},Ce={id:"sheet.command.move-drawing",type:l.CommandType.COMMAND,handler:(i,r)=>{const n=i.get(l.ICommandService),e=i.get(f.ISheetDrawingService),t=i.get(A.ISheetSelectionRenderService),{direction:o}=r,a=e.getFocusDrawings();if(a.length===0)return!1;const s=a[0].unitId,d=a.map(u=>{const{transform:c}=u;if(c==null)return null;const h={...c},{left:g=0,top:p=0}=c;return o===l.Direction.UP?h.top=p-1:o===l.Direction.DOWN?h.top=p+1:o===l.Direction.LEFT?h.left=g-1:o===l.Direction.RIGHT&&(h.left=g+1),{...u,transform:h,sheetTransform:H(h,t)}}).filter(u=>u!=null);return n.syncExecuteCommand(Ae.id,{unitId:s,drawings:d})?(n.syncExecuteCommand($.id,[s]),!0):!1}},kt="addition-and-subtraction-single",Dt="sheet.menu.image";function Bn(i){return{id:Dt,type:V.MenuItemType.SUBITEMS,icon:kt,tooltip:"sheetImage.title",hidden$:V.getMenuHiddenObservable(i,l.UniverInstanceType.UNIVER_SHEET),disabled$:A.getCurrentRangeDisable$(i,{workbookTypes:[v.WorkbookEditablePermission],worksheetTypes:[v.WorksheetEditPermission],rangeTypes:[v.RangeProtectionPermissionEditPoint]})}}function kn(i){return{id:Je.id,title:"sheetImage.upload.float",type:V.MenuItemType.BUTTON,hidden$:V.getMenuHiddenObservable(i,l.UniverInstanceType.UNIVER_SHEET)}}function Ln(i){return{id:yt.id,title:"sheetImage.upload.cell",type:V.MenuItemType.BUTTON}}const pe={imageCommonPanel:"univer-image-common-panel",imageCommonPanelGrid:"univer-image-common-panel-grid",imageCommonPanelBorder:"univer-image-common-panel-border",imageCommonPanelTitle:"univer-image-common-panel-title",imageCommonPanelSubtitle:"univer-image-common-panel-subtitle",imageCommonPanelRow:"univer-image-common-panel-row",imageCommonPanelRowVertical:"univer-image-common-panel-row-vertical",imageCommonPanelColumn:"univer-image-common-panel-column",imageCommonPanelColumnCenter:"univer-image-common-panel-column-center",imageCommonPanelInline:"univer-image-common-panel-inline",imageCommonPanelSpan2:"univer-image-common-panel-span2",imageCommonPanelSpan3:"univer-image-common-panel-span3",imageCommonPanelInput:"univer-image-common-panel-input",sheetImageMenu:"univer-sheet-image-menu",sheetImageMenuInput:"univer-sheet-image-menu-input"};function Lt(i){var r,n,e="";if(typeof i=="string"||typeof i=="number")e+=i;else if(typeof i=="object")if(Array.isArray(i)){var t=i.length;for(r=0;r<t;r++)i[r]&&(n=Lt(i[r]))&&(e&&(e+=" "),e+=n)}else for(n in i)i[n]&&(e&&(e+=" "),e+=n);return e}function Ze(){for(var i,r,n=0,e="",t=arguments.length;n<t;n++)(i=arguments[n])&&(r=Lt(i))&&(e&&(e+=" "),e+=r);return e}const Gn=i=>{var M;const r=l.useDependency(l.ICommandService),n=l.useDependency(l.LocaleService),e=l.useDependency(P.IDrawingManagerService),t=l.useDependency(N.IRenderManagerService),{drawings:o}=i,a=o[0];if(a==null)return;const{unitId:s}=a,d=t.getRenderById(s),m=d==null?void 0:d.scene;if(m==null)return;const u=m.getTransformerByCreate(),[c,h]=q.useState(!0),g=(M=a.anchorType)!=null?M:f.SheetDrawingAnchorType.Position,[p,S]=q.useState(g);function w(R,D){const T=[];return R.forEach(I=>{const{oKey:j}=I,O=D.getDrawingOKey(j);if(O==null)return T.push(null),!0;const{unitId:G,subUnitId:U,drawingId:E,drawingType:y,anchorType:W,sheetTransform:B}=O;T.push({unitId:G,subUnitId:U,drawingId:E,anchorType:W,sheetTransform:B,drawingType:y})}),T}q.useEffect(()=>{const R=u.clearControl$.subscribe(T=>{T===!0&&h(!1)}),D=u.changeStart$.subscribe(T=>{var O;const{objects:I}=T,j=w(I,e);if(j.length===0)h(!1);else if(j.length>=1){h(!0);const G=((O=j[0])==null?void 0:O.anchorType)||f.SheetDrawingAnchorType.Position;S(G)}});return()=>{D.unsubscribe(),R.unsubscribe()}},[]);function _(R){S(R);const D=e.getFocusDrawings();if(D.length===0)return;const T=D.map(I=>({unitId:I.unitId,subUnitId:I.subUnitId,drawingId:I.drawingId,anchorType:R}));r.executeCommand(Ae.id,{unitId:D[0].unitId,drawings:T})}const C=R=>R?"block":"none";return X.jsxs("div",{className:Ze(pe.imageCommonPanelGrid,pe.imageCommonPanelBorder),style:{display:C(c)},children:[X.jsx("div",{className:pe.imageCommonPanelRow,children:X.jsx("div",{className:Ze(pe.imageCommonPanelColumn,pe.imageCommonPanelTitle),children:X.jsx("div",{children:n.t("drawing-anchor.title")})})}),X.jsx("div",{className:Ze(pe.imageCommonPanelRow),children:X.jsx("div",{className:Ze(pe.imageCommonPanelColumn),children:X.jsxs(ne.RadioGroup,{value:p,onChange:_,direction:"vertical",children:[X.jsx(ne.Radio,{value:f.SheetDrawingAnchorType.Both,children:n.t("drawing-anchor.both")}),X.jsx(ne.Radio,{value:f.SheetDrawingAnchorType.Position,children:n.t("drawing-anchor.position")}),X.jsx(ne.Radio,{value:f.SheetDrawingAnchorType.None,children:n.t("drawing-anchor.none")})]})})})]})},Yn=()=>{const i=l.useDependency(P.IDrawingManagerService),r=i.getFocusDrawings(),[n,e]=q.useState(r);return q.useEffect(()=>{const t=i.focus$.subscribe(o=>{e(o)});return()=>{t.unsubscribe()}},[]),!!(n!=null&&n.length)&&X.jsxs("div",{className:pe.imageCommonPanel,children:[X.jsx(ge.DrawingCommonPanel,{drawings:n}),X.jsx(Gn,{drawings:n})]})},Fn={[V.RibbonStartGroup.FORMULAS_INSERT]:{[Dt]:{order:3,menuItemFactory:Bn,[Je.id]:{order:0,menuItemFactory:kn},[yt.id]:{order:1,menuItemFactory:Ln}}}};function je(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 $n={id:Ce.id,description:"shortcut.sheet.drawing-move-down",group:"4_sheet-drawing-view",binding:V.KeyCode.ARROW_DOWN,priority:100,preconditions:je,staticParameters:{direction:l.Direction.DOWN}},Vn={id:Ce.id,description:"shortcut.sheet.drawing-move-up",group:"4_sheet-drawing-view",binding:V.KeyCode.ARROW_UP,priority:100,preconditions:je,staticParameters:{direction:l.Direction.UP}},Hn={id:Ce.id,description:"shortcut.sheet.drawing-move-left",group:"4_sheet-drawing-view",binding:V.KeyCode.ARROW_LEFT,priority:100,preconditions:je,staticParameters:{direction:l.Direction.LEFT}},Xn={id:Ce.id,description:"shortcut.sheet.drawing-move-right",group:"4_sheet-drawing-view",binding:V.KeyCode.ARROW_RIGHT,priority:100,preconditions:je,staticParameters:{direction:l.Direction.RIGHT}},xn={id:Ct.id,description:"shortcut.sheet.drawing-delete",group:"4_sheet-drawing-view",preconditions:je,binding:V.KeyCode.DELETE,mac:V.KeyCode.BACKSPACE};var Kn=Object.defineProperty,zn=Object.getOwnPropertyDescriptor,Jn=(i,r,n,e)=>{for(var t=e>1?void 0:e?zn(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&Kn(r,n,t),t},qe=(i,r)=>(n,e)=>r(n,e,i);let Qe=class extends l.Disposable{constructor(i,r,n,e){super(),this._componentManager=i,this._menuManagerService=r,this._commandService=n,this._shortcutService=e,this._init()}_initCustomComponents(){const i=this._componentManager;this.disposeWithMe(i.register(kt,Bt)),this.disposeWithMe(i.register(Ot,Yn))}_initMenus(){this._menuManagerService.mergeMenu(Fn)}_initCommands(){[Je,yt,Pe,Ee,Ae,gt,$,ht,ft,wt,Ce,Ct,St].forEach(i=>this.disposeWithMe(this._commandService.registerCommand(i)))}_initShortcuts(){[$n,Vn,Hn,Xn,xn].forEach(i=>{this.disposeWithMe(this._shortcutService.registerShortcut(i))})}_init(){this._initCommands(),this._initCustomComponents(),this._initMenus(),this._initShortcuts()}};Qe=Jn([qe(0,l.Inject(V.ComponentManager)),qe(1,V.IMenuManagerService),qe(2,l.ICommandService),qe(3,V.IShortcutService)],Qe);var Zn=Object.defineProperty,qn=Object.getOwnPropertyDescriptor,Qn=(i,r,n,e)=>{for(var t=e>1?void 0:e?qn(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&Zn(r,n,t),t},ve=(i,r)=>(n,e)=>r(n,e,i);function er(i,r,n,e,t){const{scaleX:o,scaleY:a}=r.getAncestorScale(),s=r.getViewport(N.SHEET_VIEWPORT_KEY.VIEW_MAIN),d={left:!0,top:!0};if(!s)return{...i,absolute:d};const{left:m,right:u,top:c,bottom:h}=i;let{top:g,left:p,viewportScrollX:S,viewportScrollY:w}=s;const{boundsOfViewArea:_,scrollDirectionResponse:C}=t||{};_&&(l.Tools.isDefine(_.top)&&(g=_.top),l.Tools.isDefine(_.left)&&(p=_.left)),C==="HORIZONTAL"&&(w=0),C==="VERTICAL"&&(S=0);let M,R;m<p?(d.left=!0,M=(p+(m-p))*o,R=Math.max(Math.min((p+(u-p))*o,p*o),(u-S)*o)):(d.left=!1,M=Math.max((m-S)*o,p*o),R=Math.max((u-S)*o,p*o));let D,T;return c<g?(d.top=!0,D=(g+(c-g))*a,T=Math.max(Math.min((g+(u-g))*a,g*a),(h-w)*a)):(d.top=!1,D=Math.max((c-w)*a,g*a),T=Math.max((h-w)*a,g*a)),{left:M,right:R,top:D,bottom:T,absolute:d}}const se=(i,r,n,e,t)=>{const{scene:o}=r,{left:a,top:s,width:d,height:m,angle:u}=i,c={left:a,right:a+d,top:s,bottom:s+m},h=er(c,o,n,e,t),{scaleX:g,scaleY:p}=o.getAncestorScale();return{startX:h.left,endX:h.right,startY:h.top,endY:h.bottom,rotate:u,width:d*g,height:m*p,absolute:h.absolute}};b.SheetCanvasFloatDomManagerService=class extends l.Disposable{constructor(n,e,t,o,a,s,d){super();Z(this,"_domLayerMap",new Map);Z(this,"_domLayerInfoMap",new Map);Z(this,"_transformChange$",new k.Subject);Z(this,"transformChange$",this._transformChange$.asObservable());Z(this,"_add$",new k.Subject);Z(this,"add$",this._add$.asObservable());Z(this,"_remove$",new k.Subject);Z(this,"remove$",this._remove$.asObservable());Z(this,"_hooks",[]);this._renderManagerService=n,this._univerInstanceService=e,this._commandService=t,this._drawingManagerService=o,this._canvasFloatDomService=a,this._sheetDrawingService=s,this._lifecycleService=d,this._drawingAddListener(),this._featureUpdateListener(),this._deleteListener(),this._bindScrollEvent()}_bindScrollEvent(){this._lifecycleService.lifecycle$.pipe(k.filter(n=>n===l.LifecycleStages.Rendered),k.take(1)).subscribe(()=>{this._scrollUpdateListener()})}_ensureMap(n,e){let t=this._domLayerMap.get(n);t||(t=new Map,this._domLayerMap.set(n,t));let o=t.get(e);return o||(o=new Map,t.set(e,o)),o}getFloatDomInfo(n){return this._domLayerInfoMap.get(n)}_getSceneAndTransformerByDrawingSearch(n){if(n==null)return;const e=this._renderManagerService.getRenderById(n),t=e==null?void 0:e.scene;if(e==null||t==null)return null;const o=t.getTransformerByCreate(),a=e.engine.getCanvasElement();return{scene:t,transformer:o,renderUnit:e,canvas:a}}_getFloatDomProps(n){let e;return this._hooks.forEach(t=>{e=t.onGetFloatDomProps(n)}),e}_drawingAddListener(){this.disposeWithMe(this._drawingManagerService.add$.subscribe(n=>{n.forEach(e=>{var re,ie,J;const{unitId:t,subUnitId:o,drawingId:a}=e,s=v.getSheetCommandTarget(this._univerInstanceService,{unitId:t,subUnitId:o}),d=this._drawingManagerService.getDrawingByParam(e),m=this._univerInstanceService.getUnit(t,l.UniverInstanceType.UNIVER_SHEET);if(!m)return;const u=m.getActiveSheet().getSheetId();if(!d||!s)return;const c=(re=this._renderManagerService.getRenderById(t))==null?void 0:re.with(A.SheetSkeletonManagerService).getWorksheetSkeleton(o);if(!c)return;const{transform:h,drawingType:g,data:p}=d;if(g!==l.DrawingTypeEnum.DRAWING_DOM&&g!==l.DrawingTypeEnum.DRAWING_CHART)return;const S=this._getSceneAndTransformerByDrawingSearch(t);if(S==null)return;const{scene:w,canvas:_}=S;if(h==null)return!0;if(u!==o)return;const{left:C,top:M,width:R,height:D,angle:T,flipX:I,flipY:j,skewX:O,skewY:G}=h,U=P.getDrawingShapeKeyByDrawingSearch({unitId:t,subUnitId:o,drawingId:a}),E=w.getObject(U);if(E!=null){E.transformByState({left:C,top:M,width:R,height:D,angle:T,flipX:I,flipY:j,skewX:O,skewY:G});return}const y={left:C,top:M,width:R,height:D,zIndex:this._drawingManagerService.getDrawingOrder(t,o).length-1},W=g===l.DrawingTypeEnum.DRAWING_CHART;if(W){const F=p?p.backgroundColor:"white";y.fill=F,y.rotateEnabled=!1,p&&p.border&&(y.stroke=p.border),y.paintFirst="stroke",y.strokeWidth=1,y.borderEnabled=!1,y.radius=8}const B=new N.Rect(U,y);W&&B.setObjectType(N.ObjectType.CHART),w.addObject(B,N.DRAWING_OBJECT_LAYER_INDEX),d.allowTransform!==!1&&w.attachTransformerTo(B);const z=this._ensureMap(t,o),K=new l.DisposableCollection,_e=se(B,S.renderUnit,c.skeleton,s.worksheet),ae=new k.BehaviorSubject(_e),Ie={dispose:K,rect:B,position$:ae,unitId:t,subUnitId:o};this._canvasFloatDomService.addFloatDom({position$:ae,id:a,componentKey:d.componentKey,onPointerDown:F=>{_.dispatchEvent(new PointerEvent(F.type,F))},onPointerMove:F=>{_.dispatchEvent(new PointerEvent(F.type,F))},onPointerUp:F=>{_.dispatchEvent(new PointerEvent(F.type,F))},onWheel:F=>{_.dispatchEvent(new WheelEvent(F.type,F))},props:(J=(ie=z.get(a))==null?void 0:ie.props)!=null?J:this._getFloatDomProps(a),data:p,unitId:t});const ce=B.onTransformChange$.subscribeEvent(()=>{const F=se(B,S.renderUnit,c.skeleton,s.worksheet);ae.next(F)});K.add(()=>{this._canvasFloatDomService.removeFloatDom(a)}),ce&&K.add(ce),this._domLayerInfoMap.set(a,Ie),z.set(a,{...z.get(a)})})})),this.disposeWithMe(this._drawingManagerService.remove$.subscribe(n=>{n.forEach(e=>{const{unitId:t,subUnitId:o,drawingId:a}=e,s=P.getDrawingShapeKeyByDrawingSearch({unitId:t,subUnitId:o,drawingId:a}),d=this._getSceneAndTransformerByDrawingSearch(t);if(d==null)return;const{transformer:m,scene:u}=d,c=u.getObject(s);c!=null&&c.oKey&&m.clearControlByIds([c==null?void 0:c.oKey])})}))}_scrollUpdateListener(){const n=(e,t)=>{var u;const o=this._getSceneAndTransformerByDrawingSearch(e),a=this._ensureMap(e,t),s=Array.from(a.keys()),d=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e,subUnitId:t}),m=(u=this._renderManagerService.getRenderById(e))==null?void 0:u.with(A.SheetSkeletonManagerService).getWorksheetSkeleton(t);!o||!d||!m||s.forEach(c=>{const h=this._domLayerInfoMap.get(c);if(h){const g=se(h.rect,o.renderUnit,m.skeleton,d.worksheet,h);h.position$.next(g)}})};this.disposeWithMe(this._univerInstanceService.getCurrentTypeOfUnit$(l.UniverInstanceType.UNIVER_SHEET).pipe(k.filter(e=>!!e),k.switchMap(e=>e.activeSheet$),k.filter(e=>!!e),k.map(e=>{const t=this._renderManagerService.getRenderById(e.getUnitId());return t?{render:t,unitId:e.getUnitId(),subUnitId:e.getSheetId()}:null}),k.filter(e=>!!e),k.switchMap(e=>l.fromEventSubject(e.render.scene.getViewport(N.SHEET_VIEWPORT_KEY.VIEW_MAIN).onScrollAfter$).pipe(k.map(()=>({unitId:e.unitId,subUnitId:e.subUnitId}))))).subscribe(({unitId:e,subUnitId:t})=>{n(e,t)})),this.disposeWithMe(this._commandService.onCommandExecuted(e=>{var t,o;if(e.id===A.SetZoomRatioOperation.id){const a=e.params,{unitId:s}=a;Array.from((o=(t=this._domLayerMap.get(s))==null?void 0:t.keys())!=null?o:[]).forEach(m=>{n(s,m)})}else if(e.id===v.SetFrozenMutation.id){const{unitId:a,subUnitId:s}=e.params;n(a,s)}}))}_getPosition(n,e){var g;const{startX:t,endX:o,startY:a,endY:s}=n,d=(g=this._renderManagerService.getRenderById(e))==null?void 0:g.with(A.ISheetSelectionRenderService);if(d==null)return;const m=d.getCellWithCoordByOffset(t,a);if(m==null)return;const u={column:m.actualColumn,columnOffset:t-m.startX,row:m.actualRow,rowOffset:a-m.startY},c=d.getCellWithCoordByOffset(o,s);if(c==null)return;const h={column:c.actualColumn,columnOffset:o-c.startX,row:c.actualRow,rowOffset:s-c.startY};return{from:u,to:h}}_featureUpdateListener(){this.disposeWithMe(this._drawingManagerService.update$.subscribe(n=>{n.forEach(e=>{const t=this._drawingManagerService.getDrawingByParam(e);if(!t||t.drawingType!==l.DrawingTypeEnum.DRAWING_DOM&&t.drawingType!==l.DrawingTypeEnum.DRAWING_CHART)return;const o={...t.transform};this._transformChange$.next({id:e.drawingId,value:o})})}))}_deleteListener(){this.disposeWithMe(this._drawingManagerService.remove$.subscribe(n=>{n.forEach(e=>{this._removeDom(e.drawingId)})}))}updateFloatDomProps(n,e,t,o){const a=this._domLayerInfoMap.get(t),s=this._getSceneAndTransformerByDrawingSearch(n);if(a&&s){const{scene:d}=s,m=P.getDrawingShapeKeyByDrawingSearch({unitId:n,subUnitId:e,drawingId:t}),u=d.getObject(m);u&&u instanceof N.Rect&&u.setProps(o)}}addFloatDomToPosition(n,e){const t=v.getSheetCommandTarget(this._univerInstanceService,{unitId:n.unitId,subUnitId:n.subUnitId});if(!t)throw new Error("cannot find current target!");const{unitId:o,subUnitId:a}=t,{initPosition:s,componentKey:d,data:m,allowTransform:u=!0}=n,c=e!=null?e:l.generateRandomId(),h=this._getPosition(s,o);if(h==null)return;this._ensureMap(o,a).set(c,n);const p={unitId:o,subUnitId:a,drawingId:c,drawingType:n.type||l.DrawingTypeEnum.DRAWING_DOM,componentKey:d,sheetTransform:h,transform:{left:s.startX,top:s.startY,width:s.endX-s.startX,height:s.endY-s.startY},data:m,allowTransform:u};return this._commandService.executeCommand(Pe.id,{unitId:o,drawings:[p]}),this._add$.next({unitId:o,subUnitId:a,id:c}),{id:c,dispose:()=>{this._removeDom(c,!0)}}}_removeDom(n,e=!1){const t=this._domLayerInfoMap.get(n);if(!t)return;const{unitId:o,subUnitId:a}=t;this._domLayerInfoMap.delete(n),t.dispose.dispose();const s=this._getSceneAndTransformerByDrawingSearch(o);if(s&&s.scene.removeObject(t.rect),e){this._ensureMap(o,a).delete(n);const m=this._drawingManagerService.getDrawingByParam({unitId:o,subUnitId:a,drawingId:n});if(!m)return;const u=this._sheetDrawingService.getBatchRemoveOp([m]),{redo:c,objects:h}=u;this._commandService.syncExecuteCommand(f.SetDrawingApplyMutation.id,{unitId:o,subUnitId:a,op:c,objects:h,type:f.DrawingApplyType.REMOVE})}}addHook(n){return this._hooks.push(n),{dispose:()=>{const e=this._hooks.findIndex(t=>t===n);this._hooks.splice(e,1)}}}addFloatDomToRange(n,e,t,o){var j,O,G,U,E;const a=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId});if(!a)throw new Error("cannot find current target!");const{unitId:s,subUnitId:d}=a,m=this._getSceneAndTransformerByDrawingSearch(s);if(!m)return;const u=this._renderManagerService.getRenderById(s);if(!u)return;const c=(j=this._renderManagerService.getRenderById(s))==null?void 0:j.with(A.SheetSkeletonManagerService).getWorksheetSkeleton(d);if(!c)return;const{componentKey:h,data:g,allowTransform:p=!0}=e,S=o!=null?o:l.generateRandomId(),{position:w,position$:_}=this._createRangePositionObserver(n,u,c.skeleton),C=this._getPosition(w,s);if(C==null)return;this._ensureMap(s,d).set(S,e);const R=m.scene,{scaleX:D}=R.getAncestorScale(),T=et(w,t,D),I={unitId:s,subUnitId:d,drawingId:S,drawingType:e.type||l.DrawingTypeEnum.DRAWING_DOM,componentKey:h,sheetTransform:C,transform:{left:T.startX,top:T.startY,width:T.width,height:T.height},data:g,allowTransform:p};{const{unitId:y,subUnitId:W,drawingId:B}=I,z=v.getSheetCommandTarget(this._univerInstanceService,{unitId:y,subUnitId:W}),K=I,_e=this._univerInstanceService.getUnit(y,l.UniverInstanceType.UNIVER_SHEET);if(!_e)return;const ae=_e.getActiveSheet().getSheetId();if(!K||!z)return;const Ie=(O=this._renderManagerService.getRenderById(y))==null?void 0:O.with(A.SheetSkeletonManagerService);if(!Ie)return;const ce=Ie.getWorksheetSkeleton(W);if(!ce)return;const{transform:re,drawingType:ie,data:J}=K;if(ie!==l.DrawingTypeEnum.DRAWING_DOM&&ie!==l.DrawingTypeEnum.DRAWING_CHART)return;const F=this._getSceneAndTransformerByDrawingSearch(y);if(F==null)return;const{scene:ye,canvas:De}=F;if(re==null||ae!==W)return;const{left:nt,top:rt,width:it,height:ot,angle:Tt,flipX:Rt,flipY:at,skewX:st,skewY:Me}=re,ct=P.getDrawingShapeKeyByDrawingSearch({unitId:y,subUnitId:W,drawingId:B}),de=ye.getObject(ct);if(de!=null){de.transformByState({left:nt,top:rt,width:it,height:ot,angle:Tt,flipX:Rt,flipY:at,skewX:st,skewY:Me});return}const te={left:nt,top:rt,width:it,height:ot,zIndex:this._drawingManagerService.getDrawingOrder(y,W).length-1},Te=ie===l.DrawingTypeEnum.DRAWING_CHART;if(Te){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 oe=new N.Rect(ct,te);Te&&oe.setObjectType(N.ObjectType.CHART),ye.addObject(oe,N.DRAWING_OBJECT_LAYER_INDEX),K.allowTransform!==!1&&ye.attachTransformerTo(oe);const Be=this._ensureMap(y,W),le=new l.DisposableCollection,Re=ye.getMainViewport(),be={top:Re.top,left:Re.left,bottom:Re.bottom,right:Re.right},ue={dispose:le,rect:oe,boundsOfViewArea:be,domAnchor:t,unitId:y,subUnitId:W},dt=se(oe,F.renderUnit,ce.skeleton,z.worksheet,ue),fe=new k.BehaviorSubject(dt);ue.position$=fe;let Y={position$:fe,id:B,componentKey:K.componentKey,onPointerDown:()=>{},onPointerMove:()=>{},onPointerUp:()=>{},onWheel:L=>{De.dispatchEvent(new WheelEvent(L.type,L))},props:(U=(G=Be.get(B))==null?void 0:G.props)!=null?U:this._getFloatDomProps(B),data:J,unitId:y};e.eventPassThrough&&(Y={...Y,onPointerDown:L=>{De.dispatchEvent(new PointerEvent(L.type,L))},onPointerMove:L=>{De.dispatchEvent(new PointerEvent(L.type,L))},onPointerUp:L=>{De.dispatchEvent(new PointerEvent(L.type,L))}}),this._canvasFloatDomService.addFloatDom(Y),this.disposeWithMe(_.subscribe(L=>{var Ft,$t,Vt,Ht;const ut=et({rotate:0,startX:L.startX,startY:L.startY,endX:L.endX,endY:L.endY,width:(Ft=t.width)!=null?Ft:L.width,height:($t=t.height)!=null?$t:L.height,absolute:{left:w.absolute.left,top:w.absolute.top}},t),or=P.getDrawingShapeKeyByDrawingSearch({unitId:y,subUnitId:W,drawingId:B}),ar=new N.Rect(or,{left:ut.startX,top:ut.startY,width:(Vt=t.width)!=null?Vt:L.width,height:(Ht=t.height)!=null?Ht:L.height,zIndex:this._drawingManagerService.getDrawingOrder(y,W).length-1}),sr=se(ar,F.renderUnit,ce.skeleton,z.worksheet,ue);fe.next(sr)}));const ke=(E=this._renderManagerService.getRenderById(y))==null?void 0:E.with(A.SheetSkeletonManagerService);ke==null||ke.currentSkeleton$.subscribe(L=>{L&&c.sheetId!==L.sheetId&&this._removeDom(S,!0)});const lt=oe.onTransformChange$.subscribeEvent(()=>{const L=se(oe,F.renderUnit,ce.skeleton,z.worksheet,ue);fe.next(L)});le.add(()=>{this._canvasFloatDomService.removeFloatDom(B)}),lt&&le.add(lt),this._domLayerInfoMap.set(B,ue),Be.set(B,{...Be.get(B)})}return{id:S,dispose:()=>{this._removeDom(S,!0)}}}addFloatDomToColumnHeader(n,e,t,o){var T,I,j,O,G;const a=v.getSheetCommandTarget(this._univerInstanceService,{unitId:e.unitId,subUnitId:e.subUnitId});if(!a)throw new Error("cannot find current target!");const{unitId:s,subUnitId:d}=a;if(!this._getSceneAndTransformerByDrawingSearch(s))return;const u=this._renderManagerService.getRenderById(s);if(!u)return;const c=(T=this._renderManagerService.getRenderById(s))==null?void 0:T.with(A.SheetSkeletonManagerService).getWorksheetSkeleton(d);if(!c)return;const{componentKey:h,data:g,allowTransform:p=!0}=e,S=o!=null?o:l.generateRandomId(),{position:w,position$:_}=this._createRangePositionObserver({startRow:0,endRow:0,startColumn:n,endColumn:n},u,c.skeleton),C=w;C.startY=0;const M=this._getPosition(w,s);if(M==null)return;this._ensureMap(s,d).set(S,e);const D={unitId:s,subUnitId:d,drawingId:S,drawingType:e.type||l.DrawingTypeEnum.DRAWING_DOM,componentKey:h,sheetTransform:M,transform:{left:C.startX,top:C.startY,width:C.width,height:C.height},data:g,allowTransform:p};{const{unitId:U,subUnitId:E,drawingId:y}=D,W=v.getSheetCommandTarget(this._univerInstanceService,{unitId:U,subUnitId:E}),B=D,z=this._univerInstanceService.getUnit(U,l.UniverInstanceType.UNIVER_SHEET);if(!z)return;const K=z.getActiveSheet().getSheetId();if(!B||!W)return;const _e=(I=this._renderManagerService.getRenderById(U))==null?void 0:I.with(A.SheetSkeletonManagerService);if(!_e)return;const ae=_e.getWorksheetSkeleton(E);if(!ae)return;const{transform:Ie,data:ce}=B,re=this._getSceneAndTransformerByDrawingSearch(U);if(re==null)return;const{scene:ie,canvas:J}=re;if(Ie==null||K!==E)return;const{left:F,top:ye,width:De,height:nt,angle:rt,flipX:it,flipY:ot,skewX:Tt,skewY:Rt}=Ie,at=P.getDrawingShapeKeyByDrawingSearch({unitId:U,subUnitId:E,drawingId:y}),st=ie.getObject(at);if(st!=null){st.transformByState({left:F,top:ye,width:De,height:nt,angle:rt,flipX:it,flipY:ot,skewX:Tt,skewY:Rt});return}const Me=et({rotate:0,startX:C.startX,startY:0,endX:w.endX,endY:w.endY,width:t.width,height:t.height,absolute:{left:w.absolute.left,top:w.absolute.top}},t),ct={left:Me.startX,top:Me.startY,width:Me.width,height:Me.height,zIndex:this._drawingManagerService.getDrawingOrder(U,E).length-1},de=new N.Rect(at,ct);ie.addObject(de,N.DRAWING_OBJECT_LAYER_INDEX),B.allowTransform!==!1&&ie.attachTransformerTo(de);const te=this._ensureMap(U,E),Te=new l.DisposableCollection,oe=ie.getMainViewport(),Be={top:0,left:oe.left,bottom:oe.bottom,right:oe.right},le={dispose:Te,rect:de,unitId:U,subUnitId:E,boundsOfViewArea:Be,domAnchor:t,scrollDirectionResponse:"HORIZONTAL"},Re=se(de,re.renderUnit,ae.skeleton,W.worksheet,le),be=new k.BehaviorSubject(Re);le.position$=be;let ue={position$:be,id:y,componentKey:B.componentKey,onPointerDown:()=>{},onPointerMove:()=>{},onPointerUp:()=>{},onWheel:Y=>{J.dispatchEvent(new WheelEvent(Y.type,Y))},props:(O=(j=te.get(y))==null?void 0:j.props)!=null?O:this._getFloatDomProps(y),data:ce,unitId:U};e.eventPassThrough&&(ue={...ue,onPointerDown:Y=>{J.dispatchEvent(new PointerEvent(Y.type,Y))},onPointerMove:Y=>{J.dispatchEvent(new PointerEvent(Y.type,Y))},onPointerUp:Y=>{J.dispatchEvent(new PointerEvent(Y.type,Y))}}),this._canvasFloatDomService.addFloatDom(ue);const dt=de.onTransformChange$.subscribeEvent(()=>{const Y=se(de,re.renderUnit,ae.skeleton,W.worksheet,le);be.next(Y)});this.disposeWithMe(_.subscribe(Y=>{const ke=et({rotate:0,startX:Y.startX,startY:0,endX:Y.endX,endY:Y.endY,width:t.width,height:t.height,absolute:{left:w.absolute.left,top:w.absolute.top}},t),lt=P.getDrawingShapeKeyByDrawingSearch({unitId:U,subUnitId:E,drawingId:y}),L=new N.Rect(lt,{left:ke.startX,top:0,width:t.width,height:t.height,zIndex:this._drawingManagerService.getDrawingOrder(U,E).length-1}),ut=se(L,re.renderUnit,ae.skeleton,W.worksheet,le);be.next(ut)}));const fe=(G=this._renderManagerService.getRenderById(U))==null?void 0:G.with(A.SheetSkeletonManagerService);fe==null||fe.currentSkeleton$.subscribe(Y=>{Y&&c.sheetId!==Y.sheetId&&this._removeDom(S,!0)}),Te.add(()=>{this._canvasFloatDomService.removeFloatDom(y)}),dt&&Te.add(dt),this._domLayerInfoMap.set(y,le),te.set(y,{...te.get(y)})}return{id:S,dispose:()=>{this._removeDom(S,!0)}}}_createRangePositionObserver(n,e,t){let{startRow:o,startColumn:a}=n;const s=We(o,a,t),d=new k.BehaviorSubject(s),m=We(n.endRow,n.endColumn,t),u=new k.BehaviorSubject(m),c=()=>{const _=We(o,a,t),C=We(n.endRow,n.endColumn,t);d.next(_),u.next(C)},h=new l.DisposableCollection;h.add(e.engine.clientRect$.subscribe(()=>c())),h.add(this._commandService.onCommandExecuted(_=>{if(_.id===v.SetWorksheetRowAutoHeightMutation.id&&_.params.rowsAutoHeightInfo.findIndex(M=>M.row===o)>-1){c();return}(v.COMMAND_LISTENER_SKELETON_CHANGE.indexOf(_.id)>-1||_.id===A.SetScrollOperation.id||_.id===A.SetZoomRatioOperation.id)&&c()}));const g=(_,C)=>{o=_,a=C,c()},p=()=>({rotate:0,width:m.right-s.left,height:m.bottom-s.top,absolute:{left:!0,top:!0},startX:s.left,startY:s.top,endX:m.right,endY:m.bottom}),S=d.pipe(k.map(_=>{const C=We(n.endRow,n.endColumn,t);return{rotate:0,width:C.right-_.left,height:C.bottom-_.top,absolute:{left:!0,top:!0},startX:_.left,startY:_.top,endX:C.right,endY:C.bottom}})),w=p();return{position$:S,position:w,updateRowCol:g,topLeftPos$:d,rightBottomPos$:u,disposable:h}}},b.SheetCanvasFloatDomManagerService=Qn([ve(0,l.Inject(N.IRenderManagerService)),ve(1,l.IUniverInstanceService),ve(2,l.Inject(l.ICommandService)),ve(3,P.IDrawingManagerService),ve(4,l.Inject(V.CanvasFloatDomService)),ve(5,f.ISheetDrawingService),ve(6,l.Inject(l.LifecycleService))],b.SheetCanvasFloatDomManagerService);function We(i,r,n){const e=n.getCellWithCoordByIndex(i,r),t=e.isMergedMainCell?e.mergeInfo:e;return{left:t.startX,right:t.endX,top:t.startY,bottom:t.endY}}function et(i,r,n){var m,u;n=n!=null?n:1;const e=i.endX-i.startX,t=i.endY-i.startY,o=(m=r==null?void 0:r.width)!=null?m:e,a=(u=r==null?void 0:r.height)!=null?u:t;let s=0,d=0;if(r){if(r.horizonOffsetAlign==="right"){const c=tt(r.marginX,e*n);s=i.endX-c-o}else s=i.startX+tt(r.marginX,e);if(r.verticalOffsetAlign==="bottom"){const c=tt(r.marginY,t*n);d=i.endY-c-a}else d=i.startY+tt(r.marginY,t)}return{rotate:0,startX:s,startY:d,endX:i.endX,endY:i.endY,width:o,height:a,absolute:{left:i.absolute.left,top:i.absolute.top}}}function tt(i,r){if(i===void 0)return 0;if(typeof i=="number")return i;const n=Number.parseFloat(i);return r*n/100}var Gt=Object.defineProperty,tr=Object.getOwnPropertyDescriptor,nr=(i,r,n)=>r in i?Gt(i,r,{enumerable:!0,configurable:!0,writable:!0,value:n}):i[r]=n,rr=(i,r,n,e)=>{for(var t=e>1?void 0:e?tr(r,n):r,o=i.length-1,a;o>=0;o--)(a=i[o])&&(t=(e?a(r,n,t):a(t))||t);return e&&t&&Gt(r,n,t),t},Mt=(i,r)=>(n,e)=>r(n,e,i),Yt=(i,r,n)=>nr(i,typeof r!="symbol"?r+"":r,n);const ir="SHEET_IMAGE_UI_PLUGIN";b.UniverSheetsDrawingUIPlugin=class extends l.Plugin{constructor(r=Et,n,e,t){super(),this._config=r,this._injector=n,this._renderManagerService=e,this._configService=t;const{menu:o,...a}=l.merge({},Et,this._config);o&&this._configService.setConfig("menu",o,{merge:!0}),this._configService.setConfig(Xt,a)}onStarting(){l.registerDependencies(this._injector,[[b.SheetCanvasFloatDomManagerService],[Qe],[Ge],[ze],[xe],[Xe],[Fe],[He],[$e]]),l.touchDependencies(this._injector,[[b.SheetCanvasFloatDomManagerService]])}onReady(){l.touchDependencies(this._injector,[[Xe]])}onRendered(){this._registerRenderModules(),l.touchDependencies(this._injector,[[xe],[ze],[Qe],[Fe],[He],[$e]])}onSteady(){this._injector.get(Ge)}_registerRenderModules(){[[Ue],[It],[pt]].forEach(r=>{this.disposeWithMe(this._renderManagerService.registerRenderModule(l.UniverInstanceType.UNIVER_SHEET,r))})}},Yt(b.UniverSheetsDrawingUIPlugin,"type",l.UniverInstanceType.UNIVER_SHEET),Yt(b.UniverSheetsDrawingUIPlugin,"pluginName",ir),b.UniverSheetsDrawingUIPlugin=rr([l.DependentOn(P.UniverDrawingPlugin,Se.UniverDocsDrawingPlugin,ge.UniverDrawingUIPlugin,f.UniverSheetsDrawingPlugin),Mt(1,l.Inject(l.Injector)),Mt(2,N.IRenderManagerService),Mt(3,l.IConfigService)],b.UniverSheetsDrawingUIPlugin),b.ClearSheetDrawingTransformerOperation=$,b.DeleteDrawingsCommand=Ct,b.EditSheetDrawingOperation=ht,b.GroupSheetDrawingCommand=ft,b.InsertFloatImageCommand=Je,b.InsertSheetDrawingCommand=Pe,b.MoveDrawingsCommand=Ce,b.RemoveSheetDrawingCommand=Ee,b.SHEETS_IMAGE_MENU_ID=Dt,b.SetDrawingArrangeCommand=St,b.SetSheetDrawingCommand=Ae,b.SidebarSheetDrawingOperation=gt,b.UngroupSheetDrawingCommand=wt,Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})});
|