@univerjs-pro/embed-ui 1.0.0-alpha.6 → 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 (98) 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 +8 -1
  65. package/lib/types/components/EmbedRuntimeProviders.d.ts +1 -0
  66. package/lib/types/products/bases/EmbedChildView.d.ts +5 -2
  67. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +0 -6
  68. package/lib/types/products/docs/docs-custom-block-layout.d.ts +5 -0
  69. package/lib/types/products/sheets/EmbedBlock.d.ts +4 -1
  70. package/lib/types/products/sheets/register.d.ts +1 -1
  71. package/lib/types/products/slides/EmbedChildView.d.ts +5 -1
  72. package/lib/types/services/embed-activation.service.d.ts +4 -5
  73. package/lib/types/services/embed-display-target-sync.d.ts +6 -0
  74. package/lib/types/services/embed-floating-menu-root.d.ts +5 -1
  75. package/lib/types/services/embed-runtime-focus-coordinator.service.d.ts +1 -0
  76. package/lib/types/services/embed-runtime-scope-dom.d.ts +2 -1
  77. package/lib/types/types/embed-ui.d.ts +1 -0
  78. package/lib/umd/index.js +1 -1
  79. package/lib/umd/locale/ar-SA.js +1 -1
  80. package/lib/umd/locale/ca-ES.js +1 -1
  81. package/lib/umd/locale/de-DE.js +1 -1
  82. package/lib/umd/locale/en-US.js +1 -1
  83. package/lib/umd/locale/es-ES.js +1 -1
  84. package/lib/umd/locale/fa-IR.js +1 -1
  85. package/lib/umd/locale/fr-FR.js +1 -1
  86. package/lib/umd/locale/id-ID.js +1 -1
  87. package/lib/umd/locale/it-IT.js +1 -1
  88. package/lib/umd/locale/ja-JP.js +1 -1
  89. package/lib/umd/locale/ko-KR.js +1 -1
  90. package/lib/umd/locale/pl-PL.js +1 -1
  91. package/lib/umd/locale/pt-BR.js +1 -1
  92. package/lib/umd/locale/ru-RU.js +1 -1
  93. package/lib/umd/locale/sk-SK.js +1 -1
  94. package/lib/umd/locale/vi-VN.js +1 -1
  95. package/lib/umd/locale/zh-CN.js +1 -1
  96. package/lib/umd/locale/zh-HK.js +1 -1
  97. package/lib/umd/locale/zh-TW.js +1 -1
  98. package/package.json +36 -34
@@ -1 +1 @@
1
- const _0x13f1cf=_0x3a16;(function(_0x154134,_0x1c70ae){const _0x33e99c=_0x3a16,_0x622fc9=_0x154134();while(!![]){try{const _0x1a450f=parseInt(_0x33e99c(0x81))/0x1*(parseInt(_0x33e99c(0x6a))/0x2)+parseInt(_0x33e99c(0x78))/0x3+parseInt(_0x33e99c(0x6d))/0x4+-parseInt(_0x33e99c(0x70))/0x5+-parseInt(_0x33e99c(0x72))/0x6+-parseInt(_0x33e99c(0x6c))/0x7*(-parseInt(_0x33e99c(0x76))/0x8)+-parseInt(_0x33e99c(0x7c))/0x9;if(_0x1a450f===_0x1c70ae)break;else _0x622fc9['push'](_0x622fc9['shift']());}catch(_0x2143bc){_0x622fc9['push'](_0x622fc9['shift']());}}}(_0x25af,0x7cf3a));function _0x3a16(_0x54f33a,_0x500ba5){_0x54f33a=_0x54f33a-0x66;const _0x25af39=_0x25af();let _0x3a167e=_0x25af39[_0x54f33a];return _0x3a167e;}function _0x25af(){const _0x41eb7d=['刪除嵌入區塊','靠下對齊','11464okiCkr','{0}\x20副本','2678337TUYjks','靠上對齊','填滿色彩','檢視設定','6495966dKWdYF','刪除此檢視?','刪除此表?','複製格式','字型大小','11943AaDZDc','字型顏色','水平對齊','刪除檢視','設定檢視','數字格式','exports','26nuWfaK','邊框粗細','3157ceOYcy','1439052hbDrOH','此表和其中的記錄將被刪除。','合併儲存格','908115wNAvzr','表\x20{0}','3833310YfPHqM','重置顏色'];_0x25af=function(){return _0x41eb7d;};return _0x25af();}const e={'embed-ui':{'deleteBlock':_0x13f1cf(0x74),'fullscreen':{'exit':'退出全螢幕'},'boardsFloating':{'fitContent':'適應內容','zoomOut':'縮小','resetZoom':'重設縮放','zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x13f1cf(0x7d),'viewDescription':'此檢視將被刪除。','tableTitle':_0x13f1cf(0x7e),'tableDescription':_0x13f1cf(0x6e)},'tableSidebar':{'defaultTableName':_0x13f1cf(0x71)},'duplicateTable':{'copyName':_0x13f1cf(0x77)},'viewSettings':{'title':_0x13f1cf(0x7b),'addView':'新增檢視','configureView':_0x13f1cf(0x67),'deleteView':_0x13f1cf(0x66)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x13f1cf(0x7f),'font':'字型','fontSize':_0x13f1cf(0x80),'numberFormat':_0x13f1cf(0x68),'bold':'粗體','filter':'篩選','resetColor':_0x13f1cf(0x73),'textColor':{'main':_0x13f1cf(0x82)},'fillColor':{'main':_0x13f1cf(0x7a)},'border':{'main':'邊框'},'mergeCell':{'main':_0x13f1cf(0x6f)},'horizontalAlignMode':{'main':_0x13f1cf(0x83)},'verticalAlignMode':{'main':'垂直對齊'},'textWrapMode':{'main':'自動換行'}},'align':{'left':'靠左對齊','center':'置中','right':'靠右對齊','top':_0x13f1cf(0x79),'middle':'垂直置中','bottom':_0x13f1cf(0x75)},'borderLine':{'borderColor':'邊框顏色','borderSize':_0x13f1cf(0x6b)},'textWrap':{'overflow':'溢出','wrap':'自動換行','clip':'截斷'}}}};module[_0x13f1cf(0x69)]=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();}