@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/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: {