@timardex/cluemart-shared 1.4.37 → 1.4.38
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/{auth-HbXNMRIh.d.mts → auth-DUBji9Ck.d.mts} +1 -1
- package/dist/{auth-B_WKc68t.d.ts → auth-DlfrrfXs.d.ts} +1 -1
- package/dist/{chunk-JKQ4GVSJ.mjs → chunk-M35ZHJPQ.mjs} +31 -1
- package/dist/chunk-M35ZHJPQ.mjs.map +1 -0
- package/dist/{chunk-LGLQLG47.mjs → chunk-PZUKAO6K.mjs} +5 -1
- package/dist/chunk-PZUKAO6K.mjs.map +1 -0
- package/dist/formFields/index.cjs +32 -0
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.d.mts +4 -2
- package/dist/formFields/index.d.ts +4 -2
- package/dist/formFields/index.mjs +5 -1
- package/dist/{global-DgA-5e-O.d.ts → global-B07TrIzO.d.ts} +8 -4
- package/dist/{global-V7YaFCJR.d.mts → global-DgdaY28O.d.mts} +8 -4
- package/dist/graphql/index.cjs +4 -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 +57 -8
- 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 +55 -10
- package/dist/hooks/index.mjs.map +1 -1
- package/dist/index.cjs +89 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +11 -5
- package/dist/index.d.ts +11 -5
- package/dist/index.mjs +87 -8
- package/dist/index.mjs.map +1 -1
- package/dist/{post-DklGTzDA.d.mts → post-75KGk2Nr.d.mts} +1 -1
- package/dist/{post-vmmaQ9XX.d.ts → post-Bt32gXMn.d.ts} +1 -1
- package/dist/{resourceActivities-BtWfy0kk.d.mts → resourceActivities-B2Yp2GKt.d.mts} +1 -1
- package/dist/{resourceActivities-fgwhRy0j.d.ts → resourceActivities-PNcgmHGK.d.ts} +1 -1
- package/dist/types/index.d.mts +5 -5
- package/dist/types/index.d.ts +5 -5
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-JKQ4GVSJ.mjs.map +0 -1
- package/dist/chunk-LGLQLG47.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-
|
|
1
|
+
import { F as FormField, a as FormDateField, O as OptionItem, R as Requirement, S as StallType, C as Category } from '../global-B07TrIzO.js';
|
|
2
2
|
import 'react-hook-form';
|
|
3
3
|
import '../enums/index.js';
|
|
4
4
|
|
|
@@ -59,6 +59,8 @@ declare const eventInfo: FormField[];
|
|
|
59
59
|
declare const eventInfoPaymentInfo: FormField[];
|
|
60
60
|
declare const requirementsOptions: Requirement[];
|
|
61
61
|
declare const stallTypeOptions: StallType[];
|
|
62
|
+
declare const stallholderCancellationOptions: OptionItem[];
|
|
63
|
+
declare const eventCancellationOptions: OptionItem[];
|
|
62
64
|
|
|
63
65
|
declare const loginFields: FormField[];
|
|
64
66
|
declare const registerFields: FormField[];
|
|
@@ -82,4 +84,4 @@ declare const companyContactFields: FormField[];
|
|
|
82
84
|
|
|
83
85
|
declare const partnerBasicInfoFields: FormField[];
|
|
84
86
|
|
|
85
|
-
export { availableCategories, availableTagTypes, categoryColors, companyContactFields, contactUsFields, emailField, eventBasicInfoFields, eventEndDateFields, eventInfo, eventInfoPaymentInfo, eventStartDateFields, foodFlavourOptions, loginFields, packagingOptions, partnerBasicInfoFields, producedIngOptions, productLabelGroups, profileFields, registerFields, requestPasswordResetFields, requirementsOptions, resetPasswordFields, socialMediaFields, stallTypeOptions, tagOptions, testersFields, validateVerificationTokenFields, vendorAvailability, vendorBasicInfoFields, vendorCompliance, vendorElectricity, vendorEndDateFields, vendorFoodFlavour, vendorFullAddress, vendorGazebo, vendorLocationDescription, vendorMenuFields, vendorMultiLocation, vendorPackaging, vendorPriceRange, vendorProducedIn, vendorStallSize, vendorStartDateFields, vendorTable };
|
|
87
|
+
export { availableCategories, availableTagTypes, categoryColors, companyContactFields, contactUsFields, emailField, eventBasicInfoFields, eventCancellationOptions, eventEndDateFields, eventInfo, eventInfoPaymentInfo, eventStartDateFields, foodFlavourOptions, loginFields, packagingOptions, partnerBasicInfoFields, producedIngOptions, productLabelGroups, profileFields, registerFields, requestPasswordResetFields, requirementsOptions, resetPasswordFields, socialMediaFields, stallTypeOptions, stallholderCancellationOptions, tagOptions, testersFields, validateVerificationTokenFields, vendorAvailability, vendorBasicInfoFields, vendorCompliance, vendorElectricity, vendorEndDateFields, vendorFoodFlavour, vendorFullAddress, vendorGazebo, vendorLocationDescription, vendorMenuFields, vendorMultiLocation, vendorPackaging, vendorPriceRange, vendorProducedIn, vendorStallSize, vendorStartDateFields, vendorTable };
|
|
@@ -6,6 +6,7 @@ import {
|
|
|
6
6
|
contactUsFields,
|
|
7
7
|
emailField,
|
|
8
8
|
eventBasicInfoFields,
|
|
9
|
+
eventCancellationOptions,
|
|
9
10
|
eventEndDateFields,
|
|
10
11
|
eventInfo,
|
|
11
12
|
eventInfoPaymentInfo,
|
|
@@ -23,6 +24,7 @@ import {
|
|
|
23
24
|
resetPasswordFields,
|
|
24
25
|
socialMediaFields,
|
|
25
26
|
stallTypeOptions,
|
|
27
|
+
stallholderCancellationOptions,
|
|
26
28
|
tagOptions,
|
|
27
29
|
testersFields,
|
|
28
30
|
validateVerificationTokenFields,
|
|
@@ -43,7 +45,7 @@ import {
|
|
|
43
45
|
vendorStallSize,
|
|
44
46
|
vendorStartDateFields,
|
|
45
47
|
vendorTable
|
|
46
|
-
} from "../chunk-
|
|
48
|
+
} from "../chunk-M35ZHJPQ.mjs";
|
|
47
49
|
import "../chunk-Z4W6CSYI.mjs";
|
|
48
50
|
import "../chunk-Z6FJKHRH.mjs";
|
|
49
51
|
export {
|
|
@@ -54,6 +56,7 @@ export {
|
|
|
54
56
|
contactUsFields,
|
|
55
57
|
emailField,
|
|
56
58
|
eventBasicInfoFields,
|
|
59
|
+
eventCancellationOptions,
|
|
57
60
|
eventEndDateFields,
|
|
58
61
|
eventInfo,
|
|
59
62
|
eventInfoPaymentInfo,
|
|
@@ -71,6 +74,7 @@ export {
|
|
|
71
74
|
resetPasswordFields,
|
|
72
75
|
socialMediaFields,
|
|
73
76
|
stallTypeOptions,
|
|
77
|
+
stallholderCancellationOptions,
|
|
74
78
|
tagOptions,
|
|
75
79
|
testersFields,
|
|
76
80
|
validateVerificationTokenFields,
|
|
@@ -58,6 +58,10 @@ interface EventInfoFormData {
|
|
|
58
58
|
packInTime: number;
|
|
59
59
|
paymentDueHours: number;
|
|
60
60
|
paymentInfo: PaymentInfoType[];
|
|
61
|
+
refundPolicy: {
|
|
62
|
+
cancelledByOrganiser: string[];
|
|
63
|
+
cancelledByVendor: string[];
|
|
64
|
+
};
|
|
61
65
|
requirements?: Requirement[];
|
|
62
66
|
}
|
|
63
67
|
interface EventFormData extends BaseResourceTypeFormData {
|
|
@@ -159,8 +163,8 @@ type VendorInfoFormData = {
|
|
|
159
163
|
foodFlavors: EnumFoodFlavor[];
|
|
160
164
|
packaging: string[];
|
|
161
165
|
priceRange: {
|
|
162
|
-
max:
|
|
163
|
-
min:
|
|
166
|
+
max: string;
|
|
167
|
+
min: string;
|
|
164
168
|
};
|
|
165
169
|
producedIn: string[];
|
|
166
170
|
};
|
|
@@ -171,8 +175,8 @@ type VendorInfoFormData = {
|
|
|
171
175
|
};
|
|
172
176
|
stallInfo: {
|
|
173
177
|
size: {
|
|
174
|
-
depth:
|
|
175
|
-
width:
|
|
178
|
+
depth: string;
|
|
179
|
+
width: string;
|
|
176
180
|
};
|
|
177
181
|
};
|
|
178
182
|
vendorId: string;
|
|
@@ -58,6 +58,10 @@ interface EventInfoFormData {
|
|
|
58
58
|
packInTime: number;
|
|
59
59
|
paymentDueHours: number;
|
|
60
60
|
paymentInfo: PaymentInfoType[];
|
|
61
|
+
refundPolicy: {
|
|
62
|
+
cancelledByOrganiser: string[];
|
|
63
|
+
cancelledByVendor: string[];
|
|
64
|
+
};
|
|
61
65
|
requirements?: Requirement[];
|
|
62
66
|
}
|
|
63
67
|
interface EventFormData extends BaseResourceTypeFormData {
|
|
@@ -159,8 +163,8 @@ type VendorInfoFormData = {
|
|
|
159
163
|
foodFlavors: EnumFoodFlavor[];
|
|
160
164
|
packaging: string[];
|
|
161
165
|
priceRange: {
|
|
162
|
-
max:
|
|
163
|
-
min:
|
|
166
|
+
max: string;
|
|
167
|
+
min: string;
|
|
164
168
|
};
|
|
165
169
|
producedIn: string[];
|
|
166
170
|
};
|
|
@@ -171,8 +175,8 @@ type VendorInfoFormData = {
|
|
|
171
175
|
};
|
|
172
176
|
stallInfo: {
|
|
173
177
|
size: {
|
|
174
|
-
depth:
|
|
175
|
-
width:
|
|
178
|
+
depth: string;
|
|
179
|
+
width: string;
|
|
176
180
|
};
|
|
177
181
|
};
|
|
178
182
|
vendorId: string;
|