@hitsoft/ovolt 0.0.3 → 0.0.4

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 (28) hide show
  1. package/esm2020/config/ovolt-config.module.mjs +2 -2
  2. package/esm2020/config/providers/fuel-integration-log-route.provider.mjs +1 -1
  3. package/esm2020/config/providers/process-log-route.provider.mjs +1 -1
  4. package/esm2020/config/providers/system-parameter-route.provider.mjs +1 -1
  5. package/esm2020/lib/components/hit-fuel-integration-logs/components/hit-fuel-integration-log.component.mjs +27 -20
  6. package/esm2020/lib/components/hit-process-logs/components/hit-process-log.component.mjs +58 -30
  7. package/esm2020/lib/components/hit-process-logs/hit-process-log.module.mjs +8 -5
  8. package/esm2020/lib/components/hit-proxy/hit-process-logs/hit-process-log.service.mjs +5 -1
  9. package/esm2020/lib/fuel-integration-logs/fuel-integration-log/components/fuel-integration-log.component.mjs +3 -3
  10. package/esm2020/lib/fuel-integration-logs/fuel-integration-log/fuel-integration-log-routing.module.mjs +1 -1
  11. package/esm2020/lib/fuel-integration-logs/fuel-integration-log/fuel-integration-log.module.mjs +1 -1
  12. package/esm2020/lib/ovolt-routing.module.mjs +2 -2
  13. package/esm2020/lib/process-logs/process-log/components/process-log.component.mjs +3 -3
  14. package/esm2020/lib/process-logs/process-log/process-log-routing.module.mjs +1 -1
  15. package/esm2020/lib/process-logs/process-log/process-log.module.mjs +1 -1
  16. package/fesm2015/hitsoft-ovolt-config.mjs +1 -1
  17. package/fesm2015/hitsoft-ovolt-config.mjs.map +1 -1
  18. package/fesm2015/hitsoft-ovolt.mjs +94 -52
  19. package/fesm2015/hitsoft-ovolt.mjs.map +1 -1
  20. package/fesm2020/hitsoft-ovolt-config.mjs +1 -1
  21. package/fesm2020/hitsoft-ovolt-config.mjs.map +1 -1
  22. package/fesm2020/hitsoft-ovolt.mjs +93 -52
  23. package/fesm2020/hitsoft-ovolt.mjs.map +1 -1
  24. package/lib/components/hit-fuel-integration-logs/components/hit-fuel-integration-log.component.d.ts +5 -3
  25. package/lib/components/hit-process-logs/components/hit-process-log.component.d.ts +13 -8
  26. package/lib/components/hit-process-logs/hit-process-log.module.d.ts +1 -1
  27. package/lib/components/hit-proxy/hit-process-logs/hit-process-log.service.d.ts +1 -0
  28. package/package.json +1 -1
@@ -1,29 +1,34 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { DxDataGridComponent } from 'devextreme-angular';
3
- import { TrackByService } from '@abp/ng.core';
3
+ import { LocalizationService, TrackByService } from '@abp/ng.core';
4
4
  import { ProcessLogService } from '../../../proxy/process-logs/process-log.service';
5
- import type { ProcessLogDto } from '../../../proxy/process-logs/models';
6
5
  import { HitProcessLogService } from '../../hit-proxy/hit-process-logs/hit-process-log.service';
6
+ import { ToasterService } from '@abp/ng.theme.shared';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare class HitProcessLogComponent implements OnInit {
9
9
  private service;
10
10
  track: TrackByService;
11
11
  readonly hitProcessLogService: HitProcessLogService;
12
+ private toaster;
13
+ private localization;
12
14
  dxGrid: DxDataGridComponent;
15
+ private permissionService;
13
16
  processLogDataSource: any;
14
- isExportToExcelBusy: boolean;
17
+ isdeleteAll: boolean;
15
18
  isRequestModalOpen: boolean;
16
19
  selectedRequestModel: any;
17
20
  isLoadingRequestModel: boolean;
18
- closeButtonOptions: Record<string, unknown>;
19
- constructor(service: ProcessLogService, track: TrackByService, hitProcessLogService: HitProcessLogService);
21
+ actionMenuItems: any;
22
+ closeButtonOptions: any;
23
+ constructor(service: ProcessLogService, track: TrackByService, hitProcessLogService: HitProcessLogService, toaster: ToasterService, localization: LocalizationService);
20
24
  ngOnInit(): void;
25
+ l(key: string): string;
21
26
  initDataSource(): void;
22
27
  showRequest(id: any): void;
23
- editProcessLog(record: ProcessLogDto): void;
24
- deleteProcessLog(record: ProcessLogDto): void;
25
- exportToExcel(): void;
28
+ deleteProcessLog(record: string): void;
29
+ deleteAll(): void;
26
30
  statusFilter: (value: any, operation: any, target: any) => any[];
31
+ onActionClick(e: any, id: any): void;
27
32
  static ɵfac: i0.ɵɵFactoryDeclaration<HitProcessLogComponent, never>;
28
33
  static ɵcmp: i0.ɵɵComponentDeclaration<HitProcessLogComponent, "lib-hit-process-log", never, {}, {}, never, never, false>;
29
34
  }
@@ -10,7 +10,7 @@ import * as i8 from "@abp/ng.components/page";
10
10
  import * as i9 from "devextreme-angular";
11
11
  export declare class HitProcessLogModule {
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<HitProcessLogModule, never>;
13
- static ɵmod: i0.ɵɵNgModuleDeclaration<HitProcessLogModule, [typeof i1.HitProcessLogComponent], [typeof i2.HitProcessLogRoutingModule, typeof i3.CoreModule, typeof i4.ThemeSharedModule, typeof i5.CommercialUiModule, typeof i6.NgxValidateCoreModule, typeof i7.NgbCollapseModule, typeof i7.NgbDatepickerModule, typeof i7.NgbDropdownModule, typeof i8.PageModule, typeof i9.DxDataGridModule, typeof i9.DxButtonModule, typeof i9.DxPopupModule, typeof i9.DxScrollViewModule, typeof i9.DxTemplateModule], never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HitProcessLogModule, [typeof i1.HitProcessLogComponent], [typeof i2.HitProcessLogRoutingModule, typeof i3.CoreModule, typeof i4.ThemeSharedModule, typeof i5.CommercialUiModule, typeof i6.NgxValidateCoreModule, typeof i7.NgbCollapseModule, typeof i7.NgbDatepickerModule, typeof i7.NgbDropdownModule, typeof i8.PageModule, typeof i9.DxDataGridModule, typeof i9.DxButtonModule, typeof i9.DxPopupModule, typeof i9.DxScrollViewModule, typeof i9.DxTemplateModule, typeof i9.DxDropDownButtonModule], never>;
14
14
  static ɵinj: i0.ɵɵInjectorDeclaration<HitProcessLogModule>;
15
15
  }
16
16
  export declare function loadHitProcessLogModuleAsChild(): Promise<typeof HitProcessLogModule>;
@@ -9,6 +9,7 @@ export declare class HitProcessLogService {
9
9
  constructor(restService: RestService, devexService: DevexpressRestService);
10
10
  get LoadProcessLogs(): import("devextreme/data/custom_store").default<any, any>;
11
11
  getRequestModel: (input: GetRequestModelDto) => import("rxjs").Observable<string>;
12
+ deleteAll: () => import("rxjs").Observable<boolean>;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<HitProcessLogService, never>;
13
14
  static ɵprov: i0.ɵɵInjectableDeclaration<HitProcessLogService>;
14
15
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitsoft/ovolt",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=9",
6
6
  "@angular/core": ">=9",