simpo-component-library 3.6.843 → 3.6.845

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 (185) 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/components/document/document.component.mjs +3 -3
  4. package/esm2022/lib/components/hover-elements/hover-elements.component.mjs +6 -17
  5. package/esm2022/lib/components/image-loading/image-loading.component.mjs +3 -3
  6. package/esm2022/lib/components/payment-details/payment-details.component.mjs +3 -3
  7. package/esm2022/lib/constants/business.constant.mjs +1 -1
  8. package/esm2022/lib/directive/alignment.directive.mjs +1 -1
  9. package/esm2022/lib/directive/background-directive.mjs +101 -136
  10. package/esm2022/lib/directive/blur-content.directive.mjs +1 -1
  11. package/esm2022/lib/directive/borderlessImage.directive.mjs +1 -1
  12. package/esm2022/lib/directive/button-editor.directive.mjs +1 -1
  13. package/esm2022/lib/directive/color.directive.mjs +1 -1
  14. package/esm2022/lib/directive/column-directive.directive.mjs +1 -1
  15. package/esm2022/lib/directive/container-alignment.directive.mjs +1 -1
  16. package/esm2022/lib/directive/container-fir.directive.mjs +1 -1
  17. package/esm2022/lib/directive/content-title-spacing.directive.mjs +1 -1
  18. package/esm2022/lib/directive/contenteditable.directive.mjs +83 -0
  19. package/esm2022/lib/directive/corner-directive.mjs +1 -1
  20. package/esm2022/lib/directive/height.directive.mjs +1 -1
  21. package/esm2022/lib/directive/hover-animation.directive.mjs +1 -1
  22. package/esm2022/lib/directive/hoverborder.directive.mjs +1 -1
  23. package/esm2022/lib/directive/icon-directive.directive.mjs +1 -1
  24. package/esm2022/lib/directive/image-container.directive.mjs +1 -1
  25. package/esm2022/lib/directive/letters-only.directive.mjs +1 -1
  26. package/esm2022/lib/directive/numbers-only.directive.mjs +1 -1
  27. package/esm2022/lib/directive/position-layout-directive.directive.mjs +1 -1
  28. package/esm2022/lib/directive/set-dynamic-background.directive.mjs +1 -1
  29. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +1 -1
  30. package/esm2022/lib/directive/spacing.directive.mjs +1 -1
  31. package/esm2022/lib/directive/text-background-directive.directive.mjs +1 -1
  32. package/esm2022/lib/directive/text-size.directive.mjs +1 -1
  33. package/esm2022/lib/directive/translate-onhover.directive.mjs +1 -1
  34. package/esm2022/lib/directive/wrap-containers.directive.mjs +1 -1
  35. package/esm2022/lib/ecommerce/sections/address/address.component.mjs +1 -1
  36. package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -3
  37. package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +6 -3
  38. package/esm2022/lib/ecommerce/sections/book-appointment/book-appointment.component.mjs +6 -6
  39. package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +4 -1
  40. package/esm2022/lib/ecommerce/sections/checkout/checkout.component.mjs +3 -3
  41. package/esm2022/lib/ecommerce/sections/checkout/checkout.modal.mjs +1 -1
  42. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.component.mjs +3 -3
  43. package/esm2022/lib/ecommerce/sections/customer-review/customer-review.model.mjs +1 -1
  44. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.component.mjs +3 -3
  45. package/esm2022/lib/ecommerce/sections/enrollment-form/enrollment-form.model.mjs +1 -1
  46. package/esm2022/lib/ecommerce/sections/item-varient/item-varient.component.mjs +3 -3
  47. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.component.mjs +3 -3
  48. package/esm2022/lib/ecommerce/sections/new-collection/new-collection.modal.mjs +1 -1
  49. package/esm2022/lib/ecommerce/sections/pagnination/pagnination.component.mjs +3 -3
  50. package/esm2022/lib/ecommerce/sections/passbook-transactions/passbook-transactions.component.mjs +3 -3
  51. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.component.mjs +3 -3
  52. package/esm2022/lib/ecommerce/sections/product-category-list/product-category-list.model.mjs +1 -1
  53. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +4 -3
  54. package/esm2022/lib/ecommerce/sections/product-list/product-list.modal.mjs +1 -1
  55. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.component.mjs +3 -3
  56. package/esm2022/lib/ecommerce/sections/returns-calculator/returns-calculator.model.mjs +1 -1
  57. package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +3 -3
  58. package/esm2022/lib/ecommerce/sections/scheme-selection/scheme-selection.component.mjs +3 -3
  59. package/esm2022/lib/ecommerce/sections/schemes/schemes.component.mjs +3 -3
  60. package/esm2022/lib/ecommerce/sections/schemes/schemes.component.model.mjs +1 -1
  61. package/esm2022/lib/ecommerce/sections/store-list/store-list.component.mjs +3 -3
  62. package/esm2022/lib/ecommerce/sections/store-list/store-list.modal.mjs +1 -1
  63. package/esm2022/lib/ecommerce/sections/store-page/store-page.component.mjs +3 -3
  64. package/esm2022/lib/ecommerce/sections/store-page/store-page.model.mjs +1 -1
  65. package/esm2022/lib/ecommerce/sections/user-basic-info/user-basic-info.component.mjs +3 -3
  66. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.modal.mjs +1 -1
  67. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.component.mjs +3 -3
  68. package/esm2022/lib/ecommerce/sections/verify-payment/verify-payment.model.mjs +1 -1
  69. package/esm2022/lib/ecommerce/styles/BaseCollection.modal.mjs +1 -1
  70. package/esm2022/lib/ecommerce/styles/Collection.modal.mjs +1 -1
  71. package/esm2022/lib/ecommerce/styles/PincodeLocation.model.mjs +1 -1
  72. package/esm2022/lib/ecommerce/styles/PincodeLocationInter.model.mjs +1 -1
  73. package/esm2022/lib/ecommerce/styles/cart.modal.mjs +1 -1
  74. package/esm2022/lib/ecommerce/styles/category.modal.mjs +1 -1
  75. package/esm2022/lib/ecommerce/styles/order.modal.mjs +1 -1
  76. package/esm2022/lib/ecommerce/styles/review.modal.mjs +1 -1
  77. package/esm2022/lib/ecommerce/styles/user.modal.mjs +1 -1
  78. package/esm2022/lib/elements/address-list/address-list.component.mjs +3 -3
  79. package/esm2022/lib/elements/button/button.component.mjs +3 -3
  80. package/esm2022/lib/elements/button/button.model.mjs +1 -1
  81. package/esm2022/lib/elements/card-skeleton-loader/card-skeleton-loader.component.mjs +3 -3
  82. package/esm2022/lib/elements/editor-service.service.mjs +1 -1
  83. package/esm2022/lib/elements/heading-element/heading-element.component.mjs +3 -3
  84. package/esm2022/lib/elements/index.mjs +1 -1
  85. package/esm2022/lib/elements/list-home-appointment/list-home-appointment.component.mjs +3 -3
  86. package/esm2022/lib/elements/media-selector/media-selector.component.mjs +3 -3
  87. package/esm2022/lib/elements/portfolio/portfolio.component.mjs +3 -3
  88. package/esm2022/lib/elements/property/property.component.mjs +3 -3
  89. package/esm2022/lib/elements/svg-divider/svg-divider.component.mjs +3 -3
  90. package/esm2022/lib/elements/text/text.component.mjs +3 -3
  91. package/esm2022/lib/elements/text-editor/text-editor.component.mjs +504 -246
  92. package/esm2022/lib/pipes/amount.pipe.mjs +1 -1
  93. package/esm2022/lib/sections/add-new-section/add-new-section.component.mjs +3 -3
  94. package/esm2022/lib/sections/appointment-form/appointment-form.component.mjs +3 -3
  95. package/esm2022/lib/sections/appointment-form/appointment-form.model.mjs +1 -1
  96. package/esm2022/lib/sections/banner-carousel/banner-carousel.model.mjs +1 -1
  97. package/esm2022/lib/sections/banner-grid-section/banner-grid-section.component.mjs +3 -3
  98. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +1 -1
  99. package/esm2022/lib/sections/blog-list/blog-list.model.mjs +1 -1
  100. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +1 -1
  101. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  102. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +3 -3
  103. package/esm2022/lib/sections/faq-section/faq-section.modal.mjs +1 -1
  104. package/esm2022/lib/sections/features-section/features-section.model.mjs +1 -1
  105. package/esm2022/lib/sections/header-text/header-text.model.mjs +1 -1
  106. package/esm2022/lib/sections/image-carousel-section/image-carousel.model.mjs +1 -1
  107. package/esm2022/lib/sections/image-grid-section/image-grid-section.component.mjs +1 -1
  108. package/esm2022/lib/sections/image-section/image-section.component.mjs +1 -1
  109. package/esm2022/lib/sections/image-section/image-section.model.mjs +1 -1
  110. package/esm2022/lib/sections/location-section/location-section.component.mjs +3 -3
  111. package/esm2022/lib/sections/location-section/location-section.modal.mjs +1 -1
  112. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  113. package/esm2022/lib/sections/moving-text/moving-text.component.mjs +3 -3
  114. package/esm2022/lib/sections/moving-text/moving-text.modal.mjs +1 -1
  115. package/esm2022/lib/sections/new-services/new-services.component.mjs +3 -3
  116. package/esm2022/lib/sections/new-services/new-services.model.mjs +1 -1
  117. package/esm2022/lib/sections/new-testimonials/new-testimonials.model.mjs +1 -1
  118. package/esm2022/lib/sections/news-letter-component/news-letter-component.component.mjs +3 -3
  119. package/esm2022/lib/sections/news-letter-component/news-letter.modal.mjs +1 -1
  120. package/esm2022/lib/sections/pricing-section/pricing-section.modal.mjs +1 -1
  121. package/esm2022/lib/sections/process-modern/process-modern.component.mjs +3 -3
  122. package/esm2022/lib/sections/process-modern/process-modern.model.mjs +1 -1
  123. package/esm2022/lib/sections/process-section/process-section.component.mjs +3 -3
  124. package/esm2022/lib/sections/process-section/process-section.modal.mjs +1 -1
  125. package/esm2022/lib/sections/property-component/property-component.component.mjs +3 -3
  126. package/esm2022/lib/sections/property-component/property-component.modal.mjs +1 -1
  127. package/esm2022/lib/sections/property-list/property-list.component.mjs +3 -3
  128. package/esm2022/lib/sections/property-list/property-list.modal.mjs +1 -1
  129. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +3 -3
  130. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  131. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +3 -3
  132. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +1 -1
  133. package/esm2022/lib/sections/scheme-detail/scheme-detail.component.mjs +3 -3
  134. package/esm2022/lib/sections/scheme-detail/scheme-detail.modal.mjs +1 -1
  135. package/esm2022/lib/sections/skeleton-loader-section/skeleton-loader-section.component.mjs +3 -3
  136. package/esm2022/lib/sections/team-member-section/team-member-section.component.mjs +3 -3
  137. package/esm2022/lib/sections/team-member-section/team-member-section.model.mjs +1 -1
  138. package/esm2022/lib/sections/testimonial-fullwidth/testimonial-fullwidth.model.mjs +1 -1
  139. package/esm2022/lib/sections/testimonial-section/testimonial-section.model.mjs +1 -1
  140. package/esm2022/lib/sections/testimonial-video/testimonial-video.component.mjs +3 -3
  141. package/esm2022/lib/sections/testimonial-video/testimonial-video.model.mjs +1 -1
  142. package/esm2022/lib/sections/text-section/text-section.model.mjs +1 -1
  143. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +3 -3
  144. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +1 -1
  145. package/esm2022/lib/sections/video-section/video-section.component.mjs +1 -1
  146. package/esm2022/lib/sections/video-section/video-section.model.mjs +1 -1
  147. package/esm2022/lib/sections/view-blog/view-blog.component.mjs +1 -1
  148. package/esm2022/lib/services/endUser.service.mjs +1 -1
  149. package/esm2022/lib/services/image-upload-service.service.mjs +1 -1
  150. package/esm2022/lib/services/rest.service.mjs +3 -3
  151. package/esm2022/public-api.mjs +1 -3
  152. package/fesm2022/simpo-component-library.mjs +838 -697
  153. package/fesm2022/simpo-component-library.mjs.map +1 -1
  154. package/lib/components/hover-elements/hover-elements.component.d.ts +0 -3
  155. package/lib/components/input-fields/input-fields.component.d.ts +1 -1
  156. package/lib/directive/background-directive.d.ts +11 -4
  157. package/lib/directive/contenteditable.directive.d.ts +22 -0
  158. package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +2 -1
  159. package/lib/ecommerce/sections/featured-category/featured-category.component.d.ts +1 -1
  160. package/lib/ecommerce/sections/featured-category/featured-collection.component.d.ts +1 -1
  161. package/lib/ecommerce/sections/new-collection/new-collection.component.d.ts +1 -1
  162. package/lib/ecommerce/sections/product-desc/product-desc.component.d.ts +1 -1
  163. package/lib/ecommerce/sections/schemes/schemes.component.d.ts +1 -1
  164. package/lib/elements/text-editor/text-editor.component.d.ts +49 -33
  165. package/lib/sections/banner-carousel/banner-carousel.component.d.ts +2 -2
  166. package/lib/sections/carousel-banner/carousel-banner.component.d.ts +1 -1
  167. package/lib/sections/image-grid-hotspot/image-grid-hotspot.component.d.ts +1 -1
  168. package/lib/sections/image-grid-section/image-grid-section.component.d.ts +1 -1
  169. package/lib/sections/image-section/image-section.component.d.ts +2 -2
  170. package/lib/sections/logo-showcase/logo-showcase.component.d.ts +1 -1
  171. package/lib/sections/new-testimonials/new-testimonials.component.d.ts +1 -1
  172. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  173. package/package.json +1 -1
  174. package/public-api.d.ts +0 -2
  175. package/simpo-component-library-3.6.845.tgz +0 -0
  176. package/src/lib/styles/global-styles.css +1 -1
  177. package/esm2022/lib/sections/testimonial-masonry/testimonial-masonry.component.mjs +0 -110
  178. package/esm2022/lib/sections/testimonial-masonry/testimonial-masonry.model.mjs +0 -2
  179. package/esm2022/lib/styles/gradient-extension.mjs +0 -38
  180. package/esm2022/lib/styles/text-size.extension.mjs +0 -44
  181. package/lib/sections/testimonial-masonry/testimonial-masonry.component.d.ts +0 -30
  182. package/lib/sections/testimonial-masonry/testimonial-masonry.model.d.ts +0 -24
  183. package/lib/styles/gradient-extension.d.ts +0 -2
  184. package/lib/styles/text-size.extension.d.ts +0 -10
  185. package/simpo-component-library-3.6.843.tgz +0 -0
