mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-20 01:11:25 +00:00
Move setting pane to react (#543)
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
This commit is contained in:
@@ -350,11 +350,11 @@ exports[`test render renders with filters 1`] = `
|
||||
}
|
||||
>
|
||||
<div
|
||||
className="ms-ScrollablePane root-40"
|
||||
className="ms-ScrollablePane root-72"
|
||||
data-is-scrollable="true"
|
||||
>
|
||||
<div
|
||||
className="stickyAbove-42"
|
||||
className="stickyAbove-74"
|
||||
style={
|
||||
Object {
|
||||
"height": 0,
|
||||
@@ -365,7 +365,7 @@ exports[`test render renders with filters 1`] = `
|
||||
}
|
||||
/>
|
||||
<div
|
||||
className="ms-ScrollablePane--contentContainer contentContainer-41"
|
||||
className="ms-ScrollablePane--contentContainer contentContainer-73"
|
||||
data-is-scrollable={true}
|
||||
>
|
||||
<Sticky
|
||||
@@ -691,18 +691,18 @@ exports[`test render renders with filters 1`] = `
|
||||
validateOnLoad={true}
|
||||
>
|
||||
<div
|
||||
className="ms-TextField directoryListFilterTextBox root-46"
|
||||
className="ms-TextField directoryListFilterTextBox root-78"
|
||||
>
|
||||
<div
|
||||
className="ms-TextField-wrapper"
|
||||
>
|
||||
<div
|
||||
className="ms-TextField-fieldGroup fieldGroup-47"
|
||||
className="ms-TextField-fieldGroup fieldGroup-79"
|
||||
>
|
||||
<input
|
||||
aria-invalid={false}
|
||||
aria-label="Directory filter text box"
|
||||
className="ms-TextField-field field-48"
|
||||
className="ms-TextField-field field-80"
|
||||
id="TextField0"
|
||||
onBlur={[Function]}
|
||||
onChange={[Function]}
|
||||
@@ -1900,7 +1900,7 @@ exports[`test render renders with filters 1`] = `
|
||||
>
|
||||
<button
|
||||
aria-disabled={true}
|
||||
className="ms-Button ms-Button--default is-disabled directoryListButton root-57"
|
||||
className="ms-Button ms-Button--default is-disabled directoryListButton root-89"
|
||||
data-is-focusable={false}
|
||||
disabled={true}
|
||||
onClick={[Function]}
|
||||
@@ -1912,7 +1912,7 @@ exports[`test render renders with filters 1`] = `
|
||||
type="button"
|
||||
>
|
||||
<span
|
||||
className="ms-Button-flexContainer flexContainer-58"
|
||||
className="ms-Button-flexContainer flexContainer-90"
|
||||
data-automationid="splitbuttonprimary"
|
||||
>
|
||||
<div
|
||||
@@ -1943,7 +1943,7 @@ exports[`test render renders with filters 1`] = `
|
||||
</List>
|
||||
</div>
|
||||
<div
|
||||
className="stickyBelow-43"
|
||||
className="stickyBelow-75"
|
||||
style={
|
||||
Object {
|
||||
"bottom": "0px",
|
||||
@@ -1954,7 +1954,7 @@ exports[`test render renders with filters 1`] = `
|
||||
}
|
||||
>
|
||||
<div
|
||||
className="stickyBelowItems-44"
|
||||
className="stickyBelowItems-76"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -386,29 +386,6 @@ exports[`SettingsComponent renders 1`] = `
|
||||
"userTableQuery": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
SettingsPane {
|
||||
"container": [Circular],
|
||||
"crossPartitionQueryEnabled": [Function],
|
||||
"customItemPerPage": [Function],
|
||||
"explorerVersion": undefined,
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"graphAutoVizDisabled": [Function],
|
||||
"id": "settingspane",
|
||||
"isCustomPageOptionSelected": [Function],
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"isUnlimitedPageOptionSelected": [Function],
|
||||
"maxDegreeOfParallelism": [Function],
|
||||
"pageOption": [Function],
|
||||
"shouldShowCrossPartitionOption": [Function],
|
||||
"shouldShowGraphAutoVizOption": [Function],
|
||||
"shouldShowParallelismOption": [Function],
|
||||
"shouldShowQueryPageOptions": [Function],
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
UploadItemsPane {
|
||||
"container": [Circular],
|
||||
"fileUploadSummaryText": [Function],
|
||||
@@ -1007,29 +984,6 @@ exports[`SettingsComponent renders 1`] = `
|
||||
"setInProgressConsoleDataIdToBeDeleted": undefined,
|
||||
"setIsNotificationConsoleExpanded": undefined,
|
||||
"setNotificationConsoleData": undefined,
|
||||
"settingsPane": SettingsPane {
|
||||
"container": [Circular],
|
||||
"crossPartitionQueryEnabled": [Function],
|
||||
"customItemPerPage": [Function],
|
||||
"explorerVersion": undefined,
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"graphAutoVizDisabled": [Function],
|
||||
"id": "settingspane",
|
||||
"isCustomPageOptionSelected": [Function],
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"isUnlimitedPageOptionSelected": [Function],
|
||||
"maxDegreeOfParallelism": [Function],
|
||||
"pageOption": [Function],
|
||||
"shouldShowCrossPartitionOption": [Function],
|
||||
"shouldShowGraphAutoVizOption": [Function],
|
||||
"shouldShowParallelismOption": [Function],
|
||||
"shouldShowQueryPageOptions": [Function],
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
"setupNotebooksPane": SetupNotebooksPane {
|
||||
"container": [Circular],
|
||||
"description": [Function],
|
||||
@@ -1530,29 +1484,6 @@ exports[`SettingsComponent renders 1`] = `
|
||||
"userTableQuery": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
SettingsPane {
|
||||
"container": [Circular],
|
||||
"crossPartitionQueryEnabled": [Function],
|
||||
"customItemPerPage": [Function],
|
||||
"explorerVersion": undefined,
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"graphAutoVizDisabled": [Function],
|
||||
"id": "settingspane",
|
||||
"isCustomPageOptionSelected": [Function],
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"isUnlimitedPageOptionSelected": [Function],
|
||||
"maxDegreeOfParallelism": [Function],
|
||||
"pageOption": [Function],
|
||||
"shouldShowCrossPartitionOption": [Function],
|
||||
"shouldShowGraphAutoVizOption": [Function],
|
||||
"shouldShowParallelismOption": [Function],
|
||||
"shouldShowQueryPageOptions": [Function],
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
UploadItemsPane {
|
||||
"container": [Circular],
|
||||
"fileUploadSummaryText": [Function],
|
||||
@@ -2151,29 +2082,6 @@ exports[`SettingsComponent renders 1`] = `
|
||||
"setInProgressConsoleDataIdToBeDeleted": undefined,
|
||||
"setIsNotificationConsoleExpanded": undefined,
|
||||
"setNotificationConsoleData": undefined,
|
||||
"settingsPane": SettingsPane {
|
||||
"container": [Circular],
|
||||
"crossPartitionQueryEnabled": [Function],
|
||||
"customItemPerPage": [Function],
|
||||
"explorerVersion": undefined,
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"graphAutoVizDisabled": [Function],
|
||||
"id": "settingspane",
|
||||
"isCustomPageOptionSelected": [Function],
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"isUnlimitedPageOptionSelected": [Function],
|
||||
"maxDegreeOfParallelism": [Function],
|
||||
"pageOption": [Function],
|
||||
"shouldShowCrossPartitionOption": [Function],
|
||||
"shouldShowGraphAutoVizOption": [Function],
|
||||
"shouldShowParallelismOption": [Function],
|
||||
"shouldShowQueryPageOptions": [Function],
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
"setupNotebooksPane": SetupNotebooksPane {
|
||||
"container": [Circular],
|
||||
"description": [Function],
|
||||
@@ -2687,29 +2595,6 @@ exports[`SettingsComponent renders 1`] = `
|
||||
"userTableQuery": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
SettingsPane {
|
||||
"container": [Circular],
|
||||
"crossPartitionQueryEnabled": [Function],
|
||||
"customItemPerPage": [Function],
|
||||
"explorerVersion": undefined,
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"graphAutoVizDisabled": [Function],
|
||||
"id": "settingspane",
|
||||
"isCustomPageOptionSelected": [Function],
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"isUnlimitedPageOptionSelected": [Function],
|
||||
"maxDegreeOfParallelism": [Function],
|
||||
"pageOption": [Function],
|
||||
"shouldShowCrossPartitionOption": [Function],
|
||||
"shouldShowGraphAutoVizOption": [Function],
|
||||
"shouldShowParallelismOption": [Function],
|
||||
"shouldShowQueryPageOptions": [Function],
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
UploadItemsPane {
|
||||
"container": [Circular],
|
||||
"fileUploadSummaryText": [Function],
|
||||
@@ -3308,29 +3193,6 @@ exports[`SettingsComponent renders 1`] = `
|
||||
"setInProgressConsoleDataIdToBeDeleted": undefined,
|
||||
"setIsNotificationConsoleExpanded": undefined,
|
||||
"setNotificationConsoleData": undefined,
|
||||
"settingsPane": SettingsPane {
|
||||
"container": [Circular],
|
||||
"crossPartitionQueryEnabled": [Function],
|
||||
"customItemPerPage": [Function],
|
||||
"explorerVersion": undefined,
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"graphAutoVizDisabled": [Function],
|
||||
"id": "settingspane",
|
||||
"isCustomPageOptionSelected": [Function],
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"isUnlimitedPageOptionSelected": [Function],
|
||||
"maxDegreeOfParallelism": [Function],
|
||||
"pageOption": [Function],
|
||||
"shouldShowCrossPartitionOption": [Function],
|
||||
"shouldShowGraphAutoVizOption": [Function],
|
||||
"shouldShowParallelismOption": [Function],
|
||||
"shouldShowQueryPageOptions": [Function],
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
"setupNotebooksPane": SetupNotebooksPane {
|
||||
"container": [Circular],
|
||||
"description": [Function],
|
||||
@@ -3831,29 +3693,6 @@ exports[`SettingsComponent renders 1`] = `
|
||||
"userTableQuery": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
SettingsPane {
|
||||
"container": [Circular],
|
||||
"crossPartitionQueryEnabled": [Function],
|
||||
"customItemPerPage": [Function],
|
||||
"explorerVersion": undefined,
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"graphAutoVizDisabled": [Function],
|
||||
"id": "settingspane",
|
||||
"isCustomPageOptionSelected": [Function],
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"isUnlimitedPageOptionSelected": [Function],
|
||||
"maxDegreeOfParallelism": [Function],
|
||||
"pageOption": [Function],
|
||||
"shouldShowCrossPartitionOption": [Function],
|
||||
"shouldShowGraphAutoVizOption": [Function],
|
||||
"shouldShowParallelismOption": [Function],
|
||||
"shouldShowQueryPageOptions": [Function],
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
UploadItemsPane {
|
||||
"container": [Circular],
|
||||
"fileUploadSummaryText": [Function],
|
||||
@@ -4452,29 +4291,6 @@ exports[`SettingsComponent renders 1`] = `
|
||||
"setInProgressConsoleDataIdToBeDeleted": undefined,
|
||||
"setIsNotificationConsoleExpanded": undefined,
|
||||
"setNotificationConsoleData": undefined,
|
||||
"settingsPane": SettingsPane {
|
||||
"container": [Circular],
|
||||
"crossPartitionQueryEnabled": [Function],
|
||||
"customItemPerPage": [Function],
|
||||
"explorerVersion": undefined,
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"graphAutoVizDisabled": [Function],
|
||||
"id": "settingspane",
|
||||
"isCustomPageOptionSelected": [Function],
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"isUnlimitedPageOptionSelected": [Function],
|
||||
"maxDegreeOfParallelism": [Function],
|
||||
"pageOption": [Function],
|
||||
"shouldShowCrossPartitionOption": [Function],
|
||||
"shouldShowGraphAutoVizOption": [Function],
|
||||
"shouldShowParallelismOption": [Function],
|
||||
"shouldShowQueryPageOptions": [Function],
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
"setupNotebooksPane": SetupNotebooksPane {
|
||||
"container": [Circular],
|
||||
"description": [Function],
|
||||
|
||||
Reference in New Issue
Block a user