simpo-component-library 2.1.2 → 2.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/components/document/document.component.mjs +34 -0
- package/esm2022/lib/components/index.mjs +6 -5
- package/esm2022/lib/components/input-fields/input-fields.component.mjs +26 -8
- package/esm2022/lib/components/payment-details/payment-details.component.mjs +25 -5
- package/esm2022/lib/directive/spacing-around.directive.mjs +73 -0
- package/esm2022/lib/directive/spacing-horizontal.directive.mjs +9 -4
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +2 -2
- package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/index.mjs +6 -5
- package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +3 -3
- package/esm2022/lib/elements/property/property.component.mjs +41 -0
- package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
- package/esm2022/lib/elements/socia-icons/socia-icons.component.mjs +5 -3
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +16 -6
- package/esm2022/lib/sections/banner-section/banner-section.model.mjs +1 -1
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +9 -4
- package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +3 -3
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +9 -4
- package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +6 -3
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +5 -5
- package/esm2022/lib/sections/footer-section/footer-section.component.mjs +12 -8
- package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
- package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -3
- package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +34 -9
- package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +9 -4
- package/esm2022/lib/sections/navbar-section/navbar-section.model.mjs +1 -1
- package/esm2022/lib/sections/property-component/property-component.component.mjs +23 -0
- package/esm2022/lib/sections/property-component/property-component.modal.mjs +2 -0
- package/esm2022/lib/sections/property-list/property-list.component.mjs +116 -0
- package/esm2022/lib/sections/property-list/property-list.modal.mjs +2 -0
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +9 -4
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
- package/esm2022/lib/sections/registration-form/registration-form.component.mjs +205 -27
- package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +2 -0
- package/esm2022/lib/sections/service-section/service-section.component.mjs +14 -6
- package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
- package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +68 -0
- package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +2 -0
- package/esm2022/lib/services/image-upload-service.service.mjs +39 -0
- package/esm2022/lib/services/rest.service.mjs +19 -9
- package/esm2022/lib/styles/style.model.mjs +1 -1
- package/esm2022/lib/styles/types.mjs +1 -1
- package/esm2022/public-api.mjs +5 -1
- package/fesm2022/simpo-component-library.mjs +882 -255
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/document/document.component.d.ts +8 -0
- package/lib/components/index.d.ts +2 -1
- package/lib/components/input-fields/input-fields.component.d.ts +5 -2
- package/lib/components/payment-details/payment-details.component.d.ts +3 -1
- package/lib/directive/background-directive.d.ts +1 -1
- package/lib/directive/button-directive.directive.d.ts +1 -1
- package/lib/directive/color.directive.d.ts +1 -1
- package/lib/directive/spacing-around.directive.d.ts +18 -0
- package/lib/directive/spacing-horizontal.directive.d.ts +2 -1
- package/lib/elements/index.d.ts +2 -1
- package/lib/elements/property/property.component.d.ts +8 -0
- package/lib/elements/socia-icons/socia-icons.component.d.ts +2 -1
- package/lib/sections/banner-section/banner-section.component.d.ts +2 -0
- package/lib/sections/banner-section/banner-section.model.d.ts +6 -0
- package/lib/sections/blog-list/blog-list.component.d.ts +2 -1
- package/lib/sections/choose-us-section/choose-us-section.component.d.ts +2 -1
- package/lib/sections/choose-us-section/choose-us-section.model.d.ts +2 -1
- package/lib/sections/footer-section/footer-section.component.d.ts +2 -1
- package/lib/sections/footer-section/footer-section.modal.d.ts +9 -0
- package/lib/sections/image-section/image-section.component.d.ts +3 -1
- package/lib/sections/logo-gallery/logo-gallery.component.d.ts +10 -2
- package/lib/sections/navbar-section/navbar-section.component.d.ts +2 -1
- package/lib/sections/navbar-section/navbar-section.model.d.ts +1 -1
- package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
- package/lib/sections/property-component/property-component.component.d.ts +10 -0
- package/lib/sections/property-component/property-component.modal.d.ts +28 -0
- package/lib/sections/property-list/property-list.component.d.ts +22 -0
- package/lib/sections/property-list/property-list.modal.d.ts +14 -0
- package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +2 -1
- package/lib/sections/recent-blog-post-section/recent-blog-post-section.model.d.ts +2 -1
- package/lib/sections/registration-form/registration-form.component.d.ts +24 -6
- package/lib/sections/registration-form/registrationForm.model.d.ts +8 -0
- package/lib/sections/service-section/service-section.component.d.ts +4 -2
- package/lib/sections/text-section/text-section.component.d.ts +2 -1
- package/lib/sections/usp-video-section/usp-video-section.component.d.ts +22 -0
- package/lib/sections/usp-video-section/usp-video-section.model.d.ts +22 -0
- package/lib/services/image-upload-service.service.d.ts +7 -0
- package/lib/services/rest.service.d.ts +4 -0
- package/lib/styles/style.model.d.ts +4 -0
- package/lib/styles/types.d.ts +1 -1
- package/package.json +1 -1
- package/public-api.d.ts +4 -0
- package/simpo-component-library-2.1.8.tgz +0 -0
- package/simpo-component-library-2.1.2.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.