@trudb/tru-common-lib 0.0.390 → 0.0.392
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/layout/form/tru-form.mjs +3 -1
- package/esm2020/lib/components/layout/row/tru-row.mjs +2 -2
- package/fesm2015/trudb-tru-common-lib.mjs +4 -2
- package/fesm2015/trudb-tru-common-lib.mjs.map +1 -1
- package/fesm2020/trudb-tru-common-lib.mjs +4 -2
- package/fesm2020/trudb-tru-common-lib.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -4528,6 +4528,8 @@ class TruForm {
|
|
|
4528
4528
|
else {
|
|
4529
4529
|
rowChildElement.style['width'] = 'calc(' + childWidth + '% - 5px)';
|
|
4530
4530
|
}
|
|
4531
|
+
if (index > 0)
|
|
4532
|
+
rowChildElement.style['margin-left'] = '5px';
|
|
4531
4533
|
});
|
|
4532
4534
|
});
|
|
4533
4535
|
};
|
|
@@ -4585,10 +4587,10 @@ class TruRow {
|
|
|
4585
4587
|
constructor() { }
|
|
4586
4588
|
}
|
|
4587
4589
|
TruRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruRow, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
4588
|
-
TruRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: TruRow, selector: "tru-row", ngImport: i0, template: "<li>\r\n <div class=\"tvl-container-grid js-grid\">\r\n <div class=\"tvl-container-grid-col\">\r\n <div class=\"tvl-container-panel\">\r\n <ul class=\"tvl-container-hList\">\r\n <ng-content></ng-content>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</li>\r\n", styles: ["
|
|
4590
|
+
TruRow.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.1", type: TruRow, selector: "tru-row", ngImport: i0, template: "<li>\r\n <div class=\"tvl-container-grid js-grid\">\r\n <div class=\"tvl-container-grid-col\">\r\n <div class=\"tvl-container-panel\">\r\n <ul class=\"tvl-container-hList\">\r\n <ng-content></ng-content>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</li>\r\n", styles: [""] });
|
|
4589
4591
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.1", ngImport: i0, type: TruRow, decorators: [{
|
|
4590
4592
|
type: Component,
|
|
4591
|
-
args: [{ selector: 'tru-row', template: "<li>\r\n <div class=\"tvl-container-grid js-grid\">\r\n <div class=\"tvl-container-grid-col\">\r\n <div class=\"tvl-container-panel\">\r\n <ul class=\"tvl-container-hList\">\r\n <ng-content></ng-content>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</li>\r\n"
|
|
4593
|
+
args: [{ selector: 'tru-row', template: "<li>\r\n <div class=\"tvl-container-grid js-grid\">\r\n <div class=\"tvl-container-grid-col\">\r\n <div class=\"tvl-container-panel\">\r\n <ul class=\"tvl-container-hList\">\r\n <ng-content></ng-content>\r\n </ul>\r\n </div>\r\n </div>\r\n </div>\r\n</li>\r\n" }]
|
|
4592
4594
|
}], ctorParameters: function () { return []; } });
|
|
4593
4595
|
|
|
4594
4596
|
class TruRowModule {
|