@dropins/storefront-quote-management 0.0.1-alpha8 → 1.0.0-beta1

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 (295) 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/ShippingMethodFragment.d.ts +10 -0
  48. package/api/index.d.ts +33 -1
  49. package/api/initialize/initialize.d.ts +2 -0
  50. package/api/openQuoteTemplate/graphql/openQuoteTemplate.d.ts +10 -0
  51. package/api/openQuoteTemplate/index.d.ts +10 -0
  52. package/api/openQuoteTemplate/openQuoteTemplate.d.ts +13 -0
  53. package/api/removeNegotiableQuoteItems/graphql/RemoveNegotiableQuoteItemsMutation.d.ts +10 -0
  54. package/api/removeNegotiableQuoteItems/index.d.ts +10 -0
  55. package/api/removeNegotiableQuoteItems/removeNegotiableQuoteItems.d.ts +8 -0
  56. package/api/removeQuoteTemplateItems/graphql/removeNegotiableQuoteTemplateItems.d.ts +10 -0
  57. package/api/removeQuoteTemplateItems/index.d.ts +10 -0
  58. package/api/removeQuoteTemplateItems/removeQuoteTemplateItems.d.ts +14 -0
  59. package/api/renameNegotiableQuote/graphql/RenameNegotiableQuoteMutation.d.ts +10 -0
  60. package/api/renameNegotiableQuote/index.d.ts +10 -0
  61. package/api/renameNegotiableQuote/renameNegotiableQuote.d.ts +9 -0
  62. package/api/requestNegotiableQuote/graphql/RequestNegotiableQuoteMutation.d.ts +4 -12
  63. package/api/requestNegotiableQuote/requestNegotiableQuote.d.ts +3 -0
  64. package/api/sendForReview/graphql/SendNegotiableQuoteForReviewMutation.d.ts +10 -0
  65. package/api/sendForReview/index.d.ts +10 -0
  66. package/api/sendForReview/sendForReview.d.ts +11 -0
  67. package/api/sendQuoteTemplateForReview/graphql/sendQuoteTemplateForReview.d.ts +10 -0
  68. package/api/sendQuoteTemplateForReview/index.d.ts +10 -0
  69. package/api/sendQuoteTemplateForReview/sendQuoteTemplateForReview.d.ts +15 -0
  70. package/api/setLineItemNote/graphql/SetLineItemNoteMutation.d.ts +10 -0
  71. package/api/setLineItemNote/index.d.ts +10 -0
  72. package/api/setLineItemNote/setLineItemNote.d.ts +10 -0
  73. package/api/setShippingAddress/graphql/SetNegotiableQuoteShippingAddressMutation.d.ts +10 -0
  74. package/api/setShippingAddress/index.d.ts +2 -0
  75. package/api/setShippingAddress/setShippingAddress.d.ts +110 -0
  76. package/api/updateQuantities/graphql/UpdateNegotiableQuoteQuantitiesMutation.d.ts +10 -0
  77. package/api/updateQuantities/index.d.ts +10 -0
  78. package/api/updateQuantities/updateQuantities.d.ts +36 -0
  79. package/api/updateQuoteTemplateItemQuantities/graphql/updateNegotiableQuoteTemplateQuantities.d.ts +10 -0
  80. package/api/updateQuoteTemplateItemQuantities/index.d.ts +10 -0
  81. package/api/updateQuoteTemplateItemQuantities/updateQuoteTemplateItemQuantities.d.ts +20 -0
  82. package/api/uploadFile/graphql/FinishUploadMutation.d.ts +10 -0
  83. package/api/uploadFile/graphql/InitiateUploadMutation.d.ts +10 -0
  84. package/api/uploadFile/index.d.ts +10 -0
  85. package/api/uploadFile/uploadFile.d.ts +12 -0
  86. package/api.js +95 -22
  87. package/api.js.map +1 -1
  88. package/chunks/AttachedFilesList.js +4 -0
  89. package/chunks/AttachedFilesList.js.map +1 -0
  90. package/chunks/CheckWithCircle.js +4 -0
  91. package/chunks/CheckWithCircle.js.map +1 -0
  92. package/chunks/ChevronDown.js +4 -0
  93. package/chunks/ChevronDown.js.map +1 -0
  94. package/chunks/ConfirmationModal.js +4 -0
  95. package/chunks/ConfirmationModal.js.map +1 -0
  96. package/chunks/ItemsQuoted.js +4 -0
  97. package/chunks/ItemsQuoted.js.map +1 -0
  98. package/chunks/ItemsQuotedTemplate.js +4 -0
  99. package/chunks/ItemsQuotedTemplate.js.map +1 -0
  100. package/chunks/LineItemNoteModal2.js +4 -0
  101. package/chunks/LineItemNoteModal2.js.map +1 -0
  102. package/chunks/NegotiableQuoteFragment.js +342 -7
  103. package/chunks/NegotiableQuoteFragment.js.map +1 -1
  104. package/chunks/NegotiableQuoteTemplateFragment.js +190 -0
  105. package/chunks/NegotiableQuoteTemplateFragment.js.map +1 -0
  106. package/chunks/OrderSummaryLine.js +4 -0
  107. package/chunks/OrderSummaryLine.js.map +1 -0
  108. package/chunks/QuoteCommentsList.js +4 -0
  109. package/chunks/QuoteCommentsList.js.map +1 -0
  110. package/chunks/QuoteCommentsList3.js +4 -0
  111. package/chunks/QuoteCommentsList3.js.map +1 -0
  112. package/chunks/QuoteHistoryLog.js +4 -0
  113. package/chunks/QuoteHistoryLog.js.map +1 -0
  114. package/chunks/QuoteHistoryLog3.js +4 -0
  115. package/chunks/QuoteHistoryLog3.js.map +1 -0
  116. package/chunks/QuoteTemplateCommentsList.js +4 -0
  117. package/chunks/QuoteTemplateCommentsList.js.map +1 -0
  118. package/chunks/QuoteTemplateHistoryLog.js +4 -0
  119. package/chunks/QuoteTemplateHistoryLog.js.map +1 -0
  120. package/chunks/ShippingAddressDisplay.js +4 -0
  121. package/chunks/ShippingAddressDisplay.js.map +1 -0
  122. package/chunks/TabbedContent.js +4 -0
  123. package/chunks/TabbedContent.js.map +1 -0
  124. package/chunks/WarningFilled.js +4 -0
  125. package/chunks/WarningFilled.js.map +1 -0
  126. package/chunks/addQuoteTemplateLineItemNote.js +13 -0
  127. package/chunks/addQuoteTemplateLineItemNote.js.map +1 -0
  128. package/chunks/dateUtils.js +4 -0
  129. package/chunks/dateUtils.js.map +1 -0
  130. package/chunks/duplicateNegotiableQuote.js +121 -0
  131. package/chunks/duplicateNegotiableQuote.js.map +1 -0
  132. package/chunks/generateQuoteFromTemplate.js +12 -0
  133. package/chunks/generateQuoteFromTemplate.js.map +1 -0
  134. package/chunks/getQuoteTemplates.js +50 -0
  135. package/chunks/getQuoteTemplates.js.map +1 -0
  136. package/chunks/negotiableQuotes.js +35 -5
  137. package/chunks/negotiableQuotes.js.map +1 -1
  138. package/chunks/openQuoteTemplate.js +31 -0
  139. package/chunks/openQuoteTemplate.js.map +1 -0
  140. package/chunks/requestNegotiableQuote.js +3 -3
  141. package/chunks/requestNegotiableQuote.js.map +1 -1
  142. package/chunks/setLineItemNote.js +47 -0
  143. package/chunks/setLineItemNote.js.map +1 -0
  144. package/chunks/state.js +4 -0
  145. package/chunks/state.js.map +1 -0
  146. package/chunks/transform-quote-template.js +4 -0
  147. package/chunks/transform-quote-template.js.map +1 -0
  148. package/chunks/transform-quote.js +4 -0
  149. package/chunks/transform-quote.js.map +1 -0
  150. package/chunks/uploadFile.js +20 -0
  151. package/chunks/uploadFile.js.map +1 -0
  152. package/components/ActionsBar/ActionsBar.d.ts +15 -0
  153. package/components/ActionsBar/index.d.ts +11 -0
  154. package/components/AttachedFilesList/AttachedFilesList.d.ts +16 -0
  155. package/components/AttachedFilesList/index.d.ts +11 -0
  156. package/components/ConfirmationModal/ConfirmationModal.d.ts +17 -0
  157. package/components/ConfirmationModal/index.d.ts +11 -0
  158. package/components/ItemsQuoted/ItemsQuoted.d.ts +11 -0
  159. package/components/ItemsQuoted/index.d.ts +11 -0
  160. package/components/LineItemNoteModal/LineItemNoteModal.d.ts +17 -0
  161. package/components/LineItemNoteModal/index.d.ts +11 -0
  162. package/components/ManageNegotiableQuote/ManageNegotiableQuote.d.ts +22 -0
  163. package/components/ManageNegotiableQuote/__fixtures__/ManageNegotiableQuoteProps.d.ts +4 -0
  164. package/components/ManageNegotiableQuote/index.d.ts +11 -0
  165. package/components/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +20 -0
  166. package/components/ManageNegotiableQuoteTemplate/__fixtures__/ManageNegotiableQuoteTemplateProps.d.ts +4 -0
  167. package/components/ManageNegotiableQuoteTemplate/index.d.ts +11 -0
  168. package/components/OrderSummary/OrderSummary.d.ts +48 -0
  169. package/components/OrderSummary/index.d.ts +11 -0
  170. package/components/OrderSummaryLine/OrderSummaryLine.d.ts +13 -0
  171. package/components/OrderSummaryLine/index.d.ts +11 -0
  172. package/components/ProductListTable/ProductListTable.d.ts +61 -0
  173. package/components/ProductListTable/index.d.ts +11 -0
  174. package/components/QuoteCommentsList/QuoteCommentsList.d.ts +17 -0
  175. package/components/QuoteCommentsList/index.d.ts +11 -0
  176. package/components/QuoteHistoryLog/QuoteHistoryLog.d.ts +77 -0
  177. package/components/QuoteHistoryLog/index.d.ts +11 -0
  178. package/components/QuotePricesSummary/QuotePricesSummary.d.ts +16 -0
  179. package/components/QuotePricesSummary/index.d.ts +11 -0
  180. package/components/QuoteSummaryList/QuoteSummaryList.d.ts +13 -0
  181. package/components/QuoteSummaryList/index.d.ts +11 -0
  182. package/components/QuoteTemplatesListTable/QuoteTemplatesListTable.d.ts +29 -0
  183. package/components/QuoteTemplatesListTable/index.d.ts +10 -0
  184. package/components/RenameQuoteModal/RenameQuoteModal.d.ts +18 -0
  185. package/components/RenameQuoteModal/index.d.ts +11 -0
  186. package/components/RequestNegotiableQuoteForm/RequestNegotiableQuoteForm.d.ts +1 -0
  187. package/components/ShippingAddressDisplay/ShippingAddressDisplay.d.ts +12 -0
  188. package/components/ShippingAddressDisplay/index.d.ts +11 -0
  189. package/components/TabbedContent/TabbedContent.d.ts +10 -0
  190. package/components/TabbedContent/index.d.ts +11 -0
  191. package/components/index.d.ts +28 -1
  192. package/containers/ItemsQuoted/ItemsQuoted.d.ts +30 -0
  193. package/containers/ItemsQuoted/index.d.ts +11 -0
  194. package/containers/ItemsQuoted.d.ts +3 -0
  195. package/containers/ItemsQuoted.js +4 -0
  196. package/containers/ItemsQuoted.js.map +1 -0
  197. package/containers/ItemsQuotedTemplate/ItemsQuotedTemplate.d.ts +21 -0
  198. package/containers/ItemsQuotedTemplate/index.d.ts +11 -0
  199. package/containers/ItemsQuotedTemplate.d.ts +3 -0
  200. package/containers/ItemsQuotedTemplate.js +4 -0
  201. package/containers/ItemsQuotedTemplate.js.map +1 -0
  202. package/containers/ManageNegotiableQuote/ManageNegotiableQuote.d.ts +87 -0
  203. package/containers/ManageNegotiableQuote/index.d.ts +11 -0
  204. package/containers/ManageNegotiableQuote.d.ts +3 -0
  205. package/containers/ManageNegotiableQuote.js +4 -0
  206. package/containers/ManageNegotiableQuote.js.map +1 -0
  207. package/containers/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +67 -0
  208. package/containers/ManageNegotiableQuoteTemplate/index.d.ts +11 -0
  209. package/containers/ManageNegotiableQuoteTemplate.d.ts +3 -0
  210. package/containers/ManageNegotiableQuoteTemplate.js +4 -0
  211. package/containers/ManageNegotiableQuoteTemplate.js.map +1 -0
  212. package/containers/OrderSummary/OrderSummary.d.ts +11 -0
  213. package/containers/OrderSummary/index.d.ts +11 -0
  214. package/containers/OrderSummary.d.ts +3 -0
  215. package/containers/OrderSummary.js +4 -0
  216. package/containers/OrderSummary.js.map +1 -0
  217. package/containers/OrderSummaryLine/OrderSummaryLine.d.ts +14 -0
  218. package/containers/OrderSummaryLine/index.d.ts +11 -0
  219. package/containers/OrderSummaryLine.d.ts +3 -0
  220. package/containers/OrderSummaryLine.js +4 -0
  221. package/containers/OrderSummaryLine.js.map +1 -0
  222. package/containers/QuoteCommentsList/QuoteCommentsList.d.ts +9 -0
  223. package/containers/QuoteCommentsList/index.d.ts +11 -0
  224. package/containers/QuoteCommentsList.d.ts +3 -0
  225. package/containers/QuoteCommentsList.js +4 -0
  226. package/containers/QuoteCommentsList.js.map +1 -0
  227. package/containers/QuoteHistoryLog/QuoteHistoryLog.d.ts +9 -0
  228. package/containers/QuoteHistoryLog/index.d.ts +11 -0
  229. package/containers/QuoteHistoryLog.d.ts +3 -0
  230. package/containers/QuoteHistoryLog.js +4 -0
  231. package/containers/QuoteHistoryLog.js.map +1 -0
  232. package/containers/QuoteSummaryList/QuoteSummaryList.d.ts +51 -0
  233. package/containers/QuoteSummaryList/index.d.ts +11 -0
  234. package/containers/QuoteSummaryList.d.ts +3 -0
  235. package/containers/QuoteSummaryList.js +4 -0
  236. package/containers/QuoteSummaryList.js.map +1 -0
  237. package/containers/QuoteTemplateCommentsList/QuoteTemplateCommentsList.d.ts +9 -0
  238. package/containers/QuoteTemplateCommentsList/index.d.ts +11 -0
  239. package/containers/QuoteTemplateCommentsList.d.ts +3 -0
  240. package/containers/QuoteTemplateCommentsList.js +4 -0
  241. package/containers/QuoteTemplateCommentsList.js.map +1 -0
  242. package/containers/QuoteTemplateHistoryLog/QuoteTemplateHistoryLog.d.ts +9 -0
  243. package/containers/QuoteTemplateHistoryLog/index.d.ts +11 -0
  244. package/containers/QuoteTemplateHistoryLog.d.ts +3 -0
  245. package/containers/QuoteTemplateHistoryLog.js +4 -0
  246. package/containers/QuoteTemplateHistoryLog.js.map +1 -0
  247. package/containers/QuoteTemplatesListTable/QuoteTemplatesListTable.d.ts +74 -0
  248. package/containers/QuoteTemplatesListTable/index.d.ts +11 -0
  249. package/containers/QuoteTemplatesListTable.d.ts +3 -0
  250. package/containers/QuoteTemplatesListTable.js +4 -0
  251. package/containers/QuoteTemplatesListTable.js.map +1 -0
  252. package/containers/QuotesListTable/QuotesListTable.d.ts +9 -9
  253. package/containers/QuotesListTable.js +1 -1
  254. package/containers/QuotesListTable.js.map +1 -1
  255. package/containers/RequestNegotiableQuoteForm/RequestNegotiableQuoteForm.d.ts +10 -0
  256. package/containers/RequestNegotiableQuoteForm.js +1 -1
  257. package/containers/RequestNegotiableQuoteForm.js.map +1 -1
  258. package/containers/ShippingAddressDisplay/ShippingAddressDisplay.d.ts +10 -0
  259. package/containers/ShippingAddressDisplay/index.d.ts +11 -0
  260. package/containers/ShippingAddressDisplay.d.ts +1 -0
  261. package/containers/ShippingAddressDisplay.js +4 -0
  262. package/containers/ShippingAddressDisplay.js.map +1 -0
  263. package/containers/index.d.ts +21 -0
  264. package/data/models/__fixtures__/negotiableQuoteModel.d.ts +8 -0
  265. package/data/models/__fixtures__/negotiableQuoteTemplateModel.d.ts +4 -0
  266. package/data/models/__fixtures__/negotiableQuoteTemplatesListModel.d.ts +5 -0
  267. package/data/models/__fixtures__/storeConfigModel.d.ts +5 -0
  268. package/data/models/index.d.ts +10 -1
  269. package/data/models/negotiable-quote-model.d.ts +228 -31
  270. package/data/models/negotiable-quote-template-model.d.ts +147 -0
  271. package/data/models/store-config-model.d.ts +27 -0
  272. package/data/transforms/__fixtures__/negotiableQuoteData.d.ts +590 -2
  273. package/data/transforms/__fixtures__/negotiableQuoteTemplateData.d.ts +1610 -0
  274. package/data/transforms/__fixtures__/storeConfigData.d.ts +31 -0
  275. package/data/transforms/index.d.ts +6 -13
  276. package/data/transforms/transform-quote-template.d.ts +5 -0
  277. package/data/transforms/transform-quote.d.ts +8 -0
  278. package/data/transforms/transform-store-config.d.ts +4 -0
  279. package/hooks/useQuoteSummaryData.d.ts +10 -0
  280. package/i18n/en_US.json.d.ts +346 -0
  281. package/lib/configurationTransformers.d.ts +27 -0
  282. package/lib/itemFormatters.d.ts +47 -0
  283. package/lib/priceCalculators.d.ts +41 -0
  284. package/lib/state.d.ts +6 -0
  285. package/package.json +1 -1
  286. package/render.js +6 -3
  287. package/render.js.map +1 -1
  288. package/types/state.types.d.ts +13 -0
  289. package/utils/dateUtils.d.ts +26 -0
  290. package/utils/fileUtils.d.ts +46 -0
  291. package/utils/mapAuthPermissions.d.ts +39 -0
  292. package/api/getCustomerData/graphql/CustomerQuery.d.ts +0 -2
  293. package/api/graphql/CustomerFragment.d.ts +0 -2
  294. package/data/models/__fixtures__/customerModel.d.ts +0 -4
  295. package/data/transforms/transform-customer.d.ts +0 -15
