@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.
Files changed (130) hide show
  1. package/README.md +46 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sk-SK.js +1 -0
  18. package/lib/cjs/locale/vi-VN.js +1 -0
  19. package/lib/cjs/locale/zh-CN.js +1 -0
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -0
  22. package/lib/es/index.js +1 -0
  23. package/lib/es/locale/ar-SA.js +1 -0
  24. package/lib/es/locale/ca-ES.js +1 -0
  25. package/lib/es/locale/de-DE.js +1 -0
  26. package/lib/es/locale/en-US.js +1 -0
  27. package/lib/es/locale/es-ES.js +1 -0
  28. package/lib/es/locale/fa-IR.js +1 -0
  29. package/lib/es/locale/fr-FR.js +1 -0
  30. package/lib/es/locale/id-ID.js +1 -0
  31. package/lib/es/locale/it-IT.js +1 -0
  32. package/lib/es/locale/ja-JP.js +1 -0
  33. package/lib/es/locale/ko-KR.js +1 -0
  34. package/lib/es/locale/pl-PL.js +1 -0
  35. package/lib/es/locale/pt-BR.js +1 -0
  36. package/lib/es/locale/ru-RU.js +1 -0
  37. package/lib/es/locale/sk-SK.js +1 -0
  38. package/lib/es/locale/vi-VN.js +1 -0
  39. package/lib/es/locale/zh-CN.js +1 -0
  40. package/lib/es/locale/zh-HK.js +1 -0
  41. package/lib/es/locale/zh-TW.js +1 -0
  42. package/lib/index.css +417 -0
  43. package/lib/index.js +1 -0
  44. package/lib/locale/ar-SA.js +1 -0
  45. package/lib/locale/ca-ES.js +1 -0
  46. package/lib/locale/de-DE.js +1 -0
  47. package/lib/locale/en-US.js +1 -0
  48. package/lib/locale/es-ES.js +1 -0
  49. package/lib/locale/fa-IR.js +1 -0
  50. package/lib/locale/fr-FR.js +1 -0
  51. package/lib/locale/id-ID.js +1 -0
  52. package/lib/locale/it-IT.js +1 -0
  53. package/lib/locale/ja-JP.js +1 -0
  54. package/lib/locale/ko-KR.js +1 -0
  55. package/lib/locale/pl-PL.js +1 -0
  56. package/lib/locale/pt-BR.js +1 -0
  57. package/lib/locale/ru-RU.js +1 -0
  58. package/lib/locale/sk-SK.js +1 -0
  59. package/lib/locale/vi-VN.js +1 -0
  60. package/lib/locale/zh-CN.js +1 -0
  61. package/lib/locale/zh-HK.js +1 -0
  62. package/lib/locale/zh-TW.js +1 -0
  63. package/lib/types/commands/operations/open-mind-map-panel.operation.d.ts +8 -0
  64. package/lib/types/config/config.d.ts +5 -0
  65. package/lib/types/controllers/board-mind-map-autosize-layout.render-controller.d.ts +24 -0
  66. package/lib/types/controllers/board-mind-map-drag-topology.render-controller.d.ts +61 -0
  67. package/lib/types/controllers/board-mind-map-floating-toolbar.render-controller.d.ts +27 -0
  68. package/lib/types/controllers/board-mind-map-insert.render-controller.d.ts +26 -0
  69. package/lib/types/controllers/board-mind-map-intrinsic-size.render-controller.d.ts +31 -0
  70. package/lib/types/controllers/board-mind-map-keyboard-shortcut.controller.d.ts +41 -0
  71. package/lib/types/controllers/board-mind-map-node-controls.render-controller.d.ts +37 -0
  72. package/lib/types/controllers/board-mind-map-panel.controller.d.ts +15 -0
  73. package/lib/types/controllers/board-mind-map-text-editing-shortcut.controller.d.ts +18 -0
  74. package/lib/types/index.d.ts +2 -0
  75. package/lib/types/locale/ar-SA.d.ts +3 -0
  76. package/lib/types/locale/ca-ES.d.ts +3 -0
  77. package/lib/types/locale/de-DE.d.ts +3 -0
  78. package/lib/types/locale/en-US.d.ts +81 -0
  79. package/lib/types/locale/es-ES.d.ts +3 -0
  80. package/lib/types/locale/fa-IR.d.ts +3 -0
  81. package/lib/types/locale/fr-FR.d.ts +3 -0
  82. package/lib/types/locale/id-ID.d.ts +3 -0
  83. package/lib/types/locale/it-IT.d.ts +3 -0
  84. package/lib/types/locale/ja-JP.d.ts +3 -0
  85. package/lib/types/locale/ko-KR.d.ts +3 -0
  86. package/lib/types/locale/pl-PL.d.ts +3 -0
  87. package/lib/types/locale/pt-BR.d.ts +3 -0
  88. package/lib/types/locale/ru-RU.d.ts +3 -0
  89. package/lib/types/locale/sk-SK.d.ts +3 -0
  90. package/lib/types/locale/types.d.ts +3 -0
  91. package/lib/types/locale/vi-VN.d.ts +3 -0
  92. package/lib/types/locale/zh-CN.d.ts +3 -0
  93. package/lib/types/locale/zh-HK.d.ts +3 -0
  94. package/lib/types/locale/zh-TW.d.ts +3 -0
  95. package/lib/types/plugin.d.ts +21 -0
  96. package/lib/types/render-objects/board-mind-map-drag-preview-object.d.ts +36 -0
  97. package/lib/types/render-objects/board-mind-map-node-controls-object.d.ts +22 -0
  98. package/lib/types/render-objects/board-mind-map-pending-insert-object.d.ts +22 -0
  99. package/lib/types/services/board-mind-map-insert-state.service.d.ts +19 -0
  100. package/lib/types/services/board-mind-map-preview-refresh.service.d.ts +13 -0
  101. package/lib/types/services/board-mind-map-ui-adapter.service.d.ts +9 -0
  102. package/lib/types/utils/mind-map-canvas-tokens.util.d.ts +6 -0
  103. package/lib/types/utils/mind-map-drag-topology.util.d.ts +26 -0
  104. package/lib/types/utils/mind-map-node-controls.util.d.ts +46 -0
  105. package/lib/types/utils/mind-map-preview-tokens.util.d.ts +29 -0
  106. package/lib/types/utils/mind-map-scope-preview.util.d.ts +29 -0
  107. package/lib/types/views/BoardMindMapDescriptionDialog.d.ts +10 -0
  108. package/lib/types/views/BoardMindMapFloatingToolbar.d.ts +147 -0
  109. package/lib/types/views/BoardMindMapPanel.d.ts +127 -0
  110. package/lib/umd/index.js +1 -0
  111. package/lib/umd/locale/ar-SA.js +1 -0
  112. package/lib/umd/locale/ca-ES.js +1 -0
  113. package/lib/umd/locale/de-DE.js +1 -0
  114. package/lib/umd/locale/en-US.js +1 -0
  115. package/lib/umd/locale/es-ES.js +1 -0
  116. package/lib/umd/locale/fa-IR.js +1 -0
  117. package/lib/umd/locale/fr-FR.js +1 -0
  118. package/lib/umd/locale/id-ID.js +1 -0
  119. package/lib/umd/locale/it-IT.js +1 -0
  120. package/lib/umd/locale/ja-JP.js +1 -0
  121. package/lib/umd/locale/ko-KR.js +1 -0
  122. package/lib/umd/locale/pl-PL.js +1 -0
  123. package/lib/umd/locale/pt-BR.js +1 -0
  124. package/lib/umd/locale/ru-RU.js +1 -0
  125. package/lib/umd/locale/sk-SK.js +1 -0
  126. package/lib/umd/locale/vi-VN.js +1 -0
  127. package/lib/umd/locale/zh-CN.js +1 -0
  128. package/lib/umd/locale/zh-HK.js +1 -0
  129. package/lib/umd/locale/zh-TW.js +1 -0
  130. package/package.json +91 -0
