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

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 (252) hide show
  1. package/CHANGELOG.md +11 -2
  2. package/README.md +4 -3
  3. package/bin/bin.mjs +42 -0
  4. package/bin/postinstall.mjs +70 -0
  5. package/dist/align-left-outlined.579b01c6.mjs +8 -0
  6. package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
  7. package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
  8. package/dist/caret-up-outlined.81b559ad.mjs +8 -0
  9. package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
  10. package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
  11. package/dist/double-right-outlined.f057a6b2.mjs +8 -0
  12. package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
  13. package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
  14. package/dist/holder-outlined.9e698750.mjs +8 -0
  15. package/dist/index.css +1 -1
  16. package/dist/kengic-vue.js +189817 -139597
  17. package/dist/loading-outlined.13a15197.mjs +8 -0
  18. package/dist/more-outlined.8e1202ac.mjs +8 -0
  19. package/dist/palette-swatch-variant.f7258843.mjs +8 -0
  20. package/dist/partition-outlined.1bcf4f37.mjs +8 -0
  21. package/dist/pause-rounded.1ed7cc39.mjs +8 -0
  22. package/dist/play-arrow-rounded.90fc4173.mjs +8 -0
  23. package/dist/profile-outlined.1059fb0d.mjs +8 -0
  24. package/dist/project/build/utils.ts +20 -15
  25. package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
  26. package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
  27. package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
  28. package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
  29. package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
  30. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +3 -3
  31. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +16 -0
  32. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
  33. package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
  34. package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
  35. package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
  36. package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
  37. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
  38. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
  39. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
  40. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
  41. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
  42. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
  43. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
  44. package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
  45. package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
  46. package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
  47. package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
  48. package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +25 -0
  49. package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
  50. package/dist/src/api/WMS/Controllers/index.d.ts +1 -1
  51. package/dist/src/api/WMS/models.d.ts +13 -5
  52. package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +7 -8
  53. package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +4 -4
  54. package/dist/src/component/KgButton/{components/KgButton.Copy.d.ts → KgButton.Copy.d.ts} +5 -5
  55. package/dist/src/component/KgButton/{components/KgButton.Create.d.ts → KgButton.Create.d.ts} +3 -3
  56. package/dist/src/component/KgButton/{components/KgButton.Delete.d.ts → KgButton.Delete.d.ts} +3 -3
  57. package/dist/src/component/KgButton/{components/KgButton.Export.d.ts → KgButton.Export.d.ts} +5 -5
  58. package/dist/src/component/KgButton/{components/KgButton.Import.d.ts → KgButton.Import.d.ts} +5 -5
  59. package/dist/src/component/KgButton/{components/KgButton.ImportTemplate.d.ts → KgButton.ImportTemplate.d.ts} +5 -5
  60. package/dist/src/component/KgButton/KgButton.Item.d.ts +2 -4
  61. package/dist/src/component/KgButton/{components/KgButton.Other.d.ts → KgButton.Other.d.ts} +5 -5
  62. package/dist/src/component/KgButton/{components/KgButton.Search.d.ts → KgButton.Search.d.ts} +3 -3
  63. package/dist/src/component/KgButton/{components/KgButton.Update.d.ts → KgButton.Update.d.ts} +5 -5
  64. package/dist/src/component/KgButton/KgButton.d.ts +1 -2
  65. package/dist/src/component/KgButton/KgButton.event.d.ts +36 -22
  66. package/dist/src/component/KgButton/KgButton.hooks.d.ts +16 -9
  67. package/dist/src/component/KgButton/{KgButton.Item.data.d.ts → KgButton.model.d.ts} +1 -1
  68. package/dist/src/component/KgButton/KgButton.store.d.ts +2 -2
  69. package/dist/src/component/KgButton/index.d.ts +2 -60
  70. package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
  71. package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
  72. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
  73. package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
  74. package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
  75. package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
  76. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +73 -36
  77. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +43 -15
  78. package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
  79. package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
  80. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +5 -2
  81. package/dist/src/component/KgCanvas/index.d.ts +1 -1
  82. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
  83. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
  84. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
  85. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
  86. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
  87. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
  88. package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
  89. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
  90. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
  91. package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
  92. package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
  93. package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
  94. package/dist/src/component/KgForm/KgForm.d.ts +4 -5
  95. package/dist/src/component/KgForm/KgForm.event.d.ts +31 -31
  96. package/dist/src/component/KgForm/KgForm.hooks.d.ts +12 -12
  97. package/dist/src/component/KgForm/KgForm.store.d.ts +6 -6
  98. package/dist/src/component/KgForm/index.d.ts +2 -602
  99. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Checkbox.d.ts → KgForm.Item.Checkbox.d.ts} +39 -39
  100. package/dist/src/component/KgForm.Item/{components/KgForm.Item.CheckboxGroup.d.ts → KgForm.Item.CheckboxGroup.d.ts} +41 -41
  101. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Date.d.ts → KgForm.Item.Date.d.ts} +39 -39
  102. package/dist/src/component/KgForm.Item/{components/KgForm.Item.DateRange.d.ts → KgForm.Item.DateRange.d.ts} +39 -39
  103. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Image.d.ts → KgForm.Item.Image.d.ts} +42 -46
  104. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Input.d.ts → KgForm.Item.Input.d.ts} +39 -39
  105. package/dist/src/component/KgForm.Item/{components/KgForm.Item.InputNumber.d.ts → KgForm.Item.InputNumber.d.ts} +39 -39
  106. package/dist/src/component/KgForm.Item/{components/KgForm.Item.InputPassword.d.ts → KgForm.Item.InputPassword.d.ts} +39 -39
  107. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Link.d.ts → KgForm.Item.Link.d.ts} +39 -39
  108. package/dist/src/component/KgForm.Item/{components/KgForm.Item.RadioGroup.d.ts → KgForm.Item.RadioGroup.d.ts} +39 -39
  109. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Select.d.ts → KgForm.Item.Select.d.ts} +40 -40
  110. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Select.service.d.ts → KgForm.Item.Select.service.d.ts} +2 -2
  111. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Switch.d.ts → KgForm.Item.Switch.d.ts} +39 -39
  112. package/dist/src/component/KgForm.Item/{components/KgForm.Item.TextArea.d.ts → KgForm.Item.TextArea.d.ts} +39 -39
  113. package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +37 -37
  114. package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +32 -34
  115. package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
  116. package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
  117. package/dist/src/component/KgModal/KgModal.d.ts +17 -17
  118. package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
  119. package/dist/src/component/KgModal02/KgModal02.d.ts +470 -0
  120. package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
  121. package/dist/src/component/KgModal02/index.d.ts +1 -0
  122. package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
  123. package/dist/src/component/KgSearch/KgSearch.event.d.ts +12 -12
  124. package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +12 -8
  125. package/dist/src/component/KgSearch/KgSearch.service.d.ts +2 -2
  126. package/dist/src/component/KgSearch/KgSearch.store.d.ts +29 -28
  127. package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +11 -0
  128. package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
  129. package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -0
  130. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
  131. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
  132. package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
  133. package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
  134. package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
  135. package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
  136. package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
  137. package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
  138. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
  139. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
  140. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
  141. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
  142. package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
  143. package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +93 -0
  144. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
  145. package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
  146. package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1502 -0
  147. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +474 -0
  148. package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
  149. package/dist/src/component/KgSimulator/index.d.ts +3 -0
  150. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +59 -52
  151. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +61 -29
  152. package/dist/src/component/KgSubmit/KgSubmit.model.d.ts +1 -1
  153. package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +63 -17
  154. package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
  155. package/dist/src/component/KgTable/{components/KgTable.HeaderCell.d.ts → KgTable.HeadCell.d.ts} +1 -1
  156. package/dist/src/component/KgTable/KgTable.Setting.VarGridMaster.SaveAs.d.ts +4 -0
  157. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +5 -6
  158. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
  159. package/dist/src/component/KgTable/KgTable.event.d.ts +41 -31
  160. package/dist/src/component/KgTable/KgTable.hooks.d.ts +19 -15
  161. package/dist/src/component/KgTable/KgTable.model.d.ts +1 -3
  162. package/dist/src/component/KgTable/KgTable.store.d.ts +2 -2
  163. package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +72 -0
  164. package/dist/src/component/KgTable02/KgTable02.event.d.ts +57 -31
  165. package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +31 -1
  166. package/dist/src/component/KgTable02/KgTable02.store.d.ts +2 -2
  167. package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +45 -0
  168. package/dist/src/component/KgVar/KgVar.d.ts +22 -16
  169. package/dist/src/component/KgVar/KgVar.event.d.ts +36 -18
  170. package/dist/src/component/KgVar/KgVar.hooks.d.ts +26 -13
  171. package/dist/src/component/KgVar/KgVar.model.d.ts +1 -6
  172. package/dist/src/component/KgVar/KgVar.store.d.ts +82 -80
  173. package/dist/src/component/KgVar/index.d.ts +1 -1
  174. package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
  175. package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +2 -2
  176. package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +5 -5
  177. package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +4 -4
  178. package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +4 -1
  179. package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +14 -8
  180. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +24 -6
  181. package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +10 -17
  182. package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +44 -0
  183. package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +27 -0
  184. package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +28 -0
  185. package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +37 -0
  186. package/dist/src/component/KgWorkStation/index.d.ts +3 -0
  187. package/dist/src/component/index.d.ts +7 -5
  188. package/dist/src/config/config.hooks.d.ts +2 -2
  189. package/dist/src/config/config.store.d.ts +21 -12
  190. package/dist/src/config/index.d.ts +30 -24
  191. package/dist/src/i18n/cs_CZ.d.ts +1 -300
  192. package/dist/src/i18n/en.d.ts +234 -297
  193. package/dist/src/i18n/es_ES.d.ts +1 -299
  194. package/dist/src/i18n/fr_FR.d.ts +1 -299
  195. package/dist/src/i18n/i18n.setup.d.ts +12 -14
  196. package/dist/src/i18n/index.d.ts +1 -2
  197. package/dist/src/i18n/km_KH.d.ts +1 -299
  198. package/dist/src/i18n/ko_KR.d.ts +1 -299
  199. package/dist/src/i18n/vi_VN.d.ts +1 -299
  200. package/dist/src/i18n/zh_CN.d.ts +235 -298
  201. package/dist/src/index.d.ts +1 -1
  202. package/dist/src/model/index.d.ts +1968 -0
  203. package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
  204. package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
  205. package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
  206. package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +6 -6
  207. package/dist/src/page/index.d.ts +2 -2
  208. package/dist/src/project/src/hooks/index.d.ts +0 -1
  209. package/dist/src/project/src/locales/helper.d.ts +3 -4
  210. package/dist/src/project/src/locales/useLocale.d.ts +4 -3
  211. package/dist/src/project/src/router/types.d.ts +19 -0
  212. package/dist/src/project/src/store/modules/locale.d.ts +9 -9
  213. package/dist/src/project/src/utils/env.d.ts +3 -19
  214. package/dist/src/project/types/config.d.ts +6 -17
  215. package/dist/src/service/http-client.d.ts +7 -3
  216. package/dist/src/util/ant-design-vue.d.ts +1 -1
  217. package/dist/src/util/kg-auth.util.d.ts +7 -6
  218. package/dist/src/util/kg-route.util.d.ts +9 -9
  219. package/dist/src/util/kg.util.d.ts +46 -37
  220. package/dist/src/util/tsx.helper.d.ts +7 -7
  221. package/package.json +43 -34
  222. package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +0 -54
  223. package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
  224. package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
  225. package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +0 -5
  226. package/dist/src/const/const.model.d.ts +0 -1187
  227. package/dist/src/const/form-id.const.d.ts +0 -32
  228. package/dist/src/const/index.d.ts +0 -3
  229. package/dist/src/const/injection-keys.const.d.ts +0 -11
  230. package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
  231. package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
  232. package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
  233. package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
  234. package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
  235. package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
  236. package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
  237. package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
  238. package/dist/src/page/KgCircleVis/index.d.ts +0 -1
  239. package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
  240. /package/dist/{caret-right-outlined-Btgsw6a_.0434903b.mjs → caret-right-outlined-Btgsw6a_.7ce8e8fe.mjs} +0 -0
  241. /package/dist/{close-outlined-DMcSQWxQ.5c3bee6f.mjs → close-outlined-DMcSQWxQ.ce961fd1.mjs} +0 -0
  242. /package/dist/{exclamation-circle-outlined-DZrXCnvM.d94561db.mjs → exclamation-circle-outlined-DZrXCnvM.07559897.mjs} +0 -0
  243. /package/dist/{fullscreen-exit-outlined-X1iYkFc4.a1640595.mjs → fullscreen-exit-outlined-X1iYkFc4.d7884311.mjs} +0 -0
  244. /package/dist/{fullscreen-outlined-DDBrsRcy.b9f9d4a1.mjs → fullscreen-outlined-DDBrsRcy.d174b06a.mjs} +0 -0
  245. /package/dist/{search-outlined-Od1M_oxf.71fb0c01.mjs → search-outlined-Od1M_oxf.4a68e7e4.mjs} +0 -0
  246. /package/dist/src/api/WMS/Controllers/{WhController → WarehouseController}/index.d.ts +0 -0
  247. /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
  248. /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.DynamicQueryOperator.d.ts → KgForm.Item.Addon.DynamicQueryOperator.d.ts} +0 -0
  249. /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.Lookup.Modal.d.ts → KgForm.Item.Addon.Lookup.Modal.d.ts} +0 -0
  250. /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.Lookup.d.ts → KgForm.Item.Addon.Lookup.d.ts} +0 -0
  251. /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
  252. /package/dist/{three-dots-loading-bIlrTJYR.f189f620.mjs → three-dots-loading-bIlrTJYR.ebceb73e.mjs} +0 -0
