simpo-component-library 3.6.252 → 3.6.254

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 (74) hide show
  1. package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +3 -3
  2. package/esm2022/lib/directive/corner-directive.mjs +2 -2
  3. package/esm2022/lib/directive/icon-directive.directive.mjs +43 -0
  4. package/esm2022/lib/directive/image-editor.directive.mjs +11 -4
  5. package/esm2022/lib/directive/merge-header.directive.mjs +2 -2
  6. package/esm2022/lib/directive/set-dynamic-background.directive.mjs +2 -2
  7. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +1 -2
  8. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +4 -10
  9. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
  10. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +19 -141
  11. package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +11 -89
  12. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +14 -31
  13. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +2 -43
  14. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +24 -5
  15. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +2 -2
  16. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +57 -27
  17. package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +2 -2
  18. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +2 -2
  19. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +2 -2
  20. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +2 -2
  21. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +4 -4
  22. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +1 -1
  23. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +1 -1
  24. package/esm2022/lib/sections/features-section/features-section.component.mjs +2 -2
  25. package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
  26. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +2 -2
  27. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +2 -2
  28. package/esm2022/lib/sections/image-section/image-section.component.mjs +2 -2
  29. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +2 -2
  30. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +5 -4
  31. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  32. package/esm2022/lib/sections/new-services/new-services.component.mjs +1 -1
  33. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +1 -1
  34. package/esm2022/lib/sections/news-letter-component/news-letter-component.component.mjs +2 -2
  35. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +2 -2
  36. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +2 -2
  37. package/esm2022/lib/sections/process-section/process-section.component.mjs +1 -1
  38. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +2 -2
  39. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +2 -2
  40. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +2 -2
  41. package/esm2022/lib/services/events.service.mjs +2 -1
  42. package/esm2022/lib/services/rest.service.mjs +3 -30
  43. package/esm2022/lib/services/storage.service.mjs +1 -4
  44. package/esm2022/lib/styles/style.model.mjs +1 -1
  45. package/esm2022/public-api.mjs +2 -1
  46. package/fesm2022/simpo-component-library.mjs +206 -397
  47. package/fesm2022/simpo-component-library.mjs.map +1 -1
  48. package/lib/directive/icon-directive.directive.d.ts +16 -0
  49. package/lib/directive/image-editor.directive.d.ts +4 -1
  50. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  51. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
  52. package/lib/ecommerce/sections/returns-calculator/returns-calculator.component.d.ts +3 -21
  53. package/lib/ecommerce/sections/scheme-details/scheme-details.component.d.ts +2 -16
  54. package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +1 -2
  55. package/lib/ecommerce/sections/verify-payment/verify-payment.component.d.ts +0 -3
  56. package/lib/elements/below-image-card/below-image-card.component.d.ts +3 -0
  57. package/lib/elements/image-editor/image-editor.component.d.ts +4 -1
  58. package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
  59. package/lib/elements/pricing-s1/pricing-s1.component.d.ts +1 -1
  60. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  61. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  62. package/lib/sections/image-section/image-section.component.d.ts +2 -2
  63. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +1 -2
  64. package/lib/sections/logo-showcase/logo-showcase.modal.d.ts +2 -3
  65. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
  66. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  67. package/lib/services/events.service.d.ts +1 -0
  68. package/lib/services/rest.service.d.ts +1 -6
  69. package/lib/services/storage.service.d.ts +0 -1
  70. package/lib/styles/style.model.d.ts +4 -0
  71. package/package.json +1 -1
  72. package/public-api.d.ts +1 -0
  73. package/simpo-component-library-3.6.254.tgz +0 -0
  74. package/simpo-component-library-3.6.252.tgz +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.