@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,15 +0,0 @@
1
- export declare class EnvOptions {
2
- constructor(moduleId: string, moduleDef: number, env: string, varsion: string, description: string);
3
- AppData: {
4
- ModuleId: string;
5
- ModuleDefId: number;
6
- ComponentEnvironment: string;
7
- ComponentVersion: string;
8
- ModuleDescription: string;
9
- };
10
- AuthUrl?: string;
11
- Client?: string;
12
- JaceDashboardUrl?: string;
13
- TransactionTimeoutSeconds: number;
14
- redirectInProgress?: boolean;
15
- }
@@ -1,10 +0,0 @@
1
- /** Rappresentazione di un oggetto generico */
2
- export declare class GenericItem {
3
- properties: Record<string, string>;
4
- /**
5
- * Costruttore
6
- *
7
- * @param properties Dizionario Chiave - Valore delle proprietà di questo oggetto generico
8
- */
9
- constructor(properties: Record<string, string>);
10
- }
@@ -1,5 +0,0 @@
1
- export declare class KeyValue {
2
- constructor(id: string, description: string);
3
- id: string;
4
- description: string;
5
- }
@@ -1,11 +0,0 @@
1
- export declare class CreateUpdateFeedDto {
2
- idfeed: string;
3
- identity: string;
4
- identitytype: string;
5
- parentid: string;
6
- content: string;
7
- filecontent: number[];
8
- filename: string;
9
- ispublic: boolean;
10
- updatefiledata: boolean;
11
- }
@@ -1,14 +0,0 @@
1
- export declare class EntityFeedsWidgetConfiguration {
2
- GetFeedsAPI?: string;
3
- AllowUserTags?: boolean;
4
- GetUserTagsAPI?: string;
5
- AllowReactions?: boolean;
6
- ReactToFeedAPI?: string;
7
- AllowAttachments?: boolean;
8
- GetFeedAttachmentAPI?: string;
9
- AllowComments?: boolean;
10
- AllowReplies?: boolean;
11
- CreateFeedAPI?: string;
12
- UpdateFeedAPI?: string;
13
- DeleteFeedAPI?: string;
14
- }
@@ -1,24 +0,0 @@
1
- export declare class Feed {
2
- id: string;
3
- parentid: string;
4
- title: string;
5
- content: string;
6
- severityid: string;
7
- systemgen: boolean;
8
- reactions: {
9
- [user: string]: string;
10
- };
11
- user: string;
12
- pinned: boolean;
13
- ispublic: boolean;
14
- dateins: Date;
15
- dateupd: Date;
16
- childfeeds: Feed[];
17
- filename: string;
18
- filesize: string;
19
- fileb64: string;
20
- liked: boolean;
21
- disliked: boolean;
22
- likes: string[];
23
- dislikes: string[];
24
- }
@@ -1,5 +0,0 @@
1
- import { SearchResult } from "./SearchResult";
2
- export declare class SearchResultContainer {
3
- results: SearchResult[];
4
- constructor(results: SearchResult[]);
5
- }
@@ -1,10 +0,0 @@
1
- import { GenericItem } from "../core/GenericItem";
2
- import { KeyValue } from "../core/KeyValue";
3
- import { EsTableColumnsDefinition } from "@esfaenza/es-table";
4
- export declare class SearchResult {
5
- description: string;
6
- columns: KeyValue[];
7
- items: GenericItem[];
8
- constructor(description: string, columns: KeyValue[], items: GenericItem[]);
9
- est_cols: EsTableColumnsDefinition[];
10
- }
@@ -1,9 +0,0 @@
1
- import { JaceModule } from "./JaceModule";
2
- import { JacePermission } from "./JacePermission";
3
- import { JaceRole } from "./JaceRole";
4
- export declare class AccountScope {
5
- modules: JaceModule[];
6
- roles: JaceRole[];
7
- permissions: JacePermission[];
8
- constructor(modules?: JaceModule[], roles?: JaceRole[], permissions?: JacePermission[]);
9
- }
@@ -1,11 +0,0 @@
1
- export declare class ActiveModuleView {
2
- name: string;
3
- constructor(name: string);
4
- idmodule: number;
5
- altname: string;
6
- category: string;
7
- tenant: string;
8
- uiurl: string;
9
- environment: string;
10
- href: string;
11
- }
@@ -1,6 +0,0 @@
1
- import { ActiveModuleView } from "./ActiveModuleView";
2
- export declare class CategoriesWithModules {
3
- constructor(module: ActiveModuleView);
4
- category: string;
5
- module_rows: ActiveModuleView[][];
6
- }
@@ -1,17 +0,0 @@
1
- export declare class JaceAccount {
2
- idaccount: number;
3
- iduser: number;
4
- idtenant: string;
5
- dsusername: string;
6
- dspassword: string;
7
- dtvalidfrom: Date;
8
- dtvalidto: Date;
9
- sydatains: Date;
10
- sydataupd: Date;
11
- dtlockdown: Date;
12
- syuserupd: string;
13
- syuserins: string;
14
- dsreasonlockdown: string;
15
- cnattempts: number;
16
- description: string;
17
- }
@@ -1,17 +0,0 @@
1
- import { AccountScope } from "./AccountScope";
2
- export declare class JaceIdentity {
3
- Expired: boolean;
4
- IdAccount: number;
5
- IdUser: number;
6
- DsUser: string;
7
- FullName: string;
8
- Idtenant: string;
9
- TenantName: string;
10
- IdActor: number;
11
- IdActorRole: string;
12
- ExpirationTime: Date;
13
- constructor(scope?: AccountScope);
14
- Roles: string[];
15
- Modules: number[];
16
- Permissions: string[];
17
- }
@@ -1,8 +0,0 @@
1
- export declare class JaceModule {
2
- idmodule: number;
3
- dsname?: string;
4
- dscategory?: string;
5
- idmodulealt?: string;
6
- constructor(idmodule: number, dsname?: string, dscategory?: string, idmodulealt?: string);
7
- moduleid?: number;
8
- }
@@ -1,10 +0,0 @@
1
- export declare class JacePermission {
2
- idpermission: number;
3
- dspermission?: string;
4
- idpermissionalt?: string;
5
- sydatains?: Date;
6
- syuserins?: string;
7
- sydataupd?: Date;
8
- syuserupd?: string;
9
- permissionidalt?: string;
10
- }
@@ -1,13 +0,0 @@
1
- export declare class JaceRole {
2
- idrole: number;
3
- idrolealt: string;
4
- dsrole: string;
5
- constructor(idrole: number, idrolealt: string, dsrole: string);
6
- dsnote?: string;
7
- idparent?: number;
8
- sydatains?: Date;
9
- syuserins?: string;
10
- sydataupd?: Date;
11
- syuserupd?: string;
12
- roleidalt?: string;
13
- }
@@ -1,9 +0,0 @@
1
- export declare class JaceUser {
2
- iduser: number;
3
- dsnome: string;
4
- dscognome: string;
5
- sydatains: Date;
6
- syuserins: string;
7
- sydataupd: Date;
8
- syuserupd: string;
9
- }
@@ -1,5 +0,0 @@
1
- export declare class UpdateAccountRecoverySettingsDto {
2
- accountid?: string;
3
- email?: string;
4
- constructor(accountid?: string, email?: string);
5
- }
@@ -1,9 +0,0 @@
1
- export declare class UpdatePasswordDto {
2
- accountid?: string;
3
- oldpwd?: string;
4
- newpwd?: string;
5
- confirmpwd?: string;
6
- changeall: boolean;
7
- changeforexternals: boolean;
8
- constructor(accountid?: string, oldpwd?: string, newpwd?: string, confirmpwd?: string, changeall?: boolean, changeforexternals?: boolean);
9
- }
@@ -1,4 +0,0 @@
1
- export declare class UpdateProfilePictureDto {
2
- accountid?: string;
3
- constructor(accountid?: string);
4
- }
@@ -1,23 +0,0 @@
1
- export declare class UserAccount {
2
- id: string;
3
- tenantid: string;
4
- username: string;
5
- typeid: string;
6
- type: string;
7
- dtvalidfrom: Date;
8
- dtvalidto: Date;
9
- dtlock: Date;
10
- lockreason: string;
11
- userid: string;
12
- userdescription: string;
13
- uuid: string;
14
- firstname: string;
15
- lastname: string;
16
- recoveryemail: string;
17
- recoveryphone: string;
18
- dtottexpiration: Date;
19
- dtlastlogin: Date;
20
- lastloginattempts: number;
21
- islocked: boolean;
22
- isvalid: boolean;
23
- }
@@ -1,25 +0,0 @@
1
- export * from './models/core/ApplicationMenu';
2
- export * from './models/core/ApplicationJob';
3
- export * from './models/core/EnvOptions';
4
- export * from './models/core/KeyValue';
5
- export * from './models/core/GenericItem';
6
- export * from './models/core/ApplicationRoutes';
7
- export * from './models/jace/CategoriesWithModules';
8
- export * from './models/jace/AccountScope';
9
- export * from './models/jace/ActiveModuleView';
10
- export * from './models/jace/JaceAccount';
11
- export * from './models/jace/JaceIdentity';
12
- export * from './models/jace/JaceModule';
13
- export * from './models/jace/JacePermission';
14
- export * from './models/jace/JaceRole';
15
- export * from './models/jace/JaceUser';
16
- export * from './models/global_search/SaerchResultContainer';
17
- export * from './models/global_search/SearchResult';
18
- export * from './models/user/UpdateAccountRecoverySettingsDto';
19
- export * from './models/user/UpdatePasswordDto';
20
- export * from './models/user/UpdateProfilePictureDto';
21
- export * from './models/user/UserAccount';
22
- export * from './models/feeds/Feed';
23
- export * from './models/feeds/CreateUpdateFeedDto';
24
- export * from './models/feeds/EntityFeedsWidgetConfiguration';
25
- export * from './tokens';
@@ -1,22 +0,0 @@
1
- import { InjectionToken, Type } from "@angular/core";
2
- import { LocalizationService } from "@esfaenza/localizations";
3
- import { ApplicationMenu } from "./models/core/ApplicationMenu";
4
- /** Token che indica i default da assegnare agli Input */
5
- export declare const REDIRECT_MAP: InjectionToken<{
6
- [index: string]: {
7
- url: string;
8
- params: string[];
9
- };
10
- }>;
11
- /** Token che indica il servizio di localizzazione utilizzato per i menù */
12
- export declare const MENU_LOCALIZATION: InjectionToken<Type<LocalizationService>>;
13
- /** Token che indica i menù dell'applicazione, da quello vegano fino a quello celiaco */
14
- export declare const MENU: InjectionToken<ApplicationMenu[]>;
15
- /** Token che indica se il servizio di autenticazione deve utilizzare un token finto */
16
- export declare const USE_FAKE_ACCESS_TOKEN: InjectionToken<boolean>;
17
- /** Token che indica se il servizio di autenticazione deve funzionare in anonimo lato Frontend. Dev'essere utilizzato insieme al tag "Auth" in code behind */
18
- export declare const ANONYMOUS_MODE: InjectionToken<boolean>;
19
- /** Token che indica i componenti di estensione da aggiungere alla navbar. Verranno bootstrappati in maniera dinamica */
20
- export declare const NAVBAR_EXTENSIONS: InjectionToken<Type<any>[]>;
21
- /** 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}) */
22
- export declare const LOGIN_URL_LEGACY: InjectionToken<boolean>;
@@ -1,12 +0,0 @@
1
- export declare class ResizeListener {
2
- private observer;
3
- private _element;
4
- private _disposed;
5
- private _targets;
6
- constructor(element: Element, callback: () => void);
7
- isDisposed(): boolean;
8
- dispose(): void;
9
- private makeListener;
10
- add(target: Element, callback: () => void): void;
11
- remove(target: Element): void;
12
- }
@@ -1 +0,0 @@
1
- export * from './classes/ResizeListener';
@@ -1,12 +0,0 @@
1
- import { Router } from "@angular/router";
2
- import { AppState, TokenService } from "@esfaenza/core/services";
3
- import * as i0 from "@angular/core";
4
- export declare class AppComponent {
5
- private bts;
6
- _state: AppState;
7
- private router;
8
- snows: number[];
9
- constructor(bts: TokenService, _state: AppState, router: Router, anonymousMode: boolean);
10
- static ɵfac: i0.ɵɵFactoryDeclaration<AppComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<AppComponent, "app-root", never, {}, {}, never, never, false, never>;
12
- }
@@ -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
- }