@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/umd/locale/ar-SA.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x4e299e,_0x187900){var _0x59559b=_0x191c,_0x37c9fb=_0x4e299e();while(!![]){try{var _0x2446de=parseInt(_0x59559b(0x1cc))/0x1*(parseInt(_0x59559b(0x1c0))/0x2)+-parseInt(_0x59559b(0x1bf))/0x3*(-parseInt(_0x59559b(0x1b4))/0x4)+-parseInt(_0x59559b(0x1c6))/0x5+parseInt(_0x59559b(0x1b5))/0x6*(-parseInt(_0x59559b(0x1b8))/0x7)+parseInt(_0x59559b(0x1bb))/0x8*(-parseInt(_0x59559b(0x1cd))/0x9)+-parseInt(_0x59559b(0x1bc))/0xa*(-parseInt(_0x59559b(0x1c1))/0xb)+parseInt(_0x59559b(0x1ca))/0xc;if(_0x2446de===_0x187900)break;else _0x37c9fb['push'](_0x37c9fb['shift']());}catch(_0x36346c){_0x37c9fb['push'](_0x37c9fb['shift']());}}}(_0x414e,0x8104f),function(_0x808705,_0x1631a0){var _0x3e0058=_0x191c;typeof exports==_0x3e0058(0x1c3)&&typeof module<'u'?module[_0x3e0058(0x1c2)]=_0x1631a0():typeof define==_0x3e0058(0x1b7)&&define[_0x3e0058(0x1d0)]?define([],_0x1631a0):(_0x808705=typeof globalThis<'u'?globalThis:_0x808705||self,_0x808705[_0x3e0058(0x1b9)]=_0x1631a0());}(this,function(){var _0x15a985=_0x191c;return{'sheets-shape-ui':{'quickStyles':_0x15a985(0x1c4),'imagePanel':{'crop':{'shape':_0x15a985(0x1bd)}},'permission':{'editErr':'النطاق\x20محمي،\x20وليس\x20لديك\x20إذن\x20التحرير.\x20للتحرير،\x20يرجى\x20التواصل\x20مع\x20المنشئ.'},'title':_0x15a985(0x1d5),'insertShape':_0x15a985(0x1be),'editShape':_0x15a985(0x1d3),'editText':_0x15a985(0x1cf),'deleteShape':'حذف\x20الشكل','formatShape':'تنسيق\x20الشكل','flipHorizontal':'عكس\x20أفقي','flipVertical':'عكس\x20رأسي','objectListPanel':{'title':_0x15a985(0x1d4),'open':'الطبقات','empty':_0x15a985(0x1b3),'showAll':_0x15a985(0x1c9),'hideAll':_0x15a985(0x1d2),'show':'إظهار','hide':'إخفاء','moveForward':_0x15a985(0x1c8),'moveBackward':_0x15a985(0x1d1),'close':_0x15a985(0x1ce),'name':_0x15a985(0x1c7),'nameInput':_0x15a985(0x1c5),'description':_0x15a985(0x1b6),'descriptionPlaceholder':_0x15a985(0x1cb),'details':_0x15a985(0x1ba),'noSelection':'حدد\x20كائنًا\x20لتحرير\x20تفاصيله'}}};}));function _0x191c(_0x5d0bd3,_0x5a2686){_0x5d0bd3=_0x5d0bd3-0x1b3;var _0x414ed6=_0x414e();var _0x191c24=_0x414ed6[_0x5d0bd3];return _0x191c24;}function _0x414e(){var _0xa74a34=['1489104bXYTND','إضافة\x20وصف','17JXBrbY','18IBgGHK','إغلاق','تحرير\x20النص','amd','إرسال\x20للخلف','إخفاء\x20الكل','تحرير\x20الشكل','الطبقات','شكل','لا\x20توجد\x20كائنات','499780BkviVr','6oddoVj','الوصف','function','2900499zPDgrC','UniverProSheetsShapeUiArSA','التفاصيل','2411672BRPsXK','10DiFIcy','قص\x20إلى\x20شكل','إدراج\x20شكل','18FdwTgj','59726bRVEnT','10917357ZqIQad','exports','object','أنماط\x20سريعة','اسم\x20الكائن','4140910ymuieV','الاسم','إحضار\x20للأمام','إظهار\x20الكل'];_0x414e=function(){return _0xa74a34;};return _0x414e();}
|
package/lib/umd/locale/ca-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xa964(_0x5cb935,_0x1a27dd){_0x5cb935=_0x5cb935-0x1d0;var _0x31f87d=_0x31f8();var _0xa964c6=_0x31f87d[_0x5cb935];return _0xa964c6;}(function(_0x1c3a83,_0x3ebebc){var _0x35656c=_0xa964,_0x1f7c16=_0x1c3a83();while(!![]){try{var _0x54f7d9=-parseInt(_0x35656c(0x1ef))/0x1+parseInt(_0x35656c(0x1de))/0x2*(parseInt(_0x35656c(0x1e4))/0x3)+-parseInt(_0x35656c(0x1f1))/0x4*(parseInt(_0x35656c(0x1e7))/0x5)+-parseInt(_0x35656c(0x1d2))/0x6*(parseInt(_0x35656c(0x1eb))/0x7)+-parseInt(_0x35656c(0x1ec))/0x8+parseInt(_0x35656c(0x1e9))/0x9*(-parseInt(_0x35656c(0x1dd))/0xa)+parseInt(_0x35656c(0x1df))/0xb*(parseInt(_0x35656c(0x1dc))/0xc);if(_0x54f7d9===_0x3ebebc)break;else _0x1f7c16['push'](_0x1f7c16['shift']());}catch(_0x2bf362){_0x1f7c16['push'](_0x1f7c16['shift']());}}}(_0x31f8,0x28ef8),function(_0x3ce373,_0x3a544b){var _0x14ab16=_0xa964;typeof exports==_0x14ab16(0x1e0)&&typeof module<'u'?module[_0x14ab16(0x1d5)]=_0x3a544b():typeof define==_0x14ab16(0x1d7)&&define[_0x14ab16(0x1e8)]?define([],_0x3a544b):(_0x3ce373=typeof globalThis<'u'?globalThis:_0x3ce373||self,_0x3ce373['UniverProSheetsShapeUiCaES']=_0x3a544b());}(this,function(){var _0xc63a5e=_0xa964;return{'sheets-shape-ui':{'quickStyles':'Estils\x20ràpids','imagePanel':{'crop':{'shape':_0xc63a5e(0x1d3)}},'permission':{'editErr':_0xc63a5e(0x1d8)},'title':_0xc63a5e(0x1d6),'insertShape':_0xc63a5e(0x1f0),'editShape':_0xc63a5e(0x1e2),'editText':_0xc63a5e(0x1e3),'deleteShape':'Elimina\x20la\x20forma','formatShape':'Format\x20de\x20forma','flipHorizontal':_0xc63a5e(0x1d1),'flipVertical':_0xc63a5e(0x1d0),'objectListPanel':{'title':_0xc63a5e(0x1e6),'open':_0xc63a5e(0x1e6),'empty':_0xc63a5e(0x1db),'showAll':_0xc63a5e(0x1d9),'hideAll':_0xc63a5e(0x1d4),'show':_0xc63a5e(0x1ed),'hide':_0xc63a5e(0x1ee),'moveForward':'Porta\x20endavant','moveBackward':_0xc63a5e(0x1da),'close':'Tancar','name':'Nom','nameInput':'Nom\x20de\x20l’objecte','description':_0xc63a5e(0x1ea),'descriptionPlaceholder':_0xc63a5e(0x1e5),'details':'Detalls','noSelection':_0xc63a5e(0x1e1)}}};}));function _0x31f8(){var _0x1d3f2f=['Forma','function','L\x27interval\x20està\x20protegit\x20i\x20no\x20teniu\x20permís\x20d\x27edició.\x20Per\x20editar,\x20contacteu\x20amb\x20el\x20creador.','Mostra-ho\x20tot','Envia\x20enrere','Sense\x20objectes','120aqGHCU','60650ptsVfp','12050wZLcFd','1098394oiBdRp','object','Seleccioneu\x20un\x20objecte\x20per\x20editar-ne\x20els\x20detalls','Edita\x20la\x20forma','Edita\x20el\x20text','75HDWmfA','Afegeix\x20descripcio','Capes','5QlGCcs','amd','9pDtXwJ','Descripció','1902733oAkHKZ','2407504CevafV','Mostra','Amagar','166552BBPyaF','Inserir\x20forma','944476vwCGRd','Girar\x20verticalment','Girar\x20horitzontalment','6xvCThs','Retalla\x20a\x20forma','Amaga-ho\x20tot','exports'];_0x31f8=function(){return _0x1d3f2f;};return _0x31f8();}
|
package/lib/umd/locale/de-DE.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0xbd8b26,_0x2c1d44){var _0x120e3f=_0x1de4,_0x6c8972=_0xbd8b26();while(!![]){try{var _0x272b5d=-parseInt(_0x120e3f(0x110))/0x1*(parseInt(_0x120e3f(0x116))/0x2)+-parseInt(_0x120e3f(0x109))/0x3*(-parseInt(_0x120e3f(0x11f))/0x4)+-parseInt(_0x120e3f(0x121))/0x5*(parseInt(_0x120e3f(0x113))/0x6)+parseInt(_0x120e3f(0x104))/0x7*(parseInt(_0x120e3f(0x105))/0x8)+parseInt(_0x120e3f(0x107))/0x9*(-parseInt(_0x120e3f(0x126))/0xa)+parseInt(_0x120e3f(0x128))/0xb*(-parseInt(_0x120e3f(0x108))/0xc)+-parseInt(_0x120e3f(0x10f))/0xd*(-parseInt(_0x120e3f(0x124))/0xe);if(_0x272b5d===_0x2c1d44)break;else _0x6c8972['push'](_0x6c8972['shift']());}catch(_0x3f1783){_0x6c8972['push'](_0x6c8972['shift']());}}}(_0x3207,0x7c415),function(_0x496ed2,_0x76e3d7){var _0x5c99fa=_0x1de4;typeof exports==_0x5c99fa(0x123)&&typeof module<'u'?module[_0x5c99fa(0x10b)]=_0x76e3d7():typeof define=='function'&&define[_0x5c99fa(0x11e)]?define([],_0x76e3d7):(_0x496ed2=typeof globalThis<'u'?globalThis:_0x496ed2||self,_0x496ed2[_0x5c99fa(0x114)]=_0x76e3d7());}(this,function(){var _0x502644=_0x1de4;return{'sheets-shape-ui':{'quickStyles':_0x502644(0x10e),'imagePanel':{'crop':{'shape':_0x502644(0x11c)}},'permission':{'editErr':_0x502644(0x117)},'title':_0x502644(0x118),'insertShape':_0x502644(0x10c),'editShape':'Form\x20bearbeiten','editText':_0x502644(0x125),'deleteShape':_0x502644(0x10a),'formatShape':_0x502644(0x119),'flipHorizontal':'Horizontal\x20spiegeln','flipVertical':_0x502644(0x127),'objectListPanel':{'title':_0x502644(0x11b),'open':_0x502644(0x11b),'empty':'Keine\x20Objekte','showAll':_0x502644(0x11a),'hideAll':_0x502644(0x111),'show':_0x502644(0x122),'hide':'Ausblenden','moveForward':_0x502644(0x10d),'moveBackward':_0x502644(0x120),'close':_0x502644(0x11d),'name':_0x502644(0x106),'nameInput':'Objektname','description':'Beschreibung','descriptionPlaceholder':_0x502644(0x115),'details':'Details','noSelection':_0x502644(0x112)}}};}));function _0x1de4(_0x13ecc1,_0x186dbb){_0x13ecc1=_0x13ecc1-0x104;var _0x320754=_0x3207();var _0x1de472=_0x320754[_0x13ecc1];return _0x1de472;}function _0x3207(){var _0x35fca3=['Objekt\x20zum\x20Bearbeiten\x20der\x20Details\x20auswählen','2017566BjdsEg','UniverProSheetsShapeUiDeDE','Beschreibung\x20hinzufügen','8lMeNUm','Der\x20Bereich\x20ist\x20geschützt,\x20und\x20Sie\x20haben\x20keine\x20Bearbeitungsberechtigung.\x20Wenden\x20Sie\x20sich\x20zum\x20Bearbeiten\x20bitte\x20an\x20den\x20Ersteller.','Form','Form\x20formatieren','Alle\x20anzeigen','Ebenen','Auf\x20Form\x20zuschneiden','Schließen','amd','4XZIXTE','Weiter\x20nach\x20hinten','15cdqkXU','Anzeigen','object','22961638tGAZUs','Text\x20bearbeiten','2330KeCmDZ','Vertikal\x20spiegeln','11OwmHNM','7tvIUjq','3035672PsOmpY','Name','28359CgmdWK','4785780pMhEEk','2374122yjvJxM','Form\x20löschen','exports','Form\x20einfügen','Weiter\x20nach\x20vorne','Schnellformatvorlagen','13sIZvTO','40055fTrPqs','Alle\x20ausblenden'];_0x3207=function(){return _0x35fca3;};return _0x3207();}
|
package/lib/umd/locale/en-US.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3eda(_0x584b43,_0x27aaa8){_0x584b43=_0x584b43-0x191;var _0xe2f050=_0xe2f0();var _0x3eda5f=_0xe2f050[_0x584b43];return _0x3eda5f;}(function(_0x341ed4,_0x1b39f2){var _0x2f3483=_0x3eda,_0x47f8a3=_0x341ed4();while(!![]){try{var _0x39247e=-parseInt(_0x2f3483(0x197))/0x1+-parseInt(_0x2f3483(0x1b3))/0x2*(-parseInt(_0x2f3483(0x1a5))/0x3)+-parseInt(_0x2f3483(0x198))/0x4*(parseInt(_0x2f3483(0x194))/0x5)+-parseInt(_0x2f3483(0x193))/0x6*(-parseInt(_0x2f3483(0x19f))/0x7)+-parseInt(_0x2f3483(0x1b4))/0x8*(-parseInt(_0x2f3483(0x1ad))/0x9)+parseInt(_0x2f3483(0x199))/0xa*(-parseInt(_0x2f3483(0x1af))/0xb)+parseInt(_0x2f3483(0x1ab))/0xc;if(_0x39247e===_0x1b39f2)break;else _0x47f8a3['push'](_0x47f8a3['shift']());}catch(_0x331cf7){_0x47f8a3['push'](_0x47f8a3['shift']());}}}(_0xe2f0,0x4954a),function(_0x3e4b44,_0x23b9c4){var _0x52e99d=_0x3eda;typeof exports==_0x52e99d(0x1b2)&&typeof module<'u'?module['exports']=_0x23b9c4():typeof define==_0x52e99d(0x1a6)&&define[_0x52e99d(0x1b0)]?define([],_0x23b9c4):(_0x3e4b44=typeof globalThis<'u'?globalThis:_0x3e4b44||self,_0x3e4b44['UniverProSheetsShapeUiEnUS']=_0x23b9c4());}(this,function(){var _0x1a5b84=_0x3eda;return{'sheets-shape-ui':{'quickStyles':_0x1a5b84(0x196),'imagePanel':{'crop':{'shape':'Crop\x20to\x20Shape'}},'permission':{'editErr':_0x1a5b84(0x19a)},'title':_0x1a5b84(0x191),'insertShape':_0x1a5b84(0x1a7),'editShape':_0x1a5b84(0x1a4),'editText':_0x1a5b84(0x1a9),'deleteShape':_0x1a5b84(0x1a1),'formatShape':_0x1a5b84(0x1ac),'flipHorizontal':'Flip\x20Horizontal','flipVertical':_0x1a5b84(0x19e),'objectListPanel':{'title':_0x1a5b84(0x1a3),'open':_0x1a5b84(0x1a3),'empty':_0x1a5b84(0x1a2),'showAll':_0x1a5b84(0x1b1),'hideAll':_0x1a5b84(0x19c),'show':_0x1a5b84(0x19d),'hide':'Hide','moveForward':'Bring\x20Forward','moveBackward':_0x1a5b84(0x1a8),'close':_0x1a5b84(0x1aa),'name':_0x1a5b84(0x1ae),'nameInput':_0x1a5b84(0x19b),'description':_0x1a5b84(0x192),'descriptionPlaceholder':_0x1a5b84(0x1a0),'details':_0x1a5b84(0x195),'noSelection':'Select\x20an\x20object\x20to\x20edit\x20details'}}};}));function _0xe2f0(){var _0x518c9c=['6WIIyah','140Luwdvz','Details','Quick\x20styles','417658FtLZLD','55644TJoEVx','10ANayhQ','The\x20range\x20is\x20protected,\x20and\x20you\x20do\x20not\x20have\x20edit\x20permission.\x20To\x20edit,\x20please\x20contact\x20the\x20creator.','Object\x20name','Hide\x20All','Show','Flip\x20Vertical','1883644QVNTHm','Add\x20description','Delete\x20Shape','No\x20objects','Layers','Edit\x20Shape','66RDBTlD','function','Insert\x20Shape','Send\x20Backward','Edit\x20Text','Close','10576536nVqmvP','Format\x20Shape','3249ncyyRZ','Name','5674174yzjaGF','amd','Show\x20All','object','5840JwzpKN','9056YtyVnU','Shape','Description'];_0xe2f0=function(){return _0x518c9c;};return _0xe2f0();}
|
package/lib/umd/locale/es-ES.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x37a7(){var _0x11ba38=['Insertar\x20forma','Editar\x20forma','Nombre\x20del\x20objeto','El\x20rango\x20está\x20protegido\x20y\x20no\x20tienes\x20permiso\x20de\x20edición.\x20Para\x20editar,\x20contacta\x20al\x20creador.','Descripción','Voltear\x20horizontalmente','Capas','138ccLtja','37nxbEqX','Detalles','amd','Editar\x20texto','8132020BwFBBM','3439887jfpDAD','Forma','5040508ShOWxz','11odhWVK','Ocultar\x20todo','29756hYtyvG','object','Ocultar','Eliminar\x20forma','Mostrar','function','Voltear\x20verticalmente','Enviar\x20atrás','Nombre','Sin\x20objetos','24pOxLPx','Recortar\x20a\x20forma','UniverProSheetsShapeUiEsES','269311kPjYKT','Traer\x20adelante','Cerrar','4540923PEOARk','4266130hgafCg'];_0x37a7=function(){return _0x11ba38;};return _0x37a7();}function _0x5313(_0x1b29fa,_0x5296a4){_0x1b29fa=_0x1b29fa-0x10b;var _0x37a74b=_0x37a7();var _0x5313b3=_0x37a74b[_0x1b29fa];return _0x5313b3;}(function(_0x8af1f8,_0x3ed6e0){var _0x9ab4ad=_0x5313,_0x16d2bb=_0x8af1f8();while(!![]){try{var _0x18b0cc=-parseInt(_0x9ab4ad(0x11e))/0x1*(parseInt(_0x9ab4ad(0x128))/0x2)+parseInt(_0x9ab4ad(0x123))/0x3+parseInt(_0x9ab4ad(0x125))/0x4+-parseInt(_0x9ab4ad(0x115))/0x5+parseInt(_0x9ab4ad(0x11d))/0x6*(-parseInt(_0x9ab4ad(0x111))/0x7)+-parseInt(_0x9ab4ad(0x10e))/0x8*(-parseInt(_0x9ab4ad(0x114))/0x9)+-parseInt(_0x9ab4ad(0x122))/0xa*(parseInt(_0x9ab4ad(0x126))/0xb);if(_0x18b0cc===_0x3ed6e0)break;else _0x16d2bb['push'](_0x16d2bb['shift']());}catch(_0x5b2033){_0x16d2bb['push'](_0x16d2bb['shift']());}}}(_0x37a7,0xc7dac),function(_0x879aad,_0x4ef563){var _0x35bb36=_0x5313;typeof exports==_0x35bb36(0x129)&&typeof module<'u'?module['exports']=_0x4ef563():typeof define==_0x35bb36(0x12d)&&define[_0x35bb36(0x120)]?define([],_0x4ef563):(_0x879aad=typeof globalThis<'u'?globalThis:_0x879aad||self,_0x879aad[_0x35bb36(0x110)]=_0x4ef563());}(this,function(){var _0xc59a25=_0x5313;return{'sheets-shape-ui':{'quickStyles':'Estilos\x20rápidos','imagePanel':{'crop':{'shape':_0xc59a25(0x10f)}},'permission':{'editErr':_0xc59a25(0x119)},'title':_0xc59a25(0x124),'insertShape':_0xc59a25(0x116),'editShape':_0xc59a25(0x117),'editText':_0xc59a25(0x121),'deleteShape':_0xc59a25(0x12b),'formatShape':'Formato\x20de\x20forma','flipHorizontal':_0xc59a25(0x11b),'flipVertical':_0xc59a25(0x12e),'objectListPanel':{'title':_0xc59a25(0x11c),'open':_0xc59a25(0x11c),'empty':_0xc59a25(0x10d),'showAll':'Mostrar\x20todo','hideAll':_0xc59a25(0x127),'show':_0xc59a25(0x12c),'hide':_0xc59a25(0x12a),'moveForward':_0xc59a25(0x112),'moveBackward':_0xc59a25(0x10b),'close':_0xc59a25(0x113),'name':_0xc59a25(0x10c),'nameInput':_0xc59a25(0x118),'description':_0xc59a25(0x11a),'descriptionPlaceholder':'Agregar\x20descripción','details':_0xc59a25(0x11f),'noSelection':'Selecciona\x20un\x20objeto\x20para\x20editar\x20sus\x20detalles'}}};}));
|
package/lib/umd/locale/fa-IR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x40a8(_0x4e8431,_0x4a9d2d){_0x4e8431=_0x4e8431-0x158;var _0x1f746a=_0x1f74();var _0x40a8cd=_0x1f746a[_0x4e8431];return _0x40a8cd;}(function(_0x433ff5,_0x59bca0){var _0x53b671=_0x40a8,_0x35fba1=_0x433ff5();while(!![]){try{var _0xe7915c=parseInt(_0x53b671(0x175))/0x1+parseInt(_0x53b671(0x15f))/0x2+parseInt(_0x53b671(0x15e))/0x3+parseInt(_0x53b671(0x16e))/0x4+parseInt(_0x53b671(0x165))/0x5+-parseInt(_0x53b671(0x16d))/0x6*(parseInt(_0x53b671(0x16a))/0x7)+-parseInt(_0x53b671(0x169))/0x8;if(_0xe7915c===_0x59bca0)break;else _0x35fba1['push'](_0x35fba1['shift']());}catch(_0x4523c2){_0x35fba1['push'](_0x35fba1['shift']());}}}(_0x1f74,0x6bdcc),function(_0x162194,_0x2616d1){var _0x4e6ab9=_0x40a8;typeof exports==_0x4e6ab9(0x16b)&&typeof module<'u'?module['exports']=_0x2616d1():typeof define==_0x4e6ab9(0x15c)&&define[_0x4e6ab9(0x16f)]?define([],_0x2616d1):(_0x162194=typeof globalThis<'u'?globalThis:_0x162194||self,_0x162194['UniverProSheetsShapeUiFaIR']=_0x2616d1());}(this,function(){var _0x4c9f8a=_0x40a8;return{'sheets-shape-ui':{'quickStyles':_0x4c9f8a(0x171),'imagePanel':{'crop':{'shape':_0x4c9f8a(0x168)}},'permission':{'editErr':_0x4c9f8a(0x163)},'title':_0x4c9f8a(0x174),'insertShape':_0x4c9f8a(0x158),'editShape':_0x4c9f8a(0x162),'editText':_0x4c9f8a(0x16c),'deleteShape':'حذف\x20شکل','formatShape':'قالببندی\x20شکل','flipHorizontal':'برگرداندن\x20افقی','flipVertical':_0x4c9f8a(0x15a),'objectListPanel':{'title':_0x4c9f8a(0x159),'open':_0x4c9f8a(0x159),'empty':'هیچ\x20شیئی\x20وجود\x20ندارد','showAll':_0x4c9f8a(0x161),'hideAll':_0x4c9f8a(0x172),'show':_0x4c9f8a(0x15d),'hide':_0x4c9f8a(0x170),'moveForward':'آوردن\x20به\x20جلو','moveBackward':_0x4c9f8a(0x167),'close':_0x4c9f8a(0x164),'name':_0x4c9f8a(0x173),'nameInput':'نام\x20شیء','description':_0x4c9f8a(0x166),'descriptionPlaceholder':'افزودن\x20توضیحات','details':_0x4c9f8a(0x160),'noSelection':_0x4c9f8a(0x15b)}}};}));function _0x1f74(){var _0x5909f6=['object','ویرایش\x20متن','48jwVYiS','213172subaeD','amd','پنهان\x20کردن','سبکهای\x20سریع','پنهان\x20کردن\x20همه','نام','شکل','466954UNCfnH','درج\x20شکل','لایهها','برگرداندن\x20عمودی','برای\x20ویرایش\x20جزئیات،\x20یک\x20شیء\x20را\x20انتخاب\x20کنید','function','نمایش','2128077dYZSqs','794412LSfJau','جزئیات','نمایش\x20همه','ویرایش\x20شکل','محدوده\x20محافظت\x20شده\x20است\x20و\x20شما\x20مجوز\x20ویرایش\x20را\x20ندارید.\x20برای\x20ویرایش،\x20لطفا\x20با\x20سازنده\x20تماس\x20بگیرید.','بستن','125025GBBmnc','توضیحات','فرستادن\x20به\x20عقب','کراپ\x20به\x20شکل','5479720bQavSr','459417VyycEm'];_0x1f74=function(){return _0x5909f6;};return _0x1f74();}
|
package/lib/umd/locale/fr-FR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x45f5(_0x27f6f9,_0xd2cfec){_0x27f6f9=_0x27f6f9-0x86;var _0xc0e74a=_0xc0e7();var _0x45f58d=_0xc0e74a[_0x27f6f9];return _0x45f58d;}(function(_0xd400c6,_0x22a8c3){var _0x15d621=_0x45f5,_0x174c72=_0xd400c6();while(!![]){try{var _0x3d5afd=parseInt(_0x15d621(0xaa))/0x1*(-parseInt(_0x15d621(0x96))/0x2)+parseInt(_0x15d621(0x90))/0x3*(parseInt(_0x15d621(0x99))/0x4)+parseInt(_0x15d621(0xa7))/0x5*(-parseInt(_0x15d621(0x9d))/0x6)+parseInt(_0x15d621(0xa3))/0x7*(parseInt(_0x15d621(0xa4))/0x8)+-parseInt(_0x15d621(0x89))/0x9+parseInt(_0x15d621(0xa2))/0xa*(parseInt(_0x15d621(0x91))/0xb)+parseInt(_0x15d621(0x98))/0xc;if(_0x3d5afd===_0x22a8c3)break;else _0x174c72['push'](_0x174c72['shift']());}catch(_0x4b3563){_0x174c72['push'](_0x174c72['shift']());}}}(_0xc0e7,0xd020a),function(_0x41e82d,_0x3b0bd4){var _0x32bf7c=_0x45f5;typeof exports==_0x32bf7c(0x95)&&typeof module<'u'?module[_0x32bf7c(0x9b)]=_0x3b0bd4():typeof define==_0x32bf7c(0x87)&&define[_0x32bf7c(0x8a)]?define([],_0x3b0bd4):(_0x41e82d=typeof globalThis<'u'?globalThis:_0x41e82d||self,_0x41e82d[_0x32bf7c(0x9e)]=_0x3b0bd4());}(this,function(){var _0x267af5=_0x45f5;return{'sheets-shape-ui':{'quickStyles':_0x267af5(0xa6),'imagePanel':{'crop':{'shape':_0x267af5(0xa9)}},'permission':{'editErr':'La\x20plage\x20est\x20protégée,\x20et\x20vous\x20n\x27avez\x20pas\x20la\x20permission\x20de\x20modifier.\x20Pour\x20modifier,\x20veuillez\x20contacter\x20le\x20créateur.'},'title':_0x267af5(0x8e),'insertShape':_0x267af5(0x94),'editShape':_0x267af5(0x93),'editText':'Modifier\x20le\x20texte','deleteShape':_0x267af5(0x88),'formatShape':'Format\x20de\x20la\x20forme','flipHorizontal':_0x267af5(0x8f),'flipVertical':'Retourner\x20verticalement','objectListPanel':{'title':'Calques','open':_0x267af5(0x97),'empty':_0x267af5(0xab),'showAll':_0x267af5(0xa5),'hideAll':_0x267af5(0x8d),'show':_0x267af5(0x9f),'hide':_0x267af5(0x86),'moveForward':_0x267af5(0x8c),'moveBackward':_0x267af5(0x8b),'close':_0x267af5(0x9a),'name':_0x267af5(0xa8),'nameInput':_0x267af5(0x9c),'description':_0x267af5(0x92),'descriptionPlaceholder':_0x267af5(0xa0),'details':_0x267af5(0xa1),'noSelection':'Sélectionnez\x20un\x20objet\x20pour\x20modifier\x20les\x20détails'}}};}));function _0xc0e7(){var _0x1c5d9d=['1871hRWOzR','Aucun\x20objet','Masquer','function','Supprimer\x20la\x20forme','6970005fJasah','amd','Reculer','Avancer','Tout\x20masquer','Forme','Retourner\x20horizontalement','1393398TcZrED','11uvtqwA','Description','Modifier\x20la\x20forme','Insérer\x20une\x20forme','object','6aeKqpL','Calques','16309632KldNqU','4zSKdvq','Fermer','exports','Nom\x20de\x20l’objet','10186638mDnFxX','UniverProSheetsShapeUiFrFR','Afficher','Ajouter\x20une\x20description','Détails','8494550MnUnNi','1150212kAvTIh','32XiiGrh','Tout\x20afficher','Styles\x20rapides','5psInfo','Nom','Rogner\x20à\x20la\x20forme'];_0xc0e7=function(){return _0x1c5d9d;};return _0xc0e7();}
|
package/lib/umd/locale/id-ID.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x23f9(_0x516743,_0x4cad1f){_0x516743=_0x516743-0xb3;var _0x1143a5=_0x1143();var _0x23f901=_0x1143a5[_0x516743];return _0x23f901;}(function(_0x3bba56,_0x57d89b){var _0x6e5bb5=_0x23f9,_0x57d567=_0x3bba56();while(!![]){try{var _0x3c98e0=parseInt(_0x6e5bb5(0xc4))/0x1+parseInt(_0x6e5bb5(0xc9))/0x2*(parseInt(_0x6e5bb5(0xcf))/0x3)+-parseInt(_0x6e5bb5(0xb7))/0x4*(parseInt(_0x6e5bb5(0xba))/0x5)+-parseInt(_0x6e5bb5(0xd4))/0x6+parseInt(_0x6e5bb5(0xc1))/0x7*(-parseInt(_0x6e5bb5(0xbf))/0x8)+parseInt(_0x6e5bb5(0xbe))/0x9*(parseInt(_0x6e5bb5(0xcc))/0xa)+-parseInt(_0x6e5bb5(0xb5))/0xb*(-parseInt(_0x6e5bb5(0xcb))/0xc);if(_0x3c98e0===_0x57d89b)break;else _0x57d567['push'](_0x57d567['shift']());}catch(_0x3e8226){_0x57d567['push'](_0x57d567['shift']());}}}(_0x1143,0x7092a),function(_0x49d666,_0x22f305){var _0x26616d=_0x23f9;typeof exports==_0x26616d(0xcd)&&typeof module<'u'?module[_0x26616d(0xd0)]=_0x22f305():typeof define==_0x26616d(0xb4)&&define[_0x26616d(0xce)]?define([],_0x22f305):(_0x49d666=typeof globalThis<'u'?globalThis:_0x49d666||self,_0x49d666[_0x26616d(0xd2)]=_0x22f305());}(this,function(){var _0x2ab9e7=_0x23f9;return{'sheets-shape-ui':{'quickStyles':'Gaya\x20Cepat','imagePanel':{'crop':{'shape':_0x2ab9e7(0xc6)}},'permission':{'editErr':'Rentang\x20dilindungi,\x20dan\x20Anda\x20tidak\x20memiliki\x20izin\x20edit.\x20Untuk\x20mengedit,\x20harap\x20hubungi\x20pembuatnya.'},'title':_0x2ab9e7(0xd1),'insertShape':_0x2ab9e7(0xd5),'editShape':_0x2ab9e7(0xb6),'editText':_0x2ab9e7(0xca),'deleteShape':'Hapus\x20Bentuk','formatShape':_0x2ab9e7(0xbb),'flipHorizontal':_0x2ab9e7(0xc2),'flipVertical':_0x2ab9e7(0xb9),'objectListPanel':{'title':_0x2ab9e7(0xd6),'open':_0x2ab9e7(0xd6),'empty':_0x2ab9e7(0xc0),'showAll':_0x2ab9e7(0xb8),'hideAll':'Sembunyikan\x20semua','show':_0x2ab9e7(0xbd),'hide':'Sembunyikan','moveForward':_0x2ab9e7(0xc3),'moveBackward':_0x2ab9e7(0xc5),'close':'Tutup','name':_0x2ab9e7(0xc7),'nameInput':_0x2ab9e7(0xc8),'description':_0x2ab9e7(0xbc),'descriptionPlaceholder':'Tambahkan\x20deskripsi','details':_0x2ab9e7(0xb3),'noSelection':_0x2ab9e7(0xd3)}}};}));function _0x1143(){var _0x41eb24=['Edit\x20teks','96ofeuxn','10fewAfT','object','amd','3hAbvoO','exports','Bentuk','UniverProSheetsShapeUiIdID','Pilih\x20objek\x20untuk\x20mengedit\x20detail','2649162UeBMiP','Sisipkan\x20Bentuk','Lapisan','Detail','function','1198780fiqlDR','Edit\x20Bentuk','13044OIoxVF','Tampilkan\x20semua','Balik\x20Vertikal','480ceeioc','Format\x20Bentuk','Deskripsi','Tampilkan','4807791OijAtR','16XjqeIR','Tidak\x20ada\x20objek','2653532qPsJpL','Balik\x20Horizontal','Bawa\x20ke\x20Depan','7475VAQafs','Kirim\x20ke\x20Belakang','Pangkas\x20ke\x20Bentuk','Nama','Nama\x20objek','1120638vDkusd'];_0x1143=function(){return _0x41eb24;};return _0x1143();}
|
package/lib/umd/locale/it-IT.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x42a3(_0x15d76f,_0x57ad73){_0x15d76f=_0x15d76f-0x18c;var _0x598bb3=_0x598b();var _0x42a319=_0x598bb3[_0x15d76f];return _0x42a319;}function _0x598b(){var _0x110bf0=['Inserisci\x20forma','Porta\x20indietro','4agoIdj','Porta\x20avanti','Dettagli','L\x27intervallo\x20è\x20protetto\x20e\x20non\x20hai\x20l\x27autorizzazione\x20di\x20modifica.\x20Per\x20modificare,\x20contatta\x20il\x20creatore.','Modifica\x20forma','Capovolgi\x20verticalmente','301485PPOoHr','4936424hEiubz','Mostra\x20tutto','Aggiungi\x20descrizione','Capovolgi\x20orizzontalmente','Chiudi','Nascondi\x20tutto','Seleziona\x20un\x20oggetto\x20per\x20modificarne\x20i\x20dettagli','amd','3400840rfsCyK','Stili\x20rapidi','Forma','5857290fsZdiZ','Descrizione','function','32YsHXDR','Elimina\x20forma','exports','43971njuWlR','138sbPOvM','Modifica\x20testo','Nome\x20oggetto','Ritaglia\x20a\x20forma','UniverProSheetsShapeUiItIT','Nascondi','168833HINSUY','135978IeAjQe','Formato\x20forma','Livelli','Nessun\x20oggetto'];_0x598b=function(){return _0x110bf0;};return _0x598b();}(function(_0x96257e,_0x1f5bb9){var _0x55d900=_0x42a3,_0x2c7de3=_0x96257e();while(!![]){try{var _0x5eb902=-parseInt(_0x55d900(0x1a4))/0x1*(-parseInt(_0x55d900(0x18c))/0x2)+parseInt(_0x55d900(0x1ac))/0x3+parseInt(_0x55d900(0x1a1))/0x4*(-parseInt(_0x55d900(0x192))/0x5)+-parseInt(_0x55d900(0x1a5))/0x6*(-parseInt(_0x55d900(0x1ab))/0x7)+parseInt(_0x55d900(0x193))/0x8+-parseInt(_0x55d900(0x19e))/0x9+parseInt(_0x55d900(0x19b))/0xa;if(_0x5eb902===_0x1f5bb9)break;else _0x2c7de3['push'](_0x2c7de3['shift']());}catch(_0x38c6bc){_0x2c7de3['push'](_0x2c7de3['shift']());}}}(_0x598b,0x7cfd4),function(_0x1ea2bf,_0x323198){var _0x1effc7=_0x42a3;typeof exports=='object'&&typeof module<'u'?module[_0x1effc7(0x1a3)]=_0x323198():typeof define==_0x1effc7(0x1a0)&&define[_0x1effc7(0x19a)]?define([],_0x323198):(_0x1ea2bf=typeof globalThis<'u'?globalThis:_0x1ea2bf||self,_0x1ea2bf[_0x1effc7(0x1a9)]=_0x323198());}(this,function(){var _0x567ae4=_0x42a3;return{'sheets-shape-ui':{'quickStyles':_0x567ae4(0x19c),'imagePanel':{'crop':{'shape':_0x567ae4(0x1a8)}},'permission':{'editErr':_0x567ae4(0x18f)},'title':_0x567ae4(0x19d),'insertShape':_0x567ae4(0x1b0),'editShape':_0x567ae4(0x190),'editText':_0x567ae4(0x1a6),'deleteShape':_0x567ae4(0x1a2),'formatShape':_0x567ae4(0x1ad),'flipHorizontal':_0x567ae4(0x196),'flipVertical':_0x567ae4(0x191),'objectListPanel':{'title':_0x567ae4(0x1ae),'open':_0x567ae4(0x1ae),'empty':_0x567ae4(0x1af),'showAll':_0x567ae4(0x194),'hideAll':_0x567ae4(0x198),'show':'Mostra','hide':_0x567ae4(0x1aa),'moveForward':_0x567ae4(0x18d),'moveBackward':_0x567ae4(0x1b1),'close':_0x567ae4(0x197),'name':'Nome','nameInput':_0x567ae4(0x1a7),'description':_0x567ae4(0x19f),'descriptionPlaceholder':_0x567ae4(0x195),'details':_0x567ae4(0x18e),'noSelection':_0x567ae4(0x199)}}};}));
|
package/lib/umd/locale/ja-JP.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x11d5ee,_0x4e00b3){var _0x58730b=_0x5444,_0x3c1185=_0x11d5ee();while(!![]){try{var _0x18530c=-parseInt(_0x58730b(0x79))/0x1*(-parseInt(_0x58730b(0x91))/0x2)+-parseInt(_0x58730b(0x85))/0x3*(-parseInt(_0x58730b(0x81))/0x4)+parseInt(_0x58730b(0x92))/0x5+-parseInt(_0x58730b(0x89))/0x6*(-parseInt(_0x58730b(0x90))/0x7)+parseInt(_0x58730b(0x7c))/0x8+parseInt(_0x58730b(0x8f))/0x9*(-parseInt(_0x58730b(0x8d))/0xa)+parseInt(_0x58730b(0x7e))/0xb*(-parseInt(_0x58730b(0x8c))/0xc);if(_0x18530c===_0x4e00b3)break;else _0x3c1185['push'](_0x3c1185['shift']());}catch(_0x57ba9f){_0x3c1185['push'](_0x3c1185['shift']());}}}(_0x42c8,0x42857),function(_0x2e9be3,_0x4226b4){var _0x59c4bd=_0x5444;typeof exports==_0x59c4bd(0x80)&&typeof module<'u'?module[_0x59c4bd(0x8e)]=_0x4226b4():typeof define==_0x59c4bd(0x8a)&&define['amd']?define([],_0x4226b4):(_0x2e9be3=typeof globalThis<'u'?globalThis:_0x2e9be3||self,_0x2e9be3['UniverProSheetsShapeUiJaJP']=_0x4226b4());}(this,function(){var _0x34059b=_0x5444;return{'sheets-shape-ui':{'quickStyles':'クイックスタイル','imagePanel':{'crop':{'shape':_0x34059b(0x86)}},'permission':{'editErr':'この範囲は保護されており、編集権限がありません。編集するには作成者に連絡してください。'},'title':'図形','insertShape':_0x34059b(0x7b),'editShape':'図形を編集','editText':_0x34059b(0x82),'deleteShape':_0x34059b(0x83),'formatShape':_0x34059b(0x7f),'flipHorizontal':'左右反転','flipVertical':'上下反転','objectListPanel':{'title':_0x34059b(0x88),'open':'レイヤー','empty':_0x34059b(0x8b),'showAll':'すべて表示','hideAll':_0x34059b(0x84),'show':'表示','hide':_0x34059b(0x77),'moveForward':_0x34059b(0x7d),'moveBackward':'背面へ移動','close':_0x34059b(0x87),'name':'名前','nameInput':_0x34059b(0x78),'description':'説明','descriptionPlaceholder':'説明を追加','details':'詳細','noSelection':_0x34059b(0x7a)}}};}));function _0x5444(_0x32a5cb,_0x58176d){_0x32a5cb=_0x32a5cb-0x77;var _0x42c870=_0x42c8();var _0x5444e4=_0x42c870[_0x32a5cb];return _0x5444e4;}function _0x42c8(){var _0x3352be=['図形を削除','すべて非表示','9ahwOoO','形状にトリミング','閉じる','レイヤー','6UUFynb','function','オブジェクトがありません','12wPLGtT','87210DMQvuR','exports','351HWipKz','814772drzWuL','8862rfiaQn','517310GbpaxT','非表示','オブジェクト名','71KKiQZI','詳細を編集するオブジェクトを選択','図形の挿入','1039480NCaxfn','前面へ移動','5714181GIjDIM','図形の書式設定','object','623556iqYNiu','テキストを編集'];_0x42c8=function(){return _0x3352be;};return _0x42c8();}
|
package/lib/umd/locale/ko-KR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x35d2(){var _0x50b617=['16781704CbvABi','UniverProSheetsShapeUiKoKR','exports','965426GtMxla','레이어','87ZTomuF','606672EKIczQ','3411520FlxejT','세부\x20정보','도형\x20서식','숨기기','모두\x20표시','설명\x20추가','도형\x20삽입','모두\x20숨기기','개체\x20없음','3470705AGLYdz','가로\x20뒤집기','amd','도형\x20편집','해당\x20범위는\x20보호되어\x20있어\x20편집\x20권한이\x20없습니다.\x20편집하려면\x20작성자에게\x20문의하세요.','개체\x20이름','모양에\x20맞게\x20자르기','41660EEGCdN','771450ZYiyWJ','object','도형\x20삭제','앞으로\x20가져오기'];_0x35d2=function(){return _0x50b617;};return _0x35d2();}function _0x189d(_0x14fcec,_0xa9ee7b){_0x14fcec=_0x14fcec-0x113;var _0x35d288=_0x35d2();var _0x189d32=_0x35d288[_0x14fcec];return _0x189d32;}(function(_0xf22444,_0x101322){var _0x5d7b6d=_0x189d,_0x3d7761=_0xf22444();while(!![]){try{var _0x52b4d2=parseInt(_0x5d7b6d(0x12a))/0x1+parseInt(_0x5d7b6d(0x127))/0x2+-parseInt(_0x5d7b6d(0x129))/0x3*(-parseInt(_0x5d7b6d(0x11f))/0x4)+parseInt(_0x5d7b6d(0x12b))/0x5+-parseInt(_0x5d7b6d(0x120))/0x6+parseInt(_0x5d7b6d(0x118))/0x7+-parseInt(_0x5d7b6d(0x124))/0x8;if(_0x52b4d2===_0x101322)break;else _0x3d7761['push'](_0x3d7761['shift']());}catch(_0x2084bc){_0x3d7761['push'](_0x3d7761['shift']());}}}(_0x35d2,0x53cd3),function(_0x5d8230,_0x5a1b44){var _0x4d5b05=_0x189d;typeof exports==_0x4d5b05(0x121)&&typeof module<'u'?module[_0x4d5b05(0x126)]=_0x5a1b44():typeof define=='function'&&define[_0x4d5b05(0x11a)]?define([],_0x5a1b44):(_0x5d8230=typeof globalThis<'u'?globalThis:_0x5d8230||self,_0x5d8230[_0x4d5b05(0x125)]=_0x5a1b44());}(this,function(){var _0x4b55fe=_0x189d;return{'sheets-shape-ui':{'quickStyles':'빠른\x20스타일','imagePanel':{'crop':{'shape':_0x4b55fe(0x11e)}},'permission':{'editErr':_0x4b55fe(0x11c)},'title':'도형','insertShape':_0x4b55fe(0x115),'editShape':_0x4b55fe(0x11b),'editText':'텍스트\x20편집','deleteShape':_0x4b55fe(0x122),'formatShape':_0x4b55fe(0x12d),'flipHorizontal':_0x4b55fe(0x119),'flipVertical':'세로\x20뒤집기','objectListPanel':{'title':_0x4b55fe(0x128),'open':_0x4b55fe(0x128),'empty':_0x4b55fe(0x117),'showAll':_0x4b55fe(0x113),'hideAll':_0x4b55fe(0x116),'show':'표시','hide':_0x4b55fe(0x12e),'moveForward':_0x4b55fe(0x123),'moveBackward':'뒤로\x20보내기','close':'닫기','name':'이름','nameInput':_0x4b55fe(0x11d),'description':'설명','descriptionPlaceholder':_0x4b55fe(0x114),'details':_0x4b55fe(0x12c),'noSelection':'세부\x20정보를\x20편집할\x20개체를\x20선택하세요'}}};}));
|
package/lib/umd/locale/pl-PL.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x7e4c(_0xea72fc,_0x214bbf){_0xea72fc=_0xea72fc-0x189;var _0x556e58=_0x556e();var _0x7e4c85=_0x556e58[_0xea72fc];return _0x7e4c85;}(function(_0x26c885,_0x2af977){var _0x5368ba=_0x7e4c,_0x4da67c=_0x26c885();while(!![]){try{var _0x1a66ec=-parseInt(_0x5368ba(0x190))/0x1*(parseInt(_0x5368ba(0x19a))/0x2)+-parseInt(_0x5368ba(0x1ac))/0x3*(parseInt(_0x5368ba(0x198))/0x4)+-parseInt(_0x5368ba(0x195))/0x5*(parseInt(_0x5368ba(0x18d))/0x6)+-parseInt(_0x5368ba(0x196))/0x7+parseInt(_0x5368ba(0x1a2))/0x8*(parseInt(_0x5368ba(0x18b))/0x9)+-parseInt(_0x5368ba(0x18a))/0xa+parseInt(_0x5368ba(0x1a9))/0xb*(parseInt(_0x5368ba(0x192))/0xc);if(_0x1a66ec===_0x2af977)break;else _0x4da67c['push'](_0x4da67c['shift']());}catch(_0x32fe6c){_0x4da67c['push'](_0x4da67c['shift']());}}}(_0x556e,0x2e4b5),function(_0x2f981b,_0xd212ef){var _0x4ccef3=_0x7e4c;typeof exports==_0x4ccef3(0x19e)&&typeof module<'u'?module['exports']=_0xd212ef():typeof define==_0x4ccef3(0x1a5)&&define['amd']?define([],_0xd212ef):(_0x2f981b=typeof globalThis<'u'?globalThis:_0x2f981b||self,_0x2f981b[_0x4ccef3(0x197)]=_0xd212ef());}(this,function(){var _0x5f0d40=_0x7e4c;return{'sheets-shape-ui':{'quickStyles':_0x5f0d40(0x193),'imagePanel':{'crop':{'shape':_0x5f0d40(0x199)}},'permission':{'editErr':'Zakres\x20jest\x20chroniony\x20i\x20nie\x20masz\x20uprawnień\x20do\x20edycji.\x20Aby\x20edytować,\x20skontaktuj\x20się\x20z\x20twórcą.'},'title':'Kształt','insertShape':'Wstaw\x20kształt','editShape':'Edytuj\x20kształt','editText':_0x5f0d40(0x1ab),'deleteShape':'Usuń\x20kształt','formatShape':_0x5f0d40(0x18e),'flipHorizontal':_0x5f0d40(0x19c),'flipVertical':_0x5f0d40(0x1a0),'objectListPanel':{'title':_0x5f0d40(0x19f),'open':_0x5f0d40(0x19f),'empty':_0x5f0d40(0x1aa),'showAll':_0x5f0d40(0x19b),'hideAll':_0x5f0d40(0x1a6),'show':_0x5f0d40(0x18f),'hide':_0x5f0d40(0x19d),'moveForward':_0x5f0d40(0x194),'moveBackward':_0x5f0d40(0x1a1),'close':_0x5f0d40(0x189),'name':_0x5f0d40(0x1a8),'nameInput':_0x5f0d40(0x18c),'description':_0x5f0d40(0x1a3),'descriptionPlaceholder':_0x5f0d40(0x191),'details':_0x5f0d40(0x1a4),'noSelection':_0x5f0d40(0x1a7)}}};}));function _0x556e(){var _0x537455=['Ukryj','object','Warstwy','Odbij\x20pionowo','Przesuń\x20do\x20tyłu','1518952lrNVcC','Opis','Szczegóły','function','Ukryj\x20wszystko','Wybierz\x20obiekt,\x20aby\x20edytować\x20szczegóły','Nazwa','2851915hJRgTO','Brak\x20obiektów','Edytuj\x20tekst','111apyKea','Zamknij','3115310lmjCie','9TGiHOS','Nazwa\x20obiektu','42GJPrgz','Formatuj\x20kształt','Pokaż','330957wumBOi','Dodaj\x20opis','60wPEUGX','Szybkie\x20style','Przesuń\x20do\x20przodu','216105CoFTuC','1547273fcnFDN','UniverProSheetsShapeUiPlPL','14108sucfJv','Przytnij\x20do\x20kształtu','2hMZZvn','Pokaż\x20wszystko','Odbij\x20poziomo'];_0x556e=function(){return _0x537455;};return _0x556e();}
|
package/lib/umd/locale/pt-BR.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x211d(_0x253a1b,_0x39fcd4){_0x253a1b=_0x253a1b-0x14c;var _0x33e3b7=_0x33e3();var _0x211da1=_0x33e3b7[_0x253a1b];return _0x211da1;}function _0x33e3(){var _0x1b42dc=['387544SUOzkK','Editar\x20texto','Adicionar\x20descrição','29966CssSAl','Estilos\x20rápidos','Nenhum\x20objeto','Camadas','54vJQXbM','UniverProSheetsShapeUiPtBR','Detalhes','18NrhRwO','Selecione\x20um\x20objeto\x20para\x20editar\x20os\x20detalhes','Inverter\x20verticalmente','Ocultar','exports','489839dbKVad','60JJnCnv','Enviar\x20para\x20trás','Descrição','4606393gSawRB','243991zIkDAK','Mostrar\x20tudo','function','Inserir\x20forma','5FrEFlG','Ocultar\x20tudo','Trazer\x20para\x20frente','Nome\x20do\x20objeto','50420gozqZK','Formatar\x20forma','Excluir\x20forma','Editar\x20forma','1082852jtAToZ','Nome'];_0x33e3=function(){return _0x1b42dc;};return _0x33e3();}(function(_0x34a8b4,_0x4b5f89){var _0x3e7848=_0x211d,_0x3985d4=_0x34a8b4();while(!![]){try{var _0x35fd4f=parseInt(_0x3e7848(0x153))/0x1+parseInt(_0x3e7848(0x164))/0x2*(parseInt(_0x3e7848(0x14f))/0x3)+-parseInt(_0x3e7848(0x15f))/0x4*(-parseInt(_0x3e7848(0x157))/0x5)+-parseInt(_0x3e7848(0x16b))/0x6*(parseInt(_0x3e7848(0x14e))/0x7)+-parseInt(_0x3e7848(0x161))/0x8+-parseInt(_0x3e7848(0x168))/0x9*(-parseInt(_0x3e7848(0x15b))/0xa)+-parseInt(_0x3e7848(0x152))/0xb;if(_0x35fd4f===_0x4b5f89)break;else _0x3985d4['push'](_0x3985d4['shift']());}catch(_0x3b4fda){_0x3985d4['push'](_0x3985d4['shift']());}}}(_0x33e3,0x28e37),function(_0x5b9fb2,_0x4914f2){var _0x1d8805=_0x211d;typeof exports=='object'&&typeof module<'u'?module[_0x1d8805(0x14d)]=_0x4914f2():typeof define==_0x1d8805(0x155)&&define['amd']?define([],_0x4914f2):(_0x5b9fb2=typeof globalThis<'u'?globalThis:_0x5b9fb2||self,_0x5b9fb2[_0x1d8805(0x169)]=_0x4914f2());}(this,function(){var _0x25a7f5=_0x211d;return{'sheets-shape-ui':{'quickStyles':_0x25a7f5(0x165),'imagePanel':{'crop':{'shape':'Cortar\x20para\x20forma'}},'permission':{'editErr':'O\x20intervalo\x20está\x20protegido\x20e\x20você\x20não\x20tem\x20permissão\x20de\x20edição.\x20Para\x20editar,\x20entre\x20em\x20contato\x20com\x20o\x20criador.'},'title':'Forma','insertShape':_0x25a7f5(0x156),'editShape':_0x25a7f5(0x15e),'editText':_0x25a7f5(0x162),'deleteShape':_0x25a7f5(0x15d),'formatShape':_0x25a7f5(0x15c),'flipHorizontal':'Inverter\x20horizontalmente','flipVertical':_0x25a7f5(0x16d),'objectListPanel':{'title':_0x25a7f5(0x167),'open':_0x25a7f5(0x167),'empty':_0x25a7f5(0x166),'showAll':_0x25a7f5(0x154),'hideAll':_0x25a7f5(0x158),'show':'Mostrar','hide':_0x25a7f5(0x14c),'moveForward':_0x25a7f5(0x159),'moveBackward':_0x25a7f5(0x150),'close':'Fechar','name':_0x25a7f5(0x160),'nameInput':_0x25a7f5(0x15a),'description':_0x25a7f5(0x151),'descriptionPlaceholder':_0x25a7f5(0x163),'details':_0x25a7f5(0x16a),'noSelection':_0x25a7f5(0x16c)}}};}));
|
package/lib/umd/locale/ru-RU.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x3ce1(_0xd2c867,_0xe0a807){_0xd2c867=_0xd2c867-0x100;var _0x5b29ec=_0x5b29();var _0x3ce103=_0x5b29ec[_0xd2c867];return _0x3ce103;}function _0x5b29(){var _0x420e25=['Форматировать\x20фигуру','990140ikNqVy','8790CbvLpo','Нет\x20объектов','10iVMMBT','Редактировать\x20фигуру','Показать','Показать\x20все','Отразить\x20по\x20горизонтали','Обрезать\x20по\x20форме','Переместить\x20назад','Добавить\x20описание','Удалить\x20фигуру','Фигура','Быстрые\x20стили','60ydjhsR','3583044aWHFUA','Сведения','256403BJpsym','5318045gQwZOp','Редактировать\x20текст','Закрыть','Переместить\x20вперед','798vkJKaH','13682608HDNnHa','Имя','function','object','601894ptNpRr','Скрыть','Имя\x20объекта','Диапазон\x20защищен,\x20и\x20у\x20вас\x20нет\x20разрешения\x20на\x20редактирование.\x20Для\x20редактирования\x20свяжитесь\x20с\x20создателем.','UniverProSheetsShapeUiRuRU'];_0x5b29=function(){return _0x420e25;};return _0x5b29();}(function(_0x331ae0,_0x4cc079){var _0x3ee13a=_0x3ce1,_0x2ea2f2=_0x331ae0();while(!![]){try{var _0x3d33b3=-parseInt(_0x3ee13a(0x117))/0x1+-parseInt(_0x3ee13a(0x11e))/0x2*(-parseInt(_0x3ee13a(0x112))/0x3)+parseInt(_0x3ee13a(0x11d))/0x4+parseInt(_0x3ee13a(0x10e))/0x5+parseInt(_0x3ee13a(0x10a))/0x6*(parseInt(_0x3ee13a(0x10d))/0x7)+-parseInt(_0x3ee13a(0x113))/0x8+-parseInt(_0x3ee13a(0x10b))/0x9*(-parseInt(_0x3ee13a(0x120))/0xa);if(_0x3d33b3===_0x4cc079)break;else _0x2ea2f2['push'](_0x2ea2f2['shift']());}catch(_0x1d7d97){_0x2ea2f2['push'](_0x2ea2f2['shift']());}}}(_0x5b29,0xe3a30),function(_0x59b86e,_0x3ec00d){var _0x53ce28=_0x3ce1;typeof exports==_0x53ce28(0x116)&&typeof module<'u'?module['exports']=_0x3ec00d():typeof define==_0x53ce28(0x115)&&define['amd']?define([],_0x3ec00d):(_0x59b86e=typeof globalThis<'u'?globalThis:_0x59b86e||self,_0x59b86e[_0x53ce28(0x11b)]=_0x3ec00d());}(this,function(){var _0xe80f52=_0x3ce1;return{'sheets-shape-ui':{'quickStyles':_0xe80f52(0x109),'imagePanel':{'crop':{'shape':_0xe80f52(0x104)}},'permission':{'editErr':_0xe80f52(0x11a)},'title':_0xe80f52(0x108),'insertShape':'Вставить\x20фигуру','editShape':_0xe80f52(0x100),'editText':_0xe80f52(0x10f),'deleteShape':_0xe80f52(0x107),'formatShape':_0xe80f52(0x11c),'flipHorizontal':_0xe80f52(0x103),'flipVertical':'Отразить\x20по\x20вертикали','objectListPanel':{'title':'Слои','open':'Слои','empty':_0xe80f52(0x11f),'showAll':_0xe80f52(0x102),'hideAll':'Скрыть\x20все','show':_0xe80f52(0x101),'hide':_0xe80f52(0x118),'moveForward':_0xe80f52(0x111),'moveBackward':_0xe80f52(0x105),'close':_0xe80f52(0x110),'name':_0xe80f52(0x114),'nameInput':_0xe80f52(0x119),'description':'Описание','descriptionPlaceholder':_0xe80f52(0x106),'details':_0xe80f52(0x10c),'noSelection':'Выберите\x20объект\x20для\x20редактирования\x20сведений'}}};}));
|
package/lib/umd/locale/sk-SK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x1558(_0x51fdc8,_0x264101){_0x51fdc8=_0x51fdc8-0xac;var _0x7780ad=_0x7780();var _0x1558d1=_0x7780ad[_0x51fdc8];return _0x1558d1;}(function(_0x50e66a,_0x33de44){var _0xb536b9=_0x1558,_0x1f537b=_0x50e66a();while(!![]){try{var _0x270108=parseInt(_0xb536b9(0xc7))/0x1*(parseInt(_0xb536b9(0xc8))/0x2)+-parseInt(_0xb536b9(0xc0))/0x3+-parseInt(_0xb536b9(0xbe))/0x4*(-parseInt(_0xb536b9(0xb2))/0x5)+-parseInt(_0xb536b9(0xb6))/0x6+parseInt(_0xb536b9(0xb3))/0x7*(parseInt(_0xb536b9(0xc2))/0x8)+-parseInt(_0xb536b9(0xc5))/0x9*(parseInt(_0xb536b9(0xc4))/0xa)+-parseInt(_0xb536b9(0xb8))/0xb*(parseInt(_0xb536b9(0xca))/0xc);if(_0x270108===_0x33de44)break;else _0x1f537b['push'](_0x1f537b['shift']());}catch(_0x3976c0){_0x1f537b['push'](_0x1f537b['shift']());}}}(_0x7780,0x924df),function(_0x138f74,_0x3a2f59){var _0x4e6aae=_0x1558;typeof exports==_0x4e6aae(0xc1)&&typeof module<'u'?module['exports']=_0x3a2f59():typeof define=='function'&&define[_0x4e6aae(0xbf)]?define([],_0x3a2f59):(_0x138f74=typeof globalThis<'u'?globalThis:_0x138f74||self,_0x138f74[_0x4e6aae(0xac)]=_0x3a2f59());}(this,function(){var _0x430321=_0x1558;return{'sheets-shape-ui':{'quickStyles':_0x430321(0xad),'imagePanel':{'crop':{'shape':_0x430321(0xc6)}},'permission':{'editErr':'Rozsah\x20je\x20chránený\x20a\x20nemáte\x20oprávnenie\x20na\x20úpravy.\x20Ak\x20chcete\x20upravovať,\x20kontaktujte\x20autora.'},'title':_0x430321(0xbc),'insertShape':'Vložiť\x20tvar','editShape':_0x430321(0xb5),'editText':'Upraviť\x20text','deleteShape':'Odstrániť\x20tvar','formatShape':_0x430321(0xbb),'flipHorizontal':_0x430321(0xae),'flipVertical':_0x430321(0xb9),'objectListPanel':{'title':_0x430321(0xbd),'open':'Vrstvy','empty':'Žiadne\x20objekty','showAll':_0x430321(0xc3),'hideAll':'Skryť\x20všetko','show':'Zobraziť','hide':_0x430321(0xb0),'moveForward':_0x430321(0xb7),'moveBackward':'Posunúť\x20dozadu','close':_0x430321(0xb4),'name':'Názov','nameInput':'Názov\x20objektu','description':_0x430321(0xb1),'descriptionPlaceholder':_0x430321(0xaf),'details':_0x430321(0xba),'noSelection':_0x430321(0xc9)}}};}));function _0x7780(){var _0x24b1a7=['Popis','20QzMXyB','1387435MFhPFM','Zavrieť','Upraviť\x20tvar','4890624inWvSY','Posunúť\x20dopredu','3162841RWCJeQ','Prevrátiť\x20zvislo','Podrobnosti','Formátovať\x20tvar','Tvar','Vrstvy','555164bAjnkz','amd','41310hGoiMZ','object','40CqTMmP','Zobraziť\x20všetko','1831270emxMoz','9BwRmRq','Oříznout\x20podle\x20tvaru','1lgllqQ','705212QHuluQ','Vyberte\x20objekt,\x20ktorého\x20podrobnosti\x20chcete\x20upraviť','12GiADIs','UniverProSheetsShapeUiSkSK','Rýchle\x20štýly','Prevrátiť\x20vodorovne','Pridat\x20popis','Skryť'];_0x7780=function(){return _0x24b1a7;};return _0x7780();}
|
package/lib/umd/locale/vi-VN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0xc248(_0x3f4326,_0x4ca615){_0x3f4326=_0x3f4326-0x1c4;var _0x1c1866=_0x1c18();var _0xc2489d=_0x1c1866[_0x3f4326];return _0xc2489d;}function _0x1c18(){var _0x5af23a=['332568fYWOvy','Chỉnh\x20sửa\x20hình\x20dạng','Tên\x20đối\x20tượng','147aVhSlJ','2147536fhekJt','UniverProSheetsShapeUiViVN','762377zjaVjo','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.','Định\x20dạng\x20hình\x20dạng','128988CNDgaF','Kiểu\x20nhanh','Xóa\x20hình\x20dạng','exports','716coIWDS','amd','Chỉnh\x20sửa\x20văn\x20bản','Mô\x20tả','Đóng','Đưa\x20xuống\x20dưới','12219jtyjbb','Hiện','object','Lật\x20ngang','521810PPejsc','Chi\x20tiết','Cắt\x20theo\x20hình\x20dạng','Hiển\x20thị\x20tất\x20cả','Lật\x20dọc','function','Lớp','3865248KXxEfA','Chèn\x20hình\x20dạng','Chọn\x20một\x20đối\x20tượng\x20để\x20chỉnh\x20sửa\x20chi\x20tiết'];_0x1c18=function(){return _0x5af23a;};return _0x1c18();}(function(_0x1595f9,_0x3117e6){var _0x18bcfc=_0xc248,_0x37ab5f=_0x1595f9();while(!![]){try{var _0x3d92e2=parseInt(_0x18bcfc(0x1d3))/0x1+parseInt(_0x18bcfc(0x1cd))/0x2+-parseInt(_0x18bcfc(0x1e0))/0x3*(parseInt(_0x18bcfc(0x1da))/0x4)+-parseInt(_0x18bcfc(0x1e4))/0x5+parseInt(_0x18bcfc(0x1d6))/0x6*(parseInt(_0x18bcfc(0x1d0))/0x7)+parseInt(_0x18bcfc(0x1d1))/0x8+-parseInt(_0x18bcfc(0x1ca))/0x9;if(_0x3d92e2===_0x3117e6)break;else _0x37ab5f['push'](_0x37ab5f['shift']());}catch(_0x2db178){_0x37ab5f['push'](_0x37ab5f['shift']());}}}(_0x1c18,0x5e27c),function(_0x39b506,_0x5d497b){var _0x2c62ac=_0xc248;typeof exports==_0x2c62ac(0x1e2)&&typeof module<'u'?module[_0x2c62ac(0x1d9)]=_0x5d497b():typeof define==_0x2c62ac(0x1c8)&&define[_0x2c62ac(0x1db)]?define([],_0x5d497b):(_0x39b506=typeof globalThis<'u'?globalThis:_0x39b506||self,_0x39b506[_0x2c62ac(0x1d2)]=_0x5d497b());}(this,function(){var _0x304654=_0xc248;return{'sheets-shape-ui':{'quickStyles':_0x304654(0x1d7),'imagePanel':{'crop':{'shape':_0x304654(0x1c5)}},'permission':{'editErr':_0x304654(0x1d4)},'title':'Hình\x20dạng','insertShape':_0x304654(0x1cb),'editShape':_0x304654(0x1ce),'editText':_0x304654(0x1dc),'deleteShape':_0x304654(0x1d8),'formatShape':_0x304654(0x1d5),'flipHorizontal':_0x304654(0x1e3),'flipVertical':_0x304654(0x1c7),'objectListPanel':{'title':_0x304654(0x1c9),'open':_0x304654(0x1c9),'empty':'Chưa\x20có\x20đối\x20tượng','showAll':_0x304654(0x1c6),'hideAll':'Ẩn\x20tất\x20cả','show':_0x304654(0x1e1),'hide':'Ẩn','moveForward':'Đưa\x20lên\x20trên','moveBackward':_0x304654(0x1df),'close':_0x304654(0x1de),'name':'Tên','nameInput':_0x304654(0x1cf),'description':_0x304654(0x1dd),'descriptionPlaceholder':'Them\x20mo\x20ta','details':_0x304654(0x1c4),'noSelection':_0x304654(0x1cc)}}};}));
|
package/lib/umd/locale/zh-CN.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x555c(_0x10960b,_0x16d217){_0x10960b=_0x10960b-0x146;var _0x769571=_0x7695();var _0x555cae=_0x769571[_0x10960b];return _0x555cae;}function _0x7695(){var _0x29f731=['选择对象以编辑详情','垂直翻转','74799dqBOTk','UniverProSheetsShapeUiZhCN','1294990VcEEbS','快捷样式','全部隐藏','amd','1762123KVgtDy','1036272gyPgpG','30PNlzDY','下移一层','86660UYMqgo','7IRBCbJ','裁剪为形状','function','全部显示','上移一层','该范围已被保护,目前无编辑权限。如需编辑,请联系创建者。','49090EXxkMP','1123818PjiOLM','编辑文字','添加描述','暂无对象','object','5uIpfwS','插入形状','exports','176zWSIBA','水平翻转'];_0x7695=function(){return _0x29f731;};return _0x7695();}(function(_0x5cbf8e,_0x39d9f0){var _0x1877db=_0x555c,_0x5f22f0=_0x5cbf8e();while(!![]){try{var _0x3e69e1=parseInt(_0x1877db(0x163))/0x1*(parseInt(_0x1877db(0x15d))/0x2)+parseInt(_0x1877db(0x153))/0x3+parseInt(_0x1877db(0x156))/0x4*(parseInt(_0x1877db(0x154))/0x5)+-parseInt(_0x1877db(0x15e))/0x6*(parseInt(_0x1877db(0x157))/0x7)+parseInt(_0x1877db(0x148))/0x8*(-parseInt(_0x1877db(0x14c))/0x9)+parseInt(_0x1877db(0x14e))/0xa+-parseInt(_0x1877db(0x152))/0xb;if(_0x3e69e1===_0x39d9f0)break;else _0x5f22f0['push'](_0x5f22f0['shift']());}catch(_0x3cf51f){_0x5f22f0['push'](_0x5f22f0['shift']());}}}(_0x7695,0x302b4),function(_0x4c14d4,_0x14c657){var _0x494e59=_0x555c;typeof exports==_0x494e59(0x162)&&typeof module<'u'?module[_0x494e59(0x147)]=_0x14c657():typeof define==_0x494e59(0x159)&&define[_0x494e59(0x151)]?define([],_0x14c657):(_0x4c14d4=typeof globalThis<'u'?globalThis:_0x4c14d4||self,_0x4c14d4[_0x494e59(0x14d)]=_0x14c657());}(this,function(){var _0x20098f=_0x555c;return{'sheets-shape-ui':{'quickStyles':_0x20098f(0x14f),'imagePanel':{'crop':{'shape':_0x20098f(0x158)}},'permission':{'editErr':_0x20098f(0x15c)},'title':'形状','insertShape':_0x20098f(0x146),'editShape':'编辑形状','editText':_0x20098f(0x15f),'deleteShape':'删除形状','formatShape':'格式化形状','flipHorizontal':_0x20098f(0x149),'flipVertical':_0x20098f(0x14b),'objectListPanel':{'title':'图层','open':'图层','empty':_0x20098f(0x161),'showAll':_0x20098f(0x15a),'hideAll':_0x20098f(0x150),'show':'显示','hide':'隐藏','moveForward':_0x20098f(0x15b),'moveBackward':_0x20098f(0x155),'close':'关闭','name':'名称','nameInput':'对象名称','description':'描述','descriptionPlaceholder':_0x20098f(0x160),'details':'详情','noSelection':_0x20098f(0x14a)}}};}));
|
package/lib/umd/locale/zh-HK.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _0x2c9a(){var _0x503b81=['2728761gJZVcm','編輯形狀','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','object','全部隱藏','298166iQdORd','物件名稱','水平翻轉','快速樣式','22593AkNbdg','2120zCnmJe','全部顯示','插入形狀','171911rOGfiX','322910WxujDX','30cZyDjR','function','上移一層','刪除形狀','裁切為形狀','3753eRFSvt','UniverProSheetsShapeUiZhHK','196SoDMeO','下移一層','3478220bBSjEg','選擇物件以編輯詳情','amd','exports','新增描述'];_0x2c9a=function(){return _0x503b81;};return _0x2c9a();}function _0x3aaa(_0x418b4f,_0x272e0b){_0x418b4f=_0x418b4f-0x19e;var _0x2c9a18=_0x2c9a();var _0x3aaaac=_0x2c9a18[_0x418b4f];return _0x3aaaac;}(function(_0x2bb2f5,_0x5c6a0b){var _0x3817a8=_0x3aaa,_0x592aaf=_0x2bb2f5();while(!![]){try{var _0x526439=-parseInt(_0x3817a8(0x1a8))/0x1+-parseInt(_0x3817a8(0x1a0))/0x2+parseInt(_0x3817a8(0x1a4))/0x3*(parseInt(_0x3817a8(0x1b1))/0x4)+-parseInt(_0x3817a8(0x1a9))/0x5*(-parseInt(_0x3817a8(0x1aa))/0x6)+parseInt(_0x3817a8(0x1b8))/0x7+parseInt(_0x3817a8(0x1a5))/0x8*(-parseInt(_0x3817a8(0x1af))/0x9)+-parseInt(_0x3817a8(0x1b3))/0xa;if(_0x526439===_0x5c6a0b)break;else _0x592aaf['push'](_0x592aaf['shift']());}catch(_0x39c7a9){_0x592aaf['push'](_0x592aaf['shift']());}}}(_0x2c9a,0x49d5f),function(_0x4e6bce,_0x4d93bc){var _0x52f7f8=_0x3aaa;typeof exports==_0x52f7f8(0x19e)&&typeof module<'u'?module[_0x52f7f8(0x1b6)]=_0x4d93bc():typeof define==_0x52f7f8(0x1ab)&&define[_0x52f7f8(0x1b5)]?define([],_0x4d93bc):(_0x4e6bce=typeof globalThis<'u'?globalThis:_0x4e6bce||self,_0x4e6bce[_0x52f7f8(0x1b0)]=_0x4d93bc());}(this,function(){var _0x13f3f8=_0x3aaa;return{'sheets-shape-ui':{'quickStyles':_0x13f3f8(0x1a3),'imagePanel':{'crop':{'shape':_0x13f3f8(0x1ae)}},'permission':{'editErr':_0x13f3f8(0x1ba)},'title':'形狀','insertShape':_0x13f3f8(0x1a7),'editShape':_0x13f3f8(0x1b9),'editText':'編輯文字','deleteShape':_0x13f3f8(0x1ad),'formatShape':'格式化形狀','flipHorizontal':_0x13f3f8(0x1a2),'flipVertical':'垂直翻轉','objectListPanel':{'title':'圖層','open':'圖層','empty':'暫無物件','showAll':_0x13f3f8(0x1a6),'hideAll':_0x13f3f8(0x19f),'show':'顯示','hide':'隱藏','moveForward':_0x13f3f8(0x1ac),'moveBackward':_0x13f3f8(0x1b2),'close':'關閉','name':'名稱','nameInput':_0x13f3f8(0x1a1),'description':'描述','descriptionPlaceholder':_0x13f3f8(0x1b7),'details':'詳情','noSelection':_0x13f3f8(0x1b4)}}};}));
|
package/lib/umd/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function _0x3ed5(){var _0x21c0f1=['74KtqGdV','下移一層','52914JKyUpv','編輯文字','上移一層','全部顯示','3175cofMUA','function','插入形狀','amd','9333160Ihhacv','3444TkTkZE','5035758QfoQCO','垂直翻轉','該範圍已被保護,目前無編輯權限。如需編輯,請聯絡創建者。\x20','編輯形狀','格式化形狀','5202avbIDO','755256XsWvQV','裁切為形狀','暫無物件','詳細資料','新增描述','10824WifpId','刪除形狀','453968KuNMfc'];_0x3ed5=function(){return _0x21c0f1;};return _0x3ed5();}function _0xe93c(_0xabdf23,_0x578121){_0xabdf23=_0xabdf23-0x7f;var _0x3ed5c7=_0x3ed5();var _0xe93c7a=_0x3ed5c7[_0xabdf23];return _0xe93c7a;}(function(_0x4dc2f9,_0x2b712b){var _0x48c8d0=_0xe93c,_0x21dc6c=_0x4dc2f9();while(!![]){try{var _0x398e13=parseInt(_0x48c8d0(0x86))/0x1+parseInt(_0x48c8d0(0x87))/0x2*(parseInt(_0x48c8d0(0x89))/0x3)+-parseInt(_0x48c8d0(0x7f))/0x4+-parseInt(_0x48c8d0(0x8d))/0x5*(-parseInt(_0x48c8d0(0x92))/0x6)+-parseInt(_0x48c8d0(0x93))/0x7+-parseInt(_0x48c8d0(0x84))/0x8*(-parseInt(_0x48c8d0(0x98))/0x9)+-parseInt(_0x48c8d0(0x91))/0xa;if(_0x398e13===_0x2b712b)break;else _0x21dc6c['push'](_0x21dc6c['shift']());}catch(_0x1d4df9){_0x21dc6c['push'](_0x21dc6c['shift']());}}}(_0x3ed5,0x647b6),function(_0x3179bf,_0x598e95){var _0x3c99a5=_0xe93c;typeof exports=='object'&&typeof module<'u'?module['exports']=_0x598e95():typeof define==_0x3c99a5(0x8e)&&define[_0x3c99a5(0x90)]?define([],_0x598e95):(_0x3179bf=typeof globalThis<'u'?globalThis:_0x3179bf||self,_0x3179bf['UniverProSheetsShapeUiZhTW']=_0x598e95());}(this,function(){var _0x410646=_0xe93c;return{'sheets-shape-ui':{'quickStyles':'快捷樣式','imagePanel':{'crop':{'shape':_0x410646(0x80)}},'permission':{'editErr':_0x410646(0x95)},'title':'形狀','insertShape':_0x410646(0x8f),'editShape':_0x410646(0x96),'editText':_0x410646(0x8a),'deleteShape':_0x410646(0x85),'formatShape':_0x410646(0x97),'flipHorizontal':'水平翻轉','flipVertical':_0x410646(0x94),'objectListPanel':{'title':'圖層','open':'圖層','empty':_0x410646(0x81),'showAll':_0x410646(0x8c),'hideAll':'全部隱藏','show':'顯示','hide':'隱藏','moveForward':_0x410646(0x8b),'moveBackward':_0x410646(0x88),'close':'關閉','name':'名稱','nameInput':'物件名稱','description':'描述','descriptionPlaceholder':_0x410646(0x83),'details':_0x410646(0x82),'noSelection':'選取物件以編輯詳細資料'}}};}));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@univerjs-pro/sheets-shape-ui",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shape and drawing UI integration for Univer Sheets.",
|
|
6
6
|
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
|
|
@@ -57,33 +57,33 @@
|
|
|
57
57
|
"rxjs": ">=7.0.0"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@univerjs-pro/engine-shape": "1.0.0
|
|
61
|
-
"@univerjs-pro/license": "1.0.0
|
|
62
|
-
"@univerjs-pro/shape-editor": "1.0.0
|
|
63
|
-
"@univerjs-pro/shape-editor-ui": "1.0.0
|
|
64
|
-
"@univerjs-pro/sheets-shape": "1.0.0
|
|
65
|
-
"@univerjs/core": "1.0.0
|
|
66
|
-
"@univerjs/design": "1.0.0
|
|
67
|
-
"@univerjs/docs": "1.0.0
|
|
68
|
-
"@univerjs/docs-ui": "1.0.0
|
|
69
|
-
"@univerjs/drawing": "1.0.0
|
|
70
|
-
"@univerjs/drawing-ui": "1.0.0
|
|
71
|
-
"@univerjs/engine-render": "1.0.0
|
|
72
|
-
"@univerjs/icons": "1.
|
|
73
|
-
"@univerjs/sheets": "1.0.0
|
|
74
|
-
"@univerjs/sheets-drawing": "1.0.0
|
|
75
|
-
"@univerjs/sheets-drawing-ui": "1.0.0
|
|
76
|
-
"@univerjs/sheets-ui": "1.0.0
|
|
77
|
-
"@univerjs/ui": "1.0.0
|
|
60
|
+
"@univerjs-pro/engine-shape": "1.0.0",
|
|
61
|
+
"@univerjs-pro/license": "1.0.0",
|
|
62
|
+
"@univerjs-pro/shape-editor": "1.0.0",
|
|
63
|
+
"@univerjs-pro/shape-editor-ui": "1.0.0",
|
|
64
|
+
"@univerjs-pro/sheets-shape": "1.0.0",
|
|
65
|
+
"@univerjs/core": "1.0.0",
|
|
66
|
+
"@univerjs/design": "1.0.0",
|
|
67
|
+
"@univerjs/docs": "1.0.0",
|
|
68
|
+
"@univerjs/docs-ui": "1.0.0",
|
|
69
|
+
"@univerjs/drawing": "1.0.0",
|
|
70
|
+
"@univerjs/drawing-ui": "1.0.0",
|
|
71
|
+
"@univerjs/engine-render": "1.0.0",
|
|
72
|
+
"@univerjs/icons": "1.43.0",
|
|
73
|
+
"@univerjs/sheets": "1.0.0",
|
|
74
|
+
"@univerjs/sheets-drawing": "1.0.0",
|
|
75
|
+
"@univerjs/sheets-drawing-ui": "1.0.0",
|
|
76
|
+
"@univerjs/sheets-ui": "1.0.0",
|
|
77
|
+
"@univerjs/ui": "1.0.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@univerjs-infra/shared": "1.0.0
|
|
80
|
+
"@univerjs-infra/shared": "1.0.0",
|
|
81
81
|
"postcss": "^8.5.26",
|
|
82
82
|
"react": "18.3.1",
|
|
83
83
|
"rxjs": "7.8.2",
|
|
84
84
|
"tailwindcss": "3.4.17",
|
|
85
85
|
"typescript": "^6.0.3",
|
|
86
|
-
"vitest": "^
|
|
86
|
+
"vitest": "^5.0.0"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
89
|
"test": "vitest run",
|