@airpower/web 1.4.0 → 1.4.1
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 -2
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -18537,7 +18537,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18537
18537
|
}, () => [
|
|
18538
18538
|
item.prefixText ? (openBlock(), createElementBlock("span", _hoisted_5$1, toDisplayString(item.prefixText), 1)) : createCommentVNode("", true),
|
|
18539
18539
|
item.formatter ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
18540
|
-
createTextVNode(toDisplayString(item.formatter(
|
|
18540
|
+
createTextVNode(toDisplayString(item.formatter(getRowEntity(scope))), 1)
|
|
18541
18541
|
], 64)) : unref(getDictionary)(unref(EntityClass), item.key) ? (openBlock(), createBlock(unref(EnumColumn), {
|
|
18542
18542
|
key: 2,
|
|
18543
18543
|
column: item,
|
|
@@ -18606,7 +18606,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
18606
18606
|
disabled: button.disabled ? button.disabled(getRowEntity(scope)) : false,
|
|
18607
18607
|
type: button.dangerButton ? "danger" : button.warningButton ? "warning" : "default",
|
|
18608
18608
|
underline: "never",
|
|
18609
|
-
onClick: ($event) =>
|
|
18609
|
+
onClick: ($event) => button.click(getRowEntity(scope))
|
|
18610
18610
|
}, {
|
|
18611
18611
|
default: withCtx(() => [
|
|
18612
18612
|
createTextVNode(toDisplayString(button.label), 1)
|