@airpower/web 0.2.51 → 0.2.53
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 +2 -11
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -17955,11 +17955,6 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
17955
17955
|
console.warn(getRowEntity(scope)[key]);
|
|
17956
17956
|
return getRowEntity(scope)[key];
|
|
17957
17957
|
}
|
|
17958
|
-
function getPayloadArray(scope, key) {
|
|
17959
|
-
const value = getValue(scope, key)[key];
|
|
17960
|
-
console.warn("payloadArray", value);
|
|
17961
|
-
return value;
|
|
17962
|
-
}
|
|
17963
17958
|
function tableRowClassName({ row }) {
|
|
17964
17959
|
if (props.disableRow && props.disableRow(row)) {
|
|
17965
17960
|
return "disable-row";
|
|
@@ -18258,12 +18253,8 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18258
18253
|
key: 4,
|
|
18259
18254
|
money: getValue(scope, item.key)
|
|
18260
18255
|
}, null, 8, ["money"])) : item.payload ? (openBlock(), createElementBlock(Fragment, { key: 5 }, [
|
|
18261
|
-
|
|
18262
|
-
|
|
18263
|
-
key: payload.id,
|
|
18264
|
-
payload
|
|
18265
|
-
}, null, 8, ["payload"]);
|
|
18266
|
-
}), 128)) : (openBlock(), createBlock(unref(APayload), {
|
|
18256
|
+
createTextVNode(toDisplayString(item) + " " + toDisplayString(getValue(scope, item.key)) + " ", 1),
|
|
18257
|
+
item.array ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [], 64)) : (openBlock(), createBlock(unref(APayload), {
|
|
18267
18258
|
key: 1,
|
|
18268
18259
|
payload: getValue(scope, item.key)
|
|
18269
18260
|
}, null, 8, ["payload"]))
|