@airpower/web 0.2.60 → 0.2.61

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 +6 -9
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -18262,15 +18262,12 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
18262
18262
  key: 4,
18263
18263
  money: getValue(scope, item.key)
18264
18264
  }, null, 8, ["money"])) : item.payload ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
18265
- item.array ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
18266
- createTextVNode(toDisplayString(getPayloadArray(scope, item.key)) + " ", 1),
18267
- (openBlock(true), createElementBlock(Fragment, null, renderList(getPayloadArray(scope, item.key), (payload) => {
18268
- return openBlock(), createBlock(unref(APayload), {
18269
- key: payload.id,
18270
- payload
18271
- }, null, 8, ["payload"]);
18272
- }), 128))
18273
- ], 64)) : (openBlock(), createBlock(unref(APayload), {
18265
+ item.array ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(getPayloadArray(scope, item.key), (payload) => {
18266
+ return openBlock(), createBlock(unref(APayload), {
18267
+ key: payload.id,
18268
+ payload
18269
+ }, null, 8, ["payload"]);
18270
+ }), 128)) : (openBlock(), createBlock(unref(APayload), {
18274
18271
  key: 1,
18275
18272
  payload: getValue(scope, item.key)
18276
18273
  }, null, 8, ["payload"]))
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.2.60",
4
+ "version": "0.2.61",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",