@esfaenza/core 19.2.246 → 20.3.0

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.
Files changed (114) hide show
  1. package/components/index.d.ts +660 -5
  2. package/directives/index.d.ts +80 -5
  3. package/domain/index.d.ts +304 -5
  4. package/fesm2022/esfaenza-core-components.mjs +101 -101
  5. package/fesm2022/esfaenza-core-components.mjs.map +1 -1
  6. package/fesm2022/esfaenza-core-directives.mjs +22 -22
  7. package/fesm2022/esfaenza-core-directives.mjs.map +1 -1
  8. package/fesm2022/esfaenza-core-modules.mjs +12 -12
  9. package/fesm2022/esfaenza-core-pipes.mjs +19 -19
  10. package/fesm2022/esfaenza-core-services.mjs +45 -45
  11. package/fesm2022/esfaenza-core-services.mjs.map +1 -1
  12. package/fesm2022/esfaenza-core.mjs +8 -8
  13. package/fesm2022/esfaenza-core.mjs.map +1 -1
  14. package/helpers/index.d.ts +14 -5
  15. package/index.d.ts +104 -5
  16. package/modules/index.d.ts +57 -5
  17. package/package.json +15 -15
  18. package/pipes/index.d.ts +50 -5
  19. package/services/index.d.ts +254 -5
  20. package/components/back-top/back-top.component.d.ts +0 -12
  21. package/components/base/base.component.d.ts +0 -25
  22. package/components/base/embedding.component.d.ts +0 -18
  23. package/components/base/reactive.component.d.ts +0 -9
  24. package/components/breadcrumb/breadcrumb.component.d.ts +0 -26
  25. package/components/components.module.d.ts +0 -32
  26. package/components/entity-feeds-widget/entity-feeds-widget.component.d.ts +0 -65
  27. package/components/error/errorpage.component.d.ts +0 -37
  28. package/components/es-image-cropper/es-image-cropper.component.d.ts +0 -25
  29. package/components/es-modal/es-modal-head/es-modal-head.component.d.ts +0 -12
  30. package/components/es-modal/es-modal.component.d.ts +0 -18
  31. package/components/external-page/external_pages.component.d.ts +0 -13
  32. package/components/jace-login/jace-login.component.d.ts +0 -8
  33. package/components/jace-resource/jace-resource.component.d.ts +0 -25
  34. package/components/labeled-span/labeled-span.component.d.ts +0 -11
  35. package/components/navbar/navbar.component.d.ts +0 -55
  36. package/components/navbar/navbar.component.loc.d.ts +0 -8
  37. package/components/page/pages.component.d.ts +0 -23
  38. package/components/public-api.d.ts +0 -25
  39. package/components/redirecter/redirecter.component.d.ts +0 -23
  40. package/components/search/base-search.d.ts +0 -38
  41. package/components/selector/base/base-selector.component.d.ts +0 -98
  42. package/components/selector/base/models/BaseSelectorInitialization.d.ts +0 -9
  43. package/components/selector/form-selector/form-selector.component.d.ts +0 -27
  44. package/components/selector/form-selector-dialog/form-selector-dialog.component.d.ts +0 -21
  45. package/components/sidebar/sidebar.component.d.ts +0 -64
  46. package/components/sidebar/sidebar.component.loc.d.ts +0 -8
  47. package/components/user_infos/user_infos.component.d.ts +0 -54
  48. package/components/user_infos/user_infos.component.loc.d.ts +0 -8
  49. package/directives/componentHost/componentHost.directive.d.ts +0 -12
  50. package/directives/directives.module.d.ts +0 -12
  51. package/directives/draggable/draggable.directive.d.ts +0 -13
  52. package/directives/es-modal/es-modal.directive.d.ts +0 -15
  53. package/directives/es-routerLink/es-routerLink.directive.d.ts +0 -14
  54. package/directives/public-api.d.ts +0 -7
  55. package/directives/slim-scroll/slim-scroll.directive.d.ts +0 -15
  56. package/directives/widget/widget.directive.d.ts +0 -9
  57. package/domain/models/core/ApplicationJob.d.ts +0 -12
  58. package/domain/models/core/ApplicationMenu.d.ts +0 -16
  59. package/domain/models/core/ApplicationRoutes.d.ts +0 -2
  60. package/domain/models/core/EnvOptions.d.ts +0 -15
  61. package/domain/models/core/GenericItem.d.ts +0 -10
  62. package/domain/models/core/KeyValue.d.ts +0 -5
  63. package/domain/models/feeds/CreateUpdateFeedDto.d.ts +0 -11
  64. package/domain/models/feeds/EntityFeedsWidgetConfiguration.d.ts +0 -14
  65. package/domain/models/feeds/Feed.d.ts +0 -24
  66. package/domain/models/global_search/SaerchResultContainer.d.ts +0 -5
  67. package/domain/models/global_search/SearchResult.d.ts +0 -10
  68. package/domain/models/jace/AccountScope.d.ts +0 -9
  69. package/domain/models/jace/ActiveModuleView.d.ts +0 -11
  70. package/domain/models/jace/CategoriesWithModules.d.ts +0 -6
  71. package/domain/models/jace/JaceAccount.d.ts +0 -17
  72. package/domain/models/jace/JaceIdentity.d.ts +0 -17
  73. package/domain/models/jace/JaceModule.d.ts +0 -8
  74. package/domain/models/jace/JacePermission.d.ts +0 -10
  75. package/domain/models/jace/JaceRole.d.ts +0 -13
  76. package/domain/models/jace/JaceUser.d.ts +0 -9
  77. package/domain/models/user/UpdateAccountRecoverySettingsDto.d.ts +0 -5
  78. package/domain/models/user/UpdatePasswordDto.d.ts +0 -9
  79. package/domain/models/user/UpdateProfilePictureDto.d.ts +0 -4
  80. package/domain/models/user/UserAccount.d.ts +0 -23
  81. package/domain/public-api.d.ts +0 -25
  82. package/domain/tokens.d.ts +0 -22
  83. package/helpers/classes/ResizeListener.d.ts +0 -12
  84. package/helpers/public-api.d.ts +0 -1
  85. package/lib/app.component.d.ts +0 -12
  86. package/lib/core.module.d.ts +0 -94
  87. package/modules/classes/_base.module.d.ts +0 -4
  88. package/modules/classes/_embedding.module.d.ts +0 -11
  89. package/modules/classes/_shared.module.d.ts +0 -29
  90. package/modules/classes/t_c.module.d.ts +0 -13
  91. package/modules/public-api.d.ts +0 -4
  92. package/pipes/classes/included_in.pipe.d.ts +0 -7
  93. package/pipes/classes/safe_html.pipe.d.ts +0 -10
  94. package/pipes/classes/safe_script.pipe.d.ts +0 -10
  95. package/pipes/classes/safe_style.pipe.d.ts +0 -10
  96. package/pipes/classes/safe_url.pipe.d.ts +0 -10
  97. package/pipes/pipes.module.d.ts +0 -11
  98. package/pipes/public-api.d.ts +0 -6
  99. package/public-api.d.ts +0 -2
  100. package/services/classes/app.accesstoken.d.ts +0 -17
  101. package/services/classes/app.completedjobredirection.d.ts +0 -12
  102. package/services/classes/app.errorhandler.d.ts +0 -12
  103. package/services/classes/app.event.d.ts +0 -10
  104. package/services/classes/app.globalsearch.d.ts +0 -25
  105. package/services/classes/app.httpextensions.d.ts +0 -34
  106. package/services/classes/app.httpextensions.loc.d.ts +0 -8
  107. package/services/classes/app.menufilter.d.ts +0 -14
  108. package/services/classes/app.routeguard.d.ts +0 -10
  109. package/services/classes/app.session.d.ts +0 -14
  110. package/services/classes/app.state.d.ts +0 -62
  111. package/services/classes/preferences/app.cache.persistor.d.ts +0 -25
  112. package/services/classes/preferences/app.preference.persistor.d.ts +0 -25
  113. package/services/classes/preferences/user/app.userpreferences.base.d.ts +0 -25
  114. package/services/public-api.d.ts +0 -13
