style(flowable): 优化流程相关代码的import顺序和代码结构

This commit is contained in:
2025-12-30 15:11:32 +08:00
parent 54cde91aac
commit d1670b79a0
2528 changed files with 7710 additions and 10794 deletions

View File

@@ -1,28 +1,20 @@
// 数据处理
import * as d3 from 'd3';
import { symbol } from 'd3-shape';
import {symbol} from 'd3-shape';
import {
getTypeData,
getTypeDatas,
setMergeTag,
postpartumDays,
getTypeAnimalHeat,
getDrawData,
getDrawCoolData,
degreesOnline,
getType,
getHeartRate,
disconnectEvents,
getBrokenLine,
degreesOnline,
disconnectEvents,
getBrokenLine,
getHeartRate,
getType,
getTypeAnimalHeat,
getTypeData,
getTypeDatas,
postpartumDays,
setMergeTag,
} from './utils';
import {
HEAD_HEIGHT,
LINE_HEIGHT,
TOP_KEYS,
BOTTOM_KEYS,
symbolArrowHeight,
textLeftMargin,
} from './config';
import {BOTTOM_KEYS, HEAD_HEIGHT, LINE_HEIGHT, symbolArrowHeight, textLeftMargin, TOP_KEYS,} from './config';
export const iconDrawObj = {
// 绘制圆形图标
getDrawRoundIcon: ({ content, data, x, y, fill = 'blue', stroke = 'blue', r = 5 }) => {