simpo-component-library 3.6.205 → 3.6.207

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 (24) hide show
  1. package/esm2022/lib/directive/sticky-directive.mjs +4 -2
  2. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +3 -3
  3. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +7 -4
  4. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.component.mjs +3 -3
  5. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +6 -3
  6. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +7 -4
  7. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +5 -5
  8. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
  9. package/esm2022/lib/elements/list-home-appointment/list-home-appointment.component.mjs +3 -3
  10. package/esm2022/lib/elements/schedule-video-call/schedule-video-call.component.mjs +3 -3
  11. package/esm2022/lib/pipes/gender.pipe.mjs +2 -2
  12. package/esm2022/lib/sections/header-section/header-section.component.mjs +7 -4
  13. package/esm2022/lib/services/rest.service.mjs +2 -2
  14. package/fesm2022/simpo-component-library.mjs +42 -28
  15. package/fesm2022/simpo-component-library.mjs.map +1 -1
  16. package/lib/ecommerce/sections/order-details/order-details.component.d.ts +1 -0
  17. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
  18. package/lib/elements/pricing-s1/pricing-s1.component.d.ts +1 -1
  19. package/lib/sections/header-section/header-section.component.d.ts +2 -0
  20. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  21. package/package.json +1 -1
  22. package/simpo-component-library-3.6.207.tgz +0 -0
  23. package/src/lib/styles/global-styles.css +14 -2
  24. package/simpo-component-library-3.6.205.tgz +0 -0
@@ -27,6 +27,7 @@ export declare class OrderDetailsComponent implements OnInit {
27
27
  ngOnInit(): void;
28
28
  private getIcon;
29
29
  goBack(): void;
30
+ getKey(obj: any): string;
30
31
  get getCardBGColor(): string;
31
32
  get isMobile(): boolean;
32
33
  getSupportingColor(bgColor: string): string;
@@ -111,7 +111,7 @@ export declare class ProductDescComponent extends BaseSection {
111
111
  getTextColor(color: any): "#000000" | "#ffffff";
112
112
  languages: string[];
113
113
  selectedLang: string;
114
- getClass(map: any): "col-4" | "col-6" | "col-3" | "width-max";
114
+ getClass(map: any): "col-6" | "col-4" | "col-3" | "width-max";
115
115
  onFindInStore(id: string): void;
116
116
  onBookAppointment(): void;
117
117
  isDetails: boolean;
@@ -15,7 +15,7 @@ export declare class PricingS1Component extends BaseSection {
15
15
  editSection(): void;
16
16
  getButtonId(): string;
17
17
  redirectTo(): void;
18
- getClass(): "col-4" | "col-12" | "col-5" | "col-3";
18
+ getClass(): "col-4" | "col-3" | "col-12" | "col-5";
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingS1Component, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<PricingS1Component, "simpo-pricing-s1", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; }, {}, never, never, true, never>;
21
21
  }
@@ -46,6 +46,7 @@ export declare class HeaderSectionComponent implements OnInit {
46
46
  onScroll(event: any): void;
47
47
  movingText?: MovingTextModal;
48
48
  ngOnInit(): void;
49
+ showSearchBarMobile: boolean;
49
50
  isNavbarOpen: boolean;
50
51
  screenWidth: number;
51
52
  getScreenSize(event?: number): void;
@@ -83,6 +84,7 @@ export declare class HeaderSectionComponent implements OnInit {
83
84
  selectedCategory: any;
84
85
  storeAvaiable: boolean;
85
86
  getCategoriesHeader(): void;
87
+ schemeAvailable: boolean;
86
88
  goToStores(): void;
87
89
  Object: ObjectConstructor;
88
90
  applyFilterToList(obj: any, type: any): 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
  static ɵfac: i0.ɵɵFactoryDeclaration<PricingSectionComponent, never>;
28
28
  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>;
29
29
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.205",
3
+ "version": "3.6.207",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
@@ -237,9 +237,21 @@
237
237
  position: unset !important;
238
238
  }
239
239
  }
240
- .p-rating-icon{
240
+
241
+ .p-rating-icon {
241
242
  color: gold;
242
243
  }
244
+
245
+ .appointment-form {
246
+ width: 100vw;
247
+ height: 100vh;
248
+ max-width: 100vw;
249
+ position: static;
250
+ margin-left: 0px;
251
+ margin-top: 0px;
252
+ margin-right: 0px;
253
+ }
254
+
243
255
  .trim-text {
244
256
  text-align: left !important;
245
257
  display: -webkit-box !important;
@@ -249,4 +261,4 @@
249
261
  -webkit-box-orient: vertical;
250
262
  text-overflow: ellipsis !important;
251
263
  /* word-break: break-all; */
252
- }
264
+ }
Binary file