minor refactoring, deleting choices.js dependency
This commit is contained in:
parent
ecf4feb870
commit
9eaab851c8
4 changed files with 0 additions and 25 deletions
|
|
@ -1,6 +1,3 @@
|
|||
import 'choices.js/public/assets/styles/choices.min.css'
|
||||
|
||||
// Инициализация состояний для формы "Прибор"
|
||||
const stateInstrument = {
|
||||
фиксация: 'НаМесте',
|
||||
типПрибора: 'Величина',
|
||||
|
|
@ -9,7 +6,6 @@ const stateInstrument = {
|
|||
функции: []
|
||||
};
|
||||
|
||||
// Инициализация состояний для формы "Исполнительный механизм"
|
||||
const stateMechanism = {
|
||||
ручной: false,
|
||||
направление: null as string | null
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
import { connectPoints } from 'diagram-js/lib/layout/ManhattanLayout';
|
||||
import Modeling from 'diagram-js/lib/features/modeling/Modeling';
|
||||
import EventBus from 'diagram-js/lib/core/EventBus';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue