@yoooloo42/joker 1.0.284 → 1.0.286

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
@@ -24295,6 +24295,16 @@ const hdl = {
24295
24295
  scopeThis: scopeThis_box
24296
24296
  });
24297
24297
  }
24298
+ },
24299
+ collapseChange({activeNames, item}){
24300
+
24301
+ console.log('测试 000', activeNames);
24302
+ console.log('测试 111', item.activeNames);
24303
+
24304
+ item.activeNames = activeNames;
24305
+
24306
+ console.log('测试 222', item.activeNames);
24307
+
24298
24308
  }
24299
24309
  };
24300
24310
 
@@ -24352,7 +24362,8 @@ return (_ctx, _cache) => {
24352
24362
  ,
24353
24363
  modelValue: item0.activeNames,
24354
24364
  "onUpdate:modelValue": $event => ((item0.activeNames) = $event),
24355
- style: vue.normalizeStyle(style.collapse.style)
24365
+ style: vue.normalizeStyle(style.collapse.style),
24366
+ onChange: activeNames=>{hdl.collapseChange({activeNames, item: item0});}
24356
24367
  }, {
24357
24368
  default: vue.withCtx(() => [
24358
24369
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(item0.items, (item1, index1) => {
@@ -24414,7 +24425,7 @@ return (_ctx, _cache) => {
24414
24425
  }), 128 /* KEYED_FRAGMENT */))
24415
24426
  ]),
24416
24427
  _: 2 /* DYNAMIC */
24417
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["accordion", "modelValue", "onUpdate:modelValue", "style"]))
24428
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["accordion", "modelValue", "onUpdate:modelValue", "style", "onChange"]))
24418
24429
  : vue.createCommentVNode("v-if", true),
24419
24430
  vue.createVNode(script$n, {
24420
24431
  modelValue: vue.unref(formData_box),