@eqproject/eqp-dynamic-module 2.10.34 → 2.10.37
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-configurator/eqp-dynamic-module-configurator.component.mjs +3 -3
- package/esm2020/lib/components/private/action-button-creator/action-button-creator.component.mjs +11 -4
- package/esm2020/lib/components/private/add-form-field/add-form-field.component.mjs +3 -3
- package/esm2020/lib/components/private/dbgetter/dbgetter.component.mjs +7 -1
- package/esm2020/lib/components/private/dynamic-module-field-fix/dynamic-module-field.component.mjs +1 -1
- package/esm2020/lib/components/private/field-templates/action-button-field-template/action-button-field-template.component.mjs +36 -15
- package/esm2020/lib/components/private/field-templates/list-value-field-template/list-value-field-template.component.mjs +2 -2
- package/esm2020/lib/components/private/graphs/graph/graph.component.mjs +7 -7
- package/esm2020/lib/directives/dynamic-loader/dynamic-loader.directive.mjs +5 -5
- package/esm2020/lib/directives/speech-to-text/speech-to-text.directive.mjs +4 -4
- package/esm2020/lib/services/utilityHelper.services.mjs +7 -7
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +76 -42
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +76 -42
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/private/action-button-creator/action-button-creator.component.d.ts +2 -1
- package/lib/components/private/field-templates/action-button-field-template/action-button-field-template.component.d.ts +6 -1
- package/lib/components/private/form-records/list-view-form-record/list-view-form-record.component.d.ts +1 -1
- package/lib/components/private/form-records/list-view-form-record/single-record/single-record.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -16,6 +16,7 @@ export declare class ActionButtonCreatorComponent {
|
|
|
16
16
|
formulas: any;
|
|
17
17
|
endPointConfiguration: EndPointConfiguration;
|
|
18
18
|
InField: boolean;
|
|
19
|
+
formulaObject: any;
|
|
19
20
|
onSaveRecord: EventEmitter<ActionButton>;
|
|
20
21
|
onChangeSomething: EventEmitter<ActionButton>;
|
|
21
22
|
FieldTypeEnum: typeof FieldTypeEnum;
|
|
@@ -44,5 +45,5 @@ export declare class ActionButtonCreatorComponent {
|
|
|
44
45
|
onChangeFormula(formula: any): void;
|
|
45
46
|
isAnActionKey(key: any, field: ActionButton, formulas: Array<any>): boolean;
|
|
46
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonCreatorComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonCreatorComponent, "action-button-creator", never, { "form": "form"; "actionButton": "actionButton"; "actionButtonField": "actionButtonField"; "formulas": "formulas"; "endPointConfiguration": "endPointConfiguration"; "InField": "InField"; }, { "onSaveRecord": "onSaveRecord"; "onChangeSomething": "onChangeSomething"; }, never, never, false, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonCreatorComponent, "action-button-creator", never, { "form": "form"; "actionButton": "actionButton"; "actionButtonField": "actionButtonField"; "formulas": "formulas"; "endPointConfiguration": "endPointConfiguration"; "InField": "InField"; "formulaObject": "formulaObject"; }, { "onSaveRecord": "onSaveRecord"; "onChangeSomething": "onChangeSomething"; }, never, never, false, never>;
|
|
48
49
|
}
|
|
@@ -9,6 +9,7 @@ export declare class ActionButtonFieldTemplateComponent {
|
|
|
9
9
|
formulaObject: any;
|
|
10
10
|
inConfig: boolean;
|
|
11
11
|
fireTrigger: EventEmitter<FireTrigger>;
|
|
12
|
+
recordChange: EventEmitter<Record>;
|
|
12
13
|
FieldstyleObj: any;
|
|
13
14
|
constructor();
|
|
14
15
|
ngOnInit(): void;
|
|
@@ -19,6 +20,10 @@ export declare class ActionButtonFieldTemplateComponent {
|
|
|
19
20
|
updateField(): void;
|
|
20
21
|
generateAction(actionButton: ActionButtonField): void;
|
|
21
22
|
evaluateFormulasAndFireTrigger(triggerToFire: FireTrigger): void;
|
|
23
|
+
/**
|
|
24
|
+
* Metodo per emettere l'evento che il valore del record è cambiato.
|
|
25
|
+
*/
|
|
26
|
+
onRecordValueChange(): void;
|
|
22
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionButtonFieldTemplateComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonFieldTemplateComponent, "action-button-field-template", never, { "field": "field"; "record": "record"; "formulaObject": "formulaObject"; "inConfig": "inConfig"; }, { "fireTrigger": "fireTrigger"; }, never, never, false, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionButtonFieldTemplateComponent, "action-button-field-template", never, { "field": "field"; "record": "record"; "formulaObject": "formulaObject"; "inConfig": "inConfig"; }, { "fireTrigger": "fireTrigger"; "recordChange": "recordChange"; }, never, never, false, never>;
|
|
24
29
|
}
|
|
@@ -16,7 +16,7 @@ import { DatePipe } from "@angular/common";
|
|
|
16
16
|
import { ModeEnum, TimeTypeEnum } from 'tmw-picker';
|
|
17
17
|
import { TabellarField } from '../../../../models/graph.model';
|
|
18
18
|
import * as i0 from "@angular/core";
|
|
19
|
-
|
|
19
|
+
type Panel = {
|
|
20
20
|
record: Record;
|
|
21
21
|
isOpen: boolean;
|
|
22
22
|
pageState: string;
|
|
@@ -7,7 +7,7 @@ import { UtilityHelperService } from '../../../../../services/utilityHelper.serv
|
|
|
7
7
|
import { DynamicLoaderDirectiveData, eventOut } from '../../../../../directives/dynamic-loader/dynamic-loader.directive';
|
|
8
8
|
import { FireTrigger, ActionButton } from '../../../../../models/trigger.model';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
|
-
|
|
10
|
+
type PageState = null | 'visualizzaContenuto' | 'modificaContenuto';
|
|
11
11
|
export declare class SingleRecordComponent implements OnInit {
|
|
12
12
|
private utilityHelperService;
|
|
13
13
|
endPointConfiguration: EndPointConfiguration;
|