simpo-component-library 3.6.463 → 3.6.464

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 (26) hide show
  1. package/esm2022/lib/directive/spacing-around.directive.mjs +2 -2
  2. package/esm2022/lib/directive/spacing-horizontal.directive.mjs +4 -4
  3. package/esm2022/lib/ecommerce/sections/passbook-transactions/passbook-transactions.component.mjs +3 -3
  4. package/esm2022/lib/ecommerce/sections/scheme-details/scheme-details.component.mjs +3 -3
  5. package/esm2022/lib/ecommerce/sections/user-profile/user-profile.component.mjs +3 -3
  6. package/esm2022/lib/elements/add-section/add-section.component.mjs +13 -3
  7. package/esm2022/lib/elements/below-image-card/below-image-card.component.mjs +3 -3
  8. package/esm2022/lib/elements/image-editor/image-editor.component.mjs +3 -3
  9. package/esm2022/lib/elements/navbar-button-element/navbar-button-element.component.mjs +3 -3
  10. package/esm2022/lib/sections/banner-section/banner-section.component.mjs +3 -13
  11. package/esm2022/lib/sections/banner-section/banner-section.model.mjs +1 -1
  12. package/esm2022/lib/sections/header-section/header-section.component.mjs +3 -3
  13. package/esm2022/lib/sections/logo-showcase/logo-showcase.component.mjs +3 -3
  14. package/esm2022/lib/sections/new-testimonials/new-testimonials.component.mjs +3 -3
  15. package/esm2022/lib/sections/service-section/service-section.component.mjs +3 -3
  16. package/esm2022/lib/sections/testimonial-section/testimonial-section.component.mjs +3 -3
  17. package/esm2022/lib/sections/text-section/text-section.component.mjs +3 -3
  18. package/esm2022/lib/styles/style.model.mjs +1 -1
  19. package/fesm2022/simpo-component-library.mjs +43 -42
  20. package/fesm2022/simpo-component-library.mjs.map +1 -1
  21. package/lib/sections/banner-section/banner-section.component.d.ts +1 -4
  22. package/lib/sections/banner-section/banner-section.model.d.ts +1 -2
  23. package/lib/styles/style.model.d.ts +0 -5
  24. package/package.json +1 -1
  25. package/simpo-component-library-3.6.464.tgz +0 -0
  26. package/simpo-component-library-3.6.463.tgz +0 -0
@@ -3,13 +3,12 @@ import { BannerContentModel, BannerSectionModel } from './banner-section.model';
3
3
  import { BackgroundModel, BannerStylesModel, LayOutModel, PositionLayoutModal } from '../../styles/style.model';
4
4
  import { EventsService } from './../../services/events.service';
5
5
  import BaseSection from '../BaseSection';
6
- import { CdkDragEnd, Point } from '@angular/cdk/drag-drop';
7
6
  import * as i0 from "@angular/core";
8
7
  export declare class BannerSectionComponent extends BaseSection implements OnInit {
9
8
  private _eventService;
10
9
  data?: BannerSectionModel;
11
10
  index?: number;
12
- content?: BannerContentModel | any;
11
+ content?: BannerContentModel;
13
12
  edit?: boolean;
14
13
  delete?: boolean;
15
14
  customClass?: string;
@@ -22,8 +21,6 @@ export declare class BannerSectionComponent extends BaseSection implements OnIni
22
21
  get canMergeNavbar(): boolean | undefined;
23
22
  get isBorderlessImage(): boolean | undefined;
24
23
  get getPositionLayout(): PositionLayoutModal;
25
- get point(): Point;
26
- onDragEnded(event: CdkDragEnd): void;
27
24
  editSection(): void;
28
25
  stopPropagation(event: any): void;
29
26
  screenWidth: any;
@@ -1,4 +1,4 @@
1
- import { ActionModel, BannerStylesModel, DisplaySection, Image, InputTextModel, ListItemModal, Tag } from './../../styles/style.model';
1
+ import { ActionModel, BannerStylesModel, DisplaySection, Image, InputTextModel, ListItemModal } from './../../styles/style.model';
2
2
  export interface BannerSectionModel {
3
3
  id: string;
4
4
  sectionType: string;
@@ -14,7 +14,6 @@ export interface textModel {
14
14
  value: string;
15
15
  }
16
16
  export interface BannerContentModel {
17
- tag: Tag;
18
17
  inputText: InputTextModel[];
19
18
  image: ImageModel;
20
19
  display: DisplaySection;
@@ -1,4 +1,3 @@
1
- import { Point } from '@angular/cdk/drag-drop';
2
1
  import { AlignContent, Corners, DeviderType, ImageFit, ImageRatio, OverlayValue, RedirectionLinkType, SPACING, TEXT_SIZE, TextPosition } from '.';
3
2
  import { ALIGN, ANIMATION_DIRECTION, ANIMATION_SPEED, BUTTON_SHAPE, BUTTON_TYPE, CARD_SIZE, FIT, LAYOUTPOSITION, LINK_TYPE, SPACING_TYPE, CONTENTPOSITION, BORDER_DIRECTION, BACKGROUND_TYPE, FILE_TYPE, GRADIENT_DIRECTION, CONTENT_ANIMATION, BACKGROUND_ANIMATION } from './types';
4
3
  export interface SpacingModel {
@@ -122,10 +121,6 @@ export interface Page {
122
121
  pageId: any;
123
122
  redirectionUrl: string;
124
123
  }
125
- export interface Tag {
126
- label: string;
127
- position: Point;
128
- }
129
124
  export interface ListItemModal<T> {
130
125
  label: string;
131
126
  data: T[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.463",
3
+ "version": "3.6.464",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file