@kengic/vue 0.31.16 → 0.32.1

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 (81) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/bin/postinstall.mjs +0 -1
  3. package/dist/index.css +1 -1
  4. package/dist/kengic-vue.js +68701 -136137
  5. package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +0 -13
  6. package/dist/src/component/KgButton/KgButton.d.ts +2 -1
  7. package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +2 -1
  8. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +2 -1
  9. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +2 -1
  10. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +2 -1
  11. package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +2 -1
  12. package/dist/src/component/KgCanvas/KgCanvas.d.ts +1 -1
  13. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts +2 -1
  14. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +0 -9
  15. package/dist/src/component/KgForm/KgForm.d.ts +2 -1
  16. package/dist/src/component/KgForm.Item/KgForm.Item.Addon.DynamicQueryOperator.d.ts +1 -1
  17. package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.Modal.d.ts +1 -1
  18. package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.d.ts +1 -1
  19. package/dist/src/component/KgImage/KgImage.d.ts +1 -1
  20. package/dist/src/component/KgLayoutHeader/KgLayoutHeader.Locale.d.ts +1 -1
  21. package/dist/src/component/KgModal/KgModal.d.ts +7 -19
  22. package/dist/src/component/KgModal/KgModal.service.d.ts +4 -3
  23. package/dist/src/component/KgModal/KgModalHeaderButtons.d.ts +0 -29
  24. package/dist/src/component/KgModal02/KgModal02.d.ts +62 -5
  25. package/dist/src/component/KgModal02/index.d.ts +1 -1
  26. package/dist/src/component/KgProgressA/KgProgressA.d.ts +1 -1
  27. package/dist/src/component/KgResizable/KgResizable.d.ts +1 -1
  28. package/dist/src/component/KgSearch/KgSearch.d.ts +1 -1
  29. package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +2 -1
  30. package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +2 -1
  31. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +2 -1
  32. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +2 -1
  33. package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +2 -1
  34. package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +2 -1
  35. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +2 -1
  36. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +2 -1
  37. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +2 -1
  38. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +2 -1
  39. package/dist/src/component/KgSimulator/KgSimulator.d.ts +2 -1
  40. package/dist/src/component/KgSubmit/KgSubmit.d.ts +1 -1
  41. package/dist/src/component/KgTable/KgTable.BodyCell.d.ts +0 -18
  42. package/dist/src/component/KgTable/KgTable.HeadCell.d.ts +0 -16
  43. package/dist/src/component/KgTable/KgTable.Info.d.ts +0 -18
  44. package/dist/src/component/KgTable/KgTable.Setting.d.ts +0 -6
  45. package/dist/src/component/KgTable/KgTable.d.ts +1 -1
  46. package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +0 -22
  47. package/dist/src/component/KgTable02/KgTable02.d.ts +2 -1
  48. package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
  49. package/dist/src/component/KgVar/KgVar.store.d.ts +15 -12
  50. package/dist/src/component/KgVarConfig/KgVarConfig$Modal.d.ts +2 -1
  51. package/dist/src/component/KgVarConfig/KgVarConfig$SelectFormIdModal.d.ts +2 -1
  52. package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +1 -1
  53. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +1 -1
  54. package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +14 -13
  55. package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +10 -10
  56. package/dist/src/component/KgYesOrNo/KgYesOrNo.d.ts +1 -1
  57. package/dist/src/config/config.event.d.ts +51 -0
  58. package/dist/src/config/config.hooks.d.ts +9 -1
  59. package/dist/src/config/config.model.d.ts +11 -0
  60. package/dist/src/config/config.store.d.ts +1 -1
  61. package/dist/src/config/index.d.ts +0 -1
  62. package/dist/src/index.d.ts +0 -1
  63. package/dist/src/model/index.d.ts +139 -64
  64. package/dist/src/page/KgPageDda/KgPageDda.Create.Basic.SqlModal.d.ts +2 -1
  65. package/dist/src/page/KgPageDda/KgPageDda.Create.Basic.d.ts +2 -1
  66. package/dist/src/page/KgPageDda/KgPageDda.Create.Button.d.ts +2 -1
  67. package/dist/src/page/KgPageDda/KgPageDda.Create.Menu.d.ts +2 -1
  68. package/dist/src/page/KgPageDda/KgPageDda.Create.Search.d.ts +2 -1
  69. package/dist/src/page/KgPageDda/KgPageDda.Create.Submit.d.ts +2 -1
  70. package/dist/src/page/KgPageDda/KgPageDda.Create.Table.d.ts +2 -1
  71. package/dist/src/page/KgPageDda/KgPageDda.Create.d.ts +2 -1
  72. package/dist/src/page/KgPageSqlClient/components/KgSqlClient.ResultTab.d.ts +2 -1
  73. package/dist/src/service/http-client.d.ts +1 -1
  74. package/package.json +1 -2
  75. package/dist/caret-right-outlined-Btgsw6a_.1cf00b77.mjs +0 -8
  76. package/dist/close-outlined-DMcSQWxQ.f7304023.mjs +0 -8
  77. package/dist/exclamation-circle-outlined-DZrXCnvM.0844874c.mjs +0 -8
  78. package/dist/fullscreen-exit-outlined-X1iYkFc4.378f8508.mjs +0 -8
  79. package/dist/fullscreen-outlined-DDBrsRcy.dcf0d8c8.mjs +0 -8
  80. package/dist/search-outlined-Od1M_oxf.a1041ffc.mjs +0 -8
  81. package/dist/three-dots-loading-bIlrTJYR.77291e2a.mjs +0 -8

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.