@draftbit/core 47.0.1-e04fa3.2 → 47.1.0
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/Button.js +3 -3
- package/lib/commonjs/components/Checkbox/Checkbox.js +1 -3
- package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +1 -2
- package/lib/commonjs/components/Checkbox/CheckboxRow.js +1 -2
- package/lib/commonjs/components/DeprecatedButton.js +3 -27
- package/lib/commonjs/components/DeprecatedFAB.js +1 -2
- package/lib/commonjs/components/Justification.js +1 -5
- package/lib/commonjs/components/Pressable.js +37 -0
- package/lib/commonjs/components/ResizeMode.js +1 -5
- package/lib/commonjs/components/Swiper/Swiper.js +2 -0
- package/lib/commonjs/components/Touchable.js +8 -3
- package/lib/commonjs/index.js +89 -25
- package/lib/commonjs/mappings/Button.js +39 -10
- package/lib/commonjs/mappings/FlashList.js +45 -2
- package/lib/commonjs/mappings/FlatList.js +12 -0
- package/lib/commonjs/mappings/Swiper.js +2 -0
- package/lib/commonjs/mappings/Touchable.js +47 -7
- package/lib/module/components/Button.js +3 -3
- package/lib/module/components/Checkbox/Checkbox.js +2 -3
- package/lib/module/components/Checkbox/CheckboxGroupRow.js +2 -3
- package/lib/module/components/Checkbox/CheckboxRow.js +2 -3
- package/lib/module/components/DeprecatedButton.js +4 -28
- package/lib/module/components/DeprecatedFAB.js +2 -3
- package/lib/module/components/Justification.js +0 -1
- package/lib/module/components/Pressable.js +30 -0
- package/lib/module/components/ResizeMode.js +0 -1
- package/lib/module/components/Swiper/Swiper.js +2 -0
- package/lib/module/components/Touchable.js +8 -3
- package/lib/module/index.js +32 -121
- package/lib/module/mappings/Button.js +40 -11
- package/lib/module/mappings/FlashList.js +46 -3
- package/lib/module/mappings/FlatList.js +13 -1
- package/lib/module/mappings/Swiper.js +3 -1
- package/lib/module/mappings/Touchable.js +49 -9
- package/lib/typescript/src/components/Button.d.ts.map +1 -1
- package/lib/typescript/src/components/Checkbox/Checkbox.d.ts +2 -2
- package/lib/typescript/src/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/lib/typescript/src/components/Checkbox/CheckboxGroupRow.d.ts.map +1 -1
- package/lib/typescript/src/components/Checkbox/CheckboxRow.d.ts.map +1 -1
- package/lib/typescript/src/components/DeprecatedButton.d.ts +2 -2
- package/lib/typescript/src/components/DeprecatedButton.d.ts.map +1 -1
- package/lib/typescript/src/components/DeprecatedFAB.d.ts +2 -2
- package/lib/typescript/src/components/DeprecatedFAB.d.ts.map +1 -1
- package/lib/typescript/src/components/Pressable.d.ts +10 -0
- package/lib/typescript/src/components/Pressable.d.ts.map +1 -0
- package/lib/typescript/src/components/Swiper/Swiper.d.ts +2 -1
- package/lib/typescript/src/components/Swiper/Swiper.d.ts.map +1 -1
- package/lib/typescript/src/components/Touchable.d.ts +5 -6
- package/lib/typescript/src/components/Touchable.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +30 -102
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/mappings/Button.d.ts +113 -4
- package/lib/typescript/src/mappings/Button.d.ts.map +1 -1
- package/lib/typescript/src/mappings/FlashList.d.ts +112 -2
- package/lib/typescript/src/mappings/FlashList.d.ts.map +1 -1
- package/lib/typescript/src/mappings/FlatList.d.ts +42 -0
- package/lib/typescript/src/mappings/FlatList.d.ts.map +1 -1
- package/lib/typescript/src/mappings/Swiper.d.ts +11 -0
- package/lib/typescript/src/mappings/Swiper.d.ts.map +1 -1
- package/lib/typescript/src/mappings/Touchable.d.ts +59 -5
- package/lib/typescript/src/mappings/Touchable.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/Button.tsx +14 -4
- package/src/components/Checkbox/Checkbox.tsx +5 -7
- package/src/components/Checkbox/CheckboxGroupRow.tsx +3 -3
- package/src/components/Checkbox/CheckboxRow.tsx +3 -3
- package/src/components/DeprecatedButton.tsx +7 -31
- package/src/components/DeprecatedFAB.tsx +5 -5
- package/src/components/Pressable.tsx +44 -0
- package/src/components/Swiper/Swiper.tsx +3 -0
- package/src/components/Touchable.tsx +11 -7
- package/src/index.tsx +44 -123
- package/src/mappings/Button.ts +41 -10
- package/src/mappings/FlashList.ts +82 -30
- package/src/mappings/FlatList.ts +16 -0
- package/src/mappings/Swiper.ts +4 -0
- package/src/mappings/Touchable.ts +53 -6
- package/lib/commonjs/mappings/NativeBase/AlertDialog.js +0 -102
- package/lib/commonjs/mappings/NativeBase/Button.js +0 -84
- package/lib/commonjs/mappings/NativeBase/DataDisplay.js +0 -61
- package/lib/commonjs/mappings/NativeBase/Feedback.js +0 -74
- package/lib/commonjs/mappings/NativeBase/Layout.js +0 -114
- package/lib/commonjs/mappings/NativeBase/Media.js +0 -49
- package/lib/commonjs/mappings/NativeBase/Menu.js +0 -111
- package/lib/commonjs/mappings/NativeBase/Modal.js +0 -93
- package/lib/commonjs/mappings/NativeBase/Other.js +0 -94
- package/lib/commonjs/mappings/NativeBase/Popover.js +0 -99
- package/lib/commonjs/mappings/NativeBase/Select.js +0 -65
- package/lib/commonjs/mappings/NativeBase/Slider.js +0 -81
- package/lib/module/mappings/NativeBase/AlertDialog.js +0 -95
- package/lib/module/mappings/NativeBase/Button.js +0 -86
- package/lib/module/mappings/NativeBase/DataDisplay.js +0 -54
- package/lib/module/mappings/NativeBase/Feedback.js +0 -67
- package/lib/module/mappings/NativeBase/Layout.js +0 -107
- package/lib/module/mappings/NativeBase/Media.js +0 -42
- package/lib/module/mappings/NativeBase/Menu.js +0 -104
- package/lib/module/mappings/NativeBase/Modal.js +0 -86
- package/lib/module/mappings/NativeBase/Other.js +0 -87
- package/lib/module/mappings/NativeBase/Popover.js +0 -92
- package/lib/module/mappings/NativeBase/Select.js +0 -58
- package/lib/module/mappings/NativeBase/Slider.js +0 -74
- package/lib/typescript/src/mappings/NativeBase/AlertDialog.d.ts +0 -146
- package/lib/typescript/src/mappings/NativeBase/AlertDialog.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Button.d.ts +0 -1
- package/lib/typescript/src/mappings/NativeBase/Button.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/DataDisplay.d.ts +0 -96
- package/lib/typescript/src/mappings/NativeBase/DataDisplay.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Feedback.d.ts +0 -2
- package/lib/typescript/src/mappings/NativeBase/Feedback.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Layout.d.ts +0 -146
- package/lib/typescript/src/mappings/NativeBase/Layout.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Media.d.ts +0 -48
- package/lib/typescript/src/mappings/NativeBase/Media.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Menu.d.ts +0 -227
- package/lib/typescript/src/mappings/NativeBase/Menu.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Modal.d.ts +0 -133
- package/lib/typescript/src/mappings/NativeBase/Modal.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Other.d.ts +0 -179
- package/lib/typescript/src/mappings/NativeBase/Other.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Popover.d.ts +0 -136
- package/lib/typescript/src/mappings/NativeBase/Popover.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Select.d.ts +0 -156
- package/lib/typescript/src/mappings/NativeBase/Select.d.ts.map +0 -1
- package/lib/typescript/src/mappings/NativeBase/Slider.d.ts +0 -200
- package/lib/typescript/src/mappings/NativeBase/Slider.d.ts.map +0 -1
- package/src/Provider.js +0 -9
- package/src/components/Accordion/AccordionGroup.js +0 -44
- package/src/components/Accordion/AccordionItem.js +0 -32
- package/src/components/Accordion/index.js +0 -2
- package/src/components/ActionSheet/ActionSheet.js +0 -45
- package/src/components/ActionSheet/ActionSheetCancel.js +0 -6
- package/src/components/ActionSheet/ActionSheetItem.js +0 -30
- package/src/components/ActionSheet/index.js +0 -3
- package/src/components/AnimatedCircularProgress.js +0 -43
- package/src/components/AspectRatio.js +0 -18
- package/src/components/AvatarEdit.js +0 -30
- package/src/components/Banner.js +0 -109
- package/src/components/Button.js +0 -114
- package/src/components/Card.js +0 -57
- package/src/components/CardBlock.js +0 -54
- package/src/components/CardContainer.js +0 -69
- package/src/components/CardContainerRating.js +0 -79
- package/src/components/CardContainerShortImage.js +0 -33
- package/src/components/CardInline.js +0 -36
- package/src/components/Carousel.js +0 -68
- package/src/components/Checkbox/Checkbox.js +0 -63
- package/src/components/Checkbox/CheckboxGroup.js +0 -21
- package/src/components/Checkbox/CheckboxGroupRow.js +0 -77
- package/src/components/Checkbox/CheckboxRow.js +0 -78
- package/src/components/Checkbox/context.js +0 -14
- package/src/components/Checkbox/index.js +0 -3
- package/src/components/CircleImage.js +0 -8
- package/src/components/CircularProgress.js +0 -81
- package/src/components/Config.js +0 -64
- package/src/components/Container.js +0 -43
- package/src/components/DatePicker/DatePicker.js +0 -377
- package/src/components/DatePicker/DatePickerComponent.js +0 -13
- package/src/components/DatePicker/DatePickerComponent.web.js +0 -30
- package/src/components/DatePicker/DatePickerComponentType.js +0 -1
- package/src/components/DeprecatedButton.js +0 -95
- package/src/components/DeprecatedCardWrapper.js +0 -18
- package/src/components/DeprecatedFAB.js +0 -115
- package/src/components/Divider.js +0 -13
- package/src/components/Elevation.js +0 -20
- package/src/components/FAB.js +0 -46
- package/src/components/FieldSearchBarFull.js +0 -53
- package/src/components/FormRow.js +0 -19
- package/src/components/Header.js +0 -44
- package/src/components/HeaderLarge.js +0 -7
- package/src/components/HeaderMedium.js +0 -7
- package/src/components/HeaderOverline.js +0 -7
- package/src/components/IconButton.js +0 -35
- package/src/components/Image.js +0 -47
- package/src/components/Justification.js +0 -1
- package/src/components/Layout.js +0 -50
- package/src/components/NumberInput.js +0 -49
- package/src/components/Picker/Picker.js +0 -267
- package/src/components/Picker/PickerComponent.android.js +0 -69
- package/src/components/Picker/PickerComponent.ios.js +0 -79
- package/src/components/Picker/PickerComponent.web.js +0 -70
- package/src/components/Picker/PickerTypes.js +0 -1
- package/src/components/Portal/Portal.js +0 -35
- package/src/components/Portal/PortalConsumer.js +0 -27
- package/src/components/Portal/PortalHost.js +0 -107
- package/src/components/Portal/PortalManager.js +0 -32
- package/src/components/ProgressBar.js +0 -118
- package/src/components/ProgressCircle.js +0 -13
- package/src/components/ProgressIndicator.js +0 -27
- package/src/components/RadioButton/RadioButton.js +0 -17
- package/src/components/RadioButton/RadioButtonFieldGroup.js +0 -17
- package/src/components/RadioButton/RadioButtonGroup.js +0 -43
- package/src/components/RadioButton/RadioButtonRow.js +0 -76
- package/src/components/RadioButton/context.js +0 -14
- package/src/components/RadioButton/index.js +0 -4
- package/src/components/ResizeMode.js +0 -1
- package/src/components/Row.js +0 -48
- package/src/components/RowBodyIcon.js +0 -8
- package/src/components/RowHeadlineImageCaption.js +0 -12
- package/src/components/RowHeadlineImageIcon.js +0 -14
- package/src/components/SVG.js +0 -13
- package/src/components/ScreenContainer.js +0 -34
- package/src/components/Slider.js +0 -63
- package/src/components/StarRating.js +0 -50
- package/src/components/StepIndicator.js +0 -346
- package/src/components/Stepper.js +0 -41
- package/src/components/Surface.js +0 -32
- package/src/components/Swiper/Swiper.js +0 -29
- package/src/components/Swiper/SwiperItem.js +0 -9
- package/src/components/Swiper/index.js +0 -2
- package/src/components/Switch.js +0 -56
- package/src/components/Text.js +0 -33
- package/src/components/TextField.js +0 -428
- package/src/components/ToggleButton.js +0 -39
- package/src/components/Touchable.js +0 -12
- package/src/components/Touchable.web.js +0 -2
- package/src/components/Typography.js +0 -36
- package/src/components/useAuthState.js +0 -31
- package/src/constants.js +0 -10
- package/src/hooks.js +0 -12
- package/src/index.js +0 -133
- package/src/interfaces/Icon.js +0 -8
- package/src/mappings/Accordion.js +0 -41
- package/src/mappings/AccordionItem.js +0 -16
- package/src/mappings/ActionSheet.js +0 -13
- package/src/mappings/ActionSheetCancel.js +0 -19
- package/src/mappings/ActionSheetItem.js +0 -23
- package/src/mappings/ActivityIndicator.js +0 -58
- package/src/mappings/AudioPlayer.js +0 -57
- package/src/mappings/AvatarEdit.js +0 -38
- package/src/mappings/Banner.js +0 -32
- package/src/mappings/BlurView.js +0 -42
- package/src/mappings/Button.js +0 -87
- package/src/mappings/Card.js +0 -52
- package/src/mappings/CardBlock.js +0 -123
- package/src/mappings/CardContainer.js +0 -104
- package/src/mappings/CardContainerRating.js +0 -126
- package/src/mappings/CardContainerShortImage.js +0 -120
- package/src/mappings/CardInline.js +0 -52
- package/src/mappings/Carousel.js +0 -19
- package/src/mappings/Checkbox.js +0 -46
- package/src/mappings/CheckboxGroup.js +0 -26
- package/src/mappings/CheckboxRow.js +0 -61
- package/src/mappings/CircleImage.js +0 -25
- package/src/mappings/Container.js +0 -30
- package/src/mappings/CustomCode.js +0 -8
- package/src/mappings/DatePicker.js +0 -176
- package/src/mappings/Divider.js +0 -27
- package/src/mappings/FAB.js +0 -37
- package/src/mappings/Fetch.js +0 -13
- package/src/mappings/FieldSearchBarFull.js +0 -50
- package/src/mappings/FlashList.js +0 -33
- package/src/mappings/FlatList.js +0 -24
- package/src/mappings/HeaderLarge.js +0 -29
- package/src/mappings/HeaderMedium.js +0 -55
- package/src/mappings/HeaderOverline.js +0 -55
- package/src/mappings/Icon.js +0 -32
- package/src/mappings/IconButton.js +0 -35
- package/src/mappings/Image.js +0 -35
- package/src/mappings/ImageBackground.js +0 -29
- package/src/mappings/KeyboardAvoidingView.js +0 -41
- package/src/mappings/KeyboardAwareScrollView.js +0 -50
- package/src/mappings/Layout.js +0 -200
- package/src/mappings/LinearGradient.js +0 -77
- package/src/mappings/MapCallout.js +0 -21
- package/src/mappings/MapMarker.js +0 -47
- package/src/mappings/MapView.js +0 -139
- package/src/mappings/Modal.js +0 -42
- package/src/mappings/NativeBase/AlertDialog.js +0 -112
- package/src/mappings/NativeBase/AlertDialog.ts +0 -128
- package/src/mappings/NativeBase/Button.js +0 -84
- package/src/mappings/NativeBase/Button.ts +0 -83
- package/src/mappings/NativeBase/DataDisplay.js +0 -67
- package/src/mappings/NativeBase/DataDisplay.ts +0 -79
- package/src/mappings/NativeBase/Feedback.js +0 -89
- package/src/mappings/NativeBase/Feedback.ts +0 -100
- package/src/mappings/NativeBase/Layout.js +0 -140
- package/src/mappings/NativeBase/Layout.ts +0 -152
- package/src/mappings/NativeBase/Media.js +0 -56
- package/src/mappings/NativeBase/Media.ts +0 -65
- package/src/mappings/NativeBase/Menu.js +0 -134
- package/src/mappings/NativeBase/Menu.ts +0 -150
- package/src/mappings/NativeBase/Modal.js +0 -103
- package/src/mappings/NativeBase/Modal.ts +0 -118
- package/src/mappings/NativeBase/Other.js +0 -123
- package/src/mappings/NativeBase/Other.ts +0 -139
- package/src/mappings/NativeBase/Popover.js +0 -123
- package/src/mappings/NativeBase/Popover.ts +0 -136
- package/src/mappings/NativeBase/Select.js +0 -71
- package/src/mappings/NativeBase/Select.ts +0 -85
- package/src/mappings/NativeBase/Slider.js +0 -89
- package/src/mappings/NativeBase/Slider.ts +0 -105
- package/src/mappings/NumberInput.js +0 -254
- package/src/mappings/Picker.js +0 -148
- package/src/mappings/ProgressBar.js +0 -101
- package/src/mappings/ProgressCircle.js +0 -109
- package/src/mappings/ProgressIndicator.js +0 -181
- package/src/mappings/RadioButton.js +0 -51
- package/src/mappings/RadioButtonGroup.js +0 -17
- package/src/mappings/RadioButtonRow.js +0 -42
- package/src/mappings/RowBodyIcon.js +0 -75
- package/src/mappings/RowHeadlineImageCaption.js +0 -167
- package/src/mappings/RowHeadlineImageIcon.js +0 -99
- package/src/mappings/SVG.js +0 -20
- package/src/mappings/SafeAreaView.js +0 -33
- package/src/mappings/ScrollView.js +0 -31
- package/src/mappings/Slider.js +0 -60
- package/src/mappings/StarRating.js +0 -43
- package/src/mappings/Stepper.js +0 -32
- package/src/mappings/Surface.js +0 -14
- package/src/mappings/Swiper.js +0 -60
- package/src/mappings/SwiperItem.js +0 -8
- package/src/mappings/Switch.js +0 -81
- package/src/mappings/Text.js +0 -251
- package/src/mappings/TextArea.js +0 -274
- package/src/mappings/TextField.js +0 -391
- package/src/mappings/TextInput.js +0 -402
- package/src/mappings/ToggleButton.js +0 -50
- package/src/mappings/Touchable.js +0 -17
- package/src/mappings/Video.js +0 -81
- package/src/mappings/View.js +0 -207
- package/src/mappings/WebView.js +0 -88
- package/src/styles/DarkTheme.js +0 -26
- package/src/styles/DefaultTheme.js +0 -111
- package/src/styles/fonts.js +0 -62
- package/src/styles/overlay.js +0 -60
- package/src/styles/shadow.js +0 -51
- package/src/theming.js +0 -3
- package/src/utilities.js +0 -102
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AlertDialog.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/AlertDialog.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmGrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
//# sourceMappingURL=Button.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Button.ts"],"names":[],"mappings":""}
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
export declare const SEED_DATA: ({
|
|
2
|
-
props: {
|
|
3
|
-
leftIcon: {
|
|
4
|
-
label: string;
|
|
5
|
-
description: string;
|
|
6
|
-
formType: string;
|
|
7
|
-
propType: string;
|
|
8
|
-
defaultValue: string;
|
|
9
|
-
required: boolean;
|
|
10
|
-
editable: boolean;
|
|
11
|
-
group: string;
|
|
12
|
-
};
|
|
13
|
-
rightIcon: {
|
|
14
|
-
label: string;
|
|
15
|
-
description: string;
|
|
16
|
-
formType: string;
|
|
17
|
-
propType: string;
|
|
18
|
-
defaultValue: string;
|
|
19
|
-
required: boolean;
|
|
20
|
-
editable: boolean;
|
|
21
|
-
group: string;
|
|
22
|
-
};
|
|
23
|
-
startIcon: {
|
|
24
|
-
label: string;
|
|
25
|
-
description: string;
|
|
26
|
-
formType: string;
|
|
27
|
-
propType: string;
|
|
28
|
-
defaultValue: string;
|
|
29
|
-
required: boolean;
|
|
30
|
-
editable: boolean;
|
|
31
|
-
group: string;
|
|
32
|
-
};
|
|
33
|
-
endIcon: {
|
|
34
|
-
label: string;
|
|
35
|
-
description: string;
|
|
36
|
-
formType: string;
|
|
37
|
-
propType: string;
|
|
38
|
-
defaultValue: string;
|
|
39
|
-
required: boolean;
|
|
40
|
-
editable: boolean;
|
|
41
|
-
group: string;
|
|
42
|
-
};
|
|
43
|
-
orientation?: undefined;
|
|
44
|
-
thickness?: undefined;
|
|
45
|
-
};
|
|
46
|
-
category: string;
|
|
47
|
-
packageName: string;
|
|
48
|
-
stylesPanelSections: string[];
|
|
49
|
-
layout: {};
|
|
50
|
-
triggers: {};
|
|
51
|
-
name: string;
|
|
52
|
-
tag: string;
|
|
53
|
-
doc_link: string;
|
|
54
|
-
code_link: string;
|
|
55
|
-
description: string;
|
|
56
|
-
} | {
|
|
57
|
-
props: {
|
|
58
|
-
orientation: {
|
|
59
|
-
group: string;
|
|
60
|
-
label: string;
|
|
61
|
-
description: string;
|
|
62
|
-
editable: boolean;
|
|
63
|
-
required: boolean;
|
|
64
|
-
formType: string;
|
|
65
|
-
propType: string;
|
|
66
|
-
defaultValue: null;
|
|
67
|
-
options: never[];
|
|
68
|
-
};
|
|
69
|
-
thickness: {
|
|
70
|
-
label: string;
|
|
71
|
-
description: string;
|
|
72
|
-
formType: string;
|
|
73
|
-
propType: string;
|
|
74
|
-
group: string;
|
|
75
|
-
defaultValue: null;
|
|
76
|
-
editable: boolean;
|
|
77
|
-
required: boolean;
|
|
78
|
-
step: number;
|
|
79
|
-
};
|
|
80
|
-
leftIcon?: undefined;
|
|
81
|
-
rightIcon?: undefined;
|
|
82
|
-
startIcon?: undefined;
|
|
83
|
-
endIcon?: undefined;
|
|
84
|
-
};
|
|
85
|
-
category: string;
|
|
86
|
-
packageName: string;
|
|
87
|
-
stylesPanelSections: string[];
|
|
88
|
-
layout: {};
|
|
89
|
-
triggers: {};
|
|
90
|
-
name: string;
|
|
91
|
-
tag: string;
|
|
92
|
-
doc_link: string;
|
|
93
|
-
code_link: string;
|
|
94
|
-
description: string;
|
|
95
|
-
})[];
|
|
96
|
-
//# sourceMappingURL=DataDisplay.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DataDisplay.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/DataDisplay.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoDrB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Feedback.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Feedback.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,SAAS,MAyErB,CAAC"}
|
|
@@ -1,146 +0,0 @@
|
|
|
1
|
-
export declare const SEED_DATA: ({
|
|
2
|
-
props: {
|
|
3
|
-
ratio: {
|
|
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
|
-
direction?: undefined;
|
|
15
|
-
reversed?: undefined;
|
|
16
|
-
isDisabled?: undefined;
|
|
17
|
-
isInvalid?: undefined;
|
|
18
|
-
};
|
|
19
|
-
category: string;
|
|
20
|
-
packageName: string;
|
|
21
|
-
doc_link: string;
|
|
22
|
-
code_link: string;
|
|
23
|
-
stylesPanelSections: string[];
|
|
24
|
-
allowChildren: boolean;
|
|
25
|
-
layout: {};
|
|
26
|
-
triggers: {};
|
|
27
|
-
name: string;
|
|
28
|
-
tag: string;
|
|
29
|
-
description: string;
|
|
30
|
-
} | {
|
|
31
|
-
category: string;
|
|
32
|
-
packageName: string;
|
|
33
|
-
doc_link: string;
|
|
34
|
-
code_link: string;
|
|
35
|
-
stylesPanelSections: string[];
|
|
36
|
-
allowChildren: boolean;
|
|
37
|
-
layout: {};
|
|
38
|
-
triggers: {};
|
|
39
|
-
name: string;
|
|
40
|
-
tag: string;
|
|
41
|
-
description: string;
|
|
42
|
-
} | {
|
|
43
|
-
props: {
|
|
44
|
-
ratio?: undefined;
|
|
45
|
-
direction?: undefined;
|
|
46
|
-
reversed?: undefined;
|
|
47
|
-
isDisabled?: undefined;
|
|
48
|
-
isInvalid?: undefined;
|
|
49
|
-
};
|
|
50
|
-
category: string;
|
|
51
|
-
packageName: string;
|
|
52
|
-
doc_link: string;
|
|
53
|
-
code_link: string;
|
|
54
|
-
stylesPanelSections: string[];
|
|
55
|
-
allowChildren: boolean;
|
|
56
|
-
layout: {};
|
|
57
|
-
triggers: {};
|
|
58
|
-
name: string;
|
|
59
|
-
tag: string;
|
|
60
|
-
description: string;
|
|
61
|
-
} | {
|
|
62
|
-
props: {
|
|
63
|
-
direction: {
|
|
64
|
-
group: string;
|
|
65
|
-
label: string;
|
|
66
|
-
description: string;
|
|
67
|
-
editable: boolean;
|
|
68
|
-
required: boolean;
|
|
69
|
-
formType: string;
|
|
70
|
-
propType: string;
|
|
71
|
-
defaultValue: null;
|
|
72
|
-
options: never[];
|
|
73
|
-
};
|
|
74
|
-
reversed: {
|
|
75
|
-
label: string;
|
|
76
|
-
description: string;
|
|
77
|
-
formType: string;
|
|
78
|
-
propType: string;
|
|
79
|
-
defaultValue: boolean;
|
|
80
|
-
editable: boolean;
|
|
81
|
-
required: boolean;
|
|
82
|
-
group: string;
|
|
83
|
-
};
|
|
84
|
-
isDisabled: {
|
|
85
|
-
label: string;
|
|
86
|
-
description: string;
|
|
87
|
-
formType: string;
|
|
88
|
-
propType: string;
|
|
89
|
-
defaultValue: boolean;
|
|
90
|
-
editable: boolean;
|
|
91
|
-
required: boolean;
|
|
92
|
-
group: string;
|
|
93
|
-
};
|
|
94
|
-
isInvalid: {
|
|
95
|
-
label: string;
|
|
96
|
-
description: string;
|
|
97
|
-
formType: string;
|
|
98
|
-
propType: string;
|
|
99
|
-
defaultValue: boolean;
|
|
100
|
-
editable: boolean;
|
|
101
|
-
required: boolean;
|
|
102
|
-
group: string;
|
|
103
|
-
};
|
|
104
|
-
ratio?: undefined;
|
|
105
|
-
};
|
|
106
|
-
category: string;
|
|
107
|
-
packageName: string;
|
|
108
|
-
doc_link: string;
|
|
109
|
-
code_link: string;
|
|
110
|
-
stylesPanelSections: string[];
|
|
111
|
-
allowChildren: boolean;
|
|
112
|
-
layout: {};
|
|
113
|
-
triggers: {};
|
|
114
|
-
name: string;
|
|
115
|
-
tag: string;
|
|
116
|
-
description: string;
|
|
117
|
-
} | {
|
|
118
|
-
props: {
|
|
119
|
-
reversed: {
|
|
120
|
-
label: string;
|
|
121
|
-
description: string;
|
|
122
|
-
formType: string;
|
|
123
|
-
propType: string;
|
|
124
|
-
defaultValue: boolean;
|
|
125
|
-
editable: boolean;
|
|
126
|
-
required: boolean;
|
|
127
|
-
group: string;
|
|
128
|
-
};
|
|
129
|
-
ratio?: undefined;
|
|
130
|
-
direction?: undefined;
|
|
131
|
-
isDisabled?: undefined;
|
|
132
|
-
isInvalid?: undefined;
|
|
133
|
-
};
|
|
134
|
-
category: string;
|
|
135
|
-
packageName: string;
|
|
136
|
-
doc_link: string;
|
|
137
|
-
code_link: string;
|
|
138
|
-
stylesPanelSections: string[];
|
|
139
|
-
allowChildren: boolean;
|
|
140
|
-
layout: {};
|
|
141
|
-
triggers: {};
|
|
142
|
-
name: string;
|
|
143
|
-
tag: string;
|
|
144
|
-
description: string;
|
|
145
|
-
})[];
|
|
146
|
-
//# sourceMappingURL=Layout.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Layout.ts"],"names":[],"mappings":"AA4BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2HrB,CAAC"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
export declare const SEED_DATA: ({
|
|
2
|
-
props: {
|
|
3
|
-
source: {
|
|
4
|
-
label: string;
|
|
5
|
-
description: string;
|
|
6
|
-
group: string;
|
|
7
|
-
formType: string;
|
|
8
|
-
propType: string;
|
|
9
|
-
defaultValue: string;
|
|
10
|
-
editable: boolean;
|
|
11
|
-
required: boolean;
|
|
12
|
-
};
|
|
13
|
-
size: {
|
|
14
|
-
group: string;
|
|
15
|
-
label: string;
|
|
16
|
-
description: string;
|
|
17
|
-
editable: boolean;
|
|
18
|
-
required: boolean;
|
|
19
|
-
formType: string;
|
|
20
|
-
propType: string;
|
|
21
|
-
defaultValue: null;
|
|
22
|
-
options: never[];
|
|
23
|
-
};
|
|
24
|
-
wrapperRef: any;
|
|
25
|
-
};
|
|
26
|
-
category: string;
|
|
27
|
-
packageName: string;
|
|
28
|
-
doc_link: string;
|
|
29
|
-
code_link: string;
|
|
30
|
-
stylesPanelSections: string[];
|
|
31
|
-
layout: {};
|
|
32
|
-
triggers: {};
|
|
33
|
-
name: string;
|
|
34
|
-
tag: string;
|
|
35
|
-
description: string;
|
|
36
|
-
} | {
|
|
37
|
-
category: string;
|
|
38
|
-
packageName: string;
|
|
39
|
-
doc_link: string;
|
|
40
|
-
code_link: string;
|
|
41
|
-
stylesPanelSections: string[];
|
|
42
|
-
layout: {};
|
|
43
|
-
triggers: {};
|
|
44
|
-
name: string;
|
|
45
|
-
tag: string;
|
|
46
|
-
description: string;
|
|
47
|
-
})[];
|
|
48
|
-
//# sourceMappingURL=Media.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Media.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Media.ts"],"names":[],"mappings":"AA2CA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqBrB,CAAC"}
|
|
@@ -1,227 +0,0 @@
|
|
|
1
|
-
export declare const SEED_DATA: ({
|
|
2
|
-
triggers: string[];
|
|
3
|
-
props: {
|
|
4
|
-
onOpen: {
|
|
5
|
-
label: string;
|
|
6
|
-
description: string;
|
|
7
|
-
editable: boolean;
|
|
8
|
-
required: boolean;
|
|
9
|
-
formType: string;
|
|
10
|
-
propType: string;
|
|
11
|
-
defaultValue: null;
|
|
12
|
-
group: string;
|
|
13
|
-
};
|
|
14
|
-
onClose: {
|
|
15
|
-
label: string;
|
|
16
|
-
description: string;
|
|
17
|
-
editable: boolean;
|
|
18
|
-
required: boolean;
|
|
19
|
-
formType: string;
|
|
20
|
-
propType: string;
|
|
21
|
-
defaultValue: null;
|
|
22
|
-
group: string;
|
|
23
|
-
};
|
|
24
|
-
closeOnSelect: {
|
|
25
|
-
label: string;
|
|
26
|
-
description: string;
|
|
27
|
-
formType: string;
|
|
28
|
-
propType: string;
|
|
29
|
-
defaultValue: boolean;
|
|
30
|
-
editable: boolean;
|
|
31
|
-
required: boolean;
|
|
32
|
-
group: string;
|
|
33
|
-
};
|
|
34
|
-
defaultIsOpen: {
|
|
35
|
-
label: string;
|
|
36
|
-
description: string;
|
|
37
|
-
formType: string;
|
|
38
|
-
propType: string;
|
|
39
|
-
defaultValue: boolean;
|
|
40
|
-
editable: boolean;
|
|
41
|
-
required: boolean;
|
|
42
|
-
group: string;
|
|
43
|
-
};
|
|
44
|
-
placement: {
|
|
45
|
-
group: string;
|
|
46
|
-
label: string;
|
|
47
|
-
description: string;
|
|
48
|
-
editable: boolean;
|
|
49
|
-
required: boolean;
|
|
50
|
-
formType: string;
|
|
51
|
-
propType: string;
|
|
52
|
-
defaultValue: null;
|
|
53
|
-
options: never[];
|
|
54
|
-
};
|
|
55
|
-
offset: {
|
|
56
|
-
label: string;
|
|
57
|
-
description: string;
|
|
58
|
-
formType: string;
|
|
59
|
-
propType: string;
|
|
60
|
-
group: string;
|
|
61
|
-
defaultValue: null;
|
|
62
|
-
editable: boolean;
|
|
63
|
-
required: boolean;
|
|
64
|
-
step: number;
|
|
65
|
-
};
|
|
66
|
-
crossOffset: {
|
|
67
|
-
label: string;
|
|
68
|
-
description: string;
|
|
69
|
-
formType: string;
|
|
70
|
-
propType: string;
|
|
71
|
-
group: string;
|
|
72
|
-
defaultValue: null;
|
|
73
|
-
editable: boolean;
|
|
74
|
-
required: boolean;
|
|
75
|
-
step: number;
|
|
76
|
-
};
|
|
77
|
-
shouldFlip: {
|
|
78
|
-
label: string;
|
|
79
|
-
description: string;
|
|
80
|
-
formType: string;
|
|
81
|
-
propType: string;
|
|
82
|
-
defaultValue: boolean;
|
|
83
|
-
editable: boolean;
|
|
84
|
-
required: boolean;
|
|
85
|
-
group: string;
|
|
86
|
-
};
|
|
87
|
-
isDisabled?: undefined;
|
|
88
|
-
textValue?: undefined;
|
|
89
|
-
title?: undefined;
|
|
90
|
-
type?: undefined;
|
|
91
|
-
onChange?: undefined;
|
|
92
|
-
};
|
|
93
|
-
category: string;
|
|
94
|
-
packageName: string;
|
|
95
|
-
stylesPanelSections: string[];
|
|
96
|
-
layout: {};
|
|
97
|
-
allowChildren: boolean;
|
|
98
|
-
name: string;
|
|
99
|
-
tag: string;
|
|
100
|
-
description: string;
|
|
101
|
-
} | {
|
|
102
|
-
props: {
|
|
103
|
-
isDisabled: {
|
|
104
|
-
label: string;
|
|
105
|
-
description: string;
|
|
106
|
-
group: string;
|
|
107
|
-
editable: boolean;
|
|
108
|
-
required: boolean;
|
|
109
|
-
formType: string;
|
|
110
|
-
propType: string;
|
|
111
|
-
defaultValue: null;
|
|
112
|
-
};
|
|
113
|
-
textValue: any;
|
|
114
|
-
onOpen?: undefined;
|
|
115
|
-
onClose?: undefined;
|
|
116
|
-
closeOnSelect?: undefined;
|
|
117
|
-
defaultIsOpen?: undefined;
|
|
118
|
-
placement?: undefined;
|
|
119
|
-
offset?: undefined;
|
|
120
|
-
crossOffset?: undefined;
|
|
121
|
-
shouldFlip?: undefined;
|
|
122
|
-
title?: undefined;
|
|
123
|
-
type?: undefined;
|
|
124
|
-
onChange?: undefined;
|
|
125
|
-
};
|
|
126
|
-
category: string;
|
|
127
|
-
packageName: string;
|
|
128
|
-
stylesPanelSections: string[];
|
|
129
|
-
layout: {};
|
|
130
|
-
allowChildren: boolean;
|
|
131
|
-
name: string;
|
|
132
|
-
tag: string;
|
|
133
|
-
description: string;
|
|
134
|
-
} | {
|
|
135
|
-
props: {
|
|
136
|
-
title: any;
|
|
137
|
-
onOpen?: undefined;
|
|
138
|
-
onClose?: undefined;
|
|
139
|
-
closeOnSelect?: undefined;
|
|
140
|
-
defaultIsOpen?: undefined;
|
|
141
|
-
placement?: undefined;
|
|
142
|
-
offset?: undefined;
|
|
143
|
-
crossOffset?: undefined;
|
|
144
|
-
shouldFlip?: undefined;
|
|
145
|
-
isDisabled?: undefined;
|
|
146
|
-
textValue?: undefined;
|
|
147
|
-
type?: undefined;
|
|
148
|
-
onChange?: undefined;
|
|
149
|
-
};
|
|
150
|
-
category: string;
|
|
151
|
-
packageName: string;
|
|
152
|
-
stylesPanelSections: string[];
|
|
153
|
-
layout: {};
|
|
154
|
-
allowChildren: boolean;
|
|
155
|
-
name: string;
|
|
156
|
-
tag: string;
|
|
157
|
-
description: string;
|
|
158
|
-
} | {
|
|
159
|
-
triggers: string[];
|
|
160
|
-
props: {
|
|
161
|
-
type: {
|
|
162
|
-
group: string;
|
|
163
|
-
label: string;
|
|
164
|
-
description: string;
|
|
165
|
-
editable: boolean;
|
|
166
|
-
required: boolean;
|
|
167
|
-
formType: string;
|
|
168
|
-
propType: string;
|
|
169
|
-
defaultValue: null;
|
|
170
|
-
options: never[];
|
|
171
|
-
};
|
|
172
|
-
onChange: {
|
|
173
|
-
label: string;
|
|
174
|
-
description: string;
|
|
175
|
-
editable: boolean;
|
|
176
|
-
required: boolean;
|
|
177
|
-
formType: string;
|
|
178
|
-
propType: string;
|
|
179
|
-
defaultValue: null;
|
|
180
|
-
group: string;
|
|
181
|
-
};
|
|
182
|
-
onOpen?: undefined;
|
|
183
|
-
onClose?: undefined;
|
|
184
|
-
closeOnSelect?: undefined;
|
|
185
|
-
defaultIsOpen?: undefined;
|
|
186
|
-
placement?: undefined;
|
|
187
|
-
offset?: undefined;
|
|
188
|
-
crossOffset?: undefined;
|
|
189
|
-
shouldFlip?: undefined;
|
|
190
|
-
isDisabled?: undefined;
|
|
191
|
-
textValue?: undefined;
|
|
192
|
-
title?: undefined;
|
|
193
|
-
};
|
|
194
|
-
category: string;
|
|
195
|
-
packageName: string;
|
|
196
|
-
stylesPanelSections: string[];
|
|
197
|
-
layout: {};
|
|
198
|
-
allowChildren: boolean;
|
|
199
|
-
name: string;
|
|
200
|
-
tag: string;
|
|
201
|
-
description: string;
|
|
202
|
-
} | {
|
|
203
|
-
props: {
|
|
204
|
-
onOpen?: undefined;
|
|
205
|
-
onClose?: undefined;
|
|
206
|
-
closeOnSelect?: undefined;
|
|
207
|
-
defaultIsOpen?: undefined;
|
|
208
|
-
placement?: undefined;
|
|
209
|
-
offset?: undefined;
|
|
210
|
-
crossOffset?: undefined;
|
|
211
|
-
shouldFlip?: undefined;
|
|
212
|
-
isDisabled?: undefined;
|
|
213
|
-
textValue?: undefined;
|
|
214
|
-
title?: undefined;
|
|
215
|
-
type?: undefined;
|
|
216
|
-
onChange?: undefined;
|
|
217
|
-
};
|
|
218
|
-
category: string;
|
|
219
|
-
packageName: string;
|
|
220
|
-
stylesPanelSections: string[];
|
|
221
|
-
layout: {};
|
|
222
|
-
allowChildren: boolean;
|
|
223
|
-
name: string;
|
|
224
|
-
tag: string;
|
|
225
|
-
description: string;
|
|
226
|
-
})[];
|
|
227
|
-
//# sourceMappingURL=Menu.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Menu.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Menu.ts"],"names":[],"mappings":"AA8BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuHrB,CAAC"}
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
export declare const SEED_DATA: ({
|
|
2
|
-
layout: {};
|
|
3
|
-
triggers: string[];
|
|
4
|
-
props: {
|
|
5
|
-
isOpen: {
|
|
6
|
-
label: string;
|
|
7
|
-
description: string;
|
|
8
|
-
formType: string;
|
|
9
|
-
propType: string;
|
|
10
|
-
defaultValue: boolean;
|
|
11
|
-
editable: boolean;
|
|
12
|
-
required: boolean;
|
|
13
|
-
group: string;
|
|
14
|
-
};
|
|
15
|
-
defaultIsOpen: {
|
|
16
|
-
label: string;
|
|
17
|
-
description: string;
|
|
18
|
-
formType: string;
|
|
19
|
-
propType: string;
|
|
20
|
-
defaultValue: boolean;
|
|
21
|
-
editable: boolean;
|
|
22
|
-
required: boolean;
|
|
23
|
-
group: string;
|
|
24
|
-
};
|
|
25
|
-
avoidKeyboard: {
|
|
26
|
-
label: string;
|
|
27
|
-
description: string;
|
|
28
|
-
formType: string;
|
|
29
|
-
propType: string;
|
|
30
|
-
defaultValue: boolean;
|
|
31
|
-
editable: boolean;
|
|
32
|
-
required: boolean;
|
|
33
|
-
group: string;
|
|
34
|
-
};
|
|
35
|
-
closeOnOverlayClick: {
|
|
36
|
-
label: string;
|
|
37
|
-
description: string;
|
|
38
|
-
formType: string;
|
|
39
|
-
propType: string;
|
|
40
|
-
defaultValue: boolean;
|
|
41
|
-
editable: boolean;
|
|
42
|
-
required: boolean;
|
|
43
|
-
group: string;
|
|
44
|
-
};
|
|
45
|
-
isKeyboardDismissable: {
|
|
46
|
-
label: string;
|
|
47
|
-
description: string;
|
|
48
|
-
formType: string;
|
|
49
|
-
propType: string;
|
|
50
|
-
defaultValue: boolean;
|
|
51
|
-
editable: boolean;
|
|
52
|
-
required: boolean;
|
|
53
|
-
group: string;
|
|
54
|
-
};
|
|
55
|
-
backdropVisible: {
|
|
56
|
-
label: string;
|
|
57
|
-
description: string;
|
|
58
|
-
formType: string;
|
|
59
|
-
propType: string;
|
|
60
|
-
defaultValue: boolean;
|
|
61
|
-
editable: boolean;
|
|
62
|
-
required: boolean;
|
|
63
|
-
group: string;
|
|
64
|
-
};
|
|
65
|
-
animationPreset: {
|
|
66
|
-
group: string;
|
|
67
|
-
label: string;
|
|
68
|
-
description: string;
|
|
69
|
-
editable: boolean;
|
|
70
|
-
required: boolean;
|
|
71
|
-
formType: string;
|
|
72
|
-
propType: string;
|
|
73
|
-
defaultValue: null;
|
|
74
|
-
options: never[];
|
|
75
|
-
};
|
|
76
|
-
useRNModal: {
|
|
77
|
-
label: string;
|
|
78
|
-
description: string;
|
|
79
|
-
formType: string;
|
|
80
|
-
propType: string;
|
|
81
|
-
defaultValue: boolean;
|
|
82
|
-
editable: boolean;
|
|
83
|
-
required: boolean;
|
|
84
|
-
group: string;
|
|
85
|
-
};
|
|
86
|
-
onOpen: {
|
|
87
|
-
label: string;
|
|
88
|
-
description: string;
|
|
89
|
-
editable: boolean;
|
|
90
|
-
required: boolean;
|
|
91
|
-
formType: string;
|
|
92
|
-
propType: string;
|
|
93
|
-
defaultValue: null;
|
|
94
|
-
group: string;
|
|
95
|
-
};
|
|
96
|
-
onClose: {
|
|
97
|
-
label: string;
|
|
98
|
-
description: string;
|
|
99
|
-
editable: boolean;
|
|
100
|
-
required: boolean;
|
|
101
|
-
formType: string;
|
|
102
|
-
propType: string;
|
|
103
|
-
defaultValue: null;
|
|
104
|
-
group: string;
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
category: string;
|
|
108
|
-
packageName: string;
|
|
109
|
-
stylesPanelSections: string[];
|
|
110
|
-
name: string;
|
|
111
|
-
tag: string;
|
|
112
|
-
description: string;
|
|
113
|
-
} | {
|
|
114
|
-
props: {
|
|
115
|
-
isOpen?: undefined;
|
|
116
|
-
defaultIsOpen?: undefined;
|
|
117
|
-
avoidKeyboard?: undefined;
|
|
118
|
-
closeOnOverlayClick?: undefined;
|
|
119
|
-
isKeyboardDismissable?: undefined;
|
|
120
|
-
backdropVisible?: undefined;
|
|
121
|
-
animationPreset?: undefined;
|
|
122
|
-
useRNModal?: undefined;
|
|
123
|
-
onOpen?: undefined;
|
|
124
|
-
onClose?: undefined;
|
|
125
|
-
};
|
|
126
|
-
category: string;
|
|
127
|
-
packageName: string;
|
|
128
|
-
stylesPanelSections: string[];
|
|
129
|
-
name: string;
|
|
130
|
-
tag: string;
|
|
131
|
-
description: string;
|
|
132
|
-
})[];
|
|
133
|
-
//# sourceMappingURL=Modal.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../../src/mappings/NativeBase/Modal.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2FrB,CAAC"}
|