barsa-sap-ui 2.1.7 → 2.1.8

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,7 +1,7 @@
1
- import { ChangeDetectorRef, AfterViewInit, OnInit } from '@angular/core';
1
+ import { ChangeDetectorRef, AfterViewInit, OnInit, OnChanges, SimpleChanges, WritableSignal } from '@angular/core';
2
2
  import { AbbrevationDeviceSize, BaseComponent, LayoutSetting, MetaobjectDataModel, ReportViewColumn } from 'barsa-novin-ray-core';
3
3
  import * as i0 from "@angular/core";
4
- export declare class ColumnRendererComponent extends BaseComponent implements OnInit, AfterViewInit {
4
+ export declare class ColumnRendererComponent extends BaseComponent implements OnInit, OnChanges, AfterViewInit {
5
5
  protected _cdr: ChangeDetectorRef;
6
6
  _isSmall: boolean;
7
7
  column: ReportViewColumn;
@@ -25,11 +25,13 @@ export declare class ColumnRendererComponent extends BaseComponent implements On
25
25
  icon: any;
26
26
  showMore: boolean;
27
27
  fieldTypeId: number;
28
+ signalValue: WritableSignal<any>;
28
29
  /**
29
30
  *
30
31
  */
31
32
  constructor(_cdr: ChangeDetectorRef);
32
33
  ngOnInit(): void;
34
+ ngOnChanges(changes: SimpleChanges): void;
33
35
  ngAfterViewInit(): void;
34
36
  onElapsised(val: boolean): void;
35
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ColumnRendererComponent, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"