@eqproject/eqp-dynamic-module 1.1.2 → 1.1.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.
@@ -9,6 +9,7 @@ export declare class EqpDynamicModuleComponent implements OnInit {
9
9
  private utilityHelperService;
10
10
  context: Context;
11
11
  formID: string;
12
+ userID: string;
12
13
  repairMode: boolean;
13
14
  values: Array<Record>;
14
15
  showButtons: boolean;
@@ -104,5 +105,5 @@ export declare class EqpDynamicModuleComponent implements OnInit {
104
105
  onDeleteRecord(record: Record): void;
105
106
  onSaveJson(record: string): void;
106
107
  static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleComponent, never>;
107
- static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "context": "context"; "formID": "formID"; "repairMode": "repairMode"; "values": "values"; "showButtons": "showButtons"; "showTitle": "showTitle"; "viewMode": "viewMode"; "FormJSON": "FormJSON"; "baseServerUrl": "baseServerUrl"; "userToken": "userToken"; "endPointConfiguration": "endPointConfiguration"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "duplicateRecord": "duplicateRecord"; "SaveJSON": "SaveJSON"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "afterDuplicateRecord": "afterDuplicateRecord"; }, never, never, false>;
108
+ static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "context": "context"; "formID": "formID"; "userID": "userID"; "repairMode": "repairMode"; "values": "values"; "showButtons": "showButtons"; "showTitle": "showTitle"; "viewMode": "viewMode"; "FormJSON": "FormJSON"; "baseServerUrl": "baseServerUrl"; "userToken": "userToken"; "endPointConfiguration": "endPointConfiguration"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "duplicateRecord": "duplicateRecord"; "SaveJSON": "SaveJSON"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "afterDuplicateRecord": "afterDuplicateRecord"; }, never, never, false>;
108
109
  }
