@yoooloo42/joker 1.0.63 → 1.0.64

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 CHANGED
@@ -22825,7 +22825,7 @@ return (_ctx, _cache) => {
22825
22825
  ? (vue.openBlock(), vue.createElementBlock("div", {
22826
22826
  key: 3,
22827
22827
  style: vue.normalizeStyle(style.text(__props.item, __props.myProps))
22828
- }, vue.toDisplayString(__props.item.hdlExpression && __props.item.hdlExpression(__props.dataBox.fieldsValue, __props.item)
22828
+ }, vue.toDisplayString(__props.item.hdlExpression && __props.item.hdlExpression(__props.scopeThis, __props.dataBox.fieldsValue, __props.item)
22829
22829
  ? __props.item.hdlExpression(__props.dataBox.fieldsValue, __props.item)
22830
22830
  : ' '), 5 /* TEXT, STYLE */))
22831
22831
  : vue.createCommentVNode("v-if", true),
@@ -22833,7 +22833,7 @@ return (_ctx, _cache) => {
22833
22833
  ? (vue.openBlock(), vue.createElementBlock("div", {
22834
22834
  key: 4,
22835
22835
  style: vue.normalizeStyle(style.text0(__props.item))
22836
- }, vue.toDisplayString(__props.item.hdlExpression && __props.item.hdlExpression(__props.dataBox.fieldsValue, __props.item)
22836
+ }, vue.toDisplayString(__props.item.hdlExpression && __props.item.hdlExpression(__props.scopeThis, __props.dataBox.fieldsValue, __props.item)
22837
22837
  ? __props.item.hdlExpression(__props.dataBox.fieldsValue, __props.item)
22838
22838
  : ' '), 5 /* TEXT, STYLE */))
22839
22839
  : vue.createCommentVNode("v-if", true),
@@ -23617,7 +23617,7 @@ const handleRun = (
23617
23617
  };
23618
23618
 
23619
23619
  const handleSelect = key=>{
23620
- handleRun(key, this.myProps.menu, '');
23620
+ handleRun(key, props.myProps.menu, '');
23621
23621
  };
23622
23622
 
23623
23623
  const handleOpen = key=>{};