mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-30 15:14:19 +00:00
updated snapshot
This commit is contained in:
@@ -33,6 +33,7 @@ exports[`Delete Collection Confirmation Pane submit() should call delete collect
|
|||||||
<div
|
<div
|
||||||
className="contextual-pane-out"
|
className="contextual-pane-out"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyDown={[Function]}
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className="contextual-pane"
|
className="contextual-pane"
|
||||||
@@ -1165,7 +1166,9 @@ exports[`Delete Collection Confirmation Pane submit() should call delete collect
|
|||||||
className="errorLink"
|
className="errorLink"
|
||||||
hidden={true}
|
hidden={true}
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyDown={[Function]}
|
||||||
role="link"
|
role="link"
|
||||||
|
tabIndex={0}
|
||||||
>
|
>
|
||||||
More details
|
More details
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ exports[`Excute Sproc Param Pane should render Default properly 1`] = `
|
|||||||
<div
|
<div
|
||||||
className="contextual-pane-out"
|
className="contextual-pane-out"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyDown={[Function]}
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className="contextual-pane"
|
className="contextual-pane"
|
||||||
@@ -1156,7 +1157,9 @@ exports[`Excute Sproc Param Pane should render Default properly 1`] = `
|
|||||||
className="errorLink"
|
className="errorLink"
|
||||||
hidden={true}
|
hidden={true}
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyDown={[Function]}
|
||||||
role="link"
|
role="link"
|
||||||
|
tabIndex={0}
|
||||||
>
|
>
|
||||||
More details
|
More details
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
/* eslint-disable jsx-a11y/no-static-element-interactions */
|
||||||
/* eslint-disable jsx-a11y/interactive-supports-focus */
|
|
||||||
/* eslint-disable jsx-a11y/click-events-have-key-events */
|
|
||||||
/* eslint-disable jsx-a11y/anchor-is-valid */
|
|
||||||
import { IconButton, PrimaryButton } from "@fluentui/react";
|
import { IconButton, PrimaryButton } from "@fluentui/react";
|
||||||
import React, { FunctionComponent, ReactNode } from "react";
|
import React, { FunctionComponent, ReactNode } from "react";
|
||||||
import ErrorRedIcon from "../../../../images/error_red.svg";
|
import ErrorRedIcon from "../../../../images/error_red.svg";
|
||||||
@@ -71,7 +68,14 @@ export const GenericRightPaneComponent: FunctionComponent<GenericRightPaneProps>
|
|||||||
<span className="formErrors" title={formError}>
|
<span className="formErrors" title={formError}>
|
||||||
{formError}
|
{formError}
|
||||||
</span>
|
</span>
|
||||||
<a className="errorLink" role="link" hidden={!formErrorDetail} onClick={expandConsole}>
|
<a
|
||||||
|
className="errorLink"
|
||||||
|
role="link"
|
||||||
|
hidden={!formErrorDetail}
|
||||||
|
onClick={expandConsole}
|
||||||
|
tabIndex={0}
|
||||||
|
onKeyDown={expandConsole}
|
||||||
|
>
|
||||||
More details
|
More details
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
@@ -115,7 +119,7 @@ export const GenericRightPaneComponent: FunctionComponent<GenericRightPaneProps>
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div tabIndex={-1} onKeyDown={onKeyDown}>
|
<div tabIndex={-1} onKeyDown={onKeyDown}>
|
||||||
<div className="contextual-pane-out" onClick={onClose}></div>
|
<div className="contextual-pane-out" onClick={onClose} onKeyDown={onClose}></div>
|
||||||
<div className="contextual-pane" id={id} style={{ height: panelHeight }} onKeyDown={onKeyDown}>
|
<div className="contextual-pane" id={id} style={{ height: panelHeight }} onKeyDown={onKeyDown}>
|
||||||
<div className="panelContentWrapper">
|
<div className="panelContentWrapper">
|
||||||
{renderPanelHeader()}
|
{renderPanelHeader()}
|
||||||
|
|||||||
@@ -1002,6 +1002,7 @@ exports[`StringInput Pane should render Create new directory properly 1`] = `
|
|||||||
<div
|
<div
|
||||||
className="contextual-pane-out"
|
className="contextual-pane-out"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyDown={[Function]}
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className="contextual-pane"
|
className="contextual-pane"
|
||||||
@@ -2134,7 +2135,9 @@ exports[`StringInput Pane should render Create new directory properly 1`] = `
|
|||||||
className="errorLink"
|
className="errorLink"
|
||||||
hidden={true}
|
hidden={true}
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyDown={[Function]}
|
||||||
role="link"
|
role="link"
|
||||||
|
tabIndex={0}
|
||||||
>
|
>
|
||||||
More details
|
More details
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -28,6 +28,7 @@ exports[`Table query select Panel should render Default properly 1`] = `
|
|||||||
<div
|
<div
|
||||||
className="contextual-pane-out"
|
className="contextual-pane-out"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyDown={[Function]}
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className="contextual-pane"
|
className="contextual-pane"
|
||||||
@@ -1160,7 +1161,9 @@ exports[`Table query select Panel should render Default properly 1`] = `
|
|||||||
className="errorLink"
|
className="errorLink"
|
||||||
hidden={true}
|
hidden={true}
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
|
onKeyDown={[Function]}
|
||||||
role="link"
|
role="link"
|
||||||
|
tabIndex={0}
|
||||||
>
|
>
|
||||||
More details
|
More details
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user