simpo-component-library 3.6.101 → 3.6.105

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 (111) hide show
  1. package/esm2022/lib/directive/alignment.directive.mjs +23 -0
  2. package/esm2022/lib/directive/button-directive.directive.mjs +19 -3
  3. package/esm2022/lib/directive/height.directive.mjs +29 -0
  4. package/esm2022/lib/directive/image-editor.directive.mjs +21 -4
  5. package/esm2022/lib/directive/set-dynamic-background.directive.mjs +66 -0
  6. package/esm2022/lib/directive/spacing-around.directive.mjs +37 -3
  7. package/esm2022/lib/directive/spacing.directive.mjs +29 -0
  8. package/esm2022/lib/directive/translate-onhover.directive.mjs +47 -0
  9. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +1 -1
  10. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +10 -5
  11. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
  12. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +6 -4
  13. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  14. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +6 -4
  15. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +24 -7
  16. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  17. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +146 -0
  18. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.modal.mjs +2 -0
  19. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +2 -2
  20. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +27 -5
  21. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +25 -3
  22. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +5 -3
  23. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +12 -4
  24. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  25. package/esm2022/lib/elements/editor-service.service.mjs +19 -1
  26. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +147 -15
  27. package/esm2022/lib/elements/pricing-s1/pricing-s1.component.mjs +6 -4
  28. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  29. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  30. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +2 -2
  31. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +6 -4
  32. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +41 -6
  33. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +4 -4
  34. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +3 -3
  35. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +1 -1
  36. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +2 -2
  37. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  38. package/esm2022/lib/sections/features-section/features-section.component.mjs +6 -4
  39. package/esm2022/lib/sections/header-section/header-section.component.mjs +15 -3
  40. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  41. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +12 -5
  42. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +9 -4
  43. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  44. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +3 -3
  45. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +9 -3
  46. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  47. package/esm2022/lib/sections/new-services/new-services.component.mjs +2 -2
  48. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +2 -2
  49. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
  50. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  51. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +12 -4
  52. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  53. package/esm2022/lib/sections/service-section/service-section.component.mjs +1 -1
  54. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  55. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +2 -2
  56. package/esm2022/lib/sections/video-section/video-section.component.mjs +1 -1
  57. package/esm2022/lib/services/rest.service.mjs +20 -20
  58. package/esm2022/lib/styles/style.model.mjs +1 -1
  59. package/esm2022/lib/styles/types.mjs +1 -1
  60. package/esm2022/public-api.mjs +6 -1
  61. package/fesm2022/simpo-component-library.mjs +920 -269
  62. package/fesm2022/simpo-component-library.mjs.map +1 -1
  63. package/lib/components/input-fields/input-fields.component.d.ts +1 -1
  64. package/lib/directive/alignment.directive.d.ts +11 -0
  65. package/lib/directive/background-directive.d.ts +1 -1
  66. package/lib/directive/button-directive.directive.d.ts +3 -1
  67. package/lib/directive/color.directive.d.ts +1 -1
  68. package/lib/directive/height.directive.d.ts +11 -0
  69. package/lib/directive/image-editor.directive.d.ts +6 -1
  70. package/lib/directive/set-dynamic-background.directive.d.ts +14 -0
  71. package/lib/directive/spacing-around.directive.d.ts +7 -2
  72. package/lib/directive/spacing.directive.d.ts +12 -0
  73. package/lib/directive/translate-onhover.directive.d.ts +11 -0
  74. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +1 -1
  75. package/lib/ecommerce/sections/cart/cart.component.d.ts +2 -0
  76. package/lib/ecommerce/sections/featured-category/featured-category.modal.d.ts +2 -0
  77. package/lib/ecommerce/sections/featured-products/featured-products.component.d.ts +2 -1
  78. package/lib/ecommerce/sections/featured-products/featured-products.modal.d.ts +6 -2
  79. package/lib/ecommerce/sections/new-collection/new-collection.component.d.ts +36 -0
  80. package/lib/ecommerce/sections/new-collection/new-collection.modal.d.ts +23 -0
  81. package/lib/ecommerce/sections/product-list/product-list.component.d.ts +3 -0
  82. package/lib/ecommerce/sections/small-product-listing/small-product-listing.component.d.ts +5 -1
  83. package/lib/ecommerce/styles/Collection.modal.d.ts +1 -0
  84. package/lib/elements/editor-service.service.d.ts +2 -0
  85. package/lib/elements/image-editor/image-editor.component.d.ts +29 -3
  86. package/lib/elements/link-editor/link-editor.component.d.ts +1 -1
  87. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  88. package/lib/sections/banner-grid-section/banner-grid-section.component.d.ts +7 -1
  89. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  90. package/lib/sections/contact-us/contact-us.component.d.ts +1 -1
  91. package/lib/sections/header-section/header-section.component.d.ts +1 -0
  92. package/lib/sections/image-carousel-section/image-carousel-section.component.d.ts +2 -1
  93. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -0
  94. package/lib/sections/image-grid-section/image-grid-section.model.d.ts +3 -1
  95. package/lib/sections/image-section/image-section.component.d.ts +2 -2
  96. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +4 -2
  97. package/lib/sections/logo-showcase/logo-showcase.modal.d.ts +11 -2
  98. package/lib/sections/moving-text/moving-text.component.d.ts +1 -1
  99. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
  100. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  101. package/lib/sections/pricing-section/pricing-section.modal.d.ts +1 -0
  102. package/lib/sections/process-modern/process-modern.component.d.ts +2 -0
  103. package/lib/sections/service-section/service-section.model.d.ts +2 -0
  104. package/lib/services/rest.service.d.ts +1 -3
  105. package/lib/styles/style.model.d.ts +2 -0
  106. package/lib/styles/types.d.ts +2 -0
  107. package/package.json +1 -1
  108. package/public-api.d.ts +5 -0
  109. package/simpo-component-library-3.6.105.tgz +0 -0
  110. package/src/lib/styles/global-styles.css +13 -1
  111. 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): "#000000" | "#ffffff";
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(): "Video" | "Image";
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(): "#000000" | "#ffffff";
21
+ getTextColor(): "#ffffff" | "#000000";
22
22
  get headingSpace(): SPACING;
23
23
  getButtonId(): string;
24
24
  editSection(): void;
@@ -19,6 +19,7 @@ export interface Display extends DisplaySection {
19
19
  showImage: boolean;
20
20
  showButton: boolean;
21
21
  showIncludeditems: boolean;
22
+ showHoverEffect: boolean;
22
23
  }
23
24
  export interface PricingSectionStylesModel extends StylesModel {
24
25
  image: ImageStyle;
@@ -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, eventService: EventsService, BASE_URL: string, ECOMMERCE_URL: string, CMIS_URL: string);
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;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.101",
3
+ "version": "3.6.105",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
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';
@@ -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