@yoooloo42/joker 1.0.285 → 1.0.287

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,11 @@ const hdl = {
24291
24291
  scopeThis: scopeThis_box
24292
24292
  });
24293
24293
  }
24294
+ },
24295
+ collapseChange({activeNames, item}){
24296
+ if(item.hdlChange){
24297
+ item.hdlChange(activeNames);
24298
+ }
24294
24299
  }
24295
24300
  };
24296
24301
 
@@ -24349,7 +24354,7 @@ return (_ctx, _cache) => {
24349
24354
  modelValue: item0.activeNames,
24350
24355
  "onUpdate:modelValue": $event => ((item0.activeNames) = $event),
24351
24356
  style: normalizeStyle(style.collapse.style),
24352
- onChange: activeNames=>{item0.activeNames = activeNames;}
24357
+ onChange: activeNames=>{hdl.collapseChange({activeNames, item: item0});}
24353
24358
  }, {
24354
24359
  default: withCtx(() => [
24355
24360
  (openBlock(true), createElementBlock(Fragment, null, renderList(item0.items, (item1, index1) => {