@sumaris-net/ngx-components 18.6.5 → 18.6.7
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/about/about.modal.mjs +4 -5
- package/esm2022/src/app/core/home/home.mjs +4 -4
- package/esm2022/src/app/shared/markdown/markdown.module.mjs +3 -4
- package/esm2022/src/app/shared/markdown/markdown.service.mjs +2 -3
- package/esm2022/src/app/shared/markdown/testing/markdown.test.mjs +1 -1
- package/esm2022/src/app/shared/markdown/testing/markdown.testing.module.mjs +5 -4
- package/esm2022/src/app/shared/shared.module.mjs +4 -11
- package/fesm2022/sumaris-net.ngx-components.mjs +3111 -3119
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/home/home.d.ts +1 -1
- package/src/app/core/install/install-upgrade-card.component.d.ts +1 -1
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/app/shared/markdown/markdown.module.d.ts +1 -2
- package/src/app/shared/markdown/markdown.service.d.ts +0 -1
- package/src/app/shared/markdown/testing/markdown.testing.module.d.ts +2 -1
- package/src/app/shared/shared.module.d.ts +2 -3
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -96,7 +96,7 @@ export declare class HomePage extends RxState<HomePageState> implements OnDestro
|
|
|
96
96
|
protected onLogin(account: Account): void;
|
|
97
97
|
protected onLogout(): void;
|
|
98
98
|
protected refreshButtons(account?: Account): void;
|
|
99
|
-
|
|
99
|
+
openMarkdownModal(event?: Event, item?: IMenuItem): Promise<void>;
|
|
100
100
|
protected removePageHistory(path: string): Promise<void>;
|
|
101
101
|
protected markForCheck(): void;
|
|
102
102
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomePage, [null, null, null, null, null, null, null, null, null, null, null, { optional: true; }]>;
|
|
@@ -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'): "" | "desktop" | "Android" | "iOS";
|
|
50
50
|
asLink(value: any): InstallAppLink;
|
|
51
51
|
private checkNeedInstallOrUpdate;
|
|
52
52
|
private getCompatibleInstallLinks;
|
|
@@ -17,7 +17,7 @@ export interface InputElement extends FocusableElement {
|
|
|
17
17
|
}
|
|
18
18
|
export declare function isInputElement(object: any): object is InputElement;
|
|
19
19
|
export declare function asInputElement<T = any>(object: ElementRef<T>): InputElement | undefined;
|
|
20
|
-
export declare function tabindexComparator(a: InputElement, b: InputElement):
|
|
20
|
+
export declare function tabindexComparator(a: InputElement, b: InputElement): 0 | 1 | -1;
|
|
21
21
|
export interface CanGainFocusOptions {
|
|
22
22
|
minTabindex?: number;
|
|
23
23
|
maxTabindex?: number;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { MarkdownModuleConfig } from 'ngx-markdown';
|
|
2
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
import * as i1 from "./markdown.component";
|
|
@@ -11,7 +10,7 @@ import * as i7 from "ngx-markdown";
|
|
|
11
10
|
import * as i8 from "../toolbar/toolbar.module";
|
|
12
11
|
import * as i9 from "../debug/debug.module";
|
|
13
12
|
export declare class SharedMarkdownModule {
|
|
14
|
-
static forRoot(
|
|
13
|
+
static forRoot(): ModuleWithProviders<SharedMarkdownModule>;
|
|
15
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMarkdownModule, never>;
|
|
16
15
|
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMarkdownModule, [typeof i1.AppMarkdownContent, typeof i2.AppMarkdownModal, typeof i3.MarkdownDirective], [typeof i4.CommonModule, typeof i5.IonicModule, typeof i6.TranslateModule, typeof i7.MarkdownModule, typeof i8.SharedToolbarModule, typeof i9.SharedDebugModule], [typeof i6.TranslateModule, typeof i7.MarkdownModule, typeof i1.AppMarkdownContent, typeof i3.MarkdownDirective]>;
|
|
17
16
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMarkdownModule>;
|
|
@@ -4,8 +4,9 @@ import * as i2 from "@angular/common";
|
|
|
4
4
|
import * as i3 from "@angular/router";
|
|
5
5
|
import * as i4 from "../../shared.module";
|
|
6
6
|
import * as i5 from "@angular/forms";
|
|
7
|
+
import * as i6 from "../markdown.module";
|
|
7
8
|
export declare class MarkdownTestingModule {
|
|
8
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<MarkdownTestingModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MarkdownTestingModule, [typeof i1.MarkdownTestPage], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.SharedModule, typeof i5.FormsModule], [typeof i3.RouterModule, typeof i1.MarkdownTestPage]>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MarkdownTestingModule, [typeof i1.MarkdownTestPage], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.SharedModule, typeof i5.FormsModule, typeof i6.SharedMarkdownModule], [typeof i3.RouterModule, typeof i1.MarkdownTestPage]>;
|
|
10
11
|
static ɵinj: i0.ɵɵInjectorDeclaration<MarkdownTestingModule>;
|
|
11
12
|
}
|
|
@@ -20,8 +20,7 @@ import * as i16 from "./pipes/pipes.module";
|
|
|
20
20
|
import * as i17 from "./hotkeys/shared-hotkeys.module";
|
|
21
21
|
import * as i18 from "./toolbar/toolbar.module";
|
|
22
22
|
import * as i19 from "./named-filter/named-filter.module";
|
|
23
|
-
import * as i20 from "
|
|
24
|
-
import * as i21 from "ngx-jdenticon";
|
|
23
|
+
import * as i20 from "ngx-jdenticon";
|
|
25
24
|
export declare function scrollFactory(overlay: Overlay): () => CloseScrollStrategy;
|
|
26
25
|
export interface SharedModuleConfig {
|
|
27
26
|
loader?: Provider;
|
|
@@ -29,6 +28,6 @@ export interface SharedModuleConfig {
|
|
|
29
28
|
export declare class SharedModule {
|
|
30
29
|
static forRoot(config?: SharedModuleConfig): ModuleWithProviders<SharedModule>;
|
|
31
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
|
|
32
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.UploadFileComponent, typeof i4.UploadFilePopover, typeof i5.SharedTestsPage], [typeof i6.CommonModule, typeof i7.IonicModule, typeof i8.ReactiveFormsModule, typeof i9.TranslateModule, typeof i10.ColorPickerModule, typeof i11.DragDropModule, typeof i12.MarkdownModule, typeof i13.RxStateModule, typeof i14.SharedMaterialModule, typeof i15.SharedDirectivesModule, typeof i16.SharedPipesModule, typeof i17.SharedHotkeysModule, typeof i18.SharedToolbarModule, typeof i19.SharedNamedFilterModule
|
|
31
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.UploadFileComponent, typeof i4.UploadFilePopover, typeof i5.SharedTestsPage], [typeof i6.CommonModule, typeof i7.IonicModule, typeof i8.ReactiveFormsModule, typeof i9.TranslateModule, typeof i10.ColorPickerModule, typeof i11.DragDropModule, typeof i12.MarkdownModule, typeof i13.RxStateModule, typeof i14.SharedMaterialModule, typeof i15.SharedDirectivesModule, typeof i16.SharedPipesModule, typeof i17.SharedHotkeysModule, typeof i18.SharedToolbarModule, typeof i19.SharedNamedFilterModule], [typeof i6.CommonModule, typeof i7.IonicModule, typeof i9.TranslateModule, typeof i8.ReactiveFormsModule, typeof i10.ColorPickerModule, typeof i11.DragDropModule, typeof i12.MarkdownModule, typeof i20.NgxJdenticonModule, typeof i13.RxStateModule, typeof i14.SharedMaterialModule, typeof i15.SharedDirectivesModule, typeof i16.SharedPipesModule, typeof i17.SharedHotkeysModule, typeof i18.SharedToolbarModule, typeof i19.SharedNamedFilterModule, typeof i1.AppFormField, typeof i2.AppLoadingSpinner, typeof i3.UploadFileComponent, typeof i4.UploadFilePopover, typeof i5.SharedTestsPage]>;
|
|
33
32
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
|
|
34
33
|
}
|
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.6.
|
|
5
|
+
"version": "18.6.7",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|