@webilix/ngx-helper-m3 0.0.24 → 0.0.27

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.
@@ -0,0 +1,15 @@
1
+ import { ElementRef, OnInit, RendererFactory2 } from '@angular/core';
2
+ import { INgxHelperConfig } from '../ngx-helper.config';
3
+ import * as i0 from "@angular/core";
4
+ export declare class NgxHelperMobileViewDirective implements OnInit {
5
+ private readonly elementRef;
6
+ private readonly rendererFactory;
7
+ private readonly config?;
8
+ ngxHelperMobileView: string;
9
+ private mobileWidth;
10
+ constructor(elementRef: ElementRef, rendererFactory: RendererFactory2, config?: Partial<INgxHelperConfig> | undefined);
11
+ ngOnInit(): void;
12
+ onResize(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperMobileViewDirective, [null, null, { optional: true; }]>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<NgxHelperMobileViewDirective, "[ngxHelperMobileView]", never, { "ngxHelperMobileView": { "alias": "ngxHelperMobileView"; "required": true; }; }, {}, never, never, true, never>;
15
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webilix/ngx-helper-m3",
3
- "version": "0.0.24",
3
+ "version": "0.0.27",
4
4
  "author": "Ali Amirnezhad",
5
5
  "description": "Helper library for Angular and Material 3",
6
6
  "repository": {
@@ -20,11 +20,11 @@
20
20
  },
21
21
  "homepage": "https://github.com/webilix/ngx-helper-m3#readme",
22
22
  "peerDependencies": {
23
- "@angular/common": ">=19.2.4",
24
- "@angular/core": ">=19.2.4",
25
- "@angular/material": ">=19.2.7",
26
- "@webilix/helper-library": ">=6.0.2",
27
- "@webilix/jalali-date-time": ">=2.0.5",
23
+ "@angular/common": ">=19.2.10",
24
+ "@angular/core": ">=19.2.10",
25
+ "@angular/material": ">=19.2.15",
26
+ "@webilix/helper-library": ">=6.1.2",
27
+ "@webilix/jalali-date-time": ">=2.0.6",
28
28
  "ngx-mask": ">=19.0.6",
29
29
  "ol": ">=10.5.0"
30
30
  },
package/public-api.d.ts CHANGED
@@ -23,6 +23,7 @@ export * from './lib/http/ngx-helper-http.interface';
23
23
  export * from './lib/http/ngx-helper-http.service';
24
24
  export * from './lib/toast/ngx-helper-toast.interface';
25
25
  export * from './lib/toast/ngx-helper-toast.service';
26
+ export * from './lib/directives/ngx-helper-mobile-view.directive';
26
27
  export * from './lib/directives/ngx-helper-sticky.directive';
27
28
  export * from './lib/pipes/bank-card.pipe';
28
29
  export * from './lib/pipes/date.pipe';