devexpress-reporting-angular 25.1.4 → 25.1.5-build-25228-1618
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.
|
@@ -10,11 +10,11 @@ export class TextEditingFieldContainerComponent {
|
|
|
10
10
|
this.data.setEditingFieldElement(this.editingFieldElement.nativeElement);
|
|
11
11
|
}
|
|
12
12
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextEditingFieldContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
13
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TextEditingFieldContainerComponent, selector: "dxv-editing-field-container", inputs: { data: "data" }, viewQueries: [{ propertyName: "editingFieldElement", first: true, predicate: ["editingFieldElement"], descendants: true }], ngImport: i0, template: "<div #editingFieldElement class=\"dxrp-editing-field-container dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [dxaZoom]=\"data.zoom\"\n [style]=\"data.containerStyle\"\n [class.active]=\"data.active\"\n [class.readonly]=\"data.field.readOnly\">\n <div class=\"dxrp-editing-field-borders\" [style]=\"data.borderStyle\"></div>\n <div class=\"dxrp-editing-field-content\" (click)=\"data.activateEditor(data, $event)\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngIf=\"data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">\n <div class=\"dxrp-editing-field-text-html dxrp-editing-field-text-html-complex\" [style]=\"data.breakOffsetStyle\" [innerHTML]=\"data.field.htmlValue\"></div>\n </div>\n </div>\n <div *ngIf=\"!data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\"
|
|
13
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TextEditingFieldContainerComponent, selector: "dxv-editing-field-container", inputs: { data: "data" }, viewQueries: [{ propertyName: "editingFieldElement", first: true, predicate: ["editingFieldElement"], descendants: true }], ngImport: i0, template: "<div #editingFieldElement class=\"dxrp-editing-field-container dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [dxaZoom]=\"data.zoom\"\n [style]=\"data.containerStyle\"\n [class.active]=\"data.active\"\n [class.readonly]=\"data.field.readOnly\"\n [style.border-color]=\"data.containerStyle['border-color']\">\n <div class=\"dxrp-editing-field-borders\" [style]=\"data.borderStyle\"></div>\n <div class=\"dxrp-editing-field-content\" (click)=\"data.activateEditor(data, $event)\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngIf=\"data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">\n <div class=\"dxrp-editing-field-text-html dxrp-editing-field-text-html-complex\" [style]=\"data.breakOffsetStyle\" [innerHTML]=\"data.field.htmlValue\"></div>\n </div>\n </div>\n <div *ngIf=\"!data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">{{data.field.editValue}}</div>\n </div>\n </div>\n <dxa-template *ngIf=\"data.active && !data.field.readOnly\" [template]=\"data.editorTemplate\" [data]=\"data.data\"></dxa-template>\n </div>\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: i2.TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }, { kind: "directive", type: i3.ZoomDirective, selector: "[dxaZoom]", inputs: ["dxaZoom"] }] });
|
|
14
14
|
}
|
|
15
15
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextEditingFieldContainerComponent, decorators: [{
|
|
16
16
|
type: Component,
|
|
17
|
-
args: [{ selector: 'dxv-editing-field-container', template: "<div #editingFieldElement class=\"dxrp-editing-field-container dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [dxaZoom]=\"data.zoom\"\n [style]=\"data.containerStyle\"\n [class.active]=\"data.active\"\n [class.readonly]=\"data.field.readOnly\">\n <div class=\"dxrp-editing-field-borders\" [style]=\"data.borderStyle\"></div>\n <div class=\"dxrp-editing-field-content\" (click)=\"data.activateEditor(data, $event)\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngIf=\"data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">\n <div class=\"dxrp-editing-field-text-html dxrp-editing-field-text-html-complex\" [style]=\"data.breakOffsetStyle\" [innerHTML]=\"data.field.htmlValue\"></div>\n </div>\n </div>\n <div *ngIf=\"!data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\"
|
|
17
|
+
args: [{ selector: 'dxv-editing-field-container', template: "<div #editingFieldElement class=\"dxrp-editing-field-container dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [dxaZoom]=\"data.zoom\"\n [style]=\"data.containerStyle\"\n [class.active]=\"data.active\"\n [class.readonly]=\"data.field.readOnly\"\n [style.border-color]=\"data.containerStyle['border-color']\">\n <div class=\"dxrp-editing-field-borders\" [style]=\"data.borderStyle\"></div>\n <div class=\"dxrp-editing-field-content\" (click)=\"data.activateEditor(data, $event)\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngIf=\"data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">\n <div class=\"dxrp-editing-field-text-html dxrp-editing-field-text-html-complex\" [style]=\"data.breakOffsetStyle\" [innerHTML]=\"data.field.htmlValue\"></div>\n </div>\n </div>\n <div *ngIf=\"!data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">{{data.field.editValue}}</div>\n </div>\n </div>\n <dxa-template *ngIf=\"data.active && !data.field.readOnly\" [template]=\"data.editorTemplate\" [data]=\"data.data\"></dxa-template>\n </div>\n</div>" }]
|
|
18
18
|
}], propDecorators: { data: [{
|
|
19
19
|
type: Input,
|
|
20
20
|
args: ['data']
|
|
@@ -22,4 +22,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImpo
|
|
|
22
22
|
type: ViewChild,
|
|
23
23
|
args: ['editingFieldElement']
|
|
24
24
|
}] } });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
25
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWRpdGluZy1maWVsZC1jb250YWluZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vZHgtcmVwb3J0LXZpZXdlci9jb21wb25lbnRzL3JlcG9ydGluZy9lZGl0aW5nL3RleHQtZmllbGQvZWRpdGluZy1maWVsZC1jb250YWluZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vZHgtcmVwb3J0LXZpZXdlci9jb21wb25lbnRzL3JlcG9ydGluZy9lZGl0aW5nL3RleHQtZmllbGQvZWRpdGluZy1maWVsZC1jb250YWluZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBYyxLQUFLLEVBQUUsU0FBUyxFQUFFLE1BQU0sZUFBZSxDQUFDOzs7OztBQVF4RSxNQUFNLE9BQU8sa0NBQWtDO0lBQzVCLElBQUksQ0FBOEI7SUFDZixtQkFBbUIsQ0FBYTtJQUNsRSxlQUFlO1FBQ1gsSUFBSSxDQUFDLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsYUFBYSxDQUFDLENBQUM7SUFDN0UsQ0FBQzt3R0FMUSxrQ0FBa0M7NEZBQWxDLGtDQUFrQyx5TkNSL0MsczZDQW9CTTs7NEZEWk8sa0NBQWtDO2tCQUw5QyxTQUFTOytCQUNJLDZCQUE2Qjs4QkFLeEIsSUFBSTtzQkFBbEIsS0FBSzt1QkFBQyxNQUFNO2dCQUNxQixtQkFBbUI7c0JBQXBELFNBQVM7dUJBQUMscUJBQXFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFbGVtZW50UmVmLCBJbnB1dCwgVmlld0NoaWxkIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBJVGV4dEVkaXRpbmdGaWVsZFZpZXdNb2RlbCB9IGZyb20gJ2RldmV4cHJlc3MtcmVwb3J0aW5nL3ZpZXdlci9lZGl0aW5nL21vZGVscy90ZXh0RWRpdGluZ0ZpZWxkJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdkeHYtZWRpdGluZy1maWVsZC1jb250YWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9lZGl0aW5nLWZpZWxkLWNvbnRhaW5lci5jb21wb25lbnQuaHRtbCdcbn0pXG5cbmV4cG9ydCBjbGFzcyBUZXh0RWRpdGluZ0ZpZWxkQ29udGFpbmVyQ29tcG9uZW50IHtcbiAgICBASW5wdXQoJ2RhdGEnKSBkYXRhITogSVRleHRFZGl0aW5nRmllbGRWaWV3TW9kZWw7XG4gICAgQFZpZXdDaGlsZCgnZWRpdGluZ0ZpZWxkRWxlbWVudCcpIGVkaXRpbmdGaWVsZEVsZW1lbnQ6IEVsZW1lbnRSZWY7XG4gICAgbmdBZnRlclZpZXdJbml0KCk6IHZvaWQge1xuICAgICAgICB0aGlzLmRhdGEuc2V0RWRpdGluZ0ZpZWxkRWxlbWVudCh0aGlzLmVkaXRpbmdGaWVsZEVsZW1lbnQubmF0aXZlRWxlbWVudCk7XG4gICAgfVxufVxuIiwiPGRpdiAjZWRpdGluZ0ZpZWxkRWxlbWVudCBjbGFzcz1cImR4cnAtZWRpdGluZy1maWVsZC1jb250YWluZXIgZHgtYWNjZXNzaWJpbGl0eS1lZGl0aW5nLWZpZWxkLWl0ZW0gZHgtYWNjZXNzaWJpbGl0eS1ib3JkZXItYWNjZW50ZWRcIlxuICAgIFtkeGFab29tXT1cImRhdGEuem9vbVwiXG4gICAgW3N0eWxlXT1cImRhdGEuY29udGFpbmVyU3R5bGVcIlxuICAgIFtjbGFzcy5hY3RpdmVdPVwiZGF0YS5hY3RpdmVcIlxuICAgIFtjbGFzcy5yZWFkb25seV09XCJkYXRhLmZpZWxkLnJlYWRPbmx5XCJcbiAgICBbc3R5bGUuYm9yZGVyLWNvbG9yXT1cImRhdGEuY29udGFpbmVyU3R5bGVbJ2JvcmRlci1jb2xvciddXCI+XG4gICAgPGRpdiBjbGFzcz1cImR4cnAtZWRpdGluZy1maWVsZC1ib3JkZXJzXCIgW3N0eWxlXT1cImRhdGEuYm9yZGVyU3R5bGVcIj48L2Rpdj5cbiAgICA8ZGl2IGNsYXNzPVwiZHhycC1lZGl0aW5nLWZpZWxkLWNvbnRlbnRcIiAoY2xpY2spPVwiZGF0YS5hY3RpdmF0ZUVkaXRvcihkYXRhLCAkZXZlbnQpXCI+XG4gICAgICAgIDxkaXYgKm5nSWY9XCIhZGF0YS5hY3RpdmUgfHwgZGF0YS5maWVsZC5yZWFkT25seVwiPlxuICAgICAgICAgICAgPGRpdiAqbmdJZj1cImRhdGEuZmllbGQuaHRtbFZhbHVlXCI+XG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImR4cnAtZWRpdGluZy1maWVsZC1yZWFkb25seS10ZXh0XCIgW3N0eWxlXT1cImRhdGEudGV4dFN0eWxlXCIgW2NsYXNzLmR4cnAtZWRpdGluZy1maWVsZC10ZXh0LXdvcmR3cmFwXT1cIiFkYXRhLndvcmRXcmFwXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJkeHJwLWVkaXRpbmctZmllbGQtdGV4dC1odG1sIGR4cnAtZWRpdGluZy1maWVsZC10ZXh0LWh0bWwtY29tcGxleFwiIFtzdHlsZV09XCJkYXRhLmJyZWFrT2Zmc2V0U3R5bGVcIiBbaW5uZXJIVE1MXT1cImRhdGEuZmllbGQuaHRtbFZhbHVlXCI+PC9kaXY+XG4gICAgICAgICAgICAgICAgPC9kaXY+XG4gICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDxkaXYgKm5nSWY9XCIhZGF0YS5maWVsZC5odG1sVmFsdWVcIj5cbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwiZHhycC1lZGl0aW5nLWZpZWxkLXJlYWRvbmx5LXRleHRcIiBbc3R5bGVdPVwiZGF0YS50ZXh0U3R5bGVcIiBbY2xhc3MuZHhycC1lZGl0aW5nLWZpZWxkLXRleHQtd29yZHdyYXBdPVwiIWRhdGEud29yZFdyYXBcIj57e2RhdGEuZmllbGQuZWRpdFZhbHVlfX08L2Rpdj5cbiAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGR4YS10ZW1wbGF0ZSAqbmdJZj1cImRhdGEuYWN0aXZlICYmICFkYXRhLmZpZWxkLnJlYWRPbmx5XCIgW3RlbXBsYXRlXT1cImRhdGEuZWRpdG9yVGVtcGxhdGVcIiBbZGF0YV09XCJkYXRhLmRhdGFcIj48L2R4YS10ZW1wbGF0ZT5cbiAgICA8L2Rpdj5cbjwvZGl2PiJdfQ==
|
|
@@ -2196,11 +2196,11 @@ class TextEditingFieldContainerComponent {
|
|
|
2196
2196
|
this.data.setEditingFieldElement(this.editingFieldElement.nativeElement);
|
|
2197
2197
|
}
|
|
2198
2198
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextEditingFieldContainerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
2199
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TextEditingFieldContainerComponent, selector: "dxv-editing-field-container", inputs: { data: "data" }, viewQueries: [{ propertyName: "editingFieldElement", first: true, predicate: ["editingFieldElement"], descendants: true }], ngImport: i0, template: "<div #editingFieldElement class=\"dxrp-editing-field-container dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [dxaZoom]=\"data.zoom\"\n [style]=\"data.containerStyle\"\n [class.active]=\"data.active\"\n [class.readonly]=\"data.field.readOnly\">\n <div class=\"dxrp-editing-field-borders\" [style]=\"data.borderStyle\"></div>\n <div class=\"dxrp-editing-field-content\" (click)=\"data.activateEditor(data, $event)\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngIf=\"data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">\n <div class=\"dxrp-editing-field-text-html dxrp-editing-field-text-html-complex\" [style]=\"data.breakOffsetStyle\" [innerHTML]=\"data.field.htmlValue\"></div>\n </div>\n </div>\n <div *ngIf=\"!data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\"
|
|
2199
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.12", type: TextEditingFieldContainerComponent, selector: "dxv-editing-field-container", inputs: { data: "data" }, viewQueries: [{ propertyName: "editingFieldElement", first: true, predicate: ["editingFieldElement"], descendants: true }], ngImport: i0, template: "<div #editingFieldElement class=\"dxrp-editing-field-container dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [dxaZoom]=\"data.zoom\"\n [style]=\"data.containerStyle\"\n [class.active]=\"data.active\"\n [class.readonly]=\"data.field.readOnly\"\n [style.border-color]=\"data.containerStyle['border-color']\">\n <div class=\"dxrp-editing-field-borders\" [style]=\"data.borderStyle\"></div>\n <div class=\"dxrp-editing-field-content\" (click)=\"data.activateEditor(data, $event)\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngIf=\"data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">\n <div class=\"dxrp-editing-field-text-html dxrp-editing-field-text-html-complex\" [style]=\"data.breakOffsetStyle\" [innerHTML]=\"data.field.htmlValue\"></div>\n </div>\n </div>\n <div *ngIf=\"!data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">{{data.field.editValue}}</div>\n </div>\n </div>\n <dxa-template *ngIf=\"data.active && !data.field.readOnly\" [template]=\"data.editorTemplate\" [data]=\"data.data\"></dxa-template>\n </div>\n</div>", dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TemplateComponent, selector: "dxa-template", inputs: ["data", "template"] }, { kind: "directive", type: ZoomDirective, selector: "[dxaZoom]", inputs: ["dxaZoom"] }] });
|
|
2200
2200
|
}
|
|
2201
2201
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.12", ngImport: i0, type: TextEditingFieldContainerComponent, decorators: [{
|
|
2202
2202
|
type: Component,
|
|
2203
|
-
args: [{ selector: 'dxv-editing-field-container', template: "<div #editingFieldElement class=\"dxrp-editing-field-container dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [dxaZoom]=\"data.zoom\"\n [style]=\"data.containerStyle\"\n [class.active]=\"data.active\"\n [class.readonly]=\"data.field.readOnly\">\n <div class=\"dxrp-editing-field-borders\" [style]=\"data.borderStyle\"></div>\n <div class=\"dxrp-editing-field-content\" (click)=\"data.activateEditor(data, $event)\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngIf=\"data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">\n <div class=\"dxrp-editing-field-text-html dxrp-editing-field-text-html-complex\" [style]=\"data.breakOffsetStyle\" [innerHTML]=\"data.field.htmlValue\"></div>\n </div>\n </div>\n <div *ngIf=\"!data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\"
|
|
2203
|
+
args: [{ selector: 'dxv-editing-field-container', template: "<div #editingFieldElement class=\"dxrp-editing-field-container dx-accessibility-editing-field-item dx-accessibility-border-accented\"\n [dxaZoom]=\"data.zoom\"\n [style]=\"data.containerStyle\"\n [class.active]=\"data.active\"\n [class.readonly]=\"data.field.readOnly\"\n [style.border-color]=\"data.containerStyle['border-color']\">\n <div class=\"dxrp-editing-field-borders\" [style]=\"data.borderStyle\"></div>\n <div class=\"dxrp-editing-field-content\" (click)=\"data.activateEditor(data, $event)\">\n <div *ngIf=\"!data.active || data.field.readOnly\">\n <div *ngIf=\"data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">\n <div class=\"dxrp-editing-field-text-html dxrp-editing-field-text-html-complex\" [style]=\"data.breakOffsetStyle\" [innerHTML]=\"data.field.htmlValue\"></div>\n </div>\n </div>\n <div *ngIf=\"!data.field.htmlValue\">\n <div class=\"dxrp-editing-field-readonly-text\" [style]=\"data.textStyle\" [class.dxrp-editing-field-text-wordwrap]=\"!data.wordWrap\">{{data.field.editValue}}</div>\n </div>\n </div>\n <dxa-template *ngIf=\"data.active && !data.field.readOnly\" [template]=\"data.editorTemplate\" [data]=\"data.data\"></dxa-template>\n </div>\n</div>" }]
|
|
2204
2204
|
}], propDecorators: { data: [{
|
|
2205
2205
|
type: Input,
|
|
2206
2206
|
args: ['data']
|