@univerjs-pro/sheets-shape-ui 1.0.0-rc.0 → 1.0.0
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.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/commands/command/set-shape-text-align.command.d.ts +5 -0
- package/lib/types/commands/command/set-shape-text-style.command.d.ts +7 -0
- package/lib/types/commands/command/set-shape-text-vertical-align.command.d.ts +5 -0
- package/lib/types/commands/command/shape-doc-align.command.d.ts +10 -0
- package/lib/types/commands/menu/shape-doc-format.menu.d.ts +18 -0
- package/lib/types/commands/menu/shape-font-size.menu.d.ts +5 -0
- package/lib/types/commands/menu/shape-text-align.menu.d.ts +9 -0
- package/lib/types/commands/menu/shape-vertical-align.menu.d.ts +9 -0
- package/lib/types/commands/operations/actvie-drawing-operation.d.ts +2 -0
- package/lib/types/controllers/config.schema.d.ts +5 -0
- package/lib/types/controllers/format-painter.controller.d.ts +10 -0
- package/lib/types/controllers/menu.schema.d.ts +2 -0
- package/lib/types/controllers/mobile/ui.controller.d.ts +21 -6
- package/lib/types/controllers/sheets-shape-ui.controller.d.ts +126 -0
- package/lib/types/mobile-plugin.d.ts +1 -3
- package/lib/types/view-model/shape-data-model.d.ts +6 -0
- package/lib/types/views/ShapeOptions.d.ts +30 -0
- package/lib/types/views/object-list-panel/MobileSheetDrawingObjectListPanel.d.ts +1 -0
- package/lib/types/views/object-list-panel/SheetDrawingObjectListPanel.d.ts +5 -1
- package/lib/types/views/shape-editor-panel/ShapeLineEditor.d.ts +11 -0
- package/lib/types/views/shape-editor-panel/index.d.ts +1 -0
- package/lib/types/views/shape-text-editor/Editor.d.ts +11 -0
- package/lib/types/views/shape-text-editor/ShapePositionWrapper.d.ts +15 -0
- package/lib/types/views/shape-text-editor/hooks/use-shape-position.d.ts +37 -0
- package/lib/types/views/shapes.d.ts +58 -0
- package/lib/umd/index.js +1 -1
- package/lib/umd/locale/ar-SA.js +1 -1
- package/lib/umd/locale/ca-ES.js +1 -1
- package/lib/umd/locale/de-DE.js +1 -1
- package/lib/umd/locale/en-US.js +1 -1
- package/lib/umd/locale/es-ES.js +1 -1
- package/lib/umd/locale/fa-IR.js +1 -1
- package/lib/umd/locale/fr-FR.js +1 -1
- package/lib/umd/locale/id-ID.js +1 -1
- package/lib/umd/locale/it-IT.js +1 -1
- package/lib/umd/locale/ja-JP.js +1 -1
- package/lib/umd/locale/ko-KR.js +1 -1
- package/lib/umd/locale/pl-PL.js +1 -1
- package/lib/umd/locale/pt-BR.js +1 -1
- package/lib/umd/locale/ru-RU.js +1 -1
- package/lib/umd/locale/sk-SK.js +1 -1
- package/lib/umd/locale/vi-VN.js +1 -1
- package/lib/umd/locale/zh-CN.js +1 -1
- package/lib/umd/locale/zh-HK.js +1 -1
- package/lib/umd/locale/zh-TW.js +1 -1
- package/package.json +21 -21
package/lib/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xb245(_0xde1be9,_0x2e3423){_0xde1be9=_0xde1be9-0x1b6;const _0x331aa7=_0x331a();let _0xb245a3=_0x331aa7[_0xde1be9];return _0xb245a3;}const _0x3f4bf2=_0xb245;(function(_0x5dff0e,_0x4e8fd5){const _0x5abfa5=_0xb245,_0x383fd3=_0x5dff0e();while(!![]){try{const _0x8bf33e=-parseInt(_0x5abfa5(0x1bb))/0x1+parseInt(_0x5abfa5(0x1bc))/0x2+parseInt(_0x5abfa5(0x1c8))/0x3*(parseInt(_0x5abfa5(0x1b7))/0x4)+-parseInt(_0x5abfa5(0x1b6))/0x5*(parseInt(_0x5abfa5(0x1ca))/0x6)+-parseInt(_0x5abfa5(0x1c5))/0x7+parseInt(_0x5abfa5(0x1cd))/0x8+-parseInt(_0x5abfa5(0x1ce))/0x9*(-parseInt(_0x5abfa5(0x1cb))/0xa);if(_0x8bf33e===_0x4e8fd5)break;else _0x383fd3['push'](_0x383fd3['shift']());}catch(_0x1509e6){_0x383fd3['push'](_0x383fd3['shift']());}}}(_0x331a,0x4bd14));const e={'sheets-shape-ui':{'quickStyles':_0x3f4bf2(0x1c7),'imagePanel':{'crop':{'shape':'قص\x20إلى\x20شكل'}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x3f4bf2(0x1ba),'insertShape':_0x3f4bf2(0x1bd),'editShape':'تحرير\x20الشكل','editText':_0x3f4bf2(0x1b8),'deleteShape':_0x3f4bf2(0x1c9),'formatShape':'تنسيق\x20الشكل','flipHorizontal':_0x3f4bf2(0x1c6),'flipVertical':'عكس\x20رأسي','objectListPanel':{'title':'الطبقات','open':_0x3f4bf2(0x1c3),'empty':_0x3f4bf2(0x1bf),'showAll':_0x3f4bf2(0x1c2),'hideAll':_0x3f4bf2(0x1c4),'show':_0x3f4bf2(0x1cc),'hide':'إخفاء','moveForward':'إحضار\x20للأمام','moveBackward':'إرسال\x20للخلف','close':_0x3f4bf2(0x1be),'name':'الاسم','nameInput':_0x3f4bf2(0x1c0),'description':'الوصف','descriptionPlaceholder':_0x3f4bf2(0x1b9),'details':_0x3f4bf2(0x1c1),'noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};function _0x331a(){const _0x105f5f=['إضافة\x20وصف','شكل','309598VVomHr','909600VDpKsM','إدراج\x20شكل','إغلاق','لا\x20توجد\x20كائنات','اسم\x20الكائن','التفاصيل','إظهار\x20الكل','الطبقات','إخفاء\x20الكل','3253355hdwFKi','عكس\x20أفقي','أنماط\x20سريعة','593628JEWwUW','حذف\x20الشكل','30qibqvz','19590BjiCDx','إظهار','3213704WQYUnd','1035ZtGxzx','590515YuAYZD','12Tfvmma','تحرير\x20النص'];_0x331a=function(){return _0x105f5f;};return _0x331a();}export{e as default};
|
package/lib/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x51b3f1=_0x3f25;function _0x15a3(){const _0x3c1331=['Retalla\x20a\x20forma','Amagar','938976DyHlPc','Descripció','22661606nnKYAc','72TQRafZ','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Nom\x20de\x20l’objecte','Amaga-ho\x20tot','Inserir\x20forma','10926240ncrADa','6957LgNfFI','409950yPaDDl','Porta\x20endavant','Elimina\x20la\x20forma','1524HkjNGh','7439362MiNYxe','Estils\x20ràpids','Forma','Afegeix\x20descripcio','Girar\x20horitzontalment','Tancar','Detalls','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','4554sPJgLZ','2eMxJzj','Girar\x20verticalment','Mostra-ho\x20tot','Format\x20de\x20forma','Edita\x20el\x20text','Mostra','976eqrZhV','Capes','Envia\x20enrere'];_0x15a3=function(){return _0x3c1331;};return _0x15a3();}function _0x3f25(_0x22d350,_0x3fe552){_0x22d350=_0x22d350-0x94;const _0x15a31d=_0x15a3();let _0x3f250e=_0x15a31d[_0x22d350];return _0x3f250e;}(function(_0x118114,_0x3e4326){const _0x3ac34=_0x3f25,_0x32e874=_0x118114();while(!![]){try{const _0xde83fe=-parseInt(_0x3ac34(0xa8))/0x1*(-parseInt(_0x3ac34(0x9d))/0x2)+parseInt(_0x3ac34(0x9c))/0x3*(parseInt(_0x3ac34(0xb5))/0x4)+parseInt(_0x3ac34(0xb2))/0x5*(parseInt(_0x3ac34(0xab))/0x6)+-parseInt(_0x3ac34(0x94))/0x7+-parseInt(_0x3ac34(0xa3))/0x8*(-parseInt(_0x3ac34(0xb1))/0x9)+parseInt(_0x3ac34(0xb0))/0xa+-parseInt(_0x3ac34(0xaa))/0xb;if(_0xde83fe===_0x3e4326)break;else _0x32e874['push'](_0x32e874['shift']());}catch(_0xb17254){_0x32e874['push'](_0x32e874['shift']());}}}(_0x15a3,0x89ff0));const e={'sheets-shape-ui':{'quickStyles':_0x51b3f1(0x95),'imagePanel':{'crop':{'shape':_0x51b3f1(0xa6)}},'permission':{'editErr':_0x51b3f1(0xac)},'title':_0x51b3f1(0x96),'insertShape':_0x51b3f1(0xaf),'editShape':'Edita\x20la\x20forma','editText':_0x51b3f1(0xa1),'deleteShape':_0x51b3f1(0xb4),'formatShape':_0x51b3f1(0xa0),'flipHorizontal':_0x51b3f1(0x98),'flipVertical':_0x51b3f1(0x9e),'objectListPanel':{'title':_0x51b3f1(0xa4),'open':_0x51b3f1(0xa4),'empty':'Sense\x20objectes','showAll':_0x51b3f1(0x9f),'hideAll':_0x51b3f1(0xae),'show':_0x51b3f1(0xa2),'hide':_0x51b3f1(0xa7),'moveForward':_0x51b3f1(0xb3),'moveBackward':_0x51b3f1(0xa5),'close':_0x51b3f1(0x99),'name':'Nom','nameInput':_0x51b3f1(0xad),'description':_0x51b3f1(0xa9),'descriptionPlaceholder':_0x51b3f1(0x97),'details':_0x51b3f1(0x9a),'noSelection':_0x51b3f1(0x9b)}}};export{e as default};
|
package/lib/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x50a2af=_0x3207;(function(_0x6d8d58,_0x1f8265){const _0x16e2a5=_0x3207,_0x4c7201=_0x6d8d58();while(!![]){try{const _0x579a64=parseInt(_0x16e2a5(0x1f5))/0x1+-parseInt(_0x16e2a5(0x1e2))/0x2*(parseInt(_0x16e2a5(0x1e5))/0x3)+-parseInt(_0x16e2a5(0x1eb))/0x4+parseInt(_0x16e2a5(0x1e6))/0x5*(parseInt(_0x16e2a5(0x1db))/0x6)+-parseInt(_0x16e2a5(0x1f1))/0x7*(parseInt(_0x16e2a5(0x1f0))/0x8)+parseInt(_0x16e2a5(0x1e8))/0x9*(-parseInt(_0x16e2a5(0x1e9))/0xa)+parseInt(_0x16e2a5(0x1f3))/0xb;if(_0x579a64===_0x1f8265)break;else _0x4c7201['push'](_0x4c7201['shift']());}catch(_0x4ba876){_0x4c7201['push'](_0x4c7201['shift']());}}}(_0x50d7,0xe2e4f));const e={'sheets-shape-ui':{'quickStyles':_0x50a2af(0x1e0),'imagePanel':{'crop':{'shape':_0x50a2af(0x1de)}},'permission':{'editErr':_0x50a2af(0x1ec)},'title':'Form','insertShape':_0x50a2af(0x1dc),'editShape':_0x50a2af(0x1e4),'editText':_0x50a2af(0x1e3),'deleteShape':'Form\x20löschen','formatShape':_0x50a2af(0x1e1),'flipHorizontal':'Horizontal\x20spiegeln','flipVertical':'Vertikal\x20spiegeln','objectListPanel':{'title':_0x50a2af(0x1da),'open':_0x50a2af(0x1da),'empty':_0x50a2af(0x1ee),'showAll':'Alle\x20anzeigen','hideAll':_0x50a2af(0x1df),'show':_0x50a2af(0x1dd),'hide':_0x50a2af(0x1f4),'moveForward':_0x50a2af(0x1e7),'moveBackward':_0x50a2af(0x1ef),'close':_0x50a2af(0x1d9),'name':_0x50a2af(0x1ea),'nameInput':'Objektname','description':'Beschreibung','descriptionPlaceholder':_0x50a2af(0x1ed),'details':_0x50a2af(0x1f2),'noSelection':'Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen'}}};function _0x3207(_0x55b77e,_0x1a4fab){_0x55b77e=_0x55b77e-0x1d9;const _0x50d73f=_0x50d7();let _0x3207a2=_0x50d73f[_0x55b77e];return _0x3207a2;}function _0x50d7(){const _0x576570=['Form\x20formatieren','2usnmrL','Text\x20bearbeiten','Form\x20bearbeiten','2090412wpLejz','29065uNPHka','Weiter\x20nach\x20vorne','11569671JCFXeC','10MjQLrD','Name','2719952ovtsPl','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Beschreibung\x20hinzufügen','Keine\x20Objekte','Weiter\x20nach\x20hinten','1400htqwfA','9772nAkrmh','Details','36631166TshmwR','Ausblenden','500051XNSvze','Schließen','Ebenen','6SavpAI','Form\x20einfügen','Anzeigen','Auf\x20Form\x20zuschneiden','Alle\x20ausblenden','Schnellformatvorlagen'];_0x50d7=function(){return _0x576570;};return _0x50d7();}export{e as default};
|
package/lib/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x12bb53=_0x4447;function _0x4447(_0x1f1629,_0x2112be){_0x1f1629=_0x1f1629-0x130;const _0x3248f0=_0x3248();let _0x44470b=_0x3248f0[_0x1f1629];return _0x44470b;}(function(_0x1d3166,_0x331140){const _0x1ea5c1=_0x4447,_0x13801f=_0x1d3166();while(!![]){try{const _0x5e7b34=-parseInt(_0x1ea5c1(0x14f))/0x1*(parseInt(_0x1ea5c1(0x137))/0x2)+parseInt(_0x1ea5c1(0x14a))/0x3*(-parseInt(_0x1ea5c1(0x142))/0x4)+-parseInt(_0x1ea5c1(0x13d))/0x5*(-parseInt(_0x1ea5c1(0x134))/0x6)+parseInt(_0x1ea5c1(0x131))/0x7+-parseInt(_0x1ea5c1(0x14c))/0x8*(parseInt(_0x1ea5c1(0x14e))/0x9)+parseInt(_0x1ea5c1(0x150))/0xa+-parseInt(_0x1ea5c1(0x14b))/0xb;if(_0x5e7b34===_0x331140)break;else _0x13801f['push'](_0x13801f['shift']());}catch(_0x12792e){_0x13801f['push'](_0x13801f['shift']());}}}(_0x3248,0x9ba5a));const e={'sheets-shape-ui':{'quickStyles':_0x12bb53(0x13e),'imagePanel':{'crop':{'shape':_0x12bb53(0x145)}},'permission':{'editErr':_0x12bb53(0x147)},'title':_0x12bb53(0x148),'insertShape':_0x12bb53(0x139),'editShape':_0x12bb53(0x143),'editText':_0x12bb53(0x141),'deleteShape':_0x12bb53(0x133),'formatShape':_0x12bb53(0x151),'flipHorizontal':_0x12bb53(0x14d),'flipVertical':_0x12bb53(0x13f),'objectListPanel':{'title':_0x12bb53(0x135),'open':_0x12bb53(0x135),'empty':_0x12bb53(0x13b),'showAll':_0x12bb53(0x13c),'hideAll':_0x12bb53(0x140),'show':_0x12bb53(0x152),'hide':'Hide','moveForward':_0x12bb53(0x13a),'moveBackward':_0x12bb53(0x138),'close':_0x12bb53(0x149),'name':_0x12bb53(0x132),'nameInput':_0x12bb53(0x144),'description':_0x12bb53(0x136),'descriptionPlaceholder':_0x12bb53(0x146),'details':_0x12bb53(0x130),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};function _0x3248(){const _0x41b881=['No\x20objects','Show\x20All','3835AvcfJb','Quick\x20styles','Flip\x20Vertical','Hide\x20All','Edit\x20Text','45128fTwTIO','Edit\x20Shape','Object\x20name','Crop\x20to\x20Shape','Add\x20description','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Shape','Close','117VdaRbm','3013505cbbGpZ','121736jQadjN','Flip\x20Horizontal','711ARhsBF','154005ByuRqu','9941730IbGuFv','Format\x20Shape','Show','Details','8713747MUpino','Name','Delete\x20Shape','3666NfaTUj','Layers','Description','2pcRgZW','Send\x20Backward','Insert\x20Shape','Bring\x20Forward'];_0x3248=function(){return _0x41b881;};return _0x3248();}export{e as default};
|
package/lib/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x25ebc9=_0x3f83;function _0x5897(){const _0x2c3b98=['Enviar\x20atrás','Voltear\x20verticalmente','Estilos\x20rápidos','81mxYwmO','Formato\x20de\x20forma','10DxAWMy','Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles','561653vycbjI','Cerrar','Agregar\x20descripción','Sin\x20objetos','4797048SvbcAb','Recortar\x20a\x20forma','Descripción','1334130fzeBSI','Mostrar','Traer\x20adelante','Capas','Editar\x20forma','791857MxNmva','610152IFuESZ','Ocultar','1400972TwGIqA','Mostrar\x20todo','4zuhfCe','2461359DRrApS','5qyfDgp'];_0x5897=function(){return _0x2c3b98;};return _0x5897();}(function(_0x15e685,_0x3c93e8){const _0x2d7e0e=_0x3f83,_0x16b4af=_0x15e685();while(!![]){try{const _0x247a83=-parseInt(_0x2d7e0e(0x156))/0x1+parseInt(_0x2d7e0e(0x165))/0x2+-parseInt(_0x2d7e0e(0x168))/0x3*(parseInt(_0x2d7e0e(0x167))/0x4)+-parseInt(_0x2d7e0e(0x169))/0x5*(-parseInt(_0x2d7e0e(0x15a))/0x6)+-parseInt(_0x2d7e0e(0x15d))/0x7+parseInt(_0x2d7e0e(0x163))/0x8*(parseInt(_0x2d7e0e(0x152))/0x9)+-parseInt(_0x2d7e0e(0x154))/0xa*(-parseInt(_0x2d7e0e(0x162))/0xb);if(_0x247a83===_0x3c93e8)break;else _0x16b4af['push'](_0x16b4af['shift']());}catch(_0xeed659){_0x16b4af['push'](_0x16b4af['shift']());}}}(_0x5897,0xa768a));const e={'sheets-shape-ui':{'quickStyles':_0x25ebc9(0x151),'imagePanel':{'crop':{'shape':_0x25ebc9(0x15b)}},'permission':{'editErr':'El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.'},'title':'Forma','insertShape':'Insertar\x20forma','editShape':_0x25ebc9(0x161),'editText':'Editar\x20texto','deleteShape':'Eliminar\x20forma','formatShape':_0x25ebc9(0x153),'flipHorizontal':'Voltear\x20horizontalmente','flipVertical':_0x25ebc9(0x16b),'objectListPanel':{'title':_0x25ebc9(0x160),'open':'Capas','empty':_0x25ebc9(0x159),'showAll':_0x25ebc9(0x166),'hideAll':'Ocultar\x20todo','show':_0x25ebc9(0x15e),'hide':_0x25ebc9(0x164),'moveForward':_0x25ebc9(0x15f),'moveBackward':_0x25ebc9(0x16a),'close':_0x25ebc9(0x157),'name':'Nombre','nameInput':'Nombre\x20del\x20objeto','description':_0x25ebc9(0x15c),'descriptionPlaceholder':_0x25ebc9(0x158),'details':'Detalles','noSelection':_0x25ebc9(0x155)}}};function _0x3f83(_0x14123b,_0x578d8e){_0x14123b=_0x14123b-0x151;const _0x5897cd=_0x5897();let _0x3f835f=_0x5897cd[_0x14123b];return _0x3f835f;}export{e as default};
|
package/lib/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5f5bde=_0x2c7f;function _0x568a(){const _0x312e25=['209NsVDZu','2072830WNrjhh','لایهها','بستن','نام\x20شیء','ویرایش\x20متن','3610210wcnPuc','148935WMFcgf','1189927GMYhUm','9762585glJfoI','ویرایش\x20شکل','هیچ\x20شیئی\x20وجود\x20ندارد','جزئیات','34maRmQd','88rrGsUh','3670388GOoGSw','فرستادن\x20به\x20عقب','قالببندی\x20شکل','شکل','پنهان\x20کردن','526968sHXcZC','آوردن\x20به\x20جلو','6rydgrg','نام','سبکهای\x20سریع','نمایش','برگرداندن\x20عمودی','توضیحات'];_0x568a=function(){return _0x312e25;};return _0x568a();}function _0x2c7f(_0x300e48,_0x347bff){_0x300e48=_0x300e48-0x1a0;const _0x568ad5=_0x568a();let _0x2c7f6d=_0x568ad5[_0x300e48];return _0x2c7f6d;}(function(_0x5df14a,_0x45f440){const _0x47a15f=_0x2c7f,_0x557062=_0x5df14a();while(!![]){try{const _0x2bd56c=-parseInt(_0x47a15f(0x1a6))/0x1+-parseInt(_0x47a15f(0x1ab))/0x2*(parseInt(_0x47a15f(0x1a5))/0x3)+-parseInt(_0x47a15f(0x1ad))/0x4+parseInt(_0x47a15f(0x1a4))/0x5+parseInt(_0x47a15f(0x1b4))/0x6*(-parseInt(_0x47a15f(0x1a7))/0x7)+-parseInt(_0x47a15f(0x1ac))/0x8*(-parseInt(_0x47a15f(0x1b2))/0x9)+-parseInt(_0x47a15f(0x1bb))/0xa*(-parseInt(_0x47a15f(0x1ba))/0xb);if(_0x2bd56c===_0x45f440)break;else _0x557062['push'](_0x557062['shift']());}catch(_0x5259e0){_0x557062['push'](_0x557062['shift']());}}}(_0x568a,0xe9f8b));const e={'sheets-shape-ui':{'quickStyles':_0x5f5bde(0x1b6),'imagePanel':{'crop':{'shape':'کراپ\x20به\x20شکل'}},'permission':{'editErr':'محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.'},'title':_0x5f5bde(0x1b0),'insertShape':'درج\x20شکل','editShape':_0x5f5bde(0x1a8),'editText':_0x5f5bde(0x1a3),'deleteShape':'حذف\x20شکل','formatShape':_0x5f5bde(0x1af),'flipHorizontal':'برگرداندن\x20افقی','flipVertical':_0x5f5bde(0x1b8),'objectListPanel':{'title':_0x5f5bde(0x1a0),'open':'لایهها','empty':_0x5f5bde(0x1a9),'showAll':'نمایش\x20همه','hideAll':'پنهان\x20کردن\x20همه','show':_0x5f5bde(0x1b7),'hide':_0x5f5bde(0x1b1),'moveForward':_0x5f5bde(0x1b3),'moveBackward':_0x5f5bde(0x1ae),'close':_0x5f5bde(0x1a1),'name':_0x5f5bde(0x1b5),'nameInput':_0x5f5bde(0x1a2),'description':_0x5f5bde(0x1b9),'descriptionPlaceholder':'افزودن\x20توضیحات','details':_0x5f5bde(0x1aa),'noSelection':'برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید'}}};export{e as default};
|
package/lib/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x4b5b4e=_0x2406;(function(_0x48d484,_0x264981){const _0x5e8d4f=_0x2406,_0x58845a=_0x48d484();while(!![]){try{const _0x2947c8=-parseInt(_0x5e8d4f(0x1ec))/0x1+-parseInt(_0x5e8d4f(0x1e8))/0x2+parseInt(_0x5e8d4f(0x1eb))/0x3+parseInt(_0x5e8d4f(0x1e1))/0x4*(parseInt(_0x5e8d4f(0x1e0))/0x5)+parseInt(_0x5e8d4f(0x1ea))/0x6+-parseInt(_0x5e8d4f(0x1e3))/0x7+parseInt(_0x5e8d4f(0x1ee))/0x8;if(_0x2947c8===_0x264981)break;else _0x58845a['push'](_0x58845a['shift']());}catch(_0x55221c){_0x58845a['push'](_0x58845a['shift']());}}}(_0x46b5,0xaf73a));const e={'sheets-shape-ui':{'quickStyles':_0x4b5b4e(0x1f2),'imagePanel':{'crop':{'shape':_0x4b5b4e(0x1f4)}},'permission':{'editErr':_0x4b5b4e(0x1e4)},'title':'Forme','insertShape':'Insérer\x20une\x20forme','editShape':_0x4b5b4e(0x1f0),'editText':_0x4b5b4e(0x1f6),'deleteShape':_0x4b5b4e(0x1fa),'formatShape':_0x4b5b4e(0x1e9),'flipHorizontal':_0x4b5b4e(0x1f7),'flipVertical':_0x4b5b4e(0x1f3),'objectListPanel':{'title':'Calques','open':_0x4b5b4e(0x1f1),'empty':'Aucun\x20objet','showAll':'Tout\x20afficher','hideAll':_0x4b5b4e(0x1ed),'show':_0x4b5b4e(0x1e7),'hide':_0x4b5b4e(0x1e5),'moveForward':_0x4b5b4e(0x1f9),'moveBackward':_0x4b5b4e(0x1e6),'close':'Fermer','name':'Nom','nameInput':_0x4b5b4e(0x1f5),'description':_0x4b5b4e(0x1ef),'descriptionPlaceholder':_0x4b5b4e(0x1e2),'details':_0x4b5b4e(0x1f8),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};export{e as default};function _0x2406(_0x4a7367,_0x576ef9){_0x4a7367=_0x4a7367-0x1e0;const _0x46b57b=_0x46b5();let _0x24062d=_0x46b57b[_0x4a7367];return _0x24062d;}function _0x46b5(){const _0x53ce95=['Rogner\x20à\x20la\x20forme','Nom\x20de\x20l’objet','Modifier\x20le\x20texte','Retourner\x20horizontalement','Détails','Avancer','Supprimer\x20la\x20forme','28035WJZaYv','584KVSnXR','Ajouter\x20une\x20description','7643272lNlbcv','La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.','Masquer','Reculer','Afficher','2685092VOlPjE','Format\x20de\x20la\x20forme','1216344jeTHsU','3831276XlbFJC','848719PVPexL','Tout\x20masquer','13626984sBwcQe','Description','Modifier\x20la\x20forme','Calques','Styles\x20rapides','Retourner\x20verticalement'];_0x46b5=function(){return _0x53ce95;};return _0x46b5();}
|
package/lib/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x463d37=_0xcc3d;function _0x5087(){const _0x259541=['Gaya\x20Cepat','Nama','1642740JyNaBX','1027880NMddYW','2387266LBaSRJ','Tidak\x20ada\x20objek','4220715icjHeW','9fdwEjo','504966lKpjhO','Tutup','Tampilkan','Sembunyikan\x20semua','Hapus\x20Bentuk','7558704BgReEs','Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.','18odQXnB','Balik\x20Vertikal','738084fKqxcz','Bentuk','Kirim\x20ke\x20Belakang','Deskripsi','Pilih\x20objek\x20untuk\x20mengedit\x20detail','Edit\x20Bentuk','Sisipkan\x20Bentuk','Edit\x20teks','Lapisan','Pangkas\x20ke\x20Bentuk','Nama\x20objek'];_0x5087=function(){return _0x259541;};return _0x5087();}function _0xcc3d(_0x3a1ac4,_0xb24b06){_0x3a1ac4=_0x3a1ac4-0x1a1;const _0x5087ed=_0x5087();let _0xcc3d2e=_0x5087ed[_0x3a1ac4];return _0xcc3d2e;}(function(_0x476db4,_0x5ea7f4){const _0x3390f4=_0xcc3d,_0x3c7c25=_0x476db4();while(!![]){try{const _0x336486=parseInt(_0x3390f4(0x1b0))/0x1+-parseInt(_0x3390f4(0x1aa))/0x2+parseInt(_0x3390f4(0x1b7))/0x3*(parseInt(_0x3390f4(0x1b9))/0x4)+parseInt(_0x3390f4(0x1ae))/0x5+-parseInt(_0x3390f4(0x1b5))/0x6+parseInt(_0x3390f4(0x1ac))/0x7+-parseInt(_0x3390f4(0x1ab))/0x8*(-parseInt(_0x3390f4(0x1af))/0x9);if(_0x336486===_0x5ea7f4)break;else _0x3c7c25['push'](_0x3c7c25['shift']());}catch(_0xe373ec){_0x3c7c25['push'](_0x3c7c25['shift']());}}}(_0x5087,0xce33c));const e={'sheets-shape-ui':{'quickStyles':_0x463d37(0x1a8),'imagePanel':{'crop':{'shape':_0x463d37(0x1a6)}},'permission':{'editErr':_0x463d37(0x1b6)},'title':_0x463d37(0x1ba),'insertShape':_0x463d37(0x1a3),'editShape':_0x463d37(0x1a2),'editText':_0x463d37(0x1a4),'deleteShape':_0x463d37(0x1b4),'formatShape':'Format\x20Bentuk','flipHorizontal':'Balik\x20Horizontal','flipVertical':_0x463d37(0x1b8),'objectListPanel':{'title':'Lapisan','open':_0x463d37(0x1a5),'empty':_0x463d37(0x1ad),'showAll':'Tampilkan\x20semua','hideAll':_0x463d37(0x1b3),'show':_0x463d37(0x1b2),'hide':'Sembunyikan','moveForward':'Bawa\x20ke\x20Depan','moveBackward':_0x463d37(0x1bb),'close':_0x463d37(0x1b1),'name':_0x463d37(0x1a9),'nameInput':_0x463d37(0x1a7),'description':_0x463d37(0x1bc),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':'Detail','noSelection':_0x463d37(0x1a1)}}};export{e as default};
|
package/lib/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x2854df=_0x5981;(function(_0xa2a9aa,_0x5d3c66){const _0x3bf8f9=_0x5981,_0x29276d=_0xa2a9aa();while(!![]){try{const _0x9d71f3=parseInt(_0x3bf8f9(0xcc))/0x1*(-parseInt(_0x3bf8f9(0xe7))/0x2)+-parseInt(_0x3bf8f9(0xc9))/0x3*(-parseInt(_0x3bf8f9(0xce))/0x4)+-parseInt(_0x3bf8f9(0xda))/0x5+parseInt(_0x3bf8f9(0xe1))/0x6*(parseInt(_0x3bf8f9(0xcf))/0x7)+-parseInt(_0x3bf8f9(0xcb))/0x8*(-parseInt(_0x3bf8f9(0xe5))/0x9)+-parseInt(_0x3bf8f9(0xdd))/0xa+parseInt(_0x3bf8f9(0xd6))/0xb;if(_0x9d71f3===_0x5d3c66)break;else _0x29276d['push'](_0x29276d['shift']());}catch(_0x1c608c){_0x29276d['push'](_0x29276d['shift']());}}}(_0x205e,0xb8b65));function _0x5981(_0x435107,_0x47f4f5){_0x435107=_0x435107-0xc8;const _0x205ea1=_0x205e();let _0x598162=_0x205ea1[_0x435107];return _0x598162;}function _0x205e(){const _0x28f9db=['17018892DWsSrt','Aggiungi\x20descrizione','Elimina\x20forma','Dettagli','4431615PJYQca','Stili\x20rapidi','Nascondi\x20tutto','4247780TeOUvy','Nome\x20oggetto','Porta\x20avanti','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','10344acHzsc','Forma','Capovolgi\x20orizzontalmente','Nascondi','909vRcubb','Inserisci\x20forma','2TdYGJq','Livelli','Nome','4875aYYfhT','Mostra\x20tutto','46504olBsfF','363517iodNTe','Modifica\x20testo','472sjzkrS','427fNAolm','Mostra','Modifica\x20forma','Descrizione','Formato\x20forma','Ritaglia\x20a\x20forma','Porta\x20indietro'];_0x205e=function(){return _0x28f9db;};return _0x205e();}const e={'sheets-shape-ui':{'quickStyles':_0x2854df(0xdb),'imagePanel':{'crop':{'shape':_0x2854df(0xd4)}},'permission':{'editErr':'L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.'},'title':_0x2854df(0xe2),'insertShape':_0x2854df(0xe6),'editShape':_0x2854df(0xd1),'editText':_0x2854df(0xcd),'deleteShape':_0x2854df(0xd8),'formatShape':_0x2854df(0xd3),'flipHorizontal':_0x2854df(0xe3),'flipVertical':'Capovolgi\x20verticalmente','objectListPanel':{'title':'Livelli','open':_0x2854df(0xe8),'empty':'Nessun\x20oggetto','showAll':_0x2854df(0xca),'hideAll':_0x2854df(0xdc),'show':_0x2854df(0xd0),'hide':_0x2854df(0xe4),'moveForward':_0x2854df(0xdf),'moveBackward':_0x2854df(0xd5),'close':'Chiudi','name':_0x2854df(0xc8),'nameInput':_0x2854df(0xde),'description':_0x2854df(0xd2),'descriptionPlaceholder':_0x2854df(0xd7),'details':_0x2854df(0xd9),'noSelection':_0x2854df(0xe0)}}};export{e as default};
|
package/lib/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x2c3ce5=_0x4979;(function(_0xbfc1e9,_0x5b317e){const _0x475be8=_0x4979,_0x1d89ab=_0xbfc1e9();while(!![]){try{const _0x8219aa=-parseInt(_0x475be8(0x1d1))/0x1+-parseInt(_0x475be8(0x1d3))/0x2*(parseInt(_0x475be8(0x1db))/0x3)+parseInt(_0x475be8(0x1cc))/0x4+parseInt(_0x475be8(0x1d7))/0x5*(-parseInt(_0x475be8(0x1d0))/0x6)+parseInt(_0x475be8(0x1c9))/0x7+-parseInt(_0x475be8(0x1dd))/0x8*(-parseInt(_0x475be8(0x1cd))/0x9)+parseInt(_0x475be8(0x1ce))/0xa;if(_0x8219aa===_0x5b317e)break;else _0x1d89ab['push'](_0x1d89ab['shift']());}catch(_0x3df0df){_0x1d89ab['push'](_0x1d89ab['shift']());}}}(_0x3cae,0xc27b7));const e={'sheets-shape-ui':{'quickStyles':'クイックスタイル','imagePanel':{'crop':{'shape':_0x2c3ce5(0x1cf)}},'permission':{'editErr':_0x2c3ce5(0x1dc)},'title':'図形','insertShape':'図形の挿入','editShape':_0x2c3ce5(0x1d9),'editText':_0x2c3ce5(0x1cb),'deleteShape':'図形を削除','formatShape':'図形の書式設定','flipHorizontal':_0x2c3ce5(0x1d6),'flipVertical':'上下反転','objectListPanel':{'title':_0x2c3ce5(0x1d5),'open':_0x2c3ce5(0x1d5),'empty':_0x2c3ce5(0x1c6),'showAll':'すべて表示','hideAll':_0x2c3ce5(0x1d4),'show':'表示','hide':_0x2c3ce5(0x1c8),'moveForward':_0x2c3ce5(0x1d8),'moveBackward':_0x2c3ce5(0x1da),'close':'閉じる','name':'名前','nameInput':_0x2c3ce5(0x1ca),'description':'説明','descriptionPlaceholder':_0x2c3ce5(0x1c7),'details':'詳細','noSelection':_0x2c3ce5(0x1d2)}}};function _0x4979(_0x4f8448,_0x31374c){_0x4f8448=_0x4f8448-0x1c6;const _0x3caef5=_0x3cae();let _0x4979d6=_0x3caef5[_0x4f8448];return _0x4979d6;}function _0x3cae(){const _0x1d2418=['1211732KuTaSg','詳細を編集するオブジェクトを選択','38cLNVAW','すべて非表示','レイヤー','左右反転','419530pnqDja','前面へ移動','図形を編集','背面へ移動','35313cPNHoY','この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。','8qDVxGL','オブジェクトがありません','説明を追加','非表示','8208879kcGRnj','オブジェクト名','テキストを編集','1652788KPLijb','5980635GEebHY','4850070UYofLu','形状にトリミング','36dYqVyz'];_0x3cae=function(){return _0x1d2418;};return _0x3cae();}export{e as default};
|
package/lib/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x5057(_0x39cde2,_0x690dfa){_0x39cde2=_0x39cde2-0xba;const _0x2dc607=_0x2dc6();let _0x505701=_0x2dc607[_0x39cde2];return _0x505701;}const _0x2d8956=_0x5057;(function(_0x3d527f,_0x59b1d7){const _0x73e0db=_0x5057,_0x2ed015=_0x3d527f();while(!![]){try{const _0x9ea12a=-parseInt(_0x73e0db(0xc7))/0x1+parseInt(_0x73e0db(0xca))/0x2+parseInt(_0x73e0db(0xbc))/0x3+parseInt(_0x73e0db(0xc5))/0x4*(-parseInt(_0x73e0db(0xc4))/0x5)+-parseInt(_0x73e0db(0xc6))/0x6+-parseInt(_0x73e0db(0xbf))/0x7+parseInt(_0x73e0db(0xc8))/0x8*(parseInt(_0x73e0db(0xcd))/0x9);if(_0x9ea12a===_0x59b1d7)break;else _0x2ed015['push'](_0x2ed015['shift']());}catch(_0x1aa501){_0x2ed015['push'](_0x2ed015['shift']());}}}(_0x2dc6,0x37519));const e={'sheets-shape-ui':{'quickStyles':_0x2d8956(0xcf),'imagePanel':{'crop':{'shape':_0x2d8956(0xbb)}},'permission':{'editErr':'해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.'},'title':'도형','insertShape':_0x2d8956(0xbe),'editShape':_0x2d8956(0xc1),'editText':_0x2d8956(0xbd),'deleteShape':_0x2d8956(0xc0),'formatShape':'도형\x20서식','flipHorizontal':_0x2d8956(0xc2),'flipVertical':'세로\x20뒤집기','objectListPanel':{'title':_0x2d8956(0xba),'open':_0x2d8956(0xba),'empty':_0x2d8956(0xcc),'showAll':'모두\x20표시','hideAll':_0x2d8956(0xc3),'show':'표시','hide':'숨기기','moveForward':_0x2d8956(0xcb),'moveBackward':_0x2d8956(0xc9),'close':'닫기','name':'이름','nameInput':_0x2d8956(0xce),'description':'설명','descriptionPlaceholder':'설명\x20추가','details':'세부\x20정보','noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'}}};function _0x2dc6(){const _0x11ca95=['레이어','모양에\x20맞게\x20자르기','50679CfsDAH','텍스트\x20편집','도형\x20삽입','1999872rFTZnv','도형\x20삭제','도형\x20편집','가로\x20뒤집기','모두\x20숨기기','355tzEoxm','8516FXhtbm','178110SOKRgu','327442UQxpnl','1093904JElAqP','뒤로\x20보내기','639968iUSNif','앞으로\x20가져오기','개체\x20없음','45QAENDN','개체\x20이름','빠른\x20스타일'];_0x2dc6=function(){return _0x11ca95;};return _0x2dc6();}export{e as default};
|
package/lib/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x36f95a=_0x45e9;(function(_0x145f32,_0x304360){const _0x27bc51=_0x45e9,_0x23597d=_0x145f32();while(!![]){try{const _0x18a049=parseInt(_0x27bc51(0x15a))/0x1*(parseInt(_0x27bc51(0x159))/0x2)+parseInt(_0x27bc51(0x160))/0x3+-parseInt(_0x27bc51(0x162))/0x4*(parseInt(_0x27bc51(0x154))/0x5)+parseInt(_0x27bc51(0x14c))/0x6+-parseInt(_0x27bc51(0x14d))/0x7+-parseInt(_0x27bc51(0x15c))/0x8+-parseInt(_0x27bc51(0x150))/0x9*(-parseInt(_0x27bc51(0x15f))/0xa);if(_0x18a049===_0x304360)break;else _0x23597d['push'](_0x23597d['shift']());}catch(_0x5c6a6d){_0x23597d['push'](_0x23597d['shift']());}}}(_0x51a7,0xd8701));const e={'sheets-shape-ui':{'quickStyles':_0x36f95a(0x156),'imagePanel':{'crop':{'shape':'Przytnij\x20do\x20kształtu'}},'permission':{'editErr':_0x36f95a(0x153)},'title':_0x36f95a(0x161),'insertShape':_0x36f95a(0x155),'editShape':'Edytuj\x20kształt','editText':'Edytuj\x20tekst','deleteShape':_0x36f95a(0x147),'formatShape':_0x36f95a(0x152),'flipHorizontal':'Odbij\x20poziomo','flipVertical':_0x36f95a(0x148),'objectListPanel':{'title':_0x36f95a(0x14b),'open':_0x36f95a(0x14b),'empty':_0x36f95a(0x151),'showAll':_0x36f95a(0x15b),'hideAll':_0x36f95a(0x15d),'show':_0x36f95a(0x15e),'hide':_0x36f95a(0x149),'moveForward':_0x36f95a(0x158),'moveBackward':'Przesuń\x20do\x20tyłu','close':'Zamknij','name':_0x36f95a(0x14f),'nameInput':'Nazwa\x20obiektu','description':_0x36f95a(0x157),'descriptionPlaceholder':_0x36f95a(0x14e),'details':'Szczegóły','noSelection':_0x36f95a(0x14a)}}};function _0x45e9(_0x13b86b,_0x19df96){_0x13b86b=_0x13b86b-0x147;const _0x51a721=_0x51a7();let _0x45e9c1=_0x51a721[_0x13b86b];return _0x45e9c1;}export{e as default};function _0x51a7(){const _0x5cb3f6=['Formatuj\x20kształt','Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.','215UDLLXv','Wstaw\x20kształt','Szybkie\x20style','Opis','Przesuń\x20do\x20przodu','90988FlmMcR','17dkiLmk','Pokaż\x20wszystko','1331264KxWWtA','Ukryj\x20wszystko','Pokaż','14450zJDFrD','3990957MmrDwm','Kształt','155644fEPCnh','Usuń\x20kształt','Odbij\x20pionowo','Ukryj','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Warstwy','7337298zKXyjE','9898175ZwlPTV','Dodaj\x20opis','Nazwa','5067Othcjk','Brak\x20obiektów'];_0x51a7=function(){return _0x5cb3f6;};return _0x51a7();}
|
package/lib/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const _0x28e0bb=_0x3cf4;(function(_0x51061d,_0x79a360){const _0x5b6b61=_0x3cf4,_0x58bf13=_0x51061d();while(!![]){try{const _0x4e7e2f=-parseInt(_0x5b6b61(0xcd))/0x1+-parseInt(_0x5b6b61(0xc6))/0x2+-parseInt(_0x5b6b61(0xbe))/0x3+parseInt(_0x5b6b61(0xbd))/0x4*(-parseInt(_0x5b6b61(0xca))/0x5)+parseInt(_0x5b6b61(0xbf))/0x6*(parseInt(_0x5b6b61(0xc7))/0x7)+-parseInt(_0x5b6b61(0xcb))/0x8+parseInt(_0x5b6b61(0xb9))/0x9;if(_0x4e7e2f===_0x79a360)break;else _0x58bf13['push'](_0x58bf13['shift']());}catch(_0x4d5f94){_0x58bf13['push'](_0x58bf13['shift']());}}}(_0x3b00,0x27c55));function _0x3cf4(_0x3aca20,_0x42cd93){_0x3aca20=_0x3aca20-0xb7;const _0x3b0051=_0x3b00();let _0x3cf4be=_0x3b0051[_0x3aca20];return _0x3cf4be;}const e={'sheets-shape-ui':{'quickStyles':_0x28e0bb(0xbc),'imagePanel':{'crop':{'shape':_0x28e0bb(0xc3)}},'permission':{'editErr':_0x28e0bb(0xc0)},'title':_0x28e0bb(0xbb),'insertShape':_0x28e0bb(0xc9),'editShape':_0x28e0bb(0xd0),'editText':_0x28e0bb(0xd1),'deleteShape':'Excluir\x20forma','formatShape':'Formatar\x20forma','flipHorizontal':_0x28e0bb(0xb8),'flipVertical':'Inverter\x20verticalmente','objectListPanel':{'title':_0x28e0bb(0xc5),'open':'Camadas','empty':_0x28e0bb(0xc1),'showAll':'Mostrar\x20tudo','hideAll':_0x28e0bb(0xc4),'show':_0x28e0bb(0xc8),'hide':_0x28e0bb(0xba),'moveForward':_0x28e0bb(0xce),'moveBackward':'Enviar\x20para\x20trás','close':'Fechar','name':_0x28e0bb(0xc2),'nameInput':'Nome\x20do\x20objeto','description':_0x28e0bb(0xcf),'descriptionPlaceholder':_0x28e0bb(0xcc),'details':'Detalhes','noSelection':_0x28e0bb(0xb7)}}};function _0x3b00(){const _0x5c1c61=['Nome','Cortar\x20para\x20forma','Ocultar\x20tudo','Camadas','533456YUEfLV','1613563hoCTYt','Mostrar','Inserir\x20forma','370505YwgDgl','1741216lIKSmM','Adicionar\x20descrição','52042rApiZB','Trazer\x20para\x20frente','Descrição','Editar\x20forma','Editar\x20texto','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Inverter\x20horizontalmente','5726178yhMcgh','Ocultar','Forma','Estilos\x20rápidos','4RynrVE','279981eoFCTr','6HALiya','O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.','Nenhum\x20objeto'];_0x3b00=function(){return _0x5c1c61;};return _0x3b00();}export{e as default};
|
package/lib/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x352f(_0x93983a,_0x24a06e){_0x93983a=_0x93983a-0x13b;const _0x25fe19=_0x25fe();let _0x352f30=_0x25fe19[_0x93983a];return _0x352f30;}const _0xdfa80=_0x352f;(function(_0x4d325,_0x12f4e7){const _0x4044f7=_0x352f,_0x4a3235=_0x4d325();while(!![]){try{const _0x41da95=-parseInt(_0x4044f7(0x13b))/0x1+-parseInt(_0x4044f7(0x13c))/0x2*(parseInt(_0x4044f7(0x14c))/0x3)+-parseInt(_0x4044f7(0x14a))/0x4*(parseInt(_0x4044f7(0x147))/0x5)+-parseInt(_0x4044f7(0x149))/0x6*(parseInt(_0x4044f7(0x14f))/0x7)+-parseInt(_0x4044f7(0x146))/0x8*(parseInt(_0x4044f7(0x13d))/0x9)+-parseInt(_0x4044f7(0x14e))/0xa+-parseInt(_0x4044f7(0x14b))/0xb*(-parseInt(_0x4044f7(0x159))/0xc);if(_0x41da95===_0x12f4e7)break;else _0x4a3235['push'](_0x4a3235['shift']());}catch(_0x539c05){_0x4a3235['push'](_0x4a3235['shift']());}}}(_0x25fe,0xa3b37));const e={'sheets-shape-ui':{'quickStyles':'Быстрые\x20стили','imagePanel':{'crop':{'shape':'Обрезать\x20по\x20форме'}},'permission':{'editErr':'Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.'},'title':'Фигура','insertShape':_0xdfa80(0x155),'editShape':_0xdfa80(0x153),'editText':_0xdfa80(0x158),'deleteShape':_0xdfa80(0x157),'formatShape':_0xdfa80(0x141),'flipHorizontal':_0xdfa80(0x13e),'flipVertical':_0xdfa80(0x156),'objectListPanel':{'title':_0xdfa80(0x140),'open':_0xdfa80(0x140),'empty':_0xdfa80(0x143),'showAll':'Показать\x20все','hideAll':_0xdfa80(0x142),'show':_0xdfa80(0x14d),'hide':'Скрыть','moveForward':_0xdfa80(0x150),'moveBackward':_0xdfa80(0x151),'close':_0xdfa80(0x152),'name':_0xdfa80(0x145),'nameInput':_0xdfa80(0x144),'description':'Описание','descriptionPlaceholder':_0xdfa80(0x148),'details':_0xdfa80(0x154),'noSelection':_0xdfa80(0x13f)}}};export{e as default};function _0x25fe(){const _0x3967af=['Имя\x20объекта','Имя','88XLGUYJ','10tzLVAP','Добавить\x20описание','18dqkEeJ','455316TXGjVV','47388011HHNQVc','14268xmKkCZ','Показать','355570NjjbQT','264824LvWDvZ','Переместить\x20вперед','Переместить\x20назад','Закрыть','Редактировать\x20фигуру','Сведения','Вставить\x20фигуру','Отразить\x20по\x20вертикали','Удалить\x20фигуру','Редактировать\x20текст','12LVqPBk','772020hfbLYR','534QvYgTo','997281IUjTXu','Отразить\x20по\x20горизонтали','Выберите\x20объект\x20для\x20редактирования\x20сведений','Слои','Форматировать\x20фигуру','Скрыть\x20все','Нет\x20объектов'];_0x25fe=function(){return _0x3967af;};return _0x25fe();}
|
package/lib/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x48a9dc=_0x3030;(function(_0x56aa40,_0x1b3838){const _0x3bbfa1=_0x3030,_0x11bc18=_0x56aa40();while(!![]){try{const _0x4eb0ea=-parseInt(_0x3bbfa1(0x19d))/0x1+-parseInt(_0x3bbfa1(0x1a6))/0x2+parseInt(_0x3bbfa1(0x19e))/0x3+-parseInt(_0x3bbfa1(0x197))/0x4+-parseInt(_0x3bbfa1(0x1ab))/0x5+parseInt(_0x3bbfa1(0x196))/0x6+-parseInt(_0x3bbfa1(0x19f))/0x7*(-parseInt(_0x3bbfa1(0x1a9))/0x8);if(_0x4eb0ea===_0x1b3838)break;else _0x11bc18['push'](_0x11bc18['shift']());}catch(_0x5e66a9){_0x11bc18['push'](_0x11bc18['shift']());}}}(_0x5da2,0x3c529));const e={'sheets-shape-ui':{'quickStyles':_0x48a9dc(0x193),'imagePanel':{'crop':{'shape':_0x48a9dc(0x1a2)}},'permission':{'editErr':_0x48a9dc(0x1ad)},'title':_0x48a9dc(0x1aa),'insertShape':'Vložiť\x20tvar','editShape':_0x48a9dc(0x199),'editText':_0x48a9dc(0x1a4),'deleteShape':'Odstrániť\x20tvar','formatShape':'Formátovať\x20tvar','flipHorizontal':_0x48a9dc(0x1a3),'flipVertical':'Prevrátiť\x20zvislo','objectListPanel':{'title':_0x48a9dc(0x195),'open':'Vrstvy','empty':_0x48a9dc(0x198),'showAll':_0x48a9dc(0x1a8),'hideAll':_0x48a9dc(0x19a),'show':_0x48a9dc(0x19b),'hide':_0x48a9dc(0x1a0),'moveForward':_0x48a9dc(0x1a1),'moveBackward':_0x48a9dc(0x194),'close':'Zavrieť','name':_0x48a9dc(0x1a5),'nameInput':_0x48a9dc(0x1a7),'description':_0x48a9dc(0x1ac),'descriptionPlaceholder':_0x48a9dc(0x19c),'details':'Podrobnosti','noSelection':'Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť'}}};function _0x3030(_0x2d91a6,_0xaaa411){_0x2d91a6=_0x2d91a6-0x193;const _0x5da286=_0x5da2();let _0x303015=_0x5da286[_0x2d91a6];return _0x303015;}function _0x5da2(){const _0x2db9f8=['Popis','Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.','Rýchle\x20štýly','Posunúť\x20dozadu','Vrstvy','730770ngjwjz','953668TTGWyO','Žiadne\x20objekty','Upraviť\x20tvar','Skryť\x20všetko','Zobraziť','Pridat\x20popis','272616YWvXpE','1287189HkyOCM','7AqBACD','Skryť','Posunúť\x20dopredu','Oříznout\x20podle\x20tvaru','Prevrátiť\x20vodorovne','Upraviť\x20text','Názov','631824CwGjmH','Názov\x20objektu','Zobraziť\x20všetko','5014632gAxEqd','Tvar','518305NnyAwk'];_0x5da2=function(){return _0x2db9f8;};return _0x5da2();}export{e as default};
|
package/lib/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function _0x1138(_0x48cfba,_0x14e1c3){_0x48cfba=_0x48cfba-0x126;const _0x2f7048=_0x2f70();let _0x1138b7=_0x2f7048[_0x48cfba];return _0x1138b7;}const _0x50ad56=_0x1138;(function(_0x49a41d,_0x18c342){const _0xc8b8e3=_0x1138,_0x3851bc=_0x49a41d();while(!![]){try{const _0x33903a=-parseInt(_0xc8b8e3(0x13b))/0x1+parseInt(_0xc8b8e3(0x13e))/0x2*(parseInt(_0xc8b8e3(0x135))/0x3)+-parseInt(_0xc8b8e3(0x136))/0x4+-parseInt(_0xc8b8e3(0x138))/0x5*(parseInt(_0xc8b8e3(0x131))/0x6)+parseInt(_0xc8b8e3(0x12d))/0x7+parseInt(_0xc8b8e3(0x140))/0x8+parseInt(_0xc8b8e3(0x13a))/0x9*(-parseInt(_0xc8b8e3(0x12e))/0xa);if(_0x33903a===_0x18c342)break;else _0x3851bc['push'](_0x3851bc['shift']());}catch(_0x36e53f){_0x3851bc['push'](_0x3851bc['shift']());}}}(_0x2f70,0x57b54));function _0x2f70(){const _0x485e65=['Định\x20dạng\x20hình\x20dạng','Lật\x20ngang','Kiểu\x20nhanh','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết','Lớp','Them\x20mo\x20ta','Ẩn\x20tất\x20cả','Phạm\x20vi\x20này\x20đã\x20được\x20bảo\x20vệ,\x20hiện\x20không\x20có\x20quyền\x20chỉnh\x20sửa.\x20Nếu\x20cần\x20chỉnh\x20sửa,\x20vui\x20lòng\x20liên\x20hệ\x20với\x20người\x20tạo.','Đóng','Hiển\x20thị\x20tất\x20cả','Đưa\x20lên\x20trên','Lật\x20dọc','217035dvkEFP','22430CjmNHs','Hình\x20dạng','Chỉnh\x20sửa\x20văn\x20bản','1159458lLsAPS','Tên\x20đối\x20tượng','Mô\x20tả','Đưa\x20xuống\x20dưới','3zRbYGh','2007212eMYaJx','Chèn\x20hình\x20dạng','5IGzVwl','Xóa\x20hình\x20dạng','18fhoWpk','194393SYcBzp','Chỉnh\x20sửa\x20hình\x20dạng','Hiện','1330842gfCQRm','Tên','4454008lfjKOW','Chưa\x20có\x20đối\x20tượng'];_0x2f70=function(){return _0x485e65;};return _0x2f70();}const e={'sheets-shape-ui':{'quickStyles':_0x50ad56(0x144),'imagePanel':{'crop':{'shape':'Cắt\x20theo\x20hình\x20dạng'}},'permission':{'editErr':_0x50ad56(0x128)},'title':_0x50ad56(0x12f),'insertShape':_0x50ad56(0x137),'editShape':_0x50ad56(0x13c),'editText':_0x50ad56(0x130),'deleteShape':_0x50ad56(0x139),'formatShape':_0x50ad56(0x142),'flipHorizontal':_0x50ad56(0x143),'flipVertical':_0x50ad56(0x12c),'objectListPanel':{'title':_0x50ad56(0x146),'open':'Lớp','empty':_0x50ad56(0x141),'showAll':_0x50ad56(0x12a),'hideAll':_0x50ad56(0x127),'show':_0x50ad56(0x13d),'hide':'Ẩn','moveForward':_0x50ad56(0x12b),'moveBackward':_0x50ad56(0x134),'close':_0x50ad56(0x129),'name':_0x50ad56(0x13f),'nameInput':_0x50ad56(0x132),'description':_0x50ad56(0x133),'descriptionPlaceholder':_0x50ad56(0x126),'details':'Chi\x20tiết','noSelection':_0x50ad56(0x145)}}};export{e as default};
|
package/lib/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x3da04e=_0x2586;function _0x2586(_0x3b941a,_0x1b1a22){_0x3b941a=_0x3b941a-0x100;const _0x501d2d=_0x501d();let _0x25868d=_0x501d2d[_0x3b941a];return _0x25868d;}(function(_0x3cdd9b,_0xdb9a83){const _0xf22f7c=_0x2586,_0x5d24af=_0x3cdd9b();while(!![]){try{const _0x3044d9=parseInt(_0xf22f7c(0x10e))/0x1+parseInt(_0xf22f7c(0x104))/0x2+parseInt(_0xf22f7c(0x101))/0x3+-parseInt(_0xf22f7c(0x102))/0x4+-parseInt(_0xf22f7c(0x114))/0x5*(parseInt(_0xf22f7c(0x113))/0x6)+parseInt(_0xf22f7c(0x10a))/0x7+parseInt(_0xf22f7c(0x103))/0x8;if(_0x3044d9===_0xdb9a83)break;else _0x5d24af['push'](_0x5d24af['shift']());}catch(_0x50eccc){_0x5d24af['push'](_0x5d24af['shift']());}}}(_0x501d,0xa299d));const e={'sheets-shape-ui':{'quickStyles':_0x3da04e(0x100),'imagePanel':{'crop':{'shape':_0x3da04e(0x106)}},'permission':{'editErr':_0x3da04e(0x111)},'title':'形状','insertShape':'插入形状','editShape':_0x3da04e(0x10d),'editText':_0x3da04e(0x110),'deleteShape':_0x3da04e(0x10b),'formatShape':_0x3da04e(0x10f),'flipHorizontal':_0x3da04e(0x10c),'flipVertical':_0x3da04e(0x112),'objectListPanel':{'title':'图层','open':'图层','empty':'暂无对象','showAll':'全部显示','hideAll':_0x3da04e(0x107),'show':'显示','hide':'隐藏','moveForward':_0x3da04e(0x115),'moveBackward':_0x3da04e(0x108),'close':'关闭','name':'名称','nameInput':_0x3da04e(0x109),'description':'描述','descriptionPlaceholder':_0x3da04e(0x105),'details':'详情','noSelection':'选择对象以编辑详情'}}};function _0x501d(){const _0x5e1b44=['全部隐藏','下移一层','对象名称','2853438xQJuHM','删除形状','水平翻转','编辑形状','112620NwzFCM','格式化形状','编辑文字','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','垂直翻转','30126OvUnTc','490xxRTGS','上移一层','快捷样式','1623951wjajOX','1515380WmjAtM','1554288rYsxFC','562118wehblt','添加描述','裁剪为形状'];_0x501d=function(){return _0x5e1b44;};return _0x501d();}export{e as default};
|
package/lib/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x5c6dc5=_0xd297;function _0x264d(){const _0x3427f5=['快速樣式','編輯文字','435149HPzRrj','垂直翻轉','上移一層','1274633xVErgi','格式化形狀','2WKkROB','4Edgmvd','水平翻轉','16418400kAQuap','物件名稱','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','全部顯示','全部隱藏','插入形狀','7796054hvHqaO','新增描述','2529528omMkUX','下移一層','686226DgMpmJ','選擇物件以編輯詳情','310hXOsEO','刪除形狀','編輯形狀','10bTMMUW','757851EZPBOU','9huQpZK'];_0x264d=function(){return _0x3427f5;};return _0x264d();}function _0xd297(_0xde9f33,_0x27bcac){_0xde9f33=_0xde9f33-0xd3;const _0x264d78=_0x264d();let _0xd29730=_0x264d78[_0xde9f33];return _0xd29730;}(function(_0x2192a8,_0x1a8ba5){const _0x2d725f=_0xd297,_0x1b5674=_0x2192a8();while(!![]){try{const _0x380536=-parseInt(_0x2d725f(0xda))/0x1*(-parseInt(_0x2d725f(0xdc))/0x2)+parseInt(_0x2d725f(0xd3))/0x3*(parseInt(_0x2d725f(0xdd))/0x4)+-parseInt(_0x2d725f(0xee))/0x5*(parseInt(_0x2d725f(0xe9))/0x6)+-parseInt(_0x2d725f(0xe5))/0x7+parseInt(_0x2d725f(0xe7))/0x8*(parseInt(_0x2d725f(0xd4))/0x9)+-parseInt(_0x2d725f(0xeb))/0xa*(parseInt(_0x2d725f(0xd7))/0xb)+parseInt(_0x2d725f(0xdf))/0xc;if(_0x380536===_0x1a8ba5)break;else _0x1b5674['push'](_0x1b5674['shift']());}catch(_0x1b83c8){_0x1b5674['push'](_0x1b5674['shift']());}}}(_0x264d,0x9cf20));const e={'sheets-shape-ui':{'quickStyles':_0x5c6dc5(0xd5),'imagePanel':{'crop':{'shape':'裁切為形狀'}},'permission':{'editErr':_0x5c6dc5(0xe1)},'title':'形狀','insertShape':_0x5c6dc5(0xe4),'editShape':_0x5c6dc5(0xed),'editText':_0x5c6dc5(0xd6),'deleteShape':_0x5c6dc5(0xec),'formatShape':_0x5c6dc5(0xdb),'flipHorizontal':_0x5c6dc5(0xde),'flipVertical':_0x5c6dc5(0xd8),'objectListPanel':{'title':'圖層','open':'圖層','empty':'暫無物件','showAll':_0x5c6dc5(0xe2),'hideAll':_0x5c6dc5(0xe3),'show':'顯示','hide':'隱藏','moveForward':_0x5c6dc5(0xd9),'moveBackward':_0x5c6dc5(0xe8),'close':'關閉','name':'名稱','nameInput':_0x5c6dc5(0xe0),'description':'描述','descriptionPlaceholder':_0x5c6dc5(0xe6),'details':'詳情','noSelection':_0x5c6dc5(0xea)}}};export{e as default};
|
package/lib/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x379779=_0x1c0f;function _0x4f80(){const _0x41eec3=['9lLMLCI','暫無物件','快捷樣式','3014848NhusVP','裁切為形狀','上移一層','5849800JVDKcn','全部顯示','1439778HFzbau','1970330cdljtt','選取物件以編輯詳細資料','13724uzjrFX','水平翻轉','插入形狀','編輯形狀','970926PRjUyb','編輯文字','詳細資料','270316XbOJuK','14EbKcjm','刪除形狀','1335iMAOXY','6jkgvNJ','全部隱藏','垂直翻轉'];_0x4f80=function(){return _0x41eec3;};return _0x4f80();}function _0x1c0f(_0x177362,_0x2567a0){_0x177362=_0x177362-0x129;const _0x4f8017=_0x4f80();let _0x1c0f5c=_0x4f8017[_0x177362];return _0x1c0f5c;}(function(_0x45b2aa,_0x1c80a3){const _0x369510=_0x1c0f,_0x5096a6=_0x45b2aa();while(!![]){try{const _0x68c1f2=-parseInt(_0x369510(0x131))/0x1*(-parseInt(_0x369510(0x12d))/0x2)+parseInt(_0x369510(0x13c))/0x3+parseInt(_0x369510(0x13f))/0x4*(-parseInt(_0x369510(0x130))/0x5)+parseInt(_0x369510(0x12a))/0x6+parseInt(_0x369510(0x12e))/0x7*(-parseInt(_0x369510(0x137))/0x8)+parseInt(_0x369510(0x134))/0x9*(parseInt(_0x369510(0x13d))/0xa)+parseInt(_0x369510(0x13a))/0xb;if(_0x68c1f2===_0x1c80a3)break;else _0x5096a6['push'](_0x5096a6['shift']());}catch(_0x4e6880){_0x5096a6['push'](_0x5096a6['shift']());}}}(_0x4f80,0x7cefb));const e={'sheets-shape-ui':{'quickStyles':_0x379779(0x136),'imagePanel':{'crop':{'shape':_0x379779(0x138)}},'permission':{'editErr':'該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20'},'title':'形狀','insertShape':_0x379779(0x141),'editShape':_0x379779(0x129),'editText':_0x379779(0x12b),'deleteShape':_0x379779(0x12f),'formatShape':'格式化形狀','flipHorizontal':_0x379779(0x140),'flipVertical':_0x379779(0x133),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x379779(0x135),'showAll':_0x379779(0x13b),'hideAll':_0x379779(0x132),'show':'顯示','hide':'隱藏','moveForward':_0x379779(0x139),'moveBackward':'下移一層','close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':'新增描述','details':_0x379779(0x12c),'noSelection':_0x379779(0x13e)}}};export{e as default};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { ICommand } from '@univerjs/core';
|
|
2
|
+
export interface ISetShapeTextFontSizeCommandParams {
|
|
3
|
+
value: number;
|
|
4
|
+
}
|
|
5
|
+
export declare const SetShapeTextFontSizeCommand: ICommand<ISetShapeTextFontSizeCommandParams>;
|
|
6
|
+
export declare const SetShapeTextFontSizeIncreaseCommand: ICommand;
|
|
7
|
+
export declare const SetShapeTextFontSizeDecreaseCommand: ICommand;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { HorizontalAlign, ICommand } from '@univerjs/core';
|
|
2
|
+
export interface IShapeDocAlignCommandParams {
|
|
3
|
+
value: HorizontalAlign;
|
|
4
|
+
}
|
|
5
|
+
/**
|
|
6
|
+
* Wrapper command for shape text horizontal alignment.
|
|
7
|
+
* This command receives the value from the menu selector and forwards it
|
|
8
|
+
* to the Doc's AlignOperationCommand with the correct parameter format.
|
|
9
|
+
*/
|
|
10
|
+
export declare const ShapeDocAlignCommand: ICommand<IShapeDocAlignCommandParams>;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { IAccessor } from '@univerjs/core';
|
|
2
|
+
import type { IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
+
import { HorizontalAlign } from '@univerjs/core';
|
|
4
|
+
import { MenuItemType } from '@univerjs/ui';
|
|
5
|
+
import { Observable } from 'rxjs';
|
|
6
|
+
export declare const SHAPE_HORIZONTAL_ALIGN_CHILDREN: {
|
|
7
|
+
label: string;
|
|
8
|
+
icon: string;
|
|
9
|
+
value: HorizontalAlign;
|
|
10
|
+
}[];
|
|
11
|
+
export declare function ShapeHorizontalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<HorizontalAlign>;
|
|
12
|
+
export declare function ShapeBackgroundColorSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<string, string | undefined>;
|
|
13
|
+
export declare function ShapeResetBackgroundColorMenuItemFactory(accessor: IAccessor): {
|
|
14
|
+
id: string;
|
|
15
|
+
type: MenuItemType;
|
|
16
|
+
title: string;
|
|
17
|
+
hidden$: Observable<boolean>;
|
|
18
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { IAccessor } from '@univerjs/core';
|
|
2
|
+
import type { IMenuButtonItem, IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
+
export declare function ShapeFontSizeSelectorMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<number>;
|
|
4
|
+
export declare function ShapeFontSizeIncreaseMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
|
|
5
|
+
export declare function ShapeFontSizeDecreaseMenuItemFactory(accessor: IAccessor): IMenuButtonItem;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IAccessor } from '@univerjs/core';
|
|
2
|
+
import type { IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
+
import { HorizontalAlign } from '@univerjs/core';
|
|
4
|
+
export declare const SHAPE_HORIZONTAL_ALIGN_CHILDREN: {
|
|
5
|
+
label: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
value: HorizontalAlign;
|
|
8
|
+
}[];
|
|
9
|
+
export declare function ShapeTextHorizontalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<HorizontalAlign>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IAccessor } from '@univerjs/core';
|
|
2
|
+
import type { IMenuSelectorItem } from '@univerjs/ui';
|
|
3
|
+
import { VerticalAlign } from '@univerjs/core';
|
|
4
|
+
export declare const SHAPE_VERTICAL_ALIGN_CHILDREN: {
|
|
5
|
+
label: string;
|
|
6
|
+
icon: string;
|
|
7
|
+
value: VerticalAlign;
|
|
8
|
+
}[];
|
|
9
|
+
export declare function ShapeVerticalAlignMenuItemFactory(accessor: IAccessor): IMenuSelectorItem<VerticalAlign>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Workbook } from '@univerjs/core';
|
|
2
|
+
import type { IRenderContext, IRenderModule } from '@univerjs/engine-render';
|
|
3
|
+
import { SheetsShapeService } from '@univerjs-pro/sheets-shape';
|
|
4
|
+
import { Disposable, ICommandService, IContextService, IPermissionService, IUniverInstanceService } from '@univerjs/core';
|
|
5
|
+
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
6
|
+
import { FormatPainterSessionService } from '@univerjs/ui';
|
|
7
|
+
import { ShapeTextEditingService } from '../services/shape-text-editing.service';
|
|
8
|
+
export declare class SheetsShapeFormatPainterController extends Disposable implements IRenderModule {
|
|
9
|
+
constructor(render: IRenderContext<Workbook>, session: FormatPainterSessionService, shapes: SheetsShapeService, editing: ShapeTextEditingService, drawings: IDrawingManagerService, instances: IUniverInstanceService, context: IContextService, permissions: IPermissionService, commands: ICommandService);
|
|
10
|
+
}
|
|
@@ -1,8 +1,23 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { SheetsShapeService } from '@univerjs-pro/sheets-shape';
|
|
2
|
+
import { Disposable, ICommandService, IContextService } from '@univerjs/core';
|
|
3
|
+
import { IDrawingManagerService } from '@univerjs/drawing';
|
|
4
|
+
import { IRenderManagerService } from '@univerjs/engine-render';
|
|
5
|
+
import { SheetCanvasPopManagerService } from '@univerjs/sheets-ui';
|
|
6
|
+
import { IMenuManagerService } from '@univerjs/ui';
|
|
7
|
+
import { ShapeTextEditingService } from '../../services/shape-text-editing.service';
|
|
8
|
+
export declare class SheetsShapeMobileUIController extends Disposable {
|
|
9
|
+
private readonly _menuManagerService;
|
|
10
|
+
private readonly _sheetsShapeService;
|
|
11
|
+
private readonly _commandService;
|
|
12
|
+
private readonly _drawingManagerService;
|
|
13
|
+
private readonly _sheetCanvasPopManagerService;
|
|
14
|
+
private readonly _contextService;
|
|
15
|
+
private readonly _renderManagerService;
|
|
16
|
+
private readonly _shapeTextEditingService;
|
|
17
|
+
private _shapePopupMenuDisposable;
|
|
18
|
+
constructor(_menuManagerService: IMenuManagerService, _sheetsShapeService: SheetsShapeService, _commandService: ICommandService, _drawingManagerService: IDrawingManagerService, _sheetCanvasPopManagerService: SheetCanvasPopManagerService, _contextService: IContextService, _renderManagerService: IRenderManagerService, _shapeTextEditingService: ShapeTextEditingService);
|
|
19
|
+
initShapePopupMenu(): void;
|
|
6
20
|
private _registerFeatureMenu;
|
|
7
|
-
|
|
21
|
+
private _popupMenuListener;
|
|
22
|
+
private _clearFocusedShape;
|
|
8
23
|
}
|