@fewbox/den 0.0.96 → 0.1.16

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 (217) hide show
  1. package/index-core.d.ts +5 -0
  2. package/index-web.d.ts +5 -0
  3. package/index.css +1 -12226
  4. package/index.js +1 -1
  5. package/index.js.map +1 -1
  6. package/package.json +4 -13
  7. package/src/components/Auth/FigmaSignin/index.d.ts +3 -3
  8. package/src/components/Auth/GoogleGrant/index.d.ts +3 -3
  9. package/src/components/Auth/GoogleSignin/index.d.ts +1 -1
  10. package/src/components/Auth/WeComSignin/index.d.ts +3 -3
  11. package/src/components/Debug/index.d.ts +3 -3
  12. package/src/components/Engine/Base/NativeAttributeMap.d.ts +2 -0
  13. package/src/components/Engine/Base/index.d.ts +7 -179
  14. package/src/components/Engine/index.d.ts +3 -3
  15. package/src/components/Layout/Display/index.d.ts +3 -3
  16. package/src/components/Layout/Dock/index.d.ts +18 -11
  17. package/src/components/Layout/Flex/index.d.ts +3 -2
  18. package/src/components/Layout/FlexItem/index.d.ts +2 -2
  19. package/src/components/Layout/Position/index.d.ts +3 -4
  20. package/src/components/Layout/PositionArea/index.d.ts +3 -3
  21. package/src/components/Layout/Responsive/index.d.ts +3 -3
  22. package/src/components/Layout/SBaseline/index.d.ts +3 -3
  23. package/src/components/Layout/SBottom/index.d.ts +3 -3
  24. package/src/components/Layout/SCenter/index.d.ts +3 -3
  25. package/src/components/Layout/SLeft/index.d.ts +3 -3
  26. package/src/components/Layout/SMiddle/index.d.ts +3 -3
  27. package/src/components/Layout/SRight/index.d.ts +3 -3
  28. package/src/components/Layout/SStretch/index.d.ts +3 -3
  29. package/src/components/Layout/STop/index.d.ts +3 -3
  30. package/src/components/Layout/X/index.d.ts +1 -1
  31. package/src/components/Layout/XAround/index.d.ts +1 -1
  32. package/src/components/Layout/XAutoBoth/index.d.ts +1 -1
  33. package/src/components/Layout/XAutoCenter/index.d.ts +1 -1
  34. package/src/components/Layout/XAutoLeft/index.d.ts +1 -1
  35. package/src/components/Layout/XAutoLefts/index.d.ts +1 -1
  36. package/src/components/Layout/XAutoRight/index.d.ts +1 -1
  37. package/src/components/Layout/XAutoRights/index.d.ts +1 -1
  38. package/src/components/Layout/XBase/index.d.ts +1 -3
  39. package/src/components/Layout/XBetween/index.d.ts +1 -1
  40. package/src/components/Layout/XCenter/index.d.ts +1 -1
  41. package/src/components/Layout/XCustom/index.d.ts +1 -1
  42. package/src/components/Layout/XCustomBoth/index.d.ts +1 -1
  43. package/src/components/Layout/XEvenly/index.d.ts +1 -1
  44. package/src/components/Layout/XLeft/index.d.ts +1 -1
  45. package/src/components/Layout/XRight/index.d.ts +1 -1
  46. package/src/components/Layout/XWrapAround/index.d.ts +1 -1
  47. package/src/components/Layout/XWrapBetween/index.d.ts +1 -1
  48. package/src/components/Layout/XWrapBottom/index.d.ts +1 -1
  49. package/src/components/Layout/XWrapEvenly/index.d.ts +1 -1
  50. package/src/components/Layout/XWrapMiddle/index.d.ts +1 -1
  51. package/src/components/Layout/XWrapTop/index.d.ts +1 -1
  52. package/src/components/Layout/Y/index.d.ts +1 -1
  53. package/src/components/Layout/YAround/index.d.ts +1 -1
  54. package/src/components/Layout/YAutoBoth/index.d.ts +1 -1
  55. package/src/components/Layout/YAutoBottom/index.d.ts +1 -1
  56. package/src/components/Layout/YAutoBottoms/index.d.ts +1 -1
  57. package/src/components/Layout/YAutoCenter/index.d.ts +1 -1
  58. package/src/components/Layout/YAutoTop/index.d.ts +1 -1
  59. package/src/components/Layout/YAutoTops/index.d.ts +1 -1
  60. package/src/components/Layout/YBase/index.d.ts +1 -1
  61. package/src/components/Layout/YBetween/index.d.ts +1 -1
  62. package/src/components/Layout/YBottom/index.d.ts +1 -1
  63. package/src/components/Layout/YCustom/index.d.ts +1 -1
  64. package/src/components/Layout/YCustomBoth/index.d.ts +1 -1
  65. package/src/components/Layout/YEvenly/index.d.ts +1 -1
  66. package/src/components/Layout/YMiddle/index.d.ts +1 -1
  67. package/src/components/Layout/YTop/index.d.ts +1 -1
  68. package/src/components/Layout/YWrapAround/index.d.ts +1 -1
  69. package/src/components/Layout/YWrapBetween/index.d.ts +1 -1
  70. package/src/components/Layout/YWrapCenter/index.d.ts +1 -1
  71. package/src/components/Layout/YWrapEvenly/index.d.ts +1 -1
  72. package/src/components/Layout/YWrapLeft/index.d.ts +1 -1
  73. package/src/components/Layout/YWrapRight/index.d.ts +1 -1
  74. package/src/components/View/VActionForm/index.d.ts +3 -6
  75. package/src/components/View/VAnimation/index.d.ts +3 -3
  76. package/src/components/View/VAudio/index.d.ts +2 -2
  77. package/src/components/View/VAvatar/index.d.ts +4 -3
  78. package/src/components/View/VBackground/index.d.ts +1 -1
  79. package/src/components/View/VBadge/index.d.ts +2 -2
  80. package/src/components/View/VBlock/index.d.ts +5 -5
  81. package/src/components/View/VBoundary/index.d.ts +1 -3
  82. package/src/components/View/VCard/index.d.ts +3 -3
  83. package/src/components/View/VCardMedia/index.d.ts +5 -5
  84. package/src/components/View/VCardSocial/index.d.ts +9 -9
  85. package/src/components/View/VCardWindow/index.d.ts +1 -1
  86. package/src/components/View/VChromeExtensionValidator/index.d.ts +9 -11
  87. package/src/components/View/VFooter/index.d.ts +2 -2
  88. package/src/components/View/VForm/index.d.ts +3 -3
  89. package/src/components/View/VFrame/index.d.ts +1 -3
  90. package/src/components/View/VGoogleFont/index.d.ts +1 -1
  91. package/src/components/View/VHR/index.d.ts +2 -2
  92. package/src/components/View/VHeader/index.d.ts +2 -2
  93. package/src/components/View/VHyperlink/index.d.ts +2 -2
  94. package/src/components/View/VImage/index.d.ts +13 -0
  95. package/src/components/View/VInput/VBase64File/{App/index.d.ts → index.d.ts} +3 -3
  96. package/src/components/View/VInput/VCheckBox/index.d.ts +1 -1
  97. package/src/components/View/VInput/VColor/index.d.ts +1 -1
  98. package/src/components/View/VInput/VDate/index.d.ts +1 -1
  99. package/src/components/View/VInput/VDatetimeLocal/index.d.ts +1 -1
  100. package/src/components/View/VInput/VDropdown/index.d.ts +11 -12
  101. package/src/components/View/VInput/VEmail/index.d.ts +1 -1
  102. package/src/components/View/VInput/VFile/index.d.ts +16 -10
  103. package/src/components/View/VInput/VGroup/index.d.ts +2 -3
  104. package/src/components/View/VInput/VHidden/index.d.ts +1 -2
  105. package/src/components/View/VInput/VMonth/index.d.ts +1 -1
  106. package/src/components/View/VInput/VNumber/index.d.ts +1 -1
  107. package/src/components/View/VInput/VPassword/index.d.ts +1 -1
  108. package/src/components/View/VInput/VRadio/index.d.ts +1 -1
  109. package/src/components/View/VInput/VRange/index.d.ts +1 -1
  110. package/src/components/View/VInput/VSearch/index.d.ts +1 -1
  111. package/src/components/View/VInput/VSubmit/index.d.ts +2 -2
  112. package/src/components/View/VInput/VSubmitWrapper/index.d.ts +2 -2
  113. package/src/components/View/VInput/VTel/index.d.ts +1 -1
  114. package/src/components/View/VInput/VTextBox/index.d.ts +1 -3
  115. package/src/components/View/VInput/VTime/index.d.ts +1 -1
  116. package/src/components/View/VInput/VUrl/index.d.ts +1 -1
  117. package/src/components/View/VInput/VWeek/index.d.ts +1 -1
  118. package/src/components/View/VInput/index.d.ts +9 -19
  119. package/src/components/View/VLabel/index.d.ts +6 -10
  120. package/src/components/View/VLoading/index.d.ts +3 -3
  121. package/src/components/View/VMain/index.d.ts +2 -2
  122. package/src/components/View/VMask/index.d.ts +1 -1
  123. package/src/components/View/VPhoto/index.d.ts +1 -1
  124. package/src/components/View/VRoot/index.d.ts +2 -4
  125. package/src/components/View/VSection/index.d.ts +2 -2
  126. package/src/components/View/VSelect/index.d.ts +2 -2
  127. package/src/components/View/VShadow/index.d.ts +1 -1
  128. package/src/components/View/VShape/VEllipse/index.d.ts +1 -1
  129. package/src/components/View/VShape/VLine/index.d.ts +1 -1
  130. package/src/components/View/VShape/VRectangle/index.d.ts +1 -1
  131. package/src/components/View/VStack/index.d.ts +1 -1
  132. package/src/components/View/VSvg/index.d.ts +1 -2
  133. package/src/components/View/VSwitch/index.d.ts +2 -2
  134. package/src/components/View/VTemplate/index.d.ts +2 -2
  135. package/src/components/View/VText/index.d.ts +6 -5
  136. package/src/components/View/VTextArea/index.d.ts +3 -6
  137. package/src/components/View/VTheme/index.d.ts +4 -5
  138. package/src/components/View/VTooltip/index.d.ts +3 -7
  139. package/src/components/View/VTree/Block/index.d.ts +4 -4
  140. package/src/components/View/VTree/index.d.ts +4 -4
  141. package/src/components/View/VVideo/index.d.ts +2 -2
  142. package/src/components/View/VZone/index.d.ts +1 -1
  143. package/src/components/{app.d.ts → core.d.ts} +26 -44
  144. package/src/components/web.d.ts +9 -0
  145. package/src/store/Json.d.ts +1 -1
  146. package/templates/FEWBOX.md +8 -9
  147. package/index-app.d.ts +0 -15
  148. package/src/action/index.d.ts +0 -9
  149. package/src/components/Analyze/GA4/index.d.ts +0 -9
  150. package/src/components/Analyze/GA4NextJS/index.d.ts +0 -5
  151. package/src/components/Analyze/util.d.ts +0 -115
  152. package/src/components/Engine/BaseComponent/index.d.ts +0 -9
  153. package/src/components/Layout/DockBak/index.d.ts +0 -24
  154. package/src/components/View/VButton/index.d.ts +0 -17
  155. package/src/components/View/VDynamic/index.d.ts +0 -7
  156. package/src/components/View/VImage/App/index.d.ts +0 -16
  157. package/src/components/View/VLink/App/index.d.ts +0 -6
  158. package/src/components/View/VPaypal/index.d.ts +0 -10
  159. package/src/components/View/VPureRoot/index.d.ts +0 -7
  160. package/src/fewbox/index.d.ts +0 -27
  161. package/src/language/index.d.ts +0 -5
  162. package/src/network/FormHeaders.d.ts +0 -2
  163. package/src/network/IGraphQL.d.ts +0 -6
  164. package/src/network/JsonHeaders.d.ts +0 -5
  165. package/src/network/Network.d.ts +0 -45
  166. package/src/network/NetworkObservableBase.d.ts +0 -13
  167. package/src/network/StreamObservableBase.d.ts +0 -11
  168. package/src/network/UploadHeaders.d.ts +0 -2
  169. package/src/network/WS.d.ts +0 -11
  170. package/src/network/ajax/default/Delete.d.ts +0 -5
  171. package/src/network/ajax/default/DeleteText.d.ts +0 -5
  172. package/src/network/ajax/default/Get.d.ts +0 -5
  173. package/src/network/ajax/default/GetLocal.d.ts +0 -5
  174. package/src/network/ajax/default/GetText.d.ts +0 -5
  175. package/src/network/ajax/default/NetworkObservableAjax.d.ts +0 -7
  176. package/src/network/ajax/default/Patch.d.ts +0 -5
  177. package/src/network/ajax/default/PatchText.d.ts +0 -5
  178. package/src/network/ajax/default/Post.d.ts +0 -5
  179. package/src/network/ajax/default/PostText.d.ts +0 -5
  180. package/src/network/ajax/default/Put.d.ts +0 -5
  181. package/src/network/ajax/default/PutText.d.ts +0 -5
  182. package/src/network/ajax/external/DeleteExternal.d.ts +0 -5
  183. package/src/network/ajax/external/DeleteTextExternal.d.ts +0 -5
  184. package/src/network/ajax/external/GetExternal.d.ts +0 -5
  185. package/src/network/ajax/external/GetTextExternal.d.ts +0 -5
  186. package/src/network/ajax/external/NetworkObservableAjaxExternal.d.ts +0 -8
  187. package/src/network/ajax/external/PatchExternal.d.ts +0 -5
  188. package/src/network/ajax/external/PatchTextExternal.d.ts +0 -5
  189. package/src/network/ajax/external/PostExternal.d.ts +0 -5
  190. package/src/network/ajax/external/PostTextExternal.d.ts +0 -5
  191. package/src/network/ajax/external/PutExternal.d.ts +0 -5
  192. package/src/network/ajax/external/PutTextExternal.d.ts +0 -5
  193. package/src/network/fetch/default/DeleteFetch.d.ts +0 -5
  194. package/src/network/fetch/default/GetFetch.d.ts +0 -5
  195. package/src/network/fetch/default/NetworkObservableFetch.d.ts +0 -7
  196. package/src/network/fetch/default/PatchFetch.d.ts +0 -5
  197. package/src/network/fetch/default/PostFetch.d.ts +0 -5
  198. package/src/network/fetch/default/PutFetch.d.ts +0 -5
  199. package/src/network/fetch/external/GetFetchExternal.d.ts +0 -5
  200. package/src/network/fetch/external/NetworkObservableFetchExternal.d.ts +0 -8
  201. package/src/network/fetch/external/PatchFetchExternal.d.ts +0 -5
  202. package/src/network/fetch/external/PostFetchExternal.d.ts +0 -5
  203. package/src/network/fetch/external/PutFetchExternal.d.ts +0 -5
  204. package/src/network/graphql/default/GQL.d.ts +0 -6
  205. package/src/network/graphql/default/GQLUpload.d.ts +0 -6
  206. package/src/network/graphql/default/NetworkObservableGQL.d.ts +0 -7
  207. package/src/network/graphql/external/GQLExternal.d.ts +0 -6
  208. package/src/network/graphql/external/GQLExternalUpload.d.ts +0 -6
  209. package/src/network/graphql/external/NetworkObservableGQLExternal.d.ts +0 -7
  210. package/src/network/index.d.ts +0 -46
  211. package/src/network/sse/default/GetSSE.d.ts +0 -5
  212. package/src/network/sse/default/PostSSE.d.ts +0 -5
  213. package/src/network/sse/default/StreamObservableSSE.d.ts +0 -5
  214. package/src/network/sse/external/GetSSEExternal.d.ts +0 -5
  215. package/src/network/sse/external/PostSSEExternal.d.ts +0 -5
  216. package/src/network/sse/external/StreamObservableSSEExternal.d.ts +0 -6
  217. package/src/network/util.d.ts +0 -4

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


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

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