@airpower/web 2.9.0 → 2.9.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
|
@@ -16670,7 +16670,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
16670
16670
|
return openBlock(), createBlock(unref(ADialog), {
|
|
16671
16671
|
"disable-confirm": unref(disableConfirm),
|
|
16672
16672
|
height: __props.height || "70%",
|
|
16673
|
-
"hide-
|
|
16673
|
+
"hide-buttons": !props.props.isMultiple,
|
|
16674
16674
|
loading: unref(isLoading),
|
|
16675
16675
|
title: dialogTitle.value,
|
|
16676
16676
|
width: __props.width || "70%",
|
|
@@ -16732,7 +16732,7 @@ const _sfc_main$8 = /* @__PURE__ */ defineComponent({
|
|
|
16732
16732
|
]), 1032, ["column-list", "data-list", "entity", "hide-add", "hide-ctrl", "on-search", "on-selected", "search-params", "select-list", "show-select"])
|
|
16733
16733
|
]),
|
|
16734
16734
|
_: 3
|
|
16735
|
-
}, 8, ["disable-confirm", "height", "hide-
|
|
16735
|
+
}, 8, ["disable-confirm", "height", "hide-buttons", "loading", "title", "width"]);
|
|
16736
16736
|
};
|
|
16737
16737
|
}
|
|
16738
16738
|
});
|