@jobber/components 6.103.2-JOB-140609-9051081.26 → 6.103.2-JOB-141426-1b49367.0
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/Autocomplete/Autocomplete.types.d.ts +1 -12
- package/dist/Autocomplete/index.cjs +24 -3
- package/dist/Autocomplete/index.mjs +24 -3
- package/dist/Autocomplete/useAutocomplete.d.ts +1 -0
- package/dist/Checkbox/Checkbox.types.d.ts +9 -2
- package/dist/Checkbox/index.cjs +2 -3
- package/dist/Checkbox/index.mjs +2 -3
- package/dist/Chips/InternalChipDismissible/hooks/index.cjs +2 -2
- package/dist/Chips/InternalChipDismissible/hooks/index.mjs +2 -2
- package/dist/Chips/InternalChipDismissible/index.cjs +2 -2
- package/dist/Chips/InternalChipDismissible/index.mjs +2 -2
- package/dist/Chips/index.cjs +2 -2
- package/dist/Chips/index.mjs +2 -2
- package/dist/DataList/components/DataListSearch/index.cjs +12 -1
- package/dist/DataList/components/DataListSearch/index.mjs +12 -1
- package/dist/DataList/index.cjs +8 -0
- package/dist/DataList/index.mjs +8 -0
- package/dist/DataTable/index.cjs +2 -2
- package/dist/DataTable/index.mjs +2 -2
- package/dist/DatePicker/index.cjs +2 -2
- package/dist/DatePicker/index.mjs +2 -2
- package/dist/FormField/FormFieldTypes.d.ts +1 -217
- package/dist/FormField-cjs.js +1 -0
- package/dist/FormField-es.js +1 -1
- package/dist/InputDate/index.cjs +4 -8
- package/dist/InputDate/index.mjs +4 -8
- package/dist/InputDate/useInputDateActivatorActions.d.ts +2 -2
- package/dist/InputEmail/InputEmail.types.d.ts +21 -16
- package/dist/InputEmail/hooks/useInputEmailActions.d.ts +1 -1
- package/dist/InputEmail/hooks/useInputEmailFormField.d.ts +32 -0
- package/dist/InputEmail/index.cjs +45 -10
- package/dist/InputEmail/index.mjs +45 -10
- package/dist/InputNumber/InputNumber.rebuilt.types.d.ts +2 -23
- package/dist/InputNumber/index.cjs +2 -5
- package/dist/InputNumber/index.mjs +2 -5
- package/dist/InputPhoneNumber/InputPhoneNumber.types.d.ts +26 -15
- package/dist/InputPhoneNumber/hooks/useInputPhoneActions.d.ts +1 -1
- package/dist/InputPhoneNumber/hooks/useInputPhoneFormField.d.ts +71 -0
- package/dist/InputPhoneNumber/index.cjs +35 -20
- package/dist/InputPhoneNumber/index.mjs +35 -20
- package/dist/InputText/InputText.d.ts +2 -2
- package/dist/InputText/InputText.types.d.ts +24 -27
- package/dist/InputText/index.cjs +55 -26
- package/dist/InputText/index.mjs +56 -27
- package/dist/InputText/useInputTextActions.d.ts +1 -1
- package/dist/InputText/useInputTextFormField.d.ts +352 -0
- package/dist/InputTime/InputTime.rebuilt.d.ts +1 -1
- package/dist/InputTime/InputTime.types.d.ts +1 -21
- package/dist/InputTime/index.cjs +25 -30
- package/dist/InputTime/index.d.ts +1 -1
- package/dist/InputTime/index.mjs +27 -32
- package/dist/List/index.cjs +2 -2
- package/dist/List/index.mjs +2 -2
- package/dist/RecurringSelect/index.cjs +2 -2
- package/dist/RecurringSelect/index.mjs +2 -2
- package/dist/Select/Select.rebuilt.d.ts +1 -1
- package/dist/Select/Select.types.d.ts +1 -14
- package/dist/Select/hooks/useSelectActions.d.ts +5 -5
- package/dist/Select/hooks/useSelectFormField.d.ts +34 -0
- package/dist/Select/index.cjs +41 -27
- package/dist/Select/index.d.ts +5 -7
- package/dist/Select/index.mjs +43 -29
- package/dist/_baseEach-cjs.js +12 -12
- package/dist/_baseEach-es.js +1 -1
- package/dist/_baseFlatten-cjs.js +2 -2
- package/dist/_baseFlatten-es.js +1 -1
- package/dist/{_getAllKeys-cjs.js → _baseGet-cjs.js} +181 -181
- package/dist/{_getAllKeys-es.js → _baseGet-es.js} +182 -182
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/omit-cjs.js +14 -14
- package/dist/omit-es.js +1 -1
- package/dist/useScrollToActive-cjs.js +3 -3
- package/dist/useScrollToActive-es.js +1 -1
- package/package.json +2 -2
package/dist/InputText/index.cjs
CHANGED
|
@@ -4,11 +4,12 @@ var React = require('react');
|
|
|
4
4
|
var jobberHooks = require('@jobber/hooks');
|
|
5
5
|
var FormField = require('../FormField-cjs.js');
|
|
6
6
|
require('classnames');
|
|
7
|
-
require('../tslib.es6-cjs.js');
|
|
7
|
+
var tslib_es6 = require('../tslib.es6-cjs.js');
|
|
8
8
|
require('react-hook-form');
|
|
9
9
|
require('framer-motion');
|
|
10
10
|
require('@jobber/design');
|
|
11
11
|
require('../Button-cjs.js');
|
|
12
|
+
var omit = require('../omit-cjs.js');
|
|
12
13
|
require('../Icon-cjs.js');
|
|
13
14
|
require('../Text-cjs.js');
|
|
14
15
|
require('../Typography-cjs.js');
|
|
@@ -16,6 +17,17 @@ require('../useFormFieldFocus-cjs.js');
|
|
|
16
17
|
require('../InputValidation-cjs.js');
|
|
17
18
|
require('../Spinner-cjs.js');
|
|
18
19
|
require('react-router-dom');
|
|
20
|
+
require('../_commonjsHelpers-cjs.js');
|
|
21
|
+
require('../_baseGet-cjs.js');
|
|
22
|
+
require('../isTypedArray-cjs.js');
|
|
23
|
+
require('../isObjectLike-cjs.js');
|
|
24
|
+
require('../identity-cjs.js');
|
|
25
|
+
require('../_getTag-cjs.js');
|
|
26
|
+
require('../isSymbol-cjs.js');
|
|
27
|
+
require('../keysIn-cjs.js');
|
|
28
|
+
require('../_baseAssignValue-cjs.js');
|
|
29
|
+
require('../_baseFlatten-cjs.js');
|
|
30
|
+
require('../_setToString-cjs.js');
|
|
19
31
|
|
|
20
32
|
/**
|
|
21
33
|
* Hook for resizing a textarea based on its content. The textarea will grow up to the max number of rows specified.
|
|
@@ -150,7 +162,7 @@ function insertAtCursor(input, newText) {
|
|
|
150
162
|
function useInputTextActions({ onChange, inputRef, onEnter, onFocus, onBlur, onKeyDown, }) {
|
|
151
163
|
function handleClear() {
|
|
152
164
|
var _a;
|
|
153
|
-
|
|
165
|
+
handleBlur();
|
|
154
166
|
onChange && onChange("");
|
|
155
167
|
(_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
156
168
|
}
|
|
@@ -184,10 +196,23 @@ function useInputTextActions({ onChange, inputRef, onEnter, onFocus, onBlur, onK
|
|
|
184
196
|
};
|
|
185
197
|
}
|
|
186
198
|
|
|
199
|
+
/**
|
|
200
|
+
* Provides the props for the html fields rendered by the html input.
|
|
201
|
+
* DO not repeat this pattern. We are doing this as a proof of concept relating to the refactoring of Form inputs to see what can be removed.
|
|
202
|
+
*/
|
|
203
|
+
function useInputTextFormField(_a) {
|
|
204
|
+
var { id, name, description, inline, handleChange, handleBlur, handleFocus, handleKeyDown, error } = _a, rest = tslib_es6.__rest(_a, ["id", "name", "description", "inline", "handleChange", "handleBlur", "handleFocus", "handleKeyDown", "error"]);
|
|
205
|
+
const descriptionIdentifier = `descriptionUUID--${id}`;
|
|
206
|
+
const fieldProps = Object.assign(Object.assign(Object.assign(Object.assign({}, rest), { id, className: FormField.styles.input, name, disabled: rest.disabled, inputMode: rest.inputMode, onChange: handleChange, onBlur: handleBlur, onFocus: handleFocus }), (description &&
|
|
207
|
+
!inline && { "aria-describedby": descriptionIdentifier })), { "aria-invalid": rest["aria-invalid"] || error || rest.invalid ? true : undefined, autoFocus: rest.autoFocus, invalid: error || rest.invalid ? "true" : undefined, onKeyDown: handleKeyDown });
|
|
208
|
+
return { fieldProps, descriptionIdentifier };
|
|
209
|
+
}
|
|
210
|
+
|
|
187
211
|
const InputTextSPAR = React.forwardRef(function InputTextInternal(props, inputRefs) {
|
|
188
212
|
var _a, _b, _c;
|
|
189
213
|
const inputTextRef = React.useRef(null);
|
|
190
214
|
const wrapperRef = React.useRef(null);
|
|
215
|
+
const legacyPropHelper = Object.assign(Object.assign({}, props), { version: 1 });
|
|
191
216
|
const id = useInputTextId(props);
|
|
192
217
|
const { rowRange } = useTextAreaResize({
|
|
193
218
|
rows: props.rows,
|
|
@@ -195,19 +220,8 @@ const InputTextSPAR = React.forwardRef(function InputTextInternal(props, inputRe
|
|
|
195
220
|
inputRef: inputTextRef,
|
|
196
221
|
wrapperRef: wrapperRef,
|
|
197
222
|
});
|
|
198
|
-
const
|
|
199
|
-
|
|
200
|
-
align: props.align,
|
|
201
|
-
placeholder: props.placeholder,
|
|
202
|
-
value: props.value,
|
|
203
|
-
invalid: props.invalid,
|
|
204
|
-
error: props.error,
|
|
205
|
-
max: typeof props.max === "string" ? parseFloat(props.max) : props.max,
|
|
206
|
-
maxLength: undefined, // v2: maxLength is for HTML validation only, not for width styling
|
|
207
|
-
type: props.multiline ? "textarea" : "text",
|
|
208
|
-
disabled: props.disabled,
|
|
209
|
-
inline: props.inline,
|
|
210
|
-
});
|
|
223
|
+
const type = props.multiline ? "textarea" : "text";
|
|
224
|
+
const { inputStyle } = FormField.useFormFieldWrapperStyles(legacyPropHelper);
|
|
211
225
|
const { name } = FormField.useAtlantisFormFieldName({
|
|
212
226
|
nameProp: props.name,
|
|
213
227
|
id: id,
|
|
@@ -220,25 +234,40 @@ const InputTextSPAR = React.forwardRef(function InputTextInternal(props, inputRe
|
|
|
220
234
|
onEnter: props.onEnter,
|
|
221
235
|
inputRef: inputTextRef,
|
|
222
236
|
});
|
|
223
|
-
const
|
|
224
|
-
|
|
225
|
-
|
|
237
|
+
const inputProps = omit.omit(props, [
|
|
238
|
+
"onChange",
|
|
239
|
+
"onBlur",
|
|
240
|
+
"onFocus",
|
|
241
|
+
"onEnter",
|
|
242
|
+
"size",
|
|
243
|
+
"placeholder",
|
|
244
|
+
"multiline",
|
|
245
|
+
"prefix",
|
|
246
|
+
"suffix",
|
|
247
|
+
"version",
|
|
248
|
+
]);
|
|
249
|
+
const { fieldProps, descriptionIdentifier } = useInputTextFormField(Object.assign(Object.assign({}, inputProps), { id,
|
|
250
|
+
name,
|
|
251
|
+
handleChange,
|
|
252
|
+
handleBlur,
|
|
253
|
+
handleFocus,
|
|
254
|
+
handleKeyDown }));
|
|
226
255
|
return (React.createElement(FormField.FormFieldWrapper, { disabled: props.disabled, size: props.size, align: props.align, inline: props.inline, autofocus: props.autoFocus, name: name, wrapperRef: wrapperRef, error: (_a = props.error) !== null && _a !== void 0 ? _a : "", invalid: Boolean(props.error || props.invalid), identifier: id, descriptionIdentifier: descriptionIdentifier, description: props.description, clearable: (_b = props.clearable) !== null && _b !== void 0 ? _b : "never", onClear: handleClear, type: props.multiline ? "textarea" : "text", placeholder: props.placeholder, value: props.value, prefix: props.prefix, suffix: props.suffix, rows: rowRange.min, toolbar: props.toolbar, toolbarVisibility: props.toolbarVisibility },
|
|
227
256
|
React.createElement(React.Fragment, null,
|
|
228
|
-
|
|
257
|
+
type === "textarea" ? (React.createElement(TextArea, { fieldProps: fieldProps, rowRange: rowRange, inputRefs: [inputRefs, inputTextRef], value: props.value, inputStyle: inputStyle })) : (React.createElement(TextInput, { fieldProps: fieldProps, inputRefs: [inputRefs, inputTextRef], value: props.value, inputStyle: inputStyle })),
|
|
229
258
|
React.createElement(FormField.FormFieldPostFix, { variation: "spinner", visible: (_c = props.loading) !== null && _c !== void 0 ? _c : false }),
|
|
230
259
|
props.children)));
|
|
231
260
|
});
|
|
232
261
|
function useInputTextId(props) {
|
|
233
262
|
const generatedId = React.useId();
|
|
234
|
-
return props.
|
|
263
|
+
return props.id || generatedId;
|
|
264
|
+
}
|
|
265
|
+
function TextArea({ fieldProps, rowRange, inputRefs, value, inputStyle, }) {
|
|
266
|
+
return (React.createElement("textarea", Object.assign({}, fieldProps, { rows: rowRange.min, ref: FormField.mergeRefs(inputRefs), className: inputStyle, value: value })));
|
|
267
|
+
}
|
|
268
|
+
function TextInput({ fieldProps, inputRefs, value, inputStyle, }) {
|
|
269
|
+
return (React.createElement("input", Object.assign({}, fieldProps, { ref: FormField.mergeRefs(inputRefs), className: inputStyle, value: value })));
|
|
235
270
|
}
|
|
236
|
-
const TextArea = React.forwardRef(function TextArea(props, ref) {
|
|
237
|
-
return React.createElement("textarea", Object.assign({}, props, { ref: ref }));
|
|
238
|
-
});
|
|
239
|
-
const TextInput = React.forwardRef(function TextInput(props, ref) {
|
|
240
|
-
return React.createElement("input", Object.assign({}, props, { ref: ref }));
|
|
241
|
-
});
|
|
242
271
|
|
|
243
272
|
function isNewInputTextProps(props) {
|
|
244
273
|
return props.version === 2;
|
package/dist/InputText/index.mjs
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React__default, { forwardRef, useRef, useImperativeHandle, useId } from 'react';
|
|
2
2
|
import { useSafeLayoutEffect } from '@jobber/hooks';
|
|
3
|
-
import { k as FormField, j as useFormFieldWrapperStyles, b as useAtlantisFormFieldName, f as FormFieldWrapper,
|
|
3
|
+
import { k as FormField, s as styles, j as useFormFieldWrapperStyles, b as useAtlantisFormFieldName, f as FormFieldWrapper, l as FormFieldPostFix, m as mergeRefs } from '../FormField-es.js';
|
|
4
4
|
import 'classnames';
|
|
5
|
-
import '../tslib.es6-es.js';
|
|
5
|
+
import { _ as __rest } from '../tslib.es6-es.js';
|
|
6
6
|
import 'react-hook-form';
|
|
7
7
|
import 'framer-motion';
|
|
8
8
|
import '@jobber/design';
|
|
9
9
|
import '../Button-es.js';
|
|
10
|
+
import { o as omit } from '../omit-es.js';
|
|
10
11
|
import '../Icon-es.js';
|
|
11
12
|
import '../Text-es.js';
|
|
12
13
|
import '../Typography-es.js';
|
|
@@ -14,6 +15,17 @@ import '../useFormFieldFocus-es.js';
|
|
|
14
15
|
import '../InputValidation-es.js';
|
|
15
16
|
import '../Spinner-es.js';
|
|
16
17
|
import 'react-router-dom';
|
|
18
|
+
import '../_commonjsHelpers-es.js';
|
|
19
|
+
import '../_baseGet-es.js';
|
|
20
|
+
import '../isTypedArray-es.js';
|
|
21
|
+
import '../isObjectLike-es.js';
|
|
22
|
+
import '../identity-es.js';
|
|
23
|
+
import '../_getTag-es.js';
|
|
24
|
+
import '../isSymbol-es.js';
|
|
25
|
+
import '../keysIn-es.js';
|
|
26
|
+
import '../_baseAssignValue-es.js';
|
|
27
|
+
import '../_baseFlatten-es.js';
|
|
28
|
+
import '../_setToString-es.js';
|
|
17
29
|
|
|
18
30
|
/**
|
|
19
31
|
* Hook for resizing a textarea based on its content. The textarea will grow up to the max number of rows specified.
|
|
@@ -148,7 +160,7 @@ function insertAtCursor(input, newText) {
|
|
|
148
160
|
function useInputTextActions({ onChange, inputRef, onEnter, onFocus, onBlur, onKeyDown, }) {
|
|
149
161
|
function handleClear() {
|
|
150
162
|
var _a;
|
|
151
|
-
|
|
163
|
+
handleBlur();
|
|
152
164
|
onChange && onChange("");
|
|
153
165
|
(_a = inputRef === null || inputRef === void 0 ? void 0 : inputRef.current) === null || _a === void 0 ? void 0 : _a.focus();
|
|
154
166
|
}
|
|
@@ -182,10 +194,23 @@ function useInputTextActions({ onChange, inputRef, onEnter, onFocus, onBlur, onK
|
|
|
182
194
|
};
|
|
183
195
|
}
|
|
184
196
|
|
|
197
|
+
/**
|
|
198
|
+
* Provides the props for the html fields rendered by the html input.
|
|
199
|
+
* DO not repeat this pattern. We are doing this as a proof of concept relating to the refactoring of Form inputs to see what can be removed.
|
|
200
|
+
*/
|
|
201
|
+
function useInputTextFormField(_a) {
|
|
202
|
+
var { id, name, description, inline, handleChange, handleBlur, handleFocus, handleKeyDown, error } = _a, rest = __rest(_a, ["id", "name", "description", "inline", "handleChange", "handleBlur", "handleFocus", "handleKeyDown", "error"]);
|
|
203
|
+
const descriptionIdentifier = `descriptionUUID--${id}`;
|
|
204
|
+
const fieldProps = Object.assign(Object.assign(Object.assign(Object.assign({}, rest), { id, className: styles.input, name, disabled: rest.disabled, inputMode: rest.inputMode, onChange: handleChange, onBlur: handleBlur, onFocus: handleFocus }), (description &&
|
|
205
|
+
!inline && { "aria-describedby": descriptionIdentifier })), { "aria-invalid": rest["aria-invalid"] || error || rest.invalid ? true : undefined, autoFocus: rest.autoFocus, invalid: error || rest.invalid ? "true" : undefined, onKeyDown: handleKeyDown });
|
|
206
|
+
return { fieldProps, descriptionIdentifier };
|
|
207
|
+
}
|
|
208
|
+
|
|
185
209
|
const InputTextSPAR = forwardRef(function InputTextInternal(props, inputRefs) {
|
|
186
210
|
var _a, _b, _c;
|
|
187
211
|
const inputTextRef = React__default.useRef(null);
|
|
188
212
|
const wrapperRef = React__default.useRef(null);
|
|
213
|
+
const legacyPropHelper = Object.assign(Object.assign({}, props), { version: 1 });
|
|
189
214
|
const id = useInputTextId(props);
|
|
190
215
|
const { rowRange } = useTextAreaResize({
|
|
191
216
|
rows: props.rows,
|
|
@@ -193,19 +218,8 @@ const InputTextSPAR = forwardRef(function InputTextInternal(props, inputRefs) {
|
|
|
193
218
|
inputRef: inputTextRef,
|
|
194
219
|
wrapperRef: wrapperRef,
|
|
195
220
|
});
|
|
196
|
-
const
|
|
197
|
-
|
|
198
|
-
align: props.align,
|
|
199
|
-
placeholder: props.placeholder,
|
|
200
|
-
value: props.value,
|
|
201
|
-
invalid: props.invalid,
|
|
202
|
-
error: props.error,
|
|
203
|
-
max: typeof props.max === "string" ? parseFloat(props.max) : props.max,
|
|
204
|
-
maxLength: undefined, // v2: maxLength is for HTML validation only, not for width styling
|
|
205
|
-
type: props.multiline ? "textarea" : "text",
|
|
206
|
-
disabled: props.disabled,
|
|
207
|
-
inline: props.inline,
|
|
208
|
-
});
|
|
221
|
+
const type = props.multiline ? "textarea" : "text";
|
|
222
|
+
const { inputStyle } = useFormFieldWrapperStyles(legacyPropHelper);
|
|
209
223
|
const { name } = useAtlantisFormFieldName({
|
|
210
224
|
nameProp: props.name,
|
|
211
225
|
id: id,
|
|
@@ -218,25 +232,40 @@ const InputTextSPAR = forwardRef(function InputTextInternal(props, inputRefs) {
|
|
|
218
232
|
onEnter: props.onEnter,
|
|
219
233
|
inputRef: inputTextRef,
|
|
220
234
|
});
|
|
221
|
-
const
|
|
222
|
-
|
|
223
|
-
|
|
235
|
+
const inputProps = omit(props, [
|
|
236
|
+
"onChange",
|
|
237
|
+
"onBlur",
|
|
238
|
+
"onFocus",
|
|
239
|
+
"onEnter",
|
|
240
|
+
"size",
|
|
241
|
+
"placeholder",
|
|
242
|
+
"multiline",
|
|
243
|
+
"prefix",
|
|
244
|
+
"suffix",
|
|
245
|
+
"version",
|
|
246
|
+
]);
|
|
247
|
+
const { fieldProps, descriptionIdentifier } = useInputTextFormField(Object.assign(Object.assign({}, inputProps), { id,
|
|
248
|
+
name,
|
|
249
|
+
handleChange,
|
|
250
|
+
handleBlur,
|
|
251
|
+
handleFocus,
|
|
252
|
+
handleKeyDown }));
|
|
224
253
|
return (React__default.createElement(FormFieldWrapper, { disabled: props.disabled, size: props.size, align: props.align, inline: props.inline, autofocus: props.autoFocus, name: name, wrapperRef: wrapperRef, error: (_a = props.error) !== null && _a !== void 0 ? _a : "", invalid: Boolean(props.error || props.invalid), identifier: id, descriptionIdentifier: descriptionIdentifier, description: props.description, clearable: (_b = props.clearable) !== null && _b !== void 0 ? _b : "never", onClear: handleClear, type: props.multiline ? "textarea" : "text", placeholder: props.placeholder, value: props.value, prefix: props.prefix, suffix: props.suffix, rows: rowRange.min, toolbar: props.toolbar, toolbarVisibility: props.toolbarVisibility },
|
|
225
254
|
React__default.createElement(React__default.Fragment, null,
|
|
226
|
-
|
|
255
|
+
type === "textarea" ? (React__default.createElement(TextArea, { fieldProps: fieldProps, rowRange: rowRange, inputRefs: [inputRefs, inputTextRef], value: props.value, inputStyle: inputStyle })) : (React__default.createElement(TextInput, { fieldProps: fieldProps, inputRefs: [inputRefs, inputTextRef], value: props.value, inputStyle: inputStyle })),
|
|
227
256
|
React__default.createElement(FormFieldPostFix, { variation: "spinner", visible: (_c = props.loading) !== null && _c !== void 0 ? _c : false }),
|
|
228
257
|
props.children)));
|
|
229
258
|
});
|
|
230
259
|
function useInputTextId(props) {
|
|
231
260
|
const generatedId = useId();
|
|
232
|
-
return props.
|
|
261
|
+
return props.id || generatedId;
|
|
262
|
+
}
|
|
263
|
+
function TextArea({ fieldProps, rowRange, inputRefs, value, inputStyle, }) {
|
|
264
|
+
return (React__default.createElement("textarea", Object.assign({}, fieldProps, { rows: rowRange.min, ref: mergeRefs(inputRefs), className: inputStyle, value: value })));
|
|
265
|
+
}
|
|
266
|
+
function TextInput({ fieldProps, inputRefs, value, inputStyle, }) {
|
|
267
|
+
return (React__default.createElement("input", Object.assign({}, fieldProps, { ref: mergeRefs(inputRefs), className: inputStyle, value: value })));
|
|
233
268
|
}
|
|
234
|
-
const TextArea = forwardRef(function TextArea(props, ref) {
|
|
235
|
-
return React__default.createElement("textarea", Object.assign({}, props, { ref: ref }));
|
|
236
|
-
});
|
|
237
|
-
const TextInput = forwardRef(function TextInput(props, ref) {
|
|
238
|
-
return React__default.createElement("input", Object.assign({}, props, { ref: ref }));
|
|
239
|
-
});
|
|
240
269
|
|
|
241
270
|
function isNewInputTextProps(props) {
|
|
242
271
|
return props.version === 2;
|
|
@@ -12,5 +12,5 @@ export declare function useInputTextActions({ onChange, inputRef, onEnter, onFoc
|
|
|
12
12
|
handleChange: (event: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => void;
|
|
13
13
|
handleKeyDown: (event: KeyboardEvent<HTMLInputElement | HTMLTextAreaElement>) => void;
|
|
14
14
|
handleFocus: (event: FocusEvent<HTMLInputElement | HTMLTextAreaElement>) => void;
|
|
15
|
-
handleBlur: (event
|
|
15
|
+
handleBlur: (event?: FocusEvent) => void;
|
|
16
16
|
};
|