package/CHANGELOG.md CHANGED
@@ -23,7 +23,7 @@ kgVar.kgButton.isCurrentButtonRequesting
23
23
  ```
24
24
  // 旧
25
25
  // --------------------------------------------------
26
- kgVar.kgTable.dataList
26
+ kgVar.kgTable.datas.value
27
27
  // 新
28
28
  // --------------------------------------------------
29
29
  kgVar.kgTable.dataList
@@ -65,6 +65,15 @@ kgVar.kgTable.store.setSelectedRows(formID, []);
65
65
  kgVar.kgTable.setSelectedRows({ selectedRows: [] });
66
66
  ```
67
67
 
68
+ ```
69
+ // 旧
70
+ // --------------------------------------------------
71
+ kgVar.kgTable.store.setRowSelect(formID, row, true);
72
+ // 新
73
+ // --------------------------------------------------
74
+ kgVar.kgTable.setRowSelect(row, true);
75
+ ```
76
+
68
77
  ```
69
78
  // 旧
70
79
  // --------------------------------------------------
@@ -201,7 +210,7 @@ kgVar.onRetrieve(async ({}) => {
201
210
  });
202
211
  ```
203
212
 
204
- # 0.26.0
213
+ # 0.26.0 <2024-08-01>
205
214
 
206
215
  ### 1. useLocale, useLocaleStore, getAppEnvConfig 提取到组件库
