@timardex/cluemart-shared 1.7.30 → 1.7.31

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.
Files changed (56) hide show
  1. package/dist/{ad-BDx9eYoO.d.mts → ad-BsAes_WS.d.mts} +2 -2
  2. package/dist/{ad-BYbSba4V.d.ts → ad-FrGeJoW6.d.ts} +2 -2
  3. package/dist/{affiliate-Cxdq9Q2k.d.ts → affiliate-2h_y0IL4.d.ts} +2 -2
  4. package/dist/{affiliate-kBWfF_ZN.d.mts → affiliate-KR-MNBCC.d.mts} +2 -2
  5. package/dist/auth/index.cjs +1 -0
  6. package/dist/auth/index.cjs.map +1 -1
  7. package/dist/auth/index.d.mts +3 -3
  8. package/dist/auth/index.d.ts +3 -3
  9. package/dist/auth/index.mjs +1 -1
  10. package/dist/{chunk-24JSCOFX.mjs → chunk-BGTWSB5L.mjs} +2 -2
  11. package/dist/{chunk-BIJ5NDXW.mjs → chunk-FSS2CZPR.mjs} +16 -6
  12. package/dist/chunk-FSS2CZPR.mjs.map +1 -0
  13. package/dist/{chunk-GZYTDNBQ.mjs → chunk-P2HBORDW.mjs} +2 -1
  14. package/dist/chunk-P2HBORDW.mjs.map +1 -0
  15. package/dist/{contactUs-Dk8zBwW9.d.ts → contactUs-CQqOcQk_.d.ts} +1 -1
  16. package/dist/{contactUs-BXjzZEI1.d.mts → contactUs-DOI78kmJ.d.mts} +1 -1
  17. package/dist/formFields/index.cjs +16 -6
  18. package/dist/formFields/index.cjs.map +1 -1
  19. package/dist/formFields/index.d.mts +3 -3
  20. package/dist/formFields/index.d.ts +3 -3
  21. package/dist/formFields/index.mjs +3 -3
  22. package/dist/{global-D1ZvBNbG.d.mts → global-C7xIDkiQ.d.mts} +1 -0
  23. package/dist/{global-Dot3RjVJ.d.ts → global-D-034Xws.d.ts} +1 -0
  24. package/dist/graphql/index.cjs +1 -0
  25. package/dist/graphql/index.cjs.map +1 -1
  26. package/dist/graphql/index.d.mts +5 -5
  27. package/dist/graphql/index.d.ts +5 -5
  28. package/dist/graphql/index.mjs +2 -2
  29. package/dist/hooks/index.cjs +3 -1
  30. package/dist/hooks/index.cjs.map +1 -1
  31. package/dist/hooks/index.d.mts +5 -5
  32. package/dist/hooks/index.d.ts +5 -5
  33. package/dist/hooks/index.mjs +5 -4
  34. package/dist/hooks/index.mjs.map +1 -1
  35. package/dist/index.cjs +17 -6
  36. package/dist/index.cjs.map +1 -1
  37. package/dist/index.d.mts +3 -2
  38. package/dist/index.d.ts +3 -2
  39. package/dist/index.mjs +16 -5
  40. package/dist/index.mjs.map +1 -1
  41. package/dist/map/index.d.mts +1 -1
  42. package/dist/map/index.d.ts +1 -1
  43. package/dist/{resourceActivities-kGzOHndG.d.mts → resourceActivities-CoCW9VLu.d.mts} +1 -1
  44. package/dist/{resourceActivities-E-7429jp.d.ts → resourceActivities-DMEtduFL.d.ts} +1 -1
  45. package/dist/sharing/index.d.mts +1 -1
  46. package/dist/sharing/index.d.ts +1 -1
  47. package/dist/types/index.d.mts +7 -7
  48. package/dist/types/index.d.ts +7 -7
  49. package/dist/{user-JCkXYAQS.d.mts → user-0qKK4juO.d.mts} +1 -1
  50. package/dist/{user-Ca0QNirI.d.ts → user-Bynr8XGA.d.ts} +1 -1
  51. package/dist/utils/index.d.mts +3 -3
  52. package/dist/utils/index.d.ts +3 -3
  53. package/package.json +1 -1
  54. package/dist/chunk-BIJ5NDXW.mjs.map +0 -1
  55. package/dist/chunk-GZYTDNBQ.mjs.map +0 -1
  56. /package/dist/{chunk-24JSCOFX.mjs.map → chunk-BGTWSB5L.mjs.map} +0 -0
package/dist/index.cjs CHANGED
@@ -480,10 +480,10 @@ __export(index_exports, {
480
480
  vendorFullAddress: () => vendorFullAddress,
481
481
  vendorGazebo: () => vendorGazebo,
482
482
  vendorLocationDescription: () => vendorLocationDescription,
483
- vendorMenuFields: () => vendorMenuFields,
484
483
  vendorPackaging: () => vendorPackaging,
485
484
  vendorPriceRange: () => vendorPriceRange,
486
485
  vendorProducedIn: () => vendorProducedIn,
486
+ vendorProductFields: () => vendorProductFields,
487
487
  vendorStallSize: () => vendorStallSize,
488
488
  vendorStartDateFields: () => vendorStartDateFields,
489
489
  vendorTable: () => vendorTable
@@ -809,23 +809,33 @@ var vendorLocationDescription = {
809
809
  name: "description",
810
810
  placeholder: "Description"
811
811
  };
812
- var vendorMenuFields = [
812
+ var vendorProductFields = [
813
813
  {
814
814
  helperText: "Item name",
815
815
  name: "name",
816
- placeholder: "Item name"
816
+ placeholder: "Item name",
817
+ required: true
817
818
  },
818
819
  {
819
820
  helperText: "Price",
820
821
  keyboardType: "decimal-pad",
821
822
  name: "price",
822
- placeholder: "Price"
823
+ placeholder: "Price",
824
+ required: true
825
+ },
826
+ {
827
+ helperText: "Price Max",
828
+ keyboardType: "decimal-pad",
829
+ name: "priceMax",
830
+ placeholder: "Price Max",
831
+ required: false
823
832
  },
824
833
  {
825
834
  helperText: "Item Description",
826
835
  isTextArea: true,
827
836
  name: "description",
828
- placeholder: "Item Description"
837
+ placeholder: "Item Description",
838
+ required: false
829
839
  }
830
840
  ];
831
841
  var productLabelGroups = [
@@ -4414,6 +4424,7 @@ var VENDOR_PRODUCT_LIST_FIELDS_FRAGMENT = import_client4.gql`
4414
4424
  description
4415
4425
  name
4416
4426
  price
4427
+ priceMax
4417
4428
  priceUnit
4418
4429
  productGroups
4419
4430
  updatedAt
@@ -9629,10 +9640,10 @@ function canAccessAdminPath(roles, pathname) {
9629
9640
  vendorFullAddress,
9630
9641
  vendorGazebo,
9631
9642
  vendorLocationDescription,
9632
- vendorMenuFields,
9633
9643
  vendorPackaging,
9634
9644
  vendorPriceRange,
9635
9645
  vendorProducedIn,
9646
+ vendorProductFields,
9636
9647
  vendorStallSize,
9637
9648
  vendorStartDateFields,
9638
9649
  vendorTable