@fewbox/den 0.0.96 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index-core.d.ts +5 -0
- package/index-web.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 +16 -10
- 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 -19
- 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/src/store/Json.d.ts +1 -1
- 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 -2
- 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
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fewbox/den",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"main": "index.js",
|
|
5
|
-
"types": "index
|
|
5
|
+
"types": "index.d.ts",
|
|
6
6
|
"repository": "https://github.com/FewBox/fewbox-den.git",
|
|
7
7
|
"author": "FewBox Support <support@fewbox.com>",
|
|
8
8
|
"license": "Apache-2.0",
|
|
@@ -15,16 +15,7 @@
|
|
|
15
15
|
"registry": "https://registry.npmjs.org/"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"konva": "^9.3.16",
|
|
21
|
-
"react": "^18.3.1",
|
|
22
|
-
"react-dom": "^18.3.1",
|
|
23
|
-
"react-ga4": "^2.1.0",
|
|
24
|
-
"react-intl": "^6.8.1",
|
|
25
|
-
"react-router-dom": "^6.27.0",
|
|
26
|
-
"redux": "^5.0.1",
|
|
27
|
-
"redux-observable": "^3.0.0-rc.2",
|
|
28
|
-
"rxjs": "^7.8.1"
|
|
18
|
+
"react": "^19.2.0",
|
|
19
|
+
"react-dom": "^19.2.0"
|
|
29
20
|
}
|
|
30
21
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface IFigmaSigninProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export interface IFigmaSigninProps extends IBaseProps {
|
|
3
3
|
clientId: string;
|
|
4
4
|
redirectUrl: string;
|
|
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;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export interface GoogleGrantToken {
|
|
3
3
|
accessToken: string;
|
|
4
4
|
expiresIn: string;
|
|
@@ -27,7 +27,7 @@ export declare enum GoogleGrantCategory {
|
|
|
27
27
|
Implicit = "implicit",
|
|
28
28
|
AuthorizationCode = "authorization-code"
|
|
29
29
|
}
|
|
30
|
-
export interface IGoogleGrantProps extends
|
|
30
|
+
export interface IGoogleGrantProps extends IBaseProps {
|
|
31
31
|
category?: GoogleGrantCategory;
|
|
32
32
|
uxMode?: GoogleGrantUXMode;
|
|
33
33
|
clientId: string;
|
|
@@ -37,5 +37,5 @@ export interface IGoogleGrantProps extends IChildrenProps {
|
|
|
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;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface IWeComSigninProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export interface IWeComSigninProps extends IBaseProps {
|
|
3
3
|
appId: string;
|
|
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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface IDebugProps extends
|
|
1
|
+
import { IBaseProps } from '../Engine/Base';
|
|
2
|
+
export interface IDebugProps extends IBaseProps {
|
|
3
3
|
isDebug: boolean;
|
|
4
4
|
}
|
|
5
|
-
declare const Debug: (props: IDebugProps) => JSX.Element;
|
|
5
|
+
declare const Debug: (props: IDebugProps) => React.JSX.Element;
|
|
6
6
|
export default Debug;
|
|
@@ -1,21 +1,12 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { DirectionType, FullColorType, PseudoType, FullSizeType, FontWeightType } from '..';
|
|
1
|
+
import { DirectionType, FullColorType, PseudoType, FullFontSizeType, FontWeightType } from '..';
|
|
3
2
|
import { Property } from 'csstype';
|
|
4
3
|
export type TLength = (string & {}) | 0;
|
|
5
|
-
export interface IChildrenProps {
|
|
6
|
-
children?: React.ReactNode | undefined;
|
|
7
|
-
}
|
|
8
|
-
export declare enum RootCategory {
|
|
9
|
-
Div = "div",
|
|
10
|
-
Span = "span"
|
|
11
|
-
}
|
|
12
4
|
export interface IViewProps {
|
|
13
|
-
rootCategory?: RootCategory;
|
|
14
5
|
className?: string;
|
|
15
6
|
style?: React.CSSProperties;
|
|
16
|
-
|
|
7
|
+
fontSize?: FullFontSizeType;
|
|
17
8
|
isAutoSize?: boolean;
|
|
18
|
-
|
|
9
|
+
fontWeight?: FontWeightType;
|
|
19
10
|
frontColor?: FullColorType;
|
|
20
11
|
backgroundColor?: FullColorType;
|
|
21
12
|
borderColor?: FullColorType;
|
|
@@ -48,180 +39,17 @@ export interface IViewProps {
|
|
|
48
39
|
overflowX?: Property.OverflowX;
|
|
49
40
|
overflowY?: Property.OverflowY;
|
|
50
41
|
isDefaultValue?: boolean;
|
|
51
|
-
key?: React.Key;
|
|
52
42
|
readonlyRef?: React.RefObject<any>;
|
|
53
43
|
customAttibutes?: Object;
|
|
54
44
|
}
|
|
55
|
-
export
|
|
56
|
-
onCopy?: React.ClipboardEventHandler<any> | undefined;
|
|
57
|
-
onCopyCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
58
|
-
onCut?: React.ClipboardEventHandler<any> | undefined;
|
|
59
|
-
onCutCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
60
|
-
onPaste?: React.ClipboardEventHandler<any> | undefined;
|
|
61
|
-
onPasteCapture?: React.ClipboardEventHandler<any> | undefined;
|
|
62
|
-
onCompositionEnd?: React.CompositionEventHandler<any> | undefined;
|
|
63
|
-
onCompositionEndCapture?: React.CompositionEventHandler<any> | undefined;
|
|
64
|
-
onCompositionStart?: React.CompositionEventHandler<any> | undefined;
|
|
65
|
-
onCompositionStartCapture?: React.CompositionEventHandler<any> | undefined;
|
|
66
|
-
onCompositionUpdate?: React.CompositionEventHandler<any> | undefined;
|
|
67
|
-
onCompositionUpdateCapture?: React.CompositionEventHandler<any> | undefined;
|
|
68
|
-
onFocus?: React.FocusEventHandler<any> | undefined;
|
|
69
|
-
onFocusCapture?: React.FocusEventHandler<any> | undefined;
|
|
70
|
-
onBlur?: React.FocusEventHandler<any> | undefined;
|
|
71
|
-
onBlurCapture?: React.FocusEventHandler<any> | undefined;
|
|
72
|
-
onChange?: React.FormEventHandler<any> | undefined;
|
|
73
|
-
onChangeCapture?: React.FormEventHandler<any> | undefined;
|
|
74
|
-
onBeforeInput?: React.FormEventHandler<any> | undefined;
|
|
75
|
-
onBeforeInputCapture?: React.FormEventHandler<any> | undefined;
|
|
76
|
-
onInput?: React.FormEventHandler<any> | undefined;
|
|
77
|
-
onInputCapture?: React.FormEventHandler<any> | undefined;
|
|
78
|
-
onReset?: React.FormEventHandler<any> | undefined;
|
|
79
|
-
onResetCapture?: React.FormEventHandler<any> | undefined;
|
|
80
|
-
onSubmit?: React.FormEventHandler<any> | undefined;
|
|
81
|
-
onSubmitCapture?: React.FormEventHandler<any> | undefined;
|
|
82
|
-
onInvalid?: React.FormEventHandler<any> | undefined;
|
|
83
|
-
onInvalidCapture?: React.FormEventHandler<any> | undefined;
|
|
84
|
-
onLoad?: React.ReactEventHandler<any> | undefined;
|
|
85
|
-
onLoadCapture?: React.ReactEventHandler<any> | undefined;
|
|
86
|
-
onError?: React.ReactEventHandler<any> | undefined;
|
|
87
|
-
onErrorCapture?: React.ReactEventHandler<any> | undefined;
|
|
88
|
-
onKeyDown?: React.KeyboardEventHandler<any> | undefined;
|
|
89
|
-
onKeyDownCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
90
|
-
onKeyPress?: React.KeyboardEventHandler<any> | undefined;
|
|
91
|
-
onKeyPressCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
92
|
-
onKeyUp?: React.KeyboardEventHandler<any> | undefined;
|
|
93
|
-
onKeyUpCapture?: React.KeyboardEventHandler<any> | undefined;
|
|
94
|
-
onAbort?: React.ReactEventHandler<any> | undefined;
|
|
95
|
-
onAbortCapture?: React.ReactEventHandler<any> | undefined;
|
|
96
|
-
onCanPlay?: React.ReactEventHandler<any> | undefined;
|
|
97
|
-
onCanPlayCapture?: React.ReactEventHandler<any> | undefined;
|
|
98
|
-
onCanPlayThrough?: React.ReactEventHandler<any> | undefined;
|
|
99
|
-
onCanPlayThroughCapture?: React.ReactEventHandler<any> | undefined;
|
|
100
|
-
onDurationChange?: React.ReactEventHandler<any> | undefined;
|
|
101
|
-
onDurationChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
102
|
-
onEmptied?: React.ReactEventHandler<any> | undefined;
|
|
103
|
-
onEmptiedCapture?: React.ReactEventHandler<any> | undefined;
|
|
104
|
-
onEncrypted?: React.ReactEventHandler<any> | undefined;
|
|
105
|
-
onEncryptedCapture?: React.ReactEventHandler<any> | undefined;
|
|
106
|
-
onEnded?: React.ReactEventHandler<any> | undefined;
|
|
107
|
-
onEndedCapture?: React.ReactEventHandler<any> | undefined;
|
|
108
|
-
onLoadedData?: React.ReactEventHandler<any> | undefined;
|
|
109
|
-
onLoadedDataCapture?: React.ReactEventHandler<any> | undefined;
|
|
110
|
-
onLoadedMetadata?: React.ReactEventHandler<any> | undefined;
|
|
111
|
-
onLoadedMetadataCapture?: React.ReactEventHandler<any> | undefined;
|
|
112
|
-
onLoadStart?: React.ReactEventHandler<any> | undefined;
|
|
113
|
-
onLoadStartCapture?: React.ReactEventHandler<any> | undefined;
|
|
114
|
-
onPause?: React.ReactEventHandler<any> | undefined;
|
|
115
|
-
onPauseCapture?: React.ReactEventHandler<any> | undefined;
|
|
116
|
-
onPlay?: React.ReactEventHandler<any> | undefined;
|
|
117
|
-
onPlayCapture?: React.ReactEventHandler<any> | undefined;
|
|
118
|
-
onPlaying?: React.ReactEventHandler<any> | undefined;
|
|
119
|
-
onPlayingCapture?: React.ReactEventHandler<any> | undefined;
|
|
120
|
-
onProgress?: React.ReactEventHandler<any> | undefined;
|
|
121
|
-
onProgressCapture?: React.ReactEventHandler<any> | undefined;
|
|
122
|
-
onRateChange?: React.ReactEventHandler<any> | undefined;
|
|
123
|
-
onRateChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
124
|
-
onSeeked?: React.ReactEventHandler<any> | undefined;
|
|
125
|
-
onSeekedCapture?: React.ReactEventHandler<any> | undefined;
|
|
126
|
-
onSeeking?: React.ReactEventHandler<any> | undefined;
|
|
127
|
-
onSeekingCapture?: React.ReactEventHandler<any> | undefined;
|
|
128
|
-
onStalled?: React.ReactEventHandler<any> | undefined;
|
|
129
|
-
onStalledCapture?: React.ReactEventHandler<any> | undefined;
|
|
130
|
-
onSuspend?: React.ReactEventHandler<any> | undefined;
|
|
131
|
-
onSuspendCapture?: React.ReactEventHandler<any> | undefined;
|
|
132
|
-
onTimeUpdate?: React.ReactEventHandler<any> | undefined;
|
|
133
|
-
onTimeUpdateCapture?: React.ReactEventHandler<any> | undefined;
|
|
134
|
-
onVolumeChange?: React.ReactEventHandler<any> | undefined;
|
|
135
|
-
onVolumeChangeCapture?: React.ReactEventHandler<any> | undefined;
|
|
136
|
-
onWaiting?: React.ReactEventHandler<any> | undefined;
|
|
137
|
-
onWaitingCapture?: React.ReactEventHandler<any> | undefined;
|
|
138
|
-
onAuxClick?: React.MouseEventHandler<any> | undefined;
|
|
139
|
-
onAuxClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
140
|
-
onClick?: React.MouseEventHandler<any> | undefined;
|
|
141
|
-
onClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
142
|
-
onContextMenu?: React.MouseEventHandler<any> | undefined;
|
|
143
|
-
onContextMenuCapture?: React.MouseEventHandler<any> | undefined;
|
|
144
|
-
onDoubleClick?: React.MouseEventHandler<any> | undefined;
|
|
145
|
-
onDoubleClickCapture?: React.MouseEventHandler<any> | undefined;
|
|
146
|
-
onDrag?: React.DragEventHandler<any> | undefined;
|
|
147
|
-
onDragCapture?: React.DragEventHandler<any> | undefined;
|
|
148
|
-
onDragEnd?: React.DragEventHandler<any> | undefined;
|
|
149
|
-
onDragEndCapture?: React.DragEventHandler<any> | undefined;
|
|
150
|
-
onDragEnter?: React.DragEventHandler<any> | undefined;
|
|
151
|
-
onDragEnterCapture?: React.DragEventHandler<any> | undefined;
|
|
152
|
-
onDragExit?: React.DragEventHandler<any> | undefined;
|
|
153
|
-
onDragExitCapture?: React.DragEventHandler<any> | undefined;
|
|
154
|
-
onDragLeave?: React.DragEventHandler<any> | undefined;
|
|
155
|
-
onDragLeaveCapture?: React.DragEventHandler<any> | undefined;
|
|
156
|
-
onDragOver?: React.DragEventHandler<any> | undefined;
|
|
157
|
-
onDragOverCapture?: React.DragEventHandler<any> | undefined;
|
|
158
|
-
onDragStart?: React.DragEventHandler<any> | undefined;
|
|
159
|
-
onDragStartCapture?: React.DragEventHandler<any> | undefined;
|
|
160
|
-
onDrop?: React.DragEventHandler<any> | undefined;
|
|
161
|
-
onDropCapture?: React.DragEventHandler<any> | undefined;
|
|
162
|
-
onMouseDown?: React.MouseEventHandler<any> | undefined;
|
|
163
|
-
onMouseDownCapture?: React.MouseEventHandler<any> | undefined;
|
|
164
|
-
onMouseEnter?: React.MouseEventHandler<any> | undefined;
|
|
165
|
-
onMouseLeave?: React.MouseEventHandler<any> | undefined;
|
|
166
|
-
onMouseMove?: React.MouseEventHandler<any> | undefined;
|
|
167
|
-
onMouseMoveCapture?: React.MouseEventHandler<any> | undefined;
|
|
168
|
-
onMouseOut?: React.MouseEventHandler<any> | undefined;
|
|
169
|
-
onMouseOutCapture?: React.MouseEventHandler<any> | undefined;
|
|
170
|
-
onMouseOver?: React.MouseEventHandler<any> | undefined;
|
|
171
|
-
onMouseOverCapture?: React.MouseEventHandler<any> | undefined;
|
|
172
|
-
onMouseUp?: React.MouseEventHandler<any> | undefined;
|
|
173
|
-
onMouseUpCapture?: React.MouseEventHandler<any> | undefined;
|
|
174
|
-
onSelect?: React.ReactEventHandler<any> | undefined;
|
|
175
|
-
onSelectCapture?: React.ReactEventHandler<any> | undefined;
|
|
176
|
-
onTouchCancel?: React.TouchEventHandler<any> | undefined;
|
|
177
|
-
onTouchCancelCapture?: React.TouchEventHandler<any> | undefined;
|
|
178
|
-
onTouchEnd?: React.TouchEventHandler<any> | undefined;
|
|
179
|
-
onTouchEndCapture?: React.TouchEventHandler<any> | undefined;
|
|
180
|
-
onTouchMove?: React.TouchEventHandler<any> | undefined;
|
|
181
|
-
onTouchMoveCapture?: React.TouchEventHandler<any> | undefined;
|
|
182
|
-
onTouchStart?: React.TouchEventHandler<any> | undefined;
|
|
183
|
-
onTouchStartCapture?: React.TouchEventHandler<any> | undefined;
|
|
184
|
-
onPointerDown?: React.PointerEventHandler<any> | undefined;
|
|
185
|
-
onPointerDownCapture?: React.PointerEventHandler<any> | undefined;
|
|
186
|
-
onPointerMove?: React.PointerEventHandler<any> | undefined;
|
|
187
|
-
onPointerMoveCapture?: React.PointerEventHandler<any> | undefined;
|
|
188
|
-
onPointerUp?: React.PointerEventHandler<any> | undefined;
|
|
189
|
-
onPointerUpCapture?: React.PointerEventHandler<any> | undefined;
|
|
190
|
-
onPointerCancel?: React.PointerEventHandler<any> | undefined;
|
|
191
|
-
onPointerCancelCapture?: React.PointerEventHandler<any> | undefined;
|
|
192
|
-
onPointerEnter?: React.PointerEventHandler<any> | undefined;
|
|
193
|
-
onPointerEnterCapture?: React.PointerEventHandler<any> | undefined;
|
|
194
|
-
onPointerLeave?: React.PointerEventHandler<any> | undefined;
|
|
195
|
-
onPointerLeaveCapture?: React.PointerEventHandler<any> | undefined;
|
|
196
|
-
onPointerOver?: React.PointerEventHandler<any> | undefined;
|
|
197
|
-
onPointerOverCapture?: React.PointerEventHandler<any> | undefined;
|
|
198
|
-
onPointerOut?: React.PointerEventHandler<any> | undefined;
|
|
199
|
-
onPointerOutCapture?: React.PointerEventHandler<any> | undefined;
|
|
200
|
-
onGotPointerCapture?: React.PointerEventHandler<any> | undefined;
|
|
201
|
-
onGotPointerCaptureCapture?: React.PointerEventHandler<any> | undefined;
|
|
202
|
-
onLostPointerCapture?: React.PointerEventHandler<any> | undefined;
|
|
203
|
-
onLostPointerCaptureCapture?: React.PointerEventHandler<any> | undefined;
|
|
204
|
-
onScroll?: React.UIEventHandler<any> | undefined;
|
|
205
|
-
onScrollCapture?: React.UIEventHandler<any> | undefined;
|
|
206
|
-
onWheel?: React.WheelEventHandler<any> | undefined;
|
|
207
|
-
onWheelCapture?: React.WheelEventHandler<any> | undefined;
|
|
208
|
-
onAnimationStart?: React.AnimationEventHandler<any> | undefined;
|
|
209
|
-
onAnimationStartCapture?: React.AnimationEventHandler<any> | undefined;
|
|
210
|
-
onAnimationEnd?: React.AnimationEventHandler<any> | undefined;
|
|
211
|
-
onAnimationEndCapture?: React.AnimationEventHandler<any> | undefined;
|
|
212
|
-
onAnimationIteration?: React.AnimationEventHandler<any> | undefined;
|
|
213
|
-
onAnimationIterationCapture?: React.AnimationEventHandler<any> | undefined;
|
|
214
|
-
onTransitionEnd?: React.TransitionEventHandler<any> | undefined;
|
|
215
|
-
onTransitionEndCapture?: React.TransitionEventHandler<any> | undefined;
|
|
216
|
-
}
|
|
217
|
-
export interface IBaseProps extends IChildrenProps, IViewProps, IEventProps {
|
|
218
|
-
}
|
|
45
|
+
export type IBaseProps<T extends keyof React.JSX.IntrinsicElements = 'div'> = IViewProps & React.ComponentPropsWithoutRef<T>;
|
|
219
46
|
export interface IBaseStates {
|
|
220
47
|
}
|
|
221
48
|
export interface IBaseReturn {
|
|
222
49
|
getClassName: (vClassName: string) => string;
|
|
223
50
|
getStyle: () => object;
|
|
224
|
-
getChildren: (
|
|
51
|
+
getChildren: () => React.ReactNode;
|
|
52
|
+
getProps: <T extends keyof React.JSX.IntrinsicElements = 'div'>(tag: T) => object;
|
|
225
53
|
}
|
|
226
|
-
declare const Base: (
|
|
54
|
+
declare const Base: (restProps: IBaseProps<any>) => IBaseReturn;
|
|
227
55
|
export default Base;
|
|
@@ -85,8 +85,8 @@ export declare enum ViewSizeType {
|
|
|
85
85
|
Window = "v-window-size"
|
|
86
86
|
}
|
|
87
87
|
export declare const getWeightValue: (weightType: FontWeightType) => number;
|
|
88
|
-
export type
|
|
89
|
-
export declare enum
|
|
88
|
+
export type FullFontSizeType = FontSizeType | string;
|
|
89
|
+
export declare enum FontSizeType {
|
|
90
90
|
Default = "font-size",
|
|
91
91
|
Normal = "font-size-normal",
|
|
92
92
|
Small = "font-size-small",
|
|
@@ -209,4 +209,4 @@ export declare enum ComponentType {
|
|
|
209
209
|
VText = "VText",
|
|
210
210
|
VTooltip = "VTooltip"
|
|
211
211
|
}
|
|
212
|
-
export declare const getGeneratedClassName: (className: string, isDefaultValue: boolean | undefined, sizeType?:
|
|
212
|
+
export declare const getGeneratedClassName: (className: string, isDefaultValue: boolean | undefined, sizeType?: FullFontSizeType, isAutoSize?: boolean, weightType?: FontWeightType, frontColorType?: FullColorType, backgroundColorType?: FullColorType, borderColorType?: FullColorType, borderDirection?: DirectionType, pseudoType?: PseudoType, pseudoFrontColor?: FullColorType, pseudoBackgroundColor?: FullColorType, pseudoBorderColor?: FullColorType, pseudoBorderDirection?: DirectionType) => string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BreakpointType } from '..';
|
|
2
|
-
import {
|
|
2
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
3
3
|
export declare enum DisplayCategory {
|
|
4
4
|
Visiable = "visiable",
|
|
5
5
|
Hidden = "hidden"
|
|
@@ -9,10 +9,10 @@ export declare enum DisplayType {
|
|
|
9
9
|
Up = "up",
|
|
10
10
|
Down = "down"
|
|
11
11
|
}
|
|
12
|
-
export interface IDisplayProps extends
|
|
12
|
+
export interface IDisplayProps extends IBaseProps {
|
|
13
13
|
category: DisplayCategory;
|
|
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;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { IChildrenProps, IEventProps, IViewProps } from '../../Engine/Base';
|
|
1
|
+
import { IBaseProps, IBaseStates } from '../../Engine/Base';
|
|
3
2
|
export declare enum DockCategory {
|
|
4
3
|
Top = "top",
|
|
5
4
|
Right = "right",
|
|
@@ -9,15 +8,23 @@ export declare enum DockCategory {
|
|
|
9
8
|
RightTop = "right-top",
|
|
10
9
|
LeftBottom = "left-bottom",
|
|
11
10
|
RightBottom = "right-bottom",
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
InnerTop = "inner-top",
|
|
12
|
+
InnerRight = "inner-right",
|
|
13
|
+
InnerBottom = "inner-bottom",
|
|
14
|
+
InnerLeft = "inner-left",
|
|
15
|
+
InnerLeftTop = "inner-left-top",
|
|
16
|
+
InnerRightTop = "inner-right-top",
|
|
17
|
+
InnerLeftBottom = "inner-left-bottom",
|
|
18
|
+
InnerRightBottom = "inner-right-bottom"
|
|
16
19
|
}
|
|
17
|
-
export interface IDockProps extends
|
|
18
|
-
category
|
|
19
|
-
|
|
20
|
-
|
|
20
|
+
export interface IDockProps extends IBaseProps {
|
|
21
|
+
category: DockCategory;
|
|
22
|
+
offset?: number;
|
|
23
|
+
overlayZIndex?: number;
|
|
24
|
+
renderOverlay: () => React.JSX.Element;
|
|
21
25
|
}
|
|
22
|
-
|
|
26
|
+
export interface IDockStates extends IBaseStates {
|
|
27
|
+
style: React.CSSProperties;
|
|
28
|
+
}
|
|
29
|
+
declare const Dock: (props: IDockProps) => React.JSX.Element;
|
|
23
30
|
export default Dock;
|
|
@@ -32,7 +32,8 @@ export declare enum FlexAlignContentType {
|
|
|
32
32
|
SpaceAround = "space-around",
|
|
33
33
|
SpaceEvenly = "space-evenly"
|
|
34
34
|
}
|
|
35
|
-
export interface IFlexProps extends IBaseProps {
|
|
35
|
+
export interface IFlexProps extends IBaseProps<'div'> {
|
|
36
|
+
vClassName: string;
|
|
36
37
|
direction?: FlexDirectionType;
|
|
37
38
|
wrap?: FlexWrapType;
|
|
38
39
|
justifyContent?: FlexJustifyContentType;
|
|
@@ -40,5 +41,5 @@ export interface IFlexProps extends IBaseProps {
|
|
|
40
41
|
alignContent?: FlexAlignContentType;
|
|
41
42
|
gap?: string;
|
|
42
43
|
}
|
|
43
|
-
declare const Flex: (props: IFlexProps) => JSX.Element;
|
|
44
|
+
declare const Flex: (props: IFlexProps) => React.JSX.Element;
|
|
44
45
|
export default Flex;
|
|
@@ -7,12 +7,12 @@ export declare enum FlexItemAlignSelfType {
|
|
|
7
7
|
Stretch = "stretch",
|
|
8
8
|
Baseline = "baseline"
|
|
9
9
|
}
|
|
10
|
-
export interface IFlexItemProps extends IBaseProps {
|
|
10
|
+
export interface IFlexItemProps extends IBaseProps<any> {
|
|
11
11
|
alignSelf?: FlexItemAlignSelfType;
|
|
12
12
|
order?: Property.Order;
|
|
13
13
|
basis?: Property.FlexBasis;
|
|
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;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { IChildrenProps } from '../../Engine/Base';
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
3
2
|
import { Property } from 'csstype';
|
|
4
3
|
export declare enum PositionCategory {
|
|
5
4
|
Edge = "edge",
|
|
@@ -18,7 +17,7 @@ export declare enum PositionType {
|
|
|
18
17
|
RightBottom = "right-bottom",
|
|
19
18
|
Center = "center"
|
|
20
19
|
}
|
|
21
|
-
export interface IPositionProps extends
|
|
20
|
+
export interface IPositionProps extends IBaseProps {
|
|
22
21
|
category: PositionCategory;
|
|
23
22
|
type?: PositionType;
|
|
24
23
|
top?: string;
|
|
@@ -29,5 +28,5 @@ export interface IPositionProps extends IChildrenProps {
|
|
|
29
28
|
isFullWidth?: boolean;
|
|
30
29
|
style?: React.CSSProperties;
|
|
31
30
|
}
|
|
32
|
-
declare const Position: (props: IPositionProps) => JSX.Element;
|
|
31
|
+
declare const Position: (props: IPositionProps) => React.JSX.Element;
|
|
33
32
|
export default Position;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
export declare enum PositionAreaCategory {
|
|
3
3
|
Default = "default",
|
|
4
4
|
FullSize = "full-size"
|
|
5
5
|
}
|
|
6
|
-
export interface IPositionAreaProps extends
|
|
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
|
-
import {
|
|
2
|
-
export interface ISBaselineProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
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;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
2
|
import { ISCenterProps } from '../SCenter';
|
|
3
|
-
export interface ISBottomProps extends
|
|
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
|
-
import {
|
|
2
|
-
export interface ISCenterProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export interface ISCenterProps extends IBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const SCenter: (props: ISCenterProps) => JSX.Element;
|
|
4
|
+
declare const SCenter: (props: ISCenterProps) => React.JSX.Element;
|
|
5
5
|
export default SCenter;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ISLeftProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export interface ISLeftProps extends IBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const SLeft: (props: ISLeftProps) => JSX.Element;
|
|
4
|
+
declare const SLeft: (props: ISLeftProps) => React.JSX.Element;
|
|
5
5
|
export default SLeft;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ISMiddleProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export interface ISMiddleProps extends IBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const SMiddle: (props: ISMiddleProps) => JSX.Element;
|
|
4
|
+
declare const SMiddle: (props: ISMiddleProps) => React.JSX.Element;
|
|
5
5
|
export default SMiddle;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ISRightProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export interface ISRightProps extends IBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const SRight: (props: ISRightProps) => JSX.Element;
|
|
4
|
+
declare const SRight: (props: ISRightProps) => React.JSX.Element;
|
|
5
5
|
export default SRight;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ISStretchProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
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
|
-
import {
|
|
2
|
-
export interface ISTopProps extends
|
|
1
|
+
import { IBaseProps } from '../../Engine/Base';
|
|
2
|
+
export interface ISTopProps extends IBaseProps {
|
|
3
3
|
}
|
|
4
|
-
declare const STop: (props: ISTopProps) => JSX.Element;
|
|
4
|
+
declare const STop: (props: ISTopProps) => React.JSX.Element;
|
|
5
5
|
export default STop;
|
|
@@ -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;
|