@airpower/web 0.2.60 → 0.2.62
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/dist/main.js +1 -7
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -18263,13 +18263,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18263
18263
|
money: getValue(scope, item.key)
|
|
18264
18264
|
}, null, 8, ["money"])) : item.payload ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
18265
18265
|
item.array ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
|
|
18266
|
-
createTextVNode(toDisplayString(getPayloadArray(scope, item.key))
|
|
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))
|
|
18266
|
+
createTextVNode(toDisplayString(getPayloadArray(scope, item.key).map((item2) => item2.getPayloadLabel()).join(",")), 1)
|
|
18273
18267
|
], 64)) : (openBlock(), createBlock(unref(APayload), {
|
|
18274
18268
|
key: 1,
|
|
18275
18269
|
payload: getValue(scope, item.key)
|