simpo-component-library 3.5.42 → 3.5.43

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 (210) hide show
  1. package/README.md +24 -24
  2. package/esm2022/lib/components/delete-hover-element/delete-hover-element.component.mjs +5 -5
  3. package/esm2022/lib/components/document/document.component.mjs +5 -5
  4. package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +4 -4
  5. package/esm2022/lib/components/image-loading/image-loading.component.mjs +5 -5
  6. package/esm2022/lib/components/index.mjs +5 -5
  7. package/esm2022/lib/components/input-fields/input-fields.component.mjs +4 -4
  8. package/esm2022/lib/components/payment-details/payment-details.component.mjs +39 -13
  9. package/esm2022/lib/constants/business.constant.mjs +1 -1
  10. package/esm2022/lib/directive/animation-directive.mjs +4 -4
  11. package/esm2022/lib/directive/background-directive.mjs +4 -4
  12. package/esm2022/lib/directive/banner-content-fit-directive.mjs +4 -4
  13. package/esm2022/lib/directive/blur-content.directive.mjs +4 -4
  14. package/esm2022/lib/directive/border-directive.mjs +4 -4
  15. package/esm2022/lib/directive/borderlessImage.directive.mjs +4 -4
  16. package/esm2022/lib/directive/button-directive.directive.mjs +4 -4
  17. package/esm2022/lib/directive/button-editor.directive.mjs +4 -4
  18. package/esm2022/lib/directive/color.directive.mjs +4 -4
  19. package/esm2022/lib/directive/column-directive.directive.mjs +4 -4
  20. package/esm2022/lib/directive/container-alignment.directive.mjs +4 -4
  21. package/esm2022/lib/directive/container-fir.directive.mjs +4 -4
  22. package/esm2022/lib/directive/content-alignment-directive.mjs +4 -4
  23. package/esm2022/lib/directive/content-fit-directive.mjs +4 -4
  24. package/esm2022/lib/directive/content-title-spacing.directive.mjs +4 -4
  25. package/esm2022/lib/directive/contenteditable.directive.mjs +4 -4
  26. package/esm2022/lib/directive/corner-directive.mjs +4 -4
  27. package/esm2022/lib/directive/footer-layout-directive.mjs +4 -4
  28. package/esm2022/lib/directive/hover-element-directive.mjs +4 -4
  29. package/esm2022/lib/directive/hoverborder.directive.mjs +4 -4
  30. package/esm2022/lib/directive/image-container.directive.mjs +4 -4
  31. package/esm2022/lib/directive/image-directive.directive.mjs +4 -4
  32. package/esm2022/lib/directive/image-editor.directive.mjs +4 -4
  33. package/esm2022/lib/directive/image-position.directive.mjs +4 -4
  34. package/esm2022/lib/directive/overlay-directive.mjs +4 -4
  35. package/esm2022/lib/directive/position-layout-directive.directive.mjs +4 -4
  36. package/esm2022/lib/directive/removeCarousel-directive.mjs +4 -4
  37. package/esm2022/lib/directive/spacing-around.directive.mjs +4 -4
  38. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +4 -4
  39. package/esm2022/lib/directive/sticky-directive.mjs +4 -4
  40. package/esm2022/lib/directive/text-background-directive.directive.mjs +4 -4
  41. package/esm2022/lib/directive/text-size.directive.mjs +4 -4
  42. package/esm2022/lib/directive/wrap-containers.directive.mjs +4 -4
  43. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +5 -5
  44. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +5 -5
  45. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +5 -5
  46. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.model.mjs +1 -1
  47. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +5 -5
  48. package/esm2022/lib/ecommerce/sections/cart/cart.modal.mjs +1 -1
  49. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +5 -5
  50. package/esm2022/lib/ecommerce/sections/category-product/category-product.model.mjs +1 -1
  51. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +5 -5
  52. package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +1 -1
  53. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +5 -5
  54. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.model.mjs +1 -1
  55. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +5 -5
  56. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.modal.mjs +1 -1
  57. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +5 -5
  58. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +5 -5
  59. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.modal.mjs +1 -1
  60. package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +5 -5
  61. package/esm2022/lib/ecommerce/sections/order-details/order-details.component.mjs +5 -5
  62. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +5 -5
  63. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +5 -5
  64. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  65. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +10 -11
  66. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.modal.mjs +1 -1
  67. package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +6 -6
  68. package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +1 -1
  69. package/esm2022/lib/ecommerce/sections/small-product-listing/small-product-listing.component.mjs +5 -5
  70. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +5 -5
  71. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +5 -5
  72. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.modal.mjs +1 -1
  73. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +5 -5
  74. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.model.mjs +1 -1
  75. package/esm2022/lib/ecommerce/sections/whislist/whislist.component.mjs +5 -5
  76. package/esm2022/lib/ecommerce/styles/BaseCollection.modal.mjs +1 -1
  77. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +1 -1
  78. package/esm2022/lib/ecommerce/styles/OrderedItems.modal.mjs +1 -1
  79. package/esm2022/lib/ecommerce/styles/PincodeLocation.model.mjs +1 -1
  80. package/esm2022/lib/ecommerce/styles/PincodeLocationInter.model.mjs +1 -1
  81. package/esm2022/lib/ecommerce/styles/cart.modal.mjs +1 -1
  82. package/esm2022/lib/ecommerce/styles/category.modal.mjs +1 -1
  83. package/esm2022/lib/ecommerce/styles/order.modal.mjs +1 -1
  84. package/esm2022/lib/ecommerce/styles/product.modal.mjs +1 -1
  85. package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
  86. package/esm2022/lib/ecommerce/styles/user.modal.mjs +1 -1
  87. package/esm2022/lib/elements/add-section/add-section.component.mjs +5 -5
  88. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +5 -5
  89. package/esm2022/lib/elements/button/button.component.mjs +5 -5
  90. package/esm2022/lib/elements/button/button.model.mjs +1 -1
  91. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +5 -5
  92. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +5 -5
  93. package/esm2022/lib/elements/editor-service.service.mjs +4 -4
  94. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +5 -5
  95. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +5 -5
  96. package/esm2022/lib/elements/index.mjs +5 -5
  97. package/esm2022/lib/elements/link-editor/link-editor.component.mjs +5 -5
  98. package/esm2022/lib/elements/media-selector/media-selector.component.mjs +5 -5
  99. package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +4 -4
  100. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +5 -5
  101. package/esm2022/lib/elements/property/property.component.mjs +5 -5
  102. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +5 -5
  103. package/esm2022/lib/elements/socia-icons/socia-icons.component.mjs +4 -4
  104. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +5 -5
  105. package/esm2022/lib/elements/text/text.component.mjs +5 -5
  106. package/esm2022/lib/elements/text-editor/text-editor.component.mjs +5 -5
  107. package/esm2022/lib/elements/top-of-image-card/top-of-image-card.component.mjs +5 -5
  108. package/esm2022/lib/pipes/amount.pipe.mjs +4 -4
  109. package/esm2022/lib/pipes/gender.pipe.mjs +4 -4
  110. package/esm2022/lib/sections/BaseSection.mjs +1 -1
  111. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +5 -5
  112. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +5 -5
  113. package/esm2022/lib/sections/appointment-form/appointment-form.model.mjs +1 -1
  114. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +5 -5
  115. package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
  116. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +5 -5
  117. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +4 -4
  118. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +6 -6
  119. package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
  120. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +4 -4
  121. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +5 -5
  122. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  123. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +4 -4
  124. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +5 -5
  125. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  126. package/esm2022/lib/sections/features-section/features-section.component.mjs +5 -5
  127. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  128. package/esm2022/lib/sections/footer/footer.component.mjs +5 -5
  129. package/esm2022/lib/sections/footer/footer.modal.mjs +1 -1
  130. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +4 -4
  131. package/esm2022/lib/sections/header-section/header-section.component.mjs +6 -8
  132. package/esm2022/lib/sections/header-section/header-section.model.mjs +1 -1
  133. package/esm2022/lib/sections/header-text/header-text.component.mjs +5 -5
  134. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  135. package/esm2022/lib/sections/image-carousel-section/image-carousel-section.component.mjs +5 -5
  136. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  137. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +5 -5
  138. package/esm2022/lib/sections/image-grid-section/image-grid-section.model.mjs +1 -1
  139. package/esm2022/lib/sections/image-section/image-section.component.mjs +5 -5
  140. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  141. package/esm2022/lib/sections/location-section/location-section.component.mjs +5 -5
  142. package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
  143. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +4 -4
  144. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +5 -5
  145. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  146. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +4 -4
  147. package/esm2022/lib/sections/new-services/new-services.component.mjs +5 -5
  148. package/esm2022/lib/sections/new-services/new-services.model.mjs +1 -1
  149. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +5 -5
  150. package/esm2022/lib/sections/new-testimonials/new-testimonials.model.mjs +1 -1
  151. package/esm2022/lib/sections/pricing-section/pricing-section.component.mjs +5 -5
  152. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  153. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +5 -5
  154. package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
  155. package/esm2022/lib/sections/process-section/process-section.component.mjs +5 -5
  156. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  157. package/esm2022/lib/sections/property-component/property-component.component.mjs +5 -5
  158. package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
  159. package/esm2022/lib/sections/property-list/property-list.component.mjs +5 -5
  160. package/esm2022/lib/sections/property-list/property-list.modal.mjs +1 -1
  161. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +5 -5
  162. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  163. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +8 -6
  164. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +1 -1
  165. package/esm2022/lib/sections/service-section/service-section.component.mjs +5 -5
  166. package/esm2022/lib/sections/service-section/service-section.model.mjs +1 -1
  167. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +5 -5
  168. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +5 -5
  169. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  170. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.component.mjs +5 -5
  171. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
  172. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +5 -5
  173. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  174. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +5 -5
  175. package/esm2022/lib/sections/testimonial-video/testimonial-video.model.mjs +1 -1
  176. package/esm2022/lib/sections/text-image-section/text-image-section.component.mjs +4 -4
  177. package/esm2022/lib/sections/text-section/text-section.component.mjs +4 -4
  178. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  179. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +5 -5
  180. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +1 -1
  181. package/esm2022/lib/sections/video-section/video-section.component.mjs +5 -5
  182. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  183. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +5 -5
  184. package/esm2022/lib/services/cart.service.mjs +4 -4
  185. package/esm2022/lib/services/endUser.service.mjs +4 -4
  186. package/esm2022/lib/services/events.service.mjs +4 -4
  187. package/esm2022/lib/services/image-upload-service.service.mjs +4 -4
  188. package/esm2022/lib/services/rest.service.mjs +4 -4
  189. package/esm2022/lib/services/sanitizeHtml.mjs +4 -4
  190. package/esm2022/lib/services/storage.service.mjs +4 -4
  191. package/esm2022/lib/styles/index.mjs +1 -6
  192. package/esm2022/lib/styles/style.model.mjs +1 -1
  193. package/esm2022/lib/styles/types.mjs +1 -1
  194. package/esm2022/lib/tokens/api-token.mjs +1 -1
  195. package/esm2022/public-api.mjs +2 -2
  196. package/fesm2022/simpo-component-library.mjs +515 -590
  197. package/fesm2022/simpo-component-library.mjs.map +1 -1
  198. package/lib/sections/header-section/header-section.component.d.ts +0 -2
  199. package/lib/sections/header-section/header-section.model.d.ts +2 -10
  200. package/lib/styles/index.d.ts +0 -4
  201. package/lib/styles/style.model.d.ts +0 -1
  202. package/package.json +1 -1
  203. package/public-api.d.ts +0 -1
  204. package/simpo-component-library-3.5.43.tgz +0 -0
  205. package/src/lib/styles/global-styles.css +191 -191
  206. package/esm2022/lib/sections/moving-text/moving-text.component.mjs +0 -110
  207. package/esm2022/lib/sections/moving-text/moving-text.modal.mjs +0 -2
  208. package/lib/sections/moving-text/moving-text.component.d.ts +0 -27
  209. package/lib/sections/moving-text/moving-text.modal.d.ts +0 -19
  210. package/simpo-component-library-3.5.42.tgz +0 -0
