@yoooloo42/joker 1.0.283 → 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 +5 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23892,13 +23892,13 @@ return (_ctx, _cache) => {
|
|
|
23892
23892
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(propsItem_box).items, (item0, index0) => {
|
|
23893
23893
|
return (openBlock(), createBlock(_component_el_radio, {
|
|
23894
23894
|
key: index0,
|
|
23895
|
-
|
|
23895
|
+
value: item0[unref(propsItem_box).item_fieldValue]
|
|
23896
23896
|
}, {
|
|
23897
23897
|
default: withCtx(() => [
|
|
23898
23898
|
createTextVNode(toDisplayString(item0[unref(propsItem_box).item_fieldLabel]), 1 /* TEXT */)
|
|
23899
23899
|
]),
|
|
23900
23900
|
_: 2 /* DYNAMIC */
|
|
23901
|
-
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["
|
|
23901
|
+
}, 1032 /* PROPS, DYNAMIC_SLOTS */, ["value"]))
|
|
23902
23902
|
}), 128 /* KEYED_FRAGMENT */))
|
|
23903
23903
|
]),
|
|
23904
23904
|
_: 1 /* STABLE */
|
|
@@ -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),
|