@alauda/ui 7.3.3-beta.25 → 7.3.3-beta.27
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
|
@@ -9,9 +9,9 @@ export declare class TableColumnResizableDirective implements AfterViewInit {
|
|
|
9
9
|
private readonly tableScrollWrapperDirective;
|
|
10
10
|
private readonly selfElement;
|
|
11
11
|
private readonly containerElement;
|
|
12
|
-
private
|
|
13
|
-
private styleEl;
|
|
12
|
+
private styleElement;
|
|
14
13
|
private hostAttr;
|
|
14
|
+
private resizeSubscription;
|
|
15
15
|
ngAfterViewInit(): void;
|
|
16
16
|
ngOnDestroy(): void;
|
|
17
17
|
private bindResizable;
|
|
@@ -20,6 +20,9 @@ export declare class TableColumnResizableDirective implements AfterViewInit {
|
|
|
20
20
|
private createResizeOverlay;
|
|
21
21
|
private getColumnWidth;
|
|
22
22
|
private getColumnOffset;
|
|
23
|
+
private getWidthInRange;
|
|
24
|
+
private getResizeRange;
|
|
25
|
+
private getActualWidth;
|
|
23
26
|
private renderWidthStyles;
|
|
24
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableColumnResizableDirective, never>;
|
|
25
28
|
static ɵdir: i0.ɵɵDirectiveDeclaration<TableColumnResizableDirective, "[auiTableColumnResizable]", never, { "minWidth": { "alias": "minWidth"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; }, {}, never, never, true, never>;
|