monkey-style-guide 2.0.149 → 2.0.150
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/table/table.component.mjs +4 -3
- package/fesm2015/monkey-style-guide.mjs +3 -2
- package/fesm2015/monkey-style-guide.mjs.map +1 -1
- package/fesm2020/monkey-style-guide.mjs +3 -2
- package/fesm2020/monkey-style-guide.mjs.map +1 -1
- package/monkey-style-guide-2.0.150.tgz +0 -0
- package/package.json +1 -1
- package/monkey-style-guide-2.0.149.tgz +0 -0
|
@@ -8237,6 +8237,7 @@ class MonkeyTableComponent {
|
|
|
8237
8237
|
this.callbackValidation = null;
|
|
8238
8238
|
this.callbackValidationAll = null;
|
|
8239
8239
|
this.selectedList = null;
|
|
8240
|
+
this.infoMessage = '';
|
|
8240
8241
|
this.pagination = null;
|
|
8241
8242
|
this.selection = new EventEmitter();
|
|
8242
8243
|
this.selected = new EventEmitter();
|
|
@@ -8369,7 +8370,7 @@ MonkeyTableComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
|
|
|
8369
8370
|
<progress class="monkey-progress monkey-progress__grey-white"></progress>
|
|
8370
8371
|
</mecx-monkey-table-body-row>
|
|
8371
8372
|
</mecx-monkey-table-body>
|
|
8372
|
-
<mecx-monkey-table-footer>
|
|
8373
|
+
<mecx-monkey-table-footer *ngIf="infoMessage || pagination">
|
|
8373
8374
|
<info>
|
|
8374
8375
|
{{ infoMessage }}
|
|
8375
8376
|
</info>
|
|
@@ -8426,7 +8427,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.11", ngImpo
|
|
|
8426
8427
|
<progress class="monkey-progress monkey-progress__grey-white"></progress>
|
|
8427
8428
|
</mecx-monkey-table-body-row>
|
|
8428
8429
|
</mecx-monkey-table-body>
|
|
8429
|
-
<mecx-monkey-table-footer>
|
|
8430
|
+
<mecx-monkey-table-footer *ngIf="infoMessage || pagination">
|
|
8430
8431
|
<info>
|
|
8431
8432
|
{{ infoMessage }}
|
|
8432
8433
|
</info>
|