halo-pc 1.0.50 → 1.0.51

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 (713) hide show
  1. package/esm/@type/index.d.ts +7 -0
  2. package/esm/{coms → comp}/business/@types/index.d.ts +0 -1
  3. package/esm/{coms → comp}/business/Drawer.vue.d.ts +3 -1
  4. package/esm/comp/business/Feedback.vue.d.ts +98 -0
  5. package/esm/{comps → comp}/business/index.d.ts +2 -3
  6. package/esm/{comps/commons → comp/common}/Captcha.vue.d.ts +5 -1
  7. package/esm/{comps/commons → comp/common}/Table.vue.d.ts +4 -1
  8. package/esm/{comps/controls → comp/control}/Cascader.vue.d.ts +3 -1
  9. package/esm/{comps/controls → comp/control}/Compare.vue.d.ts +3 -1
  10. package/esm/{comps/controls → comp/control}/Index.vue.d.ts +3 -1
  11. package/esm/{comps/controls → comp/control}/Select.vue.d.ts +3 -1
  12. package/esm/{comps/controls → comp/control}/Upload.vue.d.ts +3 -1
  13. package/esm/comp/driver/Crud.vue.d.ts +766 -0
  14. package/esm/comp/driver/Index.vue.d.ts +1438 -0
  15. package/esm/comp/driver/Picker.vue.d.ts +108 -0
  16. package/esm/comp/driver/index.d.ts +4 -0
  17. package/esm/{coms/commons/Debug.vue.d.ts → comp/global/HeaderTab.vue.d.ts} +2 -2
  18. package/esm/comp/global/Menu.vue.d.ts +336 -0
  19. package/esm/comp/global/MenuItem.vue.d.ts +259 -0
  20. package/esm/comp/global/Window.vue.d.ts +32 -0
  21. package/esm/comp/global/index.d.ts +7 -0
  22. package/esm/{coms/headers → comp/header}/@types/ChangeProps.d.ts +1 -1
  23. package/esm/{comps/headers → comp/header}/@types/HeaderProps.d.ts +0 -1
  24. package/esm/{comps/headers → comp/header}/@types/index.d.ts +0 -1
  25. package/esm/comp/header/HeaderRight.vue.d.ts +28 -0
  26. package/esm/comp/index.d.ts +12 -0
  27. package/esm/comp/layout/@types/DesktopDialog.d.ts +48 -0
  28. package/esm/comp/layout/@types/index.d.ts +2 -0
  29. package/esm/comp/layout/Desktop.vue.d.ts +111 -0
  30. package/esm/comp/layout/Index.vue.d.ts +491 -0
  31. package/esm/comp/layout/Side.vue.d.ts +25 -0
  32. package/esm/comp/layout/Top.vue.d.ts +358 -0
  33. package/esm/{comps/lists → comp/list}/@types/ListProps.d.ts +1 -1
  34. package/esm/comp/list/Racebar.vue.d.ts +39 -0
  35. package/esm/comp/list/Statistic.vue.d.ts +39 -0
  36. package/esm/{coms/lists → comp/list}/Stock.vue.d.ts +3 -1
  37. package/esm/{comps/lists → comp/list}/Tree.vue.d.ts +8 -1
  38. package/esm/{comps/pages → comp/page}/List.vue.d.ts +3 -1
  39. package/esm/comp/page/Paging.vue.d.ts +63 -0
  40. package/esm/{comps/pages → comp/page}/Single.vue.d.ts +1 -1
  41. package/esm/{comps/pagings → comp/paging}/@types/PagingProps.d.ts +1 -1
  42. package/esm/{coms/pagings → comp/paging}/@types/SearchHeaderProps.d.ts +1 -1
  43. package/esm/comp/paging/Article.vue.d.ts +50 -0
  44. package/esm/{coms/pagings → comp/paging}/DataExport.vue.d.ts +3 -1
  45. package/esm/{comps/pagings → comp/paging}/Index.vue.d.ts +3 -1
  46. package/esm/{comps/pagings → comp/paging}/SearchForm.vue.d.ts +4 -1
  47. package/esm/{comps/pagings → comp/paging}/SearchHeader.vue.d.ts +7 -2
  48. package/esm/comp/paging/Table.vue.d.ts +584 -0
  49. package/esm/{comps/panels → comp/panel}/Operation.vue.d.ts +3 -1
  50. package/esm/{comps/panels → comp/panel}/Panel.vue.d.ts +1 -1
  51. package/esm/{comps/partials → comp/partial}/@types/PagingHeaderProps.d.ts +1 -1
  52. package/esm/{comps/searches → comp/search}/Select.vue.d.ts +3 -1
  53. package/esm/comp/single/@types/SingleEmit.d.ts +13 -0
  54. package/esm/{comps/singles → comp/single}/@types/SingleProps.d.ts +1 -1
  55. package/esm/{comps/singles → comp/single}/@types/index.d.ts +1 -0
  56. package/esm/{comps/singles → comp/single}/Index.vue.d.ts +3 -1
  57. package/esm/{comps/singles → comp/single}/Normal.vue.d.ts +4 -1
  58. package/esm/comp/single/Table.vue.d.ts +505 -0
  59. package/esm/{comps/singles → comp/single}/Tree.vue.d.ts +4 -1
  60. package/esm/{comps/texts → comp/text}/Autocomplete.vue.d.ts +1 -1
  61. package/esm/{coms/texts → comp/text}/CSharp.vue.d.ts +1 -1
  62. package/esm/{comps/texts → comp/text}/Cascader.vue.d.ts +1 -1
  63. package/esm/{coms/texts → comp/text}/Checkbox.vue.d.ts +1 -1
  64. package/esm/{coms/texts → comp/text}/Code.vue.d.ts +1 -1
  65. package/esm/{comps/texts → comp/text}/Color.vue.d.ts +1 -1
  66. package/esm/{coms/texts → comp/text}/Compare.vue.d.ts +1 -1
  67. package/esm/{comps/texts → comp/text}/Copy.vue.d.ts +1 -1
  68. package/esm/{comps/texts → comp/text}/Date.vue.d.ts +1 -1
  69. package/esm/{comps/texts → comp/text}/DateRange.vue.d.ts +1 -1
  70. package/esm/{comps/texts → comp/text}/DateTime.vue.d.ts +1 -1
  71. package/esm/{comps/texts → comp/text}/Decimal.vue.d.ts +1 -1
  72. package/esm/{coms/texts → comp/text}/Dictionary.vue.d.ts +1 -1
  73. package/esm/{comps/texts → comp/text}/Email.vue.d.ts +1 -1
  74. package/esm/{coms/controls → comp/text}/Index.vue.d.ts +1 -1
  75. package/esm/{coms/texts → comp/text}/Int.vue.d.ts +1 -1
  76. package/esm/{comps/texts → comp/text}/Markdown.vue.d.ts +1 -1
  77. package/esm/{comps/texts → comp/text}/Month.vue.d.ts +1 -1
  78. package/esm/{coms/texts → comp/text}/Password.vue.d.ts +1 -1
  79. package/esm/{comps/texts → comp/text}/Progress.vue.d.ts +1 -1
  80. package/esm/{coms/texts → comp/text}/Radio.vue.d.ts +1 -1
  81. package/esm/{coms/controls → comp/text}/Rate.vue.d.ts +1 -1
  82. package/esm/{comps/texts → comp/text}/RichText.vue.d.ts +1 -1
  83. package/esm/{comps/texts → comp/text}/Select.vue.d.ts +1 -1
  84. package/esm/{comps/texts → comp/text}/Switch.vue.d.ts +1 -1
  85. package/esm/{comps/texts → comp/text}/Text.vue.d.ts +4 -2
  86. package/esm/{coms/texts → comp/text}/TextLink.vue.d.ts +1 -1
  87. package/esm/{comps/texts → comp/text}/Textarea.vue.d.ts +1 -1
  88. package/esm/{comps/texts → comp/text}/Upload.vue.d.ts +1 -1
  89. package/esm/{comps/texts → comp/text}/Year.vue.d.ts +1 -1
  90. package/esm/{drivers → driver}/index.d.ts +1 -1
  91. package/esm/{drivers/messengers → driver/messenger}/PcMessenger.d.ts +2 -2
  92. package/esm/factory/Repos.d.ts +1 -1
  93. package/esm/factory/Svcs.d.ts +2 -6
  94. package/esm/factory/Utilities.d.ts +3 -0
  95. package/esm/factory/index.d.ts +1 -0
  96. package/esm/main.d.ts +2 -4
  97. package/esm/{repos → repo}/UploadRepo.d.ts +2 -2
  98. package/esm/{svcs → svc}/index.d.ts +0 -1
  99. package/esm/{views/helps → view/help}/Install.vue.d.ts +3 -1
  100. package/esm/{views/logins → view/sso}/Index.vue.d.ts +5 -1
  101. package/esm/view/sso/Register.vue.d.ts +34 -0
  102. package/package.json +17 -17
  103. package/dist/Article-BEEbCcan.js +0 -200
  104. package/dist/ArticleFooter-UYaCmcM9.js +0 -85
  105. package/dist/Autocomplete-CzS19Eoe.js +0 -55
  106. package/dist/Autocomplete-Ds2NCinL.js +0 -54
  107. package/dist/Autocomplete-SVH1vEdt.js +0 -27
  108. package/dist/CSharp-Dxl87Pb2.js +0 -27
  109. package/dist/Calender-C3vfcPKA.js +0 -10
  110. package/dist/Callback-DbIAQj91.js +0 -26
  111. package/dist/Cascader-BhSFI66x.js +0 -47
  112. package/dist/Cascader-CST_yBZT.js +0 -87
  113. package/dist/Checkbox-BRtrlSkN.js +0 -76
  114. package/dist/Checkbox-CJmBTdEv.js +0 -27
  115. package/dist/Code-7QW5e6O-.js +0 -30
  116. package/dist/Code-BuNX1som.js +0 -4
  117. package/dist/Code-BudCt-zN.js +0 -60
  118. package/dist/Code-D8zpj4OD.js +0 -42
  119. package/dist/Code.vue_vue_type_style_index_0_lang-BWX6kSZ5.js +0 -65
  120. package/dist/Color-CfXtJFUo.js +0 -22
  121. package/dist/Color-Da69pnQg.js +0 -34
  122. package/dist/Column-rtfDHffV.js +0 -74
  123. package/dist/Comment-1A6XjktT.js +0 -106
  124. package/dist/Compare-Chly4i3M.js +0 -43
  125. package/dist/Compare-IuhkDErD.js +0 -63
  126. package/dist/Copy-D2vThHoj.js +0 -49
  127. package/dist/Custom-DQJJ0gJR.js +0 -55
  128. package/dist/DataExport-CpWmh2mq.js +0 -4
  129. package/dist/DataExport.vue_vue_type_script_setup_true_lang-DU4nMq3w.js +0 -114
  130. package/dist/DataImport-BiZIKMoR.js +0 -4
  131. package/dist/DataImport.vue_vue_type_script_setup_true_lang-DOAWmiVj.js +0 -178
  132. package/dist/Date-CxfUK1ym.js +0 -27
  133. package/dist/Date-DL1kALTH.js +0 -43
  134. package/dist/DateRange-DKbhbd5c.js +0 -63
  135. package/dist/DateRange-DrYK_l0Y.js +0 -19
  136. package/dist/DateTime-H7x-zFQo.js +0 -44
  137. package/dist/DateTime-ml-2u_GU.js +0 -27
  138. package/dist/DateTimeRange-B_2X8eCp.js +0 -67
  139. package/dist/Daterange-D8N6hKkT.js +0 -63
  140. package/dist/Decimal-C38-N54B.js +0 -36
  141. package/dist/Decimal-CQbvxP2i.js +0 -27
  142. package/dist/Delete-Bx-_P8Nf.js +0 -62
  143. package/dist/Detail-x5vjBlYQ.js +0 -74
  144. package/dist/Dictionary-BQ8Ux8WZ.js +0 -61
  145. package/dist/Email-BKW9GRcH.js +0 -19
  146. package/dist/Email-CvFDHYtk.js +0 -54
  147. package/dist/File-CMPzmJQA.js +0 -163
  148. package/dist/Image-BgRTdHZ5.js +0 -9
  149. package/dist/Index-3X9fX7wI.js +0 -76
  150. package/dist/Index-B0knd7CS.js +0 -179
  151. package/dist/Index-BCdXwUZY.js +0 -4
  152. package/dist/Index-BZsMeVSW.js +0 -4
  153. package/dist/Index-BmW54zgc.js +0 -4
  154. package/dist/Index-C_qeJnt_.js +0 -4
  155. package/dist/Index-DTzsugzT.js +0 -4
  156. package/dist/Index-x8ZKhKBE.js +0 -4
  157. package/dist/Index.vue_vue_type_script_setup_true_lang-aBAkc5KV.js +0 -85
  158. package/dist/Index.vue_vue_type_script_setup_true_lang-u4m3R9mx.js +0 -71
  159. package/dist/Install-EU_RfFJM.js +0 -134
  160. package/dist/Int-B-t8edhd.js +0 -19
  161. package/dist/Int-DFm6kqN_.js +0 -44
  162. package/dist/Int-zqTQ2gd5.js +0 -47
  163. package/dist/List-BrGpPTYL.js +0 -77
  164. package/dist/Maintaince-CVCdxqLV.js +0 -20
  165. package/dist/Markdown-BzMP3m7o.js +0 -37
  166. package/dist/Markdown-zmxLFYmZ.js +0 -27
  167. package/dist/Month-Bn8SgwG2.js +0 -27
  168. package/dist/Month-Cwpa-FDk.js +0 -44
  169. package/dist/Month-CzJyH7am.js +0 -43
  170. package/dist/Normal-BM7O5JkS.js +0 -266
  171. package/dist/Paging-CMmDRntT.js +0 -100
  172. package/dist/PagingHeader-DAmb3OZ6.js +0 -149
  173. package/dist/PagingRow-DsvpEoCr.js +0 -73
  174. package/dist/Password-DuyYEgzR.js +0 -55
  175. package/dist/Password-yHtlY-Qa.js +0 -24
  176. package/dist/Progress-C3D821AQ.js +0 -34
  177. package/dist/Progress-CKVzMO-W.js +0 -25
  178. package/dist/Racebar-BlFI-9Q6.js +0 -170
  179. package/dist/Radio-D-mO7LLy.js +0 -27
  180. package/dist/Radio-DkcBKBvX.js +0 -47
  181. package/dist/Rate-B7jKTFKT.js +0 -34
  182. package/dist/Rate-BmC4gw_0.js +0 -34
  183. package/dist/Register-B3gojp5n.js +0 -202
  184. package/dist/RichText-Bk0Msyhl.js +0 -22
  185. package/dist/RichText-CQWuw5fN.js +0 -122
  186. package/dist/SearchForm-C4lfVsXQ.js +0 -4
  187. package/dist/SearchForm.vue_vue_type_style_index_0_lang-C74tp38C.js +0 -148
  188. package/dist/SearchHeader-yuS7txP4.js +0 -4
  189. package/dist/SearchHeader.vue_vue_type_style_index_0_lang-VHaC_JOk.js +0 -66
  190. package/dist/Select-BShzoR6m.js +0 -123
  191. package/dist/Select-Bd0xR7k-.js +0 -86
  192. package/dist/Select-DAl1xRPt.js +0 -27
  193. package/dist/Single-v7aOinV0.js +0 -325
  194. package/dist/Statistic-Dxa-CZ8G.js +0 -78
  195. package/dist/Statistic-DydCtGPc.js +0 -159
  196. package/dist/Stock-DOqk5wDb.js +0 -4
  197. package/dist/Stock-qEAIVhSd.js +0 -30
  198. package/dist/Stock.vue_vue_type_style_index_0_lang-DCLTN0G_.js +0 -304
  199. package/dist/Switch-DhFaku5L.js +0 -50
  200. package/dist/Switch-f28JwTlZ.js +0 -27
  201. package/dist/Table-BNO-gdXV.js +0 -247
  202. package/dist/Table-Dwv3OcNy.js +0 -323
  203. package/dist/Text-BPcINDeu.js +0 -54
  204. package/dist/Text-DSB9hHwt.js +0 -58
  205. package/dist/Text-qIKm-GZH.js +0 -4
  206. package/dist/Text.vue_vue_type_style_index_0_lang-BPHS89Zg.js +0 -59
  207. package/dist/TextLink-almyUYjN.js +0 -65
  208. package/dist/Textarea-D9TgF9ig.js +0 -37
  209. package/dist/Textarea-K8kLteuw.js +0 -28
  210. package/dist/Time-BfTkorWT.js +0 -43
  211. package/dist/Timeline-CKOLU9MZ.js +0 -61
  212. package/dist/Tree-C1zf__Xp.js +0 -297
  213. package/dist/Tree-zS1sINoF.js +0 -125
  214. package/dist/TreeNode-ChAS5sC0.js +0 -43
  215. package/dist/Tree_Old-h__WmqFA.js +0 -11
  216. package/dist/Update-l-ZpDg8X.js +0 -69
  217. package/dist/UpdateChild-Qjsmhk6Y.js +0 -92
  218. package/dist/Upload-tMC28k4n.js +0 -71
  219. package/dist/Upload-yC7lEuBD.js +0 -150
  220. package/dist/Year-3KWQTdWY.js +0 -47
  221. package/dist/Year-DzfJcwOJ.js +0 -27
  222. package/dist/assets/clipboard-DjQPoCBJ.js +0 -501
  223. package/dist/assets/clone-BZn0cTAu.js +0 -134
  224. package/dist/assets/element-plus-CT-3dawQ.js +0 -497
  225. package/dist/assets/file-saver-CwlpTZSc.js +0 -74
  226. package/dist/assets/intro.js-Cg1adLK7.js +0 -1142
  227. package/dist/assets/liquidjs-BfOWWjtJ.js +0 -2907
  228. package/dist/assets/moment-h96o7c8I.js +0 -2578
  229. package/dist/assets/sprintf-js-BPTdvBYM.js +0 -148
  230. package/dist/assets/underscore-B0BCaBxV.js +0 -1070
  231. package/dist/assets/underscore.string-DVXD2SZo.js +0 -425
  232. package/dist/assets/util-deprecate-Dzun97re.js +0 -28
  233. package/dist/main-GSKw_Blq.js +0 -11271
  234. package/dist/main.js +0 -53
  235. package/dist/style.css +0 -1
  236. package/esm/@types/CreatePcOptions.d.ts +0 -14
  237. package/esm/@types/index.d.ts +0 -5
  238. package/esm/api/QueryApi.d.ts +0 -10
  239. package/esm/api/UploadApi.d.ts +0 -10
  240. package/esm/api/index.d.ts +0 -3
  241. package/esm/comps/business/@types/FormProps.d.ts +0 -5
  242. package/esm/comps/business/@types/index.d.ts +0 -2
  243. package/esm/comps/business/Drawer.vue.d.ts +0 -15
  244. package/esm/comps/business/Feedback.vue.d.ts +0 -8
  245. package/esm/comps/business/Form.vue.d.ts +0 -18
  246. package/esm/comps/commons/@types/TableProps.d.ts +0 -21
  247. package/esm/comps/commons/@types/index.d.ts +0 -1
  248. package/esm/comps/drivers/@types/CrudProps.d.ts +0 -21
  249. package/esm/comps/drivers/@types/DriverBaseProps.d.ts +0 -13
  250. package/esm/comps/drivers/@types/DriverEmit.d.ts +0 -17
  251. package/esm/comps/drivers/@types/DriverFormProps.d.ts +0 -14
  252. package/esm/comps/drivers/@types/DriverKindEmit.d.ts +0 -17
  253. package/esm/comps/drivers/@types/DriverProps.d.ts +0 -28
  254. package/esm/comps/drivers/@types/KindFormProps.d.ts +0 -16
  255. package/esm/comps/drivers/@types/KindProps.d.ts +0 -20
  256. package/esm/comps/drivers/@types/index.d.ts +0 -5
  257. package/esm/comps/drivers/Crud.vue.d.ts +0 -30
  258. package/esm/comps/drivers/Index.vue.d.ts +0 -115
  259. package/esm/comps/drivers/Kind.vue.d.ts +0 -34
  260. package/esm/comps/drivers/index.d.ts +0 -5
  261. package/esm/comps/globals/HeaderTab.vue.d.ts +0 -27
  262. package/esm/comps/globals/HeaderTabs.vue.d.ts +0 -24
  263. package/esm/comps/globals/Menu.vue.d.ts +0 -77
  264. package/esm/comps/globals/MenuItem.vue.d.ts +0 -76
  265. package/esm/comps/globals/SideTabs.vue.d.ts +0 -25
  266. package/esm/comps/globals/Window.vue.d.ts +0 -68
  267. package/esm/comps/globals/index.d.ts +0 -9
  268. package/esm/comps/headers/@types/ChangeProps.d.ts +0 -7
  269. package/esm/comps/headers/@types/TipsProps.d.ts +0 -10
  270. package/esm/comps/headers/Debugger.vue.d.ts +0 -2
  271. package/esm/comps/headers/HeaderRight.vue.d.ts +0 -8
  272. package/esm/comps/headers/Tips.vue.d.ts +0 -3
  273. package/esm/comps/index.d.ts +0 -12
  274. package/esm/comps/layouts/@types/index.d.ts +0 -1
  275. package/esm/comps/layouts/Desktop.vue.d.ts +0 -2
  276. package/esm/comps/layouts/Index.vue.d.ts +0 -28
  277. package/esm/comps/layouts/Side.vue.d.ts +0 -23
  278. package/esm/comps/layouts/Top.vue.d.ts +0 -5
  279. package/esm/comps/lists/Racebar.vue.d.ts +0 -9
  280. package/esm/comps/lists/Statistic.vue.d.ts +0 -9
  281. package/esm/comps/lists/Stock.vue.d.ts +0 -3
  282. package/esm/comps/pages/Paging.vue.d.ts +0 -17
  283. package/esm/comps/pagings/@types/SearchHeaderProps.d.ts +0 -8
  284. package/esm/comps/pagings/Article.vue.d.ts +0 -19
  285. package/esm/comps/pagings/DataExport.vue.d.ts +0 -33
  286. package/esm/comps/pagings/Table.vue.d.ts +0 -24
  287. package/esm/comps/singles/Table.vue.d.ts +0 -13
  288. package/esm/comps/texts/CSharp.vue.d.ts +0 -6
  289. package/esm/comps/texts/Checkbox.vue.d.ts +0 -6
  290. package/esm/comps/texts/Code.vue.d.ts +0 -6
  291. package/esm/comps/texts/Compare.vue.d.ts +0 -6
  292. package/esm/comps/texts/Dictionary.vue.d.ts +0 -14
  293. package/esm/comps/texts/Index.vue.d.ts +0 -12
  294. package/esm/comps/texts/Int.vue.d.ts +0 -6
  295. package/esm/comps/texts/Password.vue.d.ts +0 -6
  296. package/esm/comps/texts/Radio.vue.d.ts +0 -6
  297. package/esm/comps/texts/Rate.vue.d.ts +0 -14
  298. package/esm/comps/texts/TextLink.vue.d.ts +0 -28
  299. package/esm/coms/business/@types/CrudProps.d.ts +0 -22
  300. package/esm/coms/business/@types/DrawerProps.d.ts +0 -13
  301. package/esm/coms/business/@types/DriverProps.d.ts +0 -58
  302. package/esm/coms/business/@types/FormProps.d.ts +0 -5
  303. package/esm/coms/business/Condition.vue.d.ts +0 -9
  304. package/esm/coms/business/Crud.vue.d.ts +0 -22
  305. package/esm/coms/business/Driver.vue.d.ts +0 -38
  306. package/esm/coms/business/Feedback.vue.d.ts +0 -8
  307. package/esm/coms/business/Form.vue.d.ts +0 -18
  308. package/esm/coms/business/Switch.vue.d.ts +0 -24
  309. package/esm/coms/business/Welcome.vue.d.ts +0 -8
  310. package/esm/coms/business/index.d.ts +0 -10
  311. package/esm/coms/business/types/CrudProps.d.ts +0 -22
  312. package/esm/coms/business/types/DrawerProps.d.ts +0 -14
  313. package/esm/coms/business/types/DriverProps.d.ts +0 -63
  314. package/esm/coms/business/types/FormProps.d.ts +0 -18
  315. package/esm/coms/business/types/index.d.ts +0 -5
  316. package/esm/coms/commons/@types/TableProps.d.ts +0 -21
  317. package/esm/coms/commons/@types/index.d.ts +0 -1
  318. package/esm/coms/commons/Captcha.vue.d.ts +0 -14
  319. package/esm/coms/commons/Editable.vue.d.ts +0 -21
  320. package/esm/coms/commons/Loading.vue.d.ts +0 -41
  321. package/esm/coms/commons/MouseContext.vue.d.ts +0 -2
  322. package/esm/coms/commons/Particles.vue.d.ts +0 -2
  323. package/esm/coms/commons/Resizer.vue.d.ts +0 -34
  324. package/esm/coms/commons/Spinner.vue.d.ts +0 -20
  325. package/esm/coms/commons/Table.vue.d.ts +0 -48
  326. package/esm/coms/commons/TableColumn.vue.d.ts +0 -39
  327. package/esm/coms/commons/index.d.ts +0 -7
  328. package/esm/coms/commons/types/TableProps.d.ts +0 -22
  329. package/esm/coms/commons/types/index.d.ts +0 -2
  330. package/esm/coms/controls/@types/ControlProps.d.ts +0 -25
  331. package/esm/coms/controls/@types/index.d.ts +0 -1
  332. package/esm/coms/controls/Autocomplete.vue.d.ts +0 -14
  333. package/esm/coms/controls/Cascader.vue.d.ts +0 -14
  334. package/esm/coms/controls/Checkbox.vue.d.ts +0 -12
  335. package/esm/coms/controls/Code.vue.d.ts +0 -14
  336. package/esm/coms/controls/Color.vue.d.ts +0 -14
  337. package/esm/coms/controls/Compare.vue.d.ts +0 -14
  338. package/esm/coms/controls/Date.vue.d.ts +0 -14
  339. package/esm/coms/controls/DateRange.vue.d.ts +0 -14
  340. package/esm/coms/controls/DateTime.vue.d.ts +0 -14
  341. package/esm/coms/controls/DateTimeRange.vue.d.ts +0 -14
  342. package/esm/coms/controls/Decimal.vue.d.ts +0 -14
  343. package/esm/coms/controls/Email.vue.d.ts +0 -14
  344. package/esm/coms/controls/Image.vue.d.ts +0 -2
  345. package/esm/coms/controls/Int.vue.d.ts +0 -14
  346. package/esm/coms/controls/Markdown.vue.d.ts +0 -14
  347. package/esm/coms/controls/Month.vue.d.ts +0 -14
  348. package/esm/coms/controls/Password.vue.d.ts +0 -14
  349. package/esm/coms/controls/Progress.vue.d.ts +0 -14
  350. package/esm/coms/controls/Radio.vue.d.ts +0 -14
  351. package/esm/coms/controls/RichText.vue.d.ts +0 -11
  352. package/esm/coms/controls/Select.vue.d.ts +0 -14
  353. package/esm/coms/controls/Switch.vue.d.ts +0 -14
  354. package/esm/coms/controls/Text.vue.d.ts +0 -16
  355. package/esm/coms/controls/Textarea.vue.d.ts +0 -14
  356. package/esm/coms/controls/Time.vue.d.ts +0 -14
  357. package/esm/coms/controls/Upload.vue.d.ts +0 -14
  358. package/esm/coms/controls/Year.vue.d.ts +0 -14
  359. package/esm/coms/controls/index.d.ts +0 -3
  360. package/esm/coms/controls/types/ControlProps.d.ts +0 -26
  361. package/esm/coms/controls/types/index.d.ts +0 -2
  362. package/esm/coms/drivers/@types/CrudProps.d.ts +0 -21
  363. package/esm/coms/drivers/@types/DriverBaseProps.d.ts +0 -13
  364. package/esm/coms/drivers/@types/DriverEmit.d.ts +0 -17
  365. package/esm/coms/drivers/@types/DriverFormProps.d.ts +0 -14
  366. package/esm/coms/drivers/@types/DriverKindEmit.d.ts +0 -17
  367. package/esm/coms/drivers/@types/DriverProps.d.ts +0 -28
  368. package/esm/coms/drivers/@types/KindFormProps.d.ts +0 -16
  369. package/esm/coms/drivers/@types/KindProps.d.ts +0 -20
  370. package/esm/coms/drivers/@types/index.d.ts +0 -5
  371. package/esm/coms/drivers/Crud.vue.d.ts +0 -30
  372. package/esm/coms/drivers/Index.vue.d.ts +0 -115
  373. package/esm/coms/drivers/Kind.vue.d.ts +0 -34
  374. package/esm/coms/drivers/index.d.ts +0 -5
  375. package/esm/coms/globals/@types/WindowEmit.d.ts +0 -13
  376. package/esm/coms/globals/@types/WindowOptions.d.ts +0 -37
  377. package/esm/coms/globals/@types/WindowProps.d.ts +0 -26
  378. package/esm/coms/globals/@types/index.d.ts +0 -3
  379. package/esm/coms/globals/HeaderTab.vue.d.ts +0 -27
  380. package/esm/coms/globals/HeaderTabs.vue.d.ts +0 -24
  381. package/esm/coms/globals/Menu.vue.d.ts +0 -77
  382. package/esm/coms/globals/MenuItem.vue.d.ts +0 -76
  383. package/esm/coms/globals/MissComponent.vue.d.ts +0 -17
  384. package/esm/coms/globals/SideTab.vue.d.ts +0 -29
  385. package/esm/coms/globals/SideTabs.vue.d.ts +0 -25
  386. package/esm/coms/globals/Window.vue.d.ts +0 -68
  387. package/esm/coms/globals/index.d.ts +0 -9
  388. package/esm/coms/globals/types/WindowOptions.d.ts +0 -38
  389. package/esm/coms/globals/types/WindowProps.d.ts +0 -27
  390. package/esm/coms/globals/types/index.d.ts +0 -3
  391. package/esm/coms/headers/@types/HeaderProps.d.ts +0 -3
  392. package/esm/coms/headers/@types/TipsProps.d.ts +0 -10
  393. package/esm/coms/headers/@types/index.d.ts +0 -3
  394. package/esm/coms/headers/Breadcrumb.vue.d.ts +0 -2
  395. package/esm/coms/headers/Changes.vue.d.ts +0 -3
  396. package/esm/coms/headers/Debugger.vue.d.ts +0 -2
  397. package/esm/coms/headers/Hamburger.vue.d.ts +0 -18
  398. package/esm/coms/headers/HeaderRight.vue.d.ts +0 -8
  399. package/esm/coms/headers/Index.vue.d.ts +0 -18
  400. package/esm/coms/headers/Log.vue.d.ts +0 -2
  401. package/esm/coms/headers/Logo.vue.d.ts +0 -6
  402. package/esm/coms/headers/Refresh.vue.d.ts +0 -6
  403. package/esm/coms/headers/Setting.vue.d.ts +0 -8
  404. package/esm/coms/headers/Tips.vue.d.ts +0 -3
  405. package/esm/coms/headers/index.d.ts +0 -3
  406. package/esm/coms/index.d.ts +0 -12
  407. package/esm/coms/layouts/@types/ITaskBar.d.ts +0 -5
  408. package/esm/coms/layouts/@types/index.d.ts +0 -1
  409. package/esm/coms/layouts/Desktop.vue.d.ts +0 -2
  410. package/esm/coms/layouts/Index.vue.d.ts +0 -28
  411. package/esm/coms/layouts/Side.vue.d.ts +0 -23
  412. package/esm/coms/layouts/Top.vue.d.ts +0 -5
  413. package/esm/coms/layouts/index.d.ts +0 -3
  414. package/esm/coms/layouts/types/ITaskBar.d.ts +0 -6
  415. package/esm/coms/layouts/types/index.d.ts +0 -2
  416. package/esm/coms/lists/@types/ListProps.d.ts +0 -14
  417. package/esm/coms/lists/@types/index.d.ts +0 -1
  418. package/esm/coms/lists/Calender.vue.d.ts +0 -2
  419. package/esm/coms/lists/Racebar.vue.d.ts +0 -9
  420. package/esm/coms/lists/Statistic.vue.d.ts +0 -9
  421. package/esm/coms/lists/Timeline.vue.d.ts +0 -3
  422. package/esm/coms/lists/Tree.vue.d.ts +0 -18
  423. package/esm/coms/lists/index.d.ts +0 -2
  424. package/esm/coms/lists/types/ListProps.d.ts +0 -15
  425. package/esm/coms/lists/types/index.d.ts +0 -2
  426. package/esm/coms/pages/@types/ColumnPageProps.d.ts +0 -10
  427. package/esm/coms/pages/@types/CustomPageProps.d.ts +0 -10
  428. package/esm/coms/pages/@types/DeletePageProps.d.ts +0 -14
  429. package/esm/coms/pages/@types/KeyboardType.d.ts +0 -8
  430. package/esm/coms/pages/@types/ListPageProps.d.ts +0 -14
  431. package/esm/coms/pages/@types/PageEmit.d.ts +0 -21
  432. package/esm/coms/pages/@types/PageProps.d.ts +0 -13
  433. package/esm/coms/pages/@types/PagingPageProps.d.ts +0 -14
  434. package/esm/coms/pages/@types/SchemaProps.d.ts +0 -30
  435. package/esm/coms/pages/@types/SinglePageProps.d.ts +0 -14
  436. package/esm/coms/pages/@types/index.d.ts +0 -9
  437. package/esm/coms/pages/Column.vue.d.ts +0 -13
  438. package/esm/coms/pages/Custom.vue.d.ts +0 -18
  439. package/esm/coms/pages/Delete.vue.d.ts +0 -11
  440. package/esm/coms/pages/Index.vue.d.ts +0 -2
  441. package/esm/coms/pages/List.vue.d.ts +0 -17
  442. package/esm/coms/pages/Paging.vue.d.ts +0 -17
  443. package/esm/coms/pages/Single.vue.d.ts +0 -20
  444. package/esm/coms/pages/index.d.ts +0 -3
  445. package/esm/coms/pages/types/ColumnPageProps.d.ts +0 -11
  446. package/esm/coms/pages/types/CustomPageProps.d.ts +0 -11
  447. package/esm/coms/pages/types/DeletePageProps.d.ts +0 -15
  448. package/esm/coms/pages/types/KeyboardType.d.ts +0 -8
  449. package/esm/coms/pages/types/ListPageProps.d.ts +0 -15
  450. package/esm/coms/pages/types/PageEmit.d.ts +0 -22
  451. package/esm/coms/pages/types/PageProps.d.ts +0 -14
  452. package/esm/coms/pages/types/PagingPageProps.d.ts +0 -15
  453. package/esm/coms/pages/types/SchemaProps.d.ts +0 -30
  454. package/esm/coms/pages/types/SinglePageProps.d.ts +0 -15
  455. package/esm/coms/pages/types/index.d.ts +0 -11
  456. package/esm/coms/pagings/@types/PagingProps.d.ts +0 -10
  457. package/esm/coms/pagings/@types/SearchFooterProps.d.ts +0 -10
  458. package/esm/coms/pagings/@types/SearchFormProps.d.ts +0 -6
  459. package/esm/coms/pagings/@types/index.d.ts +0 -3
  460. package/esm/coms/pagings/Article.vue.d.ts +0 -19
  461. package/esm/coms/pagings/Code.vue.d.ts +0 -3
  462. package/esm/coms/pagings/DataImport.vue.d.ts +0 -18
  463. package/esm/coms/pagings/File.vue.d.ts +0 -3
  464. package/esm/coms/pagings/Index.vue.d.ts +0 -26
  465. package/esm/coms/pagings/SearchFooter.vue.d.ts +0 -19
  466. package/esm/coms/pagings/SearchForm.vue.d.ts +0 -13
  467. package/esm/coms/pagings/SearchHeader.vue.d.ts +0 -19
  468. package/esm/coms/pagings/Table.vue.d.ts +0 -24
  469. package/esm/coms/pagings/index.d.ts +0 -2
  470. package/esm/coms/pagings/types/PagingProps.d.ts +0 -11
  471. package/esm/coms/pagings/types/index.d.ts +0 -2
  472. package/esm/coms/panels/@types/OperationProps.d.ts +0 -9
  473. package/esm/coms/panels/@types/index.d.ts +0 -1
  474. package/esm/coms/panels/Group.vue.d.ts +0 -17
  475. package/esm/coms/panels/Header.vue.d.ts +0 -16
  476. package/esm/coms/panels/Operation.vue.d.ts +0 -23
  477. package/esm/coms/panels/Panel.vue.d.ts +0 -38
  478. package/esm/coms/panels/Shrink.vue.d.ts +0 -56
  479. package/esm/coms/panels/index.d.ts +0 -5
  480. package/esm/coms/panels/types/OperationProps.d.ts +0 -10
  481. package/esm/coms/panels/types/index.d.ts +0 -2
  482. package/esm/coms/partials/@types/ArticleFooterEmit.d.ts +0 -25
  483. package/esm/coms/partials/@types/DetailEmit.d.ts +0 -17
  484. package/esm/coms/partials/@types/DetailProps.d.ts +0 -21
  485. package/esm/coms/partials/@types/PagingHeaderEmit.d.ts +0 -33
  486. package/esm/coms/partials/@types/PagingHeaderProps.d.ts +0 -30
  487. package/esm/coms/partials/@types/PagingRowEmit.d.ts +0 -25
  488. package/esm/coms/partials/@types/PagingRowProps.d.ts +0 -21
  489. package/esm/coms/partials/@types/TreeNodeProps.d.ts +0 -21
  490. package/esm/coms/partials/@types/UpdateChildEmit.d.ts +0 -21
  491. package/esm/coms/partials/@types/UpdateChildProps.d.ts +0 -21
  492. package/esm/coms/partials/@types/UpdateEmit.d.ts +0 -13
  493. package/esm/coms/partials/@types/UpdateProps.d.ts +0 -21
  494. package/esm/coms/partials/@types/index.d.ts +0 -12
  495. package/esm/coms/partials/ArticleFooter.vue.d.ts +0 -15
  496. package/esm/coms/partials/Detail.vue.d.ts +0 -11
  497. package/esm/coms/partials/PagingHeader.vue.d.ts +0 -19
  498. package/esm/coms/partials/PagingRow.vue.d.ts +0 -15
  499. package/esm/coms/partials/TreeNode.vue.d.ts +0 -3
  500. package/esm/coms/partials/Update.vue.d.ts +0 -11
  501. package/esm/coms/partials/UpdateChild.vue.d.ts +0 -13
  502. package/esm/coms/partials/index.d.ts +0 -1
  503. package/esm/coms/partials/types/ArticleFooterEmit.d.ts +0 -26
  504. package/esm/coms/partials/types/DetailEmit.d.ts +0 -18
  505. package/esm/coms/partials/types/DetailProps.d.ts +0 -22
  506. package/esm/coms/partials/types/PagingHeaderEmit.d.ts +0 -34
  507. package/esm/coms/partials/types/PagingHeaderProps.d.ts +0 -30
  508. package/esm/coms/partials/types/PagingRowEmit.d.ts +0 -26
  509. package/esm/coms/partials/types/PagingRowProps.d.ts +0 -22
  510. package/esm/coms/partials/types/TreeNodeProps.d.ts +0 -22
  511. package/esm/coms/partials/types/UpdateChildEmit.d.ts +0 -22
  512. package/esm/coms/partials/types/UpdateChildProps.d.ts +0 -22
  513. package/esm/coms/partials/types/UpdateEmit.d.ts +0 -14
  514. package/esm/coms/partials/types/UpdateProps.d.ts +0 -22
  515. package/esm/coms/partials/types/index.d.ts +0 -13
  516. package/esm/coms/searches/@types/SearchProps.d.ts +0 -9
  517. package/esm/coms/searches/@types/index.d.ts +0 -1
  518. package/esm/coms/searches/Autocomplete.vue.d.ts +0 -14
  519. package/esm/coms/searches/Daterange.vue.d.ts +0 -12
  520. package/esm/coms/searches/Index.vue.d.ts +0 -9
  521. package/esm/coms/searches/Int.vue.d.ts +0 -14
  522. package/esm/coms/searches/Month.vue.d.ts +0 -14
  523. package/esm/coms/searches/Select.vue.d.ts +0 -14
  524. package/esm/coms/searches/Text.vue.d.ts +0 -15
  525. package/esm/coms/searches/index.d.ts +0 -3
  526. package/esm/coms/searches/types/SearchProps.d.ts +0 -10
  527. package/esm/coms/searches/types/index.d.ts +0 -2
  528. package/esm/coms/singles/@types/SingleProps.d.ts +0 -14
  529. package/esm/coms/singles/@types/index.d.ts +0 -1
  530. package/esm/coms/singles/Code.vue.d.ts +0 -9
  531. package/esm/coms/singles/Comment.vue.d.ts +0 -3
  532. package/esm/coms/singles/Index.vue.d.ts +0 -16
  533. package/esm/coms/singles/Normal.vue.d.ts +0 -12
  534. package/esm/coms/singles/Statistic.vue.d.ts +0 -3
  535. package/esm/coms/singles/Stock.vue.d.ts +0 -3
  536. package/esm/coms/singles/Table.vue.d.ts +0 -13
  537. package/esm/coms/singles/Tree.vue.d.ts +0 -5
  538. package/esm/coms/singles/Tree_Old.vue.d.ts +0 -2
  539. package/esm/coms/singles/index.d.ts +0 -2
  540. package/esm/coms/singles/types/SingleProps.d.ts +0 -15
  541. package/esm/coms/singles/types/index.d.ts +0 -2
  542. package/esm/coms/texts/Autocomplete.vue.d.ts +0 -6
  543. package/esm/coms/texts/Cascader.vue.d.ts +0 -12
  544. package/esm/coms/texts/Color.vue.d.ts +0 -6
  545. package/esm/coms/texts/Copy.vue.d.ts +0 -22
  546. package/esm/coms/texts/Date.vue.d.ts +0 -6
  547. package/esm/coms/texts/DateRange.vue.d.ts +0 -6
  548. package/esm/coms/texts/DateTime.vue.d.ts +0 -6
  549. package/esm/coms/texts/Decimal.vue.d.ts +0 -6
  550. package/esm/coms/texts/Email.vue.d.ts +0 -6
  551. package/esm/coms/texts/Index.vue.d.ts +0 -12
  552. package/esm/coms/texts/Markdown.vue.d.ts +0 -6
  553. package/esm/coms/texts/Month.vue.d.ts +0 -6
  554. package/esm/coms/texts/Progress.vue.d.ts +0 -6
  555. package/esm/coms/texts/Rate.vue.d.ts +0 -14
  556. package/esm/coms/texts/RichText.vue.d.ts +0 -6
  557. package/esm/coms/texts/Select.vue.d.ts +0 -6
  558. package/esm/coms/texts/Switch.vue.d.ts +0 -6
  559. package/esm/coms/texts/Text.vue.d.ts +0 -6
  560. package/esm/coms/texts/Textarea.vue.d.ts +0 -6
  561. package/esm/coms/texts/Upload.vue.d.ts +0 -6
  562. package/esm/coms/texts/Year.vue.d.ts +0 -6
  563. package/esm/plugins/PcMessenger.d.ts +0 -35
  564. package/esm/plugins/index.d.ts +0 -4
  565. package/esm/repos/QueryApi.d.ts +0 -10
  566. package/esm/repos/UploadApi.d.ts +0 -9
  567. package/esm/svcs/PcI18nSvc.d.ts +0 -15
  568. package/esm/svcs/StandardSvc.d.ts +0 -40
  569. package/esm/svcs/Svcs.d.ts +0 -11
  570. package/esm/svcs/WindowSvc.d.ts +0 -26
  571. package/esm/types/CreatePcOptions.d.ts +0 -15
  572. package/esm/types/index.d.ts +0 -2
  573. package/esm/views/logins/Register.vue.d.ts +0 -2
  574. package/esm/views/sso/Callback.vue.d.ts +0 -2
  575. package/esm/views/sso/Index.vue.d.ts +0 -2
  576. package/esm/views/sso/Register.vue.d.ts +0 -2
  577. /package/esm/{@types → @type}/PcOptions.d.ts +0 -0
  578. /package/esm/{comps → comp}/business/@types/DrawerProps.d.ts +0 -0
  579. /package/esm/{comps → comp}/business/Condition.vue.d.ts +0 -0
  580. /package/esm/{comps → comp}/business/Switch.vue.d.ts +0 -0
  581. /package/esm/{comps/commons → comp/common}/Debug.vue.d.ts +0 -0
  582. /package/esm/{comps/commons → comp/common}/Editable.vue.d.ts +0 -0
  583. /package/esm/{comps/commons → comp/common}/Loading.vue.d.ts +0 -0
  584. /package/esm/{comps/commons → comp/common}/MouseContext.vue.d.ts +0 -0
  585. /package/esm/{comps/commons → comp/common}/Particles.vue.d.ts +0 -0
  586. /package/esm/{comps/commons → comp/common}/Resizer.vue.d.ts +0 -0
  587. /package/esm/{comps/commons → comp/common}/TableColumn.vue.d.ts +0 -0
  588. /package/esm/{comps/commons → comp/common}/index.d.ts +0 -0
  589. /package/esm/{comps/controls → comp/control}/@types/ControlProps.d.ts +0 -0
  590. /package/esm/{comps/controls → comp/control}/@types/index.d.ts +0 -0
  591. /package/esm/{comps/controls → comp/control}/Autocomplete.vue.d.ts +0 -0
  592. /package/esm/{comps/controls → comp/control}/Checkbox.vue.d.ts +0 -0
  593. /package/esm/{comps/controls → comp/control}/Code.vue.d.ts +0 -0
  594. /package/esm/{comps/controls → comp/control}/Color.vue.d.ts +0 -0
  595. /package/esm/{comps/controls → comp/control}/Date.vue.d.ts +0 -0
  596. /package/esm/{comps/controls → comp/control}/DateRange.vue.d.ts +0 -0
  597. /package/esm/{comps/controls → comp/control}/DateTime.vue.d.ts +0 -0
  598. /package/esm/{comps/controls → comp/control}/DateTimeRange.vue.d.ts +0 -0
  599. /package/esm/{comps/controls → comp/control}/Decimal.vue.d.ts +0 -0
  600. /package/esm/{comps/controls → comp/control}/Email.vue.d.ts +0 -0
  601. /package/esm/{comps/controls → comp/control}/Image.vue.d.ts +0 -0
  602. /package/esm/{comps/controls → comp/control}/Int.vue.d.ts +0 -0
  603. /package/esm/{comps/controls → comp/control}/Markdown.vue.d.ts +0 -0
  604. /package/esm/{comps/controls → comp/control}/Month.vue.d.ts +0 -0
  605. /package/esm/{comps/controls → comp/control}/Password.vue.d.ts +0 -0
  606. /package/esm/{comps/controls → comp/control}/Progress.vue.d.ts +0 -0
  607. /package/esm/{comps/controls → comp/control}/Radio.vue.d.ts +0 -0
  608. /package/esm/{comps/controls → comp/control}/Rate.vue.d.ts +0 -0
  609. /package/esm/{comps/controls → comp/control}/RichText.vue.d.ts +0 -0
  610. /package/esm/{comps/controls → comp/control}/Switch.vue.d.ts +0 -0
  611. /package/esm/{comps/controls → comp/control}/Text.vue.d.ts +0 -0
  612. /package/esm/{comps/controls → comp/control}/Textarea.vue.d.ts +0 -0
  613. /package/esm/{comps/controls → comp/control}/Time.vue.d.ts +0 -0
  614. /package/esm/{comps/controls → comp/control}/Year.vue.d.ts +0 -0
  615. /package/esm/{comps/controls → comp/control}/index.d.ts +0 -0
  616. /package/esm/{comps/globals → comp/global}/@types/WindowEmit.d.ts +0 -0
  617. /package/esm/{comps/globals → comp/global}/@types/WindowOptions.d.ts +0 -0
  618. /package/esm/{comps/globals → comp/global}/@types/WindowProps.d.ts +0 -0
  619. /package/esm/{comps/globals → comp/global}/@types/index.d.ts +0 -0
  620. /package/esm/{comps/globals → comp/global}/MissComponent.vue.d.ts +0 -0
  621. /package/esm/{comps/globals → comp/global}/SideTab.vue.d.ts +0 -0
  622. /package/esm/{comps/headers → comp/header}/Breadcrumb.vue.d.ts +0 -0
  623. /package/esm/{comps/headers → comp/header}/Changes.vue.d.ts +0 -0
  624. /package/esm/{comps/headers → comp/header}/Hamburger.vue.d.ts +0 -0
  625. /package/esm/{comps/headers → comp/header}/Index.vue.d.ts +0 -0
  626. /package/esm/{comps/headers → comp/header}/Log.vue.d.ts +0 -0
  627. /package/esm/{comps/headers → comp/header}/Logo.vue.d.ts +0 -0
  628. /package/esm/{comps/headers → comp/header}/Refresh.vue.d.ts +0 -0
  629. /package/esm/{comps/headers → comp/header}/Setting.vue.d.ts +0 -0
  630. /package/esm/{comps/headers → comp/header}/index.d.ts +0 -0
  631. /package/esm/{comps/layouts → comp/layout}/@types/ITaskBar.d.ts +0 -0
  632. /package/esm/{comps/layouts → comp/layout}/index.d.ts +0 -0
  633. /package/esm/{comps/lists → comp/list}/@types/index.d.ts +0 -0
  634. /package/esm/{comps/lists → comp/list}/Calender.vue.d.ts +0 -0
  635. /package/esm/{comps/lists → comp/list}/Timeline.vue.d.ts +0 -0
  636. /package/esm/{comps/lists → comp/list}/index.d.ts +0 -0
  637. /package/esm/{comps/pages → comp/page}/@types/ColumnPageProps.d.ts +0 -0
  638. /package/esm/{comps/pages → comp/page}/@types/CustomPageProps.d.ts +0 -0
  639. /package/esm/{comps/pages → comp/page}/@types/DeletePageProps.d.ts +0 -0
  640. /package/esm/{comps/pages → comp/page}/@types/ListPageProps.d.ts +0 -0
  641. /package/esm/{comps/pages → comp/page}/@types/PageEmit.d.ts +0 -0
  642. /package/esm/{comps/pages → comp/page}/@types/PageProps.d.ts +0 -0
  643. /package/esm/{comps/pages → comp/page}/@types/PagingPageProps.d.ts +0 -0
  644. /package/esm/{comps/pages → comp/page}/@types/SchemaProps.d.ts +0 -0
  645. /package/esm/{comps/pages → comp/page}/@types/SinglePageProps.d.ts +0 -0
  646. /package/esm/{comps/pages → comp/page}/@types/index.d.ts +0 -0
  647. /package/esm/{comps/pages → comp/page}/Column.vue.d.ts +0 -0
  648. /package/esm/{comps/pages → comp/page}/Custom.vue.d.ts +0 -0
  649. /package/esm/{comps/pages → comp/page}/Delete.vue.d.ts +0 -0
  650. /package/esm/{comps/pages → comp/page}/Index.vue.d.ts +0 -0
  651. /package/esm/{comps/pages → comp/page}/index.d.ts +0 -0
  652. /package/esm/{comps/pagings → comp/paging}/@types/SearchFormProps.d.ts +0 -0
  653. /package/esm/{comps/pagings → comp/paging}/@types/index.d.ts +0 -0
  654. /package/esm/{comps/pagings → comp/paging}/Code.vue.d.ts +0 -0
  655. /package/esm/{comps/pagings → comp/paging}/DataImport.vue.d.ts +0 -0
  656. /package/esm/{comps/pagings → comp/paging}/File.vue.d.ts +0 -0
  657. /package/esm/{comps/pagings → comp/paging}/index.d.ts +0 -0
  658. /package/esm/{comps/panels → comp/panel}/@types/OperationProps.d.ts +0 -0
  659. /package/esm/{comps/panels → comp/panel}/@types/index.d.ts +0 -0
  660. /package/esm/{comps/panels → comp/panel}/Group.vue.d.ts +0 -0
  661. /package/esm/{comps/panels → comp/panel}/Header.vue.d.ts +0 -0
  662. /package/esm/{comps/panels → comp/panel}/Shrink.vue.d.ts +0 -0
  663. /package/esm/{comps/panels → comp/panel}/index.d.ts +0 -0
  664. /package/esm/{comps/partials → comp/partial}/@types/ArticleFooterEmit.d.ts +0 -0
  665. /package/esm/{comps/partials → comp/partial}/@types/DetailEmit.d.ts +0 -0
  666. /package/esm/{comps/partials → comp/partial}/@types/DetailProps.d.ts +0 -0
  667. /package/esm/{comps/partials → comp/partial}/@types/PagingHeaderEmit.d.ts +0 -0
  668. /package/esm/{comps/partials → comp/partial}/@types/PagingRowEmit.d.ts +0 -0
  669. /package/esm/{comps/partials → comp/partial}/@types/PagingRowProps.d.ts +0 -0
  670. /package/esm/{comps/partials → comp/partial}/@types/TreeNodeProps.d.ts +0 -0
  671. /package/esm/{comps/partials → comp/partial}/@types/UpdateChildEmit.d.ts +0 -0
  672. /package/esm/{comps/partials → comp/partial}/@types/UpdateChildProps.d.ts +0 -0
  673. /package/esm/{comps/partials → comp/partial}/@types/UpdateEmit.d.ts +0 -0
  674. /package/esm/{comps/partials → comp/partial}/@types/UpdateProps.d.ts +0 -0
  675. /package/esm/{comps/partials → comp/partial}/@types/index.d.ts +0 -0
  676. /package/esm/{comps/partials → comp/partial}/ArticleFooter.vue.d.ts +0 -0
  677. /package/esm/{comps/partials → comp/partial}/Detail.vue.d.ts +0 -0
  678. /package/esm/{comps/partials → comp/partial}/PagingHeader.vue.d.ts +0 -0
  679. /package/esm/{comps/partials → comp/partial}/PagingRow.vue.d.ts +0 -0
  680. /package/esm/{comps/partials → comp/partial}/TreeNode.vue.d.ts +0 -0
  681. /package/esm/{comps/partials → comp/partial}/Update.vue.d.ts +0 -0
  682. /package/esm/{comps/partials → comp/partial}/UpdateChild.vue.d.ts +0 -0
  683. /package/esm/{comps/partials → comp/partial}/index.d.ts +0 -0
  684. /package/esm/{comps/searches → comp/search}/@types/SearchProps.d.ts +0 -0
  685. /package/esm/{comps/searches → comp/search}/@types/index.d.ts +0 -0
  686. /package/esm/{comps/searches → comp/search}/Autocomplete.vue.d.ts +0 -0
  687. /package/esm/{comps/searches → comp/search}/Daterange.vue.d.ts +0 -0
  688. /package/esm/{comps/searches → comp/search}/Index.vue.d.ts +0 -0
  689. /package/esm/{comps/searches → comp/search}/Int.vue.d.ts +0 -0
  690. /package/esm/{comps/searches → comp/search}/Month.vue.d.ts +0 -0
  691. /package/esm/{comps/searches → comp/search}/Text.vue.d.ts +0 -0
  692. /package/esm/{comps/searches → comp/search}/index.d.ts +0 -0
  693. /package/esm/{comps/singles → comp/single}/Code.vue.d.ts +0 -0
  694. /package/esm/{comps/singles → comp/single}/Comment.vue.d.ts +0 -0
  695. /package/esm/{comps/singles → comp/single}/Statistic.vue.d.ts +0 -0
  696. /package/esm/{comps/singles → comp/single}/Stock.vue.d.ts +0 -0
  697. /package/esm/{comps/singles → comp/single}/Tree_Old.vue.d.ts +0 -0
  698. /package/esm/{comps/singles → comp/single}/index.d.ts +0 -0
  699. /package/esm/{drivers/messengers → driver/messenger}/index.d.ts +0 -0
  700. /package/esm/{repos → repo}/index.d.ts +0 -0
  701. /package/esm/{svcs → svc}/AppSvc.d.ts +0 -0
  702. /package/esm/{svcs → svc}/ComponentSvc.d.ts +0 -0
  703. /package/esm/{svcs → svc}/ControlSvc.d.ts +0 -0
  704. /package/esm/{svcs → svc}/LayoutSvc.d.ts +0 -0
  705. /package/esm/{svcs → svc}/ModuleSvc.d.ts +0 -0
  706. /package/esm/{svcs → svc}/PageSvc.d.ts +0 -0
  707. /package/esm/{svcs → svc}/RouterSvc.d.ts +0 -0
  708. /package/esm/{svcs → svc}/UploadSvc.d.ts +0 -0
  709. /package/esm/{views/helps → view/help}/401.vue.d.ts +0 -0
  710. /package/esm/{views/helps → view/help}/404.vue.d.ts +0 -0
  711. /package/esm/{views/helps → view/help}/Maintaince.vue.d.ts +0 -0
  712. /package/esm/{views/helps → view/help}/Upgrade.vue.d.ts +0 -0
  713. /package/esm/{views/logins → view/sso}/Callback.vue.d.ts +0 -0
