mooho-base-admin-plus 0.4.21 → 0.4.22
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import require$$0$1, { watch, reactive, shallowRef, unref, computed, nextTick, defineComponent, inject, h, provide, ref, openBlock, createElementBlock, createElementVNode, normalizeStyle as normalizeStyle$1, toDisplayString as toDisplayString$1, withDirectives, vModelText, pushScopeId, popScopeId, resolveComponent, resolveDirective, createVNode as createVNode$1, withCtx, Fragment, renderList, createBlock, createTextVNode, createCommentVNode, renderSlot, mergeProps,
|
|
1
|
+
import require$$0$1, { watch, reactive, shallowRef, unref, computed, nextTick, defineComponent, inject, h, provide, ref, openBlock, createElementBlock, createElementVNode, normalizeStyle as normalizeStyle$1, toDisplayString as toDisplayString$1, withDirectives, vModelText, pushScopeId, popScopeId, resolveComponent, resolveDirective, createVNode as createVNode$1, withCtx, Fragment, renderList, createBlock, createTextVNode, createCommentVNode, renderSlot, mergeProps, resolveDynamicComponent, withModifiers, normalizeProps, guardReactiveProps, vShow, Transition, normalizeClass, KeepAlive } from "vue";
|
|
2
2
|
import ViewUIPlus from "view-ui-plus";
|
|
3
3
|
function getDevtoolsGlobalHook() {
|
|
4
4
|
return getTarget$1().__VUE_DEVTOOLS_GLOBAL_HOOK__;
|
|
@@ -21224,18 +21224,16 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
21224
21224
|
]),
|
|
21225
21225
|
default: withCtx(() => [
|
|
21226
21226
|
createElementVNode("div", _hoisted_3$x, [
|
|
21227
|
-
|
|
21227
|
+
!$data.isCustom ? (openBlock(), createBlock(_component_view_form, {
|
|
21228
|
+
key: 0,
|
|
21228
21229
|
ref: "form",
|
|
21229
21230
|
readonly: $data.readonly
|
|
21230
|
-
}, null, 8, ["readonly"]),
|
|
21231
|
-
|
|
21232
|
-
|
|
21233
|
-
|
|
21234
|
-
readonly: $data.readonly
|
|
21235
|
-
|
|
21236
|
-
}, null, 8, ["readonly"])), [
|
|
21237
|
-
[vShow, $data.isCustom]
|
|
21238
|
-
])
|
|
21231
|
+
}, null, 8, ["readonly"])) : createCommentVNode("", true),
|
|
21232
|
+
$data.isCustom ? (openBlock(), createBlock(resolveDynamicComponent($data.customComponent), {
|
|
21233
|
+
key: 1,
|
|
21234
|
+
ref: "customComponent",
|
|
21235
|
+
readonly: $data.readonly
|
|
21236
|
+
}, null, 8, ["readonly"])) : createCommentVNode("", true)
|
|
21239
21237
|
])
|
|
21240
21238
|
]),
|
|
21241
21239
|
_: 3
|