Skip to content

Commit

Permalink
Merge pull request #27 from LCOGT/feature/move-compose-to-lib
Browse files Browse the repository at this point in the history
Feature/move compose to lib
  • Loading branch information
eheinrich authored Jun 10, 2021
2 parents 656dcb7 + 20086ab commit ba83fe7
Show file tree
Hide file tree
Showing 29 changed files with 2,589 additions and 22,820 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
presets: ['@vue/cli-plugin-babel/preset']
presets: [['@vue/cli-plugin-babel/preset', { useBuiltIns: 'entry' }]]
};
20,436 changes: 1,505 additions & 18,931 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.7",
"bootstrap": "^4.5.3",
"bootstrap-table": "^1.14.2",
"bootstrap-vue": "^2.20.1",
Expand All @@ -22,7 +23,7 @@
"jquery-file-download": "^1.4.6",
"lodash": "^4.17.13",
"moment": "^2.22.1",
"ocs-component-lib": "^0.6.0",
"ocs-component-lib": "^0.7.0",
"pdf-lib": "^1.12.0",
"popper.js": "^1.16.1",
"vis": "4.19.1",
Expand Down
51 changes: 0 additions & 51 deletions src/components/Cadence.vue

This file was deleted.

4 changes: 2 additions & 2 deletions src/components/CoInvestigatorTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
import $ from 'jquery';
import { OCSMixin, OCSUtil } from 'ocs-component-lib';
import { confirmMixin, clearAndSetErrorsMixin } from '@/components/util/utilMixins.js';
import { clearAndSetErrorsMixin } from '@/components/util/utilMixins.js';
export default {
name: 'CoInvestigatorTable',
Expand All @@ -126,7 +126,7 @@ export default {
return OCSUtil.formatFloat(value, precision);
}
},
mixins: [OCSMixin.paginationAndFilteringMixin, confirmMixin, clearAndSetErrorsMixin],
mixins: [OCSMixin.paginationAndFilteringMixin, OCSMixin.confirmMixin, clearAndSetErrorsMixin],
props: {
proposalId: {
type: String,
Expand Down
Loading

0 comments on commit ba83fe7

Please sign in to comment.