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

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 (124) 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 +135 -98
  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/components/EmbedFloatDomRenderer.d.ts +4 -40
  63. package/lib/types/components/EmbedHostToolbarMenu.d.ts +0 -26
  64. package/lib/types/components/embed-float-dom-data.d.ts +10 -0
  65. package/lib/types/components/embed-float-dom-geometry.d.ts +97 -0
  66. package/lib/types/components/embed-float-dom-interaction.d.ts +122 -0
  67. package/lib/types/controllers/embed-host-ribbon-override.controller.d.ts +2 -2
  68. package/lib/types/plugin.d.ts +4 -2
  69. package/lib/types/products/bases/BaseFullscreenTableSidebar.d.ts +31 -0
  70. package/lib/types/products/bases/EmbedChildView.d.ts +2 -2
  71. package/lib/types/products/bases/EmbedFloatingMenu.d.ts +1 -6
  72. package/lib/types/products/bases/embed-content-size.d.ts +13 -7
  73. package/lib/types/products/bases/embed-passive-viewport.d.ts +2 -3
  74. package/lib/types/products/bases/register.d.ts +1 -0
  75. package/lib/types/products/boards/EmbedChildView.d.ts +2 -1
  76. package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +3 -10
  77. package/lib/types/products/docs/docs-custom-block-layout.d.ts +2 -1
  78. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +8 -1
  79. package/lib/types/products/product-ui-contributions.d.ts +1 -0
  80. package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +2 -33
  81. package/lib/types/products/sheets/SheetEmbedFloatingMenuControls.d.ts +92 -0
  82. package/lib/types/products/sheets/SheetEmbedFloatingMenuPrimitives.d.ts +85 -0
  83. package/lib/types/products/sheets/embed-content-size.d.ts +2 -0
  84. package/lib/types/products/sheets/embed-passive-viewport.d.ts +2 -3
  85. package/lib/types/products/sheets/register.d.ts +1 -1
  86. package/lib/types/products/slides/EmbedChildView.d.ts +1 -1
  87. package/lib/types/products/slides/embed-floating-menu-stage.d.ts +2 -2
  88. package/lib/types/products/slides/register.d.ts +4 -0
  89. package/lib/types/products/slides/services/embed-slide-presentation-preview.d.ts +14 -2
  90. package/lib/types/services/embed-activation.service.d.ts +1 -0
  91. package/lib/types/services/embed-child-runtime-scope.d.ts +2 -2
  92. package/lib/types/services/embed-child-unit-scoped-injector.d.ts +4 -1
  93. package/lib/types/services/embed-content-size-registry.service.d.ts +9 -1
  94. package/lib/types/services/embed-display-target-sync.d.ts +3 -5
  95. package/lib/types/services/embed-dom-wheel.d.ts +40 -0
  96. package/lib/types/services/embed-fullscreen-runtime.d.ts +26 -0
  97. package/lib/types/services/embed-host-menu-override.service.d.ts +1 -0
  98. package/lib/types/services/embed-interaction-boundary.service.d.ts +2 -1
  99. package/lib/types/services/embed-mount.service.d.ts +8 -1
  100. package/lib/types/services/embed-presentation-policy.d.ts +1 -0
  101. package/lib/types/services/embed-render-canvas-preview-provider.d.ts +3 -2
  102. package/lib/types/types/embed-ui.d.ts +23 -3
  103. package/lib/umd/index.js +1 -1
  104. package/lib/umd/locale/ar-SA.js +1 -1
  105. package/lib/umd/locale/ca-ES.js +1 -1
  106. package/lib/umd/locale/de-DE.js +1 -1
  107. package/lib/umd/locale/en-US.js +1 -1
  108. package/lib/umd/locale/es-ES.js +1 -1
  109. package/lib/umd/locale/fa-IR.js +1 -1
  110. package/lib/umd/locale/fr-FR.js +1 -1
  111. package/lib/umd/locale/id-ID.js +1 -1
  112. package/lib/umd/locale/it-IT.js +1 -1
  113. package/lib/umd/locale/ja-JP.js +1 -1
  114. package/lib/umd/locale/ko-KR.js +1 -1
  115. package/lib/umd/locale/pl-PL.js +1 -1
  116. package/lib/umd/locale/pt-BR.js +1 -1
  117. package/lib/umd/locale/ru-RU.js +1 -1
  118. package/lib/umd/locale/sk-SK.js +1 -1
  119. package/lib/umd/locale/vi-VN.js +1 -1
  120. package/lib/umd/locale/zh-CN.js +1 -1
  121. package/lib/umd/locale/zh-HK.js +1 -1
  122. package/lib/umd/locale/zh-TW.js +1 -1
  123. package/package.json +36 -36
  124. package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +0 -24
