@alauda/ui 6.1.5-beta.2 → 6.1.5-beta.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.
- package/bundles/alauda-ui.umd.js +17 -7
- package/bundles/alauda-ui.umd.js.map +1 -1
- package/bundles/alauda-ui.umd.min.js +1 -1
- package/bundles/alauda-ui.umd.min.js.map +1 -1
- package/esm2015/date-picker/calendar/panel/picker-panel.js +4 -4
- package/esm2015/table/table.component.js +8 -4
- package/fesm2015/alauda-ui.js +10 -6
- package/fesm2015/alauda-ui.js.map +1 -1
- package/package.json +1 -1
- package/table/table.component.d.ts +2 -1
package/package.json
CHANGED
|
@@ -5,7 +5,8 @@ export declare class TableComponent<T> extends CdkTable<T> implements AfterConte
|
|
|
5
5
|
enableScrollWrapper: boolean;
|
|
6
6
|
_placeholderOutlet: TablePlaceholderOutlet;
|
|
7
7
|
_placeholderDef: TablePlaceholderDefDirective;
|
|
8
|
-
protected stickyCssClass: string;
|
|
8
|
+
protected get stickyCssClass(): string;
|
|
9
|
+
protected set stickyCssClass(_: string);
|
|
9
10
|
ngAfterContentInit(): void;
|
|
10
11
|
private _createPlaceholder;
|
|
11
12
|
private _clearPlaceholder;
|