cnhis-design-vue 3.1.34-beta.1 → 3.1.34-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +123 -123
- package/es/components/big-table/index.d.ts +1 -0
- package/es/components/big-table/src/BigTable.vue.d.ts +1 -0
- package/es/components/big-table/src/BigTable.vue2.js +17 -5
- package/es/components/big-table/src/components/edit-form/edit-input.js +2 -1
- package/es/components/big-table/src/components/edit-form/edit-select.js +26 -1
- package/es/components/big-table/src/hooks/useEvent.js +3 -4
- package/es/components/fabric-chart/index.d.ts +141 -374
- package/es/components/fabric-chart/src/BirthProcessChart.vue.d.ts +2 -2
- package/es/components/fabric-chart/src/FabricChart.vue.d.ts +142 -374
- package/es/components/fabric-chart/src/FabricChart.vue.js +52 -22
- package/es/components/fabric-chart/src/hooks/index.d.ts +1 -0
- package/es/components/fabric-chart/src/hooks/index.js +1 -0
- package/es/components/fabric-chart/src/hooks/useBirthProcess.js +2 -2
- package/es/components/fabric-chart/src/hooks/useBottom.js +1 -6
- package/es/components/fabric-chart/src/hooks/useCenter.d.ts +4 -18
- package/es/components/fabric-chart/src/hooks/useCenter.js +5 -21
- package/es/components/fabric-chart/src/hooks/useCommon.d.ts +1 -1
- package/es/components/fabric-chart/src/hooks/useCommon.js +2 -2
- package/es/components/fabric-chart/src/hooks/useGrid.js +2 -7
- package/es/components/fabric-chart/src/hooks/useLeft.d.ts +2 -1
- package/es/components/fabric-chart/src/hooks/useLeft.js +22 -28
- package/es/components/fabric-chart/src/hooks/useOther.js +1 -6
- package/es/components/fabric-chart/src/hooks/useRight.js +13 -18
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.d.ts +25 -0
- package/es/components/fabric-chart/src/hooks/useTemperatureChart.js +339 -0
- package/es/components/fabric-chart/src/hooks/useTop.js +1 -6
- package/es/components/iho-table/index.d.ts +6 -0
- package/es/components/iho-table/index.js +1 -1
- package/es/components/iho-table/src/IhoTable.vue.d.ts +6 -0
- package/es/components/iho-table/src/IhoTable.vue.js +12 -1
- package/es/components/iho-table/src/components/IhoTableColumn.js +1 -1
- package/es/components/iho-table/src/constants/index.d.ts +6 -0
- package/es/components/iho-table/src/constants/index.js +9 -7
- package/es/components/iho-table/src/hooks/tapHooks/index.d.ts +1 -1
- package/es/components/iho-table/src/hooks/tapHooks/index.js +4 -4
- package/es/components/iho-table/src/plugins/defaultConfigPlugin/index.js +19 -7
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.d.ts +12 -0
- package/es/components/iho-table/src/plugins/filterPlugin/filter.vue.js +58 -25
- package/es/components/iho-table/src/plugins/filterPlugin/index.js +56 -55
- package/es/components/iho-table/src/plugins/lowCodeFieldAdaptorPlugin/index.js +12 -7
- package/es/components/iho-table/src/plugins/virtualTreePlugin/index.js +10 -3
- package/es/components/iho-table/src/types/index.d.ts +8 -3
- package/es/components/iho-table/src/utils/index.d.ts +6 -0
- package/es/components/iho-table/src/utils/index.js +16 -2
- package/es/components/iho-table/style/index.css +1 -1
- package/es/components/index.css +1 -1
- package/es/shared/assets/img/failure.js +1 -1
- package/es/shared/assets/img/failure.png.js +1 -1
- package/es/shared/assets/img/icon-asc.js +1 -1
- package/es/shared/assets/img/icon-desc.js +1 -1
- package/es/shared/assets/img/no-permission.js +1 -1
- package/es/shared/assets/img/no-permission.png.js +1 -1
- package/es/shared/assets/img/nodata.js +1 -1
- package/es/shared/assets/img/nodata.png.js +1 -1
- package/es/shared/assets/img/notfound.js +1 -1
- package/es/shared/assets/img/notfound.png.js +1 -1
- package/es/shared/assets/img/qr.js +1 -1
- package/es/shared/assets/img/qr.png.js +1 -1
- package/es/shared/assets/img/success.js +1 -1
- package/es/shared/assets/img/success.png.js +1 -1
- package/es/shared/assets/img/video.js +1 -1
- package/es/shared/assets/img/video.png.js +1 -1
- package/es/shared/assets/img/video_default_cover.js +1 -1
- package/es/shared/assets/img/video_default_cover.png.js +1 -1
- package/es/shared/assets/img/video_hover.js +1 -1
- package/es/shared/assets/img/video_play_hover.js +1 -1
- package/es/shared/assets/img/xb_big.js +1 -1
- package/es/shared/assets/img/xb_big.png.js +1 -1
- package/es/shared/assets/img/xb_small.js +1 -1
- package/es/shared/assets/img/xb_small.png.js +1 -1
- package/es/shared/types/index.d.ts +1 -0
- package/package.json +2 -2
- package/es/components/bpmn-workflow/src/BpmnWorkflow.d.ts +0 -0
- package/es/components/bpmn-workflow/types/BpmnViewer.d.ts +0 -1
- package/es/components/bpmn-workflow/types/ModelingModule.d.ts +0 -1
- package/es/components/bpmn-workflow/types/MoveCanvasModule.d.ts +0 -1
- package/es/components/fabric-chart/src/BirthProcessChart.vue.js +0 -172
- package/es/components/fabric-chart/src/TemperatureChart.vue.d.ts +0 -214
- package/es/components/fabric-chart/src/TemperatureChart.vue.js +0 -355
- package/es/components/fabric-chart/src/utils/index.d.ts +0 -6823
- package/es/shared/components/VueDraggable/src/vuedraggable.d.ts +0 -86
- package/es/shared/utils/tapable/index.d.ts +0 -139
|
@@ -4,412 +4,179 @@ declare const FabricChart: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4
4
|
type: import("vue").PropType<import("./src/interface").IMode>;
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
|
+
data: {
|
|
8
|
+
type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
addRenderItem: {
|
|
12
|
+
type: FunctionConstructor;
|
|
13
|
+
};
|
|
7
14
|
}, {
|
|
8
15
|
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
9
16
|
mode: {
|
|
10
17
|
type: import("vue").PropType<import("./src/interface").IMode>;
|
|
11
18
|
default: string;
|
|
12
19
|
};
|
|
13
|
-
}>> & {}>>;
|
|
14
|
-
isTemperature: import("vue").ComputedRef<boolean>;
|
|
15
|
-
fabricChartRef: import("vue").Ref<any>;
|
|
16
|
-
redrawPoints: () => void;
|
|
17
|
-
select: (key: string) => void;
|
|
18
|
-
canvas: any;
|
|
19
|
-
TemperatureChart: import("vue").DefineComponent<{
|
|
20
20
|
data: {
|
|
21
|
-
type: import("vue").PropType<import("
|
|
21
|
+
type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
|
|
22
22
|
required: true;
|
|
23
23
|
};
|
|
24
24
|
addRenderItem: {
|
|
25
25
|
type: FunctionConstructor;
|
|
26
26
|
};
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
canvas: import("vue").Ref<any>;
|
|
46
|
-
dateHeight: import("vue").ComputedRef<number>;
|
|
47
|
-
hospitalDaysHeight: import("vue").ComputedRef<number>;
|
|
48
|
-
operationDaysHeight: import("vue").ComputedRef<number>;
|
|
49
|
-
xScalevalueHeight: import("vue").ComputedRef<number>;
|
|
50
|
-
breathingHeight: import("vue").ComputedRef<any>;
|
|
51
|
-
gridXNumber: import("vue").ComputedRef<number>;
|
|
52
|
-
gridYNumber: import("vue").ComputedRef<number>;
|
|
53
|
-
endX: import("vue").ComputedRef<number>;
|
|
54
|
-
endXLimit: import("vue").ComputedRef<number>;
|
|
55
|
-
originX: import("vue").ComputedRef<any>;
|
|
56
|
-
endY: import("vue").ComputedRef<number>;
|
|
57
|
-
originY: import("vue").ComputedRef<number>;
|
|
58
|
-
originYLimit: import("vue").ComputedRef<number>;
|
|
59
|
-
xCellWidth: import("vue").ComputedRef<number>;
|
|
60
|
-
yCellHeight: import("vue").ComputedRef<number>;
|
|
61
|
-
iconsWidth: import("vue").ComputedRef<any>;
|
|
62
|
-
xScaleList: import("vue").ComputedRef<any[]>;
|
|
63
|
-
breatheYCell: import("vue").ComputedRef<number>;
|
|
64
|
-
pulseYCell: import("vue").ComputedRef<number>;
|
|
65
|
-
temperatureYCell: import("vue").ComputedRef<number>;
|
|
66
|
-
painYCell: import("vue").ComputedRef<number>;
|
|
67
|
-
event: import("vue").ComputedRef<any>;
|
|
68
|
-
itemList: import("vue").ComputedRef<any[]>;
|
|
69
|
-
painIndex: import("vue").ComputedRef<number>;
|
|
70
|
-
painHeight: import("vue").ComputedRef<number>;
|
|
71
|
-
painOriginY: import("vue").ComputedRef<{
|
|
72
|
-
originY: number;
|
|
73
|
-
endY: number;
|
|
74
|
-
}>;
|
|
75
|
-
vitalSignsOriginY: import("vue").ComputedRef<{
|
|
76
|
-
originY: number;
|
|
77
|
-
endY: number;
|
|
78
|
-
}>;
|
|
79
|
-
topList: import("vue").ComputedRef<import("./src/interface").IDate[]>;
|
|
80
|
-
getRightInfo: import("vue").ComputedRef<any>;
|
|
81
|
-
propItems: any;
|
|
82
|
-
computedYCell: (type: import("./src/interface").IPointType) => number;
|
|
83
|
-
cumputedX: (value: string | number, setAllCenter?: boolean) => any;
|
|
84
|
-
cumputedY: (type: import("./src/interface").IPointType, scaleValueList: number[], value: string | number) => number;
|
|
85
|
-
getXValue: (pointX: number) => string | undefined;
|
|
86
|
-
getYValue: (type: import("./src/interface").IPointType, pointY: number) => number;
|
|
87
|
-
setPopup: (point: any) => void;
|
|
88
|
-
isAddPoint: (x: number) => boolean;
|
|
89
|
-
updateData: (params: any, mode?: string) => void;
|
|
90
|
-
redrawPoints: () => void;
|
|
91
|
-
pointTipProps: {
|
|
92
|
-
show: boolean;
|
|
93
|
-
point: {
|
|
94
|
-
x: number;
|
|
95
|
-
y: number;
|
|
96
|
-
};
|
|
97
|
-
list: string[];
|
|
27
|
+
}>> & {
|
|
28
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
29
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
30
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
32
|
+
}>>;
|
|
33
|
+
emits: (event: "delete" | "change" | "add" | "select", ...args: any[]) => void;
|
|
34
|
+
isTemperature: import("vue").ComputedRef<boolean>;
|
|
35
|
+
canvasRef: any;
|
|
36
|
+
canvas: import("vue").Ref<any>;
|
|
37
|
+
propItems: any;
|
|
38
|
+
redrawPoints: import("vue").Ref<any>;
|
|
39
|
+
select: import("vue").Ref<any>;
|
|
40
|
+
pointTipProps: {
|
|
41
|
+
show: boolean;
|
|
42
|
+
point: {
|
|
43
|
+
x: number;
|
|
44
|
+
y: number;
|
|
98
45
|
};
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
target: any;
|
|
46
|
+
list: string[];
|
|
47
|
+
};
|
|
48
|
+
pointMenuProps: {
|
|
49
|
+
show: boolean;
|
|
50
|
+
point: {
|
|
51
|
+
x: number;
|
|
52
|
+
y: number;
|
|
107
53
|
};
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
type: BooleanConstructor;
|
|
116
|
-
required: true;
|
|
117
|
-
default: boolean;
|
|
118
|
-
};
|
|
119
|
-
point: {
|
|
120
|
-
type: null;
|
|
121
|
-
required: true;
|
|
122
|
-
};
|
|
123
|
-
list: {
|
|
124
|
-
type: ArrayConstructor;
|
|
125
|
-
required: false;
|
|
126
|
-
default: () => never[];
|
|
127
|
-
};
|
|
128
|
-
propItems: {
|
|
129
|
-
type: null;
|
|
130
|
-
required: true;
|
|
131
|
-
};
|
|
132
|
-
}, {
|
|
133
|
-
props: {
|
|
134
|
-
show: boolean;
|
|
135
|
-
point: import("./src/interface").ICoordinateValue;
|
|
136
|
-
list: string[];
|
|
137
|
-
propItems: import("../../../es/shared/types").AnyObject;
|
|
138
|
-
};
|
|
139
|
-
pointStyle: import("vue").ComputedRef<{
|
|
140
|
-
top: string;
|
|
141
|
-
bottom: string;
|
|
142
|
-
left: string;
|
|
143
|
-
right: string;
|
|
144
|
-
'transform-origin': string;
|
|
145
|
-
}>;
|
|
146
|
-
Teleport: {
|
|
147
|
-
new (): {
|
|
148
|
-
$props: import("vue").VNodeProps & import("vue").TeleportProps;
|
|
149
|
-
};
|
|
150
|
-
__isTeleport: true;
|
|
151
|
-
};
|
|
152
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
153
|
-
show: {
|
|
154
|
-
type: BooleanConstructor;
|
|
155
|
-
required: true;
|
|
156
|
-
default: boolean;
|
|
157
|
-
};
|
|
158
|
-
point: {
|
|
159
|
-
type: null;
|
|
160
|
-
required: true;
|
|
161
|
-
};
|
|
162
|
-
list: {
|
|
163
|
-
type: ArrayConstructor;
|
|
164
|
-
required: false;
|
|
165
|
-
default: () => never[];
|
|
166
|
-
};
|
|
167
|
-
propItems: {
|
|
168
|
-
type: null;
|
|
169
|
-
required: true;
|
|
170
|
-
};
|
|
171
|
-
}>>, {
|
|
172
|
-
list: unknown[];
|
|
173
|
-
}>;
|
|
174
|
-
PopupMenu: import("vue").DefineComponent<{
|
|
175
|
-
show: {
|
|
176
|
-
type: BooleanConstructor;
|
|
177
|
-
default: boolean;
|
|
178
|
-
};
|
|
179
|
-
list: {
|
|
180
|
-
type: ArrayConstructor;
|
|
181
|
-
default: () => never[];
|
|
182
|
-
};
|
|
183
|
-
point: {
|
|
184
|
-
type: import("vue").PropType<import("./src/interface").ICoordinateValue>;
|
|
185
|
-
};
|
|
186
|
-
propItems: {
|
|
187
|
-
type: import("vue").PropType<import("./src/interface").IPropItems>;
|
|
188
|
-
};
|
|
189
|
-
target: {
|
|
190
|
-
type: import("vue").PropType<any>;
|
|
191
|
-
};
|
|
192
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:show" | "clickMenu")[], "clickMenu" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
193
|
-
show: {
|
|
194
|
-
type: BooleanConstructor;
|
|
195
|
-
default: boolean;
|
|
196
|
-
};
|
|
197
|
-
list: {
|
|
198
|
-
type: ArrayConstructor;
|
|
199
|
-
default: () => never[];
|
|
200
|
-
};
|
|
201
|
-
point: {
|
|
202
|
-
type: import("vue").PropType<import("./src/interface").ICoordinateValue>;
|
|
203
|
-
};
|
|
204
|
-
propItems: {
|
|
205
|
-
type: import("vue").PropType<import("./src/interface").IPropItems>;
|
|
206
|
-
};
|
|
207
|
-
target: {
|
|
208
|
-
type: import("vue").PropType<any>;
|
|
209
|
-
};
|
|
210
|
-
}>> & {
|
|
211
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
212
|
-
onClickMenu?: ((...args: any[]) => any) | undefined;
|
|
213
|
-
}, {
|
|
214
|
-
show: boolean;
|
|
215
|
-
list: unknown[];
|
|
216
|
-
}>;
|
|
217
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "add" | "select")[], "change" | "add" | "select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
218
|
-
data: {
|
|
219
|
-
type: import("vue").PropType<import("./src/interface").IData>;
|
|
54
|
+
list: any[];
|
|
55
|
+
target: any;
|
|
56
|
+
};
|
|
57
|
+
clickMenu: import("vue").Ref<any>;
|
|
58
|
+
PopupTip: import("vue").DefineComponent<{
|
|
59
|
+
show: {
|
|
60
|
+
type: BooleanConstructor;
|
|
220
61
|
required: true;
|
|
62
|
+
default: boolean;
|
|
221
63
|
};
|
|
222
|
-
|
|
223
|
-
type:
|
|
64
|
+
point: {
|
|
65
|
+
type: null;
|
|
66
|
+
required: true;
|
|
224
67
|
};
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
type: import("vue").PropType<import("./src/interface").IBirthProcessData>;
|
|
68
|
+
list: {
|
|
69
|
+
type: ArrayConstructor;
|
|
70
|
+
required: false;
|
|
71
|
+
default: () => never[];
|
|
72
|
+
};
|
|
73
|
+
propItems: {
|
|
74
|
+
type: null;
|
|
233
75
|
required: true;
|
|
234
76
|
};
|
|
235
77
|
}, {
|
|
236
|
-
props:
|
|
237
|
-
data: {
|
|
238
|
-
type: import("vue").PropType<import("./src/interface").IBirthProcessData>;
|
|
239
|
-
required: true;
|
|
240
|
-
};
|
|
241
|
-
}>> & {
|
|
242
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
243
|
-
onSelect?: ((...args: any[]) => any) | undefined;
|
|
244
|
-
onAdd?: ((...args: any[]) => any) | undefined;
|
|
245
|
-
onDelete?: ((...args: any[]) => any) | undefined;
|
|
246
|
-
}>>;
|
|
247
|
-
emits: (event: "delete" | "change" | "add" | "select", ...args: any[]) => void;
|
|
248
|
-
leftScales: import("vue").ComputedRef<import("../../../es/shared/types").AnyObject[]>;
|
|
249
|
-
rightScales: import("vue").ComputedRef<import("../../../es/shared/types").AnyObject[]>;
|
|
250
|
-
leftAddAreaWidth: number;
|
|
251
|
-
rightAddAreaWidth: import("vue").ComputedRef<0 | 30>;
|
|
252
|
-
originX: import("vue").ComputedRef<number>;
|
|
253
|
-
endX: import("vue").ComputedRef<number>;
|
|
254
|
-
gridXNumber: import("vue").ComputedRef<any>;
|
|
255
|
-
gridYNumber: import("vue").ComputedRef<any>;
|
|
256
|
-
xCellWidth: import("vue").ComputedRef<number>;
|
|
257
|
-
yCellHeight: import("vue").ComputedRef<number>;
|
|
258
|
-
originY: import("vue").ComputedRef<number>;
|
|
259
|
-
originYCervix: import("vue").ComputedRef<number>;
|
|
260
|
-
endY: import("vue").ComputedRef<number>;
|
|
261
|
-
startTime: import("vue").ComputedRef<number>;
|
|
262
|
-
timeXCell: import("vue").ComputedRef<number>;
|
|
263
|
-
cervixYCell: import("vue").ComputedRef<number>;
|
|
264
|
-
FHRYCell: import("vue").ComputedRef<number>;
|
|
265
|
-
fetalPresentationYCell: import("vue").ComputedRef<number>;
|
|
266
|
-
event: import("vue").ComputedRef<any>;
|
|
267
|
-
select: import("vue").Ref<any>;
|
|
268
|
-
canvasRef: any;
|
|
269
|
-
canvas: import("vue").Ref<any>;
|
|
270
|
-
propItems: any;
|
|
271
|
-
pointTipProps: {
|
|
78
|
+
props: {
|
|
272
79
|
show: boolean;
|
|
273
|
-
point:
|
|
274
|
-
x: number;
|
|
275
|
-
y: number;
|
|
276
|
-
};
|
|
80
|
+
point: import("./src/interface").ICoordinateValue;
|
|
277
81
|
list: string[];
|
|
82
|
+
propItems: import("../../../es/shared/types").AnyObject;
|
|
278
83
|
};
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
list: any[];
|
|
286
|
-
target: any;
|
|
287
|
-
};
|
|
288
|
-
clickMenu: ({ item, target }: {
|
|
289
|
-
item: any;
|
|
290
|
-
target: any;
|
|
291
|
-
}) => void;
|
|
292
|
-
PopupTip: import("vue").DefineComponent<{
|
|
293
|
-
show: {
|
|
294
|
-
type: BooleanConstructor;
|
|
295
|
-
required: true;
|
|
296
|
-
default: boolean;
|
|
297
|
-
};
|
|
298
|
-
point: {
|
|
299
|
-
type: null;
|
|
300
|
-
required: true;
|
|
301
|
-
};
|
|
302
|
-
list: {
|
|
303
|
-
type: ArrayConstructor;
|
|
304
|
-
required: false;
|
|
305
|
-
default: () => never[];
|
|
306
|
-
};
|
|
307
|
-
propItems: {
|
|
308
|
-
type: null;
|
|
309
|
-
required: true;
|
|
310
|
-
};
|
|
311
|
-
}, {
|
|
312
|
-
props: {
|
|
313
|
-
show: boolean;
|
|
314
|
-
point: import("./src/interface").ICoordinateValue;
|
|
315
|
-
list: string[];
|
|
316
|
-
propItems: import("../../../es/shared/types").AnyObject;
|
|
317
|
-
};
|
|
318
|
-
pointStyle: import("vue").ComputedRef<{
|
|
319
|
-
top: string;
|
|
320
|
-
bottom: string;
|
|
321
|
-
left: string;
|
|
322
|
-
right: string;
|
|
323
|
-
'transform-origin': string;
|
|
324
|
-
}>;
|
|
325
|
-
Teleport: {
|
|
326
|
-
new (): {
|
|
327
|
-
$props: import("vue").VNodeProps & import("vue").TeleportProps;
|
|
328
|
-
};
|
|
329
|
-
__isTeleport: true;
|
|
330
|
-
};
|
|
331
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
332
|
-
show: {
|
|
333
|
-
type: BooleanConstructor;
|
|
334
|
-
required: true;
|
|
335
|
-
default: boolean;
|
|
336
|
-
};
|
|
337
|
-
point: {
|
|
338
|
-
type: null;
|
|
339
|
-
required: true;
|
|
340
|
-
};
|
|
341
|
-
list: {
|
|
342
|
-
type: ArrayConstructor;
|
|
343
|
-
required: false;
|
|
344
|
-
default: () => never[];
|
|
345
|
-
};
|
|
346
|
-
propItems: {
|
|
347
|
-
type: null;
|
|
348
|
-
required: true;
|
|
349
|
-
};
|
|
350
|
-
}>>, {
|
|
351
|
-
list: unknown[];
|
|
84
|
+
pointStyle: import("vue").ComputedRef<{
|
|
85
|
+
top: string;
|
|
86
|
+
bottom: string;
|
|
87
|
+
left: string;
|
|
88
|
+
right: string;
|
|
89
|
+
'transform-origin': string;
|
|
352
90
|
}>;
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
default: boolean;
|
|
357
|
-
};
|
|
358
|
-
list: {
|
|
359
|
-
type: ArrayConstructor;
|
|
360
|
-
default: () => never[];
|
|
361
|
-
};
|
|
362
|
-
point: {
|
|
363
|
-
type: import("vue").PropType<import("./src/interface").ICoordinateValue>;
|
|
364
|
-
};
|
|
365
|
-
propItems: {
|
|
366
|
-
type: import("vue").PropType<import("./src/interface").IPropItems>;
|
|
367
|
-
};
|
|
368
|
-
target: {
|
|
369
|
-
type: import("vue").PropType<any>;
|
|
91
|
+
Teleport: {
|
|
92
|
+
new (): {
|
|
93
|
+
$props: import("vue").VNodeProps & import("vue").TeleportProps;
|
|
370
94
|
};
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
list: {
|
|
377
|
-
type: ArrayConstructor;
|
|
378
|
-
default: () => never[];
|
|
379
|
-
};
|
|
380
|
-
point: {
|
|
381
|
-
type: import("vue").PropType<import("./src/interface").ICoordinateValue>;
|
|
382
|
-
};
|
|
383
|
-
propItems: {
|
|
384
|
-
type: import("vue").PropType<import("./src/interface").IPropItems>;
|
|
385
|
-
};
|
|
386
|
-
target: {
|
|
387
|
-
type: import("vue").PropType<any>;
|
|
388
|
-
};
|
|
389
|
-
}>> & {
|
|
390
|
-
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
391
|
-
onClickMenu?: ((...args: any[]) => any) | undefined;
|
|
392
|
-
}, {
|
|
393
|
-
show: boolean;
|
|
394
|
-
list: unknown[];
|
|
395
|
-
}>;
|
|
396
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "change" | "add" | "select")[], "delete" | "change" | "add" | "select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
397
|
-
data: {
|
|
398
|
-
type: import("vue").PropType<import("./src/interface").IBirthProcessData>;
|
|
95
|
+
__isTeleport: true;
|
|
96
|
+
};
|
|
97
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
|
+
show: {
|
|
99
|
+
type: BooleanConstructor;
|
|
399
100
|
required: true;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
103
|
+
point: {
|
|
104
|
+
type: null;
|
|
105
|
+
required: true;
|
|
106
|
+
};
|
|
107
|
+
list: {
|
|
108
|
+
type: ArrayConstructor;
|
|
109
|
+
required: false;
|
|
110
|
+
default: () => never[];
|
|
111
|
+
};
|
|
112
|
+
propItems: {
|
|
113
|
+
type: null;
|
|
114
|
+
required: true;
|
|
115
|
+
};
|
|
116
|
+
}>>, {
|
|
117
|
+
list: unknown[];
|
|
118
|
+
}>;
|
|
119
|
+
PopupMenu: import("vue").DefineComponent<{
|
|
120
|
+
show: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
124
|
+
list: {
|
|
125
|
+
type: ArrayConstructor;
|
|
126
|
+
default: () => never[];
|
|
127
|
+
};
|
|
128
|
+
point: {
|
|
129
|
+
type: import("vue").PropType<import("./src/interface").ICoordinateValue>;
|
|
130
|
+
};
|
|
131
|
+
propItems: {
|
|
132
|
+
type: import("vue").PropType<import("./src/interface").IPropItems>;
|
|
133
|
+
};
|
|
134
|
+
target: {
|
|
135
|
+
type: import("vue").PropType<any>;
|
|
136
|
+
};
|
|
137
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:show" | "clickMenu")[], "clickMenu" | "update:show", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
138
|
+
show: {
|
|
139
|
+
type: BooleanConstructor;
|
|
140
|
+
default: boolean;
|
|
141
|
+
};
|
|
142
|
+
list: {
|
|
143
|
+
type: ArrayConstructor;
|
|
144
|
+
default: () => never[];
|
|
145
|
+
};
|
|
146
|
+
point: {
|
|
147
|
+
type: import("vue").PropType<import("./src/interface").ICoordinateValue>;
|
|
148
|
+
};
|
|
149
|
+
propItems: {
|
|
150
|
+
type: import("vue").PropType<import("./src/interface").IPropItems>;
|
|
151
|
+
};
|
|
152
|
+
target: {
|
|
153
|
+
type: import("vue").PropType<any>;
|
|
400
154
|
};
|
|
401
155
|
}>> & {
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
}
|
|
156
|
+
"onUpdate:show"?: ((...args: any[]) => any) | undefined;
|
|
157
|
+
onClickMenu?: ((...args: any[]) => any) | undefined;
|
|
158
|
+
}, {
|
|
159
|
+
show: boolean;
|
|
160
|
+
list: unknown[];
|
|
161
|
+
}>;
|
|
162
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("delete" | "change" | "add" | "select")[], "delete" | "change" | "add" | "select", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
408
163
|
mode: {
|
|
409
164
|
type: import("vue").PropType<import("./src/interface").IMode>;
|
|
410
165
|
default: string;
|
|
411
166
|
};
|
|
412
|
-
|
|
167
|
+
data: {
|
|
168
|
+
type: import("vue").PropType<import("../../../es/shared/types").AnyObject>;
|
|
169
|
+
required: true;
|
|
170
|
+
};
|
|
171
|
+
addRenderItem: {
|
|
172
|
+
type: FunctionConstructor;
|
|
173
|
+
};
|
|
174
|
+
}>> & {
|
|
175
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
176
|
+
onSelect?: ((...args: any[]) => any) | undefined;
|
|
177
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
178
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
179
|
+
}, {
|
|
413
180
|
mode: import("./src/interface").IMode;
|
|
414
181
|
}>>;
|
|
415
182
|
export default FabricChart;
|
|
@@ -15,8 +15,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15
15
|
}>> & {
|
|
16
16
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
18
|
-
onAdd?: ((...args: any[]) => any) | undefined;
|
|
19
18
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
}>>;
|
|
21
21
|
emits: (event: "delete" | "change" | "add" | "select", ...args: any[]) => void;
|
|
22
22
|
leftScales: import("vue").ComputedRef<AnyObject[]>;
|
|
@@ -175,7 +175,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
175
175
|
}>> & {
|
|
176
176
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
177
177
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
178
|
-
onAdd?: ((...args: any[]) => any) | undefined;
|
|
179
178
|
onDelete?: ((...args: any[]) => any) | undefined;
|
|
179
|
+
onAdd?: ((...args: any[]) => any) | undefined;
|
|
180
180
|
}, {}>;
|
|
181
181
|
export default _default;
|