@draftbit/core 46.7.9-13d0dd.2 → 46.7.9-3ec6a6.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 (65) hide show
  1. package/lib/commonjs/components/Accordion/AccordionItem.js +23 -4
  2. package/lib/commonjs/components/DatePicker/DatePicker.js +0 -6
  3. package/lib/commonjs/components/DeckSwiper/DeckSwiper.js +74 -0
  4. package/lib/commonjs/components/DeckSwiper/DeckSwiperCard.js +34 -0
  5. package/lib/commonjs/components/DeckSwiper/index.js +20 -0
  6. package/lib/commonjs/components/Divider.js +1 -14
  7. package/lib/commonjs/components/Elevation.js +2 -14
  8. package/lib/commonjs/components/Picker/Picker.js +1 -7
  9. package/lib/commonjs/index.js +13 -0
  10. package/lib/commonjs/mappings/DatePicker.js +1 -6
  11. package/lib/commonjs/mappings/DeckSwiper.js +55 -0
  12. package/lib/commonjs/mappings/DeckSwiperCard.js +23 -0
  13. package/lib/commonjs/mappings/Picker.js +0 -5
  14. package/lib/module/components/Accordion/AccordionItem.js +4 -25
  15. package/lib/module/components/DatePicker/DatePicker.js +1 -7
  16. package/lib/module/components/DeckSwiper/DeckSwiper.js +66 -0
  17. package/lib/module/components/DeckSwiper/DeckSwiperCard.js +26 -0
  18. package/lib/module/components/DeckSwiper/index.js +2 -0
  19. package/lib/module/components/Picker/Picker.js +2 -8
  20. package/lib/module/index.js +1 -0
  21. package/lib/module/mappings/DatePicker.js +2 -7
  22. package/lib/module/mappings/DeckSwiper.js +48 -0
  23. package/lib/module/mappings/DeckSwiperCard.js +16 -0
  24. package/lib/module/mappings/Picker.js +1 -6
  25. package/lib/typescript/src/components/DatePicker/DatePicker.d.ts +0 -1
  26. package/lib/typescript/src/components/DatePicker/DatePicker.d.ts.map +1 -1
  27. package/lib/typescript/src/components/DeckSwiper/DeckSwiper.d.ts +15 -0
  28. package/lib/typescript/src/components/DeckSwiper/DeckSwiper.d.ts.map +1 -0
  29. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts +13 -0
  30. package/lib/typescript/src/components/DeckSwiper/DeckSwiperCard.d.ts.map +1 -0
  31. package/lib/typescript/src/components/DeckSwiper/index.d.ts +3 -0
  32. package/lib/typescript/src/components/DeckSwiper/index.d.ts.map +1 -0
  33. package/lib/typescript/src/components/Picker/Picker.d.ts +0 -1
  34. package/lib/typescript/src/components/Picker/Picker.d.ts.map +1 -1
  35. package/lib/typescript/src/index.d.ts +1 -0
  36. package/lib/typescript/src/index.d.ts.map +1 -1
  37. package/lib/typescript/src/mappings/DatePicker.d.ts +0 -10
  38. package/lib/typescript/src/mappings/DatePicker.d.ts.map +1 -1
  39. package/lib/typescript/src/mappings/DeckSwiper.d.ts +86 -0
  40. package/lib/typescript/src/mappings/DeckSwiper.d.ts.map +1 -0
  41. package/lib/typescript/src/mappings/DeckSwiperCard.d.ts +16 -0
  42. package/lib/typescript/src/mappings/DeckSwiperCard.d.ts.map +1 -0
  43. package/lib/typescript/src/mappings/Picker.d.ts +0 -10
  44. package/lib/typescript/src/mappings/Picker.d.ts.map +1 -1
  45. package/package.json +4 -3
  46. package/src/components/DatePicker/DatePicker.js +2 -7
  47. package/src/components/DatePicker/DatePicker.tsx +0 -9
  48. package/src/components/DeckSwiper/DeckSwiper.js +35 -0
  49. package/src/components/DeckSwiper/DeckSwiper.tsx +94 -0
  50. package/src/components/DeckSwiper/DeckSwiperCard.js +21 -0
  51. package/src/components/DeckSwiper/DeckSwiperCard.tsx +41 -0
  52. package/src/components/DeckSwiper/index.js +2 -0
  53. package/src/components/DeckSwiper/index.tsx +2 -0
  54. package/src/components/Picker/Picker.js +2 -7
  55. package/src/components/Picker/Picker.tsx +0 -9
  56. package/src/index.js +1 -0
  57. package/src/index.tsx +2 -0
  58. package/src/mappings/DatePicker.js +1 -6
  59. package/src/mappings/DatePicker.ts +0 -6
  60. package/src/mappings/DeckSwiper.js +48 -0
  61. package/src/mappings/DeckSwiper.ts +57 -0
  62. package/src/mappings/DeckSwiperCard.js +16 -0
  63. package/src/mappings/DeckSwiperCard.ts +20 -0
  64. package/src/mappings/Picker.js +1 -6
  65. package/src/mappings/Picker.ts +0 -6
