mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-06-12 15:37:27 +01:00
update sanpshort and run formattor
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
|||||||
HeatmapData,
|
HeatmapData,
|
||||||
LayoutSettings,
|
LayoutSettings,
|
||||||
PartitionTimeStampToData,
|
PartitionTimeStampToData,
|
||||||
PortalTheme
|
PortalTheme,
|
||||||
} from "./HeatmapDatatypes";
|
} from "./HeatmapDatatypes";
|
||||||
|
|
||||||
export class Heatmap {
|
export class Heatmap {
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
tabindex="0"
|
tabindex="0"
|
||||||
data-bind="click: addItem, event: { keydown: onAddItemKeyPress }"
|
data-bind="click: addItem, event: { keydown: onAddItemKeyPress }"
|
||||||
>
|
>
|
||||||
<img src="/images/Add-property.svg" data-bind="attr: {alt: buttonText}" /> <span data-bind="text: buttonText"></span>
|
<img src="/images/Add-property.svg" data-bind="attr: {alt: buttonText}" />
|
||||||
|
<span data-bind="text: buttonText"></span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -20,9 +20,7 @@ exports[`Upload Items Pane should render Default properly 1`] = `
|
|||||||
multiple={true}
|
multiple={true}
|
||||||
onUpload={[Function]}
|
onUpload={[Function]}
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
tooltip="Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON
|
tooltip="Select one or more JSON files to upload. Each file can contain a single JSON document or an array of JSON documents. The combined size of all files in an individual upload operation must be less than 2 MB. You can perform multiple upload operations for larger data sets."
|
||||||
documents. The combined size of all files in an individual upload operation must be less than 2 MB. You
|
|
||||||
can perform multiple upload operations for larger data sets."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</GenericRightPaneComponent>
|
</GenericRightPaneComponent>
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ export default class NotebookTabV2 extends NotebookTabBase {
|
|||||||
{
|
{
|
||||||
iconSrc: null,
|
iconSrc: null,
|
||||||
iconAlt: kernelLabel,
|
iconAlt: kernelLabel,
|
||||||
onCommandClick: () => { },
|
onCommandClick: () => {},
|
||||||
commandButtonLabel: null,
|
commandButtonLabel: null,
|
||||||
hasPopup: false,
|
hasPopup: false,
|
||||||
disabled: availableKernels.length < 1,
|
disabled: availableKernels.length < 1,
|
||||||
@@ -276,7 +276,7 @@ export default class NotebookTabV2 extends NotebookTabBase {
|
|||||||
{
|
{
|
||||||
iconSrc: null,
|
iconSrc: null,
|
||||||
iconAlt: null,
|
iconAlt: null,
|
||||||
onCommandClick: () => { },
|
onCommandClick: () => {},
|
||||||
commandButtonLabel: null,
|
commandButtonLabel: null,
|
||||||
ariaLabel: cellTypeLabel,
|
ariaLabel: cellTypeLabel,
|
||||||
hasPopup: false,
|
hasPopup: false,
|
||||||
@@ -364,7 +364,7 @@ export default class NotebookTabV2 extends NotebookTabBase {
|
|||||||
iconSrc: null,
|
iconSrc: null,
|
||||||
iconAlt: workspaceLabel,
|
iconAlt: workspaceLabel,
|
||||||
ariaLabel: workspaceLabel,
|
ariaLabel: workspaceLabel,
|
||||||
onCommandClick: () => { },
|
onCommandClick: () => {},
|
||||||
commandButtonLabel: null,
|
commandButtonLabel: null,
|
||||||
hasPopup: false,
|
hasPopup: false,
|
||||||
disabled: this.container.arcadiaWorkspaces.length < 1,
|
disabled: this.container.arcadiaWorkspaces.length < 1,
|
||||||
|
|||||||
@@ -100,7 +100,11 @@
|
|||||||
>
|
>
|
||||||
<!-- ko template: { ifnot: isExpanded} -->
|
<!-- ko template: { ifnot: isExpanded} -->
|
||||||
<div class="themed-images" type="text/html" id="ExpandChevronRight" data-bind="hasFocus: focusExpandIcon">
|
<div class="themed-images" type="text/html" id="ExpandChevronRight" data-bind="hasFocus: focusExpandIcon">
|
||||||
<img class="imgiconwidth expand-triangle expand-triangle-right" src="/images/Triangle-right.svg" alt="toggle" />
|
<img
|
||||||
|
class="imgiconwidth expand-triangle expand-triangle-right"
|
||||||
|
src="/images/Triangle-right.svg"
|
||||||
|
alt="toggle"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<!-- /ko -->
|
<!-- /ko -->
|
||||||
<!-- ko template: { if: isExpanded} -->
|
<!-- ko template: { if: isExpanded} -->
|
||||||
|
|||||||
+6
-2
@@ -42,7 +42,9 @@
|
|||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<ul class="nav nav-tabs qslevel">
|
<ul class="nav nav-tabs qslevel">
|
||||||
<li class="active">
|
<li class="active">
|
||||||
<a data-toggle="tab" href="#net"><img class="qsmenuicons" src="/images/dotnet.png" alt=".NET platform" />.NET</a>
|
<a data-toggle="tab" href="#net"
|
||||||
|
><img class="qsmenuicons" src="/images/dotnet.png" alt=".NET platform" />.NET</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a data-toggle="tab" href="#corenet"
|
<a data-toggle="tab" href="#corenet"
|
||||||
@@ -50,7 +52,9 @@
|
|||||||
>
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a data-toggle="tab" href="#Java"><img class="qsmenuicons" src="/images/java.png" alt="Java platform" />Java</a>
|
<a data-toggle="tab" href="#Java"
|
||||||
|
><img class="qsmenuicons" src="/images/java.png" alt="Java platform" />Java</a
|
||||||
|
>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a data-toggle="tab" href="#NodeJs"
|
<a data-toggle="tab" href="#NodeJs"
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ configure({ adapter: new Adapter() });
|
|||||||
initializeIcons();
|
initializeIcons();
|
||||||
|
|
||||||
if (typeof window.URL.createObjectURL === "undefined") {
|
if (typeof window.URL.createObjectURL === "undefined") {
|
||||||
Object.defineProperty(window.URL, "createObjectURL", { value: () => { } });
|
Object.defineProperty(window.URL, "createObjectURL", { value: () => {} });
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO Remove when jquery and documentdbclient SDK are removed
|
// TODO Remove when jquery and documentdbclient SDK are removed
|
||||||
|
|||||||
Reference in New Issue
Block a user