@univerjs-pro/chart-ui 1.0.0-alpha.3

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 (122) hide show
  1. package/README.md +44 -0
  2. package/lib/cjs/index.js +1 -0
  3. package/lib/cjs/locale/ar-SA.js +1 -0
  4. package/lib/cjs/locale/ca-ES.js +1 -0
  5. package/lib/cjs/locale/de-DE.js +1 -0
  6. package/lib/cjs/locale/en-US.js +1 -0
  7. package/lib/cjs/locale/es-ES.js +1 -0
  8. package/lib/cjs/locale/fa-IR.js +1 -0
  9. package/lib/cjs/locale/fr-FR.js +1 -0
  10. package/lib/cjs/locale/id-ID.js +1 -0
  11. package/lib/cjs/locale/it-IT.js +1 -0
  12. package/lib/cjs/locale/ja-JP.js +1 -0
  13. package/lib/cjs/locale/ko-KR.js +1 -0
  14. package/lib/cjs/locale/pl-PL.js +1 -0
  15. package/lib/cjs/locale/pt-BR.js +1 -0
  16. package/lib/cjs/locale/ru-RU.js +1 -0
  17. package/lib/cjs/locale/sk-SK.js +1 -0
  18. package/lib/cjs/locale/vi-VN.js +1 -0
  19. package/lib/cjs/locale/zh-CN.js +1 -0
  20. package/lib/cjs/locale/zh-HK.js +1 -0
  21. package/lib/cjs/locale/zh-TW.js +1 -0
  22. package/lib/es/index.js +1 -0
  23. package/lib/es/locale/ar-SA.js +1 -0
  24. package/lib/es/locale/ca-ES.js +1 -0
  25. package/lib/es/locale/de-DE.js +1 -0
  26. package/lib/es/locale/en-US.js +1 -0
  27. package/lib/es/locale/es-ES.js +1 -0
  28. package/lib/es/locale/fa-IR.js +1 -0
  29. package/lib/es/locale/fr-FR.js +1 -0
  30. package/lib/es/locale/id-ID.js +1 -0
  31. package/lib/es/locale/it-IT.js +1 -0
  32. package/lib/es/locale/ja-JP.js +1 -0
  33. package/lib/es/locale/ko-KR.js +1 -0
  34. package/lib/es/locale/pl-PL.js +1 -0
  35. package/lib/es/locale/pt-BR.js +1 -0
  36. package/lib/es/locale/ru-RU.js +1 -0
  37. package/lib/es/locale/sk-SK.js +1 -0
  38. package/lib/es/locale/vi-VN.js +1 -0
  39. package/lib/es/locale/zh-CN.js +1 -0
  40. package/lib/es/locale/zh-HK.js +1 -0
  41. package/lib/es/locale/zh-TW.js +1 -0
  42. package/lib/index.css +471 -0
  43. package/lib/index.js +1 -0
  44. package/lib/locale/ar-SA.js +1 -0
  45. package/lib/locale/ca-ES.js +1 -0
  46. package/lib/locale/de-DE.js +1 -0
  47. package/lib/locale/en-US.js +1 -0
  48. package/lib/locale/es-ES.js +1 -0
  49. package/lib/locale/fa-IR.js +1 -0
  50. package/lib/locale/fr-FR.js +1 -0
  51. package/lib/locale/id-ID.js +1 -0
  52. package/lib/locale/it-IT.js +1 -0
  53. package/lib/locale/ja-JP.js +1 -0
  54. package/lib/locale/ko-KR.js +1 -0
  55. package/lib/locale/pl-PL.js +1 -0
  56. package/lib/locale/pt-BR.js +1 -0
  57. package/lib/locale/ru-RU.js +1 -0
  58. package/lib/locale/sk-SK.js +1 -0
  59. package/lib/locale/vi-VN.js +1 -0
  60. package/lib/locale/zh-CN.js +1 -0
  61. package/lib/locale/zh-HK.js +1 -0
  62. package/lib/locale/zh-TW.js +1 -0
  63. package/lib/types/chart-host/constants.d.ts +3 -0
  64. package/lib/types/chart-state/constants.d.ts +7 -0
  65. package/lib/types/components/ChartEditPanelScaffold.d.ts +16 -0
  66. package/lib/types/components/ChartEditorFields.d.ts +58 -0
  67. package/lib/types/components/ChartInlineTableEditor.d.ts +15 -0
  68. package/lib/types/components/ChartTypeOptions.d.ts +27 -0
  69. package/lib/types/components/ColorPickerControl.d.ts +9 -0
  70. package/lib/types/components/DropdownSelector.d.ts +13 -0
  71. package/lib/types/components/FontFormatBar.d.ts +38 -0
  72. package/lib/types/components/index.d.ts +14 -0
  73. package/lib/types/config/config.d.ts +5 -0
  74. package/lib/types/controllers/chart-ui-components.controller.d.ts +5 -0
  75. package/lib/types/float-menu/ChartElementFloatMenu.d.ts +7 -0
  76. package/lib/types/float-menu/chart-element-float-menu-adapter-registry.d.ts +10 -0
  77. package/lib/types/float-menu/constants.d.ts +198 -0
  78. package/lib/types/float-menu/index.d.ts +5 -0
  79. package/lib/types/float-menu/types.d.ts +140 -0
  80. package/lib/types/index.d.ts +21 -0
  81. package/lib/types/locale/ar-SA.d.ts +3 -0
  82. package/lib/types/locale/ca-ES.d.ts +3 -0
  83. package/lib/types/locale/de-DE.d.ts +3 -0
  84. package/lib/types/locale/en-US.d.ts +96 -0
  85. package/lib/types/locale/es-ES.d.ts +3 -0
  86. package/lib/types/locale/fa-IR.d.ts +3 -0
  87. package/lib/types/locale/fr-FR.d.ts +3 -0
  88. package/lib/types/locale/id-ID.d.ts +3 -0
  89. package/lib/types/locale/it-IT.d.ts +3 -0
  90. package/lib/types/locale/ja-JP.d.ts +3 -0
  91. package/lib/types/locale/ko-KR.d.ts +3 -0
  92. package/lib/types/locale/pl-PL.d.ts +3 -0
  93. package/lib/types/locale/pt-BR.d.ts +3 -0
  94. package/lib/types/locale/ru-RU.d.ts +3 -0
  95. package/lib/types/locale/sk-SK.d.ts +3 -0
  96. package/lib/types/locale/types.d.ts +3 -0
  97. package/lib/types/locale/vi-VN.d.ts +3 -0
  98. package/lib/types/locale/zh-CN.d.ts +3 -0
  99. package/lib/types/locale/zh-HK.d.ts +3 -0
  100. package/lib/types/locale/zh-TW.d.ts +3 -0
  101. package/lib/types/plugin.d.ts +14 -0
  102. package/lib/umd/index.js +1 -0
  103. package/lib/umd/locale/ar-SA.js +1 -0
  104. package/lib/umd/locale/ca-ES.js +1 -0
  105. package/lib/umd/locale/de-DE.js +1 -0
  106. package/lib/umd/locale/en-US.js +1 -0
  107. package/lib/umd/locale/es-ES.js +1 -0
  108. package/lib/umd/locale/fa-IR.js +1 -0
  109. package/lib/umd/locale/fr-FR.js +1 -0
  110. package/lib/umd/locale/id-ID.js +1 -0
  111. package/lib/umd/locale/it-IT.js +1 -0
  112. package/lib/umd/locale/ja-JP.js +1 -0
  113. package/lib/umd/locale/ko-KR.js +1 -0
  114. package/lib/umd/locale/pl-PL.js +1 -0
  115. package/lib/umd/locale/pt-BR.js +1 -0
  116. package/lib/umd/locale/ru-RU.js +1 -0
  117. package/lib/umd/locale/sk-SK.js +1 -0
  118. package/lib/umd/locale/vi-VN.js +1 -0
  119. package/lib/umd/locale/zh-CN.js +1 -0
  120. package/lib/umd/locale/zh-HK.js +1 -0
  121. package/lib/umd/locale/zh-TW.js +1 -0
  122. package/package.json +77 -0
