@kengic/vue 0.30.1-beta.9 → 0.30.1-beta.93

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 (264) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/README.md +4 -3
  3. package/dist/check-box-outline-blank.70caa3f6.js +8 -0
  4. package/dist/collapse-all-rounded.292dc0a0.js +8 -0
  5. package/dist/expand-all-rounded.b3e78f03.js +8 -0
  6. package/dist/index.css +1 -1
  7. package/dist/kengic-vue.js +161722 -144686
  8. package/dist/more-outlined.157f121f.js +8 -0
  9. package/dist/palette-swatch-variant.94119315.js +8 -0
  10. package/dist/partition-outlined.2c502e5b.js +8 -0
  11. package/dist/pause-rounded.efb30fb7.js +8 -0
  12. package/dist/play-arrow-rounded.48af961c.js +8 -0
  13. package/dist/profile-outlined.d62d905d.js +8 -0
  14. package/dist/src/api/WMS/models.d.ts +2 -0
  15. package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +7 -8
  16. package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +4 -4
  17. package/dist/src/component/KgButton/{components/KgButton.Copy.d.ts → KgButton.Copy.d.ts} +5 -5
  18. package/dist/src/component/KgButton/{components/KgButton.Create.d.ts → KgButton.Create.d.ts} +3 -3
  19. package/dist/src/component/KgButton/{components/KgButton.Delete.d.ts → KgButton.Delete.d.ts} +3 -3
  20. package/dist/src/component/KgButton/{components/KgButton.Export.d.ts → KgButton.Export.d.ts} +5 -5
  21. package/dist/src/component/KgButton/{components/KgButton.Import.d.ts → KgButton.Import.d.ts} +5 -5
  22. package/dist/src/component/KgButton/{components/KgButton.ImportTemplate.d.ts → KgButton.ImportTemplate.d.ts} +5 -5
  23. package/dist/src/component/KgButton/KgButton.Item.d.ts +2 -4
  24. package/dist/src/component/KgButton/{components/KgButton.Other.d.ts → KgButton.Other.d.ts} +5 -5
  25. package/dist/src/component/KgButton/{components/KgButton.Search.d.ts → KgButton.Search.d.ts} +3 -3
  26. package/dist/src/component/KgButton/{components/KgButton.Update.d.ts → KgButton.Update.d.ts} +5 -5
  27. package/dist/src/component/KgButton/KgButton.d.ts +1 -2
  28. package/dist/src/component/KgButton/KgButton.event.d.ts +36 -22
  29. package/dist/src/component/KgButton/KgButton.hooks.d.ts +16 -9
  30. package/dist/src/component/KgButton/{KgButton.Item.data.d.ts → KgButton.model.d.ts} +1 -1
  31. package/dist/src/component/KgButton/KgButton.store.d.ts +2 -2
  32. package/dist/src/component/KgButton/index.d.ts +2 -60
  33. package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
  34. package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
  35. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
  36. package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
  37. package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
  38. package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
  39. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +73 -36
  40. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +43 -15
  41. package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
  42. package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
  43. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +5 -2
  44. package/dist/src/component/KgCanvas/index.d.ts +1 -1
  45. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
  46. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
  47. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
  48. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
  49. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
  50. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
  51. package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
  52. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
  53. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
  54. package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
  55. package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
  56. package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
  57. package/dist/src/component/KgForm/KgForm.d.ts +4 -5
  58. package/dist/src/component/KgForm/KgForm.event.d.ts +31 -31
  59. package/dist/src/component/KgForm/KgForm.hooks.d.ts +12 -12
  60. package/dist/src/component/KgForm/KgForm.store.d.ts +6 -6
  61. package/dist/src/component/KgForm/index.d.ts +2 -602
  62. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Checkbox.d.ts → KgForm.Item.Checkbox.d.ts} +39 -39
  63. package/dist/src/component/KgForm.Item/{components/KgForm.Item.CheckboxGroup.d.ts → KgForm.Item.CheckboxGroup.d.ts} +41 -41
  64. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Date.d.ts → KgForm.Item.Date.d.ts} +39 -39
  65. package/dist/src/component/KgForm.Item/{components/KgForm.Item.DateRange.d.ts → KgForm.Item.DateRange.d.ts} +39 -39
  66. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Image.d.ts → KgForm.Item.Image.d.ts} +42 -46
  67. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Input.d.ts → KgForm.Item.Input.d.ts} +39 -39
  68. package/dist/src/component/KgForm.Item/{components/KgForm.Item.InputNumber.d.ts → KgForm.Item.InputNumber.d.ts} +39 -39
  69. package/dist/src/component/KgForm.Item/{components/KgForm.Item.InputPassword.d.ts → KgForm.Item.InputPassword.d.ts} +39 -39
  70. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Link.d.ts → KgForm.Item.Link.d.ts} +39 -39
  71. package/dist/src/component/KgForm.Item/{components/KgForm.Item.RadioGroup.d.ts → KgForm.Item.RadioGroup.d.ts} +39 -39
  72. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Select.d.ts → KgForm.Item.Select.d.ts} +40 -40
  73. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Select.service.d.ts → KgForm.Item.Select.service.d.ts} +2 -2
  74. package/dist/src/component/KgForm.Item/{components/KgForm.Item.Switch.d.ts → KgForm.Item.Switch.d.ts} +39 -39
  75. package/dist/src/component/KgForm.Item/{components/KgForm.Item.TextArea.d.ts → KgForm.Item.TextArea.d.ts} +39 -39
  76. package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +37 -37
  77. package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +32 -34
  78. package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
  79. package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
  80. package/dist/src/component/KgModal/KgModal.d.ts +17 -17
  81. package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
  82. package/dist/src/component/KgModal02/KgModal02.d.ts +470 -0
  83. package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
  84. package/dist/src/component/KgModal02/index.d.ts +1 -0
  85. package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
  86. package/dist/src/component/KgSearch/KgSearch.event.d.ts +12 -12
  87. package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +12 -8
  88. package/dist/src/component/KgSearch/KgSearch.service.d.ts +2 -2
  89. package/dist/src/component/KgSearch/KgSearch.store.d.ts +29 -28
  90. package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +11 -0
  91. package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
  92. package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -0
  93. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
  94. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
  95. package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
  96. package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
  97. package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
  98. package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
  99. package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
  100. package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
  101. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
  102. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
  103. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
  104. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
  105. package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
  106. package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +93 -0
  107. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
  108. package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
  109. package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1502 -0
  110. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +474 -0
  111. package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
  112. package/dist/src/component/KgSimulator/index.d.ts +3 -0
  113. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +59 -52
  114. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +61 -29
  115. package/dist/src/component/KgSubmit/KgSubmit.model.d.ts +1 -1
  116. package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +63 -17
  117. package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
  118. package/dist/src/component/KgTable/KgTable.Setting.VarGridMaster.SaveAs.d.ts +4 -0
  119. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +5 -6
  120. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
  121. package/dist/src/component/KgTable/KgTable.event.d.ts +41 -31
  122. package/dist/src/component/KgTable/KgTable.hooks.d.ts +19 -15
  123. package/dist/src/component/KgTable/KgTable.model.d.ts +1 -1
  124. package/dist/src/component/KgTable/KgTable.store.d.ts +2 -2
  125. package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +32 -3
  126. package/dist/src/component/KgTable02/KgTable02.event.d.ts +57 -31
  127. package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +31 -1
  128. package/dist/src/component/KgTable02/KgTable02.store.d.ts +2 -2
  129. package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +45 -0
  130. package/dist/src/component/KgVar/KgVar.d.ts +22 -16
  131. package/dist/src/component/KgVar/KgVar.event.d.ts +36 -18
  132. package/dist/src/component/KgVar/KgVar.hooks.d.ts +26 -13
  133. package/dist/src/component/KgVar/KgVar.model.d.ts +1 -6
  134. package/dist/src/component/KgVar/KgVar.store.d.ts +82 -80
  135. package/dist/src/component/KgVar/index.d.ts +1 -1
  136. package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
  137. package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +2 -2
  138. package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +5 -5
  139. package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +4 -4
  140. package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +4 -1
  141. package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +14 -8
  142. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +22 -4
  143. package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +8 -15
  144. package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +44 -0
  145. package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +27 -0
  146. package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +28 -0
  147. package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +37 -0
  148. package/dist/src/component/KgWorkStation/index.d.ts +3 -0
  149. package/dist/src/component/index.d.ts +7 -5
  150. package/dist/src/config/config.store.d.ts +12 -11
  151. package/dist/src/config/index.d.ts +19 -13
  152. package/dist/src/i18n/cs_CZ.d.ts +1 -300
  153. package/dist/src/i18n/en.d.ts +234 -297
  154. package/dist/src/i18n/es_ES.d.ts +1 -299
  155. package/dist/src/i18n/fr_FR.d.ts +1 -299
  156. package/dist/src/i18n/i18n.setup.d.ts +2 -2
  157. package/dist/src/i18n/km_KH.d.ts +1 -299
  158. package/dist/src/i18n/ko_KR.d.ts +1 -299
  159. package/dist/src/i18n/vi_VN.d.ts +1 -299
  160. package/dist/src/i18n/zh_CN.d.ts +235 -298
  161. package/dist/src/index.d.ts +1 -1
  162. package/dist/src/model/index.d.ts +1926 -0
  163. package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
  164. package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
  165. package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
  166. package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +6 -6
  167. package/dist/src/page/index.d.ts +2 -2
  168. package/dist/src/project/src/hooks/index.d.ts +0 -1
  169. package/dist/src/project/src/locales/useLocale.d.ts +1 -0
  170. package/dist/src/project/src/router/types.d.ts +19 -0
  171. package/dist/src/project/src/utils/env.d.ts +3 -3
  172. package/dist/src/project/types/config.d.ts +2 -2
  173. package/dist/src/service/http-client.d.ts +7 -3
  174. package/dist/src/util/ant-design-vue.d.ts +1 -1
  175. package/dist/src/util/kg-auth.util.d.ts +7 -6
  176. package/dist/src/util/kg-route.util.d.ts +9 -9
  177. package/dist/src/util/kg.util.d.ts +46 -37
  178. package/dist/src/util/tsx.helper.d.ts +7 -7
  179. package/package.json +31 -35
  180. package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
  181. package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
  182. package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +0 -5
  183. package/dist/src/const/const.model.d.ts +0 -1216
  184. package/dist/src/const/form-id.const.d.ts +0 -32
  185. package/dist/src/const/index.d.ts +0 -3
  186. package/dist/src/const/injection-keys.const.d.ts +0 -11
  187. package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
  188. package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
  189. package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
  190. package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
  191. package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
  192. package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
  193. package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
  194. package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
  195. package/dist/src/page/KgCircleVis/index.d.ts +0 -1
  196. package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
  197. /package/dist/{aim-outlined.8d38a0f9.mjs → aim-outlined.8be465fa.js} +0 -0
  198. /package/dist/{align-left-outlined.579b01c6.mjs → align-left-outlined.ee632796.js} +0 -0
  199. /package/dist/{audit-outlined.4555f723.mjs → audit-outlined.781e31ad.js} +0 -0
  200. /package/dist/{bubble-loading.cd2fe007.mjs → bubble-loading.522952db.js} +0 -0
  201. /package/dist/{bulb-outlined.a5bf22d8.mjs → bulb-outlined.2d215f6a.js} +0 -0
  202. /package/dist/{card-text-outline.6e053122.mjs → card-text-outline.c67fe9b0.js} +0 -0
  203. /package/dist/{caret-down-outlined.c0564a3f.mjs → caret-down-outlined.e4d248cf.js} +0 -0
  204. /package/dist/{caret-left-outlined.35b1d7d1.mjs → caret-left-outlined.eb88958a.js} +0 -0
  205. /package/dist/{caret-right-filled.dbbda237.mjs → caret-right-filled.8406b615.js} +0 -0
  206. /package/dist/{caret-right-outlined-Btgsw6a_.0434903b.mjs → caret-right-outlined-Btgsw6a_.8d73a8ce.js} +0 -0
  207. /package/dist/{caret-right-outlined.12fe6699.mjs → caret-right-outlined.13f0437e.js} +0 -0
  208. /package/dist/{caret-up-outlined.81b559ad.mjs → caret-up-outlined.1f3edb5a.js} +0 -0
  209. /package/dist/{check-circle-outlined.b219949f.mjs → check-circle-outlined.cf474a93.js} +0 -0
  210. /package/dist/{check-outlined.59c42074.mjs → check-outlined.072d2799.js} +0 -0
  211. /package/dist/{check-square-outlined.233589d8.mjs → check-square-outlined.d6ee2906.js} +0 -0
  212. /package/dist/{checkbox-indeterminate.e5386a53.mjs → checkbox-indeterminate.fcdf05cd.js} +0 -0
  213. /package/dist/{clock-circle-outline.b9d0b3dc.mjs → clock-circle-outline.a1b2fa84.js} +0 -0
  214. /package/dist/{close-circle-outlined.85f75690.mjs → close-circle-outlined.3536c9d2.js} +0 -0
  215. /package/dist/{close-outlined-DMcSQWxQ.5c3bee6f.mjs → close-outlined-DMcSQWxQ.7bdcf1f6.js} +0 -0
  216. /package/dist/{close-outlined.5757472a.mjs → close-outlined.0c84332a.js} +0 -0
  217. /package/dist/{control-outlined.d66ac4d2.mjs → control-outlined.359a8e35.js} +0 -0
  218. /package/dist/{copy-filled.a3dcd299.mjs → copy-filled.8517d337.js} +0 -0
  219. /package/dist/{copy-outlined.6a695d8a.mjs → copy-outlined.54c22455.js} +0 -0
  220. /package/dist/{delete-outlined.20afb717.mjs → delete-outlined.e78c0025.js} +0 -0
  221. /package/dist/{delete-twotone.1d40696a.mjs → delete-twotone.0ab9d2d3.js} +0 -0
  222. /package/dist/{double-right-outlined.f057a6b2.mjs → double-right-outlined.48d81b78.js} +0 -0
  223. /package/dist/{down-circle-outlined.8ba93393.mjs → down-circle-outlined.c3084eb9.js} +0 -0
  224. /package/dist/{download-outlined.e78b5364.mjs → download-outlined.8cc0ac49.js} +0 -0
  225. /package/dist/{edit-outlined.0aae2217.mjs → edit-outlined.857298ee.js} +0 -0
  226. /package/dist/{edit-twotone.67c952fa.mjs → edit-twotone.8ba032c1.js} +0 -0
  227. /package/dist/{email-resend-outline.780506de.mjs → email-resend-outline.4be09b5b.js} +0 -0
  228. /package/dist/{exception-outlined.8c0003a2.mjs → exception-outlined.0f2f32b0.js} +0 -0
  229. /package/dist/{exclamation-circle-outlined-DZrXCnvM.d94561db.mjs → exclamation-circle-outlined-DZrXCnvM.fa85c27a.js} +0 -0
  230. /package/dist/{eye-invisible-outlined.5f8d6151.mjs → eye-invisible-outlined.93c0e26a.js} +0 -0
  231. /package/dist/{eye-outlined.b25b4d28.mjs → eye-outlined.5a39428d.js} +0 -0
  232. /package/dist/{file-text-outline.2fbccab6.mjs → file-text-outline.dc8a65d4.js} +0 -0
  233. /package/dist/{fit-screen-outline.7341560f.mjs → fit-screen-outline.95d53475.js} +0 -0
  234. /package/dist/{fullscreen-exit-outlined-X1iYkFc4.a1640595.mjs → fullscreen-exit-outlined-X1iYkFc4.3d1bb4fa.js} +0 -0
  235. /package/dist/{fullscreen-exit-outlined.b77fa876.mjs → fullscreen-exit-outlined.ccc55444.js} +0 -0
  236. /package/dist/{fullscreen-outlined-DDBrsRcy.b9f9d4a1.mjs → fullscreen-outlined-DDBrsRcy.8717f483.js} +0 -0
  237. /package/dist/{fullscreen-outlined.cd572ef8.mjs → fullscreen-outlined.3e35f75c.js} +0 -0
  238. /package/dist/{holder-outlined.9e698750.mjs → holder-outlined.600a14da.js} +0 -0
  239. /package/dist/{info-circle-outlined.7ddbd554.mjs → info-circle-outlined.8b702321.js} +0 -0
  240. /package/dist/{key-return-thin.ce6f074c.mjs → key-return-thin.fc57598b.js} +0 -0
  241. /package/dist/{loading-outlined.13a15197.mjs → loading-outlined.999ab961.js} +0 -0
  242. /package/dist/{one-to-one-outlined.ac265beb.mjs → one-to-one-outlined.662b0e19.js} +0 -0
  243. /package/dist/{pause-circle-outlined.cd534f5f.mjs → pause-circle-outlined.d2dbdc49.js} +0 -0
  244. /package/dist/{pause-outlined.fca0d0f9.mjs → pause-outlined.b8620b52.js} +0 -0
  245. /package/dist/{plus-outlined.bdaa6481.mjs → plus-outlined.e8976815.js} +0 -0
  246. /package/dist/{printer-outlined.a8d0d92b.mjs → printer-outlined.0a73a541.js} +0 -0
  247. /package/dist/{release-gate-check.8c1ba629.mjs → release-gate-check.de715b77.js} +0 -0
  248. /package/dist/{reload-outlined.d320578b.mjs → reload-outlined.74a96cc7.js} +0 -0
  249. /package/dist/{retweet-outlined.bfa9b123.mjs → retweet-outlined.f7de37cb.js} +0 -0
  250. /package/dist/{save-as-outline-rounded.c65d61b2.mjs → save-as-outline-rounded.64127f32.js} +0 -0
  251. /package/dist/{save-outline-rounded.c9c3f880.mjs → save-outline-rounded.850abfe6.js} +0 -0
  252. /package/dist/{search-outlined-Od1M_oxf.71fb0c01.mjs → search-outlined-Od1M_oxf.53b3f0ed.js} +0 -0
  253. /package/dist/{search-outlined.ba5c5a3f.mjs → search-outlined.05c83047.js} +0 -0
  254. /package/dist/{setting-outlined.a3caf743.mjs → setting-outlined.27b6b889.js} +0 -0
  255. /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
  256. /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.DynamicQueryOperator.d.ts → KgForm.Item.Addon.DynamicQueryOperator.d.ts} +0 -0
  257. /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.Lookup.Modal.d.ts → KgForm.Item.Addon.Lookup.Modal.d.ts} +0 -0
  258. /package/dist/src/component/KgForm.Item/{addon/KgForm.Item.Addon.Lookup.d.ts → KgForm.Item.Addon.Lookup.d.ts} +0 -0
  259. /package/dist/src/component/KgTable/{components/KgTable.HeadCell.d.ts → KgTable.HeadCell.d.ts} +0 -0
  260. /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
  261. /package/dist/{stop-outlined.9f2c4f61.mjs → stop-outlined.a761545b.js} +0 -0
  262. /package/dist/{stop.ea3dde55.mjs → stop.8a6ce353.js} +0 -0
  263. /package/dist/{three-dots-loading-bIlrTJYR.f189f620.mjs → three-dots-loading-bIlrTJYR.9972be9e.js} +0 -0
  264. /package/dist/{upload-outlined.c576b26a.mjs → upload-outlined.5d8d8184.js} +0 -0
