keevo-components 2.0.36 → 2.0.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.
|
@@ -2743,11 +2743,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImpor
|
|
|
2743
2743
|
|
|
2744
2744
|
class KvLabelComponent {
|
|
2745
2745
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvLabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2746
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: KvLabelComponent, selector: "kv-label", inputs: { componentId: "componentId", label: "label" }, ngImport: i0, template: "<p class=\"m-0\">\r\n
|
|
2746
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.8", type: KvLabelComponent, selector: "kv-label", inputs: { componentId: "componentId", label: "label" }, ngImport: i0, template: "<p class=\"m-0 label-container\">\r\n <label [for]=\"componentId\" class=\"label-style\">{{ label }}</label>\r\n</p>\r\n", styles: ["::ng-deep .label-style{position:relative;left:1px;font-size:.75rem!important;padding-top:0rem;padding-bottom:0rem}.label-container{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}\n"] }); }
|
|
2747
2747
|
}
|
|
2748
2748
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.3.8", ngImport: i0, type: KvLabelComponent, decorators: [{
|
|
2749
2749
|
type: Component,
|
|
2750
|
-
args: [{ selector: 'kv-label', template: "<p class=\"m-0\">\r\n
|
|
2750
|
+
args: [{ selector: 'kv-label', template: "<p class=\"m-0 label-container\">\r\n <label [for]=\"componentId\" class=\"label-style\">{{ label }}</label>\r\n</p>\r\n", styles: ["::ng-deep .label-style{position:relative;left:1px;font-size:.75rem!important;padding-top:0rem;padding-bottom:0rem}.label-container{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}\n"] }]
|
|
2751
2751
|
}], propDecorators: { componentId: [{
|
|
2752
2752
|
type: Input
|
|
2753
2753
|
}], label: [{
|