tamagui 1.30.12 → 1.30.13
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/cjs/views/TextArea.js +2 -2
- package/dist/cjs/views/TextArea.js.map +1 -1
- package/dist/esm/views/TextArea.js +2 -2
- package/dist/esm/views/TextArea.js.map +1 -1
- package/dist/jsx/views/TextArea.js +2 -2
- package/dist/jsx/views/TextArea.js.map +1 -1
- package/dist/jsx/views/TextArea.mjs +2 -2
- package/dist/jsx/views/TextArea.mjs.map +1 -1
- package/package.json +51 -51
- package/src/views/TextArea.tsx +2 -2
- package/types/views/TextArea.d.ts +24 -6
- package/types/views/TextArea.d.ts.map +1 -1
|
@@ -45,9 +45,9 @@ const TextAreaFrame = (0, import_core.styled)(import_Input.InputFrame, {
|
|
|
45
45
|
unstyled: false
|
|
46
46
|
}
|
|
47
47
|
});
|
|
48
|
-
const TextArea =
|
|
48
|
+
const TextArea = TextAreaFrame.styleable((propsIn, ref) => {
|
|
49
49
|
const props = (0, import_Input.useInputProps)(propsIn, ref);
|
|
50
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
50
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(TextAreaFrame, { ...props });
|
|
51
51
|
});
|
|
52
52
|
// Annotate the CommonJS export names for ESM import in node:
|
|
53
53
|
0 && (module.exports = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/views/TextArea.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAoCS;AApCT,kBAAuB;AAEvB,0BAAoC;AACpC,mBAAqE;AAM9D,MAAM,oBAAgB,oBAAO,yBAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA,EAEX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,eAAe;AAAA,MACjB;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU;AAAA,EACZ;AACF,CAAC;AAIM,MAAM,WAAW,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAoCS;AApCT,kBAAuB;AAEvB,0BAAoC;AACpC,mBAAqE;AAM9D,MAAM,oBAAgB,oBAAO,yBAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA,EAEX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,eAAe;AAAA,MACjB;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU;AAAA,EACZ;AACF,CAAC;AAIM,MAAM,WAAW,cAAc,UAAsB,CAAC,SAAS,QAAQ;AAC5E,QAAM,YAAQ,4BAAc,SAAS,GAAG;AACxC,SAAO,4CAAC,iBAAe,GAAG,OAAO;AACnC,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -21,9 +21,9 @@ const TextAreaFrame = styled(InputFrame, {
|
|
|
21
21
|
unstyled: false
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
const TextArea =
|
|
24
|
+
const TextArea = TextAreaFrame.styleable((propsIn, ref) => {
|
|
25
25
|
const props = useInputProps(propsIn, ref);
|
|
26
|
-
return /* @__PURE__ */ jsx(
|
|
26
|
+
return /* @__PURE__ */ jsx(TextAreaFrame, { ...props });
|
|
27
27
|
});
|
|
28
28
|
export {
|
|
29
29
|
TextArea,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/views/TextArea.tsx"],
|
|
4
|
-
"mappings": "AAoCS;AApCT,SAAS,cAAc;AAEvB,SAAS,2BAA2B;AACpC,SAAS,YAAwB,eAAe,qBAAqB;AAM9D,MAAM,gBAAgB,OAAO,YAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA,EAEX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,eAAe;AAAA,MACjB;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU;AAAA,EACZ;AACF,CAAC;AAIM,MAAM,WAAW,
|
|
4
|
+
"mappings": "AAoCS;AApCT,SAAS,cAAc;AAEvB,SAAS,2BAA2B;AACpC,SAAS,YAAwB,eAAe,qBAAqB;AAM9D,MAAM,gBAAgB,OAAO,YAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA,EAEX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,eAAe;AAAA,MACjB;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU;AAAA,EACZ;AACF,CAAC;AAIM,MAAM,WAAW,cAAc,UAAsB,CAAC,SAAS,QAAQ;AAC5E,QAAM,QAAQ,cAAc,SAAS,GAAG;AACxC,SAAO,oBAAC,iBAAe,GAAG,OAAO;AACnC,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -20,9 +20,9 @@ const TextAreaFrame = styled(InputFrame, {
|
|
|
20
20
|
unstyled: false
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
|
-
const TextArea =
|
|
23
|
+
const TextArea = TextAreaFrame.styleable((propsIn, ref) => {
|
|
24
24
|
const props = useInputProps(propsIn, ref);
|
|
25
|
-
return <
|
|
25
|
+
return <TextAreaFrame {...props} />;
|
|
26
26
|
});
|
|
27
27
|
export {
|
|
28
28
|
TextArea,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/views/TextArea.tsx"],
|
|
4
|
-
"mappings": "AAAA,SAAS,cAAc;AAEvB,SAAS,2BAA2B;AACpC,SAAS,YAAwB,eAAe,qBAAqB;AAM9D,MAAM,gBAAgB,OAAO,YAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA,EAEX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,eAAe;AAAA,MACjB;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU;AAAA,EACZ;AACF,CAAC;AAIM,MAAM,WAAW,
|
|
4
|
+
"mappings": "AAAA,SAAS,cAAc;AAEvB,SAAS,2BAA2B;AACpC,SAAS,YAAwB,eAAe,qBAAqB;AAM9D,MAAM,gBAAgB,OAAO,YAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA,EAEX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,eAAe;AAAA,MACjB;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU;AAAA,EACZ;AACF,CAAC;AAIM,MAAM,WAAW,cAAc,UAAsB,CAAC,SAAS,QAAQ;AAC5E,QAAM,QAAQ,cAAc,SAAS,GAAG;AACxC,SAAO,CAAC,kBAAkB,OAAO;AACnC,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -20,9 +20,9 @@ const TextAreaFrame = styled(InputFrame, {
|
|
|
20
20
|
unstyled: false
|
|
21
21
|
}
|
|
22
22
|
});
|
|
23
|
-
const TextArea =
|
|
23
|
+
const TextArea = TextAreaFrame.styleable((propsIn, ref) => {
|
|
24
24
|
const props = useInputProps(propsIn, ref);
|
|
25
|
-
return <
|
|
25
|
+
return <TextAreaFrame {...props} />;
|
|
26
26
|
});
|
|
27
27
|
export {
|
|
28
28
|
TextArea,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/views/TextArea.tsx"],
|
|
4
|
-
"mappings": "AAAA,SAAS,cAAc;AAEvB,SAAS,2BAA2B;AACpC,SAAS,YAAwB,eAAe,qBAAqB;AAM9D,MAAM,gBAAgB,OAAO,YAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA,EAEX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,eAAe;AAAA,MACjB;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU;AAAA,EACZ;AACF,CAAC;AAIM,MAAM,WAAW,
|
|
4
|
+
"mappings": "AAAA,SAAS,cAAc;AAEvB,SAAS,2BAA2B;AACpC,SAAS,YAAwB,eAAe,qBAAqB;AAM9D,MAAM,gBAAgB,OAAO,YAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA,EAEX,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,GAAG;AAAA,QACH,QAAQ;AAAA,QACR,eAAe;AAAA,MACjB;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU;AAAA,EACZ;AACF,CAAC;AAIM,MAAM,WAAW,cAAc,UAAsB,CAAC,SAAS,QAAQ;AAC5E,QAAM,QAAQ,cAAc,SAAS,GAAG;AACxC,SAAO,CAAC,kBAAkB,OAAO;AACnC,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamagui",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.13",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css",
|
|
6
6
|
"setup.js"
|
|
@@ -40,55 +40,55 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@tamagui/adapt": "1.30.
|
|
44
|
-
"@tamagui/alert-dialog": "1.30.
|
|
45
|
-
"@tamagui/animate-presence": "1.30.
|
|
46
|
-
"@tamagui/avatar": "1.30.
|
|
47
|
-
"@tamagui/button": "1.30.
|
|
48
|
-
"@tamagui/card": "1.30.
|
|
49
|
-
"@tamagui/checkbox": "1.30.
|
|
50
|
-
"@tamagui/compose-refs": "1.30.
|
|
51
|
-
"@tamagui/core": "1.30.
|
|
52
|
-
"@tamagui/create-context": "1.30.
|
|
53
|
-
"@tamagui/dialog": "1.30.
|
|
54
|
-
"@tamagui/fake-react-native": "1.30.
|
|
55
|
-
"@tamagui/focusable": "1.30.
|
|
56
|
-
"@tamagui/font-size": "1.30.
|
|
57
|
-
"@tamagui/form": "1.30.
|
|
58
|
-
"@tamagui/get-button-sized": "1.30.
|
|
59
|
-
"@tamagui/get-font-sized": "1.30.
|
|
60
|
-
"@tamagui/get-token": "1.30.
|
|
61
|
-
"@tamagui/helpers": "1.30.
|
|
62
|
-
"@tamagui/helpers-tamagui": "1.30.
|
|
63
|
-
"@tamagui/image": "1.30.
|
|
64
|
-
"@tamagui/label": "1.30.
|
|
65
|
-
"@tamagui/linear-gradient": "1.30.
|
|
66
|
-
"@tamagui/list-item": "1.30.
|
|
67
|
-
"@tamagui/popover": "1.30.
|
|
68
|
-
"@tamagui/popper": "1.30.
|
|
69
|
-
"@tamagui/portal": "1.30.
|
|
70
|
-
"@tamagui/progress": "1.30.
|
|
71
|
-
"@tamagui/radio-group": "1.30.
|
|
72
|
-
"@tamagui/react-native-media-driver": "1.30.
|
|
73
|
-
"@tamagui/scroll-view": "1.30.
|
|
74
|
-
"@tamagui/select": "1.30.
|
|
75
|
-
"@tamagui/separator": "1.30.
|
|
76
|
-
"@tamagui/shapes": "1.30.
|
|
77
|
-
"@tamagui/sheet": "1.30.
|
|
78
|
-
"@tamagui/slider": "1.30.
|
|
79
|
-
"@tamagui/stacks": "1.30.
|
|
80
|
-
"@tamagui/switch": "1.30.
|
|
81
|
-
"@tamagui/tabs": "1.30.
|
|
82
|
-
"@tamagui/text": "1.30.
|
|
83
|
-
"@tamagui/theme": "1.30.
|
|
84
|
-
"@tamagui/toggle-group": "1.30.
|
|
85
|
-
"@tamagui/tooltip": "1.30.
|
|
86
|
-
"@tamagui/use-controllable-state": "1.30.
|
|
87
|
-
"@tamagui/use-debounce": "1.30.
|
|
88
|
-
"@tamagui/use-event": "1.30.
|
|
89
|
-
"@tamagui/use-force-update": "1.30.
|
|
90
|
-
"@tamagui/use-window-dimensions": "1.30.
|
|
91
|
-
"@tamagui/visually-hidden": "1.30.
|
|
43
|
+
"@tamagui/adapt": "1.30.13",
|
|
44
|
+
"@tamagui/alert-dialog": "1.30.13",
|
|
45
|
+
"@tamagui/animate-presence": "1.30.13",
|
|
46
|
+
"@tamagui/avatar": "1.30.13",
|
|
47
|
+
"@tamagui/button": "1.30.13",
|
|
48
|
+
"@tamagui/card": "1.30.13",
|
|
49
|
+
"@tamagui/checkbox": "1.30.13",
|
|
50
|
+
"@tamagui/compose-refs": "1.30.13",
|
|
51
|
+
"@tamagui/core": "1.30.13",
|
|
52
|
+
"@tamagui/create-context": "1.30.13",
|
|
53
|
+
"@tamagui/dialog": "1.30.13",
|
|
54
|
+
"@tamagui/fake-react-native": "1.30.13",
|
|
55
|
+
"@tamagui/focusable": "1.30.13",
|
|
56
|
+
"@tamagui/font-size": "1.30.13",
|
|
57
|
+
"@tamagui/form": "1.30.13",
|
|
58
|
+
"@tamagui/get-button-sized": "1.30.13",
|
|
59
|
+
"@tamagui/get-font-sized": "1.30.13",
|
|
60
|
+
"@tamagui/get-token": "1.30.13",
|
|
61
|
+
"@tamagui/helpers": "1.30.13",
|
|
62
|
+
"@tamagui/helpers-tamagui": "1.30.13",
|
|
63
|
+
"@tamagui/image": "1.30.13",
|
|
64
|
+
"@tamagui/label": "1.30.13",
|
|
65
|
+
"@tamagui/linear-gradient": "1.30.13",
|
|
66
|
+
"@tamagui/list-item": "1.30.13",
|
|
67
|
+
"@tamagui/popover": "1.30.13",
|
|
68
|
+
"@tamagui/popper": "1.30.13",
|
|
69
|
+
"@tamagui/portal": "1.30.13",
|
|
70
|
+
"@tamagui/progress": "1.30.13",
|
|
71
|
+
"@tamagui/radio-group": "1.30.13",
|
|
72
|
+
"@tamagui/react-native-media-driver": "1.30.13",
|
|
73
|
+
"@tamagui/scroll-view": "1.30.13",
|
|
74
|
+
"@tamagui/select": "1.30.13",
|
|
75
|
+
"@tamagui/separator": "1.30.13",
|
|
76
|
+
"@tamagui/shapes": "1.30.13",
|
|
77
|
+
"@tamagui/sheet": "1.30.13",
|
|
78
|
+
"@tamagui/slider": "1.30.13",
|
|
79
|
+
"@tamagui/stacks": "1.30.13",
|
|
80
|
+
"@tamagui/switch": "1.30.13",
|
|
81
|
+
"@tamagui/tabs": "1.30.13",
|
|
82
|
+
"@tamagui/text": "1.30.13",
|
|
83
|
+
"@tamagui/theme": "1.30.13",
|
|
84
|
+
"@tamagui/toggle-group": "1.30.13",
|
|
85
|
+
"@tamagui/tooltip": "1.30.13",
|
|
86
|
+
"@tamagui/use-controllable-state": "1.30.13",
|
|
87
|
+
"@tamagui/use-debounce": "1.30.13",
|
|
88
|
+
"@tamagui/use-event": "1.30.13",
|
|
89
|
+
"@tamagui/use-force-update": "1.30.13",
|
|
90
|
+
"@tamagui/use-window-dimensions": "1.30.13",
|
|
91
|
+
"@tamagui/visually-hidden": "1.30.13",
|
|
92
92
|
"reforest": "^0.12.1"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"react-native-web": "*"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@tamagui/build": "1.30.
|
|
99
|
+
"@tamagui/build": "1.30.13",
|
|
100
100
|
"@types/node": "^16.11.9",
|
|
101
101
|
"@types/react": "^18.0.15",
|
|
102
102
|
"react": "^18.2.0",
|
package/src/views/TextArea.tsx
CHANGED
|
@@ -32,7 +32,7 @@ export const TextAreaFrame = styled(InputFrame, {
|
|
|
32
32
|
|
|
33
33
|
export type TextAreaProps = InputProps
|
|
34
34
|
|
|
35
|
-
export const TextArea =
|
|
35
|
+
export const TextArea = TextAreaFrame.styleable<InputProps>((propsIn, ref) => {
|
|
36
36
|
const props = useInputProps(propsIn, ref)
|
|
37
|
-
return <
|
|
37
|
+
return <TextAreaFrame {...props} />
|
|
38
38
|
})
|
|
@@ -45,24 +45,42 @@ export declare const TextArea: import("@tamagui/core").ReactComponentWithRef<Omi
|
|
|
45
45
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
46
46
|
}>>, "placeholderTextColor"> & {
|
|
47
47
|
placeholderTextColor?: import("@tamagui/core").ColorStyleProp | undefined;
|
|
48
|
-
} & Omit<import("react-native/types").TextInputProps & Omit<import("@tamagui/core").TextProps, keyof import("react-native/types").TextInputProps> & Omit<{
|
|
48
|
+
} & Omit<import("react-native/types").TextInputProps & Omit<import("@tamagui/core").TextProps, keyof import("react-native/types").TextInputProps> & Omit<{
|
|
49
49
|
readonly unstyled?: boolean | undefined;
|
|
50
50
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
51
|
-
}
|
|
51
|
+
}, "size" | "unstyled"> & {
|
|
52
52
|
readonly unstyled?: boolean | undefined;
|
|
53
53
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
54
|
-
}
|
|
54
|
+
} & import("@tamagui/core").MediaProps<Partial<import("react-native/types").TextInputProps & Omit<import("@tamagui/core").TextProps, keyof import("react-native/types").TextInputProps> & Omit<{
|
|
55
|
+
readonly unstyled?: boolean | undefined;
|
|
56
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
57
|
+
}, "size" | "unstyled"> & {
|
|
58
|
+
readonly unstyled?: boolean | undefined;
|
|
59
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
60
|
+
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native/types").TextInputProps & Omit<import("@tamagui/core").TextProps, keyof import("react-native/types").TextInputProps> & Omit<{
|
|
61
|
+
readonly unstyled?: boolean | undefined;
|
|
62
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
63
|
+
}, "size" | "unstyled"> & {
|
|
55
64
|
readonly unstyled?: boolean | undefined;
|
|
56
65
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
57
66
|
}>>, "color" | "borderColor" | "shadowColor" | "size" | "space" | "zIndex" | "children" | "className" | "style" | "ellipse" | "separator" | "left" | "right" | "width" | "height" | "padding" | "paddingTop" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingHorizontal" | "paddingVertical" | "margin" | "marginTop" | "marginBottom" | "marginLeft" | "marginRight" | "marginHorizontal" | "marginVertical" | "flex" | "flexDirection" | "flexWrap" | "flexGrow" | "flexShrink" | "flexBasis" | "alignItems" | "alignContent" | "justifyContent" | "alignSelf" | "backgroundColor" | "borderRadius" | "borderTopRightRadius" | "borderBottomRightRadius" | "borderBottomLeftRadius" | "borderTopLeftRadius" | "textAlign" | "fontSize" | "lineHeight" | "onLayout" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "minimumFontScale" | "suppressHighlighting" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "display" | "gap" | "columnGap" | "rowGap" | "fontFamily" | "fontStyle" | "fontWeight" | "letterSpacing" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "textTransform" | "fontVariant" | "writingDirection" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderBottomWidth" | "borderEndColor" | "borderLeftColor" | "borderLeftWidth" | "borderRightColor" | "borderRightWidth" | "borderStartColor" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopStartRadius" | "borderTopWidth" | "borderWidth" | "opacity" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "bottom" | "end" | "marginEnd" | "marginStart" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "paddingEnd" | "paddingStart" | "position" | "start" | "top" | "direction" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | `$${string}` | `$${number}` | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "pointerEvents" | "cursor" | "contain" | "userSelect" | "outlineColor" | "outlineStyle" | "outlineOffset" | "outlineWidth" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "wordWrap" | "theme" | "hitSlop" | "removeClippedSubviews" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "target" | "asChild" | "spaceDirection" | "dangerouslySetInnerHTML" | "animation" | "animateOnly" | "debug" | "themeShallow" | "tag" | "componentName" | "tabIndex" | "forceStyle" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle" | "autoCapitalize" | "autoCorrect" | "autoFocus" | "blurOnSubmit" | "caretHidden" | "contextMenuHidden" | "defaultValue" | "editable" | "keyboardType" | "inputMode" | "maxLength" | "multiline" | "onBlur" | "onChange" | "onChangeText" | "onContentSizeChange" | "onEndEditing" | "onSelectionChange" | "onSubmitEditing" | "onTextInput" | "onKeyPress" | "placeholder" | "placeholderTextColor" | "returnKeyType" | "secureTextEntry" | "selectTextOnFocus" | "selection" | "inputAccessoryViewID" | "value" | "clearButtonMode" | "clearTextOnFocus" | "dataDetectorTypes" | "enablesReturnKeyAutomatically" | "keyboardAppearance" | "passwordRules" | "rejectResponderTermination" | "selectionState" | "spellCheck" | "textContentType" | "scrollEnabled" | "autoComplete" | "cursorColor" | "importantForAutofill" | "disableFullscreenUI" | "inlineImageLeft" | "inlineImagePadding" | "returnKeyLabel" | "underlineColorAndroid" | "showSoftInputOnFocus" | "unstyled">, import("@tamagui/core").TamaguiElement> & {
|
|
58
67
|
staticConfig: import("@tamagui/core").StaticConfigParsed;
|
|
59
|
-
styleable: import("@tamagui/core").Styleable<import("react-native/types").TextInputProps & Omit<import("@tamagui/core").TextProps, keyof import("react-native/types").TextInputProps> & Omit<{
|
|
68
|
+
styleable: import("@tamagui/core").Styleable<import("react-native/types").TextInputProps & Omit<import("@tamagui/core").TextProps, keyof import("react-native/types").TextInputProps> & Omit<{
|
|
69
|
+
readonly unstyled?: boolean | undefined;
|
|
70
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
71
|
+
}, "size" | "unstyled"> & {
|
|
72
|
+
readonly unstyled?: boolean | undefined;
|
|
73
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
74
|
+
} & import("@tamagui/core").MediaProps<Partial<import("react-native/types").TextInputProps & Omit<import("@tamagui/core").TextProps, keyof import("react-native/types").TextInputProps> & Omit<{
|
|
75
|
+
readonly unstyled?: boolean | undefined;
|
|
76
|
+
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
77
|
+
}, "size" | "unstyled"> & {
|
|
60
78
|
readonly unstyled?: boolean | undefined;
|
|
61
79
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
62
|
-
} & import("@tamagui/core").
|
|
80
|
+
}>> & import("@tamagui/core").PseudoProps<Partial<import("react-native/types").TextInputProps & Omit<import("@tamagui/core").TextProps, keyof import("react-native/types").TextInputProps> & Omit<{
|
|
63
81
|
readonly unstyled?: boolean | undefined;
|
|
64
82
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
65
|
-
}
|
|
83
|
+
}, "size" | "unstyled"> & {
|
|
66
84
|
readonly unstyled?: boolean | undefined;
|
|
67
85
|
readonly size?: import("@tamagui/core").SizeTokens | undefined;
|
|
68
86
|
}>>, import("@tamagui/core").TamaguiElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../src/views/TextArea.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAc,UAAU,EAAgC,MAAM,SAAS,CAAA;AAE9E;;GAEG;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBxB,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,UAAU,CAAA;AAEtC,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../src/views/TextArea.tsx"],"names":[],"mappings":";AAGA,OAAO,EAAc,UAAU,EAAgC,MAAM,SAAS,CAAA;AAE9E;;GAEG;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAqBxB,CAAA;AAEF,MAAM,MAAM,aAAa,GAAG,UAAU,CAAA;AAEtC,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAA"}
|