@univerjs-pro/boards-mind-ui 1.0.0-alpha.3
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 +46 -0
- package/lib/cjs/index.js +1 -0
- package/lib/cjs/locale/ar-SA.js +1 -0
- package/lib/cjs/locale/ca-ES.js +1 -0
- package/lib/cjs/locale/de-DE.js +1 -0
- package/lib/cjs/locale/en-US.js +1 -0
- package/lib/cjs/locale/es-ES.js +1 -0
- package/lib/cjs/locale/fa-IR.js +1 -0
- package/lib/cjs/locale/fr-FR.js +1 -0
- package/lib/cjs/locale/id-ID.js +1 -0
- package/lib/cjs/locale/it-IT.js +1 -0
- package/lib/cjs/locale/ja-JP.js +1 -0
- package/lib/cjs/locale/ko-KR.js +1 -0
- package/lib/cjs/locale/pl-PL.js +1 -0
- package/lib/cjs/locale/pt-BR.js +1 -0
- package/lib/cjs/locale/ru-RU.js +1 -0
- package/lib/cjs/locale/sk-SK.js +1 -0
- package/lib/cjs/locale/vi-VN.js +1 -0
- package/lib/cjs/locale/zh-CN.js +1 -0
- package/lib/cjs/locale/zh-HK.js +1 -0
- package/lib/cjs/locale/zh-TW.js +1 -0
- package/lib/es/index.js +1 -0
- package/lib/es/locale/ar-SA.js +1 -0
- package/lib/es/locale/ca-ES.js +1 -0
- package/lib/es/locale/de-DE.js +1 -0
- package/lib/es/locale/en-US.js +1 -0
- package/lib/es/locale/es-ES.js +1 -0
- package/lib/es/locale/fa-IR.js +1 -0
- package/lib/es/locale/fr-FR.js +1 -0
- package/lib/es/locale/id-ID.js +1 -0
- package/lib/es/locale/it-IT.js +1 -0
- package/lib/es/locale/ja-JP.js +1 -0
- package/lib/es/locale/ko-KR.js +1 -0
- package/lib/es/locale/pl-PL.js +1 -0
- package/lib/es/locale/pt-BR.js +1 -0
- package/lib/es/locale/ru-RU.js +1 -0
- package/lib/es/locale/sk-SK.js +1 -0
- package/lib/es/locale/vi-VN.js +1 -0
- package/lib/es/locale/zh-CN.js +1 -0
- package/lib/es/locale/zh-HK.js +1 -0
- package/lib/es/locale/zh-TW.js +1 -0
- package/lib/index.css +417 -0
- package/lib/index.js +1 -0
- package/lib/locale/ar-SA.js +1 -0
- package/lib/locale/ca-ES.js +1 -0
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/en-US.js +1 -0
- package/lib/locale/es-ES.js +1 -0
- package/lib/locale/fa-IR.js +1 -0
- package/lib/locale/fr-FR.js +1 -0
- package/lib/locale/id-ID.js +1 -0
- package/lib/locale/it-IT.js +1 -0
- package/lib/locale/ja-JP.js +1 -0
- package/lib/locale/ko-KR.js +1 -0
- package/lib/locale/pl-PL.js +1 -0
- package/lib/locale/pt-BR.js +1 -0
- package/lib/locale/ru-RU.js +1 -0
- package/lib/locale/sk-SK.js +1 -0
- package/lib/locale/vi-VN.js +1 -0
- package/lib/locale/zh-CN.js +1 -0
- package/lib/locale/zh-HK.js +1 -0
- package/lib/locale/zh-TW.js +1 -0
- package/lib/types/commands/operations/open-mind-map-panel.operation.d.ts +8 -0
- package/lib/types/config/config.d.ts +5 -0
- package/lib/types/controllers/board-mind-map-autosize-layout.render-controller.d.ts +24 -0
- package/lib/types/controllers/board-mind-map-drag-topology.render-controller.d.ts +61 -0
- package/lib/types/controllers/board-mind-map-floating-toolbar.render-controller.d.ts +27 -0
- package/lib/types/controllers/board-mind-map-insert.render-controller.d.ts +26 -0
- package/lib/types/controllers/board-mind-map-intrinsic-size.render-controller.d.ts +31 -0
- package/lib/types/controllers/board-mind-map-keyboard-shortcut.controller.d.ts +41 -0
- package/lib/types/controllers/board-mind-map-node-controls.render-controller.d.ts +37 -0
- package/lib/types/controllers/board-mind-map-panel.controller.d.ts +15 -0
- package/lib/types/controllers/board-mind-map-text-editing-shortcut.controller.d.ts +18 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/types/locale/ar-SA.d.ts +3 -0
- package/lib/types/locale/ca-ES.d.ts +3 -0
- package/lib/types/locale/de-DE.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +81 -0
- package/lib/types/locale/es-ES.d.ts +3 -0
- package/lib/types/locale/fa-IR.d.ts +3 -0
- package/lib/types/locale/fr-FR.d.ts +3 -0
- package/lib/types/locale/id-ID.d.ts +3 -0
- package/lib/types/locale/it-IT.d.ts +3 -0
- package/lib/types/locale/ja-JP.d.ts +3 -0
- package/lib/types/locale/ko-KR.d.ts +3 -0
- package/lib/types/locale/pl-PL.d.ts +3 -0
- package/lib/types/locale/pt-BR.d.ts +3 -0
- package/lib/types/locale/ru-RU.d.ts +3 -0
- package/lib/types/locale/sk-SK.d.ts +3 -0
- package/lib/types/locale/types.d.ts +3 -0
- package/lib/types/locale/vi-VN.d.ts +3 -0
- package/lib/types/locale/zh-CN.d.ts +3 -0
- package/lib/types/locale/zh-HK.d.ts +3 -0
- package/lib/types/locale/zh-TW.d.ts +3 -0
- package/lib/types/plugin.d.ts +21 -0
- package/lib/types/render-objects/board-mind-map-drag-preview-object.d.ts +36 -0
- package/lib/types/render-objects/board-mind-map-node-controls-object.d.ts +22 -0
- package/lib/types/render-objects/board-mind-map-pending-insert-object.d.ts +22 -0
- package/lib/types/services/board-mind-map-insert-state.service.d.ts +19 -0
- package/lib/types/services/board-mind-map-preview-refresh.service.d.ts +13 -0
- package/lib/types/services/board-mind-map-ui-adapter.service.d.ts +9 -0
- package/lib/types/utils/mind-map-canvas-tokens.util.d.ts +6 -0
- package/lib/types/utils/mind-map-drag-topology.util.d.ts +26 -0
- package/lib/types/utils/mind-map-node-controls.util.d.ts +46 -0
- package/lib/types/utils/mind-map-preview-tokens.util.d.ts +29 -0
- package/lib/types/utils/mind-map-scope-preview.util.d.ts +29 -0
- package/lib/types/views/BoardMindMapDescriptionDialog.d.ts +10 -0
- package/lib/types/views/BoardMindMapFloatingToolbar.d.ts +147 -0
- package/lib/types/views/BoardMindMapPanel.d.ts +127 -0
- package/lib/umd/index.js +1 -0
- package/lib/umd/locale/ar-SA.js +1 -0
- package/lib/umd/locale/ca-ES.js +1 -0
- package/lib/umd/locale/de-DE.js +1 -0
- package/lib/umd/locale/en-US.js +1 -0
- package/lib/umd/locale/es-ES.js +1 -0
- package/lib/umd/locale/fa-IR.js +1 -0
- package/lib/umd/locale/fr-FR.js +1 -0
- package/lib/umd/locale/id-ID.js +1 -0
- package/lib/umd/locale/it-IT.js +1 -0
- package/lib/umd/locale/ja-JP.js +1 -0
- package/lib/umd/locale/ko-KR.js +1 -0
- package/lib/umd/locale/pl-PL.js +1 -0
- package/lib/umd/locale/pt-BR.js +1 -0
- package/lib/umd/locale/ru-RU.js +1 -0
- package/lib/umd/locale/sk-SK.js +1 -0
- package/lib/umd/locale/vi-VN.js +1 -0
- package/lib/umd/locale/zh-CN.js +1 -0
- package/lib/umd/locale/zh-HK.js +1 -0
- package/lib/umd/locale/zh-TW.js +1 -0
- package/package.json +91 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x3d237f=_0x2224;(function(_0x1ce5de,_0x9d6b98){const _0x4f60f1=_0x2224,_0x454c07=_0x1ce5de();while(!![]){try{const _0x26be8e=parseInt(_0x4f60f1(0xa6))/0x1+parseInt(_0x4f60f1(0x94))/0x2+-parseInt(_0x4f60f1(0x85))/0x3+-parseInt(_0x4f60f1(0xa4))/0x4*(-parseInt(_0x4f60f1(0x8e))/0x5)+parseInt(_0x4f60f1(0x8b))/0x6+-parseInt(_0x4f60f1(0x8c))/0x7*(-parseInt(_0x4f60f1(0xa5))/0x8)+-parseInt(_0x4f60f1(0x9d))/0x9;if(_0x26be8e===_0x9d6b98)break;else _0x454c07['push'](_0x454c07['shift']());}catch(_0x59377e){_0x454c07['push'](_0x454c07['shift']());}}}(_0x1783,0x252ef));const e={'boards-mind-ui':{'alignBottom':_0x3d237f(0x98),'alignMiddle':_0x3d237f(0x8d),'alignTop':_0x3d237f(0xa0),'alignJustify':'Justifier','alignRight':_0x3d237f(0x92),'alignCenter':'Centrer','alignLeft':'Aligner\x20à\x20gauche','saveDescription':_0x3d237f(0x81),'descriptionPlaceholder':_0x3d237f(0x87),'description':_0x3d237f(0x7e),'cancel':_0x3d237f(0x9b),'panel':{'title':_0x3d237f(0x88),'tab':{'importExport':'Importer/Exporter','layout':'Disposition','structure':'Structure'},'layout':{'both':_0x3d237f(0x93),'left':_0x3d237f(0x8a),'right':_0x3d237f(0x7f)},'structureKind':{'mindmapHorizontal':'Carte\x20mentale\x20horizontale','mindmapVertical':_0x3d237f(0x9a),'treeRight':_0x3d237f(0x95),'treeLeft':_0x3d237f(0x99),'treeAlternate':_0x3d237f(0x7c),'timelineHorizontal':_0x3d237f(0xa8),'timelineVertical':'Frise\x20chronologique\x20verticale'},'branchLineType':{'curve':'Courbe','roundedOrthogonal':_0x3d237f(0x83),'orthogonal':'Angle\x20droit'},'addText':_0x3d237f(0x86),'cancel':'Annuler','emptyNodes':_0x3d237f(0x7b),'exportOPML':'Exporter\x20OPML','importOPML':_0x3d237f(0x89),'pasteOPML':'Coller\x20le\x20XML\x20OPML','rename':_0x3d237f(0x8f),'renamePrompt':_0x3d237f(0x91),'searchNodes':_0x3d237f(0x97),'spacing':{'branchGap':_0x3d237f(0x7d),'parentGap':_0x3d237f(0x9c),'siblingGap':'Espacement\x20frère'}},'toolbar':{'primary':{'line':_0x3d237f(0x90),'fontColor':'Couleur\x20de\x20police','typography':_0x3d237f(0xa9),'more':_0x3d237f(0xa2)},'panel':{'line':_0x3d237f(0x9f),'typography':'Typographie','more':_0x3d237f(0xa2)},'action':{'addChild':_0x3d237f(0x9e),'addSibling':_0x3d237f(0xa3),'copy':_0x3d237f(0xa1),'delete':_0x3d237f(0x80),'fill':'Remplissage','fontColor':_0x3d237f(0xa7),'layout':_0x3d237f(0x96),'paste':_0x3d237f(0x84),'stroke':_0x3d237f(0x82)}}}};export{e as default};function _0x2224(_0x499c2f,_0x4cb99b){_0x499c2f=_0x499c2f-0x7b;const _0x1783d4=_0x1783();let _0x2224c1=_0x1783d4[_0x499c2f];return _0x2224c1;}function _0x1783(){const _0xca6e61=['Arbre\x20vers\x20la\x20droite','Disposition','Rechercher\x20des\x20noeuds','Aligner\x20en\x20bas','Arbre\x20vers\x20la\x20gauche','Carte\x20mentale\x20verticale','Annuler','Espacement\x20parent','6132051WRAaTB','Ajouter\x20un\x20enfant','Ligne','Aligner\x20en\x20haut','Copier','Plus','Ajouter\x20un\x20nœud\x20frère','4xpufhr','104qeZJzd','64107VDnnZG','Couleur\x20de\x20police','Frise\x20chronologique\x20horizontale','Typographie','Aucun\x20nœud','Arbre\x20alterné','Espacement\x20des\x20branches','Description','Droite','Supprimer','Enregistrer','Contour','Coude\x20arrondi','Coller','404175EABuIB','Ajouter\x20du\x20texte','Ajouter\x20une\x20description\x20à\x20ce\x20nœud','Carte\x20mentale','Importer\x20OPML','Gauche','736956WmnTRN','161203ZCRLqi','Centrer\x20verticalement','1448430JfLkez','Renommer','Style\x20du\x20connecteur','Renommer\x20le\x20nœud\x20de\x20carte\x20mentale','Aligner\x20à\x20droite','Deux\x20côtés','384742ZJEBmV'];_0x1783=function(){return _0xca6e61;};return _0x1783();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1ca684=_0x3cf4;(function(_0x3dc5a7,_0x354231){const _0x2efb67=_0x3cf4,_0x2fcae6=_0x3dc5a7();while(!![]){try{const _0x59e39f=-parseInt(_0x2efb67(0x182))/0x1+-parseInt(_0x2efb67(0x180))/0x2*(parseInt(_0x2efb67(0x188))/0x3)+-parseInt(_0x2efb67(0x18d))/0x4*(parseInt(_0x2efb67(0x17f))/0x5)+-parseInt(_0x2efb67(0x181))/0x6+parseInt(_0x2efb67(0x176))/0x7+parseInt(_0x2efb67(0x17b))/0x8+parseInt(_0x2efb67(0x18a))/0x9;if(_0x59e39f===_0x354231)break;else _0x2fcae6['push'](_0x2fcae6['shift']());}catch(_0x5367e2){_0x2fcae6['push'](_0x2fcae6['shift']());}}}(_0x5801,0xd5ceb));function _0x5801(){const _0x5bb741=['5011026bTIVhf','548095iSdfPa','Pohon\x20berselang-seling','Rata\x20kiri\x20kanan','Lainnya','Peta\x20pikiran','Sudut\x20siku-siku','2610639MWOYNB','Impor/Ekspor','19547271BMNDNE','Ganti\x20nama','Ekspor\x20OPML','6132588RSVxVy','Tata\x20letak','Garis','Tipografi','Pohon\x20ke\x20kiri','Tempel\x20XML\x20OPML','Kanan','Struktur','Siku\x20membulat','Rata\x20tengah\x20vertikal','Impor\x20OPML','Pohon\x20ke\x20kanan','Rata\x20kanan','Rata\x20tengah','Tambahkan\x20deskripsi\x20untuk\x20simpul\x20ini','Jarak\x20induk','Jarak\x20sejajar','Kedua\x20sisi','Cari\x20simpul','Simpan','Ganti\x20nama\x20simpul\x20peta\x20pikiran','9410058YemmVm','Peta\x20pikiran\x20horizontal','Rata\x20kiri','Warna\x20font','Garis\x20tepi','9169344LNfwgs','Linimasa\x20vertikal','Tambah\x20anak','Hapus','5aynbjV','2EBkNrl'];_0x5801=function(){return _0x5bb741;};return _0x5801();}const e={'boards-mind-ui':{'alignBottom':'Rata\x20bawah','alignMiddle':_0x1ca684(0x16a),'alignTop':'Rata\x20atas','alignJustify':_0x1ca684(0x184),'alignRight':_0x1ca684(0x16d),'alignCenter':_0x1ca684(0x16e),'alignLeft':_0x1ca684(0x178),'saveDescription':_0x1ca684(0x174),'descriptionPlaceholder':_0x1ca684(0x16f),'description':'Deskripsi','cancel':'Batal','panel':{'title':_0x1ca684(0x186),'tab':{'importExport':_0x1ca684(0x189),'layout':_0x1ca684(0x18e),'structure':_0x1ca684(0x168)},'layout':{'both':_0x1ca684(0x172),'left':'Kiri','right':_0x1ca684(0x167)},'structureKind':{'mindmapHorizontal':_0x1ca684(0x177),'mindmapVertical':'Peta\x20pikiran\x20vertikal','treeRight':_0x1ca684(0x16c),'treeLeft':_0x1ca684(0x191),'treeAlternate':_0x1ca684(0x183),'timelineHorizontal':'Linimasa\x20horizontal','timelineVertical':_0x1ca684(0x17c)},'branchLineType':{'curve':'Kurva','roundedOrthogonal':_0x1ca684(0x169),'orthogonal':_0x1ca684(0x187)},'addText':'Tambah\x20teks','cancel':'Batal','emptyNodes':'Tidak\x20ada\x20simpul','exportOPML':_0x1ca684(0x18c),'importOPML':_0x1ca684(0x16b),'pasteOPML':_0x1ca684(0x192),'rename':_0x1ca684(0x18b),'renamePrompt':_0x1ca684(0x175),'searchNodes':_0x1ca684(0x173),'spacing':{'branchGap':'Jarak\x20cabang','parentGap':_0x1ca684(0x170),'siblingGap':_0x1ca684(0x171)}},'toolbar':{'primary':{'line':'Gaya\x20konektor','fontColor':_0x1ca684(0x179),'typography':_0x1ca684(0x190),'more':_0x1ca684(0x185)},'panel':{'line':_0x1ca684(0x18f),'typography':'Tipografi','more':_0x1ca684(0x185)},'action':{'addChild':_0x1ca684(0x17d),'addSibling':'Tambah\x20simpul\x20sejajar','copy':'Salin','delete':_0x1ca684(0x17e),'fill':'Isian','fontColor':'Warna\x20font','layout':_0x1ca684(0x18e),'paste':'Tempel','stroke':_0x1ca684(0x17a)}}}};function _0x3cf4(_0x1cb2f4,_0x3d5322){_0x1cb2f4=_0x1cb2f4-0x167;const _0x58014d=_0x5801();let _0x3cf4ef=_0x58014d[_0x1cb2f4];return _0x3cf4ef;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x2bb2a7=_0x2dab;(function(_0x57b497,_0x58f6c2){const _0x48de57=_0x2dab,_0x45920c=_0x57b497();while(!![]){try{const _0x48f043=-parseInt(_0x48de57(0x1d7))/0x1*(parseInt(_0x48de57(0x1da))/0x2)+parseInt(_0x48de57(0x1f3))/0x3*(parseInt(_0x48de57(0x1e7))/0x4)+parseInt(_0x48de57(0x208))/0x5+-parseInt(_0x48de57(0x1e1))/0x6*(-parseInt(_0x48de57(0x1e2))/0x7)+-parseInt(_0x48de57(0x204))/0x8+parseInt(_0x48de57(0x1e9))/0x9*(parseInt(_0x48de57(0x1ed))/0xa)+-parseInt(_0x48de57(0x1f4))/0xb*(parseInt(_0x48de57(0x200))/0xc);if(_0x48f043===_0x58f6c2)break;else _0x45920c['push'](_0x45920c['shift']());}catch(_0x5cd55f){_0x45920c['push'](_0x45920c['shift']());}}}(_0x582d,0x26c63));const e={'boards-mind-ui':{'alignBottom':_0x2bb2a7(0x1de),'alignMiddle':_0x2bb2a7(0x1f5),'alignTop':_0x2bb2a7(0x1e3),'alignJustify':'Giustifica','alignRight':'Allinea\x20a\x20destra','alignCenter':'Allinea\x20al\x20centro','alignLeft':_0x2bb2a7(0x202),'saveDescription':_0x2bb2a7(0x1ea),'descriptionPlaceholder':_0x2bb2a7(0x1d5),'description':_0x2bb2a7(0x1df),'cancel':'Annulla','panel':{'title':_0x2bb2a7(0x1e0),'tab':{'importExport':_0x2bb2a7(0x1ef),'layout':_0x2bb2a7(0x1ee),'structure':_0x2bb2a7(0x1d8)},'layout':{'both':_0x2bb2a7(0x1f9),'left':_0x2bb2a7(0x1ec),'right':_0x2bb2a7(0x1e6)},'structureKind':{'mindmapHorizontal':_0x2bb2a7(0x1fc),'mindmapVertical':'Mappa\x20mentale\x20verticale','treeRight':_0x2bb2a7(0x1f2),'treeLeft':'Albero\x20verso\x20sinistra','treeAlternate':'Albero\x20alternato','timelineHorizontal':_0x2bb2a7(0x1fa),'timelineVertical':_0x2bb2a7(0x1dd)},'branchLineType':{'curve':_0x2bb2a7(0x1d4),'roundedOrthogonal':_0x2bb2a7(0x1d9),'orthogonal':_0x2bb2a7(0x206)},'addText':'Aggiungi\x20testo','cancel':_0x2bb2a7(0x1f1),'emptyNodes':_0x2bb2a7(0x1f6),'exportOPML':_0x2bb2a7(0x1db),'importOPML':_0x2bb2a7(0x205),'pasteOPML':_0x2bb2a7(0x1eb),'rename':_0x2bb2a7(0x1e8),'renamePrompt':'Rinomina\x20nodo\x20della\x20mappa\x20mentale','searchNodes':'Cerca\x20nodi','spacing':{'branchGap':_0x2bb2a7(0x1ff),'parentGap':'Spaziatura\x20padre','siblingGap':_0x2bb2a7(0x1d6)}},'toolbar':{'primary':{'line':_0x2bb2a7(0x1f8),'fontColor':_0x2bb2a7(0x201),'typography':_0x2bb2a7(0x207),'more':_0x2bb2a7(0x1fe)},'panel':{'line':_0x2bb2a7(0x1dc),'typography':_0x2bb2a7(0x207),'more':_0x2bb2a7(0x1fe)},'action':{'addChild':_0x2bb2a7(0x1e5),'addSibling':_0x2bb2a7(0x1f7),'copy':_0x2bb2a7(0x1fb),'delete':_0x2bb2a7(0x1f0),'fill':_0x2bb2a7(0x1e4),'fontColor':_0x2bb2a7(0x201),'layout':_0x2bb2a7(0x203),'paste':'Incolla','stroke':_0x2bb2a7(0x1fd)}}}};function _0x582d(){const _0x41a332=['Sinistra','57360KSQmZB','Layout','Importa/Esporta','Elimina','Annulla','Albero\x20verso\x20destra','172107iLoxin','1544741BMnWIj','Allinea\x20al\x20centro\x20verticalmente','Nessun\x20nodo','Aggiungi\x20fratello','Stile\x20connettore','Entrambi\x20i\x20lati','Linea\x20temporale\x20orizzontale','Copia','Mappa\x20mentale\x20orizzontale','Tratto','Altro','Spaziatura\x20rami','48iWmeTF','Colore\x20carattere','Allinea\x20a\x20sinistra','Disposizione','18888ovmHfA','Importa\x20OPML','Angolo\x20retto','Tipografia','1571835VYMheL','Curva','Aggiungi\x20una\x20descrizione\x20a\x20questo\x20nodo','Spaziatura\x20fratelli','1NewAHC','Struttura','Gomito\x20arrotondato','194882vdNHvx','Esporta\x20OPML','Linea','Linea\x20temporale\x20verticale','Allinea\x20in\x20basso','Descrizione','Mappa\x20mentale','93918roUFsC','98EHlaWB','Allinea\x20in\x20alto','Riempimento','Aggiungi\x20figlio','Destra','16KGrSyg','Rinomina','90YGfyYo','Salva','Incolla\x20XML\x20OPML'];_0x582d=function(){return _0x41a332;};return _0x582d();}function _0x2dab(_0x51d02e,_0x375991){_0x51d02e=_0x51d02e-0x1d4;const _0x582d48=_0x582d();let _0x2dabd5=_0x582d48[_0x51d02e];return _0x2dabd5;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x42a9(_0x4fb226,_0x377975){_0x4fb226=_0x4fb226-0x1d6;const _0x16b1ba=_0x16b1();let _0x42a98a=_0x16b1ba[_0x4fb226];return _0x42a98a;}const _0x1d6eab=_0x42a9;(function(_0x2c0e4a,_0x3e4ad2){const _0x283a08=_0x42a9,_0x1df684=_0x2c0e4a();while(!![]){try{const _0x184a0c=-parseInt(_0x283a08(0x1f5))/0x1+parseInt(_0x283a08(0x1ee))/0x2+parseInt(_0x283a08(0x1ed))/0x3+-parseInt(_0x283a08(0x1e2))/0x4*(parseInt(_0x283a08(0x1db))/0x5)+parseInt(_0x283a08(0x1dd))/0x6*(parseInt(_0x283a08(0x1d6))/0x7)+parseInt(_0x283a08(0x1f3))/0x8+parseInt(_0x283a08(0x1f6))/0x9*(-parseInt(_0x283a08(0x1d9))/0xa);if(_0x184a0c===_0x3e4ad2)break;else _0x1df684['push'](_0x1df684['shift']());}catch(_0x4f3fec){_0x1df684['push'](_0x1df684['shift']());}}}(_0x16b1,0x1fffa));function _0x16b1(){const _0xca2d7a=['OPML\x20XML\x20を貼り付け','テキストを追加','568404vhLcgD','171234SwZbkc','ブランチ間隔','OPML\x20をエクスポート','縦方向のマインドマップ','親子間隔','1367624wgBcLq','右向きツリー','140609ozwivU','11988kjKEYO','角丸折れ線','フォント色','文字組み','807289OrQzqt','ノードを検索','上揃え','1240TcOXRs','横方向のタイムライン','13535bgoOvD','縦方向のタイムライン','6jtIYRY','その他','上下中央揃え','コピー','インポート/エクスポート','184vTcqSt','マインドマップ','兄弟ノードを追加','コネクターのスタイル','塗りつぶし','マインドマップノードの名前を変更','レイアウト','下揃え','直角折れ線'];_0x16b1=function(){return _0xca2d7a;};return _0x16b1();}const e={'boards-mind-ui':{'alignBottom':_0x1d6eab(0x1e9),'alignMiddle':_0x1d6eab(0x1df),'alignTop':_0x1d6eab(0x1d8),'alignJustify':'両端揃え','alignRight':'右揃え','alignCenter':'中央揃え','alignLeft':'左揃え','saveDescription':'保存','descriptionPlaceholder':'このノードの説明を追加','description':'説明','cancel':'キャンセル','panel':{'title':_0x1d6eab(0x1e3),'tab':{'importExport':_0x1d6eab(0x1e1),'layout':_0x1d6eab(0x1e8),'structure':'構造'},'layout':{'both':'両側','left':'左','right':'右'},'structureKind':{'mindmapHorizontal':'横方向のマインドマップ','mindmapVertical':_0x1d6eab(0x1f1),'treeRight':_0x1d6eab(0x1f4),'treeLeft':'左向きツリー','treeAlternate':'交互ツリー','timelineHorizontal':_0x1d6eab(0x1da),'timelineVertical':_0x1d6eab(0x1dc)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0x1d6eab(0x1f7),'orthogonal':_0x1d6eab(0x1ea)},'addText':_0x1d6eab(0x1ec),'cancel':'キャンセル','emptyNodes':'ノードがありません','exportOPML':_0x1d6eab(0x1f0),'importOPML':'OPML\x20をインポート','pasteOPML':_0x1d6eab(0x1eb),'rename':'名前を変更','renamePrompt':_0x1d6eab(0x1e7),'searchNodes':_0x1d6eab(0x1d7),'spacing':{'branchGap':_0x1d6eab(0x1ef),'parentGap':_0x1d6eab(0x1f2),'siblingGap':'兄弟間隔'}},'toolbar':{'primary':{'line':_0x1d6eab(0x1e5),'fontColor':_0x1d6eab(0x1f8),'typography':_0x1d6eab(0x1f9),'more':'その他'},'panel':{'line':'線','typography':'文字組み','more':_0x1d6eab(0x1de)},'action':{'addChild':'子ノードを追加','addSibling':_0x1d6eab(0x1e4),'copy':_0x1d6eab(0x1e0),'delete':'削除','fill':_0x1d6eab(0x1e6),'fontColor':_0x1d6eab(0x1f8),'layout':'レイアウト','paste':'貼り付け','stroke':'線'}}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0xc7fa(_0x28a4ff,_0x21bf8c){_0x28a4ff=_0x28a4ff-0xb9;const _0x5b2913=_0x5b29();let _0xc7faf0=_0x5b2913[_0x28a4ff];return _0xc7faf0;}function _0x5b29(){const _0x4999a8=['5DKoGCW','노드\x20없음','더\x20보기','129416TUCZMj','텍스트\x20추가','붙여넣기','2187436ModteA','양쪽\x20맞춤','1TQNJLl','글꼴\x20색','형제\x20노드\x20추가','직각\x20꺾은선','오른쪽\x20트리','OPML\x20가져오기','형제\x20간격','5218794KuFZPE','채우기','타이포그래피','자식\x20노드\x20추가','왼쪽\x20맞춤','810492oVMGcn','양방향\x20트리','연결선\x20스타일','81HMPeRr','1518402tQUAeo','가로\x20타임라인','OPML\x20XML\x20붙여넣기','OPML\x20내보내기','아래\x20맞춤','분기\x20간격','왼쪽\x20트리','마인드맵','601920NmleYk','가로\x20마인드맵','레이아웃','둥근\x20꺾은선','오른쪽','18534250jhvYeQ','가운데\x20정렬','마인드맵\x20노드\x20이름\x20바꾸기','가운데\x20맞춤'];_0x5b29=function(){return _0x4999a8;};return _0x5b29();}const _0x59df6b=_0xc7fa;(function(_0x1219e7,_0x372bab){const _0x2be0f6=_0xc7fa,_0x41da4f=_0x1219e7();while(!![]){try{const _0x5a153b=-parseInt(_0x2be0f6(0xd5))/0x1*(parseInt(_0x2be0f6(0xbc))/0x2)+-parseInt(_0x2be0f6(0xc4))/0x3+parseInt(_0x2be0f6(0xd3))/0x4*(parseInt(_0x2be0f6(0xcd))/0x5)+-parseInt(_0x2be0f6(0xe1))/0x6+-parseInt(_0x2be0f6(0xdc))/0x7+-parseInt(_0x2be0f6(0xd0))/0x8*(parseInt(_0x2be0f6(0xbb))/0x9)+parseInt(_0x2be0f6(0xc9))/0xa;if(_0x5a153b===_0x372bab)break;else _0x41da4f['push'](_0x41da4f['shift']());}catch(_0x1670b4){_0x41da4f['push'](_0x41da4f['shift']());}}}(_0x5b29,0x65212));const e={'boards-mind-ui':{'alignBottom':_0x59df6b(0xc0),'alignMiddle':_0x59df6b(0xcc),'alignTop':'위\x20맞춤','alignJustify':_0x59df6b(0xd4),'alignRight':'오른쪽\x20맞춤','alignCenter':_0x59df6b(0xca),'alignLeft':_0x59df6b(0xe0),'saveDescription':'저장','descriptionPlaceholder':'이\x20노드에\x20설명\x20추가','description':'설명','cancel':'취소','panel':{'title':_0x59df6b(0xc3),'tab':{'importExport':'가져오기/내보내기','layout':_0x59df6b(0xc6),'structure':'구조'},'layout':{'both':'양쪽','left':'왼쪽','right':_0x59df6b(0xc8)},'structureKind':{'mindmapHorizontal':_0x59df6b(0xc5),'mindmapVertical':'세로\x20마인드맵','treeRight':_0x59df6b(0xd9),'treeLeft':_0x59df6b(0xc2),'treeAlternate':_0x59df6b(0xb9),'timelineHorizontal':_0x59df6b(0xbd),'timelineVertical':'세로\x20타임라인'},'branchLineType':{'curve':'곡선','roundedOrthogonal':_0x59df6b(0xc7),'orthogonal':_0x59df6b(0xd8)},'addText':_0x59df6b(0xd1),'cancel':'취소','emptyNodes':_0x59df6b(0xce),'exportOPML':_0x59df6b(0xbf),'importOPML':_0x59df6b(0xda),'pasteOPML':_0x59df6b(0xbe),'rename':'이름\x20바꾸기','renamePrompt':_0x59df6b(0xcb),'searchNodes':'노드\x20검색','spacing':{'branchGap':_0x59df6b(0xc1),'parentGap':'부모\x20간격','siblingGap':_0x59df6b(0xdb)}},'toolbar':{'primary':{'line':_0x59df6b(0xba),'fontColor':_0x59df6b(0xd6),'typography':_0x59df6b(0xde),'more':_0x59df6b(0xcf)},'panel':{'line':'선','typography':_0x59df6b(0xde),'more':_0x59df6b(0xcf)},'action':{'addChild':_0x59df6b(0xdf),'addSibling':_0x59df6b(0xd7),'copy':'복사','delete':'삭제','fill':_0x59df6b(0xdd),'fontColor':_0x59df6b(0xd6),'layout':_0x59df6b(0xc6),'paste':_0x59df6b(0xd2),'stroke':'선'}}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x36becf=_0x1943;(function(_0x13d739,_0x1cadb7){const _0x4ac2f0=_0x1943,_0x42cab8=_0x13d739();while(!![]){try{const _0x5dccba=parseInt(_0x4ac2f0(0x163))/0x1+parseInt(_0x4ac2f0(0x173))/0x2+parseInt(_0x4ac2f0(0x170))/0x3*(parseInt(_0x4ac2f0(0x175))/0x4)+-parseInt(_0x4ac2f0(0x164))/0x5+-parseInt(_0x4ac2f0(0x181))/0x6*(-parseInt(_0x4ac2f0(0x182))/0x7)+parseInt(_0x4ac2f0(0x16e))/0x8+parseInt(_0x4ac2f0(0x176))/0x9*(-parseInt(_0x4ac2f0(0x18b))/0xa);if(_0x5dccba===_0x1cadb7)break;else _0x42cab8['push'](_0x42cab8['shift']());}catch(_0x306a20){_0x42cab8['push'](_0x42cab8['shift']());}}}(_0x3771,0x98596));const e={'boards-mind-ui':{'alignBottom':_0x36becf(0x16c),'alignMiddle':_0x36becf(0x17f),'alignTop':_0x36becf(0x168),'alignJustify':_0x36becf(0x177),'alignRight':'Wyrównaj\x20do\x20prawej','alignCenter':_0x36becf(0x17f),'alignLeft':_0x36becf(0x165),'saveDescription':_0x36becf(0x185),'descriptionPlaceholder':_0x36becf(0x17c),'description':'Opis','cancel':_0x36becf(0x16d),'panel':{'title':_0x36becf(0x16f),'tab':{'importExport':'Import/Eksport','layout':_0x36becf(0x187),'structure':_0x36becf(0x160)},'layout':{'both':_0x36becf(0x171),'left':'Lewa','right':_0x36becf(0x174)},'structureKind':{'mindmapHorizontal':_0x36becf(0x178),'mindmapVertical':_0x36becf(0x17a),'treeRight':_0x36becf(0x15b),'treeLeft':_0x36becf(0x167),'treeAlternate':_0x36becf(0x161),'timelineHorizontal':_0x36becf(0x15f),'timelineVertical':_0x36becf(0x18c)},'branchLineType':{'curve':_0x36becf(0x17d),'roundedOrthogonal':_0x36becf(0x16b),'orthogonal':_0x36becf(0x166)},'addText':_0x36becf(0x162),'cancel':_0x36becf(0x16d),'emptyNodes':_0x36becf(0x179),'exportOPML':_0x36becf(0x172),'importOPML':'Importuj\x20OPML','pasteOPML':_0x36becf(0x18a),'rename':_0x36becf(0x169),'renamePrompt':'Zmień\x20nazwę\x20węzła\x20mapy\x20myśli','searchNodes':'Szukaj\x20węzłów','spacing':{'branchGap':_0x36becf(0x184),'parentGap':_0x36becf(0x15e),'siblingGap':_0x36becf(0x15a)}},'toolbar':{'primary':{'line':_0x36becf(0x183),'fontColor':_0x36becf(0x188),'typography':_0x36becf(0x17e),'more':'Więcej'},'panel':{'line':'Linia','typography':_0x36becf(0x17e),'more':'Więcej'},'action':{'addChild':_0x36becf(0x16a),'addSibling':_0x36becf(0x15d),'copy':_0x36becf(0x15c),'delete':_0x36becf(0x17b),'fill':_0x36becf(0x189),'fontColor':_0x36becf(0x188),'layout':_0x36becf(0x187),'paste':_0x36becf(0x180),'stroke':_0x36becf(0x186)}}}};function _0x1943(_0x3df042,_0x56ffe6){_0x3df042=_0x3df042-0x15a;const _0x3771f5=_0x3771();let _0x194305=_0x3771f5[_0x3df042];return _0x194305;}function _0x3771(){const _0x3c4af0=['Dodaj\x20opis\x20tego\x20węzła','Krzywa','Typografia','Wyrównaj\x20do\x20środka','Wklej','1974858uAvoZO','21HuFIrp','Styl\x20łącznika','Odstęp\x20gałęzi','Zapisz','Kontur','Układ','Kolor\x20czcionki','Wypełnienie','Wklej\x20XML\x20OPML','20PEZlaX','Pionowa\x20oś\x20czasu','Odstęp\x20rodzeństwa','Drzewo\x20w\x20prawo','Kopiuj','Dodaj\x20rodzeństwo','Odstęp\x20rodzica','Pozioma\x20oś\x20czasu','Struktura','Drzewo\x20naprzemienne','Dodaj\x20tekst','817764Jbfveb','5316130FjUfaC','Wyrównaj\x20do\x20lewej','Kąt\x20prosty','Drzewo\x20w\x20lewo','Wyrównaj\x20do\x20góry','Zmień\x20nazwę','Dodaj\x20dziecko','Zaokrąglone\x20kolano','Wyrównaj\x20do\x20dołu','Anuluj','4693384vmMDOR','Mapa\x20myśli','12LTdPTH','Obie\x20strony','Eksportuj\x20OPML','1976600asXXeV','Prawa','1168316hiHutT','12875553zUucdQ','Wyjustuj','Pozioma\x20mapa\x20myśli','Brak\x20węzłów','Pionowa\x20mapa\x20myśli','Usuń'];_0x3771=function(){return _0x3c4af0;};return _0x3771();}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x132b(){const _0x3a021e=['Renomear\x20nó\x20do\x20mapa\x20mental','Ambos\x20os\x20lados','Tipografia','Alinhar\x20à\x20direita','Importar\x20OPML','Pesquisar\x20nós','Alinhar\x20acima','Adicionar\x20irmão','Adicionar\x20filho','Mais','6789928xSkiuq','Cotovelo\x20arredondado','38288514BeWmZQ','Salvar','Curva','6PSfxWU','Contorno','Centralizar','Alinhar\x20à\x20esquerda','6301386vddSpJ','Árvore\x20à\x20direita','Copiar','20MXoPnq','Adicionar\x20uma\x20descrição\x20a\x20este\x20nó','Renomear','Espaço\x20do\x20pai','2122425qiSqvY','Exportar\x20OPML','Importar/Exportar','Adicionar\x20texto','Mapa\x20mental\x20vertical','Alinhar\x20abaixo','5OPxWZY','Mapa\x20mental','Cor\x20da\x20fonte','2853352xJIMFg','Linha\x20do\x20tempo\x20horizontal','Colar\x20XML\x20OPML','Justificar','Esquerda','2639rylArf','Descrição','Cancelar','17004JVWNAU','Nenhum\x20nó','492569gEpVpq'];_0x132b=function(){return _0x3a021e;};return _0x132b();}const _0x54b52c=_0x31a4;(function(_0x36b4b3,_0x4d4b51){const _0x195727=_0x31a4,_0x3d15aa=_0x36b4b3();while(!![]){try{const _0x1ae117=-parseInt(_0x195727(0xda))/0x1*(parseInt(_0x195727(0xea))/0x2)+-parseInt(_0x195727(0xc7))/0x3+parseInt(_0x195727(0xd0))/0x4*(parseInt(_0x195727(0xcd))/0x5)+-parseInt(_0x195727(0xd8))/0x6*(-parseInt(_0x195727(0xd5))/0x7)+-parseInt(_0x195727(0xe5))/0x8+parseInt(_0x195727(0xee))/0x9*(-parseInt(_0x195727(0xf1))/0xa)+parseInt(_0x195727(0xe7))/0xb;if(_0x1ae117===_0x4d4b51)break;else _0x3d15aa['push'](_0x3d15aa['shift']());}catch(_0x5590b8){_0x3d15aa['push'](_0x3d15aa['shift']());}}}(_0x132b,0xca38b));function _0x31a4(_0x549945,_0xf805ea){_0x549945=_0x549945-0xc6;const _0x132b91=_0x132b();let _0x31a445=_0x132b91[_0x549945];return _0x31a445;}const e={'boards-mind-ui':{'alignBottom':_0x54b52c(0xcc),'alignMiddle':'Alinhar\x20ao\x20meio','alignTop':_0x54b52c(0xe1),'alignJustify':_0x54b52c(0xd3),'alignRight':_0x54b52c(0xde),'alignCenter':_0x54b52c(0xec),'alignLeft':_0x54b52c(0xed),'saveDescription':_0x54b52c(0xe8),'descriptionPlaceholder':_0x54b52c(0xf2),'description':_0x54b52c(0xd6),'cancel':'Cancelar','panel':{'title':_0x54b52c(0xce),'tab':{'importExport':_0x54b52c(0xc9),'layout':'Layout','structure':'Estrutura'},'layout':{'both':_0x54b52c(0xdc),'left':_0x54b52c(0xd4),'right':'Direita'},'structureKind':{'mindmapHorizontal':'Mapa\x20mental\x20horizontal','mindmapVertical':_0x54b52c(0xcb),'treeRight':_0x54b52c(0xef),'treeLeft':'Árvore\x20à\x20esquerda','treeAlternate':'Árvore\x20alternada','timelineHorizontal':_0x54b52c(0xd1),'timelineVertical':'Linha\x20do\x20tempo\x20vertical'},'branchLineType':{'curve':_0x54b52c(0xe9),'roundedOrthogonal':_0x54b52c(0xe6),'orthogonal':'Ângulo\x20reto'},'addText':_0x54b52c(0xca),'cancel':_0x54b52c(0xd7),'emptyNodes':_0x54b52c(0xd9),'exportOPML':_0x54b52c(0xc8),'importOPML':_0x54b52c(0xdf),'pasteOPML':_0x54b52c(0xd2),'rename':_0x54b52c(0xf3),'renamePrompt':_0x54b52c(0xdb),'searchNodes':_0x54b52c(0xe0),'spacing':{'branchGap':'Espaço\x20entre\x20ramificações','parentGap':_0x54b52c(0xc6),'siblingGap':'Espaço\x20entre\x20irmãos'}},'toolbar':{'primary':{'line':'Estilo\x20do\x20conector','fontColor':_0x54b52c(0xcf),'typography':_0x54b52c(0xdd),'more':_0x54b52c(0xe4)},'panel':{'line':'Linha','typography':_0x54b52c(0xdd),'more':_0x54b52c(0xe4)},'action':{'addChild':_0x54b52c(0xe3),'addSibling':_0x54b52c(0xe2),'copy':_0x54b52c(0xf0),'delete':'Excluir','fill':'Preenchimento','fontColor':_0x54b52c(0xcf),'layout':'Layout','paste':'Colar','stroke':_0x54b52c(0xeb)}}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1fe631=_0x47d6;(function(_0x4c12b5,_0x20530b){const _0x2d6ca4=_0x47d6,_0x3b36a3=_0x4c12b5();while(!![]){try{const _0x59e541=parseInt(_0x2d6ca4(0x195))/0x1+parseInt(_0x2d6ca4(0x1a7))/0x2*(-parseInt(_0x2d6ca4(0x1b0))/0x3)+parseInt(_0x2d6ca4(0x1a8))/0x4*(parseInt(_0x2d6ca4(0x1ba))/0x5)+parseInt(_0x2d6ca4(0x197))/0x6+parseInt(_0x2d6ca4(0x1b6))/0x7*(parseInt(_0x2d6ca4(0x1ae))/0x8)+parseInt(_0x2d6ca4(0x1ad))/0x9+-parseInt(_0x2d6ca4(0x19f))/0xa;if(_0x59e541===_0x20530b)break;else _0x3b36a3['push'](_0x3b36a3['shift']());}catch(_0x5c64ee){_0x3b36a3['push'](_0x3b36a3['shift']());}}}(_0x1f29,0x7e4c7));function _0x1f29(){const _0xf73536=['Добавьте\x20описание\x20для\x20этого\x20узла','Еще','196116SCVlRW','Добавить\x20текст','3385116yzAtGx','Интервал\x20ветвей','Макет','Описание','Вертикальная\x20временная\x20шкала','Выровнять\x20влево','Отмена','По\x20ширине','13971400ApWmnc','Чередующееся\x20дерево','Кривая','Прямой\x20угол','Выровнять\x20по\x20середине','Цвет\x20шрифта','Копировать','Вертикальная\x20интеллект-карта','2gMPjbV','40772XNPYOx','Интервал\x20соседних\x20узлов','Сохранить','Дерево\x20вправо','Справа','6793002kXBkRC','424IZvVlD','Удалить','905739nYlDfB','Интервал\x20родителя','Стиль\x20соединителя','Импорт/экспорт','Горизонтальная\x20интеллект-карта','Выровнять\x20по\x20центру','84546mSEdCc','Заливка','Обводка','Поиск\x20узлов','30MByrzf','Линия'];_0x1f29=function(){return _0xf73536;};return _0x1f29();}function _0x47d6(_0x243ab8,_0x27b669){_0x243ab8=_0x243ab8-0x195;const _0x1f2987=_0x1f29();let _0x47d673=_0x1f2987[_0x243ab8];return _0x47d673;}const e={'boards-mind-ui':{'alignBottom':'Выровнять\x20по\x20нижнему\x20краю','alignMiddle':_0x1fe631(0x1a3),'alignTop':'Выровнять\x20по\x20верхнему\x20краю','alignJustify':_0x1fe631(0x19e),'alignRight':'Выровнять\x20вправо','alignCenter':_0x1fe631(0x1b5),'alignLeft':_0x1fe631(0x19c),'saveDescription':_0x1fe631(0x1aa),'descriptionPlaceholder':_0x1fe631(0x1bc),'description':_0x1fe631(0x19a),'cancel':_0x1fe631(0x19d),'panel':{'title':'Интеллект-карта','tab':{'importExport':_0x1fe631(0x1b3),'layout':_0x1fe631(0x199),'structure':'Структура'},'layout':{'both':'С\x20обеих\x20сторон','left':'Слева','right':_0x1fe631(0x1ac)},'structureKind':{'mindmapHorizontal':_0x1fe631(0x1b4),'mindmapVertical':_0x1fe631(0x1a6),'treeRight':_0x1fe631(0x1ab),'treeLeft':'Дерево\x20влево','treeAlternate':_0x1fe631(0x1a0),'timelineHorizontal':'Горизонтальная\x20временная\x20шкала','timelineVertical':_0x1fe631(0x19b)},'branchLineType':{'curve':_0x1fe631(0x1a1),'roundedOrthogonal':'Скругленный\x20изгиб','orthogonal':_0x1fe631(0x1a2)},'addText':_0x1fe631(0x196),'cancel':_0x1fe631(0x19d),'emptyNodes':'Нет\x20узлов','exportOPML':'Экспорт\x20OPML','importOPML':'Импорт\x20OPML','pasteOPML':'Вставить\x20XML\x20OPML','rename':'Переименовать','renamePrompt':'Переименовать\x20узел\x20интеллект-карты','searchNodes':_0x1fe631(0x1b9),'spacing':{'branchGap':_0x1fe631(0x198),'parentGap':_0x1fe631(0x1b1),'siblingGap':_0x1fe631(0x1a9)}},'toolbar':{'primary':{'line':_0x1fe631(0x1b2),'fontColor':_0x1fe631(0x1a4),'typography':'Типографика','more':_0x1fe631(0x1bd)},'panel':{'line':_0x1fe631(0x1bb),'typography':'Типографика','more':_0x1fe631(0x1bd)},'action':{'addChild':'Добавить\x20дочерний\x20узел','addSibling':'Добавить\x20соседний\x20узел','copy':_0x1fe631(0x1a5),'delete':_0x1fe631(0x1af),'fill':_0x1fe631(0x1b7),'fontColor':_0x1fe631(0x1a4),'layout':'Макет','paste':'Вставить','stroke':_0x1fe631(0x1b8)}}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x5f7fae=_0x3f59;(function(_0x13f025,_0x196ec6){const _0x3a7f7f=_0x3f59,_0xeac89c=_0x13f025();while(!![]){try{const _0x33ca07=-parseInt(_0x3a7f7f(0x1a2))/0x1*(parseInt(_0x3a7f7f(0x194))/0x2)+parseInt(_0x3a7f7f(0x1a9))/0x3*(parseInt(_0x3a7f7f(0x195))/0x4)+-parseInt(_0x3a7f7f(0x186))/0x5+-parseInt(_0x3a7f7f(0x1a6))/0x6*(parseInt(_0x3a7f7f(0x191))/0x7)+-parseInt(_0x3a7f7f(0x19e))/0x8*(parseInt(_0x3a7f7f(0x1b5))/0x9)+parseInt(_0x3a7f7f(0x19b))/0xa*(parseInt(_0x3a7f7f(0x1af))/0xb)+parseInt(_0x3a7f7f(0x1b1))/0xc;if(_0x33ca07===_0x196ec6)break;else _0xeac89c['push'](_0xeac89c['shift']());}catch(_0x6cca97){_0xeac89c['push'](_0xeac89c['shift']());}}}(_0x5b49,0xbe1f6));function _0x3f59(_0x1dfb50,_0x44bdb0){_0x1dfb50=_0x1dfb50-0x185;const _0x5b4926=_0x5b49();let _0x3f5976=_0x5b4926[_0x1dfb50];return _0x3f5976;}function _0x5b49(){const _0x20d427=['5395916iZxYaj','Medzera\x20súrodencov','Vertikálna\x20časová\x20os','Viac','Rozloženie','Zaoblené\x20koleno','113510yRGjnS','Farba\x20písma','Kopirovat','148160tOTSsF','Hľadať\x20uzly','Pridat\x20surodenca','Strom\x20doľava','37dcOQQs','Štýl\x20spojnice','Štruktúra','Uložiť','337998kGyPSU','Vertikálna\x20myšlienková\x20mapa','Horizontálna\x20myšlienková\x20mapa','3VcCjqM','Popis','Importovať\x20OPML','Medzera\x20vetiev','Typografia','Premenovať\x20uzol\x20myšlienkovej\x20mapy','286ajTjJq','Horizontálna\x20časová\x20os','35733012HsAaUh','Prilepiť','Žiadne\x20uzly','Odstranit','594AaqLQs','Zarovnat\x20do\x20bloku','3712785oHFFGy','Zarovnat\x20nadol','Striedavý\x20strom','Pridajte\x20popis\x20tohto\x20uzla','Import/Export','Vypln','Zarovnat\x20na\x20stred','Premenovať','Vpravo','Zrušiť','Exportovať\x20OPML','84HESQpF','Pravý\x20uhol','Obrys','64986wdcWBb'];_0x5b49=function(){return _0x20d427;};return _0x5b49();}const e={'boards-mind-ui':{'alignBottom':_0x5f7fae(0x187),'alignMiddle':_0x5f7fae(0x18c),'alignTop':'Zarovnat\x20nahor','alignJustify':_0x5f7fae(0x185),'alignRight':'Zarovnať\x20doprava','alignCenter':'Zarovnat\x20na\x20stred','alignLeft':'Zarovnať\x20doľava','saveDescription':_0x5f7fae(0x1a5),'descriptionPlaceholder':_0x5f7fae(0x189),'description':_0x5f7fae(0x1aa),'cancel':_0x5f7fae(0x18f),'panel':{'title':'Myšlienková\x20mapa','tab':{'importExport':_0x5f7fae(0x18a),'layout':'Rozloženie','structure':_0x5f7fae(0x1a4)},'layout':{'both':'Obe\x20strany','left':'Vľavo','right':_0x5f7fae(0x18e)},'structureKind':{'mindmapHorizontal':_0x5f7fae(0x1a8),'mindmapVertical':_0x5f7fae(0x1a7),'treeRight':'Strom\x20doprava','treeLeft':_0x5f7fae(0x1a1),'treeAlternate':_0x5f7fae(0x188),'timelineHorizontal':_0x5f7fae(0x1b0),'timelineVertical':_0x5f7fae(0x197)},'branchLineType':{'curve':'Krivka','roundedOrthogonal':_0x5f7fae(0x19a),'orthogonal':_0x5f7fae(0x192)},'addText':'Pridať\x20text','cancel':_0x5f7fae(0x18f),'emptyNodes':_0x5f7fae(0x1b3),'exportOPML':_0x5f7fae(0x190),'importOPML':_0x5f7fae(0x1ab),'pasteOPML':'Prilepiť\x20OPML\x20XML','rename':_0x5f7fae(0x18d),'renamePrompt':_0x5f7fae(0x1ae),'searchNodes':_0x5f7fae(0x19f),'spacing':{'branchGap':_0x5f7fae(0x1ac),'parentGap':'Medzera\x20rodica','siblingGap':_0x5f7fae(0x196)}},'toolbar':{'primary':{'line':_0x5f7fae(0x1a3),'fontColor':_0x5f7fae(0x19c),'typography':'Typografia','more':_0x5f7fae(0x198)},'panel':{'line':'Ciara','typography':_0x5f7fae(0x1ad),'more':_0x5f7fae(0x198)},'action':{'addChild':'Pridat\x20dieta','addSibling':_0x5f7fae(0x1a0),'copy':_0x5f7fae(0x19d),'delete':_0x5f7fae(0x1b4),'fill':_0x5f7fae(0x18b),'fontColor':_0x5f7fae(0x19c),'layout':_0x5f7fae(0x199),'paste':_0x5f7fae(0x1b2),'stroke':_0x5f7fae(0x193)}}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x482b56=_0x366c;function _0x366c(_0x52eca9,_0x11948d){_0x52eca9=_0x52eca9-0x64;const _0x3c7878=_0x3c78();let _0x366cb3=_0x3c7878[_0x52eca9];return _0x366cb3;}(function(_0x4c488f,_0x2981fb){const _0xd993c6=_0x366c,_0x47e0f1=_0x4c488f();while(!![]){try{const _0x340a56=parseInt(_0xd993c6(0x83))/0x1+-parseInt(_0xd993c6(0x71))/0x2*(parseInt(_0xd993c6(0x8c))/0x3)+-parseInt(_0xd993c6(0x6d))/0x4+-parseInt(_0xd993c6(0x74))/0x5*(parseInt(_0xd993c6(0x79))/0x6)+-parseInt(_0xd993c6(0x75))/0x7+-parseInt(_0xd993c6(0x7e))/0x8*(-parseInt(_0xd993c6(0x69))/0x9)+-parseInt(_0xd993c6(0x6c))/0xa*(-parseInt(_0xd993c6(0x80))/0xb);if(_0x340a56===_0x2981fb)break;else _0x47e0f1['push'](_0x47e0f1['shift']());}catch(_0x10a5f6){_0x47e0f1['push'](_0x47e0f1['shift']());}}}(_0x3c78,0x9b35f));const e={'boards-mind-ui':{'alignBottom':_0x482b56(0x91),'alignMiddle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','alignTop':_0x482b56(0x78),'alignJustify':'Căn\x20đều','alignRight':'Căn\x20phải','alignCenter':'Căn\x20giữa','alignLeft':_0x482b56(0x6f),'saveDescription':_0x482b56(0x67),'descriptionPlaceholder':'Thêm\x20mô\x20tả\x20cho\x20nút\x20này','description':_0x482b56(0x8e),'cancel':_0x482b56(0x88),'panel':{'title':_0x482b56(0x76),'tab':{'importExport':_0x482b56(0x70),'layout':_0x482b56(0x92),'structure':'Cấu\x20trúc'},'layout':{'both':_0x482b56(0x65),'left':_0x482b56(0x94),'right':'Bên\x20phải'},'structureKind':{'mindmapHorizontal':_0x482b56(0x6a),'mindmapVertical':_0x482b56(0x90),'treeRight':_0x482b56(0x89),'treeLeft':_0x482b56(0x8a),'treeAlternate':_0x482b56(0x68),'timelineHorizontal':_0x482b56(0x85),'timelineVertical':_0x482b56(0x7a)},'branchLineType':{'curve':'Đường\x20cong','roundedOrthogonal':'Góc\x20bo\x20tròn','orthogonal':_0x482b56(0x7f)},'addText':_0x482b56(0x8b),'cancel':_0x482b56(0x88),'emptyNodes':_0x482b56(0x93),'exportOPML':_0x482b56(0x73),'importOPML':_0x482b56(0x7c),'pasteOPML':_0x482b56(0x87),'rename':_0x482b56(0x82),'renamePrompt':_0x482b56(0x8f),'searchNodes':'Tìm\x20nút','spacing':{'branchGap':_0x482b56(0x6e),'parentGap':'Khoảng\x20cách\x20nút\x20cha','siblingGap':_0x482b56(0x7d)}},'toolbar':{'primary':{'line':'Kiểu\x20đường\x20nối','fontColor':_0x482b56(0x84),'typography':_0x482b56(0x72),'more':_0x482b56(0x86)},'panel':{'line':_0x482b56(0x6b),'typography':_0x482b56(0x72),'more':'Thêm'},'action':{'addChild':_0x482b56(0x66),'addSibling':_0x482b56(0x64),'copy':_0x482b56(0x95),'delete':_0x482b56(0x81),'fill':_0x482b56(0x77),'fontColor':_0x482b56(0x84),'layout':_0x482b56(0x92),'paste':_0x482b56(0x7b),'stroke':_0x482b56(0x8d)}}}};export{e as default};function _0x3c78(){const _0xd40ce9=['Tô\x20màu','Căn\x20trên','2514OMXMAT','Dòng\x20thời\x20gian\x20dọc','Dán','Nhập\x20OPML','Khoảng\x20cách\x20nút\x20cùng\x20cấp','1128OGgoMa','Góc\x20vuông','505406SZUNhA','Xóa','Đổi\x20tên','114337hmxUlJ','Màu\x20chữ','Dòng\x20thời\x20gian\x20ngang','Thêm','Dán\x20XML\x20OPML','Hủy','Cây\x20hướng\x20phải','Cây\x20hướng\x20trái','Thêm\x20văn\x20bản','102669hILykX','Viền','Mô\x20tả','Đổi\x20tên\x20nút\x20sơ\x20đồ\x20tư\x20duy','Sơ\x20đồ\x20tư\x20duy\x20dọc','Căn\x20dưới','Bố\x20cục','Không\x20có\x20nút','Bên\x20trái','Sao\x20chép','Thêm\x20nút\x20cùng\x20cấp','Hai\x20bên','Thêm\x20nút\x20con','Lưu','Cây\x20xen\x20kẽ','74619ydNARb','Sơ\x20đồ\x20tư\x20duy\x20ngang','Đường','320sKysaG','2503684yHBqjg','Khoảng\x20cách\x20nhánh','Căn\x20trái','Nhập/Xuất','14aFNRQH','Kiểu\x20chữ','Xuất\x20OPML','6575BbIPtE','4910010KZwsfs','Sơ\x20đồ\x20tư\x20duy'];_0x3c78=function(){return _0xd40ce9;};return _0x3c78();}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x15ab21=_0x3ec3;(function(_0x3a80ba,_0x238a3b){const _0x1da372=_0x3ec3,_0x39edfe=_0x3a80ba();while(!![]){try{const _0xe31fdf=parseInt(_0x1da372(0x161))/0x1+parseInt(_0x1da372(0x174))/0x2*(-parseInt(_0x1da372(0x162))/0x3)+-parseInt(_0x1da372(0x16d))/0x4*(-parseInt(_0x1da372(0x15d))/0x5)+parseInt(_0x1da372(0x16c))/0x6+-parseInt(_0x1da372(0x17a))/0x7+parseInt(_0x1da372(0x16a))/0x8*(-parseInt(_0x1da372(0x175))/0x9)+parseInt(_0x1da372(0x169))/0xa;if(_0xe31fdf===_0x238a3b)break;else _0x39edfe['push'](_0x39edfe['shift']());}catch(_0x402d36){_0x39edfe['push'](_0x39edfe['shift']());}}}(_0x228b,0x3e94c));function _0x228b(){const _0x4e1ce7=['两端对齐','968975GbZgjd','左对齐','横向时间线','左侧树形图','纵向时间线','重命名','分支间距','粘贴\x20OPML\x20XML','1445KCqCdY','添加同级节点','顶部对齐','左右树形图','133458tjucKd','423iMdRjr','字体颜色','连接线样式','底部对齐','导入/导出','居中对齐','上下思维导图','1274270ZzGMwV','745768aVLKRL','暂无节点','565632SNUgMK','4028EQnSap','左右思维导图','添加文本','导入\x20OPML','右对齐','导出\x20OPML','为当前节点添加描述','2244VKybZo','9deeAud','直角折线','垂直居中','添加子节点'];_0x228b=function(){return _0x4e1ce7;};return _0x228b();}const e={'boards-mind-ui':{'alignBottom':_0x15ab21(0x165),'alignMiddle':_0x15ab21(0x177),'alignTop':_0x15ab21(0x15f),'alignJustify':_0x15ab21(0x179),'alignRight':_0x15ab21(0x171),'alignCenter':_0x15ab21(0x167),'alignLeft':_0x15ab21(0x17b),'saveDescription':'保存','descriptionPlaceholder':_0x15ab21(0x173),'description':'描述','cancel':'取消','panel':{'title':'思维导图','tab':{'importExport':_0x15ab21(0x166),'layout':'布局','structure':'结构'},'layout':{'both':'双向','left':'左侧','right':'右侧'},'structureKind':{'mindmapHorizontal':_0x15ab21(0x16e),'mindmapVertical':_0x15ab21(0x168),'treeRight':'右侧树形图','treeLeft':_0x15ab21(0x158),'treeAlternate':_0x15ab21(0x160),'timelineHorizontal':_0x15ab21(0x157),'timelineVertical':_0x15ab21(0x159)},'branchLineType':{'curve':'曲线','roundedOrthogonal':'圆角折线','orthogonal':_0x15ab21(0x176)},'addText':_0x15ab21(0x16f),'cancel':'取消','emptyNodes':_0x15ab21(0x16b),'exportOPML':_0x15ab21(0x172),'importOPML':_0x15ab21(0x170),'pasteOPML':_0x15ab21(0x15c),'rename':_0x15ab21(0x15a),'renamePrompt':'重命名思维导图节点','searchNodes':'搜索节点','spacing':{'branchGap':_0x15ab21(0x15b),'parentGap':'父子间距','siblingGap':'同级间距'}},'toolbar':{'primary':{'line':_0x15ab21(0x164),'fontColor':'字体颜色','typography':'排版','more':'更多'},'panel':{'line':'线条','typography':'排版','more':'更多'},'action':{'addChild':_0x15ab21(0x178),'addSibling':_0x15ab21(0x15e),'copy':'复制','delete':'删除','fill':'填充','fontColor':_0x15ab21(0x163),'layout':'布局','paste':'粘贴','stroke':'描边'}}}};function _0x3ec3(_0x4295ae,_0x394068){_0x4295ae=_0x4295ae-0x157;const _0x228be0=_0x228b();let _0x3ec35f=_0x228be0[_0x4295ae];return _0x3ec35f;}export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
function _0x2548(_0x34f055,_0x4294dd){_0x34f055=_0x34f055-0x89;const _0x47e073=_0x47e0();let _0x25482c=_0x47e073[_0x34f055];return _0x25482c;}const _0x44252f=_0x2548;function _0x47e0(){const _0x42ed10=['靠左對齊','連接線樣式','匯出\x20OPML','右側樹狀圖','622059pPwyBt','15fSdDmo','匯入/匯出','直角折線','663978bNZCwz','字型顏色','重新命名','靠上對齊','重新命名心智圖節點','17529876SnbfdZ','靠右對齊','新增子節點','為目前節點新增描述','新增文字','心智圖','628400higQwJ','匯入\x20OPML','貼上\x20OPML\x20XML','文字排版','置中對齊','13168LpfsRF','橫向時間軸','365560vxYsGB','版面配置','垂直置中','橫向心智圖','2343564keAWPm','1757vLURpG','新增同層節點','分支間距','縱向時間軸','沒有節點','同層間距'];_0x47e0=function(){return _0x42ed10;};return _0x47e0();}(function(_0x5e0106,_0x5572e6){const _0x168621=_0x2548,_0x453783=_0x5e0106();while(!![]){try{const _0x8fcf09=-parseInt(_0x168621(0x96))/0x1+parseInt(_0x168621(0x8f))/0x2+-parseInt(_0x168621(0xa5))/0x3+-parseInt(_0x168621(0x9a))/0x4+-parseInt(_0x168621(0xa6))/0x5*(parseInt(_0x168621(0xa9))/0x6)+parseInt(_0x168621(0x9b))/0x7*(-parseInt(_0x168621(0x94))/0x8)+parseInt(_0x168621(0x89))/0x9;if(_0x8fcf09===_0x5572e6)break;else _0x453783['push'](_0x453783['shift']());}catch(_0xa5c1d1){_0x453783['push'](_0x453783['shift']());}}}(_0x47e0,0x57689));const e={'boards-mind-ui':{'alignBottom':'靠下對齊','alignMiddle':_0x44252f(0x98),'alignTop':_0x44252f(0xac),'alignJustify':'左右對齊','alignRight':_0x44252f(0x8a),'alignCenter':_0x44252f(0x93),'alignLeft':_0x44252f(0xa1),'saveDescription':'儲存','descriptionPlaceholder':_0x44252f(0x8c),'description':'描述','cancel':'取消','panel':{'title':_0x44252f(0x8e),'tab':{'importExport':_0x44252f(0xa7),'layout':_0x44252f(0x97),'structure':'結構'},'layout':{'both':'雙向','left':'左側','right':'右側'},'structureKind':{'mindmapHorizontal':_0x44252f(0x99),'mindmapVertical':'縱向心智圖','treeRight':_0x44252f(0xa4),'treeLeft':'左側樹狀圖','treeAlternate':'左右樹狀圖','timelineHorizontal':_0x44252f(0x95),'timelineVertical':_0x44252f(0x9e)},'branchLineType':{'curve':'曲線','roundedOrthogonal':'圓角折線','orthogonal':_0x44252f(0xa8)},'addText':_0x44252f(0x8d),'cancel':'取消','emptyNodes':_0x44252f(0x9f),'exportOPML':_0x44252f(0xa3),'importOPML':_0x44252f(0x90),'pasteOPML':_0x44252f(0x91),'rename':_0x44252f(0xab),'renamePrompt':_0x44252f(0xad),'searchNodes':'搜尋節點','spacing':{'branchGap':_0x44252f(0x9d),'parentGap':'父子間距','siblingGap':_0x44252f(0xa0)}},'toolbar':{'primary':{'line':_0x44252f(0xa2),'fontColor':_0x44252f(0xaa),'typography':_0x44252f(0x92),'more':'更多'},'panel':{'line':'線條','typography':_0x44252f(0x92),'more':'更多'},'action':{'addChild':_0x44252f(0x8b),'addSibling':_0x44252f(0x9c),'copy':'複製','delete':'刪除','fill':'填滿','fontColor':'字型顏色','layout':_0x44252f(0x97),'paste':'貼上','stroke':'外框'}}}};export{e as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const _0x1b4c5c=_0x251c;(function(_0x55ceef,_0x3e4c1a){const _0x3ed3d8=_0x251c,_0x8013a1=_0x55ceef();while(!![]){try{const _0x3c0561=-parseInt(_0x3ed3d8(0x116))/0x1+-parseInt(_0x3ed3d8(0x108))/0x2+parseInt(_0x3ed3d8(0x119))/0x3*(parseInt(_0x3ed3d8(0x113))/0x4)+-parseInt(_0x3ed3d8(0x122))/0x5*(-parseInt(_0x3ed3d8(0x111))/0x6)+parseInt(_0x3ed3d8(0x10f))/0x7+-parseInt(_0x3ed3d8(0x11d))/0x8*(parseInt(_0x3ed3d8(0x115))/0x9)+-parseInt(_0x3ed3d8(0x11b))/0xa*(parseInt(_0x3ed3d8(0x10e))/0xb);if(_0x3c0561===_0x3e4c1a)break;else _0x8013a1['push'](_0x8013a1['shift']());}catch(_0x3d2c7b){_0x8013a1['push'](_0x8013a1['shift']());}}}(_0x6552,0x97447));function _0x251c(_0x4a76d3,_0x464302){_0x4a76d3=_0x4a76d3-0x104;const _0x6552f=_0x6552();let _0x251c56=_0x6552f[_0x4a76d3];return _0x251c56;}const e={'boards-mind-ui':{'alignBottom':'靠下對齊','alignMiddle':'垂直置中','alignTop':_0x1b4c5c(0x109),'alignJustify':'左右對齊','alignRight':'靠右對齊','alignCenter':_0x1b4c5c(0x105),'alignLeft':_0x1b4c5c(0x10d),'saveDescription':'儲存','descriptionPlaceholder':_0x1b4c5c(0x107),'description':'描述','cancel':'取消','panel':{'title':'心智圖','tab':{'importExport':_0x1b4c5c(0x124),'layout':'版面配置','structure':'結構'},'layout':{'both':'雙向','left':'左側','right':'右側'},'structureKind':{'mindmapHorizontal':_0x1b4c5c(0x106),'mindmapVertical':_0x1b4c5c(0x10c),'treeRight':_0x1b4c5c(0x10a),'treeLeft':'左側樹狀圖','treeAlternate':_0x1b4c5c(0x114),'timelineHorizontal':_0x1b4c5c(0x11f),'timelineVertical':_0x1b4c5c(0x11a)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0x1b4c5c(0x118),'orthogonal':'直角折線'},'addText':'新增文字','cancel':'取消','emptyNodes':'沒有節點','exportOPML':'匯出\x20OPML','importOPML':'匯入\x20OPML','pasteOPML':_0x1b4c5c(0x104),'rename':'重新命名','renamePrompt':_0x1b4c5c(0x121),'searchNodes':_0x1b4c5c(0x11c),'spacing':{'branchGap':_0x1b4c5c(0x123),'parentGap':_0x1b4c5c(0x10b),'siblingGap':_0x1b4c5c(0x11e)}},'toolbar':{'primary':{'line':'連接線樣式','fontColor':_0x1b4c5c(0x120),'typography':'文字排版','more':'更多'},'panel':{'line':'線條','typography':_0x1b4c5c(0x125),'more':'更多'},'action':{'addChild':_0x1b4c5c(0x117),'addSibling':_0x1b4c5c(0x112),'copy':'複製','delete':'刪除','fill':'填滿','fontColor':_0x1b4c5c(0x120),'layout':_0x1b4c5c(0x110),'paste':'貼上','stroke':'外框'}}}};export{e as default};function _0x6552(){const _0x36a36e=['498HtiWLl','新增同層節點','32yRKSQG','左右樹狀圖','48015GoXhmS','11649RqwPqe','新增子節點','圓角折線','71313GHohLh','縱向時間軸','10IiHbOA','搜尋節點','184FdrQGR','同層間距','橫向時間軸','字型顏色','重新命名心智圖節點','57235baertH','分支間距','匯入/匯出','文字排版','貼上\x20OPML\x20XML','置中對齊','橫向心智圖','為目前節點新增描述','1298926HmaxmM','靠上對齊','右側樹狀圖','父子間距','縱向心智圖','靠左對齊','4395699FWzTKX','4639236YmhlMI','版面配置'];_0x6552=function(){return _0x36a36e;};return _0x6552();}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IOperation } from '@univerjs/core';
|
|
2
|
+
export interface IOpenMindMapPanelOperationParams {
|
|
3
|
+
unitId: string;
|
|
4
|
+
subUnitId: string;
|
|
5
|
+
scopeId: string;
|
|
6
|
+
nodeId?: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const OpenMindMapPanelOperation: IOperation<IOpenMindMapPanelOperationParams>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
4
|
+
import { ICommandService, RxDisposable } from '@univerjs/core';
|
|
5
|
+
export declare class BoardMindMapAutosizeLayoutRenderController extends RxDisposable implements IRenderModule {
|
|
6
|
+
private readonly _renderContext;
|
|
7
|
+
private readonly _boardElementService;
|
|
8
|
+
private readonly _commandService;
|
|
9
|
+
private readonly _nodeSizeByKey;
|
|
10
|
+
private readonly _queuedLayouts;
|
|
11
|
+
private readonly _debouncedLayouts;
|
|
12
|
+
private _layoutFlushScheduled;
|
|
13
|
+
private _debouncedLayoutTimer;
|
|
14
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _boardElementService: IBoardElementService, _commandService: ICommandService);
|
|
15
|
+
private _init;
|
|
16
|
+
private _seedExistingNodeSizes;
|
|
17
|
+
private _handleElementUpdate;
|
|
18
|
+
private _rememberNodeSize;
|
|
19
|
+
private _resolveNodeSize;
|
|
20
|
+
private _queueLayout;
|
|
21
|
+
private _handleNodeUpdateCommand;
|
|
22
|
+
private _queueDebouncedLayout;
|
|
23
|
+
private _getElementKey;
|
|
24
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
4
|
+
import { IBoardElementStateService, IBoardUIStateService } from '@univerjs-pro/boards-ui';
|
|
5
|
+
import { ICommandService, IUniverInstanceService, RxDisposable } from '@univerjs/core';
|
|
6
|
+
export declare class BoardMindMapDragTopologyRenderController extends RxDisposable implements IRenderModule {
|
|
7
|
+
private readonly _renderContext;
|
|
8
|
+
private readonly _boardElementService;
|
|
9
|
+
private readonly _elementStateService;
|
|
10
|
+
private readonly _commandService;
|
|
11
|
+
private readonly _uiStateService?;
|
|
12
|
+
private readonly _instanceService?;
|
|
13
|
+
private _dragStart;
|
|
14
|
+
private _pointerDragStart;
|
|
15
|
+
private _dragPreviewObject;
|
|
16
|
+
private _childDragActivated;
|
|
17
|
+
private _lastChildDragAction;
|
|
18
|
+
private _objectPointerDisposables;
|
|
19
|
+
private _attachObjectPointerScheduled;
|
|
20
|
+
private _activePointerDragDisposables;
|
|
21
|
+
private _childDragSelectionHidden;
|
|
22
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _boardElementService: IBoardElementService, _elementStateService: IBoardElementStateService, _commandService: ICommandService, _uiStateService?: IBoardUIStateService | undefined, _instanceService?: IUniverInstanceService | undefined);
|
|
23
|
+
private _init;
|
|
24
|
+
private _subscribeElementDataChanges;
|
|
25
|
+
private _scheduleAttachObjectPointerListeners;
|
|
26
|
+
private _attachObjectPointerListeners;
|
|
27
|
+
private _resolveCurrentBoardContext;
|
|
28
|
+
private _captureDragStart;
|
|
29
|
+
private _capturePointerChildDragStart;
|
|
30
|
+
private _syncPointerChildDragPreview;
|
|
31
|
+
private _applyPointerChildDrag;
|
|
32
|
+
private _cancelPointerChildDrag;
|
|
33
|
+
private _attachActivePointerDragListeners;
|
|
34
|
+
private _findChildNodeAtPoint;
|
|
35
|
+
private _disposeActivePointerDragListeners;
|
|
36
|
+
private _syncDragPreview;
|
|
37
|
+
private _syncRootScopePreview;
|
|
38
|
+
private _syncRootReparentPreview;
|
|
39
|
+
private _syncChildDragPreview;
|
|
40
|
+
private _applyDragTopologyAction;
|
|
41
|
+
private _executeChildDragAction;
|
|
42
|
+
private _applyRootTranslation;
|
|
43
|
+
private _resolveChildDragTopologyAction;
|
|
44
|
+
private _isChildDragPastActivationThreshold;
|
|
45
|
+
private _getPointerLiveBounds;
|
|
46
|
+
private _getBoardPointFromEvent;
|
|
47
|
+
private _getPointerScreenPoint;
|
|
48
|
+
private _getZoomRatio;
|
|
49
|
+
private _isPointInBounds;
|
|
50
|
+
private _consumePointerEvent;
|
|
51
|
+
private _hideSelectionForChildDrag;
|
|
52
|
+
private _getLiveObjectBounds;
|
|
53
|
+
private _restoreObjectToDragStart;
|
|
54
|
+
private _createTopologyBoundsByElementId;
|
|
55
|
+
private _ensureDragPreviewObject;
|
|
56
|
+
private _syncChildDragPreviewObject;
|
|
57
|
+
private _resolvePreviewSourceBounds;
|
|
58
|
+
private _resolvePreviewTextStyle;
|
|
59
|
+
private _removeDragPreviewObject;
|
|
60
|
+
private _executeAndLayout;
|
|
61
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
4
|
+
import { BoardCanvasPopManagerService, BoardTextEditingService, IBoardElementStateService } from '@univerjs-pro/boards-ui';
|
|
5
|
+
import { RxDisposable } from '@univerjs/core';
|
|
6
|
+
import { ComponentManager } from '@univerjs/ui';
|
|
7
|
+
export declare class BoardMindMapFloatingToolbarRenderController extends RxDisposable implements IRenderModule {
|
|
8
|
+
private readonly _renderContext;
|
|
9
|
+
private readonly _componentManager;
|
|
10
|
+
private readonly _boardCanvasPopManagerService;
|
|
11
|
+
private readonly _boardElementService;
|
|
12
|
+
private readonly _elementStateService;
|
|
13
|
+
private readonly _boardTextEditingService;
|
|
14
|
+
private _popupDisposable;
|
|
15
|
+
private _popupSelectionKey;
|
|
16
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _componentManager: ComponentManager, _boardCanvasPopManagerService: BoardCanvasPopManagerService, _boardElementService: IBoardElementService, _elementStateService: IBoardElementStateService, _boardTextEditingService: BoardTextEditingService);
|
|
17
|
+
dispose(): void;
|
|
18
|
+
private _init;
|
|
19
|
+
private _clearPopup;
|
|
20
|
+
private _clearPopupIfSelectionChanged;
|
|
21
|
+
private _isPopupSelectionStillActive;
|
|
22
|
+
private _buildPopupSelectionKey;
|
|
23
|
+
private _resolveIncomingConnectorStyle;
|
|
24
|
+
private _showPopupForSelection;
|
|
25
|
+
private _resolveSelectedMindMapEntryFromState;
|
|
26
|
+
private _resolveSelectedEntry;
|
|
27
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { BoardTextEditingService, IBoardElementStateService, IBoardUIStateService } from '@univerjs-pro/boards-ui';
|
|
4
|
+
import { ICommandService, IUniverInstanceService, RxDisposable } from '@univerjs/core';
|
|
5
|
+
import { BoardMindMapInsertStateService } from '../services/board-mind-map-insert-state.service';
|
|
6
|
+
export declare class BoardMindMapInsertRenderController extends RxDisposable implements IRenderModule {
|
|
7
|
+
private readonly _renderContext;
|
|
8
|
+
private readonly _instanceSrv;
|
|
9
|
+
private readonly _stateService;
|
|
10
|
+
private readonly _commandService;
|
|
11
|
+
private readonly _insertStateService;
|
|
12
|
+
private readonly _elementStateService?;
|
|
13
|
+
private readonly _boardTextEditingService?;
|
|
14
|
+
private _previewObject;
|
|
15
|
+
private _lastPoint;
|
|
16
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _instanceSrv: IUniverInstanceService, _stateService: IBoardUIStateService, _commandService: ICommandService, _insertStateService: BoardMindMapInsertStateService, _elementStateService?: IBoardElementStateService | undefined, _boardTextEditingService?: BoardTextEditingService | undefined);
|
|
17
|
+
private _init;
|
|
18
|
+
private _syncSceneInputMode;
|
|
19
|
+
private _syncPreviewObject;
|
|
20
|
+
private _ensurePreviewObject;
|
|
21
|
+
private _removePreviewObject;
|
|
22
|
+
private _getPointFromEvent;
|
|
23
|
+
private _resolveRootTopLeft;
|
|
24
|
+
private _handlePointerMove;
|
|
25
|
+
private _handlePointerDown;
|
|
26
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { IBoardElementData } from '@univerjs-pro/boards';
|
|
2
|
+
import type { UnitModel } from '@univerjs/core';
|
|
3
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
4
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
5
|
+
import { BoardShapeIntrinsicSizeService, BoardTextEditingService } from '@univerjs-pro/boards-ui';
|
|
6
|
+
import { RxDisposable } from '@univerjs/core';
|
|
7
|
+
import { BoardMindMapPreviewRefreshService } from '../services/board-mind-map-preview-refresh.service';
|
|
8
|
+
interface IMindMapHostSize {
|
|
9
|
+
height: number;
|
|
10
|
+
width: number;
|
|
11
|
+
}
|
|
12
|
+
export declare function resolveMindMapHostSizeLayoutPreview(elementData: Record<string, IBoardElementData>, nodeId: string, size: IMindMapHostSize): Record<string, IBoardElementData> | null;
|
|
13
|
+
export declare class BoardMindMapIntrinsicSizeRenderController extends RxDisposable implements IRenderModule {
|
|
14
|
+
private readonly _renderContext;
|
|
15
|
+
private readonly _intrinsicSizeService;
|
|
16
|
+
private readonly _boardElementService;
|
|
17
|
+
private readonly _textEditingService?;
|
|
18
|
+
private readonly _previewRefreshService?;
|
|
19
|
+
private _activePreview;
|
|
20
|
+
private readonly _provider;
|
|
21
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _intrinsicSizeService: BoardShapeIntrinsicSizeService, _boardElementService: IBoardElementService, _textEditingService?: BoardTextEditingService | undefined, _previewRefreshService?: BoardMindMapPreviewRefreshService | undefined);
|
|
22
|
+
private _updateHostSize;
|
|
23
|
+
private _previewHostSize;
|
|
24
|
+
private _resolveHostSize;
|
|
25
|
+
private _initEditingRestore;
|
|
26
|
+
private _syncLayoutPreview;
|
|
27
|
+
private _restoreActivePreview;
|
|
28
|
+
private _syncElementDataToScene;
|
|
29
|
+
private _getSceneObject;
|
|
30
|
+
}
|
|
31
|
+
export {};
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
2
|
+
import { IMindMapClipboardService } from '@univerjs-pro/boards-mind';
|
|
3
|
+
import { BoardTextEditingService, IBoardElementStateService, IBoardUIStateService } from '@univerjs-pro/boards-ui';
|
|
4
|
+
import { ICommandService, RxDisposable } from '@univerjs/core';
|
|
5
|
+
import { IDialogService, IShortcutService } from '@univerjs/ui';
|
|
6
|
+
export declare const BOARD_MIND_MAP_KEYBOARD_SHORTCUT_OPERATION_ID = "board.operation.mind-map.keyboard-shortcut";
|
|
7
|
+
export type MindMapKeyboardShortcutAction = 'copy' | 'paste' | 'paste-as-new' | 'add-child' | 'add-sibling-or-child' | 'promote' | 'toggle-collapse' | 'collapse-all' | 'edit-text' | 'open-description' | 'delete' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-down';
|
|
8
|
+
export declare const BOARD_MIND_MAP_KEYBOARD_SHORTCUT_BINDINGS: Record<MindMapKeyboardShortcutAction, number>;
|
|
9
|
+
export declare const BOARD_MIND_MAP_KEYBOARD_SHORTCUT_EXTRA_BINDINGS: Partial<Record<MindMapKeyboardShortcutAction, readonly number[]>>;
|
|
10
|
+
export declare function getMindMapKeyboardShortcutBindings(action: MindMapKeyboardShortcutAction): readonly number[];
|
|
11
|
+
export declare class BoardMindMapKeyboardShortcutController extends RxDisposable {
|
|
12
|
+
private readonly _boardElementService;
|
|
13
|
+
private readonly _elementStateService;
|
|
14
|
+
private readonly _boardUIStateService;
|
|
15
|
+
private readonly _mindMapClipboardService;
|
|
16
|
+
private readonly _commandService;
|
|
17
|
+
private readonly _shortcutService;
|
|
18
|
+
private readonly _boardTextEditingService?;
|
|
19
|
+
private readonly _dialogService?;
|
|
20
|
+
constructor(_boardElementService: IBoardElementService, _elementStateService: IBoardElementStateService, _boardUIStateService: IBoardUIStateService, _mindMapClipboardService: IMindMapClipboardService, _commandService: ICommandService, _shortcutService: IShortcutService, _boardTextEditingService?: BoardTextEditingService | undefined, _dialogService?: IDialogService | undefined);
|
|
21
|
+
private _init;
|
|
22
|
+
private _createKeyboardShortcutOperation;
|
|
23
|
+
private _createShortcutItems;
|
|
24
|
+
private _handleShortcut;
|
|
25
|
+
private _copySelectedNode;
|
|
26
|
+
private _pasteUnderSelectedNode;
|
|
27
|
+
private _pasteAsNewMindMap;
|
|
28
|
+
private _addChild;
|
|
29
|
+
private _addSiblingOrChild;
|
|
30
|
+
private _executeNodeOperation;
|
|
31
|
+
private _collapseAll;
|
|
32
|
+
private _openSelectedTextEditing;
|
|
33
|
+
private _openDescriptionDialog;
|
|
34
|
+
private _navigateByTopology;
|
|
35
|
+
private _resolveArrowNavigationTarget;
|
|
36
|
+
private _getMindMapChildren;
|
|
37
|
+
private _getSelectedMindMapContext;
|
|
38
|
+
private _getBlankBoardContext;
|
|
39
|
+
private _executeAndLayout;
|
|
40
|
+
private _executeCreateAndEdit;
|
|
41
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import type { UnitModel } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
4
|
+
import { BoardTextEditingService, IBoardElementStateService, IBoardUIStateService } from '@univerjs-pro/boards-ui';
|
|
5
|
+
import { ICommandService, RxDisposable } from '@univerjs/core';
|
|
6
|
+
import { BoardMindMapPreviewRefreshService } from '../services/board-mind-map-preview-refresh.service';
|
|
7
|
+
export declare class BoardMindMapNodeControlsRenderController extends RxDisposable implements IRenderModule {
|
|
8
|
+
private readonly _renderContext;
|
|
9
|
+
private readonly _boardElementService;
|
|
10
|
+
private readonly _elementStateService;
|
|
11
|
+
private readonly _stateService;
|
|
12
|
+
private readonly _commandService;
|
|
13
|
+
private readonly _boardTextEditingService?;
|
|
14
|
+
private readonly _previewRefreshService?;
|
|
15
|
+
private _object;
|
|
16
|
+
private _objectEventDisposables;
|
|
17
|
+
private _activeNodeId;
|
|
18
|
+
private _activeScopeId;
|
|
19
|
+
constructor(_renderContext: IRenderContext<UnitModel>, _boardElementService: IBoardElementService, _elementStateService: IBoardElementStateService, _stateService: IBoardUIStateService, _commandService: ICommandService, _boardTextEditingService?: BoardTextEditingService | undefined, _previewRefreshService?: BoardMindMapPreviewRefreshService | undefined);
|
|
20
|
+
private _init;
|
|
21
|
+
private _ensureObject;
|
|
22
|
+
private _attachObjectEvents;
|
|
23
|
+
private _removeObject;
|
|
24
|
+
private _syncControls;
|
|
25
|
+
private _resolveControlSide;
|
|
26
|
+
private _resolveRootChildControlSides;
|
|
27
|
+
private _resolveCreateChildSide;
|
|
28
|
+
private _resolveControlBounds;
|
|
29
|
+
private _toFiniteBounds;
|
|
30
|
+
private _countDescendants;
|
|
31
|
+
private _handlePointerMove;
|
|
32
|
+
private _handlePointerDown;
|
|
33
|
+
private _isControlEvent;
|
|
34
|
+
private _consumeControlEvent;
|
|
35
|
+
private _executeAndLayout;
|
|
36
|
+
private _executeCreateAndEdit;
|
|
37
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { IOpenMindMapPanelOperationParams } from '../commands/operations/open-mind-map-panel.operation';
|
|
2
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
3
|
+
import { Disposable, ICommandService, LocaleService } from '@univerjs/core';
|
|
4
|
+
import { ComponentManager, ISidebarService } from '@univerjs/ui';
|
|
5
|
+
export declare class BoardMindMapPanelController extends Disposable {
|
|
6
|
+
private readonly _componentManager;
|
|
7
|
+
private readonly _commandService;
|
|
8
|
+
private readonly _localeService;
|
|
9
|
+
private readonly _sidebarService;
|
|
10
|
+
private readonly _boardElementService?;
|
|
11
|
+
private _sidebarDisposable;
|
|
12
|
+
constructor(_componentManager: ComponentManager, _commandService: ICommandService, _localeService: LocaleService, _sidebarService: ISidebarService, _boardElementService?: IBoardElementService | undefined);
|
|
13
|
+
dispose(): void;
|
|
14
|
+
open(params: IOpenMindMapPanelOperationParams): void;
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { IBoardElementService } from '@univerjs-pro/boards';
|
|
2
|
+
import { IBoardElementStateService } from '@univerjs-pro/boards-ui';
|
|
3
|
+
import { ICommandService, IContextService, RxDisposable } from '@univerjs/core';
|
|
4
|
+
import { IShortcutService } from '@univerjs/ui';
|
|
5
|
+
export declare const FOCUSING_MIND_MAP_TEXT_EDITOR = "FOCUSING_MIND_MAP_TEXT_EDITOR";
|
|
6
|
+
export declare class BoardMindMapTextEditingShortcutController extends RxDisposable {
|
|
7
|
+
private readonly _boardElementService;
|
|
8
|
+
private readonly _elementStateService;
|
|
9
|
+
private readonly _contextService;
|
|
10
|
+
private readonly _commandService;
|
|
11
|
+
private readonly _shortcutService;
|
|
12
|
+
constructor(_boardElementService: IBoardElementService, _elementStateService: IBoardElementStateService, _contextService: IContextService, _commandService: ICommandService, _shortcutService: IShortcutService);
|
|
13
|
+
private _init;
|
|
14
|
+
private _createQuoteShortcut;
|
|
15
|
+
private _syncMindMapTextEditorContext;
|
|
16
|
+
private _isEditingMindMapNode;
|
|
17
|
+
dispose(): void;
|
|
18
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
declare const locale: {
|
|
2
|
+
'boards-mind-ui': {
|
|
3
|
+
alignBottom: string;
|
|
4
|
+
alignMiddle: string;
|
|
5
|
+
alignTop: string;
|
|
6
|
+
alignJustify: string;
|
|
7
|
+
alignRight: string;
|
|
8
|
+
alignCenter: string;
|
|
9
|
+
alignLeft: string;
|
|
10
|
+
saveDescription: string;
|
|
11
|
+
descriptionPlaceholder: string;
|
|
12
|
+
description: string;
|
|
13
|
+
cancel: string;
|
|
14
|
+
panel: {
|
|
15
|
+
title: string;
|
|
16
|
+
tab: {
|
|
17
|
+
importExport: string;
|
|
18
|
+
layout: string;
|
|
19
|
+
structure: string;
|
|
20
|
+
};
|
|
21
|
+
layout: {
|
|
22
|
+
both: string;
|
|
23
|
+
left: string;
|
|
24
|
+
right: string;
|
|
25
|
+
};
|
|
26
|
+
structureKind: {
|
|
27
|
+
mindmapHorizontal: string;
|
|
28
|
+
mindmapVertical: string;
|
|
29
|
+
treeRight: string;
|
|
30
|
+
treeLeft: string;
|
|
31
|
+
treeAlternate: string;
|
|
32
|
+
timelineHorizontal: string;
|
|
33
|
+
timelineVertical: string;
|
|
34
|
+
};
|
|
35
|
+
branchLineType: {
|
|
36
|
+
curve: string;
|
|
37
|
+
roundedOrthogonal: string;
|
|
38
|
+
orthogonal: string;
|
|
39
|
+
};
|
|
40
|
+
addText: string;
|
|
41
|
+
cancel: string;
|
|
42
|
+
emptyNodes: string;
|
|
43
|
+
exportOPML: string;
|
|
44
|
+
importOPML: string;
|
|
45
|
+
pasteOPML: string;
|
|
46
|
+
rename: string;
|
|
47
|
+
renamePrompt: string;
|
|
48
|
+
searchNodes: string;
|
|
49
|
+
spacing: {
|
|
50
|
+
branchGap: string;
|
|
51
|
+
parentGap: string;
|
|
52
|
+
siblingGap: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
toolbar: {
|
|
56
|
+
primary: {
|
|
57
|
+
line: string;
|
|
58
|
+
fontColor: string;
|
|
59
|
+
typography: string;
|
|
60
|
+
more: string;
|
|
61
|
+
};
|
|
62
|
+
panel: {
|
|
63
|
+
line: string;
|
|
64
|
+
typography: string;
|
|
65
|
+
more: string;
|
|
66
|
+
};
|
|
67
|
+
action: {
|
|
68
|
+
addChild: string;
|
|
69
|
+
addSibling: string;
|
|
70
|
+
copy: string;
|
|
71
|
+
delete: string;
|
|
72
|
+
fill: string;
|
|
73
|
+
fontColor: string;
|
|
74
|
+
layout: string;
|
|
75
|
+
paste: string;
|
|
76
|
+
stroke: string;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
export default locale;
|