@sumaris-net/ngx-components 18.23.21 → 18.23.22
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 +3 -0
- package/esm2022/src/app/admin/users/users.mjs +10 -11
- package/esm2022/src/app/shared/validator/validators.mjs +22 -16
- package/fesm2022/sumaris-net.ngx-components.mjs +24 -20
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/admin/users/users.d.ts +2 -3
- package/src/assets/manifest.json +1 -1
package/package.json
CHANGED
|
@@ -7,12 +7,12 @@ import { AbstractControl, UntypedFormBuilder, UntypedFormGroup } from '@angular/
|
|
|
7
7
|
import { AppTable } from '../../core/table/table.class';
|
|
8
8
|
import { ValidatorService } from '@e-is/ngx-material-table';
|
|
9
9
|
import { FormFieldDefinition, FormFieldDefinitionUtils } from '../../shared/form/field.model';
|
|
10
|
+
import { Environment } from '../../../environments/environment.class';
|
|
10
11
|
import { PersonFilter } from './person.filter';
|
|
11
12
|
import { ConfigService } from '../../core/services/config.service';
|
|
12
13
|
import { MatExpansionPanel } from '@angular/material/expansion';
|
|
13
14
|
import { MessageService } from '../../social/message/message.service';
|
|
14
15
|
import { MenuService } from '../../core/menu/menu.service';
|
|
15
|
-
import { ModalController } from '@ionic/angular';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
export declare class UsersPage extends AppTable<Person, PersonFilter> implements OnInit {
|
|
18
18
|
protected accountService: AccountService;
|
|
@@ -21,7 +21,6 @@ export declare class UsersPage extends AppTable<Person, PersonFilter> implements
|
|
|
21
21
|
protected dataService: IPersonService;
|
|
22
22
|
protected messageService: MessageService;
|
|
23
23
|
protected menuService: MenuService;
|
|
24
|
-
protected modalCtrl: ModalController;
|
|
25
24
|
readonly canDebug: boolean;
|
|
26
25
|
readonly filterForm: UntypedFormGroup;
|
|
27
26
|
readonly profiles: import("../../core/services/model/person.model").UserProfileLabel[];
|
|
@@ -57,7 +56,7 @@ export declare class UsersPage extends AppTable<Person, PersonFilter> implements
|
|
|
57
56
|
showFooter: boolean;
|
|
58
57
|
showToolbar: boolean;
|
|
59
58
|
showPaginator: boolean;
|
|
60
|
-
constructor(injector: Injector, formBuilder: UntypedFormBuilder, accountService: AccountService, validatorService: ValidatorService, configService: ConfigService, dataService: IPersonService, messageService: MessageService, menuService: MenuService,
|
|
59
|
+
constructor(injector: Injector, formBuilder: UntypedFormBuilder, accountService: AccountService, validatorService: ValidatorService, configService: ConfigService, dataService: IPersonService, messageService: MessageService, menuService: MenuService, environment: Environment);
|
|
61
60
|
filterExpansionPanel: MatExpansionPanel;
|
|
62
61
|
get firstUserColumn(): string;
|
|
63
62
|
ngOnInit(): Promise<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.22",
|
|
6
6
|
"default_locale": "fr",
|
|
7
7
|
"description": "Angular components for building beautiful and responsive Apps",
|
|
8
8
|
"icons": [{
|