@@ -1,44 +0,0 @@
1
- import { Extension } from '@tiptap/core';
2
- export const FontSize = Extension.create({
3
- name: 'fontSize',
4
- addGlobalAttributes() {
5
- return [
6
- {
7
- types: ['textStyle'],
8
- attributes: {
9
- fontSize: {
10
- default: null,
11
- parseHTML: element => element.style.fontSize,
12
- renderHTML: attributes => {
13
- if (!attributes['fontSize']) {
14
- return {};
15
- }
16
- return {
17
- style: `font-size:${attributes['fontSize']}`,
18
- };
19
- },
20
- },
21
- },
22
- },
23
- ];
24
- },
25
- addCommands() {
26
- return {
27
- setFontSize: (fontSize) => ({ chain }) => {
28
- return chain()
29
- .setMark('textStyle', {
30
- fontSize,
31
- })
32
- .run();
33
- },
34
- unsetFontSize: () => ({ chain }) => {
35
- return chain()
36
- .setMark('textStyle', {
37
- fontSize: null,
38
- })
39
- .run();
40
- },
41
- };
42
- },
43
- });
44
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1zaXplLmV4dGVuc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NpbXBvLXVpL3NyYy9saWIvc3R5bGVzL3RleHQtc2l6ZS5leHRlbnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGNBQWMsQ0FBQztBQVd6QyxNQUFNLENBQUMsTUFBTSxRQUFRLEdBQUcsU0FBUyxDQUFDLE1BQU0sQ0FBQztJQUVyQyxJQUFJLEVBQUUsVUFBVTtJQUVoQixtQkFBbUI7UUFFZixPQUFPO1lBQ0g7Z0JBQ0ksS0FBSyxFQUFFLENBQUMsV0FBVyxDQUFDO2dCQUNwQixVQUFVLEVBQUU7b0JBRVIsUUFBUSxFQUFFO3dCQUVOLE9BQU8sRUFBRSxJQUFJO3dCQUViLFNBQVMsRUFBRSxPQUFPLENBQUMsRUFBRSxDQUNqQixPQUFPLENBQUMsS0FBSyxDQUFDLFFBQVE7d0JBRTFCLFVBQVUsRUFBRSxVQUFVLENBQUMsRUFBRTs0QkFFckIsSUFBSSxDQUFDLFVBQVUsQ0FBQyxVQUFVLENBQUMsRUFBRSxDQUFDO2dDQUMxQixPQUFPLEVBQUUsQ0FBQzs0QkFDZCxDQUFDOzRCQUVELE9BQU87Z0NBQ0gsS0FBSyxFQUNELGFBQWEsVUFBVSxDQUFDLFVBQVUsQ0FBQyxFQUFFOzZCQUM1QyxDQUFDO3dCQUVOLENBQUM7cUJBRUo7aUJBRUo7YUFDSjtTQUNKLENBQUM7SUFFTixDQUFDO0lBRUQsV0FBVztRQUVQLE9BQU87WUFFSCxXQUFXLEVBQ1AsQ0FBQyxRQUFnQixFQUFFLEVBQUUsQ0FDakIsQ0FBQyxFQUFFLEtBQUssRUFBRSxFQUFFLEVBQUU7Z0JBRVYsT0FBTyxLQUFLLEVBQUU7cUJBQ1QsT0FBTyxDQUFDLFdBQVcsRUFBRTtvQkFDbEIsUUFBUTtpQkFDWCxDQUFDO3FCQUNELEdBQUcsRUFBRSxDQUFDO1lBRWYsQ0FBQztZQUVULGFBQWEsRUFDVCxHQUFHLEVBQUUsQ0FDRCxDQUFDLEVBQUUsS0FBSyxFQUFFLEVBQUUsRUFBRTtnQkFFVixPQUFPLEtBQUssRUFBRTtxQkFDVCxPQUFPLENBQUMsV0FBVyxFQUFFO29CQUNsQixRQUFRLEVBQUUsSUFBSTtpQkFDakIsQ0FBQztxQkFDRCxHQUFHLEVBQUUsQ0FBQztZQUVmLENBQUM7U0FFWixDQUFDO0lBRU4sQ0FBQztDQUVKLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEV4dGVuc2lvbiB9IGZyb20gJ0B0aXB0YXAvY29yZSc7XHJcblxyXG5kZWNsYXJlIG1vZHVsZSAnQHRpcHRhcC9jb3JlJyB7XHJcbiAgICBpbnRlcmZhY2UgQ29tbWFuZHM8UmV0dXJuVHlwZT4ge1xyXG4gICAgICAgIGZvbnRTaXplOiB7XHJcbiAgICAgICAgICAgIHNldEZvbnRTaXplOiAoc2l6ZTogc3RyaW5nKSA9PiBSZXR1cm5UeXBlO1xyXG4gICAgICAgICAgICB1bnNldEZvbnRTaXplOiAoKSA9PiBSZXR1cm5UeXBlO1xyXG4gICAgICAgIH07XHJcbiAgICB9XHJcbn1cclxuXHJcbmV4cG9ydCBjb25zdCBGb250U2l6ZSA9IEV4dGVuc2lvbi5jcmVhdGUoe1xyXG5cclxuICAgIG5hbWU6ICdmb250U2l6ZScsXHJcblxyXG4gICAgYWRkR2xvYmFsQXR0cmlidXRlcygpIHtcclxuXHJcbiAgICAgICAgcmV0dXJuIFtcclxuICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgdHlwZXM6IFsndGV4dFN0eWxlJ10sXHJcbiAgICAgICAgICAgICAgICBhdHRyaWJ1dGVzOiB7XHJcblxyXG4gICAgICAgICAgICAgICAgICAgIGZvbnRTaXplOiB7XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICAgICBkZWZhdWx0OiBudWxsLFxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgcGFyc2VIVE1MOiBlbGVtZW50ID0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBlbGVtZW50LnN0eWxlLmZvbnRTaXplLFxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgcmVuZGVySFRNTDogYXR0cmlidXRlcyA9PiB7XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgaWYgKCFhdHRyaWJ1dGVzWydmb250U2l6ZSddKSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHt9O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHJldHVybiB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgc3R5bGU6XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGBmb250LXNpemU6JHthdHRyaWJ1dGVzWydmb250U2l6ZSddfWAsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9O1xyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgfSxcclxuXHJcbiAgICAgICAgICAgICAgICAgICAgfSxcclxuXHJcbiAgICAgICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgIF07XHJcblxyXG4gICAgfSxcclxuXHJcbiAgICBhZGRDb21tYW5kcygpIHtcclxuXHJcbiAgICAgICAgcmV0dXJuIHtcclxuXHJcbiAgICAgICAgICAgIHNldEZvbnRTaXplOlxyXG4gICAgICAgICAgICAgICAgKGZvbnRTaXplOiBzdHJpbmcpID0+XHJcbiAgICAgICAgICAgICAgICAgICAgKHsgY2hhaW4gfSkgPT4ge1xyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGNoYWluKClcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC5zZXRNYXJrKCd0ZXh0U3R5bGUnLCB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9udFNpemUsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9KVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgLnJ1bigpO1xyXG5cclxuICAgICAgICAgICAgICAgICAgICB9LFxyXG5cclxuICAgICAgICAgICAgdW5zZXRGb250U2l6ZTpcclxuICAgICAgICAgICAgICAgICgpID0+XHJcbiAgICAgICAgICAgICAgICAgICAgKHsgY2hhaW4gfSkgPT4ge1xyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIGNoYWluKClcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC5zZXRNYXJrKCd0ZXh0U3R5bGUnLCB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9udFNpemU6IG51bGwsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9KVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgLnJ1bigpO1xyXG5cclxuICAgICAgICAgICAgICAgICAgICB9LFxyXG5cclxuICAgICAgICB9O1xyXG5cclxuICAgIH0sXHJcblxyXG59KTsiXX0=
@@ -1,30 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { BackgroundModel, LayOutModel } from '../../styles/style.model';
3
- import { EventsService } from '../../services/events.service';
4
- import BaseSection from '../BaseSection';
5
- import { TestimonialMasonryContentModel, TestimonialMasonryModel, TestimonialMasonryStyleModel } from './testimonial-masonry.model';
6
- import * as i0 from "@angular/core";
7
- export declare class TestimonialMasonryComponent extends BaseSection implements OnInit {
8
- private _eventService;
9
- data?: TestimonialMasonryModel | any;
10
- edit?: boolean;
11
- delete?: boolean;
12
- customClass?: string;
13
- nextComponentColor?: BackgroundModel;
14
- index?: number;
15
- content?: TestimonialMasonryContentModel;
16
- styles?: TestimonialMasonryStyleModel;
17
- screenWidth: number;
18
- constructor(_eventService: EventsService);
19
- ngOnInit(): void;
20
- get stylesLayout(): LayOutModel;
21
- get activeItems(): import("./testimonial-masonry.model").TestimonialMasonryItemModel[];
22
- getQuote(item: any): string;
23
- getAuthor(item: any): string;
24
- getRole(item: any): string;
25
- getAvatarUrl(item: any): string;
26
- editSection(): void;
27
- getScreenSize(): void;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<TestimonialMasonryComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<TestimonialMasonryComponent, "simpo-testimonial-masonry", never, { "data": { "alias": "data"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; "index": { "alias": "index"; "required": false; }; }, {}, never, never, true, never>;
30
- }
@@ -1,24 +0,0 @@
1
- import { Image, InputTextModel, ListItemModal, StylesModel, BannerStylesModel, ActionModel } from '../../styles/style.model';
2
- export interface TestimonialMasonryModel {
3
- id: string;
4
- sectionType: string;
5
- sectionName: string;
6
- content: TestimonialMasonryContentModel;
7
- styles: TestimonialMasonryStyleModel;
8
- action?: ActionModel;
9
- }
10
- export interface TestimonialMasonryContentModel {
11
- inputText: InputTextModel[];
12
- display?: {
13
- showImage?: boolean;
14
- showCard?: boolean;
15
- };
16
- listItem: ListItemModal<TestimonialMasonryItemModel>;
17
- }
18
- export interface TestimonialMasonryItemModel {
19
- status: boolean;
20
- image: Image;
21
- inputText: InputTextModel[];
22
- }
23
- export interface TestimonialMasonryStyleModel extends StylesModel, BannerStylesModel {
24
- }
@@ -1,2 +0,0 @@
1
- import { Extension } from '@tiptap/core';
2
- export declare const GradientExtension: Extension<any, any>;
@@ -1,10 +0,0 @@
1
- import { Extension } from '@tiptap/core';
2
- declare module '@tiptap/core' {
3
- interface Commands<ReturnType> {
4
- fontSize: {
5
- setFontSize: (size: string) => ReturnType;
6
- unsetFontSize: () => ReturnType;
7
- };
8
- }
9
- }
10
- export declare const FontSize: Extension<any, any>;
Binary file