halo-fe 1.0.24 → 1.0.26

Sign up to get free protection for your applications and to get access to all the features.
Files changed (173) hide show
  1. package/README.md +3 -1
  2. package/dist/assets/{liquidjs-B8dqQyVv.js → liquidjs-C2HVw1Ra.js} +82 -81
  3. package/dist/main.js +4888 -4397
  4. package/dist/style.css +1 -1
  5. package/esm/@types/CreateFeOptions.d.ts +4 -0
  6. package/esm/coms/@types/PagerEmit.d.ts +11 -0
  7. package/esm/coms/@types/PagerProps.d.ts +18 -0
  8. package/esm/coms/@types/SocketProgressProps.d.ts +31 -0
  9. package/esm/coms/@types/TabProps.d.ts +11 -0
  10. package/esm/coms/@types/TableEmit.d.ts +10 -0
  11. package/esm/coms/@types/TableProps.d.ts +34 -0
  12. package/esm/coms/@types/index.d.ts +7 -1
  13. package/esm/coms/Empty.vue.d.ts +12 -10
  14. package/esm/coms/Fill.vue.d.ts +8 -10
  15. package/esm/coms/Scroller.vue.d.ts +11 -13
  16. package/esm/coms/Timer.vue.d.ts +7 -9
  17. package/esm/coms/cards/Index.vue.d.ts +16 -0
  18. package/esm/coms/cards/index.d.ts +2 -0
  19. package/esm/coms/conditions/Condition.vue.d.ts +1 -1
  20. package/esm/coms/conditions/Index.vue.d.ts +1 -1
  21. package/esm/coms/controls/@types/CodeIntelli.d.ts +6 -0
  22. package/esm/coms/controls/@types/CodeProps.d.ts +31 -2
  23. package/esm/coms/controls/@types/Range.d.ts +1 -1
  24. package/esm/coms/controls/Code.vue.d.ts +16 -28
  25. package/esm/coms/controls/Compare.vue.d.ts +16 -8
  26. package/esm/coms/controls/Input.vue.d.ts +2 -0
  27. package/esm/coms/controls/Option.vue.d.ts +1 -1
  28. package/esm/coms/controls/RichText.vue.d.ts +2 -4
  29. package/esm/coms/controls/Select.vue.d.ts +1 -1
  30. package/esm/coms/controls/index.d.ts +2 -1
  31. package/esm/coms/index.d.ts +1 -0
  32. package/esm/coms/layouts/Col.vue.d.ts +6 -8
  33. package/esm/coms/layouts/Container.vue.d.ts +12 -11
  34. package/esm/coms/layouts/Desc.vue.d.ts +2 -0
  35. package/esm/coms/layouts/Row.vue.d.ts +7 -8
  36. package/esm/coms/pagers/Index.vue.d.ts +9 -0
  37. package/esm/coms/pagers/index.d.ts +2 -0
  38. package/esm/coms/progresses/Circle.vue.d.ts +2 -0
  39. package/esm/coms/progresses/Index.vue.d.ts +9 -0
  40. package/esm/coms/progresses/SocketProgress.vue.d.ts +7 -9
  41. package/esm/coms/progresses/Spinner.vue.d.ts +20 -0
  42. package/esm/coms/progresses/index.d.ts +3 -2
  43. package/esm/coms/tables/Index.vue.d.ts +33 -0
  44. package/esm/coms/tabs/Tab.vue.d.ts +2 -2
  45. package/esm/coms/tabs/TabPane.vue.d.ts +1 -1
  46. package/esm/drivers/@types/IOpen.d.ts +1 -1
  47. package/esm/drivers/builders/BuilderFactory.d.ts +1 -1
  48. package/esm/drivers/cdns/Cdn.d.ts +7 -9
  49. package/esm/drivers/cdns/CdnFactory.d.ts +1 -1
  50. package/esm/drivers/cdns/ICdn.d.ts +2 -11
  51. package/esm/drivers/encoders/Encoder.d.ts +1 -1
  52. package/esm/drivers/encoders/EncoderFactory.d.ts +3 -2
  53. package/esm/drivers/encoders/IEncoder.d.ts +2 -5
  54. package/esm/drivers/encoders/implement/Base64Encoder.d.ts +1 -1
  55. package/esm/drivers/encoders/implement/UrlEncoder.d.ts +7 -0
  56. package/esm/drivers/excels/Excel.d.ts +1 -1
  57. package/esm/drivers/excels/ExcelFactory.d.ts +1 -1
  58. package/esm/drivers/excels/implements/XlsxExcel.d.ts +1 -1
  59. package/esm/drivers/explainers/ExplainerFactory.d.ts +2 -2
  60. package/esm/drivers/features/FeatureFactory.d.ts +2 -2
  61. package/esm/drivers/features/IFeature.d.ts +2 -6
  62. package/esm/drivers/features/implements/ExpressionFeature.d.ts +1 -1
  63. package/esm/drivers/features/implements/I18NFeature.d.ts +1 -1
  64. package/esm/drivers/features/implements/SortFeature.d.ts +1 -1
  65. package/esm/drivers/hashers/Hasher.d.ts +1 -1
  66. package/esm/drivers/hashers/HasherFactory.d.ts +2 -2
  67. package/esm/drivers/hashers/IHasher.d.ts +2 -5
  68. package/esm/drivers/hashers/implement/Md5Hasher.d.ts +1 -1
  69. package/esm/drivers/hashers/implement/Sha256Hasher.d.ts +1 -1
  70. package/esm/drivers/https/Http.d.ts +22 -7
  71. package/esm/drivers/https/HttpFactory.d.ts +2 -7
  72. package/esm/drivers/https/IHttp.d.ts +16 -12
  73. package/esm/drivers/https/entities/HttpModel.d.ts +12 -0
  74. package/esm/drivers/https/entities/HttpResponse.d.ts +5 -1
  75. package/esm/drivers/https/implements/DefaultHttp.d.ts +1 -1
  76. package/esm/drivers/https/implements/HaloHttp.d.ts +2 -10
  77. package/esm/drivers/https/implements/MkHttp.d.ts +2 -3
  78. package/esm/drivers/i18ns/I18n.d.ts +1 -1
  79. package/esm/drivers/i18ns/I18nFactory.d.ts +1 -1
  80. package/esm/drivers/i18ns/implements/DefaultI18n.d.ts +1 -1
  81. package/esm/drivers/index.d.ts +52 -1
  82. package/esm/drivers/messengers/MessengerFactory.d.ts +2 -2
  83. package/esm/drivers/providers/IProvider.d.ts +19 -15
  84. package/esm/drivers/providers/Provider.d.ts +11 -9
  85. package/esm/drivers/providers/ProviderFactory.d.ts +5 -9
  86. package/esm/drivers/providers/implements/CookieProvider.d.ts +8 -8
  87. package/esm/drivers/providers/implements/IndexedDbProvider.d.ts +20 -10
  88. package/esm/drivers/providers/implements/StorageProvider.d.ts +8 -8
  89. package/esm/drivers/signers/ISigner.d.ts +1 -1
  90. package/esm/drivers/signers/Signer.d.ts +1 -1
  91. package/esm/drivers/signers/SignerFactory.d.ts +2 -2
  92. package/esm/drivers/signers/implements/DefaultSigner.d.ts +1 -1
  93. package/esm/drivers/sockets/@types/SubscribedWindow.d.ts +16 -0
  94. package/esm/drivers/sockets/@types/index.d.ts +2 -0
  95. package/esm/drivers/sockets/ISocket.d.ts +39 -0
  96. package/esm/drivers/sockets/Socket.d.ts +17 -0
  97. package/esm/drivers/sockets/SocketFactory.d.ts +13 -0
  98. package/esm/drivers/sockets/entities/SocketProgress.d.ts +34 -0
  99. package/esm/drivers/sockets/entities/SocketResponse.d.ts +26 -0
  100. package/esm/drivers/sockets/entities/index.d.ts +3 -0
  101. package/esm/drivers/sockets/implement/DefaultSocket.d.ts +37 -0
  102. package/esm/drivers/sockets/index.d.ts +4 -0
  103. package/esm/drivers/ssos/ISso.d.ts +1 -1
  104. package/esm/drivers/ssos/Sso.d.ts +1 -1
  105. package/esm/drivers/ssos/SsoFactory.d.ts +2 -2
  106. package/esm/drivers/ssos/implements/AnonymousSso.d.ts +1 -1
  107. package/esm/drivers/ssos/implements/BearerSso.d.ts +1 -1
  108. package/esm/drivers/ssos/implements/NioSso.d.ts +1 -1
  109. package/esm/drivers/ssos/implements/SecretSso.d.ts +1 -1
  110. package/esm/drivers/ssos/implements/WeiXinSso.d.ts +1 -1
  111. package/esm/drivers/tasks/ITask.d.ts +10 -3
  112. package/esm/drivers/tasks/Task.d.ts +2 -1
  113. package/esm/drivers/tasks/TaskFactory.d.ts +2 -2
  114. package/esm/drivers/tasks/implement/MemoryTask.d.ts +5 -3
  115. package/esm/drivers/templates/TemplateFactory.d.ts +2 -2
  116. package/esm/drivers/util/@types/JsonConfig.d.ts +10 -0
  117. package/esm/drivers/util/@types/TreeNodeProp.d.ts +9 -0
  118. package/esm/drivers/util/@types/index.d.ts +3 -0
  119. package/esm/drivers/util/IUtil.d.ts +8 -0
  120. package/esm/drivers/util/Util.d.ts +8 -0
  121. package/esm/drivers/util/UtilFactory.d.ts +32 -0
  122. package/esm/drivers/util/implements/ArrayUtil.d.ts +123 -0
  123. package/esm/drivers/util/implements/BrowserUtil.d.ts +12 -0
  124. package/esm/drivers/util/implements/ComponentUtil.d.ts +20 -0
  125. package/esm/drivers/util/implements/DictionaryUtil.d.ts +40 -0
  126. package/esm/drivers/util/implements/DomUtil.d.ts +118 -0
  127. package/esm/drivers/util/implements/EventUtil.d.ts +32 -0
  128. package/esm/drivers/util/implements/FileUtil.d.ts +24 -0
  129. package/esm/drivers/util/implements/HtmlUtil.d.ts +16 -0
  130. package/esm/drivers/util/implements/ImageUtil.d.ts +12 -0
  131. package/esm/drivers/util/implements/JsonUtil.d.ts +58 -0
  132. package/esm/drivers/util/implements/MathUtil.d.ts +52 -0
  133. package/esm/drivers/util/implements/MicroUtil.d.ts +12 -0
  134. package/esm/drivers/util/implements/MountUtil.d.ts +16 -0
  135. package/esm/drivers/util/implements/ObjectUtil.d.ts +44 -0
  136. package/esm/drivers/util/implements/ScrollUtil.d.ts +16 -0
  137. package/esm/drivers/util/implements/SignUtil.d.ts +16 -0
  138. package/esm/drivers/util/implements/StringUtil.d.ts +104 -0
  139. package/esm/drivers/util/implements/TaskUtil.d.ts +28 -0
  140. package/esm/drivers/util/implements/TimeUtil.d.ts +72 -0
  141. package/esm/drivers/util/implements/TreeUtil.d.ts +56 -0
  142. package/esm/drivers/util/implements/TypeUtil.d.ts +28 -0
  143. package/esm/drivers/util/implements/UrlUtil.d.ts +90 -0
  144. package/esm/drivers/util/index.d.ts +24 -0
  145. package/esm/drivers/utilities/IUtility.d.ts +3 -0
  146. package/esm/drivers/utilities/Utility.d.ts +3 -0
  147. package/esm/drivers/utilities/UtilityFactory.d.ts +6 -6
  148. package/esm/drivers/utilities/implement/EventUtility.d.ts +3 -6
  149. package/esm/drivers/utilities/implement/SaveUtility.d.ts +48 -3
  150. package/esm/drivers/videos/VideoFactory.d.ts +2 -2
  151. package/esm/drivers/voices/VoiceFactory.d.ts +2 -2
  152. package/esm/factory/Factories.d.ts +99 -0
  153. package/esm/factory/Factory.d.ts +41 -0
  154. package/esm/factory/IFactory.d.ts +40 -0
  155. package/esm/factory/Utils.d.ts +29 -0
  156. package/esm/factory/index.d.ts +4 -0
  157. package/esm/factorying/Factories.d.ts +9 -5
  158. package/esm/factorying/Factory.d.ts +7 -10
  159. package/esm/factorying/IFactory.d.ts +7 -3
  160. package/esm/factorying/Utils.d.ts +24 -9
  161. package/esm/factorying/index.d.ts +7 -2
  162. package/esm/main.d.ts +1 -2
  163. package/esm/repos/Repo.d.ts +5 -0
  164. package/esm/repos/RepoFactory.d.ts +20 -1
  165. package/esm/repos/implements/PageRepo.d.ts +30 -0
  166. package/esm/repos/implements/QueryRepo.d.ts +64 -0
  167. package/esm/repos/implements/SettingRepo.d.ts +1 -0
  168. package/esm/repos/index.d.ts +10 -1
  169. package/esm/svcs/SvcFactory.d.ts +1 -1
  170. package/esm/svcs/implement/ConfigSvc.d.ts +8 -8
  171. package/esm/svcs/implement/DriverSvc.d.ts +1 -35
  172. package/esm/svcs/index.d.ts +6 -17
  173. package/package.json +10 -10

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.