cabloy 5.1.20 → 5.1.21

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 (225) hide show
  1. package/package.json +1 -1
  2. package/scripts/upgrade.ts +13 -4
  3. package/vona/pnpm-lock.yaml +60 -58
  4. package/vona/src/suite-vendor/a-auth/tsconfig.json +0 -3
  5. package/vona/src/suite-vendor/a-cabloy/tsconfig.json +0 -9
  6. package/vona/src/suite-vendor/a-captcha/tsconfig.json +0 -3
  7. package/vona/src/suite-vendor/a-vona/tsconfig.json +0 -3
  8. package/vona/src/suite-vendor/a-auth/modules/test-auth/package.json +0 -52
  9. package/vona/src/suite-vendor/a-auth/modules/test-auth/src/.metadata/index.ts +0 -74
  10. package/vona/src/suite-vendor/a-auth/modules/test-auth/src/.metadata/this.ts +0 -2
  11. package/vona/src/suite-vendor/a-auth/modules/test-auth/src/controller/passport.ts +0 -19
  12. package/vona/src/suite-vendor/a-auth/modules/test-auth/src/index.ts +0 -1
  13. package/vona/src/suite-vendor/a-auth/modules/test-auth/test/authOauth.test.ts +0 -55
  14. package/vona/src/suite-vendor/a-auth/modules/test-auth/test/authSimple.test.ts +0 -52
  15. package/vona/src/suite-vendor/a-auth/modules/test-auth/tsconfig.build.json +0 -11
  16. package/vona/src/suite-vendor/a-auth/modules/test-auth/tsconfig.json +0 -7
  17. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/package.json +0 -60
  18. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/src/.metadata/index.ts +0 -103
  19. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/src/.metadata/this.ts +0 -2
  20. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/src/bean/meta.status.ts +0 -15
  21. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/src/controller/status.ts +0 -44
  22. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/src/index.ts +0 -1
  23. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/test/datasource.test.ts +0 -51
  24. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/test/socket.test.ts +0 -48
  25. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/test/status.test.ts +0 -10
  26. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/tsconfig.build.json +0 -11
  27. package/vona/src/suite-vendor/a-cabloy/modules/test-cabloy/tsconfig.json +0 -7
  28. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/package.json +0 -63
  29. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/.metadata/index.ts +0 -377
  30. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/.metadata/locales.ts +0 -18
  31. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/.metadata/this.ts +0 -2
  32. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/bean/meta.version.ts +0 -49
  33. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/bean/ssrMenu.product.ts +0 -26
  34. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/config/locale/en-us.ts +0 -15
  35. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/config/locale/zh-cn.ts +0 -15
  36. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/controller/product.tsx +0 -64
  37. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/dto/productCreate.tsx +0 -40
  38. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/dto/productSelectReq.tsx +0 -25
  39. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/dto/productSelectRes.tsx +0 -11
  40. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/dto/productSelectResItem.tsx +0 -39
  41. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/dto/productUpdate.tsx +0 -30
  42. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/dto/productView.tsx +0 -25
  43. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/entity/product.tsx +0 -65
  44. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/index.ts +0 -2
  45. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/model/product.ts +0 -10
  46. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/src/service/product.ts +0 -37
  47. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/test/permission.test.ts +0 -19
  48. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/test/product.test.ts +0 -65
  49. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/tsconfig.build.json +0 -11
  50. package/vona/src/suite-vendor/a-cabloy/modules/test-rest/tsconfig.json +0 -7
  51. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/package.json +0 -60
  52. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/.metadata/index.ts +0 -161
  53. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/.metadata/locales.ts +0 -18
  54. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/.metadata/this.ts +0 -2
  55. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/config/locale/en-us.ts +0 -13
  56. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/config/locale/zh-cn.ts +0 -11
  57. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/controller/toolOne.ts +0 -43
  58. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/controller/toolTwo.ts +0 -37
  59. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/dto/testBody.ts +0 -10
  60. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/dto/testDetail.ts +0 -21
  61. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/dto/testParams.ts +0 -13
  62. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/dto/testQuery.ts +0 -12
  63. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/dto/testResult.tsx +0 -159
  64. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/src/index.ts +0 -2
  65. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/tsconfig.build.json +0 -11
  66. package/vona/src/suite-vendor/a-cabloy/modules/test-ssr/tsconfig.json +0 -7
  67. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/package.json +0 -52
  68. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/src/.metadata/index.ts +0 -99
  69. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/src/.metadata/this.ts +0 -2
  70. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/src/controller/captcha.ts +0 -18
  71. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/src/dto/signin.ts +0 -20
  72. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/src/index.ts +0 -1
  73. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/test/captcha.test.ts +0 -148
  74. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/tsconfig.build.json +0 -11
  75. package/vona/src/suite-vendor/a-captcha/modules/test-captcha/tsconfig.json +0 -7
  76. package/vona/src/suite-vendor/a-vona/modules/test-vona/assets/img/vona.png +0 -0
  77. package/vona/src/suite-vendor/a-vona/modules/test-vona/assets/static/img/vona.png +0 -0
  78. package/vona/src/suite-vendor/a-vona/modules/test-vona/assets/static/img/vona.svg +0 -3
  79. package/vona/src/suite-vendor/a-vona/modules/test-vona/package.json +0 -61
  80. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/.metadata/index.ts +0 -2181
  81. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/.metadata/locales.ts +0 -18
  82. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/.metadata/this.ts +0 -2
  83. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/aop.regExp.ts +0 -34
  84. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/aop.simple.ts +0 -80
  85. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/aopMethod.test.ts +0 -63
  86. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/bean.testCtx.ts +0 -59
  87. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/broadcast.test.ts +0 -24
  88. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/cacheMem.test.ts +0 -7
  89. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/cacheRedis.post.ts +0 -11
  90. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/cacheRedis.test.ts +0 -7
  91. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/event.helloEcho.ts +0 -13
  92. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/eventListener.helloEcho.ts +0 -24
  93. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/meta.asset.ts +0 -10
  94. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/meta.static.ts +0 -7
  95. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/meta.version.ts +0 -108
  96. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/queue.test.ts +0 -25
  97. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/schedule.test.ts +0 -13
  98. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/schedule.test3.ts +0 -13
  99. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/serializerTransform.email.ts +0 -35
  100. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/summerCache.caching.ts +0 -36
  101. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/bean/summerCache.test.ts +0 -36
  102. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/config/config.ts +0 -5
  103. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/config/locale/en-us.ts +0 -21
  104. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/config/locale/zh-cn.ts +0 -19
  105. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/bean.ts +0 -103
  106. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/cacheMem.ts +0 -64
  107. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/cacheRedis.ts +0 -56
  108. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/dtoTest.ts +0 -61
  109. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/guardPassport.ts +0 -26
  110. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/onion.ts +0 -103
  111. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/order.ts +0 -56
  112. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/passport.ts +0 -49
  113. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/performAction.ts +0 -19
  114. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/post.ts +0 -59
  115. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/queue.ts +0 -27
  116. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/serializer.ts +0 -40
  117. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/summer.ts +0 -130
  118. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/tail.ts +0 -33
  119. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/transaction.ts +0 -30
  120. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/controller/upload.ts +0 -61
  121. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/categoryTree.ts +0 -9
  122. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/orderCreate.ts +0 -13
  123. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/orderQuery.ts +0 -25
  124. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/orderQueryPage.ts +0 -24
  125. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/orderSelectRes.ts +0 -11
  126. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/orderSelectResItem.ts +0 -11
  127. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/orderUpdate.ts +0 -13
  128. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/postAggregate.ts +0 -17
  129. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/postCreate.ts +0 -11
  130. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/postGroup.ts +0 -14
  131. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/postSelectReq.ts +0 -36
  132. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/postSelectRes.ts +0 -11
  133. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/postSelectResItem.tsx +0 -28
  134. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/profile.ts +0 -15
  135. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/roleLazy.ts +0 -17
  136. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/serializerArray.ts +0 -39
  137. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/serializerLazy.ts +0 -31
  138. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/serializerSimple.ts +0 -112
  139. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/user.ts +0 -21
  140. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/userCreate.ts +0 -11
  141. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/userLazy.ts +0 -20
  142. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/dto/userUpdate.ts +0 -9
  143. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/category.ts +0 -16
  144. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/order.ts +0 -21
  145. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/post.ts +0 -21
  146. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/postContent.ts +0 -16
  147. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/product.ts +0 -27
  148. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/role.ts +0 -12
  149. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/roleUser.ts +0 -16
  150. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/test.ts +0 -24
  151. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/entity/user.ts +0 -18
  152. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/index.ts +0 -4
  153. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/lib/index.ts +0 -1
  154. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/lib/serializer.ts +0 -9
  155. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/category.ts +0 -22
  156. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/categoryChain.ts +0 -23
  157. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/order.ts +0 -33
  158. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/orderStats.ts +0 -29
  159. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/post.ts +0 -23
  160. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/postContent.ts +0 -23
  161. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/product.ts +0 -10
  162. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/role.ts +0 -23
  163. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/roleUser.ts +0 -10
  164. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/test.ts +0 -10
  165. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/testDynamicTable.ts +0 -23
  166. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/user.ts +0 -30
  167. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/userStats.ts +0 -22
  168. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/model/userStatsGroup.ts +0 -36
  169. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/aopMethod.ts +0 -38
  170. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/caching.ts +0 -89
  171. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/category.ts +0 -153
  172. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/order.ts +0 -67
  173. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/post.ts +0 -280
  174. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/product.ts +0 -5
  175. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/test.ts +0 -9
  176. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/testApp.ts +0 -13
  177. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/testClass.ts +0 -15
  178. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/testData.ts +0 -71
  179. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/transaction.ts +0 -20
  180. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/service/user.ts +0 -124
  181. package/vona/src/suite-vendor/a-vona/modules/test-vona/src/types/index.ts +0 -6
  182. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/aopMethod.test.ts +0 -21
  183. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/bean.test.ts +0 -16
  184. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/broadcast.test.ts +0 -17
  185. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/cache/cacheMem.test.ts +0 -10
  186. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/cache/cacheRedis.test.ts +0 -10
  187. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/cache/caching.test.ts +0 -61
  188. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/cache/summer.test.ts +0 -10
  189. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/database.test.ts +0 -132
  190. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/dtoAggregate.test.ts +0 -44
  191. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/dtoGet.test.ts +0 -82
  192. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/dtoGroup.test.ts +0 -44
  193. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/dtoLazy.test.ts +0 -53
  194. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/dtoMutate.test.ts +0 -56
  195. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/dtoQuery.test.ts +0 -70
  196. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelAggregate.test.ts +0 -222
  197. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelCache.test.ts +0 -37
  198. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelGeneral.test.ts +0 -18
  199. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelGroup.test.ts +0 -248
  200. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelMagic.test.ts +0 -37
  201. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelRelations.test.ts +0 -215
  202. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelRelationsJoins.test.ts +0 -58
  203. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelRelationsMutate.test.ts +0 -436
  204. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/modelWhere.test.ts +0 -173
  205. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/orm.test.ts +0 -22
  206. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/database/transaction.test.ts +0 -142
  207. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/event.test.ts +0 -14
  208. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/guardPassport.test.ts +0 -48
  209. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/instance.test.ts +0 -35
  210. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/jwt.test.ts +0 -28
  211. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/locale.test.ts +0 -64
  212. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/mail.test.ts +0 -14
  213. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/passport.test.ts +0 -69
  214. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/queue.test.ts +0 -11
  215. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/runtime.test.ts +0 -24
  216. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/serializer.test.ts +0 -82
  217. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/static.test.ts +0 -22
  218. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/tail.test.ts +0 -21
  219. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/upload.test.ts +0 -75
  220. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/utils/cabloyUtils.test.ts +0 -19
  221. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/utils/celjs.test.ts +0 -64
  222. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/utils/mappedTypes.test.ts +0 -73
  223. package/vona/src/suite-vendor/a-vona/modules/test-vona/test/utils/performAction.test.ts +0 -28
  224. package/vona/src/suite-vendor/a-vona/modules/test-vona/tsconfig.build.json +0 -11
  225. package/vona/src/suite-vendor/a-vona/modules/test-vona/tsconfig.json +0 -7
