@sumaris-net/ngx-components 2.12.26-alpha2 → 2.12.26
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/admin/services/validator/person.validator.mjs +11 -8
- package/esm2022/src/app/admin/users/users.mjs +11 -5
- package/esm2022/src/app/core/account/account.page.mjs +12 -5
- package/esm2022/src/app/core/account/new-token.modal.mjs +15 -8
- package/esm2022/src/app/core/account/password/change-password.form.mjs +10 -5
- package/esm2022/src/app/core/account/password/change-password.page.mjs +9 -4
- package/esm2022/src/app/core/account/token.table.mjs +12 -5
- package/esm2022/src/app/core/auth/auth.form.mjs +11 -5
- package/esm2022/src/app/core/auth/auth.modal.mjs +17 -14
- package/esm2022/src/app/core/auth/reset-password.modal.mjs +20 -16
- package/esm2022/src/app/core/form/array/testing/form-array.test.mjs +13 -5
- package/esm2022/src/app/core/form/entity/editor.class.mjs +20 -14
- package/esm2022/src/app/core/form/entity/entity-editor-modal.class.mjs +21 -10
- package/esm2022/src/app/core/form/entity/entity-editor.class.mjs +24 -11
- package/esm2022/src/app/core/form/entity/tab-editor.class.mjs +21 -5
- package/esm2022/src/app/core/form/form-container.class.mjs +5 -4
- package/esm2022/src/app/core/form/form.class.mjs +13 -13
- package/esm2022/src/app/core/form/list/list.form.mjs +20 -10
- package/esm2022/src/app/core/form/properties/properties.form.mjs +26 -17
- package/esm2022/src/app/core/form/properties/properties.table.mjs +14 -10
- package/esm2022/src/app/core/form/properties/property.validator.mjs +8 -5
- package/esm2022/src/app/core/form/username/username.form.mjs +10 -5
- package/esm2022/src/app/core/home/home.mjs +63 -40
- package/esm2022/src/app/core/install/install-upgrade-card.component.mjs +34 -21
- package/esm2022/src/app/core/menu/menu.component.mjs +53 -33
- package/esm2022/src/app/core/menu/testing/menu-other.testing.mjs +15 -13
- package/esm2022/src/app/core/menu/testing/menu.testing.mjs +15 -13
- package/esm2022/src/app/core/peer/select-peer.modal.mjs +40 -26
- package/esm2022/src/app/core/services/testing/referential.validator.mjs +8 -5
- package/esm2022/src/app/core/services/validator/account.validator.mjs +18 -8
- package/esm2022/src/app/core/services/validator/base.validator.class.mjs +11 -9
- package/esm2022/src/app/core/services/validator/local-settings.validator.mjs +10 -8
- package/esm2022/src/app/core/services/validator/user-settings.validator.mjs +6 -5
- package/esm2022/src/app/core/services/validator/user-token.validator.mjs +6 -5
- package/esm2022/src/app/core/settings/settings.page.mjs +35 -25
- package/esm2022/src/app/core/table/async-table.class.mjs +32 -16
- package/esm2022/src/app/core/table/column/actions-column.component.mjs +9 -8
- package/esm2022/src/app/core/table/column/nav-actions-column.component.mjs +9 -8
- package/esm2022/src/app/core/table/column/row-field.component.mjs +11 -6
- package/esm2022/src/app/core/table/memory-table.class.mjs +4 -4
- package/esm2022/src/app/core/table/table.class.mjs +40 -27
- package/esm2022/src/app/core/table/table.pipes.mjs +21 -15
- package/esm2022/src/app/core/table/testing/table-validator.service.mjs +8 -5
- package/esm2022/src/app/core/table/testing/table.testing.mjs +11 -6
- package/esm2022/src/app/core/table/testing/table2-validator.service.mjs +8 -5
- package/esm2022/src/app/core/table/testing/table2.testing.mjs +13 -9
- package/esm2022/src/app/shared/form/field.component.mjs +16 -14
- package/esm2022/src/app/shared/help/help.modal.mjs +25 -20
- package/esm2022/src/app/shared/image/gallery/image-gallery.component.mjs +40 -31
- package/esm2022/src/app/shared/material/autocomplete/material.autocomplete.mjs +18 -14
- package/esm2022/src/app/shared/material/autocomplete/testing/autocomplete.test.mjs +14 -13
- package/esm2022/src/app/shared/material/badge/badge.test.mjs +8 -6
- package/esm2022/src/app/shared/material/boolean/material.boolean.mjs +21 -14
- package/esm2022/src/app/shared/material/boolean/testing/boolean.test.page.mjs +12 -5
- package/esm2022/src/app/shared/material/chips/material.chips.mjs +23 -18
- package/esm2022/src/app/shared/material/datetime/material.date.mjs +41 -33
- package/esm2022/src/app/shared/material/datetime/material.dateshort.mjs +42 -36
- package/esm2022/src/app/shared/material/datetime/material.datetime.mjs +41 -33
- package/esm2022/src/app/shared/material/datetime/testing/mat-date-time.test.mjs +13 -11
- package/esm2022/src/app/shared/material/datetime/testing/mat-date.test.mjs +14 -12
- package/esm2022/src/app/shared/material/datetime/testing/mat-dateshort.test.mjs +14 -12
- package/esm2022/src/app/shared/material/duration/material.duration.mjs +29 -18
- package/esm2022/src/app/shared/material/duration/testing/mat-duration.test.mjs +14 -12
- package/esm2022/src/app/shared/material/latlong/material.latlong.mjs +32 -25
- package/esm2022/src/app/shared/material/swipe/material.swipe.mjs +20 -15
- package/esm2022/src/app/shared/material/testing/common.test.mjs +14 -12
- package/esm2022/src/app/shared/material/text/text-form.component.mjs +12 -5
- package/esm2022/src/app/shared/named-filter/named-filter-selector.component.mjs +13 -6
- package/esm2022/src/app/shared/named-filter/testing/named-filter-selector.testing.mjs +12 -13
- package/esm2022/src/app/shared/pipes/form.pipes.mjs +26 -18
- package/esm2022/src/app/shared/pipes/selection.pipes.mjs +35 -33
- package/esm2022/src/app/shared/storage/storage-explorer.component.mjs +53 -28
- package/esm2022/src/app/shared/toolbar/toolbar.mjs +30 -20
- package/esm2022/src/app/shared/upload-file/upload-file-popover.component.mjs +16 -14
- package/esm2022/src/app/shared/upload-file/upload-file.component.mjs +20 -18
- package/esm2022/src/app/social/job/progression/job-progression.icon.mjs +26 -18
- package/esm2022/src/app/social/message/message.form.mjs +10 -5
- package/esm2022/src/app/social/message/message.modal.mjs +19 -16
- package/esm2022/src/app/social/user-event/notification/user-event-notification.icon.mjs +27 -18
- package/esm2022/src/app/social/user-event/notification/user-event-notification.list.mjs +40 -23
- package/fesm2022/sumaris-net.ngx-components.mjs +1250 -756
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/admin/services/validator/person.validator.d.ts +3 -2
- package/src/app/admin/users/users.d.ts +4 -2
- package/src/app/core/account/account.page.d.ts +4 -2
- package/src/app/core/account/new-token.modal.d.ts +3 -2
- package/src/app/core/account/password/change-password.form.d.ts +4 -2
- package/src/app/core/account/password/change-password.page.d.ts +4 -2
- package/src/app/core/account/token.table.d.ts +6 -3
- package/src/app/core/auth/auth.form.d.ts +5 -3
- package/src/app/core/auth/auth.modal.d.ts +7 -5
- package/src/app/core/auth/reset-password.modal.d.ts +6 -6
- package/src/app/core/form/array/testing/form-array.test.d.ts +5 -2
- package/src/app/core/form/entity/editor.class.d.ts +7 -7
- package/src/app/core/form/entity/entity-editor-modal.class.d.ts +5 -3
- package/src/app/core/form/entity/entity-editor.class.d.ts +7 -4
- package/src/app/core/form/entity/tab-editor.class.d.ts +11 -2
- package/src/app/core/form/form-container.class.d.ts +1 -2
- package/src/app/core/form/form.class.d.ts +3 -5
- package/src/app/core/form/list/list.form.d.ts +8 -3
- package/src/app/core/form/properties/properties.form.d.ts +7 -3
- package/src/app/core/form/properties/properties.table.d.ts +5 -3
- package/src/app/core/form/properties/property.validator.d.ts +3 -1
- package/src/app/core/form/username/username.form.d.ts +5 -3
- package/src/app/core/home/home.d.ts +22 -16
- package/src/app/core/install/install-upgrade-card.component.d.ts +15 -10
- package/src/app/core/menu/menu.component.d.ts +17 -13
- package/src/app/core/menu/testing/menu-other.testing.d.ts +5 -1
- package/src/app/core/menu/testing/menu.testing.d.ts +5 -1
- package/src/app/core/peer/select-peer.modal.d.ts +15 -10
- package/src/app/core/services/testing/referential.validator.d.ts +3 -2
- package/src/app/core/services/validator/account.validator.d.ts +8 -2
- package/src/app/core/services/validator/base.validator.class.d.ts +3 -3
- package/src/app/core/services/validator/local-settings.validator.d.ts +4 -3
- package/src/app/core/services/validator/user-settings.validator.d.ts +2 -2
- package/src/app/core/services/validator/user-token.validator.d.ts +2 -2
- package/src/app/core/settings/settings.page.d.ts +9 -3
- package/src/app/core/table/async-table.class.d.ts +14 -14
- package/src/app/core/table/column/actions-column.component.d.ts +3 -3
- package/src/app/core/table/column/nav-actions-column.component.d.ts +4 -4
- package/src/app/core/table/column/row-field.component.d.ts +2 -2
- package/src/app/core/table/memory-table.class.d.ts +2 -2
- package/src/app/core/table/table.class.d.ts +14 -15
- package/src/app/core/table/table.pipes.d.ts +5 -4
- package/src/app/core/table/testing/table-validator.service.d.ts +3 -2
- package/src/app/core/table/testing/table.testing.d.ts +4 -2
- package/src/app/core/table/testing/table2-validator.service.d.ts +3 -1
- package/src/app/core/table/testing/table2.testing.d.ts +4 -2
- package/src/app/shared/form/field.component.d.ts +5 -5
- package/src/app/shared/help/help.modal.d.ts +8 -7
- package/src/app/shared/image/gallery/image-gallery.component.d.ts +8 -8
- package/src/app/shared/inputs.d.ts +1 -1
- package/src/app/shared/material/autocomplete/material.autocomplete.d.ts +7 -6
- package/src/app/shared/material/autocomplete/testing/autocomplete.test.d.ts +4 -4
- package/src/app/shared/material/badge/badge.test.d.ts +3 -2
- package/src/app/shared/material/boolean/material.boolean.d.ts +6 -5
- package/src/app/shared/material/boolean/testing/boolean.test.page.d.ts +5 -2
- package/src/app/shared/material/chips/material.chips.d.ts +5 -5
- package/src/app/shared/material/datetime/material.date.d.ts +11 -10
- package/src/app/shared/material/datetime/material.dateshort.d.ts +11 -10
- package/src/app/shared/material/datetime/material.datetime.d.ts +11 -10
- package/src/app/shared/material/datetime/testing/mat-date-time.test.d.ts +4 -4
- package/src/app/shared/material/datetime/testing/mat-date.test.d.ts +3 -3
- package/src/app/shared/material/datetime/testing/mat-dateshort.test.d.ts +3 -3
- package/src/app/shared/material/duration/material.duration.d.ts +12 -6
- package/src/app/shared/material/duration/testing/mat-duration.test.d.ts +3 -3
- package/src/app/shared/material/latlong/material.latlong.d.ts +9 -9
- package/src/app/shared/material/swipe/material.swipe.d.ts +5 -5
- package/src/app/shared/material/testing/common.test.d.ts +4 -4
- package/src/app/shared/material/text/text-form.component.d.ts +6 -3
- package/src/app/shared/named-filter/named-filter-selector.component.d.ts +5 -2
- package/src/app/shared/named-filter/testing/named-filter-selector.testing.d.ts +3 -4
- package/src/app/shared/pipes/form.pipes.d.ts +7 -6
- package/src/app/shared/pipes/selection.pipes.d.ts +10 -10
- package/src/app/shared/storage/storage-explorer.component.d.ts +15 -12
- package/src/app/shared/toolbar/toolbar.d.ts +12 -10
- package/src/app/shared/upload-file/upload-file-popover.component.d.ts +4 -4
- package/src/app/shared/upload-file/upload-file.component.d.ts +3 -3
- package/src/app/social/job/progression/job-progression.icon.d.ts +6 -5
- package/src/app/social/message/message.form.d.ts +4 -2
- package/src/app/social/message/message.modal.d.ts +5 -5
- package/src/app/social/user-event/notification/user-event-notification.icon.d.ts +8 -7
- package/src/app/social/user-event/notification/user-event-notification.list.d.ts +9 -8
- package/src/assets/manifest.json +1 -1
- package/src/theme/_ngx-components.table.scss +1 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
1
|
+
import { ChangeDetectorRef, Injector, OnInit } from '@angular/core';
|
|
2
2
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
3
|
import { Message } from './message.model';
|
|
4
4
|
import { AppForm } from '../../core/form/form.class';
|
|
@@ -8,6 +8,7 @@ import { PersonFilter } from '../../admin/services/filter/person.filter';
|
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class MessageForm extends AppForm<Message> implements OnInit {
|
|
10
10
|
private formBuilder;
|
|
11
|
+
private readonly cd;
|
|
11
12
|
readonly mobile: boolean;
|
|
12
13
|
suggestFn: SuggestFn<Person, PersonFilter>;
|
|
13
14
|
subjectMinLength: number;
|
|
@@ -22,13 +23,14 @@ export declare class MessageForm extends AppForm<Message> implements OnInit {
|
|
|
22
23
|
icon: string;
|
|
23
24
|
label: string;
|
|
24
25
|
}[];
|
|
25
|
-
constructor(formBuilder: UntypedFormBuilder);
|
|
26
|
+
constructor(injector: Injector, formBuilder: UntypedFormBuilder, cd: ChangeDetectorRef);
|
|
26
27
|
ngOnInit(): void;
|
|
27
28
|
isSamePerson(o1: Person, o2: Person): boolean;
|
|
28
29
|
protected updateFormGroup(formGroup: UntypedFormGroup, opts?: {
|
|
29
30
|
type?: string;
|
|
30
31
|
recipientRequired?: boolean;
|
|
31
32
|
}): void;
|
|
33
|
+
protected markForCheck(): void;
|
|
32
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<MessageForm, never>;
|
|
33
35
|
static ɵcmp: i0.ɵɵComponentDeclaration<MessageForm, "app-message-form", never, { "suggestFn": { "alias": "suggestFn"; "required": false; }; "subjectMinLength": { "alias": "subjectMinLength"; "required": false; }; "subjectMaxLength": { "alias": "subjectMaxLength"; "required": false; }; "bodyMaxLength": { "alias": "bodyMaxLength"; "required": false; }; "bodyAutoHeight": { "alias": "bodyAutoHeight"; "required": false; }; "canSelectType": { "alias": "canSelectType"; "required": false; }; "canRecipientFilter": { "alias": "canRecipientFilter"; "required": false; }; "recipientFilterCount": { "alias": "recipientFilterCount"; "required": false; }; }, {}, never, never, false, never>;
|
|
34
36
|
}
|
|
@@ -15,6 +15,10 @@ export interface MessageModalOptions {
|
|
|
15
15
|
recipientFilterCount?: number;
|
|
16
16
|
}
|
|
17
17
|
export declare class MessageModal implements OnInit, AfterViewInit, MessageModalOptions {
|
|
18
|
+
protected settings: LocalSettingsService;
|
|
19
|
+
protected viewCtrl: ModalController;
|
|
20
|
+
protected accountService: AccountService;
|
|
21
|
+
protected cd: ChangeDetectorRef;
|
|
18
22
|
readonly mobile: boolean;
|
|
19
23
|
suggestFn: SuggestFn<Person, PersonFilter>;
|
|
20
24
|
data: Message;
|
|
@@ -22,11 +26,7 @@ export declare class MessageModal implements OnInit, AfterViewInit, MessageModal
|
|
|
22
26
|
canRecipientFilter: boolean;
|
|
23
27
|
recipientFilterCount: number;
|
|
24
28
|
private form;
|
|
25
|
-
|
|
26
|
-
protected readonly viewCtrl: ModalController;
|
|
27
|
-
protected readonly accountService: AccountService;
|
|
28
|
-
protected readonly cd: ChangeDetectorRef;
|
|
29
|
-
constructor();
|
|
29
|
+
constructor(settings: LocalSettingsService, viewCtrl: ModalController, accountService: AccountService, cd: ChangeDetectorRef);
|
|
30
30
|
ngOnInit(): void;
|
|
31
31
|
ngAfterViewInit(): void;
|
|
32
32
|
cancel(): void;
|
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { PopoverController } from '@ionic/angular';
|
|
4
|
-
import {
|
|
4
|
+
import { IUserEventService } from '../user-event.service';
|
|
5
|
+
import { IUserEvent, IUserEventAction, IUserEventFilter } from '../user-event.model';
|
|
5
6
|
import { AccountService } from '../../../core/services/account.service';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class UserEventNotificationIcon implements OnInit, OnDestroy {
|
|
9
|
+
userEventService: IUserEventService<IUserEvent<any>, IUserEventFilter<any>>;
|
|
10
|
+
protected accountService: AccountService;
|
|
11
|
+
protected popoverController: PopoverController;
|
|
12
|
+
private cd;
|
|
8
13
|
private _logPrefix;
|
|
9
14
|
private _readEvent;
|
|
10
15
|
private _readEvents;
|
|
@@ -17,15 +22,11 @@ export declare class UserEventNotificationIcon implements OnInit, OnDestroy {
|
|
|
17
22
|
footerActions: IUserEventAction[];
|
|
18
23
|
protected visible: boolean;
|
|
19
24
|
protected readonly countChanges$: Observable<number>;
|
|
20
|
-
|
|
21
|
-
protected readonly popoverController: PopoverController;
|
|
22
|
-
protected readonly cd: ChangeDetectorRef;
|
|
23
|
-
readonly userEventService: import("../user-event.service").IUserEventService<any, any, number, import("../user-event.service").UserEventWatchOptions, import("../user-event.service").UserEventLoadOptions>;
|
|
24
|
-
constructor();
|
|
25
|
+
constructor(userEventService: IUserEventService<IUserEvent<any>, IUserEventFilter<any>>, accountService: AccountService, popoverController: PopoverController, cd: ChangeDetectorRef);
|
|
25
26
|
ngOnInit(): Promise<void>;
|
|
26
27
|
ngOnDestroy(): void;
|
|
27
28
|
showList(event: Event): Promise<void>;
|
|
28
29
|
protected setVisible(value: boolean): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserEventNotificationIcon,
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserEventNotificationIcon, [{ optional: true; }, null, null, null]>;
|
|
30
31
|
static ɵcmp: i0.ɵɵComponentDeclaration<UserEventNotificationIcon, "app-user-event-notification-icon", never, { "debug": { "alias": "debug"; "required": false; }; "titleI18n": { "alias": "titleI18n"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "autoHide": { "alias": "autoHide"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "footerActions": { "alias": "footerActions"; "required": false; }; }, {}, never, never, false, never>;
|
|
31
32
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { ChangeDetectorRef, EventEmitter, InjectionToken, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
|
-
import { IUserEvent,
|
|
2
|
+
import { IUserEvent, IUserEventFilter, IUserEventAction } from '../user-event.model';
|
|
3
3
|
import { BehaviorSubject, Subscription } from 'rxjs';
|
|
4
4
|
import { IonContent, IonItem, PopoverController } from '@ionic/angular';
|
|
5
|
+
import { IUserEventService } from '../user-event.service';
|
|
5
6
|
import { LocalSettingsService } from '../../../core/services/local-settings.service';
|
|
6
7
|
import { FetchMoreFn, LoadResult } from '../../../shared/services/entity-service.class';
|
|
7
8
|
import { SortDirection } from '@angular/material/sort';
|
|
@@ -17,6 +18,11 @@ export interface UserEventNotificationListOptions<E extends IUserEvent<any> = IU
|
|
|
17
18
|
footerActions?: IUserEventAction[];
|
|
18
19
|
}
|
|
19
20
|
export declare class UserEventNotificationList<E extends IUserEvent<any> = IUserEvent<any>, F extends IUserEventFilter<any> = IUserEventFilter<any>> implements OnInit, OnDestroy, UserEventNotificationListOptions<E, F> {
|
|
21
|
+
protected cd: ChangeDetectorRef;
|
|
22
|
+
protected popoverController: PopoverController;
|
|
23
|
+
protected settings: LocalSettingsService;
|
|
24
|
+
userEventService: IUserEventService<E, IUserEventFilter<any>>;
|
|
25
|
+
infiniteScrollThresholdFromToken: string;
|
|
20
26
|
debug: boolean;
|
|
21
27
|
mobile: boolean;
|
|
22
28
|
titleI18n: string;
|
|
@@ -42,12 +48,7 @@ export declare class UserEventNotificationList<E extends IUserEvent<any> = IUser
|
|
|
42
48
|
protected _fetchMoreSubscription: Subscription;
|
|
43
49
|
protected _$pageSize: BehaviorSubject<number>;
|
|
44
50
|
protected _panelElement: HTMLElement;
|
|
45
|
-
|
|
46
|
-
protected readonly popoverController: PopoverController;
|
|
47
|
-
protected readonly settings: LocalSettingsService;
|
|
48
|
-
readonly userEventService: import("../user-event.service").IUserEventService<any, any, number, import("../user-event.service").UserEventWatchOptions, import("../user-event.service").UserEventLoadOptions>;
|
|
49
|
-
readonly infiniteScrollThresholdFromToken: string;
|
|
50
|
-
constructor();
|
|
51
|
+
constructor(cd: ChangeDetectorRef, popoverController: PopoverController, settings: LocalSettingsService, userEventService: IUserEventService<E, IUserEventFilter<any>>, infiniteScrollThresholdFromToken: string);
|
|
51
52
|
ngOnInit(): void;
|
|
52
53
|
ngOnDestroy(): void;
|
|
53
54
|
click(event: Event, userEvent: E): void;
|
|
@@ -65,6 +66,6 @@ export declare class UserEventNotificationList<E extends IUserEvent<any> = IUser
|
|
|
65
66
|
protected initInfiniteScroll(threshold?: string): Promise<void>;
|
|
66
67
|
protected markForCheck(): void;
|
|
67
68
|
protected getPanelElement(): Promise<HTMLElement>;
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UserEventNotificationList<any, any>,
|
|
69
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserEventNotificationList<any, any>, [null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
69
70
|
static ɵcmp: i0.ɵɵComponentDeclaration<UserEventNotificationList<any, any>, "app-user-event-notification-list", never, { "debug": { "alias": "debug"; "required": false; }; "mobile": { "alias": "mobile"; "required": false; }; "titleI18n": { "alias": "titleI18n"; "required": false; }; "sortBy": { "alias": "sortBy"; "required": false; }; "sortDirection": { "alias": "sortDirection"; "required": false; }; "filter": { "alias": "filter"; "required": false; }; "enableInfiniteScroll": { "alias": "enableInfiniteScroll"; "required": false; }; "infiniteScrollThreshold": { "alias": "infiniteScrollThreshold"; "required": false; }; "headerActions": { "alias": "headerActions"; "required": false; }; "footerActions": { "alias": "footerActions"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; }, { "readEvent": "readEvent"; "readEvents": "readEvents"; }, never, never, false, never>;
|
|
70
71
|
}
|
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": "2.12.
|
|
5
|
+
"version": "2.12.26",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|
|
@@ -135,8 +135,7 @@
|
|
|
135
135
|
|
|
136
136
|
/* Add a start padding to content (but not the cell itself) (e.g. tables with odd/event style - like BatchGroupsTable) */
|
|
137
137
|
&.mat-mdc-cell-content-start-padding,
|
|
138
|
-
&.mat-mdc-cell-content-padding-start
|
|
139
|
-
{
|
|
138
|
+
&.mat-mdc-cell-content-padding-start {
|
|
140
139
|
// Reset start padding here (only apply cell's content)
|
|
141
140
|
padding-inline-start: 0;
|
|
142
141
|
|