simpo-component-library 3.6.101 → 3.6.103
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/directive/alignment.directive.mjs +23 -0
- package/esm2022/lib/directive/button-directive.directive.mjs +19 -3
- package/esm2022/lib/directive/height.directive.mjs +29 -0
- package/esm2022/lib/directive/image-editor.directive.mjs +21 -4
- package/esm2022/lib/directive/set-dynamic-background.directive.mjs +66 -0
- package/esm2022/lib/directive/spacing-around.directive.mjs +37 -3
- package/esm2022/lib/directive/spacing.directive.mjs +29 -0
- package/esm2022/lib/directive/translate-onhover.directive.mjs +47 -0
- package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +10 -5
- package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
- 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 +6 -4
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +24 -7
- package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
- package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +146 -0
- package/esm2022/lib/ecommerce/sections/new-collection/new-collection.modal.mjs +2 -0
- package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +27 -5
- package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +25 -3
- package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +5 -3
- package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +12 -4
- package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
- package/esm2022/lib/elements/editor-service.service.mjs +19 -1
- package/esm2022/lib/elements/image-editor/image-editor.component.mjs +147 -15
- package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +6 -4
- package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
- package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
- package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +2 -2
- package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +6 -4
- package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +41 -6
- package/esm2022/lib/sections/banner-section/banner-section.component.mjs +4 -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 +1 -1
- package/esm2022/lib/sections/contact-us/contact-us.component.mjs +2 -2
- package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
- package/esm2022/lib/sections/features-section/features-section.component.mjs +6 -4
- package/esm2022/lib/sections/header-section/header-section.component.mjs +15 -3
- package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
- package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +12 -5
- package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +18 -3
- package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
- package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +3 -3
- 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/new-services/new-services.component.mjs +2 -2
- package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +2 -2
- package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
- 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-section/process-section.component.mjs +3 -3
- package/esm2022/lib/sections/service-section/service-section.component.mjs +1 -1
- package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
- package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +2 -2
- package/esm2022/lib/sections/video-section/video-section.component.mjs +1 -1
- package/esm2022/lib/services/rest.service.mjs +20 -20
- package/esm2022/lib/styles/style.model.mjs +1 -1
- package/esm2022/lib/styles/types.mjs +1 -1
- package/esm2022/public-api.mjs +6 -1
- package/fesm2022/simpo-component-library.mjs +894 -232
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/components/input-fields/input-fields.component.d.ts +1 -1
- package/lib/directive/alignment.directive.d.ts +11 -0
- package/lib/directive/background-directive.d.ts +1 -1
- package/lib/directive/button-directive.directive.d.ts +3 -1
- package/lib/directive/color.directive.d.ts +1 -1
- package/lib/directive/height.directive.d.ts +11 -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/authentication-required/authentication-required.component.d.ts +1 -1
- package/lib/ecommerce/sections/cart/cart.component.d.ts +2 -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 +2 -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/product-list/product-list.component.d.ts +3 -0
- package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +5 -1
- package/lib/ecommerce/styles/Collection.modal.d.ts +1 -0
- package/lib/elements/editor-service.service.d.ts +2 -0
- package/lib/elements/image-editor/image-editor.component.d.ts +29 -3
- package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
- package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
- package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +7 -1
- package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
- package/lib/sections/contact-us/contact-us.component.d.ts +1 -1
- package/lib/sections/header-section/header-section.component.d.ts +1 -0
- 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 +4 -0
- package/lib/sections/image-grid-section/image-grid-section.model.d.ts +2 -1
- package/lib/sections/image-section/image-section.component.d.ts +2 -2
- package/lib/sections/logo-showcase/logo-showcase.component.d.ts +4 -2
- package/lib/sections/logo-showcase/logo-showcase.modal.d.ts +11 -2
- package/lib/sections/moving-text/moving-text.component.d.ts +1 -1
- 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/sections/pricing-section/pricing-section.modal.d.ts +1 -0
- package/lib/sections/process-modern/process-modern.component.d.ts +2 -0
- package/lib/sections/service-section/service-section.model.d.ts +2 -0
- package/lib/services/rest.service.d.ts +1 -3
- package/lib/styles/style.model.d.ts +2 -0
- package/lib/styles/types.d.ts +2 -0
- package/package.json +1 -1
- package/public-api.d.ts +5 -0
- package/simpo-component-library-3.6.103.tgz +0 -0
- package/src/lib/styles/global-styles.css +13 -1
- package/simpo-component-library-3.6.101.tgz +0 -0
@@ -22,7 +22,7 @@ export declare class MovingTextComponent extends BaseSection {
|
|
22
22
|
private transitionToNext;
|
23
23
|
isItemVisible(index: number): boolean;
|
24
24
|
getItemClass(index: number): string;
|
25
|
-
getTextColor(bgColor: string): "#
|
25
|
+
getTextColor(bgColor: string): "#ffffff" | "#000000";
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<MovingTextComponent, never>;
|
27
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<MovingTextComponent, "simpo-moving-text", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
|
28
28
|
}
|
@@ -21,7 +21,7 @@ export declare class NewTestimonialsComponent extends BaseSection {
|
|
21
21
|
idx: number;
|
22
22
|
getImageData(): import("../../styles/style.model").Image | undefined;
|
23
23
|
getImageUrl(): string | undefined;
|
24
|
-
getImageType(): "
|
24
|
+
getImageType(): "Image" | "Video";
|
25
25
|
editSection(): void;
|
26
26
|
stopPropagation(event: any): void;
|
27
27
|
screenWidth: any;
|
@@ -18,7 +18,7 @@ export declare class PricingSectionComponent extends BaseSection {
|
|
18
18
|
constructor(_eventService: EventsService);
|
19
19
|
ngOnInit(): void;
|
20
20
|
get stylesLayout(): LayOutModel;
|
21
|
-
getTextColor(): "#
|
21
|
+
getTextColor(): "#ffffff" | "#000000";
|
22
22
|
get headingSpace(): SPACING;
|
23
23
|
getButtonId(): string;
|
24
24
|
editSection(): void;
|
@@ -15,6 +15,8 @@ export declare class ProcessModernComponent extends BaseSection implements OnIni
|
|
15
15
|
nextComponentColor?: BackgroundModel;
|
16
16
|
styles?: ProcessModernStylesModel;
|
17
17
|
constructor(_eventService: EventsService);
|
18
|
+
scrWidth: number;
|
19
|
+
getScreenSize(): void;
|
18
20
|
ngOnInit(): void;
|
19
21
|
get stylesLayout(): LayOutModel;
|
20
22
|
get getJustifyContent(): string;
|
@@ -14,6 +14,8 @@ export interface ServiceContentModal {
|
|
14
14
|
}
|
15
15
|
export interface Display extends DisplaySection {
|
16
16
|
showIcon: boolean;
|
17
|
+
showHoverEffect: boolean;
|
18
|
+
showCardBackground: boolean;
|
17
19
|
showButtonOnHover: boolean;
|
18
20
|
}
|
19
21
|
export interface ServiceStylesModel extends StylesModel, CardStyles {
|
@@ -1,14 +1,12 @@
|
|
1
1
|
import { HttpClient } from "@angular/common/http";
|
2
2
|
import { OnDestroy } from "@angular/core";
|
3
3
|
import { Observable } from "rxjs";
|
4
|
-
import { EventsService } from "../../public-api";
|
5
4
|
import { Review } from "../ecommerce/styles/review.modal";
|
6
5
|
import { DeviceInfo } from "../ecommerce/styles/user.modal";
|
7
6
|
import { PincodeLocation } from "../ecommerce/styles/PincodeLocation.model";
|
8
7
|
import * as i0 from "@angular/core";
|
9
8
|
export declare class RestService implements OnDestroy {
|
10
9
|
private readonly http;
|
11
|
-
private readonly eventService;
|
12
10
|
private BASE_URL;
|
13
11
|
private ECOMMERCE_URL;
|
14
12
|
private CMIS_URL;
|
@@ -16,7 +14,7 @@ export declare class RestService implements OnDestroy {
|
|
16
14
|
businessDetails: any;
|
17
15
|
subIndustryName: any;
|
18
16
|
isJewellery: boolean;
|
19
|
-
constructor(http: HttpClient,
|
17
|
+
constructor(http: HttpClient, BASE_URL: string, ECOMMERCE_URL: string, CMIS_URL: string);
|
20
18
|
getBusinessDetails(): void;
|
21
19
|
ngOnDestroy(): void;
|
22
20
|
getFeaturedProduct(collectionId: string | undefined | null): Observable<any>;
|
@@ -92,6 +92,7 @@ export interface DisplaySection {
|
|
92
92
|
linkType: LINK_TYPE;
|
93
93
|
showHeadline: boolean;
|
94
94
|
showShrinkingHeader: boolean;
|
95
|
+
showText: boolean;
|
95
96
|
}
|
96
97
|
export interface Button {
|
97
98
|
linkType: RedirectionLinkType;
|
@@ -165,6 +166,7 @@ export interface Image {
|
|
165
166
|
altText: string;
|
166
167
|
type?: FILE_TYPE;
|
167
168
|
position: PositionModel;
|
169
|
+
content?: Button;
|
168
170
|
}
|
169
171
|
export interface Icon {
|
170
172
|
url: string;
|
package/lib/styles/types.d.ts
CHANGED
@@ -27,3 +27,5 @@ export type PROCESS_SECTION_DISPLAY_STYLE = 'STYLE1' | 'STYLE2';
|
|
27
27
|
export type TAB_STYLING = 'UNDERLINE' | 'BOXED' | 'NONE';
|
28
28
|
export type PRICING_STYLE = 'STYLE1' | 'STYLE2';
|
29
29
|
export type CONTENT_BACKGROUND = 'black' | 'white';
|
30
|
+
export type LOGO_POSITION = 'left' | 'right' | 'top' | 'bottom';
|
31
|
+
export type GRID_STYLE = 'Style1' | 'Style2';
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -57,6 +57,7 @@ export * from './lib/ecommerce/sections/category-product/category-product.compon
|
|
57
57
|
export * from './lib/ecommerce/sections/featured-category/featured-collection.component';
|
58
58
|
export * from './lib/ecommerce/sections/customer-review/customer-review.component';
|
59
59
|
export * from './lib/ecommerce/sections/authentication-required/authentication-required.component';
|
60
|
+
export * from './lib/ecommerce/sections/new-collection/new-collection.component';
|
60
61
|
export * from './lib/services/events.service';
|
61
62
|
export * from './lib/services/endUser.service';
|
62
63
|
export * from './lib/services/sanitizeHtml';
|
@@ -84,6 +85,10 @@ export * from './lib/directive/sticky-directive';
|
|
84
85
|
export * from './lib/directive/removeCarousel-directive';
|
85
86
|
export * from './lib/directive/spacing-around.directive';
|
86
87
|
export * from './lib/directive/hover-animation.directive';
|
88
|
+
export * from './lib/directive/spacing.directive';
|
89
|
+
export * from './lib/directive/height.directive';
|
90
|
+
export * from './lib/directive/alignment.directive';
|
91
|
+
export * from './lib/directive/translate-onhover.directive';
|
87
92
|
export * from './lib/styles/index';
|
88
93
|
export * from './lib/styles/style.model';
|
89
94
|
export * from './lib/styles/types';
|
Binary file
|
@@ -189,4 +189,16 @@
|
|
189
189
|
width: 60%;
|
190
190
|
height: 100vh;
|
191
191
|
animation: slideInLeft 0.5s ease-in-out forwards;
|
192
|
-
}
|
192
|
+
}
|
193
|
+
|
194
|
+
.appointment-form{
|
195
|
+
@media only screen and (max-width: 500px){
|
196
|
+
margin: auto !important;
|
197
|
+
height: 65vh !important;
|
198
|
+
width: 95vw !important;
|
199
|
+
}
|
200
|
+
}
|
201
|
+
|
202
|
+
.hover-effect:hover {
|
203
|
+
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
|
204
|
+
}
|
Binary file
|