@esfaenza/core 19.2.246 → 20.3.5
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/index.d.ts +660 -5
- package/directives/index.d.ts +80 -5
- package/domain/index.d.ts +304 -5
- package/fesm2022/esfaenza-core-components.mjs +101 -101
- package/fesm2022/esfaenza-core-components.mjs.map +1 -1
- package/fesm2022/esfaenza-core-directives.mjs +22 -22
- package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
- package/fesm2022/esfaenza-core-modules.mjs +12 -12
- package/fesm2022/esfaenza-core-pipes.mjs +19 -19
- package/fesm2022/esfaenza-core-services.mjs +45 -45
- package/fesm2022/esfaenza-core-services.mjs.map +1 -1
- package/fesm2022/esfaenza-core.mjs +13 -16
- package/fesm2022/esfaenza-core.mjs.map +1 -1
- package/helpers/index.d.ts +14 -5
- package/index.d.ts +103 -5
- package/modules/index.d.ts +57 -5
- package/package.json +105 -96
- package/pipes/index.d.ts +50 -5
- package/services/index.d.ts +254 -5
- package/components/back-top/back-top.component.d.ts +0 -12
- package/components/base/base.component.d.ts +0 -25
- package/components/base/embedding.component.d.ts +0 -18
- package/components/base/reactive.component.d.ts +0 -9
- package/components/breadcrumb/breadcrumb.component.d.ts +0 -26
- package/components/components.module.d.ts +0 -32
- package/components/entity-feeds-widget/entity-feeds-widget.component.d.ts +0 -65
- package/components/error/errorpage.component.d.ts +0 -37
- package/components/es-image-cropper/es-image-cropper.component.d.ts +0 -25
- package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +0 -12
- package/components/es-modal/es-modal.component.d.ts +0 -18
- package/components/external-page/external_pages.component.d.ts +0 -13
- package/components/jace-login/jace-login.component.d.ts +0 -8
- package/components/jace-resource/jace-resource.component.d.ts +0 -25
- package/components/labeled-span/labeled-span.component.d.ts +0 -11
- package/components/navbar/navbar.component.d.ts +0 -55
- package/components/navbar/navbar.component.loc.d.ts +0 -8
- package/components/page/pages.component.d.ts +0 -23
- package/components/public-api.d.ts +0 -25
- package/components/redirecter/redirecter.component.d.ts +0 -23
- package/components/search/base-search.d.ts +0 -38
- package/components/selector/base/base-selector.component.d.ts +0 -98
- package/components/selector/base/models/BaseSelectorInitialization.d.ts +0 -9
- package/components/selector/form-selector/form-selector.component.d.ts +0 -27
- package/components/selector/form-selector-dialog/form-selector-dialog.component.d.ts +0 -21
- package/components/sidebar/sidebar.component.d.ts +0 -64
- package/components/sidebar/sidebar.component.loc.d.ts +0 -8
- package/components/user_infos/user_infos.component.d.ts +0 -54
- package/components/user_infos/user_infos.component.loc.d.ts +0 -8
- package/directives/componentHost/componentHost.directive.d.ts +0 -12
- package/directives/directives.module.d.ts +0 -12
- package/directives/draggable/draggable.directive.d.ts +0 -13
- package/directives/es-modal/es-modal.directive.d.ts +0 -15
- package/directives/es-routerLink/es-routerLink.directive.d.ts +0 -14
- package/directives/public-api.d.ts +0 -7
- package/directives/slim-scroll/slim-scroll.directive.d.ts +0 -15
- package/directives/widget/widget.directive.d.ts +0 -9
- package/domain/models/core/ApplicationJob.d.ts +0 -12
- package/domain/models/core/ApplicationMenu.d.ts +0 -16
- package/domain/models/core/ApplicationRoutes.d.ts +0 -2
- package/domain/models/core/EnvOptions.d.ts +0 -15
- package/domain/models/core/GenericItem.d.ts +0 -10
- package/domain/models/core/KeyValue.d.ts +0 -5
- package/domain/models/feeds/CreateUpdateFeedDto.d.ts +0 -11
- package/domain/models/feeds/EntityFeedsWidgetConfiguration.d.ts +0 -14
- package/domain/models/feeds/Feed.d.ts +0 -24
- package/domain/models/global_search/SaerchResultContainer.d.ts +0 -5
- package/domain/models/global_search/SearchResult.d.ts +0 -10
- package/domain/models/jace/AccountScope.d.ts +0 -9
- package/domain/models/jace/ActiveModuleView.d.ts +0 -11
- package/domain/models/jace/CategoriesWithModules.d.ts +0 -6
- package/domain/models/jace/JaceAccount.d.ts +0 -17
- package/domain/models/jace/JaceIdentity.d.ts +0 -17
- package/domain/models/jace/JaceModule.d.ts +0 -8
- package/domain/models/jace/JacePermission.d.ts +0 -10
- package/domain/models/jace/JaceRole.d.ts +0 -13
- package/domain/models/jace/JaceUser.d.ts +0 -9
- package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +0 -5
- package/domain/models/user/UpdatePasswordDto.d.ts +0 -9
- package/domain/models/user/UpdateProfilePictureDto.d.ts +0 -4
- package/domain/models/user/UserAccount.d.ts +0 -23
- package/domain/public-api.d.ts +0 -25
- package/domain/tokens.d.ts +0 -22
- package/helpers/classes/ResizeListener.d.ts +0 -12
- package/helpers/public-api.d.ts +0 -1
- package/lib/app.component.d.ts +0 -12
- package/lib/core.module.d.ts +0 -94
- package/modules/classes/_base.module.d.ts +0 -4
- package/modules/classes/_embedding.module.d.ts +0 -11
- package/modules/classes/_shared.module.d.ts +0 -29
- package/modules/classes/t_c.module.d.ts +0 -13
- package/modules/public-api.d.ts +0 -4
- package/pipes/classes/included_in.pipe.d.ts +0 -7
- package/pipes/classes/safe_html.pipe.d.ts +0 -10
- package/pipes/classes/safe_script.pipe.d.ts +0 -10
- package/pipes/classes/safe_style.pipe.d.ts +0 -10
- package/pipes/classes/safe_url.pipe.d.ts +0 -10
- package/pipes/pipes.module.d.ts +0 -11
- package/pipes/public-api.d.ts +0 -6
- package/public-api.d.ts +0 -2
- package/services/classes/app.accesstoken.d.ts +0 -17
- package/services/classes/app.completedjobredirection.d.ts +0 -12
- package/services/classes/app.errorhandler.d.ts +0 -12
- package/services/classes/app.event.d.ts +0 -10
- package/services/classes/app.globalsearch.d.ts +0 -25
- package/services/classes/app.httpextensions.d.ts +0 -34
- package/services/classes/app.httpextensions.loc.d.ts +0 -8
- package/services/classes/app.menufilter.d.ts +0 -14
- package/services/classes/app.routeguard.d.ts +0 -10
- package/services/classes/app.session.d.ts +0 -14
- package/services/classes/app.state.d.ts +0 -62
- package/services/classes/preferences/app.cache.persistor.d.ts +0 -25
- package/services/classes/preferences/app.preference.persistor.d.ts +0 -25
- package/services/classes/preferences/user/app.userpreferences.base.d.ts +0 -25
- package/services/public-api.d.ts +0 -13
package/directives/index.d.ts
CHANGED
|
@@ -1,5 +1,80 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { ElementRef, NgZone, Renderer2, OnInit, ViewContainerRef, Type } from '@angular/core';
|
|
3
|
+
import { AppEmbeddingExtensions } from '@esfaenza/extensions';
|
|
4
|
+
import { LocationStrategy } from '@angular/common';
|
|
5
|
+
import { RouterLinkWithHref, Router, ActivatedRoute, UrlTree } from '@angular/router';
|
|
6
|
+
import { ModalDirective } from 'ngx-bootstrap/modal';
|
|
7
|
+
import { Subscription } from 'rxjs';
|
|
8
|
+
|
|
9
|
+
declare class Draggable {
|
|
10
|
+
private _elementRef;
|
|
11
|
+
private zone;
|
|
12
|
+
private emb;
|
|
13
|
+
handlerSelector: string;
|
|
14
|
+
constructor(_elementRef: ElementRef, zone: NgZone, emb: AppEmbeddingExtensions);
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Draggable, never>;
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Draggable, "[emaDraggable]", never, { "handlerSelector": { "alias": "emaDraggable"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
declare class SlimScroll {
|
|
21
|
+
private _elementRef;
|
|
22
|
+
private zone;
|
|
23
|
+
slimScrollOptions: Object;
|
|
24
|
+
constructor(_elementRef: ElementRef, zone: NgZone);
|
|
25
|
+
ngOnChanges(changes: any): void;
|
|
26
|
+
private _scroll;
|
|
27
|
+
private _init;
|
|
28
|
+
private _destroy;
|
|
29
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SlimScroll, never>;
|
|
30
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<SlimScroll, "[slim-scroll]", never, { "slimScrollOptions": { "alias": "slimScrollOptions"; "required": false; }; }, {}, never, never, true, never>;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
declare class esRouterLinkWithHref extends RouterLinkWithHref {
|
|
34
|
+
private emb;
|
|
35
|
+
private EmbeddingSource;
|
|
36
|
+
constructor(emb: AppEmbeddingExtensions, router: Router, route: ActivatedRoute, tabIndexAttribute: string | null | undefined, renderer: Renderer2, el: ElementRef, locationStrategy?: LocationStrategy);
|
|
37
|
+
set esRouterLink(commandsOrUrlTree: readonly any[] | string | UrlTree | null | undefined);
|
|
38
|
+
onClick(button: number, ctrlKey: boolean, shiftKey: boolean, altKey: boolean, metaKey: boolean): boolean;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<esRouterLinkWithHref, [null, null, null, { attribute: "tabindex"; }, null, null, null]>;
|
|
40
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<esRouterLinkWithHref, "a[esRouterLink],area[esRouterLink]", never, { "esRouterLink": { "alias": "esRouterLink"; "required": false; }; }, {}, never, never, true, never>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
declare class Widget implements OnInit {
|
|
44
|
+
$el: any;
|
|
45
|
+
constructor(el: ElementRef);
|
|
46
|
+
ngOnInit(): void;
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Widget, never>;
|
|
48
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<Widget, "[widget]", never, {}, {}, never, never, true, never>;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
declare class ComponentHostDirective {
|
|
52
|
+
viewContainerRef: ViewContainerRef;
|
|
53
|
+
componentHost: Type<any>;
|
|
54
|
+
Inputs: Record<string, any>;
|
|
55
|
+
CreatedComponent: any;
|
|
56
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
57
|
+
ngOnInit(): void;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ComponentHostDirective, never>;
|
|
59
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentHostDirective, "[componentHost]", never, { "componentHost": { "alias": "componentHost"; "required": false; }; "Inputs": { "alias": "Inputs"; "required": false; }; }, {}, never, never, true, never>;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
declare class EsModalDirective extends ModalDirective {
|
|
63
|
+
elementRef: ElementRef;
|
|
64
|
+
rendererRef: Renderer2;
|
|
65
|
+
HideSubscription: Subscription;
|
|
66
|
+
private emb;
|
|
67
|
+
ngOnInit(): void;
|
|
68
|
+
show(): void;
|
|
69
|
+
hide(): void;
|
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EsModalDirective, never>;
|
|
71
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<EsModalDirective, "[esModal]", ["es-modal"], {}, {}, never, never, true, never>;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
declare class DirectivesModule {
|
|
75
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DirectivesModule, never>;
|
|
76
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DirectivesModule, never, [typeof Draggable, typeof SlimScroll, typeof Widget, typeof esRouterLinkWithHref, typeof ComponentHostDirective, typeof EsModalDirective], [typeof Draggable, typeof SlimScroll, typeof Widget, typeof esRouterLinkWithHref, typeof ComponentHostDirective, typeof EsModalDirective]>;
|
|
77
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<DirectivesModule>;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export { ComponentHostDirective, DirectivesModule, Draggable, EsModalDirective, SlimScroll, Widget, esRouterLinkWithHref };
|
package/domain/index.d.ts
CHANGED
|
@@ -1,5 +1,304 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { ReportParam, EsTableColumnsDefinition } from '@esfaenza/es-table';
|
|
2
|
+
import { InjectionToken, Type } from '@angular/core';
|
|
3
|
+
import { LocalizationService } from '@esfaenza/localizations';
|
|
4
|
+
|
|
5
|
+
declare class ApplicationMenu {
|
|
6
|
+
title: string;
|
|
7
|
+
link?: string;
|
|
8
|
+
routerLink?: string;
|
|
9
|
+
icon?: string;
|
|
10
|
+
ac?: string;
|
|
11
|
+
wip?: boolean;
|
|
12
|
+
subMenu?: ApplicationMenu[];
|
|
13
|
+
queryParams?: {};
|
|
14
|
+
constructor(title: string, link?: string, routerLink?: string, icon?: string, ac?: string, wip?: boolean, subMenu?: ApplicationMenu[], queryParams?: {});
|
|
15
|
+
static Group(title: string, icon: string, ac: string, wip: boolean, subMenu: ApplicationMenu[], queryParams?: any): ApplicationMenu;
|
|
16
|
+
static TopItem(title: string, icon: string, routerLink?: string, ac?: string, queryParams?: any, wip?: boolean): ApplicationMenu;
|
|
17
|
+
static Item(title: string, routerLink?: string, ac?: string, queryParams?: any, wip?: boolean): ApplicationMenu;
|
|
18
|
+
static Link(title: string, link?: string): ApplicationMenu;
|
|
19
|
+
static ignoreStorage: any;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
declare class ApplicationJob {
|
|
23
|
+
id: string;
|
|
24
|
+
description: string;
|
|
25
|
+
smalldescription: string;
|
|
26
|
+
percentage: number;
|
|
27
|
+
completed: boolean;
|
|
28
|
+
fileid: string;
|
|
29
|
+
reportid: string;
|
|
30
|
+
complexreportid: string;
|
|
31
|
+
reportpars: ReportParam[];
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
declare class EnvOptions {
|
|
35
|
+
constructor(moduleId: string, moduleDef: number, env: string, varsion: string, description: string);
|
|
36
|
+
AppData: {
|
|
37
|
+
ModuleId: string;
|
|
38
|
+
ModuleDefId: number;
|
|
39
|
+
ComponentEnvironment: string;
|
|
40
|
+
ComponentVersion: string;
|
|
41
|
+
ModuleDescription: string;
|
|
42
|
+
};
|
|
43
|
+
AuthUrl?: string;
|
|
44
|
+
Client?: string;
|
|
45
|
+
JaceDashboardUrl?: string;
|
|
46
|
+
TransactionTimeoutSeconds: number;
|
|
47
|
+
redirectInProgress?: boolean;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
declare class KeyValue {
|
|
51
|
+
constructor(id: string, description: string);
|
|
52
|
+
id: string;
|
|
53
|
+
description: string;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
/** Rappresentazione di un oggetto generico */
|
|
57
|
+
declare class GenericItem {
|
|
58
|
+
properties: Record<string, string>;
|
|
59
|
+
/**
|
|
60
|
+
* Costruttore
|
|
61
|
+
*
|
|
62
|
+
* @param properties Dizionario Chiave - Valore delle proprietà di questo oggetto generico
|
|
63
|
+
*/
|
|
64
|
+
constructor(properties: Record<string, string>);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
declare const EMBEDDED_ROUTE: string;
|
|
68
|
+
declare const ROUTE: string;
|
|
69
|
+
|
|
70
|
+
declare class ActiveModuleView {
|
|
71
|
+
name: string;
|
|
72
|
+
constructor(name: string);
|
|
73
|
+
idmodule: number;
|
|
74
|
+
altname: string;
|
|
75
|
+
category: string;
|
|
76
|
+
tenant: string;
|
|
77
|
+
uiurl: string;
|
|
78
|
+
environment: string;
|
|
79
|
+
href: string;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
declare class CategoriesWithModules {
|
|
83
|
+
constructor(module: ActiveModuleView);
|
|
84
|
+
category: string;
|
|
85
|
+
module_rows: ActiveModuleView[][];
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
declare class JaceModule {
|
|
89
|
+
idmodule: number;
|
|
90
|
+
dsname?: string;
|
|
91
|
+
dscategory?: string;
|
|
92
|
+
idmodulealt?: string;
|
|
93
|
+
constructor(idmodule: number, dsname?: string, dscategory?: string, idmodulealt?: string);
|
|
94
|
+
moduleid?: number;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
declare class JacePermission {
|
|
98
|
+
idpermission: number;
|
|
99
|
+
dspermission?: string;
|
|
100
|
+
idpermissionalt?: string;
|
|
101
|
+
sydatains?: Date;
|
|
102
|
+
syuserins?: string;
|
|
103
|
+
sydataupd?: Date;
|
|
104
|
+
syuserupd?: string;
|
|
105
|
+
permissionidalt?: string;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
declare class JaceRole {
|
|
109
|
+
idrole: number;
|
|
110
|
+
idrolealt: string;
|
|
111
|
+
dsrole: string;
|
|
112
|
+
constructor(idrole: number, idrolealt: string, dsrole: string);
|
|
113
|
+
dsnote?: string;
|
|
114
|
+
idparent?: number;
|
|
115
|
+
sydatains?: Date;
|
|
116
|
+
syuserins?: string;
|
|
117
|
+
sydataupd?: Date;
|
|
118
|
+
syuserupd?: string;
|
|
119
|
+
roleidalt?: string;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
declare class AccountScope {
|
|
123
|
+
modules: JaceModule[];
|
|
124
|
+
roles: JaceRole[];
|
|
125
|
+
permissions: JacePermission[];
|
|
126
|
+
constructor(modules?: JaceModule[], roles?: JaceRole[], permissions?: JacePermission[]);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
declare class JaceAccount {
|
|
130
|
+
idaccount: number;
|
|
131
|
+
iduser: number;
|
|
132
|
+
idtenant: string;
|
|
133
|
+
dsusername: string;
|
|
134
|
+
dspassword: string;
|
|
135
|
+
dtvalidfrom: Date;
|
|
136
|
+
dtvalidto: Date;
|
|
137
|
+
sydatains: Date;
|
|
138
|
+
sydataupd: Date;
|
|
139
|
+
dtlockdown: Date;
|
|
140
|
+
syuserupd: string;
|
|
141
|
+
syuserins: string;
|
|
142
|
+
dsreasonlockdown: string;
|
|
143
|
+
cnattempts: number;
|
|
144
|
+
description: string;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
declare class JaceIdentity {
|
|
148
|
+
Expired: boolean;
|
|
149
|
+
IdAccount: number;
|
|
150
|
+
IdUser: number;
|
|
151
|
+
DsUser: string;
|
|
152
|
+
FullName: string;
|
|
153
|
+
Idtenant: string;
|
|
154
|
+
TenantName: string;
|
|
155
|
+
IdActor: number;
|
|
156
|
+
IdActorRole: string;
|
|
157
|
+
ExpirationTime: Date;
|
|
158
|
+
constructor(scope?: AccountScope);
|
|
159
|
+
Roles: string[];
|
|
160
|
+
Modules: number[];
|
|
161
|
+
Permissions: string[];
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
declare class JaceUser {
|
|
165
|
+
iduser: number;
|
|
166
|
+
dsnome: string;
|
|
167
|
+
dscognome: string;
|
|
168
|
+
sydatains: Date;
|
|
169
|
+
syuserins: string;
|
|
170
|
+
sydataupd: Date;
|
|
171
|
+
syuserupd: string;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
declare class SearchResult {
|
|
175
|
+
description: string;
|
|
176
|
+
columns: KeyValue[];
|
|
177
|
+
items: GenericItem[];
|
|
178
|
+
constructor(description: string, columns: KeyValue[], items: GenericItem[]);
|
|
179
|
+
est_cols: EsTableColumnsDefinition[];
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
declare class SearchResultContainer {
|
|
183
|
+
results: SearchResult[];
|
|
184
|
+
constructor(results: SearchResult[]);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
declare class UpdateAccountRecoverySettingsDto {
|
|
188
|
+
accountid?: string;
|
|
189
|
+
email?: string;
|
|
190
|
+
constructor(accountid?: string, email?: string);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
declare class UpdatePasswordDto {
|
|
194
|
+
accountid?: string;
|
|
195
|
+
oldpwd?: string;
|
|
196
|
+
newpwd?: string;
|
|
197
|
+
confirmpwd?: string;
|
|
198
|
+
changeall: boolean;
|
|
199
|
+
changeforexternals: boolean;
|
|
200
|
+
constructor(accountid?: string, oldpwd?: string, newpwd?: string, confirmpwd?: string, changeall?: boolean, changeforexternals?: boolean);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
declare class UpdateProfilePictureDto {
|
|
204
|
+
accountid?: string;
|
|
205
|
+
constructor(accountid?: string);
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
declare class UserAccount {
|
|
209
|
+
id: string;
|
|
210
|
+
tenantid: string;
|
|
211
|
+
username: string;
|
|
212
|
+
typeid: string;
|
|
213
|
+
type: string;
|
|
214
|
+
dtvalidfrom: Date;
|
|
215
|
+
dtvalidto: Date;
|
|
216
|
+
dtlock: Date;
|
|
217
|
+
lockreason: string;
|
|
218
|
+
userid: string;
|
|
219
|
+
userdescription: string;
|
|
220
|
+
uuid: string;
|
|
221
|
+
firstname: string;
|
|
222
|
+
lastname: string;
|
|
223
|
+
recoveryemail: string;
|
|
224
|
+
recoveryphone: string;
|
|
225
|
+
dtottexpiration: Date;
|
|
226
|
+
dtlastlogin: Date;
|
|
227
|
+
lastloginattempts: number;
|
|
228
|
+
islocked: boolean;
|
|
229
|
+
isvalid: boolean;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
declare class Feed {
|
|
233
|
+
id: string;
|
|
234
|
+
parentid: string;
|
|
235
|
+
title: string;
|
|
236
|
+
content: string;
|
|
237
|
+
severityid: string;
|
|
238
|
+
systemgen: boolean;
|
|
239
|
+
reactions: {
|
|
240
|
+
[user: string]: string;
|
|
241
|
+
};
|
|
242
|
+
user: string;
|
|
243
|
+
pinned: boolean;
|
|
244
|
+
ispublic: boolean;
|
|
245
|
+
dateins: Date;
|
|
246
|
+
dateupd: Date;
|
|
247
|
+
childfeeds: Feed[];
|
|
248
|
+
filename: string;
|
|
249
|
+
filesize: string;
|
|
250
|
+
fileb64: string;
|
|
251
|
+
liked: boolean;
|
|
252
|
+
disliked: boolean;
|
|
253
|
+
likes: string[];
|
|
254
|
+
dislikes: string[];
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
declare class CreateUpdateFeedDto {
|
|
258
|
+
idfeed: string;
|
|
259
|
+
identity: string;
|
|
260
|
+
identitytype: string;
|
|
261
|
+
parentid: string;
|
|
262
|
+
content: string;
|
|
263
|
+
filecontent: number[];
|
|
264
|
+
filename: string;
|
|
265
|
+
ispublic: boolean;
|
|
266
|
+
updatefiledata: boolean;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
declare class EntityFeedsWidgetConfiguration {
|
|
270
|
+
GetFeedsAPI?: string;
|
|
271
|
+
AllowUserTags?: boolean;
|
|
272
|
+
GetUserTagsAPI?: string;
|
|
273
|
+
AllowReactions?: boolean;
|
|
274
|
+
ReactToFeedAPI?: string;
|
|
275
|
+
AllowAttachments?: boolean;
|
|
276
|
+
GetFeedAttachmentAPI?: string;
|
|
277
|
+
AllowComments?: boolean;
|
|
278
|
+
AllowReplies?: boolean;
|
|
279
|
+
CreateFeedAPI?: string;
|
|
280
|
+
UpdateFeedAPI?: string;
|
|
281
|
+
DeleteFeedAPI?: string;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
/** Token che indica i default da assegnare agli Input */
|
|
285
|
+
declare const REDIRECT_MAP: InjectionToken<{
|
|
286
|
+
[index: string]: {
|
|
287
|
+
url: string;
|
|
288
|
+
params: string[];
|
|
289
|
+
};
|
|
290
|
+
}>;
|
|
291
|
+
/** Token che indica il servizio di localizzazione utilizzato per i menù */
|
|
292
|
+
declare const MENU_LOCALIZATION: InjectionToken<Type<LocalizationService>>;
|
|
293
|
+
/** Token che indica i menù dell'applicazione, da quello vegano fino a quello celiaco */
|
|
294
|
+
declare const MENU: InjectionToken<ApplicationMenu[]>;
|
|
295
|
+
/** Token che indica se il servizio di autenticazione deve utilizzare un token finto */
|
|
296
|
+
declare const USE_FAKE_ACCESS_TOKEN: InjectionToken<boolean>;
|
|
297
|
+
/** Token che indica se il servizio di autenticazione deve funzionare in anonimo lato Frontend. Dev'essere utilizzato insieme al tag "Auth" in code behind */
|
|
298
|
+
declare const ANONYMOUS_MODE: InjectionToken<boolean>;
|
|
299
|
+
/** Token che indica i componenti di estensione da aggiungere alla navbar. Verranno bootstrappati in maniera dinamica */
|
|
300
|
+
declare const NAVBAR_EXTENSIONS: InjectionToken<Type<any>[]>;
|
|
301
|
+
/** Token che identifica se utilizzare la versione vecchia dell'url di auth (${myconfig.AUTH_URL}/login/form?client=${myconfig.CLIENT_NAME}) invece che la nuova (${myconfig.AUTH_URL}/login;client=${myconfig.CLIENT_NAME}) */
|
|
302
|
+
declare const LOGIN_URL_LEGACY: InjectionToken<boolean>;
|
|
303
|
+
|
|
304
|
+
export { ANONYMOUS_MODE, AccountScope, ActiveModuleView, ApplicationJob, ApplicationMenu, CategoriesWithModules, CreateUpdateFeedDto, EMBEDDED_ROUTE, EntityFeedsWidgetConfiguration, EnvOptions, Feed, GenericItem, JaceAccount, JaceIdentity, JaceModule, JacePermission, JaceRole, JaceUser, KeyValue, LOGIN_URL_LEGACY, MENU, MENU_LOCALIZATION, NAVBAR_EXTENSIONS, REDIRECT_MAP, ROUTE, SearchResult, SearchResultContainer, USE_FAKE_ACCESS_TOKEN, UpdateAccountRecoverySettingsDto, UpdatePasswordDto, UpdateProfilePictureDto, UserAccount };
|