@@ -0,0 +1 @@
1
+ (function(_0xb97810,_0x1a1690){var _0x1b792a=_0x1028,_0x3fef47=_0xb97810();while(!![]){try{var _0x33debc=parseInt(_0x1b792a(0x164))/0x1+-parseInt(_0x1b792a(0x15c))/0x2*(-parseInt(_0x1b792a(0x15f))/0x3)+parseInt(_0x1b792a(0x176))/0x4+-parseInt(_0x1b792a(0x187))/0x5*(-parseInt(_0x1b792a(0x16f))/0x6)+-parseInt(_0x1b792a(0x15d))/0x7+-parseInt(_0x1b792a(0x183))/0x8+parseInt(_0x1b792a(0x182))/0x9*(parseInt(_0x1b792a(0x188))/0xa);if(_0x33debc===_0x1a1690)break;else _0x3fef47['push'](_0x3fef47['shift']());}catch(_0x174577){_0x3fef47['push'](_0x3fef47['shift']());}}}(_0x26c6,0x3628e),function(_0x4b176c,_0xa8daaa){var _0x56fe03=_0x1028;typeof exports=='object'&&typeof module<'u'?module[_0x56fe03(0x186)]=_0xa8daaa():typeof define=='function'&&define[_0x56fe03(0x165)]?define([],_0xa8daaa):(_0x4b176c=typeof globalThis<'u'?globalThis:_0x4b176c||self,_0x4b176c['UniverProBoardsMindUiArSA']=_0xa8daaa());}(this,function(){var _0x5586cd=_0x1028;return{'boards-mind-ui':{'alignBottom':'محاذاة\x20للاسفل','alignMiddle':_0x5586cd(0x17c),'alignTop':_0x5586cd(0x178),'alignJustify':'ضبط','alignRight':_0x5586cd(0x17d),'alignCenter':'توسيط','alignLeft':_0x5586cd(0x18c),'saveDescription':'حفظ','descriptionPlaceholder':_0x5586cd(0x185),'description':_0x5586cd(0x17b),'cancel':_0x5586cd(0x17e),'panel':{'title':_0x5586cd(0x16e),'tab':{'importExport':_0x5586cd(0x169),'layout':'التخطيط','structure':_0x5586cd(0x18a)},'layout':{'both':_0x5586cd(0x162),'left':_0x5586cd(0x16c),'right':'يمين'},'structureKind':{'mindmapHorizontal':_0x5586cd(0x179),'mindmapVertical':_0x5586cd(0x161),'treeRight':_0x5586cd(0x177),'treeLeft':_0x5586cd(0x18b),'treeAlternate':_0x5586cd(0x15a),'timelineHorizontal':_0x5586cd(0x17f),'timelineVertical':_0x5586cd(0x168)},'branchLineType':{'curve':_0x5586cd(0x172),'roundedOrthogonal':_0x5586cd(0x16a),'orthogonal':_0x5586cd(0x17a)},'addText':_0x5586cd(0x166),'cancel':_0x5586cd(0x17e),'emptyNodes':_0x5586cd(0x170),'exportOPML':_0x5586cd(0x189),'importOPML':_0x5586cd(0x171),'pasteOPML':_0x5586cd(0x167),'rename':_0x5586cd(0x180),'renamePrompt':_0x5586cd(0x15e),'searchNodes':_0x5586cd(0x15b),'spacing':{'branchGap':_0x5586cd(0x16b),'parentGap':_0x5586cd(0x16d),'siblingGap':_0x5586cd(0x175)}},'toolbar':{'primary':{'line':'نمط\x20الموصل','fontColor':_0x5586cd(0x184),'typography':_0x5586cd(0x181),'more':_0x5586cd(0x173)},'panel':{'line':'خط','typography':_0x5586cd(0x181),'more':_0x5586cd(0x173)},'action':{'addChild':'اضافة\x20عقدة\x20فرعية','addSibling':_0x5586cd(0x174),'copy':'نسخ','delete':'حذف','fill':'تعبئة','fontColor':'لون\x20الخط','layout':_0x5586cd(0x160),'paste':_0x5586cd(0x163),'stroke':'حد'}}}};}));function _0x1028(_0x59c766,_0x2826f0){_0x59c766=_0x59c766-0x15a;var _0x26c647=_0x26c6();var _0x1028b3=_0x26c647[_0x59c766];return _0x1028b3;}function _0x26c6(){var _0x454ab2=['البنية','شجرة\x20إلى\x20اليسار','محاذاة\x20لليسار','شجرة\x20متناوبة','البحث\x20عن\x20العقد','100wmvaSh','3062780IBCMFy','اعادة\x20تسمية\x20عقدة\x20الخريطة\x20الذهنية','9897NHraHv','التخطيط','خريطة\x20ذهنية\x20عمودية','الجانبان','لصق','192213vFxskI','amd','اضافة\x20نص','لصق\x20OPML\x20XML','خط\x20زمني\x20عمودي','استيراد/تصدير','زاوية\x20مستديرة','تباعد\x20الفروع','يسار','تباعد\x20الاصل','خريطة\x20ذهنية','12TZtSVD','لا\x20توجد\x20عقد','استيراد\x20OPML','منحنى','المزيد','اضافة\x20عقدة\x20نظيرة','تباعد\x20العقد\x20النظيرة','645612vuBVHz','شجرة\x20إلى\x20اليمين','محاذاة\x20للاعلى','خريطة\x20ذهنية\x20أفقية','زاوية\x20قائمة','الوصف','محاذاة\x20للوسط\x20عموديا','محاذاة\x20لليمين','الغاء','خط\x20زمني\x20أفقي','اعادة\x20تسمية','تنسيق\x20النص','128511XTyZez','848144rZpofD','لون\x20الخط','اضف\x20وصفا\x20لهذه\x20العقدة','exports','474285TipTuA','40Zwcjld','تصدير\x20OPML'];_0x26c6=function(){return _0x454ab2;};return _0x26c6();}
@@ -0,0 +1 @@
1
+ function _0x5dc4(_0x519488,_0x3906fe){_0x519488=_0x519488-0x1f4;var _0x3099d3=_0x3099();var _0x5dc435=_0x3099d3[_0x519488];return _0x5dc435;}(function(_0x16ace,_0x30aa58){var _0x18f725=_0x5dc4,_0x4f0989=_0x16ace();while(!![]){try{var _0x594444=parseInt(_0x18f725(0x222))/0x1*(-parseInt(_0x18f725(0x214))/0x2)+-parseInt(_0x18f725(0x20c))/0x3+-parseInt(_0x18f725(0x203))/0x4*(parseInt(_0x18f725(0x21f))/0x5)+parseInt(_0x18f725(0x224))/0x6+-parseInt(_0x18f725(0x202))/0x7+parseInt(_0x18f725(0x204))/0x8+parseInt(_0x18f725(0x20b))/0x9;if(_0x594444===_0x30aa58)break;else _0x4f0989['push'](_0x4f0989['shift']());}catch(_0x195807){_0x4f0989['push'](_0x4f0989['shift']());}}}(_0x3099,0x65820),function(_0x3a133f,_0x4c6bc7){var _0x49828b=_0x5dc4;typeof exports==_0x49828b(0x21a)&&typeof module<'u'?module[_0x49828b(0x218)]=_0x4c6bc7():typeof define==_0x49828b(0x1fb)&&define[_0x49828b(0x213)]?define([],_0x4c6bc7):(_0x3a133f=typeof globalThis<'u'?globalThis:_0x3a133f||self,_0x3a133f[_0x49828b(0x216)]=_0x4c6bc7());}(this,function(){var _0x14d3f4=_0x5dc4;return{'boards-mind-ui':{'alignBottom':_0x14d3f4(0x21c),'alignMiddle':'Alinea\x20al\x20mig','alignTop':_0x14d3f4(0x210),'alignJustify':'Justifica','alignRight':'Alinea\x20a\x20la\x20dreta','alignCenter':_0x14d3f4(0x201),'alignLeft':_0x14d3f4(0x1f9),'saveDescription':_0x14d3f4(0x221),'descriptionPlaceholder':_0x14d3f4(0x215),'description':_0x14d3f4(0x20d),'cancel':_0x14d3f4(0x21d),'panel':{'title':_0x14d3f4(0x20e),'tab':{'importExport':'Importa/Exporta','layout':_0x14d3f4(0x21b),'structure':_0x14d3f4(0x200)},'layout':{'both':'Tots\x20dos\x20costats','left':_0x14d3f4(0x219),'right':'Dreta'},'structureKind':{'mindmapHorizontal':'Mapa\x20mental\x20horitzontal','mindmapVertical':_0x14d3f4(0x223),'treeRight':_0x14d3f4(0x1fd),'treeLeft':_0x14d3f4(0x1fc),'treeAlternate':'Arbre\x20altern','timelineHorizontal':'Línia\x20de\x20temps\x20horitzontal','timelineVertical':_0x14d3f4(0x1f6)},'branchLineType':{'curve':_0x14d3f4(0x20a),'roundedOrthogonal':_0x14d3f4(0x212),'orthogonal':'Angle\x20recte'},'addText':'Afegeix\x20text','cancel':'Cancel·la','emptyNodes':_0x14d3f4(0x21e),'exportOPML':_0x14d3f4(0x1ff),'importOPML':_0x14d3f4(0x1f7),'pasteOPML':'Enganxa\x20XML\x20OPML','rename':'Canvia\x20el\x20nom','renamePrompt':_0x14d3f4(0x1f8),'searchNodes':_0x14d3f4(0x205),'spacing':{'branchGap':'Espai\x20entre\x20branques','parentGap':_0x14d3f4(0x1fe),'siblingGap':_0x14d3f4(0x1fa)}},'toolbar':{'primary':{'line':_0x14d3f4(0x207),'fontColor':_0x14d3f4(0x208),'typography':'Tipografia','more':_0x14d3f4(0x1f5)},'panel':{'line':'Línia','typography':_0x14d3f4(0x1f4),'more':_0x14d3f4(0x1f5)},'action':{'addChild':_0x14d3f4(0x209),'addSibling':_0x14d3f4(0x211),'copy':_0x14d3f4(0x206),'delete':'Suprimeix','fill':_0x14d3f4(0x217),'fontColor':'Color\x20de\x20lletra','layout':'Disseny','paste':_0x14d3f4(0x220),'stroke':_0x14d3f4(0x20f)}}}};}));function _0x3099(){var _0x5747f7=['function','Arbre\x20a\x20l\x27esquerra','Arbre\x20a\x20la\x20dreta','Espai\x20del\x20pare','Exporta\x20OPML','Estructura','Centra','2933742hbWUMB','28TqxnsJ','664968QWJppp','Cerca\x20nodes','Copia','Estil\x20del\x20connector','Color\x20de\x20lletra','Afegeix\x20fill','Corba','15083064zGnWHs','1089372pJdDXn','Descripció','Mapa\x20mental','Traç','Alinea\x20a\x20dalt','Afegeix\x20germà','Colze\x20arrodonit','amd','14kZhAFC','Afegeix\x20una\x20descripció\x20a\x20aquest\x20node','UniverProBoardsMindUiCaES','Emplenament','exports','Esquerra','object','Disseny','Alinea\x20a\x20baix','Cancel·la','Cap\x20node','321015JLpMSf','Enganxa','Desa','25638BXqexP','Mapa\x20mental\x20vertical','407256IfYlfI','Tipografia','Més','Línia\x20de\x20temps\x20vertical','Importa\x20OPML','Canvia\x20el\x20nom\x20del\x20node\x20del\x20mapa\x20mental','Alinea\x20a\x20l\x27esquerra','Espai\x20entre\x20germans'];_0x3099=function(){return _0x5747f7;};return _0x3099();}
@@ -0,0 +1 @@
1
+ function _0xc9bb(_0xdbb38c,_0xb093a7){_0xdbb38c=_0xdbb38c-0x133;var _0x2c7cb6=_0x2c7c();var _0xc9bb33=_0x2c7cb6[_0xdbb38c];return _0xc9bb33;}function _0x2c7c(){var _0x4a4d28=['Kurve','Wechselnder\x20Baum','Beidseitig','Unterknoten\x20hinzufügen','374mdEexg','Baum\x20nach\x20rechts','5996075xgYCPT','Beschreibung\x20für\x20diesen\x20Knoten\x20hinzufügen','31917PLkpzS','amd','Zentrieren','Geschwisterabstand','Struktur','Import/Export','124IxZeBx','Rechter\x20Winkel','Keine\x20Knoten','Typografie','Mehr','Links','349780opofeZ','2614833DkDmte','OPML\x20exportieren','Blocksatz','OPML\x20importieren','Abbrechen','Speichern','Horizontale\x20Mindmap','Baum\x20nach\x20links','Vertikale\x20Mindmap','Kontur','function','Mindmap','Zweigabstand','Rechts\x20ausrichten','Horizontale\x20Zeitleiste','Schriftfarbe','Beschreibung','Füllen','24840492zCvmoD','exports','Kopieren','Oben\x20ausrichten','Knoten\x20suchen','6MkakRC','Geschwisterknoten\x20hinzufügen','322BmnAJx','Mindmap-Knoten\x20umbenennen','Unten\x20ausrichten','Einfügen','21rfboSS','Vertikale\x20Zeitleiste','2106xMbpVj','Layout','Umbenennen','Elternabstand','Löschen','1753016BKrhsO'];_0x2c7c=function(){return _0x4a4d28;};return _0x2c7c();}(function(_0xa2ee22,_0x20fc52){var _0x383187=_0xc9bb,_0x4fa241=_0xa2ee22();while(!![]){try{var _0x3d5948=parseInt(_0x383187(0x135))/0x1*(-parseInt(_0x383187(0x169))/0x2)+parseInt(_0x383187(0x143))/0x3*(parseInt(_0x383187(0x149))/0x4)+-parseInt(_0x383187(0x141))/0x5*(-parseInt(_0x383187(0x167))/0x6)+-parseInt(_0x383187(0x133))/0x7*(-parseInt(_0x383187(0x13a))/0x8)+-parseInt(_0x383187(0x150))/0x9+parseInt(_0x383187(0x14f))/0xa*(parseInt(_0x383187(0x13f))/0xb)+-parseInt(_0x383187(0x162))/0xc;if(_0x3d5948===_0x20fc52)break;else _0x4fa241['push'](_0x4fa241['shift']());}catch(_0x3f48cb){_0x4fa241['push'](_0x4fa241['shift']());}}}(_0x2c7c,0xa50ad),function(_0x2fca0d,_0x47e934){var _0x597695=_0xc9bb;typeof exports=='object'&&typeof module<'u'?module[_0x597695(0x163)]=_0x47e934():typeof define==_0x597695(0x15a)&&define[_0x597695(0x144)]?define([],_0x47e934):(_0x2fca0d=typeof globalThis<'u'?globalThis:_0x2fca0d||self,_0x2fca0d['UniverProBoardsMindUiDeDE']=_0x47e934());}(this,function(){var _0x125378=_0xc9bb;return{'boards-mind-ui':{'alignBottom':_0x125378(0x16b),'alignMiddle':'Vertikal\x20zentrieren','alignTop':_0x125378(0x165),'alignJustify':_0x125378(0x152),'alignRight':_0x125378(0x15d),'alignCenter':_0x125378(0x145),'alignLeft':'Links\x20ausrichten','saveDescription':_0x125378(0x155),'descriptionPlaceholder':_0x125378(0x142),'description':_0x125378(0x160),'cancel':_0x125378(0x154),'panel':{'title':_0x125378(0x15b),'tab':{'importExport':_0x125378(0x148),'layout':_0x125378(0x136),'structure':_0x125378(0x147)},'layout':{'both':_0x125378(0x13d),'left':_0x125378(0x14e),'right':'Rechts'},'structureKind':{'mindmapHorizontal':_0x125378(0x156),'mindmapVertical':_0x125378(0x158),'treeRight':_0x125378(0x140),'treeLeft':_0x125378(0x157),'treeAlternate':_0x125378(0x13c),'timelineHorizontal':_0x125378(0x15e),'timelineVertical':_0x125378(0x134)},'branchLineType':{'curve':_0x125378(0x13b),'roundedOrthogonal':'Abgerundeter\x20Winkel','orthogonal':_0x125378(0x14a)},'addText':'Text\x20hinzufügen','cancel':'Abbrechen','emptyNodes':_0x125378(0x14b),'exportOPML':_0x125378(0x151),'importOPML':_0x125378(0x153),'pasteOPML':'OPML-XML\x20einfügen','rename':_0x125378(0x137),'renamePrompt':_0x125378(0x16a),'searchNodes':_0x125378(0x166),'spacing':{'branchGap':_0x125378(0x15c),'parentGap':_0x125378(0x138),'siblingGap':_0x125378(0x146)}},'toolbar':{'primary':{'line':'Verbinderstil','fontColor':_0x125378(0x15f),'typography':_0x125378(0x14c),'more':_0x125378(0x14d)},'panel':{'line':'Linie','typography':_0x125378(0x14c),'more':_0x125378(0x14d)},'action':{'addChild':_0x125378(0x13e),'addSibling':_0x125378(0x168),'copy':_0x125378(0x164),'delete':_0x125378(0x139),'fill':_0x125378(0x161),'fontColor':_0x125378(0x15f),'layout':_0x125378(0x136),'paste':_0x125378(0x16c),'stroke':_0x125378(0x159)}}}};}));
@@ -0,0 +1 @@
1
+ function _0x240a(){var _0x2e6998=['7DWxqjo','Paste','Rename','Import\x20OPML','function','Curve','Sibling\x20gap','No\x20nodes','Align\x20bottom','3259355XxDlTg','Both','Add\x20a\x20description\x20for\x20this\x20node','exports','Layout','Justify','Mind\x20map\x20horizontal','amd','Fill','10838KLBzUQ','Connector\x20style','Right','Import/Export','Cancel','15236abPQot','Align\x20top','Add\x20text','Search\x20nodes','Right\x20angle','Copy','object','Rename\x20mind-map\x20node','Stroke','Align\x20middle','Typography','Export\x20OPML','Structure','Add\x20child','Tree\x20right','69dzordE','Paste\x20OPML\x20XML','More','Align\x20right','Timeline\x20horizontal','4000851yAYtZG','Tree\x20alternate','Align\x20left','Font\x20color','1471218cLrSfh','438424aSJvDz','Save','Mind\x20Map','50iNuLfP','984625GSHCnx','Left','Rounded\x20elbow','525hhBCbt','Timeline\x20vertical'];_0x240a=function(){return _0x2e6998;};return _0x240a();}function _0x4f02(_0x1ec1fd,_0x1ad6f3){_0x1ec1fd=_0x1ec1fd-0x1e8;var _0x240a15=_0x240a();var _0x4f02ae=_0x240a15[_0x1ec1fd];return _0x4f02ae;}(function(_0x33b1de,_0x1ae591){var _0x550ef1=_0x4f02,_0x530f6c=_0x33b1de();while(!![]){try{var _0x25b300=-parseInt(_0x550ef1(0x203))/0x1*(parseInt(_0x550ef1(0x1ef))/0x2)+parseInt(_0x550ef1(0x214))/0x3*(-parseInt(_0x550ef1(0x1f4))/0x4)+parseInt(_0x550ef1(0x211))/0x5+parseInt(_0x550ef1(0x20c))/0x6*(parseInt(_0x550ef1(0x216))/0x7)+-parseInt(_0x550ef1(0x20d))/0x8+-parseInt(_0x550ef1(0x208))/0x9+parseInt(_0x550ef1(0x210))/0xa*(parseInt(_0x550ef1(0x21f))/0xb);if(_0x25b300===_0x1ae591)break;else _0x530f6c['push'](_0x530f6c['shift']());}catch(_0x531311){_0x530f6c['push'](_0x530f6c['shift']());}}}(_0x240a,0x5db51),function(_0x593145,_0x341530){var _0x47d3f0=_0x4f02;typeof exports==_0x47d3f0(0x1fa)&&typeof module<'u'?module[_0x47d3f0(0x1e9)]=_0x341530():typeof define==_0x47d3f0(0x21a)&&define[_0x47d3f0(0x1ed)]?define([],_0x341530):(_0x593145=typeof globalThis<'u'?globalThis:_0x593145||self,_0x593145['UniverProBoardsMindUiEnUS']=_0x341530());}(this,function(){var _0x15c524=_0x4f02;return{'boards-mind-ui':{'alignBottom':_0x15c524(0x21e),'alignMiddle':_0x15c524(0x1fd),'alignTop':_0x15c524(0x1f5),'alignJustify':_0x15c524(0x1eb),'alignRight':_0x15c524(0x206),'alignCenter':'Align\x20center','alignLeft':_0x15c524(0x20a),'saveDescription':_0x15c524(0x20e),'descriptionPlaceholder':_0x15c524(0x1e8),'description':'Description','cancel':_0x15c524(0x1f3),'panel':{'title':_0x15c524(0x20f),'tab':{'importExport':_0x15c524(0x1f2),'layout':'Layout','structure':_0x15c524(0x200)},'layout':{'both':_0x15c524(0x220),'left':_0x15c524(0x212),'right':_0x15c524(0x1f1)},'structureKind':{'mindmapHorizontal':_0x15c524(0x1ec),'mindmapVertical':'Mind\x20map\x20vertical','treeRight':_0x15c524(0x202),'treeLeft':'Tree\x20left','treeAlternate':_0x15c524(0x209),'timelineHorizontal':_0x15c524(0x207),'timelineVertical':_0x15c524(0x215)},'branchLineType':{'curve':_0x15c524(0x21b),'roundedOrthogonal':_0x15c524(0x213),'orthogonal':_0x15c524(0x1f8)},'addText':_0x15c524(0x1f6),'cancel':_0x15c524(0x1f3),'emptyNodes':_0x15c524(0x21d),'exportOPML':_0x15c524(0x1ff),'importOPML':_0x15c524(0x219),'pasteOPML':_0x15c524(0x204),'rename':_0x15c524(0x218),'renamePrompt':_0x15c524(0x1fb),'searchNodes':_0x15c524(0x1f7),'spacing':{'branchGap':'Branch\x20gap','parentGap':'Parent\x20gap','siblingGap':_0x15c524(0x21c)}},'toolbar':{'primary':{'line':_0x15c524(0x1f0),'fontColor':_0x15c524(0x20b),'typography':_0x15c524(0x1fe),'more':'More'},'panel':{'line':'Line','typography':_0x15c524(0x1fe),'more':_0x15c524(0x205)},'action':{'addChild':_0x15c524(0x201),'addSibling':'Add\x20sibling','copy':_0x15c524(0x1f9),'delete':'Delete','fill':_0x15c524(0x1ee),'fontColor':_0x15c524(0x20b),'layout':_0x15c524(0x1ea),'paste':_0x15c524(0x217),'stroke':_0x15c524(0x1fc)}}}};}));
@@ -0,0 +1 @@
1
+ function _0x54ec(_0x11636e,_0x3a436f){_0x11636e=_0x11636e-0x1be;var _0x2488d8=_0x2488();var _0x54ec17=_0x2488d8[_0x11636e];return _0x54ec17;}(function(_0x464f2a,_0x11014d){var _0x254f62=_0x54ec,_0x4f31dd=_0x464f2a();while(!![]){try{var _0x3904b6=parseInt(_0x254f62(0x1dd))/0x1+-parseInt(_0x254f62(0x1c2))/0x2+-parseInt(_0x254f62(0x1eb))/0x3+-parseInt(_0x254f62(0x1c0))/0x4*(-parseInt(_0x254f62(0x1c3))/0x5)+-parseInt(_0x254f62(0x1db))/0x6+parseInt(_0x254f62(0x1ce))/0x7+parseInt(_0x254f62(0x1ed))/0x8;if(_0x3904b6===_0x11014d)break;else _0x4f31dd['push'](_0x4f31dd['shift']());}catch(_0x1ba1ef){_0x4f31dd['push'](_0x4f31dd['shift']());}}}(_0x2488,0x3c276),function(_0x5beccc,_0x1ea500){var _0x42ddef=_0x54ec;typeof exports==_0x42ddef(0x1df)&&typeof module<'u'?module[_0x42ddef(0x1ee)]=_0x1ea500():typeof define==_0x42ddef(0x1d9)&&define[_0x42ddef(0x1d7)]?define([],_0x1ea500):(_0x5beccc=typeof globalThis<'u'?globalThis:_0x5beccc||self,_0x5beccc[_0x42ddef(0x1d5)]=_0x1ea500());}(this,function(){var _0xec27f8=_0x54ec;return{'boards-mind-ui':{'alignBottom':_0xec27f8(0x1c6),'alignMiddle':'Alinear\x20al\x20medio','alignTop':_0xec27f8(0x1d3),'alignJustify':'Justificar','alignRight':_0xec27f8(0x1e3),'alignCenter':_0xec27f8(0x1d8),'alignLeft':_0xec27f8(0x1cd),'saveDescription':_0xec27f8(0x1be),'descriptionPlaceholder':'Agregar\x20una\x20descripción\x20a\x20este\x20nodo','description':_0xec27f8(0x1e2),'cancel':_0xec27f8(0x1e8),'panel':{'title':'Mapa\x20mental','tab':{'importExport':'Importar/Exportar','layout':_0xec27f8(0x1c8),'structure':_0xec27f8(0x1c1)},'layout':{'both':'Ambos\x20lados','left':_0xec27f8(0x1ca),'right':'Derecha'},'structureKind':{'mindmapHorizontal':'Mapa\x20mental\x20horizontal','mindmapVertical':_0xec27f8(0x1d6),'treeRight':_0xec27f8(0x1d2),'treeLeft':_0xec27f8(0x1cc),'treeAlternate':_0xec27f8(0x1bf),'timelineHorizontal':_0xec27f8(0x1c4),'timelineVertical':_0xec27f8(0x1dc)},'branchLineType':{'curve':_0xec27f8(0x1d1),'roundedOrthogonal':_0xec27f8(0x1e4),'orthogonal':'Ángulo\x20recto'},'addText':_0xec27f8(0x1ea),'cancel':_0xec27f8(0x1e8),'emptyNodes':'Sin\x20nodos','exportOPML':'Exportar\x20OPML','importOPML':_0xec27f8(0x1ec),'pasteOPML':_0xec27f8(0x1cf),'rename':'Cambiar\x20nombre','renamePrompt':_0xec27f8(0x1e9),'searchNodes':_0xec27f8(0x1e7),'spacing':{'branchGap':_0xec27f8(0x1e5),'parentGap':'Espacio\x20con\x20el\x20padre','siblingGap':_0xec27f8(0x1e1)}},'toolbar':{'primary':{'line':_0xec27f8(0x1c9),'fontColor':_0xec27f8(0x1c7),'typography':_0xec27f8(0x1cb),'more':_0xec27f8(0x1ef)},'panel':{'line':_0xec27f8(0x1d0),'typography':_0xec27f8(0x1cb),'more':'Más'},'action':{'addChild':_0xec27f8(0x1e6),'addSibling':_0xec27f8(0x1e0),'copy':'Copiar','delete':_0xec27f8(0x1de),'fill':_0xec27f8(0x1c5),'fontColor':_0xec27f8(0x1c7),'layout':_0xec27f8(0x1c8),'paste':_0xec27f8(0x1d4),'stroke':_0xec27f8(0x1da)}}}};}));function _0x2488(){var _0x353f3c=['amd','Centrar','function','Trazo','1864638CVlUIl','Línea\x20de\x20tiempo\x20vertical','241248rToech','Eliminar','object','Agregar\x20hermano','Espacio\x20entre\x20hermanos','Descripción','Alinear\x20a\x20la\x20derecha','Codo\x20redondeado','Espacio\x20entre\x20ramas','Agregar\x20hijo','Buscar\x20nodos','Cancelar','Cambiar\x20nombre\x20del\x20nodo\x20del\x20mapa\x20mental','Agregar\x20texto','1006614yXhymn','Importar\x20OPML','5341776xCfUyl','exports','Más','Guardar','Árbol\x20alterno','12uOPPwA','Estructura','572348gFVCOj','282155nXcRuI','Línea\x20de\x20tiempo\x20horizontal','Relleno','Alinear\x20abajo','Color\x20de\x20fuente','Diseño','Estilo\x20del\x20conector','Izquierda','Tipografía','Árbol\x20a\x20la\x20izquierda','Alinear\x20a\x20la\x20izquierda','704284NNJcdc','Pegar\x20XML\x20OPML','Linea','Curva','Árbol\x20a\x20la\x20derecha','Alinear\x20arriba','Pegar','UniverProBoardsMindUiEsES','Mapa\x20mental\x20vertical'];_0x2488=function(){return _0x353f3c;};return _0x2488();}
@@ -0,0 +1 @@
1
+ function _0x45c8(_0x54fdd3,_0x1d5b36){_0x54fdd3=_0x54fdd3-0x138;var _0x184f1a=_0x184f();var _0x45c8d5=_0x184f1a[_0x54fdd3];return _0x45c8d5;}(function(_0x21157a,_0x2cfa57){var _0x18c6c7=_0x45c8,_0x226160=_0x21157a();while(!![]){try{var _0x199236=-parseInt(_0x18c6c7(0x166))/0x1+-parseInt(_0x18c6c7(0x148))/0x2+parseInt(_0x18c6c7(0x13d))/0x3+-parseInt(_0x18c6c7(0x150))/0x4*(-parseInt(_0x18c6c7(0x13a))/0x5)+parseInt(_0x18c6c7(0x169))/0x6+-parseInt(_0x18c6c7(0x167))/0x7+-parseInt(_0x18c6c7(0x151))/0x8;if(_0x199236===_0x2cfa57)break;else _0x226160['push'](_0x226160['shift']());}catch(_0x4ad1fa){_0x226160['push'](_0x226160['shift']());}}}(_0x184f,0x1f319),function(_0x27ec80,_0x3bd493){var _0x18b2fb=_0x45c8;typeof exports==_0x18b2fb(0x155)&&typeof module<'u'?module['exports']=_0x3bd493():typeof define==_0x18b2fb(0x143)&&define[_0x18b2fb(0x14a)]?define([],_0x3bd493):(_0x27ec80=typeof globalThis<'u'?globalThis:_0x27ec80||self,_0x27ec80[_0x18b2fb(0x144)]=_0x3bd493());}(this,function(){var _0x29609a=_0x45c8;return{'boards-mind-ui':{'alignBottom':'تراز\x20پایین','alignMiddle':_0x29609a(0x154),'alignTop':'تراز\x20بالا','alignJustify':_0x29609a(0x13f),'alignRight':_0x29609a(0x158),'alignCenter':_0x29609a(0x159),'alignLeft':_0x29609a(0x152),'saveDescription':_0x29609a(0x13c),'descriptionPlaceholder':'برای\x20این\x20گره\x20توضیح\x20اضافه\x20کنید','description':_0x29609a(0x14c),'cancel':'لغو','panel':{'title':_0x29609a(0x139),'tab':{'importExport':_0x29609a(0x157),'layout':_0x29609a(0x147),'structure':_0x29609a(0x160)},'layout':{'both':_0x29609a(0x13b),'left':'چپ','right':_0x29609a(0x156)},'structureKind':{'mindmapHorizontal':_0x29609a(0x146),'mindmapVertical':'نقشه\x20ذهنی\x20عمودی','treeRight':_0x29609a(0x163),'treeLeft':'درخت\x20چپ','treeAlternate':_0x29609a(0x149),'timelineHorizontal':_0x29609a(0x161),'timelineVertical':'خط\x20زمانی\x20عمودی'},'branchLineType':{'curve':'منحنی','roundedOrthogonal':'زانویی\x20گرد','orthogonal':'زاویه\x20راست'},'addText':_0x29609a(0x145),'cancel':_0x29609a(0x15b),'emptyNodes':_0x29609a(0x15e),'exportOPML':_0x29609a(0x15a),'importOPML':_0x29609a(0x13e),'pasteOPML':_0x29609a(0x14f),'rename':_0x29609a(0x14b),'renamePrompt':_0x29609a(0x165),'searchNodes':_0x29609a(0x141),'spacing':{'branchGap':_0x29609a(0x14e),'parentGap':_0x29609a(0x15f),'siblingGap':_0x29609a(0x140)}},'toolbar':{'primary':{'line':_0x29609a(0x153),'fontColor':_0x29609a(0x15c),'typography':_0x29609a(0x138),'more':_0x29609a(0x14d)},'panel':{'line':'خط','typography':_0x29609a(0x138),'more':'بیشتر'},'action':{'addChild':_0x29609a(0x168),'addSibling':'افزودن\x20هم\x20سطح','copy':_0x29609a(0x142),'delete':_0x29609a(0x164),'fill':'پر\x20کردن','fontColor':'رنگ\x20قلم','layout':_0x29609a(0x147),'paste':_0x29609a(0x15d),'stroke':_0x29609a(0x162)}}}};}));function _0x184f(){var _0x50b7d0=['همتراز','فاصله\x20هم\x20سطح','جستجوی\x20گره‌ها','کپي','function','UniverProBoardsMindUiFaIR','افزودن\x20متن','نقشه\x20ذهنی\x20افقی','چیدمان','124200DlcazN','درخت\x20متناوب','amd','تغيير\x20نام','توضیح','بیشتر','فاصله\x20شاخه','چسباندن\x20OPML\x20XML','8vWFAij','451176eQoNDf','تراز\x20چپ','سبک\x20اتصال','تراز\x20میانی\x20عمودی','object','راست','وارد\x20کردن/خروجی\x20گرفتن','تراز\x20راست','تراز\x20وسط','خروجی\x20OPML','لغو','رنگ\x20قلم','چسباندن','گره‌ای\x20وجود\x20ندارد','فاصله\x20والد','ساختار','خط\x20زمانی\x20افقی','خط\x20دور','درخت\x20راست','حذف','تغییر\x20نام\x20گره\x20نقشه\x20ذهنی','122489RgJOIt','577493jFXzDJ','افزودن\x20فرزند','1420596pceNmz','تایپوگرافی','نقشه\x20ذهنی','1260DIpmrG','دو\x20طرف','ذخیره','641952CuRYfa','ورود\x20OPML'];_0x184f=function(){return _0x50b7d0;};return _0x184f();}
@@ -0,0 +1 @@
1
+ function _0x57f4(_0x126ed2,_0xa5c471){_0x126ed2=_0x126ed2-0x13b;var _0x30ef02=_0x30ef();var _0x57f426=_0x30ef02[_0x126ed2];return _0x57f426;}(function(_0x3b1af7,_0x49510d){var _0x486bbf=_0x57f4,_0x2161a1=_0x3b1af7();while(!![]){try{var _0x5ee17f=parseInt(_0x486bbf(0x140))/0x1+-parseInt(_0x486bbf(0x15f))/0x2+parseInt(_0x486bbf(0x144))/0x3*(-parseInt(_0x486bbf(0x143))/0x4)+-parseInt(_0x486bbf(0x15e))/0x5+-parseInt(_0x486bbf(0x163))/0x6+parseInt(_0x486bbf(0x13e))/0x7+parseInt(_0x486bbf(0x157))/0x8*(parseInt(_0x486bbf(0x15d))/0x9);if(_0x5ee17f===_0x49510d)break;else _0x2161a1['push'](_0x2161a1['shift']());}catch(_0x16ae18){_0x2161a1['push'](_0x2161a1['shift']());}}}(_0x30ef,0x31b80),function(_0x3ccab1,_0x3a5663){var _0x451f2=_0x57f4;typeof exports==_0x451f2(0x154)&&typeof module<'u'?module['exports']=_0x3a5663():typeof define==_0x451f2(0x155)&&define[_0x451f2(0x13c)]?define([],_0x3a5663):(_0x3ccab1=typeof globalThis<'u'?globalThis:_0x3ccab1||self,_0x3ccab1[_0x451f2(0x14f)]=_0x3a5663());}(this,function(){var _0x96915d=_0x57f4;return{'boards-mind-ui':{'alignBottom':_0x96915d(0x162),'alignMiddle':_0x96915d(0x145),'alignTop':'Aligner\x20en\x20haut','alignJustify':'Justifier','alignRight':_0x96915d(0x146),'alignCenter':_0x96915d(0x148),'alignLeft':_0x96915d(0x16d),'saveDescription':'Enregistrer','descriptionPlaceholder':'Ajouter\x20une\x20description\x20à\x20ce\x20nœud','description':_0x96915d(0x151),'cancel':'Annuler','panel':{'title':_0x96915d(0x14d),'tab':{'importExport':_0x96915d(0x156),'layout':_0x96915d(0x13d),'structure':'Structure'},'layout':{'both':_0x96915d(0x14e),'left':_0x96915d(0x14a),'right':_0x96915d(0x169)},'structureKind':{'mindmapHorizontal':_0x96915d(0x16e),'mindmapVertical':_0x96915d(0x166),'treeRight':_0x96915d(0x142),'treeLeft':'Arbre\x20vers\x20la\x20gauche','treeAlternate':_0x96915d(0x158),'timelineHorizontal':_0x96915d(0x13b),'timelineVertical':'Frise\x20chronologique\x20verticale'},'branchLineType':{'curve':_0x96915d(0x14c),'roundedOrthogonal':_0x96915d(0x16b),'orthogonal':_0x96915d(0x159)},'addText':_0x96915d(0x141),'cancel':_0x96915d(0x149),'emptyNodes':_0x96915d(0x153),'exportOPML':_0x96915d(0x15b),'importOPML':'Importer\x20OPML','pasteOPML':_0x96915d(0x13f),'rename':_0x96915d(0x14b),'renamePrompt':'Renommer\x20le\x20nœud\x20de\x20carte\x20mentale','searchNodes':_0x96915d(0x161),'spacing':{'branchGap':_0x96915d(0x15a),'parentGap':_0x96915d(0x167),'siblingGap':_0x96915d(0x16c)}},'toolbar':{'primary':{'line':_0x96915d(0x165),'fontColor':_0x96915d(0x160),'typography':_0x96915d(0x152),'more':_0x96915d(0x164)},'panel':{'line':_0x96915d(0x16a),'typography':_0x96915d(0x152),'more':'Plus'},'action':{'addChild':_0x96915d(0x147),'addSibling':'Ajouter\x20un\x20nœud\x20frère','copy':'Copier','delete':'Supprimer','fill':_0x96915d(0x15c),'fontColor':'Couleur\x20de\x20police','layout':_0x96915d(0x13d),'paste':_0x96915d(0x150),'stroke':_0x96915d(0x168)}}}};}));function _0x30ef(){var _0x5cbfca=['Frise\x20chronologique\x20horizontale','amd','Disposition','47327TPxhgA','Coller\x20le\x20XML\x20OPML','311195zYgsEV','Ajouter\x20du\x20texte','Arbre\x20vers\x20la\x20droite','1028xvlzLt','1611xDRRoO','Centrer\x20verticalement','Aligner\x20à\x20droite','Ajouter\x20un\x20enfant','Centrer','Annuler','Gauche','Renommer','Courbe','Carte\x20mentale','Deux\x20côtés','UniverProBoardsMindUiFrFR','Coller','Description','Typographie','Aucun\x20nœud','object','function','Importer/Exporter','8ThQKZl','Arbre\x20alterné','Angle\x20droit','Espacement\x20des\x20branches','Exporter\x20OPML','Remplissage','6678990ByGevl','1617600XOAqfJ','154960KBndpm','Couleur\x20de\x20police','Rechercher\x20des\x20noeuds','Aligner\x20en\x20bas','1904454WeUJKl','Plus','Style\x20du\x20connecteur','Carte\x20mentale\x20verticale','Espacement\x20parent','Contour','Droite','Ligne','Coude\x20arrondi','Espacement\x20frère','Aligner\x20à\x20gauche','Carte\x20mentale\x20horizontale'];_0x30ef=function(){return _0x5cbfca;};return _0x30ef();}
@@ -0,0 +1 @@
1
+ function _0x20dd(_0x1185ea,_0x3a9064){_0x1185ea=_0x1185ea-0x1d4;var _0x1c791e=_0x1c79();var _0x20dd6e=_0x1c791e[_0x1185ea];return _0x20dd6e;}(function(_0x31c0a6,_0x53dde5){var _0x35cf3f=_0x20dd,_0x52f139=_0x31c0a6();while(!![]){try{var _0x495071=parseInt(_0x35cf3f(0x208))/0x1+parseInt(_0x35cf3f(0x1f8))/0x2*(-parseInt(_0x35cf3f(0x1e0))/0x3)+parseInt(_0x35cf3f(0x1df))/0x4+parseInt(_0x35cf3f(0x1de))/0x5+-parseInt(_0x35cf3f(0x1f9))/0x6*(-parseInt(_0x35cf3f(0x1e2))/0x7)+parseInt(_0x35cf3f(0x1d9))/0x8+parseInt(_0x35cf3f(0x1e1))/0x9*(-parseInt(_0x35cf3f(0x1e4))/0xa);if(_0x495071===_0x53dde5)break;else _0x52f139['push'](_0x52f139['shift']());}catch(_0x566a4b){_0x52f139['push'](_0x52f139['shift']());}}}(_0x1c79,0xa43be),function(_0x1e33ca,_0x2778f9){var _0x30283c=_0x20dd;typeof exports==_0x30283c(0x1e5)&&typeof module<'u'?module['exports']=_0x2778f9():typeof define==_0x30283c(0x200)&&define[_0x30283c(0x1ff)]?define([],_0x2778f9):(_0x1e33ca=typeof globalThis<'u'?globalThis:_0x1e33ca||self,_0x1e33ca[_0x30283c(0x1ef)]=_0x2778f9());}(this,function(){var _0x54d49c=_0x20dd;return{'boards-mind-ui':{'alignBottom':_0x54d49c(0x1ea),'alignMiddle':_0x54d49c(0x1d7),'alignTop':_0x54d49c(0x1f7),'alignJustify':'Rata\x20kiri\x20kanan','alignRight':'Rata\x20kanan','alignCenter':_0x54d49c(0x202),'alignLeft':_0x54d49c(0x1f1),'saveDescription':_0x54d49c(0x1f3),'descriptionPlaceholder':_0x54d49c(0x1da),'description':_0x54d49c(0x1f5),'cancel':_0x54d49c(0x1f0),'panel':{'title':_0x54d49c(0x1e7),'tab':{'importExport':'Impor/Ekspor','layout':_0x54d49c(0x1ee),'structure':_0x54d49c(0x1e9)},'layout':{'both':'Kedua\x20sisi','left':_0x54d49c(0x1ed),'right':_0x54d49c(0x1e3)},'structureKind':{'mindmapHorizontal':'Peta\x20pikiran\x20horizontal','mindmapVertical':'Peta\x20pikiran\x20vertikal','treeRight':_0x54d49c(0x1db),'treeLeft':_0x54d49c(0x1d4),'treeAlternate':_0x54d49c(0x203),'timelineHorizontal':_0x54d49c(0x1f2),'timelineVertical':_0x54d49c(0x1fd)},'branchLineType':{'curve':'Kurva','roundedOrthogonal':_0x54d49c(0x1f6),'orthogonal':_0x54d49c(0x1fa)},'addText':_0x54d49c(0x1d5),'cancel':'Batal','emptyNodes':_0x54d49c(0x1f4),'exportOPML':_0x54d49c(0x201),'importOPML':_0x54d49c(0x207),'pasteOPML':_0x54d49c(0x1eb),'rename':_0x54d49c(0x1ec),'renamePrompt':_0x54d49c(0x204),'searchNodes':'Cari\x20simpul','spacing':{'branchGap':'Jarak\x20cabang','parentGap':'Jarak\x20induk','siblingGap':_0x54d49c(0x1e8)}},'toolbar':{'primary':{'line':_0x54d49c(0x1dd),'fontColor':_0x54d49c(0x1fb),'typography':_0x54d49c(0x1dc),'more':_0x54d49c(0x1d6)},'panel':{'line':'Garis','typography':_0x54d49c(0x1dc),'more':_0x54d49c(0x1d6)},'action':{'addChild':_0x54d49c(0x1e6),'addSibling':_0x54d49c(0x1fe),'copy':_0x54d49c(0x206),'delete':_0x54d49c(0x1d8),'fill':'Isian','fontColor':_0x54d49c(0x1fb),'layout':_0x54d49c(0x1ee),'paste':_0x54d49c(0x1fc),'stroke':_0x54d49c(0x205)}}}};}));function _0x1c79(){var _0x527a77=['Tidak\x20ada\x20simpul','Deskripsi','Siku\x20membulat','Rata\x20atas','14FghJjE','12EDtFfS','Sudut\x20siku-siku','Warna\x20font','Tempel','Linimasa\x20vertikal','Tambah\x20simpul\x20sejajar','amd','function','Ekspor\x20OPML','Rata\x20tengah','Pohon\x20berselang-seling','Ganti\x20nama\x20simpul\x20peta\x20pikiran','Garis\x20tepi','Salin','Impor\x20OPML','254672wMfJAJ','Pohon\x20ke\x20kiri','Tambah\x20teks','Lainnya','Rata\x20tengah\x20vertikal','Hapus','3876632oECinc','Tambahkan\x20deskripsi\x20untuk\x20simpul\x20ini','Pohon\x20ke\x20kanan','Tipografi','Gaya\x20konektor','431915IVnObr','1670084SiDlID','474843MLsTeE','324BFfcPy','2223641QONIGc','Kanan','27170obVNrm','object','Tambah\x20anak','Peta\x20pikiran','Jarak\x20sejajar','Struktur','Rata\x20bawah','Tempel\x20XML\x20OPML','Ganti\x20nama','Kiri','Tata\x20letak','UniverProBoardsMindUiIdID','Batal','Rata\x20kiri','Linimasa\x20horizontal','Simpan'];_0x1c79=function(){return _0x527a77;};return _0x1c79();}
@@ -0,0 +1 @@
1
+ function _0x29bd(_0x389b72,_0x42396f){_0x389b72=_0x389b72-0x11c;var _0x299919=_0x2999();var _0x29bd1d=_0x299919[_0x389b72];return _0x29bd1d;}(function(_0x1bdc0d,_0x27f32d){var _0x35293a=_0x29bd,_0x2d127d=_0x1bdc0d();while(!![]){try{var _0x1891e5=-parseInt(_0x35293a(0x11d))/0x1+-parseInt(_0x35293a(0x144))/0x2*(parseInt(_0x35293a(0x149))/0x3)+parseInt(_0x35293a(0x132))/0x4*(-parseInt(_0x35293a(0x125))/0x5)+parseInt(_0x35293a(0x143))/0x6*(-parseInt(_0x35293a(0x14c))/0x7)+parseInt(_0x35293a(0x134))/0x8+-parseInt(_0x35293a(0x12b))/0x9*(parseInt(_0x35293a(0x12a))/0xa)+parseInt(_0x35293a(0x142))/0xb*(parseInt(_0x35293a(0x133))/0xc);if(_0x1891e5===_0x27f32d)break;else _0x2d127d['push'](_0x2d127d['shift']());}catch(_0x5886a3){_0x2d127d['push'](_0x2d127d['shift']());}}}(_0x2999,0xd7f9f),function(_0x5a1485,_0x1122c1){var _0x3077dd=_0x29bd;typeof exports==_0x3077dd(0x138)&&typeof module<'u'?module['exports']=_0x1122c1():typeof define=='function'&&define[_0x3077dd(0x13d)]?define([],_0x1122c1):(_0x5a1485=typeof globalThis<'u'?globalThis:_0x5a1485||self,_0x5a1485['UniverProBoardsMindUiItIT']=_0x1122c1());}(this,function(){var _0x16d4be=_0x29bd;return{'boards-mind-ui':{'alignBottom':_0x16d4be(0x127),'alignMiddle':_0x16d4be(0x12c),'alignTop':_0x16d4be(0x14d),'alignJustify':'Giustifica','alignRight':_0x16d4be(0x13b),'alignCenter':_0x16d4be(0x147),'alignLeft':'Allinea\x20a\x20sinistra','saveDescription':_0x16d4be(0x14f),'descriptionPlaceholder':_0x16d4be(0x126),'description':'Descrizione','cancel':_0x16d4be(0x14e),'panel':{'title':_0x16d4be(0x128),'tab':{'importExport':_0x16d4be(0x122),'layout':_0x16d4be(0x13f),'structure':_0x16d4be(0x13e)},'layout':{'both':_0x16d4be(0x124),'left':'Sinistra','right':_0x16d4be(0x130)},'structureKind':{'mindmapHorizontal':_0x16d4be(0x136),'mindmapVertical':'Mappa\x20mentale\x20verticale','treeRight':_0x16d4be(0x150),'treeLeft':_0x16d4be(0x145),'treeAlternate':_0x16d4be(0x140),'timelineHorizontal':_0x16d4be(0x151),'timelineVertical':_0x16d4be(0x13a)},'branchLineType':{'curve':'Curva','roundedOrthogonal':_0x16d4be(0x137),'orthogonal':_0x16d4be(0x148)},'addText':_0x16d4be(0x120),'cancel':_0x16d4be(0x14e),'emptyNodes':_0x16d4be(0x12f),'exportOPML':'Esporta\x20OPML','importOPML':'Importa\x20OPML','pasteOPML':_0x16d4be(0x14a),'rename':'Rinomina','renamePrompt':'Rinomina\x20nodo\x20della\x20mappa\x20mentale','searchNodes':_0x16d4be(0x12d),'spacing':{'branchGap':_0x16d4be(0x135),'parentGap':_0x16d4be(0x139),'siblingGap':'Spaziatura\x20fratelli'}},'toolbar':{'primary':{'line':_0x16d4be(0x11f),'fontColor':_0x16d4be(0x13c),'typography':_0x16d4be(0x11c),'more':'Altro'},'panel':{'line':_0x16d4be(0x123),'typography':'Tipografia','more':_0x16d4be(0x14b)},'action':{'addChild':_0x16d4be(0x121),'addSibling':_0x16d4be(0x11e),'copy':_0x16d4be(0x12e),'delete':_0x16d4be(0x131),'fill':_0x16d4be(0x129),'fontColor':_0x16d4be(0x13c),'layout':_0x16d4be(0x141),'paste':_0x16d4be(0x146),'stroke':'Tratto'}}}};}));function _0x2999(){var _0x243095=['Albero\x20alternato','Disposizione','834251AAyGWx','396Nsgwbq','2DkIwEY','Albero\x20verso\x20sinistra','Incolla','Allinea\x20al\x20centro','Angolo\x20retto','1095537QgOUns','Incolla\x20XML\x20OPML','Altro','121821DGHYhV','Allinea\x20in\x20alto','Annulla','Salva','Albero\x20verso\x20destra','Linea\x20temporale\x20orizzontale','Tipografia','1353842cGCKas','Aggiungi\x20fratello','Stile\x20connettore','Aggiungi\x20testo','Aggiungi\x20figlio','Importa/Esporta','Linea','Entrambi\x20i\x20lati','2610515YfhYyK','Aggiungi\x20una\x20descrizione\x20a\x20questo\x20nodo','Allinea\x20in\x20basso','Mappa\x20mentale','Riempimento','1583770FLzotp','27gubyKk','Allinea\x20al\x20centro\x20verticalmente','Cerca\x20nodi','Copia','Nessun\x20nodo','Destra','Elimina','8XqvgrK','684JXFdHH','7589264CJMhjA','Spaziatura\x20rami','Mappa\x20mentale\x20orizzontale','Gomito\x20arrotondato','object','Spaziatura\x20padre','Linea\x20temporale\x20verticale','Allinea\x20a\x20destra','Colore\x20carattere','amd','Struttura','Layout'];_0x2999=function(){return _0x243095;};return _0x2999();}
@@ -0,0 +1 @@
1
+ function _0x5331(_0x32698c,_0x396d04){_0x32698c=_0x32698c-0xed;var _0xab1def=_0xab1d();var _0x533160=_0xab1def[_0x32698c];return _0x533160;}function _0xab1d(){var _0x174be7=['664897LdzZcN','function','OPML\x20XML\x20を貼り付け','その他','8828gbNFHt','直角折れ線','2851494MlUfqK','480quVMFv','左向きツリー','縦方向のマインドマップ','インポート/エクスポート','下揃え','フォント色','横方向のタイムライン','キャンセル','貼り付け','13952PFndbF','コピー','レイアウト','交互ツリー','文字組み','テキストを追加','18829719CbQSCo','288568ZjFqAz','OPML\x20をエクスポート','171OUWPRn','親子間隔','塗りつぶし','コネクターのスタイル','マインドマップ','amd','上揃え','兄弟間隔','exports','OPML\x20をインポート','名前を変更','ブランチ間隔','横方向のマインドマップ','マインドマップノードの名前を変更','ノードを検索','右揃え','子ノードを追加','4939585xKKNcs','ノードがありません'];_0xab1d=function(){return _0x174be7;};return _0xab1d();}(function(_0x1e9336,_0x43aca7){var _0x3e6325=_0x5331,_0x5c25c3=_0x1e9336();while(!![]){try{var _0x1c0298=-parseInt(_0x3e6325(0x104))/0x1+-parseInt(_0x3e6325(0x108))/0x2*(parseInt(_0x3e6325(0xf1))/0x3)+parseInt(_0x3e6325(0x114))/0x4*(parseInt(_0x3e6325(0x10b))/0x5)+-parseInt(_0x3e6325(0x10a))/0x6+-parseInt(_0x3e6325(0x102))/0x7+parseInt(_0x3e6325(0xef))/0x8+parseInt(_0x3e6325(0xee))/0x9;if(_0x1c0298===_0x43aca7)break;else _0x5c25c3['push'](_0x5c25c3['shift']());}catch(_0x1a25b5){_0x5c25c3['push'](_0x5c25c3['shift']());}}}(_0xab1d,0x5948f),function(_0x174472,_0x1b9bcf){var _0x459605=_0x5331;typeof exports=='object'&&typeof module<'u'?module[_0x459605(0xf9)]=_0x1b9bcf():typeof define==_0x459605(0x105)&&define[_0x459605(0xf6)]?define([],_0x1b9bcf):(_0x174472=typeof globalThis<'u'?globalThis:_0x174472||self,_0x174472['UniverProBoardsMindUiJaJP']=_0x1b9bcf());}(this,function(){var _0x2eb4e6=_0x5331;return{'boards-mind-ui':{'alignBottom':_0x2eb4e6(0x10f),'alignMiddle':'上下中央揃え','alignTop':_0x2eb4e6(0xf7),'alignJustify':'両端揃え','alignRight':_0x2eb4e6(0x100),'alignCenter':'中央揃え','alignLeft':'左揃え','saveDescription':'保存','descriptionPlaceholder':'このノードの説明を追加','description':'説明','cancel':_0x2eb4e6(0x112),'panel':{'title':_0x2eb4e6(0xf5),'tab':{'importExport':_0x2eb4e6(0x10e),'layout':_0x2eb4e6(0x116),'structure':'構造'},'layout':{'both':'両側','left':'左','right':'右'},'structureKind':{'mindmapHorizontal':_0x2eb4e6(0xfd),'mindmapVertical':_0x2eb4e6(0x10d),'treeRight':'右向きツリー','treeLeft':_0x2eb4e6(0x10c),'treeAlternate':_0x2eb4e6(0x117),'timelineHorizontal':_0x2eb4e6(0x111),'timelineVertical':'縦方向のタイムライン'},'branchLineType':{'curve':'曲線','roundedOrthogonal':'角丸折れ線','orthogonal':_0x2eb4e6(0x109)},'addText':_0x2eb4e6(0xed),'cancel':'キャンセル','emptyNodes':_0x2eb4e6(0x103),'exportOPML':_0x2eb4e6(0xf0),'importOPML':_0x2eb4e6(0xfa),'pasteOPML':_0x2eb4e6(0x106),'rename':_0x2eb4e6(0xfb),'renamePrompt':_0x2eb4e6(0xfe),'searchNodes':_0x2eb4e6(0xff),'spacing':{'branchGap':_0x2eb4e6(0xfc),'parentGap':_0x2eb4e6(0xf2),'siblingGap':_0x2eb4e6(0xf8)}},'toolbar':{'primary':{'line':_0x2eb4e6(0xf4),'fontColor':'フォント色','typography':'文字組み','more':'その他'},'panel':{'line':'線','typography':_0x2eb4e6(0x118),'more':_0x2eb4e6(0x107)},'action':{'addChild':_0x2eb4e6(0x101),'addSibling':'兄弟ノードを追加','copy':_0x2eb4e6(0x115),'delete':'削除','fill':_0x2eb4e6(0xf3),'fontColor':_0x2eb4e6(0x110),'layout':_0x2eb4e6(0x116),'paste':_0x2eb4e6(0x113),'stroke':'線'}}}};}));
@@ -0,0 +1 @@
1
+ function _0x2b89(){var _0x35eea7=['14DcXxhn','가운데\x20맞춤','가로\x20타임라인','붙여넣기','1011933TKPsMJ','7424800TPwDSY','레이아웃','세로\x20마인드맵','1875715BkUeGV','object','자식\x20노드\x20추가','마인드맵','OPML\x20가져오기','오른쪽\x20맞춤','위\x20맞춤','왼쪽\x20맞춤','아래\x20맞춤','둥근\x20꺾은선','가운데\x20정렬','이름\x20바꾸기','8rniAbD','33HuNNlN','902ZBFzQS','OPML\x20내보내기','타이포그래피','글꼴\x20색','UniverProBoardsMindUiKoKR','오른쪽','amd','exports','형제\x20간격','노드\x20검색','더\x20보기','분기\x20간격','가로\x20마인드맵','이\x20노드에\x20설명\x20추가','텍스트\x20추가','양방향\x20트리','863442AYngRB','부모\x20간격','마인드맵\x20노드\x20이름\x20바꾸기','346vlIxYL','3100710NOPUec','OPML\x20XML\x20붙여넣기','605088OkgdKg','가져오기/내보내기'];_0x2b89=function(){return _0x35eea7;};return _0x2b89();}function _0x37ae(_0x3acb5a,_0x528c78){_0x3acb5a=_0x3acb5a-0x18e;var _0x2b89b5=_0x2b89();var _0x37ae3f=_0x2b89b5[_0x3acb5a];return _0x37ae3f;}(function(_0x4eba9a,_0x5f4f42){var _0x727c41=_0x37ae,_0x30c681=_0x4eba9a();while(!![]){try{var _0x3db2cc=-parseInt(_0x727c41(0x1b8))/0x1*(parseInt(_0x727c41(0x19d))/0x2)+-parseInt(_0x727c41(0x1a6))/0x3+-parseInt(_0x727c41(0x1b6))/0x4*(-parseInt(_0x727c41(0x1aa))/0x5)+parseInt(_0x727c41(0x19a))/0x6*(parseInt(_0x727c41(0x1a2))/0x7)+parseInt(_0x727c41(0x1a7))/0x8+-parseInt(_0x727c41(0x1a0))/0x9+parseInt(_0x727c41(0x19e))/0xa*(-parseInt(_0x727c41(0x1b7))/0xb);if(_0x3db2cc===_0x5f4f42)break;else _0x30c681['push'](_0x30c681['shift']());}catch(_0x1b772c){_0x30c681['push'](_0x30c681['shift']());}}}(_0x2b89,0x74106),function(_0x28e1a8,_0x11f869){var _0x195100=_0x37ae;typeof exports==_0x195100(0x1ab)&&typeof module<'u'?module[_0x195100(0x191)]=_0x11f869():typeof define=='function'&&define[_0x195100(0x190)]?define([],_0x11f869):(_0x28e1a8=typeof globalThis<'u'?globalThis:_0x28e1a8||self,_0x28e1a8[_0x195100(0x18e)]=_0x11f869());}(this,function(){var _0x757a97=_0x37ae;return{'boards-mind-ui':{'alignBottom':_0x757a97(0x1b2),'alignMiddle':_0x757a97(0x1a3),'alignTop':_0x757a97(0x1b0),'alignJustify':'양쪽\x20맞춤','alignRight':_0x757a97(0x1af),'alignCenter':_0x757a97(0x1b4),'alignLeft':_0x757a97(0x1b1),'saveDescription':'저장','descriptionPlaceholder':_0x757a97(0x197),'description':'설명','cancel':'취소','panel':{'title':_0x757a97(0x1ad),'tab':{'importExport':_0x757a97(0x1a1),'layout':_0x757a97(0x1a8),'structure':'구조'},'layout':{'both':'양쪽','left':'왼쪽','right':_0x757a97(0x18f)},'structureKind':{'mindmapHorizontal':_0x757a97(0x196),'mindmapVertical':_0x757a97(0x1a9),'treeRight':'오른쪽\x20트리','treeLeft':'왼쪽\x20트리','treeAlternate':_0x757a97(0x199),'timelineHorizontal':_0x757a97(0x1a4),'timelineVertical':'세로\x20타임라인'},'branchLineType':{'curve':'곡선','roundedOrthogonal':_0x757a97(0x1b3),'orthogonal':'직각\x20꺾은선'},'addText':_0x757a97(0x198),'cancel':'취소','emptyNodes':'노드\x20없음','exportOPML':_0x757a97(0x1b9),'importOPML':_0x757a97(0x1ae),'pasteOPML':_0x757a97(0x19f),'rename':_0x757a97(0x1b5),'renamePrompt':_0x757a97(0x19c),'searchNodes':_0x757a97(0x193),'spacing':{'branchGap':_0x757a97(0x195),'parentGap':_0x757a97(0x19b),'siblingGap':_0x757a97(0x192)}},'toolbar':{'primary':{'line':'연결선\x20스타일','fontColor':_0x757a97(0x1bb),'typography':_0x757a97(0x1ba),'more':'더\x20보기'},'panel':{'line':'선','typography':'타이포그래피','more':_0x757a97(0x194)},'action':{'addChild':_0x757a97(0x1ac),'addSibling':'형제\x20노드\x20추가','copy':'복사','delete':'삭제','fill':'채우기','fontColor':'글꼴\x20색','layout':'레이아웃','paste':_0x757a97(0x1a5),'stroke':'선'}}}};}));
@@ -0,0 +1 @@
1
+ function _0x5def(){var _0x2eaf0d=['9428WuGtHW','Odstęp\x20rodzeństwa','Wyrównaj\x20do\x20dołu','Importuj\x20OPML','Dodaj\x20tekst','Wklej','Pozioma\x20mapa\x20myśli','Kolor\x20czcionki','Szukaj\x20węzłów','object','Pionowa\x20mapa\x20myśli','Import/Eksport','272ktOflG','448JHWmtp','Dodaj\x20rodzeństwo','Dodaj\x20opis\x20tego\x20węzła','58356kNqNgN','Kąt\x20prosty','Układ','function','Zaokrąglone\x20kolano','Eksportuj\x20OPML','Kopiuj','Brak\x20węzłów','Anuluj','Wyrównaj\x20do\x20prawej','Wyrównaj\x20do\x20lewej','Wyrównaj\x20do\x20góry','45JgTpFK','Struktura','Drzewo\x20naprzemienne','amd','Opis','Pozioma\x20oś\x20czasu','Typografia','Więcej','Linia','Wklej\x20XML\x20OPML','UniverProBoardsMindUiPlPL','Wyrównaj\x20do\x20środka','exports','2177634PBaHSO','267836YngVNf','Krzywa','18808670IuSqkq','Zapisz','8100890csDSkB','2189034IfxoRX','Drzewo\x20w\x20lewo','Zmień\x20nazwę\x20węzła\x20mapy\x20myśli','Styl\x20łącznika'];_0x5def=function(){return _0x2eaf0d;};return _0x5def();}function _0x33b7(_0x204e6c,_0x462248){_0x204e6c=_0x204e6c-0x141;var _0x5def64=_0x5def();var _0x33b7dc=_0x5def64[_0x204e6c];return _0x33b7dc;}(function(_0x3b6b86,_0x46ce2d){var _0x54ba97=_0x33b7,_0x2f7bc7=_0x3b6b86();while(!![]){try{var _0x101d8f=parseInt(_0x54ba97(0x14c))/0x1*(parseInt(_0x54ba97(0x158))/0x2)+-parseInt(_0x54ba97(0x142))/0x3+parseInt(_0x54ba97(0x143))/0x4*(-parseInt(_0x54ba97(0x168))/0x5)+-parseInt(_0x54ba97(0x148))/0x6+-parseInt(_0x54ba97(0x147))/0x7+-parseInt(_0x54ba97(0x159))/0x8*(-parseInt(_0x54ba97(0x15c))/0x9)+parseInt(_0x54ba97(0x145))/0xa;if(_0x101d8f===_0x46ce2d)break;else _0x2f7bc7['push'](_0x2f7bc7['shift']());}catch(_0x5b52b9){_0x2f7bc7['push'](_0x2f7bc7['shift']());}}}(_0x5def,0xa4ee9),function(_0x4fec92,_0x371495){var _0x3e81c8=_0x33b7;typeof exports==_0x3e81c8(0x155)&&typeof module<'u'?module[_0x3e81c8(0x141)]=_0x371495():typeof define==_0x3e81c8(0x15f)&&define[_0x3e81c8(0x16b)]?define([],_0x371495):(_0x4fec92=typeof globalThis<'u'?globalThis:_0x4fec92||self,_0x4fec92[_0x3e81c8(0x172)]=_0x371495());}(this,function(){var _0x9fa09a=_0x33b7;return{'boards-mind-ui':{'alignBottom':_0x9fa09a(0x14e),'alignMiddle':_0x9fa09a(0x173),'alignTop':_0x9fa09a(0x167),'alignJustify':'Wyjustuj','alignRight':_0x9fa09a(0x165),'alignCenter':_0x9fa09a(0x173),'alignLeft':_0x9fa09a(0x166),'saveDescription':_0x9fa09a(0x146),'descriptionPlaceholder':_0x9fa09a(0x15b),'description':_0x9fa09a(0x16c),'cancel':_0x9fa09a(0x164),'panel':{'title':'Mapa\x20myśli','tab':{'importExport':_0x9fa09a(0x157),'layout':_0x9fa09a(0x15e),'structure':_0x9fa09a(0x169)},'layout':{'both':'Obie\x20strony','left':'Lewa','right':'Prawa'},'structureKind':{'mindmapHorizontal':_0x9fa09a(0x152),'mindmapVertical':_0x9fa09a(0x156),'treeRight':'Drzewo\x20w\x20prawo','treeLeft':_0x9fa09a(0x149),'treeAlternate':_0x9fa09a(0x16a),'timelineHorizontal':_0x9fa09a(0x16d),'timelineVertical':'Pionowa\x20oś\x20czasu'},'branchLineType':{'curve':_0x9fa09a(0x144),'roundedOrthogonal':_0x9fa09a(0x160),'orthogonal':_0x9fa09a(0x15d)},'addText':_0x9fa09a(0x150),'cancel':_0x9fa09a(0x164),'emptyNodes':_0x9fa09a(0x163),'exportOPML':_0x9fa09a(0x161),'importOPML':_0x9fa09a(0x14f),'pasteOPML':_0x9fa09a(0x171),'rename':'Zmień\x20nazwę','renamePrompt':_0x9fa09a(0x14a),'searchNodes':_0x9fa09a(0x154),'spacing':{'branchGap':'Odstęp\x20gałęzi','parentGap':'Odstęp\x20rodzica','siblingGap':_0x9fa09a(0x14d)}},'toolbar':{'primary':{'line':_0x9fa09a(0x14b),'fontColor':_0x9fa09a(0x153),'typography':_0x9fa09a(0x16e),'more':_0x9fa09a(0x16f)},'panel':{'line':_0x9fa09a(0x170),'typography':_0x9fa09a(0x16e),'more':_0x9fa09a(0x16f)},'action':{'addChild':'Dodaj\x20dziecko','addSibling':_0x9fa09a(0x15a),'copy':_0x9fa09a(0x162),'delete':'Usuń','fill':'Wypełnienie','fontColor':_0x9fa09a(0x153),'layout':_0x9fa09a(0x15e),'paste':_0x9fa09a(0x151),'stroke':'Kontur'}}}};}));
@@ -0,0 +1 @@
1
+ (function(_0x35330e,_0x60e255){var _0x5ec00c=_0x380c,_0x4ce395=_0x35330e();while(!![]){try{var _0x567bdc=parseInt(_0x5ec00c(0x191))/0x1*(parseInt(_0x5ec00c(0x1a4))/0x2)+parseInt(_0x5ec00c(0x1b0))/0x3+-parseInt(_0x5ec00c(0x199))/0x4*(parseInt(_0x5ec00c(0x19a))/0x5)+parseInt(_0x5ec00c(0x1a1))/0x6+parseInt(_0x5ec00c(0x19f))/0x7*(-parseInt(_0x5ec00c(0x197))/0x8)+parseInt(_0x5ec00c(0x1b1))/0x9*(parseInt(_0x5ec00c(0x18a))/0xa)+-parseInt(_0x5ec00c(0x186))/0xb;if(_0x567bdc===_0x60e255)break;else _0x4ce395['push'](_0x4ce395['shift']());}catch(_0x110269){_0x4ce395['push'](_0x4ce395['shift']());}}}(_0x1eef,0xad358),function(_0x563337,_0x2ee43a){var _0xfe25a0=_0x380c;typeof exports==_0xfe25a0(0x1ab)&&typeof module<'u'?module[_0xfe25a0(0x192)]=_0x2ee43a():typeof define=='function'&&define[_0xfe25a0(0x1ad)]?define([],_0x2ee43a):(_0x563337=typeof globalThis<'u'?globalThis:_0x563337||self,_0x563337[_0xfe25a0(0x188)]=_0x2ee43a());}(this,function(){var _0x4555c2=_0x380c;return{'boards-mind-ui':{'alignBottom':_0x4555c2(0x193),'alignMiddle':_0x4555c2(0x196),'alignTop':_0x4555c2(0x19b),'alignJustify':_0x4555c2(0x18e),'alignRight':'Alinhar\x20à\x20direita','alignCenter':_0x4555c2(0x187),'alignLeft':'Alinhar\x20à\x20esquerda','saveDescription':'Salvar','descriptionPlaceholder':_0x4555c2(0x1ac),'description':'Descrição','cancel':_0x4555c2(0x18c),'panel':{'title':_0x4555c2(0x181),'tab':{'importExport':_0x4555c2(0x190),'layout':_0x4555c2(0x183),'structure':'Estrutura'},'layout':{'both':_0x4555c2(0x18d),'left':_0x4555c2(0x18f),'right':_0x4555c2(0x19c)},'structureKind':{'mindmapHorizontal':_0x4555c2(0x1aa),'mindmapVertical':_0x4555c2(0x19d),'treeRight':_0x4555c2(0x195),'treeLeft':'Árvore\x20à\x20esquerda','treeAlternate':_0x4555c2(0x1a8),'timelineHorizontal':_0x4555c2(0x185),'timelineVertical':_0x4555c2(0x1a9)},'branchLineType':{'curve':_0x4555c2(0x180),'roundedOrthogonal':_0x4555c2(0x18b),'orthogonal':_0x4555c2(0x1a5)},'addText':_0x4555c2(0x182),'cancel':_0x4555c2(0x18c),'emptyNodes':_0x4555c2(0x198),'exportOPML':_0x4555c2(0x1a0),'importOPML':'Importar\x20OPML','pasteOPML':_0x4555c2(0x1a2),'rename':_0x4555c2(0x1a3),'renamePrompt':_0x4555c2(0x1af),'searchNodes':'Pesquisar\x20nós','spacing':{'branchGap':'Espaço\x20entre\x20ramificações','parentGap':'Espaço\x20do\x20pai','siblingGap':_0x4555c2(0x1a7)}},'toolbar':{'primary':{'line':_0x4555c2(0x1ae),'fontColor':_0x4555c2(0x1a6),'typography':_0x4555c2(0x19e),'more':'Mais'},'panel':{'line':'Linha','typography':'Tipografia','more':_0x4555c2(0x194)},'action':{'addChild':_0x4555c2(0x1b2),'addSibling':'Adicionar\x20irmão','copy':'Copiar','delete':_0x4555c2(0x184),'fill':'Preenchimento','fontColor':_0x4555c2(0x1a6),'layout':'Layout','paste':_0x4555c2(0x189),'stroke':'Contorno'}}}};}));function _0x380c(_0x147cc2,_0x13c5ca){_0x147cc2=_0x147cc2-0x180;var _0x1eefa0=_0x1eef();var _0x380c18=_0x1eefa0[_0x147cc2];return _0x380c18;}function _0x1eef(){var _0x355e05=['Tipografia','6663265yUjSrd','Exportar\x20OPML','8126718LmxwnV','Colar\x20XML\x20OPML','Renomear','2bCwoMI','Ângulo\x20reto','Cor\x20da\x20fonte','Espaço\x20entre\x20irmãos','Árvore\x20alternada','Linha\x20do\x20tempo\x20vertical','Mapa\x20mental\x20horizontal','object','Adicionar\x20uma\x20descrição\x20a\x20este\x20nó','amd','Estilo\x20do\x20conector','Renomear\x20nó\x20do\x20mapa\x20mental','2531094NsVapc','86679WjZDTc','Adicionar\x20filho','Curva','Mapa\x20mental','Adicionar\x20texto','Layout','Excluir','Linha\x20do\x20tempo\x20horizontal','17761337DWNdCV','Centralizar','UniverProBoardsMindUiPtBR','Colar','1210RlPjak','Cotovelo\x20arredondado','Cancelar','Ambos\x20os\x20lados','Justificar','Esquerda','Importar/Exportar','828501lJAgCi','exports','Alinhar\x20abaixo','Mais','Árvore\x20à\x20direita','Alinhar\x20ao\x20meio','8RClqFo','Nenhum\x20nó','68Xyqasa','269405PFrtny','Alinhar\x20acima','Direita','Mapa\x20mental\x20vertical'];_0x1eef=function(){return _0x355e05;};return _0x1eef();}
@@ -0,0 +1 @@
1
+ (function(_0x28de7b,_0x5567ab){var _0x2ed10f=_0x39d5,_0x37bdfc=_0x28de7b();while(!![]){try{var _0x513097=-parseInt(_0x2ed10f(0x152))/0x1+parseInt(_0x2ed10f(0x15f))/0x2*(parseInt(_0x2ed10f(0x150))/0x3)+-parseInt(_0x2ed10f(0x157))/0x4+-parseInt(_0x2ed10f(0x165))/0x5*(-parseInt(_0x2ed10f(0x163))/0x6)+-parseInt(_0x2ed10f(0x14f))/0x7*(parseInt(_0x2ed10f(0x13a))/0x8)+parseInt(_0x2ed10f(0x145))/0x9+parseInt(_0x2ed10f(0x148))/0xa;if(_0x513097===_0x5567ab)break;else _0x37bdfc['push'](_0x37bdfc['shift']());}catch(_0x352af0){_0x37bdfc['push'](_0x37bdfc['shift']());}}}(_0x865a,0x1e7ea),function(_0x3457df,_0x23dea3){var _0x350889=_0x39d5;typeof exports==_0x350889(0x149)&&typeof module<'u'?module['exports']=_0x23dea3():typeof define=='function'&&define[_0x350889(0x156)]?define([],_0x23dea3):(_0x3457df=typeof globalThis<'u'?globalThis:_0x3457df||self,_0x3457df[_0x350889(0x15b)]=_0x23dea3());}(this,function(){var _0x27489c=_0x39d5;return{'boards-mind-ui':{'alignBottom':_0x27489c(0x155),'alignMiddle':'Выровнять\x20по\x20середине','alignTop':'Выровнять\x20по\x20верхнему\x20краю','alignJustify':_0x27489c(0x15a),'alignRight':_0x27489c(0x15c),'alignCenter':_0x27489c(0x167),'alignLeft':_0x27489c(0x142),'saveDescription':_0x27489c(0x14d),'descriptionPlaceholder':'Добавьте\x20описание\x20для\x20этого\x20узла','description':_0x27489c(0x15e),'cancel':_0x27489c(0x153),'panel':{'title':_0x27489c(0x14c),'tab':{'importExport':_0x27489c(0x139),'layout':'Макет','structure':'Структура'},'layout':{'both':_0x27489c(0x143),'left':_0x27489c(0x164),'right':_0x27489c(0x160)},'structureKind':{'mindmapHorizontal':'Горизонтальная\x20интеллект-карта','mindmapVertical':'Вертикальная\x20интеллект-карта','treeRight':_0x27489c(0x140),'treeLeft':_0x27489c(0x15d),'treeAlternate':_0x27489c(0x13c),'timelineHorizontal':_0x27489c(0x159),'timelineVertical':_0x27489c(0x166)},'branchLineType':{'curve':_0x27489c(0x168),'roundedOrthogonal':_0x27489c(0x158),'orthogonal':'Прямой\x20угол'},'addText':_0x27489c(0x13e),'cancel':'Отмена','emptyNodes':_0x27489c(0x154),'exportOPML':_0x27489c(0x162),'importOPML':_0x27489c(0x14b),'pasteOPML':_0x27489c(0x151),'rename':_0x27489c(0x137),'renamePrompt':'Переименовать\x20узел\x20интеллект-карты','searchNodes':_0x27489c(0x144),'spacing':{'branchGap':'Интервал\x20ветвей','parentGap':'Интервал\x20родителя','siblingGap':'Интервал\x20соседних\x20узлов'}},'toolbar':{'primary':{'line':'Стиль\x20соединителя','fontColor':'Цвет\x20шрифта','typography':_0x27489c(0x147),'more':_0x27489c(0x146)},'panel':{'line':_0x27489c(0x161),'typography':_0x27489c(0x147),'more':_0x27489c(0x146)},'action':{'addChild':_0x27489c(0x141),'addSibling':_0x27489c(0x14a),'copy':_0x27489c(0x13d),'delete':'Удалить','fill':_0x27489c(0x138),'fontColor':_0x27489c(0x13f),'layout':'Макет','paste':_0x27489c(0x14e),'stroke':_0x27489c(0x13b)}}}};}));function _0x39d5(_0xe94035,_0x1cbc22){_0xe94035=_0xe94035-0x137;var _0x865a81=_0x865a();var _0x39d5f8=_0x865a81[_0xe94035];return _0x39d5f8;}function _0x865a(){var _0x205444=['711348baGdgm','Скругленный\x20изгиб','Горизонтальная\x20временная\x20шкала','По\x20ширине','UniverProBoardsMindUiRuRU','Выровнять\x20вправо','Дерево\x20влево','Описание','27814ntBjOe','Справа','Линия','Экспорт\x20OPML','899466IeYuaH','Слева','5cUZdhv','Вертикальная\x20временная\x20шкала','Выровнять\x20по\x20центру','Кривая','Переименовать','Заливка','Импорт/экспорт','8nQsyIy','Обводка','Чередующееся\x20дерево','Копировать','Добавить\x20текст','Цвет\x20шрифта','Дерево\x20вправо','Добавить\x20дочерний\x20узел','Выровнять\x20влево','С\x20обеих\x20сторон','Поиск\x20узлов','1042605NasWkE','Еще','Типографика','2821340GMcbBi','object','Добавить\x20соседний\x20узел','Импорт\x20OPML','Интеллект-карта','Сохранить','Вставить','1669248oIKETT','39ByhbDy','Вставить\x20XML\x20OPML','187474xxOoea','Отмена','Нет\x20узлов','Выровнять\x20по\x20нижнему\x20краю','amd'];_0x865a=function(){return _0x205444;};return _0x865a();}
@@ -0,0 +1 @@
1
+ function _0x1192(_0x4bf189,_0x312465){_0x4bf189=_0x4bf189-0x137;var _0x5e013e=_0x5e01();var _0x1192a5=_0x5e013e[_0x4bf189];return _0x1192a5;}function _0x5e01(){var _0x198f35=['Štruktúra','Vertikálna\x20myšlienková\x20mapa','Odstranit','Rozloženie','Obrys','615526xkcKms','Medzera\x20súrodencov','Vľavo','Importovať\x20OPML','1gJqUIL','Viac','UniverProBoardsMindUiSkSK','77373LmAbDd','Obe\x20strany','Strom\x20doľava','Zarovnat\x20na\x20stred','amd','2660147dygZVM','object','Zarovnat\x20nadol','Krivka','Myšlienková\x20mapa','6MjJDzM','Vertikálna\x20časová\x20os','Zarovnať\x20doprava','Medzera\x20vetiev','472YWkhEl','Pridat\x20dieta','Strom\x20doprava','1675132uyYJlu','Pravý\x20uhol','Pridajte\x20popis\x20tohto\x20uzla','Typografia','Zarovnat\x20nahor','Zarovnat\x20do\x20bloku','Exportovať\x20OPML','Pridat\x20surodenca','2650047zErbqw','Zrušiť','Kopirovat','Striedavý\x20strom','Popis','Medzera\x20rodica','8651865SzBdqQ','Premenovať\x20uzol\x20myšlienkovej\x20mapy','Prilepiť\x20OPML\x20XML','Pridať\x20text','Ciara','Hľadať\x20uzly','8954470rngZhY'];_0x5e01=function(){return _0x198f35;};return _0x5e01();}(function(_0x5c702a,_0x5b0c52){var _0x459a34=_0x1192,_0x1df631=_0x5c702a();while(!![]){try{var _0x4d96be=-parseInt(_0x459a34(0x137))/0x1*(parseInt(_0x459a34(0x165))/0x2)+-parseInt(_0x459a34(0x153))/0x3+parseInt(_0x459a34(0x14b))/0x4+-parseInt(_0x459a34(0x159))/0x5*(-parseInt(_0x459a34(0x144))/0x6)+-parseInt(_0x459a34(0x13f))/0x7+parseInt(_0x459a34(0x148))/0x8*(-parseInt(_0x459a34(0x13a))/0x9)+parseInt(_0x459a34(0x15f))/0xa;if(_0x4d96be===_0x5b0c52)break;else _0x1df631['push'](_0x1df631['shift']());}catch(_0x33cfa6){_0x1df631['push'](_0x1df631['shift']());}}}(_0x5e01,0xebe67),function(_0x5b5ae1,_0x498325){var _0x18de7c=_0x1192;typeof exports==_0x18de7c(0x140)&&typeof module<'u'?module['exports']=_0x498325():typeof define=='function'&&define[_0x18de7c(0x13e)]?define([],_0x498325):(_0x5b5ae1=typeof globalThis<'u'?globalThis:_0x5b5ae1||self,_0x5b5ae1[_0x18de7c(0x139)]=_0x498325());}(this,function(){var _0xf40bb2=_0x1192;return{'boards-mind-ui':{'alignBottom':_0xf40bb2(0x141),'alignMiddle':_0xf40bb2(0x13d),'alignTop':_0xf40bb2(0x14f),'alignJustify':_0xf40bb2(0x150),'alignRight':_0xf40bb2(0x146),'alignCenter':_0xf40bb2(0x13d),'alignLeft':'Zarovnať\x20doľava','saveDescription':'Uložiť','descriptionPlaceholder':_0xf40bb2(0x14d),'description':_0xf40bb2(0x157),'cancel':_0xf40bb2(0x154),'panel':{'title':_0xf40bb2(0x143),'tab':{'importExport':'Import/Export','layout':'Rozloženie','structure':_0xf40bb2(0x160)},'layout':{'both':_0xf40bb2(0x13b),'left':_0xf40bb2(0x167),'right':'Vpravo'},'structureKind':{'mindmapHorizontal':'Horizontálna\x20myšlienková\x20mapa','mindmapVertical':_0xf40bb2(0x161),'treeRight':_0xf40bb2(0x14a),'treeLeft':_0xf40bb2(0x13c),'treeAlternate':_0xf40bb2(0x156),'timelineHorizontal':'Horizontálna\x20časová\x20os','timelineVertical':_0xf40bb2(0x145)},'branchLineType':{'curve':_0xf40bb2(0x142),'roundedOrthogonal':'Zaoblené\x20koleno','orthogonal':_0xf40bb2(0x14c)},'addText':_0xf40bb2(0x15c),'cancel':_0xf40bb2(0x154),'emptyNodes':'Žiadne\x20uzly','exportOPML':_0xf40bb2(0x151),'importOPML':_0xf40bb2(0x168),'pasteOPML':_0xf40bb2(0x15b),'rename':'Premenovať','renamePrompt':_0xf40bb2(0x15a),'searchNodes':_0xf40bb2(0x15e),'spacing':{'branchGap':_0xf40bb2(0x147),'parentGap':_0xf40bb2(0x158),'siblingGap':_0xf40bb2(0x166)}},'toolbar':{'primary':{'line':'Štýl\x20spojnice','fontColor':'Farba\x20písma','typography':_0xf40bb2(0x14e),'more':_0xf40bb2(0x138)},'panel':{'line':_0xf40bb2(0x15d),'typography':_0xf40bb2(0x14e),'more':_0xf40bb2(0x138)},'action':{'addChild':_0xf40bb2(0x149),'addSibling':_0xf40bb2(0x152),'copy':_0xf40bb2(0x155),'delete':_0xf40bb2(0x162),'fill':'Vypln','fontColor':'Farba\x20písma','layout':_0xf40bb2(0x163),'paste':'Prilepiť','stroke':_0xf40bb2(0x164)}}}};}));
@@ -0,0 +1 @@
1
+ function _0x75c6(_0x154c83,_0x303681){_0x154c83=_0x154c83-0x158;var _0xf5ae40=_0xf5ae();var _0x75c6b8=_0xf5ae40[_0x154c83];return _0x75c6b8;}function _0xf5ae(){var _0x44735a=['Dòng\x20thời\x20gian\x20dọc','Thêm\x20nút\x20cùng\x20cấp','Hủy','Căn\x20trên','Mô\x20tả','function','Góc\x20bo\x20tròn','Góc\x20vuông','Thêm\x20văn\x20bản','Dòng\x20thời\x20gian\x20ngang','4mdalbK','Căn\x20giữa','Khoảng\x20cách\x20nút\x20cùng\x20cấp','18494553PdypHq','7VSqcth','Tô\x20màu','Màu\x20chữ','1022286GVlOTz','Thêm\x20nút\x20con','Nhập/Xuất','Xuất\x20OPML','Sơ\x20đồ\x20tư\x20duy','Căn\x20phải','exports','Kiểu\x20đường\x20nối','9KRtQDq','Nhập\x20OPML','Sơ\x20đồ\x20tư\x20duy\x20dọc','Cấu\x20trúc','Kiểu\x20chữ','Xóa','Cây\x20hướng\x20trái','Căn\x20dưới','Khoảng\x20cách\x20nút\x20cha','Sơ\x20đồ\x20tư\x20duy\x20ngang','Bố\x20cục','Cây\x20xen\x20kẽ','Viền','Đường','83nmvfHd','Tìm\x20nút','Sao\x20chép','Bên\x20phải','26tivGDq','Cây\x20hướng\x20phải','2781760AVmslP','Khoảng\x20cách\x20nhánh','Lưu','amd','object','Đổi\x20tên\x20nút\x20sơ\x20đồ\x20tư\x20duy','Thêm','Thêm\x20mô\x20tả\x20cho\x20nút\x20này','175197TSKDdv','23896kScUVp','5877600FjpJHE','Bên\x20trái'];_0xf5ae=function(){return _0x44735a;};return _0xf5ae();}(function(_0x217274,_0x3c6c21){var _0x424c1b=_0x75c6,_0x5b7e31=_0x217274();while(!![]){try{var _0x486f92=parseInt(_0x424c1b(0x165))/0x1*(-parseInt(_0x424c1b(0x169))/0x2)+-parseInt(_0x424c1b(0x173))/0x3*(parseInt(_0x424c1b(0x181))/0x4)+-parseInt(_0x424c1b(0x16b))/0x5+parseInt(_0x424c1b(0x188))/0x6*(-parseInt(_0x424c1b(0x185))/0x7)+parseInt(_0x424c1b(0x174))/0x8*(parseInt(_0x424c1b(0x190))/0x9)+-parseInt(_0x424c1b(0x175))/0xa+parseInt(_0x424c1b(0x184))/0xb;if(_0x486f92===_0x3c6c21)break;else _0x5b7e31['push'](_0x5b7e31['shift']());}catch(_0x5511f8){_0x5b7e31['push'](_0x5b7e31['shift']());}}}(_0xf5ae,0x4bc43),function(_0x1e7b2e,_0x464235){var _0x12c217=_0x75c6;typeof exports==_0x12c217(0x16f)&&typeof module<'u'?module[_0x12c217(0x18e)]=_0x464235():typeof define==_0x12c217(0x17c)&&define[_0x12c217(0x16e)]?define([],_0x464235):(_0x1e7b2e=typeof globalThis<'u'?globalThis:_0x1e7b2e||self,_0x1e7b2e['UniverProBoardsMindUiViVN']=_0x464235());}(this,function(){var _0x4b6d14=_0x75c6;return{'boards-mind-ui':{'alignBottom':_0x4b6d14(0x15e),'alignMiddle':'Căn\x20giữa\x20theo\x20chiều\x20dọc','alignTop':_0x4b6d14(0x17a),'alignJustify':'Căn\x20đều','alignRight':_0x4b6d14(0x18d),'alignCenter':_0x4b6d14(0x182),'alignLeft':'Căn\x20trái','saveDescription':_0x4b6d14(0x16d),'descriptionPlaceholder':_0x4b6d14(0x172),'description':_0x4b6d14(0x17b),'cancel':_0x4b6d14(0x179),'panel':{'title':_0x4b6d14(0x18c),'tab':{'importExport':_0x4b6d14(0x18a),'layout':_0x4b6d14(0x161),'structure':_0x4b6d14(0x15a)},'layout':{'both':'Hai\x20bên','left':_0x4b6d14(0x176),'right':_0x4b6d14(0x168)},'structureKind':{'mindmapHorizontal':_0x4b6d14(0x160),'mindmapVertical':_0x4b6d14(0x159),'treeRight':_0x4b6d14(0x16a),'treeLeft':_0x4b6d14(0x15d),'treeAlternate':_0x4b6d14(0x162),'timelineHorizontal':_0x4b6d14(0x180),'timelineVertical':_0x4b6d14(0x177)},'branchLineType':{'curve':'Đường\x20cong','roundedOrthogonal':_0x4b6d14(0x17d),'orthogonal':_0x4b6d14(0x17e)},'addText':_0x4b6d14(0x17f),'cancel':_0x4b6d14(0x179),'emptyNodes':'Không\x20có\x20nút','exportOPML':_0x4b6d14(0x18b),'importOPML':_0x4b6d14(0x158),'pasteOPML':'Dán\x20XML\x20OPML','rename':'Đổi\x20tên','renamePrompt':_0x4b6d14(0x170),'searchNodes':_0x4b6d14(0x166),'spacing':{'branchGap':_0x4b6d14(0x16c),'parentGap':_0x4b6d14(0x15f),'siblingGap':_0x4b6d14(0x183)}},'toolbar':{'primary':{'line':_0x4b6d14(0x18f),'fontColor':_0x4b6d14(0x187),'typography':'Kiểu\x20chữ','more':_0x4b6d14(0x171)},'panel':{'line':_0x4b6d14(0x164),'typography':_0x4b6d14(0x15b),'more':'Thêm'},'action':{'addChild':_0x4b6d14(0x189),'addSibling':_0x4b6d14(0x178),'copy':_0x4b6d14(0x167),'delete':_0x4b6d14(0x15c),'fill':_0x4b6d14(0x186),'fontColor':_0x4b6d14(0x187),'layout':_0x4b6d14(0x161),'paste':'Dán','stroke':_0x4b6d14(0x163)}}}};}));
@@ -0,0 +1 @@
1
+ (function(_0x3a6c42,_0xf58d11){var _0x3421cf=_0x88ae,_0x379fb=_0x3a6c42();while(!![]){try{var _0xfdb05=parseInt(_0x3421cf(0x1d9))/0x1*(parseInt(_0x3421cf(0x1eb))/0x2)+-parseInt(_0x3421cf(0x1e5))/0x3+parseInt(_0x3421cf(0x1f6))/0x4*(-parseInt(_0x3421cf(0x1f9))/0x5)+parseInt(_0x3421cf(0x1e4))/0x6+-parseInt(_0x3421cf(0x1d3))/0x7+-parseInt(_0x3421cf(0x1db))/0x8*(parseInt(_0x3421cf(0x1d6))/0x9)+-parseInt(_0x3421cf(0x1ef))/0xa*(-parseInt(_0x3421cf(0x1f8))/0xb);if(_0xfdb05===_0xf58d11)break;else _0x379fb['push'](_0x379fb['shift']());}catch(_0x538b60){_0x379fb['push'](_0x379fb['shift']());}}}(_0x1661,0xab1b1),function(_0x3fcea4,_0x3d23a4){var _0x9c2c1a=_0x88ae;typeof exports==_0x9c2c1a(0x1ea)&&typeof module<'u'?module[_0x9c2c1a(0x1ec)]=_0x3d23a4():typeof define==_0x9c2c1a(0x1e9)&&define[_0x9c2c1a(0x1d4)]?define([],_0x3d23a4):(_0x3fcea4=typeof globalThis<'u'?globalThis:_0x3fcea4||self,_0x3fcea4[_0x9c2c1a(0x1f0)]=_0x3d23a4());}(this,function(){var _0xd19ce1=_0x88ae;return{'boards-mind-ui':{'alignBottom':_0xd19ce1(0x1df),'alignMiddle':_0xd19ce1(0x1de),'alignTop':_0xd19ce1(0x1da),'alignJustify':'两端对齐','alignRight':_0xd19ce1(0x1e1),'alignCenter':_0xd19ce1(0x1e8),'alignLeft':_0xd19ce1(0x1dd),'saveDescription':'保存','descriptionPlaceholder':_0xd19ce1(0x1f2),'description':'描述','cancel':'取消','panel':{'title':_0xd19ce1(0x1e0),'tab':{'importExport':_0xd19ce1(0x1e3),'layout':'布局','structure':'结构'},'layout':{'both':'双向','left':'左侧','right':'右侧'},'structureKind':{'mindmapHorizontal':_0xd19ce1(0x1d1),'mindmapVertical':'上下思维导图','treeRight':_0xd19ce1(0x1d2),'treeLeft':_0xd19ce1(0x1dc),'treeAlternate':_0xd19ce1(0x1d8),'timelineHorizontal':'横向时间线','timelineVertical':'纵向时间线'},'branchLineType':{'curve':'曲线','roundedOrthogonal':_0xd19ce1(0x1f5),'orthogonal':_0xd19ce1(0x1f4)},'addText':_0xd19ce1(0x1f1),'cancel':'取消','emptyNodes':'暂无节点','exportOPML':'导出\x20OPML','importOPML':'导入\x20OPML','pasteOPML':_0xd19ce1(0x1d7),'rename':_0xd19ce1(0x1f3),'renamePrompt':_0xd19ce1(0x1f7),'searchNodes':_0xd19ce1(0x1e7),'spacing':{'branchGap':_0xd19ce1(0x1e6),'parentGap':_0xd19ce1(0x1ed),'siblingGap':_0xd19ce1(0x1ee)}},'toolbar':{'primary':{'line':_0xd19ce1(0x1e2),'fontColor':_0xd19ce1(0x1d0),'typography':'排版','more':'更多'},'panel':{'line':'线条','typography':'排版','more':'更多'},'action':{'addChild':_0xd19ce1(0x1d5),'addSibling':'添加同级节点','copy':'复制','delete':'删除','fill':'填充','fontColor':_0xd19ce1(0x1d0),'layout':'布局','paste':'粘贴','stroke':'描边'}}}};}));function _0x88ae(_0x52986e,_0x5a8dbe){_0x52986e=_0x52986e-0x1d0;var _0x1661dd=_0x1661();var _0x88ae59=_0x1661dd[_0x52986e];return _0x88ae59;}function _0x1661(){var _0x13191c=['84bormEr','重命名思维导图节点','308EYpmBd','177635TIQQUT','字体颜色','左右思维导图','右侧树形图','7727440QhMxUe','amd','添加子节点','63qiXZuA','粘贴\x20OPML\x20XML','左右树形图','19WqTYXx','顶部对齐','24560WyTngH','左侧树形图','左对齐','垂直居中','底部对齐','思维导图','右对齐','连接线样式','导入/导出','2145072gKDoIa','802887BNAQoF','分支间距','搜索节点','居中对齐','function','object','106010DFeSWC','exports','父子间距','同级间距','526910kQMOhk','UniverProBoardsMindUiZhCN','添加文本','为当前节点添加描述','重命名','直角折线','圆角折线'];_0x1661=function(){return _0x13191c;};return _0x1661();}
@@ -0,0 +1 @@
1
+ function _0x5ee2(_0x3100a8,_0x18a85c){_0x3100a8=_0x3100a8-0x14f;var _0x323ef8=_0x323e();var _0x5ee2ea=_0x323ef8[_0x3100a8];return _0x5ee2ea;}(function(_0x1165f8,_0x5ae309){var _0x13964c=_0x5ee2,_0x476e26=_0x1165f8();while(!![]){try{var _0x212f9b=parseInt(_0x13964c(0x151))/0x1*(-parseInt(_0x13964c(0x172))/0x2)+-parseInt(_0x13964c(0x163))/0x3*(-parseInt(_0x13964c(0x170))/0x4)+-parseInt(_0x13964c(0x156))/0x5*(parseInt(_0x13964c(0x162))/0x6)+parseInt(_0x13964c(0x158))/0x7+parseInt(_0x13964c(0x16b))/0x8+parseInt(_0x13964c(0x16a))/0x9+-parseInt(_0x13964c(0x15e))/0xa*(-parseInt(_0x13964c(0x165))/0xb);if(_0x212f9b===_0x5ae309)break;else _0x476e26['push'](_0x476e26['shift']());}catch(_0x4d2814){_0x476e26['push'](_0x476e26['shift']());}}}(_0x323e,0x9e76e),function(_0x2b2d45,_0x1092cb){var _0x4870f5=_0x5ee2;typeof exports==_0x4870f5(0x159)&&typeof module<'u'?module[_0x4870f5(0x16f)]=_0x1092cb():typeof define=='function'&&define[_0x4870f5(0x160)]?define([],_0x1092cb):(_0x2b2d45=typeof globalThis<'u'?globalThis:_0x2b2d45||self,_0x2b2d45[_0x4870f5(0x168)]=_0x1092cb());}(this,function(){var _0x2707cf=_0x5ee2;return{'boards-mind-ui':{'alignBottom':_0x2707cf(0x15a),'alignMiddle':_0x2707cf(0x14f),'alignTop':_0x2707cf(0x167),'alignJustify':'左右對齊','alignRight':'靠右對齊','alignCenter':_0x2707cf(0x176),'alignLeft':'靠左對齊','saveDescription':'儲存','descriptionPlaceholder':'為目前節點新增描述','description':'描述','cancel':'取消','panel':{'title':'心智圖','tab':{'importExport':_0x2707cf(0x16e),'layout':_0x2707cf(0x169),'structure':'結構'},'layout':{'both':'雙向','left':'左側','right':'右側'},'structureKind':{'mindmapHorizontal':_0x2707cf(0x154),'mindmapVertical':_0x2707cf(0x15f),'treeRight':_0x2707cf(0x174),'treeLeft':_0x2707cf(0x173),'treeAlternate':_0x2707cf(0x15c),'timelineHorizontal':_0x2707cf(0x161),'timelineVertical':_0x2707cf(0x15b)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0x2707cf(0x175),'orthogonal':_0x2707cf(0x155)},'addText':_0x2707cf(0x171),'cancel':'取消','emptyNodes':_0x2707cf(0x16c),'exportOPML':'匯出\x20OPML','importOPML':_0x2707cf(0x177),'pasteOPML':_0x2707cf(0x157),'rename':_0x2707cf(0x15d),'renamePrompt':'重新命名心智圖節點','searchNodes':_0x2707cf(0x166),'spacing':{'branchGap':'分支間距','parentGap':_0x2707cf(0x164),'siblingGap':'同層間距'}},'toolbar':{'primary':{'line':'連接線樣式','fontColor':_0x2707cf(0x150),'typography':_0x2707cf(0x152),'more':'更多'},'panel':{'line':'線條','typography':_0x2707cf(0x152),'more':'更多'},'action':{'addChild':_0x2707cf(0x153),'addSibling':_0x2707cf(0x16d),'copy':'複製','delete':'刪除','fill':'填滿','fontColor':_0x2707cf(0x150),'layout':_0x2707cf(0x169),'paste':'貼上','stroke':'外框'}}}};}));function _0x323e(){var _0x40525a=['新增同層節點','匯入/匯出','exports','196ssNWJl','新增文字','46GTZVTf','左側樹狀圖','右側樹狀圖','圓角折線','置中對齊','匯入\x20OPML','垂直置中','字型顏色','47576LBDXdb','文字排版','新增子節點','橫向心智圖','直角折線','1895115DbpIXy','貼上\x20OPML\x20XML','5231135WJhdjV','object','靠下對齊','縱向時間軸','左右樹狀圖','重新命名','90ExmiDG','縱向心智圖','amd','橫向時間軸','18ByMMWy','33621xGjeAi','父子間距','1438855MTGjmo','搜尋節點','靠上對齊','UniverProBoardsMindUiZhHK','版面配置','104688yjNxPY','3160496vKBahl','沒有節點'];_0x323e=function(){return _0x40525a;};return _0x323e();}
@@ -0,0 +1 @@
1
+ function _0x2368(_0x39aeb5,_0x5419f6){_0x39aeb5=_0x39aeb5-0xc0;var _0x168dec=_0x168d();var _0x23688f=_0x168dec[_0x39aeb5];return _0x23688f;}function _0x168d(){var _0x15a45b=['UniverProBoardsMindUiZhTW','文字排版','連接線樣式','匯入\x20OPML','980462OKmzas','amd','靠左對齊','左右對齊','靠下對齊','左側樹狀圖','圓角折線','垂直置中','同層間距','12gVwWxY','376339SVvzwz','置中對齊','搜尋節點','740SvRcOj','63404SlBlus','字型顏色','13128WhgGrV','版面配置','新增同層節點','2779yGlPCW','貼上\x20OPML\x20XML','父子間距','552NKdrWm','重新命名心智圖節點','縱向時間軸','沒有節點','重新命名','直角折線','新增子節點','匯出\x20OPML','1312DSOfzB','心智圖','6089643pedNdq','分支間距','靠上對齊','object','757155cZFjUw','橫向心智圖','縱向心智圖'];_0x168d=function(){return _0x15a45b;};return _0x168d();}(function(_0x2a0979,_0x5d5c90){var _0xdc279b=_0x2368,_0x3dee88=_0x2a0979();while(!![]){try{var _0x2de628=-parseInt(_0xdc279b(0xce))/0x1+parseInt(_0xdc279b(0xc4))/0x2+parseInt(_0xdc279b(0xda))/0x3*(-parseInt(_0xdc279b(0xd4))/0x4)+parseInt(_0xdc279b(0xe8))/0x5*(-parseInt(_0xdc279b(0xcd))/0x6)+parseInt(_0xdc279b(0xd7))/0x7*(parseInt(_0xdc279b(0xe2))/0x8)+parseInt(_0xdc279b(0xe4))/0x9+-parseInt(_0xdc279b(0xd1))/0xa*(-parseInt(_0xdc279b(0xd2))/0xb);if(_0x2de628===_0x5d5c90)break;else _0x3dee88['push'](_0x3dee88['shift']());}catch(_0x1f26ac){_0x3dee88['push'](_0x3dee88['shift']());}}}(_0x168d,0x5ba75),function(_0x194290,_0x4eaf17){var _0x162756=_0x2368;typeof exports==_0x162756(0xe7)&&typeof module<'u'?module['exports']=_0x4eaf17():typeof define=='function'&&define[_0x162756(0xc5)]?define([],_0x4eaf17):(_0x194290=typeof globalThis<'u'?globalThis:_0x194290||self,_0x194290[_0x162756(0xc0)]=_0x4eaf17());}(this,function(){var _0x3cfd0d=_0x2368;return{'boards-mind-ui':{'alignBottom':_0x3cfd0d(0xc8),'alignMiddle':_0x3cfd0d(0xcb),'alignTop':_0x3cfd0d(0xe6),'alignJustify':_0x3cfd0d(0xc7),'alignRight':'靠右對齊','alignCenter':_0x3cfd0d(0xcf),'alignLeft':_0x3cfd0d(0xc6),'saveDescription':'儲存','descriptionPlaceholder':'為目前節點新增描述','description':'描述','cancel':'取消','panel':{'title':_0x3cfd0d(0xe3),'tab':{'importExport':'匯入/匯出','layout':_0x3cfd0d(0xd5),'structure':'結構'},'layout':{'both':'雙向','left':'左側','right':'右側'},'structureKind':{'mindmapHorizontal':_0x3cfd0d(0xe9),'mindmapVertical':_0x3cfd0d(0xea),'treeRight':'右側樹狀圖','treeLeft':_0x3cfd0d(0xc9),'treeAlternate':'左右樹狀圖','timelineHorizontal':'橫向時間軸','timelineVertical':_0x3cfd0d(0xdc)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0x3cfd0d(0xca),'orthogonal':_0x3cfd0d(0xdf)},'addText':'新增文字','cancel':'取消','emptyNodes':_0x3cfd0d(0xdd),'exportOPML':_0x3cfd0d(0xe1),'importOPML':_0x3cfd0d(0xc3),'pasteOPML':_0x3cfd0d(0xd8),'rename':_0x3cfd0d(0xde),'renamePrompt':_0x3cfd0d(0xdb),'searchNodes':_0x3cfd0d(0xd0),'spacing':{'branchGap':_0x3cfd0d(0xe5),'parentGap':_0x3cfd0d(0xd9),'siblingGap':_0x3cfd0d(0xcc)}},'toolbar':{'primary':{'line':_0x3cfd0d(0xc2),'fontColor':'字型顏色','typography':_0x3cfd0d(0xc1),'more':'更多'},'panel':{'line':'線條','typography':_0x3cfd0d(0xc1),'more':'更多'},'action':{'addChild':_0x3cfd0d(0xe0),'addSibling':_0x3cfd0d(0xd6),'copy':'複製','delete':'刪除','fill':'填滿','fontColor':_0x3cfd0d(0xd3),'layout':_0x3cfd0d(0xd5),'paste':'貼上','stroke':'外框'}}}};}));
package/package.json ADDED
@@ -0,0 +1,91 @@
1
+ {
2
+ "name": "@univerjs-pro/boards-mind-ui",
3
+ "version": "1.0.0-alpha.3",
4
+ "private": false,
5
+ "description": "Board UI integration for Univer Pro mind maps.",
6
+ "author": "DreamNum Co., Ltd. <developer@univer.ai>",
7
+ "funding": {
8
+ "type": "opencollective",
9
+ "url": "https://opencollective.com/univer"
10
+ },
11
+ "homepage": "https://univer.ai",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/dream-num/univer"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/dream-num/univer/issues"
18
+ },
19
+ "keywords": [
20
+ "univer",
21
+ "univer-pro",
22
+ "board",
23
+ "mind-map",
24
+ "ui"
25
+ ],
26
+ "exports": {
27
+ ".": {
28
+ "import": "./lib/es/index.js",
29
+ "require": "./lib/cjs/index.js",
30
+ "types": "./lib/types/index.d.ts"
31
+ },
32
+ "./*": {
33
+ "import": "./lib/es/*",
34
+ "require": "./lib/cjs/*",
35
+ "types": "./lib/types/index.d.ts"
36
+ },
37
+ "./locale/*": {
38
+ "import": "./lib/es/locale/*.js",
39
+ "require": "./lib/cjs/locale/*.js",
40
+ "types": "./lib/types/locale/*.d.ts"
41
+ },
42
+ "./lib/*": "./lib/*"
43
+ },
44
+ "main": "./lib/es/index.js",
45
+ "types": "./lib/types/index.d.ts",
46
+ "publishConfig": {
47
+ "access": "public"
48
+ },
49
+ "directories": {
50
+ "lib": "lib"
51
+ },
52
+ "files": [
53
+ "lib"
54
+ ],
55
+ "peerDependencies": {
56
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
57
+ "rxjs": ">=7.0.0"
58
+ },
59
+ "dependencies": {
60
+ "@univerjs/icons": "1.20.0",
61
+ "@univerjs-pro/boards": "1.0.0-alpha.3",
62
+ "@univerjs-pro/boards-ui": "1.0.0-alpha.3",
63
+ "@univerjs-pro/boards-mind": "1.0.0-alpha.3",
64
+ "@univerjs-pro/engine-shape": "1.0.0-alpha.3",
65
+ "@univerjs-pro/license": "1.0.0-alpha.3",
66
+ "@univerjs-pro/shape-editor-ui": "1.0.0-alpha.3",
67
+ "@univerjs/engine-render": "1.0.0-alpha.3",
68
+ "@univerjs/ui": "1.0.0-alpha.3",
69
+ "@univerjs/design": "1.0.0-alpha.3",
70
+ "@univerjs/core": "1.0.0-alpha.3"
71
+ },
72
+ "devDependencies": {
73
+ "postcss": "^8.5.16",
74
+ "react": "18.3.1",
75
+ "rxjs": "7.8.2",
76
+ "tailwindcss": "3.4.17",
77
+ "typescript": "^6.0.3",
78
+ "vitest": "^4.1.10",
79
+ "@univerjs-infra/shared": "1.0.0-alpha.3"
80
+ },
81
+ "scripts": {
82
+ "test": "vitest run",
83
+ "test:watch": "vitest",
84
+ "coverage": "vitest run --coverage",
85
+ "typecheck": "tsc --noEmit",
86
+ "build:bundle": "univer-cli build",
87
+ "build:types": "tsc -p tsconfig.node.json",
88
+ "build": "pnpm run build:bundle && pnpm run build:types"
89
+ },
90
+ "module": "./lib/es/index.js"
91
+ }