@annalib/anna-core 4.2.28 → 4.2.29
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/anna-core-shared-lib/components/anna-no-data/anna-no-data.component.mjs +4 -4
- package/esm2020/lib/anna-generic-table-lib/components/anna-non-editable-generic-table/anna-non-editable-generic-table.component.mjs +2 -2
- package/fesm2015/annalib-anna-core.mjs +4 -4
- package/fesm2015/annalib-anna-core.mjs.map +1 -1
- package/fesm2020/annalib-anna-core.mjs +4 -4
- package/fesm2020/annalib-anna-core.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -75,7 +75,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImpor
|
|
|
75
75
|
|
|
76
76
|
class AnnaNoDataComponent {
|
|
77
77
|
constructor() {
|
|
78
|
-
this.width = "
|
|
78
|
+
this.width = "48%";
|
|
79
79
|
this.marginTop = "1.25rem";
|
|
80
80
|
}
|
|
81
81
|
ngOnInit() {
|
|
@@ -83,10 +83,10 @@ class AnnaNoDataComponent {
|
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
85
|
AnnaNoDataComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: AnnaNoDataComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
86
|
-
AnnaNoDataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: AnnaNoDataComponent, selector: "anna-core-no-data-lib", inputs: { width: "width", marginTop: "marginTop" }, ngImport: i0, template: "<div [style.
|
|
86
|
+
AnnaNoDataComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.7", type: AnnaNoDataComponent, selector: "anna-core-no-data-lib", inputs: { width: "width", marginTop: "marginTop" }, ngImport: i0, template: "<div [style.marginRight]=\"width\" [style.marginTop]=\"marginTop\" class=\"no-data\">\r\n <label>{{ message }}</label>\r\n</div>\r\n", styles: ["div{right:0;position:absolute;margin:20px;z-index:400;transform:translate(50%)}div label{margin:0;width:auto;font-weight:500;background-color:#d3d3d3;padding:5px 18px;border-radius:4px}\n"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
87
87
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.7", ngImport: i0, type: AnnaNoDataComponent, decorators: [{
|
|
88
88
|
type: Component,
|
|
89
|
-
args: [{ selector: "anna-core-no-data-lib", changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [style.
|
|
89
|
+
args: [{ selector: "anna-core-no-data-lib", changeDetection: ChangeDetectionStrategy.OnPush, template: "<div [style.marginRight]=\"width\" [style.marginTop]=\"marginTop\" class=\"no-data\">\r\n <label>{{ message }}</label>\r\n</div>\r\n", styles: ["div{right:0;position:absolute;margin:20px;z-index:400;transform:translate(50%)}div label{margin:0;width:auto;font-weight:500;background-color:#d3d3d3;padding:5px 18px;border-radius:4px}\n"] }]
|
|
90
90
|
}], ctorParameters: function () { return []; }, propDecorators: { width: [{
|
|
91
91
|
type: Input
|
|
92
92
|
}], marginTop: [{
|
|
@@ -1746,7 +1746,7 @@ class AnnaNonEditableGenericTableComponent {
|
|
|
1746
1746
|
this.gtTextActionClicked = new EventEmitter();
|
|
1747
1747
|
this.gtViewDetailClicked = new EventEmitter();
|
|
1748
1748
|
this.downloadSpotDetails = new EventEmitter();
|
|
1749
|
-
this.noDataWidth = "
|
|
1749
|
+
this.noDataWidth = "50%";
|
|
1750
1750
|
this.disableClearAllBtn = true;
|
|
1751
1751
|
this.disableColumnClearAllBtn = true;
|
|
1752
1752
|
this.allSelected = 0;
|