Skip to content

Commit

Permalink
Updates 2023 11 (#3229)
Browse files Browse the repository at this point in the history
* updates

* updates

* updates
  • Loading branch information
mikhailprivalov authored Nov 19, 2023
1 parent 91408f5 commit 11ee0c8
Show file tree
Hide file tree
Showing 7 changed files with 440 additions and 269 deletions.
2 changes: 1 addition & 1 deletion l2-frontend/src/pages/Statistics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ import Component from 'vue-class-component';
import moment from 'moment';
import _ from 'lodash';
// @ts-ignore
import DatePicker from 'v-calendar/lib/components/date-picker.umd';
import DatePicker from 'v-calendar/src/components/DatePicker.vue';
import Treeselect, { ASYNC_SEARCH } from '@riophae/vue-treeselect';
import '@riophae/vue-treeselect/dist/vue-treeselect.css';
Expand Down
2 changes: 1 addition & 1 deletion l2-frontend/src/ui-cards/BiomaterialSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export default class BiomaterialSearch extends Vue {
scannerBuffer: string;
clearTimer: null | number;
clearTimer: null | any;
direction: any;
Expand Down
2 changes: 1 addition & 1 deletion l2-frontend/src/ui-cards/CheckBackend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class CheckBackend extends Vue {
hasError: boolean;
aliveTimer: number | void;
aliveTimer: any | void;
user_data: any;
Expand Down
2 changes: 1 addition & 1 deletion l2-frontend/src/ui-cards/ListWaitCreator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@

<script lang="ts">
import moment from 'moment';
import DatePicker from 'v-calendar/lib/components/date-picker.umd';
import DatePicker from 'v-calendar/src/components/DatePicker.vue';
import Treeselect from '@riophae/vue-treeselect';
import '@riophae/vue-treeselect/dist/vue-treeselect.css';
Expand Down
2 changes: 1 addition & 1 deletion l2-frontend/src/ui-cards/ScreeningDate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
import Vue from 'vue';
import Component from 'vue-class-component';
// @ts-ignore
import DatePicker from 'v-calendar/lib/components/date-picker.umd';
import DatePicker from 'v-calendar/src/components/DatePicker.vue';
import moment from 'moment';
@Component({
Expand Down
591 changes: 381 additions & 210 deletions l2-frontend/yarn.lock

Large diffs are not rendered by default.

108 changes: 54 additions & 54 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 11ee0c8

Please sign in to comment.