@timardex/cluemart-shared 1.5.757 → 1.5.759
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ad-pLZUkF7z.d.ts → ad-BG0lQxCY.d.ts} +1 -1
- package/dist/{ad-QbxQEG6o.d.mts → ad-C9XeExJG.d.mts} +1 -1
- package/dist/{chunk-6CRQZK5X.mjs → chunk-5RXTRSY2.mjs} +564 -906
- package/dist/chunk-5RXTRSY2.mjs.map +1 -0
- package/dist/{chunk-3MLTYJMV.mjs → chunk-65G65T22.mjs} +2 -2
- package/dist/chunk-B2D5OLQT.mjs +958 -0
- package/dist/chunk-B2D5OLQT.mjs.map +1 -0
- package/dist/{chunk-GSOQZF6M.mjs → chunk-J4ENZPQE.mjs} +1 -1
- package/dist/chunk-J4ENZPQE.mjs.map +1 -0
- package/dist/{chunk-O3S5IQT3.mjs → chunk-SR7UIBOW.mjs} +6 -1
- package/dist/chunk-SR7UIBOW.mjs.map +1 -0
- package/dist/{contactUs-Bn14BhYR.d.mts → contactUs-Bgn0Ixmz.d.mts} +1 -1
- package/dist/{contactUs-CbgB8N5m.d.ts → contactUs-DA-wkW8U.d.ts} +1 -1
- package/dist/formFields/index.cjs +1445 -1445
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +1 -1
- package/dist/formFields/index.d.ts +1 -1
- package/dist/formFields/index.mjs +6 -5
- package/dist/{global-DwcLiMf-.d.mts → global-Bqkcya3A.d.mts} +3 -1
- package/dist/{global-CMZCDnUT.d.ts → global-D7RVPZoz.d.ts} +3 -1
- package/dist/graphql/index.cjs +5 -0
- package/dist/graphql/index.cjs.map +1 -1
- package/dist/graphql/index.d.mts +3 -3
- package/dist/graphql/index.d.ts +3 -3
- package/dist/graphql/index.mjs +1 -1
- package/dist/hooks/index.cjs +1506 -1501
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +3 -3
- package/dist/hooks/index.d.ts +3 -3
- package/dist/hooks/index.mjs +5 -5
- package/dist/index.cjs +1699 -1477
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +51 -18
- package/dist/index.d.ts +51 -18
- package/dist/index.mjs +1675 -1477
- package/dist/index.mjs.map +1 -1
- package/dist/map/index.d.mts +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/{resourceActivities-qSbrOsu_.d.mts → resourceActivities-DPD0AnWh.d.mts} +1 -1
- package/dist/{resourceActivities-BiIFWxSA.d.ts → resourceActivities-DdlPNlJF.d.ts} +1 -1
- package/dist/sharing/index.cjs +995 -0
- package/dist/sharing/index.cjs.map +1 -1
- package/dist/sharing/index.d.mts +1 -1
- package/dist/sharing/index.d.ts +1 -1
- package/dist/sharing/index.mjs +3 -3
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.cjs +1212 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +33 -2
- package/dist/utils/index.d.ts +33 -2
- package/dist/utils/index.mjs +50 -2
- package/package.json +1 -1
- package/dist/chunk-6CRQZK5X.mjs.map +0 -1
- package/dist/chunk-GSOQZF6M.mjs.map +0 -1
- package/dist/chunk-O3S5IQT3.mjs.map +0 -1
- package/dist/chunk-UK4D5N3O.mjs +0 -423
- package/dist/chunk-UK4D5N3O.mjs.map +0 -1
- /package/dist/{chunk-3MLTYJMV.mjs.map → chunk-65G65T22.mjs.map} +0 -0
|
@@ -559,709 +559,801 @@ var KNOWN_EVENT_SCHEDULE_STATUSES = /* @__PURE__ */ new Set([
|
|
|
559
559
|
"Ended" /* ENDED */
|
|
560
560
|
]);
|
|
561
561
|
|
|
562
|
-
// src/formFields/
|
|
563
|
-
var
|
|
564
|
-
details: {
|
|
565
|
-
helperText: "Please describe details e.g. amps, voltage, etc.",
|
|
566
|
-
isTextArea: true,
|
|
567
|
-
name: "requirements.electricity.details",
|
|
568
|
-
placeholder: "Electricity requirements"
|
|
569
|
-
},
|
|
570
|
-
isRequired: {
|
|
571
|
-
name: "requirements.electricity.isRequired",
|
|
572
|
-
placeholder: "Do you require electricity?"
|
|
573
|
-
}
|
|
574
|
-
};
|
|
575
|
-
var vendorGazebo = {
|
|
576
|
-
details: {
|
|
577
|
-
helperText: "Please describe details e.g. size, etc.",
|
|
578
|
-
isTextArea: true,
|
|
579
|
-
name: "requirements.gazebo.details",
|
|
580
|
-
placeholder: "Gazebo requirements"
|
|
581
|
-
},
|
|
582
|
-
isRequired: {
|
|
583
|
-
name: "requirements.gazebo.isRequired",
|
|
584
|
-
placeholder: "Do you require Gazebo?"
|
|
585
|
-
}
|
|
586
|
-
};
|
|
587
|
-
var vendorTable = {
|
|
588
|
-
details: {
|
|
589
|
-
helperText: "Please describe details e.g. size, etc.",
|
|
590
|
-
isTextArea: true,
|
|
591
|
-
name: "requirements.table.details",
|
|
592
|
-
placeholder: "Table requirements"
|
|
593
|
-
},
|
|
594
|
-
isRequired: {
|
|
595
|
-
name: "requirements.table.isRequired",
|
|
596
|
-
placeholder: "Do you require Table?"
|
|
597
|
-
}
|
|
598
|
-
};
|
|
599
|
-
var vendorPriceRange = {
|
|
600
|
-
max: {
|
|
601
|
-
helperText: "Product maximum price",
|
|
602
|
-
name: "product.priceRange.max",
|
|
603
|
-
placeholder: "Maximum price: "
|
|
604
|
-
},
|
|
605
|
-
min: {
|
|
606
|
-
helperText: "Product minimum price",
|
|
607
|
-
name: "product.priceRange.min",
|
|
608
|
-
placeholder: "Minimum price: "
|
|
609
|
-
}
|
|
610
|
-
};
|
|
611
|
-
var vendorStallSize = {
|
|
612
|
-
depth: {
|
|
613
|
-
helperText: "Stall size in depth",
|
|
614
|
-
name: "stallInfo.size.depth",
|
|
615
|
-
placeholder: "Stall Depth: "
|
|
616
|
-
},
|
|
617
|
-
width: {
|
|
618
|
-
helperText: "Stall size in width",
|
|
619
|
-
name: "stallInfo.size.width",
|
|
620
|
-
placeholder: "Stall Width: "
|
|
621
|
-
}
|
|
622
|
-
};
|
|
623
|
-
var vendorPackaging = {
|
|
624
|
-
helperText: "Select packaging type, you can select more than one",
|
|
625
|
-
name: "product.packaging",
|
|
626
|
-
placeholder: "Packaging type"
|
|
627
|
-
};
|
|
628
|
-
var vendorProducedIn = {
|
|
629
|
-
helperText: "Select where the product is produced, you can select more than one",
|
|
630
|
-
name: "product.producedIn",
|
|
631
|
-
placeholder: "Produced type"
|
|
632
|
-
};
|
|
633
|
-
var vendorFoodFlavour = {
|
|
634
|
-
helperText: "You can select more than one food flavour",
|
|
635
|
-
name: "product.foodFlavors",
|
|
636
|
-
placeholder: "Food flavours"
|
|
637
|
-
};
|
|
638
|
-
var vendorCompliance = [
|
|
639
|
-
{
|
|
640
|
-
name: "compliance.liabilityInsurance",
|
|
641
|
-
placeholder: "Liability Insurance"
|
|
642
|
-
},
|
|
562
|
+
// src/formFields/categories/clothingAndFashion.ts
|
|
563
|
+
var clothingAndFashion = [
|
|
643
564
|
{
|
|
644
|
-
|
|
645
|
-
|
|
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
|
+
]
|
|
646
654
|
}
|
|
647
655
|
];
|
|
648
|
-
var packagingTypes = [
|
|
649
|
-
"Biodegradable",
|
|
650
|
-
"Compostable",
|
|
651
|
-
"Fabric",
|
|
652
|
-
"Glass",
|
|
653
|
-
"Other",
|
|
654
|
-
"Paper",
|
|
655
|
-
"Plastic",
|
|
656
|
-
"Recyclable",
|
|
657
|
-
"Reusable",
|
|
658
|
-
"Single-use",
|
|
659
|
-
"Wood"
|
|
660
|
-
];
|
|
661
|
-
var producedIngTypes = [
|
|
662
|
-
"Commercial Kitchen",
|
|
663
|
-
"Home Premises",
|
|
664
|
-
"Factory",
|
|
665
|
-
"Farm",
|
|
666
|
-
"Other"
|
|
667
|
-
];
|
|
668
|
-
var packagingOptions = mapArrayToOptions(packagingTypes);
|
|
669
|
-
var producedIngOptions = mapArrayToOptions(producedIngTypes);
|
|
670
|
-
var foodFlavourOptions = Object.values(
|
|
671
|
-
EnumFoodFlavor
|
|
672
|
-
).map((flavour) => ({
|
|
673
|
-
label: flavour.replaceAll("_", " "),
|
|
674
|
-
value: flavour
|
|
675
|
-
}));
|
|
676
656
|
|
|
677
|
-
// src/formFields/
|
|
678
|
-
var
|
|
679
|
-
{
|
|
680
|
-
helperText: "Name of the Event *",
|
|
681
|
-
name: "name",
|
|
682
|
-
placeholder: "Name"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
helperText: "NZBN number (required \u2013 ClueMart only accepts events with valid NZBN number) *",
|
|
686
|
-
keyboardType: "number-pad",
|
|
687
|
-
name: "nzbn",
|
|
688
|
-
placeholder: "NZBN number"
|
|
689
|
-
},
|
|
690
|
-
{
|
|
691
|
-
helperText: "Name of the Provider (if applicable)",
|
|
692
|
-
name: "provider",
|
|
693
|
-
placeholder: "Provider"
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
helperText: "Description of the Event *",
|
|
697
|
-
isTextArea: true,
|
|
698
|
-
name: "description",
|
|
699
|
-
placeholder: "Description"
|
|
700
|
-
}
|
|
701
|
-
];
|
|
702
|
-
var eventStartDateFields = [
|
|
703
|
-
{
|
|
704
|
-
dateMode: "date",
|
|
705
|
-
helperText: "Start Date of the Event *",
|
|
706
|
-
name: "startDate",
|
|
707
|
-
placeholder: "Start Date"
|
|
708
|
-
},
|
|
709
|
-
{
|
|
710
|
-
dateMode: "time",
|
|
711
|
-
helperText: "Start Time of the Event *",
|
|
712
|
-
name: "startTime",
|
|
713
|
-
placeholder: "Start Time"
|
|
714
|
-
}
|
|
715
|
-
];
|
|
716
|
-
var eventEndDateFields = [
|
|
717
|
-
{
|
|
718
|
-
dateMode: "date",
|
|
719
|
-
helperText: "End Date of the Event *",
|
|
720
|
-
name: "endDate",
|
|
721
|
-
placeholder: "End Date"
|
|
722
|
-
},
|
|
657
|
+
// src/formFields/categories/electronicsAndTechnology.ts
|
|
658
|
+
var electronicsAndTechnology = [
|
|
723
659
|
{
|
|
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
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
];
|
|
793
|
-
var requirementsOptions = [
|
|
794
|
-
{
|
|
795
|
-
category: "Environment",
|
|
796
|
-
label: "All packaging must be eco-friendly or recyclable where possible.",
|
|
797
|
-
value: false
|
|
798
|
-
},
|
|
799
|
-
{
|
|
800
|
-
category: "Environment",
|
|
801
|
-
label: "No single-use plastic bags are to be handed out.",
|
|
802
|
-
value: false
|
|
803
|
-
},
|
|
804
|
-
{
|
|
805
|
-
category: "Environment",
|
|
806
|
-
label: "Stall area must be left clean with no trace of activity after pack-down.",
|
|
807
|
-
value: false
|
|
808
|
-
},
|
|
809
|
-
{
|
|
810
|
-
category: "Environment",
|
|
811
|
-
label: "No disposal of oils, fats, or chemicals in public drains or on grassed areas.",
|
|
812
|
-
value: false
|
|
813
|
-
},
|
|
814
|
-
{
|
|
815
|
-
category: "Environment",
|
|
816
|
-
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.",
|
|
817
|
-
value: false
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
category: "Food Safety",
|
|
821
|
-
label: "Food must be prepared and stored according to your food regulation.",
|
|
822
|
-
value: false
|
|
823
|
-
},
|
|
824
|
-
{
|
|
825
|
-
category: "Food Safety",
|
|
826
|
-
label: "The stallholder must display a current food grade certificate.",
|
|
827
|
-
value: false
|
|
828
|
-
},
|
|
829
|
-
{
|
|
830
|
-
category: "Food Safety",
|
|
831
|
-
label: "Only licensed food vendors may sell ready-to-eat food items.",
|
|
832
|
-
value: false
|
|
833
|
-
},
|
|
834
|
-
{
|
|
835
|
-
category: "Food Safety",
|
|
836
|
-
label: "Handwashing facilities must be available at your stall if preparing food.",
|
|
837
|
-
value: false
|
|
838
|
-
},
|
|
839
|
-
{
|
|
840
|
-
category: "Food Safety",
|
|
841
|
-
label: "You must have a food safety plan in place for your stall.",
|
|
842
|
-
value: false
|
|
843
|
-
},
|
|
844
|
-
{
|
|
845
|
-
category: "Food Safety",
|
|
846
|
-
label: "Allergens must be clearly listed on packaged and unpackaged food items.",
|
|
847
|
-
value: false
|
|
848
|
-
},
|
|
849
|
-
{
|
|
850
|
-
category: "Legal & Safety",
|
|
851
|
-
label: "All stallholders must comply with local council regulations.",
|
|
852
|
-
value: false
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
category: "Legal & Safety",
|
|
856
|
-
label: "No unauthorised subletting of stall space to other vendors.",
|
|
857
|
-
value: false
|
|
858
|
-
},
|
|
859
|
-
{
|
|
860
|
-
category: "Legal & Safety",
|
|
861
|
-
label: "Gas bottles and fuel containers must be secured and in good condition if applicable.",
|
|
862
|
-
value: false
|
|
863
|
-
},
|
|
864
|
-
{
|
|
865
|
-
category: "Legal & Safety",
|
|
866
|
-
label: "Fire extinguishers must be available for stalls using cooking or heating equipment.",
|
|
867
|
-
value: false
|
|
868
|
-
},
|
|
869
|
-
{
|
|
870
|
-
category: "Legal & Safety",
|
|
871
|
-
label: "Stallholders must not sell items that are illegal or prohibited by law.",
|
|
872
|
-
value: false
|
|
873
|
-
},
|
|
874
|
-
{
|
|
875
|
-
category: "Legal & Safety",
|
|
876
|
-
label: "All electrical equipment must be tested and tagged.",
|
|
877
|
-
value: false
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
category: "Legal & Safety",
|
|
881
|
-
label: "Noise levels must be kept to a minimum unless part of a permitted performance.",
|
|
882
|
-
value: false
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
category: "Legal & Safety",
|
|
886
|
-
label: "Pets at the stall must be secured and well-behaved at all times.",
|
|
887
|
-
value: false
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
category: "Legal & Safety",
|
|
891
|
-
label: "Cables must be secured and not create tripping hazards.",
|
|
892
|
-
value: false
|
|
893
|
-
},
|
|
894
|
-
{
|
|
895
|
-
category: "Legal & Safety",
|
|
896
|
-
label: "Stalls must not obstruct emergency access routes.",
|
|
897
|
-
value: false
|
|
898
|
-
},
|
|
899
|
-
{
|
|
900
|
-
category: "Legal & Safety",
|
|
901
|
-
label: "First aid kit must be available at the stall for minor injuries.",
|
|
902
|
-
value: false
|
|
903
|
-
},
|
|
904
|
-
{
|
|
905
|
-
category: "Legal & Safety",
|
|
906
|
-
label: "Stallholders must hold valid liability insurance where required.",
|
|
907
|
-
value: false
|
|
908
|
-
},
|
|
909
|
-
{
|
|
910
|
-
category: "Legal & Safety",
|
|
911
|
-
label: "You must secure your gazebo and equipment to withstand wind or bad weather.",
|
|
912
|
-
value: false
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
category: "Legal & Safety",
|
|
916
|
-
label: "You are responsible for the safety of your setup and any potential hazards.",
|
|
917
|
-
value: false
|
|
918
|
-
},
|
|
919
|
-
{
|
|
920
|
-
category: "Operations",
|
|
921
|
-
label: "Generators must be quiet and pre-approved by the event organiser.",
|
|
922
|
-
value: false
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
category: "Operations",
|
|
926
|
-
label: "Only approved products or services may be sold \u2014 no last-minute changes.",
|
|
927
|
-
value: false
|
|
928
|
-
},
|
|
929
|
-
{
|
|
930
|
-
category: "Operations",
|
|
931
|
-
label: "Stallholders must arrive and be fully set up by the designated opening time.",
|
|
932
|
-
value: false
|
|
933
|
-
},
|
|
934
|
-
{
|
|
935
|
-
category: "Operations",
|
|
936
|
-
label: "You may not pack down your stall before the event officially ends.",
|
|
937
|
-
value: false
|
|
938
|
-
},
|
|
939
|
-
{
|
|
940
|
-
category: "Operations",
|
|
941
|
-
label: "You must be self-sufficient in all operations.",
|
|
942
|
-
value: false
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
category: "Operations",
|
|
946
|
-
label: "Stall layout must be kept within your allocated space.",
|
|
947
|
-
value: false
|
|
948
|
-
}
|
|
949
|
-
];
|
|
950
|
-
var stallTypes = [
|
|
951
|
-
"1.8m table only",
|
|
952
|
-
"2x2m mini stall",
|
|
953
|
-
"3x3m tent site",
|
|
954
|
-
"Corner stall",
|
|
955
|
-
"Craft stall with power",
|
|
956
|
-
"Craft stall without power",
|
|
957
|
-
"Double stall (6x3m)",
|
|
958
|
-
"Food truck site",
|
|
959
|
-
"Food vendor with power",
|
|
960
|
-
"Food vendor without power",
|
|
961
|
-
"Inside hall stall",
|
|
962
|
-
"Non-profit/community stall",
|
|
963
|
-
"Outdoor open area",
|
|
964
|
-
"Shared table space",
|
|
965
|
-
"Wall-based vendor",
|
|
966
|
-
"Workshop/seating area"
|
|
967
|
-
];
|
|
968
|
-
var stallTypeOptions = stallTypes.map((type) => ({
|
|
969
|
-
label: type,
|
|
970
|
-
price: 0,
|
|
971
|
-
stallCapacity: 0
|
|
972
|
-
}));
|
|
973
|
-
var refundPolicyOptions = [
|
|
974
|
-
{
|
|
975
|
-
category: "Cancelled by Vendor",
|
|
976
|
-
label: "Full refund if cancelled 30+ days before the event.",
|
|
977
|
-
value: false
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
category: "Cancelled by Vendor",
|
|
981
|
-
label: "50% refund if cancelled 14\u201329 days before the event.",
|
|
982
|
-
value: false
|
|
983
|
-
},
|
|
984
|
-
{
|
|
985
|
-
category: "Cancelled by Vendor",
|
|
986
|
-
label: "No refund if cancelled less than 14 days before the event.",
|
|
987
|
-
value: false
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
category: "Cancelled by Vendor",
|
|
991
|
-
label: "Full refund if cancelled due to illness or emergency.",
|
|
992
|
-
value: false
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
category: "Cancelled by Vendor",
|
|
996
|
-
label: "No refund for no-shows or last-minute cancellations.",
|
|
997
|
-
value: false
|
|
998
|
-
},
|
|
999
|
-
{
|
|
1000
|
-
category: "Cancelled by Vendor",
|
|
1001
|
-
label: "No refund",
|
|
1002
|
-
value: false
|
|
1003
|
-
},
|
|
1004
|
-
{
|
|
1005
|
-
category: "Cancelled by Organiser",
|
|
1006
|
-
label: "Full refund if the event is cancelled by the organiser.",
|
|
1007
|
-
value: false
|
|
1008
|
-
},
|
|
1009
|
-
{
|
|
1010
|
-
category: "Cancelled by Organiser",
|
|
1011
|
-
label: "Credit towards a future event if cancelled by the organiser.",
|
|
1012
|
-
value: false
|
|
1013
|
-
},
|
|
1014
|
-
{
|
|
1015
|
-
category: "Cancelled by Organiser",
|
|
1016
|
-
label: "Refund only in cases of force majeure (e.g., natural disasters, government restrictions).",
|
|
1017
|
-
value: false
|
|
1018
|
-
},
|
|
1019
|
-
{
|
|
1020
|
-
category: "Cancelled by Organiser",
|
|
1021
|
-
label: "No refund",
|
|
1022
|
-
value: false
|
|
1023
|
-
}
|
|
1024
|
-
];
|
|
1025
|
-
|
|
1026
|
-
// src/formFields/global.ts
|
|
1027
|
-
var emailField = {
|
|
1028
|
-
helperText: "Enter email address",
|
|
1029
|
-
keyboardType: "email-address",
|
|
1030
|
-
name: "email",
|
|
1031
|
-
placeholder: "Email"
|
|
1032
|
-
};
|
|
1033
|
-
var companyContactFields = [
|
|
1034
|
-
{
|
|
1035
|
-
...emailField,
|
|
1036
|
-
name: "contactDetails.email"
|
|
1037
|
-
},
|
|
1038
|
-
{
|
|
1039
|
-
helperText: "Enter your mobile phone number",
|
|
1040
|
-
keyboardType: "phone-pad",
|
|
1041
|
-
name: "contactDetails.mobilePhone",
|
|
1042
|
-
placeholder: "Mobile Phone Number"
|
|
1043
|
-
},
|
|
1044
|
-
{
|
|
1045
|
-
helperText: "Enter your landline phone number",
|
|
1046
|
-
keyboardType: "phone-pad",
|
|
1047
|
-
name: "contactDetails.landlinePhone",
|
|
1048
|
-
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
|
+
]
|
|
1049
728
|
}
|
|
1050
729
|
];
|
|
1051
730
|
|
|
1052
|
-
// src/formFields/
|
|
1053
|
-
var
|
|
1054
|
-
{
|
|
1055
|
-
...emailField,
|
|
1056
|
-
required: true
|
|
1057
|
-
},
|
|
1058
|
-
{
|
|
1059
|
-
helperText: "Enter password",
|
|
1060
|
-
keyboardType: "default",
|
|
1061
|
-
name: "password",
|
|
1062
|
-
placeholder: "Password",
|
|
1063
|
-
required: true,
|
|
1064
|
-
secureTextEntry: true
|
|
1065
|
-
}
|
|
1066
|
-
];
|
|
1067
|
-
var registerFields = [
|
|
1068
|
-
{
|
|
1069
|
-
helperText: "Enter first name",
|
|
1070
|
-
keyboardType: "default",
|
|
1071
|
-
name: "firstName",
|
|
1072
|
-
placeholder: "First Name",
|
|
1073
|
-
required: true
|
|
1074
|
-
},
|
|
1075
|
-
{
|
|
1076
|
-
helperText: "Enter last name",
|
|
1077
|
-
keyboardType: "default",
|
|
1078
|
-
name: "lastName",
|
|
1079
|
-
placeholder: "Last Name",
|
|
1080
|
-
required: true
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
...emailField,
|
|
1084
|
-
required: true
|
|
1085
|
-
},
|
|
1086
|
-
{
|
|
1087
|
-
helperText: "Enter password",
|
|
1088
|
-
keyboardType: "default",
|
|
1089
|
-
name: "password",
|
|
1090
|
-
placeholder: "Password",
|
|
1091
|
-
required: true,
|
|
1092
|
-
secureTextEntry: true
|
|
1093
|
-
},
|
|
731
|
+
// src/formFields/categories/foodAndBeverages.ts
|
|
732
|
+
var foodAndBeverages = [
|
|
1094
733
|
{
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
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
|
+
]
|
|
1100
893
|
}
|
|
1101
894
|
];
|
|
1102
|
-
|
|
895
|
+
|
|
896
|
+
// src/formFields/categories/handmadeAndLocalProducts.ts
|
|
897
|
+
var handmadeAndLocalProducts = [
|
|
1103
898
|
{
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
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
|
+
]
|
|
1107
1038
|
}
|
|
1108
1039
|
];
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
keyboardType: "default",
|
|
1113
|
-
name: "password",
|
|
1114
|
-
placeholder: "Password",
|
|
1115
|
-
required: true,
|
|
1116
|
-
secureTextEntry: true
|
|
1117
|
-
},
|
|
1040
|
+
|
|
1041
|
+
// src/formFields/categories/healthAndWellness.ts
|
|
1042
|
+
var healthAndWellness = [
|
|
1118
1043
|
{
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
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
|
+
]
|
|
1125
1102
|
}
|
|
1126
1103
|
];
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
disabled: true,
|
|
1131
|
-
helperText: "Your email address"
|
|
1132
|
-
},
|
|
1104
|
+
|
|
1105
|
+
// src/formFields/categories/homeGardenHousehold.ts
|
|
1106
|
+
var homeGardenHousehold = [
|
|
1133
1107
|
{
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
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
|
+
]
|
|
1139
1186
|
}
|
|
1140
1187
|
];
|
|
1141
1188
|
|
|
1142
|
-
// src/formFields/
|
|
1143
|
-
var
|
|
1144
|
-
{
|
|
1145
|
-
...emailField,
|
|
1146
|
-
disabled: true,
|
|
1147
|
-
helperText: "Email cannot be changed"
|
|
1148
|
-
},
|
|
1149
|
-
{
|
|
1150
|
-
helperText: "Enter first name",
|
|
1151
|
-
keyboardType: "default",
|
|
1152
|
-
name: "firstName",
|
|
1153
|
-
placeholder: "First Name"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
helperText: "Enter last name",
|
|
1157
|
-
keyboardType: "default",
|
|
1158
|
-
name: "lastName",
|
|
1159
|
-
placeholder: "Last Name"
|
|
1160
|
-
},
|
|
1161
|
-
{
|
|
1162
|
-
helperText: "Enter your new password",
|
|
1163
|
-
keyboardType: "default",
|
|
1164
|
-
name: "password",
|
|
1165
|
-
placeholder: "Password",
|
|
1166
|
-
secureTextEntry: true
|
|
1167
|
-
},
|
|
1189
|
+
// src/formFields/categories/petProductsAndAnimalGoods.ts
|
|
1190
|
+
var petProductsAndAnimalGoods = [
|
|
1168
1191
|
{
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
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
|
+
]
|
|
1174
1266
|
}
|
|
1175
1267
|
];
|
|
1176
1268
|
|
|
1177
|
-
// src/formFields/categories/
|
|
1178
|
-
var
|
|
1269
|
+
// src/formFields/categories/serviceAndExperience.ts
|
|
1270
|
+
var serviceAndExperience = [
|
|
1179
1271
|
{
|
|
1180
|
-
id: "
|
|
1181
|
-
name: "
|
|
1182
|
-
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.",
|
|
1183
1275
|
subcategories: [
|
|
1184
1276
|
{
|
|
1185
|
-
id: "
|
|
1186
|
-
name: "
|
|
1277
|
+
id: "personal-care-body-art",
|
|
1278
|
+
name: "Personal Care & Body Art",
|
|
1187
1279
|
items: [
|
|
1188
1280
|
{
|
|
1189
|
-
id: "
|
|
1190
|
-
name: "
|
|
1191
|
-
description: "
|
|
1281
|
+
id: "nails-handcare",
|
|
1282
|
+
name: "Nails & Handcare",
|
|
1283
|
+
description: "Nail painting, decoration, quick manicures, temporary nail extensions."
|
|
1192
1284
|
},
|
|
1193
1285
|
{
|
|
1194
|
-
id: "
|
|
1195
|
-
name: "
|
|
1196
|
-
description: "
|
|
1286
|
+
id: "hair-styling-braiding",
|
|
1287
|
+
name: "Hair Styling & Braiding",
|
|
1288
|
+
description: "Hair braiding, plaits, child-friendly festival hairstyles."
|
|
1197
1289
|
},
|
|
1198
1290
|
{
|
|
1199
|
-
id: "
|
|
1200
|
-
name: "
|
|
1201
|
-
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)."
|
|
1202
1294
|
},
|
|
1203
1295
|
{
|
|
1204
|
-
id: "other-
|
|
1205
|
-
name: "Other
|
|
1206
|
-
description: "
|
|
1296
|
+
id: "other-beauty-grooming-services",
|
|
1297
|
+
name: "Other beauty or grooming services",
|
|
1298
|
+
description: "Small-scale personal care options offered on-site."
|
|
1207
1299
|
}
|
|
1208
1300
|
]
|
|
1209
1301
|
},
|
|
1210
1302
|
{
|
|
1211
|
-
id: "
|
|
1212
|
-
name: "
|
|
1303
|
+
id: "practical-wellness-services",
|
|
1304
|
+
name: "Practical & Wellness Services",
|
|
1213
1305
|
items: [
|
|
1214
1306
|
{
|
|
1215
|
-
id: "
|
|
1216
|
-
name: "
|
|
1217
|
-
description: "
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
id: "shoes",
|
|
1221
|
-
name: "Shoes",
|
|
1222
|
-
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."
|
|
1223
1310
|
},
|
|
1224
1311
|
{
|
|
1225
|
-
id: "
|
|
1226
|
-
name: "
|
|
1227
|
-
description: "
|
|
1312
|
+
id: "wellness-alternative-therapies",
|
|
1313
|
+
name: "Wellness & Alternative Therapies",
|
|
1314
|
+
description: "Massage, aromatherapy, reflexology, energy healing (e.g. Reiki), natural consultations."
|
|
1228
1315
|
},
|
|
1229
1316
|
{
|
|
1230
|
-
id: "other-
|
|
1231
|
-
name: "Other
|
|
1232
|
-
description: "
|
|
1317
|
+
id: "other-service-based-offerings",
|
|
1318
|
+
name: "Other service-based offerings",
|
|
1319
|
+
description: "Wellness or functional services not listed above."
|
|
1233
1320
|
}
|
|
1234
1321
|
]
|
|
1235
1322
|
},
|
|
1236
1323
|
{
|
|
1237
|
-
id: "
|
|
1238
|
-
name: "
|
|
1324
|
+
id: "creative-educational-experiences",
|
|
1325
|
+
name: "Creative & Educational Experiences",
|
|
1239
1326
|
items: [
|
|
1240
1327
|
{
|
|
1241
|
-
id: "
|
|
1242
|
-
name: "
|
|
1243
|
-
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."
|
|
1244
1331
|
},
|
|
1245
1332
|
{
|
|
1246
|
-
id: "
|
|
1247
|
-
name: "
|
|
1248
|
-
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."
|
|
1249
1341
|
}
|
|
1250
1342
|
]
|
|
1251
1343
|
},
|
|
1252
1344
|
{
|
|
1253
|
-
id: "
|
|
1254
|
-
name: "
|
|
1345
|
+
id: "kids-activities-family-fun",
|
|
1346
|
+
name: "Kids\u2019 Activities & Family Fun",
|
|
1255
1347
|
items: [
|
|
1256
1348
|
{
|
|
1257
|
-
id: "
|
|
1258
|
-
name: "
|
|
1259
|
-
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."
|
|
1260
1352
|
},
|
|
1261
1353
|
{
|
|
1262
|
-
id: "other-
|
|
1263
|
-
name: "Other
|
|
1264
|
-
description: "
|
|
1354
|
+
id: "other-family-oriented-activities",
|
|
1355
|
+
name: "Other family-oriented activities",
|
|
1356
|
+
description: "On-site entertainment that engages children or family groups."
|
|
1265
1357
|
}
|
|
1266
1358
|
]
|
|
1267
1359
|
}
|
|
@@ -1269,73 +1361,68 @@ var clothingAndFashion = [
|
|
|
1269
1361
|
}
|
|
1270
1362
|
];
|
|
1271
1363
|
|
|
1272
|
-
// src/formFields/categories/
|
|
1273
|
-
var
|
|
1364
|
+
// src/formFields/categories/toysChildren.ts
|
|
1365
|
+
var toysChildren = [
|
|
1274
1366
|
{
|
|
1275
|
-
id: "
|
|
1276
|
-
name: "
|
|
1277
|
-
description: "
|
|
1367
|
+
id: "toys-childrens-items",
|
|
1368
|
+
name: "Toys & Children\u2019s Items",
|
|
1369
|
+
description: "Products and services made for or inspired by children.",
|
|
1278
1370
|
subcategories: [
|
|
1279
1371
|
{
|
|
1280
|
-
id: "
|
|
1281
|
-
name: "
|
|
1372
|
+
id: "toys-playthings",
|
|
1373
|
+
name: "Toys & Playthings",
|
|
1282
1374
|
items: [
|
|
1283
1375
|
{
|
|
1284
|
-
id: "
|
|
1285
|
-
name: "
|
|
1286
|
-
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."
|
|
1287
1379
|
},
|
|
1288
1380
|
{
|
|
1289
|
-
id: "
|
|
1290
|
-
name: "
|
|
1291
|
-
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."
|
|
1292
1389
|
}
|
|
1293
1390
|
]
|
|
1294
1391
|
},
|
|
1295
1392
|
{
|
|
1296
|
-
id: "
|
|
1297
|
-
name: "
|
|
1393
|
+
id: "educational-developmental",
|
|
1394
|
+
name: "Educational & Developmental",
|
|
1298
1395
|
items: [
|
|
1299
1396
|
{
|
|
1300
|
-
id: "
|
|
1301
|
-
name: "
|
|
1302
|
-
description: "
|
|
1303
|
-
},
|
|
1304
|
-
{
|
|
1305
|
-
id: "instruments-music-gear",
|
|
1306
|
-
name: "Instruments & Music Gear",
|
|
1307
|
-
description: "Small electronic instruments, DIY synth kits, drum pads, loop machines."
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
id: "recording-creative-devices",
|
|
1311
|
-
name: "Recording & Creative Devices",
|
|
1312
|
-
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."
|
|
1313
1400
|
},
|
|
1314
1401
|
{
|
|
1315
|
-
id: "other-
|
|
1316
|
-
name: "Other
|
|
1317
|
-
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."
|
|
1318
1405
|
}
|
|
1319
1406
|
]
|
|
1320
1407
|
},
|
|
1321
1408
|
{
|
|
1322
|
-
id: "
|
|
1323
|
-
name: "
|
|
1409
|
+
id: "baby-kidswear-accessories",
|
|
1410
|
+
name: "Baby & Kidswear + Accessories",
|
|
1324
1411
|
items: [
|
|
1325
1412
|
{
|
|
1326
|
-
id: "
|
|
1327
|
-
name: "
|
|
1328
|
-
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."
|
|
1329
1416
|
},
|
|
1330
1417
|
{
|
|
1331
|
-
id: "
|
|
1332
|
-
name: "
|
|
1333
|
-
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."
|
|
1334
1421
|
},
|
|
1335
1422
|
{
|
|
1336
|
-
id: "other-
|
|
1337
|
-
name: "Other
|
|
1338
|
-
description: "
|
|
1423
|
+
id: "other-childrens-clothing-accessories",
|
|
1424
|
+
name: "Other children\u2019s clothing or accessories",
|
|
1425
|
+
description: "Unique fashion or functional pieces for kids."
|
|
1339
1426
|
}
|
|
1340
1427
|
]
|
|
1341
1428
|
}
|
|
@@ -1343,831 +1430,744 @@ var electronicsAndTechnology = [
|
|
|
1343
1430
|
}
|
|
1344
1431
|
];
|
|
1345
1432
|
|
|
1346
|
-
// src/formFields/categories/
|
|
1347
|
-
var
|
|
1433
|
+
// src/formFields/categories/vintageAndAntique.ts
|
|
1434
|
+
var vintageAndAntique = [
|
|
1348
1435
|
{
|
|
1349
|
-
id: "
|
|
1350
|
-
name: "
|
|
1351
|
-
description: "
|
|
1436
|
+
id: "vintage-antique",
|
|
1437
|
+
name: "Vintage & Antique",
|
|
1438
|
+
description: "Unique, historic, or nostalgic items with collectible or decorative value.",
|
|
1352
1439
|
subcategories: [
|
|
1353
1440
|
{
|
|
1354
|
-
id: "
|
|
1355
|
-
name: "
|
|
1441
|
+
id: "vintage-antique-clothing-accessories",
|
|
1442
|
+
name: "Vintage & Antique Clothing & Accessories",
|
|
1356
1443
|
items: [
|
|
1357
1444
|
{
|
|
1358
|
-
id: "
|
|
1359
|
-
name: "
|
|
1360
|
-
description: "
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
id: "meat-seafood",
|
|
1364
|
-
name: "Meat & Seafood",
|
|
1365
|
-
description: "Butcher cuts, fresh fish, smoked meats, sausages, seafood platters, artisanal jerky."
|
|
1366
|
-
},
|
|
1367
|
-
{
|
|
1368
|
-
id: "dairy-eggs",
|
|
1369
|
-
name: "Dairy & Eggs",
|
|
1370
|
-
description: "Farm eggs, handmade cheeses, yoghurt, fresh milk, goat\u2019s milk products."
|
|
1371
|
-
},
|
|
1372
|
-
{
|
|
1373
|
-
id: "bakery-pastries",
|
|
1374
|
-
name: "Bakery & Pastries",
|
|
1375
|
-
description: "Freshly baked bread, sourdough, bagels, croissants, focaccia, traditional baked goods."
|
|
1376
|
-
},
|
|
1377
|
-
{
|
|
1378
|
-
id: "spices-condiments",
|
|
1379
|
-
name: "Spices & Condiments",
|
|
1380
|
-
description: "Dried herbs, spice blends, specialty salts, hot sauces, infused oils, chutneys."
|
|
1381
|
-
},
|
|
1382
|
-
{
|
|
1383
|
-
id: "packaged-specialty-foods",
|
|
1384
|
-
name: "Packaged & Specialty Foods",
|
|
1385
|
-
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."
|
|
1386
1448
|
},
|
|
1387
1449
|
{
|
|
1388
|
-
id: "other-
|
|
1389
|
-
name: "Other
|
|
1390
|
-
description: "
|
|
1450
|
+
id: "other-clothing-accessory-items",
|
|
1451
|
+
name: "Other clothing-related items",
|
|
1452
|
+
description: "Hair clips, brooches, pins, scarf rings, small fashion accessories."
|
|
1391
1453
|
}
|
|
1392
1454
|
]
|
|
1393
1455
|
},
|
|
1394
1456
|
{
|
|
1395
|
-
id: "
|
|
1396
|
-
name: "
|
|
1457
|
+
id: "collectibles-memorabilia",
|
|
1458
|
+
name: "Collectibles & Memorabilia",
|
|
1397
1459
|
items: [
|
|
1398
1460
|
{
|
|
1399
|
-
id: "
|
|
1400
|
-
name: "
|
|
1401
|
-
description: "
|
|
1402
|
-
},
|
|
1403
|
-
{
|
|
1404
|
-
id: "coffee-teas",
|
|
1405
|
-
name: "Coffee & Teas",
|
|
1406
|
-
description: "Espresso, pour-over coffee, herbal teas, matcha, bubble tea, locally blended tea."
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
id: "dairy-plant-based-drinks",
|
|
1410
|
-
name: "Dairy & Plant-Based Drinks",
|
|
1411
|
-
description: "Milkshakes, lassis, almond/oat milk drinks, coconut water."
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
id: "alcoholic-beverages",
|
|
1415
|
-
name: "Alcoholic Beverages",
|
|
1416
|
-
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."
|
|
1417
1464
|
},
|
|
1418
1465
|
{
|
|
1419
|
-
id: "other-
|
|
1420
|
-
name: "Other
|
|
1421
|
-
description: "
|
|
1466
|
+
id: "other-collectible-items",
|
|
1467
|
+
name: "Other collectible items",
|
|
1468
|
+
description: "Rare small objects, miniature figurines, special-edition items."
|
|
1422
1469
|
}
|
|
1423
1470
|
]
|
|
1424
1471
|
},
|
|
1425
1472
|
{
|
|
1426
|
-
id: "
|
|
1427
|
-
name: "
|
|
1473
|
+
id: "homewares-decor-curiosities",
|
|
1474
|
+
name: "Homewares, Decor & Curiosities",
|
|
1428
1475
|
items: [
|
|
1429
1476
|
{
|
|
1430
|
-
id: "
|
|
1431
|
-
name: "
|
|
1432
|
-
description: "
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
id: "asian-cuisine",
|
|
1436
|
-
name: "Asian Cuisine",
|
|
1437
|
-
description: "Sushi, bao buns, dumplings, ramen, satay, spring rolls, fried rice."
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
id: "mediterranean-cuisine",
|
|
1441
|
-
name: "Mediterranean Cuisine",
|
|
1442
|
-
description: "Falafel, hummus wraps, souvlaki, Greek salad, dolma."
|
|
1443
|
-
},
|
|
1444
|
-
{
|
|
1445
|
-
id: "italian-delights",
|
|
1446
|
-
name: "Italian Delights",
|
|
1447
|
-
description: "Pizza, calzone, focaccia, fresh pasta, arancini."
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
id: "bbq-grilled-foods",
|
|
1451
|
-
name: "BBQ & Grilled Foods",
|
|
1452
|
-
description: "Kebabs, grilled chicken, ribs, burgers, sausages."
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
id: "savoury-crepes-pancakes",
|
|
1456
|
-
name: "Savoury Crepes & Pancakes",
|
|
1457
|
-
description: "Filled savoury crepes, mini savoury pancakes."
|
|
1458
|
-
},
|
|
1459
|
-
{
|
|
1460
|
-
id: "savoury-baked-goods-pastries",
|
|
1461
|
-
name: "Savoury Baked Goods & Pastries",
|
|
1462
|
-
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."
|
|
1463
1480
|
},
|
|
1464
1481
|
{
|
|
1465
|
-
id: "
|
|
1466
|
-
name: "
|
|
1467
|
-
description: "
|
|
1482
|
+
id: "handmade-vintage-art",
|
|
1483
|
+
name: "Handmade vintage art",
|
|
1484
|
+
description: "Paintings, sculptures, crafted pieces."
|
|
1468
1485
|
},
|
|
1469
1486
|
{
|
|
1470
|
-
id: "other-
|
|
1471
|
-
name: "Other
|
|
1472
|
-
description: "
|
|
1487
|
+
id: "other-home-decor-items",
|
|
1488
|
+
name: "Other home or decor items",
|
|
1489
|
+
description: "Decorative pieces not listed above, unique household objects."
|
|
1473
1490
|
}
|
|
1474
1491
|
]
|
|
1475
1492
|
},
|
|
1476
1493
|
{
|
|
1477
|
-
id: "
|
|
1478
|
-
name: "
|
|
1494
|
+
id: "vintage-media-printed-nostalgia",
|
|
1495
|
+
name: "Vintage Media & Printed Nostalgia",
|
|
1479
1496
|
items: [
|
|
1480
1497
|
{
|
|
1481
|
-
id: "
|
|
1482
|
-
name: "
|
|
1483
|
-
description: "
|
|
1484
|
-
},
|
|
1485
|
-
{
|
|
1486
|
-
id: "sweet-baked-goods-desserts",
|
|
1487
|
-
name: "Sweet Baked Goods & Desserts",
|
|
1488
|
-
description: "Cakes, pastries, slices, trifles, layered desserts."
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
id: "fruit-based-snacks",
|
|
1492
|
-
name: "Fruit-Based Snacks",
|
|
1493
|
-
description: "Fruit skewers, dried fruit packs, chocolate-dipped fruit."
|
|
1494
|
-
},
|
|
1495
|
-
{
|
|
1496
|
-
id: "candy-confectionery",
|
|
1497
|
-
name: "Candy & Confectionery",
|
|
1498
|
-
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."
|
|
1499
1501
|
},
|
|
1500
1502
|
{
|
|
1501
|
-
id: "other-
|
|
1502
|
-
name: "Other
|
|
1503
|
-
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."
|
|
1504
1517
|
}
|
|
1505
1518
|
]
|
|
1506
1519
|
}
|
|
1507
1520
|
]
|
|
1508
1521
|
}
|
|
1509
1522
|
];
|
|
1510
|
-
|
|
1511
|
-
// src/formFields/categories/
|
|
1512
|
-
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 = [
|
|
1513
1770
|
{
|
|
1514
|
-
|
|
1515
|
-
name: "
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
name: "Candles & Home Scents",
|
|
1530
|
-
description: "Soy candles, beeswax candles, wax melts, incense sticks, room sprays and herbal sachets."
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
id: "botanical-crafts",
|
|
1534
|
-
name: "Botanical Crafts",
|
|
1535
|
-
description: "Dried-flower d\xE9cor and pressed-flower crafts"
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
id: "textiles-embroidery",
|
|
1539
|
-
name: "Textiles & Embroidery",
|
|
1540
|
-
description: "Handsewn items, embroidered napkins, home linens, aprons, fabric gift wraps, handmade fabric bags, quilted goods, personalized textile gifts."
|
|
1541
|
-
},
|
|
1542
|
-
{
|
|
1543
|
-
id: "woodcraft-metalcraft",
|
|
1544
|
-
name: "Woodcraft & Metalcraft",
|
|
1545
|
-
description: "Wooden boards, handmade frames, sculptures, metal signs, furniture."
|
|
1546
|
-
},
|
|
1547
|
-
{
|
|
1548
|
-
id: "handmade-soaps-natural-body-goods",
|
|
1549
|
-
name: "Handmade Soaps & Natural Body Goods",
|
|
1550
|
-
description: "Handmade soaps, balms, oils, bath items"
|
|
1551
|
-
},
|
|
1552
|
-
{
|
|
1553
|
-
id: "seasonal-festive-crafts",
|
|
1554
|
-
name: "Seasonal & Festive Crafts",
|
|
1555
|
-
description: "Christmas, Easter and seasonal handmade decor"
|
|
1556
|
-
},
|
|
1557
|
-
{
|
|
1558
|
-
id: "other-home-living-products",
|
|
1559
|
-
name: "Other home & living products",
|
|
1560
|
-
description: "Items that don't fit above but serve home-related purposes."
|
|
1561
|
-
}
|
|
1562
|
-
]
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
id: "art-personal-expression",
|
|
1566
|
-
name: "Art & Personal Expression",
|
|
1567
|
-
items: [
|
|
1568
|
-
{
|
|
1569
|
-
id: "paintings-illustrations",
|
|
1570
|
-
name: "Paintings & Illustrations",
|
|
1571
|
-
description: "Paintings, canvas art, hand-drawn illustrations, digital prints, graphic art and calligraphy pieces."
|
|
1572
|
-
},
|
|
1573
|
-
{
|
|
1574
|
-
id: "sculptures-carvings",
|
|
1575
|
-
name: "Sculptures & Carvings ",
|
|
1576
|
-
description: "Sculptures made from wood, stone, metal, clay or resin, carved decorative pieces and artistic 3D works."
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
id: "creative-handmade-alternative-art",
|
|
1580
|
-
name: "Creative Handmade & Alternative Art",
|
|
1581
|
-
description: "Handmade textile d\xE9cor, fabric ornaments, mixed-media art, creative craft pieces and modern handmade artworks."
|
|
1582
|
-
},
|
|
1583
|
-
{
|
|
1584
|
-
id: "handmade-mini-figures-decor",
|
|
1585
|
-
name: "Handmade Mini Figures & D\xE9cor",
|
|
1586
|
-
description: "Small handmade figures, tiny houses and crafted mini decorative items."
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
id: "other-artistic-expressive-products",
|
|
1590
|
-
name: "Other Artistic or Expressive Products",
|
|
1591
|
-
description: "Custom artworks, specialty handmade d\xE9cor, unique crafts."
|
|
1592
|
-
}
|
|
1593
|
-
]
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
id: "handmade-jewellery-accessories-cultural-crafts",
|
|
1597
|
-
name: "Handmade Jewellery, Accessories & Cultural Crafts",
|
|
1598
|
-
items: [
|
|
1599
|
-
{
|
|
1600
|
-
id: "jewellery-handmade-items-nz-traditional-materials",
|
|
1601
|
-
name: "Jewellery & Handmade Items from NZ Traditional Materials",
|
|
1602
|
-
description: "Handmade jewellery and decorative or functional items crafted from pounamu, bone, wood and other traditional New Zealand materials."
|
|
1603
|
-
},
|
|
1604
|
-
{
|
|
1605
|
-
id: "maori-pasifika-cultural-crafts-clothing",
|
|
1606
|
-
name: "M\u0101ori & Pasifika Cultural Crafts and Clothing",
|
|
1607
|
-
description: "Culturally inspired handmade items, accessories and garments featuring M\u0101ori or Pasifika motifs, traditional patterns and regional craftsmanship."
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
id: "traditional-handmade-clothing-jewellery-crafts-global-cultures",
|
|
1611
|
-
name: "Traditional Handmade Clothing, Jewellery & Crafts from Global Cultures",
|
|
1612
|
-
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."
|
|
1613
|
-
},
|
|
1614
|
-
{
|
|
1615
|
-
id: "other-handmade-cultural-items",
|
|
1616
|
-
name: "Other Handmade Cultural Items",
|
|
1617
|
-
description: "Unique or culturally inspired handmade pieces not specifically covered in the categories above."
|
|
1618
|
-
}
|
|
1619
|
-
]
|
|
1620
|
-
},
|
|
1621
|
-
{
|
|
1622
|
-
id: "gift-ideas-accessories",
|
|
1623
|
-
name: "Gift Ideas & Accessories",
|
|
1624
|
-
items: [
|
|
1625
|
-
{
|
|
1626
|
-
id: "handmade-pens-keychains-fridge-magnets",
|
|
1627
|
-
name: "Handmade Pens, Keychains and Fridge Magnets",
|
|
1628
|
-
description: null
|
|
1629
|
-
},
|
|
1630
|
-
{
|
|
1631
|
-
id: "gift-packaging-wrapping-accessories",
|
|
1632
|
-
name: "Gift Packaging & Wrapping Accessories",
|
|
1633
|
-
description: null
|
|
1634
|
-
},
|
|
1635
|
-
{
|
|
1636
|
-
id: "handmade-crochet-knitting-fibre-crafts",
|
|
1637
|
-
name: "Handmade Crochet, Knitting & Fibre Crafts",
|
|
1638
|
-
description: "Handmade crochet and knitted items, fabric-based crafts, small decorative pieces, creative fibre artworks and unique handcrafted accessories."
|
|
1639
|
-
},
|
|
1640
|
-
{
|
|
1641
|
-
id: "handmade-toys-mini-play-items",
|
|
1642
|
-
name: "Handmade Toys & Mini Play Items",
|
|
1643
|
-
description: "small handmade toys, soft toys, wooden miniatures, crochet or felt play pieces"
|
|
1644
|
-
},
|
|
1645
|
-
{
|
|
1646
|
-
id: "other-small-handmade-gifts-accessories",
|
|
1647
|
-
name: "Other small handmade gifts or accessories",
|
|
1648
|
-
description: "Compact creative items made to surprise or delight."
|
|
1649
|
-
}
|
|
1650
|
-
]
|
|
1651
|
-
}
|
|
1652
|
-
]
|
|
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"
|
|
1653
1786
|
}
|
|
1654
1787
|
];
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
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
|
+
},
|
|
1658
1874
|
{
|
|
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
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
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
|
|
1717
1943
|
}
|
|
1718
1944
|
];
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
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 = [
|
|
1722
1969
|
{
|
|
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
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
name: "Garden & Outdoor Living",
|
|
1772
|
-
items: [
|
|
1773
|
-
{
|
|
1774
|
-
id: "plants-botanical-decor",
|
|
1775
|
-
name: "Plants & Botanical Decor",
|
|
1776
|
-
description: "Potted herbs, succulents, dried flowers, terrariums, plant-based ornaments."
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
id: "fresh-flowers-botanical-bouquets",
|
|
1780
|
-
name: "Fresh Flowers & Botanical Bouquets",
|
|
1781
|
-
description: "Cut flowers, seasonal bouquets, simple floral arrangements, native flower selections, and other fresh botanical items."
|
|
1782
|
-
},
|
|
1783
|
-
{
|
|
1784
|
-
id: "natural-decor-nature-inspired-elements",
|
|
1785
|
-
name: "Natural Decor & Nature-Inspired Elements",
|
|
1786
|
-
description: "Seashell d\xE9cor, driftwood pieces, sand ornaments, natural wood accents, stone or mineral decorations, and other nature-based decorative items."
|
|
1787
|
-
},
|
|
1788
|
-
{
|
|
1789
|
-
id: "garden-tools-outdoor-items",
|
|
1790
|
-
name: "Garden Tools & Outdoor Items",
|
|
1791
|
-
description: "Plant markers, garden signs, stakes, small tools, wind chimes, gifts."
|
|
1792
|
-
},
|
|
1793
|
-
{
|
|
1794
|
-
id: "other-outdoor-garden-products",
|
|
1795
|
-
name: "Other outdoor or garden products",
|
|
1796
|
-
description: "Functional or decorative items for outside use."
|
|
1797
|
-
}
|
|
1798
|
-
]
|
|
1799
|
-
}
|
|
1800
|
-
]
|
|
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
|
|
1801
2018
|
}
|
|
1802
2019
|
];
|
|
1803
2020
|
|
|
1804
|
-
// src/formFields/
|
|
1805
|
-
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 = [
|
|
1806
2029
|
{
|
|
1807
|
-
|
|
1808
|
-
name: "
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
id: "apparel-toys-accessories",
|
|
1822
|
-
name: "Apparel, Toys & Accessories",
|
|
1823
|
-
description: "Leashes, collars, harnesses, toys, grooming tools, beds, travel gear, jumpers, bandanas."
|
|
1824
|
-
},
|
|
1825
|
-
{
|
|
1826
|
-
id: "other-pet-products",
|
|
1827
|
-
name: "Other pet products",
|
|
1828
|
-
description: "Any pet-related items not listed above."
|
|
1829
|
-
}
|
|
1830
|
-
]
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
id: "small-pets-birds-exotic-animals",
|
|
1834
|
-
name: "Small Pets, Birds & Exotic Animals",
|
|
1835
|
-
items: [
|
|
1836
|
-
{
|
|
1837
|
-
id: "products-small-pets-birds-exotics",
|
|
1838
|
-
name: "Products for Small Pets, Birds & Exotics",
|
|
1839
|
-
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."
|
|
1840
|
-
},
|
|
1841
|
-
{
|
|
1842
|
-
id: "other-small-exotic-animal-items",
|
|
1843
|
-
name: "Other small or exotic animal items",
|
|
1844
|
-
description: "Unusual accessories for non-mainstream pets."
|
|
1845
|
-
}
|
|
1846
|
-
]
|
|
1847
|
-
},
|
|
1848
|
-
{
|
|
1849
|
-
id: "farm-working-animals",
|
|
1850
|
-
name: "Farm & Working Animals",
|
|
1851
|
-
items: [
|
|
1852
|
-
{
|
|
1853
|
-
id: "goods-for-farm-working-animals",
|
|
1854
|
-
name: "Goods for Farm & Working Animals",
|
|
1855
|
-
description: "Treats, care products, equipment, signage and accessories for chickens, goats, alpacas, horses, and other livestock."
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
id: "other-farm-animal-items",
|
|
1859
|
-
name: "Other farm animal-related items",
|
|
1860
|
-
description: "Rural, barnyard, or utility-specific gear not listed above."
|
|
1861
|
-
}
|
|
1862
|
-
]
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
id: "animal-themed-gifts-custom-items",
|
|
1866
|
-
name: "Animal-Themed Gifts & Custom Items",
|
|
1867
|
-
items: [
|
|
1868
|
-
{
|
|
1869
|
-
id: "pet-art-custom-gifts",
|
|
1870
|
-
name: "Pet Art & Custom Gifts",
|
|
1871
|
-
description: "Pet portraits, name tags, personalized bowls, breed-specific items, pet-themed home decor and stationery."
|
|
1872
|
-
},
|
|
1873
|
-
{
|
|
1874
|
-
id: "other-animal-themed-gifts",
|
|
1875
|
-
name: "Other animal-themed gifts",
|
|
1876
|
-
description: "Artistic or sentimental items made for animal lovers."
|
|
1877
|
-
}
|
|
1878
|
-
]
|
|
1879
|
-
}
|
|
1880
|
-
]
|
|
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"
|
|
1881
2044
|
}
|
|
1882
2045
|
];
|
|
1883
2046
|
|
|
1884
|
-
// src/formFields/
|
|
1885
|
-
var
|
|
2047
|
+
// src/formFields/auth.ts
|
|
2048
|
+
var loginFields = [
|
|
1886
2049
|
{
|
|
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
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
id: "other-service-based-offerings",
|
|
1933
|
-
name: "Other service-based offerings",
|
|
1934
|
-
description: "Wellness or functional services not listed above."
|
|
1935
|
-
}
|
|
1936
|
-
]
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
id: "creative-educational-experiences",
|
|
1940
|
-
name: "Creative & Educational Experiences",
|
|
1941
|
-
items: [
|
|
1942
|
-
{
|
|
1943
|
-
id: "creative-workshops-maker-services",
|
|
1944
|
-
name: "Creative Workshops & Maker Services",
|
|
1945
|
-
description: "Candle making, pottery, jewelry crafting, soap or balm workshops, calligraphy, seasonal crafts."
|
|
1946
|
-
},
|
|
1947
|
-
{
|
|
1948
|
-
id: "education-awareness-stalls",
|
|
1949
|
-
name: "Education & Awareness Stalls",
|
|
1950
|
-
description: "Eco awareness, cultural storytelling, local history, first aid demos, health booths, sustainability education, kids\u2019 science displays."
|
|
1951
|
-
},
|
|
1952
|
-
{
|
|
1953
|
-
id: "other-creative-educational-services",
|
|
1954
|
-
name: "Other creative or educational services",
|
|
1955
|
-
description: "Informal learning, demonstrations, or community-focused sessions."
|
|
1956
|
-
}
|
|
1957
|
-
]
|
|
1958
|
-
},
|
|
1959
|
-
{
|
|
1960
|
-
id: "kids-activities-family-fun",
|
|
1961
|
-
name: "Kids\u2019 Activities & Family Fun",
|
|
1962
|
-
items: [
|
|
1963
|
-
{
|
|
1964
|
-
id: "kids-activities-fun",
|
|
1965
|
-
name: "Kids\u2019 Activities & Fun",
|
|
1966
|
-
description: "Face painting, glitter tattoos, pony rides, bouncy castles, small amusement rides, balloon twisting, animal petting zones."
|
|
1967
|
-
},
|
|
1968
|
-
{
|
|
1969
|
-
id: "other-family-oriented-activities",
|
|
1970
|
-
name: "Other family-oriented activities",
|
|
1971
|
-
description: "On-site entertainment that engages children or family groups."
|
|
1972
|
-
}
|
|
1973
|
-
]
|
|
1974
|
-
}
|
|
1975
|
-
]
|
|
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
|
|
1976
2095
|
}
|
|
1977
2096
|
];
|
|
1978
|
-
|
|
1979
|
-
// src/formFields/categories/toysChildren.ts
|
|
1980
|
-
var toysChildren = [
|
|
2097
|
+
var requestPasswordResetFields = [
|
|
1981
2098
|
{
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
subcategories: [
|
|
1986
|
-
{
|
|
1987
|
-
id: "toys-playthings",
|
|
1988
|
-
name: "Toys & Playthings",
|
|
1989
|
-
items: [
|
|
1990
|
-
{
|
|
1991
|
-
id: "toys-classic-electric-character",
|
|
1992
|
-
name: "Toys \u2013 Classic, Electric & Character-Based",
|
|
1993
|
-
description: "Building blocks, dolls, puzzles, plush animals, toy vehicles, remote-control toys, light-up gadgets, character figurines, themed playsets."
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
id: "handmade-toys-crafty-playthings",
|
|
1997
|
-
name: "Handmade Toys & Crafty Playthings",
|
|
1998
|
-
description: "Wooden puzzles, crocheted animals, felt toys, fabric dolls, DIY kits, nature-inspired games, sensory toys."
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
id: "other-play-items",
|
|
2002
|
-
name: "Other play items",
|
|
2003
|
-
description: "Toys not listed above, including limited-edition or hybrid items."
|
|
2004
|
-
}
|
|
2005
|
-
]
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
id: "educational-developmental",
|
|
2009
|
-
name: "Educational & Developmental",
|
|
2010
|
-
items: [
|
|
2011
|
-
{
|
|
2012
|
-
id: "educational-developmental-tools",
|
|
2013
|
-
name: "Educational & Developmental Tools",
|
|
2014
|
-
description: "STEM kits, Montessori toys, storybooks, picture books, flashcards, early learning games, language tools."
|
|
2015
|
-
},
|
|
2016
|
-
{
|
|
2017
|
-
id: "other-educational-experience-based-items",
|
|
2018
|
-
name: "Other educational or experience-based items",
|
|
2019
|
-
description: "Creative experiences or learning aids not listed above."
|
|
2020
|
-
}
|
|
2021
|
-
]
|
|
2022
|
-
},
|
|
2023
|
-
{
|
|
2024
|
-
id: "baby-kidswear-accessories",
|
|
2025
|
-
name: "Baby & Kidswear + Accessories",
|
|
2026
|
-
items: [
|
|
2027
|
-
{
|
|
2028
|
-
id: "baby-kidswear-accessories",
|
|
2029
|
-
name: "Baby & Kidswear + Accessories",
|
|
2030
|
-
description: "Handmade baby clothes, toddler outfits, bibs, hats, headbands, bags, pacifier clips, soft shoes."
|
|
2031
|
-
},
|
|
2032
|
-
{
|
|
2033
|
-
id: "baby-developmental-soft-toys",
|
|
2034
|
-
name: "Baby Developmental Soft Toys",
|
|
2035
|
-
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."
|
|
2036
|
-
},
|
|
2037
|
-
{
|
|
2038
|
-
id: "other-childrens-clothing-accessories",
|
|
2039
|
-
name: "Other children\u2019s clothing or accessories",
|
|
2040
|
-
description: "Unique fashion or functional pieces for kids."
|
|
2041
|
-
}
|
|
2042
|
-
]
|
|
2043
|
-
}
|
|
2044
|
-
]
|
|
2099
|
+
...emailField,
|
|
2100
|
+
helperText: "Enter email address to reset your password",
|
|
2101
|
+
required: true
|
|
2045
2102
|
}
|
|
2046
2103
|
];
|
|
2047
|
-
|
|
2048
|
-
// src/formFields/categories/vintageAndAntique.ts
|
|
2049
|
-
var vintageAndAntique = [
|
|
2104
|
+
var resetPasswordFields = [
|
|
2050
2105
|
{
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
},
|
|
2080
|
-
{
|
|
2081
|
-
id: "other-collectible-items",
|
|
2082
|
-
name: "Other collectible items",
|
|
2083
|
-
description: "Rare small objects, miniature figurines, special-edition items."
|
|
2084
|
-
}
|
|
2085
|
-
]
|
|
2086
|
-
},
|
|
2087
|
-
{
|
|
2088
|
-
id: "homewares-decor-curiosities",
|
|
2089
|
-
name: "Homewares, Decor & Curiosities",
|
|
2090
|
-
items: [
|
|
2091
|
-
{
|
|
2092
|
-
id: "decorative-functional-vintage-items",
|
|
2093
|
-
name: "Decorative or functional items with a vintage or antique aesthetic",
|
|
2094
|
-
description: "Teacups, plates, vases, mirrors, clocks, furniture, old tools, lanterns, typewriters, curiosities."
|
|
2095
|
-
},
|
|
2096
|
-
{
|
|
2097
|
-
id: "handmade-vintage-art",
|
|
2098
|
-
name: "Handmade vintage art",
|
|
2099
|
-
description: "Paintings, sculptures, crafted pieces."
|
|
2100
|
-
},
|
|
2101
|
-
{
|
|
2102
|
-
id: "other-home-decor-items",
|
|
2103
|
-
name: "Other home or decor items",
|
|
2104
|
-
description: "Decorative pieces not listed above, unique household objects."
|
|
2105
|
-
}
|
|
2106
|
-
]
|
|
2107
|
-
},
|
|
2108
|
-
{
|
|
2109
|
-
id: "vintage-media-printed-nostalgia",
|
|
2110
|
-
name: "Vintage Media & Printed Nostalgia",
|
|
2111
|
-
items: [
|
|
2112
|
-
{
|
|
2113
|
-
id: "older-media-printed-works",
|
|
2114
|
-
name: "Older media formats and printed works",
|
|
2115
|
-
description: "Vinyl records, cassette tapes, CDs, DVDs, books, magazines, board games, posters."
|
|
2116
|
-
},
|
|
2117
|
-
{
|
|
2118
|
-
id: "other-media-printed-items",
|
|
2119
|
-
name: "Other media or printed items",
|
|
2120
|
-
description: "Maps, manuals, leaflets, out-of-print materials."
|
|
2121
|
-
}
|
|
2122
|
-
]
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
id: "other-vintage-antique-items",
|
|
2126
|
-
name: "Other Vintage & Antique Items",
|
|
2127
|
-
items: [
|
|
2128
|
-
{
|
|
2129
|
-
id: "any-vintage-antique-items-not-listed",
|
|
2130
|
-
name: "Any vintage or antique items not listed above",
|
|
2131
|
-
description: "Unique, rare or uncategorised pieces."
|
|
2132
|
-
}
|
|
2133
|
-
]
|
|
2134
|
-
}
|
|
2135
|
-
]
|
|
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
|
|
2136
2134
|
}
|
|
2137
2135
|
];
|
|
2138
2136
|
|
|
2139
|
-
// src/formFields/
|
|
2140
|
-
var
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
}
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
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
|
+
];
|
|
2171
2171
|
|
|
2172
2172
|
// src/formFields/socialMedia.ts
|
|
2173
2173
|
var socialMedia = [
|