ui_migration fix(deps): --preliminary-- Removing markRaw to static declared components. Improvement, SmartScan now works partially.
This commit is contained in:
parent
dfca0ff7e0
commit
ee71a416b1
38 changed files with 71 additions and 72 deletions
|
|
@ -55,8 +55,8 @@ export default {
|
|||
name: "App",
|
||||
|
||||
components: {
|
||||
appContent: markRaw(appContent),
|
||||
loadingContent: markRaw(loadingContent),
|
||||
appContent,
|
||||
loadingContent
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -102,9 +102,9 @@ export default {
|
|||
name: "AppContent",
|
||||
|
||||
components: {
|
||||
tabIcon: markRaw(tabIcon),
|
||||
tabContent: markRaw(tabContent),
|
||||
calibrationWizard: markRaw(calibrationWizard),
|
||||
tabIcon,
|
||||
tabContent,
|
||||
calibrationWizard
|
||||
},
|
||||
data: function () {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -51,8 +51,8 @@ export default {
|
|||
],
|
||||
|
||||
components: {
|
||||
ActionProgressBar: markRaw(ActionProgressBar),
|
||||
ActionStatusModal: markRaw(ActionStatusModal)
|
||||
ActionProgressBar,
|
||||
ActionStatusModal
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -69,8 +69,7 @@ export default {
|
|||
taskStatus: {
|
||||
handler() {
|
||||
this.scrollToBottom();
|
||||
},
|
||||
//deep: true,
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@ import { eventBus } from "../../eventBus.js";
|
|||
export default {
|
||||
name: "ActionStatusModal",
|
||||
components: {
|
||||
ActionProgressBar: markRaw(ActionProgressBar),
|
||||
ActionLogDisplay: markRaw(ActionLogDisplay)
|
||||
ActionProgressBar,
|
||||
ActionLogDisplay
|
||||
},
|
||||
props: {
|
||||
title: {
|
||||
|
|
|
|||
|
|
@ -107,7 +107,7 @@ export default {
|
|||
name: "InputFromSchema",
|
||||
|
||||
components: {
|
||||
syncPropertyButton: markRaw(syncPropertyButton),
|
||||
syncPropertyButton
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ export default {
|
|||
name: "PropertyControl",
|
||||
|
||||
components: {
|
||||
InputFromSchema: markRaw(InputFromSchema),
|
||||
InputFromSchema
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ export default {
|
|||
name: "ServerSpecifiedActionButton",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
ActionButton
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export default {
|
|||
name: "ServerSpecifiedPropertyControl",
|
||||
|
||||
components: {
|
||||
PropertyControl: markRaw(PropertyControl),
|
||||
PropertyControl
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ export default {
|
|||
name: "LoadingContent",
|
||||
|
||||
components: {
|
||||
devTools: markRaw(devTools)
|
||||
devTools
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ export default {
|
|||
name: "CameraMainCalibrationStep",
|
||||
|
||||
components: {
|
||||
stepTemplateWithStream: markRaw(stepTemplateWithStream),
|
||||
cameraCalibrationSettings: markRaw(cameraCalibrationSettings),
|
||||
stepTemplateWithStream,
|
||||
cameraCalibrationSettings
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ import { markRaw } from "vue";
|
|||
export default {
|
||||
name: "CameraCalibrationTask",
|
||||
components: {
|
||||
calibrationWizardTask: markRaw(calibrationWizardTask) },
|
||||
calibrationWizardTask},
|
||||
props: {
|
||||
// Standard calibrationWizardTask props below:
|
||||
first: Boolean,
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ import { markRaw } from "vue";
|
|||
|
||||
export default {
|
||||
name: "CameraCalibrationTask",
|
||||
components: {
|
||||
calibrationWizardTask: markRaw(calibrationWizardTask)
|
||||
components: {
|
||||
calibrationWizardTask
|
||||
},
|
||||
props: {
|
||||
// Standard calibrationWizardTask props below:
|
||||
|
|
|
|||
|
|
@ -37,8 +37,8 @@ export default {
|
|||
name: "CameraMainCalibrationStep",
|
||||
|
||||
components: {
|
||||
stepTemplateWithStream: markRaw(stepTemplateWithStream),
|
||||
ActionButton: markRaw(ActionButton),
|
||||
stepTemplateWithStream,
|
||||
ActionButton
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ export default {
|
|||
name: "CameraMainCalibrationStep",
|
||||
|
||||
components: {
|
||||
stepTemplateWithStream: markRaw(stepTemplateWithStream),
|
||||
CSMCalibrationSettings: markRaw(CSMCalibrationSettings),
|
||||
stepTemplateWithStream,
|
||||
CSMCalibrationSettings,
|
||||
},
|
||||
|
||||
mounted() {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ import { markRaw } from "vue";
|
|||
export default {
|
||||
name: "SingleStepTask",
|
||||
components: {
|
||||
calibrationWizardTask: markRaw(calibrationWizardTask)
|
||||
calibrationWizardTask
|
||||
},
|
||||
props: {
|
||||
// This must be sent
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ export default {
|
|||
name: "StepTemplateWithStream",
|
||||
|
||||
components: {
|
||||
miniStreamDisplay: markRaw(miniStreamDisplay),
|
||||
miniStreamDisplay
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ import { markRaw } from "vue";
|
|||
export default {
|
||||
name: "StatusPane",
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton)
|
||||
ActionButton
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@ export default {
|
|||
name: "AboutContent",
|
||||
|
||||
components: {
|
||||
devTools: markRaw(devTools),
|
||||
statusPane: markRaw(statusPane),
|
||||
devTools,
|
||||
statusPane
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -52,8 +52,8 @@ import { markRaw } from "vue";
|
|||
|
||||
export default {
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
ServerSpecifiedPropertyControl: markRaw(ServerSpecifiedPropertyControl),
|
||||
ActionButton,
|
||||
ServerSpecifiedPropertyControl
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ export default {
|
|||
name: "BackgroundDetectContent",
|
||||
|
||||
components: {
|
||||
paneBackgroundDetect: markRaw(paneBackgroundDetect),
|
||||
streamDisplay: markRaw(streamDisplay),
|
||||
paneBackgroundDetect,
|
||||
streamDisplay
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ export default {
|
|||
name: "AutofocusControl",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
ActionButton
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -41,9 +41,9 @@ export default {
|
|||
name: "PaneControl",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
positionControl: markRaw(positionControl),
|
||||
autofocusControl: markRaw(autofocusControl),
|
||||
ActionButton,
|
||||
positionControl,
|
||||
autofocusControl
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
|
|
|||
|
|
@ -69,9 +69,9 @@ export default {
|
|||
name: "PaneControl",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
syncPropertyButton: markRaw(syncPropertyButton),
|
||||
stageControlButtons: markRaw(stageControlButtons),
|
||||
ActionButton,
|
||||
syncPropertyButton,
|
||||
stageControlButtons
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@ export default {
|
|||
name: "ControlContent",
|
||||
|
||||
components: {
|
||||
paneControl: markRaw(paneControl),
|
||||
streamDisplay: markRaw(streamDisplay) ,
|
||||
paneControl,
|
||||
streamDisplay
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -90,8 +90,8 @@ export default {
|
|||
name: "LoggingContent",
|
||||
|
||||
components: {
|
||||
Paginate: markRaw(Paginate),
|
||||
EndpointButton: markRaw(EndpointButton),
|
||||
Paginate,
|
||||
EndpointButton
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -89,8 +89,8 @@ import { markRaw } from "vue";
|
|||
export default {
|
||||
name: "ScanCard",
|
||||
components: {
|
||||
actionButton: markRaw(actionButton),
|
||||
EndpointButton: markRaw(EndpointButton)
|
||||
actionButton,
|
||||
EndpointButton
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ import { markRaw } from "vue";
|
|||
export default {
|
||||
name: "ScanViewerModal",
|
||||
components: {
|
||||
OpenSeadragonViewer: markRaw(OpenSeadragonViewer)
|
||||
OpenSeadragonViewer
|
||||
},
|
||||
props: {
|
||||
selectedScan: {
|
||||
|
|
|
|||
|
|
@ -108,9 +108,9 @@ import { eventBus } from "../../eventBus.js";
|
|||
export default {
|
||||
name: "ScanListContent",
|
||||
components: {
|
||||
actionButton: markRaw(actionButton),
|
||||
scanCard: markRaw(scanCard),
|
||||
ScanViewerModal: markRaw(ScanViewerModal)
|
||||
actionButton,
|
||||
scanCard,
|
||||
ScanViewerModal
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ export default {
|
|||
name: "CSMSettings",
|
||||
|
||||
components: {
|
||||
CSMCalibrationSettings: markRaw(CSMCalibrationSettings),
|
||||
miniStreamDisplay: markRaw(miniStreamDisplay),
|
||||
CSMCalibrationSettings,
|
||||
miniStreamDisplay
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -65,8 +65,8 @@ export default {
|
|||
name: "CSMCalibrationSettings",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
matrixDisplay: markRaw(matrixDisplay),
|
||||
ActionButton,
|
||||
matrixDisplay
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@ export default {
|
|||
name: "CameraSettings",
|
||||
|
||||
components: {
|
||||
cameraCalibrationSettings: markRaw(cameraCalibrationSettings),
|
||||
miniStreamDisplay: markRaw(miniStreamDisplay),
|
||||
ServerSpecifiedPropertyControl: markRaw(ServerSpecifiedPropertyControl),
|
||||
cameraCalibrationSettings,
|
||||
miniStreamDisplay,
|
||||
ServerSpecifiedPropertyControl
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ export default {
|
|||
name: "CameraCalibrationSettings",
|
||||
|
||||
components: {
|
||||
ServerSpecifiedActionButton: markRaw(ServerSpecifiedActionButton),
|
||||
ServerSpecifiedActionButton,
|
||||
},
|
||||
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -15,8 +15,8 @@ export default {
|
|||
name: "DisplaySettings",
|
||||
|
||||
components: {
|
||||
streamSettings: markRaw(streamSettings),
|
||||
appSettings: markRaw(appSettings),
|
||||
streamSettings,
|
||||
appSettings
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ export default {
|
|||
name: "StageSettings",
|
||||
|
||||
components: {
|
||||
ActionButton: markRaw(ActionButton),
|
||||
ActionButton
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -76,9 +76,9 @@ export default {
|
|||
name: "SettingsContent",
|
||||
|
||||
components: {
|
||||
tabIcon: markRaw(tabIcon),
|
||||
tabContent: markRaw(tabContent),
|
||||
calibrationWizard: markRaw(calibrationWizard),
|
||||
tabIcon,
|
||||
tabContent,
|
||||
calibrationWizard
|
||||
},
|
||||
|
||||
data: function () {
|
||||
|
|
|
|||
|
|
@ -160,12 +160,12 @@ export default {
|
|||
name: "SlideScanContent",
|
||||
|
||||
components: {
|
||||
streamDisplay: markRaw(streamDisplay),
|
||||
propertyControl: markRaw(propertyControl),
|
||||
actionLogDisplay: markRaw(actionLogDisplay),
|
||||
actionProgressBar: markRaw(actionProgressBar),
|
||||
MiniStreamDisplay: markRaw(MiniStreamDisplay),
|
||||
ActionButton: markRaw(ActionButton),
|
||||
streamDisplay,
|
||||
propertyControl,
|
||||
actionLogDisplay,
|
||||
actionProgressBar,
|
||||
MiniStreamDisplay,
|
||||
ActionButton,
|
||||
},
|
||||
|
||||
data() {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ export default {
|
|||
name: "ViewContent",
|
||||
|
||||
components: {
|
||||
streamDisplay: markRaw(streamDisplay),
|
||||
streamDisplay,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue