@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.esm.js CHANGED
@@ -24291,6 +24291,16 @@ const hdl = {
24291
24291
  scopeThis: scopeThis_box
24292
24292
  });
24293
24293
  }
24294
+ },
24295
+ collapseChange({activeNames, item}){
24296
+
24297
+ console.log('测试 000', activeNames);
24298
+ console.log('测试 111', item.activeNames);
24299
+
24300
+ item.activeNames = activeNames;
24301
+
24302
+ console.log('测试 222', item.activeNames);
24303
+
24294
24304
  }
24295
24305
  };
24296
24306
 
@@ -24348,7 +24358,8 @@ return (_ctx, _cache) => {
24348
24358
  ,
24349
24359
  modelValue: item0.activeNames,
24350
24360
  "onUpdate:modelValue": $event => ((item0.activeNames) = $event),
24351
- style: normalizeStyle(style.collapse.style)
24361
+ style: normalizeStyle(style.collapse.style),
24362
+ onChange: activeNames=>{hdl.collapseChange({activeNames, item: item0});}
24352
24363
  }, {
24353
24364
  default: withCtx(() => [
24354
24365
  (openBlock(true), createElementBlock(Fragment, null, renderList(item0.items, (item1, index1) => {
@@ -24410,7 +24421,7 @@ return (_ctx, _cache) => {
24410
24421
  }), 128 /* KEYED_FRAGMENT */))
24411
24422
  ]),
24412
24423
  _: 2 /* DYNAMIC */
24413
- }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["accordion", "modelValue", "onUpdate:modelValue", "style"]))
24424
+ }, 1032 /* PROPS, DYNAMIC_SLOTS */, ["accordion", "modelValue", "onUpdate:modelValue", "style", "onChange"]))
24414
24425
  : createCommentVNode("v-if", true),
24415
24426
  createVNode(script$n, {
24416
24427
  modelValue: unref(formData_box),