@yoooloo42/joker 1.0.87 → 1.0.88
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/index.cjs.js +12 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +12 -12
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23368,9 +23368,9 @@ return (_ctx, _cache) => {
|
|
|
23368
23368
|
(unref(formProps).menu && unref(formProps).menu.menu && unref(formProps).menu.menu.length > 0)
|
|
23369
23369
|
? (openBlock(), createBlock(_component_ly0Menu, {
|
|
23370
23370
|
key: 0,
|
|
23371
|
-
|
|
23372
|
-
|
|
23373
|
-
}, null, 8 /* PROPS */, ["
|
|
23371
|
+
myProps: unref(formProps).menu,
|
|
23372
|
+
scopeThis: unref(scopeThis)
|
|
23373
|
+
}, null, 8 /* PROPS */, ["myProps", "scopeThis"]))
|
|
23374
23374
|
: createCommentVNode("v-if", true),
|
|
23375
23375
|
createCommentVNode(" 表单区域可以分为多个列 "),
|
|
23376
23376
|
createElementVNode("div", {
|
|
@@ -23600,7 +23600,7 @@ var script$d = {
|
|
|
23600
23600
|
setup(__props) {
|
|
23601
23601
|
|
|
23602
23602
|
const props = __props;
|
|
23603
|
-
const
|
|
23603
|
+
const myProps_box = ref(Object.assign({}, ly0default$1.myProps, props.myProps));
|
|
23604
23604
|
|
|
23605
23605
|
const handleRun = (
|
|
23606
23606
|
index, // 目标索引
|
|
@@ -23652,18 +23652,18 @@ return (_ctx, _cache) => {
|
|
|
23652
23652
|
const _component_el_menu = resolveComponent("el-menu");
|
|
23653
23653
|
|
|
23654
23654
|
return (openBlock(), createBlock(_component_el_menu, {
|
|
23655
|
-
mode:
|
|
23656
|
-
"default-active":
|
|
23655
|
+
mode: myProps_box.value.mode,
|
|
23656
|
+
"default-active": myProps_box.value.defaultActive,
|
|
23657
23657
|
onOpen: handleOpen,
|
|
23658
23658
|
onClose: handleClose,
|
|
23659
23659
|
onSelect: handleSelect,
|
|
23660
|
-
"background-color":
|
|
23661
|
-
"text-color":
|
|
23662
|
-
"active-text-color":
|
|
23660
|
+
"background-color": myProps_box.value.backgroundColor,
|
|
23661
|
+
"text-color": myProps_box.value.textColor,
|
|
23662
|
+
"active-text-color": myProps_box.value.activeTextColor,
|
|
23663
23663
|
"menu-trigger": "hover",
|
|
23664
|
-
style: normalizeStyle('--el-menu-horizontal-height: ' +
|
|
23665
|
-
|
|
23666
|
-
|
|
23664
|
+
style: normalizeStyle('--el-menu-horizontal-height: ' + myProps_box.value.horizontalHeight + '; ' +
|
|
23665
|
+
myProps_box.value.styleBase + ' ' +
|
|
23666
|
+
myProps_box.value.style)
|
|
23667
23667
|
}, {
|
|
23668
23668
|
default: withCtx(() => [
|
|
23669
23669
|
createCommentVNode(" 第1层 "),
|