update sanpshort and run formattor

This commit is contained in:
hardiknai-techm
2021-05-03 10:37:49 +05:30
parent 2855bf4c7d
commit d8dff644d5
8 changed files with 46 additions and 39 deletions
+1 -1
View File
@@ -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>
+3 -3
View File
@@ -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,
+5 -1
View File
@@ -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
View File
@@ -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
View File
@@ -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