@fewbox/den 0.0.99 → 0.1.17

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 (215) hide show
  1. package/index-core.d.ts +5 -0
  2. package/index.css +1 -12226
  3. package/index.js +1 -1
  4. package/index.js.map +1 -1
  5. package/package.json +4 -13
  6. package/src/components/Auth/FigmaSignin/index.d.ts +3 -3
  7. package/src/components/Auth/GoogleGrant/index.d.ts +3 -3
  8. package/src/components/Auth/GoogleSignin/index.d.ts +1 -1
  9. package/src/components/Auth/WeComSignin/index.d.ts +3 -3
  10. package/src/components/Debug/index.d.ts +3 -3
  11. package/src/components/Engine/Base/NativeAttributeMap.d.ts +2 -0
  12. package/src/components/Engine/Base/index.d.ts +7 -179
  13. package/src/components/Engine/index.d.ts +3 -3
  14. package/src/components/Layout/Display/index.d.ts +3 -3
  15. package/src/components/Layout/Dock/index.d.ts +18 -11
  16. package/src/components/Layout/Flex/index.d.ts +3 -2
  17. package/src/components/Layout/FlexItem/index.d.ts +2 -2
  18. package/src/components/Layout/Position/index.d.ts +3 -4
  19. package/src/components/Layout/PositionArea/index.d.ts +3 -3
  20. package/src/components/Layout/Responsive/index.d.ts +3 -3
  21. package/src/components/Layout/SBaseline/index.d.ts +3 -3
  22. package/src/components/Layout/SBottom/index.d.ts +3 -3
  23. package/src/components/Layout/SCenter/index.d.ts +3 -3
  24. package/src/components/Layout/SLeft/index.d.ts +3 -3
  25. package/src/components/Layout/SMiddle/index.d.ts +3 -3
  26. package/src/components/Layout/SRight/index.d.ts +3 -3
  27. package/src/components/Layout/SStretch/index.d.ts +3 -3
  28. package/src/components/Layout/STop/index.d.ts +3 -3
  29. package/src/components/Layout/X/index.d.ts +1 -1
  30. package/src/components/Layout/XAround/index.d.ts +1 -1
  31. package/src/components/Layout/XAutoBoth/index.d.ts +1 -1
  32. package/src/components/Layout/XAutoCenter/index.d.ts +1 -1
  33. package/src/components/Layout/XAutoLeft/index.d.ts +1 -1
  34. package/src/components/Layout/XAutoLefts/index.d.ts +1 -1
  35. package/src/components/Layout/XAutoRight/index.d.ts +1 -1
  36. package/src/components/Layout/XAutoRights/index.d.ts +1 -1
  37. package/src/components/Layout/XBase/index.d.ts +1 -3
  38. package/src/components/Layout/XBetween/index.d.ts +1 -1
  39. package/src/components/Layout/XCenter/index.d.ts +1 -1
  40. package/src/components/Layout/XCustom/index.d.ts +1 -1
  41. package/src/components/Layout/XCustomBoth/index.d.ts +1 -1
  42. package/src/components/Layout/XEvenly/index.d.ts +1 -1
  43. package/src/components/Layout/XLeft/index.d.ts +1 -1
  44. package/src/components/Layout/XRight/index.d.ts +1 -1
  45. package/src/components/Layout/XWrapAround/index.d.ts +1 -1
  46. package/src/components/Layout/XWrapBetween/index.d.ts +1 -1
  47. package/src/components/Layout/XWrapBottom/index.d.ts +1 -1
  48. package/src/components/Layout/XWrapEvenly/index.d.ts +1 -1
  49. package/src/components/Layout/XWrapMiddle/index.d.ts +1 -1
  50. package/src/components/Layout/XWrapTop/index.d.ts +1 -1
  51. package/src/components/Layout/Y/index.d.ts +1 -1
  52. package/src/components/Layout/YAround/index.d.ts +1 -1
  53. package/src/components/Layout/YAutoBoth/index.d.ts +1 -1
  54. package/src/components/Layout/YAutoBottom/index.d.ts +1 -1
  55. package/src/components/Layout/YAutoBottoms/index.d.ts +1 -1
  56. package/src/components/Layout/YAutoCenter/index.d.ts +1 -1
  57. package/src/components/Layout/YAutoTop/index.d.ts +1 -1
  58. package/src/components/Layout/YAutoTops/index.d.ts +1 -1
  59. package/src/components/Layout/YBase/index.d.ts +1 -1
  60. package/src/components/Layout/YBetween/index.d.ts +1 -1
  61. package/src/components/Layout/YBottom/index.d.ts +1 -1
  62. package/src/components/Layout/YCustom/index.d.ts +1 -1
  63. package/src/components/Layout/YCustomBoth/index.d.ts +1 -1
  64. package/src/components/Layout/YEvenly/index.d.ts +1 -1
  65. package/src/components/Layout/YMiddle/index.d.ts +1 -1
  66. package/src/components/Layout/YTop/index.d.ts +1 -1
  67. package/src/components/Layout/YWrapAround/index.d.ts +1 -1
  68. package/src/components/Layout/YWrapBetween/index.d.ts +1 -1
  69. package/src/components/Layout/YWrapCenter/index.d.ts +1 -1
  70. package/src/components/Layout/YWrapEvenly/index.d.ts +1 -1
  71. package/src/components/Layout/YWrapLeft/index.d.ts +1 -1
  72. package/src/components/Layout/YWrapRight/index.d.ts +1 -1
  73. package/src/components/View/VActionForm/index.d.ts +3 -6
  74. package/src/components/View/VAnimation/index.d.ts +3 -3
  75. package/src/components/View/VAudio/index.d.ts +2 -2
  76. package/src/components/View/VAvatar/index.d.ts +4 -3
  77. package/src/components/View/VBackground/index.d.ts +1 -1
  78. package/src/components/View/VBadge/index.d.ts +2 -2
  79. package/src/components/View/VBlock/index.d.ts +5 -5
  80. package/src/components/View/VBoundary/index.d.ts +1 -3
  81. package/src/components/View/VCard/index.d.ts +3 -3
  82. package/src/components/View/VCardMedia/index.d.ts +5 -5
  83. package/src/components/View/VCardSocial/index.d.ts +9 -9
  84. package/src/components/View/VCardWindow/index.d.ts +1 -1
  85. package/src/components/View/VChromeExtensionValidator/index.d.ts +9 -11
  86. package/src/components/View/VFooter/index.d.ts +2 -2
  87. package/src/components/View/VForm/index.d.ts +3 -3
  88. package/src/components/View/VFrame/index.d.ts +1 -3
  89. package/src/components/View/VGoogleFont/index.d.ts +1 -1
  90. package/src/components/View/VHR/index.d.ts +2 -2
  91. package/src/components/View/VHeader/index.d.ts +2 -2
  92. package/src/components/View/VHyperlink/index.d.ts +2 -2
  93. package/src/components/View/VImage/index.d.ts +13 -0
  94. package/src/components/View/VInput/VBase64File/{App/index.d.ts → index.d.ts} +3 -3
  95. package/src/components/View/VInput/VCheckBox/index.d.ts +1 -1
  96. package/src/components/View/VInput/VColor/index.d.ts +1 -1
  97. package/src/components/View/VInput/VDate/index.d.ts +1 -1
  98. package/src/components/View/VInput/VDatetimeLocal/index.d.ts +1 -1
  99. package/src/components/View/VInput/VDropdown/index.d.ts +11 -12
  100. package/src/components/View/VInput/VEmail/index.d.ts +1 -1
  101. package/src/components/View/VInput/VFile/index.d.ts +12 -14
  102. package/src/components/View/VInput/VGroup/index.d.ts +2 -3
  103. package/src/components/View/VInput/VHidden/index.d.ts +1 -2
  104. package/src/components/View/VInput/VMonth/index.d.ts +1 -1
  105. package/src/components/View/VInput/VNumber/index.d.ts +1 -1
  106. package/src/components/View/VInput/VPassword/index.d.ts +1 -1
  107. package/src/components/View/VInput/VRadio/index.d.ts +1 -1
  108. package/src/components/View/VInput/VRange/index.d.ts +1 -1
  109. package/src/components/View/VInput/VSearch/index.d.ts +1 -1
  110. package/src/components/View/VInput/VSubmit/index.d.ts +2 -2
  111. package/src/components/View/VInput/VSubmitWrapper/index.d.ts +2 -2
  112. package/src/components/View/VInput/VTel/index.d.ts +1 -1
  113. package/src/components/View/VInput/VTextBox/index.d.ts +1 -3
  114. package/src/components/View/VInput/VTime/index.d.ts +1 -1
  115. package/src/components/View/VInput/VUrl/index.d.ts +1 -1
  116. package/src/components/View/VInput/VWeek/index.d.ts +1 -1
  117. package/src/components/View/VInput/index.d.ts +9 -21
  118. package/src/components/View/VLabel/index.d.ts +6 -10
  119. package/src/components/View/VLoading/index.d.ts +3 -3
  120. package/src/components/View/VMain/index.d.ts +2 -2
  121. package/src/components/View/VMask/index.d.ts +1 -1
  122. package/src/components/View/VPhoto/index.d.ts +1 -1
  123. package/src/components/View/VRoot/index.d.ts +2 -4
  124. package/src/components/View/VSection/index.d.ts +2 -2
  125. package/src/components/View/VSelect/index.d.ts +2 -2
  126. package/src/components/View/VShadow/index.d.ts +1 -1
  127. package/src/components/View/VShape/VEllipse/index.d.ts +1 -1
  128. package/src/components/View/VShape/VLine/index.d.ts +1 -1
  129. package/src/components/View/VShape/VRectangle/index.d.ts +1 -1
  130. package/src/components/View/VStack/index.d.ts +1 -1
  131. package/src/components/View/VSvg/index.d.ts +1 -2
  132. package/src/components/View/VSwitch/index.d.ts +2 -2
  133. package/src/components/View/VTemplate/index.d.ts +2 -2
  134. package/src/components/View/VText/index.d.ts +6 -5
  135. package/src/components/View/VTextArea/index.d.ts +3 -6
  136. package/src/components/View/VTheme/index.d.ts +4 -5
  137. package/src/components/View/VTooltip/index.d.ts +3 -7
  138. package/src/components/View/VTree/Block/index.d.ts +4 -4
  139. package/src/components/View/VTree/index.d.ts +4 -4
  140. package/src/components/View/VVideo/index.d.ts +2 -2
  141. package/src/components/View/VZone/index.d.ts +1 -1
  142. package/src/components/{app.d.ts → core.d.ts} +26 -44
  143. package/src/components/web.d.ts +9 -0
  144. package/templates/FEWBOX.md +8 -9
  145. package/index-app.d.ts +0 -15
  146. package/src/action/index.d.ts +0 -9
  147. package/src/components/Analyze/GA4/index.d.ts +0 -9
  148. package/src/components/Analyze/GA4NextJS/index.d.ts +0 -5
  149. package/src/components/Analyze/util.d.ts +0 -115
  150. package/src/components/Engine/BaseComponent/index.d.ts +0 -9
  151. package/src/components/Layout/DockBak/index.d.ts +0 -24
  152. package/src/components/View/VButton/index.d.ts +0 -17
  153. package/src/components/View/VDynamic/index.d.ts +0 -7
  154. package/src/components/View/VImage/App/index.d.ts +0 -16
  155. package/src/components/View/VLink/App/index.d.ts +0 -6
  156. package/src/components/View/VPaypal/index.d.ts +0 -10
  157. package/src/components/View/VPureRoot/index.d.ts +0 -7
  158. package/src/fewbox/index.d.ts +0 -27
  159. package/src/language/index.d.ts +0 -5
  160. package/src/network/FormHeaders.d.ts +0 -2
  161. package/src/network/IGraphQL.d.ts +0 -6
  162. package/src/network/JsonHeaders.d.ts +0 -5
  163. package/src/network/Network.d.ts +0 -45
  164. package/src/network/NetworkObservableBase.d.ts +0 -13
  165. package/src/network/StreamObservableBase.d.ts +0 -11
  166. package/src/network/UploadHeaders.d.ts +0 -5
  167. package/src/network/WS.d.ts +0 -11
  168. package/src/network/ajax/default/Delete.d.ts +0 -5
  169. package/src/network/ajax/default/DeleteText.d.ts +0 -5
  170. package/src/network/ajax/default/Get.d.ts +0 -5
  171. package/src/network/ajax/default/GetLocal.d.ts +0 -5
  172. package/src/network/ajax/default/GetText.d.ts +0 -5
  173. package/src/network/ajax/default/NetworkObservableAjax.d.ts +0 -7
  174. package/src/network/ajax/default/Patch.d.ts +0 -5
  175. package/src/network/ajax/default/PatchText.d.ts +0 -5
  176. package/src/network/ajax/default/Post.d.ts +0 -5
  177. package/src/network/ajax/default/PostText.d.ts +0 -5
  178. package/src/network/ajax/default/Put.d.ts +0 -5
  179. package/src/network/ajax/default/PutText.d.ts +0 -5
  180. package/src/network/ajax/external/DeleteExternal.d.ts +0 -5
  181. package/src/network/ajax/external/DeleteTextExternal.d.ts +0 -5
  182. package/src/network/ajax/external/GetExternal.d.ts +0 -5
  183. package/src/network/ajax/external/GetTextExternal.d.ts +0 -5
  184. package/src/network/ajax/external/NetworkObservableAjaxExternal.d.ts +0 -8
  185. package/src/network/ajax/external/PatchExternal.d.ts +0 -5
  186. package/src/network/ajax/external/PatchTextExternal.d.ts +0 -5
  187. package/src/network/ajax/external/PostExternal.d.ts +0 -5
  188. package/src/network/ajax/external/PostTextExternal.d.ts +0 -5
  189. package/src/network/ajax/external/PutExternal.d.ts +0 -5
  190. package/src/network/ajax/external/PutTextExternal.d.ts +0 -5
  191. package/src/network/fetch/default/DeleteFetch.d.ts +0 -5
  192. package/src/network/fetch/default/GetFetch.d.ts +0 -5
  193. package/src/network/fetch/default/NetworkObservableFetch.d.ts +0 -7
  194. package/src/network/fetch/default/PatchFetch.d.ts +0 -5
  195. package/src/network/fetch/default/PostFetch.d.ts +0 -5
  196. package/src/network/fetch/default/PutFetch.d.ts +0 -5
  197. package/src/network/fetch/external/GetFetchExternal.d.ts +0 -5
  198. package/src/network/fetch/external/NetworkObservableFetchExternal.d.ts +0 -8
  199. package/src/network/fetch/external/PatchFetchExternal.d.ts +0 -5
  200. package/src/network/fetch/external/PostFetchExternal.d.ts +0 -5
  201. package/src/network/fetch/external/PutFetchExternal.d.ts +0 -5
  202. package/src/network/graphql/default/GQL.d.ts +0 -6
  203. package/src/network/graphql/default/GQLUpload.d.ts +0 -6
  204. package/src/network/graphql/default/NetworkObservableGQL.d.ts +0 -7
  205. package/src/network/graphql/external/GQLExternal.d.ts +0 -6
  206. package/src/network/graphql/external/GQLExternalUpload.d.ts +0 -6
  207. package/src/network/graphql/external/NetworkObservableGQLExternal.d.ts +0 -7
  208. package/src/network/index.d.ts +0 -46
  209. package/src/network/sse/default/GetSSE.d.ts +0 -5
  210. package/src/network/sse/default/PostSSE.d.ts +0 -5
  211. package/src/network/sse/default/StreamObservableSSE.d.ts +0 -5
  212. package/src/network/sse/external/GetSSEExternal.d.ts +0 -5
  213. package/src/network/sse/external/PostSSEExternal.d.ts +0 -5
  214. package/src/network/sse/external/StreamObservableSSEExternal.d.ts +0 -6
  215. package/src/network/util.d.ts +0 -4
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { IBaseProps } from '../../Engine/Base';
3
2
  import { FlexAlignContentType, FlexJustifyContentType, FlexWrapType } from '../Flex';
