@univerjs-pro/embed-ui 1.0.0-alpha.7 → 1.0.0-alpha.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -1
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -1
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -1
  10. package/lib/cjs/locale/it-IT.js +1 -1
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -1
  14. package/lib/cjs/locale/pt-BR.js +1 -1
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -1
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -1
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -1
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -1
  30. package/lib/es/locale/it-IT.js +1 -1
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -1
  34. package/lib/es/locale/pt-BR.js +1 -1
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -1
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.css +0 -49
  42. package/lib/index.js +1 -1
  43. package/lib/locale/ar-SA.js +1 -1
  44. package/lib/locale/ca-ES.js +1 -1
  45. package/lib/locale/de-DE.js +1 -1
  46. package/lib/locale/en-US.js +1 -1
  47. package/lib/locale/es-ES.js +1 -1
  48. package/lib/locale/fa-IR.js +1 -1
  49. package/lib/locale/fr-FR.js +1 -1
  50. package/lib/locale/id-ID.js +1 -1
  51. package/lib/locale/it-IT.js +1 -1
  52. package/lib/locale/ja-JP.js +1 -1
  53. package/lib/locale/ko-KR.js +1 -1
  54. package/lib/locale/pl-PL.js +1 -1
  55. package/lib/locale/pt-BR.js +1 -1
  56. package/lib/locale/ru-RU.js +1 -1
  57. package/lib/locale/sk-SK.js +1 -1
  58. package/lib/locale/vi-VN.js +1 -1
  59. package/lib/locale/zh-CN.js +1 -1
  60. package/lib/locale/zh-HK.js +1 -1
  61. package/lib/locale/zh-TW.js +1 -1
  62. package/lib/types/common/embed-float-interaction-policy.d.ts +0 -2
  63. package/lib/types/common/embed-overlay-layers.d.ts +4 -0
  64. package/lib/types/components/EmbedFloatDomRenderer.d.ts +4 -1
  65. package/lib/types/products/bases/EmbedChildView.d.ts +5 -2
  66. package/lib/types/products/sheets/EmbedBlock.d.ts +4 -1
  67. package/lib/types/products/sheets/register.d.ts +1 -1
  68. package/lib/types/products/slides/EmbedChildView.d.ts +5 -1
  69. package/lib/types/services/embed-display-target-sync.d.ts +6 -0
  70. package/lib/types/services/embed-floating-menu-root.d.ts +4 -0
  71. package/lib/types/types/embed-ui.d.ts +1 -0
  72. package/lib/umd/index.js +1 -1
  73. package/lib/umd/locale/ar-SA.js +1 -1
  74. package/lib/umd/locale/ca-ES.js +1 -1
  75. package/lib/umd/locale/de-DE.js +1 -1
  76. package/lib/umd/locale/en-US.js +1 -1
  77. package/lib/umd/locale/es-ES.js +1 -1
  78. package/lib/umd/locale/fa-IR.js +1 -1
  79. package/lib/umd/locale/fr-FR.js +1 -1
  80. package/lib/umd/locale/id-ID.js +1 -1
  81. package/lib/umd/locale/it-IT.js +1 -1
  82. package/lib/umd/locale/ja-JP.js +1 -1
  83. package/lib/umd/locale/ko-KR.js +1 -1
  84. package/lib/umd/locale/pl-PL.js +1 -1
  85. package/lib/umd/locale/pt-BR.js +1 -1
  86. package/lib/umd/locale/ru-RU.js +1 -1
  87. package/lib/umd/locale/sk-SK.js +1 -1
  88. package/lib/umd/locale/vi-VN.js +1 -1
  89. package/lib/umd/locale/zh-CN.js +1 -1
  90. package/lib/umd/locale/zh-HK.js +1 -1
  91. package/lib/umd/locale/zh-TW.js +1 -1
  92. package/package.json +35 -33
