@univerjs-pro/embed-ui 1.0.0-alpha.3 → 1.0.0-alpha.4

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 (100) 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 +8 -39
  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 +19 -1
  63. package/lib/types/controllers/components.controller.d.ts +7 -0
  64. package/lib/types/locale/en-US.d.ts +9 -0
  65. package/lib/types/products/bases/EmbedFloatingMenu.d.ts +0 -5
  66. package/lib/types/products/boards/BoardEmbedHostRenderController.d.ts +28 -0
  67. package/lib/types/products/boards/EmbedChildView.d.ts +2 -0
  68. package/lib/types/products/boards/EmbedFloatingMenu.d.ts +7 -0
  69. package/lib/types/products/boards/embed-block.d.ts +2 -0
  70. package/lib/types/products/boards/embed-host-adapter.d.ts +2 -0
  71. package/lib/types/products/boards/embed-passive-viewport.d.ts +2 -0
  72. package/lib/types/products/boards/register.d.ts +2 -0
  73. package/lib/types/products/docs/EmbedFloatingMenu.d.ts +0 -5
  74. package/lib/types/products/docs/embed-docs-custom-block-bleed.render-controller.d.ts +4 -4
  75. package/lib/types/products/sheets/EmbedFloatingMenu.d.ts +0 -7
  76. package/lib/types/products/slides/components/embed-floating-menu/SlideEmbedFloatingMenu.d.ts +0 -11
  77. package/lib/types/services/embed-activation.service.d.ts +5 -5
  78. package/lib/types/services/embed-child-product-plugin-registry.service.d.ts +2 -2
  79. package/lib/types/services/embed-host-wheel-gesture.service.d.ts +8 -0
  80. package/lib/umd/index.js +1 -1
  81. package/lib/umd/locale/ar-SA.js +1 -1
  82. package/lib/umd/locale/ca-ES.js +1 -1
  83. package/lib/umd/locale/de-DE.js +1 -1
  84. package/lib/umd/locale/en-US.js +1 -1
  85. package/lib/umd/locale/es-ES.js +1 -1
  86. package/lib/umd/locale/fa-IR.js +1 -1
  87. package/lib/umd/locale/fr-FR.js +1 -1
  88. package/lib/umd/locale/id-ID.js +1 -1
  89. package/lib/umd/locale/it-IT.js +1 -1
  90. package/lib/umd/locale/ja-JP.js +1 -1
  91. package/lib/umd/locale/ko-KR.js +1 -1
  92. package/lib/umd/locale/pl-PL.js +1 -1
  93. package/lib/umd/locale/pt-BR.js +1 -1
  94. package/lib/umd/locale/ru-RU.js +1 -1
  95. package/lib/umd/locale/sk-SK.js +1 -1
  96. package/lib/umd/locale/vi-VN.js +1 -1
  97. package/lib/umd/locale/zh-CN.js +1 -1
  98. package/lib/umd/locale/zh-HK.js +1 -1
  99. package/lib/umd/locale/zh-TW.js +1 -1
  100. package/package.json +34 -32
