halo-fe 1.0.31 → 1.0.33

Sign up to get free protection for your applications and to get access to all the features.
Files changed (308) hide show
  1. package/dist/main.js +4753 -4504
  2. package/dist/style.css +1 -1
  3. package/esm/@types/CreateFeOptions.d.ts +5 -2
  4. package/esm/@types/FeOptions.d.ts +32 -0
  5. package/esm/@types/index.d.ts +1 -2
  6. package/esm/apps/AppConstant.d.ts +1 -2
  7. package/esm/apps/index.d.ts +1 -2
  8. package/esm/coms/@types/ColumnEmit.d.ts +3 -0
  9. package/esm/coms/@types/ColumnProps.d.ts +5 -0
  10. package/esm/coms/@types/PagerEmit.d.ts +1 -2
  11. package/esm/coms/@types/PagerProps.d.ts +1 -2
  12. package/esm/coms/@types/ScrollerProps.d.ts +1 -2
  13. package/esm/coms/@types/SocketProgressProps.d.ts +1 -2
  14. package/esm/coms/@types/TabProps.d.ts +1 -2
  15. package/esm/coms/@types/TableEmit.d.ts +1 -2
  16. package/esm/coms/@types/TableProps.d.ts +1 -2
  17. package/esm/coms/@types/index.d.ts +9 -8
  18. package/esm/coms/Empty.vue.d.ts +3 -2
  19. package/esm/coms/Fill.vue.d.ts +3 -2
  20. package/esm/coms/Scroller.vue.d.ts +4 -3
  21. package/esm/coms/Timer.vue.d.ts +3 -2
  22. package/esm/coms/cards/Index.vue.d.ts +3 -2
  23. package/esm/coms/conditions/@types/ConditionGroupProps.d.ts +2 -3
  24. package/esm/coms/conditions/@types/ConditionProps.d.ts +1 -2
  25. package/esm/coms/conditions/@types/index.d.ts +2 -3
  26. package/esm/coms/conditions/Condition.vue.d.ts +1 -1
  27. package/esm/coms/conditions/Index.vue.d.ts +1 -1
  28. package/esm/coms/controls/@types/CodeEmit.d.ts +1 -2
  29. package/esm/coms/controls/@types/CodeIntelli.d.ts +1 -2
  30. package/esm/coms/controls/@types/CodeProps.d.ts +3 -4
  31. package/esm/coms/controls/@types/Range.d.ts +1 -2
  32. package/esm/coms/controls/@types/RichTextOptions.d.ts +0 -1
  33. package/esm/coms/controls/@types/RichTextProps.d.ts +1 -2
  34. package/esm/coms/controls/@types/index.d.ts +5 -6
  35. package/esm/coms/controls/Code.vue.d.ts +1 -1
  36. package/esm/coms/controls/Compare.vue.d.ts +1 -1
  37. package/esm/coms/controls/Input.vue.d.ts +1 -1
  38. package/esm/coms/controls/Option.vue.d.ts +1 -1
  39. package/esm/coms/controls/RichText.vue.d.ts +4 -2
  40. package/esm/coms/controls/Select.vue.d.ts +1 -1
  41. package/esm/coms/layouts/@types/RowProps.d.ts +1 -2
  42. package/esm/coms/layouts/@types/index.d.ts +1 -2
  43. package/esm/coms/layouts/Col.vue.d.ts +3 -2
  44. package/esm/coms/layouts/Container.vue.d.ts +9 -4
  45. package/esm/coms/layouts/Desc.vue.d.ts +1 -1
  46. package/esm/coms/layouts/Row.vue.d.ts +3 -2
  47. package/esm/coms/pagers/Index.vue.d.ts +1 -1
  48. package/esm/coms/progresses/Circle.vue.d.ts +1 -1
  49. package/esm/coms/progresses/Index.vue.d.ts +2 -2
  50. package/esm/coms/progresses/SocketProgress.vue.d.ts +3 -2
  51. package/esm/coms/tables/Column.vue.d.ts +22 -0
  52. package/esm/coms/tables/Index.vue.d.ts +9 -8
  53. package/esm/coms/tabs/Tab.vue.d.ts +1 -1
  54. package/esm/coms/tags/@types/TagProps.d.ts +1 -2
  55. package/esm/coms/tags/@types/index.d.ts +1 -2
  56. package/esm/coms/tags/Index.vue.d.ts +3 -2
  57. package/esm/coms/texts/@types/DanceProps.d.ts +1 -2
  58. package/esm/coms/texts/@types/index.d.ts +1 -2
  59. package/esm/coms/texts/Dance.vue.d.ts +1 -1
  60. package/esm/drivers/@types/IDispose.d.ts +1 -2
  61. package/esm/drivers/@types/IDriver.d.ts +1 -2
  62. package/esm/drivers/@types/IOpen.d.ts +1 -2
  63. package/esm/drivers/@types/index.d.ts +3 -4
  64. package/esm/drivers/bridges/IBridge.d.ts +1 -2
  65. package/esm/drivers/builders/Builder.d.ts +2 -3
  66. package/esm/drivers/builders/BuilderFactory.d.ts +3 -4
  67. package/esm/drivers/builders/IBuilder.d.ts +1 -2
  68. package/esm/drivers/builders/entities/ProviderTable.d.ts +1 -2
  69. package/esm/drivers/builders/entities/index.d.ts +1 -2
  70. package/esm/drivers/builders/implement/JsonBuilder.d.ts +2 -3
  71. package/esm/drivers/builders/implement/MongoBuilder.d.ts +2 -3
  72. package/esm/drivers/builders/implement/MySqlBuilder.d.ts +2 -3
  73. package/esm/drivers/builders/implement/SqlBuilder.d.ts +2 -3
  74. package/esm/drivers/builders/implement/index.d.ts +4 -0
  75. package/esm/drivers/builders/index.d.ts +2 -3
  76. package/esm/drivers/cdns/Cdn.d.ts +3 -7
  77. package/esm/drivers/cdns/CdnFactory.d.ts +3 -4
  78. package/esm/drivers/cdns/ICdn.d.ts +5 -2
  79. package/esm/drivers/cdns/implements/LocalCdn.d.ts +2 -3
  80. package/esm/drivers/cdns/implements/ThirdCdn.d.ts +2 -3
  81. package/esm/drivers/cdns/implements/index.d.ts +2 -0
  82. package/esm/drivers/cdns/index.d.ts +3 -4
  83. package/esm/drivers/cryptors/Cryptor.d.ts +10 -0
  84. package/esm/drivers/cryptors/CryptorFactory.d.ts +12 -0
  85. package/esm/drivers/cryptors/ICryptor.d.ts +14 -0
  86. package/esm/drivers/cryptors/implements/AesCryptor.d.ts +9 -0
  87. package/esm/drivers/cryptors/implements/PoJunCryptor.d.ts +13 -0
  88. package/esm/drivers/cryptors/implements/index.d.ts +2 -0
  89. package/esm/drivers/cryptors/index.d.ts +2 -0
  90. package/esm/drivers/encoders/Encoder.d.ts +2 -3
  91. package/esm/drivers/encoders/EncoderFactory.d.ts +3 -4
  92. package/esm/drivers/encoders/IEncoder.d.ts +1 -2
  93. package/esm/drivers/encoders/implement/Base64Encoder.d.ts +2 -3
  94. package/esm/drivers/encoders/implement/UrlEncoder.d.ts +2 -3
  95. package/esm/drivers/encoders/implement/index.d.ts +2 -0
  96. package/esm/drivers/encoders/index.d.ts +2 -3
  97. package/esm/drivers/excels/Excel.d.ts +2 -3
  98. package/esm/drivers/excels/ExcelFactory.d.ts +3 -4
  99. package/esm/drivers/excels/IExcel.d.ts +1 -2
  100. package/esm/drivers/excels/implements/XlsxExcel.d.ts +2 -3
  101. package/esm/drivers/excels/implements/index.d.ts +1 -0
  102. package/esm/drivers/excels/index.d.ts +2 -3
  103. package/esm/drivers/explainers/Explainer.d.ts +2 -3
  104. package/esm/drivers/explainers/ExplainerFactory.d.ts +3 -4
  105. package/esm/drivers/explainers/IExplainer.d.ts +1 -2
  106. package/esm/drivers/explainers/implement/JsonExplainer.d.ts +2 -3
  107. package/esm/drivers/explainers/implement/index.d.ts +1 -0
  108. package/esm/drivers/explainers/index.d.ts +1 -2
  109. package/esm/drivers/features/Feature.d.ts +2 -3
  110. package/esm/drivers/features/FeatureFactory.d.ts +3 -4
  111. package/esm/drivers/features/IFeature.d.ts +1 -2
  112. package/esm/drivers/features/implements/ExpressionFeature.d.ts +2 -3
  113. package/esm/drivers/features/implements/I18NFeature.d.ts +2 -3
  114. package/esm/drivers/features/implements/SortFeature.d.ts +2 -3
  115. package/esm/drivers/features/implements/index.d.ts +3 -0
  116. package/esm/drivers/features/index.d.ts +2 -3
  117. package/esm/drivers/hashers/Hasher.d.ts +2 -3
  118. package/esm/drivers/hashers/HasherFactory.d.ts +3 -4
  119. package/esm/drivers/hashers/IHasher.d.ts +1 -2
  120. package/esm/drivers/hashers/implement/Md5Hasher.d.ts +2 -3
  121. package/esm/drivers/hashers/implement/Sha256Hasher.d.ts +2 -3
  122. package/esm/drivers/hashers/implement/index.d.ts +2 -0
  123. package/esm/drivers/hashers/index.d.ts +2 -3
  124. package/esm/drivers/https/Http.d.ts +3 -5
  125. package/esm/drivers/https/HttpFactory.d.ts +6 -6
  126. package/esm/drivers/https/IHttp.d.ts +3 -5
  127. package/esm/drivers/https/entities/HttpMessage.d.ts +3 -4
  128. package/esm/drivers/https/entities/HttpModel.d.ts +2 -3
  129. package/esm/drivers/https/entities/HttpProgress.d.ts +2 -3
  130. package/esm/drivers/https/entities/HttpRequest.d.ts +2 -3
  131. package/esm/drivers/https/entities/HttpResponse.d.ts +3 -4
  132. package/esm/drivers/https/entities/index.d.ts +4 -4
  133. package/esm/drivers/https/implements/DefaultHttp.d.ts +3 -5
  134. package/esm/drivers/https/implements/EiHttp.d.ts +13 -18
  135. package/esm/drivers/https/implements/FeiShuHttp.d.ts +2 -3
  136. package/esm/drivers/https/implements/HaloHttp.d.ts +4 -9
  137. package/esm/drivers/https/implements/MkHttp.d.ts +3 -4
  138. package/esm/drivers/https/implements/index.d.ts +5 -0
  139. package/esm/drivers/https/index.d.ts +3 -4
  140. package/esm/drivers/i18ns/I18n.d.ts +12 -13
  141. package/esm/drivers/i18ns/I18nFactory.d.ts +3 -4
  142. package/esm/drivers/i18ns/II18n.d.ts +11 -12
  143. package/esm/drivers/i18ns/implements/DefaultI18n.d.ts +3 -4
  144. package/esm/drivers/i18ns/implements/index.d.ts +1 -0
  145. package/esm/drivers/i18ns/index.d.ts +2 -3
  146. package/esm/drivers/identities/IIdentity.d.ts +15 -0
  147. package/esm/drivers/identities/Identity.d.ts +11 -0
  148. package/esm/drivers/identities/IdentityFactory.d.ts +8 -0
  149. package/esm/drivers/identities/entities/IdentityPayload.d.ts +5 -0
  150. package/esm/drivers/identities/entities/index.d.ts +1 -0
  151. package/esm/drivers/identities/implements/DefaultIdentity.d.ts +9 -0
  152. package/esm/drivers/identities/implements/EiIdentity.d.ts +15 -0
  153. package/esm/drivers/identities/implements/index.d.ts +2 -0
  154. package/esm/drivers/identities/index.d.ts +3 -0
  155. package/esm/drivers/index.d.ts +2 -51
  156. package/esm/drivers/messengers/IMessenger.d.ts +1 -2
  157. package/esm/drivers/messengers/Messenger.d.ts +2 -3
  158. package/esm/drivers/messengers/MessengerFactory.d.ts +5 -6
  159. package/esm/drivers/messengers/implement/ConsoleMessenger.d.ts +2 -3
  160. package/esm/drivers/messengers/implement/index.d.ts +1 -0
  161. package/esm/drivers/messengers/index.d.ts +3 -4
  162. package/esm/drivers/providers/IProvider.d.ts +2 -3
  163. package/esm/drivers/providers/Provider.d.ts +12 -13
  164. package/esm/drivers/providers/ProviderFactory.d.ts +6 -7
  165. package/esm/drivers/providers/helpers/SqlHelper.d.ts +1 -2
  166. package/esm/drivers/providers/helpers/index.d.ts +1 -2
  167. package/esm/drivers/providers/implements/CookieProvider.d.ts +9 -14
  168. package/esm/drivers/providers/implements/IndexedDbProvider.d.ts +12 -16
  169. package/esm/drivers/providers/implements/StorageProvider.d.ts +13 -14
  170. package/esm/drivers/providers/implements/index.d.ts +3 -0
  171. package/esm/drivers/providers/index.d.ts +2 -3
  172. package/esm/drivers/signers/ISigner.d.ts +10 -23
  173. package/esm/drivers/signers/Signer.d.ts +8 -11
  174. package/esm/drivers/signers/SignerFactory.d.ts +3 -4
  175. package/esm/drivers/signers/entities/SignerInfo.d.ts +13 -0
  176. package/esm/drivers/signers/entities/index.d.ts +1 -0
  177. package/esm/drivers/signers/implements/DefaultSigner.d.ts +11 -11
  178. package/esm/drivers/signers/implements/EiSigner.d.ts +21 -0
  179. package/esm/drivers/signers/implements/index.d.ts +2 -0
  180. package/esm/drivers/signers/index.d.ts +2 -3
  181. package/esm/drivers/sockets/@types/SubscribedWindow.d.ts +1 -2
  182. package/esm/drivers/sockets/@types/index.d.ts +1 -2
  183. package/esm/drivers/sockets/ISocket.d.ts +5 -6
  184. package/esm/drivers/sockets/Socket.d.ts +6 -7
  185. package/esm/drivers/sockets/SocketFactory.d.ts +6 -6
  186. package/esm/drivers/sockets/entities/SocketProgress.d.ts +1 -2
  187. package/esm/drivers/sockets/entities/SocketResponse.d.ts +1 -2
  188. package/esm/drivers/sockets/entities/index.d.ts +2 -3
  189. package/esm/drivers/sockets/implement/DefaultSocket.d.ts +30 -8
  190. package/esm/drivers/sockets/implement/index.d.ts +1 -0
  191. package/esm/drivers/sockets/index.d.ts +2 -3
  192. package/esm/drivers/ssos/ISso.d.ts +4 -12
  193. package/esm/drivers/ssos/Sso.d.ts +6 -10
  194. package/esm/drivers/ssos/SsoFactory.d.ts +3 -4
  195. package/esm/drivers/ssos/entities/SsoUser.d.ts +1 -2
  196. package/esm/drivers/ssos/entities/index.d.ts +1 -2
  197. package/esm/drivers/ssos/implements/AnonymousSso.d.ts +5 -10
  198. package/esm/drivers/ssos/implements/BearerSso.d.ts +4 -9
  199. package/esm/drivers/ssos/implements/NioSso.d.ts +4 -9
  200. package/esm/drivers/ssos/implements/SecretSso.d.ts +4 -9
  201. package/esm/drivers/ssos/implements/WeiXinSso.d.ts +3 -9
  202. package/esm/drivers/ssos/implements/index.d.ts +5 -0
  203. package/esm/drivers/ssos/index.d.ts +2 -3
  204. package/esm/drivers/tasks/ITask.d.ts +1 -2
  205. package/esm/drivers/tasks/Task.d.ts +2 -3
  206. package/esm/drivers/tasks/TaskFactory.d.ts +7 -4
  207. package/esm/drivers/tasks/implement/MemoryTask.d.ts +3 -4
  208. package/esm/drivers/tasks/implement/index.d.ts +1 -0
  209. package/esm/drivers/tasks/index.d.ts +2 -3
  210. package/esm/drivers/templates/ITemplate.d.ts +1 -2
  211. package/esm/drivers/templates/Template.d.ts +2 -3
  212. package/esm/drivers/templates/TemplateFactory.d.ts +7 -4
  213. package/esm/drivers/templates/implement/LiquidTemplate.d.ts +2 -3
  214. package/esm/drivers/templates/implement/index.d.ts +1 -0
  215. package/esm/drivers/templates/index.d.ts +2 -3
  216. package/esm/drivers/util/@types/JsonConfig.d.ts +1 -2
  217. package/esm/drivers/util/@types/TreeNodeProp.d.ts +1 -2
  218. package/esm/drivers/util/@types/index.d.ts +2 -3
  219. package/esm/drivers/util/IUtil.d.ts +1 -2
  220. package/esm/drivers/util/Util.d.ts +2 -3
  221. package/esm/drivers/util/UtilFactory.d.ts +4 -5
  222. package/esm/drivers/util/implements/ArrayUtil.d.ts +2 -3
  223. package/esm/drivers/util/implements/BrowserUtil.d.ts +2 -3
  224. package/esm/drivers/util/implements/ComponentUtil.d.ts +2 -3
  225. package/esm/drivers/util/implements/DictionaryUtil.d.ts +2 -3
  226. package/esm/drivers/util/implements/DomUtil.d.ts +2 -3
  227. package/esm/drivers/util/implements/EventUtil.d.ts +2 -3
  228. package/esm/drivers/util/implements/FileUtil.d.ts +2 -3
  229. package/esm/drivers/util/implements/HtmlUtil.d.ts +2 -3
  230. package/esm/drivers/util/implements/ImageUtil.d.ts +2 -3
  231. package/esm/drivers/util/implements/JsonUtil.d.ts +3 -4
  232. package/esm/drivers/util/implements/MathUtil.d.ts +2 -3
  233. package/esm/drivers/util/implements/MicroUtil.d.ts +2 -3
  234. package/esm/drivers/util/implements/MountUtil.d.ts +2 -3
  235. package/esm/drivers/util/implements/ObjectUtil.d.ts +2 -3
  236. package/esm/drivers/util/implements/ScrollUtil.d.ts +2 -3
  237. package/esm/drivers/util/implements/SignUtil.d.ts +2 -3
  238. package/esm/drivers/util/implements/StringUtil.d.ts +2 -3
  239. package/esm/drivers/util/implements/TaskUtil.d.ts +2 -3
  240. package/esm/drivers/util/implements/TimeUtil.d.ts +20 -21
  241. package/esm/drivers/util/implements/TreeUtil.d.ts +2 -3
  242. package/esm/drivers/util/implements/UrlUtil.d.ts +4 -5
  243. package/esm/drivers/util/implements/index.d.ts +21 -0
  244. package/esm/drivers/util/index.d.ts +2 -23
  245. package/esm/drivers/utilities/@types/DragEvent.d.ts +2 -3
  246. package/esm/drivers/utilities/@types/DragOptions.d.ts +3 -4
  247. package/esm/drivers/utilities/@types/Position.d.ts +1 -2
  248. package/esm/drivers/utilities/@types/Rect.d.ts +2 -3
  249. package/esm/drivers/utilities/@types/index.d.ts +4 -5
  250. package/esm/drivers/utilities/IUtility.d.ts +1 -2
  251. package/esm/drivers/utilities/Utility.d.ts +2 -3
  252. package/esm/drivers/utilities/UtilityFactory.d.ts +4 -11
  253. package/esm/drivers/utilities/implement/AffixUtility.d.ts +2 -3
  254. package/esm/drivers/utilities/implement/DeltaUtility.d.ts +2 -3
  255. package/esm/drivers/utilities/implement/EventUtility.d.ts +2 -3
  256. package/esm/drivers/utilities/implement/KeyboardUtility.d.ts +2 -3
  257. package/esm/drivers/utilities/implement/MouseUtility.d.ts +2 -3
  258. package/esm/drivers/utilities/implement/RandomUtility.d.ts +2 -3
  259. package/esm/drivers/utilities/implement/SaveUtility.d.ts +3 -8
  260. package/esm/drivers/utilities/implement/index.d.ts +7 -0
  261. package/esm/drivers/utilities/index.d.ts +2 -8
  262. package/esm/drivers/videos/IVideo.d.ts +1 -2
  263. package/esm/drivers/videos/VideoFactory.d.ts +3 -4
  264. package/esm/drivers/videos/index.d.ts +1 -2
  265. package/esm/drivers/voices/Voice.d.ts +1 -2
  266. package/esm/drivers/voices/VoiceFactory.d.ts +2 -3
  267. package/esm/drivers/voices/implement/DefaultVoice.d.ts +1 -2
  268. package/esm/drivers/voices/implement/TencentVoice.d.ts +1 -2
  269. package/esm/drivers/voices/implement/index.d.ts +2 -0
  270. package/esm/drivers/voices/index.d.ts +1 -2
  271. package/esm/factory/Drivers.d.ts +52 -0
  272. package/esm/factory/Factories.d.ts +8 -5
  273. package/esm/factory/Factory.d.ts +5 -6
  274. package/esm/factory/I18ns.d.ts +25 -0
  275. package/esm/factory/IFactory.d.ts +1 -2
  276. package/esm/factory/Repos.d.ts +22 -0
  277. package/esm/factory/Svcs.d.ts +85 -0
  278. package/esm/factory/Utils.d.ts +2 -3
  279. package/esm/factory/index.d.ts +7 -4
  280. package/esm/main.d.ts +3 -3
  281. package/esm/plugins/Ref.d.ts +1 -2
  282. package/esm/plugins/index.d.ts +1 -1
  283. package/esm/repos/IRepo.d.ts +1 -2
  284. package/esm/repos/Repo.d.ts +2 -3
  285. package/esm/repos/RepoFactory.d.ts +4 -7
  286. package/esm/repos/entities/KeyboardType.d.ts +1 -2
  287. package/esm/repos/entities/index.d.ts +1 -2
  288. package/esm/repos/implements/ModuleRepo.d.ts +11 -10
  289. package/esm/repos/implements/QueryRepo.d.ts +2 -3
  290. package/esm/repos/implements/SettingRepo.d.ts +1 -2
  291. package/esm/repos/implements/index.d.ts +3 -0
  292. package/esm/repos/index.d.ts +3 -12
  293. package/esm/svcs/ISvc.d.ts +1 -2
  294. package/esm/svcs/Svc.d.ts +2 -3
  295. package/esm/svcs/SvcFactory.d.ts +4 -5
  296. package/esm/svcs/entities/AppConfig.d.ts +1 -2
  297. package/esm/svcs/entities/SysConfig.d.ts +26 -5
  298. package/esm/svcs/entities/UserConfig.d.ts +1 -2
  299. package/esm/svcs/entities/index.d.ts +2 -4
  300. package/esm/svcs/implement/ConfigSvc.d.ts +5 -6
  301. package/esm/svcs/implement/DriverSvc.d.ts +2 -3
  302. package/esm/svcs/implement/EnvSvc.d.ts +1 -2
  303. package/esm/svcs/implement/LogSvc.d.ts +1 -2
  304. package/esm/svcs/implement/SettingSvc.d.ts +1 -2
  305. package/esm/svcs/implement/UserSvc.d.ts +1 -2
  306. package/esm/svcs/implement/index.d.ts +6 -1
  307. package/esm/svcs/index.d.ts +1 -51
  308. package/package.json +5 -5
