b23-lib 3.0.3 → 3.0.5

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 (63) hide show
  1. package/dist/Auth/index.js.map +1 -1
  2. package/dist/Auth/index.mjs +1 -1
  3. package/dist/Classes/Cart.js +1 -1
  4. package/dist/Classes/Cart.js.map +1 -1
  5. package/dist/Classes/Cart.mjs +1 -1
  6. package/dist/Classes/Cart.mjs.map +1 -1
  7. package/dist/Classes/Charge.d.mts +8 -3
  8. package/dist/Classes/Charge.d.ts +8 -3
  9. package/dist/Classes/Charge.js +1 -1
  10. package/dist/Classes/Charge.js.map +1 -1
  11. package/dist/Classes/Charge.mjs +1 -1
  12. package/dist/Classes/Coupon.js.map +1 -1
  13. package/dist/Classes/Coupon.mjs +1 -1
  14. package/dist/Classes/Inventory.js.map +1 -1
  15. package/dist/Classes/Inventory.mjs +1 -1
  16. package/dist/Classes/LineItem.js +1 -1
  17. package/dist/Classes/LineItem.js.map +1 -1
  18. package/dist/Classes/LineItem.mjs +1 -1
  19. package/dist/Classes/Order.js +1 -1
  20. package/dist/Classes/Order.js.map +1 -1
  21. package/dist/Classes/Order.mjs +1 -1
  22. package/dist/Classes/Price.js.map +1 -1
  23. package/dist/Classes/Price.mjs +1 -1
  24. package/dist/Classes/Product.js.map +1 -1
  25. package/dist/Classes/Product.mjs +1 -1
  26. package/dist/Classes/ShoppingContainer.d.mts +1 -7
  27. package/dist/Classes/ShoppingContainer.d.ts +1 -7
  28. package/dist/Classes/ShoppingContainer.js +1 -1
  29. package/dist/Classes/ShoppingContainer.js.map +1 -1
  30. package/dist/Classes/ShoppingContainer.mjs +1 -1
  31. package/dist/Classes/TaxCategory.js.map +1 -1
  32. package/dist/Classes/TaxCategory.mjs +1 -1
  33. package/dist/Classes/TaxRule.d.mts +54 -62
  34. package/dist/Classes/TaxRule.d.ts +54 -62
  35. package/dist/Classes/TaxRule.js +1 -1
  36. package/dist/Classes/TaxRule.js.map +1 -1
  37. package/dist/Classes/TaxRule.mjs +1 -1
  38. package/dist/Classes/TieredPrice.js.map +1 -1
  39. package/dist/Classes/TieredPrice.mjs +1 -1
  40. package/dist/chunk-2HBQ3C6V.mjs +2 -0
  41. package/dist/chunk-2HBQ3C6V.mjs.map +1 -0
  42. package/dist/{chunk-RSMXGZD4.mjs → chunk-2ZQIRKRB.mjs} +2 -2
  43. package/dist/{chunk-RSMXGZD4.mjs.map → chunk-2ZQIRKRB.mjs.map} +1 -1
  44. package/dist/{chunk-PTIPDRB4.mjs → chunk-4KMF3LE7.mjs} +2 -2
  45. package/dist/chunk-4KMF3LE7.mjs.map +1 -0
  46. package/dist/{chunk-IIPG3DTO.mjs → chunk-GF3OGUDE.mjs} +2 -2
  47. package/dist/{chunk-IIPG3DTO.mjs.map → chunk-GF3OGUDE.mjs.map} +1 -1
  48. package/dist/{chunk-U7DES3CI.mjs → chunk-HR5HHV6O.mjs} +2 -2
  49. package/dist/{chunk-U7DES3CI.mjs.map → chunk-HR5HHV6O.mjs.map} +1 -1
  50. package/dist/chunk-SNDTKUMW.mjs +2 -0
  51. package/dist/chunk-SNDTKUMW.mjs.map +1 -0
  52. package/dist/{chunk-6X5O25W5.mjs → chunk-XHGUVYQO.mjs} +2 -2
  53. package/dist/{chunk-6X5O25W5.mjs.map → chunk-XHGUVYQO.mjs.map} +1 -1
  54. package/dist/{chunk-JE7BAYI5.mjs → chunk-Y5D6RHTJ.mjs} +2 -2
  55. package/dist/{chunk-JE7BAYI5.mjs.map → chunk-Y5D6RHTJ.mjs.map} +1 -1
  56. package/dist/index.js.map +1 -1
  57. package/dist/index.mjs +1 -1
  58. package/package.json +1 -1
  59. package/dist/chunk-KKQLCW6A.mjs +0 -2
  60. package/dist/chunk-KKQLCW6A.mjs.map +0 -1
  61. package/dist/chunk-PTIPDRB4.mjs.map +0 -1
  62. package/dist/chunk-XXETAAL4.mjs +0 -2
  63. package/dist/chunk-XXETAAL4.mjs.map +0 -1