@@ -1 +1 @@
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();}
1
+ const _0x3c5993=_0x574e;(function(_0x492f75,_0x465bd8){const _0xabb824=_0x574e,_0x4c26d7=_0x492f75();while(!![]){try{const _0x5e8566=-parseInt(_0xabb824(0xb5))/0x1*(-parseInt(_0xabb824(0xc0))/0x2)+parseInt(_0xabb824(0xb1))/0x3*(-parseInt(_0xabb824(0xac))/0x4)+-parseInt(_0xabb824(0xc1))/0x5*(parseInt(_0xabb824(0xbe))/0x6)+-parseInt(_0xabb824(0xae))/0x7+parseInt(_0xabb824(0xc4))/0x8*(parseInt(_0xabb824(0xbc))/0x9)+parseInt(_0xabb824(0xb6))/0xa+-parseInt(_0xabb824(0xba))/0xb*(-parseInt(_0xabb824(0xc2))/0xc);if(_0x5e8566===_0x465bd8)break;else _0x4c26d7['push'](_0x4c26d7['shift']());}catch(_0x1cff30){_0x4c26d7['push'](_0x4c26d7['shift']());}}}(_0x2ceb,0xa5c9c));const e={'embed-ui':{'deleteBlock':_0x3c5993(0xc6),'fullscreen':{'exit':_0x3c5993(0xbb)},'boardsFloating':{'fitContent':_0x3c5993(0xc3),'zoomOut':'縮小','resetZoom':_0x3c5993(0xb4),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':'刪除此檢視?','viewDescription':_0x3c5993(0xb0),'tableTitle':_0x3c5993(0xab),'tableDescription':_0x3c5993(0xb8)},'tableSidebar':{'defaultTableName':_0x3c5993(0xb9)},'duplicateTable':{'copyName':_0x3c5993(0xb2)},'viewSettings':{'title':_0x3c5993(0xbf),'addView':_0x3c5993(0xb3),'configureView':'設定檢視','deleteView':'刪除檢視'}},'sheetsFloating':{'toolbar':{'formatPainter':'複製格式','font':'字型','fontSize':'字型大小','numberFormat':_0x3c5993(0xc7),'bold':'粗體','filter':'篩選','resetColor':_0x3c5993(0xad),'textColor':{'main':_0x3c5993(0xaf)},'fillColor':{'main':_0x3c5993(0xb7)},'border':{'main':'邊框'},'mergeCell':{'main':'合併儲存格'},'horizontalAlignMode':{'main':'水平對齊'},'verticalAlignMode':{'main':'垂直對齊'},'textWrapMode':{'main':'自動換行'}},'align':{'left':'靠左對齊','center':'置中','right':'靠右對齊','top':'靠上對齊','middle':_0x3c5993(0xc5),'bottom':'靠下對齊'},'borderLine':{'borderColor':_0x3c5993(0xaa),'borderSize':'邊框粗細'},'textWrap':{'overflow':'溢出','wrap':'自動換行','clip':'截斷'}}}};module[_0x3c5993(0xbd)]=e;function _0x574e(_0x54a67f,_0xef80cd){_0x54a67f=_0x54a67f-0xaa;const _0x2ceb18=_0x2ceb();let _0x574e9c=_0x2ceb18[_0x54a67f];return _0x574e9c;}function _0x2ceb(){const _0x49848f=['exports','12AHbUhe','檢視設定','2UkKZwB','2786165vARAzl','13750092kwmKpd','適應內容','47888CRgJQT','垂直置中','刪除嵌入區塊','數字格式','邊框顏色','刪除此表?','91928qFVYfZ','重置顏色','787717tWNdsY','字型顏色','此檢視將被刪除。','174bHKaVh','{0}\x20副本','新增檢視','重設縮放','154995XCCDHf','8666910lIcYME','填滿色彩','此表和其中的記錄將被刪除。','表\x20{0}','11vMQACf','退出全螢幕','1611adCRXs'];_0x2ceb=function(){return _0x49848f;};return _0x2ceb();}