@inntechcorp/it-design 2.1.73 → 2.1.76
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 +204 -204
- package/dist/index.d.ts +4 -1
- package/dist/index.esm.js +137 -137
- package/dist/locales/calendar.json +22 -22
- package/dist/locales/en/itd.json +2 -1
- package/dist/locales/itd.json +223 -221
- package/dist/locales/tr/itd.json +2 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1568,7 +1568,8 @@ declare enum FormValidationTypes {
|
|
|
1568
1568
|
PASSWORD = "password",
|
|
1569
1569
|
EMAIL = "email",
|
|
1570
1570
|
USERNAME = "username",
|
|
1571
|
-
SITE_USERNAME = "siteUsername"
|
|
1571
|
+
SITE_USERNAME = "siteUsername",
|
|
1572
|
+
ADMIN_USERNAME = "adminUsername"
|
|
1572
1573
|
}
|
|
1573
1574
|
|
|
1574
1575
|
declare const resources: {
|
|
@@ -1616,6 +1617,7 @@ declare const resources: {
|
|
|
1616
1617
|
wrongTCIdentity: string;
|
|
1617
1618
|
fieldMustBeTheSame: string;
|
|
1618
1619
|
siteUsernameRule: string;
|
|
1620
|
+
adminUsernameRule: string;
|
|
1619
1621
|
fieldMustBeDifferent: string;
|
|
1620
1622
|
};
|
|
1621
1623
|
uploader: {
|
|
@@ -1906,6 +1908,7 @@ declare const resources: {
|
|
|
1906
1908
|
wrongTCIdentity: string;
|
|
1907
1909
|
fieldMustBeTheSame: string;
|
|
1908
1910
|
siteUsernameRule: string;
|
|
1911
|
+
adminUsernameRule: string;
|
|
1909
1912
|
fieldMustBeDifferent: string;
|
|
1910
1913
|
};
|
|
1911
1914
|
uploader: {
|