@airpower/web 0.3.4 → 0.3.5

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/main.js +2 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -18385,6 +18385,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
18385
18385
  data: dataListRef.value,
18386
18386
  "row-class-name": tableRowClassName,
18387
18387
  "row-key": (row) => `${row.id}`,
18388
+ "tree-props": unref(WebConfig).treeProps,
18388
18389
  class: "a-table",
18389
18390
  flexible: "",
18390
18391
  height: "100%",
@@ -18573,7 +18574,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
18573
18574
  }, 8, ["width"])) : createCommentVNode("", true)
18574
18575
  ]),
18575
18576
  _: 3
18576
- }, 8, ["data", "row-key"])), [
18577
+ }, 8, ["data", "row-key", "tree-props"])), [
18577
18578
  [_directive_loading, isLoadingRef.value]
18578
18579
  ]) : createCommentVNode("", true)
18579
18580
  ], 4),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.3.4",
4
+ "version": "0.3.5",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",