@@ -1 +1 @@
1
- function _0x5e52(){var _0x29b675=['設定檢視','1YTxxzh','amd','合併儲存格','靠下對齊','字型大小','object','UniverProEmbedUiZhHK','重置顏色','檢視設定','表\x20{0}','function','2152122sSIcBW','9651323qobnfp','200aXQnVR','{0}\x20副本','24JhxHhB','19663peODCJ','邊框顏色','此檢視將被刪除。','靠上對齊','963014ebuwXZ','複製格式','1338438FUTIer','30JiKcSK','刪除此表?','自動換行','垂直對齊','刪除此檢視?','填滿色彩','1854oFMREL','146052NxajHt','17530NEPCWX','新增檢視','靠左對齊'];_0x5e52=function(){return _0x29b675;};return _0x5e52();}function _0x2c40(_0x2a2392,_0x4c4d44){_0x2a2392=_0x2a2392-0x158;var _0x5e526d=_0x5e52();var _0x2c405e=_0x5e526d[_0x2a2392];return _0x2c405e;}(function(_0xe3bb23,_0x39fa9c){var _0x9daef8=_0x2c40,_0xc78175=_0xe3bb23();while(!![]){try{var _0x354dab=-parseInt(_0x9daef8(0x177))/0x1*(parseInt(_0x9daef8(0x168))/0x2)+-parseInt(_0x9daef8(0x16a))/0x3+parseInt(_0x9daef8(0x172))/0x4*(parseInt(_0x9daef8(0x16b))/0x5)+-parseInt(_0x9daef8(0x15f))/0x6+parseInt(_0x9daef8(0x164))/0x7*(-parseInt(_0x9daef8(0x161))/0x8)+parseInt(_0x9daef8(0x171))/0x9*(-parseInt(_0x9daef8(0x173))/0xa)+parseInt(_0x9daef8(0x160))/0xb*(parseInt(_0x9daef8(0x163))/0xc);if(_0x354dab===_0x39fa9c)break;else _0xc78175['push'](_0xc78175['shift']());}catch(_0x3850c6){_0xc78175['push'](_0xc78175['shift']());}}}(_0x5e52,0x3e8b5),function(_0x8590f6,_0x2fc482){var _0x406fe1=_0x2c40;typeof exports==_0x406fe1(0x159)&&typeof module<'u'?module['exports']=_0x2fc482():typeof define==_0x406fe1(0x15e)&&define[_0x406fe1(0x178)]?define([],_0x2fc482):(_0x8590f6=typeof globalThis<'u'?globalThis:_0x8590f6||self,_0x8590f6[_0x406fe1(0x15a)]=_0x2fc482());}(this,function(){var _0x44824f=_0x2c40;return{'embed-ui':{'fullscreen':{'exit':'退出'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0x44824f(0x16f),'viewDescription':_0x44824f(0x166),'tableTitle':_0x44824f(0x16c),'tableDescription':'此表和其中的記錄將被刪除。'},'tableSidebar':{'defaultTableName':_0x44824f(0x15d)},'duplicateTable':{'copyName':_0x44824f(0x162)},'viewSettings':{'title':_0x44824f(0x15c),'addView':_0x44824f(0x174),'configureView':_0x44824f(0x176),'deleteView':'刪除檢視'}},'sheetsFloating':{'toolbar':{'formatPainter':_0x44824f(0x169),'font':'字型','fontSize':_0x44824f(0x158),'numberFormat':'數字格式','bold':'粗體','resetColor':_0x44824f(0x15b),'textColor':{'main':'字型顏色'},'fillColor':{'main':_0x44824f(0x170)},'border':{'main':'邊框'},'mergeCell':{'main':_0x44824f(0x179)},'horizontalAlignMode':{'main':'水平對齊'},'verticalAlignMode':{'main':_0x44824f(0x16e)},'textWrapMode':{'main':_0x44824f(0x16d)}},'align':{'left':_0x44824f(0x175),'center':'置中','right':'靠右對齊','top':_0x44824f(0x167),'middle':'垂直置中','bottom':_0x44824f(0x17a)},'borderLine':{'borderColor':_0x44824f(0x165),'borderSize':'邊框粗細'},'textWrap':{'overflow':'溢出','wrap':_0x44824f(0x16d),'clip':'截斷'}}}};}));
1
+ (function(_0x3d8429,_0x3c3ef0){var _0x2eeb09=_0x1640,_0x4faddc=_0x3d8429();while(!![]){try{var _0x6efbe4=-parseInt(_0x2eeb09(0xcc))/0x1*(parseInt(_0x2eeb09(0xb9))/0x2)+-parseInt(_0x2eeb09(0xcf))/0x3*(parseInt(_0x2eeb09(0xd7))/0x4)+parseInt(_0x2eeb09(0xd6))/0x5*(-parseInt(_0x2eeb09(0xbc))/0x6)+-parseInt(_0x2eeb09(0xcb))/0x7+-parseInt(_0x2eeb09(0xda))/0x8*(parseInt(_0x2eeb09(0xca))/0x9)+parseInt(_0x2eeb09(0xbe))/0xa+parseInt(_0x2eeb09(0xc8))/0xb*(parseInt(_0x2eeb09(0xc4))/0xc);if(_0x6efbe4===_0x3c3ef0)break;else _0x4faddc['push'](_0x4faddc['shift']());}catch(_0x33f2cc){_0x4faddc['push'](_0x4faddc['shift']());}}}(_0x1d48,0x18b0e),function(_0x46bb4a,_0x1c43a2){var _0x3aceea=_0x1640;typeof exports==_0x3aceea(0xc7)&&typeof module<'u'?module[_0x3aceea(0xba)]=_0x1c43a2():typeof define==_0x3aceea(0xd0)&&define['amd']?define([],_0x1c43a2):(_0x46bb4a=typeof globalThis<'u'?globalThis:_0x46bb4a||self,_0x46bb4a[_0x3aceea(0xc6)]=_0x1c43a2());}(this,function(){var _0x35647e=_0x1640;return{'embed-ui':{'deleteBlock':'刪除嵌入區塊','fullscreen':{'exit':_0x35647e(0xbf)},'boardsFloating':{'fitContent':_0x35647e(0xcd),'zoomOut':'縮小','resetZoom':_0x35647e(0xc2),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':'刪除此檢視?','viewDescription':_0x35647e(0xd2),'tableTitle':_0x35647e(0xd9),'tableDescription':_0x35647e(0xd5)},'tableSidebar':{'defaultTableName':_0x35647e(0xd3)},'duplicateTable':{'copyName':'{0}\x20副本'},'viewSettings':{'title':'檢視設定','addView':_0x35647e(0xd4),'configureView':_0x35647e(0xc5),'deleteView':_0x35647e(0xd8)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x35647e(0xbb),'font':'字型','fontSize':_0x35647e(0xb8),'numberFormat':'數字格式','bold':'粗體','filter':'篩選','resetColor':_0x35647e(0xc3),'textColor':{'main':'字型顏色'},'fillColor':{'main':_0x35647e(0xbd)},'border':{'main':'邊框'},'mergeCell':{'main':_0x35647e(0xce)},'horizontalAlignMode':{'main':'水平對齊'},'verticalAlignMode':{'main':'垂直對齊'},'textWrapMode':{'main':'自動換行'}},'align':{'left':'靠左對齊','center':'置中','right':_0x35647e(0xd1),'top':_0x35647e(0xb7),'middle':'垂直置中','bottom':'靠下對齊'},'borderLine':{'borderColor':_0x35647e(0xc0),'borderSize':_0x35647e(0xc9)},'textWrap':{'overflow':'溢出','wrap':_0x35647e(0xc1),'clip':'截斷'}}}};}));function _0x1640(_0x7a954,_0xf12288){_0x7a954=_0x7a954-0xb7;var _0x1d48df=_0x1d48();var _0x16402a=_0x1d48df[_0x7a954];return _0x16402a;}function _0x1d48(){var _0x22f677=['表\x20{0}','新增檢視','此表和其中的記錄將被刪除。','275305wiIYdO','4Fbdank','刪除檢視','刪除此表?','2616rcCNyk','靠上對齊','字型大小','6vLnzrl','exports','複製格式','6NiueDD','填滿色彩','95330uWzniK','退出全螢幕','邊框顏色','自動換行','重設縮放','重置顏色','12mKPrwC','設定檢視','UniverProEmbedUiZhHK','object','5291231uKQTmY','邊框粗細','2817uXUtah','331156nAGENo','23033RHPWtv','適應內容','合併儲存格','346803GXLDDW','function','靠右對齊','此檢視將被刪除。'];_0x1d48=function(){return _0x22f677;};return _0x1d48();}
@@ -1 +1 @@
1
- function _0x4564(_0xdea1ac,_0x562995){_0xdea1ac=_0xdea1ac-0xd9;var _0x2beaa3=_0x2bea();var _0x456476=_0x2beaa3[_0xdea1ac];return _0x456476;}(function(_0x6dbe47,_0x795a40){var _0x596080=_0x4564,_0x2bf4e2=_0x6dbe47();while(!![]){try{var _0x5a8afa=-parseInt(_0x596080(0xe2))/0x1+parseInt(_0x596080(0xf4))/0x2*(parseInt(_0x596080(0xde))/0x3)+-parseInt(_0x596080(0xe8))/0x4*(parseInt(_0x596080(0xdc))/0x5)+-parseInt(_0x596080(0xed))/0x6+parseInt(_0x596080(0xd9))/0x7*(parseInt(_0x596080(0xe0))/0x8)+parseInt(_0x596080(0xf9))/0x9*(parseInt(_0x596080(0xe6))/0xa)+parseInt(_0x596080(0xf1))/0xb*(parseInt(_0x596080(0xfb))/0xc);if(_0x5a8afa===_0x795a40)break;else _0x2bf4e2['push'](_0x2bf4e2['shift']());}catch(_0x201197){_0x2bf4e2['push'](_0x2bf4e2['shift']());}}}(_0x2bea,0x4d4e8),function(_0x2fa7eb,_0x1330db){var _0x55a182=_0x4564;typeof exports==_0x55a182(0xe3)&&typeof module<'u'?module[_0x55a182(0xec)]=_0x1330db():typeof define==_0x55a182(0xdf)&&define[_0x55a182(0xeb)]?define([],_0x1330db):(_0x2fa7eb=typeof globalThis<'u'?globalThis:_0x2fa7eb||self,_0x2fa7eb[_0x55a182(0xfa)]=_0x1330db());}(this,function(){var _0x3aaf0d=_0x4564;return{'embed-ui':{'fullscreen':{'exit':'退出'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':'刪除此檢視?','viewDescription':_0x3aaf0d(0xf8),'tableTitle':'刪除此表?','tableDescription':'此表和其中的記錄將被刪除。'},'tableSidebar':{'defaultTableName':_0x3aaf0d(0xf7)},'duplicateTable':{'copyName':_0x3aaf0d(0xf2)},'viewSettings':{'title':_0x3aaf0d(0xef),'addView':'新增檢視','configureView':'設定檢視','deleteView':_0x3aaf0d(0xf6)}},'sheetsFloating':{'toolbar':{'formatPainter':_0x3aaf0d(0xda),'font':'字型','fontSize':'字型大小','numberFormat':_0x3aaf0d(0xf3),'bold':'粗體','resetColor':'重置顏色','textColor':{'main':_0x3aaf0d(0xdd)},'fillColor':{'main':'填滿色彩'},'border':{'main':'邊框'},'mergeCell':{'main':_0x3aaf0d(0xe7)},'horizontalAlignMode':{'main':_0x3aaf0d(0xf0)},'verticalAlignMode':{'main':_0x3aaf0d(0xea)},'textWrapMode':{'main':_0x3aaf0d(0xe1)}},'align':{'left':_0x3aaf0d(0xe9),'center':'置中','right':_0x3aaf0d(0xdb),'top':_0x3aaf0d(0xf5),'middle':'垂直置中','bottom':_0x3aaf0d(0xe4)},'borderLine':{'borderColor':_0x3aaf0d(0xee),'borderSize':_0x3aaf0d(0xe5)},'textWrap':{'overflow':'溢出','wrap':_0x3aaf0d(0xe1),'clip':'截斷'}}}};}));function _0x2bea(){var _0x45ef3b=['{0}\x20副本','數字格式','2Bbzlxd','靠上對齊','刪除檢視','表\x20{0}','此檢視將被刪除。','879561vxmxMC','UniverProEmbedUiZhTW','12bZsgXm','21EvxbCC','複製格式','靠右對齊','5JwgCGh','字型顏色','1312995PHMLhz','function','50872rYqzlA','自動換行','605908wykwfP','object','靠下對齊','邊框粗細','20zbtTyt','合併儲存格','155348OJTgLl','靠左對齊','垂直對齊','amd','exports','2981040LlahfS','邊框顏色','檢視設定','水平對齊','8866363dDqdEf'];_0x2bea=function(){return _0x45ef3b;};return _0x2bea();}
1
+ function _0x20af(){var _0x542c45=['垂直置中','字型大小','刪除此檢視?','刪除此表?','新增檢視','59118DoQfqb','複製格式','靠左對齊','function','邊框粗細','水平對齊','靠上對齊','自動換行','垂直對齊','填滿色彩','412863YWtWwS','合併儲存格','303065GDQXnM','表\x20{0}','{0}\x20副本','此檢視將被刪除。','退出全螢幕','重設縮放','刪除嵌入區塊','236XTHOtJ','8NUQvtW','42NwVnhL','object','此表和其中的記錄將被刪除。','10ZitrmB','數字格式','字型顏色','amd','1469162pzwYmn','36075479AwNyRJ','3004505tfBTpz','7220889RhVaBn','靠右對齊','刪除檢視','exports'];_0x20af=function(){return _0x542c45;};return _0x20af();}function _0x23d4(_0x1cc737,_0x2207fc){_0x1cc737=_0x1cc737-0x68;var _0x20af63=_0x20af();var _0x23d4c6=_0x20af63[_0x1cc737];return _0x23d4c6;}(function(_0x4d7e25,_0x508636){var _0x2451aa=_0x23d4,_0x5df5ce=_0x4d7e25();while(!![]){try{var _0x38ff89=parseInt(_0x2451aa(0x78))/0x1+-parseInt(_0x2451aa(0x8a))/0x2+parseInt(_0x2451aa(0x6e))/0x3*(-parseInt(_0x2451aa(0x81))/0x4)+-parseInt(_0x2451aa(0x8c))/0x5+parseInt(_0x2451aa(0x83))/0x6*(parseInt(_0x2451aa(0x7a))/0x7)+parseInt(_0x2451aa(0x82))/0x8*(-parseInt(_0x2451aa(0x8d))/0x9)+-parseInt(_0x2451aa(0x86))/0xa*(-parseInt(_0x2451aa(0x8b))/0xb);if(_0x38ff89===_0x508636)break;else _0x5df5ce['push'](_0x5df5ce['shift']());}catch(_0x2e9f0c){_0x5df5ce['push'](_0x5df5ce['shift']());}}}(_0x20af,0xa9b14),function(_0x5a7fe0,_0x941fac){var _0xba3a31=_0x23d4;typeof exports==_0xba3a31(0x84)&&typeof module<'u'?module[_0xba3a31(0x68)]=_0x941fac():typeof define==_0xba3a31(0x71)&&define[_0xba3a31(0x89)]?define([],_0x941fac):(_0x5a7fe0=typeof globalThis<'u'?globalThis:_0x5a7fe0||self,_0x5a7fe0['UniverProEmbedUiZhTW']=_0x941fac());}(this,function(){var _0xb46b56=_0x23d4;return{'embed-ui':{'deleteBlock':_0xb46b56(0x80),'fullscreen':{'exit':_0xb46b56(0x7e)},'boardsFloating':{'fitContent':'適應內容','zoomOut':'縮小','resetZoom':_0xb46b56(0x7f),'zoomIn':'放大','delete':'刪除'},'basesFloating':{'copySuffix':'副本','delete':'刪除','confirmDelete':{'viewTitle':_0xb46b56(0x6b),'viewDescription':_0xb46b56(0x7d),'tableTitle':_0xb46b56(0x6c),'tableDescription':_0xb46b56(0x85)},'tableSidebar':{'defaultTableName':_0xb46b56(0x7b)},'duplicateTable':{'copyName':_0xb46b56(0x7c)},'viewSettings':{'title':'檢視設定','addView':_0xb46b56(0x6d),'configureView':'設定檢視','deleteView':_0xb46b56(0x8f)}},'sheetsFloating':{'toolbar':{'formatPainter':_0xb46b56(0x6f),'font':'字型','fontSize':_0xb46b56(0x6a),'numberFormat':_0xb46b56(0x87),'bold':'粗體','filter':'篩選','resetColor':'重置顏色','textColor':{'main':_0xb46b56(0x88)},'fillColor':{'main':_0xb46b56(0x77)},'border':{'main':'邊框'},'mergeCell':{'main':_0xb46b56(0x79)},'horizontalAlignMode':{'main':_0xb46b56(0x73)},'verticalAlignMode':{'main':_0xb46b56(0x76)},'textWrapMode':{'main':_0xb46b56(0x75)}},'align':{'left':_0xb46b56(0x70),'center':'置中','right':_0xb46b56(0x8e),'top':_0xb46b56(0x74),'middle':_0xb46b56(0x69),'bottom':'靠下對齊'},'borderLine':{'borderColor':'邊框顏色','borderSize':_0xb46b56(0x72)},'textWrap':{'overflow':'溢出','wrap':_0xb46b56(0x75),'clip':'截斷'}}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/embed-ui",
3
- "version": "1.0.0-alpha.3",
3
+ "version": "1.0.0-alpha.4",
4
4
  "private": false,
5
5
  "description": "Cross-unit embed UI registry and host integration foundation for Univer.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -57,43 +57,45 @@
57
57
  "rxjs": ">=7.0.0"
58
58
  },
59
59
  "dependencies": {
60
- "@univerjs/icons": "1.20.0",
61
- "@univerjs-pro/bases": "1.0.0-alpha.3",
62
- "@univerjs-pro/docs-table-ui": "1.0.0-alpha.3",
63
- "@univerjs-pro/sheets-chart-ui": "1.0.0-alpha.3",
64
- "@univerjs-pro/embed": "1.0.0-alpha.3",
65
- "@univerjs-pro/sheets-pivot-ui": "1.0.0-alpha.3",
66
- "@univerjs-pro/bases-ui": "1.0.0-alpha.3",
67
- "@univerjs-pro/sheets-print": "1.0.0-alpha.3",
68
- "@univerjs-pro/sheets-outline-ui": "1.0.0-alpha.3",
69
- "@univerjs-pro/sheets-shape-ui": "1.0.0-alpha.3",
70
- "@univerjs-pro/sheets-sparkline-ui": "1.0.0-alpha.3",
71
- "@univerjs-pro/slides": "1.0.0-alpha.3",
72
- "@univerjs-pro/slides-ui": "1.0.0-alpha.3",
73
- "@univerjs/docs-ui": "1.0.0-alpha.3",
74
- "@univerjs/engine-render": "1.0.0-alpha.3",
75
- "@univerjs/core": "1.0.0-alpha.3",
76
- "@univerjs/sheets": "1.0.0-alpha.3",
77
- "@univerjs/design": "1.0.0-alpha.3",
78
- "@univerjs/sheets-conditional-formatting-ui": "1.0.0-alpha.3",
79
- "@univerjs/sheets-data-validation-ui": "1.0.0-alpha.3",
80
- "@univerjs/sheets-drawing-ui": "1.0.0-alpha.3",
81
- "@univerjs/sheets-filter-ui": "1.0.0-alpha.3",
82
- "@univerjs/sheets-hyper-link-ui": "1.0.0-alpha.3",
83
- "@univerjs/sheets-note-ui": "1.0.0-alpha.3",
84
- "@univerjs/sheets-sort-ui": "1.0.0-alpha.3",
85
- "@univerjs/sheets-table-ui": "1.0.0-alpha.3",
86
- "@univerjs/sheets-thread-comment-ui": "1.0.0-alpha.3",
87
- "@univerjs/sheets-ui": "1.0.0-alpha.3",
88
- "@univerjs/ui": "1.0.0-alpha.3",
89
- "@univerjs/sheets-numfmt-ui": "1.0.0-alpha.3"
60
+ "@univerjs/icons": "1.29.0",
61
+ "@univerjs-pro/bases": "1.0.0-alpha.4",
62
+ "@univerjs-pro/boards": "1.0.0-alpha.4",
63
+ "@univerjs-pro/boards-ui": "1.0.0-alpha.4",
64
+ "@univerjs-pro/embed": "1.0.0-alpha.4",
65
+ "@univerjs-pro/docs-table-ui": "1.0.0-alpha.4",
66
+ "@univerjs-pro/bases-ui": "1.0.0-alpha.4",
67
+ "@univerjs-pro/sheets-chart-ui": "1.0.0-alpha.4",
68
+ "@univerjs-pro/sheets-outline-ui": "1.0.0-alpha.4",
69
+ "@univerjs-pro/sheets-pivot-ui": "1.0.0-alpha.4",
70
+ "@univerjs-pro/sheets-shape-ui": "1.0.0-alpha.4",
71
+ "@univerjs-pro/sheets-sparkline-ui": "1.0.0-alpha.4",
72
+ "@univerjs-pro/sheets-print": "1.0.0-alpha.4",
73
+ "@univerjs-pro/slides": "1.0.0-alpha.4",
74
+ "@univerjs-pro/slides-ui": "1.0.0-alpha.4",
75
+ "@univerjs/core": "1.0.0-alpha.4",
76
+ "@univerjs/docs-ui": "1.0.0-alpha.4",
77
+ "@univerjs/engine-render": "1.0.0-alpha.4",
78
+ "@univerjs/sheets": "1.0.0-alpha.4",
79
+ "@univerjs/design": "1.0.0-alpha.4",
80
+ "@univerjs/sheets-conditional-formatting-ui": "1.0.0-alpha.4",
81
+ "@univerjs/sheets-data-validation-ui": "1.0.0-alpha.4",
82
+ "@univerjs/sheets-drawing-ui": "1.0.0-alpha.4",
83
+ "@univerjs/sheets-filter-ui": "1.0.0-alpha.4",
84
+ "@univerjs/sheets-note-ui": "1.0.0-alpha.4",
85
+ "@univerjs/sheets-sort-ui": "1.0.0-alpha.4",
86
+ "@univerjs/sheets-numfmt-ui": "1.0.0-alpha.4",
87
+ "@univerjs/sheets-hyper-link-ui": "1.0.0-alpha.4",
88
+ "@univerjs/sheets-thread-comment-ui": "1.0.0-alpha.4",
89
+ "@univerjs/sheets-table-ui": "1.0.0-alpha.4",
90
+ "@univerjs/sheets-ui": "1.0.0-alpha.4",
91
+ "@univerjs/ui": "1.0.0-alpha.4"
90
92
  },
91
93
  "devDependencies": {
92
94
  "react": "18.3.1",
93
95
  "rxjs": "^7.8.2",
94
96
  "typescript": "^6.0.3",
95
97
  "vitest": "^4.1.10",
96
- "@univerjs-infra/shared": "1.0.0-alpha.3"
98
+ "@univerjs-infra/shared": "1.0.0-alpha.4"
97
99
  },
98
100
  "scripts": {
99
101
  "test": "vitest run",