@@ -6,7 +6,6 @@ import { ActivatedRoute, Router } from '@angular/router';
6
6
  import { MatDialog } from '@angular/material/dialog';
7
7
  import { StorageServiceService } from '../../services/storage.service';
8
8
  import { Header_Type, ProductCardTheme } from '../../styles/index';
9
- import { MovingTextModal } from '../moving-text/moving-text.modal';
10
9
  import * as i0 from "@angular/core";
11
10
  export declare class HeaderSectionComponent implements OnInit {
12
11
  private readonly _eventService;
@@ -40,7 +39,6 @@ export declare class HeaderSectionComponent implements OnInit {
40
39
  goToCart(): void;
41
40
  applyFilter(value: any, type: string): void;
42
41
  onScroll(event: any): void;
43
- movingText?: MovingTextModal;
44
42
  ngOnInit(): void;
45
43
  isNavbarOpen: boolean;
46
44
  screenWidth: number;
@@ -1,5 +1,5 @@
1
- import { animationType, Header_Type, HeaderButtonStyle, ProductCardTheme } from "./../../styles/index";
2
- import { BackgroundModel, DisplaySection, HeaderButtonStyleModel, InputTextModel, ListItemModal, NavbarButton } from "../../styles/style.model";
1
+ import { Header_Type, HeaderButtonStyle, ProductCardTheme } from "./../../styles/index";
2
+ import { BackgroundModel, HeaderButtonStyleModel, InputTextModel, NavbarButton } from "../../styles/style.model";
3
3
  import { FooterLayoutModel, FooterLogoModel, FooterSocialLinkModel } from "../footer-section/footer-section.modal";
4
4
  import { ActionModel } from "../../styles/style.model";
5
5
  export interface HeaderSectionModel {
@@ -19,13 +19,6 @@ export interface HeaderContentModel {
19
19
  ecomlinks: {
20
20
  [key: string]: string[];
21
21
  };
22
- listItem: ListItemModal<HeaderSectionListItemModel>;
23
- display: Display;
24
- }
25
- export interface Display extends DisplaySection {
26
- }
27
- export interface HeaderSectionListItemModel {
28
- inputText: InputTextModel[];
29
22
  }
30
23
  export interface HeaderStyleModel {
31
24
  layout: FooterLayoutModel;
@@ -35,5 +28,4 @@ export interface HeaderStyleModel {
35
28
  navbarButtonStyle: HeaderButtonStyleModel;
36
29
  styling: Header_Type;
37
30
  theme: ProductCardTheme;
38
- animationType: animationType;
39
31
  }
@@ -233,10 +233,6 @@ export declare enum FooterType {
233
233
  FOOTER_3 = "Footer3",
234
234
  FOOTER_4 = "Footer4"
235
235
  }
236
- export declare enum animationType {
237
- INFINITE_SCROLL = "InfiniteScroll",
238
- SOFT_TRANSITION = "SoftTransition"
239
- }
240
236
  export declare enum GradientDirection {
241
237
  DOWN = "",
242
238
  RIGHT = "90deg",
@@ -86,7 +86,6 @@ export interface DisplaySection {
86
86
  showCard: boolean;
87
87
  showIcon: boolean;
88
88
  linkType: LINK_TYPE;
89
- showHeadline: boolean;
90
89
  }
91
90
  export interface Button {
92
91
  linkType: RedirectionLinkType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.5.42",
3
+ "version": "3.5.43",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
package/public-api.d.ts CHANGED
@@ -40,7 +40,6 @@ export * from './lib/sections/footer/footer.component';
40
40
  export * from './lib/sections/header-section/header-section.component';
41
41
  export * from './lib/sections/new-testimonials/new-testimonials.component';
42
42
  export * from './lib/sections/new-services/new-services.component';
43
- export * from './lib/sections/moving-text/moving-text.component';
44
43
  export * from './lib/ecommerce/sections/featured-products/featured-products.component';
45
44
  export * from './lib/ecommerce/sections/featured-category/featured-category.component';
46
45
  export * from './lib/ecommerce/sections/product-desc/product-desc.component';
@@ -1,192 +1,192 @@
1
- :root {
2
- --primary-font-family: 'mulish';
3
- --primary-bg-color: linear-gradient(345deg, #230860 0%, #00b6ff 100%);
4
- --primary-color: white;
5
- }
6
-
7
- .add-section {
8
- position: absolute !important;
9
- width: 40%;
10
- top: 0;
11
- left: 0 !important;
12
- height: 100vh;
13
- background-color: transparent !important;
14
- box-shadow: none !important;
15
- animation: slideInLeft 0.5s ease-in-out forwards;
16
- }
17
-
18
- .add-section.closing {
19
- animation: slideOutLeft 0.5 s ease-in-out forwards;
20
- }
21
-
22
- @keyframes slideInLeft {
23
- from {
24
- transform: translateX(-100%);
25
- opacity: 0;
26
- }
27
-
28
- to {
29
- transform: translateX(0);
30
- opacity: 1;
31
- }
32
- }
33
-
34
- @keyframes slideOutLeft {
35
- from {
36
- transform: translateX(0);
37
- opacity: 1;
38
- }
39
-
40
- to {
41
- transform: translateX(-100%);
42
- /* Close to the left side */
43
- opacity: 0;
44
- }
45
- }
46
-
47
-
48
- @media screen and (min-width: 1280px) {
49
- .content-side {
50
- h1 {
51
- font-size: 72px !important;
52
- line-height: 80px !important;
53
- }
54
-
55
- h2 {
56
- font-size: 48px !important;
57
- line-height: 56px !important;
58
- }
59
-
60
- h3 {
61
- font-size: 32px !important;
62
- line-height: 40px !important;
63
- }
64
-
65
- h4 {
66
- font-size: 24px !important;
67
- line-height: 36px !important;
68
- }
69
-
70
- h5 {
71
- font-size: 18px !important;
72
- line-height: 28px !important;
73
- }
74
-
75
- p {
76
- font-size: 16px !important;
77
- line-height: 21px !important;
78
- }
79
- }
80
-
81
- }
82
-
83
- @media screen and (min-width: 768px) {
84
- .content-side {
85
- h1 {
86
- font-size: 46px;
87
- line-height: 54px;
88
- }
89
-
90
- h2 {
91
- font-size: 35px;
92
- line-height: 42px;
93
- }
94
-
95
- h3 {
96
- font-size: 28px;
97
- line-height: 36px;
98
- }
99
-
100
- h4 {
101
- font-size: 18px;
102
- line-height: 26px;
103
- }
104
-
105
- h5 {
106
- font-size: 16px;
107
- line-height: 24px;
108
- }
109
-
110
- p {
111
- font-size: 14px;
112
- line-height: 21px;
113
- }
114
- }
115
-
116
- }
117
-
118
- .content-side {
119
- h1 {
120
- font-size: 36px;
121
- line-height: 42px;
122
- }
123
-
124
- h2 {
125
- font-size: 30px;
126
- line-height: 36px;
127
- }
128
-
129
- h3 {
130
- font-size: 24px;
131
- line-height: 32px;
132
- }
133
-
134
- h4 {
135
- font-size: 18px;
136
- line-height: 26px;
137
- }
138
-
139
- h5 {
140
- font-size: 16px;
141
- line-height: 24px;
142
- }
143
-
144
- p {
145
- font-size: 14px;
146
- line-height: 21px;
147
- }
148
- }
149
-
150
- .link-editor {
151
- height: 100vh;
152
- width: 28vw;
153
- position: absolute !important;
154
- top: 0;
155
- left: 0 !important;
156
- animation: slideInLeft 0.5s ease-in-out forwards;
157
- }
158
-
159
- @media screen and (max-width : 475px) {
160
- .link-editor {
161
- width: 100% !important;
162
- }
163
-
164
- .link-editor {
165
- width: 100% !important;
166
- max-width: 100% !important;
167
- }
168
-
169
- .media-selector {
170
- width: 100% !important;
171
- max-width: 100% !important;
172
- }
173
-
174
- .add-section{
175
- width: 100% !important;
176
- max-width: 100% !important;
177
- }
178
-
179
- }
180
-
181
- .mat-mdc-form-field-subscript-wrapper {
182
- display: none;
183
- }
184
-
185
- .media-selector {
186
- position: absolute !important;
187
- top: 0 !important;
188
- left: 0 !important;
189
- width: 60%;
190
- height: 100vh;
191
- animation: slideInLeft 0.5s ease-in-out forwards;
1
+ :root {
2
+ --primary-font-family: 'mulish';
3
+ --primary-bg-color: linear-gradient(345deg, #230860 0%, #00b6ff 100%);
4
+ --primary-color: white;
5
+ }
6
+
7
+ .add-section {
8
+ position: absolute !important;
9
+ width: 40%;
10
+ top: 0;
11
+ left: 0 !important;
12
+ height: 100vh;
13
+ background-color: transparent !important;
14
+ box-shadow: none !important;
15
+ animation: slideInLeft 0.5s ease-in-out forwards;
16
+ }
17
+
18
+ .add-section.closing {
19
+ animation: slideOutLeft 0.5 s ease-in-out forwards;
20
+ }
21
+
22
+ @keyframes slideInLeft {
23
+ from {
24
+ transform: translateX(-100%);
25
+ opacity: 0;
26
+ }
27
+
28
+ to {
29
+ transform: translateX(0);
30
+ opacity: 1;
31
+ }
32
+ }
33
+
34
+ @keyframes slideOutLeft {
35
+ from {
36
+ transform: translateX(0);
37
+ opacity: 1;
38
+ }
39
+
40
+ to {
41
+ transform: translateX(-100%);
42
+ /* Close to the left side */
43
+ opacity: 0;
44
+ }
45
+ }
46
+
47
+
48
+ @media screen and (min-width: 1280px) {
49
+ .content-side {
50
+ h1 {
51
+ font-size: 72px !important;
52
+ line-height: 80px !important;
53
+ }
54
+
55
+ h2 {
56
+ font-size: 48px !important;
57
+ line-height: 56px !important;
58
+ }
59
+
60
+ h3 {
61
+ font-size: 32px !important;
62
+ line-height: 40px !important;
63
+ }
64
+
65
+ h4 {
66
+ font-size: 24px !important;
67
+ line-height: 36px !important;
68
+ }
69
+
70
+ h5 {
71
+ font-size: 18px !important;
72
+ line-height: 28px !important;
73
+ }
74
+
75
+ p {
76
+ font-size: 16px !important;
77
+ line-height: 21px !important;
78
+ }
79
+ }
80
+
81
+ }
82
+
83
+ @media screen and (min-width: 768px) {
84
+ .content-side {
85
+ h1 {
86
+ font-size: 46px;
87
+ line-height: 54px;
88
+ }
89
+
90
+ h2 {
91
+ font-size: 35px;
92
+ line-height: 42px;
93
+ }
94
+
95
+ h3 {
96
+ font-size: 28px;
97
+ line-height: 36px;
98
+ }
99
+
100
+ h4 {
101
+ font-size: 18px;
102
+ line-height: 26px;
103
+ }
104
+
105
+ h5 {
106
+ font-size: 16px;
107
+ line-height: 24px;
108
+ }
109
+
110
+ p {
111
+ font-size: 14px;
112
+ line-height: 21px;
113
+ }
114
+ }
115
+
116
+ }
117
+
118
+ .content-side {
119
+ h1 {
120
+ font-size: 36px;
121
+ line-height: 42px;
122
+ }
123
+
124
+ h2 {
125
+ font-size: 30px;
126
+ line-height: 36px;
127
+ }
128
+
129
+ h3 {
130
+ font-size: 24px;
131
+ line-height: 32px;
132
+ }
133
+
134
+ h4 {
135
+ font-size: 18px;
136
+ line-height: 26px;
137
+ }
138
+
139
+ h5 {
140
+ font-size: 16px;
141
+ line-height: 24px;
142
+ }
143
+
144
+ p {
145
+ font-size: 14px;
146
+ line-height: 21px;
147
+ }
148
+ }
149
+
150
+ .link-editor {
151
+ height: 100vh;
152
+ width: 28vw;
153
+ position: absolute !important;
154
+ top: 0;
155
+ left: 0 !important;
156
+ animation: slideInLeft 0.5s ease-in-out forwards;
157
+ }
158
+
159
+ @media screen and (max-width : 475px) {
160
+ .link-editor {
161
+ width: 100% !important;
162
+ }
163
+
164
+ .link-editor {
165
+ width: 100% !important;
166
+ max-width: 100% !important;
167
+ }
168
+
169
+ .media-selector {
170
+ width: 100% !important;
171
+ max-width: 100% !important;
172
+ }
173
+
174
+ .add-section{
175
+ width: 100% !important;
176
+ max-width: 100% !important;
177
+ }
178
+
179
+ }
180
+
181
+ .mat-mdc-form-field-subscript-wrapper {
182
+ display: none;
183
+ }
184
+
185
+ .media-selector {
186
+ position: absolute !important;
187
+ top: 0 !important;
188
+ left: 0 !important;
189
+ width: 60%;
190
+ height: 100vh;
191
+ animation: slideInLeft 0.5s ease-in-out forwards;
192
192
  }
@@ -1,110 +0,0 @@
1
- import { Component, HostListener, Input } from '@angular/core';
2
- import BaseSection from '../BaseSection';
3
- import { CommonModule } from '@angular/common';
4
- import { SimpoElementsModule } from '../../elements/index';
5
- import { SimpoComponentModule } from '../../components/index';
6
- import { BackgroundDirective } from '../../directive/background-directive';
7
- import { SimpoHoverBorderDirective } from "../../directive/hoverborder.directive";
8
- import { HoverDirective } from '../../directive/hover-element-directive';
9
- import { TextBackgroundDirectiveDirective } from '../../directive/text-background-directive.directive';
10
- import * as i0 from "@angular/core";
11
- import * as i1 from "../../services/events.service";
12
- import * as i2 from "@angular/common";
13
- import * as i3 from "../../components/hover-elements/hover-elements.component";
14
- import * as i4 from "../../components/delete-hover-element/delete-hover-element.component";
15
- export class MovingTextComponent extends BaseSection {
16
- constructor(_eventService) {
17
- super();
18
- this._eventService = _eventService;
19
- this.screenWidth = "";
20
- this.currentIndex = 0;
21
- this.isTransitioning = false;
22
- this.animationDirection = 'left';
23
- this.alternateDirection = true;
24
- }
25
- ngOnInit() {
26
- if (this.data?.styles?.animationType === 'SoftTransition' &&
27
- this.data?.content?.listItem?.data?.length) {
28
- setTimeout(() => {
29
- this.startAnimationCycle();
30
- }, 100);
31
- }
32
- }
33
- ngOnChanges() {
34
- if (this.data?.styles?.animationType === 'SoftTransition') {
35
- setTimeout(() => {
36
- this.startAnimationCycle();
37
- }, 100);
38
- }
39
- }
40
- editSection() {
41
- this._eventService.toggleEditorEvent.emit(false);
42
- setTimeout(() => {
43
- this._eventService.editSection.emit({ data: this.data });
44
- }, 100);
45
- }
46
- stopPropagation(event) {
47
- event.stopPropagation();
48
- }
49
- getScreenSize() {
50
- this.screenWidth = window.innerWidth;
51
- }
52
- startAnimationCycle() {
53
- if (!this.data?.content?.listItem?.data?.length) {
54
- return;
55
- }
56
- this.currentIndex = 0;
57
- this.animationDirection = 'left';
58
- this.interval = setInterval(() => {
59
- const nextIndex = (this.currentIndex + 1) % this.data.content.listItem.data.length;
60
- const currentItemIndex = this.currentIndex;
61
- setTimeout(() => {
62
- const items = document.querySelectorAll('.list-item');
63
- if (items && items.length > currentItemIndex) {
64
- const currentItem = items[currentItemIndex];
65
- if (this.animationDirection === 'left') {
66
- currentItem.classList.add('fade-out-right');
67
- }
68
- else {
69
- currentItem.classList.add('fade-out-left');
70
- }
71
- setTimeout(() => {
72
- currentItem.classList.remove('fade-out-right', 'fade-out-left');
73
- }, 800);
74
- }
75
- }, 0);
76
- this.currentIndex = nextIndex;
77
- if (this.alternateDirection) {
78
- this.animationDirection = this.animationDirection === 'left' ? 'right' : 'left';
79
- }
80
- }, 3000);
81
- }
82
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MovingTextComponent, deps: [{ token: i1.EventsService }], target: i0.ɵɵFactoryTarget.Component }); }
83
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.1.4", type: MovingTextComponent, isStandalone: true, selector: "simpo-moving-text", inputs: { data: "data", edit: "edit", delete: "delete", customClass: "customClass", index: "index" }, host: { listeners: { "window: resize": "getScreenSize($event)" } }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<section class=\"main-container\" simpoHover (hovering)=\"showEditTabs($event)\" [id]=\"data?.id\" [attr.style]=\"customClass\">\r\n <div class=\"slider-wrapper px-2 py-2 d-flex align-items-center justify-content-between\" [style.backgroundColor]=\"data?.styles?.background?.accentColor\">\r\n <div class=\"slider-track w-100 d-flex justify-content-between align-items-center\" *ngIf=\"data?.styles?.animationType == 'InfiniteScroll'\">\r\n <ng-container *ngFor=\"let item of data?.content?.listItem?.data; let i = index\">\r\n <div class=\"sliding-text\">\r\n {{item.inputText[0].value}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.styles?.animationType == 'SoftTransition'\" class=\"list-container\">\r\n <ng-container *ngFor=\"let item of data?.content?.listItem?.data; let i = index\">\r\n <div class=\"list-item d-flex align-items-center justify-content-center w-100\" \r\n [ngClass]=\"{\r\n 'active': currentIndex === i,\r\n 'fade-in-left': animationDirection === 'left' && currentIndex === i,\r\n 'fade-in-right': animationDirection === 'right' && currentIndex === i\r\n }\">\r\n {{item.inputText[0].value}}\r\n </div>\r\n </ng-container> \r\n </div>\r\n </div>\r\n <!-- Your existing edit/delete elements -->\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n <div *ngIf=\"showDelete\" [ngClass]=\"{'hover_effect': delete}\">\r\n <simpo-delete-hover-element [data]=\"data\" [index]=\"index\"></simpo-delete-hover-element>\r\n </div>\r\n</section>", styles: [".main-container{position:relative;height:auto}.hover_effect{position:unset;width:100%;top:0;left:0;height:100%}.slider-wrapper{position:relative;overflow:hidden}.slider-track{display:flex;gap:2rem;height:40px;width:max-content;animation:scrollLeft 30s linear infinite;animation-play-state:running;will-change:transform}.sliding-text{flex-shrink:0;white-space:nowrap;padding:0 1rem;position:relative}@keyframes scrollLeft{0%{transform:translate(100%)}to{transform:translate(-100%)}}.list-container{position:relative;width:100%;height:40px;overflow:hidden;display:flex;align-items:center;justify-content:center}.list-item{position:absolute;width:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .8s ease,transform .8s ease;text-align:center}.list-item.active{opacity:1;visibility:visible}.fade-in-left{animation:fadeInLeft .8s forwards}.fade-out-left{animation:fadeOutLeft .8s forwards}.fade-in-right{animation:fadeInRight .8s forwards}.fade-out-right{animation:fadeOutRight .8s forwards}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100px)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "ngmodule", type: SimpoElementsModule }, { kind: "ngmodule", type: SimpoComponentModule }, { kind: "component", type: i3.HoverElementsComponent, selector: "simpo-hover-elements", inputs: ["data", "index", "editOptions", "isMerged", "isEcommerce"], outputs: ["edit"] }, { kind: "component", type: i4.DeleteHoverElementComponent, selector: "simpo-delete-hover-element", inputs: ["index", "data"], outputs: ["edit"] }, { kind: "directive", type: HoverDirective, selector: "[simpoHover]", outputs: ["hovering"] }] }); }
84
- }
85
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: MovingTextComponent, decorators: [{
86
- type: Component,
87
- args: [{ selector: 'simpo-moving-text', standalone: true, imports: [
88
- CommonModule,
89
- SimpoElementsModule,
90
- SimpoComponentModule,
91
- BackgroundDirective,
92
- SimpoHoverBorderDirective,
93
- HoverDirective,
94
- TextBackgroundDirectiveDirective,
95
- ], template: "<section class=\"main-container\" simpoHover (hovering)=\"showEditTabs($event)\" [id]=\"data?.id\" [attr.style]=\"customClass\">\r\n <div class=\"slider-wrapper px-2 py-2 d-flex align-items-center justify-content-between\" [style.backgroundColor]=\"data?.styles?.background?.accentColor\">\r\n <div class=\"slider-track w-100 d-flex justify-content-between align-items-center\" *ngIf=\"data?.styles?.animationType == 'InfiniteScroll'\">\r\n <ng-container *ngFor=\"let item of data?.content?.listItem?.data; let i = index\">\r\n <div class=\"sliding-text\">\r\n {{item.inputText[0].value}}\r\n </div>\r\n </ng-container>\r\n </div>\r\n <div *ngIf=\"data?.styles?.animationType == 'SoftTransition'\" class=\"list-container\">\r\n <ng-container *ngFor=\"let item of data?.content?.listItem?.data; let i = index\">\r\n <div class=\"list-item d-flex align-items-center justify-content-center w-100\" \r\n [ngClass]=\"{\r\n 'active': currentIndex === i,\r\n 'fade-in-left': animationDirection === 'left' && currentIndex === i,\r\n 'fade-in-right': animationDirection === 'right' && currentIndex === i\r\n }\">\r\n {{item.inputText[0].value}}\r\n </div>\r\n </ng-container> \r\n </div>\r\n </div>\r\n <!-- Your existing edit/delete elements -->\r\n <div [ngClass]=\"{'hover_effect': edit}\" *ngIf=\"showEditors\">\r\n <simpo-hover-elements [data]=\"data\" [index]=\"index\" [editOptions]=\"edit\"></simpo-hover-elements>\r\n </div>\r\n <div *ngIf=\"showDelete\" [ngClass]=\"{'hover_effect': delete}\">\r\n <simpo-delete-hover-element [data]=\"data\" [index]=\"index\"></simpo-delete-hover-element>\r\n </div>\r\n</section>", styles: [".main-container{position:relative;height:auto}.hover_effect{position:unset;width:100%;top:0;left:0;height:100%}.slider-wrapper{position:relative;overflow:hidden}.slider-track{display:flex;gap:2rem;height:40px;width:max-content;animation:scrollLeft 30s linear infinite;animation-play-state:running;will-change:transform}.sliding-text{flex-shrink:0;white-space:nowrap;padding:0 1rem;position:relative}@keyframes scrollLeft{0%{transform:translate(100%)}to{transform:translate(-100%)}}.list-container{position:relative;width:100%;height:40px;overflow:hidden;display:flex;align-items:center;justify-content:center}.list-item{position:absolute;width:100%;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .8s ease,transform .8s ease;text-align:center}.list-item.active{opacity:1;visibility:visible}.fade-in-left{animation:fadeInLeft .8s forwards}.fade-out-left{animation:fadeOutLeft .8s forwards}.fade-in-right{animation:fadeInRight .8s forwards}.fade-out-right{animation:fadeOutRight .8s forwards}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100px)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes fadeOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100px)}}\n"] }]
96
- }], ctorParameters: () => [{ type: i1.EventsService }], propDecorators: { data: [{
97
- type: Input
98
- }], edit: [{
99
- type: Input
100
- }], delete: [{
101
- type: Input
102
- }], customClass: [{
103
- type: Input
104
- }], index: [{
105
- type: Input
106
- }], getScreenSize: [{
107
- type: HostListener,
108
- args: ["window: resize", ["$event"]]
109
- }] } });
110
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW92aW5nLXRleHQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvc2ltcG8tdWkvc3JjL2xpYi9zZWN0aW9ucy9tb3ZpbmctdGV4dC9tb3ZpbmctdGV4dC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL3NlY3Rpb25zL21vdmluZy10ZXh0L21vdmluZy10ZXh0LmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMvRCxPQUFPLFdBQVcsTUFBTSxnQkFBZ0IsQ0FBQztBQUd6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDM0QsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sd0JBQXdCLENBQUM7QUFDOUQsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDM0UsT0FBTyxFQUFFLHlCQUF5QixFQUFFLE1BQU0sdUNBQXVDLENBQUM7QUFDbEYsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ3pFLE9BQU8sRUFBRSxnQ0FBZ0MsRUFBRSxNQUFNLHFEQUFxRCxDQUFDOzs7Ozs7QUFnQnZHLE1BQU0sT0FBTyxtQkFBb0IsU0FBUSxXQUFXO0lBU2xELFlBQW9CLGFBQTRCO1FBQzlDLEtBQUssRUFBRSxDQUFDO1FBRFUsa0JBQWEsR0FBYixhQUFhLENBQWU7UUE4QmhELGdCQUFXLEdBQVEsRUFBRSxDQUFBO1FBS3JCLGlCQUFZLEdBQUcsQ0FBQyxDQUFDO1FBQ2pCLG9CQUFlLEdBQUcsS0FBSyxDQUFDO1FBQ3hCLHVCQUFrQixHQUFHLE1BQU0sQ0FB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U0FBUyxDQUFDO1lBRTlCLElBQUksSUFBSSxDQUFDLGtCQUFrQixFQUFFLENBQUM7Z0JBQzVCLElBQUksQ0FBQyxrQkFBa0IsR0FBRyxJQUFJLENBQUMsa0JBQWtCLEtBQUssTUFBTSxDQUFDLENBQUMsQ0FBQyxPQUFPLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQztZQUNsRixDQUFDO1FBRUgsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ1gsQ0FBQzs4R0FyRlUsbUJBQW1CO2tHQUFuQixtQkFBbUIsbVNDMUJoQywrNERBNkJVLGkrQ0RkTixZQUFZLDZWQUNaLG1CQUFtQiw4QkFDbkIsb0JBQW9CLG9XQUdwQixjQUFjOzsyRkFNTCxtQkFBbUI7a0JBZi9CLFNBQVM7K0JBQ0UsbUJBQW1CLGNBQ2pCLElBQUksV0FDUDt3QkFDUCxZQUFZO3dCQUNaLG1CQUFtQjt3QkFDbkIsb0JBQW9CO3dCQUNwQixtQkFBbUI7d0JBQ25CLHlCQUF5Qjt3QkFDekIsY0FBYzt3QkFDZCxnQ0FBZ0M7cUJBQ2pDO2tGQU9RLElBQUk7c0JBQVosS0FBSztnQkFDRyxJQUFJO3NCQUFaLEtBQUs7Z0JBQ0csTUFBTTtzQkFBZCxLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csS0FBSztzQkFBYixLQUFLO2dCQWtDTixhQUFhO3NCQURaLFlBQVk7dUJBQUMsZ0JBQWdCLEVBQUUsQ0FBQyxRQUFRLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEhvc3RMaXN0ZW5lciwgSW5wdXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IEJhc2VTZWN0aW9uIGZyb20gJy4uL0Jhc2VTZWN0aW9uJztcclxuaW1wb3J0IHsgTW92aW5nVGV4dE1vZGFsIH0gZnJvbSAnLi9tb3ZpbmctdGV4dC5tb2RhbCc7XHJcbmltcG9ydCB7IEV2ZW50c1NlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9ldmVudHMuc2VydmljZSc7XHJcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IFNpbXBvRWxlbWVudHNNb2R1bGUgfSBmcm9tICcuLi8uLi9lbGVtZW50cy9pbmRleCc7XHJcbmltcG9ydCB7IFNpbXBvQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnLi4vLi4vY29tcG9uZW50cy9pbmRleCc7XHJcbmltcG9ydCB7IEJhY2tncm91bmREaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmUvYmFja2dyb3VuZC1kaXJlY3RpdmUnO1xyXG5pbXBvcnQgeyBTaW1wb0hvdmVyQm9yZGVyRGlyZWN0aXZlIH0gZnJvbSBcIi4uLy4uL2RpcmVjdGl2ZS9ob3ZlcmJvcmRlci5kaXJlY3RpdmVcIjtcclxuaW1wb3J0IHsgSG92ZXJEaXJlY3RpdmUgfSBmcm9tICcuLi8uLi9kaXJlY3RpdmUvaG92ZXItZWxlbWVudC1kaXJlY3RpdmUnO1xyXG5pbXBvcnQgeyBUZXh0QmFja2dyb3VuZERpcmVjdGl2ZURpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZS90ZXh0LWJhY2tncm91bmQtZGlyZWN0aXZlLmRpcmVjdGl2ZSc7XHJcbkBDb21wb25lbnQoe1xyXG4gIHNlbGVjdG9yOiAnc2ltcG8tbW92aW5nLXRleHQnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW1xyXG4gICAgQ29tbW9uTW9kdWxlLFxyXG4gICAgU2ltcG9FbGVtZW50c01vZHVsZSxcclxuICAgIFNpbXBvQ29tcG9uZW50TW9kdWxlLFxyXG4gICAgQmFja2dyb3VuZERpcmVjdGl2ZSxcclxuICAgIFNpbXBvSG92ZXJCb3JkZXJEaXJlY3RpdmUsXHJcbiAgICBIb3ZlckRpcmVjdGl2ZSxcclxuICAgIFRleHRCYWNrZ3JvdW5kRGlyZWN0aXZlRGlyZWN0aXZlLFxyXG4gIF0sXHJcbiAgdGVtcGxhdGVVcmw6ICcuL21vdmluZy10ZXh0LmNvbXBvbmVudC5odG1sJyxcclxuICBzdHlsZVVybDogJy4vbW92aW5nLXRleHQuY29tcG9uZW50LmNzcycsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNb3ZpbmdUZXh0Q29tcG9uZW50IGV4dGVuZHMgQmFzZVNlY3Rpb24ge1xyXG5cclxuXHJcbiAgQElucHV0KCkgZGF0YT86IE1vdmluZ1RleHRNb2RhbDtcclxuICBASW5wdXQoKSBlZGl0PzogYm9vbGVhbjtcclxuICBASW5wdXQoKSBkZWxldGU/OiBib29sZWFuO1xyXG4gIEBJbnB1dCgpIGN1c3RvbUNsYXNzPzogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGluZGV4PzogbnVtYmVyO1xyXG5cclxuICBjb25zdHJ1Y3Rvcihwcml2YXRlIF9ldmVudFNlcnZpY2U6IEV2ZW50c1NlcnZpY2UpIHtcclxuICAgIHN1cGVyKCk7XHJcbiAgfVxyXG5cclxuICBuZ09uSW5pdCgpIHtcclxuICAgIGlmICh0aGlzLmRhdGE/LnN0eWxlcz8uYW5pbWF0aW9uVHlwZSA9PT0gJ1NvZnRUcmFuc2l0aW9uJyAmJlxyXG4gICAgICB0aGlzLmRhdGE/LmNvbnRlbnQ/Lmxpc3RJdGVtPy5kYXRhPy5sZW5ndGgpIHtcclxuICAgICAgc2V0VGltZW91dCgoKSA9PiB7XHJcbiAgICAgICAgdGhpcy5zdGFydEFuaW1hdGlvbkN5Y2xlKCk7XHJcbiAgICAgIH0sIDEwMCk7XHJcbiAgICB9XHJcbiAgfVxyXG4gIG5nT25DaGFuZ2VzKCkge1xyXG4gICAgaWYgKHRoaXMuZGF0YT8uc3R5bGVzPy5hbmltYXRpb25UeXBlID09PSAnU29mdFRyYW5zaXRpb24nKSB7XHJcbiAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xyXG4gICAgICAgIHRoaXMuc3RhcnRBbmltYXRpb25DeWNsZSgpO1xyXG4gICAgICB9LCAxMDApO1xyXG4gICAgfVxyXG4gIH1cclxuICBlZGl0U2VjdGlvbigpIHtcclxuXHJcbiAgICB0aGlzLl9ldmVudFNlcnZpY2UudG9nZ2xlRWRpdG9yRXZlbnQuZW1pdChmYWxzZSk7XHJcbiAgICBzZXRUaW1lb3V0KCgpID0+IHtcclxuICAgICAgdGhpcy5fZXZlbnRTZXJ2aWNlLmVkaXRTZWN0aW9uLmVtaXQoeyBkYXRhOiB0aGlzLmRhdGEgfSk7XHJcbiAgICB9LCAxMDApO1xyXG4gIH1cclxuICBzdG9wUHJvcGFnYXRpb24oZXZlbnQ6IGFueSkge1xyXG5cclxuICAgIGV2ZW50LnN0b3BQcm9wYWdhdGlvbigpO1xyXG4gIH1cclxuICBzY3JlZW5XaWR0aDogYW55ID0gXCJcIlxyXG4gIEBIb3N0TGlzdGVuZXIoXCJ3aW5kb3c6IHJlc2l6ZVwiLCBbXCIkZXZlbnRcIl0pXHJcbiAgZ2V0U2NyZWVuU2l6ZSgpIHtcclxuICAgIHRoaXMuc2NyZWVuV2lkdGggPSB3aW5kb3cuaW5uZXJXaWR0aDtcclxuICB9XHJcbiAgY3VycmVudEluZGV4ID0gMDtcclxuICBpc1RyYW5zaXRpb25pbmcgPSBmYWxzZTtcclxuICBhbmltYXRpb25EaXJlY3Rpb24gPSAnbGVmdCc7XHJcbiAgcHJpdmF0ZSBpbnRlcnZhbDogYW55O1xyXG4gIHByaXZhdGUgYWx0ZXJuYXRlRGlyZWN0aW9uID0gdHJ1ZTtcclxuICBzdGFydEFuaW1hdGlvbkN5Y2xlKCkge1xyXG4gICAgaWYgKCF0aGlzLmRhdGE/LmNvbnRlbnQ/Lmxpc3RJdGVtPy5kYXRhPy5sZW5ndGgpIHtcclxuICAgICAgcmV0dXJuO1xyXG4gICAgfVxyXG5cclxuICAgIHRoaXMuY3VycmVudEluZGV4ID0gMDtcclxuICAgIHRoaXMuYW5pbWF0aW9uRGlyZWN0aW9uID0gJ2xlZnQnO1xyXG5cclxuICAgIHRoaXMuaW50ZXJ2YWwgPSBzZXRJbnRlcnZhbCgoKSA9PiB7XHJcbiAgICAgIGNvbnN0IG5leHRJbmRleCA9ICh0aGlzLmN1cnJlbnRJbmRleCArIDEpICUgdGhpcy5kYXRhIS5jb250ZW50IS5saXN0SXRlbSEuZGF0YSEubGVuZ3RoO1xyXG4gICAgICBjb25zdCBjdXJyZW50SXRlbUluZGV4ID0gdGhpcy5jdXJyZW50SW5kZXg7XHJcblxyXG4gICAgICBzZXRUaW1lb3V0KCgpID0+IHtcclxuICAgICAgICBjb25zdCBpdGVtcyA9IGRvY3VtZW50LnF1ZXJ5U2VsZWN0b3JBbGwoJy5saXN0LWl0ZW0nKTtcclxuICAgICAgICBpZiAoaXRlbXMgJiYgaXRlbXMubGVuZ3RoID4gY3VycmVudEl0ZW1JbmRleCkge1xyXG4gICAgICAgICAgY29uc3QgY3VycmVudEl0ZW0gPSBpdGVtc1tjdXJyZW50SXRlbUluZGV4XSBhcyBIVE1MRWxlbWVudDtcclxuXHJcbiAgICAgICAgICBpZiAodGhpcy5hbmltYXRpb25EaXJlY3Rpb24gPT09ICdsZWZ0Jykge1xyXG4gICAgICAgICAgICBjdXJyZW50SXRlbS5jbGFzc0xpc3QuYWRkKCdmYWRlLW91dC1yaWdodCcpO1xyXG4gICAgICAgICAgfSBlbHNlIHtcclxuICAgICAgICAgICAgY3VycmVudEl0ZW0uY2xhc3NMaXN0LmFkZCgnZmFkZS1vdXQtbGVmdCcpO1xyXG4gICAgICAgICAgfVxyXG5cclxuICAgICAgICAgIHNldFRpbWVvdXQoKCkgPT4ge1xyXG4gICAgICAgICAgICBjdXJyZW50SXRlbS5jbGFzc0xpc3QucmVtb3ZlKCdmYWRlLW91dC1yaWdodCcsICdmYWRlLW91dC1sZWZ0Jyk7XHJcbiAgICAgICAgICB9LCA4MDApO1xyXG4gICAgICAgIH1cclxuICAgICAgfSwgMCk7XHJcblxyXG4gICAgICB0aGlzLmN1cnJlbnRJbmRleCA9IG5leHRJbmRleDtcclxuXHJcbiAgICAgIGlmICh0aGlzLmFsdGVybmF0ZURpcmVjdGlvbikge1xyXG4gICAgICAgIHRoaXMuYW5pbWF0aW9uRGlyZWN0aW9uID0gdGhpcy5hbmltYXRpb25EaXJlY3Rpb24gPT09ICdsZWZ0JyA/ICdyaWdodCcgOiAnbGVmdCc7XHJcbiAgICAgIH1cclxuXHJcbiAgICB9LCAzMDAwKTsgXHJcbiAgfVxyXG59XHJcbiIsIjxzZWN0aW9uIGNsYXNzPVwibWFpbi1jb250YWluZXJcIiBzaW1wb0hvdmVyIChob3ZlcmluZyk9XCJzaG93RWRpdFRhYnMoJGV2ZW50KVwiIFtpZF09XCJkYXRhPy5pZFwiIFthdHRyLnN0eWxlXT1cImN1c3RvbUNsYXNzXCI+XHJcbiAgICA8ZGl2IGNsYXNzPVwic2xpZGVyLXdyYXBwZXIgcHgtMiBweS0yIGQtZmxleCBhbGlnbi1pdGVtcy1jZW50ZXIganVzdGlmeS1jb250ZW50LWJldHdlZW5cIiBbc3R5bGUuYmFja2dyb3VuZENvbG9yXT1cImRhdGE/LnN0eWxlcz8uYmFja2dyb3VuZD8uYWNjZW50Q29sb3JcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwic2xpZGVyLXRyYWNrIHctMTAwIGQtZmxleCBqdXN0aWZ5LWNvbnRlbnQtYmV0d2VlbiBhbGlnbi1pdGVtcy1jZW50ZXJcIiAqbmdJZj1cImRhdGE/LnN0eWxlcz8uYW5pbWF0aW9uVHlwZSA9PSAnSW5maW5pdGVTY3JvbGwnXCI+XHJcbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGl0ZW0gb2YgZGF0YT8uY29udGVudD8ubGlzdEl0ZW0/LmRhdGE7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJzbGlkaW5nLXRleHRcIj5cclxuICAgICAgICAgICAgICAgICAgICB7e2l0ZW0uaW5wdXRUZXh0WzBdLnZhbHVlfX1cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8ZGl2ICpuZ0lmPVwiZGF0YT8uc3R5bGVzPy5hbmltYXRpb25UeXBlID09ICdTb2Z0VHJhbnNpdGlvbidcIiBjbGFzcz1cImxpc3QtY29udGFpbmVyXCI+XHJcbiAgICAgICAgICAgIDxuZy1jb250YWluZXIgKm5nRm9yPVwibGV0IGl0ZW0gb2YgZGF0YT8uY29udGVudD8ubGlzdEl0ZW0/LmRhdGE7IGxldCBpID0gaW5kZXhcIj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsaXN0LWl0ZW0gZC1mbGV4IGFsaWduLWl0ZW1zLWNlbnRlciBqdXN0aWZ5LWNvbnRlbnQtY2VudGVyIHctMTAwXCIgXHJcbiAgICAgICAgICAgICAgICAgICAgIFtuZ0NsYXNzXT1cIntcclxuICAgICAgICAgICAgICAgICAgICAgICAgJ2FjdGl2ZSc6IGN1cnJlbnRJbmRleCA9PT0gaSxcclxuICAgICAgICAgICAgICAgICAgICAgICAgJ2ZhZGUtaW4tbGVmdCc6IGFuaW1hdGlvbkRpcmVjdGlvbiA9PT0gJ2xlZnQnICYmIGN1cnJlbnRJbmRleCA9PT0gaSxcclxuICAgICAgICAgICAgICAgICAgICAgICAgJ2ZhZGUtaW4tcmlnaHQnOiBhbmltYXRpb25EaXJlY3Rpb24gPT09ICdyaWdodCcgJiYgY3VycmVudEluZGV4ID09PSBpXHJcbiAgICAgICAgICAgICAgICAgICAgIH1cIj5cclxuICAgICAgICAgICAgICAgICAgICB7e2l0ZW0uaW5wdXRUZXh0WzBdLnZhbHVlfX1cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj4gICAgIFxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgPC9kaXY+XHJcbiAgICA8IS0tIFlvdXIgZXhpc3RpbmcgZWRpdC9kZWxldGUgZWxlbWVudHMgLS0+XHJcbiAgICA8ZGl2IFtuZ0NsYXNzXT1cInsnaG92ZXJfZWZmZWN0JzogZWRpdH1cIiAqbmdJZj1cInNob3dFZGl0b3JzXCI+XHJcbiAgICAgICAgPHNpbXBvLWhvdmVyLWVsZW1lbnRzIFtkYXRhXT1cImRhdGFcIiBbaW5kZXhdPVwiaW5kZXhcIiBbZWRpdE9wdGlvbnNdPVwiZWRpdFwiPjwvc2ltcG8taG92ZXItZWxlbWVudHM+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgKm5nSWY9XCJzaG93RGVsZXRlXCIgW25nQ2xhc3NdPVwieydob3Zlcl9lZmZlY3QnOiBkZWxldGV9XCI+XHJcbiAgICAgICAgPHNpbXBvLWRlbGV0ZS1ob3Zlci1lbGVtZW50IFtkYXRhXT1cImRhdGFcIiBbaW5kZXhdPVwiaW5kZXhcIj48L3NpbXBvLWRlbGV0ZS1ob3Zlci1lbGVtZW50PlxyXG4gICAgPC9kaXY+XHJcbjwvc2VjdGlvbj4iXX0=
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibW92aW5nLXRleHQubW9kYWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9zaW1wby11aS9zcmMvbGliL3NlY3Rpb25zL21vdmluZy10ZXh0L21vdmluZy10ZXh0Lm1vZGFsLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyAgIEltYWdlU3R5bGUsICBMaXN0SXRlbU1vZGFsLCBQb3NpdGlvbkxheW91dE1vZGFsLCBTdHlsZXNNb2RlbCwgSW1hZ2UsIElucHV0VGV4dE1vZGVsLCBBY3Rpb25Nb2RlbCwgQmFubmVyU3R5bGVzTW9kZWwsIEJhY2tncm91bmRNb2RlbCAgfSBmcm9tICcuLy4uLy4uL3N0eWxlcy9zdHlsZS5tb2RlbCc7XHJcbmltcG9ydCB7IGFuaW1hdGlvblR5cGUgfSBmcm9tIFwiLi8uLi8uLi9zdHlsZXMvaW5kZXhcIlxyXG5cclxuZXhwb3J0IGludGVyZmFjZSBNb3ZpbmdUZXh0TW9kYWwge1xyXG4gICAgaWQ6IHN0cmluZztcclxuICAgIHNlY3Rpb25UeXBlOiBzdHJpbmc7XHJcbiAgICBzZWN0aW9uTmFtZTogc3RyaW5nO1xyXG4gICAgY29udGVudDogTW92aW5nVGV4dENvbnRlbnRNb2RhbDtcclxuICAgIHN0eWxlczogTW92aW5nVGV4dFN0eWxlc01vZGFsOyAgXHJcbn1cclxuZXhwb3J0IGludGVyZmFjZSBNb3ZpbmdUZXh0Q29udGVudE1vZGFsIHtcclxuICAgIGxpc3RJdGVtOiBMaXN0SXRlbU1vZGFsPE5ld1NlcnZpY2VzSXRlbU1vZGVsPjtcclxufVxyXG5leHBvcnQgaW50ZXJmYWNlIE5ld1NlcnZpY2VzSXRlbU1vZGVsIHtcclxuICAgIGlucHV0VGV4dDogSW5wdXRUZXh0TW9kZWxbXTtcclxufVxyXG5leHBvcnQgaW50ZXJmYWNlIE1vdmluZ1RleHRTdHlsZXNNb2RhbHsgXHJcbiAgICBiYWNrZ3JvdW5kIDogQmFja2dyb3VuZE1vZGVsXHJcbiAgICBhbmltYXRpb25UeXBlIDogYW5pbWF0aW9uVHlwZVxyXG59Il19
@@ -1,27 +0,0 @@
1
- import BaseSection from '../BaseSection';
2
- import { MovingTextModal } from './moving-text.modal';
3
- import { EventsService } from '../../services/events.service';
4
- import * as i0 from "@angular/core";
5
- export declare class MovingTextComponent extends BaseSection {
6
- private _eventService;
7
- data?: MovingTextModal;
8
- edit?: boolean;
9
- delete?: boolean;
10
- customClass?: string;
11
- index?: number;
12
- constructor(_eventService: EventsService);
13
- ngOnInit(): void;
14
- ngOnChanges(): void;
15
- editSection(): void;
16
- stopPropagation(event: any): void;
17
- screenWidth: any;
18
- getScreenSize(): void;
19
- currentIndex: number;
20
- isTransitioning: boolean;
21
- animationDirection: string;
22
- private interval;
23
- private alternateDirection;
24
- startAnimationCycle(): void;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<MovingTextComponent, never>;
26
- 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>;
27
- }