@feathery/react 2.0.256 → 2.0.257
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/elements/fields/PhoneField/index.d.ts +1 -1
- package/dist/elements/fields/PhoneField/index.d.ts.map +1 -1
- package/dist/elements/fields/index.d.ts +1 -1
- package/dist/elements/index.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/umd/index.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare function PhoneField({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, autoComplete, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
|
+
declare function PhoneField({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, autoComplete, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, onEnter, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const _default: React.MemoExoticComponent<typeof PhoneField>;
|
|
4
4
|
export default _default;
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/PhoneField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAyB1E,iBAAS,UAAU,CAAC,EAClB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,YAAY,EACZ,QAAQ,EACR,QAAmB,EACnB,UAAqB,EACrB,MAAiB,EACjB,WAAW,EACX,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/PhoneField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAqD,MAAM,OAAO,CAAC;AAyB1E,iBAAS,UAAU,CAAC,EAClB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,YAAY,EACZ,QAAQ,EACR,QAAmB,EACnB,UAAqB,EACrB,MAAiB,EACjB,WAAW,EACX,WAAW,EACX,OAAO,EACP,QAAQ,EACT,EAAE,GAAG,oDAgUL;;AAED,wBAAgC"}
|
|
@@ -25,7 +25,7 @@ declare const Fields: {
|
|
|
25
25
|
MatrixField: typeof MatrixField;
|
|
26
26
|
PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
27
27
|
PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
28
|
-
PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, autoComplete, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
28
|
+
PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, autoComplete, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, onEnter, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
29
29
|
PinInputField: typeof PinInputField;
|
|
30
30
|
RadioButtonGroupField: typeof RadioButtonGroupField;
|
|
31
31
|
RatingField: typeof RatingField;
|
package/dist/elements/index.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ declare const Elements: {
|
|
|
17
17
|
MatrixField: typeof import("./fields/MatrixField").default;
|
|
18
18
|
PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
19
19
|
PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
20
|
-
PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, autoComplete, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
20
|
+
PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, autoComplete, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, onEnter, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
21
21
|
PinInputField: typeof import("./fields/PinInputField").default;
|
|
22
22
|
RadioButtonGroupField: typeof import("./fields/RadioButtonGroupField").default;
|
|
23
23
|
RatingField: typeof import("./fields/RatingField").default;
|
package/dist/index.d.ts
CHANGED
|
@@ -61,7 +61,7 @@ declare const Feathery: {
|
|
|
61
61
|
MatrixField: typeof import("./elements/fields/MatrixField").default;
|
|
62
62
|
PasswordField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
63
63
|
PaymentMethodField: React.MemoExoticComponent<({ editMode, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
64
|
-
PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, autoComplete, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
64
|
+
PhoneField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, autoComplete, editMode, onChange, onComplete, setRef, inlineError, rightToLeft, onEnter, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
65
65
|
PinInputField: typeof import("./elements/fields/PinInputField").default;
|
|
66
66
|
RadioButtonGroupField: typeof import("./elements/fields/RadioButtonGroupField").default;
|
|
67
67
|
RatingField: typeof import("./elements/fields/RatingField").default;
|