barsa-develop-components 2.3.91 → 2.3.92
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.
|
@@ -3570,11 +3570,11 @@ class ColumnChipComponent extends ColumnRendererComponent {
|
|
|
3570
3570
|
}
|
|
3571
3571
|
}
|
|
3572
3572
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: ColumnChipComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
3573
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.6", type: ColumnChipComponent, isStandalone: false, selector: "bdc-column-chip", inputs: { layout94: "layout94", parameters: "parameters" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if(value){\r\n<div\r\n fd-generic-tag\r\n [type]=\"state()\"\r\n [name]=\"parameters?.ShowColumnCaption ? column.Alias : ''\"\r\n [value]=\"signalValue()\"\r\n [attr.title]=\"value\"\r\n></div>\r\n}\r\n", styles: [":host{display:flex;width:100%;height:100%;align-items:stretch;justify-content:stretch}:host ::ng-deep fd-icon{display:none!important}\n"], dependencies: [{ kind: "component", type: i1$8.GenericTagComponent, selector: "[fd-generic-tag]", inputs: ["class", "type", "name", "value", "ariaRoleDescription"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3573
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "20.0.6", type: ColumnChipComponent, isStandalone: false, selector: "bdc-column-chip", inputs: { layout94: "layout94", parameters: "parameters" }, usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "@if(value){\r\n<div\r\n fd-generic-tag\r\n [type]=\"state()\"\r\n [class.hidename]=\"!parameters?.ShowColumnCaption\"\r\n [name]=\"parameters?.ShowColumnCaption ? column.Alias : ''\"\r\n [value]=\"signalValue()\"\r\n [attr.title]=\"value\"\r\n></div>\r\n}\r\n", styles: [":host{display:flex;width:100%;height:100%;align-items:stretch;justify-content:stretch}:host>div.hidename ::ng-deep .fd-generic-tag__name{display:none}:host ::ng-deep fd-icon{display:none!important}\n"], dependencies: [{ kind: "component", type: i1$8.GenericTagComponent, selector: "[fd-generic-tag]", inputs: ["class", "type", "name", "value", "ariaRoleDescription"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
3574
3574
|
}
|
|
3575
3575
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.6", ngImport: i0, type: ColumnChipComponent, decorators: [{
|
|
3576
3576
|
type: Component,
|
|
3577
|
-
args: [{ selector: 'bdc-column-chip', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "@if(value){\r\n<div\r\n fd-generic-tag\r\n [type]=\"state()\"\r\n [name]=\"parameters?.ShowColumnCaption ? column.Alias : ''\"\r\n [value]=\"signalValue()\"\r\n [attr.title]=\"value\"\r\n></div>\r\n}\r\n", styles: [":host{display:flex;width:100%;height:100%;align-items:stretch;justify-content:stretch}:host ::ng-deep fd-icon{display:none!important}\n"] }]
|
|
3577
|
+
args: [{ selector: 'bdc-column-chip', changeDetection: ChangeDetectionStrategy.OnPush, standalone: false, template: "@if(value){\r\n<div\r\n fd-generic-tag\r\n [type]=\"state()\"\r\n [class.hidename]=\"!parameters?.ShowColumnCaption\"\r\n [name]=\"parameters?.ShowColumnCaption ? column.Alias : ''\"\r\n [value]=\"signalValue()\"\r\n [attr.title]=\"value\"\r\n></div>\r\n}\r\n", styles: [":host{display:flex;width:100%;height:100%;align-items:stretch;justify-content:stretch}:host>div.hidename ::ng-deep .fd-generic-tag__name{display:none}:host ::ng-deep fd-icon{display:none!important}\n"] }]
|
|
3578
3578
|
}], propDecorators: { layout94: [{
|
|
3579
3579
|
type: Input
|
|
3580
3580
|
}], parameters: [{
|