@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.
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 +13 -16
  13. package/fesm2022/esfaenza-core.mjs.map +1 -1
  14. package/helpers/index.d.ts +14 -5
  15. package/index.d.ts +103 -5
  16. package/modules/index.d.ts +57 -5
  17. package/package.json +105 -96
  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,94 +0,0 @@
1
- import { ModuleWithProviders, Type } from "@angular/core";
2
- import { Routes } from "@angular/router";
3
- import "@angular/common/locales/global/it";
4
- import "widgster/widgster.js";
5
- import { LocalizationService, BaseLocalization } from "@esfaenza/localizations";
6
- import { HTTPService } from "@esfaenza/httpservice";
7
- import { BaseMessageService } from "@esfaenza/signalr-notifications";
8
- import { AccessControlService } from "@esfaenza/access-control";
9
- import { BaseAdapter } from "@esfaenza/es-charts";
10
- import { DateService } from "@esfaenza/extensions";
11
- import { TokenService, GlobalSearchService, CompletedJobRedirectionService, MenuFilteringService, UserPreferencesService } from "@esfaenza/core/services";
12
- import { ApplicationMenu, EnvOptions, AccountScope } from "@esfaenza/core/domain";
13
- import { Observable } from "rxjs";
14
- import { PrimeNG } from 'primeng/config';
15
- import * as i0 from "@angular/core";
16
- import * as i1 from "./app.component";
17
- import * as i2 from "@angular/platform-browser/animations";
18
- import * as i3 from "@esfaenza/core/modules";
19
- import * as i4 from "@esfaenza/core/components";
20
- import * as i5 from "@angular/service-worker";
21
- import * as i6 from "@angular/router";
22
- import * as i7 from "primeng/tooltip";
23
- import * as i8 from "@esfaenza/es-table";
24
- import * as i9 from "@esfaenza/forms-and-validations";
25
- import * as i10 from "@esfaenza/extensions";
26
- import * as i11 from "@esfaenza/localizations";
27
- import * as i12 from "@esfaenza/access-control";
28
- import * as i13 from "@esfaenza/httpservice";
29
- import * as i14 from "@esfaenza/signalr-notifications";
30
- import * as i15 from "@esfaenza/preferences";
31
- import * as i16 from "@esfaenza/es-charts";
32
- import * as i17 from "ngx-bootstrap/tooltip";
33
- import * as i18 from "ngx-bootstrap/modal";
34
- import * as i19 from "ngx-bootstrap/progressbar";
35
- import * as i20 from "ngx-bootstrap/dropdown";
36
- import * as i21 from "ngx-toastr";
37
- import * as i22 from "ngx-bootstrap/timepicker";
38
- import * as i23 from "@esfaenza/ngx-contextmenu";
39
- import * as i24 from "@esfaenza/ngx-dragula";
40
- import * as i25 from "ngx-markdown";
41
- export declare class EsFaenzaCoreModule {
42
- private lc;
43
- private primeng;
44
- private dates;
45
- constructor(lc: BaseLocalization, primeng: PrimeNG, dates: DateService);
46
- static forRoot(config?: EsFaenzaCoreModuleConfig): ModuleWithProviders<EsFaenzaCoreModule>;
47
- static ɵfac: i0.ɵɵFactoryDeclaration<EsFaenzaCoreModule, never>;
48
- static ɵmod: i0.ɵɵNgModuleDeclaration<EsFaenzaCoreModule, [typeof i1.AppComponent], [typeof i2.BrowserAnimationsModule, typeof i3.TemplateCommon, typeof i4.ComponentsModule, typeof i5.ServiceWorkerModule, typeof i6.RouterModule, typeof i7.TooltipModule, typeof i8.EsTableModule, typeof i9.FormsAndValidationsModule, typeof i10.ExtensionsModule, typeof i11.LocalizationModule, typeof i12.AccessControlModule, typeof i13.HttpserviceModule, typeof i14.SignalrNotificationsModule, typeof i15.PreferencesModule, typeof i16.EsChartsModule, typeof i17.TooltipModule, typeof i18.ModalModule, typeof i19.ProgressbarModule, typeof i20.BsDropdownModule, typeof i21.ToastrModule, typeof i22.TimepickerModule, typeof i23.ContextMenuModule, typeof i24.DragulaModule, typeof i25.MarkdownModule], never>;
49
- static ɵinj: i0.ɵɵInjectorDeclaration<EsFaenzaCoreModule>;
50
- }
51
- export declare class EsFaenzaCoreModuleConfig {
52
- routes: Routes;
53
- menu: ApplicationMenu[];
54
- fakeAccessToken?: boolean;
55
- tableExportGlobalAcl?: string;
56
- menuLoc?: Type<LocalizationService>;
57
- emptyRouteRedirect?: string;
58
- debugMode?: DebugFlags;
59
- forceDebugModeForProdBuilds?: boolean;
60
- httpInvalidationCache?: any;
61
- initializerFunction?: (http: HTTPService, bts: TokenService, aac: AccessControlService) => () => Observable<any>;
62
- redirectionMap?: {
63
- [index: string]: {
64
- url: string;
65
- params: string[];
66
- };
67
- };
68
- chartsAdapter?: Type<BaseAdapter>;
69
- messageService?: Type<BaseMessageService>;
70
- globalSearchService?: Type<GlobalSearchService>;
71
- menuFilteringService?: Type<MenuFilteringService>;
72
- completedJobRedirectionService?: Type<CompletedJobRedirectionService>;
73
- optionsAndScopeProvider?: Observable<{
74
- appConfig: EnvOptions;
75
- scope: AccountScope;
76
- locale: string;
77
- }>;
78
- navbarExtensions?: Type<any>[];
79
- userPreferencesProvider?: Type<UserPreferencesService>;
80
- legacyLogin?: boolean;
81
- anonymousMode?: boolean;
82
- }
83
- export declare enum DebugFlags {
84
- None = 0,
85
- Localizations = 1,
86
- Extensions = 2,
87
- AccessControl = 4,
88
- Http = 8,
89
- SignalR = 16,
90
- Preferences = 32,
91
- Charts = 64,
92
- Tabber = 128,
93
- All = 255
94
- }
@@ -1,4 +0,0 @@
1
- import { Injector } from "@angular/core";
2
- export declare class BaseLazyModule {
3
- constructor(injector: Injector);
4
- }
@@ -1,11 +0,0 @@
1
- import { Injector } from "@angular/core";
2
- import { BaseLazyModule } from "./_base.module";
3
- import * as i0 from "@angular/core";
4
- import * as i1 from "./t_c.module";
5
- import * as i2 from "@angular/router";
6
- export declare class EmbeddingModule extends BaseLazyModule {
7
- constructor(injector: Injector);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<EmbeddingModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<EmbeddingModule, never, [typeof i1.TemplateCommon, typeof i2.RouterModule], never>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<EmbeddingModule>;
11
- }
@@ -1,29 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@esfaenza/ngx-contextmenu";
3
- import * as i2 from "@esfaenza/tabber";
4
- import * as i3 from "@esfaenza/core/components";
5
- import * as i4 from "ngx-bootstrap/timepicker";
6
- import * as i5 from "ngx-bootstrap/dropdown";
7
- import * as i6 from "ngx-bootstrap/tooltip";
8
- import * as i7 from "primeng/tooltip";
9
- import * as i8 from "ngx-bootstrap/progressbar";
10
- import * as i9 from "@esfaenza/ngx-dragula";
11
- import * as i10 from "@esfaenza/localizations";
12
- import * as i11 from "@esfaenza/extensions";
13
- import * as i12 from "@esfaenza/access-control";
14
- import * as i13 from "@esfaenza/es-charts";
15
- import * as i14 from "@esfaenza/utility-components";
16
- import * as i15 from "@esfaenza/wizard";
17
- import * as i16 from "@esfaenza/cron";
18
- import * as i17 from "@esfaenza/gertrude";
19
- import * as i18 from "@esfaenza/matrix-values";
20
- import * as i19 from "@esfaenza/tag-chooser";
21
- import * as i20 from "@esfaenza/query-builder";
22
- import * as i21 from "@esfaenza/parameters";
23
- import * as i22 from "@esfaenza/forms-and-validations";
24
- import * as i23 from "@esfaenza/es-table";
25
- export declare class SharedCommon {
26
- static ɵfac: i0.ɵɵFactoryDeclaration<SharedCommon, never>;
27
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedCommon, never, [typeof i1.ContextMenuModule, typeof i2.TabberModule, typeof i3.ComponentsModule, typeof i4.TimepickerModule, typeof i5.BsDropdownModule, typeof i6.TooltipModule, typeof i7.TooltipModule, typeof i8.ProgressbarModule, typeof i9.DragulaModule, typeof i10.LocalizationModule, typeof i11.ExtensionsModule, typeof i12.AccessControlModule, typeof i13.EsChartsModule, typeof i14.UtilityComponentsModule, typeof i15.EsWizardModule, typeof i16.EsCronModule, typeof i17.EsGertrudeModule, typeof i18.EsMatrixValuesModule, typeof i19.EsTagChooserModule, typeof i20.EsQueryBuilderModule, typeof i21.EsParametersModule, typeof i22.FormsAndValidationsModule, typeof i23.EsTableModule], [typeof i1.ContextMenuModule, typeof i2.TabberModule, typeof i3.ComponentsModule, typeof i4.TimepickerModule, typeof i5.BsDropdownModule, typeof i6.TooltipModule, typeof i7.TooltipModule, typeof i8.ProgressbarModule, typeof i9.DragulaModule, typeof i10.LocalizationModule, typeof i11.ExtensionsModule, typeof i12.AccessControlModule, typeof i13.EsChartsModule, typeof i14.UtilityComponentsModule, typeof i15.EsWizardModule, typeof i16.EsCronModule, typeof i17.EsGertrudeModule, typeof i18.EsMatrixValuesModule, typeof i19.EsTagChooserModule, typeof i20.EsQueryBuilderModule, typeof i21.EsParametersModule, typeof i22.FormsAndValidationsModule, typeof i23.EsTableModule]>;
28
- static ɵinj: i0.ɵɵInjectorDeclaration<SharedCommon>;
29
- }
@@ -1,13 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "@angular/forms";
4
- import * as i3 from "@angular/router";
5
- import * as i4 from "@esfaenza/core/directives";
6
- import * as i5 from "@esfaenza/core/pipes";
7
- import * as i6 from "ngx-bootstrap/modal";
8
- import * as i7 from "@angular/cdk/drag-drop";
9
- export declare class TemplateCommon {
10
- static ɵfac: i0.ɵɵFactoryDeclaration<TemplateCommon, never>;
11
- static ɵmod: i0.ɵɵNgModuleDeclaration<TemplateCommon, never, [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.RouterModule, typeof i4.DirectivesModule, typeof i5.PipesModule, typeof i6.ModalModule, typeof i7.DragDropModule], [typeof i1.CommonModule, typeof i2.FormsModule, typeof i3.RouterModule, typeof i4.DirectivesModule, typeof i5.PipesModule, typeof i6.ModalModule, typeof i7.DragDropModule]>;
12
- static ɵinj: i0.ɵɵInjectorDeclaration<TemplateCommon>;
13
- }
@@ -1,4 +0,0 @@
1
- export * from './classes/_base.module';
2
- export * from './classes/t_c.module';
3
- export * from './classes/_shared.module';
4
- export * from './classes/_embedding.module';
@@ -1,7 +0,0 @@
1
- import { PipeTransform } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class IncludedInPipe implements PipeTransform {
4
- transform<T>(value: T, list: T[]): any;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<IncludedInPipe, never>;
6
- static ɵpipe: i0.ɵɵPipeDeclaration<IncludedInPipe, "included_in", true>;
7
- }
@@ -1,10 +0,0 @@
1
- import { DomSanitizer } from "@angular/platform-browser";
2
- import { PipeTransform } from "@angular/core";
3
- import * as i0 from "@angular/core";
4
- export declare class SafeHtmlPipe implements PipeTransform {
5
- private sanitizer;
6
- constructor(sanitizer: DomSanitizer);
7
- transform(value: any): import("@angular/platform-browser").SafeHtml;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SafeHtmlPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafeHtmlPipe, "safe_html", true>;
10
- }
@@ -1,10 +0,0 @@
1
- import { DomSanitizer } from "@angular/platform-browser";
2
- import { PipeTransform } from "@angular/core";
3
- import * as i0 from "@angular/core";
4
- export declare class SafeScriptPipe implements PipeTransform {
5
- private sanitizer;
6
- constructor(sanitizer: DomSanitizer);
7
- transform(value: any): import("@angular/platform-browser").SafeScript;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SafeScriptPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafeScriptPipe, "safe_script", true>;
10
- }
@@ -1,10 +0,0 @@
1
- import { DomSanitizer } from "@angular/platform-browser";
2
- import { PipeTransform } from "@angular/core";
3
- import * as i0 from "@angular/core";
4
- export declare class SafeStylePipe implements PipeTransform {
5
- private sanitizer;
6
- constructor(sanitizer: DomSanitizer);
7
- transform(value: any): import("@angular/platform-browser").SafeStyle;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SafeStylePipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafeStylePipe, "safe_style", true>;
10
- }
@@ -1,10 +0,0 @@
1
- import { DomSanitizer } from "@angular/platform-browser";
2
- import { PipeTransform } from "@angular/core";
3
- import * as i0 from "@angular/core";
4
- export declare class SafeUrlPipe implements PipeTransform {
5
- private sanitizer;
6
- constructor(sanitizer: DomSanitizer);
7
- transform(value: any): import("@angular/platform-browser").SafeUrl;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "safe_url", true>;
10
- }
@@ -1,11 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./classes/safe_style.pipe";
3
- import * as i2 from "./classes/safe_html.pipe";
4
- import * as i3 from "./classes/safe_script.pipe";
5
- import * as i4 from "./classes/safe_url.pipe";
6
- import * as i5 from "./classes/included_in.pipe";
7
- export declare class PipesModule {
8
- static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
9
- static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, never, [typeof i1.SafeStylePipe, typeof i2.SafeHtmlPipe, typeof i3.SafeScriptPipe, typeof i4.SafeUrlPipe, typeof i5.IncludedInPipe], [typeof i1.SafeStylePipe, typeof i2.SafeHtmlPipe, typeof i3.SafeScriptPipe, typeof i4.SafeUrlPipe, typeof i5.IncludedInPipe]>;
10
- static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
11
- }
@@ -1,6 +0,0 @@
1
- export * from './classes/included_in.pipe';
2
- export * from './classes/safe_html.pipe';
3
- export * from './classes/safe_script.pipe';
4
- export * from './classes/safe_style.pipe';
5
- export * from './classes/safe_url.pipe';
6
- export * from './pipes.module';
package/public-api.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export * from './lib/app.component';
2
- export * from './lib/core.module';
@@ -1,17 +0,0 @@
1
- import { CookieService } from "ngx-cookie-service";
2
- import { AccountScope, JaceIdentity } from "@esfaenza/core/domain";
3
- import * as i0 from "@angular/core";
4
- export declare class TokenService {
5
- cs: CookieService;
6
- USE_FAKE_ACCESS_TOKEN: boolean;
7
- ANONYMOUS_MODE: boolean;
8
- accountScope: AccountScope;
9
- constructor(cs: CookieService, USE_FAKE_ACCESS_TOKEN: boolean, ANONYMOUS_MODE: boolean);
10
- clearTokens(): void;
11
- getAccessToken(): String;
12
- getJaceIdentity(): JaceIdentity;
13
- private getFakeToken;
14
- private getFakeAccountScope;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<TokenService, [null, { optional: true; }, { optional: true; }]>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<TokenService>;
17
- }
@@ -1,12 +0,0 @@
1
- import { ApplicationJob } from "@esfaenza/core/domain";
2
- import * as i0 from "@angular/core";
3
- export declare class CompletedJobRedirectionService {
4
- /**
5
- * Effettua un'operazione di redirect basata sul Job Completato
6
- *
7
- * @param completedJob Job appena completato per cui effettuare un redirect
8
- */
9
- redirect(completedJob: ApplicationJob): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<CompletedJobRedirectionService, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<CompletedJobRedirectionService>;
12
- }
@@ -1,12 +0,0 @@
1
- import { ErrorHandler, Injector } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class APPErrorHandler implements ErrorHandler {
4
- private injector;
5
- private router;
6
- private msgsExts;
7
- constructor(injector: Injector);
8
- handleError(error: any): void;
9
- b64EncodeUnicode(str: any): string;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<APPErrorHandler, never>;
11
- static ɵprov: i0.ɵɵInjectableDeclaration<APPErrorHandler>;
12
- }
@@ -1,10 +0,0 @@
1
- import { NgZone } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class OutZoneEventPlugin {
4
- private zone;
5
- constructor(zone: NgZone);
6
- supports(eventName: string): boolean;
7
- addEventListener(element: HTMLElement, eventName: string, originalHandler: Function): Function;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<OutZoneEventPlugin, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<OutZoneEventPlugin>;
10
- }
@@ -1,25 +0,0 @@
1
- import { KeyValue, SearchResultContainer } from "@esfaenza/core/domain";
2
- import { Observable } from "rxjs";
3
- import * as i0 from "@angular/core";
4
- export declare class GlobalSearchService {
5
- Enabled: boolean;
6
- /**
7
- * Effettua una ricerca in base a un termine generico
8
- *
9
- * @param term Termine da cercare
10
- * @returns {SearchResultContainer} Contenitore della ricerca
11
- */
12
- search(term: string): Observable<SearchResultContainer>;
13
- /**
14
- * Data la definizione semplice di una colonna restituisce un oggetto che indica se bisogna presentere un link su di essa
15
- *
16
- * @param column Colonna per cui verificare la presentazione di un link. Esempio: {id: "IDPARTY", description: "Cod. Controparte"}
17
- * @returns {{ routePath: string, routeProperties: string[] }} Oggetto che indica un link con i propri binding. Ad esempio: {routePath: "['/pages/parties/parties_details', { 'idModel': '{0}' }]", routeProperties: ["IDPARTY"]}
18
- */
19
- generateColumnLink(column: KeyValue): {
20
- routePath: string;
21
- routeProperties: string[];
22
- };
23
- static ɵfac: i0.ɵɵFactoryDeclaration<GlobalSearchService, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<GlobalSearchService>;
25
- }
@@ -1,34 +0,0 @@
1
- import { Router } from "@angular/router";
2
- import { AccessControlService } from "@esfaenza/access-control";
3
- import { HttpServiceExtensions } from "@esfaenza/httpservice";
4
- import { LocalizationService } from "@esfaenza/localizations";
5
- import { MessageService } from "@esfaenza/extensions";
6
- import { AppState } from "./app.state";
7
- import { TokenService } from "./app.accesstoken";
8
- import * as i0 from "@angular/core";
9
- export declare class HTTPServiceExtensions implements HttpServiceExtensions {
10
- private lc;
11
- private tks;
12
- private as;
13
- private router;
14
- private ac;
15
- private msgs;
16
- constructor(lc: LocalizationService, tks: TokenService, as: AppState, router: Router, ac: AccessControlService, msgs: MessageService);
17
- retrieveAccessToken(): string;
18
- retrieveIdentity(): {
19
- IdUser: string;
20
- Idtenant: string;
21
- };
22
- readRedirectingToLogin(): boolean;
23
- writeRedirectingToLogin(status: boolean): void;
24
- redirectToLogin(): void;
25
- readRedirectionStatus(): boolean;
26
- writeRedirectionStatus(status: boolean): void;
27
- readHandlingErrorStatus(): boolean;
28
- writeHandlingErrorStatus(status: boolean): void;
29
- handleNotConfiguredException(): boolean;
30
- handleBlockingException(status: number, text: string): void;
31
- handleException(status: number, text: string): void;
32
- static ɵfac: i0.ɵɵFactoryDeclaration<HTTPServiceExtensions, never>;
33
- static ɵprov: i0.ɵɵInjectableDeclaration<HTTPServiceExtensions>;
34
- }
@@ -1,8 +0,0 @@
1
- import { Injector } from "@angular/core";
2
- import { LocalizationService } from "@esfaenza/localizations";
3
- import * as i0 from "@angular/core";
4
- export declare class HTTPServiceExtensionsLoc extends LocalizationService {
5
- constructor(injector: Injector);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<HTTPServiceExtensionsLoc, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<HTTPServiceExtensionsLoc>;
8
- }
@@ -1,14 +0,0 @@
1
- import { ApplicationMenu } from "@esfaenza/core/domain";
2
- import { Observable } from "rxjs";
3
- import * as i0 from "@angular/core";
4
- export declare class MenuFilteringService {
5
- /**
6
- * Applica un filtro agli elementi di menù in modo da poterli filtrare in base a condizioni arbitrarie (inclusi check lato BE)
7
- *
8
- * @param rawMenus Menù originali, non filtrati
9
- * @returns {Observable<ApplicationMenu[]>} Menù filtrati
10
- */
11
- filter(rawMenus: ApplicationMenu[]): Observable<ApplicationMenu[]>;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<MenuFilteringService, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<MenuFilteringService>;
14
- }
@@ -1,10 +0,0 @@
1
- import { Router } from "@angular/router";
2
- import { AccessControlRouteGuard, AccessControlService } from "@esfaenza/access-control";
3
- import { MessageService } from "@esfaenza/extensions";
4
- import { TokenService } from "./app.accesstoken";
5
- import * as i0 from "@angular/core";
6
- export declare class BaseRouterGuard extends AccessControlRouteGuard {
7
- constructor(ms: MessageService, acc: AccessControlService, router: Router, ts: TokenService);
8
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseRouterGuard, never>;
9
- static ɵprov: i0.ɵɵInjectableDeclaration<BaseRouterGuard>;
10
- }
@@ -1,14 +0,0 @@
1
- import { Router } from "@angular/router";
2
- import { BaseSessionRetriever } from "@esfaenza/preferences";
3
- import { TokenService } from "./app.accesstoken";
4
- import * as i0 from "@angular/core";
5
- export declare class SessionRetriever implements BaseSessionRetriever {
6
- private bts;
7
- private router;
8
- private anonymousMode;
9
- constructor(bts: TokenService, router: Router, anonymousMode: boolean);
10
- /** Tenant§Account§User§ModuleId */
11
- getSessionKey(global?: boolean): string;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<SessionRetriever, never>;
13
- static ɵprov: i0.ɵɵInjectableDeclaration<SessionRetriever>;
14
- }
@@ -1,62 +0,0 @@
1
- import { ActivatedRouteSnapshot, Router } from "@angular/router";
2
- import { Injector } from "@angular/core";
3
- import { BaseMessageService, NotificationsService } from "@esfaenza/signalr-notifications";
4
- import { InterComMessage, InterComService } from "@esfaenza/extensions";
5
- import { LocalizationService } from "@esfaenza/localizations";
6
- import { TokenService } from "./app.accesstoken";
7
- import { AppEmbeddingExtensions } from "@esfaenza/extensions";
8
- import { ActiveModuleView, ApplicationJob, JaceIdentity } from "@esfaenza/core/domain";
9
- import { PreferencesService } from "@esfaenza/preferences";
10
- import * as i0 from "@angular/core";
11
- export declare class AppState {
12
- private router;
13
- private prefs;
14
- private inj;
15
- private bts;
16
- private notifications;
17
- private MessageDef;
18
- private intercom;
19
- private emb;
20
- private fakeToken;
21
- private anonymousMode;
22
- private PREFS_DISABLE_EFFECTS;
23
- sidebarWidth: number;
24
- headerHeight: number;
25
- graphicEffects: import("@angular/core").WritableSignal<boolean>;
26
- redirectingToLogin: boolean;
27
- handlingError: boolean;
28
- christmasTime: import("@angular/core").WritableSignal<boolean>;
29
- halloweenTime: import("@angular/core").WritableSignal<boolean>;
30
- private SessionIdentity;
31
- private JaceIdentity;
32
- jobsInProgress: number;
33
- allJobs: ApplicationJob[];
34
- private jobWithIdsCache;
35
- notifyOnCompletedJobs: boolean;
36
- private _data;
37
- private _subscriptions;
38
- ModulesLocalizations: {
39
- [id: string]: LocalizationService;
40
- };
41
- private _modules;
42
- set Modules(modules: ActiveModuleView[]);
43
- get Modules(): ActiveModuleView[];
44
- constructor(router: Router, prefs: PreferencesService, inj: Injector, bts: TokenService, notifications: NotificationsService, MessageDef: BaseMessageService, intercom: InterComService, emb: AppEmbeddingExtensions, fakeToken: boolean, anonymousMode: boolean);
45
- hookPreferences(): Promise<void>;
46
- getActiveJaceModules(): void;
47
- hookEmbedding(): void;
48
- /** Tenant§Account§User§APPNAME */
49
- getSessionIdentity(): string;
50
- registerNavigationIfMeaningful(route?: ActivatedRouteSnapshot): void;
51
- handleInboundMessage(t: InterComMessage): void;
52
- setupSignalRJobListening(): void;
53
- roundToTwo(num: any): number;
54
- getJaceIDentity(): JaceIdentity;
55
- notifyDataChanged(event: any, value: any): void;
56
- subscribe(event: string, callback: Function): void;
57
- _onEvent(data: any): void;
58
- setSidebarWidth(width: number): void;
59
- setHeaderHeight(height: number): void;
60
- static ɵfac: i0.ɵɵFactoryDeclaration<AppState, never>;
61
- static ɵprov: i0.ɵɵInjectableDeclaration<AppState>;
62
- }
@@ -1,25 +0,0 @@
1
- import { HttpClient } from "@angular/common/http";
2
- import { BaseSessionRetriever, CachePersistor } from "@esfaenza/preferences";
3
- import { LocalizationService } from "@esfaenza/localizations";
4
- import { TokenService } from "../app.accesstoken";
5
- import { Observable } from "rxjs";
6
- import * as i0 from "@angular/core";
7
- export declare class ApplicationCachePersistor extends CachePersistor {
8
- private lc;
9
- private http;
10
- private tks;
11
- constructor(lc: LocalizationService, http: HttpClient, tks: TokenService, session: BaseSessionRetriever);
12
- persist<T>(key: string, item: T): Observable<boolean>;
13
- recover<T>(key?: string): Observable<T>;
14
- recoverAll(): Observable<{
15
- [index: string]: any;
16
- }>;
17
- remove(key?: string): Observable<boolean>;
18
- clear(): Observable<boolean>;
19
- private getHeaders;
20
- private getSessionUrl;
21
- private getItemsUrl;
22
- private getItemUrl;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationCachePersistor, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<ApplicationCachePersistor>;
25
- }
@@ -1,25 +0,0 @@
1
- import { HttpClient } from "@angular/common/http";
2
- import { BaseSessionRetriever, PreferencesPersistor } from "@esfaenza/preferences";
3
- import { LocalizationService } from "@esfaenza/localizations";
4
- import { TokenService } from "../app.accesstoken";
5
- import { Observable } from "rxjs";
6
- import * as i0 from "@angular/core";
7
- export declare class ApplicationPreferencesPersistor extends PreferencesPersistor {
8
- private lc;
9
- private http;
10
- private tks;
11
- constructor(lc: LocalizationService, http: HttpClient, tks: TokenService, session: BaseSessionRetriever);
12
- persist<T>(key: string, item: T, global?: boolean): Observable<boolean>;
13
- recover<T>(key?: string, global?: boolean): Observable<T>;
14
- recoverAll(global?: boolean): Observable<{
15
- [index: string]: any;
16
- }>;
17
- remove(key?: string, global?: boolean): Observable<boolean>;
18
- clear(global?: boolean): Observable<boolean>;
19
- private getHeaders;
20
- private getSessionUrl;
21
- private getItemsUrl;
22
- private getItemUrl;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationPreferencesPersistor, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<ApplicationPreferencesPersistor>;
25
- }
@@ -1,25 +0,0 @@
1
- import { DomSanitizer, SafeResourceUrl } from "@angular/platform-browser";
2
- import { Injector } from "@angular/core";
3
- import { CallResult, MessageService } from "@esfaenza/extensions";
4
- import { HTTPService } from "@esfaenza/httpservice";
5
- import { UserAccount } from "@esfaenza/core/domain";
6
- import * as i0 from "@angular/core";
7
- export declare class UserPreferencesService {
8
- private injector;
9
- private AccountId;
10
- ProfilePicture: SafeResourceUrl;
11
- fakeToken: boolean;
12
- sanitizer: DomSanitizer;
13
- http: HTTPService;
14
- msgExts: MessageService;
15
- constructor(injector: Injector);
16
- getAccountProfile(): Promise<UserAccount>;
17
- doReloadProfilePicture(): Promise<void>;
18
- getCurrentProfilePicture(): Promise<string>;
19
- doUpdateProfilePicture(image: any): Promise<CallResult>;
20
- doUpdateRecoverySettings(email: string): Promise<CallResult>;
21
- doUpdatePassword(oldPassword: string, newPassword: string, newPasswordConfirm: string): Promise<CallResult>;
22
- doDeleteProfilePicture(): Promise<CallResult>;
23
- static ɵfac: i0.ɵɵFactoryDeclaration<UserPreferencesService, never>;
24
- static ɵprov: i0.ɵɵInjectableDeclaration<UserPreferencesService>;
25
- }
@@ -1,13 +0,0 @@
1
- export * from './classes/app.accesstoken';
2
- export * from './classes/app.globalsearch';
3
- export * from './classes/app.errorhandler';
4
- export * from './classes/app.event';
5
- export * from './classes/app.httpextensions';
6
- export * from './classes/app.menufilter';
7
- export * from './classes/app.completedjobredirection';
8
- export * from './classes/app.session';
9
- export * from './classes/app.state';
10
- export * from './classes/preferences/app.cache.persistor';
11
- export * from './classes/preferences/app.preference.persistor';
12
- export * from './classes/preferences/user/app.userpreferences.base';
13
- export * from './classes/app.routeguard';