@eqproject/eqp-dynamic-module 2.9.21 → 2.9.22

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.
@@ -162,6 +162,8 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
162
162
  onClickDragIndicator(el: any): void;
163
163
  onExternalComponentOut(ev: eventOut): void;
164
164
  onFireTrigger(ev: FireTrigger): void;
165
+ /** utilizzato in TMED */
166
+ reloadHTMLReadableValues(answerId: string): void;
165
167
  static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleComponent, never>;
166
168
  static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "debugMode": "debugMode"; "configurations": "configurations"; "formID": "formID"; "starterViewMode": "starterViewMode"; "userID": "userID"; "orgaID": "orgaID"; "showTitle": "showTitle"; "showBackButton": "showBackButton"; "showSaveButton": "showSaveButton"; "values": "values"; "FormJSON": "FormJSON"; "formulaObject": "formulaObject"; "externalButtons": "externalButtons"; "actionButtons": "actionButtons"; "listViewRecordTitle": "listViewRecordTitle"; "defaultListViewFunction": "defaultListViewFunction"; "defaultListActions": "defaultListActions"; "onSaveBackToList": "onSaveBackToList"; "onBackTo": "onBackTo"; "filterResultViewMode": "filterResultViewMode"; "additionalParams": "additionalParams"; "additionalInfo": "additionalInfo"; "updateInfo": "updateInfo"; "prefilterParams": "prefilterParams"; "showNewSearchButton": "showNewSearchButton"; "answerToDuplicateId": "answerToDuplicateId"; "highlightFilter": "highlightFilter"; "selectedRecord": "selectedRecord"; "isDraggableListView": "isDraggableListView"; "QueryEditorComponent": "QueryEditorComponent"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "SaveJSON": "SaveJSON"; "afterFilter": "afterFilter"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "clickDragIndicator": "clickDragIndicator"; "out": "out"; "fireTrigger": "fireTrigger"; }, never, never, false, never>;
167
169
  }
@@ -96,6 +96,7 @@ export declare class UtilityHelperService {
96
96
  */
97
97
  RunEndPointCall(endPointData: EndPointData, dynamicModuleParams?: Array<EndPointDataParams>, callback?: (e: Form | Array<Form> | Record | Array<Record> | DynAttachment | Array<DynAttachment> | string) => void, errorCallBack?: (err: unknown) => void): void;
98
98
  static base64ToBlob(b64Data: any, contentType?: string, sliceSize?: number): Blob;
99
+ static parseValueString(field: any, record: any): any;
99
100
  static ɵfac: i0.ɵɵFactoryDeclaration<UtilityHelperService, never>;
100
101
  static ɵprov: i0.ɵɵInjectableDeclaration<UtilityHelperService>;
101
102
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.9.21",
7
+ "version": "2.9.22",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",