| | |
| | | |
| | | import { computed, nextTick, onMounted, reactive, ref, watchEffect } from 'vue'; |
| | | |
| | | import { useVbenDrawer, useVbenModal } from '../../../../../../packages/effects/common-ui/src'; |
| | | import { useVbenDrawer, useVbenModal } from '@vben/common-ui'; |
| | | import { |
| | | BpmModelFormType, |
| | | BpmNodeTypeEnum, |
| | | ProcessVariableEnum, |
| | | } from '../../../../../../packages/constants/src'; |
| | | import { IconifyIcon } from '../../../../../../packages/icons/src'; |
| | | import { cloneDeep } from '../../../../../../packages/utils/src'; |
| | | } from '@vben/constants'; |
| | | import { IconifyIcon } from '@vben/icons'; |
| | | import { cloneDeep } from '@vben/utils'; |
| | | |
| | | import { |
| | | Button, |