react-native-external-keyboard 0.3.2 → 0.3.3
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/android/src/main/java/com/externalkeyboard/events/EventHelper.java +11 -0
- package/android/src/main/java/com/externalkeyboard/views/TextInputFocusWrapper/TextInputFocusWrapper.java +34 -6
- package/android/src/main/java/com/externalkeyboard/views/TextInputFocusWrapper/TextInputFocusWrapperManager.java +2 -6
- package/lib/commonjs/NativeModules/A11yKeyboardModule/A11yKeyboardModule.js.map +1 -1
- package/lib/commonjs/NativeModules/A11yKeyboardModule/index.js.map +1 -1
- package/lib/commonjs/NativeModules/index.js.map +1 -1
- package/lib/commonjs/components/ExternalKeyboardView/ExternalKeyboardView.js +2 -2
- package/lib/commonjs/components/ExternalKeyboardView/ExternalKeyboardView.js.map +1 -1
- package/lib/commonjs/components/ExternalKeyboardView/index.js.map +1 -1
- package/lib/commonjs/components/KeyboardExtendedInput/KeyboardExtendedInput.js +19 -11
- package/lib/commonjs/components/KeyboardExtendedInput/KeyboardExtendedInput.js.map +1 -1
- package/lib/commonjs/components/KeyboardExtendedInput/index.js.map +1 -1
- package/lib/commonjs/components/KeyboardFocusView/KeyboardFocusView.android.js +2 -2
- package/lib/commonjs/components/KeyboardFocusView/KeyboardFocusView.android.js.map +1 -1
- package/lib/commonjs/components/KeyboardFocusView/KeyboardFocusView.ios.js +2 -2
- package/lib/commonjs/components/KeyboardFocusView/KeyboardFocusView.ios.js.map +1 -1
- package/lib/commonjs/components/KeyboardFocusView/KeyboardFocusView.js.map +1 -1
- package/lib/commonjs/components/KeyboardFocusView/hooks/index.js.map +1 -1
- package/lib/commonjs/components/KeyboardFocusView/hooks/useFocusStyle/index.js.map +1 -1
- package/lib/commonjs/components/KeyboardFocusView/hooks/useFocusStyle/useFocusStyle.js +2 -2
- package/lib/commonjs/components/KeyboardFocusView/hooks/useFocusStyle/useFocusStyle.js.map +1 -1
- package/lib/commonjs/components/KeyboardFocusView/index.js.map +1 -1
- package/lib/commonjs/components/Pressable/Pressable.android.js +2 -2
- package/lib/commonjs/components/Pressable/Pressable.android.js.map +1 -1
- package/lib/commonjs/components/Pressable/Pressable.ios.js +3 -3
- package/lib/commonjs/components/Pressable/Pressable.ios.js.map +1 -1
- package/lib/commonjs/components/Pressable/Pressable.js.map +1 -1
- package/lib/commonjs/components/Pressable/index.js.map +1 -1
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/nativeSpec/ExternalKeyboardViewNativeComponent.js +1 -1
- package/lib/commonjs/nativeSpec/ExternalKeyboardViewNativeComponent.js.map +1 -1
- package/lib/commonjs/nativeSpec/NativeKeyboardModule.js.map +1 -1
- package/lib/commonjs/nativeSpec/TextInputFocusWrapperNativeComponent.js +1 -1
- package/lib/commonjs/nativeSpec/TextInputFocusWrapperNativeComponent.js.map +1 -1
- package/lib/commonjs/nativeSpec/index.js +1 -1
- package/lib/commonjs/nativeSpec/index.js.map +1 -1
- package/lib/commonjs/services/A11yModule/A11yModule.android.js.map +1 -1
- package/lib/commonjs/services/A11yModule/A11yModule.d.js.map +1 -1
- package/lib/commonjs/services/A11yModule/A11yModule.ios.js.map +1 -1
- package/lib/commonjs/services/A11yModule/A11yModule.types.js.map +1 -1
- package/lib/commonjs/services/A11yModule/index.js.map +1 -1
- package/lib/commonjs/services/index.js.map +1 -1
- package/lib/commonjs/types/FocusStyle.js.map +1 -1
- package/lib/commonjs/types/KeyboardFocusView.types.js.map +1 -1
- package/lib/commonjs/types/index.js.map +1 -1
- package/lib/module/NativeModules/A11yKeyboardModule/A11yKeyboardModule.js.map +1 -1
- package/lib/module/NativeModules/A11yKeyboardModule/index.js.map +1 -1
- package/lib/module/NativeModules/index.js.map +1 -1
- package/lib/module/components/ExternalKeyboardView/ExternalKeyboardView.js +1 -1
- package/lib/module/components/ExternalKeyboardView/ExternalKeyboardView.js.map +1 -1
- package/lib/module/components/ExternalKeyboardView/index.js.map +1 -1
- package/lib/module/components/KeyboardExtendedInput/KeyboardExtendedInput.js +18 -10
- package/lib/module/components/KeyboardExtendedInput/KeyboardExtendedInput.js.map +1 -1
- package/lib/module/components/KeyboardExtendedInput/index.js.map +1 -1
- package/lib/module/components/KeyboardFocusView/KeyboardFocusView.android.js +1 -1
- package/lib/module/components/KeyboardFocusView/KeyboardFocusView.android.js.map +1 -1
- package/lib/module/components/KeyboardFocusView/KeyboardFocusView.ios.js +1 -1
- package/lib/module/components/KeyboardFocusView/KeyboardFocusView.ios.js.map +1 -1
- package/lib/module/components/KeyboardFocusView/KeyboardFocusView.js.map +1 -1
- package/lib/module/components/KeyboardFocusView/hooks/index.js.map +1 -1
- package/lib/module/components/KeyboardFocusView/hooks/useFocusStyle/index.js.map +1 -1
- package/lib/module/components/KeyboardFocusView/hooks/useFocusStyle/useFocusStyle.js +3 -3
- package/lib/module/components/KeyboardFocusView/hooks/useFocusStyle/useFocusStyle.js.map +1 -1
- package/lib/module/components/KeyboardFocusView/index.js.map +1 -1
- package/lib/module/components/Pressable/Pressable.android.js +1 -1
- package/lib/module/components/Pressable/Pressable.android.js.map +1 -1
- package/lib/module/components/Pressable/Pressable.ios.js +1 -1
- package/lib/module/components/Pressable/Pressable.ios.js.map +1 -1
- package/lib/module/components/Pressable/Pressable.js.map +1 -1
- package/lib/module/components/Pressable/index.js.map +1 -1
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/nativeSpec/ExternalKeyboardViewNativeComponent.js.map +1 -1
- package/lib/module/nativeSpec/NativeKeyboardModule.js.map +1 -1
- package/lib/module/nativeSpec/TextInputFocusWrapperNativeComponent.js.map +1 -1
- package/lib/module/nativeSpec/index.js.map +1 -1
- package/lib/module/services/A11yModule/A11yModule.android.js.map +1 -1
- package/lib/module/services/A11yModule/A11yModule.d.js.map +1 -1
- package/lib/module/services/A11yModule/A11yModule.ios.js.map +1 -1
- package/lib/module/services/A11yModule/A11yModule.types.js.map +1 -1
- package/lib/module/services/A11yModule/index.js.map +1 -1
- package/lib/module/services/index.js.map +1 -1
- package/lib/module/types/FocusStyle.js.map +1 -1
- package/lib/module/types/KeyboardFocusView.types.js.map +1 -1
- package/lib/module/types/index.js.map +1 -1
- package/lib/typescript/components/KeyboardExtendedInput/KeyboardExtendedInput.d.ts +3 -0
- package/lib/typescript/components/KeyboardExtendedInput/KeyboardExtendedInput.d.ts.map +1 -1
- package/lib/typescript/components/KeyboardFocusView/hooks/useFocusStyle/useFocusStyle.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/components/KeyboardExtendedInput/KeyboardExtendedInput.tsx +22 -11
- package/src/components/KeyboardFocusView/hooks/useFocusStyle/useFocusStyle.ts +8 -5
- package/ios/ExternalKeyboard.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- package/ios/ExternalKeyboard.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/ExternalKeyboard.xcodeproj/project.xcworkspace/xcuserdata/Artur_Kalach.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/ios/ExternalKeyboard.xcodeproj/xcuserdata/Artur_Kalach.xcuserdatad/xcschemes/xcschememanagement.plist +0 -14
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
package com.externalkeyboard.events;
|
|
2
|
+
|
|
3
|
+
import com.facebook.react.bridge.ReactContext;
|
|
4
|
+
import com.facebook.react.uimanager.UIManagerHelper;
|
|
5
|
+
|
|
6
|
+
public class EventHelper {
|
|
7
|
+
public static void focusChanged(ReactContext context, int id, boolean hasFocus) {
|
|
8
|
+
FocusChangeEvent event = new FocusChangeEvent(id, hasFocus);
|
|
9
|
+
UIManagerHelper.getEventDispatcherForReactTag(context, id).dispatchEvent(event);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
@@ -9,23 +9,39 @@ import android.view.ViewGroup;
|
|
|
9
9
|
|
|
10
10
|
import androidx.annotation.Nullable;
|
|
11
11
|
|
|
12
|
+
import com.externalkeyboard.events.EventHelper;
|
|
13
|
+
import com.facebook.react.bridge.ReactContext;
|
|
12
14
|
import com.facebook.react.views.textinput.ReactEditText;
|
|
13
15
|
|
|
14
|
-
public class TextInputFocusWrapper extends ViewGroup {
|
|
15
|
-
|
|
16
|
+
public class TextInputFocusWrapper extends ViewGroup implements View.OnFocusChangeListener {
|
|
17
|
+
private final Context context;
|
|
16
18
|
public static final byte FOCUS_BY_PRESS = 1;
|
|
17
19
|
private ReactEditText reactEditText = null;
|
|
18
|
-
|
|
20
|
+
private boolean focusEventIgnore = false;
|
|
19
21
|
private int focusType = 0;
|
|
20
22
|
|
|
21
23
|
public void setEditText(ReactEditText editText) {
|
|
22
24
|
if(editText != null) {
|
|
23
25
|
this.reactEditText = editText;
|
|
26
|
+
if(focusType == FOCUS_BY_PRESS) {
|
|
27
|
+
this.reactEditText.setFocusable(false);
|
|
28
|
+
}
|
|
24
29
|
} else {
|
|
25
30
|
this.reactEditText.setOnFocusChangeListener(null);
|
|
26
31
|
}
|
|
27
32
|
}
|
|
28
33
|
|
|
34
|
+
@Override
|
|
35
|
+
public void onFocusChange(View v, boolean hasFocus) {
|
|
36
|
+
if(!this.focusEventIgnore){
|
|
37
|
+
EventHelper.focusChanged((ReactContext) context, this.getId(), hasFocus);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
public void subscribeOnFocus () {
|
|
42
|
+
this.setOnFocusChangeListener(this);
|
|
43
|
+
}
|
|
44
|
+
|
|
29
45
|
public void setFocusType(int focusType) {
|
|
30
46
|
this.focusType = focusType;
|
|
31
47
|
}
|
|
@@ -36,19 +52,25 @@ public class TextInputFocusWrapper extends ViewGroup {
|
|
|
36
52
|
|
|
37
53
|
public TextInputFocusWrapper(Context context) {
|
|
38
54
|
super(context);
|
|
55
|
+
this.context = context;
|
|
39
56
|
}
|
|
40
57
|
|
|
41
58
|
public TextInputFocusWrapper(Context context, @Nullable AttributeSet attrs) {
|
|
42
59
|
super(context, attrs);
|
|
60
|
+
this.context = context;
|
|
43
61
|
}
|
|
44
62
|
|
|
45
63
|
public TextInputFocusWrapper(Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
|
|
46
64
|
super(context, attrs, defStyleAttr);
|
|
65
|
+
this.context = context;
|
|
47
66
|
}
|
|
48
67
|
|
|
49
68
|
|
|
50
69
|
@Override
|
|
51
70
|
public boolean onKeyDown(int keyCode, KeyEvent event) {
|
|
71
|
+
if(focusType == FOCUS_BY_PRESS) {
|
|
72
|
+
this.reactEditText.setFocusable(false);
|
|
73
|
+
}
|
|
52
74
|
if(focusType == FOCUS_BY_PRESS && keyCode == KeyEvent.KEYCODE_SPACE) {
|
|
53
75
|
this.handleTextInputFocus();
|
|
54
76
|
}
|
|
@@ -66,15 +88,21 @@ public class TextInputFocusWrapper extends ViewGroup {
|
|
|
66
88
|
}
|
|
67
89
|
|
|
68
90
|
private void handleTextInputFocus () {
|
|
69
|
-
this.
|
|
70
|
-
this.setFocusable(false);
|
|
71
|
-
|
|
91
|
+
this.focusEventIgnore = true;
|
|
72
92
|
this.reactEditText.setOnFocusChangeListener((textInput, hasTextEditFocus) -> {
|
|
93
|
+
this.focusEventIgnore = false;
|
|
94
|
+
if(focusType != FOCUS_BY_PRESS || !hasTextEditFocus) {
|
|
95
|
+
onFocusChange(textInput, hasTextEditFocus);
|
|
96
|
+
}
|
|
97
|
+
|
|
73
98
|
if(!hasTextEditFocus) {
|
|
74
99
|
this.setFocusable(true);
|
|
75
100
|
this.reactEditText.setFocusable(false);
|
|
76
101
|
}
|
|
77
102
|
});
|
|
103
|
+
this.reactEditText.setFocusable(true);
|
|
104
|
+
this.reactEditText.requestFocusFromJS();
|
|
105
|
+
this.setFocusable(false);
|
|
78
106
|
}
|
|
79
107
|
|
|
80
108
|
@Override
|
|
@@ -6,6 +6,7 @@ import android.view.ViewGroup;
|
|
|
6
6
|
import androidx.annotation.NonNull;
|
|
7
7
|
import androidx.annotation.Nullable;
|
|
8
8
|
|
|
9
|
+
import com.externalkeyboard.events.EventHelper;
|
|
9
10
|
import com.externalkeyboard.events.FocusChangeEvent;
|
|
10
11
|
import com.facebook.react.common.MapBuilder;
|
|
11
12
|
import com.facebook.react.module.annotations.ReactModule;
|
|
@@ -19,7 +20,6 @@ import java.util.Map;
|
|
|
19
20
|
|
|
20
21
|
@ReactModule(name = TextInputFocusWrapperManager.NAME)
|
|
21
22
|
public class TextInputFocusWrapperManager extends com.externalkeyboard.TextInputFocusWrapperManagerSpec<TextInputFocusWrapper> {
|
|
22
|
-
|
|
23
23
|
public static final String NAME = "TextInputFocusWrapper";
|
|
24
24
|
|
|
25
25
|
@Override
|
|
@@ -35,11 +35,7 @@ public class TextInputFocusWrapperManager extends com.externalkeyboard.TextInput
|
|
|
35
35
|
@Override
|
|
36
36
|
protected void addEventEmitters(final ThemedReactContext reactContext, TextInputFocusWrapper viewGroup) {
|
|
37
37
|
viewGroup.setFocusable(true);
|
|
38
|
-
viewGroup.
|
|
39
|
-
(v, hasFocus) -> {
|
|
40
|
-
FocusChangeEvent event = new FocusChangeEvent(viewGroup.getId(), hasFocus);
|
|
41
|
-
UIManagerHelper.getEventDispatcherForReactTag(reactContext, v.getId()).dispatchEvent(event);
|
|
42
|
-
});
|
|
38
|
+
viewGroup.subscribeOnFocus();
|
|
43
39
|
}
|
|
44
40
|
|
|
45
41
|
protected TextInputFocusWrapper subscribeOnHierarchy(TextInputFocusWrapper viewGroup) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","LINKING_ERROR","Platform","select","ios","default","isTurboModuleEnabled","global","__turboModuleProxy","A11yModule","NativeModules","A11yKeyboardModule","RCA11y","Proxy","get","Error","setKeyboardFocus","nativeTag","_nextTag","setPreferredKeyboardFocus","nextTag","setAccessibilityFocus","exports"],"sourceRoot":"../../../../src","sources":["NativeModules/A11yKeyboardModule/A11yKeyboardModule.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,MAAMC,aAAa,
|
|
1
|
+
{"version":3,"names":["_reactNative","require","LINKING_ERROR","Platform","select","ios","default","isTurboModuleEnabled","global","__turboModuleProxy","A11yModule","NativeModules","A11yKeyboardModule","RCA11y","Proxy","get","Error","setKeyboardFocus","nativeTag","_nextTag","setPreferredKeyboardFocus","nextTag","setAccessibilityFocus","exports"],"sourceRoot":"../../../../src","sources":["NativeModules/A11yKeyboardModule/A11yKeyboardModule.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,MAAMC,aAAa,GACjB,0FAA0FC,qBAAQ,CAACC,MAAM,CACvG;EAAEC,GAAG,EAAE,gCAAgC;EAAEC,OAAO,EAAE;AAAG,CACvD,CAAC,sDAAsD,GACvD,+BAA+B;;AAEjC;AACA,MAAMC,oBAAoB,GAAGC,MAAM,CAACC,kBAAkB,IAAI,IAAI;AAE9D,MAAMC,UAAU,GAAGH,oBAAoB,GACnCN,OAAO,CAAC,uCAAuC,CAAC,CAACK,OAAO,GACxDK,0BAAa,CAACC,kBAAkB;AAEpC,MAAMC,MAAM,GACVH,UAAU,IACV,IAAII,KAAK,CACP,CAAC,CAAC,EACF;EACEC,GAAGA,CAAA,EAAG;IACJ,MAAM,IAAIC,KAAK,CAACd,aAAa,CAAC;EAChC;AACF,CACF,CAAC;AAEH,MAAMe,gBAAgB,GAAGA,CAACC,SAAiB,EAAEC,QAAQ,GAAG,CAAC,KAAK;EAC5DN,MAAM,CAACI,gBAAgB,CAACC,SAAS,EAAEC,QAAQ,CAAC;AAC9C,CAAC;AAED,MAAMC,yBAAyB,GAAGA,CAACF,SAAiB,EAAEG,OAAe,KAAK;EACxER,MAAM,CAACS,qBAAqB,CAACJ,SAAS,EAAEG,OAAO,CAAC;AAClD,CAAC;AAEM,MAAMT,kBAAkB,GAAAW,OAAA,CAAAX,kBAAA,GAAG;EAChCK,gBAAgB;EAChBG;AACF,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_A11yKeyboardModule","require"],"sourceRoot":"../../../../src","sources":["NativeModules/A11yKeyboardModule/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA"}
|
|
1
|
+
{"version":3,"names":["_A11yKeyboardModule","require"],"sourceRoot":"../../../../src","sources":["NativeModules/A11yKeyboardModule/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_A11yKeyboardModule","require"],"sourceRoot":"../../../src","sources":["NativeModules/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA"}
|
|
1
|
+
{"version":3,"names":["_A11yKeyboardModule","require"],"sourceRoot":"../../../src","sources":["NativeModules/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,mBAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -6,8 +6,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.ExternalKeyboardView = void 0;
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _nativeSpec = require("../../nativeSpec");
|
|
9
|
-
function _interopRequireDefault(
|
|
10
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
9
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
10
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
11
11
|
const ExternalKeyboardView = exports.ExternalKeyboardView = /*#__PURE__*/_react.default.memo( /*#__PURE__*/_react.default.forwardRef((props, ref) => /*#__PURE__*/_react.default.createElement(_nativeSpec.ExternalKeyboardViewNative, _extends({}, props, {
|
|
12
12
|
ref: ref,
|
|
13
13
|
hasKeyDownPress: Boolean(props.onKeyDownPress),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_nativeSpec","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_nativeSpec","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","ExternalKeyboardView","exports","React","memo","forwardRef","props","ref","createElement","ExternalKeyboardViewNative","hasKeyDownPress","Boolean","onKeyDownPress","hasKeyUpPress","onKeyUpPress"],"sourceRoot":"../../../../src","sources":["components/ExternalKeyboardView/ExternalKeyboardView.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAA8D,SAAAD,uBAAAG,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAIvD,MAAMO,oBAAoB,GAAAC,OAAA,CAAAD,oBAAA,gBAAGE,cAAK,CAACC,IAAI,eAC5CD,cAAK,CAACE,UAAU,CAAoC,CAACC,KAAK,EAAEC,GAAG,kBAC7DzB,MAAA,CAAAM,OAAA,CAAAoB,aAAA,CAACvB,WAAA,CAAAwB,0BAA0B,EAAApB,QAAA,KACrBiB,KAAK;EACTC,GAAG,EAAEA,GAAI;EACTG,eAAe,EAAEC,OAAO,CAACL,KAAK,CAACM,cAAc,CAAE;EAC/CC,aAAa,EAAEF,OAAO,CAACL,KAAK,CAACQ,YAAY;AAAE,EAC5C,CACF,CACH,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_ExternalKeyboardView","require"],"sourceRoot":"../../../../src","sources":["components/ExternalKeyboardView/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,qBAAA,GAAAC,OAAA"}
|
|
1
|
+
{"version":3,"names":["_ExternalKeyboardView","require"],"sourceRoot":"../../../../src","sources":["components/ExternalKeyboardView/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,qBAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -7,8 +7,9 @@ exports.KeyboardExtendedInput = void 0;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _nativeSpec = require("../../nativeSpec");
|
|
10
|
-
|
|
11
|
-
function
|
|
10
|
+
var _hooks = require("../KeyboardFocusView/hooks");
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
12
13
|
const focusMap = {
|
|
13
14
|
default: 0,
|
|
14
15
|
press: 1,
|
|
@@ -24,14 +25,21 @@ const KeyboardExtendedInput = exports.KeyboardExtendedInput = /*#__PURE__*/_reac
|
|
|
24
25
|
blurType = 'default',
|
|
25
26
|
containerStyle,
|
|
26
27
|
onFocusChange,
|
|
28
|
+
focusStyle,
|
|
27
29
|
...props
|
|
28
|
-
}, ref) =>
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
30
|
+
}, ref) => {
|
|
31
|
+
const {
|
|
32
|
+
fStyle,
|
|
33
|
+
onFocusChangeHandler
|
|
34
|
+
} = (0, _hooks.useFocusStyle)(focusStyle, onFocusChange);
|
|
35
|
+
return /*#__PURE__*/_react.default.createElement(_nativeSpec.TextInputFocusWrapperNative, {
|
|
36
|
+
onFocusChange: onFocusChangeHandler,
|
|
37
|
+
focusType: focusMap[focusType],
|
|
38
|
+
blurType: blurMap[blurType],
|
|
39
|
+
style: [containerStyle, fStyle],
|
|
40
|
+
ref: ref
|
|
41
|
+
}, /*#__PURE__*/_react.default.createElement(_reactNative.TextInput, _extends({
|
|
42
|
+
blurOnSubmit: false
|
|
43
|
+
}, props)));
|
|
44
|
+
});
|
|
37
45
|
//# sourceMappingURL=KeyboardExtendedInput.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_nativeSpec","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_nativeSpec","_hooks","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","focusMap","press","auto","blurMap","disable","KeyboardExtendedInput","exports","React","forwardRef","focusType","blurType","containerStyle","onFocusChange","focusStyle","props","ref","fStyle","onFocusChangeHandler","useFocusStyle","createElement","TextInputFocusWrapperNative","style","TextInput","blurOnSubmit"],"sourceRoot":"../../../../src","sources":["components/KeyboardExtendedInput/KeyboardExtendedInput.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAEA,IAAAE,WAAA,GAAAF,OAAA;AAGA,IAAAG,MAAA,GAAAH,OAAA;AAA2D,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAE3D,MAAMO,QAAQ,GAAG;EACfb,OAAO,EAAE,CAAC;EACVc,KAAK,EAAE,CAAC;EACRC,IAAI,EAAE;AACR,CAAC;AAED,MAAMC,OAAO,GAAG;EACdhB,OAAO,EAAE,CAAC;EACViB,OAAO,EAAE,CAAC;EACVF,IAAI,EAAE;AACR,CAAC;AAUM,MAAMG,qBAAqB,GAAAC,OAAA,CAAAD,qBAAA,gBAAGE,cAAK,CAACC,UAAU,CAInD,CACE;EACEC,SAAS,GAAG,SAAS;EACrBC,QAAQ,GAAG,SAAS;EACpBC,cAAc;EACdC,aAAa;EACbC,UAAU;EACV,GAAGC;AACL,CAAC,EACDC,GAAG,KACA;EACH,MAAM;IAAEC,MAAM;IAAEC;EAAqB,CAAC,GAAG,IAAAC,oBAAa,EACpDL,UAAU,EACVD,aACF,CAAC;EAED,oBACEjC,MAAA,CAAAQ,OAAA,CAAAgC,aAAA,CAACpC,WAAA,CAAAqC,2BAA2B;IAC1BR,aAAa,EAAEK,oBAAqB;IACpCR,SAAS,EAAET,QAAQ,CAACS,SAAS,CAAE;IAC/BC,QAAQ,EAAEP,OAAO,CAACO,QAAQ,CAAE;IAC5BW,KAAK,EAAE,CAACV,cAAc,EAAEK,MAAM,CAAE;IAChCD,GAAG,EAAEA;EAAI,gBAETpC,MAAA,CAAAQ,OAAA,CAAAgC,aAAA,CAACrC,YAAA,CAAAwC,SAAS,EAAAlC,QAAA;IAACmC,YAAY,EAAE;EAAM,GAAKT,KAAK,CAAG,CACjB,CAAC;AAElC,CACF,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_KeyboardExtendedInput","require"],"sourceRoot":"../../../../src","sources":["components/KeyboardExtendedInput/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,sBAAA,GAAAC,OAAA"}
|
|
1
|
+
{"version":3,"names":["_KeyboardExtendedInput","require"],"sourceRoot":"../../../../src","sources":["components/KeyboardExtendedInput/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,sBAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -8,8 +8,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _useFocusStyle = require("./hooks/useFocusStyle");
|
|
10
10
|
var _ExternalKeyboardView = require("../ExternalKeyboardView");
|
|
11
|
-
function _interopRequireDefault(
|
|
12
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
11
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
12
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
13
13
|
const KeyboardFocusView = exports.KeyboardFocusView = /*#__PURE__*/_react.default.forwardRef(({
|
|
14
14
|
canBeFocused = true,
|
|
15
15
|
onFocusChange,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_useFocusStyle","_ExternalKeyboardView","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_useFocusStyle","_ExternalKeyboardView","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","KeyboardFocusView","exports","React","forwardRef","canBeFocused","onFocusChange","focusStyle","children","style","withView","onKeyUpPress","onKeyDownPress","props","ref","fStyle","onFocusChangeHandler","useFocusStyle","createElement","ExternalKeyboardView","View","accessible"],"sourceRoot":"../../../../src","sources":["components/KeyboardFocusView/KeyboardFocusView.android.tsx"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AACA,IAAAE,cAAA,GAAAF,OAAA;AAEA,IAAAG,qBAAA,GAAAH,OAAA;AAA+D,SAAAD,uBAAAK,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,SAAAG,SAAA,WAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,CAAA,aAAAP,CAAA,MAAAA,CAAA,GAAAQ,SAAA,CAAAC,MAAA,EAAAT,CAAA,UAAAU,CAAA,GAAAF,SAAA,CAAAR,CAAA,YAAAW,CAAA,IAAAD,CAAA,OAAAE,cAAA,CAAAC,IAAA,CAAAH,CAAA,EAAAC,CAAA,MAAAJ,CAAA,CAAAI,CAAA,IAAAD,CAAA,CAAAC,CAAA,aAAAJ,CAAA,KAAAJ,QAAA,CAAAW,KAAA,OAAAN,SAAA;AAExD,MAAMO,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,gBAAGE,cAAK,CAACC,UAAU,CAC/C,CACE;EACEC,YAAY,GAAG,IAAI;EACnBC,aAAa;EACbC,UAAU;EACVC,QAAQ;EACRC,KAAK;EACLC,QAAQ,GAAG,IAAI;EACfC,YAAY;EACZC,cAAc;EACd,GAAGC;AACL,CAAC,EACDC,GAAG,KACA;EACH,MAAM;IAAEC,MAAM;IAAEC;EAAqB,CAAC,GAAG,IAAAC,4BAAa,EACpDV,UAAU,EACVD,aACF,CAAC;EAED,oBACE1B,MAAA,CAAAQ,OAAA,CAAA8B,aAAA,CAACjC,qBAAA,CAAAkC,oBAAoB,EAAA9B,QAAA;IACnBiB,aAAa,EAAEU,oBAAqB;IACpCP,KAAK,EAAE,CAACA,KAAK,EAAEM,MAAM,CAAE;IACvBV,YAAY,EAAEA,YAAa;IAC3BS,GAAG,EAAEA,GAAI;IACTH,YAAY,EAAEA,YAAa;IAC3BC,cAAc,EAAEA;EAAe,GAC3BC,KAAK,GAERH,QAAQ,gBAAG9B,MAAA,CAAAQ,OAAA,CAAA8B,aAAA,CAACnC,YAAA,CAAAqC,IAAI;IAACC,UAAU;EAAA,GAAEb,QAAe,CAAC,GAAGA,QAC7B,CAAC;AAE3B,CACF,CAAC","ignoreList":[]}
|
|
@@ -9,8 +9,8 @@ var _services = require("../../services");
|
|
|
9
9
|
var _hooks = require("./hooks");
|
|
10
10
|
var _ExternalKeyboardView = require("../ExternalKeyboardView");
|
|
11
11
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
12
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
13
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
12
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
13
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
14
14
|
const KeyboardFocusView = exports.KeyboardFocusView = /*#__PURE__*/_react.default.forwardRef(({
|
|
15
15
|
onFocusChange,
|
|
16
16
|
style,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_services","_hooks","_ExternalKeyboardView","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_services","_hooks","_ExternalKeyboardView","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_extends","assign","bind","arguments","length","apply","KeyboardFocusView","exports","React","forwardRef","onFocusChange","style","focusStyle","canBeFocused","onKeyUpPress","onKeyDownPress","props","ref","setCurrentFocusTag","useCallback","_e$nativeEvent","A11yModule","currentFocusedTag","nativeEvent","target","undefined","onFocus","fStyle","onFocusChangeHandler","useFocusStyle","createElement","ExternalKeyboardView"],"sourceRoot":"../../../../src","sources":["components/KeyboardFocusView/KeyboardFocusView.ios.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","KeyboardFocusView","exports","View"],"sourceRoot":"../../../../src","sources":["components/KeyboardFocusView/KeyboardFocusView.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIO,MAAMC,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,GAC5BE,iBAEC"}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","KeyboardFocusView","exports","View"],"sourceRoot":"../../../../src","sources":["components/KeyboardFocusView/KeyboardFocusView.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIO,MAAMC,iBAAiB,GAAAC,OAAA,CAAAD,iBAAA,GAC5BE,iBAEC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_useFocusStyle","require"],"sourceRoot":"../../../../../src","sources":["components/KeyboardFocusView/hooks/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA"}
|
|
1
|
+
{"version":3,"names":["_useFocusStyle","require"],"sourceRoot":"../../../../../src","sources":["components/KeyboardFocusView/hooks/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_useFocusStyle","require"],"sourceRoot":"../../../../../../src","sources":["components/KeyboardFocusView/hooks/useFocusStyle/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA"}
|
|
1
|
+
{"version":3,"names":["_useFocusStyle","require"],"sourceRoot":"../../../../../../src","sources":["components/KeyboardFocusView/hooks/useFocusStyle/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -8,10 +8,10 @@ var _react = require("react");
|
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
const useFocusStyle = (focusStyle, onFocusChange) => {
|
|
10
10
|
const [focused, setFocusStatus] = (0, _react.useState)(false);
|
|
11
|
-
const onFocusChangeHandler = event => {
|
|
11
|
+
const onFocusChangeHandler = (0, _react.useCallback)(event => {
|
|
12
12
|
setFocusStatus(event.nativeEvent.isFocused);
|
|
13
13
|
onFocusChange === null || onFocusChange === void 0 || onFocusChange(event);
|
|
14
|
-
};
|
|
14
|
+
}, [onFocusChange]);
|
|
15
15
|
const fStyle = (0, _react.useMemo)(() => {
|
|
16
16
|
if (!focusStyle) return focused ? styles.defaultHighlight : undefined;
|
|
17
17
|
const specificStyle = typeof focusStyle === 'function' ? focusStyle({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","require","_reactNative","useFocusStyle","focusStyle","onFocusChange","focused","setFocusStatus","useState","onFocusChangeHandler","event","nativeEvent","isFocused","fStyle","useMemo","styles","defaultHighlight","undefined","specificStyle","exports","StyleSheet","create","backgroundColor"],"sourceRoot":"../../../../../../src","sources":["components/KeyboardFocusView/hooks/useFocusStyle/useFocusStyle.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGO,MAAME,aAAa,GAAGA,CAC3BC,UAAuB,EACvBC,aAA+B,KAC5B;EACH,MAAM,CAACC,OAAO,EAAEC,cAAc,CAAC,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAEjD,MAAMC,oBAAqC,
|
|
1
|
+
{"version":3,"names":["_react","require","_reactNative","useFocusStyle","focusStyle","onFocusChange","focused","setFocusStatus","useState","onFocusChangeHandler","useCallback","event","nativeEvent","isFocused","fStyle","useMemo","styles","defaultHighlight","undefined","specificStyle","exports","StyleSheet","create","backgroundColor"],"sourceRoot":"../../../../../../src","sources":["components/KeyboardFocusView/hooks/useFocusStyle/useFocusStyle.ts"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,OAAA;AACA,IAAAC,YAAA,GAAAD,OAAA;AAGO,MAAME,aAAa,GAAGA,CAC3BC,UAAuB,EACvBC,aAA+B,KAC5B;EACH,MAAM,CAACC,OAAO,EAAEC,cAAc,CAAC,GAAG,IAAAC,eAAQ,EAAC,KAAK,CAAC;EAEjD,MAAMC,oBAAqC,GAAG,IAAAC,kBAAW,EACtDC,KAAK,IAAK;IACTJ,cAAc,CAACI,KAAK,CAACC,WAAW,CAACC,SAAS,CAAC;IAC3CR,aAAa,aAAbA,aAAa,eAAbA,aAAa,CAAGM,KAAK,CAAC;EACxB,CAAC,EACD,CAACN,aAAa,CAChB,CAAC;EAED,MAAMS,MAAM,GAAG,IAAAC,cAAO,EAAC,MAAM;IAC3B,IAAI,CAACX,UAAU,EAAE,OAAOE,OAAO,GAAGU,MAAM,CAACC,gBAAgB,GAAGC,SAAS;IACrE,MAAMC,aAAa,GACjB,OAAOf,UAAU,KAAK,UAAU,GAAGA,UAAU,CAAC;MAAEE;IAAQ,CAAC,CAAC,GAAGF,UAAU;IACzE,OAAOE,OAAO,GAAGa,aAAa,GAAGD,SAAS;EAC5C,CAAC,EAAE,CAACZ,OAAO,EAAEF,UAAU,CAAC,CAAC;EAEzB,OAAO;IACLK,oBAAoB;IACpBK;EACF,CAAC;AACH,CAAC;AAACM,OAAA,CAAAjB,aAAA,GAAAA,aAAA;AAEF,MAAMa,MAAM,GAAGK,uBAAU,CAACC,MAAM,CAAC;EAC/BL,gBAAgB,EAAE;IAAEM,eAAe,EAAE;EAAU;AACjD,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_KeyboardFocusView","require"],"sourceRoot":"../../../../src","sources":["components/KeyboardFocusView/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,kBAAA,GAAAC,OAAA"}
|
|
1
|
+
{"version":3,"names":["_KeyboardFocusView","require"],"sourceRoot":"../../../../src","sources":["components/KeyboardFocusView/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,kBAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -7,8 +7,8 @@ exports.Pressable = void 0;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _KeyboardFocusView = require("../KeyboardFocusView");
|
|
10
|
-
function _interopRequireDefault(
|
|
11
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
10
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
11
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } /**
|
|
12
12
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
13
13
|
*
|
|
14
14
|
* This source code is licensed under the MIT license found in the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_KeyboardFocusView","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_reactNative","_KeyboardFocusView","e","__esModule","default","_extends","Object","assign","bind","n","arguments","length","t","r","hasOwnProperty","call","apply","ANDROID_SPACE_KEY_CODE","Pressable","exports","React","forwardRef","canBeFocused","focusStyle","style","onFocusChange","onPress","onLongPress","onKeyDownPress","onPressOut","onPressIn","props","ref","onKeyUpPressHandler","useCallback","nativeEvent","keyCode","isLongPress","onPressablePressHandler","event","identifier","undefined","onKeyDownHandler","createElement","KeyboardFocusView","withView","onKeyUpPress"],"sourceRoot":"../../../../src","sources":["components/Pressable/Pressable.android.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -9,10 +9,10 @@ var _Rect = require("react-native/Libraries/StyleSheet/Rect");
|
|
|
9
9
|
var _usePressability = _interopRequireDefault(require("react-native/Libraries/Pressability/usePressability"));
|
|
10
10
|
var _useAndroidRippleForView = _interopRequireDefault(require("react-native/Libraries/Components/Pressable/useAndroidRippleForView"));
|
|
11
11
|
var _KeyboardFocusView = require("../KeyboardFocusView");
|
|
12
|
-
function _interopRequireDefault(
|
|
12
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
13
13
|
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u &&
|
|
15
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (
|
|
14
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
15
|
+
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); } // @ts-ignore: import from origin pressable
|
|
16
16
|
// @ts-ignore: import from origin pressable
|
|
17
17
|
// @ts-ignore: import from origin pressable
|
|
18
18
|
const IOS_SPACE_KEY_CODE = 44;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_Rect","_usePressability","_interopRequireDefault","_useAndroidRippleForView","_KeyboardFocusView","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_Rect","_usePressability","_interopRequireDefault","_useAndroidRippleForView","_KeyboardFocusView","e","__esModule","default","_getRequireWildcardCache","WeakMap","r","t","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_extends","assign","bind","arguments","length","apply","IOS_SPACE_KEY_CODE","Pressable","exports","React","memo","forwardRef","props","forwardedRef","_props$accessibilityV","_props$accessibilityV2","_props$accessibilityV3","_props$accessibilityV4","accessibilityState","ariaLive","android_disableSound","android_ripple","ariaBusy","ariaChecked","ariaDisabled","ariaExpanded","ariaLabel","ariaSelected","cancelable","children","delayHoverIn","delayHoverOut","delayLongPress","disabled","focusable","onHoverIn","onHoverOut","onLongPress","onPress","onPressIn","onPressOut","pressRetentionOffset","style","testOnly_pressed","unstable_pressDelay","canBeFocused","onFocusChange","restProps","viewRef","useRef","useImperativeHandle","current","hitSlop","normalizeRect","android_rippleConfig","useAndroidRippleForView","pressed","setPressed","usePressState","_accessibilityState","busy","checked","expanded","selected","accessibilityValue","max","min","now","text","accessibilityLiveRegion","accessibilityLabel","restPropsWithDefaults","viewProps","accessibilityViewIsModal","config","useMemo","pressRectOffset","delayPressIn","event","onPressMove","eventHandlers","usePressability","onKeyUpPress","useCallback","nativeEvent","keyCode","_config$onPressOut","isLongPress","onKeyDownPress","_config$onPressIn","createElement","KeyboardFocusView","ref","collapsable","forcePressed","useState"],"sourceRoot":"../../../../src","sources":["components/Pressable/Pressable.ios.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","Pressable","exports","View"],"sourceRoot":"../../../../src","sources":["components/Pressable/Pressable.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIO,MAAMC,SAAS,GAAAC,OAAA,CAAAD,SAAA,GAAGE,iBAExB"}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","Pressable","exports","View"],"sourceRoot":"../../../../src","sources":["components/Pressable/Pressable.tsx"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAIO,MAAMC,SAAS,GAAAC,OAAA,CAAAD,SAAA,GAAGE,iBAExB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_Pressable","require"],"sourceRoot":"../../../../src","sources":["components/Pressable/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA"}
|
|
1
|
+
{"version":3,"names":["_Pressable","require"],"sourceRoot":"../../../../src","sources":["components/Pressable/index.ts"],"mappings":";;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,OAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_ExternalKeyboardView","require","_KeyboardFocusView","_Pressable","_KeyboardExtendedInput"],"sourceRoot":"../../../src","sources":["components/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,qBAAA,GAAAC,OAAA;AAIA,IAAAC,kBAAA,GAAAD,OAAA;AAIA,IAAAE,UAAA,GAAAF,OAAA;AACA,IAAAG,sBAAA,GAAAH,OAAA"}
|
|
1
|
+
{"version":3,"names":["_ExternalKeyboardView","require","_KeyboardFocusView","_Pressable","_KeyboardExtendedInput"],"sourceRoot":"../../../src","sources":["components/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,qBAAA,GAAAC,OAAA;AAIA,IAAAC,kBAAA,GAAAD,OAAA;AAIA,IAAAE,UAAA,GAAAF,OAAA;AACA,IAAAG,sBAAA,GAAAH,OAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_NativeModules","require","_nativeSpec","_components","_services"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAMA,IAAAE,WAAA,GAAAF,OAAA;AASA,IAAAG,SAAA,GAAAH,OAAA"}
|
|
1
|
+
{"version":3,"names":["_NativeModules","require","_nativeSpec","_components","_services"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,cAAA,GAAAC,OAAA;AACA,IAAAC,WAAA,GAAAD,OAAA;AAMA,IAAAE,WAAA,GAAAF,OAAA;AASA,IAAAG,SAAA,GAAAH,OAAA","ignoreList":[]}
|
|
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
var _default = exports.default = (0, _codegenNativeComponent.default)('ExternalKeyboardView');
|
|
10
10
|
//# sourceMappingURL=ExternalKeyboardViewNativeComponent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_codegenNativeComponent","_interopRequireDefault","require","
|
|
1
|
+
{"version":3,"names":["_codegenNativeComponent","_interopRequireDefault","require","e","__esModule","default","_default","exports","codegenNativeComponent"],"sourceRoot":"../../../src","sources":["nativeSpec/ExternalKeyboardViewNativeComponent.ts"],"mappings":";;;;;;AAAA,IAAAA,uBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA6F,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAAF,OAAA,GAsC9E,IAAAG,+BAAsB,EACnC,sBACF,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_default","exports","default","TurboModuleRegistry","get"],"sourceRoot":"../../../src","sources":["nativeSpec/NativeKeyboardModule.ts"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAAmD,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAOpCC,gCAAmB,CAACC,GAAG,CAAO,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_default","exports","default","TurboModuleRegistry","get"],"sourceRoot":"../../../src","sources":["nativeSpec/NativeKeyboardModule.ts"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAAmD,IAAAC,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAOpCC,gCAAmB,CAACC,GAAG,CAAO,oBAAoB,CAAC","ignoreList":[]}
|
|
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _codegenNativeComponent = _interopRequireDefault(require("react-native/Libraries/Utilities/codegenNativeComponent"));
|
|
8
|
-
function _interopRequireDefault(
|
|
8
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
9
|
var _default = exports.default = (0, _codegenNativeComponent.default)('TextInputFocusWrapper');
|
|
10
10
|
//# sourceMappingURL=TextInputFocusWrapperNativeComponent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_codegenNativeComponent","_interopRequireDefault","require","
|
|
1
|
+
{"version":3,"names":["_codegenNativeComponent","_interopRequireDefault","require","e","__esModule","default","_default","exports","codegenNativeComponent"],"sourceRoot":"../../../src","sources":["nativeSpec/TextInputFocusWrapperNativeComponent.ts"],"mappings":";;;;;;AAAA,IAAAA,uBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA6F,SAAAD,uBAAAE,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAAA,IAAAG,QAAA,GAAAC,OAAA,CAAAF,OAAA,GAkB9E,IAAAG,+BAAsB,EACnC,uBACF,CAAC","ignoreList":[]}
|
|
@@ -24,5 +24,5 @@ Object.defineProperty(exports, "TextInputFocusWrapperNative", {
|
|
|
24
24
|
var _ExternalKeyboardViewNativeComponent = _interopRequireDefault(require("./ExternalKeyboardViewNativeComponent"));
|
|
25
25
|
var _NativeKeyboardModule = _interopRequireDefault(require("./NativeKeyboardModule"));
|
|
26
26
|
var _TextInputFocusWrapperNativeComponent = _interopRequireDefault(require("./TextInputFocusWrapperNativeComponent"));
|
|
27
|
-
function _interopRequireDefault(
|
|
27
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
28
28
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_ExternalKeyboardViewNativeComponent","_interopRequireDefault","require","_NativeKeyboardModule","_TextInputFocusWrapperNativeComponent","
|
|
1
|
+
{"version":3,"names":["_ExternalKeyboardViewNativeComponent","_interopRequireDefault","require","_NativeKeyboardModule","_TextInputFocusWrapperNativeComponent","e","__esModule","default"],"sourceRoot":"../../../src","sources":["nativeSpec/index.ts"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,oCAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,qBAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,qCAAA,GAAAH,sBAAA,CAAAC,OAAA;AAAiF,SAAAD,uBAAAI,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_NativeModules","A11yAndroidImpl","setKeyboardFocus","ref","tag","findNodeHandle","current","InteractionManager","runAfterInteractions","A11yKeyboardModule","setPreferredKeyboardFocus","A11yModule","exports"],"sourceRoot":"../../../../src","sources":["services/A11yModule/A11yModule.android.ts"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAGA,IAAAC,cAAA,GAAAD,OAAA;AAEA,MAAME,eAAe,CAAwB;EAC3CC,gBAAgBA,CAACC,GAAqC,EAAE;IACtD,MAAMC,GAAG,GAAG,IAAAC,2BAAc,EAACF,GAAG,CAACG,OAAO,CAAC;IACvC,IAAIF,GAAG,EAAE;MACPG,+BAAkB,CAACC,oBAAoB,CAAC,MAAM;QAC5CC,iCAAkB,CAACP,gBAAgB,CAACE,GAAG,CAAC;MAC1C,CAAC,CAAC;IACJ;EACF;EAEAM,yBAAyB,GAAGA,CAAA,KAAM,CAAC,CAAC;AACtC;AAEO,MAAMC,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,IAAIV,eAAe,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_NativeModules","A11yAndroidImpl","setKeyboardFocus","ref","tag","findNodeHandle","current","InteractionManager","runAfterInteractions","A11yKeyboardModule","setPreferredKeyboardFocus","A11yModule","exports"],"sourceRoot":"../../../../src","sources":["services/A11yModule/A11yModule.android.ts"],"mappings":";;;;;;AACA,IAAAA,YAAA,GAAAC,OAAA;AAGA,IAAAC,cAAA,GAAAD,OAAA;AAEA,MAAME,eAAe,CAAwB;EAC3CC,gBAAgBA,CAACC,GAAqC,EAAE;IACtD,MAAMC,GAAG,GAAG,IAAAC,2BAAc,EAACF,GAAG,CAACG,OAAO,CAAC;IACvC,IAAIF,GAAG,EAAE;MACPG,+BAAkB,CAACC,oBAAoB,CAAC,MAAM;QAC5CC,iCAAkB,CAACP,gBAAgB,CAACE,GAAG,CAAC;MAC1C,CAAC,CAAC;IACJ;EACF;EAEAM,yBAAyB,GAAGA,CAAA,KAAM,CAAC,CAAC;AACtC;AAEO,MAAMC,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,IAAIV,eAAe,CAAC,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["services/A11yModule/A11yModule.d.ts"],"mappings":""}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../src","sources":["services/A11yModule/A11yModule.d.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_NativeModules","A11yModuleIOSImpl","_currentFocusedTag","currentFocusedTag","value","setPreferredKeyboardFocus","tag","targetTag","Number","isInteger","A11yKeyboardModule","setKeyboardFocus","ref","findNodeHandle","current","A11yModule","exports"],"sourceRoot":"../../../../src","sources":["services/A11yModule/A11yModule.ios.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAGA,IAAAC,cAAA,GAAAD,OAAA;AAEA,MAAME,iBAAiB,CAAwB;EACrCC,kBAAkB,GAAkB,IAAI;EAEhD,IAAIC,iBAAiBA,CAACC,KAAa,EAAE;IACnC,IAAI,CAACF,kBAAkB,GAAGE,KAAK;EACjC;EAEAC,yBAAyB,GAAGA,CAACC,GAAW,EAAEC,SAAiB,KAAK;IAC9D,IAAIC,MAAM,CAACC,SAAS,CAACH,GAAG,CAAC,IAAIE,MAAM,CAACC,SAAS,CAACF,SAAS,CAAC,EAAE;MACxDG,iCAAkB,CAACL,yBAAyB,CAACC,GAAG,EAAEC,SAAS,CAAC;IAC9D;EACF,CAAC;EAEDI,gBAAgB,GAAIC,GAAe,IAAK;IACtC,MAAMN,GAAG,GAAG,IAAAO,2BAAc,EAACD,GAAG,CAACE,OAAO,CAAC;IAEvC,IACE,IAAI,CAACZ,kBAAkB,IACvBI,GAAG,IACHE,MAAM,CAACC,SAAS,CAAC,IAAI,CAACP,kBAAkB,CAAC,IACzCM,MAAM,CAACC,SAAS,CAACH,GAAG,CAAC,EACrB;MACAI,iCAAkB,CAACC,gBAAgB,CAAC,IAAI,CAACT,kBAAkB,EAAEI,GAAG,CAAC;IACnE;EACF,CAAC;AACH;AAEO,MAAMS,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,IAAId,iBAAiB,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_NativeModules","A11yModuleIOSImpl","_currentFocusedTag","currentFocusedTag","value","setPreferredKeyboardFocus","tag","targetTag","Number","isInteger","A11yKeyboardModule","setKeyboardFocus","ref","findNodeHandle","current","A11yModule","exports"],"sourceRoot":"../../../../src","sources":["services/A11yModule/A11yModule.ios.ts"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AAGA,IAAAC,cAAA,GAAAD,OAAA;AAEA,MAAME,iBAAiB,CAAwB;EACrCC,kBAAkB,GAAkB,IAAI;EAEhD,IAAIC,iBAAiBA,CAACC,KAAa,EAAE;IACnC,IAAI,CAACF,kBAAkB,GAAGE,KAAK;EACjC;EAEAC,yBAAyB,GAAGA,CAACC,GAAW,EAAEC,SAAiB,KAAK;IAC9D,IAAIC,MAAM,CAACC,SAAS,CAACH,GAAG,CAAC,IAAIE,MAAM,CAACC,SAAS,CAACF,SAAS,CAAC,EAAE;MACxDG,iCAAkB,CAACL,yBAAyB,CAACC,GAAG,EAAEC,SAAS,CAAC;IAC9D;EACF,CAAC;EAEDI,gBAAgB,GAAIC,GAAe,IAAK;IACtC,MAAMN,GAAG,GAAG,IAAAO,2BAAc,EAACD,GAAG,CAACE,OAAO,CAAC;IAEvC,IACE,IAAI,CAACZ,kBAAkB,IACvBI,GAAG,IACHE,MAAM,CAACC,SAAS,CAAC,IAAI,CAACP,kBAAkB,CAAC,IACzCM,MAAM,CAACC,SAAS,CAACH,GAAG,CAAC,EACrB;MACAI,iCAAkB,CAACC,gBAAgB,CAAC,IAAI,CAACT,kBAAkB,EAAEI,GAAG,CAAC;IACnE;EACF,CAAC;AACH;AAEO,MAAMS,UAAU,GAAAC,OAAA,CAAAD,UAAA,GAAG,IAAId,iBAAiB,CAAC,CAAC","ignoreList":[]}
|