simpo-component-library 3.5.52 → 3.6.2
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/README.md +24 -24
- package/esm2022/lib/components/delete-hover-element/delete-hover-element.component.mjs +3 -3
- package/esm2022/lib/components/document/document.component.mjs +3 -3
- package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +3 -3
- package/esm2022/lib/components/image-loading/image-loading.component.mjs +3 -3
- package/esm2022/lib/components/payment-details/payment-details.component.mjs +3 -3
- package/esm2022/lib/constants/business.constant.mjs +1 -1
- package/esm2022/lib/directive/alignment.directive.mjs +23 -0
- package/esm2022/lib/directive/background-directive.mjs +130 -5
- package/esm2022/lib/directive/blur-content.directive.mjs +1 -1
- package/esm2022/lib/directive/border-directive.mjs +2 -2
- package/esm2022/lib/directive/borderlessImage.directive.mjs +4 -1
- package/esm2022/lib/directive/button-directive.directive.mjs +72 -17
- package/esm2022/lib/directive/button-editor.directive.mjs +22 -4
- package/esm2022/lib/directive/color.directive.mjs +1 -1
- package/esm2022/lib/directive/column-directive.directive.mjs +1 -1
- package/esm2022/lib/directive/container-alignment.directive.mjs +1 -1
- package/esm2022/lib/directive/container-fir.directive.mjs +1 -1
- package/esm2022/lib/directive/content-title-spacing.directive.mjs +4 -4
- package/esm2022/lib/directive/contenteditable.directive.mjs +1 -1
- package/esm2022/lib/directive/corner-directive.mjs +1 -1
- package/esm2022/lib/directive/height.directive.mjs +29 -0
- package/esm2022/lib/directive/hover-animation.directive.mjs +142 -0
- package/esm2022/lib/directive/hoverborder.directive.mjs +1 -1
- package/esm2022/lib/directive/image-container.directive.mjs +1 -1
- package/esm2022/lib/directive/image-directive.directive.mjs +1 -1
- package/esm2022/lib/directive/image-editor.directive.mjs +25 -5
- package/esm2022/lib/directive/image-position.directive.mjs +1 -1
- package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
- package/esm2022/lib/directive/set-dynamic-background.directive.mjs +66 -0
- package/esm2022/lib/directive/spacing-around.directive.mjs +40 -3
- package/esm2022/lib/directive/spacing-horizontal.directive.mjs +5 -1
- package/esm2022/lib/directive/spacing.directive.mjs +29 -0
- package/esm2022/lib/directive/sticky-directive.mjs +2 -2
- package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
- package/esm2022/lib/directive/text-size.directive.mjs +1 -1
- package/esm2022/lib/directive/translate-onhover.directive.mjs +47 -0
- package/esm2022/lib/directive/wrap-containers.directive.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/address/address.component.mjs +96 -59
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +128 -14
- package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.model.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.component.mjs +199 -0
- package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.model.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +214 -36
- package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/category-product/category-product.model.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/customer-review/customer-review.model.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.component.mjs +405 -0
- package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.model.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +6 -4
- package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +7 -5
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +42 -7
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +144 -0
- package/esm2022/lib/ecommerce/sections/new-collection/new-collection.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +99 -11
- package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +395 -21
- package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +626 -142
- package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +95 -0
- package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.model.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +57 -0
- package/esm2022/lib/ecommerce/sections/scheme-selection/scheme-selection.component.mjs +36 -0
- package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +49 -4
- package/esm2022/lib/ecommerce/sections/store-list/store-list.component.mjs +157 -0
- package/esm2022/lib/ecommerce/sections/store-list/store-list.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/store-page/store-page.component.mjs +120 -0
- package/esm2022/lib/ecommerce/sections/store-page/store-page.model.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +5 -4
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +66 -16
- package/esm2022/lib/ecommerce/sections/user-profile/user-profile.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +3 -3
- package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.model.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +17 -12
- package/esm2022/lib/ecommerce/styles/BaseCollection.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +5 -3
- package/esm2022/lib/ecommerce/styles/OrderedItems.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/PincodeLocation.model.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/PincodeLocationInter.model.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/cart.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/category.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/order.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/product.modal.mjs +22 -1
- package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/styles/user.modal.mjs +3 -1
- package/esm2022/lib/elements/add-section/add-section.component.mjs +3 -4
- package/esm2022/lib/elements/address-list/address-list.component.mjs +98 -0
- package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +13 -8
- package/esm2022/lib/elements/button/button.component.mjs +3 -3
- package/esm2022/lib/elements/button/button.model.mjs +1 -1
- package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +3 -3
- package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +8 -4
- package/esm2022/lib/elements/editor-service.service.mjs +29 -12
- package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
- package/esm2022/lib/elements/image-editor/image-editor.component.mjs +147 -15
- package/esm2022/lib/elements/index.mjs +1 -1
- package/esm2022/lib/elements/link-editor/link-editor.component.mjs +108 -10
- package/esm2022/lib/elements/list-home-appointment/list-home-appointment.component.mjs +94 -0
- package/esm2022/lib/elements/media-selector/media-selector.component.mjs +3 -3
- package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +1 -2
- package/esm2022/lib/elements/portfolio/portfolio.component.mjs +3 -3
- package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +80 -0
- package/esm2022/lib/elements/property/property.component.mjs +3 -3
- package/esm2022/lib/elements/schedule-video-call/schedule-video-call.component.mjs +187 -0
- package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
- package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +3 -3
- package/esm2022/lib/elements/text/text.component.mjs +3 -3
- package/esm2022/lib/elements/text-editor/text-editor.component.mjs +72 -27
- package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +7 -3
- package/esm2022/lib/pipes/amount.pipe.mjs +1 -1
- package/esm2022/lib/pipes/gender.pipe.mjs +5 -1
- package/esm2022/lib/sections/BaseSection.mjs +1 -1
- package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
- package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +164 -98
- package/esm2022/lib/sections/appointment-form/appointment-form.model.mjs +1 -1
- package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +6 -32
- package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +52 -17
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +6 -25
- package/esm2022/lib/sections/blog-list/blog-list.component.mjs +4 -4
- package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
- package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +8 -7
- package/esm2022/lib/sections/carousel-banner/carousel-banner.model.mjs +1 -1
- package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +6 -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 +37 -7
- package/esm2022/lib/sections/contact-us/contact-us.modal.mjs +1 -1
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +4 -4
- package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
- package/esm2022/lib/sections/features-section/features-section.component.mjs +6 -4
- package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
- package/esm2022/lib/sections/footer/footer.component.mjs +6 -9
- package/esm2022/lib/sections/footer/footer.modal.mjs +1 -1
- package/esm2022/lib/sections/header-section/header-section.component.mjs +95 -13
- package/esm2022/lib/sections/header-section/header-section.model.mjs +1 -1
- package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
- package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +12 -22
- package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -4
- package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
- package/esm2022/lib/sections/image-section/image-section.component.mjs +12 -5
- package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
- package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
- package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
- package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +9 -4
- package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -3
- package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
- package/esm2022/lib/sections/moving-text/moving-text.component.mjs +119 -0
- package/esm2022/lib/sections/moving-text/moving-text.modal.mjs +2 -0
- package/esm2022/lib/sections/new-services/new-services.component.mjs +4 -4
- package/esm2022/lib/sections/new-services/new-services.model.mjs +1 -1
- package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +12 -6
- package/esm2022/lib/sections/new-testimonials/new-testimonials.model.mjs +1 -1
- package/esm2022/lib/sections/news-letter-component/news-letter-component.component.mjs +108 -0
- package/esm2022/lib/sections/news-letter-component/news-letter.modal.mjs +2 -0
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +28 -4
- package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
- package/esm2022/lib/sections/process-modern/process-modern.component.mjs +12 -4
- package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
- package/esm2022/lib/sections/process-section/process-section.component.mjs +6 -3
- package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
- package/esm2022/lib/sections/property-component/property-component.component.mjs +3 -3
- package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
- package/esm2022/lib/sections/property-list/property-list.component.mjs +3 -3
- package/esm2022/lib/sections/property-list/property-list.modal.mjs +1 -1
- package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +6 -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 +9 -9
- package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +1 -1
- package/esm2022/lib/sections/service-section/service-section.component.mjs +4 -4
- package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
- package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +3 -3
- package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
- package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +6 -3
- package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
- package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +18 -3
- package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
- package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +3 -3
- package/esm2022/lib/sections/testimonial-video/testimonial-video.model.mjs +1 -1
- package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +3 -17
- package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -21
- package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
- package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +3 -3
- package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +1 -1
- package/esm2022/lib/sections/video-section/video-section.component.mjs +16 -16
- package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
- package/esm2022/lib/sections/view-blog/view-blog.component.mjs +3 -3
- package/esm2022/lib/services/cart.service.mjs +38 -35
- package/esm2022/lib/services/endUser.service.mjs +1 -1
- package/esm2022/lib/services/events.service.mjs +3 -8
- package/esm2022/lib/services/image-upload-service.service.mjs +7 -4
- package/esm2022/lib/services/rest.service.mjs +125 -68
- package/esm2022/lib/services/sanitizeHtml.mjs +1 -1
- package/esm2022/lib/services/storage.service.mjs +27 -44
- package/esm2022/lib/styles/index.mjs +8 -1
- package/esm2022/lib/styles/style.model.mjs +3 -2
- package/esm2022/lib/styles/types.mjs +1 -1
- package/esm2022/lib/tokens/api-token.mjs +1 -1
- package/esm2022/public-api.mjs +14 -2
- package/fesm2022/simpo-component-library.mjs +5815 -1711
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/directive/alignment.directive.d.ts +11 -0
- package/lib/directive/button-directive.directive.d.ts +2 -0
- package/lib/directive/button-editor.directive.d.ts +6 -2
- package/lib/directive/height.directive.d.ts +11 -0
- package/lib/directive/hover-animation.directive.d.ts +19 -0
- package/lib/directive/image-editor.directive.d.ts +6 -1
- package/lib/directive/set-dynamic-background.directive.d.ts +14 -0
- package/lib/directive/spacing-around.directive.d.ts +7 -2
- package/lib/directive/spacing.directive.d.ts +12 -0
- package/lib/directive/translate-onhover.directive.d.ts +11 -0
- package/lib/ecommerce/sections/address/address.component.d.ts +11 -3
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +23 -5
- package/lib/ecommerce/sections/book-appointment/book-appointment.component.d.ts +70 -0
- package/lib/ecommerce/sections/book-appointment/book-appointment.model.d.ts +14 -0
- package/lib/ecommerce/sections/cart/cart.component.d.ts +35 -3
- package/lib/ecommerce/sections/enrollment-form/enrollment-form.component.d.ts +54 -0
- package/lib/ecommerce/sections/enrollment-form/enrollment-form.model.d.ts +29 -0
- package/lib/ecommerce/sections/featured-category/featured-category.modal.d.ts +2 -0
- package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +6 -1
- package/lib/ecommerce/sections/featured-products/featured-products.modal.d.ts +6 -2
- package/lib/ecommerce/sections/new-collection/new-collection.component.d.ts +36 -0
- package/lib/ecommerce/sections/new-collection/new-collection.modal.d.ts +23 -0
- package/lib/ecommerce/sections/order-details/order-details.component.d.ts +18 -1
- package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +61 -2
- package/lib/ecommerce/sections/product-desc/product-desc.modal.d.ts +5 -0
- package/lib/ecommerce/sections/product-list/product-list.component.d.ts +110 -17
- package/lib/ecommerce/sections/returns-calculator/returns-calculator.component.d.ts +31 -0
- package/lib/ecommerce/sections/returns-calculator/returns-calculator.model.d.ts +14 -0
- package/lib/ecommerce/sections/scheme-details/scheme-details.component.d.ts +16 -0
- package/lib/ecommerce/sections/scheme-selection/scheme-selection.component.d.ts +18 -0
- package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +6 -1
- package/lib/ecommerce/sections/store-list/store-list.component.d.ts +43 -0
- package/lib/ecommerce/sections/store-list/store-list.modal.d.ts +11 -0
- package/lib/ecommerce/sections/store-page/store-page.component.d.ts +27 -0
- package/lib/ecommerce/sections/store-page/store-page.model.d.ts +11 -0
- package/lib/ecommerce/sections/user-profile/user-profile.component.d.ts +10 -1
- package/lib/ecommerce/sections/whislist/whislist.component.d.ts +4 -1
- package/lib/ecommerce/styles/Collection.modal.d.ts +1 -0
- package/lib/ecommerce/styles/product.modal.d.ts +19 -0
- package/lib/ecommerce/styles/user.modal.d.ts +3 -0
- package/lib/elements/address-list/address-list.component.d.ts +27 -0
- package/lib/elements/below-image-card/below-image-card.component.d.ts +3 -0
- package/lib/elements/covering-image-card/covering-image-card.component.d.ts +3 -0
- package/lib/elements/editor-service.service.d.ts +4 -4
- package/lib/elements/image-editor/image-editor.component.d.ts +29 -3
- package/lib/elements/link-editor/link-editor.component.d.ts +13 -1
- package/lib/elements/list-home-appointment/list-home-appointment.component.d.ts +27 -0
- package/lib/elements/pricing-s1/pricing-s1.component.d.ts +21 -0
- package/lib/elements/schedule-video-call/schedule-video-call.component.d.ts +33 -0
- package/lib/elements/text-editor/text-editor.component.d.ts +3 -0
- package/lib/elements/top-of-image-card/top-of-image-card.component.d.ts +3 -0
- package/lib/sections/appointment-form/appointment-form.component.d.ts +11 -4
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +1 -1
- package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +8 -1
- package/lib/sections/carousel-banner/carousel-banner.model.d.ts +1 -0
- package/lib/sections/contact-us/contact-us.component.d.ts +2 -1
- package/lib/sections/contact-us/contact-us.modal.d.ts +5 -1
- package/lib/sections/features-section/features-section.model.d.ts +2 -0
- package/lib/sections/header-section/header-section.component.d.ts +29 -2
- package/lib/sections/header-section/header-section.model.d.ts +14 -2
- package/lib/sections/header-text/header-text.model.d.ts +2 -1
- package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +2 -1
- package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -0
- package/lib/sections/image-grid-section/image-grid-section.model.d.ts +3 -1
- package/lib/sections/image-section/image-section.component.d.ts +2 -1
- package/lib/sections/logo-gallery/logo-gallery.component.d.ts +2 -1
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +3 -1
- package/lib/sections/logo-showcase/logo-showcase.modal.d.ts +11 -2
- package/lib/sections/moving-text/moving-text.component.d.ts +28 -0
- package/lib/sections/moving-text/moving-text.modal.d.ts +19 -0
- package/lib/sections/new-testimonials/new-testimonials.component.d.ts +2 -1
- package/lib/sections/news-letter-component/news-letter-component.component.d.ts +26 -0
- package/lib/sections/news-letter-component/news-letter.modal.d.ts +19 -0
- package/lib/sections/pricing-section/pricing-section.component.d.ts +2 -0
- package/lib/sections/pricing-section/pricing-section.modal.d.ts +3 -0
- package/lib/sections/process-modern/process-modern.component.d.ts +2 -0
- package/lib/sections/process-section/process-section.component.d.ts +1 -0
- package/lib/sections/process-section/process-section.modal.d.ts +2 -0
- package/lib/sections/service-section/service-section.model.d.ts +5 -1
- package/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.d.ts +1 -0
- package/lib/sections/testimonial-section/testimonial-section.component.d.ts +1 -0
- package/lib/sections/video-section/video-section.component.d.ts +4 -3
- package/lib/sections/video-section/video-section.model.d.ts +1 -1
- package/lib/services/cart.service.d.ts +1 -6
- package/lib/services/events.service.d.ts +2 -6
- package/lib/services/rest.service.d.ts +29 -18
- package/lib/services/storage.service.d.ts +6 -5
- package/lib/styles/index.d.ts +7 -1
- package/lib/styles/style.model.d.ts +15 -1
- package/lib/styles/types.d.ts +10 -2
- package/package.json +1 -1
- package/public-api.d.ts +13 -0
- package/simpo-component-library-3.6.2.tgz +0 -0
- package/src/lib/styles/global-styles.css +251 -191
- package/simpo-component-library-3.5.52.tgz +0 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { InputTextModel, StylesModel } from "../../../styles/style.model";
|
|
2
|
+
import { Corners } from "../../.././styles/index";
|
|
3
|
+
import { Display } from "../featured-products/featured-products.modal";
|
|
4
|
+
export interface NewCollectionModal {
|
|
5
|
+
id: string;
|
|
6
|
+
sectionType: string;
|
|
7
|
+
sectionName: string;
|
|
8
|
+
content: NewCollectionContentModal;
|
|
9
|
+
styles: NewCollectionStyleModal;
|
|
10
|
+
}
|
|
11
|
+
export interface NewCollectionContentModal {
|
|
12
|
+
inputText: InputTextModel[];
|
|
13
|
+
collectionId?: string;
|
|
14
|
+
collectionIds?: string[];
|
|
15
|
+
display: Display;
|
|
16
|
+
}
|
|
17
|
+
export interface NewCollectionStyleModal extends StylesModel {
|
|
18
|
+
maximumProduct: number;
|
|
19
|
+
direction: "ROW" | "COLUMN";
|
|
20
|
+
containerHeight: number;
|
|
21
|
+
containerWidth: number;
|
|
22
|
+
corners: Corners;
|
|
23
|
+
}
|
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { EventsService } from '../../../services/events.service';
|
|
3
3
|
import { ProfileStylesModal } from '../user-profile/user-profile.modal';
|
|
4
|
+
import { StorageServiceService } from '../../../services/storage.service';
|
|
5
|
+
import { RestService } from '../../../services/rest.service';
|
|
6
|
+
import { MessageService } from 'primeng/api';
|
|
7
|
+
import { ImageUplaodService } from '../../../services/image-upload-service.service';
|
|
4
8
|
import * as i0 from "@angular/core";
|
|
5
9
|
export declare class OrderDetailsComponent implements OnInit {
|
|
6
10
|
private readonly _eventService;
|
|
11
|
+
private storageService;
|
|
12
|
+
private restService;
|
|
13
|
+
private messageService;
|
|
14
|
+
private imageUploadService;
|
|
7
15
|
responseData?: any;
|
|
8
16
|
data?: any;
|
|
9
17
|
index?: number;
|
|
@@ -14,7 +22,7 @@ export declare class OrderDetailsComponent implements OnInit {
|
|
|
14
22
|
goBackEmitter: EventEmitter<void>;
|
|
15
23
|
isLoading: boolean;
|
|
16
24
|
styles?: ProfileStylesModal;
|
|
17
|
-
constructor(_eventService: EventsService);
|
|
25
|
+
constructor(_eventService: EventsService, storageService: StorageServiceService, restService: RestService, messageService: MessageService, imageUploadService: ImageUplaodService);
|
|
18
26
|
orderTimiline: any;
|
|
19
27
|
ngOnInit(): void;
|
|
20
28
|
private getIcon;
|
|
@@ -28,6 +36,15 @@ export declare class OrderDetailsComponent implements OnInit {
|
|
|
28
36
|
get canCancelOrder(): boolean;
|
|
29
37
|
get orderAddress(): string;
|
|
30
38
|
trackOrder(): void;
|
|
39
|
+
productReview: number;
|
|
40
|
+
submitReview(item: any): Promise<void>;
|
|
41
|
+
sectionsVisible: {
|
|
42
|
+
billDetails: boolean;
|
|
43
|
+
deliveryDetails: boolean;
|
|
44
|
+
timeline: boolean;
|
|
45
|
+
};
|
|
46
|
+
toggleSection(section: keyof typeof this.sectionsVisible): void;
|
|
47
|
+
uploadImage(ev: any, item: any): void;
|
|
31
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrderDetailsComponent, never>;
|
|
32
49
|
static ɵcmp: i0.ɵɵComponentDeclaration<OrderDetailsComponent, "simpo-order-details", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "orderDetailData": { "alias": "orderDetailData"; "required": false; }; }, { "goBackEmitter": "goBackEmitter"; }, never, never, true, never>;
|
|
33
50
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ElementRef, Renderer2, TemplateRef } from '@angular/core';
|
|
1
2
|
import { ProductDescModal, ProductDescStylesModal } from './product-desc.modal';
|
|
2
3
|
import { ItemImage, ItemVariant, Product } from '../../styles/product.modal';
|
|
3
4
|
import { BackgroundModel, ButtonModel } from '../../../styles/style.model';
|
|
@@ -10,6 +11,7 @@ import { FeaturedProductModal } from '../featured-products/featured-products.mod
|
|
|
10
11
|
import { StorageServiceService } from '../../../services/storage.service';
|
|
11
12
|
import { MenuItem, MessageService } from 'primeng/api';
|
|
12
13
|
import { Meta, Title } from '@angular/platform-browser';
|
|
14
|
+
import { MatDialog } from '@angular/material/dialog';
|
|
13
15
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
|
14
16
|
import { CustomerReviewComponent } from '../../sections/customer-review/customer-review.component';
|
|
15
17
|
import * as i0 from "@angular/core";
|
|
@@ -25,7 +27,10 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
25
27
|
private readonly metaTagService;
|
|
26
28
|
private readonly titleService;
|
|
27
29
|
private readonly bottomSheet;
|
|
30
|
+
private renderer;
|
|
31
|
+
private matDialog;
|
|
28
32
|
reviewComponent: CustomerReviewComponent;
|
|
33
|
+
d2: ElementRef;
|
|
29
34
|
data?: ProductDescModal;
|
|
30
35
|
responseData: Product;
|
|
31
36
|
index?: number;
|
|
@@ -42,27 +47,35 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
42
47
|
productReview: number;
|
|
43
48
|
totalReview: number;
|
|
44
49
|
showReview: boolean;
|
|
45
|
-
|
|
50
|
+
selectedReview: any;
|
|
51
|
+
currentImageIndex: number;
|
|
52
|
+
constructor(platformId: Object, _eventService: EventsService, router: Router, activatedRoute: ActivatedRoute, restService: RestService, cartService: CartService, storageService: StorageServiceService, messageService: MessageService, metaTagService: Meta, titleService: Title, bottomSheet: MatBottomSheet, renderer: Renderer2, matDialog: MatDialog);
|
|
46
53
|
buttonId?: string;
|
|
47
54
|
button?: ButtonModel;
|
|
48
55
|
styles?: ProductDescStylesModal;
|
|
49
56
|
subIndustryName: string;
|
|
50
57
|
isItemAsFavorite: boolean;
|
|
58
|
+
isItemAddedAsTrial: boolean;
|
|
51
59
|
private USER_CART;
|
|
52
60
|
private USER_WISHLIST;
|
|
53
61
|
itemImages: ItemImage[];
|
|
54
62
|
items: MenuItem[] | null;
|
|
55
63
|
businessDetails: any;
|
|
64
|
+
trialCartItem: any[];
|
|
65
|
+
isPinCode: boolean;
|
|
56
66
|
ngOnInit(): void;
|
|
57
67
|
varientLoading: boolean;
|
|
58
68
|
recentViewItemList: Product[];
|
|
59
69
|
getRelatedProducts(): void;
|
|
60
70
|
selectVarient(key: string, value: string): void;
|
|
61
71
|
getItemVarient(): ItemVariant | null;
|
|
72
|
+
checkItemAlreadyAddedInTrial(): void;
|
|
73
|
+
getTrialCartIndexDBData(): void;
|
|
62
74
|
shareProduct(): void;
|
|
63
75
|
routeToHome(): void;
|
|
64
76
|
screenWidth: any;
|
|
65
77
|
getScreenSize(): void;
|
|
78
|
+
scroll(e: WheelEvent): void;
|
|
66
79
|
currentImg: any;
|
|
67
80
|
changeImg(url: any): void;
|
|
68
81
|
getKeys(varient: Object): string[];
|
|
@@ -86,8 +99,54 @@ export declare class ProductDescComponent extends BaseSection {
|
|
|
86
99
|
get currency(): string;
|
|
87
100
|
get isItemLowStock(): boolean;
|
|
88
101
|
get isMobile(): boolean;
|
|
89
|
-
getCarat(carat: any): "24 Carats" | "22 Carats" | "18 Carats" | "14 Carats" | "10 Carats";
|
|
102
|
+
getCarat(carat: any): "24 Carats" | "22 Carats" | "18 Carats" | "14 Carats" | "10 Carats" | "99.9% Pure" | "92.5% Pure" | "90% Pure" | "Very Slightly Included" | "Slightly Included";
|
|
90
103
|
getPricePerGram(weight: any, price: any): string | 0;
|
|
104
|
+
isDescriptionCollapsed: boolean;
|
|
105
|
+
toggleDescription(): void;
|
|
106
|
+
isPriceBreakup: boolean;
|
|
107
|
+
togglePriceBreakDown(): void;
|
|
108
|
+
getDifference(sellingPrice: any, mrp: any): number;
|
|
109
|
+
getBackgroundColor(type: string): string;
|
|
110
|
+
getHeaderColor(type: string): string;
|
|
111
|
+
getTextColor(color: any): "#000000" | "#ffffff";
|
|
112
|
+
languages: string[];
|
|
113
|
+
selectedLang: string;
|
|
114
|
+
getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
|
|
115
|
+
onFindInStore(id: string): void;
|
|
116
|
+
onBookAppointment(): void;
|
|
117
|
+
isDetails: boolean;
|
|
118
|
+
pincode: any;
|
|
119
|
+
storeDetails: any;
|
|
120
|
+
getStoreDetails(): void;
|
|
121
|
+
brandPromises: any[];
|
|
122
|
+
ecomConfigs: any;
|
|
123
|
+
getEcommerceConfigs(): void;
|
|
124
|
+
locate: boolean;
|
|
125
|
+
otherLanguage: string;
|
|
126
|
+
videoCallPayload: any;
|
|
127
|
+
validationErrors: any;
|
|
128
|
+
isSubmitting: boolean;
|
|
129
|
+
scheduled: boolean;
|
|
130
|
+
scheduleVideoCall(): void;
|
|
131
|
+
resetValidationErrors(): void;
|
|
132
|
+
resetForm(): void;
|
|
133
|
+
onInputChange(field: any): void;
|
|
134
|
+
closeModal(): void;
|
|
135
|
+
getButtonId(index: number): string;
|
|
136
|
+
getButtonStyle(index: number): import("../../../styles/style.model").ButtonStyleModel | undefined;
|
|
137
|
+
openDialogBox(template: TemplateRef<HTMLDivElement>): void;
|
|
138
|
+
matCloseDialog(): void;
|
|
139
|
+
closeDialog(): void;
|
|
140
|
+
getRatings(noofratings: any): any;
|
|
141
|
+
addToTrialCart(): void;
|
|
142
|
+
reviewsData: any[];
|
|
143
|
+
ratingCounts: any;
|
|
144
|
+
pageNumber: number;
|
|
145
|
+
loadMoreReviews(): void;
|
|
146
|
+
getReviews(productId: string): void;
|
|
147
|
+
getPercentage(rating: number): string;
|
|
148
|
+
getRGBA(bgColor: any, opacity: number): any;
|
|
149
|
+
showDetailReview(review: any): void;
|
|
91
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductDescComponent, never>;
|
|
92
151
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProductDescComponent, "simpo-product-desc", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
93
152
|
}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { FooterSocialLinkModel } from "../../../sections/footer-section/footer-section.modal";
|
|
2
2
|
import { AnimationModel, BackgroundModel, DeviderModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
|
|
3
3
|
import { ActionModel } from '../../../styles/style.model';
|
|
4
|
+
import { Corners } from "../../.././styles/index";
|
|
5
|
+
import { GRID_STYLE } from "../../../styles/types";
|
|
4
6
|
export interface ProductDescModal {
|
|
5
7
|
id: string;
|
|
6
8
|
sectionType: string;
|
|
@@ -16,6 +18,9 @@ export interface ProductDescStylesModal {
|
|
|
16
18
|
maximumProduct: number;
|
|
17
19
|
direction: "ROW" | "COLUMN";
|
|
18
20
|
devider: DeviderModel;
|
|
21
|
+
corners: Corners;
|
|
22
|
+
gridStyle: GRID_STYLE;
|
|
23
|
+
customization: GRID_STYLE;
|
|
19
24
|
}
|
|
20
25
|
export interface ProductDescContentModal {
|
|
21
26
|
button: string;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
|
+
import { ElementRef, TemplateRef, Renderer2 } from '@angular/core';
|
|
1
2
|
import { ItemVariant, Product } from '../../styles/product.modal';
|
|
2
3
|
import BaseSection from '../../../sections/BaseSection';
|
|
3
4
|
import { ProductListContentModal, ProductListModal, ProductListStylesModal } from './product-list.modal';
|
|
4
|
-
import { EventsService } from '
|
|
5
|
-
import { RestService } from '
|
|
6
|
-
import { BackgroundModel, ButtonModel } from '../../../styles/style.model';
|
|
5
|
+
import { EventsService } from '../../../services/events.service';
|
|
6
|
+
import { RestService } from '../../../services/rest.service';
|
|
7
|
+
import { BackgroundModel, ButtonModel, LayOutModel } from '../../../styles/style.model';
|
|
7
8
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
8
9
|
import { StorageServiceService } from '../../../services/storage.service';
|
|
9
10
|
import { MatBottomSheet } from '@angular/material/bottom-sheet';
|
|
@@ -29,6 +30,7 @@ export declare class ProductListComponent extends BaseSection {
|
|
|
29
30
|
private readonly matDialog;
|
|
30
31
|
private readonly cartService;
|
|
31
32
|
private readonly messageService;
|
|
33
|
+
private renderer;
|
|
32
34
|
responseData?: Product[];
|
|
33
35
|
data?: ProductListModal;
|
|
34
36
|
index?: number;
|
|
@@ -38,18 +40,15 @@ export declare class ProductListComponent extends BaseSection {
|
|
|
38
40
|
nextComponentColor?: BackgroundModel;
|
|
39
41
|
isLoading: boolean;
|
|
40
42
|
apiLoading: boolean;
|
|
43
|
+
isListLoading: boolean;
|
|
44
|
+
isAllListLoaded: boolean;
|
|
41
45
|
content?: ProductListContentModal;
|
|
42
46
|
button?: ButtonModel;
|
|
43
47
|
totalPages: number;
|
|
44
48
|
scrollingValue: number;
|
|
45
|
-
onWindowScroll(event: Event): void;
|
|
46
|
-
constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, activatedRoute: ActivatedRoute, storageService: StorageServiceService, matBottomSheet: MatBottomSheet, matDialog: MatDialog, cartService: CartService, messageService: MessageService);
|
|
47
|
-
items: MenuItem[] | null;
|
|
48
|
-
private filterBottomSheetRef;
|
|
49
|
-
private sortingDialogRef;
|
|
50
49
|
pricingMin: number;
|
|
51
50
|
pricingMax: number;
|
|
52
|
-
sortBy: string
|
|
51
|
+
sortBy: string;
|
|
53
52
|
searchText: string;
|
|
54
53
|
private USER_CART;
|
|
55
54
|
private USER_WISHLIST;
|
|
@@ -60,7 +59,6 @@ export declare class ProductListComponent extends BaseSection {
|
|
|
60
59
|
value: string;
|
|
61
60
|
}[];
|
|
62
61
|
screenWidth: number;
|
|
63
|
-
getScreenSize(): void;
|
|
64
62
|
filterList: any[];
|
|
65
63
|
styles?: ProductListStylesModal;
|
|
66
64
|
totalCount: number;
|
|
@@ -68,37 +66,132 @@ export declare class ProductListComponent extends BaseSection {
|
|
|
68
66
|
size: number;
|
|
69
67
|
searchTxt: string;
|
|
70
68
|
theme: typeof ProductCardTheme;
|
|
69
|
+
items: MenuItem[] | null;
|
|
70
|
+
private filterBottomSheetRef;
|
|
71
|
+
private sortingDialogRef;
|
|
72
|
+
categories: BaseModel[];
|
|
73
|
+
collections: BaseModel[];
|
|
74
|
+
imageIndex: number;
|
|
75
|
+
listScrollContainer: ElementRef<HTMLDivElement>;
|
|
76
|
+
getScreenSize(): void;
|
|
77
|
+
onWindowScroll(event: Event): void;
|
|
78
|
+
constructor(platformId: Object, _eventService: EventsService, restService: RestService, router: Router, activatedRoute: ActivatedRoute, storageService: StorageServiceService, matBottomSheet: MatBottomSheet, matDialog: MatDialog, cartService: CartService, messageService: MessageService, renderer: Renderer2);
|
|
79
|
+
get stylesLayout(): LayOutModel;
|
|
80
|
+
isOpen: boolean;
|
|
81
|
+
toggleDropdown(): void;
|
|
82
|
+
closeDropdown(): void;
|
|
83
|
+
priceRanges: {
|
|
84
|
+
label: string;
|
|
85
|
+
min: number;
|
|
86
|
+
max: number;
|
|
87
|
+
selected: boolean;
|
|
88
|
+
}[];
|
|
89
|
+
onPriceRangeChange(): void;
|
|
90
|
+
applyFilter(category?: any, type?: 'SORT' | 'FILTER'): void;
|
|
91
|
+
filterItemList(): void;
|
|
92
|
+
selectOption(filter: any, event: MouseEvent): void;
|
|
93
|
+
getSelectedName(): string;
|
|
94
|
+
handleProductListScroll(): void;
|
|
95
|
+
loadMoreProductsToList(): void;
|
|
96
|
+
ecomConfigs: any;
|
|
97
|
+
getEcommerceConfigs(): void;
|
|
71
98
|
ngOnInit(): void;
|
|
72
|
-
|
|
99
|
+
get selectedCategoryCollectionChips(): {
|
|
100
|
+
id: string;
|
|
101
|
+
name: string;
|
|
102
|
+
}[];
|
|
103
|
+
get selectedPriceRangeChips(): {
|
|
104
|
+
id: string;
|
|
105
|
+
name: string;
|
|
106
|
+
type: string;
|
|
107
|
+
}[];
|
|
108
|
+
get allActiveChips(): {
|
|
109
|
+
id: string;
|
|
110
|
+
name: string;
|
|
111
|
+
type: string;
|
|
112
|
+
}[];
|
|
73
113
|
getAllCategories(): void;
|
|
74
114
|
getAllCollections(): void;
|
|
115
|
+
updateProductCartWishlistProperties(): void;
|
|
116
|
+
filterByCategoryCollectionParam(qCategories: any, qCollections: any): void;
|
|
75
117
|
removeFilter(filter: any): void;
|
|
76
118
|
applyProductWidth(): boolean;
|
|
77
119
|
getProductWidth(): string;
|
|
78
120
|
proceedToProductDesc(productId: any): void;
|
|
121
|
+
ringSizes: {
|
|
122
|
+
size: string;
|
|
123
|
+
status: boolean;
|
|
124
|
+
}[];
|
|
125
|
+
productTypesData: {
|
|
126
|
+
size: string;
|
|
127
|
+
status: boolean;
|
|
128
|
+
}[];
|
|
129
|
+
shopForData: {
|
|
130
|
+
size: string;
|
|
131
|
+
status: boolean;
|
|
132
|
+
}[];
|
|
133
|
+
materialSizeData: {
|
|
134
|
+
size: string;
|
|
135
|
+
status: boolean;
|
|
136
|
+
}[];
|
|
137
|
+
metalSizeData: {
|
|
138
|
+
size: string;
|
|
139
|
+
status: boolean;
|
|
140
|
+
}[];
|
|
141
|
+
toggleMetalSize(size: any): void;
|
|
142
|
+
toggleShopSize(size: any): void;
|
|
143
|
+
toggleSize(size: any): void;
|
|
144
|
+
toggleProductSize(size: any): void;
|
|
145
|
+
toggleMaterialSize(size: any): void;
|
|
79
146
|
clearFilter(): void;
|
|
147
|
+
filterScroll: ElementRef;
|
|
148
|
+
isSyncing: boolean;
|
|
149
|
+
ngAfterViewInit(): void;
|
|
150
|
+
handleSyncScroll(): void;
|
|
80
151
|
toggleItemToFav(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'REMOVE'): void;
|
|
81
152
|
addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
|
|
82
153
|
searchProduct(): void;
|
|
83
154
|
selectVarient(product: Product, varient: ItemVariant): void;
|
|
84
155
|
private getVarientQuantity;
|
|
85
156
|
private isVarientPresentInWishtlist;
|
|
86
|
-
goToHome(): void;
|
|
87
|
-
categories: BaseModel[];
|
|
88
|
-
collections: BaseModel[];
|
|
89
|
-
applyFilter(category?: any, type?: 'SORT' | 'FILTER'): void;
|
|
90
157
|
navigateFilter(sorting: string): void;
|
|
91
|
-
filterItemList(): void;
|
|
92
158
|
openFilter(FilterSection: any): void;
|
|
93
159
|
openSorting(SortingSection: any): void;
|
|
94
160
|
paginationChange(page: number): void;
|
|
95
161
|
closeDialog(): void;
|
|
96
162
|
isItemOutOfStock(product: Product): boolean;
|
|
97
163
|
getItemVarient(product: Product, varientId: string): ItemVariant | null;
|
|
98
|
-
editSection(): void;
|
|
99
164
|
get isMobile(): boolean;
|
|
100
165
|
get currency(): string;
|
|
101
166
|
get minSize(): number;
|
|
167
|
+
getProductImages(product: any): any;
|
|
168
|
+
changeImage(product: any, action: 'PREV' | 'NEXT', index: number): Promise<void>;
|
|
169
|
+
getButtonId(index: number): string;
|
|
170
|
+
getButtonStyle(index: number): import("../../../styles/style.model").ButtonStyleModel | undefined;
|
|
171
|
+
getElementRow(): number;
|
|
172
|
+
showAllCategories: boolean;
|
|
173
|
+
get displayedCategories(): BaseModel[];
|
|
174
|
+
toggleCategories(): void;
|
|
175
|
+
showAllCollections: boolean;
|
|
176
|
+
get displayedCollections(): BaseModel[];
|
|
177
|
+
toggleCollections(): void;
|
|
178
|
+
addToTrialCart(product: Product): Promise<void>;
|
|
179
|
+
productName: string;
|
|
180
|
+
openDialogBox(template: TemplateRef<HTMLDivElement>, productName: any): void;
|
|
181
|
+
matCloseDialog(): void;
|
|
182
|
+
otherLanguage: string;
|
|
183
|
+
videoCallPayload: any;
|
|
184
|
+
validationErrors: any;
|
|
185
|
+
isSubmitting: boolean;
|
|
186
|
+
scheduled: boolean;
|
|
187
|
+
scheduleVideoCall(): void;
|
|
188
|
+
resetValidationErrors(): void;
|
|
189
|
+
resetForm(): void;
|
|
190
|
+
onInputChange(field: any): void;
|
|
191
|
+
closeModal(): void;
|
|
192
|
+
languages: string[];
|
|
193
|
+
selectedLang: string;
|
|
194
|
+
getTextColor(color: any): "#000000" | "#ffffff";
|
|
102
195
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductListComponent, never>;
|
|
103
196
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProductListComponent, "simpo-product-list", never, { "responseData": { "alias": "responseData"; "required": false; }; "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
|
|
104
197
|
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import BaseSection from '../../../sections/BaseSection';
|
|
2
|
+
import { ReturnsCalculatorModel, ReturnsCalculatorStyleModel } from './returns-calculator.model';
|
|
3
|
+
import { LayOutModel } from '../../../styles/style.model';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class ReturnsCalculatorComponent extends BaseSection {
|
|
6
|
+
data?: ReturnsCalculatorModel;
|
|
7
|
+
edit?: boolean;
|
|
8
|
+
customClass?: string;
|
|
9
|
+
delete?: boolean;
|
|
10
|
+
index?: number;
|
|
11
|
+
styles?: ReturnsCalculatorStyleModel;
|
|
12
|
+
selectedScheme: string;
|
|
13
|
+
monthlyAmount: number;
|
|
14
|
+
maxAmount: number;
|
|
15
|
+
minAmount: number;
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
onSchemeChange(): void;
|
|
19
|
+
onAmountChange(): void;
|
|
20
|
+
get individualContribution(): number;
|
|
21
|
+
get orraBonus(): number;
|
|
22
|
+
get totalRedemptionValue(): number;
|
|
23
|
+
get groupContribution(): number;
|
|
24
|
+
get luckyDrawAmount(): number;
|
|
25
|
+
get stylesLayout(): LayOutModel;
|
|
26
|
+
getButtonId(index: number): string;
|
|
27
|
+
getButtonStyle(index: number): import("../../../styles/style.model").ButtonStyleModel | undefined;
|
|
28
|
+
getButtonData(index: number): import("../../../styles/style.model").Button | undefined;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ReturnsCalculatorComponent, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ReturnsCalculatorComponent, "simpo-returns-calculator", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BannerStylesModel, ActionModel, InputTextModel } from "../../../styles/style.model";
|
|
2
|
+
export interface ReturnsCalculatorModel {
|
|
3
|
+
id: string;
|
|
4
|
+
sectionType: string;
|
|
5
|
+
sectionName: string;
|
|
6
|
+
content: ReturnsCalculatorContentModel;
|
|
7
|
+
styles: ReturnsCalculatorStyleModel;
|
|
8
|
+
action: ActionModel;
|
|
9
|
+
}
|
|
10
|
+
export interface ReturnsCalculatorStyleModel extends BannerStylesModel {
|
|
11
|
+
}
|
|
12
|
+
export interface ReturnsCalculatorContentModel {
|
|
13
|
+
inputText: InputTextModel[];
|
|
14
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SchemeDetailsComponent implements OnInit {
|
|
4
|
+
schemeDetails: any;
|
|
5
|
+
gotoSchemeOverview: EventEmitter<void>;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnInit(): void;
|
|
8
|
+
screenWidth: any;
|
|
9
|
+
getScreenSize(event?: any): void;
|
|
10
|
+
paymentData: any[];
|
|
11
|
+
getPaymentScheme(): void;
|
|
12
|
+
getDueDate(paymentDate: string | Date): number | null;
|
|
13
|
+
goBack(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SchemeDetailsComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SchemeDetailsComponent, "simpo-scheme-details", never, { "schemeDetails": { "alias": "schemeDetails"; "required": false; }; }, { "gotoSchemeOverview": "gotoSchemeOverview"; }, never, never, true, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { RestService } from '../../../services/rest.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class SchemeSelectionComponent implements OnInit {
|
|
6
|
+
dialogRef: MatDialogRef<SchemeSelectionComponent>;
|
|
7
|
+
private readonly restService;
|
|
8
|
+
constructor(dialogRef: MatDialogRef<SchemeSelectionComponent>, restService: RestService);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
goBack(): void;
|
|
11
|
+
redemptionData: any;
|
|
12
|
+
selectedAmount: any;
|
|
13
|
+
getAllRedemptionSchemes(): void;
|
|
14
|
+
onRadioChange(): void;
|
|
15
|
+
applyRedmption(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SchemeSelectionComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SchemeSelectionComponent, "simpo-scheme-selection", never, {}, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
@@ -13,6 +13,7 @@ export declare class SmallProductListingComponent implements OnInit {
|
|
|
13
13
|
isScrollable?: boolean;
|
|
14
14
|
isCategoryProductList: boolean;
|
|
15
15
|
customClass?: string;
|
|
16
|
+
index: number;
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
addItemToCart(event: PointerEvent | MouseEvent, product: Product, type: 'ADD' | 'SUBSTRACT'): void;
|
|
18
19
|
removeDefault(event: PointerEvent | MouseEvent): void;
|
|
@@ -21,6 +22,10 @@ export declare class SmallProductListingComponent implements OnInit {
|
|
|
21
22
|
goToProductDetail(product: Product): void;
|
|
22
23
|
getSupportingColor(color: string): string;
|
|
23
24
|
get currency(): string;
|
|
25
|
+
getProductImages(product: any): any;
|
|
26
|
+
imageIndex: number;
|
|
27
|
+
changeImage(product: any, action: 'PREV' | 'NEXT'): Promise<void>;
|
|
28
|
+
getRatings(noofratings: any): any;
|
|
24
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmallProductListingComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SmallProductListingComponent, "simpo-small-product-listing", never, { "product": { "alias": "product"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isScrollable": { "alias": "isScrollable"; "required": false; }; "isCategoryProductList": { "alias": "isCategoryProductList"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SmallProductListingComponent, "simpo-small-product-listing", never, { "product": { "alias": "product"; "required": false; }; "data": { "alias": "data"; "required": false; }; "isScrollable": { "alias": "isScrollable"; "required": false; }; "isCategoryProductList": { "alias": "isCategoryProductList"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
26
31
|
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import BaseSection from '../../../sections/BaseSection';
|
|
2
|
+
import { StoreListModal, StoreListStyleModel } from './store-list.modal';
|
|
3
|
+
import { RestService } from '../../../services/rest.service';
|
|
4
|
+
import { Router } from '@angular/router';
|
|
5
|
+
import { ButtonModel } from '../../../styles/style.model';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class StoreListComponent extends BaseSection {
|
|
8
|
+
private restService;
|
|
9
|
+
private router;
|
|
10
|
+
data?: StoreListModal;
|
|
11
|
+
edit?: boolean;
|
|
12
|
+
customClass?: string;
|
|
13
|
+
delete?: boolean;
|
|
14
|
+
index?: number;
|
|
15
|
+
pageNo: number;
|
|
16
|
+
isLoading: boolean;
|
|
17
|
+
cardSize: number;
|
|
18
|
+
styles?: StoreListStyleModel;
|
|
19
|
+
button?: ButtonModel;
|
|
20
|
+
constructor(restService: RestService, router: Router);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
storesList: any;
|
|
23
|
+
pincode: any;
|
|
24
|
+
storePayload: any;
|
|
25
|
+
getDataWithPincode(): void;
|
|
26
|
+
showMessage: boolean;
|
|
27
|
+
totalCount: number;
|
|
28
|
+
submit: boolean;
|
|
29
|
+
loader: boolean;
|
|
30
|
+
error: boolean;
|
|
31
|
+
stateList: any;
|
|
32
|
+
getStoreDetails(): void;
|
|
33
|
+
showState: boolean;
|
|
34
|
+
selectedState: string;
|
|
35
|
+
setStateData(stateData: any): void;
|
|
36
|
+
getTextColor(bgColor: any): "#000000" | "#ffffff" | "#ffffff;";
|
|
37
|
+
openWhatsapp(phone: string): void;
|
|
38
|
+
viewStore(storeId: string): void;
|
|
39
|
+
getTime(storeHours: any, type: string): any;
|
|
40
|
+
getRGBA(bgColor: any, opacity: number): any;
|
|
41
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StoreListComponent, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StoreListComponent, "simpo-store-list", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ActionModel, BannerStylesModel } from "../../../styles/style.model";
|
|
2
|
+
export interface StoreListModal {
|
|
3
|
+
id: string;
|
|
4
|
+
sectionType: string;
|
|
5
|
+
sectionName: string;
|
|
6
|
+
content: {};
|
|
7
|
+
styles: StoreListStyleModel;
|
|
8
|
+
action: ActionModel;
|
|
9
|
+
}
|
|
10
|
+
export interface StoreListStyleModel extends BannerStylesModel {
|
|
11
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import BaseSection from '../../../sections/BaseSection';
|
|
2
|
+
import { StorePageStyleModel, StorePageModal } from './store-page.model';
|
|
3
|
+
import { RestService } from '../../../services/rest.service';
|
|
4
|
+
import { ActivatedRoute } from '@angular/router';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class StorePageComponent extends BaseSection {
|
|
7
|
+
private restService;
|
|
8
|
+
private activeRoute;
|
|
9
|
+
data?: StorePageModal;
|
|
10
|
+
edit?: boolean;
|
|
11
|
+
customClass?: string;
|
|
12
|
+
delete?: boolean;
|
|
13
|
+
index?: number;
|
|
14
|
+
styles?: StorePageStyleModel;
|
|
15
|
+
constructor(restService: RestService, activeRoute: ActivatedRoute);
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
storeData: any;
|
|
18
|
+
loading: boolean;
|
|
19
|
+
getStoreDetails(storeId: string): void;
|
|
20
|
+
getTextColor(bgColor: any): "#000000" | "#ffffff" | "#ffffff;";
|
|
21
|
+
getTime(storeHours: any): string | undefined;
|
|
22
|
+
removeUnderScore(text: string): string;
|
|
23
|
+
openWhatsapp(phone: string): void;
|
|
24
|
+
dialNumber(phone: string): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StorePageComponent, never>;
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StorePageComponent, "simpo-store-page", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ActionModel, BannerStylesModel } from "../../../styles/style.model";
|
|
2
|
+
export interface StorePageModal {
|
|
3
|
+
id: string;
|
|
4
|
+
sectionType: string;
|
|
5
|
+
sectionName: string;
|
|
6
|
+
content: {};
|
|
7
|
+
styles: StorePageStyleModel;
|
|
8
|
+
action: ActionModel;
|
|
9
|
+
}
|
|
10
|
+
export interface StorePageStyleModel extends BannerStylesModel {
|
|
11
|
+
}
|
|
@@ -12,6 +12,7 @@ import { CookieService } from 'ngx-cookie-service';
|
|
|
12
12
|
import { MessageService } from 'primeng/api';
|
|
13
13
|
import { OrderedItems } from '../../styles/OrderedItems.modal';
|
|
14
14
|
import { CartService } from '../../../services/cart.service';
|
|
15
|
+
import { ActivatedRoute } from '@angular/router';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
16
17
|
export declare class UserProfileComponent extends BaseSection implements OnInit {
|
|
17
18
|
private readonly router;
|
|
@@ -23,7 +24,8 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
|
23
24
|
private readonly matBottomSheet;
|
|
24
25
|
private readonly cookieService;
|
|
25
26
|
private readonly messageService;
|
|
26
|
-
|
|
27
|
+
private route;
|
|
28
|
+
constructor(router: Router, _eventService: EventsService, restService: RestService, storageService: StorageServiceService, cartService: CartService, matDialog: MatDialog, matBottomSheet: MatBottomSheet, cookieService: CookieService, messageService: MessageService, route: ActivatedRoute);
|
|
27
29
|
data?: UserProfileModal;
|
|
28
30
|
index?: number;
|
|
29
31
|
edit?: boolean;
|
|
@@ -36,15 +38,21 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
|
36
38
|
userDetails: User | null;
|
|
37
39
|
addressList: any;
|
|
38
40
|
orderDetailsData: any;
|
|
41
|
+
schemeDetails: any;
|
|
39
42
|
sidePanelList: Tabs[];
|
|
40
43
|
tabs: Tabs[];
|
|
41
44
|
orderList: OrderedItems[];
|
|
42
45
|
wishlistData: OrderedItems[];
|
|
43
46
|
ngOnInit(): void;
|
|
44
47
|
getUserOrderDetails(): void;
|
|
48
|
+
passbookSummary: any;
|
|
49
|
+
userEnrollments: any[];
|
|
50
|
+
paymentData: any[];
|
|
51
|
+
getAllSchemes(): void;
|
|
45
52
|
getUserWislistDetails(): void;
|
|
46
53
|
deleteFromWhislist(product: OrderedItems): void;
|
|
47
54
|
moveToCart(product: OrderedItems): void;
|
|
55
|
+
viewSchemeDetails(data: any): void;
|
|
48
56
|
addToFav(item: OrderedItems, type: 'ADD' | 'SUBSTRACT'): void;
|
|
49
57
|
editProfileData(type: 'MOBILE' | 'EMAIL'): Promise<void>;
|
|
50
58
|
get getProductWidth(): string;
|
|
@@ -72,6 +80,7 @@ export declare class UserProfileComponent extends BaseSection implements OnInit
|
|
|
72
80
|
private getComplementColor;
|
|
73
81
|
private convertHEX;
|
|
74
82
|
get currency(): string;
|
|
83
|
+
getOrderedItems(order: any): any;
|
|
75
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileComponent, never>;
|
|
76
85
|
static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileComponent, "simpo-user-profile", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; }, {}, never, never, true, never>;
|
|
77
86
|
}
|