barsa-tiles 2.2.48 → 2.2.50

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,8 +1,8 @@
1
- import { ChangeDetectorRef } from '@angular/core';
1
+ import { ChangeDetectorRef, ViewContainerRef } from '@angular/core';
2
2
  import { Router } from '@angular/router';
3
- import { LocalStorageService } from 'barsa-novin-ray-core';
3
+ import { BaseDirective, LocalStorageService } from 'barsa-novin-ray-core';
4
4
  import * as i0 from "@angular/core";
5
- export declare class TileDynamicCommandDirective {
5
+ export declare class TileDynamicCommandDirective extends BaseDirective {
6
6
  disableClick: boolean;
7
7
  edit: boolean;
8
8
  dynamicCommand: any;
@@ -13,7 +13,10 @@ export declare class TileDynamicCommandDirective {
13
13
  _localStorage: LocalStorageService;
14
14
  _router: Router;
15
15
  _cdr: ChangeDetectorRef;
16
+ _viewContainerRef: ViewContainerRef;
17
+ maskComponent: any;
16
18
  onClick(ev: any): boolean;
19
+ ngOnInit(): void;
17
20
  private executeCommand;
18
21
  static ɵfac: i0.ɵɵFactoryDeclaration<TileDynamicCommandDirective, never>;
19
22
  static ɵdir: i0.ɵɵDirectiveDeclaration<TileDynamicCommandDirective, "[tileDynCommand]", never, { "disableClick": { "alias": "disableClick"; "required": false; }; "edit": { "alias": "edit"; "required": false; }; "dynamicCommand": { "alias": "dynamicCommand"; "required": false; }; "title": { "alias": "title"; "required": false; }; "setToStorage": { "alias": "setToStorage"; "required": false; }; "navigateBackOnClick": { "alias": "navigateBackOnClick"; "required": false; }; }, {}, never, never, false, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.2.48",
3
+ "version": "2.2.50",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^18.0.3",
6
6
  "@angular/common": "^18.0.3"