@eqproject/eqp-dynamic-module 2.4.39 → 2.4.41

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.
@@ -88,6 +88,7 @@ export declare class AddFormRecordComponent implements OnInit {
88
88
  private replaceTemplatePlaceholdersWithValues;
89
89
  delay(ms: number): Promise<unknown>;
90
90
  private resizeBase64Image;
91
+ setDataGetter(form: any): void;
91
92
  static ɵfac: i0.ɵɵFactoryDeclaration<AddFormRecordComponent, never>;
92
93
  static ɵcmp: i0.ɵɵComponentDeclaration<AddFormRecordComponent, "add-form-record", never, { "configurations": "configurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "formID": "formID"; "form": "form"; "record": "record"; "onlyView": "onlyView"; "isDuplicate": "isDuplicate"; "inConfig": "inConfig"; "QueryEditorComponent": "QueryEditorComponent"; }, { "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "out": "out"; }, never, never, false, never>;
93
94
  }
@@ -9,6 +9,7 @@ import { DynamicModuleCompileConfig } from "./../../../..//models/dynamicModuleC
9
9
  import { EndPointConfiguration } from "./../../../../models/endPointConfiguration.model";
10
10
  import { MatDialog, MatDialogRef } from "@angular/material/dialog";
11
11
  import { Router } from "@angular/router";
12
+ import { DynamicLoaderDirectiveData, eventOut } from "../../../../directives/dynamic-loader/dynamic-loader.directive";
12
13
  import * as i0 from "@angular/core";
13
14
  type Panel = {
14
15
  record: Record;
@@ -33,6 +34,7 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
33
34
  onlyView: boolean;
34
35
  records: Array<DynRecord>;
35
36
  highlightFilter: any;
37
+ QueryEditorComponent: DynamicLoaderDirectiveData;
36
38
  defaultListActions: DynamicModuleListFormRecordActionsDefault;
37
39
  showTitle: boolean;
38
40
  test: boolean;
@@ -62,6 +64,7 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
62
64
  afterSaveRecordEvent: EventEmitter<Record>;
63
65
  dragStarted: EventEmitter<any>;
64
66
  dragReleased: EventEmitter<void>;
67
+ out: EventEmitter<eventOut>;
65
68
  constructor(utilityHelperService: UtilityHelperService, changeDetector: ChangeDetectorRef, dialog: MatDialog, router: Router);
66
69
  ngOnInit(): void;
67
70
  ngOnChanges(changes: SimpleChanges): void;
@@ -131,7 +134,8 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
131
134
  printAdditionalInfo(record: Record): string;
132
135
  onDragStarted(el: any): void;
133
136
  onDragReleased(): void;
137
+ onExternalComponentOut(ev: eventOut): void;
134
138
  static ɵfac: i0.ɵɵFactoryDeclaration<ListViewFormRecordComponent, never>;
135
- static ɵcmp: i0.ɵɵComponentDeclaration<ListViewFormRecordComponent, "list-view-form-record", never, { "configurations": "configurations"; "compileConfigurations": "compileConfigurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "formID": "formID"; "form": "form"; "defaultListViewFunction": "defaultListViewFunction"; "externalButtons": "externalButtons"; "onlyView": "onlyView"; "records": "records"; "highlightFilter": "highlightFilter"; }, { "onAddViewEditRecord": "onAddViewEditRecord"; "onDeleteRecord": "onDeleteRecord"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; }, never, never, false, never>;
139
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListViewFormRecordComponent, "list-view-form-record", never, { "configurations": "configurations"; "compileConfigurations": "compileConfigurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "formID": "formID"; "form": "form"; "defaultListViewFunction": "defaultListViewFunction"; "externalButtons": "externalButtons"; "onlyView": "onlyView"; "records": "records"; "highlightFilter": "highlightFilter"; "QueryEditorComponent": "QueryEditorComponent"; }, { "onAddViewEditRecord": "onAddViewEditRecord"; "onDeleteRecord": "onDeleteRecord"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "out": "out"; }, never, never, false, never>;
136
140
  }
137
141
  export {};
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.4.39",
7
+ "version": "2.4.41",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",