@@ -0,0 +1,491 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
2
+ DesktopLayout: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
3
+ appRef: HTMLDivElement;
4
+ feedbackRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
5
+ show: (name: string, url: string) => void;
6
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
7
+ feedbackRef: {
8
+ $: import("vue").ComponentInternalInstance;
9
+ $data: {};
10
+ $props: Partial<{}> & Omit<{
11
+ readonly side?: number;
12
+ readonly top?: number;
13
+ readonly kind?: string;
14
+ readonly type?: string;
15
+ readonly name?: string;
16
+ readonly title?: string;
17
+ readonly index?: number;
18
+ readonly focused?: boolean;
19
+ readonly class?: string;
20
+ readonly options?: import("halo-fe").DialogOptions;
21
+ readonly minOptions?: import("halo-fe").DialogOptions;
22
+ readonly maxOptions?: import("halo-fe").DialogOptions;
23
+ readonly onChange?: (options: import("halo-fe").DialogOptions) => any;
24
+ readonly onClose?: (event: MouseEvent) => any;
25
+ readonly onFocus?: (value: boolean) => any;
26
+ readonly onResize?: (options: import("halo-fe").DialogOptions) => any;
27
+ readonly onMax?: (options: import("halo-fe").DialogOptions) => any;
28
+ readonly onMin?: (options: import("halo-fe").DialogOptions) => any;
29
+ readonly onVisible?: (value: boolean) => any;
30
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
31
+ $attrs: {
32
+ [x: string]: unknown;
33
+ };
34
+ $refs: any;
35
+ $slots: Readonly<{
36
+ [name: string]: import("vue").Slot<any>;
37
+ }>;
38
+ $root: import("vue").ComponentPublicInstance | null;
39
+ $parent: import("vue").ComponentPublicInstance | null;
40
+ $host: Element | null;
41
+ $emit: ((event: "close", event: MouseEvent) => void) & ((event: "change", options: import("halo-fe").DialogOptions) => void) & ((event: "focus", value: boolean) => void) & ((event: "resize", options: import("halo-fe").DialogOptions) => void) & ((event: "max", options: import("halo-fe").DialogOptions) => void) & ((event: "visible", value: boolean) => void) & ((event: "min", options: import("halo-fe").DialogOptions) => void);
42
+ $el: any;
43
+ $options: import("vue").ComponentOptionsBase<Readonly<import("halo-fe/esm/comp/window/@types/WindowProps.js").WindowProps> & Readonly<{
44
+ onChange?: (options: import("halo-fe").DialogOptions) => any;
45
+ onClose?: (event: MouseEvent) => any;
46
+ onFocus?: (value: boolean) => any;
47
+ onResize?: (options: import("halo-fe").DialogOptions) => any;
48
+ onMax?: (options: import("halo-fe").DialogOptions) => any;
49
+ onMin?: (options: import("halo-fe").DialogOptions) => any;
50
+ onVisible?: (value: boolean) => any;
51
+ }>, {
52
+ toggle: (value?: boolean) => void;
53
+ update: () => void;
54
+ state: import("vue").Ref<import("halo-fe").DialogState, import("halo-fe").DialogState>;
55
+ visible: import("vue").Ref<boolean, boolean>;
56
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
57
+ change: (options: import("halo-fe").DialogOptions) => any;
58
+ close: (event: MouseEvent) => any;
59
+ focus: (value: boolean) => any;
60
+ resize: (options: import("halo-fe").DialogOptions) => any;
61
+ max: (options: import("halo-fe").DialogOptions) => any;
62
+ min: (options: import("halo-fe").DialogOptions) => any;
63
+ visible: (value: boolean) => any;
64
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
65
+ beforeCreate?: (() => void) | (() => void)[];
66
+ created?: (() => void) | (() => void)[];
67
+ beforeMount?: (() => void) | (() => void)[];
68
+ mounted?: (() => void) | (() => void)[];
69
+ beforeUpdate?: (() => void) | (() => void)[];
70
+ updated?: (() => void) | (() => void)[];
71
+ activated?: (() => void) | (() => void)[];
72
+ deactivated?: (() => void) | (() => void)[];
73
+ beforeDestroy?: (() => void) | (() => void)[];
74
+ beforeUnmount?: (() => void) | (() => void)[];
75
+ destroyed?: (() => void) | (() => void)[];
76
+ unmounted?: (() => void) | (() => void)[];
77
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
78
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
79
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
80
+ };
81
+ $forceUpdate: () => void;
82
+ $nextTick: typeof import("vue").nextTick;
83
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
84
+ } & Readonly<{}> & Omit<Readonly<import("halo-fe/esm/comp/window/@types/WindowProps.js").WindowProps> & Readonly<{
85
+ onChange?: (options: import("halo-fe").DialogOptions) => any;
86
+ onClose?: (event: MouseEvent) => any;
87
+ onFocus?: (value: boolean) => any;
88
+ onResize?: (options: import("halo-fe").DialogOptions) => any;
89
+ onMax?: (options: import("halo-fe").DialogOptions) => any;
90
+ onMin?: (options: import("halo-fe").DialogOptions) => any;
91
+ onVisible?: (value: boolean) => any;
92
+ }>, "toggle" | "update" | "visible" | "state"> & import("vue").ShallowUnwrapRef<{
93
+ toggle: (value?: boolean) => void;
94
+ update: () => void;
95
+ state: import("vue").Ref<import("halo-fe").DialogState, import("halo-fe").DialogState>;
96
+ visible: import("vue").Ref<boolean, boolean>;
97
+ }> & {} & import("vue").ComponentCustomProperties & {} & {
98
+ $slots: any;
99
+ };
100
+ }, any, import("vue").ComponentProvideOptions, {
101
+ P: {};
102
+ B: {};
103
+ D: {};
104
+ C: {};
105
+ M: {};
106
+ Defaults: {};
107
+ }, Readonly<{}> & Readonly<{}>, {
108
+ show: (name: string, url: string) => void;
109
+ }, {}, {}, {}, {}>;
110
+ }, HTMLDivElement>;
111
+ SideLayout: import("vue").DefineComponent<{}, {
112
+ keyboard: (type: import("halo-fe").KeyboardType, event: KeyboardEvent) => void;
113
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
114
+ HeaderIndex: {
115
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../header/@types/HeaderProps.js").HeaderProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
116
+ P: {};
117
+ B: {};
118
+ D: {};
119
+ C: {};
120
+ M: {};
121
+ Defaults: {};
122
+ }, Readonly<import("../header/@types/HeaderProps.js").HeaderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
123
+ __isFragment?: never;
124
+ __isTeleport?: never;
125
+ __isSuspense?: never;
126
+ } & import("vue").ComponentOptionsBase<Readonly<import("../header/@types/HeaderProps.js").HeaderProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
127
+ $slots: {
128
+ default?(_: {}): any;
129
+ };
130
+ });
131
+ }, {}, string, import("vue").ComponentProvideOptions, true, {
132
+ mainRef: unknown;
133
+ }, HTMLDivElement>;
134
+ TopLayout: import("vue").DefineComponent<{}, {
135
+ keyboard: (type: import("halo-fe").KeyboardType, event: KeyboardEvent) => void;
136
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {
137
+ appRef: HTMLDivElement;
138
+ menuRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
139
+ menus: {
140
+ type: {
141
+ (arrayLength: number): any[];
142
+ (...items: any[]): any[];
143
+ new (arrayLength: number): any[];
144
+ new (...items: any[]): any[];
145
+ isArray(arg: any): arg is any[];
146
+ readonly prototype: any[];
147
+ from<T>(arrayLike: ArrayLike<T>): T[];
148
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
149
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
150
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
151
+ of<T>(...items: T[]): T[];
152
+ readonly [Symbol.species]: ArrayConstructor;
153
+ };
154
+ required: true;
155
+ };
156
+ direction: {
157
+ type: StringConstructor;
158
+ default: string;
159
+ };
160
+ expandActive: {
161
+ type: BooleanConstructor;
162
+ default: boolean;
163
+ };
164
+ options: {
165
+ type: ObjectConstructor;
166
+ };
167
+ modelValue: {
168
+ type: StringConstructor;
169
+ };
170
+ }>> & Readonly<{
171
+ onClick?: (...args: any[]) => any;
172
+ "onUpdate:modelValue"?: (...args: any[]) => any;
173
+ }>, {
174
+ resize: (event: ResizeObserverEntry) => void;
175
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
176
+ click: (...args: any[]) => void;
177
+ "update:modelValue": (...args: any[]) => void;
178
+ }, import("vue").PublicProps, {
179
+ direction: string;
180
+ expandActive: boolean;
181
+ }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
182
+ menusRef: import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
183
+ menu: {
184
+ type: ObjectConstructor;
185
+ required: true;
186
+ };
187
+ level: {
188
+ type: NumberConstructor;
189
+ required: true;
190
+ };
191
+ direction: {
192
+ type: StringConstructor;
193
+ };
194
+ opts: {
195
+ type: ObjectConstructor;
196
+ };
197
+ activeIds: {
198
+ type: {
199
+ (arrayLength: number): any[];
200
+ (...items: any[]): any[];
201
+ new (arrayLength: number): any[];
202
+ new (...items: any[]): any[];
203
+ isArray(arg: any): arg is any[];
204
+ readonly prototype: any[];
205
+ from<T>(arrayLike: ArrayLike<T>): T[];
206
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
207
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
208
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
209
+ of<T>(...items: T[]): T[];
210
+ readonly [Symbol.species]: ArrayConstructor;
211
+ };
212
+ };
213
+ modelValue: {
214
+ type: StringConstructor;
215
+ };
216
+ }>> & Readonly<{
217
+ onClick?: (...args: any[]) => any;
218
+ }>, {
219
+ resize: () => void;
220
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
221
+ click: (...args: any[]) => void;
222
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {
223
+ menuRef: HTMLDivElement;
224
+ scrollerRef: unknown;
225
+ menusRef: ({
226
+ $: import("vue").ComponentInternalInstance;
227
+ $data: {};
228
+ $props: Partial<{}> & Omit<{
229
+ readonly menu: Record<string, any>;
230
+ readonly level: number;
231
+ readonly modelValue?: string;
232
+ readonly direction?: string;
233
+ readonly opts?: Record<string, any>;
234
+ readonly activeIds?: any[];
235
+ readonly onClick?: (...args: any[]) => any;
236
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
237
+ $attrs: {
238
+ [x: string]: unknown;
239
+ };
240
+ $refs: {
241
+ [x: string]: unknown;
242
+ };
243
+ $slots: Readonly<{
244
+ [name: string]: import("vue").Slot<any>;
245
+ }>;
246
+ $root: import("vue").ComponentPublicInstance | null;
247
+ $parent: import("vue").ComponentPublicInstance | null;
248
+ $host: Element | null;
249
+ $emit: (event: "click", ...args: any[]) => void;
250
+ $el: any;
251
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
252
+ menu: {
253
+ type: ObjectConstructor;
254
+ required: true;
255
+ };
256
+ level: {
257
+ type: NumberConstructor;
258
+ required: true;
259
+ };
260
+ direction: {
261
+ type: StringConstructor;
262
+ };
263
+ opts: {
264
+ type: ObjectConstructor;
265
+ };
266
+ activeIds: {
267
+ type: {
268
+ (arrayLength: number): any[];
269
+ (...items: any[]): any[];
270
+ new (arrayLength: number): any[];
271
+ new (...items: any[]): any[];
272
+ isArray(arg: any): arg is any[];
273
+ readonly prototype: any[];
274
+ from<T>(arrayLike: ArrayLike<T>): T[];
275
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
276
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
277
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
278
+ of<T>(...items: T[]): T[];
279
+ readonly [Symbol.species]: ArrayConstructor;
280
+ };
281
+ };
282
+ modelValue: {
283
+ type: StringConstructor;
284
+ };
285
+ }>> & Readonly<{
286
+ onClick?: (...args: any[]) => any;
287
+ }>, {
288
+ I18ns: typeof import("../../main.js").I18ns;
289
+ menu: import("vue").Ref<Record<string, any>, Record<string, any>>;
290
+ level: import("vue").Ref<number, number>;
291
+ direction: import("vue").Ref<string, string>;
292
+ opts: import("vue").Ref<Record<string, any>, Record<string, any>>;
293
+ activeIds: import("vue").Ref<any[], any[]>;
294
+ modelValue: import("vue").Ref<string, string>;
295
+ menuRef: import("vue").Ref<any, any>;
296
+ menusRef: import("vue").Ref<any, any>;
297
+ scrollerRef: import("vue").Ref<any, any>;
298
+ contentStyle: import("vue").Ref<any, any>;
299
+ hovered: import("vue").Ref<boolean, boolean>;
300
+ click: (menu: any) => void;
301
+ childClick: (menu: any) => void;
302
+ mouseOver: (event: MouseEvent) => void;
303
+ mouseOut: (event: MouseEvent) => void;
304
+ position: import("vue").ComputedRef<string>;
305
+ active: import("vue").ComputedRef<boolean>;
306
+ anchor: import("vue").ComputedRef<{
307
+ href: any;
308
+ target: any;
309
+ }>;
310
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
311
+ click: (...args: any[]) => void;
312
+ }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
313
+ beforeCreate?: (() => void) | (() => void)[];
314
+ created?: (() => void) | (() => void)[];
315
+ beforeMount?: (() => void) | (() => void)[];
316
+ mounted?: (() => void) | (() => void)[];
317
+ beforeUpdate?: (() => void) | (() => void)[];
318
+ updated?: (() => void) | (() => void)[];
319
+ activated?: (() => void) | (() => void)[];
320
+ deactivated?: (() => void) | (() => void)[];
321
+ beforeDestroy?: (() => void) | (() => void)[];
322
+ beforeUnmount?: (() => void) | (() => void)[];
323
+ destroyed?: (() => void) | (() => void)[];
324
+ unmounted?: (() => void) | (() => void)[];
325
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
326
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
327
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[];
328
+ };
329
+ $forceUpdate: () => void;
330
+ $nextTick: typeof import("vue").nextTick;
331
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
332
+ } & Readonly<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
333
+ menu: {
334
+ type: ObjectConstructor;
335
+ required: true;
336
+ };
337
+ level: {
338
+ type: NumberConstructor;
339
+ required: true;
340
+ };
341
+ direction: {
342
+ type: StringConstructor;
343
+ };
344
+ opts: {
345
+ type: ObjectConstructor;
346
+ };
347
+ activeIds: {
348
+ type: {
349
+ (arrayLength: number): any[];
350
+ (...items: any[]): any[];
351
+ new (arrayLength: number): any[];
352
+ new (...items: any[]): any[];
353
+ isArray(arg: any): arg is any[];
354
+ readonly prototype: any[];
355
+ from<T>(arrayLike: ArrayLike<T>): T[];
356
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
357
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
358
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
359
+ of<T>(...items: T[]): T[];
360
+ readonly [Symbol.species]: ArrayConstructor;
361
+ };
362
+ };
363
+ modelValue: {
364
+ type: StringConstructor;
365
+ };
366
+ }>> & Readonly<{
367
+ onClick?: (...args: any[]) => any;
368
+ }>, "anchor" | "position" | "click" | "menu" | "I18ns" | "modelValue" | "direction" | "level" | "opts" | "activeIds" | "menuRef" | "menusRef" | "scrollerRef" | "contentStyle" | "hovered" | "childClick" | "mouseOver" | "mouseOut" | "active"> & import("vue").ShallowUnwrapRef<{
369
+ I18ns: typeof import("../../main.js").I18ns;
370
+ menu: import("vue").Ref<Record<string, any>, Record<string, any>>;
371
+ level: import("vue").Ref<number, number>;
372
+ direction: import("vue").Ref<string, string>;
373
+ opts: import("vue").Ref<Record<string, any>, Record<string, any>>;
374
+ activeIds: import("vue").Ref<any[], any[]>;
375
+ modelValue: import("vue").Ref<string, string>;
376
+ menuRef: import("vue").Ref<any, any>;
377
+ menusRef: import("vue").Ref<any, any>;
378
+ scrollerRef: import("vue").Ref<any, any>;
379
+ contentStyle: import("vue").Ref<any, any>;
380
+ hovered: import("vue").Ref<boolean, boolean>;
381
+ click: (menu: any) => void;
382
+ childClick: (menu: any) => void;
383
+ mouseOver: (event: MouseEvent) => void;
384
+ mouseOut: (event: MouseEvent) => void;
385
+ position: import("vue").ComputedRef<string>;
386
+ active: import("vue").ComputedRef<boolean>;
387
+ anchor: import("vue").ComputedRef<{
388
+ href: any;
389
+ target: any;
390
+ }>;
391
+ }> & {} & import("vue").ComponentCustomProperties & {} & {
392
+ $slots: {};
393
+ })[];
394
+ }, HTMLDivElement, import("vue").ComponentProvideOptions, {
395
+ P: {};
396
+ B: {};
397
+ D: {};
398
+ C: {};
399
+ M: {};
400
+ Defaults: {};
401
+ }, Readonly<import("vue").ExtractPropTypes<{
402
+ menu: {
403
+ type: ObjectConstructor;
404
+ required: true;
405
+ };
406
+ level: {
407
+ type: NumberConstructor;
408
+ required: true;
409
+ };
410
+ direction: {
411
+ type: StringConstructor;
412
+ };
413
+ opts: {
414
+ type: ObjectConstructor;
415
+ };
416
+ activeIds: {
417
+ type: {
418
+ (arrayLength: number): any[];
419
+ (...items: any[]): any[];
420
+ new (arrayLength: number): any[];
421
+ new (...items: any[]): any[];
422
+ isArray(arg: any): arg is any[];
423
+ readonly prototype: any[];
424
+ from<T>(arrayLike: ArrayLike<T>): T[];
425
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
426
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
427
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
428
+ of<T>(...items: T[]): T[];
429
+ readonly [Symbol.species]: ArrayConstructor;
430
+ };
431
+ };
432
+ modelValue: {
433
+ type: StringConstructor;
434
+ };
435
+ }>> & Readonly<{
436
+ onClick?: (...args: any[]) => any;
437
+ }>, {
438
+ resize: () => void;
439
+ }, {}, {}, {}, {}>[];
440
+ }, any, import("vue").ComponentProvideOptions, {
441
+ P: {};
442
+ B: {};
443
+ D: {};
444
+ C: {};
445
+ M: {};
446
+ Defaults: {};
447
+ }, Readonly<import("vue").ExtractPropTypes<{
448
+ menus: {
449
+ type: {
450
+ (arrayLength: number): any[];
451
+ (...items: any[]): any[];
452
+ new (arrayLength: number): any[];
453
+ new (...items: any[]): any[];
454
+ isArray(arg: any): arg is any[];
455
+ readonly prototype: any[];
456
+ from<T>(arrayLike: ArrayLike<T>): T[];
457
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
458
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
459
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
460
+ of<T>(...items: T[]): T[];
461
+ readonly [Symbol.species]: ArrayConstructor;
462
+ };
463
+ required: true;
464
+ };
465
+ direction: {
466
+ type: StringConstructor;
467
+ default: string;
468
+ };
469
+ expandActive: {
470
+ type: BooleanConstructor;
471
+ default: boolean;
472
+ };
473
+ options: {
474
+ type: ObjectConstructor;
475
+ };
476
+ modelValue: {
477
+ type: StringConstructor;
478
+ };
479
+ }>> & Readonly<{
480
+ onClick?: (...args: any[]) => any;
481
+ "onUpdate:modelValue"?: (...args: any[]) => any;
482
+ }>, {
483
+ resize: (event: ResizeObserverEntry) => void;
484
+ }, {}, {}, {}, {
485
+ direction: string;
486
+ expandActive: boolean;
487
+ }>;
488
+ mainRef: unknown;
489
+ }, HTMLDivElement>;
490
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
491
+ export default _default;
@@ -0,0 +1,25 @@
1
+ import { KeyboardType } from "halo-fe";
2
+ declare const _default: import("vue").DefineComponent<{}, {
3
+ keyboard: (type: KeyboardType, event: KeyboardEvent) => void;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
5
+ HeaderIndex: {
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("../header/@types").HeaderProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, HTMLDivElement, import("vue").ComponentProvideOptions, {
7
+ P: {};
8
+ B: {};
9
+ D: {};
10
+ C: {};
11
+ M: {};
12
+ Defaults: {};
13
+ }, Readonly<import("../header/@types").HeaderProps> & Readonly<{}>, {}, {}, {}, {}, {}>;
14
+ __isFragment?: never;
15
+ __isTeleport?: never;
16
+ __isSuspense?: never;
17
+ } & import("vue").ComponentOptionsBase<Readonly<import("../header/@types").HeaderProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
18
+ $slots: {
19
+ default?(_: {}): any;
20
+ };
21
+ });
22
+ }, {}, string, import("vue").ComponentProvideOptions, true, {
23
+ mainRef: unknown;
24
+ }, HTMLDivElement>;
25
+ export default _default;