npm-pkg-hook 1.12.9 → 1.13.1

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 (346) hide show
  1. package/dist/index.js +66 -15
  2. package/dist/index.js.map +1 -1
  3. package/dist/index.mjs +314 -267
  4. package/dist/index.mjs.map +1 -1
  5. package/package.json +13 -5
  6. package/.babelrc +0 -0
  7. package/.github/pull_request_template.md +0 -18
  8. package/.github/workflows/pepeline.yaml +0 -30
  9. package/eslint.config.mts +0 -153
  10. package/expire.json +0 -1
  11. package/jsconfig.json +0 -28
  12. package/script.txt +0 -7
  13. package/src/config/client/errors.ts +0 -39
  14. package/src/config/client/index.ts +0 -1
  15. package/src/config/content/en.json +0 -5
  16. package/src/config/content/es.json +0 -5
  17. package/src/config/content/index.ts +0 -16
  18. package/src/cookies/index.ts +0 -3
  19. package/src/hooks/addTenMinutes/index.ts +0 -14
  20. package/src/hooks/calculateLogLatHaversine/index.ts +0 -41
  21. package/src/hooks/completeSchedules/index.ts +0 -22
  22. package/src/hooks/convertToMilitaryTime/index.ts +0 -18
  23. package/src/hooks/generateStoreURL/index.ts +0 -41
  24. package/src/hooks/generateTemplate/index.ts +0 -66
  25. package/src/hooks/getCardType/index.ts +0 -24
  26. package/src/hooks/getCategoriesWithProduct/helpers/index.ts +0 -7
  27. package/src/hooks/getCategoriesWithProduct/index.ts +0 -62
  28. package/src/hooks/getGlobalSession/index.ts +0 -69
  29. package/src/hooks/getSession/index.ts +0 -72
  30. package/src/hooks/getTodayTimestamps/index.ts +0 -70
  31. package/src/hooks/getTotalHours/index.ts +0 -76
  32. package/src/hooks/handleLogin/index.ts +0 -14
  33. package/src/hooks/index.ts +0 -153
  34. package/src/hooks/isTokenExpired/index.ts +0 -17
  35. package/src/hooks/newMessageSubscription/index.ts +0 -28
  36. package/src/hooks/newStoreOrderSubscription/index.ts +0 -26
  37. package/src/hooks/statusOpenStores/helpers/index.ts +0 -124
  38. package/src/hooks/statusOpenStores/index.ts +0 -221
  39. package/src/hooks/updateExtProductFoodsOptional/index.ts +0 -49
  40. package/src/hooks/useAcumulateDate/index.ts +0 -18
  41. package/src/hooks/useAllStoresPendingToRegister/index.ts +0 -37
  42. package/src/hooks/useAmountInput/index.ts +0 -127
  43. package/src/hooks/useAnimationFrame/index.ts +0 -45
  44. package/src/hooks/useAnimationText/index.ts +0 -31
  45. package/src/hooks/useAsideCart/helpers/index.ts +0 -22
  46. package/src/hooks/useAsideCart/index.ts +0 -217
  47. package/src/hooks/useAsideCart/queries.ts +0 -10
  48. package/src/hooks/useBanner/index.ts +0 -20
  49. package/src/hooks/useCart/index.ts +0 -2
  50. package/src/hooks/useCart/queries.ts +0 -174
  51. package/src/hooks/useCart/useCart/helpers/index.ts +0 -79
  52. package/src/hooks/useCart/useCart/index.ts +0 -424
  53. package/src/hooks/useCart/useGetCart/index.ts +0 -34
  54. package/src/hooks/useCatWithProduct/index.ts +0 -54
  55. package/src/hooks/useCatWithProduct/queries.ts +0 -200
  56. package/src/hooks/useCatWithProduct/types/index.ts +0 -104
  57. package/src/hooks/useCatWithProductClient/index.ts +0 -57
  58. package/src/hooks/useCatWithProductClient/queries.ts +0 -56
  59. package/src/hooks/useCategoriesProduct/index.ts +0 -14
  60. package/src/hooks/useCategoriesProduct/queries.ts +0 -16
  61. package/src/hooks/useCategoryInStore/index.ts +0 -167
  62. package/src/hooks/useCategoryInStore/queries.ts +0 -78
  63. package/src/hooks/useCategoryStore/index.ts +0 -8
  64. package/src/hooks/useCategoryStore/queries.ts +0 -16
  65. package/src/hooks/useChartData/index.ts +0 -171
  66. package/src/hooks/useChartData/useChartData/index.ts +0 -200
  67. package/src/hooks/useChartData/useChartDataAllOrders/index.ts +0 -94
  68. package/src/hooks/useChatRoomSubscription/index.ts +0 -28
  69. package/src/hooks/useCheckbox/index.ts +0 -115
  70. package/src/hooks/useCities/index.ts +0 -14
  71. package/src/hooks/useCities/queries.ts +0 -12
  72. package/src/hooks/useClients/index.ts +0 -97
  73. package/src/hooks/useClients/queries.ts +0 -215
  74. package/src/hooks/useColorByLetters/helpers/alea.ts +0 -73
  75. package/src/hooks/useColorByLetters/helpers/colors.ts +0 -45
  76. package/src/hooks/useColorByLetters/helpers/index.ts +0 -22
  77. package/src/hooks/useColorByLetters/helpers/mersenne_twister.ts +0 -118
  78. package/src/hooks/useColorByLetters/index.ts +0 -24
  79. package/src/hooks/useConnection/index.ts +0 -24
  80. package/src/hooks/useCountries/index.ts +0 -20
  81. package/src/hooks/useCountries/queries.ts +0 -12
  82. package/src/hooks/useCreateDeliveryTime/index.ts +0 -51
  83. package/src/hooks/useCreateOrderStatusType/index.ts +0 -134
  84. package/src/hooks/useCreateProduct/helpers/index.ts +0 -23
  85. package/src/hooks/useCreateProduct/helpers/manageCacheDataCatProduct/index.ts +0 -52
  86. package/src/hooks/useCreateProduct/helpers/useEditImageProduct/index.ts +0 -182
  87. package/src/hooks/useCreateProduct/index.ts +0 -337
  88. package/src/hooks/useCreateStorePendingToRegister/index.ts +0 -17
  89. package/src/hooks/useCreateStorePendingToRegister/queries.ts +0 -10
  90. package/src/hooks/useDashboardComponents/index.ts +0 -50
  91. package/src/hooks/useDeleteExtraProductFoods/index.ts +0 -13
  92. package/src/hooks/useDeleteSubProductOptional/index.ts +0 -32
  93. package/src/hooks/useDeleteSubProductOptional/queries.ts +0 -10
  94. package/src/hooks/useDeliveryTime/index.ts +0 -29
  95. package/src/hooks/useDepartments/index.ts +0 -14
  96. package/src/hooks/useDepartments/queries.ts +0 -13
  97. package/src/hooks/useDessert/helpers/index.ts +0 -51
  98. package/src/hooks/useDessert/index.ts +0 -529
  99. package/src/hooks/useDessertWithPrice/helpers/index.ts +0 -76
  100. package/src/hooks/useDessertWithPrice/index.ts +0 -381
  101. package/src/hooks/useDessertWithPrice/queries.ts +0 -18
  102. package/src/hooks/useDevWS/index.ts +0 -53
  103. package/src/hooks/useDevices/index.ts +0 -2
  104. package/src/hooks/useDevices/queries.ts +0 -28
  105. package/src/hooks/useDevices/useGetDevices.ts +0 -28
  106. package/src/hooks/useDevices/useRegisterDevices.ts +0 -75
  107. package/src/hooks/useDownloadReports/helpers/downloadFileFromResponse.ts +0 -21
  108. package/src/hooks/useDownloadReports/index.ts +0 -2
  109. package/src/hooks/useDownloadReports/useDownloadReportByDay/index.ts +0 -105
  110. package/src/hooks/useDownloadReports/useGetReportByDateRange/index.ts +0 -116
  111. package/src/hooks/useDrag/index.ts +0 -79
  112. package/src/hooks/useDropzone/index.ts +0 -94
  113. package/src/hooks/useDynamicAuth/index.ts +0 -14
  114. package/src/hooks/useDynamicAuth/queries.ts +0 -24
  115. package/src/hooks/useEditCategory/index.ts +0 -41
  116. package/src/hooks/useEditOneExtProductFoodOptional/index.ts +0 -28
  117. package/src/hooks/useEditOneExtProductFoodOptional/queries.ts +0 -16
  118. package/src/hooks/useEditSubProductOptional/index.ts +0 -12
  119. package/src/hooks/useEditSubProductOptional/queries.ts +0 -10
  120. package/src/hooks/useEmployee/index.ts +0 -18
  121. package/src/hooks/useEmployee/queries.ts +0 -85
  122. package/src/hooks/useEmployee/useCreateEmployee.ts +0 -90
  123. package/src/hooks/useEvent/index.ts +0 -34
  124. package/src/hooks/useFavoriteStores/index.ts +0 -31
  125. package/src/hooks/useFavoriteStores/queries.ts +0 -54
  126. package/src/hooks/useFetchJson/index.ts +0 -25
  127. package/src/hooks/useFetchMoreInteractions/index.jsx +0 -39
  128. package/src/hooks/useFilterConfigs/index.ts +0 -173
  129. package/src/hooks/useFingerprintjs/index.ts +0 -197
  130. package/src/hooks/useFormTools/index.ts +0 -143
  131. package/src/hooks/useFormatDate/index.ts +0 -91
  132. package/src/hooks/useFormatNumberPhone/index.ts +0 -23
  133. package/src/hooks/useFullScreenMode/index.ts +0 -61
  134. package/src/hooks/useGenerateNumberArray/index.ts +0 -17
  135. package/src/hooks/useGetAllLocationUser/index.ts +0 -13
  136. package/src/hooks/useGetAllLocationUser/queries.ts +0 -44
  137. package/src/hooks/useGetAllSales/index.ts +0 -26
  138. package/src/hooks/useGetCookies/index.ts +0 -43
  139. package/src/hooks/useGetExtProductFoodsSubOptionalAll/index.ts +0 -15
  140. package/src/hooks/useGetFoodRecomended/index.ts +0 -33
  141. package/src/hooks/useGetFoodRecomended/queries.ts +0 -47
  142. package/src/hooks/useGetMessagesToRoom/index.ts +0 -23
  143. package/src/hooks/useGetMinPrice/index.ts +0 -13
  144. package/src/hooks/useGetMinPrice/queries.ts +0 -7
  145. package/src/hooks/useGetOneStoreRating/index.ts +0 -41
  146. package/src/hooks/useGetOneStoreRating/queries.ts +0 -18
  147. package/src/hooks/useGetSalesAmountToday/index.ts +0 -31
  148. package/src/hooks/useGetStoreCookie/index.ts +0 -21
  149. package/src/hooks/useGoogleLogin/index.ts +0 -169
  150. package/src/hooks/useGoogleLogin/loadScript.ts +0 -15
  151. package/src/hooks/useGoogleLogin/removeScript.ts +0 -7
  152. package/src/hooks/useHover/index.ts +0 -32
  153. package/src/hooks/useImageOptimization/index.ts +0 -32
  154. package/src/hooks/useImageUploaderProduct/helper/canvasUtils.ts +0 -146
  155. package/src/hooks/useImageUploaderProduct/helper/getOrientation.ts +0 -54
  156. package/src/hooks/useImageUploaderProduct/helper/index.ts +0 -5
  157. package/src/hooks/useImageUploaderProduct/index.ts +0 -295
  158. package/src/hooks/useImageWeight/index.ts +0 -55
  159. package/src/hooks/useImagesStore/index.ts +0 -227
  160. package/src/hooks/useImagesStore/queries.ts +0 -193
  161. package/src/hooks/useImagesStore/utils/index.ts +0 -4
  162. package/src/hooks/useIncomingOrders/index.ts +0 -11
  163. package/src/hooks/useIncomingOrders/queries.ts +0 -87
  164. package/src/hooks/useInnerHtml/index.ts +0 -39
  165. package/src/hooks/useIntersection/index.ts +0 -84
  166. package/src/hooks/useInventory/index.ts +0 -2
  167. package/src/hooks/useInventory/queries.ts +0 -58
  168. package/src/hooks/useInventory/useGetProductsInStock.ts +0 -16
  169. package/src/hooks/useInventory/useUpdateManageStock.ts +0 -41
  170. package/src/hooks/useKeypress/index.ts +0 -28
  171. package/src/hooks/useLazyScript/index.ts +0 -74
  172. package/src/hooks/useLocalBackendIp/index.ts +0 -34
  173. package/src/hooks/useLocalSorage/index.ts +0 -36
  174. package/src/hooks/useLocationManager/index.ts +0 -63
  175. package/src/hooks/useLocationNavigate/index.ts +0 -54
  176. package/src/hooks/useLoginEmployeeInStore/index.ts +0 -38
  177. package/src/hooks/useLogout/helpers/BroadcastChannel.ts +0 -74
  178. package/src/hooks/useLogout/helpers/apiBaseUrl.ts +0 -12
  179. package/src/hooks/useLogout/helpers/fetchData.ts +0 -37
  180. package/src/hooks/useLogout/helpers/getCsrfToken.ts +0 -37
  181. package/src/hooks/useLogout/helpers/index.ts +0 -65
  182. package/src/hooks/useLogout/helpers/logger.ts +0 -88
  183. package/src/hooks/useLogout/helpers/parseUrl.ts +0 -39
  184. package/src/hooks/useLogout/index.ts +0 -105
  185. package/src/hooks/useManageNewOrder/helpers/index.ts +0 -45
  186. package/src/hooks/useManageNewOrder/helpers/mock.ts +0 -0
  187. package/src/hooks/useManageNewOrder/index.ts +0 -104
  188. package/src/hooks/useManageQueryParams/index.ts +0 -120
  189. package/src/hooks/useMobile/index.ts +0 -65
  190. package/src/hooks/useModules/helpers/index.ts +0 -1
  191. package/src/hooks/useModules/helpers/validateModules.ts +0 -29
  192. package/src/hooks/useModules/index.ts +0 -124
  193. package/src/hooks/useMouse/index.ts +0 -55
  194. package/src/hooks/useMutateHeight/index.ts +0 -36
  195. package/src/hooks/useOrderClient/index.ts +0 -5
  196. package/src/hooks/useOrderStatusTypes/index.ts +0 -2
  197. package/src/hooks/useOrderStatusTypes/useOrderStatusTypes/index.ts +0 -133
  198. package/src/hooks/useOrderStatusTypes/useUpdateOrderStatusPriorities/index.ts +0 -99
  199. package/src/hooks/useOrders/index.ts +0 -3
  200. package/src/hooks/useOrders/queries.ts +0 -99
  201. package/src/hooks/useOrders/useChangeOrderState/index.ts +0 -128
  202. package/src/hooks/useOrders/useOrdersFromStore/index.ts +0 -78
  203. package/src/hooks/usePWAInstall/index.ts +0 -38
  204. package/src/hooks/usePaymentMethod/index.ts +0 -3
  205. package/src/hooks/usePaymentMethod/paymentMethod.gql.ts +0 -62
  206. package/src/hooks/usePaymentMethod/paymentMethod.types.ts +0 -28
  207. package/src/hooks/usePaymentMethod/useCreatePaymentMethod/index.ts +0 -25
  208. package/src/hooks/usePaymentMethod/useGetAllPaymentMethods/index.ts +0 -19
  209. package/src/hooks/usePaymentMethod/useGetPaymentMethod/index.ts +0 -26
  210. package/src/hooks/usePortFetcher/index.ts +0 -33
  211. package/src/hooks/usePrintSaleTicket/index.ts +0 -68
  212. package/src/hooks/useProductsFood/index.ts +0 -341
  213. package/src/hooks/useProductsFood/queriesStore.ts +0 -964
  214. package/src/hooks/useProductsFood/types/index.ts +0 -0
  215. package/src/hooks/useProductsFood/useEditProduct.ts +0 -49
  216. package/src/hooks/useProductsFood/usetagsProducts.ts +0 -101
  217. package/src/hooks/useProviders/index.ts +0 -3
  218. package/src/hooks/useProviders/queries.ts +0 -31
  219. package/src/hooks/useProviders/useProvidersCreateStore/index.ts +0 -13
  220. package/src/hooks/useProviders/useProvidersDataStore/index.ts +0 -25
  221. package/src/hooks/useProvidersStore/index.ts +0 -25
  222. package/src/hooks/useProvidersStore/queries.ts +0 -31
  223. package/src/hooks/usePushNotificationOrder/index.ts +0 -52
  224. package/src/hooks/usePushNotifications/helpers/index.ts +0 -123
  225. package/src/hooks/usePushNotifications/index.ts +0 -150
  226. package/src/hooks/useQueryLocationsMap/index.ts +0 -20
  227. package/src/hooks/useQueryLocationsMap/queries.ts +0 -40
  228. package/src/hooks/useRatingArrayData/index.ts +0 -54
  229. package/src/hooks/useRatingArrayData/queries.ts +0 -19
  230. package/src/hooks/useReactToPrint/index.txt +0 -1223
  231. package/src/hooks/useRemoveExtraProductFoodsOptional/index.ts +0 -24
  232. package/src/hooks/useRemoveExtraProductFoodsOptional/queries.ts +0 -48
  233. package/src/hooks/useReport/index.ts +0 -48
  234. package/src/hooks/useReport/queries.ts +0 -72
  235. package/src/hooks/useRestaurant/helpers/index.ts +0 -28
  236. package/src/hooks/useRestaurant/helpers/manageStatusOpen.ts +0 -26
  237. package/src/hooks/useRestaurant/index.ts +0 -71
  238. package/src/hooks/useRestaurant/queries.ts +0 -81
  239. package/src/hooks/useRoads/index.ts +0 -20
  240. package/src/hooks/useRoads/queries.ts +0 -13
  241. package/src/hooks/useRoles/index.ts +0 -4
  242. package/src/hooks/useRoles/queries.ts +0 -70
  243. package/src/hooks/useRoles/useCreateRole.ts +0 -40
  244. package/src/hooks/useRoles/useGetRoles.ts +0 -37
  245. package/src/hooks/useRoles/useRemoveRoles.ts +0 -40
  246. package/src/hooks/useRoles/useUpdateRolesPriority.ts +0 -44
  247. package/src/hooks/useSales/helpers/add-product.utils.ts +0 -120
  248. package/src/hooks/useSales/helpers/apply-discount-to-cart.utils.ts +0 -292
  249. package/src/hooks/useSales/helpers/comment-product.utils.ts +0 -41
  250. package/src/hooks/useSales/helpers/constants/index.ts +0 -38
  251. package/src/hooks/useSales/helpers/extras.utils.ts +0 -42
  252. package/src/hooks/useSales/helpers/filterProductsByCarProId.utils.ts +0 -17
  253. package/src/hooks/useSales/helpers/increment-product-quantity.utils.ts +0 -76
  254. package/src/hooks/useSales/helpers/index.ts +0 -3
  255. package/src/hooks/useSales/helpers/initializer.utils.ts +0 -22
  256. package/src/hooks/useSales/helpers/isStockInsufficient.ts +0 -3
  257. package/src/hooks/useSales/helpers/remove-product.utils.test.ts +0 -49
  258. package/src/hooks/useSales/helpers/remove-product.utils.ts +0 -34
  259. package/src/hooks/useSales/helpers/resolveProduct.ts +0 -29
  260. package/src/hooks/useSales/helpers/useAddToCart.ts +0 -64
  261. package/src/hooks/useSales/index.ts +0 -1418
  262. package/src/hooks/useSales/queries.ts +0 -532
  263. package/src/hooks/useSales/types/index.ts +0 -206
  264. package/src/hooks/useSales/types/use-sales.types.ts +0 -8
  265. package/src/hooks/useSales/useGetSale.ts +0 -21
  266. package/src/hooks/useSales/useTotalSales.ts +0 -24
  267. package/src/hooks/useSaveAvailableProduct/helpers/index.ts +0 -38
  268. package/src/hooks/useSaveAvailableProduct/index.ts +0 -32
  269. package/src/hooks/useSaveAvailableProduct/queries.ts +0 -10
  270. package/src/hooks/useSaveLocation/index.ts +0 -17
  271. package/src/hooks/useSaveLocation/queries.ts +0 -19
  272. package/src/hooks/useSchedule/index.ts +0 -35
  273. package/src/hooks/useSchedule/queries.ts +0 -43
  274. package/src/hooks/useSchedule/schedule.ts +0 -79
  275. package/src/hooks/useScheduleData/index.ts +0 -135
  276. package/src/hooks/useScroll/index.ts +0 -56
  277. package/src/hooks/useScrollRotate/index.ts +0 -16
  278. package/src/hooks/useSetImageProducts/index.ts +0 -59
  279. package/src/hooks/useSetImageProducts/queries.ts +0 -18
  280. package/src/hooks/useSetSession/index.ts +0 -44
  281. package/src/hooks/useSetState/index.ts +0 -24
  282. package/src/hooks/useSetupSchedule/helpers/index.ts +0 -85
  283. package/src/hooks/useSetupSchedule/index.ts +0 -284
  284. package/src/hooks/useStatusOpenStore/helpers/index.ts +0 -124
  285. package/src/hooks/useStatusOpenStore/index.ts +0 -195
  286. package/src/hooks/useStatusOrdersClient/helpers/index.ts +0 -14
  287. package/src/hooks/useStatusOrdersClient/index.ts +0 -18
  288. package/src/hooks/useStatusOrdersClient/queries.ts +0 -80
  289. package/src/hooks/useStock/index.ts +0 -1
  290. package/src/hooks/useStock/useStockUpdatedAllSubscription.ts +0 -40
  291. package/src/hooks/useStockMovements/helpers/index.ts +0 -16
  292. package/src/hooks/useStockMovements/index.ts +0 -39
  293. package/src/hooks/useStore/index.ts +0 -83
  294. package/src/hooks/useStore/queries.ts +0 -163
  295. package/src/hooks/useStoreCalendar/index.ts +0 -5
  296. package/src/hooks/useStoreContacts/index.ts +0 -53
  297. package/src/hooks/useStoreContacts/queries.ts +0 -48
  298. package/src/hooks/useStoreTable/index.ts +0 -2
  299. package/src/hooks/useStoreTable/queries.ts +0 -47
  300. package/src/hooks/useStoreTable/useStoreTableCreate.ts +0 -77
  301. package/src/hooks/useStoreTable/useStoreTables.ts +0 -15
  302. package/src/hooks/useSubscriptionValidation/index.ts +0 -112
  303. package/src/hooks/useTagProducts/index.ts +0 -3
  304. package/src/hooks/useTagProducts/useDeleteOneTag.ts +0 -106
  305. package/src/hooks/useTagProducts/useGetAllTags.ts +0 -68
  306. package/src/hooks/useTagProducts/useRegisterMultipleTags.ts +0 -157
  307. package/src/hooks/useTheme/index.ts +0 -65
  308. package/src/hooks/useTimeAgo/useTimeAgo.ts +0 -39
  309. package/src/hooks/useTokenCards/index.ts +0 -45
  310. package/src/hooks/useTopProductsMovements/index.ts +0 -27
  311. package/src/hooks/useTotalAllSales/index.ts +0 -25
  312. package/src/hooks/useTotalProductsInStock/index.ts +0 -23
  313. package/src/hooks/useTotalProductsSold/index.ts +0 -23
  314. package/src/hooks/useTotalProductsSolded/index.ts +0 -20
  315. package/src/hooks/useUpdateCart/index.ts +0 -131
  316. package/src/hooks/useUpdateCartCookie/index.ts +0 -60
  317. package/src/hooks/useUpdateDashboardComponent/index.ts +0 -91
  318. package/src/hooks/useUpdateExistingOrders/index.ts +0 -85
  319. package/src/hooks/useUpdateExtProductFoodsSubOptional/index.ts +0 -61
  320. package/src/hooks/useUpdateModuleOrder/index.ts +0 -37
  321. package/src/hooks/useUpdateMultipleExtProduct/index.ts +0 -34
  322. package/src/hooks/useUpdateMultipleExtProduct/queries.ts +0 -33
  323. package/src/hooks/useUpdateMultipleProducts/index.ts +0 -117
  324. package/src/hooks/useUpdateMultipleProducts/queries.ts +0 -51
  325. package/src/hooks/useUploadProducts/helpers/index.ts +0 -1
  326. package/src/hooks/useUploadProducts/helpers/parseNumber.ts +0 -37
  327. package/src/hooks/useUploadProducts/helpers/validateProductDataExcel.ts +0 -73
  328. package/src/hooks/useUploadProducts/index.ts +0 -442
  329. package/src/hooks/useUpsertGoal/index.ts +0 -68
  330. package/src/hooks/useUser/index.ts +0 -24
  331. package/src/hooks/useUser/queries.ts +0 -131
  332. package/src/hooks/useWeeklyStockMovement/helpers/index.ts +0 -32
  333. package/src/hooks/useWeeklyStockMovement/index.ts +0 -52
  334. package/src/hooks/useWindowSize/index.ts +0 -45
  335. package/src/index.ts +0 -8
  336. package/src/mock/dessert/index.ts +0 -16
  337. package/src/mock/index.ts +0 -1
  338. package/src/security/index.ts +0 -1
  339. package/src/services/index.ts +0 -1
  340. package/src/utils/UtilDateRange.ts +0 -56
  341. package/src/utils/generateCode.ts +0 -222
  342. package/src/utils/index.ts +0 -2
  343. package/src/utils/utils.ts +0 -344
  344. package/tsconfig.eslint.json +0 -16
  345. package/tsconfig.json +0 -21
  346. package/tsup.config.ts +0 -24
