@univerjs-pro/chart-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 (91) 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 +6 -3
  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/ColorPickerControl.d.ts +2 -1
  68. package/lib/types/components/chart-inline-starter-data.d.ts +13 -0
  69. package/lib/types/components/index.d.ts +6 -3
  70. package/lib/types/index.d.ts +2 -2
  71. package/lib/umd/index.js +1 -1
  72. package/lib/umd/locale/ar-SA.js +1 -1
  73. package/lib/umd/locale/ca-ES.js +1 -1
  74. package/lib/umd/locale/de-DE.js +1 -1
  75. package/lib/umd/locale/en-US.js +1 -1
  76. package/lib/umd/locale/es-ES.js +1 -1
  77. package/lib/umd/locale/fa-IR.js +1 -1
  78. package/lib/umd/locale/fr-FR.js +1 -1
  79. package/lib/umd/locale/id-ID.js +1 -1
  80. package/lib/umd/locale/it-IT.js +1 -1
  81. package/lib/umd/locale/ja-JP.js +1 -1
  82. package/lib/umd/locale/ko-KR.js +1 -1
  83. package/lib/umd/locale/pl-PL.js +1 -1
  84. package/lib/umd/locale/pt-BR.js +1 -1
  85. package/lib/umd/locale/ru-RU.js +1 -1
  86. package/lib/umd/locale/sk-SK.js +1 -1
  87. package/lib/umd/locale/vi-VN.js +1 -1
  88. package/lib/umd/locale/zh-CN.js +1 -1
  89. package/lib/umd/locale/zh-HK.js +1 -1
  90. package/lib/umd/locale/zh-TW.js +1 -1
  91. package/package.json +8 -7