@@ -59,6 +59,7 @@ export declare class AddFormFieldComponent implements OnInit {
59
59
  metadataColumns: Array<ConfigColumn>;
60
60
  selectedMetadata: BaseField;
61
61
  dialogFormulaRef: MatDialogRef<TemplateRef<any>>;
62
+ dialogVisibleIfRef: MatDialogRef<TemplateRef<any>>;
62
63
  dialogFormula: TemplateRef<any>;
63
64
  buttonImagesKeyValueInputColumn: TemplateRef<any>;
64
65
  FieldTypeEnum: typeof FieldTypeEnum;
@@ -166,6 +167,7 @@ export declare class AddFormFieldComponent implements OnInit {
166
167
  * @param metadata Metadata da modificare, se null allora ne sto creando uno nuovo.
167
168
  */
168
169
  openFormulaDialog(): void;
170
+ openVisibleIfDialog(): void;
169
171
  stringSanitizer(value: any): void;
170
172
  /**
171
173
  * Metodo invocato dall'output dal dialog per aggiungere/modificare un metadata
@@ -10,6 +10,7 @@ export declare class AddFormRecordComponent implements OnInit {
10
10
  private cdr;
11
11
  utilityService: UtilityHelperService;
12
12
  showTitle: boolean;
13
+ userID: string;
13
14
  showButtons: boolean;
14
15
  form: Form;
15
16
  record: Record;
@@ -51,5 +52,5 @@ export declare class AddFormRecordComponent implements OnInit {
51
52
  */
52
53
  private createFieldGroups;
53
54
  static ɵfac: i0.ɵɵFactoryDeclaration<AddFormRecordComponent, never>;
54
- static ɵcmp: i0.ɵɵComponentDeclaration<AddFormRecordComponent, "add-form-record", never, { "showTitle": "showTitle"; "showButtons": "showButtons"; "form": "form"; "record": "record"; "onlyView": "onlyView"; }, { "saveRecordEvent": "saveRecordEvent"; }, never, never, false>;
55
+ static ɵcmp: i0.ɵɵComponentDeclaration<AddFormRecordComponent, "add-form-record", never, { "showTitle": "showTitle"; "userID": "userID"; "showButtons": "showButtons"; "form": "form"; "record": "record"; "onlyView": "onlyView"; }, { "saveRecordEvent": "saveRecordEvent"; }, never, never, false>;
55
56
  }
@@ -26,10 +26,8 @@ import * as i24 from "@eqproject/eqp-select";
26
26
  import * as i25 from "@eqproject/eqp-datetimepicker";
27
27
  import * as i26 from "@eqproject/eqp-filters";
28
28
  import * as i27 from "@eqproject/eqp-numeric";
29
- import * as i28 from "@eqproject/eqp-img-drawing";
30
- import * as i29 from "@angular/platform-browser";
31
29
  export declare class EqpDynamicModuleModule {
32
30
  static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleModule, never>;
33
- static ɵmod: i0.ɵɵNgModuleDeclaration<EqpDynamicModuleModule, [typeof i1.EqpDynamicModuleComponent, typeof i2.EqpDynamicModuleConfiguratorComponent, typeof i3.AddFormFieldComponent, typeof i4.TextFieldTemplateComponent, typeof i5.BooleanFieldTemplateComponent, typeof i6.DateFieldTemplateComponent, typeof i7.TextareaFieldTemplateComponent, typeof i8.NumericFieldTemplateComponent, typeof i9.ListValueFieldTemplateComponent, typeof i10.AttachmentFieldTemplateComponent, typeof i11.ImageFieldTemplateComponent, typeof i12.ListFormRecordComponent, typeof i13.AddFormRecordComponent, typeof i14.DynamicModuleFieldComponent, typeof i15.DynamicModuleFieldFixComponent, typeof i16.SpinnerComponent, typeof i17.AddFormulaComponent, typeof i17.DialogDataExampleDialog, typeof i18.RepairFormFieldsComponent], [typeof i19.MaterialModule, typeof i20.FormsModule, typeof i21.CommonModule, typeof i20.ReactiveFormsModule, typeof i22.EqpTableModule, typeof i23.EqpAttachmentsModule, typeof i24.EqpSelectModule, typeof i25.EqpDatetimepickerModule, typeof i26.EqpFiltersModule, typeof i27.EqpNumericModule, typeof i28.EqpImgDrawingModule, typeof i29.BrowserModule], [typeof i1.EqpDynamicModuleComponent, typeof i2.EqpDynamicModuleConfiguratorComponent]>;
31
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EqpDynamicModuleModule, [typeof i1.EqpDynamicModuleComponent, typeof i2.EqpDynamicModuleConfiguratorComponent, typeof i3.AddFormFieldComponent, typeof i4.TextFieldTemplateComponent, typeof i5.BooleanFieldTemplateComponent, typeof i6.DateFieldTemplateComponent, typeof i7.TextareaFieldTemplateComponent, typeof i8.NumericFieldTemplateComponent, typeof i9.ListValueFieldTemplateComponent, typeof i10.AttachmentFieldTemplateComponent, typeof i11.ImageFieldTemplateComponent, typeof i12.ListFormRecordComponent, typeof i13.AddFormRecordComponent, typeof i14.DynamicModuleFieldComponent, typeof i15.DynamicModuleFieldFixComponent, typeof i16.SpinnerComponent, typeof i17.AddFormulaComponent, typeof i17.DialogDataExampleDialog, typeof i18.RepairFormFieldsComponent], [typeof i19.MaterialModule, typeof i20.FormsModule, typeof i21.CommonModule, typeof i20.ReactiveFormsModule, typeof i22.EqpTableModule, typeof i23.EqpAttachmentsModule, typeof i24.EqpSelectModule, typeof i25.EqpDatetimepickerModule, typeof i26.EqpFiltersModule, typeof i27.EqpNumericModule], [typeof i1.EqpDynamicModuleComponent, typeof i2.EqpDynamicModuleConfiguratorComponent]>;
34
32
  static ɵinj: i0.ɵɵInjectorDeclaration<EqpDynamicModuleModule>;
35
33
  }
@@ -1,11 +1,13 @@
1
1
  export declare class Record {
2
2
  ID: string;
3
3
  EntID: string;
4
+ userID: string;
4
5
  [key: string]: any;
5
6
  }
6
7
  export declare class DynRecord {
7
8
  ID: string;
8
9
  EntID: string;
10
+ userID: string;
9
11
  Values: {
10
12
  [key: string]: any;
11
13
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "1.1.2",
7
+ "version": "1.1.4",
8
8
  "peerDependencies": {
9
9
  "@angular/common": "~14.2.8",
10
10
  "@angular/core": "~14.2.8",