@dropins/storefront-quote-management 0.0.1-alpha9 → 1.0.0-beta2

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 (311) hide show
  1. package/api/acceptQuoteTemplate/acceptQuoteTemplate.d.ts +13 -0
  2. package/api/{getCustomerData/getCustomerData.d.ts → acceptQuoteTemplate/graphql/acceptQuoteTemplate.d.ts} +2 -2
  3. package/{data/transforms/__fixtures__/customerData.d.ts → api/acceptQuoteTemplate/index.d.ts} +2 -2
  4. package/api/addQuoteTemplateLineItemNote/addQuoteTemplateLineItemNote.d.ts +15 -0
  5. package/api/addQuoteTemplateLineItemNote/graphql/setQuoteTemplateLineItemNote.d.ts +10 -0
  6. package/api/addQuoteTemplateLineItemNote/index.d.ts +10 -0
  7. package/api/addQuoteTemplateShippingAddress/addQuoteTemplateShippingAddress.d.ts +37 -0
  8. package/api/addQuoteTemplateShippingAddress/graphql/setNegotiableQuoteTemplateShippingAddress.d.ts +10 -0
  9. package/api/addQuoteTemplateShippingAddress/index.d.ts +10 -0
  10. package/api/cancelQuoteTemplate/cancelQuoteTemplate.d.ts +14 -0
  11. package/api/cancelQuoteTemplate/graphql/cancelQuoteTemplate.d.ts +10 -0
  12. package/api/cancelQuoteTemplate/index.d.ts +10 -0
  13. package/api/closeNegotiableQuote/closeNegotiableQuote.d.ts +31 -0
  14. package/api/closeNegotiableQuote/graphql/CloseNegotiableQuoteMutation.d.ts +2 -0
  15. package/api/closeNegotiableQuote/index.d.ts +10 -0
  16. package/api/createQuoteTemplate/createQuoteTemplate.d.ts +4 -0
  17. package/api/createQuoteTemplate/graphql/createQuoteTemplate.d.ts +10 -0
  18. package/api/createQuoteTemplate/index.d.ts +10 -0
  19. package/api/deleteQuote/deleteQuote.d.ts +28 -0
  20. package/api/deleteQuote/graphql/DeleteQuoteMutation.d.ts +10 -0
  21. package/api/{getCustomerData → deleteQuote}/index.d.ts +1 -1
  22. package/{data/models/customer-model.d.ts → api/deleteQuoteTemplate/deleteQuoteTemplate.d.ts} +6 -8
  23. package/api/deleteQuoteTemplate/graphql/deleteQuoteTemplate.d.ts +10 -0
  24. package/api/deleteQuoteTemplate/index.d.ts +10 -0
  25. package/api/duplicateNegotiableQuote/duplicateNegotiableQuote.d.ts +8 -0
  26. package/api/duplicateNegotiableQuote/graphql/duplicateNegotiableQuoteMutation.d.ts +10 -0
  27. package/api/duplicateNegotiableQuote/index.d.ts +10 -0
  28. package/api/generateQuoteFromTemplate/generateQuoteFromTemplate.d.ts +15 -0
  29. package/api/generateQuoteFromTemplate/graphql/generateNegotiableQuoteFromTemplate.d.ts +10 -0
  30. package/api/generateQuoteFromTemplate/index.d.ts +10 -0
  31. package/api/getQuoteData/getQuoteData.d.ts +10 -0
  32. package/api/getQuoteData/graphql/QuoteDataQuery.d.ts +2 -0
  33. package/api/getQuoteData/index.d.ts +10 -0
  34. package/api/getQuoteTemplateData/getQuoteTemplateData.d.ts +4 -0
  35. package/api/getQuoteTemplateData/graphql/getQuoteTemplateData.d.ts +10 -0
  36. package/api/getQuoteTemplateData/index.d.ts +10 -0
  37. package/api/getQuoteTemplates/getQuoteTemplates.d.ts +34 -0
  38. package/api/getQuoteTemplates/graphql/getQuoteTemplates.d.ts +10 -0
  39. package/api/getQuoteTemplates/index.d.ts +10 -0
  40. package/api/getStoreConfig/getStoreConfig.d.ts +4 -0
  41. package/api/getStoreConfig/graphql/StoreConfigQuery.d.ts +10 -0
  42. package/api/getStoreConfig/index.d.ts +10 -0
  43. package/api/graphql/NegotiableQuoteAddressFragment.d.ts +10 -0
  44. package/api/graphql/NegotiableQuoteFragment.d.ts +5 -13
  45. package/api/graphql/NegotiableQuoteListFragment.d.ts +10 -0
  46. package/api/graphql/NegotiableQuoteTemplateFragment.d.ts +10 -0
  47. package/api/graphql/SearchResultPageInfoFragment.d.ts +10 -0
  48. package/api/graphql/ShippingMethodFragment.d.ts +10 -0
  49. package/api/graphql/SortFieldsFragment.d.ts +10 -0
  50. package/api/index.d.ts +34 -1
  51. package/api/initialize/initialize.d.ts +2 -0
  52. package/api/negotiableQuotes/graphql/NegotiableQuotesQuery.d.ts +10 -0
  53. package/api/negotiableQuotes/index.d.ts +10 -0
  54. package/api/negotiableQuotes/negotiableQuotes.d.ts +39 -0
  55. package/api/openQuoteTemplate/graphql/openQuoteTemplate.d.ts +10 -0
  56. package/api/openQuoteTemplate/index.d.ts +10 -0
  57. package/api/openQuoteTemplate/openQuoteTemplate.d.ts +13 -0
  58. package/api/removeNegotiableQuoteItems/graphql/RemoveNegotiableQuoteItemsMutation.d.ts +10 -0
  59. package/api/removeNegotiableQuoteItems/index.d.ts +10 -0
  60. package/api/removeNegotiableQuoteItems/removeNegotiableQuoteItems.d.ts +8 -0
  61. package/api/removeQuoteTemplateItems/graphql/removeNegotiableQuoteTemplateItems.d.ts +10 -0
  62. package/api/removeQuoteTemplateItems/index.d.ts +10 -0
  63. package/api/removeQuoteTemplateItems/removeQuoteTemplateItems.d.ts +14 -0
  64. package/api/renameNegotiableQuote/graphql/RenameNegotiableQuoteMutation.d.ts +10 -0
  65. package/api/renameNegotiableQuote/index.d.ts +10 -0
  66. package/api/renameNegotiableQuote/renameNegotiableQuote.d.ts +9 -0
  67. package/api/requestNegotiableQuote/graphql/RequestNegotiableQuoteMutation.d.ts +4 -12
  68. package/api/requestNegotiableQuote/requestNegotiableQuote.d.ts +0 -3
  69. package/api/sendForReview/graphql/SendNegotiableQuoteForReviewMutation.d.ts +10 -0
  70. package/api/sendForReview/index.d.ts +10 -0
  71. package/api/sendForReview/sendForReview.d.ts +11 -0
  72. package/api/sendQuoteTemplateForReview/graphql/sendQuoteTemplateForReview.d.ts +10 -0
  73. package/api/sendQuoteTemplateForReview/index.d.ts +10 -0
  74. package/api/sendQuoteTemplateForReview/sendQuoteTemplateForReview.d.ts +22 -0
  75. package/api/setLineItemNote/graphql/SetLineItemNoteMutation.d.ts +10 -0
  76. package/api/setLineItemNote/index.d.ts +10 -0
  77. package/api/setLineItemNote/setLineItemNote.d.ts +10 -0
  78. package/api/setShippingAddress/graphql/SetNegotiableQuoteShippingAddressMutation.d.ts +10 -0
  79. package/api/setShippingAddress/index.d.ts +2 -0
  80. package/api/setShippingAddress/setShippingAddress.d.ts +110 -0
  81. package/api/updateQuantities/graphql/UpdateNegotiableQuoteQuantitiesMutation.d.ts +10 -0
  82. package/api/updateQuantities/index.d.ts +10 -0
  83. package/api/updateQuantities/updateQuantities.d.ts +36 -0
  84. package/api/updateQuoteTemplateItemQuantities/graphql/updateNegotiableQuoteTemplateQuantities.d.ts +10 -0
  85. package/api/updateQuoteTemplateItemQuantities/index.d.ts +10 -0
  86. package/api/updateQuoteTemplateItemQuantities/updateQuoteTemplateItemQuantities.d.ts +20 -0
  87. package/api/uploadFile/graphql/FinishUploadMutation.d.ts +10 -0
  88. package/api/uploadFile/graphql/InitiateUploadMutation.d.ts +10 -0
  89. package/api/uploadFile/index.d.ts +10 -0
  90. package/api/uploadFile/uploadFile.d.ts +12 -0
  91. package/api.js +56 -22
  92. package/api.js.map +1 -1
  93. package/chunks/AttachedFilesList.js +4 -0
  94. package/chunks/AttachedFilesList.js.map +1 -0
  95. package/chunks/ChevronDown.js +4 -0
  96. package/chunks/ChevronDown.js.map +1 -0
  97. package/chunks/ConfirmationModal.js +4 -0
  98. package/chunks/ConfirmationModal.js.map +1 -0
  99. package/chunks/ItemsQuoted.js +4 -0
  100. package/chunks/ItemsQuoted.js.map +1 -0
  101. package/chunks/ItemsQuotedTemplate.js +4 -0
  102. package/chunks/ItemsQuotedTemplate.js.map +1 -0
  103. package/chunks/LineItemNoteModal.js +4 -0
  104. package/chunks/LineItemNoteModal.js.map +1 -0
  105. package/chunks/NegotiableQuoteFragment.js +391 -0
  106. package/chunks/NegotiableQuoteFragment.js.map +1 -0
  107. package/chunks/NegotiableQuoteTemplateFragment.js +196 -0
  108. package/chunks/NegotiableQuoteTemplateFragment.js.map +1 -0
  109. package/chunks/OrderSummaryLine.js +4 -0
  110. package/chunks/OrderSummaryLine.js.map +1 -0
  111. package/chunks/QuoteCommentsList.js +4 -0
  112. package/chunks/QuoteCommentsList.js.map +1 -0
  113. package/chunks/QuoteCommentsList3.js +4 -0
  114. package/chunks/QuoteCommentsList3.js.map +1 -0
  115. package/chunks/QuoteHistoryLog.js +4 -0
  116. package/chunks/QuoteHistoryLog.js.map +1 -0
  117. package/chunks/QuoteHistoryLog3.js +4 -0
  118. package/chunks/QuoteHistoryLog3.js.map +1 -0
  119. package/chunks/QuoteTemplateCommentsList.js +4 -0
  120. package/chunks/QuoteTemplateCommentsList.js.map +1 -0
  121. package/chunks/QuoteTemplateHistoryLog.js +4 -0
  122. package/chunks/QuoteTemplateHistoryLog.js.map +1 -0
  123. package/chunks/ShippingAddressDisplay.js +4 -0
  124. package/chunks/ShippingAddressDisplay.js.map +1 -0
  125. package/chunks/TabbedContent.js +4 -0
  126. package/chunks/TabbedContent.js.map +1 -0
  127. package/chunks/WarningFilled.js +4 -0
  128. package/chunks/WarningFilled.js.map +1 -0
  129. package/chunks/addQuoteTemplateLineItemNote.js +33 -0
  130. package/chunks/addQuoteTemplateLineItemNote.js.map +1 -0
  131. package/chunks/dateUtils.js +4 -0
  132. package/chunks/dateUtils.js.map +1 -0
  133. package/chunks/duplicateNegotiableQuote.js +121 -0
  134. package/chunks/duplicateNegotiableQuote.js.map +1 -0
  135. package/chunks/generateQuoteFromTemplate.js +12 -0
  136. package/chunks/generateQuoteFromTemplate.js.map +1 -0
  137. package/chunks/getQuoteTemplates.js +50 -0
  138. package/chunks/getQuoteTemplates.js.map +1 -0
  139. package/chunks/negotiableQuotes.js +77 -0
  140. package/chunks/negotiableQuotes.js.map +1 -0
  141. package/chunks/openQuoteTemplate.js +51 -0
  142. package/chunks/openQuoteTemplate.js.map +1 -0
  143. package/chunks/requestNegotiableQuote.js +6 -81
  144. package/chunks/requestNegotiableQuote.js.map +1 -1
  145. package/chunks/setLineItemNote.js +47 -0
  146. package/chunks/setLineItemNote.js.map +1 -0
  147. package/chunks/state.js +4 -0
  148. package/chunks/state.js.map +1 -0
  149. package/chunks/transform-quote-template.js +4 -0
  150. package/chunks/transform-quote-template.js.map +1 -0
  151. package/chunks/transform-quote.js +4 -0
  152. package/chunks/transform-quote.js.map +1 -0
  153. package/chunks/uploadFile.js +20 -0
  154. package/chunks/uploadFile.js.map +1 -0
  155. package/components/ActionsBar/ActionsBar.d.ts +15 -0
  156. package/components/ActionsBar/index.d.ts +11 -0
  157. package/components/AttachedFilesList/AttachedFilesList.d.ts +16 -0
  158. package/components/AttachedFilesList/index.d.ts +11 -0
  159. package/components/ConfirmationModal/ConfirmationModal.d.ts +17 -0
  160. package/components/ConfirmationModal/index.d.ts +11 -0
  161. package/components/ItemsQuoted/ItemsQuoted.d.ts +11 -0
  162. package/components/ItemsQuoted/index.d.ts +11 -0
  163. package/components/LineItemNoteModal/LineItemNoteModal.d.ts +17 -0
  164. package/components/LineItemNoteModal/index.d.ts +11 -0
  165. package/components/ManageNegotiableQuote/ManageNegotiableQuote.d.ts +22 -0
  166. package/components/ManageNegotiableQuote/__fixtures__/ManageNegotiableQuoteProps.d.ts +4 -0
  167. package/components/ManageNegotiableQuote/index.d.ts +11 -0
  168. package/components/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +19 -0
  169. package/components/ManageNegotiableQuoteTemplate/__fixtures__/ManageNegotiableQuoteTemplateProps.d.ts +4 -0
  170. package/components/ManageNegotiableQuoteTemplate/index.d.ts +11 -0
  171. package/components/OrderSummary/OrderSummary.d.ts +48 -0
  172. package/components/OrderSummary/index.d.ts +11 -0
  173. package/components/OrderSummaryLine/OrderSummaryLine.d.ts +13 -0
  174. package/components/OrderSummaryLine/index.d.ts +11 -0
  175. package/components/ProductListTable/ProductListTable.d.ts +61 -0
  176. package/components/ProductListTable/index.d.ts +11 -0
  177. package/components/QuoteCommentsList/QuoteCommentsList.d.ts +17 -0
  178. package/components/QuoteCommentsList/index.d.ts +11 -0
  179. package/components/QuoteHistoryLog/QuoteHistoryLog.d.ts +77 -0
  180. package/components/QuoteHistoryLog/index.d.ts +11 -0
  181. package/components/QuotePricesSummary/QuotePricesSummary.d.ts +16 -0
  182. package/components/QuotePricesSummary/index.d.ts +11 -0
  183. package/components/QuoteSummaryList/QuoteSummaryList.d.ts +13 -0
  184. package/components/QuoteSummaryList/index.d.ts +11 -0
  185. package/components/QuoteTemplatesListTable/QuoteTemplatesListTable.d.ts +29 -0
  186. package/components/QuoteTemplatesListTable/index.d.ts +10 -0
  187. package/components/QuotesListTable/QuotesListTable.d.ts +29 -0
  188. package/components/QuotesListTable/index.d.ts +11 -0
  189. package/components/ReferenceDocumentFormModal/ReferenceDocumentFormModal.d.ts +30 -0
  190. package/components/ReferenceDocumentFormModal/index.d.ts +11 -0
  191. package/components/ReferenceDocumentsList/ReferenceDocumentsList.d.ts +18 -0
  192. package/components/ReferenceDocumentsList/index.d.ts +11 -0
  193. package/components/RenameQuoteModal/RenameQuoteModal.d.ts +18 -0
  194. package/components/RenameQuoteModal/index.d.ts +11 -0
  195. package/components/RequestNegotiableQuoteForm/RequestNegotiableQuoteForm.d.ts +1 -0
  196. package/components/ShippingAddressDisplay/ShippingAddressDisplay.d.ts +12 -0
  197. package/components/ShippingAddressDisplay/index.d.ts +11 -0
  198. package/components/TabbedContent/TabbedContent.d.ts +10 -0
  199. package/components/TabbedContent/index.d.ts +11 -0
  200. package/components/index.d.ts +30 -0
  201. package/containers/ItemsQuoted/ItemsQuoted.d.ts +30 -0
  202. package/containers/ItemsQuoted/index.d.ts +11 -0
  203. package/containers/ItemsQuoted.d.ts +3 -0
  204. package/containers/ItemsQuoted.js +4 -0
  205. package/containers/ItemsQuoted.js.map +1 -0
  206. package/containers/ItemsQuotedTemplate/ItemsQuotedTemplate.d.ts +25 -0
  207. package/containers/ItemsQuotedTemplate/index.d.ts +11 -0
  208. package/containers/ItemsQuotedTemplate.d.ts +3 -0
  209. package/containers/ItemsQuotedTemplate.js +4 -0
  210. package/containers/ItemsQuotedTemplate.js.map +1 -0
  211. package/containers/ManageNegotiableQuote/ManageNegotiableQuote.d.ts +87 -0
  212. package/containers/ManageNegotiableQuote/index.d.ts +11 -0
  213. package/containers/ManageNegotiableQuote.d.ts +3 -0
  214. package/containers/ManageNegotiableQuote.js +4 -0
  215. package/containers/ManageNegotiableQuote.js.map +1 -0
  216. package/containers/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +73 -0
  217. package/containers/ManageNegotiableQuoteTemplate/index.d.ts +11 -0
  218. package/containers/ManageNegotiableQuoteTemplate.d.ts +3 -0
  219. package/containers/ManageNegotiableQuoteTemplate.js +4 -0
  220. package/containers/ManageNegotiableQuoteTemplate.js.map +1 -0
  221. package/containers/OrderSummary/OrderSummary.d.ts +11 -0
  222. package/containers/OrderSummary/index.d.ts +11 -0
  223. package/containers/OrderSummary.d.ts +3 -0
  224. package/containers/OrderSummary.js +4 -0
  225. package/containers/OrderSummary.js.map +1 -0
  226. package/containers/OrderSummaryLine/OrderSummaryLine.d.ts +14 -0
  227. package/containers/OrderSummaryLine/index.d.ts +11 -0
  228. package/containers/OrderSummaryLine.d.ts +3 -0
  229. package/containers/OrderSummaryLine.js +4 -0
  230. package/containers/OrderSummaryLine.js.map +1 -0
  231. package/containers/QuoteCommentsList/QuoteCommentsList.d.ts +9 -0
  232. package/containers/QuoteCommentsList/index.d.ts +11 -0
  233. package/containers/QuoteCommentsList.d.ts +3 -0
  234. package/containers/QuoteCommentsList.js +4 -0
  235. package/containers/QuoteCommentsList.js.map +1 -0
  236. package/containers/QuoteHistoryLog/QuoteHistoryLog.d.ts +9 -0
  237. package/containers/QuoteHistoryLog/index.d.ts +11 -0
  238. package/containers/QuoteHistoryLog.d.ts +3 -0
  239. package/containers/QuoteHistoryLog.js +4 -0
  240. package/containers/QuoteHistoryLog.js.map +1 -0
  241. package/containers/QuoteSummaryList/QuoteSummaryList.d.ts +51 -0
  242. package/containers/QuoteSummaryList/index.d.ts +11 -0
  243. package/containers/QuoteSummaryList.d.ts +3 -0
  244. package/containers/QuoteSummaryList.js +4 -0
  245. package/containers/QuoteSummaryList.js.map +1 -0
  246. package/containers/QuoteTemplateCommentsList/QuoteTemplateCommentsList.d.ts +9 -0
  247. package/containers/QuoteTemplateCommentsList/index.d.ts +11 -0
  248. package/containers/QuoteTemplateCommentsList.d.ts +3 -0
  249. package/containers/QuoteTemplateCommentsList.js +4 -0
  250. package/containers/QuoteTemplateCommentsList.js.map +1 -0
  251. package/containers/QuoteTemplateHistoryLog/QuoteTemplateHistoryLog.d.ts +9 -0
  252. package/containers/QuoteTemplateHistoryLog/index.d.ts +11 -0
  253. package/containers/QuoteTemplateHistoryLog.d.ts +3 -0
  254. package/containers/QuoteTemplateHistoryLog.js +4 -0
  255. package/containers/QuoteTemplateHistoryLog.js.map +1 -0
  256. package/containers/QuoteTemplatesListTable/QuoteTemplatesListTable.d.ts +74 -0
  257. package/containers/QuoteTemplatesListTable/index.d.ts +11 -0
  258. package/containers/QuoteTemplatesListTable.d.ts +3 -0
  259. package/containers/QuoteTemplatesListTable.js +4 -0
  260. package/containers/QuoteTemplatesListTable.js.map +1 -0
  261. package/containers/QuotesListTable/QuotesListTable.d.ts +72 -0
  262. package/containers/QuotesListTable/index.d.ts +11 -0
  263. package/containers/QuotesListTable.d.ts +3 -0
  264. package/containers/QuotesListTable.js +4 -0
  265. package/containers/QuotesListTable.js.map +1 -0
  266. package/containers/RequestNegotiableQuoteForm/RequestNegotiableQuoteForm.d.ts +10 -1
  267. package/containers/RequestNegotiableQuoteForm.js +1 -1
  268. package/containers/RequestNegotiableQuoteForm.js.map +1 -1
  269. package/containers/ShippingAddressDisplay/ShippingAddressDisplay.d.ts +10 -0
  270. package/containers/ShippingAddressDisplay/index.d.ts +11 -0
  271. package/containers/ShippingAddressDisplay.d.ts +1 -0
  272. package/containers/ShippingAddressDisplay.js +4 -0
  273. package/containers/ShippingAddressDisplay.js.map +1 -0
  274. package/containers/index.d.ts +22 -0
  275. package/data/models/__fixtures__/negotiableQuoteModel.d.ts +8 -0
  276. package/data/models/__fixtures__/negotiableQuoteTemplateModel.d.ts +4 -0
  277. package/data/models/__fixtures__/negotiableQuoteTemplatesListModel.d.ts +5 -0
  278. package/data/models/__fixtures__/negotiableQuotesListModel.d.ts +5 -0
  279. package/data/models/__fixtures__/storeConfigModel.d.ts +5 -0
  280. package/data/models/index.d.ts +11 -1
  281. package/data/models/negotiable-quote-model.d.ts +262 -27
  282. package/data/models/negotiable-quote-template-model.d.ts +148 -0
  283. package/data/models/store-config-model.d.ts +27 -0
  284. package/data/transforms/__fixtures__/negotiableQuoteData.d.ts +665 -2
  285. package/data/transforms/__fixtures__/negotiableQuoteTemplateData.d.ts +1665 -0
  286. package/data/transforms/__fixtures__/storeConfigData.d.ts +31 -0
  287. package/data/transforms/index.d.ts +6 -13
  288. package/data/transforms/transform-quote-template.d.ts +5 -0
  289. package/data/transforms/transform-quote.d.ts +13 -2
  290. package/data/transforms/transform-store-config.d.ts +4 -0
  291. package/hooks/useItemsQuotedTemplate.d.ts +16 -0
  292. package/hooks/useQuoteSummaryData.d.ts +10 -0
  293. package/hooks/useReferenceDocumentLinks.d.ts +34 -0
  294. package/hooks/useRemoveTemplateItems.d.ts +25 -0
  295. package/hooks/useUpdateTemplateQuantities.d.ts +27 -0
  296. package/i18n/en_US.json.d.ts +419 -1
  297. package/lib/configurationTransformers.d.ts +27 -0
  298. package/lib/itemFormatters.d.ts +47 -0
  299. package/lib/priceCalculators.d.ts +41 -0
  300. package/lib/state.d.ts +6 -0
  301. package/package.json +1 -1
  302. package/render.js +6 -2
  303. package/render.js.map +1 -1
  304. package/types/state.types.d.ts +13 -0
  305. package/utils/dateUtils.d.ts +26 -0
  306. package/utils/fileUtils.d.ts +46 -0
  307. package/utils/mapAuthPermissions.d.ts +39 -0
  308. package/api/getCustomerData/graphql/CustomerQuery.d.ts +0 -2
  309. package/api/graphql/CustomerFragment.d.ts +0 -2
  310. package/data/models/__fixtures__/customerModel.d.ts +0 -4
  311. package/data/transforms/transform-customer.d.ts +0 -15
