@alauda/ui 6.5.2-beta.21 → 6.5.2-beta.23

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": "@alauda/ui",
3
- "version": "6.5.2-beta.21",
3
+ "version": "6.5.2-beta.23",
4
4
  "description": "Angular UI components by Alauda Frontend Team.",
5
5
  "repository": "git+https://github.com/alauda/alauda-ui.git",
6
6
  "author": "Alauda Frontend",
@@ -6,5 +6,5 @@ export declare class TableCellDirective extends CdkCell {
6
6
  direction: 'row' | 'column';
7
7
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef<HTMLElement>);
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TableCellDirective, never>;
9
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "aui-table-cell", never, { "direction": "direction"; }, {}, never>;
9
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableCellDirective, "aui-table-cell,[aui-table-cell]", never, { "direction": "direction"; }, {}, never>;
10
10
  }
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
5
5
  export declare class TableHeaderCellDirective extends CdkHeaderCell {
6
6
  constructor(columnDef: CdkColumnDef, elementRef: ElementRef<HTMLElement>);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderCellDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDirective, "aui-table-header-cell", never, {}, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderCellDirective, "aui-table-header-cell,[aui-table-header-cell]", never, {}, {}, never>;
9
9
  }
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
3
3
  /** Header template container that contains the cell outlet. Adds the right class and role. */
4
4
  export declare class TableHeaderRowComponent extends CdkHeaderRow {
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderRowComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderRowComponent, "aui-table-header-row", ["auiTableHeaderRow"], {}, {}, never, never>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableHeaderRowComponent, "aui-table-header-row,[aui-table-header-row]", ["auiTableHeaderRow"], {}, {}, never, never>;
7
7
  }
@@ -9,5 +9,5 @@ export declare class TableRowComponent extends CdkRow implements AfterContentIni
9
9
  constructor(elRef: ElementRef<HTMLElement>);
10
10
  ngAfterContentInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TableRowComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "aui-table-row", ["auiTableRow"], { "disabled": "disabled"; }, {}, never, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableRowComponent, "aui-table-row,[aui-table-row]", ["auiTableRow"], { "disabled": "disabled"; }, {}, never, never>;
13
13
  }
@@ -13,5 +13,5 @@ export declare class TableComponent<T> extends CdkTable<T> implements AfterConte
13
13
  private _clearPlaceholder;
14
14
  ngOnDestroy(): void;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent<any>, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "aui-table", ["auiTable"], { "enableScrollWrapper": "enableScrollWrapper"; }, {}, ["_placeholderDef"], ["caption", "colgroup, col"]>;
16
+ static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "aui-table,[aui-table]", ["auiTable"], { "enableScrollWrapper": "enableScrollWrapper"; }, {}, ["_placeholderDef"], ["caption", "colgroup, col"]>;
17
17
  }
package/theme/_var.scss CHANGED
@@ -45,7 +45,7 @@ $table-cell-padding-h: 10px;
45
45
 
46
46
  // Sort
47
47
  $sort-indicator-color: use-text-color(placeholder);
48
- $sort-indicator-color-active: use-text-color(main);
48
+ $sort-indicator-color-active: use-text-color(secondary);
49
49
  $sort-indicator-size: 4px;
50
50
  $sort-indicator-margin: 4px;
51
51