@kengic/vue 0.30.1-beta.5 → 0.30.1-beta.50
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 -0
- package/README.md +1 -1
- package/dist/align-left-outlined.579b01c6.mjs +8 -0
- package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
- package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
- package/dist/caret-up-outlined.81b559ad.mjs +8 -0
- package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
- package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
- package/dist/double-right-outlined.f057a6b2.mjs +8 -0
- package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
- package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
- package/dist/holder-outlined.9e698750.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +152427 -107258
- package/dist/loading-outlined.13a15197.mjs +8 -0
- package/dist/more-outlined.8e1202ac.mjs +8 -0
- package/dist/palette-swatch-variant.f7258843.mjs +8 -0
- package/dist/partition-outlined.1bcf4f37.mjs +8 -0
- package/dist/pause-rounded.1ed7cc39.mjs +8 -0
- package/dist/play-arrow-rounded.90fc4173.mjs +8 -0
- package/dist/profile-outlined.1059fb0d.mjs +8 -0
- package/dist/project/build/utils.ts +20 -15
- package/dist/src/component/KgButton/KgButton.hooks.d.ts +2 -2
- package/dist/src/component/KgButton/KgButton.store.d.ts +1 -1
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +42 -5
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +33 -5
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +4 -1
- package/dist/src/component/KgCanvas/index.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
- package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
- package/dist/src/component/KgForm/KgForm.d.ts +39 -39
- package/dist/src/component/KgForm/index.d.ts +52 -52
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +35 -35
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +31 -33
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +38 -36
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Link.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +34 -36
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +35 -35
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +34 -34
- package/dist/src/component/KgImage/KgImage.d.ts +6 -6
- package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
- package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +20 -20
- package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
- package/dist/src/component/KgModal02/KgModal02.d.ts +591 -0
- package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
- package/dist/src/component/KgModal02/index.d.ts +1 -0
- package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
- package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +99 -0
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1450 -0
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +294 -0
- package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
- package/dist/src/component/KgSimulator/index.d.ts +3 -0
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +20 -15
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +46 -14
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +46 -0
- package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
- package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
- package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +32 -3
- package/dist/src/component/KgTable02/KgTable02.event.d.ts +13 -3
- package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +9 -0
- package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +9 -0
- package/dist/src/component/KgVar/KgVar.d.ts +23 -17
- package/dist/src/component/KgVar/KgVar.event.d.ts +19 -6
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +20 -7
- package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
- package/dist/src/component/KgVar/index.d.ts +1 -1
- package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
- package/dist/src/component/index.d.ts +3 -0
- package/dist/src/config/config.store.d.ts +9 -5
- package/dist/src/config/index.d.ts +9 -3
- package/dist/src/const/const.model.d.ts +524 -11
- package/dist/src/const/form-id.const.d.ts +22 -10
- package/dist/src/const/index.d.ts +0 -1
- package/dist/src/i18n/i18n.setup.d.ts +1 -1
- package/dist/src/i18n/index.d.ts +0 -2
- package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
- package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
- package/dist/src/page/index.d.ts +2 -2
- package/dist/src/project/src/hooks/index.d.ts +0 -1
- package/dist/src/project/src/utils/env.d.ts +0 -16
- package/dist/src/service/http-client.d.ts +5 -1
- package/dist/src/util/ant-design-vue.d.ts +16 -16
- package/dist/src/util/kg-route.util.d.ts +6 -9
- package/dist/src/util/kg.util.d.ts +1 -2
- package/dist/src/util/tsx.helper.d.ts +7 -7
- package/package.json +9 -7
- package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
- package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
- package/dist/src/const/injection-keys.const.d.ts +0 -11
- package/dist/src/i18n/cs_CZ.d.ts +0 -301
- package/dist/src/i18n/en.d.ts +0 -300
- package/dist/src/i18n/es_ES.d.ts +0 -300
- package/dist/src/i18n/fr_FR.d.ts +0 -300
- package/dist/src/i18n/km_KH.d.ts +0 -300
- package/dist/src/i18n/ko_KR.d.ts +0 -300
- package/dist/src/i18n/vi_VN.d.ts +0 -300
- package/dist/src/i18n/zh_CN.d.ts +0 -301
- package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
- package/dist/src/page/KgCircleVis/index.d.ts +0 -1
- package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
- /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/KgTable.HeadCell.d.ts → KgTable.HeadCell.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts → KgTable.Setting.VarGridMaster.SaveAs.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +0 -0
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { type TooltipProps } from 'ant-design-vue';
|
|
1
|
+
import { FormInstance, type TooltipProps } from 'ant-design-vue';
|
|
2
2
|
import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
|
|
3
3
|
import { Pinia, StoreOnActionListener } from 'pinia';
|
|
4
|
-
import {
|
|
4
|
+
import { ComputedRef, InjectionKey, Ref } from 'vue';
|
|
5
|
+
import { IKgProps, IKgSlots, KgModalProps } from '../component';
|
|
5
6
|
/**
|
|
6
7
|
* 常量.
|
|
7
8
|
* TODO LT 将所有常量都统一放到这个常量中
|
|
8
9
|
*/
|
|
9
|
-
export declare const
|
|
10
|
+
export declare const KG: {
|
|
10
11
|
/**
|
|
11
12
|
* 数据库的列的类型.
|
|
12
13
|
*/
|
|
@@ -33,21 +34,533 @@ export declare const KG_CONST: {
|
|
|
33
34
|
*/
|
|
34
35
|
DESCRIPTION_KEY: {
|
|
35
36
|
/**
|
|
36
|
-
*
|
|
37
|
+
* 该组件库的所有翻译.
|
|
38
|
+
*/
|
|
39
|
+
KG: string;
|
|
40
|
+
/**
|
|
41
|
+
* 前端项目的所有翻译, 包含 PDA 的.
|
|
42
|
+
*/
|
|
43
|
+
WEB: string;
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* 依赖注入的键.
|
|
47
|
+
*/
|
|
48
|
+
DI: {
|
|
49
|
+
/**
|
|
50
|
+
* 界面标识.
|
|
51
|
+
*/
|
|
52
|
+
FORM_ID: InjectionKey<string>;
|
|
53
|
+
/**
|
|
54
|
+
* 唯一标识.
|
|
55
|
+
*/
|
|
56
|
+
ID: InjectionKey<string>;
|
|
57
|
+
/**
|
|
58
|
+
* 画布.
|
|
59
|
+
*/
|
|
60
|
+
KG_CANVAS: {
|
|
61
|
+
/**
|
|
62
|
+
* 组件参数.
|
|
63
|
+
*/
|
|
64
|
+
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
65
|
+
id: {
|
|
66
|
+
type: import("vue").PropType<string>; /**
|
|
67
|
+
* 表单.
|
|
68
|
+
*/
|
|
69
|
+
required: boolean;
|
|
70
|
+
};
|
|
71
|
+
kg$ContextMenu$Reload$IsAvailable: {
|
|
72
|
+
type: import("vue").PropType<boolean>;
|
|
73
|
+
default: boolean;
|
|
74
|
+
};
|
|
75
|
+
kg$KgCanvasToolbarButtonMode$IsAvailable: {
|
|
76
|
+
type: import("vue").PropType<boolean>;
|
|
77
|
+
default: boolean;
|
|
78
|
+
};
|
|
79
|
+
kgCanvasToolbarFullscreen: {
|
|
80
|
+
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
|
81
|
+
kgIsShowText: {
|
|
82
|
+
type: import("vue").PropType<boolean>;
|
|
83
|
+
default: boolean;
|
|
84
|
+
};
|
|
85
|
+
}>>>;
|
|
86
|
+
}; /**
|
|
87
|
+
* 变量名称.
|
|
88
|
+
*/
|
|
89
|
+
kgIsEditable: {
|
|
90
|
+
type: import("vue").PropType<boolean>;
|
|
91
|
+
default: boolean;
|
|
92
|
+
};
|
|
93
|
+
kgIsEnableOverview: {
|
|
94
|
+
type: import("vue").PropType<boolean>;
|
|
95
|
+
default: boolean;
|
|
96
|
+
};
|
|
97
|
+
kgIsGridBackground: {
|
|
98
|
+
type: import("vue").PropType<boolean>;
|
|
99
|
+
default: boolean;
|
|
100
|
+
};
|
|
101
|
+
kgIsResizable: {
|
|
102
|
+
type: import("vue").PropType<boolean>; /**
|
|
103
|
+
* 左上侧面板.
|
|
104
|
+
*/
|
|
105
|
+
default: boolean;
|
|
106
|
+
};
|
|
107
|
+
}>>>;
|
|
108
|
+
};
|
|
109
|
+
/**
|
|
110
|
+
* 表单.
|
|
111
|
+
*/
|
|
112
|
+
KG_FORM: {
|
|
113
|
+
/**
|
|
114
|
+
* <p>依赖注入表单数据对象.</p>
|
|
115
|
+
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
116
|
+
*/
|
|
117
|
+
FORM_MODEL: InjectionKey<ComputedRef<Record<string, any>>>;
|
|
118
|
+
/**
|
|
119
|
+
* formRef.
|
|
120
|
+
*/
|
|
121
|
+
FORM_REF: InjectionKey<Ref<FormInstance | null>>;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* 表单控件.
|
|
125
|
+
*/
|
|
126
|
+
KG_FORM_ITEM: {
|
|
127
|
+
/**
|
|
128
|
+
* 变量名称.
|
|
129
|
+
*/
|
|
130
|
+
CONTEXT: InjectionKey<KG_FORM_CONTEXT>;
|
|
131
|
+
/**
|
|
132
|
+
* 变量名称.
|
|
133
|
+
*/
|
|
134
|
+
VAR_NAME: InjectionKey<string>;
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* 模拟器.
|
|
138
|
+
*/
|
|
139
|
+
KG_SIMULATOR: {
|
|
140
|
+
/**
|
|
141
|
+
* 左下侧面板.
|
|
142
|
+
*/
|
|
143
|
+
PANEL__LEFT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
144
|
+
/**
|
|
145
|
+
* 左上侧面板.
|
|
146
|
+
*/
|
|
147
|
+
PANEL__LEFT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
148
|
+
/**
|
|
149
|
+
* 右下侧面板.
|
|
150
|
+
*/
|
|
151
|
+
PANEL__RIGHT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
152
|
+
/**
|
|
153
|
+
* 右上侧面板.
|
|
154
|
+
*/
|
|
155
|
+
PANEL__RIGHT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
156
|
+
/**
|
|
157
|
+
* 左下侧工具栏.
|
|
158
|
+
*/
|
|
159
|
+
TOOLBAR__LEFT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
160
|
+
/**
|
|
161
|
+
* 左上侧工具栏.
|
|
162
|
+
*/
|
|
163
|
+
TOOLBAR__LEFT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
164
|
+
/**
|
|
165
|
+
* 右下侧工具栏.
|
|
166
|
+
*/
|
|
167
|
+
TOOLBAR__RIGHT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
168
|
+
/**
|
|
169
|
+
* 右上侧工具栏.
|
|
170
|
+
*/
|
|
171
|
+
TOOLBAR__RIGHT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
172
|
+
};
|
|
173
|
+
/**
|
|
174
|
+
* 变量页面.
|
|
175
|
+
*/
|
|
176
|
+
KG_VAR: {
|
|
177
|
+
/**
|
|
178
|
+
* 注入 kgProps 参数.
|
|
179
|
+
*/
|
|
180
|
+
KG_PROPS: InjectionKey<ComputedRef<IKgProps | undefined>>;
|
|
181
|
+
/**
|
|
182
|
+
* 注入 kgSlots 参数.
|
|
183
|
+
*/
|
|
184
|
+
KG_SLOTS: InjectionKey<IKgSlots | undefined>;
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* 变量配置弹窗.
|
|
37
188
|
*/
|
|
38
|
-
|
|
189
|
+
KG_VAR_CONFIG: {
|
|
190
|
+
/**
|
|
191
|
+
* 正在被配置的界面标识.
|
|
192
|
+
*/
|
|
193
|
+
HOST_FORM_ID: InjectionKey<Ref<string | null>>;
|
|
194
|
+
};
|
|
195
|
+
/**
|
|
196
|
+
* 「变量配置:查找弹窗」.
|
|
197
|
+
*/
|
|
198
|
+
VAR_CONFIG_LOOKUP: {
|
|
199
|
+
/**
|
|
200
|
+
* 宿主界面标识.
|
|
201
|
+
*/
|
|
202
|
+
HOST_FORM_ID: InjectionKey<string>;
|
|
203
|
+
/**
|
|
204
|
+
* 变量查找编号.
|
|
205
|
+
*/
|
|
206
|
+
LOOKUP_ID: InjectionKey<string>;
|
|
207
|
+
};
|
|
208
|
+
};
|
|
209
|
+
/**
|
|
210
|
+
* 高级查询的操作符.
|
|
211
|
+
*/
|
|
212
|
+
DYNAMIC_QUERY_OPERATOR: {
|
|
213
|
+
/** 范围之内. */
|
|
214
|
+
BETWEEN: string;
|
|
215
|
+
/** 包含. */
|
|
216
|
+
CONTAIN: string;
|
|
217
|
+
/** 为空. */
|
|
218
|
+
EMPTY: string;
|
|
219
|
+
/** 以之结束. */
|
|
220
|
+
END_WITH: string;
|
|
221
|
+
/** 等于. */
|
|
222
|
+
EQ: string;
|
|
223
|
+
/** 大于. */
|
|
224
|
+
GT: string;
|
|
225
|
+
/** 大于等于. */
|
|
226
|
+
GTE: string;
|
|
227
|
+
/** 属于. */
|
|
228
|
+
IN: string;
|
|
229
|
+
/** 小于. */
|
|
230
|
+
LT: string;
|
|
231
|
+
/** 小于等于. */
|
|
232
|
+
LTE: string;
|
|
233
|
+
/** 不等于. */
|
|
234
|
+
NE: string;
|
|
235
|
+
/** 不为空. */
|
|
236
|
+
NOT_EMPTY: string;
|
|
237
|
+
/** 以之开始. */
|
|
238
|
+
START_WITH: string;
|
|
239
|
+
};
|
|
240
|
+
/**
|
|
241
|
+
* HTTP 请求头.
|
|
242
|
+
*/
|
|
243
|
+
HTTP_HEADER: {
|
|
244
|
+
KG_BUTTON_VAR_NAME: string;
|
|
245
|
+
/**
|
|
246
|
+
* 数据库的类型.
|
|
247
|
+
*/
|
|
248
|
+
KG_DB_TYPE: string;
|
|
249
|
+
/** 界面标识. */
|
|
250
|
+
KG_FORM_ID: string;
|
|
251
|
+
/** 是否启用高级查询. */
|
|
252
|
+
KG_IS_DYNAMIC_QUERY: string;
|
|
253
|
+
/** 当前页码. */
|
|
254
|
+
KG_PAGE_INDEX: string;
|
|
255
|
+
/** 每页条数. */
|
|
256
|
+
KG_PAGE_SIZE: string;
|
|
257
|
+
/**
|
|
258
|
+
* <p>高级查询时, 每个查询字段的参数值.</p>
|
|
259
|
+
* <p>是一个 JSON 字符串, 由后端进行解析. 其中的 key 表示查询字段的名称, 其中的 value 表示查询字段的值.</p>
|
|
260
|
+
*/
|
|
261
|
+
KG_QUERY_OBJECT: string;
|
|
262
|
+
/**
|
|
263
|
+
* <p>高级查询时, 每个查询字段的操作符.</p>
|
|
264
|
+
* <p>是一个 JSON 字符串, 由后端进行解析. 其中的 key 表示查询字段的名称, 其中的 value 表示查询字段的操作符.</p>
|
|
265
|
+
*/
|
|
266
|
+
KG_QUERY_OPERATOR_OBJECT: string;
|
|
267
|
+
/** 查询语句中的 ORDER BY 片段. */
|
|
268
|
+
KG_QUERY_ORDER_BY_SQL: string;
|
|
269
|
+
/**
|
|
270
|
+
* <p>高级查询时, 每个查询字段的 WHERE 片段.</p>
|
|
271
|
+
* <p>是一个 JSON 字符串, 由后端进行解析. 其中的 key 表示查询字段的名称, 其中的 value 表示查询字段的 WHERE 片段.</p>
|
|
272
|
+
*/
|
|
273
|
+
KG_QUERY_WHERE_OBJECT: string;
|
|
274
|
+
/** 查询语句中的 WHERE 片段. */
|
|
275
|
+
KG_QUERY_WHERE_SQL: string;
|
|
276
|
+
/** 查询语句中的 WHERE 片段. */
|
|
277
|
+
KG_QUERY_WHERE_SQL_01: string;
|
|
278
|
+
/** 查询语句中的 WHERE 片段. */
|
|
279
|
+
KG_QUERY_WHERE_SQL_02: string;
|
|
280
|
+
/** 查询语句中的 WHERE 片段. */
|
|
281
|
+
KG_QUERY_WHERE_SQL_03: string;
|
|
282
|
+
/** 查询语句中的 WHERE 片段. */
|
|
283
|
+
KG_QUERY_WHERE_SQL_04: string;
|
|
284
|
+
/** 查询语句中的 WHERE 片段. */
|
|
285
|
+
KG_QUERY_WHERE_SQL_05: string;
|
|
286
|
+
/**
|
|
287
|
+
* 仓库编号.
|
|
288
|
+
*/
|
|
289
|
+
KG_WAREHOUSE: string;
|
|
290
|
+
/**
|
|
291
|
+
* 工作区.
|
|
292
|
+
*/
|
|
293
|
+
KG_WORK_AREA: string;
|
|
294
|
+
/**
|
|
295
|
+
* 工作站.
|
|
296
|
+
*/
|
|
297
|
+
KG_WORK_STATION: string;
|
|
298
|
+
};
|
|
299
|
+
VAR_CONFIG_CONTROL: {
|
|
300
|
+
/**
|
|
301
|
+
* 表单控件类型.
|
|
302
|
+
* @see VarConfigControl.ctrl_prop
|
|
303
|
+
* @see IKgVarConfigControlControlProperties
|
|
304
|
+
*/
|
|
305
|
+
CONTROL_TYPE: {
|
|
306
|
+
/** 文件上传按钮. */
|
|
307
|
+
BUTTON_UPLOAD: string;
|
|
308
|
+
/** 多选框. */
|
|
309
|
+
CHECKBOX: string;
|
|
310
|
+
/**
|
|
311
|
+
* <p>多选框列表.</p>
|
|
312
|
+
* <p>配置属性参见 {@link IKgVarConfigControlControlProperties.CHECKBOX_GROUP}.</p>
|
|
313
|
+
*/
|
|
314
|
+
CHECKBOX_GROUP: string;
|
|
315
|
+
/** 年月日, 2020-05-01. */
|
|
316
|
+
DATE_DATE: string;
|
|
317
|
+
/** 年月日时分秒, 2020-05-01 11:59:59. */
|
|
318
|
+
DATE_DATETIME: string;
|
|
319
|
+
/** 年月日时分秒的范围, [DATE_DATETIME, DATE_DATETIME] */
|
|
320
|
+
DATE_DATETIME_RANGE: string;
|
|
321
|
+
/** 年月日的范围, [DATE_DATE, DATE_DATE] */
|
|
322
|
+
DATE_DATE_RANGE: string;
|
|
323
|
+
DATE_MONTH: string;
|
|
324
|
+
/** 时分秒, 11:59:59. */
|
|
325
|
+
DATE_TIME: string;
|
|
326
|
+
/** 时分秒的范围, [DATE_TIME, DATE_TIME]. */
|
|
327
|
+
DATE_TIME_RANGE: string;
|
|
328
|
+
DATE_WEEK: string;
|
|
329
|
+
DATE_YEAR: string;
|
|
330
|
+
/**
|
|
331
|
+
* <p>图片.</p>
|
|
332
|
+
* <p>点击可以预览.</p>
|
|
333
|
+
*/
|
|
334
|
+
IMAGE: string;
|
|
335
|
+
/** 单行文本. */
|
|
336
|
+
INPUT: string;
|
|
337
|
+
/** 数字. */
|
|
338
|
+
INPUT_NUMBER: string;
|
|
339
|
+
/** 密码. */
|
|
340
|
+
INPUT_PASSWORD: string;
|
|
341
|
+
/** 链接. */
|
|
342
|
+
LINK: string;
|
|
343
|
+
/**
|
|
344
|
+
* <p>单选框列表.</p>
|
|
345
|
+
* <p>配置属性参见 {@link IKgVarConfigControlControlProperties.RADIO_GROUP}.</p>
|
|
346
|
+
*/
|
|
347
|
+
RADIO_GROUP: string;
|
|
348
|
+
/**
|
|
349
|
+
* <p>单选下拉列表.<p>
|
|
350
|
+
* <p>配置属性参见 {@link IKgVarConfigControlControlProperties.SELECT}.</p>
|
|
351
|
+
*/
|
|
352
|
+
SELECT: string;
|
|
353
|
+
/** 多选下拉列表. */
|
|
354
|
+
SELECT_MULTIPLE: string;
|
|
355
|
+
/** 开关. */
|
|
356
|
+
SWITCH: string;
|
|
357
|
+
/**
|
|
358
|
+
* <p>多行文本.</p>
|
|
359
|
+
* <p>配置属性参见 {@link IKgVarConfigControlControlProperties.TEXT_AREA}.</p>
|
|
360
|
+
*/
|
|
361
|
+
TEXT_AREA: string;
|
|
362
|
+
};
|
|
363
|
+
};
|
|
364
|
+
};
|
|
365
|
+
/** @deprecated 已弃用, 请使用 {@link KG}. */
|
|
366
|
+
export declare const KG_CONST: {
|
|
367
|
+
/**
|
|
368
|
+
* 数据库的列的类型.
|
|
369
|
+
*/
|
|
370
|
+
DB_COLUMN_TYPE: {
|
|
371
|
+
NCHAR: string;
|
|
372
|
+
NVARCHAR: string;
|
|
373
|
+
};
|
|
374
|
+
/**
|
|
375
|
+
* 数据库的类型.
|
|
376
|
+
*/
|
|
377
|
+
DB_TYPE: {
|
|
378
|
+
/**
|
|
379
|
+
* 达梦.
|
|
380
|
+
*/
|
|
381
|
+
DM: string;
|
|
382
|
+
MYSQL: string;
|
|
383
|
+
ORACLE: string;
|
|
384
|
+
POSTGRESQL: string;
|
|
385
|
+
SQLITE: string;
|
|
386
|
+
SQLSERVER: string;
|
|
387
|
+
};
|
|
388
|
+
/**
|
|
389
|
+
* 描述表中的键.
|
|
390
|
+
*/
|
|
391
|
+
DESCRIPTION_KEY: {
|
|
39
392
|
/**
|
|
40
393
|
* 该组件库的所有翻译.
|
|
41
394
|
*/
|
|
42
395
|
KG: string;
|
|
43
396
|
/**
|
|
44
|
-
*
|
|
397
|
+
* 前端项目的所有翻译, 包含 PDA 的.
|
|
45
398
|
*/
|
|
46
|
-
|
|
399
|
+
WEB: string;
|
|
400
|
+
};
|
|
401
|
+
/**
|
|
402
|
+
* 依赖注入的键.
|
|
403
|
+
*/
|
|
404
|
+
DI: {
|
|
47
405
|
/**
|
|
48
|
-
*
|
|
406
|
+
* 界面标识.
|
|
49
407
|
*/
|
|
50
|
-
|
|
408
|
+
FORM_ID: InjectionKey<string>;
|
|
409
|
+
/**
|
|
410
|
+
* 唯一标识.
|
|
411
|
+
*/
|
|
412
|
+
ID: InjectionKey<string>;
|
|
413
|
+
/**
|
|
414
|
+
* 画布.
|
|
415
|
+
*/
|
|
416
|
+
KG_CANVAS: {
|
|
417
|
+
/**
|
|
418
|
+
* 组件参数.
|
|
419
|
+
*/
|
|
420
|
+
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
421
|
+
id: {
|
|
422
|
+
type: import("vue").PropType<string>; /**
|
|
423
|
+
* 表单.
|
|
424
|
+
*/
|
|
425
|
+
required: boolean;
|
|
426
|
+
};
|
|
427
|
+
kg$ContextMenu$Reload$IsAvailable: {
|
|
428
|
+
type: import("vue").PropType<boolean>;
|
|
429
|
+
default: boolean;
|
|
430
|
+
};
|
|
431
|
+
kg$KgCanvasToolbarButtonMode$IsAvailable: {
|
|
432
|
+
type: import("vue").PropType<boolean>;
|
|
433
|
+
default: boolean;
|
|
434
|
+
};
|
|
435
|
+
kgCanvasToolbarFullscreen: {
|
|
436
|
+
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
|
437
|
+
kgIsShowText: {
|
|
438
|
+
type: import("vue").PropType<boolean>;
|
|
439
|
+
default: boolean;
|
|
440
|
+
};
|
|
441
|
+
}>>>;
|
|
442
|
+
}; /**
|
|
443
|
+
* 变量名称.
|
|
444
|
+
*/
|
|
445
|
+
kgIsEditable: {
|
|
446
|
+
type: import("vue").PropType<boolean>;
|
|
447
|
+
default: boolean;
|
|
448
|
+
};
|
|
449
|
+
kgIsEnableOverview: {
|
|
450
|
+
type: import("vue").PropType<boolean>;
|
|
451
|
+
default: boolean;
|
|
452
|
+
};
|
|
453
|
+
kgIsGridBackground: {
|
|
454
|
+
type: import("vue").PropType<boolean>;
|
|
455
|
+
default: boolean;
|
|
456
|
+
};
|
|
457
|
+
kgIsResizable: {
|
|
458
|
+
type: import("vue").PropType<boolean>; /**
|
|
459
|
+
* 左上侧面板.
|
|
460
|
+
*/
|
|
461
|
+
default: boolean;
|
|
462
|
+
};
|
|
463
|
+
}>>>;
|
|
464
|
+
};
|
|
465
|
+
/**
|
|
466
|
+
* 表单.
|
|
467
|
+
*/
|
|
468
|
+
KG_FORM: {
|
|
469
|
+
/**
|
|
470
|
+
* <p>依赖注入表单数据对象.</p>
|
|
471
|
+
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
472
|
+
*/
|
|
473
|
+
FORM_MODEL: InjectionKey<ComputedRef<Record<string, any>>>;
|
|
474
|
+
/**
|
|
475
|
+
* formRef.
|
|
476
|
+
*/
|
|
477
|
+
FORM_REF: InjectionKey<Ref<FormInstance | null>>;
|
|
478
|
+
};
|
|
479
|
+
/**
|
|
480
|
+
* 表单控件.
|
|
481
|
+
*/
|
|
482
|
+
KG_FORM_ITEM: {
|
|
483
|
+
/**
|
|
484
|
+
* 变量名称.
|
|
485
|
+
*/
|
|
486
|
+
CONTEXT: InjectionKey<KG_FORM_CONTEXT>;
|
|
487
|
+
/**
|
|
488
|
+
* 变量名称.
|
|
489
|
+
*/
|
|
490
|
+
VAR_NAME: InjectionKey<string>;
|
|
491
|
+
};
|
|
492
|
+
/**
|
|
493
|
+
* 模拟器.
|
|
494
|
+
*/
|
|
495
|
+
KG_SIMULATOR: {
|
|
496
|
+
/**
|
|
497
|
+
* 左下侧面板.
|
|
498
|
+
*/
|
|
499
|
+
PANEL__LEFT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
500
|
+
/**
|
|
501
|
+
* 左上侧面板.
|
|
502
|
+
*/
|
|
503
|
+
PANEL__LEFT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
504
|
+
/**
|
|
505
|
+
* 右下侧面板.
|
|
506
|
+
*/
|
|
507
|
+
PANEL__RIGHT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
508
|
+
/**
|
|
509
|
+
* 右上侧面板.
|
|
510
|
+
*/
|
|
511
|
+
PANEL__RIGHT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
512
|
+
/**
|
|
513
|
+
* 左下侧工具栏.
|
|
514
|
+
*/
|
|
515
|
+
TOOLBAR__LEFT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
516
|
+
/**
|
|
517
|
+
* 左上侧工具栏.
|
|
518
|
+
*/
|
|
519
|
+
TOOLBAR__LEFT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
520
|
+
/**
|
|
521
|
+
* 右下侧工具栏.
|
|
522
|
+
*/
|
|
523
|
+
TOOLBAR__RIGHT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
524
|
+
/**
|
|
525
|
+
* 右上侧工具栏.
|
|
526
|
+
*/
|
|
527
|
+
TOOLBAR__RIGHT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
528
|
+
};
|
|
529
|
+
/**
|
|
530
|
+
* 变量页面.
|
|
531
|
+
*/
|
|
532
|
+
KG_VAR: {
|
|
533
|
+
/**
|
|
534
|
+
* 注入 kgProps 参数.
|
|
535
|
+
*/
|
|
536
|
+
KG_PROPS: InjectionKey<ComputedRef<IKgProps | undefined>>;
|
|
537
|
+
/**
|
|
538
|
+
* 注入 kgSlots 参数.
|
|
539
|
+
*/
|
|
540
|
+
KG_SLOTS: InjectionKey<IKgSlots | undefined>;
|
|
541
|
+
};
|
|
542
|
+
/**
|
|
543
|
+
* 变量配置弹窗.
|
|
544
|
+
*/
|
|
545
|
+
KG_VAR_CONFIG: {
|
|
546
|
+
/**
|
|
547
|
+
* 正在被配置的界面标识.
|
|
548
|
+
*/
|
|
549
|
+
HOST_FORM_ID: InjectionKey<Ref<string | null>>;
|
|
550
|
+
};
|
|
551
|
+
/**
|
|
552
|
+
* 「变量配置:查找弹窗」.
|
|
553
|
+
*/
|
|
554
|
+
VAR_CONFIG_LOOKUP: {
|
|
555
|
+
/**
|
|
556
|
+
* 宿主界面标识.
|
|
557
|
+
*/
|
|
558
|
+
HOST_FORM_ID: InjectionKey<string>;
|
|
559
|
+
/**
|
|
560
|
+
* 变量查找编号.
|
|
561
|
+
*/
|
|
562
|
+
LOOKUP_ID: InjectionKey<string>;
|
|
563
|
+
};
|
|
51
564
|
};
|
|
52
565
|
/**
|
|
53
566
|
* 高级查询的操作符.
|
|
@@ -655,7 +1168,7 @@ export declare const enum KG_DESCRIPTION_CODE_NAME {
|
|
|
655
1168
|
/** 宽度单位. */
|
|
656
1169
|
VAR_WIDTH_UNIT = "var_width_unit"
|
|
657
1170
|
}
|
|
658
|
-
/** @deprecated 已废弃, 请使用 {@linkplain
|
|
1171
|
+
/** @deprecated 已废弃, 请使用 {@linkplain KG.DYNAMIC_QUERY_OPERATOR} */
|
|
659
1172
|
export declare const KG_DYNAMIC_QUERY_OPERATOR: {
|
|
660
1173
|
/** 范围之内. */
|
|
661
1174
|
BETWEEN: string;
|
|
@@ -984,7 +1497,7 @@ export interface IKgVarVariableProperties {
|
|
|
984
1497
|
* <p>表单控件的参数.</p>
|
|
985
1498
|
* <p>对应于 {@link VarConfigControl.ctrl_prop} 字段, 根据表单控件的类型, 设置额外的参数.</p>
|
|
986
1499
|
* @see VarConfigControl.ctrl_prop
|
|
987
|
-
* @see
|
|
1500
|
+
* @see KG.VAR_CONFIG_CONTROL.CONTROL_TYPE
|
|
988
1501
|
*/
|
|
989
1502
|
export interface IKgVarConfigControlControlProperties {
|
|
990
1503
|
CHECKBOX: {
|
|
@@ -3,26 +3,38 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const FORM_IDS: {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 环形穿梭车可视化:小车信息汇总.
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY: string;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* 环形穿梭车可视化:小车:人工创建任务.
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 环形穿梭车可视化:小车:状态.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS: string;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 环形穿梭车可视化:小车:任务.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* 环形穿梭车可视化:任务信息汇总.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY: string;
|
|
25
25
|
KG_PAGE_DDA__CREATE__BUTTON: string;
|
|
26
|
+
/**
|
|
27
|
+
* 模拟器--菜单--场景--新建--环线输送线.
|
|
28
|
+
*/
|
|
29
|
+
KG_SIMULATOR__MENU__SCENE__CREATE__CIRCULAR_CONVEYOR: string;
|
|
30
|
+
/**
|
|
31
|
+
* 模拟器--菜单--场景--打开--环线输送线.
|
|
32
|
+
*/
|
|
33
|
+
KG_SIMULATOR__MENU__SCENE__OPEN__CIRCULAR_CONVEYOR: string;
|
|
34
|
+
/**
|
|
35
|
+
* 模拟器--面板--属性.
|
|
36
|
+
*/
|
|
37
|
+
KG_SIMULATOR__PANEL__PROPERTY: string;
|
|
26
38
|
KG_SQL_CLIENT__RESULT_TAB: string;
|
|
27
39
|
/**
|
|
28
40
|
* 变量配置弹窗:按钮:按钮管理.
|
package/dist/src/i18n/index.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as KgPageCircularShuttleMonitor } from './KgPageCircularShuttleMonitor';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
import './KgPageDda.
|
|
2
|
+
import './KgPageDda.css';
|
|
3
3
|
export declare const getProps: () => any;
|
|
4
4
|
export declare type IKgPageDdaProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
5
5
|
declare const _default: 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>, {} | {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { CreateVarDdaQuery, ResultSetMetadataColumn, SysPermission, VarButton, VarGridDetail, VarProfileDetail, VarSubmitDetail } from '../../../api/WMS/models';
|
|
2
2
|
import { KgStoreDefinition } from '../../../const';
|
|
3
|
-
export interface
|
|
3
|
+
export interface IKgPageDdaCreateStoreGetters {
|
|
4
4
|
getCreateVarDdaQuery: CreateVarDdaQuery;
|
|
5
5
|
getFrmId: string | null | undefined;
|
|
6
6
|
getIsLoading: boolean;
|
|
7
7
|
getResultSetMetadataColumns: Array<ResultSetMetadataColumn>;
|
|
8
8
|
getVarButtons: Array<VarButton>;
|
|
9
9
|
}
|
|
10
|
-
export interface
|
|
10
|
+
export interface IKgPageDdaCreateStoreActions {
|
|
11
11
|
createVarButton(button: VarButton): void;
|
|
12
12
|
deleteVarButton(param: {
|
|
13
13
|
varName: string | null | undefined;
|
|
@@ -36,4 +36,4 @@ export interface IKgCircleVisStoreActions {
|
|
|
36
36
|
frmNam: string;
|
|
37
37
|
}): void;
|
|
38
38
|
}
|
|
39
|
-
export declare const useKgPageDdaCreateStore: KgStoreDefinition<
|
|
39
|
+
export declare const useKgPageDdaCreateStore: KgStoreDefinition<IKgPageDdaCreateStoreGetters, IKgPageDdaCreateStoreActions>;
|
package/dist/src/page/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export * from '
|
|
1
|
+
export { useKgCircularShuttleMonitor, type IUseKgCircularShuttleMonitor } from '../component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks';
|
|
2
|
+
export * from '../component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model';
|
|
3
3
|
/**
|
|
4
4
|
* 路由.
|
|
5
5
|
*
|