@@ -1,2 +1,2 @@
1
- import {a}from'./chunk-IIPG3DTO.mjs';import {b as b$1}from'./chunk-YSUBOEFT.mjs';import {a as a$1}from'./chunk-KKQLCW6A.mjs';import {e}from'./chunk-RSMXGZD4.mjs';import {a as a$2}from'./chunk-JE7BAYI5.mjs';import {a as a$3}from'./chunk-6X5O25W5.mjs';import {b}from'./chunk-6KCJVEZD.mjs';var w=class extends b{id;customerId;customerEmail;anonymousId;lineItems;charges;shippingDetails;shippingAddress;billingAddress;coupons;total;country;currency;locale;constructor(t,s=new Date){super(t,s),this.id=t.id,this.customerId=t.customerId,this.customerEmail=t.customerEmail,this.anonymousId=t.anonymousId,this.country=t.country,this.currency=t.currency,this.locale=t.locale,this.lineItems=(t.lineItems??[]).map(e=>new a(e)),this.charges=(t.charges??[]).map(e=>new a$1(e)),this.billingAddress=t.billingAddress?new b$1(t.billingAddress,s):null,this.shippingAddress=t.shippingAddress?new b$1(t.shippingAddress,s):null,this.coupons=(t.coupons??[]).map(e$1=>new e(e$1)),this.shippingDetails=t.shippingDetails?a$2.deepClone(t.shippingDetails):null,this.total={subtotal:new a$3(t.total.subtotal),netSubtotal:new a$3(t.total.netSubtotal),lineItemTaxTotal:new a$3(t.total.lineItemTaxTotal||{amount:0,currency:t.currency}),lineItemTaxBreakdown:this.mapTaxBreakdown(t.total.lineItemTaxBreakdown||{}),chargesTotal:new a$3(t.total.chargesTotal||{amount:0,currency:t.currency}),shippingCharge:new a$3(t.total.shippingCharge),netShippingCharge:new a$3(t.total.netShippingCharge),chargeTaxTotal:new a$3(t.total.chargeTaxTotal||{amount:0,currency:t.currency}),chargeTaxBreakdown:this.mapTaxBreakdown(t.total.chargeTaxBreakdown||{}),taxTotal:new a$3(t.total.taxTotal),taxBreakdown:this.mapTaxBreakdown(t.total.taxBreakdown),discounts:Object.fromEntries(Object.entries(t.total.discounts).map(([e,o])=>[e,new a$3(o)])),totalDiscount:new a$3(t.total.totalDiscount),grandTotal:new a$3(t.total.grandTotal)};}mapTaxBreakdown(t){return Object.fromEntries(Object.entries(t||{}).map(([s,e])=>[s,{system:e.system,totalAmount:new a$3(e.totalAmount),subSystems:Object.fromEntries(Object.entries(e.subSystems).map(([o,n])=>[o,new a$3(n)]))}]))}serializeTaxBreakdown(t){return Object.fromEntries(Object.entries(t||{}).map(([s,e])=>[s,{system:e.system,totalAmount:e.totalAmount.getDetails(),subSystems:Object.fromEntries(Object.entries(e.subSystems).map(([o,n])=>[o,n.getDetails()]))}]))}getId(){return this.id}getCustomerId(){return this.customerId}getCustomerEmail(){return this.customerEmail}getAnonymousId(){return this.anonymousId}getLineItems(){return this.lineItems.map(t=>new a(t.getDetails()))}getLineItemsCount(){return this.lineItems.length}getCharges(){return this.charges.map(t=>new a$1(t.getDetails()))}addCharge(t){this.charges.push(t),this.calculateTotals();}clearCharges(){this.charges=[],this.calculateTotals();}getShippingDetails(){return this.shippingDetails?{...this.shippingDetails}:null}getShippingAddress(){return this.shippingAddress?new b$1(this.shippingAddress.getDetails()):null}hasShippingAddress(){return !!this.shippingAddress}hasBillingAddress(){return !!this.billingAddress}getBillingAddress(){return this.billingAddress?new b$1(this.billingAddress.getDetails()):null}getCoupons(){return this.coupons}getCountry(){return this.country}getCurrency(){return this.currency}getLocale(){return this.locale}getTotal(){return this.total}getDetails(){let t=this.getTotal();return {...super.getDetails(),id:this.getId(),customerId:this.getCustomerId(),customerEmail:this.getCustomerEmail(),anonymousId:this.getAnonymousId(),lineItems:this.getLineItems().map(s=>s.getDetails()),charges:this.getCharges().map(s=>s.getDetails()),shippingDetails:this.getShippingDetails(),shippingAddress:this.getShippingAddress()?.getDetails()||null,billingAddress:this.getBillingAddress()?.getDetails()||null,coupons:this.getCoupons().map(s=>s.getDetails()),total:{subtotal:t.subtotal.getDetails(),netSubtotal:t.netSubtotal.getDetails(),lineItemTaxTotal:t.lineItemTaxTotal.getDetails(),lineItemTaxBreakdown:this.serializeTaxBreakdown(t.lineItemTaxBreakdown),chargesTotal:t.chargesTotal.getDetails(),shippingCharge:t.shippingCharge.getDetails(),netShippingCharge:t.netShippingCharge.getDetails(),chargeTaxTotal:t.chargeTaxTotal.getDetails(),chargeTaxBreakdown:this.serializeTaxBreakdown(t.chargeTaxBreakdown),taxTotal:t.taxTotal.getDetails(),taxBreakdown:this.serializeTaxBreakdown(t.taxBreakdown),discounts:Object.fromEntries(Object.entries(t.discounts).map(([s,e])=>[s,e.getDetails()])),totalDiscount:t.totalDiscount.getDetails(),grandTotal:t.grandTotal.getDetails()},country:this.getCountry(),currency:this.getCurrency(),locale:this.getLocale()}}calculateTotals(){let t=new a$3({amount:0,currency:this.currency}),s=this.lineItems.filter(i=>i.getState()!=="CANCELLED"),e=s.reduce((i,a)=>i.add(a.getTotal().subtotal),t),o=s.reduce((i,a)=>i.add(a.getTotal().netSubtotal),t),n=this.charges.filter(i=>i.getChargeType()==="SHIPPING").reduce((i,a)=>i.add(a.getTotal().price),t),u=t,d={},g={};this.coupons.forEach(i=>{let a=i.calculateApplicableCouponDiscount(e,n,this.country,this.currency);u=u.add(a),d[i.getCode()]=a,i.getCategory()!=="SHIPPING"&&(g[i.getCode()]=a);}),this.applyDiscountsInLineItem(g);let l=this.coupons.find(i=>i.getCategory()==="SHIPPING");l&&this.applyDiscuountsInShippingCharges({[l.getCode()]:d[l.getCode()]||t});let p=this.charges.reduce((i,a)=>i.add(a.getTotal().grandTotal),t),m=this.charges.filter(i=>i.getChargeType()==="SHIPPING").reduce((i,a)=>i.add(a.getTotal().grandTotal),t),y=t,x=t,D=t,h={},M={},A={},S=(i,a)=>{Object.entries(i).forEach(([R,T])=>{let r=T.system,C=T.subSystem;a[r]||(a[r]={system:r,totalAmount:t,subSystems:{}}),a[r].subSystems[C]?a[r].subSystems[C]=a[r].subSystems[C].add(T.amount):a[r].subSystems[C]=T.amount,a[r].totalAmount=a[r].totalAmount.add(T.amount),h[r]||(h[r]={system:r,totalAmount:t,subSystems:{}}),h[r].subSystems[C]?h[r].subSystems[C]=h[r].subSystems[C].add(T.amount):h[r].subSystems[C]=T.amount,h[r].totalAmount=h[r].totalAmount.add(T.amount);});};s.forEach(i=>{let a=i.getTotal().taxBreakdown;a&&(S(a,M),S(a,h),x=x.add(i.getTotal().taxTotal));}),this.charges.forEach(i=>{let a=i.getTotal().taxBreakdown;a&&(S(a,A),S(a,h),D=D.add(i.getTotal().taxTotal));}),y=x.add(D);let E=o.add(x).add(p);this.total={subtotal:e,netSubtotal:o,lineItemTaxTotal:x,lineItemTaxBreakdown:M,chargesTotal:p,shippingCharge:n,netShippingCharge:m,chargeTaxTotal:D,chargeTaxBreakdown:A,taxTotal:y,taxBreakdown:h,discounts:d,totalDiscount:u,grandTotal:E};}updateShippingDetails(t){this.shippingDetails=t,this.calculateTotals();}applyCoupons(t){let s=t.filter(o=>o.getCategory()==="SHIPPING"),e=t.filter(o=>o.getCategory()!=="SHIPPING");this.coupons=[],this.total.totalDiscount=this.total.subtotal.zero(),this.total.discounts={},e.length&&this.applyNonShippingCoupons(e),this.applyDiscountsInLineItem(this.total.discounts),s.length&&this.applyShippingCoupons(s),this.calculateTotals();}applyDiscountsInLineItem(t){let s=Array.from(Object.entries(t)).filter(o=>!o[1].isZero()),e=new Map;this.lineItems.forEach(o=>e.set(o.getId(),[])),s.forEach(([o,n])=>{let u=this.coupons.find(l=>l.getCode()===o);if(!u||n.isZero())return;let d=this.lineItems.filter(l=>l.getState()!=="CANCELLED"&&!l.getTotal().subtotal.isZero()).sort((l,p)=>l.getTotal().subtotal.compareTo(p.getTotal().subtotal)),g=new a$3({amount:0,currency:this.currency});d.forEach((l,p)=>{let m;p===d.length-1?m=n.subtract(g):m=n.multiply(l.getTotal().subtotal).divide(this.total.subtotal).round(),g=g.add(m),e.get(l.getId())?.push({coupon:u,amount:m});});}),this.lineItems.forEach(o=>{o.getState()==="CANCELLED"||this.total.subtotal.isZero()?o.updateDiscounts([]):o.updateDiscounts(e.get(o.getId())||[]);});}applyDiscuountsInShippingCharges(t){let s=Array.from(Object.entries(t)).filter(n=>!n[1].isZero()),e=this.charges.filter(n=>n.getChargeType()==="SHIPPING"),o=new Map;e.forEach(n=>o.set(n.getId(),[])),s.forEach(([n,u])=>{let d=this.coupons.find(p=>p.getCode()===n);if(!d||u.isZero())return;let g=e.sort((p,m)=>p.getTotal().grandTotal.compareTo(m.getTotal().grandTotal)),l=new a$3({amount:0,currency:this.currency});g.forEach((p,m)=>{let y;m===g.length-1?y=u.subtract(l):y=u.multiply(p.getTotal().grandTotal).divide(this.total.subtotal).round(),l=l.add(y),o.get(p.getId())?.push({coupon:d,amount:y});});}),e.forEach(n=>{n.updateDiscounts(o.get(n.getId())||[]);});}updateTax(t,s={}){this.lineItems.forEach(e=>{let o=t[e.getId()];o&&e.updateTax(o);}),this.charges.forEach(e=>{let o=s[e.getId()];o&&e.updateTax(o);}),this.calculateTotals();}applyNonShippingCoupons(t){let s=t.filter(e=>e.getType()==="coupon");if(s.length===1){let e=s[0].calculateApplicableCouponDiscount(this.total.subtotal,this.total.shippingCharge,this.country,this.currency);e.getAmount()>0&&(this.coupons.push(s[0]),this.total.discounts[s[0].getCode()]=e,this.total.totalDiscount=e);}}applyShippingCoupons(t){if(this.total.shippingCharge.getAmount()>0&&t.length>0){let s=this.total.subtotal.subtract(this.total.totalDiscount),e=t.reduce((n,u)=>{if(!n)return u;let d=u.calculateApplicableCouponDiscount(s,this.total.shippingCharge,this.country,this.currency).min(this.total.shippingCharge),g=n.calculateApplicableCouponDiscount(s,this.total.shippingCharge,this.country,this.currency).min(this.total.shippingCharge);return d===g?u.getType()==="coupon"?u:n:d.compareTo(g)>0?u:n}),o=e.calculateApplicableCouponDiscount(s,this.total.shippingCharge,this.country,this.currency).min(this.total.shippingCharge);o.getAmount()>0&&(this.coupons.push(e),this.total.discounts[e.getCode()]=o,this.total.totalDiscount=this.total.totalDiscount.add(o),this.total.netShippingCharge=this.total.shippingCharge.subtract(o));}}};export{w as a};//# sourceMappingURL=chunk-PTIPDRB4.mjs.map
2
- //# sourceMappingURL=chunk-PTIPDRB4.mjs.map
1
+ import {e}from'./chunk-2ZQIRKRB.mjs';import {a}from'./chunk-GF3OGUDE.mjs';import {b as b$1}from'./chunk-YSUBOEFT.mjs';import {a as a$1}from'./chunk-SNDTKUMW.mjs';import {a as a$2}from'./chunk-Y5D6RHTJ.mjs';import {a as a$3}from'./chunk-XHGUVYQO.mjs';import {b}from'./chunk-6KCJVEZD.mjs';var f=class extends b{id;customerId;customerEmail;anonymousId;lineItems;charges;shippingDetails;shippingAddress;billingAddress;coupons;total;country;currency;locale;constructor(t,o=new Date){super(t,o),this.id=t.id,this.customerId=t.customerId,this.customerEmail=t.customerEmail,this.anonymousId=t.anonymousId,this.country=t.country,this.currency=t.currency,this.locale=t.locale,this.lineItems=(t.lineItems??[]).map(e=>new a(e)),this.charges=(t.charges??[]).map(e=>new a$1(e)),this.billingAddress=t.billingAddress?new b$1(t.billingAddress,o):null,this.shippingAddress=t.shippingAddress?new b$1(t.shippingAddress,o):null,this.coupons=(t.coupons??[]).map(e$1=>new e(e$1)),this.shippingDetails=t.shippingDetails?a$2.deepClone(t.shippingDetails):null,this.total={subtotal:new a$3(t.total.subtotal),netSubtotal:new a$3(t.total.netSubtotal),lineItemTaxTotal:new a$3(t.total.lineItemTaxTotal||{amount:0,currency:t.currency}),lineItemTaxBreakdown:this.mapTaxBreakdown(t.total.lineItemTaxBreakdown||{}),chargesTotal:new a$3(t.total.chargesTotal||{amount:0,currency:t.currency}),shippingCharge:new a$3(t.total.shippingCharge),netShippingCharge:new a$3(t.total.netShippingCharge),chargeTaxTotal:new a$3(t.total.chargeTaxTotal||{amount:0,currency:t.currency}),chargeTaxBreakdown:this.mapTaxBreakdown(t.total.chargeTaxBreakdown||{}),taxTotal:new a$3(t.total.taxTotal),taxBreakdown:this.mapTaxBreakdown(t.total.taxBreakdown),discounts:Object.fromEntries(Object.entries(t.total.discounts).map(([e,s])=>[e,new a$3(s)])),totalDiscount:new a$3(t.total.totalDiscount),grandTotal:new a$3(t.total.grandTotal)};}mapTaxBreakdown(t){return Object.fromEntries(Object.entries(t||{}).map(([o,e])=>[o,{system:e.system,totalAmount:new a$3(e.totalAmount),subSystems:Object.fromEntries(Object.entries(e.subSystems).map(([s,n])=>[s,new a$3(n)]))}]))}serializeTaxBreakdown(t){return Object.fromEntries(Object.entries(t||{}).map(([o,e])=>[o,{system:e.system,totalAmount:e.totalAmount.getDetails(),subSystems:Object.fromEntries(Object.entries(e.subSystems).map(([s,n])=>[s,n.getDetails()]))}]))}getId(){return this.id}getCustomerId(){return this.customerId}getCustomerEmail(){return this.customerEmail}getAnonymousId(){return this.anonymousId}getLineItems(){return this.lineItems.map(t=>new a(t.getDetails()))}getLineItemsCount(){return this.lineItems.length}getCharges(){return this.charges.map(t=>new a$1(t.getDetails()))}addCharge(t){this.charges.push(t),this.calculateTotals();}clearCharges(){this.charges=[],this.calculateTotals();}getShippingDetails(){return this.shippingDetails?{...this.shippingDetails}:null}getShippingAddress(){return this.shippingAddress?new b$1(this.shippingAddress.getDetails()):null}hasShippingAddress(){return !!this.shippingAddress}hasBillingAddress(){return !!this.billingAddress}getBillingAddress(){return this.billingAddress?new b$1(this.billingAddress.getDetails()):null}getCoupons(){return this.coupons}getCountry(){return this.country}getCurrency(){return this.currency}getLocale(){return this.locale}getTotal(){return this.total}getDetails(){let t=this.getTotal();return {...super.getDetails(),id:this.getId(),customerId:this.getCustomerId(),customerEmail:this.getCustomerEmail(),anonymousId:this.getAnonymousId(),lineItems:this.getLineItems().map(o=>o.getDetails()),charges:this.getCharges().map(o=>o.getDetails()),shippingDetails:this.getShippingDetails(),shippingAddress:this.getShippingAddress()?.getDetails()||null,billingAddress:this.getBillingAddress()?.getDetails()||null,coupons:this.getCoupons().map(o=>o.getDetails()),total:{subtotal:t.subtotal.getDetails(),netSubtotal:t.netSubtotal.getDetails(),lineItemTaxTotal:t.lineItemTaxTotal.getDetails(),lineItemTaxBreakdown:this.serializeTaxBreakdown(t.lineItemTaxBreakdown),chargesTotal:t.chargesTotal.getDetails(),shippingCharge:t.shippingCharge.getDetails(),netShippingCharge:t.netShippingCharge.getDetails(),chargeTaxTotal:t.chargeTaxTotal.getDetails(),chargeTaxBreakdown:this.serializeTaxBreakdown(t.chargeTaxBreakdown),taxTotal:t.taxTotal.getDetails(),taxBreakdown:this.serializeTaxBreakdown(t.taxBreakdown),discounts:Object.fromEntries(Object.entries(t.discounts).map(([o,e])=>[o,e.getDetails()])),totalDiscount:t.totalDiscount.getDetails(),grandTotal:t.grandTotal.getDetails()},country:this.getCountry(),currency:this.getCurrency(),locale:this.getLocale()}}calculateTotals(){let t=new a$3({amount:0,currency:this.currency}),o=this.lineItems.filter(i=>i.getState()!=="CANCELLED"),e=o.reduce((i,a)=>i.add(a.getTotal().subtotal),t),s=o.reduce((i,a)=>i.add(a.getTotal().netSubtotal),t),n=this.charges.filter(i=>i.getChargeType()==="SHIPPING").reduce((i,a)=>i.add(a.getTotal().price),t),u=t,g={},d={};this.coupons.forEach(i=>{let a=i.calculateApplicableCouponDiscount(e,n,this.country,this.currency);u=u.add(a),g[i.getCode()]=a,i.getCategory()!=="SHIPPING"&&(d[i.getCode()]=a);}),this.applyDiscountsInLineItem(d);let l=this.coupons.find(i=>i.getCategory()==="SHIPPING");l&&this.applyDiscuountsInShippingCharges({[l.getCode()]:g[l.getCode()]||t});let p=this.charges.reduce((i,a)=>i.add(a.getTotal().grandTotal),t),m=this.charges.filter(i=>i.getChargeType()==="SHIPPING").reduce((i,a)=>i.add(a.getTotal().grandTotal),t),y=t,b=t,D=t,h={},M={},A={},S=(i,a)=>{Object.entries(i).forEach(([R,T])=>{let r=T.system,C=T.subSystem;a[r]||(a[r]={system:r,totalAmount:t,subSystems:{}}),a[r].subSystems[C]?a[r].subSystems[C]=a[r].subSystems[C].add(T.amount):a[r].subSystems[C]=T.amount,a[r].totalAmount=a[r].totalAmount.add(T.amount),h[r]||(h[r]={system:r,totalAmount:t,subSystems:{}}),h[r].subSystems[C]?h[r].subSystems[C]=h[r].subSystems[C].add(T.amount):h[r].subSystems[C]=T.amount,h[r].totalAmount=h[r].totalAmount.add(T.amount);});};o.forEach(i=>{let a=i.getTotal().taxBreakdown;a&&(S(a,M),S(a,h),b=b.add(i.getTotal().taxTotal));}),this.charges.forEach(i=>{let a=i.getTotal().taxBreakdown;a&&(S(a,A),S(a,h),D=D.add(i.getTotal().taxTotal));}),y=b.add(D);let E=s.add(b).add(p);this.total={subtotal:e,netSubtotal:s,lineItemTaxTotal:b,lineItemTaxBreakdown:M,chargesTotal:p,shippingCharge:n,netShippingCharge:m,chargeTaxTotal:D,chargeTaxBreakdown:A,taxTotal:y,taxBreakdown:h,discounts:g,totalDiscount:u,grandTotal:E};}updateShippingDetails(t){this.shippingDetails=t,this.calculateTotals();}applyCoupons(t){let o=t.filter(s=>s.getCategory()==="SHIPPING"),e=t.filter(s=>s.getCategory()!=="SHIPPING");this.coupons=[],this.total.totalDiscount=this.total.subtotal.zero(),this.total.discounts={},e.length&&this.applyNonShippingCoupons(e),this.applyDiscountsInLineItem(this.total.discounts),o.length&&this.applyShippingCoupons(o),this.calculateTotals();}applyDiscountsInLineItem(t){let o=Array.from(Object.entries(t)).filter(s=>!s[1].isZero()),e=new Map;this.lineItems.forEach(s=>e.set(s.getId(),[])),o.forEach(([s,n])=>{let u=this.coupons.find(l=>l.getCode()===s);if(!u||n.isZero())return;let g=this.lineItems.filter(l=>l.getState()!=="CANCELLED"&&!l.getTotal().subtotal.isZero()).sort((l,p)=>l.getTotal().subtotal.compareTo(p.getTotal().subtotal)),d=new a$3({amount:0,currency:this.currency});g.forEach((l,p)=>{let m;p===g.length-1?m=n.subtract(d):m=n.multiply(l.getTotal().subtotal).divide(this.total.subtotal).round(),d=d.add(m),e.get(l.getId())?.push({coupon:u,amount:m});});}),this.lineItems.forEach(s=>{s.getState()==="CANCELLED"||this.total.subtotal.isZero()?s.updateDiscounts([]):s.updateDiscounts(e.get(s.getId())||[]);});}applyDiscuountsInShippingCharges(t){let o=Array.from(Object.entries(t)).filter(n=>!n[1].isZero()),e=this.charges.filter(n=>n.getChargeType()==="SHIPPING"),s=new Map;e.forEach(n=>s.set(n.getId(),[])),o.forEach(([n,u])=>{let g=this.coupons.find(p=>p.getCode()===n);if(!g||u.isZero())return;let d=e.sort((p,m)=>p.getTotal().grandTotal.compareTo(m.getTotal().grandTotal)),l=new a$3({amount:0,currency:this.currency});d.forEach((p,m)=>{let y;m===d.length-1?y=u.subtract(l):y=u.multiply(p.getTotal().grandTotal).divide(this.total.subtotal).round(),l=l.add(y),s.get(p.getId())?.push({coupon:g,amount:y});});}),e.forEach(n=>{n.updateDiscounts(s.get(n.getId())||[]);});}applyNonShippingCoupons(t){let o=t.filter(e=>e.getType()==="coupon");if(o.length===1){let e=o[0].calculateApplicableCouponDiscount(this.total.subtotal,this.total.shippingCharge,this.country,this.currency);e.getAmount()>0&&(this.coupons.push(o[0]),this.total.discounts[o[0].getCode()]=e,this.total.totalDiscount=e);}}applyShippingCoupons(t){if(this.total.shippingCharge.getAmount()>0&&t.length>0){let o=this.total.subtotal.subtract(this.total.totalDiscount),e=t.reduce((n,u)=>{if(!n)return u;let g=u.calculateApplicableCouponDiscount(o,this.total.shippingCharge,this.country,this.currency).min(this.total.shippingCharge),d=n.calculateApplicableCouponDiscount(o,this.total.shippingCharge,this.country,this.currency).min(this.total.shippingCharge);return g===d?u.getType()==="coupon"?u:n:g.compareTo(d)>0?u:n}),s=e.calculateApplicableCouponDiscount(o,this.total.shippingCharge,this.country,this.currency).min(this.total.shippingCharge);s.getAmount()>0&&(this.coupons.push(e),this.total.discounts[e.getCode()]=s,this.total.totalDiscount=this.total.totalDiscount.add(s),this.total.netShippingCharge=this.total.shippingCharge.subtract(s));}}};export{f as a};//# sourceMappingURL=chunk-4KMF3LE7.mjs.map
2
+ //# sourceMappingURL=chunk-4KMF3LE7.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Classes/ShoppingContainer.ts"],"names":["BaseShoppingContainerModel","BaseModel","data","date","item","LineItemModel","charge","ChargeModel","AddressModel","coupon","CouponModel","Utils_default","PriceModel","key","value","breakdown","systemKey","systemValue","subKey","subValue","totals","zero","filteredLineItems","lineitem","subTotal","total","lineItem","netSubtotal","shippingCharge","totalDiscount","discounts","nonShippingCouponTotal","couponValue","shippingCoupon","chargesTotal","netShippingCharge","taxTotal","lineItemTaxTotal","chargeTaxTotal","taxBreakdown","lineItemTaxBreakdown","chargeTaxBreakdown","mergeTax","sourceBreakdown","targetBreakdown","ruleId","system","subsystem","lineItemTaxes","chargeTaxes","grandTotal","shippingDetails","applicableCoupons","shippingCoupons","otherCoupons","couponTotal","couponDiscounts","couponDiscount","itemDiscounts","li","code","c","validItems","a","b","distributed","index","amount","shippingCharges","chargeDiscounts","validCharges","coupons","subTotalWithCouponDiscount","maxValuedCoupon","maxCoupon","currentCoupon","currentCouponValue","maxCouponValue"],"mappings":"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","file":"chunk-4KMF3LE7.mjs","sourcesContent":["import BaseModel, { BaseAttributes, BaseData } from \"./Base\";\r\nimport AddressModel, { AddressData } from \"./Address\";\r\nimport LineItemModel, { LineItemData, LineItemTaxBreakdown, LineItemTaxBreakdownModel } from \"./LineItem\";\r\nimport { CountryCode, CurrencyCode, LocaleCode, ShippingDetails } from \"./Common\";\r\nimport PriceModel, { PriceData } from \"./Price\";\r\nimport CouponModel, { CouponCategory, CouponData, CouponType } from \"./Coupon\";\r\nimport Utils from \"../Utils\";\r\nimport { ChargeType, LineItemState, TaxSystem } from \"./Enum\";\r\nimport { FixedTaxRuleModel, TaxRuleModel } from \"./TaxRule\";\r\nimport ChargeModel, { ChargeData, ChargeTaxBreakdownModel } from \"./Charge\";\r\n\r\n/**\r\n * Breakdown of a specific tax system (e.g., GST, VAT) for the entire container.\r\n * Groups taxes by system and then by specific rule/subsystem.\r\n */\r\nexport type TaxSystemBreakdown = {\r\n /** Name of the tax system (e.g., GST) */\r\n system: TaxSystem;\r\n /** Total tax amount collected for this system across all line items and charges */\r\n totalAmount: PriceData;\r\n /** Detailed breakdown by rule/subsystem to total tax amount (e.g., CGST, SGST) */\r\n subSystems: Record<string, PriceData>;\r\n};\r\n\r\n/**\r\n * Internal model for tax system breakdown using PriceModel instances.\r\n */\r\nexport type TaxSystemBreakdownModel = {\r\n system: TaxSystem;\r\n totalAmount: PriceModel;\r\n subSystems: Record<string, PriceModel>;\r\n};\r\n\r\nexport type ShoppingContainerTaxBreakdownModel = Record<string, TaxSystemBreakdownModel>;\r\n\r\n/**\r\n * Comprehensive totals for a shopping container, logically grouped by source.\r\n */\r\nexport type ShoppingContainerTotal = {\r\n // --- Item Totals ---\r\n /** Sum of all line item prices before any discounts or taxes */\r\n subtotal: PriceData;\r\n /** Total item subtotal after item-level discounts have been applied (taxable base for items) */\r\n netSubtotal: PriceData;\r\n /** Total tax collected specifically from line items */\r\n lineItemTaxTotal: PriceData;\r\n /** Granular tax breakdown for all line items */\r\n lineItemTaxBreakdown: Record<string, TaxSystemBreakdown>;\r\n\r\n // --- Charge Totals ---\r\n /** Sum of all extra charges (shipping, processing, etc.) before tax */\r\n chargesTotal: PriceData;\r\n /** Specifically the shipping portion of charges */\r\n shippingCharge: PriceData;\r\n /** Shipping cost after any shipping-specific discounts */\r\n netShippingCharge: PriceData;\r\n /** Total tax collected specifically from charges */\r\n chargeTaxTotal: PriceData;\r\n /** Granular tax breakdown for all charges */\r\n chargeTaxBreakdown: Record<string, TaxSystemBreakdown>;\r\n\r\n // --- Aggregate Totals ---\r\n /** Combined total tax (lineItemTaxTotal + chargeTaxTotal) */\r\n taxTotal: PriceData;\r\n /** Combined granular tax breakdown for the entire container */\r\n taxBreakdown: Record<string, TaxSystemBreakdown>;\r\n /** Map of applied coupon codes to their calculated discount amounts */\r\n discounts: Record<string, PriceData>;\r\n /** Sum of all coupon discounts applied to the container */\r\n totalDiscount: PriceData;\r\n /** Final total amount to be paid (NetSubtotal + ChargesTotal + TaxTotal - (any remaining discounts)) */\r\n grandTotal: PriceData;\r\n};\r\n\r\n/**\r\n * Internal model version of ShoppingContainerTotal using PriceModel instances.\r\n */\r\nexport type ShoppingContainerTotalModel = {\r\n subtotal: PriceModel;\r\n netSubtotal: PriceModel;\r\n lineItemTaxTotal: PriceModel;\r\n lineItemTaxBreakdown: Record<string, TaxSystemBreakdownModel>;\r\n\r\n chargesTotal: PriceModel;\r\n shippingCharge: PriceModel;\r\n netShippingCharge: PriceModel;\r\n chargeTaxTotal: PriceModel;\r\n chargeTaxBreakdown: Record<string, TaxSystemBreakdownModel>;\r\n\r\n taxTotal: PriceModel;\r\n taxBreakdown: Record<string, TaxSystemBreakdownModel>;\r\n discounts: Record<string, PriceModel>;\r\n totalDiscount: PriceModel;\r\n grandTotal: PriceModel;\r\n};\r\n\r\n\r\nexport type BaseShoppingContainerAttributes = BaseAttributes & {\r\n id: string;\r\n customerId?: string;\r\n customerEmail?: string;\r\n anonymousId?: string;\r\n lineItems: LineItemData[];\r\n charges: ChargeData[];\r\n shippingDetails: ShippingDetails | null;\r\n shippingAddress?: AddressData | null;\r\n billingAddress?: AddressData | null;\r\n coupons: CouponData[];\r\n total: ShoppingContainerTotal;\r\n country: CountryCode;\r\n currency: CurrencyCode;\r\n locale: LocaleCode;\r\n};\r\n\r\nexport type BaseShoppingContainerData = BaseShoppingContainerAttributes & BaseData\r\n\r\n\r\n/**\r\n * Abstract base class for shopping-related containers like carts and orders.\r\n * Manages common elements such as line items, addresses, coupons, and totals.\r\n */\r\nexport default abstract class BaseShoppingContainerModel extends BaseModel {\r\n protected id: string;\r\n protected customerId?: string;\r\n protected customerEmail?: string;\r\n protected anonymousId?: string;\r\n protected lineItems: LineItemModel[];\r\n protected charges: ChargeModel[];\r\n protected shippingDetails: ShippingDetails | null;\r\n protected shippingAddress: AddressModel | null;\r\n protected billingAddress: AddressModel | null;\r\n\r\n // CouponsCodes\r\n protected coupons: CouponModel[];\r\n\r\n // Cart Totals\r\n protected total: ShoppingContainerTotalModel;\r\n\r\n protected country: CountryCode;\r\n protected currency: CurrencyCode;\r\n protected locale: LocaleCode;\r\n\r\n /**\r\n * Creates an instance of BaseShoppingContainerModel.\r\n * Initializes common properties and calculates initial base totals.\r\n * @param data - The initial attributes for the shopping container.\r\n * @param date - Optional date object for setting creation/modification times (defaults to now).\r\n */\r\n constructor(data: BaseShoppingContainerAttributes, date: Date = new Date()) {\r\n super(data, date);\r\n this.id = data.id;\r\n this.customerId = data.customerId;\r\n this.customerEmail = data.customerEmail;\r\n this.anonymousId = data.anonymousId;\r\n this.country = data.country;\r\n this.currency = data.currency;\r\n this.locale = data.locale;\r\n this.lineItems = (data.lineItems ?? []).map(item => new LineItemModel(item));\r\n this.charges = (data.charges ?? []).map(charge => new ChargeModel(charge));\r\n this.billingAddress = data.billingAddress ? new AddressModel(data.billingAddress, date) : null;\r\n this.shippingAddress = data.shippingAddress ? new AddressModel(data.shippingAddress, date) : null;\r\n this.coupons = (data.coupons ?? []).map(coupon => new CouponModel(coupon));\r\n\r\n this.shippingDetails = data.shippingDetails ? Utils.deepClone(data.shippingDetails) : null;\r\n\r\n this.total = {\r\n subtotal: new PriceModel(data.total.subtotal),\r\n netSubtotal: new PriceModel(data.total.netSubtotal),\r\n lineItemTaxTotal: new PriceModel(data.total.lineItemTaxTotal || { amount: 0, currency: data.currency }),\r\n lineItemTaxBreakdown: this.mapTaxBreakdown(data.total.lineItemTaxBreakdown || {}),\r\n\r\n chargesTotal: new PriceModel(data.total.chargesTotal || { amount: 0, currency: data.currency }),\r\n shippingCharge: new PriceModel(data.total.shippingCharge),\r\n netShippingCharge: new PriceModel(data.total.netShippingCharge),\r\n chargeTaxTotal: new PriceModel(data.total.chargeTaxTotal || { amount: 0, currency: data.currency }),\r\n chargeTaxBreakdown: this.mapTaxBreakdown(data.total.chargeTaxBreakdown || {}),\r\n\r\n taxTotal: new PriceModel(data.total.taxTotal),\r\n taxBreakdown: this.mapTaxBreakdown(data.total.taxBreakdown),\r\n discounts: Object.fromEntries(\r\n Object.entries(data.total.discounts).map(([key, value]) => [key, new PriceModel(value)])\r\n ),\r\n totalDiscount: new PriceModel(data.total.totalDiscount),\r\n grandTotal: new PriceModel(data.total.grandTotal),\r\n };\r\n }\r\n\r\n private mapTaxBreakdown(breakdown: Record<string, TaxSystemBreakdown>): Record<string, TaxSystemBreakdownModel> {\r\n return Object.fromEntries(\r\n Object.entries(breakdown || {}).map(([systemKey, systemValue]) => [\r\n systemKey,\r\n {\r\n system: systemValue.system,\r\n totalAmount: new PriceModel(systemValue.totalAmount),\r\n subSystems: Object.fromEntries(\r\n Object.entries(systemValue.subSystems).map(([subKey, subValue]) => [\r\n subKey,\r\n new PriceModel(subValue)\r\n ])\r\n )\r\n }\r\n ])\r\n );\r\n }\r\n\r\n private serializeTaxBreakdown(breakdown: Record<string, TaxSystemBreakdownModel>): Record<string, TaxSystemBreakdown> {\r\n return Object.fromEntries(\r\n Object.entries(breakdown || {}).map(([systemKey, systemValue]) => [\r\n systemKey,\r\n {\r\n system: systemValue.system,\r\n totalAmount: systemValue.totalAmount.getDetails(),\r\n subSystems: Object.fromEntries(\r\n Object.entries(systemValue.subSystems).map(([subKey, subValue]) => [\r\n subKey,\r\n subValue.getDetails()\r\n ])\r\n )\r\n }\r\n ])\r\n );\r\n }\r\n\r\n /**\r\n * Gets the unique identifier for this shopping container (cart ID or order ID).\r\n * @returns The ID string.\r\n */\r\n public getId(): string {\r\n return this.id;\r\n }\r\n\r\n /**\r\n * Gets the customer ID associated with this container, if available.\r\n * @returns The customer ID string, or undefined.\r\n */\r\n public getCustomerId(): string | undefined {\r\n return this.customerId;\r\n }\r\n\r\n /**\r\n * Gets the customer email associated with this container, if available.\r\n * @returns The customer email string, or undefined.\r\n */\r\n public getCustomerEmail(): string | undefined {\r\n return this.customerEmail;\r\n }\r\n\r\n /**\r\n * Gets the anonymous user ID associated with this container, if available.\r\n * @returns The anonymous ID string, or undefined.\r\n */\r\n public getAnonymousId(): string | undefined {\r\n return this.anonymousId;\r\n }\r\n\r\n /**\r\n * Gets a defensive copy of the line items in the container.\r\n * Each item is a new LineItemModel instance created from the original's details.\r\n * @returns An array of LineItemModel instances.\r\n */\r\n public getLineItems(): LineItemModel[] {\r\n // Return new instances to prevent modification of internal state\r\n return this.lineItems.map(item => new LineItemModel(item.getDetails()));\r\n }\r\n\r\n /**\r\n * Gets current number of line items in the container.\r\n * @returns The count of line items.\r\n */\r\n public getLineItemsCount(): number {\r\n return this.lineItems.length;\r\n }\r\n\r\n /**\r\n * Gets a defensive copy of the charges in the container.\r\n * @returns An array of ChargeModel instances.\r\n */\r\n public getCharges(): ChargeModel[] {\r\n return this.charges.map(charge => new ChargeModel(charge.getDetails()));\r\n }\r\n\r\n /**\r\n * Adds a new charge to the container and recalculates totals.\r\n * @param charge - The charge to add.\r\n */\r\n public addCharge(charge: ChargeModel): void {\r\n this.charges.push(charge);\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Clears all charges from the container and recalculates totals.\r\n */\r\n public clearCharges(): void {\r\n this.charges = [];\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Gets a copy of the shipping details associated with the container.\r\n * @returns A ShippingDetails object, or null if none are set.\r\n */\r\n public getShippingDetails(): ShippingDetails | null {\r\n // Return a shallow copy if details exist\r\n return this.shippingDetails ? { ...this.shippingDetails } : null;\r\n }\r\n\r\n /**\r\n * Gets a defensive copy of the shipping address associated with the container.\r\n * Returns a new AddressModel instance created from the original's details.\r\n * @returns An AddressModel instance, or null if no shipping address is set.\r\n */\r\n public getShippingAddress(): AddressModel | null {\r\n return this.shippingAddress ? new AddressModel(this.shippingAddress.getDetails()) : null;\r\n }\r\n\r\n /**\r\n * Checks if a shipping address is associated with this container.\r\n * @returns True if a shipping address is set, false otherwise.\r\n */\r\n public hasShippingAddress(): boolean {\r\n return !!this.shippingAddress;\r\n }\r\n\r\n /**\r\n * Checks if a billing address is associated with this container.\r\n * @returns True if a billing address is set, false otherwise.\r\n */\r\n public hasBillingAddress(): boolean {\r\n return !!this.billingAddress;\r\n }\r\n\r\n /**\r\n * Gets a defensive copy of the billing address associated with the container.\r\n * Returns a new AddressModel instance created from the original's details.\r\n * @returns An AddressModel instance, or null if no billing address is set.\r\n */\r\n public getBillingAddress(): AddressModel | null {\r\n return this.billingAddress ? new AddressModel(this.billingAddress.getDetails()) : null;\r\n }\r\n\r\n /**\r\n * Gets a defensive copy of the coupons applied to the container.\r\n * Each item is a new CouponModel instance created from the original's details.\r\n * @returns An array of CouponModel instances.\r\n */\r\n public getCoupons(): CouponModel[] {\r\n return this.coupons;\r\n }\r\n\r\n /**\r\n * Gets the country code associated with this container.\r\n * @returns The CountryCode enum value.\r\n */\r\n public getCountry(): CountryCode {\r\n return this.country;\r\n }\r\n\r\n /**\r\n * Gets the currency code associated with this container.\r\n * @returns The CurrencyCode enum value.\r\n */\r\n public getCurrency(): CurrencyCode {\r\n return this.currency;\r\n }\r\n\r\n /**\r\n * Gets the locale code associated with this container.\r\n * @returns The LocaleCode enum value.\r\n */\r\n public getLocale(): LocaleCode {\r\n return this.locale;\r\n }\r\n\r\n /**\r\n * Gets a defensive copy of the calculated totals for the container.\r\n * @returns An object containing shipping, subtotal, coupon, and grand totals.\r\n */\r\n public getTotal() {\r\n return this.total;\r\n }\r\n\r\n /**\r\n * Gets a plain data object representing the shopping container's current state.\r\n * Includes details from the base model and specific container properties.\r\n * @returns BaseShoppingContainerData object suitable for serialization or API responses.\r\n */\r\n getDetails(): BaseShoppingContainerData {\r\n const totals = this.getTotal();\r\n return {\r\n ...super.getDetails(),\r\n id: this.getId(),\r\n customerId: this.getCustomerId(),\r\n customerEmail: this.getCustomerEmail(),\r\n anonymousId: this.getAnonymousId(),\r\n lineItems: this.getLineItems().map(item => item.getDetails()),\r\n charges: this.getCharges().map(charge => charge.getDetails()),\r\n shippingDetails: this.getShippingDetails(),\r\n shippingAddress: this.getShippingAddress()?.getDetails() || null,\r\n billingAddress: this.getBillingAddress()?.getDetails() || null,\r\n coupons: this.getCoupons().map(coupon => coupon.getDetails()),\r\n total: {\r\n // Item Totals\r\n subtotal: totals.subtotal.getDetails(),\r\n netSubtotal: totals.netSubtotal.getDetails(),\r\n lineItemTaxTotal: totals.lineItemTaxTotal.getDetails(),\r\n lineItemTaxBreakdown: this.serializeTaxBreakdown(totals.lineItemTaxBreakdown),\r\n\r\n // Charge Totals\r\n chargesTotal: totals.chargesTotal.getDetails(),\r\n shippingCharge: totals.shippingCharge.getDetails(),\r\n netShippingCharge: totals.netShippingCharge.getDetails(),\r\n chargeTaxTotal: totals.chargeTaxTotal.getDetails(),\r\n chargeTaxBreakdown: this.serializeTaxBreakdown(totals.chargeTaxBreakdown),\r\n\r\n // Aggregate Totals\r\n taxTotal: totals.taxTotal.getDetails(),\r\n taxBreakdown: this.serializeTaxBreakdown(totals.taxBreakdown),\r\n discounts: Object.fromEntries(\r\n Object.entries(totals.discounts).map(([key, value]) => [key, value.getDetails()])\r\n ),\r\n totalDiscount: totals.totalDiscount.getDetails(),\r\n grandTotal: totals.grandTotal.getDetails(),\r\n },\r\n country: this.getCountry(),\r\n currency: this.getCurrency(),\r\n locale: this.getLocale(),\r\n };\r\n }\r\n\r\n /**\r\n * Recalculates the total costs for the shopping container.\r\n * This includes summing line items, calculating shipping, applying coupons, and computing taxes.\r\n */\r\n public calculateTotals(): void {\r\n const zero = new PriceModel({ amount: 0, currency: this.currency });\r\n \r\n // 1. Calculate LineItem subtotals\r\n const filteredLineItems = this.lineItems.filter(lineitem => lineitem.getState() !== LineItemState.CANCELLED);\r\n const subTotal = filteredLineItems.reduce((total, lineItem) => total.add(lineItem.getTotal().subtotal), zero);\r\n const netSubtotal = filteredLineItems.reduce((total, lineItem) => total.add(lineItem.getTotal().netSubtotal), zero);\r\n\r\n // 2. Calculate Shipping Cost\r\n const shippingCharge = this.charges\r\n .filter(charge => charge.getChargeType() === ChargeType.SHIPPING)\r\n .reduce((total, charge) => total.add(charge.getTotal().price), zero);\r\n\r\n // 3. Calculate coupon values based on gross subtotal & shipping\r\n let totalDiscount = zero;\r\n let discounts: Record<string, PriceModel> = {};\r\n let nonShippingCouponTotal: Record<string, PriceModel> = {};\r\n this.coupons.forEach(coupon => {\r\n const couponValue = coupon.calculateApplicableCouponDiscount(subTotal, shippingCharge, this.country, this.currency);\r\n totalDiscount = totalDiscount.add(couponValue);\r\n discounts[coupon.getCode()] = couponValue;\r\n if (coupon.getCategory() !== CouponCategory.SHIPPING) {\r\n nonShippingCouponTotal[coupon.getCode()] = couponValue;\r\n }\r\n })\r\n\r\n // 4. Apply discounts at lineitem and shipping charges\r\n this.applyDiscountsInLineItem(nonShippingCouponTotal);\r\n\r\n const shippingCoupon = this.coupons.find(coupon => coupon.getCategory() === CouponCategory.SHIPPING);\r\n if(shippingCoupon) {\r\n this.applyDiscuountsInShippingCharges({[shippingCoupon.getCode()] : discounts[shippingCoupon.getCode()] || zero});\r\n }\r\n\r\n // 5. Calculate charges and net shipping after discount\r\n const chargesTotal = this.charges.reduce((total, charge) => total.add(charge.getTotal().grandTotal), zero);\r\n const netShippingCharge = this.charges\r\n .filter(charge => charge.getChargeType() === ChargeType.SHIPPING)\r\n .reduce((total, charge) => total.add(charge.getTotal().grandTotal), zero);\r\n\r\n // 6. Aggregate Taxes & Grand Total from all items and charges\r\n let taxTotal = zero;\r\n let lineItemTaxTotal = zero;\r\n let chargeTaxTotal = zero;\r\n\r\n const taxBreakdown: ShoppingContainerTaxBreakdownModel = {};\r\n const lineItemTaxBreakdown: ShoppingContainerTaxBreakdownModel = {};\r\n const chargeTaxBreakdown: ShoppingContainerTaxBreakdownModel = {};\r\n\r\n // Helper to merge tax breakdowns into hierarchical structure\r\n const mergeTax = (\r\n sourceBreakdown: Record<string, LineItemTaxBreakdownModel | ChargeTaxBreakdownModel>,\r\n targetBreakdown: ShoppingContainerTaxBreakdownModel\r\n ) => {\r\n Object.entries(sourceBreakdown).forEach(([ruleId, breakdown]) => {\r\n const system = breakdown.system;\r\n const subsystem = breakdown.subSystem;\r\n\r\n // Populate Target Breakdown\r\n if (!targetBreakdown[system]) {\r\n targetBreakdown[system] = { system, totalAmount: zero, subSystems: {} };\r\n }\r\n if (!targetBreakdown[system].subSystems[subsystem]) {\r\n targetBreakdown[system].subSystems[subsystem] = breakdown.amount;\r\n } else {\r\n targetBreakdown[system].subSystems[subsystem] = targetBreakdown[system].subSystems[subsystem].add(breakdown.amount);\r\n }\r\n targetBreakdown[system].totalAmount = targetBreakdown[system].totalAmount.add(breakdown.amount);\r\n\r\n // Populate Combined taxBreakdown\r\n if (!taxBreakdown[system]) {\r\n taxBreakdown[system] = { system, totalAmount: zero, subSystems: {} };\r\n }\r\n if (!taxBreakdown[system].subSystems[subsystem]) {\r\n taxBreakdown[system].subSystems[subsystem] = breakdown.amount;\r\n } else {\r\n taxBreakdown[system].subSystems[subsystem] = taxBreakdown[system].subSystems[subsystem].add(breakdown.amount);\r\n }\r\n taxBreakdown[system].totalAmount = taxBreakdown[system].totalAmount.add(breakdown.amount);\r\n });\r\n };\r\n\r\n // 6.1 Merge line item taxes\r\n filteredLineItems.forEach(lineItem => {\r\n const lineItemTaxes = lineItem.getTotal().taxBreakdown;\r\n if (lineItemTaxes) {\r\n mergeTax(lineItemTaxes, lineItemTaxBreakdown);\r\n mergeTax(lineItemTaxes, taxBreakdown);\r\n lineItemTaxTotal = lineItemTaxTotal.add(lineItem.getTotal().taxTotal);\r\n }\r\n });\r\n\r\n // 6.2 Merge charge taxes\r\n this.charges.forEach(charge => {\r\n const chargeTaxes = charge.getTotal().taxBreakdown;\r\n if (chargeTaxes) {\r\n mergeTax(chargeTaxes, chargeTaxBreakdown);\r\n mergeTax(chargeTaxes, taxBreakdown);\r\n chargeTaxTotal = chargeTaxTotal.add(charge.getTotal().taxTotal);\r\n }\r\n });\r\n\r\n // 6.3 Calculate total tax\r\n taxTotal = lineItemTaxTotal.add(chargeTaxTotal);\r\n\r\n // 7. Final Grand Total: netSubtotal + netShippingCharge + taxTotal\r\n const grandTotal = netSubtotal.add(lineItemTaxTotal).add(chargesTotal);\r\n\r\n this.total = {\r\n subtotal: subTotal,\r\n netSubtotal: netSubtotal,\r\n lineItemTaxTotal: lineItemTaxTotal,\r\n lineItemTaxBreakdown: lineItemTaxBreakdown,\r\n\r\n chargesTotal: chargesTotal,\r\n shippingCharge: shippingCharge,\r\n netShippingCharge: netShippingCharge,\r\n chargeTaxTotal: chargeTaxTotal,\r\n chargeTaxBreakdown: chargeTaxBreakdown,\r\n\r\n taxTotal: taxTotal,\r\n taxBreakdown: taxBreakdown,\r\n discounts: discounts,\r\n totalDiscount: totalDiscount,\r\n grandTotal: grandTotal,\r\n };\r\n }\r\n\r\n /**\r\n * Updates the shipping details and recalculates the totals.\r\n * @param shippingDetails - The new shipping details to apply.\r\n */\r\n public updateShippingDetails(shippingDetails: ShippingDetails): void {\r\n this.shippingDetails = shippingDetails;\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Applies a list of coupons to the shopping container.\r\n * Filters out invalid coupons, separates shipping and non-shipping coupons,\r\n * and distributes discounts to line items.\r\n * @param applicableCoupons - The list of coupons to attempt to apply.\r\n */\r\n public applyCoupons(applicableCoupons: CouponModel[]): void {\r\n //Apply coupons\r\n const shippingCoupons = applicableCoupons.filter(coupon => coupon.getCategory() === CouponCategory.SHIPPING);\r\n const otherCoupons = applicableCoupons.filter(coupon => coupon.getCategory() !== CouponCategory.SHIPPING);\r\n\r\n this.coupons = [];\r\n this.total.totalDiscount = this.total.subtotal.zero();\r\n this.total.discounts = {};\r\n // Apply non shipping coupons\r\n otherCoupons.length && this.applyNonShippingCoupons(otherCoupons);\r\n this.applyDiscountsInLineItem(this.total.discounts);\r\n\r\n // Apply shipping coupons\r\n shippingCoupons.length && this.applyShippingCoupons(shippingCoupons);\r\n\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Distributes the total discount amount among the line items.\r\n * @param couponTotal - A record of coupon codes and their calculated discount amounts.\r\n */\r\n private applyDiscountsInLineItem(couponTotal: Record<string, PriceModel>) {\r\n const couponDiscounts: [string, PriceModel][] = Array.from(Object.entries(couponTotal))\r\n .filter(couponDiscount => !couponDiscount[1].isZero());\r\n\r\n const itemDiscounts = new Map<string, { coupon: CouponModel, amount: PriceModel }[]>();\r\n this.lineItems.forEach(li => itemDiscounts.set(li.getId(), []));\r\n\r\n couponDiscounts.forEach(([code, totalDiscount]) => {\r\n const coupon = this.coupons.find(c => c.getCode() === code);\r\n if (!coupon || totalDiscount.isZero()) return;\r\n\r\n const validItems = this.lineItems\r\n .filter(li => li.getState() !== LineItemState.CANCELLED && !li.getTotal().subtotal.isZero())\r\n .sort((a, b) => a.getTotal().subtotal.compareTo(b.getTotal().subtotal));\r\n\r\n let distributed = new PriceModel({ amount: 0, currency: this.currency });\r\n\r\n validItems.forEach((item, index) => {\r\n let amount: PriceModel;\r\n if (index === validItems.length - 1) {\r\n amount = totalDiscount.subtract(distributed);\r\n } else {\r\n amount = totalDiscount.multiply(item.getTotal().subtotal).divide(this.total.subtotal).round();\r\n }\r\n distributed = distributed.add(amount);\r\n itemDiscounts.get(item.getId())?.push({ coupon, amount });\r\n });\r\n });\r\n\r\n this.lineItems.forEach(lineItem => {\r\n if (lineItem.getState() === LineItemState.CANCELLED || this.total.subtotal.isZero()) {\r\n lineItem.updateDiscounts([]);\r\n } else {\r\n lineItem.updateDiscounts(itemDiscounts.get(lineItem.getId()) || []);\r\n }\r\n });\r\n }\r\n\r\n private applyDiscuountsInShippingCharges(couponTotal: Record<string, PriceModel>) {\r\n const couponDiscounts: [string, PriceModel][] = Array.from(Object.entries(couponTotal))\r\n .filter(couponDiscount => !couponDiscount[1].isZero());\r\n const shippingCharges = this.charges.filter(charge => charge.getChargeType() === ChargeType.SHIPPING);\r\n\r\n const chargeDiscounts = new Map<string, { coupon: CouponModel, amount: PriceModel }[]>();\r\n shippingCharges.forEach(li => chargeDiscounts.set(li.getId(), []));\r\n\r\n couponDiscounts.forEach(([code, totalDiscount]) => {\r\n const coupon = this.coupons.find(c => c.getCode() === code);\r\n if (!coupon || totalDiscount.isZero()) return;\r\n\r\n const validCharges = shippingCharges\r\n .sort((a, b) => a.getTotal().grandTotal.compareTo(b.getTotal().grandTotal));\r\n\r\n let distributed = new PriceModel({ amount: 0, currency: this.currency });\r\n\r\n validCharges.forEach((charge, index) => {\r\n let amount: PriceModel;\r\n if (index === validCharges.length - 1) {\r\n amount = totalDiscount.subtract(distributed);\r\n } else {\r\n amount = totalDiscount.multiply(charge.getTotal().grandTotal).divide(this.total.subtotal).round();\r\n }\r\n distributed = distributed.add(amount);\r\n chargeDiscounts.get(charge.getId())?.push({ coupon, amount });\r\n });\r\n });\r\n\r\n shippingCharges.forEach(charge => {\r\n charge.updateDiscounts(chargeDiscounts.get(charge.getId()) || []);\r\n });\r\n }\r\n\r\n /**\r\n * Selects and applies the best applicable non-shipping coupon.\r\n * Currently supports applying only a single coupon of type COUPON.\r\n * @param applicableCoupons - List of available non-shipping coupons.\r\n */\r\n private applyNonShippingCoupons(applicableCoupons: CouponModel[]) {\r\n const coupons = applicableCoupons.filter(coupon => coupon.getType() === CouponType.COUPON);\r\n if (coupons.length === 1) {\r\n const couponValue = coupons[0].calculateApplicableCouponDiscount(this.total.subtotal, this.total.shippingCharge, this.country, this.currency);\r\n if (couponValue.getAmount() > 0) {\r\n this.coupons.push(coupons[0]);\r\n this.total.discounts[coupons[0].getCode()] = couponValue;\r\n this.total.totalDiscount = couponValue;\r\n }\r\n }\r\n // Todo: Add support to other type in future like promotion\r\n }\r\n\r\n /**\r\n * Selects and applies the best applicable shipping coupon.\r\n * @param applicableCoupons - List of available shipping coupons.\r\n */\r\n private applyShippingCoupons(applicableCoupons: CouponModel[]) {\r\n if (this.total.shippingCharge.getAmount() > 0 && applicableCoupons.length > 0) {\r\n const subTotalWithCouponDiscount = this.total.subtotal.subtract(this.total.totalDiscount);\r\n\r\n const maxValuedCoupon = applicableCoupons.reduce((maxCoupon, currentCoupon) => {\r\n if (!maxCoupon) return currentCoupon;\r\n\r\n const currentCouponValue = currentCoupon.calculateApplicableCouponDiscount(subTotalWithCouponDiscount, this.total.shippingCharge, this.country, this.currency).min(this.total.shippingCharge);\r\n const maxCouponValue = maxCoupon.calculateApplicableCouponDiscount(subTotalWithCouponDiscount, this.total.shippingCharge, this.country, this.currency).min(this.total.shippingCharge);\r\n\r\n if (currentCouponValue === maxCouponValue) {\r\n return currentCoupon.getType() === 'coupon' ? currentCoupon : maxCoupon;\r\n }\r\n return currentCouponValue.compareTo(maxCouponValue) > 0 ? currentCoupon : maxCoupon;\r\n });\r\n\r\n const couponValue = maxValuedCoupon.calculateApplicableCouponDiscount(subTotalWithCouponDiscount, this.total.shippingCharge, this.country, this.currency).min(this.total.shippingCharge);\r\n if (couponValue.getAmount() > 0) {\r\n this.coupons.push(maxValuedCoupon);\r\n this.total.discounts[maxValuedCoupon.getCode()] = couponValue;\r\n this.total.totalDiscount = this.total.totalDiscount.add(couponValue);\r\n this.total.netShippingCharge = this.total.shippingCharge.subtract(couponValue);\r\n }\r\n }\r\n }\r\n}\r\n\r\n\r\n"]}
@@ -1,2 +1,2 @@
1
- import {a as a$4}from'./chunk-XXETAAL4.mjs';import {a as a$1}from'./chunk-JE7BAYI5.mjs';import {a as a$3}from'./chunk-U7DES3CI.mjs';import {a as a$2}from'./chunk-6X5O25W5.mjs';import {e,n}from'./chunk-FC4P26U3.mjs';import {b as b$1}from'./chunk-RSTZJZSQ.mjs';import {c,e as e$1,f,h,i,j,b as b$2}from'./chunk-XPKK6DFA.mjs';import {a}from'./chunk-6KCJVEZD.mjs';var b=class extends a{id;productKey;selectionAttributes;name;specifications;primaryImage;subItems;pricing;state;total;constructor(t){super(t),this.id=t.id,this.productKey=t.productKey,this.selectionAttributes=a$1.deepClone(t.selectionAttributes),this.name=a$1.deepClone(t.name),this.specifications=a$1.deepClone(t.specifications),this.primaryImage=new b$1(t.primaryImage),this.subItems=a$1.deepClone(t.subItems);let e=new Set;this.subItems.forEach(i=>{if(e.has(i.size))throw new c(i.size);e.add(i.size);}),this.pricing={unitPrice:new a$2(t.pricing.unitPrice),tierPricing:new a$3(t.pricing.tierPricing),taxCategory:t.pricing.taxCategory,applicableTaxRule:t.pricing.applicableTaxRule.map(i=>new a$4(i))},this.state=t.state??"INITIAL",this.total={quantity:t.total.quantity,unitPrice:new a$2(t.total.unitPrice),subtotal:new a$2(t.total.subtotal),discounts:Object.fromEntries(Object.entries(t.total.discounts).map(([i,a])=>[i,new a$2(a)])),totalDiscount:new a$2(t.total.totalDiscount),netUnitPrice:new a$2(t.total.netUnitPrice),netSubtotal:new a$2(t.total.netSubtotal),taxBreakdown:Object.fromEntries(Object.entries(t.total.taxBreakdown).map(([i,a])=>[i,{rate:a.rate,taxableUnitPrice:new a$2(a.taxableUnitPrice),taxPerUnit:new a$2(a.taxPerUnit),amount:new a$2(a.amount),system:a.system,subSystem:a.subSystem}])),taxTotal:new a$2(t.total.taxTotal),grandTotal:new a$2(t.total.grandTotal)};}getId(){return this.id}getProductKey(){return this.productKey}getSelectionAttributes(){return a$1.deepClone(this.selectionAttributes)}getName(t){return t?a$1.deepClone(this.name[t]??this.name[e[t]]??this.name.en):a$1.deepClone(this.name)}getSpecifications(t){return t?a$1.deepClone(this.specifications[t]??this.specifications[e[t]]??this.specifications.en):a$1.deepClone(this.specifications)}getImage(){return this.primaryImage}getSubItems(){return a$1.deepClone(this.subItems)}getTotalQuantity(){return this.total.quantity}getPricing(){return {unitPrice:this.pricing.unitPrice,tierPricing:this.pricing.tierPricing,taxCategory:this.pricing.taxCategory,applicableTaxRule:this.pricing.applicableTaxRule}}getState(){return this.state}getTotal(){return {quantity:this.total.quantity,unitPrice:this.total.unitPrice,subtotal:this.total.subtotal,discounts:Object.fromEntries(Object.entries(this.total.discounts).map(([t,e])=>[t,e])),totalDiscount:this.total.totalDiscount,netUnitPrice:this.total.netUnitPrice,netSubtotal:this.total.netSubtotal,taxBreakdown:this.total.taxBreakdown,taxTotal:this.total.taxTotal,grandTotal:this.total.grandTotal}}getDetails(){let t=this.getPricing(),e=this.getTotal();return {id:this.getId(),productKey:this.getProductKey(),selectionAttributes:this.getSelectionAttributes(),name:this.getName(),specifications:this.getSpecifications(),primaryImage:this.getImage().getDetails(),subItems:this.getSubItems(),pricing:{unitPrice:t.unitPrice.getDetails(),tierPricing:t.tierPricing.getDetails(),taxCategory:t.taxCategory,applicableTaxRule:t.applicableTaxRule.map(i=>i.getDetails())},state:this.getState(),total:{quantity:e.quantity,unitPrice:e.unitPrice.getDetails(),subtotal:e.subtotal.getDetails(),discounts:Object.fromEntries(Object.entries(e.discounts).map(([i,a])=>[i,a.getDetails()])),totalDiscount:e.totalDiscount.getDetails(),netUnitPrice:e.netUnitPrice.getDetails(),netSubtotal:e.netSubtotal.getDetails(),taxBreakdown:Object.fromEntries(Object.entries(e.taxBreakdown).map(([i,a])=>[i,{rate:a.rate,taxableUnitPrice:a.taxableUnitPrice.getDetails(),taxPerUnit:a.taxPerUnit.getDetails(),amount:a.amount.getDetails(),system:a.system,subSystem:a.subSystem}])),taxTotal:e.taxTotal.getDetails(),grandTotal:e.grandTotal.getDetails()},customFields:this.getAllCustomFields()}}addSubItems(t,e){t.forEach(i=>{let a=this.subItems.find(c=>c.size===i.size);a?a.quantity=e?a.quantity+i.quantity:i.quantity:this.subItems.push(i);}),this.subItems=this.subItems.filter(i=>i.quantity>0),this.calculateTotals();}updateProductData(t,e,i$1){if(this.productKey!==t.getKey()||!t.validateSelectionAttribute(this.selectionAttributes))throw new e$1;if(!t.getIsActive())throw new f;this.subItems.forEach(s=>{if(!t.validateSize(s.size))throw new h});let a=t.getPriceDetails(e);if(!a||a.getBaseUnitPrice().getCurrency()!==i$1)throw new i;this.name=t.getName(),this.specifications=t.getSpecifications(),this.primaryImage=t.getImages(this.selectionAttributes).primary;let c=this.subItems.reduce((s,g)=>s+g.quantity,0),{unitPrice:l}=a.getApplicableTier(c);this.pricing={unitPrice:l,tierPricing:a,taxCategory:a.getTaxCategory(),applicableTaxRule:this.pricing.applicableTaxRule},this.calculateTotals();}updateDiscounts(t){let e={};t.forEach(i=>{e[i.coupon.getCode()]=i.amount;}),this.total.discounts=e,this.calculateTotals();}updateTax(t){t.forEach(e=>{if(!e.appliesTo(this.pricing.taxCategory,e.getCountry()))throw new j}),this.pricing.applicableTaxRule=t,this.calculateTotals();}calculateTotals(){let t=this.pricing.unitPrice.zero(),e=this.subItems.reduce((n,u)=>n+u.quantity,0);if(this.state==="CANCELLED"){this.total={quantity:0,unitPrice:t,subtotal:t,discounts:{},totalDiscount:t,netUnitPrice:t,netSubtotal:t,taxBreakdown:{},taxTotal:t,grandTotal:t};return}let{unitPrice:i}=this.pricing.tierPricing.getApplicableTier(e),a=i.multiply(e),c=Object.values(this.total.discounts).reduce((n,u)=>n.add(u),t),l=a.subtract(c),s=e>0?l.divide(e):t,g={},d=t;this.pricing.applicableTaxRule.forEach(n=>{let u=n.getApplicableTaxRate(s),P=n.calculateTax(s),h=P.multiply(e);g[n.getTaxRuleId()]={rate:u,taxableUnitPrice:s,taxPerUnit:P,amount:h,system:n.getTaxSystem(),subSystem:n.getTaxSubSystem()},d=d.add(h);});let A=l.add(d);this.total={quantity:e,unitPrice:i,subtotal:a,discounts:this.total.discounts,totalDiscount:c,netUnitPrice:s,netSubtotal:l,taxBreakdown:g,taxTotal:d,grandTotal:A};}updateState(t){if(this.state in n)this.state!==t&&(this.state=t);else throw new b$2(t)}clearLineItem(){let t=this.pricing.unitPrice.zero();this.id="",this.productKey="",this.selectionAttributes={color:{name:""}},this.name={en:""},this.primaryImage=new b$1({sources:{original:""}}),this.subItems=[],this.pricing={unitPrice:t,tierPricing:this.pricing.tierPricing,taxCategory:this.pricing.taxCategory,applicableTaxRule:[]},this.total={quantity:0,unitPrice:t,subtotal:t,discounts:{},totalDiscount:t,netUnitPrice:t,netSubtotal:t,taxBreakdown:{},taxTotal:t,grandTotal:t};}};export{b as a};//# sourceMappingURL=chunk-IIPG3DTO.mjs.map
2
- //# sourceMappingURL=chunk-IIPG3DTO.mjs.map
1
+ import {b as b$2}from'./chunk-2HBQ3C6V.mjs';import {a as a$1}from'./chunk-Y5D6RHTJ.mjs';import {a as a$3}from'./chunk-HR5HHV6O.mjs';import {a as a$2}from'./chunk-XHGUVYQO.mjs';import {e,n}from'./chunk-FC4P26U3.mjs';import {b as b$1}from'./chunk-RSTZJZSQ.mjs';import {c,e as e$1,f,h,i,j,b as b$3}from'./chunk-XPKK6DFA.mjs';import {a}from'./chunk-6KCJVEZD.mjs';var b=class extends a{id;productKey;selectionAttributes;name;specifications;primaryImage;subItems;pricing;state;total;constructor(t){super(t),this.id=t.id,this.productKey=t.productKey,this.selectionAttributes=a$1.deepClone(t.selectionAttributes),this.name=a$1.deepClone(t.name),this.specifications=a$1.deepClone(t.specifications),this.primaryImage=new b$1(t.primaryImage),this.subItems=a$1.deepClone(t.subItems);let e=new Set;this.subItems.forEach(i=>{if(e.has(i.size))throw new c(i.size);e.add(i.size);}),this.pricing={unitPrice:new a$2(t.pricing.unitPrice),tierPricing:new a$3(t.pricing.tierPricing),taxCategory:t.pricing.taxCategory,applicableTaxRule:t.pricing.applicableTaxRule.map(i=>new b$2(i))},this.state=t.state??"INITIAL",this.total={quantity:t.total.quantity,unitPrice:new a$2(t.total.unitPrice),subtotal:new a$2(t.total.subtotal),discounts:Object.fromEntries(Object.entries(t.total.discounts).map(([i,a])=>[i,new a$2(a)])),totalDiscount:new a$2(t.total.totalDiscount),netUnitPrice:new a$2(t.total.netUnitPrice),netSubtotal:new a$2(t.total.netSubtotal),taxBreakdown:Object.fromEntries(Object.entries(t.total.taxBreakdown).map(([i,a])=>[i,{rate:a.rate,taxableUnitPrice:new a$2(a.taxableUnitPrice),taxPerUnit:new a$2(a.taxPerUnit),amount:new a$2(a.amount),system:a.system,subSystem:a.subSystem}])),taxTotal:new a$2(t.total.taxTotal),grandTotal:new a$2(t.total.grandTotal)};}getId(){return this.id}getProductKey(){return this.productKey}getSelectionAttributes(){return a$1.deepClone(this.selectionAttributes)}getName(t){return t?a$1.deepClone(this.name[t]??this.name[e[t]]??this.name.en):a$1.deepClone(this.name)}getSpecifications(t){return t?a$1.deepClone(this.specifications[t]??this.specifications[e[t]]??this.specifications.en):a$1.deepClone(this.specifications)}getImage(){return this.primaryImage}getSubItems(){return a$1.deepClone(this.subItems)}getTotalQuantity(){return this.total.quantity}getPricing(){return {unitPrice:this.pricing.unitPrice,tierPricing:this.pricing.tierPricing,taxCategory:this.pricing.taxCategory,applicableTaxRule:this.pricing.applicableTaxRule}}getState(){return this.state}getTotal(){return {quantity:this.total.quantity,unitPrice:this.total.unitPrice,subtotal:this.total.subtotal,discounts:Object.fromEntries(Object.entries(this.total.discounts).map(([t,e])=>[t,e])),totalDiscount:this.total.totalDiscount,netUnitPrice:this.total.netUnitPrice,netSubtotal:this.total.netSubtotal,taxBreakdown:this.total.taxBreakdown,taxTotal:this.total.taxTotal,grandTotal:this.total.grandTotal}}getDetails(){let t=this.getPricing(),e=this.getTotal();return {id:this.getId(),productKey:this.getProductKey(),selectionAttributes:this.getSelectionAttributes(),name:this.getName(),specifications:this.getSpecifications(),primaryImage:this.getImage().getDetails(),subItems:this.getSubItems(),pricing:{unitPrice:t.unitPrice.getDetails(),tierPricing:t.tierPricing.getDetails(),taxCategory:t.taxCategory,applicableTaxRule:t.applicableTaxRule.map(i=>i.getDetails())},state:this.getState(),total:{quantity:e.quantity,unitPrice:e.unitPrice.getDetails(),subtotal:e.subtotal.getDetails(),discounts:Object.fromEntries(Object.entries(e.discounts).map(([i,a])=>[i,a.getDetails()])),totalDiscount:e.totalDiscount.getDetails(),netUnitPrice:e.netUnitPrice.getDetails(),netSubtotal:e.netSubtotal.getDetails(),taxBreakdown:Object.fromEntries(Object.entries(e.taxBreakdown).map(([i,a])=>[i,{rate:a.rate,taxableUnitPrice:a.taxableUnitPrice.getDetails(),taxPerUnit:a.taxPerUnit.getDetails(),amount:a.amount.getDetails(),system:a.system,subSystem:a.subSystem}])),taxTotal:e.taxTotal.getDetails(),grandTotal:e.grandTotal.getDetails()},customFields:this.getAllCustomFields()}}addSubItems(t,e){t.forEach(i=>{let a=this.subItems.find(c=>c.size===i.size);a?a.quantity=e?a.quantity+i.quantity:i.quantity:this.subItems.push(i);}),this.subItems=this.subItems.filter(i=>i.quantity>0),this.calculateTotals();}updateProductData(t,e,i$1){if(this.productKey!==t.getKey()||!t.validateSelectionAttribute(this.selectionAttributes))throw new e$1;if(!t.getIsActive())throw new f;this.subItems.forEach(s=>{if(!t.validateSize(s.size))throw new h});let a=t.getPriceDetails(e);if(!a||a.getBaseUnitPrice().getCurrency()!==i$1)throw new i;this.name=t.getName(),this.specifications=t.getSpecifications(),this.primaryImage=t.getImages(this.selectionAttributes).primary;let c=this.subItems.reduce((s,g)=>s+g.quantity,0),{unitPrice:l}=a.getApplicableTier(c);this.pricing={unitPrice:l,tierPricing:a,taxCategory:a.getTaxCategory(),applicableTaxRule:this.pricing.applicableTaxRule},this.calculateTotals();}updateDiscounts(t){let e={};t.forEach(i=>{e[i.coupon.getCode()]=i.amount;}),this.total.discounts=e,this.calculateTotals();}updateTax(t){t.forEach(e=>{if(!e.appliesTo(this.pricing.taxCategory,e.getTaxCountry()))throw new j}),this.pricing.applicableTaxRule=t,this.calculateTotals();}calculateTotals(){let t=this.pricing.unitPrice.zero(),e=this.subItems.reduce((n,u)=>n+u.quantity,0);if(this.state==="CANCELLED"){this.total={quantity:0,unitPrice:t,subtotal:t,discounts:{},totalDiscount:t,netUnitPrice:t,netSubtotal:t,taxBreakdown:{},taxTotal:t,grandTotal:t};return}let{unitPrice:i}=this.pricing.tierPricing.getApplicableTier(e),a=i.multiply(e),c=Object.values(this.total.discounts).reduce((n,u)=>n.add(u),t),l=a.subtract(c),s=e>0?l.divide(e):t,g={},d=t;this.pricing.applicableTaxRule.forEach(n=>{let u=n.getApplicableTaxRate(s),P=n.calculateTax(s),h=P.multiply(e);g[n.getTaxRuleId()]={rate:u,taxableUnitPrice:s,taxPerUnit:P,amount:h,system:n.getTaxSystem(),subSystem:n.getTaxSubSystem()},d=d.add(h);});let A=l.add(d);this.total={quantity:e,unitPrice:i,subtotal:a,discounts:this.total.discounts,totalDiscount:c,netUnitPrice:s,netSubtotal:l,taxBreakdown:g,taxTotal:d,grandTotal:A};}updateState(t){if(this.state in n)this.state!==t&&(this.state=t);else throw new b$3(t)}clearLineItem(){let t=this.pricing.unitPrice.zero();this.id="",this.productKey="",this.selectionAttributes={color:{name:""}},this.name={en:""},this.primaryImage=new b$1({sources:{original:""}}),this.subItems=[],this.pricing={unitPrice:t,tierPricing:this.pricing.tierPricing,taxCategory:this.pricing.taxCategory,applicableTaxRule:[]},this.total={quantity:0,unitPrice:t,subtotal:t,discounts:{},totalDiscount:t,netUnitPrice:t,netSubtotal:t,taxBreakdown:{},taxTotal:t,grandTotal:t};}};export{b as a};//# sourceMappingURL=chunk-GF3OGUDE.mjs.map
2
+ //# sourceMappingURL=chunk-GF3OGUDE.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Classes/LineItem.ts"],"names":["LineItemModel","CustomFieldModel","data","Utils_default","ImageInfoModel","uniqueSelectionAttributes","item","DuplicateSizeError","PriceModel","TieredPriceModel","rule","TaxRuleModel","couponCode","discount","taxRuleId","taxBreakdown","locale","LocaleLanguageMap","pricing","total","subItems","addQuantity","subItem","existingSubItem","sub","product","cartCountry","cartCurrency","ProductMismatchError","ProductInactiveError","SizeMismatchError","productPricing","PricingNotFoundError","quantity","sum","s","unitPrice","appliedDiscounts","lineItemDiscounts","taxRules","taxRule","InvalidTaxRuleError","zero","totalQuantity","subTotal","totalDiscount","netSubtotal","netUnitPrice","taxTotal","rate","taxPerUnit","amount","grandTotal","newState","LineItemState","InvalidLineItemStateError"],"mappings":"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","file":"chunk-IIPG3DTO.mjs","sourcesContent":["import Utils from \"../Utils\";\r\nimport { Color, CountryCode, CurrencyCode, LocaleCode, LocalizedString, LocalizedValue } from \"./Common\";\r\nimport CouponModel from \"./Coupon\";\r\nimport { LineItemState, LocaleLanguageMap, TaxSystem } from \"./Enum\";\r\nimport ImageInfoModel, { ImageInfoData } from \"./ImageInfo\";\r\nimport PriceModel, { PriceData } from \"./Price\";\r\nimport ProductModel, { ProductSelectionAttributes, ProductSpecification, SelectionAttributes } from \"./Product\";\r\nimport { TaxRuleData, TaxRuleModel, TaxSlabModel, TaxSlabs } from \"./TaxRule\";\r\nimport { TieredPriceData, TieredPriceModel } from \"./TieredPrice\";\r\nimport {\r\n DuplicateSizeError,\r\n ProductMismatchError,\r\n ProductInactiveError,\r\n SizeMismatchError,\r\n PricingNotFoundError,\r\n InvalidTaxRuleError,\r\n InvalidLineItemStateError\r\n} from \"./Error\";\r\nimport { CustomFieldAttributes, CustomFieldModel } from \"./Base\";\r\n\r\nexport type SubItem = {\r\n size: string | 'ONESIZE';\r\n quantity: number;\r\n};\r\n\r\nexport type LineItemPricing = {\r\n unitPrice: PriceData;\r\n tierPricing: TieredPriceData;\r\n taxCategory: string;\r\n applicableTaxRule: TaxRuleData[];\r\n};\r\n\r\nexport type LineItemTaxBreakdown = {\r\n rate: number; // 0.09 for 9%\r\n taxableUnitPrice: PriceData; // effectiveUnitPrice used for calculation\r\n taxPerUnit: PriceData; // tax on single unit\r\n amount: PriceData; // taxPerUnit × quantity (total tax)\r\n system: TaxSystem;\r\n subSystem: string;\r\n};\r\n\r\nexport type LineItemTaxBreakdownModel = {\r\n rate: number;\r\n taxableUnitPrice: PriceModel;\r\n taxPerUnit: PriceModel;\r\n amount: PriceModel;\r\n system: TaxSystem;\r\n subSystem: string;\r\n};\r\n\r\nexport type LineItemTotals = {\r\n quantity: number;\r\n unitPrice: PriceData; // original unit price (from tier pricing)\r\n subtotal: PriceData; // unitPrice × quantity\r\n discounts: Record<string, PriceData>; // couponCode -> discount mapping\r\n totalDiscount: PriceData; // sum of all discounts\r\n netUnitPrice: PriceData; // unit price after discounts\r\n netSubtotal: PriceData; // subtotal - totalDiscount (taxable amount)\r\n taxBreakdown: Record<string, LineItemTaxBreakdown>;\r\n taxTotal: PriceData; // sum of all tax amounts\r\n grandTotal: PriceData; // effectiveSubtotal + taxTotal\r\n};\r\n\r\nexport type LineItemTotalsModel = {\r\n quantity: number;\r\n unitPrice: PriceModel;\r\n subtotal: PriceModel;\r\n discounts: Record<string, PriceModel>;\r\n totalDiscount: PriceModel;\r\n netUnitPrice: PriceModel;\r\n netSubtotal: PriceModel;\r\n taxBreakdown: Record<string, LineItemTaxBreakdownModel>;\r\n taxTotal: PriceModel;\r\n grandTotal: PriceModel;\r\n};\r\n\r\nexport type LineItemAttributes = CustomFieldAttributes & {\r\n id: string;\r\n\r\n productKey: string;\r\n selectionAttributes: SelectionAttributes;\r\n\r\n name: LocalizedString;\r\n specifications: LocalizedValue<ProductSpecification>;\r\n primaryImage: ImageInfoData;\r\n\r\n subItems: SubItem[];\r\n\r\n pricing: LineItemPricing;\r\n\r\n state?: LineItemState;\r\n total: LineItemTotals;\r\n}\r\n\r\nexport type LineItemData = Required<LineItemAttributes>;\r\n\r\n/**\r\n * Represents a line item within a shopping cart.\r\n */\r\nexport default class LineItemModel extends CustomFieldModel {\r\n protected id: string;\r\n protected productKey: string;\r\n protected selectionAttributes: SelectionAttributes;\r\n\r\n protected name: LocalizedString;\r\n protected specifications: LocalizedValue<ProductSpecification>;\r\n protected primaryImage: ImageInfoModel;\r\n protected subItems: SubItem[];\r\n protected pricing: {\r\n unitPrice: PriceModel;\r\n tierPricing: TieredPriceModel;\r\n taxCategory: string;\r\n applicableTaxRule: TaxRuleModel[];\r\n };\r\n\r\n protected state: LineItemState;\r\n protected total: LineItemTotalsModel;\r\n\r\n /**\r\n * Creates an instance of LineItemModel.\r\n * @param data - The initial line item attributes.\r\n */\r\n constructor(data: LineItemAttributes) {\r\n super(data);\r\n this.id = data.id;\r\n this.productKey = data.productKey;\r\n this.selectionAttributes = Utils.deepClone(data.selectionAttributes);\r\n\r\n this.name = Utils.deepClone(data.name);\r\n this.specifications = Utils.deepClone(data.specifications);\r\n this.primaryImage = new ImageInfoModel(data.primaryImage);\r\n this.subItems = Utils.deepClone(data.subItems);\r\n\r\n let uniqueSelectionAttributes = new Set();\r\n this.subItems.forEach(item => {\r\n if (uniqueSelectionAttributes.has(item.size)) {\r\n throw new DuplicateSizeError(item.size);\r\n }\r\n uniqueSelectionAttributes.add(item.size);\r\n });\r\n\r\n this.pricing = {\r\n unitPrice: new PriceModel(data.pricing.unitPrice),\r\n tierPricing: new TieredPriceModel(data.pricing.tierPricing),\r\n taxCategory: data.pricing.taxCategory,\r\n applicableTaxRule: data.pricing.applicableTaxRule.map(rule => new TaxRuleModel(rule)),\r\n }\r\n\r\n this.state = data.state ?? LineItemState.INITIAL;\r\n\r\n this.total = {\r\n quantity: data.total.quantity,\r\n unitPrice: new PriceModel(data.total.unitPrice),\r\n subtotal: new PriceModel(data.total.subtotal),\r\n discounts: Object.fromEntries(\r\n Object.entries(data.total.discounts).map(([couponCode, discount]) => [\r\n couponCode,\r\n new PriceModel(discount),\r\n ])\r\n ),\r\n totalDiscount: new PriceModel(data.total.totalDiscount),\r\n netUnitPrice: new PriceModel(data.total.netUnitPrice),\r\n netSubtotal: new PriceModel(data.total.netSubtotal),\r\n taxBreakdown: Object.fromEntries(\r\n Object.entries(data.total.taxBreakdown).map(([taxRuleId, taxBreakdown]) => [\r\n taxRuleId,\r\n {\r\n rate: taxBreakdown.rate,\r\n taxableUnitPrice: new PriceModel(taxBreakdown.taxableUnitPrice),\r\n taxPerUnit: new PriceModel(taxBreakdown.taxPerUnit),\r\n amount: new PriceModel(taxBreakdown.amount),\r\n system: taxBreakdown.system,\r\n subSystem: taxBreakdown.subSystem\r\n }\r\n ])\r\n ),\r\n taxTotal: new PriceModel(data.total.taxTotal),\r\n grandTotal: new PriceModel(data.total.grandTotal),\r\n }\r\n }\r\n\r\n /**\r\n * Gets the unique identifier of the line item.\r\n * @returns The unique ID string.\r\n */\r\n getId(): string {\r\n return this.id;\r\n }\r\n\r\n /**\r\n * Gets the product key associated with this line item.\r\n * @returns The product key string.\r\n */\r\n getProductKey(): string {\r\n return this.productKey;\r\n }\r\n\r\n /**\r\n * Gets the selection attributes (e.g., size, color) for this line item.\r\n * @returns A copy of the selection attributes object.\r\n */\r\n getSelectionAttributes(): SelectionAttributes {\r\n return Utils.deepClone(this.selectionAttributes);\r\n }\r\n\r\n /**\r\n * Gets the full localized product name object.\r\n * @returns A copy of the LocalizedString object for the name.\r\n */\r\n getName(): LocalizedString\r\n /**\r\n * Gets the product name for a specific locale, falling back to English ('en').\r\n * @param locale - The desired locale code.\r\n * @returns The name string for the specified locale.\r\n */\r\n getName(locale: LocaleCode): string\r\n getName(locale?: LocaleCode): LocalizedString | string {\r\n if (locale) {\r\n return Utils.deepClone(this.name[locale] ?? this.name[LocaleLanguageMap[locale]] ?? this.name.en);\r\n } else {\r\n return Utils.deepClone(this.name);\r\n }\r\n }\r\n\r\n /**\r\n * Gets the full localized product specifications object.\r\n * @returns Product Specifications\r\n */\r\n getSpecifications(): LocalizedValue<ProductSpecification>\r\n /**\r\n * Gets the product specifications for a specific locale, falling back to English ('en').\r\n * @param locale - The desired locale code.\r\n * @returns The ProductSpecification object for the specified locale, or undefined if not found.\r\n */\r\n getSpecifications(locale: LocaleCode): ProductSpecification | undefined\r\n getSpecifications(locale?: LocaleCode): LocalizedValue<ProductSpecification> | ProductSpecification | undefined {\r\n if (locale) {\r\n return Utils.deepClone(this.specifications[locale] ?? this.specifications[LocaleLanguageMap[locale]] ?? this.specifications.en);\r\n } else {\r\n return Utils.deepClone(this.specifications);\r\n }\r\n }\r\n\r\n /**\r\n * Gets the image information model for this line item.\r\n * @returns The ImageInfoModel instance.\r\n */\r\n getImage(): ImageInfoModel {\r\n return this.primaryImage;\r\n }\r\n\r\n /**\r\n * Gets the sub-items (size/quantity breakdown).\r\n * @returns A copy of the array of SubItems.\r\n */\r\n getSubItems(): SubItem[] {\r\n return Utils.deepClone(this.subItems);\r\n }\r\n\r\n /**\r\n * Gets the total quantity for this line item across all sub-items.\r\n * @returns The total quantity as a number.\r\n */\r\n getTotalQuantity(): number {\r\n return this.total.quantity;\r\n }\r\n\r\n /**\r\n * Gets the pricing information model for this line item.\r\n * @returns An object containing unit price, tiered pricing, tax category, and tax details.\r\n */\r\n getPricing() {\r\n return {\r\n unitPrice: this.pricing.unitPrice,\r\n tierPricing: this.pricing.tierPricing,\r\n taxCategory: this.pricing.taxCategory,\r\n applicableTaxRule: this.pricing.applicableTaxRule,\r\n };\r\n }\r\n\r\n /**\r\n * Gets the current state of the line item.\r\n * @returns The LineItemState enum value.\r\n */\r\n getState() {\r\n return this.state;\r\n }\r\n\r\n /**\r\n * Gets the total price for this line item (including all sub-items).\r\n * @returns An object containing line item totals including subtotal, tax, discounts, and grand total.\r\n */\r\n getTotal(): LineItemTotalsModel {\r\n return {\r\n quantity: this.total.quantity,\r\n unitPrice: this.total.unitPrice,\r\n subtotal: this.total.subtotal,\r\n discounts: Object.fromEntries(\r\n Object.entries(this.total.discounts).map(([couponCode, discount]) => [\r\n couponCode,\r\n discount,\r\n ])\r\n ),\r\n totalDiscount: this.total.totalDiscount,\r\n netUnitPrice: this.total.netUnitPrice,\r\n netSubtotal: this.total.netSubtotal,\r\n taxBreakdown: this.total.taxBreakdown,\r\n taxTotal: this.total.taxTotal,\r\n grandTotal: this.total.grandTotal,\r\n };\r\n }\r\n\r\n /**\r\n * Gets a plain data object representing the line item's details.\r\n * @returns LineItemData.\r\n */\r\n getDetails(): LineItemData {\r\n const pricing = this.getPricing();\r\n const total = this.getTotal();\r\n return {\r\n id: this.getId(),\r\n productKey: this.getProductKey(),\r\n selectionAttributes: this.getSelectionAttributes(),\r\n name: this.getName(),\r\n specifications: this.getSpecifications(),\r\n primaryImage: this.getImage().getDetails(),\r\n subItems: this.getSubItems(),\r\n pricing: {\r\n unitPrice: pricing.unitPrice.getDetails(),\r\n tierPricing: pricing.tierPricing.getDetails(),\r\n taxCategory: pricing.taxCategory,\r\n applicableTaxRule: pricing.applicableTaxRule.map(rule => rule.getDetails()),\r\n },\r\n state: this.getState(),\r\n total: {\r\n quantity: total.quantity,\r\n unitPrice: total.unitPrice.getDetails(),\r\n subtotal: total.subtotal.getDetails(),\r\n discounts: Object.fromEntries(\r\n Object.entries(total.discounts).map(([couponCode, discount]) => [\r\n couponCode,\r\n discount.getDetails(),\r\n ])\r\n ),\r\n totalDiscount: total.totalDiscount.getDetails(),\r\n netUnitPrice: total.netUnitPrice.getDetails(),\r\n netSubtotal: total.netSubtotal.getDetails(),\r\n taxBreakdown: Object.fromEntries(\r\n Object.entries(total.taxBreakdown).map(([taxRuleId, taxBreakdown]) => [\r\n taxRuleId,\r\n {\r\n rate: taxBreakdown.rate,\r\n taxableUnitPrice: taxBreakdown.taxableUnitPrice.getDetails(),\r\n taxPerUnit: taxBreakdown.taxPerUnit.getDetails(),\r\n amount: taxBreakdown.amount.getDetails(),\r\n system: taxBreakdown.system,\r\n subSystem: taxBreakdown.subSystem\r\n }\r\n ])\r\n ),\r\n taxTotal: total.taxTotal.getDetails(),\r\n grandTotal: total.grandTotal.getDetails(),\r\n },\r\n customFields: this.getAllCustomFields()\r\n };\r\n }\r\n\r\n /**\r\n * Adds or updates sub-items (e.g., sizes with quantities) to the line item.\r\n * If a sub-item with the same size already exists, its quantity is either\r\n * updated by adding the new quantity or replaced entirely, based on the `addQuantity` flag.\r\n * Sub-items with a resulting quantity of 0 are removed.\r\n * @param subItems - An array of `SubItem` objects to add or update.\r\n * @param addQuantity - If true, adds the quantity from `subItem` to the existing quantity.\r\n * If false, replaces the existing quantity with the one from `subItem`.\r\n */\r\n addSubItems(subItems: SubItem[], addQuantity: boolean): void {\r\n subItems.forEach(subItem => {\r\n const existingSubItem = this.subItems.find(item => item.size === subItem.size);\r\n if (existingSubItem) {\r\n existingSubItem.quantity = addQuantity ? existingSubItem.quantity + subItem.quantity : subItem.quantity;\r\n } else {\r\n this.subItems.push(subItem);\r\n }\r\n })\r\n this.subItems = this.subItems.filter(sub => sub.quantity > 0);\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Updates the line item with the latest product data (price, image, name, specifications).\r\n * Validates that the product matches the line item's selection and is active.\r\n * @param product - The product model to update from.\r\n * @param cartCountry - The country code for pricing context.\r\n * @param cartCurrency - The currency code for pricing context.\r\n * @throws {Error} If product mismatch, inactive, size mismatch, or pricing missing.\r\n */\r\n public updateProductData(product: ProductModel, cartCountry: CountryCode, cartCurrency: CurrencyCode): void {\r\n if (this.productKey !== product.getKey() || !product.validateSelectionAttribute(this.selectionAttributes)) {\r\n throw new ProductMismatchError();\r\n } else if (!product.getIsActive()) {\r\n throw new ProductInactiveError();\r\n }\r\n\r\n this.subItems.forEach(subItem => {\r\n if (!product.validateSize(subItem.size)) {\r\n throw new SizeMismatchError();\r\n }\r\n });\r\n\r\n const productPricing = product.getPriceDetails(cartCountry);\r\n if (!productPricing || productPricing.getBaseUnitPrice().getCurrency() !== cartCurrency) {\r\n throw new PricingNotFoundError();\r\n }\r\n this.name = product.getName();\r\n this.specifications = product.getSpecifications();\r\n this.primaryImage = product.getImages(this.selectionAttributes).primary;\r\n\r\n const quantity = this.subItems.reduce((sum, s) => sum + s.quantity, 0);\r\n const { unitPrice } = productPricing.getApplicableTier(quantity);\r\n\r\n this.pricing = {\r\n unitPrice: unitPrice,\r\n tierPricing: productPricing,\r\n taxCategory: productPricing.getTaxCategory(),\r\n applicableTaxRule: this.pricing.applicableTaxRule\r\n }\r\n\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Updates the discounts applied to this line item and recalculates totals.\r\n * @param appliedDiscounts - List of coupons and their allocated discount amounts.\r\n */\r\n public updateDiscounts(appliedDiscounts: { coupon: CouponModel, amount: PriceModel }[]): void {\r\n let lineItemDiscounts = {} as Record<string, PriceModel>;\r\n appliedDiscounts.forEach(discount => {\r\n lineItemDiscounts[discount.coupon.getCode()] = discount.amount;\r\n });\r\n\r\n this.total.discounts = lineItemDiscounts;\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Updates the tax rule for this line item and recalculates totals.\r\n * @param taxRule - The new tax rule to apply.\r\n * @throws {Error} If the tax rule category does not match the item's tax category.\r\n */\r\n public updateTax(taxRules: TaxRuleModel[]): void {\r\n taxRules.forEach(taxRule => {\r\n if (!taxRule.appliesTo(this.pricing.taxCategory, taxRule.getCountry())) {\r\n throw new InvalidTaxRuleError();\r\n }\r\n });\r\n\r\n // Remove the old taxableUnitPrice calculation - no longer needed\r\n this.pricing.applicableTaxRule = taxRules;\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Recalculates the line item totals based on current quantity, unit price, discounts, and tax rates.\r\n */\r\n public calculateTotals(): void {\r\n const zero = this.pricing.unitPrice.zero();\r\n const totalQuantity = this.subItems.reduce((sum, s) => sum + s.quantity, 0);\r\n\r\n if (this.state === LineItemState.CANCELLED) {\r\n this.total = {\r\n quantity: 0,\r\n unitPrice: zero,\r\n subtotal: zero,\r\n discounts: {},\r\n totalDiscount: zero,\r\n netUnitPrice: zero,\r\n netSubtotal: zero,\r\n taxBreakdown: {},\r\n taxTotal: zero,\r\n grandTotal: zero\r\n };\r\n return;\r\n }\r\n\r\n const { unitPrice } = this.pricing.tierPricing.getApplicableTier(totalQuantity);\r\n const subTotal = unitPrice.multiply(totalQuantity);\r\n const totalDiscount = Object.values(this.total.discounts).reduce((sum, s) => sum.add(s), zero);\r\n const netSubtotal = subTotal.subtract(totalDiscount);\r\n const netUnitPrice = totalQuantity > 0 ? netSubtotal.divide(totalQuantity) : zero;\r\n\r\n // Calculate tax for each applicable rule\r\n const taxBreakdown: Record<string, LineItemTaxBreakdownModel> = {};\r\n let taxTotal = zero;\r\n this.pricing.applicableTaxRule.forEach(taxRule => {\r\n const rate = taxRule.getApplicableTaxRate(netUnitPrice);\r\n const taxPerUnit = taxRule.calculateTax(netUnitPrice);\r\n const amount = taxPerUnit.multiply(totalQuantity);\r\n taxBreakdown[taxRule.getTaxRuleId()] = {\r\n rate: rate,\r\n taxableUnitPrice: netUnitPrice,\r\n taxPerUnit: taxPerUnit,\r\n amount: amount,\r\n system: taxRule.getTaxSystem(),\r\n subSystem: taxRule.getTaxSubSystem()\r\n };\r\n taxTotal = taxTotal.add(amount);\r\n });\r\n\r\n const grandTotal = netSubtotal.add(taxTotal);\r\n\r\n this.total = {\r\n quantity: totalQuantity,\r\n unitPrice: unitPrice,\r\n subtotal: subTotal,\r\n discounts: this.total.discounts,\r\n totalDiscount: totalDiscount,\r\n netUnitPrice: netUnitPrice,\r\n netSubtotal: netSubtotal,\r\n taxBreakdown: taxBreakdown,\r\n taxTotal: taxTotal,\r\n grandTotal: grandTotal\r\n };\r\n }\r\n\r\n /**\r\n * Updates the line item's state.\r\n * @param newState \r\n */\r\n public updateState(newState: LineItemState): void {\r\n if (this.state in LineItemState) {\r\n if (this.state !== newState) {\r\n this.state = newState;\r\n }\r\n } else {\r\n throw new InvalidLineItemStateError(newState);\r\n }\r\n }\r\n\r\n /**\r\n * Resets the line item's properties to their default empty or initial state.\r\n * Useful for clearing out line item data without creating a new instance.\r\n * Recalculates total quantity and price total afterwards (which will be zero).\r\n */\r\n clearLineItem(): void {\r\n const zero = this.pricing.unitPrice.zero()\r\n this.id = '';\r\n this.productKey = '';\r\n this.selectionAttributes = { color: { name: '' } };\r\n this.name = { en: '' };\r\n this.primaryImage = new ImageInfoModel({ sources: { original: '' } });\r\n this.subItems = [];\r\n this.pricing = {\r\n unitPrice: zero,\r\n tierPricing: this.pricing.tierPricing,\r\n taxCategory: this.pricing.taxCategory,\r\n applicableTaxRule: []\r\n }\r\n this.total = {\r\n quantity: 0,\r\n unitPrice: zero,\r\n subtotal: zero,\r\n discounts: {},\r\n totalDiscount: zero,\r\n netUnitPrice: zero,\r\n netSubtotal: zero,\r\n taxBreakdown: {},\r\n taxTotal: zero,\r\n grandTotal: zero\r\n };\r\n }\r\n}"]}
1
+ {"version":3,"sources":["../src/Classes/LineItem.ts"],"names":["LineItemModel","CustomFieldModel","data","Utils_default","ImageInfoModel","uniqueSelectionAttributes","item","DuplicateSizeError","PriceModel","TieredPriceModel","rule","TaxRuleModel","couponCode","discount","taxRuleId","taxBreakdown","locale","LocaleLanguageMap","pricing","total","subItems","addQuantity","subItem","existingSubItem","sub","product","cartCountry","cartCurrency","ProductMismatchError","ProductInactiveError","SizeMismatchError","productPricing","PricingNotFoundError","quantity","sum","s","unitPrice","appliedDiscounts","lineItemDiscounts","taxRules","taxRule","InvalidTaxRuleError","zero","totalQuantity","subTotal","totalDiscount","netSubtotal","netUnitPrice","taxTotal","rate","taxPerUnit","amount","grandTotal","newState","LineItemState","InvalidLineItemStateError"],"mappings":"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","file":"chunk-GF3OGUDE.mjs","sourcesContent":["import Utils from \"../Utils\";\r\nimport { Color, CountryCode, CurrencyCode, LocaleCode, LocalizedString, LocalizedValue } from \"./Common\";\r\nimport CouponModel from \"./Coupon\";\r\nimport { LineItemState, LocaleLanguageMap, TaxSystem } from \"./Enum\";\r\nimport ImageInfoModel, { ImageInfoData } from \"./ImageInfo\";\r\nimport PriceModel, { PriceData } from \"./Price\";\r\nimport ProductModel, { ProductSelectionAttributes, ProductSpecification, SelectionAttributes } from \"./Product\";\r\nimport { TaxRuleData, TaxRuleModel, TaxSlabModel, TaxSlabs } from \"./TaxRule\";\r\nimport { TieredPriceData, TieredPriceModel } from \"./TieredPrice\";\r\nimport {\r\n DuplicateSizeError,\r\n ProductMismatchError,\r\n ProductInactiveError,\r\n SizeMismatchError,\r\n PricingNotFoundError,\r\n InvalidTaxRuleError,\r\n InvalidLineItemStateError\r\n} from \"./Error\";\r\nimport { CustomFieldAttributes, CustomFieldModel } from \"./Base\";\r\n\r\nexport type SubItem = {\r\n size: string | 'ONESIZE';\r\n quantity: number;\r\n};\r\n\r\nexport type LineItemPricing = {\r\n unitPrice: PriceData;\r\n tierPricing: TieredPriceData;\r\n taxCategory: string;\r\n applicableTaxRule: TaxRuleData[];\r\n};\r\n\r\nexport type LineItemTaxBreakdown = {\r\n rate: number; // 0.09 for 9%\r\n taxableUnitPrice: PriceData; // effectiveUnitPrice used for calculation\r\n taxPerUnit: PriceData; // tax on single unit\r\n amount: PriceData; // taxPerUnit × quantity (total tax)\r\n system: TaxSystem;\r\n subSystem: string;\r\n};\r\n\r\nexport type LineItemTaxBreakdownModel = {\r\n rate: number;\r\n taxableUnitPrice: PriceModel;\r\n taxPerUnit: PriceModel;\r\n amount: PriceModel;\r\n system: TaxSystem;\r\n subSystem: string;\r\n};\r\n\r\nexport type LineItemTotals = {\r\n quantity: number;\r\n unitPrice: PriceData; // original unit price (from tier pricing)\r\n subtotal: PriceData; // unitPrice × quantity\r\n discounts: Record<string, PriceData>; // couponCode -> discount mapping\r\n totalDiscount: PriceData; // sum of all discounts\r\n netUnitPrice: PriceData; // unit price after discounts\r\n netSubtotal: PriceData; // subtotal - totalDiscount (taxable amount)\r\n taxBreakdown: Record<string, LineItemTaxBreakdown>;\r\n taxTotal: PriceData; // sum of all tax amounts\r\n grandTotal: PriceData; // effectiveSubtotal + taxTotal\r\n};\r\n\r\nexport type LineItemTotalsModel = {\r\n quantity: number;\r\n unitPrice: PriceModel;\r\n subtotal: PriceModel;\r\n discounts: Record<string, PriceModel>;\r\n totalDiscount: PriceModel;\r\n netUnitPrice: PriceModel;\r\n netSubtotal: PriceModel;\r\n taxBreakdown: Record<string, LineItemTaxBreakdownModel>;\r\n taxTotal: PriceModel;\r\n grandTotal: PriceModel;\r\n};\r\n\r\nexport type LineItemAttributes = CustomFieldAttributes & {\r\n id: string;\r\n\r\n productKey: string;\r\n selectionAttributes: SelectionAttributes;\r\n\r\n name: LocalizedString;\r\n specifications: LocalizedValue<ProductSpecification>;\r\n primaryImage: ImageInfoData;\r\n\r\n subItems: SubItem[];\r\n\r\n pricing: LineItemPricing;\r\n\r\n state?: LineItemState;\r\n total: LineItemTotals;\r\n}\r\n\r\nexport type LineItemData = Required<LineItemAttributes>;\r\n\r\n/**\r\n * Represents a line item within a shopping cart.\r\n */\r\nexport default class LineItemModel extends CustomFieldModel {\r\n protected id: string;\r\n protected productKey: string;\r\n protected selectionAttributes: SelectionAttributes;\r\n\r\n protected name: LocalizedString;\r\n protected specifications: LocalizedValue<ProductSpecification>;\r\n protected primaryImage: ImageInfoModel;\r\n protected subItems: SubItem[];\r\n protected pricing: {\r\n unitPrice: PriceModel;\r\n tierPricing: TieredPriceModel;\r\n taxCategory: string;\r\n applicableTaxRule: TaxRuleModel[];\r\n };\r\n\r\n protected state: LineItemState;\r\n protected total: LineItemTotalsModel;\r\n\r\n /**\r\n * Creates an instance of LineItemModel.\r\n * @param data - The initial line item attributes.\r\n */\r\n constructor(data: LineItemAttributes) {\r\n super(data);\r\n this.id = data.id;\r\n this.productKey = data.productKey;\r\n this.selectionAttributes = Utils.deepClone(data.selectionAttributes);\r\n\r\n this.name = Utils.deepClone(data.name);\r\n this.specifications = Utils.deepClone(data.specifications);\r\n this.primaryImage = new ImageInfoModel(data.primaryImage);\r\n this.subItems = Utils.deepClone(data.subItems);\r\n\r\n let uniqueSelectionAttributes = new Set();\r\n this.subItems.forEach(item => {\r\n if (uniqueSelectionAttributes.has(item.size)) {\r\n throw new DuplicateSizeError(item.size);\r\n }\r\n uniqueSelectionAttributes.add(item.size);\r\n });\r\n\r\n this.pricing = {\r\n unitPrice: new PriceModel(data.pricing.unitPrice),\r\n tierPricing: new TieredPriceModel(data.pricing.tierPricing),\r\n taxCategory: data.pricing.taxCategory,\r\n applicableTaxRule: data.pricing.applicableTaxRule.map(rule => new TaxRuleModel(rule)),\r\n }\r\n\r\n this.state = data.state ?? LineItemState.INITIAL;\r\n\r\n this.total = {\r\n quantity: data.total.quantity,\r\n unitPrice: new PriceModel(data.total.unitPrice),\r\n subtotal: new PriceModel(data.total.subtotal),\r\n discounts: Object.fromEntries(\r\n Object.entries(data.total.discounts).map(([couponCode, discount]) => [\r\n couponCode,\r\n new PriceModel(discount),\r\n ])\r\n ),\r\n totalDiscount: new PriceModel(data.total.totalDiscount),\r\n netUnitPrice: new PriceModel(data.total.netUnitPrice),\r\n netSubtotal: new PriceModel(data.total.netSubtotal),\r\n taxBreakdown: Object.fromEntries(\r\n Object.entries(data.total.taxBreakdown).map(([taxRuleId, taxBreakdown]) => [\r\n taxRuleId,\r\n {\r\n rate: taxBreakdown.rate,\r\n taxableUnitPrice: new PriceModel(taxBreakdown.taxableUnitPrice),\r\n taxPerUnit: new PriceModel(taxBreakdown.taxPerUnit),\r\n amount: new PriceModel(taxBreakdown.amount),\r\n system: taxBreakdown.system,\r\n subSystem: taxBreakdown.subSystem\r\n }\r\n ])\r\n ),\r\n taxTotal: new PriceModel(data.total.taxTotal),\r\n grandTotal: new PriceModel(data.total.grandTotal),\r\n }\r\n }\r\n\r\n /**\r\n * Gets the unique identifier of the line item.\r\n * @returns The unique ID string.\r\n */\r\n getId(): string {\r\n return this.id;\r\n }\r\n\r\n /**\r\n * Gets the product key associated with this line item.\r\n * @returns The product key string.\r\n */\r\n getProductKey(): string {\r\n return this.productKey;\r\n }\r\n\r\n /**\r\n * Gets the selection attributes (e.g., size, color) for this line item.\r\n * @returns A copy of the selection attributes object.\r\n */\r\n getSelectionAttributes(): SelectionAttributes {\r\n return Utils.deepClone(this.selectionAttributes);\r\n }\r\n\r\n /**\r\n * Gets the full localized product name object.\r\n * @returns A copy of the LocalizedString object for the name.\r\n */\r\n getName(): LocalizedString\r\n /**\r\n * Gets the product name for a specific locale, falling back to English ('en').\r\n * @param locale - The desired locale code.\r\n * @returns The name string for the specified locale.\r\n */\r\n getName(locale: LocaleCode): string\r\n getName(locale?: LocaleCode): LocalizedString | string {\r\n if (locale) {\r\n return Utils.deepClone(this.name[locale] ?? this.name[LocaleLanguageMap[locale]] ?? this.name.en);\r\n } else {\r\n return Utils.deepClone(this.name);\r\n }\r\n }\r\n\r\n /**\r\n * Gets the full localized product specifications object.\r\n * @returns Product Specifications\r\n */\r\n getSpecifications(): LocalizedValue<ProductSpecification>\r\n /**\r\n * Gets the product specifications for a specific locale, falling back to English ('en').\r\n * @param locale - The desired locale code.\r\n * @returns The ProductSpecification object for the specified locale, or undefined if not found.\r\n */\r\n getSpecifications(locale: LocaleCode): ProductSpecification | undefined\r\n getSpecifications(locale?: LocaleCode): LocalizedValue<ProductSpecification> | ProductSpecification | undefined {\r\n if (locale) {\r\n return Utils.deepClone(this.specifications[locale] ?? this.specifications[LocaleLanguageMap[locale]] ?? this.specifications.en);\r\n } else {\r\n return Utils.deepClone(this.specifications);\r\n }\r\n }\r\n\r\n /**\r\n * Gets the image information model for this line item.\r\n * @returns The ImageInfoModel instance.\r\n */\r\n getImage(): ImageInfoModel {\r\n return this.primaryImage;\r\n }\r\n\r\n /**\r\n * Gets the sub-items (size/quantity breakdown).\r\n * @returns A copy of the array of SubItems.\r\n */\r\n getSubItems(): SubItem[] {\r\n return Utils.deepClone(this.subItems);\r\n }\r\n\r\n /**\r\n * Gets the total quantity for this line item across all sub-items.\r\n * @returns The total quantity as a number.\r\n */\r\n getTotalQuantity(): number {\r\n return this.total.quantity;\r\n }\r\n\r\n /**\r\n * Gets the pricing information model for this line item.\r\n * @returns An object containing unit price, tiered pricing, tax category, and tax details.\r\n */\r\n getPricing() {\r\n return {\r\n unitPrice: this.pricing.unitPrice,\r\n tierPricing: this.pricing.tierPricing,\r\n taxCategory: this.pricing.taxCategory,\r\n applicableTaxRule: this.pricing.applicableTaxRule,\r\n };\r\n }\r\n\r\n /**\r\n * Gets the current state of the line item.\r\n * @returns The LineItemState enum value.\r\n */\r\n getState() {\r\n return this.state;\r\n }\r\n\r\n /**\r\n * Gets the total price for this line item (including all sub-items).\r\n * @returns An object containing line item totals including subtotal, tax, discounts, and grand total.\r\n */\r\n getTotal(): LineItemTotalsModel {\r\n return {\r\n quantity: this.total.quantity,\r\n unitPrice: this.total.unitPrice,\r\n subtotal: this.total.subtotal,\r\n discounts: Object.fromEntries(\r\n Object.entries(this.total.discounts).map(([couponCode, discount]) => [\r\n couponCode,\r\n discount,\r\n ])\r\n ),\r\n totalDiscount: this.total.totalDiscount,\r\n netUnitPrice: this.total.netUnitPrice,\r\n netSubtotal: this.total.netSubtotal,\r\n taxBreakdown: this.total.taxBreakdown,\r\n taxTotal: this.total.taxTotal,\r\n grandTotal: this.total.grandTotal,\r\n };\r\n }\r\n\r\n /**\r\n * Gets a plain data object representing the line item's details.\r\n * @returns LineItemData.\r\n */\r\n getDetails(): LineItemData {\r\n const pricing = this.getPricing();\r\n const total = this.getTotal();\r\n return {\r\n id: this.getId(),\r\n productKey: this.getProductKey(),\r\n selectionAttributes: this.getSelectionAttributes(),\r\n name: this.getName(),\r\n specifications: this.getSpecifications(),\r\n primaryImage: this.getImage().getDetails(),\r\n subItems: this.getSubItems(),\r\n pricing: {\r\n unitPrice: pricing.unitPrice.getDetails(),\r\n tierPricing: pricing.tierPricing.getDetails(),\r\n taxCategory: pricing.taxCategory,\r\n applicableTaxRule: pricing.applicableTaxRule.map(rule => rule.getDetails()),\r\n },\r\n state: this.getState(),\r\n total: {\r\n quantity: total.quantity,\r\n unitPrice: total.unitPrice.getDetails(),\r\n subtotal: total.subtotal.getDetails(),\r\n discounts: Object.fromEntries(\r\n Object.entries(total.discounts).map(([couponCode, discount]) => [\r\n couponCode,\r\n discount.getDetails(),\r\n ])\r\n ),\r\n totalDiscount: total.totalDiscount.getDetails(),\r\n netUnitPrice: total.netUnitPrice.getDetails(),\r\n netSubtotal: total.netSubtotal.getDetails(),\r\n taxBreakdown: Object.fromEntries(\r\n Object.entries(total.taxBreakdown).map(([taxRuleId, taxBreakdown]) => [\r\n taxRuleId,\r\n {\r\n rate: taxBreakdown.rate,\r\n taxableUnitPrice: taxBreakdown.taxableUnitPrice.getDetails(),\r\n taxPerUnit: taxBreakdown.taxPerUnit.getDetails(),\r\n amount: taxBreakdown.amount.getDetails(),\r\n system: taxBreakdown.system,\r\n subSystem: taxBreakdown.subSystem\r\n }\r\n ])\r\n ),\r\n taxTotal: total.taxTotal.getDetails(),\r\n grandTotal: total.grandTotal.getDetails(),\r\n },\r\n customFields: this.getAllCustomFields()\r\n };\r\n }\r\n\r\n /**\r\n * Adds or updates sub-items (e.g., sizes with quantities) to the line item.\r\n * If a sub-item with the same size already exists, its quantity is either\r\n * updated by adding the new quantity or replaced entirely, based on the `addQuantity` flag.\r\n * Sub-items with a resulting quantity of 0 are removed.\r\n * @param subItems - An array of `SubItem` objects to add or update.\r\n * @param addQuantity - If true, adds the quantity from `subItem` to the existing quantity.\r\n * If false, replaces the existing quantity with the one from `subItem`.\r\n */\r\n addSubItems(subItems: SubItem[], addQuantity: boolean): void {\r\n subItems.forEach(subItem => {\r\n const existingSubItem = this.subItems.find(item => item.size === subItem.size);\r\n if (existingSubItem) {\r\n existingSubItem.quantity = addQuantity ? existingSubItem.quantity + subItem.quantity : subItem.quantity;\r\n } else {\r\n this.subItems.push(subItem);\r\n }\r\n })\r\n this.subItems = this.subItems.filter(sub => sub.quantity > 0);\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Updates the line item with the latest product data (price, image, name, specifications).\r\n * Validates that the product matches the line item's selection and is active.\r\n * @param product - The product model to update from.\r\n * @param cartCountry - The country code for pricing context.\r\n * @param cartCurrency - The currency code for pricing context.\r\n * @throws {Error} If product mismatch, inactive, size mismatch, or pricing missing.\r\n */\r\n public updateProductData(product: ProductModel, cartCountry: CountryCode, cartCurrency: CurrencyCode): void {\r\n if (this.productKey !== product.getKey() || !product.validateSelectionAttribute(this.selectionAttributes)) {\r\n throw new ProductMismatchError();\r\n } else if (!product.getIsActive()) {\r\n throw new ProductInactiveError();\r\n }\r\n\r\n this.subItems.forEach(subItem => {\r\n if (!product.validateSize(subItem.size)) {\r\n throw new SizeMismatchError();\r\n }\r\n });\r\n\r\n const productPricing = product.getPriceDetails(cartCountry);\r\n if (!productPricing || productPricing.getBaseUnitPrice().getCurrency() !== cartCurrency) {\r\n throw new PricingNotFoundError();\r\n }\r\n this.name = product.getName();\r\n this.specifications = product.getSpecifications();\r\n this.primaryImage = product.getImages(this.selectionAttributes).primary;\r\n\r\n const quantity = this.subItems.reduce((sum, s) => sum + s.quantity, 0);\r\n const { unitPrice } = productPricing.getApplicableTier(quantity);\r\n\r\n this.pricing = {\r\n unitPrice: unitPrice,\r\n tierPricing: productPricing,\r\n taxCategory: productPricing.getTaxCategory(),\r\n applicableTaxRule: this.pricing.applicableTaxRule\r\n }\r\n\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Updates the discounts applied to this line item and recalculates totals.\r\n * @param appliedDiscounts - List of coupons and their allocated discount amounts.\r\n */\r\n public updateDiscounts(appliedDiscounts: { coupon: CouponModel, amount: PriceModel }[]): void {\r\n let lineItemDiscounts = {} as Record<string, PriceModel>;\r\n appliedDiscounts.forEach(discount => {\r\n lineItemDiscounts[discount.coupon.getCode()] = discount.amount;\r\n });\r\n\r\n this.total.discounts = lineItemDiscounts;\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Updates the tax rule for this line item and recalculates totals.\r\n * @param taxRule - The new tax rule to apply.\r\n * @throws {Error} If the tax rule category does not match the item's tax category.\r\n */\r\n public updateTax(taxRules: TaxRuleModel[]): void {\r\n taxRules.forEach(taxRule => {\r\n if (!taxRule.appliesTo(this.pricing.taxCategory, taxRule.getTaxCountry())) {\r\n throw new InvalidTaxRuleError();\r\n }\r\n });\r\n\r\n // Remove the old taxableUnitPrice calculation - no longer needed\r\n this.pricing.applicableTaxRule = taxRules;\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Recalculates the line item totals based on current quantity, unit price, discounts, and tax rates.\r\n */\r\n public calculateTotals(): void {\r\n const zero = this.pricing.unitPrice.zero();\r\n const totalQuantity = this.subItems.reduce((sum, s) => sum + s.quantity, 0);\r\n\r\n if (this.state === LineItemState.CANCELLED) {\r\n this.total = {\r\n quantity: 0,\r\n unitPrice: zero,\r\n subtotal: zero,\r\n discounts: {},\r\n totalDiscount: zero,\r\n netUnitPrice: zero,\r\n netSubtotal: zero,\r\n taxBreakdown: {},\r\n taxTotal: zero,\r\n grandTotal: zero\r\n };\r\n return;\r\n }\r\n\r\n const { unitPrice } = this.pricing.tierPricing.getApplicableTier(totalQuantity);\r\n const subTotal = unitPrice.multiply(totalQuantity);\r\n const totalDiscount = Object.values(this.total.discounts).reduce((sum, s) => sum.add(s), zero);\r\n const netSubtotal = subTotal.subtract(totalDiscount);\r\n const netUnitPrice = totalQuantity > 0 ? netSubtotal.divide(totalQuantity) : zero;\r\n\r\n // Calculate tax for each applicable rule\r\n const taxBreakdown: Record<string, LineItemTaxBreakdownModel> = {};\r\n let taxTotal = zero;\r\n this.pricing.applicableTaxRule.forEach(taxRule => {\r\n const rate = taxRule.getApplicableTaxRate(netUnitPrice);\r\n const taxPerUnit = taxRule.calculateTax(netUnitPrice);\r\n const amount = taxPerUnit.multiply(totalQuantity);\r\n taxBreakdown[taxRule.getTaxRuleId()] = {\r\n rate: rate,\r\n taxableUnitPrice: netUnitPrice,\r\n taxPerUnit: taxPerUnit,\r\n amount: amount,\r\n system: taxRule.getTaxSystem(),\r\n subSystem: taxRule.getTaxSubSystem()\r\n };\r\n taxTotal = taxTotal.add(amount);\r\n });\r\n\r\n const grandTotal = netSubtotal.add(taxTotal);\r\n\r\n this.total = {\r\n quantity: totalQuantity,\r\n unitPrice: unitPrice,\r\n subtotal: subTotal,\r\n discounts: this.total.discounts,\r\n totalDiscount: totalDiscount,\r\n netUnitPrice: netUnitPrice,\r\n netSubtotal: netSubtotal,\r\n taxBreakdown: taxBreakdown,\r\n taxTotal: taxTotal,\r\n grandTotal: grandTotal\r\n };\r\n }\r\n\r\n /**\r\n * Updates the line item's state.\r\n * @param newState \r\n */\r\n public updateState(newState: LineItemState): void {\r\n if (this.state in LineItemState) {\r\n if (this.state !== newState) {\r\n this.state = newState;\r\n }\r\n } else {\r\n throw new InvalidLineItemStateError(newState);\r\n }\r\n }\r\n\r\n /**\r\n * Resets the line item's properties to their default empty or initial state.\r\n * Useful for clearing out line item data without creating a new instance.\r\n * Recalculates total quantity and price total afterwards (which will be zero).\r\n */\r\n clearLineItem(): void {\r\n const zero = this.pricing.unitPrice.zero()\r\n this.id = '';\r\n this.productKey = '';\r\n this.selectionAttributes = { color: { name: '' } };\r\n this.name = { en: '' };\r\n this.primaryImage = new ImageInfoModel({ sources: { original: '' } });\r\n this.subItems = [];\r\n this.pricing = {\r\n unitPrice: zero,\r\n tierPricing: this.pricing.tierPricing,\r\n taxCategory: this.pricing.taxCategory,\r\n applicableTaxRule: []\r\n }\r\n this.total = {\r\n quantity: 0,\r\n unitPrice: zero,\r\n subtotal: zero,\r\n discounts: {},\r\n totalDiscount: zero,\r\n netUnitPrice: zero,\r\n netSubtotal: zero,\r\n taxBreakdown: {},\r\n taxTotal: zero,\r\n grandTotal: zero\r\n };\r\n }\r\n}"]}
@@ -1,2 +1,2 @@
1
- import {a}from'./chunk-6X5O25W5.mjs';import {k,l,m as m$1,n,o}from'./chunk-XPKK6DFA.mjs';var m=class{baseUnitPrice;taxCategory;tiers;constructor(t){let e=new a(t.baseUnitPrice);if(!t.taxCategory)throw new k;let r=(t.tiers??[]).map(i=>({minQuantity:i.minQuantity,unitPrice:new a(i.unitPrice)})).sort((i,n)=>i.minQuantity-n.minQuantity);if(r.some(i=>i.minQuantity<=0))throw new l;let y=r.some(i=>i.unitPrice.getCurrency()!==e.getCurrency()),g=r.some((i,n)=>n>0&&i.unitPrice.compareTo(r[n-1].unitPrice)>0),h=r[0]?.unitPrice.compareTo(e)>0;if(y||g||h)throw new m$1("Tiers must share the same currency and must not increase in unit price.");this.baseUnitPrice=e,this.taxCategory=t.taxCategory,this.tiers=r;}getBaseUnitPrice(){return this.baseUnitPrice}getTaxCategory(){return this.taxCategory}getTiers(){return this.tiers}getDetails(){return {baseUnitPrice:this.baseUnitPrice.getDetails(),taxCategory:this.taxCategory,tiers:this.tiers.map(t=>({minQuantity:t.minQuantity,unitPrice:t.unitPrice.getDetails()}))}}getApplicableTier(t){if(t<=0)throw new n;for(let e=this.tiers.length-1;e>=0;e--)if(t>=this.tiers[e].minQuantity)return this.tiers[e];throw new o(t)}getMinQuantity(){return this.tiers[0]?.minQuantity??1}getMaxDiscountPercent(){if(!this.tiers.length)return 0;let t=this.tiers[this.tiers.length-1].unitPrice.getAmount(),e=this.baseUnitPrice.getAmount();return (e-t)/e*100}};export{m as a};//# sourceMappingURL=chunk-U7DES3CI.mjs.map
2
- //# sourceMappingURL=chunk-U7DES3CI.mjs.map
1
+ import {a}from'./chunk-XHGUVYQO.mjs';import {k,l,m as m$1,n,o}from'./chunk-XPKK6DFA.mjs';var m=class{baseUnitPrice;taxCategory;tiers;constructor(t){let e=new a(t.baseUnitPrice);if(!t.taxCategory)throw new k;let r=(t.tiers??[]).map(i=>({minQuantity:i.minQuantity,unitPrice:new a(i.unitPrice)})).sort((i,n)=>i.minQuantity-n.minQuantity);if(r.some(i=>i.minQuantity<=0))throw new l;let y=r.some(i=>i.unitPrice.getCurrency()!==e.getCurrency()),g=r.some((i,n)=>n>0&&i.unitPrice.compareTo(r[n-1].unitPrice)>0),h=r[0]?.unitPrice.compareTo(e)>0;if(y||g||h)throw new m$1("Tiers must share the same currency and must not increase in unit price.");this.baseUnitPrice=e,this.taxCategory=t.taxCategory,this.tiers=r;}getBaseUnitPrice(){return this.baseUnitPrice}getTaxCategory(){return this.taxCategory}getTiers(){return this.tiers}getDetails(){return {baseUnitPrice:this.baseUnitPrice.getDetails(),taxCategory:this.taxCategory,tiers:this.tiers.map(t=>({minQuantity:t.minQuantity,unitPrice:t.unitPrice.getDetails()}))}}getApplicableTier(t){if(t<=0)throw new n;for(let e=this.tiers.length-1;e>=0;e--)if(t>=this.tiers[e].minQuantity)return this.tiers[e];throw new o(t)}getMinQuantity(){return this.tiers[0]?.minQuantity??1}getMaxDiscountPercent(){if(!this.tiers.length)return 0;let t=this.tiers[this.tiers.length-1].unitPrice.getAmount(),e=this.baseUnitPrice.getAmount();return (e-t)/e*100}};export{m as a};//# sourceMappingURL=chunk-HR5HHV6O.mjs.map
2
+ //# sourceMappingURL=chunk-HR5HHV6O.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Classes/TieredPrice.ts"],"names":["TieredPriceModel","data","baseUnitPrice","PriceModel","InvalidTaxCategoryError","tiers","tier","a","b","t","InvalidMinQuantityError","hasDifferentCurrency","hasIrregularPricing","index","basePriceExceedsFirstTier","InvalidTieredPriceError","quantity","InvalidQuantityError","i","NoApplicableTierError","lowestTierPrice","basePrice"],"mappings":"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","file":"chunk-U7DES3CI.mjs","sourcesContent":["import PriceModel, { PriceData } from \"./Price\";\r\nimport {\r\n InvalidTaxCategoryError,\r\n InvalidMinQuantityError,\r\n InvalidTieredPriceError,\r\n InvalidQuantityError,\r\n NoApplicableTierError\r\n} from \"./Error\";\r\n\r\n/**\r\n * Represents a pricing tier based on a minimum purchase quantity.\r\n */\r\nexport type PriceTier = {\r\n minQuantity: number;\r\n unitPrice: PriceModel;\r\n};\r\n\r\n/**\r\n * Represents the attributes required for tiered pricing.\r\n */\r\nexport type TieredPriceAttributes = {\r\n baseUnitPrice: PriceData;\r\n taxCategory: string;\r\n\r\n /** Quantity-based pricing tiers */\r\n tiers: {\r\n minQuantity: number;\r\n unitPrice: PriceData;\r\n }[];\r\n};\r\n\r\nexport type TieredPriceData = TieredPriceAttributes;\r\n\r\nexport class TieredPriceModel {\r\n protected baseUnitPrice: PriceModel;\r\n protected taxCategory: string;\r\n protected tiers: PriceTier[];\r\n\r\n /** Constructor\r\n * Initializes the tiered pricing model with the provided attributes.\r\n * @param data - The tiered pricing attributes.\r\n *\r\n * @throws {Error}\r\n * - If the tax category is not valid\r\n * - If any tier has an invalid minimum quantity or unit price\r\n * - If the base unit price is not valid\r\n */\r\n constructor(data: TieredPriceAttributes) {\r\n const baseUnitPrice = new PriceModel(data.baseUnitPrice);\r\n\r\n if (!data.taxCategory) {\r\n throw new InvalidTaxCategoryError();\r\n }\r\n\r\n const tiers = (data.tiers ?? [])\r\n .map(tier => ({\r\n minQuantity: tier.minQuantity,\r\n unitPrice: new PriceModel(tier.unitPrice),\r\n }))\r\n .sort((a, b) => a.minQuantity - b.minQuantity);\r\n\r\n const hasInvalidMinQuantity = tiers.some(t => t.minQuantity <= 0);\r\n if (hasInvalidMinQuantity) {\r\n throw new InvalidMinQuantityError();\r\n }\r\n\r\n const hasDifferentCurrency = tiers.some(\r\n t => t.unitPrice.getCurrency() !== baseUnitPrice.getCurrency()\r\n );\r\n const hasIrregularPricing = tiers.some(\r\n (tier, index) =>\r\n index > 0 &&\r\n tier.unitPrice.compareTo(tiers[index - 1].unitPrice) > 0\r\n );\r\n const basePriceExceedsFirstTier = tiers[0]?.unitPrice.compareTo(baseUnitPrice) > 0;\r\n\r\n if (hasDifferentCurrency || hasIrregularPricing || basePriceExceedsFirstTier) {\r\n throw new InvalidTieredPriceError(\r\n \"Tiers must share the same currency and must not increase in unit price.\"\r\n );\r\n }\r\n\r\n this.baseUnitPrice = baseUnitPrice;\r\n this.taxCategory = data.taxCategory;\r\n this.tiers = tiers;\r\n }\r\n\r\n /** \r\n * Returns the base unit price \r\n * @returns The base unit price as a PriceModel instance.\r\n */\r\n getBaseUnitPrice(): PriceModel {\r\n return this.baseUnitPrice;\r\n }\r\n\r\n /** \r\n * Returns the tax category \r\n * @returns The tax category as a TaxCategory enum value.\r\n */\r\n getTaxCategory(): string {\r\n return this.taxCategory;\r\n }\r\n\r\n /** \r\n * Returns all pricing tiers sorted by minimum quantity \r\n * @returns An array of PriceTier objects.\r\n */\r\n getTiers(): readonly PriceTier[] {\r\n return this.tiers;\r\n }\r\n\r\n getDetails(): TieredPriceData {\r\n return {\r\n baseUnitPrice: this.baseUnitPrice.getDetails(),\r\n taxCategory: this.taxCategory,\r\n tiers: this.tiers.map(tier => ({\r\n minQuantity: tier.minQuantity,\r\n unitPrice: tier.unitPrice.getDetails()\r\n }))\r\n };\r\n }\r\n\r\n /**\r\n * Returns the applicable unit price for a given quantity.\r\n *\r\n * @param quantity - Purchase quantity\r\n * @returns The unit price for the highest applicable tier\r\n *\r\n * @throws {Error}\r\n * - If quantity is less than or equal to zero\r\n * - If quantity does not meet the minimum requirement of any tier\r\n */\r\n getApplicableTier(quantity: number): PriceTier {\r\n if (quantity <= 0) {\r\n throw new InvalidQuantityError();\r\n }\r\n\r\n for (let i = this.tiers.length - 1; i >= 0; i--) {\r\n if (quantity >= this.tiers[i].minQuantity) {\r\n return this.tiers[i];\r\n }\r\n }\r\n\r\n throw new NoApplicableTierError(quantity);\r\n }\r\n\r\n /**\r\n * Returns the minimum quantity required to purchase this product.\r\n */\r\n getMinQuantity(): number {\r\n return this.tiers[0]?.minQuantity ?? 1;\r\n }\r\n\r\n /**\r\n * Returns the maximum discount percentage achievable compared to the base unit price.\r\n */\r\n getMaxDiscountPercent(): number {\r\n if (!this.tiers.length) return 0;\r\n\r\n const lowestTierPrice = this.tiers[this.tiers.length - 1].unitPrice.getAmount();\r\n const basePrice = this.baseUnitPrice.getAmount();\r\n\r\n return ((basePrice - lowestTierPrice) / basePrice) * 100;\r\n }\r\n}\r\n"]}
1
+ {"version":3,"sources":["../src/Classes/TieredPrice.ts"],"names":["TieredPriceModel","data","baseUnitPrice","PriceModel","InvalidTaxCategoryError","tiers","tier","a","b","t","InvalidMinQuantityError","hasDifferentCurrency","hasIrregularPricing","index","basePriceExceedsFirstTier","InvalidTieredPriceError","quantity","InvalidQuantityError","i","NoApplicableTierError","lowestTierPrice","basePrice"],"mappings":"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","file":"chunk-HR5HHV6O.mjs","sourcesContent":["import PriceModel, { PriceData } from \"./Price\";\r\nimport {\r\n InvalidTaxCategoryError,\r\n InvalidMinQuantityError,\r\n InvalidTieredPriceError,\r\n InvalidQuantityError,\r\n NoApplicableTierError\r\n} from \"./Error\";\r\n\r\n/**\r\n * Represents a pricing tier based on a minimum purchase quantity.\r\n */\r\nexport type PriceTier = {\r\n minQuantity: number;\r\n unitPrice: PriceModel;\r\n};\r\n\r\n/**\r\n * Represents the attributes required for tiered pricing.\r\n */\r\nexport type TieredPriceAttributes = {\r\n baseUnitPrice: PriceData;\r\n taxCategory: string;\r\n\r\n /** Quantity-based pricing tiers */\r\n tiers: {\r\n minQuantity: number;\r\n unitPrice: PriceData;\r\n }[];\r\n};\r\n\r\nexport type TieredPriceData = TieredPriceAttributes;\r\n\r\nexport class TieredPriceModel {\r\n protected baseUnitPrice: PriceModel;\r\n protected taxCategory: string;\r\n protected tiers: PriceTier[];\r\n\r\n /** Constructor\r\n * Initializes the tiered pricing model with the provided attributes.\r\n * @param data - The tiered pricing attributes.\r\n *\r\n * @throws {Error}\r\n * - If the tax category is not valid\r\n * - If any tier has an invalid minimum quantity or unit price\r\n * - If the base unit price is not valid\r\n */\r\n constructor(data: TieredPriceAttributes) {\r\n const baseUnitPrice = new PriceModel(data.baseUnitPrice);\r\n\r\n if (!data.taxCategory) {\r\n throw new InvalidTaxCategoryError();\r\n }\r\n\r\n const tiers = (data.tiers ?? [])\r\n .map(tier => ({\r\n minQuantity: tier.minQuantity,\r\n unitPrice: new PriceModel(tier.unitPrice),\r\n }))\r\n .sort((a, b) => a.minQuantity - b.minQuantity);\r\n\r\n const hasInvalidMinQuantity = tiers.some(t => t.minQuantity <= 0);\r\n if (hasInvalidMinQuantity) {\r\n throw new InvalidMinQuantityError();\r\n }\r\n\r\n const hasDifferentCurrency = tiers.some(\r\n t => t.unitPrice.getCurrency() !== baseUnitPrice.getCurrency()\r\n );\r\n const hasIrregularPricing = tiers.some(\r\n (tier, index) =>\r\n index > 0 &&\r\n tier.unitPrice.compareTo(tiers[index - 1].unitPrice) > 0\r\n );\r\n const basePriceExceedsFirstTier = tiers[0]?.unitPrice.compareTo(baseUnitPrice) > 0;\r\n\r\n if (hasDifferentCurrency || hasIrregularPricing || basePriceExceedsFirstTier) {\r\n throw new InvalidTieredPriceError(\r\n \"Tiers must share the same currency and must not increase in unit price.\"\r\n );\r\n }\r\n\r\n this.baseUnitPrice = baseUnitPrice;\r\n this.taxCategory = data.taxCategory;\r\n this.tiers = tiers;\r\n }\r\n\r\n /** \r\n * Returns the base unit price \r\n * @returns The base unit price as a PriceModel instance.\r\n */\r\n getBaseUnitPrice(): PriceModel {\r\n return this.baseUnitPrice;\r\n }\r\n\r\n /** \r\n * Returns the tax category \r\n * @returns The tax category as a TaxCategory enum value.\r\n */\r\n getTaxCategory(): string {\r\n return this.taxCategory;\r\n }\r\n\r\n /** \r\n * Returns all pricing tiers sorted by minimum quantity \r\n * @returns An array of PriceTier objects.\r\n */\r\n getTiers(): readonly PriceTier[] {\r\n return this.tiers;\r\n }\r\n\r\n getDetails(): TieredPriceData {\r\n return {\r\n baseUnitPrice: this.baseUnitPrice.getDetails(),\r\n taxCategory: this.taxCategory,\r\n tiers: this.tiers.map(tier => ({\r\n minQuantity: tier.minQuantity,\r\n unitPrice: tier.unitPrice.getDetails()\r\n }))\r\n };\r\n }\r\n\r\n /**\r\n * Returns the applicable unit price for a given quantity.\r\n *\r\n * @param quantity - Purchase quantity\r\n * @returns The unit price for the highest applicable tier\r\n *\r\n * @throws {Error}\r\n * - If quantity is less than or equal to zero\r\n * - If quantity does not meet the minimum requirement of any tier\r\n */\r\n getApplicableTier(quantity: number): PriceTier {\r\n if (quantity <= 0) {\r\n throw new InvalidQuantityError();\r\n }\r\n\r\n for (let i = this.tiers.length - 1; i >= 0; i--) {\r\n if (quantity >= this.tiers[i].minQuantity) {\r\n return this.tiers[i];\r\n }\r\n }\r\n\r\n throw new NoApplicableTierError(quantity);\r\n }\r\n\r\n /**\r\n * Returns the minimum quantity required to purchase this product.\r\n */\r\n getMinQuantity(): number {\r\n return this.tiers[0]?.minQuantity ?? 1;\r\n }\r\n\r\n /**\r\n * Returns the maximum discount percentage achievable compared to the base unit price.\r\n */\r\n getMaxDiscountPercent(): number {\r\n if (!this.tiers.length) return 0;\r\n\r\n const lowestTierPrice = this.tiers[this.tiers.length - 1].unitPrice.getAmount();\r\n const basePrice = this.baseUnitPrice.getAmount();\r\n\r\n return ((basePrice - lowestTierPrice) / basePrice) * 100;\r\n }\r\n}\r\n"]}
@@ -0,0 +1,2 @@
1
+ import {c}from'./chunk-2HBQ3C6V.mjs';import {a as a$2}from'./chunk-Y5D6RHTJ.mjs';import {a as a$1}from'./chunk-XHGUVYQO.mjs';import {j}from'./chunk-XPKK6DFA.mjs';import {a}from'./chunk-6KCJVEZD.mjs';var u=class extends a{id;name;category;lineItemId;chargeType;pricing;total;constructor(t){super(t),this.id=t.id,this.name=t.name,this.category=t.category,this.lineItemId=t.lineItemId,this.chargeType=t.chargeType,this.pricing={price:new a$1(t.pricing.price),taxCategory:t.pricing.taxCategory,applicableTaxRule:t.pricing.applicableTaxRule.map(a=>new c(a))},this.total={price:new a$1(t.total.price),discounts:Object.fromEntries(Object.entries(t.total.discounts).map(([a,e])=>[a,new a$1(e)])),totalDiscount:new a$1(t.total.totalDiscount),netPrice:new a$1(t.total.netPrice),taxBreakdown:Object.fromEntries(Object.entries(t.total.taxBreakdown).map(([a,e])=>[a,{rate:e.rate,taxablePrice:new a$1(e.taxablePrice),amount:new a$1(e.amount),system:e.system,subSystem:e.subSystem}])),taxTotal:new a$1(t.total.taxTotal),grandTotal:new a$1(t.total.grandTotal)};}getId(){return this.id}getName(){return this.name}getCategory(){return this.category}getChargeType(){return this.chargeType}getLineItemId(){return this.lineItemId}getPricing(){return this.pricing}getTotal(){return this.total}getApplicableTaxRules(){return this.pricing.applicableTaxRule}updateTax(t){t.forEach(a=>{if(!a.appliesTo(this.pricing.taxCategory,a.getTaxCountry()))throw new j}),this.pricing.applicableTaxRule=t,this.calculateTotals();}updateDiscounts(t){let a={};t.forEach(e=>{a[e.coupon.getCode()]=e.amount;}),this.total.discounts=a,this.calculateTotals();}calculateTotals(){let t=this.pricing.price.zero(),a=this.pricing.price,e=Object.values(this.total.discounts).reduce((i,o)=>i.add(o),t),c=a.subtract(e),n={},d=this.pricing.applicableTaxRule.reduce((i,o)=>i+o.getApplicableTaxRate(),0),s=c.divide(1+d).round(),p=c.subtract(s),g=t,l=this.pricing.applicableTaxRule.reduce((i,o)=>o.getApplicableTaxRate()>i.getApplicableTaxRate()?o:i),m=l.getTaxRuleId();this.pricing.applicableTaxRule.forEach(i=>{if(i.getTaxRuleId()===m)return;let o=i.getApplicableTaxRate(),x=p.multiply(o).divide(d).round();n[i.getTaxRuleId()]={rate:o,taxablePrice:s,amount:x,system:i.getTaxSystem(),subSystem:i.getTaxSubSystem()},g=g.add(x);});let P=p.subtract(g);n[m]={rate:l.getApplicableTaxRate(),taxablePrice:s,amount:P,system:l.getTaxSystem(),subSystem:l.getTaxSubSystem()};let C=s,D=c;this.total={price:a,discounts:this.total.discounts,netPrice:C,totalDiscount:e,taxBreakdown:n,taxTotal:p,grandTotal:D};}getDetails(){return {id:this.id,name:a$2.deepClone(this.name),category:this.category,lineItemId:this.lineItemId,chargeType:this.chargeType,pricing:{price:this.pricing.price.getDetails(),taxCategory:this.pricing.taxCategory,applicableTaxRule:this.pricing.applicableTaxRule.map(a=>a.getDetails())},total:{price:this.total.price.getDetails(),discounts:Object.fromEntries(Object.entries(this.total.discounts).map(([a,e])=>[a,e.getDetails()])),totalDiscount:this.total.totalDiscount.getDetails(),netPrice:this.total.netPrice.getDetails(),taxBreakdown:Object.fromEntries(Object.entries(this.total.taxBreakdown).map(([a,e])=>[a,{rate:e.rate,taxablePrice:e.taxablePrice.getDetails(),amount:e.amount.getDetails(),system:e.system,subSystem:e.subSystem}])),taxTotal:this.total.taxTotal.getDetails(),grandTotal:this.total.grandTotal.getDetails()},customFields:this.getAllCustomFields()}}};export{u as a};//# sourceMappingURL=chunk-SNDTKUMW.mjs.map
2
+ //# sourceMappingURL=chunk-SNDTKUMW.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/Classes/Charge.ts"],"names":["ChargeModel","CustomFieldModel","data","PriceModel","r","FixedTaxRuleModel","discountId","discount","taxRuleId","taxBreakdown","taxRules","taxRule","InvalidTaxRuleError","appliedDiscounts","chargeDiscounts","zero","price","totalDiscount","sum","s","grossAmount","totalRate","taxableBase","totalTaxAmount","distributedTax","maxRateRule","prev","current","maxRateRuleId","rate","taxAmount","maxRateTaxAmount","netPrice","grandTotal","Utils_default","k","v"],"mappings":"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","file":"chunk-SNDTKUMW.mjs","sourcesContent":["import BaseModel, { BaseAttributes, BaseData, CustomFieldAttributes, CustomFieldModel } from \"./Base\";\r\nimport Utils from \"../Utils\";\r\nimport { LocalizedString } from \"./Common\";\r\nimport { ChargeType, TaxSystem } from \"./Enum\";\r\nimport { InvalidChargeError, InvalidTaxRuleError } from \"./Error\";\r\nimport PriceModel, { PriceData } from \"./Price\";\r\nimport { FixedTaxRuleData, FixedTaxRuleModel, TaxRuleData, TaxRuleModel } from \"./TaxRule\";\r\nimport CouponModel from \"./Coupon\";\r\n\r\nexport type ChargePricing = {\r\n price: PriceData;\r\n taxCategory: string;\r\n applicableTaxRule: FixedTaxRuleData[];\r\n};\r\n\r\nexport type ChargeTaxBreakdown = {\r\n rate: number;\r\n taxablePrice: PriceData;\r\n amount: PriceData;\r\n system: TaxSystem;\r\n subSystem: string;\r\n};\r\n\r\nexport type ChargeTaxBreakdownModel = {\r\n rate: number;\r\n taxablePrice: PriceModel;\r\n amount: PriceModel;\r\n system: TaxSystem;\r\n subSystem: string;\r\n};\r\n\r\nexport type ChargeTotals = {\r\n price: PriceData;\r\n discounts: Record<string, PriceData>;\r\n totalDiscount: PriceData;\r\n netPrice: PriceData;\r\n taxBreakdown: Record<string, ChargeTaxBreakdown>;\r\n taxTotal: PriceData;\r\n grandTotal: PriceData;\r\n};\r\n\r\nexport type ChargeTotalsModel = {\r\n price: PriceModel;\r\n discounts: Record<string, PriceModel>;\r\n totalDiscount: PriceModel;\r\n netPrice: PriceModel;\r\n taxBreakdown: Record<string, ChargeTaxBreakdownModel>;\r\n taxTotal: PriceModel;\r\n grandTotal: PriceModel;\r\n};\r\n\r\nexport type ChargeAttributes = CustomFieldAttributes & {\r\n id: string;\r\n name: LocalizedString;\r\n category: string;\r\n lineItemId?: string;\r\n chargeType: ChargeType;\r\n pricing: ChargePricing;\r\n total: ChargeTotals;\r\n};\r\n\r\nexport type ChargeData = Omit<Required<ChargeAttributes>, 'lineItemId'> & {\r\n lineItemId?: string;\r\n};\r\n\r\n/**\r\n * Represents an additional charge (or discount if amount is negative) in a shopping container.\r\n * Supports its own tax rules.\r\n */\r\nexport default class ChargeModel extends CustomFieldModel {\r\n protected id: string;\r\n protected name: LocalizedString;\r\n protected category: string;\r\n protected lineItemId?: string;\r\n protected chargeType: ChargeType;\r\n protected pricing: {\r\n price: PriceModel;\r\n taxCategory: string;\r\n applicableTaxRule: FixedTaxRuleModel[];\r\n };\r\n protected total: ChargeTotalsModel;\r\n\r\n constructor(data: ChargeAttributes) {\r\n super(data);\r\n this.id = data.id;\r\n this.name = data.name;\r\n this.category = data.category;\r\n this.lineItemId = data.lineItemId;\r\n this.chargeType = data.chargeType;\r\n this.pricing = {\r\n price: new PriceModel(data.pricing.price),\r\n taxCategory: data.pricing.taxCategory,\r\n applicableTaxRule: data.pricing.applicableTaxRule.map(r => new FixedTaxRuleModel(r))\r\n };\r\n\r\n this.total = {\r\n price: new PriceModel(data.total.price),\r\n discounts: Object.fromEntries(\r\n Object.entries(data.total.discounts).map(([discountId, discount]) => [\r\n discountId,\r\n new PriceModel(discount)\r\n ])\r\n ),\r\n totalDiscount: new PriceModel(data.total.totalDiscount),\r\n netPrice: new PriceModel(data.total.netPrice),\r\n taxBreakdown: Object.fromEntries(\r\n Object.entries(data.total.taxBreakdown).map(([taxRuleId, taxBreakdown]) => [\r\n taxRuleId,\r\n {\r\n rate: taxBreakdown.rate,\r\n taxablePrice: new PriceModel(taxBreakdown.taxablePrice),\r\n amount: new PriceModel(taxBreakdown.amount),\r\n system: taxBreakdown.system,\r\n subSystem: taxBreakdown.subSystem\r\n }\r\n ])\r\n ),\r\n taxTotal: new PriceModel(data.total.taxTotal),\r\n grandTotal: new PriceModel(data.total.grandTotal),\r\n };\r\n }\r\n\r\n public getId(): string { return this.id; }\r\n public getName(): LocalizedString { return this.name; }\r\n public getCategory(): string { return this.category; }\r\n public getChargeType(): ChargeType { return this.chargeType; }\r\n public getLineItemId(): string | undefined { return this.lineItemId; }\r\n public getPricing() { return this.pricing; }\r\n public getTotal(): ChargeTotalsModel { return this.total; }\r\n\r\n public getApplicableTaxRules(): FixedTaxRuleModel[] {\r\n return this.pricing.applicableTaxRule;\r\n }\r\n\r\n /**\r\n * Updates the tax rule for this line item and recalculates totals.\r\n * @param taxRule - The new tax rule to apply.\r\n * @throws {Error} If the tax rule category does not match the item's tax category.\r\n */\r\n public updateTax(taxRules: FixedTaxRuleModel[]): void {\r\n taxRules.forEach(taxRule => {\r\n if (!taxRule.appliesTo(this.pricing.taxCategory, taxRule.getTaxCountry())) {\r\n throw new InvalidTaxRuleError();\r\n }\r\n });\r\n\r\n // Remove the old taxableUnitPrice calculation - no longer needed\r\n this.pricing.applicableTaxRule = taxRules;\r\n this.calculateTotals();\r\n }\r\n\r\n /**\r\n * Updates the discounts applied to this line item and recalculates totals.\r\n * @param appliedDiscounts - List of coupons and their allocated discount amounts.\r\n */\r\n public updateDiscounts(appliedDiscounts: { coupon: CouponModel, amount: PriceModel }[]): void {\r\n let chargeDiscounts = {} as Record<string, PriceModel>;\r\n appliedDiscounts.forEach(discount => {\r\n chargeDiscounts[discount.coupon.getCode()] = discount.amount;\r\n });\r\n\r\n this.total.discounts = chargeDiscounts;\r\n this.calculateTotals();\r\n }\r\n\r\n public calculateTotals(): void {\r\n const zero = this.pricing.price.zero();\r\n const price = this.pricing.price;\r\n\r\n const totalDiscount = Object.values(this.total.discounts).reduce((sum, s) => sum.add(s), zero);\r\n const grossAmount = price.subtract(totalDiscount);\r\n\r\n const taxBreakdown: Record<string, ChargeTaxBreakdownModel> = {};\r\n\r\n // 1. Calculate total rate for inclusive back-calculation\r\n const totalRate = this.pricing.applicableTaxRule.reduce((sum, r) => sum + r.getApplicableTaxRate(), 0);\r\n\r\n // 2. Calculate BASE and TOTAL TAX using balancing logic\r\n // We round the base first, then define tax as the residual (Gross - Base)\r\n // This guarantees Base + Tax === GrandTotal (inclusive price)\r\n const taxableBase = grossAmount.divide(1 + totalRate).round();\r\n const totalTaxAmount = grossAmount.subtract(taxableBase);\r\n\r\n // 3. Distribute total tax among rules\r\n // We find the rule with the largest rate to absorb the rounding residual\r\n let distributedTax = zero;\r\n const maxRateRule = this.pricing.applicableTaxRule.reduce((prev, current) =>\r\n (current.getApplicableTaxRate() > prev.getApplicableTaxRate()) ? current : prev\r\n );\r\n const maxRateRuleId = maxRateRule.getTaxRuleId();\r\n\r\n // Calculate all other rules first\r\n this.pricing.applicableTaxRule.forEach((taxRule) => {\r\n if (taxRule.getTaxRuleId() === maxRateRuleId) return;\r\n\r\n const rate = taxRule.getApplicableTaxRate();\r\n const taxAmount = totalTaxAmount.multiply(rate).divide(totalRate).round();\r\n\r\n taxBreakdown[taxRule.getTaxRuleId()] = {\r\n rate: rate,\r\n taxablePrice: taxableBase,\r\n amount: taxAmount,\r\n system: taxRule.getTaxSystem(),\r\n subSystem: taxRule.getTaxSubSystem()\r\n };\r\n distributedTax = distributedTax.add(taxAmount);\r\n });\r\n\r\n // Assign residual to the largest rate rule\r\n const maxRateTaxAmount = totalTaxAmount.subtract(distributedTax);\r\n taxBreakdown[maxRateRuleId] = {\r\n rate: maxRateRule.getApplicableTaxRate(),\r\n taxablePrice: taxableBase,\r\n amount: maxRateTaxAmount,\r\n system: maxRateRule.getTaxSystem(),\r\n subSystem: maxRateRule.getTaxSubSystem()\r\n };\r\n\r\n const netPrice = taxableBase;\r\n const grandTotal = grossAmount;\r\n\r\n this.total = {\r\n price: price,\r\n discounts: this.total.discounts,\r\n netPrice: netPrice,\r\n totalDiscount: totalDiscount,\r\n taxBreakdown: taxBreakdown,\r\n taxTotal: totalTaxAmount,\r\n grandTotal: grandTotal\r\n };\r\n }\r\n\r\n public getDetails(): ChargeData {\r\n const details: ChargeData = {\r\n id: this.id,\r\n name: Utils.deepClone(this.name),\r\n category: this.category,\r\n lineItemId: this.lineItemId,\r\n chargeType: this.chargeType,\r\n pricing: {\r\n price: this.pricing.price.getDetails(),\r\n taxCategory: this.pricing.taxCategory,\r\n applicableTaxRule: this.pricing.applicableTaxRule.map(r => r.getDetails())\r\n },\r\n total: {\r\n price: this.total.price.getDetails(),\r\n discounts: Object.fromEntries(Object.entries(this.total.discounts).map(([k, v]) => [k, v.getDetails()])),\r\n totalDiscount: this.total.totalDiscount.getDetails(),\r\n netPrice: this.total.netPrice.getDetails(),\r\n taxBreakdown: Object.fromEntries(Object.entries(this.total.taxBreakdown).map(([k, v]) => [k, {\r\n rate: v.rate,\r\n taxablePrice: v.taxablePrice.getDetails(),\r\n amount: v.amount.getDetails(),\r\n system: v.system,\r\n subSystem: v.subSystem\r\n }])),\r\n taxTotal: this.total.taxTotal.getDetails(),\r\n grandTotal: this.total.grandTotal.getDetails()\r\n },\r\n customFields: this.getAllCustomFields()\r\n };\r\n return details;\r\n }\r\n}\r\n"]}
@@ -1,2 +1,2 @@
1
- import {i,h}from'./chunk-FC4P26U3.mjs';import {q,r,s,t}from'./chunk-XPKK6DFA.mjs';var d=class t$1{#e;amount;currency;constructor(e){if(this.#e="PriceModel",e.amount<0)throw new q("Amount cannot be negative.");if(!e.currency)throw new r("Currency code is required.");this.amount=e.amount,this.currency=e.currency;}get kind(){return this.#e}static isPriceModel(e){return typeof e=="object"&&e!==null&&e.kind==="PriceModel"}getCurrency(){return this.currency}getAmount(){return this.amount}getDetails(){return {amount:this.amount,currency:this.currency}}compareTo(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot compare prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return this.amount-e.getAmount()}add(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot add prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return new t$1({amount:this.amount+e.getAmount(),currency:this.currency})}subtract(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot subtract prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return new t$1({amount:this.amount-e.getAmount(),currency:this.currency})}multiply(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot multiply prices in different currencies.");return new t$1({amount:this.amount*e.getAmount(),currency:this.currency})}else if(typeof e=="number"&&e>=0)return new t$1({amount:this.amount*e,currency:this.currency});throw new t("Must be a non-negative number.")}divide(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot divide prices in different currencies.");return new t$1({amount:this.amount/e.getAmount(),currency:this.currency})}else if(typeof e=="number"&&e>0)return new t$1({amount:this.amount/e,currency:this.currency});throw new t("Must be a positive number.")}min(...e){if(e.length===0)throw new t("Must provide at least one PriceModel.");return e.reduce((r,n)=>{if(t$1.isPriceModel(n)){if(r.getCurrency()!==n.getCurrency())throw new s("Cannot compare prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return r.compareTo(n)<0?r:n},this)}max(...e){if(e.length===0)throw new t("Must provide at least one PriceModel.");return e.reduce((r,n)=>{if(t$1.isPriceModel(n)){if(r.getCurrency()!==n.getCurrency())throw new s("Cannot compare prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return r.compareTo(n)>0?r:n},this)}zero(){return new t$1({currency:this.currency,amount:0})}isZero(){return this.amount===0}round(){return new t$1({currency:this.currency,amount:this.getRoundedAmount()})}getRoundedAmount(){return t$1.getRoundedAmount(this.amount,this.currency)}getFormattedString(){return t$1.getFormattedString(this.amount,this.currency)}toString(){return this.getFormattedString()}static getFormattedString(e,r$1,n={displayAsInteger:!1,style:"currency",currencyDisplay:"symbol"}){let c=i[r$1];if(!r$1||!c)throw new r("Invalid currency code for formatting.");let o=e,a=n.displayAsInteger?0:t$1.getDecimalPlaces(r$1),h$1={style:n.style??"currency",currency:r$1,signDisplay:"never",currencyDisplay:n.currencyDisplay,minimumFractionDigits:a,maximumFractionDigits:a};n.displayAsInteger&&(o=Math.ceil(o));try{return new Intl.NumberFormat(c,h$1).format(o)}catch(g){return console.error(`Error formatting price for currency "${r$1}" and locale "${c}":`,g),`${h[r$1]??r$1} ${t$1.addThousandSeparators(o.toFixed(a))}`}}static getDecimalPlaces(e){switch(e){case"INR":default:return 2}}static addThousandSeparators(e){let r=e.split("."),n=r[0],c=r.length>1?"."+r[1]:"";return n.replace(/\B(?=(\d{3})+(?!\d))/g,",")+c}static getRoundedAmount(e,r$1){if(e<0)throw new q("Amount cannot be negative for rounding.");if(r$1===void 0)throw new r("Invalid currency code for rounding.");let n=t$1.getDecimalPlaces(r$1),c=Math.pow(10,n);return Math.round(e*c)/c}};export{d as a};//# sourceMappingURL=chunk-6X5O25W5.mjs.map
2
- //# sourceMappingURL=chunk-6X5O25W5.mjs.map
1
+ import {i,h}from'./chunk-FC4P26U3.mjs';import {q,r,s,t}from'./chunk-XPKK6DFA.mjs';var d=class t$1{#e;amount;currency;constructor(e){if(this.#e="PriceModel",e.amount<0)throw new q("Amount cannot be negative.");if(!e.currency)throw new r("Currency code is required.");this.amount=e.amount,this.currency=e.currency;}get kind(){return this.#e}static isPriceModel(e){return typeof e=="object"&&e!==null&&e.kind==="PriceModel"}getCurrency(){return this.currency}getAmount(){return this.amount}getDetails(){return {amount:this.amount,currency:this.currency}}compareTo(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot compare prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return this.amount-e.getAmount()}add(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot add prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return new t$1({amount:this.amount+e.getAmount(),currency:this.currency})}subtract(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot subtract prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return new t$1({amount:this.amount-e.getAmount(),currency:this.currency})}multiply(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot multiply prices in different currencies.");return new t$1({amount:this.amount*e.getAmount(),currency:this.currency})}else if(typeof e=="number"&&e>=0)return new t$1({amount:this.amount*e,currency:this.currency});throw new t("Must be a non-negative number.")}divide(e){if(t$1.isPriceModel(e)){if(this.currency!==e.getCurrency())throw new s("Cannot divide prices in different currencies.");return new t$1({amount:this.amount/e.getAmount(),currency:this.currency})}else if(typeof e=="number"&&e>0)return new t$1({amount:this.amount/e,currency:this.currency});throw new t("Must be a positive number.")}min(...e){if(e.length===0)throw new t("Must provide at least one PriceModel.");return e.reduce((r,n)=>{if(t$1.isPriceModel(n)){if(r.getCurrency()!==n.getCurrency())throw new s("Cannot compare prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return r.compareTo(n)<0?r:n},this)}max(...e){if(e.length===0)throw new t("Must provide at least one PriceModel.");return e.reduce((r,n)=>{if(t$1.isPriceModel(n)){if(r.getCurrency()!==n.getCurrency())throw new s("Cannot compare prices in different currencies.")}else throw new t("Must be a PriceModel instance.");return r.compareTo(n)>0?r:n},this)}zero(){return new t$1({currency:this.currency,amount:0})}isZero(){return this.amount===0}round(){return new t$1({currency:this.currency,amount:this.getRoundedAmount()})}getRoundedAmount(){return t$1.getRoundedAmount(this.amount,this.currency)}getFormattedString(){return t$1.getFormattedString(this.amount,this.currency)}toString(){return this.getFormattedString()}static getFormattedString(e,r$1,n={displayAsInteger:!1,style:"currency",currencyDisplay:"symbol"}){let c=i[r$1];if(!r$1||!c)throw new r("Invalid currency code for formatting.");let o=e,a=n.displayAsInteger?0:t$1.getDecimalPlaces(r$1),h$1={style:n.style??"currency",currency:r$1,signDisplay:"never",currencyDisplay:n.currencyDisplay,minimumFractionDigits:a,maximumFractionDigits:a};n.displayAsInteger&&(o=Math.ceil(o));try{return new Intl.NumberFormat(c,h$1).format(o)}catch(g){return console.error(`Error formatting price for currency "${r$1}" and locale "${c}":`,g),`${h[r$1]??r$1} ${t$1.addThousandSeparators(o.toFixed(a))}`}}static getDecimalPlaces(e){switch(e){case"INR":default:return 2}}static addThousandSeparators(e){let r=e.split("."),n=r[0],c=r.length>1?"."+r[1]:"";return n.replace(/\B(?=(\d{3})+(?!\d))/g,",")+c}static getRoundedAmount(e,r$1){if(e<0)throw new q("Amount cannot be negative for rounding.");if(r$1===void 0)throw new r("Invalid currency code for rounding.");let n=t$1.getDecimalPlaces(r$1),c=Math.pow(10,n);return Math.round(e*c)/c}};export{d as a};//# sourceMappingURL=chunk-XHGUVYQO.mjs.map
2
+ //# sourceMappingURL=chunk-XHGUVYQO.mjs.map