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
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- html{-webkit-user-select:initial;user-select:initial;font-size:14px;font-family:Consolas}a{text-decoration:none}p{margin:0;line-height:20px}input{outline:none;margin:0;font-family:inherit}ul,ol{margin:0;padding:0;outline:none}li{list-style-type:none}img{display:block}pre{margin:0;font-family:inherit}html.blue .ha-rich-text .ql-toolbar.ql-snow{border:1px solid #434e61;box-shadow:0 1px 4px #29374d;background-image:linear-gradient(to bottom,#354052,#354052)}html.blue .ha-rich-text .ql-container.ql-snow{border-color:#434e61;background:#354052}html.blue .ha-rich-text .ql-stroke{stroke:#ffffffb8}html.blue .ha-rich-text .ql-fill{fill:#ffffffb8}html.blue .ha-rich-text .ql-picker .ql-picker-label,html.blue .ha-rich-text .ql-date{color:#ffffffb8}html.light .ha-rich-text .ql-toolbar.ql-snow{border:1px solid #dcdfe6;box-shadow:0 1px 4px #ccc9;background-image:linear-gradient(to bottom,#fff,#f2f2f2)}html.light .ha-rich-text .ql-container.ql-snow{border-color:#dcdfe6}.ha-rich-text ol,.ha-rich-text ul{padding-left:1.5em}.ha-rich-text ol{counter-reset:my-counter}.ha-rich-text ol li{list-style-type:none;counter-increment:my-counter}.ha-rich-text ol li:before{content:counter(my-counter) "."}.ha-fill{width:100%;height:100%}.ha-scroller{position:relative;height:100%}.ha-scroller:hover .scroller-thumb{display:block}.ha-scroller.hover .scroller-thumb{display:block;opacity:.5}.ha-scroller .scroller-container{height:100%;overflow:auto;width:100%;scrollbar-width:none}.ha-scroller .scroller-track{position:absolute;top:0;right:0;width:8px;height:100%}.ha-scroller .scroller-thumb{display:none;position:absolute;cursor:pointer;height:30px;width:100%;-webkit-user-select:none;user-select:none;background:#a3a6ad;opacity:.3;border-radius:5px}.ha-scroller .scroller-thumb:hover{opacity:.5}.ha-card{padding:5px;border:1px solid #414243;background:#1d1e1f;box-shadow:0 0 12px #000000b8;border-radius:4px}.ha-code{width:100%;height:100%}.ha-code.border{width:calc(100% - 2px);height:calc(100% - 2px);border-radius:4px}.ha-code.border .monaco-editor,.ha-code.border .overflow-guard{border-radius:4px}.ha-code.border:has(.monaco-editor.focused){border:1px solid #007fd4}.ha-compare{width:100%;height:100%}.ha-rich-text{width:100%}.ha-rich-text .ql-date{font-family:"Font Awesome 6 Free"}.ha-rich-text .ql-date:before{content:""}.ha-rich-text .ql-toolbar{line-height:20px}.ha-rich-text .ql-toolbar.ql-snow{padding:3px;position:sticky;top:0;z-index:10;border-top-left-radius:4px;border-top-right-radius:4px}.ha-rich-text .ql-body{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ha-rich-text .ql-container{height:auto}.ha-rich-text .ql-container.ql-snow{font-family:inherit;border:0}.ha-rich-text .ql-editor{padding:8px 8px 620px;word-break:break-word;overflow:initial}.ha-rich-text .ql-formats .ql-picker+.ql-picker{display:block!important}.ha-rich-text .ql-formats .ql-picker:has(+.ql-picker){display:none}.ha-rich-text:has(.ql-editor:focus) .ql-snow.ql-toolbar{border-color:#007fd4;border-bottom-color:#4c4d4f}.ha-rich-text:has(.ql-editor:focus) .ql-snow+.ql-body{border-color:#007fd4}.ha-condition{display:flex}.ha-col{display:flex;flex-direction:column;gap:5px}.ha-container{padding:10px;width:calc(100% - 20px);height:calc(100% - 20px)}.ha-container .ha-operation:nth-child(1){margin-top:0;margin-bottom:10px;padding:8px 10px;line-height:32px}.ha-row{display:flex;gap:5px}.ha-row.between{justify-content:space-between}.ha-progress{position:absolute;width:0;z-index:1}.progress-tip{font-size:12px;padding:0 8px;border-radius:4px;display:flex;align-items:center}.progress-tip.info{color:#409eff;background:#18222c;border:1px solid #1d3043}.progress-tip.success{color:#67c23a;background:#1c2518;border:1px solid #25371c}.progress-tip.warning{color:#e6a23c;background:#292218;border:1px solid #3e301c}.progress-tip.error{color:#f56c6c;background:#2b1d1d;border:1px solid #412626}.ha-socket-progress{width:100%;display:flex;gap:5px}.ha-socket-progress .progress-tips{display:flex;gap:5px}.ha-socket-progress .progress-chart{display:flex;flex:1;align-items:center;gap:5px}.ha-socket-progress .progress-bar{height:6px;background:#363637;width:100%;border-radius:4px}.ha-socket-progress .progress-percentage{height:100%;background:#67c23a;transition:width .5s;border-radius:4px}.ha-socket-progress .progress-info{font-size:12px;display:flex;justify-content:space-between;color:#aaa}.ha-socket-progress .progress-text{color:#cfd3dc}.ha-socket-progress.warning .progress-percentage{background:#e6a23c}.ha-socket-progress.warning .progress-text{color:#e6a23c}.ha-socket-progress.error .progress-percentage{background:#f56c6c}.ha-socket-progress.error .progress-text{color:#f56c6c}@keyframes antRotate{to{transform:rotate(405deg)}}@keyframes antSpinMove{to{opacity:1}}.ha-spinner .spinner-dots{position:relative;font-size:20px;width:20px;height:20px;transform:rotate(45deg);animation:antRotate 1.2s linear infinite;margin:0 auto}.ha-spinner .spinner-dots i{position:absolute;display:block;width:9px;height:9px;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s linear infinite alternate}.ha-spinner .spinner-dots i:first-child{top:0;left:0}.ha-spinner .spinner-dots i:nth-child(2){top:0;right:0;animation-delay:.4s}.ha-spinner .spinner-dots i:nth-child(3){right:0;bottom:0;animation-delay:.8s}.ha-spinner .spinner-dots i:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.ha-spinner .spinner-title{color:#f40}.ha-spinner .stack{color:#a3a6ad;white-space:pre-wrap}.ha-spinner .spinner-text{text-align:center;font-size:14px;margin-top:10px}.ha-spinner.is-loading{height:100%;display:flex;align-items:center;justify-content:center}.ha-spinner.is-error{padding:10px;font-size:14px;transition:none}.ha-spinner.is-error .retry{color:#38c;cursor:pointer;margin-left:5px}.ha-spinner.is-error .retry:active{color:#f40}.ha-dance{display:flex;align-items:center}.ha-dance .char{animation:animationText 1s ease-in-out infinite alternate}@keyframes animationText{0%{transform:matrix(1,0,0,1,0,-2)}to{transform:matrix(1,0,0,1,0,2)}}
1
+ html{-webkit-user-select:initial;user-select:initial;font-size:14px;font-family:Consolas}a{text-decoration:none}p{margin:0;line-height:20px}input{outline:none;margin:0;font-family:inherit}ul,ol{margin:0;padding:0;outline:none}li{list-style-type:none}img{display:block}pre{margin:0;font-family:inherit}html.blue .ha-rich-text .ql-toolbar.ql-snow{border:1px solid #434e61;box-shadow:0 1px 4px #29374d;background-image:linear-gradient(to bottom,#354052,#354052)}html.blue .ha-rich-text .ql-container.ql-snow{border-color:#434e61;background:#354052}html.blue .ha-rich-text .ql-stroke{stroke:#ffffffb8}html.blue .ha-rich-text .ql-fill{fill:#ffffffb8}html.blue .ha-rich-text .ql-picker .ql-picker-label,html.blue .ha-rich-text .ql-date{color:#ffffffb8}html.light .ha-rich-text .ql-toolbar.ql-snow{border:1px solid #dcdfe6;box-shadow:0 1px 4px #ccc9;background-image:linear-gradient(to bottom,#fff,#f2f2f2)}html.light .ha-rich-text .ql-container.ql-snow{border-color:#dcdfe6}.ha-rich-text ol,.ha-rich-text ul{padding-left:1.5em}.ha-rich-text ol{counter-reset:my-counter}.ha-rich-text ol li{list-style-type:none;counter-increment:my-counter}.ha-rich-text ol li:before{content:counter(my-counter) "."}.ha-fill{width:100%;height:100%}.ha-scroller{position:relative;height:100%}.ha-scroller:hover .scroller-thumb{display:block}.ha-scroller.hover .scroller-thumb{display:block;opacity:.5}.ha-scroller .scroller-container{height:100%;overflow:auto;width:100%;scrollbar-width:none}.ha-scroller .scroller-track{position:absolute;top:0;right:0;width:8px;height:100%}.ha-scroller .scroller-thumb{display:none;position:absolute;cursor:pointer;height:30px;width:100%;-webkit-user-select:none;user-select:none;background:#a3a6ad;opacity:.3;border-radius:5px}.ha-scroller .scroller-thumb:hover{opacity:.5}.ha-card{padding:5px;border:1px solid #414243;background:#1d1e1f;box-shadow:0 0 12px #000000b8;border-radius:4px}.ha-code{width:100%;height:100%}.ha-code.border{width:calc(100% - 2px);height:calc(100% - 2px);border-radius:4px}.ha-code.border .monaco-editor,.ha-code.border .overflow-guard{border-radius:4px}.ha-code.border:has(.monaco-editor.focused){border:1px solid #007fd4}.ha-compare{width:100%;height:100%}.ha-rich-text{width:100%}.ha-rich-text .ql-date{font-family:"Font Awesome 6 Free"}.ha-rich-text .ql-date:before{content:""}.ha-rich-text .ql-toolbar{line-height:20px}.ha-rich-text .ql-toolbar.ql-snow{padding:3px;position:sticky;top:0;z-index:10;border-top-left-radius:4px;border-top-right-radius:4px}.ha-rich-text .ql-body{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.ha-rich-text .ql-container{height:auto}.ha-rich-text .ql-container.ql-snow{font-family:inherit;border:0}.ha-rich-text .ql-editor{padding:8px 8px 620px;word-break:break-word;overflow:initial}.ha-rich-text .ql-formats .ql-picker+.ql-picker{display:block!important}.ha-rich-text .ql-formats .ql-picker:has(+.ql-picker){display:none}.ha-rich-text:has(.ql-editor:focus) .ql-snow.ql-toolbar{border-color:#007fd4;border-bottom-color:#4c4d4f}.ha-rich-text:has(.ql-editor:focus) .ql-snow+.ql-body{border-color:#007fd4}.ha-condition{display:flex}.ha-col{display:flex;flex-direction:column;gap:5px}.ha-container{padding:10px;width:calc(100% - 20px);height:calc(100% - 20px)}.ha-container .ha-operation:nth-child(1){margin-top:0;margin-bottom:10px;padding:8px 10px;line-height:32px}.ha-row{display:flex;gap:5px}.ha-row.between{justify-content:space-between}.ha-progress{position:absolute;width:0;z-index:1}.progress-tip{font-size:12px;padding:0 8px;border-radius:4px;display:flex;align-items:center}.progress-tip.info{color:#409eff;background:#18222c;border:1px solid #1d3043}.progress-tip.success{color:#67c23a;background:#1c2518;border:1px solid #25371c}.progress-tip.warning{color:#e6a23c;background:#292218;border:1px solid #3e301c}.progress-tip.error{color:#f56c6c;background:#2b1d1d;border:1px solid #412626}.ha-socket-progress{width:100%;display:flex;gap:5px}.ha-socket-progress .progress-tips{display:flex;gap:5px}.ha-socket-progress .progress-chart{display:flex;flex:1;align-items:center;gap:5px}.ha-socket-progress .progress-bar{height:6px;background:#363637;width:100%;border-radius:4px}.ha-socket-progress .progress-percentage{height:100%;background:#67c23a;transition:width .5s;border-radius:4px}.ha-socket-progress .progress-info{font-size:12px;display:flex;justify-content:space-between;color:#aaa;gap:10px}.ha-socket-progress .progress-text{color:#cfd3dc}.ha-socket-progress.warning .progress-percentage{background:#e6a23c}.ha-socket-progress.warning .progress-text{color:#e6a23c}.ha-socket-progress.error .progress-percentage{background:#f56c6c}.ha-socket-progress.error .progress-text{color:#f56c6c}@keyframes antRotate{to{transform:rotate(405deg)}}@keyframes antSpinMove{to{opacity:1}}.ha-spinner .spinner-dots{position:relative;font-size:20px;width:20px;height:20px;transform:rotate(45deg);animation:antRotate 1.2s linear infinite;margin:0 auto}.ha-spinner .spinner-dots i{position:absolute;display:block;width:9px;height:9px;border-radius:100%;transform:scale(.75);transform-origin:50% 50%;opacity:.3;animation:antSpinMove 1s linear infinite alternate}.ha-spinner .spinner-dots i:first-child{top:0;left:0}.ha-spinner .spinner-dots i:nth-child(2){top:0;right:0;animation-delay:.4s}.ha-spinner .spinner-dots i:nth-child(3){right:0;bottom:0;animation-delay:.8s}.ha-spinner .spinner-dots i:nth-child(4){bottom:0;left:0;animation-delay:1.2s}.ha-spinner .spinner-title{color:#f40}.ha-spinner .stack{color:#a3a6ad;white-space:pre-wrap}.ha-spinner .spinner-text{text-align:center;font-size:14px;margin-top:10px}.ha-spinner.is-loading{height:100%;display:flex;align-items:center;justify-content:center}.ha-spinner.is-error{padding:10px;font-size:14px;transition:none}.ha-spinner.is-error .retry{color:#38c;cursor:pointer;margin-left:5px}.ha-spinner.is-error .retry:active{color:#f40}.ha-dance{display:flex;align-items:center}.ha-dance .char{animation:animationText 1s ease-in-out infinite alternate}@keyframes animationText{0%{transform:matrix(1,0,0,1,0,-2)}to{transform:matrix(1,0,0,1,0,2)}}
@@ -2,7 +2,7 @@ import { IMessenger } from "../drivers";
2
2
  /**
3
3
  * 初始化选项
4
4
  */
5
- declare class CreateFeOptions {
5
+ export declare class CreateFeOptions {
6
6
  /**
7
7
  * 消息发送对象
8
8
  */
@@ -15,6 +15,10 @@ declare class CreateFeOptions {
15
15
  * Socket通信地址
16
16
  */
17
17
  socketUrl: string;
18
+ /**
19
+ * 默认语言
20
+ */
21
+ language: string;
18
22
  /**
19
23
  * 自定义语言包
20
24
  */
@@ -26,4 +30,3 @@ declare class CreateFeOptions {
26
30
  */
27
31
  cdn: 'Local' | "Third" | string;
28
32
  }
29
- export default CreateFeOptions;
@@ -0,0 +1,32 @@
1
+ import { IMessenger } from "../drivers";
2
+ /**
3
+ * 初始化选项
4
+ */
5
+ export declare class FeOptions {
6
+ /**
7
+ * 消息发送对象
8
+ */
9
+ messenger: IMessenger;
10
+ /**
11
+ * 基准请求地址
12
+ */
13
+ baseUrl: string;
14
+ /**
15
+ * Socket通信地址
16
+ */
17
+ socketUrl: string;
18
+ /**
19
+ * 默认语言
20
+ */
21
+ language: string;
22
+ /**
23
+ * 自定义语言包
24
+ */
25
+ lang: {
26
+ [key: string]: any;
27
+ };
28
+ /**
29
+ * CDN类型
30
+ */
31
+ cdn: 'Local' | "Third" | string;
32
+ }
@@ -1,2 +1 @@
1
- import CreateFeOptions from "./CreateFeOptions";
2
- export { CreateFeOptions };
1
+ export * from "./FeOptions";
@@ -1,3 +1,2 @@
1
- declare class AppConstant {
1
+ export declare class AppConstant {
2
2
  }
3
- export default AppConstant;
@@ -1,2 +1 @@
1
- import AppConstant from "./AppConstant";
2
- export { AppConstant };
1
+ export * from "./AppConstant";
@@ -0,0 +1,3 @@
1
+ export interface ColumnEmit {
2
+ (event: 'change'): void;
3
+ }
@@ -0,0 +1,5 @@
1
+ /**
2
+ * 列属性定义
3
+ */
4
+ export interface ColumnProps {
5
+ }
@@ -1,4 +1,4 @@
1
- interface PagerEmit {
1
+ export interface PagerEmit {
2
2
  /**
3
3
  * 页码改变事件
4
4
  */
@@ -8,4 +8,3 @@ interface PagerEmit {
8
8
  */
9
9
  (event: 'size-change', value: number): void;
10
10
  }
11
- export default PagerEmit;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 分页属性
3
3
  */
4
- interface PagerProps {
4
+ export interface PagerProps {
5
5
  /**
6
6
  * 当前页码
7
7
  */
@@ -15,4 +15,3 @@ interface PagerProps {
15
15
  */
16
16
  count: number;
17
17
  }
18
- export default PagerProps;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 滚动条选项
3
3
  */
4
- interface ScrollerProps {
4
+ export interface ScrollerProps {
5
5
  /**
6
6
  * 选项配置
7
7
  */
@@ -12,4 +12,3 @@ interface ScrollerProps {
12
12
  scrollTop?: number;
13
13
  };
14
14
  }
15
- export default ScrollerProps;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 实时进度属性
3
3
  */
4
- interface SocketProgressProps {
4
+ export interface SocketProgressProps {
5
5
  /**
6
6
  * 标题
7
7
  */
@@ -40,4 +40,3 @@ interface SocketProgressProps {
40
40
  current?: any;
41
41
  };
42
42
  }
43
- export default SocketProgressProps;
@@ -1,4 +1,4 @@
1
- interface TabProps {
1
+ export interface TabProps {
2
2
  /**
3
3
  * 展示模式
4
4
  */
@@ -8,4 +8,3 @@ interface TabProps {
8
8
  */
9
9
  destroy: boolean;
10
10
  }
11
- export default TabProps;
@@ -1,10 +1,9 @@
1
1
  /**
2
2
  * 表格触发事件
3
3
  */
4
- interface TableEmit {
4
+ export interface TableEmit {
5
5
  /**
6
6
  * 滚动事件
7
7
  */
8
8
  (event: 'scroll', value: number): void;
9
9
  }
10
- export default TableEmit;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 表格属性
3
3
  */
4
- interface TableProps {
4
+ export interface TableProps {
5
5
  /**
6
6
  * 数据
7
7
  */
@@ -31,4 +31,3 @@ interface TableProps {
31
31
  */
32
32
  size?: string;
33
33
  }
34
- export default TableProps;
@@ -1,8 +1,9 @@
1
- import PagerEmit from "./PagerEmit";
2
- import PagerProps from "./PagerProps";
3
- import ScrollerProps from "./ScrollerProps";
4
- import SocketProgressProps from "./SocketProgressProps";
5
- import TableEmit from "./TableEmit";
6
- import TableProps from "./TableProps";
7
- import TabProps from "./TabProps";
8
- export { type PagerEmit, type PagerProps, type ScrollerProps, type SocketProgressProps, type TableEmit, type TableProps, type TabProps };
1
+ export * from "./ColumnEmit";
2
+ export * from "./ColumnProps";
3
+ export * from "./PagerEmit";
4
+ export * from "./PagerProps";
5
+ export * from "./ScrollerProps";
6
+ export * from "./SocketProgressProps";
7
+ export * from "./TableEmit";
8
+ export * from "./TableProps";
9
+ export * from "./TabProps";
@@ -1,9 +1,10 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLDivElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
10
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -21,7 +22,7 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
21
22
  }>> & Readonly<{}>, {
22
23
  message: string;
23
24
  hasData: boolean;
24
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
25
26
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
26
27
  export default _default;
27
28
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,18 +1,19 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {
6
7
  fillRef: HTMLDivElement;
7
8
  };
8
- attrs: Partial<{}>;
9
+ rootEl: HTMLDivElement;
9
10
  };
10
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
12
  declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
13
  resize: (...args: any[]) => void;
13
14
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
14
15
  onResize?: (...args: any[]) => any;
15
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
16
17
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
18
  export default _default;
18
19
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,5 +1,6 @@
1
- import ScrollerProps from "./@types/ScrollerProps";
1
+ import { ScrollerProps } from "./@types";
2
2
  declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
3
4
  slots: {
4
5
  default?(_: {}): any;
5
6
  };
@@ -9,7 +10,7 @@ declare function __VLS_template(): {
9
10
  trackRef: HTMLDivElement;
10
11
  thumbRef: HTMLDivElement;
11
12
  };
12
- attrs: Partial<{}>;
13
+ rootEl: HTMLDivElement;
13
14
  };
14
15
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
15
16
  declare const __VLS_component: import("vue").DefineComponent<ScrollerProps, {
@@ -19,7 +20,7 @@ declare const __VLS_component: import("vue").DefineComponent<ScrollerProps, {
19
20
  scroll: (...args: any[]) => void;
20
21
  }, string, import("vue").PublicProps, Readonly<ScrollerProps> & Readonly<{
21
22
  onScroll?: (...args: any[]) => any;
22
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
23
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
23
24
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
24
25
  export default _default;
25
26
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,9 +1,10 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLSpanElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
10
  declare const __VLS_component: import("vue").DefineComponent<{}, {
@@ -15,7 +16,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
15
16
  change: (...args: any[]) => void;
16
17
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
17
18
  onChange?: (...args: any[]) => any;
18
- }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLSpanElement>;
19
20
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
20
21
  export default _default;
21
22
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,12 +1,13 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLDivElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
10
11
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
12
  export default _default;
12
13
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,11 +1,10 @@
1
- import ConditionProps from "./ConditionProps";
1
+ import { ConditionProps } from "./ConditionProps";
2
2
  /**
3
3
  * 条件组类型
4
4
  */
5
- interface ConditionGroupProps {
5
+ export interface ConditionGroupProps {
6
6
  /**
7
7
  * 条件集合
8
8
  */
9
9
  conditions: ConditionProps[];
10
10
  }
11
- export default ConditionGroupProps;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 条件属性
3
3
  */
4
- interface ConditionProps {
4
+ export interface ConditionProps {
5
5
  /**
6
6
  * 字段名
7
7
  */
@@ -15,4 +15,3 @@ interface ConditionProps {
15
15
  */
16
16
  value: string;
17
17
  }
18
- export default ConditionProps;
@@ -1,3 +1,2 @@
1
- import ConditionGroupProps from "./ConditionGroupProps";
2
- import ConditionProps from "./ConditionProps";
3
- export { type ConditionGroupProps, type ConditionProps };
1
+ export * from "./ConditionGroupProps";
2
+ export * from "./ConditionProps";
@@ -1,3 +1,3 @@
1
1
  import { ConditionProps } from "./@types";
2
- declare const _default: import("vue").DefineComponent<ConditionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ConditionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const _default: import("vue").DefineComponent<ConditionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ConditionProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
3
3
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { ConditionGroupProps } from "./@types";
2
- declare const _default: import("vue").DefineComponent<ConditionGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ConditionGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
2
+ declare const _default: import("vue").DefineComponent<ConditionGroupProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ConditionGroupProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLDivElement>;
3
3
  export default _default;
@@ -2,7 +2,7 @@ import { Monaco } from "../../../plugins";
2
2
  /**
3
3
  * 代码控件事件
4
4
  */
5
- interface CodeEmit {
5
+ export interface CodeEmit {
6
6
  /**
7
7
  * 挂载完毕事件
8
8
  */
@@ -20,4 +20,3 @@ interface CodeEmit {
20
20
  */
21
21
  (event: 'update:modelValue', value: any): void;
22
22
  }
23
- export default CodeEmit;
@@ -1,6 +1,5 @@
1
1
  /**
2
2
  * 代码智能提示信息
3
3
  */
4
- interface CodeIntelli {
4
+ export interface CodeIntelli {
5
5
  }
6
- export default CodeIntelli;
@@ -1,9 +1,9 @@
1
- import Range from "./Range";
2
- import CodeIntelli from "./CodeIntelli";
1
+ import { Range } from "./Range";
2
+ import { CodeIntelli } from "./CodeIntelli";
3
3
  /**
4
4
  * 代码属性
5
5
  */
6
- interface CodeProps {
6
+ export interface CodeProps {
7
7
  /**
8
8
  * 配置
9
9
  */
@@ -54,4 +54,3 @@ interface CodeProps {
54
54
  */
55
55
  modelValue?: string;
56
56
  }
57
- export default CodeProps;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 范围类
3
3
  */
4
- declare class Range {
4
+ export declare class Range {
5
5
  /**
6
6
  * 起始行号
7
7
  */
@@ -23,4 +23,3 @@ declare class Range {
23
23
  */
24
24
  constructor(startLine: number, endLine: number, startColumn: number, endColumn: number);
25
25
  }
26
- export default Range;
@@ -11,4 +11,3 @@ export interface RichTextOptions {
11
11
  */
12
12
  scrollTop?: number;
13
13
  }
14
- export default RichTextOptions;
@@ -2,11 +2,10 @@ import { RichTextOptions } from "./RichTextOptions";
2
2
  /**
3
3
  * 富文本属性
4
4
  */
5
- interface RichTextProps {
5
+ export interface RichTextProps {
6
6
  /**
7
7
  * 默认配置选项
8
8
  * 必填,否则内部状态变化,会导致响应状态丢失
9
9
  */
10
10
  options: RichTextOptions;
11
11
  }
12
- export default RichTextProps;
@@ -1,6 +1,5 @@
1
- import CodeEmit from "./CodeEmit";
2
- import CodeProps from "./CodeProps";
3
- import Range from "./Range";
4
- import RichTextOptions from "./RichTextOptions";
5
- import RichTextProps from "./RichTextProps";
6
- export { type CodeEmit, type CodeProps, Range, type RichTextOptions, type RichTextProps, };
1
+ export * from "./CodeEmit";
2
+ export * from "./CodeProps";
3
+ export * from "./Range";
4
+ export * from "./RichTextOptions";
5
+ export * from "./RichTextProps";
@@ -24,7 +24,7 @@ declare const _default: import("vue").DefineComponent<CodeProps, {
24
24
  scrollTop?: number;
25
25
  selection?: import("./@types").Range;
26
26
  schema?: any;
27
- intelli?: import("./@types/CodeIntelli").default;
27
+ intelli?: import("./@types/CodeIntelli").CodeIntelli;
28
28
  };
29
29
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
30
30
  export default _default;
@@ -36,5 +36,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
36
36
  "onUpdate:original"?: (...args: any[]) => any;
37
37
  }>, {
38
38
  inline: boolean;
39
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
39
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
40
40
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,13 +1,15 @@
1
1
  import { RichTextProps } from "./@types";
2
- declare let __VLS_typeProps: RichTextProps;
2
+ type __VLS_Props = RichTextProps;
3
3
  type __VLS_PublicProps = {
4
4
  modelValue?: string;
5
- } & typeof __VLS_typeProps;
5
+ } & __VLS_Props;
6
6
  declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  scroll: (...args: any[]) => void;
8
8
  change: (...args: any[]) => void;
9
+ "update:modelValue": (value: string) => void;
9
10
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
10
11
  onScroll?: (...args: any[]) => any;
11
12
  onChange?: (...args: any[]) => any;
13
+ "onUpdate:modelValue"?: (value: string) => any;
12
14
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
15
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * 行属性
3
3
  */
4
- interface RowProps {
4
+ export interface RowProps {
5
5
  /**
6
6
  * 单元格间隙
7
7
  */
@@ -11,4 +11,3 @@ interface RowProps {
11
11
  */
12
12
  direction?: string;
13
13
  }
14
- export default RowProps;
@@ -1,2 +1 @@
1
- import RowProps from "./RowProps";
2
- export { type RowProps };
1
+ export * from "./RowProps";
@@ -1,12 +1,13 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
6
  refs: {};
6
- attrs: Partial<{}>;
7
+ rootEl: HTMLDivElement;
7
8
  };
8
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
10
+ declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
10
11
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
11
12
  export default _default;
12
13
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,9 +1,12 @@
1
1
  declare function __VLS_template(): {
2
+ attrs: Partial<{}>;
2
3
  slots: {
3
4
  default?(_: {}): any;
4
5
  };
5
- refs: {};
6
- attrs: Partial<{}>;
6
+ refs: {
7
+ containerRef: HTMLDivElement;
8
+ };
9
+ rootEl: HTMLDivElement;
7
10
  };
8
11
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
9
12
  declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -11,14 +14,16 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
11
14
  type: BooleanConstructor;
12
15
  default: boolean;
13
16
  };
14
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ }>, {
18
+ ref: import("vue").Ref<any, any>;
19
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
15
20
  container: {
16
21
  type: BooleanConstructor;
17
22
  default: boolean;
18
23
  };
19
24
  }>> & Readonly<{}>, {
20
25
  container: boolean;
21
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
22
27
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
23
28
  export default _default;
24
29
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, HTMLDivElement>;
2
2
  export default _default;