@dropins/storefront-quote-management 0.0.1-alpha24 → 0.0.1-alpha26

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 (91) hide show
  1. package/api/initialize/initialize.d.ts +0 -1
  2. package/api.js +15 -15
  3. package/api.js.map +1 -1
  4. package/chunks/ItemsQuoted.js +1 -1
  5. package/chunks/ItemsQuoted.js.map +1 -1
  6. package/chunks/OrderSummaryLine.js +1 -1
  7. package/chunks/OrderSummaryLine.js.map +1 -1
  8. package/chunks/QuoteCommentsList.js +1 -1
  9. package/chunks/QuoteCommentsList.js.map +1 -1
  10. package/chunks/QuoteHistoryLog.js +1 -1
  11. package/chunks/QuoteHistoryLog.js.map +1 -1
  12. package/chunks/dateUtils.js +1 -1
  13. package/chunks/fetch-graphql.js +4 -0
  14. package/chunks/fetch-graphql.js.map +1 -0
  15. package/chunks/getQuoteTemplates.js +2 -2
  16. package/chunks/getQuoteTemplates.js.map +1 -1
  17. package/chunks/negotiableQuotes.js +1 -1
  18. package/chunks/negotiableQuotes.js.map +1 -1
  19. package/chunks/removeNegotiableQuoteItems.js +3 -3
  20. package/chunks/removeNegotiableQuoteItems.js.map +1 -1
  21. package/chunks/renameNegotiableQuote.js +1 -1
  22. package/chunks/renameNegotiableQuote.js.map +1 -1
  23. package/chunks/state.js +1 -1
  24. package/chunks/uploadFile.js +1 -1
  25. package/chunks/uploadFile.js.map +1 -1
  26. package/components/ProductListTable/ProductListTable.d.ts +5 -41
  27. package/components/QuoteHistoryLog/QuoteHistoryLog.d.ts +2 -70
  28. package/components/index.d.ts +0 -1
  29. package/containers/ItemsQuoted.js +1 -1
  30. package/containers/ManageNegotiableQuote.js +1 -1
  31. package/containers/ManageNegotiableQuote.js.map +1 -1
  32. package/containers/OrderSummary.js +1 -1
  33. package/containers/OrderSummary.js.map +1 -1
  34. package/containers/OrderSummaryLine.js +1 -1
  35. package/containers/QuoteCommentsList.js +1 -1
  36. package/containers/QuoteHistoryLog.js +1 -1
  37. package/containers/QuoteSummaryList.js +1 -1
  38. package/containers/QuoteSummaryList.js.map +1 -1
  39. package/containers/QuoteTemplatesListTable/QuoteTemplatesListTable.d.ts +0 -2
  40. package/containers/QuoteTemplatesListTable.js +1 -1
  41. package/containers/QuoteTemplatesListTable.js.map +1 -1
  42. package/containers/QuotesListTable.js +1 -1
  43. package/containers/QuotesListTable.js.map +1 -1
  44. package/containers/RequestNegotiableQuoteForm.js +1 -1
  45. package/containers/RequestNegotiableQuoteForm.js.map +1 -1
  46. package/containers/index.d.ts +0 -4
  47. package/data/models/negotiable-quote-template-model.d.ts +1 -1
  48. package/i18n/en_US.json.d.ts +1 -32
  49. package/package.json +1 -1
  50. package/render.js +3 -2
  51. package/render.js.map +1 -1
  52. package/chunks/ItemsQuotedTemplate.js +0 -4
  53. package/chunks/ItemsQuotedTemplate.js.map +0 -1
  54. package/chunks/QuoteCommentsList3.js +0 -4
  55. package/chunks/QuoteCommentsList3.js.map +0 -1
  56. package/chunks/QuoteHistoryLog3.js +0 -4
  57. package/chunks/QuoteHistoryLog3.js.map +0 -1
  58. package/chunks/QuotePricesSummary.js +0 -4
  59. package/chunks/QuotePricesSummary.js.map +0 -1
  60. package/chunks/QuoteTemplateCommentsList.js +0 -4
  61. package/chunks/QuoteTemplateCommentsList.js.map +0 -1
  62. package/chunks/QuoteTemplateHistoryLog.js +0 -4
  63. package/chunks/QuoteTemplateHistoryLog.js.map +0 -1
  64. package/chunks/TabbedContent.js +0 -4
  65. package/chunks/TabbedContent.js.map +0 -1
  66. package/chunks/transform-quote.js +0 -4
  67. package/chunks/transform-quote.js.map +0 -1
  68. package/components/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +0 -22
  69. package/components/ManageNegotiableQuoteTemplate/__fixtures__/ManageNegotiableQuoteTemplateProps.d.ts +0 -4
  70. package/components/ManageNegotiableQuoteTemplate/index.d.ts +0 -11
  71. package/containers/ItemsQuotedTemplate/ItemsQuotedTemplate.d.ts +0 -19
  72. package/containers/ItemsQuotedTemplate/index.d.ts +0 -11
  73. package/containers/ItemsQuotedTemplate.d.ts +0 -3
  74. package/containers/ItemsQuotedTemplate.js +0 -4
  75. package/containers/ItemsQuotedTemplate.js.map +0 -1
  76. package/containers/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +0 -54
  77. package/containers/ManageNegotiableQuoteTemplate/index.d.ts +0 -11
  78. package/containers/ManageNegotiableQuoteTemplate.d.ts +0 -3
  79. package/containers/ManageNegotiableQuoteTemplate.js +0 -4
  80. package/containers/ManageNegotiableQuoteTemplate.js.map +0 -1
  81. package/containers/QuoteTemplateCommentsList/QuoteTemplateCommentsList.d.ts +0 -9
  82. package/containers/QuoteTemplateCommentsList/index.d.ts +0 -11
  83. package/containers/QuoteTemplateCommentsList.d.ts +0 -3
  84. package/containers/QuoteTemplateCommentsList.js +0 -4
  85. package/containers/QuoteTemplateCommentsList.js.map +0 -1
  86. package/containers/QuoteTemplateHistoryLog/QuoteTemplateHistoryLog.d.ts +0 -9
  87. package/containers/QuoteTemplateHistoryLog/index.d.ts +0 -11
  88. package/containers/QuoteTemplateHistoryLog.d.ts +0 -3
  89. package/containers/QuoteTemplateHistoryLog.js +0 -4
  90. package/containers/QuoteTemplateHistoryLog.js.map +0 -1
  91. package/data/models/__fixtures__/negotiableQuoteTemplateModel.d.ts +0 -4