@@ -0,0 +1 @@
1
+ (function(_0x5e08bd,_0x1e1c57){var _0x567632=_0x2e04,_0x5ed42d=_0x5e08bd();while(!![]){try{var _0x14f16b=-parseInt(_0x567632(0x97))/0x1+parseInt(_0x567632(0x96))/0x2*(-parseInt(_0x567632(0xa6))/0x3)+parseInt(_0x567632(0xbf))/0x4*(-parseInt(_0x567632(0x9d))/0x5)+-parseInt(_0x567632(0xa4))/0x6*(-parseInt(_0x567632(0xba))/0x7)+-parseInt(_0x567632(0xbd))/0x8*(parseInt(_0x567632(0xc4))/0x9)+parseInt(_0x567632(0xb7))/0xa*(parseInt(_0x567632(0xa3))/0xb)+parseInt(_0x567632(0x9a))/0xc*(parseInt(_0x567632(0xc0))/0xd);if(_0x14f16b===_0x1e1c57)break;else _0x5ed42d['push'](_0x5ed42d['shift']());}catch(_0x4673a6){_0x5ed42d['push'](_0x5ed42d['shift']());}}}(_0xd490,0x7fa63),function(_0x183665,_0x5df149){var _0x2bf436=_0x2e04;typeof exports==_0x2bf436(0x9e)&&typeof module<'u'?module['exports']=_0x5df149():typeof define==_0x2bf436(0xac)&&define[_0x2bf436(0x99)]?define([],_0x5df149):(_0x183665=typeof globalThis<'u'?globalThis:_0x183665||self,_0x183665[_0x2bf436(0xb4)]=_0x5df149());}(this,function(){var _0x41fde9=_0x2e04;return{'chart-ui':{'common':{'default':_0x41fde9(0xce),'reset':_0x41fde9(0xbe)},'inlineTable':{'pasteHint':_0x41fde9(0xaa),'addRow':_0x41fde9(0x9c),'addColumn':'Thêm\x20cột'},'floatMenu':{'menuTitle':{'chart':'Biểu\x20đồ','chartTitle':_0x41fde9(0xae),'subtitle':_0x41fde9(0xc6),'axisTitle':_0x41fde9(0xab),'legend':_0x41fde9(0xbb),'horizontalAxis':_0x41fde9(0xc3),'verticalAxis':_0x41fde9(0xa2),'rightVerticalAxis':_0x41fde9(0xa0),'gridline':'Đường\x20lưới','tick':_0x41fde9(0xa7),'mark':'Dấu','series':_0x41fde9(0xc2),'dataPoint':'Điểm\x20dữ\x20liệu','dataLabel':_0x41fde9(0x98)},'field':{'title':_0x41fde9(0xcf),'subtitle':_0x41fde9(0xc6),'position':_0x41fde9(0xa1),'size':_0x41fde9(0xb9),'align':_0x41fde9(0x95),'mode':_0x41fde9(0xbc),'map':_0x41fde9(0x9b),'rotate':_0x41fde9(0xa8),'min':_0x41fde9(0xad),'max':_0x41fde9(0xcd),'color':_0x41fde9(0xc5),'borderColor':'Màu\x20đường\x20viền','opacity':'Độ\x20mờ','labelPosition':_0x41fde9(0xb8),'labelText':_0x41fde9(0xb0),'titleText':_0x41fde9(0xb6)},'action':{'more':_0x41fde9(0xc8),'bold':_0x41fde9(0xaf),'italic':'In\x20nghiêng'},'control':{'labels':_0x41fde9(0xc1),'line':_0x41fde9(0xa9),'reverse':'Đảo\x20ngược','date':'Ngày\x20tháng'},'option':{'textAlign':{'left':_0x41fde9(0xb3),'center':_0x41fde9(0xc9),'right':_0x41fde9(0xb1)},'position':{'top':_0x41fde9(0xd0),'bottom':_0x41fde9(0xb5),'left':_0x41fde9(0xb3),'right':_0x41fde9(0xb1),'hide':'Ẩn','inside':_0x41fde9(0xa5),'outside':_0x41fde9(0xca)},'labelText':{'category':_0x41fde9(0xcb),'value':'Giá\x20trị','percentage':_0x41fde9(0xc7)},'axisAlign':{'start':'Bắt\x20đầu','center':_0x41fde9(0xc9),'end':_0x41fde9(0xb2)},'legendSelectMode':{'single':'Chọn\x20một','multiple':'Chọn\x20nhiều','close':_0x41fde9(0xcc)},'visualMapType':{'continuous':_0x41fde9(0x9f),'piecewise':'Mảnh'}}}}};}));function _0x2e04(_0x408d5c,_0x3a0836){_0x408d5c=_0x408d5c-0x95;var _0xd490a7=_0xd490();var _0x2e0475=_0xd490a7[_0x408d5c];return _0x2e0475;}function _0xd490(){var _0x2c4667=['117368Dfpueu','Đặt\x20lại','2832772PuYjCl','34411351xFRWue','Nhãn','Loạt','Trục\x20ngang','639Ulrutp','Màu','Tiêu\x20đề\x20phụ','Phần\x20trăm','Thêm','Giữa','Bên\x20ngoài','Danh\x20mục','Đóng','Tối\x20đa','Mặc\x20định','Tiêu\x20đề','Trên\x20cùng','Căn\x20chỉnh','2ifZfKr','704091mCrIFJ','Nhãn\x20dữ\x20liệu','amd','12uOOkDU','Bản\x20đồ','Thêm\x20hàng','5FgjDPt','object','Liên\x20tục','Trục\x20đứng\x20phải','Vị\x20trí','Trục\x20đứng','374ZnwTgw','6VqOJsq','Bên\x20trong','545718MGXbnV','Vạch\x20chia','Xoay','Đường','Sao\x20chép\x20và\x20dán\x20dữ\x20liệu\x20tại\x20đây','Tiêu\x20đề\x20trục','function','Tối\x20thiểu','Tiêu\x20đề\x20biểu\x20đồ','In\x20đậm','Văn\x20bản\x20nhãn','Phải','Kết\x20thúc','Trái','UniverProChartUiViVN','Dưới\x20cùng','Văn\x20bản\x20tiêu\x20đề','28300bHFJzh','Vị\x20trí\x20nhãn','Kích\x20thước','2908045YQviHT','Chú\x20giải','Chế\x20độ'];_0xd490=function(){return _0x2c4667;};return _0xd490();}
@@ -0,0 +1 @@
1
+ function _0x5381(){var _0x5abb97=['UniverProChartUiZhCN','标题文本','1863552vuVdNR','236884pdtzOe','副标题','function','图表标题','新增行','新增列','轴标题','可从\x20Sheets、Excel\x20或网页表格直接粘贴,替换当前数据。','object','348hBAPSU','47358lwdgux','83655kfWrcr','amd','exports','44695GMxzLt','400824bIRTUx','右对齐','标签位置','标签文本','44GrlMMg','刻度线','223674AySgQd','216qpAmdM','20KSdUGD','3XqBjBs'];_0x5381=function(){return _0x5abb97;};return _0x5381();}function _0x5597(_0x4c16f0,_0x29cd24){_0x4c16f0=_0x4c16f0-0xff;var _0x538192=_0x5381();var _0x5597ad=_0x538192[_0x4c16f0];return _0x5597ad;}(function(_0x10dad2,_0x18beda){var _0x48d588=_0x5597,_0x3c597e=_0x10dad2();while(!![]){try{var _0x53ef4e=-parseInt(_0x48d588(0x10e))/0x1*(-parseInt(_0x48d588(0x112))/0x2)+parseInt(_0x48d588(0x100))/0x3*(parseInt(_0x48d588(0x109))/0x4)+-parseInt(_0x48d588(0x101))/0x5+parseInt(_0x48d588(0xff))/0x6*(parseInt(_0x48d588(0x104))/0x7)+-parseInt(_0x48d588(0x111))/0x8+parseInt(_0x48d588(0x105))/0x9*(-parseInt(_0x48d588(0x10d))/0xa)+parseInt(_0x48d588(0x10b))/0xb*(-parseInt(_0x48d588(0x10c))/0xc);if(_0x53ef4e===_0x18beda)break;else _0x3c597e['push'](_0x3c597e['shift']());}catch(_0x3894fd){_0x3c597e['push'](_0x3c597e['shift']());}}}(_0x5381,0x2f7ef),function(_0x37a0ac,_0x12735f){var _0x15ad3a=_0x5597;typeof exports==_0x15ad3a(0x11a)&&typeof module<'u'?module[_0x15ad3a(0x103)]=_0x12735f():typeof define==_0x15ad3a(0x114)&&define[_0x15ad3a(0x102)]?define([],_0x12735f):(_0x37a0ac=typeof globalThis<'u'?globalThis:_0x37a0ac||self,_0x37a0ac[_0x15ad3a(0x10f)]=_0x12735f());}(this,function(){var _0x56b24a=_0x5597;return{'chart-ui':{'common':{'default':'默认','reset':'重置'},'inlineTable':{'pasteHint':_0x56b24a(0x119),'addRow':_0x56b24a(0x116),'addColumn':_0x56b24a(0x117)},'floatMenu':{'menuTitle':{'chart':'图表','chartTitle':_0x56b24a(0x115),'subtitle':_0x56b24a(0x113),'axisTitle':_0x56b24a(0x118),'legend':'图例','horizontalAxis':'横轴','verticalAxis':'纵轴','rightVerticalAxis':'右纵轴','gridline':'网格线','tick':_0x56b24a(0x10a),'mark':'标记','series':'系列','dataPoint':'数据点','dataLabel':'数据标签'},'field':{'title':'标题','subtitle':'副标题','position':'位置','size':'字号','align':'对齐','mode':'模式','map':'映射','rotate':'旋转','min':'最小值','max':'最大值','color':'颜色','borderColor':'边框颜色','opacity':'透明度','labelPosition':_0x56b24a(0x107),'labelText':_0x56b24a(0x108),'titleText':_0x56b24a(0x110)},'action':{'more':'更多','bold':'加粗','italic':'斜体'},'control':{'labels':'标签','line':'轴线','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':'左对齐','center':'居中','right':_0x56b24a(0x106)},'position':{'top':'顶部','bottom':'底部','left':'左侧','right':'右侧','hide':'隐藏','inside':'内部','outside':'外部'},'labelText':{'category':'类别','value':'值','percentage':'百分比'},'axisAlign':{'start':'开始','center':'中间','end':'结束'},'legendSelectMode':{'single':'单选','multiple':'多选','close':'关闭'},'visualMapType':{'continuous':'连续','piecewise':'分段'}}}}};}));
@@ -0,0 +1 @@
1
+ function _0xe3c3(){var _0xcd1a70=['120cXYwtl','在此複製並貼上資料','右縱軸','685907avCTBl','143130SyytrU','標籤位置','新增欄','357XCdgbY','軸標題','副標題','最大值','727895MRsbzO','amd','左對齊','網格線','exports','2875208hQDWAE','資料點','最小值','標題文字','右對齊','45036KCTDyj','57773930YqxkWm','圖表標題','4cQitvN','新增列','4055778tYLwsN','透明度','object'];_0xe3c3=function(){return _0xcd1a70;};return _0xe3c3();}function _0x2677(_0x54d772,_0x1eec9e){_0x54d772=_0x54d772-0x184;var _0xe3c312=_0xe3c3();var _0x267710=_0xe3c312[_0x54d772];return _0x267710;}(function(_0x426536,_0x9ac9b9){var _0x945879=_0x2677,_0x4e254a=_0x426536();while(!![]){try{var _0xcf049e=-parseInt(_0x945879(0x196))/0x1+-parseInt(_0x945879(0x186))/0x2+-parseInt(_0x945879(0x190))/0x3+-parseInt(_0x945879(0x18e))/0x4*(parseInt(_0x945879(0x19e))/0x5)+parseInt(_0x945879(0x197))/0x6*(-parseInt(_0x945879(0x19a))/0x7)+-parseInt(_0x945879(0x193))/0x8*(parseInt(_0x945879(0x18b))/0x9)+parseInt(_0x945879(0x18c))/0xa;if(_0xcf049e===_0x9ac9b9)break;else _0x4e254a['push'](_0x4e254a['shift']());}catch(_0x20fe16){_0x4e254a['push'](_0x4e254a['shift']());}}}(_0xe3c3,0xd31c8),function(_0x5025ea,_0x2ef232){var _0x57d534=_0x2677;typeof exports==_0x57d534(0x192)&&typeof module<'u'?module[_0x57d534(0x185)]=_0x2ef232():typeof define=='function'&&define[_0x57d534(0x19f)]?define([],_0x2ef232):(_0x5025ea=typeof globalThis<'u'?globalThis:_0x5025ea||self,_0x5025ea['UniverProChartUiZhHK']=_0x2ef232());}(this,function(){var _0x543948=_0x2677;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'inlineTable':{'pasteHint':_0x543948(0x194),'addRow':_0x543948(0x18f),'addColumn':_0x543948(0x199)},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0x543948(0x18d),'subtitle':_0x543948(0x19c),'axisTitle':_0x543948(0x19b),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x543948(0x195),'gridline':_0x543948(0x184),'tick':'刻度線','mark':'標記','series':'系列','dataPoint':_0x543948(0x187),'dataLabel':'資料標籤'},'field':{'title':'標題','subtitle':'副標題','position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':_0x543948(0x188),'max':_0x543948(0x19d),'color':'顏色','borderColor':'邊框顏色','opacity':_0x543948(0x191),'labelPosition':_0x543948(0x198),'labelText':'標籤文字','titleText':_0x543948(0x189)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x543948(0x1a0),'center':'置中','right':_0x543948(0x18a)},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':'百分比'},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));
@@ -0,0 +1 @@
1
+ (function(_0x76a9dd,_0x51d323){var _0x4cd925=_0x6556,_0x109023=_0x76a9dd();while(!![]){try{var _0x43343c=-parseInt(_0x4cd925(0x99))/0x1+-parseInt(_0x4cd925(0x94))/0x2*(parseInt(_0x4cd925(0x8e))/0x3)+-parseInt(_0x4cd925(0x7e))/0x4*(-parseInt(_0x4cd925(0x95))/0x5)+parseInt(_0x4cd925(0x91))/0x6*(-parseInt(_0x4cd925(0x83))/0x7)+parseInt(_0x4cd925(0x80))/0x8+parseInt(_0x4cd925(0x96))/0x9*(parseInt(_0x4cd925(0x82))/0xa)+-parseInt(_0x4cd925(0x8a))/0xb;if(_0x43343c===_0x51d323)break;else _0x109023['push'](_0x109023['shift']());}catch(_0x4ce171){_0x109023['push'](_0x109023['shift']());}}}(_0x2e89,0x4235e),function(_0x258b9e,_0x28120f){var _0x562e41=_0x6556;typeof exports==_0x562e41(0x9a)&&typeof module<'u'?module['exports']=_0x28120f():typeof define==_0x562e41(0x93)&&define[_0x562e41(0x90)]?define([],_0x28120f):(_0x258b9e=typeof globalThis<'u'?globalThis:_0x258b9e||self,_0x258b9e[_0x562e41(0x87)]=_0x28120f());}(this,function(){var _0x3e563c=_0x6556;return{'chart-ui':{'common':{'default':'預設','reset':'重置'},'inlineTable':{'pasteHint':_0x3e563c(0x8c),'addRow':'新增列','addColumn':'新增欄'},'floatMenu':{'menuTitle':{'chart':'圖表','chartTitle':_0x3e563c(0x89),'subtitle':_0x3e563c(0x8d),'axisTitle':_0x3e563c(0x98),'legend':'圖例','horizontalAxis':'橫軸','verticalAxis':'縱軸','rightVerticalAxis':_0x3e563c(0x92),'gridline':_0x3e563c(0x7d),'tick':_0x3e563c(0x85),'mark':'標記','series':'系列','dataPoint':_0x3e563c(0x8f),'dataLabel':_0x3e563c(0x88)},'field':{'title':'標題','subtitle':_0x3e563c(0x8d),'position':'位置','size':'字號','align':'對齊','mode':'模式','map':'映射','rotate':'旋轉','min':_0x3e563c(0x84),'max':'最大值','color':'顏色','borderColor':'邊框顏色','opacity':_0x3e563c(0x86),'labelPosition':'標籤位置','labelText':_0x3e563c(0x81),'titleText':_0x3e563c(0x8b)},'action':{'more':'更多','bold':'加粗','italic':'斜體'},'control':{'labels':'標籤','line':'軸線','reverse':'反向','date':'日期'},'option':{'textAlign':{'left':_0x3e563c(0x97),'center':'置中','right':'右對齊'},'position':{'top':'頂部','bottom':'底部','left':'左側','right':'右側','hide':'隱藏','inside':'內部','outside':'外部'},'labelText':{'category':'類別','value':'值','percentage':_0x3e563c(0x7f)},'axisAlign':{'start':'開始','center':'中間','end':'結束'},'legendSelectMode':{'single':'單選','multiple':'多選','close':'關閉'},'visualMapType':{'continuous':'連續','piecewise':'分段'}}}}};}));function _0x6556(_0x13e3a0,_0x3028b5){_0x13e3a0=_0x13e3a0-0x7d;var _0x2e8937=_0x2e89();var _0x65561c=_0x2e8937[_0x13e3a0];return _0x65561c;}function _0x2e89(){var _0x7911ee=['4288460TIPDkP','標題文字','在此複製並貼上資料','副標題','33771DJAXmQ','資料點','amd','834SddFCP','右縱軸','function','2hBYRGl','570vjrwbk','2106adUSlz','左對齊','軸標題','161161yUgtLQ','object','網格線','9404Sskpwt','百分比','1335360nLHfTo','標籤文字','21570uXWjZc','5348SXxTNp','最小值','刻度線','透明度','UniverProChartUiZhTW','資料標籤','圖表標題'];_0x2e89=function(){return _0x7911ee;};return _0x2e89();}
package/package.json ADDED
@@ -0,0 +1,77 @@
1
+ {
2
+ "name": "@univerjs-pro/chart-ui",
3
+ "version": "1.0.0-alpha.3",
4
+ "private": false,
5
+ "description": "Shared chart UI components for Univer Pro.",
6
+ "author": "DreamNum Co., Ltd. <developer@univer.ai>",
7
+ "funding": {
8
+ "type": "opencollective",
9
+ "url": "https://opencollective.com/univer"
10
+ },
11
+ "homepage": "https://univer.ai",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/dream-num/univer"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/dream-num/univer/issues"
18
+ },
19
+ "keywords": [
20
+ "univer",
21
+ "univer-pro",
22
+ "chart",
23
+ "ui"
24
+ ],
25
+ "exports": {
26
+ ".": {
27
+ "import": "./lib/es/index.js",
28
+ "require": "./lib/cjs/index.js",
29
+ "types": "./lib/types/index.d.ts"
30
+ },
31
+ "./*": {
32
+ "import": "./lib/es/*",
33
+ "require": "./lib/cjs/*",
34
+ "types": "./lib/types/index.d.ts"
35
+ },
36
+ "./locale/*": {
37
+ "import": "./lib/es/locale/*.js",
38
+ "require": "./lib/cjs/locale/*.js",
39
+ "types": "./lib/types/locale/*.d.ts"
40
+ },
41
+ "./lib/*": "./lib/*"
42
+ },
43
+ "main": "./lib/es/index.js",
44
+ "types": "./lib/types/index.d.ts",
45
+ "publishConfig": {
46
+ "access": "public"
47
+ },
48
+ "directories": {
49
+ "lib": "lib"
50
+ },
51
+ "files": [
52
+ "lib"
53
+ ],
54
+ "peerDependencies": {
55
+ "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
56
+ },
57
+ "dependencies": {
58
+ "@univerjs/icons": "1.20.0",
59
+ "@univerjs-pro/engine-chart": "1.0.0-alpha.3",
60
+ "@univerjs/core": "1.0.0-alpha.3",
61
+ "@univerjs/ui": "1.0.0-alpha.3",
62
+ "@univerjs/design": "1.0.0-alpha.3"
63
+ },
64
+ "devDependencies": {
65
+ "react": "18.3.1",
66
+ "typescript": "^6.0.3",
67
+ "vitest": "^4.1.10",
68
+ "@univerjs-infra/shared": "1.0.0-alpha.3"
69
+ },
70
+ "scripts": {
71
+ "typecheck": "tsc --noEmit",
72
+ "build:bundle": "univer-cli build",
73
+ "build:types": "tsc -p tsconfig.node.json",
74
+ "build": "pnpm run build:bundle && pnpm run build:types"
75
+ },
76
+ "module": "./lib/es/index.js"
77
+ }