@dropins/storefront-quote-management 0.0.1-alpha3 → 0.0.1-alpha30

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 (312) 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 +3 -0
  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/RenameQuoteModal.js +4 -0
  124. package/chunks/RenameQuoteModal.js.map +1 -0
  125. package/chunks/ShippingAddressDisplay.js +4 -0
  126. package/chunks/ShippingAddressDisplay.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 -53
  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 +21 -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 +91 -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 +90 -0
  217. package/containers/ManageNegotiableQuoteTemplate/index.d.ts +11 -0
  218. package/containers/ManageNegotiableQuoteTemplate.d.ts +3 -0
  219. package/containers/ManageNegotiableQuoteTemplate.js +6 -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 -0
  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 +266 -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/useRenameTemplate.d.ts +71 -0
  296. package/hooks/useUpdateTemplateQuantities.d.ts +27 -0
  297. package/i18n/en_US.json.d.ts +438 -1
  298. package/lib/configurationTransformers.d.ts +27 -0
  299. package/lib/itemFormatters.d.ts +47 -0
  300. package/lib/priceCalculators.d.ts +41 -0
  301. package/lib/state.d.ts +6 -0
  302. package/package.json +1 -1
  303. package/render.js +6 -2
  304. package/render.js.map +1 -1
  305. package/types/state.types.d.ts +13 -0
  306. package/utils/dateUtils.d.ts +26 -0
  307. package/utils/fileUtils.d.ts +46 -0
  308. package/utils/mapAuthPermissions.d.ts +39 -0
  309. package/api/getCustomerData/graphql/CustomerQuery.d.ts +0 -2
  310. package/api/graphql/CustomerFragment.d.ts +0 -2
  311. package/data/models/__fixtures__/customerModel.d.ts +0 -4
  312. package/data/transforms/transform-customer.d.ts +0 -15