@@ -1,34 +1,27 @@
1
1
  import { WarehouseDTO } from '../../api/WMS/models';
2
- import { KgStoreDefinition } from '../../const';
3
- export interface IUseKgWarehouseStoreState {
2
+ import { IKgStoreDefinition } from '../../model';
3
+ export interface IUseKgWarehouseStoreGetters {
4
4
  /**
5
5
  * 是否显示弹窗.
6
6
  */
7
- visible: boolean;
7
+ getVisible: boolean;
8
8
  /**
9
9
  * 当前仓库.
10
10
  */
11
- warehouse: WarehouseDTO | null;
12
- }
13
- export interface IUseKgWarehouseStoreGetters {
14
- /**
15
- * 是否显示弹窗.
16
- */
17
- getVisible: boolean;
18
11
  getWarehouse: WarehouseDTO | null;
19
12
  }
20
13
  export interface IUseKgWarehouseStoreActions {
21
14
  /**
22
15
  * 设置是否显示弹窗.
23
16
  *
24
- * @param visible 是否显示.
17
+ * @param value 是否显示.
25
18
  */
26
- setVisible(visible: boolean): void;
19
+ setVisible(value: boolean): void;
27
20
  /**
28
21
  * 设置当前仓库.
29
22
  *
30
- * @param warehouse 当前仓库.
23
+ * @param value 当前仓库.
31
24
  */
32
- setWarehouse(warehouse?: WarehouseDTO | null): void;
25
+ setWarehouse(value?: WarehouseDTO | null): void;
33
26
  }
34
- export declare const useKgWarehouseStore: KgStoreDefinition<IUseKgWarehouseStoreGetters, IUseKgWarehouseStoreActions>;
27
+ export declare function buildKgWarehouseStore(id: string | null | undefined): IKgStoreDefinition<IUseKgWarehouseStoreGetters, IUseKgWarehouseStoreActions>;
@@ -0,0 +1,44 @@
1
+ import { ExtractPropTypes, PropType } from 'vue';
2
+ import './KgWorkStation.css';
3
+ export declare const getProps: () => {
4
+ /**
5
+ * <p>是否隐藏.</p>
6
+ * <p>此组件需要在不同的地方使用,</p>
7
+ * <ul>
8
+ * <li>在有的地方需要显示当前选择的仓库, 并且可以通过点击打开弹窗, 比如顶部导航栏,</li>
9
+ * <li>在有的地方, 不需要显示此组件, 用户通过参数控制是否打开弹窗, 比如登录页,</li>
10
+ * </ul>
11
+ *
12
+ * @default undefined
13
+ */
14
+ kgInvisible: PropType<boolean>;
15
+ };
16
+ export declare type IKgWorkStationProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
17
+ /**
18
+ * 工作站选择.
19
+ */
20
+ export declare const KgWorkStation: import("vue").DefineComponent<{
21
+ /**
22
+ * <p>是否隐藏.</p>
23
+ * <p>此组件需要在不同的地方使用,</p>
24
+ * <ul>
25
+ * <li>在有的地方需要显示当前选择的仓库, 并且可以通过点击打开弹窗, 比如顶部导航栏,</li>
26
+ * <li>在有的地方, 不需要显示此组件, 用户通过参数控制是否打开弹窗, 比如登录页,</li>
27
+ * </ul>
28
+ *
29
+ * @default undefined
30
+ */
31
+ kgInvisible: PropType<boolean>;
32
+ }, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
33
+ /**
34
+ * <p>是否隐藏.</p>
35
+ * <p>此组件需要在不同的地方使用,</p>
36
+ * <ul>
37
+ * <li>在有的地方需要显示当前选择的仓库, 并且可以通过点击打开弹窗, 比如顶部导航栏,</li>
38
+ * <li>在有的地方, 不需要显示此组件, 用户通过参数控制是否打开弹窗, 比如登录页,</li>
39
+ * </ul>
40
+ *
41
+ * @default undefined
42
+ */
43
+ kgInvisible: PropType<boolean>;
44
+ }>>, {}>;
@@ -0,0 +1,27 @@
1
+ import { IKgEventListener } from '@kengic/core.core';
2
+ /**
3
+ * 事件类型.
4
+ */
5
+ export declare type IKgWorkStation$Event = 'onOk' | 'onCancel';
6
+ export declare type IKgWorkStation$EventListenerParameter$onOk = {};
7
+ export declare type IKgWorkStation$EventListener$onOk = ((param: IKgWorkStation$EventListenerParameter$onOk) => void) & IKgEventListener;
8
+ export declare type IKgWorkStation$EventListenerParameter$onCancel = {};
9
+ export declare type IKgWorkStation$EventListener$onCancel = ((param: IKgWorkStation$EventListenerParameter$onCancel) => void) & IKgEventListener;
10
+ export declare type IKgWorkStation$EventListenerParameter = IKgWorkStation$EventListenerParameter$onOk | IKgWorkStation$EventListenerParameter$onCancel;
11
+ export declare type IKgWorkStation$EventListener = IKgWorkStation$EventListener$onOk | IKgWorkStation$EventListener$onCancel;
12
+ export declare const eventListeners: Record<string, {
13
+ onCancel: Array<IKgWorkStation$EventListener$onCancel>;
14
+ onOk: Array<IKgWorkStation$EventListener$onOk>;
15
+ }>;
16
+ /**
17
+ * 触发事件.
18
+ *
19
+ * @param param.event 事件名称.
20
+ * @param param.id 唯一标识.
21
+ * @param param.parameter 事件参数.
22
+ */
23
+ export declare function emit<P extends IKgWorkStation$EventListenerParameter>(param: {
24
+ event: IKgWorkStation$Event;
25
+ id?: string | undefined;
26
+ parameter: P;
27
+ }): Promise<boolean>;
@@ -0,0 +1,28 @@
1
+ import { IRemoveEventListener } from '@kengic/core.core';
2
+ import { IKgWorkStation$EventListener$onCancel, IKgWorkStation$EventListener$onOk } from './KgWorkStation.event';
3
+ import { buildKgWorkStationStore } from './KgWorkStation.store';
4
+ export declare type IUseKgWorkStation = {
5
+ /**
6
+ * 标识.
7
+ */
8
+ id: string;
9
+ /**
10
+ * 监听事件: 点击取消按钮.
11
+ *
12
+ * @param listener 事件监听函数.
13
+ * @param isOnce 是否只会触发一次. 默认为 undefined.
14
+ */
15
+ onCancel(listener: IKgWorkStation$EventListener$onCancel, isOnce?: boolean): IRemoveEventListener;
16
+ /**
17
+ * 监听事件: 点击确定按钮.
18
+ *
19
+ * @param listener 事件监听函数.
20
+ * @param isOnce 是否只会触发一次. 默认为 undefined.
21
+ */
22
+ onOk(listener: IKgWorkStation$EventListener$onOk, isOnce?: boolean): IRemoveEventListener;
23
+ store: ReturnType<ReturnType<typeof buildKgWorkStationStore>>;
24
+ } & ReturnType<ReturnType<typeof buildKgWorkStationStore>>;
25
+ /**
26
+ *
27
+ */
28
+ export declare function useKgWorkStation(): IUseKgWorkStation;
@@ -0,0 +1,37 @@
1
+ import { WorkstationAreaDTO, WorkstationDTO } from '../../api/WMS/models';
2
+ import { IKgStoreDefinition } from '../../model';
3
+ export interface IUseKgWorkStationStoreGetters {
4
+ /**
5
+ * 当前工作站.
6
+ */
7
+ currentWorkStation: WorkstationDTO | null;
8
+ /**
9
+ * 当前工作区.
10
+ */
11
+ currentWorkStationArea: WorkstationAreaDTO | null;
12
+ /**
13
+ * 是否显示弹窗.
14
+ */
15
+ isVisible: boolean;
16
+ }
17
+ export interface IUseKgWorkStationStoreActions {
18
+ /**
19
+ * 设置当前工作站.
20
+ *
21
+ * @param value 当前工作站.
22
+ */
23
+ setCurrentWorkStation(value?: WorkstationDTO | null): void;
24
+ /**
25
+ * 设置当前工作区.
26
+ *
27
+ * @param value 当前工作区.
28
+ */
29
+ setCurrentWorkStationArea(value?: WorkstationAreaDTO | null): void;
30
+ /**
31
+ * 设置是否显示弹窗.
32
+ *
33
+ * @param value 是否显示.
34
+ */
35
+ setIsVisible(value?: boolean | null): void;
36
+ }
37
+ export declare function buildKgWorkStationStore(id: string | null | undefined): IKgStoreDefinition<IUseKgWorkStationStoreGetters, IUseKgWorkStationStoreActions>;
@@ -0,0 +1,3 @@
1
+ export * from './KgWorkStation';
2
+ export * from './KgWorkStation.hooks';
3
+ export * from './KgWorkStation.store';
@@ -1,20 +1,22 @@
1
1
  export * from './KgAppSelect';
