File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
projects/igniteui-angular/src/lib/splitter/splitter-bar Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -83,27 +83,6 @@ export class IgxSplitBarComponent {
8383 return this . siblings [ 0 ] . hidden && ! this . siblings [ 1 ] . hidden ;
8484 }
8585
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-
10786 /**
10887 * @hidden
10988 * @internal
You can’t perform that action at this time.
0 commit comments