qk-pc-ui 4.3.3 → 4.3.4
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/qk-pc-ui.mjs +4 -2
- package/dist/qk-pc-ui.umd.js +28 -28
- package/package.json +1 -1
package/dist/qk-pc-ui.mjs
CHANGED
|
@@ -17704,21 +17704,23 @@ ${p.message || p.resultcontent}\r
|
|
|
17704
17704
|
key: 0,
|
|
17705
17705
|
modelValue: t.value,
|
|
17706
17706
|
"onUpdate:modelValue": s[0] || (s[0] = (o) => t.value = o),
|
|
17707
|
+
isNoZip: i.isNoZip,
|
|
17707
17708
|
height: i.height,
|
|
17708
17709
|
isImage: i.isImage,
|
|
17709
17710
|
headPic: i.headPic,
|
|
17710
17711
|
timeOut: i.timeOut,
|
|
17711
17712
|
onChange: n
|
|
17712
|
-
}, null, 8, ["modelValue", "height", "isImage", "headPic", "timeOut"])) : (openBlock(), createBlock(OnePicUpload, {
|
|
17713
|
+
}, null, 8, ["modelValue", "isNoZip", "height", "isImage", "headPic", "timeOut"])) : (openBlock(), createBlock(OnePicUpload, {
|
|
17713
17714
|
key: 1,
|
|
17714
17715
|
modelValue: t.value,
|
|
17715
17716
|
"onUpdate:modelValue": s[1] || (s[1] = (o) => t.value = o),
|
|
17717
|
+
isNoZip: i.isNoZip,
|
|
17716
17718
|
height: i.height,
|
|
17717
17719
|
isImage: i.isImage,
|
|
17718
17720
|
headPic: i.headPic,
|
|
17719
17721
|
timeOut: i.timeOut,
|
|
17720
17722
|
onChange: n
|
|
17721
|
-
}, null, 8, ["modelValue", "height", "isImage", "headPic", "timeOut"]))
|
|
17723
|
+
}, null, 8, ["modelValue", "isNoZip", "height", "isImage", "headPic", "timeOut"]))
|
|
17722
17724
|
]));
|
|
17723
17725
|
}
|
|
17724
17726
|
}, _hoisted_1$8 = { style: { height: "680px" } }, _hoisted_2$5 = { style: { "text-align": "center", padding: "20px 0", "font-size": "20px" } }, _hoisted_3$4 = { style: { "text-align": "center" } }, _hoisted_4$4 = {
|