@@ -12,7 +12,6 @@ var _theming = require("../../theming");
12
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
13
13
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
14
14
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
15
- 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); }
16
15
  const AccordionItem = _ref => {
17
16
  let {
18
17
  Icon,
@@ -27,9 +26,10 @@ const AccordionItem = _ref => {
27
26
  textStyles,
28
27
  viewStyles
29
28
  } = (0, _utilities.extractStyles)(style);
30
- return /*#__PURE__*/React.createElement(_reactNative.Pressable, _extends({
31
- style: [styles.container, viewStyles]
32
- }, rest), /*#__PURE__*/React.createElement(_reactNative.View, {
29
+ return /*#__PURE__*/React.createElement(_reactNative.Pressable, {
30
+ style: [styles.container, viewStyles],
31
+ ...rest
32
+ }, /*#__PURE__*/React.createElement(_reactNative.View, {
33
33
  style: styles.row
34
34
  }, icon ? /*#__PURE__*/React.createElement(Icon, {
35
35
  name: icon,
@@ -61,4 +61,23 @@ const styles = _reactNative.StyleSheet.create({
61
61
  }
62
62
  });
63
63
  var _default = (0, _theming.withTheme)(AccordionItem);
64
+ exports.default = _default;.StyleSheet.create({
65
+ container: {
66
+ padding: 8
67
+ },
68
+ row: {
69
+ flexDirection: "row",
70
+ alignItems: "center",
71
+ paddingLeft: 8
72
+ },
73
+ item: {
74
+ marginVertical: 6,
75
+ paddingLeft: 8
76
+ },
77
+ content: {
78
+ flex: 1,
79
+ justifyContent: "center"
80
+ }
81
+ });
82
+ var _default = (0, _theming.withTheme)(AccordionItem);
64
83
  exports.default = _default;
@@ -48,7 +48,6 @@ const DatePicker = _ref => {
48
48
  placeholder,
49
49
  borderColor: inputBorderColor,
50
50
  borderColorActive: inputBorderColorActive,
51
- autoDismissKeyboard = true,
52
51
  ...props
53
52
  } = _ref;
54
53
  const [value, setValue] = React.useState(date || defaultValue);
@@ -144,11 +143,6 @@ const DatePicker = _ref => {
144
143
  clearTimeout(_showPlaceholder());
145
144
  };
146
145
  }, [focused, label, placeholder]);
147
- React.useEffect(() => {
148
- if (pickerVisible && autoDismissKeyboard) {
149
- _reactNative.Keyboard.dismiss();
150
- }
151
- }, [pickerVisible, autoDismissKeyboard]);
152
146
  const _handleFocus = () => {
153
147
  if (disabled) {
154
148
  return;
@@ -0,0 +1,74 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _reactNativeDeckSwiper = _interopRequireDefault(require("react-native-deck-swiper"));
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ const DeckSwiper = _ref => {
12
+ let {
13
+ onIndexChanged,
14
+ onEndReached,
15
+ startCardIndex = 0,
16
+ infiniteSwiping = false,
17
+ verticalEnabled = true,
18
+ horizontalEnabled = true,
19
+ visibleCardCount = 1,
20
+ style,
21
+ children
22
+ } = _ref;
23
+ const childrenArray = _react.default.useMemo(() => _react.default.Children.toArray(children), [children]);
24
+
25
+ // an array of indices based on children count
26
+ const cardsFillerData = _react.default.useMemo(() => Array.from(Array(childrenArray.length).keys()), [childrenArray]);
27
+
28
+ /**
29
+ * By default react-native-deck-swiper positions everything with absolute position.
30
+ * To overcome this, it is wrapped in a View to be able to add the component in any layout structure.
31
+ *
32
+ *
33
+ * Since all children of that View are absolutley positioned, the View does not have a height and still looks and behaves weird.
34
+ * To fix/mitage this without setting a static height, the first card is rendered in invisible state to take up space.
35
+ * This effectivley makes the default height of the container be the height of the first card.
36
+ */
37
+
38
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, null, /*#__PURE__*/_react.default.createElement(_reactNative.View, {
39
+ style: styles.containerHeightFiller
40
+ }, childrenArray.length && childrenArray[0]), /*#__PURE__*/_react.default.createElement(_reactNativeDeckSwiper.default, {
41
+ cards: cardsFillerData,
42
+ renderCard: (_, i) => /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, childrenArray[i]),
43
+ keyExtractor: card => card === null || card === void 0 ? void 0 : card.toString(),
44
+ containerStyle: _reactNative.StyleSheet.flatten([styles.cardsContainer, style]),
45
+ cardStyle: styles.card,
46
+ onSwiped: onIndexChanged,
47
+ onSwipedAll: onEndReached,
48
+ cardIndex: startCardIndex,
49
+ infinite: infiniteSwiping,
50
+ verticalSwipe: verticalEnabled,
51
+ horizontalSwipe: horizontalEnabled,
52
+ showSecondCard: visibleCardCount > 1,
53
+ stackSize: visibleCardCount,
54
+ backgroundColor: "transparent",
55
+ cardVerticalMargin: 0,
56
+ cardHorizontalMargin: 0
57
+ }));
58
+ };
59
+ const styles = _reactNative.StyleSheet.create({
60
+ cardsContainer: {
61
+ width: "100%"
62
+ },
63
+ card: {
64
+ left: 0,
65
+ right: 0,
66
+ width: "auto",
67
+ height: "auto"
68
+ },
69
+ containerHeightFiller: {
70
+ opacity: 0.0
71
+ }
72
+ });
73
+ var _default = DeckSwiper;
74
+ exports.default = _default;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _reactNative = require("react-native");
9
+ var _theming = require("../../theming");
10
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
+ const DeckSwiperCard = _ref => {
12
+ let {
13
+ style,
14
+ children,
15
+ theme
16
+ } = _ref;
17
+ return /*#__PURE__*/_react.default.createElement(_reactNative.View, {
18
+ style: [styles.card, {
19
+ backgroundColor: theme.colors.background,
20
+ borderColor: theme.colors.divider
21
+ }, style]
22
+ }, children);
23
+ };
24
+ const styles = _reactNative.StyleSheet.create({
25
+ card: {
26
+ flex: 1,
27
+ alignItems: "center",
28
+ justifyContent: "center",
29
+ padding: 20,
30
+ borderWidth: 2
31
+ }
32
+ });
33
+ var _default = (0, _theming.withTheme)(DeckSwiperCard);
34
+ exports.default = _default;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ Object.defineProperty(exports, "DeckSwiper", {
7
+ enumerable: true,
8
+ get: function () {
9
+ return _DeckSwiper.default;
10
+ }
11
+ });
12
+ Object.defineProperty(exports, "DeckSwiperCard", {
13
+ enumerable: true,
14
+ get: function () {
15
+ return _DeckSwiperCard.default;
16
+ }
17
+ });
18
+ var _DeckSwiper = _interopRequireDefault(require("./DeckSwiper"));
19
+ var _DeckSwiperCard = _interopRequireDefault(require("./DeckSwiperCard"));
20
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -9,6 +9,7 @@ var _reactNative = require("react-native");
9
9
  var _theming = require("../theming");
10
10
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
11
11
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
12
+ 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); }
12
13
  const Divider = _ref => {
13
14
  let {
14
15
  style,
@@ -18,20 +19,6 @@ const Divider = _ref => {
18
19
  },
19
20
  ...rest
20
21
  } = _ref;
21
- return /*#__PURE__*/React.createElement(_reactNative.View, {
22
- style: [{
23
- backgroundColor: color || colors.divider,
24
- height: _reactNative.StyleSheet.hairlineWidth
25
- }, style],
26
- ...rest
27
- });
28
- };
29
- var _default = (0, _theming.withTheme)(Divider);
30
- exports.default = _default;eme: {
31
- colors
32
- },
33
- ...rest
34
- } = _ref;
35
22
  return /*#__PURE__*/React.createElement(_reactNative.View, _extends({
36
23
  style: [{
37
24
  backgroundColor: color || colors.divider,
@@ -11,6 +11,7 @@ var _theming = require("../theming");
11
11
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
12
12
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
13
13
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
14
+ 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); }
14
15
  /* directly copied from https://github.com/callstack/react-native-paper/blob/main/src/components/Surface.tsx#L62 */
15
16
  const Elevation = _ref => {
16
17
  let {
@@ -27,24 +28,11 @@ const Elevation = _ref => {
27
28
  colors
28
29
  } = theme;
29
30
  const borderRadius = radius;
30
- return /*#__PURE__*/React.createElement(_reactNative.Animated.View, {
31
- ...rest,
31
+ return /*#__PURE__*/React.createElement(_reactNative.Animated.View, _extends({}, rest, {
32
32
  style: [{
33
33
  borderRadius,
34
34
  backgroundColor: colors.surface
35
35
  }, elevation ? (0, _shadow.default)(elevation) : null, style]
36
- }, /*#__PURE__*/React.createElement(_reactNative.View, {
37
- style: {
38
- overflow: "hidden",
39
- borderRadius
40
- }
41
- }, children));
42
- };
43
- var _default = (0, _theming.withTheme)(Elevation);
44
- exports.default = _default;
45
- borderRadius,
46
- backgroundColor: colors.surface
47
- }, elevation ? (0, _shadow.default)(elevation) : null, style]
48
36
  }), /*#__PURE__*/React.createElement(_reactNative.View, {
49
37
  style: {
50
38
  overflow: "hidden",
@@ -65,8 +65,7 @@ const Picker = _ref => {
65
65
  leftIconName,
66
66
  placeholderTextColor = unstyledColor,
67
67
  rightIconName,
68
- type = "solid",
69
- autoDismissKeyboard = true
68
+ type = "solid"
70
69
  } = _ref;
71
70
  const androidPickerRef = React.useRef(undefined);
72
71
  const [internalValue, setInternalValue] = React.useState(value || defaultValue);
@@ -90,11 +89,6 @@ const Picker = _ref => {
90
89
  androidPickerRef === null || androidPickerRef === void 0 ? void 0 : (_androidPickerRef$cur = androidPickerRef.current) === null || _androidPickerRef$cur === void 0 ? void 0 : _androidPickerRef$cur.focus();
91
90
  }
92
91
  }, [pickerVisible, androidPickerRef]);
93
- React.useEffect(() => {
94
- if (pickerVisible && autoDismissKeyboard) {
95
- _reactNative.Keyboard.dismiss();
96
- }
97
- }, [pickerVisible, autoDismissKeyboard]);
98
92
  const normalizedOptions = normalizeOptions(options);
99
93
  const pickerOptions = placeholder ? [{
100
94
  value: placeholder,
@@ -123,6 +123,18 @@ Object.defineProperty(exports, "DatePicker", {
123
123
  return _DatePicker.default;
124
124
  }
125
125
  });
126
+ Object.defineProperty(exports, "DeckSwiper", {
127
+ enumerable: true,
128
+ get: function () {
129
+ return _DeckSwiper.DeckSwiper;
130
+ }
131
+ });
132
+ Object.defineProperty(exports, "DeckSwiperCard", {
133
+ enumerable: true,
134
+ get: function () {
135
+ return _DeckSwiper.DeckSwiperCard;
136
+ }
137
+ });
126
138
  Object.defineProperty(exports, "DefaultTheme", {
127
139
  enumerable: true,
128
140
  get: function () {
@@ -401,6 +413,7 @@ var _ActionSheet = require("./components/ActionSheet");
401
413
  var _Swiper = require("./components/Swiper");
402
414
  var _Layout = require("./components/Layout");
403
415
  var _index = require("./components/RadioButton/index");
416
+ var _DeckSwiper = require("./components/DeckSwiper");
404
417
  var _DatePicker = _interopRequireDefault(require("./components/DatePicker/DatePicker"));
405
418
  var _Picker = _interopRequireDefault(require("./components/Picker/Picker"));
406
419
  var _ProgressBar = _interopRequireDefault(require("./components/ProgressBar"));
@@ -169,12 +169,7 @@ const SEED_DATA = [{
169
169
  editable: true,
170
170
  required: true,
171
171
  group: _types.GROUPS.basic
172
- },
173
- autoDismissKeyboard: (0, _types.createStaticBoolProp)({
174
- label: "Auto dismiss keyboard",
175
- description: "Automatically dismiss keyboard when DatePicker is opened",
176
- defaultValue: true
177
- })
172
+ }
178
173
  }
179
174
  }];
180
175
  exports.SEED_DATA = SEED_DATA;
@@ -0,0 +1,55 @@
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 SEED_DATA = {
9
+ name: "Deck Swiper",
10
+ tag: "DeckSwiper",
11
+ description: "Deck swiper container",
12
+ category: _types.COMPONENT_TYPES.swiper,
13
+ stylesPanelSections: _types.BLOCK_STYLES_SECTIONS,
14
+ layout: {
15
+ width: "100%"
16
+ },
17
+ triggers: [_types.Triggers.OnIndexChanged, _types.Triggers.OnEndReached],
18
+ props: {
19
+ onIndexChanged: (0, _types.createActionProp)({
20
+ label: "On index changed",
21
+ description: "Action to execute when swipe to new index"
22
+ }),
23
+ onEndReached: (0, _types.createActionProp)({
24
+ label: "On end reached",
25
+ description: "Action to execute when end of swiping reached"
26
+ }),
27
+ startCardIndex: (0, _types.createStaticNumberProp)({
28
+ label: "Start card index",
29
+ description: "Index of card to start swiping from",
30
+ defaultValue: 0
31
+ }),
32
+ infiniteSwiping: (0, _types.createStaticBoolProp)({
33
+ label: "Infinite swiping",
34
+ description: "Whether to infinitley loop through cards or not"
35
+ }),
36
+ verticalEnabled: (0, _types.createStaticBoolProp)({
37
+ label: "Vertical swipe enabled",
38
+ description: "Whether cards should be swipeable vertically or not",
39
+ defaultValue: true
40
+ }),
41
+ horizontalEnabled: (0, _types.createStaticBoolProp)({
42
+ label: "Horizontal swipe enabled",
43
+ description: "Whether cards should be swipeable horizontally or not",
44
+ defaultValue: true
45
+ }),
46
+ visibleCardCount: (0, _types.createStaticNumberProp)({
47
+ label: "Visible card count",
48
+ description: "Number of cards visible behind (and including) the current card",
49
+ defaultValue: 1,
50
+ min: 1,
51
+ step: 1
52
+ })
53
+ }
54
+ };
55
+ exports.SEED_DATA = SEED_DATA;
@@ -0,0 +1,23 @@
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 SEED_DATA = {
9
+ name: "Deck Swiper Card",
10
+ tag: "DeckSwiperCard",
11
+ description: "Single Deck Swiper Card item to be used in DeckSwiper",
12
+ category: _types.COMPONENT_TYPES.swiper,
13
+ stylesPanelSections: _types.CONTAINER_COMPONENT_STYLES_SECTIONS,
14
+ layout: {
15
+ flex: 1,
16
+ alignItems: "center",
17
+ justifyContent: "center",
18
+ padding: 20,
19
+ borderWidth: 2
20
+ },
21
+ props: {}
22
+ };
23
+ exports.SEED_DATA = SEED_DATA;
@@ -142,11 +142,6 @@ const SEED_DATA = [{
142
142
  }),
143
143
  iconColor: (0, _types.createColorProp)({
144
144
  label: "Icon Color"
145
- }),
146
- autoDismissKeyboard: (0, _types.createStaticBoolProp)({
147
- label: "Auto dismiss keyboard",
148
- description: "Automatically dismiss keyboard when Picker is opened",
149
- defaultValue: true
150
145
  })
151
146
  },
152
147
  layout: {}
@@ -1,3 +1,4 @@
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); }
1
2
  import * as React from "react";
2
3
  import { Pressable, StyleSheet, View } from "react-native";
3
4
  import Text from "../Text";
@@ -17,10 +18,9 @@ const AccordionItem = _ref => {
17
18
  textStyles,
18
19
  viewStyles
19
20
  } = extractStyles(style);
20
- return /*#__PURE__*/React.createElement(Pressable, {
21
- style: [styles.container, viewStyles],
22
- ...rest
23
- }, /*#__PURE__*/React.createElement(View, {
21
+ return /*#__PURE__*/React.createElement(Pressable, _extends({
22
+ style: [styles.container, viewStyles]
23
+ }, rest), /*#__PURE__*/React.createElement(View, {
24
24
  style: styles.row
25
25
  }, icon ? /*#__PURE__*/React.createElement(Icon, {
26
26
  name: icon,
@@ -51,25 +51,4 @@ const styles = StyleSheet.create({
51
51
  justifyContent: "center"
52
52
  }
53
53
  });
54
- export default withTheme(AccordionItem);xtStyles
55
- }, label))));
56
- };
57
- const styles = StyleSheet.create({
58
- container: {
59
- padding: 8
60
- },
61
- row: {
62
- flexDirection: "row",
63
- alignItems: "center",
64
- paddingLeft: 8
65
- },
66
- item: {
67
- marginVertical: 6,
68
- paddingLeft: 8
69
- },
70
- content: {
71
- flex: 1,
72
- justifyContent: "center"
73
- }
74
- });
75
54
  export default withTheme(AccordionItem);
@@ -1,6 +1,6 @@
1
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
2
  import * as React from "react";
3
- import { View, Animated, Text, StyleSheet, I18nManager, TextInput as NativeTextInput, Keyboard } from "react-native";
3
+ import { View, Animated, Text, StyleSheet, I18nManager, TextInput as NativeTextInput } from "react-native";
4
4
  import { useSafeAreaInsets } from "react-native-safe-area-context";
5
5
  import dateFormat from "dateformat";
6
6
  import { withTheme } from "../../theming";
@@ -39,7 +39,6 @@ const DatePicker = _ref => {
39
39
  placeholder,
40
40
  borderColor: inputBorderColor,
41
41
  borderColorActive: inputBorderColorActive,
42
- autoDismissKeyboard = true,
43
42
  ...props
44
43
  } = _ref;
45
44
  const [value, setValue] = React.useState(date || defaultValue);
@@ -135,11 +134,6 @@ const DatePicker = _ref => {
135
134
  clearTimeout(_showPlaceholder());
136
135
  };
137
136
  }, [focused, label, placeholder]);
138
- React.useEffect(() => {
139
- if (pickerVisible && autoDismissKeyboard) {
140
- Keyboard.dismiss();
141
- }
142
- }, [pickerVisible, autoDismissKeyboard]);
143
137
  const _handleFocus = () => {
144
138
  if (disabled) {
145
139
  return;
@@ -0,0 +1,66 @@
1
+ import React from "react";
2
+ import { StyleSheet, View } from "react-native";
3
+ import DeckSwiperComponent from "react-native-deck-swiper";
4
+ const DeckSwiper = _ref => {
5
+ let {
6
+ onIndexChanged,
7
+ onEndReached,
8
+ startCardIndex = 0,
9
+ infiniteSwiping = false,
10
+ verticalEnabled = true,
11
+ horizontalEnabled = true,
12
+ visibleCardCount = 1,
13
+ style,
14
+ children
15
+ } = _ref;
16
+ const childrenArray = React.useMemo(() => React.Children.toArray(children), [children]);
17
+
18
+ // an array of indices based on children count
19
+ const cardsFillerData = React.useMemo(() => Array.from(Array(childrenArray.length).keys()), [childrenArray]);
20
+
21
+ /**
22
+ * By default react-native-deck-swiper positions everything with absolute position.
23
+ * To overcome this, it is wrapped in a View to be able to add the component in any layout structure.
24
+ *
25
+ *
26
+ * Since all children of that View are absolutley positioned, the View does not have a height and still looks and behaves weird.
27
+ * To fix/mitage this without setting a static height, the first card is rendered in invisible state to take up space.
28
+ * This effectivley makes the default height of the container be the height of the first card.
29
+ */
30
+
31
+ return /*#__PURE__*/React.createElement(View, null, /*#__PURE__*/React.createElement(View, {
32
+ style: styles.containerHeightFiller
33
+ }, childrenArray.length && childrenArray[0]), /*#__PURE__*/React.createElement(DeckSwiperComponent, {
34
+ cards: cardsFillerData,
35
+ renderCard: (_, i) => /*#__PURE__*/React.createElement(React.Fragment, null, childrenArray[i]),
36
+ keyExtractor: card => card === null || card === void 0 ? void 0 : card.toString(),
37
+ containerStyle: StyleSheet.flatten([styles.cardsContainer, style]),
38
+ cardStyle: styles.card,
39
+ onSwiped: onIndexChanged,
40
+ onSwipedAll: onEndReached,
41
+ cardIndex: startCardIndex,
42
+ infinite: infiniteSwiping,
43
+ verticalSwipe: verticalEnabled,
44
+ horizontalSwipe: horizontalEnabled,
45
+ showSecondCard: visibleCardCount > 1,
46
+ stackSize: visibleCardCount,
47
+ backgroundColor: "transparent",
48
+ cardVerticalMargin: 0,
49
+ cardHorizontalMargin: 0
50
+ }));
51
+ };
52
+ const styles = StyleSheet.create({
53
+ cardsContainer: {
54
+ width: "100%"
55
+ },
56
+ card: {
57
+ left: 0,
58
+ right: 0,
59
+ width: "auto",
60
+ height: "auto"
61
+ },
62
+ containerHeightFiller: {
63
+ opacity: 0.0
64
+ }
65
+ });
66
+ export default DeckSwiper;
@@ -0,0 +1,26 @@
1
+ import React from "react";
2
+ import { View, StyleSheet } from "react-native";
3
+ import { withTheme } from "../../theming";
4
+ const DeckSwiperCard = _ref => {
5
+ let {
6
+ style,
7
+ children,
8
+ theme
9
+ } = _ref;
10
+ return /*#__PURE__*/React.createElement(View, {
11
+ style: [styles.card, {
12
+ backgroundColor: theme.colors.background,
13
+ borderColor: theme.colors.divider
14
+ }, style]
15
+ }, children);
16
+ };
17
+ const styles = StyleSheet.create({
18
+ card: {
19
+ flex: 1,
20
+ alignItems: "center",
21
+ justifyContent: "center",
22
+ padding: 20,
23
+ borderWidth: 2
24
+ }
25
+ });
26
+ export default withTheme(DeckSwiperCard);
@@ -0,0 +1,2 @@
1
+ export { default as DeckSwiper } from "./DeckSwiper";
2
+ export { default as DeckSwiperCard } from "./DeckSwiperCard";
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { View, StyleSheet, Text, Platform, Dimensions, Keyboard } from "react-native";
2
+ import { View, StyleSheet, Text, Platform, Dimensions } from "react-native";
3
3
  import { omit, pickBy, identity, isObject } from "lodash";
4
4
  import { SafeAreaView } from "react-native-safe-area-context";
5
5
  import { Picker as NativePicker } from "@react-native-picker/picker";
@@ -56,8 +56,7 @@ const Picker = _ref => {
56
56
  leftIconName,
57
57
  placeholderTextColor = unstyledColor,
58
58
  rightIconName,
59
- type = "solid",
60
- autoDismissKeyboard = true
59
+ type = "solid"
61
60
  } = _ref;
62
61
  const androidPickerRef = React.useRef(undefined);
63
62
  const [internalValue, setInternalValue] = React.useState(value || defaultValue);
@@ -81,11 +80,6 @@ const Picker = _ref => {
81
80
  androidPickerRef === null || androidPickerRef === void 0 ? void 0 : (_androidPickerRef$cur = androidPickerRef.current) === null || _androidPickerRef$cur === void 0 ? void 0 : _androidPickerRef$cur.focus();
82
81
  }
83
82
  }, [pickerVisible, androidPickerRef]);
84
- React.useEffect(() => {
85
- if (pickerVisible && autoDismissKeyboard) {
86
- Keyboard.dismiss();
87
- }
88
- }, [pickerVisible, autoDismissKeyboard]);
89
83
  const normalizedOptions = normalizeOptions(options);
90
84
  const pickerOptions = placeholder ? [{
91
85
  value: placeholder,
@@ -31,6 +31,7 @@ export { ActionSheet, ActionSheetItem, ActionSheetCancel } from "./components/Ac
31
31
  export { Swiper, SwiperItem } from "./components/Swiper";
32
32
  export { Center, Circle, Square, Row, Stack, Spacer } from "./components/Layout";
33
33
  export { RadioButton, RadioButtonGroup, RadioButtonRow, RadioButtonFieldGroup } from "./components/RadioButton/index";
34
+ export { DeckSwiper, DeckSwiperCard } from "./components/DeckSwiper";
34
35
 
35
36
  /* Deprecated: Fix or Delete! */
36
37
  export { default as DatePicker } from "./components/DatePicker/DatePicker";
@@ -1,4 +1,4 @@
1
- import { COMPONENT_TYPES, FORM_TYPES, PROP_TYPES, FIELD_NAME, GROUPS, Triggers, StylesPanelSections, createNumberProp, createColorProp, createStaticBoolProp } from "@draftbit/types";
1
+ import { COMPONENT_TYPES, FORM_TYPES, PROP_TYPES, FIELD_NAME, GROUPS, Triggers, StylesPanelSections, createNumberProp, createColorProp } from "@draftbit/types";
2
2
  const SEED_DATA_PROPS = {
3
3
  mode: {
4
4
  label: "Mode",
@@ -163,11 +163,6 @@ export const SEED_DATA = [{
163
163
  editable: true,
164
164
  required: true,
165
165
  group: GROUPS.basic
166
- },
167
- autoDismissKeyboard: createStaticBoolProp({
168
- label: "Auto dismiss keyboard",
169
- description: "Automatically dismiss keyboard when DatePicker is opened",
170
- defaultValue: true
171
- })
166
+ }
172
167
  }
173
168
  }];