@nerdjs/sales-kit 1.0.1 → 1.0.3

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 (323) hide show
  1. package/dist/entities/accessorial/accessorial.d.ts +12 -0
  2. package/dist/entities/accessorial/accessorial.js +41 -0
  3. package/dist/entities/accessorial/accessorial.js.map +1 -0
  4. package/dist/entities/accessorial/helper.d.ts +5 -0
  5. package/dist/entities/accessorial/helper.js +16 -0
  6. package/dist/entities/accessorial/helper.js.map +1 -0
  7. package/dist/entities/accessorial/index.d.ts +2 -0
  8. package/dist/entities/accessorial/index.js +3 -0
  9. package/dist/entities/accessorial/index.js.map +1 -0
  10. package/dist/entities/accessorials/accessorials.d.ts +7 -0
  11. package/dist/entities/accessorials/accessorials.js +29 -0
  12. package/dist/entities/accessorials/accessorials.js.map +1 -0
  13. package/dist/entities/accessorials/helper.d.ts +5 -0
  14. package/dist/entities/accessorials/helper.js +16 -0
  15. package/dist/entities/accessorials/helper.js.map +1 -0
  16. package/dist/entities/accessorials/index.d.ts +2 -0
  17. package/dist/entities/accessorials/index.js +3 -0
  18. package/dist/entities/accessorials/index.js.map +1 -0
  19. package/dist/{cjs/entities → entities}/customer/customer.d.ts +16 -16
  20. package/dist/entities/customer/customer.js +63 -0
  21. package/dist/entities/customer/customer.js.map +1 -0
  22. package/dist/{cjs/entities → entities}/customer/helper.d.ts +5 -5
  23. package/dist/entities/customer/helper.js +16 -0
  24. package/dist/entities/customer/helper.js.map +1 -0
  25. package/dist/{cjs/entities → entities}/customer/index.d.ts +1 -1
  26. package/dist/entities/customer/index.js +2 -0
  27. package/dist/entities/customer/index.js.map +1 -0
  28. package/dist/entities/holiday/helper.d.ts +5 -0
  29. package/dist/entities/holiday/helper.js +16 -0
  30. package/dist/entities/holiday/helper.js.map +1 -0
  31. package/dist/entities/holiday/holiday.d.ts +7 -0
  32. package/dist/entities/holiday/holiday.js +31 -0
  33. package/dist/entities/holiday/holiday.js.map +1 -0
  34. package/dist/entities/holiday/index.d.ts +2 -0
  35. package/dist/entities/holiday/index.js +3 -0
  36. package/dist/entities/holiday/index.js.map +1 -0
  37. package/dist/entities/index.d.ts +12 -0
  38. package/dist/entities/index.js +13 -0
  39. package/dist/entities/index.js.map +1 -0
  40. package/dist/entities/load/helper.d.ts +6 -0
  41. package/dist/entities/load/helper.js +28 -0
  42. package/dist/entities/load/helper.js.map +1 -0
  43. package/dist/entities/load/index.d.ts +2 -0
  44. package/dist/entities/load/index.js +3 -0
  45. package/dist/entities/load/index.js.map +1 -0
  46. package/dist/entities/load/load.d.ts +102 -0
  47. package/dist/entities/load/load.js +224 -0
  48. package/dist/entities/load/load.js.map +1 -0
  49. package/dist/entities/loadAdjustment/helper.d.ts +5 -0
  50. package/dist/entities/loadAdjustment/helper.js +16 -0
  51. package/dist/entities/loadAdjustment/helper.js.map +1 -0
  52. package/dist/entities/loadAdjustment/index.d.ts +2 -0
  53. package/dist/entities/loadAdjustment/index.js +3 -0
  54. package/dist/entities/loadAdjustment/index.js.map +1 -0
  55. package/dist/entities/loadAdjustment/loadAdjustment.d.ts +15 -0
  56. package/dist/entities/loadAdjustment/loadAdjustment.js +48 -0
  57. package/dist/entities/loadAdjustment/loadAdjustment.js.map +1 -0
  58. package/dist/{cjs/entities → entities}/location/helper.d.ts +5 -5
  59. package/dist/entities/location/helper.js +16 -0
  60. package/dist/entities/location/helper.js.map +1 -0
  61. package/dist/{cjs/entities → entities}/location/index.d.ts +2 -2
  62. package/dist/entities/location/index.js +3 -0
  63. package/dist/entities/location/index.js.map +1 -0
  64. package/dist/{cjs/entities → entities}/location/location.d.ts +33 -32
  65. package/dist/entities/location/location.js +47 -0
  66. package/dist/entities/location/location.js.map +1 -0
  67. package/dist/{cjs/entities → entities}/marketCosts/helper.d.ts +5 -5
  68. package/dist/entities/marketCosts/helper.js +16 -0
  69. package/dist/entities/marketCosts/helper.js.map +1 -0
  70. package/dist/{cjs/entities → entities}/marketCosts/index.d.ts +2 -2
  71. package/dist/entities/marketCosts/index.js +3 -0
  72. package/dist/entities/marketCosts/index.js.map +1 -0
  73. package/dist/{cjs/entities → entities}/marketCosts/marketCosts.d.ts +22 -22
  74. package/dist/entities/marketCosts/marketCosts.js +60 -0
  75. package/dist/entities/marketCosts/marketCosts.js.map +1 -0
  76. package/dist/{cjs/entities → entities}/quote/helper.d.ts +5 -5
  77. package/dist/entities/quote/helper.js +16 -0
  78. package/dist/entities/quote/helper.js.map +1 -0
  79. package/dist/{cjs/entities → entities}/quote/index.d.ts +2 -2
  80. package/dist/entities/quote/index.js +3 -0
  81. package/dist/entities/quote/index.js.map +1 -0
  82. package/dist/entities/quote/quote.d.ts +76 -0
  83. package/dist/entities/quote/quote.js +46 -0
  84. package/dist/entities/quote/quote.js.map +1 -0
  85. package/dist/entities/quoteAccessorial/helper.d.ts +5 -0
  86. package/dist/entities/quoteAccessorial/helper.js +16 -0
  87. package/dist/entities/quoteAccessorial/helper.js.map +1 -0
  88. package/dist/entities/quoteAccessorial/index.d.ts +2 -0
  89. package/dist/entities/quoteAccessorial/index.js +3 -0
  90. package/dist/entities/quoteAccessorial/index.js.map +1 -0
  91. package/dist/entities/quoteAccessorial/quoteAccessorial.d.ts +29 -0
  92. package/dist/entities/quoteAccessorial/quoteAccessorial.js +77 -0
  93. package/dist/entities/quoteAccessorial/quoteAccessorial.js.map +1 -0
  94. package/dist/entities/quoteResponse/helper.d.ts +5 -0
  95. package/dist/entities/quoteResponse/helper.js +16 -0
  96. package/dist/entities/quoteResponse/helper.js.map +1 -0
  97. package/dist/entities/quoteResponse/index.d.ts +2 -0
  98. package/dist/entities/quoteResponse/index.js +3 -0
  99. package/dist/entities/quoteResponse/index.js.map +1 -0
  100. package/dist/entities/quoteResponse/quoteResponse.d.ts +72 -0
  101. package/dist/entities/quoteResponse/quoteResponse.js +67 -0
  102. package/dist/entities/quoteResponse/quoteResponse.js.map +1 -0
  103. package/dist/entities/shipcon/helper.d.ts +6 -0
  104. package/dist/entities/shipcon/helper.js +20 -0
  105. package/dist/entities/shipcon/helper.js.map +1 -0
  106. package/dist/entities/shipcon/index.d.ts +2 -0
  107. package/dist/entities/shipcon/index.js +3 -0
  108. package/dist/entities/shipcon/index.js.map +1 -0
  109. package/dist/entities/shipcon/shipcon.d.ts +27 -0
  110. package/dist/entities/shipcon/shipcon.js +74 -0
  111. package/dist/entities/shipcon/shipcon.js.map +1 -0
  112. package/dist/helpers.d.ts +18 -0
  113. package/dist/helpers.js +29 -0
  114. package/dist/helpers.js.map +1 -0
  115. package/dist/hooks/index.d.ts +2 -0
  116. package/dist/hooks/index.js +3 -0
  117. package/dist/hooks/index.js.map +1 -0
  118. package/dist/hooks/locationsForm/index.d.ts +1 -0
  119. package/dist/hooks/locationsForm/index.js +2 -0
  120. package/dist/hooks/locationsForm/index.js.map +1 -0
  121. package/dist/hooks/locationsForm/locationsForm.d.ts +2 -0
  122. package/dist/hooks/locationsForm/locationsForm.js +35 -0
  123. package/dist/hooks/locationsForm/locationsForm.js.map +1 -0
  124. package/dist/hooks/quote/constants.d.ts +187 -0
  125. package/dist/hooks/quote/constants.js +137 -0
  126. package/dist/hooks/quote/constants.js.map +1 -0
  127. package/dist/hooks/quote/form.d.ts +7 -0
  128. package/dist/hooks/quote/form.js +203 -0
  129. package/dist/hooks/quote/form.js.map +1 -0
  130. package/dist/hooks/quote/helpers.d.ts +39 -0
  131. package/dist/hooks/quote/helpers.js +366 -0
  132. package/dist/hooks/quote/helpers.js.map +1 -0
  133. package/dist/hooks/quote/index.d.ts +5 -0
  134. package/dist/hooks/quote/index.js +6 -0
  135. package/dist/hooks/quote/index.js.map +1 -0
  136. package/dist/hooks/quote/result.d.ts +7 -0
  137. package/dist/hooks/quote/result.js +196 -0
  138. package/dist/hooks/quote/result.js.map +1 -0
  139. package/dist/hooks/quote/template.d.ts +7 -0
  140. package/dist/hooks/quote/template.js +113 -0
  141. package/dist/hooks/quote/template.js.map +1 -0
  142. package/dist/index.d.ts +3 -0
  143. package/dist/index.js +4 -0
  144. package/dist/index.js.map +1 -0
  145. package/dist/redux/appState.d.ts +4 -0
  146. package/dist/redux/appState.js +2 -0
  147. package/dist/redux/appState.js.map +1 -0
  148. package/dist/redux/customer/customerActions.d.ts +97 -0
  149. package/dist/redux/customer/customerActions.js +210 -0
  150. package/dist/redux/customer/customerActions.js.map +1 -0
  151. package/dist/redux/customer/customerReducer.d.ts +2 -0
  152. package/dist/redux/customer/customerReducer.js +42 -0
  153. package/dist/redux/customer/customerReducer.js.map +1 -0
  154. package/dist/redux/customer/customerSelector.d.ts +27 -0
  155. package/dist/redux/customer/customerSelector.js +38 -0
  156. package/dist/redux/customer/customerSelector.js.map +1 -0
  157. package/dist/redux/customer/customerState.d.ts +11 -0
  158. package/dist/redux/customer/customerState.js +2 -0
  159. package/dist/redux/customer/customerState.js.map +1 -0
  160. package/dist/redux/customer/index.d.ts +4 -0
  161. package/dist/redux/customer/index.js +5 -0
  162. package/dist/redux/customer/index.js.map +1 -0
  163. package/dist/redux/index.d.ts +8 -0
  164. package/dist/redux/index.js +9 -0
  165. package/dist/redux/index.js.map +1 -0
  166. package/dist/redux/load/index.d.ts +4 -0
  167. package/dist/redux/load/index.js +5 -0
  168. package/dist/redux/load/index.js.map +1 -0
  169. package/dist/redux/load/loadActions.d.ts +80 -0
  170. package/dist/redux/load/loadActions.js +172 -0
  171. package/dist/redux/load/loadActions.js.map +1 -0
  172. package/dist/redux/load/loadReducer.d.ts +2 -0
  173. package/dist/redux/load/loadReducer.js +35 -0
  174. package/dist/redux/load/loadReducer.js.map +1 -0
  175. package/dist/redux/load/loadSelector.d.ts +27 -0
  176. package/dist/redux/load/loadSelector.js +19 -0
  177. package/dist/redux/load/loadSelector.js.map +1 -0
  178. package/dist/redux/load/loadState.d.ts +8 -0
  179. package/dist/redux/load/loadState.js +2 -0
  180. package/dist/redux/load/loadState.js.map +1 -0
  181. package/dist/redux/loadAdjustment/index.d.ts +4 -0
  182. package/dist/redux/loadAdjustment/index.js +5 -0
  183. package/dist/redux/loadAdjustment/index.js.map +1 -0
  184. package/dist/redux/loadAdjustment/loadAdjustmentActions.d.ts +80 -0
  185. package/dist/redux/loadAdjustment/loadAdjustmentActions.js +172 -0
  186. package/dist/redux/loadAdjustment/loadAdjustmentActions.js.map +1 -0
  187. package/dist/redux/loadAdjustment/loadAdjustmentReducer.d.ts +2 -0
  188. package/dist/redux/loadAdjustment/loadAdjustmentReducer.js +35 -0
  189. package/dist/redux/loadAdjustment/loadAdjustmentReducer.js.map +1 -0
  190. package/dist/redux/loadAdjustment/loadAdjustmentSelector.d.ts +15 -0
  191. package/dist/redux/loadAdjustment/loadAdjustmentSelector.js +12 -0
  192. package/dist/redux/loadAdjustment/loadAdjustmentSelector.js.map +1 -0
  193. package/dist/redux/loadAdjustment/loadAdjustmentState.d.ts +8 -0
  194. package/dist/redux/loadAdjustment/loadAdjustmentState.js +2 -0
  195. package/dist/redux/loadAdjustment/loadAdjustmentState.js.map +1 -0
  196. package/dist/redux/location/index.d.ts +4 -0
  197. package/dist/redux/location/index.js +5 -0
  198. package/dist/redux/location/index.js.map +1 -0
  199. package/dist/redux/location/locationActions.d.ts +101 -0
  200. package/dist/redux/location/locationActions.js +218 -0
  201. package/dist/redux/location/locationActions.js.map +1 -0
  202. package/dist/redux/location/locationReducer.d.ts +2 -0
  203. package/dist/redux/location/locationReducer.js +54 -0
  204. package/dist/redux/location/locationReducer.js.map +1 -0
  205. package/dist/redux/location/locationSelector.d.ts +53 -0
  206. package/dist/redux/location/locationSelector.js +32 -0
  207. package/dist/redux/location/locationSelector.js.map +1 -0
  208. package/dist/redux/location/locationState.d.ts +15 -0
  209. package/dist/redux/location/locationState.js +2 -0
  210. package/dist/redux/location/locationState.js.map +1 -0
  211. package/dist/{cjs/redux → redux}/quote/index.d.ts +5 -4
  212. package/dist/redux/quote/index.js +6 -0
  213. package/dist/redux/quote/index.js.map +1 -0
  214. package/dist/redux/quote/quoteAction.d.ts +177 -0
  215. package/dist/redux/quote/quoteAction.js +351 -0
  216. package/dist/redux/quote/quoteAction.js.map +1 -0
  217. package/dist/redux/quote/quoteMiddleware.d.ts +2 -0
  218. package/dist/redux/quote/quoteMiddleware.js +31 -0
  219. package/dist/redux/quote/quoteMiddleware.js.map +1 -0
  220. package/dist/redux/quote/quoteReducer.d.ts +27 -0
  221. package/dist/redux/quote/quoteReducer.js +207 -0
  222. package/dist/redux/quote/quoteReducer.js.map +1 -0
  223. package/dist/redux/quote/quoteSelector.d.ts +199 -0
  224. package/dist/redux/quote/quoteSelector.js +141 -0
  225. package/dist/redux/quote/quoteSelector.js.map +1 -0
  226. package/dist/redux/quote/quoteState.d.ts +9 -0
  227. package/dist/redux/quote/quoteState.js +2 -0
  228. package/dist/redux/quote/quoteState.js.map +1 -0
  229. package/dist/redux/quoteAccessorial/index.d.ts +3 -0
  230. package/dist/redux/quoteAccessorial/index.js +4 -0
  231. package/dist/redux/quoteAccessorial/index.js.map +1 -0
  232. package/dist/redux/quoteAccessorial/quoteAccessorialActions.d.ts +70 -0
  233. package/dist/redux/quoteAccessorial/quoteAccessorialActions.js +149 -0
  234. package/dist/redux/quoteAccessorial/quoteAccessorialActions.js.map +1 -0
  235. package/dist/redux/quoteAccessorial/quoteAccessorialReducer.d.ts +2 -0
  236. package/dist/redux/quoteAccessorial/quoteAccessorialReducer.js +29 -0
  237. package/dist/redux/quoteAccessorial/quoteAccessorialReducer.js.map +1 -0
  238. package/dist/redux/quoteAccessorial/quoteAccessorialState.d.ts +8 -0
  239. package/dist/redux/quoteAccessorial/quoteAccessorialState.js +2 -0
  240. package/dist/redux/quoteAccessorial/quoteAccessorialState.js.map +1 -0
  241. package/dist/redux/salesKitReducer.d.ts +25 -0
  242. package/dist/redux/salesKitReducer.js +18 -0
  243. package/dist/redux/salesKitReducer.js.map +1 -0
  244. package/dist/redux/shipcon/index.d.ts +4 -0
  245. package/dist/redux/shipcon/index.js +5 -0
  246. package/dist/redux/shipcon/index.js.map +1 -0
  247. package/dist/redux/shipcon/shipconActions.d.ts +80 -0
  248. package/dist/redux/shipcon/shipconActions.js +172 -0
  249. package/dist/redux/shipcon/shipconActions.js.map +1 -0
  250. package/dist/redux/shipcon/shipconReducer.d.ts +2 -0
  251. package/dist/redux/shipcon/shipconReducer.js +35 -0
  252. package/dist/redux/shipcon/shipconReducer.js.map +1 -0
  253. package/dist/redux/shipcon/shipconSelector.d.ts +22 -0
  254. package/dist/redux/shipcon/shipconSelector.js +19 -0
  255. package/dist/redux/shipcon/shipconSelector.js.map +1 -0
  256. package/dist/redux/shipcon/shipconState.d.ts +8 -0
  257. package/dist/redux/shipcon/shipconState.js +2 -0
  258. package/dist/redux/shipcon/shipconState.js.map +1 -0
  259. package/package.json +40 -71
  260. package/dist/cjs/components/calendar/calendar.d.ts +0 -5
  261. package/dist/cjs/components/calendar/day/day.d.ts +0 -8
  262. package/dist/cjs/components/calendar/day/index.d.ts +0 -1
  263. package/dist/cjs/components/calendar/day/typings.d.ts +0 -16
  264. package/dist/cjs/components/calendar/index.d.ts +0 -2
  265. package/dist/cjs/components/calendar/typings.d.ts +0 -27
  266. package/dist/cjs/components/customerFinder/customerFinder.d.ts +0 -11
  267. package/dist/cjs/components/customerFinder/index.d.ts +0 -2
  268. package/dist/cjs/components/customerFinder/optionTemplate.d.ts +0 -6
  269. package/dist/cjs/components/index.d.ts +0 -4
  270. package/dist/cjs/components/locationFinder/editLocation.d.ts +0 -15
  271. package/dist/cjs/components/locationFinder/index.d.ts +0 -1
  272. package/dist/cjs/components/locationFinder/locationByAddress.d.ts +0 -18
  273. package/dist/cjs/components/locationFinder/locationFinder.d.ts +0 -7
  274. package/dist/cjs/components/locationFinder/locationsFound.d.ts +0 -12
  275. package/dist/cjs/components/locationFinder/newLocationForm.d.ts +0 -20
  276. package/dist/cjs/components/locationFinder/optionTemplate.d.ts +0 -8
  277. package/dist/cjs/components/locationFinder/typings.d.ts +0 -23
  278. package/dist/cjs/components/salesQuote/components/aboutQuote/aboutQuote.d.ts +0 -5
  279. package/dist/cjs/components/salesQuote/components/aboutQuote/commodityDescription.d.ts +0 -16
  280. package/dist/cjs/components/salesQuote/components/aboutQuote/index.d.ts +0 -2
  281. package/dist/cjs/components/salesQuote/components/aboutQuote/quoteCheck.d.ts +0 -6
  282. package/dist/cjs/components/salesQuote/components/pallet/editPallet.d.ts +0 -11
  283. package/dist/cjs/components/salesQuote/components/pallet/palletChecker.d.ts +0 -15
  284. package/dist/cjs/components/salesQuote/components/pallet/palletCount.d.ts +0 -13
  285. package/dist/cjs/components/salesQuote/components/quoteCalendar/quoteCalendar.d.ts +0 -24
  286. package/dist/cjs/components/salesQuote/components/quoteResultAccordion/costBreakdown.d.ts +0 -14
  287. package/dist/cjs/components/salesQuote/components/quoteResultAccordion/marketCosts.d.ts +0 -7
  288. package/dist/cjs/components/salesQuote/components/quoteResultAccordion/quoteResultAccessorials.d.ts +0 -13
  289. package/dist/cjs/components/salesQuote/components/quoteResultAccordion/quoteResultAccordion.d.ts +0 -17
  290. package/dist/cjs/components/salesQuote/components/quoteSelect.d.ts +0 -4
  291. package/dist/cjs/components/salesQuote/components/quoteSummary/quoteSummary.d.ts +0 -4
  292. package/dist/cjs/components/salesQuote/components/quoteSummary/quoteSummaryBody.d.ts +0 -12
  293. package/dist/cjs/components/salesQuote/components/quoteSummary/quoteSummaryHeader.d.ts +0 -10
  294. package/dist/cjs/components/salesQuote/components/quoteSummary/typings.d.ts +0 -47
  295. package/dist/cjs/components/salesQuote/index.d.ts +0 -4
  296. package/dist/cjs/components/salesQuote/salesQuote.d.ts +0 -17
  297. package/dist/cjs/components/salesQuote/typings.d.ts +0 -156
  298. package/dist/cjs/components/shared/bootstrapDialogTitle/bootstrapDialogTitle.d.ts +0 -11
  299. package/dist/cjs/components/shared/bootstrapDialogTitle/index.d.ts +0 -1
  300. package/dist/cjs/components/shared/index.d.ts +0 -2
  301. package/dist/cjs/components/shared/loading/index.d.ts +0 -1
  302. package/dist/cjs/components/shared/loading/loading.d.ts +0 -6
  303. package/dist/cjs/components/stop/index.d.ts +0 -2
  304. package/dist/cjs/components/stop/menuAccessorials.d.ts +0 -27
  305. package/dist/cjs/components/stop/stop.d.ts +0 -4
  306. package/dist/cjs/components/stop/stopDetail.d.ts +0 -5
  307. package/dist/cjs/components/stop/stopDetailHeader.d.ts +0 -6
  308. package/dist/cjs/entities/index.d.ts +0 -4
  309. package/dist/cjs/entities/quote/quote.d.ts +0 -80
  310. package/dist/cjs/index.d.ts +0 -4
  311. package/dist/cjs/index.js +0 -3170
  312. package/dist/cjs/index.js.map +0 -1
  313. package/dist/cjs/redux/calendar/calendarSlice.d.ts +0 -12
  314. package/dist/cjs/redux/calendar/index.d.ts +0 -1
  315. package/dist/cjs/redux/index.d.ts +0 -3
  316. package/dist/cjs/redux/nerdSalesKitReducer.d.ts +0 -10
  317. package/dist/cjs/redux/quote/quoteAction.d.ts +0 -125
  318. package/dist/cjs/redux/quote/quoteReducer.d.ts +0 -28
  319. package/dist/cjs/redux/quote/quoteSelector.d.ts +0 -22
  320. package/dist/cjs/redux/quote/quoteState.d.ts +0 -124
  321. package/dist/cjs/utils/constants.d.ts +0 -5
  322. package/dist/cjs/utils/helpers.d.ts +0 -17
  323. package/dist/cjs/utils/index.d.ts +0 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadAdjustmentSelector.js","sourceRoot":"","sources":["../../../src/redux/loadAdjustment/loadAdjustmentSelector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,MAAM,oBAAoB,GAAG,CAAC,KAAe,EAAE,EAAE,CAC/C,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,eAAe,CAAC;AAE1D,MAAM,CAAC,MAAM,uBAAuB,GAAG,cAAc,CACnD,CAAC,oBAAoB,CAAC,EACtB,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,EAAW,EAAE,EAAE;IACpD,OAAO,cAAc,CAAC,CAAC,oBAAoB,CAAC,EAAE,CAAC,eAAe,EAAE,EAAE;QAChE,IAAI,EAAE;YAAE,OAAO,eAAe,CAAC,EAAE,CAAC,CAAC;QACnC,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC,CAAC;AACL,CAAC,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { LoadAdjustment } from "../../entities/loadAdjustment";
