@inntechcorp/it-design 2.1.68 → 2.1.71
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 +1 -0
- package/dist/index.cjs.js +234 -234
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +137 -137
- 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
|
@@ -1563,6 +1563,7 @@ 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",
|
|
@@ -1615,6 +1616,7 @@ declare const resources: {
|
|
|
1615
1616
|
wrongTCIdentity: string;
|
|
1616
1617
|
fieldMustBeTheSame: string;
|
|
1617
1618
|
siteUsernameRule: string;
|
|
1619
|
+
fieldMustBeDifferent: string;
|
|
1618
1620
|
};
|
|
1619
1621
|
uploader: {
|
|
1620
1622
|
header: string;
|
|
@@ -1904,6 +1906,7 @@ declare const resources: {
|
|
|
1904
1906
|
wrongTCIdentity: string;
|
|
1905
1907
|
fieldMustBeTheSame: string;
|
|
1906
1908
|
siteUsernameRule: string;
|
|
1909
|
+
fieldMustBeDifferent: string;
|
|
1907
1910
|
};
|
|
1908
1911
|
uploader: {
|
|
1909
1912
|
header: string;
|