@alauda/ui 7.4.2-beta.21 → 7.4.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/esm2022/table/table-header-row-def.directive.mjs +9 -3
- package/esm2022/table/table.component.mjs +4 -3
- package/fesm2022/alauda-ui.mjs +11 -4
- package/fesm2022/alauda-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/table/table-header-row-def.directive.d.ts +3 -2
- package/table/table.component.d.ts +1 -1
- package/tsconfig.lib.tsbuildinfo +1 -1
package/package.json
CHANGED
|
@@ -2,7 +2,8 @@ import { CdkHeaderRowDef } from '@angular/cdk/table';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class TableHeaderRowDefDirective extends CdkHeaderRowDef {
|
|
4
4
|
columns: Iterable<string>;
|
|
5
|
-
|
|
5
|
+
set auiTableHeaderRowDefSticky(val: boolean);
|
|
6
|
+
get auiTableHeaderRowDefSticky(): boolean;
|
|
6
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableHeaderRowDefDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderRowDefDirective, "[auiTableHeaderRowDef]", never, { "columns": { "alias": "auiTableHeaderRowDef"; "required": false; }; "
|
|
8
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TableHeaderRowDefDirective, "[auiTableHeaderRowDef]", never, { "columns": { "alias": "auiTableHeaderRowDef"; "required": false; }; "auiTableHeaderRowDefSticky": { "alias": "auiTableHeaderRowDefSticky"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
9
|
}
|
|
@@ -16,5 +16,5 @@ export declare class TableComponent<T> extends CdkTable<T> implements AfterConte
|
|
|
16
16
|
private _clearPlaceholder;
|
|
17
17
|
ngOnDestroy(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent<any>, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "aui-table", ["auiTable"], { "enableScrollWrapper": { "alias": "enableScrollWrapper"; "required": false; }; }, {}, ["_placeholderDef"], ["caption", "colgroup, col"], true, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent<any>, "aui-table", ["auiTable"], { "enableScrollWrapper": { "alias": "enableScrollWrapper"; "required": false; }; }, {}, ["_placeholderDef"], ["caption", "colgroup, col", "*"], true, never>;
|
|
20
20
|
}
|