simpo-component-library 3.6.644 → 3.6.646

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 (61) hide show
  1. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +170 -89
  2. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.component.mjs +171 -63
  3. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.model.mjs +1 -1
  4. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +494 -157
  5. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  6. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +108 -17
  7. package/esm2022/lib/ecommerce/sections/refer-earn/refer-earn.component.mjs +2 -2
  8. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  9. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +2 -2
  10. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +12 -3
  11. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  12. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +2 -2
  13. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +2 -2
  14. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +2 -2
  15. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +2 -2
  16. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +2 -2
  17. package/esm2022/lib/sections/condensed-and-gradient/condensed-and-gradient.component.mjs +2 -2
  18. package/esm2022/lib/sections/countdown-banner/countdown-banner.component.mjs +2 -2
  19. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +2 -2
  20. package/esm2022/lib/sections/header-section/header-section.component.mjs +2 -2
  21. package/esm2022/lib/sections/header-text/header-text.component.mjs +2 -2
  22. package/esm2022/lib/sections/image-background/image-background/image-background.component.mjs +2 -2
  23. package/esm2022/lib/sections/image-section/image-section.component.mjs +2 -2
  24. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +2 -2
  25. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +2 -2
  26. package/esm2022/lib/sections/new-services/new-services.component.mjs +2 -2
  27. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +2 -2
  28. package/esm2022/lib/sections/overlapping-image/overlapping-image.component.mjs +2 -2
  29. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +2 -2
  30. package/esm2022/lib/sections/service-section/service-section.component.mjs +2 -2
  31. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +2 -2
  32. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +2 -2
  33. package/esm2022/lib/sections/text-section/text-section.component.mjs +2 -2
  34. package/esm2022/lib/services/analytics.service.mjs +160 -0
  35. package/esm2022/lib/services/cart.service.mjs +44 -5
  36. package/esm2022/lib/services/rest.service.mjs +5 -1
  37. package/esm2022/lib/styles/index.mjs +2 -2
  38. package/fesm2022/simpo-component-library.mjs +1137 -337
  39. package/fesm2022/simpo-component-library.mjs.map +1 -1
  40. package/lib/components/input-fields/input-fields.component.d.ts +1 -1
  41. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +12 -3
  42. package/lib/ecommerce/sections/book-appointment/book-appointment.component.d.ts +29 -21
  43. package/lib/ecommerce/sections/book-appointment/book-appointment.model.d.ts +38 -3
  44. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +108 -27
  45. package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +27 -18
  46. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +10 -2
  47. package/lib/ecommerce/sections/schemes/schemes.component.d.ts +1 -1
  48. package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
  49. package/lib/elements/simpo-button/simpo-button.component.d.ts +4 -1
  50. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  51. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  52. package/lib/sections/image-section/image-section.component.d.ts +2 -2
  53. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +2 -2
  54. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  55. package/lib/services/analytics.service.d.ts +33 -0
  56. package/lib/services/cart.service.d.ts +7 -1
  57. package/lib/services/rest.service.d.ts +1 -0
  58. package/lib/styles/index.d.ts +1 -1
  59. package/package.json +1 -1
  60. package/simpo-component-library-3.6.646.tgz +0 -0
  61. package/simpo-component-library-3.6.644.tgz +0 -0
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZHVjdC1kZXNjLm1vZGFsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lY29tbWVyY2Uvc2VjdGlvbnMvcHJvZHVjdC1kZXNjL3Byb2R1Y3QtZGVzYy5tb2RhbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgRm9vdGVyU29jaWFsTGlua01vZGVsIH0gZnJvbSBcIi4uLy4uLy4uL3NlY3Rpb25zL2Zvb3Rlci1zZWN0aW9uL2Zvb3Rlci1zZWN0aW9uLm1vZGFsXCI7XG5pbXBvcnQgeyBBbmltYXRpb25Nb2RlbCwgQmFja2dyb3VuZE1vZGVsLCBEZXZpZGVyTW9kZWwsIElucHV0VGV4dE1vZGVsLCBMYXlPdXRNb2RlbCAgfSBmcm9tIFwiLi4vLi4vLi4vc3R5bGVzL3N0eWxlLm1vZGVsXCI7XG5pbXBvcnQge0FjdGlvbk1vZGVsIH0gZnJvbSAnLi4vLi4vLi4vc3R5bGVzL3N0eWxlLm1vZGVsJ1xuaW1wb3J0IHsgQ29ybmVycyB9IGZyb20gXCIuLi8uLi8uLi8uL3N0eWxlcy9pbmRleFwiO1xuaW1wb3J0IHsgR1JJRF9TVFlMRSB9IGZyb20gXCIuLi8uLi8uLi9zdHlsZXMvdHlwZXNcIjtcblxuZXhwb3J0IGludGVyZmFjZSBQcm9kdWN0RGVzY01vZGFsIHtcbiAgaWQ6IHN0cmluZztcbiAgc2VjdGlvblR5cGU6IHN0cmluZztcbiAgc2VjdGlvbk5hbWU6IHN0cmluZztcbiAgY29udGVudDogUHJvZHVjdERlc2NDb250ZW50TW9kYWw7XG4gIHN0eWxlczogUHJvZHVjdERlc2NTdHlsZXNNb2RhbDtcbiAgYWN0aW9uOiBBY3Rpb25Nb2RlbDtcbn1cblxuZXhwb3J0IGludGVyZmFjZSBQcm9kdWN0RGVzY1N0eWxlc01vZGFsIHtcbiAgbGF5b3V0OiBMYXlPdXRNb2RlbDtcbiAgYmFja2dyb3VuZDogQmFja2dyb3VuZE1vZGVsO1xuICBhbmltYXRpb246IEFuaW1hdGlvbk1vZGVsO1xuICBtYXhpbXVtUHJvZHVjdDogbnVtYmVyO1xuICBkaXJlY3Rpb246IFwiUk9XXCIgfCBcIkNPTFVNTlwiO1xuICBkZXZpZGVyOiBEZXZpZGVyTW9kZWxcbiAgY29ybmVycyA6IENvcm5lcnNcbiAgZ3JpZFN0eWxlIDogR1JJRF9TVFlMRSxcbiAgY3VzdG9taXphdGlvbiA6IEdSSURfU1RZTEVcbn1cblxuZXhwb3J0IGludGVyZmFjZSBQcm9kdWN0RGVzY0NvbnRlbnRNb2RhbCB7XG4gIGJ1dHRvbjogc3RyaW5nO1xuICBzb2NpYWxMaW5rcyA6IEZvb3RlclNvY2lhbExpbmtNb2RlbCxcbiAgaW5wdXRUZXh0OiBJbnB1dFRleHRNb2RlbFtdXG59XG4iXX0=
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZHVjdC1kZXNjLm1vZGFsLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9lY29tbWVyY2Uvc2VjdGlvbnMvcHJvZHVjdC1kZXNjL3Byb2R1Y3QtZGVzYy5tb2RhbC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtcclxuICBBY3Rpb25Nb2RlbCxcclxuICBCYWNrZ3JvdW5kTW9kZWwsXHJcbiAgSW5wdXRUZXh0TW9kZWwsXHJcbiAgTGF5T3V0TW9kZWwsXHJcbiAgU3R5bGVzTW9kZWwsXHJcbiAgQW5pbWF0aW9uTW9kZWwsXHJcbiAgLy8gRGl2aWRlck1vZGVsXHJcbn0gZnJvbSBcIi4uLy4uLy4uL3N0eWxlcy9zdHlsZS5tb2RlbFwiO1xyXG5pbXBvcnQgeyBDb3JuZXJzIH0gZnJvbSBcIi4uLy4uLy4uL3N0eWxlcy9pbmRleFwiO1xyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQcm9kdWN0RGVzY01vZGFsIHtcclxuICBpZDogc3RyaW5nO1xyXG4gIHNlY3Rpb25UeXBlOiBzdHJpbmc7XHJcbiAgc2VjdGlvbk5hbWU6IHN0cmluZztcclxuICBjb250ZW50OiBQcm9kdWN0RGVzY0NvbnRlbnRNb2RlbDtcclxuICBzdHlsZXM6IFByb2R1Y3REZXNjU3R5bGVzTW9kYWw7XHJcbiAgYWN0aW9uOiBBY3Rpb25Nb2RlbDtcclxufVxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBQcm9kdWN0RGVzY0NvbnRlbnRNb2RlbCB7XHJcbiAgaW5wdXRUZXh0OiBJbnB1dFRleHRNb2RlbFtdO1xyXG4gIHNvY2lhbExpbmtzOiB7XHJcbiAgICBkaXNwbGF5OiBib29sZWFuO1xyXG4gICAgY2hhbm5lbHM6IHtcclxuICAgICAgdHlwZTogc3RyaW5nO1xyXG4gICAgICB1cmw6IHN0cmluZztcclxuICAgICAgbGluazogc3RyaW5nO1xyXG4gICAgfVtdO1xyXG4gIH07XHJcbiAgZGlzcGxheToge1xyXG4gICAgc2hvd0hlYWRpbmc6IGJvb2xlYW47XHJcbiAgICBzaG93Q29udGVudDogYm9vbGVhbjtcclxuICAgIHNob3dCdXR0b246IGJvb2xlYW47XHJcbiAgfTtcclxuICBwcmljZVdpdGhUYXg6IGJvb2xlYW47XHJcbn1cclxuXHJcbmV4cG9ydCBpbnRlcmZhY2UgUHJvZHVjdERlc2NTdHlsZXNNb2RhbCBleHRlbmRzIFN0eWxlc01vZGVsIHtcclxuICBsYXlvdXQ6IExheU91dE1vZGVsO1xyXG4gIGJhY2tncm91bmQ6IEJhY2tncm91bmRNb2RlbDtcclxuICBhbmltYXRpb246IEFuaW1hdGlvbk1vZGVsO1xyXG4gIC8vIGRldmlkZXI/OiBEaXZpZGVyTW9kZWw7XHJcbiAgbWF4aW11bVByb2R1Y3Q/OiBudW1iZXI7XHJcbiAgZGlyZWN0aW9uPzogc3RyaW5nO1xyXG4gIGNvcm5lcnM/OiBDb3JuZXJzO1xyXG4gIGdyaWRTdHlsZT86IHN0cmluZztcclxuICBjdXN0b21pemF0aW9uPzogc3RyaW5nO1xyXG4gIHRoZW1lPzogc3RyaW5nO1xyXG59Il19