@kengic/vue 0.26.6-beta.9 → 0.26.6-beta.91

Sign up to get free protection for your applications and to get access to all the features.
Files changed (254) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/bulb-outlined.93f68e9f.mjs +8 -0
  3. package/dist/caret-right-outlined.f3fc4d46.mjs +8 -0
  4. package/dist/close-outlined-DMcSQWxQ.d9b56a5c.mjs +8 -0
  5. package/dist/fullscreen-exit-outlined-X1iYkFc4.0ce5fd3a.mjs +8 -0
  6. package/dist/fullscreen-exit-outlined.a75b82c2.mjs +8 -0
  7. package/dist/fullscreen-outlined-DDBrsRcy.37357723.mjs +8 -0
  8. package/dist/fullscreen-outlined.c9ba7960.mjs +8 -0
  9. package/dist/index.css +1 -1
  10. package/dist/kengic-vue.js +57373 -40189
  11. package/dist/pause-outlined.a5f6ccbd.mjs +8 -0
  12. package/dist/project/build/vite/plugin/index.ts +14 -1
  13. package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +51 -0
  14. package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +16 -0
  15. package/dist/src/api/WMS/Controllers/DescriptionController/index.d.ts +2 -0
  16. package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +73 -0
  17. package/dist/src/api/WMS/Controllers/SysPermissionController/index.d.ts +1 -0
  18. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +16 -0
  19. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
  20. package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +18 -0
  21. package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/index.d.ts +1 -0
  22. package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +16 -0
  23. package/dist/src/api/WMS/Controllers/VarController/index.d.ts +1 -0
  24. package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +16 -0
  25. package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +16 -0
  26. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +16 -0
  27. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +16 -0
  28. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +16 -0
  29. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +16 -0
  30. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +16 -0
  31. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +16 -0
  32. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +16 -0
  33. package/dist/src/api/WMS/Controllers/VarDdaController/index.d.ts +9 -0
  34. package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +19 -0
  35. package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +16 -0
  36. package/dist/src/api/WMS/Controllers/VarGridMasterController/index.d.ts +2 -0
  37. package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +19 -0
  38. package/dist/src/api/WMS/Controllers/VarProfileMasterController/index.d.ts +1 -0
  39. package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +16 -0
  40. package/dist/src/api/WMS/Controllers/VarVariableController/index.d.ts +1 -0
  41. package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +54 -0
  42. package/dist/src/api/WMS/Controllers/WhController/index.d.ts +1 -0
  43. package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +25 -0
  44. package/dist/src/api/WMS/Controllers/WorkstationController/index.d.ts +1 -0
  45. package/dist/src/api/WMS/Controllers/index.d.ts +11 -0
  46. package/dist/src/api/WMS/index.d.ts +2 -0
  47. package/dist/src/api/WMS/models.d.ts +1018 -0
  48. package/dist/src/api/api.d.ts +1 -0
  49. package/dist/src/api/def.d.ts +1 -0
  50. package/dist/src/api/index.d.ts +2 -0
  51. package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +47 -0
  52. package/dist/src/component/KgAppSelect/index.d.ts +3 -0
  53. package/dist/src/component/KgAppSelect/index.hooks.d.ts +41 -0
  54. package/dist/src/component/KgAppSelect/index.store.d.ts +74 -0
  55. package/dist/src/component/KgButton/KgButton.Item.d.ts +41 -0
  56. package/dist/src/component/KgButton/KgButton.Item.data.d.ts +31 -0
  57. package/dist/src/component/KgButton/KgButton.d.ts +40 -0
  58. package/dist/src/component/KgButton/components/KgButton.Copy.d.ts +40 -0
  59. package/dist/src/component/KgButton/components/KgButton.Create.d.ts +40 -0
  60. package/dist/src/component/KgButton/components/KgButton.Delete.d.ts +40 -0
  61. package/dist/src/component/KgButton/components/KgButton.Export.d.ts +40 -0
  62. package/dist/src/component/KgButton/components/KgButton.Import.d.ts +40 -0
  63. package/dist/src/component/KgButton/components/KgButton.ImportTemplate.d.ts +40 -0
  64. package/dist/src/component/KgButton/components/KgButton.Other.d.ts +40 -0
  65. package/dist/src/component/KgButton/components/KgButton.Search.d.ts +40 -0
  66. package/dist/src/component/KgButton/components/KgButton.Update.d.ts +40 -0
  67. package/dist/src/component/KgButton/index.d.ts +62 -0
  68. package/dist/src/component/KgButton/index.hooks.d.ts +183 -0
  69. package/dist/src/component/KgButton/index.store.d.ts +116 -0
  70. package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +104 -0
  71. package/dist/src/component/KgCanvas/KgCanvas.Toolbar.Fullscreen.d.ts +38 -0
  72. package/dist/src/component/KgCanvas/KgCanvas.Toolbar.OverviewScale.d.ts +38 -0
  73. package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +28 -0
  74. package/dist/src/component/KgCanvas/KgCanvas.d.ts +155 -0
  75. package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +43 -0
  76. package/dist/src/component/KgCanvas/index.d.ts +4 -0
  77. package/dist/src/component/KgCanvas/index.hooks.d.ts +67 -0
  78. package/dist/src/component/KgCanvas/index.store.d.ts +239 -0
  79. package/dist/src/component/KgCanvas/index.vm.d.ts +29 -0
  80. package/dist/src/component/KgForm/KgForm.d.ts +414 -0
  81. package/dist/src/component/KgForm/index.d.ts +604 -0
  82. package/dist/src/component/KgForm/index.hooks.d.ts +73 -0
  83. package/dist/src/component/KgForm/index.store.d.ts +221 -0
  84. package/dist/src/component/KgForm/index.vm.d.ts +9 -0
  85. package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +97 -0
  86. package/dist/src/component/KgForm.Item/KgForm.Item.service.d.ts +17 -0
  87. package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.DynamicQueryOperator.d.ts +49 -0
  88. package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.Lookup.Modal.d.ts +16 -0
  89. package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.Lookup.d.ts +31 -0
  90. package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +100 -0
  91. package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +99 -0
  92. package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +97 -0
  93. package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +97 -0
  94. package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +92 -0
  95. package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +96 -0
  96. package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +96 -0
  97. package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +96 -0
  98. package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +98 -0
  99. package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +98 -0
  100. package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.service.d.ts +29 -0
  101. package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +96 -0
  102. package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +96 -0
  103. package/dist/src/component/KgForm.Item/index.d.ts +2 -0
  104. package/dist/src/component/KgForm.Item/index.vm.d.ts +124 -0
  105. package/dist/src/component/KgImage/KgImage.d.ts +100 -0
  106. package/dist/src/component/KgImage/index.d.ts +1 -0
  107. package/dist/src/component/KgLayoutHeader/components/KgLayoutHeaderLocale.d.ts +38 -0
  108. package/dist/src/component/KgLayoutHeader/index.d.ts +2 -0
  109. package/dist/src/component/KgLayoutHeader/index.hooks.d.ts +4 -0
  110. package/dist/src/component/KgModal/KgModal.d.ts +823 -0
  111. package/dist/src/component/KgModal/KgModalHeaderButtons.d.ts +92 -0
  112. package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +12 -0
  113. package/dist/src/component/KgModal/hooks/useDragToResize.d.ts +29 -0
  114. package/dist/src/component/KgModal/index.d.ts +1 -0
  115. package/dist/src/component/KgModal/index.vm.d.ts +8 -0
  116. package/dist/src/component/KgProgressA/KgProgressA.d.ts +85 -0
  117. package/dist/src/component/KgProgressA/index.d.ts +1 -0
  118. package/dist/src/component/KgResizable/KgResizable.d.ts +91 -0
  119. package/dist/src/component/KgResizable/KgResizable.service.d.ts +12 -0
  120. package/dist/src/component/KgResizable/index.d.ts +1 -0
  121. package/dist/src/component/KgSearch/KgSearch.d.ts +26 -0
  122. package/dist/src/component/KgSearch/KgSearch.service.d.ts +32 -0
  123. package/dist/src/component/KgSearch/components/KgSearch.ConfigModal.d.ts +16 -0
  124. package/dist/src/component/KgSearch/index.d.ts +3 -0
  125. package/dist/src/component/KgSearch/index.hooks.d.ts +67 -0
  126. package/dist/src/component/KgSearch/index.store.d.ts +147 -0
  127. package/dist/src/component/KgSearch/index.vm.d.ts +1 -0
  128. package/dist/src/component/KgStation/KgStation.d.ts +47 -0
  129. package/dist/src/component/KgStation/index.d.ts +3 -0
  130. package/dist/src/component/KgStation/index.hooks.d.ts +29 -0
  131. package/dist/src/component/KgStation/index.store.d.ts +45 -0
  132. package/dist/src/component/KgSubmit/KgSubmit.d.ts +21 -0
  133. package/dist/src/component/KgSubmit/KgSubmit.service.d.ts +29 -0
  134. package/dist/src/component/KgSubmit/index.d.ts +4 -0
  135. package/dist/src/component/KgSubmit/index.hooks.d.ts +295 -0
  136. package/dist/src/component/KgSubmit/index.store.d.ts +194 -0
  137. package/dist/src/component/KgSubmit/index.vm.d.ts +57 -0
  138. package/dist/src/component/KgTable/KgTable.d.ts +39 -0
  139. package/dist/src/component/KgTable/KgTable.service.d.ts +34 -0
  140. package/dist/src/component/KgTable/components/KgTable.BodyCell.d.ts +60 -0
  141. package/dist/src/component/KgTable/components/KgTable.HeaderCell.d.ts +52 -0
  142. package/dist/src/component/KgTable/components/KgTable.Info.d.ts +57 -0
  143. package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +5 -0
  144. package/dist/src/component/KgTable/components/setting/KgTable.Setting.d.ts +21 -0
  145. package/dist/src/component/KgTable/components/setting/KgTable.Setting.service.d.ts +22 -0
  146. package/dist/src/component/KgTable/components/setting/config/KgTable.Setting.ConfigModal.d.ts +16 -0
  147. package/dist/src/component/KgTable/index.d.ts +4 -0
  148. package/dist/src/component/KgTable/index.hooks.d.ts +148 -0
  149. package/dist/src/component/KgTable/index.store.d.ts +241 -0
  150. package/dist/src/component/KgTable/index.vm.d.ts +67 -0
  151. package/dist/src/component/KgVar/KgVar.d.ts +114 -0
  152. package/dist/src/component/KgVar/KgVarFactory.d.ts +61 -0
  153. package/dist/src/component/KgVar/index.d.ts +5 -0
  154. package/dist/src/component/KgVar/index.hooks.d.ts +189 -0
  155. package/dist/src/component/KgVar/index.store.d.ts +266 -0
  156. package/dist/src/component/KgVar/index.store.service.d.ts +30 -0
  157. package/dist/src/component/KgVar/index.vm.d.ts +57 -0
  158. package/dist/src/component/KgVarConfig/KgVarConfig.d.ts +3 -0
  159. package/dist/src/component/KgVarConfig/components/KgVarConfig.SelectFormIdModal.d.ts +27 -0
  160. package/dist/src/component/KgVarConfig/components/KgVarConfigModal.d.ts +15 -0
  161. package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButton.d.ts +7 -0
  162. package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts +7 -0
  163. package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.d.ts +5 -0
  164. package/dist/src/component/KgVarConfig/components/child/KgVarConfig.Modal.Child.d.ts +7 -0
  165. package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts +7 -0
  166. package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts +7 -0
  167. package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +7 -0
  168. package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.d.ts +5 -0
  169. package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts +7 -0
  170. package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts +7 -0
  171. package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.d.ts +5 -0
  172. package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts +7 -0
  173. package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts +7 -0
  174. package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +23 -0
  175. package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts +5 -0
  176. package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts +2 -0
  177. package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts +2 -0
  178. package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts +2 -0
  179. package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts +2 -0
  180. package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts +2 -0
  181. package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts +2 -0
  182. package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarVariable.d.ts +2 -0
  183. package/dist/src/component/KgVarConfig/index.d.ts +3 -0
  184. package/dist/src/component/KgVarConfig/index.hooks.d.ts +17 -0
  185. package/dist/src/component/KgVarConfig/index.store.d.ts +16 -0
  186. package/dist/src/component/KgVarConfig/index.vm.d.ts +50 -0
  187. package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +47 -0
  188. package/dist/src/component/KgWarehouse/index.d.ts +4 -0
  189. package/dist/src/component/KgWarehouse/index.guard.d.ts +8 -0
  190. package/dist/src/component/KgWarehouse/index.hooks.d.ts +27 -0
  191. package/dist/src/component/KgWarehouse/index.store.d.ts +63 -0
  192. package/dist/src/component/KgYesOrNo/KgYesOrNo.d.ts +60 -0
  193. package/dist/src/component/KgYesOrNo/index.d.ts +1 -0
  194. package/dist/src/component/index.d.ts +21 -0
  195. package/dist/src/component/util.d.ts +14 -0
  196. package/dist/src/config/index.d.ts +3 -0
  197. package/dist/src/config/index.hooks.d.ts +36 -0
  198. package/dist/src/config/index.store.d.ts +315 -0
  199. package/dist/src/config/setup/index.d.ts +3 -0
  200. package/dist/src/config/setup/setup.d.ts +28 -0
  201. package/dist/src/config/setup/setupKgLocale.d.ts +29 -0
  202. package/dist/src/config/setup/setupKgStore.d.ts +18 -0
  203. package/dist/src/const/i18n/en.d.ts +281 -0
  204. package/dist/src/const/i18n/es_ES.d.ts +281 -0
  205. package/dist/src/const/i18n/fr_FR.d.ts +281 -0
  206. package/dist/src/const/i18n/index.d.ts +2 -0
  207. package/dist/src/const/i18n/km_KH.d.ts +281 -0
  208. package/dist/src/const/i18n/ko_KR.d.ts +281 -0
  209. package/dist/src/const/i18n/vi_VN.d.ts +281 -0
  210. package/dist/src/const/i18n/zh_CN.d.ts +282 -0
  211. package/dist/src/const/index.d.ts +3 -0
  212. package/dist/src/const/index.vm.d.ts +733 -0
  213. package/dist/src/const/injection-keys.const.d.ts +9 -0
  214. package/dist/src/helper/ant-design-vue.d.ts +347 -0
  215. package/dist/src/helper/tsx.helper.d.ts +23 -0
  216. package/dist/src/index.d.ts +11 -0
  217. package/dist/src/page/KgPageDda/KgPageDda.d.ts +8 -0
  218. package/dist/src/page/KgPageDda/components/KgPageDda.Create.Basic.SqlModal.d.ts +32 -0
  219. package/dist/src/page/KgPageDda/components/KgPageDda.Create.Basic.d.ts +7 -0
  220. package/dist/src/page/KgPageDda/components/KgPageDda.Create.Button.d.ts +7 -0
  221. package/dist/src/page/KgPageDda/components/KgPageDda.Create.Menu.d.ts +7 -0
  222. package/dist/src/page/KgPageDda/components/KgPageDda.Create.Search.d.ts +7 -0
  223. package/dist/src/page/KgPageDda/components/KgPageDda.Create.Submit.d.ts +7 -0
  224. package/dist/src/page/KgPageDda/components/KgPageDda.Create.Table.d.ts +7 -0
  225. package/dist/src/page/KgPageDda/components/KgPageDda.Create.d.ts +33 -0
  226. package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +1322 -0
  227. package/dist/src/page/KgPageDda/index.d.ts +5 -0
  228. package/dist/src/page/KgPageDda/index.vm.d.ts +12 -0
  229. package/dist/src/page/index.d.ts +8 -0
  230. package/dist/src/project/build/getConfigFileName.d.ts +5 -0
  231. package/dist/src/project/build/index.d.ts +1 -0
  232. package/dist/src/project/index.d.ts +3 -0
  233. package/dist/src/project/types/axios.d.ts +35 -0
  234. package/dist/src/project/types/config.d.ts +121 -0
  235. package/dist/src/project/types/index.d.ts +4 -0
  236. package/dist/src/project/types/store.d.ts +42 -0
  237. package/dist/src/project/types/utils.d.ts +4 -0
  238. package/dist/src/service/http-client.d.ts +93 -0
  239. package/dist/src/service/index.d.ts +1 -0
  240. package/dist/src/util/index.d.ts +4 -0
  241. package/dist/src/util/kg-auth.util.d.ts +26 -0
  242. package/dist/src/util/kg-route.util.d.ts +57 -0
  243. package/dist/src/util/kg-var.util.d.ts +76 -0
  244. package/dist/src/util/kg.util.d.ts +150 -0
  245. package/package.json +32 -21
  246. package/script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts +3 -0
  247. package/script/bump-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts +3 -0
  248. package/script/bump-to.ts +38 -0
  249. package/script/bump.ts +35 -0
  250. package/script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts +3 -0
  251. package/script/copy-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts +3 -0
  252. package/script/copy-to.luotao.smartfactory.tyre.haohua.gantry.was-java--main.ts +3 -0
  253. package/script/copy-to.ts +23 -0
  254. package/script/publish.ts +30 -0