4
3
  import { FlexItemAlignSelfType } from '../FlexItem';
@@ -12,7 +11,6 @@ export declare enum XCrossType {
12
11
  export interface IXBaseProps extends IBaseProps {
13
12
  gap?: string;
14
13
  cross?: XCrossType;
15
- style?: React.CSSProperties;
16
14
  }
17
- declare const XBase: (props: IXBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetJustifyContent?: () => FlexJustifyContentType, overwriteGetAlignContent?: () => FlexAlignContentType) => JSX.Element;
15
+ declare const XBase: (props: IXBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => React.JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetJustifyContent?: () => FlexJustifyContentType, overwriteGetAlignContent?: () => FlexAlignContentType) => React.JSX.Element;
18
16
  export default XBase;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXBetweenProps extends IXBaseProps {
3
3
  }
4
- declare const XBetween: (props: IXBetweenProps) => JSX.Element;
4
+ declare const XBetween: (props: IXBetweenProps) => React.JSX.Element;
5
5
  export default XBetween;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXCenterProps extends IXBaseProps {
3
3
  }
4
- declare const XCenter: (props: IXCenterProps) => JSX.Element;
4
+ declare const XCenter: (props: IXCenterProps) => React.JSX.Element;
5
5
  export default XCenter;
@@ -3,5 +3,5 @@ import { IXBaseProps } from '../XBase';
3
3
  export interface IXCustomProps extends IXBaseProps {
4
4
  basises?: Property.FlexBasis[];
5
5
  }
6
- declare const XCustom: (props: IXCustomProps) => JSX.Element;
6
+ declare const XCustom: (props: IXCustomProps) => React.JSX.Element;
7
7
  export default XCustom;
@@ -3,5 +3,5 @@ import { IXBaseProps } from '../XBase';
3
3
  export interface IXCustomBothProps extends IXBaseProps {
4
4
  basis?: Property.FlexBasis;
5
5
  }
6
- declare const XCustomBoth: (props: IXCustomBothProps) => JSX.Element;
6
+ declare const XCustomBoth: (props: IXCustomBothProps) => React.JSX.Element;
7
7
  export default XCustomBoth;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXEvenlyProps extends IXBaseProps {
3
3
  }
4
- declare const XEvenly: (props: IXEvenlyProps) => JSX.Element;
4
+ declare const XEvenly: (props: IXEvenlyProps) => React.JSX.Element;
5
5
  export default XEvenly;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXLeftProps extends IXBaseProps {
3
3
  }
4
- declare const XLeft: (props: IXLeftProps) => JSX.Element;
4
+ declare const XLeft: (props: IXLeftProps) => React.JSX.Element;
5
5
  export default XLeft;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXRightProps extends IXBaseProps {
3
3
  }
4
- declare const XRight: (props: IXRightProps) => JSX.Element;
4
+ declare const XRight: (props: IXRightProps) => React.JSX.Element;
5
5
  export default XRight;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapAroundProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapAround: (props: IXWrapAroundProps) => JSX.Element;
4
+ declare const XWrapAround: (props: IXWrapAroundProps) => React.JSX.Element;
5
5
  export default XWrapAround;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapBetweenProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapBetween: (props: IXWrapBetweenProps) => JSX.Element;
4
+ declare const XWrapBetween: (props: IXWrapBetweenProps) => React.JSX.Element;
5
5
  export default XWrapBetween;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapBottomProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapBottom: (props: IXWrapBottomProps) => JSX.Element;
4
+ declare const XWrapBottom: (props: IXWrapBottomProps) => React.JSX.Element;
5
5
  export default XWrapBottom;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapEvenlyProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapEvenly: (props: IXWrapEvenlyProps) => JSX.Element;
4
+ declare const XWrapEvenly: (props: IXWrapEvenlyProps) => React.JSX.Element;
5
5
  export default XWrapEvenly;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapMiddleProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapMiddle: (props: IXWrapMiddleProps) => JSX.Element;
4
+ declare const XWrapMiddle: (props: IXWrapMiddleProps) => React.JSX.Element;
5
5
  export default XWrapMiddle;
@@ -1,5 +1,5 @@
1
1
  import { IXBaseProps } from '../XBase';
2
2
  export interface IXWrapTopProps extends IXBaseProps {
3
3
  }
4
- declare const XWrapTop: (props: IXWrapTopProps) => JSX.Element;
4
+ declare const XWrapTop: (props: IXWrapTopProps) => React.JSX.Element;
5
5
  export default XWrapTop;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYProps extends IYBaseProps {
3
3
  }
4
- declare const Y: (props: IYProps) => JSX.Element;
4
+ declare const Y: (props: IYProps) => React.JSX.Element;
5
5
  export default Y;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAroundProps extends IYBaseProps {
3
3
  }
4
- declare const YAround: (props: IYAroundProps) => JSX.Element;
4
+ declare const YAround: (props: IYAroundProps) => React.JSX.Element;
5
5
  export default YAround;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoBothProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoBoth: (props: IYAutoBothProps) => JSX.Element;
4
+ declare const YAutoBoth: (props: IYAutoBothProps) => React.JSX.Element;
5
5
  export default YAutoBoth;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoBottomProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoBottom: (props: IYAutoBottomProps) => JSX.Element;
4
+ declare const YAutoBottom: (props: IYAutoBottomProps) => React.JSX.Element;
5
5
  export default YAutoBottom;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoBottomsProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoBottoms: (props: IYAutoBottomsProps) => JSX.Element;
4
+ declare const YAutoBottoms: (props: IYAutoBottomsProps) => React.JSX.Element;
5
5
  export default YAutoBottoms;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoCenterProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoCenter: (props: IYAutoCenterProps) => JSX.Element;
4
+ declare const YAutoCenter: (props: IYAutoCenterProps) => import("react").JSX.Element;
5
5
  export default YAutoCenter;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoTopProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoTop: (props: IYAutoTopProps) => JSX.Element;
4
+ declare const YAutoTop: (props: IYAutoTopProps) => React.JSX.Element;
5
5
  export default YAutoTop;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYAutoLeftsProps extends IYBaseProps {
3
3
  }
4
- declare const YAutoTops: (props: IYAutoLeftsProps) => JSX.Element;
4
+ declare const YAutoTops: (props: IYAutoLeftsProps) => React.JSX.Element;
5
5
  export default YAutoTops;
@@ -12,5 +12,5 @@ export interface IYBaseProps extends IBaseProps {
12
12
  gap?: string;
13
13
  cross?: YCrossType;
14
14
  }
15
- declare const YBase: (props: IYBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetAlignContent?: () => FlexAlignContentType, overwriteGetJustifyContent?: () => FlexJustifyContentType) => JSX.Element;
15
+ declare const YBase: (props: IYBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => React.JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetAlignContent?: () => FlexAlignContentType, overwriteGetJustifyContent?: () => FlexJustifyContentType) => React.JSX.Element;
16
16
  export default YBase;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYBetweenProps extends IYBaseProps {
3
3
  }
4
- declare const YBetween: (props: IYBetweenProps) => JSX.Element;
4
+ declare const YBetween: (props: IYBetweenProps) => React.JSX.Element;
5
5
  export default YBetween;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYBottomProps extends IYBaseProps {
3
3
  }
4
- declare const YBottom: (props: IYBottomProps) => JSX.Element;
4
+ declare const YBottom: (props: IYBottomProps) => React.JSX.Element;
5
5
  export default YBottom;
@@ -3,5 +3,5 @@ import { IYBaseProps } from '../YBase';
3
3
  export interface IYCustomProps extends IYBaseProps {
4
4
  basises?: Property.FlexBasis[];
5
5
  }
6
- declare const YCustom: (props: IYCustomProps) => JSX.Element;
6
+ declare const YCustom: (props: IYCustomProps) => React.JSX.Element;
7
7
  export default YCustom;
@@ -3,5 +3,5 @@ import { IYBaseProps } from '../YBase';
3
3
  export interface IYCustomBothProps extends IYBaseProps {
4
4
  basis?: Property.FlexBasis;
5
5
  }
6
- declare const YCustomBoth: (props: IYCustomBothProps) => JSX.Element;
6
+ declare const YCustomBoth: (props: IYCustomBothProps) => React.JSX.Element;
7
7
  export default YCustomBoth;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYEvenlyProps extends IYBaseProps {
3
3
  }
4
- declare const YEvenly: (props: IYEvenlyProps) => JSX.Element;
4
+ declare const YEvenly: (props: IYEvenlyProps) => React.JSX.Element;
5
5
  export default YEvenly;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYMiddleProps extends IYBaseProps {
3
3
  }
4
- declare const YMiddle: (props: IYMiddleProps) => JSX.Element;
4
+ declare const YMiddle: (props: IYMiddleProps) => React.JSX.Element;
5
5
  export default YMiddle;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYTopProps extends IYBaseProps {
3
3
  }
4
- declare const YTop: (props: IYTopProps) => JSX.Element;
4
+ declare const YTop: (props: IYTopProps) => React.JSX.Element;
5
5
  export default YTop;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapAroundProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapAround: (props: IYWrapAroundProps) => JSX.Element;
4
+ declare const YWrapAround: (props: IYWrapAroundProps) => React.JSX.Element;
5
5
  export default YWrapAround;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapBetweenProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapBetween: (props: IYWrapBetweenProps) => JSX.Element;
4
+ declare const YWrapBetween: (props: IYWrapBetweenProps) => React.JSX.Element;
5
5
  export default YWrapBetween;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapCenterProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapCenter: (props: IYWrapCenterProps) => JSX.Element;
4
+ declare const YWrapCenter: (props: IYWrapCenterProps) => React.JSX.Element;
5
5
  export default YWrapCenter;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapEvenlyProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapEvenly: (props: IYWrapEvenlyProps) => JSX.Element;
4
+ declare const YWrapEvenly: (props: IYWrapEvenlyProps) => React.JSX.Element;
5
5
  export default YWrapEvenly;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapLeftProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapLeft: (props: IYWrapLeftProps) => JSX.Element;
4
+ declare const YWrapLeft: (props: IYWrapLeftProps) => React.JSX.Element;
5
5
  export default YWrapLeft;
@@ -1,5 +1,5 @@
1
1
  import { IYBaseProps } from '../YBase';
2
2
  export interface IYWrapRightProps extends IYBaseProps {
3
3
  }
4
- declare const YWrapRight: (props: IYWrapRightProps) => JSX.Element;
4
+ declare const YWrapRight: (props: IYWrapRightProps) => React.JSX.Element;
5
5
  export default YWrapRight;
@@ -1,10 +1,7 @@
1
- import { IChildrenProps } from '../../Engine/Base';
2
- export interface IVActionFormProps extends IChildrenProps {
3
- action: string | undefined;
4
- method: string | undefined;
5
- target: string | undefined;
1
+ import { IBaseProps } from '../../Engine/Base';
2
+ export interface IVActionFormProps extends IBaseProps<'form'> {
6
3
  }
7
4
  export interface IVActionFormStates {
8
5
  }
9
- declare const VActionForm: (props: IVActionFormProps) => JSX.Element;
6
+ declare const VActionForm: (props: IVActionFormProps) => React.JSX.Element;
10
7
  export default VActionForm;
@@ -1,4 +1,4 @@
1
- import { IChildrenProps } from '../../Engine/Base';
1
+ import { IBaseProps } from '../../Engine/Base';
2
2
  export declare enum AnimationCategory {
3
3
  Bounce = "animate__bounce",
4
4
  Flash = "animate__flash",
@@ -117,11 +117,11 @@ export declare enum AnimationDelay {
117
117
  Delay4Second = "animate__delay-4s",
118
118
  Delay5Second = "animate__delay-5s"
119
119
  }
120
- export interface IVAnimationProps extends IChildrenProps {
120
+ export interface IVAnimationProps extends IBaseProps {
121
121
  category: AnimationCategory;
122
122
  repeat?: AnimationRepeat;
123
123
  speed?: AnimationSpeed;
124
124
  delay?: AnimationDelay;
125
125
  }
126
- declare const VAnimation: (props: IVAnimationProps) => JSX.Element;
126
+ declare const VAnimation: (props: IVAnimationProps) => React.JSX.Element;
127
127
  export default VAnimation;
@@ -3,8 +3,8 @@ export interface SourceItem {
3
3
  src: string;
4
4
  type: string;
5
5
  }
6
- export interface IVAudioProps extends IBaseProps {
6
+ export interface IVAudioProps extends IBaseProps<'audio'> {
7
7
  sources: SourceItem[];
8
8
  }
9
- declare const VAudio: (props: IVAudioProps) => JSX.Element;
9
+ declare const VAudio: (props: IVAudioProps) => React.JSX.Element;
10
10
  export default VAudio;
@@ -1,11 +1,12 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  import { ColorType } from '../../Engine';
3
+ import './index.scss';
3
4
  export interface IVAvatarProps extends IBaseProps {
4
- avatar: string | JSX.Element;
5
- badge?: string | JSX.Element;
5
+ avatar: string | React.JSX.Element;
6
+ badge?: string | React.JSX.Element;
6
7
  status?: ColorType;
7
8
  badgeOffset?: string;
8
9
  statusOffset?: string;
9
10
  }
10
- declare const VAvatar: (props: IVAvatarProps) => JSX.Element;
11
+ declare const VAvatar: (props: IVAvatarProps) => React.JSX.Element;
11
12
  export default VAvatar;
@@ -14,5 +14,5 @@ export interface IVBackgroundProps extends IBaseProps {
14
14
  imageHeight?: Property.Height<TLength>;
15
15
  position?: BackgroundPositionType;
16
16
  }
17
- declare const VBackground: (props: IVBackgroundProps) => JSX.Element;
17
+ declare const VBackground: (props: IVBackgroundProps) => React.JSX.Element;
18
18
  export default VBackground;
@@ -1,6 +1,6 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface IVBadgeProps extends IBaseProps {
3
- badge?: string | JSX.Element;
3
+ badge?: string | React.JSX.Element;
4
4
  }
5
- declare const VBadge: (props: IVBadgeProps) => JSX.Element;
5
+ declare const VBadge: (props: IVBadgeProps) => React.JSX.Element;
6
6
  export default VBadge;
@@ -1,9 +1,9 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface IVBlockProps extends IBaseProps {
3
- icon: JSX.Element;
4
- action: JSX.Element;
5
- title: JSX.Element;
6
- subTitle: JSX.Element;
3
+ icon: React.JSX.Element;
4
+ action: React.JSX.Element;
5
+ caption: React.JSX.Element;
6
+ subCaption: React.JSX.Element;
7
7
  }
8
- declare const VBlock: (props: IVBlockProps) => JSX.Element;
8
+ declare const VBlock: (props: IVBlockProps) => React.JSX.Element;
9
9
  export default VBlock;
@@ -1,7 +1,5 @@
1
- import * as React from 'react';
2
1
  import { IBaseProps } from '../../Engine/Base';
3
2
  export interface IVBoundaryProps extends IBaseProps {
4
- id?: string;
5
3
  }
6
- declare const VBoundary: React.ForwardRefExoticComponent<IVBoundaryProps & React.RefAttributes<HTMLDivElement | HTMLSpanElement>>;
4
+ declare const VBoundary: import("react").ForwardRefExoticComponent<IVBoundaryProps & import("react").RefAttributes<HTMLDivElement>>;
7
5
  export default VBoundary;
@@ -1,8 +1,8 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface IVCardProps extends IBaseProps {
3
- head?: JSX.Element;
4
- body?: JSX.Element;
3
+ head?: React.JSX.Element;
4
+ body?: React.JSX.Element;
5
5
  isDraggable?: boolean;
6
6
  }
7
- declare const VCard: (props: IVCardProps) => JSX.Element;
7
+ declare const VCard: (props: IVCardProps) => React.JSX.Element;
8
8
  export default VCard;
@@ -1,9 +1,9 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface IVCardMediaProps extends IBaseProps {
3
- media: JSX.Element;
4
- head?: JSX.Element;
5
- body?: JSX.Element;
6
- foot?: JSX.Element;
3
+ media: React.JSX.Element;
4
+ head?: React.JSX.Element;
5
+ body?: React.JSX.Element;
6
+ foot?: React.JSX.Element;
7
7
  }
8
- declare const VCardMedia: (props: IVCardMediaProps) => JSX.Element;
8
+ declare const VCardMedia: (props: IVCardMediaProps) => React.JSX.Element;
9
9
  export default VCardMedia;
@@ -1,13 +1,13 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface IVCardSocialProps extends IBaseProps {
3
- title: JSX.Element;
4
- icon: JSX.Element;
5
- avatar: JSX.Element;
6
- name: JSX.Element;
7
- post: JSX.Element;
8
- hashTags: JSX.Element[];
9
- leftAction: JSX.Element;
10
- rightAction: JSX.Element;
3
+ caption: React.JSX.Element;
4
+ icon: React.JSX.Element;
5
+ avatar: React.JSX.Element;
6
+ name: React.JSX.Element;
7
+ post: React.JSX.Element;
8
+ hashTags: React.JSX.Element[];
9
+ leftAction: React.JSX.Element;
10
+ rightAction: React.JSX.Element;
11
11
  }
12
- declare const VCardSocial: (props: IVCardSocialProps) => JSX.Element;
12
+ declare const VCardSocial: (props: IVCardSocialProps) => React.JSX.Element;
13
13
  export default VCardSocial;
@@ -11,5 +11,5 @@ export interface IVCardWindowProps extends IBaseProps {
11
11
  export interface IVCardWindowStatus extends IBaseStates {
12
12
  isDetailShow: boolean;
13
13
  }
14
- declare const VCardWindow: (props: IVCardWindowProps) => JSX.Element;
14
+ declare const VCardWindow: (props: IVCardWindowProps) => React.JSX.Element;
15
15
  export default VCardWindow;
@@ -1,25 +1,23 @@
1
1
  export interface IChromeExtensionValidatorProps {
2
2
  extensionId: string;
3
3
  version?: string;
4
- uninstalledCaption?: string | JSX.Element;
5
- outdatedCaption?: string | JSX.Element;
4
+ uninstalledMessage?: string | React.JSX.Element;
5
+ outdatedMessage?: string | React.JSX.Element;
6
6
  downloadUrl?: string;
7
- waitingTime?: number;
8
- overWrite?: (status: ExtensionStatus) => JSX.Element;
7
+ overWrite?: (status: ExtensionStatus, meta: any) => React.JSX.Element;
9
8
  }
10
9
  export declare enum ExtensionStatus {
11
10
  Uninstalled = "uninstalled",
12
11
  Outdated = "outdated",
13
12
  Ready = "ready"
14
13
  }
15
- export interface IChromeExtensionValidatorStates {
16
- status?: ExtensionStatus;
17
- }
18
- export interface MetaEvent {
14
+ interface Meta {
15
+ name: string;
19
16
  version: string;
20
17
  }
21
- export interface ValidationEvent {
22
- id: string;
18
+ export interface IChromeExtensionValidatorStates {
19
+ meta?: Meta;
20
+ status?: ExtensionStatus;
23
21
  }
24
- declare const ChromeExtensionValidator: (props: IChromeExtensionValidatorProps) => JSX.Element;
22
+ declare const ChromeExtensionValidator: (props: IChromeExtensionValidatorProps) => React.JSX.Element;
25
23
  export default ChromeExtensionValidator;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
- export interface IVFooterProps extends IBaseProps {
2
+ export interface IVFooterProps extends IBaseProps<'footer'> {
3
3
  }
4
- declare const VFooter: (props: IVFooterProps) => JSX.Element;
4
+ declare const VFooter: (props: IVFooterProps) => React.JSX.Element;
5
5
  export default VFooter;
@@ -1,13 +1,13 @@
1
- import { IChildrenProps } from '../../Engine/Base';
1
+ import { IBaseProps } from '../../Engine/Base';
2
2
  export declare enum HandleSubmitCategory {
3
3
  Json = "json",
4
4
  FormData = "formdata"
5
5
  }
6
- export interface IVFormProps extends IChildrenProps {
6
+ export interface IVFormProps extends IBaseProps<'form'> {
7
7
  handleSubmitCategory?: HandleSubmitCategory;
8
8
  handleSubmit: (json: any) => void;
9
9
  handleValidateError?: (input: HTMLInputElement) => void;
10
10
  errorColor?: string;
11
11
  }
12
- declare const VForm: (props: IVFormProps) => JSX.Element;
12
+ declare const VForm: (props: IVFormProps) => React.JSX.Element;
13
13
  export default VForm;
@@ -1,4 +1,3 @@
1
- import { Property } from 'csstype';
2
1
  import { IBaseProps } from '../../Engine/Base';
3
2
  export interface BackingBoard {
4
3
  degree: string;
@@ -7,8 +6,7 @@ export interface BackingBoard {
7
6
  }
8
7
  export interface IVFrameProps extends IBaseProps {
9
8
  image: string;
10
- padding?: Property.Padding;
11
9
  backingBoard?: BackingBoard;
12
10
  }
13
- declare const VFrame: (props: IVFrameProps) => JSX.Element;
11
+ declare const VFrame: (props: IVFrameProps) => React.JSX.Element;
14
12
  export default VFrame;
@@ -14,5 +14,5 @@ export interface IGoogleTypeface {
14
14
  export interface IVGoogleFontProps {
15
15
  typefaces: IGoogleTypeface[];
16
16
  }
17
- declare const VGoogleFont: (props: IVGoogleFontProps) => JSX.Element;
17
+ declare const VGoogleFont: (props: IVGoogleFontProps) => React.JSX.Element;
18
18
  export default VGoogleFont;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
- export interface IVHRProps extends IBaseProps {
2
+ export interface IVHRProps extends IBaseProps<'hr'> {
3
3
  }
4
- declare const VHR: (props: IVHRProps) => JSX.Element;
4
+ declare const VHR: (props: IVHRProps) => React.JSX.Element;
5
5
  export default VHR;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
- export interface IVHeaderProps extends IBaseProps {
2
+ export interface IVHeaderProps extends IBaseProps<'header'> {
3
3
  }
4
- declare const VHeader: (props: IVHeaderProps) => JSX.Element;
4
+ declare const VHeader: (props: IVHeaderProps) => React.JSX.Element;
5
5
  export default VHeader;
@@ -5,9 +5,9 @@ export declare enum HyperlinkCategory {
5
5
  Parent = "_parent",
6
6
  Top = "_top"
7
7
  }
8
- export interface IVHyperlinkProps extends IBaseProps {
8
+ export interface IVHyperlinkProps extends IBaseProps<'a'> {
9
9
  category: HyperlinkCategory;
10
10
  to: string;
11
11
  }
12
- declare const VHyperlink: (props: IVHyperlinkProps) => JSX.Element;
12
+ declare const VHyperlink: (props: IVHyperlinkProps) => React.JSX.Element;
13
13
  export default VHyperlink;
@@ -0,0 +1,13 @@
1
+ import { IBaseProps } from '../../Engine/Base';
2
+ export declare enum ImageCategory {
3
+ Default = "default",
4
+ Circle = "circle",
5
+ Squared = "squared",
6
+ FullSize = "full-size",
7
+ Scale = "scale"
8
+ }
9
+ export interface IVImageProps extends IBaseProps<'img'> {
10
+ category?: ImageCategory;
11
+ }
12
+ declare const VImage: (props: IVImageProps) => React.JSX.Element;
13
+ export default VImage;
@@ -1,10 +1,10 @@
1
- import { IBaseInputProps } from "../..";
1
+ import { IBaseInputProps } from "..";
2
2
  export interface IVBase64FileProps extends IBaseInputProps {
3
- fileIcon?: JSX.Element;
3
+ fileIcon?: React.JSX.Element;
4
4
  base64Image: string;
5
5
  }
6
6
  export interface IVBase64FileStates {
7
7
  base64Image: string;
8
8
  }
9
- declare const VBase64File: (props: IVBase64FileProps) => JSX.Element;
9
+ declare const VBase64File: (props: IVBase64FileProps) => React.JSX.Element;
10
10
  export default VBase64File;