@univerjs-pro/boards-thread-comment-ui 1.0.0-rc.0 → 1.0.1
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/README.md +27 -0
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.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/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.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-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/components.controller.d.ts +2 -2
- package/lib/types/controllers/mobile/components.controller.d.ts +24 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/mobile-plugin.d.ts +16 -0
- package/lib/types/plugin.d.ts +2 -0
- package/lib/types/views/MobileBoardsThreadCommentPanel.d.ts +1 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.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/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.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-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +14 -14
package/README.md
CHANGED
|
@@ -1,11 +1,38 @@
|
|
|
1
1
|
# @univerjs-pro/boards-thread-comment-ui
|
|
2
2
|
|
|
3
|
+
[](https://npmjs.com/package/@univerjs-pro/boards-thread-comment-ui)
|
|
4
|
+
[](https://npmjs.com/package/@univerjs-pro/boards-thread-comment-ui)
|
|
5
|
+
[](https://npmjs.com/package/@univerjs-pro/boards-thread-comment-ui)
|
|
6
|
+
|
|
3
7
|
`@univerjs-pro/boards-thread-comment-ui` adds a comment placement tool and element comment entries to Univer Boards. Drafts open in the shared thread comment panel.
|
|
4
8
|
|
|
9
|
+
## Package Overview
|
|
10
|
+
|
|
11
|
+
| Package | UMD global | CSS | Locales | Facade entry |
|
|
12
|
+
| --- | --- | :---: | :---: | :---: |
|
|
13
|
+
| `@univerjs-pro/boards-thread-comment-ui` | `UniverProBoardsThreadCommentUi` | Yes | Yes | No |
|
|
14
|
+
|
|
5
15
|
## Installation
|
|
6
16
|
|
|
7
17
|
```sh
|
|
8
18
|
pnpm add @univerjs-pro/boards-thread-comment-ui
|
|
19
|
+
# or
|
|
20
|
+
npm install @univerjs-pro/boards-thread-comment-ui
|
|
9
21
|
```
|
|
10
22
|
|
|
23
|
+
Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.
|
|
24
|
+
|
|
25
|
+
## Usage
|
|
26
|
+
|
|
11
27
|
Import the package CSS and register `UniverBoardsThreadCommentUIPlugin` after the Boards UI plugin.
|
|
28
|
+
|
|
29
|
+
## Integration Notes
|
|
30
|
+
|
|
31
|
+
- Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version.
|
|
32
|
+
- Import the package stylesheet once in your application.
|
|
33
|
+
- Merge the locale resources for each language enabled by your application.
|
|
34
|
+
|
|
35
|
+
## Resources
|
|
36
|
+
|
|
37
|
+
- [Documentation](https://docs.univer.ai/guides/pro)
|
|
38
|
+
- [NPM package](https://npmjs.com/package/@univerjs-pro/boards-thread-comment-ui)
|
package/lib/cjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const _0x2274d7=_0x3677;(function(_0x555e48,_0x43130a){const _0x42dafd=_0x3677,_0x5f4a5f=_0x555e48();while(!![]){try{const _0x5dafdd=parseInt(_0x42dafd(0x2a2))/0x1*(-parseInt(_0x42dafd(0x2bd))/0x2)+-parseInt(_0x42dafd(0x25b))/0x3*(parseInt(_0x42dafd(0x28b))/0x4)+parseInt(_0x42dafd(0x22e))/0x5*(-parseInt(_0x42dafd(0x233))/0x6)+-parseInt(_0x42dafd(0x2a3))/0x7*(parseInt(_0x42dafd(0x269))/0x8)+parseInt(_0x42dafd(0x1fa))/0x9*(-parseInt(_0x42dafd(0x22a))/0xa)+-parseInt(_0x42dafd(0x23a))/0xb*(-parseInt(_0x42dafd(0x1d9))/0xc)+-parseInt(_0x42dafd(0x213))/0xd*(-parseInt(_0x42dafd(0x2b5))/0xe);if(_0x5dafdd===_0x43130a)break;else _0x5f4a5f['push'](_0x5f4a5f['shift']());}catch(_0x47035c){_0x5f4a5f['push'](_0x5f4a5f['shift']());}}}(_0x5277,0x4ddc7),Object[_0x2274d7(0x1f9)](exports,Symbol['toStringTag'],{'value':_0x2274d7(0x26e)}));function _0x3677(_0x2e0738,_0x1029c6){_0x2e0738=_0x2e0738-0x1d7;const _0x5277f8=_0x5277();let _0x3677ca=_0x5277f8[_0x2e0738];return _0x3677ca;}let e=require('@univerjs-pro/boards'),t=require('@univerjs-pro/boards-ui'),n=require('@univerjs/core'),r=require('@univerjs/protocol'),i=require('@univerjs/thread-comment'),a=require('@univerjs/thread-comment-ui'),o=require('@univerjs/ui'),s=require('@univerjs-pro/boards-thread-comment'),c=require('@univerjs-pro/license'),l=require('@univerjs/engine-render'),u=require('@univerjs/icons'),d=require('react'),f=require('rxjs'),p=require('react/jsx-runtime');const m=_0x2274d7(0x234);function h(_0x2072d1){const _0x43eb85=_0x2274d7;let _0x50acc6=_0x2072d1[_0x43eb85(0x2a1)](a['ThreadCommentPanelService']);_0x2072d1['get'](o[_0x43eb85(0x238)])['open']({'header':{'title':_0x43eb85(0x25c)},'children':{'label':m},'width':0x140,'onClose':()=>_0x50acc6[_0x43eb85(0x2b6)](!0x1)}),_0x50acc6[_0x43eb85(0x2b6)](!0x0);}const g={'id':_0x2274d7(0x26f),'type':n[_0x2274d7(0x283)][_0x2274d7(0x278)],'handler'(_0x158aec){return h(_0x158aec),!0x0;}},_={'id':_0x2274d7(0x1db),'type':n[_0x2274d7(0x283)]['OPERATION'],'handler'(_0x144780){const _0x24ac7b=_0x2274d7;let _0x2c7903=_0x144780[_0x24ac7b(0x2a1)](n[_0x24ac7b(0x21e)])['getCurrentUnitOfType'](n['UniverInstanceType']['UNIVER_BOARD']);return!_0x2c7903||!(0x0,e[_0x24ac7b(0x1f5)])(_0x144780[_0x24ac7b(0x2a1)](n[_0x24ac7b(0x274)]),_0x2c7903['getUnitId'](),_0x2c7903[_0x24ac7b(0x23c)](),r['UnitAction'][_0x24ac7b(0x214)])?!0x1:(_0x144780[_0x24ac7b(0x2a1)](t[_0x24ac7b(0x260)])[_0x24ac7b(0x2ba)](e[_0x24ac7b(0x2bf)][_0x24ac7b(0x268)]),_0x144780[_0x24ac7b(0x2a1)](a[_0x24ac7b(0x1ec)])[_0x24ac7b(0x226)](n['UniverInstanceType'][_0x24ac7b(0x272)],_0x2c7903[_0x24ac7b(0x23c)]()),!0x0);}},v={'id':'board.operation.add-element-comment','type':n['CommandType'][_0x2274d7(0x278)],'handler'(_0x25f47a){const _0x2c05ea=_0x2274d7;var _0xb65408;let _0xc7379f=_0x25f47a[_0x2c05ea(0x2a1)](n[_0x2c05ea(0x21e)])[_0x2c05ea(0x2c0)](n[_0x2c05ea(0x235)]['UNIVER_BOARD']),_0x2f1545=_0x25f47a['get'](t[_0x2c05ea(0x24a)])[_0x2c05ea(0x29f)](),_0x3fd17a=_0xc7379f==null?void 0x0:_0xc7379f[_0x2c05ea(0x27c)](),_0x4dab0a=_0x2f1545[_0x2c05ea(0x28e)]??_0x2f1545['selectedIds'][_0x2f1545[_0x2c05ea(0x275)][_0x2c05ea(0x23d)]-0x1];return!_0xc7379f||!_0x3fd17a||!_0x4dab0a||((_0xb65408=_0x2f1545[_0x2c05ea(0x2be)])==null?void 0x0:_0xb65408[_0x2c05ea(0x217)])!==_0xc7379f['getUnitId']()||_0x2f1545[_0x2c05ea(0x2be)][_0x2c05ea(0x2b9)]!==_0x3fd17a||!(0x0,e['getBoardPermissionValue'])(_0x25f47a[_0x2c05ea(0x2a1)](n[_0x2c05ea(0x274)]),_0xc7379f[_0x2c05ea(0x23c)](),_0xc7379f[_0x2c05ea(0x23c)](),r[_0x2c05ea(0x2bb)][_0x2c05ea(0x214)])?!0x1:(_0x25f47a[_0x2c05ea(0x2a1)](a['ThreadCommentDraftService'])['place']({'unitId':_0xc7379f[_0x2c05ea(0x23c)](),'subUnitId':_0x3fd17a,'anchor':{'kind':i['ThreadCommentAnchorKind'][_0x2c05ea(0x205)],'pageId':_0x3fd17a,'elementId':_0x4dab0a}}),h(_0x25f47a),!0x0);}},y=_0x2274d7(0x276),b={};var x=_0x2274d7(0x224),S=_0x2274d7(0x251);function C(){const _0x2bedd3=_0x2274d7;let _0x131b3f=(0x0,o[_0x2bedd3(0x29a)])(n[_0x2bedd3(0x21e)]),_0x5260fd=(0x0,o[_0x2bedd3(0x29a)])(n[_0x2bedd3(0x298)]),_0x3b45c9=(0x0,o[_0x2bedd3(0x29a)])(a['ThreadCommentDraftService']),_0x11515a=(0x0,o[_0x2bedd3(0x29a)])(n['UserManagerService']),_0xb46588=(0x0,o[_0x2bedd3(0x29a)])(e[_0x2bedd3(0x200)]),_0x4fd685=_0x131b3f[_0x2bedd3(0x2c0)](n['UniverInstanceType']['UNIVER_BOARD']),_0x4368b5=_0x4fd685 instanceof e[_0x2bedd3(0x29e)]?_0x4fd685:void 0x0,_0x232b91=(0x0,o[_0x2bedd3(0x29a)])(n[_0x2bedd3(0x274)]);(0x0,o[_0x2bedd3(0x286)])(()=>_0x232b91[_0x2bedd3(0x273)],void 0x0,!0x1,[_0x232b91]);let _0x143bb0=(0x0,o['useObservable'])(_0x3b45c9[_0x2bedd3(0x2b0)],_0x3b45c9[_0x2bedd3(0x259)]),_0x56455b=(0x0,d[_0x2bedd3(0x218)])(()=>(0x0,f['of'])(_0x4368b5==null?void 0x0:_0x4368b5[_0x2bedd3(0x27c)]()),[_0x4368b5]),_0x5758a9=_0x143bb0&&_0x143bb0[_0x2bedd3(0x217)]===(_0x4368b5==null?void 0x0:_0x4368b5[_0x2bedd3(0x23c)]())?{'id':'','threadId':'','unitId':_0x143bb0[_0x2bedd3(0x217)],'subUnitId':_0x143bb0['subUnitId'],'ref':(0x0,i[_0x2bedd3(0x1fb)])(_0x143bb0[_0x2bedd3(0x27f)]),'dT':'','personId':_0x11515a[_0x2bedd3(0x222)]()['userID'],'text':{'dataStream':'\x0d\x0a'}}:null;if(!_0x4368b5)return null;let _0x3c0b4f=!(0x0,e[_0x2bedd3(0x1f5)])(_0x232b91,_0x4368b5['getUnitId'](),_0x4368b5[_0x2bedd3(0x23c)](),r[_0x2bedd3(0x2bb)]['Comment']);return(0x0,p[_0x2bedd3(0x1ff)])(a['ThreadCommentPanel'],{'unitId':_0x4368b5[_0x2bedd3(0x23c)](),'subUnitId$':_0x56455b,'type':n[_0x2bedd3(0x235)][_0x2bedd3(0x272)],'onAdd':()=>_0x5260fd[_0x2bedd3(0x266)](_['id']),'disableAdd':_0x3c0b4f,'getSubUnitName':_0x123234=>{const _0xad333a=_0x2bedd3;var _0x4bb965;return((_0x4bb965=_0x4368b5[_0xad333a(0x1e5)](_0x123234))==null?void 0x0:_0x4bb965['name'])??_0x123234;},'tempComment':_0x5758a9,'onTempCommentClose':()=>_0x3b45c9[_0x2bedd3(0x227)](),'formatRef':_0x2c34b6=>w(_0x2c34b6,_0xb46588)});}function w(_0x2380ea,_0x4bf85d){const _0x46d5aa=_0x2274d7;let _0x3e7209=(0x0,i[_0x46d5aa(0x20f)])(_0x2380ea[_0x46d5aa(0x247)]);if((_0x3e7209==null?void 0x0:_0x3e7209['kind'])===i[_0x46d5aa(0x1ee)]['BOARD_ELEMENT']){var _0x5c0c1d;let _0x2ea804=_0x4bf85d[_0x46d5aa(0x26a)](_0x2380ea[_0x46d5aa(0x217)],_0x3e7209[_0x46d5aa(0x2a0)]??_0x2380ea['subUnitId'],_0x3e7209[_0x46d5aa(0x27d)]);return(_0x2ea804==null||(_0x5c0c1d=_0x2ea804['element']['name'])==null?void 0x0:_0x5c0c1d[_0x46d5aa(0x1d8)]())||_0x3e7209['elementId'];}return(_0x3e7209==null?void 0x0:_0x3e7209[_0x46d5aa(0x20d)])===i['ThreadCommentAnchorKind'][_0x46d5aa(0x28a)]?'('+Math['round'](_0x3e7209['x'])+',\x20'+Math['round'](_0x3e7209['y'])+')':_0x2380ea[_0x46d5aa(0x247)];}function T(_0x4f16cc,_0x46e8c4){return function(_0x2db927,_0x63f9ec){_0x46e8c4(_0x2db927,_0x63f9ec,_0x4f16cc);};}function _0x5277(){const _0x4c30fe=['call','_themeService','getElementData','IconManager','version','forEach','getColorFromTheme','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','zoomRatio','ref','default','boards-thread-comment-ui.toolbar.add-comment','IBoardElementStateService','symbol','boards-thread-comment-ui.openComments','_registerComponents','hitCommentId','_getColors','UniverLicensePlugin','1.0.0-rc.0','catch','Disposable','_overlay','_syncOverlay','_onOverlayPointerDown','IBoardToolbarContributionService','has','draft','add','12171Ogywnr','boards-thread-comment-ui.addComment','_listenToolSwitch','iterator','count','IBoardUIStateService','getElementOrder','pipe','_iconManager','packageName','_componentManager','executeCommand','height','Select','72wLBENY','getElementById','dispose$','combineLatest','UniverBoardsThreadCommentPlugin','Module','board.operation.open-comment-panel','board-thread-comment-overlay','ThreadCommentCanvasOverlay','UNIVER_BOARD','permissionPointUpdate$','IPermissionService','selectedIds','boards-thread-comment-ui.config','_draftService','OPERATION','takeUntil','yellow.400','commentUpdate$','getActivePageId','elementId','state$','anchor','Injector','set','ThreadCommentModel','CommandType','offsetX','Plugin','useObservable','onPointerMove$','transientNavigation','_commentModel','BOARD_POSITION','328QgeiRH','_getElementUnderline','_hitTest','focusedId','some','BOARD_RENDER_OBJECT_Z_INDEX','Inject','ContextMenuGroup','activeCommentId','auxiliary','left','toDisposable','activeTool','ICommandService','_config','useDependency','placementType$','decorate','_instanceService','BoardModel','getSnapshot','pageId','get','32006JNUnYj','36645izQdDA','scene','subscribeEvent','SELECTION','BOARD','getCurrentTypeOfUnit$','top-right-before-history','_getFocusState','white','updateState','elementAdd$','BoardElementContextMenuPosition','onPointerLeave$','draft$','IMenuManagerService','zIndex','currentTheme$','registerCommand','7603946tixymc','setPanelVisible','OpenBoardCommentPanelOperation','getState','subUnitId','setActiveTool','UnitAction','_configService','34azotca','context','BoardToolType','getCurrentUnitOfType','ComponentManager','trim','1793436LStBfC','prototype','board.operation.start-comment-placement','StartBoardCommentPlacementOperation','pluginName','onRendered','UniverBoardsPlugin','UniverThreadCommentUIPlugin','hitTestBoardElementAtPoint','offsetY','gray.900','_registerIcons','getPage','_toBoardPoint','boards-thread-comment-ui.view-selection.add-comment','ThreadCommentPanelService','pairwise','mergeMenu','_injector','ThreadCommentDraftService','board-canvas','ThreadCommentAnchorKind','top','InsertCommentDoubleIcon','stopPropagation','activeCommentId$','UniverRenderEnginePlugin','getObjectIncludeInGroup','getBoardPermissionValue','register','getComment','IConfigService','defineProperty','27ATUqGg','serializeThreadCommentAnchor','from','_onPointerDown','boards-thread-comment-ui.top-right.open-comments','jsx','IBoardElementService','_uiStateService','BUTTON','place','OTHERS','BOARD_ELEMENT','_getModel','_commandService','viewportPanOffset','string','type','overlay','_renderContext','kind','getObject','deserializeThreadCommentAnchor','MenuItemType','push','clearHover','39nowQcK','Comment','CommentIcon','function','unitId','useMemo','width','_getElementOutline','toPrimitive','placementType','_panelService','IUniverInstanceService','commentId','elementRemove$','BOARDS_THREAD_COMMENT_UI_PLUGIN_CONFIG_KEY','getCurrentUser','_placeElement','@univerjs-pro/boards-thread-comment-ui','_elementStateService','startPlacement','cancel','getUnit','map','1835070NtdCze','distinctUntilChanged','values','subscribe','20dxJsZd','onStarting','object','_elementService','_onPointerMove','202488FssacO','univer.board.thread-comment-panel','UniverInstanceType','UniverBoardsThreadCommentUIPlugin','disposeWithMe','ISidebarService','constructor','22oCyBFP','ELEMENT','getUnitId','length'];_0x5277=function(){return _0x4c30fe;};return _0x5277();}function E(_0x25c5bd,_0x344e34,_0x381719,_0x16f1b9){const _0x5cd16f=_0x2274d7;var _0x7c4f6=arguments[_0x5cd16f(0x23d)],_0x323479=_0x7c4f6<0x3?_0x344e34:_0x16f1b9===null?_0x16f1b9=Object['getOwnPropertyDescriptor'](_0x344e34,_0x381719):_0x16f1b9,_0x3af5b4;if(typeof Reflect==_0x5cd16f(0x230)&&typeof Reflect[_0x5cd16f(0x29c)]=='function')_0x323479=Reflect[_0x5cd16f(0x29c)](_0x25c5bd,_0x344e34,_0x381719,_0x16f1b9);else{for(var _0x427e6d=_0x25c5bd[_0x5cd16f(0x23d)]-0x1;_0x427e6d>=0x0;_0x427e6d--)(_0x3af5b4=_0x25c5bd[_0x427e6d])&&(_0x323479=(_0x7c4f6<0x3?_0x3af5b4(_0x323479):_0x7c4f6>0x3?_0x3af5b4(_0x344e34,_0x381719,_0x323479):_0x3af5b4(_0x344e34,_0x381719))||_0x323479);}return _0x7c4f6>0x3&&_0x323479&&Object[_0x5cd16f(0x1f9)](_0x344e34,_0x381719,_0x323479),_0x323479;}let D=class extends n['Disposable']{constructor(_0x48d81d,_0x18f0b1){const _0x396f41=_0x2274d7;super(),this[_0x396f41(0x265)]=_0x48d81d,this[_0x396f41(0x263)]=_0x18f0b1,this[_0x396f41(0x1e4)](),this[_0x396f41(0x24d)]();}[_0x2274d7(0x1e4)](){const _0x4017b8=_0x2274d7;this[_0x4017b8(0x237)](this[_0x4017b8(0x263)][_0x4017b8(0x1f6)]({'InsertCommentDoubleIcon':u[_0x4017b8(0x1f0)]}));}[_0x2274d7(0x24d)](){const _0x47bbcd=_0x2274d7;this[_0x47bbcd(0x237)](this['_componentManager']['register'](m,C));}};D=E([T(0x0,(0x0,n[_0x2274d7(0x291)])(o[_0x2274d7(0x1d7)])),T(0x1,(0x0,n['Inject'])(o[_0x2274d7(0x241)]))],D);function O(_0x14ae4f,_0x3444db,_0x3b9508){const _0x3079fc=_0x2274d7;let _0x1cdcf7=Number['isFinite'](_0x3b9508[_0x3079fc(0x246)])&&_0x3b9508[_0x3079fc(0x246)]>0x0?_0x3b9508[_0x3079fc(0x246)]:0x1;return{'x':(_0x14ae4f-_0x3b9508['viewportPanOffset']['x'])/_0x1cdcf7,'y':(_0x3444db-_0x3b9508[_0x3079fc(0x208)]['y'])/_0x1cdcf7};}function k(_0x226dd4){'@babel/helpers - typeof';const _0x25912f=_0x2274d7;return k=typeof Symbol==_0x25912f(0x216)&&typeof Symbol[_0x25912f(0x25e)]==_0x25912f(0x24b)?function(_0xc2bb96){return typeof _0xc2bb96;}:function(_0x357b7d){const _0xade19f=_0x25912f;return _0x357b7d&&typeof Symbol==_0xade19f(0x216)&&_0x357b7d[_0xade19f(0x239)]===Symbol&&_0x357b7d!==Symbol[_0xade19f(0x1da)]?_0xade19f(0x24b):typeof _0x357b7d;},k(_0x226dd4);}function A(_0x1d49c7,_0x9b8e1a){const _0x2430ad=_0x2274d7;if(k(_0x1d49c7)!=_0x2430ad(0x230)||!_0x1d49c7)return _0x1d49c7;var _0x2b8ee3=_0x1d49c7[Symbol[_0x2430ad(0x21b)]];if(_0x2b8ee3!==void 0x0){var _0x3dd996=_0x2b8ee3[_0x2430ad(0x23e)](_0x1d49c7,_0x9b8e1a||_0x2430ad(0x248));if(k(_0x3dd996)!=_0x2430ad(0x230))return _0x3dd996;throw TypeError(_0x2430ad(0x245));}return(_0x9b8e1a===_0x2430ad(0x209)?String:Number)(_0x1d49c7);}function j(_0x6f5a8c){const _0x44f5f4=_0x2274d7;var _0x8c1482=A(_0x6f5a8c,_0x44f5f4(0x209));return k(_0x8c1482)==_0x44f5f4(0x24b)?_0x8c1482:_0x8c1482+'';}function M(_0x5e50d6,_0x438093,_0x241acf){const _0x2d07f0=_0x2274d7;return(_0x438093=j(_0x438093))in _0x5e50d6?Object[_0x2d07f0(0x1f9)](_0x5e50d6,_0x438093,{'value':_0x241acf,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x5e50d6[_0x438093]=_0x241acf,_0x5e50d6;}function N(_0x31137f){const _0x563ec2=_0x2274d7;let _0x4f1703=new Map();return _0x31137f[_0x563ec2(0x243)](_0x2ffe7b=>{const _0x186d76=_0x563ec2;let _0x4e8894=_0x2ffe7b['x']+'\x00'+_0x2ffe7b['y'],_0x4cea30=_0x4f1703[_0x186d76(0x2a1)](_0x4e8894);if(_0x4cea30){_0x4cea30[_0x186d76(0x21f)]=_0x2ffe7b[_0x186d76(0x21f)],_0x4cea30['commentIds']['push'](_0x2ffe7b[_0x186d76(0x21f)]),_0x4cea30[_0x186d76(0x25f)]+=0x1;return;}_0x4f1703['set'](_0x4e8894,{..._0x2ffe7b,'commentIds':[_0x2ffe7b[_0x186d76(0x21f)]],'count':0x1});}),Array['from'](_0x4f1703['values']());}let P=class extends n['RxDisposable']{constructor(_0x2ca21e,_0x1141d0,_0x1a4003,_0x2b6d03,_0x5c31d,_0xce4aa9,_0x189e11,_0x1e1407,_0x4d89e0,_0x10bd8e){const _0x150ec4=_0x2274d7;super(),this[_0x150ec4(0x20c)]=_0x2ca21e,this[_0x150ec4(0x207)]=_0x1141d0,this[_0x150ec4(0x29d)]=_0x1a4003,this[_0x150ec4(0x231)]=_0x2b6d03,this[_0x150ec4(0x225)]=_0x5c31d,this[_0x150ec4(0x201)]=_0xce4aa9,this[_0x150ec4(0x277)]=_0x189e11,this[_0x150ec4(0x289)]=_0x1e1407,this[_0x150ec4(0x21d)]=_0x4d89e0,this[_0x150ec4(0x23f)]=_0x10bd8e,M(this,_0x150ec4(0x254),void 0x0),this[_0x150ec4(0x254)]=new a[(_0x150ec4(0x271))](_0x150ec4(0x270),{...this[_0x150ec4(0x24f)](),'zoomRatio':0x1,'markers':[],'underlines':[]}),this[_0x150ec4(0x254)][_0x150ec4(0x2b2)]=t[_0x150ec4(0x290)][_0x150ec4(0x288)]+0x1,this['_renderContext'][_0x150ec4(0x2a4)]['addObject'](this['_overlay'],t['BOARD_RENDER_LAYER_INDEX'][_0x150ec4(0x20b)]),this[_0x150ec4(0x237)]((0x0,n[_0x150ec4(0x296)])(this[_0x150ec4(0x254)]['onPointerDown$']['subscribeEvent']((_0xf11396,_0x42a1a0)=>this[_0x150ec4(0x256)](_0x42a1a0)))),this[_0x150ec4(0x237)]((0x0,n[_0x150ec4(0x296)])(this[_0x150ec4(0x254)][_0x150ec4(0x2af)][_0x150ec4(0x2a5)](()=>this['_overlay'][_0x150ec4(0x212)]()))),this[_0x150ec4(0x237)]((0x0,n[_0x150ec4(0x296)])(this[_0x150ec4(0x20c)][_0x150ec4(0x2a4)]['onPointerDown$'][_0x150ec4(0x2a5)]((_0x51209b,_0x3d12d7)=>this[_0x150ec4(0x1fd)](_0x51209b,_0x3d12d7)))),this[_0x150ec4(0x237)]((0x0,n[_0x150ec4(0x296)])(this[_0x150ec4(0x20c)]['scene'][_0x150ec4(0x287)][_0x150ec4(0x2a5)](_0x5a2ecf=>this[_0x150ec4(0x232)](_0x5a2ecf)))),this[_0x150ec4(0x237)]((0x0,n[_0x150ec4(0x296)])(this['_elementStateService'][_0x150ec4(0x27e)][_0x150ec4(0x262)]((0x0,f[_0x150ec4(0x1e9)])(),(0x0,f[_0x150ec4(0x279)])(this[_0x150ec4(0x26b)]))[_0x150ec4(0x22d)](([_0x287c1a,_0x361d1f])=>{const _0x452299=_0x150ec4;var _0x18563c;this[_0x452299(0x277)][_0x452299(0x21c)]!==n['UniverInstanceType'][_0x452299(0x272)]||!_0x361d1f[_0x452299(0x28e)]||!_0x361d1f[_0x452299(0x2be)]||_0x287c1a[_0x452299(0x28e)]===_0x361d1f[_0x452299(0x28e)]&&((_0x18563c=_0x287c1a['context'])==null?void 0x0:_0x18563c[_0x452299(0x217)])===_0x361d1f[_0x452299(0x2be)][_0x452299(0x217)]&&_0x287c1a[_0x452299(0x2be)][_0x452299(0x2b9)]===_0x361d1f[_0x452299(0x2be)][_0x452299(0x2b9)]||this[_0x452299(0x223)](_0x361d1f[_0x452299(0x2be)][_0x452299(0x217)],_0x361d1f['context'][_0x452299(0x2b9)],_0x361d1f[_0x452299(0x28e)]);}))),this[_0x150ec4(0x237)](this['_commentModel'][_0x150ec4(0x27b)][_0x150ec4(0x262)]((0x0,f[_0x150ec4(0x279)])(this[_0x150ec4(0x26b)]))[_0x150ec4(0x22d)](_0x5cea01=>{const _0x5a9a44=_0x150ec4;_0x5cea01[_0x5a9a44(0x217)]===this[_0x5a9a44(0x20c)][_0x5a9a44(0x217)]&&this[_0x5a9a44(0x255)]();})),[this[_0x150ec4(0x21d)][_0x150ec4(0x1f2)],this[_0x150ec4(0x21d)]['hoveredCommentId$']][_0x150ec4(0x243)](_0x1a1670=>{const _0x5322b7=_0x150ec4;this['disposeWithMe'](_0x1a1670[_0x5322b7(0x262)]((0x0,f['takeUntil'])(this[_0x5322b7(0x26b)]))['subscribe'](()=>this[_0x5322b7(0x255)]()));}),[this['_elementService'][_0x150ec4(0x2ad)],this['_elementService']['elementUpdate$'],this['_elementService'][_0x150ec4(0x220)]]['forEach'](_0x5199b4=>{const _0x9cba1d=_0x150ec4;this[_0x9cba1d(0x237)](_0x5199b4[_0x9cba1d(0x262)]((0x0,f[_0x9cba1d(0x279)])(this[_0x9cba1d(0x26b)]))['subscribe'](_0x2d6f63=>{const _0x168efd=_0x9cba1d;_0x2d6f63[_0x168efd(0x28f)](_0x40561c=>_0x40561c[_0x168efd(0x217)]===this['_renderContext']['unitId'])&&this[_0x168efd(0x255)]();}));}),this[_0x150ec4(0x237)](this['_uiStateService'][_0x150ec4(0x27e)][_0x150ec4(0x262)]((0x0,f[_0x150ec4(0x22b)])((_0x5c4732,_0x4d734c)=>_0x5c4732[_0x150ec4(0x246)]===_0x4d734c[_0x150ec4(0x246)]),(0x0,f['takeUntil'])(this[_0x150ec4(0x26b)]))['subscribe'](()=>this[_0x150ec4(0x255)]())),this[_0x150ec4(0x25d)](),this['disposeWithMe'](this[_0x150ec4(0x277)][_0x150ec4(0x29b)][_0x150ec4(0x262)]((0x0,f[_0x150ec4(0x279)])(this['dispose$']))['subscribe'](_0x316508=>{const _0x17dcc3=_0x150ec4;_0x316508!==n[_0x17dcc3(0x235)][_0x17dcc3(0x272)]&&this['_overlay'][_0x17dcc3(0x2ac)]({'previewMarker':null,'previewUnderline':null});})),this[_0x150ec4(0x237)](this['_themeService'][_0x150ec4(0x2b3)][_0x150ec4(0x262)]((0x0,f['takeUntil'])(this[_0x150ec4(0x26b)]))[_0x150ec4(0x22d)](()=>this['_syncOverlay']())),this[_0x150ec4(0x255)]();}[_0x2274d7(0x25d)](){const _0x39f412=_0x2274d7;this['disposeWithMe'](this['_uiStateService']['state$'][_0x39f412(0x262)]((0x0,f[_0x39f412(0x229)])(_0x2a5ca8=>_0x2a5ca8[_0x39f412(0x297)]),(0x0,f[_0x39f412(0x22b)])(),(0x0,f[_0x39f412(0x1e9)])(),(0x0,f[_0x39f412(0x279)])(this[_0x39f412(0x26b)]))[_0x39f412(0x22d)](()=>{const _0x265b6d=_0x39f412;this[_0x265b6d(0x277)]['placementType']===n[_0x265b6d(0x235)][_0x265b6d(0x272)]&&this[_0x265b6d(0x277)][_0x265b6d(0x227)]();}));}['_placeElement'](_0x232787,_0x1da5d8,_0x2ab2b5){const _0x351777=_0x2274d7;_0x232787===this[_0x351777(0x20c)]['unitId']&&(this[_0x351777(0x277)][_0x351777(0x203)]({'unitId':_0x232787,'subUnitId':_0x1da5d8,'anchor':{'kind':i['ThreadCommentAnchorKind'][_0x351777(0x205)],'pageId':_0x1da5d8,'elementId':_0x2ab2b5}}),this[_0x351777(0x254)][_0x351777(0x2ac)]({'previewMarker':null,'previewUnderline':null}),this[_0x351777(0x207)][_0x351777(0x266)](g['id'])[_0x351777(0x252)](()=>void 0x0));}[_0x2274d7(0x1fd)](_0x95f406,_0x5db8d5){const _0xf45a65=_0x2274d7;if(this[_0xf45a65(0x277)]['placementType']!==n[_0xf45a65(0x235)][_0xf45a65(0x272)]||(_0x95f406['button']??0x0)!==0x0)return;let _0x53914b=this[_0xf45a65(0x206)]();if(!_0x53914b){this[_0xf45a65(0x277)][_0xf45a65(0x227)]();return;}let _0x10223f=_0x53914b[_0xf45a65(0x27c)](),_0x38e2a6=this['_toBoardPoint'](_0x95f406[_0xf45a65(0x284)],_0x95f406[_0xf45a65(0x1e2)]),_0x3aa9bf=this['_hitTest'](_0x53914b,_0x10223f,_0x38e2a6);this[_0xf45a65(0x277)][_0xf45a65(0x203)]({'unitId':_0x53914b['getUnitId'](),'subUnitId':_0x10223f,'anchor':_0x3aa9bf?{'kind':i[_0xf45a65(0x1ee)][_0xf45a65(0x205)],'pageId':_0x10223f,'elementId':_0x3aa9bf['elementId']}:{'kind':i['ThreadCommentAnchorKind']['BOARD_POSITION'],'pageId':_0x10223f,..._0x38e2a6}}),this['_overlay'][_0xf45a65(0x2ac)]({'previewMarker':null,'previewUnderline':null}),_0x5db8d5['stopPropagation'](),this[_0xf45a65(0x207)][_0xf45a65(0x266)](g['id'])[_0xf45a65(0x252)](()=>void 0x0);}[_0x2274d7(0x232)](_0x1ed28d){const _0x18efbe=_0x2274d7;if(this[_0x18efbe(0x277)][_0x18efbe(0x21c)]!==n[_0x18efbe(0x235)][_0x18efbe(0x272)])return;let _0x2f6996=this['_getModel']();if(!_0x2f6996)return;let _0x496e8a=_0x2f6996[_0x18efbe(0x27c)](),_0x23cd62=this[_0x18efbe(0x1e6)](_0x1ed28d[_0x18efbe(0x284)],_0x1ed28d[_0x18efbe(0x1e2)]),_0x4694b2=this[_0x18efbe(0x28d)](_0x2f6996,_0x496e8a,_0x23cd62),_0x19c0b6=_0x4694b2?this[_0x18efbe(0x28c)](_0x4694b2[_0x18efbe(0x27d)]):null;if(_0x19c0b6){this[_0x18efbe(0x254)][_0x18efbe(0x2ac)]({'previewMarker':_0x23cd62,'previewUnderline':_0x19c0b6});return;}this[_0x18efbe(0x254)]['updateState']({'previewMarker':_0x23cd62,'previewUnderline':null});}[_0x2274d7(0x256)](_0x409b80){const _0x41d81a=_0x2274d7;let _0x2d5204=this[_0x41d81a(0x206)](),_0x162e81=this[_0x41d81a(0x254)][_0x41d81a(0x24e)];!_0x2d5204||!_0x162e81||(this[_0x41d81a(0x21d)]['setActiveComment']({'unitId':_0x2d5204[_0x41d81a(0x23c)](),'subUnitId':_0x2d5204[_0x41d81a(0x27c)](),'commentId':_0x162e81,'trigger':_0x41d81a(0x1ed)}),_0x409b80[_0x41d81a(0x1f1)](),this[_0x41d81a(0x207)][_0x41d81a(0x266)](g['id'])['catch'](()=>void 0x0));}[_0x2274d7(0x255)](){const _0x3eb620=_0x2274d7;let _0x53d903=this[_0x3eb620(0x206)]();if(!_0x53d903){this[_0x3eb620(0x254)][_0x3eb620(0x2ac)]({'markers':[],'underlines':[],'focusedCommentIds':[],'focusOutlines':[]});return;}let _0x2d45a3=_0x53d903[_0x3eb620(0x27c)](),_0x1d6a70=[],_0x3a35fd=new Map();this[_0x3eb620(0x289)]['query']({'unitIds':[_0x53d903[_0x3eb620(0x23c)]()],'subUnitIds':[_0x2d45a3],'anchorKinds':[i[_0x3eb620(0x1ee)][_0x3eb620(0x205)],i[_0x3eb620(0x1ee)][_0x3eb620(0x28a)]],'resolved':!0x1})['forEach'](({root:_0x156e2b})=>{const _0x40e646=_0x3eb620;let _0x3f02fc=(0x0,i[_0x40e646(0x20f)])(_0x156e2b[_0x40e646(0x247)]);if((_0x3f02fc==null?void 0x0:_0x3f02fc[_0x40e646(0x20d)])===i[_0x40e646(0x1ee)][_0x40e646(0x28a)])_0x1d6a70['push']({'commentId':_0x156e2b['id'],'x':_0x3f02fc['x'],'y':_0x3f02fc['y']});else{if((_0x3f02fc==null?void 0x0:_0x3f02fc['kind'])===i[_0x40e646(0x1ee)][_0x40e646(0x205)]){let _0x587c57=this[_0x40e646(0x28c)](_0x3f02fc[_0x40e646(0x27d)],_0x156e2b['id']);_0x587c57&&_0x3a35fd['set'](_0x3f02fc['elementId'],_0x587c57);}}}),this[_0x3eb620(0x254)][_0x3eb620(0x2ac)]({...this[_0x3eb620(0x24f)](),'zoomRatio':this[_0x3eb620(0x201)]['getState']()[_0x3eb620(0x246)],'markers':N(_0x1d6a70),'underlines':Array[_0x3eb620(0x1fc)](_0x3a35fd[_0x3eb620(0x22c)]()),...this[_0x3eb620(0x2aa)](_0x53d903,_0x2d45a3)});}[_0x2274d7(0x28c)](_0x3d79f2,_0x2c2851=''){const _0x20dc92=_0x2274d7;let _0x434f79=this[_0x20dc92(0x21a)](_0x3d79f2);if(!_0x434f79)return null;let _0x227c1d=this[_0x20dc92(0x201)][_0x20dc92(0x2b8)]()[_0x20dc92(0x246)]||0x1;return{'commentId':_0x2c2851,'left':_0x434f79[_0x20dc92(0x295)],'top':_0x434f79[_0x20dc92(0x1ef)]+_0x434f79[_0x20dc92(0x267)]+0x2/_0x227c1d,'width':_0x434f79[_0x20dc92(0x219)]};}['_getElementOutline'](_0x43e942){const _0x9f05bc=_0x2274d7;var _0x476a67;let _0xe0a8a2=this['_getModel']();if(!_0xe0a8a2)return null;let _0x3200f3=this['_renderContext'][_0x9f05bc(0x2a4)],_0x5237e8=(0x0,t['getBoardElementRenderObjectKey'])(_0xe0a8a2[_0x9f05bc(0x23c)](),_0x43e942),_0x24a77d=_0x3200f3[_0x9f05bc(0x20e)](_0x5237e8)??((_0x476a67=_0x3200f3[_0x9f05bc(0x1f4)])==null?void 0x0:_0x476a67['call'](_0x3200f3,_0x5237e8));if(!_0x24a77d)return null;let _0x28e44c=_0x24a77d['getRealBound']();return{'left':_0x28e44c['left'],'top':_0x28e44c[_0x9f05bc(0x1ef)],'width':_0x28e44c[_0x9f05bc(0x219)],'height':_0x28e44c[_0x9f05bc(0x267)]};}['_getFocusState'](_0x4116ca,_0x5c1c44){const _0x2927a0=_0x2274d7;let _0x368bbd=[],_0x20b68e=new Map();return[this[_0x2927a0(0x21d)][_0x2927a0(0x293)],this[_0x2927a0(0x21d)]['hoveredCommentId']][_0x2927a0(0x243)](_0x59c00f=>{const _0x45e2d3=_0x2927a0;if(!_0x59c00f||_0x59c00f[_0x45e2d3(0x217)]!==_0x4116ca[_0x45e2d3(0x23c)]()||_0x59c00f[_0x45e2d3(0x2b9)]!==_0x5c1c44)return;let _0x1694fc=this[_0x45e2d3(0x289)][_0x45e2d3(0x1f7)](_0x59c00f[_0x45e2d3(0x217)],_0x59c00f['subUnitId'],_0x59c00f['commentId']);if(!_0x1694fc)return;_0x368bbd[_0x45e2d3(0x211)](_0x59c00f[_0x45e2d3(0x21f)]);let _0x1ef060=(0x0,i[_0x45e2d3(0x20f)])(_0x1694fc[_0x45e2d3(0x247)]);if((_0x1ef060==null?void 0x0:_0x1ef060['kind'])===i[_0x45e2d3(0x1ee)]['BOARD_ELEMENT']&&!_0x20b68e[_0x45e2d3(0x258)](_0x1ef060[_0x45e2d3(0x27d)])){let _0x40e3ce=this[_0x45e2d3(0x21a)](_0x1ef060[_0x45e2d3(0x27d)]);_0x40e3ce&&_0x20b68e[_0x45e2d3(0x281)](_0x1ef060['elementId'],_0x40e3ce);}}),{'focusedCommentIds':_0x368bbd,'focusOutlines':Array[_0x2927a0(0x1fc)](_0x20b68e[_0x2927a0(0x22c)]())};}[_0x2274d7(0x28d)](_0x3f0125,_0x2188ab,_0x4fc625){const _0xa06a06=_0x2274d7;return(0x0,t[_0xa06a06(0x1e1)])({'elementData':this[_0xa06a06(0x231)][_0xa06a06(0x240)](_0x3f0125['getUnitId'](),_0x2188ab),'elementOrder':this['_elementService'][_0xa06a06(0x261)](_0x3f0125['getUnitId'](),_0x2188ab),'point':_0x4fc625});}[_0x2274d7(0x24f)](){const _0x366421=_0x2274d7;return{'accentColor':this[_0x366421(0x23f)][_0x366421(0x244)](_0x366421(0x27a)),'foregroundColor':this['_themeService'][_0x366421(0x244)](_0x366421(0x1e3)),'outlineColor':this[_0x366421(0x23f)]['getColorFromTheme'](_0x366421(0x2ab))};}['_getModel'](){const _0x58711d=_0x2274d7;return this[_0x58711d(0x29d)][_0x58711d(0x228)](this[_0x58711d(0x20c)][_0x58711d(0x217)],n[_0x58711d(0x235)]['UNIVER_BOARD'])??null;}[_0x2274d7(0x1e6)](_0x4d29aa,_0x101796){const _0x328041=_0x2274d7;return O(_0x4d29aa,_0x101796,this['_uiStateService'][_0x328041(0x2b8)]());}};P=E([T(0x1,n['ICommandService']),T(0x2,n['IUniverInstanceService']),T(0x3,e[_0x2274d7(0x200)]),T(0x4,t[_0x2274d7(0x24a)]),T(0x5,t[_0x2274d7(0x260)]),T(0x6,(0x0,n['Inject'])(a[_0x2274d7(0x1ec)])),T(0x7,(0x0,n[_0x2274d7(0x291)])(i[_0x2274d7(0x282)])),T(0x8,(0x0,n['Inject'])(a[_0x2274d7(0x1e8)])),T(0x9,(0x0,n[_0x2274d7(0x291)])(n['ThemeService']))],P);function F(_0x2bf7e8){const _0x1ecea4=_0x2274d7;let _0x1d2435=_0x2bf7e8['get'](n[_0x1ecea4(0x21e)]),_0x5ea561=_0x2bf7e8[_0x1ecea4(0x2a1)](n[_0x1ecea4(0x274)]);return(0x0,f[_0x1ecea4(0x26c)])([_0x1d2435[_0x1ecea4(0x2a8)](n['UniverInstanceType'][_0x1ecea4(0x272)]),_0x5ea561['permissionPointUpdate$'][_0x1ecea4(0x262)]((0x0,f['startWith'])(void 0x0))])[_0x1ecea4(0x262)]((0x0,f[_0x1ecea4(0x229)])(([_0x5ba661])=>!_0x5ba661||!(0x0,e[_0x1ecea4(0x1f5)])(_0x5ea561,_0x5ba661[_0x1ecea4(0x23c)](),_0x5ba661[_0x1ecea4(0x23c)](),r['UnitAction'][_0x1ecea4(0x214)])));}function I(_0x54dde4){const _0x7dad7f=_0x2274d7;return{'id':v['id'],'type':o[_0x7dad7f(0x210)][_0x7dad7f(0x202)],'icon':_0x7dad7f(0x1f0),'title':_0x7dad7f(0x25c),'tooltip':_0x7dad7f(0x25c),'hidden$':(0x0,o['getMenuHiddenObservable'])(_0x54dde4,n['UniverInstanceType'][_0x7dad7f(0x272)]),'disabled$':F(_0x54dde4)};}const L={[t[_0x2274d7(0x2ae)][_0x2274d7(0x23b)]]:{[o[_0x2274d7(0x292)][_0x2274d7(0x204)]]:{[v['id']]:{'order':0x0,'menuItemFactory':I}}},[t[_0x2274d7(0x2ae)][_0x2274d7(0x2a6)]]:{[o[_0x2274d7(0x292)]['OTHERS']]:{[v['id']]:{'order':0x0,'menuItemFactory':I}}},[o['FloatingObjectToolbarPosition'][_0x2274d7(0x2a7)]]:{[v['id']]:{'order':0xa,'menuItemFactory':I}}};let R=class extends n[_0x2274d7(0x253)]{constructor(_0x1708a0,_0x1156b8,_0x9365ca,_0x2f08a4,_0x3e610a,_0x9f2a8e){const _0xfe8bd8=_0x2274d7;super(),[v,g,_][_0xfe8bd8(0x243)](_0x621fc4=>this['disposeWithMe'](_0x1708a0[_0xfe8bd8(0x2b4)](_0x621fc4))),_0x1156b8[_0xfe8bd8(0x1ea)](L),this[_0xfe8bd8(0x237)](_0x9365ca[_0xfe8bd8(0x1f6)]({'id':_0xfe8bd8(0x1e7),'icon':u['CommentIcon'],'label':()=>_0x2f08a4['t'](_0xfe8bd8(0x25c)),'order':0x64,'group':'auxiliary','placement':'view-selection','enabled':()=>{const _0x54b857=_0xfe8bd8;let _0x5900b1=_0x9f2a8e[_0x54b857(0x2c0)](n[_0x54b857(0x235)][_0x54b857(0x272)]);return!!_0x5900b1&&(0x0,e[_0x54b857(0x1f5)])(_0x3e610a,_0x5900b1[_0x54b857(0x23c)](),_0x5900b1[_0x54b857(0x23c)](),r[_0x54b857(0x2bb)]['Comment']);},'onClick':async _0x4e398b=>{const _0x181025=_0xfe8bd8;await _0x4e398b[_0x181025(0x266)](v['id']);}})),this[_0xfe8bd8(0x237)](_0x9365ca[_0xfe8bd8(0x1f6)]({'id':_0xfe8bd8(0x1fe),'availableInViewing':!0x0,'icon':u[_0xfe8bd8(0x215)],'label':()=>_0x2f08a4['t'](_0xfe8bd8(0x24c)),'order':0x64,'group':_0xfe8bd8(0x294),'placement':_0xfe8bd8(0x2a9),'menuItemId':g['id'],'onClick':async _0x55d3ea=>{const _0x1a89a9=_0xfe8bd8;await _0x55d3ea[_0x1a89a9(0x266)](g['id']);}})),this[_0xfe8bd8(0x237)](_0x9365ca[_0xfe8bd8(0x1f6)]({'id':_0xfe8bd8(0x249),'availableInViewing':!0x0,'icon':u['InsertCommentDoubleIcon'],'label':()=>_0x2f08a4['t'](_0xfe8bd8(0x25c)),'order':0x64,'group':_0xfe8bd8(0x294),'menuItemId':_['id'],'enabled':()=>{const _0xa19ce6=_0xfe8bd8;let _0x233597=_0x9f2a8e[_0xa19ce6(0x2c0)](n[_0xa19ce6(0x235)][_0xa19ce6(0x272)]);return!!_0x233597&&(0x0,e[_0xa19ce6(0x1f5)])(_0x3e610a,_0x233597[_0xa19ce6(0x23c)](),_0x233597[_0xa19ce6(0x23c)](),r[_0xa19ce6(0x2bb)][_0xa19ce6(0x214)]);},'onClick':async _0x5659f0=>{const _0x401f12=_0xfe8bd8;await _0x5659f0[_0x401f12(0x266)](_['id']);}}));}};R=E([T(0x0,n['ICommandService']),T(0x1,o[_0x2274d7(0x2b1)]),T(0x2,(0x0,n[_0x2274d7(0x291)])(t[_0x2274d7(0x257)])),T(0x3,(0x0,n[_0x2274d7(0x291)])(n['LocaleService'])),T(0x4,n['IPermissionService']),T(0x5,n[_0x2274d7(0x21e)])],R);const z=[[D],[R]];let B=class extends n[_0x2274d7(0x285)]{constructor(_0x256349=b,_0x5904cb,_0x537c97,_0x3fc831){const _0x2d6d30=_0x2274d7;super(),this['_config']=_0x256349,this[_0x2d6d30(0x1eb)]=_0x5904cb,this[_0x2d6d30(0x2bc)]=_0x537c97,this['_renderManagerService']=_0x3fc831;let {..._0xb56ff9}=(0x0,n['merge'])({},b,this[_0x2d6d30(0x299)]);this['_configService']['setConfig'](y,_0xb56ff9);}[_0x2274d7(0x22f)](){const _0x23cb4b=_0x2274d7;z[_0x23cb4b(0x243)](_0x590411=>{const _0x2d3961=_0x23cb4b;this['_injector'][_0x2d3961(0x25a)](_0x590411);}),this[_0x23cb4b(0x1eb)]['get'](D);}[_0x2274d7(0x1de)](){const _0x451eba=_0x2274d7;this['_renderManagerService']['registerRenderModule'](n[_0x451eba(0x235)][_0x451eba(0x272)],[P]),this[_0x451eba(0x1eb)][_0x451eba(0x2a1)](R);}};M(B,_0x2274d7(0x1dd),'UNIVER_BOARDS_THREAD_COMMENT_UI_PLUGIN'),M(B,_0x2274d7(0x264),x),M(B,_0x2274d7(0x242),S),M(B,_0x2274d7(0x20a),n[_0x2274d7(0x235)]['UNIVER_BOARD']),B=E([(0x0,n['DependentOn'])(e[_0x2274d7(0x1df)],s[_0x2274d7(0x26d)],t['UniverBoardsUIPlugin'],c[_0x2274d7(0x250)],l[_0x2274d7(0x1f3)],a[_0x2274d7(0x1e0)]),T(0x1,(0x0,n[_0x2274d7(0x291)])(n[_0x2274d7(0x280)])),T(0x2,n[_0x2274d7(0x1f8)]),T(0x3,l['IRenderManagerService'])],B),exports[_0x2274d7(0x221)]=y,exports[_0x2274d7(0x2b7)]=g,exports[_0x2274d7(0x1dc)]=_,Object[_0x2274d7(0x1f9)](exports,_0x2274d7(0x236),{'enumerable':!0x0,'get':function(){return B;}});
|
|
1
|
+
const _0x98ba8b=_0x2936;(function(_0x1f5329,_0x4cad45){const _0x146bf1=_0x2936,_0xc60530=_0x1f5329();while(!![]){try{const _0x202735=parseInt(_0x146bf1(0x107))/0x1*(parseInt(_0x146bf1(0x8e))/0x2)+parseInt(_0x146bf1(0xa0))/0x3+parseInt(_0x146bf1(0xbb))/0x4+parseInt(_0x146bf1(0x87))/0x5+-parseInt(_0x146bf1(0x11b))/0x6+parseInt(_0x146bf1(0x8a))/0x7+parseInt(_0x146bf1(0x9e))/0x8;if(_0x202735===_0x4cad45)break;else _0xc60530['push'](_0xc60530['shift']());}catch(_0x443dbc){_0xc60530['push'](_0xc60530['shift']());}}}(_0x5189,0x8724e),Object['defineProperty'](exports,Symbol['toStringTag'],{'value':_0x98ba8b(0x72)}));let e=require('@univerjs-pro/boards'),t=require('@univerjs-pro/boards-ui'),n=require('@univerjs/core'),r=require('@univerjs/protocol'),i=require('@univerjs/thread-comment'),a=require('@univerjs/thread-comment-ui'),o=require('@univerjs/ui'),s=require('@univerjs-pro/boards-thread-comment'),c=require('@univerjs-pro/license'),l=require('@univerjs/engine-render'),u=require('@univerjs/icons'),d=require('react'),f=require('rxjs'),p=require('react/jsx-runtime');const m=_0x98ba8b(0x92),h='UNIVER_BOARDS_THREAD_COMMENT_UI_PLUGIN';function _0x5189(){const _0x3da75f=['BoardToolType','UnitAction','_onOverlayPointerDown','type','_getElementUnderline','getCurrentUser','Select','commentIds','BOARD_RENDER_LAYER_INDEX','placementType','string','_registerComponents','open','zoomRatio','push','board-canvas','ThreadCommentPanel','call','IRenderManagerService','UniverBoardsUIPlugin','BOARD_ELEMENT','OTHERS','onStarting','pluginName','useObservable','ICommandService','serializeThreadCommentAnchor','kind','takeUntil','disposeWithMe','dispose$','from','stopPropagation','useMemo','_getModel','getActivePageId','elementUpdate$','UniverLicensePlugin','CommentIcon','close','9NAPzFx','getObject','_injector','ThreadCommentCanvasOverlay','setActiveComment','set','updateState','unitId','decorate','function','getUnitId','_getFocusState','_draftService','elementAdd$','currentTheme$','gray.900','IMenuManagerService','getCurrentTypeOfUnit$','executeCommand','pipe','4983684riKpVV','_commandService','toPrimitive','prototype','IBoardToolbarContributionService','subUnitId','forEach','Inject','some','hoveredCommentId$','onPointerDown$','Plugin','getUnit','UserManagerService','offsetX','offsetY','count','_commentModel','BUTTON','hitCommentId','RxDisposable','ref','focusedId','subscribe','ThreadCommentDraftService','isFinite','getPage','1.0.1','cancel','_toBoardPoint','deserializeThreadCommentAnchor','version','getSnapshot','_instanceService','distinctUntilChanged','ThreadCommentModel','_configService','trim','_getElementOutline','has','selectedIds','IconManager','userID','constructor','Comment','clearHover','_iconManager','placementType$','_syncOverlay','_renderManagerService','get','BOARD_POSITION','getElementData','CommandType','iterator','_componentManager','StartBoardCommentPlacementOperation','_elementStateService','getOwnPropertyDescriptor','ThemeService','UniverBoardsPlugin','IBoardUIStateService','ISidebarService','BOARD','viewportPanOffset','ThreadCommentAnchorKind','setPanelVisible','ComponentManager','subscribeEvent','UNIVER_BOARD','IBoardElementStateService','place','Module','register','transientNavigation','onRendered','registerRenderModule','_uiStateService','boards-thread-comment-ui.addComment','activeTool','_registerIcons','_renderContext','round','IPermissionService','board.operation.start-comment-placement','InsertCommentDoubleIcon','anchor','BoardElementContextMenuPosition','pairwise','setConfig','combineLatest','_elementService','board-thread-comment-overlay','721125ijQsQX','jsx','draft','748825RgnUQf','draft$','height','state$','46862ZABYVm','commentId','FloatingObjectToolbarPosition','defineProperty','univer.board.thread-comment-panel','IConfigService','BOARDS_THREAD_COMMENT_UI_PLUGIN_CONFIG_KEY','getState','_themeService','UniverInstanceType','getColorFromTheme','add','useDependency','_panelService','top-right-before-history','_listenToolSwitch','3743632pZzjEb','getComment','1264323ziZesV','ContextMenuGroup','commentUpdate$','UniverBoardsThreadCommentUIPlugin','catch','OpenBoardCommentPanelOperation','@univerjs-pro/boards-thread-comment-ui','registerCommand','getRealBound','yellow.400','context','_onPointerDown','_getDependencies','object','getMenuHiddenObservable','ELEMENT','name','UniverRenderEnginePlugin','_config','left','element','UniverBoardsThreadCommentPlugin','DependentOn','getCurrentUnitOfType','length','IUniverInstanceService','board.operation.open-comment-panel','130760QnsWUJ','hitTestBoardElementAtPoint','scene','addObject','overlay','toDisposable','OPERATION','white','UniverThreadCommentUIPlugin','_getColors','ThreadCommentPanelService','IBoardElementService','setActiveTool','symbol','auxiliary','button','elementId','packageName','Disposable','startPlacement','getElementById','permissionPointUpdate$','startWith','@@toPrimitive\x20must\x20return\x20a\x20primitive\x20value.','width','map','getBoardPermissionValue','values','BoardModel','top','UniverBoardsMobileUIPlugin','Injector','_overlay','merge','_placeElement','UniverThreadCommentMobileUIPlugin'];_0x5189=function(){return _0x3da75f;};return _0x5189();}function g(_0x2abca5){const _0x46469a=_0x98ba8b;let _0x2c1ab1=_0x2abca5[_0x46469a(0x14d)](a['ThreadCommentPanelService']);_0x2abca5[_0x46469a(0x14d)](o[_0x46469a(0x159)])[_0x46469a(0xeb)]({'header':{'title':_0x46469a(0x78)},'children':{'label':m},'width':0x140,'onClose':()=>_0x2c1ab1[_0x46469a(0x6c)](!0x1)}),_0x2c1ab1[_0x46469a(0x6c)](!0x0);}const _={'id':_0x98ba8b(0xba),'type':n[_0x98ba8b(0x150)][_0x98ba8b(0xc1)],'handler'(_0x162ae7){return g(_0x162ae7),!0x0;}},v={'id':_0x98ba8b(0x7e),'type':n[_0x98ba8b(0x150)][_0x98ba8b(0xc1)],'handler'(_0x4b55c9){const _0x4ef8bf=_0x98ba8b;let _0x464b39=_0x4b55c9['get'](n[_0x4ef8bf(0xb9)])['getCurrentUnitOfType'](n[_0x4ef8bf(0x97)][_0x4ef8bf(0x6f)]);return!_0x464b39||!(0x0,e[_0x4ef8bf(0xd5)])(_0x4b55c9[_0x4ef8bf(0x14d)](n[_0x4ef8bf(0x7d)]),_0x464b39[_0x4ef8bf(0x111)](),_0x464b39[_0x4ef8bf(0x111)](),r[_0x4ef8bf(0xe0)][_0x4ef8bf(0x147)])?!0x1:(_0x4b55c9['get'](t[_0x4ef8bf(0x158)])[_0x4ef8bf(0xc7)](e[_0x4ef8bf(0xdf)][_0x4ef8bf(0xe5)]),_0x4b55c9[_0x4ef8bf(0x14d)](a[_0x4ef8bf(0x133)])[_0x4ef8bf(0xce)](n['UniverInstanceType'][_0x4ef8bf(0x6f)],_0x464b39[_0x4ef8bf(0x111)]()),!0x0);}},y={'id':'board.operation.add-element-comment','type':n[_0x98ba8b(0x150)][_0x98ba8b(0xc1)],'handler'(_0x54e483){const _0x321fee=_0x98ba8b;var _0x388625;let _0x1784fc=_0x54e483[_0x321fee(0x14d)](n[_0x321fee(0xb9)])['getCurrentUnitOfType'](n[_0x321fee(0x97)][_0x321fee(0x6f)]),_0x1620a5=_0x54e483[_0x321fee(0x14d)](t[_0x321fee(0x70)])[_0x321fee(0x13b)](),_0xb8f0bb=_0x1784fc==null?void 0x0:_0x1784fc['getActivePageId'](),_0x3d3322=_0x1620a5[_0x321fee(0x131)]??_0x1620a5[_0x321fee(0x143)][_0x1620a5[_0x321fee(0x143)][_0x321fee(0xb8)]-0x1];return!_0x1784fc||!_0xb8f0bb||!_0x3d3322||((_0x388625=_0x1620a5['context'])==null?void 0x0:_0x388625[_0x321fee(0x10e)])!==_0x1784fc[_0x321fee(0x111)]()||_0x1620a5[_0x321fee(0xaa)][_0x321fee(0x120)]!==_0xb8f0bb||!(0x0,e['getBoardPermissionValue'])(_0x54e483[_0x321fee(0x14d)](n['IPermissionService']),_0x1784fc[_0x321fee(0x111)](),_0x1784fc[_0x321fee(0x111)](),r[_0x321fee(0xe0)][_0x321fee(0x147)])?!0x1:(_0x54e483[_0x321fee(0x14d)](a[_0x321fee(0x133)])[_0x321fee(0x71)]({'unitId':_0x1784fc[_0x321fee(0x111)](),'subUnitId':_0xb8f0bb,'anchor':{'kind':i['ThreadCommentAnchorKind'][_0x321fee(0xf3)],'pageId':_0xb8f0bb,'elementId':_0x3d3322}}),g(_0x54e483),!0x0);}},b='boards-thread-comment-ui.config',x={};var S=_0x98ba8b(0xa6),C=_0x98ba8b(0x136);function w(){const _0xa29f40=_0x98ba8b;let _0x162676=(0x0,o[_0xa29f40(0x9a)])(n[_0xa29f40(0xb9)]),_0x5daef9=(0x0,o[_0xa29f40(0x9a)])(o['ISidebarService']),_0x3d3b78=(0x0,o[_0xa29f40(0x9a)])(n[_0xa29f40(0xf8)]),_0x2e0b82=(0x0,o['useDependency'])(a[_0xa29f40(0x133)]),_0x41f4df=(0x0,o[_0xa29f40(0x9a)])(n[_0xa29f40(0x128)]),_0x220356=(0x0,o[_0xa29f40(0x9a)])(e['IBoardElementService']),_0x44378a=_0x162676[_0xa29f40(0xb7)](n[_0xa29f40(0x97)][_0xa29f40(0x6f)]),_0x4d684a=_0x44378a instanceof e['BoardModel']?_0x44378a:void 0x0,_0x376543=(0x0,o[_0xa29f40(0x9a)])(n[_0xa29f40(0x7d)]);(0x0,o['useObservable'])(()=>_0x376543[_0xa29f40(0xd0)],void 0x0,!0x1,[_0x376543]);let _0xc1cc62=(0x0,o['useObservable'])(_0x2e0b82[_0xa29f40(0x8b)],_0x2e0b82[_0xa29f40(0x89)]),_0x2a4152=(0x0,d['useMemo'])(()=>(0x0,f['of'])(_0x4d684a==null?void 0x0:_0x4d684a[_0xa29f40(0x102)]()),[_0x4d684a]),_0xa62ce6=_0xc1cc62&&_0xc1cc62['unitId']===(_0x4d684a==null?void 0x0:_0x4d684a[_0xa29f40(0x111)]())?{'id':'','threadId':'','unitId':_0xc1cc62[_0xa29f40(0x10e)],'subUnitId':_0xc1cc62[_0xa29f40(0x120)],'ref':(0x0,i[_0xa29f40(0xf9)])(_0xc1cc62[_0xa29f40(0x80)]),'dT':'','personId':_0x41f4df['getCurrentUser']()['userID'],'text':{'dataStream':'\x0d\x0a'}}:null;if(!_0x4d684a)return null;let _0x7aff50=!(0x0,e[_0xa29f40(0xd5)])(_0x376543,_0x4d684a[_0xa29f40(0x111)](),_0x4d684a[_0xa29f40(0x111)](),r[_0xa29f40(0xe0)]['Comment']);return(0x0,p['jsx'])(a['MobileThreadCommentPanel'],{'unitId':_0x4d684a[_0xa29f40(0x111)](),'subUnitId$':_0x2a4152,'type':n[_0xa29f40(0x97)][_0xa29f40(0x6f)],'onAdd':()=>(_0x5daef9[_0xa29f40(0x106)](),_0x3d3b78['executeCommand'](v['id'])),'disableAdd':_0x7aff50,'getSubUnitName':_0x43e699=>{const _0x430fa1=_0xa29f40;var _0x2c5516;return((_0x2c5516=_0x4d684a[_0x430fa1(0x135)](_0x43e699))==null?void 0x0:_0x2c5516[_0x430fa1(0xb0)])??_0x43e699;},'tempComment':_0xa62ce6,'onTempCommentClose':()=>_0x2e0b82[_0xa29f40(0x137)](),'formatRef':_0x2cfecf=>T(_0x2cfecf,_0x220356)});}function T(_0x1832cd,_0x76d877){const _0x523b85=_0x98ba8b;let _0x515ab9=(0x0,i[_0x523b85(0x139)])(_0x1832cd[_0x523b85(0x130)]);if((_0x515ab9==null?void 0x0:_0x515ab9['kind'])===i[_0x523b85(0x6b)][_0x523b85(0xf3)]){var _0xf9077;let _0x283dd4=_0x76d877[_0x523b85(0xcf)](_0x1832cd[_0x523b85(0x10e)],_0x515ab9['pageId']??_0x1832cd[_0x523b85(0x120)],_0x515ab9['elementId']);return(_0x283dd4==null||(_0xf9077=_0x283dd4[_0x523b85(0xb4)][_0x523b85(0xb0)])==null?void 0x0:_0xf9077[_0x523b85(0x140)]())||_0x515ab9[_0x523b85(0xcb)];}return(_0x515ab9==null?void 0x0:_0x515ab9[_0x523b85(0xfa)])===i['ThreadCommentAnchorKind'][_0x523b85(0x14e)]?'('+Math[_0x523b85(0x7c)](_0x515ab9['x'])+',\x20'+Math[_0x523b85(0x7c)](_0x515ab9['y'])+')':_0x1832cd[_0x523b85(0x130)];}function E(_0x2dabd4,_0x5e2250){return function(_0x157091,_0x1642dc){_0x5e2250(_0x157091,_0x1642dc,_0x2dabd4);};}function D(_0x3ab684,_0x42f179,_0x44f75b,_0x295399){const _0x469ec8=_0x98ba8b;var _0x189ce5=arguments['length'],_0x3b8bb0=_0x189ce5<0x3?_0x42f179:_0x295399===null?_0x295399=Object[_0x469ec8(0x155)](_0x42f179,_0x44f75b):_0x295399,_0x10ecc8;if(typeof Reflect==_0x469ec8(0xad)&&typeof Reflect[_0x469ec8(0x10f)]==_0x469ec8(0x110))_0x3b8bb0=Reflect[_0x469ec8(0x10f)](_0x3ab684,_0x42f179,_0x44f75b,_0x295399);else{for(var _0x26b7b9=_0x3ab684[_0x469ec8(0xb8)]-0x1;_0x26b7b9>=0x0;_0x26b7b9--)(_0x10ecc8=_0x3ab684[_0x26b7b9])&&(_0x3b8bb0=(_0x189ce5<0x3?_0x10ecc8(_0x3b8bb0):_0x189ce5>0x3?_0x10ecc8(_0x42f179,_0x44f75b,_0x3b8bb0):_0x10ecc8(_0x42f179,_0x44f75b))||_0x3b8bb0);}return _0x189ce5>0x3&&_0x3b8bb0&&Object[_0x469ec8(0x91)](_0x42f179,_0x44f75b,_0x3b8bb0),_0x3b8bb0;}let O=class extends n[_0x98ba8b(0xcd)]{constructor(_0x468c60,_0x3b9f22){const _0x4a01d2=_0x98ba8b;super(),this[_0x4a01d2(0x152)]=_0x468c60,this[_0x4a01d2(0x149)]=_0x3b9f22,this[_0x4a01d2(0x7a)](),this[_0x4a01d2(0xea)]();}['_registerIcons'](){const _0xe2a5f1=_0x98ba8b;this[_0xe2a5f1(0xfc)](this[_0xe2a5f1(0x149)][_0xe2a5f1(0x73)]({'InsertCommentDoubleIcon':u[_0xe2a5f1(0x7f)]}));}[_0x98ba8b(0xea)](){const _0x45c196=_0x98ba8b;this[_0x45c196(0xfc)](this[_0x45c196(0x152)][_0x45c196(0x73)](m,w));}};O=D([E(0x0,(0x0,n[_0x98ba8b(0x122)])(o[_0x98ba8b(0x6d)])),E(0x1,(0x0,n[_0x98ba8b(0x122)])(o[_0x98ba8b(0x144)]))],O);function k(_0x38473c,_0x8fcaf9,_0x526a34){const _0x10728c=_0x98ba8b;let _0x4c8446=Number[_0x10728c(0x134)](_0x526a34[_0x10728c(0xec)])&&_0x526a34[_0x10728c(0xec)]>0x0?_0x526a34[_0x10728c(0xec)]:0x1;return{'x':(_0x38473c-_0x526a34[_0x10728c(0x15b)]['x'])/_0x4c8446,'y':(_0x8fcaf9-_0x526a34['viewportPanOffset']['y'])/_0x4c8446};}function A(_0x32c718){'@babel/helpers - typeof';const _0x3370d7=_0x98ba8b;return A=typeof Symbol==_0x3370d7(0x110)&&typeof Symbol[_0x3370d7(0x151)]==_0x3370d7(0xc8)?function(_0x4ada6a){return typeof _0x4ada6a;}:function(_0x49b86b){const _0x451718=_0x3370d7;return _0x49b86b&&typeof Symbol==_0x451718(0x110)&&_0x49b86b[_0x451718(0x146)]===Symbol&&_0x49b86b!==Symbol[_0x451718(0x11e)]?_0x451718(0xc8):typeof _0x49b86b;},A(_0x32c718);}function j(_0x1ce096,_0x659b9c){const _0x3c72a5=_0x98ba8b;if(A(_0x1ce096)!='object'||!_0x1ce096)return _0x1ce096;var _0x44ba00=_0x1ce096[Symbol[_0x3c72a5(0x11d)]];if(_0x44ba00!==void 0x0){var _0x31ba20=_0x44ba00['call'](_0x1ce096,_0x659b9c||'default');if(A(_0x31ba20)!=_0x3c72a5(0xad))return _0x31ba20;throw TypeError(_0x3c72a5(0xd2));}return(_0x659b9c===_0x3c72a5(0xe9)?String:Number)(_0x1ce096);}function M(_0x3bb20){const _0x3105d3=_0x98ba8b;var _0x101a9d=j(_0x3bb20,_0x3105d3(0xe9));return A(_0x101a9d)==_0x3105d3(0xc8)?_0x101a9d:_0x101a9d+'';}function N(_0x245db6,_0x5252b5,_0x495bfa){const _0x2dc783=_0x98ba8b;return(_0x5252b5=M(_0x5252b5))in _0x245db6?Object[_0x2dc783(0x91)](_0x245db6,_0x5252b5,{'value':_0x495bfa,'enumerable':!0x0,'configurable':!0x0,'writable':!0x0}):_0x245db6[_0x5252b5]=_0x495bfa,_0x245db6;}function P(_0x2a3125){const _0x562db2=_0x98ba8b;let _0x8dd2cb=new Map();return _0x2a3125[_0x562db2(0x121)](_0x287890=>{const _0x8f6f97=_0x562db2;let _0x383c16=_0x287890['x']+'\x00'+_0x287890['y'],_0x32fafd=_0x8dd2cb['get'](_0x383c16);if(_0x32fafd){_0x32fafd[_0x8f6f97(0x8f)]=_0x287890['commentId'],_0x32fafd[_0x8f6f97(0xe6)][_0x8f6f97(0xed)](_0x287890[_0x8f6f97(0x8f)]),_0x32fafd[_0x8f6f97(0x12b)]+=0x1;return;}_0x8dd2cb['set'](_0x383c16,{..._0x287890,'commentIds':[_0x287890[_0x8f6f97(0x8f)]],'count':0x1});}),Array[_0x562db2(0xfe)](_0x8dd2cb[_0x562db2(0xd6)]());}let F=class extends n[_0x98ba8b(0x12f)]{constructor(_0x13fa17,_0x142d72,_0x47fcd9,_0xc83325,_0x53a8bd,_0x301bd6,_0x383d21,_0x2dfeac,_0x22cf33,_0x2bb035){const _0x476a87=_0x98ba8b;super(),this[_0x476a87(0x7b)]=_0x13fa17,this[_0x476a87(0x11c)]=_0x142d72,this[_0x476a87(0x13c)]=_0x47fcd9,this[_0x476a87(0x85)]=_0xc83325,this[_0x476a87(0x154)]=_0x53a8bd,this[_0x476a87(0x77)]=_0x301bd6,this[_0x476a87(0x113)]=_0x383d21,this['_commentModel']=_0x2dfeac,this[_0x476a87(0x9b)]=_0x22cf33,this[_0x476a87(0x96)]=_0x2bb035,N(this,_0x476a87(0xdb),void 0x0),this[_0x476a87(0xdb)]=new a[(_0x476a87(0x10a))](_0x476a87(0x86),{...this[_0x476a87(0xc4)](),'zoomRatio':0x1,'markers':[],'underlines':[]}),this['_overlay']['zIndex']=t['BOARD_RENDER_OBJECT_Z_INDEX'][_0x476a87(0x74)]+0x1,this[_0x476a87(0x7b)][_0x476a87(0xbd)][_0x476a87(0xbe)](this['_overlay'],t[_0x476a87(0xe7)][_0x476a87(0xbf)]),this[_0x476a87(0xfc)]((0x0,n['toDisposable'])(this['_overlay'][_0x476a87(0x125)][_0x476a87(0x6e)]((_0x171b7b,_0x16c726)=>this[_0x476a87(0xe1)](_0x16c726)))),this[_0x476a87(0xfc)]((0x0,n[_0x476a87(0xc0)])(this[_0x476a87(0xdb)]['onPointerLeave$'][_0x476a87(0x6e)](()=>this[_0x476a87(0xdb)][_0x476a87(0x148)]()))),this['disposeWithMe']((0x0,n['toDisposable'])(this['_renderContext'][_0x476a87(0xbd)][_0x476a87(0x125)][_0x476a87(0x6e)]((_0x4de04f,_0x28b5c2)=>this[_0x476a87(0xab)](_0x4de04f,_0x28b5c2)))),this[_0x476a87(0xfc)]((0x0,n[_0x476a87(0xc0)])(this['_renderContext']['scene']['onPointerMove$'][_0x476a87(0x6e)](_0x526e9c=>this['_onPointerMove'](_0x526e9c)))),this[_0x476a87(0xfc)]((0x0,n[_0x476a87(0xc0)])(this['_elementStateService']['state$'][_0x476a87(0x11a)]((0x0,f[_0x476a87(0x82)])(),(0x0,f[_0x476a87(0xfb)])(this[_0x476a87(0xfd)]))['subscribe'](([_0x2f6329,_0x22b947])=>{const _0x173df4=_0x476a87;var _0x86011a;this[_0x173df4(0x113)][_0x173df4(0xe8)]===n[_0x173df4(0x97)][_0x173df4(0x6f)]&&_0x22b947[_0x173df4(0x131)]&&_0x22b947[_0x173df4(0xaa)]&&(_0x2f6329[_0x173df4(0x131)]!==_0x22b947[_0x173df4(0x131)]||((_0x86011a=_0x2f6329[_0x173df4(0xaa)])==null?void 0x0:_0x86011a['unitId'])!==_0x22b947[_0x173df4(0xaa)][_0x173df4(0x10e)]||_0x2f6329['context'][_0x173df4(0x120)]!==_0x22b947[_0x173df4(0xaa)][_0x173df4(0x120)])&&this[_0x173df4(0xdd)](_0x22b947[_0x173df4(0xaa)][_0x173df4(0x10e)],_0x22b947['context'][_0x173df4(0x120)],_0x22b947[_0x173df4(0x131)]);}))),this[_0x476a87(0xfc)](this[_0x476a87(0x12c)][_0x476a87(0xa2)][_0x476a87(0x11a)]((0x0,f[_0x476a87(0xfb)])(this[_0x476a87(0xfd)]))[_0x476a87(0x132)](_0x393709=>{const _0x465125=_0x476a87;_0x393709[_0x465125(0x10e)]===this[_0x465125(0x7b)]['unitId']&&this[_0x465125(0x14b)]();})),[this[_0x476a87(0x9b)]['activeCommentId$'],this[_0x476a87(0x9b)][_0x476a87(0x124)]]['forEach'](_0x267114=>{const _0x4dc59a=_0x476a87;this[_0x4dc59a(0xfc)](_0x267114['pipe']((0x0,f[_0x4dc59a(0xfb)])(this[_0x4dc59a(0xfd)]))['subscribe'](()=>this[_0x4dc59a(0x14b)]()));}),[this[_0x476a87(0x85)][_0x476a87(0x114)],this[_0x476a87(0x85)][_0x476a87(0x103)],this[_0x476a87(0x85)]['elementRemove$']][_0x476a87(0x121)](_0x4165f3=>{const _0x5d8d70=_0x476a87;this[_0x5d8d70(0xfc)](_0x4165f3[_0x5d8d70(0x11a)]((0x0,f[_0x5d8d70(0xfb)])(this[_0x5d8d70(0xfd)]))[_0x5d8d70(0x132)](_0x5c17ea=>{const _0x4ff12b=_0x5d8d70;_0x5c17ea[_0x4ff12b(0x123)](_0x1519e2=>_0x1519e2['unitId']===this[_0x4ff12b(0x7b)][_0x4ff12b(0x10e)])&&this['_syncOverlay']();}));}),this[_0x476a87(0xfc)](this[_0x476a87(0x77)][_0x476a87(0x8d)][_0x476a87(0x11a)]((0x0,f[_0x476a87(0x13d)])((_0x94155c,_0x2e1e2a)=>_0x94155c[_0x476a87(0xec)]===_0x2e1e2a[_0x476a87(0xec)]),(0x0,f[_0x476a87(0xfb)])(this[_0x476a87(0xfd)]))['subscribe'](()=>this[_0x476a87(0x14b)]())),this['_listenToolSwitch'](),this[_0x476a87(0xfc)](this[_0x476a87(0x113)][_0x476a87(0x14a)][_0x476a87(0x11a)]((0x0,f[_0x476a87(0xfb)])(this[_0x476a87(0xfd)]))[_0x476a87(0x132)](_0x5e023c=>{const _0x1c5595=_0x476a87;_0x5e023c!==n[_0x1c5595(0x97)][_0x1c5595(0x6f)]&&this[_0x1c5595(0xdb)][_0x1c5595(0x10d)]({'previewMarker':null,'previewUnderline':null});})),this[_0x476a87(0xfc)](this[_0x476a87(0x96)][_0x476a87(0x115)][_0x476a87(0x11a)]((0x0,f[_0x476a87(0xfb)])(this[_0x476a87(0xfd)]))[_0x476a87(0x132)](()=>this[_0x476a87(0x14b)]())),this[_0x476a87(0x14b)]();}[_0x98ba8b(0x9d)](){const _0x20daf6=_0x98ba8b;this[_0x20daf6(0xfc)](this[_0x20daf6(0x77)][_0x20daf6(0x8d)][_0x20daf6(0x11a)]((0x0,f['map'])(_0xd5ee44=>_0xd5ee44[_0x20daf6(0x79)]),(0x0,f[_0x20daf6(0x13d)])(),(0x0,f[_0x20daf6(0x82)])(),(0x0,f[_0x20daf6(0xfb)])(this[_0x20daf6(0xfd)]))[_0x20daf6(0x132)](()=>{const _0x504396=_0x20daf6;this[_0x504396(0x113)][_0x504396(0xe8)]===n[_0x504396(0x97)][_0x504396(0x6f)]&&this[_0x504396(0x113)][_0x504396(0x137)]();}));}[_0x98ba8b(0xdd)](_0xce954b,_0x3a024e,_0x1833b6){const _0x3fad64=_0x98ba8b;_0xce954b===this[_0x3fad64(0x7b)]['unitId']&&(this[_0x3fad64(0x113)]['place']({'unitId':_0xce954b,'subUnitId':_0x3a024e,'anchor':{'kind':i[_0x3fad64(0x6b)][_0x3fad64(0xf3)],'pageId':_0x3a024e,'elementId':_0x1833b6}}),this[_0x3fad64(0xdb)]['updateState']({'previewMarker':null,'previewUnderline':null}),this['_commandService'][_0x3fad64(0x119)](_['id'])[_0x3fad64(0xa4)](()=>void 0x0));}[_0x98ba8b(0xab)](_0x7b0db1,_0x3c2ef1){const _0xa9440e=_0x98ba8b;if(this[_0xa9440e(0x113)][_0xa9440e(0xe8)]!==n[_0xa9440e(0x97)][_0xa9440e(0x6f)]||(_0x7b0db1[_0xa9440e(0xca)]??0x0)!==0x0)return;let _0x19ca78=this[_0xa9440e(0x101)]();if(!_0x19ca78){this[_0xa9440e(0x113)][_0xa9440e(0x137)]();return;}let _0x11110b=_0x19ca78[_0xa9440e(0x102)](),_0x4d6886=this['_toBoardPoint'](_0x7b0db1['offsetX'],_0x7b0db1['offsetY']),_0x515221=this['_hitTest'](_0x19ca78,_0x11110b,_0x4d6886);this[_0xa9440e(0x113)][_0xa9440e(0x71)]({'unitId':_0x19ca78[_0xa9440e(0x111)](),'subUnitId':_0x11110b,'anchor':_0x515221?{'kind':i[_0xa9440e(0x6b)][_0xa9440e(0xf3)],'pageId':_0x11110b,'elementId':_0x515221[_0xa9440e(0xcb)]}:{'kind':i['ThreadCommentAnchorKind'][_0xa9440e(0x14e)],'pageId':_0x11110b,..._0x4d6886}}),this[_0xa9440e(0xdb)][_0xa9440e(0x10d)]({'previewMarker':null,'previewUnderline':null}),_0x3c2ef1['stopPropagation'](),this[_0xa9440e(0x11c)][_0xa9440e(0x119)](_['id'])[_0xa9440e(0xa4)](()=>void 0x0);}['_onPointerMove'](_0x19b946){const _0x275f63=_0x98ba8b;if(this['_draftService'][_0x275f63(0xe8)]!==n[_0x275f63(0x97)][_0x275f63(0x6f)])return;let _0x538ca3=this[_0x275f63(0x101)]();if(!_0x538ca3)return;let _0x1eb147=_0x538ca3[_0x275f63(0x102)](),_0x4cdd92=this[_0x275f63(0x138)](_0x19b946[_0x275f63(0x129)],_0x19b946[_0x275f63(0x12a)]),_0x368d6c=this['_hitTest'](_0x538ca3,_0x1eb147,_0x4cdd92),_0xa145a3=_0x368d6c?this['_getElementUnderline'](_0x368d6c[_0x275f63(0xcb)]):null;if(_0xa145a3){this['_overlay'][_0x275f63(0x10d)]({'previewMarker':_0x4cdd92,'previewUnderline':_0xa145a3});return;}this[_0x275f63(0xdb)][_0x275f63(0x10d)]({'previewMarker':_0x4cdd92,'previewUnderline':null});}[_0x98ba8b(0xe1)](_0x510b2a){const _0x94483f=_0x98ba8b;let _0x28d48d=this[_0x94483f(0x101)](),_0x233ea8=this[_0x94483f(0xdb)][_0x94483f(0x12e)];_0x28d48d&&_0x233ea8&&(this[_0x94483f(0x9b)][_0x94483f(0x10b)]({'unitId':_0x28d48d[_0x94483f(0x111)](),'subUnitId':_0x28d48d[_0x94483f(0x102)](),'commentId':_0x233ea8,'trigger':_0x94483f(0xee)}),_0x510b2a[_0x94483f(0xff)](),this['_commandService'][_0x94483f(0x119)](_['id'])[_0x94483f(0xa4)](()=>void 0x0));}[_0x98ba8b(0x14b)](){const _0x5bbaea=_0x98ba8b;let _0x391428=this['_getModel']();if(!_0x391428){this[_0x5bbaea(0xdb)][_0x5bbaea(0x10d)]({'markers':[],'underlines':[],'focusedCommentIds':[],'focusOutlines':[]});return;}let _0x2ac39f=_0x391428[_0x5bbaea(0x102)](),_0x7b94d4=[],_0x437c68=new Map();this[_0x5bbaea(0x12c)]['query']({'unitIds':[_0x391428['getUnitId']()],'subUnitIds':[_0x2ac39f],'anchorKinds':[i[_0x5bbaea(0x6b)][_0x5bbaea(0xf3)],i['ThreadCommentAnchorKind'][_0x5bbaea(0x14e)]],'resolved':!0x1})['forEach'](({root:_0x9b9785})=>{const _0xab6436=_0x5bbaea;let _0x473a52=(0x0,i['deserializeThreadCommentAnchor'])(_0x9b9785[_0xab6436(0x130)]);if((_0x473a52==null?void 0x0:_0x473a52[_0xab6436(0xfa)])===i[_0xab6436(0x6b)]['BOARD_POSITION'])_0x7b94d4[_0xab6436(0xed)]({'commentId':_0x9b9785['id'],'x':_0x473a52['x'],'y':_0x473a52['y']});else{if((_0x473a52==null?void 0x0:_0x473a52[_0xab6436(0xfa)])===i[_0xab6436(0x6b)][_0xab6436(0xf3)]){let _0x40e3ae=this[_0xab6436(0xe3)](_0x473a52[_0xab6436(0xcb)],_0x9b9785['id']);_0x40e3ae&&_0x437c68[_0xab6436(0x10c)](_0x473a52[_0xab6436(0xcb)],_0x40e3ae);}}}),this[_0x5bbaea(0xdb)]['updateState']({...this['_getColors'](),'zoomRatio':this[_0x5bbaea(0x77)][_0x5bbaea(0x95)]()[_0x5bbaea(0xec)],'markers':P(_0x7b94d4),'underlines':Array[_0x5bbaea(0xfe)](_0x437c68[_0x5bbaea(0xd6)]()),...this['_getFocusState'](_0x391428,_0x2ac39f)});}[_0x98ba8b(0xe3)](_0x5831d0,_0x289a3b=''){const _0x1a3ce9=_0x98ba8b;let _0x407c08=this[_0x1a3ce9(0x141)](_0x5831d0);if(!_0x407c08)return null;let _0x10949f=this[_0x1a3ce9(0x77)][_0x1a3ce9(0x95)]()['zoomRatio']||0x1;return{'commentId':_0x289a3b,'left':_0x407c08[_0x1a3ce9(0xb3)],'top':_0x407c08['top']+_0x407c08['height']+0x2/_0x10949f,'width':_0x407c08[_0x1a3ce9(0xd3)]};}['_getElementOutline'](_0x5f56e1){const _0x1c9ac2=_0x98ba8b;var _0x2d324f;let _0x3d58dd=this[_0x1c9ac2(0x101)]();if(!_0x3d58dd)return null;let _0x305115=this[_0x1c9ac2(0x7b)][_0x1c9ac2(0xbd)],_0x11b0b6=(0x0,t['getBoardElementRenderObjectKey'])(_0x3d58dd[_0x1c9ac2(0x111)](),_0x5f56e1),_0x513604=_0x305115[_0x1c9ac2(0x108)](_0x11b0b6)??((_0x2d324f=_0x305115['getObjectIncludeInGroup'])==null?void 0x0:_0x2d324f[_0x1c9ac2(0xf0)](_0x305115,_0x11b0b6));if(!_0x513604)return null;let _0x189608=_0x513604[_0x1c9ac2(0xa8)]();return{'left':_0x189608['left'],'top':_0x189608[_0x1c9ac2(0xd8)],'width':_0x189608[_0x1c9ac2(0xd3)],'height':_0x189608[_0x1c9ac2(0x8c)]};}[_0x98ba8b(0x112)](_0x232672,_0x4e9924){const _0x41558d=_0x98ba8b;let _0x43adcf=[],_0x5b1d66=new Map();return[this[_0x41558d(0x9b)]['activeCommentId'],this['_panelService']['hoveredCommentId']]['forEach'](_0x2d074b=>{const _0x1329e2=_0x41558d;if(!_0x2d074b||_0x2d074b[_0x1329e2(0x10e)]!==_0x232672[_0x1329e2(0x111)]()||_0x2d074b['subUnitId']!==_0x4e9924)return;let _0x2c096e=this['_commentModel'][_0x1329e2(0x9f)](_0x2d074b[_0x1329e2(0x10e)],_0x2d074b['subUnitId'],_0x2d074b['commentId']);if(!_0x2c096e)return;_0x43adcf[_0x1329e2(0xed)](_0x2d074b[_0x1329e2(0x8f)]);let _0x258d79=(0x0,i[_0x1329e2(0x139)])(_0x2c096e['ref']);if((_0x258d79==null?void 0x0:_0x258d79[_0x1329e2(0xfa)])===i[_0x1329e2(0x6b)]['BOARD_ELEMENT']&&!_0x5b1d66[_0x1329e2(0x142)](_0x258d79[_0x1329e2(0xcb)])){let _0x21f7ef=this[_0x1329e2(0x141)](_0x258d79['elementId']);_0x21f7ef&&_0x5b1d66[_0x1329e2(0x10c)](_0x258d79[_0x1329e2(0xcb)],_0x21f7ef);}}),{'focusedCommentIds':_0x43adcf,'focusOutlines':Array[_0x41558d(0xfe)](_0x5b1d66[_0x41558d(0xd6)]())};}['_hitTest'](_0x56196a,_0x365c95,_0x1249ff){const _0xf0615c=_0x98ba8b;return(0x0,t[_0xf0615c(0xbc)])({'elementData':this[_0xf0615c(0x85)][_0xf0615c(0x14f)](_0x56196a['getUnitId'](),_0x365c95),'elementOrder':this[_0xf0615c(0x85)]['getElementOrder'](_0x56196a[_0xf0615c(0x111)](),_0x365c95),'point':_0x1249ff});}['_getColors'](){const _0x469a6e=_0x98ba8b;return{'accentColor':this[_0x469a6e(0x96)][_0x469a6e(0x98)](_0x469a6e(0xa9)),'foregroundColor':this[_0x469a6e(0x96)][_0x469a6e(0x98)](_0x469a6e(0x116)),'outlineColor':this[_0x469a6e(0x96)][_0x469a6e(0x98)](_0x469a6e(0xc2))};}[_0x98ba8b(0x101)](){const _0x3f0e28=_0x98ba8b;return this['_instanceService'][_0x3f0e28(0x127)](this[_0x3f0e28(0x7b)][_0x3f0e28(0x10e)],n[_0x3f0e28(0x97)]['UNIVER_BOARD'])??null;}[_0x98ba8b(0x138)](_0x4789ac,_0x35e806){const _0x185946=_0x98ba8b;return k(_0x4789ac,_0x35e806,this[_0x185946(0x77)]['getState']());}};F=D([E(0x1,n[_0x98ba8b(0xf8)]),E(0x2,n[_0x98ba8b(0xb9)]),E(0x3,e[_0x98ba8b(0xc6)]),E(0x4,t[_0x98ba8b(0x70)]),E(0x5,t[_0x98ba8b(0x158)]),E(0x6,(0x0,n['Inject'])(a[_0x98ba8b(0x133)])),E(0x7,(0x0,n[_0x98ba8b(0x122)])(i[_0x98ba8b(0x13e)])),E(0x8,(0x0,n[_0x98ba8b(0x122)])(a[_0x98ba8b(0xc5)])),E(0x9,(0x0,n[_0x98ba8b(0x122)])(n[_0x98ba8b(0x156)]))],F);function I(_0x5f2980){const _0x5cc6c0=_0x98ba8b;let _0x4c1ae0=_0x5f2980['get'](n['IUniverInstanceService']),_0xa009ce=_0x5f2980['get'](n[_0x5cc6c0(0x7d)]);return(0x0,f[_0x5cc6c0(0x84)])([_0x4c1ae0[_0x5cc6c0(0x118)](n['UniverInstanceType'][_0x5cc6c0(0x6f)]),_0xa009ce[_0x5cc6c0(0xd0)]['pipe']((0x0,f[_0x5cc6c0(0xd1)])(void 0x0))])[_0x5cc6c0(0x11a)]((0x0,f[_0x5cc6c0(0xd4)])(([_0x2f452])=>!_0x2f452||!(0x0,e['getBoardPermissionValue'])(_0xa009ce,_0x2f452[_0x5cc6c0(0x111)](),_0x2f452[_0x5cc6c0(0x111)](),r[_0x5cc6c0(0xe0)]['Comment'])));}function L(_0x48388d){const _0x3bd592=_0x98ba8b;return{'id':y['id'],'type':o['MenuItemType'][_0x3bd592(0x12d)],'icon':_0x3bd592(0x7f),'title':_0x3bd592(0x78),'tooltip':_0x3bd592(0x78),'hidden$':(0x0,o[_0x3bd592(0xae)])(_0x48388d,n[_0x3bd592(0x97)][_0x3bd592(0x6f)]),'disabled$':I(_0x48388d)};}const R={[t[_0x98ba8b(0x81)][_0x98ba8b(0xaf)]]:{[o[_0x98ba8b(0xa1)]['OTHERS']]:{[y['id']]:{'order':0x0,'menuItemFactory':L}}},[t[_0x98ba8b(0x81)]['SELECTION']]:{[o[_0x98ba8b(0xa1)][_0x98ba8b(0xf4)]]:{[y['id']]:{'order':0x0,'menuItemFactory':L}}},[o[_0x98ba8b(0x90)][_0x98ba8b(0x15a)]]:{[y['id']]:{'order':0xa,'menuItemFactory':L}}};function _0x2936(_0x1358d3,_0x5677d0){_0x1358d3=_0x1358d3-0x6b;const _0x51899a=_0x5189();let _0x29368a=_0x51899a[_0x1358d3];return _0x29368a;}let z=class extends n[_0x98ba8b(0xcd)]{constructor(_0x4e0ee2,_0x235032,_0x4eb46a,_0x27e2ac,_0x483251,_0x4c103d){const _0x101977=_0x98ba8b;super(),[y,_,v][_0x101977(0x121)](_0x32a631=>this['disposeWithMe'](_0x4e0ee2[_0x101977(0xa7)](_0x32a631))),_0x235032['mergeMenu'](R),this[_0x101977(0xfc)](_0x4eb46a[_0x101977(0x73)]({'id':'boards-thread-comment-ui.view-selection.add-comment','icon':u[_0x101977(0x105)],'label':()=>_0x27e2ac['t'](_0x101977(0x78)),'order':0x64,'group':_0x101977(0xc9),'placement':'view-selection','enabled':()=>{const _0x297adb=_0x101977;let _0x2ebb95=_0x4c103d[_0x297adb(0xb7)](n[_0x297adb(0x97)][_0x297adb(0x6f)]);return!!_0x2ebb95&&(0x0,e['getBoardPermissionValue'])(_0x483251,_0x2ebb95['getUnitId'](),_0x2ebb95[_0x297adb(0x111)](),r['UnitAction']['Comment']);},'onClick':async _0x28f3e0=>{const _0x1622f5=_0x101977;await _0x28f3e0[_0x1622f5(0x119)](y['id']);}})),this[_0x101977(0xfc)](_0x4eb46a['register']({'id':'boards-thread-comment-ui.top-right.open-comments','availableInViewing':!0x0,'icon':u[_0x101977(0x105)],'label':()=>_0x27e2ac['t']('boards-thread-comment-ui.openComments'),'order':0x64,'group':_0x101977(0xc9),'placement':_0x101977(0x9c),'menuItemId':_['id'],'onClick':async _0x53122b=>{const _0x37be55=_0x101977;await _0x53122b[_0x37be55(0x119)](_['id']);}})),this['disposeWithMe'](_0x4eb46a[_0x101977(0x73)]({'id':'boards-thread-comment-ui.toolbar.add-comment','availableInViewing':!0x0,'icon':u[_0x101977(0x7f)],'label':()=>_0x27e2ac['t'](_0x101977(0x78)),'order':0x64,'group':_0x101977(0xc9),'menuItemId':v['id'],'enabled':()=>{const _0x174a4=_0x101977;let _0x2832d1=_0x4c103d[_0x174a4(0xb7)](n['UniverInstanceType'][_0x174a4(0x6f)]);return!!_0x2832d1&&(0x0,e['getBoardPermissionValue'])(_0x483251,_0x2832d1[_0x174a4(0x111)](),_0x2832d1[_0x174a4(0x111)](),r[_0x174a4(0xe0)][_0x174a4(0x147)]);},'onClick':async _0x28ed34=>{await _0x28ed34['executeCommand'](v['id']);}}));}};z=D([E(0x0,n[_0x98ba8b(0xf8)]),E(0x1,o[_0x98ba8b(0x117)]),E(0x2,(0x0,n[_0x98ba8b(0x122)])(t[_0x98ba8b(0x11f)])),E(0x3,(0x0,n[_0x98ba8b(0x122)])(n['LocaleService'])),E(0x4,n[_0x98ba8b(0x7d)]),E(0x5,n[_0x98ba8b(0xb9)])],z);let B=class extends n[_0x98ba8b(0x126)]{constructor(_0x301eeb=x,_0x144c43,_0x3bfd12,_0x212a5d){const _0x4d25a1=_0x98ba8b;super(),this[_0x4d25a1(0xb2)]=_0x301eeb,this[_0x4d25a1(0x109)]=_0x144c43,this[_0x4d25a1(0x13f)]=_0x3bfd12,this[_0x4d25a1(0x14c)]=_0x212a5d;let {..._0x168f8f}=(0x0,n[_0x4d25a1(0xdc)])({},x,this[_0x4d25a1(0xb2)]);this[_0x4d25a1(0x13f)]['setConfig'](b,_0x168f8f);}[_0x98ba8b(0xf5)](){const _0x87df33=_0x98ba8b;[[O],[z]][_0x87df33(0x121)](_0x482bbd=>this[_0x87df33(0x109)]['add'](_0x482bbd)),this['_injector'][_0x87df33(0x14d)](O);}[_0x98ba8b(0x75)](){const _0x412d00=_0x98ba8b;this['disposeWithMe'](this['_renderManagerService'][_0x412d00(0x76)](n['UniverInstanceType'][_0x412d00(0x6f)],[F])),this[_0x412d00(0x109)][_0x412d00(0x14d)](z);}};N(B,_0x98ba8b(0xf6),h),N(B,'packageName',S),N(B,_0x98ba8b(0x13a),C),N(B,_0x98ba8b(0xe2),n[_0x98ba8b(0x97)][_0x98ba8b(0x6f)]),B=D([(0x0,n[_0x98ba8b(0xb6)])(e[_0x98ba8b(0x157)],c[_0x98ba8b(0x104)],s[_0x98ba8b(0xb5)],t[_0x98ba8b(0xd9)],l[_0x98ba8b(0xb1)],a[_0x98ba8b(0xde)]),E(0x1,(0x0,n[_0x98ba8b(0x122)])(n[_0x98ba8b(0xda)])),E(0x2,n[_0x98ba8b(0x93)]),E(0x3,l['IRenderManagerService'])],B);function V(){const _0x26c926=_0x98ba8b;let _0x1ab9d2=(0x0,o[_0x26c926(0x9a)])(n[_0x26c926(0xb9)]),_0x5c8788=(0x0,o['useDependency'])(n[_0x26c926(0xf8)]),_0x36dc3f=(0x0,o[_0x26c926(0x9a)])(a[_0x26c926(0x133)]),_0x30fde7=(0x0,o[_0x26c926(0x9a)])(n[_0x26c926(0x128)]),_0x5f54f4=(0x0,o['useDependency'])(e['IBoardElementService']),_0x4a1ca7=_0x1ab9d2[_0x26c926(0xb7)](n[_0x26c926(0x97)]['UNIVER_BOARD']),_0x2f6256=_0x4a1ca7 instanceof e[_0x26c926(0xd7)]?_0x4a1ca7:void 0x0,_0x5e4940=(0x0,o[_0x26c926(0x9a)])(n[_0x26c926(0x7d)]);(0x0,o['useObservable'])(()=>_0x5e4940['permissionPointUpdate$'],void 0x0,!0x1,[_0x5e4940]);let _0x3e6db6=(0x0,o[_0x26c926(0xf7)])(_0x36dc3f[_0x26c926(0x8b)],_0x36dc3f[_0x26c926(0x89)]),_0x6b0b0c=(0x0,d[_0x26c926(0x100)])(()=>(0x0,f['of'])(_0x2f6256==null?void 0x0:_0x2f6256[_0x26c926(0x102)]()),[_0x2f6256]),_0x204623=_0x3e6db6&&_0x3e6db6[_0x26c926(0x10e)]===(_0x2f6256==null?void 0x0:_0x2f6256[_0x26c926(0x111)]())?{'id':'','threadId':'','unitId':_0x3e6db6['unitId'],'subUnitId':_0x3e6db6[_0x26c926(0x120)],'ref':(0x0,i[_0x26c926(0xf9)])(_0x3e6db6[_0x26c926(0x80)]),'dT':'','personId':_0x30fde7[_0x26c926(0xe4)]()[_0x26c926(0x145)],'text':{'dataStream':'\x0d\x0a'}}:null;if(!_0x2f6256)return null;let _0x43766a=!(0x0,e['getBoardPermissionValue'])(_0x5e4940,_0x2f6256[_0x26c926(0x111)](),_0x2f6256[_0x26c926(0x111)](),r[_0x26c926(0xe0)][_0x26c926(0x147)]);return(0x0,p[_0x26c926(0x88)])(a[_0x26c926(0xef)],{'unitId':_0x2f6256['getUnitId'](),'subUnitId$':_0x6b0b0c,'type':n['UniverInstanceType']['UNIVER_BOARD'],'onAdd':()=>_0x5c8788[_0x26c926(0x119)](v['id']),'disableAdd':_0x43766a,'getSubUnitName':_0x301a20=>{const _0x8f5b9=_0x26c926;var _0x496943;return((_0x496943=_0x2f6256[_0x8f5b9(0x135)](_0x301a20))==null?void 0x0:_0x496943['name'])??_0x301a20;},'tempComment':_0x204623,'onTempCommentClose':()=>_0x36dc3f[_0x26c926(0x137)](),'formatRef':_0x3a5bf7=>H(_0x3a5bf7,_0x5f54f4)});}function H(_0x17180b,_0x184af1){const _0x34fa93=_0x98ba8b;let _0x13fe81=(0x0,i[_0x34fa93(0x139)])(_0x17180b[_0x34fa93(0x130)]);if((_0x13fe81==null?void 0x0:_0x13fe81[_0x34fa93(0xfa)])===i[_0x34fa93(0x6b)][_0x34fa93(0xf3)]){var _0x14dc7c;let _0x236e2f=_0x184af1[_0x34fa93(0xcf)](_0x17180b[_0x34fa93(0x10e)],_0x13fe81['pageId']??_0x17180b['subUnitId'],_0x13fe81[_0x34fa93(0xcb)]);return(_0x236e2f==null||(_0x14dc7c=_0x236e2f[_0x34fa93(0xb4)][_0x34fa93(0xb0)])==null?void 0x0:_0x14dc7c[_0x34fa93(0x140)]())||_0x13fe81[_0x34fa93(0xcb)];}return(_0x13fe81==null?void 0x0:_0x13fe81[_0x34fa93(0xfa)])===i[_0x34fa93(0x6b)][_0x34fa93(0x14e)]?'('+Math[_0x34fa93(0x7c)](_0x13fe81['x'])+',\x20'+Math[_0x34fa93(0x7c)](_0x13fe81['y'])+')':_0x17180b[_0x34fa93(0x130)];}let U=class extends n[_0x98ba8b(0xcd)]{constructor(_0x4e160b,_0xde1fce){const _0x5b98fd=_0x98ba8b;super(),this[_0x5b98fd(0x152)]=_0x4e160b,this[_0x5b98fd(0x149)]=_0xde1fce,this['_registerIcons'](),this[_0x5b98fd(0xea)]();}['_registerIcons'](){const _0x18ea10=_0x98ba8b;this[_0x18ea10(0xfc)](this[_0x18ea10(0x149)][_0x18ea10(0x73)]({'InsertCommentDoubleIcon':u[_0x18ea10(0x7f)]}));}[_0x98ba8b(0xea)](){const _0x430762=_0x98ba8b;this[_0x430762(0xfc)](this[_0x430762(0x152)][_0x430762(0x73)](m,V));}};U=D([E(0x0,(0x0,n[_0x98ba8b(0x122)])(o['ComponentManager'])),E(0x1,(0x0,n['Inject'])(o['IconManager']))],U);const W=[[U],[z]];let G=class extends n['Plugin']{constructor(_0x5bd9a5=x,_0x49cf2e,_0x28442a,_0x57abed){const _0x9629fa=_0x98ba8b;super(),this[_0x9629fa(0xb2)]=_0x5bd9a5,this[_0x9629fa(0x109)]=_0x49cf2e,this[_0x9629fa(0x13f)]=_0x28442a,this[_0x9629fa(0x14c)]=_0x57abed;let {..._0x2f85cf}=(0x0,n[_0x9629fa(0xdc)])({},x,this[_0x9629fa(0xb2)]);this[_0x9629fa(0x13f)][_0x9629fa(0x83)](b,_0x2f85cf);}[_0x98ba8b(0xf5)](){const _0x51fe58=_0x98ba8b;this[_0x51fe58(0xac)]()[_0x51fe58(0x121)](_0x4ca3c1=>{const _0xab8f2f=_0x51fe58;this[_0xab8f2f(0x109)][_0xab8f2f(0x99)](_0x4ca3c1);}),this[_0x51fe58(0x109)][_0x51fe58(0x14d)](U);}[_0x98ba8b(0xac)](){return W;}[_0x98ba8b(0x75)](){const _0x229df5=_0x98ba8b;this[_0x229df5(0xfc)](this[_0x229df5(0x14c)][_0x229df5(0x76)](n[_0x229df5(0x97)][_0x229df5(0x6f)],[F])),this[_0x229df5(0x109)]['get'](z);}};N(G,_0x98ba8b(0xf6),h),N(G,_0x98ba8b(0xcc),S),N(G,_0x98ba8b(0x13a),C),N(G,_0x98ba8b(0xe2),n['UniverInstanceType'][_0x98ba8b(0x6f)]),G=D([(0x0,n['DependentOn'])(e[_0x98ba8b(0x157)],s[_0x98ba8b(0xb5)],t[_0x98ba8b(0xf2)],c[_0x98ba8b(0x104)],l[_0x98ba8b(0xb1)],a[_0x98ba8b(0xc3)]),E(0x1,(0x0,n[_0x98ba8b(0x122)])(n[_0x98ba8b(0xda)])),E(0x2,n['IConfigService']),E(0x3,l[_0x98ba8b(0xf1)])],G),exports[_0x98ba8b(0x94)]=b,exports[_0x98ba8b(0xa5)]=_,exports[_0x98ba8b(0x153)]=v,Object[_0x98ba8b(0x91)](exports,'UniverBoardsThreadCommentMobileUIPlugin',{'enumerable':!0x0,'get':function(){return B;}}),Object[_0x98ba8b(0x91)](exports,_0x98ba8b(0xa3),{'enumerable':!0x0,'get':function(){return G;}});
|
package/lib/cjs/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x424330=_0x4973;function _0x4973(_0x50ea95,_0x2252c9){_0x50ea95=_0x50ea95-0xea;const _0x5f148c=_0x5f14();let _0x49738f=_0x5f148c[_0x50ea95];return _0x49738f;}(function(_0x3b45e1,_0x2315b1){const _0x5beb85=_0x4973,_0x4fe67f=_0x3b45e1();while(!![]){try{const _0x2c5daa=-parseInt(_0x5beb85(0xed))/0x1*(parseInt(_0x5beb85(0xeb))/0x2)+-parseInt(_0x5beb85(0xf4))/0x3+-parseInt(_0x5beb85(0xea))/0x4+parseInt(_0x5beb85(0xec))/0x5*(-parseInt(_0x5beb85(0xf3))/0x6)+parseInt(_0x5beb85(0xef))/0x7*(-parseInt(_0x5beb85(0xee))/0x8)+-parseInt(_0x5beb85(0xf2))/0x9+parseInt(_0x5beb85(0xf1))/0xa;if(_0x2c5daa===_0x2315b1)break;else _0x4fe67f['push'](_0x4fe67f['shift']());}catch(_0xe15e45){_0x4fe67f['push'](_0x4fe67f['shift']());}}}(_0x5f14,0xdcd95));const e={'boards-thread-comment-ui':{'addComment':'إضافة\x20تعليق','openComments':'فتح\x20التعليقات'}};module[_0x424330(0xf0)]=e;function _0x5f14(){const _0x362a49=['1174014vDcanE','12738fjJHFH','893154MZPSZc','4963368UZuExQ','2dmHfGi','1485useZOi','462629jjerVt','18632NnTiJP','4543azgwuX','exports','51782840tWjAPj'];_0x5f14=function(){return _0x362a49;};return _0x5f14();}
|
package/lib/cjs/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1082(){const _0x2791a1=['3286446UWWyil','9319289JnwhFk','34547526tbumOK','1900482YViglf','2NOhEeJ','4406296CrhuYP','946741EsYvOG','Afegeix\x20un\x20comentari','4lWmIqe','exports','7865755INhfRT'];_0x1082=function(){return _0x2791a1;};return _0x1082();}const _0x41fd0b=_0xe0e4;function _0xe0e4(_0x1d2a95,_0xddea2e){_0x1d2a95=_0x1d2a95-0x143;const _0x108255=_0x1082();let _0xe0e423=_0x108255[_0x1d2a95];return _0xe0e423;}(function(_0x4e49ae,_0x5abb82){const _0x889c88=_0xe0e4,_0x1fc1b4=_0x4e49ae();while(!![]){try{const _0x545db3=parseInt(_0x889c88(0x149))/0x1*(parseInt(_0x889c88(0x147))/0x2)+parseInt(_0x889c88(0x143))/0x3+parseInt(_0x889c88(0x14b))/0x4*(parseInt(_0x889c88(0x14d))/0x5)+parseInt(_0x889c88(0x146))/0x6+parseInt(_0x889c88(0x144))/0x7+-parseInt(_0x889c88(0x148))/0x8+-parseInt(_0x889c88(0x145))/0x9;if(_0x545db3===_0x5abb82)break;else _0x1fc1b4['push'](_0x1fc1b4['shift']());}catch(_0x1b713b){_0x1fc1b4['push'](_0x1fc1b4['shift']());}}}(_0x1082,0xd563f));const e={'boards-thread-comment-ui':{'addComment':_0x41fd0b(0x14a),'openComments':'Obre\x20els\x20comentaris'}};module[_0x41fd0b(0x14c)]=e;
|
package/lib/cjs/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x44cc2a=_0x52cb;(function(_0x4003fa,_0x5411e8){const _0x1dfe4c=_0x52cb,_0x2f406c=_0x4003fa();while(!![]){try{const _0x285f5b=parseInt(_0x1dfe4c(0x160))/0x1+-parseInt(_0x1dfe4c(0x156))/0x2*(-parseInt(_0x1dfe4c(0x15f))/0x3)+-parseInt(_0x1dfe4c(0x15d))/0x4+-parseInt(_0x1dfe4c(0x159))/0x5*(parseInt(_0x1dfe4c(0x15a))/0x6)+-parseInt(_0x1dfe4c(0x158))/0x7+parseInt(_0x1dfe4c(0x15b))/0x8*(parseInt(_0x1dfe4c(0x155))/0x9)+parseInt(_0x1dfe4c(0x15e))/0xa;if(_0x285f5b===_0x5411e8)break;else _0x2f406c['push'](_0x2f406c['shift']());}catch(_0x194710){_0x2f406c['push'](_0x2f406c['shift']());}}}(_0xb469,0x2e7cf));function _0x52cb(_0x231b80,_0x23d8d9){_0x231b80=_0x231b80-0x155;const _0xb4698c=_0xb469();let _0x52cbac=_0xb4698c[_0x231b80];return _0x52cbac;}function _0xb469(){const _0x46b117=['exports','1179486SxbBQz','8765QhQLGV','270FjNbzm','18776ETaFWX','Kommentare\x20öffnen','473908SFZgVB','142620lKkUAx','14595tHQdkR','66410FTsCtb','891zkHOzl','100jfOIzN'];_0xb469=function(){return _0x46b117;};return _0xb469();}const e={'boards-thread-comment-ui':{'addComment':'Kommentar\x20hinzufügen','openComments':_0x44cc2a(0x15c)}};module[_0x44cc2a(0x157)]=e;
|
package/lib/cjs/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x16dd(_0x53386c,_0x39e739){_0x53386c=_0x53386c-0x1a7;const _0x1df62e=_0x1df6();let _0x16dde4=_0x1df62e[_0x53386c];return _0x16dde4;}const _0x3cb71e=_0x16dd;(function(_0x1ce972,_0x5df7c5){const _0x3dc61d=_0x16dd,_0x490813=_0x1ce972();while(!![]){try{const _0x4813c4=-parseInt(_0x3dc61d(0x1ad))/0x1+parseInt(_0x3dc61d(0x1ab))/0x2+parseInt(_0x3dc61d(0x1aa))/0x3*(-parseInt(_0x3dc61d(0x1a8))/0x4)+parseInt(_0x3dc61d(0x1a7))/0x5*(parseInt(_0x3dc61d(0x1ac))/0x6)+parseInt(_0x3dc61d(0x1af))/0x7+-parseInt(_0x3dc61d(0x1b1))/0x8+parseInt(_0x3dc61d(0x1b0))/0x9*(parseInt(_0x3dc61d(0x1a9))/0xa);if(_0x4813c4===_0x5df7c5)break;else _0x490813['push'](_0x490813['shift']());}catch(_0x2b88bf){_0x490813['push'](_0x490813['shift']());}}}(_0x1df6,0x305cf));const e={'boards-thread-comment-ui':{'addComment':_0x3cb71e(0x1ae),'openComments':'Open\x20Comments'}};function _0x1df6(){const _0x27d8f8=['20kChHWT','4awbTuf','20RxbHzj','931992dqfwFr','582692jdhbKU','345930HWUvlA','161029NRezPm','Add\x20Comment','770749YPblBc','1480545OzXIZY','2330360qeBfNI','exports'];_0x1df6=function(){return _0x27d8f8;};return _0x1df6();}module[_0x3cb71e(0x1b2)]=e;
|
package/lib/cjs/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5cf8(_0x1e34db,_0x414c44){_0x1e34db=_0x1e34db-0x190;const _0x173d95=_0x173d();let _0x5cf837=_0x173d95[_0x1e34db];return _0x5cf837;}function _0x173d(){const _0x4558d0=['2BFnOlI','3467016lOJsEi','exports','1317498SdIXhX','245864UZLwwD','6679584LBCiAr','Añadir\x20comentario','196xsPFhO','26314290yjRYvy','71785AfguEF','380629ghjngv'];_0x173d=function(){return _0x4558d0;};return _0x173d();}const _0x4af664=_0x5cf8;(function(_0x4adfd7,_0x2ada98){const _0x9a6c72=_0x5cf8,_0x432000=_0x4adfd7();while(!![]){try{const _0x519df9=-parseInt(_0x9a6c72(0x193))/0x1*(-parseInt(_0x9a6c72(0x194))/0x2)+parseInt(_0x9a6c72(0x195))/0x3+parseInt(_0x9a6c72(0x199))/0x4+-parseInt(_0x9a6c72(0x192))/0x5+-parseInt(_0x9a6c72(0x197))/0x6+parseInt(_0x9a6c72(0x190))/0x7*(parseInt(_0x9a6c72(0x198))/0x8)+-parseInt(_0x9a6c72(0x191))/0x9;if(_0x519df9===_0x2ada98)break;else _0x432000['push'](_0x432000['shift']());}catch(_0x5191a4){_0x432000['push'](_0x432000['shift']());}}}(_0x173d,0xddeab));const e={'boards-thread-comment-ui':{'addComment':_0x4af664(0x19a),'openComments':'Abrir\x20comentarios'}};module[_0x4af664(0x196)]=e;
|
package/lib/cjs/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1857(){const _0x1de3aa=['6GZTwYg','28480705OdTOKv','exports','6ybwFlY','20OkAOHk','باز\x20کردن\x20نظرات','109398rvPjgw','5575060DnWwGM','1900688AnGAUl','10ABgUPA','4165014ltXGUV','افزودن\x20نظر','6490917oStkBx','6417928qoZrEm'];_0x1857=function(){return _0x1de3aa;};return _0x1857();}const _0x29239e=_0x34c8;(function(_0xa61d77,_0x4fbc0d){const _0x234e38=_0x34c8,_0x1754a7=_0xa61d77();while(!![]){try{const _0x7c9221=-parseInt(_0x234e38(0x1b5))/0x1*(parseInt(_0x234e38(0x1b3))/0x2)+parseInt(_0x234e38(0x1af))/0x3*(parseInt(_0x234e38(0x1b7))/0x4)+-parseInt(_0x234e38(0x1b6))/0x5+parseInt(_0x234e38(0x1b2))/0x6*(-parseInt(_0x234e38(0x1b9))/0x7)+-parseInt(_0x234e38(0x1bc))/0x8+parseInt(_0x234e38(0x1bb))/0x9*(parseInt(_0x234e38(0x1b8))/0xa)+parseInt(_0x234e38(0x1b0))/0xb;if(_0x7c9221===_0x4fbc0d)break;else _0x1754a7['push'](_0x1754a7['shift']());}catch(_0x50e31b){_0x1754a7['push'](_0x1754a7['shift']());}}}(_0x1857,0x9fc8d));function _0x34c8(_0x1ae7fc,_0x5c001d){_0x1ae7fc=_0x1ae7fc-0x1af;const _0x18572c=_0x1857();let _0x34c8d7=_0x18572c[_0x1ae7fc];return _0x34c8d7;}const e={'boards-thread-comment-ui':{'addComment':_0x29239e(0x1ba),'openComments':_0x29239e(0x1b4)}};module[_0x29239e(0x1b1)]=e;
|
package/lib/cjs/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x18b8(){const _0x263678=['402cnIKrJ','1292432GfLYmP','3GqNUPI','20575bWuBQx','8402SDozUV','657604bIBrAa','983870sRRmTU','17736FJNsTr','45srtbdt','242ODGETQ','40554644ZPMkuE','exports','35uUoJxc','6105wnKPFb'];_0x18b8=function(){return _0x263678;};return _0x18b8();}const _0x263258=_0x3f16;(function(_0x1d6128,_0x4292f7){const _0x55139e=_0x3f16,_0x209420=_0x1d6128();while(!![]){try{const _0x13ff97=-parseInt(_0x55139e(0x1e1))/0x1*(parseInt(_0x55139e(0x1ea))/0x2)+-parseInt(_0x55139e(0x1e8))/0x3*(parseInt(_0x55139e(0x1eb))/0x4)+parseInt(_0x55139e(0x1e9))/0x5*(-parseInt(_0x55139e(0x1e6))/0x6)+-parseInt(_0x55139e(0x1e4))/0x7*(parseInt(_0x55139e(0x1e7))/0x8)+-parseInt(_0x55139e(0x1e0))/0x9*(-parseInt(_0x55139e(0x1de))/0xa)+-parseInt(_0x55139e(0x1e5))/0xb*(parseInt(_0x55139e(0x1df))/0xc)+parseInt(_0x55139e(0x1e2))/0xd;if(_0x13ff97===_0x4292f7)break;else _0x209420['push'](_0x209420['shift']());}catch(_0x59d3db){_0x209420['push'](_0x209420['shift']());}}}(_0x18b8,0x8097b));function _0x3f16(_0x4c0294,_0x19df49){_0x4c0294=_0x4c0294-0x1de;const _0x18b8b6=_0x18b8();let _0x3f167b=_0x18b8b6[_0x4c0294];return _0x3f167b;}const e={'boards-thread-comment-ui':{'addComment':'Ajouter\x20un\x20commentaire','openComments':'Ouvrir\x20les\x20commentaires'}};module[_0x263258(0x1e3)]=e;
|
package/lib/cjs/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x21ea(_0x2da094,_0x94c76){_0x2da094=_0x2da094-0x98;const _0x364a12=_0x364a();let _0x21eae0=_0x364a12[_0x2da094];return _0x21eae0;}const _0x19ac64=_0x21ea;function _0x364a(){const _0x4613b2=['7043JxGYDr','9427790urOTCn','376484OoaaAO','182SsdzHi','11918214YvKtFs','Tambah\x20Komentar','2711877Rmztnz','5gYGcFA','6799890MkfPIi','8936325qfEGSb','3XqVATS','24oTSJXB','Buka\x20Komentar'];_0x364a=function(){return _0x4613b2;};return _0x364a();}(function(_0x3e009d,_0x22aaa5){const _0x4e364c=_0x21ea,_0x1558f8=_0x3e009d();while(!![]){try{const _0x1839dc=parseInt(_0x4e364c(0xa4))/0x1*(-parseInt(_0x4e364c(0x9a))/0x2)+parseInt(_0x4e364c(0xa1))/0x3*(parseInt(_0x4e364c(0x99))/0x4)+-parseInt(_0x4e364c(0x9e))/0x5*(parseInt(_0x4e364c(0x9f))/0x6)+-parseInt(_0x4e364c(0x9d))/0x7*(-parseInt(_0x4e364c(0xa2))/0x8)+parseInt(_0x4e364c(0xa0))/0x9+-parseInt(_0x4e364c(0x98))/0xa+parseInt(_0x4e364c(0x9b))/0xb;if(_0x1839dc===_0x22aaa5)break;else _0x1558f8['push'](_0x1558f8['shift']());}catch(_0x4f1d40){_0x1558f8['push'](_0x1558f8['shift']());}}}(_0x364a,0x96542));const e={'boards-thread-comment-ui':{'addComment':_0x19ac64(0x9c),'openComments':_0x19ac64(0xa3)}};module['exports']=e;
|
package/lib/cjs/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x174765=_0x3189;function _0x3b6c(){const _0x51b82b=['1067528QVaseR','3pBsOOD','44CKaMDJ','351kqkrhG','exports','64WOmltd','2479100bImEtv','8213784VhCEnv','20QWbRIE','9699599otvOFN','349016LnFhYt','188169lTRqae','2475654qgFvWV','Aggiungi\x20commento'];_0x3b6c=function(){return _0x51b82b;};return _0x3b6c();}(function(_0x526ac1,_0x555df7){const _0x8f043a=_0x3189,_0x2cc535=_0x526ac1();while(!![]){try{const _0x99b04d=-parseInt(_0x8f043a(0x162))/0x1*(parseInt(_0x8f043a(0x161))/0x2)+parseInt(_0x8f043a(0x15e))/0x3*(parseInt(_0x8f043a(0x166))/0x4)+-parseInt(_0x8f043a(0x169))/0x5*(-parseInt(_0x8f043a(0x15f))/0x6)+-parseInt(_0x8f043a(0x16a))/0x7+parseInt(_0x8f043a(0x16b))/0x8*(-parseInt(_0x8f043a(0x164))/0x9)+parseInt(_0x8f043a(0x167))/0xa+-parseInt(_0x8f043a(0x163))/0xb*(-parseInt(_0x8f043a(0x168))/0xc);if(_0x99b04d===_0x555df7)break;else _0x2cc535['push'](_0x2cc535['shift']());}catch(_0x12bbc6){_0x2cc535['push'](_0x2cc535['shift']());}}}(_0x3b6c,0xe8490));function _0x3189(_0x1ebca3,_0x127bdb){_0x1ebca3=_0x1ebca3-0x15e;const _0x3b6c2b=_0x3b6c();let _0x318970=_0x3b6c2b[_0x1ebca3];return _0x318970;}const e={'boards-thread-comment-ui':{'addComment':_0x174765(0x160),'openComments':'Apri\x20commenti'}};module[_0x174765(0x165)]=e;
|
package/lib/cjs/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x9d6d42=_0x4269;function _0x1d04(){const _0x35d7c8=['108EcatsM','2752755Hufiuh','293112mqxoeq','45MYnBQe','30784HnIjqs','2385gxoMRu','コメントを追加','37526390wPeEnq','2196602eQGzsv','コメントを開く','10643810NpIFzv','1loUZcZ','80955ninpuo'];_0x1d04=function(){return _0x35d7c8;};return _0x1d04();}(function(_0x311cde,_0x9de6cc){const _0x106a39=_0x4269,_0x1d3d2e=_0x311cde();while(!![]){try{const _0x1826cf=-parseInt(_0x106a39(0x1c4))/0x1*(-parseInt(_0x106a39(0x1c1))/0x2)+-parseInt(_0x106a39(0x1bc))/0x3*(parseInt(_0x106a39(0x1c8))/0x4)+-parseInt(_0x106a39(0x1c7))/0x5+-parseInt(_0x106a39(0x1c6))/0x6*(parseInt(_0x106a39(0x1c5))/0x7)+-parseInt(_0x106a39(0x1bd))/0x8*(parseInt(_0x106a39(0x1be))/0x9)+-parseInt(_0x106a39(0x1c3))/0xa+parseInt(_0x106a39(0x1c0))/0xb;if(_0x1826cf===_0x9de6cc)break;else _0x1d3d2e['push'](_0x1d3d2e['shift']());}catch(_0x11c4b0){_0x1d3d2e['push'](_0x1d3d2e['shift']());}}}(_0x1d04,0x8a9f7));const e={'boards-thread-comment-ui':{'addComment':_0x9d6d42(0x1bf),'openComments':_0x9d6d42(0x1c2)}};function _0x4269(_0x44956d,_0x41db9d){_0x44956d=_0x44956d-0x1bc;const _0x1d0483=_0x1d04();let _0x426975=_0x1d0483[_0x44956d];return _0x426975;}module['exports']=e;
|
package/lib/cjs/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x332b(){const _0x475530=['5416978sWAzmX','517336jpgVNa','209958gZMIio','5pJBDZc','6qozyft','1721264gGAAao','4149XQEmxZ','댓글\x20추가','8504CnDZdS','4137740qWyIxy','exports','658929jDGOSr'];_0x332b=function(){return _0x475530;};return _0x332b();}const _0x3ef661=_0x305d;(function(_0x3cdb85,_0x5dfa81){const _0x1e43f0=_0x305d,_0x51e457=_0x3cdb85();while(!![]){try{const _0x461413=parseInt(_0x1e43f0(0x1de))/0x1+parseInt(_0x1e43f0(0x1e0))/0x2*(-parseInt(_0x1e43f0(0x1d7))/0x3)+-parseInt(_0x1e43f0(0x1d8))/0x4+parseInt(_0x1e43f0(0x1d6))/0x5*(-parseInt(_0x1e43f0(0x1d5))/0x6)+parseInt(_0x1e43f0(0x1df))/0x7+parseInt(_0x1e43f0(0x1db))/0x8*(parseInt(_0x1e43f0(0x1d9))/0x9)+-parseInt(_0x1e43f0(0x1dc))/0xa;if(_0x461413===_0x5dfa81)break;else _0x51e457['push'](_0x51e457['shift']());}catch(_0x5851b3){_0x51e457['push'](_0x51e457['shift']());}}}(_0x332b,0x80847));const e={'boards-thread-comment-ui':{'addComment':_0x3ef661(0x1da),'openComments':'댓글\x20열기'}};function _0x305d(_0x86f999,_0xcefffd){_0x86f999=_0x86f999-0x1d5;const _0x332bcc=_0x332b();let _0x305df3=_0x332bcc[_0x86f999];return _0x305df3;}module[_0x3ef661(0x1dd)]=e;
|
package/lib/cjs/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x467b45=_0x5a64;function _0x673c(){const _0x5e0178=['13725240abgkhU','8034635iUzugW','57xEHBhJ','5266PBcMQS','48392RcrNfm','2105442mjzLKL','427iliqVL','exports','1390896WwgAaK','8EmMDqx','4810245OWzrdm'];_0x673c=function(){return _0x5e0178;};return _0x673c();}(function(_0x14b824,_0x1fd256){const _0xc2d905=_0x5a64,_0x2901af=_0x14b824();while(!![]){try{const _0x10562a=parseInt(_0xc2d905(0x1ee))/0x1*(parseInt(_0xc2d905(0x1eb))/0x2)+-parseInt(_0xc2d905(0x1f5))/0x3*(-parseInt(_0xc2d905(0x1ec))/0x4)+-parseInt(_0xc2d905(0x1f2))/0x5+parseInt(_0xc2d905(0x1f0))/0x6+parseInt(_0xc2d905(0x1f4))/0x7*(-parseInt(_0xc2d905(0x1f1))/0x8)+-parseInt(_0xc2d905(0x1ed))/0x9+parseInt(_0xc2d905(0x1f3))/0xa;if(_0x10562a===_0x1fd256)break;else _0x2901af['push'](_0x2901af['shift']());}catch(_0x126c0e){_0x2901af['push'](_0x2901af['shift']());}}}(_0x673c,0x9612d));const e={'boards-thread-comment-ui':{'addComment':'Dodaj\x20komentarz','openComments':'Otwórz\x20komentarze'}};function _0x5a64(_0x47edf2,_0x115142){_0x47edf2=_0x47edf2-0x1eb;const _0x673c7b=_0x673c();let _0x5a64a9=_0x673c7b[_0x47edf2];return _0x5a64a9;}module[_0x467b45(0x1ef)]=e;
|
package/lib/cjs/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
const _0x11f36b=_0x7039;function _0x7039(_0x127dfc,_0x5b1dcc){_0x127dfc=_0x127dfc-0xf8;const _0x14b0e1=_0x14b0();let _0x7039a=_0x14b0e1[_0x127dfc];return _0x7039a;}function _0x14b0(){const _0x5bc5f3=['5986603AeDqSU','220216QxUAsK','Adicionar\x20Comentário','2646266chaQYX','exports','Abrir\x20comentários','6FZTluy','61888dWYpyc','320gGkQQD','355ZNWlpz','1150312NAvSBJ','182124GicaoD','3349509rWbemn'];_0x14b0=function(){return _0x5bc5f3;};return _0x14b0();}(function(_0x131632,_0x5517b8){const _0x7d267e=_0x7039,_0x5d24df=_0x131632();while(!![]){try{const _0x21ccf5=parseInt(_0x7d267e(0x104))/0x1+parseInt(_0x7d267e(0xf9))/0x2+-parseInt(_0x7d267e(0x102))/0x3+-parseInt(_0x7d267e(0xfd))/0x4*(parseInt(_0x7d267e(0xff))/0x5)+parseInt(_0x7d267e(0xfc))/0x6*(parseInt(_0x7d267e(0x103))/0x7)+-parseInt(_0x7d267e(0x100))/0x8+-parseInt(_0x7d267e(0x101))/0x9*(-parseInt(_0x7d267e(0xfe))/0xa);if(_0x21ccf5===_0x5517b8)break;else _0x5d24df['push'](_0x5d24df['shift']());}catch(_0x5c1383){_0x5d24df['push'](_0x5d24df['shift']());}}}(_0x14b0,0xa7cde));const e={'boards-thread-comment-ui':{'addComment':_0x11f36b(0xf8),'openComments':_0x11f36b(0xfb)}};module[_0x11f36b(0xfa)]=e;
|
package/lib/cjs/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x21ec(){const _0x247305=['5807852XZAeYb','31978782mHWEDn','Открыть\x20комментарии','5799704kjBBqm','exports','6199098bbHnEe','534976zXbPCT','7273015ZaYNjn','7qEekrk','6RidrGW','391421IGwgIV','Добавить\x20комментарий'];_0x21ec=function(){return _0x247305;};return _0x21ec();}const _0x334426=_0x407d;(function(_0x274647,_0x50086c){const _0x2f63dd=_0x407d,_0x2c57f2=_0x274647();while(!![]){try{const _0x404be1=-parseInt(_0x2f63dd(0x12b))/0x1+-parseInt(_0x2f63dd(0x127))/0x2*(parseInt(_0x2f63dd(0x12a))/0x3)+parseInt(_0x2f63dd(0x12d))/0x4+-parseInt(_0x2f63dd(0x128))/0x5+-parseInt(_0x2f63dd(0x126))/0x6+parseInt(_0x2f63dd(0x129))/0x7*(-parseInt(_0x2f63dd(0x124))/0x8)+parseInt(_0x2f63dd(0x12e))/0x9;if(_0x404be1===_0x50086c)break;else _0x2c57f2['push'](_0x2c57f2['shift']());}catch(_0x2da107){_0x2c57f2['push'](_0x2c57f2['shift']());}}}(_0x21ec,0xd36df));function _0x407d(_0x2ca03e,_0x597b24){_0x2ca03e=_0x2ca03e-0x124;const _0x21ec97=_0x21ec();let _0x407d5f=_0x21ec97[_0x2ca03e];return _0x407d5f;}const e={'boards-thread-comment-ui':{'addComment':_0x334426(0x12c),'openComments':_0x334426(0x12f)}};module[_0x334426(0x125)]=e;
|
package/lib/cjs/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3772(){const _0x1173fb=['2340570aNgySg','1534131kVfjhf','8iLjIaM','955084BGKZdD','Pridať\x20komentár','35715ITZvRr','6dKfsAu','163870teMiTG','14HEfvnL','2855215eHwhZZ','1944768HrKYvS'];_0x3772=function(){return _0x1173fb;};return _0x3772();}const _0x32cbcd=_0x3578;function _0x3578(_0x3ea1cb,_0x39a29c){_0x3ea1cb=_0x3ea1cb-0xc4;const _0x37723a=_0x3772();let _0x3578f1=_0x37723a[_0x3ea1cb];return _0x3578f1;}(function(_0x48c376,_0x3766b2){const _0x5c8bef=_0x3578,_0x4d2929=_0x48c376();while(!![]){try{const _0x4199ba=-parseInt(_0x5c8bef(0xce))/0x1+-parseInt(_0x5c8bef(0xca))/0x2+-parseInt(_0x5c8bef(0xcc))/0x3*(-parseInt(_0x5c8bef(0xc9))/0x4)+parseInt(_0x5c8bef(0xc5))/0x5*(parseInt(_0x5c8bef(0xcd))/0x6)+parseInt(_0x5c8bef(0xc4))/0x7*(parseInt(_0x5c8bef(0xc6))/0x8)+parseInt(_0x5c8bef(0xc8))/0x9+-parseInt(_0x5c8bef(0xc7))/0xa;if(_0x4199ba===_0x3766b2)break;else _0x4d2929['push'](_0x4d2929['shift']());}catch(_0x5f081c){_0x4d2929['push'](_0x4d2929['shift']());}}}(_0x3772,0x5bce3));const e={'boards-thread-comment-ui':{'addComment':_0x32cbcd(0xcb),'openComments':'Otvoriť\x20komentáre'}};module['exports']=e;
|
package/lib/cjs/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0xc3c5(_0x533fda,_0x2c2866){_0x533fda=_0x533fda-0x7f;const _0x398528=_0x3985();let _0xc3c50c=_0x398528[_0x533fda];return _0xc3c50c;}const _0x16543a=_0xc3c5;function _0x3985(){const _0xd708e2=['282RWlzyJ','25087050rIIhZG','690340CDTwla','81179kMqSKa','1401916DpEhiW','27FJHssK','1176999gPIuPb','Thêm\x20bình\x20luận','exports','39zvGvFh','Mở\x20bình\x20luận','747528YOiGtK','288068jSVvIM'];_0x3985=function(){return _0xd708e2;};return _0x3985();}(function(_0x4d0bcb,_0x439fa9){const _0x530ed0=_0xc3c5,_0x24a6da=_0x4d0bcb();while(!![]){try{const _0x7d4260=-parseInt(_0x530ed0(0x89))/0x1+-parseInt(_0x530ed0(0x87))/0x2+-parseInt(_0x530ed0(0x7f))/0x3*(-parseInt(_0x530ed0(0x82))/0x4)+-parseInt(_0x530ed0(0x85))/0x5+parseInt(_0x530ed0(0x83))/0x6*(-parseInt(_0x530ed0(0x86))/0x7)+parseInt(_0x530ed0(0x81))/0x8*(-parseInt(_0x530ed0(0x88))/0x9)+parseInt(_0x530ed0(0x84))/0xa;if(_0x7d4260===_0x439fa9)break;else _0x24a6da['push'](_0x24a6da['shift']());}catch(_0x1f93af){_0x24a6da['push'](_0x24a6da['shift']());}}}(_0x3985,0x9357f));const e={'boards-thread-comment-ui':{'addComment':_0x16543a(0x8a),'openComments':_0x16543a(0x80)}};module[_0x16543a(0x8b)]=e;
|
package/lib/cjs/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0xc525(_0x309798,_0x2844ce){_0x309798=_0x309798-0xb3;const _0x281f1e=_0x281f();let _0xc52537=_0x281f1e[_0x309798];return _0xc52537;}const _0x40bbf6=_0xc525;(function(_0x14e3ca,_0x2e8b26){const _0x149e7b=_0xc525,_0x42a5a6=_0x14e3ca();while(!![]){try{const _0x5b8bab=parseInt(_0x149e7b(0xb8))/0x1+parseInt(_0x149e7b(0xbe))/0x2+-parseInt(_0x149e7b(0xbd))/0x3*(-parseInt(_0x149e7b(0xbb))/0x4)+parseInt(_0x149e7b(0xb4))/0x5+parseInt(_0x149e7b(0xb7))/0x6+parseInt(_0x149e7b(0xb6))/0x7*(parseInt(_0x149e7b(0xbc))/0x8)+-parseInt(_0x149e7b(0xb5))/0x9*(parseInt(_0x149e7b(0xb9))/0xa);if(_0x5b8bab===_0x2e8b26)break;else _0x42a5a6['push'](_0x42a5a6['shift']());}catch(_0x5b4b0c){_0x42a5a6['push'](_0x42a5a6['shift']());}}}(_0x281f,0x3dc63));const e={'boards-thread-comment-ui':{'addComment':'添加评论','openComments':_0x40bbf6(0xb3)}};function _0x281f(){const _0x46135=['336244gzoFQb','打开评论','1715890rHYTFW','585ZHopYt','162148yxvBAd','1848816hQwsYH','115955QOgAtJ','115930WKtHoG','exports','4naTMVm','24QtKmGq','5067gQUCWa'];_0x281f=function(){return _0x46135;};return _0x281f();}module[_0x40bbf6(0xba)]=e;
|
package/lib/cjs/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function _0x24f6(_0x3b3881,_0x3caff3){_0x3b3881=_0x3b3881-0x199;const _0x127756=_0x1277();let _0x24f6e5=_0x127756[_0x3b3881];return _0x24f6e5;}function _0x1277(){const _0x36d70a=['813741YLRnsI','新增評論','449000kXbhXI','112nghzPb','exports','11PzSbWj','743211owGlVf','25CNFaoM','180250LJkIFZ','2dnjtLG','21349Fhbtke','開啟評論','511422mjQbsf','1174970GTQUjP'];_0x1277=function(){return _0x36d70a;};return _0x1277();}const _0x36e295=_0x24f6;(function(_0x452220,_0x872e2f){const _0x2f8f0e=_0x24f6,_0x183d3a=_0x452220();while(!![]){try{const _0x1aa2a4=parseInt(_0x2f8f0e(0x1a2))/0x1*(-parseInt(_0x2f8f0e(0x1a1))/0x2)+parseInt(_0x2f8f0e(0x1a6))/0x3+-parseInt(_0x2f8f0e(0x19a))/0x4+parseInt(_0x2f8f0e(0x19f))/0x5*(-parseInt(_0x2f8f0e(0x1a4))/0x6)+-parseInt(_0x2f8f0e(0x1a0))/0x7*(-parseInt(_0x2f8f0e(0x19b))/0x8)+parseInt(_0x2f8f0e(0x19e))/0x9+parseInt(_0x2f8f0e(0x1a5))/0xa*(parseInt(_0x2f8f0e(0x19d))/0xb);if(_0x1aa2a4===_0x872e2f)break;else _0x183d3a['push'](_0x183d3a['shift']());}catch(_0x120ec5){_0x183d3a['push'](_0x183d3a['shift']());}}}(_0x1277,0x426a7));const e={'boards-thread-comment-ui':{'addComment':_0x36e295(0x199),'openComments':_0x36e295(0x1a3)}};module[_0x36e295(0x19c)]=e;
|
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x1e2012=_0x47fd;function _0x47fd(_0x214431,_0x458bf1){_0x214431=_0x214431-0xce;const _0x5e4329=_0x5e43();let _0x47fdcc=_0x5e4329[_0x214431];return _0x47fdcc;}(function(_0xc640f7,_0x598c8b){const _0xd8b18c=_0x47fd,_0x4fd042=_0xc640f7();while(!![]){try{const _0x3a1c94=parseInt(_0xd8b18c(0xd3))/0x1+parseInt(_0xd8b18c(0xcf))/0x2*(-parseInt(_0xd8b18c(0xda))/0x3)+-parseInt(_0xd8b18c(0xd2))/0x4*(parseInt(_0xd8b18c(0xd9))/0x5)+-parseInt(_0xd8b18c(0xd5))/0x6+parseInt(_0xd8b18c(0xd4))/0x7+parseInt(_0xd8b18c(0xd1))/0x8*(-parseInt(_0xd8b18c(0xdb))/0x9)+parseInt(_0xd8b18c(0xd6))/0xa*(parseInt(_0xd8b18c(0xd7))/0xb);if(_0x3a1c94===_0x598c8b)break;else _0x4fd042['push'](_0x4fd042['shift']());}catch(_0x587324){_0x4fd042['push'](_0x4fd042['shift']());}}}(_0x5e43,0x799ec));const e={'boards-thread-comment-ui':{'addComment':_0x1e2012(0xd0),'openComments':_0x1e2012(0xd8)}};function _0x5e43(){const _0x2c0229=['8pydTDK','32tPkOKo','524918rMgNpL','1091279ILMEuD','2118648Pnvbwh','290evIGBv','776831aLucnX','開啟評論','515260sKLIWS','1779621sWkUZR','4139433zVPzTG','exports','2IOkMko','新增評論'];_0x5e43=function(){return _0x2c0229;};return _0x5e43();}module[_0x1e2012(0xce)]=e;
|