@eqproject/eqp-dynamic-module 2.2.18 → 2.2.21
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/esm2020/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.mjs +6 -3
- package/esm2020/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.mjs +10 -2
- package/esm2020/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.mjs +4 -4
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +17 -8
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +17 -8
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/exported/eqp-dynamic-module/eqp-dynamic-module.component.d.ts +2 -1
- package/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.d.ts +2 -1
- package/lib/components/private/form-statistics/filter-form-statistic/filter-form-statistic.component.d.ts +3 -3
- package/package.json +1 -1
|
@@ -26,6 +26,7 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
|
|
|
26
26
|
values: Array<Record>;
|
|
27
27
|
FormJSON: string;
|
|
28
28
|
externalButtons: Array<RecordButton>;
|
|
29
|
+
defaultListViewFunction: Function;
|
|
29
30
|
defaultListActions: DynamicModuleListFormRecordActionsDefault;
|
|
30
31
|
onSaveBackToList: boolean;
|
|
31
32
|
onBackTo: DynamicModuleViewModeEnum;
|
|
@@ -144,5 +145,5 @@ export declare class EqpDynamicModuleComponent implements OnInit, AfterViewInit
|
|
|
144
145
|
onAfterDeleteRecord(record: Record): void;
|
|
145
146
|
onAfterFilter(ev: any): void;
|
|
146
147
|
static ɵfac: i0.ɵɵFactoryDeclaration<EqpDynamicModuleComponent, never>;
|
|
147
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "debugMode": "debugMode"; "configurations": "configurations"; "formID": "formID"; "starterViewMode": "starterViewMode"; "userID": "userID"; "showTitle": "showTitle"; "showBackButton": "showBackButton"; "showSaveButton": "showSaveButton"; "values": "values"; "FormJSON": "FormJSON"; "externalButtons": "externalButtons"; "defaultListActions": "defaultListActions"; "onSaveBackToList": "onSaveBackToList"; "onBackTo": "onBackTo"; "internalListView": "internalListView"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "duplicateRecord": "duplicateRecord"; "SaveJSON": "SaveJSON"; "afterFilter": "afterFilter"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "afterDuplicateRecord": "afterDuplicateRecord"; }, never, never, false, never>;
|
|
148
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EqpDynamicModuleComponent, "eqp-dynamic-module", never, { "debugMode": "debugMode"; "configurations": "configurations"; "formID": "formID"; "starterViewMode": "starterViewMode"; "userID": "userID"; "showTitle": "showTitle"; "showBackButton": "showBackButton"; "showSaveButton": "showSaveButton"; "values": "values"; "FormJSON": "FormJSON"; "externalButtons": "externalButtons"; "defaultListViewFunction": "defaultListViewFunction"; "defaultListActions": "defaultListActions"; "onSaveBackToList": "onSaveBackToList"; "onBackTo": "onBackTo"; "internalListView": "internalListView"; }, { "saveRecord": "saveRecord"; "deleteRecord": "deleteRecord"; "duplicateRecord": "duplicateRecord"; "SaveJSON": "SaveJSON"; "afterFilter": "afterFilter"; "afterSaveRecord": "afterSaveRecord"; "afterDeleteRecord": "afterDeleteRecord"; "afterDuplicateRecord": "afterDuplicateRecord"; }, never, never, false, never>;
|
|
148
149
|
}
|
|
@@ -25,6 +25,7 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
|
|
|
25
25
|
userID: string;
|
|
26
26
|
formID: string;
|
|
27
27
|
form: Form;
|
|
28
|
+
defaultListViewFunction: Function;
|
|
28
29
|
externalButtons: Array<RecordButton>;
|
|
29
30
|
onlyView: boolean;
|
|
30
31
|
records: Array<DynRecord>;
|
|
@@ -127,6 +128,6 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
|
|
|
127
128
|
onlyView: boolean;
|
|
128
129
|
}): void;
|
|
129
130
|
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewFormRecordComponent, never>;
|
|
130
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewFormRecordComponent, "list-view-form-record", never, { "debugMode": "debugMode"; "configurations": "configurations"; "compileConfigurations": "compileConfigurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "formID": "formID"; "form": "form"; "externalButtons": "externalButtons"; "onlyView": "onlyView"; "records": "records"; }, { "onAddViewEditRecord": "onAddViewEditRecord"; "onDeleteRecord": "onDeleteRecord"; "onDuplicateRecord": "onDuplicateRecord"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; }, never, never, false, never>;
|
|
131
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewFormRecordComponent, "list-view-form-record", never, { "debugMode": "debugMode"; "configurations": "configurations"; "compileConfigurations": "compileConfigurations"; "endPointConfiguration": "endPointConfiguration"; "userID": "userID"; "formID": "formID"; "form": "form"; "defaultListViewFunction": "defaultListViewFunction"; "externalButtons": "externalButtons"; "onlyView": "onlyView"; "records": "records"; }, { "onAddViewEditRecord": "onAddViewEditRecord"; "onDeleteRecord": "onDeleteRecord"; "onDuplicateRecord": "onDuplicateRecord"; "saveRecordEvent": "saveRecordEvent"; "afterSaveRecordEvent": "afterSaveRecordEvent"; }, never, never, false, never>;
|
|
131
132
|
}
|
|
132
133
|
export {};
|
|
@@ -7,9 +7,9 @@ import { DynRecord, Record, RecordButton } from '../../../../models/record.model
|
|
|
7
7
|
import { UtilityHelperService } from '../../../../services/utilityHelper.services';
|
|
8
8
|
import { DynamicModuleFieldFixComponent } from '../../dynamic-module-field-fix/dynamic-module-field.component';
|
|
9
9
|
import { EndPointConfiguration } from './../../../../models/endPointConfiguration.model';
|
|
10
|
-
import { Statistic } from '
|
|
11
|
-
import { DynamicModuleListConfig } from '
|
|
12
|
-
import { DynamicModuleListFormRecordActionsDefault } from '
|
|
10
|
+
import { Statistic } from '../../../../models/statistic.model';
|
|
11
|
+
import { DynamicModuleListConfig } from '../../../../models/dynamicModuleListConfig.model';
|
|
12
|
+
import { DynamicModuleListFormRecordActionsDefault } from '../../../../models/dynamicModuleListFormRecordActionsDefault';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
export declare class FilterFormStatisticComponent {
|
|
15
15
|
private cdr;
|