@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.esm.js CHANGED
@@ -22517,7 +22517,7 @@ var script$h = {
22517
22517
  const props = __props;
22518
22518
 
22519
22519
  // props属性包装,使得页面和js使用相同的命名
22520
- const formData_box = props.modelValue;
22520
+ let formData_box = props.modelValue;
22521
22521
  const scopeThis_box = props.scopeThis;
22522
22522
  const propsItem_box = props.item;
22523
22523
 
@@ -22606,7 +22606,7 @@ var script$g = {
22606
22606
  const props = __props;
22607
22607
 
22608
22608
  // props属性包装,继承了顶层组件的响应性,页面和js可以使用相同的命名
22609
- const formData_box = props.modelValue;
22609
+ let formData_box = props.modelValue;
22610
22610
  const formProps_box = props.myProps;
22611
22611
  const scopeThis_box = props.scopeThis;
22612
22612
  const propsItem_box = props.item;
@@ -23296,7 +23296,7 @@ return (_ctx, _cache) => {
23296
23296
  ? (openBlock(), createElementBlock("div", _hoisted_28, [
23297
23297
  createVNode(_component_ly0d7thumb, {
23298
23298
  modelValue: unref(formData_box),
23299
- "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (isRef(formData_box) ? (formData_box).value = $event : null)),
23299
+ "onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23300
23300
  myProps: {
23301
23301
  thumb: {
23302
23302
  fieldName: unref(propsItem_box).thumb.fieldName || unref(formProps_box).para.ly0d7thumb.thumb.fieldName,
@@ -23351,7 +23351,7 @@ var script$f = {
23351
23351
  const props = __props;
23352
23352
 
23353
23353
  // props属性包装,继承了顶层组件的响应性,页面和js可以使用相同的命名
23354
- const formData_box = props.modelValue;
23354
+ let formData_box = props.modelValue;
23355
23355
  const formProps_box = props.myProps;
23356
23356
  const scopeThis_box = props.scopeThis;
23357
23357
 
@@ -23440,7 +23440,7 @@ return (_ctx, _cache) => {
23440
23440
  }, [
23441
23441
  createVNode(script$h, {
23442
23442
  modelValue: unref(formData_box),
23443
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (isRef(formData_box) ? (formData_box).value = $event : null)),
23443
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23444
23444
  myProps: unref(formProps_box),
23445
23445
  scopeThis: unref(scopeThis_box),
23446
23446
  item: item0
@@ -23490,7 +23490,7 @@ return (_ctx, _cache) => {
23490
23490
  }, [
23491
23491
  createVNode(script$h, {
23492
23492
  modelValue: unref(formData_box),
23493
- "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (isRef(formData_box) ? (formData_box).value = $event : null)),
23493
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = $event => (isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23494
23494
  myProps: unref(formProps_box),
23495
23495
  scopeThis: unref(scopeThis_box),
23496
23496
  item: item2
@@ -23503,7 +23503,7 @@ return (_ctx, _cache) => {
23503
23503
  }, [
23504
23504
  createVNode(script$g, {
23505
23505
  modelValue: unref(formData_box),
23506
- "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (isRef(formData_box) ? (formData_box).value = $event : null)),
23506
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23507
23507
  myProps: unref(formProps_box),
23508
23508
  scopeThis: unref(scopeThis_box),
23509
23509
  item: item2
@@ -23526,7 +23526,7 @@ return (_ctx, _cache) => {
23526
23526
  : createCommentVNode("v-if", true),
23527
23527
  createVNode(script$g, {
23528
23528
  modelValue: unref(formData_box),
23529
- "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (isRef(formData_box) ? (formData_box).value = $event : null)),
23529
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = $event => (isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23530
23530
  myProps: unref(formProps_box),
23531
23531
  scopeThis: unref(scopeThis_box),
23532
23532
  item: item0
@@ -23593,7 +23593,7 @@ var script$e = {
23593
23593
  const props = __props;
23594
23594
 
23595
23595
  // 顶层组件的props属性需做响应性包装,页面和js可以使用相同的命名
23596
- const formData_box = reactive(props.modelValue);
23596
+ let formData_box = reactive(props.modelValue);
23597
23597
  const formProps_box = reactive(Object.assign({}, ly0default$2.myProps, props.myProps));
23598
23598
  const scopeThis_box = reactive(props.scopeThis);
23599
23599
 
@@ -23615,8 +23615,8 @@ return (_ctx, _cache) => {
23615
23615
  }, {
23616
23616
  default: withCtx(() => [
23617
23617
  createVNode(script$f, {
23618
- modelValue: formData_box,
23619
- "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((formData_box) = $event)),
23618
+ modelValue: unref(formData_box),
23619
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23620
23620
  myProps: formProps_box,
23621
23621
  scopeThis: scopeThis_box
23622
23622
  }, null, 8 /* PROPS */, ["modelValue", "myProps", "scopeThis"])
@@ -23625,8 +23625,8 @@ return (_ctx, _cache) => {
23625
23625
  }, 8 /* PROPS */, ["modelValue", "title", "width", "top"]))
23626
23626
  : (openBlock(), createBlock(script$f, {
23627
23627
  key: 1,
23628
- modelValue: formData_box,
23629
- "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => ((formData_box) = $event)),
23628
+ modelValue: unref(formData_box),
23629
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (isRef(formData_box) ? (formData_box).value = $event : formData_box = $event)),
23630
23630
  myProps: formProps_box,
23631
23631
  scopeThis: scopeThis_box
23632
23632
  }, null, 8 /* PROPS */, ["modelValue", "myProps", "scopeThis"]))