@draftbit/core 46.12.1-07ad46.2 → 46.12.1-62afc7.2
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/lib/commonjs/components/ActionSheet/index.js.map +1 -1
- package/lib/commonjs/components/AspectRatio.js +2 -16
- package/lib/commonjs/components/AspectRatio.js.map +1 -1
- package/lib/commonjs/components/AvatarEdit.js +4 -15
- package/lib/commonjs/components/AvatarEdit.js.map +1 -1
- package/lib/commonjs/components/Banner.js +4 -23
- package/lib/commonjs/components/Banner.js.map +1 -1
- package/lib/commonjs/components/BottomSheet/BottomSheet.js +18 -3
- package/lib/commonjs/components/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js +73 -120
- package/lib/commonjs/components/BottomSheet/BottomSheetComponent.js.map +1 -1
- package/lib/commonjs/components/Button.js +10 -32
- package/lib/commonjs/components/Button.js.map +1 -1
- package/lib/commonjs/components/Card.js.map +1 -1
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +22 -5
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js.map +1 -1
- package/lib/commonjs/components/Checkbox/CheckboxRow.js +6 -23
- package/lib/commonjs/components/Checkbox/CheckboxRow.js.map +1 -1
- package/lib/commonjs/components/Checkbox/index.js.map +1 -1
- package/lib/commonjs/components/Container.js +4 -15
- package/lib/commonjs/components/Container.js.map +1 -1
- package/lib/commonjs/components/DatePicker/DatePickerComponent.web.js.map +1 -1
- package/lib/commonjs/components/DatePicker/DatePickerComponentType.js.map +1 -1
- package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js.map +1 -1
- package/lib/commonjs/components/DeckSwiper/index.js.map +1 -1
- package/lib/commonjs/components/Divider.js +1 -12
- package/lib/commonjs/components/Divider.js.map +1 -1
- package/lib/commonjs/components/Elevation.js +2 -13
- package/lib/commonjs/components/Elevation.js.map +1 -1
- package/lib/commonjs/components/FAB.js +4 -19
- package/lib/commonjs/components/FAB.js.map +1 -1
- package/lib/commonjs/components/FieldSearchBarFull.js +2 -1
- package/lib/commonjs/components/FieldSearchBarFull.js.map +1 -1
- package/lib/commonjs/components/FormRow.js +3 -17
- package/lib/commonjs/components/FormRow.js.map +1 -1
- package/lib/commonjs/components/Image.js +2 -16
- package/lib/commonjs/components/Image.js.map +1 -1
- package/lib/commonjs/components/Justification.js +1 -2
- package/lib/commonjs/components/Justification.js.map +1 -1
- package/lib/commonjs/components/Layout.js +19 -39
- package/lib/commonjs/components/Layout.js.map +1 -1
- package/lib/commonjs/components/Markdown.js.map +1 -1
- package/lib/commonjs/components/NumberInput.js +3 -11
- package/lib/commonjs/components/NumberInput.js.map +1 -1
- package/lib/commonjs/components/Picker/PickerTypes.js.map +1 -1
- package/lib/commonjs/components/Portal/PortalConsumer.js +2 -1
- package/lib/commonjs/components/Portal/PortalConsumer.js.map +1 -1
- package/lib/commonjs/components/Portal/PortalHost.js +14 -43
- package/lib/commonjs/components/Portal/PortalHost.js.map +1 -1
- package/lib/commonjs/components/Portal/PortalManager.js +8 -34
- package/lib/commonjs/components/Portal/PortalManager.js.map +1 -1
- package/lib/commonjs/components/Pressable.js +2 -15
- package/lib/commonjs/components/Pressable.js.map +1 -1
- package/lib/commonjs/components/ProgressBar.js +7 -36
- package/lib/commonjs/components/ProgressBar.js.map +1 -1
- package/lib/commonjs/components/ProgressIndicator.js.map +1 -1
- package/lib/commonjs/components/RadioButton/RadioButton.js +2 -14
- package/lib/commonjs/components/RadioButton/RadioButton.js.map +1 -1
- package/lib/commonjs/components/RadioButton/RadioButtonFieldGroup.js +1 -10
- package/lib/commonjs/components/RadioButton/RadioButtonFieldGroup.js.map +1 -1
- package/lib/commonjs/components/RadioButton/RadioButtonGroup.js +4 -16
- package/lib/commonjs/components/RadioButton/RadioButtonGroup.js.map +1 -1
- package/lib/commonjs/components/RadioButton/RadioButtonRow.js +5 -23
- package/lib/commonjs/components/RadioButton/RadioButtonRow.js.map +1 -1
- package/lib/commonjs/components/ResizeMode.js +1 -2
- package/lib/commonjs/components/ResizeMode.js.map +1 -1
- package/lib/commonjs/components/Row.js.map +1 -1
- package/lib/commonjs/components/RowBodyIcon.js.map +1 -1
- package/lib/commonjs/components/RowHeadlineImageIcon.js.map +1 -1
- package/lib/commonjs/components/SVG.js.map +1 -1
- package/lib/commonjs/components/ScreenContainer.js +6 -23
- package/lib/commonjs/components/ScreenContainer.js.map +1 -1
- package/lib/commonjs/components/Slider.js +4 -21
- package/lib/commonjs/components/Slider.js.map +1 -1
- package/lib/commonjs/components/StarRating.js +4 -22
- package/lib/commonjs/components/StarRating.js.map +1 -1
- package/lib/commonjs/components/StepIndicator.js +18 -57
- package/lib/commonjs/components/StepIndicator.js.map +1 -1
- package/lib/commonjs/components/SwipeableView/SwipeableView.js +155 -0
- package/lib/commonjs/components/SwipeableView/SwipeableView.js.map +1 -0
- package/lib/commonjs/components/SwipeableView/SwipeableViewButton.js +13 -0
- package/lib/commonjs/components/SwipeableView/SwipeableViewButton.js.map +1 -0
- package/lib/commonjs/components/SwipeableView/SwipeableViewSwipeHandler.js +13 -0
- package/lib/commonjs/components/SwipeableView/SwipeableViewSwipeHandler.js.map +1 -0
- package/lib/commonjs/components/SwipeableView/index.js +28 -0
- package/lib/commonjs/components/SwipeableView/index.js.map +1 -0
- package/lib/commonjs/components/Swiper/Swiper.js.map +1 -1
- package/lib/commonjs/components/Swiper/SwiperItem.js.map +1 -1
- package/lib/commonjs/components/Switch.js +10 -19
- package/lib/commonjs/components/Switch.js.map +1 -1
- package/lib/commonjs/components/TabView/TabView.js +7 -14
- package/lib/commonjs/components/TabView/TabView.js.map +1 -1
- package/lib/commonjs/components/TabView/TabViewItem.js.map +1 -1
- package/lib/commonjs/components/Table/Table.js +5 -6
- package/lib/commonjs/components/Table/Table.js.map +1 -1
- package/lib/commonjs/components/Table/TableCommon.js.map +1 -1
- package/lib/commonjs/components/Table/TableRow.js +2 -1
- package/lib/commonjs/components/Table/TableRow.js.map +1 -1
- package/lib/commonjs/components/Text.js +4 -50
- package/lib/commonjs/components/Text.js.map +1 -1
- package/lib/commonjs/components/TextField.js +28 -76
- package/lib/commonjs/components/TextField.js.map +1 -1
- package/lib/commonjs/components/ToggleButton.js +2 -14
- package/lib/commonjs/components/ToggleButton.js.map +1 -1
- package/lib/commonjs/components/Touchable.js +2 -15
- package/lib/commonjs/components/Touchable.js.map +1 -1
- package/lib/commonjs/components/Touchable.web.js.map +1 -1
- package/lib/commonjs/components/Typography.js.map +1 -1
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayer.native.js.map +1 -1
- package/lib/commonjs/components/YoutubePlayer/YoutubePlayerProps.js.map +1 -1
- package/lib/commonjs/components/useAuthState.js.map +1 -1
- package/lib/commonjs/index.js +19 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/mappings/BottomSheet.js +37 -9
- package/lib/commonjs/mappings/BottomSheet.js.map +1 -1
- package/lib/commonjs/mappings/MapMarker.js +15 -0
- package/lib/commonjs/mappings/MapMarker.js.map +1 -1
- package/lib/commonjs/mappings/MapView.js +5 -0
- package/lib/commonjs/mappings/MapView.js.map +1 -1
- package/lib/commonjs/mappings/SwipeableView.js +183 -0
- package/lib/commonjs/mappings/SwipeableView.js.map +1 -0
- package/lib/commonjs/utilities.js +27 -2
- package/lib/commonjs/utilities.js.map +1 -1
- package/lib/module/components/BottomSheet/BottomSheet.js +18 -3
- package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
- package/lib/module/components/Divider.js +17 -1
- package/lib/module/components/Picker/PickerComponent.ios.js +36 -11
- package/lib/module/components/Picker/PickerComponent.ios.js.map +1 -1
- package/lib/module/components/SwipeableView/SwipeableView.js +147 -0
- package/lib/module/components/SwipeableView/SwipeableView.js.map +1 -0
- package/lib/module/components/SwipeableView/SwipeableViewButton.js +6 -0
- package/lib/module/components/SwipeableView/SwipeableViewButton.js.map +1 -0
- package/lib/module/components/SwipeableView/SwipeableViewSwipeHandler.js +6 -0
- package/lib/module/components/SwipeableView/SwipeableViewSwipeHandler.js.map +1 -0
- package/lib/module/components/SwipeableView/index.js +4 -0
- package/lib/module/components/SwipeableView/index.js.map +1 -0
- package/lib/module/index.js +1 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/mappings/BottomSheet.js +38 -10
- package/lib/module/mappings/BottomSheet.js.map +1 -1
- package/lib/module/mappings/MapMarker.js +16 -1
- package/lib/module/mappings/MapMarker.js.map +1 -1
- package/lib/module/mappings/MapView.js +6 -1
- package/lib/module/mappings/MapView.js.map +1 -1
- package/lib/module/mappings/SwipeableView.js +175 -0
- package/lib/module/mappings/SwipeableView.js.map +1 -0
- package/lib/module/utilities.js +18 -0
- package/lib/module/utilities.js.map +1 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +6 -1
- package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/components/SwipeableView/SwipeableView.d.ts +29 -0
- package/lib/typescript/src/components/SwipeableView/SwipeableView.d.ts.map +1 -0
- package/lib/typescript/src/components/SwipeableView/SwipeableViewButton.d.ts +13 -0
- package/lib/typescript/src/components/SwipeableView/SwipeableViewButton.d.ts.map +1 -0
- package/lib/typescript/src/components/SwipeableView/SwipeableViewSwipeHandler.d.ts +13 -0
- package/lib/typescript/src/components/SwipeableView/SwipeableViewSwipeHandler.d.ts.map +1 -0
- package/lib/typescript/src/components/SwipeableView/index.d.ts +4 -0
- package/lib/typescript/src/components/SwipeableView/index.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/mappings/BottomSheet.d.ts +48 -4
- package/lib/typescript/src/mappings/BottomSheet.d.ts.map +1 -1
- package/lib/typescript/src/mappings/MapMarker.d.ts +32 -0
- package/lib/typescript/src/mappings/MapMarker.d.ts.map +1 -1
- package/lib/typescript/src/mappings/MapView.d.ts +11 -0
- package/lib/typescript/src/mappings/MapView.d.ts.map +1 -1
- package/lib/typescript/src/mappings/SwipeableView.d.ts +426 -0
- package/lib/typescript/src/mappings/SwipeableView.d.ts.map +1 -0
- package/lib/typescript/src/utilities.d.ts +6 -0
- package/lib/typescript/src/utilities.d.ts.map +1 -1
- package/package.json +4 -3
- package/src/components/BottomSheet/BottomSheet.js +17 -2
- package/src/components/BottomSheet/BottomSheet.tsx +32 -4
- package/src/components/SwipeableView/SwipeableView.js +117 -0
- package/src/components/SwipeableView/SwipeableView.tsx +299 -0
- package/src/components/SwipeableView/SwipeableViewButton.js +5 -0
- package/src/components/SwipeableView/SwipeableViewButton.tsx +18 -0
- package/src/components/SwipeableView/SwipeableViewSwipeHandler.js +5 -0
- package/src/components/SwipeableView/SwipeableViewSwipeHandler.tsx +20 -0
- package/src/components/SwipeableView/index.js +3 -0
- package/src/components/SwipeableView/index.tsx +3 -0
- package/src/index.js +1 -0
- package/src/index.tsx +6 -0
- package/src/mappings/BottomSheet.js +37 -9
- package/src/mappings/BottomSheet.ts +43 -8
- package/src/mappings/MapMarker.js +16 -1
- package/src/mappings/MapMarker.ts +20 -0
- package/src/mappings/MapView.js +6 -1
- package/src/mappings/MapView.ts +8 -0
- package/src/mappings/SwipeableView.js +181 -0
- package/src/mappings/SwipeableView.ts +210 -0
- package/src/utilities.js +41 -0
- package/src/utilities.ts +71 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"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"}
|
|
@@ -16,18 +16,29 @@ export declare const SEED_DATA: {
|
|
|
16
16
|
defaultValue: null;
|
|
17
17
|
group: string;
|
|
18
18
|
};
|
|
19
|
-
|
|
20
|
-
group: string;
|
|
19
|
+
topSnapPosition: {
|
|
21
20
|
label: string;
|
|
22
21
|
description: string;
|
|
22
|
+
formType: string;
|
|
23
|
+
propType: string;
|
|
24
|
+
group: string;
|
|
25
|
+
defaultValue: null;
|
|
23
26
|
editable: boolean;
|
|
24
27
|
required: boolean;
|
|
28
|
+
step: number;
|
|
29
|
+
};
|
|
30
|
+
middleSnapPosition: {
|
|
31
|
+
label: string;
|
|
32
|
+
description: string;
|
|
25
33
|
formType: string;
|
|
26
34
|
propType: string;
|
|
27
|
-
|
|
35
|
+
group: string;
|
|
28
36
|
defaultValue: null;
|
|
37
|
+
editable: boolean;
|
|
38
|
+
required: boolean;
|
|
39
|
+
step: number;
|
|
29
40
|
};
|
|
30
|
-
|
|
41
|
+
bottomSnapPosition: {
|
|
31
42
|
label: string;
|
|
32
43
|
description: string;
|
|
33
44
|
formType: string;
|
|
@@ -38,6 +49,17 @@ export declare const SEED_DATA: {
|
|
|
38
49
|
required: boolean;
|
|
39
50
|
step: number;
|
|
40
51
|
};
|
|
52
|
+
initialSnapPosition: {
|
|
53
|
+
group: string;
|
|
54
|
+
label: string;
|
|
55
|
+
description: string;
|
|
56
|
+
editable: boolean;
|
|
57
|
+
required: boolean;
|
|
58
|
+
formType: string;
|
|
59
|
+
propType: string;
|
|
60
|
+
defaultValue: null;
|
|
61
|
+
options: never[];
|
|
62
|
+
};
|
|
41
63
|
showHandle: {
|
|
42
64
|
label: string;
|
|
43
65
|
description: string;
|
|
@@ -110,6 +132,28 @@ export declare const SEED_DATA: {
|
|
|
110
132
|
required: boolean;
|
|
111
133
|
group: string;
|
|
112
134
|
};
|
|
135
|
+
snapPoints: {
|
|
136
|
+
group: string;
|
|
137
|
+
label: string;
|
|
138
|
+
description: string;
|
|
139
|
+
editable: boolean;
|
|
140
|
+
required: boolean;
|
|
141
|
+
formType: string;
|
|
142
|
+
propType: string;
|
|
143
|
+
options: never[];
|
|
144
|
+
defaultValue: null;
|
|
145
|
+
};
|
|
146
|
+
initialSnapIndex: {
|
|
147
|
+
label: string;
|
|
148
|
+
description: string;
|
|
149
|
+
formType: string;
|
|
150
|
+
propType: string;
|
|
151
|
+
group: string;
|
|
152
|
+
defaultValue: null;
|
|
153
|
+
editable: boolean;
|
|
154
|
+
required: boolean;
|
|
155
|
+
step: number;
|
|
156
|
+
};
|
|
113
157
|
};
|
|
114
158
|
};
|
|
115
159
|
//# sourceMappingURL=BottomSheet.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/mappings/BottomSheet.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BottomSheet.d.ts","sourceRoot":"","sources":["../../../../src/mappings/BottomSheet.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiGrB,CAAC"}
|
|
@@ -6,7 +6,18 @@ export declare const SEED_DATA: {
|
|
|
6
6
|
category: string;
|
|
7
7
|
stylesPanelSections: string[];
|
|
8
8
|
layout: {};
|
|
9
|
+
triggers: string[];
|
|
9
10
|
props: {
|
|
11
|
+
onPress: {
|
|
12
|
+
label: string;
|
|
13
|
+
description: string;
|
|
14
|
+
editable: boolean;
|
|
15
|
+
required: boolean;
|
|
16
|
+
formType: string;
|
|
17
|
+
propType: string;
|
|
18
|
+
defaultValue: null;
|
|
19
|
+
group: string;
|
|
20
|
+
};
|
|
10
21
|
latitude: {
|
|
11
22
|
label: string;
|
|
12
23
|
description: string;
|
|
@@ -51,6 +62,27 @@ export declare const SEED_DATA: {
|
|
|
51
62
|
formType: string;
|
|
52
63
|
propType: string;
|
|
53
64
|
};
|
|
65
|
+
pinImage: {
|
|
66
|
+
label: string;
|
|
67
|
+
description: string;
|
|
68
|
+
group: string;
|
|
69
|
+
formType: string;
|
|
70
|
+
propType: string;
|
|
71
|
+
defaultValue: string;
|
|
72
|
+
editable: boolean;
|
|
73
|
+
required: boolean;
|
|
74
|
+
};
|
|
75
|
+
pinImageSize: {
|
|
76
|
+
label: string;
|
|
77
|
+
description: string;
|
|
78
|
+
formType: string;
|
|
79
|
+
propType: string;
|
|
80
|
+
group: string;
|
|
81
|
+
defaultValue: null;
|
|
82
|
+
editable: boolean;
|
|
83
|
+
required: boolean;
|
|
84
|
+
step: number;
|
|
85
|
+
};
|
|
54
86
|
};
|
|
55
87
|
};
|
|
56
88
|
//# sourceMappingURL=MapMarker.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapMarker.d.ts","sourceRoot":"","sources":["../../../../src/mappings/MapMarker.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MapMarker.d.ts","sourceRoot":"","sources":["../../../../src/mappings/MapMarker.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmErB,CAAC"}
|
|
@@ -10,7 +10,18 @@ export declare const SEED_DATA: {
|
|
|
10
10
|
width: string;
|
|
11
11
|
height: string;
|
|
12
12
|
};
|
|
13
|
+
triggers: string[];
|
|
13
14
|
props: {
|
|
15
|
+
onRegionChange: {
|
|
16
|
+
label: string;
|
|
17
|
+
description: string;
|
|
18
|
+
editable: boolean;
|
|
19
|
+
required: boolean;
|
|
20
|
+
formType: string;
|
|
21
|
+
propType: string;
|
|
22
|
+
defaultValue: null;
|
|
23
|
+
group: string;
|
|
24
|
+
};
|
|
14
25
|
provider: {
|
|
15
26
|
formType: string;
|
|
16
27
|
propType: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MapView.d.ts","sourceRoot":"","sources":["../../../../src/mappings/MapView.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"MapView.d.ts","sourceRoot":"","sources":["../../../../src/mappings/MapView.ts"],"names":[],"mappings":"AAcA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoJrB,CAAC"}
|
|
@@ -0,0 +1,426 @@
|
|
|
1
|
+
export declare const SHARED_SEED_DATA_PROPS: {
|
|
2
|
+
title: any;
|
|
3
|
+
side: {
|
|
4
|
+
group: string;
|
|
5
|
+
label: string;
|
|
6
|
+
description: string;
|
|
7
|
+
editable: boolean;
|
|
8
|
+
required: boolean;
|
|
9
|
+
formType: string;
|
|
10
|
+
propType: string;
|
|
11
|
+
defaultValue: null;
|
|
12
|
+
options: never[];
|
|
13
|
+
};
|
|
14
|
+
icon: {
|
|
15
|
+
label: string;
|
|
16
|
+
description: string;
|
|
17
|
+
formType: string;
|
|
18
|
+
propType: string;
|
|
19
|
+
defaultValue: string;
|
|
20
|
+
required: boolean;
|
|
21
|
+
editable: boolean;
|
|
22
|
+
group: string;
|
|
23
|
+
};
|
|
24
|
+
iconSize: {
|
|
25
|
+
label: string;
|
|
26
|
+
description: string;
|
|
27
|
+
formType: string;
|
|
28
|
+
propType: string;
|
|
29
|
+
group: string;
|
|
30
|
+
defaultValue: null;
|
|
31
|
+
editable: boolean;
|
|
32
|
+
required: boolean;
|
|
33
|
+
step: number;
|
|
34
|
+
};
|
|
35
|
+
backgroundColor: {
|
|
36
|
+
group: string;
|
|
37
|
+
label: string;
|
|
38
|
+
description: string;
|
|
39
|
+
editable: boolean;
|
|
40
|
+
required: boolean;
|
|
41
|
+
defaultValue: null;
|
|
42
|
+
formType: string;
|
|
43
|
+
propType: string;
|
|
44
|
+
};
|
|
45
|
+
color: {
|
|
46
|
+
group: string;
|
|
47
|
+
label: string;
|
|
48
|
+
description: string;
|
|
49
|
+
editable: boolean;
|
|
50
|
+
required: boolean;
|
|
51
|
+
defaultValue: null;
|
|
52
|
+
formType: string;
|
|
53
|
+
propType: string;
|
|
54
|
+
};
|
|
55
|
+
};
|
|
56
|
+
export declare const SEED_DATA: ({
|
|
57
|
+
name: string;
|
|
58
|
+
tag: string;
|
|
59
|
+
doc_link: string;
|
|
60
|
+
description: string;
|
|
61
|
+
category: string;
|
|
62
|
+
stylesPanelSections: string[];
|
|
63
|
+
layout: {
|
|
64
|
+
overflow: string;
|
|
65
|
+
flexDirection: string;
|
|
66
|
+
alignItems: string;
|
|
67
|
+
padding: number;
|
|
68
|
+
};
|
|
69
|
+
props: {
|
|
70
|
+
closeOnPress: {
|
|
71
|
+
label: string;
|
|
72
|
+
description: string;
|
|
73
|
+
formType: string;
|
|
74
|
+
propType: string;
|
|
75
|
+
defaultValue: boolean;
|
|
76
|
+
editable: boolean;
|
|
77
|
+
required: boolean;
|
|
78
|
+
group: string;
|
|
79
|
+
};
|
|
80
|
+
swipeActivationPercentage: {
|
|
81
|
+
label: string;
|
|
82
|
+
description: string;
|
|
83
|
+
formType: string;
|
|
84
|
+
propType: string;
|
|
85
|
+
group: string;
|
|
86
|
+
defaultValue: null;
|
|
87
|
+
editable: boolean;
|
|
88
|
+
required: boolean;
|
|
89
|
+
step: number;
|
|
90
|
+
};
|
|
91
|
+
disableLeftSwipe: {
|
|
92
|
+
label: string;
|
|
93
|
+
description: string;
|
|
94
|
+
formType: string;
|
|
95
|
+
propType: string;
|
|
96
|
+
defaultValue: boolean;
|
|
97
|
+
editable: boolean;
|
|
98
|
+
required: boolean;
|
|
99
|
+
group: string;
|
|
100
|
+
};
|
|
101
|
+
disableRightSwipe: {
|
|
102
|
+
label: string;
|
|
103
|
+
description: string;
|
|
104
|
+
formType: string;
|
|
105
|
+
propType: string;
|
|
106
|
+
defaultValue: boolean;
|
|
107
|
+
editable: boolean;
|
|
108
|
+
required: boolean;
|
|
109
|
+
group: string;
|
|
110
|
+
};
|
|
111
|
+
leftOpenValue: {
|
|
112
|
+
label: string;
|
|
113
|
+
description: string;
|
|
114
|
+
formType: string;
|
|
115
|
+
propType: string;
|
|
116
|
+
group: string;
|
|
117
|
+
defaultValue: null;
|
|
118
|
+
editable: boolean;
|
|
119
|
+
required: boolean;
|
|
120
|
+
step: number;
|
|
121
|
+
};
|
|
122
|
+
rightOpenValue: {
|
|
123
|
+
label: string;
|
|
124
|
+
description: string;
|
|
125
|
+
formType: string;
|
|
126
|
+
propType: string;
|
|
127
|
+
group: string;
|
|
128
|
+
defaultValue: null;
|
|
129
|
+
editable: boolean;
|
|
130
|
+
required: boolean;
|
|
131
|
+
step: number;
|
|
132
|
+
};
|
|
133
|
+
leftActivationValue: {
|
|
134
|
+
label: string;
|
|
135
|
+
description: string;
|
|
136
|
+
formType: string;
|
|
137
|
+
propType: string;
|
|
138
|
+
group: string;
|
|
139
|
+
defaultValue: null;
|
|
140
|
+
editable: boolean;
|
|
141
|
+
required: boolean;
|
|
142
|
+
step: number;
|
|
143
|
+
};
|
|
144
|
+
rightActivationValue: {
|
|
145
|
+
label: string;
|
|
146
|
+
description: string;
|
|
147
|
+
formType: string;
|
|
148
|
+
propType: string;
|
|
149
|
+
group: string;
|
|
150
|
+
defaultValue: null;
|
|
151
|
+
editable: boolean;
|
|
152
|
+
required: boolean;
|
|
153
|
+
step: number;
|
|
154
|
+
};
|
|
155
|
+
stopLeftSwipe: {
|
|
156
|
+
label: string;
|
|
157
|
+
description: string;
|
|
158
|
+
formType: string;
|
|
159
|
+
propType: string;
|
|
160
|
+
group: string;
|
|
161
|
+
defaultValue: null;
|
|
162
|
+
editable: boolean;
|
|
163
|
+
required: boolean;
|
|
164
|
+
step: number;
|
|
165
|
+
};
|
|
166
|
+
stopRightSwipe: {
|
|
167
|
+
label: string;
|
|
168
|
+
description: string;
|
|
169
|
+
formType: string;
|
|
170
|
+
propType: string;
|
|
171
|
+
group: string;
|
|
172
|
+
defaultValue: null;
|
|
173
|
+
editable: boolean;
|
|
174
|
+
required: boolean;
|
|
175
|
+
step: number;
|
|
176
|
+
};
|
|
177
|
+
directionalDistanceChangeThreshold: {
|
|
178
|
+
label: string;
|
|
179
|
+
description: string;
|
|
180
|
+
formType: string;
|
|
181
|
+
propType: string;
|
|
182
|
+
group: string;
|
|
183
|
+
defaultValue: null;
|
|
184
|
+
editable: boolean;
|
|
185
|
+
required: boolean;
|
|
186
|
+
step: number;
|
|
187
|
+
};
|
|
188
|
+
friction: {
|
|
189
|
+
label: string;
|
|
190
|
+
description: string;
|
|
191
|
+
formType: string;
|
|
192
|
+
propType: string;
|
|
193
|
+
group: string;
|
|
194
|
+
defaultValue: null;
|
|
195
|
+
editable: boolean;
|
|
196
|
+
required: boolean;
|
|
197
|
+
step: number;
|
|
198
|
+
};
|
|
199
|
+
tension: {
|
|
200
|
+
label: string;
|
|
201
|
+
description: string;
|
|
202
|
+
formType: string;
|
|
203
|
+
propType: string;
|
|
204
|
+
group: string;
|
|
205
|
+
defaultValue: null;
|
|
206
|
+
editable: boolean;
|
|
207
|
+
required: boolean;
|
|
208
|
+
step: number;
|
|
209
|
+
};
|
|
210
|
+
swipeToOpenVelocityContribution: {
|
|
211
|
+
label: string;
|
|
212
|
+
description: string;
|
|
213
|
+
formType: string;
|
|
214
|
+
propType: string;
|
|
215
|
+
group: string;
|
|
216
|
+
defaultValue: null;
|
|
217
|
+
editable: boolean;
|
|
218
|
+
required: boolean;
|
|
219
|
+
step: number;
|
|
220
|
+
};
|
|
221
|
+
swipeToOpenPercent: {
|
|
222
|
+
label: string;
|
|
223
|
+
description: string;
|
|
224
|
+
formType: string;
|
|
225
|
+
propType: string;
|
|
226
|
+
group: string;
|
|
227
|
+
defaultValue: null;
|
|
228
|
+
editable: boolean;
|
|
229
|
+
required: boolean;
|
|
230
|
+
step: number;
|
|
231
|
+
};
|
|
232
|
+
swipeToClosePercent: {
|
|
233
|
+
label: string;
|
|
234
|
+
description: string;
|
|
235
|
+
formType: string;
|
|
236
|
+
propType: string;
|
|
237
|
+
group: string;
|
|
238
|
+
defaultValue: null;
|
|
239
|
+
editable: boolean;
|
|
240
|
+
required: boolean;
|
|
241
|
+
step: number;
|
|
242
|
+
};
|
|
243
|
+
};
|
|
244
|
+
triggers?: undefined;
|
|
245
|
+
} | {
|
|
246
|
+
name: string;
|
|
247
|
+
tag: string;
|
|
248
|
+
description: string;
|
|
249
|
+
category: string;
|
|
250
|
+
stylesPanelSections: never[];
|
|
251
|
+
triggers: string[];
|
|
252
|
+
props: {
|
|
253
|
+
onPress: {
|
|
254
|
+
label: string;
|
|
255
|
+
description: string;
|
|
256
|
+
editable: boolean;
|
|
257
|
+
required: boolean;
|
|
258
|
+
formType: string;
|
|
259
|
+
propType: string;
|
|
260
|
+
defaultValue: null;
|
|
261
|
+
group: string;
|
|
262
|
+
};
|
|
263
|
+
title: any;
|
|
264
|
+
side: {
|
|
265
|
+
group: string;
|
|
266
|
+
label: string;
|
|
267
|
+
description: string;
|
|
268
|
+
editable: boolean;
|
|
269
|
+
required: boolean;
|
|
270
|
+
formType: string;
|
|
271
|
+
propType: string;
|
|
272
|
+
defaultValue: null;
|
|
273
|
+
options: never[];
|
|
274
|
+
};
|
|
275
|
+
icon: {
|
|
276
|
+
label: string;
|
|
277
|
+
description: string;
|
|
278
|
+
formType: string;
|
|
279
|
+
propType: string;
|
|
280
|
+
defaultValue: string;
|
|
281
|
+
required: boolean;
|
|
282
|
+
editable: boolean;
|
|
283
|
+
group: string;
|
|
284
|
+
};
|
|
285
|
+
iconSize: {
|
|
286
|
+
label: string;
|
|
287
|
+
description: string;
|
|
288
|
+
formType: string;
|
|
289
|
+
propType: string;
|
|
290
|
+
group: string;
|
|
291
|
+
defaultValue: null;
|
|
292
|
+
editable: boolean;
|
|
293
|
+
required: boolean;
|
|
294
|
+
step: number;
|
|
295
|
+
};
|
|
296
|
+
backgroundColor: {
|
|
297
|
+
group: string;
|
|
298
|
+
label: string;
|
|
299
|
+
description: string;
|
|
300
|
+
editable: boolean;
|
|
301
|
+
required: boolean;
|
|
302
|
+
defaultValue: null;
|
|
303
|
+
formType: string;
|
|
304
|
+
propType: string;
|
|
305
|
+
};
|
|
306
|
+
color: {
|
|
307
|
+
group: string;
|
|
308
|
+
label: string;
|
|
309
|
+
description: string;
|
|
310
|
+
editable: boolean;
|
|
311
|
+
required: boolean;
|
|
312
|
+
defaultValue: null;
|
|
313
|
+
formType: string;
|
|
314
|
+
propType: string;
|
|
315
|
+
};
|
|
316
|
+
closeOnPress?: undefined;
|
|
317
|
+
swipeActivationPercentage?: undefined;
|
|
318
|
+
disableLeftSwipe?: undefined;
|
|
319
|
+
disableRightSwipe?: undefined;
|
|
320
|
+
leftOpenValue?: undefined;
|
|
321
|
+
rightOpenValue?: undefined;
|
|
322
|
+
leftActivationValue?: undefined;
|
|
323
|
+
rightActivationValue?: undefined;
|
|
324
|
+
stopLeftSwipe?: undefined;
|
|
325
|
+
stopRightSwipe?: undefined;
|
|
326
|
+
directionalDistanceChangeThreshold?: undefined;
|
|
327
|
+
friction?: undefined;
|
|
328
|
+
tension?: undefined;
|
|
329
|
+
swipeToOpenVelocityContribution?: undefined;
|
|
330
|
+
swipeToOpenPercent?: undefined;
|
|
331
|
+
swipeToClosePercent?: undefined;
|
|
332
|
+
};
|
|
333
|
+
doc_link?: undefined;
|
|
334
|
+
layout?: undefined;
|
|
335
|
+
} | {
|
|
336
|
+
name: string;
|
|
337
|
+
tag: string;
|
|
338
|
+
description: string;
|
|
339
|
+
category: string;
|
|
340
|
+
stylesPanelSections: never[];
|
|
341
|
+
triggers: string[];
|
|
342
|
+
props: {
|
|
343
|
+
onSwipe: {
|
|
344
|
+
label: string;
|
|
345
|
+
description: string;
|
|
346
|
+
editable: boolean;
|
|
347
|
+
required: boolean;
|
|
348
|
+
formType: string;
|
|
349
|
+
propType: string;
|
|
350
|
+
defaultValue: null;
|
|
351
|
+
group: string;
|
|
352
|
+
};
|
|
353
|
+
title: any;
|
|
354
|
+
side: {
|
|
355
|
+
group: string;
|
|
356
|
+
label: string;
|
|
357
|
+
description: string;
|
|
358
|
+
editable: boolean;
|
|
359
|
+
required: boolean;
|
|
360
|
+
formType: string;
|
|
361
|
+
propType: string;
|
|
362
|
+
defaultValue: null;
|
|
363
|
+
options: never[];
|
|
364
|
+
};
|
|
365
|
+
icon: {
|
|
366
|
+
label: string;
|
|
367
|
+
description: string;
|
|
368
|
+
formType: string;
|
|
369
|
+
propType: string;
|
|
370
|
+
defaultValue: string;
|
|
371
|
+
required: boolean;
|
|
372
|
+
editable: boolean;
|
|
373
|
+
group: string;
|
|
374
|
+
};
|
|
375
|
+
iconSize: {
|
|
376
|
+
label: string;
|
|
377
|
+
description: string;
|
|
378
|
+
formType: string;
|
|
379
|
+
propType: string;
|
|
380
|
+
group: string;
|
|
381
|
+
defaultValue: null;
|
|
382
|
+
editable: boolean;
|
|
383
|
+
required: boolean;
|
|
384
|
+
step: number;
|
|
385
|
+
};
|
|
386
|
+
backgroundColor: {
|
|
387
|
+
group: string;
|
|
388
|
+
label: string;
|
|
389
|
+
description: string;
|
|
390
|
+
editable: boolean;
|
|
391
|
+
required: boolean;
|
|
392
|
+
defaultValue: null;
|
|
393
|
+
formType: string;
|
|
394
|
+
propType: string;
|
|
395
|
+
};
|
|
396
|
+
color: {
|
|
397
|
+
group: string;
|
|
398
|
+
label: string;
|
|
399
|
+
description: string;
|
|
400
|
+
editable: boolean;
|
|
401
|
+
required: boolean;
|
|
402
|
+
defaultValue: null;
|
|
403
|
+
formType: string;
|
|
404
|
+
propType: string;
|
|
405
|
+
};
|
|
406
|
+
closeOnPress?: undefined;
|
|
407
|
+
swipeActivationPercentage?: undefined;
|
|
408
|
+
disableLeftSwipe?: undefined;
|
|
409
|
+
disableRightSwipe?: undefined;
|
|
410
|
+
leftOpenValue?: undefined;
|
|
411
|
+
rightOpenValue?: undefined;
|
|
412
|
+
leftActivationValue?: undefined;
|
|
413
|
+
rightActivationValue?: undefined;
|
|
414
|
+
stopLeftSwipe?: undefined;
|
|
415
|
+
stopRightSwipe?: undefined;
|
|
416
|
+
directionalDistanceChangeThreshold?: undefined;
|
|
417
|
+
friction?: undefined;
|
|
418
|
+
tension?: undefined;
|
|
419
|
+
swipeToOpenVelocityContribution?: undefined;
|
|
420
|
+
swipeToOpenPercent?: undefined;
|
|
421
|
+
swipeToClosePercent?: undefined;
|
|
422
|
+
};
|
|
423
|
+
doc_link?: undefined;
|
|
424
|
+
layout?: undefined;
|
|
425
|
+
})[];
|
|
426
|
+
//# sourceMappingURL=SwipeableView.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SwipeableView.d.ts","sourceRoot":"","sources":["../../../../src/mappings/SwipeableView.ts"],"names":[],"mappings":"AAgBA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmClC,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4JrB,CAAC"}
|
|
@@ -10,6 +10,12 @@ export declare function extractBorderAndMarginStyles(style: StyleProp<any>, addi
|
|
|
10
10
|
borderStyles: import("lodash").Dictionary<any>;
|
|
11
11
|
marginStyles: import("lodash").Dictionary<any>;
|
|
12
12
|
};
|
|
13
|
+
export declare const flexItemStyleNames: string[];
|
|
14
|
+
export declare function extractFlexItemStyles(style: StyleProp<any>, additionalFlexItemStyles?: string[]): import("lodash").Dictionary<any>;
|
|
15
|
+
export declare const positionStyleNames: string[];
|
|
16
|
+
export declare function extractPositionStyles(style: StyleProp<any>, additionalPositionStyles?: string[]): import("lodash").Dictionary<any>;
|
|
17
|
+
export declare const effectsStyleNames: string[];
|
|
18
|
+
export declare function extractEffectStyles(style: StyleProp<any>, additionalEffectStyles?: string[]): import("lodash").Dictionary<any>;
|
|
13
19
|
export declare const sizeStyleNames: string[];
|
|
14
20
|
export declare function extractSizeStyles(style: StyleProp<any>, additionalSizeStyles?: string[]): import("lodash").Dictionary<any>;
|
|
15
21
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../../../src/utilities.ts"],"names":[],"mappings":";AAAA,OAAO,EAAc,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGhE,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC;;;EA+BlD;AAED,eAAO,MAAM,gBAAgB,UAwB5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAU5B,CAAC;AAEF,wBAAgB,4BAA4B,CAC1C,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,EACrB,sBAAsB,CAAC,EAAE,MAAM,EAAE,EACjC,sBAAsB,CAAC,EAAE,MAAM,EAAE;;;EAqBlC;AAED,eAAO,MAAM,cAAc,UAAsB,CAAC;AAElD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,EACrB,oBAAoB,CAAC,EAAE,MAAM,EAAE,oCAahC;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CACzB,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EACjC,aAAa,EAAE,SAAS,CAAC,GAAG,CAAC,GAAG,SAAS,OAe1C;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,UAQ5D"}
|
|
1
|
+
{"version":3,"file":"utilities.d.ts","sourceRoot":"","sources":["../../../src/utilities.ts"],"names":[],"mappings":";AAAA,OAAO,EAAc,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGhE,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC;;;EA+BlD;AAED,eAAO,MAAM,gBAAgB,UAwB5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAU5B,CAAC;AAEF,wBAAgB,4BAA4B,CAC1C,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,EACrB,sBAAsB,CAAC,EAAE,MAAM,EAAE,EACjC,sBAAsB,CAAC,EAAE,MAAM,EAAE;;;EAqBlC;AAED,eAAO,MAAM,kBAAkB,UAM9B,CAAC;AAEF,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,EACrB,wBAAwB,CAAC,EAAE,MAAM,EAAE,oCAapC;AAED,eAAO,MAAM,kBAAkB,UAQ9B,CAAC;AAEF,wBAAgB,qBAAqB,CACnC,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,EACrB,wBAAwB,CAAC,EAAE,MAAM,EAAE,oCAapC;AAED,eAAO,MAAM,iBAAiB,UAA2B,CAAC;AAE1D,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,EACrB,sBAAsB,CAAC,EAAE,MAAM,EAAE,oCAalC;AAED,eAAO,MAAM,cAAc,UAAsB,CAAC;AAElD,wBAAgB,iBAAiB,CAC/B,KAAK,EAAE,SAAS,CAAC,GAAG,CAAC,EACrB,oBAAoB,CAAC,EAAE,MAAM,EAAE,oCAahC;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CACzB,UAAU,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG,CAAC,CAAC,EACjC,aAAa,EAAE,SAAS,CAAC,GAAG,CAAC,GAAG,SAAS,OAe1C;AAED,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,UAQ5D"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@draftbit/core",
|
|
3
|
-
"version": "46.12.1-
|
|
3
|
+
"version": "46.12.1-62afc7.2+62afc71",
|
|
4
4
|
"description": "Core (non-native) Components",
|
|
5
5
|
"main": "lib/commonjs/index.js",
|
|
6
6
|
"module": "lib/module/index.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@date-io/date-fns": "^1.3.13",
|
|
43
43
|
"@draftbit/react-theme-provider": "^2.1.1",
|
|
44
|
-
"@draftbit/types": "^46.12.1-
|
|
44
|
+
"@draftbit/types": "^46.12.1-62afc7.2+62afc71",
|
|
45
45
|
"@material-ui/core": "^4.11.0",
|
|
46
46
|
"@material-ui/pickers": "^3.2.10",
|
|
47
47
|
"@react-native-community/slider": "4.2.3",
|
|
@@ -61,6 +61,7 @@
|
|
|
61
61
|
"react-native-reanimated": "~2.9.1",
|
|
62
62
|
"react-native-shadow-2": "^7.0.6",
|
|
63
63
|
"react-native-svg": "12.3.0",
|
|
64
|
+
"react-native-swipe-list-view": "^3.2.9",
|
|
64
65
|
"react-native-tab-view": "^3.4.0",
|
|
65
66
|
"react-native-typography": "^1.4.1",
|
|
66
67
|
"react-native-web-swiper": "^2.2.3",
|
|
@@ -93,5 +94,5 @@
|
|
|
93
94
|
"node_modules/",
|
|
94
95
|
"lib/"
|
|
95
96
|
],
|
|
96
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "62afc718078791be628822c2d0924dad86d16c1d"
|
|
97
98
|
}
|
|
@@ -2,10 +2,25 @@ import React from "react";
|
|
|
2
2
|
import { StyleSheet, View, } from "react-native";
|
|
3
3
|
import BottomSheetComponent from "./BottomSheetComponent";
|
|
4
4
|
import { withTheme } from "../../theming";
|
|
5
|
-
const BottomSheet = ({ theme, snapPoints =
|
|
5
|
+
const BottomSheet = ({ theme, snapPoints: snapPointsProp, topSnapPosition = "10%", middleSnapPosition = "50%", bottomSnapPosition = "80%", initialSnapIndex, initialSnapPosition = "bottom", showHandle = true, handleColor = theme.colors.divider, topBorderRadius = 20, borderWidth = 1, borderColor = theme.colors.divider, onSettle, style, children, ...rest }) => {
|
|
6
6
|
const backgroundColor = (style === null || style === void 0 ? void 0 : style.backgroundColor) || theme.colors.background;
|
|
7
|
+
const snapPoints = snapPointsProp || [
|
|
8
|
+
topSnapPosition,
|
|
9
|
+
middleSnapPosition,
|
|
10
|
+
bottomSnapPosition,
|
|
11
|
+
];
|
|
12
|
+
const getSnapIndexFromPosition = (position) => {
|
|
13
|
+
switch (position) {
|
|
14
|
+
case "top":
|
|
15
|
+
return 0;
|
|
16
|
+
case "middle":
|
|
17
|
+
return 1;
|
|
18
|
+
case "bottom":
|
|
19
|
+
return 2;
|
|
20
|
+
}
|
|
21
|
+
};
|
|
7
22
|
return (React.createElement(View, { style: styles.parentContainer, pointerEvents: "box-none" },
|
|
8
|
-
React.createElement(BottomSheetComponent, { componentType: "ScrollView", snapPoints: snapPoints, initialSnapIndex: initialSnapIndex, renderHandle: () => (React.createElement(React.Fragment, null, showHandle && (React.createElement(View, { style: [
|
|
23
|
+
React.createElement(BottomSheetComponent, { componentType: "ScrollView", snapPoints: snapPoints, initialSnapIndex: initialSnapIndex !== null && initialSnapIndex !== void 0 ? initialSnapIndex : getSnapIndexFromPosition(initialSnapPosition), renderHandle: () => (React.createElement(React.Fragment, null, showHandle && (React.createElement(View, { style: [
|
|
9
24
|
styles.handleContainer,
|
|
10
25
|
{
|
|
11
26
|
backgroundColor,
|