@fewbox/den 0.0.99 → 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 (216) 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 +12 -14
  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 -21
  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/templates/FEWBOX.md +8 -9
  146. package/index-app.d.ts +0 -15
  147. package/src/action/index.d.ts +0 -9
  148. package/src/components/Analyze/GA4/index.d.ts +0 -9
  149. package/src/components/Analyze/GA4NextJS/index.d.ts +0 -5
  150. package/src/components/Analyze/util.d.ts +0 -115
  151. package/src/components/Engine/BaseComponent/index.d.ts +0 -9
  152. package/src/components/Layout/DockBak/index.d.ts +0 -24
  153. package/src/components/View/VButton/index.d.ts +0 -17
  154. package/src/components/View/VDynamic/index.d.ts +0 -7
  155. package/src/components/View/VImage/App/index.d.ts +0 -16
  156. package/src/components/View/VLink/App/index.d.ts +0 -6
  157. package/src/components/View/VPaypal/index.d.ts +0 -10
  158. package/src/components/View/VPureRoot/index.d.ts +0 -7
  159. package/src/fewbox/index.d.ts +0 -27
  160. package/src/language/index.d.ts +0 -5
  161. package/src/network/FormHeaders.d.ts +0 -2
  162. package/src/network/IGraphQL.d.ts +0 -6
  163. package/src/network/JsonHeaders.d.ts +0 -5
  164. package/src/network/Network.d.ts +0 -45
  165. package/src/network/NetworkObservableBase.d.ts +0 -13
  166. package/src/network/StreamObservableBase.d.ts +0 -11
  167. package/src/network/UploadHeaders.d.ts +0 -5
  168. package/src/network/WS.d.ts +0 -11
  169. package/src/network/ajax/default/Delete.d.ts +0 -5
  170. package/src/network/ajax/default/DeleteText.d.ts +0 -5
  171. package/src/network/ajax/default/Get.d.ts +0 -5
  172. package/src/network/ajax/default/GetLocal.d.ts +0 -5
  173. package/src/network/ajax/default/GetText.d.ts +0 -5
  174. package/src/network/ajax/default/NetworkObservableAjax.d.ts +0 -7
  175. package/src/network/ajax/default/Patch.d.ts +0 -5
  176. package/src/network/ajax/default/PatchText.d.ts +0 -5
  177. package/src/network/ajax/default/Post.d.ts +0 -5
  178. package/src/network/ajax/default/PostText.d.ts +0 -5
  179. package/src/network/ajax/default/Put.d.ts +0 -5
  180. package/src/network/ajax/default/PutText.d.ts +0 -5
  181. package/src/network/ajax/external/DeleteExternal.d.ts +0 -5
  182. package/src/network/ajax/external/DeleteTextExternal.d.ts +0 -5
  183. package/src/network/ajax/external/GetExternal.d.ts +0 -5
  184. package/src/network/ajax/external/GetTextExternal.d.ts +0 -5
  185. package/src/network/ajax/external/NetworkObservableAjaxExternal.d.ts +0 -8
  186. package/src/network/ajax/external/PatchExternal.d.ts +0 -5
  187. package/src/network/ajax/external/PatchTextExternal.d.ts +0 -5
  188. package/src/network/ajax/external/PostExternal.d.ts +0 -5
  189. package/src/network/ajax/external/PostTextExternal.d.ts +0 -5
  190. package/src/network/ajax/external/PutExternal.d.ts +0 -5
  191. package/src/network/ajax/external/PutTextExternal.d.ts +0 -5
  192. package/src/network/fetch/default/DeleteFetch.d.ts +0 -5
  193. package/src/network/fetch/default/GetFetch.d.ts +0 -5
  194. package/src/network/fetch/default/NetworkObservableFetch.d.ts +0 -7
  195. package/src/network/fetch/default/PatchFetch.d.ts +0 -5
  196. package/src/network/fetch/default/PostFetch.d.ts +0 -5
  197. package/src/network/fetch/default/PutFetch.d.ts +0 -5
  198. package/src/network/fetch/external/GetFetchExternal.d.ts +0 -5
  199. package/src/network/fetch/external/NetworkObservableFetchExternal.d.ts +0 -8
  200. package/src/network/fetch/external/PatchFetchExternal.d.ts +0 -5
  201. package/src/network/fetch/external/PostFetchExternal.d.ts +0 -5
  202. package/src/network/fetch/external/PutFetchExternal.d.ts +0 -5
  203. package/src/network/graphql/default/GQL.d.ts +0 -6
  204. package/src/network/graphql/default/GQLUpload.d.ts +0 -6
  205. package/src/network/graphql/default/NetworkObservableGQL.d.ts +0 -7
  206. package/src/network/graphql/external/GQLExternal.d.ts +0 -6
  207. package/src/network/graphql/external/GQLExternalUpload.d.ts +0 -6
  208. package/src/network/graphql/external/NetworkObservableGQLExternal.d.ts +0 -7
  209. package/src/network/index.d.ts +0 -46
  210. package/src/network/sse/default/GetSSE.d.ts +0 -5
  211. package/src/network/sse/default/PostSSE.d.ts +0 -5
  212. package/src/network/sse/default/StreamObservableSSE.d.ts +0 -5
  213. package/src/network/sse/external/GetSSEExternal.d.ts +0 -5
  214. package/src/network/sse/external/PostSSEExternal.d.ts +0 -5
  215. package/src/network/sse/external/StreamObservableSSEExternal.d.ts +0 -6
  216. package/src/network/util.d.ts +0 -4
