@feedmepos/mf-financing 0.0.31-dev → 0.0.32-dev
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.
|
@@ -24356,12 +24356,8 @@ const RT = { class: "fm-typo-en-body-md-400 text-fm-color-typo-secondary mb-8" }
|
|
|
24356
24356
|
"onUpdate:modelValue": T[5] || (T[5] = (X) => c.value.ownerPhoneNumber = X),
|
|
24357
24357
|
label: j(d)("financing.apply.fields.ownerPhoneNumber"),
|
|
24358
24358
|
"label-mark": "required",
|
|
24359
|
-
|
|
24360
|
-
|
|
24361
|
-
/^\+[1-9]\d{1,14}$/,
|
|
24362
|
-
j(d)("financing.apply.errors.invalidPhoneNumber")
|
|
24363
|
-
)
|
|
24364
|
-
)
|
|
24359
|
+
"default-country": "MY",
|
|
24360
|
+
rules: j(km)(j(zm).string().min(1, j(d)("financing.apply.errors.required")))
|
|
24365
24361
|
}, null, 8, ["modelValue", "label", "rules"])
|
|
24366
24362
|
]),
|
|
24367
24363
|
sl("h3", TT, id(j(d)("financing.apply.sections.businessDocument")), 1),
|
package/dist/app.js
CHANGED