simpo-component-library 3.6.520 → 3.6.522

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.
@@ -1,3 +1,4 @@
1
+ import { ElementRef } from '@angular/core';
1
2
  import { EventsService } from '.././../../services/events.service';
2
3
  import BaseSection from '../../../sections/BaseSection';
3
4
  import { FeaturedCategoryContentModal, FeaturedCategoryModal, FeaturedCategoryStylesModel } from './featured-category.modal';
@@ -11,6 +12,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
11
12
  private readonly router;
12
13
  private readonly restService;
13
14
  private readonly _eventService;
15
+ categoryParent: ElementRef<HTMLElement>;
14
16
  data?: FeaturedCategoryModal;
15
17
  responseData?: Category[];
16
18
  index?: number;
@@ -30,6 +32,7 @@ export declare class FeaturedCategoryComponent extends BaseSection {
30
32
  get getDirection(): "ROW" | "COLUMN" | undefined;
31
33
  get stylesLayout(): LayOutModel;
32
34
  get isMobile(): boolean;
35
+ getJustifyContent(): "" | import("simpo-component-library").ALIGN | "flex-start";
33
36
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCategoryComponent, never>;
34
37
  static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCategoryComponent, "simpo-featured-category", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
35
38
  }
@@ -1,3 +1,4 @@
1
+ import { ElementRef } from '@angular/core';
1
2
  import { EventsService } from '.././../../services/events.service';
2
3
  import BaseSection from '../../../sections/BaseSection';
3
4
  import { FeaturedCategoryContentModal, FeaturedCategoryModal, FeaturedCategoryStylesModel } from './featured-category.modal';
@@ -10,6 +11,7 @@ export declare class FeaturedCollectionComponent extends BaseSection {
10
11
  private readonly router;
11
12
  private readonly restService;
12
13
  private readonly _eventService;
14
+ categoryParent: ElementRef<HTMLElement>;
13
15
  data?: FeaturedCategoryModal;
14
16
  responseData?: Category[];
15
17
  index?: number;
@@ -30,6 +32,7 @@ export declare class FeaturedCollectionComponent extends BaseSection {
30
32
  get getDirection(): "ROW" | "COLUMN" | undefined;
31
33
  get isMobile(): boolean;
32
34
  editSection(): void;
35
+ getJustifyContent(): "" | import("simpo-component-library").ALIGN | "flex-start";
33
36
  static ɵfac: i0.ɵɵFactoryDeclaration<FeaturedCollectionComponent, never>;
34
37
  static ɵcmp: i0.ɵɵComponentDeclaration<FeaturedCollectionComponent, "simpo-featured-collection", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
35
38
  }
@@ -1,3 +1,4 @@
1
+ import { ElementRef } from '@angular/core';
1
2
  import { EventsService } from '.././../../services/events.service';
2
3
  import BaseSection from '../../../sections/BaseSection';
3
4
  import { RestService } from '../../../services/rest.service';
@@ -10,6 +11,7 @@ export declare class NewCollectionComponent extends BaseSection {
10
11
  private readonly router;
11
12
  private readonly restService;
12
13
  private readonly _eventService;
14
+ categoryParent: ElementRef<HTMLElement>;
13
15
  data?: NewCollectionModal;
14
16
  responseData?: Collection[];
15
17
  index?: number;
@@ -31,6 +33,7 @@ export declare class NewCollectionComponent extends BaseSection {
31
33
  get isMobile(): boolean;
32
34
  editSection(): void;
33
35
  getColor(color: any): "#000000" | "#ffffff";
36
+ getJustifyContent(): "" | import("simpo-component-library").ALIGN | "flex-start";
34
37
  static ɵfac: i0.ɵɵFactoryDeclaration<NewCollectionComponent, never>;
35
38
  static ɵcmp: i0.ɵɵComponentDeclaration<NewCollectionComponent, "simpo-new-collection", never, { "data": { "alias": "data"; "required": false; }; "responseData": { "alias": "responseData"; "required": false; }; "index": { "alias": "index"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "delete": { "alias": "delete"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "nextComponentColor": { "alias": "nextComponentColor"; "required": false; }; }, {}, never, never, true, never>;
36
39
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "3.6.520",
3
+ "version": "3.6.522",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file