@@ -0,0 +1,3 @@
1
+ export * from "./CookieProvider";
2
+ export * from "./IndexedDbProvider";
3
+ export * from "./StorageProvider";
@@ -1,4 +1,3 @@
1
- import IProvider from "./IProvider";
2
- import ProviderFactory from "./ProviderFactory";
1
+ export * from "./IProvider";
2
+ export * from "./ProviderFactory";
3
3
  export * from "./helpers";
4
- export { type IProvider, ProviderFactory };
@@ -1,33 +1,20 @@
1
+ import { IDriver, IOpen } from "../@types";
2
+ import { HttpRequest } from "../https";
3
+ import { SignerInfo } from "./entities";
1
4
  /**
2
5
  * 签名接口
3
6
  */
4
- interface ISigner {
7
+ export interface ISigner extends IDriver, IOpen {
5
8
  /**
6
- * 类型
9
+ * 计算签名,并记录到请求中
7
10
  */
8
- type: string;
11
+ computeRequestAsync(request: HttpRequest, authId: string): Promise<void>;
9
12
  /**
10
- * 开启连接
13
+ * 计算并得到签名实体
11
14
  */
12
- openAsync(auth: {
13
- url: string;
14
- app_id: string;
15
- }): Promise<void>;
15
+ computeAsync(authId: string, url: string, body: string): Promise<SignerInfo>;
16
16
  /**
17
- * 根据回调地址获取登录地址
17
+ * 验证签名
18
18
  */
19
- loginUrl(callback: string): string;
20
- /**
21
- * 回调
22
- */
23
- callback(token: string): void;
24
- /**
25
- * 获取签名
26
- */
27
- getSign(userId: string, url: string, body: string, timestamp: number, secret: string): Promise<string>;
28
- /**
29
- * 释放资源
30
- */
31
- dispose(): void;
19
+ verify(): boolean;
32
20
  }
33
- export default ISigner;
@@ -1,16 +1,13 @@
1
- import ISigner from "./ISigner";
1
+ import { ISigner } from "./ISigner";
2
+ import { HttpRequest } from "../https";
3
+ import { SignerInfo } from "./entities";
2
4
  /**
3
5
  * 签名器基类
4
6
  */
5
- declare abstract class Signer implements ISigner {
7
+ export declare abstract class Signer implements ISigner {
6
8
  type: string;
7
- abstract openAsync(auth: {
8
- url: string;
9
- app_id: string;
10
- }): Promise<void>;
11
- abstract callback(token: string): void;
12
- abstract getSign(userId: string, url: string, body: string, timestamp: number, secret: string): Promise<string>;
13
- abstract loginUrl(callback: string): string;
14
- abstract dispose(): any;
9
+ openAsync(conn: string): Promise<void>;
10
+ abstract computeRequestAsync(request: HttpRequest, authId: string): Promise<void>;
11
+ abstract computeAsync(authId: string, url: string, body: string): Promise<SignerInfo>;
12
+ abstract verify(): boolean;
15
13
  }
16
- export default Signer;
@@ -1,9 +1,9 @@
1
- import ISigner from "./ISigner";
2
- import Factory from "../../factory/Factory";
1
+ import { ISigner } from "./ISigner";
2
+ import { Factory } from "../../factory";
3
3
  /**
4
4
  * 签名工厂类
5
5
  */
6
- declare class SignerFactory extends Factory<ISigner> {
6
+ export declare class SignerFactory extends Factory<ISigner> {
7
7
  type: string;
8
8
  open(): void;
9
9
  /**
@@ -11,4 +11,3 @@ declare class SignerFactory extends Factory<ISigner> {
11
11
  */
12
12
  createAsync(type: string, conn?: string): Promise<ISigner>;
13
13
  }
14
- export default SignerFactory;
@@ -0,0 +1,13 @@
1
+ /**
2
+ * 签名信息实体
3
+ */
4
+ export declare class SignerInfo {
5
+ /**
6
+ * 签名
7
+ */
8
+ sign: string;
9
+ /**
10
+ * 时间戳
11
+ */
12
+ timestamp: number;
13
+ }
@@ -0,0 +1 @@
1
+ export * from "./SignerInfo";
@@ -1,16 +1,16 @@
1
- import Signer from "../Signer";
1
+ import { Signer } from "../Signer";
2
+ import { HttpRequest } from "../../https";
3
+ import { SignerInfo } from "../entities";
2
4
  /**
3
5
  * 默认签名器
4
6
  */
5
- declare class DefaultSigner extends Signer {
7
+ export declare class DefaultSigner extends Signer {
6
8
  type: string;
7
- openAsync(auth: {
8
- url: string;
9
- app_id: string;
10
- }): Promise<void>;
11
- callback(token: string): void;
12
- getSign: (userId: string, url: string, body: string, timestamp: number, secret: string) => Promise<string>;
13
- loginUrl(callback: string): string;
14
- dispose(): void;
9
+ /**
10
+ * 验签密钥
11
+ */
12
+ key: string;
13
+ computeRequestAsync(request: HttpRequest, authId: string): Promise<void>;
14
+ computeAsync: (authId: string, url: string, body: string) => Promise<SignerInfo>;
15
+ verify(): boolean;
15
16
  }
16
- export default DefaultSigner;
@@ -0,0 +1,21 @@
1
+ import { Signer } from "../Signer";
2
+ import { IHasher } from "../../hashers";
3
+ import { HttpRequest } from "../../https";
4
+ import { SignerInfo } from "../entities";
5
+ /**
6
+ * EI签名器
7
+ */
8
+ export declare class EiSigner extends Signer {
9
+ /**
10
+ * Hash计算器
11
+ */
12
+ hasher: IHasher;
13
+ /**
14
+ * 盐
15
+ */
16
+ salt: string;
17
+ openAsync(conn: string): Promise<void>;
18
+ computeRequestAsync(request: HttpRequest, authId: string): Promise<void>;
19
+ computeAsync(authId: string, url: string, body: string): Promise<SignerInfo>;
20
+ verify(): boolean;
21
+ }
@@ -0,0 +1,2 @@
1
+ export * from "./DefaultSigner";
2
+ export * from "./EiSigner";
@@ -1,3 +1,2 @@
1
- import ISigner from "./ISigner";
2
- import SignerFactory from "./SignerFactory";
3
- export { type ISigner, SignerFactory };
1
+ export * from "./ISigner";
2
+ export * from "./SignerFactory";
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 订阅的窗口消息类型
3
3
  */
4
- interface SubscribedWindow {
4
+ export interface SubscribedWindow {
5
5
  /**
6
6
  * 窗口ID
7
7
  */
@@ -13,4 +13,3 @@ interface SubscribedWindow {
13
13
  [kind: string]: string[];
14
14
  };
15
15
  }
16
- export default SubscribedWindow;
@@ -1,2 +1 @@
1
- import SubscribedWindow from "./SubscribedWindow";
2
- export { type SubscribedWindow };
1
+ export * from "./SubscribedWindow";
@@ -2,7 +2,7 @@ import { IDriver, IOpen } from "../@types";
2
2
  /**
3
3
  * Socket接口
4
4
  */
5
- interface ISocket extends IDriver, IOpen {
5
+ export interface ISocket extends IDriver, IOpen {
6
6
  /**
7
7
  * 是否已连接(空表示不需连接)
8
8
  */
@@ -14,19 +14,19 @@ interface ISocket extends IDriver, IOpen {
14
14
  /**
15
15
  * 登录后,开启Socket连接
16
16
  */
17
- connect(): Promise<void>;
17
+ open(): Promise<void>;
18
18
  /**
19
19
  * 订阅多个消息类型,并缓存到订阅池
20
20
  */
21
- subscribe(win: string, kind: string, type: string | string[]): Promise<any>;
21
+ subscribe(win: string, kind: string, type: string | string[]): any;
22
22
  /**
23
23
  * 重连时,重新订阅
24
24
  */
25
- resubscribe(): Promise<void>;
25
+ resubscribe(): void;
26
26
  /**
27
27
  * 取消订阅该窗口 所有Socket事件处理程序,防止内存泄漏
28
28
  */
29
- unsubscribe(win: string): Promise<any>;
29
+ unsubscribe(win: string): any;
30
30
  /**
31
31
  * 发送消息
32
32
  */
@@ -36,4 +36,3 @@ interface ISocket extends IDriver, IOpen {
36
36
  */
37
37
  dispose(): void;
38
38
  }
39
- export default ISocket;
@@ -1,9 +1,9 @@
1
- import ISocket from "./ISocket";
1
+ import { ISocket } from "./ISocket";
2
2
  import { SubscribedWindow } from "./@types";
3
3
  /**
4
4
  * Socket基类
5
5
  */
6
- declare abstract class Socket implements ISocket {
6
+ export declare abstract class Socket implements ISocket {
7
7
  /**
8
8
  * 类型
9
9
  */
@@ -21,11 +21,10 @@ declare abstract class Socket implements ISocket {
21
21
  */
22
22
  subscribed: SubscribedWindow;
23
23
  openAsync(conn?: string): Promise<void>;
24
- abstract connect(): Promise<void>;
25
- subscribe(win: string, kind: string, type: string | string[]): Promise<any>;
26
- resubscribe(): Promise<void>;
27
- unsubscribe(win: string): Promise<any>;
24
+ abstract open(): Promise<void>;
25
+ subscribe(win: string, kind: string, type: string | string[]): void;
26
+ resubscribe(): void;
27
+ unsubscribe(win: string): any;
28
28
  abstract send(data: any): void;
29
29
  dispose(): void;
30
30
  }
31
- export default Socket;
@@ -1,14 +1,14 @@
1
- import Factory from "../../factory/Factory";
2
- import ISocket from "./ISocket";
1
+ import { Factory } from "../../factory";
2
+ import { ISocket } from "./ISocket";
3
+ import { SsoUser } from "../ssos";
3
4
  /**
4
5
  * Socket工厂
5
6
  */
6
- declare class SocketFactory extends Factory<ISocket> {
7
+ export declare class SocketFactory extends Factory<ISocket> {
7
8
  type: string;
8
9
  open(): void;
9
10
  /**
10
- * 默认通信对象
11
+ * 创建默认通信对象
11
12
  */
12
- get default(): ISocket;
13
+ createDefaultAsync(baseUrl: string, user: SsoUser, language: string): Promise<ISocket>;
13
14
  }
14
- export default SocketFactory;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Socket进度消息
3
3
  */
4
- declare class SocketProgress<T> {
4
+ export declare class SocketProgress<T> {
5
5
  /**
6
6
  * 成功数量
7
7
  */
@@ -35,4 +35,3 @@ declare class SocketProgress<T> {
35
35
  */
36
36
  error(current: T): void;
37
37
  }
38
- export default SocketProgress;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * Socket响应消息
3
3
  */
4
- declare class SocketResponse<T> {
4
+ export declare class SocketResponse<T> {
5
5
  /**
6
6
  * 是否执行成功
7
7
  */
@@ -39,4 +39,3 @@ declare class SocketResponse<T> {
39
39
  */
40
40
  onError(message: string): void;
41
41
  }
42
- export default SocketResponse;
@@ -1,3 +1,2 @@
1
- import SocketProgress from "./SocketProgress";
2
- import SocketResponse from "./SocketResponse";
3
- export { SocketProgress, SocketResponse, };
1
+ export * from "./SocketProgress";
2
+ export * from "./SocketResponse";
@@ -1,15 +1,22 @@
1
- import Socket from "../Socket";
1
+ import { Socket } from "../Socket";
2
+ import { IHttp } from "../../https";
3
+ import { SsoUser } from "../../ssos";
2
4
  /**
3
5
  * 默认Socket通信工具
4
6
  */
5
- declare class DefaultSocket extends Socket {
7
+ export declare class DefaultSocket extends Socket {
6
8
  type: string;
7
9
  /**
8
10
  * 通信地址
9
11
  */
10
- url: string;
12
+ baseUrl: string;
11
13
  /**
12
14
  * socket连接对象
15
+ ** readyState枚举:
16
+ ** 0 - CONNECTING: 正在建立连接。
17
+ ** 1 - OPEN: 连接已建立,可以通信。
18
+ ** 2 - CLOSING: 连接正在关闭。
19
+ ** 3 - CLOSED: 连接已经关闭或连接尝试失败。
13
20
  */
14
21
  socket: WebSocket;
15
22
  /**
@@ -17,16 +24,32 @@ declare class DefaultSocket extends Socket {
17
24
  */
18
25
  connected: boolean;
19
26
  /**
20
- * 是否需要自动重新连接
27
+ * 连接异常时,等待再执行一次的超时器
21
28
  */
22
- reconnect: boolean;
29
+ socketTimeout: any;
23
30
  /**
24
31
  * Socket消息处理程序
25
32
  */
26
33
  handler: (event: MessageEvent) => void;
27
- connect(): Promise<void>;
28
34
  /**
29
- * 发送消息
35
+ * 请求器,无法使用默认请求器,因为baseUrl不一样
36
+ */
37
+ http: IHttp;
38
+ /**
39
+ * Http连接配置项
40
+ */
41
+ options: {
42
+ user: SsoUser;
43
+ language: string;
44
+ };
45
+ openAsync(conn?: string): Promise<void>;
46
+ open(): Promise<void>;
47
+ /**
48
+ * 尝试再次开启Socket连接
49
+ */
50
+ tryAgain(): void;
51
+ /**
52
+ * 发送消息,前端不支持发送自定义请求头
30
53
  */
31
54
  send(data: any): void;
32
55
  /**
@@ -34,4 +57,3 @@ declare class DefaultSocket extends Socket {
34
57
  */
35
58
  dispose(): void;
36
59
  }
37
- export default DefaultSocket;
@@ -0,0 +1 @@
1
+ export * from "./DefaultSocket";
@@ -1,4 +1,3 @@
1
- import ISocket from "./ISocket";
2
- import SocketFactory from "./SocketFactory";
1
+ export * from "./ISocket";
2
+ export * from "./SocketFactory";
3
3
  export * from "./entities";
4
- export { type ISocket, SocketFactory };
@@ -1,16 +1,9 @@
1
- import { IDriver } from "../@types";
2
- import SsoUser from "./entities/SsoUser";
1
+ import { IDriver, IOpen } from "../@types";
2
+ import { SsoUser } from "./entities";
3
3
  /**
4
4
  * SSO接口
5
5
  */
6
- interface ISso extends IDriver {
7
- /**
8
- * 开启连接
9
- */
10
- openAsync(auth: {
11
- url: string;
12
- app_id: string;
13
- }): Promise<void>;
6
+ export interface ISso extends IDriver, IOpen {
14
7
  /**
15
8
  * 登录
16
9
  */
@@ -26,10 +19,9 @@ interface ISso extends IDriver {
26
19
  /**
27
20
  * 获取授权头,不能泄露域账号等用户标识
28
21
  */
29
- getAuth(token: string, timestamp: number, sign: string, platform: string, env: string): string;
22
+ getAuth(token: string, timestamp: number, sign: string, terminal: string, env: string): string;
30
23
  /**
31
24
  * 退出
32
25
  */
33
26
  logout(): Promise<void>;
34
27
  }
35
- export default ISso;
@@ -1,18 +1,14 @@
1
- import ISso from "./ISso";
2
- import SsoUser from "./entities/SsoUser";
1
+ import { ISso } from "./ISso";
2
+ import { SsoUser } from "./entities";
3
3
  /**
4
4
  * 单点登录基类
5
5
  */
6
- declare abstract class Sso implements ISso {
6
+ export declare abstract class Sso implements ISso {
7
7
  type: string;
8
- abstract openAsync(auth: {
9
- url: string;
10
- app_id: string;
11
- }): Promise<void>;
12
- abstract getAuth(token: string, timestamp: number, sign: string, platform: string, env: string): string;
8
+ openAsync(conn: string): Promise<void>;
9
+ getAuth(token: string, timestamp: number, sign: string, terminal: string, env: string): string;
13
10
  abstract getUser(): Promise<SsoUser>;
14
- abstract login(form: any): Promise<any>;
11
+ login(form: any): Promise<any>;
15
12
  abstract loginUrl(callback_url: string): string;
16
13
  abstract logout(): Promise<void>;
17
14
  }
18
- export default Sso;
@@ -1,9 +1,9 @@
1
- import ISso from "./ISso";
2
- import Factory from "../../factory/Factory";
1
+ import { ISso } from "./ISso";
2
+ import { Factory } from "../../factory";
3
3
  /**
4
4
  * SSO工厂类
5
5
  */
6
- declare class SsoFactory extends Factory<ISso> {
6
+ export declare class SsoFactory extends Factory<ISso> {
7
7
  type: string;
8
8
  /**
9
9
  * 获取实例
@@ -14,4 +14,3 @@ declare class SsoFactory extends Factory<ISso> {
14
14
  */
15
15
  createAsync(type: string, conn?: string): Promise<ISso>;
16
16
  }
17
- export default SsoFactory;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * SSO用户信息
3
3
  */
4
- declare class SsoUser {
4
+ export declare class SsoUser {
5
5
  /**
6
6
  * 用户标识
7
7
  */
@@ -19,4 +19,3 @@ declare class SsoUser {
19
19
  */
20
20
  identity: any;
21
21
  }
22
- export default SsoUser;
@@ -1,2 +1 @@
1
- import SsoUser from "./SsoUser";
2
- export { SsoUser };
1
+ export * from "./SsoUser";
@@ -1,20 +1,15 @@
1
- import Sso from "../Sso";
2
- import SsoUser from "../entities/SsoUser";
1
+ import { Sso } from "../Sso";
2
+ import { SsoUser } from "../entities";
3
3
  import { IProvider } from "../../providers";
4
- declare class AnonymousSso extends Sso {
4
+ export declare class AnonymousSso extends Sso {
5
5
  type: string;
6
6
  /**
7
7
  * 数据库提供程序
8
8
  */
9
9
  provider: IProvider;
10
- openAsync(auth: {
11
- url: string;
12
- app_id: string;
13
- }): Promise<void>;
14
- login(form: any): Promise<any>;
10
+ openAsync(conn: string): Promise<void>;
15
11
  loginUrl(callback_url: string): string;
16
12
  getUser(): Promise<SsoUser>;
17
- getAuth(token: string, timestamp: number, signature: string, env: string): string;
13
+ getAuth(token: string, timestamp: number, sign: string, terminal: string, env: string): string;
18
14
  logout(): Promise<void>;
19
15
  }
20
- export default AnonymousSso;
@@ -1,23 +1,18 @@
1
- import Sso from "../Sso";
1
+ import { Sso } from "../Sso";
2
2
  import { IProvider } from "../../providers";
3
- import SsoUser from "../entities/SsoUser";
3
+ import { SsoUser } from "../entities";
4
4
  /**
5
5
  * 默认登录授权
6
6
  */
7
- declare class BearerSso implements Sso {
7
+ export declare class BearerSso extends Sso {
8
8
  type: string;
9
9
  /**
10
10
  * 数据库提供程序
11
11
  */
12
12
  provider: IProvider;
13
- openAsync(auth: {
14
- url: string;
15
- app_id: string;
16
- }): Promise<void>;
13
+ openAsync(conn: string): Promise<void>;
17
14
  login(form: any): Promise<any>;
18
15
  loginUrl(callback_url: string): string;
19
16
  getUser(): Promise<SsoUser>;
20
- getAuth(token: string, timestamp: number, signature: string, platform?: string, env?: string): string;
21
17
  logout(): Promise<void>;
22
18
  }
23
- export default BearerSso;
@@ -1,10 +1,10 @@
1
- import ISso from "../ISso";
2
- import SsoUser from "../entities/SsoUser";
1
+ import { SsoUser } from "../entities";
3
2
  import { IProvider } from "../../providers";
3
+ import { Sso } from "../Sso";
4
4
  /**
5
5
  * NIO SSO实现
6
6
  */
7
- declare class NioSso implements ISso {
7
+ export declare class NioSso extends Sso {
8
8
  type: string;
9
9
  url: string;
10
10
  app_id: string;
@@ -12,14 +12,9 @@ declare class NioSso implements ISso {
12
12
  * 数据库提供程序
13
13
  */
14
14
  provider: IProvider;
15
- openAsync(auth: {
16
- url: string;
17
- app_id: string;
18
- }): Promise<void>;
15
+ openAsync(conn: string): Promise<void>;
19
16
  login(form: any): Promise<any>;
20
17
  loginUrl(callback_url: string): string;
21
18
  getUser(): Promise<SsoUser>;
22
- getAuth(token: string, timestamp: number, signature: string, env: string): string;
23
19
  logout(): Promise<void>;
24
20
  }
25
- export default NioSso;
@@ -1,20 +1,15 @@
1
- import ISso from "../ISso";
2
1
  import { IProvider } from "../../providers";
3
- import SsoUser from "../entities/SsoUser";
4
- declare class SecretSso implements ISso {
2
+ import { SsoUser } from "../entities";
3
+ import { Sso } from "../Sso";
4
+ export declare class SecretSso extends Sso {
5
5
  type: string;
6
6
  /**
7
7
  * 数据库提供程序
8
8
  */
9
9
  provider: IProvider;
10
- openAsync(auth: {
11
- url: string;
12
- app_id: string;
13
- }): Promise<void>;
10
+ openAsync(conn: string): Promise<void>;
14
11
  login(form: any): Promise<any>;
15
12
  loginUrl(callback_url: string): string;
16
13
  getUser(): Promise<SsoUser>;
17
- getAuth(token: string, timestamp: number, signature: string, env: string): string;
18
14
  logout(): Promise<void>;
19
15
  }
20
- export default SecretSso;
@@ -1,17 +1,11 @@
1
- import ISso from "../ISso";
2
- import SsoUser from "../entities/SsoUser";
1
+ import { SsoUser } from "../entities";
2
+ import { Sso } from "../Sso";
3
3
  /**
4
4
  * 微信登录
5
5
  */
6
- declare class WeiXinSso implements ISso {
6
+ export declare class WeiXinSso extends Sso {
7
7
  type: string;
8
- openAsync(auth: {
9
- url: string;
10
- }): Promise<void>;
11
- login(form: any): Promise<any>;
12
8
  loginUrl(callback_url: string): string;
13
9
  getUser(): Promise<SsoUser>;
14
- getAuth(token: string, timestamp: number, signature: string, env: string): string;
15
10
  logout(): Promise<void>;
16
11
  }
17
- export default WeiXinSso;
@@ -0,0 +1,5 @@
1
+ export * from "./BearerSso";
2
+ export * from "./NioSso";
3
+ export * from "./WeiXinSso";
4
+ export * from "./AnonymousSso";
5
+ export * from "./SecretSso";
@@ -1,4 +1,3 @@
1
- import ISso from "./ISso";
2
- import SsoFactory from "./SsoFactory";
1
+ export * from "./ISso";
2
+ export * from "./SsoFactory";
3
3
  export * from "./entities";
4
- export { type ISso, SsoFactory };