@feathery/react 2.1.17 → 2.1.19
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/Form/grid/Element/index.d.ts.map +1 -1
- package/dist/elements/fields/TextField/index.d.ts +1 -1
- package/dist/elements/fields/TextField/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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Element/index.tsx"],"names":[],"mappings":"AAsCA,QAAA,MAAM,OAAO,uBAAwB,GAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Element/index.tsx"],"names":[],"mappings":"AAsCA,QAAA,MAAM,OAAO,uBAAwB,GAAG,4DAwpBvC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare function TextField({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft,
|
|
2
|
+
declare function TextField({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft, onAccept, onEnter, setRef, inlineError, repeatIndex, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const _default: React.MemoExoticComponent<typeof TextField>;
|
|
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/TextField/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAgM9C,iBAAS,SAAS,CAAC,EACjB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,WAAW,EACX,WAAkB,EAClB,QAAQ,EACT,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/TextField/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAgM9C,iBAAS,SAAS,CAAC,EACjB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,WAAW,EACX,WAAkB,EAClB,QAAQ,EACT,EAAE,GAAG,oDA0IL;;AAED,wBAA+B"}
|
|
@@ -33,7 +33,7 @@ declare const Fields: {
|
|
|
33
33
|
RatingField: typeof RatingField;
|
|
34
34
|
SignatureField: typeof SignatureField;
|
|
35
35
|
SliderField: typeof SliderField;
|
|
36
|
-
TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft,
|
|
36
|
+
TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft, onAccept, onEnter, setRef, inlineError, repeatIndex, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
37
37
|
TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, repeatIndex, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
38
38
|
};
|
|
39
39
|
export declare const DROPDOWN_Z_INDEX = 10;
|
package/dist/elements/index.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ declare const Elements: {
|
|
|
24
24
|
RatingField: typeof import("./fields/RatingField").default;
|
|
25
25
|
SignatureField: typeof import("./fields/SignatureField").default;
|
|
26
26
|
SliderField: typeof import("./fields/SliderField").default;
|
|
27
|
-
TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft,
|
|
27
|
+
TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft, onAccept, onEnter, setRef, inlineError, repeatIndex, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
28
28
|
TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, repeatIndex, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
29
29
|
ImageElement: typeof ImageElement;
|
|
30
30
|
VideoElement: typeof VideoElement;
|
package/dist/index.d.ts
CHANGED
|
@@ -71,7 +71,7 @@ declare const Feathery: {
|
|
|
71
71
|
RatingField: typeof import("./elements/fields/RatingField").default;
|
|
72
72
|
SignatureField: typeof import("./elements/fields/SignatureField").default;
|
|
73
73
|
SliderField: typeof import("./elements/fields/SliderField").default;
|
|
74
|
-
TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft,
|
|
74
|
+
TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft, onAccept, onEnter, setRef, inlineError, repeatIndex, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
75
75
|
TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, repeatIndex, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
76
76
|
ImageElement: typeof import("./elements/basic/ImageElement").default;
|
|
77
77
|
VideoElement: typeof import("./elements/basic/VideoElement").default;
|