File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
src/material-experimental/column-resize Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -26,28 +26,7 @@ import {
26
26
ResizeStrategy ,
27
27
} from '@angular/cdk-experimental/column-resize' ;
28
28
29
- import { MatColumnResizeOverlayHandle } from './overlay-handle' ;
30
29
31
- export abstract class AbstractMatResizable extends Resizable < MatColumnResizeOverlayHandle > {
32
- minWidthPxInternal = 32 ;
33
-
34
- protected getInlineHandleCssClassName ( ) : string {
35
- return 'mat-resizable-handle' ;
36
- }
37
-
38
- protected getOverlayHandleComponentType ( ) : Type < MatColumnResizeOverlayHandle > {
39
- return MatColumnResizeOverlayHandle ;
40
- }
41
- }
42
-
43
- const RESIZABLE_HOST_BINDINGS = {
44
- 'class' : 'mat-resizable' ,
45
- } ;
46
-
47
- const RESIZABLE_INPUTS = [
48
- 'minWidthPx: matResizableMinWidthPx' ,
49
- 'maxWidthPx: matResizableMaxWidthPx' ,
50
- ] ;
51
30
52
31
@Directive ( {
53
32
selector : 'mat-header-cell:not([disableResize]), th[mat-header-cell]:not([disableResize])' ,
You can’t perform that action at this time.
0 commit comments