@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.cjs.js
CHANGED
|
@@ -24352,7 +24352,8 @@ return (_ctx, _cache) => {
|
|
|
24352
24352
|
,
|
|
24353
24353
|
modelValue: item0.activeNames,
|
|
24354
24354
|
"onUpdate:modelValue": $event => ((item0.activeNames) = $event),
|
|
24355
|
-
style: vue.normalizeStyle(style.collapse.style)
|
|
24355
|
+
style: vue.normalizeStyle(style.collapse.style),
|
|
24356
|
+
onChange: activeNames=>{item0.activeNames = activeNames;}
|
|
24356
24357
|
}, {
|
|
24357
24358
|
default: vue.withCtx(() => [
|
|
24358
24359
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(item0.items, (item1, index1) => {
|
|
@@ -24414,7 +24415,7 @@ return (_ctx, _cache) => {
|
|
|
24414
24415
|
}), 128 /* KEYED_FRAGMENT */))
|
|
24415
24416
|
]),
|
|
24416
24417
|
_: 2 /* DYNAMIC */
|
|
24417
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["accordion", "modelValue", "onUpdate:modelValue", "style"]))
|
|
24418
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["accordion", "modelValue", "onUpdate:modelValue", "style", "onChange"]))
|
|
24418
24419
|
: vue.createCommentVNode("v-if", true),
|
|
24419
24420
|
vue.createVNode(script$n, {
|
|
24420
24421
|
modelValue: vue.unref(formData_box),
|