halo-fe 1.0.33 → 1.0.34

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 (876) hide show
  1. package/dist/main.css +1 -0
  2. package/dist/main.js +6119 -2989
  3. package/dist/reset.css +68 -0
  4. package/dist/vendor/clone-BiNug-TV.js +141 -0
  5. package/dist/vendor/file-saver-LcQArykF.js +76 -0
  6. package/dist/vendor/liquidjs-DEqYMvhe.js +3351 -0
  7. package/dist/vendor/moment-CwOqp704.js +2589 -0
  8. package/dist/vendor/sprintf-js-CI46yikS.js +145 -0
  9. package/dist/vendor/underscore-DYMmD6H5.js +1073 -0
  10. package/dist/vendor/underscore.string-DzltYjQl.js +798 -0
  11. package/dist/vendor/util-deprecate-C5W9UHZW.js +33 -0
  12. package/esm/@type/FeOptions.d.ts +32 -0
  13. package/esm/comp/@type/CompProps.d.ts +10 -0
  14. package/esm/comp/@type/CompSize.d.ts +4 -0
  15. package/esm/comp/@type/index.d.ts +2 -0
  16. package/esm/comp/alert/@types/AlertProps.d.ts +3 -0
  17. package/esm/comp/alert/@types/index.d.ts +1 -0
  18. package/esm/comp/alert/Index.vue.d.ts +3 -0
  19. package/esm/comp/alert/index.d.ts +2 -0
  20. package/esm/comp/business/@types/TipsEmit.d.ts +3 -0
  21. package/esm/comp/business/@types/TipsProps.d.ts +2 -0
  22. package/esm/comp/business/@types/index.d.ts +2 -0
  23. package/esm/comp/business/Debugger.vue.d.ts +328 -0
  24. package/esm/comp/business/Tips.vue.d.ts +7 -0
  25. package/esm/comp/business/cruds/@types/CrudDrawer.d.ts +12 -0
  26. package/esm/comp/business/cruds/@types/CrudEmit.d.ts +17 -0
  27. package/esm/comp/business/cruds/@types/CrudExpose.d.ts +3 -0
  28. package/esm/comp/business/cruds/@types/CrudProps.d.ts +18 -0
  29. package/esm/comp/business/cruds/@types/index.d.ts +4 -0
  30. package/esm/comp/business/cruds/Index.vue.d.ts +592 -0
  31. package/esm/comp/business/cruds/index.d.ts +3 -0
  32. package/esm/comp/business/drivers/@types/DriverBaseProps.d.ts +17 -0
  33. package/esm/comp/business/drivers/@types/DriverEmit.d.ts +17 -0
  34. package/esm/comp/business/drivers/@types/DriverExpose.d.ts +22 -0
  35. package/esm/comp/business/drivers/@types/DriverFormProps.d.ts +14 -0
  36. package/esm/comp/business/drivers/@types/DriverPickerEmit.d.ts +13 -0
  37. package/esm/comp/business/drivers/@types/DriverPickerExpose.d.ts +17 -0
  38. package/esm/comp/business/drivers/@types/DriverPickerProps.d.ts +18 -0
  39. package/esm/comp/business/drivers/@types/DriverProps.d.ts +29 -0
  40. package/esm/comp/business/drivers/@types/KindFormProps.d.ts +16 -0
  41. package/esm/comp/business/drivers/@types/index.d.ts +6 -0
  42. package/esm/comp/business/drivers/Index.vue.d.ts +131 -0
  43. package/esm/comp/business/drivers/Picker.vue.d.ts +38 -0
  44. package/esm/comp/business/drivers/index.d.ts +4 -0
  45. package/esm/comp/business/index.d.ts +6 -0
  46. package/esm/comp/button/@types/ButtonEmit.d.ts +9 -0
  47. package/esm/comp/button/@types/ButtonProps.d.ts +22 -0
  48. package/esm/comp/button/@types/ButtonsEmit.d.ts +2 -0
  49. package/esm/comp/button/@types/ButtonsProps.d.ts +6 -0
  50. package/esm/comp/button/@types/index.d.ts +4 -0
  51. package/esm/comp/button/Button.vue.d.ts +29 -0
  52. package/esm/comp/button/Index.vue.d.ts +18 -0
  53. package/esm/comp/button/index.d.ts +3 -0
  54. package/esm/comp/calender/@types/CalendarProps.d.ts +5 -0
  55. package/esm/comp/calender/@types/index.d.ts +1 -0
  56. package/esm/comp/calender/Index.vue.d.ts +11 -0
  57. package/esm/comp/calender/index.d.ts +2 -0
  58. package/esm/comp/card/@types/index.d.ts +0 -0
  59. package/esm/comp/checkbox/@types/CheckboxEmit.d.ts +9 -0
  60. package/esm/comp/checkbox/@types/CheckboxProps.d.ts +6 -0
  61. package/esm/comp/checkbox/@types/CheckboxsEmit.d.ts +9 -0
  62. package/esm/comp/checkbox/@types/CheckboxsProps.d.ts +2 -0
  63. package/esm/comp/checkbox/@types/index.d.ts +4 -0
  64. package/esm/comp/checkbox/Checkbox.vue.d.ts +35 -0
  65. package/esm/comp/checkbox/Index.vue.d.ts +29 -0
  66. package/esm/comp/checkbox/index.d.ts +3 -0
  67. package/esm/comp/datetime/@types/DateEmit.d.ts +5 -0
  68. package/esm/comp/datetime/@types/DateProps.d.ts +5 -0
  69. package/esm/comp/datetime/@types/DateTimeEmit.d.ts +2 -0
  70. package/esm/comp/datetime/@types/DateTimeProps.d.ts +3 -0
  71. package/esm/comp/datetime/@types/index.d.ts +4 -0
  72. package/esm/comp/datetime/Date.vue.d.ts +235 -0
  73. package/esm/comp/datetime/Index.vue.d.ts +26 -0
  74. package/esm/comp/datetime/TimeRange.vue.d.ts +2 -0
  75. package/esm/comp/datetime/index.d.ts +4 -0
  76. package/esm/comp/dialog/@types/DialogDragData.d.ts +26 -0
  77. package/esm/comp/dialog/@types/DialogEmit.d.ts +39 -0
  78. package/esm/comp/dialog/@types/DialogExpose.d.ts +26 -0
  79. package/esm/comp/dialog/@types/DialogOptions.d.ts +27 -0
  80. package/esm/comp/dialog/@types/DialogProps.d.ts +48 -0
  81. package/esm/comp/dialog/@types/DialogState.d.ts +27 -0
  82. package/esm/comp/dialog/@types/DialogStatus.d.ts +5 -0
  83. package/esm/comp/dialog/@types/index.d.ts +7 -0
  84. package/esm/comp/dialog/Index.vue.d.ts +82 -0
  85. package/esm/comp/dialog/index.d.ts +3 -0
  86. package/esm/comp/drawer/@types/DrawerEmit.d.ts +9 -0
  87. package/esm/comp/drawer/@types/DrawerProps.d.ts +25 -0
  88. package/esm/comp/drawer/@types/index.d.ts +2 -0
  89. package/esm/comp/drawer/Index.vue.d.ts +27 -0
  90. package/esm/comp/drawer/index.d.ts +2 -0
  91. package/esm/comp/dropdown/@types/DropdownEmit.d.ts +13 -0
  92. package/esm/comp/dropdown/@types/DropdownExpose.d.ts +6 -0
  93. package/esm/comp/dropdown/@types/DropdownProps.d.ts +27 -0
  94. package/esm/comp/dropdown/@types/index.d.ts +3 -0
  95. package/esm/comp/dropdown/Index.vue.d.ts +433 -0
  96. package/esm/comp/dropdown/index.d.ts +3 -0
  97. package/esm/comp/empty/@types/EmptyProps.d.ts +2 -0
  98. package/esm/comp/empty/@types/index.d.ts +1 -0
  99. package/esm/comp/empty/Index.vue.d.ts +18 -0
  100. package/esm/comp/empty/index.d.ts +2 -0
  101. package/esm/comp/form/@types/FieldEmit.d.ts +5 -0
  102. package/esm/comp/form/@types/FieldProps.d.ts +14 -0
  103. package/esm/comp/form/@types/FormEmit.d.ts +5 -0
  104. package/esm/comp/form/@types/FormProps.d.ts +14 -0
  105. package/esm/comp/form/@types/index.d.ts +4 -0
  106. package/esm/comp/form/Field.vue.d.ts +19 -0
  107. package/esm/comp/form/Index.vue.d.ts +18 -0
  108. package/esm/comp/form/index.d.ts +3 -0
  109. package/esm/comp/icon/@types/ArrowDirection.d.ts +1 -0
  110. package/esm/comp/icon/@types/ArrowEmit.d.ts +10 -0
  111. package/esm/comp/icon/@types/ArrowProps.d.ts +11 -0
  112. package/esm/comp/icon/@types/IconEmit.d.ts +6 -0
  113. package/esm/comp/icon/@types/IconProps.d.ts +9 -0
  114. package/esm/comp/icon/@types/index.d.ts +5 -0
  115. package/esm/comp/icon/Arrow.vue.d.ts +7 -0
  116. package/esm/comp/icon/Index.vue.d.ts +11 -0
  117. package/esm/comp/icon/index.d.ts +4 -0
  118. package/esm/comp/index.d.ts +37 -0
  119. package/esm/comp/input/@types/CodeEmit.d.ts +22 -0
  120. package/esm/comp/input/@types/InputEmit.d.ts +25 -0
  121. package/esm/comp/input/@types/InputExpose.d.ts +10 -0
  122. package/esm/comp/input/@types/InputProps.d.ts +13 -0
  123. package/esm/comp/input/@types/RichTextEmit.d.ts +14 -0
  124. package/esm/comp/input/@types/RichTextProps.d.ts +13 -0
  125. package/esm/comp/input/@types/index.d.ts +8 -0
  126. package/esm/comp/input/Code.vue.d.ts +32 -0
  127. package/esm/comp/input/Compare.vue.d.ts +42 -0
  128. package/esm/comp/input/Index.vue.d.ts +45 -0
  129. package/esm/comp/input/RichText.vue.d.ts +84 -0
  130. package/esm/comp/input/index.d.ts +6 -0
  131. package/esm/comp/layout/@types/ColProps.d.ts +9 -0
  132. package/esm/comp/layout/@types/index.d.ts +2 -0
  133. package/esm/comp/layout/Col.vue.d.ts +18 -0
  134. package/esm/comp/layout/Container.vue.d.ts +35 -0
  135. package/esm/comp/layout/Fill.vue.d.ts +25 -0
  136. package/esm/comp/layout/Row.vue.d.ts +24 -0
  137. package/esm/comp/layout/index.d.ts +6 -0
  138. package/esm/comp/link/@types/LinkEmit.d.ts +6 -0
  139. package/esm/comp/link/@types/LinkProps.d.ts +6 -0
  140. package/esm/comp/link/@types/index.d.ts +2 -0
  141. package/esm/comp/link/Index.vue.d.ts +22 -0
  142. package/esm/comp/link/index.d.ts +2 -0
  143. package/esm/comp/loading/@types/LoadingProps.d.ts +2 -0
  144. package/esm/comp/loading/@types/index.d.ts +1 -0
  145. package/esm/comp/loading/Loading.vue.d.ts +3 -0
  146. package/esm/comp/loading/index.d.ts +2 -0
  147. package/esm/comp/menu/@types/MenuEmit.d.ts +6 -0
  148. package/esm/comp/menu/@types/MenuProps.d.ts +13 -0
  149. package/esm/comp/menu/@types/MenusEmit.d.ts +2 -0
  150. package/esm/comp/menu/@types/MenusProps.d.ts +9 -0
  151. package/esm/comp/menu/@types/index.d.ts +4 -0
  152. package/esm/comp/menu/Index.vue.d.ts +18 -0
  153. package/esm/comp/menu/Menu.vue.d.ts +22 -0
  154. package/esm/comp/menu/index.d.ts +3 -0
  155. package/esm/comp/number/@types/index.d.ts +0 -0
  156. package/esm/comp/number/Index.vue.d.ts +24 -0
  157. package/esm/comp/number/index.d.ts +2 -0
  158. package/esm/comp/overlay/@types/OverlayEmit.d.ts +13 -0
  159. package/esm/comp/overlay/@types/OverlayProps.d.ts +17 -0
  160. package/esm/comp/overlay/@types/index.d.ts +2 -0
  161. package/esm/comp/overlay/Index.vue.d.ts +24 -0
  162. package/esm/comp/overlay/index.d.ts +2 -0
  163. package/esm/comp/pager/@types/PagerEmit.d.ts +13 -0
  164. package/esm/comp/pager/@types/PagerProps.d.ts +9 -0
  165. package/esm/comp/pager/@types/index.d.ts +2 -0
  166. package/esm/comp/pager/Index.vue.d.ts +23 -0
  167. package/esm/comp/popover/@types/PopoverDirection.d.ts +4 -0
  168. package/esm/comp/popover/@types/PopoverEmit.d.ts +14 -0
  169. package/esm/comp/popover/@types/PopoverExpose.d.ts +25 -0
  170. package/esm/comp/popover/@types/PopoverPosition.d.ts +30 -0
  171. package/esm/comp/popover/@types/PopoverProps.d.ts +26 -0
  172. package/esm/comp/popover/@types/index.d.ts +5 -0
  173. package/esm/comp/popover/Index.vue.d.ts +162 -0
  174. package/esm/comp/popover/index.d.ts +3 -0
  175. package/esm/comp/progress/@types/SocketProgressProps.d.ts +38 -0
  176. package/esm/comp/progress/@types/index.d.ts +1 -0
  177. package/esm/comp/progress/Socket.vue.d.ts +18 -0
  178. package/esm/comp/progress/index.d.ts +5 -0
  179. package/esm/comp/radio/@types/RadioEmit.d.ts +6 -0
  180. package/esm/comp/radio/@types/RadioProps.d.ts +6 -0
  181. package/esm/comp/radio/@types/RadiosEmit.d.ts +2 -0
  182. package/esm/comp/radio/@types/RadiosProps.d.ts +5 -0
  183. package/esm/comp/radio/@types/index.d.ts +4 -0
  184. package/esm/comp/radio/Index.vue.d.ts +26 -0
  185. package/esm/comp/radio/Radio.vue.d.ts +22 -0
  186. package/esm/comp/radio/index.d.ts +3 -0
  187. package/esm/comp/resizer/@types/ResizerEmit.d.ts +13 -0
  188. package/esm/comp/resizer/@types/ResizerPosition.d.ts +4 -0
  189. package/esm/comp/resizer/@types/ResizerProps.d.ts +19 -0
  190. package/esm/comp/resizer/@types/ResizersData.d.ts +21 -0
  191. package/esm/comp/resizer/@types/ResizersEmit.d.ts +16 -0
  192. package/esm/comp/resizer/@types/ResizersProps.d.ts +16 -0
  193. package/esm/comp/resizer/@types/index.d.ts +6 -0
  194. package/esm/comp/resizer/Index.vue.d.ts +11 -0
  195. package/esm/comp/resizer/Resizers.vue.d.ts +9 -0
  196. package/esm/comp/resizer/index.d.ts +4 -0
  197. package/esm/comp/scroller/@types/ScrollerEmit.d.ts +10 -0
  198. package/esm/comp/scroller/@types/ScrollerEvent.d.ts +13 -0
  199. package/esm/comp/scroller/@types/ScrollerExpose.d.ts +13 -0
  200. package/esm/comp/scroller/@types/ScrollerProps.d.ts +13 -0
  201. package/esm/comp/scroller/@types/index.d.ts +4 -0
  202. package/esm/comp/scroller/Index.vue.d.ts +33 -0
  203. package/esm/comp/scroller/index.d.ts +3 -0
  204. package/esm/comp/select/@types/OptionProps.d.ts +17 -0
  205. package/esm/comp/select/@types/OptionRef.d.ts +18 -0
  206. package/esm/comp/select/@types/SelectEmit.d.ts +9 -0
  207. package/esm/comp/select/@types/SelectProps.d.ts +17 -0
  208. package/esm/comp/select/@types/index.d.ts +4 -0
  209. package/esm/comp/select/Index.vue.d.ts +479 -0
  210. package/esm/comp/select/Option.vue.d.ts +22 -0
  211. package/esm/comp/select/index.d.ts +3 -0
  212. package/esm/comp/tab/@types/TabEmit.d.ts +9 -0
  213. package/esm/comp/tab/@types/TabProps.d.ts +21 -0
  214. package/esm/comp/tab/@types/TabRef.d.ts +15 -0
  215. package/esm/comp/tab/@types/TabsEmit.d.ts +5 -0
  216. package/esm/comp/tab/@types/TabsProps.d.ts +29 -0
  217. package/esm/comp/tab/@types/index.d.ts +5 -0
  218. package/esm/comp/tab/Index.vue.d.ts +30 -0
  219. package/esm/comp/tab/Tab.vue.d.ts +19 -0
  220. package/esm/comp/tab/index.d.ts +4 -0
  221. package/esm/comp/table/@types/ColumnEmit.d.ts +6 -0
  222. package/esm/comp/table/@types/ColumnProps.d.ts +53 -0
  223. package/esm/comp/table/@types/RowExpose.d.ts +15 -0
  224. package/esm/comp/table/@types/SortEmit.d.ts +9 -0
  225. package/esm/comp/table/@types/TableEmit.d.ts +31 -0
  226. package/esm/comp/table/@types/TableExpose.d.ts +21 -0
  227. package/esm/comp/table/@types/TableProps.d.ts +71 -0
  228. package/esm/comp/table/@types/TableRowEmit.d.ts +14 -0
  229. package/esm/comp/table/@types/TableRowProps.d.ts +9 -0
  230. package/esm/comp/table/@types/index.d.ts +9 -0
  231. package/esm/comp/table/Column.vue.d.ts +165 -0
  232. package/esm/comp/table/Index.vue.d.ts +801 -0
  233. package/esm/comp/table/Row.vue.d.ts +29 -0
  234. package/esm/comp/table/Sort.vue.d.ts +12 -0
  235. package/esm/comp/table/index.d.ts +4 -0
  236. package/esm/comp/table/useColumn.d.ts +8 -0
  237. package/esm/comp/taskbar/@types/TaskbarEmit.d.ts +2 -0
  238. package/esm/comp/taskbar/@types/TaskbarProps.d.ts +9 -0
  239. package/esm/comp/taskbar/@types/TaskbarsEmit.d.ts +2 -0
  240. package/esm/comp/taskbar/@types/TaskbarsProps.d.ts +5 -0
  241. package/esm/comp/taskbar/@types/index.d.ts +4 -0
  242. package/esm/comp/taskbar/Index.vue.d.ts +27 -0
  243. package/esm/comp/taskbar/Taskbar.vue.d.ts +18 -0
  244. package/esm/comp/taskbar/index.d.ts +3 -0
  245. package/esm/comp/tooltip/@types/TooltipEmit.d.ts +9 -0
  246. package/esm/comp/tooltip/@types/TooltipExpose.d.ts +6 -0
  247. package/esm/comp/tooltip/@types/TooltipProps.d.ts +6 -0
  248. package/esm/comp/tooltip/@types/index.d.ts +3 -0
  249. package/esm/comp/tooltip/Index.vue.d.ts +304 -0
  250. package/esm/comp/tooltip/index.d.ts +3 -0
  251. package/esm/comp/tree/@types/TreeEmit.d.ts +9 -0
  252. package/esm/comp/tree/@types/TreeProps.d.ts +25 -0
  253. package/esm/comp/tree/@types/index.d.ts +2 -0
  254. package/esm/comp/tree/Index.vue.d.ts +24 -0
  255. package/esm/comp/tree/index.d.ts +2 -0
  256. package/esm/comp/upload/Index.vue.d.ts +17 -0
  257. package/esm/comp/upload/index.d.ts +2 -0
  258. package/esm/comp/window/@types/WindowEmit.d.ts +3 -0
  259. package/esm/comp/window/@types/WindowProps.d.ts +14 -0
  260. package/esm/comp/window/@types/WindowState.d.ts +15 -0
  261. package/esm/comp/window/@types/index.d.ts +3 -0
  262. package/esm/comp/window/Index.vue.d.ts +33 -0
  263. package/esm/comp/window/index.d.ts +2 -0
  264. package/esm/driver/bridge/IBridge.d.ts +6 -0
  265. package/esm/driver/builder/BaseBuilder.d.ts +10 -0
  266. package/esm/driver/builder/IBuilder.d.ts +15 -0
  267. package/esm/driver/builder/implement/JsonBuilder.d.ts +7 -0
  268. package/esm/driver/builder/implement/MongoBuilder.d.ts +10 -0
  269. package/esm/driver/builder/implement/MySqlBuilder.d.ts +7 -0
  270. package/esm/driver/builder/implement/SqlBuilder.d.ts +10 -0
  271. package/esm/driver/builder/index.d.ts +3 -0
  272. package/esm/driver/cdn/BaseCdn.d.ts +31 -0
  273. package/esm/driver/cdn/ICdn.d.ts +50 -0
  274. package/esm/driver/cdn/implement/LocalCdn.d.ts +16 -0
  275. package/esm/driver/cdn/implement/ThirdCdn.d.ts +28 -0
  276. package/esm/driver/cdn/index.d.ts +3 -0
  277. package/esm/driver/cryptor/BaseCryptor.d.ts +10 -0
  278. package/esm/driver/cryptor/ICryptor.d.ts +14 -0
  279. package/esm/driver/cryptor/implement/AesCryptor.d.ts +9 -0
  280. package/esm/driver/cryptor/implement/PoJunCryptor.d.ts +13 -0
  281. package/esm/driver/encoder/BaseEncoder.d.ts +15 -0
  282. package/esm/driver/encoder/IEncoder.d.ts +22 -0
  283. package/esm/driver/encoder/implement/Base64Encoder.d.ts +11 -0
  284. package/esm/driver/encoder/implement/UrlEncoder.d.ts +6 -0
  285. package/esm/driver/excel/BaseExcel.d.ts +9 -0
  286. package/esm/driver/excel/IExcel.d.ts +10 -0
  287. package/esm/driver/excel/implement/XlsxExcel.d.ts +10 -0
  288. package/esm/driver/explainer/BaseExplainer.d.ts +4 -0
  289. package/esm/driver/explainer/IExplainer.d.ts +3 -0
  290. package/esm/driver/explainer/implement/JsonExplainer.d.ts +6 -0
  291. package/esm/driver/feature/BaseFeature.d.ts +11 -0
  292. package/esm/driver/feature/IFeature.d.ts +18 -0
  293. package/esm/driver/feature/implement/ExpressionFeature.d.ts +10 -0
  294. package/esm/driver/feature/implement/I18NFeature.d.ts +10 -0
  295. package/esm/driver/feature/implement/SortFeature.d.ts +11 -0
  296. package/esm/driver/hasher/BaseHasher.d.ts +9 -0
  297. package/esm/driver/hasher/IHasher.d.ts +14 -0
  298. package/esm/driver/hasher/implement/Md5Hasher.d.ts +10 -0
  299. package/esm/driver/hasher/implement/Sha256Hasher.d.ts +9 -0
  300. package/esm/driver/http/BaseHttp.d.ts +47 -0
  301. package/esm/driver/http/HttpFactory.d.ts +19 -0
  302. package/esm/driver/http/IHttp.d.ts +47 -0
  303. package/esm/driver/http/entity/HttpProgress.d.ts +8 -0
  304. package/esm/driver/http/implement/DefaultHttp.d.ts +24 -0
  305. package/esm/driver/http/implement/EiHttp.d.ts +27 -0
  306. package/esm/driver/http/implement/FeiShuHttp.d.ts +7 -0
  307. package/esm/driver/http/implement/HaloHttp.d.ts +40 -0
  308. package/esm/driver/http/implement/MkHttp.d.ts +29 -0
  309. package/esm/driver/http/index.d.ts +4 -0
  310. package/esm/driver/i18n/BaseI18n.d.ts +41 -0
  311. package/esm/driver/i18n/II18n.d.ts +83 -0
  312. package/esm/driver/i18n/implement/DefaultI18n.d.ts +12 -0
  313. package/esm/driver/identity/BaseIdentity.d.ts +11 -0
  314. package/esm/driver/identity/IIdentity.d.ts +15 -0
  315. package/esm/driver/identity/IdentityFactory.d.ts +8 -0
  316. package/esm/driver/identity/implement/DefaultIdentity.d.ts +9 -0
  317. package/esm/driver/identity/implement/EiIdentity.d.ts +15 -0
  318. package/esm/driver/identity/index.d.ts +3 -0
  319. package/esm/driver/index.d.ts +24 -0
  320. package/esm/driver/messenger/BaseMessenger.d.ts +14 -0
  321. package/esm/driver/messenger/IMessenger.d.ts +34 -0
  322. package/esm/driver/messenger/implement/ConsoleMessenger.d.ts +14 -0
  323. package/esm/driver/messenger/index.d.ts +3 -0
  324. package/esm/driver/provider/BaseProvider.d.ts +20 -0
  325. package/esm/driver/provider/IProvider.d.ts +58 -0
  326. package/esm/driver/provider/implement/CookieProvider.d.ts +15 -0
  327. package/esm/driver/provider/implement/IndexedDbProvider.d.ts +63 -0
  328. package/esm/driver/provider/implement/StorageProvider.d.ts +27 -0
  329. package/esm/driver/provider/index.d.ts +3 -0
  330. package/esm/driver/signer/BaseSigner.d.ts +13 -0
  331. package/esm/driver/signer/ISigner.d.ts +20 -0
  332. package/esm/driver/signer/implement/DefaultSigner.d.ts +16 -0
  333. package/esm/driver/signer/implement/EiSigner.d.ts +21 -0
  334. package/esm/driver/socket/BaseSocket.d.ts +30 -0
  335. package/esm/driver/socket/ISocket.d.ts +38 -0
  336. package/esm/driver/socket/SocketFactory.d.ts +14 -0
  337. package/esm/driver/socket/implement/DefaultSocket.d.ts +60 -0
  338. package/esm/driver/socket/index.d.ts +3 -0
  339. package/esm/driver/sso/BaseSso.d.ts +14 -0
  340. package/esm/driver/sso/ISso.d.ts +27 -0
  341. package/esm/driver/sso/entity/SsoInfo.d.ts +21 -0
  342. package/esm/driver/sso/entity/index.d.ts +1 -0
  343. package/esm/driver/sso/implement/AnonymousSso.d.ts +15 -0
  344. package/esm/driver/sso/implement/BearerSso.d.ts +18 -0
  345. package/esm/driver/sso/implement/NioSso.d.ts +20 -0
  346. package/esm/driver/sso/implement/SecretSso.d.ts +15 -0
  347. package/esm/driver/sso/implement/WeiXinSso.d.ts +11 -0
  348. package/esm/driver/sso/index.d.ts +3 -0
  349. package/esm/driver/task/BaseTask.d.ts +14 -0
  350. package/esm/driver/task/ITask.d.ts +33 -0
  351. package/esm/driver/task/implement/MemoryTask.d.ts +29 -0
  352. package/esm/driver/template/BaseTemplate.d.ts +5 -0
  353. package/esm/driver/template/ITemplate.d.ts +10 -0
  354. package/esm/driver/template/implement/LiquidTemplate.d.ts +5 -0
  355. package/esm/driver/util/@type/DomBound.d.ts +21 -0
  356. package/esm/driver/util/@type/DomRect.d.ts +21 -0
  357. package/esm/driver/util/@type/Ref.d.ts +7 -0
  358. package/esm/driver/util/@type/index.d.ts +5 -0
  359. package/esm/driver/util/BaseUtil.d.ts +7 -0
  360. package/esm/driver/util/IUtil.d.ts +7 -0
  361. package/esm/driver/util/UtilFactory.d.ts +34 -0
  362. package/esm/driver/util/implement/ArrayUtil.d.ts +137 -0
  363. package/esm/driver/util/implement/BrowserUtil.d.ts +11 -0
  364. package/esm/driver/util/implement/ComponentUtil.d.ts +36 -0
  365. package/esm/driver/util/implement/DictionaryUtil.d.ts +39 -0
  366. package/esm/driver/util/implement/DomUtil.d.ts +171 -0
  367. package/esm/driver/util/implement/EventUtil.d.ts +31 -0
  368. package/esm/driver/util/implement/FileUtil.d.ts +23 -0
  369. package/esm/driver/util/implement/HtmlUtil.d.ts +15 -0
  370. package/esm/driver/util/implement/ImageUtil.d.ts +11 -0
  371. package/esm/driver/util/implement/JsonUtil.d.ts +62 -0
  372. package/esm/driver/util/implement/MathUtil.d.ts +70 -0
  373. package/esm/driver/util/implement/MicroUtil.d.ts +11 -0
  374. package/esm/driver/util/implement/MountUtil.d.ts +15 -0
  375. package/esm/driver/util/implement/ObjectUtil.d.ts +99 -0
  376. package/esm/driver/util/implement/ScrollUtil.d.ts +15 -0
  377. package/esm/driver/util/implement/SignUtil.d.ts +15 -0
  378. package/esm/driver/util/implement/StringUtil.d.ts +107 -0
  379. package/esm/driver/util/implement/TaskUtil.d.ts +27 -0
  380. package/esm/driver/util/implement/TimeUtil.d.ts +71 -0
  381. package/esm/driver/util/implement/TreeUtil.d.ts +55 -0
  382. package/esm/driver/util/implement/UrlUtil.d.ts +105 -0
  383. package/esm/driver/util/index.d.ts +3 -0
  384. package/esm/driver/utility/@type/index.d.ts +2 -0
  385. package/esm/driver/utility/BaseUtility.d.ts +7 -0
  386. package/esm/driver/utility/IUtility.d.ts +6 -0
  387. package/esm/driver/utility/implement/AffixUtility.d.ts +10 -0
  388. package/esm/driver/utility/implement/DeltaUtility.d.ts +10 -0
  389. package/esm/driver/utility/implement/EventUtility.d.ts +61 -0
  390. package/esm/driver/utility/implement/KeyboardUtility.d.ts +77 -0
  391. package/esm/driver/utility/implement/MouseUtility.d.ts +24 -0
  392. package/esm/driver/utility/implement/RandomUtility.d.ts +40 -0
  393. package/esm/driver/utility/implement/SaveUtility.d.ts +66 -0
  394. package/esm/driver/utility/index.d.ts +3 -0
  395. package/esm/driver/video/IVideo.d.ts +3 -0
  396. package/esm/driver/voice/BaseVoice.d.ts +10 -0
  397. package/esm/driver/voice/IVoice.d.ts +15 -0
  398. package/esm/driver/voice/implement/DefaultVoice.d.ts +7 -0
  399. package/esm/driver/voice/implement/TencentVoice.d.ts +10 -0
  400. package/esm/factory/Drivers.d.ts +3 -3
  401. package/esm/factory/Factories.d.ts +3 -3
  402. package/esm/factory/Factory.d.ts +1 -2
  403. package/esm/factory/I18ns.d.ts +32 -1
  404. package/esm/factory/IFactory.d.ts +1 -1
  405. package/esm/factory/Repos.d.ts +1 -1
  406. package/esm/factory/Svcs.d.ts +35 -30
  407. package/esm/factory/Utilities.d.ts +33 -0
  408. package/esm/factory/Utils.d.ts +64 -1
  409. package/esm/factory/index.d.ts +1 -0
  410. package/esm/main.d.ts +11 -8
  411. package/esm/plugin/index.d.ts +3 -0
  412. package/esm/repo/BaseRepo.d.ts +7 -0
  413. package/esm/repo/IRepo.d.ts +3 -0
  414. package/esm/repo/RepoFactory.d.ts +21 -0
  415. package/esm/repo/entity/KeyboardType.d.ts +13 -0
  416. package/esm/repo/implement/ModuleRepo.d.ts +54 -0
  417. package/esm/repo/implement/QueryRepo.d.ts +63 -0
  418. package/esm/repo/index.d.ts +5 -0
  419. package/esm/svc/BaseSvc.d.ts +7 -0
  420. package/esm/svc/ISvc.d.ts +6 -0
  421. package/esm/svc/implement/CompSvc.d.ts +31 -0
  422. package/esm/svc/implement/ConfigSvc.d.ts +71 -0
  423. package/esm/svc/implement/DriverSvc.d.ts +11 -0
  424. package/esm/svc/implement/UserSvc.d.ts +54 -0
  425. package/esm/svc/index.d.ts +3 -0
  426. package/package.json +15 -15
  427. package/dist/assets/clone-DtpAsLoe.js +0 -139
  428. package/dist/assets/file-saver-Cnua3zoa.js +0 -74
  429. package/dist/assets/liquidjs-BfOWWjtJ.js +0 -2907
  430. package/dist/assets/moment-h96o7c8I.js +0 -2578
  431. package/dist/assets/sprintf-js-BPTdvBYM.js +0 -148
  432. package/dist/assets/underscore-B0BCaBxV.js +0 -1070
  433. package/dist/assets/underscore.string-oDfap0sE.js +0 -425
  434. package/dist/assets/util-deprecate-BqFawLoO.js +0 -28
  435. package/dist/style.css +0 -1
  436. package/esm/@types/CreateFeOptions.d.ts +0 -32
  437. package/esm/@types/FeOptions.d.ts +0 -32
  438. package/esm/coms/@types/ColumnEmit.d.ts +0 -3
  439. package/esm/coms/@types/ColumnProps.d.ts +0 -5
  440. package/esm/coms/@types/PagerEmit.d.ts +0 -10
  441. package/esm/coms/@types/PagerProps.d.ts +0 -17
  442. package/esm/coms/@types/ScrollerProps.d.ts +0 -14
  443. package/esm/coms/@types/SocketProgressProps.d.ts +0 -42
  444. package/esm/coms/@types/TabProps.d.ts +0 -10
  445. package/esm/coms/@types/TableEmit.d.ts +0 -9
  446. package/esm/coms/@types/TableProps.d.ts +0 -33
  447. package/esm/coms/@types/index.d.ts +0 -9
  448. package/esm/coms/Empty.vue.d.ts +0 -32
  449. package/esm/coms/Fill.vue.d.ts +0 -23
  450. package/esm/coms/Progress.vue.d.ts +0 -8
  451. package/esm/coms/Scroller.vue.d.ts +0 -30
  452. package/esm/coms/conditions/types/ConditionGroupProps.d.ts +0 -11
  453. package/esm/coms/conditions/types/ConditionProps.d.ts +0 -18
  454. package/esm/coms/conditions/types/index.d.ts +0 -3
  455. package/esm/coms/controls/@types/CodeEmit.d.ts +0 -22
  456. package/esm/coms/controls/@types/RichTextOptions.d.ts +0 -13
  457. package/esm/coms/controls/@types/RichTextProps.d.ts +0 -11
  458. package/esm/coms/controls/@types/index.d.ts +0 -5
  459. package/esm/coms/controls/Code.vue.d.ts +0 -30
  460. package/esm/coms/controls/Compare.vue.d.ts +0 -40
  461. package/esm/coms/controls/Option.vue.d.ts +0 -2
  462. package/esm/coms/controls/RichText.vue.d.ts +0 -15
  463. package/esm/coms/controls/Select.vue.d.ts +0 -2
  464. package/esm/coms/controls/index.d.ts +0 -8
  465. package/esm/coms/controls/types/CodeEmit.d.ts +0 -23
  466. package/esm/coms/controls/types/CodeProps.d.ts +0 -28
  467. package/esm/coms/controls/types/Range.d.ts +0 -26
  468. package/esm/coms/controls/types/RichTextOptions.d.ts +0 -14
  469. package/esm/coms/controls/types/RichTextProps.d.ts +0 -12
  470. package/esm/coms/controls/types/index.d.ts +0 -6
  471. package/esm/coms/index.d.ts +0 -15
  472. package/esm/coms/layouts/@types/index.d.ts +0 -1
  473. package/esm/coms/layouts/Container.vue.d.ts +0 -33
  474. package/esm/coms/layouts/Row.vue.d.ts +0 -22
  475. package/esm/coms/layouts/index.d.ts +0 -5
  476. package/esm/coms/layouts/types/RowProps.d.ts +0 -14
  477. package/esm/coms/layouts/types/index.d.ts +0 -2
  478. package/esm/coms/pagers/Index.vue.d.ts +0 -9
  479. package/esm/coms/progresses/@types/SocketProgressProps.d.ts +0 -23
  480. package/esm/coms/progresses/@types/index.d.ts +0 -2
  481. package/esm/coms/progresses/Progress.vue.d.ts +0 -6
  482. package/esm/coms/progresses/SocketProgress.vue.d.ts +0 -18
  483. package/esm/coms/progresses/index.d.ts +0 -4
  484. package/esm/coms/progresses/types/SocketProgressProps.d.ts +0 -23
  485. package/esm/coms/progresses/types/index.d.ts +0 -2
  486. package/esm/coms/tables/Column.vue.d.ts +0 -22
  487. package/esm/coms/tables/Index.vue.d.ts +0 -34
  488. package/esm/coms/tables/Table.vue.d.ts +0 -2
  489. package/esm/coms/tabs/@types/TabProps.d.ts +0 -7
  490. package/esm/coms/tabs/@types/index.d.ts +0 -2
  491. package/esm/coms/tabs/Tab.vue.d.ts +0 -3
  492. package/esm/coms/tabs/index.d.ts +0 -2
  493. package/esm/coms/tabs/types/TabProps.d.ts +0 -7
  494. package/esm/coms/tabs/types/index.d.ts +0 -2
  495. package/esm/coms/types/ScrollerProps.d.ts +0 -15
  496. package/esm/coms/types/index.d.ts +0 -2
  497. package/esm/drivers/bridges/IBridge.d.ts +0 -6
  498. package/esm/drivers/builders/Builder.d.ts +0 -10
  499. package/esm/drivers/builders/IBuilder.d.ts +0 -15
  500. package/esm/drivers/builders/implement/JsonBuilder.d.ts +0 -7
  501. package/esm/drivers/builders/implement/MongoBuilder.d.ts +0 -10
  502. package/esm/drivers/builders/implement/MySqlBuilder.d.ts +0 -7
  503. package/esm/drivers/builders/implement/SqlBuilder.d.ts +0 -10
  504. package/esm/drivers/builders/index.d.ts +0 -3
  505. package/esm/drivers/builders/types/ProviderTable.d.ts +0 -6
  506. package/esm/drivers/builders/types/index.d.ts +0 -2
  507. package/esm/drivers/cdns/Cdn.d.ts +0 -31
  508. package/esm/drivers/cdns/ICdn.d.ts +0 -50
  509. package/esm/drivers/cdns/implements/LocalCdn.d.ts +0 -16
  510. package/esm/drivers/cdns/implements/ThirdCdn.d.ts +0 -28
  511. package/esm/drivers/cdns/index.d.ts +0 -3
  512. package/esm/drivers/cryptors/Cryptor.d.ts +0 -10
  513. package/esm/drivers/cryptors/ICryptor.d.ts +0 -14
  514. package/esm/drivers/cryptors/implements/AesCryptor.d.ts +0 -9
  515. package/esm/drivers/cryptors/implements/PoJunCryptor.d.ts +0 -13
  516. package/esm/drivers/encoders/Encoder.d.ts +0 -15
  517. package/esm/drivers/encoders/IEncoder.d.ts +0 -22
  518. package/esm/drivers/encoders/implement/Base64Encoder.d.ts +0 -11
  519. package/esm/drivers/encoders/implement/UrlEncoder.d.ts +0 -6
  520. package/esm/drivers/encryptors/Encryptor.d.ts +0 -11
  521. package/esm/drivers/encryptors/EncryptorFactory.d.ts +0 -13
  522. package/esm/drivers/encryptors/IEncryptor.d.ts +0 -15
  523. package/esm/drivers/encryptors/implements/AesEncryptor.d.ts +0 -10
  524. package/esm/drivers/encryptors/index.d.ts +0 -3
  525. package/esm/drivers/excels/Excel.d.ts +0 -9
  526. package/esm/drivers/excels/IExcel.d.ts +0 -10
  527. package/esm/drivers/excels/implements/XlsxExcel.d.ts +0 -10
  528. package/esm/drivers/explainers/Explainer.d.ts +0 -4
  529. package/esm/drivers/explainers/IExplainer.d.ts +0 -3
  530. package/esm/drivers/explainers/implement/JsonExplainer.d.ts +0 -6
  531. package/esm/drivers/features/Feature.d.ts +0 -8
  532. package/esm/drivers/features/IFeature.d.ts +0 -18
  533. package/esm/drivers/features/implements/ExpressionFeature.d.ts +0 -10
  534. package/esm/drivers/features/implements/I18NFeature.d.ts +0 -10
  535. package/esm/drivers/features/implements/SortFeature.d.ts +0 -11
  536. package/esm/drivers/hashers/Hasher.d.ts +0 -9
  537. package/esm/drivers/hashers/IHasher.d.ts +0 -14
  538. package/esm/drivers/hashers/implement/Md5Hasher.d.ts +0 -10
  539. package/esm/drivers/hashers/implement/Sha256Hasher.d.ts +0 -9
  540. package/esm/drivers/helpers/@types/JsonConfig.d.ts +0 -10
  541. package/esm/drivers/helpers/@types/TreeNodeProp.d.ts +0 -9
  542. package/esm/drivers/helpers/@types/index.d.ts +0 -3
  543. package/esm/drivers/helpers/Helper.d.ts +0 -8
  544. package/esm/drivers/helpers/HelperFactory.d.ts +0 -32
  545. package/esm/drivers/helpers/IHelper.d.ts +0 -4
  546. package/esm/drivers/helpers/implements/ArrayHelper.d.ts +0 -123
  547. package/esm/drivers/helpers/implements/BrowserHelper.d.ts +0 -12
  548. package/esm/drivers/helpers/implements/ComponentHelper.d.ts +0 -20
  549. package/esm/drivers/helpers/implements/DictionaryHelper.d.ts +0 -40
  550. package/esm/drivers/helpers/implements/DomHelper.d.ts +0 -118
  551. package/esm/drivers/helpers/implements/EventHelper.d.ts +0 -32
  552. package/esm/drivers/helpers/implements/FileHelper.d.ts +0 -24
  553. package/esm/drivers/helpers/implements/HtmlHelper.d.ts +0 -16
  554. package/esm/drivers/helpers/implements/ImageHelper.d.ts +0 -12
  555. package/esm/drivers/helpers/implements/JsonHelper.d.ts +0 -49
  556. package/esm/drivers/helpers/implements/MathHelper.d.ts +0 -52
  557. package/esm/drivers/helpers/implements/MicroHelper.d.ts +0 -12
  558. package/esm/drivers/helpers/implements/MountHelper.d.ts +0 -16
  559. package/esm/drivers/helpers/implements/ObjectHelper.d.ts +0 -44
  560. package/esm/drivers/helpers/implements/ScrollHelper.d.ts +0 -16
  561. package/esm/drivers/helpers/implements/SignHelper.d.ts +0 -16
  562. package/esm/drivers/helpers/implements/StringHelper.d.ts +0 -104
  563. package/esm/drivers/helpers/implements/TaskHelper.d.ts +0 -28
  564. package/esm/drivers/helpers/implements/TimeHelper.d.ts +0 -68
  565. package/esm/drivers/helpers/implements/TreeHelper.d.ts +0 -56
  566. package/esm/drivers/helpers/implements/TypeHelper.d.ts +0 -28
  567. package/esm/drivers/helpers/implements/UrlHelper.d.ts +0 -90
  568. package/esm/drivers/helpers/index.d.ts +0 -24
  569. package/esm/drivers/https/Http.d.ts +0 -47
  570. package/esm/drivers/https/HttpFactory.d.ts +0 -19
  571. package/esm/drivers/https/IHttp.d.ts +0 -47
  572. package/esm/drivers/https/entities/HttpProgress.d.ts +0 -8
  573. package/esm/drivers/https/implements/DefaultHttp.d.ts +0 -24
  574. package/esm/drivers/https/implements/EiHttp.d.ts +0 -27
  575. package/esm/drivers/https/implements/FeiShuHttp.d.ts +0 -7
  576. package/esm/drivers/https/implements/HaloHttp.d.ts +0 -36
  577. package/esm/drivers/https/implements/MkHttp.d.ts +0 -29
  578. package/esm/drivers/https/index.d.ts +0 -4
  579. package/esm/drivers/i18ns/I18n.d.ts +0 -41
  580. package/esm/drivers/i18ns/II18n.d.ts +0 -83
  581. package/esm/drivers/i18ns/implements/DefaultI18n.d.ts +0 -12
  582. package/esm/drivers/identities/IIdentity.d.ts +0 -15
  583. package/esm/drivers/identities/Identity.d.ts +0 -11
  584. package/esm/drivers/identities/IdentityFactory.d.ts +0 -8
  585. package/esm/drivers/identities/implements/DefaultIdentity.d.ts +0 -9
  586. package/esm/drivers/identities/implements/EiIdentity.d.ts +0 -15
  587. package/esm/drivers/identities/index.d.ts +0 -3
  588. package/esm/drivers/index.d.ts +0 -24
  589. package/esm/drivers/messengers/IMessenger.d.ts +0 -34
  590. package/esm/drivers/messengers/Messenger.d.ts +0 -14
  591. package/esm/drivers/messengers/implement/ConsoleMessenger.d.ts +0 -14
  592. package/esm/drivers/messengers/index.d.ts +0 -3
  593. package/esm/drivers/providers/IProvider.d.ts +0 -58
  594. package/esm/drivers/providers/Provider.d.ts +0 -20
  595. package/esm/drivers/providers/implements/CookieProvider.d.ts +0 -15
  596. package/esm/drivers/providers/implements/IndexedDbProvider.d.ts +0 -63
  597. package/esm/drivers/providers/implements/StorageProvider.d.ts +0 -27
  598. package/esm/drivers/providers/index.d.ts +0 -3
  599. package/esm/drivers/signers/ISigner.d.ts +0 -20
  600. package/esm/drivers/signers/Signer.d.ts +0 -13
  601. package/esm/drivers/signers/implements/DefaultSigner.d.ts +0 -16
  602. package/esm/drivers/signers/implements/EiSigner.d.ts +0 -21
  603. package/esm/drivers/sockets/ISocket.d.ts +0 -38
  604. package/esm/drivers/sockets/Socket.d.ts +0 -30
  605. package/esm/drivers/sockets/SocketFactory.d.ts +0 -14
  606. package/esm/drivers/sockets/implement/DefaultSocket.d.ts +0 -59
  607. package/esm/drivers/sockets/index.d.ts +0 -3
  608. package/esm/drivers/ssos/ISso.d.ts +0 -27
  609. package/esm/drivers/ssos/Sso.d.ts +0 -14
  610. package/esm/drivers/ssos/entities/SsoUser.d.ts +0 -21
  611. package/esm/drivers/ssos/entities/index.d.ts +0 -1
  612. package/esm/drivers/ssos/implements/AnonymousSso.d.ts +0 -15
  613. package/esm/drivers/ssos/implements/BearerSso.d.ts +0 -18
  614. package/esm/drivers/ssos/implements/NioSso.d.ts +0 -20
  615. package/esm/drivers/ssos/implements/SecretSso.d.ts +0 -15
  616. package/esm/drivers/ssos/implements/WeiXinSso.d.ts +0 -11
  617. package/esm/drivers/ssos/index.d.ts +0 -3
  618. package/esm/drivers/tasks/ITask.d.ts +0 -33
  619. package/esm/drivers/tasks/Task.d.ts +0 -14
  620. package/esm/drivers/tasks/implement/MemoryTask.d.ts +0 -29
  621. package/esm/drivers/templates/ITemplate.d.ts +0 -10
  622. package/esm/drivers/templates/Template.d.ts +0 -5
  623. package/esm/drivers/templates/implement/LiquidTemplate.d.ts +0 -5
  624. package/esm/drivers/types/IDispose.d.ts +0 -10
  625. package/esm/drivers/types/IDriver.d.ts +0 -10
  626. package/esm/drivers/types/IOpen.d.ts +0 -10
  627. package/esm/drivers/types/index.d.ts +0 -4
  628. package/esm/drivers/util/@types/index.d.ts +0 -2
  629. package/esm/drivers/util/IUtil.d.ts +0 -7
  630. package/esm/drivers/util/Util.d.ts +0 -7
  631. package/esm/drivers/util/UtilFactory.d.ts +0 -31
  632. package/esm/drivers/util/implements/ArrayUtil.d.ts +0 -122
  633. package/esm/drivers/util/implements/BrowserUtil.d.ts +0 -11
  634. package/esm/drivers/util/implements/ComponentUtil.d.ts +0 -19
  635. package/esm/drivers/util/implements/DictionaryUtil.d.ts +0 -39
  636. package/esm/drivers/util/implements/DomUtil.d.ts +0 -117
  637. package/esm/drivers/util/implements/EventUtil.d.ts +0 -31
  638. package/esm/drivers/util/implements/FileUtil.d.ts +0 -23
  639. package/esm/drivers/util/implements/HtmlUtil.d.ts +0 -15
  640. package/esm/drivers/util/implements/ImageUtil.d.ts +0 -11
  641. package/esm/drivers/util/implements/JsonUtil.d.ts +0 -65
  642. package/esm/drivers/util/implements/MathUtil.d.ts +0 -51
  643. package/esm/drivers/util/implements/MicroUtil.d.ts +0 -11
  644. package/esm/drivers/util/implements/MountUtil.d.ts +0 -15
  645. package/esm/drivers/util/implements/ObjectUtil.d.ts +0 -71
  646. package/esm/drivers/util/implements/ScrollUtil.d.ts +0 -15
  647. package/esm/drivers/util/implements/SignUtil.d.ts +0 -15
  648. package/esm/drivers/util/implements/StringUtil.d.ts +0 -107
  649. package/esm/drivers/util/implements/TaskUtil.d.ts +0 -27
  650. package/esm/drivers/util/implements/TimeUtil.d.ts +0 -71
  651. package/esm/drivers/util/implements/TreeUtil.d.ts +0 -55
  652. package/esm/drivers/util/implements/TypeUtil.d.ts +0 -28
  653. package/esm/drivers/util/implements/UrlUtil.d.ts +0 -99
  654. package/esm/drivers/util/index.d.ts +0 -2
  655. package/esm/drivers/utilities/@types/DragEvent.d.ts +0 -10
  656. package/esm/drivers/utilities/@types/DragOptions.d.ts +0 -27
  657. package/esm/drivers/utilities/@types/index.d.ts +0 -4
  658. package/esm/drivers/utilities/IUtility.d.ts +0 -6
  659. package/esm/drivers/utilities/Utility.d.ts +0 -7
  660. package/esm/drivers/utilities/implement/AffixUtility.d.ts +0 -10
  661. package/esm/drivers/utilities/implement/DeltaUtility.d.ts +0 -10
  662. package/esm/drivers/utilities/implement/EventUtility.d.ts +0 -69
  663. package/esm/drivers/utilities/implement/KeyboardUtility.d.ts +0 -73
  664. package/esm/drivers/utilities/implement/MouseUtility.d.ts +0 -24
  665. package/esm/drivers/utilities/implement/RandomUtility.d.ts +0 -40
  666. package/esm/drivers/utilities/implement/SaveUtility.d.ts +0 -56
  667. package/esm/drivers/utilities/index.d.ts +0 -3
  668. package/esm/drivers/videos/IVideo.d.ts +0 -3
  669. package/esm/drivers/voices/IVoice.d.ts +0 -15
  670. package/esm/drivers/voices/Voice.d.ts +0 -10
  671. package/esm/drivers/voices/implement/DefaultVoice.d.ts +0 -7
  672. package/esm/drivers/voices/implement/TencentVoice.d.ts +0 -10
  673. package/esm/factorying/Factories.d.ts +0 -94
  674. package/esm/factorying/Factory.d.ts +0 -49
  675. package/esm/factorying/Helps.d.ts +0 -29
  676. package/esm/factorying/IFactory.d.ts +0 -39
  677. package/esm/factorying/Utils.d.ts +0 -29
  678. package/esm/factorying/index.d.ts +0 -47
  679. package/esm/helpers/@types/JsonConfig.d.ts +0 -10
  680. package/esm/helpers/@types/TreeNodeProp.d.ts +0 -9
  681. package/esm/helpers/@types/index.d.ts +0 -3
  682. package/esm/helpers/ArrayHelper.d.ts +0 -122
  683. package/esm/helpers/BrowserHelper.d.ts +0 -10
  684. package/esm/helpers/ComponentHelper.d.ts +0 -18
  685. package/esm/helpers/DictionaryHelper.d.ts +0 -38
  686. package/esm/helpers/DomHelper.d.ts +0 -116
  687. package/esm/helpers/EventHelper.d.ts +0 -30
  688. package/esm/helpers/FileHelper.d.ts +0 -22
  689. package/esm/helpers/HtmlHelper.d.ts +0 -14
  690. package/esm/helpers/ImageHelper.d.ts +0 -10
  691. package/esm/helpers/JsonHelper.d.ts +0 -47
  692. package/esm/helpers/MathHelper.d.ts +0 -50
  693. package/esm/helpers/MicroHelper.d.ts +0 -10
  694. package/esm/helpers/MountHelper.d.ts +0 -14
  695. package/esm/helpers/ObjectHelper.d.ts +0 -42
  696. package/esm/helpers/ScrollHelper.d.ts +0 -14
  697. package/esm/helpers/SignHelper.d.ts +0 -14
  698. package/esm/helpers/StringHelper.d.ts +0 -102
  699. package/esm/helpers/TaskHelper.d.ts +0 -26
  700. package/esm/helpers/TimeHelper.d.ts +0 -66
  701. package/esm/helpers/TreeHelper.d.ts +0 -54
  702. package/esm/helpers/TypeHelper.d.ts +0 -26
  703. package/esm/helpers/UrlHelper.d.ts +0 -88
  704. package/esm/helpers/index.d.ts +0 -23
  705. package/esm/helpers/types/JsonConfig.d.ts +0 -10
  706. package/esm/helpers/types/TreeNodeProp.d.ts +0 -9
  707. package/esm/helpers/types/index.d.ts +0 -3
  708. package/esm/plugins/Ref.d.ts +0 -6
  709. package/esm/plugins/index.d.ts +0 -4
  710. package/esm/repos/IRepo.d.ts +0 -3
  711. package/esm/repos/Repo.d.ts +0 -4
  712. package/esm/repos/RepoFactory.d.ts +0 -21
  713. package/esm/repos/SettingRepo.d.ts +0 -11
  714. package/esm/repos/entities/KeyboardType.d.ts +0 -7
  715. package/esm/repos/implements/ModuleRepo.d.ts +0 -54
  716. package/esm/repos/implements/PageRepo.d.ts +0 -30
  717. package/esm/repos/implements/QueryRepo.d.ts +0 -63
  718. package/esm/repos/index.d.ts +0 -4
  719. package/esm/svcs/@types/Dictionary.d.ts +0 -4
  720. package/esm/svcs/@types/index.d.ts +0 -1
  721. package/esm/svcs/ISvc.d.ts +0 -6
  722. package/esm/svcs/Svc.d.ts +0 -4
  723. package/esm/svcs/entities/AppConfig.d.ts +0 -29
  724. package/esm/svcs/implement/ConfigSvc.d.ts +0 -71
  725. package/esm/svcs/implement/DriverSvc.d.ts +0 -11
  726. package/esm/svcs/implement/I18nSvc.d.ts +0 -83
  727. package/esm/svcs/implement/SocketSvc.d.ts +0 -38
  728. package/esm/svcs/implement/UserSvc.d.ts +0 -54
  729. package/esm/svcs/index.d.ts +0 -2
  730. package/esm/svcs/types/Dictionary.d.ts +0 -4
  731. package/esm/svcs/types/index.d.ts +0 -2
  732. package/esm/types/CreateFeOptions.d.ts +0 -25
  733. package/esm/types/CreatePcOptions.d.ts +0 -15
  734. package/esm/types/index.d.ts +0 -2
  735. package/esm/utilities/@types/DragEvent.d.ts +0 -11
  736. package/esm/utilities/@types/DragOptions.d.ts +0 -28
  737. package/esm/utilities/@types/Position.d.ts +0 -15
  738. package/esm/utilities/@types/Rect.d.ts +0 -10
  739. package/esm/utilities/@types/index.d.ts +0 -5
  740. package/esm/utilities/AffixUtility.d.ts +0 -10
  741. package/esm/utilities/EventUtility.d.ts +0 -72
  742. package/esm/utilities/KeyboardUtility.d.ts +0 -73
  743. package/esm/utilities/ListDelta.d.ts +0 -10
  744. package/esm/utilities/MathUtility.d.ts +0 -35
  745. package/esm/utilities/MouseUtility.d.ts +0 -24
  746. package/esm/utilities/RandomUtility.d.ts +0 -40
  747. package/esm/utilities/SaveUtility.d.ts +0 -15
  748. package/esm/utilities/index.d.ts +0 -8
  749. package/esm/utilities/types/DragEvent.d.ts +0 -11
  750. package/esm/utilities/types/DragOptions.d.ts +0 -28
  751. package/esm/utilities/types/Position.d.ts +0 -15
  752. package/esm/utilities/types/Range.d.ts +0 -10
  753. package/esm/utilities/types/Rect.d.ts +0 -10
  754. package/esm/utilities/types/index.d.ts +0 -5
  755. /package/esm/{@types → @type}/index.d.ts +0 -0
  756. /package/esm/{apps → app}/AppConstant.d.ts +0 -0
  757. /package/esm/{apps → app}/index.d.ts +0 -0
  758. /package/esm/{coms → comp}/Timer.vue.d.ts +0 -0
  759. /package/esm/{coms/cards → comp/card}/Index.vue.d.ts +0 -0
  760. /package/esm/{coms/cards → comp/card}/index.d.ts +0 -0
  761. /package/esm/{coms/conditions → comp/condition}/@types/ConditionGroupProps.d.ts +0 -0
  762. /package/esm/{coms/conditions → comp/condition}/@types/ConditionProps.d.ts +0 -0
  763. /package/esm/{coms/conditions → comp/condition}/@types/index.d.ts +0 -0
  764. /package/esm/{coms/conditions → comp/condition}/Condition.vue.d.ts +0 -0
  765. /package/esm/{coms/conditions → comp/condition}/Index.vue.d.ts +0 -0
  766. /package/esm/{coms/conditions → comp/condition}/index.d.ts +0 -0
  767. /package/esm/{coms/layouts/Col.vue.d.ts → comp/datetime/DateRange.vue.d.ts} +0 -0
  768. /package/esm/{coms/tabs/TabPane.vue.d.ts → comp/datetime/Time.vue.d.ts} +0 -0
  769. /package/esm/{coms/controls → comp/input}/@types/CodeIntelli.d.ts +0 -0
  770. /package/esm/{coms/controls → comp/input}/@types/CodeProps.d.ts +0 -0
  771. /package/esm/{coms/controls → comp/input}/@types/Range.d.ts +0 -0
  772. /package/esm/{coms/layouts → comp/layout}/@types/RowProps.d.ts +0 -0
  773. /package/esm/{coms/layouts → comp/layout}/Desc.vue.d.ts +0 -0
  774. /package/esm/{coms/pagers → comp/pager}/index.d.ts +0 -0
  775. /package/esm/{coms/progresses → comp/progress}/Circle.vue.d.ts +0 -0
  776. /package/esm/{coms/progresses → comp/progress}/Index.vue.d.ts +0 -0
  777. /package/esm/{coms/progresses → comp/progress}/Spinner.vue.d.ts +0 -0
  778. /package/esm/{coms/controls/Input.vue.d.ts → comp/table/Filter.vue.d.ts} +0 -0
  779. /package/esm/{coms/tags → comp/tag}/@types/TagProps.d.ts +0 -0
  780. /package/esm/{coms/tags → comp/tag}/@types/index.d.ts +0 -0
  781. /package/esm/{coms/tags → comp/tag}/Index.vue.d.ts +0 -0
  782. /package/esm/{coms/tags → comp/tag}/index.d.ts +0 -0
  783. /package/esm/{coms/texts → comp/text}/@types/DanceProps.d.ts +0 -0
  784. /package/esm/{coms/texts → comp/text}/@types/index.d.ts +0 -0
  785. /package/esm/{coms/texts → comp/text}/Dance.vue.d.ts +0 -0
  786. /package/esm/{coms/texts → comp/text}/index.d.ts +0 -0
  787. /package/esm/{drivers/@types → driver/@type}/IDispose.d.ts +0 -0
  788. /package/esm/{drivers/@types → driver/@type}/IDriver.d.ts +0 -0
  789. /package/esm/{drivers/@types → driver/@type}/IOpen.d.ts +0 -0
  790. /package/esm/{drivers/@types → driver/@type}/index.d.ts +0 -0
  791. /package/esm/{coms/tables → driver/bridge}/index.d.ts +0 -0
  792. /package/esm/{drivers/builders → driver/builder}/BuilderFactory.d.ts +0 -0
  793. /package/esm/{drivers/builders/entities → driver/builder/entity}/ProviderTable.d.ts +0 -0
  794. /package/esm/{drivers/builders/entities → driver/builder/entity}/index.d.ts +0 -0
  795. /package/esm/{drivers/builders → driver/builder}/implement/index.d.ts +0 -0
  796. /package/esm/{drivers/cdns → driver/cdn}/CdnFactory.d.ts +0 -0
  797. /package/esm/{drivers/cdns/implements → driver/cdn/implement}/index.d.ts +0 -0
  798. /package/esm/{drivers/cryptors → driver/cryptor}/CryptorFactory.d.ts +0 -0
  799. /package/esm/{drivers/cryptors/implements → driver/cryptor/implement}/index.d.ts +0 -0
  800. /package/esm/{drivers/cryptors → driver/cryptor}/index.d.ts +0 -0
  801. /package/esm/{drivers/encoders → driver/encoder}/EncoderFactory.d.ts +0 -0
  802. /package/esm/{drivers/encoders → driver/encoder}/implement/index.d.ts +0 -0
  803. /package/esm/{drivers/encoders → driver/encoder}/index.d.ts +0 -0
  804. /package/esm/{drivers/excels → driver/excel}/ExcelFactory.d.ts +0 -0
  805. /package/esm/{drivers/excels/implements → driver/excel/implement}/index.d.ts +0 -0
  806. /package/esm/{drivers/excels → driver/excel}/index.d.ts +0 -0
  807. /package/esm/{drivers/explainers → driver/explainer}/ExplainerFactory.d.ts +0 -0
  808. /package/esm/{drivers/explainers → driver/explainer}/implement/index.d.ts +0 -0
  809. /package/esm/{drivers/explainers → driver/explainer}/index.d.ts +0 -0
  810. /package/esm/{drivers/features → driver/feature}/FeatureFactory.d.ts +0 -0
  811. /package/esm/{drivers/features/implements → driver/feature/implement}/index.d.ts +0 -0
  812. /package/esm/{drivers/features → driver/feature}/index.d.ts +0 -0
  813. /package/esm/{drivers/hashers → driver/hasher}/HasherFactory.d.ts +0 -0
  814. /package/esm/{drivers/hashers → driver/hasher}/implement/index.d.ts +0 -0
  815. /package/esm/{drivers/hashers → driver/hasher}/index.d.ts +0 -0
  816. /package/esm/{drivers/https/entities → driver/http/entity}/HttpMessage.d.ts +0 -0
  817. /package/esm/{drivers/https/entities → driver/http/entity}/HttpModel.d.ts +0 -0
  818. /package/esm/{drivers/https/entities → driver/http/entity}/HttpRequest.d.ts +0 -0
  819. /package/esm/{drivers/https/entities → driver/http/entity}/HttpResponse.d.ts +0 -0
  820. /package/esm/{drivers/https/entities → driver/http/entity}/index.d.ts +0 -0
  821. /package/esm/{drivers/https/implements → driver/http/implement}/index.d.ts +0 -0
  822. /package/esm/{drivers/i18ns → driver/i18n}/I18nFactory.d.ts +0 -0
  823. /package/esm/{drivers/i18ns/implements → driver/i18n/implement}/index.d.ts +0 -0
  824. /package/esm/{drivers/i18ns → driver/i18n}/index.d.ts +0 -0
  825. /package/esm/{drivers/identities/entities → driver/identity/entity}/IdentityPayload.d.ts +0 -0
  826. /package/esm/{drivers/identities/entities → driver/identity/entity}/index.d.ts +0 -0
  827. /package/esm/{drivers/identities/implements → driver/identity/implement}/index.d.ts +0 -0
  828. /package/esm/{drivers/messengers → driver/messenger}/MessengerFactory.d.ts +0 -0
  829. /package/esm/{drivers/messengers → driver/messenger}/implement/index.d.ts +0 -0
  830. /package/esm/{drivers/providers → driver/provider}/ProviderFactory.d.ts +0 -0
  831. /package/esm/{drivers/providers/helpers → driver/provider/helper}/SqlHelper.d.ts +0 -0
  832. /package/esm/{drivers/providers/helpers → driver/provider/helper}/index.d.ts +0 -0
  833. /package/esm/{drivers/providers/implements → driver/provider/implement}/index.d.ts +0 -0
  834. /package/esm/{drivers/signers → driver/signer}/SignerFactory.d.ts +0 -0
  835. /package/esm/{drivers/signers/entities → driver/signer/entity}/SignerInfo.d.ts +0 -0
  836. /package/esm/{drivers/signers/entities → driver/signer/entity}/index.d.ts +0 -0
  837. /package/esm/{drivers/signers/implements → driver/signer/implement}/index.d.ts +0 -0
  838. /package/esm/{drivers/signers → driver/signer}/index.d.ts +0 -0
  839. /package/esm/{drivers/sockets/@types → driver/socket/@type}/SubscribedWindow.d.ts +0 -0
  840. /package/esm/{drivers/sockets/@types → driver/socket/@type}/index.d.ts +0 -0
  841. /package/esm/{drivers/sockets/entities → driver/socket/entity}/SocketProgress.d.ts +0 -0
  842. /package/esm/{drivers/sockets/entities → driver/socket/entity}/SocketResponse.d.ts +0 -0
  843. /package/esm/{drivers/sockets/entities → driver/socket/entity}/index.d.ts +0 -0
  844. /package/esm/{drivers/sockets → driver/socket}/implement/index.d.ts +0 -0
  845. /package/esm/{drivers/ssos → driver/sso}/SsoFactory.d.ts +0 -0
  846. /package/esm/{drivers/ssos/implements → driver/sso/implement}/index.d.ts +0 -0
  847. /package/esm/{drivers/tasks → driver/task}/TaskFactory.d.ts +0 -0
  848. /package/esm/{drivers/tasks → driver/task}/implement/index.d.ts +0 -0
  849. /package/esm/{drivers/tasks → driver/task}/index.d.ts +0 -0
  850. /package/esm/{drivers/templates → driver/template}/TemplateFactory.d.ts +0 -0
  851. /package/esm/{drivers/templates → driver/template}/implement/index.d.ts +0 -0
  852. /package/esm/{drivers/templates → driver/template}/index.d.ts +0 -0
  853. /package/esm/{drivers/util/@types → driver/util/@type}/JsonConfig.d.ts +0 -0
  854. /package/esm/{drivers/util/@types → driver/util/@type}/TreeNodeProp.d.ts +0 -0
  855. /package/esm/{drivers/util/implements → driver/util/implement}/index.d.ts +0 -0
  856. /package/esm/{drivers/utilities/@types → driver/utility/@type}/Position.d.ts +0 -0
  857. /package/esm/{drivers/utilities/@types → driver/utility/@type}/Rect.d.ts +0 -0
  858. /package/esm/{drivers/utilities → driver/utility}/UtilityFactory.d.ts +0 -0
  859. /package/esm/{drivers/utilities → driver/utility}/implement/index.d.ts +0 -0
  860. /package/esm/{drivers/videos → driver/video}/VideoFactory.d.ts +0 -0
  861. /package/esm/{drivers/videos → driver/video}/index.d.ts +0 -0
  862. /package/esm/{drivers/voices → driver/voice}/VoiceFactory.d.ts +0 -0
  863. /package/esm/{drivers/voices → driver/voice}/implement/index.d.ts +0 -0
  864. /package/esm/{drivers/voices → driver/voice}/index.d.ts +0 -0
  865. /package/esm/{repos/entities → repo/entity}/index.d.ts +0 -0
  866. /package/esm/{repos/implements → repo/implement}/SettingRepo.d.ts +0 -0
  867. /package/esm/{repos/implements → repo/implement}/index.d.ts +0 -0
  868. /package/esm/{drivers/bridges → svc/@type}/index.d.ts +0 -0
  869. /package/esm/{svcs → svc}/SvcFactory.d.ts +0 -0
  870. /package/esm/{svcs/entities → svc/entity}/SysConfig.d.ts +0 -0
  871. /package/esm/{svcs/entities → svc/entity}/UserConfig.d.ts +0 -0
  872. /package/esm/{svcs/entities → svc/entity}/index.d.ts +0 -0
  873. /package/esm/{svcs → svc}/implement/EnvSvc.d.ts +0 -0
  874. /package/esm/{svcs → svc}/implement/LogSvc.d.ts +0 -0
  875. /package/esm/{svcs → svc}/implement/SettingSvc.d.ts +0 -0
  876. /package/esm/{svcs → svc}/implement/index.d.ts +0 -0
