@dropins/storefront-quote-management 0.0.1-alpha25 → 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.
- package/api/initialize/initialize.d.ts +0 -1
- package/api.js +15 -15
- package/api.js.map +1 -1
- package/chunks/ItemsQuoted.js +1 -1
- package/chunks/ItemsQuoted.js.map +1 -1
- package/chunks/OrderSummaryLine.js +1 -1
- package/chunks/OrderSummaryLine.js.map +1 -1
- package/chunks/QuoteCommentsList.js +1 -1
- package/chunks/QuoteCommentsList.js.map +1 -1
- package/chunks/QuoteHistoryLog.js +1 -1
- package/chunks/QuoteHistoryLog.js.map +1 -1
- package/chunks/dateUtils.js +1 -1
- package/chunks/dateUtils.js.map +1 -1
- package/chunks/fetch-graphql.js +4 -0
- package/chunks/fetch-graphql.js.map +1 -0
- package/chunks/getQuoteTemplates.js +2 -2
- package/chunks/getQuoteTemplates.js.map +1 -1
- package/chunks/negotiableQuotes.js +1 -1
- package/chunks/negotiableQuotes.js.map +1 -1
- package/chunks/removeNegotiableQuoteItems.js +3 -3
- package/chunks/removeNegotiableQuoteItems.js.map +1 -1
- package/chunks/renameNegotiableQuote.js +1 -1
- package/chunks/renameNegotiableQuote.js.map +1 -1
- package/chunks/state.js +1 -1
- package/chunks/uploadFile.js +1 -1
- package/chunks/uploadFile.js.map +1 -1
- package/components/ManageNegotiableQuote/ManageNegotiableQuote.d.ts +1 -1
- package/components/ProductListTable/ProductListTable.d.ts +5 -41
- package/components/QuoteHistoryLog/QuoteHistoryLog.d.ts +2 -70
- package/components/index.d.ts +0 -1
- package/containers/ItemsQuoted.js +1 -1
- package/containers/ManageNegotiableQuote.js +1 -1
- package/containers/ManageNegotiableQuote.js.map +1 -1
- package/containers/OrderSummary.js +1 -1
- package/containers/OrderSummary.js.map +1 -1
- package/containers/OrderSummaryLine.js +1 -1
- package/containers/QuoteCommentsList.js +1 -1
- package/containers/QuoteHistoryLog.js +1 -1
- package/containers/QuoteSummaryList.js +1 -1
- package/containers/QuoteSummaryList.js.map +1 -1
- package/containers/QuoteTemplatesListTable/QuoteTemplatesListTable.d.ts +0 -2
- package/containers/QuoteTemplatesListTable.js +1 -1
- package/containers/QuoteTemplatesListTable.js.map +1 -1
- package/containers/QuotesListTable.js +1 -1
- package/containers/QuotesListTable.js.map +1 -1
- package/containers/RequestNegotiableQuoteForm.js +1 -1
- package/containers/RequestNegotiableQuoteForm.js.map +1 -1
- package/containers/index.d.ts +0 -4
- package/data/models/negotiable-quote-template-model.d.ts +1 -1
- package/i18n/en_US.json.d.ts +4 -32
- package/package.json +1 -1
- package/render.js +3 -2
- package/render.js.map +1 -1
- package/utils/dateUtils.d.ts +2 -7
- package/chunks/ItemsQuotedTemplate.js +0 -4
- package/chunks/ItemsQuotedTemplate.js.map +0 -1
- package/chunks/QuoteCommentsList3.js +0 -4
- package/chunks/QuoteCommentsList3.js.map +0 -1
- package/chunks/QuoteHistoryLog3.js +0 -4
- package/chunks/QuoteHistoryLog3.js.map +0 -1
- package/chunks/QuotePricesSummary.js +0 -4
- package/chunks/QuotePricesSummary.js.map +0 -1
- package/chunks/QuoteTemplateCommentsList.js +0 -4
- package/chunks/QuoteTemplateCommentsList.js.map +0 -1
- package/chunks/QuoteTemplateHistoryLog.js +0 -4
- package/chunks/QuoteTemplateHistoryLog.js.map +0 -1
- package/chunks/TabbedContent.js +0 -4
- package/chunks/TabbedContent.js.map +0 -1
- package/chunks/transform-quote.js +0 -4
- package/chunks/transform-quote.js.map +0 -1
- package/components/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +0 -22
- package/components/ManageNegotiableQuoteTemplate/__fixtures__/ManageNegotiableQuoteTemplateProps.d.ts +0 -4
- package/components/ManageNegotiableQuoteTemplate/index.d.ts +0 -11
- package/containers/ItemsQuotedTemplate/ItemsQuotedTemplate.d.ts +0 -19
- package/containers/ItemsQuotedTemplate/index.d.ts +0 -11
- package/containers/ItemsQuotedTemplate.d.ts +0 -3
- package/containers/ItemsQuotedTemplate.js +0 -4
- package/containers/ItemsQuotedTemplate.js.map +0 -1
- package/containers/ManageNegotiableQuoteTemplate/ManageNegotiableQuoteTemplate.d.ts +0 -54
- package/containers/ManageNegotiableQuoteTemplate/index.d.ts +0 -11
- package/containers/ManageNegotiableQuoteTemplate.d.ts +0 -3
- package/containers/ManageNegotiableQuoteTemplate.js +0 -4
- package/containers/ManageNegotiableQuoteTemplate.js.map +0 -1
- package/containers/QuoteTemplateCommentsList/QuoteTemplateCommentsList.d.ts +0 -9
- package/containers/QuoteTemplateCommentsList/index.d.ts +0 -11
- package/containers/QuoteTemplateCommentsList.d.ts +0 -3
- package/containers/QuoteTemplateCommentsList.js +0 -4
- package/containers/QuoteTemplateCommentsList.js.map +0 -1
- package/containers/QuoteTemplateHistoryLog/QuoteTemplateHistoryLog.d.ts +0 -9
- package/containers/QuoteTemplateHistoryLog/index.d.ts +0 -11
- package/containers/QuoteTemplateHistoryLog.d.ts +0 -3
- package/containers/QuoteTemplateHistoryLog.js +0 -4
- package/containers/QuoteTemplateHistoryLog.js.map +0 -1
- package/data/models/__fixtures__/negotiableQuoteTemplateModel.d.ts +0 -4
|
@@ -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 './ItemsQuotedTemplate';
|
|
10
|
-
export { ItemsQuotedTemplate as default } from './ItemsQuotedTemplate';
|
|
11
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -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,4 +0,0 @@
|
|
|
1
|
-
/*! Copyright 2025 Adobe
|
|
2
|
-
All Rights Reserved. */
|
|
3
|
-
import{jsx as t,jsxs as r}from"@dropins/tools/preact-jsx-runtime.js";import{useState as v,useEffect as R,useMemo as l}from"@dropins/tools/preact-compat.js";import{classes as n,VComponent as i,Slot as o}from"@dropins/tools/lib.js";import{f as M}from"../chunks/dateUtils.js";import{events as D}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 w}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 S}from"@dropins/tools/i18n.js";import"../chunks/QuotePricesSummary.js";import"../chunks/QuoteCommentsList.js";import"../chunks/QuoteHistoryLog.js";const O=({className:e,loading:L,templateName:a,templateId:p,banner:b,details:h,actionBar:m,referenceDocuments:d,referenceDocumentsTitle:g,itemsTable:T,commentsTitle:q,comments:f,historyLogTitle:_,historyLog:N,footer:y,...x})=>L?t(j,{}):r("div",{...x,className:n(["quote-management-manage-negotiable-quote-template",e]),children:[r("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"])}),p&&t(i,{node:p,className:n(["quote-management-manage-negotiable-quote-template__template-id"])})]}),b&&t(i,{node:b,className:n(["quote-management-manage-negotiable-quote-template__banner"])}),h&&t(i,{node:h,className:n(["quote-management-manage-negotiable-quote-template__details"])}),m&&t(i,{node:m,className:n(["quote-management-manage-negotiable-quote-template__action-bar"])}),(g||d)&&r("div",{"data-testid":"reference-documents-container",className:n(["quote-management-manage-negotiable-quote-template__reference-documents-container"]),children:[g&&t(i,{node:g,className:n(["quote-management-manage-negotiable-quote-template__reference-documents-title"])}),d&&t(i,{node:d,className:n(["quote-management-manage-negotiable-quote-template__reference-documents"])})]}),T&&t(i,{node:T,className:n(["quote-management-manage-negotiable-quote-template__items-table"])}),r("div",{"data-testid":"comments-container",className:n(["quote-management-manage-negotiable-quote-template__comments-container"]),children:[q&&t(i,{node:q,className:n(["quote-management-manage-negotiable-quote-template__comments-title"])}),f&&t(i,{node:f,className:n(["quote-management-manage-negotiable-quote-template__comments"])})]}),r("div",{"data-testid":"history-log-container",className:n(["quote-management-manage-negotiable-quote-template__history-log-container"]),children:[_&&t(i,{node:_,className:n(["quote-management-manage-negotiable-quote-template__history-log-title"])}),N&&t(i,{node:N,className:n(["quote-management-manage-negotiable-quote-template__history-log"])})]}),y&&t(i,{node:y,className:n(["quote-management-manage-negotiable-quote-template__footer"])})]}),j=()=>r(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"})]}),oe=({slots:e,...L})=>{const[a,p]=v(void 0),[b,h]=v(!0),m=S({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"});R(()=>{const c=D.on("quote-management/quote-template-data",Q=>{Q.quoteTemplate&&(p(Q.quoteTemplate),h(!1))},{eager:!0});return()=>c==null?void 0:c.off()},[]);const d=l(()=>t(o,{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]),g=l(()=>t(o,{name:"TemplateId",slot:e==null?void 0:e.TemplateId,context:{templateId:a==null?void 0:a.uid,templateData:a},children:r("div",{"data-testid":"template-id",children:["Template #",a==null?void 0:a.uid]})}),[e==null?void 0:e.TemplateId,a]),T=l(()=>{if(!a)return null;const c=a.expirationDate?M(a.expirationDate,"short"):void 0;return r(o,{name:"Details",slot:e==null?void 0:e.Details,context:{templateData:a},children:[r("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}),r("span",{className:"quote-management-manage-negotiable-quote-template__detail-content","data-testid":"created-value",children:[M(a.createdAt,"short")," (",a.buyer.firstname," ",a.buyer.lastname,")"]})]}),r("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})]}),c&&r("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:c})]})]})},[e==null?void 0:e.Details,m,a]),q=l(()=>{if(!(!(a!=null&&a.referenceDocuments)||a.referenceDocuments.length===0))return t(o,{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]),f=l(()=>{if(!(!(a!=null&&a.referenceDocuments)||a.referenceDocuments.length===0))return t(o,{name:"ReferenceDocuments",slot:e==null?void 0:e.ReferenceDocuments,context:{templateData:a},children:t("ul",{"data-testid":"reference-documents",children:a.referenceDocuments.map(c=>t("li",{children:t("a",{href:c.url,target:"_blank",rel:"noopener noreferrer",children:c.name})},c.uid))})})},[e==null?void 0:e.ReferenceDocuments,a]),_=l(()=>t(o,{name:"ItemsTable",slot:e==null?void 0:e.ItemsTable,context:{templateData:a},children:t(w,{tabs:new Map([["items-quoted",m.itemsQuotedTab],["comments",m.commentsTab],["history-log",m.historyLogTab]]),tabsContent:new Map([["items-quoted",t(o,{name:"ItemsQuotedTab",slot:e==null?void 0:e.ItemsQuotedTab,context:{templateData:a},children:t(W,{templateData:a})},"items-quoted")],["comments",t(o,{name:"CommentsTab",slot:e==null?void 0:e.CommentsTab,context:{templateData:a},children:t(k,{templateData:a})},"comments")],["history-log",t(o,{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]),N=l(()=>t(o,{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]),y=l(()=>t(o,{name:"Comments",slot:e==null?void 0:e.Comments,context:{templateData:a},children:"TODO: Not yet implemented."}),[e==null?void 0:e.Comments,a]),x=l(()=>t(o,{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=l(()=>t(o,{name:"HistoryLog",slot:e==null?void 0:e.HistoryLog,context:{templateData:a},children:"TODO: Not yet implemented."}),[e==null?void 0:e.HistoryLog,a]),I={...L,loading:b,templateName:d,templateId:g,details:T,referenceDocumentsTitle:q,referenceDocuments:f,itemsTable:_,commentsTitle:N,comments:y,historyLogTitle:x,historyLog:C};return t(O,{...I})};export{oe as ManageNegotiableQuoteTemplate,oe 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 Slot,\n SlotProps,\n} from '@adobe-commerce/elsie/lib';\nimport { formattedDate } from '@/quote-management/utils/dateUtils';\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 // Format expiration date if it exists\n const expirationDate = templateData.expirationDate ? formattedDate(templateData.expirationDate, 'short') : undefined;\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 {formattedDate(templateData.createdAt, 'short')} (\n {templateData.buyer.firstname} {templateData.buyer.lastname})\n </span>\n </div>\n\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,\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","expirationDate","formattedDate","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,4 +0,0 @@
|
|
|
1
|
-
/*! Copyright 2025 Adobe
|
|
2
|
-
All Rights Reserved. */
|
|
3
|
-
import{Q as f,Q as l}from"../chunks/QuoteTemplateCommentsList.js";import"@dropins/tools/preact-jsx-runtime.js";import"@dropins/tools/preact-compat.js";import"../chunks/QuoteCommentsList.js";import"@dropins/tools/lib.js";/* empty css */import"@dropins/tools/i18n.js";import"@dropins/tools/event-bus.js";import"../chunks/dateUtils.js";export{f as QuoteTemplateCommentsList,l 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,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":""}
|