@yoooloo42/joker 1.0.56 → 1.0.58
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -39907,7 +39907,8 @@ return (_ctx, _cache) => {
|
|
|
39907
39907
|
ref: "text",
|
|
39908
39908
|
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
39909
39909
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event)),
|
|
39910
|
-
options: richtext.options
|
|
39910
|
+
options: richtext.options,
|
|
39911
|
+
theme: "snow"
|
|
39911
39912
|
}, null, 8 /* PROPS */, ["modelValue", "options"])
|
|
39912
39913
|
], 4 /* STYLE */))
|
|
39913
39914
|
: createCommentVNode("v-if", true),
|
|
@@ -40149,7 +40150,7 @@ return (_ctx, _cache) => {
|
|
|
40149
40150
|
|
|
40150
40151
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
40151
40152
|
createCommentVNode(" 置顶菜单 "),
|
|
40152
|
-
(__props.myProps.menu && __props.myProps.menu.length > 0)
|
|
40153
|
+
(__props.myProps.menu && __props.myProps.menu.menu && __props.myProps.menu.menu.length > 0)
|
|
40153
40154
|
? (openBlock(), createBlock(_component_ly0Menu, {
|
|
40154
40155
|
key: 0,
|
|
40155
40156
|
myProps: __props.myProps.menu
|
|
@@ -40356,7 +40357,6 @@ var script$d = {
|
|
|
40356
40357
|
setup(__props) {
|
|
40357
40358
|
|
|
40358
40359
|
const props = __props;
|
|
40359
|
-
|
|
40360
40360
|
const myProps0 = ref(Object.assign({}, ly0default$2.myProps, props.myProps));
|
|
40361
40361
|
|
|
40362
40362
|
return (_ctx, _cache) => {
|