@@ -1,10 +0,0 @@
1
- import type { IDecoratorDtoOptions } from 'vona-module-a-web';
2
-
3
- import { Dto } from 'vona-module-a-web';
4
-
5
- import { DtoTestResult } from './testResult.tsx';
6
-
7
- export interface IDtoOptionsTestBody extends IDecoratorDtoOptions {}
8
-
9
- @Dto<IDtoOptionsTestBody>()
10
- export class DtoTestBody extends DtoTestResult {}
@@ -1,21 +0,0 @@
1
- import type { IDecoratorDtoOptions } from 'vona-module-a-web';
2
-
3
- import { Api } from 'vona-module-a-openapiutils';
4
- import { Dto } from 'vona-module-a-web';
5
-
6
- export interface IDtoOptionsTestDetail extends IDecoratorDtoOptions {}
7
-
8
- @Dto<IDtoOptionsTestDetail>()
9
- export class DtoTestDetail {
10
- @Api.field()
11
- name: string;
12
-
13
- @Api.field()
14
- price: number;
15
-
16
- @Api.field()
17
- quantity: number;
18
-
19
- @Api.field()
20
- amount: number;
21
- }
@@ -1,13 +0,0 @@
1
- import type { TableIdentity } from 'table-identity';
2
- import type { IDecoratorDtoOptions } from 'vona-module-a-web';
3
-
4
- import { Api, v } from 'vona-module-a-openapiutils';
5
- import { Dto } from 'vona-module-a-web';
6
-
7
- export interface IDtoOptionsTestParams extends IDecoratorDtoOptions {}
8
-
9
- @Dto<IDtoOptionsTestParams>()
10
- export class DtoTestParams {
11
- @Api.field(v.optional(), v.tableIdentity())
12
- id?: TableIdentity;
13
- }
@@ -1,12 +0,0 @@
1
- import type { IDecoratorDtoOptions } from 'vona-module-a-web';
2
-
3
- import { Api, v } from 'vona-module-a-openapiutils';
4
- import { Dto } from 'vona-module-a-web';
5
-
6
- export interface IDtoOptionsTestQuery extends IDecoratorDtoOptions {}
7
-
8
- @Dto<IDtoOptionsTestQuery>()
9
- export class DtoTestQuery {
10
- @Api.field(v.min(3))
11
- name: string;
12
- }
@@ -1,159 +0,0 @@
1
- import type { TableIdentity } from 'table-identity';
2
- import type { IDecoratorDtoOptions } from 'vona-module-a-web';
3
-
4
- import { cel } from '@cabloy/utils';
5
- import React from 'react';
6
- import { text } from 'vona';
7
- import { $makeSchema, Api, v } from 'vona-module-a-openapiutils';
8
- import { Dto } from 'vona-module-a-web';
9
- import z from 'zod';
10
- import { ZovaCommand, ZovaComponent, ZovaEvent, ZovaRender } from 'zova-rest-cabloy-basic-admin';
11
-
12
- import { $locale } from '../.metadata/locales.ts';
13
- import { DtoTestDetail } from './testDetail.ts';
14
-
15
- export interface IDtoOptionsTestResult extends IDecoratorDtoOptions<
16
- '_custom1' | '_custom2' | '_custom3' | '_custom4' | '_custom5' | '_customCopy' | '_customCopied'
17
- > {}
18
-
19
- @Dto<IDtoOptionsTestResult>({
20
- fields: {
21
- _custom1: $makeSchema(
22
- v.openapi({
23
- rest: {
24
- form: {
25
- // render: (
26
- // <FFDemoBasicTest v-if={cel('getValue("name")!="kevin"')} name="_custom1" showLog={true} class="text-center">
27
- // <div>{$locale('ChildOne')}</div>
28
- // <div>{cel('name + ":" + value')}</div>
29
- // <div v-for={['a', 'b', 'c']} key={cel('int(eachIndex)+1')}>{cel('each + eachIndex')}</div>
30
- // <div v-slot="header" v-slot-scope="item">{cel('name + ":header:" + item.name')}</div>
31
- // <div v-slot="footer" v-slot-scope="scope">{cel('name + ":footer:" + scope.name')}</div>
32
- // </FFDemoBasicTest>
33
- // ),
34
- },
35
- },
36
- }),
37
- ZovaRender.layout({ label: 'Custom1' }),
38
- v.default('custom'),
39
- v.optional(),
40
- v.min(6),
41
- z.string(),
42
- ),
43
- _custom2: $makeSchema(
44
- ZovaRender.fieldJsx(
45
- <div className="text-center">
46
- <div>{$locale('ChildOne')}</div>
47
- <div>{$locale('ChildTwo')}</div>
48
- <div>{$locale('TestApples_', 0)}</div>
49
- <div>{text`I have ${$locale('TestApples_', 1)}`}</div>
50
- <div>{text`cel://name+": ${$locale('TestApples_', 2)}"`}</div>
51
- <ZovaComponent
52
- name="a-icon:icon"
53
- options={{
54
- name: '::home',
55
- width: 24,
56
- }}
57
- nativeOnClick={
58
- <ZovaEvent>
59
- <ZovaCommand
60
- name="basic-commandssync:log"
61
- options={{ message: 'sss' }}
62
- ></ZovaCommand>
63
- </ZovaEvent>
64
- }
65
- ></ZovaComponent>
66
- </div>,
67
- ),
68
- ZovaRender.layout({
69
- label: 'Custom2',
70
- header: <div>{cel('name + ":containerHeader:" + value')}</div>,
71
- footer: <div>{cel('name + ":containerFooter:" + value')}</div>,
72
- }),
73
- v.default('custom'),
74
- v.optional(),
75
- v.min(6),
76
- z.string(),
77
- ),
78
- _custom5: $makeSchema(
79
- ZovaRender.fieldJsx(
80
- <div>
81
- <var name="varTest" value={cel('getValue("name") + "!!"')}></var>
82
- <div>{cel('"var: " + varTest')}</div>
83
- </div>,
84
- ),
85
- ZovaRender.layout({ label: 'Custom5' }),
86
- v.default('custom'),
87
- v.optional(),
88
- v.min(6),
89
- z.string(),
90
- ),
91
- _customCopy: $makeSchema(
92
- ZovaRender.fieldJsx(
93
- <div style={{ display: 'inline-flex', alignItems: 'center' }}>
94
- <input
95
- className="input"
96
- value={cel('getValue("name")')}
97
- onInput={
98
- <ZovaEvent>
99
- <ZovaCommand
100
- name="basic-commands:setValue"
101
- options={{ name: 'name' }}
102
- ></ZovaCommand>
103
- <ZovaCommand
104
- name="basic-commands:setValue"
105
- options={{ name: '_customCopied', value: false, disableNotifyChanged: true }}
106
- ></ZovaCommand>
107
- </ZovaEvent>
108
- }
109
- ></input>
110
- <ZovaComponent
111
- v-if={cel('getValue("_customCopied")==false')}
112
- name="a-icon:icon"
113
- style={{ cursor: 'pointer' }}
114
- options={{
115
- name: ':outline:copy-outline',
116
- }}
117
- nativeOnClick={
118
- <ZovaEvent>
119
- <ZovaCommand
120
- name="basic-commands:copy"
121
- options={{ text: cel('getValue("name")') }}
122
- ></ZovaCommand>
123
- <ZovaCommand
124
- name="basic-commands:setValue"
125
- options={{ name: '_customCopied', value: true }}
126
- ></ZovaCommand>
127
- </ZovaEvent>
128
- }
129
- ></ZovaComponent>
130
- <span v-if={cel('getValue("_customCopied")==true')}>Copied!</span>
131
- </div>,
132
- ),
133
- ZovaRender.layout({ label: 'Custom Copy' }),
134
- v.optional(),
135
- v.min(6),
136
- z.string(),
137
- ),
138
- _customCopied: $makeSchema(ZovaRender.visible(false), v.optional(), z.boolean()),
139
- },
140
- })
141
- export class DtoTestResult {
142
- @Api.field(v.tableIdentity())
143
- id: TableIdentity;
144
-
145
- @Api.field(
146
- v.title($locale('Name')),
147
- ZovaRender.fieldJsx(<input className="text-center-2 text-center"></input>),
148
- ZovaRender.layout({ label: cel('name+"!!"'), class: 'test-layout' }),
149
- v.default('tom'),
150
- v.min(3),
151
- )
152
- name: string;
153
-
154
- @Api.field()
155
- married: boolean;
156
-
157
- @Api.field(v.array(DtoTestDetail))
158
- details: DtoTestDetail[];
159
- }
@@ -1,2 +0,0 @@
1
- export * from './.metadata/index.ts';
2
- export * from './.metadata/locales.ts';
@@ -1,11 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.base",
3
- "compilerOptions": {
4
- "rootDir": "src",
5
- "declaration": true,
6
- "declarationMap": true,
7
- "emitDeclarationOnly": true,
8
- "outDir": "dist"
9
- },
10
- "include": ["src", "src/.metadata/*.ts", "src/**/*.json"]
11
- }
@@ -1,7 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.base",
3
- "compilerOptions": {
4
- "noEmit": true
5
- },
6
- "include": ["src", "src/.metadata/*.ts", "src/**/*.json", "test"]
7
- }
@@ -1,52 +0,0 @@
1
- {
2
- "name": "vona-module-test-captcha",
3
- "version": "5.1.6",
4
- "gitHead": "a79189b882c17af5911573896a781bbb0046d37d",
5
- "description": "",
6
- "keywords": [
7
- "Vona Module"
8
- ],
9
- "author": "",
10
- "files": [
11
- "assets",
12
- "dist",
13
- "src"
14
- ],
15
- "type": "module",
16
- "exports": {
17
- ".": {
18
- "types": [
19
- "./src/index.ts",
20
- "./dist/index.d.ts"
21
- ],
22
- "import": "./src/index.ts",
23
- "default": "./dist/index.js"
24
- },
25
- "./package.json": "./package.json"
26
- },
27
- "scripts": {
28
- "clean": "rimraf dist tsconfig.build.tsbuildinfo",
29
- "tsc:publish": "npm run clean && vona :bin:buildModule --sourcemap && tsc -p tsconfig.build.json",
30
- "prepublishOnly": "npm run tsc:publish",
31
- "prepack": "clean-package",
32
- "postpack": "clean-package restore && npm run clean"
33
- },
34
- "devDependencies": {
35
- "clean-package": "^2.2.0",
36
- "rimraf": "^6.1.3"
37
- },
38
- "clean-package": {
39
- "indent": 2,
40
- "remove": [
41
- "clean-package",
42
- "devDependencies",
43
- "exports.\\..import"
44
- ]
45
- },
46
- "title": "test-captcha",
47
- "vonaModule": {
48
- "dependencies": {
49
- "a-vona": "5.0.0"
50
- }
51
- }
52
- }
@@ -1,99 +0,0 @@
1
- // eslint-disable
2
- import type { TypeSymbolKeyFieldsMore } from 'vona-module-a-orm';
3
- import type { TypeEntityOptionsFields,TypeControllerOptionsActions } from 'vona-module-a-openapi';
4
- /** dto: begin */
5
- export * from '../dto/signin.ts';
6
- import type { IDtoOptionsSignin } from '../dto/signin.ts';
7
- import 'vona-module-a-web';
8
- declare module 'vona-module-a-web' {
9
-
10
- export interface IDtoRecord {
11
- 'test-captcha:signin': IDtoOptionsSignin;
12
- }
13
-
14
-
15
- }
16
- declare module 'vona-module-test-captcha' {
17
-
18
- }
19
- /** dto: end */
20
- /** dto: begin */
21
- import type { DtoSignin } from '../dto/signin.ts';
22
- declare module 'vona-module-test-captcha' {
23
-
24
- export interface IDtoOptionsSignin {
25
- fields?: TypeEntityOptionsFields<DtoSignin, IDtoOptionsSignin[TypeSymbolKeyFieldsMore]>;
26
- }
27
- }
28
- /** dto: end */
29
- /** controller: begin */
30
- export * from '../controller/captcha.ts';
31
- import type { IControllerOptionsCaptcha } from '../controller/captcha.ts';
32
- import 'vona-module-a-web';
33
- declare module 'vona-module-a-web' {
34
-
35
- export interface IControllerRecord {
36
- 'test-captcha:captcha': IControllerOptionsCaptcha;
37
- }
38
-
39
-
40
- }
41
- declare module 'vona-module-test-captcha' {
42
-
43
- export interface ControllerCaptcha {
44
- /** @internal */
45
- get scope(): ScopeModuleTestCaptcha;
46
- }
47
-
48
- export interface ControllerCaptcha {
49
- get $beanFullName(): 'test-captcha.controller.captcha';
50
- get $onionName(): 'test-captcha:captcha';
51
- get $onionOptions(): IControllerOptionsCaptcha;
52
- }
53
- }
54
- /** controller: end */
55
- /** controller: begin */
56
- // @ts-ignore ignore
57
- import type { ControllerCaptcha } from '../controller/captcha.ts';
58
- declare module 'vona-module-test-captcha' {
59
-
60
- export interface IControllerOptionsCaptcha {
61
- actions?: TypeControllerOptionsActions<ControllerCaptcha>;
62
- }
63
- }
64
- declare module 'vona-module-a-web' {
65
- export interface IApiPathPostRecord{
66
- '/test/captcha/signin': undefined;
67
- }
68
-
69
- }
70
-
71
- /** controller: end */
72
- /** scope: begin */
73
- import { BeanScopeBase, type BeanScopeUtil } from 'vona';
74
- import { Scope } from 'vona-module-a-bean';
75
-
76
- @Scope()
77
- export class ScopeModuleTestCaptcha extends BeanScopeBase {}
78
-
79
- export interface ScopeModuleTestCaptcha {
80
- util: BeanScopeUtil;
81
- }
82
-
83
- import 'vona';
84
- declare module 'vona' {
85
- export interface IBeanScopeRecord {
86
- 'test-captcha': ScopeModuleTestCaptcha;
87
- }
88
-
89
- export interface IBeanScopeContainer {
90
- testCaptcha: ScopeModuleTestCaptcha;
91
- }
92
-
93
-
94
-
95
-
96
-
97
-
98
- }
99
- /** scope: end */
@@ -1,2 +0,0 @@
1
- export const __ThisModule__ = 'test-captcha';
2
- export { ScopeModuleTestCaptcha as ScopeModule } from './index.ts';
@@ -1,18 +0,0 @@
1
- import type { IDecoratorControllerOptions } from 'vona-module-a-web';
2
-
3
- import { BeanBase } from 'vona';
4
- import { Core } from 'vona-module-a-core';
5
- import { Passport } from 'vona-module-a-user';
6
- import { Arg, Controller, Web } from 'vona-module-a-web';
7
-
8
- import { DtoSignin } from '../dto/signin.ts';
9
-
10
- export interface IControllerOptionsCaptcha extends IDecoratorControllerOptions {}
11
-
12
- @Controller<IControllerOptionsCaptcha>({ path: 'captcha', meta: { mode: ['test', 'dev'] } })
13
- export class ControllerCaptcha extends BeanBase {
14
- @Web.post('signin')
15
- @Passport.public()
16
- @Core.captchaVerify({ scene: 'captcha-simple:simple' })
17
- async signin(@Arg.body() _user: DtoSignin) {}
18
- }
@@ -1,20 +0,0 @@
1
- import type { DtoCaptchaVerify } from 'vona-module-a-captcha';
2
- import type { IDecoratorDtoOptions } from 'vona-module-a-web';
3
-
4
- import { Api, v } from 'vona-module-a-openapiutils';
5
- import { Dto } from 'vona-module-a-web';
6
- import { ZovaRender } from 'zova-rest-cabloy-basic-admin';
7
-
8
- export interface IDtoOptionsSignin extends IDecoratorDtoOptions {}
9
-
10
- @Dto<IDtoOptionsSignin>()
11
- export class DtoSignin {
12
- @Api.field()
13
- username: string;
14
-
15
- @Api.field(v.min(3))
16
- password: string;
17
-
18
- @Api.field(ZovaRender.field('basic-captcha:formFieldCaptcha'))
19
- captcha: DtoCaptchaVerify;
20
- }
@@ -1 +0,0 @@
1
- export * from './.metadata/index.ts';
@@ -1,148 +0,0 @@
1
- import type { ICaptchaData } from 'vona-module-a-captcha';
2
-
3
- import { catchError } from '@cabloy/utils';
4
- import assert from 'node:assert';
5
- import { describe, it } from 'node:test';
6
- import { app } from 'vona-mock';
7
-
8
- describe('captcha.test.ts', () => {
9
- // scene/provider
10
- const sceneName = 'captcha-simple:simple';
11
- const providerName = 'captcha-simple:imageText';
12
- it('action:captcha:error', async () => {
13
- await app.bean.executor.mockCtx(async () => {
14
- // create
15
- const captcha = await app.bean.captcha.create(sceneName);
16
- assert.equal(captcha.provider, providerName);
17
- // get
18
- const captchaData = await app.bean.captcha.getCaptchaData(captcha.id);
19
- assert.equal(captchaData?.provider, providerName);
20
- // token
21
- const token = captchaData?.token;
22
- // verify: false
23
- const verifiedFalse = await app.bean.captcha.verify(captcha.id, `${token}!`, sceneName);
24
- assert.equal(verifiedFalse, false);
25
- // verify: false
26
- const verifiedFalse2 = await app.bean.captcha.verify(captcha.id, token, sceneName);
27
- assert.equal(verifiedFalse2, false);
28
- });
29
- });
30
- it('action:captcha:ok', async () => {
31
- await app.bean.executor.mockCtx(async () => {
32
- // create
33
- const captcha = await app.bean.captcha.create(sceneName);
34
- assert.equal(captcha.provider, providerName);
35
- // get
36
- const captchaData = await app.bean.captcha.getCaptchaData(captcha.id);
37
- assert.equal(captchaData?.provider, providerName);
38
- // token
39
- const token = captchaData?.token;
40
- // verify: true
41
- const verifiedTrue = await app.bean.captcha.verify(captcha.id, token, sceneName);
42
- assert.equal(verifiedTrue, true);
43
- });
44
- });
45
- it('action:captcha api:error', async () => {
46
- await app.bean.executor.mockCtx(async () => {
47
- // create
48
- const captcha: ICaptchaData = await app.bean.executor.performAction(
49
- 'post',
50
- '/captcha/create',
51
- {
52
- body: {
53
- scene: sceneName,
54
- },
55
- },
56
- );
57
- assert.equal(captcha.provider, providerName);
58
- // refresh
59
- const captcha2: ICaptchaData = await app.bean.executor.performAction(
60
- 'post',
61
- '/captcha/refresh',
62
- {
63
- body: {
64
- id: captcha.id,
65
- scene: sceneName,
66
- },
67
- },
68
- );
69
- assert.equal(captcha2.provider, providerName);
70
- assert.equal(captcha2.id, captcha.id);
71
- // get token
72
- const captchaData = await app.bean.captcha.getCaptchaData(captcha2.id);
73
- // verifyImmediate: error
74
- const [_, error] = await catchError(() => {
75
- return app.bean.executor.performAction('post', '/captcha/verifyImmediate', {
76
- body: {
77
- id: captcha2.id,
78
- token: `${captchaData?.token}!`,
79
- },
80
- });
81
- });
82
- assert.equal(error?.code, 403);
83
- // verifyImmediate: error again
84
- const [_2, error2] = await catchError(() => {
85
- return app.bean.executor.performAction('post', '/captcha/verifyImmediate', {
86
- body: {
87
- id: captcha2.id,
88
- token: captchaData?.token,
89
- },
90
- });
91
- });
92
- assert.equal(error2?.code, 403);
93
- });
94
- });
95
- it('action:captcha api:ok', async () => {
96
- await app.bean.executor.mockCtx(async () => {
97
- // create
98
- const captcha: ICaptchaData = await app.bean.executor.performAction(
99
- 'post',
100
- '/captcha/create',
101
- {
102
- body: {
103
- scene: sceneName,
104
- },
105
- },
106
- );
107
- assert.equal(captcha.provider, providerName);
108
- // refresh
109
- const captcha2: ICaptchaData = await app.bean.executor.performAction(
110
- 'post',
111
- '/captcha/refresh',
112
- {
113
- body: {
114
- id: captcha.id,
115
- scene: sceneName,
116
- },
117
- },
118
- );
119
- assert.equal(captcha2.provider, providerName);
120
- assert.equal(captcha2.id, captcha.id);
121
- // get token
122
- const captchaData = await app.bean.captcha.getCaptchaData(captcha2.id);
123
- // verifyImmediate: ok
124
- const tokenSecondary = await app.bean.executor.performAction(
125
- 'post',
126
- '/captcha/verifyImmediate',
127
- {
128
- body: {
129
- id: captcha2.id,
130
- token: captchaData?.token,
131
- },
132
- },
133
- );
134
- assert.equal(!!tokenSecondary, true);
135
- // verify: ok
136
- await app.bean.executor.performAction('post', '/test/captcha/signin', {
137
- body: {
138
- username: 'xxx',
139
- password: 'xxx',
140
- captcha: {
141
- id: captcha2.id,
142
- token: tokenSecondary,
143
- },
144
- },
145
- });
146
- });
147
- });
148
- });
@@ -1,11 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.base",
3
- "compilerOptions": {
4
- "rootDir": "src",
5
- "declaration": true,
6
- "declarationMap": true,
7
- "emitDeclarationOnly": true,
8
- "outDir": "dist"
9
- },
10
- "include": ["src", "src/.metadata/*.ts", "src/**/*.json"]
11
- }
@@ -1,7 +0,0 @@
1
- {
2
- "extends": "../../tsconfig.base",
3
- "compilerOptions": {
4
- "noEmit": true
5
- },
6
- "include": ["src", "src/.metadata/*.ts", "src/**/*.json", "test"]
7
- }
@@ -1,3 +0,0 @@
1
- <svg width="20" height="19" viewBox="0 0 20 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M18.5156 0C18.7656 0 18.9583 0.046875 19.0938 0.140625C19.2292 0.223958 19.3281 0.380208 19.3906 0.609375C19.4635 0.838542 19.5 1.17188 19.5 1.60938C19.5 2.04688 19.4635 2.38021 19.3906 2.60938C19.3281 2.83854 19.2292 2.99479 19.0938 3.07812C18.9583 3.16146 18.7656 3.20312 18.5156 3.20312H17.4531L11.7812 17.875C11.6354 18.25 11.4115 18.5104 11.1094 18.6562C10.8073 18.8125 10.3385 18.8906 9.70312 18.8906C9.06771 18.8906 8.59896 18.8125 8.29688 18.6562C8.00521 18.5 7.79167 18.2396 7.65625 17.875L2.1875 3.20312H0.984375C0.734375 3.20312 0.541667 3.16146 0.40625 3.07812C0.270833 2.99479 0.171875 2.83854 0.109375 2.60938C0.0364583 2.38021 0 2.04688 0 1.60938C0 1.17188 0.0364583 0.838542 0.109375 0.609375C0.171875 0.380208 0.270833 0.223958 0.40625 0.140625C0.541667 0.046875 0.734375 0 0.984375 0H7.76562C8.01562 0 8.20833 0.046875 8.34375 0.140625C8.47917 0.223958 8.57812 0.380208 8.64062 0.609375C8.71354 0.838542 8.75 1.17188 8.75 1.60938C8.75 2.04688 8.71354 2.38021 8.64062 2.60938C8.57812 2.83854 8.47917 2.99479 8.34375 3.07812C8.20833 3.16146 8.01562 3.20312 7.76562 3.20312H6.375L9.73438 12.7812L13.3125 3.20312H12.2031C11.9531 3.20312 11.7604 3.16146 11.625 3.07812C11.4896 2.99479 11.3854 2.83854 11.3125 2.60938C11.25 2.38021 11.2188 2.04688 11.2188 1.60938C11.2188 1.17188 11.25 0.838542 11.3125 0.609375C11.3854 0.380208 11.4896 0.223958 11.625 0.140625C11.7604 0.046875 11.9531 0 12.2031 0H18.5156Z" fill="#FF9300"/>
3
- </svg>