@fctc/sme-widget-ui 3.10.7 → 3.10.8

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/types.mjs CHANGED
@@ -1,13 +1 @@
1
- // src/types/widget-type/index.ts
2
- import z from "zod";
3
- var loginSchema = z.object({
4
- username: z.string().min(1, { message: "Vui l\xF2ng nh\u1EADp t\xEAn \u0111\u0103ng nh\u1EADp" }).max(255, { message: "T\xEAn \u0111\u0103ng nh\u1EADp kh\xF4ng \u0111\u01B0\u1EE3c qu\xE1 255 k\xFD t\u1EF1" }),
5
- password: z.string().min(1, {
6
- message: "Vui l\xF2ng nh\u1EADp m\u1EADt kh\u1EA9u"
7
- }).max(255, {
8
- message: "M\u1EADt kh\u1EA9u kh\xF4ng \u0111\u01B0\u1EE3c qu\xE1 255 k\xFD t\u1EF1"
9
- })
10
- });
11
- export {
12
- loginSchema
13
- };
1
+ export{a as loginSchema}from'./chunk-KVH366MY.mjs';import'./chunk-YEKQJ4YC.mjs';