@@ -0,0 +1,48 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+ import { JSXInternal } from 'preact/src/jsx';
4
+
5
+ export interface OrderSummaryLineItem {
6
+ key: string;
7
+ title?: string;
8
+ className?: string;
9
+ sortOrder: number;
10
+ content: string | JSXInternal.Element | VNode<HTMLAttributes<HTMLDivElement>> | OrderSummaryLineItem[] | undefined;
11
+ }
12
+ export interface OrderSummaryProps extends HTMLAttributes<HTMLDivElement> {
13
+ variant?: 'primary' | 'secondary';
14
+ heading?: VNode<HTMLAttributes<HTMLDivElement>>;
15
+ subTotal?: {
16
+ price: VNode<HTMLAttributes<HTMLSpanElement>>;
17
+ priceExcludingTax?: VNode<HTMLAttributes<HTMLSpanElement>>;
18
+ taxIncluded?: boolean;
19
+ taxExcluded?: boolean;
20
+ };
21
+ shipping?: {
22
+ price: VNode<HTMLAttributes<HTMLSpanElement>>;
23
+ priceExcludingTax?: VNode<HTMLAttributes<HTMLSpanElement>>;
24
+ taxIncluded?: boolean;
25
+ taxExcluded?: boolean;
26
+ };
27
+ discounts?: {
28
+ label: string;
29
+ price: VNode<HTMLAttributes<HTMLSpanElement>>;
30
+ caption?: VNode<HTMLAttributes<HTMLDivElement>>;
31
+ coupon?: VNode<HTMLAttributes<HTMLSpanElement>>;
32
+ }[];
33
+ taxTotal?: {
34
+ price: VNode<HTMLAttributes<HTMLSpanElement>>;
35
+ };
36
+ taxesApplied?: {
37
+ label: string;
38
+ price: VNode<HTMLAttributes<HTMLSpanElement>>;
39
+ }[];
40
+ total?: {
41
+ price: VNode<HTMLAttributes<HTMLSpanElement>>;
42
+ priceWithoutTax?: VNode<HTMLAttributes<HTMLSpanElement>>;
43
+ };
44
+ totalSaved?: VNode<HTMLAttributes<HTMLSpanElement>>;
45
+ updateLineItems?: (lineItems: Array<OrderSummaryLineItem>) => Array<OrderSummaryLineItem>;
46
+ }
47
+ export declare const OrderSummary: FunctionComponent<OrderSummaryProps>;
48
+ //# sourceMappingURL=OrderSummary.d.ts.map
@@ -0,0 +1,11 @@
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 * from './OrderSummary';
10
+ export { OrderSummary as default } from './OrderSummary';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface OrderSummaryLineComponentProps extends Omit<HTMLAttributes<HTMLDivElement>, 'label'> {
5
+ label: VNode | string;
6
+ price: VNode<HTMLAttributes<HTMLSpanElement>>;
7
+ classSuffixes?: Array<string>;
8
+ labelClassSuffix?: string;
9
+ testId?: string;
10
+ children?: any;
11
+ }
12
+ export declare const OrderSummaryLine: FunctionComponent<OrderSummaryLineComponentProps>;
13
+ //# sourceMappingURL=OrderSummaryLine.d.ts.map
@@ -0,0 +1,11 @@
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 * from './OrderSummaryLine';
10
+ export { OrderSummaryLine as default } from './OrderSummaryLine';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,61 @@
1
+ import { FunctionComponent } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface ProductListTableItem {
5
+ uid: string;
6
+ product: {
7
+ name: string;
8
+ sku: string;
9
+ };
10
+ prices: {
11
+ originalItemPrice: {
12
+ value: number;
13
+ currency: string;
14
+ };
15
+ rowTotal: {
16
+ value: number;
17
+ currency: string;
18
+ };
19
+ };
20
+ quantity: number;
21
+ catalogDiscount?: {
22
+ amountOff: number;
23
+ percentOff: number;
24
+ };
25
+ configurableOptions?: Array<{
26
+ optionLabel: string;
27
+ valueLabel: string;
28
+ }>;
29
+ bundleOptions?: Array<{
30
+ label: string;
31
+ values: Array<{
32
+ label: string;
33
+ quantity: number;
34
+ originalPrice: {
35
+ value: number;
36
+ currency: string;
37
+ };
38
+ }>;
39
+ }>;
40
+ noteFromBuyer?: Array<{
41
+ createdAt: string;
42
+ creatorId: number;
43
+ creatorType: number;
44
+ negotiableQuoteItemUid: string;
45
+ note: string;
46
+ noteUid: string;
47
+ }>;
48
+ }
49
+ export interface ProductListTableProps extends HTMLAttributes<HTMLDivElement | HTMLFormElement> {
50
+ items: ProductListTableItem[];
51
+ canEdit: boolean;
52
+ readOnly?: boolean;
53
+ showActions?: boolean;
54
+ onItemCheckboxChange?: (item: ProductListTableItem, isSelected: boolean) => void;
55
+ onItemDropdownChange?: (item: ProductListTableItem, action: string) => void;
56
+ onQuantityChange?: (item: ProductListTableItem, newQuantity: number) => void;
57
+ onUpdate?: (e: SubmitEvent) => void;
58
+ dropdownSelections?: Record<string, string | undefined>;
59
+ }
60
+ export declare const ProductListTable: FunctionComponent<ProductListTableProps>;
61
+ //# sourceMappingURL=ProductListTable.d.ts.map
@@ -0,0 +1,11 @@
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 * from './ProductListTable';
10
+ export { ProductListTable as default } from './ProductListTable';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,17 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface QuoteCommentsListProps extends HTMLAttributes<HTMLUListElement> {
5
+ comments: Array<{
6
+ uid: string;
7
+ createdAt: VNode;
8
+ author: VNode;
9
+ text: VNode;
10
+ attachments?: Array<{
11
+ name: string;
12
+ url: string;
13
+ }>;
14
+ }>;
15
+ }
16
+ export declare const QuoteCommentsList: FunctionComponent<QuoteCommentsListProps>;
17
+ //# sourceMappingURL=QuoteCommentsList.d.ts.map
@@ -0,0 +1,11 @@
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 * from './QuoteCommentsList';
10
+ export { QuoteCommentsList as default } from './QuoteCommentsList';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,77 @@
1
+ import { FunctionComponent } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface HistoryEntry {
5
+ uid: string;
6
+ createdAt: string;
7
+ author: {
8
+ firstname: string;
9
+ lastname: string;
10
+ };
11
+ changeType: string;
12
+ changes: {
13
+ commentAdded?: {
14
+ comment: string;
15
+ };
16
+ statuses?: {
17
+ changes: Array<{
18
+ oldStatus?: string;
19
+ newStatus?: string;
20
+ }>;
21
+ };
22
+ expiration?: {
23
+ oldExpiration?: string;
24
+ newExpiration?: string;
25
+ };
26
+ total?: {
27
+ oldPrice?: {
28
+ value: number;
29
+ currency: string;
30
+ };
31
+ newPrice?: {
32
+ value: number;
33
+ currency: string;
34
+ };
35
+ };
36
+ customChanges?: {
37
+ title: string;
38
+ old_value: string;
39
+ new_value: string;
40
+ };
41
+ productsRemoved?: {
42
+ productsRemovedFromCatalog?: string[];
43
+ productsRemovedFromQuote?: Array<{
44
+ name?: string;
45
+ sku?: string;
46
+ uid: string;
47
+ }>;
48
+ };
49
+ };
50
+ }
51
+ export interface ItemNote {
52
+ createdAt: string;
53
+ creatorId: number;
54
+ creatorType: number;
55
+ negotiableQuoteItemUid: string;
56
+ note: string;
57
+ noteUid: string;
58
+ }
59
+ export interface QuoteItem {
60
+ product: {
61
+ name: string;
62
+ sku: string;
63
+ };
64
+ noteFromBuyer?: ItemNote[];
65
+ noteFromSeller?: ItemNote[];
66
+ }
67
+ export interface QuoteHistoryLogProps extends HTMLAttributes<HTMLDivElement> {
68
+ history?: HistoryEntry[];
69
+ items?: QuoteItem[];
70
+ buyer: {
71
+ firstname: string;
72
+ lastname: string;
73
+ };
74
+ salesRepName: string;
75
+ }
76
+ export declare const QuoteHistoryLog: FunctionComponent<QuoteHistoryLogProps>;
77
+ //# sourceMappingURL=QuoteHistoryLog.d.ts.map
@@ -0,0 +1,11 @@
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 * from './QuoteHistoryLog';
10
+ export { QuoteHistoryLog as default } from './QuoteHistoryLog';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,16 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ interface Entry {
5
+ label: string;
6
+ id: string;
7
+ value: VNode;
8
+ strong?: boolean;
9
+ children?: Entry[];
10
+ }
11
+ export interface QuotePricesSummaryProps extends HTMLAttributes<HTMLDivElement> {
12
+ entries?: Entry[];
13
+ }
14
+ export declare const QuotePricesSummary: FunctionComponent<QuotePricesSummaryProps>;
15
+ export {};
16
+ //# sourceMappingURL=QuotePricesSummary.d.ts.map
@@ -0,0 +1,11 @@
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 * from './QuotePricesSummary';
10
+ export { QuotePricesSummary as default } from './QuotePricesSummary';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface QuoteSummaryListProps extends Omit<HTMLAttributes<HTMLDivElement>, 'loading'> {
5
+ heading?: VNode | null;
6
+ footer?: VNode | null;
7
+ products?: VNode | null;
8
+ outOfStockMessage?: VNode | null;
9
+ loading?: boolean;
10
+ variant?: 'primary' | 'secondary';
11
+ }
12
+ export declare const QuoteSummaryList: FunctionComponent<QuoteSummaryListProps>;
13
+ //# sourceMappingURL=QuoteSummaryList.d.ts.map
@@ -0,0 +1,11 @@
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 * from './QuoteSummaryList';
10
+ export { QuoteSummaryList as default } from './QuoteSummaryList';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,29 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface QuoteTemplatesListTableProps extends Omit<HTMLAttributes<HTMLDivElement>, 'loading' | 'children'> {
5
+ rowData: QuoteTemplateRowData[];
6
+ loading?: boolean;
7
+ className?: string;
8
+ emptyStateMessage?: VNode;
9
+ showItemRange?: boolean;
10
+ itemRangeMessage?: VNode;
11
+ showPageSizePicker?: boolean;
12
+ pageSizePickerMessage?: VNode;
13
+ showPagination?: boolean;
14
+ paginationMessage?: VNode;
15
+ }
16
+ export type QuoteTemplateRowData = {
17
+ id: string;
18
+ name: VNode;
19
+ state: VNode;
20
+ status: VNode;
21
+ validUntil: VNode;
22
+ minQuoteTotal: VNode;
23
+ ordersPlaced: VNode;
24
+ lastOrdered: VNode;
25
+ actions: VNode;
26
+ [key: string]: VNode | string | number | undefined;
27
+ };
28
+ export declare const QuoteTemplatesListTable: FunctionComponent<QuoteTemplatesListTableProps>;
29
+ //# sourceMappingURL=QuoteTemplatesListTable.d.ts.map
@@ -0,0 +1,10 @@
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 * from './QuoteTemplatesListTable';
10
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,29 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface QuotesListTableProps extends Omit<HTMLAttributes<HTMLDivElement>, 'loading' | 'children'> {
5
+ rowData: QuoteRowData[];
6
+ loading?: boolean;
7
+ className?: string;
8
+ emptyStateMessage?: VNode;
9
+ showItemRange?: boolean;
10
+ itemRangeMessage?: VNode;
11
+ showPageSizePicker?: boolean;
12
+ pageSizePickerMessage?: VNode;
13
+ showPagination?: boolean;
14
+ paginationMessage?: VNode;
15
+ }
16
+ export type QuoteRowData = {
17
+ id: string;
18
+ quoteName: VNode;
19
+ created: VNode;
20
+ createdBy: VNode;
21
+ status: VNode;
22
+ lastUpdated: VNode;
23
+ quoteTemplate: VNode;
24
+ quoteTotal: VNode;
25
+ actions: VNode;
26
+ [key: string]: VNode | string | number | undefined;
27
+ };
28
+ export declare const QuotesListTable: FunctionComponent<QuotesListTableProps>;
29
+ //# sourceMappingURL=QuotesListTable.d.ts.map
@@ -0,0 +1,11 @@
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 * from './QuotesListTable';
10
+ export { QuotesListTable as default } from './QuotesListTable';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,30 @@
1
+ import { FunctionComponent, HTMLAttributes } from 'preact/compat';
2
+ import { VNode } from 'preact';
3
+
4
+ export interface ReferenceDocument {
5
+ uid?: string;
6
+ name: string;
7
+ identifier?: string;
8
+ url: string;
9
+ }
10
+ export interface ReferenceDocumentFormModalProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
11
+ open: boolean;
12
+ document?: ReferenceDocument;
13
+ /**
14
+ * Optional error message string. If provided, automatically creates an InLineAlert error banner.
15
+ * If both errorMessage and errorBanner are provided, errorBanner takes precedence.
16
+ */
17
+ errorMessage?: string;
18
+ /**
19
+ * Optional custom error banner VNode. Provides full control over error banner rendering.
20
+ * If both errorMessage and errorBanner are provided, errorBanner takes precedence.
21
+ */
22
+ errorBanner?: VNode;
23
+ successBanner?: VNode;
24
+ showCloseButton?: boolean;
25
+ isSubmitting?: boolean;
26
+ onSave: (document: ReferenceDocument) => void;
27
+ onClose?: () => void;
28
+ }
29
+ export declare const ReferenceDocumentFormModal: FunctionComponent<ReferenceDocumentFormModalProps>;
30
+ //# sourceMappingURL=ReferenceDocumentFormModal.d.ts.map
@@ -0,0 +1,11 @@
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 * from './ReferenceDocumentFormModal';
10
+ export { ReferenceDocumentFormModal as default } from './ReferenceDocumentFormModal';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,18 @@
1
+ import { FunctionComponent } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface ReferenceDocument {
5
+ uid?: string;
6
+ name: string;
7
+ identifier?: string;
8
+ url: string;
9
+ }
10
+ export interface ReferenceDocumentsListProps extends HTMLAttributes<HTMLDivElement> {
11
+ documents: ReferenceDocument[];
12
+ isEditable?: boolean;
13
+ onAdd?: () => void;
14
+ onEdit?: (document: ReferenceDocument) => void;
15
+ onRemove?: (document: ReferenceDocument) => void;
16
+ }
17
+ export declare const ReferenceDocumentsList: FunctionComponent<ReferenceDocumentsListProps>;
18
+ //# sourceMappingURL=ReferenceDocumentsList.d.ts.map
@@ -0,0 +1,11 @@
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 * from './ReferenceDocumentsList';
10
+ export { ReferenceDocumentsList as default } from './ReferenceDocumentsList';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,18 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface RenameQuoteModalProps extends Omit<HTMLAttributes<HTMLDivElement>, 'title'> {
5
+ open: boolean;
6
+ quoteName: string;
7
+ renameReason: string;
8
+ quoteNameError?: string;
9
+ errorBanner?: VNode;
10
+ successBanner?: VNode;
11
+ showCloseButton?: boolean;
12
+ onQuoteNameChange: (value: string) => void;
13
+ onRenameReasonChange: (value: string) => void;
14
+ onSave: () => void;
15
+ onClose?: () => void;
16
+ }
17
+ export declare const RenameQuoteModal: FunctionComponent<RenameQuoteModalProps>;
18
+ //# sourceMappingURL=RenameQuoteModal.d.ts.map
@@ -0,0 +1,11 @@
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 * from './RenameQuoteModal';
10
+ export { RenameQuoteModal as default } from './RenameQuoteModal';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -7,6 +7,7 @@ export interface RequestNegotiableQuoteFormProps extends Omit<HTMLAttributes<HTM
7
7
  commentField?: VNode;
