@kengic/vue 0.30.1-beta.3 → 0.30.1-beta.31

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 (172) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/dist/align-left-outlined.579b01c6.mjs +8 -0
  3. package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
  4. package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
  5. package/dist/caret-up-outlined.81b559ad.mjs +8 -0
  6. package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
  7. package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
  8. package/dist/double-right-outlined.f057a6b2.mjs +8 -0
  9. package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
  10. package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
  11. package/dist/holder-outlined.9e698750.mjs +8 -0
  12. package/dist/index.css +1 -1
  13. package/dist/kengic-vue.js +171350 -127577
  14. package/dist/loading-outlined.13a15197.mjs +8 -0
  15. package/dist/more-outlined.8e1202ac.mjs +8 -0
  16. package/dist/palette-swatch-variant.f7258843.mjs +8 -0
  17. package/dist/partition-outlined.1bcf4f37.mjs +8 -0
  18. package/dist/profile-outlined.1059fb0d.mjs +8 -0
  19. package/dist/project/build/utils.ts +20 -15
  20. package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
  21. package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
  22. package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
  23. package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
  24. package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
  25. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +3 -3
  26. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +16 -0
  27. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
  28. package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
  29. package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
  30. package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
  31. package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
  32. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
  33. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
  34. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
  35. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
  36. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
  37. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
  38. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
  39. package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
  40. package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
  41. package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
  42. package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
  43. package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +25 -0
  44. package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
  45. package/dist/src/api/WMS/Controllers/index.d.ts +1 -1
  46. package/dist/src/api/WMS/models.d.ts +11 -5
  47. package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
  48. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +26 -5
  49. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +21 -5
  50. package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +1 -33
  51. package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +4 -4
  52. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +4 -1
  53. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
  54. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
  55. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
  56. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
  57. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
  58. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
  59. package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
  60. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
  61. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
  62. package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
  63. package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
  64. package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
  65. package/dist/src/component/KgForm/KgForm.d.ts +3 -3
  66. package/dist/src/component/KgForm/index.d.ts +4 -4
  67. package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +35 -35
  68. package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +31 -33
  69. package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +34 -34
  70. package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +38 -36
  71. package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +34 -34
  72. package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +34 -34
  73. package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +34 -34
  74. package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +34 -34
  75. package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +34 -34
  76. package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +34 -34
  77. package/dist/src/component/KgForm.Item/components/KgForm.Item.Link.d.ts +34 -34
  78. package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +34 -36
  79. package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +35 -35
  80. package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +34 -34
  81. package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +34 -34
  82. package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
  83. package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
  84. package/dist/src/component/KgModal/KgModal.d.ts +18 -18
  85. package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
  86. package/dist/src/component/KgModal02/KgModal02.d.ts +591 -0
  87. package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
  88. package/dist/src/component/KgModal02/index.d.ts +1 -0
  89. package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
  90. package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
  91. package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +71 -0
  92. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
  93. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
  94. package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
  95. package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
  96. package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
  97. package/dist/src/{page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts → component/KgSimulator/KgSimulator.Panel.Scene.d.ts} +2 -3
  98. package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +92 -0
  99. package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
  100. package/dist/src/component/KgSimulator/KgSimulator.Title.d.ts +11 -0
  101. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
  102. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
  103. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
  104. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
  105. package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
  106. package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +63 -0
  107. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +68 -0
  108. package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
  109. package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +517 -0
  110. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +172 -0
  111. package/dist/src/component/KgSimulator/index.d.ts +3 -0
  112. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +14 -9
  113. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +46 -14
  114. package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +46 -0
  115. package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
  116. package/dist/src/component/KgTable/{components/KgTable.HeaderCell.d.ts → KgTable.HeadCell.d.ts} +1 -1
  117. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
  118. package/dist/src/component/KgTable/KgTable.model.d.ts +0 -2
  119. package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +72 -0
  120. package/dist/src/component/KgTable02/KgTable02.event.d.ts +13 -3
  121. package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +9 -0
  122. package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +9 -0
  123. package/dist/src/component/KgVar/KgVar.d.ts +23 -17
  124. package/dist/src/component/KgVar/KgVar.event.d.ts +19 -6
  125. package/dist/src/component/KgVar/KgVar.hooks.d.ts +20 -7
  126. package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
  127. package/dist/src/component/KgVar/index.d.ts +1 -1
  128. package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
  129. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +2 -2
  130. package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +4 -4
  131. package/dist/src/component/index.d.ts +3 -0
  132. package/dist/src/config/config.store.d.ts +15 -3
  133. package/dist/src/config/index.d.ts +9 -3
  134. package/dist/src/const/const.model.d.ts +533 -5
  135. package/dist/src/const/form-id.const.d.ts +22 -10
  136. package/dist/src/const/index.d.ts +0 -1
  137. package/dist/src/i18n/cs_CZ.d.ts +1 -1
  138. package/dist/src/i18n/en.d.ts +1 -1
  139. package/dist/src/i18n/es_ES.d.ts +1 -1
  140. package/dist/src/i18n/fr_FR.d.ts +1 -1
  141. package/dist/src/i18n/i18n.setup.d.ts +1 -1
  142. package/dist/src/i18n/km_KH.d.ts +1 -1
  143. package/dist/src/i18n/ko_KR.d.ts +1 -1
  144. package/dist/src/i18n/vi_VN.d.ts +1 -1
  145. package/dist/src/i18n/zh_CN.d.ts +1 -1
  146. package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
  147. package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
  148. package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
  149. package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
  150. package/dist/src/page/index.d.ts +2 -2
  151. package/dist/src/project/src/utils/env.d.ts +0 -16
  152. package/dist/src/service/http-client.d.ts +5 -1
  153. package/dist/src/util/ant-design-vue.d.ts +1 -1
  154. package/dist/src/util/tsx.helper.d.ts +7 -7
  155. package/package.json +9 -7
  156. package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +0 -54
  157. package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
  158. package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
  159. package/dist/src/const/injection-keys.const.d.ts +0 -11
  160. package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
  161. package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
  162. package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
  163. package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
  164. package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
  165. package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
  166. package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
  167. package/dist/src/page/KgCircleVis/index.d.ts +0 -1
  168. /package/dist/src/api/WMS/Controllers/{WhController → WarehouseController}/index.d.ts +0 -0
  169. /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
  170. /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
  171. /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts → KgTable.Setting.VarGridMaster.SaveAs.d.ts} +0 -0
  172. /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +0 -0