@@ -1,5 +1,660 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@esfaenza/core/components" />
5
- export * from './public-api';
1
+ import * as i0 from '@angular/core';
2
+ import { EventEmitter, ChangeDetectorRef, Type, ElementRef, NgZone, Injector, TemplateRef, SimpleChanges } from '@angular/core';
3
+ import * as i2 from '@angular/router';
4
+ import { Router, ActivatedRoute, UrlTree, UrlSegment, Data } from '@angular/router';
5
+ import { Title, DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
6
+ import { AppEmbeddingExtensions, MessageService, UtilityService, ExportService } from '@esfaenza/extensions';
7
+ import { AppState, TokenService, CompletedJobRedirectionService, GlobalSearchService, UserPreferencesService, MenuFilteringService } from '@esfaenza/core/services';
8
+ import { HTTPService } from '@esfaenza/httpservice';
9
+ import * as i1 from '@angular/common';
10
+ import { Location } from '@angular/common';
11
+ import { AccessControlService } from '@esfaenza/access-control';
12
+ import { BaseMessageService, NotificationsService } from '@esfaenza/signalr-notifications';
13
+ import { PreferencesService, CacheService } from '@esfaenza/preferences';
14
+ import * as i5 from '@esfaenza/localizations';
15
+ import { LocalizationService } from '@esfaenza/localizations';
16
+ import { JaceIdentity, ApplicationJob, ApplicationMenu, SearchResult, SearchResultContainer, ActiveModuleView, EntityFeedsWidgetConfiguration, Feed, CreateUpdateFeedDto, UserAccount, UpdatePasswordDto } from '@esfaenza/core/domain';
17
+ import { Subscription, ReplaySubject, Subject } from 'rxjs';
18
+ import * as i3 from '@angular/forms';
19
+ import { NgForm, NgModel } from '@angular/forms';
20
+ import * as i4 from '@esfaenza/core/directives';
21
+ import * as i6 from 'ngx-bootstrap/progressbar';
22
+ import * as i7 from 'ngx-bootstrap/dropdown';
23
+ import * as i8 from 'ngx-bootstrap/modal';
24
+ import { ModalDirective } from 'ngx-bootstrap/modal';
25
+ import * as i9 from '@esfaenza/es-table';
26
+ import { ThTdProvider, AppSearch } from '@esfaenza/es-table';
27
+ import { ImageTransform, ImageCroppedEvent } from 'ngx-image-cropper';
28
+ import { AppFile } from '@esfaenza/forms-and-validations';
29
+ import { DropdownOption } from '@esfaenza/utility-components';
30
+ import { HttpParams } from '@angular/common/http';
31
+
32
+ declare class BackTop {
33
+ position: number;
34
+ showSpeed: number;
35
+ moveSpeed: number;
36
+ private _selector;
37
+ ngAfterViewInit(): void;
38
+ _onClick(): boolean;
39
+ _onWindowScroll(): void;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<BackTop, never>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<BackTop, "back-top", never, { "position": { "alias": "position"; "required": false; }; "showSpeed": { "alias": "showSpeed"; "required": false; }; "moveSpeed": { "alias": "moveSpeed"; "required": false; }; }, {}, never, never, true, never>;
42
+ }
43
+
44
+ declare class Breadcrumb {
45
+ _state: AppState;
46
+ private router;
47
+ private _activatedRoute;
48
+ private _titleService;
49
+ private emb;
50
+ MainLink: BreadcrumbItem;
51
+ SubLinks: BreadcrumbItem[];
52
+ constructor(_state: AppState, router: Router, _activatedRoute: ActivatedRoute, _titleService: Title, emb: AppEmbeddingExtensions);
53
+ handleNavigation(title: string, internal: boolean, tree?: UrlTree): void;
54
+ ngOnInit(): void;
55
+ onSubNavigation(tree: UrlTree, title: string): void;
56
+ onMainNavigation(tree: UrlTree, title: string): void;
57
+ private getRouterLink;
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<Breadcrumb, never>;
59
+ static ɵcmp: i0.ɵɵComponentDeclaration<Breadcrumb, "breadcrumb", never, {}, {}, never, never, true, never>;
60
+ }
61
+ declare class BreadcrumbItem {
62
+ title: string;
63
+ routerLink: any[];
64
+ }
65
+
66
+ declare class EsModalComponent {
67
+ _state: AppState;
68
+ Size: string;
69
+ IgnoreBackdrop: boolean;
70
+ Backdrop: boolean;
71
+ HasOverlap: boolean;
72
+ onShow: EventEmitter<void>;
73
+ onHide: EventEmitter<void>;
74
+ constructor(_state: AppState);
75
+ private Modal;
76
+ show(): void;
77
+ hide(): void;
78
+ static ɵfac: i0.ɵɵFactoryDeclaration<EsModalComponent, never>;
79
+ static ɵcmp: i0.ɵɵComponentDeclaration<EsModalComponent, "es-modal", never, { "Size": { "alias": "Size"; "required": false; }; "IgnoreBackdrop": { "alias": "IgnoreBackdrop"; "required": false; }; "Backdrop": { "alias": "Backdrop"; "required": false; }; "HasOverlap": { "alias": "HasOverlap"; "required": false; }; }, { "onShow": "onShow"; "onHide": "onHide"; }, never, ["*"], true, never>;
80
+ }
81
+
82
+ declare class ErrorPageComponent {
83
+ private router;
84
+ private route;
85
+ private msgService;
86
+ private http;
87
+ private bts;
88
+ private emb;
89
+ ANONYMOUS_MODE: boolean;
90
+ statusCode: string;
91
+ statusText: string;
92
+ errorMessage: string;
93
+ errorFrom: string;
94
+ errorLastCalls: string;
95
+ previousUrl: string;
96
+ identityInfos: string;
97
+ errorLastRequests: string;
98
+ errorLastResponses: string;
99
+ debugging: boolean;
100
+ constructor(router: Router, route: ActivatedRoute, msgService: MessageService, http: HTTPService, bts: TokenService, emb: AppEmbeddingExtensions, ANONYMOUS_MODE: boolean);
101
+ ngOnInit(): void;
102
+ b64DecodeUnicode(str: any): string;
103
+ goPreviousPage(): void;
104
+ goDashboard(): void;
105
+ dlgCreateTicket: EsModalComponent;
106
+ CreateTicketDTO: any;
107
+ canReport: boolean;
108
+ onCreateTicket(): void;
109
+ doCreateTicket(): void;
110
+ static ɵfac: i0.ɵɵFactoryDeclaration<ErrorPageComponent, never>;
111
+ static ɵcmp: i0.ɵɵComponentDeclaration<ErrorPageComponent, "errorpage", never, {}, {}, never, never, true, never>;
112
+ }
113
+
114
+ declare class PagesComponent {
115
+ sanitizer: DomSanitizer;
116
+ _state: AppState;
117
+ private _location;
118
+ router: Router;
119
+ isMenuCollapsed: boolean;
120
+ maxHeight: number;
121
+ dynamicCSSUrl: SafeResourceUrl;
122
+ loadedModuleCss: string;
123
+ constructor(sanitizer: DomSanitizer, _state: AppState, _location: Location, router: Router);
124
+ ngOnInit(): void;
125
+ getCurrentPageName(): void;
126
+ hideMenu(): void;
127
+ getHeight(): void;
128
+ onResize(event: any): void;
129
+ static ɵfac: i0.ɵɵFactoryDeclaration<PagesComponent, never>;
130
+ static ɵcmp: i0.ɵɵComponentDeclaration<PagesComponent, "pages", never, {}, {}, never, never, true, never>;
131
+ }
132
+
133
+ declare class ExternalPagesComponent {
134
+ emb: AppEmbeddingExtensions;
135
+ private route;
136
+ anonymousMode: boolean;
137
+ constructor(emb: AppEmbeddingExtensions, _state: AppState, route: ActivatedRoute, bts: TokenService, aac: AccessControlService, anonymousMode: boolean);
138
+ static ɵfac: i0.ɵɵFactoryDeclaration<ExternalPagesComponent, never>;
139
+ static ɵcmp: i0.ɵɵComponentDeclaration<ExternalPagesComponent, "external-pages", never, {}, {}, never, never, true, never>;
140
+ }
141
+
142
+ declare class JaceLoginComponent {
143
+ loginUrlLegacy: boolean;
144
+ constructor(loginUrlLegacy: boolean);
145
+ ngOnInit(): void;
146
+ static ɵfac: i0.ɵɵFactoryDeclaration<JaceLoginComponent, never>;
147
+ static ɵcmp: i0.ɵɵComponentDeclaration<JaceLoginComponent, "login", never, {}, {}, never, never, true, never>;
148
+ }
149
+
150
+ declare abstract class ReactiveComponent {
151
+ protected Subscriptions: Subscription[];
152
+ protected destroyed$: ReplaySubject<boolean>;
153
+ ngOnDestroy(): void;
154
+ static ɵfac: i0.ɵɵFactoryDeclaration<ReactiveComponent, never>;
155
+ static ɵcmp: i0.ɵɵComponentDeclaration<ReactiveComponent, "ng-component", never, {}, {}, never, never, false, never>;
156
+ }
157
+
158
+ declare class Navbar extends ReactiveComponent {
159
+ private prefsService;
160
+ private cacheService;
161
+ private MessageDef;
162
+ private notifications;
163
+ private msgExts;
164
+ lc: LocalizationService;
165
+ private http;
166
+ cdr: ChangeDetectorRef;
167
+ _state: AppState;
168
+ sr: TokenService;
169
+ private router;
170
+ private cjrService;
171
+ extensionComponents: Type<any>[];
172
+ loginUrlLegacy: boolean;
173
+ ANONYMOUS_MODE: boolean;
174
+ applicationVersion: string;
175
+ applicationEnvironment: string;
176
+ isMenuCollapsed: boolean;
177
+ anomaliesProcessing: boolean;
178
+ CurrentIdentity: JaceIdentity;
179
+ private newVersionWarned;
180
+ navbar: ElementRef;
181
+ constructor(prefsService: PreferencesService, cacheService: CacheService, MessageDef: BaseMessageService, notifications: NotificationsService, msgExts: MessageService, lc: LocalizationService, http: HTTPService, cdr: ChangeDetectorRef, _state: AppState, sr: TokenService, router: Router, cjrService: CompletedJobRedirectionService, extensionComponents: Type<any>[], loginUrlLegacy: boolean, ANONYMOUS_MODE: boolean);
182
+ ngOnDestroy(): void;
183
+ private handleBaseNotifications;
184
+ private checkIdentity;
185
+ private checkSessionTimeout;
186
+ ngAfterViewInit(): void;
187
+ goToDashboard(): void;
188
+ toggleMenu(): void;
189
+ logout(): void;
190
+ changeModule(): void;
191
+ changeTenant(): void;
192
+ clearUserPreferences(warn?: boolean): void;
193
+ clearCacheClient(warn?: boolean): void;
194
+ clearCacheServer(): void;
195
+ clearAll(): void;
196
+ forceClearConnectedClientAssets(muo: 'cache' | 'preferences'): void;
197
+ clearMessages(): void;
198
+ completedJobClicked(job: ApplicationJob): void;
199
+ static ɵfac: i0.ɵɵFactoryDeclaration<Navbar, never>;
200
+ static ɵcmp: i0.ɵɵComponentDeclaration<Navbar, "navbar", never, {}, {}, never, ["*"], true, never>;
201
+ }
202
+
203
+ declare class RedirecterComponent {
204
+ _state: AppState;
205
+ private route;
206
+ router: Router;
207
+ private redirectMap;
208
+ private emb;
209
+ Error: string;
210
+ tenant: string;
211
+ private wrongTenant;
212
+ constructor(_state: AppState, route: ActivatedRoute, router: Router, redirectMap: {
213
+ [index: string]: {
214
+ url: string;
215
+ params: string[];
216
+ };
217
+ }, emb: AppEmbeddingExtensions);
218
+ ngOnInit(): void;
219
+ static ɵfac: i0.ɵɵFactoryDeclaration<RedirecterComponent, [null, null, null, { optional: true; }, null]>;
220
+ static ɵcmp: i0.ɵɵComponentDeclaration<RedirecterComponent, "redirecter", never, {}, {}, never, never, true, never>;
221
+ }
222
+
223
+ declare class Sidebar {
224
+ lc: LocalizationService;
225
+ private cdr;
226
+ private _elementRef;
227
+ private _router;
228
+ _state: AppState;
229
+ private zone;
230
+ private utiExts;
231
+ private aac;
232
+ private menuItemsRaw;
233
+ private menuFilteringService;
234
+ sr: TokenService;
235
+ globalSearchService: GlobalSearchService;
236
+ profile: UserPreferencesService;
237
+ private msgExts;
238
+ menuItems: Array<any>;
239
+ menuHeight: number;
240
+ isMenuCollapsed: boolean;
241
+ isMenuShouldCollapsed: boolean;
242
+ showHoverElem: boolean;
243
+ hoverElemHeight: number;
244
+ hoverElemTop: number;
245
+ applicationVersion: string;
246
+ applicationName: string;
247
+ user: string;
248
+ tenant: string;
249
+ sidebar: ElementRef;
250
+ constructor(lc: LocalizationService, lcMenu: Type<LocalizationService>, cdr: ChangeDetectorRef, _elementRef: ElementRef, _router: Router, _state: AppState, zone: NgZone, utiExts: UtilityService, aac: AccessControlService, menuItemsRaw: ApplicationMenu[], menuFilteringService: MenuFilteringService, sr: TokenService, globalSearchService: GlobalSearchService, profile: UserPreferencesService, msgExts: MessageService);
251
+ ngOnInit(): Promise<void>;
252
+ private getMenuItems;
253
+ private checkSubMenuOverClaims;
254
+ onWindowResize(): void;
255
+ private _shouldMenuCollapse;
256
+ menuCollapse(): void;
257
+ menuCollapseStateChange(isCollapsed: boolean): void;
258
+ menuExpand(): void;
259
+ hoverItem(jQueryevent: any): void;
260
+ sendAwayHoverElement(): void;
261
+ updateSidebarHeight(): void;
262
+ collapseMenu(jQueryevent: any, item: any): boolean;
263
+ private outsideAngularClickHandler;
264
+ onChangeTenant(): void;
265
+ onLogout(): void;
266
+ private getUserProfileData;
267
+ SelectedResult: SearchResult;
268
+ ShowSingleTable: boolean;
269
+ searchTerm: string;
270
+ searchingTerm: boolean;
271
+ searchResult: SearchResultContainer;
272
+ onSearchRequest(): void;
273
+ onSearchModelChanged(): void;
274
+ closeSearch(): void;
275
+ FilterSearchResults(item?: SearchResult): void;
276
+ static ɵfac: i0.ɵɵFactoryDeclaration<Sidebar, [null, { optional: true; }, null, null, null, null, null, null, null, null, null, null, null, null, null]>;
277
+ static ɵcmp: i0.ɵɵComponentDeclaration<Sidebar, "sidebar", never, {}, {}, never, never, true, never>;
278
+ }
279
+
280
+ declare abstract class BaseComponent extends ReactiveComponent {
281
+ protected CompletePath: string;
282
+ protected ComponentPath: string;
283
+ protected BasePath: string;
284
+ protected Parameters: {
285
+ [name: string]: string;
286
+ };
287
+ protected QueryParameters: {
288
+ [name: string]: string;
289
+ };
290
+ protected InternalNavigation: boolean;
291
+ protected NavigationTitle: string;
292
+ private _router;
293
+ private _emb;
294
+ constructor(injector: Injector);
295
+ gatherRouteInformations(segs: UrlSegment[], data: Data): void;
296
+ protected navigate(command: any[], extras?: any): void;
297
+ back(): void;
298
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseComponent, never>;
299
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseComponent, "ng-component", never, {}, {}, never, never, false, never>;
300
+ }
301
+
302
+ declare class JaceResourceComponent {
303
+ private cdr;
304
+ private _state;
305
+ private sanitizer;
306
+ Module: string;
307
+ ModuleKeyType: 'altid' | 'id';
308
+ Page: string;
309
+ Localhost: string;
310
+ Params: {
311
+ [id: string]: string;
312
+ };
313
+ Height: number;
314
+ sanitizedSourceResource: SafeResourceUrl;
315
+ constructor(cdr: ChangeDetectorRef, _state: AppState, sanitizer: DomSanitizer);
316
+ ngOnInit(): void;
317
+ ngAfterViewInit(): void;
318
+ afterModulesRetrieve(modules: ActiveModuleView[]): Promise<void>;
319
+ static ɵfac: i0.ɵɵFactoryDeclaration<JaceResourceComponent, never>;
320
+ static ɵcmp: i0.ɵɵComponentDeclaration<JaceResourceComponent, "jace-resource", never, { "Module": { "alias": "Module"; "required": false; }; "ModuleKeyType": { "alias": "ModuleKeyType"; "required": false; }; "Page": { "alias": "Page"; "required": false; }; "Localhost": { "alias": "Localhost"; "required": false; }; "Params": { "alias": "Params"; "required": false; }; }, {}, never, never, true, never>;
321
+ }
322
+
323
+ declare class EsModalHeadComponent {
324
+ _state: AppState;
325
+ AllowClose: boolean;
326
+ Close: EventEmitter<void>;
327
+ constructor(_state: AppState);
328
+ CloseFunction(): void;
329
+ static ɵfac: i0.ɵɵFactoryDeclaration<EsModalHeadComponent, never>;
330
+ static ɵcmp: i0.ɵɵComponentDeclaration<EsModalHeadComponent, "es-modal-head", never, { "AllowClose": { "alias": "AllowClose"; "required": false; }; }, { "Close": "Close"; }, never, ["*"], true, never>;
331
+ }
332
+
333
+ declare class LabeledSpanComponent {
334
+ H_MODE: string;
335
+ V_MODE: string;
336
+ First: boolean;
337
+ Label: string;
338
+ Display: "Horizontal" | "Vertical";
339
+ constructor();
340
+ static ɵfac: i0.ɵɵFactoryDeclaration<LabeledSpanComponent, never>;
341
+ static ɵcmp: i0.ɵɵComponentDeclaration<LabeledSpanComponent, "labeled-span", never, { "First": { "alias": "First"; "required": false; }; "Label": { "alias": "Label"; "required": false; }; "Display": { "alias": "Display"; "required": false; }; }, {}, never, ["*"], true, never>;
342
+ }
343
+
344
+ declare class EsImageCropperComponent {
345
+ Height: number;
346
+ Width: number;
347
+ constructor();
348
+ ProfileImage: AppFile;
349
+ private _OutputImage;
350
+ get OutputImage(): any;
351
+ canvasRotation: number;
352
+ scale: number;
353
+ transform: ImageTransform;
354
+ onResetImage(): void;
355
+ onImageCropped(event: ImageCroppedEvent): void;
356
+ onRotateLeft(): void;
357
+ onRotateRight(): void;
358
+ onFlipHorizontal(): void;
359
+ onFlipVertical(): void;
360
+ private doFlipAfterRotate;
361
+ onZoomOut(): void;
362
+ onZoomIn(): void;
363
+ static ɵfac: i0.ɵɵFactoryDeclaration<EsImageCropperComponent, never>;
364
+ static ɵcmp: i0.ɵɵComponentDeclaration<EsImageCropperComponent, "es-image-cropper", never, { "Height": { "alias": "Height"; "required": false; }; "Width": { "alias": "Width"; "required": false; }; }, {}, never, never, true, never>;
365
+ }
366
+
367
+ declare class FormSelectorComponent {
368
+ SetValidationSubject: Subject<{
369
+ fieldName: string;
370
+ error: string;
371
+ }>;
372
+ ModalOnly: i0.InputSignal<boolean>;
373
+ Valid: i0.InputSignal<boolean>;
374
+ SelectedLabel: i0.ModelSignal<any>;
375
+ Validation: i0.InputSignal<boolean>;
376
+ Readonly: i0.InputSignal<boolean>;
377
+ Form: i0.InputSignal<NgForm>;
378
+ Name: i0.InputSignal<string>;
379
+ ngModelOptions: any;
380
+ Required: i0.InputSignal<boolean>;
381
+ Placeholder: i0.InputSignal<string>;
382
+ HasExternalLink: i0.InputSignal<boolean>;
383
+ onChange: EventEmitter<void>;
384
+ onSearch: EventEmitter<void>;
385
+ onNavigation: EventEmitter<void>;
386
+ onClipboardCopy: EventEmitter<void>;
387
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectorComponent, never>;
388
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormSelectorComponent, "form-selector", never, { "SetValidationSubject": { "alias": "SetValidationSubject"; "required": false; }; "ModalOnly": { "alias": "ModalOnly"; "required": false; "isSignal": true; }; "Valid": { "alias": "Valid"; "required": false; "isSignal": true; }; "SelectedLabel": { "alias": "SelectedLabel"; "required": false; "isSignal": true; }; "Validation": { "alias": "Validation"; "required": false; "isSignal": true; }; "Readonly": { "alias": "Readonly"; "required": false; "isSignal": true; }; "Form": { "alias": "Form"; "required": false; "isSignal": true; }; "Name": { "alias": "Name"; "required": false; "isSignal": true; }; "ngModelOptions": { "alias": "ngModelOptions"; "required": false; "isSignal": true; }; "Required": { "alias": "Required"; "required": false; "isSignal": true; }; "Placeholder": { "alias": "Placeholder"; "required": false; "isSignal": true; }; "HasExternalLink": { "alias": "HasExternalLink"; "required": false; "isSignal": true; }; }, { "SelectedLabel": "SelectedLabelChange"; "onChange": "onChange"; "onSearch": "onSearch"; "onNavigation": "onNavigation"; "onClipboardCopy": "onClipboardCopy"; }, never, never, true, never>;
389
+ }
390
+
391
+ declare class FormSelectorDialogComponent {
392
+ Subject: string;
393
+ EsTableTemplate: ThTdProvider;
394
+ TableClasses: string;
395
+ SingleSelection: boolean;
396
+ searchView: any;
397
+ onClearValue: EventEmitter<void>;
398
+ onCloseDialog: EventEmitter<void>;
399
+ onConfirmSelection: EventEmitter<void>;
400
+ onSearchRequest: EventEmitter<boolean>;
401
+ onDialogVisibilityChange: EventEmitter<boolean>;
402
+ itemSearch: EsModalComponent;
403
+ show(): void;
404
+ hide(): void;
405
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormSelectorDialogComponent, never>;
406
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormSelectorDialogComponent, "form-selector-dialog", never, { "Subject": { "alias": "Subject"; "required": false; }; "EsTableTemplate": { "alias": "EsTableTemplate"; "required": false; }; "TableClasses": { "alias": "TableClasses"; "required": false; }; "SingleSelection": { "alias": "SingleSelection"; "required": false; }; "searchView": { "alias": "searchView"; "required": false; }; }, { "onClearValue": "onClearValue"; "onCloseDialog": "onCloseDialog"; "onConfirmSelection": "onConfirmSelection"; "onSearchRequest": "onSearchRequest"; "onDialogVisibilityChange": "onDialogVisibilityChange"; }, never, ["[filters]"], true, never>;
407
+ }
408
+
409
+ declare class EntityFeedsWidgetComponent {
410
+ private http;
411
+ private utiExts;
412
+ private msgs;
413
+ private tks;
414
+ EntityType: string;
415
+ EntityId: string;
416
+ RefreshSubject: Subject<void>;
417
+ GetFeedsAPI: string;
418
+ CreateFeedAPI: string;
419
+ UpdateFeedAPI: string;
420
+ DeleteFeedAPI: string;
421
+ ReactToFeedAPI: string;
422
+ GetUserTagsAPI: string;
423
+ GetFeedAttachmentAPI: string;
424
+ WidgetTitle: string;
425
+ MaxHeight: string;
426
+ Readonly: boolean;
427
+ AllowUserTags: boolean;
428
+ AllowReactions: boolean;
429
+ AllowAttachments: boolean;
430
+ AllowComments: boolean;
431
+ AllowReplies: boolean;
432
+ DebugMode: boolean;
433
+ ModuleConfig: EntityFeedsWidgetConfiguration;
434
+ FLAG_RefreshingFeeds: boolean;
435
+ Feeds: Feed[];
436
+ LoggedUser: string;
437
+ FeedContentFilter: string;
438
+ UserTags: string[];
439
+ private refreshSub;
440
+ constructor(http: HTTPService, utiExts: UtilityService, msgs: MessageService, tks: TokenService);
441
+ ngOnInit(): void;
442
+ ngOnDestroy(): void;
443
+ doRefreshFeeds(): void;
444
+ onDownloadFeedAttachment(item: Feed): void;
445
+ dlgCreateUpdateFeed: EsModalComponent;
446
+ CreateUpdateFeedDTO: CreateUpdateFeedDto;
447
+ AllegatoFile: AppFile;
448
+ EditMode: boolean;
449
+ onCreateFeed(isReply?: boolean): void;
450
+ onUpdateFeed(): void;
451
+ doCreateUpdateFeed(): void;
452
+ onDeleteFeed(): void;
453
+ private doDeleteFeed;
454
+ onReactToFeed(item: Feed, idReaction: string): void;
455
+ private doReactToFeed;
456
+ dlgFeedContentDetails: EsModalComponent;
457
+ FeedContentDetails: string;
458
+ onShowFeedContent(item: string): void;
459
+ SelectedFeed: Feed;
460
+ FeedsOperations: DropdownOption[];
461
+ onSelectFeed(item: Feed): boolean;
462
+ static ɵfac: i0.ɵɵFactoryDeclaration<EntityFeedsWidgetComponent, never>;
463
+ static ɵcmp: i0.ɵɵComponentDeclaration<EntityFeedsWidgetComponent, "entity-feeds-widget", never, { "EntityType": { "alias": "EntityType"; "required": false; }; "EntityId": { "alias": "EntityId"; "required": false; }; "RefreshSubject": { "alias": "RefreshSubject"; "required": false; }; "GetFeedsAPI": { "alias": "GetFeedsAPI"; "required": false; }; "CreateFeedAPI": { "alias": "CreateFeedAPI"; "required": false; }; "UpdateFeedAPI": { "alias": "UpdateFeedAPI"; "required": false; }; "DeleteFeedAPI": { "alias": "DeleteFeedAPI"; "required": false; }; "ReactToFeedAPI": { "alias": "ReactToFeedAPI"; "required": false; }; "GetUserTagsAPI": { "alias": "GetUserTagsAPI"; "required": false; }; "GetFeedAttachmentAPI": { "alias": "GetFeedAttachmentAPI"; "required": false; }; "WidgetTitle": { "alias": "WidgetTitle"; "required": false; }; "MaxHeight": { "alias": "MaxHeight"; "required": false; }; "Readonly": { "alias": "Readonly"; "required": false; }; "AllowUserTags": { "alias": "AllowUserTags"; "required": false; }; "AllowReactions": { "alias": "AllowReactions"; "required": false; }; "AllowAttachments": { "alias": "AllowAttachments"; "required": false; }; "AllowComments": { "alias": "AllowComments"; "required": false; }; "AllowReplies": { "alias": "AllowReplies"; "required": false; }; "DebugMode": { "alias": "DebugMode"; "required": false; }; "ModuleConfig": { "alias": "ModuleConfig"; "required": false; }; }, {}, never, never, true, never>;
464
+ }
465
+
466
+ declare class ComponentsModule {
467
+ static ɵfac: i0.ɵɵFactoryDeclaration<ComponentsModule, never>;
468
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ComponentsModule, never, [typeof i1.CommonModule, typeof i2.RouterModule, typeof i3.FormsModule, typeof i4.DirectivesModule, typeof i5.LocalizationModule, typeof i6.ProgressbarModule, typeof i7.BsDropdownModule, typeof i8.ModalModule, typeof i9.EsTableModule, typeof BackTop, typeof Breadcrumb, typeof ErrorPageComponent, typeof PagesComponent, typeof ExternalPagesComponent, typeof JaceLoginComponent, typeof Navbar, typeof RedirecterComponent, typeof Sidebar, typeof JaceResourceComponent, typeof EsModalComponent, typeof EsModalHeadComponent, typeof LabeledSpanComponent, typeof EsImageCropperComponent, typeof FormSelectorComponent, typeof FormSelectorDialogComponent, typeof EntityFeedsWidgetComponent], [typeof BackTop, typeof Breadcrumb, typeof ErrorPageComponent, typeof PagesComponent, typeof ExternalPagesComponent, typeof JaceLoginComponent, typeof Navbar, typeof RedirecterComponent, typeof Sidebar, typeof JaceResourceComponent, typeof EsModalComponent, typeof EsModalHeadComponent, typeof LabeledSpanComponent, typeof EsImageCropperComponent, typeof FormSelectorComponent, typeof FormSelectorDialogComponent, typeof EntityFeedsWidgetComponent]>;
469
+ static ɵinj: i0.ɵɵInjectorDeclaration<ComponentsModule>;
470
+ }
471
+
472
+ declare class EmbeddingComponent extends BaseComponent {
473
+ private injector;
474
+ private emb;
475
+ Module: string;
476
+ Localhost: string;
477
+ Page: string;
478
+ Pars: string;
479
+ QueryPars: string;
480
+ EmbeddingSuccesfull: boolean;
481
+ constructor(injector: Injector, emb: AppEmbeddingExtensions);
482
+ ngOnInit(): void;
483
+ static ɵfac: i0.ɵɵFactoryDeclaration<EmbeddingComponent, never>;
484
+ static ɵcmp: i0.ɵɵComponentDeclaration<EmbeddingComponent, "embedding", never, {}, {}, never, never, true, never>;
485
+ }
486
+
487
+ declare class UserInfosComponent extends BaseComponent {
488
+ private tks;
489
+ msgExts: MessageService;
490
+ expExts: ExportService;
491
+ utiExts: UtilityService;
492
+ lc: LocalizationService;
493
+ _state: AppState;
494
+ profile: UserPreferencesService;
495
+ private prefs;
496
+ private PREFS_DISABLE_EFFECTS;
497
+ AccountDetails: UserAccount;
498
+ AccountRoles: string[];
499
+ AccountPermissions: string[];
500
+ GraphicEffectsDeactivated: boolean;
501
+ constructor(inj: Injector, tks: TokenService, msgExts: MessageService, expExts: ExportService, utiExts: UtilityService, lc: LocalizationService, _state: AppState, profile: UserPreferencesService, prefs: PreferencesService);
502
+ ngOnInit(): Promise<void>;
503
+ effectsActiveChanged(): Promise<void>;
504
+ getAccountDetails(): Promise<void>;
505
+ dlgShowAccountRoles: EsModalComponent;
506
+ onShowAccountRoles(): void;
507
+ dlgUpdateProfilePicture: EsModalComponent;
508
+ imageCropper: EsImageCropperComponent;
509
+ UpdateProfilePictureDTO: {
510
+ image: AppFile;
511
+ };
512
+ onUpdateProfilePicture(): void;
513
+ doUpdateProfilePicture(): Promise<void>;
514
+ onDeleteProfilePicture(): void;
515
+ doDeleteProfilePicture(): Promise<void>;
516
+ dlgUpdateRecoverySettings: EsModalComponent;
517
+ UpdateRecoverySettingsDTO: {
518
+ email: string;
519
+ };
520
+ onUpdateRecoverySettings(): void;
521
+ doUpdateRecoverySettings(): Promise<void>;
522
+ dlgUpdatePassword: EsModalComponent;
523
+ UpdatePasswordDTO: UpdatePasswordDto;
524
+ CustomError: string;
525
+ onUpdatePassword(): void;
526
+ doUpdatePassword(): Promise<void>;
527
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserInfosComponent, never>;
528
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserInfosComponent, "user-infos", never, {}, {}, never, never, true, never>;
529
+ }
530
+
531
+ declare class BaseSelectorInitialization<TSearch> {
532
+ subject: string;
533
+ searchType: new () => TSearch;
534
+ searchApi: string;
535
+ navigationEntity?: string;
536
+ searchIndependantProperties?: string[];
537
+ idProperty?: string;
538
+ constructor(subject: string, searchType: new () => TSearch, searchApi: string, navigationEntity?: string, searchIndependantProperties?: string[], idProperty?: string);
539
+ }
540
+
541
+ declare class BaseSelectorComponent<TSearch extends AppSearch<TItem>, TItem> {
542
+ private injector;
543
+ Initialized: ReplaySubject<boolean>;
544
+ itemSearch: i0.Signal<ModalDirective>;
545
+ EsTableTemplate: i0.Signal<ThTdProvider>;
546
+ EsTableTemplateComponent: i0.Signal<ThTdProvider>;
547
+ FiltersTemplate: i0.Signal<TemplateRef<any>>;
548
+ ModalOnly: boolean;
549
+ EntityName: string;
550
+ searchModal: ModalDirective;
551
+ inputChange: EventEmitter<TItem[] | TItem>;
552
+ firstValueLoaded: EventEmitter<void>;
553
+ protected SelectedItems: string[];
554
+ SelectedObjects: TItem[];
555
+ SelectedLabel: string;
556
+ propagateChange: (_: any) => void;
557
+ registerOnChange(fn: any): void;
558
+ registerOnTouched(fn: any): void;
559
+ DisplayMode: boolean;
560
+ Readonly: boolean;
561
+ Form: NgForm;
562
+ Placeholder: string;
563
+ ngModelOptions: any;
564
+ SingleSelection: boolean;
565
+ Required: boolean;
566
+ Validation: boolean;
567
+ PageSize: number;
568
+ Navigation: boolean;
569
+ EmitStartingValue: boolean;
570
+ dialogVisible: EventEmitter<boolean>;
571
+ dialogHidden: EventEmitter<boolean>;
572
+ inputFinalized: EventEmitter<string>;
573
+ name: string;
574
+ searchView: TSearch;
575
+ protected nameof: <T>(name: Extract<keyof T, string>) => string;
576
+ subject: string;
577
+ private searchType;
578
+ private searchApi;
579
+ private itemIdProperty;
580
+ private searchIndependantProperties;
581
+ navigationEntity: string;
582
+ protected applyFilters(view: TSearch, firstApplication?: boolean, onlyEssentials?: boolean): void;
583
+ protected applyIdFilter(view: TSearch, itemid?: string): void;
584
+ protected evaluateLabel(item: TItem[]): string;
585
+ protected loadSearchDictionaries(): Promise<void>;
586
+ protected Initialize(): BaseSelectorInitialization<TSearch>;
587
+ private firstApplication;
588
+ ngControl: NgModel;
589
+ Pristine: boolean;
590
+ private CurrentValue;
591
+ ac: AccessControlService;
592
+ ValidationSubject: Subject<{
593
+ fieldName: string;
594
+ error: string;
595
+ }>;
596
+ destroyed$: Subject<void>;
597
+ private router;
598
+ lc: LocalizationService;
599
+ http: HTTPService;
600
+ state: AppState;
601
+ private msgExts;
602
+ private clipboardService;
603
+ private hashingService;
604
+ private redirectMap;
605
+ private routesMap;
606
+ constructor(injector: Injector);
607
+ _outer: BaseSelectorComponent<any, any>;
608
+ bridge(outer: BaseSelectorComponent<any, any>): void;
609
+ ngOnInit(): Promise<void>;
610
+ ngOnDestroy(): Promise<void>;
611
+ ngOnChanges(changes: SimpleChanges): Promise<void>;
612
+ resetSearch(applyFilters?: boolean): boolean;
613
+ initStartValue(valueId: string): void;
614
+ ensureClosed(): void;
615
+ confirmSelection(): Promise<void>;
616
+ sendSearch(resetPage?: boolean, selectResults?: boolean, applyOtherFilters?: boolean): boolean;
617
+ private afterSearch;
618
+ writeValue(obj: any): Promise<void>;
619
+ changed(emit?: boolean): void;
620
+ cleanSelection(): void;
621
+ modalVisible(visible: boolean): void;
622
+ copyToClipboard(subjectOverride?: string): boolean;
623
+ navigate(): void;
624
+ private SelectAll;
625
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseSelectorComponent<any, any>, never>;
626
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseSelectorComponent<any, any>, "base-selector", never, { "ModalOnly": { "alias": "ModalOnly"; "required": false; }; "EntityName": { "alias": "EntityName"; "required": false; }; "DisplayMode": { "alias": "DisplayMode"; "required": false; }; "Readonly": { "alias": "Readonly"; "required": false; }; "Form": { "alias": "Form"; "required": false; }; "Placeholder": { "alias": "Placeholder"; "required": false; }; "ngModelOptions": { "alias": "ngModelOptions"; "required": false; }; "SingleSelection": { "alias": "SingleSelection"; "required": false; }; "Required": { "alias": "Required"; "required": false; }; "Validation": { "alias": "Validation"; "required": false; }; "PageSize": { "alias": "PageSize"; "required": false; }; "Navigation": { "alias": "Navigation"; "required": false; }; "EmitStartingValue": { "alias": "EmitStartingValue"; "required": false; }; "name": { "alias": "name"; "required": false; }; "ValidationSubject": { "alias": "ValidationSubject"; "required": false; }; }, { "inputChange": "inputChange"; "firstValueLoaded": "firstValueLoaded"; "dialogVisible": "dialogVisible"; "dialogHidden": "dialogHidden"; "inputFinalized": "inputFinalized"; }, ["EsTableTemplate", "FiltersTemplate"], never, true, never>;
627
+ }
628
+
629
+ declare abstract class BaseSearchComponent<TSearch extends AppSearch<TItem>, TItem> extends BaseComponent {
630
+ searchView: TSearch;
631
+ protected HotView: string;
632
+ protected SearchURL: string;
633
+ protected SearchType: new () => TSearch;
634
+ protected ItemType: new () => TItem;
635
+ protected http: HTTPService;
636
+ protected utiExts: UtilityService;
637
+ protected msgExts: MessageService;
638
+ private location;
639
+ private localStorage;
640
+ private route;
641
+ lc: LocalizationService;
642
+ constructor(injector: Injector);
643
+ ngOnInit(): void;
644
+ private init;
645
+ private createOrLoadView;
646
+ sendSearch(): void;
647
+ onSearchRequest(resetPage?: boolean): void;
648
+ private RetrieveProto;
649
+ prepareExport(callback: any, limit?: number, pars?: HttpParams): void;
650
+ abstract initialize(): [string, string, new () => TSearch, new () => TItem] | any;
651
+ protected getDictionaries(): Promise<void>;
652
+ protected afterLoadView(_: TSearch): void;
653
+ protected afterCreateView(_: TSearch): void;
654
+ protected reviewBindings(): void;
655
+ protected canPerformSearch(): boolean;
656
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseSearchComponent<any, any>, never>;
657
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseSearchComponent<any, any>, "ng-component", never, {}, {}, never, never, true, never>;
658
+ }
659
+
660
+ export { BackTop, BaseComponent, BaseSearchComponent, BaseSelectorComponent, BaseSelectorInitialization, Breadcrumb, BreadcrumbItem, ComponentsModule, EmbeddingComponent, EntityFeedsWidgetComponent, ErrorPageComponent, EsImageCropperComponent, EsModalComponent, EsModalHeadComponent, ExternalPagesComponent, FormSelectorComponent, FormSelectorDialogComponent, JaceLoginComponent, JaceResourceComponent, LabeledSpanComponent, Navbar, PagesComponent, ReactiveComponent, RedirecterComponent, Sidebar, UserInfosComponent };