simpo-component-library 1.6.80 → 1.6.82

Sign up to get free protection for your applications and to get access to all the features.
Files changed (148) hide show
  1. package/README.md +24 -24
  2. package/esm2022/lib/components/delete-hover-element/delete-hover-element.component.mjs +3 -3
  3. package/esm2022/lib/constants/business.constant.mjs +1 -1
  4. package/esm2022/lib/directive/blur-content.directive.mjs +1 -1
  5. package/esm2022/lib/directive/borderlessImage.directive.mjs +1 -1
  6. package/esm2022/lib/directive/button-directive.directive.mjs +1 -1
  7. package/esm2022/lib/directive/color.directive.mjs +1 -1
  8. package/esm2022/lib/directive/column-directive.directive.mjs +1 -1
  9. package/esm2022/lib/directive/container-alignment.directive.mjs +1 -1
  10. package/esm2022/lib/directive/container-fir.directive.mjs +1 -1
  11. package/esm2022/lib/directive/content-title-spacing.directive.mjs +1 -1
  12. package/esm2022/lib/directive/corner-directive.mjs +1 -1
  13. package/esm2022/lib/directive/hoverborder.directive.mjs +1 -1
  14. package/esm2022/lib/directive/image-container.directive.mjs +1 -1
  15. package/esm2022/lib/directive/image-directive.directive.mjs +1 -1
  16. package/esm2022/lib/directive/image-position.directive.mjs +1 -1
  17. package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
  18. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +3 -3
  19. package/esm2022/lib/directive/sticky-directive.mjs +1 -1
  20. package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
  21. package/esm2022/lib/directive/text-size.directive.mjs +1 -1
  22. package/esm2022/lib/directive/wrap-containers.directive.mjs +1 -1
  23. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +15 -8
  24. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -3
  25. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +11 -0
  26. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +3 -3
  27. package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +1 -1
  28. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +3 -3
  29. package/esm2022/lib/ecommerce/sections/category-product/category-product.model.mjs +1 -1
  30. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +3 -3
  31. package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +1 -1
  32. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +3 -3
  33. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.model.mjs +1 -1
  34. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +3 -3
  35. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  36. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +3 -3
  37. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +3 -3
  38. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  39. package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +3 -3
  40. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +3 -3
  41. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +3 -3
  42. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +3 -3
  43. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  44. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +3 -3
  45. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  46. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
  47. package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +1 -1
  48. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +3 -3
  49. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +3 -3
  50. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
  51. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.modal.mjs +1 -1
  52. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +3 -3
  53. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.model.mjs +1 -1
  54. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +3 -3
  55. package/esm2022/lib/ecommerce/styles/BaseCollection.modal.mjs +1 -1
  56. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +1 -1
  57. package/esm2022/lib/ecommerce/styles/OrderedItems.modal.mjs +1 -1
  58. package/esm2022/lib/ecommerce/styles/PincodeLocation.model.mjs +1 -1
  59. package/esm2022/lib/ecommerce/styles/PincodeLocationInter.model.mjs +1 -1
  60. package/esm2022/lib/ecommerce/styles/cart.modal.mjs +1 -1
  61. package/esm2022/lib/ecommerce/styles/category.modal.mjs +1 -1
  62. package/esm2022/lib/ecommerce/styles/order.modal.mjs +1 -1
  63. package/esm2022/lib/ecommerce/styles/product.modal.mjs +1 -1
  64. package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
  65. package/esm2022/lib/ecommerce/styles/user.modal.mjs +1 -1
  66. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  67. package/esm2022/lib/elements/button/button.component.mjs +3 -3
  68. package/esm2022/lib/elements/button/button.model.mjs +1 -1
  69. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +3 -3
  70. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  71. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
  72. package/esm2022/lib/elements/index.mjs +1 -1
  73. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  74. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  75. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +3 -3
  76. package/esm2022/lib/pipes/amount.pipe.mjs +1 -1
  77. package/esm2022/lib/pipes/gender.pipe.mjs +1 -1
  78. package/esm2022/lib/sections/BaseSection.mjs +1 -1
  79. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
  80. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  81. package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
  82. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
  83. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +3 -3
  84. package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
  85. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +3 -3
  86. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  87. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  88. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  89. package/esm2022/lib/sections/features-section/features-section.component.mjs +3 -3
  90. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  91. package/esm2022/lib/sections/header-text/header-text.component.mjs +3 -3
  92. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  93. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +3 -3
  94. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  95. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +3 -3
  96. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  97. package/esm2022/lib/sections/image-section/image-section.component.mjs +15 -7
  98. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  99. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
  100. package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
  101. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  102. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  103. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +3 -3
  104. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +3 -3
  105. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  106. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  107. package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
  108. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  109. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  110. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  111. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  112. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  113. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  114. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +3 -3
  115. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  116. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  117. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +3 -3
  118. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
  119. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  120. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  121. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +6 -3
  122. package/esm2022/lib/sections/text-image-section/text-image-section.model.mjs +1 -1
  123. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  124. package/esm2022/lib/sections/video-section/video-section.component.mjs +3 -3
  125. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  126. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +3 -3
  127. package/esm2022/lib/services/cart.service.mjs +1 -1
  128. package/esm2022/lib/services/endUser.service.mjs +1 -1
  129. package/esm2022/lib/services/rest.service.mjs +1 -1
  130. package/esm2022/lib/services/sanitizeHtml.mjs +1 -1
  131. package/esm2022/lib/services/storage.service.mjs +1 -1
  132. package/esm2022/lib/styles/index.mjs +1 -1
  133. package/esm2022/lib/styles/style.model.mjs +1 -1
  134. package/esm2022/lib/styles/types.mjs +1 -1
  135. package/esm2022/public-api.mjs +2 -1
  136. package/fesm2022/simpo-component-library.mjs +143 -117
  137. package/fesm2022/simpo-component-library.mjs.map +1 -1
  138. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +5 -0
  139. package/lib/ecommerce/sections/product-category-list/product-category-list.model.d.ts +5 -2
  140. package/lib/sections/image-section/image-section.component.d.ts +1 -0
  141. package/lib/sections/image-section/image-section.model.d.ts +7 -1
  142. package/lib/sections/text-image-section/text-image-section.component.d.ts +1 -0
  143. package/lib/sections/text-image-section/text-image-section.model.d.ts +2 -0
  144. package/lib/styles/style.model.d.ts +1 -0
  145. package/package.json +1 -1
  146. package/public-api.d.ts +1 -0
  147. package/simpo-component-library-1.6.82.tgz +0 -0
  148. package/simpo-component-library-1.6.80.tgz +0 -0