@@ -1,11 +1,10 @@
1
1
  import { IKgEventListener } from '@kengic/core.core';
2
2
  import { Q } from '@thymine/xunee';
3
- import { Ref } from 'vue';
4
3
  import { IKgCanvasContextMenu } from './KgCanvas.ContextMenu';
5
4
  /**
6
5
  * 事件类型.
7
6
  */
8
- export declare type IKgCanvasEvent = 'onInit' | 'onReload' | 'onResize' | 'onMouseMove' | 'onMouseEnter' | 'onMouseLeave' | 'onClick' | 'onRightClick' | 'onContextMenuOpen' | 'onContextMenuClose';
7
+ export declare type IKgCanvasEvent = 'onInit' | 'onReload' | 'onResize' | 'onDrop' | 'onMouseMove' | 'onMouseEnter' | 'onMouseLeave' | 'onClick' | 'onRightClick' | 'onContextMenuOpen' | 'onContextMenuClose' | 'onSelectChange';
9
8
  export declare type IKgCanvasOnInitEventListenerParameter = {
10
9
  Q: typeof Q;
11
10
  /**
@@ -44,7 +43,9 @@ export declare type IKgCanvasOnRightClickEventListenerParameter = {
44
43
  * <p>右键菜单列表.</p>
45
44
  * <p>用户可以直接修改该参数的值, 从而修改此次单击右键事件弹出的右键菜单.</p>
46
45
  */
47
- contextMenus: Ref<Array<IKgCanvasContextMenu>>;
46
+ contextMenus: {
47
+ value: Array<IKgCanvasContextMenu>;
48
+ };
48
49
  /**
49
50
  * 图元.
50
51
  */
@@ -151,12 +152,31 @@ export declare type IKgCanvasOnContextMenuOpenEventListenerParameter = {};
151
152
  export declare type IKgCanvasOnContextMenuOpenEventListener = ((param: IKgCanvasOnContextMenuOpenEventListenerParameter) => Promise<boolean>) & IKgEventListener;
152
153
  export declare type IKgCanvasOnContextMenuCloseEventListenerParameter = {};
153
154
  export declare type IKgCanvasOnContextMenuCloseEventListener = ((param: IKgCanvasOnContextMenuCloseEventListenerParameter) => Promise<boolean>) & IKgEventListener;
154
- export declare type IKgCanvasEventListenerParameter = IKgCanvasOnInitEventListenerParameter | IKgCanvasOnReloadEventListenerParameter | IKgCanvasOnResizeEventListenerParameter | IKgCanvasOnRightClickEventListenerParameter | IKgCanvasOnMouseMoveEventListenerParameter | IKgCanvasOnMouseEnterEventListenerParameter | IKgCanvasOnMouseLeaveEventListenerParameter | IKgCanvasOnClickEventListenerParameter | IKgCanvasOnContextMenuOpenEventListenerParameter | IKgCanvasOnContextMenuCloseEventListenerParameter;
155
- export declare type IKgCanvasEventListener = IKgCanvasOnInitEventListener | IKgCanvasOnReloadEventListener | IKgCanvasOnResizeEventListener | IKgCanvasOnRightClickEventListener | IKgCanvasOnMouseMoveEventListener | IKgCanvasOnMouseEnterEventListener | IKgCanvasOnMouseLeaveEventListener | IKgCanvasOnClickEventListener | IKgCanvasOnContextMenuOpenEventListener | IKgCanvasOnContextMenuCloseEventListener;
155
+ export declare type IKgCanvasOnDropEventListenerParameter = {
156
+ /**
157
+ * 拖拽事件对象.
158
+ */
159
+ event: DragEvent;
160
+ /**
161
+ * 图形组件对象.
162
+ */
163
+ graph: Q.Graph;
164
+ };
165
+ export declare type IKgCanvasOnDropEventListener = ((param: IKgCanvasOnDropEventListenerParameter) => Promise<boolean>) & IKgEventListener;
166
+ export declare type IKgCanvasOnSelectChangeEventListenerParameter = {
167
+ /**
168
+ * 事件对象.
169
+ */
170
+ event: Q.ListEvent;
171
+ };
172
+ export declare type IKgCanvasOnSelectChangeEventListener = ((param: IKgCanvasOnSelectChangeEventListenerParameter) => Promise<boolean>) & IKgEventListener;
173
+ export declare type IKgCanvasEventListenerParameter = IKgCanvasOnInitEventListenerParameter | IKgCanvasOnReloadEventListenerParameter | IKgCanvasOnResizeEventListenerParameter | IKgCanvasOnRightClickEventListenerParameter | IKgCanvasOnMouseMoveEventListenerParameter | IKgCanvasOnMouseEnterEventListenerParameter | IKgCanvasOnMouseLeaveEventListenerParameter | IKgCanvasOnClickEventListenerParameter | IKgCanvasOnContextMenuOpenEventListenerParameter | IKgCanvasOnContextMenuCloseEventListenerParameter | IKgCanvasOnDropEventListenerParameter | IKgCanvasOnSelectChangeEventListenerParameter;
174
+ export declare type IKgCanvasEventListener = IKgCanvasOnInitEventListener | IKgCanvasOnReloadEventListener | IKgCanvasOnResizeEventListener | IKgCanvasOnRightClickEventListener | IKgCanvasOnMouseMoveEventListener | IKgCanvasOnMouseEnterEventListener | IKgCanvasOnMouseLeaveEventListener | IKgCanvasOnClickEventListener | IKgCanvasOnContextMenuOpenEventListener | IKgCanvasOnContextMenuCloseEventListener | IKgCanvasOnDropEventListener | IKgCanvasOnSelectChangeEventListener;
156
175
  export declare const eventListeners: Record<string, {
157
176
  onClick: Array<IKgCanvasOnClickEventListener>;
158
177
  onContextMenuClose: Array<IKgCanvasOnContextMenuCloseEventListener>;
159
178
  onContextMenuOpen: Array<IKgCanvasOnContextMenuOpenEventListener>;
179
+ onDrop: Array<IKgCanvasOnDropEventListener>;
160
180
  onInit: Array<IKgCanvasOnInitEventListener>;
161
181
  onMouseEnter: Array<IKgCanvasOnMouseEnterEventListener>;
162
182
  onMouseLeave: Array<IKgCanvasOnMouseLeaveEventListener>;
@@ -164,6 +184,7 @@ export declare const eventListeners: Record<string, {
164
184
  onReload: Array<IKgCanvasOnReloadEventListener>;
165
185
  onResize: Array<IKgCanvasOnResizeEventListener>;
166
186
  onRightClick: Array<IKgCanvasOnRightClickEventListener>;
187
+ onSelectChange: Array<IKgCanvasOnSelectChangeEventListener>;
167
188
  }>;
168
189
  /**
169
190
  * 触发事件.
@@ -1,7 +1,11 @@
1
1
  import { IRemoveEventListener } from '@kengic/core.core';
2
- import { IKgCanvasOnClickEventListener, IKgCanvasOnContextMenuCloseEventListener, IKgCanvasOnContextMenuOpenEventListener, IKgCanvasOnInitEventListener, IKgCanvasOnMouseEnterEventListener, IKgCanvasOnMouseLeaveEventListener, IKgCanvasOnMouseMoveEventListener, IKgCanvasOnReloadEventListener, IKgCanvasOnResizeEventListener, IKgCanvasOnRightClickEventListener } from './KgCanvas.event';
3
- import { useKgCanvasStore } from './KgCanvas.store';
2
+ import { IKgCanvasOnClickEventListener, IKgCanvasOnContextMenuCloseEventListener, IKgCanvasOnContextMenuOpenEventListener, IKgCanvasOnDropEventListener, IKgCanvasOnInitEventListener, IKgCanvasOnMouseEnterEventListener, IKgCanvasOnMouseLeaveEventListener, IKgCanvasOnMouseMoveEventListener, IKgCanvasOnReloadEventListener, IKgCanvasOnResizeEventListener, IKgCanvasOnRightClickEventListener, IKgCanvasOnSelectChangeEventListener } from './KgCanvas.event';
3
+ import { buildKgCanvasStore } from './KgCanvas.store';
4
4
  export declare type IUseKgCanvas = {
5
+ /**
6
+ * 标识.
7
+ */
8
+ id: string;
5
9
  /**
6
10
  * 监听事件: 单击鼠标左键.
7
11
  * @param listener 事件监听函数.
@@ -20,6 +24,12 @@ export declare type IUseKgCanvas = {
20
24
  * @param isOnce 是否只会触发一次. 默认为 undefined.
21
25
  */
22
26
  onContextMenuOpen(listener: IKgCanvasOnContextMenuOpenEventListener, isOnce?: boolean): IRemoveEventListener;
27
+ /**
28
+ * 监听事件: 拖拽落下.
29
+ * @param listener 事件监听函数.
30
+ * @param isOnce 是否只会触发一次. 默认为 undefined.
31
+ */
32
+ onDrop(listener: IKgCanvasOnDropEventListener, isOnce?: boolean): IRemoveEventListener;
23
33
  /**
24
34
  * 监听事件: 图形组件初始完成.
25
35
  * @param listener 事件监听函数.
@@ -62,11 +72,17 @@ export declare type IUseKgCanvas = {
62
72
  * @param isOnce 是否只会触发一次. 默认为 undefined.
63
73
  */
64
74
  onRightClick(listener: IKgCanvasOnRightClickEventListener, isOnce?: boolean): IRemoveEventListener;
75
+ /**
76
+ * 监听事件: 选中发生变更.
77
+ * @param listener 事件监听函数.
78
+ * @param isOnce 是否只会触发一次. 默认为 undefined.
79
+ */
80
+ onSelectChange(listener: IKgCanvasOnSelectChangeEventListener, isOnce?: boolean): IRemoveEventListener;
65
81
  /** 状态数据. */
66
- store: ReturnType<typeof useKgCanvasStore>;
67
- };
82
+ store: ReturnType<ReturnType<typeof buildKgCanvasStore>>;
83
+ } & ReturnType<ReturnType<typeof buildKgCanvasStore>>;
68
84
  /**
69
85
  *
70
86
  * @param id 唯一标识.
71
87
  */
