@eqproject/eqp-dynamic-module 2.10.60 → 2.10.62
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.
- package/README.md +550 -259
- package/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +2 -8
- package/esm2020/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.mjs +2 -5
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +2 -11
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +2 -11
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +1 -2
- package/lib/components/exported/eqp-dynamic-module-configurator/eqp-dynamic-module-configurator.component.d.ts +1 -2
- package/package.json +1 -1
|
@@ -45,7 +45,6 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
|
|
|
45
45
|
prefilterParams: any;
|
|
46
46
|
contestualizationParams: any;
|
|
47
47
|
showNewSearchButton: boolean;
|
|
48
|
-
answerToDuplicateId: any;
|
|
49
48
|
highlightFilter: any;
|
|
50
49
|
selectedRecord: Record | string;
|
|
51
50
|
isDraggableListView: boolean;
|
|
@@ -172,5 +171,5 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
|
|
|
172
171
|
reloadHTMLReadableValues(answerId: string): void;
|
|
173
172
|
onAfterOutputExternalFilters(ev: FilterStatistic): void;
|
|
174
173
|
static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleComponent, never>;
|
|
175
|
-
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"; "contestualizationParams": "contestualizationParams"; "showNewSearchButton": "showNewSearchButton"; "
|
|
174
|
+
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"; "contestualizationParams": "contestualizationParams"; "showNewSearchButton": "showNewSearchButton"; "highlightFilter": "highlightFilter"; "selectedRecord": "selectedRecord"; "isDraggableListView": "isDraggableListView"; "Statistic": "Statistic"; "numberOfColumns": "numberOfColumns"; "showHiddenFields": "showHiddenFields"; "QueryEditorComponent": "QueryEditorComponent"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "SaveJSON": "SaveJSON"; "afterFilter": "afterFilter"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "dragStarted": "dragStarted"; "dragReleased": "dragReleased"; "clickDragIndicator": "clickDragIndicator"; "out": "out"; "fireTrigger": "fireTrigger"; "afterOutputExternalFilters": "afterOutputExternalFilters"; }, never, never, false, never>;
|
|
176
175
|
}
|
|
@@ -24,7 +24,6 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit {
|
|
|
24
24
|
fieldsExtraConfig: Array<FieldExtraConfig>;
|
|
25
25
|
configurations: DynamicModuleConfiguratorConfig;
|
|
26
26
|
formID: string;
|
|
27
|
-
ProjectName: string;
|
|
28
27
|
viewMode: string;
|
|
29
28
|
QueryEditorComponent: DynamicLoaderDirectiveData;
|
|
30
29
|
triggers: any;
|
|
@@ -387,5 +386,5 @@ export declare class EqpDynamicModuleConfiguratorComponent implements OnInit {
|
|
|
387
386
|
toggleDeleteButton(event: Array<BaseField>): void;
|
|
388
387
|
deleteSelectedFields(propertyName: string): void;
|
|
389
388
|
static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleConfiguratorComponent, never>;
|
|
390
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleConfiguratorComponent, "eqp-dynamic-module-configurator", never, { "debugMode": "debugMode"; "fieldsExtraConfig": "fieldsExtraConfig"; "configurations": "configurations"; "formID": "formID"; "
|
|
389
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleConfiguratorComponent, "eqp-dynamic-module-configurator", never, { "debugMode": "debugMode"; "fieldsExtraConfig": "fieldsExtraConfig"; "configurations": "configurations"; "formID": "formID"; "viewMode": "viewMode"; "QueryEditorComponent": "QueryEditorComponent"; "triggers": "triggers"; "actionButtons": "actionButtons"; "contestualization": "contestualization"; "formulaObject": "formulaObject"; }, { "fireTrigger": "fireTrigger"; "saveFormEvent": "saveFormEvent"; "afterSaveFormEvent": "afterSaveFormEvent"; "out": "out"; }, never, never, false, never>;
|
|
391
390
|
}
|