@sumaris-net/ngx-components 18.7.11 → 18.7.13-beta1
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/doc/changelog.md +6 -0
- package/esm2022/src/app/core/table/async-table.class.mjs +3 -2
- package/esm2022/src/app/core/table/table.class.mjs +3 -2
- package/esm2022/src/app/shared/material/material.animations.mjs +28 -1
- package/fesm2022/sumaris-net.ngx-components.mjs +32 -3
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/install/install-upgrade-card.component.d.ts +1 -1
- package/src/app/shared/material/material.animations.d.ts +1 -0
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -46,7 +46,7 @@ export declare class AppInstallUpgradeCard implements OnInit, OnDestroy {
|
|
|
46
46
|
download(event: Event, link: InstallAppLink): Promise<void>;
|
|
47
47
|
openFile(event: Event, link: InstallAppLink): Promise<void>;
|
|
48
48
|
tryOnline(): Promise<void>;
|
|
49
|
-
getPlatformName(platform: 'android' | 'ios' | 'electron'): "" | "
|
|
49
|
+
getPlatformName(platform: 'android' | 'ios' | 'electron'): "" | "Android" | "iOS" | "desktop";
|
|
50
50
|
asLink(value: any): InstallAppLink;
|
|
51
51
|
private checkNeedInstallOrUpdate;
|
|
52
52
|
private getCompatibleInstallLinks;
|
|
@@ -5,3 +5,4 @@ export declare const slideInAnimation: import("@angular/animations").AnimationTr
|
|
|
5
5
|
export declare const slideInOutAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
6
6
|
export declare const slideUpDownAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
7
7
|
export declare const slideDownAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
|
8
|
+
export declare const expansionAnimation: import("@angular/animations").AnimationTriggerMetadata;
|
package/src/assets/manifest.json
CHANGED
|
@@ -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.7.
|
|
5
|
+
"version": "18.7.12",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|