@sumaris-net/ngx-components 18.5.1 → 18.5.2
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/esm2022/src/app/core/form/properties/properties.form.mjs +18 -7
- package/esm2022/src/app/core/form/properties/testing/properties-form.test.mjs +1 -1
- package/esm2022/src/app/core/settings/settings.page.mjs +4 -4
- package/esm2022/src/app/shared/services.mjs +11 -11
- package/fesm2022/sumaris-net.ngx-components.mjs +31 -20
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/form/properties/properties.form.d.ts +3 -1
- package/src/app/core/install/install-upgrade-card.component.d.ts +1 -1
- package/src/app/core/settings/settings.page.d.ts +1 -1
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -50,6 +50,8 @@ export declare class AppPropertiesForm<O = any, T extends Property<O> = Property
|
|
|
50
50
|
addButtonText: string;
|
|
51
51
|
addButtonTitle: string;
|
|
52
52
|
showAddButton: boolean;
|
|
53
|
+
panelClass: string;
|
|
54
|
+
panelWidth: string;
|
|
53
55
|
/**
|
|
54
56
|
* @deprecated Use addButtonTitle instead
|
|
55
57
|
* @param value
|
|
@@ -80,7 +82,7 @@ export declare class AppPropertiesForm<O = any, T extends Property<O> = Property
|
|
|
80
82
|
protected markForCheck(): void;
|
|
81
83
|
protected isEmptyProperty(obj: Property): boolean;
|
|
82
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppPropertiesForm<any, any, any>, [null, null, null, null, null, { optional: true; }]>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppPropertiesForm<any, any, any>, "app-properties-form", never, { "formArrayName": { "alias": "formArrayName"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; "options": { "alias": "options"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "showHintKey": { "alias": "showHintKey"; "required": false; }; "hintKeyPrefix": { "alias": "hintKeyPrefix"; "required": false; }; "showMoreButton": { "alias": "showMoreButton"; "required": false; }; "addButtonText": { "alias": "addButtonText"; "required": false; }; "addButtonTitle": { "alias": "addButtonTitle"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "showMoreButtonTitle": { "alias": "showMoreButtonTitle"; "required": false; }; "definitions": { "alias": "definitions"; "required": false; }; }, {}, never, never, false, never>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppPropertiesForm<any, any, any>, "app-properties-form", never, { "formArrayName": { "alias": "formArrayName"; "required": false; }; "formArray": { "alias": "formArray"; "required": false; }; "options": { "alias": "options"; "required": false; }; "chipColor": { "alias": "chipColor"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "subscriptSizing": { "alias": "subscriptSizing"; "required": false; }; "showHintKey": { "alias": "showHintKey"; "required": false; }; "hintKeyPrefix": { "alias": "hintKeyPrefix"; "required": false; }; "showMoreButton": { "alias": "showMoreButton"; "required": false; }; "addButtonText": { "alias": "addButtonText"; "required": false; }; "addButtonTitle": { "alias": "addButtonTitle"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "panelWidth": { "alias": "panelWidth"; "required": false; }; "showMoreButtonTitle": { "alias": "showMoreButtonTitle"; "required": false; }; "definitions": { "alias": "definitions"; "required": false; }; }, {}, never, never, false, never>;
|
|
84
86
|
static ngAcceptInputType_mobile: unknown;
|
|
85
87
|
static ngAcceptInputType_showHintKey: unknown;
|
|
86
88
|
static ngAcceptInputType_showMoreButton: unknown;
|
|
@@ -45,7 +45,7 @@ export declare class AppInstallUpgradeCard implements OnInit, OnDestroy {
|
|
|
45
45
|
download(event: Event, link: InstallAppLink): Promise<void>;
|
|
46
46
|
openFile(event: Event, link: InstallAppLink): Promise<void>;
|
|
47
47
|
tryOnline(): Promise<void>;
|
|
48
|
-
getPlatformName(platform: 'android' | 'ios' | 'electron'): "" | "
|
|
48
|
+
getPlatformName(platform: 'android' | 'ios' | 'electron'): "" | "desktop" | "Android" | "iOS";
|
|
49
49
|
asLink(value: any): InstallAppLink;
|
|
50
50
|
private checkNeedInstallOrUpdate;
|
|
51
51
|
private getCompatibleInstallLinks;
|
|
@@ -80,7 +80,7 @@ export declare class SettingsPage extends AppForm<LocalSettings> implements OnIn
|
|
|
80
80
|
handleRefresh(event: BeforeUnloadEvent): void;
|
|
81
81
|
protected openAccountPage(): Promise<boolean>;
|
|
82
82
|
protected toggleDarkMode(enable?: boolean): Promise<void>;
|
|
83
|
-
protected
|
|
83
|
+
protected toggleShowOptionKeys(): void;
|
|
84
84
|
protected devToggleDebug(): void;
|
|
85
85
|
protected markForCheck(): void;
|
|
86
86
|
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsPage, [null, null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
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.5.
|
|
5
|
+
"version": "18.5.2",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|