@kengic/vue 0.26.6-beta.1 → 0.26.6-beta.100

Sign up to get free protection for your applications and to get access to all the features.
Files changed (285) 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.36beccf9.mjs +8 -0
  5. package/dist/fullscreen-exit-outlined-X1iYkFc4.19c370ee.mjs +8 -0
  6. package/dist/fullscreen-exit-outlined.a75b82c2.mjs +8 -0
  7. package/dist/fullscreen-outlined-DDBrsRcy.55126763.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 +72015 -25810
  11. package/dist/pause-outlined.a5f6ccbd.mjs +8 -0
  12. package/dist/project/build/vite/plugin/index.ts +14 -1
  13. package/dist/src/{apis → api}/WMS/Controllers/DescriptionController/List.d.ts +5 -5
  14. package/dist/src/{apis → api}/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +1 -1
  15. package/dist/src/{apis → api}/WMS/Controllers/SysPermissionController/List.d.ts +1 -1
  16. package/dist/src/{apis → api}/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +2 -2
  17. package/dist/src/{apis → api}/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +1 -1
  18. package/dist/src/{apis → api}/WMS/Controllers/VarController/GetAll.d.ts +1 -1
  19. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/Create.d.ts +1 -1
  20. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +1 -1
  21. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +1 -1
  22. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +1 -1
  23. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +1 -1
  24. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +1 -1
  25. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +1 -1
  26. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +1 -1
  27. package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +1 -1
  28. package/dist/src/{apis → api}/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +3 -3
  29. package/dist/src/{apis → api}/WMS/Controllers/VarGridMasterController/Update.d.ts +1 -1
  30. package/dist/src/{apis → api}/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
  31. package/dist/src/{apis → api}/WMS/Controllers/VarVariableController/Delete.d.ts +1 -1
  32. package/dist/src/{apis → api}/WMS/Controllers/WhController/ListVO.d.ts +15 -15
  33. package/dist/src/{apis → api}/WMS/Controllers/WorkstationController/List.d.ts +2 -2
  34. package/dist/src/{apis → api}/WMS/models.d.ts +51 -45
  35. package/dist/src/{components → component}/KgAppSelect/KgAppSelect.d.ts +1 -1
  36. package/dist/src/{components → component}/KgAppSelect/index.hooks.d.ts +1 -1
  37. package/dist/src/{components → component}/KgAppSelect/index.store.d.ts +1 -1
  38. package/dist/src/{components → component}/KgButton/KgButton.Item.d.ts +1 -1
  39. package/dist/src/{components → component}/KgButton/KgButton.Item.data.d.ts +2 -2
  40. package/dist/src/{components → component}/KgButton/KgButton.d.ts +1 -1
  41. package/dist/src/{components → component}/KgButton/components/KgButton.Copy.d.ts +3 -3
  42. package/dist/src/{components → component}/KgButton/components/KgButton.Create.d.ts +1 -1
  43. package/dist/src/{components → component}/KgButton/components/KgButton.Delete.d.ts +1 -1
  44. package/dist/src/{components → component}/KgButton/components/KgButton.Export.d.ts +3 -3
  45. package/dist/src/{components → component}/KgButton/components/KgButton.Import.d.ts +3 -3
  46. package/dist/src/{components → component}/KgButton/components/KgButton.ImportTemplate.d.ts +3 -3
  47. package/dist/src/{components → component}/KgButton/components/KgButton.Other.d.ts +3 -3
  48. package/dist/src/{components → component}/KgButton/components/KgButton.Search.d.ts +1 -1
  49. package/dist/src/{components → component}/KgButton/components/KgButton.Update.d.ts +3 -3
  50. package/dist/src/{components → component}/KgButton/index.hooks.d.ts +1 -1
  51. package/dist/src/{components → component}/KgButton/index.store.d.ts +2 -2
  52. package/dist/src/{components → component}/KgCanvas/KgCanvas.ContextMenu.d.ts +6 -9
  53. package/dist/src/component/KgCanvas/KgCanvas.Toolbar.Fullscreen.d.ts +38 -0
  54. package/dist/src/component/KgCanvas/KgCanvas.Toolbar.OverviewScale.d.ts +38 -0
  55. package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +28 -0
  56. package/dist/src/{components → component}/KgCanvas/KgCanvas.d.ts +47 -14
  57. package/dist/src/{components → component}/KgCanvas/KgCanvas.service.d.ts +7 -0
  58. package/dist/src/{components → component}/KgCanvas/index.hooks.d.ts +1 -1
  59. package/dist/src/{components → component}/KgCanvas/index.store.d.ts +1 -1
  60. package/dist/src/component/KgCanvas/index.vm.d.ts +29 -0
  61. package/dist/src/{components → component}/KgForm/KgForm.d.ts +36 -36
  62. package/dist/src/{components → component}/KgForm/index.d.ts +48 -48
  63. package/dist/src/{components → component}/KgForm/index.hooks.d.ts +1 -1
  64. package/dist/src/{components → component}/KgForm/index.store.d.ts +1 -1
  65. package/dist/src/{components → component}/KgForm.Item/KgForm.Item.d.ts +1 -1
  66. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +1 -1
  67. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +1 -1
  68. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Date.d.ts +1 -1
  69. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.DateRange.d.ts +1 -1
  70. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Image.d.ts +5 -5
  71. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Input.d.ts +1 -1
  72. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +1 -1
  73. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +1 -1
  74. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +1 -1
  75. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Select.d.ts +1 -1
  76. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Select.service.d.ts +1 -1
  77. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.Switch.d.ts +1 -1
  78. package/dist/src/{components → component}/KgForm.Item/components/KgForm.Item.TextArea.d.ts +1 -1
  79. package/dist/src/{components → component}/KgForm.Item/index.vm.d.ts +2 -2
  80. package/dist/src/{components → component}/KgImage/KgImage.d.ts +6 -6
  81. package/dist/src/{components → component}/KgModal/KgModal.d.ts +19 -13
  82. package/dist/src/{components/KgModal/components/KgModal.HeaderButtons.d.ts → component/KgModal/KgModalHeaderButtons.d.ts} +1 -1
  83. package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +12 -0
  84. package/dist/src/{components/KgModal/KgModal.service.d.ts → component/KgModal/hooks/useDragToResize.d.ts} +1 -11
  85. package/dist/src/{components → component}/KgSearch/index.hooks.d.ts +2 -2
  86. package/dist/src/{components → component}/KgSearch/index.store.d.ts +2 -2
  87. package/dist/src/{components → component}/KgStation/index.hooks.d.ts +1 -1
  88. package/dist/src/{components → component}/KgStation/index.store.d.ts +1 -1
  89. package/dist/src/{components → component}/KgSubmit/index.hooks.d.ts +2 -2
  90. package/dist/src/{components → component}/KgSubmit/index.store.d.ts +3 -3
  91. package/dist/src/{components → component}/KgSubmit/index.vm.d.ts +1 -1
  92. package/dist/src/{components → component}/KgTable/components/setting/KgTable.Setting.service.d.ts +1 -1
  93. package/dist/src/{components → component}/KgTable/index.hooks.d.ts +2 -2
  94. package/dist/src/{components → component}/KgTable/index.store.d.ts +2 -2
  95. package/dist/src/{components → component}/KgTable/index.vm.d.ts +1 -1
  96. package/dist/src/{pages/KgVarFactory → component/KgVar}/KgVarFactory.d.ts +9 -10
  97. package/dist/src/{components → component}/KgVar/index.d.ts +1 -0
  98. package/dist/src/{components → component}/KgVar/index.hooks.d.ts +9 -4
  99. package/dist/src/{components → component}/KgVar/index.store.d.ts +24 -11
  100. package/dist/src/{components → component}/KgVar/index.store.service.d.ts +1 -1
  101. package/dist/src/{components → component}/KgVar/index.vm.d.ts +2 -0
  102. package/dist/src/{components/KgVarConfig/components/KgVarConfig.Modal.d.ts → component/KgVarConfig/components/KgVarConfigModal.d.ts} +1 -2
  103. package/dist/src/{components → component}/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +1 -1
  104. package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +1 -1
  105. package/dist/src/{components → component}/KgWarehouse/index.hooks.d.ts +1 -1
  106. package/dist/src/{components → component}/KgWarehouse/index.store.d.ts +2 -2
  107. package/dist/src/{components → component}/util.d.ts +1 -1
  108. package/dist/src/config/index.hooks.d.ts +1 -1
  109. package/dist/src/config/index.store.d.ts +2 -2
  110. package/dist/src/config/setup/setup.d.ts +3 -2
  111. package/dist/src/{consts → const}/i18n/en.d.ts +7 -0
  112. package/dist/src/{consts → const}/i18n/es_ES.d.ts +7 -0
  113. package/dist/src/{consts → const}/i18n/fr_FR.d.ts +7 -0
  114. package/dist/src/{consts → const}/i18n/km_KH.d.ts +7 -0
  115. package/dist/src/{consts → const}/i18n/ko_KR.d.ts +7 -0
  116. package/dist/src/{consts → const}/i18n/vi_VN.d.ts +7 -0
  117. package/dist/src/{consts → const}/i18n/zh_CN.d.ts +8 -0
  118. package/dist/src/{consts → const}/index.vm.d.ts +9 -1
  119. package/dist/src/{helpers → helper}/ant-design-vue.d.ts +15 -15
  120. package/dist/src/index.d.ts +9 -8
  121. package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.store.d.ts +1 -1
  122. package/dist/src/{pages → page}/index.d.ts +0 -1
  123. package/dist/src/{services → service}/http-client.d.ts +1 -1
  124. package/dist/src/{utils → util}/index.d.ts +0 -2
  125. package/dist/src/{utils → util}/kg-auth.util.d.ts +1 -1
  126. package/dist/src/{utils → util}/kg-route.util.d.ts +1 -1
  127. package/dist/src/{utils → util}/kg-var.util.d.ts +1 -1
  128. package/dist/src/{utils → util}/kg.util.d.ts +2 -2
  129. package/package.json +33 -21
  130. package/script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts +3 -0
  131. package/script/bump-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts +3 -0
  132. package/script/bump-to.ts +38 -0
  133. package/script/bump.ts +35 -0
  134. package/script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts +3 -0
  135. package/script/copy-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts +3 -0
  136. package/script/copy-to.luotao.smartfactory.tyre.haohua.gantry.was-java--main.ts +3 -0
  137. package/script/copy-to.ts +23 -0
  138. package/script/publish.ts +30 -0
  139. package/dist/src/pages/KgVarFactory/index.d.ts +0 -1
  140. package/dist/src/project/src/api/index.d.ts +0 -3
  141. package/dist/src/project/src/api/sys/model/menuModel.d.ts +0 -15
  142. package/dist/src/project/src/api/sys/model/uploadModel.d.ts +0 -5
  143. package/dist/src/project/src/api/sys/model/userModel.d.ts +0 -46
  144. package/dist/src/project/src/components/Dropdown/index.d.ts +0 -1
  145. package/dist/src/project/src/components/Dropdown/src/typing.d.ts +0 -9
  146. package/dist/src/project/src/components/index.d.ts +0 -1
  147. package/dist/src/project/src/enums/CompTypeEnum.d.ts +0 -19
  148. package/dist/src/project/src/enums/DateTypeEnum.d.ts +0 -8
  149. package/dist/src/project/src/enums/appEnum.d.ts +0 -40
  150. package/dist/src/project/src/enums/breakpointEnum.d.ts +0 -18
  151. package/dist/src/project/src/enums/cacheEnum.d.ts +0 -18
  152. package/dist/src/project/src/enums/exceptionEnum.d.ts +0 -17
  153. package/dist/src/project/src/enums/httpEnum.d.ts +0 -38
  154. package/dist/src/project/src/enums/index.d.ts +0 -13
  155. package/dist/src/project/src/enums/jeecgEnum.d.ts +0 -16
  156. package/dist/src/project/src/enums/menuEnum.d.ts +0 -35
  157. package/dist/src/project/src/enums/pageEnum.d.ts +0 -14
  158. package/dist/src/project/src/enums/roleEnum.d.ts +0 -4
  159. package/dist/src/project/src/enums/sizeEnum.d.ts +0 -18
  160. package/dist/src/project/src/hooks/index.d.ts +0 -1
  161. package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
  162. package/dist/src/project/src/index.d.ts +0 -13
  163. package/dist/src/project/src/locales/helper.d.ts +0 -5
  164. package/dist/src/project/src/locales/index.d.ts +0 -3
  165. package/dist/src/project/src/locales/setupI18n.d.ts +0 -4
  166. package/dist/src/project/src/locales/useLocale.d.ts +0 -10
  167. package/dist/src/project/src/settings/componentSetting.d.ts +0 -44
  168. package/dist/src/project/src/settings/designSetting.d.ts +0 -6
  169. package/dist/src/project/src/settings/encryptionSetting.d.ts +0 -6
  170. package/dist/src/project/src/settings/index.d.ts +0 -3
  171. package/dist/src/project/src/store/index.d.ts +0 -1
  172. package/dist/src/project/src/store/modules/index.d.ts +0 -1
  173. package/dist/src/project/src/store/modules/locale.d.ts +0 -38
  174. package/dist/src/project/src/utils/cache/index.d.ts +0 -7
  175. package/dist/src/project/src/utils/cache/memory.d.ts +0 -22
  176. package/dist/src/project/src/utils/cache/persistent.d.ts +0 -33
  177. package/dist/src/project/src/utils/cache/storageCache.d.ts +0 -8
  178. package/dist/src/project/src/utils/cipher.d.ts +0 -19
  179. package/dist/src/project/src/utils/env.d.ts +0 -34
  180. package/dist/src/utils/kg-dom.util.d.ts +0 -12
  181. package/dist/src/utils/kg-logger.util.d.ts +0 -69
  182. /package/dist/src/{apis → api}/WMS/Controllers/DescriptionController/index.d.ts +0 -0
  183. /package/dist/src/{apis → api}/WMS/Controllers/SysPermissionController/index.d.ts +0 -0
  184. /package/dist/src/{apis → api}/WMS/Controllers/VarConfigDescriptionController/index.d.ts +0 -0
  185. /package/dist/src/{apis → api}/WMS/Controllers/VarConfigPossibilityController/index.d.ts +0 -0
  186. /package/dist/src/{apis → api}/WMS/Controllers/VarController/index.d.ts +0 -0
  187. /package/dist/src/{apis → api}/WMS/Controllers/VarDdaController/index.d.ts +0 -0
  188. /package/dist/src/{apis → api}/WMS/Controllers/VarGridMasterController/index.d.ts +0 -0
  189. /package/dist/src/{apis → api}/WMS/Controllers/VarProfileMasterController/index.d.ts +0 -0
  190. /package/dist/src/{apis → api}/WMS/Controllers/VarVariableController/index.d.ts +0 -0
  191. /package/dist/src/{apis → api}/WMS/Controllers/WhController/index.d.ts +0 -0
  192. /package/dist/src/{apis → api}/WMS/Controllers/WorkstationController/index.d.ts +0 -0
  193. /package/dist/src/{apis → api}/WMS/Controllers/index.d.ts +0 -0
  194. /package/dist/src/{apis → api}/WMS/index.d.ts +0 -0
  195. /package/dist/src/{apis → api}/api.d.ts +0 -0
  196. /package/dist/src/{apis → api}/def.d.ts +0 -0
  197. /package/dist/src/{apis → api}/index.d.ts +0 -0
  198. /package/dist/src/{components → component}/KgAppSelect/index.d.ts +0 -0
  199. /package/dist/src/{components → component}/KgButton/index.d.ts +0 -0
  200. /package/dist/src/{components → component}/KgCanvas/index.d.ts +0 -0
  201. /package/dist/src/{components → component}/KgForm/index.vm.d.ts +0 -0
  202. /package/dist/src/{components → component}/KgForm.Item/KgForm.Item.service.d.ts +0 -0
  203. /package/dist/src/{components → component}/KgForm.Item/addon/KgForm.Item.Addon.DynamicQueryOperator.d.ts +0 -0
  204. /package/dist/src/{components → component}/KgForm.Item/addon/KgForm.Item.Addon.Lookup.Modal.d.ts +0 -0
  205. /package/dist/src/{components → component}/KgForm.Item/addon/KgForm.Item.Addon.Lookup.d.ts +0 -0
  206. /package/dist/src/{components → component}/KgForm.Item/index.d.ts +0 -0
  207. /package/dist/src/{components → component}/KgImage/index.d.ts +0 -0
  208. /package/dist/src/{components → component}/KgLayoutHeader/components/KgLayoutHeaderLocale.d.ts +0 -0
  209. /package/dist/src/{components → component}/KgLayoutHeader/index.d.ts +0 -0
  210. /package/dist/src/{components → component}/KgLayoutHeader/index.hooks.d.ts +0 -0
  211. /package/dist/src/{components → component}/KgModal/index.d.ts +0 -0
  212. /package/dist/src/{components → component}/KgModal/index.vm.d.ts +0 -0
  213. /package/dist/src/{components → component}/KgProgressA/KgProgressA.d.ts +0 -0
  214. /package/dist/src/{components → component}/KgProgressA/index.d.ts +0 -0
  215. /package/dist/src/{components → component}/KgResizable/KgResizable.d.ts +0 -0
  216. /package/dist/src/{components → component}/KgResizable/KgResizable.service.d.ts +0 -0
  217. /package/dist/src/{components → component}/KgResizable/index.d.ts +0 -0
  218. /package/dist/src/{components → component}/KgSearch/KgSearch.d.ts +0 -0
  219. /package/dist/src/{components → component}/KgSearch/KgSearch.service.d.ts +0 -0
  220. /package/dist/src/{components → component}/KgSearch/components/KgSearch.ConfigModal.d.ts +0 -0
  221. /package/dist/src/{components → component}/KgSearch/index.d.ts +0 -0
  222. /package/dist/src/{components → component}/KgSearch/index.vm.d.ts +0 -0
  223. /package/dist/src/{components → component}/KgStation/KgStation.d.ts +0 -0
  224. /package/dist/src/{components → component}/KgStation/index.d.ts +0 -0
  225. /package/dist/src/{components → component}/KgSubmit/KgSubmit.d.ts +0 -0
  226. /package/dist/src/{components → component}/KgSubmit/KgSubmit.service.d.ts +0 -0
  227. /package/dist/src/{components → component}/KgSubmit/index.d.ts +0 -0
  228. /package/dist/src/{components → component}/KgTable/KgTable.d.ts +0 -0
  229. /package/dist/src/{components → component}/KgTable/KgTable.service.d.ts +0 -0
  230. /package/dist/src/{components → component}/KgTable/components/KgTable.BodyCell.d.ts +0 -0
  231. /package/dist/src/{components → component}/KgTable/components/KgTable.HeaderCell.d.ts +0 -0
  232. /package/dist/src/{components → component}/KgTable/components/KgTable.Info.d.ts +0 -0
  233. /package/dist/src/{components → component}/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +0 -0
  234. /package/dist/src/{components → component}/KgTable/components/setting/KgTable.Setting.d.ts +0 -0
  235. /package/dist/src/{components → component}/KgTable/components/setting/config/KgTable.Setting.ConfigModal.d.ts +0 -0
  236. /package/dist/src/{components → component}/KgTable/index.d.ts +0 -0
  237. /package/dist/src/{components → component}/KgVar/KgVar.d.ts +0 -0
  238. /package/dist/src/{components → component}/KgVarConfig/KgVarConfig.d.ts +0 -0
  239. /package/dist/src/{components → component}/KgVarConfig/components/KgVarConfig.SelectFormIdModal.d.ts +0 -0
  240. /package/dist/src/{components → component}/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButton.d.ts +0 -0
  241. /package/dist/src/{components → component}/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts +0 -0
  242. /package/dist/src/{components → component}/KgVarConfig/components/button/KgVarConfig.Modal.Button.d.ts +0 -0
  243. /package/dist/src/{components → component}/KgVarConfig/components/child/KgVarConfig.Modal.Child.d.ts +0 -0
  244. /package/dist/src/{components → component}/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts +0 -0
  245. /package/dist/src/{components → component}/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts +0 -0
  246. /package/dist/src/{components → component}/KgVarConfig/components/search/KgVarConfig.Modal.Search.d.ts +0 -0
  247. /package/dist/src/{components → component}/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts +0 -0
  248. /package/dist/src/{components → component}/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts +0 -0
  249. /package/dist/src/{components → component}/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.d.ts +0 -0
  250. /package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts +0 -0
  251. /package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts +0 -0
  252. /package/dist/src/{components → component}/KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts +0 -0
  253. /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts +0 -0
  254. /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts +0 -0
  255. /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts +0 -0
  256. /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts +0 -0
  257. /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts +0 -0
  258. /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts +0 -0
  259. /package/dist/src/{components → component}/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarVariable.d.ts +0 -0
  260. /package/dist/src/{components → component}/KgVarConfig/index.d.ts +0 -0
  261. /package/dist/src/{components → component}/KgVarConfig/index.hooks.d.ts +0 -0
  262. /package/dist/src/{components → component}/KgVarConfig/index.store.d.ts +0 -0
  263. /package/dist/src/{components → component}/KgVarConfig/index.vm.d.ts +0 -0
  264. /package/dist/src/{components → component}/KgWarehouse/KgWarehouse.d.ts +0 -0
  265. /package/dist/src/{components → component}/KgWarehouse/index.d.ts +0 -0
  266. /package/dist/src/{components → component}/KgWarehouse/index.guard.d.ts +0 -0
  267. /package/dist/src/{components → component}/KgYesOrNo/KgYesOrNo.d.ts +0 -0
  268. /package/dist/src/{components → component}/KgYesOrNo/index.d.ts +0 -0
  269. /package/dist/src/{components → component}/index.d.ts +0 -0
  270. /package/dist/src/{consts → const}/i18n/index.d.ts +0 -0
  271. /package/dist/src/{consts → const}/index.d.ts +0 -0
  272. /package/dist/src/{consts → const}/injection-keys.const.d.ts +0 -0
  273. /package/dist/src/{helpers → helper}/tsx.helper.d.ts +0 -0
  274. /package/dist/src/{pages → page}/KgPageDda/KgPageDda.d.ts +0 -0
  275. /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Basic.SqlModal.d.ts +0 -0
  276. /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Basic.d.ts +0 -0
  277. /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Button.d.ts +0 -0
  278. /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Menu.d.ts +0 -0
  279. /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Search.d.ts +0 -0
  280. /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Submit.d.ts +0 -0
  281. /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.Table.d.ts +0 -0
  282. /package/dist/src/{pages → page}/KgPageDda/components/KgPageDda.Create.d.ts +0 -0
  283. /package/dist/src/{pages → page}/KgPageDda/index.d.ts +0 -0
  284. /package/dist/src/{pages → page}/KgPageDda/index.vm.d.ts +0 -0
  285. /package/dist/src/{services → service}/index.d.ts +0 -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
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ListQuery {
@@ -8,15 +8,15 @@ export declare class ListQuery {
8
8
  codval?: string | null;
9
9
  /** 模块(ProjectName). */
10
10
  grpNam?: string | null;
11
- /** id */
11
+ /** id. */
12
12
  id?: string | null;
13
13
  /** 长描述(LongDescription). */
14
14
  lngDsc?: string | null;
15
15
  /** 语言(LocaleId). */
16
16
  localeId?: string | null;
17
- /** 修改用户编号 */
17
+ /** 修改用户编号. */
18
18
  modUsrCod?: string | null;
19
- /** 修改日期 */
19
+ /** 修改日期. */
20
20
  moddte?: string | null;
21
21
  /** 短描述(ShortDescription). */
22
22
  shortDsc?: string | null;
@@ -26,7 +26,7 @@ export declare class ListQuery {
26
26
  srtseq?: number | null;
27
27
  /** 系统定义. */
28
28
  sysDefFlg?: number | null;
29
- /** 版本 */
29
+ /** 版本. */
30
30
  version?: number | null;
31
31
  /** 排序字段. */
32
32
  column?: string | null;
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ListByCodeNamesAndCodeValuesQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ListQuery {
@@ -1,10 +1,10 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class AddQuery {
5
5
  }
6
6
  /**
7
- * 变量翻译-添加
7
+ * 变量翻译-添加.
8
8
  *
9
9
  * @param config 请求配置.
10
10
  * @param option 请求选项.
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  /** 请求参数. */
3
3
  export declare class ExecuteQueryQuery {
4
4
  /** 主键. */
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class GetAllQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class CreateQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class GetResultSetMetadataFromSqlQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ValidateCopySqlQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ValidateCreateSqlQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ValidateDeleteSqlQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ValidateFrmIdQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ValidateSearchSqlQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ValidateUpdateSqlQuery {
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ValidateVarButtonVarNameQuery {
@@ -1,13 +1,13 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class QueryByIDQuery {
5
- /** id */
5
+ /** id. */
6
6
  id: string | null;
7
7
  constructor(obj?: QueryByIDQuery);
8
8
  }
9
9
  /**
10
- * 表格视图-通过ID查询
10
+ * 表格视图-通过ID查询.
11
11
  *
12
12
  * @param config 请求配置.
13
13
  * @param option 请求选项.
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class UpdateQuery {
@@ -1,8 +1,8 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class QueryByIDQuery {
5
- /** id */
5
+ /** id. */
6
6
  id: string | null;
7
7
  constructor(obj?: QueryByIDQuery);
8
8
  }
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class DeleteQuery {
@@ -1,34 +1,34 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ListVOQuery {
5
- /** 是否可用 */
5
+ /** 是否可用. */
6
6
  activeFlg?: number | null;
7
- /** 地址编号 */
7
+ /** 地址编号. */
8
8
  adrId?: string | null;
9
- /** 地址名 */
9
+ /** 地址名. */
10
10
  adrnam?: string | null;
11
- /** 公司代码 */
11
+ /** 公司代码. */
12
12
  comCod?: string | null;
13
- /** 默认仓库 */
13
+ /** 默认仓库. */
14
14
  defWhFlg?: number | null;
15
15
  /** 主键. */
16
16
  id?: string | null;
17
- /** 所属地/国编号 */
17
+ /** 所属地/国编号. */
18
18
  orgcod?: string | null;
19
- /** 永久调整托盘 */
19
+ /** 永久调整托盘. */
20
20
  permAdjLod?: string | null;
21
- /** 永久调整箱 */
21
+ /** 永久调整箱. */
22
22
  permAdjSub?: string | null;
23
- /** 永久创建托盘 */
23
+ /** 永久创建托盘. */
24
24
  permCreLod?: string | null;
25
- /** 永久创建箱 */
25
+ /** 永久创建箱. */
26
26
  permCreSub?: string | null;
27
- /** 版本 */
27
+ /** 版本. */
28
28
  version?: number | null;
29
- /** 仓库名称 */
29
+ /** 仓库名称. */
30
30
  whDsc?: string | null;
31
- /** 仓库编号 */
31
+ /** 仓库编号. */
32
32
  whId?: string | null;
33
33
  /** 排序字段. */
34
34
  column?: string | null;
@@ -42,7 +42,7 @@ export declare class ListVOQuery {
42
42
  }
43
43
  /**
44
44
  * wh-分页列表查询VO
45
- wh-分页列表查询VO
45
+ wh-分页列表查询VO.
46
46
  *
47
47
  * @param config 请求配置.
48
48
  * @param option 请求选项.
@@ -1,4 +1,4 @@
1
- import { IRequestConfig, IRequestOptions } from '../../../../services';
1
+ import { IRequestConfig, IRequestOptions } from '../../../../service';
2
2
  import * as DEF from '../../../def';
3
3
  /** 请求参数. */
4
4
  export declare class ListQuery {
@@ -13,7 +13,7 @@ export declare class ListQuery {
13
13
  constructor(obj?: ListQuery);
14
14
  }
15
15
  /**
16
- * 工作站-分页列表查询
16
+ * 工作站-分页列表查询.
17
17
  *
18
18
  * @param config 请求配置.
19
19
  * @param option 请求选项.
@@ -18,7 +18,7 @@ export declare class CreateVarDdaQuery {
18
18
  varGridMaster?: VarGridMaster | null;
19
19
  /** 查询条件配置. */
20
20
  varProfileConfig?: VarProfileConfig | null;
21
- /** 查询条件视图明细 */
21
+ /** 查询条件视图明细. */
22
22
  varProfileDetails?: Array<VarProfileDetail> | null;
23
23
  /** 查询条件视图. */
24
24
  varProfileMaster?: VarProfileMaster | null;
@@ -76,15 +76,19 @@ export declare class Description {
76
76
  codval?: string | null;
77
77
  /** 模块(ProjectName). */
78
78
  grpNam?: string | null;
79
- /** id */
79
+ /** id. */
80
80
  id?: string | null;
81
+ /** 插入时间. */
82
+ insDt?: string | null;
83
+ /** 插入用户Id. */
84
+ insUsrId?: string | null;
81
85
  /** 长描述(LongDescription). */
82
86
  lngDsc?: string | null;
83
87
  /** 语言(LocaleId). */
84
88
  localeId?: string | null;
85
- /** 修改用户编号 */
89
+ /** 修改用户编号. */
86
90
  modUsrCod?: string | null;
87
- /** 修改日期 */
91
+ /** 修改日期. */
88
92
  moddte?: string | null;
89
93
  /** 短描述(ShortDescription). */
90
94
  shortDsc?: string | null;
@@ -92,7 +96,7 @@ export declare class Description {
92
96
  srtseq?: number | null;
93
97
  /** 系统定义. */
94
98
  sysDefFlg?: number | null;
95
- /** 版本 */
99
+ /** 版本. */
96
100
  version?: number | null;
97
101
  constructor(obj?: Description);
98
102
  }
@@ -112,15 +116,15 @@ export declare class DescriptionDTO {
112
116
  codval?: string | null;
113
117
  /** 模块(ProjectName). */
114
118
  grpNam?: string | null;
115
- /** id */
119
+ /** id. */
116
120
  id?: string | null;
117
121
  /** 长描述(LongDescription). */
118
122
  lngDsc?: string | null;
119
123
  /** 语言(LocaleId). */
120
124
  localeId?: string | null;
121
- /** 修改用户编号 */
125
+ /** 修改用户编号. */
122
126
  modUsrCod?: string | null;
123
- /** 修改日期 */
127
+ /** 修改日期. */
124
128
  moddte?: string | null;
125
129
  /** 短描述(ShortDescription). */
126
130
  shortDsc?: string | null;
@@ -130,7 +134,7 @@ export declare class DescriptionDTO {
130
134
  srtseq?: number | null;
131
135
  /** 系统定义. */
132
136
  sysDefFlg?: number | null;
133
- /** 版本 */
137
+ /** 版本. */
134
138
  version?: number | null;
135
139
  constructor(obj?: DescriptionDTO);
136
140
  }
@@ -333,7 +337,7 @@ export declare class UpdateVarGridMasterQuery {
333
337
  grd_var_nam_dsc?: string | null;
334
338
  /** 分组(GroupName). */
335
339
  grp_nam?: string | null;
336
- /** 主键 */
340
+ /** 主键. */
337
341
  id?: string | null;
338
342
  /** 用户(UserID). */
339
343
  usr_id?: string | null;
@@ -871,7 +875,7 @@ export declare class VarSubmitConfig {
871
875
  max_width?: number | null;
872
876
  /** 最小宽度. */
873
877
  min_width?: number | null;
874
- /** 所属查询条件视图的变量名称 */
878
+ /** 所属查询条件视图的变量名称. */
875
879
  prf_var_nam?: string | null;
876
880
  /** 配置属性. */
877
881
  props?: string | null;
@@ -903,7 +907,7 @@ export declare class VarSubmitDetail {
903
907
  key_flg?: number | null;
904
908
  /** 占位提示文字(Placeholder). */
905
909
  placeholder?: string | null;
906
- /** 所属查询条件视图的变量名称 */
910
+ /** 所属查询条件视图的变量名称. */
907
911
  prf_var_nam?: string | null;
908
912
  /** 是否必填. */
909
913
  required_flag?: number | null;
@@ -931,77 +935,79 @@ export declare class VarVariable {
931
935
  var_nam?: string | null;
932
936
  constructor(obj?: VarVariable);
933
937
  }
934
- /** 仓库数据传输对象 */
938
+ /** 仓库数据传输对象. */
935
939
  export declare class WhDTO {
936
- /** 是否可用 */
940
+ /** 是否可用. */
937
941
  activeFlg?: number | null;
938
- /** 地址编号 */
942
+ /** 地址编号. */
939
943
  adrId?: string | null;
940
- /** 地址名 */
944
+ /** 地址名. */
941
945
  adrnam?: string | null;
942
- /** 公司代码 */
946
+ /** 公司代码. */
943
947
  comCod?: string | null;
944
- /** 默认仓库 */
948
+ /** 默认仓库. */
945
949
  defWhFlg?: number | null;
946
950
  /** 主键. */
947
951
  id?: string | null;
948
- /** 所属地/国编号 */
952
+ /** 所属地/国编号. */
949
953
  orgcod?: string | null;
950
- /** 永久调整托盘 */
954
+ /** 永久调整托盘. */
951
955
  permAdjLod?: string | null;
952
- /** 永久调整箱 */
956
+ /** 永久调整箱. */
953
957
  permAdjSub?: string | null;
954
- /** 永久创建托盘 */
958
+ /** 永久创建托盘. */
955
959
  permCreLod?: string | null;
956
- /** 永久创建箱 */
960
+ /** 永久创建箱. */
957
961
  permCreSub?: string | null;
958
- /** 版本 */
962
+ /** 版本. */
959
963
  version?: number | null;
960
- /** 仓库名称 */
964
+ /** 仓库名称. */
961
965
  whDsc?: string | null;
962
- /** 仓库编号 */
966
+ /** 仓库编号. */
963
967
  whId?: string | null;
964
968
  constructor(obj?: WhDTO);
965
969
  }
966
- /** 工作站区域数据传输对象 */
970
+ /** 工作站区域数据传输对象. */
967
971
  export declare class WorkstationAreaDTO {
968
- /** 主键 */
972
+ /** 主键. */
969
973
  id?: string | null;
970
- /** 创建日期 */
974
+ /** 创建日期. */
971
975
  insDt?: string | null;
972
- /** 创建用户 */
976
+ /** 创建用户. */
973
977
  insUsrId?: string | null;
974
- /** 修改日期 */
978
+ /** 修改日期. */
975
979
  modUsrId?: string | null;
976
- /** 修改用户 */
980
+ /** 修改用户. */
977
981
  moddte?: string | null;
978
- /** 仓库 */
982
+ /** 仓库. */
979
983
  whId?: string | null;
980
- /** 工作区 */
984
+ /** 工作区. */
981
985
  wrkare?: string | null;
982
- /** 工作区描述 */
986
+ /** 工作区描述. */
983
987
  wrkareDsc?: string | null;
984
988
  constructor(obj?: WorkstationAreaDTO);
985
989
  }
986
- /** 工作站数据传输对象 */
990
+ /** 工作站数据传输对象. */
987
991
  export declare class WorkstationDTO {
988
- /** 工作站 */
992
+ /** 工作站. */
989
993
  devcod?: string | null;
990
- /** 主工作区 */
994
+ /** 工作站描述. */
995
+ devcodDsc?: string | null;
996
+ /** 主工作区. */
991
997
  hmewrkare?: string | null;
992
- /** 主键 */
998
+ /** 主键. */
993
999
  id?: string | null;
994
- /** 创建日期 */
1000
+ /** 创建日期. */
995
1001
  insDt?: string | null;
996
- /** 创建用户 */
1002
+ /** 创建用户. */
997
1003
  insUsrId?: string | null;
998
- /** 修改日期 */
1004
+ /** 修改日期. */
999
1005
  modUsrId?: string | null;
1000
- /** 修改用户 */
1006
+ /** 修改用户. */
1001
1007
  moddte?: string | null;
1002
- /** 仓库 */
1008
+ /** 仓库. */
1003
1009
  whId?: string | null;
1004
- /** 工作站与工作区域关系 */
1010
+ /** 工作站与工作区域关系. */
1005
1011
  workstationAreas?: Array<WorkstationAreaDTO> | null;
1006
1012
  constructor(obj?: WorkstationDTO);
1007
1013
  }
@@ -1,5 +1,5 @@
1
1
  import { PropType } from 'vue';
2
- import { KG_APP } from '../../consts';
2
+ import { KG_APP } from '../../const';
3
3
  import './KgAppSelect.less';
4
4
  export declare const getProps: () => {
5
5
  /** 模块列表. */
@@ -1,4 +1,4 @@
1
- import { IRemoveEventListenerHandler, KG_APP, Menu } from '../../consts';
1
+ import { IRemoveEventListenerHandler, KG_APP, Menu } from '../../const';
2
2
  import { IKgAppSelectGotoAppEventListener, IKgAppSelectGotoPathEventListener, IKgAppSelectStore } from './index.store';
3
3
  export declare type IUseKgAppSelect = {
4
4
  /** 状态数据. */
@@ -1,5 +1,5 @@
1
1
  import { StoreDefinition } from 'pinia';
2
- import { IKgEventListener, KG_APP, Menu } from '../../consts';
2
+ import { IKgEventListener, KG_APP, Menu } from '../../const';
3
3
  /**
4
4
  * 事件类型.
5
5
  * 'gotoApp': 进入某个模块
@@ -1,4 +1,4 @@
1
- import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../consts';
1
+ import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../const';
2
2
  import './KgButton.Item.less';
3
3
  declare const _default: import("vue").DefineComponent<{
4
4
  kgButton: import("vue").PropType<import("../..").VarButton>;
@@ -1,6 +1,6 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { VarButton } from '../../apis/WMS/models';
3
- import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../consts';
2
+ import { VarButton } from '../../api/WMS/models';
3
+ import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../const';
4
4
  export declare const getProps: () => {
5
5
  /** 按钮. */
6
6
  kgButton: PropType<VarButton>;
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { VarButton } from '../../apis/WMS/models';
2
+ import { VarButton } from '../../api/WMS/models';
3
3
  import './KgButton.less';
4
4
  export declare const getProps: () => {
5
5
  /**
@@ -1,7 +1,7 @@
1
- import { KG__VAR_BUTTON__TYPE } from '../../../consts';
1
+ import { KG__VAR_BUTTON__TYPE } from '../../../const';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  kgButton: import("vue").PropType<import("../../..").VarButton>;
4
- kgColor: import("vue").PropType<import("../../../consts").KG__VAR_BUTTON__COLOR | null>;
4
+ kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
5
5
  kgDisabled: {
6
6
  type: import("vue").PropType<boolean | null | undefined>;
7
7
  default: undefined;
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
18
18
  onKgClick: import("vue").PropType<(args?: any) => Promise<boolean>>;
19
19
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  kgButton: import("vue").PropType<import("../../..").VarButton>;
21
- kgColor: import("vue").PropType<import("../../../consts").KG__VAR_BUTTON__COLOR | null>;
21
+ kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
22
22
  kgDisabled: {
23
23
  type: import("vue").PropType<boolean | null | undefined>;
24
24
  default: undefined;
@@ -1,4 +1,4 @@
1
- import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../../consts';
1
+ import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../../const';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  kgButton: import("vue").PropType<import("../../..").VarButton>;
4
4
  kgColor: import("vue").PropType<KG__VAR_BUTTON__COLOR | null>;
@@ -1,4 +1,4 @@
1
- import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../../consts';
1
+ import { KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON__TYPE } from '../../../const';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  kgButton: import("vue").PropType<import("../../..").VarButton>;
4
4
  kgColor: import("vue").PropType<KG__VAR_BUTTON__COLOR | null>;
@@ -1,7 +1,7 @@
1
- import { KG__VAR_BUTTON__TYPE } from '../../../consts';
1
+ import { KG__VAR_BUTTON__TYPE } from '../../../const';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  kgButton: import("vue").PropType<import("../../..").VarButton>;
4
- kgColor: import("vue").PropType<import("../../../consts").KG__VAR_BUTTON__COLOR | null>;
4
+ kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
5
5
  kgDisabled: {
6
6
  type: import("vue").PropType<boolean | null | undefined>;
7
7
  default: undefined;
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
18
18
  onKgClick: import("vue").PropType<(args?: any) => Promise<boolean>>;
19
19
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  kgButton: import("vue").PropType<import("../../..").VarButton>;
21
- kgColor: import("vue").PropType<import("../../../consts").KG__VAR_BUTTON__COLOR | null>;
21
+ kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
22
22
  kgDisabled: {
23
23
  type: import("vue").PropType<boolean | null | undefined>;
24
24
  default: undefined;
@@ -1,7 +1,7 @@
1
- import { KG__VAR_BUTTON__TYPE } from '../../../consts';
1
+ import { KG__VAR_BUTTON__TYPE } from '../../../const';
2
2
  declare const _default: import("vue").DefineComponent<{
3
3
  kgButton: import("vue").PropType<import("../../..").VarButton>;
4
- kgColor: import("vue").PropType<import("../../../consts").KG__VAR_BUTTON__COLOR | null>;
4
+ kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
5
5
  kgDisabled: {
6
6
  type: import("vue").PropType<boolean | null | undefined>;
7
7
  default: undefined;
@@ -18,7 +18,7 @@ declare const _default: import("vue").DefineComponent<{
18
18
  onKgClick: import("vue").PropType<(args?: any) => Promise<boolean>>;
19
19
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
20
  kgButton: import("vue").PropType<import("../../..").VarButton>;
21
- kgColor: import("vue").PropType<import("../../../consts").KG__VAR_BUTTON__COLOR | null>;
21
+ kgColor: import("vue").PropType<import("../../../const").KG__VAR_BUTTON__COLOR | null>;
22
22
  kgDisabled: {
23
23
  type: import("vue").PropType<boolean | null | undefined>;
24
24
  default: undefined;