simpo-component-library 2.1.2 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. package/esm2022/lib/components/document/document.component.mjs +34 -0
  2. package/esm2022/lib/components/index.mjs +6 -5
  3. package/esm2022/lib/components/input-fields/input-fields.component.mjs +26 -8
  4. package/esm2022/lib/components/payment-details/payment-details.component.mjs +25 -5
  5. package/esm2022/lib/directive/spacing-around.directive.mjs +73 -0
  6. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +9 -4
  7. package/esm2022/lib/ecommerce/sections/category-product/category-product.component.mjs +2 -2
  8. package/esm2022/lib/ecommerce/sections/featured-category/featured-category.component.mjs +2 -2
  9. package/esm2022/lib/ecommerce/sections/featured-category/featured-collection.component.mjs +2 -2
  10. package/esm2022/lib/ecommerce/sections/featured-products/featured-products.component.mjs +2 -2
  11. package/esm2022/lib/ecommerce/sections/product-desc/product-desc.component.mjs +2 -2
  12. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +2 -2
  13. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  14. package/esm2022/lib/elements/covering-image-card/covering-image-card.component.mjs +3 -3
  15. package/esm2022/lib/elements/index.mjs +6 -5
  16. package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +3 -3
  17. package/esm2022/lib/elements/property/property.component.mjs +41 -0
  18. package/esm2022/lib/elements/simpo-button/simpo-button.component.mjs +3 -3
  19. package/esm2022/lib/elements/socia-icons/socia-icons.component.mjs +5 -3
  20. package/esm2022/lib/sections/banner-carousel/banner-carousel.component.mjs +3 -3
  21. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +16 -6
  22. package/esm2022/lib/sections/banner-section/banner-section.model.mjs +1 -1
  23. package/esm2022/lib/sections/blog-list/blog-list.component.mjs +9 -4
  24. package/esm2022/lib/sections/carousel-banner/carousel-banner.component.mjs +3 -3
  25. package/esm2022/lib/sections/choose-us-section/choose-us-section.component.mjs +9 -4
  26. package/esm2022/lib/sections/choose-us-section/choose-us-section.model.mjs +1 -1
  27. package/esm2022/lib/sections/contact-us/contact-us.component.mjs +6 -3
  28. package/esm2022/lib/sections/faq-section/faq-section.component.mjs +5 -5
  29. package/esm2022/lib/sections/footer-section/footer-section.component.mjs +12 -8
  30. package/esm2022/lib/sections/footer-section/footer-section.modal.mjs +1 -1
  31. package/esm2022/lib/sections/image-section/image-section.component.mjs +9 -3
  32. package/esm2022/lib/sections/logo-gallery/logo-gallery.component.mjs +34 -9
  33. package/esm2022/lib/sections/logo-showcase/logo-showcase.modal.mjs +1 -1
  34. package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +9 -4
  35. package/esm2022/lib/sections/navbar-section/navbar-section.model.mjs +1 -1
  36. package/esm2022/lib/sections/property-component/property-component.component.mjs +23 -0
  37. package/esm2022/lib/sections/property-component/property-component.modal.mjs +2 -0
  38. package/esm2022/lib/sections/property-list/property-list.component.mjs +116 -0
  39. package/esm2022/lib/sections/property-list/property-list.modal.mjs +2 -0
  40. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.component.mjs +9 -4
  41. package/esm2022/lib/sections/recent-blog-post-section/recent-blog-post-section.model.mjs +1 -1
  42. package/esm2022/lib/sections/registration-form/registration-form.component.mjs +205 -27
  43. package/esm2022/lib/sections/registration-form/registrationForm.model.mjs +2 -0
  44. package/esm2022/lib/sections/service-section/service-section.component.mjs +14 -6
  45. package/esm2022/lib/sections/text-section/text-section.component.mjs +8 -5
  46. package/esm2022/lib/sections/usp-video-section/usp-video-section.component.mjs +68 -0
  47. package/esm2022/lib/sections/usp-video-section/usp-video-section.model.mjs +2 -0
  48. package/esm2022/lib/services/image-upload-service.service.mjs +39 -0
  49. package/esm2022/lib/services/rest.service.mjs +19 -9
  50. package/esm2022/lib/styles/style.model.mjs +1 -1
  51. package/esm2022/lib/styles/types.mjs +1 -1
  52. package/esm2022/public-api.mjs +5 -1
  53. package/fesm2022/simpo-component-library.mjs +882 -255
  54. package/fesm2022/simpo-component-library.mjs.map +1 -1
  55. package/lib/components/document/document.component.d.ts +8 -0
  56. package/lib/components/index.d.ts +2 -1
  57. package/lib/components/input-fields/input-fields.component.d.ts +5 -2
  58. package/lib/components/payment-details/payment-details.component.d.ts +3 -1
  59. package/lib/directive/background-directive.d.ts +1 -1
  60. package/lib/directive/button-directive.directive.d.ts +1 -1
  61. package/lib/directive/color.directive.d.ts +1 -1
  62. package/lib/directive/spacing-around.directive.d.ts +18 -0
  63. package/lib/directive/spacing-horizontal.directive.d.ts +2 -1
  64. package/lib/elements/index.d.ts +2 -1
  65. package/lib/elements/property/property.component.d.ts +8 -0
  66. package/lib/elements/socia-icons/socia-icons.component.d.ts +2 -1
  67. package/lib/sections/banner-section/banner-section.component.d.ts +2 -0
  68. package/lib/sections/banner-section/banner-section.model.d.ts +6 -0
  69. package/lib/sections/blog-list/blog-list.component.d.ts +2 -1
  70. package/lib/sections/choose-us-section/choose-us-section.component.d.ts +2 -1
  71. package/lib/sections/choose-us-section/choose-us-section.model.d.ts +2 -1
  72. package/lib/sections/footer-section/footer-section.component.d.ts +2 -1
  73. package/lib/sections/footer-section/footer-section.modal.d.ts +9 -0
  74. package/lib/sections/image-section/image-section.component.d.ts +3 -1
  75. package/lib/sections/logo-gallery/logo-gallery.component.d.ts +10 -2
  76. package/lib/sections/navbar-section/navbar-section.component.d.ts +2 -1
  77. package/lib/sections/navbar-section/navbar-section.model.d.ts +1 -1
  78. package/lib/sections/pricing-section/pricing-section.component.d.ts +1 -1
  79. package/lib/sections/property-component/property-component.component.d.ts +10 -0
  80. package/lib/sections/property-component/property-component.modal.d.ts +28 -0
  81. package/lib/sections/property-list/property-list.component.d.ts +22 -0
  82. package/lib/sections/property-list/property-list.modal.d.ts +14 -0
  83. package/lib/sections/recent-blog-post-section/recent-blog-post-section.component.d.ts +2 -1
  84. package/lib/sections/recent-blog-post-section/recent-blog-post-section.model.d.ts +2 -1
  85. package/lib/sections/registration-form/registration-form.component.d.ts +24 -6
  86. package/lib/sections/registration-form/registrationForm.model.d.ts +8 -0
  87. package/lib/sections/service-section/service-section.component.d.ts +4 -2
  88. package/lib/sections/text-section/text-section.component.d.ts +2 -1
  89. package/lib/sections/usp-video-section/usp-video-section.component.d.ts +22 -0
  90. package/lib/sections/usp-video-section/usp-video-section.model.d.ts +22 -0
  91. package/lib/services/image-upload-service.service.d.ts +7 -0
  92. package/lib/services/rest.service.d.ts +4 -0
  93. package/lib/styles/style.model.d.ts +4 -0
  94. package/lib/styles/types.d.ts +1 -1
  95. package/package.json +1 -1
  96. package/public-api.d.ts +4 -0
  97. package/simpo-component-library-2.1.8.tgz +0 -0
  98. package/simpo-component-library-2.1.2.tgz +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.