@@ -1 +1 @@
1
- function _0x8692(_0x29784b,_0x131354){_0x29784b=_0x29784b-0x97;const _0x3ba0c0=_0x3ba0();let _0x869228=_0x3ba0c0[_0x29784b];return _0x869228;}const _0x41f312=_0x8692;(function(_0x465b5d,_0xee721f){const _0x5b5515=_0x8692,_0x48e4ba=_0x465b5d();while(!![]){try{const _0x28bb12=parseInt(_0x5b5515(0xae))/0x1*(-parseInt(_0x5b5515(0xb6))/0x2)+parseInt(_0x5b5515(0x9a))/0x3*(-parseInt(_0x5b5515(0xa9))/0x4)+-parseInt(_0x5b5515(0xb8))/0x5*(parseInt(_0x5b5515(0x97))/0x6)+parseInt(_0x5b5515(0xb3))/0x7+-parseInt(_0x5b5515(0x9e))/0x8+-parseInt(_0x5b5515(0xa4))/0x9+-parseInt(_0x5b5515(0x9c))/0xa*(-parseInt(_0x5b5515(0xb2))/0xb);if(_0x28bb12===_0xee721f)break;else _0x48e4ba['push'](_0x48e4ba['shift']());}catch(_0x3fbe45){_0x48e4ba['push'](_0x48e4ba['shift']());}}}(_0x3ba0,0xc49c3));const e={'embed-ui':{'deleteBlock':_0x41f312(0x9f),'fullscreen':{'exit':'退出全螢幕'},'boardsFloating':{'fitContent':_0x41f312(0xa0),'zoomOut':'縮小','resetZoom':_0x41f312(0xb5),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x41f312(0xb0),'viewDescription':_0x41f312(0xaa),'tableTitle':_0x41f312(0xa2),'tableDescription':_0x41f312(0xb4)},'tableSidebar':{'defaultTableName':_0x41f312(0xaf)},'duplicateTable':{'copyName':_0x41f312(0xa7)},'viewSettings':{'title':'檢視設定','addView':_0x41f312(0xab),'configureView':_0x41f312(0xa5),'deleteView':_0x41f312(0xac)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x41f312(0xa6),'font':'字型','fontSize':_0x41f312(0xa1),'numberFormat':_0x41f312(0x99),'bold':'粗體','filter':'篩選','resetColor':_0x41f312(0xad),'textColor':{'main':_0x41f312(0xb9)},'fillColor':{'main':'填滿色彩'},'border':{'main':'邊框'},'mergeCell':{'main':'合併儲存格'},'horizontalAlignMode':{'main':_0x41f312(0x9d)},'verticalAlignMode':{'main':_0x41f312(0xb1)},'textWrapMode':{'main':'自動換行'}},'align':{'left':_0x41f312(0xb7),'center':'置中','right':'靠右對齊','top':'靠上對齊','middle':_0x41f312(0x9b),'bottom':'靠下對齊'},'borderLine':{'borderColor':'邊框顏色','borderSize':_0x41f312(0x98)},'textWrap':{'overflow':'溢出','wrap':_0x41f312(0xa8),'clip':'截斷'}}}};function _0x3ba0(){const _0x5bb7ee=['此表和其中的記錄將被刪除。','重設縮放','142522zFeYUm','靠左對齊','95UtUbEt','字型顏色','113778PvgjSk','邊框粗細','數字格式','5136UrFFsc','垂直置中','310uDYyew','水平對齊','1116824dSCGnv','刪除嵌入區塊','適應內容','字型大小','刪除此表?','exports','6640974SCJGEM','設定檢視','複製格式','{0}\x20副本','自動換行','2428hcjtyr','此檢視將被刪除。','新增檢視','刪除檢視','重置顏色','15otjtil','表\x20{0}','刪除此檢視?','垂直對齊','1472350wawKKP','12950aeMhKD'];_0x3ba0=function(){return _0x5bb7ee;};return _0x3ba0();}module[_0x41f312(0xa3)]=e;
1
+ const _0x2e6831=_0x383e;(function(_0x246ec7,_0x4e046b){const _0x45eed0=_0x383e,_0x74994c=_0x246ec7();while(!![]){try{const _0x4c7d97=-parseInt(_0x45eed0(0xd3))/0x1+-parseInt(_0x45eed0(0xeb))/0x2*(parseInt(_0x45eed0(0xdf))/0x3)+parseInt(_0x45eed0(0xe1))/0x4*(-parseInt(_0x45eed0(0xd7))/0x5)+-parseInt(_0x45eed0(0xd1))/0x6+parseInt(_0x45eed0(0xde))/0x7+parseInt(_0x45eed0(0xe2))/0x8+parseInt(_0x45eed0(0xcf))/0x9;if(_0x4c7d97===_0x4e046b)break;else _0x74994c['push'](_0x74994c['shift']());}catch(_0x2abb8e){_0x74994c['push'](_0x74994c['shift']());}}}(_0xf86f,0xf0d39));const e={'embed-ui':{'deleteBlock':_0x2e6831(0xe0),'fullscreen':{'exit':_0x2e6831(0xe9)},'boardsFloating':{'fitContent':_0x2e6831(0xe7),'zoomOut':'縮小','resetZoom':_0x2e6831(0xd0),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x2e6831(0xe6),'viewDescription':_0x2e6831(0xce),'tableTitle':'刪除此表?','tableDescription':_0x2e6831(0xd2)},'tableSidebar':{'defaultTableName':'表\x20{0}'},'duplicateTable':{'copyName':'{0}\x20副本'},'viewSettings':{'title':_0x2e6831(0xe3),'addView':_0x2e6831(0xdd),'configureView':_0x2e6831(0xd9),'deleteView':'刪除檢視'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x2e6831(0xe8),'font':'字型','fontSize':_0x2e6831(0xcd),'numberFormat':_0x2e6831(0xe5),'bold':'粗體','filter':'篩選','resetColor':_0x2e6831(0xdc),'textColor':{'main':_0x2e6831(0xcc)},'fillColor':{'main':_0x2e6831(0xd8)},'border':{'main':'邊框'},'mergeCell':{'main':_0x2e6831(0xdb)},'horizontalAlignMode':{'main':'水平對齊'},'verticalAlignMode':{'main':'垂直對齊'},'textWrapMode':{'main':_0x2e6831(0xed)}},'align':{'left':_0x2e6831(0xea),'center':'置中','right':'靠右對齊','top':_0x2e6831(0xd5),'middle':_0x2e6831(0xd4),'bottom':_0x2e6831(0xe4)},'borderLine':{'borderColor':_0x2e6831(0xd6),'borderSize':_0x2e6831(0xec)},'textWrap':{'overflow':'溢出','wrap':_0x2e6831(0xed),'clip':'截斷'}}}};module[_0x2e6831(0xda)]=e;function _0x383e(_0x1f025b,_0x2f9a2b){_0x1f025b=_0x1f025b-0xcc;const _0xf86f34=_0xf86f();let _0x383ed0=_0xf86f34[_0x1f025b];return _0x383ed0;}function _0xf86f(){const _0x2a1d8e=['設定檢視','exports','合併儲存格','重置顏色','新增檢視','5192775DWmLkg','11649WFbvjL','刪除嵌入區塊','91088HBbUFy','7576368yebGsm','檢視設定','靠下對齊','數字格式','刪除此檢視?','適應內容','複製格式','退出全螢幕','靠左對齊','908zNPCEo','邊框粗細','自動換行','字型顏色','字型大小','此檢視將被刪除。','34506765nVdXvh','重設縮放','9305346glcaWZ','此表和其中的記錄將被刪除。','1131670crAiVb','垂直置中','靠上對齊','邊框顏色','20RZkOHo','填滿色彩'];_0xf86f=function(){return _0x2a1d8e;};return _0xf86f();}