@kengic/vue 0.30.1-beta.4 → 0.30.1-beta.41

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