@univerjs-pro/embed-ui 1.0.0-alpha.8 → 1.0.0-beta.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.css +15 -13
- 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/components/EmbedFloatDomRenderer.d.ts +4 -40
- package/lib/types/components/EmbedHostToolbarMenu.d.ts +0 -26
- package/lib/types/components/embed-float-dom-data.d.ts +10 -0
- package/lib/types/components/embed-float-dom-geometry.d.ts +95 -0
- package/lib/types/components/embed-float-dom-interaction.d.ts +114 -0
- package/lib/types/plugin.d.ts +4 -2
- package/lib/types/products/bases/BaseFullscreenTableSidebar.d.ts +31 -0
- package/lib/types/products/bases/EmbedFloatingMenu.d.ts +1 -6
- package/lib/types/products/bases/embed-content-size.d.ts +13 -7
- package/lib/types/products/bases/embed-passive-viewport.d.ts +2 -3
- package/lib/types/products/bases/register.d.ts +1 -0
- package/lib/types/products/docs/EmbedDocsCustomBlockRenderer.d.ts +3 -10
- package/lib/types/products/docs/docs-custom-block-layout.d.ts +2 -1
- package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +6 -1
- package/lib/types/products/product-ui-contributions.d.ts +1 -0
- package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +2 -33
- package/lib/types/products/sheets/SheetEmbedFloatingMenuControls.d.ts +92 -0
- package/lib/types/products/sheets/SheetEmbedFloatingMenuPrimitives.d.ts +85 -0
- package/lib/types/products/sheets/embed-content-size.d.ts +2 -0
- package/lib/types/products/sheets/embed-passive-viewport.d.ts +2 -3
- package/lib/types/products/sheets/register.d.ts +1 -1
- package/lib/types/products/slides/EmbedChildView.d.ts +1 -1
- package/lib/types/services/embed-display-target-sync.d.ts +3 -5
- package/lib/types/services/embed-dom-wheel.d.ts +40 -0
- package/lib/types/services/embed-fullscreen-runtime.d.ts +26 -0
- package/lib/types/types/embed-ui.d.ts +2 -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 +36 -36
- package/lib/types/products/slides/components/embed-floating-preview/SlideEmbedFloatingPreview.d.ts +0 -24
package/lib/cjs/locale/zh-TW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const _0x194f66=_0x15e6;function _0x5c8c(){const _0x27ddc3=['2546rZfBGw','11KujQsB','靠右對齊','垂直對齊','57704ELzAHc','複製格式','退出全螢幕','自動換行','5TNAhCF','此檢視將被刪除。','表\x20{0}','4056918hYkrrP','合併儲存格','{0}\x20副本','2029144RfVOAi','796272idQwRC','重設縮放','刪除此表?','572AYfpjx','垂直置中','重置顏色','檢視設定','刪除嵌入區塊','847hvDZlf','exports','邊框粗細','設定檢視','312IiPQFK','7863290QelUAp','新增檢視','數字格式','4139415MvzKLu','字型顏色','此表和其中的記錄將被刪除。','邊框顏色','字型大小','刪除檢視','刪除此檢視?','3uOJwaj'];_0x5c8c=function(){return _0x27ddc3;};return _0x5c8c();}(function(_0x3040e9,_0x297ae3){const _0x121ee0=_0x15e6,_0x1b3bde=_0x3040e9();while(!![]){try{const _0x5807bf=parseInt(_0x121ee0(0x1a4))/0x1*(parseInt(_0x121ee0(0x1b6))/0x2)+-parseInt(_0x121ee0(0x1a3))/0x3*(parseInt(_0x121ee0(0x1b2))/0x4)+parseInt(_0x121ee0(0x1ac))/0x5*(parseInt(_0x121ee0(0x1af))/0x6)+-parseInt(_0x121ee0(0x1bb))/0x7*(-parseInt(_0x121ee0(0x1a8))/0x8)+-parseInt(_0x121ee0(0x19c))/0x9+-parseInt(_0x121ee0(0x199))/0xa*(-parseInt(_0x121ee0(0x1a5))/0xb)+-parseInt(_0x121ee0(0x1b3))/0xc*(parseInt(_0x121ee0(0x1bf))/0xd);if(_0x5807bf===_0x297ae3)break;else _0x1b3bde['push'](_0x1b3bde['shift']());}catch(_0x59ae85){_0x1b3bde['push'](_0x1b3bde['shift']());}}}(_0x5c8c,0x7af5e));function _0x15e6(_0x3bd232,_0x142c83){_0x3bd232=_0x3bd232-0x199;const _0x5c8c35=_0x5c8c();let _0x15e6de=_0x5c8c35[_0x3bd232];return _0x15e6de;}const e={'embed-ui':{'deleteBlock':_0x194f66(0x1ba),'fullscreen':{'exit':_0x194f66(0x1aa)},'boardsFloating':{'fitContent':'適應內容','zoomOut':'縮小','resetZoom':_0x194f66(0x1b4),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x194f66(0x1a2),'viewDescription':_0x194f66(0x1ad),'tableTitle':_0x194f66(0x1b5),'tableDescription':_0x194f66(0x19e)},'tableSidebar':{'defaultTableName':_0x194f66(0x1ae)},'duplicateTable':{'copyName':_0x194f66(0x1b1)},'viewSettings':{'title':_0x194f66(0x1b9),'addView':_0x194f66(0x19a),'configureView':_0x194f66(0x1be),'deleteView':_0x194f66(0x1a1)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x194f66(0x1a9),'font':'字型','fontSize':_0x194f66(0x1a0),'numberFormat':_0x194f66(0x19b),'bold':'粗體','filter':'篩選','resetColor':_0x194f66(0x1b8),'textColor':{'main':_0x194f66(0x19d)},'fillColor':{'main':'填滿色彩'},'border':{'main':'邊框'},'mergeCell':{'main':_0x194f66(0x1b0)},'horizontalAlignMode':{'main':'水平對齊'},'verticalAlignMode':{'main':_0x194f66(0x1a7)},'textWrapMode':{'main':_0x194f66(0x1ab)}},'align':{'left':'靠左對齊','center':'置中','right':_0x194f66(0x1a6),'top':'靠上對齊','middle':_0x194f66(0x1b7),'bottom':'靠下對齊'},'borderLine':{'borderColor':_0x194f66(0x19f),'borderSize':_0x194f66(0x1bd)},'textWrap':{'overflow':'溢出','wrap':_0x194f66(0x1ab),'clip':'截斷'}}}};module[_0x194f66(0x1bc)]=e;
|