@tamagui/react-native-web-internals 1.132.20 → 1.132.22
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/dist/esm/StyleSheet/__tests__/compiler-createReactDOMStyle-test.native.js +73 -43
- package/dist/esm/StyleSheet/__tests__/compiler-createReactDOMStyle-test.native.js.map +6 -1
- package/dist/esm/StyleSheet/__tests__/compiler-test.native.js +174 -166
- package/dist/esm/StyleSheet/__tests__/compiler-test.native.js.map +6 -1
- package/dist/esm/StyleSheet/__tests__/dom-createOrderedCSSStyleSheet-test.native.js +18 -20
- package/dist/esm/StyleSheet/__tests__/dom-createOrderedCSSStyleSheet-test.native.js.map +6 -1
- package/dist/esm/StyleSheet/__tests__/index-test.native.js +203 -149
- package/dist/esm/StyleSheet/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/StyleSheet/__tests__/preprocess-test.native.js +16 -16
- package/dist/esm/StyleSheet/__tests__/preprocess-test.native.js.map +6 -1
- package/dist/esm/StyleSheet/__tests__/validate-test.native.js +11 -10
- package/dist/esm/StyleSheet/__tests__/validate-test.native.js.map +6 -1
- package/dist/esm/StyleSheet/compiler/createReactDOMStyle.native.js +114 -63
- package/dist/esm/StyleSheet/compiler/createReactDOMStyle.native.js.map +6 -1
- package/dist/esm/StyleSheet/compiler/hash.native.js +4 -2
- package/dist/esm/StyleSheet/compiler/hash.native.js.map +6 -1
- package/dist/esm/StyleSheet/compiler/hyphenateStyleName.native.js +7 -6
- package/dist/esm/StyleSheet/compiler/hyphenateStyleName.native.js.map +6 -1
- package/dist/esm/StyleSheet/compiler/index.native.js +221 -220
- package/dist/esm/StyleSheet/compiler/index.native.js.map +6 -1
- package/dist/esm/StyleSheet/compiler/normalizeColor.native.js +15 -17
- package/dist/esm/StyleSheet/compiler/normalizeColor.native.js.map +6 -1
- package/dist/esm/StyleSheet/compiler/normalizeValueWithProperty.native.js +6 -4
- package/dist/esm/StyleSheet/compiler/normalizeValueWithProperty.native.js.map +6 -1
- package/dist/esm/StyleSheet/compiler/resolveShadowValue.native.js +13 -25
- package/dist/esm/StyleSheet/compiler/resolveShadowValue.native.js.map +6 -1
- package/dist/esm/StyleSheet/dom/createCSSStyleSheet.native.js +15 -10
- package/dist/esm/StyleSheet/dom/createCSSStyleSheet.native.js.map +6 -1
- package/dist/esm/StyleSheet/dom/createOrderedCSSStyleSheet.native.js +22 -22
- package/dist/esm/StyleSheet/dom/createOrderedCSSStyleSheet.native.js.map +6 -1
- package/dist/esm/StyleSheet/dom/index.native.js +34 -29
- package/dist/esm/StyleSheet/dom/index.native.js.map +6 -1
- package/dist/esm/StyleSheet/index.native.js +16 -12
- package/dist/esm/StyleSheet/index.native.js.map +6 -1
- package/dist/esm/StyleSheet/preprocess.native.js +44 -73
- package/dist/esm/StyleSheet/preprocess.native.js.map +6 -1
- package/dist/esm/StyleSheet/validate.native.js +33 -32
- package/dist/esm/StyleSheet/validate.native.js.map +6 -1
- package/dist/esm/TextAncestorContext.native.js +6 -4
- package/dist/esm/TextAncestorContext.native.js.map +6 -1
- package/dist/esm/colorProps.native.js +4 -2
- package/dist/esm/colorProps.native.js.map +6 -1
- package/dist/esm/index.native.js +78 -43
- package/dist/esm/index.native.js.map +6 -1
- package/dist/esm/modules/AccessibilityUtil/__tests__/propsToAccessibilityComponent-test.native.js +9 -9
- package/dist/esm/modules/AccessibilityUtil/__tests__/propsToAccessibilityComponent-test.native.js.map +6 -1
- package/dist/esm/modules/AccessibilityUtil/__tests__/propsToAriaRole-test.native.js +6 -6
- package/dist/esm/modules/AccessibilityUtil/__tests__/propsToAriaRole-test.native.js.map +6 -1
- package/dist/esm/modules/AccessibilityUtil/index.native.js +12 -10
- package/dist/esm/modules/AccessibilityUtil/index.native.js.map +6 -1
- package/dist/esm/modules/AccessibilityUtil/isDisabled.native.js +7 -6
- package/dist/esm/modules/AccessibilityUtil/isDisabled.native.js.map +6 -1
- package/dist/esm/modules/AccessibilityUtil/propsToAccessibilityComponent.native.js +34 -34
- package/dist/esm/modules/AccessibilityUtil/propsToAccessibilityComponent.native.js.map +6 -1
- package/dist/esm/modules/AccessibilityUtil/propsToAriaRole.native.js +24 -25
- package/dist/esm/modules/AccessibilityUtil/propsToAriaRole.native.js.map +6 -1
- package/dist/esm/modules/AssetRegistry/index.native.js +5 -2
- package/dist/esm/modules/AssetRegistry/index.native.js.map +6 -1
- package/dist/esm/modules/ImageLoader/index.native.js +75 -79
- package/dist/esm/modules/ImageLoader/index.native.js.map +6 -1
- package/dist/esm/modules/InteractionManager.native.js +133 -135
- package/dist/esm/modules/InteractionManager.native.js.map +6 -1
- package/dist/esm/modules/Platform/__tests__/index-test.native.js +9 -9
- package/dist/esm/modules/Platform/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/Platform/index.native.js +9 -8
- package/dist/esm/modules/Platform/index.native.js.map +6 -1
- package/dist/esm/modules/TextInputState/index.native.js +31 -30
- package/dist/esm/modules/TextInputState/index.native.js.map +6 -1
- package/dist/esm/modules/UIManager/__tests__/index-test.native.js +49 -51
- package/dist/esm/modules/UIManager/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/UIManager/index.native.js +39 -36
- package/dist/esm/modules/UIManager/index.native.js.map +6 -1
- package/dist/esm/modules/canUseDOM.native.js +6 -4
- package/dist/esm/modules/canUseDOM.native.js.map +6 -1
- package/dist/esm/modules/createDOMProps/__tests__/index-test.native.js +45 -51
- package/dist/esm/modules/createDOMProps/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/createDOMProps/index.native.js +92 -96
- package/dist/esm/modules/createDOMProps/index.native.js.map +6 -1
- package/dist/esm/modules/createEventHandle/__tests__/index-test.native.js +189 -189
- package/dist/esm/modules/createEventHandle/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/createEventHandle/index.native.js +24 -17
- package/dist/esm/modules/createEventHandle/index.native.js.map +6 -1
- package/dist/esm/modules/dismissKeyboard/index.native.js +8 -7
- package/dist/esm/modules/dismissKeyboard/index.native.js.map +6 -1
- package/dist/esm/modules/forwardedProps/index.native.js +128 -126
- package/dist/esm/modules/forwardedProps/index.native.js.map +6 -1
- package/dist/esm/modules/getBoundingClientRect/index.native.js +11 -9
- package/dist/esm/modules/getBoundingClientRect/index.native.js.map +6 -1
- package/dist/esm/modules/invariant.native.js +22 -12
- package/dist/esm/modules/invariant.native.js.map +6 -1
- package/dist/esm/modules/isSelectionValid/index.native.js +5 -6
- package/dist/esm/modules/isSelectionValid/index.native.js.map +6 -1
- package/dist/esm/modules/isWebColor/index.native.js +7 -6
- package/dist/esm/modules/isWebColor/index.native.js.map +6 -1
- package/dist/esm/modules/mergeRefs/__tests__/index-test.native.js +7 -9
- package/dist/esm/modules/mergeRefs/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/mergeRefs/index.native.js +8 -5
- package/dist/esm/modules/mergeRefs/index.native.js.map +6 -1
- package/dist/esm/modules/modality/__tests__/index-test.native.js +8 -8
- package/dist/esm/modules/modality/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/modality/index.native.js +19 -55
- package/dist/esm/modules/modality/index.native.js.map +6 -1
- package/dist/esm/modules/multiplyStyleLengthValue/__tests__/index-test.native.js +4 -4
- package/dist/esm/modules/multiplyStyleLengthValue/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/multiplyStyleLengthValue/index.native.js +15 -17
- package/dist/esm/modules/multiplyStyleLengthValue/index.native.js.map +6 -1
- package/dist/esm/modules/normalizeColor/index.native.js +17 -19
- package/dist/esm/modules/normalizeColor/index.native.js.map +6 -1
- package/dist/esm/modules/pick/index.native.js +6 -3
- package/dist/esm/modules/pick/index.native.js.map +6 -1
- package/dist/esm/modules/processColor/__tests__/index-test.native.js +27 -36
- package/dist/esm/modules/processColor/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/processColor/index.native.js +9 -5
- package/dist/esm/modules/processColor/index.native.js.map +6 -1
- package/dist/esm/modules/requestIdleCallback/index.native.js +19 -21
- package/dist/esm/modules/requestIdleCallback/index.native.js.map +6 -1
- package/dist/esm/modules/setValueForStyles/dangerousStyleValue.native.js +5 -3
- package/dist/esm/modules/setValueForStyles/dangerousStyleValue.native.js.map +6 -1
- package/dist/esm/modules/setValueForStyles/index.native.js +10 -8
- package/dist/esm/modules/setValueForStyles/index.native.js.map +6 -1
- package/dist/esm/modules/unitlessNumbers/index.native.js +66 -60
- package/dist/esm/modules/unitlessNumbers/index.native.js.map +6 -1
- package/dist/esm/modules/useElementLayout/index.native.js +9 -5
- package/dist/esm/modules/useElementLayout/index.native.js.map +6 -1
- package/dist/esm/modules/useEvent/__tests__/index-test.native.js +214 -210
- package/dist/esm/modules/useEvent/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/useEvent/index.native.js +24 -21
- package/dist/esm/modules/useEvent/index.native.js.map +6 -1
- package/dist/esm/modules/useHover/__tests__/index-test.native.js +134 -161
- package/dist/esm/modules/useHover/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/useHover/index.native.js +51 -65
- package/dist/esm/modules/useHover/index.native.js.map +6 -1
- package/dist/esm/modules/useLayoutEffect/index.native.js +6 -5
- package/dist/esm/modules/useLayoutEffect/index.native.js.map +6 -1
- package/dist/esm/modules/useLocale/index.native.js +12 -14
- package/dist/esm/modules/useLocale/index.native.js.map +6 -1
- package/dist/esm/modules/useLocale/isLocaleRTL.native.js +25 -9
- package/dist/esm/modules/useLocale/isLocaleRTL.native.js.map +6 -1
- package/dist/esm/modules/useMergeRefs/__tests__/index-test.native.js +54 -54
- package/dist/esm/modules/useMergeRefs/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/useMergeRefs/index.native.js +16 -9
- package/dist/esm/modules/useMergeRefs/index.native.js.map +6 -1
- package/dist/esm/modules/usePlatformMethods/index.native.js +11 -12
- package/dist/esm/modules/usePlatformMethods/index.native.js.map +6 -1
- package/dist/esm/modules/useStable/__tests__/index-test.native.js +36 -45
- package/dist/esm/modules/useStable/__tests__/index-test.native.js.map +6 -1
- package/dist/esm/modules/useStable/index.native.js +4 -2
- package/dist/esm/modules/useStable/index.native.js.map +6 -1
- package/dist/esm/styleTypes.native.js +1 -2
- package/dist/esm/styleTypes.native.js.map +6 -1
- package/dist/esm/types.native.js +1 -2
- package/dist/esm/types.native.js.map +6 -1
- package/package.json +8 -8
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import TextInputState from "../TextInputState/index
|
|
2
|
-
var dismissKeyboard = function
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
1
|
+
import TextInputState from "../TextInputState/index";
|
|
2
|
+
var dismissKeyboard = function() {
|
|
3
|
+
TextInputState.blurTextInput(TextInputState.currentlyFocusedField());
|
|
4
|
+
}, dismissKeyboard_default = dismissKeyboard;
|
|
5
|
+
export {
|
|
6
|
+
dismissKeyboard_default as default
|
|
7
|
+
};
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/modules/dismissKeyboard/index.tsx"],
|
|
4
|
+
"mappings": "AASA,OAAOA,oBAAoB;AAE3B,IAAMC,kBAAkB,WAAA;AACtBD,iBAAeE,cAAcF,eAAeG,sBAAqB,CAAA;AACnE,GAEA,0BAAeF;",
|
|
5
|
+
"names": ["TextInputState", "dismissKeyboard", "blurTextInput", "currentlyFocusedField"]
|
|
6
|
+
}
|
|
@@ -1,127 +1,129 @@
|
|
|
1
1
|
var defaultProps = {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
2
|
+
children: !0,
|
|
3
|
+
dataSet: !0,
|
|
4
|
+
nativeID: !0,
|
|
5
|
+
ref: !0,
|
|
6
|
+
suppressHydrationWarning: !0,
|
|
7
|
+
testID: !0,
|
|
8
|
+
id: !0
|
|
9
|
+
}, accessibilityProps = {
|
|
10
|
+
accessibilityActiveDescendant: !0,
|
|
11
|
+
accessibilityAtomic: !0,
|
|
12
|
+
accessibilityAutoComplete: !0,
|
|
13
|
+
accessibilityBusy: !0,
|
|
14
|
+
accessibilityChecked: !0,
|
|
15
|
+
accessibilityColumnCount: !0,
|
|
16
|
+
accessibilityColumnIndex: !0,
|
|
17
|
+
accessibilityColumnSpan: !0,
|
|
18
|
+
accessibilityControls: !0,
|
|
19
|
+
accessibilityCurrent: !0,
|
|
20
|
+
accessibilityDescribedBy: !0,
|
|
21
|
+
accessibilityDetails: !0,
|
|
22
|
+
accessibilityDisabled: !0,
|
|
23
|
+
accessibilityErrorMessage: !0,
|
|
24
|
+
accessibilityExpanded: !0,
|
|
25
|
+
accessibilityFlowTo: !0,
|
|
26
|
+
accessibilityHasPopup: !0,
|
|
27
|
+
accessibilityHidden: !0,
|
|
28
|
+
accessibilityInvalid: !0,
|
|
29
|
+
accessibilityKeyShortcuts: !0,
|
|
30
|
+
accessibilityLabel: !0,
|
|
31
|
+
accessibilityLabelledBy: !0,
|
|
32
|
+
accessibilityLevel: !0,
|
|
33
|
+
accessibilityLiveRegion: !0,
|
|
34
|
+
accessibilityModal: !0,
|
|
35
|
+
accessibilityMultiline: !0,
|
|
36
|
+
accessibilityMultiSelectable: !0,
|
|
37
|
+
accessibilityOrientation: !0,
|
|
38
|
+
accessibilityOwns: !0,
|
|
39
|
+
accessibilityPlaceholder: !0,
|
|
40
|
+
accessibilityPosInSet: !0,
|
|
41
|
+
accessibilityPressed: !0,
|
|
42
|
+
accessibilityReadOnly: !0,
|
|
43
|
+
accessibilityRequired: !0,
|
|
44
|
+
accessibilityRole: !0,
|
|
45
|
+
accessibilityRoleDescription: !0,
|
|
46
|
+
accessibilityRowCount: !0,
|
|
47
|
+
accessibilityRowIndex: !0,
|
|
48
|
+
accessibilityRowSpan: !0,
|
|
49
|
+
accessibilitySelected: !0,
|
|
50
|
+
accessibilitySetSize: !0,
|
|
51
|
+
accessibilitySort: !0,
|
|
52
|
+
accessibilityValueMax: !0,
|
|
53
|
+
accessibilityValueMin: !0,
|
|
54
|
+
accessibilityValueNow: !0,
|
|
55
|
+
accessibilityValueText: !0,
|
|
56
|
+
dir: !0,
|
|
57
|
+
focusable: !0
|
|
58
|
+
}, clickProps = {
|
|
59
|
+
onClick: !0,
|
|
60
|
+
onClickCapture: !0,
|
|
61
|
+
onContextMenu: !0
|
|
62
|
+
}, focusProps = {
|
|
63
|
+
onBlur: !0,
|
|
64
|
+
onFocus: !0
|
|
65
|
+
}, keyboardProps = {
|
|
66
|
+
onKeyDown: !0,
|
|
67
|
+
onKeyDownCapture: !0,
|
|
68
|
+
onKeyUp: !0,
|
|
69
|
+
onKeyUpCapture: !0
|
|
70
|
+
}, mouseProps = {
|
|
71
|
+
onMouseDown: !0,
|
|
72
|
+
onMouseEnter: !0,
|
|
73
|
+
onMouseLeave: !0,
|
|
74
|
+
onMouseMove: !0,
|
|
75
|
+
onMouseOver: !0,
|
|
76
|
+
onMouseOut: !0,
|
|
77
|
+
onMouseUp: !0
|
|
78
|
+
}, touchProps = {
|
|
79
|
+
onTouchCancel: !0,
|
|
80
|
+
onTouchCancelCapture: !0,
|
|
81
|
+
onTouchEnd: !0,
|
|
82
|
+
onTouchEndCapture: !0,
|
|
83
|
+
onTouchMove: !0,
|
|
84
|
+
onTouchMoveCapture: !0,
|
|
85
|
+
onTouchStart: !0,
|
|
86
|
+
onTouchStartCapture: !0
|
|
87
|
+
}, styleProps = {
|
|
88
|
+
classList: !0,
|
|
89
|
+
style: !0
|
|
90
|
+
}, forwardedProps = {
|
|
91
|
+
defaultProps,
|
|
92
|
+
accessibilityProps,
|
|
93
|
+
clickProps,
|
|
94
|
+
focusProps,
|
|
95
|
+
keyboardProps,
|
|
96
|
+
mouseProps,
|
|
97
|
+
touchProps,
|
|
98
|
+
styleProps
|
|
99
|
+
}, forwardPropsListText = {
|
|
100
|
+
...defaultProps,
|
|
101
|
+
...accessibilityProps,
|
|
102
|
+
...clickProps,
|
|
103
|
+
...focusProps,
|
|
104
|
+
...keyboardProps,
|
|
105
|
+
...mouseProps,
|
|
106
|
+
...touchProps,
|
|
107
|
+
...styleProps,
|
|
108
|
+
href: !0,
|
|
109
|
+
lang: !0,
|
|
110
|
+
pointerEvents: !0
|
|
111
|
+
}, forwardPropsListView = {
|
|
112
|
+
...forwardPropsListText,
|
|
113
|
+
onScroll: !0,
|
|
114
|
+
onWheel: !0
|
|
115
|
+
};
|
|
116
|
+
export {
|
|
117
|
+
accessibilityProps,
|
|
118
|
+
clickProps,
|
|
119
|
+
defaultProps,
|
|
120
|
+
focusProps,
|
|
121
|
+
forwardPropsListText,
|
|
122
|
+
forwardPropsListView,
|
|
123
|
+
forwardedProps,
|
|
124
|
+
keyboardProps,
|
|
125
|
+
mouseProps,
|
|
126
|
+
styleProps,
|
|
127
|
+
touchProps
|
|
128
|
+
};
|
|
129
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/modules/forwardedProps/index.tsx"],
|
|
4
|
+
"mappings": "AASO,IAAMA,eAAe;EAC1BC,UAAU;EACVC,SAAS;EACTC,UAAU;EACVC,KAAK;EACLC,0BAA0B;EAC1BC,QAAQ;EACRC,IAAI;AACN,GAEaC,qBAAqB;EAChCC,+BAA+B;EAC/BC,qBAAqB;EACrBC,2BAA2B;EAC3BC,mBAAmB;EACnBC,sBAAsB;EACtBC,0BAA0B;EAC1BC,0BAA0B;EAC1BC,yBAAyB;EACzBC,uBAAuB;EACvBC,sBAAsB;EACtBC,0BAA0B;EAC1BC,sBAAsB;EACtBC,uBAAuB;EACvBC,2BAA2B;EAC3BC,uBAAuB;EACvBC,qBAAqB;EACrBC,uBAAuB;EACvBC,qBAAqB;EACrBC,sBAAsB;EACtBC,2BAA2B;EAC3BC,oBAAoB;EACpBC,yBAAyB;EACzBC,oBAAoB;EACpBC,yBAAyB;EACzBC,oBAAoB;EACpBC,wBAAwB;EACxBC,8BAA8B;EAC9BC,0BAA0B;EAC1BC,mBAAmB;EACnBC,0BAA0B;EAC1BC,uBAAuB;EACvBC,sBAAsB;EACtBC,uBAAuB;EACvBC,uBAAuB;EACvBC,mBAAmB;EACnBC,8BAA8B;EAC9BC,uBAAuB;EACvBC,uBAAuB;EACvBC,sBAAsB;EACtBC,uBAAuB;EACvBC,sBAAsB;EACtBC,mBAAmB;EACnBC,uBAAuB;EACvBC,uBAAuB;EACvBC,uBAAuB;EACvBC,wBAAwB;EACxBC,KAAK;EACLC,WAAW;AACb,GAEaC,aAAa;EACxBC,SAAS;EACTC,gBAAgB;EAChBC,eAAe;AACjB,GAEaC,aAAa;EACxBC,QAAQ;EACRC,SAAS;AACX,GAEaC,gBAAgB;EAC3BC,WAAW;EACXC,kBAAkB;EAClBC,SAAS;EACTC,gBAAgB;AAClB,GAEaC,aAAa;EACxBC,aAAa;EACbC,cAAc;EACdC,cAAc;EACdC,aAAa;EACbC,aAAa;EACbC,YAAY;EACZC,WAAW;AACb,GAEaC,aAAa;EACxBC,eAAe;EACfC,sBAAsB;EACtBC,YAAY;EACZC,mBAAmB;EACnBC,aAAa;EACbC,oBAAoB;EACpBC,cAAc;EACdC,qBAAqB;AACvB,GAEaC,aAAa;EACxBC,WAAW;EACXC,OAAO;AACT,GAEaC,iBAAiB;EAC5BzF;EACAQ;EACAiD;EACAI;EACAG;EACAK;EACAQ;EACAS;AACF,GAEaI,uBAAuB;EAClC,GAAG1F;EACH,GAAGQ;EACH,GAAGiD;EACH,GAAGI;EACH,GAAGG;EACH,GAAGK;EACH,GAAGQ;EACH,GAAGS;EACHK,MAAM;EACNC,MAAM;EACNC,eAAe;AACjB,GAEaC,uBAAuB;EAClC,GAAGJ;EACHK,UAAU;EACVC,SAAS;AACX;",
|
|
5
|
+
"names": ["defaultProps", "children", "dataSet", "nativeID", "ref", "suppressHydrationWarning", "testID", "id", "accessibilityProps", "accessibilityActiveDescendant", "accessibilityAtomic", "accessibilityAutoComplete", "accessibilityBusy", "accessibilityChecked", "accessibilityColumnCount", "accessibilityColumnIndex", "accessibilityColumnSpan", "accessibilityControls", "accessibilityCurrent", "accessibilityDescribedBy", "accessibilityDetails", "accessibilityDisabled", "accessibilityErrorMessage", "accessibilityExpanded", "accessibilityFlowTo", "accessibilityHasPopup", "accessibilityHidden", "accessibilityInvalid", "accessibilityKeyShortcuts", "accessibilityLabel", "accessibilityLabelledBy", "accessibilityLevel", "accessibilityLiveRegion", "accessibilityModal", "accessibilityMultiline", "accessibilityMultiSelectable", "accessibilityOrientation", "accessibilityOwns", "accessibilityPlaceholder", "accessibilityPosInSet", "accessibilityPressed", "accessibilityReadOnly", "accessibilityRequired", "accessibilityRole", "accessibilityRoleDescription", "accessibilityRowCount", "accessibilityRowIndex", "accessibilityRowSpan", "accessibilitySelected", "accessibilitySetSize", "accessibilitySort", "accessibilityValueMax", "accessibilityValueMin", "accessibilityValueNow", "accessibilityValueText", "dir", "focusable", "clickProps", "onClick", "onClickCapture", "onContextMenu", "focusProps", "onBlur", "onFocus", "keyboardProps", "onKeyDown", "onKeyDownCapture", "onKeyUp", "onKeyUpCapture", "mouseProps", "onMouseDown", "onMouseEnter", "onMouseLeave", "onMouseMove", "onMouseOver", "onMouseOut", "onMouseUp", "touchProps", "onTouchCancel", "onTouchCancelCapture", "onTouchEnd", "onTouchEndCapture", "onTouchMove", "onTouchMoveCapture", "onTouchStart", "onTouchStartCapture", "styleProps", "classList", "style", "forwardedProps", "forwardPropsListText", "href", "lang", "pointerEvents", "forwardPropsListView", "onScroll", "onWheel"]
|
|
6
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
var getBoundingClientRect = function
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
|
|
1
|
+
var getBoundingClientRect = function(node) {
|
|
2
|
+
if (node != null) {
|
|
3
|
+
var isElement = node.nodeType === 1;
|
|
4
|
+
if (isElement && typeof node.getBoundingClientRect == "function")
|
|
5
|
+
return node.getBoundingClientRect();
|
|
6
|
+
}
|
|
7
|
+
}, getBoundingClientRect_default = getBoundingClientRect;
|
|
8
|
+
export {
|
|
9
|
+
getBoundingClientRect_default as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/modules/getBoundingClientRect/index.tsx"],
|
|
4
|
+
"mappings": "AASA,IAAMA,wBAAwB,SAACC,MAAAA;AAC7B,MAAIA,QAAQ,MAAM;AAChB,QAAMC,YAAYD,KAAKE,aAAa;AACpC,QAAID,aAAa,OAAOD,KAAKD,yBAA0B;AACrD,aAAOC,KAAKD,sBAAqB;EAErC;AACF,GAEA,gCAAeA;",
|
|
5
|
+
"names": ["getBoundingClientRect", "node", "isElement", "nodeType"]
|
|
6
|
+
}
|
|
@@ -1,16 +1,26 @@
|
|
|
1
1
|
function invariant(condition, log) {
|
|
2
|
-
for (var _len = arguments.length, logVars = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++)
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
for (var _len = arguments.length, logVars = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++)
|
|
3
|
+
logVars[_key - 2] = arguments[_key];
|
|
4
|
+
if (!condition)
|
|
5
|
+
throw new Error(process.env.NODE_ENV === "development" ? log.split("%s").flatMap(function(chunk, i) {
|
|
6
|
+
return [
|
|
7
|
+
chunk,
|
|
8
|
+
logVars[i]
|
|
9
|
+
];
|
|
10
|
+
}).join("") : log);
|
|
6
11
|
}
|
|
7
12
|
function warning(condition, log) {
|
|
8
|
-
for (var _len = arguments.length, logVars = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
for (var _len = arguments.length, logVars = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++)
|
|
14
|
+
logVars[_key - 2] = arguments[_key];
|
|
15
|
+
if (process.env.NODE_ENV === "development")
|
|
16
|
+
try {
|
|
17
|
+
invariant(condition, log, ...logVars);
|
|
18
|
+
} catch (err) {
|
|
19
|
+
console.warn(err);
|
|
20
|
+
}
|
|
14
21
|
}
|
|
15
|
-
export {
|
|
16
|
-
|
|
22
|
+
export {
|
|
23
|
+
invariant,
|
|
24
|
+
warning
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=invariant.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../src/modules/invariant.ts"],
|
|
4
|
+
"mappings": "AAAO,SAASA,UAAUC,WAAgBC,KAAW;AAAE,WAAA,OAAA,UAAA,QAAGC,UAAH,IAAA,MAAA,OAAA,IAAA,OAAA,IAAA,CAAA,GAAA,OAAA,GAAA,OAAA,MAAA;AAAGA,YAAH,OAAA,CAAA,IAAA,UAAA,IAAA;AACrD,MAAI,CAACF;AACH,UAAM,IAAIG,MACRC,QAAQC,IAAIC,aAAa,gBACrBL,IACGM,MAAM,IAAA,EACNC,QAAQ,SAACC,OAAOC,GAAAA;aAAM;QAACD;QAAOP,QAAQQ,CAAAA;;OACtCC,KAAK,EAAA,IACRV,GAAAA;AAGV;AAEO,SAASW,QAAQZ,WAAgBC,KAAW;AAAE,WAAA,OAAA,UAAA,QAAGC,UAAH,IAAA,MAAA,OAAA,IAAA,OAAA,IAAA,CAAA,GAAA,OAAA,GAAA,OAAA,MAAA;AAAGA,YAAH,OAAA,CAAA,IAAA,UAAA,IAAA;AACnD,MAAIE,QAAQC,IAAIC,aAAa;AAC3B,QAAI;AACFP,gBAAUC,WAAWC,KAAAA,GAAQC,OAAAA;IAC/B,SAASW,KAAK;AACZC,cAAQC,KAAKF,GAAAA;IAEf;AAEJ;",
|
|
5
|
+
"names": ["invariant", "condition", "log", "logVars", "Error", "process", "env", "NODE_ENV", "split", "flatMap", "chunk", "i", "join", "warning", "err", "console", "warn"]
|
|
6
|
+
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
function isSelectionValid() {
|
|
2
2
|
var selection = window.getSelection();
|
|
3
3
|
if (!selection) return !1;
|
|
4
|
-
var string = selection.toString(),
|
|
5
|
-
anchorNode = selection.anchorNode,
|
|
6
|
-
focusNode = selection.focusNode,
|
|
7
|
-
isTextNode = anchorNode && anchorNode.nodeType === window.Node.TEXT_NODE || focusNode && focusNode.nodeType === window.Node.TEXT_NODE;
|
|
4
|
+
var string = selection.toString(), anchorNode = selection.anchorNode, focusNode = selection.focusNode, isTextNode = anchorNode && anchorNode.nodeType === window.Node.TEXT_NODE || focusNode && focusNode.nodeType === window.Node.TEXT_NODE;
|
|
8
5
|
return string.length >= 1 && string !== `
|
|
9
6
|
` && !!isTextNode;
|
|
10
7
|
}
|
|
11
|
-
export {
|
|
12
|
-
|
|
8
|
+
export {
|
|
9
|
+
isSelectionValid as default
|
|
10
|
+
};
|
|
11
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/modules/isSelectionValid/index.tsx"],
|
|
4
|
+
"mappings": "AASe,SAAf,mBAAwBA;AACtB,MAAMC,YAAYC,OAAOC,aAAY;AACrC,MAAI,CAACF,UAAW,QAAO;AACvB,MAAMG,SAASH,UAAUI,SAAQ,GAC3BC,aAAaL,UAAUK,YACvBC,YAAYN,UAAUM,WACtBC,aACHF,cAAcA,WAAWG,aAAaP,OAAOQ,KAAKC,aAClDJ,aAAaA,UAAUE,aAAaP,OAAOQ,KAAKC;AACnD,SAAOP,OAAOQ,UAAU,KAAKR,WAAW;KAAQ,CAAC,CAACI;AACpD;",
|
|
5
|
+
"names": ["isSelectionValid", "selection", "window", "getSelection", "string", "toString", "anchorNode", "focusNode", "isTextNode", "nodeType", "Node", "TEXT_NODE", "length"]
|
|
6
|
+
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
var isWebColor = function
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
var isWebColor = function(color) {
|
|
2
|
+
return color === "currentcolor" || color === "currentColor" || color === "inherit" || color.startsWith("var(");
|
|
3
|
+
}, isWebColor_default = isWebColor;
|
|
4
|
+
export {
|
|
5
|
+
isWebColor_default as default
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/modules/isWebColor/index.tsx"],
|
|
4
|
+
"mappings": "AASA,IAAMA,aAAa,SAACC,OAAAA;SAClBA,UAAU,kBACVA,UAAU,kBACVA,UAAU,aACVA,MAAMC,WAAW,MAAA;GAEnB,qBAAeF;",
|
|
5
|
+
"names": ["isWebColor", "color", "startsWith"]
|
|
6
|
+
}
|
|
@@ -2,20 +2,18 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import { render } from "@testing-library/react";
|
|
3
3
|
import * as React from "react";
|
|
4
4
|
import mergeRefs from "..";
|
|
5
|
-
describe("modules/mergeRefs", function
|
|
6
|
-
test("merges refs of different types", function
|
|
7
|
-
var ref = /* @__PURE__ */React.createRef(null),
|
|
8
|
-
functionRefValue = null,
|
|
9
|
-
hookRef;
|
|
5
|
+
describe("modules/mergeRefs", function() {
|
|
6
|
+
test("merges refs of different types", function() {
|
|
7
|
+
var ref = /* @__PURE__ */ React.createRef(null), functionRefValue = null, hookRef;
|
|
10
8
|
function Component() {
|
|
11
|
-
var functionRef = function
|
|
9
|
+
var functionRef = function(x) {
|
|
12
10
|
functionRefValue = x;
|
|
13
11
|
};
|
|
14
|
-
return hookRef = React.useRef(null), /* @__PURE__ */_jsx("div", {
|
|
12
|
+
return hookRef = React.useRef(null), /* @__PURE__ */ _jsx("div", {
|
|
15
13
|
ref: mergeRefs(ref, hookRef, functionRef)
|
|
16
14
|
});
|
|
17
15
|
}
|
|
18
|
-
render(/* @__PURE__ */_jsx(Component, {})), expect(ref.current).toBeInstanceOf(HTMLDivElement), expect(hookRef.current).toBeInstanceOf(HTMLDivElement), expect(functionRefValue).toBeInstanceOf(HTMLDivElement);
|
|
16
|
+
render(/* @__PURE__ */ _jsx(Component, {})), expect(ref.current).toBeInstanceOf(HTMLDivElement), expect(hookRef.current).toBeInstanceOf(HTMLDivElement), expect(functionRefValue).toBeInstanceOf(HTMLDivElement);
|
|
19
17
|
});
|
|
20
18
|
});
|
|
21
|
-
//# sourceMappingURL=index-test.
|
|
19
|
+
//# sourceMappingURL=index-test.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../src/modules/mergeRefs/__tests__/index-test.tsx"],
|
|
4
|
+
"mappings": "AAKC,SAAA,OAAA,YAAA;AAED,SAASA,cAAc;AACvB,YAAYC,WAAW;AAEvB,OAAOC,eAAe;AAEtBC,SAAS,qBAAqB,WAAA;AAC5BC,OAAK,kCAAkC,WAAA;AACrC,QAAMC,MAAMJ,sBAAMK,UAAU,IAAA,GACxBC,mBAAmB,MACnBC;AACJ,aAASC,YAAAA;AACP,UAAMC,cAAc,SAACC,GAAAA;AACnBJ,2BAAmBI;MACrB;AACAH,uBAAUP,MAAMW,OAAO,IAAA,GAChB,qBAACC,OAAAA;QAAIR,KAAKH,UAAUG,KAAKG,SAASE,WAAAA;;IAC3C;AAEAV,WAAO,qBAACS,WAAAA,CAAAA,CAAAA,CAAAA,GAERK,OAAOT,IAAIU,OAAO,EAAEC,eAAeC,cAAAA,GACnCH,OAAON,QAAQO,OAAO,EAAEC,eAAeC,cAAAA,GACvCH,OAAOP,gBAAAA,EAAkBS,eAAeC,cAAAA;EAC1C,CAAA;AACF,CAAA;",
|
|
5
|
+
"names": ["render", "React", "mergeRefs", "describe", "test", "ref", "createRef", "functionRefValue", "hookRef", "Component", "functionRef", "x", "useRef", "div", "expect", "current", "toBeInstanceOf", "HTMLDivElement"]
|
|
6
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
function mergeRefs() {
|
|
2
|
-
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++)
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++)
|
|
3
|
+
args[_key] = arguments[_key];
|
|
4
|
+
return function(node) {
|
|
5
|
+
args.forEach(function(ref) {
|
|
5
6
|
if (ref != null) {
|
|
6
7
|
if (typeof ref == "function") {
|
|
7
8
|
ref(node);
|
|
@@ -16,5 +17,7 @@ function mergeRefs() {
|
|
|
16
17
|
});
|
|
17
18
|
};
|
|
18
19
|
}
|
|
19
|
-
export {
|
|
20
|
-
|
|
20
|
+
export {
|
|
21
|
+
mergeRefs
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../src/modules/mergeRefs/index.tsx"],
|
|
4
|
+
"mappings": "AAWO,SAASA,YAAAA;AACd,WAAA,OAAA,UAAA,QAAGC,OAAH,IAAA,MAAA,IAAA,GAAA,OAAA,GAAA,OAAA,MAAA;AAAGA,SAAH,IAAA,IAAA,UAAA,IAAA;AAEA,SAAO,SAAoBC,MAAwB;AACjDD,SAAKE,QAAQ,SAACC,KAAAA;AACZ,UAAIA,OAAO,MAGX;YAAI,OAAOA,OAAQ,YAAY;AAC7BA,cAAIF,IAAAA;AACJ;QACF;AACA,YAAI,OAAOE,OAAQ,UAAU;AAE3BA,cAAIC,UAAUH;AACd;QACF;AACAI,gBAAQC,MACN,gFAAgFC,OAC9EJ,GAAAA,CAAAA,EACC;;IAEP,CAAA;EACF;AACF;",
|
|
5
|
+
"names": ["mergeRefs", "args", "node", "forEach", "ref", "current", "console", "error", "String"]
|
|
6
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { clearPointers, createEventTarget, describeWithPointerEvent, setPointerEvent, testWithPointerType } from "dom-event-testing-library";
|
|
2
2
|
import { getActiveModality, getModality, testOnly_resetActiveModality } from "..";
|
|
3
|
-
describeWithPointerEvent("modules/modality", function
|
|
3
|
+
describeWithPointerEvent("modules/modality", function(hasPointerEvent) {
|
|
4
4
|
var rootNode;
|
|
5
|
-
beforeEach(function
|
|
5
|
+
beforeEach(function() {
|
|
6
6
|
setPointerEvent(hasPointerEvent), rootNode = document.createElement("div"), document.body.appendChild(rootNode);
|
|
7
|
-
}), afterEach(function
|
|
7
|
+
}), afterEach(function() {
|
|
8
8
|
document.body.removeChild(rootNode), rootNode = null, clearPointers(), testOnly_resetActiveModality();
|
|
9
|
-
}), describe("getModality", function
|
|
10
|
-
testWithPointerType("reflects currently-in-use modality", function
|
|
9
|
+
}), describe("getModality", function() {
|
|
10
|
+
testWithPointerType("reflects currently-in-use modality", function(pointerType) {
|
|
11
11
|
var target = createEventTarget(rootNode);
|
|
12
12
|
expect(getModality()).toBe("keyboard"), target.pointerdown({
|
|
13
13
|
pointerType
|
|
@@ -17,8 +17,8 @@ describeWithPointerEvent("modules/modality", function (hasPointerEvent) {
|
|
|
17
17
|
pointerType
|
|
18
18
|
}), expect(getModality()).toBe(pointerType), target.keydown(), expect(getModality()).toBe("keyboard"));
|
|
19
19
|
});
|
|
20
|
-
}), describe("getActiveModality", function
|
|
21
|
-
testWithPointerType("reflects last actively used modality", function
|
|
20
|
+
}), describe("getActiveModality", function() {
|
|
21
|
+
testWithPointerType("reflects last actively used modality", function(pointerType) {
|
|
22
22
|
var target = createEventTarget(rootNode);
|
|
23
23
|
expect(getActiveModality()).toBe("keyboard"), target.pointerdown({
|
|
24
24
|
pointerType
|
|
@@ -30,4 +30,4 @@ describeWithPointerEvent("modules/modality", function (hasPointerEvent) {
|
|
|
30
30
|
});
|
|
31
31
|
});
|
|
32
32
|
});
|
|
33
|
-
//# sourceMappingURL=index-test.
|
|
33
|
+
//# sourceMappingURL=index-test.js.map
|
|
@@ -1 +1,6 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../../../../src/modules/modality/__tests__/index-test.tsx"],
|
|
4
|
+
"mappings": "AAOA,SACEA,eACAC,mBACAC,0BACAC,iBACAC,2BACK;AAEP,SAASC,mBAAmBC,aAAaC,oCAAoC;AAE7EL,yBAAyB,oBAAoB,SAACM,iBAAAA;AAC5C,MAAIC;AAEJC,aAAW,WAAA;AACTP,oBAAgBK,eAAAA,GAChBC,WAAWE,SAASC,cAAc,KAAA,GAClCD,SAASE,KAAKC,YAAYL,QAAAA;EAC5B,CAAA,GAEAM,UAAU,WAAA;AACRJ,aAASE,KAAKG,YAAYP,QAAAA,GAC1BA,WAAW,MACXT,cAAAA,GACAO,6BAAAA;EACF,CAAA,GAEAU,SAAS,eAAe,WAAA;AACtBb,wBAAoB,sCAAsC,SAACc,aAAAA;AACzD,UAAMC,SAASlB,kBAAkBQ,QAAAA;AACjCW,aAAOd,YAAAA,CAAAA,EAAee,KAAK,UAAA,GAC3BF,OAAOG,YAAY;QAAEJ;MAAY,CAAA,GACjCE,OAAOd,YAAAA,CAAAA,EAAee,KAAKH,WAAAA,GAC3BC,OAAOI,UAAU;QAAEL;MAAY,CAAA,GAC/BC,OAAOK,QAAO,GACdJ,OAAOd,YAAAA,CAAAA,EAAee,KAAK,UAAA,GACvBH,gBAAgB,YAClBC,OAAOM,YAAY;QAAEP;MAAY,CAAA,GACjCE,OAAOd,YAAAA,CAAAA,EAAee,KAAKH,WAAAA,GAC3BC,OAAOK,QAAO,GACdJ,OAAOd,YAAAA,CAAAA,EAAee,KAAK,UAAA;IAE/B,CAAA;EACF,CAAA,GAEAJ,SAAS,qBAAqB,WAAA;AAC5Bb,wBAAoB,wCAAwC,SAACc,aAAAA;AAC3D,UAAMC,SAASlB,kBAAkBQ,QAAAA;AACjCW,aAAOf,kBAAAA,CAAAA,EAAqBgB,KAAK,UAAA,GACjCF,OAAOG,YAAY;QAAEJ;MAAY,CAAA,GACjCE,OAAOf,kBAAAA,CAAAA,EAAqBgB,KAAKH,WAAAA,GACjCC,OAAOI,UAAU;QAAEL;MAAY,CAAA,GAC/BC,OAAOK,QAAO,GACVN,gBAAgB,YAClBC,OAAOM,YAAY;QAAEP;MAAY,CAAA,GACjCE,OAAOf,kBAAAA,CAAAA,EAAqBgB,KAAK,UAAA;IAErC,CAAA;EACF,CAAA;AACF,CAAA;",
|
|
5
|
+
"names": ["clearPointers", "createEventTarget", "describeWithPointerEvent", "setPointerEvent", "testWithPointerType", "getActiveModality", "getModality", "testOnly_resetActiveModality", "hasPointerEvent", "rootNode", "beforeEach", "document", "createElement", "body", "appendChild", "afterEach", "removeChild", "describe", "pointerType", "target", "expect", "toBe", "pointerdown", "pointerup", "keydown", "pointermove"]
|
|
6
|
+
}
|