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.
- package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +3 -3
- package/esm2022/lib/directive/corner-directive.mjs +2 -2
- package/esm2022/lib/directive/icon-directive.directive.mjs +43 -0
- package/esm2022/lib/directive/image-editor.directive.mjs +11 -4
- package/esm2022/lib/directive/merge-header.directive.mjs +2 -2
- package/esm2022/lib/directive/set-dynamic-background.directive.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +1 -2
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +4 -10
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +19 -141
- package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +11 -89
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +14 -31
- package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +2 -43
- package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +24 -5
- package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +2 -2
- package/esm2022/lib/elements/image-editor/image-editor.component.mjs +57 -27
- package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +2 -2
- package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +2 -2
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +2 -2
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +2 -2
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +4 -4
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +1 -1
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +1 -1
- package/esm2022/lib/sections/features-section/features-section.component.mjs +2 -2
- package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +2 -2
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +2 -2
- package/esm2022/lib/sections/image-section/image-section.component.mjs +2 -2
- package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +2 -2
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +5 -4
- package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
- package/esm2022/lib/sections/new-services/new-services.component.mjs +1 -1
- package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +1 -1
- package/esm2022/lib/sections/news-letter-component/news-letter-component.component.mjs +2 -2
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +2 -2
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +2 -2
- package/esm2022/lib/sections/process-section/process-section.component.mjs +1 -1
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +2 -2
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +2 -2
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +2 -2
- package/esm2022/lib/services/events.service.mjs +2 -1
- package/esm2022/lib/services/rest.service.mjs +3 -30
- package/esm2022/lib/services/storage.service.mjs +1 -4
- package/esm2022/lib/styles/style.model.mjs +1 -1
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/simpo-component-library.mjs +206 -397
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/directive/icon-directive.directive.d.ts +16 -0
- package/lib/directive/image-editor.directive.d.ts +4 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
- package/lib/ecommerce/sections/returns-calculator/returns-calculator.component.d.ts +3 -21
- package/lib/ecommerce/sections/scheme-details/scheme-details.component.d.ts +2 -16
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +1 -2
- package/lib/ecommerce/sections/verify-payment/verify-payment.component.d.ts +0 -3
- package/lib/elements/below-image-card/below-image-card.component.d.ts +3 -0
- package/lib/elements/image-editor/image-editor.component.d.ts +4 -1
- package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
- package/lib/elements/pricing-s1/pricing-s1.component.d.ts +1 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
- package/lib/sections/image-section/image-section.component.d.ts +2 -2
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +1 -2
- package/lib/sections/logo-showcase/logo-showcase.modal.d.ts +2 -3
- package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/services/events.service.d.ts +1 -0
- package/lib/services/rest.service.d.ts +1 -6
- package/lib/services/storage.service.d.ts +0 -1
- package/lib/styles/style.model.d.ts +4 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/simpo-component-library-3.6.254.tgz +0 -0
- 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.