@inntechcorp/it-design 2.1.66 → 2.1.67
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/enums/enum.d.ts +2 -1
- package/dist/index.cjs.js +137 -137
- package/dist/index.d.ts +4 -1
- package/dist/index.esm.js +157 -157
- package/dist/locales/en/itd.json +2 -1
- package/dist/locales/itd.json +2 -1
- package/dist/locales/tr/itd.json +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1566,7 +1566,8 @@ declare enum FormValidationTypes {
|
|
|
1566
1566
|
TC_IDENTITY = "TCIdentity",
|
|
1567
1567
|
PASSWORD = "password",
|
|
1568
1568
|
EMAIL = "email",
|
|
1569
|
-
USERNAME = "username"
|
|
1569
|
+
USERNAME = "username",
|
|
1570
|
+
HAS_UPPER_CASE = "hasUpperCase"
|
|
1570
1571
|
}
|
|
1571
1572
|
|
|
1572
1573
|
declare const resources: {
|
|
@@ -1613,6 +1614,7 @@ declare const resources: {
|
|
|
1613
1614
|
usernameRule: string;
|
|
1614
1615
|
wrongTCIdentity: string;
|
|
1615
1616
|
fieldMustBeTheSame: string;
|
|
1617
|
+
hasUpperCase: string;
|
|
1616
1618
|
};
|
|
1617
1619
|
uploader: {
|
|
1618
1620
|
header: string;
|
|
@@ -1901,6 +1903,7 @@ declare const resources: {
|
|
|
1901
1903
|
usernameRule: string;
|
|
1902
1904
|
wrongTCIdentity: string;
|
|
1903
1905
|
fieldMustBeTheSame: string;
|
|
1906
|
+
hasUpperCase: string;
|
|
1904
1907
|
};
|
|
1905
1908
|
uploader: {
|
|
1906
1909
|
header: string;
|