2
+ export * from './KgButton';
2
3
  export * from './KgCanvas';
4
+ export * from './KgCircularShuttleMonitor';
5
+ export * from './KgForm';
6
+ export * from './KgForm.Item';
3
7
  export * from './KgImage';
4
8
  export * from './KgLayoutHeader';
5
9
  export * from './KgModal';
10
+ export * from './KgModal02';
6
11
  export * from './KgProgressA';
7
12
  export * from './KgResizable';
8
13
  export * from './KgSearch';
14
+ export * from './KgSimulator';
9
15
  export * from './KgSubmit';
10
16
  export * from './KgTable';
11
17
  export * from './KgVar';
12
18
  export * from './KgVarConfig';
13
19
  export * from './KgWarehouse';
20
+ export * from './KgWorkStation';
14
21
  export * from './KgYesOrNo';
15
- export * from './KgButton';
16
- export { default as KgButton } from './KgButton';
17
- export * from './KgForm';
18
- export { default as KgForm } from './KgForm';
19
- export * from './KgForm.Item';
20
22
  export { Q } from '@thymine/xunee';
@@ -1,10 +1,14 @@
1
1
  import { StoreDefinition } from 'pinia';
2
2
  import { Router } from 'vue-router';
3
3
  import { DescriptionDTO, SysUserWarehouseDTO } from '../api/WMS/models';