@@ -1,4 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{I as Q,I as T}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/QuotePricesSummary.js";import"@dropins/tools/preact.js";import"@dropins/tools/preact-hooks.js";import"@dropins/tools/i18n.js";/* empty css *//* empty css *//* empty css */export{Q as ItemsQuotedTemplate,T as default};
4
- //# sourceMappingURL=ItemsQuotedTemplate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ItemsQuotedTemplate.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,54 +0,0 @@
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 ManageNegotiableQuoteTemplateProps extends HTMLAttributes<HTMLDivElement> {
6
- slots?: {
7
- TemplateName?: SlotProps<{
8
- templateName?: string;
9
- templateData?: NegotiableQuoteTemplateModel;
10
- }>;
11
- TemplateId?: SlotProps<{
12
- templateId?: string;
13
- templateData?: NegotiableQuoteTemplateModel;
14
- }>;
15
- Banner?: SlotProps<{
16
- templateData?: NegotiableQuoteTemplateModel;
17
- }>;
18
- Details?: SlotProps<{
19
- templateData?: NegotiableQuoteTemplateModel;
20
- }>;
21
- ReferenceDocumentsTitle?: SlotProps<{
22
- templateData?: NegotiableQuoteTemplateModel;
23
- }>;
24
- ReferenceDocuments?: SlotProps<{
25
- templateData?: NegotiableQuoteTemplateModel;
26
- }>;
27
- ItemsTable?: SlotProps<{
28
- templateData?: NegotiableQuoteTemplateModel;
29
- }>;
30
- ItemsQuotedTab?: SlotProps<{
31
- templateData?: NegotiableQuoteTemplateModel;
32
- }>;
33
- CommentsTab?: SlotProps<{
34
- templateData?: NegotiableQuoteTemplateModel;
35
- }>;
36
- HistoryLogTab?: SlotProps<{
37
- templateData?: NegotiableQuoteTemplateModel;
38
- }>;
39
- CommentsTitle?: SlotProps<{
40
- templateData?: NegotiableQuoteTemplateModel;
41
- }>;
42
- Comments?: SlotProps<{
43
- templateData?: NegotiableQuoteTemplateModel;
44
- }>;
45
- HistoryLogTitle?: SlotProps<{
46
- templateData?: NegotiableQuoteTemplateModel;
47
- }>;
48
- HistoryLog?: SlotProps<{
49
- templateData?: NegotiableQuoteTemplateModel;
50
- }>;
51
- };
52
- }
53
- export declare const ManageNegotiableQuoteTemplate: Container<ManageNegotiableQuoteTemplateProps>;
54
- //# sourceMappingURL=ManageNegotiableQuoteTemplate.d.ts.map
@@ -1,11 +0,0 @@
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 './ManageNegotiableQuoteTemplate';
10
- export { ManageNegotiableQuoteTemplate as default } from './ManageNegotiableQuoteTemplate';
11
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +0,0 @@
1
- export * from './ManageNegotiableQuoteTemplate/index'
2
- import _default from './ManageNegotiableQuoteTemplate/index'
3
- export default _default
@@ -1,4 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{jsx as t,jsxs as o}from"@dropins/tools/preact-jsx-runtime.js";import{useState as M,useEffect as I,useMemo as c}from"@dropins/tools/preact-compat.js";import{classes as n,VComponent as i,Slot as r,getGlobalLocale as R}from"@dropins/tools/lib.js";import{events as w}from"@dropins/tools/event-bus.js";import{Skeleton as H,SkeletonRow as u}from"@dropins/tools/components.js";/* empty css */import"@dropins/tools/preact.js";import"@dropins/tools/preact-hooks.js";/* empty css *//* empty css */import{T as S}from"../chunks/TabbedContent.js";/* empty css */import"../chunks/state.js";import{I as W}from"../chunks/ItemsQuotedTemplate.js";import{Q as k}from"../chunks/QuoteTemplateCommentsList.js";import{Q as z}from"../chunks/QuoteTemplateHistoryLog.js";import{useText as O}from"@dropins/tools/i18n.js";import"../chunks/QuotePricesSummary.js";import"../chunks/QuoteCommentsList.js";import"../chunks/QuoteHistoryLog.js";import"../chunks/dateUtils.js";const j=({className:e,loading:Q,templateName:a,templateId:b,banner:h,details:T,actionBar:m,referenceDocuments:g,referenceDocumentsTitle:d,itemsTable:q,commentsTitle:f,comments:_,historyLogTitle:N,historyLog:y,footer:L,...v})=>Q?t(F,{}):o("div",{...v,className:n(["quote-management-manage-negotiable-quote-template",e]),children:[o("div",{className:n(["quote-management-manage-negotiable-quote-template__header"]),children:[a&&t(i,{node:a,className:n(["quote-management-manage-negotiable-quote-template__template-name"])}),b&&t(i,{node:b,className:n(["quote-management-manage-negotiable-quote-template__template-id"])})]}),h&&t(i,{node:h,className:n(["quote-management-manage-negotiable-quote-template__banner"])}),T&&t(i,{node:T,className:n(["quote-management-manage-negotiable-quote-template__details"])}),m&&t(i,{node:m,className:n(["quote-management-manage-negotiable-quote-template__action-bar"])}),(d||g)&&o("div",{"data-testid":"reference-documents-container",className:n(["quote-management-manage-negotiable-quote-template__reference-documents-container"]),children:[d&&t(i,{node:d,className:n(["quote-management-manage-negotiable-quote-template__reference-documents-title"])}),g&&t(i,{node:g,className:n(["quote-management-manage-negotiable-quote-template__reference-documents"])})]}),q&&t(i,{node:q,className:n(["quote-management-manage-negotiable-quote-template__items-table"])}),o("div",{"data-testid":"comments-container",className:n(["quote-management-manage-negotiable-quote-template__comments-container"]),children:[f&&t(i,{node:f,className:n(["quote-management-manage-negotiable-quote-template__comments-title"])}),_&&t(i,{node:_,className:n(["quote-management-manage-negotiable-quote-template__comments"])})]}),o("div",{"data-testid":"history-log-container",className:n(["quote-management-manage-negotiable-quote-template__history-log-container"]),children:[N&&t(i,{node:N,className:n(["quote-management-manage-negotiable-quote-template__history-log-title"])}),y&&t(i,{node:y,className:n(["quote-management-manage-negotiable-quote-template__history-log"])})]}),L&&t(i,{node:L,className:n(["quote-management-manage-negotiable-quote-template__footer"])})]}),F=()=>o(H,{"data-testid":"manage-negotiable-quote-template-skeleton",children:[t(u,{variant:"heading",fullWidth:!0,size:"large"}),t(u,{variant:"row",fullWidth:!1,size:"small"}),t(u,{variant:"row",fullWidth:!1,size:"small"}),t(u,{variant:"row",fullWidth:!0}),t(u,{variant:"row",fullWidth:!0,size:"xlarge",lines:2}),t(u,{variant:"row",fullWidth:!1,size:"small"})]}),ce=({slots:e,...Q})=>{const[a,b]=M(void 0),[h,T]=M(!0),m=O({createdLabel:"NegotiableQuoteTemplate.Manage.createdLabel",salesRepLabel:"NegotiableQuoteTemplate.Manage.salesRepLabel",expiresLabel:"NegotiableQuoteTemplate.Manage.expiresLabel",referenceDocumentsTitle:"NegotiableQuoteTemplate.Manage.referenceDocuments.title",commentsTitle:"NegotiableQuoteTemplate.Manage.comments.title",historyLogTitle:"NegotiableQuoteTemplate.Manage.historyLog.title",itemsQuotedTab:"NegotiableQuoteTemplate.Manage.tabs.itemsQuoted",commentsTab:"NegotiableQuoteTemplate.Manage.tabs.comments",historyLogTab:"NegotiableQuoteTemplate.Manage.tabs.historyLog"});I(()=>{const l=w.on("quote-management/quote-template-data",p=>{p.quoteTemplate&&(b(p.quoteTemplate),T(!1))},{eager:!0});return()=>l==null?void 0:l.off()},[]);const g=c(()=>t(r,{name:"TemplateName",slot:e==null?void 0:e.TemplateName,context:{templateName:a==null?void 0:a.name,templateData:a},children:t("h1",{"data-testid":"template-name",children:a==null?void 0:a.name})}),[e==null?void 0:e.TemplateName,a]),d=c(()=>t(r,{name:"TemplateId",slot:e==null?void 0:e.TemplateId,context:{templateId:a==null?void 0:a.uid,templateData:a},children:o("div",{"data-testid":"template-id",children:["Template #",a==null?void 0:a.uid]})}),[e==null?void 0:e.TemplateId,a]),q=c(()=>{if(!a)return null;const l=R()||"en-US",p=new Intl.DateTimeFormat(l,{year:"numeric",month:"long",day:"numeric"});let x;if(a.expirationDate)try{x=p.format(new Date(a.expirationDate))}catch{x=a.expirationDate}return o(r,{name:"Details",slot:e==null?void 0:e.Details,context:{templateData:a},children:[o("div",{className:"quote-management-manage-negotiable-quote-template__detail",children:[t("span",{className:"quote-management-manage-negotiable-quote-template__detail-title","data-testid":"created-label",children:m.createdLabel}),o("span",{className:"quote-management-manage-negotiable-quote-template__detail-content","data-testid":"created-value",children:[p.format(new Date(a.createdAt))," (",a.buyer.firstname," ",a.buyer.lastname,")"]})]}),a.salesRepName&&o("div",{className:"quote-management-manage-negotiable-quote-template__detail",children:[t("span",{className:"quote-management-manage-negotiable-quote-template__detail-title","data-testid":"sales-rep-label",children:m.salesRepLabel}),t("span",{className:"quote-management-manage-negotiable-quote-template__detail-content","data-testid":"sales-rep-value",children:a.salesRepName})]}),x&&o("div",{className:"quote-management-manage-negotiable-quote-template__detail",children:[t("span",{className:"quote-management-manage-negotiable-quote-template__detail-title","data-testid":"expires-label",children:m.expiresLabel}),t("span",{className:"quote-management-manage-negotiable-quote-template__detail-content","data-testid":"expires-value",children:x})]})]})},[e==null?void 0:e.Details,m,a]),f=c(()=>{if(!(!(a!=null&&a.referenceDocuments)||a.referenceDocuments.length===0))return t(r,{name:"ReferenceDocumentsTitle",slot:e==null?void 0:e.ReferenceDocumentsTitle,context:{templateData:a},children:t("h2",{children:m.referenceDocumentsTitle})})},[e==null?void 0:e.ReferenceDocumentsTitle,m,a]),_=c(()=>{if(!(!(a!=null&&a.referenceDocuments)||a.referenceDocuments.length===0))return t(r,{name:"ReferenceDocuments",slot:e==null?void 0:e.ReferenceDocuments,context:{templateData:a},children:t("ul",{"data-testid":"reference-documents",children:a.referenceDocuments.map(l=>t("li",{children:t("a",{href:l.url,target:"_blank",rel:"noopener noreferrer",children:l.name})},l.uid))})})},[e==null?void 0:e.ReferenceDocuments,a]),N=c(()=>t(r,{name:"ItemsTable",slot:e==null?void 0:e.ItemsTable,context:{templateData:a},children:t(S,{tabs:new Map([["items-quoted",m.itemsQuotedTab],["comments",m.commentsTab],["history-log",m.historyLogTab]]),tabsContent:new Map([["items-quoted",t(r,{name:"ItemsQuotedTab",slot:e==null?void 0:e.ItemsQuotedTab,context:{templateData:a},children:t(W,{templateData:a})},"items-quoted")],["comments",t(r,{name:"CommentsTab",slot:e==null?void 0:e.CommentsTab,context:{templateData:a},children:t(k,{templateData:a})},"comments")],["history-log",t(r,{name:"HistoryLogTab",slot:e==null?void 0:e.HistoryLogTab,context:{templateData:a},children:t(z,{templateData:a})},"history-log")]])})}),[e==null?void 0:e.ItemsTable,e==null?void 0:e.ItemsQuotedTab,e==null?void 0:e.CommentsTab,e==null?void 0:e.HistoryLogTab,m,a]),y=c(()=>t(r,{name:"CommentsTitle",slot:e==null?void 0:e.CommentsTitle,context:{templateData:a},children:t("h2",{children:m.commentsTitle})}),[e==null?void 0:e.CommentsTitle,m,a]),L=c(()=>t(r,{name:"Comments",slot:e==null?void 0:e.Comments,context:{templateData:a},children:"TODO: Not yet implemented."}),[e==null?void 0:e.Comments,a]),v=c(()=>t(r,{name:"HistoryLogTitle",slot:e==null?void 0:e.HistoryLogTitle,context:{templateData:a},children:t("h2",{children:m.historyLogTitle})}),[e==null?void 0:e.HistoryLogTitle,m,a]),C=c(()=>t(r,{name:"HistoryLog",slot:e==null?void 0:e.HistoryLog,context:{templateData:a},children:"TODO: Not yet implemented."}),[e==null?void 0:e.HistoryLog,a]),D={...Q,loading:h,templateName:g,templateId:d,details:q,referenceDocumentsTitle:f,referenceDocuments:_,itemsTable:N,commentsTitle:y,comments:L,historyLogTitle:v,historyLog:C};return t(j,{...D})};export{ce as ManageNegotiableQuoteTemplate,ce as default};
4
- //# sourceMappingURL=ManageNegotiableQuoteTemplate.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ManageNegotiableQuoteTemplate.js","sources":["/@dropins/storefront-quote-management/src/components/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.tsx","/@dropins/storefront-quote-management/src/containers/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.tsx"],"sourcesContent":["/********************************************************************\n * Copyright 2025 Adobe\n * All Rights Reserved.\n *\n * NOTICE: Adobe permits you to use, modify, and distribute this \n * file in accordance with the terms of the Adobe license agreement \n * accompanying it. \n *******************************************************************/\n\nimport { FunctionComponent, VNode } from 'preact';\nimport { HTMLAttributes } from 'preact/compat';\nimport { classes, VComponent } from '@adobe-commerce/elsie/lib';\nimport { Skeleton, SkeletonRow } from '@adobe-commerce/elsie/components';\n\nimport '@/quote-management/components/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.css';\n\nexport interface ManageNegotiableQuoteTemplateProps extends Omit<HTMLAttributes<HTMLDivElement>, 'loading'> {\n loading?: boolean;\n templateName: VNode;\n templateId: VNode;\n banner?: VNode;\n details: VNode;\n actionBar?: VNode;\n referenceDocuments?: VNode;\n referenceDocumentsTitle?: VNode;\n itemsTable: VNode;\n commentsTitle: VNode;\n comments: VNode;\n historyLogTitle: VNode;\n historyLog: VNode;\n footer?: VNode;\n}\n\nexport const ManageNegotiableQuoteTemplate: FunctionComponent<ManageNegotiableQuoteTemplateProps> = ({\n className,\n loading,\n templateName,\n templateId,\n banner,\n details,\n actionBar,\n referenceDocuments,\n referenceDocumentsTitle,\n itemsTable,\n commentsTitle,\n comments,\n historyLogTitle,\n historyLog,\n footer,\n ...props\n}) => {\n if (loading) {\n return <ManageNegotiableQuoteTemplateSkeleton />;\n }\n\n return (\n <div {...props} className={classes(['quote-management-manage-negotiable-quote-template', className])}>\n <div className={classes(['quote-management-manage-negotiable-quote-template__header'])}>\n {templateName &&\n <VComponent\n node={templateName}\n className={classes(['quote-management-manage-negotiable-quote-template__template-name'])}\n />\n }\n {templateId &&\n <VComponent\n node={templateId}\n className={classes(['quote-management-manage-negotiable-quote-template__template-id'])}\n />\n }\n </div>\n {banner &&\n <VComponent\n node={banner}\n className={classes(['quote-management-manage-negotiable-quote-template__banner'])}\n />\n }\n {details &&\n <VComponent\n node={details}\n className={classes(['quote-management-manage-negotiable-quote-template__details'])}\n />\n }\n {actionBar &&\n <VComponent\n node={actionBar}\n className={classes(['quote-management-manage-negotiable-quote-template__action-bar'])}\n />\n }\n {(referenceDocumentsTitle || referenceDocuments) &&\n <div data-testid=\"reference-documents-container\" className={classes(['quote-management-manage-negotiable-quote-template__reference-documents-container'])}>\n {referenceDocumentsTitle &&\n <VComponent\n node={referenceDocumentsTitle}\n className={classes(['quote-management-manage-negotiable-quote-template__reference-documents-title'])}\n />\n }\n {referenceDocuments &&\n <VComponent\n node={referenceDocuments}\n className={classes(['quote-management-manage-negotiable-quote-template__reference-documents'])}\n />\n }\n </div>\n }\n {itemsTable &&\n <VComponent\n node={itemsTable}\n className={classes(['quote-management-manage-negotiable-quote-template__items-table'])}\n />\n }\n <div data-testid=\"comments-container\" className={classes(['quote-management-manage-negotiable-quote-template__comments-container'])}>\n {commentsTitle &&\n <VComponent\n node={commentsTitle}\n className={classes(['quote-management-manage-negotiable-quote-template__comments-title'])}\n />\n }\n {comments &&\n <VComponent\n node={comments}\n className={classes(['quote-management-manage-negotiable-quote-template__comments'])}\n />\n }\n </div>\n <div data-testid=\"history-log-container\" className={classes(['quote-management-manage-negotiable-quote-template__history-log-container'])}>\n {historyLogTitle &&\n <VComponent\n node={historyLogTitle}\n className={classes(['quote-management-manage-negotiable-quote-template__history-log-title'])}\n />\n }\n {historyLog &&\n <VComponent\n node={historyLog}\n className={classes(['quote-management-manage-negotiable-quote-template__history-log'])}\n />\n }\n </div>\n {footer &&\n <VComponent\n node={footer}\n className={classes(['quote-management-manage-negotiable-quote-template__footer'])}\n />\n }\n </div>\n );\n};\n\nexport const ManageNegotiableQuoteTemplateSkeleton: FunctionComponent = () => {\n return (\n <Skeleton data-testid=\"manage-negotiable-quote-template-skeleton\">\n <SkeletonRow variant=\"heading\" fullWidth={true} size=\"large\" />\n <SkeletonRow variant=\"row\" fullWidth={false} size=\"small\" />\n <SkeletonRow variant=\"row\" fullWidth={false} size=\"small\" />\n <SkeletonRow variant=\"row\" fullWidth={true} />\n <SkeletonRow variant=\"row\" fullWidth={true} size=\"xlarge\" lines={2} />\n <SkeletonRow variant=\"row\" fullWidth={false} size=\"small\" />\n </Skeleton>\n );\n};\n","/********************************************************************\n * Copyright 2025 Adobe\n * All Rights Reserved.\n *\n * NOTICE: Adobe permits you to use, modify, and distribute this \n * file in accordance with the terms of the Adobe license agreement \n * accompanying it. \n *******************************************************************/\n \nimport {\n HTMLAttributes,\n useEffect,\n useMemo,\n useState,\n} from 'preact/compat';\nimport {\n Container,\n getGlobalLocale,\n Slot,\n SlotProps,\n} from '@adobe-commerce/elsie/lib';\nimport { events } from '@adobe-commerce/event-bus';\nimport { useText } from '@adobe-commerce/elsie/i18n';\nimport { NegotiableQuoteTemplateModel } from '@/quote-management/data/models/negotiable-quote-template-model';\nimport {\n ManageNegotiableQuoteTemplate as ManageNegotiableQuoteTemplateComponent,\n ManageNegotiableQuoteTemplateProps as ManageNegotiableQuoteTemplateComponentProps,\n} from '@/quote-management/components/ManageNegotiableQuoteTemplate';\nimport { TabbedContent } from '@/quote-management/components';\nimport { \n ItemsQuotedTemplate, \n QuoteTemplateCommentsList, \n QuoteTemplateHistoryLog \n} from '@/quote-management/containers';\n\nexport interface ManageNegotiableQuoteTemplateProps\n extends HTMLAttributes<HTMLDivElement> {\n slots?: {\n TemplateName?: SlotProps<{\n templateName?: string;\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n TemplateId?: SlotProps<{\n templateId?: string;\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n Banner?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n Details?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n ReferenceDocumentsTitle?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n ReferenceDocuments?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n ItemsTable?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n ItemsQuotedTab?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n CommentsTab?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n HistoryLogTab?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n CommentsTitle?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n Comments?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n HistoryLogTitle?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n HistoryLog?: SlotProps<{\n templateData?: NegotiableQuoteTemplateModel;\n }>;\n };\n}\n\nexport const ManageNegotiableQuoteTemplate: Container<ManageNegotiableQuoteTemplateProps> = ({\n slots,\n ...props\n}) => {\n const [templateData, setTemplateData] = useState<NegotiableQuoteTemplateModel | undefined>(undefined);\n const [loading, setLoading] = useState<boolean>(true);\n\n const dictionary = useText({\n createdLabel: 'NegotiableQuoteTemplate.Manage.createdLabel',\n salesRepLabel: 'NegotiableQuoteTemplate.Manage.salesRepLabel',\n expiresLabel: 'NegotiableQuoteTemplate.Manage.expiresLabel',\n referenceDocumentsTitle: 'NegotiableQuoteTemplate.Manage.referenceDocuments.title',\n commentsTitle: 'NegotiableQuoteTemplate.Manage.comments.title',\n historyLogTitle: 'NegotiableQuoteTemplate.Manage.historyLog.title',\n itemsQuotedTab: 'NegotiableQuoteTemplate.Manage.tabs.itemsQuoted',\n commentsTab: 'NegotiableQuoteTemplate.Manage.tabs.comments',\n historyLogTab: 'NegotiableQuoteTemplate.Manage.tabs.historyLog',\n });\n\n /* Event listeners */\n useEffect(() => {\n const quoteTemplateDataEvent = events.on('quote-management/quote-template-data', (data) => {\n if (data.quoteTemplate) {\n setTemplateData(data.quoteTemplate);\n setLoading(false);\n }\n }, { eager: true });\n \n return () => quoteTemplateDataEvent?.off();\n }, []);\n\n /**\n * VNodes for the ManageNegotiableQuoteTemplate component\n */\n\n // Template name\n const templateName = useMemo(() => {\n return (\n <Slot\n name=\"TemplateName\"\n slot={slots?.TemplateName}\n context={{ templateName: templateData?.name, templateData }}\n >\n <h1 data-testid=\"template-name\">\n {templateData?.name}\n </h1>\n </Slot>\n );\n }, [slots?.TemplateName, templateData]);\n\n // Template ID\n const templateId = useMemo(() => {\n return (\n <Slot\n name=\"TemplateId\"\n slot={slots?.TemplateId}\n context={{ templateId: templateData?.uid, templateData }}\n >\n <div data-testid=\"template-id\">Template #{templateData?.uid}</div>\n </Slot>\n );\n }, [slots?.TemplateId, templateData]);\n\n // Details\n const details = useMemo(() => {\n if (!templateData) {\n return null;\n }\n\n const calculatedLocale = getGlobalLocale() || 'en-US';\n\n const dateFormatter = new Intl.DateTimeFormat(calculatedLocale, {\n year: 'numeric',\n month: 'long',\n day: 'numeric',\n });\n\n // Format expiration date if it exists\n let expirationDate;\n if (templateData.expirationDate) {\n try {\n expirationDate = dateFormatter.format(\n new Date(templateData.expirationDate)\n );\n } catch (error) {\n expirationDate = templateData.expirationDate;\n }\n }\n\n return (\n <Slot name=\"Details\" slot={slots?.Details} context={{ templateData }}>\n <div className=\"quote-management-manage-negotiable-quote-template__detail\">\n <span\n className=\"quote-management-manage-negotiable-quote-template__detail-title\"\n data-testid=\"created-label\"\n >\n {dictionary.createdLabel}\n </span>\n <span\n className=\"quote-management-manage-negotiable-quote-template__detail-content\"\n data-testid=\"created-value\"\n >\n {dateFormatter.format(new Date(templateData.createdAt))} (\n {templateData.buyer.firstname} {templateData.buyer.lastname})\n </span>\n </div>\n {templateData.salesRepName && (\n <div className=\"quote-management-manage-negotiable-quote-template__detail\">\n <span\n className=\"quote-management-manage-negotiable-quote-template__detail-title\"\n data-testid=\"sales-rep-label\"\n >\n {dictionary.salesRepLabel}\n </span>\n <span\n className=\"quote-management-manage-negotiable-quote-template__detail-content\"\n data-testid=\"sales-rep-value\"\n >\n {templateData.salesRepName}\n </span>\n </div>\n )}\n {expirationDate && (\n <div className=\"quote-management-manage-negotiable-quote-template__detail\">\n <span\n className=\"quote-management-manage-negotiable-quote-template__detail-title\"\n data-testid=\"expires-label\"\n >\n {dictionary.expiresLabel}\n </span>\n <span\n className=\"quote-management-manage-negotiable-quote-template__detail-content\"\n data-testid=\"expires-value\"\n >\n {expirationDate}\n </span>\n </div>\n )}\n </Slot>\n );\n }, [slots?.Details, dictionary, templateData]);\n\n // Reference documents\n const referenceDocumentsTitle = useMemo(() => {\n if (!templateData?.referenceDocuments || templateData.referenceDocuments.length === 0) {\n return undefined;\n }\n\n return (\n <Slot\n name=\"ReferenceDocumentsTitle\"\n slot={slots?.ReferenceDocumentsTitle}\n context={{ templateData }}\n >\n <h2>{dictionary.referenceDocumentsTitle}</h2>\n </Slot>\n );\n }, [slots?.ReferenceDocumentsTitle, dictionary, templateData]);\n\n const referenceDocuments = useMemo(() => {\n if (!templateData?.referenceDocuments || templateData.referenceDocuments.length === 0) {\n return undefined;\n }\n\n return (\n <Slot\n name=\"ReferenceDocuments\"\n slot={slots?.ReferenceDocuments}\n context={{ templateData }}\n >\n <ul data-testid=\"reference-documents\">\n {templateData.referenceDocuments.map((doc) => (\n <li key={doc.uid}>\n <a href={doc.url} target=\"_blank\" rel=\"noopener noreferrer\">\n {doc.name}\n </a>\n </li>\n ))}\n </ul>\n </Slot>\n );\n }, [slots?.ReferenceDocuments, templateData]);\n\n // Items table (using TabbedContent with ItemsQuoted)\n const itemsTable = useMemo(() => {\n return (\n <Slot\n name=\"ItemsTable\"\n slot={slots?.ItemsTable}\n context={{ templateData }}\n >\n <TabbedContent\n tabs={\n new Map([\n ['items-quoted', dictionary.itemsQuotedTab],\n ['comments', dictionary.commentsTab],\n ['history-log', dictionary.historyLogTab],\n ])\n }\n tabsContent={\n new Map([\n [\n 'items-quoted',\n <Slot\n key=\"items-quoted\"\n name=\"ItemsQuotedTab\"\n slot={slots?.ItemsQuotedTab}\n context={{ templateData }}\n >\n <ItemsQuotedTemplate templateData={templateData} />\n </Slot>,\n ],\n [\n 'comments',\n <Slot\n key=\"comments\"\n name=\"CommentsTab\"\n slot={slots?.CommentsTab}\n context={{ templateData }}\n >\n <QuoteTemplateCommentsList templateData={templateData} />\n </Slot>,\n ],\n [\n 'history-log',\n <Slot\n key=\"history-log\"\n name=\"HistoryLogTab\"\n slot={slots?.HistoryLogTab}\n context={{ templateData }}\n >\n <QuoteTemplateHistoryLog templateData={templateData} />\n </Slot>,\n ],\n ])\n }\n />\n </Slot>\n );\n }, [\n slots?.ItemsTable,\n slots?.ItemsQuotedTab,\n slots?.CommentsTab,\n slots?.HistoryLogTab,\n dictionary,\n templateData,\n ]);\n\n // Comments title\n const commentsTitle = useMemo(() => {\n return (\n <Slot\n name=\"CommentsTitle\"\n slot={slots?.CommentsTitle}\n context={{ templateData }}\n >\n <h2>{dictionary.commentsTitle}</h2>\n </Slot>\n );\n }, [slots?.CommentsTitle, dictionary, templateData]);\n\n // Comments\n const comments = useMemo(() => {\n return (\n <Slot\n name=\"Comments\"\n slot={slots?.Comments}\n context={{ templateData }}\n >\n TODO: Not yet implemented.\n </Slot>\n );\n }, [slots?.Comments, templateData]);\n\n // History log title\n const historyLogTitle = useMemo(() => {\n return (\n <Slot\n name=\"HistoryLogTitle\"\n slot={slots?.HistoryLogTitle}\n context={{ templateData }}\n >\n <h2>{dictionary.historyLogTitle}</h2>\n </Slot>\n );\n }, [slots?.HistoryLogTitle, dictionary, templateData]);\n\n // History log\n const historyLog = useMemo(() => {\n return (\n <Slot\n name=\"HistoryLog\"\n slot={slots?.HistoryLog}\n context={{ templateData }}\n >\n TODO: Not yet implemented.\n </Slot>\n );\n }, [slots?.HistoryLog, templateData]);\n\n const manageNegotiableQuoteTemplateProps: ManageNegotiableQuoteTemplateComponentProps = {\n ...props,\n loading,\n templateName,\n templateId,\n details: details!,\n referenceDocumentsTitle,\n referenceDocuments,\n itemsTable,\n commentsTitle,\n comments,\n historyLogTitle,\n historyLog,\n };\n\n return (\n <ManageNegotiableQuoteTemplateComponent {...manageNegotiableQuoteTemplateProps} />\n );\n};\n"],"names":["ManageNegotiableQuoteTemplate","className","loading","templateName","templateId","banner","details","actionBar","referenceDocuments","referenceDocumentsTitle","itemsTable","commentsTitle","comments","historyLogTitle","historyLog","footer","props","ManageNegotiableQuoteTemplateSkeleton","jsxs","classes","jsx","VComponent","Skeleton","SkeletonRow","slots","templateData","setTemplateData","useState","setLoading","dictionary","useText","useEffect","quoteTemplateDataEvent","events","data","useMemo","Slot","calculatedLocale","getGlobalLocale","dateFormatter","expirationDate","doc","TabbedContent","ItemsQuotedTemplate","QuoteTemplateCommentsList","QuoteTemplateHistoryLog","manageNegotiableQuoteTemplateProps","ManageNegotiableQuoteTemplateComponent"],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- import { HTMLAttributes } from 'preact/compat';
2
- import { Container } from '@dropins/tools/types/elsie/src/lib';
3
- import { NegotiableQuoteTemplateModel } from '../../data/models/negotiable-quote-template-model';
4
-
5
- export interface QuoteTemplateCommentsListProps extends HTMLAttributes<HTMLUListElement> {
6
- templateData?: NegotiableQuoteTemplateModel;
7
- }
8
- export declare const QuoteTemplateCommentsList: Container<QuoteTemplateCommentsListProps>;
9
- //# sourceMappingURL=QuoteTemplateCommentsList.d.ts.map
@@ -1,11 +0,0 @@
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 './QuoteTemplateCommentsList';
10
- export { QuoteTemplateCommentsList as default } from './QuoteTemplateCommentsList';
11
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +0,0 @@
1
- export * from './QuoteTemplateCommentsList/index'
2
- import _default from './QuoteTemplateCommentsList/index'
3
- export default _default
@@ -1,4 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{Q,Q as f}from"../chunks/QuoteTemplateCommentsList.js";import"@dropins/tools/preact-jsx-runtime.js";import"@dropins/tools/preact-compat.js";import"@dropins/tools/lib.js";import"../chunks/QuoteCommentsList.js";/* empty css */import"@dropins/tools/i18n.js";import"@dropins/tools/event-bus.js";export{Q as QuoteTemplateCommentsList,f as default};
4
- //# sourceMappingURL=QuoteTemplateCommentsList.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuoteTemplateCommentsList.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,9 +0,0 @@
1
- import { HTMLAttributes } from 'preact/compat';
2
- import { Container } from '@dropins/tools/types/elsie/src/lib';
3
- import { NegotiableQuoteTemplateModel } from '../../data/models/negotiable-quote-template-model';
4
-
5
- export interface QuoteTemplateHistoryLogProps extends HTMLAttributes<HTMLDivElement> {
6
- templateData?: NegotiableQuoteTemplateModel;
7
- }
8
- export declare const QuoteTemplateHistoryLog: Container<QuoteTemplateHistoryLogProps>;
9
- //# sourceMappingURL=QuoteTemplateHistoryLog.d.ts.map
@@ -1,11 +0,0 @@
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 './QuoteTemplateHistoryLog';
10
- export { QuoteTemplateHistoryLog as default } from './QuoteTemplateHistoryLog';
11
- //# sourceMappingURL=index.d.ts.map
@@ -1,3 +0,0 @@
1
- export * from './QuoteTemplateHistoryLog/index'
2
- import _default from './QuoteTemplateHistoryLog/index'
3
- export default _default
@@ -1,4 +0,0 @@
1
- /*! Copyright 2025 Adobe
2
- All Rights Reserved. */
3
- import{Q as f,Q as l}from"../chunks/QuoteTemplateHistoryLog.js";import"@dropins/tools/preact-jsx-runtime.js";import"@dropins/tools/preact-compat.js";import"@dropins/tools/event-bus.js";import"../chunks/QuoteHistoryLog.js";import"@dropins/tools/lib.js";import"../chunks/dateUtils.js";/* empty css */import"@dropins/tools/i18n.js";export{f as QuoteTemplateHistoryLog,l as default};
4
- //# sourceMappingURL=QuoteTemplateHistoryLog.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"QuoteTemplateHistoryLog.js","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,4 +0,0 @@
1
- import { NegotiableQuoteTemplateModel } from '../negotiable-quote-template-model';
2
-
3
- export declare const base: NegotiableQuoteTemplateModel;
4
- //# sourceMappingURL=negotiableQuoteTemplateModel.d.ts.map