barsa-sap-ui 2.2.52 → 2.2.53

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,7 +3,7 @@ import { MetaobjectDataModel } from 'barsa-novin-ray-core';
3
3
  import { RichTextStaticComponent } from '../rich-text-static/rich-text-static.component';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class BarsaCartableTemplateComponent extends RichTextStaticComponent implements OnInit {
6
- parameters: MetaobjectDataModel;
6
+ parameters: any | MetaobjectDataModel;
7
7
  mo: MetaobjectDataModel;
8
8
  text: string;
9
9
  relatedMo: MetaobjectDataModel;
@@ -1,11 +1,23 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { FieldBaseComponent } from 'barsa-novin-ray-core';
2
+ import { MessageStripIndicationColor, MessageStripType } from '@fundamental-ngx/core';
3
+ import { FieldBaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class MessageStripComponent extends FieldBaseComponent implements OnInit {
5
6
  safeHtml: any;
7
+ parameters: MessageStripComponentSettings;
6
8
  ngOnInit(): void;
7
9
  protected _setValue(value: any): void;
8
10
  private _setSafeHtml;
9
11
  static ɵfac: i0.ɵɵFactoryDeclaration<MessageStripComponent, never>;
10
12
  static ɵcmp: i0.ɵɵComponentDeclaration<MessageStripComponent, "bsu-message-strip", never, {}, {}, never, never, false, never>;
11
13
  }
14
+ interface MessageStripComponentSettings extends MetaobjectDataModel {
15
+ StaticText: string;
16
+ Type$Caption: MessageStripType;
17
+ Dismissible: boolean;
18
+ NoIcon: boolean;
19
+ Width: string;
20
+ MinWidth: string;
21
+ IndicationColor$Caption: MessageStripIndicationColor;
22
+ }
23
+ export {};
@@ -1,15 +1,11 @@
1
1
  import { OnInit, SimpleChanges } from '@angular/core';
2
+ import { MoForReportModel } from 'barsa-novin-ray-core';
2
3
  import { FieldBaseComponent, MetaobjectDataModel } from 'barsa-novin-ray-core';
3
4
  import * as i0 from "@angular/core";
4
- interface SettingsMo extends MetaobjectDataModel {
5
- Text: string;
6
- Text$Caption: string;
7
- Placeholders: any;
8
- }
9
5
  export declare class RichTextStaticComponent extends FieldBaseComponent implements OnInit {
10
- settings: SettingsMo;
6
+ settings: RichTextStaticSettings;
11
7
  classList: string;
12
- parameters: any;
8
+ parameters: RichTextStaticSettings;
13
9
  text: any;
14
10
  placeholders: {
15
11
  MoDataList: [{
@@ -25,4 +21,11 @@ export declare class RichTextStaticComponent extends FieldBaseComponent implemen
25
21
  static ɵfac: i0.ɵɵFactoryDeclaration<RichTextStaticComponent, never>;
26
22
  static ɵcmp: i0.ɵɵComponentDeclaration<RichTextStaticComponent, "bsu-rich-text-static", never, { "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
27
23
  }
24
+ interface RichTextStaticSettings extends MetaobjectDataModel {
25
+ Text: string;
26
+ Text$Caption: string;
27
+ Placeholders: MoForReportModel;
28
+ ClassList: string;
29
+ HtmlText: string;
30
+ }
28
31
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.2.52",
3
+ "version": "2.2.53",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"