4
- import { KG_APP, KgStoreDefinition } from '../const';
4
+ import { KG_APP, IKgStoreDefinition } from '../model';
5
5
  import { Menu } from '../project/src/router/types';
6
6
  import { UserInfo } from '../project/types/store';
7
7
  export declare type IKgOption = {
8
+ /**
9
+ * 工作站选择--是否启用功能, 默认为 true.
10
+ */
11
+ $KgWorkStation$isOn?: boolean;
8
12
  /**
9
13
  * 多标签页.
10
14
  */
@@ -46,12 +50,9 @@ export declare type IKgOption = {
46
50
  on?: boolean;
47
51
  };
48
52
  };
49
- /** 工作站选择. */
53
+ /** @deprecated 已弃用, 请使用 {@link IKgOption.$KgWorkStation$isOn}. */
50
54
  KgStation?: {
51
- /**
52
- * 是否启用功能.
53
- * @default true
54
- */
55
+ /** @deprecated 已弃用, 请使用 {@link IKgOption.$KgWorkStation$isOn}. */
55
56
  isOn?: boolean;
56
57
  };
57
58
  KgTable?: {
@@ -153,8 +154,8 @@ export declare type IKgOption = {
153
154
  /**
154
155
  * 数据库的类型.
155
156
  *
156
- * @see {@link KG_CONST.DB_TYPE}
157
- * @default {@link KG_CONST.DB_TYPE.SQLSERVER}
157
+ * @see {@link KG.DB_TYPE}
158
+ * @default {@link KG.DB_TYPE.SQLSERVER}
158
159
  */
159
160
  dbType?: string;
160
161
  /**
@@ -271,10 +272,10 @@ export interface IUseKgStoreActions {
271
272
  /**
272
273
  * 请求某组变量描述数据.
273
274
  *
274
- * @param param.formId 界面标识.
275
+ * @param param.fid 界面标识.
275
276
  */
276
277
  requestVarConfigDescriptionList(param: {
277
- formId: string | null | undefined;
278
+ fid: string | null | undefined;
278
279
  }): Promise<void>;
279
280
  /**
280
281
  * 设置某组描述的数据.
@@ -303,5 +304,5 @@ export interface IUseKgStoreActions {
303
304
  */
304
305
  t(key: string | null | undefined, param?: Record<string, any> | null | undefined, defaultValue?: string | null | undefined): string;
305
306
  }
306
- export declare const useKgStore: KgStoreDefinition<IUseKgStoreGetters, IUseKgStoreActions>;
307
+ export declare const useKgStore: IKgStoreDefinition<IUseKgStoreGetters, IUseKgStoreActions>;
307
308
  export {};
@@ -4,13 +4,8 @@ import { Router } from 'vue-router';
4
4
  import { LocaleType } from '../project/types/config';
5
5
  import { IKgOption, P } from './config.store';
6
6
  import '@kengic/core.react/index.css';
7
- export * from './config.hooks';
8
- export * from './config.store';
9
- /**
10
- * 由于许多数据是由项目维护的, 组件库需要用到这些数据, 则必须让项目调用下面的这些配置方法, 将这些数据设置进来.
11
- */
12
- export declare const pinia: import("pinia").Pinia;
13
- export declare type IKgOptions = {
7
+ declare const pinia: import("pinia").Pinia;
8
+ declare type IKgSetupParameter = {
14
9
  app: App;
15
10
  i18n: any;
16
11
  /** 配置参数. */
@@ -23,16 +18,18 @@ export declare type IKgOptions = {
23
18
  /** 状态数据: 用户. */
24
19
  useUserStore: StoreDefinition<any, any, any, any>;
25
20
  };
21
+ /** @deprecated 已废弃, 请使用 {@link IKgSetupParameter} */
22
+ declare type IKgOptions = IKgSetupParameter;
26
23
  /**
27
24
  * 初始.
28
25
  *
29
- * @param options 选项参数.
26
+ * @param param 选项参数.
30
27
  */
31
- export declare function setup(options: IKgOptions): Promise<void>;
32
- export declare type KgConfig = {
28
+ declare function setup(param: IKgSetupParameter): Promise<void>;
29
+ declare type IKgConfigParameter = {
33
30
  app: App<Element>;
34
31
  axios: any;
35
- i18n: {
32
+ i18n?: {
36
33
  /**
37
34
  * 语言数据.
38
35
  */
@@ -48,10 +45,19 @@ export declare type KgConfig = {
48
45
  */
49
46
  defaultLocale?: LocaleType;
50
47
  };
48
+ /**
49
+ * 是否请求翻译数据.
50
+ *
51
+ * @default true
52
+ */
53
+ isRequestDescriptionList?: boolean;
51
54
  };
52
55
  /**
53
56
  * 配置.
54
57
  *
55
- * @param config 配置.
58
+ * @param param 配置.
56
59
  */
57
- export declare function kgConfig(config: KgConfig): Promise<void>;
60
+ declare function kgConfig(param: IKgConfigParameter): Promise<void>;
61
+ export * from './config.hooks';
62
+ export * from './config.store';
63
+ export { pinia, type IKgSetupParameter, type IKgOptions, type IKgConfigParameter, kgConfig, setup };
@@ -1,301 +1,2 @@
1
- declare const _default: {
2
- kg: {
3
- KgAppSelect: {
4
- businessManager: string;
5
- dataManager: string;
6
- sys: string;
7
- tooltip: string;
8
- };
9
- KgButton: {
10
- noApiUrl: string;
11
- noVarSubmitConfig: string;
12
- };
13
- KgCanvas: {
14
- enterFullscreen: string;
15
- exitFullscreen: string;
16
- exportImage: string;
17
- originalScale: string;
18
- overviewScale: string;
19
- reload: string;
20
- };
21
- KgFormItem: {
22
- formValidationMessageForGT: string;
23
- formValidationMessageForGTE: string;
24
- formValidationMessageForInvalidFloat: string;
25
- formValidationMessageForInvalidInteger: string;
26
- formValidationMessageForInvalidJSON: string;
27
- formValidationMessageForInvalidLetter: string;
28
- formValidationMessageForInvalidLowerLetter: string;
29
- formValidationMessageForInvalidUpperLetter: string;
30
- formValidationMessageForLT: string;
31
- formValidationMessageForLTE: string;
32
- formValidationMessageForMaxLength: string;
33
- formValidationMessageForMinLength: string;
34
- formValidationMessageForRegularExpression: string;
35
- };
36
- KgPageDdaCreate: {
37
- 'confirm-cancel': string;
38
- done: string;
39
- 'next-step': string;
40
- 'previous-step': string;
41
- };
42
- KgPageDdaCreateBasic: {
43
- 'form-id': string;
44
- 'form-name': string;
45
- maintenance: string;
46
- sql: string;
47
- type: string;
48
- };
49
- KgPageDdaCreateButton: {
50
- 'button-var-name-reserved': string;
51
- 'button-var-name-used': string;
52
- };
53
- KgPageDdaCreateMenu: {
54
- 'parent-menu': string;
55
- };
56
- KgPageDdaCreateSearch: {
57
- available: string;
58
- 'column-desc': string;
59
- 'column-name': string;
60
- 'column-type': string;
61
- selected: string;
62
- };
63
- KgPageDdaCreateSubmit: {
64
- available: string;
65
- 'column-desc': string;
66
- 'column-name': string;
67
- 'column-type': string;
68
- selected: string;
69
- };
70
- KgPageDdaCreateTable: {
71
- available: string;
72
- 'column-desc': string;
73
- 'column-name': string;
74
- 'column-type': string;
75
- selected: string;
76
- };
77
- KgSearch: {
78
- title: string;
79
- };
80
- KgSearchConfigModal: {
81
- BETWEEN: string;
82
- 'BETWEEN-desc': string;
83
- CONTAIN: string;
84
- 'CONTAIN-desc': string;
85
- END_WITH: string;
86
- 'END_WITH-desc': string;
87
- EQ: string;
88
- 'EQ-desc': string;
89
- GT: string;
90
- 'GT-desc': string;
91
- GTE: string;
92
- 'GTE-desc': string;
93
- IN: string;
94
- 'IN-desc': string;
95
- LT: string;
96
- 'LT-desc': string;
97
- LTE: string;
98
- 'LTE-desc': string;
99
- NE: string;
100
- 'NE-desc': string;
101
- EMPTY: string;
102
- 'EMPTY-desc': string;
103
- NOT_EMPTY: string;
104
- 'NOT_EMPTY-desc': string;
105
- START_WITH: string;
106
- 'START_WITH-desc': string;
107
- close: string;
108
- formTitle: string;
109
- pleaseSelectVarProfileMaster: string;
110
- };
111
- KgSqlClient: {
112
- ResultTab: {
113
- resultStatusLabel: string;
114
- ellapseLabel: string;
115
- rowsTotalLabel: string;
116
- messageLabel: string;
117
- tabTitlePrefix: string;
118
- rowsAffected: string;
119
- };
120
- Toolbar: {
121
- Top: {
122
- deleteCurrentTemplate: string;
123
- saveAsTemplate: string;
124
- saveCurrentTemplate: string;
125
- viewHistory: string;
126
- viewTemplate: string;
127
- };
128
- };
129
- };
130
- KgTable: {
131
- apiNotSupportDynamicQuery: string;
132
- column: string;
133
- config: string;
134
- emptyText: string;
135
- isShowDescription: string;
136
- other: string;
137
- 'request-fail-error': string;
138
- 'request-fail-no-data': string;
139
- rowHeight: string;
140
- rowHeightH: string;
141
- rowHeightL: string;
142
- rowHeightM: string;
143
- 'save-var-grid-master-as-success-message': string;
144
- saveVarGridMaster: string;
145
- saveVarGridMasterAs: string;
146
- saveVarGridMasterSuccessMessage: string;
147
- totalText: string;
148
- varGridMasters: string;
149
- };
150
- KgTableHeadCell: {
151
- align: string;
152
- alignCenter: string;
153
- alignLeft: string;
154
- alignRight: string;
155
- hide: string;
156
- isEllipsis: string;
157
- isFilter: string;
158
- isFixToLeft: string;
159
- isFixToRight: string;
160
- isSort: string;
161
- };
162
- KgTableInfo: {
163
- check: string;
164
- clearCheck: string;
165
- clearTable: string;
166
- locate: string;
167
- row: string;
168
- };
169
- KgTableSettingVarGridConfig: {};
170
- KgTableSettingVarGridMasterSaveAs: {
171
- title: string;
172
- };
173
- KgVar: {};
174
- KgVarConfig: {
175
- VarGridConfig: string;
176
- VarGridMaster: string;
177
- VarProfileConfig: string;
178
- VarProfileMaster: string;
179
- action: string;
180
- allForm: string;
181
- allLanguage: string;
182
- canNotUpdateSystemVarGridMaster: string;
183
- canNotUpdateSystemVarProfileMaster: string;
184
- confirm: string;
185
- createConfig: string;
186
- currentForm: string;
187
- currentLanguage: string;
188
- customLevel: string;
189
- emptyPageSizeOptions: string;
190
- formId: string;
191
- formValidationMessageForMaxAndMin: string;
192
- formValidationMessageForMaxLengthAndMinLength: string;
193
- invalidCommandParameter: string;
194
- invalidPageSizeOption: string;
195
- invalidPageSizeOptions: string;
196
- pleaseSelectVariable: string;
197
- tabButton: string;
198
- tabChild: string;
199
- tabSearch: string;
200
- tabSubmit: string;
201
- tabTable: string;
202
- varVariable: string;
203
- variable: string;
204
- };
205
- KgVarConfigModalButton: {
206
- VarButton: string;
207
- VarButtonConfig: string;
208
- };
209
- KgVarConfigModalChild: {
210
- childVarName: string;
211
- childVarNameDuplicate: string;
212
- childVarNameRequired: string;
213
- parentVarName: string;
214
- parentVarNameDuplicate: string;
215
- parentVarNameRequired: string;
216
- };
217
- KgVarConfigModalSubmit: {
218
- VarSubmitConfig: string;
219
- VarSubmitDetail: string;
220
- };
221
- KgVarConfigModalSubmitVarSubmitConfig: {
222
- invalidWidthForSpan: string;
223
- };
224
- KgVarConfigModalTableVarGridMaster: {
225
- DESC: string;
226
- DESC__UPDATE_LINK: string;
227
- FILE_SIZE: string;
228
- ICON: string;
229
- IMAGE: string;
230
- PROGRESS: string;
231
- ROUTE_LINK: string;
232
- UPDATE_LINK: string;
233
- YN: string;
234
- center: string;
235
- left: string;
236
- notSort: string;
237
- right: string;
238
- };
239
- KgVarConfigSelectFormIdModal: {
240
- title: string;
241
- };
242
- KgWarehouse: {
243
- reloadMessage: string;
244
- selectWarehouse: string;
245
- title: string;
246
- warehouse: string;
247
- };
248
- action: string;
249
- add: string;
250
- allUser: string;
251
- asc: string;
252
- button: string;
253
- cancel: string;
254
- close: string;
255
- confirm: string;
256
- confirmDelete: string;
257
- copy: string;
258
- copySuccess: string;
259
- create: string;
260
- createSuccess: string;
261
- default: string;
262
- delete: string;
263
- deleteSuccess: string;
264
- desc: string;
265
- edit: string;
266
- empty: string;
267
- emptyText: string;
268
- execute: string;
269
- executeSuccess: string;
270
- export: string;
271
- exportSuccess: string;
272
- fail: string;
273
- formId: string;
274
- formName: string;
275
- formValidationFail: string;
276
- import: string;
277
- 'import-template': string;
278
- importSuccess: string;
279
- importTemplate: string;
280
- loading: string;
281
- lookup: string;
282
- millisecond: string;
283
- no: string;
284
- ok: string;
285
- query: string;
286
- refresh: string;
287
- required: string;
288
- reset: string;
289
- save: string;
290
- search: string;
291
- selectAll: string;
292
- show: string;
293
- succeed: string;
294
- success: string;
295
- tip: string;
296
- update: string;
297
- updateSuccess: string;
298
- yes: string;
299
- };
300
- };
1
+ declare const _default: {};
301
2
  export default _default;