@esfaenza/core 16.2.28 → 19.2.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/components/back-top/back-top.component.d.ts +12 -12
- package/components/base/base.component.d.ts +26 -26
- package/components/base/embedding.component.d.ts +22 -22
- package/components/base/reactive.component.d.ts +9 -9
- package/components/breadcrumb/breadcrumb.component.d.ts +26 -26
- package/components/components.module.d.ts +32 -32
- package/components/error/404/pagenotfound.component.d.ts +15 -15
- package/components/error/500/servererror.component.d.ts +20 -20
- package/components/error/Angular/angularerror.component.d.ts +25 -25
- package/components/es-image-cropper/es-image-cropper.component.d.ts +25 -25
- package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +11 -11
- package/components/es-modal/es-modal.component.d.ts +18 -18
- package/components/external-page/external_pages.component.d.ts +21 -21
- package/components/index.d.ts +5 -5
- package/components/jace-login/jace-login.component.d.ts +8 -8
- package/components/jace-resource/jace-resource.component.d.ts +25 -25
- package/components/labeled-span/labeled-span.component.d.ts +11 -11
- package/components/navbar/navbar.component.d.ts +58 -58
- package/components/navbar/navbar.component.loc.d.ts +8 -8
- package/components/page/pages.component.d.ts +23 -23
- package/components/public-api.d.ts +21 -21
- package/components/redirecter/redirecter.component.d.ts +23 -23
- package/components/sidebar/sidebar.component.d.ts +64 -64
- package/components/sidebar/sidebar.component.loc.d.ts +8 -8
- package/components/user_infos/user_infos.component.d.ts +50 -50
- package/components/user_infos/user_infos.component.loc.d.ts +8 -8
- package/directives/componentHost/componentHost.directive.d.ts +12 -12
- package/directives/directives.module.d.ts +12 -12
- package/directives/draggable/draggable.directive.d.ts +13 -13
- package/directives/es-modal/es-modal.directive.d.ts +20 -20
- package/directives/es-routerLink/es-routerLink.directive.d.ts +13 -13
- package/directives/index.d.ts +5 -5
- package/directives/public-api.d.ts +7 -7
- package/directives/slim-scroll/slim-scroll.directive.d.ts +15 -15
- package/directives/widget/widget.directive.d.ts +9 -9
- package/domain/index.d.ts +5 -5
- package/domain/models/core/ApplicationJob.d.ts +12 -12
- package/domain/models/core/ApplicationMenu.d.ts +16 -16
- package/domain/models/core/ApplicationRoutes.d.ts +2 -2
- package/domain/models/core/EnvOptions.d.ts +15 -15
- package/domain/models/core/GenericItem.d.ts +10 -10
- package/domain/models/core/KeyValue.d.ts +5 -5
- package/domain/models/global_search/SaerchResultContainer.d.ts +5 -5
- package/domain/models/global_search/SearchResult.d.ts +10 -10
- package/domain/models/jace/AccountScope.d.ts +9 -9
- package/domain/models/jace/ActiveModuleView.d.ts +11 -11
- package/domain/models/jace/CategoriesWithModules.d.ts +6 -6
- package/domain/models/jace/JaceAccount.d.ts +17 -17
- package/domain/models/jace/JaceIdentity.d.ts +17 -17
- package/domain/models/jace/JaceModule.d.ts +8 -8
- package/domain/models/jace/JacePermission.d.ts +10 -10
- package/domain/models/jace/JaceRole.d.ts +13 -13
- package/domain/models/jace/JaceUser.d.ts +9 -9
- package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +5 -5
- package/domain/models/user/UpdatePasswordDto.d.ts +9 -9
- package/domain/models/user/UpdateProfilePictureDto.d.ts +4 -4
- package/domain/models/user/UserAccount.d.ts +23 -23
- package/domain/public-api.d.ts +22 -22
- package/domain/tokens.d.ts +22 -22
- package/fesm2022/esfaenza-core-components.mjs +1492 -1480
- package/fesm2022/esfaenza-core-components.mjs.map +1 -1
- package/fesm2022/esfaenza-core-directives.mjs +269 -269
- package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2022/esfaenza-core-domain.mjs +153 -153
- package/fesm2022/esfaenza-core-domain.mjs.map +1 -1
- package/fesm2022/esfaenza-core-helpers.mjs +38 -38
- package/fesm2022/esfaenza-core-helpers.mjs.map +1 -1
- package/fesm2022/esfaenza-core-modules.mjs +128 -134
- package/fesm2022/esfaenza-core-modules.mjs.map +1 -1
- package/fesm2022/esfaenza-core-pipes.mjs +96 -96
- package/fesm2022/esfaenza-core-pipes.mjs.map +1 -1
- package/fesm2022/esfaenza-core-services.mjs +1760 -1754
- package/fesm2022/esfaenza-core-services.mjs.map +1 -1
- package/fesm2022/esfaenza-core.mjs +206 -230
- package/fesm2022/esfaenza-core.mjs.map +1 -1
- package/helpers/classes/ResizeListener.d.ts +12 -12
- package/helpers/index.d.ts +5 -5
- package/helpers/public-api.d.ts +1 -1
- package/index.d.ts +5 -5
- package/lib/app.component.d.ts +13 -13
- package/lib/core.module.d.ts +85 -86
- package/modules/classes/_base.module.d.ts +4 -4
- package/modules/classes/_embedding.module.d.ts +11 -11
- package/modules/classes/_shared.module.d.ts +28 -29
- package/modules/classes/t_c.module.d.ts +18 -19
- package/modules/index.d.ts +5 -5
- package/modules/public-api.d.ts +4 -4
- package/package.json +84 -104
- package/pipes/classes/included_in.pipe.d.ts +7 -7
- package/pipes/classes/safe_html.pipe.d.ts +10 -10
- package/pipes/classes/safe_script.pipe.d.ts +10 -10
- package/pipes/classes/safe_style.pipe.d.ts +10 -10
- package/pipes/classes/safe_url.pipe.d.ts +10 -10
- package/pipes/index.d.ts +5 -5
- package/pipes/pipes.module.d.ts +11 -11
- package/pipes/public-api.d.ts +6 -6
- package/public-api.d.ts +2 -2
- package/services/classes/app.accesstoken.d.ts +17 -17
- package/services/classes/app.completedjobredirection.d.ts +12 -12
- package/services/classes/app.errorhandler.d.ts +11 -11
- package/services/classes/app.event.d.ts +10 -10
- package/services/classes/app.globalsearch.d.ts +25 -25
- package/services/classes/app.httpextensions.d.ts +34 -34
- package/services/classes/app.httpextensions.loc.d.ts +8 -8
- package/services/classes/app.menufilter.d.ts +14 -14
- package/services/classes/app.routeguard.d.ts +10 -10
- package/services/classes/app.session.d.ts +15 -15
- package/services/classes/app.state.d.ts +55 -55
- package/services/classes/preferences/app.cache.persistor.d.ts +25 -25
- package/services/classes/preferences/app.preference.persistor.d.ts +25 -25
- package/services/classes/preferences/user/app.userpreferences.base.d.ts +25 -25
- package/services/index.d.ts +5 -5
- package/services/public-api.d.ts +13 -13
- package/theme/initial.scss +17 -7
- package/esm2022/components/back-top/back-top.component.mjs +0 -43
- package/esm2022/components/base/base.component.mjs +0 -67
- package/esm2022/components/base/embedding.component.mjs +0 -64
- package/esm2022/components/base/reactive.component.mjs +0 -28
- package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -80
- package/esm2022/components/components.module.mjs +0 -97
- package/esm2022/components/error/404/pagenotfound.component.mjs +0 -36
- package/esm2022/components/error/500/servererror.component.mjs +0 -47
- package/esm2022/components/error/Angular/angularerror.component.mjs +0 -62
- package/esm2022/components/es-image-cropper/es-image-cropper.component.mjs +0 -82
- package/esm2022/components/es-modal/es-modal-head/es-modal-head.component.mjs +0 -22
- package/esm2022/components/es-modal/es-modal.component.mjs +0 -40
- package/esm2022/components/esfaenza-core-components.mjs +0 -5
- package/esm2022/components/external-page/external_pages.component.mjs +0 -48
- package/esm2022/components/jace-login/jace-login.component.mjs +0 -31
- package/esm2022/components/jace-resource/jace-resource.component.mjs +0 -68
- package/esm2022/components/labeled-span/labeled-span.component.mjs +0 -25
- package/esm2022/components/navbar/navbar.component.loc.mjs +0 -41
- package/esm2022/components/navbar/navbar.component.mjs +0 -223
- package/esm2022/components/page/pages.component.mjs +0 -60
- package/esm2022/components/public-api.mjs +0 -22
- package/esm2022/components/redirecter/redirecter.component.mjs +0 -65
- package/esm2022/components/sidebar/sidebar.component.loc.mjs +0 -39
- package/esm2022/components/sidebar/sidebar.component.mjs +0 -286
- package/esm2022/components/user_infos/user_infos.component.loc.mjs +0 -43
- package/esm2022/components/user_infos/user_infos.component.mjs +0 -148
- package/esm2022/directives/componentHost/componentHost.directive.mjs +0 -29
- package/esm2022/directives/directives.module.mjs +0 -21
- package/esm2022/directives/draggable/draggable.directive.mjs +0 -49
- package/esm2022/directives/es-modal/es-modal.directive.mjs +0 -79
- package/esm2022/directives/es-routerLink/es-routerLink.directive.mjs +0 -55
- package/esm2022/directives/esfaenza-core-directives.mjs +0 -5
- package/esm2022/directives/public-api.mjs +0 -8
- package/esm2022/directives/slim-scroll/slim-scroll.directive.mjs +0 -41
- package/esm2022/directives/widget/widget.directive.mjs +0 -37
- package/esm2022/domain/esfaenza-core-domain.mjs +0 -5
- package/esm2022/domain/models/core/ApplicationJob.mjs +0 -3
- package/esm2022/domain/models/core/ApplicationMenu.mjs +0 -26
- package/esm2022/domain/models/core/ApplicationRoutes.mjs +0 -3
- package/esm2022/domain/models/core/EnvOptions.mjs +0 -13
- package/esm2022/domain/models/core/GenericItem.mjs +0 -12
- package/esm2022/domain/models/core/KeyValue.mjs +0 -15
- package/esm2022/domain/models/global_search/SaerchResultContainer.mjs +0 -6
- package/esm2022/domain/models/global_search/SearchResult.mjs +0 -8
- package/esm2022/domain/models/jace/AccountScope.mjs +0 -8
- package/esm2022/domain/models/jace/ActiveModuleView.mjs +0 -6
- package/esm2022/domain/models/jace/CategoriesWithModules.mjs +0 -7
- package/esm2022/domain/models/jace/JaceAccount.mjs +0 -3
- package/esm2022/domain/models/jace/JaceIdentity.mjs +0 -15
- package/esm2022/domain/models/jace/JaceModule.mjs +0 -10
- package/esm2022/domain/models/jace/JacePermission.mjs +0 -3
- package/esm2022/domain/models/jace/JaceRole.mjs +0 -9
- package/esm2022/domain/models/jace/JaceUser.mjs +0 -3
- package/esm2022/domain/models/user/UpdateAccountRecoverySettingsDto.mjs +0 -7
- package/esm2022/domain/models/user/UpdatePasswordDto.mjs +0 -11
- package/esm2022/domain/models/user/UpdateProfilePictureDto.mjs +0 -6
- package/esm2022/domain/models/user/UserAccount.mjs +0 -3
- package/esm2022/domain/public-api.mjs +0 -23
- package/esm2022/domain/tokens.mjs +0 -17
- package/esm2022/esfaenza-core.mjs +0 -5
- package/esm2022/helpers/classes/ResizeListener.mjs +0 -38
- package/esm2022/helpers/esfaenza-core-helpers.mjs +0 -5
- package/esm2022/helpers/public-api.mjs +0 -2
- package/esm2022/lib/app.component.mjs +0 -34
- package/esm2022/lib/core.module.mjs +0 -258
- package/esm2022/modules/classes/_base.module.mjs +0 -32
- package/esm2022/modules/classes/_embedding.module.mjs +0 -27
- package/esm2022/modules/classes/_shared.module.mjs +0 -47
- package/esm2022/modules/classes/t_c.module.mjs +0 -85
- package/esm2022/modules/esfaenza-core-modules.mjs +0 -5
- package/esm2022/modules/public-api.mjs +0 -5
- package/esm2022/pipes/classes/included_in.pipe.mjs +0 -20
- package/esm2022/pipes/classes/safe_html.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_script.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_style.pipe.mjs +0 -21
- package/esm2022/pipes/classes/safe_url.pipe.mjs +0 -21
- package/esm2022/pipes/esfaenza-core-pipes.mjs +0 -5
- package/esm2022/pipes/pipes.module.mjs +0 -20
- package/esm2022/pipes/public-api.mjs +0 -7
- package/esm2022/public-api.mjs +0 -3
- package/esm2022/services/classes/app.accesstoken.mjs +0 -1042
- package/esm2022/services/classes/app.completedjobredirection.mjs +0 -18
- package/esm2022/services/classes/app.errorhandler.mjs +0 -41
- package/esm2022/services/classes/app.event.mjs +0 -27
- package/esm2022/services/classes/app.globalsearch.mjs +0 -34
- package/esm2022/services/classes/app.httpextensions.loc.mjs +0 -15
- package/esm2022/services/classes/app.httpextensions.mjs +0 -90
- package/esm2022/services/classes/app.menufilter.mjs +0 -21
- package/esm2022/services/classes/app.routeguard.mjs +0 -23
- package/esm2022/services/classes/app.session.mjs +0 -40
- package/esm2022/services/classes/app.state.mjs +0 -229
- package/esm2022/services/classes/preferences/app.cache.persistor.mjs +0 -94
- package/esm2022/services/classes/preferences/app.preference.persistor.mjs +0 -94
- package/esm2022/services/classes/preferences/user/app.userpreferences.base.mjs +0 -101
- package/esm2022/services/esfaenza-core-services.mjs +0 -5
- package/esm2022/services/public-api.mjs +0 -14
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ElementRef, NgZone } from "@angular/core";
|
|
2
|
-
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class Draggable {
|
|
5
|
-
private _elementRef;
|
|
6
|
-
private zone;
|
|
7
|
-
private emb;
|
|
8
|
-
handlerSelector: string;
|
|
9
|
-
constructor(_elementRef: ElementRef, zone: NgZone, emb: AppEmbeddingExtensions);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Draggable, never>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Draggable, "[emaDraggable]", never, { "handlerSelector": { "alias": "emaDraggable"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
1
|
+
import { ElementRef, NgZone } from "@angular/core";
|
|
2
|
+
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class Draggable {
|
|
5
|
+
private _elementRef;
|
|
6
|
+
private zone;
|
|
7
|
+
private emb;
|
|
8
|
+
handlerSelector: string;
|
|
9
|
+
constructor(_elementRef: ElementRef, zone: NgZone, emb: AppEmbeddingExtensions);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Draggable, never>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Draggable, "[emaDraggable]", never, { "handlerSelector": { "alias": "emaDraggable"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
+
}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { ElementRef, Renderer2, ViewContainerRef } from "@angular/core";
|
|
2
|
-
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
3
|
-
import { ComponentLoaderFactory } from "ngx-bootstrap/component-loader";
|
|
4
|
-
import { ModalDirective, ModalOptions } from "ngx-bootstrap/modal";
|
|
5
|
-
import { Subscription } from "rxjs";
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class EsModalDirective extends ModalDirective {
|
|
8
|
-
private emb;
|
|
9
|
-
elementRef: ElementRef;
|
|
10
|
-
rendererRef: Renderer2;
|
|
11
|
-
HideSubscription: Subscription;
|
|
12
|
-
constructor(emb: AppEmbeddingExtensions, _element: ElementRef, _viewContainerRef: ViewContainerRef, _renderer: Renderer2, clf: ComponentLoaderFactory, modalDefaultOption: ModalOptions);
|
|
13
|
-
ngOnDestroy(): void;
|
|
14
|
-
show(): void;
|
|
15
|
-
doFixBody(): void;
|
|
16
|
-
hide(): void;
|
|
17
|
-
doHide(): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EsModalDirective, [null, null, null, null, null, { optional: true; }]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<EsModalDirective, "[esModal]", ["es-modal"], {}, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
1
|
+
import { ElementRef, Renderer2, ViewContainerRef } from "@angular/core";
|
|
2
|
+
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
3
|
+
import { ComponentLoaderFactory } from "ngx-bootstrap/component-loader";
|
|
4
|
+
import { ModalDirective, ModalOptions } from "ngx-bootstrap/modal";
|
|
5
|
+
import { Subscription } from "rxjs";
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
export declare class EsModalDirective extends ModalDirective {
|
|
8
|
+
private emb;
|
|
9
|
+
elementRef: ElementRef;
|
|
10
|
+
rendererRef: Renderer2;
|
|
11
|
+
HideSubscription: Subscription;
|
|
12
|
+
constructor(emb: AppEmbeddingExtensions, _element: ElementRef, _viewContainerRef: ViewContainerRef, _renderer: Renderer2, clf: ComponentLoaderFactory, modalDefaultOption: ModalOptions);
|
|
13
|
+
ngOnDestroy(): void;
|
|
14
|
+
show(): void;
|
|
15
|
+
doFixBody(): void;
|
|
16
|
+
hide(): void;
|
|
17
|
+
doHide(): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EsModalDirective, [null, null, null, null, null, { optional: true; }]>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EsModalDirective, "[esModal]", ["es-modal"], {}, {}, never, never, true, never>;
|
|
20
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { LocationStrategy } from "@angular/common";
|
|
2
|
-
import { ElementRef, Renderer2 } from "@angular/core";
|
|
3
|
-
import { ActivatedRoute, Router, RouterLinkWithHref } from "@angular/router";
|
|
4
|
-
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class esRouterLinkWithHref extends RouterLinkWithHref {
|
|
7
|
-
private emb;
|
|
8
|
-
constructor(emb: AppEmbeddingExtensions, router: Router, route: ActivatedRoute, tabIndexAttribute: string | null | undefined, renderer: Renderer2, el: ElementRef, locationStrategy?: LocationStrategy);
|
|
9
|
-
set esRouterLink(commands: any[] | string | null | undefined);
|
|
10
|
-
onClick(button: number, ctrlKey: boolean, shiftKey: boolean, altKey: boolean, metaKey: boolean): boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<esRouterLinkWithHref, [null, null, null, { attribute: "tabindex"; }, null, null, null]>;
|
|
12
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<esRouterLinkWithHref, "a[esRouterLink],area[esRouterLink]", never, { "esRouterLink": { "alias": "esRouterLink"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
1
|
+
import { LocationStrategy } from "@angular/common";
|
|
2
|
+
import { ElementRef, Renderer2 } from "@angular/core";
|
|
3
|
+
import { ActivatedRoute, Router, RouterLinkWithHref } from "@angular/router";
|
|
4
|
+
import { AppEmbeddingExtensions } from "@esfaenza/extensions";
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class esRouterLinkWithHref extends RouterLinkWithHref {
|
|
7
|
+
private emb;
|
|
8
|
+
constructor(emb: AppEmbeddingExtensions, router: Router, route: ActivatedRoute, tabIndexAttribute: string | null | undefined, renderer: Renderer2, el: ElementRef, locationStrategy?: LocationStrategy);
|
|
9
|
+
set esRouterLink(commands: any[] | string | null | undefined);
|
|
10
|
+
onClick(button: number, ctrlKey: boolean, shiftKey: boolean, altKey: boolean, metaKey: boolean): boolean;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<esRouterLinkWithHref, [null, null, null, { attribute: "tabindex"; }, null, null, null]>;
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<esRouterLinkWithHref, "a[esRouterLink],area[esRouterLink]", never, { "esRouterLink": { "alias": "esRouterLink"; "required": false; }; }, {}, never, never, true, never>;
|
|
13
|
+
}
|
package/directives/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@esfaenza/core/directives" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@esfaenza/core/directives" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from './draggable/draggable.directive';
|
|
2
|
-
export * from './slim-scroll/slim-scroll.directive';
|
|
3
|
-
export * from './es-routerLink/es-routerLink.directive';
|
|
4
|
-
export * from './widget/widget.directive';
|
|
5
|
-
export * from './componentHost/componentHost.directive';
|
|
6
|
-
export * from './es-modal/es-modal.directive';
|
|
7
|
-
export * from './directives.module';
|
|
1
|
+
export * from './draggable/draggable.directive';
|
|
2
|
+
export * from './slim-scroll/slim-scroll.directive';
|
|
3
|
+
export * from './es-routerLink/es-routerLink.directive';
|
|
4
|
+
export * from './widget/widget.directive';
|
|
5
|
+
export * from './componentHost/componentHost.directive';
|
|
6
|
+
export * from './es-modal/es-modal.directive';
|
|
7
|
+
export * from './directives.module';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ElementRef, NgZone } from "@angular/core";
|
|
2
|
-
import "jquery-slimscroll";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SlimScroll {
|
|
5
|
-
private _elementRef;
|
|
6
|
-
private zone;
|
|
7
|
-
slimScrollOptions: Object;
|
|
8
|
-
constructor(_elementRef: ElementRef, zone: NgZone);
|
|
9
|
-
ngOnChanges(changes: any): void;
|
|
10
|
-
private _scroll;
|
|
11
|
-
private _init;
|
|
12
|
-
private _destroy;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SlimScroll, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<SlimScroll, "[slim-scroll]", never, { "slimScrollOptions": { "alias": "slimScrollOptions"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
1
|
+
import { ElementRef, NgZone } from "@angular/core";
|
|
2
|
+
import "jquery-slimscroll";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SlimScroll {
|
|
5
|
+
private _elementRef;
|
|
6
|
+
private zone;
|
|
7
|
+
slimScrollOptions: Object;
|
|
8
|
+
constructor(_elementRef: ElementRef, zone: NgZone);
|
|
9
|
+
ngOnChanges(changes: any): void;
|
|
10
|
+
private _scroll;
|
|
11
|
+
private _init;
|
|
12
|
+
private _destroy;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlimScroll, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SlimScroll, "[slim-scroll]", never, { "slimScrollOptions": { "alias": "slimScrollOptions"; "required": false; }; }, {}, never, never, true, never>;
|
|
15
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class Widget implements OnInit {
|
|
4
|
-
$el: any;
|
|
5
|
-
constructor(el: ElementRef);
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Widget, never>;
|
|
8
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<Widget, "[widget]", never, {}, {}, never, never, true, never>;
|
|
9
|
-
}
|
|
1
|
+
import { ElementRef, OnInit } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class Widget implements OnInit {
|
|
4
|
+
$el: any;
|
|
5
|
+
constructor(el: ElementRef);
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Widget, never>;
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Widget, "[widget]", never, {}, {}, never, never, true, never>;
|
|
9
|
+
}
|
package/domain/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@esfaenza/core/domain" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@esfaenza/core/domain" />
|
|
5
|
+
export * from './public-api';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ReportParam } from "@esfaenza/es-table";
|
|
2
|
-
export declare class ApplicationJob {
|
|
3
|
-
id: string;
|
|
4
|
-
description: string;
|
|
5
|
-
smalldescription: string;
|
|
6
|
-
percentage: number;
|
|
7
|
-
completed: boolean;
|
|
8
|
-
fileid: string;
|
|
9
|
-
reportid: string;
|
|
10
|
-
complexreportid: string;
|
|
11
|
-
reportpars: ReportParam[];
|
|
12
|
-
}
|
|
1
|
+
import { ReportParam } from "@esfaenza/es-table";
|
|
2
|
+
export declare class ApplicationJob {
|
|
3
|
+
id: string;
|
|
4
|
+
description: string;
|
|
5
|
+
smalldescription: string;
|
|
6
|
+
percentage: number;
|
|
7
|
+
completed: boolean;
|
|
8
|
+
fileid: string;
|
|
9
|
+
reportid: string;
|
|
10
|
+
complexreportid: string;
|
|
11
|
+
reportpars: ReportParam[];
|
|
12
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export declare class ApplicationMenu {
|
|
2
|
-
title: string;
|
|
3
|
-
link?: string;
|
|
4
|
-
routerLink?: string;
|
|
5
|
-
icon?: string;
|
|
6
|
-
ac?: string;
|
|
7
|
-
wip?: boolean;
|
|
8
|
-
subMenu?: ApplicationMenu[];
|
|
9
|
-
queryParams?: {};
|
|
10
|
-
constructor(title: string, link?: string, routerLink?: string, icon?: string, ac?: string, wip?: boolean, subMenu?: ApplicationMenu[], queryParams?: {});
|
|
11
|
-
static Group(title: string, icon: string, ac: string, wip: boolean, subMenu: ApplicationMenu[], queryParams?: any): ApplicationMenu;
|
|
12
|
-
static TopItem(title: string, icon: string, routerLink?: string, ac?: string, queryParams?: any, wip?: boolean): ApplicationMenu;
|
|
13
|
-
static Item(title: string, routerLink?: string, ac?: string, queryParams?: any, wip?: boolean): ApplicationMenu;
|
|
14
|
-
static Link(title: string, link?: string): ApplicationMenu;
|
|
15
|
-
static ignoreStorage: any;
|
|
16
|
-
}
|
|
1
|
+
export declare class ApplicationMenu {
|
|
2
|
+
title: string;
|
|
3
|
+
link?: string;
|
|
4
|
+
routerLink?: string;
|
|
5
|
+
icon?: string;
|
|
6
|
+
ac?: string;
|
|
7
|
+
wip?: boolean;
|
|
8
|
+
subMenu?: ApplicationMenu[];
|
|
9
|
+
queryParams?: {};
|
|
10
|
+
constructor(title: string, link?: string, routerLink?: string, icon?: string, ac?: string, wip?: boolean, subMenu?: ApplicationMenu[], queryParams?: {});
|
|
11
|
+
static Group(title: string, icon: string, ac: string, wip: boolean, subMenu: ApplicationMenu[], queryParams?: any): ApplicationMenu;
|
|
12
|
+
static TopItem(title: string, icon: string, routerLink?: string, ac?: string, queryParams?: any, wip?: boolean): ApplicationMenu;
|
|
13
|
+
static Item(title: string, routerLink?: string, ac?: string, queryParams?: any, wip?: boolean): ApplicationMenu;
|
|
14
|
+
static Link(title: string, link?: string): ApplicationMenu;
|
|
15
|
+
static ignoreStorage: any;
|
|
16
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const EMBEDDED_ROUTE: string;
|
|
2
|
-
export declare const ROUTE: string;
|
|
1
|
+
export declare const EMBEDDED_ROUTE: string;
|
|
2
|
+
export declare const ROUTE: string;
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export declare class EnvOptions {
|
|
2
|
-
constructor(moduleId: string, moduleDef: number, env: string, varsion: string, description: string);
|
|
3
|
-
AppData: {
|
|
4
|
-
ModuleId: string;
|
|
5
|
-
ModuleDefId: number;
|
|
6
|
-
ComponentEnvironment: string;
|
|
7
|
-
ComponentVersion: string;
|
|
8
|
-
ModuleDescription: string;
|
|
9
|
-
};
|
|
10
|
-
AuthUrl?: string;
|
|
11
|
-
Client?: string;
|
|
12
|
-
JaceDashboardUrl?: string;
|
|
13
|
-
TransactionTimeoutSeconds: number;
|
|
14
|
-
redirectInProgress?: boolean;
|
|
15
|
-
}
|
|
1
|
+
export declare class EnvOptions {
|
|
2
|
+
constructor(moduleId: string, moduleDef: number, env: string, varsion: string, description: string);
|
|
3
|
+
AppData: {
|
|
4
|
+
ModuleId: string;
|
|
5
|
+
ModuleDefId: number;
|
|
6
|
+
ComponentEnvironment: string;
|
|
7
|
+
ComponentVersion: string;
|
|
8
|
+
ModuleDescription: string;
|
|
9
|
+
};
|
|
10
|
+
AuthUrl?: string;
|
|
11
|
+
Client?: string;
|
|
12
|
+
JaceDashboardUrl?: string;
|
|
13
|
+
TransactionTimeoutSeconds: number;
|
|
14
|
+
redirectInProgress?: boolean;
|
|
15
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/** Rappresentazione di un oggetto generico */
|
|
2
|
-
export declare class GenericItem {
|
|
3
|
-
properties: Record<string, string>;
|
|
4
|
-
/**
|
|
5
|
-
* Costruttore
|
|
6
|
-
*
|
|
7
|
-
* @param properties Dizionario Chiave - Valore delle proprietà di questo oggetto generico
|
|
8
|
-
*/
|
|
9
|
-
constructor(properties: Record<string, string>);
|
|
10
|
-
}
|
|
1
|
+
/** Rappresentazione di un oggetto generico */
|
|
2
|
+
export declare class GenericItem {
|
|
3
|
+
properties: Record<string, string>;
|
|
4
|
+
/**
|
|
5
|
+
* Costruttore
|
|
6
|
+
*
|
|
7
|
+
* @param properties Dizionario Chiave - Valore delle proprietà di questo oggetto generico
|
|
8
|
+
*/
|
|
9
|
+
constructor(properties: Record<string, string>);
|
|
10
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class KeyValue {
|
|
2
|
-
constructor(id: string, description: string);
|
|
3
|
-
id: string;
|
|
4
|
-
description: string;
|
|
5
|
-
}
|
|
1
|
+
export declare class KeyValue {
|
|
2
|
+
constructor(id: string, description: string);
|
|
3
|
+
id: string;
|
|
4
|
+
description: string;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { SearchResult } from "./SearchResult";
|
|
2
|
-
export declare class SearchResultContainer {
|
|
3
|
-
results: SearchResult[];
|
|
4
|
-
constructor(results: SearchResult[]);
|
|
5
|
-
}
|
|
1
|
+
import { SearchResult } from "./SearchResult";
|
|
2
|
+
export declare class SearchResultContainer {
|
|
3
|
+
results: SearchResult[];
|
|
4
|
+
constructor(results: SearchResult[]);
|
|
5
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { GenericItem } from "../core/GenericItem";
|
|
2
|
-
import { KeyValue } from "../core/KeyValue";
|
|
3
|
-
import { EsTableColumnsDefinition } from "@esfaenza/es-table";
|
|
4
|
-
export declare class SearchResult {
|
|
5
|
-
description: string;
|
|
6
|
-
columns: KeyValue[];
|
|
7
|
-
items: GenericItem[];
|
|
8
|
-
constructor(description: string, columns: KeyValue[], items: GenericItem[]);
|
|
9
|
-
est_cols: EsTableColumnsDefinition[];
|
|
10
|
-
}
|
|
1
|
+
import { GenericItem } from "../core/GenericItem";
|
|
2
|
+
import { KeyValue } from "../core/KeyValue";
|
|
3
|
+
import { EsTableColumnsDefinition } from "@esfaenza/es-table";
|
|
4
|
+
export declare class SearchResult {
|
|
5
|
+
description: string;
|
|
6
|
+
columns: KeyValue[];
|
|
7
|
+
items: GenericItem[];
|
|
8
|
+
constructor(description: string, columns: KeyValue[], items: GenericItem[]);
|
|
9
|
+
est_cols: EsTableColumnsDefinition[];
|
|
10
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { JaceModule } from "./JaceModule";
|
|
2
|
-
import { JacePermission } from "./JacePermission";
|
|
3
|
-
import { JaceRole } from "./JaceRole";
|
|
4
|
-
export declare class AccountScope {
|
|
5
|
-
modules: JaceModule[];
|
|
6
|
-
roles: JaceRole[];
|
|
7
|
-
permissions: JacePermission[];
|
|
8
|
-
constructor(modules?: JaceModule[], roles?: JaceRole[], permissions?: JacePermission[]);
|
|
9
|
-
}
|
|
1
|
+
import { JaceModule } from "./JaceModule";
|
|
2
|
+
import { JacePermission } from "./JacePermission";
|
|
3
|
+
import { JaceRole } from "./JaceRole";
|
|
4
|
+
export declare class AccountScope {
|
|
5
|
+
modules: JaceModule[];
|
|
6
|
+
roles: JaceRole[];
|
|
7
|
+
permissions: JacePermission[];
|
|
8
|
+
constructor(modules?: JaceModule[], roles?: JaceRole[], permissions?: JacePermission[]);
|
|
9
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare class ActiveModuleView {
|
|
2
|
-
name: string;
|
|
3
|
-
constructor(name: string);
|
|
4
|
-
idmodule: number;
|
|
5
|
-
altname: string;
|
|
6
|
-
category: string;
|
|
7
|
-
tenant: string;
|
|
8
|
-
uiurl: string;
|
|
9
|
-
environment: string;
|
|
10
|
-
href: string;
|
|
11
|
-
}
|
|
1
|
+
export declare class ActiveModuleView {
|
|
2
|
+
name: string;
|
|
3
|
+
constructor(name: string);
|
|
4
|
+
idmodule: number;
|
|
5
|
+
altname: string;
|
|
6
|
+
category: string;
|
|
7
|
+
tenant: string;
|
|
8
|
+
uiurl: string;
|
|
9
|
+
environment: string;
|
|
10
|
+
href: string;
|
|
11
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ActiveModuleView } from "./ActiveModuleView";
|
|
2
|
-
export declare class CategoriesWithModules {
|
|
3
|
-
constructor(module: ActiveModuleView);
|
|
4
|
-
category: string;
|
|
5
|
-
module_rows: ActiveModuleView[][];
|
|
6
|
-
}
|
|
1
|
+
import { ActiveModuleView } from "./ActiveModuleView";
|
|
2
|
+
export declare class CategoriesWithModules {
|
|
3
|
+
constructor(module: ActiveModuleView);
|
|
4
|
+
category: string;
|
|
5
|
+
module_rows: ActiveModuleView[][];
|
|
6
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export declare class JaceAccount {
|
|
2
|
-
idaccount: number;
|
|
3
|
-
iduser: number;
|
|
4
|
-
idtenant: string;
|
|
5
|
-
dsusername: string;
|
|
6
|
-
dspassword: string;
|
|
7
|
-
dtvalidfrom: Date;
|
|
8
|
-
dtvalidto: Date;
|
|
9
|
-
sydatains: Date;
|
|
10
|
-
sydataupd: Date;
|
|
11
|
-
dtlockdown: Date;
|
|
12
|
-
syuserupd: string;
|
|
13
|
-
syuserins: string;
|
|
14
|
-
dsreasonlockdown: string;
|
|
15
|
-
cnattempts: number;
|
|
16
|
-
description: string;
|
|
17
|
-
}
|
|
1
|
+
export declare class JaceAccount {
|
|
2
|
+
idaccount: number;
|
|
3
|
+
iduser: number;
|
|
4
|
+
idtenant: string;
|
|
5
|
+
dsusername: string;
|
|
6
|
+
dspassword: string;
|
|
7
|
+
dtvalidfrom: Date;
|
|
8
|
+
dtvalidto: Date;
|
|
9
|
+
sydatains: Date;
|
|
10
|
+
sydataupd: Date;
|
|
11
|
+
dtlockdown: Date;
|
|
12
|
+
syuserupd: string;
|
|
13
|
+
syuserins: string;
|
|
14
|
+
dsreasonlockdown: string;
|
|
15
|
+
cnattempts: number;
|
|
16
|
+
description: string;
|
|
17
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { AccountScope } from "./AccountScope";
|
|
2
|
-
export declare class JaceIdentity {
|
|
3
|
-
Expired: boolean;
|
|
4
|
-
IdAccount: number;
|
|
5
|
-
IdUser: number;
|
|
6
|
-
DsUser: string;
|
|
7
|
-
FullName: string;
|
|
8
|
-
Idtenant: string;
|
|
9
|
-
TenantName: string;
|
|
10
|
-
IdActor: number;
|
|
11
|
-
IdActorRole: number;
|
|
12
|
-
ExpirationTime: Date;
|
|
13
|
-
constructor(scope?: AccountScope);
|
|
14
|
-
Roles: string[];
|
|
15
|
-
Modules: number[];
|
|
16
|
-
Permissions: string[];
|
|
17
|
-
}
|
|
1
|
+
import { AccountScope } from "./AccountScope";
|
|
2
|
+
export declare class JaceIdentity {
|
|
3
|
+
Expired: boolean;
|
|
4
|
+
IdAccount: number;
|
|
5
|
+
IdUser: number;
|
|
6
|
+
DsUser: string;
|
|
7
|
+
FullName: string;
|
|
8
|
+
Idtenant: string;
|
|
9
|
+
TenantName: string;
|
|
10
|
+
IdActor: number;
|
|
11
|
+
IdActorRole: number;
|
|
12
|
+
ExpirationTime: Date;
|
|
13
|
+
constructor(scope?: AccountScope);
|
|
14
|
+
Roles: string[];
|
|
15
|
+
Modules: number[];
|
|
16
|
+
Permissions: string[];
|
|
17
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export declare class JaceModule {
|
|
2
|
-
idmodule: number;
|
|
3
|
-
dsname?: string;
|
|
4
|
-
dscategory?: string;
|
|
5
|
-
idmodulealt?: string;
|
|
6
|
-
constructor(idmodule: number, dsname?: string, dscategory?: string, idmodulealt?: string);
|
|
7
|
-
moduleid?: number;
|
|
8
|
-
}
|
|
1
|
+
export declare class JaceModule {
|
|
2
|
+
idmodule: number;
|
|
3
|
+
dsname?: string;
|
|
4
|
+
dscategory?: string;
|
|
5
|
+
idmodulealt?: string;
|
|
6
|
+
constructor(idmodule: number, dsname?: string, dscategory?: string, idmodulealt?: string);
|
|
7
|
+
moduleid?: number;
|
|
8
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
export declare class JacePermission {
|
|
2
|
-
idpermission: number;
|
|
3
|
-
dspermission?: string;
|
|
4
|
-
idpermissionalt?: string;
|
|
5
|
-
sydatains?: Date;
|
|
6
|
-
syuserins?: string;
|
|
7
|
-
sydataupd?: Date;
|
|
8
|
-
syuserupd?: string;
|
|
9
|
-
permissionidalt?: string;
|
|
10
|
-
}
|
|
1
|
+
export declare class JacePermission {
|
|
2
|
+
idpermission: number;
|
|
3
|
+
dspermission?: string;
|
|
4
|
+
idpermissionalt?: string;
|
|
5
|
+
sydatains?: Date;
|
|
6
|
+
syuserins?: string;
|
|
7
|
+
sydataupd?: Date;
|
|
8
|
+
syuserupd?: string;
|
|
9
|
+
permissionidalt?: string;
|
|
10
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export declare class JaceRole {
|
|
2
|
-
idrole: number;
|
|
3
|
-
idrolealt: string;
|
|
4
|
-
dsrole: string;
|
|
5
|
-
constructor(idrole: number, idrolealt: string, dsrole: string);
|
|
6
|
-
dsnote?: string;
|
|
7
|
-
idparent?: number;
|
|
8
|
-
sydatains?: Date;
|
|
9
|
-
syuserins?: string;
|
|
10
|
-
sydataupd?: Date;
|
|
11
|
-
syuserupd?: string;
|
|
12
|
-
roleidalt?: string;
|
|
13
|
-
}
|
|
1
|
+
export declare class JaceRole {
|
|
2
|
+
idrole: number;
|
|
3
|
+
idrolealt: string;
|
|
4
|
+
dsrole: string;
|
|
5
|
+
constructor(idrole: number, idrolealt: string, dsrole: string);
|
|
6
|
+
dsnote?: string;
|
|
7
|
+
idparent?: number;
|
|
8
|
+
sydatains?: Date;
|
|
9
|
+
syuserins?: string;
|
|
10
|
+
sydataupd?: Date;
|
|
11
|
+
syuserupd?: string;
|
|
12
|
+
roleidalt?: string;
|
|
13
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare class JaceUser {
|
|
2
|
-
iduser: number;
|
|
3
|
-
dsnome: string;
|
|
4
|
-
dscognome: string;
|
|
5
|
-
sydatains: Date;
|
|
6
|
-
syuserins: string;
|
|
7
|
-
sydataupd: Date;
|
|
8
|
-
syuserupd: string;
|
|
9
|
-
}
|
|
1
|
+
export declare class JaceUser {
|
|
2
|
+
iduser: number;
|
|
3
|
+
dsnome: string;
|
|
4
|
+
dscognome: string;
|
|
5
|
+
sydatains: Date;
|
|
6
|
+
syuserins: string;
|
|
7
|
+
sydataupd: Date;
|
|
8
|
+
syuserupd: string;
|
|
9
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare class UpdateAccountRecoverySettingsDto {
|
|
2
|
-
accountid?: string;
|
|
3
|
-
email?: string;
|
|
4
|
-
constructor(accountid?: string, email?: string);
|
|
5
|
-
}
|
|
1
|
+
export declare class UpdateAccountRecoverySettingsDto {
|
|
2
|
+
accountid?: string;
|
|
3
|
+
email?: string;
|
|
4
|
+
constructor(accountid?: string, email?: string);
|
|
5
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare class UpdatePasswordDto {
|
|
2
|
-
accountid?: string;
|
|
3
|
-
oldpwd?: string;
|
|
4
|
-
newpwd?: string;
|
|
5
|
-
confirmpwd?: string;
|
|
6
|
-
changeall: boolean;
|
|
7
|
-
changeforexternals: boolean;
|
|
8
|
-
constructor(accountid?: string, oldpwd?: string, newpwd?: string, confirmpwd?: string, changeall?: boolean, changeforexternals?: boolean);
|
|
9
|
-
}
|
|
1
|
+
export declare class UpdatePasswordDto {
|
|
2
|
+
accountid?: string;
|
|
3
|
+
oldpwd?: string;
|
|
4
|
+
newpwd?: string;
|
|
5
|
+
confirmpwd?: string;
|
|
6
|
+
changeall: boolean;
|
|
7
|
+
changeforexternals: boolean;
|
|
8
|
+
constructor(accountid?: string, oldpwd?: string, newpwd?: string, confirmpwd?: string, changeall?: boolean, changeforexternals?: boolean);
|
|
9
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare class UpdateProfilePictureDto {
|
|
2
|
-
accountid?: string;
|
|
3
|
-
constructor(accountid?: string);
|
|
4
|
-
}
|
|
1
|
+
export declare class UpdateProfilePictureDto {
|
|
2
|
+
accountid?: string;
|
|
3
|
+
constructor(accountid?: string);
|
|
4
|
+
}
|