barsa-tiles 2.2.57 → 2.2.58

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,6 +1,6 @@
1
1
  import { ChangeDetectorRef, OnChanges, SimpleChanges, ViewContainerRef } from '@angular/core';
2
2
  import { ActivatedRoute, Router } from '@angular/router';
3
- import { BaseComponent, LogService, LocalStorageService, MetaobjectDataModel, BreadcrumbService, BreadCrumbInfo, PortalService, AbbrevationDeviceSize } from 'barsa-novin-ray-core';
3
+ import { BaseComponent, LogService, LocalStorageService, MetaobjectDataModel, BreadcrumbService, BreadCrumbInfo, PortalService, AbbrevationDeviceSize, SortDirection } from 'barsa-novin-ray-core';
4
4
  import { BaseTileSetting } from '../models';
5
5
  import { Observable } from 'rxjs';
6
6
  import * as i0 from "@angular/core";
@@ -27,6 +27,16 @@ export declare class BarsaTileGroupPageComponent extends BaseComponent implement
27
27
  reportId: string;
28
28
  loading: import("@angular/core").WritableSignal<boolean>;
29
29
  deviceSize: AbbrevationDeviceSize;
30
+ sortSettingA: {
31
+ Name: string;
32
+ SortDirection: SortDirection;
33
+ IsGrouped: boolean;
34
+ };
35
+ sortSetting: import("@angular/core").WritableSignal<{
36
+ Name: string;
37
+ SortDirection: SortDirection;
38
+ IsGrouped: boolean;
39
+ }[]>;
30
40
  ngOnInit(): void;
31
41
  ngOnChanges(changes: SimpleChanges): void;
32
42
  onClose(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.2.57",
3
+ "version": "2.2.58",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"