@@ -0,0 +1,24 @@
1
+ import { BaseUtility } from "../BaseUtility";
2
+ /**
3
+ * 鼠标工具类
4
+ */
5
+ export declare class MouseUtility extends BaseUtility {
6
+ container: HTMLElement;
7
+ closeTriggers: HTMLElement[];
8
+ /**
9
+ * 初始化,并绑定自动关闭上下文菜单事件
10
+ */
11
+ constructor(container: HTMLElement, closeTriggers?: any[]);
12
+ /**
13
+ * 手动关闭右键上下文菜单
14
+ */
15
+ close: () => void;
16
+ /**
17
+ * 根据鼠标事件,显示右键上下文弹窗
18
+ */
19
+ show: (event: MouseEvent) => void;
20
+ /**
21
+ * 资源释放,防止内存泄漏
22
+ */
23
+ dispose: () => void;
24
+ }
@@ -0,0 +1,40 @@
1
+ import { BaseUtility } from "../BaseUtility";
2
+ /**
3
+ * 随机数工具类
4
+ * 带状态,如随机数记录了已经使用过的随机数
5
+ */
6
+ export declare class RandomUtility extends BaseUtility {
7
+ /**
8
+ * 随机数总长度
9
+ */
10
+ length: number;
11
+ /**
12
+ * 当前显示元素之前的数组
13
+ */
14
+ history: number[];
15
+ /**
16
+ * 即将要显示的数组(未空表示用户还没看过,可随机生成)
17
+ */
18
+ future: number[];
19
+ /**
20
+ * 当前元素指针,索引值,用于指示当前显示的数在所有数组中的位置
21
+ */
22
+ current: number;
23
+ /**
24
+ * 是否有上一个数
25
+ */
26
+ get hasPrev(): boolean;
27
+ /**
28
+ * 是否有下一个数
29
+ */
30
+ get hasNext(): boolean;
31
+ /**
32
+ * 获取轨迹中的上一个数的索引,箭头函数可能会导致数据更新,但是UI不更新
33
+ */
34
+ prev(): number;
35
+ /**
36
+ * 获取下一个数
37
+ * 优先从轨迹获取,轨迹没有则取随机数
38
+ */
39
+ next(): number;
40
+ }
@@ -0,0 +1,66 @@
1
+ import { WatchHandle } from "vue";
2
+ import { BaseUtility } from "../BaseUtility";
3
+ import { ITask } from "../../task";
4
+ import { IProvider } from "../../provider";
5
+ /**
6
+ * 自动保存工具
7
+ * 函数式编程,从而可以让方法被多处使用
8
+ */
9
+ export declare class SaveUtility extends BaseUtility {
10
+ /**
11
+ * 已开启窗口key集合
12
+ ** 使用静态对象记录各自工具类开启的窗口,保证同一个kind工具类,被窗口多开时,能够杜绝异步方法导致的变量不一致问题
13
+ */
14
+ static opened: {
15
+ [kind: string]: string[];
16
+ };
17
+ /**
18
+ * 任务实例,用于控制任务并发
19
+ */
20
+ task: ITask;
21
+ /**
22
+ * 是否已释放
23
+ */
24
+ disposed: boolean;
25
+ /**
26
+ * 数据库驱动
27
+ */
28
+ provider: IProvider;
29
+ /**
30
+ * 内容类别标识
31
+ */
32
+ kind: string;
33
+ /**
34
+ * 实际对应的数据主键
35
+ */
36
+ key: string;
37
+ /**
38
+ * 最新表单
39
+ */
40
+ form: any;
41
+ /**
42
+ * 待删除的主键
43
+ */
44
+ oldKey: string;
45
+ /**
46
+ * 内容变动监听程序
47
+ */
48
+ handler: (val: any, oldVal: any) => Promise<void>;
49
+ /**
50
+ * 停止侦听器
51
+ */
52
+ unwatch: WatchHandle;
53
+ /**
54
+ * 开启、绑定并监控表单数据,返回指定键的表单数据
55
+ ** 如果指定了key,说明是多窗口保存,当key无对应值时,系统会自动筛选type下未使用的key绑定到当前表单上
56
+ */
57
+ openAsync(kind: string, type: string, name: string, form: any): Promise<any>;
58
+ /**
59
+ * 手动保存
60
+ */
61
+ saveAsync(form: any): Promise<void>;
62
+ /**
63
+ * VIP:资源释放
64
+ */
65
+ dispose(dispose?: boolean): Promise<void>;
66
+ }
@@ -0,0 +1,3 @@
1
+ export * from "./@type";
2
+ export * from "./implement";
3
+ export * from "./UtilityFactory";
@@ -0,0 +1,3 @@
1
+ import { IDriver } from "../@type";
2
+ export interface IVideo extends IDriver {
3
+ }
@@ -0,0 +1,10 @@
1
+ import { IVoice } from "./IVoice";
2
+ /**
3
+ * 声音处理基类
4
+ */
5
+ export declare abstract class BaseVoice implements IVoice {
6
+ type: string;
7
+ abstract startRecord(): string;
8
+ abstract download(): void;
9
+ abstract endRecord(): string;
10
+ }
@@ -0,0 +1,15 @@
1
+ import { IDriver } from "../@type";
2
+ export interface IVoice extends IDriver {
3
+ /**
4
+ * 开始录音
5
+ */
6
+ startRecord(): string;
7
+ /**
8
+ * 结束录音
9
+ */
10
+ endRecord(): string;
11
+ /**
12
+ * 下载录音
13
+ */
14
+ download(): void;
15
+ }
@@ -0,0 +1,7 @@
1
+ import { BaseVoice } from "../BaseVoice";
2
+ export declare class DefaultVoice extends BaseVoice {
3
+ type: string;
4
+ download(): void;
5
+ endRecord(): string;
6
+ startRecord(): string;
7
+ }
@@ -0,0 +1,10 @@
1
+ import { BaseVoice } from "../BaseVoice";
2
+ /**
3
+ * 文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/JS-SDK.html#23
4
+ */
5
+ export declare class TencentVoice extends BaseVoice {
6
+ type: string;
7
+ download(): void;
8
+ endRecord(): string;
9
+ startRecord(): string;
10
+ }
@@ -1,5 +1,5 @@
1
- import { ICdn, IEncoder, IHasher, IHttp, II18n, IMessenger, ISocket, ITemplate, SsoUser } from "../drivers";
2
- import { FeOptions } from "../@types";
1
+ import { ICdn, IEncoder, IHasher, IHttp, II18n, IMessenger, ISocket, ITemplate, SsoInfo } from "../driver";
2
+ import { FeOptions } from "../@type";
3
3
  /**
4
4
  * 驱动常用实例集合,封装后方便修改引用
5
5
  */
