@univerjs-pro/chart-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 (90) 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 +96 -4
  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/ChartEditPanelScaffold.d.ts +16 -0
  63. package/lib/types/components/ChartEditorFields.d.ts +4 -1
  64. package/lib/types/components/ChartInlineTableEditor.d.ts +5 -0
  65. package/lib/types/components/ChartPresentationFields.d.ts +2 -1
  66. package/lib/types/components/ChartSemanticDataFields.d.ts +28 -0
  67. package/lib/types/components/chart-inline-starter-data.d.ts +13 -0
  68. package/lib/types/components/index.d.ts +6 -3
  69. package/lib/types/index.d.ts +2 -2
  70. package/lib/umd/index.js +1 -1
  71. package/lib/umd/locale/ar-SA.js +1 -1
  72. package/lib/umd/locale/ca-ES.js +1 -1
  73. package/lib/umd/locale/de-DE.js +1 -1
  74. package/lib/umd/locale/en-US.js +1 -1
  75. package/lib/umd/locale/es-ES.js +1 -1
  76. package/lib/umd/locale/fa-IR.js +1 -1
  77. package/lib/umd/locale/fr-FR.js +1 -1
  78. package/lib/umd/locale/id-ID.js +1 -1
  79. package/lib/umd/locale/it-IT.js +1 -1
  80. package/lib/umd/locale/ja-JP.js +1 -1
  81. package/lib/umd/locale/ko-KR.js +1 -1
  82. package/lib/umd/locale/pl-PL.js +1 -1
  83. package/lib/umd/locale/pt-BR.js +1 -1
  84. package/lib/umd/locale/ru-RU.js +1 -1
  85. package/lib/umd/locale/sk-SK.js +1 -1
  86. package/lib/umd/locale/vi-VN.js +1 -1
  87. package/lib/umd/locale/zh-CN.js +1 -1
  88. package/lib/umd/locale/zh-HK.js +1 -1
  89. package/lib/umd/locale/zh-TW.js +1 -1
  90. package/package.json +7 -6
