@yoooloo42/joker 1.0.74 → 1.0.75
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 +4 -7
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -7
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22758,9 +22758,6 @@ const hdlGetValue = {
|
|
|
22758
22758
|
ly0d7postal(result) {
|
|
22759
22759
|
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22760
22760
|
},
|
|
22761
|
-
ly0d7price(result) {
|
|
22762
|
-
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22763
|
-
},
|
|
22764
22761
|
ly0d7size(result) {
|
|
22765
22762
|
props.dataBox.fieldsValue[props.item.fieldName] = !!result.value ? result.value : [];
|
|
22766
22763
|
},
|
|
@@ -23228,11 +23225,11 @@ return (_ctx, _cache) => {
|
|
|
23228
23225
|
? (vue.openBlock(), vue.createElementBlock("div", _hoisted_26, [
|
|
23229
23226
|
vue.createVNode(_component_ly0d7price, {
|
|
23230
23227
|
myProps: {
|
|
23231
|
-
|
|
23232
|
-
readOnly: __props.item.readOnly,
|
|
23228
|
+
readOnly: __props.item.readOnly
|
|
23233
23229
|
},
|
|
23234
|
-
|
|
23235
|
-
|
|
23230
|
+
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
23231
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event))
|
|
23232
|
+
}, null, 8 /* PROPS */, ["myProps", "modelValue"])
|
|
23236
23233
|
]))
|
|
23237
23234
|
: vue.createCommentVNode("v-if", true),
|
|
23238
23235
|
vue.createCommentVNode(" 商品规格 "),
|