@pitcher/canvas-ui 2025.12.10-71132 → 2025.12.10-82548

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/locale/tr.json CHANGED
@@ -812,14 +812,23 @@
812
812
  "stripingStartPosition": null
813
813
  },
814
814
  "dataCharts": {
815
+ "addSeries": null,
815
816
  "addYourChart": null,
816
817
  "animation": null,
818
+ "chartSettings": null,
819
+ "chartSize": null,
817
820
  "chartTitle": null,
818
821
  "chartType": null,
822
+ "chartTypeSwitcherMultiSeriesDisabled": null,
819
823
  "colorScheme": null,
820
824
  "configureArrayObjectFields": null,
821
825
  "dataPoints": null,
826
+ "dataSettings": null,
822
827
  "editDataChartsComponent": null,
828
+ "enableChartTypeSwitcher": null,
829
+ "enableDataEntry": null,
830
+ "enableFullscreenBtn": null,
831
+ "height": null,
823
832
  "labelField": null,
824
833
  "legendPosition": null,
825
834
  "legendPositions": {
@@ -834,6 +843,8 @@
834
843
  "horizontal": null,
835
844
  "vertical": null
836
845
  },
846
+ "percentDisplay": null,
847
+ "percentDisplayHint": null,
837
848
  "pointStyle": null,
838
849
  "pointStyles": {
839
850
  "circle": null,
@@ -845,20 +856,30 @@
845
856
  },
846
857
  "preview": null,
847
858
  "removeAll": null,
859
+ "rValueField": null,
848
860
  "selectDynamicValue": null,
861
+ "series": null,
862
+ "seriesName": null,
849
863
  "types": {
864
+ "area": null,
850
865
  "bar": null,
866
+ "bubble": null,
851
867
  "doughnut": null,
852
868
  "line": null,
853
869
  "pie": null,
854
870
  "polarArea": null,
855
- "radar": null
871
+ "radar": null,
872
+ "scatter": null
856
873
  },
857
874
  "useCustomColors": null,
858
875
  "useThemeColors": null,
859
876
  "valueField": null,
877
+ "viewModeControls": null,
878
+ "width": null,
860
879
  "xAxisLabel": null,
861
- "yAxisLabel": null
880
+ "xValueField": null,
881
+ "yAxisLabel": null,
882
+ "yValueField": null
862
883
  },
863
884
  "deletedFile": {
864
885
  "clickMessage": null,
package/locale/zh.json CHANGED
@@ -812,53 +812,74 @@
812
812
  "stripingStartPosition": null
813
813
  },
