File tree 1 file changed +0
-21
lines changed
projects/igniteui-angular/src/lib/splitter/splitter-bar
1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -83,27 +83,6 @@ export class IgxSplitBarComponent {
83
83
return this . siblings [ 0 ] . hidden && ! this . siblings [ 1 ] . hidden ;
84
84
}
85
85
86
- /**
87
- * A field that holds the initial size of the main `IgxSplitterPaneComponent` in each couple of panes devided by a gripper.
88
- * @private
89
- * @memberof SplitterComponent
90
- */
91
- private initialPaneSize ! : number ;
92
-
93
- /**
94
- * A field that holds the initial size of the sibling `IgxSplitterPaneComponent` in each couple of panes devided by a gripper.
95
- * @private
96
- * @memberof SplitterComponent
97
- */
98
- private initialSiblingSize ! : number ;
99
-
100
- /**
101
- * The sibling `IgxSplitterPaneComponent` in each couple of panes devided by a gripper.
102
- * @private
103
- * @memberof SplitterComponent
104
- */
105
- private sibling ! : IgxSplitterPaneComponent ;
106
-
107
86
/**
108
87
* @hidden
109
88
* @internal
You can’t perform that action at this time.
0 commit comments