@@ -0,0 +1,31 @@
1
+ /********************************************************************
2
+ * Copyright 2025 Adobe
3
+ * All Rights Reserved.
4
+ *
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
8
+ *******************************************************************/
9
+ export declare const mockStoreConfigGraphQLResponse: {
10
+ cart_summary_display_quantity: number;
11
+ max_items_in_order_summary: number;
12
+ shopping_cart_display_zero_tax: boolean;
13
+ shopping_cart_display_subtotal: number;
14
+ shopping_cart_display_price: number;
15
+ shopping_cart_display_shipping: number;
16
+ shopping_cart_display_full_summary: boolean;
17
+ shopping_cart_display_grand_total: boolean;
18
+ configurable_thumbnail_source: string;
19
+ };
20
+ export declare const mockStoreConfigGraphQLResponseWithWrongValues: {
21
+ shopping_cart_display_subtotal: number;
22
+ shopping_cart_display_price: null;
23
+ shopping_cart_display_shipping: number;
24
+ cart_summary_display_quantity: number;
25
+ max_items_in_order_summary: number;
26
+ shopping_cart_display_zero_tax: boolean;
27
+ shopping_cart_display_full_summary: boolean;
28
+ shopping_cart_display_grand_total: boolean;
29
+ configurable_thumbnail_source: string;
30
+ };
31
+ //# sourceMappingURL=storeConfigData.d.ts.map
@@ -1,19 +1,12 @@
1
1
  /********************************************************************
2
- * ADOBE CONFIDENTIAL
3
- * __________________
4
- *
5
- * Copyright 2024 Adobe
2
+ * Copyright 2025 Adobe
6
3
  * All Rights Reserved.
7
4
  *
8
- * NOTICE: All information contained herein is, and remains
9
- * the property of Adobe and its suppliers, if any. The intellectual
10
- * and technical concepts contained herein are proprietary to Adobe
11
- * and its suppliers and are protected by all applicable intellectual
12
- * property laws, including trade secret and copyright laws.
13
- * Dissemination of this information or reproduction of this material
14
- * is strictly forbidden unless prior written permission is obtained
15
- * from Adobe.
5
+ * NOTICE: Adobe permits you to use, modify, and distribute this
6
+ * file in accordance with the terms of the Adobe license agreement
7
+ * accompanying it.
16
8
  *******************************************************************/
