@yoooloo42/joker 1.0.109 → 1.0.110

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
@@ -22521,7 +22521,7 @@ var script$h = {
22521
22521
  const props = __props;
22522
22522
 
22523
22523
  // props属性包装,使得页面和js使用相同的命名
22524
- const formData_box = props.modelValue;
22524
+ let formData_box = props.modelValue;
22525
22525
  const scopeThis_box = props.scopeThis;
22526
22526
  const propsItem_box = props.item;
22527
22527
 
@@ -22610,7 +22610,7 @@ var script$g = {
22610
22610
  const props = __props;
22611
22611
 
22612
22612
  // props属性包装,继承了顶层组件的响应性,页面和js可以使用相同的命名
22613
- const formData_box = props.modelValue;
22613
+ let formData_box = props.modelValue;
22614
22614
  const formProps_box = props.myProps;
22615
22615
  const scopeThis_box = props.scopeThis;
22616
22616
  const propsItem_box = props.item;
@@ -23300,7 +23300,7 @@ return (_ctx, _cache) => {
23300
23300
  ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_28, [
23301
23301
  vue.createVNode(_component_ly0d7thumb, {
23302
23302
  modelValue: vue.unref(formData_box),
23303
- "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : null)),
23303
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23304
23304
  myProps: {
23305
23305
  thumb: {
23306
23306
  fieldName: vue.unref(propsItem_box).thumb.fieldName || vue.unref(formProps_box).para.ly0d7thumb.thumb.fieldName,
@@ -23355,7 +23355,7 @@ var script$f = {
23355
23355
  const props = __props;
23356
23356
 
23357
23357
  // props属性包装,继承了顶层组件的响应性,页面和js可以使用相同的命名
23358
- const formData_box = props.modelValue;
23358
+ let formData_box = props.modelValue;
23359
23359
  const formProps_box = props.myProps;
23360
23360
  const scopeThis_box = props.scopeThis;
23361
23361
 
@@ -23444,7 +23444,7 @@ return (_ctx, _cache) => {
23444
23444
  }, [
23445
23445
  vue.createVNode(script$h, {
23446
23446
  modelValue: vue.unref(formData_box),
23447
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : null)),
23447
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23448
23448
  myProps: vue.unref(formProps_box),
23449
23449
  scopeThis: vue.unref(scopeThis_box),
23450
23450
  item: item0
@@ -23494,7 +23494,7 @@ return (_ctx, _cache) => {
23494
23494
  }, [
23495
23495
  vue.createVNode(script$h, {
23496
23496
  modelValue: vue.unref(formData_box),
23497
- "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : null)),
23497
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23498
23498
  myProps: vue.unref(formProps_box),
23499
23499
  scopeThis: vue.unref(scopeThis_box),
23500
23500
  item: item2
@@ -23507,7 +23507,7 @@ return (_ctx, _cache) => {
23507
23507
  }, [
23508
23508
  vue.createVNode(script$g, {
23509
23509
  modelValue: vue.unref(formData_box),
23510
- "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : null)),
23510
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23511
23511
  myProps: vue.unref(formProps_box),
23512
23512
  scopeThis: vue.unref(scopeThis_box),
23513
23513
  item: item2
@@ -23530,7 +23530,7 @@ return (_ctx, _cache) => {
23530
23530
  : vue.createCommentVNode("v-if", true),
23531
23531
  vue.createVNode(script$g, {
23532
23532
  modelValue: vue.unref(formData_box),
23533
- "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : null)),
23533
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23534
23534
  myProps: vue.unref(formProps_box),
23535
23535
  scopeThis: vue.unref(scopeThis_box),
23536
23536
  item: item0
@@ -23597,7 +23597,7 @@ var script$e = {
23597
23597
  const props = __props;
23598
23598
 
23599
23599
  // 顶层组件的props属性需做响应性包装,页面和js可以使用相同的命名
23600
- const formData_box = vue.reactive(props.modelValue);
23600
+ let formData_box = vue.reactive(props.modelValue);
23601
23601
  const formProps_box = vue.reactive(Object.assign({}, ly0default$2.myProps, props.myProps));
23602
23602
  const scopeThis_box = vue.reactive(props.scopeThis);
23603
23603
 
@@ -23619,8 +23619,8 @@ return (_ctx, _cache) => {
23619
23619
  }, {
23620
23620
  default: vue.withCtx(() => [
23621
23621
  vue.createVNode(script$f, {
23622
- modelValue: formData_box,
23623
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((formData_box) = $event)),
23622
+ modelValue: vue.unref(formData_box),
23623
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23624
23624
  myProps: formProps_box,
23625
23625
  scopeThis: scopeThis_box
23626
23626
  }, null, 8 /* PROPS */, ["modelValue", "myProps", "scopeThis"])
@@ -23629,8 +23629,8 @@ return (_ctx, _cache) => {
23629
23629
  }, 8 /* PROPS */, ["modelValue", "title", "width", "top"]))
23630
23630
  : (vue.openBlock(), vue.createBlock(script$f, {
23631
23631
  key: 1,
23632
- modelValue: formData_box,
23633
- "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => ((formData_box) = $event)),
23632
+ modelValue: vue.unref(formData_box),
23633
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (vue.isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23634
23634
  myProps: formProps_box,
23635
23635
  scopeThis: scopeThis_box
23636
23636
  }, null, 8 /* PROPS */, ["modelValue", "myProps", "scopeThis"]))