8
8
  quoteNameField?: VNode;
9
9
  attachFile?: VNode;
10
+ attachedFilesList?: VNode;
10
11
  requestButton?: VNode;
11
12
  saveButton?: VNode;
12
13
  onSubmit: (e: Event) => void;
@@ -0,0 +1,12 @@
1
+ import { FunctionComponent } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+ import { ShippingAddress } from '../../data/models/negotiable-quote-model';
4
+
5
+ export interface ShippingAddressDisplayProps extends Omit<HTMLAttributes<HTMLDivElement>, 'loading'> {
6
+ shippingAddress?: ShippingAddress;
7
+ loading?: boolean;
8
+ noAddressMessage?: string;
9
+ }
10
+ export declare const ShippingAddressDisplay: FunctionComponent<ShippingAddressDisplayProps>;
11
+ export declare const ShippingAddressDisplaySkeleton: FunctionComponent;
12
+ //# sourceMappingURL=ShippingAddressDisplay.d.ts.map
@@ -0,0 +1,11 @@
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 { ShippingAddressDisplay, ShippingAddressDisplaySkeleton } from './ShippingAddressDisplay';
10
+ export type { ShippingAddressDisplayProps } from './ShippingAddressDisplay';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,10 @@
1
+ import { FunctionComponent, VNode } from 'preact';
2
+ import { HTMLAttributes } from 'preact/compat';
3
+
4
+ export interface TabbedContentProps extends HTMLAttributes<HTMLDivElement> {
5
+ tabs: Map<string, string>;
6
+ tabsContent: Map<string, VNode>;
7
+ defaultActiveTab?: string;
8
+ }
9
+ export declare const TabbedContent: FunctionComponent<TabbedContentProps>;
10
+ //# sourceMappingURL=TabbedContent.d.ts.map
@@ -0,0 +1,11 @@
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 * from './TabbedContent';
10
+ export { TabbedContent as default } from './TabbedContent';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,32 @@
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 * from './ActionsBar';
10
+ export * from './AttachedFilesList';
11
+ export * from './ItemsQuoted';
12
+ export * from './ManageNegotiableQuote';
13
+ export * from './OrderSummary';
14
+ export * from './OrderSummaryLine';
15
+ export * from './ProductListTable';
16
+ export * from './QuotePricesSummary';
17
+ export * from './QuoteSummaryList';
18
+ export * from './QuotesListTable';
19
+ export * from './QuoteTemplatesListTable';
20
+ export * from './ConfirmationModal';
21
+ export * from './QuoteHistoryLog';
22
+ export * from './ShippingAddressDisplay';
1
23
  export * from './RequestNegotiableQuoteForm';
