@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
package/dist/index.cjs
CHANGED
|
@@ -148,6 +148,8 @@ __export(index_exports, {
|
|
|
148
148
|
cluiFiles: () => cluiFiles,
|
|
149
149
|
cluiIds: () => cluiIds,
|
|
150
150
|
cluiImages: () => cluiImages,
|
|
151
|
+
collectStallholderStartDates: () => collectStallholderStartDates,
|
|
152
|
+
collectVendorEventRelationDateTimes: () => collectVendorEventRelationDateTimes,
|
|
151
153
|
companyContactFields: () => companyContactFields,
|
|
152
154
|
computeDailyClueState: () => computeDailyClueState,
|
|
153
155
|
contactUsFields: () => contactUsFields,
|
|
@@ -156,11 +158,18 @@ __export(index_exports, {
|
|
|
156
158
|
emailField: () => emailField,
|
|
157
159
|
eventBasicInfoFields: () => eventBasicInfoFields,
|
|
158
160
|
eventEndDateFields: () => eventEndDateFields,
|
|
161
|
+
eventHasSelectedDate: () => eventHasSelectedDate,
|
|
159
162
|
eventInfo: () => eventInfo,
|
|
160
163
|
eventInfoPaymentInfo: () => eventInfoPaymentInfo,
|
|
161
164
|
eventMatchesDateStatusPeriod: () => eventMatchesDateStatusPeriod,
|
|
162
165
|
eventStartDateFields: () => eventStartDateFields,
|
|
166
|
+
eventStartDatesSet: () => eventStartDatesSet,
|
|
163
167
|
filterEventsByDateStatusPeriod: () => filterEventsByDateStatusPeriod,
|
|
168
|
+
filterRegisteredVendorsByEventDatesOnly: () => filterRegisteredVendorsByEventDatesOnly,
|
|
169
|
+
filterRegisteredVendorsForEvent: () => filterRegisteredVendorsForEvent,
|
|
170
|
+
filterUnregisteredVendorsByEventDatesOnly: () => filterUnregisteredVendorsByEventDatesOnly,
|
|
171
|
+
filterUnregisteredVendorsForEvent: () => filterUnregisteredVendorsForEvent,
|
|
172
|
+
filterVendorEventsBySelectedDate: () => filterVendorEventsBySelectedDate,
|
|
164
173
|
findEventDateTimeByIsoDate: () => findEventDateTimeByIsoDate,
|
|
165
174
|
fonts: () => fonts,
|
|
166
175
|
foodFlavourOptions: () => foodFlavourOptions,
|
|
@@ -187,9 +196,21 @@ __export(index_exports, {
|
|
|
187
196
|
getAllowedEventDateStatuses: () => getAllowedEventDateStatuses,
|
|
188
197
|
getCurrentAndFutureDates: () => getCurrentAndFutureDates,
|
|
189
198
|
getEventCalendarIsoDates: () => getEventCalendarIsoDates,
|
|
199
|
+
getEventDatesWithStallholders: () => getEventDatesWithStallholders,
|
|
190
200
|
getEventScheduleStatusLabel: () => getEventScheduleStatusLabel,
|
|
191
201
|
getEventScheduleStatusPresentation: () => getEventScheduleStatusPresentation,
|
|
192
202
|
getEventScheduleStatusTone: () => getEventScheduleStatusTone,
|
|
203
|
+
getEventStallholderEmptyMessage: () => getEventStallholderEmptyMessage,
|
|
204
|
+
getRegisteredVendorCategoryNames: () => getRegisteredVendorCategoryNames,
|
|
205
|
+
getRegisteredVendorStartDates: () => getRegisteredVendorStartDates,
|
|
206
|
+
getStallholderCategoryNames: () => getStallholderCategoryNames,
|
|
207
|
+
getStallholderCategoryOptions: () => getStallholderCategoryOptions,
|
|
208
|
+
getUnregisteredVendorCategoryNames: () => getUnregisteredVendorCategoryNames,
|
|
209
|
+
getUnregisteredVendorStartDates: () => getUnregisteredVendorStartDates,
|
|
210
|
+
getVendorEventRelationDateOptions: () => getVendorEventRelationDateOptions,
|
|
211
|
+
getVendorEventRelationStartDates: () => getVendorEventRelationStartDates,
|
|
212
|
+
getVendorEventsEmptyMessage: () => getVendorEventsEmptyMessage,
|
|
213
|
+
hasMatchingEventDate: () => hasMatchingEventDate,
|
|
193
214
|
iconFiles: () => iconFiles,
|
|
194
215
|
iconIds: () => iconIds,
|
|
195
216
|
icons: () => icons,
|
|
@@ -206,6 +227,8 @@ __export(index_exports, {
|
|
|
206
227
|
logoIds: () => logoIds,
|
|
207
228
|
logos: () => logos,
|
|
208
229
|
mapArrayToOptions: () => mapArrayToOptions,
|
|
230
|
+
matchesCategory: () => matchesCategory,
|
|
231
|
+
matchesSelectedDate: () => matchesSelectedDate,
|
|
209
232
|
normalizeShareOgDescription: () => normalizeShareOgDescription,
|
|
210
233
|
normalizeShareRouteId: () => normalizeShareRouteId,
|
|
211
234
|
normalizeShareText: () => normalizeShareText,
|
|
@@ -226,6 +249,7 @@ __export(index_exports, {
|
|
|
226
249
|
profileFields: () => profileFields,
|
|
227
250
|
refundPolicyOptions: () => refundPolicyOptions,
|
|
228
251
|
registerFields: () => registerFields,
|
|
252
|
+
relationHasSelectedDate: () => relationHasSelectedDate,
|
|
229
253
|
removeTypename: () => removeTypename,
|
|
230
254
|
requestPasswordResetFields: () => requestPasswordResetFields,
|
|
231
255
|
requirementsOptions: () => requirementsOptions,
|
|
@@ -1415,709 +1439,870 @@ function shouldShowEventActionsWithWeather(resourceType, dateTime, location) {
|
|
|
1415
1439
|
].includes(dateTime.dateStatus);
|
|
1416
1440
|
}
|
|
1417
1441
|
|
|
1418
|
-
// src/formFields/
|
|
1419
|
-
var
|
|
1420
|
-
details: {
|
|
1421
|
-
helperText: "Please describe details e.g. amps, voltage, etc.",
|
|
1422
|
-
isTextArea: true,
|
|
1423
|
-
name: "requirements.electricity.details",
|
|
1424
|
-
placeholder: "Electricity requirements"
|
|
1425
|
-
},
|
|
1426
|
-
isRequired: {
|
|
1427
|
-
name: "requirements.electricity.isRequired",
|
|
1428
|
-
placeholder: "Do you require electricity?"
|
|
1429
|
-
}
|
|
1430
|
-
};
|
|
1431
|
-
var vendorGazebo = {
|
|
1432
|
-
details: {
|
|
1433
|
-
helperText: "Please describe details e.g. size, etc.",
|
|
1434
|
-
isTextArea: true,
|
|
1435
|
-
name: "requirements.gazebo.details",
|
|
1436
|
-
placeholder: "Gazebo requirements"
|
|
1437
|
-
},
|
|
1438
|
-
isRequired: {
|
|
1439
|
-
name: "requirements.gazebo.isRequired",
|
|
1440
|
-
placeholder: "Do you require Gazebo?"
|
|
1441
|
-
}
|
|
1442
|
-
};
|
|
1443
|
-
var vendorTable = {
|
|
1444
|
-
details: {
|
|
1445
|
-
helperText: "Please describe details e.g. size, etc.",
|
|
1446
|
-
isTextArea: true,
|
|
1447
|
-
name: "requirements.table.details",
|
|
1448
|
-
placeholder: "Table requirements"
|
|
1449
|
-
},
|
|
1450
|
-
isRequired: {
|
|
1451
|
-
name: "requirements.table.isRequired",
|
|
1452
|
-
placeholder: "Do you require Table?"
|
|
1453
|
-
}
|
|
1454
|
-
};
|
|
1455
|
-
var vendorPriceRange = {
|
|
1456
|
-
max: {
|
|
1457
|
-
helperText: "Product maximum price",
|
|
1458
|
-
name: "product.priceRange.max",
|
|
1459
|
-
placeholder: "Maximum price: "
|
|
1460
|
-
},
|
|
1461
|
-
min: {
|
|
1462
|
-
helperText: "Product minimum price",
|
|
1463
|
-
name: "product.priceRange.min",
|
|
1464
|
-
placeholder: "Minimum price: "
|
|
1465
|
-
}
|
|
1466
|
-
};
|
|
1467
|
-
var vendorStallSize = {
|
|
1468
|
-
depth: {
|
|
1469
|
-
helperText: "Stall size in depth",
|
|
1470
|
-
name: "stallInfo.size.depth",
|
|
1471
|
-
placeholder: "Stall Depth: "
|
|
1472
|
-
},
|
|
1473
|
-
width: {
|
|
1474
|
-
helperText: "Stall size in width",
|
|
1475
|
-
name: "stallInfo.size.width",
|
|
1476
|
-
placeholder: "Stall Width: "
|
|
1477
|
-
}
|
|
1478
|
-
};
|
|
1479
|
-
var vendorPackaging = {
|
|
1480
|
-
helperText: "Select packaging type, you can select more than one",
|
|
1481
|
-
name: "product.packaging",
|
|
1482
|
-
placeholder: "Packaging type"
|
|
1483
|
-
};
|
|
1484
|
-
var vendorProducedIn = {
|
|
1485
|
-
helperText: "Select where the product is produced, you can select more than one",
|
|
1486
|
-
name: "product.producedIn",
|
|
1487
|
-
placeholder: "Produced type"
|
|
1488
|
-
};
|
|
1489
|
-
var vendorFoodFlavour = {
|
|
1490
|
-
helperText: "You can select more than one food flavour",
|
|
1491
|
-
name: "product.foodFlavors",
|
|
1492
|
-
placeholder: "Food flavours"
|
|
1493
|
-
};
|
|
1494
|
-
var vendorCompliance = [
|
|
1495
|
-
{
|
|
1496
|
-
name: "compliance.liabilityInsurance",
|
|
1497
|
-
placeholder: "Liability Insurance"
|
|
1498
|
-
},
|
|
1442
|
+
// src/formFields/categories/clothingAndFashion.ts
|
|
1443
|
+
var clothingAndFashion = [
|
|
1499
1444
|
{
|
|
1500
|
-
|
|
1501
|
-
|
|
1445
|
+
id: "clothing-fashion",
|
|
1446
|
+
name: "Clothing & Fashion",
|
|
1447
|
+
description: "New, handmade, or upcycled clothing and accessories with a creative twist.",
|
|
1448
|
+
subcategories: [
|
|
1449
|
+
{
|
|
1450
|
+
id: "apparel-babywear",
|
|
1451
|
+
name: "Apparel & Babywear",
|
|
1452
|
+
items: [
|
|
1453
|
+
{
|
|
1454
|
+
id: "apparel",
|
|
1455
|
+
name: "Apparel",
|
|
1456
|
+
description: "Dresses, t-shirts, jumpers, rompers, sets, kidswear."
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
id: "baby-toddler-apparel",
|
|
1460
|
+
name: "Baby & Toddler Apparel",
|
|
1461
|
+
description: "Handmade baby clothes, soft shoes, bibs, hats, knitted sets."
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
id: "upcycled-fashion",
|
|
1465
|
+
name: "Upcycled Fashion",
|
|
1466
|
+
description: "Reworked garments, patchwork pieces, restyled vintage."
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
id: "other-wearable-items",
|
|
1470
|
+
name: "Other wearable items",
|
|
1471
|
+
description: "Unique clothing not listed above."
|
|
1472
|
+
}
|
|
1473
|
+
]
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
id: "fashion-accessories",
|
|
1477
|
+
name: "Fashion Accessories",
|
|
1478
|
+
items: [
|
|
1479
|
+
{
|
|
1480
|
+
id: "accessories",
|
|
1481
|
+
name: "Accessories",
|
|
1482
|
+
description: "Scarves, belts, gloves, hats, headbands, caps."
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
id: "shoes",
|
|
1486
|
+
name: "Shoes",
|
|
1487
|
+
description: "Handmade shoes, baby booties, sandals, slippers."
|
|
1488
|
+
},
|
|
1489
|
+
{
|
|
1490
|
+
id: "bags-wallets",
|
|
1491
|
+
name: "Bags & Wallets",
|
|
1492
|
+
description: "Leather bags, fabric purses, wallets, backpacks, totes."
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
id: "other-accessories",
|
|
1496
|
+
name: "Other accessories",
|
|
1497
|
+
description: "Brooches, pins, or hybrid functional items."
|
|
1498
|
+
}
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
id: "jewelry-creative-wearables",
|
|
1503
|
+
name: "Jewelry & Creative Wearables",
|
|
1504
|
+
items: [
|
|
1505
|
+
{
|
|
1506
|
+
id: "jewelry",
|
|
1507
|
+
name: "Jewelry",
|
|
1508
|
+
description: "Necklaces, earrings, bracelets, rings, anklets."
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
id: "other-creative-wearables",
|
|
1512
|
+
name: "Other creative wearables",
|
|
1513
|
+
description: "Wearable art, statement pieces, bold handmade designs."
|
|
1514
|
+
}
|
|
1515
|
+
]
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
id: "traditional-cultural-clothing-accessories",
|
|
1519
|
+
name: "Traditional & Cultural Clothing and Accessories",
|
|
1520
|
+
items: [
|
|
1521
|
+
{
|
|
1522
|
+
id: "traditional-clothing-accessories",
|
|
1523
|
+
name: "Traditional Clothing & Accessories ",
|
|
1524
|
+
description: "raditional clothing, jewellery, accessories and footwear from around the world, including both handmade and non-handmade items."
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
id: "other-traditional-cultural-items",
|
|
1528
|
+
name: "Other Traditional & Cultural Items",
|
|
1529
|
+
description: "traditional or culturally inspired wearables and decorative cultural pieces such as plates, table linens and similar items."
|
|
1530
|
+
}
|
|
1531
|
+
]
|
|
1532
|
+
}
|
|
1533
|
+
]
|
|
1502
1534
|
}
|
|
1503
1535
|
];
|
|
1504
|
-
var packagingTypes = [
|
|
1505
|
-
"Biodegradable",
|
|
1506
|
-
"Compostable",
|
|
1507
|
-
"Fabric",
|
|
1508
|
-
"Glass",
|
|
1509
|
-
"Other",
|
|
1510
|
-
"Paper",
|
|
1511
|
-
"Plastic",
|
|
1512
|
-
"Recyclable",
|
|
1513
|
-
"Reusable",
|
|
1514
|
-
"Single-use",
|
|
1515
|
-
"Wood"
|
|
1516
|
-
];
|
|
1517
|
-
var producedIngTypes = [
|
|
1518
|
-
"Commercial Kitchen",
|
|
1519
|
-
"Home Premises",
|
|
1520
|
-
"Factory",
|
|
1521
|
-
"Farm",
|
|
1522
|
-
"Other"
|
|
1523
|
-
];
|
|
1524
|
-
var packagingOptions = mapArrayToOptions(packagingTypes);
|
|
1525
|
-
var producedIngOptions = mapArrayToOptions(producedIngTypes);
|
|
1526
|
-
var foodFlavourOptions = Object.values(
|
|
1527
|
-
EnumFoodFlavor
|
|
1528
|
-
).map((flavour) => ({
|
|
1529
|
-
label: flavour.replaceAll("_", " "),
|
|
1530
|
-
value: flavour
|
|
1531
|
-
}));
|
|
1532
1536
|
|
|
1533
|
-
// src/formFields/
|
|
1534
|
-
var
|
|
1535
|
-
{
|
|
1536
|
-
helperText: "Name of the Event *",
|
|
1537
|
-
name: "name",
|
|
1538
|
-
placeholder: "Name"
|
|
1539
|
-
},
|
|
1540
|
-
{
|
|
1541
|
-
helperText: "NZBN number (required \u2013 ClueMart only accepts events with valid NZBN number) *",
|
|
1542
|
-
keyboardType: "number-pad",
|
|
1543
|
-
name: "nzbn",
|
|
1544
|
-
placeholder: "NZBN number"
|
|
1545
|
-
},
|
|
1546
|
-
{
|
|
1547
|
-
helperText: "Name of the Provider (if applicable)",
|
|
1548
|
-
name: "provider",
|
|
1549
|
-
placeholder: "Provider"
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
helperText: "Description of the Event *",
|
|
1553
|
-
isTextArea: true,
|
|
1554
|
-
name: "description",
|
|
1555
|
-
placeholder: "Description"
|
|
1556
|
-
}
|
|
1557
|
-
];
|
|
1558
|
-
var eventStartDateFields = [
|
|
1559
|
-
{
|
|
1560
|
-
dateMode: "date",
|
|
1561
|
-
helperText: "Start Date of the Event *",
|
|
1562
|
-
name: "startDate",
|
|
1563
|
-
placeholder: "Start Date"
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
dateMode: "time",
|
|
1567
|
-
helperText: "Start Time of the Event *",
|
|
1568
|
-
name: "startTime",
|
|
1569
|
-
placeholder: "Start Time"
|
|
1570
|
-
}
|
|
1571
|
-
];
|
|
1572
|
-
var eventEndDateFields = [
|
|
1573
|
-
{
|
|
1574
|
-
dateMode: "date",
|
|
1575
|
-
helperText: "End Date of the Event *",
|
|
1576
|
-
name: "endDate",
|
|
1577
|
-
placeholder: "End Date"
|
|
1578
|
-
},
|
|
1537
|
+
// src/formFields/categories/electronicsAndTechnology.ts
|
|
1538
|
+
var electronicsAndTechnology = [
|
|
1579
1539
|
{
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
];
|
|
1649
|
-
var requirementsOptions = [
|
|
1650
|
-
{
|
|
1651
|
-
category: "Environment",
|
|
1652
|
-
label: "All packaging must be eco-friendly or recyclable where possible.",
|
|
1653
|
-
value: false
|
|
1654
|
-
},
|
|
1655
|
-
{
|
|
1656
|
-
category: "Environment",
|
|
1657
|
-
label: "No single-use plastic bags are to be handed out.",
|
|
1658
|
-
value: false
|
|
1659
|
-
},
|
|
1660
|
-
{
|
|
1661
|
-
category: "Environment",
|
|
1662
|
-
label: "Stall area must be left clean with no trace of activity after pack-down.",
|
|
1663
|
-
value: false
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
category: "Environment",
|
|
1667
|
-
label: "No disposal of oils, fats, or chemicals in public drains or on grassed areas.",
|
|
1668
|
-
value: false
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
category: "Environment",
|
|
1672
|
-
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.",
|
|
1673
|
-
value: false
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
category: "Food Safety",
|
|
1677
|
-
label: "Food must be prepared and stored according to your food regulation.",
|
|
1678
|
-
value: false
|
|
1679
|
-
},
|
|
1680
|
-
{
|
|
1681
|
-
category: "Food Safety",
|
|
1682
|
-
label: "The stallholder must display a current food grade certificate.",
|
|
1683
|
-
value: false
|
|
1684
|
-
},
|
|
1685
|
-
{
|
|
1686
|
-
category: "Food Safety",
|
|
1687
|
-
label: "Only licensed food vendors may sell ready-to-eat food items.",
|
|
1688
|
-
value: false
|
|
1689
|
-
},
|
|
1690
|
-
{
|
|
1691
|
-
category: "Food Safety",
|
|
1692
|
-
label: "Handwashing facilities must be available at your stall if preparing food.",
|
|
1693
|
-
value: false
|
|
1694
|
-
},
|
|
1695
|
-
{
|
|
1696
|
-
category: "Food Safety",
|
|
1697
|
-
label: "You must have a food safety plan in place for your stall.",
|
|
1698
|
-
value: false
|
|
1699
|
-
},
|
|
1700
|
-
{
|
|
1701
|
-
category: "Food Safety",
|
|
1702
|
-
label: "Allergens must be clearly listed on packaged and unpackaged food items.",
|
|
1703
|
-
value: false
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
category: "Legal & Safety",
|
|
1707
|
-
label: "All stallholders must comply with local council regulations.",
|
|
1708
|
-
value: false
|
|
1709
|
-
},
|
|
1710
|
-
{
|
|
1711
|
-
category: "Legal & Safety",
|
|
1712
|
-
label: "No unauthorised subletting of stall space to other vendors.",
|
|
1713
|
-
value: false
|
|
1714
|
-
},
|
|
1715
|
-
{
|
|
1716
|
-
category: "Legal & Safety",
|
|
1717
|
-
label: "Gas bottles and fuel containers must be secured and in good condition if applicable.",
|
|
1718
|
-
value: false
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
category: "Legal & Safety",
|
|
1722
|
-
label: "Fire extinguishers must be available for stalls using cooking or heating equipment.",
|
|
1723
|
-
value: false
|
|
1724
|
-
},
|
|
1725
|
-
{
|
|
1726
|
-
category: "Legal & Safety",
|
|
1727
|
-
label: "Stallholders must not sell items that are illegal or prohibited by law.",
|
|
1728
|
-
value: false
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
category: "Legal & Safety",
|
|
1732
|
-
label: "All electrical equipment must be tested and tagged.",
|
|
1733
|
-
value: false
|
|
1734
|
-
},
|
|
1735
|
-
{
|
|
1736
|
-
category: "Legal & Safety",
|
|
1737
|
-
label: "Noise levels must be kept to a minimum unless part of a permitted performance.",
|
|
1738
|
-
value: false
|
|
1739
|
-
},
|
|
1740
|
-
{
|
|
1741
|
-
category: "Legal & Safety",
|
|
1742
|
-
label: "Pets at the stall must be secured and well-behaved at all times.",
|
|
1743
|
-
value: false
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
category: "Legal & Safety",
|
|
1747
|
-
label: "Cables must be secured and not create tripping hazards.",
|
|
1748
|
-
value: false
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
category: "Legal & Safety",
|
|
1752
|
-
label: "Stalls must not obstruct emergency access routes.",
|
|
1753
|
-
value: false
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
category: "Legal & Safety",
|
|
1757
|
-
label: "First aid kit must be available at the stall for minor injuries.",
|
|
1758
|
-
value: false
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
category: "Legal & Safety",
|
|
1762
|
-
label: "Stallholders must hold valid liability insurance where required.",
|
|
1763
|
-
value: false
|
|
1764
|
-
},
|
|
1765
|
-
{
|
|
1766
|
-
category: "Legal & Safety",
|
|
1767
|
-
label: "You must secure your gazebo and equipment to withstand wind or bad weather.",
|
|
1768
|
-
value: false
|
|
1769
|
-
},
|
|
1770
|
-
{
|
|
1771
|
-
category: "Legal & Safety",
|
|
1772
|
-
label: "You are responsible for the safety of your setup and any potential hazards.",
|
|
1773
|
-
value: false
|
|
1774
|
-
},
|
|
1775
|
-
{
|
|
1776
|
-
category: "Operations",
|
|
1777
|
-
label: "Generators must be quiet and pre-approved by the event organiser.",
|
|
1778
|
-
value: false
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
category: "Operations",
|
|
1782
|
-
label: "Only approved products or services may be sold \u2014 no last-minute changes.",
|
|
1783
|
-
value: false
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
category: "Operations",
|
|
1787
|
-
label: "Stallholders must arrive and be fully set up by the designated opening time.",
|
|
1788
|
-
value: false
|
|
1789
|
-
},
|
|
1790
|
-
{
|
|
1791
|
-
category: "Operations",
|
|
1792
|
-
label: "You may not pack down your stall before the event officially ends.",
|
|
1793
|
-
value: false
|
|
1794
|
-
},
|
|
1795
|
-
{
|
|
1796
|
-
category: "Operations",
|
|
1797
|
-
label: "You must be self-sufficient in all operations.",
|
|
1798
|
-
value: false
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
category: "Operations",
|
|
1802
|
-
label: "Stall layout must be kept within your allocated space.",
|
|
1803
|
-
value: false
|
|
1804
|
-
}
|
|
1805
|
-
];
|
|
1806
|
-
var stallTypes = [
|
|
1807
|
-
"1.8m table only",
|
|
1808
|
-
"2x2m mini stall",
|
|
1809
|
-
"3x3m tent site",
|
|
1810
|
-
"Corner stall",
|
|
1811
|
-
"Craft stall with power",
|
|
1812
|
-
"Craft stall without power",
|
|
1813
|
-
"Double stall (6x3m)",
|
|
1814
|
-
"Food truck site",
|
|
1815
|
-
"Food vendor with power",
|
|
1816
|
-
"Food vendor without power",
|
|
1817
|
-
"Inside hall stall",
|
|
1818
|
-
"Non-profit/community stall",
|
|
1819
|
-
"Outdoor open area",
|
|
1820
|
-
"Shared table space",
|
|
1821
|
-
"Wall-based vendor",
|
|
1822
|
-
"Workshop/seating area"
|
|
1823
|
-
];
|
|
1824
|
-
var stallTypeOptions = stallTypes.map((type) => ({
|
|
1825
|
-
label: type,
|
|
1826
|
-
price: 0,
|
|
1827
|
-
stallCapacity: 0
|
|
1828
|
-
}));
|
|
1829
|
-
var refundPolicyOptions = [
|
|
1830
|
-
{
|
|
1831
|
-
category: "Cancelled by Vendor",
|
|
1832
|
-
label: "Full refund if cancelled 30+ days before the event.",
|
|
1833
|
-
value: false
|
|
1834
|
-
},
|
|
1835
|
-
{
|
|
1836
|
-
category: "Cancelled by Vendor",
|
|
1837
|
-
label: "50% refund if cancelled 14\u201329 days before the event.",
|
|
1838
|
-
value: false
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
category: "Cancelled by Vendor",
|
|
1842
|
-
label: "No refund if cancelled less than 14 days before the event.",
|
|
1843
|
-
value: false
|
|
1844
|
-
},
|
|
1845
|
-
{
|
|
1846
|
-
category: "Cancelled by Vendor",
|
|
1847
|
-
label: "Full refund if cancelled due to illness or emergency.",
|
|
1848
|
-
value: false
|
|
1849
|
-
},
|
|
1850
|
-
{
|
|
1851
|
-
category: "Cancelled by Vendor",
|
|
1852
|
-
label: "No refund for no-shows or last-minute cancellations.",
|
|
1853
|
-
value: false
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
category: "Cancelled by Vendor",
|
|
1857
|
-
label: "No refund",
|
|
1858
|
-
value: false
|
|
1859
|
-
},
|
|
1860
|
-
{
|
|
1861
|
-
category: "Cancelled by Organiser",
|
|
1862
|
-
label: "Full refund if the event is cancelled by the organiser.",
|
|
1863
|
-
value: false
|
|
1864
|
-
},
|
|
1865
|
-
{
|
|
1866
|
-
category: "Cancelled by Organiser",
|
|
1867
|
-
label: "Credit towards a future event if cancelled by the organiser.",
|
|
1868
|
-
value: false
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
category: "Cancelled by Organiser",
|
|
1872
|
-
label: "Refund only in cases of force majeure (e.g., natural disasters, government restrictions).",
|
|
1873
|
-
value: false
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
category: "Cancelled by Organiser",
|
|
1877
|
-
label: "No refund",
|
|
1878
|
-
value: false
|
|
1540
|
+
id: "electronics-technology",
|
|
1541
|
+
name: "Electronics & Technology",
|
|
1542
|
+
description: "New, second-hand, or handmade tech and digital items commonly found at markets.",
|
|
1543
|
+
subcategories: [
|
|
1544
|
+
{
|
|
1545
|
+
id: "mobile-everyday-tech",
|
|
1546
|
+
name: "Mobile & Everyday Tech",
|
|
1547
|
+
items: [
|
|
1548
|
+
{
|
|
1549
|
+
id: "mobile-phone-accessories",
|
|
1550
|
+
name: "Mobile & Phone Accessories",
|
|
1551
|
+
description: "Phone cases, holders, screen protectors, charging cables, power banks, grips."
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
id: "other-mobile-gadgets",
|
|
1555
|
+
name: "Other mobile gadgets",
|
|
1556
|
+
description: "Stands, styluses, SIM tools, cleaning kits, wallet accessories."
|
|
1557
|
+
}
|
|
1558
|
+
]
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
id: "audio-music-creative-tech",
|
|
1562
|
+
name: "Audio, Music & Creative Tech",
|
|
1563
|
+
items: [
|
|
1564
|
+
{
|
|
1565
|
+
id: "audio-music-tech",
|
|
1566
|
+
name: "Audio & Music Tech",
|
|
1567
|
+
description: "Portable speakers, headphones, mini radios, Bluetooth adapters, sound accessories."
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
id: "instruments-music-gear",
|
|
1571
|
+
name: "Instruments & Music Gear",
|
|
1572
|
+
description: "Small electronic instruments, DIY synth kits, drum pads, loop machines."
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
id: "recording-creative-devices",
|
|
1576
|
+
name: "Recording & Creative Devices",
|
|
1577
|
+
description: "USB microphones, podcast tools, voice recorders, mobile lighting, content tools."
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
id: "other-audio-music-items",
|
|
1581
|
+
name: "Other audio or music-related items",
|
|
1582
|
+
description: "Musical gadgets or creative gear not listed above."
|
|
1583
|
+
}
|
|
1584
|
+
]
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
id: "diy-gadgets-secondhand-finds",
|
|
1588
|
+
name: "DIY, Gadgets & Second-Hand Finds",
|
|
1589
|
+
items: [
|
|
1590
|
+
{
|
|
1591
|
+
id: "diy-electronics-tools",
|
|
1592
|
+
name: "DIY Electronics & Tools",
|
|
1593
|
+
description: "LED lights, USB gadgets, circuit boards, repair kits, tech-themed toys, novelty items."
|
|
1594
|
+
},
|
|
1595
|
+
{
|
|
1596
|
+
id: "other-tech-finds",
|
|
1597
|
+
name: "Other Tech Finds",
|
|
1598
|
+
description: "Used electronics, smart gadgets, wearable tech, calculators, tablet stands, e-waste upcycles."
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
id: "other-technology-innovation-items",
|
|
1602
|
+
name: "Other technology or innovation-related items",
|
|
1603
|
+
description: "Anything not covered but clearly tech-driven."
|
|
1604
|
+
}
|
|
1605
|
+
]
|
|
1606
|
+
}
|
|
1607
|
+
]
|
|
1879
1608
|
}
|
|
1880
1609
|
];
|
|
1881
1610
|
|
|
1882
|
-
// src/formFields/
|
|
1883
|
-
var
|
|
1884
|
-
helperText: "Enter email address",
|
|
1885
|
-
keyboardType: "email-address",
|
|
1886
|
-
name: "email",
|
|
1887
|
-
placeholder: "Email"
|
|
1888
|
-
};
|
|
1889
|
-
var companyContactFields = [
|
|
1890
|
-
{
|
|
1891
|
-
...emailField,
|
|
1892
|
-
name: "contactDetails.email"
|
|
1893
|
-
},
|
|
1894
|
-
{
|
|
1895
|
-
helperText: "Enter your mobile phone number",
|
|
1896
|
-
keyboardType: "phone-pad",
|
|
1897
|
-
name: "contactDetails.mobilePhone",
|
|
1898
|
-
placeholder: "Mobile Phone Number"
|
|
1899
|
-
},
|
|
1611
|
+
// src/formFields/categories/foodAndBeverages.ts
|
|
1612
|
+
var foodAndBeverages = [
|
|
1900
1613
|
{
|
|
1901
|
-
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1614
|
+
id: "food-beverages",
|
|
1615
|
+
name: "Food & Beverages",
|
|
1616
|
+
description: "Fresh produce, drinks, sweet and savoury street food, ready-to-eat meals, and packaged goods.",
|
|
1617
|
+
subcategories: [
|
|
1618
|
+
{
|
|
1619
|
+
id: "fresh-food-groceries",
|
|
1620
|
+
name: "Fresh Food & Groceries",
|
|
1621
|
+
items: [
|
|
1622
|
+
{
|
|
1623
|
+
id: "fruits-vegetables",
|
|
1624
|
+
name: "Fruits & Vegetables",
|
|
1625
|
+
description: "Fresh seasonal fruit, organic vegetables, specialty produce, berries, tropical fruit, heritage varieties."
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
id: "meat-seafood",
|
|
1629
|
+
name: "Meat & Seafood",
|
|
1630
|
+
description: "Butcher cuts, fresh fish, smoked meats, sausages, seafood platters, artisanal jerky."
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
id: "dairy-eggs",
|
|
1634
|
+
name: "Dairy & Eggs",
|
|
1635
|
+
description: "Farm eggs, handmade cheeses, yoghurt, fresh milk, goat\u2019s milk products."
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
id: "bakery-pastries",
|
|
1639
|
+
name: "Bakery & Pastries",
|
|
1640
|
+
description: "Freshly baked bread, sourdough, bagels, croissants, focaccia, traditional baked goods."
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
id: "spices-condiments",
|
|
1644
|
+
name: "Spices & Condiments",
|
|
1645
|
+
description: "Dried herbs, spice blends, specialty salts, hot sauces, infused oils, chutneys."
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
id: "packaged-specialty-foods",
|
|
1649
|
+
name: "Packaged & Specialty Foods",
|
|
1650
|
+
description: "Honey, jams, preserves, pickles, nut butters, sauces, pre-packaged snacks."
|
|
1651
|
+
},
|
|
1652
|
+
{
|
|
1653
|
+
id: "other-fresh-food-items",
|
|
1654
|
+
name: "Other fresh food items",
|
|
1655
|
+
description: "Items that don\u2019t fit above, e.g. fermented foods, plant-based substitutes."
|
|
1656
|
+
}
|
|
1657
|
+
]
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
id: "beverages-specialty-drinks",
|
|
1661
|
+
name: "Beverages & Specialty Drinks",
|
|
1662
|
+
items: [
|
|
1663
|
+
{
|
|
1664
|
+
id: "fresh-juices-smoothies",
|
|
1665
|
+
name: "Fresh Juices & Smoothies",
|
|
1666
|
+
description: "Cold-pressed juices, detox blends, fruit smoothies, tropical mixes."
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
id: "coffee-teas",
|
|
1670
|
+
name: "Coffee & Teas",
|
|
1671
|
+
description: "Espresso, pour-over coffee, herbal teas, matcha, bubble tea, locally blended tea."
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
id: "dairy-plant-based-drinks",
|
|
1675
|
+
name: "Dairy & Plant-Based Drinks",
|
|
1676
|
+
description: "Milkshakes, lassis, almond/oat milk drinks, coconut water."
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
id: "alcoholic-beverages",
|
|
1680
|
+
name: "Alcoholic Beverages",
|
|
1681
|
+
description: "Local wines, craft beer, mead, cider, infused spirits, cocktail kits."
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
id: "other-beverages",
|
|
1685
|
+
name: "Other beverages",
|
|
1686
|
+
description: "Kombucha, kefir, energy drinks, non-alcoholic wines or beers."
|
|
1687
|
+
}
|
|
1688
|
+
]
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
id: "savoury-prepared-foods-street-food",
|
|
1692
|
+
name: "Savoury Prepared Foods & Street Food",
|
|
1693
|
+
items: [
|
|
1694
|
+
{
|
|
1695
|
+
id: "local-specialties",
|
|
1696
|
+
name: "Local Specialties",
|
|
1697
|
+
description: "Meat pies, hangi, seafood chowder, fry bread, traditional NZ dishes."
|
|
1698
|
+
},
|
|
1699
|
+
{
|
|
1700
|
+
id: "asian-cuisine",
|
|
1701
|
+
name: "Asian Cuisine",
|
|
1702
|
+
description: "Sushi, bao buns, dumplings, ramen, satay, spring rolls, fried rice."
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
id: "mediterranean-cuisine",
|
|
1706
|
+
name: "Mediterranean Cuisine",
|
|
1707
|
+
description: "Falafel, hummus wraps, souvlaki, Greek salad, dolma."
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
id: "italian-delights",
|
|
1711
|
+
name: "Italian Delights",
|
|
1712
|
+
description: "Pizza, calzone, focaccia, fresh pasta, arancini."
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
id: "bbq-grilled-foods",
|
|
1716
|
+
name: "BBQ & Grilled Foods",
|
|
1717
|
+
description: "Kebabs, grilled chicken, ribs, burgers, sausages."
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
id: "savoury-crepes-pancakes",
|
|
1721
|
+
name: "Savoury Crepes & Pancakes",
|
|
1722
|
+
description: "Filled savoury crepes, mini savoury pancakes."
|
|
1723
|
+
},
|
|
1724
|
+
{
|
|
1725
|
+
id: "savoury-baked-goods-pastries",
|
|
1726
|
+
name: "Savoury Baked Goods & Pastries",
|
|
1727
|
+
description: "Quiches, savoury muffins, filled savoury pastries, empanadas."
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
id: "vegan-vegetarian-dishes",
|
|
1731
|
+
name: "Vegan & Vegetarian Dishes",
|
|
1732
|
+
description: "Buddha bowls, plant-based burgers, salads, vegan sushi."
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
id: "other-savoury-foods",
|
|
1736
|
+
name: "Other Savoury Foods",
|
|
1737
|
+
description: "Fusion dishes, mixed platters, savoury meal kits."
|
|
1738
|
+
}
|
|
1739
|
+
]
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
id: "sweet-prepared-foods",
|
|
1743
|
+
name: "Sweet Prepared Foods",
|
|
1744
|
+
items: [
|
|
1745
|
+
{
|
|
1746
|
+
id: "sweet-crepes-pancakes-fried-treats",
|
|
1747
|
+
name: "Sweet Crepes, Pancakes & Fried Treats",
|
|
1748
|
+
description: "Crepes, waffles, mini pancakes, muffins, doughnuts."
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
id: "sweet-baked-goods-desserts",
|
|
1752
|
+
name: "Sweet Baked Goods & Desserts",
|
|
1753
|
+
description: "Cakes, pastries, slices, trifles, layered desserts."
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
id: "fruit-based-snacks",
|
|
1757
|
+
name: "Fruit-Based Snacks",
|
|
1758
|
+
description: "Fruit skewers, dried fruit packs, chocolate-dipped fruit."
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
id: "candy-confectionery",
|
|
1762
|
+
name: "Candy & Confectionery",
|
|
1763
|
+
description: "Fudge, handmade candies, toffee, nougat, brittle."
|
|
1764
|
+
},
|
|
1765
|
+
{
|
|
1766
|
+
id: "other-sweet-foods",
|
|
1767
|
+
name: "Other Sweet Foods",
|
|
1768
|
+
description: "Fusion desserts, sweet platters, sweet meal kits."
|
|
1769
|
+
}
|
|
1770
|
+
]
|
|
1771
|
+
}
|
|
1772
|
+
]
|
|
1905
1773
|
}
|
|
1906
1774
|
];
|
|
1907
1775
|
|
|
1908
|
-
// src/formFields/
|
|
1909
|
-
var
|
|
1910
|
-
{
|
|
1911
|
-
...emailField,
|
|
1912
|
-
required: true
|
|
1913
|
-
},
|
|
1914
|
-
{
|
|
1915
|
-
helperText: "Enter password",
|
|
1916
|
-
keyboardType: "default",
|
|
1917
|
-
name: "password",
|
|
1918
|
-
placeholder: "Password",
|
|
1919
|
-
required: true,
|
|
1920
|
-
secureTextEntry: true
|
|
1921
|
-
}
|
|
1922
|
-
];
|
|
1923
|
-
var registerFields = [
|
|
1924
|
-
{
|
|
1925
|
-
helperText: "Enter first name",
|
|
1926
|
-
keyboardType: "default",
|
|
1927
|
-
name: "firstName",
|
|
1928
|
-
placeholder: "First Name",
|
|
1929
|
-
required: true
|
|
1930
|
-
},
|
|
1931
|
-
{
|
|
1932
|
-
helperText: "Enter last name",
|
|
1933
|
-
keyboardType: "default",
|
|
1934
|
-
name: "lastName",
|
|
1935
|
-
placeholder: "Last Name",
|
|
1936
|
-
required: true
|
|
1937
|
-
},
|
|
1938
|
-
{
|
|
1939
|
-
...emailField,
|
|
1940
|
-
required: true
|
|
1941
|
-
},
|
|
1942
|
-
{
|
|
1943
|
-
helperText: "Enter password",
|
|
1944
|
-
keyboardType: "default",
|
|
1945
|
-
name: "password",
|
|
1946
|
-
placeholder: "Password",
|
|
1947
|
-
required: true,
|
|
1948
|
-
secureTextEntry: true
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
helperText: "Promotional code (optional)",
|
|
1952
|
-
keyboardType: "default",
|
|
1953
|
-
name: "promoCode",
|
|
1954
|
-
placeholder: "Promotional Code",
|
|
1955
|
-
required: false
|
|
1956
|
-
}
|
|
1957
|
-
];
|
|
1958
|
-
var requestPasswordResetFields = [
|
|
1776
|
+
// src/formFields/categories/handmadeAndLocalProducts.ts
|
|
1777
|
+
var handmadeAndLocalProducts = [
|
|
1959
1778
|
{
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1779
|
+
id: "handmade-local-products",
|
|
1780
|
+
name: "Handmade & Local Products",
|
|
1781
|
+
description: "Unique, handmade, or locally produced artisan goods.",
|
|
1782
|
+
subcategories: [
|
|
1783
|
+
{
|
|
1784
|
+
id: "home-living",
|
|
1785
|
+
name: "Home & Living",
|
|
1786
|
+
items: [
|
|
1787
|
+
{
|
|
1788
|
+
id: "ceramics-pottery",
|
|
1789
|
+
name: "Ceramics & Pottery",
|
|
1790
|
+
description: "Handmade mugs, vases, bowls, decorative plates, plant pots."
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
id: "candles-home-scents",
|
|
1794
|
+
name: "Candles & Home Scents",
|
|
1795
|
+
description: "Soy candles, beeswax candles, wax melts, incense sticks, room sprays and herbal sachets."
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
id: "botanical-crafts",
|
|
1799
|
+
name: "Botanical Crafts",
|
|
1800
|
+
description: "Dried-flower d\xE9cor and pressed-flower crafts"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
id: "textiles-embroidery",
|
|
1804
|
+
name: "Textiles & Embroidery",
|
|
1805
|
+
description: "Handsewn items, embroidered napkins, home linens, aprons, fabric gift wraps, handmade fabric bags, quilted goods, personalized textile gifts."
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
id: "woodcraft-metalcraft",
|
|
1809
|
+
name: "Woodcraft & Metalcraft",
|
|
1810
|
+
description: "Wooden boards, handmade frames, sculptures, metal signs, furniture."
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
id: "handmade-soaps-natural-body-goods",
|
|
1814
|
+
name: "Handmade Soaps & Natural Body Goods",
|
|
1815
|
+
description: "Handmade soaps, balms, oils, bath items"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
id: "seasonal-festive-crafts",
|
|
1819
|
+
name: "Seasonal & Festive Crafts",
|
|
1820
|
+
description: "Christmas, Easter and seasonal handmade decor"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
id: "other-home-living-products",
|
|
1824
|
+
name: "Other home & living products",
|
|
1825
|
+
description: "Items that don't fit above but serve home-related purposes."
|
|
1826
|
+
}
|
|
1827
|
+
]
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
id: "art-personal-expression",
|
|
1831
|
+
name: "Art & Personal Expression",
|
|
1832
|
+
items: [
|
|
1833
|
+
{
|
|
1834
|
+
id: "paintings-illustrations",
|
|
1835
|
+
name: "Paintings & Illustrations",
|
|
1836
|
+
description: "Paintings, canvas art, hand-drawn illustrations, digital prints, graphic art and calligraphy pieces."
|
|
1837
|
+
},
|
|
1838
|
+
{
|
|
1839
|
+
id: "sculptures-carvings",
|
|
1840
|
+
name: "Sculptures & Carvings ",
|
|
1841
|
+
description: "Sculptures made from wood, stone, metal, clay or resin, carved decorative pieces and artistic 3D works."
|
|
1842
|
+
},
|
|
1843
|
+
{
|
|
1844
|
+
id: "creative-handmade-alternative-art",
|
|
1845
|
+
name: "Creative Handmade & Alternative Art",
|
|
1846
|
+
description: "Handmade textile d\xE9cor, fabric ornaments, mixed-media art, creative craft pieces and modern handmade artworks."
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
id: "handmade-mini-figures-decor",
|
|
1850
|
+
name: "Handmade Mini Figures & D\xE9cor",
|
|
1851
|
+
description: "Small handmade figures, tiny houses and crafted mini decorative items."
|
|
1852
|
+
},
|
|
1853
|
+
{
|
|
1854
|
+
id: "other-artistic-expressive-products",
|
|
1855
|
+
name: "Other Artistic or Expressive Products",
|
|
1856
|
+
description: "Custom artworks, specialty handmade d\xE9cor, unique crafts."
|
|
1857
|
+
}
|
|
1858
|
+
]
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
id: "handmade-jewellery-accessories-cultural-crafts",
|
|
1862
|
+
name: "Handmade Jewellery, Accessories & Cultural Crafts",
|
|
1863
|
+
items: [
|
|
1864
|
+
{
|
|
1865
|
+
id: "jewellery-handmade-items-nz-traditional-materials",
|
|
1866
|
+
name: "Jewellery & Handmade Items from NZ Traditional Materials",
|
|
1867
|
+
description: "Handmade jewellery and decorative or functional items crafted from pounamu, bone, wood and other traditional New Zealand materials."
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
id: "maori-pasifika-cultural-crafts-clothing",
|
|
1871
|
+
name: "M\u0101ori & Pasifika Cultural Crafts and Clothing",
|
|
1872
|
+
description: "Culturally inspired handmade items, accessories and garments featuring M\u0101ori or Pasifika motifs, traditional patterns and regional craftsmanship."
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
id: "traditional-handmade-clothing-jewellery-crafts-global-cultures",
|
|
1876
|
+
name: "Traditional Handmade Clothing, Jewellery & Crafts from Global Cultures",
|
|
1877
|
+
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."
|
|
1878
|
+
},
|
|
1879
|
+
{
|
|
1880
|
+
id: "other-handmade-cultural-items",
|
|
1881
|
+
name: "Other Handmade Cultural Items",
|
|
1882
|
+
description: "Unique or culturally inspired handmade pieces not specifically covered in the categories above."
|
|
1883
|
+
}
|
|
1884
|
+
]
|
|
1885
|
+
},
|
|
1886
|
+
{
|
|
1887
|
+
id: "gift-ideas-accessories",
|
|
1888
|
+
name: "Gift Ideas & Accessories",
|
|
1889
|
+
items: [
|
|
1890
|
+
{
|
|
1891
|
+
id: "handmade-pens-keychains-fridge-magnets",
|
|
1892
|
+
name: "Handmade Pens, Keychains and Fridge Magnets",
|
|
1893
|
+
description: null
|
|
1894
|
+
},
|
|
1895
|
+
{
|
|
1896
|
+
id: "gift-packaging-wrapping-accessories",
|
|
1897
|
+
name: "Gift Packaging & Wrapping Accessories",
|
|
1898
|
+
description: null
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
id: "handmade-crochet-knitting-fibre-crafts",
|
|
1902
|
+
name: "Handmade Crochet, Knitting & Fibre Crafts",
|
|
1903
|
+
description: "Handmade crochet and knitted items, fabric-based crafts, small decorative pieces, creative fibre artworks and unique handcrafted accessories."
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
id: "handmade-toys-mini-play-items",
|
|
1907
|
+
name: "Handmade Toys & Mini Play Items",
|
|
1908
|
+
description: "small handmade toys, soft toys, wooden miniatures, crochet or felt play pieces"
|
|
1909
|
+
},
|
|
1910
|
+
{
|
|
1911
|
+
id: "other-small-handmade-gifts-accessories",
|
|
1912
|
+
name: "Other small handmade gifts or accessories",
|
|
1913
|
+
description: "Compact creative items made to surprise or delight."
|
|
1914
|
+
}
|
|
1915
|
+
]
|
|
1916
|
+
}
|
|
1917
|
+
]
|
|
1963
1918
|
}
|
|
1964
1919
|
];
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
keyboardType: "default",
|
|
1969
|
-
name: "password",
|
|
1970
|
-
placeholder: "Password",
|
|
1971
|
-
required: true,
|
|
1972
|
-
secureTextEntry: true
|
|
1973
|
-
},
|
|
1920
|
+
|
|
1921
|
+
// src/formFields/categories/healthAndWellness.ts
|
|
1922
|
+
var healthAndWellness = [
|
|
1974
1923
|
{
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1924
|
+
id: "health-wellness",
|
|
1925
|
+
name: "Health & Wellness",
|
|
1926
|
+
description: "Natural products and services that promote wellbeing, body care, and holistic health.",
|
|
1927
|
+
subcategories: [
|
|
1928
|
+
{
|
|
1929
|
+
id: "body-skincare",
|
|
1930
|
+
name: "Body & Skincare",
|
|
1931
|
+
items: [
|
|
1932
|
+
{
|
|
1933
|
+
id: "skincare-body-products",
|
|
1934
|
+
name: "Skincare & Body Products",
|
|
1935
|
+
description: "Soaps, creams, lip balms, bath salts, bath bombs, body oils, natural deodorants."
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
id: "other-body-care-items",
|
|
1939
|
+
name: "Other body care items",
|
|
1940
|
+
description: "Additional handmade or eco-conscious personal care goods."
|
|
1941
|
+
}
|
|
1942
|
+
]
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
id: "aromatherapy-herbal-wellness",
|
|
1946
|
+
name: "Aromatherapy & Herbal Wellness",
|
|
1947
|
+
items: [
|
|
1948
|
+
{
|
|
1949
|
+
id: "aromatherapy-herbal-remedies",
|
|
1950
|
+
name: "Aromatherapy & Herbal Remedies",
|
|
1951
|
+
description: "Essential oils, herbal balms, massage oils, salves, natural teas, rollers."
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
id: "other-herbal-aroma-products",
|
|
1955
|
+
name: "Other herbal or aroma-based products",
|
|
1956
|
+
description: "Wellness blends, herb sachets, custom infusions."
|
|
1957
|
+
}
|
|
1958
|
+
]
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
id: "wellness-tools-accessories",
|
|
1962
|
+
name: "Wellness Tools & Accessories",
|
|
1963
|
+
items: [
|
|
1964
|
+
{
|
|
1965
|
+
id: "wellness-accessories",
|
|
1966
|
+
name: "Wellness Accessories",
|
|
1967
|
+
description: "Yoga mats, meditation cushions, eye pillows, incense, smudging sticks, eco water bottles, wellness journals."
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
id: "spiritual-tools-crystals",
|
|
1971
|
+
name: "Spiritual Tools & Crystals",
|
|
1972
|
+
description: "Healing crystals, gemstone bracelets, pendulums, sprays, spiritual kits, altar decor."
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
id: "other-wellness-spiritual-items",
|
|
1976
|
+
name: "Other wellness or spiritual items",
|
|
1977
|
+
description: "Items that aid relaxation, focus, or inner work."
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1980
|
+
}
|
|
1981
|
+
]
|
|
1981
1982
|
}
|
|
1982
1983
|
];
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
disabled: true,
|
|
1987
|
-
helperText: "Your email address"
|
|
1988
|
-
},
|
|
1984
|
+
|
|
1985
|
+
// src/formFields/categories/homeGardenHousehold.ts
|
|
1986
|
+
var homeGardenHousehold = [
|
|
1989
1987
|
{
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1988
|
+
id: "home-garden-household-goods",
|
|
1989
|
+
name: "Home, Garden & Household Goods",
|
|
1990
|
+
description: "Functional, decorative, and eco-conscious products designed for everyday use indoors and outdoors.",
|
|
1991
|
+
subcategories: [
|
|
1992
|
+
{
|
|
1993
|
+
id: "home-decor-living",
|
|
1994
|
+
name: "Home Decor & Living",
|
|
1995
|
+
items: [
|
|
1996
|
+
{
|
|
1997
|
+
id: "home-decor",
|
|
1998
|
+
name: "Home Decor",
|
|
1999
|
+
description: "Cushions, wall art, table runners, vases, trays, mirrors, handmade centerpieces."
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
id: "kitchenware-dining",
|
|
2003
|
+
name: "Kitchenware & Dining",
|
|
2004
|
+
description: "Mugs, bowls, cutting boards, utensils, jars, coasters, kitchen textiles."
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
id: "mini-figures-decor",
|
|
2008
|
+
name: "Mini Figures & D\xE9cor",
|
|
2009
|
+
description: "handmade or non-handmade small figures, tiny houses and miniature decorative items."
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
id: "other-indoor-home-items",
|
|
2013
|
+
name: "Other indoor home items",
|
|
2014
|
+
description: "Any decorative or practical household items not listed above."
|
|
2015
|
+
}
|
|
2016
|
+
]
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
id: "cleaning-eco-essentials",
|
|
2020
|
+
name: "Cleaning & Eco Essentials",
|
|
2021
|
+
items: [
|
|
2022
|
+
{
|
|
2023
|
+
id: "cleaning-eco-supplies",
|
|
2024
|
+
name: "Cleaning & Eco Supplies",
|
|
2025
|
+
description: "Beeswax wraps, reusable cloths, brushes, natural soaps, detergent bars, eco sponges."
|
|
2026
|
+
},
|
|
2027
|
+
{
|
|
2028
|
+
id: "other-eco-cleaning-items",
|
|
2029
|
+
name: "Other eco or cleaning items",
|
|
2030
|
+
description: "Environmentally friendly goods not listed above."
|
|
2031
|
+
}
|
|
2032
|
+
]
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
id: "garden-outdoor-living",
|
|
2036
|
+
name: "Garden & Outdoor Living",
|
|
2037
|
+
items: [
|
|
2038
|
+
{
|
|
2039
|
+
id: "plants-botanical-decor",
|
|
2040
|
+
name: "Plants & Botanical Decor",
|
|
2041
|
+
description: "Potted herbs, succulents, dried flowers, terrariums, plant-based ornaments."
|
|
2042
|
+
},
|
|
2043
|
+
{
|
|
2044
|
+
id: "fresh-flowers-botanical-bouquets",
|
|
2045
|
+
name: "Fresh Flowers & Botanical Bouquets",
|
|
2046
|
+
description: "Cut flowers, seasonal bouquets, simple floral arrangements, native flower selections, and other fresh botanical items."
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
id: "natural-decor-nature-inspired-elements",
|
|
2050
|
+
name: "Natural Decor & Nature-Inspired Elements",
|
|
2051
|
+
description: "Seashell d\xE9cor, driftwood pieces, sand ornaments, natural wood accents, stone or mineral decorations, and other nature-based decorative items."
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
id: "garden-tools-outdoor-items",
|
|
2055
|
+
name: "Garden Tools & Outdoor Items",
|
|
2056
|
+
description: "Plant markers, garden signs, stakes, small tools, wind chimes, gifts."
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
id: "other-outdoor-garden-products",
|
|
2060
|
+
name: "Other outdoor or garden products",
|
|
2061
|
+
description: "Functional or decorative items for outside use."
|
|
2062
|
+
}
|
|
2063
|
+
]
|
|
2064
|
+
}
|
|
2065
|
+
]
|
|
1995
2066
|
}
|
|
1996
2067
|
];
|
|
1997
2068
|
|
|
1998
|
-
// src/formFields/
|
|
1999
|
-
var
|
|
2000
|
-
{
|
|
2001
|
-
...emailField,
|
|
2002
|
-
disabled: true,
|
|
2003
|
-
helperText: "Email cannot be changed"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
helperText: "Enter first name",
|
|
2007
|
-
keyboardType: "default",
|
|
2008
|
-
name: "firstName",
|
|
2009
|
-
placeholder: "First Name"
|
|
2010
|
-
},
|
|
2011
|
-
{
|
|
2012
|
-
helperText: "Enter last name",
|
|
2013
|
-
keyboardType: "default",
|
|
2014
|
-
name: "lastName",
|
|
2015
|
-
placeholder: "Last Name"
|
|
2016
|
-
},
|
|
2017
|
-
{
|
|
2018
|
-
helperText: "Enter your new password",
|
|
2019
|
-
keyboardType: "default",
|
|
2020
|
-
name: "password",
|
|
2021
|
-
placeholder: "Password",
|
|
2022
|
-
secureTextEntry: true
|
|
2023
|
-
},
|
|
2069
|
+
// src/formFields/categories/petProductsAndAnimalGoods.ts
|
|
2070
|
+
var petProductsAndAnimalGoods = [
|
|
2024
2071
|
{
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2072
|
+
id: "pet-products-animal-goods",
|
|
2073
|
+
name: "Pet Products & Animal Goods",
|
|
2074
|
+
description: "Items for pets, pet lovers, or animal-themed market stalls.",
|
|
2075
|
+
subcategories: [
|
|
2076
|
+
{
|
|
2077
|
+
id: "products-for-pets",
|
|
2078
|
+
name: "Products for Pets",
|
|
2079
|
+
items: [
|
|
2080
|
+
{
|
|
2081
|
+
id: "pet-food-treats",
|
|
2082
|
+
name: "Pet Food & Treats",
|
|
2083
|
+
description: "Homemade dog biscuits, cat snacks, natural chews, pet-safe cakes, training treats."
|
|
2084
|
+
},
|
|
2085
|
+
{
|
|
2086
|
+
id: "apparel-toys-accessories",
|
|
2087
|
+
name: "Apparel, Toys & Accessories",
|
|
2088
|
+
description: "Leashes, collars, harnesses, toys, grooming tools, beds, travel gear, jumpers, bandanas."
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
id: "other-pet-products",
|
|
2092
|
+
name: "Other pet products",
|
|
2093
|
+
description: "Any pet-related items not listed above."
|
|
2094
|
+
}
|
|
2095
|
+
]
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
id: "small-pets-birds-exotic-animals",
|
|
2099
|
+
name: "Small Pets, Birds & Exotic Animals",
|
|
2100
|
+
items: [
|
|
2101
|
+
{
|
|
2102
|
+
id: "products-small-pets-birds-exotics",
|
|
2103
|
+
name: "Products for Small Pets, Birds & Exotics",
|
|
2104
|
+
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."
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
id: "other-small-exotic-animal-items",
|
|
2108
|
+
name: "Other small or exotic animal items",
|
|
2109
|
+
description: "Unusual accessories for non-mainstream pets."
|
|
2110
|
+
}
|
|
2111
|
+
]
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
id: "farm-working-animals",
|
|
2115
|
+
name: "Farm & Working Animals",
|
|
2116
|
+
items: [
|
|
2117
|
+
{
|
|
2118
|
+
id: "goods-for-farm-working-animals",
|
|
2119
|
+
name: "Goods for Farm & Working Animals",
|
|
2120
|
+
description: "Treats, care products, equipment, signage and accessories for chickens, goats, alpacas, horses, and other livestock."
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
id: "other-farm-animal-items",
|
|
2124
|
+
name: "Other farm animal-related items",
|
|
2125
|
+
description: "Rural, barnyard, or utility-specific gear not listed above."
|
|
2126
|
+
}
|
|
2127
|
+
]
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
id: "animal-themed-gifts-custom-items",
|
|
2131
|
+
name: "Animal-Themed Gifts & Custom Items",
|
|
2132
|
+
items: [
|
|
2133
|
+
{
|
|
2134
|
+
id: "pet-art-custom-gifts",
|
|
2135
|
+
name: "Pet Art & Custom Gifts",
|
|
2136
|
+
description: "Pet portraits, name tags, personalized bowls, breed-specific items, pet-themed home decor and stationery."
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
id: "other-animal-themed-gifts",
|
|
2140
|
+
name: "Other animal-themed gifts",
|
|
2141
|
+
description: "Artistic or sentimental items made for animal lovers."
|
|
2142
|
+
}
|
|
2143
|
+
]
|
|
2144
|
+
}
|
|
2145
|
+
]
|
|
2030
2146
|
}
|
|
2031
2147
|
];
|
|
2032
2148
|
|
|
2033
|
-
// src/formFields/categories/
|
|
2034
|
-
var
|
|
2149
|
+
// src/formFields/categories/serviceAndExperience.ts
|
|
2150
|
+
var serviceAndExperience = [
|
|
2035
2151
|
{
|
|
2036
|
-
id: "
|
|
2037
|
-
name: "
|
|
2038
|
-
description: "
|
|
2152
|
+
id: "services-experiences",
|
|
2153
|
+
name: "Services & Experiences",
|
|
2154
|
+
description: "On-site offerings that provide entertainment, personal care, learning, or interactive activities beyond products.",
|
|
2039
2155
|
subcategories: [
|
|
2040
2156
|
{
|
|
2041
|
-
id: "
|
|
2042
|
-
name: "
|
|
2157
|
+
id: "personal-care-body-art",
|
|
2158
|
+
name: "Personal Care & Body Art",
|
|
2043
2159
|
items: [
|
|
2044
2160
|
{
|
|
2045
|
-
id: "
|
|
2046
|
-
name: "
|
|
2047
|
-
description: "
|
|
2161
|
+
id: "nails-handcare",
|
|
2162
|
+
name: "Nails & Handcare",
|
|
2163
|
+
description: "Nail painting, decoration, quick manicures, temporary nail extensions."
|
|
2048
2164
|
},
|
|
2049
2165
|
{
|
|
2050
|
-
id: "
|
|
2051
|
-
name: "
|
|
2052
|
-
description: "
|
|
2166
|
+
id: "hair-styling-braiding",
|
|
2167
|
+
name: "Hair Styling & Braiding",
|
|
2168
|
+
description: "Hair braiding, plaits, child-friendly festival hairstyles."
|
|
2053
2169
|
},
|
|
2054
2170
|
{
|
|
2055
|
-
id: "
|
|
2056
|
-
name: "
|
|
2057
|
-
description: "
|
|
2171
|
+
id: "face-body-decoration",
|
|
2172
|
+
name: "Face & Body Decoration",
|
|
2173
|
+
description: "Henna, glitter tattoos, face painting, light makeup, eyelash styling, professional tattooing (where permitted)."
|
|
2058
2174
|
},
|
|
2059
2175
|
{
|
|
2060
|
-
id: "other-
|
|
2061
|
-
name: "Other
|
|
2062
|
-
description: "
|
|
2176
|
+
id: "other-beauty-grooming-services",
|
|
2177
|
+
name: "Other beauty or grooming services",
|
|
2178
|
+
description: "Small-scale personal care options offered on-site."
|
|
2063
2179
|
}
|
|
2064
2180
|
]
|
|
2065
2181
|
},
|
|
2066
2182
|
{
|
|
2067
|
-
id: "
|
|
2068
|
-
name: "
|
|
2183
|
+
id: "practical-wellness-services",
|
|
2184
|
+
name: "Practical & Wellness Services",
|
|
2069
2185
|
items: [
|
|
2070
2186
|
{
|
|
2071
|
-
id: "
|
|
2072
|
-
name: "
|
|
2073
|
-
description: "
|
|
2187
|
+
id: "mobile-practical-services",
|
|
2188
|
+
name: "Mobile & Practical Services",
|
|
2189
|
+
description: "Shoe repair, phone repairs, knife sharpening, key cutting, battery replacement, bike repairs, engraving."
|
|
2074
2190
|
},
|
|
2075
2191
|
{
|
|
2076
|
-
id: "
|
|
2077
|
-
name: "
|
|
2078
|
-
description: "
|
|
2192
|
+
id: "wellness-alternative-therapies",
|
|
2193
|
+
name: "Wellness & Alternative Therapies",
|
|
2194
|
+
description: "Massage, aromatherapy, reflexology, energy healing (e.g. Reiki), natural consultations."
|
|
2079
2195
|
},
|
|
2080
2196
|
{
|
|
2081
|
-
id: "
|
|
2082
|
-
name: "
|
|
2083
|
-
description: "
|
|
2197
|
+
id: "other-service-based-offerings",
|
|
2198
|
+
name: "Other service-based offerings",
|
|
2199
|
+
description: "Wellness or functional services not listed above."
|
|
2200
|
+
}
|
|
2201
|
+
]
|
|
2202
|
+
},
|
|
2203
|
+
{
|
|
2204
|
+
id: "creative-educational-experiences",
|
|
2205
|
+
name: "Creative & Educational Experiences",
|
|
2206
|
+
items: [
|
|
2207
|
+
{
|
|
2208
|
+
id: "creative-workshops-maker-services",
|
|
2209
|
+
name: "Creative Workshops & Maker Services",
|
|
2210
|
+
description: "Candle making, pottery, jewelry crafting, soap or balm workshops, calligraphy, seasonal crafts."
|
|
2084
2211
|
},
|
|
2085
2212
|
{
|
|
2086
|
-
id: "
|
|
2087
|
-
name: "
|
|
2088
|
-
description: "
|
|
2213
|
+
id: "education-awareness-stalls",
|
|
2214
|
+
name: "Education & Awareness Stalls",
|
|
2215
|
+
description: "Eco awareness, cultural storytelling, local history, first aid demos, health booths, sustainability education, kids\u2019 science displays."
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
id: "other-creative-educational-services",
|
|
2219
|
+
name: "Other creative or educational services",
|
|
2220
|
+
description: "Informal learning, demonstrations, or community-focused sessions."
|
|
2089
2221
|
}
|
|
2090
2222
|
]
|
|
2091
2223
|
},
|
|
2092
2224
|
{
|
|
2093
|
-
id: "
|
|
2094
|
-
name: "
|
|
2225
|
+
id: "kids-activities-family-fun",
|
|
2226
|
+
name: "Kids\u2019 Activities & Family Fun",
|
|
2095
2227
|
items: [
|
|
2096
2228
|
{
|
|
2097
|
-
id: "
|
|
2098
|
-
name: "
|
|
2099
|
-
description: "
|
|
2229
|
+
id: "kids-activities-fun",
|
|
2230
|
+
name: "Kids\u2019 Activities & Fun",
|
|
2231
|
+
description: "Face painting, glitter tattoos, pony rides, bouncy castles, small amusement rides, balloon twisting, animal petting zones."
|
|
2100
2232
|
},
|
|
2101
2233
|
{
|
|
2102
|
-
id: "other-
|
|
2103
|
-
name: "Other
|
|
2104
|
-
description: "
|
|
2234
|
+
id: "other-family-oriented-activities",
|
|
2235
|
+
name: "Other family-oriented activities",
|
|
2236
|
+
description: "On-site entertainment that engages children or family groups."
|
|
2237
|
+
}
|
|
2238
|
+
]
|
|
2239
|
+
}
|
|
2240
|
+
]
|
|
2241
|
+
}
|
|
2242
|
+
];
|
|
2243
|
+
|
|
2244
|
+
// src/formFields/categories/toysChildren.ts
|
|
2245
|
+
var toysChildren = [
|
|
2246
|
+
{
|
|
2247
|
+
id: "toys-childrens-items",
|
|
2248
|
+
name: "Toys & Children\u2019s Items",
|
|
2249
|
+
description: "Products and services made for or inspired by children.",
|
|
2250
|
+
subcategories: [
|
|
2251
|
+
{
|
|
2252
|
+
id: "toys-playthings",
|
|
2253
|
+
name: "Toys & Playthings",
|
|
2254
|
+
items: [
|
|
2255
|
+
{
|
|
2256
|
+
id: "toys-classic-electric-character",
|
|
2257
|
+
name: "Toys \u2013 Classic, Electric & Character-Based",
|
|
2258
|
+
description: "Building blocks, dolls, puzzles, plush animals, toy vehicles, remote-control toys, light-up gadgets, character figurines, themed playsets."
|
|
2259
|
+
},
|
|
2260
|
+
{
|
|
2261
|
+
id: "handmade-toys-crafty-playthings",
|
|
2262
|
+
name: "Handmade Toys & Crafty Playthings",
|
|
2263
|
+
description: "Wooden puzzles, crocheted animals, felt toys, fabric dolls, DIY kits, nature-inspired games, sensory toys."
|
|
2264
|
+
},
|
|
2265
|
+
{
|
|
2266
|
+
id: "other-play-items",
|
|
2267
|
+
name: "Other play items",
|
|
2268
|
+
description: "Toys not listed above, including limited-edition or hybrid items."
|
|
2105
2269
|
}
|
|
2106
2270
|
]
|
|
2107
2271
|
},
|
|
2108
2272
|
{
|
|
2109
|
-
id: "
|
|
2110
|
-
name: "
|
|
2273
|
+
id: "educational-developmental",
|
|
2274
|
+
name: "Educational & Developmental",
|
|
2111
2275
|
items: [
|
|
2112
2276
|
{
|
|
2113
|
-
id: "
|
|
2114
|
-
name: "
|
|
2115
|
-
description: "
|
|
2277
|
+
id: "educational-developmental-tools",
|
|
2278
|
+
name: "Educational & Developmental Tools",
|
|
2279
|
+
description: "STEM kits, Montessori toys, storybooks, picture books, flashcards, early learning games, language tools."
|
|
2116
2280
|
},
|
|
2117
2281
|
{
|
|
2118
|
-
id: "other-
|
|
2119
|
-
name: "Other
|
|
2120
|
-
description: "
|
|
2282
|
+
id: "other-educational-experience-based-items",
|
|
2283
|
+
name: "Other educational or experience-based items",
|
|
2284
|
+
description: "Creative experiences or learning aids not listed above."
|
|
2285
|
+
}
|
|
2286
|
+
]
|
|
2287
|
+
},
|
|
2288
|
+
{
|
|
2289
|
+
id: "baby-kidswear-accessories",
|
|
2290
|
+
name: "Baby & Kidswear + Accessories",
|
|
2291
|
+
items: [
|
|
2292
|
+
{
|
|
2293
|
+
id: "baby-kidswear-accessories",
|
|
2294
|
+
name: "Baby & Kidswear + Accessories",
|
|
2295
|
+
description: "Handmade baby clothes, toddler outfits, bibs, hats, headbands, bags, pacifier clips, soft shoes."
|
|
2296
|
+
},
|
|
2297
|
+
{
|
|
2298
|
+
id: "baby-developmental-soft-toys",
|
|
2299
|
+
name: "Baby Developmental Soft Toys",
|
|
2300
|
+
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."
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
id: "other-childrens-clothing-accessories",
|
|
2304
|
+
name: "Other children\u2019s clothing or accessories",
|
|
2305
|
+
description: "Unique fashion or functional pieces for kids."
|
|
2121
2306
|
}
|
|
2122
2307
|
]
|
|
2123
2308
|
}
|
|
@@ -2125,73 +2310,90 @@ var clothingAndFashion = [
|
|
|
2125
2310
|
}
|
|
2126
2311
|
];
|
|
2127
2312
|
|
|
2128
|
-
// src/formFields/categories/
|
|
2129
|
-
var
|
|
2313
|
+
// src/formFields/categories/vintageAndAntique.ts
|
|
2314
|
+
var vintageAndAntique = [
|
|
2130
2315
|
{
|
|
2131
|
-
id: "
|
|
2132
|
-
name: "
|
|
2133
|
-
description: "
|
|
2316
|
+
id: "vintage-antique",
|
|
2317
|
+
name: "Vintage & Antique",
|
|
2318
|
+
description: "Unique, historic, or nostalgic items with collectible or decorative value.",
|
|
2134
2319
|
subcategories: [
|
|
2135
2320
|
{
|
|
2136
|
-
id: "
|
|
2137
|
-
name: "
|
|
2321
|
+
id: "vintage-antique-clothing-accessories",
|
|
2322
|
+
name: "Vintage & Antique Clothing & Accessories",
|
|
2138
2323
|
items: [
|
|
2139
2324
|
{
|
|
2140
|
-
id: "
|
|
2141
|
-
name: "
|
|
2142
|
-
description: "
|
|
2325
|
+
id: "clothing-vintage-fashion",
|
|
2326
|
+
name: "Clothing and wearable items from past eras",
|
|
2327
|
+
description: "Vintage dresses, jackets, hats, gloves, belts, bags, shoes, jewellery."
|
|
2143
2328
|
},
|
|
2144
2329
|
{
|
|
2145
|
-
id: "other-
|
|
2146
|
-
name: "Other
|
|
2147
|
-
description: "
|
|
2330
|
+
id: "other-clothing-accessory-items",
|
|
2331
|
+
name: "Other clothing-related items",
|
|
2332
|
+
description: "Hair clips, brooches, pins, scarf rings, small fashion accessories."
|
|
2333
|
+
}
|
|
2334
|
+
]
|
|
2335
|
+
},
|
|
2336
|
+
{
|
|
2337
|
+
id: "collectibles-memorabilia",
|
|
2338
|
+
name: "Collectibles & Memorabilia",
|
|
2339
|
+
items: [
|
|
2340
|
+
{
|
|
2341
|
+
id: "small-collectible-items",
|
|
2342
|
+
name: "Small collectible items with historical or nostalgic significance",
|
|
2343
|
+
description: "Coins, stamps, toys, postcards, comics, sports cards, vintage packaging."
|
|
2344
|
+
},
|
|
2345
|
+
{
|
|
2346
|
+
id: "other-collectible-items",
|
|
2347
|
+
name: "Other collectible items",
|
|
2348
|
+
description: "Rare small objects, miniature figurines, special-edition items."
|
|
2148
2349
|
}
|
|
2149
2350
|
]
|
|
2150
2351
|
},
|
|
2151
2352
|
{
|
|
2152
|
-
id: "
|
|
2153
|
-
name: "
|
|
2353
|
+
id: "homewares-decor-curiosities",
|
|
2354
|
+
name: "Homewares, Decor & Curiosities",
|
|
2154
2355
|
items: [
|
|
2155
2356
|
{
|
|
2156
|
-
id: "
|
|
2157
|
-
name: "
|
|
2158
|
-
description: "
|
|
2159
|
-
},
|
|
2160
|
-
{
|
|
2161
|
-
id: "instruments-music-gear",
|
|
2162
|
-
name: "Instruments & Music Gear",
|
|
2163
|
-
description: "Small electronic instruments, DIY synth kits, drum pads, loop machines."
|
|
2357
|
+
id: "decorative-functional-vintage-items",
|
|
2358
|
+
name: "Decorative or functional items with a vintage or antique aesthetic",
|
|
2359
|
+
description: "Teacups, plates, vases, mirrors, clocks, furniture, old tools, lanterns, typewriters, curiosities."
|
|
2164
2360
|
},
|
|
2165
2361
|
{
|
|
2166
|
-
id: "
|
|
2167
|
-
name: "
|
|
2168
|
-
description: "
|
|
2362
|
+
id: "handmade-vintage-art",
|
|
2363
|
+
name: "Handmade vintage art",
|
|
2364
|
+
description: "Paintings, sculptures, crafted pieces."
|
|
2169
2365
|
},
|
|
2170
2366
|
{
|
|
2171
|
-
id: "other-
|
|
2172
|
-
name: "Other
|
|
2173
|
-
description: "
|
|
2367
|
+
id: "other-home-decor-items",
|
|
2368
|
+
name: "Other home or decor items",
|
|
2369
|
+
description: "Decorative pieces not listed above, unique household objects."
|
|
2174
2370
|
}
|
|
2175
2371
|
]
|
|
2176
2372
|
},
|
|
2177
2373
|
{
|
|
2178
|
-
id: "
|
|
2179
|
-
name: "
|
|
2374
|
+
id: "vintage-media-printed-nostalgia",
|
|
2375
|
+
name: "Vintage Media & Printed Nostalgia",
|
|
2180
2376
|
items: [
|
|
2181
2377
|
{
|
|
2182
|
-
id: "
|
|
2183
|
-
name: "
|
|
2184
|
-
description: "
|
|
2378
|
+
id: "older-media-printed-works",
|
|
2379
|
+
name: "Older media formats and printed works",
|
|
2380
|
+
description: "Vinyl records, cassette tapes, CDs, DVDs, books, magazines, board games, posters."
|
|
2185
2381
|
},
|
|
2186
2382
|
{
|
|
2187
|
-
id: "other-
|
|
2188
|
-
name: "Other
|
|
2189
|
-
description: "
|
|
2190
|
-
}
|
|
2383
|
+
id: "other-media-printed-items",
|
|
2384
|
+
name: "Other media or printed items",
|
|
2385
|
+
description: "Maps, manuals, leaflets, out-of-print materials."
|
|
2386
|
+
}
|
|
2387
|
+
]
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
id: "other-vintage-antique-items",
|
|
2391
|
+
name: "Other Vintage & Antique Items",
|
|
2392
|
+
items: [
|
|
2191
2393
|
{
|
|
2192
|
-
id: "
|
|
2193
|
-
name: "
|
|
2194
|
-
description: "
|
|
2394
|
+
id: "any-vintage-antique-items-not-listed",
|
|
2395
|
+
name: "Any vintage or antique items not listed above",
|
|
2396
|
+
description: "Unique, rare or uncategorised pieces."
|
|
2195
2397
|
}
|
|
2196
2398
|
]
|
|
2197
2399
|
}
|
|
@@ -2199,831 +2401,822 @@ var electronicsAndTechnology = [
|
|
|
2199
2401
|
}
|
|
2200
2402
|
];
|
|
2201
2403
|
|
|
2202
|
-
// src/formFields/categories/
|
|
2203
|
-
var
|
|
2404
|
+
// src/formFields/categories/index.ts
|
|
2405
|
+
var categoryColors = {
|
|
2406
|
+
"clothing-fashion": "#9D4EDD",
|
|
2407
|
+
"electronics-technology": "#3AF3FF",
|
|
2408
|
+
"food-beverages": "#FF0D1F",
|
|
2409
|
+
"handmade-local-products": "#EE7E54",
|
|
2410
|
+
"health-wellness": "#E23794",
|
|
2411
|
+
"home-garden-household-goods": "#067325",
|
|
2412
|
+
"pet-products-animal-goods": "#68E788",
|
|
2413
|
+
"services-experiences": "#2E16A5",
|
|
2414
|
+
"toys-childrens-items": "#FFF966",
|
|
2415
|
+
"vintage-antique": "#8D6748"
|
|
2416
|
+
};
|
|
2417
|
+
var assignColorToCategories = (categories) => {
|
|
2418
|
+
const result = categories.map((category) => ({
|
|
2419
|
+
...category,
|
|
2420
|
+
color: categoryColors[category.id]
|
|
2421
|
+
}));
|
|
2422
|
+
return result;
|
|
2423
|
+
};
|
|
2424
|
+
var availableCategories = assignColorToCategories([
|
|
2425
|
+
...foodAndBeverages,
|
|
2426
|
+
...handmadeAndLocalProducts,
|
|
2427
|
+
...clothingAndFashion,
|
|
2428
|
+
...homeGardenHousehold,
|
|
2429
|
+
...toysChildren,
|
|
2430
|
+
...healthAndWellness,
|
|
2431
|
+
...electronicsAndTechnology,
|
|
2432
|
+
...vintageAndAntique,
|
|
2433
|
+
...petProductsAndAnimalGoods,
|
|
2434
|
+
...serviceAndExperience
|
|
2435
|
+
]);
|
|
2436
|
+
|
|
2437
|
+
// src/eventStallholders/eventStallholderFilters.ts
|
|
2438
|
+
function eventStartDatesSet(dateTime) {
|
|
2439
|
+
return new Set((dateTime ?? []).map((date) => date.startDate));
|
|
2440
|
+
}
|
|
2441
|
+
function hasMatchingEventDate(vendorStartDates, eventStartDates) {
|
|
2442
|
+
return vendorStartDates.some((startDate) => eventStartDates.has(startDate));
|
|
2443
|
+
}
|
|
2444
|
+
function matchesSelectedDate(vendorStartDates, selectedDate) {
|
|
2445
|
+
if (!selectedDate) {
|
|
2446
|
+
return true;
|
|
2447
|
+
}
|
|
2448
|
+
return vendorStartDates.includes(selectedDate);
|
|
2449
|
+
}
|
|
2450
|
+
function matchesCategory(categoryNames, selectedCategory) {
|
|
2451
|
+
if (!selectedCategory) {
|
|
2452
|
+
return true;
|
|
2453
|
+
}
|
|
2454
|
+
return categoryNames.includes(selectedCategory);
|
|
2455
|
+
}
|
|
2456
|
+
function getRegisteredVendorStartDates(vendor) {
|
|
2457
|
+
const relations = vendor.relations ?? [];
|
|
2458
|
+
return relations.flatMap(
|
|
2459
|
+
(relation) => (relation.relationDates ?? []).map(
|
|
2460
|
+
(relationDate) => relationDate.dateTime.startDate
|
|
2461
|
+
)
|
|
2462
|
+
);
|
|
2463
|
+
}
|
|
2464
|
+
function getRegisteredVendorCategoryNames(vendor) {
|
|
2465
|
+
return (vendor.categories ?? []).map((category) => category.name);
|
|
2466
|
+
}
|
|
2467
|
+
function getUnregisteredVendorStartDates(vendor) {
|
|
2468
|
+
return (vendor.invitations ?? []).flatMap(
|
|
2469
|
+
(invitation) => invitation.dateTime.map((date) => date.startDate)
|
|
2470
|
+
);
|
|
2471
|
+
}
|
|
2472
|
+
function getUnregisteredVendorCategoryNames(vendor) {
|
|
2473
|
+
return availableCategories.filter(
|
|
2474
|
+
(category) => category.id && vendor.categoryIds.includes(category.id)
|
|
2475
|
+
).map((category) => category.name);
|
|
2476
|
+
}
|
|
2477
|
+
function filterRegisteredVendorsForEvent(vendors, eventStartDates, selectedDate, selectedCategory) {
|
|
2478
|
+
if (!vendors) {
|
|
2479
|
+
return [];
|
|
2480
|
+
}
|
|
2481
|
+
return vendors.filter((vendor) => {
|
|
2482
|
+
const startDates = getRegisteredVendorStartDates(vendor);
|
|
2483
|
+
return hasMatchingEventDate(startDates, eventStartDates) && matchesSelectedDate(startDates, selectedDate) && matchesCategory(
|
|
2484
|
+
getRegisteredVendorCategoryNames(vendor),
|
|
2485
|
+
selectedCategory
|
|
2486
|
+
);
|
|
2487
|
+
});
|
|
2488
|
+
}
|
|
2489
|
+
function filterUnregisteredVendorsForEvent(vendors, eventStartDates, selectedDate, selectedCategory) {
|
|
2490
|
+
return vendors.filter((vendor) => {
|
|
2491
|
+
const startDates = getUnregisteredVendorStartDates(vendor);
|
|
2492
|
+
return hasMatchingEventDate(startDates, eventStartDates) && matchesSelectedDate(startDates, selectedDate) && matchesCategory(
|
|
2493
|
+
getUnregisteredVendorCategoryNames(vendor),
|
|
2494
|
+
selectedCategory
|
|
2495
|
+
);
|
|
2496
|
+
});
|
|
2497
|
+
}
|
|
2498
|
+
function filterRegisteredVendorsByEventDatesOnly(vendors, eventStartDates) {
|
|
2499
|
+
if (!vendors) {
|
|
2500
|
+
return [];
|
|
2501
|
+
}
|
|
2502
|
+
return vendors.filter(
|
|
2503
|
+
(vendor) => hasMatchingEventDate(
|
|
2504
|
+
getRegisteredVendorStartDates(vendor),
|
|
2505
|
+
eventStartDates
|
|
2506
|
+
)
|
|
2507
|
+
);
|
|
2508
|
+
}
|
|
2509
|
+
function filterUnregisteredVendorsByEventDatesOnly(vendors, eventStartDates) {
|
|
2510
|
+
return vendors.filter(
|
|
2511
|
+
(vendor) => hasMatchingEventDate(
|
|
2512
|
+
getUnregisteredVendorStartDates(vendor),
|
|
2513
|
+
eventStartDates
|
|
2514
|
+
)
|
|
2515
|
+
);
|
|
2516
|
+
}
|
|
2517
|
+
function collectStallholderStartDates(registeredVendors, unregisteredVendors = []) {
|
|
2518
|
+
return [
|
|
2519
|
+
...registeredVendors.flatMap(getRegisteredVendorStartDates),
|
|
2520
|
+
...unregisteredVendors.flatMap(getUnregisteredVendorStartDates)
|
|
2521
|
+
];
|
|
2522
|
+
}
|
|
2523
|
+
function getEventDatesWithStallholders(eventDateTime, stallholderStartDates) {
|
|
2524
|
+
if (!eventDateTime?.length) {
|
|
2525
|
+
return [];
|
|
2526
|
+
}
|
|
2527
|
+
const startDates = new Set(stallholderStartDates);
|
|
2528
|
+
return sortDatesChronologically(
|
|
2529
|
+
eventDateTime.filter((date) => startDates.has(date.startDate))
|
|
2530
|
+
);
|
|
2531
|
+
}
|
|
2532
|
+
function getStallholderCategoryNames(registeredVendors, unregisteredVendors = []) {
|
|
2533
|
+
const names = [
|
|
2534
|
+
...registeredVendors.flatMap(getRegisteredVendorCategoryNames),
|
|
2535
|
+
...unregisteredVendors.flatMap(getUnregisteredVendorCategoryNames)
|
|
2536
|
+
];
|
|
2537
|
+
return Array.from(new Set(names));
|
|
2538
|
+
}
|
|
2539
|
+
function getStallholderCategoryOptions(registeredVendors, unregisteredVendors = []) {
|
|
2540
|
+
return getStallholderCategoryNames(
|
|
2541
|
+
registeredVendors,
|
|
2542
|
+
unregisteredVendors
|
|
2543
|
+
).map((name) => ({
|
|
2544
|
+
label: name,
|
|
2545
|
+
value: name
|
|
2546
|
+
}));
|
|
2547
|
+
}
|
|
2548
|
+
function getEventStallholderEmptyMessage(hasAnyStallholdersForEvent, selectedDate) {
|
|
2549
|
+
return hasAnyStallholdersForEvent && selectedDate ? "No stallholders found for this event date." : "No stallholders found for this event.";
|
|
2550
|
+
}
|
|
2551
|
+
|
|
2552
|
+
// src/vendorEvents/vendorEventFilters.ts
|
|
2553
|
+
function relationHasSelectedDate(relation, selectedDate) {
|
|
2554
|
+
return relation.relationDates?.some(
|
|
2555
|
+
(date) => date.dateTime.startDate === selectedDate
|
|
2556
|
+
) ?? false;
|
|
2557
|
+
}
|
|
2558
|
+
function eventHasSelectedDate(event, selectedDate) {
|
|
2559
|
+
return event.relations?.some(
|
|
2560
|
+
(relation) => relationHasSelectedDate(relation, selectedDate)
|
|
2561
|
+
) ?? false;
|
|
2562
|
+
}
|
|
2563
|
+
function filterVendorEventsBySelectedDate(events, selectedDate) {
|
|
2564
|
+
if (!events) {
|
|
2565
|
+
return [];
|
|
2566
|
+
}
|
|
2567
|
+
if (!selectedDate) {
|
|
2568
|
+
return events;
|
|
2569
|
+
}
|
|
2570
|
+
return events.filter((event) => eventHasSelectedDate(event, selectedDate));
|
|
2571
|
+
}
|
|
2572
|
+
function collectVendorEventRelationDateTimes(events) {
|
|
2573
|
+
if (!events?.length) {
|
|
2574
|
+
return [];
|
|
2575
|
+
}
|
|
2576
|
+
return events.flatMap(
|
|
2577
|
+
(event) => (event.relations ?? []).flatMap(
|
|
2578
|
+
(relation) => (relation.relationDates ?? []).map(
|
|
2579
|
+
(relationDate) => relationDate.dateTime
|
|
2580
|
+
)
|
|
2581
|
+
)
|
|
2582
|
+
);
|
|
2583
|
+
}
|
|
2584
|
+
function getVendorEventRelationStartDates(events) {
|
|
2585
|
+
const sortedDates = sortDatesChronologically(
|
|
2586
|
+
collectVendorEventRelationDateTimes(events)
|
|
2587
|
+
);
|
|
2588
|
+
const uniqueStartDates = [];
|
|
2589
|
+
for (const dateTime of sortedDates) {
|
|
2590
|
+
if (!uniqueStartDates.includes(dateTime.startDate)) {
|
|
2591
|
+
uniqueStartDates.push(dateTime.startDate);
|
|
2592
|
+
}
|
|
2593
|
+
}
|
|
2594
|
+
return uniqueStartDates;
|
|
2595
|
+
}
|
|
2596
|
+
function getVendorEventRelationDateOptions(events) {
|
|
2597
|
+
return getVendorEventRelationStartDates(events).map((startDate) => ({
|
|
2598
|
+
label: startDate,
|
|
2599
|
+
value: startDate
|
|
2600
|
+
}));
|
|
2601
|
+
}
|
|
2602
|
+
function getVendorEventsEmptyMessage() {
|
|
2603
|
+
return "No events found.";
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
// src/formFields/vendor/vendorInfo.ts
|
|
2607
|
+
var vendorElectricity = {
|
|
2608
|
+
details: {
|
|
2609
|
+
helperText: "Please describe details e.g. amps, voltage, etc.",
|
|
2610
|
+
isTextArea: true,
|
|
2611
|
+
name: "requirements.electricity.details",
|
|
2612
|
+
placeholder: "Electricity requirements"
|
|
2613
|
+
},
|
|
2614
|
+
isRequired: {
|
|
2615
|
+
name: "requirements.electricity.isRequired",
|
|
2616
|
+
placeholder: "Do you require electricity?"
|
|
2617
|
+
}
|
|
2618
|
+
};
|
|
2619
|
+
var vendorGazebo = {
|
|
2620
|
+
details: {
|
|
2621
|
+
helperText: "Please describe details e.g. size, etc.",
|
|
2622
|
+
isTextArea: true,
|
|
2623
|
+
name: "requirements.gazebo.details",
|
|
2624
|
+
placeholder: "Gazebo requirements"
|
|
2625
|
+
},
|
|
2626
|
+
isRequired: {
|
|
2627
|
+
name: "requirements.gazebo.isRequired",
|
|
2628
|
+
placeholder: "Do you require Gazebo?"
|
|
2629
|
+
}
|
|
2630
|
+
};
|
|
2631
|
+
var vendorTable = {
|
|
2632
|
+
details: {
|
|
2633
|
+
helperText: "Please describe details e.g. size, etc.",
|
|
2634
|
+
isTextArea: true,
|
|
2635
|
+
name: "requirements.table.details",
|
|
2636
|
+
placeholder: "Table requirements"
|
|
2637
|
+
},
|
|
2638
|
+
isRequired: {
|
|
2639
|
+
name: "requirements.table.isRequired",
|
|
2640
|
+
placeholder: "Do you require Table?"
|
|
2641
|
+
}
|
|
2642
|
+
};
|
|
2643
|
+
var vendorPriceRange = {
|
|
2644
|
+
max: {
|
|
2645
|
+
helperText: "Product maximum price",
|
|
2646
|
+
name: "product.priceRange.max",
|
|
2647
|
+
placeholder: "Maximum price: "
|
|
2648
|
+
},
|
|
2649
|
+
min: {
|
|
2650
|
+
helperText: "Product minimum price",
|
|
2651
|
+
name: "product.priceRange.min",
|
|
2652
|
+
placeholder: "Minimum price: "
|
|
2653
|
+
}
|
|
2654
|
+
};
|
|
2655
|
+
var vendorStallSize = {
|
|
2656
|
+
depth: {
|
|
2657
|
+
helperText: "Stall size in depth",
|
|
2658
|
+
name: "stallInfo.size.depth",
|
|
2659
|
+
placeholder: "Stall Depth: "
|
|
2660
|
+
},
|
|
2661
|
+
width: {
|
|
2662
|
+
helperText: "Stall size in width",
|
|
2663
|
+
name: "stallInfo.size.width",
|
|
2664
|
+
placeholder: "Stall Width: "
|
|
2665
|
+
}
|
|
2666
|
+
};
|
|
2667
|
+
var vendorPackaging = {
|
|
2668
|
+
helperText: "Select packaging type, you can select more than one",
|
|
2669
|
+
name: "product.packaging",
|
|
2670
|
+
placeholder: "Packaging type"
|
|
2671
|
+
};
|
|
2672
|
+
var vendorProducedIn = {
|
|
2673
|
+
helperText: "Select where the product is produced, you can select more than one",
|
|
2674
|
+
name: "product.producedIn",
|
|
2675
|
+
placeholder: "Produced type"
|
|
2676
|
+
};
|
|
2677
|
+
var vendorFoodFlavour = {
|
|
2678
|
+
helperText: "You can select more than one food flavour",
|
|
2679
|
+
name: "product.foodFlavors",
|
|
2680
|
+
placeholder: "Food flavours"
|
|
2681
|
+
};
|
|
2682
|
+
var vendorCompliance = [
|
|
2683
|
+
{
|
|
2684
|
+
name: "compliance.liabilityInsurance",
|
|
2685
|
+
placeholder: "Liability Insurance"
|
|
2686
|
+
},
|
|
2687
|
+
{
|
|
2688
|
+
name: "compliance.foodBeverageLicense",
|
|
2689
|
+
placeholder: "Food and Beverage License"
|
|
2690
|
+
}
|
|
2691
|
+
];
|
|
2692
|
+
var packagingTypes = [
|
|
2693
|
+
"Biodegradable",
|
|
2694
|
+
"Compostable",
|
|
2695
|
+
"Fabric",
|
|
2696
|
+
"Glass",
|
|
2697
|
+
"Other",
|
|
2698
|
+
"Paper",
|
|
2699
|
+
"Plastic",
|
|
2700
|
+
"Recyclable",
|
|
2701
|
+
"Reusable",
|
|
2702
|
+
"Single-use",
|
|
2703
|
+
"Wood"
|
|
2704
|
+
];
|
|
2705
|
+
var producedIngTypes = [
|
|
2706
|
+
"Commercial Kitchen",
|
|
2707
|
+
"Home Premises",
|
|
2708
|
+
"Factory",
|
|
2709
|
+
"Farm",
|
|
2710
|
+
"Other"
|
|
2711
|
+
];
|
|
2712
|
+
var packagingOptions = mapArrayToOptions(packagingTypes);
|
|
2713
|
+
var producedIngOptions = mapArrayToOptions(producedIngTypes);
|
|
2714
|
+
var foodFlavourOptions = Object.values(
|
|
2715
|
+
EnumFoodFlavor
|
|
2716
|
+
).map((flavour) => ({
|
|
2717
|
+
label: flavour.replaceAll("_", " "),
|
|
2718
|
+
value: flavour
|
|
2719
|
+
}));
|
|
2720
|
+
|
|
2721
|
+
// src/formFields/event/event.ts
|
|
2722
|
+
var eventBasicInfoFields = [
|
|
2723
|
+
{
|
|
2724
|
+
helperText: "Name of the Event *",
|
|
2725
|
+
name: "name",
|
|
2726
|
+
placeholder: "Name"
|
|
2727
|
+
},
|
|
2728
|
+
{
|
|
2729
|
+
helperText: "NZBN number (required \u2013 ClueMart only accepts events with valid NZBN number) *",
|
|
2730
|
+
keyboardType: "number-pad",
|
|
2731
|
+
name: "nzbn",
|
|
2732
|
+
placeholder: "NZBN number"
|
|
2733
|
+
},
|
|
2734
|
+
{
|
|
2735
|
+
helperText: "Name of the Provider (if applicable)",
|
|
2736
|
+
name: "provider",
|
|
2737
|
+
placeholder: "Provider"
|
|
2738
|
+
},
|
|
2739
|
+
{
|
|
2740
|
+
helperText: "Description of the Event *",
|
|
2741
|
+
isTextArea: true,
|
|
2742
|
+
name: "description",
|
|
2743
|
+
placeholder: "Description"
|
|
2744
|
+
}
|
|
2745
|
+
];
|
|
2746
|
+
var eventStartDateFields = [
|
|
2747
|
+
{
|
|
2748
|
+
dateMode: "date",
|
|
2749
|
+
helperText: "Start Date of the Event *",
|
|
2750
|
+
name: "startDate",
|
|
2751
|
+
placeholder: "Start Date"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
dateMode: "time",
|
|
2755
|
+
helperText: "Start Time of the Event *",
|
|
2756
|
+
name: "startTime",
|
|
2757
|
+
placeholder: "Start Time"
|
|
2758
|
+
}
|
|
2759
|
+
];
|
|
2760
|
+
var eventEndDateFields = [
|
|
2761
|
+
{
|
|
2762
|
+
dateMode: "date",
|
|
2763
|
+
helperText: "End Date of the Event *",
|
|
2764
|
+
name: "endDate",
|
|
2765
|
+
placeholder: "End Date"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
dateMode: "time",
|
|
2769
|
+
helperText: "End Time of the Event *",
|
|
2770
|
+
name: "endTime",
|
|
2771
|
+
placeholder: "End Time"
|
|
2772
|
+
}
|
|
2773
|
+
];
|
|
2774
|
+
var availableTagTypes = [
|
|
2775
|
+
{ icon: "human-male-female-child", label: "All Ages" },
|
|
2776
|
+
{ icon: "weather-sunny", label: "Day Market" },
|
|
2777
|
+
{ icon: "account-child", label: "Family Friendly" },
|
|
2778
|
+
{ icon: "ticket-percent", label: "Free Entry" },
|
|
2779
|
+
{ icon: "home-city", label: "Indoor Market" },
|
|
2780
|
+
{ icon: "music", label: "Live Music" },
|
|
2781
|
+
{ icon: "bus", label: "Near Bustop" },
|
|
2782
|
+
{ icon: "slide", label: "Near Playground" },
|
|
2783
|
+
{ icon: "train", label: "Near Train Station" },
|
|
2784
|
+
{ icon: "weather-night", label: "Night Market" },
|
|
2785
|
+
{ icon: "tree", label: "Outdoor Market" },
|
|
2786
|
+
{ icon: "car", label: "Parking Available" },
|
|
2787
|
+
{ icon: "dog", label: "Pet Friendly" },
|
|
2788
|
+
{ icon: "ship-wheel", label: "Port Nearby" },
|
|
2789
|
+
{ icon: "toilet", label: "Toilet Available" },
|
|
2790
|
+
{ icon: "wheelchair-accessibility", label: "Wheelchair Accessible" }
|
|
2791
|
+
];
|
|
2792
|
+
var tagOptions = availableTagTypes.map((tag) => ({
|
|
2793
|
+
label: tag.label,
|
|
2794
|
+
value: tag.label
|
|
2795
|
+
}));
|
|
2796
|
+
|
|
2797
|
+
// src/formFields/event/eventInfo.ts
|
|
2798
|
+
var eventInfo = [
|
|
2204
2799
|
{
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
description: "Butcher cuts, fresh fish, smoked meats, sausages, seafood platters, artisanal jerky."
|
|
2222
|
-
},
|
|
2223
|
-
{
|
|
2224
|
-
id: "dairy-eggs",
|
|
2225
|
-
name: "Dairy & Eggs",
|
|
2226
|
-
description: "Farm eggs, handmade cheeses, yoghurt, fresh milk, goat\u2019s milk products."
|
|
2227
|
-
},
|
|
2228
|
-
{
|
|
2229
|
-
id: "bakery-pastries",
|
|
2230
|
-
name: "Bakery & Pastries",
|
|
2231
|
-
description: "Freshly baked bread, sourdough, bagels, croissants, focaccia, traditional baked goods."
|
|
2232
|
-
},
|
|
2233
|
-
{
|
|
2234
|
-
id: "spices-condiments",
|
|
2235
|
-
name: "Spices & Condiments",
|
|
2236
|
-
description: "Dried herbs, spice blends, specialty salts, hot sauces, infused oils, chutneys."
|
|
2237
|
-
},
|
|
2238
|
-
{
|
|
2239
|
-
id: "packaged-specialty-foods",
|
|
2240
|
-
name: "Packaged & Specialty Foods",
|
|
2241
|
-
description: "Honey, jams, preserves, pickles, nut butters, sauces, pre-packaged snacks."
|
|
2242
|
-
},
|
|
2243
|
-
{
|
|
2244
|
-
id: "other-fresh-food-items",
|
|
2245
|
-
name: "Other fresh food items",
|
|
2246
|
-
description: "Items that don\u2019t fit above, e.g. fermented foods, plant-based substitutes."
|
|
2247
|
-
}
|
|
2248
|
-
]
|
|
2249
|
-
},
|
|
2250
|
-
{
|
|
2251
|
-
id: "beverages-specialty-drinks",
|
|
2252
|
-
name: "Beverages & Specialty Drinks",
|
|
2253
|
-
items: [
|
|
2254
|
-
{
|
|
2255
|
-
id: "fresh-juices-smoothies",
|
|
2256
|
-
name: "Fresh Juices & Smoothies",
|
|
2257
|
-
description: "Cold-pressed juices, detox blends, fruit smoothies, tropical mixes."
|
|
2258
|
-
},
|
|
2259
|
-
{
|
|
2260
|
-
id: "coffee-teas",
|
|
2261
|
-
name: "Coffee & Teas",
|
|
2262
|
-
description: "Espresso, pour-over coffee, herbal teas, matcha, bubble tea, locally blended tea."
|
|
2263
|
-
},
|
|
2264
|
-
{
|
|
2265
|
-
id: "dairy-plant-based-drinks",
|
|
2266
|
-
name: "Dairy & Plant-Based Drinks",
|
|
2267
|
-
description: "Milkshakes, lassis, almond/oat milk drinks, coconut water."
|
|
2268
|
-
},
|
|
2269
|
-
{
|
|
2270
|
-
id: "alcoholic-beverages",
|
|
2271
|
-
name: "Alcoholic Beverages",
|
|
2272
|
-
description: "Local wines, craft beer, mead, cider, infused spirits, cocktail kits."
|
|
2273
|
-
},
|
|
2274
|
-
{
|
|
2275
|
-
id: "other-beverages",
|
|
2276
|
-
name: "Other beverages",
|
|
2277
|
-
description: "Kombucha, kefir, energy drinks, non-alcoholic wines or beers."
|
|
2278
|
-
}
|
|
2279
|
-
]
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
id: "savoury-prepared-foods-street-food",
|
|
2283
|
-
name: "Savoury Prepared Foods & Street Food",
|
|
2284
|
-
items: [
|
|
2285
|
-
{
|
|
2286
|
-
id: "local-specialties",
|
|
2287
|
-
name: "Local Specialties",
|
|
2288
|
-
description: "Meat pies, hangi, seafood chowder, fry bread, traditional NZ dishes."
|
|
2289
|
-
},
|
|
2290
|
-
{
|
|
2291
|
-
id: "asian-cuisine",
|
|
2292
|
-
name: "Asian Cuisine",
|
|
2293
|
-
description: "Sushi, bao buns, dumplings, ramen, satay, spring rolls, fried rice."
|
|
2294
|
-
},
|
|
2295
|
-
{
|
|
2296
|
-
id: "mediterranean-cuisine",
|
|
2297
|
-
name: "Mediterranean Cuisine",
|
|
2298
|
-
description: "Falafel, hummus wraps, souvlaki, Greek salad, dolma."
|
|
2299
|
-
},
|
|
2300
|
-
{
|
|
2301
|
-
id: "italian-delights",
|
|
2302
|
-
name: "Italian Delights",
|
|
2303
|
-
description: "Pizza, calzone, focaccia, fresh pasta, arancini."
|
|
2304
|
-
},
|
|
2305
|
-
{
|
|
2306
|
-
id: "bbq-grilled-foods",
|
|
2307
|
-
name: "BBQ & Grilled Foods",
|
|
2308
|
-
description: "Kebabs, grilled chicken, ribs, burgers, sausages."
|
|
2309
|
-
},
|
|
2310
|
-
{
|
|
2311
|
-
id: "savoury-crepes-pancakes",
|
|
2312
|
-
name: "Savoury Crepes & Pancakes",
|
|
2313
|
-
description: "Filled savoury crepes, mini savoury pancakes."
|
|
2314
|
-
},
|
|
2315
|
-
{
|
|
2316
|
-
id: "savoury-baked-goods-pastries",
|
|
2317
|
-
name: "Savoury Baked Goods & Pastries",
|
|
2318
|
-
description: "Quiches, savoury muffins, filled savoury pastries, empanadas."
|
|
2319
|
-
},
|
|
2320
|
-
{
|
|
2321
|
-
id: "vegan-vegetarian-dishes",
|
|
2322
|
-
name: "Vegan & Vegetarian Dishes",
|
|
2323
|
-
description: "Buddha bowls, plant-based burgers, salads, vegan sushi."
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
id: "other-savoury-foods",
|
|
2327
|
-
name: "Other Savoury Foods",
|
|
2328
|
-
description: "Fusion dishes, mixed platters, savoury meal kits."
|
|
2329
|
-
}
|
|
2330
|
-
]
|
|
2331
|
-
},
|
|
2332
|
-
{
|
|
2333
|
-
id: "sweet-prepared-foods",
|
|
2334
|
-
name: "Sweet Prepared Foods",
|
|
2335
|
-
items: [
|
|
2336
|
-
{
|
|
2337
|
-
id: "sweet-crepes-pancakes-fried-treats",
|
|
2338
|
-
name: "Sweet Crepes, Pancakes & Fried Treats",
|
|
2339
|
-
description: "Crepes, waffles, mini pancakes, muffins, doughnuts."
|
|
2340
|
-
},
|
|
2341
|
-
{
|
|
2342
|
-
id: "sweet-baked-goods-desserts",
|
|
2343
|
-
name: "Sweet Baked Goods & Desserts",
|
|
2344
|
-
description: "Cakes, pastries, slices, trifles, layered desserts."
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
id: "fruit-based-snacks",
|
|
2348
|
-
name: "Fruit-Based Snacks",
|
|
2349
|
-
description: "Fruit skewers, dried fruit packs, chocolate-dipped fruit."
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
id: "candy-confectionery",
|
|
2353
|
-
name: "Candy & Confectionery",
|
|
2354
|
-
description: "Fudge, handmade candies, toffee, nougat, brittle."
|
|
2355
|
-
},
|
|
2356
|
-
{
|
|
2357
|
-
id: "other-sweet-foods",
|
|
2358
|
-
name: "Other Sweet Foods",
|
|
2359
|
-
description: "Fusion desserts, sweet platters, sweet meal kits."
|
|
2360
|
-
}
|
|
2361
|
-
]
|
|
2362
|
-
}
|
|
2363
|
-
]
|
|
2800
|
+
helperText: "Application Deadline (hours before event start) *",
|
|
2801
|
+
keyboardType: "number-pad",
|
|
2802
|
+
name: "applicationDeadlineHours",
|
|
2803
|
+
placeholder: "Application Deadline (in hours)"
|
|
2804
|
+
},
|
|
2805
|
+
{
|
|
2806
|
+
helperText: "Payment Due (hours after application or invitation acceptance) *",
|
|
2807
|
+
keyboardType: "number-pad",
|
|
2808
|
+
name: "paymentDueHours",
|
|
2809
|
+
placeholder: "Payment Due (in hours)"
|
|
2810
|
+
},
|
|
2811
|
+
{
|
|
2812
|
+
helperText: "Pack-In Time (hours before event start) *",
|
|
2813
|
+
keyboardType: "number-pad",
|
|
2814
|
+
name: "packInTime",
|
|
2815
|
+
placeholder: "Pack In Time (in hours)"
|
|
2364
2816
|
}
|
|
2365
2817
|
];
|
|
2366
|
-
|
|
2367
|
-
// src/formFields/categories/handmadeAndLocalProducts.ts
|
|
2368
|
-
var handmadeAndLocalProducts = [
|
|
2818
|
+
var eventInfoPaymentInfo = [
|
|
2369
2819
|
{
|
|
2370
|
-
|
|
2371
|
-
name: "
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
name: "Candles & Home Scents",
|
|
2386
|
-
description: "Soy candles, beeswax candles, wax melts, incense sticks, room sprays and herbal sachets."
|
|
2387
|
-
},
|
|
2388
|
-
{
|
|
2389
|
-
id: "botanical-crafts",
|
|
2390
|
-
name: "Botanical Crafts",
|
|
2391
|
-
description: "Dried-flower d\xE9cor and pressed-flower crafts"
|
|
2392
|
-
},
|
|
2393
|
-
{
|
|
2394
|
-
id: "textiles-embroidery",
|
|
2395
|
-
name: "Textiles & Embroidery",
|
|
2396
|
-
description: "Handsewn items, embroidered napkins, home linens, aprons, fabric gift wraps, handmade fabric bags, quilted goods, personalized textile gifts."
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
id: "woodcraft-metalcraft",
|
|
2400
|
-
name: "Woodcraft & Metalcraft",
|
|
2401
|
-
description: "Wooden boards, handmade frames, sculptures, metal signs, furniture."
|
|
2402
|
-
},
|
|
2403
|
-
{
|
|
2404
|
-
id: "handmade-soaps-natural-body-goods",
|
|
2405
|
-
name: "Handmade Soaps & Natural Body Goods",
|
|
2406
|
-
description: "Handmade soaps, balms, oils, bath items"
|
|
2407
|
-
},
|
|
2408
|
-
{
|
|
2409
|
-
id: "seasonal-festive-crafts",
|
|
2410
|
-
name: "Seasonal & Festive Crafts",
|
|
2411
|
-
description: "Christmas, Easter and seasonal handmade decor"
|
|
2412
|
-
},
|
|
2413
|
-
{
|
|
2414
|
-
id: "other-home-living-products",
|
|
2415
|
-
name: "Other home & living products",
|
|
2416
|
-
description: "Items that don't fit above but serve home-related purposes."
|
|
2417
|
-
}
|
|
2418
|
-
]
|
|
2419
|
-
},
|
|
2420
|
-
{
|
|
2421
|
-
id: "art-personal-expression",
|
|
2422
|
-
name: "Art & Personal Expression",
|
|
2423
|
-
items: [
|
|
2424
|
-
{
|
|
2425
|
-
id: "paintings-illustrations",
|
|
2426
|
-
name: "Paintings & Illustrations",
|
|
2427
|
-
description: "Paintings, canvas art, hand-drawn illustrations, digital prints, graphic art and calligraphy pieces."
|
|
2428
|
-
},
|
|
2429
|
-
{
|
|
2430
|
-
id: "sculptures-carvings",
|
|
2431
|
-
name: "Sculptures & Carvings ",
|
|
2432
|
-
description: "Sculptures made from wood, stone, metal, clay or resin, carved decorative pieces and artistic 3D works."
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
id: "creative-handmade-alternative-art",
|
|
2436
|
-
name: "Creative Handmade & Alternative Art",
|
|
2437
|
-
description: "Handmade textile d\xE9cor, fabric ornaments, mixed-media art, creative craft pieces and modern handmade artworks."
|
|
2438
|
-
},
|
|
2439
|
-
{
|
|
2440
|
-
id: "handmade-mini-figures-decor",
|
|
2441
|
-
name: "Handmade Mini Figures & D\xE9cor",
|
|
2442
|
-
description: "Small handmade figures, tiny houses and crafted mini decorative items."
|
|
2443
|
-
},
|
|
2444
|
-
{
|
|
2445
|
-
id: "other-artistic-expressive-products",
|
|
2446
|
-
name: "Other Artistic or Expressive Products",
|
|
2447
|
-
description: "Custom artworks, specialty handmade d\xE9cor, unique crafts."
|
|
2448
|
-
}
|
|
2449
|
-
]
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
id: "handmade-jewellery-accessories-cultural-crafts",
|
|
2453
|
-
name: "Handmade Jewellery, Accessories & Cultural Crafts",
|
|
2454
|
-
items: [
|
|
2455
|
-
{
|
|
2456
|
-
id: "jewellery-handmade-items-nz-traditional-materials",
|
|
2457
|
-
name: "Jewellery & Handmade Items from NZ Traditional Materials",
|
|
2458
|
-
description: "Handmade jewellery and decorative or functional items crafted from pounamu, bone, wood and other traditional New Zealand materials."
|
|
2459
|
-
},
|
|
2460
|
-
{
|
|
2461
|
-
id: "maori-pasifika-cultural-crafts-clothing",
|
|
2462
|
-
name: "M\u0101ori & Pasifika Cultural Crafts and Clothing",
|
|
2463
|
-
description: "Culturally inspired handmade items, accessories and garments featuring M\u0101ori or Pasifika motifs, traditional patterns and regional craftsmanship."
|
|
2464
|
-
},
|
|
2465
|
-
{
|
|
2466
|
-
id: "traditional-handmade-clothing-jewellery-crafts-global-cultures",
|
|
2467
|
-
name: "Traditional Handmade Clothing, Jewellery & Crafts from Global Cultures",
|
|
2468
|
-
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."
|
|
2469
|
-
},
|
|
2470
|
-
{
|
|
2471
|
-
id: "other-handmade-cultural-items",
|
|
2472
|
-
name: "Other Handmade Cultural Items",
|
|
2473
|
-
description: "Unique or culturally inspired handmade pieces not specifically covered in the categories above."
|
|
2474
|
-
}
|
|
2475
|
-
]
|
|
2476
|
-
},
|
|
2477
|
-
{
|
|
2478
|
-
id: "gift-ideas-accessories",
|
|
2479
|
-
name: "Gift Ideas & Accessories",
|
|
2480
|
-
items: [
|
|
2481
|
-
{
|
|
2482
|
-
id: "handmade-pens-keychains-fridge-magnets",
|
|
2483
|
-
name: "Handmade Pens, Keychains and Fridge Magnets",
|
|
2484
|
-
description: null
|
|
2485
|
-
},
|
|
2486
|
-
{
|
|
2487
|
-
id: "gift-packaging-wrapping-accessories",
|
|
2488
|
-
name: "Gift Packaging & Wrapping Accessories",
|
|
2489
|
-
description: null
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
id: "handmade-crochet-knitting-fibre-crafts",
|
|
2493
|
-
name: "Handmade Crochet, Knitting & Fibre Crafts",
|
|
2494
|
-
description: "Handmade crochet and knitted items, fabric-based crafts, small decorative pieces, creative fibre artworks and unique handcrafted accessories."
|
|
2495
|
-
},
|
|
2496
|
-
{
|
|
2497
|
-
id: "handmade-toys-mini-play-items",
|
|
2498
|
-
name: "Handmade Toys & Mini Play Items",
|
|
2499
|
-
description: "small handmade toys, soft toys, wooden miniatures, crochet or felt play pieces"
|
|
2500
|
-
},
|
|
2501
|
-
{
|
|
2502
|
-
id: "other-small-handmade-gifts-accessories",
|
|
2503
|
-
name: "Other small handmade gifts or accessories",
|
|
2504
|
-
description: "Compact creative items made to surprise or delight."
|
|
2505
|
-
}
|
|
2506
|
-
]
|
|
2507
|
-
}
|
|
2508
|
-
]
|
|
2820
|
+
helperText: "Account holder name *",
|
|
2821
|
+
name: "accountHolderName",
|
|
2822
|
+
placeholder: "Account holder name"
|
|
2823
|
+
},
|
|
2824
|
+
{
|
|
2825
|
+
helperText: "Account number *",
|
|
2826
|
+
keyboardType: "number-pad",
|
|
2827
|
+
name: "accountNumber",
|
|
2828
|
+
placeholder: "Account number"
|
|
2829
|
+
},
|
|
2830
|
+
{
|
|
2831
|
+
helperText: "Payment link, where applicants can pay *",
|
|
2832
|
+
keyboardType: "url",
|
|
2833
|
+
name: "link",
|
|
2834
|
+
placeholder: "Payment link"
|
|
2509
2835
|
}
|
|
2510
2836
|
];
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2837
|
+
var requirementsOptions = [
|
|
2838
|
+
{
|
|
2839
|
+
category: "Environment",
|
|
2840
|
+
label: "All packaging must be eco-friendly or recyclable where possible.",
|
|
2841
|
+
value: false
|
|
2842
|
+
},
|
|
2843
|
+
{
|
|
2844
|
+
category: "Environment",
|
|
2845
|
+
label: "No single-use plastic bags are to be handed out.",
|
|
2846
|
+
value: false
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
category: "Environment",
|
|
2850
|
+
label: "Stall area must be left clean with no trace of activity after pack-down.",
|
|
2851
|
+
value: false
|
|
2852
|
+
},
|
|
2853
|
+
{
|
|
2854
|
+
category: "Environment",
|
|
2855
|
+
label: "No disposal of oils, fats, or chemicals in public drains or on grassed areas.",
|
|
2856
|
+
value: false
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
category: "Environment",
|
|
2860
|
+
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.",
|
|
2861
|
+
value: false
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
category: "Food Safety",
|
|
2865
|
+
label: "Food must be prepared and stored according to your food regulation.",
|
|
2866
|
+
value: false
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
category: "Food Safety",
|
|
2870
|
+
label: "The stallholder must display a current food grade certificate.",
|
|
2871
|
+
value: false
|
|
2872
|
+
},
|
|
2873
|
+
{
|
|
2874
|
+
category: "Food Safety",
|
|
2875
|
+
label: "Only licensed food vendors may sell ready-to-eat food items.",
|
|
2876
|
+
value: false
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
category: "Food Safety",
|
|
2880
|
+
label: "Handwashing facilities must be available at your stall if preparing food.",
|
|
2881
|
+
value: false
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
category: "Food Safety",
|
|
2885
|
+
label: "You must have a food safety plan in place for your stall.",
|
|
2886
|
+
value: false
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
category: "Food Safety",
|
|
2890
|
+
label: "Allergens must be clearly listed on packaged and unpackaged food items.",
|
|
2891
|
+
value: false
|
|
2892
|
+
},
|
|
2893
|
+
{
|
|
2894
|
+
category: "Legal & Safety",
|
|
2895
|
+
label: "All stallholders must comply with local council regulations.",
|
|
2896
|
+
value: false
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
category: "Legal & Safety",
|
|
2900
|
+
label: "No unauthorised subletting of stall space to other vendors.",
|
|
2901
|
+
value: false
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
category: "Legal & Safety",
|
|
2905
|
+
label: "Gas bottles and fuel containers must be secured and in good condition if applicable.",
|
|
2906
|
+
value: false
|
|
2907
|
+
},
|
|
2908
|
+
{
|
|
2909
|
+
category: "Legal & Safety",
|
|
2910
|
+
label: "Fire extinguishers must be available for stalls using cooking or heating equipment.",
|
|
2911
|
+
value: false
|
|
2912
|
+
},
|
|
2913
|
+
{
|
|
2914
|
+
category: "Legal & Safety",
|
|
2915
|
+
label: "Stallholders must not sell items that are illegal or prohibited by law.",
|
|
2916
|
+
value: false
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
category: "Legal & Safety",
|
|
2920
|
+
label: "All electrical equipment must be tested and tagged.",
|
|
2921
|
+
value: false
|
|
2922
|
+
},
|
|
2514
2923
|
{
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2924
|
+
category: "Legal & Safety",
|
|
2925
|
+
label: "Noise levels must be kept to a minimum unless part of a permitted performance.",
|
|
2926
|
+
value: false
|
|
2927
|
+
},
|
|
2928
|
+
{
|
|
2929
|
+
category: "Legal & Safety",
|
|
2930
|
+
label: "Pets at the stall must be secured and well-behaved at all times.",
|
|
2931
|
+
value: false
|
|
2932
|
+
},
|
|
2933
|
+
{
|
|
2934
|
+
category: "Legal & Safety",
|
|
2935
|
+
label: "Cables must be secured and not create tripping hazards.",
|
|
2936
|
+
value: false
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
category: "Legal & Safety",
|
|
2940
|
+
label: "Stalls must not obstruct emergency access routes.",
|
|
2941
|
+
value: false
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
category: "Legal & Safety",
|
|
2945
|
+
label: "First aid kit must be available at the stall for minor injuries.",
|
|
2946
|
+
value: false
|
|
2947
|
+
},
|
|
2948
|
+
{
|
|
2949
|
+
category: "Legal & Safety",
|
|
2950
|
+
label: "Stallholders must hold valid liability insurance where required.",
|
|
2951
|
+
value: false
|
|
2952
|
+
},
|
|
2953
|
+
{
|
|
2954
|
+
category: "Legal & Safety",
|
|
2955
|
+
label: "You must secure your gazebo and equipment to withstand wind or bad weather.",
|
|
2956
|
+
value: false
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
category: "Legal & Safety",
|
|
2960
|
+
label: "You are responsible for the safety of your setup and any potential hazards.",
|
|
2961
|
+
value: false
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
category: "Operations",
|
|
2965
|
+
label: "Generators must be quiet and pre-approved by the event organiser.",
|
|
2966
|
+
value: false
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
category: "Operations",
|
|
2970
|
+
label: "Only approved products or services may be sold \u2014 no last-minute changes.",
|
|
2971
|
+
value: false
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
category: "Operations",
|
|
2975
|
+
label: "Stallholders must arrive and be fully set up by the designated opening time.",
|
|
2976
|
+
value: false
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
category: "Operations",
|
|
2980
|
+
label: "You may not pack down your stall before the event officially ends.",
|
|
2981
|
+
value: false
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
category: "Operations",
|
|
2985
|
+
label: "You must be self-sufficient in all operations.",
|
|
2986
|
+
value: false
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
category: "Operations",
|
|
2990
|
+
label: "Stall layout must be kept within your allocated space.",
|
|
2991
|
+
value: false
|
|
2573
2992
|
}
|
|
2574
2993
|
];
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2994
|
+
var stallTypes = [
|
|
2995
|
+
"1.8m table only",
|
|
2996
|
+
"2x2m mini stall",
|
|
2997
|
+
"3x3m tent site",
|
|
2998
|
+
"Corner stall",
|
|
2999
|
+
"Craft stall with power",
|
|
3000
|
+
"Craft stall without power",
|
|
3001
|
+
"Double stall (6x3m)",
|
|
3002
|
+
"Food truck site",
|
|
3003
|
+
"Food vendor with power",
|
|
3004
|
+
"Food vendor without power",
|
|
3005
|
+
"Inside hall stall",
|
|
3006
|
+
"Non-profit/community stall",
|
|
3007
|
+
"Outdoor open area",
|
|
3008
|
+
"Shared table space",
|
|
3009
|
+
"Wall-based vendor",
|
|
3010
|
+
"Workshop/seating area"
|
|
3011
|
+
];
|
|
3012
|
+
var stallTypeOptions = stallTypes.map((type) => ({
|
|
3013
|
+
label: type,
|
|
3014
|
+
price: 0,
|
|
3015
|
+
stallCapacity: 0
|
|
3016
|
+
}));
|
|
3017
|
+
var refundPolicyOptions = [
|
|
2578
3018
|
{
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
|
|
2627
|
-
name: "Garden & Outdoor Living",
|
|
2628
|
-
items: [
|
|
2629
|
-
{
|
|
2630
|
-
id: "plants-botanical-decor",
|
|
2631
|
-
name: "Plants & Botanical Decor",
|
|
2632
|
-
description: "Potted herbs, succulents, dried flowers, terrariums, plant-based ornaments."
|
|
2633
|
-
},
|
|
2634
|
-
{
|
|
2635
|
-
id: "fresh-flowers-botanical-bouquets",
|
|
2636
|
-
name: "Fresh Flowers & Botanical Bouquets",
|
|
2637
|
-
description: "Cut flowers, seasonal bouquets, simple floral arrangements, native flower selections, and other fresh botanical items."
|
|
2638
|
-
},
|
|
2639
|
-
{
|
|
2640
|
-
id: "natural-decor-nature-inspired-elements",
|
|
2641
|
-
name: "Natural Decor & Nature-Inspired Elements",
|
|
2642
|
-
description: "Seashell d\xE9cor, driftwood pieces, sand ornaments, natural wood accents, stone or mineral decorations, and other nature-based decorative items."
|
|
2643
|
-
},
|
|
2644
|
-
{
|
|
2645
|
-
id: "garden-tools-outdoor-items",
|
|
2646
|
-
name: "Garden Tools & Outdoor Items",
|
|
2647
|
-
description: "Plant markers, garden signs, stakes, small tools, wind chimes, gifts."
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
id: "other-outdoor-garden-products",
|
|
2651
|
-
name: "Other outdoor or garden products",
|
|
2652
|
-
description: "Functional or decorative items for outside use."
|
|
2653
|
-
}
|
|
2654
|
-
]
|
|
2655
|
-
}
|
|
2656
|
-
]
|
|
3019
|
+
category: "Cancelled by Vendor",
|
|
3020
|
+
label: "Full refund if cancelled 30+ days before the event.",
|
|
3021
|
+
value: false
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
category: "Cancelled by Vendor",
|
|
3025
|
+
label: "50% refund if cancelled 14\u201329 days before the event.",
|
|
3026
|
+
value: false
|
|
3027
|
+
},
|
|
3028
|
+
{
|
|
3029
|
+
category: "Cancelled by Vendor",
|
|
3030
|
+
label: "No refund if cancelled less than 14 days before the event.",
|
|
3031
|
+
value: false
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
category: "Cancelled by Vendor",
|
|
3035
|
+
label: "Full refund if cancelled due to illness or emergency.",
|
|
3036
|
+
value: false
|
|
3037
|
+
},
|
|
3038
|
+
{
|
|
3039
|
+
category: "Cancelled by Vendor",
|
|
3040
|
+
label: "No refund for no-shows or last-minute cancellations.",
|
|
3041
|
+
value: false
|
|
3042
|
+
},
|
|
3043
|
+
{
|
|
3044
|
+
category: "Cancelled by Vendor",
|
|
3045
|
+
label: "No refund",
|
|
3046
|
+
value: false
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
category: "Cancelled by Organiser",
|
|
3050
|
+
label: "Full refund if the event is cancelled by the organiser.",
|
|
3051
|
+
value: false
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
category: "Cancelled by Organiser",
|
|
3055
|
+
label: "Credit towards a future event if cancelled by the organiser.",
|
|
3056
|
+
value: false
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
category: "Cancelled by Organiser",
|
|
3060
|
+
label: "Refund only in cases of force majeure (e.g., natural disasters, government restrictions).",
|
|
3061
|
+
value: false
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
category: "Cancelled by Organiser",
|
|
3065
|
+
label: "No refund",
|
|
3066
|
+
value: false
|
|
2657
3067
|
}
|
|
2658
3068
|
];
|
|
2659
3069
|
|
|
2660
|
-
// src/formFields/
|
|
2661
|
-
var
|
|
3070
|
+
// src/formFields/global.ts
|
|
3071
|
+
var emailField = {
|
|
3072
|
+
helperText: "Enter email address",
|
|
3073
|
+
keyboardType: "email-address",
|
|
3074
|
+
name: "email",
|
|
3075
|
+
placeholder: "Email"
|
|
3076
|
+
};
|
|
3077
|
+
var companyContactFields = [
|
|
2662
3078
|
{
|
|
2663
|
-
|
|
2664
|
-
name: "
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
id: "apparel-toys-accessories",
|
|
2678
|
-
name: "Apparel, Toys & Accessories",
|
|
2679
|
-
description: "Leashes, collars, harnesses, toys, grooming tools, beds, travel gear, jumpers, bandanas."
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
id: "other-pet-products",
|
|
2683
|
-
name: "Other pet products",
|
|
2684
|
-
description: "Any pet-related items not listed above."
|
|
2685
|
-
}
|
|
2686
|
-
]
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
id: "small-pets-birds-exotic-animals",
|
|
2690
|
-
name: "Small Pets, Birds & Exotic Animals",
|
|
2691
|
-
items: [
|
|
2692
|
-
{
|
|
2693
|
-
id: "products-small-pets-birds-exotics",
|
|
2694
|
-
name: "Products for Small Pets, Birds & Exotics",
|
|
2695
|
-
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."
|
|
2696
|
-
},
|
|
2697
|
-
{
|
|
2698
|
-
id: "other-small-exotic-animal-items",
|
|
2699
|
-
name: "Other small or exotic animal items",
|
|
2700
|
-
description: "Unusual accessories for non-mainstream pets."
|
|
2701
|
-
}
|
|
2702
|
-
]
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
id: "farm-working-animals",
|
|
2706
|
-
name: "Farm & Working Animals",
|
|
2707
|
-
items: [
|
|
2708
|
-
{
|
|
2709
|
-
id: "goods-for-farm-working-animals",
|
|
2710
|
-
name: "Goods for Farm & Working Animals",
|
|
2711
|
-
description: "Treats, care products, equipment, signage and accessories for chickens, goats, alpacas, horses, and other livestock."
|
|
2712
|
-
},
|
|
2713
|
-
{
|
|
2714
|
-
id: "other-farm-animal-items",
|
|
2715
|
-
name: "Other farm animal-related items",
|
|
2716
|
-
description: "Rural, barnyard, or utility-specific gear not listed above."
|
|
2717
|
-
}
|
|
2718
|
-
]
|
|
2719
|
-
},
|
|
2720
|
-
{
|
|
2721
|
-
id: "animal-themed-gifts-custom-items",
|
|
2722
|
-
name: "Animal-Themed Gifts & Custom Items",
|
|
2723
|
-
items: [
|
|
2724
|
-
{
|
|
2725
|
-
id: "pet-art-custom-gifts",
|
|
2726
|
-
name: "Pet Art & Custom Gifts",
|
|
2727
|
-
description: "Pet portraits, name tags, personalized bowls, breed-specific items, pet-themed home decor and stationery."
|
|
2728
|
-
},
|
|
2729
|
-
{
|
|
2730
|
-
id: "other-animal-themed-gifts",
|
|
2731
|
-
name: "Other animal-themed gifts",
|
|
2732
|
-
description: "Artistic or sentimental items made for animal lovers."
|
|
2733
|
-
}
|
|
2734
|
-
]
|
|
2735
|
-
}
|
|
2736
|
-
]
|
|
3079
|
+
...emailField,
|
|
3080
|
+
name: "contactDetails.email"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
helperText: "Enter your mobile phone number",
|
|
3084
|
+
keyboardType: "phone-pad",
|
|
3085
|
+
name: "contactDetails.mobilePhone",
|
|
3086
|
+
placeholder: "Mobile Phone Number"
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
helperText: "Enter your landline phone number",
|
|
3090
|
+
keyboardType: "phone-pad",
|
|
3091
|
+
name: "contactDetails.landlinePhone",
|
|
3092
|
+
placeholder: "Landline Phone Number"
|
|
2737
3093
|
}
|
|
2738
3094
|
];
|
|
2739
3095
|
|
|
2740
|
-
// src/formFields/
|
|
2741
|
-
var
|
|
3096
|
+
// src/formFields/auth.ts
|
|
3097
|
+
var loginFields = [
|
|
2742
3098
|
{
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
id: "other-service-based-offerings",
|
|
2789
|
-
name: "Other service-based offerings",
|
|
2790
|
-
description: "Wellness or functional services not listed above."
|
|
2791
|
-
}
|
|
2792
|
-
]
|
|
2793
|
-
},
|
|
2794
|
-
{
|
|
2795
|
-
id: "creative-educational-experiences",
|
|
2796
|
-
name: "Creative & Educational Experiences",
|
|
2797
|
-
items: [
|
|
2798
|
-
{
|
|
2799
|
-
id: "creative-workshops-maker-services",
|
|
2800
|
-
name: "Creative Workshops & Maker Services",
|
|
2801
|
-
description: "Candle making, pottery, jewelry crafting, soap or balm workshops, calligraphy, seasonal crafts."
|
|
2802
|
-
},
|
|
2803
|
-
{
|
|
2804
|
-
id: "education-awareness-stalls",
|
|
2805
|
-
name: "Education & Awareness Stalls",
|
|
2806
|
-
description: "Eco awareness, cultural storytelling, local history, first aid demos, health booths, sustainability education, kids\u2019 science displays."
|
|
2807
|
-
},
|
|
2808
|
-
{
|
|
2809
|
-
id: "other-creative-educational-services",
|
|
2810
|
-
name: "Other creative or educational services",
|
|
2811
|
-
description: "Informal learning, demonstrations, or community-focused sessions."
|
|
2812
|
-
}
|
|
2813
|
-
]
|
|
2814
|
-
},
|
|
2815
|
-
{
|
|
2816
|
-
id: "kids-activities-family-fun",
|
|
2817
|
-
name: "Kids\u2019 Activities & Family Fun",
|
|
2818
|
-
items: [
|
|
2819
|
-
{
|
|
2820
|
-
id: "kids-activities-fun",
|
|
2821
|
-
name: "Kids\u2019 Activities & Fun",
|
|
2822
|
-
description: "Face painting, glitter tattoos, pony rides, bouncy castles, small amusement rides, balloon twisting, animal petting zones."
|
|
2823
|
-
},
|
|
2824
|
-
{
|
|
2825
|
-
id: "other-family-oriented-activities",
|
|
2826
|
-
name: "Other family-oriented activities",
|
|
2827
|
-
description: "On-site entertainment that engages children or family groups."
|
|
2828
|
-
}
|
|
2829
|
-
]
|
|
2830
|
-
}
|
|
2831
|
-
]
|
|
3099
|
+
...emailField,
|
|
3100
|
+
required: true
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
helperText: "Enter password",
|
|
3104
|
+
keyboardType: "default",
|
|
3105
|
+
name: "password",
|
|
3106
|
+
placeholder: "Password",
|
|
3107
|
+
required: true,
|
|
3108
|
+
secureTextEntry: true
|
|
3109
|
+
}
|
|
3110
|
+
];
|
|
3111
|
+
var registerFields = [
|
|
3112
|
+
{
|
|
3113
|
+
helperText: "Enter first name",
|
|
3114
|
+
keyboardType: "default",
|
|
3115
|
+
name: "firstName",
|
|
3116
|
+
placeholder: "First Name",
|
|
3117
|
+
required: true
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
helperText: "Enter last name",
|
|
3121
|
+
keyboardType: "default",
|
|
3122
|
+
name: "lastName",
|
|
3123
|
+
placeholder: "Last Name",
|
|
3124
|
+
required: true
|
|
3125
|
+
},
|
|
3126
|
+
{
|
|
3127
|
+
...emailField,
|
|
3128
|
+
required: true
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
helperText: "Enter password",
|
|
3132
|
+
keyboardType: "default",
|
|
3133
|
+
name: "password",
|
|
3134
|
+
placeholder: "Password",
|
|
3135
|
+
required: true,
|
|
3136
|
+
secureTextEntry: true
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
helperText: "Promotional code (optional)",
|
|
3140
|
+
keyboardType: "default",
|
|
3141
|
+
name: "promoCode",
|
|
3142
|
+
placeholder: "Promotional Code",
|
|
3143
|
+
required: false
|
|
2832
3144
|
}
|
|
2833
3145
|
];
|
|
2834
|
-
|
|
2835
|
-
// src/formFields/categories/toysChildren.ts
|
|
2836
|
-
var toysChildren = [
|
|
3146
|
+
var requestPasswordResetFields = [
|
|
2837
3147
|
{
|
|
2838
|
-
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
subcategories: [
|
|
2842
|
-
{
|
|
2843
|
-
id: "toys-playthings",
|
|
2844
|
-
name: "Toys & Playthings",
|
|
2845
|
-
items: [
|
|
2846
|
-
{
|
|
2847
|
-
id: "toys-classic-electric-character",
|
|
2848
|
-
name: "Toys \u2013 Classic, Electric & Character-Based",
|
|
2849
|
-
description: "Building blocks, dolls, puzzles, plush animals, toy vehicles, remote-control toys, light-up gadgets, character figurines, themed playsets."
|
|
2850
|
-
},
|
|
2851
|
-
{
|
|
2852
|
-
id: "handmade-toys-crafty-playthings",
|
|
2853
|
-
name: "Handmade Toys & Crafty Playthings",
|
|
2854
|
-
description: "Wooden puzzles, crocheted animals, felt toys, fabric dolls, DIY kits, nature-inspired games, sensory toys."
|
|
2855
|
-
},
|
|
2856
|
-
{
|
|
2857
|
-
id: "other-play-items",
|
|
2858
|
-
name: "Other play items",
|
|
2859
|
-
description: "Toys not listed above, including limited-edition or hybrid items."
|
|
2860
|
-
}
|
|
2861
|
-
]
|
|
2862
|
-
},
|
|
2863
|
-
{
|
|
2864
|
-
id: "educational-developmental",
|
|
2865
|
-
name: "Educational & Developmental",
|
|
2866
|
-
items: [
|
|
2867
|
-
{
|
|
2868
|
-
id: "educational-developmental-tools",
|
|
2869
|
-
name: "Educational & Developmental Tools",
|
|
2870
|
-
description: "STEM kits, Montessori toys, storybooks, picture books, flashcards, early learning games, language tools."
|
|
2871
|
-
},
|
|
2872
|
-
{
|
|
2873
|
-
id: "other-educational-experience-based-items",
|
|
2874
|
-
name: "Other educational or experience-based items",
|
|
2875
|
-
description: "Creative experiences or learning aids not listed above."
|
|
2876
|
-
}
|
|
2877
|
-
]
|
|
2878
|
-
},
|
|
2879
|
-
{
|
|
2880
|
-
id: "baby-kidswear-accessories",
|
|
2881
|
-
name: "Baby & Kidswear + Accessories",
|
|
2882
|
-
items: [
|
|
2883
|
-
{
|
|
2884
|
-
id: "baby-kidswear-accessories",
|
|
2885
|
-
name: "Baby & Kidswear + Accessories",
|
|
2886
|
-
description: "Handmade baby clothes, toddler outfits, bibs, hats, headbands, bags, pacifier clips, soft shoes."
|
|
2887
|
-
},
|
|
2888
|
-
{
|
|
2889
|
-
id: "baby-developmental-soft-toys",
|
|
2890
|
-
name: "Baby Developmental Soft Toys",
|
|
2891
|
-
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."
|
|
2892
|
-
},
|
|
2893
|
-
{
|
|
2894
|
-
id: "other-childrens-clothing-accessories",
|
|
2895
|
-
name: "Other children\u2019s clothing or accessories",
|
|
2896
|
-
description: "Unique fashion or functional pieces for kids."
|
|
2897
|
-
}
|
|
2898
|
-
]
|
|
2899
|
-
}
|
|
2900
|
-
]
|
|
3148
|
+
...emailField,
|
|
3149
|
+
helperText: "Enter email address to reset your password",
|
|
3150
|
+
required: true
|
|
2901
3151
|
}
|
|
2902
3152
|
];
|
|
2903
|
-
|
|
2904
|
-
// src/formFields/categories/vintageAndAntique.ts
|
|
2905
|
-
var vintageAndAntique = [
|
|
3153
|
+
var resetPasswordFields = [
|
|
2906
3154
|
{
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
|
|
2925
|
-
|
|
2926
|
-
|
|
2927
|
-
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
},
|
|
2936
|
-
{
|
|
2937
|
-
id: "other-collectible-items",
|
|
2938
|
-
name: "Other collectible items",
|
|
2939
|
-
description: "Rare small objects, miniature figurines, special-edition items."
|
|
2940
|
-
}
|
|
2941
|
-
]
|
|
2942
|
-
},
|
|
2943
|
-
{
|
|
2944
|
-
id: "homewares-decor-curiosities",
|
|
2945
|
-
name: "Homewares, Decor & Curiosities",
|
|
2946
|
-
items: [
|
|
2947
|
-
{
|
|
2948
|
-
id: "decorative-functional-vintage-items",
|
|
2949
|
-
name: "Decorative or functional items with a vintage or antique aesthetic",
|
|
2950
|
-
description: "Teacups, plates, vases, mirrors, clocks, furniture, old tools, lanterns, typewriters, curiosities."
|
|
2951
|
-
},
|
|
2952
|
-
{
|
|
2953
|
-
id: "handmade-vintage-art",
|
|
2954
|
-
name: "Handmade vintage art",
|
|
2955
|
-
description: "Paintings, sculptures, crafted pieces."
|
|
2956
|
-
},
|
|
2957
|
-
{
|
|
2958
|
-
id: "other-home-decor-items",
|
|
2959
|
-
name: "Other home or decor items",
|
|
2960
|
-
description: "Decorative pieces not listed above, unique household objects."
|
|
2961
|
-
}
|
|
2962
|
-
]
|
|
2963
|
-
},
|
|
2964
|
-
{
|
|
2965
|
-
id: "vintage-media-printed-nostalgia",
|
|
2966
|
-
name: "Vintage Media & Printed Nostalgia",
|
|
2967
|
-
items: [
|
|
2968
|
-
{
|
|
2969
|
-
id: "older-media-printed-works",
|
|
2970
|
-
name: "Older media formats and printed works",
|
|
2971
|
-
description: "Vinyl records, cassette tapes, CDs, DVDs, books, magazines, board games, posters."
|
|
2972
|
-
},
|
|
2973
|
-
{
|
|
2974
|
-
id: "other-media-printed-items",
|
|
2975
|
-
name: "Other media or printed items",
|
|
2976
|
-
description: "Maps, manuals, leaflets, out-of-print materials."
|
|
2977
|
-
}
|
|
2978
|
-
]
|
|
2979
|
-
},
|
|
2980
|
-
{
|
|
2981
|
-
id: "other-vintage-antique-items",
|
|
2982
|
-
name: "Other Vintage & Antique Items",
|
|
2983
|
-
items: [
|
|
2984
|
-
{
|
|
2985
|
-
id: "any-vintage-antique-items-not-listed",
|
|
2986
|
-
name: "Any vintage or antique items not listed above",
|
|
2987
|
-
description: "Unique, rare or uncategorised pieces."
|
|
2988
|
-
}
|
|
2989
|
-
]
|
|
2990
|
-
}
|
|
2991
|
-
]
|
|
3155
|
+
helperText: "Enter your new password",
|
|
3156
|
+
keyboardType: "default",
|
|
3157
|
+
name: "password",
|
|
3158
|
+
placeholder: "Password",
|
|
3159
|
+
required: true,
|
|
3160
|
+
secureTextEntry: true
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
helperText: "Confirm your new password",
|
|
3164
|
+
keyboardType: "default",
|
|
3165
|
+
name: "confirmPassword",
|
|
3166
|
+
placeholder: "Confirm Password",
|
|
3167
|
+
required: true,
|
|
3168
|
+
secureTextEntry: true
|
|
3169
|
+
}
|
|
3170
|
+
];
|
|
3171
|
+
var validateVerificationTokenFields = [
|
|
3172
|
+
{
|
|
3173
|
+
...emailField,
|
|
3174
|
+
disabled: true,
|
|
3175
|
+
helperText: "Your email address"
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
helperText: "Enter the Verification code sent to you by email",
|
|
3179
|
+
keyboardType: "number-pad",
|
|
3180
|
+
name: "verificationToken",
|
|
3181
|
+
placeholder: "Verification code",
|
|
3182
|
+
required: true
|
|
2992
3183
|
}
|
|
2993
3184
|
];
|
|
2994
3185
|
|
|
2995
|
-
// src/formFields/
|
|
2996
|
-
var
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
}
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3186
|
+
// src/formFields/user.ts
|
|
3187
|
+
var profileFields = [
|
|
3188
|
+
{
|
|
3189
|
+
...emailField,
|
|
3190
|
+
disabled: true,
|
|
3191
|
+
helperText: "Email cannot be changed"
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
helperText: "Enter first name",
|
|
3195
|
+
keyboardType: "default",
|
|
3196
|
+
name: "firstName",
|
|
3197
|
+
placeholder: "First Name"
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
helperText: "Enter last name",
|
|
3201
|
+
keyboardType: "default",
|
|
3202
|
+
name: "lastName",
|
|
3203
|
+
placeholder: "Last Name"
|
|
3204
|
+
},
|
|
3205
|
+
{
|
|
3206
|
+
helperText: "Enter your new password",
|
|
3207
|
+
keyboardType: "default",
|
|
3208
|
+
name: "password",
|
|
3209
|
+
placeholder: "Password",
|
|
3210
|
+
secureTextEntry: true
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
helperText: "Confirm your new password",
|
|
3214
|
+
keyboardType: "default",
|
|
3215
|
+
name: "confirmPassword",
|
|
3216
|
+
placeholder: "Confirm Password",
|
|
3217
|
+
secureTextEntry: true
|
|
3218
|
+
}
|
|
3219
|
+
];
|
|
3027
3220
|
|
|
3028
3221
|
// src/formFields/socialMedia.ts
|
|
3029
3222
|
var socialMedia = [
|
|
@@ -3384,6 +3577,7 @@ var EVENT_LIST_ITEM = import_client.gql`
|
|
|
3384
3577
|
}
|
|
3385
3578
|
}
|
|
3386
3579
|
reviewCount
|
|
3580
|
+
slug
|
|
3387
3581
|
updatedAt
|
|
3388
3582
|
}
|
|
3389
3583
|
${DATETIME_FIELDS_FRAGMENT}
|
|
@@ -3494,6 +3688,7 @@ var EVENT = import_client2.gql`
|
|
|
3494
3688
|
socialMedia {
|
|
3495
3689
|
...SocialMediaFields
|
|
3496
3690
|
}
|
|
3691
|
+
slug
|
|
3497
3692
|
tags
|
|
3498
3693
|
termsAgreement {
|
|
3499
3694
|
...TermsAgreementFields
|
|
@@ -3689,6 +3884,7 @@ var VENDOR = import_client3.gql`
|
|
|
3689
3884
|
...RelationDates
|
|
3690
3885
|
}
|
|
3691
3886
|
}
|
|
3887
|
+
slug
|
|
3692
3888
|
socialMedia {
|
|
3693
3889
|
...SocialMediaFields
|
|
3694
3890
|
}
|
|
@@ -3901,6 +4097,7 @@ var PARTNER = import_client4.gql`
|
|
|
3901
4097
|
socialMedia {
|
|
3902
4098
|
...SocialMediaFields
|
|
3903
4099
|
}
|
|
4100
|
+
slug
|
|
3904
4101
|
termsAgreement {
|
|
3905
4102
|
...TermsAgreementFields
|
|
3906
4103
|
}
|
|
@@ -4115,6 +4312,7 @@ var POST_FIELDS_FRAGMENT = import_client7.gql`
|
|
|
4115
4312
|
}
|
|
4116
4313
|
tags
|
|
4117
4314
|
title
|
|
4315
|
+
slug
|
|
4118
4316
|
updatedAt
|
|
4119
4317
|
}
|
|
4120
4318
|
${POST_CONTENT_FIELDS_FRAGMENT}
|
|
@@ -8647,6 +8845,8 @@ var fonts = {
|
|
|
8647
8845
|
cluiFiles,
|
|
8648
8846
|
cluiIds,
|
|
8649
8847
|
cluiImages,
|
|
8848
|
+
collectStallholderStartDates,
|
|
8849
|
+
collectVendorEventRelationDateTimes,
|
|
8650
8850
|
companyContactFields,
|
|
8651
8851
|
computeDailyClueState,
|
|
8652
8852
|
contactUsFields,
|
|
@@ -8655,11 +8855,18 @@ var fonts = {
|
|
|
8655
8855
|
emailField,
|
|
8656
8856
|
eventBasicInfoFields,
|
|
8657
8857
|
eventEndDateFields,
|
|
8858
|
+
eventHasSelectedDate,
|
|
8658
8859
|
eventInfo,
|
|
8659
8860
|
eventInfoPaymentInfo,
|
|
8660
8861
|
eventMatchesDateStatusPeriod,
|
|
8661
8862
|
eventStartDateFields,
|
|
8863
|
+
eventStartDatesSet,
|
|
8662
8864
|
filterEventsByDateStatusPeriod,
|
|
8865
|
+
filterRegisteredVendorsByEventDatesOnly,
|
|
8866
|
+
filterRegisteredVendorsForEvent,
|
|
8867
|
+
filterUnregisteredVendorsByEventDatesOnly,
|
|
8868
|
+
filterUnregisteredVendorsForEvent,
|
|
8869
|
+
filterVendorEventsBySelectedDate,
|
|
8663
8870
|
findEventDateTimeByIsoDate,
|
|
8664
8871
|
fonts,
|
|
8665
8872
|
foodFlavourOptions,
|
|
@@ -8686,9 +8893,21 @@ var fonts = {
|
|
|
8686
8893
|
getAllowedEventDateStatuses,
|
|
8687
8894
|
getCurrentAndFutureDates,
|
|
8688
8895
|
getEventCalendarIsoDates,
|
|
8896
|
+
getEventDatesWithStallholders,
|
|
8689
8897
|
getEventScheduleStatusLabel,
|
|
8690
8898
|
getEventScheduleStatusPresentation,
|
|
8691
8899
|
getEventScheduleStatusTone,
|
|
8900
|
+
getEventStallholderEmptyMessage,
|
|
8901
|
+
getRegisteredVendorCategoryNames,
|
|
8902
|
+
getRegisteredVendorStartDates,
|
|
8903
|
+
getStallholderCategoryNames,
|
|
8904
|
+
getStallholderCategoryOptions,
|
|
8905
|
+
getUnregisteredVendorCategoryNames,
|
|
8906
|
+
getUnregisteredVendorStartDates,
|
|
8907
|
+
getVendorEventRelationDateOptions,
|
|
8908
|
+
getVendorEventRelationStartDates,
|
|
8909
|
+
getVendorEventsEmptyMessage,
|
|
8910
|
+
hasMatchingEventDate,
|
|
8692
8911
|
iconFiles,
|
|
8693
8912
|
iconIds,
|
|
8694
8913
|
icons,
|
|
@@ -8705,6 +8924,8 @@ var fonts = {
|
|
|
8705
8924
|
logoIds,
|
|
8706
8925
|
logos,
|
|
8707
8926
|
mapArrayToOptions,
|
|
8927
|
+
matchesCategory,
|
|
8928
|
+
matchesSelectedDate,
|
|
8708
8929
|
normalizeShareOgDescription,
|
|
8709
8930
|
normalizeShareRouteId,
|
|
8710
8931
|
normalizeShareText,
|
|
@@ -8725,6 +8946,7 @@ var fonts = {
|
|
|
8725
8946
|
profileFields,
|
|
8726
8947
|
refundPolicyOptions,
|
|
8727
8948
|
registerFields,
|
|
8949
|
+
relationHasSelectedDate,
|
|
8728
8950
|
removeTypename,
|
|
8729
8951
|
requestPasswordResetFields,
|
|
8730
8952
|
requirementsOptions,
|