halo-fe 1.0.32 → 1.0.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (307) hide show
  1. package/dist/main.js +5588 -5347
  2. package/esm/@types/CreateFeOptions.d.ts +5 -2
  3. package/esm/@types/FeOptions.d.ts +32 -0
  4. package/esm/@types/index.d.ts +1 -2
  5. package/esm/apps/AppConstant.d.ts +1 -2
  6. package/esm/apps/index.d.ts +1 -2
  7. package/esm/coms/@types/ColumnEmit.d.ts +3 -0
  8. package/esm/coms/@types/ColumnProps.d.ts +5 -0
  9. package/esm/coms/@types/PagerEmit.d.ts +1 -2
  10. package/esm/coms/@types/PagerProps.d.ts +1 -2
  11. package/esm/coms/@types/ScrollerProps.d.ts +1 -2
  12. package/esm/coms/@types/SocketProgressProps.d.ts +1 -2
  13. package/esm/coms/@types/TabProps.d.ts +1 -2
  14. package/esm/coms/@types/TableEmit.d.ts +1 -2
  15. package/esm/coms/@types/TableProps.d.ts +1 -2
  16. package/esm/coms/@types/index.d.ts +9 -8
  17. package/esm/coms/Empty.vue.d.ts +3 -2
  18. package/esm/coms/Fill.vue.d.ts +3 -2
  19. package/esm/coms/Scroller.vue.d.ts +4 -3
  20. package/esm/coms/Timer.vue.d.ts +3 -2
  21. package/esm/coms/cards/Index.vue.d.ts +3 -2
  22. package/esm/coms/conditions/@types/ConditionGroupProps.d.ts +2 -3
  23. package/esm/coms/conditions/@types/ConditionProps.d.ts +1 -2
  24. package/esm/coms/conditions/@types/index.d.ts +2 -3
  25. package/esm/coms/conditions/Condition.vue.d.ts +1 -1
  26. package/esm/coms/conditions/Index.vue.d.ts +1 -1
  27. package/esm/coms/controls/@types/CodeEmit.d.ts +1 -2
  28. package/esm/coms/controls/@types/CodeIntelli.d.ts +1 -2
  29. package/esm/coms/controls/@types/CodeProps.d.ts +3 -4
  30. package/esm/coms/controls/@types/Range.d.ts +1 -2
  31. package/esm/coms/controls/@types/RichTextOptions.d.ts +0 -1
  32. package/esm/coms/controls/@types/RichTextProps.d.ts +1 -2
  33. package/esm/coms/controls/@types/index.d.ts +5 -6
  34. package/esm/coms/controls/Code.vue.d.ts +1 -1
  35. package/esm/coms/controls/Compare.vue.d.ts +1 -1
  36. package/esm/coms/controls/Input.vue.d.ts +1 -1
  37. package/esm/coms/controls/Option.vue.d.ts +1 -1
  38. package/esm/coms/controls/RichText.vue.d.ts +4 -2
  39. package/esm/coms/controls/Select.vue.d.ts +1 -1
  40. package/esm/coms/layouts/@types/RowProps.d.ts +1 -2
  41. package/esm/coms/layouts/@types/index.d.ts +1 -2
  42. package/esm/coms/layouts/Col.vue.d.ts +3 -2
  43. package/esm/coms/layouts/Container.vue.d.ts +3 -2
  44. package/esm/coms/layouts/Desc.vue.d.ts +1 -1
  45. package/esm/coms/layouts/Row.vue.d.ts +3 -2
  46. package/esm/coms/pagers/Index.vue.d.ts +1 -1
  47. package/esm/coms/progresses/Circle.vue.d.ts +1 -1
  48. package/esm/coms/progresses/Index.vue.d.ts +2 -2
  49. package/esm/coms/progresses/SocketProgress.vue.d.ts +3 -2
  50. package/esm/coms/tables/Column.vue.d.ts +22 -0
  51. package/esm/coms/tables/Index.vue.d.ts +9 -8
  52. package/esm/coms/tabs/Tab.vue.d.ts +1 -1
  53. package/esm/coms/tags/@types/TagProps.d.ts +1 -2
  54. package/esm/coms/tags/@types/index.d.ts +1 -2
  55. package/esm/coms/tags/Index.vue.d.ts +3 -2
  56. package/esm/coms/texts/@types/DanceProps.d.ts +1 -2
  57. package/esm/coms/texts/@types/index.d.ts +1 -2
  58. package/esm/coms/texts/Dance.vue.d.ts +1 -1
  59. package/esm/drivers/@types/IDispose.d.ts +1 -2
  60. package/esm/drivers/@types/IDriver.d.ts +1 -2
  61. package/esm/drivers/@types/IOpen.d.ts +1 -2
  62. package/esm/drivers/@types/index.d.ts +3 -4
  63. package/esm/drivers/bridges/IBridge.d.ts +1 -2
  64. package/esm/drivers/builders/Builder.d.ts +2 -3
  65. package/esm/drivers/builders/BuilderFactory.d.ts +3 -4
  66. package/esm/drivers/builders/IBuilder.d.ts +1 -2
  67. package/esm/drivers/builders/entities/ProviderTable.d.ts +1 -2
  68. package/esm/drivers/builders/entities/index.d.ts +1 -2
  69. package/esm/drivers/builders/implement/JsonBuilder.d.ts +2 -3
  70. package/esm/drivers/builders/implement/MongoBuilder.d.ts +2 -3
  71. package/esm/drivers/builders/implement/MySqlBuilder.d.ts +2 -3
  72. package/esm/drivers/builders/implement/SqlBuilder.d.ts +2 -3
  73. package/esm/drivers/builders/implement/index.d.ts +4 -0
  74. package/esm/drivers/builders/index.d.ts +2 -3
  75. package/esm/drivers/cdns/Cdn.d.ts +3 -7
  76. package/esm/drivers/cdns/CdnFactory.d.ts +3 -4
  77. package/esm/drivers/cdns/ICdn.d.ts +5 -2
  78. package/esm/drivers/cdns/implements/LocalCdn.d.ts +2 -3
  79. package/esm/drivers/cdns/implements/ThirdCdn.d.ts +2 -3
  80. package/esm/drivers/cdns/implements/index.d.ts +2 -0
  81. package/esm/drivers/cdns/index.d.ts +3 -4
  82. package/esm/drivers/cryptors/Cryptor.d.ts +4 -5
  83. package/esm/drivers/cryptors/CryptorFactory.d.ts +2 -3
  84. package/esm/drivers/cryptors/ICryptor.d.ts +2 -3
  85. package/esm/drivers/cryptors/implements/AesCryptor.d.ts +3 -4
  86. package/esm/drivers/cryptors/implements/PoJunCryptor.d.ts +13 -0
  87. package/esm/drivers/cryptors/implements/index.d.ts +2 -0
  88. package/esm/drivers/cryptors/index.d.ts +2 -3
  89. package/esm/drivers/encoders/Encoder.d.ts +2 -3
  90. package/esm/drivers/encoders/EncoderFactory.d.ts +3 -4
  91. package/esm/drivers/encoders/IEncoder.d.ts +1 -2
  92. package/esm/drivers/encoders/implement/Base64Encoder.d.ts +2 -3
  93. package/esm/drivers/encoders/implement/UrlEncoder.d.ts +2 -3
  94. package/esm/drivers/encoders/implement/index.d.ts +2 -0
  95. package/esm/drivers/encoders/index.d.ts +2 -3
  96. package/esm/drivers/excels/Excel.d.ts +2 -3
  97. package/esm/drivers/excels/ExcelFactory.d.ts +3 -4
  98. package/esm/drivers/excels/IExcel.d.ts +1 -2
  99. package/esm/drivers/excels/implements/XlsxExcel.d.ts +2 -3
  100. package/esm/drivers/excels/implements/index.d.ts +1 -0
  101. package/esm/drivers/excels/index.d.ts +2 -3
  102. package/esm/drivers/explainers/Explainer.d.ts +2 -3
  103. package/esm/drivers/explainers/ExplainerFactory.d.ts +3 -4
  104. package/esm/drivers/explainers/IExplainer.d.ts +1 -2
  105. package/esm/drivers/explainers/implement/JsonExplainer.d.ts +2 -3
  106. package/esm/drivers/explainers/implement/index.d.ts +1 -0
  107. package/esm/drivers/explainers/index.d.ts +1 -2
  108. package/esm/drivers/features/Feature.d.ts +2 -3
  109. package/esm/drivers/features/FeatureFactory.d.ts +3 -4
  110. package/esm/drivers/features/IFeature.d.ts +1 -2
  111. package/esm/drivers/features/implements/ExpressionFeature.d.ts +2 -3
  112. package/esm/drivers/features/implements/I18NFeature.d.ts +2 -3
  113. package/esm/drivers/features/implements/SortFeature.d.ts +2 -3
  114. package/esm/drivers/features/implements/index.d.ts +3 -0
  115. package/esm/drivers/features/index.d.ts +2 -3
  116. package/esm/drivers/hashers/Hasher.d.ts +2 -3
  117. package/esm/drivers/hashers/HasherFactory.d.ts +3 -4
  118. package/esm/drivers/hashers/IHasher.d.ts +1 -2
  119. package/esm/drivers/hashers/implement/Md5Hasher.d.ts +2 -3
  120. package/esm/drivers/hashers/implement/Sha256Hasher.d.ts +2 -3
  121. package/esm/drivers/hashers/implement/index.d.ts +2 -0
  122. package/esm/drivers/hashers/index.d.ts +2 -3
  123. package/esm/drivers/https/Http.d.ts +3 -5
  124. package/esm/drivers/https/HttpFactory.d.ts +6 -6
  125. package/esm/drivers/https/IHttp.d.ts +3 -5
  126. package/esm/drivers/https/entities/HttpMessage.d.ts +3 -4
  127. package/esm/drivers/https/entities/HttpModel.d.ts +2 -3
  128. package/esm/drivers/https/entities/HttpProgress.d.ts +2 -3
  129. package/esm/drivers/https/entities/HttpRequest.d.ts +2 -3
  130. package/esm/drivers/https/entities/HttpResponse.d.ts +3 -4
  131. package/esm/drivers/https/entities/index.d.ts +4 -4
  132. package/esm/drivers/https/implements/DefaultHttp.d.ts +3 -5
  133. package/esm/drivers/https/implements/EiHttp.d.ts +13 -18
  134. package/esm/drivers/https/implements/FeiShuHttp.d.ts +2 -3
  135. package/esm/drivers/https/implements/HaloHttp.d.ts +4 -9
  136. package/esm/drivers/https/implements/MkHttp.d.ts +3 -4
  137. package/esm/drivers/https/implements/index.d.ts +5 -0
  138. package/esm/drivers/https/index.d.ts +3 -4
  139. package/esm/drivers/i18ns/I18n.d.ts +12 -13
  140. package/esm/drivers/i18ns/I18nFactory.d.ts +3 -4
  141. package/esm/drivers/i18ns/II18n.d.ts +11 -12
  142. package/esm/drivers/i18ns/implements/DefaultI18n.d.ts +3 -4
  143. package/esm/drivers/i18ns/implements/index.d.ts +1 -0
  144. package/esm/drivers/i18ns/index.d.ts +2 -3
  145. package/esm/drivers/identities/IIdentity.d.ts +15 -0
  146. package/esm/drivers/identities/Identity.d.ts +11 -0
  147. package/esm/drivers/identities/IdentityFactory.d.ts +8 -0
  148. package/esm/drivers/identities/entities/IdentityPayload.d.ts +5 -0
  149. package/esm/drivers/identities/entities/index.d.ts +1 -0
  150. package/esm/drivers/identities/implements/DefaultIdentity.d.ts +9 -0
  151. package/esm/drivers/identities/implements/EiIdentity.d.ts +15 -0
  152. package/esm/drivers/identities/implements/index.d.ts +2 -0
  153. package/esm/drivers/identities/index.d.ts +3 -0
  154. package/esm/drivers/index.d.ts +1 -50
  155. package/esm/drivers/messengers/IMessenger.d.ts +1 -2
  156. package/esm/drivers/messengers/Messenger.d.ts +2 -3
  157. package/esm/drivers/messengers/MessengerFactory.d.ts +5 -6
  158. package/esm/drivers/messengers/implement/ConsoleMessenger.d.ts +2 -3
  159. package/esm/drivers/messengers/implement/index.d.ts +1 -0
  160. package/esm/drivers/messengers/index.d.ts +3 -4
  161. package/esm/drivers/providers/IProvider.d.ts +1 -2
  162. package/esm/drivers/providers/Provider.d.ts +2 -3
  163. package/esm/drivers/providers/ProviderFactory.d.ts +3 -4
  164. package/esm/drivers/providers/helpers/SqlHelper.d.ts +1 -2
  165. package/esm/drivers/providers/helpers/index.d.ts +1 -2
  166. package/esm/drivers/providers/implements/CookieProvider.d.ts +2 -3
  167. package/esm/drivers/providers/implements/IndexedDbProvider.d.ts +2 -3
  168. package/esm/drivers/providers/implements/StorageProvider.d.ts +2 -3
  169. package/esm/drivers/providers/implements/index.d.ts +3 -0
  170. package/esm/drivers/providers/index.d.ts +2 -3
  171. package/esm/drivers/signers/ISigner.d.ts +10 -23
  172. package/esm/drivers/signers/Signer.d.ts +8 -11
  173. package/esm/drivers/signers/SignerFactory.d.ts +3 -4
  174. package/esm/drivers/signers/entities/SignerInfo.d.ts +13 -0
  175. package/esm/drivers/signers/entities/index.d.ts +1 -0
  176. package/esm/drivers/signers/implements/DefaultSigner.d.ts +11 -11
  177. package/esm/drivers/signers/implements/EiSigner.d.ts +21 -0
  178. package/esm/drivers/signers/implements/index.d.ts +2 -0
  179. package/esm/drivers/signers/index.d.ts +2 -3
  180. package/esm/drivers/sockets/@types/SubscribedWindow.d.ts +1 -2
  181. package/esm/drivers/sockets/@types/index.d.ts +1 -2
  182. package/esm/drivers/sockets/ISocket.d.ts +5 -6
  183. package/esm/drivers/sockets/Socket.d.ts +6 -7
  184. package/esm/drivers/sockets/SocketFactory.d.ts +6 -6
  185. package/esm/drivers/sockets/entities/SocketProgress.d.ts +1 -2
  186. package/esm/drivers/sockets/entities/SocketResponse.d.ts +1 -2
  187. package/esm/drivers/sockets/entities/index.d.ts +2 -3
  188. package/esm/drivers/sockets/implement/DefaultSocket.d.ts +30 -8
  189. package/esm/drivers/sockets/implement/index.d.ts +1 -0
  190. package/esm/drivers/sockets/index.d.ts +2 -3
  191. package/esm/drivers/ssos/ISso.d.ts +4 -12
  192. package/esm/drivers/ssos/Sso.d.ts +6 -10
  193. package/esm/drivers/ssos/SsoFactory.d.ts +3 -4
  194. package/esm/drivers/ssos/entities/SsoUser.d.ts +1 -2
  195. package/esm/drivers/ssos/entities/index.d.ts +1 -2
  196. package/esm/drivers/ssos/implements/AnonymousSso.d.ts +5 -10
  197. package/esm/drivers/ssos/implements/BearerSso.d.ts +4 -9
  198. package/esm/drivers/ssos/implements/NioSso.d.ts +4 -9
  199. package/esm/drivers/ssos/implements/SecretSso.d.ts +4 -9
  200. package/esm/drivers/ssos/implements/WeiXinSso.d.ts +3 -9
  201. package/esm/drivers/ssos/implements/index.d.ts +5 -0
  202. package/esm/drivers/ssos/index.d.ts +2 -3
  203. package/esm/drivers/tasks/ITask.d.ts +1 -2
  204. package/esm/drivers/tasks/Task.d.ts +2 -3
  205. package/esm/drivers/tasks/TaskFactory.d.ts +7 -4
  206. package/esm/drivers/tasks/implement/MemoryTask.d.ts +3 -4
  207. package/esm/drivers/tasks/implement/index.d.ts +1 -0
  208. package/esm/drivers/tasks/index.d.ts +2 -3
  209. package/esm/drivers/templates/ITemplate.d.ts +1 -2
  210. package/esm/drivers/templates/Template.d.ts +2 -3
  211. package/esm/drivers/templates/TemplateFactory.d.ts +7 -4
  212. package/esm/drivers/templates/implement/LiquidTemplate.d.ts +2 -3
  213. package/esm/drivers/templates/implement/index.d.ts +1 -0
  214. package/esm/drivers/templates/index.d.ts +2 -3
  215. package/esm/drivers/util/@types/JsonConfig.d.ts +1 -2
  216. package/esm/drivers/util/@types/TreeNodeProp.d.ts +1 -2
  217. package/esm/drivers/util/@types/index.d.ts +2 -3
  218. package/esm/drivers/util/IUtil.d.ts +1 -2
  219. package/esm/drivers/util/Util.d.ts +2 -3
  220. package/esm/drivers/util/UtilFactory.d.ts +4 -5
  221. package/esm/drivers/util/implements/ArrayUtil.d.ts +2 -3
  222. package/esm/drivers/util/implements/BrowserUtil.d.ts +2 -3
  223. package/esm/drivers/util/implements/ComponentUtil.d.ts +2 -3
  224. package/esm/drivers/util/implements/DictionaryUtil.d.ts +2 -3
  225. package/esm/drivers/util/implements/DomUtil.d.ts +2 -3
  226. package/esm/drivers/util/implements/EventUtil.d.ts +2 -3
  227. package/esm/drivers/util/implements/FileUtil.d.ts +2 -3
  228. package/esm/drivers/util/implements/HtmlUtil.d.ts +2 -3
  229. package/esm/drivers/util/implements/ImageUtil.d.ts +2 -3
  230. package/esm/drivers/util/implements/JsonUtil.d.ts +3 -4
  231. package/esm/drivers/util/implements/MathUtil.d.ts +2 -3
  232. package/esm/drivers/util/implements/MicroUtil.d.ts +2 -3
  233. package/esm/drivers/util/implements/MountUtil.d.ts +2 -3
  234. package/esm/drivers/util/implements/ObjectUtil.d.ts +2 -3
  235. package/esm/drivers/util/implements/ScrollUtil.d.ts +2 -3
  236. package/esm/drivers/util/implements/SignUtil.d.ts +2 -3
  237. package/esm/drivers/util/implements/StringUtil.d.ts +2 -3
  238. package/esm/drivers/util/implements/TaskUtil.d.ts +2 -3
  239. package/esm/drivers/util/implements/TimeUtil.d.ts +2 -3
  240. package/esm/drivers/util/implements/TreeUtil.d.ts +2 -3
  241. package/esm/drivers/util/implements/UrlUtil.d.ts +4 -5
  242. package/esm/drivers/util/implements/index.d.ts +21 -0
  243. package/esm/drivers/util/index.d.ts +2 -23
  244. package/esm/drivers/utilities/@types/DragEvent.d.ts +2 -3
  245. package/esm/drivers/utilities/@types/DragOptions.d.ts +3 -4
  246. package/esm/drivers/utilities/@types/Position.d.ts +1 -2
  247. package/esm/drivers/utilities/@types/Rect.d.ts +2 -3
  248. package/esm/drivers/utilities/@types/index.d.ts +4 -5
  249. package/esm/drivers/utilities/IUtility.d.ts +1 -2
  250. package/esm/drivers/utilities/Utility.d.ts +2 -3
  251. package/esm/drivers/utilities/UtilityFactory.d.ts +4 -11
  252. package/esm/drivers/utilities/implement/AffixUtility.d.ts +2 -3
  253. package/esm/drivers/utilities/implement/DeltaUtility.d.ts +2 -3
  254. package/esm/drivers/utilities/implement/EventUtility.d.ts +2 -3
  255. package/esm/drivers/utilities/implement/KeyboardUtility.d.ts +2 -3
  256. package/esm/drivers/utilities/implement/MouseUtility.d.ts +2 -3
  257. package/esm/drivers/utilities/implement/RandomUtility.d.ts +2 -3
  258. package/esm/drivers/utilities/implement/SaveUtility.d.ts +3 -8
  259. package/esm/drivers/utilities/implement/index.d.ts +7 -0
  260. package/esm/drivers/utilities/index.d.ts +2 -8
  261. package/esm/drivers/videos/IVideo.d.ts +1 -2
  262. package/esm/drivers/videos/VideoFactory.d.ts +3 -4
  263. package/esm/drivers/videos/index.d.ts +1 -2
  264. package/esm/drivers/voices/Voice.d.ts +1 -2
  265. package/esm/drivers/voices/VoiceFactory.d.ts +2 -3
  266. package/esm/drivers/voices/implement/DefaultVoice.d.ts +1 -2
  267. package/esm/drivers/voices/implement/TencentVoice.d.ts +1 -2
  268. package/esm/drivers/voices/implement/index.d.ts +2 -0
  269. package/esm/drivers/voices/index.d.ts +1 -2
  270. package/esm/factory/Drivers.d.ts +52 -0
  271. package/esm/factory/Factories.d.ts +8 -5
  272. package/esm/factory/Factory.d.ts +5 -6
  273. package/esm/factory/I18ns.d.ts +25 -0
  274. package/esm/factory/IFactory.d.ts +1 -2
  275. package/esm/factory/Repos.d.ts +22 -0
  276. package/esm/factory/Svcs.d.ts +85 -0
  277. package/esm/factory/Utils.d.ts +2 -3
  278. package/esm/factory/index.d.ts +7 -4
  279. package/esm/main.d.ts +3 -3
  280. package/esm/plugins/Ref.d.ts +1 -2
  281. package/esm/plugins/index.d.ts +1 -1
  282. package/esm/repos/IRepo.d.ts +1 -2
  283. package/esm/repos/Repo.d.ts +2 -3
  284. package/esm/repos/RepoFactory.d.ts +4 -7
  285. package/esm/repos/entities/KeyboardType.d.ts +1 -2
  286. package/esm/repos/entities/index.d.ts +1 -2
  287. package/esm/repos/implements/ModuleRepo.d.ts +11 -10
  288. package/esm/repos/implements/QueryRepo.d.ts +2 -3
  289. package/esm/repos/implements/SettingRepo.d.ts +1 -2
  290. package/esm/repos/implements/index.d.ts +3 -0
  291. package/esm/repos/index.d.ts +3 -12
  292. package/esm/svcs/ISvc.d.ts +1 -2
  293. package/esm/svcs/Svc.d.ts +2 -3
  294. package/esm/svcs/SvcFactory.d.ts +4 -5
  295. package/esm/svcs/entities/AppConfig.d.ts +1 -2
  296. package/esm/svcs/entities/SysConfig.d.ts +26 -5
  297. package/esm/svcs/entities/UserConfig.d.ts +1 -2
  298. package/esm/svcs/entities/index.d.ts +2 -4
  299. package/esm/svcs/implement/ConfigSvc.d.ts +5 -6
  300. package/esm/svcs/implement/DriverSvc.d.ts +2 -3
  301. package/esm/svcs/implement/EnvSvc.d.ts +1 -2
  302. package/esm/svcs/implement/LogSvc.d.ts +1 -2
  303. package/esm/svcs/implement/SettingSvc.d.ts +1 -2
  304. package/esm/svcs/implement/UserSvc.d.ts +1 -2
  305. package/esm/svcs/implement/index.d.ts +6 -1
  306. package/esm/svcs/index.d.ts +1 -51
  307. package/package.json +5 -5
