@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,64 +0,0 @@
1
- import { ChangeDetectorRef, ElementRef, NgZone, Type } from "@angular/core";
2
- import { Router } from "@angular/router";
3
- import { LocalizationService } from "@esfaenza/localizations";
4
- import { ApplicationMenu, SearchResult, SearchResultContainer } from "@esfaenza/core/domain";
5
- import { AppState, GlobalSearchService, MenuFilteringService, TokenService, UserPreferencesService } from "@esfaenza/core/services";
6
- import { MessageService, UtilityService } from "@esfaenza/extensions";
7
- import { AccessControlService } from "@esfaenza/access-control";
8
- import * as i0 from "@angular/core";
9
- export declare class Sidebar {
10
- lc: LocalizationService;
11
- private cdr;
12
- private _elementRef;
13
- private _router;
14
- _state: AppState;
15
- private zone;
16
- private utiExts;
17
- private aac;
18
- private menuItemsRaw;
19
- private menuFilteringService;
20
- sr: TokenService;
21
- globalSearchService: GlobalSearchService;
22
- profile: UserPreferencesService;
23
- private msgExts;
24
- menuItems: Array<any>;
25
- menuHeight: number;
26
- isMenuCollapsed: boolean;
27
- isMenuShouldCollapsed: boolean;
28
- showHoverElem: boolean;
29
- hoverElemHeight: number;
30
- hoverElemTop: number;
31
- applicationVersion: string;
32
- applicationName: string;
33
- user: string;
34
- tenant: string;
35
- sidebar: ElementRef;
36
- 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);
37
- ngOnInit(): Promise<void>;
38
- private getMenuItems;
39
- private checkSubMenuOverClaims;
40
- onWindowResize(): void;
41
- private _shouldMenuCollapse;
42
- menuCollapse(): void;
43
- menuCollapseStateChange(isCollapsed: boolean): void;
44
- menuExpand(): void;
45
- hoverItem(jQueryevent: any): void;
46
- sendAwayHoverElement(): void;
47
- updateSidebarHeight(): void;
48
- collapseMenu(jQueryevent: any, item: any): boolean;
49
- private outsideAngularClickHandler;
50
- onChangeTenant(): void;
51
- onLogout(): void;
52
- private getUserProfileData;
53
- SelectedResult: SearchResult;
54
- ShowSingleTable: boolean;
55
- searchTerm: string;
56
- searchingTerm: boolean;
57
- searchResult: SearchResultContainer;
58
- onSearchRequest(): void;
59
- onSearchModelChanged(): void;
60
- closeSearch(): void;
61
- FilterSearchResults(item?: SearchResult): void;
62
- static ɵfac: i0.ɵɵFactoryDeclaration<Sidebar, [null, { optional: true; }, null, null, null, null, null, null, null, null, null, null, null, null, null]>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<Sidebar, "sidebar", never, {}, {}, never, never, true, never>;
64
- }
@@ -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 SideBarLoc extends LocalizationService {
5
- constructor(injector: Injector);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<SideBarLoc, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<SideBarLoc>;
8
- }
@@ -1,54 +0,0 @@
1
- import { Injector } from "@angular/core";
2
- import { ExportService, MessageService, UtilityService } from "@esfaenza/extensions";
3
- import { LocalizationService } from "@esfaenza/localizations";
4
- import { PreferencesService } from "@esfaenza/preferences";
5
- import { UpdatePasswordDto, UserAccount } from "@esfaenza/core/domain";
6
- import { AppFile } from "@esfaenza/forms-and-validations";
7
- import { BaseComponent } from "../base/base.component";
8
- import { AppState, TokenService, UserPreferencesService } from "@esfaenza/core/services";
9
- import { EsModalComponent } from "../es-modal/es-modal.component";
10
- import { EsImageCropperComponent } from "../public-api";
11
- import * as i0 from "@angular/core";
12
- export declare class UserInfosComponent extends BaseComponent {
13
- private tks;
14
- msgExts: MessageService;
15
- expExts: ExportService;
16
- utiExts: UtilityService;
17
- lc: LocalizationService;
18
- _state: AppState;
19
- profile: UserPreferencesService;
20
- private prefs;
21
- private PREFS_DISABLE_EFFECTS;
22
- AccountDetails: UserAccount;
23
- AccountRoles: string[];
24
- AccountPermissions: string[];
25
- GraphicEffectsDeactivated: boolean;
26
- constructor(inj: Injector, tks: TokenService, msgExts: MessageService, expExts: ExportService, utiExts: UtilityService, lc: LocalizationService, _state: AppState, profile: UserPreferencesService, prefs: PreferencesService);
27
- ngOnInit(): Promise<void>;
28
- effectsActiveChanged(): Promise<void>;
29
- getAccountDetails(): Promise<void>;
30
- dlgShowAccountRoles: EsModalComponent;
31
- onShowAccountRoles(): void;
32
- dlgUpdateProfilePicture: EsModalComponent;
33
- imageCropper: EsImageCropperComponent;
34
- UpdateProfilePictureDTO: {
35
- image: AppFile;
36
- };
37
- onUpdateProfilePicture(): void;
38
- doUpdateProfilePicture(): Promise<void>;
39
- onDeleteProfilePicture(): void;
40
- doDeleteProfilePicture(): Promise<void>;
41
- dlgUpdateRecoverySettings: EsModalComponent;
42
- UpdateRecoverySettingsDTO: {
43
- email: string;
44
- };
45
- onUpdateRecoverySettings(): void;
46
- doUpdateRecoverySettings(): Promise<void>;
47
- dlgUpdatePassword: EsModalComponent;
48
- UpdatePasswordDTO: UpdatePasswordDto;
49
- CustomError: string;
50
- onUpdatePassword(): void;
51
- doUpdatePassword(): Promise<void>;
52
- static ɵfac: i0.ɵɵFactoryDeclaration<UserInfosComponent, never>;
53
- static ɵcmp: i0.ɵɵComponentDeclaration<UserInfosComponent, "user-infos", never, {}, {}, never, never, true, never>;
54
- }
@@ -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 UserInfoComponentLoc extends LocalizationService {
5
- constructor(injector: Injector);
6
- static ɵfac: i0.ɵɵFactoryDeclaration<UserInfoComponentLoc, never>;
7
- static ɵprov: i0.ɵɵInjectableDeclaration<UserInfoComponentLoc>;
8
- }
@@ -1,12 +0,0 @@
1
- import { Type, ViewContainerRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class ComponentHostDirective {
4
- viewContainerRef: ViewContainerRef;
5
- componentHost: Type<any>;
6
- Inputs: Record<string, any>;
7
- CreatedComponent: any;
8
- constructor(viewContainerRef: ViewContainerRef);
9
- ngOnInit(): void;
10
- static ɵfac: i0.ɵɵFactoryDeclaration<ComponentHostDirective, never>;
11
- static ɵdir: i0.ɵɵDirectiveDeclaration<ComponentHostDirective, "[componentHost]", never, { "componentHost": { "alias": "componentHost"; "required": false; }; "Inputs": { "alias": "Inputs"; "required": false; }; }, {}, never, never, true, never>;
12
- }
@@ -1,12 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- import * as i1 from "./draggable/draggable.directive";
3
- import * as i2 from "./slim-scroll/slim-scroll.directive";
4
- import * as i3 from "./widget/widget.directive";
5
- import * as i4 from "./es-routerLink/es-routerLink.directive";
6
- import * as i5 from "./componentHost/componentHost.directive";
7
- import * as i6 from "./es-modal/es-modal.directive";
8
- export declare class DirectivesModule {
9
- static ɵfac: i0.ɵɵFactoryDeclaration<DirectivesModule, never>;
10
- static ɵmod: i0.ɵɵNgModuleDeclaration<DirectivesModule, never, [typeof i1.Draggable, typeof i2.SlimScroll, typeof i3.Widget, typeof i4.esRouterLinkWithHref, typeof i5.ComponentHostDirective, typeof i6.EsModalDirective], [typeof i1.Draggable, typeof i2.SlimScroll, typeof i3.Widget, typeof i4.esRouterLinkWithHref, typeof i5.ComponentHostDirective, typeof i6.EsModalDirective]>;
11
- static ɵinj: i0.ɵɵInjectorDeclaration<DirectivesModule>;
12
- }
@@ -1,13 +0,0 @@
1
- import { ElementRef, NgZone } from "@angular/core";
2
- import { AppEmbeddingExtensions } from "@esfaenza/extensions";
3
- import * as i0 from "@angular/core";
4
- export declare class Draggable {
5
- private _elementRef;
6
- private zone;
7
- private emb;
8
- handlerSelector: string;
9
- constructor(_elementRef: ElementRef, zone: NgZone, emb: AppEmbeddingExtensions);
10
- ngOnInit(): void;
11
- static ɵfac: i0.ɵɵFactoryDeclaration<Draggable, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<Draggable, "[emaDraggable]", never, { "handlerSelector": { "alias": "emaDraggable"; "required": false; }; }, {}, never, never, true, never>;
13
- }
@@ -1,15 +0,0 @@
1
- import { ElementRef, Renderer2 } from "@angular/core";
2
- import { ModalDirective } from "ngx-bootstrap/modal";
3
- import { Subscription } from "rxjs";
4
- import * as i0 from "@angular/core";
5
- export declare class EsModalDirective extends ModalDirective {
6
- elementRef: ElementRef;
7
- rendererRef: Renderer2;
8
- HideSubscription: Subscription;
9
- private emb;
10
- ngOnInit(): void;
11
- show(): void;
12
- hide(): void;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<EsModalDirective, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<EsModalDirective, "[esModal]", ["es-modal"], {}, {}, never, never, true, never>;
15
- }
@@ -1,14 +0,0 @@
1
- import { LocationStrategy } from "@angular/common";
2
- import { ElementRef, Renderer2 } from "@angular/core";
3
- import { ActivatedRoute, Router, RouterLinkWithHref, UrlTree } from "@angular/router";
4
- import { AppEmbeddingExtensions } from "@esfaenza/extensions";
5
- import * as i0 from "@angular/core";
6
- export declare class esRouterLinkWithHref extends RouterLinkWithHref {
7
- private emb;
8
- private EmbeddingSource;
9
- constructor(emb: AppEmbeddingExtensions, router: Router, route: ActivatedRoute, tabIndexAttribute: string | null | undefined, renderer: Renderer2, el: ElementRef, locationStrategy?: LocationStrategy);
10
- set esRouterLink(commandsOrUrlTree: readonly any[] | string | UrlTree | null | undefined);
11
- onClick(button: number, ctrlKey: boolean, shiftKey: boolean, altKey: boolean, metaKey: boolean): boolean;
12
- static ɵfac: i0.ɵɵFactoryDeclaration<esRouterLinkWithHref, [null, null, null, { attribute: "tabindex"; }, null, null, null]>;
13
- static ɵdir: i0.ɵɵDirectiveDeclaration<esRouterLinkWithHref, "a[esRouterLink],area[esRouterLink]", never, { "esRouterLink": { "alias": "esRouterLink"; "required": false; }; }, {}, never, never, true, never>;
14
- }
@@ -1,7 +0,0 @@
1
- export * from './draggable/draggable.directive';
2
- export * from './slim-scroll/slim-scroll.directive';
3
- export * from './es-routerLink/es-routerLink.directive';
4
- export * from './widget/widget.directive';
5
- export * from './componentHost/componentHost.directive';
6
- export * from './es-modal/es-modal.directive';
7
- export * from './directives.module';
@@ -1,15 +0,0 @@
1
- import { ElementRef, NgZone } from "@angular/core";
2
- import "jquery-slimscroll";
3
- import * as i0 from "@angular/core";
4
- export declare class SlimScroll {
5
- private _elementRef;
6
- private zone;
7
- slimScrollOptions: Object;
8
- constructor(_elementRef: ElementRef, zone: NgZone);
9
- ngOnChanges(changes: any): void;
10
- private _scroll;
11
- private _init;
12
- private _destroy;
13
- static ɵfac: i0.ɵɵFactoryDeclaration<SlimScroll, never>;
14
- static ɵdir: i0.ɵɵDirectiveDeclaration<SlimScroll, "[slim-scroll]", never, { "slimScrollOptions": { "alias": "slimScrollOptions"; "required": false; }; }, {}, never, never, true, never>;
15
- }
@@ -1,9 +0,0 @@
1
- import { ElementRef, OnInit } from "@angular/core";
2
- import * as i0 from "@angular/core";
3
- export declare class Widget implements OnInit {
4
- $el: any;
5
- constructor(el: ElementRef);
6
- ngOnInit(): void;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<Widget, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<Widget, "[widget]", never, {}, {}, never, never, true, never>;
9
- }
@@ -1,12 +0,0 @@
1
- import { ReportParam } from "@esfaenza/es-table";
2
- export declare class ApplicationJob {
3
- id: string;
4
- description: string;
5
- smalldescription: string;
6
- percentage: number;
7
- completed: boolean;
8
- fileid: string;
9
- reportid: string;
10
- complexreportid: string;
11
- reportpars: ReportParam[];
12
- }
@@ -1,16 +0,0 @@
1
- export declare class ApplicationMenu {
2
- title: string;
3
- link?: string;
4
- routerLink?: string;
5
- icon?: string;
6
- ac?: string;
7
- wip?: boolean;
8
- subMenu?: ApplicationMenu[];
9
- queryParams?: {};
10
- constructor(title: string, link?: string, routerLink?: string, icon?: string, ac?: string, wip?: boolean, subMenu?: ApplicationMenu[], queryParams?: {});
11
- static Group(title: string, icon: string, ac: string, wip: boolean, subMenu: ApplicationMenu[], queryParams?: any): ApplicationMenu;
12
- static TopItem(title: string, icon: string, routerLink?: string, ac?: string, queryParams?: any, wip?: boolean): ApplicationMenu;
13
- static Item(title: string, routerLink?: string, ac?: string, queryParams?: any, wip?: boolean): ApplicationMenu;
14
- static Link(title: string, link?: string): ApplicationMenu;
15
- static ignoreStorage: any;
16
- }
@@ -1,2 +0,0 @@
1
- export declare const EMBEDDED_ROUTE: string;
2
- export declare const ROUTE: string;
@@ -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
- }