@draftbit/core 46.11.5-d49547.2 → 46.11.6-74496c.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.
Files changed (90) hide show
  1. package/lib/commonjs/components/BottomSheet/BottomSheet.js +18 -3
  2. package/lib/commonjs/components/BottomSheet/BottomSheet.js.map +1 -1
  3. package/lib/commonjs/components/Checkbox/CheckboxGroup.js +3 -16
  4. package/lib/commonjs/components/Checkbox/CheckboxGroup.js.map +1 -1
  5. package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js +5 -22
  6. package/lib/commonjs/components/Checkbox/CheckboxGroupRow.js.map +1 -1
  7. package/lib/commonjs/components/Checkbox/CheckboxRow.js +23 -6
  8. package/lib/commonjs/components/Checkbox/CheckboxRow.js.map +1 -1
  9. package/lib/commonjs/index.js +0 -19
  10. package/lib/commonjs/index.js.map +1 -1
  11. package/lib/commonjs/mappings/BottomSheet.js +37 -9
  12. package/lib/commonjs/mappings/BottomSheet.js.map +1 -1
  13. package/lib/commonjs/utilities.js +2 -27
  14. package/lib/commonjs/utilities.js.map +1 -1
  15. package/lib/module/components/ActionSheet/ActionSheetItem.js.map +1 -1
  16. package/lib/module/components/BottomSheet/BottomSheet.js +18 -3
  17. package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
  18. package/lib/module/components/BottomSheet/index.js.map +1 -1
  19. package/lib/module/components/DatePicker/DatePicker.js +27 -13
  20. package/lib/module/components/DatePicker/DatePicker.js.map +1 -1
  21. package/lib/module/components/Divider.js +17 -1
  22. package/lib/module/components/Divider.js.map +1 -1
  23. package/lib/module/components/StarRating.js +4 -23
  24. package/lib/module/components/StarRating.js.map +1 -1
  25. package/lib/module/index.js +0 -1
  26. package/lib/module/index.js.map +1 -1
  27. package/lib/module/mappings/BottomSheet.js +38 -10
  28. package/lib/module/mappings/BottomSheet.js.map +1 -1
  29. package/lib/module/mappings/IconButton.js.map +1 -1
  30. package/lib/module/mappings/SafeAreaView.js.map +1 -1
  31. package/lib/module/theming.js.map +1 -1
  32. package/lib/module/utilities.js +0 -18
  33. package/lib/module/utilities.js.map +1 -1
  34. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts +6 -1
  35. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
  36. package/lib/typescript/src/index.d.ts +0 -1
  37. package/lib/typescript/src/index.d.ts.map +1 -1
  38. package/lib/typescript/src/mappings/BottomSheet.d.ts +48 -4
  39. package/lib/typescript/src/mappings/BottomSheet.d.ts.map +1 -1
  40. package/lib/typescript/src/utilities.d.ts +0 -6
  41. package/lib/typescript/src/utilities.d.ts.map +1 -1
  42. package/package.json +3 -4
  43. package/src/components/BottomSheet/BottomSheet.js +17 -2
  44. package/src/components/BottomSheet/BottomSheet.tsx +32 -4
  45. package/src/index.js +0 -1
  46. package/src/index.tsx +0 -6
  47. package/src/mappings/BottomSheet.js +37 -9
  48. package/src/mappings/BottomSheet.ts +43 -8
  49. package/src/utilities.js +0 -41
  50. package/src/utilities.ts +0 -71
  51. package/lib/commonjs/components/SwipeableView/SwipeableView.js +0 -155
  52. package/lib/commonjs/components/SwipeableView/SwipeableView.js.map +0 -1
  53. package/lib/commonjs/components/SwipeableView/SwipeableViewButton.js +0 -13
  54. package/lib/commonjs/components/SwipeableView/SwipeableViewButton.js.map +0 -1
  55. package/lib/commonjs/components/SwipeableView/SwipeableViewSwipeHandler.js +0 -13
  56. package/lib/commonjs/components/SwipeableView/SwipeableViewSwipeHandler.js.map +0 -1
  57. package/lib/commonjs/components/SwipeableView/index.js +0 -28
  58. package/lib/commonjs/components/SwipeableView/index.js.map +0 -1
  59. package/lib/commonjs/mappings/SwipeableView.js +0 -182
  60. package/lib/commonjs/mappings/SwipeableView.js.map +0 -1
  61. package/lib/module/components/SwipeableView/SwipeableView.js +0 -147
  62. package/lib/module/components/SwipeableView/SwipeableView.js.map +0 -1
  63. package/lib/module/components/SwipeableView/SwipeableViewButton.js +0 -6
  64. package/lib/module/components/SwipeableView/SwipeableViewButton.js.map +0 -1
  65. package/lib/module/components/SwipeableView/SwipeableViewSwipeHandler.js +0 -6
  66. package/lib/module/components/SwipeableView/SwipeableViewSwipeHandler.js.map +0 -1
  67. package/lib/module/components/SwipeableView/index.js +0 -4
  68. package/lib/module/components/SwipeableView/index.js.map +0 -1
  69. package/lib/module/mappings/SwipeableView.js +0 -175
  70. package/lib/module/mappings/SwipeableView.js.map +0 -1
  71. package/lib/typescript/src/components/SwipeableView/SwipeableView.d.ts +0 -29
  72. package/lib/typescript/src/components/SwipeableView/SwipeableView.d.ts.map +0 -1
  73. package/lib/typescript/src/components/SwipeableView/SwipeableViewButton.d.ts +0 -13
  74. package/lib/typescript/src/components/SwipeableView/SwipeableViewButton.d.ts.map +0 -1
  75. package/lib/typescript/src/components/SwipeableView/SwipeableViewSwipeHandler.d.ts +0 -13
  76. package/lib/typescript/src/components/SwipeableView/SwipeableViewSwipeHandler.d.ts.map +0 -1
  77. package/lib/typescript/src/components/SwipeableView/index.d.ts +0 -4
  78. package/lib/typescript/src/components/SwipeableView/index.d.ts.map +0 -1
  79. package/lib/typescript/src/mappings/SwipeableView.d.ts +0 -371
  80. package/lib/typescript/src/mappings/SwipeableView.d.ts.map +0 -1
  81. package/src/components/SwipeableView/SwipeableView.js +0 -117
  82. package/src/components/SwipeableView/SwipeableView.tsx +0 -299
  83. package/src/components/SwipeableView/SwipeableViewButton.js +0 -5
  84. package/src/components/SwipeableView/SwipeableViewButton.tsx +0 -18
  85. package/src/components/SwipeableView/SwipeableViewSwipeHandler.js +0 -5
  86. package/src/components/SwipeableView/SwipeableViewSwipeHandler.tsx +0 -20
  87. package/src/components/SwipeableView/index.js +0 -3
  88. package/src/components/SwipeableView/index.tsx +0 -3
  89. package/src/mappings/SwipeableView.js +0 -181
  90. package/src/mappings/SwipeableView.ts +0 -210