@@ -0,0 +1,8 @@
1
+ const h = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M304 176h80v672h-80zm408 0h-64c-4.4 0-8 3.6-8 8v656c0 4.4 3.6 8 8 8h64c4.4 0 8-3.6 8-8V184c0-4.4-3.6-8-8-8z"/>'
5
+ };
6
+ export {
7
+ h as default
8
+ };
@@ -22,7 +22,20 @@ export function createVitePlugins(viteEnv: ViteEnv, isBuild: boolean) {
22
22
 
23
23
  const vitePlugins: (PluginOption | PluginOption[])[] = [
24
24
  // have to
25
- vue(),
25
+ vue({
26
+ template: {
27
+ compilerOptions: {
28
+ // treat all tags with a dash as custom elements
29
+ isCustomElement: (tag) => {
30
+ if (['kg-var-config', 'kg-work-station'].includes(tag)) {
31
+ return true;
32
+ }
33
+
34
+ return false;
35
+ },
36
+ },
37
+ },
38
+ }),
26
39
  // have to
27
40
  vueJsx(),
28
41
  // support name
@@ -0,0 +1,51 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ListQuery {
5
+ /** 列名(CodeName). */
6
+ codnam?: string | null;
7
+ /** 列值(CodeValue). */
8
+ codval?: string | null;
9
+ /** 模块(ProjectName). */
10
+ grpNam?: string | null;
11
+ /** id. */
12
+ id?: string | null;
13
+ /** 长描述(LongDescription). */
14
+ lngDsc?: string | null;
15
+ /** 语言(LocaleId). */
16
+ localeId?: string | null;
17
+ /** 修改用户编号. */
18
+ modUsrCod?: string | null;
19
+ /** 修改日期. */
20
+ moddte?: string | null;
21
+ /** 短描述(ShortDescription). */
22
+ shortDsc?: string | null;
23
+ /** 短描述含列值(ShortDescriptionWithCodeValue). */
24
+ shortDscWithCodval?: string | null;
25
+ /** 顺序号(Sequence). */
26
+ srtseq?: number | null;
27
+ /** 系统定义. */
28
+ sysDefFlg?: number | null;
29
+ /** 版本. */
30
+ version?: number | null;
31
+ /** 排序字段. */
32
+ column?: string | null;
33
+ /** 排序方式. */
34
+ order?: 'asc' | 'desc' | null;
35
+ /** 当前页数. */
36
+ pageNo?: number | null;
37
+ /** 每页条数. */
38
+ pageSize?: number | null;
39
+ constructor(obj?: ListQuery);
40
+ }
41
+ /**
42
+ * 描述-分页列表查询.
43
+ *
44
+ * @param config 请求配置.
45
+ * @param option 请求选项.
46
+ */
47
+ export declare function List(config?: IRequestConfig<ListQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.IPage<DEF.WMS.DescriptionDTO>>;
48
+ export declare namespace List {
49
+ var method: "GET";
50
+ var url: string;
51
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ListByCodeNamesAndCodeValuesQuery {
5
+ }
6
+ /**
7
+ * 根据多个 codeName 和 codeValue 批量查询描述数据.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function ListByCodeNamesAndCodeValues(config?: IRequestConfig<ListByCodeNamesAndCodeValuesQuery, Array<DEF.WMS.DescriptionBatchQuery>>, option?: IRequestOptions): Promise<Array<DEF.WMS.Description>>;
13
+ export declare namespace ListByCodeNamesAndCodeValues {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,2 @@
1
+ export { List, ListQuery } from './List';
2
+ export { ListByCodeNamesAndCodeValues, ListByCodeNamesAndCodeValuesQuery } from './ListByCodeNamesAndCodeValues';
@@ -0,0 +1,73 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ListQuery {
5
+ /** Always Show. */
6
+ alwaysShow?: boolean | null;
7
+ /** App. */
8
+ app?: string | null;
9
+ /** Component. */
10
+ component?: string | null;
11
+ /** Component Name. */
12
+ componentName?: string | null;
13
+ /** Create By. */
14
+ createBy?: string | null;
15
+ /** Create Time. */
16
+ createTime?: string | null;
17
+ /** Del Flag. */
18
+ delFlag?: number | null;
19
+ /** Description. */
20
+ description?: string | null;
21
+ /** Hidden. */
22
+ hidden?: boolean | null;
23
+ /** Hide Tab. */
24
+ hideTab?: boolean | null;
25
+ /** Icon. */
26
+ icon?: string | null;
27
+ /** Id. */
28
+ id?: string | null;
29
+ /** Internal Or External. */
30
+ internalOrExternal?: boolean | null;
31
+ /** Keep Alive. */
32
+ keepAlive?: boolean | null;
33
+ /** Leaf. */
34
+ leaf?: boolean | null;
35
+ /** Menu Type. */
36
+ menuType?: number | null;
37
+ /** Name. */
38
+ name?: string | null;
39
+ /** Parent Id. */
40
+ parentId?: string | null;
41
+ /** Perms. */
42
+ perms?: string | null;
43
+ /** Perms Type. */
44
+ permsType?: string | null;
45
+ /** Redirect. */
46
+ redirect?: string | null;
47
+ /** Route. */
48
+ route?: boolean | null;
49
+ /** Rule Flag. */
50
+ ruleFlag?: number | null;
51
+ /** Sort No. */
52
+ sortNo?: number | null;
53
+ /** Status. */
54
+ status?: string | null;
55
+ /** Update By. */
56
+ updateBy?: string | null;
57
+ /** Update Time. */
58
+ updateTime?: string | null;
59
+ /** Url. */
60
+ url?: string | null;
61
+ constructor(obj?: ListQuery);
62
+ }
63
+ /**
64
+ * 获取所有菜单.
65
+ *
66
+ * @param config 请求配置.
67
+ * @param option 请求选项.
68
+ */
69
+ export declare function List(config?: IRequestConfig<ListQuery, {}>, option?: IRequestOptions): Promise<Array<DEF.WMS.SysPermissionTree>>;
70
+ export declare namespace List {
71
+ var method: "GET";
72
+ var url: string;
73
+ }
@@ -0,0 +1 @@
1
+ export { List, ListQuery } from './List';
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class AddQuery {
5
+ }
6
+ /**
7
+ * 变量翻译-添加.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function Add(config?: IRequestConfig<AddQuery, DEF.WMS.VarConfigDescription>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace Add {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1 @@
1
+ export { Add, AddQuery } from './Add';
@@ -0,0 +1,18 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ /** 请求参数. */
3
+ export declare class ExecuteQueryQuery {
4
+ /** 主键. */
5
+ id: string | null;
6
+ constructor(obj?: ExecuteQueryQuery);
7
+ }
8
+ /**
9
+ * 执行查询语句, 查询列表数据.
10
+ *
11
+ * @param config 请求配置.
12
+ * @param option 请求选项.
13
+ */
14
+ export declare function ExecuteQuery(config?: IRequestConfig<ExecuteQueryQuery, {}>, option?: IRequestOptions): Promise<Array<Record<string, Record<string, any>>>>;
15
+ export declare namespace ExecuteQuery {
16
+ var method: "GET";
17
+ var url: string;
18
+ }
@@ -0,0 +1 @@
1
+ export { ExecuteQuery, ExecuteQueryQuery } from './ExecuteQuery';
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class GetAllQuery {
5
+ }
6
+ /**
7
+ * 查询所有变量配置.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function GetAll(config?: IRequestConfig<GetAllQuery, DEF.WMS.VarQuery>, option?: IRequestOptions): Promise<DEF.WMS.VarDTO>;
13
+ export declare namespace GetAll {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1 @@
1
+ export { GetAll, GetAllQuery } from './GetAll';
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class CreateQuery {
5
+ }
6
+ /**
7
+ * 创建 DDA.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function Create(config?: IRequestConfig<CreateQuery, DEF.WMS.CreateVarDdaQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace Create {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class GetResultSetMetadataFromSqlQuery {
5
+ }
6
+ /**
7
+ * 获取 SQL 查询结果的元数据.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function GetResultSetMetadataFromSql(config?: IRequestConfig<GetResultSetMetadataFromSqlQuery, DEF.WMS.GetResultSetMetadataFromSqlQuery>, option?: IRequestOptions): Promise<DEF.WMS.ResultSetMetadataFromSqlDTO>;
13
+ export declare namespace GetResultSetMetadataFromSql {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ValidateCopySqlQuery {
5
+ }
6
+ /**
7
+ * 校验 SQL 复制语句是否有效.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function ValidateCopySql(config?: IRequestConfig<ValidateCopySqlQuery, DEF.WMS.ValidateSqlQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace ValidateCopySql {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ValidateCreateSqlQuery {
5
+ }
6
+ /**
7
+ * 校验 SQL 创建语句是否有效.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function ValidateCreateSql(config?: IRequestConfig<ValidateCreateSqlQuery, DEF.WMS.ValidateSqlQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace ValidateCreateSql {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ValidateDeleteSqlQuery {
5
+ }
6
+ /**
7
+ * 校验 SQL 删除语句是否有效.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function ValidateDeleteSql(config?: IRequestConfig<ValidateDeleteSqlQuery, DEF.WMS.ValidateSqlQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace ValidateDeleteSql {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ValidateFrmIdQuery {
5
+ }
6
+ /**
7
+ * 校验界面标识是否有效.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function ValidateFrmId(config?: IRequestConfig<ValidateFrmIdQuery, DEF.WMS.ValidateFrmIdQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace ValidateFrmId {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ValidateSearchSqlQuery {
5
+ }
6
+ /**
7
+ * 校验 SQL 查询语句是否有效.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function ValidateSearchSql(config?: IRequestConfig<ValidateSearchSqlQuery, DEF.WMS.ValidateSqlQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace ValidateSearchSql {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ValidateUpdateSqlQuery {
5
+ }
6
+ /**
7
+ * 校验 SQL 更新语句是否有效.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function ValidateUpdateSql(config?: IRequestConfig<ValidateUpdateSqlQuery, DEF.WMS.ValidateSqlQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace ValidateUpdateSql {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ValidateVarButtonVarNameQuery {
5
+ }
6
+ /**
7
+ * 校验按钮的变量名称是否有效.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function ValidateVarButtonVarName(config?: IRequestConfig<ValidateVarButtonVarNameQuery, DEF.WMS.ValidateVarButtonVarNameQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace ValidateVarButtonVarName {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,9 @@
1
+ export { Create, CreateQuery } from './Create';
2
+ export { GetResultSetMetadataFromSql, GetResultSetMetadataFromSqlQuery } from './GetResultSetMetadataFromSql';
3
+ export { ValidateCopySql, ValidateCopySqlQuery } from './ValidateCopySql';
4
+ export { ValidateCreateSql, ValidateCreateSqlQuery } from './ValidateCreateSql';
5
+ export { ValidateDeleteSql, ValidateDeleteSqlQuery } from './ValidateDeleteSql';
6
+ export { ValidateFrmId, ValidateFrmIdQuery } from './ValidateFrmId';
7
+ export { ValidateSearchSql, ValidateSearchSqlQuery } from './ValidateSearchSql';
8
+ export { ValidateUpdateSql, ValidateUpdateSqlQuery } from './ValidateUpdateSql';
9
+ export { ValidateVarButtonVarName, ValidateVarButtonVarNameQuery } from './ValidateVarButtonVarName';
@@ -0,0 +1,19 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class QueryByIDQuery {
5
+ /** id. */
6
+ id: string | null;
7
+ constructor(obj?: QueryByIDQuery);
8
+ }
9
+ /**
10
+ * 表格视图-通过ID查询.
11
+ *
12
+ * @param config 请求配置.
13
+ * @param option 请求选项.
14
+ */
15
+ export declare function QueryByID(config?: IRequestConfig<QueryByIDQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.VarGridMasterDTO>;
16
+ export declare namespace QueryByID {
17
+ var method: "GET";
18
+ var url: string;
19
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class UpdateQuery {
5
+ }
6
+ /**
7
+ * 表格视图-更新.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function Update(config?: IRequestConfig<UpdateQuery, DEF.WMS.UpdateVarGridMasterQuery>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace Update {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,2 @@
1
+ export { QueryByID, QueryByIDQuery } from './QueryByID';
2
+ export { Update, UpdateQuery } from './Update';
@@ -0,0 +1,19 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class QueryByIDQuery {
5
+ /** id. */
6
+ id: string | null;
7
+ constructor(obj?: QueryByIDQuery);
8
+ }
9
+ /**
10
+ * 查询条件-通过ID查询.
11
+ *
12
+ * @param config 请求配置.
13
+ * @param option 请求选项.
14
+ */
15
+ export declare function QueryByID(config?: IRequestConfig<QueryByIDQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.VarProfileMasterDTO>;
16
+ export declare namespace QueryByID {
17
+ var method: "GET";
18
+ var url: string;
19
+ }
@@ -0,0 +1 @@
1
+ export { QueryByID, QueryByIDQuery } from './QueryByID';
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class DeleteQuery {
5
+ }
6
+ /**
7
+ * 删除变量.
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function Delete(config?: IRequestConfig<DeleteQuery, Array<DEF.WMS.VarVariable>>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace Delete {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1 @@
1
+ export { Delete, DeleteQuery } from './Delete';
@@ -0,0 +1,54 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ListVOQuery {
5
+ /** 是否可用. */
6
+ activeFlg?: number | null;
7
+ /** 地址编号. */
8
+ adrId?: string | null;
9
+ /** 地址名. */
10
+ adrnam?: string | null;
11
+ /** 公司代码. */
12
+ comCod?: string | null;
13
+ /** 默认仓库. */
14
+ defWhFlg?: number | null;
15
+ /** 主键. */
16
+ id?: string | null;
17
+ /** 所属地/国编号. */
18
+ orgcod?: string | null;
19
+ /** 永久调整托盘. */
20
+ permAdjLod?: string | null;
21
+ /** 永久调整箱. */
22
+ permAdjSub?: string | null;
23
+ /** 永久创建托盘. */
24
+ permCreLod?: string | null;
25
+ /** 永久创建箱. */
26
+ permCreSub?: string | null;
27
+ /** 版本. */
28
+ version?: number | null;
29
+ /** 仓库名称. */
30
+ whDsc?: string | null;
31
+ /** 仓库编号. */
32
+ whId?: string | null;
33
+ /** 排序字段. */
34
+ column?: string | null;
35
+ /** 排序方式. */
36
+ order?: 'asc' | 'desc' | null;
37
+ /** 当前页数. */
38
+ pageNo?: number | null;
39
+ /** 每页条数. */
40
+ pageSize?: number | null;
41
+ constructor(obj?: ListVOQuery);
42
+ }
43
+ /**
44
+ * wh-分页列表查询VO
45
+ wh-分页列表查询VO.
46
+ *
47
+ * @param config 请求配置.
48
+ * @param option 请求选项.
49
+ */
50
+ export declare function ListVO(config?: IRequestConfig<ListVOQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.IPage<DEF.WMS.WhDTO>>;
51
+ export declare namespace ListVO {
52
+ var method: "GET";
53
+ var url: string;
54
+ }
@@ -0,0 +1 @@
1
+ export { ListVO, ListVOQuery } from './ListVO';
@@ -0,0 +1,25 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ListQuery {
5
+ /** 排序字段. */
6
+ column?: string | null;
7
+ /** 排序方式. */
8
+ order?: 'asc' | 'desc' | null;
9
+ /** 当前页数. */
10
+ pageNo?: number | null;
11
+ /** 每页条数. */
12
+ pageSize?: number | null;
13
+ constructor(obj?: ListQuery);
14
+ }
15
+ /**
16
+ * 工作站-分页列表查询.
17
+ *
18
+ * @param config 请求配置.
19
+ * @param option 请求选项.
20
+ */
21
+ export declare function List(config?: IRequestConfig<ListQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.IPage<DEF.WMS.WorkstationDTO>>;
22
+ export declare namespace List {
23
+ var method: "GET";
24
+ var url: string;
25
+ }
@@ -0,0 +1 @@
1
+ export { List, ListQuery } from './List';
@@ -0,0 +1,11 @@
1
+ export * as DescriptionController from './DescriptionController';
2
+ export * as SysPermissionController from './SysPermissionController';
3
+ export * as VarController from './VarController';
4
+ export * as VarConfigDescriptionController from './VarConfigDescriptionController';
5
+ export * as VarConfigPossibilityController from './VarConfigPossibilityController';
6
+ export * as VarDdaController from './VarDdaController';
7
+ export * as VarGridMasterController from './VarGridMasterController';
8
+ export * as VarProfileMasterController from './VarProfileMasterController';
9
+ export * as VarVariableController from './VarVariableController';
10
+ export * as WhController from './WhController';
11
+ export * as WorkstationController from './WorkstationController';
@@ -0,0 +1,2 @@
1
+ export * as WMSAPI from './Controllers';
2
+ export * as WMSDEF from './models';