@fewbox/den-web 0.1.12 → 0.1.18
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.
- package/index.css +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +4 -5
- package/src/components/Auth/FigmaSignin/index.d.ts +1 -1
- package/src/components/Auth/GoogleGrant/index.d.ts +1 -1
- package/src/components/Auth/GoogleSignin/index.d.ts +1 -1
- package/src/components/Auth/WeComSignin/index.d.ts +1 -1
- package/src/components/Debug/index.d.ts +1 -1
- package/src/components/Engine/Base/index.d.ts +2 -2
- package/src/components/Layout/Display/index.d.ts +1 -1
- package/src/components/Layout/Dock/index.d.ts +3 -3
- package/src/components/Layout/Flex/index.d.ts +1 -1
- package/src/components/Layout/FlexItem/index.d.ts +1 -1
- package/src/components/Layout/Position/index.d.ts +1 -1
- package/src/components/Layout/PositionArea/index.d.ts +1 -1
- package/src/components/Layout/Responsive/index.d.ts +3 -3
- package/src/components/Layout/SBaseline/index.d.ts +1 -1
- package/src/components/Layout/SBottom/index.d.ts +1 -1
- package/src/components/Layout/SCenter/index.d.ts +1 -1
- package/src/components/Layout/SLeft/index.d.ts +1 -1
- package/src/components/Layout/SMiddle/index.d.ts +1 -1
- package/src/components/Layout/SRight/index.d.ts +1 -1
- package/src/components/Layout/SStretch/index.d.ts +1 -1
- package/src/components/Layout/STop/index.d.ts +1 -1
- package/src/components/Layout/X/index.d.ts +1 -1
- package/src/components/Layout/XAround/index.d.ts +1 -1
- package/src/components/Layout/XAutoBoth/index.d.ts +1 -1
- package/src/components/Layout/XAutoCenter/index.d.ts +1 -1
- package/src/components/Layout/XAutoLeft/index.d.ts +1 -1
- package/src/components/Layout/XAutoLefts/index.d.ts +1 -1
- package/src/components/Layout/XAutoRight/index.d.ts +1 -1
- package/src/components/Layout/XAutoRights/index.d.ts +1 -1
- package/src/components/Layout/XBase/index.d.ts +1 -1
- package/src/components/Layout/XBetween/index.d.ts +1 -1
- package/src/components/Layout/XCenter/index.d.ts +1 -1
- package/src/components/Layout/XCustom/index.d.ts +1 -1
- package/src/components/Layout/XCustomBoth/index.d.ts +1 -1
- package/src/components/Layout/XEvenly/index.d.ts +1 -1
- package/src/components/Layout/XLeft/index.d.ts +1 -1
- package/src/components/Layout/XRight/index.d.ts +1 -1
- package/src/components/Layout/XWrapAround/index.d.ts +1 -1
- package/src/components/Layout/XWrapBetween/index.d.ts +1 -1
- package/src/components/Layout/XWrapBottom/index.d.ts +1 -1
- package/src/components/Layout/XWrapEvenly/index.d.ts +1 -1
- package/src/components/Layout/XWrapMiddle/index.d.ts +1 -1
- package/src/components/Layout/XWrapTop/index.d.ts +1 -1
- package/src/components/Layout/Y/index.d.ts +1 -1
- package/src/components/Layout/YAround/index.d.ts +1 -1
- package/src/components/Layout/YAutoBoth/index.d.ts +1 -1
- package/src/components/Layout/YAutoBottom/index.d.ts +1 -1
- package/src/components/Layout/YAutoBottoms/index.d.ts +1 -1
- package/src/components/Layout/YAutoCenter/index.d.ts +1 -1
- package/src/components/Layout/YAutoTop/index.d.ts +1 -1
- package/src/components/Layout/YAutoTops/index.d.ts +1 -1
- package/src/components/Layout/YBase/index.d.ts +1 -1
- package/src/components/Layout/YBetween/index.d.ts +1 -1
- package/src/components/Layout/YBottom/index.d.ts +1 -1
- package/src/components/Layout/YCustom/index.d.ts +1 -1
- package/src/components/Layout/YCustomBoth/index.d.ts +1 -1
- package/src/components/Layout/YEvenly/index.d.ts +1 -1
- package/src/components/Layout/YMiddle/index.d.ts +1 -1
- package/src/components/Layout/YTop/index.d.ts +1 -1
- package/src/components/Layout/YWrapAround/index.d.ts +1 -1
- package/src/components/Layout/YWrapBetween/index.d.ts +1 -1
- package/src/components/Layout/YWrapCenter/index.d.ts +1 -1
- package/src/components/Layout/YWrapEvenly/index.d.ts +1 -1
- package/src/components/Layout/YWrapLeft/index.d.ts +1 -1
- package/src/components/Layout/YWrapRight/index.d.ts +1 -1
- package/src/components/View/VActionForm/index.d.ts +1 -1
- package/src/components/View/VAnimation/index.d.ts +1 -1
- package/src/components/View/VAudio/index.d.ts +1 -1
- package/src/components/View/VAvatar/index.d.ts +3 -3
- package/src/components/View/VBackground/index.d.ts +1 -1
- package/src/components/View/VBadge/index.d.ts +2 -2
- package/src/components/View/VBlock/index.d.ts +5 -5
- package/src/components/View/VCard/index.d.ts +3 -3
- package/src/components/View/VCardMedia/index.d.ts +5 -5
- package/src/components/View/VCardSocial/index.d.ts +9 -9
- package/src/components/View/VCardWindow/index.d.ts +1 -1
- package/src/components/View/VChromeExtensionValidator/index.d.ts +4 -4
- package/src/components/View/VFooter/index.d.ts +1 -1
- package/src/components/View/VForm/index.d.ts +1 -1
- package/src/components/View/VFrame/index.d.ts +1 -1
- package/src/components/View/VGoogleFont/index.d.ts +1 -1
- package/src/components/View/VHR/index.d.ts +1 -1
- package/src/components/View/VHeader/index.d.ts +1 -1
- package/src/components/View/VHyperlink/index.d.ts +1 -1
- package/src/components/View/VImage/index.d.ts +1 -1
- package/src/components/View/VInput/VBase64File/index.d.ts +2 -2
- package/src/components/View/VInput/VCheckBox/index.d.ts +1 -1
- package/src/components/View/VInput/VColor/index.d.ts +1 -1
- package/src/components/View/VInput/VDate/index.d.ts +1 -1
- package/src/components/View/VInput/VDatetimeLocal/index.d.ts +1 -1
- package/src/components/View/VInput/VDropdown/index.d.ts +8 -8
- package/src/components/View/VInput/VEmail/index.d.ts +1 -1
- package/src/components/View/VInput/VFile/index.d.ts +4 -4
- package/src/components/View/VInput/VGroup/index.d.ts +2 -2
- package/src/components/View/VInput/VMonth/index.d.ts +1 -1
- package/src/components/View/VInput/VNumber/index.d.ts +1 -1
- package/src/components/View/VInput/VPassword/index.d.ts +1 -1
- package/src/components/View/VInput/VRadio/index.d.ts +1 -1
- package/src/components/View/VInput/VRange/index.d.ts +1 -1
- package/src/components/View/VInput/VSearch/index.d.ts +1 -1
- package/src/components/View/VInput/VSubmit/index.d.ts +2 -2
- package/src/components/View/VInput/VSubmitWrapper/index.d.ts +2 -2
- package/src/components/View/VInput/VTel/index.d.ts +1 -1
- package/src/components/View/VInput/VTime/index.d.ts +1 -1
- package/src/components/View/VInput/VUrl/index.d.ts +1 -1
- package/src/components/View/VInput/VWeek/index.d.ts +1 -1
- package/src/components/View/VInput/index.d.ts +3 -3
- package/src/components/View/VLabel/index.d.ts +2 -2
- package/src/components/View/VLoading/index.d.ts +1 -1
- package/src/components/View/VMain/index.d.ts +1 -1
- package/src/components/View/VMask/index.d.ts +1 -1
- package/src/components/View/VPhoto/index.d.ts +1 -1
- package/src/components/View/VSection/index.d.ts +1 -1
- package/src/components/View/VSelect/index.d.ts +1 -1
- package/src/components/View/VShadow/index.d.ts +1 -1
- package/src/components/View/VShape/VEllipse/index.d.ts +1 -1
- package/src/components/View/VShape/VLine/index.d.ts +1 -1
- package/src/components/View/VShape/VRectangle/index.d.ts +1 -1
- package/src/components/View/VStack/index.d.ts +1 -1
- package/src/components/View/VSvg/index.d.ts +1 -1
- package/src/components/View/VSwitch/index.d.ts +2 -2
- package/src/components/View/VTemplate/index.d.ts +1 -1
- package/src/components/View/VText/index.d.ts +2 -2
- package/src/components/View/VTextArea/index.d.ts +1 -1
- package/src/components/View/VTooltip/index.d.ts +2 -2
- package/src/components/View/VTree/Block/index.d.ts +4 -4
- package/src/components/View/VTree/index.d.ts +4 -4
- package/src/components/View/VVideo/index.d.ts +1 -1
- package/src/components/View/VZone/index.d.ts +1 -1
- package/src/components/core.d.ts +117 -0
- package/src/components/web.d.ts +1 -114
- package/templates/FEWBOX.md +6 -7
- package/src/components/Engine/BaseComponent/index.d.ts +0 -9
- package/src/components/View/VButton/index.d.ts +0 -15
- package/src/components/View/VLink/App/index.d.ts +0 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fewbox/den-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.18",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index-web.d.ts",
|
|
6
6
|
"repository": "https://github.com/FewBox/fewbox-den.git",
|
|
@@ -15,9 +15,8 @@
|
|
|
15
15
|
"registry": "https://registry.npmjs.org/"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"
|
|
19
|
-
"react": "^
|
|
20
|
-
"
|
|
21
|
-
"react-intl": "^6.8.1"
|
|
18
|
+
"react": "^19.2.0",
|
|
19
|
+
"react-dom": "^19.2.0",
|
|
20
|
+
"jwt-decode": "^4.0.0"
|
|
22
21
|
}
|
|
23
22
|
}
|
|
@@ -5,5 +5,5 @@ export interface IFigmaSigninProps extends IBaseProps {
|
|
|
5
5
|
scope: string;
|
|
6
6
|
responseType: string;
|
|
7
7
|
}
|
|
8
|
-
declare const FigmaSignin: (props: IFigmaSigninProps) => JSX.Element;
|
|
8
|
+
declare const FigmaSignin: (props: IFigmaSigninProps) => React.JSX.Element;
|
|
9
9
|
export default FigmaSignin;
|
|
@@ -37,5 +37,5 @@ export interface IGoogleGrantProps extends IBaseProps {
|
|
|
37
37
|
enableGoogle: () => void;
|
|
38
38
|
disableGoogle: () => void;
|
|
39
39
|
}
|
|
40
|
-
declare const GoogleGrant: (props: IGoogleGrantProps) => JSX.Element;
|
|
40
|
+
declare const GoogleGrant: (props: IGoogleGrantProps) => React.JSX.Element;
|
|
41
41
|
export default GoogleGrant;
|
|
@@ -14,5 +14,5 @@ export interface IGoogleSigninProps {
|
|
|
14
14
|
enableGoogle: () => void;
|
|
15
15
|
disableGoogle: () => void;
|
|
16
16
|
}
|
|
17
|
-
declare const GoogleSignin: (props: IGoogleSigninProps) => JSX.Element;
|
|
17
|
+
declare const GoogleSignin: (props: IGoogleSigninProps) => React.JSX.Element;
|
|
18
18
|
export default GoogleSignin;
|
|
@@ -4,5 +4,5 @@ export interface IWeComSigninProps extends IBaseProps {
|
|
|
4
4
|
agentId: string;
|
|
5
5
|
redirectUrl: string;
|
|
6
6
|
}
|
|
7
|
-
declare const WeComSignin: (props: IWeComSigninProps) => JSX.Element;
|
|
7
|
+
declare const WeComSignin: (props: IWeComSigninProps) => React.JSX.Element;
|
|
8
8
|
export default WeComSignin;
|
|
@@ -42,14 +42,14 @@ export interface IViewProps {
|
|
|
42
42
|
readonlyRef?: React.RefObject<any>;
|
|
43
43
|
customAttibutes?: Object;
|
|
44
44
|
}
|
|
45
|
-
export type IBaseProps<T extends keyof JSX.IntrinsicElements = 'div'> = IViewProps & React.ComponentPropsWithoutRef<T>;
|
|
45
|
+
export type IBaseProps<T extends keyof React.JSX.IntrinsicElements = 'div'> = IViewProps & React.ComponentPropsWithoutRef<T>;
|
|
46
46
|
export interface IBaseStates {
|
|
47
47
|
}
|
|
48
48
|
export interface IBaseReturn {
|
|
49
49
|
getClassName: (vClassName: string) => string;
|
|
50
50
|
getStyle: () => object;
|
|
51
51
|
getChildren: () => React.ReactNode;
|
|
52
|
-
getProps: <T extends keyof JSX.IntrinsicElements = 'div'>(tag: T) => object;
|
|
52
|
+
getProps: <T extends keyof React.JSX.IntrinsicElements = 'div'>(tag: T) => object;
|
|
53
53
|
}
|
|
54
54
|
declare const Base: (restProps: IBaseProps<any>) => IBaseReturn;
|
|
55
55
|
export default Base;
|
|
@@ -14,5 +14,5 @@ export interface IDisplayProps extends IBaseProps {
|
|
|
14
14
|
type?: DisplayType;
|
|
15
15
|
breakpoint?: BreakpointType | BreakpointType[];
|
|
16
16
|
}
|
|
17
|
-
declare const Display: (props: IDisplayProps) => JSX.Element;
|
|
17
|
+
declare const Display: (props: IDisplayProps) => React.JSX.Element;
|
|
18
18
|
export default Display;
|
|
@@ -21,10 +21,10 @@ export interface IDockProps extends IBaseProps {
|
|
|
21
21
|
category: DockCategory;
|
|
22
22
|
offset?: number;
|
|
23
23
|
overlayZIndex?: number;
|
|
24
|
-
renderOverlay: () => JSX.Element;
|
|
24
|
+
renderOverlay: () => React.JSX.Element;
|
|
25
25
|
}
|
|
26
26
|
export interface IDockStates extends IBaseStates {
|
|
27
|
-
|
|
27
|
+
isMounted: boolean;
|
|
28
28
|
}
|
|
29
|
-
declare const Dock: (props: IDockProps) => JSX.Element;
|
|
29
|
+
declare const Dock: (props: IDockProps) => React.JSX.Element;
|
|
30
30
|
export default Dock;
|
|
@@ -14,5 +14,5 @@ export interface IFlexItemProps extends IBaseProps<any> {
|
|
|
14
14
|
grow?: Property.FlexGrow;
|
|
15
15
|
shrink?: Property.FlexShrink;
|
|
16
16
|
}
|
|
17
|
-
declare const FlexItem: (props: IFlexItemProps) => JSX.Element;
|
|
17
|
+
declare const FlexItem: (props: IFlexItemProps) => React.JSX.Element;
|
|
18
18
|
export default FlexItem;
|
|
@@ -28,5 +28,5 @@ export interface IPositionProps extends IBaseProps {
|
|
|
28
28
|
isFullWidth?: boolean;
|
|
29
29
|
style?: React.CSSProperties;
|
|
30
30
|
}
|
|
31
|
-
declare const Position: (props: IPositionProps) => JSX.Element;
|
|
31
|
+
declare const Position: (props: IPositionProps) => React.JSX.Element;
|
|
32
32
|
export default Position;
|
|
@@ -6,5 +6,5 @@ export declare enum PositionAreaCategory {
|
|
|
6
6
|
export interface IPositionAreaProps extends IBaseProps {
|
|
7
7
|
category?: PositionAreaCategory;
|
|
8
8
|
}
|
|
9
|
-
declare const PositionArea: (props: IPositionAreaProps) => JSX.Element;
|
|
9
|
+
declare const PositionArea: (props: IPositionAreaProps) => React.JSX.Element;
|
|
10
10
|
export default PositionArea;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { BreakpointType } from '..';
|
|
2
2
|
export interface IResponsiveProps {
|
|
3
3
|
breakpointType?: BreakpointType;
|
|
4
|
-
desktop: JSX.Element;
|
|
5
|
-
mobile: JSX.Element;
|
|
4
|
+
desktop: React.JSX.Element;
|
|
5
|
+
mobile: React.JSX.Element;
|
|
6
6
|
}
|
|
7
|
-
declare const Responsive: (props: IResponsiveProps) => JSX.Element;
|
|
7
|
+
declare const Responsive: (props: IResponsiveProps) => React.JSX.Element;
|
|
8
8
|
export default Responsive;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export interface ISBaselineProps extends IBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const SBaseline: (props: ISBaselineProps) => JSX.Element;
|
|
4
|
+
declare const SBaseline: (props: ISBaselineProps) => React.JSX.Element;
|
|
5
5
|
export default SBaseline;
|
|
@@ -2,5 +2,5 @@ import { IBaseProps } from '../../Engine/Base';
|
|
|
2
2
|
import { ISCenterProps } from '../SCenter';
|
|
3
3
|
export interface ISBottomProps extends IBaseProps {
|
|
4
4
|
}
|
|
5
|
-
declare const SBottom: (props: ISCenterProps) => JSX.Element;
|
|
5
|
+
declare const SBottom: (props: ISCenterProps) => React.JSX.Element;
|
|
6
6
|
export default SBottom;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export interface ISStretchProps extends IBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const SStretch: (props: ISStretchProps) => JSX.Element;
|
|
4
|
+
declare const SStretch: (props: ISStretchProps) => React.JSX.Element;
|
|
5
5
|
export default SStretch;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IXBaseProps } from '../XBase';
|
|
2
2
|
export interface IXAutoBothProps extends IXBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const XAutoBoth: (props: IXAutoBothProps) => JSX.Element;
|
|
4
|
+
declare const XAutoBoth: (props: IXAutoBothProps) => React.JSX.Element;
|
|
5
5
|
export default XAutoBoth;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IXBaseProps } from '../XBase';
|
|
2
2
|
export interface IXAutoCenterProps extends IXBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const XAutoCenter: (props: IXAutoCenterProps) => JSX.Element;
|
|
4
|
+
declare const XAutoCenter: (props: IXAutoCenterProps) => React.JSX.Element;
|
|
5
5
|
export default XAutoCenter;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IXBaseProps } from '../XBase';
|
|
2
2
|
export interface IXAutoLeftProps extends IXBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const XAutoLeft: (props: IXAutoLeftProps) => JSX.Element;
|
|
4
|
+
declare const XAutoLeft: (props: IXAutoLeftProps) => React.JSX.Element;
|
|
5
5
|
export default XAutoLeft;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IXBaseProps } from '../XBase';
|
|
2
2
|
export interface IXAutoLeftsProps extends IXBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const XAutoLefts: (props: IXAutoLeftsProps) => JSX.Element;
|
|
4
|
+
declare const XAutoLefts: (props: IXAutoLeftsProps) => React.JSX.Element;
|
|
5
5
|
export default XAutoLefts;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IXBaseProps } from '../XBase';
|
|
2
2
|
export interface IXAutoRightProps extends IXBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const XAutoRight: (props: IXAutoRightProps) => JSX.Element;
|
|
4
|
+
declare const XAutoRight: (props: IXAutoRightProps) => React.JSX.Element;
|
|
5
5
|
export default XAutoRight;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IXBaseProps } from '../XBase';
|
|
2
2
|
export interface IXAutoRightsProps extends IXBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const XAutoRights: (props: IXAutoRightsProps) => JSX.Element;
|
|
4
|
+
declare const XAutoRights: (props: IXAutoRightsProps) => React.JSX.Element;
|
|
5
5
|
export default XAutoRights;
|
|
@@ -12,5 +12,5 @@ export interface IXBaseProps extends IBaseProps {
|
|
|
12
12
|
gap?: string;
|
|
13
13
|
cross?: XCrossType;
|
|
14
14
|
}
|
|
15
|
-
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;
|
|
16
16
|
export default XBase;
|
|
@@ -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 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 { 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 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;
|
|
@@ -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 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;
|
|
@@ -3,5 +3,5 @@ export interface IVActionFormProps extends IBaseProps<'form'> {
|
|
|
3
3
|
}
|
|
4
4
|
export interface IVActionFormStates {
|
|
5
5
|
}
|
|
6
|
-
declare const VActionForm: (props: IVActionFormProps) => JSX.Element;
|
|
6
|
+
declare const VActionForm: (props: IVActionFormProps) => React.JSX.Element;
|
|
7
7
|
export default VActionForm;
|
|
@@ -123,5 +123,5 @@ export interface IVAnimationProps extends IBaseProps {
|
|
|
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;
|
|
@@ -6,5 +6,5 @@ export interface SourceItem {
|
|
|
6
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;
|