barsa-develop-components 1.0.276 → 1.0.277

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.
@@ -3,17 +3,14 @@ import { FilePictureInfoModel, BaseItemContentPropsComponent, UiReportViewBaseSe
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class CardContentImageAndTitleComponent extends BaseItemContentPropsComponent<UiReportViewBaseSetting> implements OnInit {
5
5
  iconRef: ElementRef;
6
- elemRef: ElementRef;
7
- iconColor: string;
8
- backgroundColor: string;
9
- backgroundHoverColor: string;
10
- iconHoverColor: string;
11
- _iconColor: string;
12
- _iconHoverColor: string;
13
- _backgroundColor: string;
6
+ backgroundColor: string | null;
7
+ color: string | null;
8
+ backgroundColorSetting: string;
14
9
  title: string;
10
+ subtitle: string;
15
11
  icon: string;
16
- iconPicture: FilePictureInfoModel;
12
+ colorSetting: string;
13
+ picture: FilePictureInfoModel;
17
14
  ngOnInit(): void;
18
15
  private prepareNumberSign;
19
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CardContentImageAndTitleComponent, never>;
@@ -27,6 +27,7 @@ export declare class ServiceDeskServcieDetailComponent extends FormPropsBaseComp
27
27
  ngAfterViewInit(): void;
28
28
  onKhadamatMortabet(item: any): void;
29
29
  private alignTablesTr;
30
+ private _findTab;
30
31
  private _prepare;
31
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ServiceDeskServcieDetailComponent, never>;
32
33
  static ɵcmp: i0.ɵɵComponentDeclaration<ServiceDeskServcieDetailComponent, "bdc-service-desk-servcie-detail", never, {}, {}, never, never, false>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-develop-components",
3
- "version": "1.0.276",
3
+ "version": "1.0.277",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^14.2.7",
6
6
  "@angular/common": "^14.2.7"