814
814
  "dataCharts": {
815
- "addYourChart": "Add your chart",
816
- "animation": "Animation",
817
- "chartTitle": "Chart Title",
818
- "chartType": "Chart Type",
819
- "colorScheme": "Color Scheme",
820
- "configureArrayObjectFields": "Configure Array/Object Fields",
821
- "dataPoints": "Data Points",
822
- "editDataChartsComponent": "Edit Chart",
823
- "labelField": "Label Field",
824
- "legendPosition": "Legend Position",
815
+ "addSeries": "添加系列",
816
+ "addYourChart": "添加您的图表",
817
+ "animation": "动画",
818
+ "chartSettings": "图表设置",
819
+ "chartSize": "图表大小",
820
+ "chartTitle": "图表标题",
821
+ "chartType": "图表类型",
822
+ "chartTypeSwitcherMultiSeriesDisabled": "多系列图表无法启用此功能。",
823
+ "colorScheme": "配色方案",
824
+ "configureArrayObjectFields": "配置数组/对象字段",
825
+ "dataPoints": "数据点",
826
+ "dataSettings": "数据设置",
827
+ "editDataChartsComponent": "编辑图表",
828
+ "enableChartTypeSwitcher": "允许在查看模式下切换图表类型",
829
+ "enableDataEntry": "允许用户在编辑模式下输入数据",
830
+ "enableFullscreenBtn": "在查看模式下显示全屏按钮",
831
+ "height": "高度",
832
+ "labelField": "标签字段",
833
+ "legendPosition": "图例位置",
825
834
  "legendPositions": {
826
- "bottom": "Bottom",
827
- "left": "Left",
835
+ "bottom": "底部",
836
+ "left": "左侧",
828
837
  "none": "无",
829
- "right": "Right",
830
- "top": "Top"
838
+ "right": "右侧",
839
+ "top": "顶部"
831
840
  },
832
- "orientation": "Chart Orientation",
841
+ "orientation": "图表方向",
833
842
  "orientations": {
834
- "horizontal": "Horizontal",
835
- "vertical": "Vertical"
843
+ "horizontal": "水平",
844
+ "vertical": "垂直"
836
845
  },
837
- "pointStyle": "Point Style",
846
+ "percentDisplay": "将数字显示为百分比",
847
+ "percentDisplayHint": "0-1之间的值将显示为百分比",
848
+ "pointStyle": "点样式",
838
849
  "pointStyles": {
839
- "circle": "Circle",
840
- "cross": "Cross",
841
- "dash": "Dash",
842
- "rect": "Rectangle",
843
- "star": "Star",
844
- "triangle": "Triangle"
850
+ "circle": "圆形",
851
+ "cross": "十字",
852
+ "dash": "短横线",
853
+ "rect": "矩形",
854
+ "star": "星形",
855
+ "triangle": "三角形"
845
856
  },
846
857
  "preview": "预览",
847
- "removeAll": "Remove all",
848
- "selectDynamicValue": "Select a dynamic value",
858
+ "removeAll": "全部删除",
859
+ "rValueField": "大小/半径字段",
860
+ "selectDynamicValue": "选择动态值",
861
+ "series": "系列",
862
+ "seriesName": "系列名称",
849
863
  "types": {
850
- "bar": "Bar Chart",
851
- "doughnut": "Doughnut Chart",
852
- "line": "Line Chart",
853
- "pie": "Pie Chart",
854
- "polarArea": "Polar Area Chart",
855
- "radar": "Radar Chart"
856
- },
857
- "useCustomColors": "Use custom colors",
858
- "useThemeColors": "Use theme colors",
859
- "valueField": "Value Field",
860
- "xAxisLabel": "X-Axis Label",
861
- "yAxisLabel": "Y-Axis Label"
864
+ "area": "面积图",
865
+ "bar": "柱状图",
866
+ "bubble": "气泡图",
867
+ "doughnut": "环形图",
868
+ "line": "折线图",
869
+ "pie": "饼图",
870
+ "polarArea": "极坐标面积图",
871
+ "radar": "雷达图",
872
+ "scatter": "散点图"
873
+ },
874
+ "useCustomColors": "使用自定义颜色",
875
+ "useThemeColors": "使用主题颜色",
876
+ "valueField": "值字段",
877
+ "viewModeControls": "查看模式控件",
878
+ "width": "宽度",
879
+ "xAxisLabel": "X轴标签",
880
+ "xValueField": "X值字段",
881
+ "yAxisLabel": "Y轴标签",
882
+ "yValueField": "Y值字段"
862
883
  },
863
884
  "deletedFile": {
864
885
  "clickMessage": "Click here to add a new one",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2025.12.10-71132",
3
+ "version": "2025.12.10-82548",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,7 +24,7 @@
24
24
  "@tiptap/extension-heading": "2.4.0",
25
25
  "@tiptap/extension-history": "2.4.0",
26
26
  "@tiptap/extension-italic": "2.4.0",
27
- "@tiptap/extension-link": "2.4.0",
27
+ "@tiptap/extension-link": "2.10.4",
28
28
  "@tiptap/extension-list-item": "2.4.0",
29
29
  "@tiptap/extension-mention": "2.4.0",
30
30
  "@tiptap/extension-ordered-list": "2.4.0",