@akcelik/strct 0.5.10 → 0.5.11
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.
|
@@ -5890,16 +5890,6 @@ class StrctDatagrid {
|
|
|
5890
5890
|
@if (pageSize() > 0 && !loading()) {
|
|
5891
5891
|
<div class="strct-dg__foot">
|
|
5892
5892
|
<div class="strct-dg__foot-left">
|
|
5893
|
-
<span class="strct-dg__count">
|
|
5894
|
-
{{ sorted().length }} {{ sorted().length === 1 ? 'row' : 'rows' }}
|
|
5895
|
-
@if (selectedCount()) {
|
|
5896
|
-
<span class="strct-dg__count-sep">|</span>
|
|
5897
|
-
<span class="strct-dg__count-sel">{{ selectedCount() }} selected</span>
|
|
5898
|
-
}
|
|
5899
|
-
</span>
|
|
5900
|
-
</div>
|
|
5901
|
-
<div class="strct-dg__foot-right">
|
|
5902
|
-
<strct-pagination [total]="sorted().length" [pageSize]="pageSize()" [(page)]="page" />
|
|
5903
5893
|
@if (columnChooser()) {
|
|
5904
5894
|
<div class="strct-dg__chooser">
|
|
5905
5895
|
<button
|
|
@@ -5912,7 +5902,7 @@ class StrctDatagrid {
|
|
|
5912
5902
|
<strct-icon name="settings" [size]="14" />
|
|
5913
5903
|
</button>
|
|
5914
5904
|
@if (chooserOpen()) {
|
|
5915
|
-
<div class="strct-dg__chooser-menu
|
|
5905
|
+
<div class="strct-dg__chooser-menu">
|
|
5916
5906
|
@for (col of columns(); track col.key) {
|
|
5917
5907
|
<div class="strct-dg__chooser-item">
|
|
5918
5908
|
<strct-checkbox
|
|
@@ -5926,6 +5916,16 @@ class StrctDatagrid {
|
|
|
5926
5916
|
}
|
|
5927
5917
|
</div>
|
|
5928
5918
|
}
|
|
5919
|
+
<span class="strct-dg__count">
|
|
5920
|
+
{{ sorted().length }} {{ sorted().length === 1 ? 'row' : 'rows' }}
|
|
5921
|
+
@if (selectedCount()) {
|
|
5922
|
+
<span class="strct-dg__count-sep">|</span>
|
|
5923
|
+
<span class="strct-dg__count-sel">{{ selectedCount() }} selected</span>
|
|
5924
|
+
}
|
|
5925
|
+
</span>
|
|
5926
|
+
</div>
|
|
5927
|
+
<div class="strct-dg__foot-right">
|
|
5928
|
+
<strct-pagination [total]="sorted().length" [pageSize]="pageSize()" [(page)]="page" />
|
|
5929
5929
|
</div>
|
|
5930
5930
|
</div>
|
|
5931
5931
|
}
|
|
@@ -6118,16 +6118,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.16", ngImpo
|
|
|
6118
6118
|
@if (pageSize() > 0 && !loading()) {
|
|
6119
6119
|
<div class="strct-dg__foot">
|
|
6120
6120
|
<div class="strct-dg__foot-left">
|
|
6121
|
-
<span class="strct-dg__count">
|
|
6122
|
-
{{ sorted().length }} {{ sorted().length === 1 ? 'row' : 'rows' }}
|
|
6123
|
-
@if (selectedCount()) {
|
|
6124
|
-
<span class="strct-dg__count-sep">|</span>
|
|
6125
|
-
<span class="strct-dg__count-sel">{{ selectedCount() }} selected</span>
|
|
6126
|
-
}
|
|
6127
|
-
</span>
|
|
6128
|
-
</div>
|
|
6129
|
-
<div class="strct-dg__foot-right">
|
|
6130
|
-
<strct-pagination [total]="sorted().length" [pageSize]="pageSize()" [(page)]="page" />
|
|
6131
6121
|
@if (columnChooser()) {
|
|
6132
6122
|
<div class="strct-dg__chooser">
|
|
6133
6123
|
<button
|
|
@@ -6140,7 +6130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.16", ngImpo
|
|
|
6140
6130
|
<strct-icon name="settings" [size]="14" />
|
|
6141
6131
|
</button>
|
|
6142
6132
|
@if (chooserOpen()) {
|
|
6143
|
-
<div class="strct-dg__chooser-menu
|
|
6133
|
+
<div class="strct-dg__chooser-menu">
|
|
6144
6134
|
@for (col of columns(); track col.key) {
|
|
6145
6135
|
<div class="strct-dg__chooser-item">
|
|
6146
6136
|
<strct-checkbox
|
|
@@ -6154,6 +6144,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.16", ngImpo
|
|
|
6154
6144
|
}
|
|
6155
6145
|
</div>
|
|
6156
6146
|
}
|
|
6147
|
+
<span class="strct-dg__count">
|
|
6148
|
+
{{ sorted().length }} {{ sorted().length === 1 ? 'row' : 'rows' }}
|
|
6149
|
+
@if (selectedCount()) {
|
|
6150
|
+
<span class="strct-dg__count-sep">|</span>
|
|
6151
|
+
<span class="strct-dg__count-sel">{{ selectedCount() }} selected</span>
|
|
6152
|
+
}
|
|
6153
|
+
</span>
|
|
6154
|
+
</div>
|
|
6155
|
+
<div class="strct-dg__foot-right">
|
|
6156
|
+
<strct-pagination [total]="sorted().length" [pageSize]="pageSize()" [(page)]="page" />
|
|
6157
6157
|
</div>
|
|
6158
6158
|
</div>
|
|
6159
6159
|
}
|