17
- export * from './transform-customer';
9
+ export * from './transform-store-config';
18
10
  export * from './transform-quote';
11
+ export * from './transform-quote-template';
19
12
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,5 @@
1
+ import { NegotiableQuoteTemplateModel, NegotiableQuoteTemplatesListModel } from '../models/negotiable-quote-template-model';
2
+
3
+ export declare function transformQuoteTemplate(templateData: any): NegotiableQuoteTemplateModel | null;
4
+ export declare function transformQuoteTemplatesList(templatesData: any): NegotiableQuoteTemplatesListModel | null;
5
+ //# sourceMappingURL=transform-quote-template.d.ts.map
@@ -1,4 +1,15 @@
1
- import { NegotiableQuoteModel } from '../models/negotiable-quote-model';
1
+ import { NegotiableQuoteModel, NegotiableQuotesListModel, PaginationInfo } from '../models/negotiable-quote-model';
2
2
 
3
- export declare function transformQuote(response: any): NegotiableQuoteModel | null;
3
+ export declare function transformQuote(quoteData: any): NegotiableQuoteModel | null;
4
+ export declare function transformNegotiableQuotesList(quotesData: any): NegotiableQuotesListModel | null;
5
+ export declare function transformPaginationInfo(quotesData: NegotiableQuotesListModel | null): PaginationInfo | null;
6
+ export declare const getDefaultPageSizeOptions: () => number[];
7
+ export declare function calculateTotal(data: any[], currency: string): any;
8
+ export declare function transformShippingPrices(quote: any): {
9
+ shippingIncludingTax?: undefined;
10
+ shippingExcludingTax?: undefined;
11
+ } | {
12
+ shippingIncludingTax: any;
13
+ shippingExcludingTax: any;
14
+ };
4
15
  //# sourceMappingURL=transform-quote.d.ts.map
