annil 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (433) hide show
  1. package/README.md +38 -169
  2. package/dist/api/ChunkComponent/ChunkComputed/ChunkComputedConstraint.d.ts +1 -0
  3. package/dist/api/ChunkComponent/ChunkComputed/ChunkComputedConstraint.js +2 -0
  4. package/dist/api/ChunkComponent/ChunkComputed/ChunkComputedConstraint.js.map +1 -0
  5. package/dist/api/ChunkComponent/ChunkComputed/ChunkComputedOption.d.ts +10 -0
  6. package/dist/api/ChunkComponent/ChunkComputed/ChunkComputedOption.js +2 -0
  7. package/dist/api/ChunkComponent/ChunkComputed/ChunkComputedOption.js.map +1 -0
  8. package/dist/api/ChunkComponent/ChunkData/chunkDataOption.d.ts +9 -0
  9. package/dist/api/ChunkComponent/ChunkData/chunkDataOption.js +2 -0
  10. package/dist/api/ChunkComponent/ChunkData/chunkDataOption.js.map +1 -0
  11. package/dist/api/ChunkComponent/ChunkData/validatePrefix.d.ts +2 -0
  12. package/dist/api/ChunkComponent/ChunkData/validatePrefix.js +2 -0
  13. package/dist/api/ChunkComponent/ChunkData/validatePrefix.js.map +1 -0
  14. package/dist/api/ChunkComponent/ChunkMethods/ChunkMethodsOption.d.ts +10 -0
  15. package/dist/api/ChunkComponent/ChunkMethods/ChunkMethodsOption.js +2 -0
  16. package/dist/api/ChunkComponent/ChunkMethods/ChunkMethodsOption.js.map +1 -0
  17. package/dist/api/ChunkComponent/ChunkStore/ChunkStoreConstraint.d.ts +2 -0
  18. package/dist/api/ChunkComponent/ChunkStore/ChunkStoreConstraint.js +2 -0
  19. package/dist/api/ChunkComponent/ChunkStore/ChunkStoreConstraint.js.map +1 -0
  20. package/dist/api/ChunkComponent/ChunkStore/ChunkStoreOption.d.ts +12 -0
  21. package/dist/api/ChunkComponent/ChunkStore/ChunkStoreOption.js +2 -0
  22. package/dist/api/ChunkComponent/ChunkStore/ChunkStoreOption.js.map +1 -0
  23. package/dist/api/ChunkComponent/ChunklEvents/ChunkEventsConstraint.d.ts +2 -0
  24. package/dist/api/ChunkComponent/ChunklEvents/ChunkEventsConstraint.js +2 -0
  25. package/dist/api/ChunkComponent/ChunklEvents/ChunkEventsConstraint.js.map +1 -0
  26. package/dist/api/ChunkComponent/ChunklEvents/ChunkEventsOption.d.ts +10 -0
  27. package/dist/api/ChunkComponent/ChunklEvents/ChunkEventsOption.js +2 -0
  28. package/dist/api/ChunkComponent/ChunklEvents/ChunkEventsOption.js.map +1 -0
  29. package/dist/api/ChunkComponent/SlotComponentReturnType.d.ts +20 -0
  30. package/dist/api/ChunkComponent/SlotComponentReturnType.js +2 -0
  31. package/dist/api/ChunkComponent/SlotComponentReturnType.js.map +1 -0
  32. package/dist/api/ChunkComponent/index.d.ts +24 -0
  33. package/dist/api/ChunkComponent/index.js +4 -0
  34. package/dist/api/ChunkComponent/index.js.map +1 -0
  35. package/dist/api/CustomComponent/CustomComputed/CustomComputedConstraint.d.ts +3 -0
  36. package/dist/api/CustomComponent/CustomComputed/CustomComputedConstraint.js +2 -0
  37. package/dist/api/CustomComponent/CustomComputed/CustomComputedConstraint.js.map +1 -0
  38. package/dist/api/{SubComponent/SubComputed/SubComputedOption.d.ts → CustomComponent/CustomComputed/CustomComputedOption.d.ts} +1 -1
  39. package/dist/api/CustomComponent/CustomComputed/CustomComputedOption.js +2 -0
  40. package/dist/api/CustomComponent/CustomComputed/CustomComputedOption.js.map +1 -0
  41. package/dist/api/CustomComponent/CustomComputed/GetCustomComputedDoc.d.ts +3 -0
  42. package/dist/api/CustomComponent/CustomComputed/GetCustomComputedDoc.js +2 -0
  43. package/dist/api/CustomComponent/CustomComputed/GetCustomComputedDoc.js.map +1 -0
  44. package/dist/api/CustomComponent/CustomData/CustomDataConstraint.d.ts +3 -0
  45. package/dist/api/CustomComponent/CustomData/CustomDataConstraint.js +2 -0
  46. package/dist/api/CustomComponent/CustomData/CustomDataConstraint.js.map +1 -0
  47. package/dist/api/{SubComponent/SubData/SubDataOption.d.ts → CustomComponent/CustomData/CustomDataOption.d.ts} +1 -1
  48. package/dist/api/CustomComponent/CustomData/CustomDataOption.js +2 -0
  49. package/dist/api/CustomComponent/CustomData/CustomDataOption.js.map +1 -0
  50. package/dist/api/{SubComponent/SubEvents/SubEventsConstraint.d.ts → CustomComponent/CustomEvents/CustomEventsConstraint.d.ts} +1 -1
  51. package/dist/api/CustomComponent/CustomEvents/CustomEventsConstraint.js +2 -0
  52. package/dist/api/CustomComponent/CustomEvents/CustomEventsConstraint.js.map +1 -0
  53. package/dist/api/CustomComponent/CustomEvents/CustomEventsOption.d.ts +4 -0
  54. package/dist/api/CustomComponent/CustomEvents/CustomEventsOption.js +2 -0
  55. package/dist/api/CustomComponent/CustomEvents/CustomEventsOption.js.map +1 -0
  56. package/dist/api/{SubComponent/SubInherit/SubInheritConstraint.d.ts → CustomComponent/CustomInherit/CustomInheritConstraint.d.ts} +1 -1
  57. package/dist/api/CustomComponent/CustomInherit/CustomInheritConstraint.js +2 -0
  58. package/dist/api/CustomComponent/CustomInherit/CustomInheritConstraint.js.map +1 -0
  59. package/dist/api/{SubComponent/SubInherit/SubInheritOption.d.ts → CustomComponent/CustomInherit/CustomInheritOption.d.ts} +1 -1
  60. package/dist/api/CustomComponent/CustomInherit/CustomInheritOption.js +2 -0
  61. package/dist/api/CustomComponent/CustomInherit/CustomInheritOption.js.map +1 -0
  62. package/dist/api/CustomComponent/CustomInstance/CustomInstance.d.ts +2 -0
  63. package/dist/api/CustomComponent/CustomInstance/CustomInstance.js +2 -0
  64. package/dist/api/CustomComponent/CustomInstance/CustomInstance.js.map +1 -0
  65. package/dist/api/{SubComponent/SubLifetimes/SubLifetimesOption.d.ts → CustomComponent/CustomLifetimes/CustomLifetimesOption.d.ts} +1 -1
  66. package/dist/api/CustomComponent/CustomLifetimes/CustomLifetimesOption.js +2 -0
  67. package/dist/api/CustomComponent/CustomLifetimes/CustomLifetimesOption.js.map +1 -0
  68. package/dist/api/CustomComponent/CustomMethods/CustomMethodsConstraint.d.ts +2 -0
  69. package/dist/api/CustomComponent/CustomMethods/CustomMethodsConstraint.js +2 -0
  70. package/dist/api/CustomComponent/CustomMethods/CustomMethodsConstraint.js.map +1 -0
  71. package/dist/api/CustomComponent/CustomMethods/CustomMethodsOption.d.ts +5 -0
  72. package/dist/api/CustomComponent/CustomMethods/CustomMethodsOption.js +2 -0
  73. package/dist/api/CustomComponent/CustomMethods/CustomMethodsOption.js.map +1 -0
  74. package/dist/api/CustomComponent/CustomObservers/CustomObserversOption.d.ts +2 -0
  75. package/dist/api/CustomComponent/CustomObservers/CustomObserversOption.js +2 -0
  76. package/dist/api/CustomComponent/CustomObservers/CustomObserversOption.js.map +1 -0
  77. package/dist/api/CustomComponent/CustomPageLifetimes/CustomPageLifetimesOption.d.ts +2 -0
  78. package/dist/api/CustomComponent/CustomPageLifetimes/CustomPageLifetimesOption.js +2 -0
  79. package/dist/api/CustomComponent/CustomPageLifetimes/CustomPageLifetimesOption.js.map +1 -0
  80. package/dist/api/{SubComponent/SubReturnType/CreateSubComponentDoc.d.ts → CustomComponent/CustomReturnType/CreateCustomComponentDoc.d.ts} +1 -1
  81. package/dist/api/CustomComponent/CustomReturnType/CreateCustomComponentDoc.js +2 -0
  82. package/dist/api/CustomComponent/CustomReturnType/CreateCustomComponentDoc.js.map +1 -0
  83. package/dist/api/{SubComponent/SubStore/SubStoreConstraint.d.ts → CustomComponent/CustomStore/CustomStoreConstraint.d.ts} +1 -1
  84. package/dist/api/CustomComponent/CustomStore/CustomStoreConstraint.js +2 -0
  85. package/dist/api/CustomComponent/CustomStore/CustomStoreConstraint.js.map +1 -0
  86. package/dist/api/{SubComponent/SubStore/SubStoreOption.d.ts → CustomComponent/CustomStore/CustomStoreOption.d.ts} +1 -1
  87. package/dist/api/CustomComponent/CustomStore/CustomStoreOption.js +2 -0
  88. package/dist/api/CustomComponent/CustomStore/CustomStoreOption.js.map +1 -0
  89. package/dist/api/CustomComponent/CustomWatch/CustomWatchOption.d.ts +2 -0
  90. package/dist/api/CustomComponent/CustomWatch/CustomWatchOption.js +2 -0
  91. package/dist/api/CustomComponent/CustomWatch/CustomWatchOption.js.map +1 -0
  92. package/dist/api/CustomComponent/index.d.ts +49 -0
  93. package/dist/api/CustomComponent/index.js +4 -0
  94. package/dist/api/CustomComponent/index.js.map +1 -0
  95. package/dist/api/{SubComponent → CustomComponent}/returnType.d.ts +3 -3
  96. package/dist/api/CustomComponent/returnType.js.map +1 -0
  97. package/dist/api/DefineComponent/SubComponents/SubComponentsOption.d.ts +2 -2
  98. package/dist/api/DefineComponent/index.d.ts +4 -4
  99. package/dist/api/DefineComponent/normalizeOptions/__throttleDebounce__FieldCheck.d.ts +3 -2
  100. package/dist/api/DefineComponent/normalizeOptions/__throttleDebounce__FieldCheck.js.map +1 -1
  101. package/dist/api/DefineComponent/normalizeOptions/customEventsHandle.js +3 -3
  102. package/dist/api/DefineComponent/normalizeOptions/customEventsHandle.js.map +1 -1
  103. package/dist/api/DefineComponent/normalizeOptions/handleStore/reactionRegister.js +1 -2
  104. package/dist/api/DefineComponent/normalizeOptions/handleStore/reactionRegister.js.map +1 -1
  105. package/dist/api/DefineComponent/normalizeOptions/handleSubComponents.d.ts +3 -2
  106. package/dist/api/DefineComponent/normalizeOptions/handleSubComponents.js.map +1 -1
  107. package/dist/api/DefineComponent/normalizeOptions/index.js +1 -2
  108. package/dist/api/DefineComponent/normalizeOptions/index.js.map +1 -1
  109. package/dist/api/DefineComponent/normalizeOptions/sameFuncFieldsCollect.d.ts +3 -2
  110. package/dist/api/DefineComponent/normalizeOptions/sameFuncFieldsCollect.js +1 -2
  111. package/dist/api/DefineComponent/normalizeOptions/sameFuncFieldsCollect.js.map +1 -1
  112. package/dist/api/DefineComponent/normalizeOptions/watchHandler/getPathsValue.js +1 -1
  113. package/dist/api/DefineComponent/normalizeOptions/watchHandler/getPathsValue.js.map +1 -1
  114. package/dist/api/DefineComponent/normalizeOptions/watchHandler/index.js +3 -4
  115. package/dist/api/DefineComponent/normalizeOptions/watchHandler/index.js.map +1 -1
  116. package/dist/api/DefineComponent/returnType/ComponentDoc.d.ts +1 -4
  117. package/dist/api/DefineComponent/returnType/GenerateComponentDoc.d.ts +3 -3
  118. package/dist/api/DefineComponent/returnType/GetCustomEventDocOfSubDoc.d.ts +3 -3
  119. package/dist/api/InstanceInject/instanceConfig.js +1 -3
  120. package/dist/api/InstanceInject/instanceConfig.js.map +1 -1
  121. package/dist/api/RootComponent/Events/EventsConstraint.d.ts +9 -7
  122. package/dist/api/RootComponent/index.d.ts +4 -3
  123. package/dist/api/RootComponent/index.js.map +1 -1
  124. package/dist/behaviors/BbeforeCreated.d.ts +1 -1
  125. package/dist/behaviors/BthrottleDebounce.d.ts +1 -1
  126. package/dist/index.d.ts +4 -4
  127. package/dist/index.js +3 -2
  128. package/dist/index.js.map +1 -1
  129. package/dist/thirdLib/vant/Button.d.ts +2 -2
  130. package/dist/thirdLib/vant/NoticeBar.d.ts +2 -2
  131. package/dist/thirdLib/vant/Popup.d.ts +2 -2
  132. package/dist/thirdLib/wm/Textarea.d.ts +2 -2
  133. package/dist/thirdLib/wm/map.d.ts +2 -2
  134. package/dist/thirdLib/wm/scrollView.d.ts +2 -2
  135. package/dist/thirdLib/wm/swiper.d.ts +2 -2
  136. package/dist/thirdLib/wm/view.d.ts +2 -2
  137. package/dist/types/{CreateComponentType.d.ts → CreateComponentDoc.d.ts} +5 -2
  138. package/dist/types/CreateComponentDoc.js +2 -0
  139. package/dist/types/CreateComponentDoc.js.map +1 -0
  140. package/dist/utils/nonNullable.js +1 -1
  141. package/dist/utils/nonNullable.js.map +1 -1
  142. package/package.json +8 -11
  143. package/CHANGELOG.md +0 -950
  144. package/dist/api/SubComponent/SubComputed/GetSubComputedDoc.d.ts +0 -3
  145. package/dist/api/SubComponent/SubComputed/GetSubComputedDoc.js +0 -2
  146. package/dist/api/SubComponent/SubComputed/GetSubComputedDoc.js.map +0 -1
  147. package/dist/api/SubComponent/SubComputed/SubComputedConstraint.d.ts +0 -3
  148. package/dist/api/SubComponent/SubComputed/SubComputedConstraint.js +0 -2
  149. package/dist/api/SubComponent/SubComputed/SubComputedConstraint.js.map +0 -1
  150. package/dist/api/SubComponent/SubComputed/SubComputedOption.js +0 -2
  151. package/dist/api/SubComponent/SubComputed/SubComputedOption.js.map +0 -1
  152. package/dist/api/SubComponent/SubData/SubDataConstraint.d.ts +0 -3
  153. package/dist/api/SubComponent/SubData/SubDataConstraint.js +0 -2
  154. package/dist/api/SubComponent/SubData/SubDataConstraint.js.map +0 -1
  155. package/dist/api/SubComponent/SubData/SubDataOption.js +0 -2
  156. package/dist/api/SubComponent/SubData/SubDataOption.js.map +0 -1
  157. package/dist/api/SubComponent/SubEvents/SubEventsConstraint.js +0 -2
  158. package/dist/api/SubComponent/SubEvents/SubEventsConstraint.js.map +0 -1
  159. package/dist/api/SubComponent/SubEvents/SubEventsOption.d.ts +0 -4
  160. package/dist/api/SubComponent/SubEvents/SubEventsOption.js +0 -2
  161. package/dist/api/SubComponent/SubEvents/SubEventsOption.js.map +0 -1
  162. package/dist/api/SubComponent/SubInherit/SubInheritConstraint.js +0 -2
  163. package/dist/api/SubComponent/SubInherit/SubInheritConstraint.js.map +0 -1
  164. package/dist/api/SubComponent/SubInherit/SubInheritOption.js +0 -2
  165. package/dist/api/SubComponent/SubInherit/SubInheritOption.js.map +0 -1
  166. package/dist/api/SubComponent/SubInstance/SubInstance.d.ts +0 -2
  167. package/dist/api/SubComponent/SubInstance/SubInstance.js +0 -2
  168. package/dist/api/SubComponent/SubInstance/SubInstance.js.map +0 -1
  169. package/dist/api/SubComponent/SubLifetimes/SubLifetimesOption.js +0 -2
  170. package/dist/api/SubComponent/SubLifetimes/SubLifetimesOption.js.map +0 -1
  171. package/dist/api/SubComponent/SubMethods/SubMethodsConstraint.d.ts +0 -2
  172. package/dist/api/SubComponent/SubMethods/SubMethodsConstraint.js +0 -2
  173. package/dist/api/SubComponent/SubMethods/SubMethodsConstraint.js.map +0 -1
  174. package/dist/api/SubComponent/SubMethods/SubMethodsOption.d.ts +0 -5
  175. package/dist/api/SubComponent/SubMethods/SubMethodsOption.js +0 -2
  176. package/dist/api/SubComponent/SubMethods/SubMethodsOption.js.map +0 -1
  177. package/dist/api/SubComponent/SubObservers/SubObserversOption.d.ts +0 -2
  178. package/dist/api/SubComponent/SubObservers/SubObserversOption.js +0 -2
  179. package/dist/api/SubComponent/SubObservers/SubObserversOption.js.map +0 -1
  180. package/dist/api/SubComponent/SubPageLifetimes/SubPageLifetimesOption.d.ts +0 -2
  181. package/dist/api/SubComponent/SubPageLifetimes/SubPageLifetimesOption.js +0 -2
  182. package/dist/api/SubComponent/SubPageLifetimes/SubPageLifetimesOption.js.map +0 -1
  183. package/dist/api/SubComponent/SubReturnType/CreateSubComponentDoc.js +0 -2
  184. package/dist/api/SubComponent/SubReturnType/CreateSubComponentDoc.js.map +0 -1
  185. package/dist/api/SubComponent/SubStore/SubStoreConstraint.js +0 -2
  186. package/dist/api/SubComponent/SubStore/SubStoreConstraint.js.map +0 -1
  187. package/dist/api/SubComponent/SubStore/SubStoreOption.js +0 -2
  188. package/dist/api/SubComponent/SubStore/SubStoreOption.js.map +0 -1
  189. package/dist/api/SubComponent/SubWatch/SubWatchOption.d.ts +0 -2
  190. package/dist/api/SubComponent/SubWatch/SubWatchOption.js +0 -2
  191. package/dist/api/SubComponent/SubWatch/SubWatchOption.js.map +0 -1
  192. package/dist/api/SubComponent/index.d.ts +0 -49
  193. package/dist/api/SubComponent/index.js +0 -4
  194. package/dist/api/SubComponent/index.js.map +0 -1
  195. package/dist/api/SubComponent/returnType.js.map +0 -1
  196. package/dist/types/CreateComponentType.js +0 -2
  197. package/dist/types/CreateComponentType.js.map +0 -1
  198. package/dist/types/ExtendComponentType.d.ts +0 -7
  199. package/dist/types/ExtendComponentType.js +0 -2
  200. package/dist/types/ExtendComponentType.js.map +0 -1
  201. package/dist/types/RemoveNullOfRequired.d.ts +0 -4
  202. package/dist/types/RemoveNullOfRequired.js +0 -2
  203. package/dist/types/RemoveNullOfRequired.js.map +0 -1
  204. package/src/api/DefineComponent/NameOrPath/NameOrPathOption.ts +0 -31
  205. package/src/api/DefineComponent/NameOrPath/test/error.test.ts +0 -32
  206. package/src/api/DefineComponent/NameOrPath/test/normal.test.ts +0 -13
  207. package/src/api/DefineComponent/RootComponent/RootComponentOption.ts +0 -11
  208. package/src/api/DefineComponent/SubComponents/SubComponentsOption.ts +0 -13
  209. package/src/api/DefineComponent/SubComponents/test/normal.test.ts +0 -1049
  210. package/src/api/DefineComponent/index.ts +0 -58
  211. package/src/api/DefineComponent/normalizeOptions/__throttleDebounce__FieldCheck.ts +0 -29
  212. package/src/api/DefineComponent/normalizeOptions/customEventsHandle.ts +0 -55
  213. package/src/api/DefineComponent/normalizeOptions/handleRootComponent.ts +0 -33
  214. package/src/api/DefineComponent/normalizeOptions/handleStore/disposeStore.ts +0 -10
  215. package/src/api/DefineComponent/normalizeOptions/handleStore/initStore.ts +0 -9
  216. package/src/api/DefineComponent/normalizeOptions/handleStore/reactionRegister.ts +0 -70
  217. package/src/api/DefineComponent/normalizeOptions/handleSubComponents.ts +0 -23
  218. package/src/api/DefineComponent/normalizeOptions/hijackHandle/addDetachedData.ts +0 -10
  219. package/src/api/DefineComponent/normalizeOptions/hijackHandle/hijack.ts +0 -26
  220. package/src/api/DefineComponent/normalizeOptions/hijackHandle/index.ts +0 -57
  221. package/src/api/DefineComponent/normalizeOptions/hijackHandle/isPageCheck.ts +0 -22
  222. package/src/api/DefineComponent/normalizeOptions/hijackHandle/loadReceivedDataHandle.ts +0 -25
  223. package/src/api/DefineComponent/normalizeOptions/hijackHandle/onLoadReceivedDataHandle.ts +0 -33
  224. package/src/api/DefineComponent/normalizeOptions/hijackHandle/pagePathCheck.ts +0 -9
  225. package/src/api/DefineComponent/normalizeOptions/index.ts +0 -143
  226. package/src/api/DefineComponent/normalizeOptions/initComputed/computedUpdater.ts +0 -51
  227. package/src/api/DefineComponent/normalizeOptions/initComputed/data-tracer.ts +0 -62
  228. package/src/api/DefineComponent/normalizeOptions/initComputed/dependencesOptimize.ts +0 -45
  229. package/src/api/DefineComponent/normalizeOptions/initComputed/index.ts +0 -42
  230. package/src/api/DefineComponent/normalizeOptions/initComputed/initComputedAndGetCache.ts +0 -105
  231. package/src/api/DefineComponent/normalizeOptions/injectInfoHandler.ts +0 -51
  232. package/src/api/DefineComponent/normalizeOptions/internalFieldProtection.ts +0 -27
  233. package/src/api/DefineComponent/normalizeOptions/otherFieldsHandle.ts +0 -29
  234. package/src/api/DefineComponent/normalizeOptions/sameFuncFieldsCollect.ts +0 -23
  235. package/src/api/DefineComponent/normalizeOptions/sameFuncOptionsHandle.ts +0 -36
  236. package/src/api/DefineComponent/normalizeOptions/watchHandler/getPathsValue.ts +0 -31
  237. package/src/api/DefineComponent/normalizeOptions/watchHandler/getPropertiesValue.ts +0 -51
  238. package/src/api/DefineComponent/normalizeOptions/watchHandler/hasComputedPath.ts +0 -9
  239. package/src/api/DefineComponent/normalizeOptions/watchHandler/index.ts +0 -78
  240. package/src/api/DefineComponent/returnType/ComponentDoc.ts +0 -25
  241. package/src/api/DefineComponent/returnType/GenerateComponentDoc.ts +0 -46
  242. package/src/api/DefineComponent/returnType/GeneratePageDoc.ts +0 -22
  243. package/src/api/DefineComponent/returnType/GetCustomEventDocOfSubDoc.ts +0 -24
  244. package/src/api/DefineComponent/returnType/GetPropertiesDocOfSubDoc.ts +0 -7
  245. package/src/api/DefineComponent/returnType/PageDoc.ts +0 -19
  246. package/src/api/DefineComponent/returnType/test/normalComponentDoc.test.ts +0 -248
  247. package/src/api/DefineComponent/returnType/test/normalPageDoc.test.ts +0 -49
  248. package/src/api/InstanceInject/inject.ts +0 -41
  249. package/src/api/InstanceInject/instanceConfig.ts +0 -49
  250. package/src/api/InstanceInject/test/normal.test.ts +0 -42
  251. package/src/api/RootComponent/Computed/ComputedConstraint.ts +0 -4
  252. package/src/api/RootComponent/Computed/ComputedOption.ts +0 -35
  253. package/src/api/RootComponent/Computed/GetComputedDef.ts +0 -10
  254. package/src/api/RootComponent/Computed/test/GetComputedDoc.test.ts +0 -25
  255. package/src/api/RootComponent/Computed/test/error.test.ts +0 -50
  256. package/src/api/RootComponent/Computed/test/normal.test.ts +0 -124
  257. package/src/api/RootComponent/CustomEvents/CustomEventConstraint.ts +0 -89
  258. package/src/api/RootComponent/CustomEvents/CustomEventsDef.ts +0 -4
  259. package/src/api/RootComponent/CustomEvents/CustomEventsDoc.ts +0 -4
  260. package/src/api/RootComponent/CustomEvents/CustomEventsOption.ts +0 -41
  261. package/src/api/RootComponent/CustomEvents/CustomEventsTag.ts +0 -59
  262. package/src/api/RootComponent/CustomEvents/GetCustomEventDef.ts +0 -29
  263. package/src/api/RootComponent/CustomEvents/GetCustomEventDoc.ts +0 -47
  264. package/src/api/RootComponent/CustomEvents/test/GetCustomEventDoc.test.ts +0 -38
  265. package/src/api/RootComponent/CustomEvents/test/GetFullEventDoc.test.ts +0 -57
  266. package/src/api/RootComponent/CustomEvents/test/GetShortEventDoc.test.ts +0 -36
  267. package/src/api/RootComponent/CustomEvents/test/error.test.ts +0 -101
  268. package/src/api/RootComponent/CustomEvents/test/normal.test.ts +0 -99
  269. package/src/api/RootComponent/Data/DataConstraint.ts +0 -1
  270. package/src/api/RootComponent/Data/DataOption.ts +0 -25
  271. package/src/api/RootComponent/Data/GetDataDef.ts +0 -8
  272. package/src/api/RootComponent/Data/GetDataDoc.ts +0 -8
  273. package/src/api/RootComponent/Data/test/GetDataDoc.test.ts +0 -32
  274. package/src/api/RootComponent/Data/test/error.test.ts +0 -14
  275. package/src/api/RootComponent/Data/test/normal.test.ts +0 -33
  276. package/src/api/RootComponent/Events/EventsConstraint.ts +0 -74
  277. package/src/api/RootComponent/Events/EventsOption.ts +0 -55
  278. package/src/api/RootComponent/Events/test/normal.test.ts +0 -161
  279. package/src/api/RootComponent/Instance/CustomEventMethods.ts +0 -11
  280. package/src/api/RootComponent/Instance/CustomSetData.ts +0 -17
  281. package/src/api/RootComponent/Instance/RootComponentInstance.ts +0 -46
  282. package/src/api/RootComponent/Instance/test/CustomEventsDoc.test.ts +0 -70
  283. package/src/api/RootComponent/Instance/test/CustomSetData.test.ts +0 -44
  284. package/src/api/RootComponent/Instance/test/customEvents/error.test.ts +0 -13
  285. package/src/api/RootComponent/Instance/test/customEvents/normal.test.ts +0 -71
  286. package/src/api/RootComponent/Instance/test/datas/mormal.test.ts +0 -43
  287. package/src/api/RootComponent/Instance/test/methods/error.test.ts +0 -14
  288. package/src/api/RootComponent/Instance/test/methods/mormal.test.ts +0 -27
  289. package/src/api/RootComponent/Instance/test/properties/mormal.test.ts +0 -58
  290. package/src/api/RootComponent/Instance/test/setData/error.test.ts +0 -65
  291. package/src/api/RootComponent/Instance/test/setData/normal.test.ts +0 -51
  292. package/src/api/RootComponent/IsPage/IsPageOption.ts +0 -6
  293. package/src/api/RootComponent/IsPage/test/normal.test.ts +0 -29
  294. package/src/api/RootComponent/Lifetimes/LifetimesConstraint.ts +0 -14
  295. package/src/api/RootComponent/Lifetimes/LifetimesOption.ts +0 -31
  296. package/src/api/RootComponent/Lifetimes/test/error.test.ts +0 -31
  297. package/src/api/RootComponent/Lifetimes/test/normal.test.ts +0 -34
  298. package/src/api/RootComponent/Methods/MethodsConstraint.ts +0 -3
  299. package/src/api/RootComponent/Methods/MethodsOption.ts +0 -15
  300. package/src/api/RootComponent/Methods/test/error.test.ts +0 -41
  301. package/src/api/RootComponent/Methods/test/mormal.test.ts +0 -25
  302. package/src/api/RootComponent/Observers/ObserversOption.ts +0 -58
  303. package/src/api/RootComponent/Observers/test/normal.test.ts +0 -30
  304. package/src/api/RootComponent/PageLifetimes/PageLifetimesOption.ts +0 -29
  305. package/src/api/RootComponent/PageLifetimes/test/error.test.ts +0 -37
  306. package/src/api/RootComponent/PageLifetimes/test/normal.test.ts +0 -71
  307. package/src/api/RootComponent/Properties/GetOptionalDef.ts +0 -18
  308. package/src/api/RootComponent/Properties/GetPropertiesDef.ts +0 -22
  309. package/src/api/RootComponent/Properties/GetRequiredDef.ts +0 -16
  310. package/src/api/RootComponent/Properties/PropertiesConstraint.ts +0 -38
  311. package/src/api/RootComponent/Properties/PropertiesOption.ts +0 -25
  312. package/src/api/RootComponent/Properties/PropertiesValueValidator.ts +0 -21
  313. package/src/api/RootComponent/Properties/test/error.test.ts +0 -49
  314. package/src/api/RootComponent/Properties/test/normalEmpty.test.ts +0 -42
  315. package/src/api/RootComponent/Properties/test/normalOptional.test.ts +0 -118
  316. package/src/api/RootComponent/Properties/test/normalRequired.test.ts +0 -107
  317. package/src/api/RootComponent/Store/GetStoreDef.ts +0 -34
  318. package/src/api/RootComponent/Store/StoreConstraint.ts +0 -2
  319. package/src/api/RootComponent/Store/StoreOption.ts +0 -53
  320. package/src/api/RootComponent/Store/test/error.test.ts +0 -30
  321. package/src/api/RootComponent/Store/test/normal.test.ts +0 -55
  322. package/src/api/RootComponent/Watch/WatchOption.ts +0 -67
  323. package/src/api/RootComponent/Watch/test/WatchComputed.test.ts +0 -40
  324. package/src/api/RootComponent/Watch/test/WatchData.test.ts +0 -55
  325. package/src/api/RootComponent/Watch/test/WatchProperties.test.ts +0 -170
  326. package/src/api/RootComponent/Watch/test/WtachInject.test.ts +0 -16
  327. package/src/api/RootComponent/Watch/test/error.test.ts +0 -54
  328. package/src/api/RootComponent/index.ts +0 -164
  329. package/src/api/RootComponent/returnType.ts +0 -57
  330. package/src/api/SubComponent/SubComputed/GetSubComputedDoc.ts +0 -4
  331. package/src/api/SubComponent/SubComputed/SubComputedConstraint.ts +0 -1
  332. package/src/api/SubComponent/SubComputed/SubComputedOption.ts +0 -11
  333. package/src/api/SubComponent/SubComputed/test/error.test.ts +0 -88
  334. package/src/api/SubComponent/SubComputed/test/normal.test.ts +0 -207
  335. package/src/api/SubComponent/SubData/SubDataConstraint.ts +0 -9
  336. package/src/api/SubComponent/SubData/SubDataOption.ts +0 -17
  337. package/src/api/SubComponent/SubData/test/error.test.ts +0 -64
  338. package/src/api/SubComponent/SubData/test/normal.test.ts +0 -91
  339. package/src/api/SubComponent/SubEvents/SubEventsConstraint.ts +0 -27
  340. package/src/api/SubComponent/SubEvents/SubEventsOption.ts +0 -12
  341. package/src/api/SubComponent/SubEvents/test/error.test.ts +0 -36
  342. package/src/api/SubComponent/SubEvents/test/normal.test.ts +0 -209
  343. package/src/api/SubComponent/SubInherit/SubInheritConstraint.ts +0 -17
  344. package/src/api/SubComponent/SubInherit/SubInheritOption.ts +0 -15
  345. package/src/api/SubComponent/SubInherit/test/error.test.ts +0 -84
  346. package/src/api/SubComponent/SubInherit/test/normal.test.ts +0 -81
  347. package/src/api/SubComponent/SubInstance/SubInstance.ts +0 -9
  348. package/src/api/SubComponent/SubInstance/test/error.test.ts +0 -22
  349. package/src/api/SubComponent/SubInstance/test/normal.test.ts +0 -87
  350. package/src/api/SubComponent/SubLifetimes/SubLifetimesOption.ts +0 -3
  351. package/src/api/SubComponent/SubMethods/SubMethodsConstraint.ts +0 -3
  352. package/src/api/SubComponent/SubMethods/SubMethodsOption.ts +0 -17
  353. package/src/api/SubComponent/SubMethods/test/error.test.ts +0 -51
  354. package/src/api/SubComponent/SubMethods/test/normarl.test.ts +0 -33
  355. package/src/api/SubComponent/SubObservers/SubObserversOption.ts +0 -3
  356. package/src/api/SubComponent/SubPageLifetimes/SubPageLifetimesOption.ts +0 -6
  357. package/src/api/SubComponent/SubPageLifetimes/test/error.test.ts +0 -1
  358. package/src/api/SubComponent/SubPageLifetimes/test/normal.test.ts +0 -1
  359. package/src/api/SubComponent/SubReturnType/CreateSubComponentDoc.ts +0 -41
  360. package/src/api/SubComponent/SubReturnType/test/error.test.ts +0 -18
  361. package/src/api/SubComponent/SubReturnType/test/normal.test.ts +0 -98
  362. package/src/api/SubComponent/SubStore/SubStoreConstraint.ts +0 -13
  363. package/src/api/SubComponent/SubStore/SubStoreOption.ts +0 -32
  364. package/src/api/SubComponent/SubStore/test/error.test.ts +0 -60
  365. package/src/api/SubComponent/SubStore/test/normal.test.ts +0 -43
  366. package/src/api/SubComponent/SubWatch/SubWatchOption.ts +0 -3
  367. package/src/api/SubComponent/SubWatch/test/WatchComputed.test.ts +0 -90
  368. package/src/api/SubComponent/SubWatch/test/WatchProperties.test.ts +0 -151
  369. package/src/api/SubComponent/SubWatch/test/WatchRootData.test.ts +0 -122
  370. package/src/api/SubComponent/SubWatch/test/WatchSubData.test.ts +0 -49
  371. package/src/api/SubComponent/SubWatch/test/WtachInject.test.ts +0 -16
  372. package/src/api/SubComponent/SubWatch/test/error.test.ts +0 -60
  373. package/src/api/SubComponent/index.ts +0 -301
  374. package/src/api/SubComponent/returnType.ts +0 -39
  375. package/src/api/wxSugar.ts +0 -107
  376. package/src/behaviors/BbeforeCreated.ts +0 -18
  377. package/src/behaviors/BthrottleDebounce.ts +0 -28
  378. package/src/index.ts +0 -46
  379. package/src/thirdLib/index.ts +0 -3
  380. package/src/thirdLib/vant/Button.ts +0 -23
  381. package/src/thirdLib/vant/NoticeBar.ts +0 -32
  382. package/src/thirdLib/vant/Popup.ts +0 -70
  383. package/src/thirdLib/vant/index.ts +0 -5
  384. package/src/thirdLib/wm/Textarea.ts +0 -117
  385. package/src/thirdLib/wm/baseEvents.ts +0 -54
  386. package/src/thirdLib/wm/index.ts +0 -9
  387. package/src/thirdLib/wm/map.ts +0 -266
  388. package/src/thirdLib/wm/scrollView.ts +0 -86
  389. package/src/thirdLib/wm/swiper.test.ts +0 -22
  390. package/src/thirdLib/wm/swiper.ts +0 -111
  391. package/src/thirdLib/wm/view.ts +0 -28
  392. package/src/types/AddNullForObject.ts +0 -6
  393. package/src/types/AddPrefix.ts +0 -10
  394. package/src/types/Assert.ts +0 -1
  395. package/src/types/Assign.ts +0 -1
  396. package/src/types/ComputeObject.ts +0 -1
  397. package/src/types/CreateComponentType.ts +0 -37
  398. package/src/types/DetailedType.ts +0 -15
  399. package/src/types/ExtendComponentType.ts +0 -60
  400. package/src/types/Extra.ts +0 -1
  401. package/src/types/GetComponentPrefix.ts +0 -36
  402. package/src/types/GetPropertiesDuplicatedKeys.ts +0 -14
  403. package/src/types/Has.ts +0 -1
  404. package/src/types/InferDetailedType.test.ts +0 -13
  405. package/src/types/InferDetailedType.ts +0 -12
  406. package/src/types/InnerData.ts +0 -1
  407. package/src/types/ListOfSamePrimitive.ts +0 -20
  408. package/src/types/OfficialTypeAlias.ts +0 -107
  409. package/src/types/RemoveInnerData.ts +0 -5
  410. package/src/types/RemoveNever.ts +0 -6
  411. package/src/types/RemoveNullOfRequired.ts +0 -8
  412. package/src/types/RemovePrefix.ts +0 -3
  413. package/src/types/Replace.ts +0 -24
  414. package/src/types/ReplacePrefix.ts +0 -46
  415. package/src/types/RequiredKeys.ts +0 -8
  416. package/src/types/Shift.ts +0 -2
  417. package/src/types/TwoParamsEqual.ts +0 -3
  418. package/src/types/UnionToComma.test.ts +0 -9
  419. package/src/types/Validators.ts +0 -17
  420. package/src/types/includes.ts +0 -3
  421. package/src/utils/InnerMarker.ts +0 -3
  422. package/src/utils/_utils.ts +0 -8
  423. package/src/utils/applyDebounceAndThrottle.ts +0 -31
  424. package/src/utils/debounce.ts +0 -22
  425. package/src/utils/deepClone.ts +0 -20
  426. package/src/utils/deepEqual.ts +0 -32
  427. package/src/utils/isEmptyObject.ts +0 -14
  428. package/src/utils/nonNullable.ts +0 -20
  429. package/src/utils/throttle.ts +0 -24
  430. package/src/utils/typeEqual.ts +0 -30
  431. package/src/utils/typeNotEqual.ts +0 -48
  432. package/tsconfig.json +0 -24
  433. /package/dist/api/{SubComponent → CustomComponent}/returnType.js +0 -0
