@univerjs/action-recorder 0.15.4 → 0.15.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/cjs/index.js CHANGED
@@ -1 +1 @@
1
- "use strict";var q=Object.defineProperty;var z=(t,r,e)=>r in t?q(t,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[r]=e;var v=(t,r,e)=>z(t,typeof r!="symbol"?r+"":r,e);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("@univerjs/core"),p=require("react"),a=require("@univerjs/sheets"),x=require("@univerjs/sheets-filter"),l=require("@univerjs/sheets-ui"),d=require("@univerjs/ui"),I=require("rxjs"),f=require("@univerjs/design"),h=require("react/jsx-runtime");function D({ref:t,...r}){const{icon:e,id:n,className:o,extend:i,...c}=r,S=`univerjs-icon univerjs-icon-${n} ${o||""}`.trim(),m=p.useRef(`_${G()}`);return E(e,`${n}`,{defIds:e.defIds,idSuffix:m.current},{ref:t,className:S,...c},i)}function E(t,r,e,n,o){return p.createElement(t.tag,{key:r,...H(t,e,o),...n},(J(t,e).children||[]).map((i,c)=>E(i,`${r}-${t.tag}-${c}`,e,void 0,o)))}function H(t,r,e){const n={...t.attrs};e!=null&&e.colorChannel1&&n.fill==="colorChannel1"&&(n.fill=e.colorChannel1),t.tag==="mask"&&n.id&&(n.id=n.id+r.idSuffix),Object.entries(n).forEach(([i,c])=>{i==="mask"&&typeof c=="string"&&(n[i]=c.replace(/url\(#(.*)\)/,`url(#$1${r.idSuffix})`))});const{defIds:o}=r;return!o||o.length===0||(t.tag==="use"&&n["xlink:href"]&&(n["xlink:href"]=n["xlink:href"]+r.idSuffix),Object.entries(n).forEach(([i,c])=>{typeof c=="string"&&(n[i]=c.replace(/url\(#(.*)\)/,`url(#$1${r.idSuffix})`))})),n}function J(t,r){var n;const{defIds:e}=r;return!e||e.length===0?t:t.tag==="defs"&&((n=t.children)!=null&&n.length)?{...t,children:t.children.map(o=>typeof o.attrs.id=="string"&&e&&e.includes(o.attrs.id)?{...o,attrs:{...o.attrs,id:o.attrs.id+r.idSuffix}}:o)}:t}function G(){return Math.random().toString(36).substring(2,8)}D.displayName="UniverIcon";const Z={tag:"svg",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"g",attrs:{fill:"currentColor",clipPath:"url(#record-icon_clip0_1559_19)"},children:[{tag:"path",attrs:{d:"M7.60303 10C8.7076 10 9.60303 9.10457 9.60303 8C9.60303 6.89543 8.7076 6 7.60303 6C6.49846 6 5.60303 6.89543 5.60303 8C5.60303 9.10457 6.49846 10 7.60303 10Z"}},{tag:"path",attrs:{d:"M1.66943 5.29023C1.66941 3.85426 2.83349 2.69017 4.26946 2.69019L10.9362 2.69026C12.3192 2.69028 13.45 3.77008 13.5315 5.13259L14.5692 4.55638C15.3024 4.14929 16.2032 4.67947 16.2032 5.51809V10.4819C16.2032 11.3205 15.3024 11.8507 14.5692 11.4436L13.5315 10.8674C13.45 12.2299 12.3192 13.3097 10.9362 13.3097H4.26953C2.83361 13.3097 1.66956 12.1457 1.66953 10.7098L1.66943 5.29023ZM13.5362 9.49743L15.0032 10.312V5.68799L13.5362 6.50254V9.49743ZM4.26945 3.89019C3.49623 3.89018 2.86942 4.517 2.86943 5.29021L2.86953 10.7098C2.86955 11.483 3.49634 12.1097 4.26953 12.1097H10.9362C11.7094 12.1097 12.3362 11.4829 12.3362 10.7097V5.29026C12.3362 4.51707 11.7094 3.89027 10.9362 3.89026L4.26945 3.89019Z",fillRule:"evenodd",clipRule:"evenodd"}}]},{tag:"defs",attrs:{},children:[{tag:"clipPath",attrs:{id:"record-icon_clip0_1559_19"},children:[{tag:"path",attrs:{fill:"white",d:"M0 0H16V16H0z",transform:"translate(.94)"}}]}]}],defIds:["record-icon_clip0_1559_19"]},w=p.forwardRef(function(r,e){return p.createElement(D,Object.assign({},r,{id:"record-icon",ref:e,icon:Z}))});w.displayName="RecordIcon";var K=Object.getOwnPropertyDescriptor,Y=(t,r,e,n)=>{for(var o=n>1?void 0:n?K(r,e):r,i=t.length-1,c;i>=0;i--)(c=t[i])&&(o=c(o)||o);return o},O=(t,r)=>(e,n)=>r(e,n,t);exports.ActionRecorderService=class extends s.Disposable{constructor(e,n,o,i){super();v(this,"_shouldRecordCommands",new Set);v(this,"_panelOpened$",new I.BehaviorSubject(!1));v(this,"panelOpened$",this._panelOpened$.asObservable());v(this,"_recorder",null);v(this,"_recording$",new I.BehaviorSubject(!1));v(this,"recording$",this._recording$.asObservable());v(this,"_recorded$",new I.BehaviorSubject([]));v(this,"_recordedCommands$",new I.BehaviorSubject([]));v(this,"recordedCommands$",this._recordedCommands$.asObservable());this._commandSrv=e,this._logService=n,this._localFileService=o,this._instanceService=i}get recording(){return this._recording$.getValue()}get _recorded(){return this._recorded$.getValue()}get _recordedCommands(){return this._recordedCommands$.getValue()}registerRecordedCommand(e){if(e.type===s.CommandType.MUTATION)throw new Error("[CommandRecorderService] Cannot record mutation commands.");this._shouldRecordCommands.add(e.id)}togglePanel(e){this._panelOpened$.next(e),e===!1&&this.stopRecording()}startRecording(e=!1){this._recorder=this._commandSrv.onCommandExecuted(n=>{var o,i;if(this._shouldRecordCommands.has(n.id)){const c=this._recorded,S=this._recordedCommands;let m={...n};const C=(o=this._instanceService.getFocusedUnit())==null?void 0:o.getUnitId(),{unitId:g=C,subUnitId:u}=m==null?void 0:m.params;if(e&&g&&u){const M=(i=this._instanceService.getUnit(g).getSheetBySheetId(u))==null?void 0:i.getName();m={...m,params:{...m.params,subUnitId:M}}}m.id===a.SetSelectionsOperation.id&&c.length>0&&c[c.length-1].id===a.SetSelectionsOperation.id?c[c.length-1]=m:(c.push(m),this._recorded$.next(c),m.type===s.CommandType.COMMAND&&(S.push(m),this._recordedCommands$.next(S)))}}),this._recording$.next(!0)}stopRecording(){var e;(e=this._recorder)==null||e.dispose(),this._recorder=null,this._recorded$.next([]),this._recordedCommands$.next([]),this._recording$.next(!1)}completeRecording(){const e=this._recorded.slice();this._localFileService.downloadFile(new Blob([JSON.stringify(e,null,2)]),"recorded-commands.json"),this._logService.error("Recorded commands:",e),this.stopRecording()}};exports.ActionRecorderService=Y([O(0,s.ICommandService),O(1,s.ILogService),O(2,d.ILocalFileService),O(3,s.IUniverInstanceService)],exports.ActionRecorderService);const L={id:"action-recorder.command.start-recording",type:s.CommandType.COMMAND,handler:(t,r)=>(t.get(exports.ActionRecorderService).startRecording(!!(r!=null&&r.replaceId)),!0)},B={id:"action-recorder.command.complete-recording",type:s.CommandType.COMMAND,handler:t=>(t.get(exports.ActionRecorderService).completeRecording(),!0)},k={id:"action-recorder.command.stop-recording",type:s.CommandType.COMMAND,handler:t=>(t.get(exports.ActionRecorderService).completeRecording(),!0)};var Q=Object.getOwnPropertyDescriptor,X=(t,r,e,n)=>{for(var o=n>1?void 0:n?Q(r,e):r,i=t.length-1,c;i>=0;i--)(c=t[i])&&(o=c(o)||o);return o},R=(t,r)=>(e,n)=>r(e,n,t),T=(t=>(t.DEFAULT="default",t.NAME="name",t.ACTIVE="active",t))(T||{});exports.ActionReplayService=class extends s.Disposable{constructor(r,e,n,o,i){super(),this._messageService=r,this._instanceService=e,this._localFileService=n,this._logService=o,this._commandService=i}async replayLocalJSON(r="default"){const e=await this._localFileService.openFile({multiple:!1,accept:".json"});if(e.length!==1)return!1;const n=e[0];try{return this.replayCommands(JSON.parse(await n.text()),{mode:r})}catch{return this._messageService.show({type:f.MessageType.Error,content:`Failed to replay commands from local file ${n.name}.`}),!1}}async replayCommands(r,e){var i,c,S;const n=(i=this._instanceService.getFocusedUnit())==null?void 0:i.getUnitId();n||this._logService.error("[ReplayService]","no focused unit to replay commands");const{mode:o}=e||{};for(const m of r){const{id:C,params:g}=m,u=g;if(u){if(typeof u.unitId<"u"&&(u.unitId=n),o==="name"&&u.subUnitId!=="undefined"){const _=(c=this._instanceService.getFocusedUnit().getSheetBySheetName(u.subUnitId))==null?void 0:c.getSheetId();_?u.subUnitId=_:this._logService.error("[ReplayService]",`failed to find subunit by subUnitName = ${u.subUnitId}`)}if(o==="active"&&u.subUnitId!=="undefined"){const _=(S=this._instanceService.getFocusedUnit().getActiveSheet())==null?void 0:S.getSheetId();_?u.subUnitId=_:this._logService.error("[ReplayService]","failed to find active subunit")}if(!await this._commandService.executeCommand(C,g))return!1}else if(!await this._commandService.executeCommand(C))return!1}return!0}async replayCommandsWithDelay(r){var n;const e=(n=this._instanceService.getFocusedUnit())==null?void 0:n.getUnitId();e||this._logService.error("[ReplayService]","no focused unit to replay commands");for(const o of r){await s.awaitTime(ee());const{id:i,params:c}=o;if(c){if(typeof c.unitId<"u"&&(c.unitId=e),!await this._commandService.executeCommand(i,c))return!1}else if(!await this._commandService.executeCommand(i))return!1}return!0}};exports.ActionReplayService=X([R(0,d.IMessageService),R(1,s.IUniverInstanceService),R(2,d.ILocalFileService),R(3,s.ILogService),R(4,s.ICommandService)],exports.ActionReplayService);function ee(){return Math.floor(Math.random()*800)+200}const U={id:"action-recorder.command.replay-local-records",type:s.CommandType.COMMAND,handler:async t=>{const e=await t.get(exports.ActionReplayService).replayLocalJSON();return e&&t.get(d.IMessageService).show({type:f.MessageType.Success,content:"Successfully replayed local records"}),e}},$={id:"action-recorder.command.replay-local-records-name",type:s.CommandType.COMMAND,handler:async t=>{const e=await t.get(exports.ActionReplayService).replayLocalJSON(T.NAME);return e&&t.get(d.IMessageService).show({type:f.MessageType.Success,content:"Successfully replayed local records"}),e}},N={id:"action-recorder.command.replay-local-records-active",type:s.CommandType.COMMAND,handler:async t=>{const e=await t.get(exports.ActionReplayService).replayLocalJSON(T.ACTIVE);return e&&t.get(d.IMessageService).show({type:f.MessageType.Success,content:"Successfully replayed local records"}),e}},j={id:"action-recorder.operation.open-panel",type:s.CommandType.OPERATION,handler(t){return t.get(exports.ActionRecorderService).togglePanel(!0),!0}},V={id:"action-recorder.operation.close-panel",type:s.CommandType.OPERATION,handler(t){return t.get(exports.ActionRecorderService).togglePanel(!1),!0}};function te(){const t=d.useDependency(exports.ActionRecorderService);return d.useObservable(t.panelOpened$)?h.jsx(re,{}):null}function re(){var g;const t=d.useDependency(s.ICommandService),r=d.useDependency(exports.ActionRecorderService),e=d.useObservable(r.recording$),n=d.useObservable(r.recordedCommands$),o=(g=n==null?void 0:n.length)!=null?g:0,i=p.useCallback(()=>{e||t.executeCommand(V.id)},[t,e]),c=p.useCallback(u=>{e||t.executeCommand(L.id,{replaceId:u})},[t,e]),S=p.useCallback(()=>{e&&t.executeCommand(B.id)},[t,e]),m=p.useCallback(()=>{e&&t.executeCommand(k.id)},[t,e]),C=e?o===0?"Recording...":`${o}: ${n[o-1].id}`:"Start Recording";return h.jsxs("div",{className:"univer-fixed univer-bottom-20 univer-left-1/2 univer-z-[1000] univer-flex univer-h-16 univer-w-[512px] -univer-translate-x-1/2 univer-items-center univer-rounded-lg univer-bg-white univer-px-5 univer-shadow-lg",children:[h.jsx("div",{className:"univer-mr-2 univer-size-5 univer-shrink-0 univer-grow-0 univer-text-xl",children:h.jsx(w,{})}),h.jsx("div",{className:"univer-flex-1 univer-text-sm",children:C}),h.jsxs("div",{className:"univer-flex univer-w-64 univer-shrink-0 univer-grow-0 univer-justify-between",children:[h.jsx(f.Button,{className:"univer-w-20",onClick:e?m:i,children:e?"Cancel":"Close"}),h.jsx(f.Button,{className:"univer-w-20",variant:"primary",onClick:e?S:()=>c(),children:e?"Save":"Start"}),!e&&h.jsx(f.Button,{variant:"primary",onClick:()=>c(!0),children:"Start(N)"})]})]})}const W="RECORD_MENU_ITEM";function ne(){return{id:W,type:d.MenuItemType.SUBITEMS,icon:"RecordIcon",tooltip:"action-recorder.menu.title"}}function oe(t){const r=t.get(exports.ActionRecorderService);return{id:j.id,title:"action-recorder.menu.record",type:d.MenuItemType.BUTTON,disabled$:r.panelOpened$}}function ie(){return{id:U.id,title:"action-recorder.menu.replay-local",type:d.MenuItemType.BUTTON}}function ce(){return{id:$.id,title:"action-recorder.menu.replay-local-name",type:d.MenuItemType.BUTTON}}function ae(){return{id:N.id,title:"action-recorder.menu.replay-local-active",type:d.MenuItemType.BUTTON}}const se={[d.RibbonOthersGroup.OTHERS]:{[W]:{order:1,menuItemFactory:ne,[j.id]:{order:1,menuItemFactory:oe},[U.id]:{order:2,menuItemFactory:ie},[$.id]:{order:3,menuItemFactory:ce},[N.id]:{order:4,menuItemFactory:ae}}}};var de=Object.getOwnPropertyDescriptor,le=(t,r,e,n)=>{for(var o=n>1?void 0:n?de(r,e):r,i=t.length-1,c;i>=0;i--)(c=t[i])&&(o=c(o)||o);return o},y=(t,r)=>(e,n)=>r(e,n,t);let A=class extends s.Disposable{constructor(t,r,e,n,o,i){super(),this._commandSrv=t,this._uiPartsSrv=r,this._menuManagerService=e,this._componentManager=n,this._actionRecorderService=o,this._injector=i,this._initCommands(),this._initUI(),this._initSheetsCommands(),this._initDocsCommands()}_initCommands(){[L,k,B,j,V,U,$,N].forEach(t=>this._commandSrv.registerCommand(t))}_initUI(){this._uiPartsSrv.registerComponent(d.BuiltInUIPart.GLOBAL,()=>d.connectInjector(te,this._injector)),this.disposeWithMe(this._componentManager.register("RecordIcon",w)),this._menuManagerService.mergeMenu(se)}_initSheetsCommands(){[a.CopySheetCommand,a.DeleteRangeMoveLeftCommand,a.DeleteRangeMoveUpCommand,a.DeltaColumnWidthCommand,a.DeltaRowHeightCommand,a.InsertSheetCommand,a.InsertColAfterCommand,a.InsertColBeforeCommand,a.InsertRowAfterCommand,a.InsertRowBeforeCommand,a.RemoveSheetCommand,a.SetStyleCommand,a.AddWorksheetMergeCommand,a.AddWorksheetMergeAllCommand,a.AddWorksheetMergeVerticalCommand,a.AddWorksheetMergeHorizontalCommand,a.SetFrozenCommand,a.CancelFrozenCommand,a.SetHorizontalTextAlignCommand,a.SetOverlineCommand,l.SetRangeBoldCommand,l.SetRangeFontFamilyCommand,l.SetRangeFontSizeCommand,l.SetRangeItalicCommand,l.SetRangeStrickThroughCommand,l.SetRangeSubscriptCommand,l.SetRangeSuperscriptCommand,l.SetRangeTextColorCommand,l.SetRangeUnderlineCommand,a.SetRangeValuesCommand,a.SetStrikeThroughCommand,a.SetTextColorCommand,a.SetTextRotationCommand,a.SetTextWrapCommand,a.SetVerticalTextAlignCommand,l.SheetCopyCommand,l.SheetCutCommand,l.SheetPasteBesidesBorderCommand,l.SheetPasteColWidthCommand,l.SheetPasteCommand,l.SheetPasteFormatCommand,l.SheetPasteShortKeyCommand,l.SheetPasteValueCommand,l.AutoFillCommand,l.RefillCommand,a.SetWorksheetActivateCommand,a.SetWorksheetActiveOperation,a.SetSelectionsOperation,x.SetSheetFilterRangeCommand,x.SetSheetsFilterCriteriaCommand,x.RemoveSheetFilterCommand].forEach(t=>this._actionRecorderService.registerRecordedCommand(t))}_initDocsCommands(){}};A=le([y(0,s.ICommandService),y(1,d.IUIPartsService),y(2,d.IMenuManagerService),y(3,s.Inject(d.ComponentManager)),y(4,s.Inject(exports.ActionRecorderService)),y(5,s.Inject(s.Injector))],A);const me="action-recorder.config",P={};var ue=Object.getOwnPropertyDescriptor,Se=(t,r,e,n)=>{for(var o=n>1?void 0:n?ue(r,e):r,i=t.length-1,c;i>=0;i--)(c=t[i])&&(o=c(o)||o);return o},F=(t,r)=>(e,n)=>r(e,n,t),b;exports.UniverActionRecorderPlugin=(b=class extends s.Plugin{constructor(r=P,e,n){super(),this._config=r,this._injector=e,this._configService=n;const{menu:o,...i}=s.merge({},P,this._config);o&&this._configService.setConfig("menu",o,{merge:!0}),this._configService.setConfig(me,i)}onStarting(){(this._config.replayOnly?[[exports.ActionReplayService]]:[[exports.ActionRecorderService],[exports.ActionReplayService],[A]]).forEach(e=>this._injector.add(e))}onSteady(){this._config.replayOnly||this._injector.get(A)}},v(b,"pluginName","UNIVER_ACTION_RECORDER_PLUGIN"),b);exports.UniverActionRecorderPlugin=Se([F(1,s.Inject(s.Injector)),F(2,s.IConfigService)],exports.UniverActionRecorderPlugin);
1
+ "use strict";var q=Object.defineProperty;var z=(t,r,e)=>r in t?q(t,r,{enumerable:!0,configurable:!0,writable:!0,value:e}):t[r]=e;var v=(t,r,e)=>z(t,typeof r!="symbol"?r+"":r,e);Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("@univerjs/core"),p=require("react"),a=require("@univerjs/sheets"),x=require("@univerjs/sheets-filter"),m=require("@univerjs/sheets-ui"),d=require("@univerjs/ui"),I=require("rxjs"),f=require("@univerjs/design"),h=require("react/jsx-runtime");function D({ref:t,...r}){const{icon:e,id:n,className:o,extend:i,...c}=r,S=`univerjs-icon univerjs-icon-${n} ${o||""}`.trim(),l=p.useRef(`_${G()}`);return E(e,`${n}`,{defIds:e.defIds,idSuffix:l.current},{ref:t,className:S,...c},i)}function E(t,r,e,n,o){return p.createElement(t.tag,{key:r,...H(t,e,o),...n},(J(t,e).children||[]).map((i,c)=>E(i,`${r}-${t.tag}-${c}`,e,void 0,o)))}function H(t,r,e){const n={...t.attrs};e!=null&&e.colorChannel1&&n.fill==="colorChannel1"&&(n.fill=e.colorChannel1),t.tag==="mask"&&n.id&&(n.id=n.id+r.idSuffix),Object.entries(n).forEach(([i,c])=>{i==="mask"&&typeof c=="string"&&(n[i]=c.replace(/url\(#(.*)\)/,`url(#$1${r.idSuffix})`))});const{defIds:o}=r;return!o||o.length===0||(t.tag==="use"&&n["xlink:href"]&&(n["xlink:href"]=n["xlink:href"]+r.idSuffix),Object.entries(n).forEach(([i,c])=>{typeof c=="string"&&(n[i]=c.replace(/url\(#(.*)\)/,`url(#$1${r.idSuffix})`))})),n}function J(t,r){var n;const{defIds:e}=r;return!e||e.length===0?t:t.tag==="defs"&&((n=t.children)!=null&&n.length)?{...t,children:t.children.map(o=>typeof o.attrs.id=="string"&&e&&e.includes(o.attrs.id)?{...o,attrs:{...o.attrs,id:o.attrs.id+r.idSuffix}}:o)}:t}function G(){return Math.random().toString(36).substring(2,8)}D.displayName="UniverIcon";const Z={tag:"svg",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"g",attrs:{fill:"currentColor",clipPath:"url(#record-icon_clip0_1559_19)"},children:[{tag:"path",attrs:{d:"M7.60303 10C8.7076 10 9.60303 9.10457 9.60303 8C9.60303 6.89543 8.7076 6 7.60303 6C6.49846 6 5.60303 6.89543 5.60303 8C5.60303 9.10457 6.49846 10 7.60303 10Z"}},{tag:"path",attrs:{d:"M1.66943 5.29023C1.66941 3.85426 2.83349 2.69017 4.26946 2.69019L10.9362 2.69026C12.3192 2.69028 13.45 3.77008 13.5315 5.13259L14.5692 4.55638C15.3024 4.14929 16.2032 4.67947 16.2032 5.51809V10.4819C16.2032 11.3205 15.3024 11.8507 14.5692 11.4436L13.5315 10.8674C13.45 12.2299 12.3192 13.3097 10.9362 13.3097H4.26953C2.83361 13.3097 1.66956 12.1457 1.66953 10.7098L1.66943 5.29023ZM13.5362 9.49743L15.0032 10.312V5.68799L13.5362 6.50254V9.49743ZM4.26945 3.89019C3.49623 3.89018 2.86942 4.517 2.86943 5.29021L2.86953 10.7098C2.86955 11.483 3.49634 12.1097 4.26953 12.1097H10.9362C11.7094 12.1097 12.3362 11.4829 12.3362 10.7097V5.29026C12.3362 4.51707 11.7094 3.89027 10.9362 3.89026L4.26945 3.89019Z",fillRule:"evenodd",clipRule:"evenodd"}}]},{tag:"defs",attrs:{},children:[{tag:"clipPath",attrs:{id:"record-icon_clip0_1559_19"},children:[{tag:"path",attrs:{fill:"white",d:"M0 0H16V16H0z",transform:"translate(.94)"}}]}]}],defIds:["record-icon_clip0_1559_19"]},w=p.forwardRef(function(r,e){return p.createElement(D,Object.assign({},r,{id:"record-icon",ref:e,icon:Z}))});w.displayName="RecordIcon";var K=Object.getOwnPropertyDescriptor,Y=(t,r,e,n)=>{for(var o=n>1?void 0:n?K(r,e):r,i=t.length-1,c;i>=0;i--)(c=t[i])&&(o=c(o)||o);return o},O=(t,r)=>(e,n)=>r(e,n,t);exports.ActionRecorderService=class extends s.Disposable{constructor(e,n,o,i){super();v(this,"_shouldRecordCommands",new Set);v(this,"_panelOpened$",new I.BehaviorSubject(!1));v(this,"panelOpened$",this._panelOpened$.asObservable());v(this,"_recorder",null);v(this,"_recording$",new I.BehaviorSubject(!1));v(this,"recording$",this._recording$.asObservable());v(this,"_recorded$",new I.BehaviorSubject([]));v(this,"_recordedCommands$",new I.BehaviorSubject([]));v(this,"recordedCommands$",this._recordedCommands$.asObservable());this._commandSrv=e,this._logService=n,this._localFileService=o,this._instanceService=i}get recording(){return this._recording$.getValue()}get _recorded(){return this._recorded$.getValue()}get _recordedCommands(){return this._recordedCommands$.getValue()}registerRecordedCommand(e){if(e.type===s.CommandType.MUTATION)throw new Error("[CommandRecorderService] Cannot record mutation commands.");this._shouldRecordCommands.add(e.id)}togglePanel(e){this._panelOpened$.next(e),e===!1&&this.stopRecording()}startRecording(e=!1){this._recorder=this._commandSrv.onCommandExecuted(n=>{var o,i;if(this._shouldRecordCommands.has(n.id)){const c=this._recorded,S=this._recordedCommands;let l={...n};const C=(o=this._instanceService.getFocusedUnit())==null?void 0:o.getUnitId(),{unitId:g=C,subUnitId:u}=l==null?void 0:l.params;if(e&&g&&u){const M=(i=this._instanceService.getUnit(g).getSheetBySheetId(u))==null?void 0:i.getName();l={...l,params:{...l.params,subUnitId:M}}}l.id===a.SetSelectionsOperation.id&&c.length>0&&c[c.length-1].id===a.SetSelectionsOperation.id?c[c.length-1]=l:(c.push(l),this._recorded$.next(c),l.type===s.CommandType.COMMAND&&(S.push(l),this._recordedCommands$.next(S)))}}),this._recording$.next(!0)}stopRecording(){var e;(e=this._recorder)==null||e.dispose(),this._recorder=null,this._recorded$.next([]),this._recordedCommands$.next([]),this._recording$.next(!1)}completeRecording(){const e=this._recorded.slice();this._localFileService.downloadFile(new Blob([JSON.stringify(e,null,2)]),"recorded-commands.json"),this._logService.error("Recorded commands:",e),this.stopRecording()}};exports.ActionRecorderService=Y([O(0,s.ICommandService),O(1,s.ILogService),O(2,d.ILocalFileService),O(3,s.IUniverInstanceService)],exports.ActionRecorderService);const L={id:"action-recorder.command.start-recording",type:s.CommandType.COMMAND,handler:(t,r)=>(t.get(exports.ActionRecorderService).startRecording(!!(r!=null&&r.replaceId)),!0)},B={id:"action-recorder.command.complete-recording",type:s.CommandType.COMMAND,handler:t=>(t.get(exports.ActionRecorderService).completeRecording(),!0)},k={id:"action-recorder.command.stop-recording",type:s.CommandType.COMMAND,handler:t=>(t.get(exports.ActionRecorderService).completeRecording(),!0)};var Q=Object.getOwnPropertyDescriptor,X=(t,r,e,n)=>{for(var o=n>1?void 0:n?Q(r,e):r,i=t.length-1,c;i>=0;i--)(c=t[i])&&(o=c(o)||o);return o},R=(t,r)=>(e,n)=>r(e,n,t),T=(t=>(t.DEFAULT="default",t.NAME="name",t.ACTIVE="active",t))(T||{});exports.ActionReplayService=class extends s.Disposable{constructor(r,e,n,o,i){super(),this._messageService=r,this._instanceService=e,this._localFileService=n,this._logService=o,this._commandService=i}async replayLocalJSON(r="default"){const e=await this._localFileService.openFile({multiple:!1,accept:".json"});if(e.length!==1)return!1;const n=e[0];try{return this.replayCommands(JSON.parse(await n.text()),{mode:r})}catch{return this._messageService.show({type:f.MessageType.Error,content:`Failed to replay commands from local file ${n.name}.`}),!1}}async replayCommands(r,e){var i,c,S;const n=(i=this._instanceService.getFocusedUnit())==null?void 0:i.getUnitId();n||this._logService.error("[ReplayService]","no focused unit to replay commands");const{mode:o}=e||{};for(const l of r){const{id:C,params:g}=l,u=g;if(u){if(typeof u.unitId<"u"&&(u.unitId=n),o==="name"&&u.subUnitId!=="undefined"){const _=(c=this._instanceService.getFocusedUnit().getSheetBySheetName(u.subUnitId))==null?void 0:c.getSheetId();_?u.subUnitId=_:this._logService.error("[ReplayService]",`failed to find subunit by subUnitName = ${u.subUnitId}`)}if(o==="active"&&u.subUnitId!=="undefined"){const _=(S=this._instanceService.getFocusedUnit().getActiveSheet())==null?void 0:S.getSheetId();_?u.subUnitId=_:this._logService.error("[ReplayService]","failed to find active subunit")}if(!await this._commandService.executeCommand(C,g))return!1}else if(!await this._commandService.executeCommand(C))return!1}return!0}async replayCommandsWithDelay(r){var n;const e=(n=this._instanceService.getFocusedUnit())==null?void 0:n.getUnitId();e||this._logService.error("[ReplayService]","no focused unit to replay commands");for(const o of r){await s.awaitTime(ee());const{id:i,params:c}=o;if(c){if(typeof c.unitId<"u"&&(c.unitId=e),!await this._commandService.executeCommand(i,c))return!1}else if(!await this._commandService.executeCommand(i))return!1}return!0}};exports.ActionReplayService=X([R(0,d.IMessageService),R(1,s.IUniverInstanceService),R(2,d.ILocalFileService),R(3,s.ILogService),R(4,s.ICommandService)],exports.ActionReplayService);function ee(){return Math.floor(Math.random()*800)+200}const U={id:"action-recorder.command.replay-local-records",type:s.CommandType.COMMAND,handler:async t=>{const e=await t.get(exports.ActionReplayService).replayLocalJSON();return e&&t.get(d.IMessageService).show({type:f.MessageType.Success,content:"Successfully replayed local records"}),e}},$={id:"action-recorder.command.replay-local-records-name",type:s.CommandType.COMMAND,handler:async t=>{const e=await t.get(exports.ActionReplayService).replayLocalJSON(T.NAME);return e&&t.get(d.IMessageService).show({type:f.MessageType.Success,content:"Successfully replayed local records"}),e}},N={id:"action-recorder.command.replay-local-records-active",type:s.CommandType.COMMAND,handler:async t=>{const e=await t.get(exports.ActionReplayService).replayLocalJSON(T.ACTIVE);return e&&t.get(d.IMessageService).show({type:f.MessageType.Success,content:"Successfully replayed local records"}),e}},j={id:"action-recorder.operation.open-panel",type:s.CommandType.OPERATION,handler(t){return t.get(exports.ActionRecorderService).togglePanel(!0),!0}},V={id:"action-recorder.operation.close-panel",type:s.CommandType.OPERATION,handler(t){return t.get(exports.ActionRecorderService).togglePanel(!1),!0}};function te(){const t=d.useDependency(exports.ActionRecorderService);return d.useObservable(t.panelOpened$)?h.jsx(re,{}):null}function re(){var g;const t=d.useDependency(s.ICommandService),r=d.useDependency(exports.ActionRecorderService),e=d.useObservable(r.recording$),n=d.useObservable(r.recordedCommands$),o=(g=n==null?void 0:n.length)!=null?g:0,i=p.useCallback(()=>{e||t.executeCommand(V.id)},[t,e]),c=p.useCallback(u=>{e||t.executeCommand(L.id,{replaceId:u})},[t,e]),S=p.useCallback(()=>{e&&t.executeCommand(B.id)},[t,e]),l=p.useCallback(()=>{e&&t.executeCommand(k.id)},[t,e]),C=e?o===0?"Recording...":`${o}: ${n[o-1].id}`:"Start Recording";return h.jsxs("div",{className:"univer-fixed univer-bottom-20 univer-left-1/2 univer-z-[1000] univer-flex univer-h-16 univer-w-[512px] -univer-translate-x-1/2 univer-items-center univer-rounded-lg univer-bg-white univer-px-5 univer-shadow-lg",children:[h.jsx("div",{className:"univer-mr-2 univer-size-5 univer-shrink-0 univer-grow-0 univer-text-xl",children:h.jsx(w,{})}),h.jsx("div",{className:"univer-flex-1 univer-text-sm",children:C}),h.jsxs("div",{className:"univer-flex univer-w-64 univer-shrink-0 univer-grow-0 univer-justify-between",children:[h.jsx(f.Button,{className:"univer-w-20",onClick:e?l:i,children:e?"Cancel":"Close"}),h.jsx(f.Button,{className:"univer-w-20",variant:"primary",onClick:e?S:()=>c(),children:e?"Save":"Start"}),!e&&h.jsx(f.Button,{variant:"primary",onClick:()=>c(!0),children:"Start(N)"})]})]})}const W="RECORD_MENU_ITEM";function ne(){return{id:W,type:d.MenuItemType.SUBITEMS,icon:"RecordIcon",tooltip:"action-recorder.menu.title"}}function oe(t){const r=t.get(exports.ActionRecorderService);return{id:j.id,title:"action-recorder.menu.record",type:d.MenuItemType.BUTTON,disabled$:r.panelOpened$}}function ie(){return{id:U.id,title:"action-recorder.menu.replay-local",type:d.MenuItemType.BUTTON}}function ce(){return{id:$.id,title:"action-recorder.menu.replay-local-name",type:d.MenuItemType.BUTTON}}function ae(){return{id:N.id,title:"action-recorder.menu.replay-local-active",type:d.MenuItemType.BUTTON}}const se={[d.RibbonOthersGroup.OTHERS]:{[W]:{order:1,menuItemFactory:ne,[j.id]:{order:1,menuItemFactory:oe},[U.id]:{order:2,menuItemFactory:ie},[$.id]:{order:3,menuItemFactory:ce},[N.id]:{order:4,menuItemFactory:ae}}}};var de=Object.getOwnPropertyDescriptor,le=(t,r,e,n)=>{for(var o=n>1?void 0:n?de(r,e):r,i=t.length-1,c;i>=0;i--)(c=t[i])&&(o=c(o)||o);return o},y=(t,r)=>(e,n)=>r(e,n,t);let A=class extends s.Disposable{constructor(t,r,e,n,o,i){super(),this._commandSrv=t,this._uiPartsSrv=r,this._menuManagerService=e,this._componentManager=n,this._actionRecorderService=o,this._injector=i,this._initCommands(),this._initUI(),this._initSheetsCommands(),this._initDocsCommands()}_initCommands(){[L,k,B,j,V,U,$,N].forEach(t=>this._commandSrv.registerCommand(t))}_initUI(){this._uiPartsSrv.registerComponent(d.BuiltInUIPart.GLOBAL,()=>d.connectInjector(te,this._injector)),this.disposeWithMe(this._componentManager.register("RecordIcon",w)),this._menuManagerService.mergeMenu(se)}_initSheetsCommands(){[a.CopySheetCommand,a.DeleteRangeMoveLeftCommand,a.DeleteRangeMoveUpCommand,a.DeltaColumnWidthCommand,a.DeltaRowHeightCommand,a.InsertSheetCommand,a.InsertColAfterCommand,a.InsertColBeforeCommand,a.InsertRowAfterCommand,a.InsertRowBeforeCommand,a.RemoveSheetCommand,a.SetStyleCommand,a.AddWorksheetMergeCommand,a.AddWorksheetMergeAllCommand,a.AddWorksheetMergeVerticalCommand,a.AddWorksheetMergeHorizontalCommand,a.SetFrozenCommand,a.CancelFrozenCommand,a.SetHorizontalTextAlignCommand,a.SetOverlineCommand,m.SetRangeBoldCommand,m.SetRangeFontFamilyCommand,m.SetRangeFontSizeCommand,m.SetRangeItalicCommand,m.SetRangeStrickThroughCommand,m.SetRangeSubscriptCommand,m.SetRangeSuperscriptCommand,m.SetRangeTextColorCommand,m.SetRangeUnderlineCommand,a.SetRangeValuesCommand,a.SetStrikeThroughCommand,a.SetTextColorCommand,a.SetTextRotationCommand,a.SetTextWrapCommand,a.SetVerticalTextAlignCommand,m.SheetCopyCommand,m.SheetCutCommand,m.SheetPasteBesidesBorderCommand,m.SheetPasteColWidthCommand,m.SheetPasteCommand,m.SheetPasteFormatCommand,m.SheetPasteShortKeyCommand,m.SheetPasteValueCommand,a.AutoFillCommand,a.RefillCommand,a.SetWorksheetActivateCommand,a.SetWorksheetActiveOperation,a.SetSelectionsOperation,x.SetSheetFilterRangeCommand,x.SetSheetsFilterCriteriaCommand,x.RemoveSheetFilterCommand].forEach(t=>this._actionRecorderService.registerRecordedCommand(t))}_initDocsCommands(){}};A=le([y(0,s.ICommandService),y(1,d.IUIPartsService),y(2,d.IMenuManagerService),y(3,s.Inject(d.ComponentManager)),y(4,s.Inject(exports.ActionRecorderService)),y(5,s.Inject(s.Injector))],A);const me="action-recorder.config",P={};var ue=Object.getOwnPropertyDescriptor,Se=(t,r,e,n)=>{for(var o=n>1?void 0:n?ue(r,e):r,i=t.length-1,c;i>=0;i--)(c=t[i])&&(o=c(o)||o);return o},F=(t,r)=>(e,n)=>r(e,n,t),b;exports.UniverActionRecorderPlugin=(b=class extends s.Plugin{constructor(r=P,e,n){super(),this._config=r,this._injector=e,this._configService=n;const{menu:o,...i}=s.merge({},P,this._config);o&&this._configService.setConfig("menu",o,{merge:!0}),this._configService.setConfig(me,i)}onStarting(){(this._config.replayOnly?[[exports.ActionReplayService]]:[[exports.ActionRecorderService],[exports.ActionReplayService],[A]]).forEach(e=>this._injector.add(e))}onSteady(){this._config.replayOnly||this._injector.get(A)}},v(b,"pluginName","UNIVER_ACTION_RECORDER_PLUGIN"),b);exports.UniverActionRecorderPlugin=Se([F(1,s.Inject(s.Injector)),F(2,s.IConfigService)],exports.UniverActionRecorderPlugin);
package/lib/es/index.js CHANGED
@@ -3,9 +3,9 @@ var oe = (e, t, r) => t in e ? ne(e, t, { enumerable: !0, configurable: !0, writ
3
3
  var l = (e, t, r) => oe(e, typeof t != "symbol" ? t + "" : t, r);
4
4
  import { Disposable as P, CommandType as m, ICommandService as M, ILogService as H, IUniverInstanceService as J, awaitTime as ie, Inject as O, Injector as G, IConfigService as ce, Plugin as ae, merge as se } from "@univerjs/core";
5
5
  import { useRef as de, createElement as Z, forwardRef as le, useCallback as y } from "react";
6
- import { SetSelectionsOperation as A, CopySheetCommand as me, DeleteRangeMoveLeftCommand as ue, DeleteRangeMoveUpCommand as he, DeltaColumnWidthCommand as ge, DeltaRowHeightCommand as fe, InsertSheetCommand as pe, InsertColAfterCommand as Se, InsertColBeforeCommand as ve, InsertRowAfterCommand as Ce, InsertRowBeforeCommand as _e, RemoveSheetCommand as ye, SetStyleCommand as Re, AddWorksheetMergeCommand as Ie, AddWorksheetMergeAllCommand as Oe, AddWorksheetMergeVerticalCommand as we, AddWorksheetMergeHorizontalCommand as Me, SetFrozenCommand as $e, CancelFrozenCommand as xe, SetHorizontalTextAlignCommand as Ne, SetOverlineCommand as Ue, SetRangeValuesCommand as Ae, SetStrikeThroughCommand as be, SetTextColorCommand as Fe, SetTextRotationCommand as Pe, SetTextWrapCommand as Te, SetVerticalTextAlignCommand as De, SetWorksheetActivateCommand as Ee, SetWorksheetActiveOperation as Le } from "@univerjs/sheets";
7
- import { SetSheetFilterRangeCommand as je, SetSheetsFilterCriteriaCommand as Be, RemoveSheetFilterCommand as ke } from "@univerjs/sheets-filter";
8
- import { SetRangeBoldCommand as Ve, SetRangeFontFamilyCommand as We, SetRangeFontSizeCommand as ze, SetRangeItalicCommand as He, SetRangeStrickThroughCommand as Je, SetRangeSubscriptCommand as Ge, SetRangeSuperscriptCommand as Ze, SetRangeTextColorCommand as Ke, SetRangeUnderlineCommand as Ye, SheetCopyCommand as qe, SheetCutCommand as Qe, SheetPasteBesidesBorderCommand as Xe, SheetPasteColWidthCommand as et, SheetPasteCommand as tt, SheetPasteFormatCommand as rt, SheetPasteShortKeyCommand as nt, SheetPasteValueCommand as ot, AutoFillCommand as it, RefillCommand as ct } from "@univerjs/sheets-ui";
6
+ import { SetSelectionsOperation as A, CopySheetCommand as me, DeleteRangeMoveLeftCommand as ue, DeleteRangeMoveUpCommand as he, DeltaColumnWidthCommand as ge, DeltaRowHeightCommand as fe, InsertSheetCommand as pe, InsertColAfterCommand as Se, InsertColBeforeCommand as ve, InsertRowAfterCommand as Ce, InsertRowBeforeCommand as _e, RemoveSheetCommand as ye, SetStyleCommand as Re, AddWorksheetMergeCommand as Ie, AddWorksheetMergeAllCommand as Oe, AddWorksheetMergeVerticalCommand as we, AddWorksheetMergeHorizontalCommand as Me, SetFrozenCommand as $e, CancelFrozenCommand as xe, SetHorizontalTextAlignCommand as Ne, SetOverlineCommand as Ue, SetRangeValuesCommand as Ae, SetStrikeThroughCommand as be, SetTextColorCommand as Fe, SetTextRotationCommand as Pe, SetTextWrapCommand as Te, SetVerticalTextAlignCommand as De, AutoFillCommand as Ee, RefillCommand as Le, SetWorksheetActivateCommand as je, SetWorksheetActiveOperation as Be } from "@univerjs/sheets";
7
+ import { SetSheetFilterRangeCommand as ke, SetSheetsFilterCriteriaCommand as Ve, RemoveSheetFilterCommand as We } from "@univerjs/sheets-filter";
8
+ import { SetRangeBoldCommand as ze, SetRangeFontFamilyCommand as He, SetRangeFontSizeCommand as Je, SetRangeItalicCommand as Ge, SetRangeStrickThroughCommand as Ze, SetRangeSubscriptCommand as Ke, SetRangeSuperscriptCommand as Ye, SetRangeTextColorCommand as qe, SetRangeUnderlineCommand as Qe, SheetCopyCommand as Xe, SheetCutCommand as et, SheetPasteBesidesBorderCommand as tt, SheetPasteColWidthCommand as rt, SheetPasteCommand as nt, SheetPasteFormatCommand as ot, SheetPasteShortKeyCommand as it, SheetPasteValueCommand as ct } from "@univerjs/sheets-ui";
9
9
  import { ILocalFileService as K, IMessageService as $, useDependency as b, useObservable as F, RibbonOthersGroup as at, MenuItemType as _, IUIPartsService as st, IMenuManagerService as dt, ComponentManager as lt, BuiltInUIPart as mt, connectInjector as ut } from "@univerjs/ui";
10
10
  import { BehaviorSubject as R } from "rxjs";
11
11
  import { MessageType as x, Button as N } from "@univerjs/design";
@@ -480,8 +480,6 @@ let w = class extends P {
480
480
  Ne,
481
481
  // SetItalicCommand,
482
482
  Ue,
483
- Ve,
484
- We,
485
483
  ze,
486
484
  He,
487
485
  Je,
@@ -489,6 +487,8 @@ let w = class extends P {
489
487
  Ze,
490
488
  Ke,
491
489
  Ye,
490
+ qe,
491
+ Qe,
492
492
  Ae,
493
493
  be,
494
494
  Fe,
@@ -496,8 +496,6 @@ let w = class extends P {
496
496
  Te,
497
497
  // SetUnderlineCommand,
498
498
  De,
499
- qe,
500
- Qe,
501
499
  Xe,
502
500
  et,
503
501
  tt,
@@ -508,6 +506,8 @@ let w = class extends P {
508
506
  ct,
509
507
  Ee,
510
508
  Le,
509
+ je,
510
+ Be,
511
511
  A,
512
512
  // #endregion
513
513
  // #region data validation command
@@ -515,9 +515,9 @@ let w = class extends P {
515
515
  // #region conditional formatting command
516
516
  // #endregion
517
517
  // #region filter command
518
- je,
519
- Be,
520
- ke
518
+ ke,
519
+ Ve,
520
+ We
521
521
  // #endregion
522
522
  ].forEach((e) => this._actionRecorderService.registerRecordedCommand(e));
523
523
  }
package/lib/index.js CHANGED
@@ -3,9 +3,9 @@ var oe = (e, t, r) => t in e ? ne(e, t, { enumerable: !0, configurable: !0, writ
3
3
  var l = (e, t, r) => oe(e, typeof t != "symbol" ? t + "" : t, r);
4
4
  import { Disposable as P, CommandType as m, ICommandService as M, ILogService as H, IUniverInstanceService as J, awaitTime as ie, Inject as O, Injector as G, IConfigService as ce, Plugin as ae, merge as se } from "@univerjs/core";
5
5
  import { useRef as de, createElement as Z, forwardRef as le, useCallback as y } from "react";
6
- import { SetSelectionsOperation as A, CopySheetCommand as me, DeleteRangeMoveLeftCommand as ue, DeleteRangeMoveUpCommand as he, DeltaColumnWidthCommand as ge, DeltaRowHeightCommand as fe, InsertSheetCommand as pe, InsertColAfterCommand as Se, InsertColBeforeCommand as ve, InsertRowAfterCommand as Ce, InsertRowBeforeCommand as _e, RemoveSheetCommand as ye, SetStyleCommand as Re, AddWorksheetMergeCommand as Ie, AddWorksheetMergeAllCommand as Oe, AddWorksheetMergeVerticalCommand as we, AddWorksheetMergeHorizontalCommand as Me, SetFrozenCommand as $e, CancelFrozenCommand as xe, SetHorizontalTextAlignCommand as Ne, SetOverlineCommand as Ue, SetRangeValuesCommand as Ae, SetStrikeThroughCommand as be, SetTextColorCommand as Fe, SetTextRotationCommand as Pe, SetTextWrapCommand as Te, SetVerticalTextAlignCommand as De, SetWorksheetActivateCommand as Ee, SetWorksheetActiveOperation as Le } from "@univerjs/sheets";
7
- import { SetSheetFilterRangeCommand as je, SetSheetsFilterCriteriaCommand as Be, RemoveSheetFilterCommand as ke } from "@univerjs/sheets-filter";
8
- import { SetRangeBoldCommand as Ve, SetRangeFontFamilyCommand as We, SetRangeFontSizeCommand as ze, SetRangeItalicCommand as He, SetRangeStrickThroughCommand as Je, SetRangeSubscriptCommand as Ge, SetRangeSuperscriptCommand as Ze, SetRangeTextColorCommand as Ke, SetRangeUnderlineCommand as Ye, SheetCopyCommand as qe, SheetCutCommand as Qe, SheetPasteBesidesBorderCommand as Xe, SheetPasteColWidthCommand as et, SheetPasteCommand as tt, SheetPasteFormatCommand as rt, SheetPasteShortKeyCommand as nt, SheetPasteValueCommand as ot, AutoFillCommand as it, RefillCommand as ct } from "@univerjs/sheets-ui";
6
+ import { SetSelectionsOperation as A, CopySheetCommand as me, DeleteRangeMoveLeftCommand as ue, DeleteRangeMoveUpCommand as he, DeltaColumnWidthCommand as ge, DeltaRowHeightCommand as fe, InsertSheetCommand as pe, InsertColAfterCommand as Se, InsertColBeforeCommand as ve, InsertRowAfterCommand as Ce, InsertRowBeforeCommand as _e, RemoveSheetCommand as ye, SetStyleCommand as Re, AddWorksheetMergeCommand as Ie, AddWorksheetMergeAllCommand as Oe, AddWorksheetMergeVerticalCommand as we, AddWorksheetMergeHorizontalCommand as Me, SetFrozenCommand as $e, CancelFrozenCommand as xe, SetHorizontalTextAlignCommand as Ne, SetOverlineCommand as Ue, SetRangeValuesCommand as Ae, SetStrikeThroughCommand as be, SetTextColorCommand as Fe, SetTextRotationCommand as Pe, SetTextWrapCommand as Te, SetVerticalTextAlignCommand as De, AutoFillCommand as Ee, RefillCommand as Le, SetWorksheetActivateCommand as je, SetWorksheetActiveOperation as Be } from "@univerjs/sheets";
7
+ import { SetSheetFilterRangeCommand as ke, SetSheetsFilterCriteriaCommand as Ve, RemoveSheetFilterCommand as We } from "@univerjs/sheets-filter";
8
+ import { SetRangeBoldCommand as ze, SetRangeFontFamilyCommand as He, SetRangeFontSizeCommand as Je, SetRangeItalicCommand as Ge, SetRangeStrickThroughCommand as Ze, SetRangeSubscriptCommand as Ke, SetRangeSuperscriptCommand as Ye, SetRangeTextColorCommand as qe, SetRangeUnderlineCommand as Qe, SheetCopyCommand as Xe, SheetCutCommand as et, SheetPasteBesidesBorderCommand as tt, SheetPasteColWidthCommand as rt, SheetPasteCommand as nt, SheetPasteFormatCommand as ot, SheetPasteShortKeyCommand as it, SheetPasteValueCommand as ct } from "@univerjs/sheets-ui";
9
9
  import { ILocalFileService as K, IMessageService as $, useDependency as b, useObservable as F, RibbonOthersGroup as at, MenuItemType as _, IUIPartsService as st, IMenuManagerService as dt, ComponentManager as lt, BuiltInUIPart as mt, connectInjector as ut } from "@univerjs/ui";
10
10
  import { BehaviorSubject as R } from "rxjs";
11
11
  import { MessageType as x, Button as N } from "@univerjs/design";
@@ -480,8 +480,6 @@ let w = class extends P {
480
480
  Ne,
481
481
  // SetItalicCommand,
482
482
  Ue,
483
- Ve,
484
- We,
485
483
  ze,
486
484
  He,
487
485
  Je,
@@ -489,6 +487,8 @@ let w = class extends P {
489
487
  Ze,
490
488
  Ke,
491
489
  Ye,
490
+ qe,
491
+ Qe,
492
492
  Ae,
493
493
  be,
494
494
  Fe,
@@ -496,8 +496,6 @@ let w = class extends P {
496
496
  Te,
497
497
  // SetUnderlineCommand,
498
498
  De,
499
- qe,
500
- Qe,
501
499
  Xe,
502
500
  et,
503
501
  tt,
@@ -508,6 +506,8 @@ let w = class extends P {
508
506
  ct,
509
507
  Ee,
510
508
  Le,
509
+ je,
510
+ Be,
511
511
  A,
512
512
  // #endregion
513
513
  // #region data validation command
@@ -515,9 +515,9 @@ let w = class extends P {
515
515
  // #region conditional formatting command
516
516
  // #endregion
517
517
  // #region filter command
518
- je,
519
- Be,
520
- ke
518
+ ke,
519
+ Ve,
520
+ We
521
521
  // #endregion
522
522
  ].forEach((e) => this._actionRecorderService.registerRecordedCommand(e));
523
523
  }
package/lib/umd/index.js CHANGED
@@ -1 +1 @@
1
- (function(o,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("@univerjs/core"),require("react"),require("@univerjs/sheets"),require("@univerjs/sheets-filter"),require("@univerjs/sheets-ui"),require("@univerjs/ui"),require("rxjs"),require("@univerjs/design"),require("react/jsx-runtime")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","react","@univerjs/sheets","@univerjs/sheets-filter","@univerjs/sheets-ui","@univerjs/ui","rxjs","@univerjs/design","react/jsx-runtime"],c):(o=typeof globalThis<"u"?globalThis:o||self,c(o.UniverActionRecorder={},o.UniverCore,o.React,o.UniverSheets,o.UniverSheetsFilter,o.UniverSheetsUi,o.UniverUi,o.rxjs,o.UniverDesign,o.React))})(this,(function(o,c,S,s,T,m,l,O,h,p){"use strict";var ve=Object.defineProperty;var Se=(o,c,S)=>c in o?ve(o,c,{enumerable:!0,configurable:!0,writable:!0,value:S}):o[c]=S;var g=(o,c,S)=>Se(o,typeof c!="symbol"?c+"":c,S);var P;function F({ref:r,...t}){const{icon:e,id:n,className:i,extend:a,...d}=t,f=`univerjs-icon univerjs-icon-${n} ${i||""}`.trim(),u=S.useRef(`_${J()}`);return E(e,`${n}`,{defIds:e.defIds,idSuffix:u.current},{ref:r,className:f,...d},a)}function E(r,t,e,n,i){return S.createElement(r.tag,{key:t,...z(r,e,i),...n},(H(r,e).children||[]).map((a,d)=>E(a,`${t}-${r.tag}-${d}`,e,void 0,i)))}function z(r,t,e){const n={...r.attrs};e!=null&&e.colorChannel1&&n.fill==="colorChannel1"&&(n.fill=e.colorChannel1),r.tag==="mask"&&n.id&&(n.id=n.id+t.idSuffix),Object.entries(n).forEach(([a,d])=>{a==="mask"&&typeof d=="string"&&(n[a]=d.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))});const{defIds:i}=t;return!i||i.length===0||(r.tag==="use"&&n["xlink:href"]&&(n["xlink:href"]=n["xlink:href"]+t.idSuffix),Object.entries(n).forEach(([a,d])=>{typeof d=="string"&&(n[a]=d.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))})),n}function H(r,t){var n;const{defIds:e}=t;return!e||e.length===0?r:r.tag==="defs"&&((n=r.children)!=null&&n.length)?{...r,children:r.children.map(i=>typeof i.attrs.id=="string"&&e&&e.includes(i.attrs.id)?{...i,attrs:{...i.attrs,id:i.attrs.id+t.idSuffix}}:i)}:r}function J(){return Math.random().toString(36).substring(2,8)}F.displayName="UniverIcon";const G={tag:"svg",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"g",attrs:{fill:"currentColor",clipPath:"url(#record-icon_clip0_1559_19)"},children:[{tag:"path",attrs:{d:"M7.60303 10C8.7076 10 9.60303 9.10457 9.60303 8C9.60303 6.89543 8.7076 6 7.60303 6C6.49846 6 5.60303 6.89543 5.60303 8C5.60303 9.10457 6.49846 10 7.60303 10Z"}},{tag:"path",attrs:{d:"M1.66943 5.29023C1.66941 3.85426 2.83349 2.69017 4.26946 2.69019L10.9362 2.69026C12.3192 2.69028 13.45 3.77008 13.5315 5.13259L14.5692 4.55638C15.3024 4.14929 16.2032 4.67947 16.2032 5.51809V10.4819C16.2032 11.3205 15.3024 11.8507 14.5692 11.4436L13.5315 10.8674C13.45 12.2299 12.3192 13.3097 10.9362 13.3097H4.26953C2.83361 13.3097 1.66956 12.1457 1.66953 10.7098L1.66943 5.29023ZM13.5362 9.49743L15.0032 10.312V5.68799L13.5362 6.50254V9.49743ZM4.26945 3.89019C3.49623 3.89018 2.86942 4.517 2.86943 5.29021L2.86953 10.7098C2.86955 11.483 3.49634 12.1097 4.26953 12.1097H10.9362C11.7094 12.1097 12.3362 11.4829 12.3362 10.7097V5.29026C12.3362 4.51707 11.7094 3.89027 10.9362 3.89026L4.26945 3.89019Z",fillRule:"evenodd",clipRule:"evenodd"}}]},{tag:"defs",attrs:{},children:[{tag:"clipPath",attrs:{id:"record-icon_clip0_1559_19"},children:[{tag:"path",attrs:{fill:"white",d:"M0 0H16V16H0z",transform:"translate(.94)"}}]}]}],defIds:["record-icon_clip0_1559_19"]},w=S.forwardRef(function(t,e){return S.createElement(F,Object.assign({},t,{id:"record-icon",ref:e,icon:G}))});w.displayName="RecordIcon";var Z=Object.getOwnPropertyDescriptor,K=(r,t,e,n)=>{for(var i=n>1?void 0:n?Z(t,e):t,a=r.length-1,d;a>=0;a--)(d=r[a])&&(i=d(i)||i);return i},A=(r,t)=>(e,n)=>t(e,n,r);o.ActionRecorderService=class extends c.Disposable{constructor(e,n,i,a){super();g(this,"_shouldRecordCommands",new Set);g(this,"_panelOpened$",new O.BehaviorSubject(!1));g(this,"panelOpened$",this._panelOpened$.asObservable());g(this,"_recorder",null);g(this,"_recording$",new O.BehaviorSubject(!1));g(this,"recording$",this._recording$.asObservable());g(this,"_recorded$",new O.BehaviorSubject([]));g(this,"_recordedCommands$",new O.BehaviorSubject([]));g(this,"recordedCommands$",this._recordedCommands$.asObservable());this._commandSrv=e,this._logService=n,this._localFileService=i,this._instanceService=a}get recording(){return this._recording$.getValue()}get _recorded(){return this._recorded$.getValue()}get _recordedCommands(){return this._recordedCommands$.getValue()}registerRecordedCommand(e){if(e.type===c.CommandType.MUTATION)throw new Error("[CommandRecorderService] Cannot record mutation commands.");this._shouldRecordCommands.add(e.id)}togglePanel(e){this._panelOpened$.next(e),e===!1&&this.stopRecording()}startRecording(e=!1){this._recorder=this._commandSrv.onCommandExecuted(n=>{var i,a;if(this._shouldRecordCommands.has(n.id)){const d=this._recorded,f=this._recordedCommands;let u={...n};const _=(i=this._instanceService.getFocusedUnit())==null?void 0:i.getUnitId(),{unitId:C=_,subUnitId:v}=u==null?void 0:u.params;if(e&&C&&v){const D=(a=this._instanceService.getUnit(C).getSheetBySheetId(v))==null?void 0:a.getName();u={...u,params:{...u.params,subUnitId:D}}}u.id===s.SetSelectionsOperation.id&&d.length>0&&d[d.length-1].id===s.SetSelectionsOperation.id?d[d.length-1]=u:(d.push(u),this._recorded$.next(d),u.type===c.CommandType.COMMAND&&(f.push(u),this._recordedCommands$.next(f)))}}),this._recording$.next(!0)}stopRecording(){var e;(e=this._recorder)==null||e.dispose(),this._recorder=null,this._recorded$.next([]),this._recordedCommands$.next([]),this._recording$.next(!1)}completeRecording(){const e=this._recorded.slice();this._localFileService.downloadFile(new Blob([JSON.stringify(e,null,2)]),"recorded-commands.json"),this._logService.error("Recorded commands:",e),this.stopRecording()}},o.ActionRecorderService=K([A(0,c.ICommandService),A(1,c.ILogService),A(2,l.ILocalFileService),A(3,c.IUniverInstanceService)],o.ActionRecorderService);const x={id:"action-recorder.command.start-recording",type:c.CommandType.COMMAND,handler:(r,t)=>(r.get(o.ActionRecorderService).startRecording(!!(t!=null&&t.replaceId)),!0)},L={id:"action-recorder.command.complete-recording",type:c.CommandType.COMMAND,handler:r=>(r.get(o.ActionRecorderService).completeRecording(),!0)},B={id:"action-recorder.command.stop-recording",type:c.CommandType.COMMAND,handler:r=>(r.get(o.ActionRecorderService).completeRecording(),!0)};var Y=Object.getOwnPropertyDescriptor,Q=(r,t,e,n)=>{for(var i=n>1?void 0:n?Y(t,e):t,a=r.length-1,d;a>=0;a--)(d=r[a])&&(i=d(i)||i);return i},R=(r,t)=>(e,n)=>t(e,n,r),$=(r=>(r.DEFAULT="default",r.NAME="name",r.ACTIVE="active",r))($||{});o.ActionReplayService=class extends c.Disposable{constructor(t,e,n,i,a){super(),this._messageService=t,this._instanceService=e,this._localFileService=n,this._logService=i,this._commandService=a}async replayLocalJSON(t="default"){const e=await this._localFileService.openFile({multiple:!1,accept:".json"});if(e.length!==1)return!1;const n=e[0];try{return this.replayCommands(JSON.parse(await n.text()),{mode:t})}catch{return this._messageService.show({type:h.MessageType.Error,content:`Failed to replay commands from local file ${n.name}.`}),!1}}async replayCommands(t,e){var a,d,f;const n=(a=this._instanceService.getFocusedUnit())==null?void 0:a.getUnitId();n||this._logService.error("[ReplayService]","no focused unit to replay commands");const{mode:i}=e||{};for(const u of t){const{id:_,params:C}=u,v=C;if(v){if(typeof v.unitId<"u"&&(v.unitId=n),i==="name"&&v.subUnitId!=="undefined"){const I=(d=this._instanceService.getFocusedUnit().getSheetBySheetName(v.subUnitId))==null?void 0:d.getSheetId();I?v.subUnitId=I:this._logService.error("[ReplayService]",`failed to find subunit by subUnitName = ${v.subUnitId}`)}if(i==="active"&&v.subUnitId!=="undefined"){const I=(f=this._instanceService.getFocusedUnit().getActiveSheet())==null?void 0:f.getSheetId();I?v.subUnitId=I:this._logService.error("[ReplayService]","failed to find active subunit")}if(!await this._commandService.executeCommand(_,C))return!1}else if(!await this._commandService.executeCommand(_))return!1}return!0}async replayCommandsWithDelay(t){var n;const e=(n=this._instanceService.getFocusedUnit())==null?void 0:n.getUnitId();e||this._logService.error("[ReplayService]","no focused unit to replay commands");for(const i of t){await c.awaitTime(X());const{id:a,params:d}=i;if(d){if(typeof d.unitId<"u"&&(d.unitId=e),!await this._commandService.executeCommand(a,d))return!1}else if(!await this._commandService.executeCommand(a))return!1}return!0}},o.ActionReplayService=Q([R(0,l.IMessageService),R(1,c.IUniverInstanceService),R(2,l.ILocalFileService),R(3,c.ILogService),R(4,c.ICommandService)],o.ActionReplayService);function X(){return Math.floor(Math.random()*800)+200}const N={id:"action-recorder.command.replay-local-records",type:c.CommandType.COMMAND,handler:async r=>{const e=await r.get(o.ActionReplayService).replayLocalJSON();return e&&r.get(l.IMessageService).show({type:h.MessageType.Success,content:"Successfully replayed local records"}),e}},b={id:"action-recorder.command.replay-local-records-name",type:c.CommandType.COMMAND,handler:async r=>{const e=await r.get(o.ActionReplayService).replayLocalJSON($.NAME);return e&&r.get(l.IMessageService).show({type:h.MessageType.Success,content:"Successfully replayed local records"}),e}},j={id:"action-recorder.command.replay-local-records-active",type:c.CommandType.COMMAND,handler:async r=>{const e=await r.get(o.ActionReplayService).replayLocalJSON($.ACTIVE);return e&&r.get(l.IMessageService).show({type:h.MessageType.Success,content:"Successfully replayed local records"}),e}},U={id:"action-recorder.operation.open-panel",type:c.CommandType.OPERATION,handler(r){return r.get(o.ActionRecorderService).togglePanel(!0),!0}},k={id:"action-recorder.operation.close-panel",type:c.CommandType.OPERATION,handler(r){return r.get(o.ActionRecorderService).togglePanel(!1),!0}};function ee(){const r=l.useDependency(o.ActionRecorderService);return l.useObservable(r.panelOpened$)?p.jsx(re,{}):null}function re(){var C;const r=l.useDependency(c.ICommandService),t=l.useDependency(o.ActionRecorderService),e=l.useObservable(t.recording$),n=l.useObservable(t.recordedCommands$),i=(C=n==null?void 0:n.length)!=null?C:0,a=S.useCallback(()=>{e||r.executeCommand(k.id)},[r,e]),d=S.useCallback(v=>{e||r.executeCommand(x.id,{replaceId:v})},[r,e]),f=S.useCallback(()=>{e&&r.executeCommand(L.id)},[r,e]),u=S.useCallback(()=>{e&&r.executeCommand(B.id)},[r,e]),_=e?i===0?"Recording...":`${i}: ${n[i-1].id}`:"Start Recording";return p.jsxs("div",{className:"univer-fixed univer-bottom-20 univer-left-1/2 univer-z-[1000] univer-flex univer-h-16 univer-w-[512px] -univer-translate-x-1/2 univer-items-center univer-rounded-lg univer-bg-white univer-px-5 univer-shadow-lg",children:[p.jsx("div",{className:"univer-mr-2 univer-size-5 univer-shrink-0 univer-grow-0 univer-text-xl",children:p.jsx(w,{})}),p.jsx("div",{className:"univer-flex-1 univer-text-sm",children:_}),p.jsxs("div",{className:"univer-flex univer-w-64 univer-shrink-0 univer-grow-0 univer-justify-between",children:[p.jsx(h.Button,{className:"univer-w-20",onClick:e?u:a,children:e?"Cancel":"Close"}),p.jsx(h.Button,{className:"univer-w-20",variant:"primary",onClick:e?f:()=>d(),children:e?"Save":"Start"}),!e&&p.jsx(h.Button,{variant:"primary",onClick:()=>d(!0),children:"Start(N)"})]})]})}const V="RECORD_MENU_ITEM";function ne(){return{id:V,type:l.MenuItemType.SUBITEMS,icon:"RecordIcon",tooltip:"action-recorder.menu.title"}}function te(r){const t=r.get(o.ActionRecorderService);return{id:U.id,title:"action-recorder.menu.record",type:l.MenuItemType.BUTTON,disabled$:t.panelOpened$}}function ie(){return{id:N.id,title:"action-recorder.menu.replay-local",type:l.MenuItemType.BUTTON}}function oe(){return{id:b.id,title:"action-recorder.menu.replay-local-name",type:l.MenuItemType.BUTTON}}function ce(){return{id:j.id,title:"action-recorder.menu.replay-local-active",type:l.MenuItemType.BUTTON}}const ae={[l.RibbonOthersGroup.OTHERS]:{[V]:{order:1,menuItemFactory:ne,[U.id]:{order:1,menuItemFactory:te},[N.id]:{order:2,menuItemFactory:ie},[b.id]:{order:3,menuItemFactory:oe},[j.id]:{order:4,menuItemFactory:ce}}}};var de=Object.getOwnPropertyDescriptor,se=(r,t,e,n)=>{for(var i=n>1?void 0:n?de(t,e):t,a=r.length-1,d;a>=0;a--)(d=r[a])&&(i=d(i)||i);return i},y=(r,t)=>(e,n)=>t(e,n,r);let M=class extends c.Disposable{constructor(r,t,e,n,i,a){super(),this._commandSrv=r,this._uiPartsSrv=t,this._menuManagerService=e,this._componentManager=n,this._actionRecorderService=i,this._injector=a,this._initCommands(),this._initUI(),this._initSheetsCommands(),this._initDocsCommands()}_initCommands(){[x,B,L,U,k,N,b,j].forEach(r=>this._commandSrv.registerCommand(r))}_initUI(){this._uiPartsSrv.registerComponent(l.BuiltInUIPart.GLOBAL,()=>l.connectInjector(ee,this._injector)),this.disposeWithMe(this._componentManager.register("RecordIcon",w)),this._menuManagerService.mergeMenu(ae)}_initSheetsCommands(){[s.CopySheetCommand,s.DeleteRangeMoveLeftCommand,s.DeleteRangeMoveUpCommand,s.DeltaColumnWidthCommand,s.DeltaRowHeightCommand,s.InsertSheetCommand,s.InsertColAfterCommand,s.InsertColBeforeCommand,s.InsertRowAfterCommand,s.InsertRowBeforeCommand,s.RemoveSheetCommand,s.SetStyleCommand,s.AddWorksheetMergeCommand,s.AddWorksheetMergeAllCommand,s.AddWorksheetMergeVerticalCommand,s.AddWorksheetMergeHorizontalCommand,s.SetFrozenCommand,s.CancelFrozenCommand,s.SetHorizontalTextAlignCommand,s.SetOverlineCommand,m.SetRangeBoldCommand,m.SetRangeFontFamilyCommand,m.SetRangeFontSizeCommand,m.SetRangeItalicCommand,m.SetRangeStrickThroughCommand,m.SetRangeSubscriptCommand,m.SetRangeSuperscriptCommand,m.SetRangeTextColorCommand,m.SetRangeUnderlineCommand,s.SetRangeValuesCommand,s.SetStrikeThroughCommand,s.SetTextColorCommand,s.SetTextRotationCommand,s.SetTextWrapCommand,s.SetVerticalTextAlignCommand,m.SheetCopyCommand,m.SheetCutCommand,m.SheetPasteBesidesBorderCommand,m.SheetPasteColWidthCommand,m.SheetPasteCommand,m.SheetPasteFormatCommand,m.SheetPasteShortKeyCommand,m.SheetPasteValueCommand,m.AutoFillCommand,m.RefillCommand,s.SetWorksheetActivateCommand,s.SetWorksheetActiveOperation,s.SetSelectionsOperation,T.SetSheetFilterRangeCommand,T.SetSheetsFilterCriteriaCommand,T.RemoveSheetFilterCommand].forEach(r=>this._actionRecorderService.registerRecordedCommand(r))}_initDocsCommands(){}};M=se([y(0,c.ICommandService),y(1,l.IUIPartsService),y(2,l.IMenuManagerService),y(3,c.Inject(l.ComponentManager)),y(4,c.Inject(o.ActionRecorderService)),y(5,c.Inject(c.Injector))],M);const le="action-recorder.config",W={};var me=Object.getOwnPropertyDescriptor,ue=(r,t,e,n)=>{for(var i=n>1?void 0:n?me(t,e):t,a=r.length-1,d;a>=0;a--)(d=r[a])&&(i=d(i)||i);return i},q=(r,t)=>(e,n)=>t(e,n,r);o.UniverActionRecorderPlugin=(P=class extends c.Plugin{constructor(t=W,e,n){super(),this._config=t,this._injector=e,this._configService=n;const{menu:i,...a}=c.merge({},W,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(le,a)}onStarting(){(this._config.replayOnly?[[o.ActionReplayService]]:[[o.ActionRecorderService],[o.ActionReplayService],[M]]).forEach(e=>this._injector.add(e))}onSteady(){this._config.replayOnly||this._injector.get(M)}},g(P,"pluginName","UNIVER_ACTION_RECORDER_PLUGIN"),P),o.UniverActionRecorderPlugin=ue([q(1,c.Inject(c.Injector)),q(2,c.IConfigService)],o.UniverActionRecorderPlugin),Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})}));
1
+ (function(o,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("@univerjs/core"),require("react"),require("@univerjs/sheets"),require("@univerjs/sheets-filter"),require("@univerjs/sheets-ui"),require("@univerjs/ui"),require("rxjs"),require("@univerjs/design"),require("react/jsx-runtime")):typeof define=="function"&&define.amd?define(["exports","@univerjs/core","react","@univerjs/sheets","@univerjs/sheets-filter","@univerjs/sheets-ui","@univerjs/ui","rxjs","@univerjs/design","react/jsx-runtime"],c):(o=typeof globalThis<"u"?globalThis:o||self,c(o.UniverActionRecorder={},o.UniverCore,o.React,o.UniverSheets,o.UniverSheetsFilter,o.UniverSheetsUi,o.UniverUi,o.rxjs,o.UniverDesign,o.React))})(this,(function(o,c,S,s,T,m,l,O,h,p){"use strict";var ve=Object.defineProperty;var Se=(o,c,S)=>c in o?ve(o,c,{enumerable:!0,configurable:!0,writable:!0,value:S}):o[c]=S;var g=(o,c,S)=>Se(o,typeof c!="symbol"?c+"":c,S);var P;function F({ref:r,...t}){const{icon:e,id:n,className:i,extend:a,...d}=t,f=`univerjs-icon univerjs-icon-${n} ${i||""}`.trim(),u=S.useRef(`_${J()}`);return E(e,`${n}`,{defIds:e.defIds,idSuffix:u.current},{ref:r,className:f,...d},a)}function E(r,t,e,n,i){return S.createElement(r.tag,{key:t,...z(r,e,i),...n},(H(r,e).children||[]).map((a,d)=>E(a,`${t}-${r.tag}-${d}`,e,void 0,i)))}function z(r,t,e){const n={...r.attrs};e!=null&&e.colorChannel1&&n.fill==="colorChannel1"&&(n.fill=e.colorChannel1),r.tag==="mask"&&n.id&&(n.id=n.id+t.idSuffix),Object.entries(n).forEach(([a,d])=>{a==="mask"&&typeof d=="string"&&(n[a]=d.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))});const{defIds:i}=t;return!i||i.length===0||(r.tag==="use"&&n["xlink:href"]&&(n["xlink:href"]=n["xlink:href"]+t.idSuffix),Object.entries(n).forEach(([a,d])=>{typeof d=="string"&&(n[a]=d.replace(/url\(#(.*)\)/,`url(#$1${t.idSuffix})`))})),n}function H(r,t){var n;const{defIds:e}=t;return!e||e.length===0?r:r.tag==="defs"&&((n=r.children)!=null&&n.length)?{...r,children:r.children.map(i=>typeof i.attrs.id=="string"&&e&&e.includes(i.attrs.id)?{...i,attrs:{...i.attrs,id:i.attrs.id+t.idSuffix}}:i)}:r}function J(){return Math.random().toString(36).substring(2,8)}F.displayName="UniverIcon";const G={tag:"svg",attrs:{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 17 16",width:"1em",height:"1em"},children:[{tag:"g",attrs:{fill:"currentColor",clipPath:"url(#record-icon_clip0_1559_19)"},children:[{tag:"path",attrs:{d:"M7.60303 10C8.7076 10 9.60303 9.10457 9.60303 8C9.60303 6.89543 8.7076 6 7.60303 6C6.49846 6 5.60303 6.89543 5.60303 8C5.60303 9.10457 6.49846 10 7.60303 10Z"}},{tag:"path",attrs:{d:"M1.66943 5.29023C1.66941 3.85426 2.83349 2.69017 4.26946 2.69019L10.9362 2.69026C12.3192 2.69028 13.45 3.77008 13.5315 5.13259L14.5692 4.55638C15.3024 4.14929 16.2032 4.67947 16.2032 5.51809V10.4819C16.2032 11.3205 15.3024 11.8507 14.5692 11.4436L13.5315 10.8674C13.45 12.2299 12.3192 13.3097 10.9362 13.3097H4.26953C2.83361 13.3097 1.66956 12.1457 1.66953 10.7098L1.66943 5.29023ZM13.5362 9.49743L15.0032 10.312V5.68799L13.5362 6.50254V9.49743ZM4.26945 3.89019C3.49623 3.89018 2.86942 4.517 2.86943 5.29021L2.86953 10.7098C2.86955 11.483 3.49634 12.1097 4.26953 12.1097H10.9362C11.7094 12.1097 12.3362 11.4829 12.3362 10.7097V5.29026C12.3362 4.51707 11.7094 3.89027 10.9362 3.89026L4.26945 3.89019Z",fillRule:"evenodd",clipRule:"evenodd"}}]},{tag:"defs",attrs:{},children:[{tag:"clipPath",attrs:{id:"record-icon_clip0_1559_19"},children:[{tag:"path",attrs:{fill:"white",d:"M0 0H16V16H0z",transform:"translate(.94)"}}]}]}],defIds:["record-icon_clip0_1559_19"]},w=S.forwardRef(function(t,e){return S.createElement(F,Object.assign({},t,{id:"record-icon",ref:e,icon:G}))});w.displayName="RecordIcon";var Z=Object.getOwnPropertyDescriptor,K=(r,t,e,n)=>{for(var i=n>1?void 0:n?Z(t,e):t,a=r.length-1,d;a>=0;a--)(d=r[a])&&(i=d(i)||i);return i},A=(r,t)=>(e,n)=>t(e,n,r);o.ActionRecorderService=class extends c.Disposable{constructor(e,n,i,a){super();g(this,"_shouldRecordCommands",new Set);g(this,"_panelOpened$",new O.BehaviorSubject(!1));g(this,"panelOpened$",this._panelOpened$.asObservable());g(this,"_recorder",null);g(this,"_recording$",new O.BehaviorSubject(!1));g(this,"recording$",this._recording$.asObservable());g(this,"_recorded$",new O.BehaviorSubject([]));g(this,"_recordedCommands$",new O.BehaviorSubject([]));g(this,"recordedCommands$",this._recordedCommands$.asObservable());this._commandSrv=e,this._logService=n,this._localFileService=i,this._instanceService=a}get recording(){return this._recording$.getValue()}get _recorded(){return this._recorded$.getValue()}get _recordedCommands(){return this._recordedCommands$.getValue()}registerRecordedCommand(e){if(e.type===c.CommandType.MUTATION)throw new Error("[CommandRecorderService] Cannot record mutation commands.");this._shouldRecordCommands.add(e.id)}togglePanel(e){this._panelOpened$.next(e),e===!1&&this.stopRecording()}startRecording(e=!1){this._recorder=this._commandSrv.onCommandExecuted(n=>{var i,a;if(this._shouldRecordCommands.has(n.id)){const d=this._recorded,f=this._recordedCommands;let u={...n};const _=(i=this._instanceService.getFocusedUnit())==null?void 0:i.getUnitId(),{unitId:C=_,subUnitId:v}=u==null?void 0:u.params;if(e&&C&&v){const D=(a=this._instanceService.getUnit(C).getSheetBySheetId(v))==null?void 0:a.getName();u={...u,params:{...u.params,subUnitId:D}}}u.id===s.SetSelectionsOperation.id&&d.length>0&&d[d.length-1].id===s.SetSelectionsOperation.id?d[d.length-1]=u:(d.push(u),this._recorded$.next(d),u.type===c.CommandType.COMMAND&&(f.push(u),this._recordedCommands$.next(f)))}}),this._recording$.next(!0)}stopRecording(){var e;(e=this._recorder)==null||e.dispose(),this._recorder=null,this._recorded$.next([]),this._recordedCommands$.next([]),this._recording$.next(!1)}completeRecording(){const e=this._recorded.slice();this._localFileService.downloadFile(new Blob([JSON.stringify(e,null,2)]),"recorded-commands.json"),this._logService.error("Recorded commands:",e),this.stopRecording()}},o.ActionRecorderService=K([A(0,c.ICommandService),A(1,c.ILogService),A(2,l.ILocalFileService),A(3,c.IUniverInstanceService)],o.ActionRecorderService);const x={id:"action-recorder.command.start-recording",type:c.CommandType.COMMAND,handler:(r,t)=>(r.get(o.ActionRecorderService).startRecording(!!(t!=null&&t.replaceId)),!0)},L={id:"action-recorder.command.complete-recording",type:c.CommandType.COMMAND,handler:r=>(r.get(o.ActionRecorderService).completeRecording(),!0)},B={id:"action-recorder.command.stop-recording",type:c.CommandType.COMMAND,handler:r=>(r.get(o.ActionRecorderService).completeRecording(),!0)};var Y=Object.getOwnPropertyDescriptor,Q=(r,t,e,n)=>{for(var i=n>1?void 0:n?Y(t,e):t,a=r.length-1,d;a>=0;a--)(d=r[a])&&(i=d(i)||i);return i},R=(r,t)=>(e,n)=>t(e,n,r),$=(r=>(r.DEFAULT="default",r.NAME="name",r.ACTIVE="active",r))($||{});o.ActionReplayService=class extends c.Disposable{constructor(t,e,n,i,a){super(),this._messageService=t,this._instanceService=e,this._localFileService=n,this._logService=i,this._commandService=a}async replayLocalJSON(t="default"){const e=await this._localFileService.openFile({multiple:!1,accept:".json"});if(e.length!==1)return!1;const n=e[0];try{return this.replayCommands(JSON.parse(await n.text()),{mode:t})}catch{return this._messageService.show({type:h.MessageType.Error,content:`Failed to replay commands from local file ${n.name}.`}),!1}}async replayCommands(t,e){var a,d,f;const n=(a=this._instanceService.getFocusedUnit())==null?void 0:a.getUnitId();n||this._logService.error("[ReplayService]","no focused unit to replay commands");const{mode:i}=e||{};for(const u of t){const{id:_,params:C}=u,v=C;if(v){if(typeof v.unitId<"u"&&(v.unitId=n),i==="name"&&v.subUnitId!=="undefined"){const I=(d=this._instanceService.getFocusedUnit().getSheetBySheetName(v.subUnitId))==null?void 0:d.getSheetId();I?v.subUnitId=I:this._logService.error("[ReplayService]",`failed to find subunit by subUnitName = ${v.subUnitId}`)}if(i==="active"&&v.subUnitId!=="undefined"){const I=(f=this._instanceService.getFocusedUnit().getActiveSheet())==null?void 0:f.getSheetId();I?v.subUnitId=I:this._logService.error("[ReplayService]","failed to find active subunit")}if(!await this._commandService.executeCommand(_,C))return!1}else if(!await this._commandService.executeCommand(_))return!1}return!0}async replayCommandsWithDelay(t){var n;const e=(n=this._instanceService.getFocusedUnit())==null?void 0:n.getUnitId();e||this._logService.error("[ReplayService]","no focused unit to replay commands");for(const i of t){await c.awaitTime(X());const{id:a,params:d}=i;if(d){if(typeof d.unitId<"u"&&(d.unitId=e),!await this._commandService.executeCommand(a,d))return!1}else if(!await this._commandService.executeCommand(a))return!1}return!0}},o.ActionReplayService=Q([R(0,l.IMessageService),R(1,c.IUniverInstanceService),R(2,l.ILocalFileService),R(3,c.ILogService),R(4,c.ICommandService)],o.ActionReplayService);function X(){return Math.floor(Math.random()*800)+200}const N={id:"action-recorder.command.replay-local-records",type:c.CommandType.COMMAND,handler:async r=>{const e=await r.get(o.ActionReplayService).replayLocalJSON();return e&&r.get(l.IMessageService).show({type:h.MessageType.Success,content:"Successfully replayed local records"}),e}},b={id:"action-recorder.command.replay-local-records-name",type:c.CommandType.COMMAND,handler:async r=>{const e=await r.get(o.ActionReplayService).replayLocalJSON($.NAME);return e&&r.get(l.IMessageService).show({type:h.MessageType.Success,content:"Successfully replayed local records"}),e}},j={id:"action-recorder.command.replay-local-records-active",type:c.CommandType.COMMAND,handler:async r=>{const e=await r.get(o.ActionReplayService).replayLocalJSON($.ACTIVE);return e&&r.get(l.IMessageService).show({type:h.MessageType.Success,content:"Successfully replayed local records"}),e}},U={id:"action-recorder.operation.open-panel",type:c.CommandType.OPERATION,handler(r){return r.get(o.ActionRecorderService).togglePanel(!0),!0}},k={id:"action-recorder.operation.close-panel",type:c.CommandType.OPERATION,handler(r){return r.get(o.ActionRecorderService).togglePanel(!1),!0}};function ee(){const r=l.useDependency(o.ActionRecorderService);return l.useObservable(r.panelOpened$)?p.jsx(re,{}):null}function re(){var C;const r=l.useDependency(c.ICommandService),t=l.useDependency(o.ActionRecorderService),e=l.useObservable(t.recording$),n=l.useObservable(t.recordedCommands$),i=(C=n==null?void 0:n.length)!=null?C:0,a=S.useCallback(()=>{e||r.executeCommand(k.id)},[r,e]),d=S.useCallback(v=>{e||r.executeCommand(x.id,{replaceId:v})},[r,e]),f=S.useCallback(()=>{e&&r.executeCommand(L.id)},[r,e]),u=S.useCallback(()=>{e&&r.executeCommand(B.id)},[r,e]),_=e?i===0?"Recording...":`${i}: ${n[i-1].id}`:"Start Recording";return p.jsxs("div",{className:"univer-fixed univer-bottom-20 univer-left-1/2 univer-z-[1000] univer-flex univer-h-16 univer-w-[512px] -univer-translate-x-1/2 univer-items-center univer-rounded-lg univer-bg-white univer-px-5 univer-shadow-lg",children:[p.jsx("div",{className:"univer-mr-2 univer-size-5 univer-shrink-0 univer-grow-0 univer-text-xl",children:p.jsx(w,{})}),p.jsx("div",{className:"univer-flex-1 univer-text-sm",children:_}),p.jsxs("div",{className:"univer-flex univer-w-64 univer-shrink-0 univer-grow-0 univer-justify-between",children:[p.jsx(h.Button,{className:"univer-w-20",onClick:e?u:a,children:e?"Cancel":"Close"}),p.jsx(h.Button,{className:"univer-w-20",variant:"primary",onClick:e?f:()=>d(),children:e?"Save":"Start"}),!e&&p.jsx(h.Button,{variant:"primary",onClick:()=>d(!0),children:"Start(N)"})]})]})}const V="RECORD_MENU_ITEM";function ne(){return{id:V,type:l.MenuItemType.SUBITEMS,icon:"RecordIcon",tooltip:"action-recorder.menu.title"}}function te(r){const t=r.get(o.ActionRecorderService);return{id:U.id,title:"action-recorder.menu.record",type:l.MenuItemType.BUTTON,disabled$:t.panelOpened$}}function ie(){return{id:N.id,title:"action-recorder.menu.replay-local",type:l.MenuItemType.BUTTON}}function oe(){return{id:b.id,title:"action-recorder.menu.replay-local-name",type:l.MenuItemType.BUTTON}}function ce(){return{id:j.id,title:"action-recorder.menu.replay-local-active",type:l.MenuItemType.BUTTON}}const ae={[l.RibbonOthersGroup.OTHERS]:{[V]:{order:1,menuItemFactory:ne,[U.id]:{order:1,menuItemFactory:te},[N.id]:{order:2,menuItemFactory:ie},[b.id]:{order:3,menuItemFactory:oe},[j.id]:{order:4,menuItemFactory:ce}}}};var de=Object.getOwnPropertyDescriptor,se=(r,t,e,n)=>{for(var i=n>1?void 0:n?de(t,e):t,a=r.length-1,d;a>=0;a--)(d=r[a])&&(i=d(i)||i);return i},y=(r,t)=>(e,n)=>t(e,n,r);let M=class extends c.Disposable{constructor(r,t,e,n,i,a){super(),this._commandSrv=r,this._uiPartsSrv=t,this._menuManagerService=e,this._componentManager=n,this._actionRecorderService=i,this._injector=a,this._initCommands(),this._initUI(),this._initSheetsCommands(),this._initDocsCommands()}_initCommands(){[x,B,L,U,k,N,b,j].forEach(r=>this._commandSrv.registerCommand(r))}_initUI(){this._uiPartsSrv.registerComponent(l.BuiltInUIPart.GLOBAL,()=>l.connectInjector(ee,this._injector)),this.disposeWithMe(this._componentManager.register("RecordIcon",w)),this._menuManagerService.mergeMenu(ae)}_initSheetsCommands(){[s.CopySheetCommand,s.DeleteRangeMoveLeftCommand,s.DeleteRangeMoveUpCommand,s.DeltaColumnWidthCommand,s.DeltaRowHeightCommand,s.InsertSheetCommand,s.InsertColAfterCommand,s.InsertColBeforeCommand,s.InsertRowAfterCommand,s.InsertRowBeforeCommand,s.RemoveSheetCommand,s.SetStyleCommand,s.AddWorksheetMergeCommand,s.AddWorksheetMergeAllCommand,s.AddWorksheetMergeVerticalCommand,s.AddWorksheetMergeHorizontalCommand,s.SetFrozenCommand,s.CancelFrozenCommand,s.SetHorizontalTextAlignCommand,s.SetOverlineCommand,m.SetRangeBoldCommand,m.SetRangeFontFamilyCommand,m.SetRangeFontSizeCommand,m.SetRangeItalicCommand,m.SetRangeStrickThroughCommand,m.SetRangeSubscriptCommand,m.SetRangeSuperscriptCommand,m.SetRangeTextColorCommand,m.SetRangeUnderlineCommand,s.SetRangeValuesCommand,s.SetStrikeThroughCommand,s.SetTextColorCommand,s.SetTextRotationCommand,s.SetTextWrapCommand,s.SetVerticalTextAlignCommand,m.SheetCopyCommand,m.SheetCutCommand,m.SheetPasteBesidesBorderCommand,m.SheetPasteColWidthCommand,m.SheetPasteCommand,m.SheetPasteFormatCommand,m.SheetPasteShortKeyCommand,m.SheetPasteValueCommand,s.AutoFillCommand,s.RefillCommand,s.SetWorksheetActivateCommand,s.SetWorksheetActiveOperation,s.SetSelectionsOperation,T.SetSheetFilterRangeCommand,T.SetSheetsFilterCriteriaCommand,T.RemoveSheetFilterCommand].forEach(r=>this._actionRecorderService.registerRecordedCommand(r))}_initDocsCommands(){}};M=se([y(0,c.ICommandService),y(1,l.IUIPartsService),y(2,l.IMenuManagerService),y(3,c.Inject(l.ComponentManager)),y(4,c.Inject(o.ActionRecorderService)),y(5,c.Inject(c.Injector))],M);const le="action-recorder.config",W={};var me=Object.getOwnPropertyDescriptor,ue=(r,t,e,n)=>{for(var i=n>1?void 0:n?me(t,e):t,a=r.length-1,d;a>=0;a--)(d=r[a])&&(i=d(i)||i);return i},q=(r,t)=>(e,n)=>t(e,n,r);o.UniverActionRecorderPlugin=(P=class extends c.Plugin{constructor(t=W,e,n){super(),this._config=t,this._injector=e,this._configService=n;const{menu:i,...a}=c.merge({},W,this._config);i&&this._configService.setConfig("menu",i,{merge:!0}),this._configService.setConfig(le,a)}onStarting(){(this._config.replayOnly?[[o.ActionReplayService]]:[[o.ActionRecorderService],[o.ActionReplayService],[M]]).forEach(e=>this._injector.add(e))}onSteady(){this._config.replayOnly||this._injector.get(M)}},g(P,"pluginName","UNIVER_ACTION_RECORDER_PLUGIN"),P),o.UniverActionRecorderPlugin=ue([q(1,c.Inject(c.Injector)),q(2,c.IConfigService)],o.UniverActionRecorderPlugin),Object.defineProperty(o,Symbol.toStringTag,{value:"Module"})}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs/action-recorder",
3
- "version": "0.15.4",
3
+ "version": "0.15.5",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "author": "DreamNum <developer@univer.ai>",
@@ -53,12 +53,12 @@
53
53
  },
54
54
  "dependencies": {
55
55
  "@univerjs/icons": "^1.1.1",
56
- "@univerjs/core": "0.15.4",
57
- "@univerjs/design": "0.15.4",
58
- "@univerjs/sheets-filter": "0.15.4",
59
- "@univerjs/sheets-ui": "0.15.4",
60
- "@univerjs/ui": "0.15.4",
61
- "@univerjs/sheets": "0.15.4"
56
+ "@univerjs/core": "0.15.5",
57
+ "@univerjs/sheets": "0.15.5",
58
+ "@univerjs/sheets-filter": "0.15.5",
59
+ "@univerjs/ui": "0.15.5",
60
+ "@univerjs/sheets-ui": "0.15.5",
61
+ "@univerjs/design": "0.15.5"
62
62
  },
63
63
  "devDependencies": {
64
64
  "react": "18.3.1",
@@ -67,7 +67,7 @@
67
67
  "typescript": "^5.9.3",
68
68
  "vite": "^7.3.1",
69
69
  "vitest": "^4.0.18",
70
- "@univerjs-infra/shared": "0.15.4"
70
+ "@univerjs-infra/shared": "0.15.5"
71
71
  },
72
72
  "scripts": {
73
73
  "test": "vitest run",