@timardex/cluemart-shared 1.5.756 → 1.5.758
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/{chunk-DQVXL6TO.mjs → chunk-4E7UDAQX.mjs} +2 -2
- package/dist/{chunk-IMQU3E2F.mjs → chunk-IIOU4CXQ.mjs} +564 -906
- package/dist/chunk-IIOU4CXQ.mjs.map +1 -0
- package/dist/chunk-K3PEZWSB.mjs +958 -0
- package/dist/chunk-K3PEZWSB.mjs.map +1 -0
- package/dist/formFields/index.cjs +1453 -1445
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +5 -4
- package/dist/hooks/index.cjs +1520 -1512
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +1782 -1475
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +71 -17
- package/dist/index.d.ts +71 -17
- package/dist/index.mjs +1748 -1475
- package/dist/index.mjs.map +1 -1
- package/dist/sharing/index.cjs +1003 -0
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.mjs +2 -2
- package/dist/utils/index.cjs +1302 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +57 -3
- package/dist/utils/index.d.ts +57 -3
- package/dist/utils/index.mjs +69 -1
- package/package.json +1 -1
- package/dist/chunk-IMQU3E2F.mjs.map +0 -1
- package/dist/chunk-KZLKBUMF.mjs +0 -343
- package/dist/chunk-KZLKBUMF.mjs.map +0 -1
- /package/dist/{chunk-DQVXL6TO.mjs.map → chunk-4E7UDAQX.mjs.map} +0 -0
|
@@ -551,709 +551,809 @@ var EVENT_DATE_STATUS_PERIOD_MAP = {
|
|
|
551
551
|
]
|
|
552
552
|
};
|
|
553
553
|
|
|
554
|
-
// src/
|
|
555
|
-
var
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
},
|
|
562
|
-
isRequired: {
|
|
563
|
-
name: "requirements.electricity.isRequired",
|
|
564
|
-
placeholder: "Do you require electricity?"
|
|
565
|
-
}
|
|
566
|
-
};
|
|
567
|
-
var vendorGazebo = {
|
|
568
|
-
details: {
|
|
569
|
-
helperText: "Please describe details e.g. size, etc.",
|
|
570
|
-
isTextArea: true,
|
|
571
|
-
name: "requirements.gazebo.details",
|
|
572
|
-
placeholder: "Gazebo requirements"
|
|
573
|
-
},
|
|
574
|
-
isRequired: {
|
|
575
|
-
name: "requirements.gazebo.isRequired",
|
|
576
|
-
placeholder: "Do you require Gazebo?"
|
|
577
|
-
}
|
|
578
|
-
};
|
|
579
|
-
var vendorTable = {
|
|
580
|
-
details: {
|
|
581
|
-
helperText: "Please describe details e.g. size, etc.",
|
|
582
|
-
isTextArea: true,
|
|
583
|
-
name: "requirements.table.details",
|
|
584
|
-
placeholder: "Table requirements"
|
|
585
|
-
},
|
|
586
|
-
isRequired: {
|
|
587
|
-
name: "requirements.table.isRequired",
|
|
588
|
-
placeholder: "Do you require Table?"
|
|
589
|
-
}
|
|
590
|
-
};
|
|
591
|
-
var vendorPriceRange = {
|
|
592
|
-
max: {
|
|
593
|
-
helperText: "Product maximum price",
|
|
594
|
-
name: "product.priceRange.max",
|
|
595
|
-
placeholder: "Maximum price: "
|
|
596
|
-
},
|
|
597
|
-
min: {
|
|
598
|
-
helperText: "Product minimum price",
|
|
599
|
-
name: "product.priceRange.min",
|
|
600
|
-
placeholder: "Minimum price: "
|
|
601
|
-
}
|
|
602
|
-
};
|
|
603
|
-
var vendorStallSize = {
|
|
604
|
-
depth: {
|
|
605
|
-
helperText: "Stall size in depth",
|
|
606
|
-
name: "stallInfo.size.depth",
|
|
607
|
-
placeholder: "Stall Depth: "
|
|
608
|
-
},
|
|
609
|
-
width: {
|
|
610
|
-
helperText: "Stall size in width",
|
|
611
|
-
name: "stallInfo.size.width",
|
|
612
|
-
placeholder: "Stall Width: "
|
|
613
|
-
}
|
|
614
|
-
};
|
|
615
|
-
var vendorPackaging = {
|
|
616
|
-
helperText: "Select packaging type, you can select more than one",
|
|
617
|
-
name: "product.packaging",
|
|
618
|
-
placeholder: "Packaging type"
|
|
619
|
-
};
|
|
620
|
-
var vendorProducedIn = {
|
|
621
|
-
helperText: "Select where the product is produced, you can select more than one",
|
|
622
|
-
name: "product.producedIn",
|
|
623
|
-
placeholder: "Produced type"
|
|
624
|
-
};
|
|
625
|
-
var vendorFoodFlavour = {
|
|
626
|
-
helperText: "You can select more than one food flavour",
|
|
627
|
-
name: "product.foodFlavors",
|
|
628
|
-
placeholder: "Food flavours"
|
|
629
|
-
};
|
|
630
|
-
var vendorCompliance = [
|
|
631
|
-
{
|
|
632
|
-
name: "compliance.liabilityInsurance",
|
|
633
|
-
placeholder: "Liability Insurance"
|
|
634
|
-
},
|
|
635
|
-
{
|
|
636
|
-
name: "compliance.foodBeverageLicense",
|
|
637
|
-
placeholder: "Food and Beverage License"
|
|
638
|
-
}
|
|
639
|
-
];
|
|
640
|
-
var packagingTypes = [
|
|
641
|
-
"Biodegradable",
|
|
642
|
-
"Compostable",
|
|
643
|
-
"Fabric",
|
|
644
|
-
"Glass",
|
|
645
|
-
"Other",
|
|
646
|
-
"Paper",
|
|
647
|
-
"Plastic",
|
|
648
|
-
"Recyclable",
|
|
649
|
-
"Reusable",
|
|
650
|
-
"Single-use",
|
|
651
|
-
"Wood"
|
|
652
|
-
];
|
|
653
|
-
var producedIngTypes = [
|
|
654
|
-
"Commercial Kitchen",
|
|
655
|
-
"Home Premises",
|
|
656
|
-
"Factory",
|
|
657
|
-
"Farm",
|
|
658
|
-
"Other"
|
|
659
|
-
];
|
|
660
|
-
var packagingOptions = mapArrayToOptions(packagingTypes);
|
|
661
|
-
var producedIngOptions = mapArrayToOptions(producedIngTypes);
|
|
662
|
-
var foodFlavourOptions = Object.values(
|
|
663
|
-
EnumFoodFlavor
|
|
664
|
-
).map((flavour) => ({
|
|
665
|
-
label: flavour.replaceAll("_", " "),
|
|
666
|
-
value: flavour
|
|
667
|
-
}));
|
|
554
|
+
// src/calendar/eventCalendar.ts
|
|
555
|
+
var import_dayjs2 = __toESM(require("dayjs"));
|
|
556
|
+
var KNOWN_EVENT_SCHEDULE_STATUSES = /* @__PURE__ */ new Set([
|
|
557
|
+
"Started" /* STARTED */,
|
|
558
|
+
"Starting_Soon" /* STARTING_SOON */,
|
|
559
|
+
"Ended" /* ENDED */
|
|
560
|
+
]);
|
|
668
561
|
|
|
669
|
-
// src/formFields/
|
|
670
|
-
var
|
|
671
|
-
{
|
|
672
|
-
helperText: "Name of the Event *",
|
|
673
|
-
name: "name",
|
|
674
|
-
placeholder: "Name"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
helperText: "NZBN number (required \u2013 ClueMart only accepts events with valid NZBN number) *",
|
|
678
|
-
keyboardType: "number-pad",
|
|
679
|
-
name: "nzbn",
|
|
680
|
-
placeholder: "NZBN number"
|
|
681
|
-
},
|
|
682
|
-
{
|
|
683
|
-
helperText: "Name of the Provider (if applicable)",
|
|
684
|
-
name: "provider",
|
|
685
|
-
placeholder: "Provider"
|
|
686
|
-
},
|
|
687
|
-
{
|
|
688
|
-
helperText: "Description of the Event *",
|
|
689
|
-
isTextArea: true,
|
|
690
|
-
name: "description",
|
|
691
|
-
placeholder: "Description"
|
|
692
|
-
}
|
|
693
|
-
];
|
|
694
|
-
var eventStartDateFields = [
|
|
695
|
-
{
|
|
696
|
-
dateMode: "date",
|
|
697
|
-
helperText: "Start Date of the Event *",
|
|
698
|
-
name: "startDate",
|
|
699
|
-
placeholder: "Start Date"
|
|
700
|
-
},
|
|
562
|
+
// src/formFields/categories/clothingAndFashion.ts
|
|
563
|
+
var clothingAndFashion = [
|
|
701
564
|
{
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
565
|
+
id: "clothing-fashion",
|
|
566
|
+
name: "Clothing & Fashion",
|
|
567
|
+
description: "New, handmade, or upcycled clothing and accessories with a creative twist.",
|
|
568
|
+
subcategories: [
|
|
569
|
+
{
|
|
570
|
+
id: "apparel-babywear",
|
|
571
|
+
name: "Apparel & Babywear",
|
|
572
|
+
items: [
|
|
573
|
+
{
|
|
574
|
+
id: "apparel",
|
|
575
|
+
name: "Apparel",
|
|
576
|
+
description: "Dresses, t-shirts, jumpers, rompers, sets, kidswear."
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
id: "baby-toddler-apparel",
|
|
580
|
+
name: "Baby & Toddler Apparel",
|
|
581
|
+
description: "Handmade baby clothes, soft shoes, bibs, hats, knitted sets."
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
id: "upcycled-fashion",
|
|
585
|
+
name: "Upcycled Fashion",
|
|
586
|
+
description: "Reworked garments, patchwork pieces, restyled vintage."
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
id: "other-wearable-items",
|
|
590
|
+
name: "Other wearable items",
|
|
591
|
+
description: "Unique clothing not listed above."
|
|
592
|
+
}
|
|
593
|
+
]
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
id: "fashion-accessories",
|
|
597
|
+
name: "Fashion Accessories",
|
|
598
|
+
items: [
|
|
599
|
+
{
|
|
600
|
+
id: "accessories",
|
|
601
|
+
name: "Accessories",
|
|
602
|
+
description: "Scarves, belts, gloves, hats, headbands, caps."
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
id: "shoes",
|
|
606
|
+
name: "Shoes",
|
|
607
|
+
description: "Handmade shoes, baby booties, sandals, slippers."
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
id: "bags-wallets",
|
|
611
|
+
name: "Bags & Wallets",
|
|
612
|
+
description: "Leather bags, fabric purses, wallets, backpacks, totes."
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
id: "other-accessories",
|
|
616
|
+
name: "Other accessories",
|
|
617
|
+
description: "Brooches, pins, or hybrid functional items."
|
|
618
|
+
}
|
|
619
|
+
]
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
id: "jewelry-creative-wearables",
|
|
623
|
+
name: "Jewelry & Creative Wearables",
|
|
624
|
+
items: [
|
|
625
|
+
{
|
|
626
|
+
id: "jewelry",
|
|
627
|
+
name: "Jewelry",
|
|
628
|
+
description: "Necklaces, earrings, bracelets, rings, anklets."
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
id: "other-creative-wearables",
|
|
632
|
+
name: "Other creative wearables",
|
|
633
|
+
description: "Wearable art, statement pieces, bold handmade designs."
|
|
634
|
+
}
|
|
635
|
+
]
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
id: "traditional-cultural-clothing-accessories",
|
|
639
|
+
name: "Traditional & Cultural Clothing and Accessories",
|
|
640
|
+
items: [
|
|
641
|
+
{
|
|
642
|
+
id: "traditional-clothing-accessories",
|
|
643
|
+
name: "Traditional Clothing & Accessories ",
|
|
644
|
+
description: "raditional clothing, jewellery, accessories and footwear from around the world, including both handmade and non-handmade items."
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
id: "other-traditional-cultural-items",
|
|
648
|
+
name: "Other Traditional & Cultural Items",
|
|
649
|
+
description: "traditional or culturally inspired wearables and decorative cultural pieces such as plates, table linens and similar items."
|
|
650
|
+
}
|
|
651
|
+
]
|
|
652
|
+
}
|
|
653
|
+
]
|
|
706
654
|
}
|
|
707
655
|
];
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
helperText: "End Date of the Event *",
|
|
712
|
-
name: "endDate",
|
|
713
|
-
placeholder: "End Date"
|
|
714
|
-
},
|
|
656
|
+
|
|
657
|
+
// src/formFields/categories/electronicsAndTechnology.ts
|
|
658
|
+
var electronicsAndTechnology = [
|
|
715
659
|
{
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
];
|
|
785
|
-
var requirementsOptions = [
|
|
786
|
-
{
|
|
787
|
-
category: "Environment",
|
|
788
|
-
label: "All packaging must be eco-friendly or recyclable where possible.",
|
|
789
|
-
value: false
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
category: "Environment",
|
|
793
|
-
label: "No single-use plastic bags are to be handed out.",
|
|
794
|
-
value: false
|
|
795
|
-
},
|
|
796
|
-
{
|
|
797
|
-
category: "Environment",
|
|
798
|
-
label: "Stall area must be left clean with no trace of activity after pack-down.",
|
|
799
|
-
value: false
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
category: "Environment",
|
|
803
|
-
label: "No disposal of oils, fats, or chemicals in public drains or on grassed areas.",
|
|
804
|
-
value: false
|
|
805
|
-
},
|
|
806
|
-
{
|
|
807
|
-
category: "Environment",
|
|
808
|
-
label: "You must provide bins at your site for rubbish and recycling, and take away all bins including rubbish, to dispose of outside of the town centre.",
|
|
809
|
-
value: false
|
|
810
|
-
},
|
|
811
|
-
{
|
|
812
|
-
category: "Food Safety",
|
|
813
|
-
label: "Food must be prepared and stored according to your food regulation.",
|
|
814
|
-
value: false
|
|
815
|
-
},
|
|
816
|
-
{
|
|
817
|
-
category: "Food Safety",
|
|
818
|
-
label: "The stallholder must display a current food grade certificate.",
|
|
819
|
-
value: false
|
|
820
|
-
},
|
|
821
|
-
{
|
|
822
|
-
category: "Food Safety",
|
|
823
|
-
label: "Only licensed food vendors may sell ready-to-eat food items.",
|
|
824
|
-
value: false
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
category: "Food Safety",
|
|
828
|
-
label: "Handwashing facilities must be available at your stall if preparing food.",
|
|
829
|
-
value: false
|
|
830
|
-
},
|
|
831
|
-
{
|
|
832
|
-
category: "Food Safety",
|
|
833
|
-
label: "You must have a food safety plan in place for your stall.",
|
|
834
|
-
value: false
|
|
835
|
-
},
|
|
836
|
-
{
|
|
837
|
-
category: "Food Safety",
|
|
838
|
-
label: "Allergens must be clearly listed on packaged and unpackaged food items.",
|
|
839
|
-
value: false
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
category: "Legal & Safety",
|
|
843
|
-
label: "All stallholders must comply with local council regulations.",
|
|
844
|
-
value: false
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
category: "Legal & Safety",
|
|
848
|
-
label: "No unauthorised subletting of stall space to other vendors.",
|
|
849
|
-
value: false
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
category: "Legal & Safety",
|
|
853
|
-
label: "Gas bottles and fuel containers must be secured and in good condition if applicable.",
|
|
854
|
-
value: false
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
category: "Legal & Safety",
|
|
858
|
-
label: "Fire extinguishers must be available for stalls using cooking or heating equipment.",
|
|
859
|
-
value: false
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
category: "Legal & Safety",
|
|
863
|
-
label: "Stallholders must not sell items that are illegal or prohibited by law.",
|
|
864
|
-
value: false
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
category: "Legal & Safety",
|
|
868
|
-
label: "All electrical equipment must be tested and tagged.",
|
|
869
|
-
value: false
|
|
870
|
-
},
|
|
871
|
-
{
|
|
872
|
-
category: "Legal & Safety",
|
|
873
|
-
label: "Noise levels must be kept to a minimum unless part of a permitted performance.",
|
|
874
|
-
value: false
|
|
875
|
-
},
|
|
876
|
-
{
|
|
877
|
-
category: "Legal & Safety",
|
|
878
|
-
label: "Pets at the stall must be secured and well-behaved at all times.",
|
|
879
|
-
value: false
|
|
880
|
-
},
|
|
881
|
-
{
|
|
882
|
-
category: "Legal & Safety",
|
|
883
|
-
label: "Cables must be secured and not create tripping hazards.",
|
|
884
|
-
value: false
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
category: "Legal & Safety",
|
|
888
|
-
label: "Stalls must not obstruct emergency access routes.",
|
|
889
|
-
value: false
|
|
890
|
-
},
|
|
891
|
-
{
|
|
892
|
-
category: "Legal & Safety",
|
|
893
|
-
label: "First aid kit must be available at the stall for minor injuries.",
|
|
894
|
-
value: false
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
category: "Legal & Safety",
|
|
898
|
-
label: "Stallholders must hold valid liability insurance where required.",
|
|
899
|
-
value: false
|
|
900
|
-
},
|
|
901
|
-
{
|
|
902
|
-
category: "Legal & Safety",
|
|
903
|
-
label: "You must secure your gazebo and equipment to withstand wind or bad weather.",
|
|
904
|
-
value: false
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
category: "Legal & Safety",
|
|
908
|
-
label: "You are responsible for the safety of your setup and any potential hazards.",
|
|
909
|
-
value: false
|
|
910
|
-
},
|
|
911
|
-
{
|
|
912
|
-
category: "Operations",
|
|
913
|
-
label: "Generators must be quiet and pre-approved by the event organiser.",
|
|
914
|
-
value: false
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
category: "Operations",
|
|
918
|
-
label: "Only approved products or services may be sold \u2014 no last-minute changes.",
|
|
919
|
-
value: false
|
|
920
|
-
},
|
|
921
|
-
{
|
|
922
|
-
category: "Operations",
|
|
923
|
-
label: "Stallholders must arrive and be fully set up by the designated opening time.",
|
|
924
|
-
value: false
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
category: "Operations",
|
|
928
|
-
label: "You may not pack down your stall before the event officially ends.",
|
|
929
|
-
value: false
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
category: "Operations",
|
|
933
|
-
label: "You must be self-sufficient in all operations.",
|
|
934
|
-
value: false
|
|
935
|
-
},
|
|
936
|
-
{
|
|
937
|
-
category: "Operations",
|
|
938
|
-
label: "Stall layout must be kept within your allocated space.",
|
|
939
|
-
value: false
|
|
940
|
-
}
|
|
941
|
-
];
|
|
942
|
-
var stallTypes = [
|
|
943
|
-
"1.8m table only",
|
|
944
|
-
"2x2m mini stall",
|
|
945
|
-
"3x3m tent site",
|
|
946
|
-
"Corner stall",
|
|
947
|
-
"Craft stall with power",
|
|
948
|
-
"Craft stall without power",
|
|
949
|
-
"Double stall (6x3m)",
|
|
950
|
-
"Food truck site",
|
|
951
|
-
"Food vendor with power",
|
|
952
|
-
"Food vendor without power",
|
|
953
|
-
"Inside hall stall",
|
|
954
|
-
"Non-profit/community stall",
|
|
955
|
-
"Outdoor open area",
|
|
956
|
-
"Shared table space",
|
|
957
|
-
"Wall-based vendor",
|
|
958
|
-
"Workshop/seating area"
|
|
959
|
-
];
|
|
960
|
-
var stallTypeOptions = stallTypes.map((type) => ({
|
|
961
|
-
label: type,
|
|
962
|
-
price: 0,
|
|
963
|
-
stallCapacity: 0
|
|
964
|
-
}));
|
|
965
|
-
var refundPolicyOptions = [
|
|
966
|
-
{
|
|
967
|
-
category: "Cancelled by Vendor",
|
|
968
|
-
label: "Full refund if cancelled 30+ days before the event.",
|
|
969
|
-
value: false
|
|
970
|
-
},
|
|
971
|
-
{
|
|
972
|
-
category: "Cancelled by Vendor",
|
|
973
|
-
label: "50% refund if cancelled 14\u201329 days before the event.",
|
|
974
|
-
value: false
|
|
975
|
-
},
|
|
976
|
-
{
|
|
977
|
-
category: "Cancelled by Vendor",
|
|
978
|
-
label: "No refund if cancelled less than 14 days before the event.",
|
|
979
|
-
value: false
|
|
980
|
-
},
|
|
981
|
-
{
|
|
982
|
-
category: "Cancelled by Vendor",
|
|
983
|
-
label: "Full refund if cancelled due to illness or emergency.",
|
|
984
|
-
value: false
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
category: "Cancelled by Vendor",
|
|
988
|
-
label: "No refund for no-shows or last-minute cancellations.",
|
|
989
|
-
value: false
|
|
990
|
-
},
|
|
991
|
-
{
|
|
992
|
-
category: "Cancelled by Vendor",
|
|
993
|
-
label: "No refund",
|
|
994
|
-
value: false
|
|
995
|
-
},
|
|
996
|
-
{
|
|
997
|
-
category: "Cancelled by Organiser",
|
|
998
|
-
label: "Full refund if the event is cancelled by the organiser.",
|
|
999
|
-
value: false
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
category: "Cancelled by Organiser",
|
|
1003
|
-
label: "Credit towards a future event if cancelled by the organiser.",
|
|
1004
|
-
value: false
|
|
1005
|
-
},
|
|
1006
|
-
{
|
|
1007
|
-
category: "Cancelled by Organiser",
|
|
1008
|
-
label: "Refund only in cases of force majeure (e.g., natural disasters, government restrictions).",
|
|
1009
|
-
value: false
|
|
1010
|
-
},
|
|
1011
|
-
{
|
|
1012
|
-
category: "Cancelled by Organiser",
|
|
1013
|
-
label: "No refund",
|
|
1014
|
-
value: false
|
|
1015
|
-
}
|
|
1016
|
-
];
|
|
1017
|
-
|
|
1018
|
-
// src/formFields/global.ts
|
|
1019
|
-
var emailField = {
|
|
1020
|
-
helperText: "Enter email address",
|
|
1021
|
-
keyboardType: "email-address",
|
|
1022
|
-
name: "email",
|
|
1023
|
-
placeholder: "Email"
|
|
1024
|
-
};
|
|
1025
|
-
var companyContactFields = [
|
|
1026
|
-
{
|
|
1027
|
-
...emailField,
|
|
1028
|
-
name: "contactDetails.email"
|
|
1029
|
-
},
|
|
1030
|
-
{
|
|
1031
|
-
helperText: "Enter your mobile phone number",
|
|
1032
|
-
keyboardType: "phone-pad",
|
|
1033
|
-
name: "contactDetails.mobilePhone",
|
|
1034
|
-
placeholder: "Mobile Phone Number"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
helperText: "Enter your landline phone number",
|
|
1038
|
-
keyboardType: "phone-pad",
|
|
1039
|
-
name: "contactDetails.landlinePhone",
|
|
1040
|
-
placeholder: "Landline Phone Number"
|
|
660
|
+
id: "electronics-technology",
|
|
661
|
+
name: "Electronics & Technology",
|
|
662
|
+
description: "New, second-hand, or handmade tech and digital items commonly found at markets.",
|
|
663
|
+
subcategories: [
|
|
664
|
+
{
|
|
665
|
+
id: "mobile-everyday-tech",
|
|
666
|
+
name: "Mobile & Everyday Tech",
|
|
667
|
+
items: [
|
|
668
|
+
{
|
|
669
|
+
id: "mobile-phone-accessories",
|
|
670
|
+
name: "Mobile & Phone Accessories",
|
|
671
|
+
description: "Phone cases, holders, screen protectors, charging cables, power banks, grips."
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
id: "other-mobile-gadgets",
|
|
675
|
+
name: "Other mobile gadgets",
|
|
676
|
+
description: "Stands, styluses, SIM tools, cleaning kits, wallet accessories."
|
|
677
|
+
}
|
|
678
|
+
]
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
id: "audio-music-creative-tech",
|
|
682
|
+
name: "Audio, Music & Creative Tech",
|
|
683
|
+
items: [
|
|
684
|
+
{
|
|
685
|
+
id: "audio-music-tech",
|
|
686
|
+
name: "Audio & Music Tech",
|
|
687
|
+
description: "Portable speakers, headphones, mini radios, Bluetooth adapters, sound accessories."
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
id: "instruments-music-gear",
|
|
691
|
+
name: "Instruments & Music Gear",
|
|
692
|
+
description: "Small electronic instruments, DIY synth kits, drum pads, loop machines."
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
id: "recording-creative-devices",
|
|
696
|
+
name: "Recording & Creative Devices",
|
|
697
|
+
description: "USB microphones, podcast tools, voice recorders, mobile lighting, content tools."
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
id: "other-audio-music-items",
|
|
701
|
+
name: "Other audio or music-related items",
|
|
702
|
+
description: "Musical gadgets or creative gear not listed above."
|
|
703
|
+
}
|
|
704
|
+
]
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
id: "diy-gadgets-secondhand-finds",
|
|
708
|
+
name: "DIY, Gadgets & Second-Hand Finds",
|
|
709
|
+
items: [
|
|
710
|
+
{
|
|
711
|
+
id: "diy-electronics-tools",
|
|
712
|
+
name: "DIY Electronics & Tools",
|
|
713
|
+
description: "LED lights, USB gadgets, circuit boards, repair kits, tech-themed toys, novelty items."
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
id: "other-tech-finds",
|
|
717
|
+
name: "Other Tech Finds",
|
|
718
|
+
description: "Used electronics, smart gadgets, wearable tech, calculators, tablet stands, e-waste upcycles."
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
id: "other-technology-innovation-items",
|
|
722
|
+
name: "Other technology or innovation-related items",
|
|
723
|
+
description: "Anything not covered but clearly tech-driven."
|
|
724
|
+
}
|
|
725
|
+
]
|
|
726
|
+
}
|
|
727
|
+
]
|
|
1041
728
|
}
|
|
1042
729
|
];
|
|
1043
730
|
|
|
1044
|
-
// src/formFields/
|
|
1045
|
-
var
|
|
1046
|
-
{
|
|
1047
|
-
...emailField,
|
|
1048
|
-
required: true
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
helperText: "Enter password",
|
|
1052
|
-
keyboardType: "default",
|
|
1053
|
-
name: "password",
|
|
1054
|
-
placeholder: "Password",
|
|
1055
|
-
required: true,
|
|
1056
|
-
secureTextEntry: true
|
|
1057
|
-
}
|
|
1058
|
-
];
|
|
1059
|
-
var registerFields = [
|
|
1060
|
-
{
|
|
1061
|
-
helperText: "Enter first name",
|
|
1062
|
-
keyboardType: "default",
|
|
1063
|
-
name: "firstName",
|
|
1064
|
-
placeholder: "First Name",
|
|
1065
|
-
required: true
|
|
1066
|
-
},
|
|
1067
|
-
{
|
|
1068
|
-
helperText: "Enter last name",
|
|
1069
|
-
keyboardType: "default",
|
|
1070
|
-
name: "lastName",
|
|
1071
|
-
placeholder: "Last Name",
|
|
1072
|
-
required: true
|
|
1073
|
-
},
|
|
1074
|
-
{
|
|
1075
|
-
...emailField,
|
|
1076
|
-
required: true
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
helperText: "Enter password",
|
|
1080
|
-
keyboardType: "default",
|
|
1081
|
-
name: "password",
|
|
1082
|
-
placeholder: "Password",
|
|
1083
|
-
required: true,
|
|
1084
|
-
secureTextEntry: true
|
|
1085
|
-
},
|
|
731
|
+
// src/formFields/categories/foodAndBeverages.ts
|
|
732
|
+
var foodAndBeverages = [
|
|
1086
733
|
{
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
734
|
+
id: "food-beverages",
|
|
735
|
+
name: "Food & Beverages",
|
|
736
|
+
description: "Fresh produce, drinks, sweet and savoury street food, ready-to-eat meals, and packaged goods.",
|
|
737
|
+
subcategories: [
|
|
738
|
+
{
|
|
739
|
+
id: "fresh-food-groceries",
|
|
740
|
+
name: "Fresh Food & Groceries",
|
|
741
|
+
items: [
|
|
742
|
+
{
|
|
743
|
+
id: "fruits-vegetables",
|
|
744
|
+
name: "Fruits & Vegetables",
|
|
745
|
+
description: "Fresh seasonal fruit, organic vegetables, specialty produce, berries, tropical fruit, heritage varieties."
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
id: "meat-seafood",
|
|
749
|
+
name: "Meat & Seafood",
|
|
750
|
+
description: "Butcher cuts, fresh fish, smoked meats, sausages, seafood platters, artisanal jerky."
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
id: "dairy-eggs",
|
|
754
|
+
name: "Dairy & Eggs",
|
|
755
|
+
description: "Farm eggs, handmade cheeses, yoghurt, fresh milk, goat\u2019s milk products."
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
id: "bakery-pastries",
|
|
759
|
+
name: "Bakery & Pastries",
|
|
760
|
+
description: "Freshly baked bread, sourdough, bagels, croissants, focaccia, traditional baked goods."
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
id: "spices-condiments",
|
|
764
|
+
name: "Spices & Condiments",
|
|
765
|
+
description: "Dried herbs, spice blends, specialty salts, hot sauces, infused oils, chutneys."
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
id: "packaged-specialty-foods",
|
|
769
|
+
name: "Packaged & Specialty Foods",
|
|
770
|
+
description: "Honey, jams, preserves, pickles, nut butters, sauces, pre-packaged snacks."
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
id: "other-fresh-food-items",
|
|
774
|
+
name: "Other fresh food items",
|
|
775
|
+
description: "Items that don\u2019t fit above, e.g. fermented foods, plant-based substitutes."
|
|
776
|
+
}
|
|
777
|
+
]
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
id: "beverages-specialty-drinks",
|
|
781
|
+
name: "Beverages & Specialty Drinks",
|
|
782
|
+
items: [
|
|
783
|
+
{
|
|
784
|
+
id: "fresh-juices-smoothies",
|
|
785
|
+
name: "Fresh Juices & Smoothies",
|
|
786
|
+
description: "Cold-pressed juices, detox blends, fruit smoothies, tropical mixes."
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
id: "coffee-teas",
|
|
790
|
+
name: "Coffee & Teas",
|
|
791
|
+
description: "Espresso, pour-over coffee, herbal teas, matcha, bubble tea, locally blended tea."
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
id: "dairy-plant-based-drinks",
|
|
795
|
+
name: "Dairy & Plant-Based Drinks",
|
|
796
|
+
description: "Milkshakes, lassis, almond/oat milk drinks, coconut water."
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
id: "alcoholic-beverages",
|
|
800
|
+
name: "Alcoholic Beverages",
|
|
801
|
+
description: "Local wines, craft beer, mead, cider, infused spirits, cocktail kits."
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
id: "other-beverages",
|
|
805
|
+
name: "Other beverages",
|
|
806
|
+
description: "Kombucha, kefir, energy drinks, non-alcoholic wines or beers."
|
|
807
|
+
}
|
|
808
|
+
]
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
id: "savoury-prepared-foods-street-food",
|
|
812
|
+
name: "Savoury Prepared Foods & Street Food",
|
|
813
|
+
items: [
|
|
814
|
+
{
|
|
815
|
+
id: "local-specialties",
|
|
816
|
+
name: "Local Specialties",
|
|
817
|
+
description: "Meat pies, hangi, seafood chowder, fry bread, traditional NZ dishes."
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
id: "asian-cuisine",
|
|
821
|
+
name: "Asian Cuisine",
|
|
822
|
+
description: "Sushi, bao buns, dumplings, ramen, satay, spring rolls, fried rice."
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
id: "mediterranean-cuisine",
|
|
826
|
+
name: "Mediterranean Cuisine",
|
|
827
|
+
description: "Falafel, hummus wraps, souvlaki, Greek salad, dolma."
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
id: "italian-delights",
|
|
831
|
+
name: "Italian Delights",
|
|
832
|
+
description: "Pizza, calzone, focaccia, fresh pasta, arancini."
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
id: "bbq-grilled-foods",
|
|
836
|
+
name: "BBQ & Grilled Foods",
|
|
837
|
+
description: "Kebabs, grilled chicken, ribs, burgers, sausages."
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
id: "savoury-crepes-pancakes",
|
|
841
|
+
name: "Savoury Crepes & Pancakes",
|
|
842
|
+
description: "Filled savoury crepes, mini savoury pancakes."
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
id: "savoury-baked-goods-pastries",
|
|
846
|
+
name: "Savoury Baked Goods & Pastries",
|
|
847
|
+
description: "Quiches, savoury muffins, filled savoury pastries, empanadas."
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
id: "vegan-vegetarian-dishes",
|
|
851
|
+
name: "Vegan & Vegetarian Dishes",
|
|
852
|
+
description: "Buddha bowls, plant-based burgers, salads, vegan sushi."
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
id: "other-savoury-foods",
|
|
856
|
+
name: "Other Savoury Foods",
|
|
857
|
+
description: "Fusion dishes, mixed platters, savoury meal kits."
|
|
858
|
+
}
|
|
859
|
+
]
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
id: "sweet-prepared-foods",
|
|
863
|
+
name: "Sweet Prepared Foods",
|
|
864
|
+
items: [
|
|
865
|
+
{
|
|
866
|
+
id: "sweet-crepes-pancakes-fried-treats",
|
|
867
|
+
name: "Sweet Crepes, Pancakes & Fried Treats",
|
|
868
|
+
description: "Crepes, waffles, mini pancakes, muffins, doughnuts."
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
id: "sweet-baked-goods-desserts",
|
|
872
|
+
name: "Sweet Baked Goods & Desserts",
|
|
873
|
+
description: "Cakes, pastries, slices, trifles, layered desserts."
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
id: "fruit-based-snacks",
|
|
877
|
+
name: "Fruit-Based Snacks",
|
|
878
|
+
description: "Fruit skewers, dried fruit packs, chocolate-dipped fruit."
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
id: "candy-confectionery",
|
|
882
|
+
name: "Candy & Confectionery",
|
|
883
|
+
description: "Fudge, handmade candies, toffee, nougat, brittle."
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
id: "other-sweet-foods",
|
|
887
|
+
name: "Other Sweet Foods",
|
|
888
|
+
description: "Fusion desserts, sweet platters, sweet meal kits."
|
|
889
|
+
}
|
|
890
|
+
]
|
|
891
|
+
}
|
|
892
|
+
]
|
|
1092
893
|
}
|
|
1093
894
|
];
|
|
1094
|
-
|
|
895
|
+
|
|
896
|
+
// src/formFields/categories/handmadeAndLocalProducts.ts
|
|
897
|
+
var handmadeAndLocalProducts = [
|
|
1095
898
|
{
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
899
|
+
id: "handmade-local-products",
|
|
900
|
+
name: "Handmade & Local Products",
|
|
901
|
+
description: "Unique, handmade, or locally produced artisan goods.",
|
|
902
|
+
subcategories: [
|
|
903
|
+
{
|
|
904
|
+
id: "home-living",
|
|
905
|
+
name: "Home & Living",
|
|
906
|
+
items: [
|
|
907
|
+
{
|
|
908
|
+
id: "ceramics-pottery",
|
|
909
|
+
name: "Ceramics & Pottery",
|
|
910
|
+
description: "Handmade mugs, vases, bowls, decorative plates, plant pots."
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
id: "candles-home-scents",
|
|
914
|
+
name: "Candles & Home Scents",
|
|
915
|
+
description: "Soy candles, beeswax candles, wax melts, incense sticks, room sprays and herbal sachets."
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
id: "botanical-crafts",
|
|
919
|
+
name: "Botanical Crafts",
|
|
920
|
+
description: "Dried-flower d\xE9cor and pressed-flower crafts"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
id: "textiles-embroidery",
|
|
924
|
+
name: "Textiles & Embroidery",
|
|
925
|
+
description: "Handsewn items, embroidered napkins, home linens, aprons, fabric gift wraps, handmade fabric bags, quilted goods, personalized textile gifts."
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
id: "woodcraft-metalcraft",
|
|
929
|
+
name: "Woodcraft & Metalcraft",
|
|
930
|
+
description: "Wooden boards, handmade frames, sculptures, metal signs, furniture."
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
id: "handmade-soaps-natural-body-goods",
|
|
934
|
+
name: "Handmade Soaps & Natural Body Goods",
|
|
935
|
+
description: "Handmade soaps, balms, oils, bath items"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
id: "seasonal-festive-crafts",
|
|
939
|
+
name: "Seasonal & Festive Crafts",
|
|
940
|
+
description: "Christmas, Easter and seasonal handmade decor"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
id: "other-home-living-products",
|
|
944
|
+
name: "Other home & living products",
|
|
945
|
+
description: "Items that don't fit above but serve home-related purposes."
|
|
946
|
+
}
|
|
947
|
+
]
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
id: "art-personal-expression",
|
|
951
|
+
name: "Art & Personal Expression",
|
|
952
|
+
items: [
|
|
953
|
+
{
|
|
954
|
+
id: "paintings-illustrations",
|
|
955
|
+
name: "Paintings & Illustrations",
|
|
956
|
+
description: "Paintings, canvas art, hand-drawn illustrations, digital prints, graphic art and calligraphy pieces."
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
id: "sculptures-carvings",
|
|
960
|
+
name: "Sculptures & Carvings ",
|
|
961
|
+
description: "Sculptures made from wood, stone, metal, clay or resin, carved decorative pieces and artistic 3D works."
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
id: "creative-handmade-alternative-art",
|
|
965
|
+
name: "Creative Handmade & Alternative Art",
|
|
966
|
+
description: "Handmade textile d\xE9cor, fabric ornaments, mixed-media art, creative craft pieces and modern handmade artworks."
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
id: "handmade-mini-figures-decor",
|
|
970
|
+
name: "Handmade Mini Figures & D\xE9cor",
|
|
971
|
+
description: "Small handmade figures, tiny houses and crafted mini decorative items."
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
id: "other-artistic-expressive-products",
|
|
975
|
+
name: "Other Artistic or Expressive Products",
|
|
976
|
+
description: "Custom artworks, specialty handmade d\xE9cor, unique crafts."
|
|
977
|
+
}
|
|
978
|
+
]
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
id: "handmade-jewellery-accessories-cultural-crafts",
|
|
982
|
+
name: "Handmade Jewellery, Accessories & Cultural Crafts",
|
|
983
|
+
items: [
|
|
984
|
+
{
|
|
985
|
+
id: "jewellery-handmade-items-nz-traditional-materials",
|
|
986
|
+
name: "Jewellery & Handmade Items from NZ Traditional Materials",
|
|
987
|
+
description: "Handmade jewellery and decorative or functional items crafted from pounamu, bone, wood and other traditional New Zealand materials."
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
id: "maori-pasifika-cultural-crafts-clothing",
|
|
991
|
+
name: "M\u0101ori & Pasifika Cultural Crafts and Clothing",
|
|
992
|
+
description: "Culturally inspired handmade items, accessories and garments featuring M\u0101ori or Pasifika motifs, traditional patterns and regional craftsmanship."
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
id: "traditional-handmade-clothing-jewellery-crafts-global-cultures",
|
|
996
|
+
name: "Traditional Handmade Clothing, Jewellery & Crafts from Global Cultures",
|
|
997
|
+
description: "Handcrafted clothing, jewellery and cultural items from diverse traditions \u2014 including Asian, African, European, Middle Eastern, Indian, Chinese, Japanese, Pacific, and other culturally significant handmade pieces."
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
id: "other-handmade-cultural-items",
|
|
1001
|
+
name: "Other Handmade Cultural Items",
|
|
1002
|
+
description: "Unique or culturally inspired handmade pieces not specifically covered in the categories above."
|
|
1003
|
+
}
|
|
1004
|
+
]
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
id: "gift-ideas-accessories",
|
|
1008
|
+
name: "Gift Ideas & Accessories",
|
|
1009
|
+
items: [
|
|
1010
|
+
{
|
|
1011
|
+
id: "handmade-pens-keychains-fridge-magnets",
|
|
1012
|
+
name: "Handmade Pens, Keychains and Fridge Magnets",
|
|
1013
|
+
description: null
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
id: "gift-packaging-wrapping-accessories",
|
|
1017
|
+
name: "Gift Packaging & Wrapping Accessories",
|
|
1018
|
+
description: null
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
id: "handmade-crochet-knitting-fibre-crafts",
|
|
1022
|
+
name: "Handmade Crochet, Knitting & Fibre Crafts",
|
|
1023
|
+
description: "Handmade crochet and knitted items, fabric-based crafts, small decorative pieces, creative fibre artworks and unique handcrafted accessories."
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
id: "handmade-toys-mini-play-items",
|
|
1027
|
+
name: "Handmade Toys & Mini Play Items",
|
|
1028
|
+
description: "small handmade toys, soft toys, wooden miniatures, crochet or felt play pieces"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
id: "other-small-handmade-gifts-accessories",
|
|
1032
|
+
name: "Other small handmade gifts or accessories",
|
|
1033
|
+
description: "Compact creative items made to surprise or delight."
|
|
1034
|
+
}
|
|
1035
|
+
]
|
|
1036
|
+
}
|
|
1037
|
+
]
|
|
1099
1038
|
}
|
|
1100
1039
|
];
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
keyboardType: "default",
|
|
1105
|
-
name: "password",
|
|
1106
|
-
placeholder: "Password",
|
|
1107
|
-
required: true,
|
|
1108
|
-
secureTextEntry: true
|
|
1109
|
-
},
|
|
1040
|
+
|
|
1041
|
+
// src/formFields/categories/healthAndWellness.ts
|
|
1042
|
+
var healthAndWellness = [
|
|
1110
1043
|
{
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1044
|
+
id: "health-wellness",
|
|
1045
|
+
name: "Health & Wellness",
|
|
1046
|
+
description: "Natural products and services that promote wellbeing, body care, and holistic health.",
|
|
1047
|
+
subcategories: [
|
|
1048
|
+
{
|
|
1049
|
+
id: "body-skincare",
|
|
1050
|
+
name: "Body & Skincare",
|
|
1051
|
+
items: [
|
|
1052
|
+
{
|
|
1053
|
+
id: "skincare-body-products",
|
|
1054
|
+
name: "Skincare & Body Products",
|
|
1055
|
+
description: "Soaps, creams, lip balms, bath salts, bath bombs, body oils, natural deodorants."
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
id: "other-body-care-items",
|
|
1059
|
+
name: "Other body care items",
|
|
1060
|
+
description: "Additional handmade or eco-conscious personal care goods."
|
|
1061
|
+
}
|
|
1062
|
+
]
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
id: "aromatherapy-herbal-wellness",
|
|
1066
|
+
name: "Aromatherapy & Herbal Wellness",
|
|
1067
|
+
items: [
|
|
1068
|
+
{
|
|
1069
|
+
id: "aromatherapy-herbal-remedies",
|
|
1070
|
+
name: "Aromatherapy & Herbal Remedies",
|
|
1071
|
+
description: "Essential oils, herbal balms, massage oils, salves, natural teas, rollers."
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
id: "other-herbal-aroma-products",
|
|
1075
|
+
name: "Other herbal or aroma-based products",
|
|
1076
|
+
description: "Wellness blends, herb sachets, custom infusions."
|
|
1077
|
+
}
|
|
1078
|
+
]
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
id: "wellness-tools-accessories",
|
|
1082
|
+
name: "Wellness Tools & Accessories",
|
|
1083
|
+
items: [
|
|
1084
|
+
{
|
|
1085
|
+
id: "wellness-accessories",
|
|
1086
|
+
name: "Wellness Accessories",
|
|
1087
|
+
description: "Yoga mats, meditation cushions, eye pillows, incense, smudging sticks, eco water bottles, wellness journals."
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
id: "spiritual-tools-crystals",
|
|
1091
|
+
name: "Spiritual Tools & Crystals",
|
|
1092
|
+
description: "Healing crystals, gemstone bracelets, pendulums, sprays, spiritual kits, altar decor."
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
id: "other-wellness-spiritual-items",
|
|
1096
|
+
name: "Other wellness or spiritual items",
|
|
1097
|
+
description: "Items that aid relaxation, focus, or inner work."
|
|
1098
|
+
}
|
|
1099
|
+
]
|
|
1100
|
+
}
|
|
1101
|
+
]
|
|
1117
1102
|
}
|
|
1118
1103
|
];
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
disabled: true,
|
|
1123
|
-
helperText: "Your email address"
|
|
1124
|
-
},
|
|
1104
|
+
|
|
1105
|
+
// src/formFields/categories/homeGardenHousehold.ts
|
|
1106
|
+
var homeGardenHousehold = [
|
|
1125
1107
|
{
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1108
|
+
id: "home-garden-household-goods",
|
|
1109
|
+
name: "Home, Garden & Household Goods",
|
|
1110
|
+
description: "Functional, decorative, and eco-conscious products designed for everyday use indoors and outdoors.",
|
|
1111
|
+
subcategories: [
|
|
1112
|
+
{
|
|
1113
|
+
id: "home-decor-living",
|
|
1114
|
+
name: "Home Decor & Living",
|
|
1115
|
+
items: [
|
|
1116
|
+
{
|
|
1117
|
+
id: "home-decor",
|
|
1118
|
+
name: "Home Decor",
|
|
1119
|
+
description: "Cushions, wall art, table runners, vases, trays, mirrors, handmade centerpieces."
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
id: "kitchenware-dining",
|
|
1123
|
+
name: "Kitchenware & Dining",
|
|
1124
|
+
description: "Mugs, bowls, cutting boards, utensils, jars, coasters, kitchen textiles."
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
id: "mini-figures-decor",
|
|
1128
|
+
name: "Mini Figures & D\xE9cor",
|
|
1129
|
+
description: "handmade or non-handmade small figures, tiny houses and miniature decorative items."
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
id: "other-indoor-home-items",
|
|
1133
|
+
name: "Other indoor home items",
|
|
1134
|
+
description: "Any decorative or practical household items not listed above."
|
|
1135
|
+
}
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
id: "cleaning-eco-essentials",
|
|
1140
|
+
name: "Cleaning & Eco Essentials",
|
|
1141
|
+
items: [
|
|
1142
|
+
{
|
|
1143
|
+
id: "cleaning-eco-supplies",
|
|
1144
|
+
name: "Cleaning & Eco Supplies",
|
|
1145
|
+
description: "Beeswax wraps, reusable cloths, brushes, natural soaps, detergent bars, eco sponges."
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
id: "other-eco-cleaning-items",
|
|
1149
|
+
name: "Other eco or cleaning items",
|
|
1150
|
+
description: "Environmentally friendly goods not listed above."
|
|
1151
|
+
}
|
|
1152
|
+
]
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
id: "garden-outdoor-living",
|
|
1156
|
+
name: "Garden & Outdoor Living",
|
|
1157
|
+
items: [
|
|
1158
|
+
{
|
|
1159
|
+
id: "plants-botanical-decor",
|
|
1160
|
+
name: "Plants & Botanical Decor",
|
|
1161
|
+
description: "Potted herbs, succulents, dried flowers, terrariums, plant-based ornaments."
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
id: "fresh-flowers-botanical-bouquets",
|
|
1165
|
+
name: "Fresh Flowers & Botanical Bouquets",
|
|
1166
|
+
description: "Cut flowers, seasonal bouquets, simple floral arrangements, native flower selections, and other fresh botanical items."
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
id: "natural-decor-nature-inspired-elements",
|
|
1170
|
+
name: "Natural Decor & Nature-Inspired Elements",
|
|
1171
|
+
description: "Seashell d\xE9cor, driftwood pieces, sand ornaments, natural wood accents, stone or mineral decorations, and other nature-based decorative items."
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
id: "garden-tools-outdoor-items",
|
|
1175
|
+
name: "Garden Tools & Outdoor Items",
|
|
1176
|
+
description: "Plant markers, garden signs, stakes, small tools, wind chimes, gifts."
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
id: "other-outdoor-garden-products",
|
|
1180
|
+
name: "Other outdoor or garden products",
|
|
1181
|
+
description: "Functional or decorative items for outside use."
|
|
1182
|
+
}
|
|
1183
|
+
]
|
|
1184
|
+
}
|
|
1185
|
+
]
|
|
1131
1186
|
}
|
|
1132
1187
|
];
|
|
1133
1188
|
|
|
1134
|
-
// src/formFields/
|
|
1135
|
-
var
|
|
1136
|
-
{
|
|
1137
|
-
...emailField,
|
|
1138
|
-
disabled: true,
|
|
1139
|
-
helperText: "Email cannot be changed"
|
|
1140
|
-
},
|
|
1141
|
-
{
|
|
1142
|
-
helperText: "Enter first name",
|
|
1143
|
-
keyboardType: "default",
|
|
1144
|
-
name: "firstName",
|
|
1145
|
-
placeholder: "First Name"
|
|
1146
|
-
},
|
|
1147
|
-
{
|
|
1148
|
-
helperText: "Enter last name",
|
|
1149
|
-
keyboardType: "default",
|
|
1150
|
-
name: "lastName",
|
|
1151
|
-
placeholder: "Last Name"
|
|
1152
|
-
},
|
|
1153
|
-
{
|
|
1154
|
-
helperText: "Enter your new password",
|
|
1155
|
-
keyboardType: "default",
|
|
1156
|
-
name: "password",
|
|
1157
|
-
placeholder: "Password",
|
|
1158
|
-
secureTextEntry: true
|
|
1159
|
-
},
|
|
1189
|
+
// src/formFields/categories/petProductsAndAnimalGoods.ts
|
|
1190
|
+
var petProductsAndAnimalGoods = [
|
|
1160
1191
|
{
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1192
|
+
id: "pet-products-animal-goods",
|
|
1193
|
+
name: "Pet Products & Animal Goods",
|
|
1194
|
+
description: "Items for pets, pet lovers, or animal-themed market stalls.",
|
|
1195
|
+
subcategories: [
|
|
1196
|
+
{
|
|
1197
|
+
id: "products-for-pets",
|
|
1198
|
+
name: "Products for Pets",
|
|
1199
|
+
items: [
|
|
1200
|
+
{
|
|
1201
|
+
id: "pet-food-treats",
|
|
1202
|
+
name: "Pet Food & Treats",
|
|
1203
|
+
description: "Homemade dog biscuits, cat snacks, natural chews, pet-safe cakes, training treats."
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
id: "apparel-toys-accessories",
|
|
1207
|
+
name: "Apparel, Toys & Accessories",
|
|
1208
|
+
description: "Leashes, collars, harnesses, toys, grooming tools, beds, travel gear, jumpers, bandanas."
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
id: "other-pet-products",
|
|
1212
|
+
name: "Other pet products",
|
|
1213
|
+
description: "Any pet-related items not listed above."
|
|
1214
|
+
}
|
|
1215
|
+
]
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
id: "small-pets-birds-exotic-animals",
|
|
1219
|
+
name: "Small Pets, Birds & Exotic Animals",
|
|
1220
|
+
items: [
|
|
1221
|
+
{
|
|
1222
|
+
id: "products-small-pets-birds-exotics",
|
|
1223
|
+
name: "Products for Small Pets, Birds & Exotics",
|
|
1224
|
+
description: "Toys, enclosures, perches, feeding bowls, bedding, habitat decor, transport gear, and care items for birds, rabbits, hamsters, reptiles, turtles, aquarium pets, and other exotic species."
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
id: "other-small-exotic-animal-items",
|
|
1228
|
+
name: "Other small or exotic animal items",
|
|
1229
|
+
description: "Unusual accessories for non-mainstream pets."
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
id: "farm-working-animals",
|
|
1235
|
+
name: "Farm & Working Animals",
|
|
1236
|
+
items: [
|
|
1237
|
+
{
|
|
1238
|
+
id: "goods-for-farm-working-animals",
|
|
1239
|
+
name: "Goods for Farm & Working Animals",
|
|
1240
|
+
description: "Treats, care products, equipment, signage and accessories for chickens, goats, alpacas, horses, and other livestock."
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
id: "other-farm-animal-items",
|
|
1244
|
+
name: "Other farm animal-related items",
|
|
1245
|
+
description: "Rural, barnyard, or utility-specific gear not listed above."
|
|
1246
|
+
}
|
|
1247
|
+
]
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
id: "animal-themed-gifts-custom-items",
|
|
1251
|
+
name: "Animal-Themed Gifts & Custom Items",
|
|
1252
|
+
items: [
|
|
1253
|
+
{
|
|
1254
|
+
id: "pet-art-custom-gifts",
|
|
1255
|
+
name: "Pet Art & Custom Gifts",
|
|
1256
|
+
description: "Pet portraits, name tags, personalized bowls, breed-specific items, pet-themed home decor and stationery."
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
id: "other-animal-themed-gifts",
|
|
1260
|
+
name: "Other animal-themed gifts",
|
|
1261
|
+
description: "Artistic or sentimental items made for animal lovers."
|
|
1262
|
+
}
|
|
1263
|
+
]
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1166
1266
|
}
|
|
1167
1267
|
];
|
|
1168
1268
|
|
|
1169
|
-
// src/formFields/categories/
|
|
1170
|
-
var
|
|
1269
|
+
// src/formFields/categories/serviceAndExperience.ts
|
|
1270
|
+
var serviceAndExperience = [
|
|
1171
1271
|
{
|
|
1172
|
-
id: "
|
|
1173
|
-
name: "
|
|
1174
|
-
description: "
|
|
1272
|
+
id: "services-experiences",
|
|
1273
|
+
name: "Services & Experiences",
|
|
1274
|
+
description: "On-site offerings that provide entertainment, personal care, learning, or interactive activities beyond products.",
|
|
1175
1275
|
subcategories: [
|
|
1176
1276
|
{
|
|
1177
|
-
id: "
|
|
1178
|
-
name: "
|
|
1277
|
+
id: "personal-care-body-art",
|
|
1278
|
+
name: "Personal Care & Body Art",
|
|
1179
1279
|
items: [
|
|
1180
1280
|
{
|
|
1181
|
-
id: "
|
|
1182
|
-
name: "
|
|
1183
|
-
description: "
|
|
1281
|
+
id: "nails-handcare",
|
|
1282
|
+
name: "Nails & Handcare",
|
|
1283
|
+
description: "Nail painting, decoration, quick manicures, temporary nail extensions."
|
|
1184
1284
|
},
|
|
1185
1285
|
{
|
|
1186
|
-
id: "
|
|
1187
|
-
name: "
|
|
1188
|
-
description: "
|
|
1286
|
+
id: "hair-styling-braiding",
|
|
1287
|
+
name: "Hair Styling & Braiding",
|
|
1288
|
+
description: "Hair braiding, plaits, child-friendly festival hairstyles."
|
|
1189
1289
|
},
|
|
1190
1290
|
{
|
|
1191
|
-
id: "
|
|
1192
|
-
name: "
|
|
1193
|
-
description: "
|
|
1291
|
+
id: "face-body-decoration",
|
|
1292
|
+
name: "Face & Body Decoration",
|
|
1293
|
+
description: "Henna, glitter tattoos, face painting, light makeup, eyelash styling, professional tattooing (where permitted)."
|
|
1194
1294
|
},
|
|
1195
1295
|
{
|
|
1196
|
-
id: "other-
|
|
1197
|
-
name: "Other
|
|
1198
|
-
description: "
|
|
1296
|
+
id: "other-beauty-grooming-services",
|
|
1297
|
+
name: "Other beauty or grooming services",
|
|
1298
|
+
description: "Small-scale personal care options offered on-site."
|
|
1199
1299
|
}
|
|
1200
1300
|
]
|
|
1201
1301
|
},
|
|
1202
1302
|
{
|
|
1203
|
-
id: "
|
|
1204
|
-
name: "
|
|
1303
|
+
id: "practical-wellness-services",
|
|
1304
|
+
name: "Practical & Wellness Services",
|
|
1205
1305
|
items: [
|
|
1206
1306
|
{
|
|
1207
|
-
id: "
|
|
1208
|
-
name: "
|
|
1209
|
-
description: "
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
id: "shoes",
|
|
1213
|
-
name: "Shoes",
|
|
1214
|
-
description: "Handmade shoes, baby booties, sandals, slippers."
|
|
1307
|
+
id: "mobile-practical-services",
|
|
1308
|
+
name: "Mobile & Practical Services",
|
|
1309
|
+
description: "Shoe repair, phone repairs, knife sharpening, key cutting, battery replacement, bike repairs, engraving."
|
|
1215
1310
|
},
|
|
1216
1311
|
{
|
|
1217
|
-
id: "
|
|
1218
|
-
name: "
|
|
1219
|
-
description: "
|
|
1312
|
+
id: "wellness-alternative-therapies",
|
|
1313
|
+
name: "Wellness & Alternative Therapies",
|
|
1314
|
+
description: "Massage, aromatherapy, reflexology, energy healing (e.g. Reiki), natural consultations."
|
|
1220
1315
|
},
|
|
1221
1316
|
{
|
|
1222
|
-
id: "other-
|
|
1223
|
-
name: "Other
|
|
1224
|
-
description: "
|
|
1317
|
+
id: "other-service-based-offerings",
|
|
1318
|
+
name: "Other service-based offerings",
|
|
1319
|
+
description: "Wellness or functional services not listed above."
|
|
1225
1320
|
}
|
|
1226
1321
|
]
|
|
1227
1322
|
},
|
|
1228
1323
|
{
|
|
1229
|
-
id: "
|
|
1230
|
-
name: "
|
|
1324
|
+
id: "creative-educational-experiences",
|
|
1325
|
+
name: "Creative & Educational Experiences",
|
|
1231
1326
|
items: [
|
|
1232
1327
|
{
|
|
1233
|
-
id: "
|
|
1234
|
-
name: "
|
|
1235
|
-
description: "
|
|
1328
|
+
id: "creative-workshops-maker-services",
|
|
1329
|
+
name: "Creative Workshops & Maker Services",
|
|
1330
|
+
description: "Candle making, pottery, jewelry crafting, soap or balm workshops, calligraphy, seasonal crafts."
|
|
1236
1331
|
},
|
|
1237
1332
|
{
|
|
1238
|
-
id: "
|
|
1239
|
-
name: "
|
|
1240
|
-
description: "
|
|
1333
|
+
id: "education-awareness-stalls",
|
|
1334
|
+
name: "Education & Awareness Stalls",
|
|
1335
|
+
description: "Eco awareness, cultural storytelling, local history, first aid demos, health booths, sustainability education, kids\u2019 science displays."
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
id: "other-creative-educational-services",
|
|
1339
|
+
name: "Other creative or educational services",
|
|
1340
|
+
description: "Informal learning, demonstrations, or community-focused sessions."
|
|
1241
1341
|
}
|
|
1242
1342
|
]
|
|
1243
1343
|
},
|
|
1244
1344
|
{
|
|
1245
|
-
id: "
|
|
1246
|
-
name: "
|
|
1345
|
+
id: "kids-activities-family-fun",
|
|
1346
|
+
name: "Kids\u2019 Activities & Family Fun",
|
|
1247
1347
|
items: [
|
|
1248
1348
|
{
|
|
1249
|
-
id: "
|
|
1250
|
-
name: "
|
|
1251
|
-
description: "
|
|
1349
|
+
id: "kids-activities-fun",
|
|
1350
|
+
name: "Kids\u2019 Activities & Fun",
|
|
1351
|
+
description: "Face painting, glitter tattoos, pony rides, bouncy castles, small amusement rides, balloon twisting, animal petting zones."
|
|
1252
1352
|
},
|
|
1253
1353
|
{
|
|
1254
|
-
id: "other-
|
|
1255
|
-
name: "Other
|
|
1256
|
-
description: "
|
|
1354
|
+
id: "other-family-oriented-activities",
|
|
1355
|
+
name: "Other family-oriented activities",
|
|
1356
|
+
description: "On-site entertainment that engages children or family groups."
|
|
1257
1357
|
}
|
|
1258
1358
|
]
|
|
1259
1359
|
}
|
|
@@ -1261,73 +1361,68 @@ var clothingAndFashion = [
|
|
|
1261
1361
|
}
|
|
1262
1362
|
];
|
|
1263
1363
|
|
|
1264
|
-
// src/formFields/categories/
|
|
1265
|
-
var
|
|
1364
|
+
// src/formFields/categories/toysChildren.ts
|
|
1365
|
+
var toysChildren = [
|
|
1266
1366
|
{
|
|
1267
|
-
id: "
|
|
1268
|
-
name: "
|
|
1269
|
-
description: "
|
|
1367
|
+
id: "toys-childrens-items",
|
|
1368
|
+
name: "Toys & Children\u2019s Items",
|
|
1369
|
+
description: "Products and services made for or inspired by children.",
|
|
1270
1370
|
subcategories: [
|
|
1271
1371
|
{
|
|
1272
|
-
id: "
|
|
1273
|
-
name: "
|
|
1372
|
+
id: "toys-playthings",
|
|
1373
|
+
name: "Toys & Playthings",
|
|
1274
1374
|
items: [
|
|
1275
1375
|
{
|
|
1276
|
-
id: "
|
|
1277
|
-
name: "
|
|
1278
|
-
description: "
|
|
1376
|
+
id: "toys-classic-electric-character",
|
|
1377
|
+
name: "Toys \u2013 Classic, Electric & Character-Based",
|
|
1378
|
+
description: "Building blocks, dolls, puzzles, plush animals, toy vehicles, remote-control toys, light-up gadgets, character figurines, themed playsets."
|
|
1279
1379
|
},
|
|
1280
1380
|
{
|
|
1281
|
-
id: "
|
|
1282
|
-
name: "
|
|
1283
|
-
description: "
|
|
1381
|
+
id: "handmade-toys-crafty-playthings",
|
|
1382
|
+
name: "Handmade Toys & Crafty Playthings",
|
|
1383
|
+
description: "Wooden puzzles, crocheted animals, felt toys, fabric dolls, DIY kits, nature-inspired games, sensory toys."
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
id: "other-play-items",
|
|
1387
|
+
name: "Other play items",
|
|
1388
|
+
description: "Toys not listed above, including limited-edition or hybrid items."
|
|
1284
1389
|
}
|
|
1285
1390
|
]
|
|
1286
1391
|
},
|
|
1287
1392
|
{
|
|
1288
|
-
id: "
|
|
1289
|
-
name: "
|
|
1393
|
+
id: "educational-developmental",
|
|
1394
|
+
name: "Educational & Developmental",
|
|
1290
1395
|
items: [
|
|
1291
1396
|
{
|
|
1292
|
-
id: "
|
|
1293
|
-
name: "
|
|
1294
|
-
description: "
|
|
1295
|
-
},
|
|
1296
|
-
{
|
|
1297
|
-
id: "instruments-music-gear",
|
|
1298
|
-
name: "Instruments & Music Gear",
|
|
1299
|
-
description: "Small electronic instruments, DIY synth kits, drum pads, loop machines."
|
|
1300
|
-
},
|
|
1301
|
-
{
|
|
1302
|
-
id: "recording-creative-devices",
|
|
1303
|
-
name: "Recording & Creative Devices",
|
|
1304
|
-
description: "USB microphones, podcast tools, voice recorders, mobile lighting, content tools."
|
|
1397
|
+
id: "educational-developmental-tools",
|
|
1398
|
+
name: "Educational & Developmental Tools",
|
|
1399
|
+
description: "STEM kits, Montessori toys, storybooks, picture books, flashcards, early learning games, language tools."
|
|
1305
1400
|
},
|
|
1306
1401
|
{
|
|
1307
|
-
id: "other-
|
|
1308
|
-
name: "Other
|
|
1309
|
-
description: "
|
|
1402
|
+
id: "other-educational-experience-based-items",
|
|
1403
|
+
name: "Other educational or experience-based items",
|
|
1404
|
+
description: "Creative experiences or learning aids not listed above."
|
|
1310
1405
|
}
|
|
1311
1406
|
]
|
|
1312
1407
|
},
|
|
1313
1408
|
{
|
|
1314
|
-
id: "
|
|
1315
|
-
name: "
|
|
1409
|
+
id: "baby-kidswear-accessories",
|
|
1410
|
+
name: "Baby & Kidswear + Accessories",
|
|
1316
1411
|
items: [
|
|
1317
1412
|
{
|
|
1318
|
-
id: "
|
|
1319
|
-
name: "
|
|
1320
|
-
description: "
|
|
1413
|
+
id: "baby-kidswear-accessories",
|
|
1414
|
+
name: "Baby & Kidswear + Accessories",
|
|
1415
|
+
description: "Handmade baby clothes, toddler outfits, bibs, hats, headbands, bags, pacifier clips, soft shoes."
|
|
1321
1416
|
},
|
|
1322
1417
|
{
|
|
1323
|
-
id: "
|
|
1324
|
-
name: "
|
|
1325
|
-
description: "
|
|
1418
|
+
id: "baby-developmental-soft-toys",
|
|
1419
|
+
name: "Baby Developmental Soft Toys",
|
|
1420
|
+
description: "Sensory toys, rattles, fabric books, teething items, high-contrast cards, and early-skill. Montessori materials designed to support infants\u2019 cognitive and motor development."
|
|
1326
1421
|
},
|
|
1327
1422
|
{
|
|
1328
|
-
id: "other-
|
|
1329
|
-
name: "Other
|
|
1330
|
-
description: "
|
|
1423
|
+
id: "other-childrens-clothing-accessories",
|
|
1424
|
+
name: "Other children\u2019s clothing or accessories",
|
|
1425
|
+
description: "Unique fashion or functional pieces for kids."
|
|
1331
1426
|
}
|
|
1332
1427
|
]
|
|
1333
1428
|
}
|
|
@@ -1335,831 +1430,744 @@ var electronicsAndTechnology = [
|
|
|
1335
1430
|
}
|
|
1336
1431
|
];
|
|
1337
1432
|
|
|
1338
|
-
// src/formFields/categories/
|
|
1339
|
-
var
|
|
1433
|
+
// src/formFields/categories/vintageAndAntique.ts
|
|
1434
|
+
var vintageAndAntique = [
|
|
1340
1435
|
{
|
|
1341
|
-
id: "
|
|
1342
|
-
name: "
|
|
1343
|
-
description: "
|
|
1436
|
+
id: "vintage-antique",
|
|
1437
|
+
name: "Vintage & Antique",
|
|
1438
|
+
description: "Unique, historic, or nostalgic items with collectible or decorative value.",
|
|
1344
1439
|
subcategories: [
|
|
1345
1440
|
{
|
|
1346
|
-
id: "
|
|
1347
|
-
name: "
|
|
1441
|
+
id: "vintage-antique-clothing-accessories",
|
|
1442
|
+
name: "Vintage & Antique Clothing & Accessories",
|
|
1348
1443
|
items: [
|
|
1349
1444
|
{
|
|
1350
|
-
id: "
|
|
1351
|
-
name: "
|
|
1352
|
-
description: "
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
id: "meat-seafood",
|
|
1356
|
-
name: "Meat & Seafood",
|
|
1357
|
-
description: "Butcher cuts, fresh fish, smoked meats, sausages, seafood platters, artisanal jerky."
|
|
1358
|
-
},
|
|
1359
|
-
{
|
|
1360
|
-
id: "dairy-eggs",
|
|
1361
|
-
name: "Dairy & Eggs",
|
|
1362
|
-
description: "Farm eggs, handmade cheeses, yoghurt, fresh milk, goat\u2019s milk products."
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
id: "bakery-pastries",
|
|
1366
|
-
name: "Bakery & Pastries",
|
|
1367
|
-
description: "Freshly baked bread, sourdough, bagels, croissants, focaccia, traditional baked goods."
|
|
1368
|
-
},
|
|
1369
|
-
{
|
|
1370
|
-
id: "spices-condiments",
|
|
1371
|
-
name: "Spices & Condiments",
|
|
1372
|
-
description: "Dried herbs, spice blends, specialty salts, hot sauces, infused oils, chutneys."
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
id: "packaged-specialty-foods",
|
|
1376
|
-
name: "Packaged & Specialty Foods",
|
|
1377
|
-
description: "Honey, jams, preserves, pickles, nut butters, sauces, pre-packaged snacks."
|
|
1445
|
+
id: "clothing-vintage-fashion",
|
|
1446
|
+
name: "Clothing and wearable items from past eras",
|
|
1447
|
+
description: "Vintage dresses, jackets, hats, gloves, belts, bags, shoes, jewellery."
|
|
1378
1448
|
},
|
|
1379
1449
|
{
|
|
1380
|
-
id: "other-
|
|
1381
|
-
name: "Other
|
|
1382
|
-
description: "
|
|
1450
|
+
id: "other-clothing-accessory-items",
|
|
1451
|
+
name: "Other clothing-related items",
|
|
1452
|
+
description: "Hair clips, brooches, pins, scarf rings, small fashion accessories."
|
|
1383
1453
|
}
|
|
1384
1454
|
]
|
|
1385
1455
|
},
|
|
1386
1456
|
{
|
|
1387
|
-
id: "
|
|
1388
|
-
name: "
|
|
1457
|
+
id: "collectibles-memorabilia",
|
|
1458
|
+
name: "Collectibles & Memorabilia",
|
|
1389
1459
|
items: [
|
|
1390
1460
|
{
|
|
1391
|
-
id: "
|
|
1392
|
-
name: "
|
|
1393
|
-
description: "
|
|
1394
|
-
},
|
|
1395
|
-
{
|
|
1396
|
-
id: "coffee-teas",
|
|
1397
|
-
name: "Coffee & Teas",
|
|
1398
|
-
description: "Espresso, pour-over coffee, herbal teas, matcha, bubble tea, locally blended tea."
|
|
1399
|
-
},
|
|
1400
|
-
{
|
|
1401
|
-
id: "dairy-plant-based-drinks",
|
|
1402
|
-
name: "Dairy & Plant-Based Drinks",
|
|
1403
|
-
description: "Milkshakes, lassis, almond/oat milk drinks, coconut water."
|
|
1404
|
-
},
|
|
1405
|
-
{
|
|
1406
|
-
id: "alcoholic-beverages",
|
|
1407
|
-
name: "Alcoholic Beverages",
|
|
1408
|
-
description: "Local wines, craft beer, mead, cider, infused spirits, cocktail kits."
|
|
1461
|
+
id: "small-collectible-items",
|
|
1462
|
+
name: "Small collectible items with historical or nostalgic significance",
|
|
1463
|
+
description: "Coins, stamps, toys, postcards, comics, sports cards, vintage packaging."
|
|
1409
1464
|
},
|
|
1410
1465
|
{
|
|
1411
|
-
id: "other-
|
|
1412
|
-
name: "Other
|
|
1413
|
-
description: "
|
|
1466
|
+
id: "other-collectible-items",
|
|
1467
|
+
name: "Other collectible items",
|
|
1468
|
+
description: "Rare small objects, miniature figurines, special-edition items."
|
|
1414
1469
|
}
|
|
1415
1470
|
]
|
|
1416
1471
|
},
|
|
1417
1472
|
{
|
|
1418
|
-
id: "
|
|
1419
|
-
name: "
|
|
1473
|
+
id: "homewares-decor-curiosities",
|
|
1474
|
+
name: "Homewares, Decor & Curiosities",
|
|
1420
1475
|
items: [
|
|
1421
1476
|
{
|
|
1422
|
-
id: "
|
|
1423
|
-
name: "
|
|
1424
|
-
description: "
|
|
1425
|
-
},
|
|
1426
|
-
{
|
|
1427
|
-
id: "asian-cuisine",
|
|
1428
|
-
name: "Asian Cuisine",
|
|
1429
|
-
description: "Sushi, bao buns, dumplings, ramen, satay, spring rolls, fried rice."
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
id: "mediterranean-cuisine",
|
|
1433
|
-
name: "Mediterranean Cuisine",
|
|
1434
|
-
description: "Falafel, hummus wraps, souvlaki, Greek salad, dolma."
|
|
1435
|
-
},
|
|
1436
|
-
{
|
|
1437
|
-
id: "italian-delights",
|
|
1438
|
-
name: "Italian Delights",
|
|
1439
|
-
description: "Pizza, calzone, focaccia, fresh pasta, arancini."
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
id: "bbq-grilled-foods",
|
|
1443
|
-
name: "BBQ & Grilled Foods",
|
|
1444
|
-
description: "Kebabs, grilled chicken, ribs, burgers, sausages."
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
id: "savoury-crepes-pancakes",
|
|
1448
|
-
name: "Savoury Crepes & Pancakes",
|
|
1449
|
-
description: "Filled savoury crepes, mini savoury pancakes."
|
|
1450
|
-
},
|
|
1451
|
-
{
|
|
1452
|
-
id: "savoury-baked-goods-pastries",
|
|
1453
|
-
name: "Savoury Baked Goods & Pastries",
|
|
1454
|
-
description: "Quiches, savoury muffins, filled savoury pastries, empanadas."
|
|
1477
|
+
id: "decorative-functional-vintage-items",
|
|
1478
|
+
name: "Decorative or functional items with a vintage or antique aesthetic",
|
|
1479
|
+
description: "Teacups, plates, vases, mirrors, clocks, furniture, old tools, lanterns, typewriters, curiosities."
|
|
1455
1480
|
},
|
|
1456
1481
|
{
|
|
1457
|
-
id: "
|
|
1458
|
-
name: "
|
|
1459
|
-
description: "
|
|
1482
|
+
id: "handmade-vintage-art",
|
|
1483
|
+
name: "Handmade vintage art",
|
|
1484
|
+
description: "Paintings, sculptures, crafted pieces."
|
|
1460
1485
|
},
|
|
1461
1486
|
{
|
|
1462
|
-
id: "other-
|
|
1463
|
-
name: "Other
|
|
1464
|
-
description: "
|
|
1487
|
+
id: "other-home-decor-items",
|
|
1488
|
+
name: "Other home or decor items",
|
|
1489
|
+
description: "Decorative pieces not listed above, unique household objects."
|
|
1465
1490
|
}
|
|
1466
1491
|
]
|
|
1467
1492
|
},
|
|
1468
1493
|
{
|
|
1469
|
-
id: "
|
|
1470
|
-
name: "
|
|
1494
|
+
id: "vintage-media-printed-nostalgia",
|
|
1495
|
+
name: "Vintage Media & Printed Nostalgia",
|
|
1471
1496
|
items: [
|
|
1472
1497
|
{
|
|
1473
|
-
id: "
|
|
1474
|
-
name: "
|
|
1475
|
-
description: "
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
id: "sweet-baked-goods-desserts",
|
|
1479
|
-
name: "Sweet Baked Goods & Desserts",
|
|
1480
|
-
description: "Cakes, pastries, slices, trifles, layered desserts."
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
id: "fruit-based-snacks",
|
|
1484
|
-
name: "Fruit-Based Snacks",
|
|
1485
|
-
description: "Fruit skewers, dried fruit packs, chocolate-dipped fruit."
|
|
1486
|
-
},
|
|
1487
|
-
{
|
|
1488
|
-
id: "candy-confectionery",
|
|
1489
|
-
name: "Candy & Confectionery",
|
|
1490
|
-
description: "Fudge, handmade candies, toffee, nougat, brittle."
|
|
1498
|
+
id: "older-media-printed-works",
|
|
1499
|
+
name: "Older media formats and printed works",
|
|
1500
|
+
description: "Vinyl records, cassette tapes, CDs, DVDs, books, magazines, board games, posters."
|
|
1491
1501
|
},
|
|
1492
1502
|
{
|
|
1493
|
-
id: "other-
|
|
1494
|
-
name: "Other
|
|
1495
|
-
description: "
|
|
1503
|
+
id: "other-media-printed-items",
|
|
1504
|
+
name: "Other media or printed items",
|
|
1505
|
+
description: "Maps, manuals, leaflets, out-of-print materials."
|
|
1506
|
+
}
|
|
1507
|
+
]
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
id: "other-vintage-antique-items",
|
|
1511
|
+
name: "Other Vintage & Antique Items",
|
|
1512
|
+
items: [
|
|
1513
|
+
{
|
|
1514
|
+
id: "any-vintage-antique-items-not-listed",
|
|
1515
|
+
name: "Any vintage or antique items not listed above",
|
|
1516
|
+
description: "Unique, rare or uncategorised pieces."
|
|
1496
1517
|
}
|
|
1497
1518
|
]
|
|
1498
1519
|
}
|
|
1499
1520
|
]
|
|
1500
1521
|
}
|
|
1501
1522
|
];
|
|
1502
|
-
|
|
1503
|
-
// src/formFields/categories/
|
|
1504
|
-
var
|
|
1523
|
+
|
|
1524
|
+
// src/formFields/categories/index.ts
|
|
1525
|
+
var categoryColors = {
|
|
1526
|
+
"clothing-fashion": "#9D4EDD",
|
|
1527
|
+
"electronics-technology": "#3AF3FF",
|
|
1528
|
+
"food-beverages": "#FF0D1F",
|
|
1529
|
+
"handmade-local-products": "#EE7E54",
|
|
1530
|
+
"health-wellness": "#E23794",
|
|
1531
|
+
"home-garden-household-goods": "#067325",
|
|
1532
|
+
"pet-products-animal-goods": "#68E788",
|
|
1533
|
+
"services-experiences": "#2E16A5",
|
|
1534
|
+
"toys-childrens-items": "#FFF966",
|
|
1535
|
+
"vintage-antique": "#8D6748"
|
|
1536
|
+
};
|
|
1537
|
+
var assignColorToCategories = (categories) => {
|
|
1538
|
+
const result = categories.map((category) => ({
|
|
1539
|
+
...category,
|
|
1540
|
+
color: categoryColors[category.id]
|
|
1541
|
+
}));
|
|
1542
|
+
return result;
|
|
1543
|
+
};
|
|
1544
|
+
var availableCategories = assignColorToCategories([
|
|
1545
|
+
...foodAndBeverages,
|
|
1546
|
+
...handmadeAndLocalProducts,
|
|
1547
|
+
...clothingAndFashion,
|
|
1548
|
+
...homeGardenHousehold,
|
|
1549
|
+
...toysChildren,
|
|
1550
|
+
...healthAndWellness,
|
|
1551
|
+
...electronicsAndTechnology,
|
|
1552
|
+
...vintageAndAntique,
|
|
1553
|
+
...petProductsAndAnimalGoods,
|
|
1554
|
+
...serviceAndExperience
|
|
1555
|
+
]);
|
|
1556
|
+
|
|
1557
|
+
// src/formFields/vendor/vendorInfo.ts
|
|
1558
|
+
var vendorElectricity = {
|
|
1559
|
+
details: {
|
|
1560
|
+
helperText: "Please describe details e.g. amps, voltage, etc.",
|
|
1561
|
+
isTextArea: true,
|
|
1562
|
+
name: "requirements.electricity.details",
|
|
1563
|
+
placeholder: "Electricity requirements"
|
|
1564
|
+
},
|
|
1565
|
+
isRequired: {
|
|
1566
|
+
name: "requirements.electricity.isRequired",
|
|
1567
|
+
placeholder: "Do you require electricity?"
|
|
1568
|
+
}
|
|
1569
|
+
};
|
|
1570
|
+
var vendorGazebo = {
|
|
1571
|
+
details: {
|
|
1572
|
+
helperText: "Please describe details e.g. size, etc.",
|
|
1573
|
+
isTextArea: true,
|
|
1574
|
+
name: "requirements.gazebo.details",
|
|
1575
|
+
placeholder: "Gazebo requirements"
|
|
1576
|
+
},
|
|
1577
|
+
isRequired: {
|
|
1578
|
+
name: "requirements.gazebo.isRequired",
|
|
1579
|
+
placeholder: "Do you require Gazebo?"
|
|
1580
|
+
}
|
|
1581
|
+
};
|
|
1582
|
+
var vendorTable = {
|
|
1583
|
+
details: {
|
|
1584
|
+
helperText: "Please describe details e.g. size, etc.",
|
|
1585
|
+
isTextArea: true,
|
|
1586
|
+
name: "requirements.table.details",
|
|
1587
|
+
placeholder: "Table requirements"
|
|
1588
|
+
},
|
|
1589
|
+
isRequired: {
|
|
1590
|
+
name: "requirements.table.isRequired",
|
|
1591
|
+
placeholder: "Do you require Table?"
|
|
1592
|
+
}
|
|
1593
|
+
};
|
|
1594
|
+
var vendorPriceRange = {
|
|
1595
|
+
max: {
|
|
1596
|
+
helperText: "Product maximum price",
|
|
1597
|
+
name: "product.priceRange.max",
|
|
1598
|
+
placeholder: "Maximum price: "
|
|
1599
|
+
},
|
|
1600
|
+
min: {
|
|
1601
|
+
helperText: "Product minimum price",
|
|
1602
|
+
name: "product.priceRange.min",
|
|
1603
|
+
placeholder: "Minimum price: "
|
|
1604
|
+
}
|
|
1605
|
+
};
|
|
1606
|
+
var vendorStallSize = {
|
|
1607
|
+
depth: {
|
|
1608
|
+
helperText: "Stall size in depth",
|
|
1609
|
+
name: "stallInfo.size.depth",
|
|
1610
|
+
placeholder: "Stall Depth: "
|
|
1611
|
+
},
|
|
1612
|
+
width: {
|
|
1613
|
+
helperText: "Stall size in width",
|
|
1614
|
+
name: "stallInfo.size.width",
|
|
1615
|
+
placeholder: "Stall Width: "
|
|
1616
|
+
}
|
|
1617
|
+
};
|
|
1618
|
+
var vendorPackaging = {
|
|
1619
|
+
helperText: "Select packaging type, you can select more than one",
|
|
1620
|
+
name: "product.packaging",
|
|
1621
|
+
placeholder: "Packaging type"
|
|
1622
|
+
};
|
|
1623
|
+
var vendorProducedIn = {
|
|
1624
|
+
helperText: "Select where the product is produced, you can select more than one",
|
|
1625
|
+
name: "product.producedIn",
|
|
1626
|
+
placeholder: "Produced type"
|
|
1627
|
+
};
|
|
1628
|
+
var vendorFoodFlavour = {
|
|
1629
|
+
helperText: "You can select more than one food flavour",
|
|
1630
|
+
name: "product.foodFlavors",
|
|
1631
|
+
placeholder: "Food flavours"
|
|
1632
|
+
};
|
|
1633
|
+
var vendorCompliance = [
|
|
1634
|
+
{
|
|
1635
|
+
name: "compliance.liabilityInsurance",
|
|
1636
|
+
placeholder: "Liability Insurance"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
name: "compliance.foodBeverageLicense",
|
|
1640
|
+
placeholder: "Food and Beverage License"
|
|
1641
|
+
}
|
|
1642
|
+
];
|
|
1643
|
+
var packagingTypes = [
|
|
1644
|
+
"Biodegradable",
|
|
1645
|
+
"Compostable",
|
|
1646
|
+
"Fabric",
|
|
1647
|
+
"Glass",
|
|
1648
|
+
"Other",
|
|
1649
|
+
"Paper",
|
|
1650
|
+
"Plastic",
|
|
1651
|
+
"Recyclable",
|
|
1652
|
+
"Reusable",
|
|
1653
|
+
"Single-use",
|
|
1654
|
+
"Wood"
|
|
1655
|
+
];
|
|
1656
|
+
var producedIngTypes = [
|
|
1657
|
+
"Commercial Kitchen",
|
|
1658
|
+
"Home Premises",
|
|
1659
|
+
"Factory",
|
|
1660
|
+
"Farm",
|
|
1661
|
+
"Other"
|
|
1662
|
+
];
|
|
1663
|
+
var packagingOptions = mapArrayToOptions(packagingTypes);
|
|
1664
|
+
var producedIngOptions = mapArrayToOptions(producedIngTypes);
|
|
1665
|
+
var foodFlavourOptions = Object.values(
|
|
1666
|
+
EnumFoodFlavor
|
|
1667
|
+
).map((flavour) => ({
|
|
1668
|
+
label: flavour.replaceAll("_", " "),
|
|
1669
|
+
value: flavour
|
|
1670
|
+
}));
|
|
1671
|
+
|
|
1672
|
+
// src/formFields/event/event.ts
|
|
1673
|
+
var eventBasicInfoFields = [
|
|
1674
|
+
{
|
|
1675
|
+
helperText: "Name of the Event *",
|
|
1676
|
+
name: "name",
|
|
1677
|
+
placeholder: "Name"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
helperText: "NZBN number (required \u2013 ClueMart only accepts events with valid NZBN number) *",
|
|
1681
|
+
keyboardType: "number-pad",
|
|
1682
|
+
name: "nzbn",
|
|
1683
|
+
placeholder: "NZBN number"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
helperText: "Name of the Provider (if applicable)",
|
|
1687
|
+
name: "provider",
|
|
1688
|
+
placeholder: "Provider"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
helperText: "Description of the Event *",
|
|
1692
|
+
isTextArea: true,
|
|
1693
|
+
name: "description",
|
|
1694
|
+
placeholder: "Description"
|
|
1695
|
+
}
|
|
1696
|
+
];
|
|
1697
|
+
var eventStartDateFields = [
|
|
1698
|
+
{
|
|
1699
|
+
dateMode: "date",
|
|
1700
|
+
helperText: "Start Date of the Event *",
|
|
1701
|
+
name: "startDate",
|
|
1702
|
+
placeholder: "Start Date"
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
dateMode: "time",
|
|
1706
|
+
helperText: "Start Time of the Event *",
|
|
1707
|
+
name: "startTime",
|
|
1708
|
+
placeholder: "Start Time"
|
|
1709
|
+
}
|
|
1710
|
+
];
|
|
1711
|
+
var eventEndDateFields = [
|
|
1712
|
+
{
|
|
1713
|
+
dateMode: "date",
|
|
1714
|
+
helperText: "End Date of the Event *",
|
|
1715
|
+
name: "endDate",
|
|
1716
|
+
placeholder: "End Date"
|
|
1717
|
+
},
|
|
1718
|
+
{
|
|
1719
|
+
dateMode: "time",
|
|
1720
|
+
helperText: "End Time of the Event *",
|
|
1721
|
+
name: "endTime",
|
|
1722
|
+
placeholder: "End Time"
|
|
1723
|
+
}
|
|
1724
|
+
];
|
|
1725
|
+
var availableTagTypes = [
|
|
1726
|
+
{ icon: "human-male-female-child", label: "All Ages" },
|
|
1727
|
+
{ icon: "weather-sunny", label: "Day Market" },
|
|
1728
|
+
{ icon: "account-child", label: "Family Friendly" },
|
|
1729
|
+
{ icon: "ticket-percent", label: "Free Entry" },
|
|
1730
|
+
{ icon: "home-city", label: "Indoor Market" },
|
|
1731
|
+
{ icon: "music", label: "Live Music" },
|
|
1732
|
+
{ icon: "bus", label: "Near Bustop" },
|
|
1733
|
+
{ icon: "slide", label: "Near Playground" },
|
|
1734
|
+
{ icon: "train", label: "Near Train Station" },
|
|
1735
|
+
{ icon: "weather-night", label: "Night Market" },
|
|
1736
|
+
{ icon: "tree", label: "Outdoor Market" },
|
|
1737
|
+
{ icon: "car", label: "Parking Available" },
|
|
1738
|
+
{ icon: "dog", label: "Pet Friendly" },
|
|
1739
|
+
{ icon: "ship-wheel", label: "Port Nearby" },
|
|
1740
|
+
{ icon: "toilet", label: "Toilet Available" },
|
|
1741
|
+
{ icon: "wheelchair-accessibility", label: "Wheelchair Accessible" }
|
|
1742
|
+
];
|
|
1743
|
+
var tagOptions = availableTagTypes.map((tag) => ({
|
|
1744
|
+
label: tag.label,
|
|
1745
|
+
value: tag.label
|
|
1746
|
+
}));
|
|
1747
|
+
|
|
1748
|
+
// src/formFields/event/eventInfo.ts
|
|
1749
|
+
var eventInfo = [
|
|
1750
|
+
{
|
|
1751
|
+
helperText: "Application Deadline (hours before event start) *",
|
|
1752
|
+
keyboardType: "number-pad",
|
|
1753
|
+
name: "applicationDeadlineHours",
|
|
1754
|
+
placeholder: "Application Deadline (in hours)"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
helperText: "Payment Due (hours after application or invitation acceptance) *",
|
|
1758
|
+
keyboardType: "number-pad",
|
|
1759
|
+
name: "paymentDueHours",
|
|
1760
|
+
placeholder: "Payment Due (in hours)"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
helperText: "Pack-In Time (hours before event start) *",
|
|
1764
|
+
keyboardType: "number-pad",
|
|
1765
|
+
name: "packInTime",
|
|
1766
|
+
placeholder: "Pack In Time (in hours)"
|
|
1767
|
+
}
|
|
1768
|
+
];
|
|
1769
|
+
var eventInfoPaymentInfo = [
|
|
1505
1770
|
{
|
|
1506
|
-
|
|
1507
|
-
name: "
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
name: "Candles & Home Scents",
|
|
1522
|
-
description: "Soy candles, beeswax candles, wax melts, incense sticks, room sprays and herbal sachets."
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
id: "botanical-crafts",
|
|
1526
|
-
name: "Botanical Crafts",
|
|
1527
|
-
description: "Dried-flower d\xE9cor and pressed-flower crafts"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
id: "textiles-embroidery",
|
|
1531
|
-
name: "Textiles & Embroidery",
|
|
1532
|
-
description: "Handsewn items, embroidered napkins, home linens, aprons, fabric gift wraps, handmade fabric bags, quilted goods, personalized textile gifts."
|
|
1533
|
-
},
|
|
1534
|
-
{
|
|
1535
|
-
id: "woodcraft-metalcraft",
|
|
1536
|
-
name: "Woodcraft & Metalcraft",
|
|
1537
|
-
description: "Wooden boards, handmade frames, sculptures, metal signs, furniture."
|
|
1538
|
-
},
|
|
1539
|
-
{
|
|
1540
|
-
id: "handmade-soaps-natural-body-goods",
|
|
1541
|
-
name: "Handmade Soaps & Natural Body Goods",
|
|
1542
|
-
description: "Handmade soaps, balms, oils, bath items"
|
|
1543
|
-
},
|
|
1544
|
-
{
|
|
1545
|
-
id: "seasonal-festive-crafts",
|
|
1546
|
-
name: "Seasonal & Festive Crafts",
|
|
1547
|
-
description: "Christmas, Easter and seasonal handmade decor"
|
|
1548
|
-
},
|
|
1549
|
-
{
|
|
1550
|
-
id: "other-home-living-products",
|
|
1551
|
-
name: "Other home & living products",
|
|
1552
|
-
description: "Items that don't fit above but serve home-related purposes."
|
|
1553
|
-
}
|
|
1554
|
-
]
|
|
1555
|
-
},
|
|
1556
|
-
{
|
|
1557
|
-
id: "art-personal-expression",
|
|
1558
|
-
name: "Art & Personal Expression",
|
|
1559
|
-
items: [
|
|
1560
|
-
{
|
|
1561
|
-
id: "paintings-illustrations",
|
|
1562
|
-
name: "Paintings & Illustrations",
|
|
1563
|
-
description: "Paintings, canvas art, hand-drawn illustrations, digital prints, graphic art and calligraphy pieces."
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
id: "sculptures-carvings",
|
|
1567
|
-
name: "Sculptures & Carvings ",
|
|
1568
|
-
description: "Sculptures made from wood, stone, metal, clay or resin, carved decorative pieces and artistic 3D works."
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
id: "creative-handmade-alternative-art",
|
|
1572
|
-
name: "Creative Handmade & Alternative Art",
|
|
1573
|
-
description: "Handmade textile d\xE9cor, fabric ornaments, mixed-media art, creative craft pieces and modern handmade artworks."
|
|
1574
|
-
},
|
|
1575
|
-
{
|
|
1576
|
-
id: "handmade-mini-figures-decor",
|
|
1577
|
-
name: "Handmade Mini Figures & D\xE9cor",
|
|
1578
|
-
description: "Small handmade figures, tiny houses and crafted mini decorative items."
|
|
1579
|
-
},
|
|
1580
|
-
{
|
|
1581
|
-
id: "other-artistic-expressive-products",
|
|
1582
|
-
name: "Other Artistic or Expressive Products",
|
|
1583
|
-
description: "Custom artworks, specialty handmade d\xE9cor, unique crafts."
|
|
1584
|
-
}
|
|
1585
|
-
]
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
id: "handmade-jewellery-accessories-cultural-crafts",
|
|
1589
|
-
name: "Handmade Jewellery, Accessories & Cultural Crafts",
|
|
1590
|
-
items: [
|
|
1591
|
-
{
|
|
1592
|
-
id: "jewellery-handmade-items-nz-traditional-materials",
|
|
1593
|
-
name: "Jewellery & Handmade Items from NZ Traditional Materials",
|
|
1594
|
-
description: "Handmade jewellery and decorative or functional items crafted from pounamu, bone, wood and other traditional New Zealand materials."
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
id: "maori-pasifika-cultural-crafts-clothing",
|
|
1598
|
-
name: "M\u0101ori & Pasifika Cultural Crafts and Clothing",
|
|
1599
|
-
description: "Culturally inspired handmade items, accessories and garments featuring M\u0101ori or Pasifika motifs, traditional patterns and regional craftsmanship."
|
|
1600
|
-
},
|
|
1601
|
-
{
|
|
1602
|
-
id: "traditional-handmade-clothing-jewellery-crafts-global-cultures",
|
|
1603
|
-
name: "Traditional Handmade Clothing, Jewellery & Crafts from Global Cultures",
|
|
1604
|
-
description: "Handcrafted clothing, jewellery and cultural items from diverse traditions \u2014 including Asian, African, European, Middle Eastern, Indian, Chinese, Japanese, Pacific, and other culturally significant handmade pieces."
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
id: "other-handmade-cultural-items",
|
|
1608
|
-
name: "Other Handmade Cultural Items",
|
|
1609
|
-
description: "Unique or culturally inspired handmade pieces not specifically covered in the categories above."
|
|
1610
|
-
}
|
|
1611
|
-
]
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
id: "gift-ideas-accessories",
|
|
1615
|
-
name: "Gift Ideas & Accessories",
|
|
1616
|
-
items: [
|
|
1617
|
-
{
|
|
1618
|
-
id: "handmade-pens-keychains-fridge-magnets",
|
|
1619
|
-
name: "Handmade Pens, Keychains and Fridge Magnets",
|
|
1620
|
-
description: null
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
id: "gift-packaging-wrapping-accessories",
|
|
1624
|
-
name: "Gift Packaging & Wrapping Accessories",
|
|
1625
|
-
description: null
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
id: "handmade-crochet-knitting-fibre-crafts",
|
|
1629
|
-
name: "Handmade Crochet, Knitting & Fibre Crafts",
|
|
1630
|
-
description: "Handmade crochet and knitted items, fabric-based crafts, small decorative pieces, creative fibre artworks and unique handcrafted accessories."
|
|
1631
|
-
},
|
|
1632
|
-
{
|
|
1633
|
-
id: "handmade-toys-mini-play-items",
|
|
1634
|
-
name: "Handmade Toys & Mini Play Items",
|
|
1635
|
-
description: "small handmade toys, soft toys, wooden miniatures, crochet or felt play pieces"
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
id: "other-small-handmade-gifts-accessories",
|
|
1639
|
-
name: "Other small handmade gifts or accessories",
|
|
1640
|
-
description: "Compact creative items made to surprise or delight."
|
|
1641
|
-
}
|
|
1642
|
-
]
|
|
1643
|
-
}
|
|
1644
|
-
]
|
|
1771
|
+
helperText: "Account holder name *",
|
|
1772
|
+
name: "accountHolderName",
|
|
1773
|
+
placeholder: "Account holder name"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
helperText: "Account number *",
|
|
1777
|
+
keyboardType: "number-pad",
|
|
1778
|
+
name: "accountNumber",
|
|
1779
|
+
placeholder: "Account number"
|
|
1780
|
+
},
|
|
1781
|
+
{
|
|
1782
|
+
helperText: "Payment link, where applicants can pay *",
|
|
1783
|
+
keyboardType: "url",
|
|
1784
|
+
name: "link",
|
|
1785
|
+
placeholder: "Payment link"
|
|
1645
1786
|
}
|
|
1646
1787
|
];
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1788
|
+
var requirementsOptions = [
|
|
1789
|
+
{
|
|
1790
|
+
category: "Environment",
|
|
1791
|
+
label: "All packaging must be eco-friendly or recyclable where possible.",
|
|
1792
|
+
value: false
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
category: "Environment",
|
|
1796
|
+
label: "No single-use plastic bags are to be handed out.",
|
|
1797
|
+
value: false
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
category: "Environment",
|
|
1801
|
+
label: "Stall area must be left clean with no trace of activity after pack-down.",
|
|
1802
|
+
value: false
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
category: "Environment",
|
|
1806
|
+
label: "No disposal of oils, fats, or chemicals in public drains or on grassed areas.",
|
|
1807
|
+
value: false
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
category: "Environment",
|
|
1811
|
+
label: "You must provide bins at your site for rubbish and recycling, and take away all bins including rubbish, to dispose of outside of the town centre.",
|
|
1812
|
+
value: false
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
category: "Food Safety",
|
|
1816
|
+
label: "Food must be prepared and stored according to your food regulation.",
|
|
1817
|
+
value: false
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
category: "Food Safety",
|
|
1821
|
+
label: "The stallholder must display a current food grade certificate.",
|
|
1822
|
+
value: false
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
category: "Food Safety",
|
|
1826
|
+
label: "Only licensed food vendors may sell ready-to-eat food items.",
|
|
1827
|
+
value: false
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
category: "Food Safety",
|
|
1831
|
+
label: "Handwashing facilities must be available at your stall if preparing food.",
|
|
1832
|
+
value: false
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
category: "Food Safety",
|
|
1836
|
+
label: "You must have a food safety plan in place for your stall.",
|
|
1837
|
+
value: false
|
|
1838
|
+
},
|
|
1839
|
+
{
|
|
1840
|
+
category: "Food Safety",
|
|
1841
|
+
label: "Allergens must be clearly listed on packaged and unpackaged food items.",
|
|
1842
|
+
value: false
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
category: "Legal & Safety",
|
|
1846
|
+
label: "All stallholders must comply with local council regulations.",
|
|
1847
|
+
value: false
|
|
1848
|
+
},
|
|
1849
|
+
{
|
|
1850
|
+
category: "Legal & Safety",
|
|
1851
|
+
label: "No unauthorised subletting of stall space to other vendors.",
|
|
1852
|
+
value: false
|
|
1853
|
+
},
|
|
1854
|
+
{
|
|
1855
|
+
category: "Legal & Safety",
|
|
1856
|
+
label: "Gas bottles and fuel containers must be secured and in good condition if applicable.",
|
|
1857
|
+
value: false
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
category: "Legal & Safety",
|
|
1861
|
+
label: "Fire extinguishers must be available for stalls using cooking or heating equipment.",
|
|
1862
|
+
value: false
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
category: "Legal & Safety",
|
|
1866
|
+
label: "Stallholders must not sell items that are illegal or prohibited by law.",
|
|
1867
|
+
value: false
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
category: "Legal & Safety",
|
|
1871
|
+
label: "All electrical equipment must be tested and tagged.",
|
|
1872
|
+
value: false
|
|
1873
|
+
},
|
|
1650
1874
|
{
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1875
|
+
category: "Legal & Safety",
|
|
1876
|
+
label: "Noise levels must be kept to a minimum unless part of a permitted performance.",
|
|
1877
|
+
value: false
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
category: "Legal & Safety",
|
|
1881
|
+
label: "Pets at the stall must be secured and well-behaved at all times.",
|
|
1882
|
+
value: false
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
category: "Legal & Safety",
|
|
1886
|
+
label: "Cables must be secured and not create tripping hazards.",
|
|
1887
|
+
value: false
|
|
1888
|
+
},
|
|
1889
|
+
{
|
|
1890
|
+
category: "Legal & Safety",
|
|
1891
|
+
label: "Stalls must not obstruct emergency access routes.",
|
|
1892
|
+
value: false
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
category: "Legal & Safety",
|
|
1896
|
+
label: "First aid kit must be available at the stall for minor injuries.",
|
|
1897
|
+
value: false
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
category: "Legal & Safety",
|
|
1901
|
+
label: "Stallholders must hold valid liability insurance where required.",
|
|
1902
|
+
value: false
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
category: "Legal & Safety",
|
|
1906
|
+
label: "You must secure your gazebo and equipment to withstand wind or bad weather.",
|
|
1907
|
+
value: false
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
category: "Legal & Safety",
|
|
1911
|
+
label: "You are responsible for the safety of your setup and any potential hazards.",
|
|
1912
|
+
value: false
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
category: "Operations",
|
|
1916
|
+
label: "Generators must be quiet and pre-approved by the event organiser.",
|
|
1917
|
+
value: false
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
category: "Operations",
|
|
1921
|
+
label: "Only approved products or services may be sold \u2014 no last-minute changes.",
|
|
1922
|
+
value: false
|
|
1923
|
+
},
|
|
1924
|
+
{
|
|
1925
|
+
category: "Operations",
|
|
1926
|
+
label: "Stallholders must arrive and be fully set up by the designated opening time.",
|
|
1927
|
+
value: false
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
category: "Operations",
|
|
1931
|
+
label: "You may not pack down your stall before the event officially ends.",
|
|
1932
|
+
value: false
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
category: "Operations",
|
|
1936
|
+
label: "You must be self-sufficient in all operations.",
|
|
1937
|
+
value: false
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
category: "Operations",
|
|
1941
|
+
label: "Stall layout must be kept within your allocated space.",
|
|
1942
|
+
value: false
|
|
1709
1943
|
}
|
|
1710
1944
|
];
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1945
|
+
var stallTypes = [
|
|
1946
|
+
"1.8m table only",
|
|
1947
|
+
"2x2m mini stall",
|
|
1948
|
+
"3x3m tent site",
|
|
1949
|
+
"Corner stall",
|
|
1950
|
+
"Craft stall with power",
|
|
1951
|
+
"Craft stall without power",
|
|
1952
|
+
"Double stall (6x3m)",
|
|
1953
|
+
"Food truck site",
|
|
1954
|
+
"Food vendor with power",
|
|
1955
|
+
"Food vendor without power",
|
|
1956
|
+
"Inside hall stall",
|
|
1957
|
+
"Non-profit/community stall",
|
|
1958
|
+
"Outdoor open area",
|
|
1959
|
+
"Shared table space",
|
|
1960
|
+
"Wall-based vendor",
|
|
1961
|
+
"Workshop/seating area"
|
|
1962
|
+
];
|
|
1963
|
+
var stallTypeOptions = stallTypes.map((type) => ({
|
|
1964
|
+
label: type,
|
|
1965
|
+
price: 0,
|
|
1966
|
+
stallCapacity: 0
|
|
1967
|
+
}));
|
|
1968
|
+
var refundPolicyOptions = [
|
|
1714
1969
|
{
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
name: "Garden & Outdoor Living",
|
|
1764
|
-
items: [
|
|
1765
|
-
{
|
|
1766
|
-
id: "plants-botanical-decor",
|
|
1767
|
-
name: "Plants & Botanical Decor",
|
|
1768
|
-
description: "Potted herbs, succulents, dried flowers, terrariums, plant-based ornaments."
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
id: "fresh-flowers-botanical-bouquets",
|
|
1772
|
-
name: "Fresh Flowers & Botanical Bouquets",
|
|
1773
|
-
description: "Cut flowers, seasonal bouquets, simple floral arrangements, native flower selections, and other fresh botanical items."
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
id: "natural-decor-nature-inspired-elements",
|
|
1777
|
-
name: "Natural Decor & Nature-Inspired Elements",
|
|
1778
|
-
description: "Seashell d\xE9cor, driftwood pieces, sand ornaments, natural wood accents, stone or mineral decorations, and other nature-based decorative items."
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
id: "garden-tools-outdoor-items",
|
|
1782
|
-
name: "Garden Tools & Outdoor Items",
|
|
1783
|
-
description: "Plant markers, garden signs, stakes, small tools, wind chimes, gifts."
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
id: "other-outdoor-garden-products",
|
|
1787
|
-
name: "Other outdoor or garden products",
|
|
1788
|
-
description: "Functional or decorative items for outside use."
|
|
1789
|
-
}
|
|
1790
|
-
]
|
|
1791
|
-
}
|
|
1792
|
-
]
|
|
1970
|
+
category: "Cancelled by Vendor",
|
|
1971
|
+
label: "Full refund if cancelled 30+ days before the event.",
|
|
1972
|
+
value: false
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
category: "Cancelled by Vendor",
|
|
1976
|
+
label: "50% refund if cancelled 14\u201329 days before the event.",
|
|
1977
|
+
value: false
|
|
1978
|
+
},
|
|
1979
|
+
{
|
|
1980
|
+
category: "Cancelled by Vendor",
|
|
1981
|
+
label: "No refund if cancelled less than 14 days before the event.",
|
|
1982
|
+
value: false
|
|
1983
|
+
},
|
|
1984
|
+
{
|
|
1985
|
+
category: "Cancelled by Vendor",
|
|
1986
|
+
label: "Full refund if cancelled due to illness or emergency.",
|
|
1987
|
+
value: false
|
|
1988
|
+
},
|
|
1989
|
+
{
|
|
1990
|
+
category: "Cancelled by Vendor",
|
|
1991
|
+
label: "No refund for no-shows or last-minute cancellations.",
|
|
1992
|
+
value: false
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
category: "Cancelled by Vendor",
|
|
1996
|
+
label: "No refund",
|
|
1997
|
+
value: false
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
category: "Cancelled by Organiser",
|
|
2001
|
+
label: "Full refund if the event is cancelled by the organiser.",
|
|
2002
|
+
value: false
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
category: "Cancelled by Organiser",
|
|
2006
|
+
label: "Credit towards a future event if cancelled by the organiser.",
|
|
2007
|
+
value: false
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
category: "Cancelled by Organiser",
|
|
2011
|
+
label: "Refund only in cases of force majeure (e.g., natural disasters, government restrictions).",
|
|
2012
|
+
value: false
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
category: "Cancelled by Organiser",
|
|
2016
|
+
label: "No refund",
|
|
2017
|
+
value: false
|
|
1793
2018
|
}
|
|
1794
2019
|
];
|
|
1795
2020
|
|
|
1796
|
-
// src/formFields/
|
|
1797
|
-
var
|
|
2021
|
+
// src/formFields/global.ts
|
|
2022
|
+
var emailField = {
|
|
2023
|
+
helperText: "Enter email address",
|
|
2024
|
+
keyboardType: "email-address",
|
|
2025
|
+
name: "email",
|
|
2026
|
+
placeholder: "Email"
|
|
2027
|
+
};
|
|
2028
|
+
var companyContactFields = [
|
|
1798
2029
|
{
|
|
1799
|
-
|
|
1800
|
-
name: "
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
id: "apparel-toys-accessories",
|
|
1814
|
-
name: "Apparel, Toys & Accessories",
|
|
1815
|
-
description: "Leashes, collars, harnesses, toys, grooming tools, beds, travel gear, jumpers, bandanas."
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
id: "other-pet-products",
|
|
1819
|
-
name: "Other pet products",
|
|
1820
|
-
description: "Any pet-related items not listed above."
|
|
1821
|
-
}
|
|
1822
|
-
]
|
|
1823
|
-
},
|
|
1824
|
-
{
|
|
1825
|
-
id: "small-pets-birds-exotic-animals",
|
|
1826
|
-
name: "Small Pets, Birds & Exotic Animals",
|
|
1827
|
-
items: [
|
|
1828
|
-
{
|
|
1829
|
-
id: "products-small-pets-birds-exotics",
|
|
1830
|
-
name: "Products for Small Pets, Birds & Exotics",
|
|
1831
|
-
description: "Toys, enclosures, perches, feeding bowls, bedding, habitat decor, transport gear, and care items for birds, rabbits, hamsters, reptiles, turtles, aquarium pets, and other exotic species."
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
id: "other-small-exotic-animal-items",
|
|
1835
|
-
name: "Other small or exotic animal items",
|
|
1836
|
-
description: "Unusual accessories for non-mainstream pets."
|
|
1837
|
-
}
|
|
1838
|
-
]
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
id: "farm-working-animals",
|
|
1842
|
-
name: "Farm & Working Animals",
|
|
1843
|
-
items: [
|
|
1844
|
-
{
|
|
1845
|
-
id: "goods-for-farm-working-animals",
|
|
1846
|
-
name: "Goods for Farm & Working Animals",
|
|
1847
|
-
description: "Treats, care products, equipment, signage and accessories for chickens, goats, alpacas, horses, and other livestock."
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
id: "other-farm-animal-items",
|
|
1851
|
-
name: "Other farm animal-related items",
|
|
1852
|
-
description: "Rural, barnyard, or utility-specific gear not listed above."
|
|
1853
|
-
}
|
|
1854
|
-
]
|
|
1855
|
-
},
|
|
1856
|
-
{
|
|
1857
|
-
id: "animal-themed-gifts-custom-items",
|
|
1858
|
-
name: "Animal-Themed Gifts & Custom Items",
|
|
1859
|
-
items: [
|
|
1860
|
-
{
|
|
1861
|
-
id: "pet-art-custom-gifts",
|
|
1862
|
-
name: "Pet Art & Custom Gifts",
|
|
1863
|
-
description: "Pet portraits, name tags, personalized bowls, breed-specific items, pet-themed home decor and stationery."
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
id: "other-animal-themed-gifts",
|
|
1867
|
-
name: "Other animal-themed gifts",
|
|
1868
|
-
description: "Artistic or sentimental items made for animal lovers."
|
|
1869
|
-
}
|
|
1870
|
-
]
|
|
1871
|
-
}
|
|
1872
|
-
]
|
|
2030
|
+
...emailField,
|
|
2031
|
+
name: "contactDetails.email"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
helperText: "Enter your mobile phone number",
|
|
2035
|
+
keyboardType: "phone-pad",
|
|
2036
|
+
name: "contactDetails.mobilePhone",
|
|
2037
|
+
placeholder: "Mobile Phone Number"
|
|
2038
|
+
},
|
|
2039
|
+
{
|
|
2040
|
+
helperText: "Enter your landline phone number",
|
|
2041
|
+
keyboardType: "phone-pad",
|
|
2042
|
+
name: "contactDetails.landlinePhone",
|
|
2043
|
+
placeholder: "Landline Phone Number"
|
|
1873
2044
|
}
|
|
1874
2045
|
];
|
|
1875
2046
|
|
|
1876
|
-
// src/formFields/
|
|
1877
|
-
var
|
|
2047
|
+
// src/formFields/auth.ts
|
|
2048
|
+
var loginFields = [
|
|
1878
2049
|
{
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
id: "other-service-based-offerings",
|
|
1925
|
-
name: "Other service-based offerings",
|
|
1926
|
-
description: "Wellness or functional services not listed above."
|
|
1927
|
-
}
|
|
1928
|
-
]
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
id: "creative-educational-experiences",
|
|
1932
|
-
name: "Creative & Educational Experiences",
|
|
1933
|
-
items: [
|
|
1934
|
-
{
|
|
1935
|
-
id: "creative-workshops-maker-services",
|
|
1936
|
-
name: "Creative Workshops & Maker Services",
|
|
1937
|
-
description: "Candle making, pottery, jewelry crafting, soap or balm workshops, calligraphy, seasonal crafts."
|
|
1938
|
-
},
|
|
1939
|
-
{
|
|
1940
|
-
id: "education-awareness-stalls",
|
|
1941
|
-
name: "Education & Awareness Stalls",
|
|
1942
|
-
description: "Eco awareness, cultural storytelling, local history, first aid demos, health booths, sustainability education, kids\u2019 science displays."
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
id: "other-creative-educational-services",
|
|
1946
|
-
name: "Other creative or educational services",
|
|
1947
|
-
description: "Informal learning, demonstrations, or community-focused sessions."
|
|
1948
|
-
}
|
|
1949
|
-
]
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
id: "kids-activities-family-fun",
|
|
1953
|
-
name: "Kids\u2019 Activities & Family Fun",
|
|
1954
|
-
items: [
|
|
1955
|
-
{
|
|
1956
|
-
id: "kids-activities-fun",
|
|
1957
|
-
name: "Kids\u2019 Activities & Fun",
|
|
1958
|
-
description: "Face painting, glitter tattoos, pony rides, bouncy castles, small amusement rides, balloon twisting, animal petting zones."
|
|
1959
|
-
},
|
|
1960
|
-
{
|
|
1961
|
-
id: "other-family-oriented-activities",
|
|
1962
|
-
name: "Other family-oriented activities",
|
|
1963
|
-
description: "On-site entertainment that engages children or family groups."
|
|
1964
|
-
}
|
|
1965
|
-
]
|
|
1966
|
-
}
|
|
1967
|
-
]
|
|
2050
|
+
...emailField,
|
|
2051
|
+
required: true
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
helperText: "Enter password",
|
|
2055
|
+
keyboardType: "default",
|
|
2056
|
+
name: "password",
|
|
2057
|
+
placeholder: "Password",
|
|
2058
|
+
required: true,
|
|
2059
|
+
secureTextEntry: true
|
|
2060
|
+
}
|
|
2061
|
+
];
|
|
2062
|
+
var registerFields = [
|
|
2063
|
+
{
|
|
2064
|
+
helperText: "Enter first name",
|
|
2065
|
+
keyboardType: "default",
|
|
2066
|
+
name: "firstName",
|
|
2067
|
+
placeholder: "First Name",
|
|
2068
|
+
required: true
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
helperText: "Enter last name",
|
|
2072
|
+
keyboardType: "default",
|
|
2073
|
+
name: "lastName",
|
|
2074
|
+
placeholder: "Last Name",
|
|
2075
|
+
required: true
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
...emailField,
|
|
2079
|
+
required: true
|
|
2080
|
+
},
|
|
2081
|
+
{
|
|
2082
|
+
helperText: "Enter password",
|
|
2083
|
+
keyboardType: "default",
|
|
2084
|
+
name: "password",
|
|
2085
|
+
placeholder: "Password",
|
|
2086
|
+
required: true,
|
|
2087
|
+
secureTextEntry: true
|
|
2088
|
+
},
|
|
2089
|
+
{
|
|
2090
|
+
helperText: "Promotional code (optional)",
|
|
2091
|
+
keyboardType: "default",
|
|
2092
|
+
name: "promoCode",
|
|
2093
|
+
placeholder: "Promotional Code",
|
|
2094
|
+
required: false
|
|
1968
2095
|
}
|
|
1969
2096
|
];
|
|
1970
|
-
|
|
1971
|
-
// src/formFields/categories/toysChildren.ts
|
|
1972
|
-
var toysChildren = [
|
|
2097
|
+
var requestPasswordResetFields = [
|
|
1973
2098
|
{
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
subcategories: [
|
|
1978
|
-
{
|
|
1979
|
-
id: "toys-playthings",
|
|
1980
|
-
name: "Toys & Playthings",
|
|
1981
|
-
items: [
|
|
1982
|
-
{
|
|
1983
|
-
id: "toys-classic-electric-character",
|
|
1984
|
-
name: "Toys \u2013 Classic, Electric & Character-Based",
|
|
1985
|
-
description: "Building blocks, dolls, puzzles, plush animals, toy vehicles, remote-control toys, light-up gadgets, character figurines, themed playsets."
|
|
1986
|
-
},
|
|
1987
|
-
{
|
|
1988
|
-
id: "handmade-toys-crafty-playthings",
|
|
1989
|
-
name: "Handmade Toys & Crafty Playthings",
|
|
1990
|
-
description: "Wooden puzzles, crocheted animals, felt toys, fabric dolls, DIY kits, nature-inspired games, sensory toys."
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
id: "other-play-items",
|
|
1994
|
-
name: "Other play items",
|
|
1995
|
-
description: "Toys not listed above, including limited-edition or hybrid items."
|
|
1996
|
-
}
|
|
1997
|
-
]
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
id: "educational-developmental",
|
|
2001
|
-
name: "Educational & Developmental",
|
|
2002
|
-
items: [
|
|
2003
|
-
{
|
|
2004
|
-
id: "educational-developmental-tools",
|
|
2005
|
-
name: "Educational & Developmental Tools",
|
|
2006
|
-
description: "STEM kits, Montessori toys, storybooks, picture books, flashcards, early learning games, language tools."
|
|
2007
|
-
},
|
|
2008
|
-
{
|
|
2009
|
-
id: "other-educational-experience-based-items",
|
|
2010
|
-
name: "Other educational or experience-based items",
|
|
2011
|
-
description: "Creative experiences or learning aids not listed above."
|
|
2012
|
-
}
|
|
2013
|
-
]
|
|
2014
|
-
},
|
|
2015
|
-
{
|
|
2016
|
-
id: "baby-kidswear-accessories",
|
|
2017
|
-
name: "Baby & Kidswear + Accessories",
|
|
2018
|
-
items: [
|
|
2019
|
-
{
|
|
2020
|
-
id: "baby-kidswear-accessories",
|
|
2021
|
-
name: "Baby & Kidswear + Accessories",
|
|
2022
|
-
description: "Handmade baby clothes, toddler outfits, bibs, hats, headbands, bags, pacifier clips, soft shoes."
|
|
2023
|
-
},
|
|
2024
|
-
{
|
|
2025
|
-
id: "baby-developmental-soft-toys",
|
|
2026
|
-
name: "Baby Developmental Soft Toys",
|
|
2027
|
-
description: "Sensory toys, rattles, fabric books, teething items, high-contrast cards, and early-skill. Montessori materials designed to support infants\u2019 cognitive and motor development."
|
|
2028
|
-
},
|
|
2029
|
-
{
|
|
2030
|
-
id: "other-childrens-clothing-accessories",
|
|
2031
|
-
name: "Other children\u2019s clothing or accessories",
|
|
2032
|
-
description: "Unique fashion or functional pieces for kids."
|
|
2033
|
-
}
|
|
2034
|
-
]
|
|
2035
|
-
}
|
|
2036
|
-
]
|
|
2099
|
+
...emailField,
|
|
2100
|
+
helperText: "Enter email address to reset your password",
|
|
2101
|
+
required: true
|
|
2037
2102
|
}
|
|
2038
2103
|
];
|
|
2039
|
-
|
|
2040
|
-
// src/formFields/categories/vintageAndAntique.ts
|
|
2041
|
-
var vintageAndAntique = [
|
|
2104
|
+
var resetPasswordFields = [
|
|
2042
2105
|
{
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
id: "other-collectible-items",
|
|
2074
|
-
name: "Other collectible items",
|
|
2075
|
-
description: "Rare small objects, miniature figurines, special-edition items."
|
|
2076
|
-
}
|
|
2077
|
-
]
|
|
2078
|
-
},
|
|
2079
|
-
{
|
|
2080
|
-
id: "homewares-decor-curiosities",
|
|
2081
|
-
name: "Homewares, Decor & Curiosities",
|
|
2082
|
-
items: [
|
|
2083
|
-
{
|
|
2084
|
-
id: "decorative-functional-vintage-items",
|
|
2085
|
-
name: "Decorative or functional items with a vintage or antique aesthetic",
|
|
2086
|
-
description: "Teacups, plates, vases, mirrors, clocks, furniture, old tools, lanterns, typewriters, curiosities."
|
|
2087
|
-
},
|
|
2088
|
-
{
|
|
2089
|
-
id: "handmade-vintage-art",
|
|
2090
|
-
name: "Handmade vintage art",
|
|
2091
|
-
description: "Paintings, sculptures, crafted pieces."
|
|
2092
|
-
},
|
|
2093
|
-
{
|
|
2094
|
-
id: "other-home-decor-items",
|
|
2095
|
-
name: "Other home or decor items",
|
|
2096
|
-
description: "Decorative pieces not listed above, unique household objects."
|
|
2097
|
-
}
|
|
2098
|
-
]
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
id: "vintage-media-printed-nostalgia",
|
|
2102
|
-
name: "Vintage Media & Printed Nostalgia",
|
|
2103
|
-
items: [
|
|
2104
|
-
{
|
|
2105
|
-
id: "older-media-printed-works",
|
|
2106
|
-
name: "Older media formats and printed works",
|
|
2107
|
-
description: "Vinyl records, cassette tapes, CDs, DVDs, books, magazines, board games, posters."
|
|
2108
|
-
},
|
|
2109
|
-
{
|
|
2110
|
-
id: "other-media-printed-items",
|
|
2111
|
-
name: "Other media or printed items",
|
|
2112
|
-
description: "Maps, manuals, leaflets, out-of-print materials."
|
|
2113
|
-
}
|
|
2114
|
-
]
|
|
2115
|
-
},
|
|
2116
|
-
{
|
|
2117
|
-
id: "other-vintage-antique-items",
|
|
2118
|
-
name: "Other Vintage & Antique Items",
|
|
2119
|
-
items: [
|
|
2120
|
-
{
|
|
2121
|
-
id: "any-vintage-antique-items-not-listed",
|
|
2122
|
-
name: "Any vintage or antique items not listed above",
|
|
2123
|
-
description: "Unique, rare or uncategorised pieces."
|
|
2124
|
-
}
|
|
2125
|
-
]
|
|
2126
|
-
}
|
|
2127
|
-
]
|
|
2106
|
+
helperText: "Enter your new password",
|
|
2107
|
+
keyboardType: "default",
|
|
2108
|
+
name: "password",
|
|
2109
|
+
placeholder: "Password",
|
|
2110
|
+
required: true,
|
|
2111
|
+
secureTextEntry: true
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
helperText: "Confirm your new password",
|
|
2115
|
+
keyboardType: "default",
|
|
2116
|
+
name: "confirmPassword",
|
|
2117
|
+
placeholder: "Confirm Password",
|
|
2118
|
+
required: true,
|
|
2119
|
+
secureTextEntry: true
|
|
2120
|
+
}
|
|
2121
|
+
];
|
|
2122
|
+
var validateVerificationTokenFields = [
|
|
2123
|
+
{
|
|
2124
|
+
...emailField,
|
|
2125
|
+
disabled: true,
|
|
2126
|
+
helperText: "Your email address"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
helperText: "Enter the Verification code sent to you by email",
|
|
2130
|
+
keyboardType: "number-pad",
|
|
2131
|
+
name: "verificationToken",
|
|
2132
|
+
placeholder: "Verification code",
|
|
2133
|
+
required: true
|
|
2128
2134
|
}
|
|
2129
2135
|
];
|
|
2130
2136
|
|
|
2131
|
-
// src/formFields/
|
|
2132
|
-
var
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2137
|
+
// src/formFields/user.ts
|
|
2138
|
+
var profileFields = [
|
|
2139
|
+
{
|
|
2140
|
+
...emailField,
|
|
2141
|
+
disabled: true,
|
|
2142
|
+
helperText: "Email cannot be changed"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
helperText: "Enter first name",
|
|
2146
|
+
keyboardType: "default",
|
|
2147
|
+
name: "firstName",
|
|
2148
|
+
placeholder: "First Name"
|
|
2149
|
+
},
|
|
2150
|
+
{
|
|
2151
|
+
helperText: "Enter last name",
|
|
2152
|
+
keyboardType: "default",
|
|
2153
|
+
name: "lastName",
|
|
2154
|
+
placeholder: "Last Name"
|
|
2155
|
+
},
|
|
2156
|
+
{
|
|
2157
|
+
helperText: "Enter your new password",
|
|
2158
|
+
keyboardType: "default",
|
|
2159
|
+
name: "password",
|
|
2160
|
+
placeholder: "Password",
|
|
2161
|
+
secureTextEntry: true
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
helperText: "Confirm your new password",
|
|
2165
|
+
keyboardType: "default",
|
|
2166
|
+
name: "confirmPassword",
|
|
2167
|
+
placeholder: "Confirm Password",
|
|
2168
|
+
secureTextEntry: true
|
|
2169
|
+
}
|
|
2170
|
+
];
|
|
2163
2171
|
|
|
2164
2172
|
// src/formFields/socialMedia.ts
|
|
2165
2173
|
var socialMedia = [
|