@kengic/vue 0.30.1-beta.7 → 0.30.1-beta.70

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 (165) hide show
  1. package/CHANGELOG.md +10 -1
  2. package/README.md +4 -3
  3. package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
  4. package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
  5. package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
  6. package/dist/index.css +1 -1
  7. package/dist/kengic-vue.js +157799 -140902
  8. package/dist/more-outlined.8e1202ac.mjs +8 -0
  9. package/dist/palette-swatch-variant.f7258843.mjs +8 -0
  10. package/dist/partition-outlined.1bcf4f37.mjs +8 -0
  11. package/dist/pause-rounded.1ed7cc39.mjs +8 -0
  12. package/dist/play-arrow-rounded.90fc4173.mjs +8 -0
  13. package/dist/profile-outlined.1059fb0d.mjs +8 -0
  14. package/dist/project/build/utils.ts +20 -15
  15. package/dist/src/component/KgButton/KgButton.event.d.ts +21 -21
  16. package/dist/src/component/KgButton/KgButton.hooks.d.ts +9 -9
  17. package/dist/src/component/KgButton/KgButton.store.d.ts +1 -1
  18. package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
  19. package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
  20. package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
  21. package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
  22. package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
  23. package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
  24. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +48 -11
  25. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +34 -6
  26. package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
  27. package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
  28. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +4 -1
  29. package/dist/src/component/KgCanvas/index.d.ts +1 -1
  30. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
  31. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
  32. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
  33. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
  34. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
  35. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
  36. package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
  37. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
  38. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
  39. package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
  40. package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
  41. package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
  42. package/dist/src/component/KgForm/KgForm.d.ts +39 -39
  43. package/dist/src/component/KgForm/KgForm.hooks.d.ts +2 -2
  44. package/dist/src/component/KgForm/KgForm.store.d.ts +4 -4
  45. package/dist/src/component/KgForm/index.d.ts +52 -52
  46. package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +35 -35
  47. package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +31 -33
  48. package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +34 -34
  49. package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +38 -36
  50. package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +34 -34
  51. package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +34 -34
  52. package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +40 -38
  53. package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +34 -34
  54. package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +34 -34
  55. package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +34 -34
  56. package/dist/src/component/KgForm.Item/components/KgForm.Item.Link.d.ts +34 -34
  57. package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +34 -36
  58. package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +35 -35
  59. package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +34 -34
  60. package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +34 -34
  61. package/dist/src/component/KgImage/KgImage.d.ts +6 -6
  62. package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
  63. package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
  64. package/dist/src/component/KgModal/KgModal.d.ts +20 -20
  65. package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
  66. package/dist/src/component/KgModal02/KgModal02.d.ts +476 -0
  67. package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
  68. package/dist/src/component/KgModal02/index.d.ts +1 -0
  69. package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
  70. package/dist/src/component/KgSearch/KgSearch.event.d.ts +12 -12
  71. package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +6 -6
  72. package/dist/src/component/KgSearch/KgSearch.store.d.ts +26 -26
  73. package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +11 -0
  74. package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
  75. package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -0
  76. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
  77. package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
  78. package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
  79. package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
  80. package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
  81. package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
  82. package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
  83. package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
  84. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
  85. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
  86. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
  87. package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
  88. package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
  89. package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +93 -0
  90. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
  91. package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
  92. package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1502 -0
  93. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +474 -0
  94. package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
  95. package/dist/src/component/KgSimulator/index.d.ts +3 -0
  96. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +26 -21
  97. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +48 -16
  98. package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +46 -0
  99. package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
  100. package/dist/src/component/KgTable/KgTable.Setting.VarGridMaster.SaveAs.d.ts +4 -0
  101. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +5 -6
  102. package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
  103. package/dist/src/component/KgTable/KgTable.event.d.ts +41 -31
  104. package/dist/src/component/KgTable/KgTable.hooks.d.ts +19 -15
  105. package/dist/src/component/KgTable/KgTable.model.d.ts +1 -1
  106. package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
  107. package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +32 -3
  108. package/dist/src/component/KgTable02/KgTable02.event.d.ts +57 -31
  109. package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +31 -1
  110. package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +9 -0
  111. package/dist/src/component/KgVar/KgVar.d.ts +23 -17
  112. package/dist/src/component/KgVar/KgVar.event.d.ts +19 -6
  113. package/dist/src/component/KgVar/KgVar.hooks.d.ts +20 -7
  114. package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
  115. package/dist/src/component/KgVar/index.d.ts +1 -1
  116. package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
  117. package/dist/src/component/index.d.ts +3 -0
  118. package/dist/src/config/config.store.d.ts +9 -5
  119. package/dist/src/config/index.d.ts +19 -13
  120. package/dist/src/const/const.model.d.ts +530 -11
  121. package/dist/src/const/form-id.const.d.ts +22 -10
  122. package/dist/src/const/index.d.ts +0 -1
  123. package/dist/src/i18n/cs_CZ.d.ts +1 -300
  124. package/dist/src/i18n/en.d.ts +234 -297
  125. package/dist/src/i18n/es_ES.d.ts +1 -299
  126. package/dist/src/i18n/fr_FR.d.ts +1 -299
  127. package/dist/src/i18n/i18n.setup.d.ts +2 -2
  128. package/dist/src/i18n/km_KH.d.ts +1 -299
  129. package/dist/src/i18n/ko_KR.d.ts +1 -299
  130. package/dist/src/i18n/vi_VN.d.ts +1 -299
  131. package/dist/src/i18n/zh_CN.d.ts +235 -298
  132. package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
  133. package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
  134. package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
  135. package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
  136. package/dist/src/page/index.d.ts +2 -2
  137. package/dist/src/project/src/hooks/index.d.ts +0 -1
  138. package/dist/src/project/src/locales/useLocale.d.ts +1 -0
  139. package/dist/src/project/src/router/types.d.ts +19 -0
  140. package/dist/src/project/src/utils/env.d.ts +0 -16
  141. package/dist/src/project/types/config.d.ts +2 -2
  142. package/dist/src/service/http-client.d.ts +5 -1
  143. package/dist/src/util/ant-design-vue.d.ts +16 -16
  144. package/dist/src/util/kg-auth.util.d.ts +7 -6
  145. package/dist/src/util/kg-route.util.d.ts +9 -9
  146. package/dist/src/util/kg.util.d.ts +2 -2
  147. package/dist/src/util/tsx.helper.d.ts +7 -7
  148. package/package.json +11 -9
  149. package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
  150. package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
  151. package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +0 -5
  152. package/dist/src/const/injection-keys.const.d.ts +0 -11
  153. package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
  154. package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
  155. package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
  156. package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
  157. package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
  158. package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
  159. package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
  160. package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
  161. package/dist/src/page/KgCircleVis/index.d.ts +0 -1
  162. package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
  163. /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
  164. /package/dist/src/component/KgTable/{components/KgTable.HeadCell.d.ts → KgTable.HeadCell.d.ts} +0 -0
  165. /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
package/CHANGELOG.md CHANGED
@@ -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`
@@ -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 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
+ };