@@ -1,193 +0,0 @@
1
- import { gql } from '@apollo/client'
2
-
3
- export const CREATE_SCHEDULE_STORE = gql`
4
- mutation setStoreSchedule($input: IsStoreSchedule!) {
5
- setStoreSchedule(input: $input) {
6
- success
7
- message
8
- }
9
- }
10
- `
11
- export const GET_SCHEDULE_STORE = gql`
12
- query getStoreSchedules($schDay: Int, $idStore: ID) {
13
- getStoreSchedules(schDay: $schDay, idStore: $idStore) {
14
- schId
15
- idStore
16
- schDay
17
- schHoSta
18
- schHoEnd
19
- schState
20
- }
21
- }
22
- `
23
- export const GET_ONE_SCHEDULE_STORE = gql`
24
- query getOneStoreSchedules($schDay: Int, $idStore: ID) {
25
- getOneStoreSchedules(schDay: $schDay, idStore: $idStore) {
26
- schId
27
- schDay
28
- schHoSta
29
- schHoEnd
30
- schState
31
- }
32
- }
33
- `
34
- export const GET_CAT_OF_PRODUCTS = gql`
35
- query getAllCatOfProducts($idStore: ID) {
36
- getAllCatOfProducts(idStore: $idStore) {
37
- id
38
- cpId
39
- catName
40
- catDescription
41
- schState
42
- }
43
- }
44
- `
45
- export const REGISTER_CAT_OF_PRODUCTS = gql`
46
- mutation updatedProducts($input: InputCatProducts) {
47
- updatedProducts(input: $input) {
48
- success
49
- message
50
- }
51
- }
52
- `
53
- export const REGISTER_CONTRACT_STORE = gql`
54
- mutation createOneContract($input: InputContractType) {
55
- createOneContract(input: $input) {
56
- success
57
- message
58
- }
59
- }
60
- `
61
- export const GET_ALL_EMPLOYEE_STORE = gql`
62
- query employees($umId: ID, $cId: ID, $aId: ID) {
63
- employees(umId: $umId, cId: $cId, aId: $aId) {
64
- eId
65
- idStore
66
- id
67
- idEmployee
68
- eSalary
69
- typeContract
70
- uEmail
71
- termContract
72
- eDatAdm
73
- eState
74
- }
75
- }
76
- `
77
-
78
- export const GET_ALL_RATING_START_STORE = gql`
79
- query getAllRatingStar($idStore: ID) {
80
- getAllRatingStar(idStore: $idStore) {
81
- rSId
82
- rScore
83
- idStore
84
- createAt
85
- }
86
- }
87
- `
88
- export const GET_ALL_VISITOR_STORE = gql`
89
- query getAllVisitorStore(
90
- $idStore: ID
91
- $search: String
92
- $min: Int
93
- $max: Int
94
- $fromDate: DateTime
95
- $toDate: DateTime
96
- ) {
97
- getAllVisitorStore(
98
- idStore: $idStore
99
- search: $search
100
- min: $min
101
- max: $max
102
- fromDate: $fromDate
103
- toDate: $toDate
104
- ) {
105
- visitStoreId
106
- id
107
- idStore
108
- createAt
109
- updateAt
110
- }
111
- }
112
- `
113
- export const GET_MIN_PEDIDO = gql`
114
- query getMinPrice($idStore: ID) {
115
- getMinPrice(idStore: $idStore)
116
- }
117
- `
118
-
119
-
120
- export const GET_All_RATING_STORE = gql`
121
- query getAllRating($idStore: ID) {
122
- getAllRating(idStore: $idStore) {
123
- idStore
124
- rId
125
- id
126
- rAppearance
127
- rTasty
128
- rGoodTemperature
129
- rGoodCondition
130
- rState
131
- createAt
132
- updateAt
133
- }
134
- }
135
- `
136
- export const CREATE_LOGO = gql`
137
- mutation registerLogo($logo: Upload, $idStore: ID) {
138
- registerLogo(logo: $logo, idStore: $idStore) {
139
- success
140
- message
141
- }
142
- }
143
- `
144
- export const CREATE_BANNER_STORE = gql`
145
- mutation registerBanner($input: IBanner) {
146
- registerBanner(input: $input) {
147
- success
148
- message
149
- }
150
- }
151
- `
152
- export const DELETE_ONE_LOGO_STORE = gql`
153
- mutation deleteALogoStore($idStore: ID, $Image: String) {
154
- deleteALogoStore(idStore: $idStore, Image: $Image) {
155
- message
156
- success
157
- }
158
- }
159
- `
160
- export const GET_ONE_BANNER_STORE = gql`
161
- query getOneBanners($idStore: ID, $id: ID) {
162
- getOneBanners(idStore: $idStore, id: $id) {
163
- bnId
164
- id
165
- path
166
- bnImageFileName
167
- idStore
168
- bnState
169
- createAt
170
- updateAt
171
- }
172
- }
173
- `
174
- export const DELETE_ONE_BANNER_STORE = gql`
175
- mutation DeleteOneBanner(
176
- $bnState: Int
177
- $idStore: ID
178
- $bnId: ID
179
- $bnImage: String
180
- $bnImageFileName: String
181
- ) {
182
- DeleteOneBanner(
183
- bnState: $bnState
184
- idStore: $idStore
185
- bnId: $bnId
186
- bnImage: $bnImage
187
- bnImageFileName: $bnImageFileName
188
- ) {
189
- success
190
- message
191
- }
192
- }
193
- `
@@ -1,4 +0,0 @@
1
- export const color = {
2
- success: 'success',
3
- error: 'error'
4
- }
@@ -1,11 +0,0 @@
1
- import { useQuery } from '@apollo/client'
2
-
3
- import { GET_ALL_INCOMING_ORDERS } from './queries' // Asegúrate de importar tu consulta GraphQL
4
-
5
- export const useIncomingOrders = ({ statusOrder, idStore }) => {
6
- const { data, loading, error } = useQuery(GET_ALL_INCOMING_ORDERS, {
7
- variables: (statusOrder && idStore) ? { statusOrder, idStore } : {}
8
- })
9
-
10
- return [data?.getAllIncomingToDayOrders || [], { loading, error }]
11
- }
@@ -1,87 +0,0 @@
1
- import { gql } from '@apollo/client'
2
-
3
- export const GET_ALL_INCOMING_ORDERS = gql`
4
- query getAllIncomingToDayOrders($statusOrder: Int, $idStore: ID) {
5
- getAllIncomingToDayOrders(statusOrder: $statusOrder, idStore: $idStore) {
6
- pdpId
7
- pCodeRef
8
- idStore
9
- pPDate
10
- channel
11
- pSState
12
- pDatCre
13
- pDatMod
14
- pPRecoger
15
- payId
16
- pdpId
17
- totalProductsPrice
18
- locationUser
19
- getAllPedidoStore {
20
- pdpId
21
- idStore
22
- pCodeRef
23
- ShoppingCard
24
- getAllShoppingCard {
25
- ShoppingCard
26
- cantProducts
27
- priceProduct
28
- refCodePid
29
- subProductsId
30
- comments
31
- pId
32
- salesExtProductFoodOptional {
33
- pId
34
- opExPid
35
- OptionalProName
36
- state
37
- code
38
- required
39
- numbersOptionalOnly
40
- pDatCre
41
- pDatMod
42
- saleExtProductFoodsSubOptionalAll {
43
- pId
44
- opExPid
45
- idStore
46
- opSubExPid
47
- OptionalSubProName
48
- exCodeOptionExtra
49
- exCode
50
- state
51
- pDatCre
52
- pDatMod
53
- }
54
- }
55
- ExtProductFoodsAll {
56
- pId
57
- exPid
58
- exState
59
- extraName
60
- extraPrice
61
- newExtraPrice
62
- quantity
63
- state
64
- pDatCre
65
- pDatMod
66
- }
67
- productFood {
68
- pId
69
- carProId
70
- colorId
71
- idStore
72
- pName
73
- ProPrice
74
- ProDescuento
75
- ProDescription
76
- ValueDelivery
77
- ProImage
78
- ProStar
79
- pState
80
- pDatCre
81
- pDatMod
82
- }
83
- }
84
- }
85
- }
86
- }
87
- `
@@ -1,39 +0,0 @@
1
- import React from 'react'
2
- import { createRoot } from 'react-dom' // Import createRoot from react-dom
3
- import './styles.css'
4
-
5
- const htmlText =
6
- '<p style=\'display:inline;\'>Lorem ipsum</p> dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.'
7
-
8
- function App () {
9
- const [state, setState] = React.useState({
10
- showOriginalHTML: false,
11
- originalHTML: htmlText
12
- })
13
-
14
- const handleShowText = React.useCallback(() => {
15
- setState((prevState) => {
16
- return {
17
- ...prevState,
18
- showOriginalHTML: !prevState.showOriginalHTML
19
- }
20
- })
21
- }, [setState])
22
-
23
- return (
24
- <div className='container'>
25
- <div
26
- className='text'
27
- dangerouslySetInnerHTML={{
28
- __html: `${state.originalHTML}`
29
- }}
30
- />
31
- <button className='read-more' onClick={handleShowText}>
32
- {!state.showOriginalHTML ? 'read more' : 'show less'}
33
- </button>
34
- </div>
35
- )
36
- }
37
-
38
- const root = document.getElementById('root')
39
- createRoot(root).render(<App />) // Use createRoot to render your React app
@@ -1,84 +0,0 @@
1
- import { useEffect, useState } from 'react'
2
-
3
- export const useOnScreen = (threshold = 0.6) => {
4
- const [isVisible, setIsVisible] = useState(false)
5
- const [ref, setRef] = useState(null)
6
-
7
- useEffect(
8
- () => {
9
- let observer
10
- if (ref) {
11
- observer = new IntersectionObserver(
12
- ([entry]) => {
13
- setIsVisible(entry.isIntersecting)
14
- },
15
- {
16
- // rootMargin,
17
- threshold
18
- }
19
- )
20
- observer.observe(ref)
21
- }
22
-
23
- return () => {
24
- if (ref && observer) observer.unobserve(ref)
25
- }
26
- },
27
- [ref]
28
- )
29
-
30
- return [setRef, isVisible]
31
- }
32
-
33
- const defaultObserverOptions = {
34
- root: null,
35
- threshold: 0.1,
36
- rootMargin: '0px'
37
- }
38
-
39
- export const useIntersectionObserver = ({
40
- active = true,
41
- disconnect,
42
- el,
43
- options = defaultObserverOptions,
44
- onEnter = () => {},
45
- out = () => {}
46
- }) => {
47
- const [onScreen, setOnScreen] = useState()
48
- useEffect(() => {
49
- let observer
50
- const refEl = el.current
51
- if (IntersectionObserver && active && refEl) {
52
- observer = new IntersectionObserver((entries) => {
53
- entries.forEach((entry) => {
54
- if (disconnect) {
55
- if (entry.isIntersecting) {
56
- onEnter()
57
- setOnScreen(true)
58
- } else {
59
- out()
60
- setOnScreen(false)
61
- }
62
- }
63
- if (!disconnect) {
64
- onEnter()
65
- setOnScreen(true)
66
- }
67
- })
68
- }, options)
69
- observer.observe(refEl)
70
- }
71
- return () => {
72
- if (disconnect) {
73
-
74
- observer === null || observer === void 0 ? void 0 : observer.disconnect(refEl)
75
- }
76
- if (!disconnect) {
77
- if (el && observer) observer.unobserve(refEl)
78
- }
79
- }
80
- }, [el, onEnter, active, options])
81
- return {
82
- onScreen
83
- }
84
- }
@@ -1,2 +0,0 @@
1
- export * from './useGetProductsInStock'
2
- export * from './useUpdateManageStock'
@@ -1,58 +0,0 @@
1
- import { gql } from '@apollo/client'
2
-
3
- export const GET_PRODUCTS_IN_STOCK = gql`
4
- query getProductsInStock($limit: Int, $offset: Int) {
5
- getProductsInStock(limit: $limit, offset: $offset) {
6
- pId
7
- sizeId #Talla
8
- colorId #Color
9
- carProId #Categoria a la cual pertenece el producto
10
- caId
11
- cId #Country
12
- dId #Department
13
- ctId #Cuidad
14
- fId #Características
15
- pName
16
- getOneTags {
17
- tgId
18
- idUser
19
- idStore
20
- pId
21
- nameTag
22
- }
23
- ProPrice
24
- ProDescuento
25
- free
26
- ProUniDisponibles
27
- ProDescription
28
- ProProtegido
29
- ProAssurance
30
- ValueDelivery
31
- ProStar
32
- sTateLogistic
33
- ProImage
34
- ProWidth
35
- ProHeight
36
- ProLength
37
- ProWeight
38
- ProQuantity
39
- ProOutstanding
40
- pDatCre
41
- pDatMod
42
- ProDelivery
43
- ProVoltaje
44
- pState
45
- feat {
46
- fId
47
- thpId
48
- hpqrQuestion
49
- }
50
- area {
51
- aId
52
- aName
53
- }
54
-
55
- }
56
- }
57
-
58
- `
@@ -1,16 +0,0 @@
1
- import { useQuery } from '@apollo/client'
2
-
3
- import { GET_PRODUCTS_IN_STOCK } from './queries'
4
-
5
- export const useGetProductsInStock = (storeId) => {
6
- const { data, loading, error } = useQuery(GET_PRODUCTS_IN_STOCK, {
7
- variables: { storeId },
8
- skip: !storeId
9
- })
10
-
11
- return {
12
- data: data?.getProductsInStock || [],
13
- loading,
14
- error
15
- }
16
- }
@@ -1,41 +0,0 @@
1
- import { gql, useMutation } from '@apollo/client'
2
-
3
- /**
4
- * GraphQL Mutation for updating stock and manageStock
5
- */
6
- const UPDATE_MANAGE_STOCK = gql`
7
- mutation UpdateManageStock($input: InputManageStock) {
8
- updateManageStock(input: $input) {
9
- success
10
- message
11
- data {
12
- pId
13
- manageStock
14
- }
15
- }
16
- }
17
- `
18
-
19
- /**
20
- * Custom hook to update stock and manageStock
21
- * @returns {object} { updateManageStock, data, loading, error }
22
- */
23
- export const useUpdateManageStock = () => {
24
- const [updateManageStockMutation, { data, loading, error }] = useMutation(UPDATE_MANAGE_STOCK)
25
-
26
- /**
27
- * Function to call the mutation with given input
28
- * @param {Object} input - { pId, stock, manageStock }
29
- * @returns {Promise<Object>} Mutation response
30
- */
31
- const updateManageStock = async (input) => {
32
- try {
33
- const { data } = await updateManageStockMutation({ variables: { input } })
34
- return data?.updateManageStock
35
- } catch (err) {
36
- return { success: false, message: err.message }
37
- }
38
- }
39
-
40
- return [updateManageStock, { data, loading, error }]
41
- }
@@ -1,28 +0,0 @@
1
- import { useEffect, useState } from 'react'
2
-
3
- export const useKeyPress = (targetKey) => {
4
- const [keyPressed, setKeyPressed] = useState(false)
5
-
6
- useEffect(() => {
7
- const downHandler = ({ key }) => {
8
- if (key === targetKey) {
9
- setKeyPressed(true)
10
- }
11
- }
12
- const upHandler = ({ key }) => {
13
- if (key === targetKey) {
14
- setKeyPressed(false)
15
- }
16
- }
17
-
18
- window.addEventListener('keydown', downHandler)
19
- window.addEventListener('keyup', upHandler)
20
-
21
- return () => {
22
- window.removeEventListener('keydown', downHandler)
23
- window.removeEventListener('keyup', upHandler)
24
- }
25
- }, [targetKey])
26
-
27
- return keyPressed
28
- }
@@ -1,74 +0,0 @@
1
- import { useEffect, useState } from 'react'
2
-
3
- export const useLazyScript = (src, delay = null) => {
4
- const [status, setStatus] = useState(src ? 'loading' : 'idle')
5
-
6
- useEffect(() => {
7
- if (!src) {
8
- setStatus('idle')
9
- return 'idle'
10
- }
11
-
12
- let script = document.querySelector(`script[src='${src}']`)
13
- let timeout = null
14
-
15
- if (!script) {
16
- if (delay) {
17
- timeout = setTimeout(() => {
18
- injectScript()
19
- // Add event listener after the script is added
20
- script.addEventListener('load', setStateStatus)
21
- script.addEventListener('error', setStateStatus)
22
- }, delay)
23
- } else {
24
- injectScript()
25
- }
26
- } else {
27
- setStatus(script.getAttribute('data-status'))
28
- }
29
-
30
- const setStateStatus = (event) => {
31
- setStatus(event.type === 'load' ? 'ready' : 'error')
32
- }
33
-
34
- // code to inject script
35
- /**
36
- *
37
- */
38
- function injectScript () {
39
- script = document.createElement('script')
40
- script.src = src
41
- script.async = true
42
- script.setAttribute('data-status', 'loading')
43
- document.body.appendChild(script)
44
-
45
- const setDataStatus = (event) => {
46
- script.setAttribute(
47
- 'data-status',
48
- event.type === 'load' ? 'ready' : 'error'
49
- )
50
- }
51
-
52
- script.addEventListener('load', setDataStatus)
53
- script.addEventListener('error', setDataStatus)
54
- }
55
-
56
- if (script) {
57
- // script will be be undefined available when its delayed hence check it before adding listener
58
- script.addEventListener('load', setStateStatus)
59
- script.addEventListener('error', setStateStatus)
60
- }
61
-
62
- return () => {
63
- if (script) {
64
- script.removeEventListener('load', setStateStatus)
65
- script.removeEventListener('error', setStateStatus)
66
- }
67
- if (timeout) {
68
- clearTimeout(timeout)
69
- }
70
- }
71
- }, [src])
72
-
73
- return status
74
- }
@@ -1,34 +0,0 @@
1
- import { useQuery, gql } from '@apollo/client'
2
-
3
- /**
4
- * GraphQL query to get the local IP of the backend server.
5
- */
6
- const GET_LOCAL_BACKEND_IP = gql`
7
- query GetLocalBackendIp {
8
- getLocalBackendIp
9
- }
10
- `
11
-
12
- /**
13
- * Custom hook to fetch the local IP address of the backend server.
14
- *
15
- * @returns {Object} - Contains the IP string, loading state, and error.
16
- */
17
- export const useLocalBackendIp = () => {
18
- const {
19
- data,
20
- loading,
21
- error
22
- } = useQuery(GET_LOCAL_BACKEND_IP)
23
- const port = process.env.URL_ADMIN_SERVER?.split(':')?.[2]
24
- const buildUrlBackend = data?.getLocalBackendIp
25
- ? `http://${data.getLocalBackendIp}:${port}`
26
- : null
27
-
28
- return {
29
- urlBackend: buildUrlBackend,
30
- ip: data?.getLocalBackendIp || null,
31
- loading,
32
- error
33
- }
34
- }