@sumaris-net/ngx-components 18.23.49 → 18.23.52
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 +4 -0
- package/esm2022/public_api.mjs +2 -1
- package/esm2022/src/app/admin/users/users.mjs +25 -22
- package/esm2022/src/app/core/account/new-token.form.mjs +12 -9
- package/esm2022/src/app/core/account/token.table.mjs +14 -11
- package/esm2022/src/app/core/form/array/testing/form-array.test.mjs +9 -6
- package/esm2022/src/app/core/form/buttons/form-buttons-bar.component.mjs +8 -5
- package/esm2022/src/app/core/form/list/list.form.mjs +8 -5
- package/esm2022/src/app/core/form/properties/properties.form.mjs +12 -9
- package/esm2022/src/app/core/form/properties/properties.table.mjs +15 -12
- package/esm2022/src/app/core/form/text-popover/text-popover.component.mjs +10 -7
- package/esm2022/src/app/core/home/home.mjs +21 -18
- package/esm2022/src/app/core/menu/menu.component.mjs +10 -7
- package/esm2022/src/app/core/settings/settings.page.mjs +10 -7
- package/esm2022/src/app/core/table/column/actions-column.component.mjs +8 -5
- package/esm2022/src/app/core/table/column/nav-actions-column.component.mjs +9 -6
- package/esm2022/src/app/core/table/testing/table.testing.mjs +27 -23
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +25 -22
- package/esm2022/src/app/shared/constants.mjs +3 -1
- package/esm2022/src/app/shared/directives/autotooltip.directive.mjs +35 -0
- package/esm2022/src/app/shared/directives/directives.module.mjs +33 -4
- package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +15 -12
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +13 -11
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.module.mjs +4 -2
- package/esm2022/src/app/shared/material/boolean/boolean.module.mjs +5 -2
- package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +9 -6
- package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +15 -4
- package/esm2022/src/app/shared/material/chips/chips.module.mjs +5 -2
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +14 -12
- package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +8 -5
- package/esm2022/src/app/shared/storage/storage-explorer.component.mjs +11 -9
- package/esm2022/src/app/social/feed/feed.component.mjs +15 -12
- package/esm2022/src/app/social/job/progression/job-progression.icon.mjs +11 -8
- package/esm2022/src/app/social/job/progression/job-progression.list.mjs +12 -9
- package/esm2022/src/app/social/user-event/notification/user-event-notification.icon.mjs +12 -8
- package/esm2022/src/app/social/user-event/notification/user-event-notification.list.mjs +12 -9
- package/esm2022/src/app/social/user-event/notification/user-event-notification.modal.mjs +9 -6
- package/fesm2022/sumaris-net.ngx-components.mjs +194 -89
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/public_api.d.ts +1 -0
- package/src/app/admin/users/users.d.ts +1 -0
- package/src/app/core/account/new-token.form.d.ts +1 -0
- package/src/app/core/account/token.table.d.ts +1 -0
- package/src/app/core/form/array/testing/form-array.test.d.ts +1 -0
- package/src/app/core/form/buttons/form-buttons-bar.component.d.ts +1 -0
- package/src/app/core/form/list/list.form.d.ts +1 -0
- package/src/app/core/form/properties/properties.form.d.ts +1 -0
- package/src/app/core/form/properties/properties.table.d.ts +1 -0
- package/src/app/core/form/text-popover/text-popover.component.d.ts +1 -0
- package/src/app/core/home/home.d.ts +1 -0
- package/src/app/core/menu/menu.component.d.ts +1 -0
- package/src/app/core/settings/settings.page.d.ts +1 -0
- package/src/app/core/table/column/actions-column.component.d.ts +1 -0
- package/src/app/core/table/column/nav-actions-column.component.d.ts +1 -0
- package/src/app/core/table/testing/table.testing.d.ts +1 -0
- package/src/app/core/table/testing/table2.testing.d.ts +1 -0
- package/src/app/shared/constants.d.ts +2 -0
- package/src/app/shared/directives/autotooltip.directive.d.ts +14 -0
- package/src/app/shared/directives/directives.module.d.ts +4 -3
- package/src/app/shared/image/gallery/image-gallery.component.d.ts +1 -0
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +1 -0
- package/src/app/shared/material/autocomplete/material.autocomplete.module.d.ts +2 -1
- package/src/app/shared/material/boolean/boolean.module.d.ts +2 -1
- package/src/app/shared/material/boolean/material.boolean.d.ts +1 -0
- package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +5 -0
- package/src/app/shared/material/chips/chips.module.d.ts +2 -1
- package/src/app/shared/material/chips/material.chips.d.ts +1 -0
- package/src/app/shared/named-filter/named-filter-selector.component.d.ts +1 -0
- package/src/app/shared/storage/storage-explorer.component.d.ts +1 -0
- package/src/app/social/feed/feed.component.d.ts +1 -0
- package/src/app/social/job/progression/job-progression.icon.d.ts +1 -0
- package/src/app/social/job/progression/job-progression.list.d.ts +1 -0
- package/src/app/social/user-event/notification/user-event-notification.icon.d.ts +1 -0
- package/src/app/social/user-event/notification/user-event-notification.list.d.ts +2 -0
- package/src/app/social/user-event/notification/user-event-notification.modal.d.ts +1 -0
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
package/public_api.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ export * from './src/app/shared/directives/autofocus.directive';
|
|
|
63
63
|
export * from './src/app/shared/directives/ng-var.directive';
|
|
64
64
|
export * from './src/app/shared/directives/drag-and-drop.directive';
|
|
65
65
|
export * from './src/app/shared/directives/autotitle.directive';
|
|
66
|
+
export * from './src/app/shared/directives/autotooltip.directive';
|
|
66
67
|
export * from './src/app/shared/directives/throttled-click.directive';
|
|
67
68
|
export * from './src/app/shared/directives/resizable/resizable.directive';
|
|
68
69
|
export * from './src/app/shared/directives/resizable/resizable.component';
|
|
@@ -56,6 +56,7 @@ export declare class UsersPage extends AppTable<Person, PersonFilter> implements
|
|
|
56
56
|
showFooter: boolean;
|
|
57
57
|
showToolbar: boolean;
|
|
58
58
|
showPaginator: boolean;
|
|
59
|
+
showTooltip: boolean;
|
|
59
60
|
constructor(injector: Injector, formBuilder: UntypedFormBuilder, accountService: AccountService, validatorService: ValidatorService, configService: ConfigService, dataService: IPersonService, messageService: MessageService, menuService: MenuService, environment: Environment);
|
|
60
61
|
filterExpansionPanel: MatExpansionPanel;
|
|
61
62
|
get firstUserColumn(): string;
|
|
@@ -15,6 +15,7 @@ export declare class NewTokenForm extends AppForm<UserToken> implements OnInit {
|
|
|
15
15
|
existingNames: string[];
|
|
16
16
|
mobile: boolean;
|
|
17
17
|
private readonly platform;
|
|
18
|
+
showTooltip: boolean;
|
|
18
19
|
constructor(injector: Injector, validator: UserTokenValidatorService, accountService: AccountService, cd: ChangeDetectorRef);
|
|
19
20
|
get valid(): boolean;
|
|
20
21
|
get invalid(): boolean;
|
|
@@ -12,6 +12,7 @@ export declare class UserTokenTable extends AppInMemoryTable<UserToken> implemen
|
|
|
12
12
|
protected showScopes: boolean;
|
|
13
13
|
protected defaultScope: string;
|
|
14
14
|
protected tokenScopes: TokenScope[];
|
|
15
|
+
showTooltip: boolean;
|
|
15
16
|
constructor(injector: Injector, validatorService: ValidatorService, configService: ConfigService, environment: Environment, tokenScopes: TokenScope[]);
|
|
16
17
|
ngOnInit(): void;
|
|
17
18
|
get value(): UserToken[];
|
|
@@ -15,6 +15,7 @@ export declare class ArrayFormTestPage extends AppForm<any> implements OnInit, O
|
|
|
15
15
|
get nullValuesFormArray(): AppFormArray<any, any>;
|
|
16
16
|
get duplicatedValuesFormArray(): AppFormArray<any, any>;
|
|
17
17
|
get valueToAddControl(): UntypedFormControl;
|
|
18
|
+
showTooltip: boolean;
|
|
18
19
|
constructor(formBuilder: UntypedFormBuilder, platform: PlatformService, injection: Injector, cd: ChangeDetectorRef);
|
|
19
20
|
ngOnInit(): void;
|
|
20
21
|
ngOnDestroy(): void;
|
|
@@ -30,6 +30,7 @@ export declare class FormButtonsBarComponent implements FormButtonsBarToken, OnD
|
|
|
30
30
|
onBack: EventEmitter<Event>;
|
|
31
31
|
onSaveAndClose: EventEmitter<Event>;
|
|
32
32
|
onSaveAndNext: EventEmitter<Event>;
|
|
33
|
+
showTooltip: boolean;
|
|
33
34
|
constructor(hotkeys: Hotkeys, menu: MenuService);
|
|
34
35
|
ngOnDestroy(): void;
|
|
35
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormButtonsBarComponent, never>;
|
|
@@ -55,6 +55,7 @@ export declare class AppListForm<T = any> extends AppForm<T[]> implements OnInit
|
|
|
55
55
|
markAllAsTouched(opts?: {
|
|
56
56
|
emitEvent?: boolean;
|
|
57
57
|
}): void;
|
|
58
|
+
showTooltip: boolean;
|
|
58
59
|
constructor(injector: Injector, formBuilder: UntypedFormBuilder, dateAdapter: DateAdapter<Moment>, settings: LocalSettingsService, cd: ChangeDetectorRef, formGroupDir: FormGroupDirective);
|
|
59
60
|
ngOnInit(): void;
|
|
60
61
|
ngOnDestroy(): void;
|
|
@@ -72,6 +72,7 @@ export declare class AppPropertiesForm<O = any, T extends Property<O> = Property
|
|
|
72
72
|
get fieldForms(): UntypedFormGroup[];
|
|
73
73
|
set importPolicy(value: ReferentialImportPolicy);
|
|
74
74
|
get importPolicy(): ReferentialImportPolicy;
|
|
75
|
+
showTooltip: boolean;
|
|
75
76
|
constructor(injector: Injector, formBuilder: UntypedFormBuilder, dateAdapter: DateAdapter<Moment>, cd: ChangeDetectorRef, validator: PropertyValidator, formGroupDir: FormGroupDirective);
|
|
76
77
|
ngOnInit(): void;
|
|
77
78
|
protected processDefinitions(definitions: FormFieldDefinition[]): any[];
|
|
@@ -47,6 +47,7 @@ export declare class AppPropertiesTable extends AppInMemoryTable<PropertyEntity,
|
|
|
47
47
|
filterForm: UntypedFormGroup;
|
|
48
48
|
filterCriteriaCount: number;
|
|
49
49
|
filterPanelFloating: boolean;
|
|
50
|
+
showTooltip: boolean;
|
|
50
51
|
constructor(injector: Injector, formBuilder: UntypedFormBuilder, validatorService: PropertyEntityValidator, environment: Environment);
|
|
51
52
|
ngOnInit(): void;
|
|
52
53
|
get value(): PropertyEntity[];
|
|
@@ -64,6 +64,7 @@ export declare class TextPopover implements OnInit, AfterViewInit, OnDestroy, Te
|
|
|
64
64
|
get enabled(): boolean;
|
|
65
65
|
get valid(): boolean;
|
|
66
66
|
get value(): any;
|
|
67
|
+
showTooltip: boolean;
|
|
67
68
|
constructor(popoverController: PopoverController, translate: TranslateService);
|
|
68
69
|
ngOnInit(): void;
|
|
69
70
|
ngAfterViewInit(): void;
|
|
@@ -102,6 +102,7 @@ export declare class HomePage extends RxState<HomePageState> implements OnInit,
|
|
|
102
102
|
get currentLocale(): string;
|
|
103
103
|
get partnerBannerSize(): number;
|
|
104
104
|
content: IonContent;
|
|
105
|
+
showTooltip: boolean;
|
|
105
106
|
constructor(accountService: AccountService, modalCtrl: ModalController, translate: TranslateService, toastController: ToastController, configService: ConfigService, platform: PlatformService, cd: ChangeDetectorRef, network: NetworkService, settings: LocalSettingsService, environment: Environment, locales: LocaleConfig[], buttons: IMenuItem[], config: IHomePageConfig);
|
|
106
107
|
ngOnInit(): void;
|
|
107
108
|
ngOnDestroy(): void;
|
|
@@ -38,6 +38,7 @@ export declare class MenuComponent implements OnInit {
|
|
|
38
38
|
protected readonly defaultAvatarImage: string;
|
|
39
39
|
private readonly _debug;
|
|
40
40
|
private _subscription;
|
|
41
|
+
showTooltip: boolean;
|
|
41
42
|
constructor(accountService: AccountService, navController: NavController, menu: MenuController, modalCtrl: ModalController, translate: TranslateService, cd: ChangeDetectorRef, menuService: MenuService, router: Router, environment: Environment, appBaseHref: string, route: ActivatedRoute);
|
|
42
43
|
ngOnInit(): Promise<void>;
|
|
43
44
|
onLogin(account: Account): Promise<void>;
|
|
@@ -43,6 +43,7 @@ export declare class SettingsPage extends AppForm<LocalSettings> implements OnIn
|
|
|
43
43
|
get darkMode(): boolean;
|
|
44
44
|
set darkMode(value: boolean);
|
|
45
45
|
propertiesForm: AppPropertiesForm;
|
|
46
|
+
showTooltip: boolean;
|
|
46
47
|
constructor(injector: Injector, platform: PlatformService, navController: NavController, validatorService: LocalSettingsValidatorService, alertCtrl: AlertController, translate: TranslateService, formBuilder: UntypedFormBuilder, accountService: AccountService, settings: LocalSettingsService, cd: ChangeDetectorRef, network: NetworkService, locales: LocaleConfig[], menuItems?: IMenuItem[]);
|
|
47
48
|
ngOnInit(): Promise<void>;
|
|
48
49
|
protected loadPropertyDefinitions(): void;
|
|
@@ -33,6 +33,7 @@ export declare class NavActionsColumnComponent<T extends TableElement<any> | Asy
|
|
|
33
33
|
}>;
|
|
34
34
|
throttleTime: number;
|
|
35
35
|
optionsClick: EventEmitter<Event>;
|
|
36
|
+
showTooltip: boolean;
|
|
36
37
|
constructor(matTable: MatTable<any>, cd: ChangeDetectorRef, appTable: AppTable<any>, appAsyncTable: AppAsyncTable<any>);
|
|
37
38
|
ngOnInit(): void;
|
|
38
39
|
ngOnDestroy(): void;
|
|
@@ -30,6 +30,7 @@ export declare class TableTestPage extends AppTable<Referential, ReferentialFilt
|
|
|
30
30
|
filterExpansionPanel: MatExpansionPanel;
|
|
31
31
|
infiniteScroll: IonInfiniteScroll;
|
|
32
32
|
get dataService(): InMemoryEntitiesService<Referential>;
|
|
33
|
+
showTooltip: boolean;
|
|
33
34
|
constructor(injector: Injector, validatorService: AppValidatorService, formBuilder: UntypedFormBuilder);
|
|
34
35
|
ngOnInit(): void;
|
|
35
36
|
ngAfterViewInit(): Promise<void>;
|
|
@@ -29,6 +29,7 @@ export declare class Table2TestPage extends AppAsyncTable<Referential, Referenti
|
|
|
29
29
|
infiniteScroll: IonInfiniteScroll;
|
|
30
30
|
protected readonly selectableColumns: string[];
|
|
31
31
|
get dataService(): InMemoryEntitiesService<Referential>;
|
|
32
|
+
showTooltip: boolean;
|
|
32
33
|
constructor(injector: Injector, validatorService: AppValidatorService, formBuilder: UntypedFormBuilder);
|
|
33
34
|
ngOnInit(): void;
|
|
34
35
|
ngAfterViewInit(): Promise<void>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
1
2
|
export declare const DATE_ISO_PATTERN = "YYYY-MM-DDTHH:mm:ss.SSSZ";
|
|
2
3
|
export declare const DATE_PATTERN = "YYYY-MM-DD";
|
|
3
4
|
export declare const DATE_MATCH_REGEXP: RegExp;
|
|
@@ -11,3 +12,4 @@ export declare const PLUS_PLACEHOLDER_CHAR_REGEXP_GLOBAL: RegExp;
|
|
|
11
12
|
export declare const KEYBOARD_HIDE_DELAY_MS = 250;
|
|
12
13
|
export declare const DEFAULT_JOIN_PROPERTIES_SEPARATOR: string;
|
|
13
14
|
export declare const DEFAULT_JOIN_ARRAY_VALUES_SEPARATOR: string;
|
|
15
|
+
export declare const APP_SHOW_TOOLTIP: InjectionToken<boolean>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AfterContentChecked, ElementRef } from '@angular/core';
|
|
2
|
+
import { MatTooltip } from '@angular/material/tooltip';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "@angular/material/tooltip";
|
|
5
|
+
export declare class AutoTooltipDirective implements AfterContentChecked {
|
|
6
|
+
private readonly elementRef;
|
|
7
|
+
private readonly matTooltip;
|
|
8
|
+
appAutoTooltip: boolean;
|
|
9
|
+
constructor(elementRef: ElementRef<HTMLElement>, matTooltip: MatTooltip);
|
|
10
|
+
ngAfterContentChecked(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AutoTooltipDirective, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoTooltipDirective, "ion-label[appAutoTooltip], mat-label[appAutoTooltip]", never, { "appAutoTooltip": { "alias": "appAutoTooltip"; "required": false; }; }, {}, never, never, false, [{ directive: typeof i1.MatTooltip; inputs: {}; outputs: {}; }]>;
|
|
13
|
+
static ngAcceptInputType_appAutoTooltip: unknown;
|
|
14
|
+
}
|
|
@@ -5,10 +5,11 @@ import * as i3 from "./drag-and-drop.directive";
|
|
|
5
5
|
import * as i4 from "./autotitle.directive";
|
|
6
6
|
import * as i5 from "./throttled-click.directive";
|
|
7
7
|
import * as i6 from "./autoresize.directive";
|
|
8
|
-
import * as i7 from "
|
|
9
|
-
import * as i8 from "@
|
|
8
|
+
import * as i7 from "./autotooltip.directive";
|
|
9
|
+
import * as i8 from "@angular/common";
|
|
10
|
+
import * as i9 from "@ionic/angular";
|
|
10
11
|
export declare class SharedDirectivesModule {
|
|
11
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedDirectivesModule, never>;
|
|
12
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectivesModule, [typeof i1.AutofocusDirective, typeof i2.NgVarDirective, typeof i3.DragAndDropDirective, typeof i4.AutoTitleDirective, typeof i5.ThrottledClickDirective, typeof i6.AutoResizeDirective], [typeof
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedDirectivesModule, [typeof i1.AutofocusDirective, typeof i2.NgVarDirective, typeof i3.DragAndDropDirective, typeof i4.AutoTitleDirective, typeof i5.ThrottledClickDirective, typeof i6.AutoResizeDirective, typeof i7.AutoTooltipDirective], [typeof i8.CommonModule, typeof i9.IonicModule], [typeof i1.AutofocusDirective, typeof i2.NgVarDirective, typeof i3.DragAndDropDirective, typeof i4.AutoTitleDirective, typeof i5.ThrottledClickDirective, typeof i6.AutoResizeDirective, typeof i7.AutoTooltipDirective]>;
|
|
13
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedDirectivesModule>;
|
|
14
15
|
}
|
|
@@ -83,6 +83,7 @@ export declare class AppImageGalleryComponent<T extends Image> implements OnInit
|
|
|
83
83
|
onAfterAddRows: EventEmitter<TableElement<T>[]>;
|
|
84
84
|
onAfterEditRow: EventEmitter<TableElement<T>>;
|
|
85
85
|
click: EventEmitter<T>;
|
|
86
|
+
showTooltip: boolean;
|
|
86
87
|
constructor(imageService: ImageService, platform: Platform, alterCtrl: AlertController, translate: TranslateService, cd: ChangeDetectorRef, environment?: Environment);
|
|
87
88
|
ngOnInit(): void;
|
|
88
89
|
ngAfterContentChecked(): void;
|
|
@@ -127,6 +127,7 @@ export declare class MatAutocompleteField implements OnInit, AfterViewInit, OnDe
|
|
|
127
127
|
matInputText: ElementRef<HTMLInputElement>;
|
|
128
128
|
autocomplete: MatAutocomplete;
|
|
129
129
|
autocompleteTrigger: MatAutocompleteTrigger;
|
|
130
|
+
showTooltip: boolean;
|
|
130
131
|
constructor(injector: Injector, el: ElementRef<HTMLElement>, cd: ChangeDetectorRef, modalController: ModalController, renderer: Renderer2, formGroupDir: FormGroupDirective);
|
|
131
132
|
get itemCount(): number;
|
|
132
133
|
get canFetchMore(): boolean;
|
|
@@ -15,8 +15,9 @@ import * as i13 from "@angular/material/icon";
|
|
|
15
15
|
import * as i14 from "@angular/material/button";
|
|
16
16
|
import * as i15 from "@angular/material/select";
|
|
17
17
|
import * as i16 from "@ngx-translate/core";
|
|
18
|
+
import * as i17 from "@angular/material/tooltip";
|
|
18
19
|
export declare class SharedMatAutocompleteModule {
|
|
19
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatAutocompleteModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatAutocompleteModule, [typeof i1.MatAutocompleteField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ScrollingModule, typeof i5.ReactiveFormsModule, typeof i6.SharedPipesModule, typeof i7.SharedDirectivesModule, typeof i8.RxStateModule, typeof i9.MatCommonModule, typeof i10.MatAutocompleteModule, typeof i11.MatFormFieldModule, typeof i12.MatInputModule, typeof i13.MatIconModule, typeof i14.MatButtonModule, typeof i15.MatSelectModule, typeof i9.MatRippleModule, typeof i16.TranslateModule], [typeof i10.MatAutocompleteModule, typeof i1.MatAutocompleteField]>;
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatAutocompleteModule, [typeof i1.MatAutocompleteField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ScrollingModule, typeof i5.ReactiveFormsModule, typeof i6.SharedPipesModule, typeof i7.SharedDirectivesModule, typeof i8.RxStateModule, typeof i9.MatCommonModule, typeof i10.MatAutocompleteModule, typeof i11.MatFormFieldModule, typeof i12.MatInputModule, typeof i13.MatIconModule, typeof i14.MatButtonModule, typeof i15.MatSelectModule, typeof i9.MatRippleModule, typeof i16.TranslateModule, typeof i17.MatTooltip], [typeof i10.MatAutocompleteModule, typeof i1.MatAutocompleteField]>;
|
|
21
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatAutocompleteModule>;
|
|
22
23
|
}
|
|
@@ -13,8 +13,9 @@ import * as i11 from "@ngx-translate/core";
|
|
|
13
13
|
import * as i12 from "../../directives/directives.module";
|
|
14
14
|
import * as i13 from "@angular/material/icon";
|
|
15
15
|
import * as i14 from "@angular/material/button";
|
|
16
|
+
import * as i15 from "@angular/material/tooltip";
|
|
16
17
|
export declare class SharedMatBooleanModule {
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatBooleanModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatBooleanModule, [typeof i1.MatBooleanField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ReactiveFormsModule, typeof i5.SharedPipesModule, typeof i6.MatCommonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.MatRadioModule, typeof i10.MatCheckboxModule, typeof i11.TranslateModule, typeof i12.SharedDirectivesModule, typeof i13.MatIcon, typeof i14.MatIconButton], [typeof i1.MatBooleanField]>;
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatBooleanModule, [typeof i1.MatBooleanField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ReactiveFormsModule, typeof i5.SharedPipesModule, typeof i6.MatCommonModule, typeof i7.MatFormFieldModule, typeof i8.MatInputModule, typeof i9.MatRadioModule, typeof i10.MatCheckboxModule, typeof i11.TranslateModule, typeof i12.SharedDirectivesModule, typeof i13.MatIcon, typeof i14.MatIconButton, typeof i15.MatTooltip], [typeof i1.MatBooleanField]>;
|
|
19
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatBooleanModule>;
|
|
20
21
|
}
|
|
@@ -51,6 +51,7 @@ export declare class MatBooleanField implements OnInit, ControlValueAccessor, In
|
|
|
51
51
|
keyupEnter: EventEmitter<any>;
|
|
52
52
|
focused: EventEmitter<FocusEvent>;
|
|
53
53
|
blurred: EventEmitter<FocusEvent>;
|
|
54
|
+
showTooltip: boolean;
|
|
54
55
|
constructor(cd: ChangeDetectorRef, formGroupDir: FormGroupDirective);
|
|
55
56
|
ngOnInit(): void;
|
|
56
57
|
ngOnDestroy(): void;
|
|
@@ -2,6 +2,7 @@ import { AfterViewInit, ChangeDetectorRef, Injector, OnInit } from '@angular/cor
|
|
|
2
2
|
import { AppForm } from '../../../../core/form/form.class';
|
|
3
3
|
import { UntypedFormBuilder } from '@angular/forms';
|
|
4
4
|
import { AppFloatLabelType } from '../../../types';
|
|
5
|
+
import { MatBooleanField } from '../material.boolean';
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class BooleanTestPage extends AppForm<any> implements OnInit, AfterViewInit {
|
|
7
8
|
protected injector: Injector;
|
|
@@ -15,11 +16,15 @@ export declare class BooleanTestPage extends AppForm<any> implements OnInit, Aft
|
|
|
15
16
|
styles: string[];
|
|
16
17
|
floatLabel: AppFloatLabelType;
|
|
17
18
|
floatLabels: string[];
|
|
19
|
+
protected booleanFieldsUndefinedTooltip: import("@angular/core").Signal<readonly MatBooleanField[]>;
|
|
20
|
+
protected booleanFieldsHideTooltip: import("@angular/core").Signal<readonly MatBooleanField[]>;
|
|
21
|
+
protected booleanFieldsShowTooltip: import("@angular/core").Signal<readonly MatBooleanField[]>;
|
|
18
22
|
constructor(injector: Injector, formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
19
23
|
ngAfterViewInit(): void;
|
|
20
24
|
toggleMode(value: any): void;
|
|
21
25
|
toggleFloatLabel(value: AppFloatLabelType): void;
|
|
22
26
|
protected markForCheck(): void;
|
|
27
|
+
protected updateFields(): void;
|
|
23
28
|
protected clearControlValue(path: string, event?: Event): void;
|
|
24
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BooleanTestPage, never>;
|
|
25
30
|
static ɵcmp: i0.ɵɵComponentDeclaration<BooleanTestPage, "app-boolean-test-page", never, {}, {}, never, never, false, never>;
|
|
@@ -14,8 +14,9 @@ import * as i12 from "@angular/material/button";
|
|
|
14
14
|
import * as i13 from "@angular/material/chips";
|
|
15
15
|
import * as i14 from "@ngx-translate/core";
|
|
16
16
|
import * as i15 from "../../rx-state/rx-state.module";
|
|
17
|
+
import * as i16 from "@angular/material/tooltip";
|
|
17
18
|
export declare class SharedMatChipsModule {
|
|
18
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<SharedMatChipsModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatChipsModule, [typeof i1.MatChipsField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ReactiveFormsModule, typeof i5.SharedPipesModule, typeof i6.SharedDirectivesModule, typeof i7.MatCommonModule, typeof i8.MatAutocompleteModule, typeof i9.MatFormFieldModule, typeof i10.MatInputModule, typeof i11.MatIconModule, typeof i12.MatButtonModule, typeof i13.MatChipsModule, typeof i14.TranslateModule, typeof i15.RxStateModule], [typeof i1.MatChipsField]>;
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedMatChipsModule, [typeof i1.MatChipsField], [typeof i2.CommonModule, typeof i3.IonicModule, typeof i4.ReactiveFormsModule, typeof i5.SharedPipesModule, typeof i6.SharedDirectivesModule, typeof i7.MatCommonModule, typeof i8.MatAutocompleteModule, typeof i9.MatFormFieldModule, typeof i10.MatInputModule, typeof i11.MatIconModule, typeof i12.MatButtonModule, typeof i13.MatChipsModule, typeof i14.TranslateModule, typeof i15.RxStateModule, typeof i16.MatTooltip], [typeof i1.MatChipsField]>;
|
|
20
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<SharedMatChipsModule>;
|
|
21
22
|
}
|
|
@@ -94,6 +94,7 @@ export declare class MatChipsField implements OnInit, OnDestroy, InputElement, C
|
|
|
94
94
|
matInputText: ElementRef;
|
|
95
95
|
autocomplete: MatAutocomplete;
|
|
96
96
|
autocompleteTrigger: MatAutocompleteTrigger;
|
|
97
|
+
showTooltip: boolean;
|
|
97
98
|
constructor(cd: ChangeDetectorRef, formGroupDir: FormGroupDirective, defaultOptions?: MatFormFieldDefaultOptions);
|
|
98
99
|
get itemCount(): number;
|
|
99
100
|
get canFetchMore(): boolean;
|
|
@@ -46,6 +46,7 @@ export declare class NamedFilterSelector extends AppForm<{
|
|
|
46
46
|
filterDeleted: EventEmitter<NamedFilter<NamedFilter<any>>>;
|
|
47
47
|
filterCleared: EventEmitter<void>;
|
|
48
48
|
autocompleteField: MatAutocompleteField;
|
|
49
|
+
showTooltip: boolean;
|
|
49
50
|
constructor(injector: Injector, formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef, toastController: ToastController, popoverController: PopoverController, dataService: INamedFilterService<INamedFilter<any>, INamedFilterFilter<any, any>, NamedFilterWatchOptions, NamedFilterLoadOptions>);
|
|
50
51
|
ngOnInit(): void;
|
|
51
52
|
getFilter(): any;
|
|
@@ -38,6 +38,7 @@ export declare class StorageExplorerComponent implements OnInit {
|
|
|
38
38
|
showSendButton: boolean;
|
|
39
39
|
sendDataModal: IonModal;
|
|
40
40
|
viewDataModal: IonModal;
|
|
41
|
+
showTooltip: boolean;
|
|
41
42
|
constructor(platform: PlatformService, toastController: ToastController, alertCtrl: AlertController, translate: TranslateService, dateAdapter: MomentDateAdapter, cd: ChangeDetectorRef, storage: IStorage, environment: Environment, debugDataService: IDebugDataService, _protectedKeys: string[]);
|
|
42
43
|
ngOnInit(): void;
|
|
43
44
|
sendDataClick(event: Event, key: string): Promise<void>;
|
|
@@ -64,6 +64,7 @@ export declare class FeedsComponent<T extends JsonFeed = JsonFeed, S extends Fee
|
|
|
64
64
|
get peerUrl(): S["peerUrl"];
|
|
65
65
|
get hostClass(): string;
|
|
66
66
|
modal: IonModal;
|
|
67
|
+
showTooltip: boolean;
|
|
67
68
|
constructor(settings: LocalSettingsService, environment: Environment, feedService: IFeedService<T>, accountService: AccountService, alertCtrl: AlertController);
|
|
68
69
|
ngOnInit(): void;
|
|
69
70
|
ngOnDestroy(): void;
|
|
@@ -45,6 +45,7 @@ export declare class JobProgressionIcon extends RxState<JobProgressionIconState>
|
|
|
45
45
|
autoHide: boolean;
|
|
46
46
|
headerActions: IUserEventAction[];
|
|
47
47
|
jobFinished: EventEmitter<number>;
|
|
48
|
+
showTooltip: boolean;
|
|
48
49
|
constructor(jobProgressionService: IJobProgressionService, popoverController: PopoverController, cd: ChangeDetectorRef);
|
|
49
50
|
get jobProgressions(): BehaviorSubject<JobProgression>[];
|
|
50
51
|
ngOnInit(): void;
|
|
@@ -12,6 +12,7 @@ export declare class JobProgressionList implements JobProgressionListOptions {
|
|
|
12
12
|
titleI18n: string;
|
|
13
13
|
headerActions: IUserEventAction[];
|
|
14
14
|
jobProgressions: Observable<Observable<JobProgression>[]>;
|
|
15
|
+
showTooltip: boolean;
|
|
15
16
|
constructor(popoverController: PopoverController);
|
|
16
17
|
executeAction(event: Event, action: IUserEventAction): Promise<void>;
|
|
17
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<JobProgressionList, never>;
|
|
@@ -34,6 +34,7 @@ export declare class UserEventNotificationIcon implements OnInit, OnDestroy {
|
|
|
34
34
|
listStyle: 'popover' | 'modal';
|
|
35
35
|
debug: boolean;
|
|
36
36
|
onShowList: EventEmitter<Event>;
|
|
37
|
+
showTooltip: boolean;
|
|
37
38
|
constructor(userEventService: IUserEventService<IUserEvent<any>, IUserEventFilter<any>>, accountService: AccountService, popoverController: PopoverController, modalController: ModalController, settings: LocalSettingsService, cd: ChangeDetectorRef);
|
|
38
39
|
ngOnInit(): Promise<void>;
|
|
39
40
|
ngOnDestroy(): void;
|
|
@@ -16,6 +16,7 @@ export interface UserEventNotificationListOptions<E extends IUserEvent<any> = IU
|
|
|
16
16
|
filter?: Partial<F>;
|
|
17
17
|
headerActions?: IUserEventAction[];
|
|
18
18
|
footerActions?: IUserEventAction[];
|
|
19
|
+
showTooltip?: boolean;
|
|
19
20
|
}
|
|
20
21
|
export declare class UserEventNotificationList<E extends IUserEvent<any> = IUserEvent<any>, F extends IUserEventFilter<any> = IUserEventFilter<any>> implements OnInit, OnDestroy, UserEventNotificationListOptions<E, F> {
|
|
21
22
|
protected cd: ChangeDetectorRef;
|
|
@@ -53,6 +54,7 @@ export declare class UserEventNotificationList<E extends IUserEvent<any> = IUser
|
|
|
53
54
|
ionContent: IonContent;
|
|
54
55
|
ionItems: QueryList<IonItem>;
|
|
55
56
|
get canFetchMore(): boolean;
|
|
57
|
+
showTooltip: boolean;
|
|
56
58
|
constructor(cd: ChangeDetectorRef, popoverController: PopoverController, settings: LocalSettingsService, userEventService: IUserEventService<E, IUserEventFilter<any>>, infiniteScrollThresholdFromToken: string);
|
|
57
59
|
ngOnInit(): void;
|
|
58
60
|
ngOnDestroy(): void;
|
|
@@ -27,6 +27,7 @@ export declare class UserEventNotificationModal<E extends IUserEvent<any> = IUse
|
|
|
27
27
|
mobile: boolean;
|
|
28
28
|
debug: boolean;
|
|
29
29
|
list: UserEventNotificationList<E, F>;
|
|
30
|
+
showTooltip: boolean;
|
|
30
31
|
constructor(cd: ChangeDetectorRef, settings: LocalSettingsService, modalController: ModalController, userEventService: IUserEventService<E, IUserEventFilter<any>>);
|
|
31
32
|
ngOnInit(): void;
|
|
32
33
|
protected close(): void;
|
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.23.
|
|
5
|
+
"version": "18.23.52",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|