@@ -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,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,3 +1,30 @@
1
- export * from './RequestNegotiableQuoteForm';
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';
2
18
  export * from './QuotesListTable';
19
+ export * from './QuoteTemplatesListTable';
20
+ export * from './ConfirmationModal';
21
+ export * from './QuoteHistoryLog';
22
+ export * from './ShippingAddressDisplay';
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';
3
30
  //# 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
@@ -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 './ItemsQuoted';
10
+ export { ItemsQuoted as default } from './ItemsQuoted';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,3 @@
1
+ export * from './ItemsQuoted/index'
2
+ import _default from './ItemsQuoted/index'
3
+ export default _default
@@ -0,0 +1,4 @@
1
+ /*! Copyright 2025 Adobe
2
+ All Rights Reserved. */
3
+ import{I as q,I as v}from"../chunks/ItemsQuoted.js";import"@dropins/tools/preact-jsx-runtime.js";import"@dropins/tools/preact-compat.js";import"@dropins/tools/lib.js";import"@dropins/tools/event-bus.js";import"@dropins/tools/components.js";/* empty css */import"../chunks/LineItemNoteModal2.js";import"@dropins/tools/preact.js";import"@dropins/tools/preact-hooks.js";import"../chunks/dateUtils.js";import"@dropins/tools/i18n.js";import"../chunks/ConfirmationModal.js";/* empty css *//* empty css */import"../chunks/state.js";import"../chunks/setLineItemNote.js";import"../chunks/transform-quote.js";import"@dropins/tools/fetch-graphql.js";import"../chunks/NegotiableQuoteFragment.js";import"../chunks/CheckWithCircle.js";import"../chunks/WarningFilled.js";export{q as ItemsQuoted,v as default};
4
+ //# sourceMappingURL=ItemsQuoted.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ItemsQuoted.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,21 @@
1
+ import { HTMLAttributes } from 'preact/compat';
2
+ import { Container, SlotProps } from '@dropins/tools/types/elsie/src/lib';
3
+ import { NegotiableQuoteTemplateModel } from '../../data/models/negotiable-quote-template-model';
4
+
5
+ export interface ItemsQuotedTemplateProps extends HTMLAttributes<HTMLDivElement> {
6
+ templateData?: NegotiableQuoteTemplateModel;
7
+ slots?: {
8
+ ProductListTable?: SlotProps<{
9
+ items: NegotiableQuoteTemplateModel['items'];
10
+ canEdit: boolean;
11
+ onItemDropdownChange?: (item: any, action: string) => void;
12
+ dropdownSelections?: Record<string, string>;
13
+ }>;
14
+ QuotePricesSummary?: SlotProps<{
15
+ items: NegotiableQuoteTemplateModel['items'];
16
+ prices: NegotiableQuoteTemplateModel['prices'];
17
+ }>;
18
+ };
19
+ }
20
+ export declare const ItemsQuotedTemplate: Container<ItemsQuotedTemplateProps>;
21
+ //# sourceMappingURL=ItemsQuotedTemplate.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 './ItemsQuotedTemplate';
10
+ export { ItemsQuotedTemplate as default } from './ItemsQuotedTemplate';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,3 @@
1
+ export * from './ItemsQuotedTemplate/index'
2
+ import _default from './ItemsQuotedTemplate/index'
3
+ export default _default
@@ -0,0 +1,4 @@
1
+ /*! Copyright 2025 Adobe
2
+ All Rights Reserved. */
3
+ import{I as k,I as n}from"../chunks/ItemsQuotedTemplate.js";import"@dropins/tools/preact-jsx-runtime.js";import"@dropins/tools/preact-compat.js";import"@dropins/tools/lib.js";import"@dropins/tools/event-bus.js";import"@dropins/tools/components.js";/* empty css */import"../chunks/LineItemNoteModal2.js";import"@dropins/tools/preact.js";import"@dropins/tools/preact-hooks.js";import"../chunks/dateUtils.js";import"@dropins/tools/i18n.js";/* empty css *//* empty css */import"../chunks/state.js";import"../chunks/addQuoteTemplateLineItemNote.js";import"../chunks/transform-quote-template.js";import"../chunks/transform-quote.js";import"@dropins/tools/fetch-graphql.js";import"../chunks/NegotiableQuoteTemplateFragment.js";import"../chunks/WarningFilled.js";export{k as ItemsQuotedTemplate,n as default};
4
+ //# sourceMappingURL=ItemsQuotedTemplate.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ItemsQuotedTemplate.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,87 @@
1
+ import { HTMLAttributes } from 'preact/compat';
2
+ import { Container, SlotProps } from '@dropins/tools/types/elsie/src/lib';
3
+ import { NegotiableQuoteModel } from '../../data/models/negotiable-quote-model';
4
+ import { AttachedFile } from '../../components';
5
+
6
+ export interface ManageNegotiableQuoteProps extends HTMLAttributes<HTMLDivElement> {
7
+ onActionsDropdownChange?: (event: Event) => void;
8
+ onActionsButtonClick?: (action: string) => void;
9
+ onSendForReview?: (params: {
10
+ quoteData: NegotiableQuoteModel;
11
+ comment?: string;
12
+ attachments?: AttachedFile[];
13
+ }) => void;
14
+ maxFiles?: number;
15
+ maxFileSize?: number;
16
+ acceptedFileTypes?: string[];
17
+ onDuplicateQuote?: (params: {
18
+ quoteData: NegotiableQuoteModel;
19
+ newQuote: NegotiableQuoteModel;
20
+ }) => void;
21
+ slots?: {
22
+ QuoteName?: SlotProps<{
23
+ quoteName?: string;
24
+ quoteData?: NegotiableQuoteModel;
25
+ }>;
26
+ QuoteStatus?: SlotProps<{
27
+ quoteStatus?: string;
28
+ quoteData?: NegotiableQuoteModel;
29
+ }>;
30
+ Banner?: SlotProps<{
31
+ quoteData?: NegotiableQuoteModel;
32
+ }>;
33
+ Details?: SlotProps<{
34
+ quoteData?: NegotiableQuoteModel;
35
+ }>;
36
+ ActionBar?: SlotProps<{
37
+ quoteData?: NegotiableQuoteModel;
38
+ actionsBarDropdownValue?: string;
39
+ }>;
40
+ QuoteContent?: SlotProps<{
41
+ quoteData?: NegotiableQuoteModel;
42
+ }>;
43
+ ItemsQuotedTab?: SlotProps<{
44
+ quoteData?: NegotiableQuoteModel;
45
+ }>;
46
+ CommentsTab?: SlotProps<{
47
+ quoteData?: NegotiableQuoteModel;
48
+ }>;
49
+ HistoryLogTab?: SlotProps<{
50
+ quoteData?: NegotiableQuoteModel;
51
+ }>;
52
+ ShippingInformationTitle?: SlotProps<{
53
+ quoteData?: NegotiableQuoteModel;
54
+ }>;
55
+ ShippingInformation?: SlotProps<{
56
+ quoteData?: NegotiableQuoteModel;
57
+ loading?: boolean;
58
+ setLoading?: (loading: boolean) => void;
59
+ }>;
60
+ QuoteCommentsTitle?: SlotProps<{
61
+ quoteData?: NegotiableQuoteModel;
62
+ }>;
63
+ QuoteComments?: SlotProps<{
64
+ quoteData?: NegotiableQuoteModel;
65
+ }>;
66
+ AttachFilesField?: SlotProps<{
67
+ onFileChange: (files: File[]) => void;
68
+ attachedFiles: AttachedFile[];
69
+ fileUploadError: string | undefined;
70
+ disabled?: boolean;
71
+ }>;
72
+ AttachedFilesList?: SlotProps<{
73
+ files: AttachedFile[];
74
+ onRemove: (key: string) => void;
75
+ disabled?: boolean;
76
+ }>;
77
+ Footer?: SlotProps<{
78
+ quoteData?: NegotiableQuoteModel;
79
+ comment?: string;
80
+ isSubmitting?: boolean;
81
+ attachments?: AttachedFile[];
82
+ handleSendForReview: () => void;
83
+ }>;
84
+ };
85
+ }
86
+ export declare const ManageNegotiableQuote: Container<ManageNegotiableQuoteProps>;
87
+ //# sourceMappingURL=ManageNegotiableQuote.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 './ManageNegotiableQuote';
10
+ export { ManageNegotiableQuote as default } from './ManageNegotiableQuote';
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,3 @@
1
+ export * from './ManageNegotiableQuote/index'
2
+ import _default from './ManageNegotiableQuote/index'
3
+ export default _default