@fewbox/den 0.0.99 → 0.1.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-core.d.ts +5 -0
- package/index.css +1 -12226
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +4 -13
- package/src/components/Auth/FigmaSignin/index.d.ts +3 -3
- package/src/components/Auth/GoogleGrant/index.d.ts +3 -3
- package/src/components/Auth/GoogleSignin/index.d.ts +1 -1
- package/src/components/Auth/WeComSignin/index.d.ts +3 -3
- package/src/components/Debug/index.d.ts +3 -3
- package/src/components/Engine/Base/NativeAttributeMap.d.ts +2 -0
- package/src/components/Engine/Base/index.d.ts +7 -179
- package/src/components/Engine/index.d.ts +3 -3
- package/src/components/Layout/Display/index.d.ts +3 -3
- package/src/components/Layout/Dock/index.d.ts +18 -11
- package/src/components/Layout/Flex/index.d.ts +3 -2
- package/src/components/Layout/FlexItem/index.d.ts +2 -2
- package/src/components/Layout/Position/index.d.ts +3 -4
- package/src/components/Layout/PositionArea/index.d.ts +3 -3
- package/src/components/Layout/Responsive/index.d.ts +3 -3
- package/src/components/Layout/SBaseline/index.d.ts +3 -3
- package/src/components/Layout/SBottom/index.d.ts +3 -3
- package/src/components/Layout/SCenter/index.d.ts +3 -3
- package/src/components/Layout/SLeft/index.d.ts +3 -3
- package/src/components/Layout/SMiddle/index.d.ts +3 -3
- package/src/components/Layout/SRight/index.d.ts +3 -3
- package/src/components/Layout/SStretch/index.d.ts +3 -3
- package/src/components/Layout/STop/index.d.ts +3 -3
- 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 -3
- 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 +3 -6
- package/src/components/View/VAnimation/index.d.ts +3 -3
- package/src/components/View/VAudio/index.d.ts +2 -2
- package/src/components/View/VAvatar/index.d.ts +4 -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/VBoundary/index.d.ts +1 -3
- 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 +9 -11
- package/src/components/View/VFooter/index.d.ts +2 -2
- package/src/components/View/VForm/index.d.ts +3 -3
- package/src/components/View/VFrame/index.d.ts +1 -3
- package/src/components/View/VGoogleFont/index.d.ts +1 -1
- package/src/components/View/VHR/index.d.ts +2 -2
- package/src/components/View/VHeader/index.d.ts +2 -2
- package/src/components/View/VHyperlink/index.d.ts +2 -2
- package/src/components/View/VImage/index.d.ts +13 -0
- package/src/components/View/VInput/VBase64File/{App/index.d.ts → index.d.ts} +3 -3
- 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 +11 -12
- package/src/components/View/VInput/VEmail/index.d.ts +1 -1
- package/src/components/View/VInput/VFile/index.d.ts +12 -14
- package/src/components/View/VInput/VGroup/index.d.ts +2 -3
- package/src/components/View/VInput/VHidden/index.d.ts +1 -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/VTextBox/index.d.ts +1 -3
- 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 +9 -21
- package/src/components/View/VLabel/index.d.ts +6 -10
- package/src/components/View/VLoading/index.d.ts +3 -3
- package/src/components/View/VMain/index.d.ts +2 -2
- package/src/components/View/VMask/index.d.ts +1 -1
- package/src/components/View/VPhoto/index.d.ts +1 -1
- package/src/components/View/VRoot/index.d.ts +2 -4
- package/src/components/View/VSection/index.d.ts +2 -2
- package/src/components/View/VSelect/index.d.ts +2 -2
- 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 -2
- package/src/components/View/VSwitch/index.d.ts +2 -2
- package/src/components/View/VTemplate/index.d.ts +2 -2
- package/src/components/View/VText/index.d.ts +6 -5
- package/src/components/View/VTextArea/index.d.ts +3 -6
- package/src/components/View/VTheme/index.d.ts +4 -5
- package/src/components/View/VTooltip/index.d.ts +3 -7
- 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 +2 -2
- package/src/components/View/VZone/index.d.ts +1 -1
- package/src/components/{app.d.ts → core.d.ts} +26 -44
- package/src/components/web.d.ts +9 -0
- package/templates/FEWBOX.md +8 -9
- package/index-app.d.ts +0 -15
- package/src/action/index.d.ts +0 -9
- package/src/components/Analyze/GA4/index.d.ts +0 -9
- package/src/components/Analyze/GA4NextJS/index.d.ts +0 -5
- package/src/components/Analyze/util.d.ts +0 -115
- package/src/components/Engine/BaseComponent/index.d.ts +0 -9
- package/src/components/Layout/DockBak/index.d.ts +0 -24
- package/src/components/View/VButton/index.d.ts +0 -17
- package/src/components/View/VDynamic/index.d.ts +0 -7
- package/src/components/View/VImage/App/index.d.ts +0 -16
- package/src/components/View/VLink/App/index.d.ts +0 -6
- package/src/components/View/VPaypal/index.d.ts +0 -10
- package/src/components/View/VPureRoot/index.d.ts +0 -7
- package/src/fewbox/index.d.ts +0 -27
- package/src/language/index.d.ts +0 -5
- package/src/network/FormHeaders.d.ts +0 -2
- package/src/network/IGraphQL.d.ts +0 -6
- package/src/network/JsonHeaders.d.ts +0 -5
- package/src/network/Network.d.ts +0 -45
- package/src/network/NetworkObservableBase.d.ts +0 -13
- package/src/network/StreamObservableBase.d.ts +0 -11
- package/src/network/UploadHeaders.d.ts +0 -5
- package/src/network/WS.d.ts +0 -11
- package/src/network/ajax/default/Delete.d.ts +0 -5
- package/src/network/ajax/default/DeleteText.d.ts +0 -5
- package/src/network/ajax/default/Get.d.ts +0 -5
- package/src/network/ajax/default/GetLocal.d.ts +0 -5
- package/src/network/ajax/default/GetText.d.ts +0 -5
- package/src/network/ajax/default/NetworkObservableAjax.d.ts +0 -7
- package/src/network/ajax/default/Patch.d.ts +0 -5
- package/src/network/ajax/default/PatchText.d.ts +0 -5
- package/src/network/ajax/default/Post.d.ts +0 -5
- package/src/network/ajax/default/PostText.d.ts +0 -5
- package/src/network/ajax/default/Put.d.ts +0 -5
- package/src/network/ajax/default/PutText.d.ts +0 -5
- package/src/network/ajax/external/DeleteExternal.d.ts +0 -5
- package/src/network/ajax/external/DeleteTextExternal.d.ts +0 -5
- package/src/network/ajax/external/GetExternal.d.ts +0 -5
- package/src/network/ajax/external/GetTextExternal.d.ts +0 -5
- package/src/network/ajax/external/NetworkObservableAjaxExternal.d.ts +0 -8
- package/src/network/ajax/external/PatchExternal.d.ts +0 -5
- package/src/network/ajax/external/PatchTextExternal.d.ts +0 -5
- package/src/network/ajax/external/PostExternal.d.ts +0 -5
- package/src/network/ajax/external/PostTextExternal.d.ts +0 -5
- package/src/network/ajax/external/PutExternal.d.ts +0 -5
- package/src/network/ajax/external/PutTextExternal.d.ts +0 -5
- package/src/network/fetch/default/DeleteFetch.d.ts +0 -5
- package/src/network/fetch/default/GetFetch.d.ts +0 -5
- package/src/network/fetch/default/NetworkObservableFetch.d.ts +0 -7
- package/src/network/fetch/default/PatchFetch.d.ts +0 -5
- package/src/network/fetch/default/PostFetch.d.ts +0 -5
- package/src/network/fetch/default/PutFetch.d.ts +0 -5
- package/src/network/fetch/external/GetFetchExternal.d.ts +0 -5
- package/src/network/fetch/external/NetworkObservableFetchExternal.d.ts +0 -8
- package/src/network/fetch/external/PatchFetchExternal.d.ts +0 -5
- package/src/network/fetch/external/PostFetchExternal.d.ts +0 -5
- package/src/network/fetch/external/PutFetchExternal.d.ts +0 -5
- package/src/network/graphql/default/GQL.d.ts +0 -6
- package/src/network/graphql/default/GQLUpload.d.ts +0 -6
- package/src/network/graphql/default/NetworkObservableGQL.d.ts +0 -7
- package/src/network/graphql/external/GQLExternal.d.ts +0 -6
- package/src/network/graphql/external/GQLExternalUpload.d.ts +0 -6
- package/src/network/graphql/external/NetworkObservableGQLExternal.d.ts +0 -7
- package/src/network/index.d.ts +0 -46
- package/src/network/sse/default/GetSSE.d.ts +0 -5
- package/src/network/sse/default/PostSSE.d.ts +0 -5
- package/src/network/sse/default/StreamObservableSSE.d.ts +0 -5
- package/src/network/sse/external/GetSSEExternal.d.ts +0 -5
- package/src/network/sse/external/PostSSEExternal.d.ts +0 -5
- package/src/network/sse/external/StreamObservableSSEExternal.d.ts +0 -6
- package/src/network/util.d.ts +0 -4
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
3
2
|
import { FlexAlignContentType, FlexJustifyContentType, FlexWrapType } from '../Flex';
|
|
4
3
|
import { FlexItemAlignSelfType } from '../FlexItem';
|
|
@@ -12,7 +11,6 @@ export declare enum XCrossType {
|
|
|
12
11
|
export interface IXBaseProps extends IBaseProps {
|
|
13
12
|
gap?: string;
|
|
14
13
|
cross?: XCrossType;
|
|
15
|
-
style?: React.CSSProperties;
|
|
16
14
|
}
|
|
17
|
-
declare const XBase: (props: IXBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetJustifyContent?: () => FlexJustifyContentType, overwriteGetAlignContent?: () => FlexAlignContentType) => JSX.Element;
|
|
15
|
+
declare const XBase: (props: IXBaseProps, overwriteRenderChildren?: (child: any, childIndex: number, alignSelf?: FlexItemAlignSelfType) => React.JSX.Element, overwriteGetWrap?: () => FlexWrapType, overwriteGetJustifyContent?: () => FlexJustifyContentType, overwriteGetAlignContent?: () => FlexAlignContentType) => React.JSX.Element;
|
|
18
16
|
export default XBase;
|
|
@@ -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;
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface IVActionFormProps extends
|
|
3
|
-
action: string | undefined;
|
|
4
|
-
method: string | undefined;
|
|
5
|
-
target: string | undefined;
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export interface IVActionFormProps extends IBaseProps<'form'> {
|
|
6
3
|
}
|
|
7
4
|
export interface IVActionFormStates {
|
|
8
5
|
}
|
|
9
|
-
declare const VActionForm: (props: IVActionFormProps) => JSX.Element;
|
|
6
|
+
declare const VActionForm: (props: IVActionFormProps) => React.JSX.Element;
|
|
10
7
|
export default VActionForm;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export declare enum AnimationCategory {
|
|
3
3
|
Bounce = "animate__bounce",
|
|
4
4
|
Flash = "animate__flash",
|
|
@@ -117,11 +117,11 @@ export declare enum AnimationDelay {
|
|
|
117
117
|
Delay4Second = "animate__delay-4s",
|
|
118
118
|
Delay5Second = "animate__delay-5s"
|
|
119
119
|
}
|
|
120
|
-
export interface IVAnimationProps extends
|
|
120
|
+
export interface IVAnimationProps extends IBaseProps {
|
|
121
121
|
category: AnimationCategory;
|
|
122
122
|
repeat?: AnimationRepeat;
|
|
123
123
|
speed?: AnimationSpeed;
|
|
124
124
|
delay?: AnimationDelay;
|
|
125
125
|
}
|
|
126
|
-
declare const VAnimation: (props: IVAnimationProps) => JSX.Element;
|
|
126
|
+
declare const VAnimation: (props: IVAnimationProps) => React.JSX.Element;
|
|
127
127
|
export default VAnimation;
|
|
@@ -3,8 +3,8 @@ export interface SourceItem {
|
|
|
3
3
|
src: string;
|
|
4
4
|
type: string;
|
|
5
5
|
}
|
|
6
|
-
export interface IVAudioProps extends IBaseProps {
|
|
6
|
+
export interface IVAudioProps extends IBaseProps<'audio'> {
|
|
7
7
|
sources: SourceItem[];
|
|
8
8
|
}
|
|
9
|
-
declare const VAudio: (props: IVAudioProps) => JSX.Element;
|
|
9
|
+
declare const VAudio: (props: IVAudioProps) => React.JSX.Element;
|
|
10
10
|
export default VAudio;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
import { ColorType } from '../../Engine';
|
|
3
|
+
import './index.scss';
|
|
3
4
|
export interface IVAvatarProps extends IBaseProps {
|
|
4
|
-
avatar: string | JSX.Element;
|
|
5
|
-
badge?: string | JSX.Element;
|
|
5
|
+
avatar: string | React.JSX.Element;
|
|
6
|
+
badge?: string | React.JSX.Element;
|
|
6
7
|
status?: ColorType;
|
|
7
8
|
badgeOffset?: string;
|
|
8
9
|
statusOffset?: string;
|
|
9
10
|
}
|
|
10
|
-
declare const VAvatar: (props: IVAvatarProps) => JSX.Element;
|
|
11
|
+
declare const VAvatar: (props: IVAvatarProps) => React.JSX.Element;
|
|
11
12
|
export default VAvatar;
|
|
@@ -14,5 +14,5 @@ export interface IVBackgroundProps extends IBaseProps {
|
|
|
14
14
|
imageHeight?: Property.Height<TLength>;
|
|
15
15
|
position?: BackgroundPositionType;
|
|
16
16
|
}
|
|
17
|
-
declare const VBackground: (props: IVBackgroundProps) => JSX.Element;
|
|
17
|
+
declare const VBackground: (props: IVBackgroundProps) => React.JSX.Element;
|
|
18
18
|
export default VBackground;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export interface IVBadgeProps extends IBaseProps {
|
|
3
|
-
badge?: string | JSX.Element;
|
|
3
|
+
badge?: string | React.JSX.Element;
|
|
4
4
|
}
|
|
5
|
-
declare const VBadge: (props: IVBadgeProps) => JSX.Element;
|
|
5
|
+
declare const VBadge: (props: IVBadgeProps) => React.JSX.Element;
|
|
6
6
|
export default VBadge;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export interface IVBlockProps extends IBaseProps {
|
|
3
|
-
icon: JSX.Element;
|
|
4
|
-
action: JSX.Element;
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
icon: React.JSX.Element;
|
|
4
|
+
action: React.JSX.Element;
|
|
5
|
+
caption: React.JSX.Element;
|
|
6
|
+
subCaption: React.JSX.Element;
|
|
7
7
|
}
|
|
8
|
-
declare const VBlock: (props: IVBlockProps) => JSX.Element;
|
|
8
|
+
declare const VBlock: (props: IVBlockProps) => React.JSX.Element;
|
|
9
9
|
export default VBlock;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
3
2
|
export interface IVBoundaryProps extends IBaseProps {
|
|
4
|
-
id?: string;
|
|
5
3
|
}
|
|
6
|
-
declare const VBoundary:
|
|
4
|
+
declare const VBoundary: import("react").ForwardRefExoticComponent<IVBoundaryProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
5
|
export default VBoundary;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export interface IVCardProps extends IBaseProps {
|
|
3
|
-
head?: JSX.Element;
|
|
4
|
-
body?: JSX.Element;
|
|
3
|
+
head?: React.JSX.Element;
|
|
4
|
+
body?: React.JSX.Element;
|
|
5
5
|
isDraggable?: boolean;
|
|
6
6
|
}
|
|
7
|
-
declare const VCard: (props: IVCardProps) => JSX.Element;
|
|
7
|
+
declare const VCard: (props: IVCardProps) => React.JSX.Element;
|
|
8
8
|
export default VCard;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export interface IVCardMediaProps extends IBaseProps {
|
|
3
|
-
media: JSX.Element;
|
|
4
|
-
head?: JSX.Element;
|
|
5
|
-
body?: JSX.Element;
|
|
6
|
-
foot?: JSX.Element;
|
|
3
|
+
media: React.JSX.Element;
|
|
4
|
+
head?: React.JSX.Element;
|
|
5
|
+
body?: React.JSX.Element;
|
|
6
|
+
foot?: React.JSX.Element;
|
|
7
7
|
}
|
|
8
|
-
declare const VCardMedia: (props: IVCardMediaProps) => JSX.Element;
|
|
8
|
+
declare const VCardMedia: (props: IVCardMediaProps) => React.JSX.Element;
|
|
9
9
|
export default VCardMedia;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export interface IVCardSocialProps extends IBaseProps {
|
|
3
|
-
|
|
4
|
-
icon: JSX.Element;
|
|
5
|
-
avatar: JSX.Element;
|
|
6
|
-
name: JSX.Element;
|
|
7
|
-
post: JSX.Element;
|
|
8
|
-
hashTags: JSX.Element[];
|
|
9
|
-
leftAction: JSX.Element;
|
|
10
|
-
rightAction: JSX.Element;
|
|
3
|
+
caption: React.JSX.Element;
|
|
4
|
+
icon: React.JSX.Element;
|
|
5
|
+
avatar: React.JSX.Element;
|
|
6
|
+
name: React.JSX.Element;
|
|
7
|
+
post: React.JSX.Element;
|
|
8
|
+
hashTags: React.JSX.Element[];
|
|
9
|
+
leftAction: React.JSX.Element;
|
|
10
|
+
rightAction: React.JSX.Element;
|
|
11
11
|
}
|
|
12
|
-
declare const VCardSocial: (props: IVCardSocialProps) => JSX.Element;
|
|
12
|
+
declare const VCardSocial: (props: IVCardSocialProps) => React.JSX.Element;
|
|
13
13
|
export default VCardSocial;
|
|
@@ -11,5 +11,5 @@ export interface IVCardWindowProps extends IBaseProps {
|
|
|
11
11
|
export interface IVCardWindowStatus extends IBaseStates {
|
|
12
12
|
isDetailShow: boolean;
|
|
13
13
|
}
|
|
14
|
-
declare const VCardWindow: (props: IVCardWindowProps) => JSX.Element;
|
|
14
|
+
declare const VCardWindow: (props: IVCardWindowProps) => React.JSX.Element;
|
|
15
15
|
export default VCardWindow;
|
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
export interface IChromeExtensionValidatorProps {
|
|
2
2
|
extensionId: string;
|
|
3
3
|
version?: string;
|
|
4
|
-
|
|
5
|
-
|
|
4
|
+
uninstalledMessage?: string | React.JSX.Element;
|
|
5
|
+
outdatedMessage?: string | React.JSX.Element;
|
|
6
6
|
downloadUrl?: string;
|
|
7
|
-
|
|
8
|
-
overWrite?: (status: ExtensionStatus) => JSX.Element;
|
|
7
|
+
overWrite?: (status: ExtensionStatus, meta: any) => React.JSX.Element;
|
|
9
8
|
}
|
|
10
9
|
export declare enum ExtensionStatus {
|
|
11
10
|
Uninstalled = "uninstalled",
|
|
12
11
|
Outdated = "outdated",
|
|
13
12
|
Ready = "ready"
|
|
14
13
|
}
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
export interface MetaEvent {
|
|
14
|
+
interface Meta {
|
|
15
|
+
name: string;
|
|
19
16
|
version: string;
|
|
20
17
|
}
|
|
21
|
-
export interface
|
|
22
|
-
|
|
18
|
+
export interface IChromeExtensionValidatorStates {
|
|
19
|
+
meta?: Meta;
|
|
20
|
+
status?: ExtensionStatus;
|
|
23
21
|
}
|
|
24
|
-
declare const ChromeExtensionValidator: (props: IChromeExtensionValidatorProps) => JSX.Element;
|
|
22
|
+
declare const ChromeExtensionValidator: (props: IChromeExtensionValidatorProps) => React.JSX.Element;
|
|
25
23
|
export default ChromeExtensionValidator;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
-
export interface IVFooterProps extends IBaseProps {
|
|
2
|
+
export interface IVFooterProps extends IBaseProps<'footer'> {
|
|
3
3
|
}
|
|
4
|
-
declare const VFooter: (props: IVFooterProps) => JSX.Element;
|
|
4
|
+
declare const VFooter: (props: IVFooterProps) => React.JSX.Element;
|
|
5
5
|
export default VFooter;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export declare enum HandleSubmitCategory {
|
|
3
3
|
Json = "json",
|
|
4
4
|
FormData = "formdata"
|
|
5
5
|
}
|
|
6
|
-
export interface IVFormProps extends
|
|
6
|
+
export interface IVFormProps extends IBaseProps<'form'> {
|
|
7
7
|
handleSubmitCategory?: HandleSubmitCategory;
|
|
8
8
|
handleSubmit: (json: any) => void;
|
|
9
9
|
handleValidateError?: (input: HTMLInputElement) => void;
|
|
10
10
|
errorColor?: string;
|
|
11
11
|
}
|
|
12
|
-
declare const VForm: (props: IVFormProps) => JSX.Element;
|
|
12
|
+
declare const VForm: (props: IVFormProps) => React.JSX.Element;
|
|
13
13
|
export default VForm;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
2
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
3
2
|
export interface BackingBoard {
|
|
4
3
|
degree: string;
|
|
@@ -7,8 +6,7 @@ export interface BackingBoard {
|
|
|
7
6
|
}
|
|
8
7
|
export interface IVFrameProps extends IBaseProps {
|
|
9
8
|
image: string;
|
|
10
|
-
padding?: Property.Padding;
|
|
11
9
|
backingBoard?: BackingBoard;
|
|
12
10
|
}
|
|
13
|
-
declare const VFrame: (props: IVFrameProps) => JSX.Element;
|
|
11
|
+
declare const VFrame: (props: IVFrameProps) => React.JSX.Element;
|
|
14
12
|
export default VFrame;
|
|
@@ -14,5 +14,5 @@ export interface IGoogleTypeface {
|
|
|
14
14
|
export interface IVGoogleFontProps {
|
|
15
15
|
typefaces: IGoogleTypeface[];
|
|
16
16
|
}
|
|
17
|
-
declare const VGoogleFont: (props: IVGoogleFontProps) => JSX.Element;
|
|
17
|
+
declare const VGoogleFont: (props: IVGoogleFontProps) => React.JSX.Element;
|
|
18
18
|
export default VGoogleFont;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
-
export interface IVHRProps extends IBaseProps {
|
|
2
|
+
export interface IVHRProps extends IBaseProps<'hr'> {
|
|
3
3
|
}
|
|
4
|
-
declare const VHR: (props: IVHRProps) => JSX.Element;
|
|
4
|
+
declare const VHR: (props: IVHRProps) => React.JSX.Element;
|
|
5
5
|
export default VHR;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
-
export interface IVHeaderProps extends IBaseProps {
|
|
2
|
+
export interface IVHeaderProps extends IBaseProps<'header'> {
|
|
3
3
|
}
|
|
4
|
-
declare const VHeader: (props: IVHeaderProps) => JSX.Element;
|
|
4
|
+
declare const VHeader: (props: IVHeaderProps) => React.JSX.Element;
|
|
5
5
|
export default VHeader;
|
|
@@ -5,9 +5,9 @@ export declare enum HyperlinkCategory {
|
|
|
5
5
|
Parent = "_parent",
|
|
6
6
|
Top = "_top"
|
|
7
7
|
}
|
|
8
|
-
export interface IVHyperlinkProps extends IBaseProps {
|
|
8
|
+
export interface IVHyperlinkProps extends IBaseProps<'a'> {
|
|
9
9
|
category: HyperlinkCategory;
|
|
10
10
|
to: string;
|
|
11
11
|
}
|
|
12
|
-
declare const VHyperlink: (props: IVHyperlinkProps) => JSX.Element;
|
|
12
|
+
declare const VHyperlink: (props: IVHyperlinkProps) => React.JSX.Element;
|
|
13
13
|
export default VHyperlink;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export declare enum ImageCategory {
|
|
3
|
+
Default = "default",
|
|
4
|
+
Circle = "circle",
|
|
5
|
+
Squared = "squared",
|
|
6
|
+
FullSize = "full-size",
|
|
7
|
+
Scale = "scale"
|
|
8
|
+
}
|
|
9
|
+
export interface IVImageProps extends IBaseProps<'img'> {
|
|
10
|
+
category?: ImageCategory;
|
|
11
|
+
}
|
|
12
|
+
declare const VImage: (props: IVImageProps) => React.JSX.Element;
|
|
13
|
+
export default VImage;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { IBaseInputProps } from "
|
|
1
|
+
import { IBaseInputProps } from "..";
|
|
2
2
|
export interface IVBase64FileProps extends IBaseInputProps {
|
|
3
|
-
fileIcon?: JSX.Element;
|
|
3
|
+
fileIcon?: React.JSX.Element;
|
|
4
4
|
base64Image: string;
|
|
5
5
|
}
|
|
6
6
|
export interface IVBase64FileStates {
|
|
7
7
|
base64Image: string;
|
|
8
8
|
}
|
|
9
|
-
declare const VBase64File: (props: IVBase64FileProps) => JSX.Element;
|
|
9
|
+
declare const VBase64File: (props: IVBase64FileProps) => React.JSX.Element;
|
|
10
10
|
export default VBase64File;
|