@abgov/angular-components 5.2.0-dev.2 → 5.2.0-dev.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.
|
@@ -6180,6 +6180,7 @@ class GoabTableSortHeader {
|
|
|
6180
6180
|
constructor() {
|
|
6181
6181
|
this.cdr = inject(ChangeDetectorRef);
|
|
6182
6182
|
this.isReady = false;
|
|
6183
|
+
this.version = "2";
|
|
6183
6184
|
/** Sets the sort direction indicator. @default "none" */
|
|
6184
6185
|
this.direction = "none";
|
|
6185
6186
|
}
|
|
@@ -6196,6 +6197,7 @@ class GoabTableSortHeader {
|
|
|
6196
6197
|
[attr.name]="name"
|
|
6197
6198
|
[attr.direction]="direction"
|
|
6198
6199
|
[attr.sort-order]="sortOrder"
|
|
6200
|
+
[attr.version]="version"
|
|
6199
6201
|
>
|
|
6200
6202
|
<ng-content />
|
|
6201
6203
|
</goa-table-sort-header>
|
|
@@ -6213,6 +6215,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImpor
|
|
|
6213
6215
|
[attr.name]="name"
|
|
6214
6216
|
[attr.direction]="direction"
|
|
6215
6217
|
[attr.sort-order]="sortOrder"
|
|
6218
|
+
[attr.version]="version"
|
|
6216
6219
|
>
|
|
6217
6220
|
<ng-content />
|
|
6218
6221
|
</goa-table-sort-header>
|