mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-22 02:11:29 +00:00
Move upload items panel to react (#558)
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
This commit is contained in:
@@ -362,23 +362,6 @@ exports[`Settings Pane should render Default properly 1`] = `
|
||||
"userTableQuery": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
UploadItemsPane {
|
||||
"container": [Circular],
|
||||
"fileUploadSummaryText": [Function],
|
||||
"files": [Function],
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"id": "uploaditemspane",
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"onImportLinkKeyPress": [Function],
|
||||
"selectedFilesTitle": [Function],
|
||||
"title": [Function],
|
||||
"uploadFileData": [Function],
|
||||
"uploadFileDataVisible": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
LoadQueryPane {
|
||||
"container": [Circular],
|
||||
"files": [Function],
|
||||
@@ -1050,37 +1033,6 @@ exports[`Settings Pane should render Default properly 1`] = `
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
"uploadItemsPane": UploadItemsPane {
|
||||
"container": [Circular],
|
||||
"fileUploadSummaryText": [Function],
|
||||
"files": [Function],
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"id": "uploaditemspane",
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"onImportLinkKeyPress": [Function],
|
||||
"selectedFilesTitle": [Function],
|
||||
"title": [Function],
|
||||
"uploadFileData": [Function],
|
||||
"uploadFileDataVisible": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
"uploadItemsPaneAdapter": UploadItemsPaneAdapter {
|
||||
"_updateSelectedFilesTitle": [Function],
|
||||
"container": [Circular],
|
||||
"formError": "",
|
||||
"formErrorDetail": "",
|
||||
"isExecuting": false,
|
||||
"isOpened": false,
|
||||
"parameters": [Function],
|
||||
"reset": [Function],
|
||||
"selectedFiles": undefined,
|
||||
"selectedFilesTitle": "",
|
||||
"updateSelectedFiles": [Function],
|
||||
"uploadFileData": Array [],
|
||||
},
|
||||
}
|
||||
}
|
||||
formError=""
|
||||
@@ -1548,23 +1500,6 @@ exports[`Settings Pane should render Gremlin properly 1`] = `
|
||||
"userTableQuery": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
UploadItemsPane {
|
||||
"container": [Circular],
|
||||
"fileUploadSummaryText": [Function],
|
||||
"files": [Function],
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"id": "uploaditemspane",
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"onImportLinkKeyPress": [Function],
|
||||
"selectedFilesTitle": [Function],
|
||||
"title": [Function],
|
||||
"uploadFileData": [Function],
|
||||
"uploadFileDataVisible": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
LoadQueryPane {
|
||||
"container": [Circular],
|
||||
"files": [Function],
|
||||
@@ -2236,37 +2171,6 @@ exports[`Settings Pane should render Gremlin properly 1`] = `
|
||||
"title": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
"uploadItemsPane": UploadItemsPane {
|
||||
"container": [Circular],
|
||||
"fileUploadSummaryText": [Function],
|
||||
"files": [Function],
|
||||
"firstFieldHasFocus": [Function],
|
||||
"formErrors": [Function],
|
||||
"formErrorsDetails": [Function],
|
||||
"id": "uploaditemspane",
|
||||
"isExecuting": [Function],
|
||||
"isTemplateReady": [Function],
|
||||
"onImportLinkKeyPress": [Function],
|
||||
"selectedFilesTitle": [Function],
|
||||
"title": [Function],
|
||||
"uploadFileData": [Function],
|
||||
"uploadFileDataVisible": [Function],
|
||||
"visible": [Function],
|
||||
},
|
||||
"uploadItemsPaneAdapter": UploadItemsPaneAdapter {
|
||||
"_updateSelectedFilesTitle": [Function],
|
||||
"container": [Circular],
|
||||
"formError": "",
|
||||
"formErrorDetail": "",
|
||||
"isExecuting": false,
|
||||
"isOpened": false,
|
||||
"parameters": [Function],
|
||||
"reset": [Function],
|
||||
"selectedFiles": undefined,
|
||||
"selectedFilesTitle": "",
|
||||
"updateSelectedFiles": [Function],
|
||||
"uploadFileData": Array [],
|
||||
},
|
||||
}
|
||||
}
|
||||
formError=""
|
||||
|
||||
Reference in New Issue
Block a user