@eqproject/eqp-dynamic-module 2.2.4 → 2.2.5
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/list-view-form-record/single-record/single-record.component.mjs +2 -2
- package/fesm2015/eqproject-eqp-dynamic-module.mjs +2 -3
- package/fesm2015/eqproject-eqp-dynamic-module.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-dynamic-module.mjs +2 -3
- package/fesm2020/eqproject-eqp-dynamic-module.mjs.map +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
|
@@ -17,7 +17,6 @@ import * as i4 from '@angular/material/icon';
|
|
|
17
17
|
import { MatIconModule } from '@angular/material/icon';
|
|
18
18
|
import * as i4$3 from '@angular/material/expansion';
|
|
19
19
|
import { MatExpansionModule } from '@angular/material/expansion';
|
|
20
|
-
import * as i1$4 from 'projects/eqp-dynamic-module/src/lib/services/utilityHelper.services';
|
|
21
20
|
import * as i11 from '@angular/material/stepper';
|
|
22
21
|
import { MatStepperModule } from '@angular/material/stepper';
|
|
23
22
|
import * as i4$2 from '@angular/material/tabs';
|
|
@@ -3077,12 +3076,12 @@ class SingleRecordComponent {
|
|
|
3077
3076
|
this.saveRecordEvent.emit($event);
|
|
3078
3077
|
}
|
|
3079
3078
|
}
|
|
3080
|
-
SingleRecordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SingleRecordComponent, deps: [{ token:
|
|
3079
|
+
SingleRecordComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SingleRecordComponent, deps: [{ token: UtilityHelperService }], target: i0.ɵɵFactoryTarget.Component });
|
|
3081
3080
|
SingleRecordComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.2.12", type: SingleRecordComponent, selector: "lib-single-record", inputs: { endPointConfiguration: "endPointConfiguration", record: "record", pageState: "pageState", userID: "userID", form: "form", showBackButton: "showBackButton", outCompileConfigurations: "outCompileConfigurations" }, outputs: { saveRecordEvent: "saveRecordEvent", afterSaveRecordEvent: "afterSaveRecordEvent" }, ngImport: i0, template: "<ng-container *ngIf=\"loaded && record && pageState\">\n\n <ng-container *ngIf=\"pageState == 'visualizzaContenuto'\">\n <view-form-record \n [endPointConfiguration]=\"endPointConfiguration\"\n [record]=\"record\" \n [showBackButton]=\"false\">\n </view-form-record>\n </ng-container>\n\n <ng-container *ngIf=\"pageState == 'modificaContenuto'\">\n <add-form-record\n [onlyView]=\"onlyView\"\n [form]=\"form\"\n [userID]=\"userID\"\n [record]=\"record\"\n\n [configurations]=\"outCompileConfigurations\"\n [endPointConfiguration]=\"endPointConfiguration\"\n\n (saveRecordEvent)=\"saveOrExitForm($event)\"\n (afterSaveRecordEvent)=\"onAfterSaveRecord($event)\"\n >\n </add-form-record>\n </ng-container>\n\n</ng-container>", styles: [""], dependencies: [{ kind: "directive", type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: AddFormRecordComponent, selector: "add-form-record", inputs: ["configurations", "endPointConfiguration", "userID", "formID", "form", "record", "onlyView"], outputs: ["saveRecordEvent", "afterSaveRecordEvent"] }, { kind: "component", type: ViewFormRecordComponent, selector: "view-form-record", inputs: ["endPointConfiguration", "record", "showBackButton"], outputs: ["goBackEvent"] }] });
|
|
3082
3081
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.2.12", ngImport: i0, type: SingleRecordComponent, decorators: [{
|
|
3083
3082
|
type: Component,
|
|
3084
3083
|
args: [{ selector: 'lib-single-record', template: "<ng-container *ngIf=\"loaded && record && pageState\">\n\n <ng-container *ngIf=\"pageState == 'visualizzaContenuto'\">\n <view-form-record \n [endPointConfiguration]=\"endPointConfiguration\"\n [record]=\"record\" \n [showBackButton]=\"false\">\n </view-form-record>\n </ng-container>\n\n <ng-container *ngIf=\"pageState == 'modificaContenuto'\">\n <add-form-record\n [onlyView]=\"onlyView\"\n [form]=\"form\"\n [userID]=\"userID\"\n [record]=\"record\"\n\n [configurations]=\"outCompileConfigurations\"\n [endPointConfiguration]=\"endPointConfiguration\"\n\n (saveRecordEvent)=\"saveOrExitForm($event)\"\n (afterSaveRecordEvent)=\"onAfterSaveRecord($event)\"\n >\n </add-form-record>\n </ng-container>\n\n</ng-container>" }]
|
|
3085
|
-
}], ctorParameters: function () { return [{ type:
|
|
3084
|
+
}], ctorParameters: function () { return [{ type: UtilityHelperService }]; }, propDecorators: { endPointConfiguration: [{
|
|
3086
3085
|
type: Input
|
|
3087
3086
|
}], record: [{
|
|
3088
3087
|
type: Input
|