react-native-package-fast 0.1.11 → 0.1.13
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/package.json +1 -1
- package/src/module/assets/icons/IconApp.js +1 -0
- package/src/module/assets/icons/ic_exit.png +0 -0
- package/src/module/assets/icons/ic_rate_empty.png +0 -0
- package/src/module/assets/icons/ic_rate_full.png +0 -0
- package/src/module/assets/icons/ic_rate_half.png +0 -0
- package/src/module/cores/ImageApp.js +1 -1
- package/src/module/cores/ImageFastApp.js +1 -1
- package/src/module/cores/LoadingApp.js +1 -0
- package/src/module/cores/RatingApp.js +1 -0
- package/src/module/cores/SliderApp.js +1 -0
- package/src/module/cores/Utils.js +1 -1
- package/src/module/cores/ViewApp.js +1 -1
- package/src/module/float-button/FABGroupDragApp.js +1 -0
- package/src/module/index.js +1 -1
- package/src/module/indicators/ball-indicator/index.js +1 -0
- package/src/module/indicators/ball-indicator/styles.js +1 -0
- package/src/module/indicators/bar-indicator/index.js +1 -0
- package/src/module/indicators/bar-indicator/styles.js +1 -0
- package/src/module/indicators/dot-indicator/index.js +1 -0
- package/src/module/indicators/dot-indicator/styles.js +1 -0
- package/src/module/indicators/index.js +1 -0
- package/src/module/indicators/indicator/index.js +1 -0
- package/src/module/indicators/material-indicator/index.js +1 -0
- package/src/module/indicators/material-indicator/styles.js +1 -0
- package/src/module/indicators/pacman-indicator/index.js +1 -0
- package/src/module/indicators/pacman-indicator/styles.js +1 -0
- package/src/module/indicators/pulse-indicator/index.js +1 -0
- package/src/module/indicators/pulse-indicator/styles.js +1 -0
- package/src/module/indicators/skype-indicator/index.js +1 -0
- package/src/module/indicators/skype-indicator/styles.js +1 -0
- package/src/module/indicators/ui-activity-indicator/index.js +1 -0
- package/src/module/indicators/ui-activity-indicator/styles.js +1 -0
- package/src/module/indicators/wave-indicator/index.js +1 -0
- package/src/module/indicators/wave-indicator/styles.js +1 -0
- package/src/module/navigation/NavigationApp.js +1 -1
- package/src/module/navigation/NavigatorStack.js +1 -1
- package/src/module/navigation/header/HeaderView.js +1 -1
- package/src/module/navigation/leftMenu/LeftMenuApp.js +1 -0
- package/src/module/navigation/stack/ModalStack.js +1 -1
- package/src/module/navigation/stack/ToastAnimationView.js +1 -0
- package/src/module/navigation/stack/ToastStack.js +1 -1
- package/src/module/skeleton/SkeletonApp.js +1 -0
- package/src/typescript/assets/icons/IconApp.d.ts +8 -0
- package/src/typescript/cores/ButtonApp.d.ts +2 -2
- package/src/typescript/cores/ImageApp.d.ts +2 -2
- package/src/typescript/cores/ImageFastApp.d.ts +2 -2
- package/src/typescript/cores/InputApp.d.ts +2 -2
- package/src/typescript/cores/LoadingApp.d.ts +5 -0
- package/src/typescript/cores/RatingApp.d.ts +9 -0
- package/src/typescript/cores/SliderApp.d.ts +4 -0
- package/src/typescript/cores/Utils.d.ts +40 -4
- package/src/typescript/cores/ViewApp.d.ts +2 -2
- package/src/typescript/float-button/FABGroupDragApp.d.ts +4 -0
- package/src/typescript/index.d.ts +6 -1
- package/src/typescript/indicators/ball-indicator/index.d.ts +25 -0
- package/src/typescript/indicators/ball-indicator/styles.d.ts +19 -0
- package/src/typescript/indicators/bar-indicator/index.d.ts +26 -0
- package/src/typescript/indicators/bar-indicator/styles.d.ts +10 -0
- package/src/typescript/indicators/dot-indicator/index.d.ts +26 -0
- package/src/typescript/indicators/dot-indicator/styles.d.ts +10 -0
- package/src/typescript/indicators/index.d.ts +12 -0
- package/src/typescript/indicators/indicator/index.d.ts +35 -0
- package/src/typescript/indicators/material-indicator/index.d.ts +25 -0
- package/src/typescript/indicators/material-indicator/styles.d.ts +18 -0
- package/src/typescript/indicators/pacman-indicator/index.d.ts +26 -0
- package/src/typescript/indicators/pacman-indicator/styles.d.ts +9 -0
- package/src/typescript/indicators/pulse-indicator/index.d.ts +25 -0
- package/src/typescript/indicators/pulse-indicator/styles.d.ts +18 -0
- package/src/typescript/indicators/skype-indicator/index.d.ts +30 -0
- package/src/typescript/indicators/skype-indicator/styles.d.ts +18 -0
- package/src/typescript/indicators/ui-activity-indicator/index.d.ts +25 -0
- package/src/typescript/indicators/ui-activity-indicator/styles.d.ts +18 -0
- package/src/typescript/indicators/wave-indicator/index.d.ts +31 -0
- package/src/typescript/indicators/wave-indicator/styles.d.ts +18 -0
- package/src/typescript/navigation/NavigationApp.d.ts +2 -0
- package/src/typescript/navigation/NavigatorStack.d.ts +19 -16
- package/src/typescript/navigation/header/HeaderView.d.ts +1 -0
- package/src/typescript/navigation/leftMenu/LeftMenuApp.d.ts +16 -0
- package/src/typescript/navigation/stack/ModalStack.d.ts +12 -0
- package/src/typescript/navigation/stack/ToastAnimationView.d.ts +4 -0
- package/src/typescript/navigation/stack/ToastStack.d.ts +1 -1
- package/src/typescript/skeleton/SkeletonApp.d.ts +16 -0
|
@@ -1,34 +1,37 @@
|
|
|
1
|
+
import { LoadingAppProps } from "../cores/Utils";
|
|
2
|
+
import { ParamModalProps } from "./stack/ModalStack";
|
|
1
3
|
declare const NavigatorStack: {
|
|
4
|
+
setLeftMenuRef(ref?: any): void;
|
|
5
|
+
showLeftMenu(data?: any): void;
|
|
6
|
+
hideLeftMenu(): void;
|
|
7
|
+
setLoggerRef(ref?: any): void;
|
|
8
|
+
showLogger(mapData?: any): void;
|
|
9
|
+
setNavigationRef(ref?: any): void;
|
|
2
10
|
setHeader: (data?: any) => void;
|
|
3
11
|
navigate(screen: any, params?: any, options?: any): void;
|
|
4
12
|
goBack(): void;
|
|
5
13
|
popToTop(): void;
|
|
6
|
-
setModalRef(ref?: any): void;
|
|
7
|
-
setToastRef(ref?: any): void;
|
|
8
|
-
setNavigationRef(ref?: any): void;
|
|
9
14
|
replace({ screen, params }: any): void;
|
|
10
|
-
showToast({ title }: any): void;
|
|
11
|
-
showPopup({ screen, params }: any): void;
|
|
12
|
-
hidePopup(): void;
|
|
13
15
|
getNavigation(): any;
|
|
14
|
-
setLoadingRef(ref?: any): void;
|
|
15
|
-
setTabRef(ref?: any): void;
|
|
16
|
-
setFloatMenuRef(ref: any): void;
|
|
17
16
|
setOptions: (data?: any) => void;
|
|
18
|
-
|
|
17
|
+
setToastRef(ref?: any): void;
|
|
18
|
+
showToast(title?: any, params?: any): void;
|
|
19
|
+
showToastTop({ title, type }: any): void;
|
|
19
20
|
setToastTopRef(ref?: any): void;
|
|
21
|
+
setModalRef(ref?: any): void;
|
|
22
|
+
showPopup(screen: any, params?: ParamModalProps): void;
|
|
23
|
+
hidePopup(): void;
|
|
24
|
+
showLoading(props?: LoadingAppProps, params?: ParamModalProps): void;
|
|
25
|
+
hideLoading(): void;
|
|
26
|
+
setTabRef(ref?: any): void;
|
|
20
27
|
changeTab(props: any): void;
|
|
21
28
|
showTab(): void;
|
|
22
29
|
hideTab(): void;
|
|
30
|
+
setFloatMenuRef(ref: any): void;
|
|
23
31
|
showFloatMenu(data?: any): void;
|
|
24
|
-
setEditMenu(value?: any): void;
|
|
25
32
|
hideFloatMenu(): void;
|
|
26
33
|
closeFloatMenu(): void;
|
|
27
|
-
|
|
28
|
-
showBottomPopup({ screen, params }: any): void;
|
|
29
|
-
pop(): void;
|
|
30
|
-
showLoading(): void;
|
|
31
|
-
hideLoading(): void;
|
|
34
|
+
setEditMenu(value?: any): void;
|
|
32
35
|
};
|
|
33
36
|
export default NavigatorStack;
|
|
34
37
|
//# sourceMappingURL=NavigatorStack.d.ts.map
|
|
@@ -8,6 +8,7 @@ export interface HeaderPropsType {
|
|
|
8
8
|
left?: ImageAppProps;
|
|
9
9
|
right?: ImageAppProps;
|
|
10
10
|
line?: any;
|
|
11
|
+
hideHeader?: any;
|
|
11
12
|
}
|
|
12
13
|
declare const HeaderView: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
|
|
13
14
|
export default HeaderView;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ButtonAppProps, InputAppProps } from "../../cores/Utils";
|
|
3
|
+
export type LeftMenuAppProps = {
|
|
4
|
+
noneCloseTouchOutside?: any;
|
|
5
|
+
backgroundColor?: any;
|
|
6
|
+
noneAni?: any;
|
|
7
|
+
type?: "center" | "bottom";
|
|
8
|
+
title?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
right?: ButtonAppProps;
|
|
11
|
+
input?: InputAppProps;
|
|
12
|
+
left?: ButtonAppProps;
|
|
13
|
+
};
|
|
14
|
+
declare const LeftMenuApp: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
|
|
15
|
+
export default LeftMenuApp;
|
|
16
|
+
//# sourceMappingURL=LeftMenuApp.d.ts.map
|
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import { ButtonAppProps, InputAppProps } from "../../cores/Utils";
|
|
3
|
+
export type ParamModalProps = {
|
|
4
|
+
noneCloseTouchOutside?: any;
|
|
5
|
+
backgroundColor?: any;
|
|
6
|
+
noneAni?: any;
|
|
7
|
+
type?: "center" | "bottom";
|
|
8
|
+
title?: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
right?: ButtonAppProps;
|
|
11
|
+
input?: InputAppProps;
|
|
12
|
+
left?: ButtonAppProps;
|
|
13
|
+
};
|
|
2
14
|
declare const ModalStack: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
|
|
3
15
|
export default ModalStack;
|
|
4
16
|
//# sourceMappingURL=ModalStack.d.ts.map
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { ViewAppProps } from "../cores/Utils";
|
|
3
|
+
export type SkeletonAppProps = {
|
|
4
|
+
type?: "line" | "media";
|
|
5
|
+
children?: any;
|
|
6
|
+
duration?: any;
|
|
7
|
+
size?: any;
|
|
8
|
+
isRound?: any;
|
|
9
|
+
animation?: any;
|
|
10
|
+
} & ViewAppProps;
|
|
11
|
+
declare const _default: {
|
|
12
|
+
Line: (props: SkeletonAppProps) => React.JSX.Element;
|
|
13
|
+
Media: (props: SkeletonAppProps) => React.JSX.Element;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
|
16
|
+
//# sourceMappingURL=SkeletonApp.d.ts.map
|