[CDAP-15410]Port ace editor widget in plugin config from angular to react
- Adds ace-builds to package.json and exports AceEditor to common components to use in pipeline studio
- Adds initial version of AceEditor for react
- Minor modification to widget-container for react components
- Modifies all references of ace editor to new react ace editor
- Minor change to global scope in ts + experiments AceEditor in ts-example experiment path
[CDAP-15368] Modifies the way to programmatically navigate to different parts of the app
- Updates react-router-dom and history npm packages + removes react-router package as it is not being used
- Adds the dlls files post library versions upgrade
- Adds history service to be reused for navigating programmatically in components
- Fixes main.js to use Router with newly craeted history service
- Fixes MicroserviceUpload component to use history.push for navigation
- Modifies various dataprep browsers to use history.push API to programmatically navigate
- Modifies MMDS to use history.push api to programmatically navigate