@inntechcorp/it-design 2.1.67 → 2.1.70
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/form/validation/Validator.d.ts +1 -0
- package/dist/index.cjs.js +137 -137
- package/dist/index.d.ts +4 -3
- package/dist/index.esm.js +137 -137
- package/dist/locales/en/itd.json +1 -1
- package/dist/locales/itd.json +1 -1
- package/dist/locales/tr/itd.json +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1563,11 +1563,12 @@ declare enum FormValidationTypes {
|
|
|
1563
1563
|
MAX_LENGTH = "maxLength",
|
|
1564
1564
|
EXACT_LENGTH = "exactLength",
|
|
1565
1565
|
SAME = "same",
|
|
1566
|
+
NOT_SAME = "notSame",
|
|
1566
1567
|
TC_IDENTITY = "TCIdentity",
|
|
1567
1568
|
PASSWORD = "password",
|
|
1568
1569
|
EMAIL = "email",
|
|
1569
1570
|
USERNAME = "username",
|
|
1570
|
-
|
|
1571
|
+
SITE_USERNAME = "siteUsername"
|
|
1571
1572
|
}
|
|
1572
1573
|
|
|
1573
1574
|
declare const resources: {
|
|
@@ -1614,7 +1615,7 @@ declare const resources: {
|
|
|
1614
1615
|
usernameRule: string;
|
|
1615
1616
|
wrongTCIdentity: string;
|
|
1616
1617
|
fieldMustBeTheSame: string;
|
|
1617
|
-
|
|
1618
|
+
siteUsernameRule: string;
|
|
1618
1619
|
};
|
|
1619
1620
|
uploader: {
|
|
1620
1621
|
header: string;
|
|
@@ -1903,7 +1904,7 @@ declare const resources: {
|
|
|
1903
1904
|
usernameRule: string;
|
|
1904
1905
|
wrongTCIdentity: string;
|
|
1905
1906
|
fieldMustBeTheSame: string;
|
|
1906
|
-
|
|
1907
|
+
siteUsernameRule: string;
|
|
1907
1908
|
};
|
|
1908
1909
|
uploader: {
|
|
1909
1910
|
header: string;
|