2
+ export interface LoadAdjustmentState {
3
+ loadAdjustments: {
4
+ [key: number]: LoadAdjustment;
5
+ };
6
+ searchMetadata: unknown;
7
+ selectedLoadAdjustmentID: number | undefined;
8
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=loadAdjustmentState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loadAdjustmentState.js","sourceRoot":"","sources":["../../../src/redux/loadAdjustment/loadAdjustmentState.ts"],"names":[],"mappings":""}
@@ -0,0 +1,4 @@
1
+ export * from "./locationActions";
2
+ export * from "./locationReducer";
3
+ export * from "./locationSelector";
4
+ export * from "./locationState";
@@ -0,0 +1,5 @@
1
+ export * from "./locationActions";
2
+ export * from "./locationReducer";
3
+ export * from "./locationSelector";
4
+ export * from "./locationState";
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/redux/location/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,101 @@
1
+ import { DeleteAction, GetAction, PostAction, PutAction } from "@nerdjs/nerd-network";
2
+ import { AnyAction } from "@reduxjs/toolkit";
3
+ import Location from "../../entities/location/helper";
4
+ import Location_Entity from "../../entities/location/location";
5
+ export declare const searchExistingLocation: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[placeId: string, updateCell: (v: number | undefined) => void | Promise<boolean>], {
6
+ id: string;
7
+ createdAt: string;
8
+ request: GetAction;
9
+ }, "searchExistingLocation", never, never>;
10
+ export declare const clearExistingLocations: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[], {
11
+ id: string;
12
+ createdAt: string;
13
+ }, "clearExistingLocations", never, never>;
14
+ export declare const searchExistingLocationSuccess: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[locations: Location[], updateCell: (v: number | undefined) => void | Promise<boolean>], {
15
+ locations: Location[];
16
+ updateCell: (v: number | undefined) => void | Promise<boolean>;
17
+ id: string;
18
+ createdAt: string;
19
+ }, "searchExistingLocationSuccess", never, never>;
20
+ export declare const searchLocation: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[zip: string, location: string], {
21
+ id: string;
22
+ createdAt: string;
23
+ request: GetAction;
24
+ }, "searchLocation", never, never>;
25
+ export declare const setSelectedLocationID: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[locationID?: number | undefined], {
26
+ locationID: number | undefined;
27
+ id: string;
28
+ createdAt: string;
29
+ }, "setSelectedLocationID", never, never>;
30
+ export declare const getLocations: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[], {
31
+ id: string;
32
+ createdAt: string;
33
+ request: GetAction;
34
+ }, "v1/location/getLocations", never, never>;
35
+ export declare const getLocationsSuccess: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[locations: Location[]], {
36
+ locations: Location[];
37
+ id: string;
38
+ createdAt: string;
39
+ }, "v1/location/getLocationSuccess", never, never>;
40
+ export declare const getLocationsByFilter: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[query: {
41
+ [key: string]: unknown;
42
+ }], {
43
+ id: string;
44
+ createdAt: string;
45
+ request: GetAction;
46
+ }, "v1/location/getLocationsByFilter", never, never>;
47
+ export declare const getLocationsByFilterSuccess: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[locations: Location[]], {
48
+ locations: Location[];
49
+ id: string;
50
+ createdAt: string;
51
+ }, "v1/location/getLocationsByFilterSuccess", never, never>;
52
+ export declare const getLocationById: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[id: number], {
53
+ id: string;
54
+ createdAt: string;
55
+ request: GetAction;
56
+ }, "v1/location/getById", never, never>;
57
+ export declare const getLocationByIdSuccess: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[location?: Location_Entity | undefined], {
58
+ location: Location_Entity | undefined;
59
+ id: string;
60
+ createdAt: string;
61
+ }, "v1/location/getLocationByIdSuccess", never, never>;
62
+ export declare const deleteLocation: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[id: number, successAction?: AnyAction | undefined], {
63
+ id: string;
64
+ createdAt: string;
65
+ request: DeleteAction;
66
+ }, "v1/removeLocationById", never, never>;
67
+ export declare const deleteLocationSuccess: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[success: boolean], {
68
+ success: boolean;
69
+ id: string;
70
+ createdAt: string;
71
+ }, "v1/locations/deleteLocationSuccess", never, never>;
72
+ export declare const updateLocation: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[id: number, body: Location_Entity], {
73
+ id: string;
74
+ createdAt: string;
75
+ request: PutAction;
76
+ }, "v1/locations/updateLocation", never, never>;
77
+ export declare const updateLocationSuccess: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[success: boolean], {
78
+ success: boolean;
79
+ id: string;
80
+ createdAt: string;
81
+ }, "v1/locations/updateLocationSuccess", never, never>;
82
+ export declare const createLocation: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[body: Location_Entity], {
83
+ id: string;
84
+ createdAt: string;
85
+ request: PostAction;
86
+ }, "v1/locations/createLocation", never, never>;
87
+ export declare const createLocationSuccess: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[location: Location], {
88
+ location: Location;
89
+ id: string;
90
+ createdAt: string;
91
+ }, "v1/locations/createLocationSuccess", never, never>;
92
+ export declare const getLocationsSearchMetadata: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[], {
93
+ id: string;
94
+ createdAt: string;
95
+ request: GetAction;
96
+ }, "v1/getLocationsSearchMetadata", never, never>;
97
+ export declare const getLocationsSearchMetadataSuccess: import("@reduxjs/toolkit").ActionCreatorWithPreparedPayload<[locationsSearchMetadata: unknown], {
98
+ locationsSearchMetadata: unknown;
99
+ id: string;
100
+ createdAt: string;
101
+ }, "v1/getLocationsSearchMetadataSuccess", never, never>;
@@ -0,0 +1,218 @@
1
+ import { DeleteAction, GetAction, PostAction, PutAction, } from "@nerdjs/nerd-network";
2
+ import { createAction, nanoid } from "@reduxjs/toolkit";
3
+ import Location from "../../entities/location/helper";
4
+ export const searchExistingLocation = createAction("searchExistingLocation", function prepare(placeId, updateCell) {
5
+ const request = new GetAction(`/locations/search?placeId=${placeId}`);
6
+ request.decodeResponse = (dispatch, json) => {
7
+ const locations = Location.fromList(json);
8
+ dispatch(searchExistingLocationSuccess(locations, updateCell));
9
+ };
10
+ return {
11
+ payload: {
12
+ id: nanoid(),
13
+ createdAt: new Date().toISOString(),
14
+ request,
15
+ },
16
+ };
17
+ });
18
+ export const clearExistingLocations = createAction("clearExistingLocations", function prepare() {
19
+ return {
20
+ payload: {
21
+ id: nanoid(),
22
+ createdAt: new Date().toISOString(),
23
+ },
24
+ };
25
+ });
26
+ export const searchExistingLocationSuccess = createAction("searchExistingLocationSuccess", function prepare(locations, updateCell) {
27
+ return {
28
+ payload: {
29
+ locations,
30
+ updateCell,
31
+ id: nanoid(),
32
+ createdAt: new Date().toISOString(),
33
+ },
34
+ };
35
+ });
36
+ export const searchLocation = createAction("searchLocation", function prepare(zip, location) {
37
+ const request = new GetAction(`/locations/search?zip=${zip}&location=${location}`);
38
+ request.decodeResponse = (dispatch, json) => {
39
+ const locations = Location.fromList(json);
40
+ dispatch(getLocationsByFilterSuccess(locations));
41
+ };
42
+ return {
43
+ payload: {
44
+ id: nanoid(),
45
+ createdAt: new Date().toISOString(),
46
+ request,
47
+ },
48
+ };
49
+ });
50
+ export const setSelectedLocationID = createAction("setSelectedLocationID", function prepare(locationID) {
51
+ return {
52
+ payload: {
53
+ locationID,
54
+ id: nanoid(),
55
+ createdAt: new Date().toISOString(),
56
+ },
57
+ };
58
+ });
59
+ export const getLocations = createAction("v1/location/getLocations", function prepare() {
60
+ const request = new GetAction(`/locations`, {}, "/v1");
61
+ request.decodeResponse = (dispatch, json) => {
62
+ const locations = Location.fromList(json);
63
+ dispatch(getLocationsSuccess(locations));
64
+ };
65
+ return {
66
+ payload: {
67
+ id: nanoid(),
68
+ createdAt: new Date().toISOString(),
69
+ request,
70
+ },
71
+ };
72
+ });
73
+ export const getLocationsSuccess = createAction("v1/location/getLocationSuccess", function prepare(locations) {
74
+ return {
75
+ payload: {
76
+ locations,
77
+ id: nanoid(),
78
+ createdAt: new Date().toISOString(),
79
+ },
80
+ };
81
+ });
82
+ export const getLocationsByFilter = createAction("v1/location/getLocationsByFilter", function prepare(query) {
83
+ const request = new GetAction(`/locations`, query, "/v1");
84
+ request.decodeResponse = (dispatch, json) => {
85
+ const locations = Location.fromList(json);
86
+ dispatch(getLocationsByFilterSuccess(locations));
87
+ };
88
+ return {
89
+ payload: {
90
+ id: nanoid(),
91
+ createdAt: new Date().toISOString(),
92
+ request,
93
+ },
94
+ };
95
+ });
96
+ export const getLocationsByFilterSuccess = createAction("v1/location/getLocationsByFilterSuccess", function prepare(locations) {
97
+ return {
98
+ payload: {
99
+ locations,
100
+ id: nanoid(),
101
+ createdAt: new Date().toISOString(),
102
+ },
103
+ };
104
+ });
105
+ export const getLocationById = createAction("v1/location/getById", function prepare(id) {
106
+ const request = new GetAction(`/locations/${id}`, {}, "/v1");
107
+ request.decodeResponse = (dispatch, json) => {
108
+ const location = new Location(json);
109
+ dispatch(getLocationByIdSuccess(location));
110
+ };
111
+ return {
112
+ payload: {
113
+ id: nanoid(),
114
+ createdAt: new Date().toISOString(),
115
+ request,
116
+ },
117
+ };
118
+ });
119
+ export const getLocationByIdSuccess = createAction("v1/location/getLocationByIdSuccess", function prepare(location) {
120
+ return {
121
+ payload: {
122
+ location,
123
+ id: nanoid(),
124
+ createdAt: new Date().toISOString(),
125
+ },
126
+ };
127
+ });
128
+ export const deleteLocation = createAction("v1/removeLocationById", function prepare(id, successAction) {
129
+ const request = new DeleteAction(`/locations/${id}`, {}, "/v1");
130
+ if (successAction)
131
+ request.decodeResponse = (dispatch) => {
132
+ dispatch(successAction);
133
+ };
134
+ return {
135
+ payload: {
136
+ id: nanoid(),
137
+ createdAt: new Date().toISOString(),
138
+ request,
139
+ },
140
+ };
141
+ });
142
+ export const deleteLocationSuccess = createAction("v1/locations/deleteLocationSuccess", function prepare(success) {
143
+ return {
144
+ payload: {
145
+ success,
146
+ id: nanoid(),
147
+ createdAt: new Date().toISOString(),
148
+ },
149
+ };
150
+ });
151
+ export const updateLocation = createAction("v1/locations/updateLocation", function prepare(id, body) {
152
+ const request = new PutAction(`/locations/${id}`, body, {}, "/v1");
153
+ request.decodeResponse = (dispatch) => {
154
+ dispatch(updateLocationSuccess(true));
155
+ };
156
+ return {
157
+ payload: {
158
+ id: nanoid(),
159
+ createdAt: new Date().toISOString(),
160
+ request,
161
+ },
162
+ };
163
+ });
164
+ export const updateLocationSuccess = createAction("v1/locations/updateLocationSuccess", function prepare(success) {
165
+ return {
166
+ payload: {
167
+ success,
168
+ id: nanoid(),
169
+ createdAt: new Date().toISOString(),
170
+ },
171
+ };
172
+ });
173
+ export const createLocation = createAction("v1/locations/createLocation", function prepare(body) {
174
+ const request = new PostAction(`/locations`, body, {}, "/v1");
175
+ request.decodeResponse = (dispatch, json) => {
176
+ const location = new Location(json);
177
+ dispatch(createLocationSuccess(location));
178
+ };
179
+ return {
180
+ payload: {
181
+ id: nanoid(),
182
+ createdAt: new Date().toISOString(),
183
+ request,
184
+ },
185
+ };
186
+ });
187
+ export const createLocationSuccess = createAction("v1/locations/createLocationSuccess", function prepare(location) {
188
+ return {
189
+ payload: {
190
+ location,
191
+ id: nanoid(),
192
+ createdAt: new Date().toISOString(),
193
+ },
194
+ };
195
+ });
196
+ export const getLocationsSearchMetadata = createAction("v1/getLocationsSearchMetadata", function prepare() {
197
+ const request = new GetAction(`/locations/searchMetadata`, {}, "/v1");
198
+ request.decodeResponse = (dispatch, json) => {
199
+ dispatch(getLocationsSearchMetadataSuccess(json));
200
+ };
201
+ return {
202
+ payload: {
203
+ id: nanoid(),
204
+ createdAt: new Date().toISOString(),
205
+ request,
206
+ },
207
+ };
208
+ });
209
+ export const getLocationsSearchMetadataSuccess = createAction("v1/getLocationsSearchMetadataSuccess", function prepare(locationsSearchMetadata) {
210
+ return {
211
+ payload: {
212
+ locationsSearchMetadata,
213
+ id: nanoid(),
214
+ createdAt: new Date().toISOString(),
215
+ },
216
+ };
217
+ });
218
+ //# sourceMappingURL=locationActions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locationActions.js","sourceRoot":"","sources":["../../../src/redux/location/locationActions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import { LocationState } from "./locationState";
2
+ export declare const locationReducer: import("@reduxjs/toolkit/dist/createReducer").ReducerWithInitialState<LocationState>;
@@ -0,0 +1,54 @@
1
+ import { createReducer } from "@reduxjs/toolkit";
2
+ import { arrayToMap } from "../../helpers";
3
+ import { clearExistingLocations, getLocationByIdSuccess, getLocationsByFilterSuccess, getLocationsSearchMetadataSuccess, getLocationsSuccess, searchExistingLocationSuccess, setSelectedLocationID, } from "./locationActions";
4
+ function initState() {
5
+ return {
6
+ locations: {},
7
+ locationsByFilter: {},
8
+ searchMetadata: undefined,
9
+ existingLocations: {},
10
+ selectedLocationID: undefined,
11
+ };
12
+ }
13
+ export const locationReducer = createReducer(initState(), (builder) => {
14
+ builder.addCase(clearExistingLocations, (state) => {
15
+ state.existingLocations = {};
16
+ return state;
17
+ });
18
+ builder.addCase(setSelectedLocationID, (state, action) => {
19
+ state.selectedLocationID = action.payload.locationID;
20
+ return state;
21
+ });
22
+ builder.addCase(getLocationsSuccess, (state, action) => {
23
+ const locations = action.payload.locations;
24
+ state.locations = arrayToMap(locations);
25
+ return state;
26
+ });
27
+ builder.addCase(searchExistingLocationSuccess, (state, action) => {
28
+ const locations = action.payload.locations;
29
+ state.updateCell = action.payload.updateCell;
30
+ state.existingLocations = arrayToMap(locations);
31
+ state.locations = { ...state.locations, ...arrayToMap(locations) };
32
+ return state;
33
+ });
34
+ builder.addCase(getLocationsSearchMetadataSuccess, (state, action) => {
35
+ state.searchMetadata = action.payload.locationsSearchMetadata;
36
+ return state;
37
+ });
38
+ builder.addCase(getLocationsByFilterSuccess, (state, action) => {
39
+ const locations = action.payload.locations;
40
+ state.locations = { ...state.locations, ...arrayToMap(locations) };
41
+ state.locationsByFilter = arrayToMap(locations);
42
+ return state;
43
+ });
44
+ builder.addCase(getLocationByIdSuccess, (state, action) => {
45
+ const location = action.payload.location;
46
+ if (location) {
47
+ const locations = { ...state.locations };
48
+ locations[location.id] = location;
49
+ state.locations = locations;
50
+ }
51
+ return state;
52
+ });
53
+ });
54
+ //# sourceMappingURL=locationReducer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locationReducer.js","sourceRoot":"","sources":["../../../src/redux/location/locationReducer.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,53 @@
1
+ import { AppState } from "../appState";
2
+ export declare const selectedLocationIDSelector: ((state: AppState) => number | undefined) & import("reselect").OutputSelectorFields<(args_0: number | undefined) => number & {
3
+ clearCache: () => void;
4
+ }> & {
5
+ clearCache: () => void;
6
+ };
7
+ export declare const selectedLocationSelector: ((state: AppState) => import("../../entities/location/location").default | undefined) & import("reselect").OutputSelectorFields<(args_0: number | undefined, args_1: {
8
+ [key: number]: import("../../entities/location/location").default;
9
+ }) => import("../../entities/location/location").default & {
10
+ clearCache: () => void;
11
+ }> & {
12
+ clearCache: () => void;
13
+ };
14
+ export declare const locationsSelector: ((state: AppState) => import("../../entities/location/location").default[]) & import("reselect").OutputSelectorFields<(args_0: {
15
+ [key: number]: import("../../entities/location/location").default;
16
+ }) => import("../../entities/location/location").default[] & {
17
+ clearCache: () => void;
18
+ }> & {
19
+ clearCache: () => void;
20
+ };
21
+ export declare const existingLocationsSelector: ((state: AppState) => import("../../entities/location/location").default[]) & import("reselect").OutputSelectorFields<(args_0: {
22
+ [key: number]: import("../../entities/location/location").default;
23
+ }) => import("../../entities/location/location").default[] & {
24
+ clearCache: () => void;
25
+ }> & {
26
+ clearCache: () => void;
27
+ };
28
+ export declare const locationsByFilterSelector: ((state: AppState) => import("../../entities/location/location").default[]) & import("reselect").OutputSelectorFields<(args_0: {
29
+ [key: number]: import("../../entities/location/location").default;
30
+ }) => import("../../entities/location/location").default[] & {
31
+ clearCache: () => void;
32
+ }> & {
33
+ clearCache: () => void;
34
+ };
35
+ export declare const locationSelector: (id?: number) => ((state: AppState) => import("../../entities/location/location").default | undefined) & import("reselect").OutputSelectorFields<(args_0: {
36
+ [key: number]: import("../../entities/location/location").default;
37
+ }) => import("../../entities/location/location").default & {
38
+ clearCache: () => void;
39
+ }> & {
40
+ clearCache: () => void;
41
+ };
42
+ export declare const locationInFilterSelector: (id?: number) => ((state: AppState) => import("../../entities/location/location").default | undefined) & import("reselect").OutputSelectorFields<(args_0: {
43
+ [key: number]: import("../../entities/location/location").default;
44
+ }) => import("../../entities/location/location").default & {
45
+ clearCache: () => void;
46
+ }> & {
47
+ clearCache: () => void;
48
+ };
49
+ export declare const updateCellSelector: ((state: AppState) => ((v: number | undefined) => void | Promise<boolean>) | undefined) & import("reselect").OutputSelectorFields<(args_0: ((v: number | undefined) => void | Promise<boolean>) | undefined) => ((v: number | undefined) => void | Promise<boolean>) & {
50
+ clearCache: () => void;
51
+ }> & {
52
+ clearCache: () => void;
53
+ };
@@ -0,0 +1,32 @@
1
+ import { createSelector } from "@reduxjs/toolkit";
2
+ import { mapToArray } from "../../helpers";
3
+ const selectSelectedLocationID = (state) => state.salesKitState.location.selectedLocationID;
4
+ const selectLocations = (state) => state.salesKitState.location.locations;
5
+ export const selectedLocationIDSelector = createSelector([selectSelectedLocationID], (selectedLocationID) => selectedLocationID);
6
+ export const selectedLocationSelector = createSelector([selectSelectedLocationID, selectLocations], (selectedLocationID, locations) => {
7
+ if (selectedLocationID)
8
+ return locations[selectedLocationID];
9
+ return undefined;
10
+ });
11
+ export const locationsSelector = createSelector([selectLocations], (s) => mapToArray(s));
12
+ const selectExistingLocations = (state) => state.salesKitState.location.existingLocations;
13
+ export const existingLocationsSelector = createSelector([selectExistingLocations], (s) => mapToArray(s));
14
+ const selectLocationsByFilter = (state) => state.salesKitState.location.locationsByFilter;
15
+ export const locationsByFilterSelector = createSelector([selectLocationsByFilter], (s) => mapToArray(s));
16
+ export const locationSelector = (id) => {
17
+ return createSelector([selectLocations], (locations) => {
18
+ if (id)
19
+ return locations[id];
20
+ return undefined;
21
+ });
22
+ };
23
+ export const locationInFilterSelector = (id) => {
24
+ return createSelector([selectLocationsByFilter], (locationInFilters) => {
25
+ if (id)
26
+ return locationInFilters[id];
27
+ return undefined;
28
+ });
29
+ };
30
+ const selectUpdateCell = (state) => state.salesKitState.location.updateCell;
31
+ export const updateCellSelector = createSelector([selectUpdateCell], (s) => s);
32
+ //# sourceMappingURL=locationSelector.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locationSelector.js","sourceRoot":"","sources":["../../../src/redux/location/locationSelector.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAG3C,MAAM,wBAAwB,GAAG,CAAC,KAAe,EAAE,EAAE,CACnD,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,kBAAkB,CAAC;AAElD,MAAM,eAAe,GAAG,CAAC,KAAe,EAAE,EAAE,CAC1C,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,SAAS,CAAC;AAEzC,MAAM,CAAC,MAAM,0BAA0B,GAAG,cAAc,CACtD,CAAC,wBAAwB,CAAC,EAC1B,CAAC,kBAAkB,EAAE,EAAE,CAAC,kBAAkB,CAC3C,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,cAAc,CACpD,CAAC,wBAAwB,EAAE,eAAe,CAAC,EAC3C,CAAC,kBAAkB,EAAE,SAAS,EAAE,EAAE;IAChC,IAAI,kBAAkB;QAAE,OAAO,SAAS,CAAC,kBAAkB,CAAC,CAAC;IAC7D,OAAO,SAAS,CAAC;AACnB,CAAC,CACF,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,cAAc,CAAC,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CACvE,UAAU,CAAC,CAAC,CAAC,CACd,CAAC;AAEF,MAAM,uBAAuB,GAAG,CAAC,KAAe,EAAE,EAAE,CAClD,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,iBAAiB,CAAC;AAEjD,MAAM,CAAC,MAAM,yBAAyB,GAAG,cAAc,CACrD,CAAC,uBAAuB,CAAC,EACzB,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CACrB,CAAC;AAEF,MAAM,uBAAuB,GAAG,CAAC,KAAe,EAAE,EAAE,CAClD,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,iBAAiB,CAAC;AAEjD,MAAM,CAAC,MAAM,yBAAyB,GAAG,cAAc,CACrD,CAAC,uBAAuB,CAAC,EACzB,CAAC,CAAC,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,CAAC,CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,EAAW,EAAE,EAAE;IAC9C,OAAO,cAAc,CAAC,CAAC,eAAe,CAAC,EAAE,CAAC,SAAS,EAAE,EAAE;QACrD,IAAI,EAAE;YAAE,OAAO,SAAS,CAAC,EAAE,CAAC,CAAC;QAC7B,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAC,EAAW,EAAE,EAAE;IACtD,OAAO,cAAc,CAAC,CAAC,uBAAuB,CAAC,EAAE,CAAC,iBAAiB,EAAE,EAAE;QACrE,IAAI,EAAE;YAAE,OAAO,iBAAiB,CAAC,EAAE,CAAC,CAAC;QACrC,OAAO,SAAS,CAAC;IACnB,CAAC,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,gBAAgB,GAAG,CAAC,KAAe,EAAE,EAAE,CAC3C,KAAK,CAAC,aAAa,CAAC,QAAQ,CAAC,UAAU,CAAC;AAE1C,MAAM,CAAC,MAAM,kBAAkB,GAAG,cAAc,CAAC,CAAC,gBAAgB,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC"}
@@ -0,0 +1,15 @@
1
+ import Location_Entity from "../../entities/location/location";
2
+ export interface LocationState {
3
+ locations: {
4
+ [key: number]: Location_Entity;
5
+ };
6
+ locationsByFilter: {
7
+ [key: number]: Location_Entity;
8
+ };
9
+ existingLocations: {
10
+ [key: number]: Location_Entity;
11
+ };
12
+ updateCell?: (v: number | undefined) => void | Promise<boolean>;
13
+ searchMetadata: unknown;
14
+ selectedLocationID: number | undefined;
15
+ }
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=locationState.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"locationState.js","sourceRoot":"","sources":["../../../src/redux/location/locationState.ts"],"names":[],"mappings":""}
@@ -1,4 +1,5 @@
1
- export * from "./quoteReducer";
2
- export * from "./quoteAction";
3
- export * from "./quoteState";
4
- export * from "./quoteSelector";
1
+ export * from "./quoteAction";
2
+ export * from "./quoteMiddleware";
3
+ export * from "./quoteReducer";
4
+ export * from "./quoteSelector";
5
+ export * from "./quoteState";
@@ -0,0 +1,6 @@
1
+ export * from "./quoteAction";
2
+ export * from "./quoteMiddleware";
3
+ export * from "./quoteReducer";
4
+ export * from "./quoteSelector";
5
+ export * from "./quoteState";
6
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/redux/quote/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}