package/CHANGELOG.md DELETED
@@ -1,950 +0,0 @@
1
- # Changelog
2
-
3
- ### Bug Fixes
4
-
5
- * 解决DetailedType不接收接口类型的错误 ([ae8acbf](https://github.com/missannil/annil/commit/ae8acbfc2e62f99db565c448ad9253aa549e78bb))
6
-
7
- ## [1.17.0](https://github.com/missannil/annil/compare/v1.16.0...v1.17.0) (2026-06-30)
8
-
9
-
10
- ### Features
11
-
12
- * 注入配置完善组件覆盖逻辑 ([17b75c4](https://github.com/missannil/annil/commit/17b75c445dc46c39cd30b56ffeece992f88aa722))
13
-
14
- ## [1.16.0](https://github.com/missannil/annil/compare/v1.15.1...v1.16.0) (2026-06-18)
15
-
16
-
17
- ### Features
18
-
19
- * 统一子组件API SubComponent ([646e1e7](https://github.com/missannil/annil/commit/646e1e72de41a22441cb38028fd3b719554b14fa))
20
-
21
- ## [1.15.1](https://github.com/missannil/annil/compare/v1.15.0...v1.15.1) (2026-06-16)
22
-
23
-
24
- ### Bug Fixes
25
-
26
- * ts6.xxx要去显示的声明rootDir字段 ([f400d04](https://github.com/missannil/annil/commit/f400d04373b513e9cbe60e8f5783d44727fdb2ec))
27
- * ts6.xxx要去显示的声明rootDir字段 ([#286](https://github.com/missannil/annil/issues/286)) ([7b0300f](https://github.com/missannil/annil/commit/7b0300f374f691b502a270fc3ff40a45391466f1))
28
-
29
- ## [1.15.0](https://github.com/missannil/annil/compare/v1.14.0...v1.15.0) (2026-06-16)
30
-
31
-
32
- ### Features
33
-
34
- * store加入为依赖验证和返回值为undefined时的警告 ([8c19098](https://github.com/missannil/annil/commit/8c1909805db762607549c59e4d5ae5b7040debf5))
35
- * 自动化合并 ([cfad291](https://github.com/missannil/annil/commit/cfad291e3c238147419b2e467cc7598e8153f1d4))
36
- * 自动化合并 ([277e295](https://github.com/missannil/annil/commit/277e295927fcf7a5240394a508736a59802dc1e9))
37
- * 自动化合并3 ([5de49b0](https://github.com/missannil/annil/commit/5de49b03b115c19d420c18af97b27910e2fe59b5))
38
- * 自动化合并3 ([#284](https://github.com/missannil/annil/issues/284)) ([77515c7](https://github.com/missannil/annil/commit/77515c70b2e3c14ceca232fd0c80135061a625a9))
39
-
40
-
41
- ### Bug Fixes
42
-
43
- * release-please-action@v4-[@v5](https://github.com/v5) ([ecf54a2](https://github.com/missannil/annil/commit/ecf54a2dc0c082adbc9d2a876667c09195ba081d))
44
- * 去除组件load声明周期 ([241c89a](https://github.com/missannil/annil/commit/241c89a76ade24ab2dfa70c25d0c54679edcb739))
45
-
46
- ## [1.14.0](https://github.com/missannil/annil/compare/v1.13.2...v1.14.0) (2026-06-05)
47
-
48
-
49
- ### Features
50
-
51
- * 更新action符合node.js 24 ([f16712e](https://github.com/missannil/annil/commit/f16712e239071d0c65a7803247ce36fc05b079b5))
52
-
53
- ## [1.13.2](https://github.com/missannil/annil/compare/v1.13.1...v1.13.2) (2026-06-05)
54
-
55
-
56
- ### Bug Fixes
57
-
58
- * typeEqual 和_CustomComponentDefinition ([9914cc5](https://github.com/missannil/annil/commit/9914cc59d063a1dce2427b33fd27c18d233636d1))
59
-
60
- ## [1.13.1](https://github.com/missannil/annil/compare/v1.13.0...v1.13.1) (2026-03-26)
61
-
62
-
63
- ### Bug Fixes
64
-
65
- * root事件无法与子事件共存的问题 ([13ceb70](https://github.com/missannil/annil/commit/13ceb704add0e31c75dbff65a5818f9b5e13e0da))
66
- * typeEqual增加参数验证方式 ([08e4cf6](https://github.com/missannil/annil/commit/08e4cf634c919018bd7aab4279637016a40b2274))
67
- * 去除api类型 ParamsEqual ([a57b0ac](https://github.com/missannil/annil/commit/a57b0acc0199c1e022bb3784f35e1fc95733d52b))
68
-
69
- ## [1.13.0](https://github.com/missannil/annil/compare/v1.12.7...v1.13.0) (2026-03-22)
70
-
71
-
72
- ### Features
73
-
74
- * 去除store的对象写法 ([9f2d50c](https://github.com/missannil/annil/commit/9f2d50c68fadda1ef166fcbedb2890461650c687))
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * nonNullable.ts 增加第二个错误信息参数,第三方库和wm库类型中customEvents字段变为events ([a38e8c5](https://github.com/missannil/annil/commit/a38e8c5f14237884c338d57bb11fcee1538b57fe))
80
- * 使用Replace泛型解决实例和setData中使用data字段推导类型为字面量的问题 ([9a2cf3d](https://github.com/missannil/annil/commit/9a2cf3da30d2b0a5ade1e22800f34df97cce7896))
81
-
82
- ## [1.12.7](https://github.com/missannil/annil/compare/v1.12.7...v1.12.7) (2026-03-19)
83
-
84
-
85
- ### type
86
-
87
- * 修改了customEvents字段的类型,允许undefined类型 ([2c1c35a](https://github.com/missannil/annil/commit/2c1c35a8581016c2e0eb9cfeb01f2ed6e4f8d53c))
88
-
89
-
90
- ### Features
91
-
92
- * 1.0.0 ([14c418f](https://github.com/missannil/annil/commit/14c418fa0341869f398fe68007155926222cb858))
93
- * api/navigateTo 改为wxSugar 增加导出redirectTo ([f5a6141](https://github.com/missannil/annil/commit/f5a61411fa903545de8460052ca3512923905388))
94
- * computedUpdater函数去除默认参数,修正Wm.Textarea类型 ([e32f965](https://github.com/missannil/annil/commit/e32f965f7cd21c0545c9eb87a8f8bd9de8d39327))
95
- * computed函数中this.data子字段设置为只读 ([66ac333](https://github.com/missannil/annil/commit/66ac333c63edd6d3e922c4691afe5c2f85c6972a))
96
- * customEvents字段增加debounce和throttle字段,配置后自定义函数变为节流或防抖函数 ([1599797](https://github.com/missannil/annil/commit/15997975291ecbf484dd22e50974a213ea5c9f35))
97
- * slotComponents ([273d4c6](https://github.com/missannil/annil/commit/273d4c60a26f5105fd336510fca603d704db917c))
98
- * subComponent的inherit字段加入数组类型,表示联合类型 ([a7930ff](https://github.com/missannil/annil/commit/a7930ff1abe18579bff6f1746911c2f30274325b))
99
- * this.data下增加 ____oberverHandler__字段 记录在计算属性未初始化前发生监控字段变化的处理函数 ([01fe991](https://github.com/missannil/annil/commit/01fe9915616534cd7d4045a7f3d8237c509e7f7c))
100
- * watch支持配置单个字段监控多个数据,但没有类型提示 ([37db28a](https://github.com/missannil/annil/commit/37db28a87a7f3af145a7c141e05d2a3b35e6bcb7))
101
- * watch支持配置单个字段监控多个数据,但没有类型提示 计算属性初始化改为beforeCreated ([cbf50e8](https://github.com/missannil/annil/commit/cbf50e8234d65abb420e76057229fbe738b2ad93))
102
- * 去除DefineComponent中针对对象类型加入null ([#241](https://github.com/missannil/annil/issues/241)) ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
103
- * 在attached周期结束后,如果实例的data字段没有attached字段,则加入attached:true,用于表明组件启动完毕. ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
104
- * 增加原生组件类型 Wm.Map,增加API navigateBack ([a58fed1](https://github.com/missannil/annil/commit/a58fed110582a6f5edd0013f920a69769d08e1a8))
105
- * 增加导出typeEqual函数用于类型校验 ([e6b9ffc](https://github.com/missannil/annil/commit/e6b9ffc67b13572b47f7457d2cf9308be70fb7cc))
106
- * 新功能 ([0da1832](https://github.com/missannil/annil/commit/0da1832b549a3b5b4e316ec8cf4866496900fc70))
107
- * 新增组件实例全局注入功能 ([2e44e57](https://github.com/missannil/annil/commit/2e44e574d761d8f640d5f58e3984af8c86b94ec3))
108
- * 组件实例增加cloneData字段 ([a2bc52d](https://github.com/missannil/annil/commit/a2bc52de20649a735ec860cdaae2bb411028b5fe))
109
- * 计算属性初始化在attached周期,之前可能在attach周期会引发计算属性传值时,出现null导致错误的问题 ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
110
- * 计算属性支持this任意字段,之前只支持data字段 ([5ea92cb](https://github.com/missannil/annil/commit/5ea92cbf32f4892056474973c0a55be780f68894))
111
- * 页面onLoad和组件pageLifetimes.load周期参数使用encodeURI加密和解析 ([8b5cc6e](https://github.com/missannil/annil/commit/8b5cc6ee65abb0def005126c9382a07b8affc0ca))
112
-
113
-
114
- ### Bug Fixes
115
-
116
- * _SubComponentType 增加undefined类型,subComponent组件配置增加与root数据字段和彼此内部字段重复检测 ([eacc152](https://github.com/missannil/annil/commit/eacc152c7a8fe8953202fa53aff2742c0066dccc))
117
- * 1. 计算属性依赖优化和返回值为代理的问题 ([6f28738](https://github.com/missannil/annil/commit/6f28738256c1884334b440271741ee1efb9e5519))
118
- * 1.5.7不设置inject引发的问题 ([ff04ae2](https://github.com/missannil/annil/commit/ff04ae213020c2c9e985a3c0fdbe33d323cd36e4))
119
- * 1.7.0action发布时npm密钥过期问题 ([0ad71b9](https://github.com/missannil/annil/commit/0ad71b96aaa02668a4052cd57ea2ff8c46598107))
120
- * 1.7.6 ([e0e83c7](https://github.com/missannil/annil/commit/e0e83c7f44512abe9475d93b051a4e3364513b79))
121
- * 1.8.0发布问题,加入throttleDebounce测试用例,优化computed,提高覆盖率,依赖优化 ([67cfc49](https://github.com/missannil/annil/commit/67cfc4909acce7f5d4fe2d58b2d3b1d54b81163e))
122
- * chunkComponent events字段和methods字段类型前缀错误 ([#239](https://github.com/missannil/annil/issues/239)) ([e6b9ffc](https://github.com/missannil/annil/commit/e6b9ffc67b13572b47f7457d2cf9308be70fb7cc))
123
- * comouted属性初始化依赖去重bug,并添加更新时去重 ([f228e55](https://github.com/missannil/annil/commit/f228e551dce65d97450b9a1aa3c7b3d3eb3e8199))
124
- * computed 依赖优化 ([cff7833](https://github.com/missannil/annil/commit/cff7833196fc2df52ae769211a3c5893f67aa2ab))
125
- * computed函数中this.data子字段改为只读。 ([20f3244](https://github.com/missannil/annil/commit/20f3244a6c1c22dd5b347b24be6f24265bebca8d))
126
- * coverage ([e96ec6f](https://github.com/missannil/annil/commit/e96ec6f759640516f0084350ea726c47a4268362))
127
- * isPagecheck ([03f6452](https://github.com/missannil/annil/commit/03f64523dc5f7da32616ec5c0ecfc4f50d4d4b7d))
128
- * jest.config.ts的transform项修复,update typescript version from 5.3.2 to 5.5.2 ([00e221c](https://github.com/missannil/annil/commit/00e221ca37b042f042715b26dd5d158c0671a30e))
129
- * normalize casing src/api/DefineComponent/returnType ([43510ce](https://github.com/missannil/annil/commit/43510cec4aa946303d48de762135d79572b8880c))
130
- * release.yml ([c8b68b6](https://github.com/missannil/annil/commit/c8b68b66a50f5834756ab9f0d926bc7f1be2f90e))
131
- * rename ComponentDocExtension to DocAssign ([d933e0b](https://github.com/missannil/annil/commit/d933e0bff67a52d5f6ed9c00c60f7d2a2232aca0))
132
- * setData时data中的数据类型不是组件类型的错误 ([871ac43](https://github.com/missannil/annil/commit/871ac439d1786cb74fb752e353a1f953d11de780))
133
- * subComponents的data字段和store字段加入isReady字段和内部字段 ([06a22e0](https://github.com/missannil/annil/commit/06a22e0faff21dbc1e96862f190b2af11db55603))
134
- * subComputed约束 去除默认{} ([054cb48](https://github.com/missannil/annil/commit/054cb482cdc6c84e820d69d163b9cafe0c01de81))
135
- * test.yml ([4c0fca9](https://github.com/missannil/annil/commit/4c0fca9d0ce1050f5197a3730edac02cf32aac42))
136
- * verbatimModuleSyntax:true ([486cf8d](https://github.com/missannil/annil/commit/486cf8dff98320eb5534ec01994a467ec75f5ced))
137
- * yml ([e51c002](https://github.com/missannil/annil/commit/e51c00290d24d9372766e66e9c807e0c3d65429f))
138
- * yml ([ff6cff3](https://github.com/missannil/annil/commit/ff6cff375db10c396ea8707c12aa94b571762ddd))
139
- * 上次覆盖率没通过 ([d5b4f23](https://github.com/missannil/annil/commit/d5b4f2398974878ae92d87c4155265554e08e5e7))
140
- * 为subComponents内部组件类型增加 prefix_isReady?:boolean 字段。 ([e78041d](https://github.com/missannil/annil/commit/e78041d5f151d71c1d45652b0508aa4c2430ecde))
141
- * 优化_SubComponentType类型,避免接口或类的类型由于无签名照成的报错 ([ab97097](https://github.com/missannil/annil/commit/ab970972717b08138c8438825a1e19f7e3dd7c38))
142
- * 优化计算属性依赖 ([017ad55](https://github.com/missannil/annil/commit/017ad55d0bc3edcc2cdeec68474adba766da57b7))
143
- * 修复 ([7b6f25a](https://github.com/missannil/annil/commit/7b6f25a98fe8094e8ae0a1819c4f4e54e390aa96))
144
- * 修复 ([4a63e10](https://github.com/missannil/annil/commit/4a63e100831cd4f78b04a463357ecab34c78c1e1))
145
- * 修复 properties对象字段为字面量类型时value类型不匹配的问题 ([faa5c96](https://github.com/missannil/annil/commit/faa5c96c0c0af8112b7828911cc0d40f56903669))
146
- * 修复1.1版本功能,原因为1.1发布时,功能代码没有提交 ([6aca053](https://github.com/missannil/annil/commit/6aca053a5914c5e6ccacfab8712c9c036e770177))
147
- * 修复DefinedComponent的subComonsnts字段为[never]类型时,生成page类型错误的情况 ([a8aec74](https://github.com/missannil/annil/commit/a8aec74bbe964585f71d96bebdc85a32241271aa))
148
- * 修复isPage错误 ([301366d](https://github.com/missannil/annil/commit/301366d9b30f909c59db727db53847bd789cb144))
149
- * 修复jest报错‘ ([66ac333](https://github.com/missannil/annil/commit/66ac333c63edd6d3e922c4691afe5c2f85c6972a))
150
- * 修复RootCOmonent在properties的可选数组类型时,value验证错误的问题 ([b836e83](https://github.com/missannil/annil/commit/b836e83916a6649b004646893ad91350787c9421))
151
- * 修复SubComponent中计算属性无法获取data和store中数据的错误。 ([014a375](https://github.com/missannil/annil/commit/014a375de3ae657740b185b91f41e1215ef80ace))
152
- * 修复依赖,把hry-types放到peer中 ([2e44e57](https://github.com/missannil/annil/commit/2e44e574d761d8f640d5f58e3984af8c86b94ec3))
153
- * 修复当依赖字段中存在","时,计算属性一直循环计算的问题 ([f1798c0](https://github.com/missannil/annil/commit/f1798c04526975ef5986707684bbc5f3b94f2169))
154
- * 修复计算属性中使用this的问题 ([d9d1635](https://github.com/missannil/annil/commit/d9d1635489a8a4fb4db9c387c2b3e182ea415445))
155
- * 修改CreateSubComponentDoc 让结果为{}类型变为never ([f1798c0](https://github.com/missannil/annil/commit/f1798c04526975ef5986707684bbc5f3b94f2169))
156
- * 修改自定义事件detail类型为ReadOnlyDeep,以便调用时可传入实例中的data类型(都是ReadOnlyDeep的) ([428710e](https://github.com/missannil/annil/commit/428710ea84717c45361d1e6c9c7db46c693026a9))
157
- * 修正自定义事件文档类型,去除readonlyDeep ([b4d329b](https://github.com/missannil/annil/commit/b4d329b8c1b90407fd714fa42784c2dcb0c705f8))
158
- * 去除__computedStatus__,修复observers中this.setData不触发 ([8296972](https://github.com/missannil/annil/commit/829697261f708089294a122a462dfc85ac9df911))
159
- * 去除this.data、observer参数,watch参数的readonlyDeep类型 ([4df6fd1](https://github.com/missannil/annil/commit/4df6fd117e573980293e609dc422c2d5f4a91c32))
160
- * 去除verbatimModuleSyntax ([8687d3d](https://github.com/missannil/annil/commit/8687d3dab606593def0626eccd39830c806f5f1d))
161
- * 同一组件多次复用时 computed和watch的问题 ([e996f10](https://github.com/missannil/annil/commit/e996f10369dc5fc64225f573a9f28c3c542c7226))
162
- * 增加对DefinedComponent 的 path字段检测(与实例的is比较) ([8460e4e](https://github.com/missannil/annil/commit/8460e4eb29ad21a2df7adf53bffeb4c887a122e9))
163
- * 当SubComponents组件有后缀时,阻止穿透(_catch)事件类型被返回的错误 ([deab409](https://github.com/missannil/annil/commit/deab409c1116d2e810cc018797b6c38061701f25))
164
- * 无注入数据时 watch监控类型错误的问题和SubComponentdata数据为字面量类型造成实例类型错误的问题 ([3cb2b90](https://github.com/missannil/annil/commit/3cb2b9069a9aa0f95767a346f16634d4db3109f9))
165
- * 测试load功能 ([bb3f0fd](https://github.com/missannil/annil/commit/bb3f0fd2315f2429488478047109b07d16686741))
166
- * 用deepClone代替unwarp以修复计算属性返回数据包含代理对象 ([38cc56a](https://github.com/missannil/annil/commit/38cc56a477a8adcaaf73f4cbef44cd8b701a175d))
167
- * 类型修改 ([278058c](https://github.com/missannil/annil/commit/278058ccc13cae016bfcc9678875ed8c79a35472))
168
- * 组件/页面接受load和onLoad是参数解析的问题 ([d4b13f9](https://github.com/missannil/annil/commit/d4b13f95679dd5ea81f872991403fe4bb3cfd448))
169
- * 组件类型中别名被解析的问题 ([67e4886](https://github.com/missannil/annil/commit/67e48868b55853c41f5ad4c713dab12e31380f64))
170
- * 解决SpecificType不接收接口类型的错误 ([ae8acbf](https://github.com/missannil/annil/commit/ae8acbfc2e62f99db565c448ad9253aa549e78bb))
171
- * 计算属性优化 ([2479d08](https://github.com/missannil/annil/commit/2479d08720b2e69782c063b5fde394f0fa35d28a))
172
- * 计算属性依赖为undefined时的错误 ([f1798c0](https://github.com/missannil/annil/commit/f1798c04526975ef5986707684bbc5f3b94f2169))
173
- * 错误修复 ([1dac2ba](https://github.com/missannil/annil/commit/1dac2ba5fffe4c902afb9d946e158b40473fa82b))
174
-
175
-
176
- ### Miscellaneous Chores
177
-
178
- * publish ([52c4258](https://github.com/missannil/annil/commit/52c42589cd0e6c4a513f628b1caa79885b1f376a))
179
- * release ([87d63f6](https://github.com/missannil/annil/commit/87d63f690a5bafdecf77a8f5c53bd43e0c7b4d82))
180
- * release 1.12.0-alpha.8 ([#245](https://github.com/missannil/annil/issues/245)) ([7a5d842](https://github.com/missannil/annil/commit/7a5d8422ed871e1fcd794efdc2a0250cd62a086f))
181
- * release 1.12.5 ([9463fd6](https://github.com/missannil/annil/commit/9463fd652b2c9fd591e413fa13e08f001421a2aa))
182
- * release alpha.4 ([433779f](https://github.com/missannil/annil/commit/433779f12e7a3549a77d87c2663d37405ea2692f))
183
- * release-1.12.4 test ([2d79094](https://github.com/missannil/annil/commit/2d79094de3807bfe12ecad4ff76b45b48f255d51))
184
- * release-please.yml 增加dev和rc发版配置 ([02c0215](https://github.com/missannil/annil/commit/02c0215fee0664d65b74a25ecb3ad571f6ddaad6))
185
- * release:1.12.3 ([44459eb](https://github.com/missannil/annil/commit/44459ebef5ceaff431c022127dcee7128998a08d))
186
- * release:1.12.4 ([ae33dc7](https://github.com/missannil/annil/commit/ae33dc7d6582d2ecfac24ae144b460ea723f4e9f))
187
- * release:1.12.6 ([bf01bb3](https://github.com/missannil/annil/commit/bf01bb3187febc2cb0462bf3ad50a63597beda7c))
188
- * release:1.12.7 ([0dee775](https://github.com/missannil/annil/commit/0dee775d7914f7317be70668e7801752f425ffa3))
189
- * test beta ([a87e793](https://github.com/missannil/annil/commit/a87e793601986aca1544506f2bf659420879e741))
190
- * verison test ([d1f34b0](https://github.com/missannil/annil/commit/d1f34b06c26eb186378261809da9e4eeab5a2553))
191
- * 小程序不支持2022打包 ([#187](https://github.com/missannil/annil/issues/187)) ([8e2bd2c](https://github.com/missannil/annil/commit/8e2bd2c074d0870b9c45631feb214e6e460565eb))
192
- * 更改README,SubComponentDoc->SubComponentType,RootComponentDoc->RootComponentType ([073d273](https://github.com/missannil/annil/commit/073d2733f5b15923d67f3a04a7a15902f73a9205))
193
- * 更改SpecificType为DetailedType ([b56a920](https://github.com/missannil/annil/commit/b56a920780f7dee1cb49ee166c624b609cfd8431))
194
- * 测试 ([#185](https://github.com/missannil/annil/issues/185)) ([7da9fc8](https://github.com/missannil/annil/commit/7da9fc8d0f84167554f95a856da71310207a77fa))
195
- * 测试自定义3 ([b25df03](https://github.com/missannil/annil/commit/b25df0368785499537405415072e48ea842893c7))
196
- * 测试自定义发布 ([d179ebd](https://github.com/missannil/annil/commit/d179ebd36219bec5c92864fd3e2989913ade33a2))
197
- * 自定义发布 ([8fd8020](https://github.com/missannil/annil/commit/8fd802092f4d2f8d784c1530d0cd6ffdd178790a))
198
-
199
-
200
- ### Code Refactoring
201
-
202
- * 重构 watch store computed 加入ChunkComponent SubComponent改为CustomComponent ([#236](https://github.com/missannil/annil/issues/236)) ([188853e](https://github.com/missannil/annil/commit/188853e17242e27ba5e50d5cfd513607ac674287))
203
-
204
-
205
- ### Tests
206
-
207
- * 修改test.yml实现pr错误检测,修改release.yml实现发布前上传覆盖率报告 ([ae8acbf](https://github.com/missannil/annil/commit/ae8acbfc2e62f99db565c448ad9253aa549e78bb))
208
-
209
-
210
- ### Continuous Integration
211
-
212
- * 修改test时长为默认 ([4fde68d](https://github.com/missannil/annil/commit/4fde68d332ab78fc784cb32c82b8c4c8682b956c))
213
-
214
- ## [1.12.7](https://github.com/missannil/annil/compare/v1.12.6...v1.12.7) (2026-03-19)
215
-
216
-
217
- ### Miscellaneous Chores
218
-
219
- * release:1.12.7 ([0dee775](https://github.com/missannil/annil/commit/0dee775d7914f7317be70668e7801752f425ffa3))
220
-
221
- ## [1.12.6](https://github.com/missannil/annil/compare/v1.12.5...v1.12.6) (2026-03-19)
222
-
223
-
224
- ### Miscellaneous Chores
225
-
226
- * release:1.12.6 ([bf01bb3](https://github.com/missannil/annil/commit/bf01bb3187febc2cb0462bf3ad50a63597beda7c))
227
-
228
- ## [1.12.5](https://github.com/missannil/annil/compare/v1.12.4...v1.12.5) (2026-03-19)
229
-
230
-
231
- ### Miscellaneous Chores
232
-
233
- * release 1.12.5 ([9463fd6](https://github.com/missannil/annil/commit/9463fd652b2c9fd591e413fa13e08f001421a2aa))
234
- * release-1.12.4 test ([2d79094](https://github.com/missannil/annil/commit/2d79094de3807bfe12ecad4ff76b45b48f255d51))
235
-
236
- ## [1.12.4](https://github.com/missannil/annil/compare/v1.12.4...v1.12.4) (2026-03-19)
237
-
238
-
239
- ### Miscellaneous Chores
240
-
241
- * release-1.12.4 test ([2d79094](https://github.com/missannil/annil/commit/2d79094de3807bfe12ecad4ff76b45b48f255d51))
242
-
243
- ## [1.12.4](https://github.com/missannil/annil/compare/v1.12.3...v1.12.4) (2026-03-19)
244
-
245
-
246
- ### Miscellaneous Chores
247
-
248
- * release:1.12.4 ([ae33dc7](https://github.com/missannil/annil/commit/ae33dc7d6582d2ecfac24ae144b460ea723f4e9f))
249
-
250
- ## [1.12.3](https://github.com/missannil/annil/compare/v1.12.2...v1.12.3) (2026-03-19)
251
-
252
-
253
- ### Miscellaneous Chores
254
-
255
- * release:1.12.3 ([44459eb](https://github.com/missannil/annil/commit/44459ebef5ceaff431c022127dcee7128998a08d))
256
-
257
- ## [1.12.0-alpha.8](https://github.com/missannil/annil/compare/v1.12.1-alpha.8...v1.12.0-alpha.8) (2026-03-19)
258
-
259
-
260
- ### type
261
-
262
- * 修改了customEvents字段的类型,允许undefined类型 ([2c1c35a](https://github.com/missannil/annil/commit/2c1c35a8581016c2e0eb9cfeb01f2ed6e4f8d53c))
263
-
264
-
265
- ### Features
266
-
267
- * 1.0.0 ([14c418f](https://github.com/missannil/annil/commit/14c418fa0341869f398fe68007155926222cb858))
268
- * api/navigateTo 改为wxSugar 增加导出redirectTo ([f5a6141](https://github.com/missannil/annil/commit/f5a61411fa903545de8460052ca3512923905388))
269
- * computedUpdater函数去除默认参数,修正Wm.Textarea类型 ([e32f965](https://github.com/missannil/annil/commit/e32f965f7cd21c0545c9eb87a8f8bd9de8d39327))
270
- * computed函数中this.data子字段设置为只读 ([66ac333](https://github.com/missannil/annil/commit/66ac333c63edd6d3e922c4691afe5c2f85c6972a))
271
- * customEvents字段增加debounce和throttle字段,配置后自定义函数变为节流或防抖函数 ([1599797](https://github.com/missannil/annil/commit/15997975291ecbf484dd22e50974a213ea5c9f35))
272
- * slotComponents ([273d4c6](https://github.com/missannil/annil/commit/273d4c60a26f5105fd336510fca603d704db917c))
273
- * subComponent的inherit字段加入数组类型,表示联合类型 ([a7930ff](https://github.com/missannil/annil/commit/a7930ff1abe18579bff6f1746911c2f30274325b))
274
- * this.data下增加 ____oberverHandler__字段 记录在计算属性未初始化前发生监控字段变化的处理函数 ([01fe991](https://github.com/missannil/annil/commit/01fe9915616534cd7d4045a7f3d8237c509e7f7c))
275
- * watch支持配置单个字段监控多个数据,但没有类型提示 ([37db28a](https://github.com/missannil/annil/commit/37db28a87a7f3af145a7c141e05d2a3b35e6bcb7))
276
- * watch支持配置单个字段监控多个数据,但没有类型提示 计算属性初始化改为beforeCreated ([cbf50e8](https://github.com/missannil/annil/commit/cbf50e8234d65abb420e76057229fbe738b2ad93))
277
- * 去除DefineComponent中针对对象类型加入null ([#241](https://github.com/missannil/annil/issues/241)) ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
278
- * 在attached周期结束后,如果实例的data字段没有attached字段,则加入attached:true,用于表明组件启动完毕. ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
279
- * 增加原生组件类型 Wm.Map,增加API navigateBack ([a58fed1](https://github.com/missannil/annil/commit/a58fed110582a6f5edd0013f920a69769d08e1a8))
280
- * 增加导出typeEqual函数用于类型校验 ([e6b9ffc](https://github.com/missannil/annil/commit/e6b9ffc67b13572b47f7457d2cf9308be70fb7cc))
281
- * 新功能 ([0da1832](https://github.com/missannil/annil/commit/0da1832b549a3b5b4e316ec8cf4866496900fc70))
282
- * 新增组件实例全局注入功能 ([2e44e57](https://github.com/missannil/annil/commit/2e44e574d761d8f640d5f58e3984af8c86b94ec3))
283
- * 组件实例增加cloneData字段 ([a2bc52d](https://github.com/missannil/annil/commit/a2bc52de20649a735ec860cdaae2bb411028b5fe))
284
- * 计算属性初始化在attached周期,之前可能在attach周期会引发计算属性传值时,出现null导致错误的问题 ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
285
- * 计算属性支持this任意字段,之前只支持data字段 ([5ea92cb](https://github.com/missannil/annil/commit/5ea92cbf32f4892056474973c0a55be780f68894))
286
- * 页面onLoad和组件pageLifetimes.load周期参数使用encodeURI加密和解析 ([8b5cc6e](https://github.com/missannil/annil/commit/8b5cc6ee65abb0def005126c9382a07b8affc0ca))
287
-
288
-
289
- ### Bug Fixes
290
-
291
- * _SubComponentType 增加undefined类型,subComponent组件配置增加与root数据字段和彼此内部字段重复检测 ([eacc152](https://github.com/missannil/annil/commit/eacc152c7a8fe8953202fa53aff2742c0066dccc))
292
- * 1. 计算属性依赖优化和返回值为代理的问题 ([6f28738](https://github.com/missannil/annil/commit/6f28738256c1884334b440271741ee1efb9e5519))
293
- * 1.5.7不设置inject引发的问题 ([ff04ae2](https://github.com/missannil/annil/commit/ff04ae213020c2c9e985a3c0fdbe33d323cd36e4))
294
- * 1.7.0action发布时npm密钥过期问题 ([0ad71b9](https://github.com/missannil/annil/commit/0ad71b96aaa02668a4052cd57ea2ff8c46598107))
295
- * 1.7.6 ([e0e83c7](https://github.com/missannil/annil/commit/e0e83c7f44512abe9475d93b051a4e3364513b79))
296
- * 1.8.0发布问题,加入throttleDebounce测试用例,优化computed,提高覆盖率,依赖优化 ([67cfc49](https://github.com/missannil/annil/commit/67cfc4909acce7f5d4fe2d58b2d3b1d54b81163e))
297
- * chunkComponent events字段和methods字段类型前缀错误 ([#239](https://github.com/missannil/annil/issues/239)) ([e6b9ffc](https://github.com/missannil/annil/commit/e6b9ffc67b13572b47f7457d2cf9308be70fb7cc))
298
- * comouted属性初始化依赖去重bug,并添加更新时去重 ([f228e55](https://github.com/missannil/annil/commit/f228e551dce65d97450b9a1aa3c7b3d3eb3e8199))
299
- * computed 依赖优化 ([cff7833](https://github.com/missannil/annil/commit/cff7833196fc2df52ae769211a3c5893f67aa2ab))
300
- * computed函数中this.data子字段改为只读。 ([20f3244](https://github.com/missannil/annil/commit/20f3244a6c1c22dd5b347b24be6f24265bebca8d))
301
- * coverage ([e96ec6f](https://github.com/missannil/annil/commit/e96ec6f759640516f0084350ea726c47a4268362))
302
- * isPagecheck ([03f6452](https://github.com/missannil/annil/commit/03f64523dc5f7da32616ec5c0ecfc4f50d4d4b7d))
303
- * jest.config.ts的transform项修复,update typescript version from 5.3.2 to 5.5.2 ([00e221c](https://github.com/missannil/annil/commit/00e221ca37b042f042715b26dd5d158c0671a30e))
304
- * normalize casing src/api/DefineComponent/returnType ([43510ce](https://github.com/missannil/annil/commit/43510cec4aa946303d48de762135d79572b8880c))
305
- * release.yml ([c8b68b6](https://github.com/missannil/annil/commit/c8b68b66a50f5834756ab9f0d926bc7f1be2f90e))
306
- * rename ComponentDocExtension to DocAssign ([d933e0b](https://github.com/missannil/annil/commit/d933e0bff67a52d5f6ed9c00c60f7d2a2232aca0))
307
- * setData时data中的数据类型不是组件类型的错误 ([871ac43](https://github.com/missannil/annil/commit/871ac439d1786cb74fb752e353a1f953d11de780))
308
- * subComponents的data字段和store字段加入isReady字段和内部字段 ([06a22e0](https://github.com/missannil/annil/commit/06a22e0faff21dbc1e96862f190b2af11db55603))
309
- * subComputed约束 去除默认{} ([054cb48](https://github.com/missannil/annil/commit/054cb482cdc6c84e820d69d163b9cafe0c01de81))
310
- * test.yml ([4c0fca9](https://github.com/missannil/annil/commit/4c0fca9d0ce1050f5197a3730edac02cf32aac42))
311
- * verbatimModuleSyntax:true ([486cf8d](https://github.com/missannil/annil/commit/486cf8dff98320eb5534ec01994a467ec75f5ced))
312
- * yml ([e51c002](https://github.com/missannil/annil/commit/e51c00290d24d9372766e66e9c807e0c3d65429f))
313
- * yml ([ff6cff3](https://github.com/missannil/annil/commit/ff6cff375db10c396ea8707c12aa94b571762ddd))
314
- * 上次覆盖率没通过 ([d5b4f23](https://github.com/missannil/annil/commit/d5b4f2398974878ae92d87c4155265554e08e5e7))
315
- * 为subComponents内部组件类型增加 prefix_isReady?:boolean 字段。 ([e78041d](https://github.com/missannil/annil/commit/e78041d5f151d71c1d45652b0508aa4c2430ecde))
316
- * 优化_SubComponentType类型,避免接口或类的类型由于无签名照成的报错 ([ab97097](https://github.com/missannil/annil/commit/ab970972717b08138c8438825a1e19f7e3dd7c38))
317
- * 优化计算属性依赖 ([017ad55](https://github.com/missannil/annil/commit/017ad55d0bc3edcc2cdeec68474adba766da57b7))
318
- * 修复 ([7b6f25a](https://github.com/missannil/annil/commit/7b6f25a98fe8094e8ae0a1819c4f4e54e390aa96))
319
- * 修复 ([4a63e10](https://github.com/missannil/annil/commit/4a63e100831cd4f78b04a463357ecab34c78c1e1))
320
- * 修复 properties对象字段为字面量类型时value类型不匹配的问题 ([faa5c96](https://github.com/missannil/annil/commit/faa5c96c0c0af8112b7828911cc0d40f56903669))
321
- * 修复1.1版本功能,原因为1.1发布时,功能代码没有提交 ([6aca053](https://github.com/missannil/annil/commit/6aca053a5914c5e6ccacfab8712c9c036e770177))
322
- * 修复DefinedComponent的subComonsnts字段为[never]类型时,生成page类型错误的情况 ([a8aec74](https://github.com/missannil/annil/commit/a8aec74bbe964585f71d96bebdc85a32241271aa))
323
- * 修复isPage错误 ([301366d](https://github.com/missannil/annil/commit/301366d9b30f909c59db727db53847bd789cb144))
324
- * 修复jest报错‘ ([66ac333](https://github.com/missannil/annil/commit/66ac333c63edd6d3e922c4691afe5c2f85c6972a))
325
- * 修复RootCOmonent在properties的可选数组类型时,value验证错误的问题 ([b836e83](https://github.com/missannil/annil/commit/b836e83916a6649b004646893ad91350787c9421))
326
- * 修复SubComponent中计算属性无法获取data和store中数据的错误。 ([014a375](https://github.com/missannil/annil/commit/014a375de3ae657740b185b91f41e1215ef80ace))
327
- * 修复依赖,把hry-types放到peer中 ([2e44e57](https://github.com/missannil/annil/commit/2e44e574d761d8f640d5f58e3984af8c86b94ec3))
328
- * 修复当依赖字段中存在","时,计算属性一直循环计算的问题 ([f1798c0](https://github.com/missannil/annil/commit/f1798c04526975ef5986707684bbc5f3b94f2169))
329
- * 修复计算属性中使用this的问题 ([d9d1635](https://github.com/missannil/annil/commit/d9d1635489a8a4fb4db9c387c2b3e182ea415445))
330
- * 修改CreateSubComponentDoc 让结果为{}类型变为never ([f1798c0](https://github.com/missannil/annil/commit/f1798c04526975ef5986707684bbc5f3b94f2169))
331
- * 修改自定义事件detail类型为ReadOnlyDeep,以便调用时可传入实例中的data类型(都是ReadOnlyDeep的) ([428710e](https://github.com/missannil/annil/commit/428710ea84717c45361d1e6c9c7db46c693026a9))
332
- * 修正自定义事件文档类型,去除readonlyDeep ([b4d329b](https://github.com/missannil/annil/commit/b4d329b8c1b90407fd714fa42784c2dcb0c705f8))
333
- * 去除__computedStatus__,修复observers中this.setData不触发 ([8296972](https://github.com/missannil/annil/commit/829697261f708089294a122a462dfc85ac9df911))
334
- * 去除this.data、observer参数,watch参数的readonlyDeep类型 ([4df6fd1](https://github.com/missannil/annil/commit/4df6fd117e573980293e609dc422c2d5f4a91c32))
335
- * 去除verbatimModuleSyntax ([8687d3d](https://github.com/missannil/annil/commit/8687d3dab606593def0626eccd39830c806f5f1d))
336
- * 同一组件多次复用时 computed和watch的问题 ([e996f10](https://github.com/missannil/annil/commit/e996f10369dc5fc64225f573a9f28c3c542c7226))
337
- * 增加对DefinedComponent 的 path字段检测(与实例的is比较) ([8460e4e](https://github.com/missannil/annil/commit/8460e4eb29ad21a2df7adf53bffeb4c887a122e9))
338
- * 当SubComponents组件有后缀时,阻止穿透(_catch)事件类型被返回的错误 ([deab409](https://github.com/missannil/annil/commit/deab409c1116d2e810cc018797b6c38061701f25))
339
- * 无注入数据时 watch监控类型错误的问题和SubComponentdata数据为字面量类型造成实例类型错误的问题 ([3cb2b90](https://github.com/missannil/annil/commit/3cb2b9069a9aa0f95767a346f16634d4db3109f9))
340
- * 测试load功能 ([bb3f0fd](https://github.com/missannil/annil/commit/bb3f0fd2315f2429488478047109b07d16686741))
341
- * 用deepClone代替unwarp以修复计算属性返回数据包含代理对象 ([38cc56a](https://github.com/missannil/annil/commit/38cc56a477a8adcaaf73f4cbef44cd8b701a175d))
342
- * 类型修改 ([278058c](https://github.com/missannil/annil/commit/278058ccc13cae016bfcc9678875ed8c79a35472))
343
- * 组件/页面接受load和onLoad是参数解析的问题 ([d4b13f9](https://github.com/missannil/annil/commit/d4b13f95679dd5ea81f872991403fe4bb3cfd448))
344
- * 组件类型中别名被解析的问题 ([67e4886](https://github.com/missannil/annil/commit/67e48868b55853c41f5ad4c713dab12e31380f64))
345
- * 解决SpecificType不接收接口类型的错误 ([ae8acbf](https://github.com/missannil/annil/commit/ae8acbfc2e62f99db565c448ad9253aa549e78bb))
346
- * 计算属性优化 ([2479d08](https://github.com/missannil/annil/commit/2479d08720b2e69782c063b5fde394f0fa35d28a))
347
- * 计算属性依赖为undefined时的错误 ([f1798c0](https://github.com/missannil/annil/commit/f1798c04526975ef5986707684bbc5f3b94f2169))
348
- * 错误修复 ([1dac2ba](https://github.com/missannil/annil/commit/1dac2ba5fffe4c902afb9d946e158b40473fa82b))
349
-
350
-
351
- ### Miscellaneous Chores
352
-
353
- * publish ([52c4258](https://github.com/missannil/annil/commit/52c42589cd0e6c4a513f628b1caa79885b1f376a))
354
- * release ([87d63f6](https://github.com/missannil/annil/commit/87d63f690a5bafdecf77a8f5c53bd43e0c7b4d82))
355
- * release 1.12.0-alpha.8 ([#245](https://github.com/missannil/annil/issues/245)) ([7a5d842](https://github.com/missannil/annil/commit/7a5d8422ed871e1fcd794efdc2a0250cd62a086f))
356
- * release alpha.4 ([433779f](https://github.com/missannil/annil/commit/433779f12e7a3549a77d87c2663d37405ea2692f))
357
- * release-please.yml 增加dev和rc发版配置 ([02c0215](https://github.com/missannil/annil/commit/02c0215fee0664d65b74a25ecb3ad571f6ddaad6))
358
- * test beta ([a87e793](https://github.com/missannil/annil/commit/a87e793601986aca1544506f2bf659420879e741))
359
- * verison test ([d1f34b0](https://github.com/missannil/annil/commit/d1f34b06c26eb186378261809da9e4eeab5a2553))
360
- * 小程序不支持2022打包 ([#187](https://github.com/missannil/annil/issues/187)) ([8e2bd2c](https://github.com/missannil/annil/commit/8e2bd2c074d0870b9c45631feb214e6e460565eb))
361
- * 更改README,SubComponentDoc->SubComponentType,RootComponentDoc->RootComponentType ([073d273](https://github.com/missannil/annil/commit/073d2733f5b15923d67f3a04a7a15902f73a9205))
362
- * 更改SpecificType为DetailedType ([b56a920](https://github.com/missannil/annil/commit/b56a920780f7dee1cb49ee166c624b609cfd8431))
363
- * 测试 ([#185](https://github.com/missannil/annil/issues/185)) ([7da9fc8](https://github.com/missannil/annil/commit/7da9fc8d0f84167554f95a856da71310207a77fa))
364
- * 测试自定义3 ([b25df03](https://github.com/missannil/annil/commit/b25df0368785499537405415072e48ea842893c7))
365
- * 测试自定义发布 ([d179ebd](https://github.com/missannil/annil/commit/d179ebd36219bec5c92864fd3e2989913ade33a2))
366
- * 自定义发布 ([8fd8020](https://github.com/missannil/annil/commit/8fd802092f4d2f8d784c1530d0cd6ffdd178790a))
367
-
368
-
369
- ### Code Refactoring
370
-
371
- * 重构 watch store computed 加入ChunkComponent SubComponent改为CustomComponent ([#236](https://github.com/missannil/annil/issues/236)) ([188853e](https://github.com/missannil/annil/commit/188853e17242e27ba5e50d5cfd513607ac674287))
372
-
373
-
374
- ### Tests
375
-
376
- * 修改test.yml实现pr错误检测,修改release.yml实现发布前上传覆盖率报告 ([ae8acbf](https://github.com/missannil/annil/commit/ae8acbfc2e62f99db565c448ad9253aa549e78bb))
377
-
378
-
379
- ### Continuous Integration
380
-
381
- * 修改test时长为默认 ([4fde68d](https://github.com/missannil/annil/commit/4fde68d332ab78fc784cb32c82b8c4c8682b956c))
382
-
383
- ## [1.12.1-alpha.8](https://github.com/missannil/annil/compare/v1.12.0-alpha.8...v1.12.1-alpha.8) (2026-03-19)
384
-
385
-
386
- ### Bug Fixes
387
-
388
- * normalize casing src/api/DefineComponent/returnType ([43510ce](https://github.com/missannil/annil/commit/43510cec4aa946303d48de762135d79572b8880c))
389
-
390
- ## [1.12.0-alpha.8](https://github.com/missannil/annil/compare/v1.12.0-alpha.7...v1.12.0-alpha.8) (2025-05-22)
391
-
392
-
393
- ### Miscellaneous Chores
394
-
395
- * release 1.12.0-alpha.8 ([#245](https://github.com/missannil/annil/issues/245)) ([7a5d842](https://github.com/missannil/annil/commit/7a5d8422ed871e1fcd794efdc2a0250cd62a086f))
396
-
397
- ## [1.12.0-alpha.7](https://github.com/missannil/annil/compare/v1.12.0-alpha.6...v1.12.0-alpha.7) (2025-04-12)
398
-
399
-
400
- ### Features
401
-
402
- * 去除DefineComponent中针对对象类型加入null ([#241](https://github.com/missannil/annil/issues/241)) ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
403
- * 在attached周期结束后,如果实例的data字段没有attached字段,则加入attached:true,用于表明组件启动完毕. ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
404
- * 计算属性初始化在attached周期,之前可能在attach周期会引发计算属性传值时,出现null导致错误的问题 ([091485e](https://github.com/missannil/annil/commit/091485e7327c3c94600d61c679e056df845f6222))
405
-
406
- ## [1.12.0-alpha.6](https://github.com/missannil/annil/compare/v1.12.0-alpha.5...v1.12.0-alpha.6) (2025-04-09)
407
-
408
-
409
- ### Features
410
-
411
- * 增加导出typeEqual函数用于类型校验 ([e6b9ffc](https://github.com/missannil/annil/commit/e6b9ffc67b13572b47f7457d2cf9308be70fb7cc))
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * chunkComponent events字段和methods字段类型前缀错误 ([#239](https://github.com/missannil/annil/issues/239)) ([e6b9ffc](https://github.com/missannil/annil/commit/e6b9ffc67b13572b47f7457d2cf9308be70fb7cc))
417
-
418
- ## [1.12.0-alpha.5](https://github.com/missannil/annil/compare/v1.12.0-alpha.4...v1.12.0-alpha.5) (2025-04-08)
419
-
420
-
421
- ### Code Refactoring
422
-
423
- * 重构 watch store computed 加入ChunkComponent SubComponent改为CustomComponent ([#236](https://github.com/missannil/annil/issues/236)) ([188853e](https://github.com/missannil/annil/commit/188853e17242e27ba5e50d5cfd513607ac674287))
424
-
425
- ## [1.12.0-alpha.4](https://github.com/missannil/annil/compare/v1.11.1-alpha.4...v1.12.0-alpha.4) (2025-02-24)
426
-
427
-
428
- ### Features
429
-
430
- * 新功能 ([0da1832](https://github.com/missannil/annil/commit/0da1832b549a3b5b4e316ec8cf4866496900fc70))
431
-
432
- ## [1.11.1-alpha.4](https://github.com/missannil/annil/compare/v1.11.0-alpha.4...v1.11.1-alpha.4) (2025-02-24)
433
-
434
-
435
- ### Bug Fixes
436
-
437
- * 计算属性依赖为undefined时的错误 ([f1798c0](https://github.com/missannil/annil/commit/f1798c04526975ef5986707684bbc5f3b94f2169))
438
-
439
- ## [1.11.0-alpha.4](https://github.com/missannil/annil/compare/v1.11.0-alpha.3...v1.11.0-alpha.4) (2025-01-14)
440
-
441
-
442
- ### Bug Fixes
443
-
444
- * 类型修改 ([278058c](https://github.com/missannil/annil/commit/278058ccc13cae016bfcc9678875ed8c79a35472))
445
-
446
-
447
- ### Miscellaneous Chores
448
-
449
- * release alpha.4 ([433779f](https://github.com/missannil/annil/commit/433779f12e7a3549a77d87c2663d37405ea2692f))
450
-
451
- ## [1.11.0-alpha.3](https://github.com/missannil/annil/compare/v1.11.0-alpha.3...v1.11.0-alpha.3) (2025-01-14)
452
-
453
-
454
- ### Bug Fixes
455
-
456
- * 类型修改 ([278058c](https://github.com/missannil/annil/commit/278058ccc13cae016bfcc9678875ed8c79a35472))
457
-
458
- ## [1.11.0-alpha.3](https://github.com/missannil/annil/compare/v1.11.0-alpha.2...v1.11.0-alpha.3) (2025-01-13)
459
-
460
-
461
- ### Miscellaneous Chores
462
-
463
- * release ([87d63f6](https://github.com/missannil/annil/commit/87d63f690a5bafdecf77a8f5c53bd43e0c7b4d82))
464
-
465
- ## [1.11.0-alpha.2](https://github.com/missannil/annil/compare/v1.11.0-alpha.1...v1.11.0-alpha.2) (2025-01-13)
466
-
467
-
468
- ### Miscellaneous Chores
469
-
470
- * publish ([52c4258](https://github.com/missannil/annil/commit/52c42589cd0e6c4a513f628b1caa79885b1f376a))
471
-
472
-
473
- ### Continuous Integration
474
-
475
- * 修改test时长为默认 ([4fde68d](https://github.com/missannil/annil/commit/4fde68d332ab78fc784cb32c82b8c4c8682b956c))
476
-
477
- ## [1.11.0-alpha.1](https://github.com/missannil/annil/compare/v1.10.1...v1.11.0-alpha.1) (2025-01-13)
478
-
479
-
480
- ### Features
481
-
482
- * computedUpdater函数去除默认参数,修正Wm.Textarea类型 ([e32f965](https://github.com/missannil/annil/commit/e32f965f7cd21c0545c9eb87a8f8bd9de8d39327))
483
- * slotComponents ([273d4c6](https://github.com/missannil/annil/commit/273d4c60a26f5105fd336510fca603d704db917c))
484
-
485
- ## [1.10.1](https://github.com/missannil/annil/compare/v1.10.0...v1.10.1) (2024-11-11)
486
-
487
-
488
- ### Bug Fixes
489
-
490
- * 上次覆盖率没通过 ([d5b4f23](https://github.com/missannil/annil/commit/d5b4f2398974878ae92d87c4155265554e08e5e7))
491
-
492
- ## [1.10.0](https://github.com/missannil/annil/compare/v1.9.0...v1.10.0) (2024-11-11)
493
-
494
-
495
- ### Features
496
-
497
- * 增加原生组件类型 Wm.Map,增加API navigateBack ([a58fed1](https://github.com/missannil/annil/commit/a58fed110582a6f5edd0013f920a69769d08e1a8))
498
-
499
-
500
- ### Bug Fixes
501
-
502
- * _SubComponentType 增加undefined类型,subComponent组件配置增加与root数据字段和彼此内部字段重复检测 ([eacc152](https://github.com/missannil/annil/commit/eacc152c7a8fe8953202fa53aff2742c0066dccc))
503
-
504
- ## [1.9.0](https://github.com/missannil/annil/compare/v1.8.3...v1.9.0) (2024-10-23)
505
-
506
-
507
- ### Features
508
-
509
- * api/navigateTo 改为wxSugar 增加导出redirectTo ([f5a6141](https://github.com/missannil/annil/commit/f5a61411fa903545de8460052ca3512923905388))
510
-
511
-
512
- ### Bug Fixes
513
-
514
- * 增加对DefinedComponent 的 path字段检测(与实例的is比较) ([8460e4e](https://github.com/missannil/annil/commit/8460e4eb29ad21a2df7adf53bffeb4c887a122e9))
515
-
516
- ## [1.8.3](https://github.com/missannil/annil/compare/v1.8.2...v1.8.3) (2024-09-08)
517
-
518
-
519
- ### Bug Fixes
520
-
521
- * 为subComponents内部组件类型增加 prefix_isReady?:boolean 字段。 ([e78041d](https://github.com/missannil/annil/commit/e78041d5f151d71c1d45652b0508aa4c2430ecde))
522
-
523
- ## [1.8.2](https://github.com/missannil/annil/compare/v1.8.1...v1.8.2) (2024-09-07)
524
-
525
-
526
- ### Bug Fixes
527
-
528
- * 优化_SubComponentType类型,避免接口或类的类型由于无签名照成的报错 ([ab97097](https://github.com/missannil/annil/commit/ab970972717b08138c8438825a1e19f7e3dd7c38))
529
-
530
- ## [1.8.1](https://github.com/missannil/annil/compare/v1.8.0...v1.8.1) (2024-09-07)
531
-
532
-
533
- ### Bug Fixes
534
-
535
- * 1.8.0发布问题,加入throttleDebounce测试用例,优化computed,提高覆盖率,依赖优化 ([67cfc49](https://github.com/missannil/annil/commit/67cfc4909acce7f5d4fe2d58b2d3b1d54b81163e))
536
-
537
- ## [1.8.0](https://github.com/missannil/annil/compare/v1.7.8...v1.8.0) (2024-09-06)
538
-
539
-
540
- ### Features
541
-
542
- * customEvents字段增加debounce和throttle字段,配置后自定义函数变为节流或防抖函数 ([1599797](https://github.com/missannil/annil/commit/15997975291ecbf484dd22e50974a213ea5c9f35))
543
-
544
- ## [1.7.8](https://github.com/missannil/annil/compare/v1.7.7...v1.7.8) (2024-08-22)
545
-
546
-
547
- ### Bug Fixes
548
-
549
- * 当SubComponents组件有后缀时,阻止穿透(_catch)事件类型被返回的错误 ([deab409](https://github.com/missannil/annil/commit/deab409c1116d2e810cc018797b6c38061701f25))
550
-
551
- ## [1.7.7](https://github.com/missannil/annil/compare/v1.7.6...v1.7.7) (2024-08-13)
552
-
553
-
554
- ### Bug Fixes
555
-
556
- * 修复SubComponent中计算属性无法获取data和store中数据的错误。 ([014a375](https://github.com/missannil/annil/commit/014a375de3ae657740b185b91f41e1215ef80ace))
557
-
558
- ## [1.7.6](https://github.com/missannil/annil/compare/v1.7.5...v1.7.6) (2024-08-10)
559
-
560
-
561
- ### Bug Fixes
562
-
563
- * 1.7.6 ([e0e83c7](https://github.com/missannil/annil/commit/e0e83c7f44512abe9475d93b051a4e3364513b79))
564
-
565
- ## [1.7.5](https://github.com/missannil/annil/compare/v1.7.5-beta.4...v1.7.5) (2024-08-08)
566
-
567
-
568
- ### Miscellaneous Chores
569
-
570
- * 更改README,SubComponentDoc->SubComponentType,RootComponentDoc->RootComponentType ([073d273](https://github.com/missannil/annil/commit/073d2733f5b15923d67f3a04a7a15902f73a9205))
571
-
572
- ## [1.7.5-beta.4](https://github.com/missannil/annil/compare/v1.7.5-beta-3...v1.7.5-beta.4) (2024-08-07)
573
-
574
-
575
- ### Miscellaneous Chores
576
-
577
- * 小程序不支持2022打包 ([#187](https://github.com/missannil/annil/issues/187)) ([8e2bd2c](https://github.com/missannil/annil/commit/8e2bd2c074d0870b9c45631feb214e6e460565eb))
578
-
579
- ## [1.7.5-beta-3](https://github.com/missannil/annil/compare/v1.7.5-beta.0...v1.7.5-beta-3) (2024-08-06)
580
-
581
-
582
- ### Miscellaneous Chores
583
-
584
- * 测试 ([#185](https://github.com/missannil/annil/issues/185)) ([7da9fc8](https://github.com/missannil/annil/commit/7da9fc8d0f84167554f95a856da71310207a77fa))
585
- * 测试自定义3 ([b25df03](https://github.com/missannil/annil/commit/b25df0368785499537405415072e48ea842893c7))
586
- * 自定义发布 ([8fd8020](https://github.com/missannil/annil/commit/8fd802092f4d2f8d784c1530d0cd6ffdd178790a))
587
-
588
- ## [1.7.5-beta.0](https://github.com/missannil/annil/compare/v1.7.5-beta.0...v1.7.5-beta.0) (2024-08-06)
589
-
590
-
591
- ### Miscellaneous Chores
592
-
593
- * 测试自定义3 ([b25df03](https://github.com/missannil/annil/commit/b25df0368785499537405415072e48ea842893c7))
594
-
595
- ## [1.7.5-beta.0](https://github.com/missannil/annil/compare/v1.7.4...v1.7.5-beta.0) (2024-08-06)
596
-
597
-
598
- ### Miscellaneous Chores
599
-
600
- * 测试自定义发布 ([d179ebd](https://github.com/missannil/annil/commit/d179ebd36219bec5c92864fd3e2989913ade33a2))
601
-
602
- ## [1.7.4](https://github.com/missannil/annil/compare/v1.7.3...v1.7.4) (2024-06-30)
603
-
604
-
605
- ### Bug Fixes
606
-
607
- * jest.config.ts的transform项修复,update typescript version from 5.3.2 to 5.5.2 ([00e221c](https://github.com/missannil/annil/commit/00e221ca37b042f042715b26dd5d158c0671a30e))
608
-
609
- ## [1.7.3](https://github.com/missannil/annil/compare/v1.7.2...v1.7.3) (2024-05-03)
610
-
611
-
612
- ### Bug Fixes
613
-
614
- * 优化计算属性依赖 ([017ad55](https://github.com/missannil/annil/commit/017ad55d0bc3edcc2cdeec68474adba766da57b7))
615
-
616
- ## [1.7.2](https://github.com/missannil/annil/compare/v1.7.1...v1.7.2) (2024-04-30)
617
-
618
-
619
- ### Bug Fixes
620
-
621
- * 1. 计算属性依赖优化和返回值为代理的问题 ([6f28738](https://github.com/missannil/annil/commit/6f28738256c1884334b440271741ee1efb9e5519))
622
-
623
- ## [1.7.1](https://github.com/missannil/annil/compare/v1.7.0...v1.7.1) (2024-04-12)
624
-
625
-
626
- ### Bug Fixes
627
-
628
- * 1.7.0action发布时npm密钥过期问题 ([0ad71b9](https://github.com/missannil/annil/commit/0ad71b96aaa02668a4052cd57ea2ff8c46598107))
629
-
630
- ## [1.7.0](https://github.com/missannil/annil/compare/v1.6.5...v1.7.0) (2024-04-11)
631
-
632
-
633
- ### Features
634
-
635
- * subComponent的inherit字段加入数组类型,表示联合类型 ([a7930ff](https://github.com/missannil/annil/commit/a7930ff1abe18579bff6f1746911c2f30274325b))
636
-
637
- ## [1.6.5](https://github.com/missannil/annil/compare/v1.6.4...v1.6.5) (2024-02-13)
638
-
639
-
640
- ### Bug Fixes
641
-
642
- * computed 依赖优化 ([cff7833](https://github.com/missannil/annil/commit/cff7833196fc2df52ae769211a3c5893f67aa2ab))
643
-
644
- ## [1.6.4](https://github.com/missannil/annil/compare/v1.6.3...v1.6.4) (2024-02-12)
645
-
646
-
647
- ### Bug Fixes
648
-
649
- * comouted属性初始化依赖去重bug,并添加更新时去重 ([f228e55](https://github.com/missannil/annil/commit/f228e551dce65d97450b9a1aa3c7b3d3eb3e8199))
650
-
651
- ## [1.6.3](https://github.com/missannil/annil/compare/v1.6.2...v1.6.3) (2024-02-05)
652
-
653
-
654
- ### Bug Fixes
655
-
656
- * 计算属性优化 ([2479d08](https://github.com/missannil/annil/commit/2479d08720b2e69782c063b5fde394f0fa35d28a))
657
-
658
- ## [1.6.2](https://github.com/missannil/annil/compare/v1.6.1...v1.6.2) (2024-02-03)
659
-
660
-
661
- ### Bug Fixes
662
-
663
- * 去除this.data、observer参数,watch参数的readonlyDeep类型 ([4df6fd1](https://github.com/missannil/annil/commit/4df6fd117e573980293e609dc422c2d5f4a91c32))
664
-
665
- ## [1.6.1](https://github.com/missannil/annil/compare/v1.6.0...v1.6.1) (2024-02-02)
666
-
667
-
668
- ### Bug Fixes
669
-
670
- * 修正自定义事件文档类型,去除readonlyDeep ([b4d329b](https://github.com/missannil/annil/commit/b4d329b8c1b90407fd714fa42784c2dcb0c705f8))
671
- * 用deepClone代替unwarp以修复计算属性返回数据包含代理对象 ([38cc56a](https://github.com/missannil/annil/commit/38cc56a477a8adcaaf73f4cbef44cd8b701a175d))
672
-
673
- ## [1.6.0](https://github.com/missannil/annil/compare/v1.5.15...v1.6.0) (2024-02-01)
674
-
675
-
676
- ### Features
677
-
678
- * 组件实例增加cloneData字段 ([a2bc52d](https://github.com/missannil/annil/commit/a2bc52de20649a735ec860cdaae2bb411028b5fe))
679
-
680
- ## [1.5.15](https://github.com/missannil/annil/compare/v1.5.14...v1.5.15) (2024-01-15)
681
-
682
-
683
- ### Bug Fixes
684
-
685
- * subComputed约束 去除默认{} ([054cb48](https://github.com/missannil/annil/commit/054cb482cdc6c84e820d69d163b9cafe0c01de81))
686
-
687
- ## [1.5.14](https://github.com/missannil/annil/compare/v1.5.13...v1.5.14) (2024-01-15)
688
-
689
-
690
- ### Bug Fixes
691
-
692
- * subComponents的data字段和store字段加入isReady字段和内部字段 ([06a22e0](https://github.com/missannil/annil/commit/06a22e0faff21dbc1e96862f190b2af11db55603))
693
-
694
- ## [1.5.13](https://github.com/missannil/annil/compare/v1.5.12...v1.5.13) (2024-01-12)
695
-
696
-
697
- ### Bug Fixes
698
-
699
- * 修改自定义事件detail类型为ReadOnlyDeep,以便调用时可传入实例中的data类型(都是ReadOnlyDeep的) ([428710e](https://github.com/missannil/annil/commit/428710ea84717c45361d1e6c9c7db46c693026a9))
700
-
701
- ## [1.5.12](https://github.com/missannil/annil/compare/v1.5.11...v1.5.12) (2024-01-12)
702
-
703
-
704
- ### Bug Fixes
705
-
706
- * setData时data中的数据类型不是组件类型的错误 ([871ac43](https://github.com/missannil/annil/commit/871ac439d1786cb74fb752e353a1f953d11de780))
707
-
708
- ## [1.5.11](https://github.com/missannil/annil/compare/v1.5.10...v1.5.11) (2024-01-08)
709
-
710
-
711
- ### Bug Fixes
712
-
713
- * 去除__computedStatus__,修复observers中this.setData不触发 ([8296972](https://github.com/missannil/annil/commit/829697261f708089294a122a462dfc85ac9df911))
714
-
715
- ## [1.5.10](https://github.com/missannil/annil/compare/v1.5.9...v1.5.10) (2024-01-08)
716
-
717
-
718
- ### Bug Fixes
719
-
720
- * 同一组件多次复用时 computed和watch的问题 ([e996f10](https://github.com/missannil/annil/commit/e996f10369dc5fc64225f573a9f28c3c542c7226))
721
-
722
- ## [1.5.9](https://github.com/missannil/annil/compare/v1.5.8...v1.5.9) (2024-01-06)
723
-
724
-
725
- ### Bug Fixes
726
-
727
- * 无注入数据时 watch监控类型错误的问题和SubComponentdata数据为字面量类型造成实例类型错误的问题 ([3cb2b90](https://github.com/missannil/annil/commit/3cb2b9069a9aa0f95767a346f16634d4db3109f9))
728
-
729
- ## [1.5.8](https://github.com/missannil/annil/compare/v1.5.7...v1.5.8) (2024-01-05)
730
-
731
-
732
- ### Bug Fixes
733
-
734
- * 1.5.7不设置inject引发的问题 ([ff04ae2](https://github.com/missannil/annil/commit/ff04ae213020c2c9e985a3c0fdbe33d323cd36e4))
735
-
736
- ## [1.5.7](https://github.com/missannil/annil/compare/v1.5.6...v1.5.7) (2024-01-05)
737
-
738
-
739
- ### Bug Fixes
740
-
741
- * rename ComponentDocExtension to DocAssign ([d933e0b](https://github.com/missannil/annil/commit/d933e0bff67a52d5f6ed9c00c60f7d2a2232aca0))
742
-
743
- ## [1.5.6](https://github.com/missannil/annil/compare/v1.5.5...v1.5.6) (2024-01-03)
744
-
745
-
746
- ### Bug Fixes
747
-
748
- * 修复RootCOmonent在properties的可选数组类型时,value验证错误的问题 ([b836e83](https://github.com/missannil/annil/commit/b836e83916a6649b004646893ad91350787c9421))
749
-
750
- ## [1.5.5](https://github.com/missannil/annil/compare/v1.5.4...v1.5.5) (2024-01-01)
751
-
752
-
753
- ### Bug Fixes
754
-
755
- * 修复isPage错误 ([301366d](https://github.com/missannil/annil/commit/301366d9b30f909c59db727db53847bd789cb144))
756
-
757
- ## [1.5.4](https://github.com/missannil/annil/compare/v1.5.3...v1.5.4) (2023-12-25)
758
-
759
-
760
- ### Bug Fixes
761
-
762
- * isPagecheck ([03f6452](https://github.com/missannil/annil/commit/03f64523dc5f7da32616ec5c0ecfc4f50d4d4b7d))
763
-
764
- ## [1.5.3](https://github.com/missannil/annil/compare/v1.5.2...v1.5.3) (2023-12-22)
765
-
766
-
767
- ### Bug Fixes
768
-
769
- * verbatimModuleSyntax:true ([486cf8d](https://github.com/missannil/annil/commit/486cf8dff98320eb5534ec01994a467ec75f5ced))
770
- * 去除verbatimModuleSyntax ([8687d3d](https://github.com/missannil/annil/commit/8687d3dab606593def0626eccd39830c806f5f1d))
771
-
772
- ## [1.5.2](https://github.com/missannil/annil/compare/v1.5.1...v1.5.2) (2023-12-22)
773
-
774
-
775
- ### Bug Fixes
776
-
777
- * 修复 ([7b6f25a](https://github.com/missannil/annil/commit/7b6f25a98fe8094e8ae0a1819c4f4e54e390aa96))
778
-
779
- ## [1.5.1](https://github.com/missannil/annil/compare/v1.5.0...v1.5.1) (2023-12-19)
780
-
781
-
782
- ### Bug Fixes
783
-
784
- * 修复 ([4a63e10](https://github.com/missannil/annil/commit/4a63e100831cd4f78b04a463357ecab34c78c1e1))
785
-
786
- ## [1.5.0](https://github.com/missannil/annil/compare/v1.4.0...v1.5.0) (2023-12-18)
787
-
788
-
789
- ### Features
790
-
791
- * 新增组件实例全局注入功能 ([2e44e57](https://github.com/missannil/annil/commit/2e44e574d761d8f640d5f58e3984af8c86b94ec3))
792
-
793
-
794
- ### Bug Fixes
795
-
796
- * 修复依赖,把hry-types放到peer中 ([2e44e57](https://github.com/missannil/annil/commit/2e44e574d761d8f640d5f58e3984af8c86b94ec3))
797
-
798
- ## [1.4.0](https://github.com/missannil/annil/compare/v1.3.1...v1.4.0) (2023-12-17)
799
-
800
-
801
- ### Features
802
-
803
- * computed函数中this.data子字段设置为只读 ([66ac333](https://github.com/missannil/annil/commit/66ac333c63edd6d3e922c4691afe5c2f85c6972a))
804
-
805
-
806
- ### Bug Fixes
807
-
808
- * 修复jest报错‘ ([66ac333](https://github.com/missannil/annil/commit/66ac333c63edd6d3e922c4691afe5c2f85c6972a))
809
-
810
- ## [1.3.1](https://github.com/missannil/annil/compare/v1.3.0...v1.3.1) (2023-12-17)
811
-
812
-
813
- ### Bug Fixes
814
-
815
- * computed函数中this.data子字段改为只读。 ([20f3244](https://github.com/missannil/annil/commit/20f3244a6c1c22dd5b347b24be6f24265bebca8d))
816
-
817
- ## [1.3.0](https://github.com/missannil/annil/compare/v1.3.0-dev.202312100...v1.3.0) (2023-12-14)
818
-
819
-
820
- ### Features
821
-
822
- * watch支持配置单个字段监控多个数据,但没有类型提示 计算属性初始化改为beforeCreated ([cbf50e8](https://github.com/missannil/annil/commit/cbf50e8234d65abb420e76057229fbe738b2ad93))
823
-
824
- ## [1.3.0-dev.202312100](https://github.com/missannil/annil/compare/v1.2.2-dev.202312100...v1.3.0-dev.202312100) (2023-12-11)
825
-
826
-
827
- ### Features
828
-
829
- * watch支持配置单个字段监控多个数据,但没有类型提示 ([37db28a](https://github.com/missannil/annil/commit/37db28a87a7f3af145a7c141e05d2a3b35e6bcb7))
830
-
831
- ## [1.2.2-dev.202312100](https://github.com/missannil/annil/compare/v1.2.1...v1.2.2-dev.202312100) (2023-12-10)
832
-
833
-
834
- ### type
835
-
836
- * 修改了customEvents字段的类型,允许undefined类型 ([2c1c35a](https://github.com/missannil/annil/commit/2c1c35a8581016c2e0eb9cfeb01f2ed6e4f8d53c))
837
-
838
- ## [1.2.1](https://github.com/missannil/annil/compare/v1.2.0...v1.2.1) (2023-12-09)
839
-
840
-
841
- ### Bug Fixes
842
-
843
- * 修复计算属性中使用this的问题 ([d9d1635](https://github.com/missannil/annil/commit/d9d1635489a8a4fb4db9c387c2b3e182ea415445))
844
-
845
- ## [1.2.0](https://github.com/missannil/annil/compare/v1.2.0-beta.4...v1.2.0) (2023-12-07)
846
-
847
-
848
- ### Miscellaneous Chores
849
-
850
- * release-please.yml 增加dev和rc发版配置 ([02c0215](https://github.com/missannil/annil/commit/02c0215fee0664d65b74a25ecb3ad571f6ddaad6))
851
-
852
- ## [1.2.0-beta.4](https://github.com/missannil/annil/compare/v1.2.0-beta.3...v1.2.0-beta.4) (2023-12-07)
853
-
854
-
855
- ### Miscellaneous Chores
856
-
857
- * verison test ([d1f34b0](https://github.com/missannil/annil/commit/d1f34b06c26eb186378261809da9e4eeab5a2553))
858
-
859
- ## [1.2.0-beta.3](https://github.com/missannil/annil/compare/v1.2.0-beta.1...v1.2.0-beta.3) (2023-12-07)
860
-
861
-
862
- ### Miscellaneous Chores
863
-
864
- * test beta ([a87e793](https://github.com/missannil/annil/commit/a87e793601986aca1544506f2bf659420879e741))
865
-
866
- ## [1.2.0-beta.1](https://github.com/missannil/annil/compare/v1.2.0-beta.0...v1.2.0-beta.1) (2023-12-07)
867
-
868
-
869
- ### Bug Fixes
870
-
871
- * 组件/页面接受load和onLoad是参数解析的问题 ([d4b13f9](https://github.com/missannil/annil/commit/d4b13f95679dd5ea81f872991403fe4bb3cfd448))
872
-
873
- ## [1.2.0-beta.0](https://github.com/missannil/annil/compare/v1.1.2...v1.2.0-beta.0) (2023-12-07)
874
-
875
-
876
- ### Features
877
-
878
- * 页面onLoad和组件pageLifetimes.load周期参数使用encodeURI加密和解析 ([8b5cc6e](https://github.com/missannil/annil/commit/8b5cc6ee65abb0def005126c9382a07b8affc0ca))
879
-
880
- ## [1.1.2](https://github.com/missannil/annil/compare/v1.1.1...v1.1.2) (2023-12-06)
881
-
882
-
883
- ### Bug Fixes
884
-
885
- * 测试load功能 ([bb3f0fd](https://github.com/missannil/annil/commit/bb3f0fd2315f2429488478047109b07d16686741))
886
-
887
- ## [1.1.1](https://github.com/missannil/annil/compare/v1.1.0...v1.1.1) (2023-12-04)
888
-
889
-
890
- ### Bug Fixes
891
-
892
- * 修复1.1版本功能,原因为1.1发布时,功能代码没有提交 ([6aca053](https://github.com/missannil/annil/commit/6aca053a5914c5e6ccacfab8712c9c036e770177))
893
-
894
- ## [1.1.0](https://github.com/missannil/annil/compare/v1.0.8...v1.1.0) (2023-12-04)
895
-
896
-
897
- ### Features
898
-
899
- * 计算属性支持this任意字段,之前只支持data字段 ([5ea92cb](https://github.com/missannil/annil/commit/5ea92cbf32f4892056474973c0a55be780f68894))
900
-
901
- ## [1.0.8](https://github.com/missannil/annil/compare/v1.0.7...v1.0.8) (2023-12-03)
902
-
903
-
904
- ### Bug Fixes
905
-
906
- * 组件类型中别名被解析的问题 ([67e4886](https://github.com/missannil/annil/commit/67e48868b55853c41f5ad4c713dab12e31380f64))
907
-
908
- ## [1.0.7](https://github.com/missannil/annil/compare/v1.0.6...v1.0.7) (2023-12-02)
909
-
910
-
911
- ### Bug Fixes
912
-
913
- * 修复DefinedComponent的subComonsnts字段为[never]类型时,生成page类型错误的情况 ([a8aec74](https://github.com/missannil/annil/commit/a8aec74bbe964585f71d96bebdc85a32241271aa))
914
-
915
- ## [1.0.6](https://github.com/missannil/annil/compare/v1.0.5...v1.0.6) (2023-12-02)
916
-
917
-
918
- ### Bug Fixes
919
-
920
- * 修复 properties对象字段为字面量类型时value类型不匹配的问题 ([faa5c96](https://github.com/missannil/annil/commit/faa5c96c0c0af8112b7828911cc0d40f56903669))
921
-
922
- ## [1.0.5](https://github.com/missannil/annil/compare/v1.0.4...v1.0.5) (2023-12-02)
923
-
924
-
925
- ### Miscellaneous Chores
926
-
927
- * 更改SpecificType为DetailedType ([b56a920](https://github.com/missannil/annil/commit/b56a920780f7dee1cb49ee166c624b609cfd8431))
928
-
929
- ## [1.0.4](https://github.com/missannil/annil/compare/v1.0.3...v1.0.4) (2023-11-30)
930
-
931
-
932
- ### Bug Fixes
933
-
934
- * release.yml ([c8b68b6](https://github.com/missannil/annil/commit/c8b68b66a50f5834756ab9f0d926bc7f1be2f90e))
935
- * yml ([e51c002](https://github.com/missannil/annil/commit/e51c00290d24d9372766e66e9c807e0c3d65429f))
936
-
937
- ## [1.0.1](https://github.com/missannil/annil/compare/v1.0.0...v1.0.1) (2023-11-27)
938
-
939
-
940
- ### Bug Fixes
941
-
942
- * coverage ([e96ec6f](https://github.com/missannil/annil/commit/e96ec6f759640516f0084350ea726c47a4268362))
943
- * yml ([ff6cff3](https://github.com/missannil/annil/commit/ff6cff375db10c396ea8707c12aa94b571762ddd))
944
-
945
- ## 1.0.0 (2023-11-25)
946
-
947
-
948
- ### Features
949
-
950
- * 1.0.0 ([14c418f](https://github.com/missannil/annil/commit/14c418fa0341869f398fe68007155926222cb858))