@sumaris-net/ngx-components 18.2.17 → 18.2.18

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "18.2.17",
4
+ "version": "18.2.18",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -1,14 +1,15 @@
1
- export declare const matchMedia: (win: Window, query: string) => boolean;
2
- export declare const testUserAgent: (win: Window, expr: RegExp) => boolean;
3
- export declare const isWindows: (win?: Window) => boolean;
4
- export declare const isFirefox: (win?: Window) => boolean;
5
- export declare const isSafari: (win?: Window) => boolean;
6
- export declare const isChrome: (win?: Window) => boolean;
7
- export declare const isEdge: (win?: Window) => boolean;
8
- export declare const isTouchUi: (win?: Window) => boolean;
9
- export declare const isIpad: (win: Window) => boolean;
10
- export declare const isMacOS: (win: Window) => boolean;
11
- export declare const isIOS: (win: Window) => boolean;
12
- export declare const isAndroid: (win: Window) => boolean;
13
- export declare const isCapacitor: (win: any) => boolean;
14
- export declare const isMobile: (win: Window) => any;
1
+ export declare function matchMedia(win: Window, query: string): boolean;
2
+ export declare function getUserAgent(win: Window): string;
3
+ export declare function testUserAgent(win: Window, expr: RegExp): boolean;
4
+ export declare function isWindows(win?: Window): boolean;
5
+ export declare function isFirefox(win?: Window): boolean;
6
+ export declare function isSafari(win?: Window): boolean;
7
+ export declare function isChrome(win?: Window): boolean;
8
+ export declare function isEdge(win?: Window): boolean;
9
+ export declare function isTouchUi(win?: Window): boolean;
10
+ export declare function isIpad(win: Window): boolean;
11
+ export declare function isMacOS(win: Window): boolean;
12
+ export declare function isIOS(win: Window): boolean;
13
+ export declare function isAndroid(win: Window): boolean;
14
+ export declare function isCapacitor(win: any): boolean;
15
+ export declare function isMobile(win: Window): any;
@@ -2,7 +2,7 @@
2
2
  "name": "ngx-sumaris-components",
3
3
  "short_name": "ngx-sumaris-components",
4
4
  "manifest_version": 1,
5
- "version": "18.2.17",
5
+ "version": "18.2.18",
6
6
  "default_locale": "fr",
7
7
  "description": "Angular components for building beautiful and responsive Apps",
8
8
  "icons": [{