@yoooloo42/joker 1.0.284 → 1.0.285
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -24348,7 +24348,8 @@ return (_ctx, _cache) => {
|
|
|
24348
24348
|
,
|
|
24349
24349
|
modelValue: item0.activeNames,
|
|
24350
24350
|
"onUpdate:modelValue": $event => ((item0.activeNames) = $event),
|
|
24351
|
-
style: normalizeStyle(style.collapse.style)
|
|
24351
|
+
style: normalizeStyle(style.collapse.style),
|
|
24352
|
+
onChange: activeNames=>{item0.activeNames = activeNames;}
|
|
24352
24353
|
}, {
|
|
24353
24354
|
default: withCtx(() => [
|
|
24354
24355
|
(openBlock(true), createElementBlock(Fragment, null, renderList(item0.items, (item1, index1) => {
|
|
@@ -24410,7 +24411,7 @@ return (_ctx, _cache) => {
|
|
|
24410
24411
|
}), 128 /* KEYED_FRAGMENT */))
|
|
24411
24412
|
]),
|
|
24412
24413
|
_: 2 /* DYNAMIC */
|
|
24413
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["accordion", "modelValue", "onUpdate:modelValue", "style"]))
|
|
24414
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["accordion", "modelValue", "onUpdate:modelValue", "style", "onChange"]))
|
|
24414
24415
|
: createCommentVNode("v-if", true),
|
|
24415
24416
|
createVNode(script$n, {
|
|
24416
24417
|
modelValue: unref(formData_box),
|