@lionad/cx-comps-tanstack-charts 0.1.0-alpha.24 → 0.1.0-alpha.26

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 (2) hide show
  1. package/dist/index.mjs +4 -3
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1652,8 +1652,9 @@ const initialRows = () => [
1652
1652
  ];
1653
1653
  var chart_default = define({
1654
1654
  name: "图表",
1655
- description: "TanStack Charts 通用图表(cx-chart):definition 为纯 JSON 声明式投影(marks/x/y/theme/tooltip 标量子集),数据顶层化——rows/nodes/links 命名数据集与 definition 平级、marks 内字符串引用,经翻译层组装渲染;scale/curve 以枚举声明,channel 为字段名。",
1656
- key: "cx-chart",
1655
+ description: "TanStack Charts 通用图表(cx-data-chart):definition 为纯 JSON 声明式投影(marks/x/y/theme/tooltip 标量子集),数据顶层化——rows/nodes/links 命名数据集与 definition 平级、marks 内字符串引用,经翻译层组装渲染;scale/curve 以枚举声明,channel 为字段名。旧 key cx-chart 经 aliasKeys 兼容(GenUI data-charts 轨改名,ADR 对齐),next major 移除。",
1656
+ key: "cx-data-chart",
1657
+ aliasKeys: ["cx-chart"],
1657
1658
  icon: "i-tabler-chart-line",
1658
1659
  component: _sfc_main$5,
1659
1660
  props: {
@@ -2313,7 +2314,7 @@ function keyOf(key) {
2313
2314
  return comp._cx_meta.key;
2314
2315
  }
2315
2316
  const TANSTACK_CHARTS_STREAM_TRIGGERS = [{
2316
- key: keyOf("cx-chart"),
2317
+ key: keyOf("cx-data-chart"),
2317
2318
  sections: [{
2318
2319
  kind: "array",
2319
2320
  arrayKey: "*"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lionad/cx-comps-tanstack-charts",
3
- "version": "0.1.0-alpha.24",
3
+ "version": "0.1.0-alpha.26",
4
4
  "description": "cx material components wrapping TanStack Charts (@tanstack/charts/vue)",
5
5
  "keywords": [
6
6
  "charts",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@lionad/cx-definition": "0.1.0-alpha.10",
39
- "@lionad/cx-stream": "0.1.0-alpha.12",
39
+ "@lionad/cx-stream": "0.1.0-alpha.14",
40
40
  "@lionad/cx-vue": "0.1.0-alpha.11",
41
41
  "d3-geo": "^3.1.1",
42
42
  "d3-scale": "^4.0.2",