@@ -5,5 +5,5 @@ export interface IVCheckBoxProps extends IBaseInputProps {
5
5
  export interface IVCheckBoxStates {
6
6
  isChecked?: boolean;
7
7
  }
8
- declare const VCheckBox: (props: IVCheckBoxProps) => JSX.Element;
8
+ declare const VCheckBox: (props: IVCheckBoxProps) => React.JSX.Element;
9
9
  export default VCheckBox;
@@ -3,5 +3,5 @@ export interface IVColorProps extends IBaseInputProps {
3
3
  }
4
4
  export interface IVColorProps {
5
5
  }
6
- declare const VColor: (props: IVColorProps) => JSX.Element;
6
+ declare const VColor: (props: IVColorProps) => React.JSX.Element;
7
7
  export default VColor;
@@ -3,5 +3,5 @@ export interface IVDateProps extends IBaseInputProps {
3
3
  }
4
4
  export interface IVDateProps {
5
5
  }
6
- declare const VDate: (props: IVDateProps) => JSX.Element;
6
+ declare const VDate: (props: IVDateProps) => React.JSX.Element;
7
7
  export default VDate;
@@ -3,5 +3,5 @@ export interface IVDatetimeLocalProps extends IBaseInputProps {
3
3
  }
4
4
  export interface IVDatetimeLocalProps {
5
5
  }
6
- declare const VDatetimeLocal: (props: IVDatetimeLocalProps) => JSX.Element;
6
+ declare const VDatetimeLocal: (props: IVDatetimeLocalProps) => React.JSX.Element;
7
7
  export default VDatetimeLocal;
@@ -1,31 +1,30 @@
1
- import { IViewProps } from "../../../Engine/Base";
1
+ import { IBaseProps } from "../../../Engine/Base";
2
2
  import { InputExtensionItem } from "..";
3
3
  export interface IDropdownItemData {
4
- icon?: JSX.Element;
4
+ icon?: React.JSX.Element;
5
5
  caption: string;
6
6
  value: string;
7
7
  }
8
- export interface IVDropdownProps extends IViewProps {
9
- id?: string;
8
+ export interface IVDropdownProps extends IBaseProps {
10
9
  value?: string | ReadonlyArray<string> | number | undefined;
11
10
  name?: string;
12
- icon?: JSX.Element;
13
- emptyIcon: JSX.Element;
14
- downIcon: JSX.Element;
15
- upIcon: JSX.Element;
11
+ icon?: React.JSX.Element;
12
+ emptyIcon: React.JSX.Element;
13
+ downIcon: React.JSX.Element;
14
+ upIcon: React.JSX.Element;
16
15
  enableClear?: boolean;
17
16
  isReadonly?: boolean;
18
17
  items: IDropdownItemData[];
19
18
  extensions?: InputExtensionItem[];
20
- overWriteDropdownItem?: (item: IDropdownItemData) => JSX.Element;
21
- onChange?: (value: string) => void;
19
+ overWriteDropdownItem?: (item: IDropdownItemData) => React.JSX.Element;
20
+ handleChange?: (value: string) => void;
22
21
  }
23
22
  export interface IVDropdownStates {
24
23
  isSelectionShow: boolean;
25
- selectIcon?: JSX.Element;
24
+ selectIcon?: React.JSX.Element;
26
25
  selectValue: string | ReadonlyArray<string> | number | undefined;
27
26
  selectCaption: string | ReadonlyArray<string> | number | undefined;
28
27
  items: IDropdownItemData[];
29
28
  }
30
- declare const VDropdown: (props: IVDropdownProps) => JSX.Element;
29
+ declare const VDropdown: (props: IVDropdownProps) => React.JSX.Element;
31
30
  export default VDropdown;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVEmailProps extends IBaseInputProps {
3
3
  }
4
- declare const VEmail: (props: IVEmailProps) => JSX.Element;
4
+ declare const VEmail: (props: IVEmailProps) => React.JSX.Element;
5
5
  export default VEmail;
@@ -1,30 +1,28 @@
1
1
  import { IBaseInputProps } from "..";
2
- import { ColorType, SizeType } from "../../../Engine";
2
+ import { ColorType, FontSizeType } from "../../../Engine";
3
3
  export declare enum FileCategory {
4
4
  Vertical = "Vertical",
5
5
  Horizontal = "Horizontal"
6
6
  }
7
- export interface ImageFile {
7
+ export interface InputFile {
8
8
  name: string;
9
- objectUrl: string;
9
+ objectUrl?: string;
10
10
  }
11
11
  export interface IVFileProps extends IBaseInputProps {
12
12
  category?: FileCategory;
13
- fileIcon: JSX.Element;
14
- caption?: JSX.Element | string;
15
- emptyMessage: string;
16
- autoUpload?: (files: File[], complete: () => void) => void;
17
- renderLoading?: () => JSX.Element;
18
- loadingSize?: SizeType;
19
- loadingColor?: ColorType;
20
- isMultiple?: boolean;
21
- accept?: string;
13
+ appearance: React.JSX.Element;
14
+ loader?: React.JSX.Element;
15
+ loaderSize?: FontSizeType;
16
+ loaderColor?: ColorType;
17
+ isPreview: boolean;
22
18
  previewImageWidth?: number;
23
19
  textLength?: number;
20
+ autoUpload?: (files: File[], complete: () => void) => void;
21
+ renderLoader?: () => React.JSX.Element;
24
22
  }
25
23
  export interface IVFileStates {
26
24
  isLoading: boolean;
27
- imageFiles: ImageFile[];
25
+ inputFiles: InputFile[];
28
26
  }
29
- declare const VFile: (props: IVFileProps) => JSX.Element;
27
+ declare const VFile: (props: IVFileProps) => React.JSX.Element;
30
28
  export default VFile;
@@ -1,11 +1,10 @@
1
- import * as React from "react";
2
1
  import { IBaseProps } from "../../../Engine/Base";
3
2
  export interface IVGroupProps extends IBaseProps {
4
3
  selectedValue: string;
5
- renderGroup: (selectedValue: string, hanldeSelect: React.ChangeEventHandler<any>) => JSX.Element;
4
+ renderGroup: (selectedValue: string, hanldeSelect: React.ChangeEventHandler<any>) => React.JSX.Element;
6
5
  }
7
6
  export interface IVGroupStates {
8
7
  selectedValue: string;
9
8
  }
10
- declare const VGroup: (props: IVGroupProps) => JSX.Element;
9
+ declare const VGroup: (props: IVGroupProps) => React.JSX.Element;
11
10
  export default VGroup;
@@ -1,9 +1,8 @@
1
- import * as React from "react";
2
1
  import { IBaseInputProps } from "..";
3
2
  export interface IVHiddenProps extends IBaseInputProps {
4
3
  id?: string;
5
4
  name: string | undefined;
6
5
  value?: string | ReadonlyArray<string> | number | undefined;
7
6
  }
8
- declare const VHidden: React.ForwardRefExoticComponent<IVHiddenProps & React.RefAttributes<HTMLInputElement>>;
7
+ declare const VHidden: import("react").ForwardRefExoticComponent<IVHiddenProps & import("react").RefAttributes<HTMLInputElement>>;
9
8
  export default VHidden;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVMonthProps extends IBaseInputProps {
3
3
  }
4
- declare const VMonth: (props: IVMonthProps) => JSX.Element;
4
+ declare const VMonth: (props: IVMonthProps) => React.JSX.Element;
5
5
  export default VMonth;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVNumberProps extends IBaseInputProps {
3
3
  }
4
- declare const VNumber: (props: IVNumberProps) => JSX.Element;
4
+ declare const VNumber: (props: IVNumberProps) => React.JSX.Element;
5
5
  export default VNumber;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVPasswordProps extends IBaseInputProps {
3
3
  }
4
- declare const VPassword: (props: IVPasswordProps) => JSX.Element;
4
+ declare const VPassword: (props: IVPasswordProps) => React.JSX.Element;
5
5
  export default VPassword;
@@ -2,5 +2,5 @@ import { IBaseInputProps } from "..";
2
2
  export interface IVRadioProps extends IBaseInputProps {
3
3
  isChecked?: boolean;
4
4
  }
5
- declare const VRadio: (props: IVRadioProps) => JSX.Element;
5
+ declare const VRadio: (props: IVRadioProps) => React.JSX.Element;
6
6
  export default VRadio;
@@ -4,5 +4,5 @@ export interface IVRangeProps extends IBaseInputProps {
4
4
  controlBackgroundColor: ColorType;
5
5
  controlBorderColor: ColorType;
6
6
  }
7
- declare const VRange: (props: IVRangeProps) => JSX.Element;
7
+ declare const VRange: (props: IVRangeProps) => React.JSX.Element;
8
8
  export default VRange;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVSearchProps extends IBaseInputProps {
3
3
  }
4
- declare const VSearch: (props: IVSearchProps) => JSX.Element;
4
+ declare const VSearch: (props: IVSearchProps) => React.JSX.Element;
5
5
  export default VSearch;
@@ -1,7 +1,7 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVSubmitProps extends IBaseInputProps {
3
- caption: string | JSX.Element;
3
+ caption: string | React.JSX.Element;
4
4
  isFormNoValidate?: boolean;
5
5
  }
6
- declare const VSubmit: (props: IVSubmitProps) => JSX.Element;
6
+ declare const VSubmit: (props: IVSubmitProps) => React.JSX.Element;
7
7
  export default VSubmit;
@@ -1,6 +1,6 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVSubmitWrapperProps extends IBaseInputProps {
3
- content: JSX.Element;
3
+ body: React.JSX.Element;
4
4
  }
5
- declare const VSubmitWrapper: (props: IVSubmitWrapperProps) => JSX.Element;
5
+ declare const VSubmitWrapper: (props: IVSubmitWrapperProps) => React.JSX.Element;
6
6
  export default VSubmitWrapper;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVTelProps extends IBaseInputProps {
3
3
  }
4
- declare const VTel: (props: IVTelProps) => JSX.Element;
4
+ declare const VTel: (props: IVTelProps) => React.JSX.Element;
5
5
  export default VTel;
@@ -1,8 +1,6 @@
1
- import * as React from "react";
2
1
  import { IBaseInputProps } from "..";
3
2
  export interface IVTextBoxProps extends IBaseInputProps {
4
3
  enableClear?: boolean;
5
- isFocus?: boolean;
6
4
  }
7
- declare const VTextBox: React.ForwardRefExoticComponent<IVTextBoxProps & React.RefAttributes<HTMLInputElement>>;
5
+ declare const VTextBox: import("react").ForwardRefExoticComponent<IVTextBoxProps & import("react").RefAttributes<HTMLInputElement>>;
8
6
  export default VTextBox;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVTimeProps extends IBaseInputProps {
3
3
  }
4
- declare const VTime: (props: IVTimeProps) => JSX.Element;
4
+ declare const VTime: (props: IVTimeProps) => React.JSX.Element;
5
5
  export default VTime;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVUrlProps extends IBaseInputProps {
3
3
  }
4
- declare const VUrl: (props: IVUrlProps) => JSX.Element;
4
+ declare const VUrl: (props: IVUrlProps) => React.JSX.Element;
5
5
  export default VUrl;
@@ -1,5 +1,5 @@
1
1
  import { IBaseInputProps } from "..";
2
2
  export interface IVWeekProps extends IBaseInputProps {
3
3
  }
4
- declare const VWeek: (props: IVWeekProps) => JSX.Element;
4
+ declare const VWeek: (props: IVWeekProps) => React.JSX.Element;
5
5
  export default VWeek;
@@ -1,47 +1,35 @@
1
- import * as React from "react";
2
1
  import { IBaseProps, TLength } from "../../Engine/Base";
3
- import { ColorType, SizeType } from "../../Engine";
2
+ import { ColorType, FontSizeType } from "../../Engine";
4
3
  import { LabelCategory } from "../VLabel";
5
4
  import { Property } from 'csstype';
6
5
  export interface InputExtensionItem {
7
- option: JSX.Element;
6
+ option: React.JSX.Element;
8
7
  handleOption: (input: any) => void;
9
8
  }
10
- export interface IBaseInputProps extends IBaseProps {
9
+ export interface IBaseInputProps extends IBaseProps<'input'> {
11
10
  type?: React.HTMLInputTypeAttribute | undefined;
12
- icon?: JSX.Element;
11
+ isFocus?: boolean;
12
+ label?: string;
13
+ icon?: React.JSX.Element;
13
14
  extensions?: InputExtensionItem[];
14
- id?: string;
15
- name?: string;
16
- label?: string | JSX.Element;
17
15
  value?: string | ReadonlyArray<string> | number | undefined;
18
16
  valueHook?: string;
19
17
  setStateHook?: (value: string) => void;
20
- placeholder?: string | undefined;
21
- onChange?: React.ChangeEventHandler<any> | undefined;
22
18
  isValueShow?: boolean;
23
19
  isReadonly?: boolean;
24
- min?: number;
25
- max?: number;
26
- step?: number;
27
- valueSize?: SizeType;
20
+ valueSize?: FontSizeType;
28
21
  valueColor?: ColorType;
29
22
  valueCategory?: LabelCategory;
30
23
  valuePadding?: Property.Padding<TLength>;
31
24
  inputStyle?: React.CSSProperties;
32
25
  inputClassName?: string;
33
- isRequired?: boolean;
34
- disabled?: boolean;
35
- isMultiple?: boolean;
36
- accept?: string;
37
- overWrite?: (inputRef: React.RefObject<HTMLInputElement>) => JSX.Element;
26
+ overWrite?: (inputRef: React.RefObject<HTMLInputElement | null>) => React.JSX.Element;
38
27
  }
39
28
  export interface IVInputProps extends IBaseInputProps {
40
29
  inheritClassName?: string;
41
- isFocus?: boolean;
42
30
  }
43
31
  export interface IVInputStates {
44
32
  value?: string | ReadonlyArray<string> | number | undefined;
45
33
  }
46
- declare const VInput: React.ForwardRefExoticComponent<IVInputProps & React.RefAttributes<HTMLInputElement>>;
34
+ declare const VInput: import("react").ForwardRefExoticComponent<IVInputProps & import("react").RefAttributes<HTMLInputElement>>;
47
35
  export default VInput;
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { IBaseProps } from '../../Engine/Base';
3
2
  export declare enum LabelCategory {
4
3
  Div = "div",
@@ -35,6 +34,7 @@ export declare enum LabelCategory {
35
34
  Var = "var",
36
35
  Wbr = "wbr"
37
36
  }
37
+ type ElementOf<C extends LabelCategory> = C;
38
38
  export declare enum LabelType {
39
39
  Default = "default",
40
40
  Circle = "circle"
@@ -45,16 +45,12 @@ export declare enum LabelAlignType {
45
45
  Right = 2,
46
46
  Center = 3
47
47
  }
48
- export interface IVLabelProps extends IBaseProps {
49
- category?: LabelCategory;
48
+ export type IVLabelProps<C extends LabelCategory = LabelCategory.Span> = IBaseProps<ElementOf<C>> & {
49
+ category?: C;
50
50
  type?: LabelType;
51
51
  alignType?: LabelAlignType;
52
- title?: string;
53
- cite?: string;
54
52
  isTextOverflow?: boolean;
55
- caption: string | JSX.Element;
56
- onMouseEnter?: React.MouseEventHandler<any>;
57
- onMouseLeave?: React.MouseEventHandler<any>;
58
- }
59
- declare const VLabel: (props: IVLabelProps) => JSX.Element;
53
+ caption: string | React.JSX.Element;
54
+ };
55
+ declare const VLabel: <C extends LabelCategory>(props: IVLabelProps<C>) => React.JSX.Element;
60
56
  export default VLabel;
@@ -1,8 +1,8 @@
1
- import { IChildrenProps } from '../../Engine/Base';
1
+ import { IBaseProps } from '../../Engine/Base';
2
2
  import { AnimationCategory, AnimationSpeed } from '../VAnimation';
3
- export interface ILoadingProps extends IChildrenProps {
3
+ export interface ILoadingProps extends IBaseProps {
4
4
  animationCategory?: AnimationCategory;
5
5
  animationSpeed?: AnimationSpeed;
6
6
  }
7
- declare const VLoading: (props: ILoadingProps) => JSX.Element;
7
+ declare const VLoading: (props: ILoadingProps) => React.JSX.Element;
8
8
  export default VLoading;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
- export interface IVMainProps extends IBaseProps {
2
+ export interface IVMainProps extends IBaseProps<'main'> {
3
3
  }
4
- declare const VMain: (props: IVMainProps) => JSX.Element;
4
+ declare const VMain: (props: IVMainProps) => React.JSX.Element;
5
5
  export default VMain;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface IVMaskProps extends IBaseProps {
3
3
  }
4
- declare const VMask: (props: IVMaskProps) => JSX.Element;
4
+ declare const VMask: (props: IVMaskProps) => React.JSX.Element;
5
5
  export default VMask;
@@ -16,5 +16,5 @@ export interface IVPhotoProps extends IBaseProps {
16
16
  width?: string;
17
17
  height?: string;
18
18
  }
19
- declare const VPhoto: (props: IVPhotoProps) => JSX.Element;
19
+ declare const VPhoto: (props: IVPhotoProps) => React.JSX.Element;
20
20
  export default VPhoto;
@@ -1,8 +1,6 @@
1
- import * as React from 'react';
2
1
  import { IBaseProps } from '../../Engine/Base';
3
- export interface IVRootProps extends IBaseProps {
2
+ export interface IVRootProps extends IBaseProps<any> {
4
3
  vClassName: string;
5
- id?: string;
6
4
  }
7
- declare const VRoot: React.ForwardRefExoticComponent<IVRootProps & React.RefAttributes<HTMLDivElement | HTMLSpanElement>>;
5
+ declare const VRoot: import("react").ForwardRefExoticComponent<Omit<IVRootProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
8
6
  export default VRoot;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
- export interface IVSectionProps extends IBaseProps {
2
+ export interface IVSectionProps extends IBaseProps<'section'> {
3
3
  }
4
- declare const VSection: (props: IVSectionProps) => JSX.Element;
4
+ declare const VSection: (props: IVSectionProps) => React.JSX.Element;
5
5
  export default VSection;
@@ -3,12 +3,12 @@ export interface ISelectItemData {
3
3
  caption: string;
4
4
  value: string;
5
5
  }
6
- export interface IVSelectProps extends IBaseProps {
6
+ export interface IVSelectProps extends IBaseProps<'select'> {
7
7
  name?: string;
8
8
  items: ISelectItemData[];
9
9
  value?: string;
10
10
  isMultiple?: boolean;
11
11
  fontFamily?: string;
12
12
  }
13
- declare const VSelect: (props: IVSelectProps) => JSX.Element;
13
+ declare const VSelect: (props: IVSelectProps) => React.JSX.Element;
14
14
  export default VSelect;
@@ -11,5 +11,5 @@ export interface IVShadowProps extends IBaseProps {
11
11
  spread?: number;
12
12
  color?: string;
13
13
  }
14
- declare const VShadow: (props: IVShadowProps) => JSX.Element;
14
+ declare const VShadow: (props: IVShadowProps) => React.JSX.Element;
15
15
  export default VShadow;
@@ -6,5 +6,5 @@ export declare enum EllipseCategory {
6
6
  export interface IVEllipseProps extends IBaseProps {
7
7
  category?: EllipseCategory;
8
8
  }
9
- declare const VEllipse: (props: IVEllipseProps) => JSX.Element;
9
+ declare const VEllipse: (props: IVEllipseProps) => React.JSX.Element;
10
10
  export default VEllipse;
@@ -6,5 +6,5 @@ export declare enum LineCategory {
6
6
  export interface IVLineProps extends IBaseProps {
7
7
  category: LineCategory;
8
8
  }
9
- declare const VLine: (props: IVLineProps) => JSX.Element;
9
+ declare const VLine: (props: IVLineProps) => React.JSX.Element;
10
10
  export default VLine;
@@ -6,5 +6,5 @@ export declare enum RectangleCategory {
6
6
  export interface IVRectangleProps extends IBaseProps {
7
7
  category?: RectangleCategory;
8
8
  }
9
- declare const VRectangle: (props: IVRectangleProps) => JSX.Element;
9
+ declare const VRectangle: (props: IVRectangleProps) => React.JSX.Element;
10
10
  export default VRectangle;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
2
  export interface IVStackProps extends IBaseProps {
3
3
  }
4
- declare const VStack: (props: IVStackProps) => JSX.Element;
4
+ declare const VStack: (props: IVStackProps) => React.JSX.Element;
5
5
  export default VStack;
@@ -1,4 +1,3 @@
1
- import * as React from 'react';
2
1
  import { IBaseProps } from '../../Engine/Base';
3
2
  export declare enum SvgCategory {
4
3
  Default = "default",
@@ -12,5 +11,5 @@ export interface IVSvgProps extends IBaseProps {
12
11
  onMouseEnter?: React.MouseEventHandler<any>;
13
12
  onMouseLeave?: React.MouseEventHandler<any>;
14
13
  }
15
- declare const VSvg: (props: IVSvgProps) => JSX.Element;
14
+ declare const VSvg: (props: IVSvgProps) => React.JSX.Element;
16
15
  export default VSvg;
@@ -1,7 +1,7 @@
1
1
  import { IBaseProps, IBaseStates } from '../../Engine/Base';
2
2
  export interface IVSwitchProps extends IBaseProps {
3
3
  isOn: boolean;
4
- icon?: JSX.Element;
4
+ icon?: React.JSX.Element;
5
5
  gap?: string;
6
6
  isDisabled?: boolean;
7
7
  onSwitch?: (isOn: boolean) => void;
@@ -9,5 +9,5 @@ export interface IVSwitchProps extends IBaseProps {
9
9
  export interface IVSwitchStates extends IBaseStates {
10
10
  isOn: boolean;
11
11
  }
12
- declare const VSwitch: (props: IVSwitchProps) => JSX.Element;
12
+ declare const VSwitch: (props: IVSwitchProps) => React.JSX.Element;
13
13
  export default VSwitch;
@@ -1,5 +1,5 @@
1
1
  import { IBaseProps } from '../../Engine/Base';
2
- export interface IVTemplateProps extends IBaseProps {
2
+ export interface IVTemplateProps extends IBaseProps<'template'> {
3
3
  }
4
- declare const VTemplate: (props: IVTemplateProps) => JSX.Element;
4
+ declare const VTemplate: (props: IVTemplateProps) => React.JSX.Element;
5
5
  export default VTemplate;
@@ -7,16 +7,17 @@ export declare enum TextCategory {
7
7
  Details = "details",
8
8
  Section = "section"
9
9
  }
10
+ type ElementOf<C extends TextCategory> = C;
10
11
  export declare enum TextAlignType {
11
12
  Justify = 0,
12
13
  Left = 1,
13
14
  Right = 2,
14
15
  Center = 3
15
16
  }
16
- export interface IVTextProps extends IBaseProps {
17
- category?: TextCategory;
17
+ export type IVTextProps<C extends TextCategory = TextCategory.P> = IBaseProps<ElementOf<C>> & {
18
+ category?: C;
18
19
  alignType?: TextAlignType;
19
- content: string | number | undefined | JSX.Element;
20
- }
21
- declare const VText: (props: IVTextProps) => JSX.Element;
20
+ renderContent: () => React.JSX.Element;
21
+ };
22
+ declare const VText: <C extends TextCategory = TextCategory.P>(props: IVTextProps<C>) => React.JSX.Element;
22
23
  export default VText;
@@ -1,9 +1,6 @@
1
- import * as React from 'react';
2
1
  import { IBaseProps, IBaseStates } from '../../Engine/Base';
3
- export interface IVTextAreaProps extends IBaseProps {
4
- id?: string;
5
- name?: string;
6
- icon?: JSX.Element;
2
+ export interface IVTextAreaProps extends IBaseProps<'textarea'> {
3
+ icon?: React.JSX.Element;
7
4
  placeholder?: string;
8
5
  isRequired?: boolean;
9
6
  rows: number;
@@ -14,5 +11,5 @@ export interface IVTextAreaProps extends IBaseProps {
14
11
  export interface IVTextAreaStates extends IBaseStates {
15
12
  value?: string | ReadonlyArray<string> | number | undefined;
16
13
  }
17
- declare const VTextArea: React.ForwardRefExoticComponent<IVTextAreaProps & React.RefAttributes<HTMLTextAreaElement>>;
14
+ declare const VTextArea: import("react").ForwardRefExoticComponent<IVTextAreaProps & import("react").RefAttributes<HTMLTextAreaElement>>;
18
15
  export default VTextArea;
@@ -1,6 +1,5 @@
1
- import * as React from 'react';
2
- import { BorderRadiusType, ColorType, FontFamilyType, SizeType, FontWeightType, LetterSpacingType, LineHeightType, PaddingType, ViewSizeType } from '../../Engine';
3
- import { IChildrenProps } from '../../Engine/Base';
1
+ import { BorderRadiusType, ColorType, FontFamilyType, FontSizeType, FontWeightType, LetterSpacingType, LineHeightType, PaddingType, ViewSizeType } from '../../Engine';
2
+ import { IBaseProps } from '../../Engine/Base';
4
3
  export interface Theme<C extends string, FS extends string, FW extends string, FF extends string, BR extends string, LH extends string, LS extends string, P extends string, VS extends string> {
5
4
  colors: {
6
5
  [key in C]: string;
@@ -34,10 +33,10 @@ export declare enum ThemeCategory {
34
33
  Global = "global",
35
34
  Area = "area"
36
35
  }
37
- export interface IVThemeProps extends IChildrenProps {
36
+ export interface IVThemeProps extends IBaseProps {
38
37
  category?: ThemeCategory;
39
38
  area?: string;
40
- theme: Theme<ColorType.Font | ColorType.Body | ColorType.White | ColorType.Black | ColorType.Light | ColorType.Light75 | ColorType.Light50 | ColorType.Light25 | ColorType.Dark | ColorType.Dark75 | ColorType.Dark50 | ColorType.Dark25 | ColorType.Primary | ColorType.Primary75 | ColorType.Primary50 | ColorType.Primary25 | ColorType.Secondary | ColorType.Secondary75 | ColorType.Secondary50 | ColorType.Secondary25 | ColorType.Tertiary | ColorType.Tertiary75 | ColorType.Tertiary50 | ColorType.Tertiary25 | ColorType.Info | ColorType.Info75 | ColorType.Info50 | ColorType.Info25 | ColorType.Success | ColorType.Success75 | ColorType.Success50 | ColorType.Success25 | ColorType.Warning | ColorType.Warning75 | ColorType.Warning50 | ColorType.Warning25 | ColorType.Error | ColorType.Error75 | ColorType.Error50 | ColorType.Error25 | ColorType.Border | ColorType.Border75 | ColorType.Border50 | ColorType.Border25 | ColorType.Placeholder | ColorType.Placeholder75 | ColorType.Placeholder50 | ColorType.Placeholder25, SizeType.AutoExtraLarge | SizeType.AutoExtraSmall | SizeType.AutoLarge | SizeType.AutoNormal | SizeType.AutoSmall | SizeType.Default | SizeType.ExtraLarge | SizeType.ExtraSmall | SizeType.Large | SizeType.Normal | SizeType.Small, FontWeightType.Black | FontWeightType.Bold | FontWeightType.ExtraBold | FontWeightType.ExtraLight | FontWeightType.Light | FontWeightType.Medium | FontWeightType.Regular | FontWeightType.SemiBold | FontWeightType.Thin, FontFamilyType.Default, BorderRadiusType.Default | BorderRadiusType.Fixed | BorderRadiusType.Max, LineHeightType.Default, LetterSpacingType.Default, PaddingType.Default, ViewSizeType.Ellipse | ViewSizeType.Image | ViewSizeType.Rectangle | ViewSizeType.Svg | ViewSizeType.Window>;
39
+ theme: Theme<ColorType.Font | ColorType.Body | ColorType.White | ColorType.Black | ColorType.Light | ColorType.Light75 | ColorType.Light50 | ColorType.Light25 | ColorType.Dark | ColorType.Dark75 | ColorType.Dark50 | ColorType.Dark25 | ColorType.Primary | ColorType.Primary75 | ColorType.Primary50 | ColorType.Primary25 | ColorType.Secondary | ColorType.Secondary75 | ColorType.Secondary50 | ColorType.Secondary25 | ColorType.Tertiary | ColorType.Tertiary75 | ColorType.Tertiary50 | ColorType.Tertiary25 | ColorType.Info | ColorType.Info75 | ColorType.Info50 | ColorType.Info25 | ColorType.Success | ColorType.Success75 | ColorType.Success50 | ColorType.Success25 | ColorType.Warning | ColorType.Warning75 | ColorType.Warning50 | ColorType.Warning25 | ColorType.Error | ColorType.Error75 | ColorType.Error50 | ColorType.Error25 | ColorType.Border | ColorType.Border75 | ColorType.Border50 | ColorType.Border25 | ColorType.Placeholder | ColorType.Placeholder75 | ColorType.Placeholder50 | ColorType.Placeholder25, FontSizeType.AutoExtraLarge | FontSizeType.AutoExtraSmall | FontSizeType.AutoLarge | FontSizeType.AutoNormal | FontSizeType.AutoSmall | FontSizeType.Default | FontSizeType.ExtraLarge | FontSizeType.ExtraSmall | FontSizeType.Large | FontSizeType.Normal | FontSizeType.Small, FontWeightType.Black | FontWeightType.Bold | FontWeightType.ExtraBold | FontWeightType.ExtraLight | FontWeightType.Light | FontWeightType.Medium | FontWeightType.Regular | FontWeightType.SemiBold | FontWeightType.Thin, FontFamilyType.Default, BorderRadiusType.Default | BorderRadiusType.Fixed | BorderRadiusType.Max, LineHeightType.Default, LetterSpacingType.Default, PaddingType.Default, ViewSizeType.Ellipse | ViewSizeType.Image | ViewSizeType.Rectangle | ViewSizeType.Svg | ViewSizeType.Window>;
41
40
  }
42
41
  declare const VTheme: React.FC<IVThemeProps>;
43
42
  export default VTheme;
@@ -1,5 +1,4 @@
1
1
  import { IBaseProps, IBaseStates } from '../../Engine/Base';
2
- import { ColorType } from '../../Engine';
3
2
  import { DockCategory } from '../../Layout/Dock';
4
3
  export declare enum TooltipCategory {
5
4
  Hover = "hover",
@@ -7,14 +6,11 @@ export declare enum TooltipCategory {
7
6
  }
8
7
  export interface IVTooltipProps extends IBaseProps {
9
8
  category?: TooltipCategory;
10
- dockCategory?: DockCategory;
11
- caption: string | JSX.Element;
12
- textFrontColor: ColorType;
13
- textBackgroundColor: ColorType;
14
- content?: JSX.Element;
9
+ dockCategory: DockCategory;
10
+ renderOverlay: () => React.JSX.Element;
15
11
  }
16
12
  export interface IVTooltipStates extends IBaseStates {
17
13
  isShow: boolean;
18
14
  }
19
- declare const VTooltip: (props: IVTooltipProps) => JSX.Element;
15
+ declare const VTooltip: (props: IVTooltipProps) => React.JSX.Element;
20
16
  export default VTooltip;
@@ -2,13 +2,13 @@ import { IBaseProps, IBaseStates } from '../../../Engine/Base';
2
2
  import { IVTreeNode } from '..';
3
3
  export interface IVTreeBlockProps extends IBaseProps {
4
4
  node: IVTreeNode;
5
- expandIcon?: JSX.Element;
6
- collapseIcon?: JSX.Element;
5
+ expandIcon?: React.JSX.Element;
6
+ collapseIcon?: React.JSX.Element;
7
7
  isExpand?: boolean;
8
- renderItem?: (node: IVTreeNode) => JSX.Element;
8
+ renderItem?: (node: IVTreeNode) => React.JSX.Element;
9
9
  }
10
10
  export interface IVTreeBlockStates extends IBaseStates {
11
11
  isExpand?: boolean;
12
12
  }
13
- declare const VTreeBlock: (props: IVTreeBlockProps) => JSX.Element;
13
+ declare const VTreeBlock: (props: IVTreeBlockProps) => React.JSX.Element;
14
14
  export default VTreeBlock;