@@ -1,28 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "SwipeableView", {
7
- enumerable: true,
8
- get: function () {
9
- return _SwipeableView.default;
10
- }
11
- });
12
- Object.defineProperty(exports, "SwipeableViewButton", {
13
- enumerable: true,
14
- get: function () {
15
- return _SwipeableViewButton.default;
16
- }
17
- });
18
- Object.defineProperty(exports, "SwipeableViewSwipeHandler", {
19
- enumerable: true,
20
- get: function () {
21
- return _SwipeableViewSwipeHandler.default;
22
- }
23
- });
24
- var _SwipeableView = _interopRequireDefault(require("./SwipeableView"));
25
- var _SwipeableViewButton = _interopRequireDefault(require("./SwipeableViewButton"));
26
- var _SwipeableViewSwipeHandler = _interopRequireDefault(require("./SwipeableViewSwipeHandler"));
27
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
28
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sourceRoot":"../../../../src","sources":["components/SwipeableView/index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA;AACA;AACA;AAAmF"}
@@ -1,182 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.SEED_DATA = void 0;
7
- var _types = require("@draftbit/types");
8
- const SHARED_SWIPEABLE_CHILDREN_PROPS = {
9
- title: (0, _types.createTextProp)({
10
- label: "Title",
11
- description: "Title of button/swipeable",
12
- defaultValue: "Swipeable",
13
- required: true,
14
- group: _types.GROUPS.basic
15
- }),
16
- side: (0, _types.createTextEnumProp)({
17
- label: "Side",
18
- description: "Side where button/swipeable is added",
19
- options: ["left", "right"],
20
- defaultValue: "left",
21
- required: true
22
- }),
23
- icon: (0, _types.createIconProp)({
24
- defaultValue: null,
25
- required: false
26
- }),
27
- iconSize: (0, _types.createStaticNumberProp)({
28
- label: "Icon size",
29
- description: "Size of icon",
30
- defaultValue: 25,
31
- required: false
32
- }),
33
- backgroundColor: (0, _types.createColorProp)({
34
- label: "Background color",
35
- description: "Color of button/swipeable background",
36
- defaultValue: "primary"
37
- }),
38
- color: (0, _types.createColorProp)({
39
- label: "Color",
40
- description: "Color of text and icon of button/swipeable",
41
- defaultValue: "surface"
42
- })
43
- };
44
- const SEED_DATA = [{
45
- name: "Swipeable View",
46
- tag: "SwipeableView",
47
- doc_link: "https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/SwipeRow.md",
48
- description: "A swipeable view that is able to show hidden buttons and/or handle swipe events",
49
- category: _types.COMPONENT_TYPES.view,
50
- stylesPanelSections: [..._types.CONTAINER_COMPONENT_STYLES_SECTIONS, _types.StylesPanelSections.Typography],
51
- layout: {
52
- overflow: "hidden",
53
- flexDirection: "row",
54
- alignItems: "center",
55
- padding: 10
56
- },
57
- props: {
58
- closeOnPress: (0, _types.createStaticBoolProp)({
59
- label: "Close on press",
60
- description: "Whether the view should be closed/dismissed when pressed",
61
- defaultValue: true
62
- }),
63
- swipeActivationPercentage: (0, _types.createStaticNumberProp)({
64
- label: "Swipe activation percentage",
65
- description: "Percentage of swipe completion needed to trigger onSwipe. Overriden by 'Left activation value' and 'Right activation value'",
66
- defaultValue: 80,
67
- required: false
68
- }),
69
- disableLeftSwipe: (0, _types.createBoolProp)({
70
- label: "Disable left swipe",
71
- description: "Whether left swipe is enabled or not",
72
- defaultValue: true
73
- }),
74
- disableRightSwipe: (0, _types.createBoolProp)({
75
- label: "Disable right swipe",
76
- description: "Whether right swipe is enabled or not",
77
- defaultValue: true
78
- }),
79
- leftOpenValue: (0, _types.createStaticNumberProp)({
80
- label: "Left open value",
81
- description: "The X translation value that left swipe snaps to (positive value). Defaults to half view width",
82
- group: _types.GROUPS.advanced,
83
- required: false
84
- }),
85
- rightOpenValue: (0, _types.createStaticNumberProp)({
86
- label: "Right open value",
87
- description: "The X translation value that right swipe snaps to (negative value). Defaults to negative half view width",
88
- group: _types.GROUPS.advanced,
89
- required: false
90
- }),
91
- leftActivationValue: (0, _types.createStaticNumberProp)({
92
- label: "Left activation value",
93
- description: "The X translation value that triggers onSwipe when surpassed (positive value). Defaults to 80% of half view width",
94
- group: _types.GROUPS.advanced,
95
- required: false
96
- }),
97
- rightActivationValue: (0, _types.createStaticNumberProp)({
98
- label: "Right activation value",
99
- description: "The X translation value that triggers onSwipe when surpassed (negative value). Defaults to negative 80% of half view width",
100
- group: _types.GROUPS.advanced,
101
- required: false
102
- }),
103
- stopLeftSwipe: (0, _types.createStaticNumberProp)({
104
- label: "Stop left swipe",
105
- description: "The maximum X translation value that is swipable from left (positive value). Defaults to half view width",
106
- group: _types.GROUPS.advanced,
107
- required: false
108
- }),
109
- stopRightSwipe: (0, _types.createStaticNumberProp)({
110
- label: "Stop right swipe",
111
- description: "The maximum X translation value that is swipable from right (negative value). Defaults to negative half view width",
112
- group: _types.GROUPS.advanced,
113
- required: false
114
- }),
115
- directionalDistanceChangeThreshold: (0, _types.createStaticNumberProp)({
116
- label: "Change threshold",
117
- description: "Change the sensitivity of the swipe on the view",
118
- group: _types.GROUPS.advanced,
119
- required: false
120
- }),
121
- friction: (0, _types.createStaticNumberProp)({
122
- label: "Friction",
123
- description: "Controls the 'bounciness' of the swipe animation",
124
- defaultValue: 20,
125
- group: _types.GROUPS.advanced,
126
- required: false
127
- }),
128
- tension: (0, _types.createStaticNumberProp)({
129
- label: "Change threshold",
130
- description: "Controls the tension/speed of the swipe animation",
131
- group: _types.GROUPS.advanced,
132
- required: false
133
- }),
134
- swipeToOpenVelocityContribution: (0, _types.createStaticNumberProp)({
135
- label: "Swipe Velocity Contribution",
136
- description: "Describes how much the ending velocity of the gesture affects whether the swipe will result in the item being closed or open. A velocity factor of 0 (the default) means that the velocity will have no bearing on whether the swipe settles on a closed or open position and it'll just take into consideration the swipeToOpenPercent. Ideal values for this prop tend to be between 5 and 15",
137
- group: _types.GROUPS.advanced,
138
- required: false
139
- }),
140
- swipeToOpenPercent: (0, _types.createStaticNumberProp)({
141
- label: "Swipe to open percentage",
142
- description: "What % of the left/right does the user need to swipe past to trigger the view opening",
143
- group: _types.GROUPS.advanced,
144
- defaultValue: 50,
145
- required: false
146
- }),
147
- swipeToClosePercent: (0, _types.createStaticNumberProp)({
148
- label: "Swipe to close percentage",
149
- description: "What % of the left/right does the user need to swipe past to trigger the view closing",
150
- group: _types.GROUPS.advanced,
151
- defaultValue: 50,
152
- required: false
153
- })
154
- }
155
- }, {
156
- name: "Swipeable View Button",
157
- tag: "SwipeableViewButton",
158
- description: "Button to be rendered under a Swipeable View",
159
- category: _types.COMPONENT_TYPES.view,
160
- stylesPanelSections: [],
161
- triggers: [_types.Triggers.OnPress],
162
- props: {
163
- ...SHARED_SWIPEABLE_CHILDREN_PROPS,
164
- onPress: (0, _types.createActionProp)()
165
- }
166
- }, {
167
- name: "Swipeable View Swipe Handler",
168
- tag: "SwipeableViewSwipeHandler",
169
- description: "Component that renders and handles swipe of Swipeable View",
170
- category: _types.COMPONENT_TYPES.view,
171
- stylesPanelSections: [],
172
- triggers: [_types.Triggers.OnSwipe],
173
- props: {
174
- ...SHARED_SWIPEABLE_CHILDREN_PROPS,
175
- onSwipe: (0, _types.createActionProp)({
176
- label: "On swipe",
177
- description: "Called when Swipeable View swiped in the direction this is configured to"
178
- })
179
- }
180
- }];
181
- exports.SEED_DATA = SEED_DATA;
182
- //# sourceMappingURL=SwipeableView.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["SHARED_SWIPEABLE_CHILDREN_PROPS","title","createTextProp","label","description","defaultValue","required","group","GROUPS","basic","side","createTextEnumProp","options","icon","createIconProp","iconSize","createStaticNumberProp","backgroundColor","createColorProp","color","SEED_DATA","name","tag","doc_link","category","COMPONENT_TYPES","view","stylesPanelSections","CONTAINER_COMPONENT_STYLES_SECTIONS","StylesPanelSections","Typography","layout","overflow","flexDirection","alignItems","padding","props","closeOnPress","createStaticBoolProp","swipeActivationPercentage","disableLeftSwipe","createBoolProp","disableRightSwipe","leftOpenValue","advanced","rightOpenValue","leftActivationValue","rightActivationValue","stopLeftSwipe","stopRightSwipe","directionalDistanceChangeThreshold","friction","tension","swipeToOpenVelocityContribution","swipeToOpenPercent","swipeToClosePercent","triggers","Triggers","OnPress","onPress","createActionProp","OnSwipe","onSwipe"],"sourceRoot":"../../../src","sources":["mappings/SwipeableView.ts"],"mappings":"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"}
@@ -1,147 +0,0 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
2
- import React from "react";
3
- import { View, StyleSheet, Text } from "react-native";
4
- import Pressable from "../Pressable";
5
- import { extractBorderAndMarginStyles, extractEffectStyles, extractFlexItemStyles, extractPositionStyles, extractSizeStyles, extractStyles } from "../../utilities";
6
- import { SwipeRow } from "react-native-swipe-list-view";
7
- import { withTheme } from "../../theming";
8
- const SwipeableView = _ref => {
9
- let {
10
- theme,
11
- style,
12
- children,
13
- Icon,
14
- closeOnPress,
15
- leftOpenValue,
16
- rightOpenValue,
17
- leftActivationValue,
18
- rightActivationValue,
19
- swipeActivationPercentage = 80,
20
- stopLeftSwipe,
21
- stopRightSwipe,
22
- friction = 20,
23
- ...rest
24
- } = _ref;
25
- const instanceOfSwipeableViewButtonProps = object => {
26
- return "title" in object && "side" in object && "onPress" in object;
27
- };
28
- const instanceOfSwipeableViewSwipeHandlerProps = object => {
29
- return "title" in object && "side" in object && "onSwipe" in object;
30
- };
31
- const {
32
- viewStyles,
33
- textStyles
34
- } = extractStyles(style);
35
- const {
36
- borderStyles,
37
- marginStyles
38
- } = extractBorderAndMarginStyles(viewStyles);
39
- const parentContainerStyles = StyleSheet.flatten([borderStyles, marginStyles, extractFlexItemStyles(viewStyles), extractPositionStyles(viewStyles), extractEffectStyles(viewStyles), extractSizeStyles(viewStyles)]);
40
-
41
- //Remove styles already consumed from viewStyles
42
- Object.keys(parentContainerStyles).forEach(key => delete viewStyles[key]);
43
- const surfaceContainerStyles = viewStyles;
44
- const [componentWidth, setComponentWidth] = React.useState(null);
45
- const leftButtons = React.useMemo(() => React.Children.toArray(children).filter(child => /*#__PURE__*/React.isValidElement(child) && instanceOfSwipeableViewButtonProps(child.props) && child.props.side === "left"), [children]);
46
- const rightButtons = React.useMemo(() => React.Children.toArray(children).filter(child => /*#__PURE__*/React.isValidElement(child) && instanceOfSwipeableViewButtonProps(child.props) && child.props.side === "right"), [children]);
47
- const leftSwipeHandlers = React.useMemo(() => React.Children.toArray(children).filter(child => /*#__PURE__*/React.isValidElement(child) && instanceOfSwipeableViewSwipeHandlerProps(child.props) && child.props.side === "left"), [children]);
48
- const rightSwipeHandlers = React.useMemo(() => React.Children.toArray(children).filter(child => /*#__PURE__*/React.isValidElement(child) && instanceOfSwipeableViewSwipeHandlerProps(child.props) && child.props.side === "right"), [children]);
49
- const remainingChildren = React.useMemo(() => React.Children.toArray(children).filter(child => /*#__PURE__*/React.isValidElement(child) && !instanceOfSwipeableViewSwipeHandlerProps(child.props) && !instanceOfSwipeableViewButtonProps(child.props)), [children]);
50
- if (leftButtons.length > 2 || rightButtons.length > 2) {
51
- throw Error("Cannot have more than 2 buttons per side");
52
- }
53
- if (leftSwipeHandlers.length > 1 || rightSwipeHandlers.length > 1) {
54
- throw Error("Cannot have more than 1 swiper handler per side");
55
- }
56
- if (leftButtons.length && leftSwipeHandlers.length || rightButtons.length && rightSwipeHandlers.length) {
57
- throw Error("Cannot combine swiper handler and buttons on the same side");
58
- }
59
-
60
- //Renders a single button/item. Used for both buttons and swipe handler
61
- const renderBehindItem = (props, index) => /*#__PURE__*/React.createElement(Pressable, {
62
- key: index.toString(),
63
- onPress: props.onPress,
64
- style: [styles.buttonContainer, {
65
- backgroundColor: props.backgroundColor || theme.colors.primary
66
- }]
67
- }, props.icon && /*#__PURE__*/React.createElement(Icon, {
68
- name: props.icon,
69
- size: props.iconSize || 25,
70
- color: props.color || theme.colors.surface
71
- }), /*#__PURE__*/React.createElement(Text, {
72
- style: [textStyles, {
73
- color: props.color || theme.colors.surface
74
- }]
75
- }, props.title));
76
- const isLeftSwipeHandler = !!leftSwipeHandlers.length;
77
- const isRightSwipeHandler = !!rightSwipeHandlers.length;
78
- const defaultLeftOpenValue = componentWidth ? componentWidth / 2 : 0;
79
- const defaultRightOpenValue = componentWidth ? -componentWidth / 2 : 0;
80
- return /*#__PURE__*/React.createElement(View, {
81
- onLayout: event => {
82
- setComponentWidth(event.nativeEvent.layout.width);
83
- },
84
- style: [styles.parentContainer, parentContainerStyles]
85
- }, /*#__PURE__*/React.createElement(SwipeRow, _extends({
86
- leftOpenValue: isLeftSwipeHandler ? 0 : leftOpenValue || defaultLeftOpenValue //If in swiping mode, don't keep open
87
- ,
88
-
89
- rightOpenValue: isRightSwipeHandler ? 0 : rightOpenValue || defaultRightOpenValue,
90
- leftActivationValue: leftActivationValue || isLeftSwipeHandler ? defaultLeftOpenValue * (swipeActivationPercentage / 100) //When swipe passes activation percentage then it should be considered activated (call onSwipe)
91
- : defaultLeftOpenValue,
92
- rightActivationValue: rightActivationValue || isRightSwipeHandler ? defaultRightOpenValue * (swipeActivationPercentage / 100) : defaultRightOpenValue,
93
- stopLeftSwipe: stopLeftSwipe || defaultLeftOpenValue,
94
- stopRightSwipe: stopRightSwipe || defaultRightOpenValue,
95
- onLeftAction: isLeftSwipeHandler ? () => {
96
- var _leftSwipeHandlers$0$, _leftSwipeHandlers$0$2;
97
- return (_leftSwipeHandlers$0$ = (_leftSwipeHandlers$0$2 = leftSwipeHandlers[0].props).onSwipe) === null || _leftSwipeHandlers$0$ === void 0 ? void 0 : _leftSwipeHandlers$0$.call(_leftSwipeHandlers$0$2);
98
- } : undefined,
99
- onRightAction: isRightSwipeHandler ? () => {
100
- var _rightSwipeHandlers$, _rightSwipeHandlers$2;
101
- return (_rightSwipeHandlers$ = (_rightSwipeHandlers$2 = rightSwipeHandlers[0].props).onSwipe) === null || _rightSwipeHandlers$ === void 0 ? void 0 : _rightSwipeHandlers$.call(_rightSwipeHandlers$2);
102
- } : undefined,
103
- closeOnRowPress: closeOnPress,
104
- friction: friction
105
- }, rest), /*#__PURE__*/React.createElement(View, {
106
- style: styles.behindContainer
107
- }, /*#__PURE__*/React.createElement(View, {
108
- style: styles.behindContainerItem
109
- }, (isLeftSwipeHandler ? leftSwipeHandlers : leftButtons).map((item, index) => renderBehindItem(item.props, index))), /*#__PURE__*/React.createElement(View, {
110
- style: styles.behindContainerItem
111
- }, (isRightSwipeHandler ? rightSwipeHandlers : rightButtons).map((item, index) => renderBehindItem(item.props, index)))), /*#__PURE__*/React.createElement(View, {
112
- style: [styles.surfaceContainer, {
113
- backgroundColor: theme.colors.background
114
- }, surfaceContainerStyles]
115
- }, remainingChildren)));
116
- };
117
- const styles = StyleSheet.create({
118
- parentContainer: {
119
- overflow: "hidden",
120
- minHeight: 50
121
- },
122
- behindContainer: {
123
- flex: 1,
124
- width: "100%",
125
- height: "100%",
126
- flexDirection: "row"
127
- },
128
- behindContainerItem: {
129
- flex: 1,
130
- flexDirection: "row"
131
- },
132
- buttonContainer: {
133
- flex: 1,
134
- alignItems: "center",
135
- justifyContent: "center"
136
- },
137
- surfaceContainer: {
138
- flexDirection: "row",
139
- width: "100%",
140
- height: "100%",
141
- padding: 10,
142
- alignItems: "center",
143
- overflow: "hidden"
144
- }
145
- });
146
- export default withTheme(SwipeableView);
147
- //# sourceMappingURL=SwipeableView.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","View","StyleSheet","Text","Pressable","extractBorderAndMarginStyles","extractEffectStyles","extractFlexItemStyles","extractPositionStyles","extractSizeStyles","extractStyles","SwipeRow","withTheme","SwipeableView","theme","style","children","Icon","closeOnPress","leftOpenValue","rightOpenValue","leftActivationValue","rightActivationValue","swipeActivationPercentage","stopLeftSwipe","stopRightSwipe","friction","rest","instanceOfSwipeableViewButtonProps","object","instanceOfSwipeableViewSwipeHandlerProps","viewStyles","textStyles","borderStyles","marginStyles","parentContainerStyles","flatten","Object","keys","forEach","key","surfaceContainerStyles","componentWidth","setComponentWidth","useState","leftButtons","useMemo","Children","toArray","filter","child","isValidElement","props","side","rightButtons","leftSwipeHandlers","rightSwipeHandlers","remainingChildren","length","Error","renderBehindItem","index","toString","onPress","styles","buttonContainer","backgroundColor","colors","primary","icon","iconSize","color","surface","title","isLeftSwipeHandler","isRightSwipeHandler","defaultLeftOpenValue","defaultRightOpenValue","event","nativeEvent","layout","width","parentContainer","onSwipe","undefined","behindContainer","behindContainerItem","map","item","surfaceContainer","background","create","overflow","minHeight","flex","height","flexDirection","alignItems","justifyContent","padding"],"sourceRoot":"../../../../src","sources":["components/SwipeableView/SwipeableView.tsx"],"mappings":"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"}
@@ -1,6 +0,0 @@
1
- //Renders nothing, acts as a wrapper be used by SwipeableView
2
- const SwipeableViewButton = () => {
3
- return null;
4
- };
5
- export default SwipeableViewButton;
6
- //# sourceMappingURL=SwipeableViewButton.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["SwipeableViewButton"],"sourceRoot":"../../../../src","sources":["components/SwipeableView/SwipeableViewButton.tsx"],"mappings":"AAYA;AACA,MAAMA,mBAAuD,GAAG,MAAM;EACpE,OAAO,IAAI;AACb,CAAC;AAED,eAAeA,mBAAmB"}
@@ -1,6 +0,0 @@
1
- //Renders nothing, acts as a wrapper to be used by SwipeableView
2
- const SwipeableViewSwipeHandler = () => {
3
- return null;
4
- };
5
- export default SwipeableViewSwipeHandler;
6
- //# sourceMappingURL=SwipeableViewSwipeHandler.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["SwipeableViewSwipeHandler"],"sourceRoot":"../../../../src","sources":["components/SwipeableView/SwipeableViewSwipeHandler.tsx"],"mappings":"AAYA;AACA,MAAMA,yBAEL,GAAG,MAAM;EACR,OAAO,IAAI;AACb,CAAC;AAED,eAAeA,yBAAyB"}
@@ -1,4 +0,0 @@
1
- export { default as SwipeableView } from "./SwipeableView";
2
- export { default as SwipeableViewButton } from "./SwipeableViewButton";
3
- export { default as SwipeableViewSwipeHandler } from "./SwipeableViewSwipeHandler";
4
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["default","SwipeableView","SwipeableViewButton","SwipeableViewSwipeHandler"],"sourceRoot":"../../../../src","sources":["components/SwipeableView/index.tsx"],"mappings":"AAAA,SAASA,OAAO,IAAIC,aAAa,QAAQ,iBAAiB;AAC1D,SAASD,OAAO,IAAIE,mBAAmB,QAAQ,uBAAuB;AACtE,SAASF,OAAO,IAAIG,yBAAyB,QAAQ,6BAA6B"}
@@ -1,175 +0,0 @@
1
- import { COMPONENT_TYPES, createStaticNumberProp, createStaticBoolProp, CONTAINER_COMPONENT_STYLES_SECTIONS, StylesPanelSections, GROUPS, createBoolProp, createTextProp, createIconProp, createTextEnumProp, createColorProp, Triggers, createActionProp } from "@draftbit/types";
2
- const SHARED_SWIPEABLE_CHILDREN_PROPS = {
3
- title: createTextProp({
4
- label: "Title",
5
- description: "Title of button/swipeable",
6
- defaultValue: "Swipeable",
7
- required: true,
8
- group: GROUPS.basic
9
- }),
10
- side: createTextEnumProp({
11
- label: "Side",
12
- description: "Side where button/swipeable is added",
13
- options: ["left", "right"],
14
- defaultValue: "left",
15
- required: true
16
- }),
17
- icon: createIconProp({
18
- defaultValue: null,
19
- required: false
20
- }),
21
- iconSize: createStaticNumberProp({
22
- label: "Icon size",
23
- description: "Size of icon",
24
- defaultValue: 25,
25
- required: false
26
- }),
27
- backgroundColor: createColorProp({
28
- label: "Background color",
29
- description: "Color of button/swipeable background",
30
- defaultValue: "primary"
31
- }),
32
- color: createColorProp({
33
- label: "Color",
34
- description: "Color of text and icon of button/swipeable",
35
- defaultValue: "surface"
36
- })
37
- };
38
- export const SEED_DATA = [{
39
- name: "Swipeable View",
40
- tag: "SwipeableView",
41
- doc_link: "https://github.com/jemise111/react-native-swipe-list-view/blob/master/docs/SwipeRow.md",
42
- description: "A swipeable view that is able to show hidden buttons and/or handle swipe events",
43
- category: COMPONENT_TYPES.view,
44
- stylesPanelSections: [...CONTAINER_COMPONENT_STYLES_SECTIONS, StylesPanelSections.Typography],
45
- layout: {
46
- overflow: "hidden",
47
- flexDirection: "row",
48
- alignItems: "center",
49
- padding: 10
50
- },
51
- props: {
52
- closeOnPress: createStaticBoolProp({
53
- label: "Close on press",
54
- description: "Whether the view should be closed/dismissed when pressed",
55
- defaultValue: true
56
- }),
57
- swipeActivationPercentage: createStaticNumberProp({
58
- label: "Swipe activation percentage",
59
- description: "Percentage of swipe completion needed to trigger onSwipe. Overriden by 'Left activation value' and 'Right activation value'",
60
- defaultValue: 80,
61
- required: false
62
- }),
63
- disableLeftSwipe: createBoolProp({
64
- label: "Disable left swipe",
65
- description: "Whether left swipe is enabled or not",
66
- defaultValue: true
67
- }),
68
- disableRightSwipe: createBoolProp({
69
- label: "Disable right swipe",
70
- description: "Whether right swipe is enabled or not",
71
- defaultValue: true
72
- }),
73
- leftOpenValue: createStaticNumberProp({
74
- label: "Left open value",
75
- description: "The X translation value that left swipe snaps to (positive value). Defaults to half view width",
76
- group: GROUPS.advanced,
77
- required: false
78
- }),
79
- rightOpenValue: createStaticNumberProp({
80
- label: "Right open value",
81
- description: "The X translation value that right swipe snaps to (negative value). Defaults to negative half view width",
82
- group: GROUPS.advanced,
83
- required: false
84
- }),
85
- leftActivationValue: createStaticNumberProp({
86
- label: "Left activation value",
87
- description: "The X translation value that triggers onSwipe when surpassed (positive value). Defaults to 80% of half view width",
88
- group: GROUPS.advanced,
89
- required: false
90
- }),
91
- rightActivationValue: createStaticNumberProp({
92
- label: "Right activation value",
93
- description: "The X translation value that triggers onSwipe when surpassed (negative value). Defaults to negative 80% of half view width",
94
- group: GROUPS.advanced,
95
- required: false
96
- }),
97
- stopLeftSwipe: createStaticNumberProp({
98
- label: "Stop left swipe",
99
- description: "The maximum X translation value that is swipable from left (positive value). Defaults to half view width",
100
- group: GROUPS.advanced,
101
- required: false
102
- }),
103
- stopRightSwipe: createStaticNumberProp({
104
- label: "Stop right swipe",
105
- description: "The maximum X translation value that is swipable from right (negative value). Defaults to negative half view width",
106
- group: GROUPS.advanced,
107
- required: false
108
- }),
109
- directionalDistanceChangeThreshold: createStaticNumberProp({
110
- label: "Change threshold",
111
- description: "Change the sensitivity of the swipe on the view",
112
- group: GROUPS.advanced,
113
- required: false
114
- }),
115
- friction: createStaticNumberProp({
116
- label: "Friction",
117
- description: "Controls the 'bounciness' of the swipe animation",
118
- defaultValue: 20,
119
- group: GROUPS.advanced,
120
- required: false
121
- }),
122
- tension: createStaticNumberProp({
123
- label: "Change threshold",
124
- description: "Controls the tension/speed of the swipe animation",
125
- group: GROUPS.advanced,
126
- required: false
127
- }),
128
- swipeToOpenVelocityContribution: createStaticNumberProp({
129
- label: "Swipe Velocity Contribution",
130
- description: "Describes how much the ending velocity of the gesture affects whether the swipe will result in the item being closed or open. A velocity factor of 0 (the default) means that the velocity will have no bearing on whether the swipe settles on a closed or open position and it'll just take into consideration the swipeToOpenPercent. Ideal values for this prop tend to be between 5 and 15",
131
- group: GROUPS.advanced,
132
- required: false
133
- }),
134
- swipeToOpenPercent: createStaticNumberProp({
135
- label: "Swipe to open percentage",
136
- description: "What % of the left/right does the user need to swipe past to trigger the view opening",
137
- group: GROUPS.advanced,
138
- defaultValue: 50,
139
- required: false
140
- }),
141
- swipeToClosePercent: createStaticNumberProp({
142
- label: "Swipe to close percentage",
143
- description: "What % of the left/right does the user need to swipe past to trigger the view closing",
144
- group: GROUPS.advanced,
145
- defaultValue: 50,
146
- required: false
147
- })
148
- }
149
- }, {
150
- name: "Swipeable View Button",
151
- tag: "SwipeableViewButton",
152
- description: "Button to be rendered under a Swipeable View",
153
- category: COMPONENT_TYPES.view,
154
- stylesPanelSections: [],
155
- triggers: [Triggers.OnPress],
156
- props: {
157
- ...SHARED_SWIPEABLE_CHILDREN_PROPS,
158
- onPress: createActionProp()
159
- }
160
- }, {
161
- name: "Swipeable View Swipe Handler",
162
- tag: "SwipeableViewSwipeHandler",
163
- description: "Component that renders and handles swipe of Swipeable View",
164
- category: COMPONENT_TYPES.view,
165
- stylesPanelSections: [],
166
- triggers: [Triggers.OnSwipe],
167
- props: {
168
- ...SHARED_SWIPEABLE_CHILDREN_PROPS,
169
- onSwipe: createActionProp({
170
- label: "On swipe",
171
- description: "Called when Swipeable View swiped in the direction this is configured to"
172
- })
173
- }
174
- }];
175
- //# sourceMappingURL=SwipeableView.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["COMPONENT_TYPES","createStaticNumberProp","createStaticBoolProp","CONTAINER_COMPONENT_STYLES_SECTIONS","StylesPanelSections","GROUPS","createBoolProp","createTextProp","createIconProp","createTextEnumProp","createColorProp","Triggers","createActionProp","SHARED_SWIPEABLE_CHILDREN_PROPS","title","label","description","defaultValue","required","group","basic","side","options","icon","iconSize","backgroundColor","color","SEED_DATA","name","tag","doc_link","category","view","stylesPanelSections","Typography","layout","overflow","flexDirection","alignItems","padding","props","closeOnPress","swipeActivationPercentage","disableLeftSwipe","disableRightSwipe","leftOpenValue","advanced","rightOpenValue","leftActivationValue","rightActivationValue","stopLeftSwipe","stopRightSwipe","directionalDistanceChangeThreshold","friction","tension","swipeToOpenVelocityContribution","swipeToOpenPercent","swipeToClosePercent","triggers","OnPress","onPress","OnSwipe","onSwipe"],"sourceRoot":"../../../src","sources":["mappings/SwipeableView.ts"],"mappings":"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"}
@@ -1,29 +0,0 @@
1
- import React from "react";
2
- import { StyleProp, ViewStyle, TextStyle } from "react-native";
3
- import { IconSlot } from "../../interfaces/Icon";
4
- import type { Theme } from "../../styles/DefaultTheme";
5
- export interface SwipeableViewProps extends IconSlot {
6
- closeOnPress?: boolean;
7
- leftOpenValue?: number;
8
- rightOpenValue?: number;
9
- leftActivationValue?: number;
10
- rightActivationValue?: number;
11
- swipeActivationPercentage?: number;
12
- stopLeftSwipe?: number;
13
- stopRightSwipe?: number;
14
- directionalDistanceChangeThreshold?: number;
15
- friction?: number;
16
- tension?: number;
17
- disableLeftSwipe?: boolean;
18
- disableRightSwipe?: boolean;
19
- swipeToOpenVelocityContribution?: number;
20
- swipeToOpenPercent?: number;
21
- swipeToClosePercent?: number;
22
- style?: StyleProp<ViewStyle | TextStyle>;
23
- theme: Theme;
24
- }
25
- declare const _default: React.ComponentType<import("@draftbit/react-theme-provider").$Without<React.PropsWithChildren<SwipeableViewProps>, "theme"> & {
26
- theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
27
- }> & import("@draftbit/react-theme-provider/typings/hoist-non-react-statics").NonReactStatics<React.ComponentType<React.PropsWithChildren<SwipeableViewProps>> & React.FC<React.PropsWithChildren<SwipeableViewProps>>, {}>;
28
- export default _default;
29
- //# sourceMappingURL=SwipeableView.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SwipeableView.d.ts","sourceRoot":"","sources":["../../../../../src/components/SwipeableView/SwipeableView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAEL,SAAS,EACT,SAAS,EACT,SAAS,EAGV,MAAM,cAAc,CAAC;AAWtB,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,2BAA2B,CAAC;AAKvD,MAAM,WAAW,kBAAmB,SAAQ,QAAQ;IAClD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,kCAAkC,CAAC,EAAE,MAAM,CAAC;IAC5C,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,+BAA+B,CAAC,EAAE,MAAM,CAAC;IACzC,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,GAAG,SAAS,CAAC,CAAC;IACzC,KAAK,EAAE,KAAK,CAAC;CACd;;;;AA8PD,wBAAwC"}