72
- export declare function useKgCanvas(id: string): IUseKgCanvas;
88
+ export declare function useKgCanvas(id?: string | null | undefined): IUseKgCanvas;
@@ -1,33 +1 @@
1
- import { Q } from '@thymine/xunee';
2
- import { InjectionKey } from 'vue';
3
- export declare const KG__DI__KG_CANVAS_PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
4
- id: {
5
- type: import("vue").PropType<string>;
6
- required: boolean;
7
- };
8
- kgCanvasToolbarFullscreen: {
9
- type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
10
- kgIsShowText: {
11
- type: import("vue").PropType<boolean>;
12
- default: boolean;
13
- };
14
- }>>>;
15
- };
16
- kgIsEditable: {
17
- type: import("vue").PropType<boolean>;
18
- default: boolean;
19
- };
20
- kgIsEnableOverview: {
21
- type: import("vue").PropType<boolean>;
22
- default: boolean;
23
- };
24
- kgIsGridBackground: {
25
- type: import("vue").PropType<boolean>;
26
- default: boolean;
27
- };
28
- kgIsResizable: {
29
- type: import("vue").PropType<boolean>;
30
- default: boolean;
31
- };
32
- }>>>;
33
- export declare const KG__DI__KG_CANVAS_GET_GRAPH: InjectionKey<() => Q.Graph>;
1
+ export declare const TODO1: {};
@@ -28,12 +28,12 @@ export declare type IKgCanvasElementProperties = {
28
28
  };