@@ -49,4 +49,4 @@ export declare function initDriverAsync(options: FeOptions): Promise<void>;
49
49
  * 重新创建通信协议
50
50
  * 用于:重新登录时,开启Http和Socket工具
51
51
  */
52
- export declare function reopenProtocolAsync(user: SsoUser): Promise<void>;
52
+ export declare function reopenProtocolAsync(user: SsoInfo): Promise<void>;
@@ -1,6 +1,6 @@
1
- import { BuilderFactory, CdnFactory, EncoderFactory, CryptorFactory, ExcelFactory, ExplainerFactory, FeatureFactory, HasherFactory, UtilFactory, I18nFactory, IdentityFactory, HttpFactory, MessengerFactory, ProviderFactory, SignerFactory, SocketFactory, SsoFactory, TaskFactory, TemplateFactory, UtilityFactory } from "../drivers";
2
- import { RepoFactory } from "../repos";
3
- import { SvcFactory } from "../svcs";
1
+ import { BuilderFactory, CdnFactory, EncoderFactory, CryptorFactory, ExcelFactory, ExplainerFactory, FeatureFactory, HasherFactory, UtilFactory, I18nFactory, IdentityFactory, HttpFactory, MessengerFactory, ProviderFactory, SignerFactory, SocketFactory, SsoFactory, TaskFactory, TemplateFactory, UtilityFactory } from "../driver";
2
+ import { RepoFactory } from "../repo";
3
+ import { SvcFactory } from "../svc";
4
4
  /**
5
5
  * 工厂集合
6
6
  */
