@airpower/web 0.2.57 → 0.2.58

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