@@ -1 +1 @@
1
- function _0x4bfc(_0x5cc442,_0x671746){_0x5cc442=_0x5cc442-0x162;var _0x42bc09=_0x42bc();var _0x4bfc94=_0x42bc09[_0x5cc442];return _0x4bfc94;}(function(_0x59f37a,_0x8c2b9e){var _0x19297d=_0x4bfc,_0x4abfb6=_0x59f37a();while(!![]){try{var _0x567fb1=-parseInt(_0x19297d(0x182))/0x1+parseInt(_0x19297d(0x197))/0x2+parseInt(_0x19297d(0x17e))/0x3*(-parseInt(_0x19297d(0x185))/0x4)+parseInt(_0x19297d(0x191))/0x5*(-parseInt(_0x19297d(0x178))/0x6)+parseInt(_0x19297d(0x174))/0x7*(-parseInt(_0x19297d(0x168))/0x8)+-parseInt(_0x19297d(0x164))/0x9+parseInt(_0x19297d(0x18c))/0xa;if(_0x567fb1===_0x8c2b9e)break;else _0x4abfb6['push'](_0x4abfb6['shift']());}catch(_0xfafac1){_0x4abfb6['push'](_0x4abfb6['shift']());}}}(_0x42bc,0xf3345),function(_0x56b88c,_0x909dd9){var _0x3e8b64=_0x4bfc;typeof exports==_0x3e8b64(0x183)&&typeof module<'u'?module['exports']=_0x909dd9():typeof define==_0x3e8b64(0x172)&&define[_0x3e8b64(0x17b)]?define([],_0x909dd9):(_0x56b88c=typeof globalThis<'u'?globalThis:_0x56b88c||self,_0x56b88c['UniverProChartUiViVN']=_0x909dd9());}(this,function(){var _0x2d31db=_0x4bfc;return{'chart-ui':{'common':{'default':_0x2d31db(0x194),'reset':'Đặt\x20lại'},'presentation':{'wrapLegend':_0x2d31db(0x181)},'inlineTable':{'pasteHint':'Sao\x20chép\x20và\x20dán\x20dữ\x20liệu\x20tại\x20đây','addRow':_0x2d31db(0x199),'addColumn':'Thêm\x20cột'},'floatMenu':{'menuTitle':{'chart':_0x2d31db(0x18e),'chartTitle':_0x2d31db(0x193),'subtitle':_0x2d31db(0x19b),'axisTitle':_0x2d31db(0x170),'legend':_0x2d31db(0x19c),'horizontalAxis':_0x2d31db(0x184),'verticalAxis':_0x2d31db(0x18d),'rightVerticalAxis':_0x2d31db(0x163),'gridline':'Đường\x20lưới','tick':'Vạch\x20chia','mark':_0x2d31db(0x18a),'series':_0x2d31db(0x179),'dataPoint':_0x2d31db(0x188),'dataLabel':_0x2d31db(0x17f)},'field':{'title':_0x2d31db(0x189),'subtitle':_0x2d31db(0x19b),'position':_0x2d31db(0x171),'size':_0x2d31db(0x16d),'align':_0x2d31db(0x192),'mode':_0x2d31db(0x169),'map':_0x2d31db(0x198),'rotate':_0x2d31db(0x16a),'min':_0x2d31db(0x166),'max':_0x2d31db(0x196),'color':_0x2d31db(0x19a),'borderColor':_0x2d31db(0x175),'opacity':'Độ\x20mờ','labelPosition':_0x2d31db(0x173),'labelText':_0x2d31db(0x177),'titleText':'Văn\x20bản\x20tiêu\x20đề'},'action':{'more':_0x2d31db(0x16f),'bold':'In\x20đậm','italic':'In\x20nghiêng'},'control':{'labels':_0x2d31db(0x186),'line':_0x2d31db(0x16c),'reverse':_0x2d31db(0x18f),'date':_0x2d31db(0x187)},'option':{'textAlign':{'left':_0x2d31db(0x16e),'center':_0x2d31db(0x18b),'right':_0x2d31db(0x167)},'position':{'top':_0x2d31db(0x16b),'bottom':_0x2d31db(0x190),'left':_0x2d31db(0x16e),'right':'Phải','hide':'Ẩn','inside':_0x2d31db(0x176),'outside':'Bên\x20ngoài'},'labelText':{'category':_0x2d31db(0x17c),'value':'Giá\x20trị','percentage':_0x2d31db(0x17a)},'axisAlign':{'start':_0x2d31db(0x162),'center':'Giữa','end':_0x2d31db(0x17d)},'legendSelectMode':{'single':_0x2d31db(0x195),'multiple':_0x2d31db(0x165),'close':'Đóng'},'visualMapType':{'continuous':'Liên\x20tục','piecewise':_0x2d31db(0x180)}}}}};}));function _0x42bc(){var _0x45deb8=['Màu','Tiêu\x20đề\x20phụ','Chú\x20giải','Bắt\x20đầu','Trục\x20đứng\x20phải','12736224gyeeXD','Chọn\x20nhiều','Tối\x20thiểu','Phải','968Aazmdy','Chế\x20độ','Xoay','Trên\x20cùng','Đường','Kích\x20thước','Trái','Thêm','Tiêu\x20đề\x20trục','Vị\x20trí','function','Vị\x20trí\x20nhãn','35014XlUzaE','Màu\x20đường\x20viền','Bên\x20trong','Văn\x20bản\x20nhãn','6bhtjxZ','Loạt','Phần\x20trăm','amd','Danh\x20mục','Kết\x20thúc','15iJRxbk','Nhãn\x20dữ\x20liệu','Mảnh','Xuống\x20dòng\x20chú\x20giải','1806472sZxYDM','object','Trục\x20ngang','1102476jtQtSe','Nhãn','Ngày\x20tháng','Điểm\x20dữ\x20liệu','Tiêu\x20đề','Dấu','Giữa','66755450UvHaso','Trục\x20đứng','Biểu\x20đồ','Đảo\x20ngược','Dưới\x20cùng','3912305VxfYMi','Căn\x20chỉnh','Tiêu\x20đề\x20biểu\x20đồ','Mặc\x20định','Chọn\x20một','Tối\x20đa','616052qHEYUM','Bản\x20đồ','Thêm\x20hàng'];_0x42bc=function(){return _0x45deb8;};return _0x42bc();}
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 _0x51fa(){var _0x17eb38=['左对齐','透明度','2QpEVuD','235cDgLEW','UniverProChartUiZhCN','4019844ISIUIm','新增行','49116pWBCtp','图表标题','边框颜色','数据点','object','标题文本','轴标题','55403293rmnnek','新增列','图例换行','224057qflFbH','刻度线','可从\x20Sheets、Excel\x20或网页表格直接粘贴,替换当前数据。','amd','1606304RPwMBO','副标题','5388710ONQMjd','右纵轴','标签文本','56mqRzDo','function','27lDySQS','右对齐','4982916zrwZwf'];_0x51fa=function(){return _0x17eb38;};return _0x51fa();}function _0x1f67(_0x3384b9,_0x174915){_0x3384b9=_0x3384b9-0x1df;var _0x51fae3=_0x51fa();var _0x1f67a1=_0x51fae3[_0x3384b9];return _0x1f67a1;}(function(_0x5a2166,_0x44f035){var _0x2595c1=_0x1f67,_0x425735=_0x5a2166();while(!![]){try{var _0x1818f2=-parseInt(_0x2595c1(0x1e6))/0x1*(parseInt(_0x2595c1(0x1f6))/0x2)+parseInt(_0x2595c1(0x1f3))/0x3+parseInt(_0x2595c1(0x1fb))/0x4*(parseInt(_0x2595c1(0x1f7))/0x5)+parseInt(_0x2595c1(0x1f9))/0x6+parseInt(_0x2595c1(0x1ea))/0x7*(parseInt(_0x2595c1(0x1ef))/0x8)+parseInt(_0x2595c1(0x1f1))/0x9*(parseInt(_0x2595c1(0x1ec))/0xa)+-parseInt(_0x2595c1(0x1e3))/0xb;if(_0x1818f2===_0x44f035)break;else _0x425735['push'](_0x425735['shift']());}catch(_0x46f600){_0x425735['push'](_0x425735['shift']());}}}(_0x51fa,0xd4770),function(_0x54a7ff,_0x4c36f8){var _0x1d0e14=_0x1f67;typeof exports==_0x1d0e14(0x1e0)&&typeof module<'u'?module['exports']=_0x4c36f8():typeof define==_0x1d0e14(0x1f0)&&define[_0x1d0e14(0x1e9)]?define([],_0x4c36f8):(_0x54a7ff=typeof globalThis<'u'?globalThis:_0x54a7ff||self,_0x54a7ff[_0x1d0e14(0x1f8)]=_0x4c36f8());}(this,function(){var _0x437c0a=_0x1f67;return{'chart-ui':{'common':{'default':'默认','reset':'重置'},'presentation':{'wrapLegend':_0x437c0a(0x1e5)},'inlineTable':{'pasteHint':_0x437c0a(0x1e8),'addRow':_0x437c0a(0x1fa),'addColumn':_0x437c0a(0x1e4)},'floatMenu':{'menuTitle':{'chart':'图表','chartTitle':_0x437c0a(0x1fc),'subtitle':_0x437c0a(0x1eb),'axisTitle':_0x437c0a(0x1e2),'legend':'图例','horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':_0x437c0a(0x1ed),'gridline':'网格线','tick':_0x437c0a(0x1e7),'mark':'标记','series':'系列','dataPoint':_0x437c0a(0x1df),'dataLabel':'数据标签'},'field':{'title':'标题','subtitle':_0x437c0a(0x1eb),'position':'位置','size':'字号','align':'对齐','mode':'模式','map':'映射','rotate':'旋转','min':'最小值','max':'最大值','color':'颜色','borderColor':_0x437c0a(0x1fd),'opacity':_0x437c0a(0x1f5),'labelPosition':'标签位置','labelText':_0x437c0a(0x1ee),'titleText':_0x437c0a(0x1e1)},'action':{'more':'更多','bold':'加粗','italic':'斜体'},'control':{'labels':'标签','line':'轴线','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x437c0a(0x1f4),'center':'居中','right':_0x437c0a(0x1f2)},'position':{'top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏','inside':'内部','outside':'外部'},'labelText':{'category':'类别','value':'值','percentage':'百分比'},'axisAlign':{'start':'开始','center':'中间','end':'结束'},'legendSelectMode':{'single':'单选','multiple':'多选','close':'关闭'},'visualMapType':{'continuous':'连续','piecewise':'分段'}}}}};}));
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(_0x2339b6,_0x40b3d0){var _0x29b25b=_0x2026,_0x10a2b6=_0x2339b6();while(!![]){try{var _0x492cda=parseInt(_0x29b25b(0xba))/0x1+-parseInt(_0x29b25b(0xbd))/0x2+parseInt(_0x29b25b(0xbb))/0x3+-parseInt(_0x29b25b(0xa1))/0x4*(parseInt(_0x29b25b(0xac))/0x5)+parseInt(_0x29b25b(0xb6))/0x6+-parseInt(_0x29b25b(0xa6))/0x7*(parseInt(_0x29b25b(0xb0))/0x8)+parseInt(_0x29b25b(0xa0))/0x9*(parseInt(_0x29b25b(0xae))/0xa);if(_0x492cda===_0x40b3d0)break;else _0x10a2b6['push'](_0x10a2b6['shift']());}catch(_0x1ba053){_0x10a2b6['push'](_0x10a2b6['shift']());}}}(_0x4fd3,0x5dd7d),function(_0x7c2824,_0x576598){var _0x2cd3f3=_0x2026;typeof exports==_0x2cd3f3(0xab)&&typeof module<'u'?module[_0x2cd3f3(0x9f)]=_0x576598():typeof define==_0x2cd3f3(0xb7)&&define[_0x2cd3f3(0xaf)]?define([],_0x576598):(_0x7c2824=typeof globalThis<'u'?globalThis:_0x7c2824||self,_0x7c2824[_0x2cd3f3(0xbc)]=_0x576598());}(this,function(){var _0x4e1323=_0x2026;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x4e1323(0xa5)},'inlineTable':{'pasteHint':_0x4e1323(0xa9),'addRow':'新增列','addColumn':_0x4e1323(0xb3)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':'圖表標題','subtitle':'副標題','axisTitle':_0x4e1323(0xb8),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x4e1323(0xb1),'gridline':_0x4e1323(0xa4),'tick':_0x4e1323(0xb4),'mark':'標記','series':'系列','dataPoint':_0x4e1323(0xa8),'dataLabel':_0x4e1323(0xb2)},'field':{'title':'標題','subtitle':_0x4e1323(0xbe),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':_0x4e1323(0xa2),'max':_0x4e1323(0xb9),'color':'顏色','borderColor':_0x4e1323(0xa3),'opacity':'透明度','labelPosition':'標籤位置','labelText':_0x4e1323(0xb5),'titleText':_0x4e1323(0xaa)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x4e1323(0xa7),'center':'置中','right':_0x4e1323(0xad)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':'百分比'},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));function _0x2026(_0x3acfc1,_0x3912bd){_0x3acfc1=_0x3acfc1-0x9f;var _0x4fd3f7=_0x4fd3();var _0x20261a=_0x4fd3f7[_0x3acfc1];return _0x20261a;}function _0x4fd3(){var _0x2bb95b=['標題文字','object','47500DHfvjY','右對齊','6290zIskWG','amd','1137256YGPamN','右縱軸','資料標籤','新增欄','刻度線','標籤文字','704238BOFhOT','function','軸標題','最大值','449905ViBOfv','1048830oDSMMp','UniverProChartUiZhHK','356938TLXPNi','副標題','exports','7299itgaMb','304YiSKJM','最小值','邊框顏色','網格線','圖例換行','7PUvazI','左對齊','資料點','在此複製並貼上資料'];_0x4fd3=function(){return _0x2bb95b;};return _0x4fd3();}
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 _0x27d0(_0x4ecd26,_0x13a7c8){_0x4ecd26=_0x4ecd26-0x154;var _0xd158b9=_0xd158();var _0x27d061=_0xd158b9[_0x4ecd26];return _0x27d061;}(function(_0x4c3898,_0x3630a5){var _0x551983=_0x27d0,_0x2d16fd=_0x4c3898();while(!![]){try{var _0x5a6633=parseInt(_0x551983(0x171))/0x1*(parseInt(_0x551983(0x15f))/0x2)+-parseInt(_0x551983(0x15c))/0x3*(parseInt(_0x551983(0x167))/0x4)+-parseInt(_0x551983(0x170))/0x5*(parseInt(_0x551983(0x169))/0x6)+-parseInt(_0x551983(0x166))/0x7+parseInt(_0x551983(0x159))/0x8+parseInt(_0x551983(0x15d))/0x9+parseInt(_0x551983(0x15a))/0xa*(parseInt(_0x551983(0x16c))/0xb);if(_0x5a6633===_0x3630a5)break;else _0x2d16fd['push'](_0x2d16fd['shift']());}catch(_0x397720){_0x2d16fd['push'](_0x2d16fd['shift']());}}}(_0xd158,0x7c488),function(_0x4b42df,_0x2a6ca3){var _0x3115c8=_0x27d0;typeof exports==_0x3115c8(0x156)&&typeof module<'u'?module[_0x3115c8(0x16a)]=_0x2a6ca3():typeof define==_0x3115c8(0x165)&&define[_0x3115c8(0x161)]?define([],_0x2a6ca3):(_0x4b42df=typeof globalThis<'u'?globalThis:_0x4b42df||self,_0x4b42df[_0x3115c8(0x16d)]=_0x2a6ca3());}(this,function(){var _0x562f56=_0x27d0;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'presentation':{'wrapLegend':_0x562f56(0x16e)},'inlineTable':{'pasteHint':'在此複製並貼上資料','addRow':_0x562f56(0x154),'addColumn':_0x562f56(0x16f)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':'圖表標題','subtitle':_0x562f56(0x15e),'axisTitle':_0x562f56(0x15b),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x562f56(0x163),'gridline':'網格線','tick':_0x562f56(0x158),'mark':'標記','series':'系列','dataPoint':_0x562f56(0x168),'dataLabel':'資料標籤'},'field':{'title':'標題','subtitle':'副標題','position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':_0x562f56(0x157),'max':_0x562f56(0x162),'color':'顏色','borderColor':'邊框顏色','opacity':_0x562f56(0x155),'labelPosition':_0x562f56(0x164),'labelText':'標籤文字','titleText':'標題文字'},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x562f56(0x16b),'center':'置中','right':'右對齊'},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':_0x562f56(0x160)},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));function _0xd158(){var _0x4def46=['6782867OuOKwP','4VZzgyA','資料點','4291788GNtiMZ','exports','左對齊','11TXmFkv','UniverProChartUiZhTW','圖例換行','新增欄','5PIKxFt','38949hnYekc','新增列','透明度','object','最小值','刻度線','4859824ZpcJPb','20479070WLetCs','軸標題','1649040ZsaDQg','438201ZBJRuM','副標題','2mTShiA','百分比','amd','最大值','右縱軸','標籤位置','function'];_0xd158=function(){return _0x4def46;};return _0xd158();}
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.6",
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>",
@@ -55,17 +55,18 @@
55
55
  "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
56
56
  },
57
57
  "dependencies": {
58
- "@univerjs/icons": "1.29.0",
59
- "@univerjs/core": "1.0.0-alpha.6",
60
- "@univerjs/ui": "1.0.0-alpha.6",
61
- "@univerjs-pro/engine-chart": "1.0.0-alpha.6",
62
- "@univerjs/design": "1.0.0-alpha.6"
58
+ "@univerjs/icons": "1.34.0",
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.6"
69
+ "@univerjs-infra/shared": "1.0.0-alpha.8"
69
70
  },
70
71
  "scripts": {
71
72
  "typecheck": "tsc --noEmit",