@eqproject/eqp-dynamic-module 2.3.28 → 2.3.29
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/private/form-records/repair-form-fields/repair-form-fields.component.mjs +3 -3
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +3 -5
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +3 -5
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/lib/components/private/form-records/repair-form-fields/repair-form-fields.component.d.ts +2 -2
- package/package.json +1 -1
|
@@ -45,8 +45,6 @@ import { EqpSelectModule } from '@eqproject/eqp-select';
|
|
|
45
45
|
import * as i3$2 from '@eqproject/eqp-attachments';
|
|
46
46
|
import { AttachmentType, EqpAttachmentsModule } from '@eqproject/eqp-attachments';
|
|
47
47
|
import * as i2$4 from '@angular/platform-browser';
|
|
48
|
-
import { ParamTypeEnum as ParamTypeEnum$1 } from 'projects/eqp-dynamic-module/src/lib/models/endPointConfiguration.model';
|
|
49
|
-
import * as i1$3 from 'projects/eqp-dynamic-module/src/lib/services/utilityHelper.services';
|
|
50
48
|
import * as i2$5 from '@canvasjs/angular-stockcharts';
|
|
51
49
|
import { CanvasJSAngularStockChartsModule, CanvasJSChart, CanvasJSStockChart } from '@canvasjs/angular-stockcharts';
|
|
52
50
|
import * as i8 from '@angular/material/autocomplete';
|
|
@@ -4048,7 +4046,7 @@ class RepairFormFieldsComponent {
|
|
|
4048
4046
|
dynamicModuleParams.push({
|
|
4049
4047
|
ParamName: "id",
|
|
4050
4048
|
ParamValue: id,
|
|
4051
|
-
ParamType: ParamTypeEnum
|
|
4049
|
+
ParamType: ParamTypeEnum["Query param"],
|
|
4052
4050
|
});
|
|
4053
4051
|
this.utilityHelperService.RunEndPointCall(this.endPointConfiguration.Forms.GetByIDEndPoint, dynamicModuleParams, (res) => {
|
|
4054
4052
|
this.configurations.FormJSON = JSON.stringify(res.Fields);
|
|
@@ -4058,12 +4056,12 @@ class RepairFormFieldsComponent {
|
|
|
4058
4056
|
this.onSaveJson.emit(this.configurations.FormJSON);
|
|
4059
4057
|
}
|
|
4060
4058
|
}
|
|
4061
|
-
RepairFormFieldsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RepairFormFieldsComponent, deps: [{ token:
|
|
4059
|
+
RepairFormFieldsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RepairFormFieldsComponent, deps: [{ token: UtilityHelperService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4062
4060
|
RepairFormFieldsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: RepairFormFieldsComponent, selector: "repair-form-fields", inputs: { debugMode: "debugMode", configurations: "configurations", formID: "formID", endPointConfiguration: "endPointConfiguration" }, outputs: { onSaveJson: "onSaveJson" }, viewQueries: [{ propertyName: "formulaTextArea", first: true, predicate: ["formJson"], descendants: true }], ngImport: i0, template: "<div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-12 pt-2\">\r\n <div class=\"p-1\">\r\n <textarea name=\"formJson\" #formJson type=\"textarea\" id=\"formJson\" rows=\"50\" style=\"width: 100%\"\r\n [(ngModel)]=\"configurations.FormJSON\"></textarea>\r\n </div>\r\n </div>\r\n </div>\r\n <button (click)=\"printTheJSONInPrettyFormat()\">Formatta Json</button>\r\n <button class=\"mr-2 save \" mat-raised-button color=\"primary\" (click)=\"saveJson()\" type=\"button\">\r\n Salva\r\n</button>\r\n</div>\r\n\r\n", styles: [""], dependencies: [{ kind: "component", type: i2$1.MatButton, selector: " button[mat-button], button[mat-raised-button], button[mat-flat-button], button[mat-stroked-button] ", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { kind: "directive", type: i5.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i5.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i5.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }] });
|
|
4063
4061
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: RepairFormFieldsComponent, decorators: [{
|
|
4064
4062
|
type: Component,
|
|
4065
4063
|
args: [{ selector: 'repair-form-fields', template: "<div class=\"container\">\r\n <div class=\"row\">\r\n <div class=\"col-12 pt-2\">\r\n <div class=\"p-1\">\r\n <textarea name=\"formJson\" #formJson type=\"textarea\" id=\"formJson\" rows=\"50\" style=\"width: 100%\"\r\n [(ngModel)]=\"configurations.FormJSON\"></textarea>\r\n </div>\r\n </div>\r\n </div>\r\n <button (click)=\"printTheJSONInPrettyFormat()\">Formatta Json</button>\r\n <button class=\"mr-2 save \" mat-raised-button color=\"primary\" (click)=\"saveJson()\" type=\"button\">\r\n Salva\r\n</button>\r\n</div>\r\n\r\n" }]
|
|
4066
|
-
}], ctorParameters: function () { return [{ type:
|
|
4064
|
+
}], ctorParameters: function () { return [{ type: UtilityHelperService }]; }, propDecorators: { debugMode: [{
|
|
4067
4065
|
type: Input
|
|
4068
4066
|
}], configurations: [{
|
|
4069
4067
|
type: Input
|