@timardex/cluemart-shared 1.1.65 → 1.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/{ad-YmCqcpsU.d.ts → ad-CIIexObo.d.ts} +1 -1
- package/dist/{ad-Dveoa7qY.d.mts → ad-CNg5-GwQ.d.mts} +1 -1
- package/dist/{auth-CUX9MjXz.d.ts → auth-D8C8i97l.d.ts} +1 -1
- package/dist/{auth-DjnAnJG2.d.mts → auth-Do4FsRPf.d.mts} +1 -1
- package/dist/formFields/index.cjs +22 -22
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +22 -22
- package/dist/formFields/index.mjs.map +1 -1
- package/dist/{global-D0x3B0sV.d.ts → global-B9wwLKaM.d.ts} +8 -9
- package/dist/{global-Dv7IC_sT.d.mts → global-B_d5mdQP.d.mts} +8 -9
- package/dist/graphql/index.cjs +10 -10
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +10 -10
- package/dist/graphql/index.mjs.map +1 -1
- package/dist/hooks/index.cjs +41 -48
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +41 -48
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +73 -80
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +8 -9
- package/dist/index.d.ts +8 -9
- package/dist/index.mjs +73 -80
- package/dist/index.mjs.map +1 -1
- package/dist/{notification-BIfcW0W3.d.mts → notification-BDyTB052.d.mts} +1 -1
- package/dist/{notification-B5edCCra.d.ts → notification-D7T-_hL5.d.ts} +1 -1
- package/dist/types/index.d.mts +4 -4
- package/dist/types/index.d.ts +4 -4
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumUserLicence, EnumUserRole } from './enums/index.js';
|
|
2
|
-
import { C as Category, w as CreateFormData, o as ResourceImageType, p as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, w as CreateFormData, o as ResourceImageType, p as SocialMediaType } from './global-B9wwLKaM.js';
|
|
3
3
|
|
|
4
4
|
interface TestersFormData {
|
|
5
5
|
categories: Category[] | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumResourceType, EnumUserLicence, EnumUserRole } from './enums/index.mjs';
|
|
2
|
-
import { C as Category, w as CreateFormData, o as ResourceImageType, p as SocialMediaType } from './global-
|
|
2
|
+
import { C as Category, w as CreateFormData, o as ResourceImageType, p as SocialMediaType } from './global-B_d5mdQP.mjs';
|
|
3
3
|
|
|
4
4
|
interface TestersFormData {
|
|
5
5
|
categories: Category[] | null;
|
|
@@ -598,13 +598,13 @@ var stallTypeOptions = stallTypes.map((type) => ({
|
|
|
598
598
|
// src/formFields/auth.ts
|
|
599
599
|
var loginFields = [
|
|
600
600
|
{
|
|
601
|
-
helperText: "Enter your email address",
|
|
601
|
+
helperText: "Enter your email address *",
|
|
602
602
|
keyboardType: "email-address",
|
|
603
603
|
name: "email",
|
|
604
604
|
placeholder: "Email"
|
|
605
605
|
},
|
|
606
606
|
{
|
|
607
|
-
helperText: "Enter your password",
|
|
607
|
+
helperText: "Enter your password *",
|
|
608
608
|
keyboardType: "default",
|
|
609
609
|
name: "password",
|
|
610
610
|
placeholder: "Password",
|
|
@@ -613,25 +613,25 @@ var loginFields = [
|
|
|
613
613
|
];
|
|
614
614
|
var registerFields = [
|
|
615
615
|
{
|
|
616
|
-
helperText: "Enter your first name",
|
|
616
|
+
helperText: "Enter your first name *",
|
|
617
617
|
keyboardType: "default",
|
|
618
618
|
name: "firstName",
|
|
619
619
|
placeholder: "First Name"
|
|
620
620
|
},
|
|
621
621
|
{
|
|
622
|
-
helperText: "Enter your last name",
|
|
622
|
+
helperText: "Enter your last name *",
|
|
623
623
|
keyboardType: "default",
|
|
624
624
|
name: "lastName",
|
|
625
625
|
placeholder: "Last Name"
|
|
626
626
|
},
|
|
627
627
|
{
|
|
628
|
-
helperText: "Enter your email address",
|
|
628
|
+
helperText: "Enter your email address *",
|
|
629
629
|
keyboardType: "email-address",
|
|
630
630
|
name: "email",
|
|
631
631
|
placeholder: "Email"
|
|
632
632
|
},
|
|
633
633
|
{
|
|
634
|
-
helperText: "Enter your password",
|
|
634
|
+
helperText: "Enter your password *",
|
|
635
635
|
keyboardType: "default",
|
|
636
636
|
name: "password",
|
|
637
637
|
placeholder: "Password",
|
|
@@ -640,7 +640,7 @@ var registerFields = [
|
|
|
640
640
|
];
|
|
641
641
|
var requestPasswordResetFields = [
|
|
642
642
|
{
|
|
643
|
-
helperText: "Enter your email address",
|
|
643
|
+
helperText: "Enter your email address to reset your password *",
|
|
644
644
|
keyboardType: "email-address",
|
|
645
645
|
name: "email",
|
|
646
646
|
placeholder: "Email"
|
|
@@ -648,14 +648,14 @@ var requestPasswordResetFields = [
|
|
|
648
648
|
];
|
|
649
649
|
var resetPasswordFields = [
|
|
650
650
|
{
|
|
651
|
-
helperText: "Enter your new password",
|
|
651
|
+
helperText: "Enter your new password *",
|
|
652
652
|
keyboardType: "default",
|
|
653
653
|
name: "password",
|
|
654
654
|
placeholder: "Password",
|
|
655
655
|
secureTextEntry: true
|
|
656
656
|
},
|
|
657
657
|
{
|
|
658
|
-
helperText: "Confirm your new password",
|
|
658
|
+
helperText: "Confirm your new password *",
|
|
659
659
|
keyboardType: "default",
|
|
660
660
|
name: "confirmPassword",
|
|
661
661
|
placeholder: "Confirm Password",
|
|
@@ -665,13 +665,13 @@ var resetPasswordFields = [
|
|
|
665
665
|
var validateVerificationTokenFields = [
|
|
666
666
|
{
|
|
667
667
|
disabled: true,
|
|
668
|
-
helperText: "Your email address",
|
|
668
|
+
helperText: "Your email address *",
|
|
669
669
|
keyboardType: "email-address",
|
|
670
670
|
name: "email",
|
|
671
671
|
placeholder: "Email"
|
|
672
672
|
},
|
|
673
673
|
{
|
|
674
|
-
helperText: "Enter the Verification code sent to you by email",
|
|
674
|
+
helperText: "Enter the Verification code sent to you by email *",
|
|
675
675
|
keyboardType: "number-pad",
|
|
676
676
|
name: "verificationToken",
|
|
677
677
|
placeholder: "Verification code"
|
|
@@ -1640,25 +1640,25 @@ var socialMediaFields = socialMedia.map((link) => ({
|
|
|
1640
1640
|
// src/formFields/testers.ts
|
|
1641
1641
|
var testersFields = [
|
|
1642
1642
|
{
|
|
1643
|
-
helperText: "Enter your first name",
|
|
1643
|
+
helperText: "Enter your first name *",
|
|
1644
1644
|
keyboardType: "default",
|
|
1645
1645
|
name: "firstName",
|
|
1646
1646
|
placeholder: "First Name"
|
|
1647
1647
|
},
|
|
1648
1648
|
{
|
|
1649
|
-
helperText: "Enter your last name",
|
|
1649
|
+
helperText: "Enter your last name *",
|
|
1650
1650
|
keyboardType: "default",
|
|
1651
1651
|
name: "lastName",
|
|
1652
1652
|
placeholder: "Last Name"
|
|
1653
1653
|
},
|
|
1654
1654
|
{
|
|
1655
|
-
helperText: "Enter your email address",
|
|
1655
|
+
helperText: "Enter your email address *",
|
|
1656
1656
|
keyboardType: "email-address",
|
|
1657
1657
|
name: "email",
|
|
1658
1658
|
placeholder: "Email"
|
|
1659
1659
|
},
|
|
1660
1660
|
{
|
|
1661
|
-
helperText: "Enter your company name",
|
|
1661
|
+
helperText: "Enter your company name *",
|
|
1662
1662
|
keyboardType: "default",
|
|
1663
1663
|
name: "companyName",
|
|
1664
1664
|
placeholder: "Company Name"
|
|
@@ -1668,25 +1668,25 @@ var testersFields = [
|
|
|
1668
1668
|
// src/formFields/contactUs.ts
|
|
1669
1669
|
var contactUsFields = [
|
|
1670
1670
|
{
|
|
1671
|
-
helperText: "Enter your first name",
|
|
1671
|
+
helperText: "Enter your first name *",
|
|
1672
1672
|
keyboardType: "default",
|
|
1673
1673
|
name: "firstName",
|
|
1674
1674
|
placeholder: "First Name"
|
|
1675
1675
|
},
|
|
1676
1676
|
{
|
|
1677
|
-
helperText: "Enter your last name",
|
|
1677
|
+
helperText: "Enter your last name *",
|
|
1678
1678
|
keyboardType: "default",
|
|
1679
1679
|
name: "lastName",
|
|
1680
1680
|
placeholder: "Last Name"
|
|
1681
1681
|
},
|
|
1682
1682
|
{
|
|
1683
|
-
helperText: "Enter your email address",
|
|
1683
|
+
helperText: "Enter your email address *",
|
|
1684
1684
|
keyboardType: "email-address",
|
|
1685
1685
|
name: "email",
|
|
1686
1686
|
placeholder: "Email"
|
|
1687
1687
|
},
|
|
1688
1688
|
{
|
|
1689
|
-
helperText: "Enter your message",
|
|
1689
|
+
helperText: "Enter your message *",
|
|
1690
1690
|
isTextArea: true,
|
|
1691
1691
|
keyboardType: "default",
|
|
1692
1692
|
name: "message",
|
|
@@ -1699,19 +1699,19 @@ var companyContactFields = [
|
|
|
1699
1699
|
{
|
|
1700
1700
|
helperText: "Enter your email address",
|
|
1701
1701
|
keyboardType: "email-address",
|
|
1702
|
-
name: "email",
|
|
1702
|
+
name: "contactDetails.email",
|
|
1703
1703
|
placeholder: "Email"
|
|
1704
1704
|
},
|
|
1705
1705
|
{
|
|
1706
1706
|
helperText: "Enter your mobile phone number",
|
|
1707
1707
|
keyboardType: "phone-pad",
|
|
1708
|
-
name: "
|
|
1708
|
+
name: "contactDetails.mobilePhone",
|
|
1709
1709
|
placeholder: "Mobile Phone Number"
|
|
1710
1710
|
},
|
|
1711
1711
|
{
|
|
1712
1712
|
helperText: "Enter your landline phone number",
|
|
1713
1713
|
keyboardType: "phone-pad",
|
|
1714
|
-
name: "
|
|
1714
|
+
name: "contactDetails.landlinePhone",
|
|
1715
1715
|
placeholder: "Landline Phone Number"
|
|
1716
1716
|
}
|
|
1717
1717
|
];
|