@gitkraken/gitkraken-components 1.1.0-rc.1 → 1.1.0-rc.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.
|
@@ -224,13 +224,8 @@ export interface GraphContainerProps {
|
|
|
224
224
|
hasMoreCommits?: boolean;
|
|
225
225
|
highlightedShas?: HighlightedShas;
|
|
226
226
|
hiddenRefsById?: HiddenRefsById;
|
|
227
|
-
// isCommitting: boolean;
|
|
228
227
|
isSelectedBySha?: IsSelectedBySha;
|
|
229
|
-
// isInUnsupportedRebase: boolean;
|
|
230
228
|
isLoadingRows?: boolean;
|
|
231
|
-
// maybeCreateRefFormSha: ?Sha;
|
|
232
|
-
// pendingCommitMessageSummary: string;
|
|
233
|
-
// repoPath: string;
|
|
234
229
|
columnsSettings?: GraphColumnsSettings;
|
|
235
230
|
refMetadataById?: RefMetadataById;
|
|
236
231
|
themeOpacityFactor?: number;
|
|
@@ -244,17 +239,13 @@ export interface GraphContainerProps {
|
|
|
244
239
|
onGraphRowUnhovered?: OnGraphRowUnhovered;
|
|
245
240
|
onGraphRefNodeHovered?: OnGraphRefNodeHovered;
|
|
246
241
|
onGraphRefNodeUnhovered?: OnGraphRefNodeUnhovered;
|
|
247
|
-
// onBlurWipNodeInput: OnBlur;
|
|
248
242
|
onColumnResized?: OnGraphColumnResized;
|
|
249
|
-
// onFocusWipNodeInput: OnFocus;
|
|
250
|
-
// onMessageChange: OnCommitMessageChange;
|
|
251
243
|
onClickGraphRef?: OnClickGraphRef;
|
|
252
244
|
onClickGraphRow?: OnClickGraphRow;
|
|
253
245
|
onDoubleClickGraphRow?: OnDoubleClickGraphRow;
|
|
254
246
|
onDoubleClickGraphRef?: OnDoubleClickGraphRef;
|
|
255
247
|
onSelectGraphRows?: OnSelectGraphRows;
|
|
256
248
|
onShowMoreCommits?: OnShowMoreCommits;
|
|
257
|
-
// onWipNodeInputWillUnmount: OnComponentWillUnmount;
|
|
258
249
|
onGraphResized?: OnGraphResized;
|
|
259
250
|
onEmailsMissingAvatarUrls?: OnEmailsMissingAvatarUrls;
|
|
260
251
|
onRefsMissingMetadata?: OnRefsMissingMetadata;
|