@fewbox/den 0.0.3

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 (228) hide show
  1. package/index-app.d.ts +15 -0
  2. package/index.css +12226 -0
  3. package/index.js +2 -0
  4. package/index.js.map +1 -0
  5. package/jest.setup.d.ts +1 -0
  6. package/package.json +30 -0
  7. package/scripts/copy-templates.js +29 -0
  8. package/src/action/index.d.ts +9 -0
  9. package/src/components/Analyze/GA4/index.d.ts +9 -0
  10. package/src/components/Analyze/GA4NextJS/index.d.ts +5 -0
  11. package/src/components/Analyze/util.d.ts +115 -0
  12. package/src/components/Auth/FigmaSignin/index.d.ts +9 -0
  13. package/src/components/Auth/GoogleGrant/index.d.ts +41 -0
  14. package/src/components/Auth/GoogleSignin/index.d.ts +18 -0
  15. package/src/components/Auth/WeComSignin/index.d.ts +8 -0
  16. package/src/components/Auth/util.d.ts +17 -0
  17. package/src/components/Debug/index.d.ts +6 -0
  18. package/src/components/Engine/Base/index.d.ts +228 -0
  19. package/src/components/Engine/BaseComponent/index.d.ts +9 -0
  20. package/src/components/Engine/index.d.ts +212 -0
  21. package/src/components/Layout/Display/index.d.ts +18 -0
  22. package/src/components/Layout/Dock/index.d.ts +23 -0
  23. package/src/components/Layout/DockBak/index.d.ts +24 -0
  24. package/src/components/Layout/Flex/index.d.ts +44 -0
  25. package/src/components/Layout/FlexItem/index.d.ts +18 -0
  26. package/src/components/Layout/Position/index.d.ts +33 -0
  27. package/src/components/Layout/PositionArea/index.d.ts +10 -0
  28. package/src/components/Layout/SBaseline/index.d.ts +5 -0
  29. package/src/components/Layout/SBottom/index.d.ts +6 -0
  30. package/src/components/Layout/SCenter/index.d.ts +5 -0
  31. package/src/components/Layout/SLeft/index.d.ts +5 -0
  32. package/src/components/Layout/SMiddle/index.d.ts +5 -0
  33. package/src/components/Layout/SRight/index.d.ts +5 -0
  34. package/src/components/Layout/SStretch/index.d.ts +5 -0
  35. package/src/components/Layout/STop/index.d.ts +5 -0
  36. package/src/components/Layout/X/index.d.ts +5 -0
  37. package/src/components/Layout/XAround/index.d.ts +5 -0
  38. package/src/components/Layout/XAutoBoth/index.d.ts +5 -0
  39. package/src/components/Layout/XAutoCenter/index.d.ts +5 -0
  40. package/src/components/Layout/XAutoLeft/index.d.ts +5 -0
  41. package/src/components/Layout/XAutoLefts/index.d.ts +5 -0
  42. package/src/components/Layout/XAutoRight/index.d.ts +5 -0
  43. package/src/components/Layout/XAutoRights/index.d.ts +5 -0
  44. package/src/components/Layout/XBase/index.d.ts +18 -0
  45. package/src/components/Layout/XBetween/index.d.ts +5 -0
  46. package/src/components/Layout/XCenter/index.d.ts +5 -0
  47. package/src/components/Layout/XCustom/index.d.ts +7 -0
  48. package/src/components/Layout/XCustomBoth/index.d.ts +7 -0
  49. package/src/components/Layout/XEvenly/index.d.ts +5 -0
  50. package/src/components/Layout/XLeft/index.d.ts +5 -0
  51. package/src/components/Layout/XRight/index.d.ts +5 -0
  52. package/src/components/Layout/XWrapAround/index.d.ts +5 -0
  53. package/src/components/Layout/XWrapBetween/index.d.ts +5 -0
  54. package/src/components/Layout/XWrapBottom/index.d.ts +5 -0
  55. package/src/components/Layout/XWrapEvenly/index.d.ts +5 -0
  56. package/src/components/Layout/XWrapMiddle/index.d.ts +5 -0
  57. package/src/components/Layout/XWrapTop/index.d.ts +5 -0
  58. package/src/components/Layout/Y/index.d.ts +5 -0
  59. package/src/components/Layout/YAround/index.d.ts +5 -0
  60. package/src/components/Layout/YAutoBoth/index.d.ts +5 -0
  61. package/src/components/Layout/YAutoBottom/index.d.ts +5 -0
  62. package/src/components/Layout/YAutoBottoms/index.d.ts +5 -0
  63. package/src/components/Layout/YAutoCenter/index.d.ts +5 -0
  64. package/src/components/Layout/YAutoTop/index.d.ts +5 -0
  65. package/src/components/Layout/YAutoTops/index.d.ts +5 -0
  66. package/src/components/Layout/YBase/index.d.ts +16 -0
  67. package/src/components/Layout/YBetween/index.d.ts +5 -0
  68. package/src/components/Layout/YBottom/index.d.ts +5 -0
  69. package/src/components/Layout/YCustom/index.d.ts +7 -0
  70. package/src/components/Layout/YCustomBoth/index.d.ts +7 -0
  71. package/src/components/Layout/YEvenly/index.d.ts +5 -0
  72. package/src/components/Layout/YMiddle/index.d.ts +5 -0
  73. package/src/components/Layout/YTop/index.d.ts +5 -0
  74. package/src/components/Layout/YWrapAround/index.d.ts +5 -0
  75. package/src/components/Layout/YWrapBetween/index.d.ts +5 -0
  76. package/src/components/Layout/YWrapCenter/index.d.ts +5 -0
  77. package/src/components/Layout/YWrapEvenly/index.d.ts +5 -0
  78. package/src/components/Layout/YWrapLeft/index.d.ts +5 -0
  79. package/src/components/Layout/YWrapRight/index.d.ts +5 -0
  80. package/src/components/Layout/index.d.ts +8 -0
  81. package/src/components/Layout/util.d.ts +6 -0
  82. package/src/components/View/VActionForm/index.d.ts +10 -0
  83. package/src/components/View/VAnimation/index.d.ts +127 -0
  84. package/src/components/View/VAudio/index.d.ts +10 -0
  85. package/src/components/View/VAvatar/index.d.ts +11 -0
  86. package/src/components/View/VBackground/index.d.ts +18 -0
  87. package/src/components/View/VBadge/index.d.ts +6 -0
  88. package/src/components/View/VBlock/index.d.ts +9 -0
  89. package/src/components/View/VBoundary/index.d.ts +6 -0
  90. package/src/components/View/VButton/index.d.ts +17 -0
  91. package/src/components/View/VCard/index.d.ts +8 -0
  92. package/src/components/View/VCardMedia/index.d.ts +9 -0
  93. package/src/components/View/VCardSocial/index.d.ts +13 -0
  94. package/src/components/View/VCardWindow/index.d.ts +15 -0
  95. package/src/components/View/VChromeExtensionValidator/index.d.ts +25 -0
  96. package/src/components/View/VDynamic/index.d.ts +7 -0
  97. package/src/components/View/VFooter/index.d.ts +5 -0
  98. package/src/components/View/VForm/index.d.ts +13 -0
  99. package/src/components/View/VFrame/index.d.ts +14 -0
  100. package/src/components/View/VGoogleFont/index.d.ts +18 -0
  101. package/src/components/View/VHR/index.d.ts +5 -0
  102. package/src/components/View/VHeader/index.d.ts +5 -0
  103. package/src/components/View/VHyperlink/index.d.ts +13 -0
  104. package/src/components/View/VImage/App/index.d.ts +16 -0
  105. package/src/components/View/VInput/VBase64File/App/index.d.ts +10 -0
  106. package/src/components/View/VInput/VCheckBox/index.d.ts +9 -0
  107. package/src/components/View/VInput/VColor/index.d.ts +7 -0
  108. package/src/components/View/VInput/VDate/index.d.ts +7 -0
  109. package/src/components/View/VInput/VDatetimeLocal/index.d.ts +7 -0
  110. package/src/components/View/VInput/VDropdown/index.d.ts +31 -0
  111. package/src/components/View/VInput/VEmail/index.d.ts +5 -0
  112. package/src/components/View/VInput/VFile/index.d.ts +22 -0
  113. package/src/components/View/VInput/VGroup/index.d.ts +11 -0
  114. package/src/components/View/VInput/VHidden/index.d.ts +8 -0
  115. package/src/components/View/VInput/VMonth/index.d.ts +5 -0
  116. package/src/components/View/VInput/VNumber/index.d.ts +5 -0
  117. package/src/components/View/VInput/VPassword/index.d.ts +5 -0
  118. package/src/components/View/VInput/VRadio/index.d.ts +6 -0
  119. package/src/components/View/VInput/VRange/index.d.ts +8 -0
  120. package/src/components/View/VInput/VSearch/index.d.ts +5 -0
  121. package/src/components/View/VInput/VSubmit/index.d.ts +7 -0
  122. package/src/components/View/VInput/VSubmitWrapper/index.d.ts +6 -0
  123. package/src/components/View/VInput/VTel/index.d.ts +5 -0
  124. package/src/components/View/VInput/VTextBox/index.d.ts +7 -0
  125. package/src/components/View/VInput/VTime/index.d.ts +5 -0
  126. package/src/components/View/VInput/VUrl/index.d.ts +5 -0
  127. package/src/components/View/VInput/VWeek/index.d.ts +5 -0
  128. package/src/components/View/VInput/index.d.ts +45 -0
  129. package/src/components/View/VLabel/index.d.ts +60 -0
  130. package/src/components/View/VLink/App/index.d.ts +6 -0
  131. package/src/components/View/VLoading/index.d.ts +8 -0
  132. package/src/components/View/VMain/index.d.ts +5 -0
  133. package/src/components/View/VMask/index.d.ts +5 -0
  134. package/src/components/View/VPaypal/index.d.ts +10 -0
  135. package/src/components/View/VPhoto/index.d.ts +20 -0
  136. package/src/components/View/VPureRoot/index.d.ts +7 -0
  137. package/src/components/View/VRoot/index.d.ts +7 -0
  138. package/src/components/View/VSection/index.d.ts +5 -0
  139. package/src/components/View/VSelect/index.d.ts +14 -0
  140. package/src/components/View/VShadow/index.d.ts +15 -0
  141. package/src/components/View/VShape/VEllipse/index.d.ts +10 -0
  142. package/src/components/View/VShape/VLine/index.d.ts +10 -0
  143. package/src/components/View/VShape/VRectangle/index.d.ts +10 -0
  144. package/src/components/View/VStack/index.d.ts +5 -0
  145. package/src/components/View/VSvg/index.d.ts +16 -0
  146. package/src/components/View/VSwitch/index.d.ts +13 -0
  147. package/src/components/View/VTemplate/index.d.ts +5 -0
  148. package/src/components/View/VText/index.d.ts +22 -0
  149. package/src/components/View/VTextArea/index.d.ts +17 -0
  150. package/src/components/View/VTheme/index.d.ts +43 -0
  151. package/src/components/View/VTooltip/index.d.ts +20 -0
  152. package/src/components/View/VTree/Block/index.d.ts +14 -0
  153. package/src/components/View/VTree/index.d.ts +15 -0
  154. package/src/components/View/VVideo/index.d.ts +10 -0
  155. package/src/components/View/VZone/index.d.ts +14 -0
  156. package/src/components/app.d.ts +134 -0
  157. package/src/components/util.d.ts +1 -0
  158. package/src/fewbox/index.d.ts +27 -0
  159. package/src/language/index.d.ts +5 -0
  160. package/src/network/FormHeaders.d.ts +2 -0
  161. package/src/network/IGraphQL.d.ts +6 -0
  162. package/src/network/JsonHeaders.d.ts +5 -0
  163. package/src/network/Network.d.ts +45 -0
  164. package/src/network/NetworkObservableBase.d.ts +13 -0
  165. package/src/network/StreamObservableBase.d.ts +11 -0
  166. package/src/network/UploadHeaders.d.ts +2 -0
  167. package/src/network/WS.d.ts +11 -0
  168. package/src/network/ajax/default/Delete.d.ts +5 -0
  169. package/src/network/ajax/default/DeleteText.d.ts +5 -0
  170. package/src/network/ajax/default/Get.d.ts +5 -0
  171. package/src/network/ajax/default/GetLocal.d.ts +5 -0
  172. package/src/network/ajax/default/GetText.d.ts +5 -0
  173. package/src/network/ajax/default/NetworkObservableAjax.d.ts +7 -0
  174. package/src/network/ajax/default/Patch.d.ts +5 -0
  175. package/src/network/ajax/default/PatchText.d.ts +5 -0
  176. package/src/network/ajax/default/Post.d.ts +5 -0
  177. package/src/network/ajax/default/PostText.d.ts +5 -0
  178. package/src/network/ajax/default/Put.d.ts +5 -0
  179. package/src/network/ajax/default/PutText.d.ts +5 -0
  180. package/src/network/ajax/external/DeleteExternal.d.ts +5 -0
  181. package/src/network/ajax/external/DeleteTextExternal.d.ts +5 -0
  182. package/src/network/ajax/external/GetExternal.d.ts +5 -0
  183. package/src/network/ajax/external/GetTextExternal.d.ts +5 -0
  184. package/src/network/ajax/external/NetworkObservableAjaxExternal.d.ts +8 -0
  185. package/src/network/ajax/external/PatchExternal.d.ts +5 -0
  186. package/src/network/ajax/external/PatchTextExternal.d.ts +5 -0
  187. package/src/network/ajax/external/PostExternal.d.ts +5 -0
  188. package/src/network/ajax/external/PostTextExternal.d.ts +5 -0
  189. package/src/network/ajax/external/PutExternal.d.ts +5 -0
  190. package/src/network/ajax/external/PutTextExternal.d.ts +5 -0
  191. package/src/network/fetch/default/DeleteFetch.d.ts +5 -0
  192. package/src/network/fetch/default/GetFetch.d.ts +5 -0
  193. package/src/network/fetch/default/NetworkObservableFetch.d.ts +7 -0
  194. package/src/network/fetch/default/PatchFetch.d.ts +5 -0
  195. package/src/network/fetch/default/PostFetch.d.ts +5 -0
  196. package/src/network/fetch/default/PutFetch.d.ts +5 -0
  197. package/src/network/fetch/external/GetFetchExternal.d.ts +5 -0
  198. package/src/network/fetch/external/NetworkObservableFetchExternal.d.ts +8 -0
  199. package/src/network/fetch/external/PatchFetchExternal.d.ts +5 -0
  200. package/src/network/fetch/external/PostFetchExternal.d.ts +5 -0
  201. package/src/network/fetch/external/PutFetchExternal.d.ts +5 -0
  202. package/src/network/graphql/default/GQL.d.ts +6 -0
  203. package/src/network/graphql/default/GQLUpload.d.ts +6 -0
  204. package/src/network/graphql/default/NetworkObservableGQL.d.ts +7 -0
  205. package/src/network/graphql/external/GQLExternal.d.ts +6 -0
  206. package/src/network/graphql/external/GQLExternalUpload.d.ts +6 -0
  207. package/src/network/graphql/external/NetworkObservableGQLExternal.d.ts +7 -0
  208. package/src/network/index.d.ts +46 -0
  209. package/src/network/sse/default/GetSSE.d.ts +5 -0
  210. package/src/network/sse/default/PostSSE.d.ts +5 -0
  211. package/src/network/sse/default/StreamObservableSSE.d.ts +5 -0
  212. package/src/network/sse/external/GetSSEExternal.d.ts +5 -0
  213. package/src/network/sse/external/PostSSEExternal.d.ts +5 -0
  214. package/src/network/sse/external/StreamObservableSSEExternal.d.ts +6 -0
  215. package/src/network/util.d.ts +4 -0
  216. package/src/store/EnumDictionary.d.ts +3 -0
  217. package/src/store/IContinuePaging.d.ts +4 -0
  218. package/src/store/IList.d.ts +3 -0
  219. package/src/store/IMetaResponse.d.ts +5 -0
  220. package/src/store/IPaging.d.ts +6 -0
  221. package/src/store/IPayloadResponse.d.ts +4 -0
  222. package/src/store/Json.d.ts +9 -0
  223. package/src/store/index.d.ts +6 -0
  224. package/templates/FEWBOX.md +73 -0
  225. package/templates/style/_core.scss +297 -0
  226. package/templates/style/_root-properties.scss +57 -0
  227. package/templates/style/_root.scss +6 -0
  228. package/templates/style/_variables.scss +194 -0
