@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.cjs.js +6 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -24295,6 +24295,11 @@ const hdl = {
|
|
|
24295
24295
|
scopeThis: scopeThis_box
|
|
24296
24296
|
});
|
|
24297
24297
|
}
|
|
24298
|
+
},
|
|
24299
|
+
collapseChange({activeNames, item}){
|
|
24300
|
+
if(item.hdlChange){
|
|
24301
|
+
item.hdlChange(activeNames);
|
|
24302
|
+
}
|
|
24298
24303
|
}
|
|
24299
24304
|
};
|
|
24300
24305
|
|
|
@@ -24353,7 +24358,7 @@ return (_ctx, _cache) => {
|
|
|
24353
24358
|
modelValue: item0.activeNames,
|
|
24354
24359
|
"onUpdate:modelValue": $event => ((item0.activeNames) = $event),
|
|
24355
24360
|
style: vue.normalizeStyle(style.collapse.style),
|
|
24356
|
-
onChange: activeNames=>{
|
|
24361
|
+
onChange: activeNames=>{hdl.collapseChange({activeNames, item: item0});}
|
|
24357
24362
|
}, {
|
|
24358
24363
|
default: vue.withCtx(() => [
|
|
24359
24364
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(item0.items, (item1, index1) => {
|