@kengic/vue 0.31.4 → 0.31.6-beta.0
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/CHANGELOG.md +9 -3
- package/dist/kengic-vue.js +27438 -27435
- package/dist/src/component/KgButton/KgButton.store.d.ts +5 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +3 -0
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +4 -3
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +2 -2
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +29 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +12 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +134 -134
- package/dist/src/component/KgTable/KgTable.model.d.ts +1 -3
- package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts → KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts} +1 -1
- package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts → KgVarConfig.Modal.Table.VarGridMaster.service.d.ts} +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
- package/dist/src/model/index.d.ts +33 -30
- package/dist/src/util/kg.util.d.ts +5 -37
- package/package.json +1 -1
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.VarButton.d.ts → KgVarConfig.Modal.Button.VarButton.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts → KgVarConfig.Modal.Button.VarButtonConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/button/KgVarConfig.Modal.Button.d.ts → KgVarConfig.Modal.Button.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/child/KgVarConfig.Modal.Child.d.ts → KgVarConfig.Modal.Child.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts → KgVarConfig.Modal.Search.VarProfileConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts → KgVarConfig.Modal.Search.VarProfileMaster.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/search/KgVarConfig.Modal.Search.d.ts → KgVarConfig.Modal.Search.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts → KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts → KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/submit/KgVarConfig.Modal.Submit.d.ts → KgVarConfig.Modal.Submit.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts → KgVarConfig.Modal.Table.VarGridConfig.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts → KgVarConfig.Modal.Table.VarGridMaster.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/table/KgVarConfig.Modal.Table.d.ts → KgVarConfig.Modal.Table.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts → KgVarConfig.Modal.Var.VarConfigControl.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts → KgVarConfig.Modal.Var.VarConfigDescription.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts → KgVarConfig.Modal.Var.VarConfigInput.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts → KgVarConfig.Modal.Var.VarConfigLookup.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts → KgVarConfig.Modal.Var.VarConfigPossibility.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts → KgVarConfig.Modal.Var.VarConfigTip.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/var/KgVarConfig.Modal.Var.VarVariable.d.ts → KgVarConfig.Modal.Var.VarVariable.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/KgVarConfig.SelectFormIdModal.d.ts → KgVarConfig.SelectFormIdModal.d.ts} +0 -0
- /package/dist/src/component/KgVarConfig/{components/KgVarConfigModal.d.ts → KgVarConfigModal.d.ts} +0 -0
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { VarButton } from '../../api/WMS/models';
|
|
2
|
-
import {
|
|
2
|
+
import { IKgStoreDefinition, IKgVarButtonProperties, KG__VAR_BUTTON__TYPE } from '../../model';
|
|
3
3
|
export interface IUseKgButtonStoreGetters {
|
|
4
|
+
/**
|
|
5
|
+
* 当前按钮--额外属性.
|
|
6
|
+
*/
|
|
7
|
+
$CurrentButton$Properties: IKgVarButtonProperties;
|
|
4
8
|
/**
|
|
5
9
|
* <p>当前按钮.</p>
|
|
6
10
|
* <p>同一时间最多只会有一个按钮处于「正在执行」状态, 比如点击了创建按钮, 则当前按钮就是创建按钮.</p>
|
|
@@ -12,6 +12,9 @@ export declare const getProps: () => {
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare type KgCanvasToolbarButtonFullscreenProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
15
|
+
/**
|
|
16
|
+
* 画布--工具按钮--全屏.
|
|
17
|
+
*/
|
|
15
18
|
export declare const KgCanvasToolbarButtonFullscreen: import("vue").DefineComponent<{
|
|
16
19
|
/**
|
|
17
20
|
* 是否显示文本.
|
|
@@ -2,6 +2,9 @@ import { ExtractPropTypes } from 'vue';
|
|
|
2
2
|
import './KgCanvas.css';
|
|
3
3
|
export declare const getProps: () => any;
|
|
4
4
|
export declare type IKgCanvasToolbarButtonModeProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
5
|
+
/**
|
|
6
|
+
* 画布--工具按钮--交互模式.
|
|
7
|
+
*/
|
|
5
8
|
export declare const KgCanvasToolbarButtonMode: import("vue").DefineComponent<any, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
|
|
6
9
|
[x: string]: any;
|
|
7
10
|
}>;
|
|
@@ -12,6 +12,9 @@ export declare const getProps: () => {
|
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
export declare type KgCanvasToolbarButtonOverviewScaleProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
15
|
+
/**
|
|
16
|
+
* 画布--工具按钮--纵览比例.
|
|
17
|
+
*/
|
|
15
18
|
export declare const KgCanvasToolbarButtonOverviewScale: import("vue").DefineComponent<{
|
|
16
19
|
/**
|
|
17
20
|
* 是否显示文本.
|
|
@@ -10,6 +10,9 @@ export declare const getProps: () => {
|
|
|
10
10
|
kgMouseEvent: PropType<MouseEvent>;
|
|
11
11
|
};
|
|
12
12
|
export declare type KgCanvasTooltipProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
13
|
+
/**
|
|
14
|
+
* 画布--提示文本.
|
|
15
|
+
*/
|
|
13
16
|
export declare const KgCanvasTooltip: import("vue").DefineComponent<{
|
|
14
17
|
kgElement: PropType<Q.Element<any>>;
|
|
15
18
|
kgElementUi: PropType<Q.ElementUI>;
|
|
@@ -6,7 +6,7 @@ export declare const getProps: () => {
|
|
|
6
6
|
*/
|
|
7
7
|
id: {
|
|
8
8
|
type: PropType<string>;
|
|
9
|
-
|
|
9
|
+
default: string;
|
|
10
10
|
};
|
|
11
11
|
/**
|
|
12
12
|
* 画布--右键菜单--重新加载--是否可用.
|
|
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
81
81
|
*/
|
|
82
82
|
id: {
|
|
83
83
|
type: PropType<string>;
|
|
84
|
-
|
|
84
|
+
default: string;
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
87
|
* 画布--右键菜单--重新加载--是否可用.
|
|
@@ -154,7 +154,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
154
|
*/
|
|
155
155
|
id: {
|
|
156
156
|
type: PropType<string>;
|
|
157
|
-
|
|
157
|
+
default: string;
|
|
158
158
|
};
|
|
159
159
|
/**
|
|
160
160
|
* 画布--右键菜单--重新加载--是否可用.
|
|
@@ -222,6 +222,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
222
222
|
default: boolean;
|
|
223
223
|
};
|
|
224
224
|
}>>, {
|
|
225
|
+
id: string;
|
|
225
226
|
kg$ContextMenu$Reload$IsAvailable: boolean;
|
|
226
227
|
kg$KgCanvasToolbarButtonMode$IsAvailable: boolean;
|
|
227
228
|
kgIsEditable: boolean;
|
|
@@ -3,7 +3,7 @@ import { IKgCanvas$EventListener$onClick, IKgCanvas$EventListener$onContextMenuC
|
|
|
3
3
|
import { buildKgCanvasStore } from './KgCanvas.store';
|
|
4
4
|
export declare type IUseKgCanvas = {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 唯一标识.
|
|
7
7
|
*/
|
|
8
8
|
id: string;
|
|
9
9
|
/**
|
|
@@ -95,6 +95,6 @@ export declare type IUseKgCanvas = {
|
|
|
95
95
|
} & ReturnType<ReturnType<typeof buildKgCanvasStore>>;
|
|
96
96
|
/**
|
|
97
97
|
*
|
|
98
|
-
* @param id 唯一标识.
|
|
98
|
+
* @param id 唯一标识. 默认为 ''.
|
|
99
99
|
*/
|
|
100
100
|
export declare function useKgCanvas(id?: string | null | undefined): IUseKgCanvas;
|
|
@@ -6,4 +6,4 @@ export interface IUseKgCanvasStoreActions {
|
|
|
6
6
|
get$graph(): Q.Graph | null;
|
|
7
7
|
set$graph(value: Q.Graph | null | undefined): void;
|
|
8
8
|
}
|
|
9
|
-
export declare function buildKgCanvasStore(id: string
|
|
9
|
+
export declare function buildKgCanvasStore(id: string): IKgStoreDefinition<IUseKgCanvasStoreGetters, IUseKgCanvasStoreActions>;
|
|
@@ -1,5 +1,33 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
1
2
|
import './KgCircularShuttleMonitor.css';
|
|
3
|
+
export declare const getProps: () => {
|
|
4
|
+
/**
|
|
5
|
+
* 该组件实例的唯一标识.
|
|
6
|
+
*/
|
|
7
|
+
id: {
|
|
8
|
+
type: PropType<string>;
|
|
9
|
+
default: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
2
12
|
/**
|
|
3
13
|
* 环形穿梭车可视化.
|
|
4
14
|
*/
|
|
5
|
-
export declare const KgCircularShuttleMonitor: import("vue").DefineComponent<{
|
|
15
|
+
export declare const KgCircularShuttleMonitor: import("vue").DefineComponent<{
|
|
16
|
+
/**
|
|
17
|
+
* 该组件实例的唯一标识.
|
|
18
|
+
*/
|
|
19
|
+
id: {
|
|
20
|
+
type: PropType<string>;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
+
/**
|
|
25
|
+
* 该组件实例的唯一标识.
|
|
26
|
+
*/
|
|
27
|
+
id: {
|
|
28
|
+
type: PropType<string>;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
}>>, {
|
|
32
|
+
id: string;
|
|
33
|
+
}>;
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import { Q } from '@thymine/xunee';
|
|
2
2
|
import { MapDTO, StatusDTO } from './KgCircularShuttleMonitor.model';
|
|
3
|
-
import {
|
|
3
|
+
import { buildKgCircularShuttleMonitorStore } from './KgCircularShuttleMonitor.store';
|
|
4
4
|
export declare type IUseKgCircularShuttleMonitor = {
|
|
5
5
|
/**
|
|
6
6
|
* 画布对象.
|
|
7
7
|
*/
|
|
8
8
|
graph: Q.Graph | null;
|
|
9
|
+
/**
|
|
10
|
+
* 唯一标识.
|
|
11
|
+
*/
|
|
12
|
+
id: string;
|
|
9
13
|
/**
|
|
10
14
|
* 画布--取下一个地图数据. 从地图数据列表队首取一个数据, 并且从列表中删除该数据. 如果列表为空, 则返回空.
|
|
11
15
|
*/
|
|
@@ -14,10 +18,13 @@ export declare type IUseKgCircularShuttleMonitor = {
|
|
|
14
18
|
* 画布--取下一个状态数据. 从状态数据列表队首取一个数据, 并且从列表中删除该数据. 如果列表为空, 则返回空.
|
|
15
19
|
*/
|
|
16
20
|
pop$Canvas$StatusData(): StatusDTO | null;
|
|
17
|
-
/**
|
|
18
|
-
|
|
19
|
-
|
|
21
|
+
/**
|
|
22
|
+
* 状态数据.
|
|
23
|
+
*/
|
|
24
|
+
store: ReturnType<ReturnType<typeof buildKgCircularShuttleMonitorStore>>;
|
|
25
|
+
} & ReturnType<ReturnType<typeof buildKgCircularShuttleMonitorStore>>;
|
|
20
26
|
/**
|
|
21
27
|
*
|
|
28
|
+
* @param id 唯一标识. 默认为 ''.
|
|
22
29
|
*/
|
|
23
|
-
export declare function useKgCircularShuttleMonitor(): IUseKgCircularShuttleMonitor;
|
|
30
|
+
export declare function useKgCircularShuttleMonitor(id?: string | null | undefined): IUseKgCircularShuttleMonitor;
|
|
@@ -1,37 +1,19 @@
|
|
|
1
1
|
import { Q } from '@thymine/xunee';
|
|
2
2
|
import { IKgStoreDefinition } from '../../model';
|
|
3
3
|
import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './KgCircularShuttleMonitor.model';
|
|
4
|
-
|
|
4
|
+
declare type IKgCircularShuttleMonitorProps = {
|
|
5
5
|
/**
|
|
6
6
|
* 接口地址.
|
|
7
7
|
*/
|
|
8
8
|
api?: {
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
* @default /apigateway/wasserver/api/v1/CircleRgvMap/GetMap
|
|
13
|
-
*/
|
|
14
|
-
GetMap?: string;
|
|
15
|
-
/**
|
|
16
|
-
* 小车信息汇总.
|
|
17
|
-
*
|
|
18
|
-
* @default /apigateway/circle-rgv-system/getRgvStatus
|
|
19
|
-
*/
|
|
20
|
-
GetRgvStatus?: string;
|
|
21
|
-
/**
|
|
22
|
-
* 任务信息汇总.
|
|
23
|
-
*
|
|
24
|
-
* @default /apigateway/circle-rgv-system/getRgvTasks
|
|
25
|
-
*/
|
|
26
|
-
GetRgvTasks?: string;
|
|
27
|
-
/**
|
|
28
|
-
* 小车状态信息.
|
|
10
|
+
* 小车详细页面--小车状态信息.
|
|
29
11
|
*
|
|
30
12
|
* @default /apigateway/wasserver/api/v1/CircleRgvState/GetSingleRgvState
|
|
31
13
|
*/
|
|
32
14
|
GetSingleRgvState?: string;
|
|
33
15
|
/**
|
|
34
|
-
*
|
|
16
|
+
* 小车详细页面--小车任务信息.
|
|
35
17
|
*
|
|
36
18
|
* @default /apigateway/wasserver/api/v1/CircleRgvState/GetSingleRgvTask
|
|
37
19
|
*/
|
|
@@ -43,19 +25,13 @@ export declare type IKgCircularShuttleMonitorProps = {
|
|
|
43
25
|
*/
|
|
44
26
|
GetState?: string;
|
|
45
27
|
/**
|
|
46
|
-
*
|
|
28
|
+
* 小车详细页面--创建环形穿梭车任务.
|
|
47
29
|
*
|
|
48
30
|
* @default /apigateway/wasserver/api/v1/CircleRgvState/ManualCreateWorkTask
|
|
49
31
|
*/
|
|
50
32
|
ManualCreateWorkTask?: string;
|
|
51
33
|
/**
|
|
52
|
-
*
|
|
53
|
-
*
|
|
54
|
-
* @default /kengic-boot/wcs/wmsApi/ReceiveMoveTask
|
|
55
|
-
*/
|
|
56
|
-
ReceiveMoveTask?: string;
|
|
57
|
-
/**
|
|
58
|
-
* 小车上线下线.
|
|
34
|
+
* 小车详细页面--小车上线下线.
|
|
59
35
|
*
|
|
60
36
|
* @default /apigateway/wasserver/api/v1/CircleRgvState/RgvOnlineOrOffline
|
|
61
37
|
*/
|
|
@@ -151,176 +127,130 @@ export declare type IKgCircularShuttleMonitorProps = {
|
|
|
151
127
|
*/
|
|
152
128
|
updateStatusInterval?: number;
|
|
153
129
|
};
|
|
154
|
-
|
|
130
|
+
interface IKgCircularShuttleMonitorStoreGetters {
|
|
155
131
|
/**
|
|
156
|
-
*
|
|
132
|
+
* <p>库区下拉列表--列表数据.</p>
|
|
133
|
+
* <p>默认值为 <code>[ { text: '入库区', value: 'RgvSubOperator001' }, { text: '出库区', value: 'RgvSubOperator002' } ]</code></p>
|
|
157
134
|
*/
|
|
158
|
-
$AreaSelect$DataList
|
|
135
|
+
$AreaSelect$DataList: Array<{
|
|
159
136
|
text: string;
|
|
160
137
|
value: string;
|
|
161
138
|
}>;
|
|
139
|
+
/**
|
|
140
|
+
* 库区下拉列表--是否正在请求数据.
|
|
141
|
+
*/
|
|
142
|
+
$AreaSelect$IsRequesting: boolean;
|
|
162
143
|
/**
|
|
163
144
|
* 库区下拉列表--当前选中的值.
|
|
164
145
|
*/
|
|
165
|
-
$AreaSelect$Value
|
|
146
|
+
$AreaSelect$Value: string | null;
|
|
166
147
|
/**
|
|
167
|
-
*
|
|
148
|
+
* 画布--当前选中的小车列表.
|
|
168
149
|
*/
|
|
169
|
-
$
|
|
150
|
+
$Canvas$CurrentRgvList: Array<StatusRgvVO>;
|
|
170
151
|
/**
|
|
171
|
-
*
|
|
152
|
+
* 画布--当前选中的站点列表.
|
|
172
153
|
*/
|
|
173
|
-
$Canvas$
|
|
154
|
+
$Canvas$CurrentStationList: Array<MapStationVO>;
|
|
174
155
|
/**
|
|
175
|
-
*
|
|
156
|
+
* 画布--最新地图数据.
|
|
176
157
|
*/
|
|
177
|
-
$Canvas$
|
|
158
|
+
$Canvas$MapData: MapDTO | null;
|
|
178
159
|
/**
|
|
179
|
-
*
|
|
160
|
+
* 画布--地图数据列表. 等待被绘制的地图数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
|
|
180
161
|
*/
|
|
181
|
-
$Canvas$
|
|
162
|
+
$Canvas$MapDataList: Array<MapDTO>;
|
|
182
163
|
/**
|
|
183
|
-
*
|
|
164
|
+
* 画布--是否正在请求地图数据.
|
|
184
165
|
*/
|
|
185
|
-
$Canvas$
|
|
166
|
+
$Canvas$MapIsRequesting: boolean;
|
|
186
167
|
/**
|
|
187
|
-
*
|
|
168
|
+
* 画布--设置--接口地址--地图数据. 默认为 '/apigateway/wasserver/api/v1/CircleRgvMap/GetMap'.
|
|
169
|
+
*
|
|
170
|
+
* @see IKgCircularShuttleMonitorStoreState.$Canvas$Setting$Api$GetMap$
|
|
188
171
|
*/
|
|
189
|
-
$Canvas$Setting$
|
|
172
|
+
$Canvas$Setting$Api$GetMap: string;
|
|
190
173
|
/**
|
|
191
|
-
*
|
|
174
|
+
* 画布--设置--当前展开面板.
|
|
192
175
|
*/
|
|
193
|
-
$Canvas$Setting$
|
|
176
|
+
$Canvas$Setting$CollapseActiveKey: Array<string>;
|
|
194
177
|
/**
|
|
195
|
-
*
|
|
178
|
+
* 画布--设置--是否绘制巷道. 默认为 true.
|
|
196
179
|
*/
|
|
197
|
-
$Canvas$Setting$
|
|
180
|
+
$Canvas$Setting$IsAisleVisible: boolean;
|
|
198
181
|
/**
|
|
199
|
-
*
|
|
182
|
+
* 画布--设置--是否显示.
|
|
200
183
|
*/
|
|
201
|
-
$Canvas$Setting$
|
|
184
|
+
$Canvas$Setting$IsLegendVisible: boolean;
|
|
202
185
|
/**
|
|
203
|
-
*
|
|
204
|
-
* <ul>
|
|
205
|
-
* <li>key: 小车编号</li>
|
|
206
|
-
* <li>value: 小车属性</li>
|
|
207
|
-
* </ul>
|
|
186
|
+
* 画布--设置--是否绘制小车路线--小车在路线上.
|
|
208
187
|
*/
|
|
209
|
-
$Canvas$Setting$
|
|
210
|
-
/**
|
|
211
|
-
* 路径颜色.
|
|
212
|
-
*/
|
|
213
|
-
pathColor: string;
|
|
214
|
-
}>;
|
|
188
|
+
$Canvas$Setting$IsRgvOnPath: boolean;
|
|
215
189
|
/**
|
|
216
|
-
*
|
|
190
|
+
* 画布--设置--是否绘制小车路线--是否显示垂直连线.
|
|
217
191
|
*/
|
|
218
|
-
$Canvas$Setting$
|
|
192
|
+
$Canvas$Setting$IsRgvPathLineVisible: boolean;
|
|
219
193
|
/**
|
|
220
|
-
*
|
|
194
|
+
* 画布--设置--是否绘制小车路线.
|
|
221
195
|
*/
|
|
222
|
-
$Canvas$
|
|
196
|
+
$Canvas$Setting$IsRgvPathVisible: boolean;
|
|
223
197
|
/**
|
|
224
|
-
*
|
|
198
|
+
* 画布--设置--选中是否闪烁.
|
|
225
199
|
*/
|
|
226
|
-
$Canvas$
|
|
200
|
+
$Canvas$Setting$IsSelectBlinkOn: boolean;
|
|
227
201
|
/**
|
|
228
|
-
*
|
|
202
|
+
* 画布--设置--小车间距.
|
|
229
203
|
*/
|
|
230
|
-
$Canvas$
|
|
204
|
+
$Canvas$Setting$RgvMarginY: number;
|
|
231
205
|
/**
|
|
232
|
-
*
|
|
206
|
+
* 获取小车路径颜色.
|
|
207
|
+
*
|
|
208
|
+
* @param rgvNo 小车编号.
|
|
209
|
+
* @param index 小车序号.
|
|
233
210
|
*/
|
|
234
|
-
$Canvas$
|
|
211
|
+
$Canvas$Setting$RgvProperty$PathColor: (rgvNo?: string | null | undefined, index?: number | null | undefined) => string;
|
|
235
212
|
/**
|
|
236
|
-
*
|
|
213
|
+
* 画布--设置--闪烁间隔毫秒.
|
|
237
214
|
*/
|
|
238
|
-
$Canvas$
|
|
215
|
+
$Canvas$Setting$SelectBlinkInterval: number;
|
|
239
216
|
/**
|
|
240
217
|
* 画布--最新状态数据.
|
|
241
218
|
*/
|
|
242
|
-
$Canvas$StatusData
|
|
219
|
+
$Canvas$StatusData: StatusDTO | null;
|
|
243
220
|
/**
|
|
244
221
|
* 画布--状态数据列表. 等待被绘制的状态数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
|
|
245
222
|
*/
|
|
246
|
-
$Canvas$StatusDataList
|
|
223
|
+
$Canvas$StatusDataList: Array<StatusDTO>;
|
|
247
224
|
/**
|
|
248
225
|
* 画布--是否正在请求状态数据.
|
|
249
226
|
*/
|
|
250
|
-
$Canvas$StatusIsRequesting
|
|
227
|
+
$Canvas$StatusIsRequesting: boolean;
|
|
228
|
+
/**
|
|
229
|
+
* 离线区--离线小车列表.
|
|
230
|
+
*/
|
|
231
|
+
$Offline$RgvList: Array<StatusRgvVO>;
|
|
251
232
|
/**
|
|
252
233
|
* 设置--是否显示.
|
|
253
234
|
*/
|
|
254
|
-
$Setting$IsVisible
|
|
235
|
+
$Setting$IsVisible: boolean;
|
|
255
236
|
/**
|
|
256
237
|
* 标签页--当前标签页.
|
|
257
238
|
*/
|
|
258
|
-
$Tab$ActiveKey
|
|
239
|
+
$Tab$ActiveKey: string | number;
|
|
259
240
|
/**
|
|
260
241
|
* 标签页--小车列表.
|
|
261
242
|
*/
|
|
262
|
-
$Tab$RgvList
|
|
263
|
-
/**
|
|
264
|
-
* 画布对象.
|
|
265
|
-
*/
|
|
266
|
-
graph: Q.Graph | null;
|
|
267
|
-
/**
|
|
268
|
-
* 参数.
|
|
269
|
-
*/
|
|
270
|
-
props: IKgCircularShuttleMonitorProps | null;
|
|
271
|
-
}
|
|
272
|
-
export interface IKgCircularShuttleMonitorStoreGetters {
|
|
273
|
-
/**
|
|
274
|
-
* <p>库区下拉列表--列表数据.</p>
|
|
275
|
-
* <p>默认值为 <code>[ { text: '入库区', value: 'RgvSubOperator001' }, { text: '出库区', value: 'RgvSubOperator002' } ]</code></p>
|
|
276
|
-
*/
|
|
277
|
-
$AreaSelect$DataList: Array<{
|
|
278
|
-
text: string;
|
|
279
|
-
value: string;
|
|
280
|
-
}>;
|
|
281
|
-
$AreaSelect$IsRequesting: boolean;
|
|
282
|
-
$AreaSelect$Value: string | null;
|
|
283
|
-
/**
|
|
284
|
-
* 获取小车路径颜色.
|
|
285
|
-
*
|
|
286
|
-
* @param rgvNo 小车编号.
|
|
287
|
-
* @param index 小车序号.
|
|
288
|
-
*/
|
|
289
|
-
$Canvas$Setting$RgvProperty$pathColor: (rgvNo?: string | null | undefined, index?: number | null | undefined) => string;
|
|
290
|
-
$Canvas$Setting$getCollapseActiveKey: Array<string>;
|
|
291
|
-
$Canvas$Setting$getIsAisleVisible: boolean;
|
|
292
|
-
$Canvas$Setting$getIsLegendVisible: boolean;
|
|
293
|
-
$Canvas$Setting$getIsRgvOnPath: boolean;
|
|
294
|
-
$Canvas$Setting$getIsRgvPathLineVisible: boolean;
|
|
295
|
-
$Canvas$Setting$getIsRgvPathVisible: boolean;
|
|
296
|
-
$Canvas$Setting$getIsSelectBlinkOn: boolean;
|
|
297
|
-
$Canvas$Setting$getRgvMarginY: number;
|
|
298
|
-
$Canvas$Setting$getSelectBlinkInterval: number;
|
|
299
|
-
$Canvas$getCurrentRgvList: Array<StatusRgvVO>;
|
|
300
|
-
$Canvas$getCurrentStationList: Array<MapStationVO>;
|
|
301
|
-
$Canvas$getMapData: MapDTO | null;
|
|
302
|
-
$Canvas$getMapDataList: Array<MapDTO>;
|
|
303
|
-
$Canvas$getMapIsRequesting: boolean;
|
|
304
|
-
$Canvas$getStatusData: StatusDTO | null;
|
|
305
|
-
$Canvas$getStatusDataList: Array<StatusDTO>;
|
|
306
|
-
$Canvas$getStatusIsRequesting: boolean;
|
|
307
|
-
/**
|
|
308
|
-
* 离线区--离线小车列表.
|
|
309
|
-
*/
|
|
310
|
-
$Offline$getRgvList: Array<StatusRgvVO>;
|
|
311
|
-
$Setting$getIsVisible: boolean;
|
|
312
|
-
$Tab$getActiveKey: string | number;
|
|
313
|
-
$Tab$getRgvList: Array<StatusRgvVO>;
|
|
314
|
-
getGraph: Q.Graph | null;
|
|
243
|
+
$Tab$RgvList: Array<StatusRgvVO>;
|
|
315
244
|
getProps: IKgCircularShuttleMonitorProps | null;
|
|
316
245
|
}
|
|
317
|
-
|
|
246
|
+
interface IKgCircularShuttleMonitorStoreActions {
|
|
318
247
|
/**
|
|
319
248
|
* 标签页--从标签页列表中删除某个小车.
|
|
320
249
|
*
|
|
321
250
|
* @param value 要删除的小车.
|
|
322
251
|
*/
|
|
323
252
|
delete$Tab$Rgv(value: StatusRgvVO | null | undefined): void;
|
|
253
|
+
get$graph(): Q.Graph | null;
|
|
324
254
|
/**
|
|
325
255
|
* <p>标签页--插入小车列表.</p>
|
|
326
256
|
* <p>如果某个小车已经存在标签页列表中, 则不插入.</p>
|
|
@@ -349,32 +279,102 @@ export interface IKgCircularShuttleMonitorStoreActions {
|
|
|
349
279
|
text: string;
|
|
350
280
|
value: string;
|
|
351
281
|
}> | null | undefined): void;
|
|
282
|
+
/**
|
|
283
|
+
* 库区下拉列表--是否正在请求数据.
|
|
284
|
+
*/
|
|
352
285
|
set$AreaSelect$IsRequesting(value: boolean | null | undefined): void;
|
|
286
|
+
/**
|
|
287
|
+
* 库区下拉列表--当前选中的值.
|
|
288
|
+
*/
|
|
353
289
|
set$AreaSelect$Value(value: string | null | undefined): void;
|
|
290
|
+
/**
|
|
291
|
+
* 画布--当前选中的小车列表.
|
|
292
|
+
*/
|
|
354
293
|
set$Canvas$CurrentRgvList(value: Array<StatusRgvVO> | null | undefined): void;
|
|
294
|
+
/**
|
|
295
|
+
* 画布--当前选中的站点列表.
|
|
296
|
+
*/
|
|
355
297
|
set$Canvas$CurrentStationList(value: Array<MapStationVO> | null | undefined): void;
|
|
298
|
+
/**
|
|
299
|
+
* 画布--最新地图数据.
|
|
300
|
+
*/
|
|
356
301
|
set$Canvas$MapData(value: MapDTO | null | undefined): void;
|
|
302
|
+
/**
|
|
303
|
+
* 画布--地图数据列表. 等待被绘制的地图数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
|
|
304
|
+
*/
|
|
357
305
|
set$Canvas$MapDataList(value: Array<MapDTO> | null | undefined): void;
|
|
306
|
+
/**
|
|
307
|
+
* 画布--是否正在请求地图数据.
|
|
308
|
+
*/
|
|
358
309
|
set$Canvas$MapIsRequesting(value: boolean | null | undefined): void;
|
|
310
|
+
/**
|
|
311
|
+
* 画布--设置--接口地址--地图数据. 默认为 '/apigateway/wasserver/api/v1/CircleRgvMap/GetMap'.
|
|
312
|
+
*
|
|
313
|
+
* @see IKgCircularShuttleMonitorStoreState.$Canvas$Setting$Api$GetMap$
|
|
314
|
+
*/
|
|
315
|
+
set$Canvas$Setting$Api$GetMap(value: string | null | undefined): void;
|
|
316
|
+
/**
|
|
317
|
+
* 画布--设置--当前展开面板.
|
|
318
|
+
*/
|
|
359
319
|
set$Canvas$Setting$CollapseActiveKey(value: Array<string> | null | undefined): void;
|
|
360
320
|
/**
|
|
361
321
|
* 画布--设置--是否绘制巷道. 默认为 true.
|
|
362
322
|
*/
|
|
363
323
|
set$Canvas$Setting$IsAisleVisible(value: boolean | null | undefined): void;
|
|
324
|
+
/**
|
|
325
|
+
* 画布--设置--是否显示.
|
|
326
|
+
*/
|
|
364
327
|
set$Canvas$Setting$IsLegendVisible(value: boolean | null | undefined): void;
|
|
328
|
+
/**
|
|
329
|
+
* 画布--设置--是否绘制小车路线--小车在路线上.
|
|
330
|
+
*/
|
|
365
331
|
set$Canvas$Setting$IsRgvOnPath(value: boolean | null | undefined): void;
|
|
332
|
+
/**
|
|
333
|
+
* 画布--设置--是否绘制小车路线--是否显示垂直连线.
|
|
334
|
+
*/
|
|
366
335
|
set$Canvas$Setting$IsRgvPathLineVisible(value: boolean | null | undefined): void;
|
|
336
|
+
/**
|
|
337
|
+
* 画布--设置--是否绘制小车路线.
|
|
338
|
+
*/
|
|
367
339
|
set$Canvas$Setting$IsRgvPathVisible(value: boolean | null | undefined): void;
|
|
340
|
+
/**
|
|
341
|
+
* 画布--设置--选中是否闪烁.
|
|
342
|
+
*/
|
|
368
343
|
set$Canvas$Setting$IsSelectBlinkOn(value: boolean | null | undefined): void;
|
|
344
|
+
/**
|
|
345
|
+
* 画布--设置--小车间距.
|
|
346
|
+
*/
|
|
369
347
|
set$Canvas$Setting$RgvMarginY(value: number | null | undefined): void;
|
|
348
|
+
/**
|
|
349
|
+
* 画布--设置--闪烁间隔毫秒.
|
|
350
|
+
*/
|
|
370
351
|
set$Canvas$Setting$SelectBlinkInterval(value: number | null | undefined): void;
|
|
352
|
+
/**
|
|
353
|
+
* 画布--最新状态数据.
|
|
354
|
+
*/
|
|
371
355
|
set$Canvas$StatusData(value: StatusDTO | null | undefined): void;
|
|
356
|
+
/**
|
|
357
|
+
* 画布--状态数据列表. 等待被绘制的状态数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
|
|
358
|
+
*/
|
|
372
359
|
set$Canvas$StatusDataList(value: Array<StatusDTO> | null | undefined): void;
|
|
360
|
+
/**
|
|
361
|
+
* 画布--是否正在请求状态数据.
|
|
362
|
+
*/
|
|
373
363
|
set$Canvas$StatusIsRequesting(value: boolean | null | undefined): void;
|
|
364
|
+
/**
|
|
365
|
+
* 设置--是否显示.
|
|
366
|
+
*/
|
|
374
367
|
set$Setting$IsVisible(value: boolean | null | undefined): void;
|
|
368
|
+
/**
|
|
369
|
+
* 标签页--当前标签页.
|
|
370
|
+
*/
|
|
375
371
|
set$Tab$ActiveKey(value: string | number | null | undefined): void;
|
|
372
|
+
/**
|
|
373
|
+
* 标签页--小车列表.
|
|
374
|
+
*/
|
|
376
375
|
set$Tab$RgvList(value: Array<StatusRgvVO> | null | undefined): void;
|
|
377
376
|
set$graph(value: Q.Graph | null | undefined): void;
|
|
378
377
|
setProps(value: IKgCircularShuttleMonitorProps | null | undefined): void;
|
|
379
378
|
}
|
|
380
|
-
|
|
379
|
+
declare function buildKgCircularShuttleMonitorStore(id: string): IKgStoreDefinition<IKgCircularShuttleMonitorStoreGetters, IKgCircularShuttleMonitorStoreActions>;
|
|
380
|
+
export { type IKgCircularShuttleMonitorProps, type IKgCircularShuttleMonitorStoreGetters, type IKgCircularShuttleMonitorStoreActions, buildKgCircularShuttleMonitorStore };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ColumnsType } from 'ant-design-vue/es/table';
|
|
2
2
|
import { Ref, UnwrapRef } from 'vue';
|
|
3
|
-
import { VarGridDetail } from '
|
|
3
|
+
import { VarGridDetail } from '../../api/WMS/models';
|
|
4
4
|
export declare type IUseTransferColumns = {
|
|
5
5
|
/** 左侧表格的列. */
|
|
6
6
|
leftColumns: () => ColumnsType<VarGridDetail>;
|