@@ -0,0 +1,4 @@
1
+ import { StoreConfigModel } from '../models';
2
+
3
+ export declare function transformStoreConfig(data: any): StoreConfigModel;
4
+ //# sourceMappingURL=transform-store-config.d.ts.map
@@ -0,0 +1,16 @@
1
+ import { ProductListTableItem } from '../components';
2
+ import { QuoteTemplateCartItem } from '../data/models/negotiable-quote-template-model';
3
+
4
+ export interface UseItemsQuotedTemplateReturn {
5
+ dropdownSelections: Record<string, string | undefined>;
6
+ handleItemDropdownChange: (item: ProductListTableItem, action: string) => void;
7
+ handleDismissRemoveBanner: () => void;
8
+ }
9
+ export interface UseItemsQuotedTemplateParams {
10
+ handleRemoveItems: (items: QuoteTemplateCartItem[]) => void;
11
+ }
12
+ /**
13
+ * Custom hook to manage dropdown selections and item actions for quote template items
14
+ */
15
+ export declare const useItemsQuotedTemplate: (params: UseItemsQuotedTemplateParams) => UseItemsQuotedTemplateReturn;
16
+ //# sourceMappingURL=useItemsQuotedTemplate.d.ts.map
@@ -0,0 +1,10 @@
1
+ import { NegotiableQuoteModel } from '../data/models';
2
+
3
+ /**
4
+ * Custom hook to manage quote summary data and loading state
5
+ */
6
+ export declare const useQuoteSummaryData: () => {
7
+ quoteData: NegotiableQuoteModel | undefined;
8
+ loading: boolean;
9
+ };
10
+ //# sourceMappingURL=useQuoteSummaryData.d.ts.map
@@ -0,0 +1,34 @@
1
+ import { ReferenceDocument } from '../components';
2
+ import { ReferenceDocumentLinkInput } from '../api/sendQuoteTemplateForReview/sendQuoteTemplateForReview';
3
+
4
+ export interface UseReferenceDocumentLinksParams {
5
+ templateReferenceDocuments?: ReferenceDocument[];
6
+ localReferenceDocuments: ReferenceDocument[];
7
+ }
8
+ export interface UseReferenceDocumentLinksReturn {
9
+ /**
10
+ * Checks if a document exists in the template reference documents.
11
+ * Matches by uid if both documents have it, otherwise matches by url.
12
+ */
13
+ isDocumentInTemplateData: (document: ReferenceDocument) => boolean;
14
+ /**
15
+ * Returns documents from localReferenceDocuments that are not in templateReferenceDocuments.
16
+ */
17
+ getNewDocuments: () => ReferenceDocument[];
18
+ /**
19
+ * Transforms all reference documents to API format.
20
+ */
21
+ getReferenceDocumentLinks: () => ReferenceDocumentLinkInput[];
22
+ /**
23
+ * Indicates if there are unsaved changes (documents in local state not in template data).
24
+ */
25
+ hasUnsavedChanges: boolean;
26
+ }
27
+ /**
28
+ * Custom hook to manage reference document links logic.
29
+ * Handles document matching, filtering new documents, transformation to API format,
30
+ * and detection of unsaved changes.
31
+ * Note: getReferenceDocumentLinks() returns all local reference documents, not just new ones.
32
+ */
33
+ export declare const useReferenceDocumentLinks: (params: UseReferenceDocumentLinksParams) => UseReferenceDocumentLinksReturn;
34
+ //# sourceMappingURL=useReferenceDocumentLinks.d.ts.map
@@ -0,0 +1,25 @@
1
+ import { QuoteTemplateCartItem } from '../data/models/negotiable-quote-template-model';
2
+
3
+ export interface UseRemoveTemplateItemsReturn {
4
+ handleRemoveItems: (items: QuoteTemplateCartItem[]) => void;
5
+ handleConfirmRemove: () => Promise<void>;
6
+ handleCancelRemove: () => void;
7
+ isRemoveModalOpen: boolean;
8
+ itemsToRemove: QuoteTemplateCartItem[];
9
+ isRemoving: boolean;
10
+ removeNotificationState: {
11
+ type: 'success' | 'error' | null;
12
+ message: string;
13
+ };
14
+ }
15
+ export interface UseRemoveTemplateItemsParams {
16
+ templateId?: string;
17
+ onRemoveModalStateChange?: (isOpen: boolean) => void;
18
+ removeSuccessMessage: string;
19
+ removeErrorMessage: string;
20
+ }
21
+ /**
22
+ * Custom hook to manage removing items from a quote template
23
+ */
24
+ export declare const useRemoveTemplateItems: (params: UseRemoveTemplateItemsParams) => UseRemoveTemplateItemsReturn;
25
+ //# sourceMappingURL=useRemoveTemplateItems.d.ts.map
@@ -0,0 +1,27 @@
1
+ import { ProductListTableItem } from '../components';
2
+
3
+ export interface UseUpdateTemplateQuantitiesReturn {
4
+ quantityChanges: Record<string, number>;
5
+ handleQuantityChange: (item: ProductListTableItem, newQuantity: number) => void;
6
+ handleUpdate: (e: SubmitEvent) => void;
7
+ handleConfirmUpdate: () => Promise<void>;
8
+ handleCancelUpdate: () => void;
9
+ handleDismissBanner: () => void;
10
+ isUpdateModalOpen: boolean;
11
+ isUpdating: boolean;
12
+ updateNotificationState: {
13
+ type: 'success' | 'error' | null;
14
+ message: string;
15
+ };
16
+ }
17
+ export interface UseUpdateTemplateQuantitiesParams {
18
+ templateId?: string;
19
+ onUpdateModalStateChange?: (isOpen: boolean) => void;
20
+ updateSuccessMessage: string;
21
+ updateErrorMessage: string;
22
+ }
23
+ /**
24
+ * Custom hook to manage updating quantities of items in a quote template
25
+ */
26
+ export declare const useUpdateTemplateQuantities: (params: UseUpdateTemplateQuantitiesParams) => UseUpdateTemplateQuantitiesReturn;
27
+ //# sourceMappingURL=useUpdateTemplateQuantities.d.ts.map
@@ -1,4 +1,8 @@
1
1
  declare const _default: {
2
+ "ConfirmationModal": {
3
+ "cancel": "Cancel",
4
+ "confirm": "Confirm"
5
+ },
2
6
  "NegotiableQuote": {
3
7
  "Request": {
4
8
  "title": "Request a Quote",
@@ -7,6 +11,13 @@ declare const _default: {
7
11
  "quoteName": "Quote name",
8
12
  "quoteNameError": "Please add a quote name",
9
13
  "attachmentsError": "Error uploading attachments",
14
+ "maxFilesExceeded": "Maximum {maxFiles} file(s) allowed",
15
+ "maxFileSizeExceeded": "File size exceeds maximum limit of {maxSize}",
16
+ "invalidFileType": "File type not accepted",
17
+ "removeFile": "Remove file",
18
+ "uploading": "Uploading...",
19
+ "uploadSuccess": "Upload complete",
20
+ "uploadError": "Upload failed",
10
21
  "requestCta": "Request a Quote",
11
22
  "saveDraftCta": "Save as draft",
12
23
  "error": {
@@ -20,8 +31,415 @@ declare const _default: {
20
31
  "submitted": "Quote request submitted successfully!",
21
32
  "draftSaved": "Quote saved as draft successfully!"
22
33
  }
34
+ },
35
+ "Manage": {
36
+ "createdLabel": "Created:",
37
+ "salesRepLabel": "Sales Rep:",
38
+ "expiresLabel": "Expires:",
39
+ "actionsLabel": "Actions",
40
+ "actions": {
41
+ "remove": "Remove"
42
+ },
43
+ "attachFile": "Attach File",
44
+ "attachFiles": "Attach Files",
45
+ "fileUploadError": "Failed to upload file. Please try again.",
46
+ "maxFilesExceeded": "Maximum {maxFiles} file(s) allowed",
47
+ "maxFileSizeExceeded": "File size exceeds maximum limit of {maxSize}",
48
+ "invalidFileType": "File type not accepted",
49
+ "removeFile": "Remove file",
50
+ "uploading": "Uploading...",
51
+ "uploadSuccess": "Upload complete",
52
+ "uploadError": "Upload failed",
53
+ "bannerTitle": "Alert",
54
+ "bannerStatusMessages": {
55
+ "submitted": "This quote is currently locked for editing. It will become available once released by the Merchant.",
56
+ "pending": "This quote is currently locked for editing. It will become available once released by the Merchant.",
57
+ "expired": "Your quote has expired and the product prices have been updated as per the latest prices in your catalog. You can either re-submit the quote to seller for further negotiation or go to checkout."
58
+ },
59
+ "actionButtons": {
60
+ "close": "Close quote",
61
+ "delete": "Delete quote",
62
+ "print": "Print quote",
63
+ "createTemplate": "Create quote template",
64
+ "createCopy": "Create copy",
65
+ "sendForReview": "Send for review"
66
+ },
67
+ "confirmationModal": {
68
+ "cancel": "Cancel",
69
+ "delete": {
70
+ "title": "Delete Quote",
71
+ "message": "Are you sure you want to delete this quote?",
72
+ "confirm": "Delete",
73
+ "errorHeading": "Error",
74
+ "errorFallback": "Failed to delete quote",
75
+ "successHeading": "Success",
76
+ "successDescription": "Quote has been successfully deleted"
77
+ },
78
+ "duplicate": {
79
+ "title": "Duplicate Quote",
80
+ "message": "Are you sure you want to create a copy of this quote?",
81
+ "confirm": "Create Copy",
82
+ "errorHeading": "Error",
83
+ "errorFallback": "Failed to duplicate quote",
84
+ "successHeading": "Success",
85
+ "successDescription": "Quote has been successfully duplicated. You will be redirected to the new quote shortly."
86
+ },
87
+ "close": {
88
+ "message": "Are you sure you want to close this quote?",
89
+ "confirm": "Close",
90
+ "confirmLoading": "Closing...",
91
+ "successHeading": "Success",
92
+ "successDescription": "Quote has been successfully closed"
93
+ },
94
+ "createTemplate": {
95
+ "message": "Are you sure you want to create a quote template from this quote?",
96
+ "confirm": "Create Template",
97
+ "confirmLoading": "Creating...",
98
+ "successHeading": "Success",
99
+ "successDescription": "Quote template has been successfully created",
100
+ "errorHeading": "Error",
101
+ "errorFallback": "Failed to create quote template"
102
+ },
103
+ "noItemsSelected": {
104
+ "title": "Please Select Quote Items",
105
+ "message": "Please select at least one quote item to proceed.",
106
+ "confirm": "Ok"
107
+ }
108
+ },
109
+ "shippingInformation": {
110
+ "title": "Shipping Information"
111
+ },
112
+ "shippingAddress": {
113
+ "noAddress": "No shipping address has been set for this quote."
114
+ },
115
+ "quoteComments": {
116
+ "title": "Quote Comments",
117
+ "placeholder": "Add your comment",
118
+ "emptyState": "No comments yet",
119
+ "by": "by",
120
+ "attachments": "Attachments:"
121
+ },
122
+ "productListTable": {
123
+ "headers": {
124
+ "productName": "Product name",
125
+ "sku": "SKU",
126
+ "price": "Price",
127
+ "quantity": "Quantity",
128
+ "discount": "Discount",
129
+ "subtotal": "Subtotal",
130
+ "actions": "Actions"
131
+ },
132
+ "submitButton": "Update",
133
+ "actions": {
134
+ "editNoteToSeller": "Edit note to seller",
135
+ "remove": "Remove"
136
+ },
137
+ "notes": {
138
+ "header": "NOTES",
139
+ "leftANote": "left a note:",
140
+ "buyer": "Buyer"
141
+ }
142
+ },
143
+ "rename": {
144
+ "title": "Rename Quote",
145
+ "quoteNameLabel": "Quote name",
146
+ "reasonLabel": "Reason for change",
147
+ "renameButton": "Rename",
148
+ "cancelButton": "Cancel",
149
+ "errorHeading": "Error",
150
+ "quoteNameRequired": "Quote name is required",
151
+ "errorDefault": "Failed to rename quote. Please try again.",
152
+ "successHeading": "Success",
153
+ "successMessage": "Quote renamed successfully!"
154
+ },
155
+ "lineItemNote": {
156
+ "title": "Leave a note to seller",
157
+ "productLabel": "Name & SKU",
158
+ "skuLabel": "SKU",
159
+ "priceLabel": "Price",
160
+ "stockLabel": "Stock",
161
+ "quantityLabel": "Qty",
162
+ "discountLabel": "Discount",
163
+ "subtotalLabel": "Subtotal",
164
+ "noteLabel": "Note to seller",
165
+ "notePlaceholder": "Can I get a discount on this?",
166
+ "noteHelper": "The seller will see the note when you send the quote back.",
167
+ "confirmButton": "Confirm",
168
+ "cancelButton": "Cancel",
169
+ "noteError": "Please enter a note",
170
+ "quantityError": "Quantity must be greater than 0"
171
+ },
172
+ "tabbedContent": {
173
+ "itemsQuoted": "Items quoted",
174
+ "comments": "Comments",
175
+ "historyLog": "History log"
176
+ },
177
+ "quotePricesSummary": {
178
+ "subtotal": {
179
+ "excludingTax": "Quote Subtotal (excluding tax)"
180
+ },
181
+ "appliedTaxes": "Applied Taxes",
182
+ "grandTotal": {
183
+ "includingTax": "Quote Grand Total (including tax)"
184
+ }
185
+ },
186
+ "updateQuantitiesModal": {
187
+ "title": "Change Quote Items",
188
+ "description": "Making changes to any quote item changes the terms of the quote. After you update the quote, return it to the seller for review and approval.",
189
+ "cancelButton": "Cancel",
190
+ "updateButton": "Apply Changes",
191
+ "successHeading": "Success",
192
+ "successMessage": "Quote quantities have been successfully updated.",
193
+ "errorHeading": "Error",
194
+ "errorMessage": "Failed to update quote quantities. Please try again."
195
+ },
196
+ "removeItemsModal": {
197
+ "title": "Change Quote Items",
198
+ "description": "Making changes to any quote item changes the terms of the quote. After you update the quote, return it to the seller for review and approval.",
199
+ "cancelButton": "Cancel",
200
+ "confirmButton": "Remove",
201
+ "confirmButtonRemoving": "Removing...",
202
+ "successHeading": "Success",
203
+ "successMessage": "Quote items have been successfully removed.",
204
+ "errorHeading": "Error",
205
+ "errorMessage": "Failed to remove quote items. Please try again."
206
+ }
207
+ },
208
+ "PriceSummary": {
209
+ "taxToBeDetermined": "TBD",
210
+ "orderSummary": "Order Summary",
211
+ "giftOptionsTax": {
212
+ "printedCard": {
213
+ "title": "Printed card",
214
+ "inclTax": "Including taxes",
215
+ "exclTax": "excluding taxes"
216
+ },
217
+ "itemGiftWrapping": {
218
+ "title": "Item gift wrapping",
219
+ "inclTax": "Including taxes",
220
+ "exclTax": "excluding taxes"
221
+ },
222
+ "orderGiftWrapping": {
223
+ "title": "Order gift wrapping",
224
+ "inclTax": "Including taxes",
225
+ "exclTax": "excluding taxes"
226
+ }
227
+ },
228
+ "subTotal": {
229
+ "label": "Subtotal",
230
+ "withTaxes": "Including taxes",
231
+ "withoutTaxes": "excluding taxes"
232
+ },
233
+ "shipping": {
234
+ "label": "Shipping",
235
+ "withTaxes": "Including taxes",
236
+ "withoutTaxes": "excluding taxes"
237
+ },
238
+ "taxes": {
239
+ "total": "Tax Total",
240
+ "totalOnly": "Tax",
241
+ "breakdown": "Taxes",
242
+ "showBreakdown": "Show Tax Breakdown",
243
+ "hideBreakdown": "Hide Tax Breakdown"
244
+ },
245
+ "total": {
246
+ "free": "Free",
247
+ "label": "Total",
248
+ "withoutTax": "Total excluding taxes",
249
+ "saved": "Total saved"
250
+ }
251
+ },
252
+ "QuoteSummaryList": {
253
+ "discountedPrice": "Discounted Price",
254
+ "discountPercentage": "{discount}% off",
255
+ "editQuote": "Edit",
256
+ "file": "{count} file",
257
+ "files": "{count} files",
258
+ "heading": "Negotiable Quote ({count})",
259
+ "listOfQuoteItems": "List of Quote Items",
260
+ "regularPrice": "Regular Price",
261
+ "savingsAmount": "Savings",
262
+ "viewMore": "View more"
263
+ }
264
+ },
265
+ "NegotiableQuoteTemplate": {
266
+ "Manage": {
267
+ "createdLabel": "Created:",
268
+ "salesRepLabel": "Sales Rep:",
269
+ "expiresLabel": "Expires:",
270
+ "referenceDocuments": {
271
+ "title": "Reference Documents",
272
+ "add": "Add",
273
+ "edit": "Edit",
274
+ "remove": "Remove",
275
+ "noReferenceDocuments": "No reference documents",
276
+ "form": {
277
+ "title": "Document Information",
278
+ "documentNameLabel": "Document name",
279
+ "documentIdentifierLabel": "Document identifier",
280
+ "referenceUrlLabel": "Reference URL",
281
+ "addButton": "Add to Quote Template",
282
+ "updateButton": "Update Document",
283
+ "cancelButton": "Cancel",
284
+ "documentNameRequired": "Document name is required",
285
+ "referenceUrlRequired": "Reference URL is required",
286
+ "invalidUrl": "Please enter a valid URL",
287
+ "errorHeading": "Error",
288
+ "duplicateUidError": "A document with this identifier already exists in the template. Please use a different identifier."
289
+ }
290
+ },
291
+ "comments": {
292
+ "title": "Comments"
293
+ },
294
+ "historyLog": {
295
+ "title": "History Log"
296
+ },
297
+ "tabs": {
298
+ "itemsQuoted": "Items Quoted",
299
+ "comments": "Comments",
300
+ "historyLog": "History Log"
301
+ },
302
+ "templateComments": {
303
+ "title": "Template Comments",
304
+ "placeholder": "Add your comment"
305
+ },
306
+ "actionsLabel": "Actions",
307
+ "actionButtons": {
308
+ "sendForReview": "Send for review",
309
+ "delete": "Delete template",
310
+ "cancel": "Cancel template",
311
+ "accept": "Accept",
312
+ "generateQuote": "Generate quote"
313
+ },
314
+ "removeItemsModal": {
315
+ "title": "Change Quote Template Items",
316
+ "description": "Making changes to any quote template item changes the terms of the template. After you update the template, return it to the seller for review and approval.",
317
+ "cancelButton": "Cancel",
318
+ "confirmButton": "Remove",
319
+ "confirmButtonRemoving": "Removing...",
320
+ "successHeading": "Success",
321
+ "successMessage": "Quote template items have been successfully removed.",
322
+ "errorHeading": "Error",
323
+ "errorMessage": "Failed to remove quote template items. Please try again."
324
+ },
325
+ "updateQuantitiesModal": {
326
+ "title": "Change Quote Template Items",
327
+ "description": "Making changes to any quote template item changes the terms of the template. After you update the template, return it to the seller for review and approval.",
328
+ "cancelButton": "Cancel",
329
+ "updateButton": "Apply Changes",
330
+ "successHeading": "Success",
331
+ "successMessage": "Quote template quantities have been successfully updated.",
332
+ "errorHeading": "Error",
333
+ "errorMessage": "Failed to update quote template quantities. Please try again."
334
+ },
335
+ "confirmationModal": {
336
+ "cancel": "Cancel",
337
+ "delete": {
338
+ "title": "Delete Quote Template",
339
+ "message": "Are you sure you want to delete this quote template?",
340
+ "confirm": "Delete",
341
+ "errorHeading": "Error",
342
+ "errorFallback": "Failed to delete quote template",
343
+ "successHeading": "Success",
344
+ "successDescription": "Quote template has been successfully deleted"
345
+ },
346
+ "cancelTemplate": {
347
+ "title": "Cancel Quote Template",
348
+ "message": "Are you sure you want to cancel this quote template?",
349
+ "confirm": "Cancel Template",
350
+ "errorHeading": "Error",
351
+ "errorFallback": "Failed to cancel quote template",
352
+ "successHeading": "Success",
353
+ "successDescription": "Quote template has been successfully cancelled"
354
+ },
355
+ "accept": {
356
+ "title": "Accept Quote Template",
357
+ "message": "Are you sure you want to accept this quote template?",
358
+ "confirm": "Accept",
359
+ "confirmLoading": "Accepting...",
360
+ "successHeading": "Quote Template Accepted",
361
+ "successDescription": "Quote template has been successfully accepted.",
362
+ "errorHeading": "Error",
363
+ "errorFallback": "Failed to accept quote template. Please try again."
364
+ },
365
+ "generateQuote": {
366
+ "message": "Are you sure you want to generate a quote from this template?",
367
+ "confirm": "Generate Quote",
368
+ "confirmLoading": "Generating...",
369
+ "successHeading": "Quote Generated",
370
+ "successDescription": "Quote has been successfully generated from the template.",
371
+ "errorHeading": "Error",
372
+ "errorFallback": "Failed to generate quote from template. Please try again."
373
+ }
374
+ },
375
+ "quotePricesSummary": {
376
+ "subtotal": {
377
+ "excludingTax": "Quote Template Subtotal (excluding tax)"
378
+ },
379
+ "appliedTaxes": "Applied Taxes",
380
+ "grandTotal": {
381
+ "includingTax": "Quote Template Grand Total (including tax)"
382
+ }
383
+ },
384
+ "lineItemNoteModal": {
385
+ "errorHeading": "Error"
386
+ }
387
+ }
388
+ },
389
+ "historyLog": {
390
+ "changeTypes": {
391
+ "created": "Quote Created",
392
+ "updated": "Quote Updated",
393
+ "statusChanged": "Status Changed",
394
+ "commentAdded": "Comment Added",
395
+ "expirationChanged": "Expiration Changed"
396
+ },
397
+ "noteTypes": {
398
+ "buyerNoteAdded": "Buyer Note Added",
399
+ "sellerNoteAdded": "Seller Note Added"
400
+ },
401
+ "authorLabels": {
402
+ "buyer": "(Buyer)",
403
+ "seller": "(Seller)"
404
+ },
405
+ "changeDetails": {
406
+ "comment": "Comment: \"{comment}\"",
407
+ "statusChangedFromTo": "Status changed from {oldStatus} to {newStatus}",
408
+ "statusSetTo": "Status set to {newStatus}",
409
+ "expirationChangedFromTo": "Expiration changed from {oldExpiration} to {newExpiration}",
410
+ "expirationSetTo": "Expiration set to {newExpiration}",
411
+ "totalChangedFromTo": "Total changed from {oldTotal} to {newTotal}",
412
+ "customChange": "{title}: changed from \"{oldValue}\" to \"{newValue}\"",
413
+ "productsRemovedFromCatalog": "Products removed from catalog: {products}",
414
+ "productsRemovedFromQuote": "Products removed from quote: {products}",
415
+ "noDetailsAvailable": "No details available"
416
+ },
417
+ "emptyState": "No history available for this quote."
418
+ },
419
+ "QuoteManagement": {
420
+ "QuotesListTable": {
421
+ "quoteName": "Quote Name",
422
+ "created": "Created",
423
+ "createdBy": "Created By",
424
+ "status": "Status",
425
+ "lastUpdated": "Last Updated",
426
+ "quoteTemplate": "Quote Template",
427
+ "quoteTotal": "Quote Total",
428
+ "actions": "Action"
429
+ },
430
+ "QuoteTemplatesListTable": {
431
+ "name": "Template Name",
432
+ "state": "State",
433
+ "status": "Status",
434
+ "validUntil": "Valid Until",
435
+ "minQuoteTotal": "Min. Quote Total (Negotiated)",
436
+ "ordersPlaced": "Orders Placed",
437
+ "lastOrdered": "Last Ordered",
438
+ "actions": "Action",
439
+ "view": "View"
23
440
  }
24
441
  }
25
- };
442
+ }
443
+ ;
26
444
 
27
445
  export default _default;