@@ -1 +1 @@
1
- (function(_0x2b4e7a,_0xe1264a){var _0x17a330=_0x38ab,_0xdf4a04=_0x2b4e7a();while(!![]){try{var _0x1455d3=parseInt(_0x17a330(0xc4))/0x1*(-parseInt(_0x17a330(0xc1))/0x2)+-parseInt(_0x17a330(0x9e))/0x3*(-parseInt(_0x17a330(0xa5))/0x4)+-parseInt(_0x17a330(0xb7))/0x5+-parseInt(_0x17a330(0xbe))/0x6+parseInt(_0x17a330(0x9a))/0x7*(parseInt(_0x17a330(0xc6))/0x8)+parseInt(_0x17a330(0xb8))/0x9+-parseInt(_0x17a330(0xb5))/0xa*(parseInt(_0x17a330(0x9d))/0xb);if(_0x1455d3===_0xe1264a)break;else _0xdf4a04['push'](_0xdf4a04['shift']());}catch(_0x1cf376){_0xdf4a04['push'](_0xdf4a04['shift']());}}}(_0x587f,0xb6f49),function(_0x2cfefa,_0x45d04e){var _0x582862=_0x38ab;typeof exports==_0x582862(0xae)&&typeof module<'u'?module[_0x582862(0xaa)]=_0x45d04e():typeof define==_0x582862(0xcd)&&define[_0x582862(0xcc)]?define([],_0x45d04e):(_0x2cfefa=typeof globalThis<'u'?globalThis:_0x2cfefa||self,_0x2cfefa[_0x582862(0xaf)]=_0x45d04e());}(this,function(){var _0x25f99f=_0x38ab;return{'chart-ui':{'common':{'default':'Mặc\x20định','reset':_0x25f99f(0xa6)},'presentation':{'wrapLegend':_0x25f99f(0xa2)},'inlineTable':{'pasteHint':_0x25f99f(0xa7),'addRow':'Thêm\x20hàng','addColumn':'Thêm\x20cột'},'floatMenu':{'menuTitle':{'chart':_0x25f99f(0xad),'chartTitle':_0x25f99f(0xa4),'subtitle':_0x25f99f(0xcb),'axisTitle':_0x25f99f(0xbd),'legend':_0x25f99f(0xc3),'horizontalAxis':_0x25f99f(0xcf),'verticalAxis':_0x25f99f(0xc9),'rightVerticalAxis':_0x25f99f(0xca),'gridline':'Đường\x20lưới','tick':_0x25f99f(0xa0),'mark':_0x25f99f(0xc0),'series':_0x25f99f(0xac),'dataPoint':_0x25f99f(0xba),'dataLabel':'Nhãn\x20dữ\x20liệu'},'field':{'title':_0x25f99f(0xbc),'subtitle':_0x25f99f(0xcb),'position':_0x25f99f(0x9f),'size':'Kích\x20thước','align':'Căn\x20chỉnh','mode':_0x25f99f(0xce),'map':'Bản\x20đồ','rotate':_0x25f99f(0x9b),'min':'Tối\x20thiểu','max':_0x25f99f(0xd2),'color':'Màu','borderColor':_0x25f99f(0xa3),'opacity':_0x25f99f(0xb6),'labelPosition':_0x25f99f(0xab),'labelText':_0x25f99f(0xa8),'titleText':_0x25f99f(0x99)},'action':{'more':_0x25f99f(0xb9),'bold':_0x25f99f(0xb2),'italic':_0x25f99f(0xd1)},'control':{'labels':'Nhãn','line':'Đường','reverse':'Đảo\x20ngược','date':_0x25f99f(0xd0)},'option':{'textAlign':{'left':_0x25f99f(0xb4),'center':'Giữa','right':_0x25f99f(0xa9)},'position':{'top':_0x25f99f(0xc5),'bottom':_0x25f99f(0xb3),'left':'Trái','right':_0x25f99f(0xa9),'hide':'Ẩn','inside':_0x25f99f(0xb1),'outside':_0x25f99f(0xc2)},'labelText':{'category':_0x25f99f(0xc7),'value':_0x25f99f(0xa1),'percentage':'Phần\x20trăm'},'axisAlign':{'start':'Bắt\x20đầu','center':_0x25f99f(0xbf),'end':_0x25f99f(0x9c)},'legendSelectMode':{'single':_0x25f99f(0xbb),'multiple':_0x25f99f(0xb0),'close':_0x25f99f(0xc8)},'visualMapType':{'continuous':_0x25f99f(0xd3),'piecewise':'Mảnh'}}}}};}));function _0x38ab(_0x493359,_0x2b3804){_0x493359=_0x493359-0x99;var _0x587f91=_0x587f();var _0x38ab94=_0x587f91[_0x493359];return _0x38ab94;}function _0x587f(){var _0x143662=['Liên\x20tục','Văn\x20bản\x20tiêu\x20đề','7BPoTRX','Xoay','Kết\x20thúc','308QdWhJM','1110ErWwRf','Vị\x20trí','Vạch\x20chia','Giá\x20trị','Xuống\x20dòng\x20chú\x20giải','Màu\x20đường\x20viền','Tiêu\x20đề\x20biểu\x20đồ','8736BjLhnD','Đặt\x20lại','Sao\x20chép\x20và\x20dán\x20dữ\x20liệu\x20tại\x20đây','Văn\x20bản\x20nhãn','Phải','exports','Vị\x20trí\x20nhãn','Loạt','Biểu\x20đồ','object','UniverProChartUiViVN','Chọn\x20nhiều','Bên\x20trong','In\x20đậm','Dưới\x20cùng','Trái','114410tcCOxN','Độ\x20mờ','777310jMAFGc','7164405BiTkls','Thêm','Điểm\x20dữ\x20liệu','Chọn\x20một','Tiêu\x20đề','Tiêu\x20đề\x20trục','7974750ryRGzn','Giữa','Dấu','18BgRSva','Bên\x20ngoài','Chú\x20giải','16476UiggMF','Trên\x20cùng','8787832NLtZcs','Danh\x20mục','Đóng','Trục\x20đứng','Trục\x20đứng\x20phải','Tiêu\x20đề\x20phụ','amd','function','Chế\x20độ','Trục\x20ngang','Ngày\x20tháng','In\x20nghiêng','Tối\x20đa'];_0x587f=function(){return _0x143662;};return _0x587f();}
1
+ function _0x3c4d(_0x2afe7e,_0xb93b43){_0x2afe7e=_0x2afe7e-0xab;var _0x5a0f8c=_0x5a0f();var _0x3c4d7c=_0x5a0f8c[_0x2afe7e];return _0x3c4d7c;}(function(_0x917137,_0x50ab4b){var _0x183b28=_0x3c4d,_0x4bf92b=_0x917137();while(!![]){try{var _0x52d5f9=parseInt(_0x183b28(0xd3))/0x1+parseInt(_0x183b28(0xd4))/0x2*(-parseInt(_0x183b28(0xc7))/0x3)+-parseInt(_0x183b28(0xbd))/0x4+parseInt(_0x183b28(0xae))/0x5*(parseInt(_0x183b28(0xca))/0x6)+parseInt(_0x183b28(0xbb))/0x7*(-parseInt(_0x183b28(0xd1))/0x8)+-parseInt(_0x183b28(0xb5))/0x9+parseInt(_0x183b28(0xd2))/0xa*(parseInt(_0x183b28(0xce))/0xb);if(_0x52d5f9===_0x50ab4b)break;else _0x4bf92b['push'](_0x4bf92b['shift']());}catch(_0x20da0f){_0x4bf92b['push'](_0x4bf92b['shift']());}}}(_0x5a0f,0x4d0cd),function(_0x24e116,_0x162a73){var _0x40396c=_0x3c4d;typeof exports==_0x40396c(0xc8)&&typeof module<'u'?module[_0x40396c(0xdc)]=_0x162a73():typeof define==_0x40396c(0xaf)&&define[_0x40396c(0xd8)]?define([],_0x162a73):(_0x24e116=typeof globalThis<'u'?globalThis:_0x24e116||self,_0x24e116['UniverProChartUiViVN']=_0x162a73());}(this,function(){var _0x3a8bb3=_0x3c4d;return{'chart-ui':{'common':{'default':_0x3a8bb3(0xc1),'reset':'Đặt\x20lại'},'presentation':{'wrapLegend':'Xuống\x20dòng\x20chú\x20giải'},'inlineTable':{'pasteHint':_0x3a8bb3(0xb9),'addRow':_0x3a8bb3(0xcf),'addColumn':'Thêm\x20cột'},'floatMenu':{'menuTitle':{'chart':_0x3a8bb3(0xc2),'chartTitle':'Tiêu\x20đề\x20biểu\x20đồ','subtitle':_0x3a8bb3(0xb1),'axisTitle':_0x3a8bb3(0xdb),'legend':_0x3a8bb3(0xdd),'horizontalAxis':_0x3a8bb3(0xc9),'verticalAxis':_0x3a8bb3(0xb3),'rightVerticalAxis':_0x3a8bb3(0xd5),'gridline':_0x3a8bb3(0xba),'tick':'Vạch\x20chia','mark':'Dấu','series':'Loạt','dataPoint':_0x3a8bb3(0xc0),'dataLabel':_0x3a8bb3(0xbe)},'field':{'title':_0x3a8bb3(0xb0),'subtitle':_0x3a8bb3(0xb1),'position':_0x3a8bb3(0xd0),'size':_0x3a8bb3(0xc3),'align':_0x3a8bb3(0xbf),'mode':_0x3a8bb3(0xd9),'map':_0x3a8bb3(0xb4),'rotate':_0x3a8bb3(0xb2),'min':'Tối\x20thiểu','max':_0x3a8bb3(0xc5),'color':'Màu','borderColor':'Màu\x20đường\x20viền','opacity':_0x3a8bb3(0xc4),'labelPosition':_0x3a8bb3(0xd6),'labelText':'Văn\x20bản\x20nhãn','titleText':'Văn\x20bản\x20tiêu\x20đề'},'action':{'more':_0x3a8bb3(0xcb),'bold':_0x3a8bb3(0xda),'italic':_0x3a8bb3(0xb8)},'control':{'labels':'Nhãn','line':_0x3a8bb3(0xb7),'reverse':'Đảo\x20ngược','date':'Ngày\x20tháng'},'option':{'textAlign':{'left':_0x3a8bb3(0xab),'center':_0x3a8bb3(0xcc),'right':_0x3a8bb3(0xb6)},'position':{'top':'Trên\x20cùng','bottom':_0x3a8bb3(0xd7),'left':_0x3a8bb3(0xab),'right':_0x3a8bb3(0xb6),'hide':'Ẩn','inside':'Bên\x20trong','outside':'Bên\x20ngoài'},'labelText':{'category':'Danh\x20mục','value':'Giá\x20trị','percentage':'Phần\x20trăm'},'axisAlign':{'start':'Bắt\x20đầu','center':_0x3a8bb3(0xcc),'end':_0x3a8bb3(0xc6)},'legendSelectMode':{'single':_0x3a8bb3(0xbc),'multiple':_0x3a8bb3(0xad),'close':_0x3a8bb3(0xac)},'visualMapType':{'continuous':_0x3a8bb3(0xcd),'piecewise':'Mảnh'}}}}};}));function _0x5a0f(){var _0x5a8e27=['Trục\x20ngang','30DtkInK','Thêm','Giữa','Liên\x20tục','1704021hNctOR','Thêm\x20hàng','Vị\x20trí','848xWcqzi','40tzKyzs','606631zNQAVs','51572YBHGqi','Trục\x20đứng\x20phải','Vị\x20trí\x20nhãn','Dưới\x20cùng','amd','Chế\x20độ','In\x20đậm','Tiêu\x20đề\x20trục','exports','Chú\x20giải','Trái','Đóng','Chọn\x20nhiều','387335VflXwM','function','Tiêu\x20đề','Tiêu\x20đề\x20phụ','Xoay','Trục\x20đứng','Bản\x20đồ','1534653bXigVf','Phải','Đường','In\x20nghiêng','Sao\x20chép\x20và\x20dán\x20dữ\x20liệu\x20tại\x20đây','Đường\x20lưới','15540WVVhXs','Chọn\x20một','1299536HYwDfr','Nhãn\x20dữ\x20liệu','Căn\x20chỉnh','Điểm\x20dữ\x20liệu','Mặc\x20định','Biểu\x20đồ','Kích\x20thước','Độ\x20mờ','Tối\x20đa','Kết\x20thúc','66MKpvrd','object'];_0x5a0f=function(){return _0x5a8e27;};return _0x5a0f();}
@@ -1 +1 @@
1
- (function(_0x4f245f,_0x354417){var _0x55dfa6=_0x280f,_0x3601ec=_0x4f245f();while(!![]){try{var _0x4d2587=parseInt(_0x55dfa6(0x197))/0x1*(parseInt(_0x55dfa6(0x19a))/0x2)+parseInt(_0x55dfa6(0x194))/0x3*(parseInt(_0x55dfa6(0x18b))/0x4)+-parseInt(_0x55dfa6(0x19f))/0x5*(parseInt(_0x55dfa6(0x1a0))/0x6)+-parseInt(_0x55dfa6(0x19b))/0x7*(-parseInt(_0x55dfa6(0x198))/0x8)+-parseInt(_0x55dfa6(0x18c))/0x9+-parseInt(_0x55dfa6(0x193))/0xa+parseInt(_0x55dfa6(0x196))/0xb*(parseInt(_0x55dfa6(0x187))/0xc);if(_0x4d2587===_0x354417)break;else _0x3601ec['push'](_0x3601ec['shift']());}catch(_0x3a4eca){_0x3601ec['push'](_0x3601ec['shift']());}}}(_0x183f,0x2f684),function(_0x40d807,_0x372f68){var _0x531985=_0x280f;typeof exports==_0x531985(0x188)&&typeof module<'u'?module[_0x531985(0x199)]=_0x372f68():typeof define==_0x531985(0x1a3)&&define['amd']?define([],_0x372f68):(_0x40d807=typeof globalThis<'u'?globalThis:_0x40d807||self,_0x40d807[_0x531985(0x19d)]=_0x372f68());}(this,function(){var _0x398680=_0x280f;return{'chart-ui':{'common':{'default':'默认','reset':'重置'},'presentation':{'wrapLegend':_0x398680(0x190)},'inlineTable':{'pasteHint':_0x398680(0x19e),'addRow':_0x398680(0x1a2),'addColumn':_0x398680(0x182)},'floatMenu':{'menuTitle':{'chart':'图表','chartTitle':_0x398680(0x183),'subtitle':_0x398680(0x192),'axisTitle':_0x398680(0x18f),'legend':'图例','horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x398680(0x184),'gridline':'网格线','tick':_0x398680(0x189),'mark':'标记','series':'系列','dataPoint':_0x398680(0x1a1),'dataLabel':_0x398680(0x18a)},'field':{'title':'标题','subtitle':'副标题','position':'位置','size':'字号','align':'对齐','mode':'模式','map':'映射','rotate':'旋转','min':_0x398680(0x191),'max':_0x398680(0x19c),'color':'颜色','borderColor':_0x398680(0x186),'opacity':'透明度','labelPosition':_0x398680(0x18d),'labelText':'标签文本','titleText':_0x398680(0x195)},'action':{'more':'更多','bold':'加粗','italic':'斜体'},'control':{'labels':'标签','line':'轴线','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x398680(0x18e),'center':'居中','right':_0x398680(0x185)},'position':{'top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏','inside':'内部','outside':'外部'},'labelText':{'category':'类别','value':'值','percentage':'百分比'},'axisAlign':{'start':'开始','center':'中间','end':'结束'},'legendSelectMode':{'single':'单选','multiple':'多选','close':'关闭'},'visualMapType':{'continuous':'连续','piecewise':'分段'}}}}};}));function _0x280f(_0x3b4340,_0x380e84){_0x3b4340=_0x3b4340-0x182;var _0x183fad=_0x183f();var _0x280f13=_0x183fad[_0x3b4340];return _0x280f13;}function _0x183f(){var _0x422110=['右对齐','边框颜色','24cEvRBK','object','刻度线','数据标签','116RHCkUi','2621277LfhjLj','标签位置','左对齐','轴标题','图例换行','最小值','副标题','1776480zxDPgi','15546sKzrgG','标题文本','3653716vdOjcE','101KIYLwM','1392232KrIlnL','exports','282zdtjbF','7ePoyCv','最大值','UniverProChartUiZhCN','可从\x20Sheets、Excel\x20或网页表格直接粘贴,替换当前数据。','935PiFfKU','10902MsvHjN','数据点','新增行','function','新增列','图表标题','右纵轴'];_0x183f=function(){return _0x422110;};return _0x183f();}
1
+ function _0x27f1(_0x48cdf9,_0x5a9d42){_0x48cdf9=_0x48cdf9-0x8f;var _0x5c8dc5=_0x5c8d();var _0x27f15e=_0x5c8dc5[_0x48cdf9];return _0x27f15e;}function _0x5c8d(){var _0x4baf96=['副标题','边框颜色','右对齐','新增行','function','amd','可从\x20Sheets、Excel\x20或网页表格直接粘贴,替换当前数据。','194453hpiehp','211980OjNNLn','数据点','图例换行','10400848WmbGnC','UniverProChartUiZhCN','网格线','左对齐','新增列','轴标题','图表标题','最大值','115OxjSpZ','exports','3252003tbWodF','标签文本','2glJqyp','标题文本','透明度','3570080vJXSFD','7721730pQPcQj','109013GDaoDR','标签位置'];_0x5c8d=function(){return _0x4baf96;};return _0x5c8d();}(function(_0x536ccc,_0xec5edf){var _0x2c76ab=_0x27f1,_0x47f7af=_0x536ccc();while(!![]){try{var _0x47c226=parseInt(_0x2c76ab(0x90))/0x1+parseInt(_0x2c76ab(0xa9))/0x2*(parseInt(_0x2c76ab(0xa7))/0x3)+parseInt(_0x2c76ab(0xac))/0x4+parseInt(_0x2c76ab(0xa5))/0x5*(parseInt(_0x2c76ab(0x9a))/0x6)+parseInt(_0x2c76ab(0x99))/0x7+-parseInt(_0x2c76ab(0x9d))/0x8+-parseInt(_0x2c76ab(0x8f))/0x9;if(_0x47c226===_0xec5edf)break;else _0x47f7af['push'](_0x47f7af['shift']());}catch(_0x347335){_0x47f7af['push'](_0x47f7af['shift']());}}}(_0x5c8d,0xbb753),function(_0x464ba9,_0x236806){var _0x51396f=_0x27f1;typeof exports=='object'&&typeof module<'u'?module[_0x51396f(0xa6)]=_0x236806():typeof define==_0x51396f(0x96)&&define[_0x51396f(0x97)]?define([],_0x236806):(_0x464ba9=typeof globalThis<'u'?globalThis:_0x464ba9||self,_0x464ba9[_0x51396f(0x9e)]=_0x236806());}(this,function(){var _0x5d8505=_0x27f1;return{'chart-ui':{'common':{'default':'默认','reset':'重置'},'presentation':{'wrapLegend':_0x5d8505(0x9c)},'inlineTable':{'pasteHint':_0x5d8505(0x98),'addRow':_0x5d8505(0x95),'addColumn':_0x5d8505(0xa1)},'floatMenu':{'menuTitle':{'chart':'图表','chartTitle':_0x5d8505(0xa3),'subtitle':_0x5d8505(0x92),'axisTitle':_0x5d8505(0xa2),'legend':'图例','horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':'右纵轴','gridline':_0x5d8505(0x9f),'tick':'刻度线','mark':'标记','series':'系列','dataPoint':_0x5d8505(0x9b),'dataLabel':'数据标签'},'field':{'title':'标题','subtitle':_0x5d8505(0x92),'position':'位置','size':'字号','align':'对齐','mode':'模式','map':'映射','rotate':'旋转','min':'最小值','max':_0x5d8505(0xa4),'color':'颜色','borderColor':_0x5d8505(0x93),'opacity':_0x5d8505(0xab),'labelPosition':_0x5d8505(0x91),'labelText':_0x5d8505(0xa8),'titleText':_0x5d8505(0xaa)},'action':{'more':'更多','bold':'加粗','italic':'斜体'},'control':{'labels':'标签','line':'轴线','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x5d8505(0xa0),'center':'居中','right':_0x5d8505(0x94)},'position':{'top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏','inside':'内部','outside':'外部'},'labelText':{'category':'类别','value':'值','percentage':'百分比'},'axisAlign':{'start':'开始','center':'中间','end':'结束'},'legendSelectMode':{'single':'单选','multiple':'多选','close':'关闭'},'visualMapType':{'continuous':'连续','piecewise':'分段'}}}}};}));
@@ -1 +1 @@
1
- function _0x7c24(_0x47e4be,_0x1a285d){_0x47e4be=_0x47e4be-0x1d9;var _0x10bd8e=_0x10bd();var _0x7c249=_0x10bd8e[_0x47e4be];return _0x7c249;}(function(_0x5a6f72,_0x24539a){var _0x571cc6=_0x7c24,_0x5ba5a8=_0x5a6f72();while(!![]){try{var _0x33d7cc=parseInt(_0x571cc6(0x1da))/0x1*(-parseInt(_0x571cc6(0x1dc))/0x2)+parseInt(_0x571cc6(0x1f0))/0x3+parseInt(_0x571cc6(0x1e4))/0x4*(-parseInt(_0x571cc6(0x1f3))/0x5)+-parseInt(_0x571cc6(0x1dd))/0x6+-parseInt(_0x571cc6(0x1e2))/0x7+-parseInt(_0x571cc6(0x1ed))/0x8*(-parseInt(_0x571cc6(0x1f4))/0x9)+parseInt(_0x571cc6(0x1e5))/0xa*(parseInt(_0x571cc6(0x1e1))/0xb);if(_0x33d7cc===_0x24539a)break;else _0x5ba5a8['push'](_0x5ba5a8['shift']());}catch(_0x3588c2){_0x5ba5a8['push'](_0x5ba5a8['shift']());}}}(_0x10bd,0xa4a76),function(_0x34395c,_0x56b784){var _0x3fe707=_0x7c24;typeof exports==_0x3fe707(0x1e9)&&typeof module<'u'?module[_0x3fe707(0x1ef)]=_0x56b784():typeof define==_0x3fe707(0x1f2)&&define['amd']?define([],_0x56b784):(_0x34395c=typeof globalThis<'u'?globalThis:_0x34395c||self,_0x34395c[_0x3fe707(0x1ee)]=_0x56b784());}(this,function(){var _0x2cb66a=_0x7c24;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x2cb66a(0x1f5)},'inlineTable':{'pasteHint':_0x2cb66a(0x1f1),'addRow':_0x2cb66a(0x1e0),'addColumn':'新增欄'},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0x2cb66a(0x1ec),'subtitle':'副標題','axisTitle':_0x2cb66a(0x1de),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':'右縱軸','gridline':_0x2cb66a(0x1e7),'tick':_0x2cb66a(0x1e6),'mark':'標記','series':'系列','dataPoint':'資料點','dataLabel':_0x2cb66a(0x1db)},'field':{'title':'標題','subtitle':_0x2cb66a(0x1df),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':'最小值','max':'最大值','color':'顏色','borderColor':_0x2cb66a(0x1e8),'opacity':_0x2cb66a(0x1eb),'labelPosition':'標籤位置','labelText':_0x2cb66a(0x1ea),'titleText':'標題文字'},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x2cb66a(0x1d9),'center':'置中','right':_0x2cb66a(0x1e3)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':'百分比'},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));function _0x10bd(){var _0x19fa2b=['圖表標題','738592gBgQVb','UniverProChartUiZhHK','exports','283554wwiygQ','在此複製並貼上資料','function','3025145IquslE','9lvEhOv','圖例換行','左對齊','993807TaNNqH','資料標籤','2OFMQin','3246324bKlzjW','軸標題','副標題','新增列','43032209SlaogI','4756640ABNMkl','右對齊','8jXXBqx','10EyPLMT','刻度線','網格線','邊框顏色','object','標籤文字','透明度'];_0x10bd=function(){return _0x19fa2b;};return _0x10bd();}
1
+ function _0x217b(_0x4cbee5,_0x3d88e6){_0x4cbee5=_0x4cbee5-0x164;var _0x117fc7=_0x117f();var _0x217bb1=_0x117fc7[_0x4cbee5];return _0x217bb1;}function _0x117f(){var _0x2266fc=['exports','副標題','資料點','右對齊','7681806NEPgHr','軸標題','181857oBftsd','4OeKmta','6pfwKRe','function','資料標籤','4426261NNCgVY','標籤位置','標籤文字','右縱軸','左對齊','UniverProChartUiZhHK','最大值','在此複製並貼上資料','新增欄','810716tyfmOp','標題文字','刻度線','邊框顏色','3402432mpRNFZ','15gTEfWs','9bvzrYv','6450310oPlrvT','新增列','網格線','amd','698648HwjZIH','透明度'];_0x117f=function(){return _0x2266fc;};return _0x117f();}(function(_0x4e3c63,_0x54ba74){var _0x299b52=_0x217b,_0x3ea9af=_0x4e3c63();while(!![]){try{var _0x8cde6c=-parseInt(_0x299b52(0x170))/0x1+parseInt(_0x299b52(0x179))/0x2*(parseInt(_0x299b52(0x178))/0x3)+parseInt(_0x299b52(0x165))/0x4*(-parseInt(_0x299b52(0x16a))/0x5)+-parseInt(_0x299b52(0x17a))/0x6*(-parseInt(_0x299b52(0x17d))/0x7)+-parseInt(_0x299b52(0x169))/0x8+-parseInt(_0x299b52(0x16b))/0x9*(-parseInt(_0x299b52(0x16c))/0xa)+parseInt(_0x299b52(0x176))/0xb;if(_0x8cde6c===_0x54ba74)break;else _0x3ea9af['push'](_0x3ea9af['shift']());}catch(_0x8260f9){_0x3ea9af['push'](_0x3ea9af['shift']());}}}(_0x117f,0x59195),function(_0x110ef7,_0x246629){var _0x3daeed=_0x217b;typeof exports=='object'&&typeof module<'u'?module[_0x3daeed(0x172)]=_0x246629():typeof define==_0x3daeed(0x17b)&&define[_0x3daeed(0x16f)]?define([],_0x246629):(_0x110ef7=typeof globalThis<'u'?globalThis:_0x110ef7||self,_0x110ef7[_0x3daeed(0x182)]=_0x246629());}(this,function(){var _0xd83791=_0x217b;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':'圖例換行'},'inlineTable':{'pasteHint':_0xd83791(0x184),'addRow':_0xd83791(0x16d),'addColumn':_0xd83791(0x164)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':'圖表標題','subtitle':_0xd83791(0x173),'axisTitle':_0xd83791(0x177),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0xd83791(0x180),'gridline':_0xd83791(0x16e),'tick':_0xd83791(0x167),'mark':'標記','series':'系列','dataPoint':_0xd83791(0x174),'dataLabel':_0xd83791(0x17c)},'field':{'title':'標題','subtitle':'副標題','position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':'最小值','max':_0xd83791(0x183),'color':'顏色','borderColor':_0xd83791(0x168),'opacity':_0xd83791(0x171),'labelPosition':_0xd83791(0x17e),'labelText':_0xd83791(0x17f),'titleText':_0xd83791(0x166)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0xd83791(0x181),'center':'置中','right':_0xd83791(0x175)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':'百分比'},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));
@@ -1 +1 @@
1
- function _0x2d06(_0x252ee2,_0x36dbbc){_0x252ee2=_0x252ee2-0x133;var _0x282fd5=_0x282f();var _0x2d0621=_0x282fd5[_0x252ee2];return _0x2d0621;}function _0x282f(){var _0x271a29=['10316799fusHon','百分比','軸標題','資料點','邊框顏色','193315vKIGWJ','右對齊','新增欄','網格線','在此複製並貼上資料','806926QCfEBV','4257687WgYiQy','15sOoPXt','amd','8aYyQBb','圖表標題','20536580qxUJSs','4160824oCHNSh','object','126GPXRCV','標籤位置','左對齊','副標題','exports','203300YbYlpJ','UniverProChartUiZhTW','圖例換行','新增列','右縱軸','透明度','標題文字'];_0x282f=function(){return _0x271a29;};return _0x282f();}(function(_0x4d04f3,_0x57b4b8){var _0x38d074=_0x2d06,_0x14c613=_0x4d04f3();while(!![]){try{var _0x57ca6a=parseInt(_0x38d074(0x144))/0x1+parseInt(_0x38d074(0x133))/0x2*(parseInt(_0x38d074(0x146))/0x3)+parseInt(_0x38d074(0x14b))/0x4+-parseInt(_0x38d074(0x13f))/0x5*(-parseInt(_0x38d074(0x14d))/0x6)+parseInt(_0x38d074(0x145))/0x7+parseInt(_0x38d074(0x148))/0x8*(-parseInt(_0x38d074(0x13a))/0x9)+-parseInt(_0x38d074(0x14a))/0xa;if(_0x57ca6a===_0x57b4b8)break;else _0x14c613['push'](_0x14c613['shift']());}catch(_0x127885){_0x14c613['push'](_0x14c613['shift']());}}}(_0x282f,0x8c859),function(_0x55cecd,_0x214be8){var _0x532d81=_0x2d06;typeof exports==_0x532d81(0x14c)&&typeof module<'u'?module[_0x532d81(0x151)]=_0x214be8():typeof define=='function'&&define[_0x532d81(0x147)]?define([],_0x214be8):(_0x55cecd=typeof globalThis<'u'?globalThis:_0x55cecd||self,_0x55cecd[_0x532d81(0x134)]=_0x214be8());}(this,function(){var _0x4edd2e=_0x2d06;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x4edd2e(0x135)},'inlineTable':{'pasteHint':_0x4edd2e(0x143),'addRow':_0x4edd2e(0x136),'addColumn':_0x4edd2e(0x141)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0x4edd2e(0x149),'subtitle':_0x4edd2e(0x150),'axisTitle':_0x4edd2e(0x13c),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x4edd2e(0x137),'gridline':_0x4edd2e(0x142),'tick':'刻度線','mark':'標記','series':'系列','dataPoint':_0x4edd2e(0x13d),'dataLabel':'資料標籤'},'field':{'title':'標題','subtitle':_0x4edd2e(0x150),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':'最小值','max':'最大值','color':'顏色','borderColor':_0x4edd2e(0x13e),'opacity':_0x4edd2e(0x138),'labelPosition':_0x4edd2e(0x14e),'labelText':'標籤文字','titleText':_0x4edd2e(0x139)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x4edd2e(0x14f),'center':'置中','right':_0x4edd2e(0x140)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':_0x4edd2e(0x13b)},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));
1
+ function _0x5da6(){var _0x33e873=['4418820YwBXWu','網格線','最大值','資料標籤','副標題','826152RfPzBa','資料點','左對齊','新增欄','function','5060768YMXydM','標籤位置','軸標題','2AWKEpz','UniverProChartUiZhTW','amd','1466844gACZyo','exports','1237376RgfQzj','5GSeYIJ','標籤文字','在此複製並貼上資料','最小值','右對齊','標題文字','圖例換行','圖表標題','邊框顏色','385133MeuaUa','右縱軸','4615758afhJCD','新增列'];_0x5da6=function(){return _0x33e873;};return _0x5da6();}function _0x1eae(_0x2628e6,_0x149cd3){_0x2628e6=_0x2628e6-0x11c;var _0x5da6ba=_0x5da6();var _0x1eae5c=_0x5da6ba[_0x2628e6];return _0x1eae5c;}(function(_0x266cd2,_0x3039cc){var _0x23e626=_0x1eae,_0x25cddd=_0x266cd2();while(!![]){try{var _0x11c6f0=parseInt(_0x23e626(0x120))/0x1*(-parseInt(_0x23e626(0x131))/0x2)+parseInt(_0x23e626(0x134))/0x3+-parseInt(_0x23e626(0x136))/0x4*(parseInt(_0x23e626(0x137))/0x5)+parseInt(_0x23e626(0x129))/0x6+-parseInt(_0x23e626(0x124))/0x7+parseInt(_0x23e626(0x12e))/0x8+parseInt(_0x23e626(0x122))/0x9;if(_0x11c6f0===_0x3039cc)break;else _0x25cddd['push'](_0x25cddd['shift']());}catch(_0x59e28f){_0x25cddd['push'](_0x25cddd['shift']());}}}(_0x5da6,0x6cf99),function(_0x4d302f,_0x44a3e4){var _0x5d65db=_0x1eae;typeof exports=='object'&&typeof module<'u'?module[_0x5d65db(0x135)]=_0x44a3e4():typeof define==_0x5d65db(0x12d)&&define[_0x5d65db(0x133)]?define([],_0x44a3e4):(_0x4d302f=typeof globalThis<'u'?globalThis:_0x4d302f||self,_0x4d302f[_0x5d65db(0x132)]=_0x44a3e4());}(this,function(){var _0x199ec8=_0x1eae;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x199ec8(0x11d)},'inlineTable':{'pasteHint':_0x199ec8(0x139),'addRow':_0x199ec8(0x123),'addColumn':_0x199ec8(0x12c)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0x199ec8(0x11e),'subtitle':_0x199ec8(0x128),'axisTitle':_0x199ec8(0x130),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x199ec8(0x121),'gridline':_0x199ec8(0x125),'tick':'刻度線','mark':'標記','series':'系列','dataPoint':_0x199ec8(0x12a),'dataLabel':_0x199ec8(0x127)},'field':{'title':'標題','subtitle':_0x199ec8(0x128),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':_0x199ec8(0x13a),'max':_0x199ec8(0x126),'color':'顏色','borderColor':_0x199ec8(0x11f),'opacity':'透明度','labelPosition':_0x199ec8(0x12f),'labelText':_0x199ec8(0x138),'titleText':_0x199ec8(0x11c)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x199ec8(0x12b),'center':'置中','right':_0x199ec8(0x13b)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':'百分比'},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@univerjs-pro/chart-ui",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.0-alpha.8",
4
4
  "private": false,
5
5
  "description": "Shared chart UI components for Univer Pro.",
6
6
  "author": "DreamNum Co., Ltd. <developer@univer.ai>",
@@ -56,16 +56,17 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@univerjs/icons": "1.34.0",
59
- "@univerjs-pro/engine-chart": "1.0.0-alpha.7",
60
- "@univerjs/design": "1.0.0-alpha.7",
61
- "@univerjs/core": "1.0.0-alpha.7",
62
- "@univerjs/ui": "1.0.0-alpha.7"
59
+ "@univerjs-pro/license": "1.0.0-alpha.8",
60
+ "@univerjs-pro/engine-chart": "1.0.0-alpha.8",
61
+ "@univerjs/core": "1.0.0-alpha.8",
62
+ "@univerjs/design": "1.0.0-alpha.8",
63
+ "@univerjs/ui": "1.0.0-alpha.8"
63
64
  },
64
65
  "devDependencies": {
65
66
  "react": "18.3.1",
66
67
  "typescript": "^6.0.3",
67
68
  "vitest": "^4.1.10",
68
- "@univerjs-infra/shared": "1.0.0-alpha.7"
69
+ "@univerjs-infra/shared": "1.0.0-alpha.8"
69
70
  },
70
71
  "scripts": {
71
72
  "typecheck": "tsc --noEmit",