@@ -0,0 +1,5 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class AuthenticationRequiredComponent {
3
+ static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationRequiredComponent, never>;
4
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticationRequiredComponent, "simpo-authentication-required", never, {}, {}, never, never, true, never>;
5
+ }
@@ -1,9 +1,10 @@
1
- import { ActionModel, AnimationModel, BackgroundModel, LayOutModel } from "../../../styles/style.model";
1
+ import { ActionModel, AnimationModel, BackgroundModel, InputTextModel, LayOutModel } from "../../../styles/style.model";
2
+ import { ImageModel } from "../cart/cart.modal";
2
3
  export interface ProductCategoryListModal {
3
4
  id: string;
4
5
  sectionType: string;
5
6
  sectionName: string;
6
- content: null;
7
+ content: ProductCategoryListContentModal;
7
8
  styles: ProductCategoryListStylesModal;
8
9
  action: ActionModel;
9
10
  }
@@ -13,6 +14,8 @@ export interface ProductCategoryListStylesModal {
13
14
  animation: AnimationModel;
14
15
  }
15
16
  export interface ProductCategoryListContentModal {
17
+ inputText: InputTextModel[];
18
+ image: ImageModel;
16
19
  display: Display;
17
20
  button: string;
18
21
  }
@@ -15,6 +15,7 @@ export declare class ImageSectionComponent extends BaseSection {
15
15
  style?: imageSectionStylesModel;
16
16
  constructor(_eventService: EventsService);
17
17
  ngOnInit(): void;
18
+ get canMergeNavbar(): boolean | undefined;
18
19
  editSection(): void;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<ImageSectionComponent, never>;
20
21
  static ɵcmp: i0.ɵɵComponentDeclaration<ImageSectionComponent, "simpo-image-section", 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>;
@@ -1,4 +1,5 @@
1
- import { Image, ImageStyle, InputTextModel, StylesModel } from "./../../styles/style.model";
1
+ import { ActionModel, Image, ImageStyle, InputTextModel, StylesModel, PositionLayoutModal } from "./../../styles/style.model";
2
+ import { AlignContent } from "./../../styles/index";
2
3
  import { Corners } from "./../../styles/index";
3
4
  export interface imageSectionModel {
4
5
  id: string;
@@ -6,6 +7,7 @@ export interface imageSectionModel {
6
7
  sectionName: string;
7
8
  content: ImageContentModal;
8
9
  styles: imageSectionStylesModel;
10
+ action: ActionModel;
9
11
  }
10
12
  export interface ImageContentModal {
11
13
  inputText: [InputTextModel];
@@ -15,4 +17,8 @@ export interface imageSectionStylesModel extends StylesModel {
15
17
  fullWidth: boolean;
16
18
  corners: Corners;
17
19
  image: ImageStyle;
20
+ merge?: boolean;
21
+ showText?: boolean;
22
+ contentAlignment: AlignContent;
23
+ positionLayout: PositionLayoutModal;
18
24
  }
@@ -16,6 +16,7 @@ export declare class TextImageSectionComponent extends BaseSection implements On
16
16
  constructor(_eventService: EventsService);
17
17
  ngOnInit(): void;
18
18
  editSection(): void;
19
+ get canMergeNavbar(): boolean | undefined;
19
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TextImageSectionComponent, never>;
20
21
  static ɵcmp: i0.ɵɵComponentDeclaration<TextImageSectionComponent, "simpo-text-image-section", 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>;
21
22
  }
@@ -16,4 +16,6 @@ export interface textModel {
16
16
  export interface TextImageContentModel {
17
17
  inputText: InputTextModel[];
18
18
  image: ImageModel;
19
+ merge?: boolean;
20
+ showImage: boolean;
19
21
  }
@@ -133,6 +133,7 @@ export interface BannerStylesModel {
133
133
  corners: Corners;
134
134
  merge?: boolean;
135
135
  textSize: TextSize;
136
+ showImage: boolean;
136
137
  }
137
138
  export interface InputTextModel {
138
139
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.80",
3
+ "version": "1.6.82",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -44,6 +44,7 @@ export * from './lib/ecommerce/sections/product-category-list/product-category-l
44
44
  export * from './lib/ecommerce/sections/category-product/category-product.component';
45
45
  export * from './lib/ecommerce/sections/featured-category/featured-collection.component';
46
46
  export * from './lib/ecommerce/sections/customer-review/customer-review.component';
47
+ export * from './lib/ecommerce/sections/authentication-required/authentication-required.component';
47
48
  export * from './lib/services/events.service';
48
49
  export * from './lib/services/endUser.service';
49
50
  export * from './lib/services/sanitizeHtml';
Binary file