@univerjs-pro/boards-mind-ui 1.0.0-beta.0 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/index.js +1 -1
- package/lib/cjs/locale/ar-SA.js +1 -1
- package/lib/cjs/locale/ca-ES.js +1 -1
- package/lib/cjs/locale/de-DE.js +1 -1
- package/lib/cjs/locale/en-US.js +1 -1
- package/lib/cjs/locale/es-ES.js +1 -1
- package/lib/cjs/locale/fa-IR.js +1 -1
- package/lib/cjs/locale/fr-FR.js +1 -1
- package/lib/cjs/locale/id-ID.js +1 -1
- package/lib/cjs/locale/it-IT.js +1 -1
- package/lib/cjs/locale/ja-JP.js +1 -1
- package/lib/cjs/locale/ko-KR.js +1 -1
- package/lib/cjs/locale/pl-PL.js +1 -1
- package/lib/cjs/locale/pt-BR.js +1 -1
- package/lib/cjs/locale/ru-RU.js +1 -1
- package/lib/cjs/locale/sk-SK.js +1 -1
- package/lib/cjs/locale/vi-VN.js +1 -1
- package/lib/cjs/locale/zh-CN.js +1 -1
- package/lib/cjs/locale/zh-HK.js +1 -1
- package/lib/cjs/locale/zh-TW.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/locale/ar-SA.js +1 -1
- package/lib/es/locale/ca-ES.js +1 -1
- package/lib/es/locale/de-DE.js +1 -1
- package/lib/es/locale/en-US.js +1 -1
- package/lib/es/locale/es-ES.js +1 -1
- package/lib/es/locale/fa-IR.js +1 -1
- package/lib/es/locale/fr-FR.js +1 -1
- package/lib/es/locale/id-ID.js +1 -1
- package/lib/es/locale/it-IT.js +1 -1
- package/lib/es/locale/ja-JP.js +1 -1
- package/lib/es/locale/ko-KR.js +1 -1
- package/lib/es/locale/pl-PL.js +1 -1
- package/lib/es/locale/pt-BR.js +1 -1
- package/lib/es/locale/ru-RU.js +1 -1
- package/lib/es/locale/sk-SK.js +1 -1
- package/lib/es/locale/vi-VN.js +1 -1
- package/lib/es/locale/zh-CN.js +1 -1
- package/lib/es/locale/zh-HK.js +1 -1
- package/lib/es/locale/zh-TW.js +1 -1
- package/lib/index.css +12 -12
- package/lib/index.js +1 -1
- package/lib/locale/ar-SA.js +1 -1
- package/lib/locale/ca-ES.js +1 -1
- package/lib/locale/de-DE.js +1 -1
- package/lib/locale/en-US.js +1 -1
- package/lib/locale/es-ES.js +1 -1
- package/lib/locale/fa-IR.js +1 -1
- package/lib/locale/fr-FR.js +1 -1
- package/lib/locale/id-ID.js +1 -1
- package/lib/locale/it-IT.js +1 -1
- package/lib/locale/ja-JP.js +1 -1
- package/lib/locale/ko-KR.js +1 -1
- package/lib/locale/pl-PL.js +1 -1
- package/lib/locale/pt-BR.js +1 -1
- package/lib/locale/ru-RU.js +1 -1
- package/lib/locale/sk-SK.js +1 -1
- package/lib/locale/vi-VN.js +1 -1
- package/lib/locale/zh-CN.js +1 -1
- package/lib/locale/zh-HK.js +1 -1
- package/lib/locale/zh-TW.js +1 -1
- package/lib/types/controllers/board-mind-map-autosize-layout.render-controller.d.ts +1 -4
- package/lib/types/controllers/board-mind-map-drag-topology.render-controller.d.ts +2 -0
- package/lib/types/controllers/board-mind-map-insert.render-controller.d.ts +0 -1
- package/lib/types/controllers/board-mind-map-intrinsic-size.render-controller.d.ts +4 -2
- package/lib/types/controllers/board-mind-map-keyboard-shortcut.controller.d.ts +7 -10
- package/lib/types/controllers/board-mind-map-node-controls.render-controller.d.ts +3 -2
- package/lib/types/controllers/board-mind-map-shortcut-context.render-controller.d.ts +14 -0
- package/lib/types/controllers/board-mind-map-text-editing-shortcut.controller.d.ts +2 -10
- package/lib/types/services/board-mind-map-shortcut-runtime.service.d.ts +19 -0
- package/lib/types/views/BoardMindMapFloatingToolbar.d.ts +2 -2
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +14 -14
package/lib/es/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x34b6(_0x31bd01,_0x3f5550){_0x31bd01=_0x31bd01-0x1bc;const _0x635dd2=_0x635d();let _0x34b611=_0x635dd2[_0x31bd01];return _0x34b611;}const _0xc3cbf5=_0x34b6;(function(_0x4eef8f,_0x86b1d0){const _0x4d334c=_0x34b6,_0x1bc531=_0x4eef8f();while(!![]){try{const _0x8813a9=-parseInt(_0x4d334c(0x1cb))/0x1+parseInt(_0x4d334c(0x1c7))/0x2+parseInt(_0x4d334c(0x1cc))/0x3*(-parseInt(_0x4d334c(0x1d1))/0x4)+-parseInt(_0x4d334c(0x1e0))/0x5+parseInt(_0x4d334c(0x1c5))/0x6*(-parseInt(_0x4d334c(0x1d8))/0x7)+-parseInt(_0x4d334c(0x1cf))/0x8+-parseInt(_0x4d334c(0x1d2))/0x9*(-parseInt(_0x4d334c(0x1d9))/0xa);if(_0x8813a9===_0x86b1d0)break;else _0x1bc531['push'](_0x1bc531['shift']());}catch(_0x26548f){_0x1bc531['push'](_0x1bc531['shift']());}}}(_0x635d,0xd4328));function _0x635d(){const _0x512cb4=['匯入/匯出','連接線樣式','匯出\x20OPML','搜尋節點','圓角折線','匯入\x20OPML','1182Txdwik','左側樹狀圖','2215686KzAxXL','橫向心智圖','重新命名心智圖節點','貼上\x20OPML\x20XML','1212877tyWNlp','3ouNEzQ','左右樹狀圖','新增同層節點','13291720wsAhHp','縱向心智圖','2812492cKNuXe','9pPamGQ','新增子節點','心智圖','沒有節點','字型顏色','直角折線','22309jdEvUY','47413070XnwjXd','重新命名','置中對齊','垂直置中','文字排版','靠右對齊','左右對齊','3873430MafZnj','靠下對齊','靠左對齊','橫向時間軸','縱向時間軸','分支間距'];_0x635d=function(){return _0x512cb4;};return _0x635d();}const e={'boards-mind-ui':{'alignBottom':_0xc3cbf5(0x1e1),'alignMiddle':_0xc3cbf5(0x1dc),'alignTop':'靠上對齊','alignJustify':_0xc3cbf5(0x1df),'alignRight':_0xc3cbf5(0x1de),'alignCenter':_0xc3cbf5(0x1db),'alignLeft':_0xc3cbf5(0x1e2),'saveDescription':'儲存','descriptionPlaceholder':'為目前節點新增描述','description':'描述','cancel':'取消','panel':{'title':_0xc3cbf5(0x1d4),'tab':{'importExport':_0xc3cbf5(0x1bf),'layout':'版面配置','structure':'結構'},'layout':{'both':'雙向','left':'左側','right':'右側'},'structureKind':{'mindmapHorizontal':_0xc3cbf5(0x1c8),'mindmapVertical':_0xc3cbf5(0x1d0),'treeRight':'右側樹狀圖','treeLeft':_0xc3cbf5(0x1c6),'treeAlternate':_0xc3cbf5(0x1cd),'timelineHorizontal':_0xc3cbf5(0x1bc),'timelineVertical':_0xc3cbf5(0x1bd)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0xc3cbf5(0x1c3),'orthogonal':_0xc3cbf5(0x1d7)},'addText':'新增文字','cancel':'取消','emptyNodes':_0xc3cbf5(0x1d5),'exportOPML':_0xc3cbf5(0x1c1),'importOPML':_0xc3cbf5(0x1c4),'pasteOPML':_0xc3cbf5(0x1ca),'rename':_0xc3cbf5(0x1da),'renamePrompt':_0xc3cbf5(0x1c9),'searchNodes':_0xc3cbf5(0x1c2),'spacing':{'branchGap':_0xc3cbf5(0x1be),'parentGap':'父子間距','siblingGap':'同層間距'}},'toolbar':{'primary':{'line':_0xc3cbf5(0x1c0),'fontColor':'字型顏色','typography':_0xc3cbf5(0x1dd),'more':'更多'},'panel':{'line':'線條','typography':_0xc3cbf5(0x1dd),'more':'更多'},'action':{'addChild':_0xc3cbf5(0x1d3),'addSibling':_0xc3cbf5(0x1ce),'copy':'複製','delete':'刪除','fill':'填滿','fontColor':_0xc3cbf5(0x1d6),'layout':'版面配置','paste':'貼上','stroke':'外框'}}}};export{e as default};
|
package/lib/es/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x56b906=_0x37e0;function _0x37e0(_0x190486,_0x64ce43){_0x190486=_0x190486-0x17b;const _0x44f9ba=_0x44f9();let _0x37e077=_0x44f9ba[_0x190486];return _0x37e077;}(function(_0x5be160,_0x293b27){const _0x13db5e=_0x37e0,_0x2eac1f=_0x5be160();while(!![]){try{const _0x23f770=-parseInt(_0x13db5e(0x184))/0x1*(parseInt(_0x13db5e(0x196))/0x2)+parseInt(_0x13db5e(0x189))/0x3+-parseInt(_0x13db5e(0x18e))/0x4+-parseInt(_0x13db5e(0x186))/0x5+-parseInt(_0x13db5e(0x193))/0x6+parseInt(_0x13db5e(0x18f))/0x7*(parseInt(_0x13db5e(0x197))/0x8)+parseInt(_0x13db5e(0x182))/0x9*(parseInt(_0x13db5e(0x17e))/0xa);if(_0x23f770===_0x293b27)break;else _0x2eac1f['push'](_0x2eac1f['shift']());}catch(_0x45f93c){_0x2eac1f['push'](_0x2eac1f['shift']());}}}(_0x44f9,0x23f30));function _0x44f9(){const _0x2d17da=['直角折線','文字排版','靠上對齊','4245380AkrgFY','圓角折線','字型顏色','縱向時間軸','18zvoInP','置中對齊','1QJmPrK','父子間距','838310EOPumP','匯出\x20OPML','靠右對齊','15765jJZTfR','左側樹狀圖','新增子節點','靠左對齊','為目前節點新增描述','1159696lBsUsh','70iZANRN','橫向心智圖','分支間距','匯入/匯出','1489638iInufN','左右樹狀圖','新增同層節點','111148yMbJBs','43480lfanhv','搜尋節點'];_0x44f9=function(){return _0x2d17da;};return _0x44f9();}const e={'boards-mind-ui':{'alignBottom':'靠下對齊','alignMiddle':'垂直置中','alignTop':_0x56b906(0x17d),'alignJustify':'左右對齊','alignRight':_0x56b906(0x188),'alignCenter':_0x56b906(0x183),'alignLeft':_0x56b906(0x18c),'saveDescription':'儲存','descriptionPlaceholder':_0x56b906(0x18d),'description':'描述','cancel':'取消','panel':{'title':'心智圖','tab':{'importExport':_0x56b906(0x192),'layout':'版面配置','structure':'結構'},'layout':{'both':'雙向','left':'左側','right':'右側'},'structureKind':{'mindmapHorizontal':_0x56b906(0x190),'mindmapVertical':'縱向心智圖','treeRight':'右側樹狀圖','treeLeft':_0x56b906(0x18a),'treeAlternate':_0x56b906(0x194),'timelineHorizontal':'橫向時間軸','timelineVertical':_0x56b906(0x181)},'branchLineType':{'curve':'曲線','roundedOrthogonal':_0x56b906(0x17f),'orthogonal':_0x56b906(0x17b)},'addText':'新增文字','cancel':'取消','emptyNodes':'沒有節點','exportOPML':_0x56b906(0x187),'importOPML':'匯入\x20OPML','pasteOPML':'貼上\x20OPML\x20XML','rename':'重新命名','renamePrompt':'重新命名心智圖節點','searchNodes':_0x56b906(0x198),'spacing':{'branchGap':_0x56b906(0x191),'parentGap':_0x56b906(0x185),'siblingGap':'同層間距'}},'toolbar':{'primary':{'line':'連接線樣式','fontColor':'字型顏色','typography':_0x56b906(0x17c),'more':'更多'},'panel':{'line':'線條','typography':'文字排版','more':'更多'},'action':{'addChild':_0x56b906(0x18b),'addSibling':_0x56b906(0x195),'copy':'複製','delete':'刪除','fill':'填滿','fontColor':_0x56b906(0x180),'layout':'版面配置','paste':'貼上','stroke':'外框'}}}};export{e as default};
|
package/lib/index.css
CHANGED
|
@@ -218,6 +218,10 @@
|
|
|
218
218
|
background-color: rgba(232, 238, 252, var(--univer-tw-bg-opacity, 1));
|
|
219
219
|
}
|
|
220
220
|
|
|
221
|
+
.univer-bg-gray-0 {
|
|
222
|
+
background-color: var(--univer-gray-0);
|
|
223
|
+
}
|
|
224
|
+
|
|
221
225
|
.univer-bg-gray-100 {
|
|
222
226
|
background-color: var(--univer-gray-100);
|
|
223
227
|
}
|
|
@@ -226,10 +230,6 @@
|
|
|
226
230
|
background-color: #0000;
|
|
227
231
|
}
|
|
228
232
|
|
|
229
|
-
.univer-bg-white {
|
|
230
|
-
background-color: var(--univer-white);
|
|
231
|
-
}
|
|
232
|
-
|
|
233
233
|
.univer-p-0 {
|
|
234
234
|
padding: 0;
|
|
235
235
|
}
|
|
@@ -350,18 +350,22 @@
|
|
|
350
350
|
background-color: rgba(232, 238, 252, var(--univer-tw-bg-opacity, 1));
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
.hover\:univer-bg-
|
|
354
|
-
background-color:
|
|
353
|
+
.hover\:univer-bg-gray-0:hover {
|
|
354
|
+
background-color: var(--univer-gray-0);
|
|
355
355
|
}
|
|
356
356
|
|
|
357
|
-
.hover\:univer-bg-
|
|
358
|
-
background-color:
|
|
357
|
+
.hover\:univer-bg-transparent:hover {
|
|
358
|
+
background-color: #0000;
|
|
359
359
|
}
|
|
360
360
|
|
|
361
361
|
.dark\:\!univer-bg-gray-900:where(.univer-dark, .univer-dark *) {
|
|
362
362
|
background-color: var(--univer-gray-900) !important;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
|
+
.dark\:\!univer-text-gray-0:where(.univer-dark, .univer-dark *) {
|
|
366
|
+
color: var(--univer-gray-0) !important;
|
|
367
|
+
}
|
|
368
|
+
|
|
365
369
|
.dark\:\!univer-text-gray-100:where(.univer-dark, .univer-dark *) {
|
|
366
370
|
color: var(--univer-gray-100) !important;
|
|
367
371
|
}
|
|
@@ -373,7 +377,3 @@
|
|
|
373
377
|
.dark\:\!univer-text-gray-500:where(.univer-dark, .univer-dark *) {
|
|
374
378
|
color: var(--univer-gray-500) !important;
|
|
375
379
|
}
|
|
376
|
-
|
|
377
|
-
.dark\:\!univer-text-white:where(.univer-dark, .univer-dark *) {
|
|
378
|
-
color: var(--univer-white) !important;
|
|
379
|
-
}
|