@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.cjs.js
CHANGED
|
@@ -39911,7 +39911,8 @@ return (_ctx, _cache) => {
|
|
|
39911
39911
|
ref: "text",
|
|
39912
39912
|
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
39913
39913
|
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event)),
|
|
39914
|
-
options: richtext.options
|
|
39914
|
+
options: richtext.options,
|
|
39915
|
+
theme: "snow"
|
|
39915
39916
|
}, null, 8 /* PROPS */, ["modelValue", "options"])
|
|
39916
39917
|
], 4 /* STYLE */))
|
|
39917
39918
|
: vue.createCommentVNode("v-if", true),
|
|
@@ -40153,7 +40154,7 @@ return (_ctx, _cache) => {
|
|
|
40153
40154
|
|
|
40154
40155
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
40155
40156
|
vue.createCommentVNode(" 置顶菜单 "),
|
|
40156
|
-
(__props.myProps.menu && __props.myProps.menu.length > 0)
|
|
40157
|
+
(__props.myProps.menu && __props.myProps.menu.menu && __props.myProps.menu.menu.length > 0)
|
|
40157
40158
|
? (vue.openBlock(), vue.createBlock(_component_ly0Menu, {
|
|
40158
40159
|
key: 0,
|
|
40159
40160
|
myProps: __props.myProps.menu
|
|
@@ -40360,7 +40361,6 @@ var script$d = {
|
|
|
40360
40361
|
setup(__props) {
|
|
40361
40362
|
|
|
40362
40363
|
const props = __props;
|
|
40363
|
-
|
|
40364
40364
|
const myProps0 = vue.ref(Object.assign({}, ly0default$2.myProps, props.myProps));
|
|
40365
40365
|
|
|
40366
40366
|
return (_ctx, _cache) => {
|