@witlink/usercenter 1.2.41 → 1.2.42
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/usercenter.es.js +2 -0
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
- package/version.md +2 -1
package/dist/usercenter.es.js
CHANGED
@@ -12601,6 +12601,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
12601
12601
|
value: formState.value["01"],
|
12602
12602
|
"onUpdate:value": _cache[0] || (_cache[0] = ($event) => formState.value["01"] = $event),
|
12603
12603
|
min: 1,
|
12604
|
+
max: 99999,
|
12604
12605
|
precision: 0,
|
12605
12606
|
controls: false
|
12606
12607
|
}, null, 8, ["value"])
|
@@ -12620,6 +12621,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
12620
12621
|
value: formState.value["02"],
|
12621
12622
|
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => formState.value["02"] = $event),
|
12622
12623
|
min: 1,
|
12624
|
+
max: 43200,
|
12623
12625
|
precision: 0,
|
12624
12626
|
controls: false
|
12625
12627
|
}, null, 8, ["value"])
|