@@ -1,6 +1,5 @@
1
1
  import { IFactory } from "./IFactory";
2
- import { IDriver } from "../drivers";
3
- import { Ref } from "../plugins";
2
+ import { IDriver, Ref } from "../driver";
4
3
  /**
5
4
  * 工厂基类
6
5
  */
@@ -1,5 +1,5 @@
1
1
  import { Drivers } from "./Drivers";
2
- import { FeOptions } from "../@types";
2
+ import { FeOptions } from "../@type";
3
3
  /**
4
4
  * 多语言翻译功能集合
5
5
  */
@@ -8,15 +8,46 @@ export declare class I18ns {
8
8
  * 提取可导出的翻译方法,当i18n实例变化后,导出的方案会跟着变化?
9
9
  */
10
10
  static t: typeof Drivers.i18n.t;
11
+ /**
12
+ * 判断指定key是否存在
13
+ */
11
14
  static exists: typeof Drivers.i18n.exists;
15
+ /**
16
+ * 系统翻译
17
+ */
12
18
  static sys: typeof Drivers.i18n.sys;
19
+ /**
20
+ * 枚举翻译:菜单多余言、多个窗口的多语言同时切换,而不用重载接口
21
+ */
13
22
  static enum: typeof Drivers.i18n.enum;
23
+ /**
24
+ * 业务翻译:菜单多余言、多个窗口的多语言同时切换,而不用重载接口
25
+ * 注意:如果结果返回未完毕},则vue编译异常
26
+ */
14
27
  static field: typeof Drivers.i18n.field;
28
+ /**
29
+ * 字段占位符翻译
30
+ */
15
31
  static field_choose_placeholder: typeof Drivers.i18n.field_choose_placeholder;
32
+ /**
33
+ * 字段占位符翻译
34
+ */
16
35
  static field_placeholder: typeof Drivers.i18n.field_placeholder;
36
+ /**
37
+ * 业务翻译:菜单多余言、多个窗口的多语言同时切换,而不用重载接口
38
+ */
17
39
  static table: typeof Drivers.i18n.table;
40
+ /**
41
+ * 模块业务翻译
42
+ */
18
43
  static module: typeof Drivers.i18n.module;
44
+ /**
45
+ * 业务翻译:菜单多语言、多个窗口的多语言同时切换,而不用重载接口
46
+ */
19
47
  static menu: typeof Drivers.i18n.menu;
48
+ /**
49
+ * 设置标题
50
+ */
20
51
  static setTitle: typeof Drivers.i18n.setTitle;
21
52
  }
