@valibot/i18n 0.14.0 → 0.16.0
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/README.md +4 -0
- package/ar/{custom.cjs → check.cjs} +1 -1
- package/ar/{custom.js → check.js} +2 -2
- package/ar/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/ar/{customAsync.js → checkAsync.js} +2 -2
- package/ar/empty.cjs +7 -0
- package/ar/empty.js +6 -0
- package/ar/index.cjs +4 -2
- package/ar/index.js +4 -2
- package/ar/nonEmpty.cjs +7 -0
- package/ar/nonEmpty.js +6 -0
- package/ca/bic.cjs +7 -0
- package/ca/bic.js +6 -0
- package/ca/bytes.cjs +7 -0
- package/ca/bytes.js +6 -0
- package/ca/check.cjs +7 -0
- package/ca/check.js +6 -0
- package/ca/checkAsync.cjs +7 -0
- package/ca/checkAsync.js +6 -0
- package/ca/creditCard.cjs +7 -0
- package/ca/creditCard.js +6 -0
- package/ca/cuid2.cjs +7 -0
- package/ca/cuid2.js +6 -0
- package/ca/decimal.cjs +7 -0
- package/ca/decimal.js +6 -0
- package/ca/email.cjs +7 -0
- package/ca/email.js +6 -0
- package/ca/emoji.cjs +7 -0
- package/ca/emoji.js +6 -0
- package/ca/empty.cjs +7 -0
- package/ca/empty.js +6 -0
- package/ca/endsWith.cjs +7 -0
- package/ca/endsWith.js +6 -0
- package/ca/excludes.cjs +7 -0
- package/ca/excludes.js +6 -0
- package/ca/finite.cjs +7 -0
- package/ca/finite.js +6 -0
- package/ca/hash.cjs +7 -0
- package/ca/hash.js +6 -0
- package/ca/hexColor.cjs +7 -0
- package/ca/hexColor.js +6 -0
- package/ca/hexadecimal.cjs +7 -0
- package/ca/hexadecimal.js +6 -0
- package/ca/imei.cjs +7 -0
- package/ca/imei.js +6 -0
- package/ca/includes.cjs +7 -0
- package/ca/includes.js +6 -0
- package/ca/index.cjs +58 -0
- package/ca/index.js +57 -0
- package/ca/integer.cjs +7 -0
- package/ca/integer.js +6 -0
- package/ca/ip.cjs +7 -0
- package/ca/ip.js +6 -0
- package/ca/ipv4.cjs +7 -0
- package/ca/ipv4.js +6 -0
- package/ca/ipv6.cjs +7 -0
- package/ca/ipv6.js +6 -0
- package/ca/isoDate.cjs +7 -0
- package/ca/isoDate.js +6 -0
- package/ca/isoDateTime.cjs +7 -0
- package/ca/isoDateTime.js +6 -0
- package/ca/isoTime.cjs +7 -0
- package/ca/isoTime.js +6 -0
- package/ca/isoTimeSecond.cjs +7 -0
- package/ca/isoTimeSecond.js +6 -0
- package/ca/isoTimestamp.cjs +7 -0
- package/ca/isoTimestamp.js +6 -0
- package/ca/isoWeek.cjs +7 -0
- package/ca/isoWeek.js +6 -0
- package/ca/length.cjs +7 -0
- package/ca/length.js +6 -0
- package/ca/mac.cjs +7 -0
- package/ca/mac.js +6 -0
- package/ca/mac48.cjs +7 -0
- package/ca/mac48.js +6 -0
- package/ca/mac64.cjs +7 -0
- package/ca/mac64.js +6 -0
- package/ca/maxBytes.cjs +7 -0
- package/ca/maxBytes.js +6 -0
- package/ca/maxLength.cjs +7 -0
- package/ca/maxLength.d.cts +1 -0
- package/ca/maxLength.d.ts +1 -0
- package/ca/maxLength.js +6 -0
- package/ca/maxSize.cjs +7 -0
- package/ca/maxSize.d.cts +1 -0
- package/ca/maxSize.d.ts +1 -0
- package/ca/maxSize.js +6 -0
- package/ca/maxValue.cjs +7 -0
- package/ca/maxValue.d.cts +1 -0
- package/ca/maxValue.d.ts +1 -0
- package/ca/maxValue.js +6 -0
- package/ca/mimeType.cjs +7 -0
- package/ca/mimeType.d.cts +1 -0
- package/ca/mimeType.d.ts +1 -0
- package/ca/mimeType.js +6 -0
- package/ca/minBytes.cjs +7 -0
- package/ca/minBytes.d.cts +1 -0
- package/ca/minBytes.d.ts +1 -0
- package/ca/minBytes.js +6 -0
- package/ca/minLength.cjs +7 -0
- package/ca/minLength.d.cts +1 -0
- package/ca/minLength.d.ts +1 -0
- package/ca/minLength.js +6 -0
- package/ca/minSize.cjs +7 -0
- package/ca/minSize.d.cts +1 -0
- package/ca/minSize.d.ts +1 -0
- package/ca/minSize.js +6 -0
- package/ca/minValue.cjs +7 -0
- package/ca/minValue.d.cts +1 -0
- package/ca/minValue.d.ts +1 -0
- package/ca/minValue.js +6 -0
- package/ca/multipleOf.cjs +7 -0
- package/ca/multipleOf.d.cts +1 -0
- package/ca/multipleOf.d.ts +1 -0
- package/ca/multipleOf.js +6 -0
- package/ca/nonEmpty.cjs +7 -0
- package/ca/nonEmpty.d.cts +1 -0
- package/ca/nonEmpty.d.ts +1 -0
- package/ca/nonEmpty.js +6 -0
- package/ca/notBytes.cjs +7 -0
- package/ca/notBytes.d.cts +1 -0
- package/ca/notBytes.d.ts +1 -0
- package/ca/notBytes.js +6 -0
- package/ca/notLength.cjs +7 -0
- package/ca/notLength.d.cts +1 -0
- package/ca/notLength.d.ts +1 -0
- package/ca/notLength.js +6 -0
- package/ca/notSize.cjs +7 -0
- package/ca/notSize.d.cts +1 -0
- package/ca/notSize.d.ts +1 -0
- package/ca/notSize.js +6 -0
- package/ca/notValue.cjs +7 -0
- package/ca/notValue.d.cts +1 -0
- package/ca/notValue.d.ts +1 -0
- package/ca/notValue.js +6 -0
- package/ca/octal.cjs +7 -0
- package/ca/octal.d.cts +1 -0
- package/ca/octal.d.ts +1 -0
- package/ca/octal.js +6 -0
- package/ca/regex.cjs +7 -0
- package/ca/regex.d.cts +1 -0
- package/ca/regex.d.ts +1 -0
- package/ca/regex.js +6 -0
- package/ca/safeInteger.cjs +7 -0
- package/ca/safeInteger.d.cts +1 -0
- package/ca/safeInteger.d.ts +1 -0
- package/ca/safeInteger.js +6 -0
- package/ca/schema.cjs +6 -0
- package/ca/schema.d.cts +1 -0
- package/ca/schema.d.ts +1 -0
- package/ca/schema.js +5 -0
- package/ca/size.cjs +7 -0
- package/ca/size.d.cts +1 -0
- package/ca/size.d.ts +1 -0
- package/ca/size.js +6 -0
- package/ca/startsWith.cjs +7 -0
- package/ca/startsWith.d.cts +1 -0
- package/ca/startsWith.d.ts +1 -0
- package/ca/startsWith.js +6 -0
- package/ca/ulid.cjs +7 -0
- package/ca/ulid.d.cts +1 -0
- package/ca/ulid.d.ts +1 -0
- package/ca/ulid.js +6 -0
- package/ca/url.cjs +7 -0
- package/ca/url.d.cts +1 -0
- package/ca/url.d.ts +1 -0
- package/ca/url.js +6 -0
- package/ca/uuid.cjs +7 -0
- package/ca/uuid.d.cts +1 -0
- package/ca/uuid.d.ts +1 -0
- package/ca/uuid.js +6 -0
- package/ca/value.cjs +7 -0
- package/ca/value.d.cts +1 -0
- package/ca/value.d.ts +1 -0
- package/ca/value.js +6 -0
- package/de/{custom.cjs → check.cjs} +1 -1
- package/de/check.d.cts +1 -0
- package/de/check.d.ts +1 -0
- package/de/{custom.js → check.js} +2 -2
- package/de/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/de/checkAsync.d.cts +1 -0
- package/de/checkAsync.d.ts +1 -0
- package/de/{customAsync.js → checkAsync.js} +2 -2
- package/de/empty.cjs +7 -0
- package/de/empty.d.cts +1 -0
- package/de/empty.d.ts +1 -0
- package/de/empty.js +6 -0
- package/de/index.cjs +4 -2
- package/de/index.js +4 -2
- package/de/nonEmpty.cjs +7 -0
- package/de/nonEmpty.d.cts +1 -0
- package/de/nonEmpty.d.ts +1 -0
- package/de/nonEmpty.js +6 -0
- package/es/{custom.cjs → check.cjs} +1 -1
- package/es/check.d.cts +1 -0
- package/es/check.d.ts +1 -0
- package/es/{custom.js → check.js} +2 -2
- package/es/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/es/checkAsync.d.cts +1 -0
- package/es/checkAsync.d.ts +1 -0
- package/es/{customAsync.js → checkAsync.js} +2 -2
- package/es/empty.cjs +7 -0
- package/es/empty.d.cts +1 -0
- package/es/empty.d.ts +1 -0
- package/es/empty.js +6 -0
- package/es/index.cjs +4 -2
- package/es/index.js +4 -2
- package/es/nonEmpty.cjs +7 -0
- package/es/nonEmpty.d.cts +1 -0
- package/es/nonEmpty.d.ts +1 -0
- package/es/nonEmpty.js +6 -0
- package/fr/{custom.cjs → check.cjs} +1 -1
- package/fr/check.d.cts +1 -0
- package/fr/check.d.ts +1 -0
- package/fr/{custom.js → check.js} +2 -2
- package/fr/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/fr/checkAsync.d.cts +1 -0
- package/fr/checkAsync.d.ts +1 -0
- package/fr/{customAsync.js → checkAsync.js} +2 -2
- package/fr/empty.cjs +7 -0
- package/fr/empty.d.cts +1 -0
- package/fr/empty.d.ts +1 -0
- package/fr/empty.js +6 -0
- package/fr/index.cjs +4 -2
- package/fr/index.js +4 -2
- package/fr/nonEmpty.cjs +7 -0
- package/fr/nonEmpty.d.cts +1 -0
- package/fr/nonEmpty.d.ts +1 -0
- package/fr/nonEmpty.js +6 -0
- package/hu/{custom.cjs → check.cjs} +1 -1
- package/hu/check.d.cts +1 -0
- package/hu/check.d.ts +1 -0
- package/hu/{custom.js → check.js} +2 -2
- package/hu/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/hu/checkAsync.d.cts +1 -0
- package/hu/checkAsync.d.ts +1 -0
- package/hu/{customAsync.js → checkAsync.js} +2 -2
- package/hu/empty.cjs +7 -0
- package/hu/empty.d.cts +1 -0
- package/hu/empty.d.ts +1 -0
- package/hu/empty.js +6 -0
- package/hu/index.cjs +4 -2
- package/hu/index.js +4 -2
- package/hu/nonEmpty.cjs +7 -0
- package/hu/nonEmpty.d.cts +1 -0
- package/hu/nonEmpty.d.ts +1 -0
- package/hu/nonEmpty.js +6 -0
- package/index.cjs +2 -0
- package/index.js +2 -0
- package/it/{custom.cjs → check.cjs} +1 -1
- package/it/check.d.cts +1 -0
- package/it/check.d.ts +1 -0
- package/it/{custom.js → check.js} +2 -2
- package/it/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/it/checkAsync.d.cts +1 -0
- package/it/checkAsync.d.ts +1 -0
- package/it/{customAsync.js → checkAsync.js} +2 -2
- package/it/empty.cjs +7 -0
- package/it/empty.d.cts +1 -0
- package/it/empty.d.ts +1 -0
- package/it/empty.js +6 -0
- package/it/index.cjs +4 -2
- package/it/index.js +4 -2
- package/it/nonEmpty.cjs +7 -0
- package/it/nonEmpty.d.cts +1 -0
- package/it/nonEmpty.d.ts +1 -0
- package/it/nonEmpty.js +6 -0
- package/ja/{custom.cjs → check.cjs} +1 -1
- package/ja/check.d.cts +1 -0
- package/ja/check.d.ts +1 -0
- package/ja/{custom.js → check.js} +2 -2
- package/ja/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/ja/checkAsync.d.cts +1 -0
- package/ja/checkAsync.d.ts +1 -0
- package/ja/{customAsync.js → checkAsync.js} +2 -2
- package/ja/empty.cjs +7 -0
- package/ja/empty.d.cts +1 -0
- package/ja/empty.d.ts +1 -0
- package/ja/empty.js +6 -0
- package/ja/index.cjs +4 -2
- package/ja/index.js +4 -2
- package/ja/nonEmpty.cjs +7 -0
- package/ja/nonEmpty.d.cts +1 -0
- package/ja/nonEmpty.d.ts +1 -0
- package/ja/nonEmpty.js +6 -0
- package/kr/{custom.cjs → check.cjs} +1 -1
- package/kr/check.d.cts +1 -0
- package/kr/check.d.ts +1 -0
- package/kr/{custom.js → check.js} +2 -2
- package/kr/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/kr/checkAsync.d.cts +1 -0
- package/kr/checkAsync.d.ts +1 -0
- package/kr/{customAsync.js → checkAsync.js} +2 -2
- package/kr/empty.cjs +7 -0
- package/kr/empty.d.cts +1 -0
- package/kr/empty.d.ts +1 -0
- package/kr/empty.js +6 -0
- package/kr/index.cjs +4 -2
- package/kr/index.js +4 -2
- package/kr/nonEmpty.cjs +7 -0
- package/kr/nonEmpty.d.cts +1 -0
- package/kr/nonEmpty.d.ts +1 -0
- package/kr/nonEmpty.js +6 -0
- package/nb/{custom.cjs → check.cjs} +1 -1
- package/nb/check.d.cts +1 -0
- package/nb/check.d.ts +1 -0
- package/nb/{custom.js → check.js} +2 -2
- package/nb/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/nb/checkAsync.d.cts +1 -0
- package/nb/checkAsync.d.ts +1 -0
- package/nb/{customAsync.js → checkAsync.js} +2 -2
- package/nb/empty.cjs +7 -0
- package/nb/empty.d.cts +1 -0
- package/nb/empty.d.ts +1 -0
- package/nb/empty.js +6 -0
- package/nb/index.cjs +4 -2
- package/nb/index.js +4 -2
- package/nb/nonEmpty.cjs +7 -0
- package/nb/nonEmpty.d.cts +1 -0
- package/nb/nonEmpty.d.ts +1 -0
- package/nb/nonEmpty.js +6 -0
- package/nl/{custom.cjs → check.cjs} +1 -1
- package/nl/check.d.cts +1 -0
- package/nl/check.d.ts +1 -0
- package/nl/{custom.js → check.js} +2 -2
- package/nl/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/nl/checkAsync.d.cts +1 -0
- package/nl/checkAsync.d.ts +1 -0
- package/nl/{customAsync.js → checkAsync.js} +2 -2
- package/nl/empty.cjs +7 -0
- package/nl/empty.d.cts +1 -0
- package/nl/empty.d.ts +1 -0
- package/nl/empty.js +6 -0
- package/nl/index.cjs +4 -2
- package/nl/index.js +4 -2
- package/nl/nonEmpty.cjs +7 -0
- package/nl/nonEmpty.d.cts +1 -0
- package/nl/nonEmpty.d.ts +1 -0
- package/nl/nonEmpty.js +6 -0
- package/package.json +4273 -2731
- package/pl/bic.cjs +7 -0
- package/pl/bic.d.cts +1 -0
- package/pl/bic.d.ts +1 -0
- package/pl/bic.js +6 -0
- package/pl/bytes.cjs +7 -0
- package/pl/bytes.d.cts +1 -0
- package/pl/bytes.d.ts +1 -0
- package/pl/bytes.js +6 -0
- package/pl/check.cjs +7 -0
- package/pl/check.d.cts +1 -0
- package/pl/check.d.ts +1 -0
- package/pl/check.js +6 -0
- package/pl/checkAsync.cjs +7 -0
- package/pl/checkAsync.d.cts +1 -0
- package/pl/checkAsync.d.ts +1 -0
- package/pl/checkAsync.js +6 -0
- package/pl/creditCard.cjs +7 -0
- package/pl/creditCard.d.cts +1 -0
- package/pl/creditCard.d.ts +1 -0
- package/pl/creditCard.js +6 -0
- package/pl/cuid2.cjs +7 -0
- package/pl/cuid2.d.cts +1 -0
- package/pl/cuid2.d.ts +1 -0
- package/pl/cuid2.js +6 -0
- package/pl/decimal.cjs +7 -0
- package/pl/decimal.d.cts +1 -0
- package/pl/decimal.d.ts +1 -0
- package/pl/decimal.js +6 -0
- package/pl/email.cjs +7 -0
- package/pl/email.d.cts +1 -0
- package/pl/email.d.ts +1 -0
- package/pl/email.js +6 -0
- package/pl/emoji.cjs +7 -0
- package/pl/emoji.d.cts +1 -0
- package/pl/emoji.d.ts +1 -0
- package/pl/emoji.js +6 -0
- package/pl/empty.cjs +7 -0
- package/pl/empty.d.cts +1 -0
- package/pl/empty.d.ts +1 -0
- package/pl/empty.js +6 -0
- package/pl/endsWith.cjs +7 -0
- package/pl/endsWith.d.cts +1 -0
- package/pl/endsWith.d.ts +1 -0
- package/pl/endsWith.js +6 -0
- package/pl/excludes.cjs +7 -0
- package/pl/excludes.d.cts +1 -0
- package/pl/excludes.d.ts +1 -0
- package/pl/excludes.js +6 -0
- package/pl/finite.cjs +7 -0
- package/pl/finite.d.cts +1 -0
- package/pl/finite.d.ts +1 -0
- package/pl/finite.js +6 -0
- package/pl/hash.cjs +7 -0
- package/pl/hash.d.cts +1 -0
- package/pl/hash.d.ts +1 -0
- package/pl/hash.js +6 -0
- package/pl/hexColor.cjs +7 -0
- package/pl/hexColor.d.cts +1 -0
- package/pl/hexColor.d.ts +1 -0
- package/pl/hexColor.js +6 -0
- package/pl/hexadecimal.cjs +7 -0
- package/pl/hexadecimal.d.cts +1 -0
- package/pl/hexadecimal.d.ts +1 -0
- package/pl/hexadecimal.js +6 -0
- package/pl/imei.cjs +7 -0
- package/pl/imei.d.cts +1 -0
- package/pl/imei.d.ts +1 -0
- package/pl/imei.js +6 -0
- package/pl/includes.cjs +7 -0
- package/pl/includes.d.cts +1 -0
- package/pl/includes.d.ts +1 -0
- package/pl/includes.js +6 -0
- package/pl/index.cjs +58 -0
- package/pl/index.d.cts +1 -0
- package/pl/index.d.ts +1 -0
- package/pl/index.js +57 -0
- package/pl/integer.cjs +7 -0
- package/pl/integer.d.cts +1 -0
- package/pl/integer.d.ts +1 -0
- package/pl/integer.js +6 -0
- package/pl/ip.cjs +7 -0
- package/pl/ip.d.cts +1 -0
- package/pl/ip.d.ts +1 -0
- package/pl/ip.js +6 -0
- package/pl/ipv4.cjs +7 -0
- package/pl/ipv4.d.cts +1 -0
- package/pl/ipv4.d.ts +1 -0
- package/pl/ipv4.js +6 -0
- package/pl/ipv6.cjs +7 -0
- package/pl/ipv6.d.cts +1 -0
- package/pl/ipv6.d.ts +1 -0
- package/pl/ipv6.js +6 -0
- package/pl/isoDate.cjs +7 -0
- package/pl/isoDate.d.cts +1 -0
- package/pl/isoDate.d.ts +1 -0
- package/pl/isoDate.js +6 -0
- package/pl/isoDateTime.cjs +7 -0
- package/pl/isoDateTime.d.cts +1 -0
- package/pl/isoDateTime.d.ts +1 -0
- package/pl/isoDateTime.js +6 -0
- package/pl/isoTime.cjs +7 -0
- package/pl/isoTime.d.cts +1 -0
- package/pl/isoTime.d.ts +1 -0
- package/pl/isoTime.js +6 -0
- package/pl/isoTimeSecond.cjs +7 -0
- package/pl/isoTimeSecond.d.cts +1 -0
- package/pl/isoTimeSecond.d.ts +1 -0
- package/pl/isoTimeSecond.js +6 -0
- package/pl/isoTimestamp.cjs +7 -0
- package/pl/isoTimestamp.d.cts +1 -0
- package/pl/isoTimestamp.d.ts +1 -0
- package/pl/isoTimestamp.js +6 -0
- package/pl/isoWeek.cjs +7 -0
- package/pl/isoWeek.d.cts +1 -0
- package/pl/isoWeek.d.ts +1 -0
- package/pl/isoWeek.js +6 -0
- package/pl/length.cjs +7 -0
- package/pl/length.d.cts +1 -0
- package/pl/length.d.ts +1 -0
- package/pl/length.js +6 -0
- package/pl/mac.cjs +7 -0
- package/pl/mac.d.cts +1 -0
- package/pl/mac.d.ts +1 -0
- package/pl/mac.js +6 -0
- package/pl/mac48.cjs +7 -0
- package/pl/mac48.d.cts +1 -0
- package/pl/mac48.d.ts +1 -0
- package/pl/mac48.js +6 -0
- package/pl/mac64.cjs +7 -0
- package/pl/mac64.d.cts +1 -0
- package/pl/mac64.d.ts +1 -0
- package/pl/mac64.js +6 -0
- package/pl/maxBytes.cjs +7 -0
- package/pl/maxBytes.d.cts +1 -0
- package/pl/maxBytes.d.ts +1 -0
- package/pl/maxBytes.js +6 -0
- package/pl/maxLength.cjs +7 -0
- package/pl/maxLength.d.cts +1 -0
- package/pl/maxLength.d.ts +1 -0
- package/pl/maxLength.js +6 -0
- package/pl/maxSize.cjs +7 -0
- package/pl/maxSize.d.cts +1 -0
- package/pl/maxSize.d.ts +1 -0
- package/pl/maxSize.js +6 -0
- package/pl/maxValue.cjs +7 -0
- package/pl/maxValue.d.cts +1 -0
- package/pl/maxValue.d.ts +1 -0
- package/pl/maxValue.js +6 -0
- package/pl/mimeType.cjs +7 -0
- package/pl/mimeType.d.cts +1 -0
- package/pl/mimeType.d.ts +1 -0
- package/pl/mimeType.js +6 -0
- package/pl/minBytes.cjs +7 -0
- package/pl/minBytes.d.cts +1 -0
- package/pl/minBytes.d.ts +1 -0
- package/pl/minBytes.js +6 -0
- package/pl/minLength.cjs +7 -0
- package/pl/minLength.d.cts +1 -0
- package/pl/minLength.d.ts +1 -0
- package/pl/minLength.js +6 -0
- package/pl/minSize.cjs +7 -0
- package/pl/minSize.d.cts +1 -0
- package/pl/minSize.d.ts +1 -0
- package/pl/minSize.js +6 -0
- package/pl/minValue.cjs +7 -0
- package/pl/minValue.d.cts +1 -0
- package/pl/minValue.d.ts +1 -0
- package/pl/minValue.js +6 -0
- package/pl/multipleOf.cjs +7 -0
- package/pl/multipleOf.d.cts +1 -0
- package/pl/multipleOf.d.ts +1 -0
- package/pl/multipleOf.js +6 -0
- package/pl/nonEmpty.cjs +7 -0
- package/pl/nonEmpty.d.cts +1 -0
- package/pl/nonEmpty.d.ts +1 -0
- package/pl/nonEmpty.js +6 -0
- package/pl/notBytes.cjs +7 -0
- package/pl/notBytes.d.cts +1 -0
- package/pl/notBytes.d.ts +1 -0
- package/pl/notBytes.js +6 -0
- package/pl/notLength.cjs +7 -0
- package/pl/notLength.d.cts +1 -0
- package/pl/notLength.d.ts +1 -0
- package/pl/notLength.js +6 -0
- package/pl/notSize.cjs +7 -0
- package/pl/notSize.d.cts +1 -0
- package/pl/notSize.d.ts +1 -0
- package/pl/notSize.js +6 -0
- package/pl/notValue.cjs +7 -0
- package/pl/notValue.d.cts +1 -0
- package/pl/notValue.d.ts +1 -0
- package/pl/notValue.js +6 -0
- package/pl/octal.cjs +7 -0
- package/pl/octal.d.cts +1 -0
- package/pl/octal.d.ts +1 -0
- package/pl/octal.js +6 -0
- package/pl/regex.cjs +7 -0
- package/pl/regex.d.cts +1 -0
- package/pl/regex.d.ts +1 -0
- package/pl/regex.js +6 -0
- package/pl/safeInteger.cjs +7 -0
- package/pl/safeInteger.d.cts +1 -0
- package/pl/safeInteger.d.ts +1 -0
- package/pl/safeInteger.js +6 -0
- package/pl/schema.cjs +6 -0
- package/pl/schema.d.cts +1 -0
- package/pl/schema.d.ts +1 -0
- package/pl/schema.js +5 -0
- package/pl/size.cjs +7 -0
- package/pl/size.d.cts +1 -0
- package/pl/size.d.ts +1 -0
- package/pl/size.js +6 -0
- package/pl/startsWith.cjs +7 -0
- package/pl/startsWith.d.cts +1 -0
- package/pl/startsWith.d.ts +1 -0
- package/pl/startsWith.js +6 -0
- package/pl/ulid.cjs +7 -0
- package/pl/ulid.d.cts +1 -0
- package/pl/ulid.d.ts +1 -0
- package/pl/ulid.js +6 -0
- package/pl/url.cjs +7 -0
- package/pl/url.d.cts +1 -0
- package/pl/url.d.ts +1 -0
- package/pl/url.js +6 -0
- package/pl/uuid.cjs +7 -0
- package/pl/uuid.d.cts +1 -0
- package/pl/uuid.d.ts +1 -0
- package/pl/uuid.js +6 -0
- package/pl/value.cjs +7 -0
- package/pl/value.d.cts +1 -0
- package/pl/value.d.ts +1 -0
- package/pl/value.js +6 -0
- package/pt/{custom.cjs → check.cjs} +1 -1
- package/pt/check.d.cts +1 -0
- package/pt/check.d.ts +1 -0
- package/pt/{custom.js → check.js} +2 -2
- package/pt/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/pt/checkAsync.d.cts +1 -0
- package/pt/checkAsync.d.ts +1 -0
- package/pt/{customAsync.js → checkAsync.js} +2 -2
- package/pt/empty.cjs +7 -0
- package/pt/empty.d.cts +1 -0
- package/pt/empty.d.ts +1 -0
- package/pt/empty.js +6 -0
- package/pt/index.cjs +4 -2
- package/pt/index.js +4 -2
- package/pt/nonEmpty.cjs +7 -0
- package/pt/nonEmpty.d.cts +1 -0
- package/pt/nonEmpty.d.ts +1 -0
- package/pt/nonEmpty.js +6 -0
- package/ro/{custom.cjs → check.cjs} +1 -1
- package/ro/check.d.cts +1 -0
- package/ro/check.d.ts +1 -0
- package/ro/{custom.js → check.js} +2 -2
- package/ro/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/ro/checkAsync.d.cts +1 -0
- package/ro/checkAsync.d.ts +1 -0
- package/ro/{customAsync.js → checkAsync.js} +2 -2
- package/ro/empty.cjs +7 -0
- package/ro/empty.d.cts +1 -0
- package/ro/empty.d.ts +1 -0
- package/ro/empty.js +6 -0
- package/ro/index.cjs +4 -2
- package/ro/index.js +4 -2
- package/ro/nonEmpty.cjs +7 -0
- package/ro/nonEmpty.d.cts +1 -0
- package/ro/nonEmpty.d.ts +1 -0
- package/ro/nonEmpty.js +6 -0
- package/ru/{custom.cjs → check.cjs} +1 -1
- package/ru/check.d.cts +1 -0
- package/ru/check.d.ts +1 -0
- package/ru/{custom.js → check.js} +2 -2
- package/ru/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/ru/checkAsync.d.cts +1 -0
- package/ru/checkAsync.d.ts +1 -0
- package/ru/{customAsync.js → checkAsync.js} +2 -2
- package/ru/empty.cjs +7 -0
- package/ru/empty.d.cts +1 -0
- package/ru/empty.d.ts +1 -0
- package/ru/empty.js +6 -0
- package/ru/index.cjs +4 -2
- package/ru/index.js +4 -2
- package/ru/nonEmpty.cjs +7 -0
- package/ru/nonEmpty.d.cts +1 -0
- package/ru/nonEmpty.d.ts +1 -0
- package/ru/nonEmpty.js +6 -0
- package/sl/{custom.cjs → check.cjs} +1 -1
- package/sl/check.d.cts +1 -0
- package/sl/check.d.ts +1 -0
- package/sl/{custom.js → check.js} +2 -2
- package/sl/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/sl/checkAsync.d.cts +1 -0
- package/sl/checkAsync.d.ts +1 -0
- package/sl/{customAsync.js → checkAsync.js} +2 -2
- package/sl/empty.cjs +7 -0
- package/sl/empty.d.cts +1 -0
- package/sl/empty.d.ts +1 -0
- package/sl/empty.js +6 -0
- package/sl/index.cjs +4 -2
- package/sl/index.js +4 -2
- package/sl/nonEmpty.cjs +7 -0
- package/sl/nonEmpty.d.cts +1 -0
- package/sl/nonEmpty.d.ts +1 -0
- package/sl/nonEmpty.js +6 -0
- package/sv/{custom.cjs → check.cjs} +1 -1
- package/sv/check.d.cts +1 -0
- package/sv/check.d.ts +1 -0
- package/sv/{custom.js → check.js} +2 -2
- package/sv/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/sv/checkAsync.d.cts +1 -0
- package/sv/checkAsync.d.ts +1 -0
- package/sv/{customAsync.js → checkAsync.js} +2 -2
- package/sv/empty.cjs +7 -0
- package/sv/empty.d.cts +1 -0
- package/sv/empty.d.ts +1 -0
- package/sv/empty.js +6 -0
- package/sv/index.cjs +4 -2
- package/sv/index.js +4 -2
- package/sv/nonEmpty.cjs +7 -0
- package/sv/nonEmpty.d.cts +1 -0
- package/sv/nonEmpty.d.ts +1 -0
- package/sv/nonEmpty.js +6 -0
- package/tr/{custom.cjs → check.cjs} +1 -1
- package/tr/check.d.cts +1 -0
- package/tr/check.d.ts +1 -0
- package/tr/{custom.js → check.js} +2 -2
- package/tr/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/tr/checkAsync.d.cts +1 -0
- package/tr/checkAsync.d.ts +1 -0
- package/tr/{customAsync.js → checkAsync.js} +2 -2
- package/tr/empty.cjs +7 -0
- package/tr/empty.d.cts +1 -0
- package/tr/empty.d.ts +1 -0
- package/tr/empty.js +6 -0
- package/tr/index.cjs +4 -2
- package/tr/index.js +4 -2
- package/tr/nonEmpty.cjs +7 -0
- package/tr/nonEmpty.d.cts +1 -0
- package/tr/nonEmpty.d.ts +1 -0
- package/tr/nonEmpty.js +6 -0
- package/uk/{custom.cjs → check.cjs} +1 -1
- package/uk/check.d.cts +1 -0
- package/uk/check.d.ts +1 -0
- package/uk/{custom.js → check.js} +2 -2
- package/uk/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/uk/checkAsync.d.cts +1 -0
- package/uk/checkAsync.d.ts +1 -0
- package/uk/{customAsync.js → checkAsync.js} +2 -2
- package/uk/empty.cjs +7 -0
- package/uk/empty.d.cts +1 -0
- package/uk/empty.d.ts +1 -0
- package/uk/empty.js +6 -0
- package/uk/index.cjs +4 -2
- package/uk/index.js +4 -2
- package/uk/nonEmpty.cjs +7 -0
- package/uk/nonEmpty.d.cts +1 -0
- package/uk/nonEmpty.d.ts +1 -0
- package/uk/nonEmpty.js +6 -0
- package/zh-CN/{custom.cjs → check.cjs} +1 -1
- package/zh-CN/check.d.cts +1 -0
- package/zh-CN/check.d.ts +1 -0
- package/zh-CN/{custom.js → check.js} +2 -2
- package/zh-CN/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/zh-CN/checkAsync.d.cts +1 -0
- package/zh-CN/checkAsync.d.ts +1 -0
- package/zh-CN/{customAsync.js → checkAsync.js} +2 -2
- package/zh-CN/empty.cjs +7 -0
- package/zh-CN/empty.d.cts +1 -0
- package/zh-CN/empty.d.ts +1 -0
- package/zh-CN/empty.js +6 -0
- package/zh-CN/index.cjs +4 -2
- package/zh-CN/index.js +4 -2
- package/zh-CN/nonEmpty.cjs +7 -0
- package/zh-CN/nonEmpty.d.cts +1 -0
- package/zh-CN/nonEmpty.d.ts +1 -0
- package/zh-CN/nonEmpty.js +6 -0
- package/zh-TW/{custom.cjs → check.cjs} +1 -1
- package/zh-TW/check.d.cts +1 -0
- package/zh-TW/check.d.ts +1 -0
- package/zh-TW/{custom.js → check.js} +2 -2
- package/zh-TW/{customAsync.cjs → checkAsync.cjs} +1 -1
- package/zh-TW/checkAsync.d.cts +1 -0
- package/zh-TW/checkAsync.d.ts +1 -0
- package/zh-TW/{customAsync.js → checkAsync.js} +2 -2
- package/zh-TW/empty.cjs +7 -0
- package/zh-TW/empty.d.cts +1 -0
- package/zh-TW/empty.d.ts +1 -0
- package/zh-TW/empty.js +6 -0
- package/zh-TW/index.cjs +4 -2
- package/zh-TW/index.js +4 -2
- package/zh-TW/nonEmpty.cjs +7 -0
- package/zh-TW/nonEmpty.d.cts +1 -0
- package/zh-TW/nonEmpty.d.ts +1 -0
- package/zh-TW/nonEmpty.js +6 -0
- /package/ar/{custom.d.cts → check.d.cts} +0 -0
- /package/ar/{custom.d.ts → check.d.ts} +0 -0
- /package/ar/{customAsync.d.cts → checkAsync.d.cts} +0 -0
- /package/ar/{customAsync.d.ts → checkAsync.d.ts} +0 -0
- /package/{de/custom.d.cts → ar/empty.d.cts} +0 -0
- /package/{de/custom.d.ts → ar/empty.d.ts} +0 -0
- /package/{de/customAsync.d.cts → ar/nonEmpty.d.cts} +0 -0
- /package/{de/customAsync.d.ts → ar/nonEmpty.d.ts} +0 -0
- /package/{es/custom.d.cts → ca/bic.d.cts} +0 -0
- /package/{es/custom.d.ts → ca/bic.d.ts} +0 -0
- /package/{es/customAsync.d.cts → ca/bytes.d.cts} +0 -0
- /package/{es/customAsync.d.ts → ca/bytes.d.ts} +0 -0
- /package/{fr/custom.d.cts → ca/check.d.cts} +0 -0
- /package/{fr/custom.d.ts → ca/check.d.ts} +0 -0
- /package/{fr/customAsync.d.cts → ca/checkAsync.d.cts} +0 -0
- /package/{fr/customAsync.d.ts → ca/checkAsync.d.ts} +0 -0
- /package/{hu/custom.d.cts → ca/creditCard.d.cts} +0 -0
- /package/{hu/custom.d.ts → ca/creditCard.d.ts} +0 -0
- /package/{hu/customAsync.d.cts → ca/cuid2.d.cts} +0 -0
- /package/{hu/customAsync.d.ts → ca/cuid2.d.ts} +0 -0
- /package/{it/custom.d.cts → ca/decimal.d.cts} +0 -0
- /package/{it/custom.d.ts → ca/decimal.d.ts} +0 -0
- /package/{it/customAsync.d.cts → ca/email.d.cts} +0 -0
- /package/{it/customAsync.d.ts → ca/email.d.ts} +0 -0
- /package/{ja/custom.d.cts → ca/emoji.d.cts} +0 -0
- /package/{ja/custom.d.ts → ca/emoji.d.ts} +0 -0
- /package/{ja/customAsync.d.cts → ca/empty.d.cts} +0 -0
- /package/{ja/customAsync.d.ts → ca/empty.d.ts} +0 -0
- /package/{kr/custom.d.cts → ca/endsWith.d.cts} +0 -0
- /package/{kr/custom.d.ts → ca/endsWith.d.ts} +0 -0
- /package/{kr/customAsync.d.cts → ca/excludes.d.cts} +0 -0
- /package/{kr/customAsync.d.ts → ca/excludes.d.ts} +0 -0
- /package/{nb/custom.d.cts → ca/finite.d.cts} +0 -0
- /package/{nb/custom.d.ts → ca/finite.d.ts} +0 -0
- /package/{nb/customAsync.d.cts → ca/hash.d.cts} +0 -0
- /package/{nb/customAsync.d.ts → ca/hash.d.ts} +0 -0
- /package/{nl/custom.d.cts → ca/hexColor.d.cts} +0 -0
- /package/{nl/custom.d.ts → ca/hexColor.d.ts} +0 -0
- /package/{nl/customAsync.d.cts → ca/hexadecimal.d.cts} +0 -0
- /package/{nl/customAsync.d.ts → ca/hexadecimal.d.ts} +0 -0
- /package/{pt/custom.d.cts → ca/imei.d.cts} +0 -0
- /package/{pt/custom.d.ts → ca/imei.d.ts} +0 -0
- /package/{pt/customAsync.d.cts → ca/includes.d.cts} +0 -0
- /package/{pt/customAsync.d.ts → ca/includes.d.ts} +0 -0
- /package/{ro/custom.d.cts → ca/index.d.cts} +0 -0
- /package/{ro/custom.d.ts → ca/index.d.ts} +0 -0
- /package/{ro/customAsync.d.cts → ca/integer.d.cts} +0 -0
- /package/{ro/customAsync.d.ts → ca/integer.d.ts} +0 -0
- /package/{ru/custom.d.cts → ca/ip.d.cts} +0 -0
- /package/{ru/custom.d.ts → ca/ip.d.ts} +0 -0
- /package/{ru/customAsync.d.cts → ca/ipv4.d.cts} +0 -0
- /package/{ru/customAsync.d.ts → ca/ipv4.d.ts} +0 -0
- /package/{sl/custom.d.cts → ca/ipv6.d.cts} +0 -0
- /package/{sl/custom.d.ts → ca/ipv6.d.ts} +0 -0
- /package/{sl/customAsync.d.cts → ca/isoDate.d.cts} +0 -0
- /package/{sl/customAsync.d.ts → ca/isoDate.d.ts} +0 -0
- /package/{sv/custom.d.cts → ca/isoDateTime.d.cts} +0 -0
- /package/{sv/custom.d.ts → ca/isoDateTime.d.ts} +0 -0
- /package/{sv/customAsync.d.cts → ca/isoTime.d.cts} +0 -0
- /package/{sv/customAsync.d.ts → ca/isoTime.d.ts} +0 -0
- /package/{tr/custom.d.cts → ca/isoTimeSecond.d.cts} +0 -0
- /package/{tr/custom.d.ts → ca/isoTimeSecond.d.ts} +0 -0
- /package/{tr/customAsync.d.cts → ca/isoTimestamp.d.cts} +0 -0
- /package/{tr/customAsync.d.ts → ca/isoTimestamp.d.ts} +0 -0
- /package/{uk/custom.d.cts → ca/isoWeek.d.cts} +0 -0
- /package/{uk/custom.d.ts → ca/isoWeek.d.ts} +0 -0
- /package/{uk/customAsync.d.cts → ca/length.d.cts} +0 -0
- /package/{uk/customAsync.d.ts → ca/length.d.ts} +0 -0
- /package/{zh-CN/custom.d.cts → ca/mac.d.cts} +0 -0
- /package/{zh-CN/custom.d.ts → ca/mac.d.ts} +0 -0
- /package/{zh-CN/customAsync.d.cts → ca/mac48.d.cts} +0 -0
- /package/{zh-CN/customAsync.d.ts → ca/mac48.d.ts} +0 -0
- /package/{zh-TW/custom.d.cts → ca/mac64.d.cts} +0 -0
- /package/{zh-TW/custom.d.ts → ca/mac64.d.ts} +0 -0
- /package/{zh-TW/customAsync.d.cts → ca/maxBytes.d.cts} +0 -0
- /package/{zh-TW/customAsync.d.ts → ca/maxBytes.d.ts} +0 -0
package/uk/index.cjs
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
var import_schema = require("@valibot/i18n/uk/schema");
|
|
3
3
|
var import_bic = require("@valibot/i18n/uk/bic");
|
|
4
4
|
var import_bytes = require("@valibot/i18n/uk/bytes");
|
|
5
|
+
var import_check = require("@valibot/i18n/uk/check");
|
|
6
|
+
var import_checkAsync = require("@valibot/i18n/uk/checkAsync");
|
|
5
7
|
var import_creditCard = require("@valibot/i18n/uk/creditCard");
|
|
6
8
|
var import_cuid2 = require("@valibot/i18n/uk/cuid2");
|
|
7
|
-
var import_custom = require("@valibot/i18n/uk/custom");
|
|
8
|
-
var import_customAsync = require("@valibot/i18n/uk/customAsync");
|
|
9
9
|
var import_decimal = require("@valibot/i18n/uk/decimal");
|
|
10
10
|
var import_email = require("@valibot/i18n/uk/email");
|
|
11
11
|
var import_emoji = require("@valibot/i18n/uk/emoji");
|
|
12
|
+
var import_empty = require("@valibot/i18n/uk/empty");
|
|
12
13
|
var import_endsWith = require("@valibot/i18n/uk/endsWith");
|
|
13
14
|
var import_excludes = require("@valibot/i18n/uk/excludes");
|
|
14
15
|
var import_finite = require("@valibot/i18n/uk/finite");
|
|
@@ -41,6 +42,7 @@ var import_minLength = require("@valibot/i18n/uk/minLength");
|
|
|
41
42
|
var import_minSize = require("@valibot/i18n/uk/minSize");
|
|
42
43
|
var import_minValue = require("@valibot/i18n/uk/minValue");
|
|
43
44
|
var import_multipleOf = require("@valibot/i18n/uk/multipleOf");
|
|
45
|
+
var import_nonEmpty = require("@valibot/i18n/uk/nonEmpty");
|
|
44
46
|
var import_notBytes = require("@valibot/i18n/uk/notBytes");
|
|
45
47
|
var import_notLength = require("@valibot/i18n/uk/notLength");
|
|
46
48
|
var import_notSize = require("@valibot/i18n/uk/notSize");
|
package/uk/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import "@valibot/i18n/uk/schema";
|
|
2
2
|
import "@valibot/i18n/uk/bic";
|
|
3
3
|
import "@valibot/i18n/uk/bytes";
|
|
4
|
+
import "@valibot/i18n/uk/check";
|
|
5
|
+
import "@valibot/i18n/uk/checkAsync";
|
|
4
6
|
import "@valibot/i18n/uk/creditCard";
|
|
5
7
|
import "@valibot/i18n/uk/cuid2";
|
|
6
|
-
import "@valibot/i18n/uk/custom";
|
|
7
|
-
import "@valibot/i18n/uk/customAsync";
|
|
8
8
|
import "@valibot/i18n/uk/decimal";
|
|
9
9
|
import "@valibot/i18n/uk/email";
|
|
10
10
|
import "@valibot/i18n/uk/emoji";
|
|
11
|
+
import "@valibot/i18n/uk/empty";
|
|
11
12
|
import "@valibot/i18n/uk/endsWith";
|
|
12
13
|
import "@valibot/i18n/uk/excludes";
|
|
13
14
|
import "@valibot/i18n/uk/finite";
|
|
@@ -40,6 +41,7 @@ import "@valibot/i18n/uk/minLength";
|
|
|
40
41
|
import "@valibot/i18n/uk/minSize";
|
|
41
42
|
import "@valibot/i18n/uk/minValue";
|
|
42
43
|
import "@valibot/i18n/uk/multipleOf";
|
|
44
|
+
import "@valibot/i18n/uk/nonEmpty";
|
|
43
45
|
import "@valibot/i18n/uk/notBytes";
|
|
44
46
|
import "@valibot/i18n/uk/notLength";
|
|
45
47
|
import "@valibot/i18n/uk/notSize";
|
package/uk/nonEmpty.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/uk/nonEmpty.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/uk/nonEmpty.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/zh-CN/check.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/zh-CN/empty.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/zh-CN/empty.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/zh-CN/empty.js
ADDED
package/zh-CN/index.cjs
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
var import_schema = require("@valibot/i18n/zh-CN/schema");
|
|
3
3
|
var import_bic = require("@valibot/i18n/zh-CN/bic");
|
|
4
4
|
var import_bytes = require("@valibot/i18n/zh-CN/bytes");
|
|
5
|
+
var import_check = require("@valibot/i18n/zh-CN/check");
|
|
6
|
+
var import_checkAsync = require("@valibot/i18n/zh-CN/checkAsync");
|
|
5
7
|
var import_creditCard = require("@valibot/i18n/zh-CN/creditCard");
|
|
6
8
|
var import_cuid2 = require("@valibot/i18n/zh-CN/cuid2");
|
|
7
|
-
var import_custom = require("@valibot/i18n/zh-CN/custom");
|
|
8
|
-
var import_customAsync = require("@valibot/i18n/zh-CN/customAsync");
|
|
9
9
|
var import_decimal = require("@valibot/i18n/zh-CN/decimal");
|
|
10
10
|
var import_email = require("@valibot/i18n/zh-CN/email");
|
|
11
11
|
var import_emoji = require("@valibot/i18n/zh-CN/emoji");
|
|
12
|
+
var import_empty = require("@valibot/i18n/zh-CN/empty");
|
|
12
13
|
var import_endsWith = require("@valibot/i18n/zh-CN/endsWith");
|
|
13
14
|
var import_excludes = require("@valibot/i18n/zh-CN/excludes");
|
|
14
15
|
var import_finite = require("@valibot/i18n/zh-CN/finite");
|
|
@@ -41,6 +42,7 @@ var import_minLength = require("@valibot/i18n/zh-CN/minLength");
|
|
|
41
42
|
var import_minSize = require("@valibot/i18n/zh-CN/minSize");
|
|
42
43
|
var import_minValue = require("@valibot/i18n/zh-CN/minValue");
|
|
43
44
|
var import_multipleOf = require("@valibot/i18n/zh-CN/multipleOf");
|
|
45
|
+
var import_nonEmpty = require("@valibot/i18n/zh-CN/nonEmpty");
|
|
44
46
|
var import_notBytes = require("@valibot/i18n/zh-CN/notBytes");
|
|
45
47
|
var import_notLength = require("@valibot/i18n/zh-CN/notLength");
|
|
46
48
|
var import_notSize = require("@valibot/i18n/zh-CN/notSize");
|
package/zh-CN/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import "@valibot/i18n/zh-CN/schema";
|
|
2
2
|
import "@valibot/i18n/zh-CN/bic";
|
|
3
3
|
import "@valibot/i18n/zh-CN/bytes";
|
|
4
|
+
import "@valibot/i18n/zh-CN/check";
|
|
5
|
+
import "@valibot/i18n/zh-CN/checkAsync";
|
|
4
6
|
import "@valibot/i18n/zh-CN/creditCard";
|
|
5
7
|
import "@valibot/i18n/zh-CN/cuid2";
|
|
6
|
-
import "@valibot/i18n/zh-CN/custom";
|
|
7
|
-
import "@valibot/i18n/zh-CN/customAsync";
|
|
8
8
|
import "@valibot/i18n/zh-CN/decimal";
|
|
9
9
|
import "@valibot/i18n/zh-CN/email";
|
|
10
10
|
import "@valibot/i18n/zh-CN/emoji";
|
|
11
|
+
import "@valibot/i18n/zh-CN/empty";
|
|
11
12
|
import "@valibot/i18n/zh-CN/endsWith";
|
|
12
13
|
import "@valibot/i18n/zh-CN/excludes";
|
|
13
14
|
import "@valibot/i18n/zh-CN/finite";
|
|
@@ -40,6 +41,7 @@ import "@valibot/i18n/zh-CN/minLength";
|
|
|
40
41
|
import "@valibot/i18n/zh-CN/minSize";
|
|
41
42
|
import "@valibot/i18n/zh-CN/minValue";
|
|
42
43
|
import "@valibot/i18n/zh-CN/multipleOf";
|
|
44
|
+
import "@valibot/i18n/zh-CN/nonEmpty";
|
|
43
45
|
import "@valibot/i18n/zh-CN/notBytes";
|
|
44
46
|
import "@valibot/i18n/zh-CN/notLength";
|
|
45
47
|
import "@valibot/i18n/zh-CN/notSize";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/zh-TW/check.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/zh-TW/empty.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/zh-TW/empty.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
package/zh-TW/empty.js
ADDED
package/zh-TW/index.cjs
CHANGED
|
@@ -2,13 +2,14 @@
|
|
|
2
2
|
var import_schema = require("@valibot/i18n/zh-TW/schema");
|
|
3
3
|
var import_bic = require("@valibot/i18n/zh-TW/bic");
|
|
4
4
|
var import_bytes = require("@valibot/i18n/zh-TW/bytes");
|
|
5
|
+
var import_check = require("@valibot/i18n/zh-TW/check");
|
|
5
6
|
var import_creditCard = require("@valibot/i18n/zh-TW/creditCard");
|
|
7
|
+
var import_checkAsync = require("@valibot/i18n/zh-TW/checkAsync");
|
|
6
8
|
var import_cuid2 = require("@valibot/i18n/zh-TW/cuid2");
|
|
7
|
-
var import_custom = require("@valibot/i18n/zh-TW/custom");
|
|
8
|
-
var import_customAsync = require("@valibot/i18n/zh-TW/customAsync");
|
|
9
9
|
var import_decimal = require("@valibot/i18n/zh-TW/decimal");
|
|
10
10
|
var import_email = require("@valibot/i18n/zh-TW/email");
|
|
11
11
|
var import_emoji = require("@valibot/i18n/zh-TW/emoji");
|
|
12
|
+
var import_empty = require("@valibot/i18n/zh-TW/empty");
|
|
12
13
|
var import_endsWith = require("@valibot/i18n/zh-TW/endsWith");
|
|
13
14
|
var import_excludes = require("@valibot/i18n/zh-TW/excludes");
|
|
14
15
|
var import_finite = require("@valibot/i18n/zh-TW/finite");
|
|
@@ -41,6 +42,7 @@ var import_minLength = require("@valibot/i18n/zh-TW/minLength");
|
|
|
41
42
|
var import_minSize = require("@valibot/i18n/zh-TW/minSize");
|
|
42
43
|
var import_minValue = require("@valibot/i18n/zh-TW/minValue");
|
|
43
44
|
var import_multipleOf = require("@valibot/i18n/zh-TW/multipleOf");
|
|
45
|
+
var import_nonEmpty = require("@valibot/i18n/zh-TW/nonEmpty");
|
|
44
46
|
var import_notBytes = require("@valibot/i18n/zh-TW/notBytes");
|
|
45
47
|
var import_notLength = require("@valibot/i18n/zh-TW/notLength");
|
|
46
48
|
var import_notSize = require("@valibot/i18n/zh-TW/notSize");
|
package/zh-TW/index.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import "@valibot/i18n/zh-TW/schema";
|
|
2
2
|
import "@valibot/i18n/zh-TW/bic";
|
|
3
3
|
import "@valibot/i18n/zh-TW/bytes";
|
|
4
|
+
import "@valibot/i18n/zh-TW/check";
|
|
4
5
|
import "@valibot/i18n/zh-TW/creditCard";
|
|
6
|
+
import "@valibot/i18n/zh-TW/checkAsync";
|
|
5
7
|
import "@valibot/i18n/zh-TW/cuid2";
|
|
6
|
-
import "@valibot/i18n/zh-TW/custom";
|
|
7
|
-
import "@valibot/i18n/zh-TW/customAsync";
|
|
8
8
|
import "@valibot/i18n/zh-TW/decimal";
|
|
9
9
|
import "@valibot/i18n/zh-TW/email";
|
|
10
10
|
import "@valibot/i18n/zh-TW/emoji";
|
|
11
|
+
import "@valibot/i18n/zh-TW/empty";
|
|
11
12
|
import "@valibot/i18n/zh-TW/endsWith";
|
|
12
13
|
import "@valibot/i18n/zh-TW/excludes";
|
|
13
14
|
import "@valibot/i18n/zh-TW/finite";
|
|
@@ -40,6 +41,7 @@ import "@valibot/i18n/zh-TW/minLength";
|
|
|
40
41
|
import "@valibot/i18n/zh-TW/minSize";
|
|
41
42
|
import "@valibot/i18n/zh-TW/minValue";
|
|
42
43
|
import "@valibot/i18n/zh-TW/multipleOf";
|
|
44
|
+
import "@valibot/i18n/zh-TW/nonEmpty";
|
|
43
45
|
import "@valibot/i18n/zh-TW/notBytes";
|
|
44
46
|
import "@valibot/i18n/zh-TW/notLength";
|
|
45
47
|
import "@valibot/i18n/zh-TW/notSize";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { }
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|