207
216
 
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  ### 代码命名
6
6
 
7
- 1. ComputedRef 类型的变量使用 $$ 后缀, 入: `class$$`
8
- 2. Ref 类型的变量使用 $ 后缀, 入: `height$`
9
- 3. 当组件名称作为前缀时, 使用 $ 包裹组件名称, 入: `$Canvas$get`, `$Canvas$set`
7
+ 1. ComputedRef 类型的变量使用 $$ 后缀, 如: `class$$`
8
+ 2. Ref 类型的变量使用 $ 后缀, 如: `height$`
9
+ 3. 当组件名称或者模块名称作为前缀时, 使用 $ 包裹组件名称, 如: `$Canvas$get`, `$Canvas$set`
10
+ 4. 动词使用小写开头, 名词使用大写开头, 如: `$Canvas$get`, `$Canvas$Status`
package/bin/bin.mjs ADDED
@@ -0,0 +1,42 @@
1
+ import { Command } from 'commander';
2
+
3
+ const program = new Command();
4
+
5
+ async function bin() {
6
+ try {
7
+ program
8
+ .command('copy-dist-to-android')
9
+ .description('COPY DIST TO ANDROID')
10
+ .option('--appid <appid>', 'APPID', '')
11
+ .action(async (args) => {
12
+ /**
13
+ * 打印日志.
14
+ *
15
+ * @param message 日志消息.
16
+ */
17
+ function log(message) {
18
+ console.log(`[${new Date(Date.now() + 1000 * 60 * 60 * 8).toISOString().substring(0, 23).replace('T', ' ')}] [@kengic/vue] COPY-DIST-TO-ANDROID | ${message}`);
19
+ }
20
+
21
+ try {
22
+ log(`命令参数 | ${JSON.stringify(args)}`);
23
+ log(`当前目录 | ${process.cwd()}`);
24
+
25
+ if (!args.appid) {
26
+ log(`参数不能为空 | appid`);
27
+ return;
28
+ }
29
+
30
+ const sourceDir = process.cwd() + '/dist/build/app';
31
+ } catch (e) {
32
+ console.log(e);
33
+ }
34
+ });
35
+
36
+ program.parse(process.argv);
37
+ } catch (e) {
38
+ console.error(e.stack);
39
+ }
40
+ }
41
+
42
+ bin();
@@ -0,0 +1,70 @@
1
+ import fs from 'fs';
2
+
3
+ /**
4
+ * 安装完成之后, 处理其他任务.
5
+ */
6
+
7
+ /**
8
+ * 打印日志.
9
+ *
10
+ * @param message 日志消息.
11
+ */
12
+ function log(message) {
13
+ console.log(`[${new Date(Date.now() + 1000 * 60 * 60 * 8).toISOString().substring(0, 23).replace('T', ' ')}] [@kengic/vue] POST-INSTALL | ${message}`);
14
+ }
15
+
16
+ /**
17
+ * 项目的根目录.
18
+ */
19
+ const PROJECT_DIR_01 = '../../../../../../..';
20
+ const PROJECT_DIR_02 = '../../../../../..';
21
+
22
+ console.log();
23
+ log(`当前目录 | ${process.cwd()}`);
24
+
25
+ //region 同步依赖
26
+ //----------------------------------------------------------------------------------------------------
27
+ /**
28
+ * 要排除的包名列表.
29
+ */
30
+ const EXCLUDE_PACKAGE_LIST = [];
31
+
32
+ let json01 = null;
33
+
34
+ try {
35
+ log(`开始读取组件的 package.json`);
36
+ json01 = (await import(`../package.json`, { with: { type: 'json' } })).default;
37
+ log(`成功读取组件的 package.json`);
38
+ } catch (e) {
39
+ log(`失败读取组件的 package.json`);
40
+ throw e;
41
+ }
42
+
43
+ let json02 = null;
44
+
45
+ try {
46
+ log(`开始读取项目的 package.json`);
47
+ json02 = (await import(`${PROJECT_DIR_01}/package.json`, { with: { type: 'json' } })).default;
48
+ log(`成功读取项目的 package.json`);
49
+ } catch (e) {
50
+ log(`失败读取项目的 package.json | ${e.message}`);
51
+ }
52
+
53
+ if (json01 && json02) {
54
+ for (let key of Object.keys(json01.dependencies)) {
55
+ if (!EXCLUDE_PACKAGE_LIST.includes(key)) {
56
+ json02.dependencies[key] = json01.dependencies[key];
57
+ }
58
+ }
59
+
60
+ // 排序,
61
+ json02.dependencies = Object.fromEntries(Object.entries(json02.dependencies).sort(([a], [b]) => a.localeCompare(b)));
62
+
63
+ log(`开始写入项目的 package.json`);
64
+ fs.writeFileSync(`${PROJECT_DIR_02}/package.json`, `${JSON.stringify(json02, null, 4)}\n`, {});
65
+ log(`成功写入项目的 package.json`);
66
+ }
67
+ //----------------------------------------------------------------------------------------------------
68
+ //endregion
69
+
70
+ console.log();
@@ -0,0 +1,8 @@
1
+ const c = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M120 230h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm0 424h496c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm784 140H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0-424H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z"/>'
5
+ };
6
+ export {
7
+ c as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const t = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z"/>'
5
+ };
6
+ export {
7
+ t as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const t = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M689 165.1L308.2 493.5c-10.9 9.4-10.9 27.5 0 37L689 858.9c14.2 12.2 35 1.2 35-18.5V183.6c0-19.7-20.8-30.7-35-18.5z"/>'
5
+ };
6
+ export {
7
+ t as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const t = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z"/>'
5
+ };
6
+ export {
7
+ t as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const t = {
2
+ width: 24,
3
+ height: 24,
4
+ body: '<path fill="currentColor" d="M5 21q-.825 0-1.413-.588T3 19V5q0-.825.588-1.413T5 3h14q.825 0 1.413.588T21 5v14q0 .825-.588 1.413T19 21H5Zm0-2h14V5H5v14Z"/>'
5
+ };
6
+ export {
7
+ t as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const t = {
2
+ width: 24,
3
+ height: 24,
4
+ body: '<path fill="currentColor" d="m12 17.4l-3.9 3.9q-.275.275-.7.275t-.7-.275q-.275-.275-.275-.7t.275-.7l3.875-3.875q.575-.575 1.425-.575t1.425.575L17.3 19.9q.275.275.275.7t-.275.7q-.275.275-.7.275t-.7-.275L12 17.4Zm0-10.8l3.9-3.9q.275-.275.7-.275t.7.275q.275.275.275.7t-.275.7l-3.875 3.875Q12.85 8.55 12 8.55t-1.425-.575L6.7 4.1q-.275-.275-.275-.7t.275-.7q.275-.275.7-.275t.7.275L12 6.6Z"/>'
5
+ };
6
+ export {
7
+ t as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const c = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M533.2 492.3L277.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H188c-6.7 0-10.4 7.7-6.3 12.9L447.1 512L181.7 851.1A7.98 7.98 0 0 0 188 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5zm304 0L581.9 166.1c-3-3.9-7.7-6.1-12.6-6.1H492c-6.7 0-10.4 7.7-6.3 12.9L751.1 512L485.7 851.1A7.98 7.98 0 0 0 492 864h77.3c4.9 0 9.6-2.3 12.6-6.1l255.3-326.1c9.1-11.7 9.1-27.9 0-39.5z"/>'
5
+ };
6
+ export {
7
+ c as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const t = {
2
+ width: 24,
3
+ height: 24,
4
+ body: '<path fill="currentColor" d="m12 19.15l3.875-3.875q.3-.3.7-.3t.7.3q.3.3.3.713t-.3.712l-3.85 3.875q-.575.575-1.425.575t-1.425-.575L6.7 16.7q-.3-.3-.288-.713t.313-.712q.3-.3.713-.3t.712.3L12 19.15Zm0-14.3L8.15 8.7q-.3.3-.7.288t-.7-.288q-.3-.3-.313-.712t.288-.713l3.85-3.85Q11.15 2.85 12 2.85t1.425.575l3.85 3.85q.3.3.288.713t-.313.712q-.3.275-.7.288t-.7-.288L12 4.85Z"/>'
5
+ };
6
+ export {
7
+ t as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const a = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512C791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5zm-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32zM149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512zm246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512z"/><path fill="currentColor" d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112z"/>'
5
+ };
6
+ export {
7
+ a as default
8
+ };
@@ -0,0 +1,8 @@
1
+ const a = {
2
+ width: 1024,
3
+ height: 1024,
4
+ body: '<path fill="currentColor" d="M300 276.497a56 56 0 1 0 56-96.994a56 56 0 0 0-56 96.994Zm0 284a56 56 0 1 0 56-96.994a56 56 0 0 0-56 96.994ZM640 228a56 56 0 1 0 112 0a56 56 0 0 0-112 0Zm0 284a56 56 0 1 0 112 0a56 56 0 0 0-112 0ZM300 844.497a56 56 0 1 0 56-96.994a56 56 0 0 0-56 96.994ZM640 796a56 56 0 1 0 112 0a56 56 0 0 0-112 0Z"/>'
5
+ };
6
+ export {
7
+ a as default
8
+ };