22
53
  /**
@@ -1,4 +1,4 @@
1
- import { Ref } from "../plugins";
1
+ import { Ref } from "../driver";
2
2
  /**
3
3
  * 工厂接口
4
4
  */
@@ -1,4 +1,4 @@
1
- import { ModuleRepo, QueryRepo, SettingRepo } from "../repos";
1
+ import { ModuleRepo, QueryRepo, SettingRepo } from "../repo";
2
2
  /**
3
3
  * 仓储集合
4
4
  */
@@ -1,38 +1,13 @@
1
- import { EnvSvc, LogSvc, UserSvc } from "../svcs";
1
+ import { EnvSvc, LogSvc, UserSvc } from "../svc";
2
+ import { CompSvc } from "../svc/implement/CompSvc";
2
3
  /**
3
4
  * 服务集合基类,通过继承可以实现类型扩展
4
5
  */
5
6
  export declare class Svcs {
6
7
  /**
7
- * 系统设置服务
8
+ * 组件服务实例
8
9
  */
9
- static setting: {
10
- loaded: boolean;
11
- particles: boolean;
12
- home: string;
13
- background: any;
14
- font: string;
15
- language: string;
16
- layout: string;
17
- theme: string;
18
- themes: any[];
19
- layouts: any[];
20
- backgrounds: any[];
21
- locales: any[];
22
- cdns: any[];
23
- fonts: any;
24
- ssos: any[];
25
- size: string;
26
- watermark: any;
27
- app: string;
28
- env: string;
29
- central: any;
30
- business: any;
31
- upload: any;
32
- version: any;
33
- init: () => Promise<void>;
34
- load: () => Promise<any>;
35
- };
10
+ static comp: CompSvc;
36
11
  /**
37
12
  * 驱动服务实例
38
13
  */
@@ -53,7 +28,7 @@ export declare class Svcs {
53
28
  intelli: {};
54
29
  };
55
30
  open: (config: any) => void;
56
- bindAsync: (configs: import("../svcs/entities").UserConfig[]) => Promise<void>;
31
+ bindAsync: (configs: import("../svc/entity").UserConfig[]) => Promise<void>;
57
32
  tryAddSchema: (uri: string, fileMatch: string, schema: object) => void;
58
33
  getAsync: (kind: string, type: string) => Promise<any>;
59
34
  setBackground: (background: string) => void;
@@ -63,6 +38,36 @@ export declare class Svcs {
63
38
  patchAsync: (kind: string, type: string, body: any) => Promise<boolean>;
64
39
  getLanguage: () => string;
65
40
  };
41
+ /**
42
+ * 系统设置服务
43
+ */
44
+ static setting: {
45
+ loaded: boolean;
46
+ particles: boolean;
47
+ home: string;
48
+ background: any;
49
+ font: string;
50
+ language: string;
51
+ layout: string;
52
+ theme: string;
53
+ themes: any[];
54
+ layouts: any[];
55
+ backgrounds: any[];
56
+ locales: any[];
57
+ cdns: any[];
58
+ fonts: any;
59
+ ssos: any[];
60
+ size: string;
61
+ watermark: any;
62
+ app: string;
63
+ env: string;
64
+ central: any;
65
+ business: any;
66
+ upload: any;
67
+ version: any;
68
+ init: () => Promise<void>;
69
+ load: () => Promise<any>;
70
+ };
66
71
  /**
67
72
  * 包装配置服务,保证驱动服务具有响应式,并且不需.value后缀
68
73
  */
@@ -0,0 +1,33 @@
1
+ /**
2
+ * 工具类集合
3
+ */
4
+ export declare class Utilities {
5
+ /**
6
+ * 创建固定工具
7
+ */
8
+ static get affix(): (ele: Element, parent: Element) => import("../driver").AffixUtility;
9
+ /**
10
+ * 创建对比工具
11
+ */
12
+ static get delta(): () => import("../driver").DeltaUtility;
13
+ /**
14
+ * 创建事件工具
15
+ */
16
+ static get event(): () => import("../driver").EventUtility;
17
+ /**
18
+ * 键盘工具类
19
+ */
20
+ static get keyboard(): () => import("../driver").KeyboardUtility;
21
+ /**
22
+ * 创建鼠标工具
23
+ */
24
+ static get mouse(): (container: HTMLElement, closeTriggers?: any[]) => import("../driver").MouseUtility;
25
+ /**
26
+ * 创建随机工具
27
+ */
28
+ static get random(): () => import("../driver").RandomUtility;
29
+ /**
30
+ * 创建保存工具
31
+ */
32
+ static get save(): () => import("../driver").SaveUtility;
33
+ }
@@ -1,27 +1,90 @@
1
- import { ArrayUtil, ComponentUtil, DomUtil, DictionaryUtil, EventUtil, FileUtil, HtmlUtil, ImageUtil, MathUtil, MountUtil, ObjectUtil, MicroUtil, StringUtil, TaskUtil, TimeUtil, TreeUtil, ScrollUtil, JsonUtil, BrowserUtil, UrlUtil, SignUtil } from "../drivers/util";
1
+ import { ArrayUtil, ComponentUtil, DomUtil, DictionaryUtil, EventUtil, FileUtil, HtmlUtil, ImageUtil, MathUtil, MountUtil, ObjectUtil, MicroUtil, StringUtil, TaskUtil, TimeUtil, TreeUtil, ScrollUtil, JsonUtil, BrowserUtil, UrlUtil, SignUtil } from "../driver";
2
2
  /**
3
3
  * 工具集合(无状态)
4
4
  */
5
5
  export declare class Utils {
6
+ /**
7
+ * 数组工具
8
+ */
6
9
  static get array(): ArrayUtil;
10
+ /**
11
+ * 浏览器工具
12
+ */
7
13
  static get browser(): BrowserUtil;
14
+ /**
15
+ * 组件工具
16
+ */
8
17
  static get component(): ComponentUtil;
18
+ /**
19
+ * DOM操作工具
20
+ */
9
21
  static get dom(): DomUtil;
22
+ /**
23
+ * 字典工具
24
+ */
10
25
  static get dictionary(): DictionaryUtil;
26
+ /**
27
+ * 事件工具
28
+ */
11
29
  static get event(): EventUtil;
30
+ /**
31
+ * 文件工具
32
+ */
12
33
  static get file(): FileUtil;
34
+ /**
35
+ * HTML工具
36
+ */
13
37
  static get html(): HtmlUtil;
38
+ /**
39
+ * 图片工具
40
+ */
14
41
  static get image(): ImageUtil;
42
+ /**
43
+ * Json工具集
44
+ */
15
45
  static get json(): JsonUtil;
46
+ /**
47
+ * 数学工具集
48
+ */
16
49
  static get math(): MathUtil;
50
+ /**
51
+ * 挂载工具
52
+ */
17
53
  static get mount(): MountUtil;
54
+ /**
55
+ * 对象工具
56
+ */
18
57
  static get object(): ObjectUtil;
58
+ /**
59
+ * 微前端工具
60
+ */
19
61
  static get micro(): MicroUtil;
62
+ /**
63
+ * 滚动工具
64
+ */
20
65
  static get scroll(): ScrollUtil;
66
+ /**
67
+ * 字符串工具
68
+ */
21
69
  static get string(): StringUtil;
70
+ /**
71
+ * 任务工具
72
+ */
22
73
  static get task(): TaskUtil;
74
+ /**
75
+ * 时间工具
76
+ */
23
77
  static get time(): TimeUtil;
78
+ /**
79
+ * 树工具
80
+ */
24
81
  static get tree(): TreeUtil;
82
+ /**
83
+ * URL工具
84
+ */
25
85
  static get url(): UrlUtil;
86
+ /**
87
+ * 签名工具
88
+ */
26
89
  static get sign(): SignUtil;
27
90
  }
@@ -4,4 +4,5 @@ export * from "./I18ns";
4
4
  export * from "./Factory";
5
5
  export * from "./Repos";
6
6
  export * from "./Svcs";
7
+ export * from "./Utilities";
7
8
  export * from "./Utils";
package/esm/main.d.ts CHANGED
@@ -1,12 +1,15 @@
1
- import { FeOptions } from "./@types";
2
- import "./styles/index.scss";
3
- export * from "./@types";
4
- export * from "./coms";
5
- export * from "./drivers";
1
+ import { FeOptions } from "./@type";
2
+ import "./style/index.scss";
3
+ /**
4
+ * 可以导出所有内容,包括factory中的工具类:Svcs,下游重命名该导入后可直接继承到同名类中
5
+ */
6
+ export * from "./@type";
7
+ export * from "./comp";
8
+ export * from "./driver";
6
9
  export * from "./factory";
7
- export * from "./plugins";
8
- export * from "./repos";
9
- export * from "./svcs";
10
+ export * from "./plugin";
11
+ export * from "./repo";
12
+ export * from "./svc";
10
13
  /**
11
14
  * 初始化前端基础框架
12
15
  */
@@ -0,0 +1,3 @@
1
+ import type * as Monaco from 'monaco-editor/esm/vs/editor/editor.api';
2
+ import moment from "moment";
3
+ export { Monaco, moment };
@@ -0,0 +1,7 @@
1
+ import { IRepo } from "./IRepo";
2
+ /**
3
+ * 仓储类基类
4
+ */
5
+ export declare abstract class BaseRepo implements IRepo {
6
+ type: string;
7
+ }
@@ -0,0 +1,3 @@
1
+ import { IDriver } from "../driver";
2
+ export interface IRepo extends IDriver {
3
+ }
@@ -0,0 +1,21 @@
1
+ import { Factory } from "../factory/Factory";
2
+ import { IRepo } from "./IRepo";
3
+ import { ModuleRepo, QueryRepo, SettingRepo } from "./implement";
4
+ /**
5
+ * 仓储工厂
6
+ */
7
+ export declare class RepoFactory extends Factory<IRepo> {
8
+ open(): void;
9
+ /**
10
+ * 模块仓储
11
+ */
12
+ get module(): ModuleRepo;
13
+ /**
14
+ * 查询仓储
15
+ */
16
+ get query(): QueryRepo;
17
+ /**
18
+ * 设置仓储
19
+ */
20
+ get setting(): SettingRepo;
21
+ }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * 键盘事件类型
3
+ */
4
+ export declare enum KeyboardType {
5
+ /**
6
+ * 保存
7
+ */
8
+ ctrlS = "ctrlS",
9
+ /**
10
+ * 换行或执行
11
+ */
12
+ ctrlEnter = "ctrlEnter"
13
+ }
@@ -0,0 +1,54 @@
1
+ import { BaseRepo } from "../BaseRepo";
2
+ import { SocketResponse } from "../../driver";
3
+ import { KeyboardType } from "../entity";
4
+ /**
5
+ * 模块仓储
6
+ */
7
+ export declare class ModuleRepo extends BaseRepo {
8
+ type: string;
9
+ /**
10
+ * 获取表的默认行数据
11
+ */
12
+ getDefaultRow: (table: any) => any;
13
+ /**
14
+ * 展开数据和架构信息
15
+ */
16
+ expandSet(schema: any[], set: any): any;
17
+ /**
18
+ * 展开架构信息 和 每行每列字段的规格信息
19
+ ** 好处:每行每个字段,需要多次访问同一个规格时,可以减少方法多次执行带来的性能损耗,实现规格复用
20
+ */
21
+ expandSchema(schema: any[], set: {
22
+ [name: string]: any;
23
+ }): any[];
24
+ /**
25
+ * 动态更新单个表的规格信息
26
+ ** 不指定当前变动字段的原因:保证被依赖的字段变动时,原字段也能够更新架构信息
27
+ */
28
+ updateSpec(table: any, set: any): void;
29
+ /**
30
+ * 展开所有数据表的搜索字段信息
31
+ */
32
+ expandSearch(schema: any[]): any[];
33
+ /**
34
+ * 调用刷新方法
35
+ */
36
+ invokeRefresh: (ref: any) => boolean;
37
+ /**
38
+ * 调用页面关闭方法
39
+ */
40
+ invokeClose: (ref: any, event: BeforeUnloadEvent) => boolean;
41
+ /**
42
+ * 调用键盘方法
43
+ * 统一封装,方便重构
44
+ */
45
+ invokeKeyboard: (ref: any, type: KeyboardType, event: KeyboardEvent) => boolean;
46
+ /**
47
+ * 调用Socket通信方法
48
+ */
49
+ invokeSocket: (ref: any, socketRes: SocketResponse<any>) => void;
50
+ /**
51
+ * 调用页面大小调整方法
52
+ */
53
+ invokeResize: (ref: any, event?: any) => boolean;
54
+ }