@sebgroup/green-angular 6.1.1 → 6.1.2-rc.20250806093238700

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sebgroup/green-angular",
3
- "version": "6.1.1",
3
+ "version": "6.1.2-rc.20250806093238700",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": ">=18",
6
6
  "@angular/common": ">=18",
@@ -38,10 +38,10 @@ export interface TableHeaderOptions {
38
38
  */
39
39
  boldTextOnMobile?: boolean;
40
40
  /**
41
- * Used to set extra label for the column.
42
- * This is useful when the column has an additional label that needs to be shown.
41
+ * Used to set label for the column.
42
+ * This is useful when the column has an additional information that needs to be shown.
43
43
  */
44
- extraLabel?: string;
44
+ columnLabel?: string;
45
45
  }
46
46
  /** Options applying to table rows */
47
47
  export interface TableRowOptions {
@@ -38,10 +38,10 @@ export interface TableHeaderOptions {
38
38
  */
39
39
  boldTextOnMobile?: boolean;
40
40
  /**
41
- * Used to set extra label for the column.
42
- * This is useful when the column has an additional label that needs to be shown.
41
+ * Used to set label for the column.
42
+ * This is useful when the column has an additional information that needs to be shown.
43
43
  */
44
- extraLabel?: string;
44
+ columnLabel?: string;
45
45
  }
46
46
  /** Options applying to table rows */
47
47
  export interface TableRowOptions {