@@ -1,10 +1,9 @@
1
1
  /**
2
2
  * Json配置
3
3
  */
4
- declare class JsonConfig {
4
+ export declare class JsonConfig {
5
5
  /**
6
6
  * 是否美化
7
7
  */
8
8
  beautify: boolean;
9
9
  }
10
- export default JsonConfig;
@@ -1,9 +1,8 @@
1
1
  /**
2
2
  * 树节点属性
3
3
  */
4
- interface TreeNodeProp {
4
+ export interface TreeNodeProp {
5
5
  key: string;
6
6
  type: string;
7
7
  remark: string;
8
8
  }
9
- export default TreeNodeProp;
@@ -1,3 +1,2 @@
1
- import JsonConfig from "./JsonConfig";
2
- import TreeNodeProp from "./TreeNodeProp";
3
- export { JsonConfig, type TreeNodeProp };
1
+ export * from "./JsonConfig";
2
+ export * from "./TreeNodeProp";
@@ -3,6 +3,5 @@ import { IDriver } from "../@types";
3
3
  * 工具接口
4
4
  * 跟Helper的不同是:可实例化后执行工具方法,可以集中管理
5
5
  */
6
- interface IUtil extends IDriver {
6
+ export interface IUtil extends IDriver {
7
7
  }
8
- export default IUtil;
@@ -1,8 +1,7 @@
1
- import IUtil from "./IUtil";
1
+ import { IUtil } from "./IUtil";
2
2
  /**
3
3
  * 帮助类基类
4
4
  */
5
- declare abstract class Util implements IUtil {
5
+ export declare abstract class Util implements IUtil {
6
6
  type: string;
7
7
  }
8
- export default Util;
@@ -1,10 +1,10 @@
1
- import Factory from "../../factory/Factory";
2
- import IUtil from "./IUtil";
3
- import { ArrayUtil, BrowserUtil, ComponentUtil, DictionaryUtil, DomUtil, EventUtil, FileUtil, HtmlUtil, ImageUtil, JsonUtil, MathUtil, MicroUtil, MountUtil, ObjectUtil, ScrollUtil, SignUtil, StringUtil, TaskUtil, TimeUtil, TreeUtil, UrlUtil } from "./";
1
+ import { Factory } from "../../factory";
2
+ import { IUtil } from "./IUtil";
3
+ import { ArrayUtil, BrowserUtil, ComponentUtil, DictionaryUtil, DomUtil, EventUtil, FileUtil, HtmlUtil, ImageUtil, JsonUtil, MathUtil, MicroUtil, MountUtil, ObjectUtil, ScrollUtil, SignUtil, StringUtil, TaskUtil, TimeUtil, TreeUtil, UrlUtil } from "./implements";
4
4
  /**
5
5
  * 帮助类工厂
6
6
  */
7
- declare class UtilFactory extends Factory<IUtil> {
7
+ export declare class UtilFactory extends Factory<IUtil> {
8
8
  type: string;
9
9
  open(): void;
10
10
  get array(): ArrayUtil;
@@ -29,4 +29,3 @@ declare class UtilFactory extends Factory<IUtil> {
29
29
  get url(): UrlUtil;
30
30
  get sign(): SignUtil;
31
31
  }
32
- export default UtilFactory;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 数组帮助类
4
4
  */
5
- declare class ArrayUtil extends Util {
5
+ export declare class ArrayUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 获取指定数组分成每片指定长度后的集合
@@ -120,4 +120,3 @@ declare class ArrayUtil extends Util {
120
120
  */
121
121
  replaceOrAdd(entities: any[], selectFn: (value: any) => boolean, replacement: any): void;
122
122
  }
123
- export default ArrayUtil;
@@ -1,12 +1,11 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 多语言帮助类
4
4
  */
5
- declare class BrowserUtil extends Util {
5
+ export declare class BrowserUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 获取浏览器默认语言
9
9
  */
10
10
  getLanguage(): "zh-cn" | "en";
11
11
  }
12
- export default BrowserUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 组件帮助类
4
4
  */
5
- declare class ComponentUtil extends Util {
5
+ export declare class ComponentUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 根据动态加载的组件对象,得到组件集合
@@ -17,4 +17,3 @@ declare class ComponentUtil extends Util {
17
17
  */
18
18
  detectLoaded(ref: any, cb: Function): void;
19
19
  }
20
- export default ComponentUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 字典帮助类
4
4
  */
5
- declare class DictionaryUtil extends Util {
5
+ export declare class DictionaryUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 从指定字典中提取忽略大小写的key的值
@@ -37,4 +37,3 @@ declare class DictionaryUtil extends Util {
37
37
  [key: string]: any;
38
38
  }, value: any): boolean;
39
39
  }
40
- export default DictionaryUtil;
@@ -1,9 +1,9 @@
1
1
  import { Position } from "../../utilities";
2
- import Util from "../Util";
2
+ import { Util } from "../Util";
3
3
  /**
4
4
  * Dom帮助类
5
5
  */
6
- declare class DomUtil extends Util {
6
+ export declare class DomUtil extends Util {
7
7
  type: string;
8
8
  /**
9
9
  * 根据字符串Ascii码得到固定颜色字典
@@ -115,4 +115,3 @@ declare class DomUtil extends Util {
115
115
  */
116
116
  isEllipsis: (selector: string) => boolean;
117
117
  }
118
- export default DomUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 事件帮助类
4
4
  */
5
- declare class EventUtil extends Util {
5
+ export declare class EventUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 批量绑定事件,执行指定处理函数
@@ -29,4 +29,3 @@ declare class EventUtil extends Util {
29
29
  */
30
30
  unscroll: (dom: any, fn: Function) => void;
31
31
  }
32
- export default EventUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 文件帮助类
4
4
  */
5
- declare class FileUtil extends Util {
5
+ export declare class FileUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 保存文件
@@ -21,4 +21,3 @@ declare class FileUtil extends Util {
21
21
  */
22
22
  isImage: (url: string) => boolean;
23
23
  }
24
- export default FileUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * Html帮助类
4
4
  */
5
- declare class HtmlUtil extends Util {
5
+ export declare class HtmlUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 获取Html内容
@@ -13,4 +13,3 @@ declare class HtmlUtil extends Util {
13
13
  */
14
14
  getText: (value: string) => string;
15
15
  }
16
- export default HtmlUtil;
@@ -1,12 +1,11 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 图片帮助类
4
4
  */
5
- declare class ImageUtil extends Util {
5
+ export declare class ImageUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 获取base64图片地址
9
9
  */
10
10
  base64: (base64: string) => string;
11
11
  }
12
- export default ImageUtil;
@@ -1,12 +1,12 @@
1
1
  import { JsonConfig, TreeNodeProp } from "../@types";
2
- import Util from "../Util";
2
+ import { Util } from "../Util";
3
3
  /**
4
4
  * JSON帮助类
5
5
  */
6
- declare class JsonUtil extends Util {
6
+ export declare class JsonUtil extends Util {
7
7
  type: string;
8
8
  /**
9
- * 对非字符串进行序列化
9
+ * 对非字符串进行序列化,默认不美化以节省内存占用
10
10
  */
11
11
  serializeWithoutString(value: any, beautify?: boolean): string;
12
12
  /**
@@ -63,4 +63,3 @@ declare class JsonUtil extends Util {
63
63
  */
64
64
  private fillKey;
65
65
  }
66
- export default JsonUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 数学帮助类
4
4
  */
5
- declare class MathUtil extends Util {
5
+ export declare class MathUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 过滤某一页数据
@@ -49,4 +49,3 @@ declare class MathUtil extends Util {
49
49
  */
50
50
  size: (bytes: number) => string;
51
51
  }
52
- export default MathUtil;
@@ -1,12 +1,11 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 微前端帮助类
4
4
  */
5
- declare class MicroUtil extends Util {
5
+ export declare class MicroUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 加载乾坤子应用
9
9
  */
10
10
  load: (name: any, entry: any, dom: any, props: any) => void;
11
11
  }
12
- export default MicroUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 事件挂载帮助类
4
4
  */
5
- declare class MountUtil extends Util {
5
+ export declare class MountUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 激发主框架事件
@@ -13,4 +13,3 @@ declare class MountUtil extends Util {
13
13
  */
14
14
  emits: (events: any) => void;
15
15
  }
16
- export default MountUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 对象帮助类
4
4
  */
5
- declare class ObjectUtil extends Util {
5
+ export declare class ObjectUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 判断输入类型是否是字符串类型 null -> false
@@ -69,4 +69,3 @@ declare class ObjectUtil extends Util {
69
69
  */
70
70
  getKey(value: object, key: string): string;
71
71
  }
72
- export default ObjectUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 滚动帮助类
4
4
  */
5
- declare class ScrollUtil extends Util {
5
+ export declare class ScrollUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 判断指定元素滚动条位置,是否到了页面底部
@@ -13,4 +13,3 @@ declare class ScrollUtil extends Util {
13
13
  */
14
14
  scrollToBottom: (selector: any) => void;
15
15
  }
16
- export default ScrollUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 签名帮助类
4
4
  */
5
- declare class SignUtil extends Util {
5
+ export declare class SignUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 清空对象中的空值
@@ -13,4 +13,3 @@ declare class SignUtil extends Util {
13
13
  */
14
14
  signDictionary(dictionary: object, encoding?: boolean): string;
15
15
  }
16
- export default SignUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 字符串帮助类
4
4
  */
5
- declare class StringUtil extends Util {
5
+ export declare class StringUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 生成唯一字符串
@@ -105,4 +105,3 @@ declare class StringUtil extends Util {
105
105
  */
106
106
  splitLines: (content: string, separator?: string) => string[];
107
107
  }
108
- export default StringUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 任务执行帮助类
4
4
  */
5
- declare class TaskUtil extends Util {
5
+ export declare class TaskUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 延时指定ms后执行指定任务
@@ -25,4 +25,3 @@ declare class TaskUtil extends Util {
25
25
  */
26
26
  throttle: (fun: Function, delay: number) => (e: any) => boolean;
27
27
  }
28
- export default TaskUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 时间帮助类
4
4
  */
5
- declare class TimeUtil extends Util {
5
+ export declare class TimeUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 获取相对于1970年1月1日的时间戳(ms),不同时区结果相同
@@ -69,4 +69,3 @@ declare class TimeUtil extends Util {
69
69
  */
70
70
  localeTime: (time: any) => Date;
71
71
  }
72
- export default TimeUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * 树帮助类
4
4
  */
5
- declare class TreeUtil extends Util {
5
+ export declare class TreeUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 从树结构数据中,递归获取指定主键的对象
@@ -53,4 +53,3 @@ declare class TreeUtil extends Util {
53
53
  */
54
54
  map: (tree: any[], prevChildProp: string, childProp: string, fn: Function) => any[];
55
55
  }
56
- export default TreeUtil;
@@ -1,8 +1,8 @@
1
- import Util from "../Util";
1
+ import { Util } from "../Util";
2
2
  /**
3
3
  * Url帮助类
4
4
  */
5
- declare class UrlUtil extends Util {
5
+ export declare class UrlUtil extends Util {
6
6
  type: string;
7
7
  /**
8
8
  * 获取指定地址路由对象
@@ -89,12 +89,11 @@ declare class UrlUtil extends Util {
89
89
  */
90
90
  encode(value: string): string;
91
91
  /**
92
- * 是否是http或https开头的地址
92
+ * 是否是http或https或ws或wss开头的地址
93
93
  */
94
- httpOrHttps(url: string): boolean;
94
+ isWebUrl(url: string): boolean;
95
95
  /**
96
96
  * 处理键值对的值
97
97
  */
98
98
  private handleQueryValue;
99
99
  }
100
- export default UrlUtil;
@@ -0,0 +1,21 @@
1
+ export * from "./ArrayUtil";
2
+ export * from './ComponentUtil';
3
+ export * from "./DomUtil";
4
+ export * from "./DictionaryUtil";
5
+ export * from "./EventUtil";
6
+ export * from "./FileUtil";
7
+ export * from "./HtmlUtil";
8
+ export * from "./ImageUtil";
9
+ export * from "./MathUtil";
10
+ export * from "./MicroUtil";
11
+ export * from "./MountUtil";
12
+ export * from "./ObjectUtil";
13
+ export * from "./StringUtil";
14
+ export * from "./TaskUtil";
15
+ export * from "./TimeUtil";
16
+ export * from "./TreeUtil";
17
+ export * from "./ScrollUtil";
18
+ export * from "./JsonUtil";
19
+ export * from "./BrowserUtil";
20
+ export * from "./UrlUtil";
21
+ export * from "./SignUtil";
@@ -1,23 +1,2 @@
1
- import UtilFactory from "./UtilFactory";
2
- import ArrayUtil from "./implements/ArrayUtil";
3
- import ComponentUtil from './implements/ComponentUtil';
4
- import DomUtil from "./implements/DomUtil";
5
- import DictionaryUtil from "./implements/DictionaryUtil";
6
- import EventUtil from "./implements/EventUtil";
7
- import FileUtil from "./implements/FileUtil";
8
- import HtmlUtil from "./implements/HtmlUtil";
9
- import ImageUtil from "./implements/ImageUtil";
10
- import MathUtil from "./implements/MathUtil";
11
- import MicroUtil from "./implements/MicroUtil";
12
- import MountUtil from "./implements/MountUtil";
13
- import ObjectUtil from "./implements/ObjectUtil";
14
- import StringUtil from "./implements/StringUtil";
15
- import TaskUtil from "./implements/TaskUtil";
16
- import TimeUtil from "./implements/TimeUtil";
17
- import TreeUtil from "./implements/TreeUtil";
18
- import ScrollUtil from "./implements/ScrollUtil";
19
- import JsonUtil from "./implements/JsonUtil";
20
- import BrowserUtil from "./implements/BrowserUtil";
21
- import UrlUtil from "./implements/UrlUtil";
22
- import SignUtil from "./implements/SignUtil";
23
- export { UtilFactory, ArrayUtil, ComponentUtil, DomUtil, DictionaryUtil, EventUtil, FileUtil, HtmlUtil, ImageUtil, MathUtil, MountUtil, ObjectUtil, MicroUtil, StringUtil, TaskUtil, TimeUtil, TreeUtil, ScrollUtil, JsonUtil, BrowserUtil, UrlUtil, SignUtil };
1
+ export * from "./UtilFactory";
2
+ export * from "./implements";
@@ -1,11 +1,10 @@
1
- import Position from "./Position";
1
+ import { Position } from "./Position";
2
2
  /**
3
3
  * 自定义拖拽事件
4
4
  */
5
- declare class DragEvent extends Position {
5
+ export declare class DragEvent extends Position {
6
6
  /**
7
7
  * 吸附的方向
8
8
  */
9
9
  affix?: string;
10
10
  }
11
- export default DragEvent;
@@ -1,9 +1,9 @@
1
- import Rect from "./Rect";
2
- import DragEvent from "./DragEvent";
1
+ import { Rect } from "./Rect";
2
+ import { DragEvent } from "./DragEvent";
3
3
  /**
4
4
  * 拖拽选项
5
5
  */
6
- interface DragOptions {
6
+ export interface DragOptions {
7
7
  /**
8
8
  * 拖拽初始化
9
9
  */
@@ -25,4 +25,3 @@ interface DragOptions {
25
25
  */
26
26
  affix?: number;
27
27
  }
28
- export default DragOptions;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 位置
3
3
  */
4
- declare class Position {
4
+ export declare class Position {
5
5
  /**
6
6
  * 距窗口左边的距离
7
7
  */
@@ -12,4 +12,3 @@ declare class Position {
12
12
  y: number;
13
13
  constructor(x?: number, y?: number);
14
14
  }
15
- export default Position;
@@ -1,10 +1,9 @@
1
- import Position from "./Position";
1
+ import { Position } from "./Position";
2
2
  /**
3
3
  * 区域类
4
4
  */
5
- declare class Rect extends Position {
5
+ export declare class Rect extends Position {
6
6
  width: number;
7
7
  height: number;
8
8
  constructor(x: number, y: number, width: number, height: number);
9
9
  }
10
- export default Rect;
@@ -1,5 +1,4 @@
1
- import DragOptions from "./DragOptions";
2
- import DragEvent from "./DragEvent";
3
- import Position from "./Position";
4
- import Rect from "./Rect";
5
- export { type DragOptions, DragEvent, Position, Rect };
1
+ export * from "./DragOptions";
2
+ export * from "./DragEvent";
3
+ export * from "./Position";
4
+ export * from "./Rect";
@@ -2,6 +2,5 @@ import { IDriver } from "../@types";
2
2
  /**
3
3
  * 工具类接口
4
4
  */
5
- interface IUtility extends IDriver {
5
+ export interface IUtility extends IDriver {
6
6
  }
7
- export default IUtility;
@@ -1,8 +1,7 @@
1
- import IUtility from "./IUtility";
1
+ import { IUtility } from "./IUtility";
2
2
  /**
3
3
  * 工具类基类
4
4
  */
5
- declare abstract class Utility implements IUtility {
5
+ export declare abstract class Utility implements IUtility {
6
6
  type: string;
7
7
  }
8
- export default Utility;
@@ -1,16 +1,10 @@
1
- import Factory from "../../factory/Factory";
2
- import IUtility from "./IUtility";
3
- import AffixUtility from "./implement/AffixUtility";
4
- import DeltaUtility from "./implement/DeltaUtility";
5
- import EventUtility from "./implement/EventUtility";
6
- import KeyboardUtility from "./implement/KeyboardUtility";
7
- import RandomUtility from "./implement/RandomUtility";
8
- import SaveUtility from "./implement/SaveUtility";
9
- import MouseUtility from "./implement/MouseUtility";
1
+ import { Factory } from "../../factory";
2
+ import { IUtility } from "./IUtility";
3
+ import { AffixUtility, DeltaUtility, EventUtility, KeyboardUtility, RandomUtility, SaveUtility, MouseUtility } from "./implement";
10
4
  /**
11
5
  * 工具类工厂
12
6
  */
13
- declare class UtilityFactory extends Factory<IUtility> {
7
+ export declare class UtilityFactory extends Factory<IUtility> {
14
8
  type: string;
15
9
  /**
16
10
  * 创建固定工具
@@ -41,4 +35,3 @@ declare class UtilityFactory extends Factory<IUtility> {
41
35
  */
42
36
  save(): SaveUtility;
43
37
  }
44
- export default UtilityFactory;
@@ -1,11 +1,10 @@
1
- import Utility from "../Utility";
1
+ import { Utility } from "../Utility";
2
2
  /**
3
3
  * 固定元素位置
4
4
  */
5
- declare class AffixUtility extends Utility {
5
+ export declare class AffixUtility extends Utility {
6
6
  /**
7
7
  * 初始化
8
8
  */
9
9
  constructor(ele: Element, parent: Element);
10
10
  }
11
- export default AffixUtility;
@@ -1,11 +1,10 @@
1
- import Utility from "../Utility";
1
+ import { Utility } from "../Utility";
2
2
  /**
3
3
  * 列表数据变动对比
4
4
  */
5
- declare class DeltaUtility extends Utility {
5
+ export declare class DeltaUtility extends Utility {
6
6
  /**
7
7
  * 对比数据变动
8
8
  */
9
9
  delta<T>(oldEntities: T[], newEntities: T[], keys: string[], props: []): void;
10
10
  }
11
- export default DeltaUtility;
@@ -1,10 +1,10 @@
1
1
  import { DragOptions } from "../@types";
2
2
  import { ITask } from "../../tasks";
3
- import Utility from "../Utility";
3
+ import { Utility } from "../Utility";
4
4
  /**
5
5
  * 事件工具类
6
6
  */
7
- declare class EventUtility extends Utility {
7
+ export declare class EventUtility extends Utility {
8
8
  constructor();
9
9
  resizeTask: ITask;
10
10
  resizeObserver: ResizeObserver;
@@ -67,4 +67,3 @@ declare class EventUtility extends Utility {
67
67
  */
68
68
  dispose: () => void;
69
69
  }
70
- export default EventUtility;