keevo-components 1.5.144 → 1.5.146
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.
|
@@ -1921,10 +1921,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImpor
|
|
|
1921
1921
|
class LabelComponent {
|
|
1922
1922
|
}
|
|
1923
1923
|
LabelComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LabelComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1924
|
-
LabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: LabelComponent, selector: "kv-label", inputs: { componentId: "componentId", label: "label" }, ngImport: i0, template: "<p>\n <label\n [for]=\"componentId\"\n class=\"label-style\"\n >{{ label }}</label>\n</p>", styles: [".label-style{position:relative;left:3px;font-size:14px}\n"] });
|
|
1924
|
+
LabelComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.8", type: LabelComponent, selector: "kv-label", inputs: { componentId: "componentId", label: "label" }, ngImport: i0, template: "<p class=\"m-0\">\n <label\n [for]=\"componentId\"\n class=\"label-style\"\n >{{ label }}</label>\n</p>", styles: [".label-style{position:relative;left:3px;font-size:14px;padding-top:0rem;padding-bottom:0rem}\n"] });
|
|
1925
1925
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.8", ngImport: i0, type: LabelComponent, decorators: [{
|
|
1926
1926
|
type: Component,
|
|
1927
|
-
args: [{ selector: 'kv-label', template: "<p>\n <label\n [for]=\"componentId\"\n class=\"label-style\"\n >{{ label }}</label>\n</p>", styles: [".label-style{position:relative;left:3px;font-size:14px}\n"] }]
|
|
1927
|
+
args: [{ selector: 'kv-label', template: "<p class=\"m-0\">\n <label\n [for]=\"componentId\"\n class=\"label-style\"\n >{{ label }}</label>\n</p>", styles: [".label-style{position:relative;left:3px;font-size:14px;padding-top:0rem;padding-bottom:0rem}\n"] }]
|
|
1928
1928
|
}], propDecorators: { componentId: [{
|
|
1929
1929
|
type: Input
|
|
1930
1930
|
}], label: [{
|