@sumaris-net/ngx-components 1.15.5 → 1.15.6

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": "1.15.5",
4
+ "version": "1.15.6",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -1,11 +1,6 @@
1
1
  export declare const matchMedia: (win: Window, query: string) => boolean;
2
2
  export declare const testUserAgent: (win: Window, expr: RegExp) => boolean;
3
- export declare const isWindow: (win?: Window) => boolean;
4
- /**
5
- * Detect desktop, by fine cursor. See https://github.com/ionic-team/ionic-framework/issues/19942
6
- * @param win
7
- */
8
- export declare const isDesktop: (win?: Window) => boolean;
3
+ export declare const isWindows: (win?: Window) => boolean;
9
4
  export declare const isTouchUi: (win?: Window) => boolean;
10
5
  export declare const isMobile: (win: Window) => boolean;
11
6
  export declare const isIOS: (win: Window) => boolean;