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
@@ -1,501 +0,0 @@
1
- var $ = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
2
- function B(_) {
3
- return _ && _.__esModule && Object.prototype.hasOwnProperty.call(_, "default") ? _.default : _;
4
- }
5
- var M = { exports: {} };
6
- /*!
7
- * clipboard.js v2.0.11
8
- * https://clipboardjs.com/
9
- *
10
- * Licensed MIT © Zeno Rocha
11
- */
12
- (function(_, K) {
13
- (function(S, m) {
14
- _.exports = m();
15
- })($, function() {
16
- return (
17
- /******/
18
- function() {
19
- var P = {
20
- /***/
21
- 686: (
22
- /***/
23
- function(l, c, t) {
24
- t.d(c, {
25
- default: function() {
26
- return (
27
- /* binding */
28
- X
29
- );
30
- }
31
- });
32
- var a = t(279), f = /* @__PURE__ */ t.n(a), s = t(370), h = /* @__PURE__ */ t.n(s), y = t(817), g = /* @__PURE__ */ t.n(y);
33
- function d(i) {
34
- try {
35
- return document.execCommand(i);
36
- } catch {
37
- return !1;
38
- }
39
- }
40
- var v = function(n) {
41
- var e = g()(n);
42
- return d("cut"), e;
43
- }, p = v;
44
- function E(i) {
45
- var n = document.documentElement.getAttribute("dir") === "rtl", e = document.createElement("textarea");
46
- e.style.fontSize = "12pt", e.style.border = "0", e.style.padding = "0", e.style.margin = "0", e.style.position = "absolute", e.style[n ? "right" : "left"] = "-9999px";
47
- var r = window.pageYOffset || document.documentElement.scrollTop;
48
- return e.style.top = "".concat(r, "px"), e.setAttribute("readonly", ""), e.value = i, e;
49
- }
50
- var k = function(n, e) {
51
- var r = E(n);
52
- e.container.appendChild(r);
53
- var o = g()(r);
54
- return d("copy"), r.remove(), o;
55
- }, N = function(n) {
56
- var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
57
- container: document.body
58
- }, r = "";
59
- return typeof n == "string" ? r = k(n, e) : n instanceof HTMLInputElement && !["text", "search", "url", "tel", "password"].includes(n == null ? void 0 : n.type) ? r = k(n.value, e) : (r = g()(n), d("copy")), r;
60
- }, C = N;
61
- function T(i) {
62
- "@babel/helpers - typeof";
63
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? T = function(e) {
64
- return typeof e;
65
- } : T = function(e) {
66
- return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
67
- }, T(i);
68
- }
69
- var j = function() {
70
- var n = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, e = n.action, r = e === void 0 ? "copy" : e, o = n.container, u = n.target, b = n.text;
71
- if (r !== "copy" && r !== "cut")
72
- throw new Error('Invalid "action" value, use either "copy" or "cut"');
73
- if (u !== void 0)
74
- if (u && T(u) === "object" && u.nodeType === 1) {
75
- if (r === "copy" && u.hasAttribute("disabled"))
76
- throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');
77
- if (r === "cut" && (u.hasAttribute("readonly") || u.hasAttribute("disabled")))
78
- throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`);
79
- } else
80
- throw new Error('Invalid "target" value, use a valid Element');
81
- if (b)
82
- return C(b, {
83
- container: o
84
- });
85
- if (u)
86
- return r === "cut" ? p(u) : C(u, {
87
- container: o
88
- });
89
- }, D = j;
90
- function w(i) {
91
- "@babel/helpers - typeof";
92
- return typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? w = function(e) {
93
- return typeof e;
94
- } : w = function(e) {
95
- return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
96
- }, w(i);
97
- }
98
- function F(i, n) {
99
- if (!(i instanceof n))
100
- throw new TypeError("Cannot call a class as a function");
101
- }
102
- function R(i, n) {
103
- for (var e = 0; e < n.length; e++) {
104
- var r = n[e];
105
- r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(i, r.key, r);
106
- }
107
- }
108
- function H(i, n, e) {
109
- return n && R(i.prototype, n), e && R(i, e), i;
110
- }
111
- function I(i, n) {
112
- if (typeof n != "function" && n !== null)
113
- throw new TypeError("Super expression must either be null or a function");
114
- i.prototype = Object.create(n && n.prototype, { constructor: { value: i, writable: !0, configurable: !0 } }), n && O(i, n);
115
- }
116
- function O(i, n) {
117
- return O = Object.setPrototypeOf || function(r, o) {
118
- return r.__proto__ = o, r;
119
- }, O(i, n);
120
- }
121
- function z(i) {
122
- var n = G();
123
- return function() {
124
- var r = x(i), o;
125
- if (n) {
126
- var u = x(this).constructor;
127
- o = Reflect.construct(r, arguments, u);
128
- } else
129
- o = r.apply(this, arguments);
130
- return U(this, o);
131
- };
132
- }
133
- function U(i, n) {
134
- return n && (w(n) === "object" || typeof n == "function") ? n : Y(i);
135
- }
136
- function Y(i) {
137
- if (i === void 0)
138
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
139
- return i;
140
- }
141
- function G() {
142
- if (typeof Reflect > "u" || !Reflect.construct || Reflect.construct.sham) return !1;
143
- if (typeof Proxy == "function") return !0;
144
- try {
145
- return Date.prototype.toString.call(Reflect.construct(Date, [], function() {
146
- })), !0;
147
- } catch {
148
- return !1;
149
- }
150
- }
151
- function x(i) {
152
- return x = Object.setPrototypeOf ? Object.getPrototypeOf : function(e) {
153
- return e.__proto__ || Object.getPrototypeOf(e);
154
- }, x(i);
155
- }
156
- function L(i, n) {
157
- var e = "data-clipboard-".concat(i);
158
- if (n.hasAttribute(e))
159
- return n.getAttribute(e);
160
- }
161
- var V = /* @__PURE__ */ function(i) {
162
- I(e, i);
163
- var n = z(e);
164
- function e(r, o) {
165
- var u;
166
- return F(this, e), u = n.call(this), u.resolveOptions(o), u.listenClick(r), u;
167
- }
168
- return H(e, [{
169
- key: "resolveOptions",
170
- value: function() {
171
- var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
172
- this.action = typeof o.action == "function" ? o.action : this.defaultAction, this.target = typeof o.target == "function" ? o.target : this.defaultTarget, this.text = typeof o.text == "function" ? o.text : this.defaultText, this.container = w(o.container) === "object" ? o.container : document.body;
173
- }
174
- /**
175
- * Adds a click event listener to the passed trigger.
176
- * @param {String|HTMLElement|HTMLCollection|NodeList} trigger
177
- */
178
- }, {
179
- key: "listenClick",
180
- value: function(o) {
181
- var u = this;
182
- this.listener = h()(o, "click", function(b) {
183
- return u.onClick(b);
184
- });
185
- }
186
- /**
187
- * Defines a new `ClipboardAction` on each click event.
188
- * @param {Event} e
189
- */
190
- }, {
191
- key: "onClick",
192
- value: function(o) {
193
- var u = o.delegateTarget || o.currentTarget, b = this.action(u) || "copy", A = D({
194
- action: b,
195
- container: this.container,
196
- target: this.target(u),
197
- text: this.text(u)
198
- });
199
- this.emit(A ? "success" : "error", {
200
- action: b,
201
- text: A,
202
- trigger: u,
203
- clearSelection: function() {
204
- u && u.focus(), window.getSelection().removeAllRanges();
205
- }
206
- });
207
- }
208
- /**
209
- * Default `action` lookup function.
210
- * @param {Element} trigger
211
- */
212
- }, {
213
- key: "defaultAction",
214
- value: function(o) {
215
- return L("action", o);
216
- }
217
- /**
218
- * Default `target` lookup function.
219
- * @param {Element} trigger
220
- */
221
- }, {
222
- key: "defaultTarget",
223
- value: function(o) {
224
- var u = L("target", o);
225
- if (u)
226
- return document.querySelector(u);
227
- }
228
- /**
229
- * Allow fire programmatically a copy action
230
- * @param {String|HTMLElement} target
231
- * @param {Object} options
232
- * @returns Text copied.
233
- */
234
- }, {
235
- key: "defaultText",
236
- /**
237
- * Default `text` lookup function.
238
- * @param {Element} trigger
239
- */
240
- value: function(o) {
241
- return L("text", o);
242
- }
243
- /**
244
- * Destroy lifecycle.
245
- */
246
- }, {
247
- key: "destroy",
248
- value: function() {
249
- this.listener.destroy();
250
- }
251
- }], [{
252
- key: "copy",
253
- value: function(o) {
254
- var u = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
255
- container: document.body
256
- };
257
- return C(o, u);
258
- }
259
- /**
260
- * Allow fire programmatically a cut action
261
- * @param {String|HTMLElement} target
262
- * @returns Text cutted.
263
- */
264
- }, {
265
- key: "cut",
266
- value: function(o) {
267
- return p(o);
268
- }
269
- /**
270
- * Returns the support of the given action, or all actions if no action is
271
- * given.
272
- * @param {String} [action]
273
- */
274
- }, {
275
- key: "isSupported",
276
- value: function() {
277
- var o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : ["copy", "cut"], u = typeof o == "string" ? [o] : o, b = !!document.queryCommandSupported;
278
- return u.forEach(function(A) {
279
- b = b && !!document.queryCommandSupported(A);
280
- }), b;
281
- }
282
- }]), e;
283
- }(f()), X = V;
284
- }
285
- ),
286
- /***/
287
- 828: (
288
- /***/
289
- function(l) {
290
- var c = 9;
291
- if (typeof Element < "u" && !Element.prototype.matches) {
292
- var t = Element.prototype;
293
- t.matches = t.matchesSelector || t.mozMatchesSelector || t.msMatchesSelector || t.oMatchesSelector || t.webkitMatchesSelector;
294
- }
295
- function a(f, s) {
296
- for (; f && f.nodeType !== c; ) {
297
- if (typeof f.matches == "function" && f.matches(s))
298
- return f;
299
- f = f.parentNode;
300
- }
301
- }
302
- l.exports = a;
303
- }
304
- ),
305
- /***/
306
- 438: (
307
- /***/
308
- function(l, c, t) {
309
- var a = t(828);
310
- function f(y, g, d, v, p) {
311
- var E = h.apply(this, arguments);
312
- return y.addEventListener(d, E, p), {
313
- destroy: function() {
314
- y.removeEventListener(d, E, p);
315
- }
316
- };
317
- }
318
- function s(y, g, d, v, p) {
319
- return typeof y.addEventListener == "function" ? f.apply(null, arguments) : typeof d == "function" ? f.bind(null, document).apply(null, arguments) : (typeof y == "string" && (y = document.querySelectorAll(y)), Array.prototype.map.call(y, function(E) {
320
- return f(E, g, d, v, p);
321
- }));
322
- }
323
- function h(y, g, d, v) {
324
- return function(p) {
325
- p.delegateTarget = a(p.target, g), p.delegateTarget && v.call(y, p);
326
- };
327
- }
328
- l.exports = s;
329
- }
330
- ),
331
- /***/
332
- 879: (
333
- /***/
334
- function(l, c) {
335
- c.node = function(t) {
336
- return t !== void 0 && t instanceof HTMLElement && t.nodeType === 1;
337
- }, c.nodeList = function(t) {
338
- var a = Object.prototype.toString.call(t);
339
- return t !== void 0 && (a === "[object NodeList]" || a === "[object HTMLCollection]") && "length" in t && (t.length === 0 || c.node(t[0]));
340
- }, c.string = function(t) {
341
- return typeof t == "string" || t instanceof String;
342
- }, c.fn = function(t) {
343
- var a = Object.prototype.toString.call(t);
344
- return a === "[object Function]";
345
- };
346
- }
347
- ),
348
- /***/
349
- 370: (
350
- /***/
351
- function(l, c, t) {
352
- var a = t(879), f = t(438);
353
- function s(d, v, p) {
354
- if (!d && !v && !p)
355
- throw new Error("Missing required arguments");
356
- if (!a.string(v))
357
- throw new TypeError("Second argument must be a String");
358
- if (!a.fn(p))
359
- throw new TypeError("Third argument must be a Function");
360
- if (a.node(d))
361
- return h(d, v, p);
362
- if (a.nodeList(d))
363
- return y(d, v, p);
364
- if (a.string(d))
365
- return g(d, v, p);
366
- throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList");
367
- }
368
- function h(d, v, p) {
369
- return d.addEventListener(v, p), {
370
- destroy: function() {
371
- d.removeEventListener(v, p);
372
- }
373
- };
374
- }
375
- function y(d, v, p) {
376
- return Array.prototype.forEach.call(d, function(E) {
377
- E.addEventListener(v, p);
378
- }), {
379
- destroy: function() {
380
- Array.prototype.forEach.call(d, function(E) {
381
- E.removeEventListener(v, p);
382
- });
383
- }
384
- };
385
- }
386
- function g(d, v, p) {
387
- return f(document.body, d, v, p);
388
- }
389
- l.exports = s;
390
- }
391
- ),
392
- /***/
393
- 817: (
394
- /***/
395
- function(l) {
396
- function c(t) {
397
- var a;
398
- if (t.nodeName === "SELECT")
399
- t.focus(), a = t.value;
400
- else if (t.nodeName === "INPUT" || t.nodeName === "TEXTAREA") {
401
- var f = t.hasAttribute("readonly");
402
- f || t.setAttribute("readonly", ""), t.select(), t.setSelectionRange(0, t.value.length), f || t.removeAttribute("readonly"), a = t.value;
403
- } else {
404
- t.hasAttribute("contenteditable") && t.focus();
405
- var s = window.getSelection(), h = document.createRange();
406
- h.selectNodeContents(t), s.removeAllRanges(), s.addRange(h), a = s.toString();
407
- }
408
- return a;
409
- }
410
- l.exports = c;
411
- }
412
- ),
413
- /***/
414
- 279: (
415
- /***/
416
- function(l) {
417
- function c() {
418
- }
419
- c.prototype = {
420
- on: function(t, a, f) {
421
- var s = this.e || (this.e = {});
422
- return (s[t] || (s[t] = [])).push({
423
- fn: a,
424
- ctx: f
425
- }), this;
426
- },
427
- once: function(t, a, f) {
428
- var s = this;
429
- function h() {
430
- s.off(t, h), a.apply(f, arguments);
431
- }
432
- return h._ = a, this.on(t, h, f);
433
- },
434
- emit: function(t) {
435
- var a = [].slice.call(arguments, 1), f = ((this.e || (this.e = {}))[t] || []).slice(), s = 0, h = f.length;
436
- for (s; s < h; s++)
437
- f[s].fn.apply(f[s].ctx, a);
438
- return this;
439
- },
440
- off: function(t, a) {
441
- var f = this.e || (this.e = {}), s = f[t], h = [];
442
- if (s && a)
443
- for (var y = 0, g = s.length; y < g; y++)
444
- s[y].fn !== a && s[y].fn._ !== a && h.push(s[y]);
445
- return h.length ? f[t] = h : delete f[t], this;
446
- }
447
- }, l.exports = c, l.exports.TinyEmitter = c;
448
- }
449
- )
450
- /******/
451
- }, S = {};
452
- function m(l) {
453
- if (S[l])
454
- return S[l].exports;
455
- var c = S[l] = {
456
- /******/
457
- // no module.id needed
458
- /******/
459
- // no module.loaded needed
460
- /******/
461
- exports: {}
462
- /******/
463
- };
464
- return P[l](c, c.exports, m), c.exports;
465
- }
466
- return function() {
467
- m.n = function(l) {
468
- var c = l && l.__esModule ? (
469
- /******/
470
- function() {
471
- return l.default;
472
- }
473
- ) : (
474
- /******/
475
- function() {
476
- return l;
477
- }
478
- );
479
- return m.d(c, { a: c }), c;
480
- };
481
- }(), function() {
482
- m.d = function(l, c) {
483
- for (var t in c)
484
- m.o(c, t) && !m.o(l, t) && Object.defineProperty(l, t, { enumerable: !0, get: c[t] });
485
- };
486
- }(), function() {
487
- m.o = function(l, c) {
488
- return Object.prototype.hasOwnProperty.call(l, c);
489
- };
490
- }(), m(686);
491
- }().default
492
- );
493
- });
494
- })(M);
495
- var J = M.exports;
496
- const W = /* @__PURE__ */ B(J);
497
- export {
498
- W as C,
499
- $ as c,
500
- B as g
501
- };
@@ -1,134 +0,0 @@
1
- import { g as $ } from "./clipboard-DjQPoCBJ.js";
2
- var A = { exports: {} };
3
- (function(d) {
4
- var I = function() {
5
- function l(n, t) {
6
- return t != null && n instanceof t;
7
- }
8
- var v;
9
- try {
10
- v = Map;
11
- } catch {
12
- v = function() {
13
- };
14
- }
15
- var _;
16
- try {
17
- _ = Set;
18
- } catch {
19
- _ = function() {
20
- };
21
- }
22
- var y;
23
- try {
24
- y = Promise;
25
- } catch {
26
- y = function() {
27
- };
28
- }
29
- function o(n, t, u, x, E) {
30
- typeof t == "object" && (u = t.depth, x = t.prototype, E = t.includeNonEnumerable, t = t.circular);
31
- var B = [], R = [], U = typeof Buffer < "u";
32
- typeof t > "u" && (t = !0), typeof u > "u" && (u = 1 / 0);
33
- function r(e, c) {
34
- if (e === null)
35
- return null;
36
- if (c === 0)
37
- return e;
38
- var f, g;
39
- if (typeof e != "object")
40
- return e;
41
- if (l(e, v))
42
- f = new v();
43
- else if (l(e, _))
44
- f = new _();
45
- else if (l(e, y))
46
- f = new y(function(a, b) {
47
- e.then(function(j) {
48
- a(r(j, c - 1));
49
- }, function(j) {
50
- b(r(j, c - 1));
51
- });
52
- });
53
- else if (o.__isArray(e))
54
- f = [];
55
- else if (o.__isRegExp(e))
56
- f = new RegExp(e.source, h(e)), e.lastIndex && (f.lastIndex = e.lastIndex);
57
- else if (o.__isDate(e))
58
- f = new Date(e.getTime());
59
- else {
60
- if (U && Buffer.isBuffer(e))
61
- return Buffer.allocUnsafe ? f = Buffer.allocUnsafe(e.length) : f = new Buffer(e.length), e.copy(f), f;
62
- l(e, Error) ? f = Object.create(e) : typeof x > "u" ? (g = Object.getPrototypeOf(e), f = Object.create(g)) : (f = Object.create(x), g = x);
63
- }
64
- if (t) {
65
- var S = B.indexOf(e);
66
- if (S != -1)
67
- return R[S];
68
- B.push(e), R.push(f);
69
- }
70
- l(e, v) && e.forEach(function(a, b) {
71
- var j = r(b, c - 1), k = r(a, c - 1);
72
- f.set(j, k);
73
- }), l(e, _) && e.forEach(function(a) {
74
- var b = r(a, c - 1);
75
- f.add(b);
76
- });
77
- for (var i in e) {
78
- var D;
79
- g && (D = Object.getOwnPropertyDescriptor(g, i)), !(D && D.set == null) && (f[i] = r(e[i], c - 1));
80
- }
81
- if (Object.getOwnPropertySymbols)
82
- for (var m = Object.getOwnPropertySymbols(e), i = 0; i < m.length; i++) {
83
- var w = m[i], s = Object.getOwnPropertyDescriptor(e, w);
84
- s && !s.enumerable && !E || (f[w] = r(e[w], c - 1), s.enumerable || Object.defineProperty(f, w, {
85
- enumerable: !1
86
- }));
87
- }
88
- if (E)
89
- for (var C = Object.getOwnPropertyNames(e), i = 0; i < C.length; i++) {
90
- var P = C[i], s = Object.getOwnPropertyDescriptor(e, P);
91
- s && s.enumerable || (f[P] = r(e[P], c - 1), Object.defineProperty(f, P, {
92
- enumerable: !1
93
- }));
94
- }
95
- return f;
96
- }
97
- return r(n, u);
98
- }
99
- o.clonePrototype = function(t) {
100
- if (t === null)
101
- return null;
102
- var u = function() {
103
- };
104
- return u.prototype = t, new u();
105
- };
106
- function O(n) {
107
- return Object.prototype.toString.call(n);
108
- }
109
- o.__objToStr = O;
110
- function F(n) {
111
- return typeof n == "object" && O(n) === "[object Date]";
112
- }
113
- o.__isDate = F;
114
- function T(n) {
115
- return typeof n == "object" && O(n) === "[object Array]";
116
- }
117
- o.__isArray = T;
118
- function M(n) {
119
- return typeof n == "object" && O(n) === "[object RegExp]";
120
- }
121
- o.__isRegExp = M;
122
- function h(n) {
123
- var t = "";
124
- return n.global && (t += "g"), n.ignoreCase && (t += "i"), n.multiline && (t += "m"), t;
125
- }
126
- return o.__getRegExpFlags = h, o;
127
- }();
128
- d.exports && (d.exports = I);
129
- })(A);
130
- var q = A.exports;
131
- const G = /* @__PURE__ */ $(q);
132
- export {
133
- G as c
134
- };