@kris701/ez-ui 1.2.2 → 1.2.3
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.
|
@@ -3690,13 +3690,15 @@ class EzUITable {
|
|
|
3690
3690
|
}
|
|
3691
3691
|
</div>
|
|
3692
3692
|
}
|
|
3693
|
-
|
|
3694
|
-
<tui-
|
|
3693
|
+
@if(!isLoading()){
|
|
3694
|
+
<tui-block-status>
|
|
3695
|
+
<tui-icon tuiSlot="top" icon="grid-2x2-x" />
|
|
3695
3696
|
|
|
3696
|
-
|
|
3697
|
+
<h3>No Data</h3>
|
|
3697
3698
|
|
|
3698
|
-
|
|
3699
|
-
|
|
3699
|
+
No data to display.
|
|
3700
|
+
</tui-block-status>
|
|
3701
|
+
}
|
|
3700
3702
|
}
|
|
3701
3703
|
@else {
|
|
3702
3704
|
@if(showAdd || showRefresh || showClearFilters){
|
|
@@ -3794,13 +3796,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "22.1.0", ngImpor
|
|
|
3794
3796
|
}
|
|
3795
3797
|
</div>
|
|
3796
3798
|
}
|
|
3797
|
-
|
|
3798
|
-
<tui-
|
|
3799
|
+
@if(!isLoading()){
|
|
3800
|
+
<tui-block-status>
|
|
3801
|
+
<tui-icon tuiSlot="top" icon="grid-2x2-x" />
|
|
3799
3802
|
|
|
3800
|
-
|
|
3803
|
+
<h3>No Data</h3>
|
|
3801
3804
|
|
|
3802
|
-
|
|
3803
|
-
|
|
3805
|
+
No data to display.
|
|
3806
|
+
</tui-block-status>
|
|
3807
|
+
}
|
|
3804
3808
|
}
|
|
3805
3809
|
@else {
|
|
3806
3810
|
@if(showAdd || showRefresh || showClearFilters){
|