29
29
  [index: string]: any;
30
30
  };
31
- export declare type IUseGlobalContextMenus = {
32
- globalContextMenus: Array<IKgCanvasContextMenu>;
31
+ export declare type IUseGlobalContextMenuList = {
32
+ globalContextMenuList: Array<IKgCanvasContextMenu>;
33
33
  };
34
- export declare function _useGlobalContextMenus(param: {
34
+ export declare function _useGlobalContextMenuList(param: {
35
35
  id: string | undefined;
36
- }): IUseGlobalContextMenus;
36
+ }): IUseGlobalContextMenuList;
37
37
  export declare type IUseResizeObserver = {};
38
38
  export declare function _useResizeObserver(param: {
39
39
  graph: () => Q.Graph | null;
@@ -1,6 +1,9 @@
1
+ import { Q } from '@thymine/xunee';
1
2
  import { KgStoreDefinition } from '../../const';
2
3
  export interface IUseKgCanvasStoreGetters {
3
4
  }
4
5
  export interface IUseKgCanvasStoreActions {
6
+ get$graph(): Q.Graph | null;
7
+ set$graph(value: Q.Graph | null | undefined): void;
5
8
  }
6
- export declare const useKgCanvasStore: KgStoreDefinition<IUseKgCanvasStoreGetters, IUseKgCanvasStoreActions>;
9
+ export declare function buildKgCanvasStore(id: string | null | undefined): KgStoreDefinition<IUseKgCanvasStoreGetters, IUseKgCanvasStoreActions>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:库区下拉列表.
4
+ */
5
+ export declare const KgCircularShuttleMonitorAreaSelect: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:画布.
4
+ */
5
+ export declare const KgCircularShuttleMonitorCanvas: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:图例.
4
+ */
5
+ export declare const KgCircularShuttleMonitorLegend: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:离线区.
4
+ */
5
+ export declare const KgCircularShuttleMonitorOffline: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:设置面板.
4
+ */
5
+ export declare const KgCircularShuttleMonitorSetting: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化:日志.
4
+ */
5
+ export declare const KgCircularShuttleMonitorTabLog: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -1,6 +1,6 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgCircleVis.css';
3
- import { StatusRgvVO } from './KgCircleVis.model';
2
+ import './KgCircularShuttleMonitor.css';
3
+ import { StatusRgvVO } from './KgCircularShuttleMonitor.model';
4
4
  export declare const getProps: () => {
5
5
  /**
6
6
  * 小车.
@@ -10,11 +10,11 @@ export declare const getProps: () => {
10
10
  type: PropType<StatusRgvVO>;
11
11
  };
12
12
  };
13
- export declare type KgCircleVisTabRgvProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
13
+ export declare type KgCircularShuttleMonitorTabRgvProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
14
14
  /**
15
- * 环穿可视化:小车信息.
15
+ * 环形穿梭车可视化:小车信息.
16
16
  */
17
- export declare const KgCircleVisTabRgv: import("vue").DefineComponent<{
17
+ export declare const KgCircularShuttleMonitorTabRgv: import("vue").DefineComponent<{
18
18
  /**
19
19
  * 小车.
20
20
  */
@@ -0,0 +1,5 @@
1
+ import './KgCircularShuttleMonitor.css';
2
+ /**
3
+ * 环形穿梭车可视化.
4
+ */
5
+ export declare const KgCircularShuttleMonitor: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,29 @@
1
+ import { Q } from '@thymine/xunee';
2
+ import { MapDTO, StatusDTO } from './KgCircularShuttleMonitor.model';
3
+ import { IKgCircularShuttleMonitorProps, useKgCircularShuttleMonitorStore } from './KgCircularShuttleMonitor.store';
4
+ export declare type IUseKgCircularShuttleMonitor = {
5
+ /**
6
+ * 画布--取下一个地图数据. 从地图数据列表队首取一个数据, 并且从列表中删除该数据. 如果列表为空, 则返回空.
7
+ */
8
+ $Canvas$popMapData(): MapDTO | null;
9
+ /**
10
+ * 画布--取下一个状态数据. 从状态数据列表队首取一个数据, 并且从列表中删除该数据. 如果列表为空, 则返回空.
11
+ */
12
+ $Canvas$popStatusData(): StatusDTO | null;
13
+ /**
14
+ * 画布对象.
15
+ */
16
+ graph: Q.Graph | null;
17
+ /**
18
+ * 设置参数.
19
+ *
20
+ * @param props 参数.
21
+ */
22
+ setProps(props: IKgCircularShuttleMonitorProps | null | undefined): void;
23
+ /** 状态数据. */
24
+ store: ReturnType<typeof useKgCircularShuttleMonitorStore>;
25
+ };
26
+ /**
27
+ *
28
+ */
29
+ export declare function useKgCircularShuttleMonitor(): IUseKgCircularShuttleMonitor;
@@ -21,7 +21,7 @@ export declare type MapStationDTO = {
21
21
  aisle: number;
22
22
  /** 线体编号. */
23
23
  conveyorNo: string;
24
- /** 线体坐标(线体相对环穿轨道的位置). */
24
+ /** 线体坐标(线体相对环形穿梭车轨道的位置). */
25
25
  coordinate: number;
26
26
  /** 站点方向 0:朝向车,1:背离车. */
27
27
  direction: number;
@@ -1,7 +1,7 @@
1
1
  import { Q } from '@thymine/xunee';
2
- import { KgStoreDefinition } from '../../../const';
3
- import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './KgCircleVis.model';
4
- export declare type IKgCircleVisProps = {
2
+ import { KgStoreDefinition } from '../../const';
3
+ import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './KgCircularShuttleMonitor.model';
4
+ export declare type IKgCircularShuttleMonitorProps = {
5
5
  /**
6
6
  * 接口地址.
7
7
  */
@@ -43,7 +43,7 @@ export declare type IKgCircleVisProps = {
43
43
  */
44
44
  GetState?: string;
45
45
  /**
46
- * 创建环穿任务.
46
+ * 创建环形穿梭车任务.
47
47
  *
48
48
  * @default /apigateway/wasserver/api/v1/CircleRgvState/ManualCreateWorkTask
49
49
  */
@@ -151,49 +151,49 @@ export declare type IKgCircleVisProps = {
151
151
  */
152
152
  updateStatusInterval?: number;
153
153
  };
154
- export interface IKgCircleVisStoreState {
154
+ export interface IKgCircularShuttleMonitorStoreState {
155
155
  /**
156
- * 库区下拉列表:是否正在请求数据.
156
+ * 库区下拉列表--是否正在请求数据.
157
157
  */
158
- $AreaSelect$isRequesting: boolean;
158
+ $AreaSelect$isRequesting$: boolean;
159
159
  /**
160
- * 库区下拉列表:当前选中的值.
160
+ * 库区下拉列表--当前选中的值.
161
161
  */
162
162
  $AreaSelect$value: string | null;
163
163
  /**
164
- * 画布:设置:当前展开面板.
164
+ * 画布--设置--当前展开面板.
165
165
  */
166
166
  $Canvas$Setting$CollapseActiveKey: Array<string>;
167
167
  /**
168
- * 画布:设置:是否绘制巷道.
168
+ * 画布--设置--是否绘制巷道.
169
169
  */
170
170
  $Canvas$Setting$IsAisleVisible: boolean;
171
171
  /**
172
- * 画布:设置:是否显示.
172
+ * 画布--设置--是否显示.
173
173
  */
174
174
  $Canvas$Setting$IsLegendVisible: boolean;
175
175
  /**
176
- * 画布:设置:是否绘制小车路线:小车在路线上.
176
+ * 画布--设置--是否绘制小车路线--小车在路线上.
177
177
  */
178
178
  $Canvas$Setting$IsRgvOnPath: boolean;
179
179
  /**
180
- * 画布:设置:是否绘制小车路线:是否显示垂直连线.
180
+ * 画布--设置--是否绘制小车路线--是否显示垂直连线.
181
181
  */
182
182
  $Canvas$Setting$IsRgvPathLineVisible: boolean;
183
183
  /**
184
- * 画布:设置:是否绘制小车路线.
184
+ * 画布--设置--是否绘制小车路线.
185
185
  */
186
186
  $Canvas$Setting$IsRgvPathVisible: boolean;
187
187
  /**
188
- * 画布:设置:选中是否闪烁.
188
+ * 画布--设置--选中是否闪烁.
189
189
  */
190
190
  $Canvas$Setting$IsSelectBlinkOn: boolean;
191
191
  /**
192
- * 画布:设置:小车间距.
192
+ * 画布--设置--小车间距.
193
193
  */
194
194
  $Canvas$Setting$RgvMarginY: number;
195
195
  /**
196
- * <p>画布:设置:小车属性.</p>
196
+ * <p>画布--设置--小车属性.</p>
197
197
  * <ul>
198
198
  * <li>key: 小车编号</li>
199
199
  * <li>value: 小车属性</li>
@@ -206,51 +206,51 @@ export interface IKgCircleVisStoreState {
206
206
  pathColor: string;
207
207
  }>;
208
208
  /**
209
- * 画布:设置:闪烁间隔毫秒.
209
+ * 画布--设置--闪烁间隔毫秒.
210
210
  */
211
211
  $Canvas$Setting$SelectBlinkInterval: number;
212
212
  /**
213
- * 画布:当前选中的小车列表.
213
+ * 画布--当前选中的小车列表.
214
214
  */
215
215
  $Canvas$currentRgvList: Array<StatusRgvVO>;
216
216
  /**
217
- * 画布:当前选中的站点列表.
217
+ * 画布--当前选中的站点列表.
218
218
  */
219
219
  $Canvas$currentStationList: Array<MapStationVO>;
220
220
  /**
221
- * 画布:最新地图数据.
221
+ * 画布--最新地图数据.
222
222
  */
223
223
  $Canvas$mapData: MapDTO | null;
224
224
  /**
225
- * 画布:地图数据列表. 等待被绘制的地图数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
225
+ * 画布--地图数据列表. 等待被绘制的地图数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
226
226
  */
227
227
  $Canvas$mapDataList: Array<MapDTO>;
228
228
  /**
229
- * 画布:是否正在请求地图数据.
229
+ * 画布--是否正在请求地图数据.
230
230
  */
231
231
  $Canvas$mapIsRequesting: boolean;
232
232
  /**
233
- * 画布:最新状态数据.
233
+ * 画布--最新状态数据.
234
234
  */
235
235
  $Canvas$statusData: StatusDTO | null;
236
236
  /**
237
- * 画布:状态数据列表. 等待被绘制的状态数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
237
+ * 画布--状态数据列表. 等待被绘制的状态数据列表, 每次绘制都从队首取一个数据进行绘制, 当队列为空时暂停绘制.
238
238
  */
239
239
  $Canvas$statusDataList: Array<StatusDTO>;
240
240
  /**
241
- * 画布:是否正在请求状态数据.
241
+ * 画布--是否正在请求状态数据.
242
242
  */
243
243
  $Canvas$statusIsRequesting: boolean;
244
244
  /**
245
- * 设置:是否显示.
245
+ * 设置--是否显示.
246
246
  */
247
247
  $Setting$isVisible: boolean;
248
248
  /**
249
- * 标签页:当前标签页.
249
+ * 标签页--当前标签页.
250
250
  */
251
251
  $Tab$activeKey: string | number;
252
252
  /**
253
- * 标签页:小车列表.
253
+ * 标签页--小车列表.
254
254
  */
255
255
  $Tab$rgvList: Array<StatusRgvVO>;
256
256
  /**
@@ -260,9 +260,9 @@ export interface IKgCircleVisStoreState {
260
260
  /**
261
261
  * 参数.
262
262
  */
263
- props: IKgCircleVisProps | null;
263
+ props: IKgCircularShuttleMonitorProps | null;
264
264
  }
265
- export interface IKgCircleVisStoreGetters {
265
+ export interface IKgCircularShuttleMonitorStoreGetters {
266
266
  $AreaSelect$getIsRequesting: boolean;
267
267
  $AreaSelect$getValue: string | null;
268
268
  /**
@@ -290,16 +290,16 @@ export interface IKgCircleVisStoreGetters {
290
290
  $Canvas$getStatusDataList: Array<StatusDTO>;
291
291
  $Canvas$getStatusIsRequesting: boolean;
292
292
  /**
293
- * 离线区:离线小车列表.
293
+ * 离线区--离线小车列表.
294
294
  */
295
295
  $Offline$getRgvList: Array<StatusRgvVO>;
296
296
  $Setting$getIsVisible: boolean;
297
297
  $Tab$getActiveKey: string | number;
298
298
  $Tab$getRgvList: Array<StatusRgvVO>;
299
299
  getGraph: Q.Graph | null;
300
- getProps: IKgCircleVisProps | null;
300
+ getProps: IKgCircularShuttleMonitorProps | null;
301
301
  }
302
- export interface IKgCircleVisStoreActions {
302
+ export interface IKgCircularShuttleMonitorStoreActions {
303
303
  $AreaSelect$setIsRequesting(value: boolean | null | undefined): void;
304
304
  $AreaSelect$setValue(value: string | null | undefined): void;
305
305
  $Canvas$Setting$setCollapseActiveKey(value: Array<string> | null | undefined): void;
@@ -312,13 +312,13 @@ export interface IKgCircleVisStoreActions {
312
312
  $Canvas$Setting$setRgvMarginY(value: number | null | undefined): void;
313
313
  $Canvas$Setting$setSelectBlinkInterval(value: number | null | undefined): void;
314
314
  /**
315
- * 画布:往地图数据列尾插入一个数据.
315
+ * 画布--往地图数据列尾插入一个数据.
316
316
  *
317
317
  * @param value 要插入的数据.
318
318
  */
319
319
  $Canvas$pushMapDataList(value: MapDTO | null | undefined): void;
320
320
  /**
321
- * 画布:往状态数据列尾插入一个数据.
321
+ * 画布--往状态数据列尾插入一个数据.
322
322
  *
323
323
  * @param value 要插入的数据.
324
324
  */
@@ -333,13 +333,13 @@ export interface IKgCircleVisStoreActions {
333
333
  $Canvas$setStatusIsRequesting(value: boolean | null | undefined): void;
334
334
  $Setting$setIsVisible(value: boolean | null | undefined): void;
335
335
  /**
336
- * 标签页:从标签页列表中删除某个小车.
336
+ * 标签页--从标签页列表中删除某个小车.
337
337
  *
338
338
  * @param value 要删除的小车.
339
339
  */
340
340
  $Tab$deleteRgv(value: StatusRgvVO | null | undefined): void;
341
341
  /**
342
- * <p>标签页:插入小车列表.</p>
342
+ * <p>标签页--插入小车列表.</p>
343
343
  * <p>如果某个小车已经存在标签页列表中, 则不插入.</p>
344
344
  * <p>插入完成后, 将新插入的小车列表中的第一个小车的标签页激活.</p>
345
345
  *
@@ -348,7 +348,7 @@ export interface IKgCircleVisStoreActions {
348
348
  $Tab$insertRgvList(value: Array<StatusRgvVO> | null | undefined): void;
349
349
  $Tab$setActiveKey(value: string | number | null | undefined): void;
350
350
  $Tab$setRgvList(value: Array<StatusRgvVO> | null | undefined): void;
351
- setGraph(value: Q.Graph | null | undefined): void;
352
- setProps(value: IKgCircleVisProps | null | undefined): void;
351
+ set$graph(value: Q.Graph | null | undefined): void;
352
+ setProps(value: IKgCircularShuttleMonitorProps | null | undefined): void;
353
353
  }
354
- export declare const useKgCircleVisStore: KgStoreDefinition<IKgCircleVisStoreGetters, IKgCircleVisStoreActions>;
354
+ export declare const useKgCircularShuttleMonitorStore: KgStoreDefinition<IKgCircularShuttleMonitorStoreGetters, IKgCircularShuttleMonitorStoreActions>;
@@ -0,0 +1,3 @@
1
+ export { KgCircularShuttleMonitor } from './KgCircularShuttleMonitor';
2
+ export * from './KgCircularShuttleMonitor.hooks';
3
+ export * from './KgCircularShuttleMonitor.store';
@@ -1,7 +1,7 @@
1
1
  import { ExtractPropTypes } from 'vue';
2
2
  import './KgForm.less';
3
3
  export declare const getProps: () => {
4
- layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
4
+ layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
5
5
  labelCol: {
6
6
  type: import("vue").PropType<Partial<ExtractPropTypes<{
7
7
  span: (StringConstructor | NumberConstructor)[];
@@ -137,7 +137,7 @@ export declare const getProps: () => {
137
137
  };
138
138
  export declare type IKgFormProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
139
139
  declare const _default: import("vue").DefineComponent<{
140
- layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
140
+ layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
141
141
  labelCol: {
142
142
  type: import("vue").PropType<Partial<ExtractPropTypes<{
143
143
  span: (StringConstructor | NumberConstructor)[];
@@ -271,7 +271,7 @@ declare const _default: import("vue").DefineComponent<{
271
271
  type: import("vue").PropType<((name: string | number | string[] | number[], status: boolean, errors: string[] | null) => void) | undefined>;
272
272
  };
273
273
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
274
- layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
274
+ layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
275
275
  labelCol: {
276
276
  type: import("vue").PropType<Partial<ExtractPropTypes<{
277
277
  span: (StringConstructor | NumberConstructor)[];
@@ -10,7 +10,7 @@ declare const _default: {
10
10
  validateMessages: import("ant-design-vue/es/form/interface").ValidateMessages;
11
11
  validateOnRuleChange: boolean;
12
12
  }> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
- layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
13
+ layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
14
14
  labelCol: {
15
15
  type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
16
16
  span: (StringConstructor | NumberConstructor)[];
@@ -158,7 +158,7 @@ declare const _default: {
158
158
  $emit: (event: string, ...args: any[]) => void;
159
159
  $el: any;
160
160
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
161
- layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
161
+ layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
162
162
  labelCol: {
163
163
  type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
164
164
  span: (StringConstructor | NumberConstructor)[];
@@ -318,7 +318,7 @@ declare const _default: {
318
318
  $nextTick: typeof import("vue").nextTick;
319
319
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
320
320
  } & Readonly<import("vue").ExtractPropTypes<{
321
- layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
321
+ layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
322
322
  labelCol: {
323
323
  type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
324
324
  span: (StringConstructor | NumberConstructor)[];
@@ -456,7 +456,7 @@ declare const _default: {
456
456
  __isTeleport?: undefined;
457
457
  __isSuspense?: undefined;
458
458
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
459
- layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
459
+ layout: import("vue").PropType<"inline" | "horizontal" | "vertical">;
460
460
  labelCol: {
461
461
  type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
462
462
  span: (StringConstructor | NumberConstructor)[];