24
+ export * from './TabbedContent';
25
+ export * from './QuoteCommentsList';
26
+ export * from './ConfirmationModal';
27
+ export * from './RenameQuoteModal';
28
+ export * from './ManageNegotiableQuoteTemplate';
29
+ export * from './LineItemNoteModal';
30
+ export * from './ReferenceDocumentFormModal';
31
+ export * from './ReferenceDocumentsList';
2
32
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,30 @@
1
+ import { HTMLAttributes } from 'preact/compat';
2
+ import { Container, SlotProps } from '@dropins/tools/types/elsie/src/lib';
3
+ import { NegotiableQuoteModel, NegotiableQuoteCartItem } from '../../data/models/negotiable-quote-model';
4
+
5
+ export interface ItemsQuotedProps extends HTMLAttributes<HTMLDivElement> {
6
+ quoteData?: NegotiableQuoteModel;
7
+ onItemCheckboxChange?: (item: NegotiableQuoteCartItem, isSelected: boolean) => void;
8
+ onItemDropdownChange?: (item: NegotiableQuoteCartItem, action: string) => void;
9
+ onUpdate?: (e: SubmitEvent) => void;
10
+ onRemoveItemsRef?: (handler: (items: NegotiableQuoteCartItem[]) => void) => void;
11
+ onRemoveModalStateChange?: (isOpen: boolean) => void;
12
+ slots?: {
13
+ ProductListTable?: SlotProps<{
14
+ items: NegotiableQuoteModel['items'];
15
+ canEdit: boolean;
16
+ readOnly?: boolean;
17
+ onItemCheckboxChange?: (item: NegotiableQuoteCartItem, isSelected: boolean) => void;
18
+ onItemDropdownChange?: (item: NegotiableQuoteCartItem, action: string) => void;
19
+ onQuantityChange?: (item: NegotiableQuoteCartItem, newQuantity: number) => void;
20
+ onUpdate?: (e: SubmitEvent) => void;
21
+ dropdownSelections?: Record<string, string | undefined>;
22
+ }>;
23
+ QuotePricesSummary?: SlotProps<{
24
+ items: NegotiableQuoteModel['items'];
25
+ prices: NegotiableQuoteModel['prices'];
26
+ }>;
27
+ };
28
+ }
29
+ export declare const ItemsQuoted: Container<ItemsQuotedProps>;
30
+ //# sourceMappingURL=ItemsQuoted.d.ts.map