barsa-novin-ray-core 2.0.113 → 2.0.114

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.
@@ -863,5 +863,7 @@ export interface BruleActionMessage {
863
863
  export type ColumnSummaryType = {
864
864
  moArr: MetaobjectDataModel[];
865
865
  column: ReportViewColumn;
866
+ groupName: string;
867
+ groupLevel: number;
866
868
  summaryFn: (val: any) => void;
867
869
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-novin-ray-core",
3
- "version": "2.0.113",
3
+ "version": "2.0.114",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"