simpo-component-library 3.6.508 → 3.6.513

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 (19) hide show
  1. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +3 -3
  2. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +3 -3
  4. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +8 -3
  5. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
  6. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +3 -3
  7. package/esm2022/lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.mjs +97 -85
  8. package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
  9. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  10. package/fesm2022/simpo-component-library.mjs +116 -100
  11. package/fesm2022/simpo-component-library.mjs.map +1 -1
  12. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +3 -2
  13. package/lib/ecommerce/sections/schemes/schemes.component.d.ts +1 -1
  14. package/lib/sections/appointment-form/appointment-booking/appointment-booking/appointment-booking.component.d.ts +1 -0
  15. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  16. package/package.json +1 -1
  17. package/simpo-component-library-3.6.513.tgz +0 -0
  18. package/src/lib/styles/global-styles.css +2 -2
  19. package/simpo-component-library-3.6.508.tgz +0 -0
@@ -1,7 +1,7 @@
1
1
  import { ElementRef, Renderer2, TemplateRef } from '@angular/core';
2
2
  import { ProductDescModal, ProductDescStylesModal } from './product-desc.modal';
3
3
  import { ItemImage, ItemVariant, Product } from '../../styles/product.modal';
4
- import { BackgroundModel, ButtonModel } from '../../../styles/style.model';
4
+ import { BackgroundModel, ButtonModel, LayOutModel } from '../../../styles/style.model';
5
5
  import BaseSection from '../../../sections/BaseSection';
6
6
  import { EventsService } from '.././../../services/events.service';
7
7
  import { ActivatedRoute, Router } from '@angular/router';
@@ -114,7 +114,7 @@ export declare class ProductDescComponent extends BaseSection {
114
114
  getTextColor(color: any): "#000000" | "#ffffff";
115
115
  languages: string[];
116
116
  selectedLang: string;
117
- getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
117
+ getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
118
118
  onFindInStore(id: string): void;
119
119
  onBookAppointment(): void;
120
120
  isDetails: boolean;
@@ -150,6 +150,7 @@ export declare class ProductDescComponent extends BaseSection {
150
150
  getPercentage(rating: number): string;
151
151
  getRGBA(bgColor: any, opacity: number): any;
152
152
  showDetailReview(review: any): void;
153
+ get stylesLayout(): LayOutModel;
153
154
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductDescComponent, never>;
154
155
  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>;
155
156
  }
@@ -21,7 +21,7 @@ export declare class SchemesComponent extends BaseSection {
21
21
  get stylesLayout(): LayOutModel;
22
22
  get spacingLayout(): SpacingModel;
23
23
  getParentClass(): "" | "overflow-scroll flex-nowrap";
24
- getClass(index: number): "col-12" | "col-6" | "col-6 mb-2" | "col-12 mb-2";
24
+ getClass(index: number): "col-6" | "col-12" | "col-6 mb-2" | "col-12 mb-2";
25
25
  showSchemeDetails(scheme: any): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SchemesComponent, never>;
27
27
  static ɵcmp: i0.ɵɵComponentDeclaration<SchemesComponent, "simpo-schemes", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
@@ -70,6 +70,7 @@ export declare class AppointmentBookingComponent {
70
70
  getAvailableSlots(): void;
71
71
  selectedTime: any;
72
72
  selectTimeSlot(time: any): void;
73
+ termsAndConditions: boolean;
73
74
  checkRequiredValues(): void;
74
75
  appointmentPayload: any;
75
76
  checkPayment(): void;
@@ -23,7 +23,7 @@ export declare class PricingSectionComponent extends BaseSection {
23
23
  getButtonId(): string;
24
24
  editSection(): void;
25
25
  redirectTo(): void;
26
- getClass(): "col-4" | "col-12" | "col-6" | "col-3";
26
+ getClass(): "col-6" | "col-4" | "col-3" | "col-12";
27
27
  getAlignment(): "justify-content-start" | "justify-content-center" | "justify-content-end";
28
28
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
29
29
  static ɵcmp: i0.ɵɵComponentDeclaration<PricingSectionComponent, "simpo-pricing-section", never, { "data": { "alias": "data"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.508",
3
+ "version": "3.6.513",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
@@ -222,9 +222,9 @@
222
222
  }
223
223
  } */
224
224
 
225
- .hover-effect:hover {
225
+ /* .hover-effect:hover {
226
226
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
227
- }
227
+ } */
228
228
 
229
229
  .sidepanel-class {
230
230
  position: absolute !important;
Binary file