@@ -0,0 +1,33 @@
1
+ import * as React from 'react';
2
+ import { IChildrenProps } from '../../Engine/Base';
3
+ import { Property } from 'csstype';
4
+ export declare enum PositionCategory {
5
+ Edge = "edge",
6
+ Window = "window",
7
+ Area = "area",
8
+ Self = "self"
9
+ }
10
+ export declare enum PositionType {
11
+ Top = "top",
12
+ Right = "right",
13
+ Bottom = "bottom",
14
+ Left = "left",
15
+ LeftTop = "left-top",
16
+ RightTop = "right-top",
17
+ LeftBottom = "left-bottom",
18
+ RightBottom = "right-bottom",
19
+ Center = "center"
20
+ }
21
+ export interface IPositionProps extends IChildrenProps {
22
+ category: PositionCategory;
23
+ type?: PositionType;
24
+ top?: string;
25
+ right?: string;
26
+ bottom?: string;
27
+ left?: string;
28
+ zIndex?: Property.ZIndex;
29
+ isFullWidth?: boolean;
30
+ style?: React.CSSProperties;
31
+ }
32
+ declare const Position: (props: IPositionProps) => JSX.Element;
33
+ export default Position;
@@ -0,0 +1,10 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export declare enum PositionAreaCategory {
3
+ Default = "default",
4
+ FullSize = "full-size"
5
+ }
6
+ export interface IPositionAreaProps extends IChildrenProps {
7
+ category?: PositionAreaCategory;
8
+ }
9
+ declare const PositionArea: (props: IPositionAreaProps) => JSX.Element;
10
+ export default PositionArea;
@@ -0,0 +1,5 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export interface ISBaselineProps extends IChildrenProps {
3
+ }
4
+ declare const SBaseline: (props: ISBaselineProps) => JSX.Element;
5
+ export default SBaseline;
@@ -0,0 +1,6 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ import { ISCenterProps } from '../SCenter';
3
+ export interface ISBottomProps extends IChildrenProps {
4
+ }
5
+ declare const SBottom: (props: ISCenterProps) => JSX.Element;
6
+ export default SBottom;
@@ -0,0 +1,5 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export interface ISCenterProps extends IChildrenProps {
3
+ }
4
+ declare const SCenter: (props: ISCenterProps) => JSX.Element;
5
+ export default SCenter;
@@ -0,0 +1,5 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export interface ISLeftProps extends IChildrenProps {
3
+ }
4
+ declare const SLeft: (props: ISLeftProps) => JSX.Element;
5
+ export default SLeft;
@@ -0,0 +1,5 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export interface ISMiddleProps extends IChildrenProps {
3
+ }
4
+ declare const SMiddle: (props: ISMiddleProps) => JSX.Element;
5
+ export default SMiddle;
@@ -0,0 +1,5 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export interface ISRightProps extends IChildrenProps {
3
+ }
4
+ declare const SRight: (props: ISRightProps) => JSX.Element;
5
+ export default SRight;
@@ -0,0 +1,5 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export interface ISStretchProps extends IChildrenProps {
3
+ }
4
+ declare const SStretch: (props: ISStretchProps) => JSX.Element;
5
+ export default SStretch;
@@ -0,0 +1,5 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export interface ISTopProps extends IChildrenProps {
3
+ }
4
+ declare const STop: (props: ISTopProps) => JSX.Element;
5
+ export default STop;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXProps extends IXBaseProps {
3
+ }
4
+ declare const X: (props: IXProps) => JSX.Element;
5
+ export default X;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXAroundProps extends IXBaseProps {
3
+ }
4
+ declare const XAround: (props: IXAroundProps) => JSX.Element;
5
+ export default XAround;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXAutoBothProps extends IXBaseProps {
3
+ }
4
+ declare const XAutoBoth: (props: IXAutoBothProps) => JSX.Element;
5
+ export default XAutoBoth;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXAutoCenterProps extends IXBaseProps {
3
+ }
4
+ declare const XAutoCenter: (props: IXAutoCenterProps) => JSX.Element;
5
+ export default XAutoCenter;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXAutoLeftProps extends IXBaseProps {
3
+ }
4
+ declare const XAutoLeft: (props: IXAutoLeftProps) => JSX.Element;
5
+ export default XAutoLeft;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXAutoLeftsProps extends IXBaseProps {
3
+ }
4
+ declare const XAutoLefts: (props: IXAutoLeftsProps) => JSX.Element;
5
+ export default XAutoLefts;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXAutoRightProps extends IXBaseProps {
3
+ }
4
+ declare const XAutoRight: (props: IXAutoRightProps) => JSX.Element;
5
+ export default XAutoRight;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXAutoRightsProps extends IXBaseProps {
3
+ }
4
+ declare const XAutoRights: (props: IXAutoRightsProps) => JSX.Element;
5
+ export default XAutoRights;
@@ -0,0 +1,18 @@
1
+ import * as React from 'react';
2
+ import { IBaseProps } from '../../Engine/Base';
3
+ import { FlexAlignContentType, FlexJustifyContentType, FlexWrapType } from '../Flex';
4
+ import { FlexItemAlignSelfType } from '../FlexItem';
5
+ export declare enum XCrossType {
6
+ Top = "top",
7
+ Middle = "middle",
8
+ Bottom = "bottom",
9
+ Stretch = "stretch",
10
+ Baseline = "baseline"
11
+ }
12
+ export interface IXBaseProps extends IBaseProps {
13
+ gap?: string;
14
+ cross?: XCrossType;
15
+ style?: React.CSSProperties;
16
+ }
17
+ declare const XBase: (props: IXBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetJustifyContent?: () => FlexJustifyContentType, overwriteGetAlignContent?: () => FlexAlignContentType) => JSX.Element;
18
+ export default XBase;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXBetweenProps extends IXBaseProps {
3
+ }
4
+ declare const XBetween: (props: IXBetweenProps) => JSX.Element;
5
+ export default XBetween;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXCenterProps extends IXBaseProps {
3
+ }
4
+ declare const XCenter: (props: IXCenterProps) => JSX.Element;
5
+ export default XCenter;
@@ -0,0 +1,7 @@
1
+ import { Property } from 'csstype';
2
+ import { IXBaseProps } from '../XBase';
3
+ export interface IXCustomProps extends IXBaseProps {
4
+ basises?: Property.FlexBasis[];
5
+ }
6
+ declare const XCustom: (props: IXCustomProps) => JSX.Element;
7
+ export default XCustom;
@@ -0,0 +1,7 @@
1
+ import { Property } from 'csstype';
2
+ import { IXBaseProps } from '../XBase';
3
+ export interface IXCustomBothProps extends IXBaseProps {
4
+ basis?: Property.FlexBasis;
5
+ }
6
+ declare const XCustomBoth: (props: IXCustomBothProps) => JSX.Element;
7
+ export default XCustomBoth;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXEvenlyProps extends IXBaseProps {
3
+ }
4
+ declare const XEvenly: (props: IXEvenlyProps) => JSX.Element;
5
+ export default XEvenly;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXLeftProps extends IXBaseProps {
3
+ }
4
+ declare const XLeft: (props: IXLeftProps) => JSX.Element;
5
+ export default XLeft;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXRightProps extends IXBaseProps {
3
+ }
4
+ declare const XRight: (props: IXRightProps) => JSX.Element;
5
+ export default XRight;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXWrapAroundProps extends IXBaseProps {
3
+ }
4
+ declare const XWrapAround: (props: IXWrapAroundProps) => JSX.Element;
5
+ export default XWrapAround;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXWrapBetweenProps extends IXBaseProps {
3
+ }
4
+ declare const XWrapBetween: (props: IXWrapBetweenProps) => JSX.Element;
5
+ export default XWrapBetween;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXWrapBottomProps extends IXBaseProps {
3
+ }
4
+ declare const XWrapBottom: (props: IXWrapBottomProps) => JSX.Element;
5
+ export default XWrapBottom;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXWrapEvenlyProps extends IXBaseProps {
3
+ }
4
+ declare const XWrapEvenly: (props: IXWrapEvenlyProps) => JSX.Element;
5
+ export default XWrapEvenly;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXWrapMiddleProps extends IXBaseProps {
3
+ }
4
+ declare const XWrapMiddle: (props: IXWrapMiddleProps) => JSX.Element;
5
+ export default XWrapMiddle;
@@ -0,0 +1,5 @@
1
+ import { IXBaseProps } from '../XBase';
2
+ export interface IXWrapTopProps extends IXBaseProps {
3
+ }
4
+ declare const XWrapTop: (props: IXWrapTopProps) => JSX.Element;
5
+ export default XWrapTop;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYProps extends IYBaseProps {
3
+ }
4
+ declare const Y: (props: IYProps) => JSX.Element;
5
+ export default Y;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYAroundProps extends IYBaseProps {
3
+ }
4
+ declare const YAround: (props: IYAroundProps) => JSX.Element;
5
+ export default YAround;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYAutoBothProps extends IYBaseProps {
3
+ }
4
+ declare const YAutoBoth: (props: IYAutoBothProps) => JSX.Element;
5
+ export default YAutoBoth;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYAutoBottomProps extends IYBaseProps {
3
+ }
4
+ declare const YAutoBottom: (props: IYAutoBottomProps) => JSX.Element;
5
+ export default YAutoBottom;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYAutoBottomsProps extends IYBaseProps {
3
+ }
4
+ declare const YAutoBottoms: (props: IYAutoBottomsProps) => JSX.Element;
5
+ export default YAutoBottoms;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYAutoCenterProps extends IYBaseProps {
3
+ }
4
+ declare const YAutoCenter: (props: IYAutoCenterProps) => JSX.Element;
5
+ export default YAutoCenter;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYAutoTopProps extends IYBaseProps {
3
+ }
4
+ declare const YAutoTop: (props: IYAutoTopProps) => JSX.Element;
5
+ export default YAutoTop;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYAutoLeftsProps extends IYBaseProps {
3
+ }
4
+ declare const YAutoTops: (props: IYAutoLeftsProps) => JSX.Element;
5
+ export default YAutoTops;
@@ -0,0 +1,16 @@
1
+ import { IBaseProps } from '../../Engine/Base';
2
+ import { FlexAlignContentType, FlexWrapType, FlexJustifyContentType } from '../Flex';
3
+ import { FlexItemAlignSelfType } from '../FlexItem';
4
+ export declare enum YCrossType {
5
+ Left = "left",
6
+ Center = "center",
7
+ Right = "right",
8
+ Baseline = "baseline",
9
+ Stretch = "stretch"
10
+ }
11
+ export interface IYBaseProps extends IBaseProps {
12
+ gap?: string;
13
+ cross?: YCrossType;
14
+ }
15
+ declare const YBase: (props: IYBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetAlignContent?: () => FlexAlignContentType, overwriteGetJustifyContent?: () => FlexJustifyContentType) => JSX.Element;
16
+ export default YBase;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYBetweenProps extends IYBaseProps {
3
+ }
4
+ declare const YBetween: (props: IYBetweenProps) => JSX.Element;
5
+ export default YBetween;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYBottomProps extends IYBaseProps {
3
+ }
4
+ declare const YBottom: (props: IYBottomProps) => JSX.Element;
5
+ export default YBottom;
@@ -0,0 +1,7 @@
1
+ import { Property } from 'csstype';
2
+ import { IYBaseProps } from '../YBase';
3
+ export interface IYCustomProps extends IYBaseProps {
4
+ basises?: Property.FlexBasis[];
5
+ }
6
+ declare const YCustom: (props: IYCustomProps) => JSX.Element;
7
+ export default YCustom;
@@ -0,0 +1,7 @@
1
+ import { Property } from 'csstype';
2
+ import { IYBaseProps } from '../YBase';
3
+ export interface IYCustomBothProps extends IYBaseProps {
4
+ basis?: Property.FlexBasis;
5
+ }
6
+ declare const YCustomBoth: (props: IYCustomBothProps) => JSX.Element;
7
+ export default YCustomBoth;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYEvenlyProps extends IYBaseProps {
3
+ }
4
+ declare const YEvenly: (props: IYEvenlyProps) => JSX.Element;
5
+ export default YEvenly;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYMiddleProps extends IYBaseProps {
3
+ }
4
+ declare const YMiddle: (props: IYMiddleProps) => JSX.Element;
5
+ export default YMiddle;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYTopProps extends IYBaseProps {
3
+ }
4
+ declare const YTop: (props: IYTopProps) => JSX.Element;
5
+ export default YTop;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYWrapAroundProps extends IYBaseProps {
3
+ }
4
+ declare const YWrapAround: (props: IYWrapAroundProps) => JSX.Element;
5
+ export default YWrapAround;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYWrapBetweenProps extends IYBaseProps {
3
+ }
4
+ declare const YWrapBetween: (props: IYWrapBetweenProps) => JSX.Element;
5
+ export default YWrapBetween;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYWrapCenterProps extends IYBaseProps {
3
+ }
4
+ declare const YWrapCenter: (props: IYWrapCenterProps) => JSX.Element;
5
+ export default YWrapCenter;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYWrapEvenlyProps extends IYBaseProps {
3
+ }
4
+ declare const YWrapEvenly: (props: IYWrapEvenlyProps) => JSX.Element;
5
+ export default YWrapEvenly;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYWrapLeftProps extends IYBaseProps {
3
+ }
4
+ declare const YWrapLeft: (props: IYWrapLeftProps) => JSX.Element;
5
+ export default YWrapLeft;
@@ -0,0 +1,5 @@
1
+ import { IYBaseProps } from '../YBase';
2
+ export interface IYWrapRightProps extends IYBaseProps {
3
+ }
4
+ declare const YWrapRight: (props: IYWrapRightProps) => JSX.Element;
5
+ export default YWrapRight;
@@ -0,0 +1,8 @@
1
+ export declare enum BreakpointType {
2
+ ExtraSmall = "extra-small",
3
+ Small = "small",
4
+ Medium = "medium",
5
+ Large = "large",
6
+ ExtraLarge = "extra-large",
7
+ ExtraExtraLarge = "extra-extra-large"
8
+ }
@@ -0,0 +1,6 @@
1
+ export interface ISize {
2
+ width: number;
3
+ height: number;
4
+ }
5
+ export declare const getSize: (id: string) => ISize;
6
+ export declare const autoSize: (selector: string, callback: (size: ISize) => void) => void;
@@ -0,0 +1,10 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export interface IVActionFormProps extends IChildrenProps {
3
+ action: string | undefined;
4
+ method: string | undefined;
5
+ target: string | undefined;
6
+ }
7
+ export interface IVActionFormStates {
8
+ }
9
+ declare const VActionForm: (props: IVActionFormProps) => JSX.Element;
10
+ export default VActionForm;
@@ -0,0 +1,127 @@
1
+ import { IChildrenProps } from '../../Engine/Base';
2
+ export declare enum AnimationCategory {
3
+ Bounce = "animate__bounce",
4
+ Flash = "animate__flash",
5
+ Pulse = "animate__pulse",
6
+ RubberBand = "animate__rubberBand",
7
+ ShakeX = "animate__shakeX",
8
+ ShakeY = "animate__shakeY",
9
+ HeadShake = "animate__headShake",
10
+ Swing = "animate__swing",
11
+ Tada = "animate__tada",
12
+ Wobble = "animate__wobble",
13
+ Jello = "animate__jello",
14
+ HeartBeat = "animate__heartBeat",
15
+ BackInDown = "animate__backInDown",
16
+ BackInLeft = "animate__backInLeft",
17
+ BackInRight = "animate__backInRight",
18
+ BackInUp = "animate__backInUp",
19
+ BackOutDown = "animate__backOutDown",
20
+ BackOutLeft = "animate__backOutLeft",
21
+ BackOutRight = "animate__backOutRight",
22
+ BackOutUp = "animate__backOutUp",
23
+ BounceIn = "animate__bounceIn",
24
+ BounceInDown = "animate__bounceInDown",
25
+ BounceInLeft = "animate__bounceInLeft",
26
+ BounceInRight = "animate__bounceInRight",
27
+ BounceInUp = "animate__bounceInUp",
28
+ BounceOut = "animate__bounceOut",
29
+ BounceOutDown = "animate__bounceOutDown",
30
+ BounceOutLeft = "animate__bounceOutLeft",
31
+ BounceOutRight = "animate__bounceOutRight",
32
+ BounceOutUp = "animate__bounceOutUp",
33
+ FadeIn = "animate__fadeIn",
34
+ FadeInDown = "animate__fadeInDown",
35
+ FadeInDownBig = "animate__fadeInDownBig",
36
+ FadeInLeft = "animate__fadeInLeft",
37
+ FadeInLeftBig = "animate__fadeInLeftBig",
38
+ FadeInRight = "animate__fadeInRight",
39
+ FadeInRightBig = "animate__fadeInRightBig",
40
+ FadeInUp = "animate__fadeInUp",
41
+ FadeInUpBig = "animate__fadeInUpBig",
42
+ FadeInTopLeft = "animate__fadeInTopLeft",
43
+ FadeInTopRight = "animate__fadeInTopRight",
44
+ FadeInBottomLeft = "animate__fadeInBottomLeft",
45
+ FadeInBottomRight = "animate__fadeInBottomRight",
46
+ FadeOut = "animate__fadeOut",
47
+ FadeOutDown = "animate__fadeOutDown",
48
+ FadeOutDownBig = "animate__fadeOutDownBig",
49
+ FadeOutLeft = "animate__fadeOutLeft",
50
+ FadeOutLeftBig = "animate__fadeOutLeftBig",
51
+ FadeOutRight = "animate__fadeOutRight",
52
+ FadeOutRightBig = "animate__fadeOutRightBig",
53
+ FadeOutUp = "animate__fadeOutUp",
54
+ FadeOutUpBig = "animate__fadeOutUpBig",
55
+ FadeOutTopLeft = "animate__fadeOutTopLeft",
56
+ FadeOutTopRight = "animate__fadeOutTopRight",
57
+ FadeOutBottomLeft = "animate__fadeOutBottomLeft",
58
+ FadeOutBottomRight = "animate__fadeOutBottomRight",
59
+ Flip = "animate__flip",
60
+ FlipInX = "animate__flipInX",
61
+ FlipInY = "animate__flipInY",
62
+ FlipOutX = "animate__flipOutX",
63
+ FlipOutY = "animate__flipOutY",
64
+ LightSpeedInRight = "animate__lightSpeedInRight",
65
+ LightSpeedInLeft = "animate__lightSpeedInLeft",
66
+ LightSpeedOutRight = "animate__lightSpeedOutRight",
67
+ LightSpeedOutLeft = "animate__lightSpeedOutLeft",
68
+ RotateIn = "animate__rotateIn",
69
+ RotateInDownLeft = "animate__rotateInDownLeft",
70
+ RotateInDownRight = "animate__rotateInDownRight",
71
+ RotateInUpLeft = "animate__rotateInUpLeft",
72
+ RotateInUpRight = "animate__rotateInUpRight",
73
+ RotateOut = "animate__rotateOut",
74
+ RotateOutDownLeft = "animate__rotateOutDownLeft",
75
+ RotateOutDownRight = "animate__rotateOutDownRight",
76
+ RotateOutUpLeft = "animate__rotateOutUpLeft",
77
+ RotateOutUpRight = "animate__rotateOutUpRight",
78
+ Hinge = "animate__hinge",
79
+ JackInTheBox = "animate__jackInTheBox",
80
+ RollIn = "animate__zoomIn",
81
+ RollOut = "animate__zoomIn",
82
+ ZoomIn = "animate__zoomIn",
83
+ ZoomInDown = "animate__zoomInDown",
84
+ ZoomInLeft = "animate__zoomInLeft",
85
+ ZoomInRight = "animate__zoomInRight",
86
+ ZoomInUp = "animate__zoomInUp",
87
+ ZoomOut = "animate__zoomOut",
88
+ ZoomOutDown = "animate__zoomOutDown",
89
+ ZoomOutLeft = "animate__zoomOutLeft",
90
+ ZoomOutRight = "animate__zoomOutRight",
91
+ ZoomOutUp = "animate__zoomOutUp",
92
+ SlideInDown = "animate__slideInDown",
93
+ SlideInLeft = "animate__slideInLeft",
94
+ SlideInRight = "animate__slideInRight",
95
+ SlideInUp = "animate__slideInUp",
96
+ SlideOutDown = "animate__slideOutDown",
97
+ SlideOutLeft = "animate__slideOutLeft",
98
+ SlideOutRight = "animate__slideOutRight",
99
+ SlideOutUp = "animate__slideOutUp"
100
+ }
101
+ export declare enum AnimationRepeat {
102
+ Once = "animate__repeat-1",
103
+ Twice = "animate__repeat-2",
104
+ Thrice = "animate__repeat-3",
105
+ Infinite = "animate__infinite"
106
+ }
107
+ export declare enum AnimationSpeed {
108
+ Slow = "animate__slow",
109
+ Slower = "animate__slower",
110
+ Fast = "animate__fast",
111
+ Faster = "animate__faster"
112
+ }
113
+ export declare enum AnimationDelay {
114
+ Delay1Second = "animate__delay-1s",
115
+ Delay2Second = "animate__delay-2s",
116
+ Delay3Second = "animate__delay-3s",
117
+ Delay4Second = "animate__delay-4s",
118
+ Delay5Second = "animate__delay-5s"
119
+ }
120
+ export interface IVAnimationProps extends IChildrenProps {
121
+ category: AnimationCategory;
122
+ repeat?: AnimationRepeat;
123
+ speed?: AnimationSpeed;
124
+ delay?: AnimationDelay;
125
+ }
126
+ declare const VAnimation: (props: IVAnimationProps) => JSX.Element;
127
+ export default VAnimation;
@@ -0,0 +1,10 @@
1
+ import { IBaseProps } from '../../Engine/Base';
2
+ export interface SourceItem {
3
+ src: string;
4
+ type: string;
5
+ }
6
+ export interface IVAudioProps extends IBaseProps {
7
+ sources: SourceItem[];
8
+ }
9
+ declare const VAudio: (props: IVAudioProps) => JSX.Element;
10
+ export default VAudio;
@@ -0,0 +1,11 @@
1
+ import { IBaseProps } from '../../Engine/Base';
2
+ import { ColorType } from '../../Engine';
3
+ export interface IVAvatarProps extends IBaseProps {
4
+ avatar: string | JSX.Element;
5
+ badge?: string | JSX.Element;
6
+ status?: ColorType;
7
+ badgeOffset?: string;
8
+ statusOffset?: string;
9
+ }
10
+ declare const VAvatar: (props: IVAvatarProps) => JSX.Element;
11
+ export default VAvatar;