@feathery/react 2.0.224 → 2.0.225

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.
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare function AddressLine1({ element, responsiveStyles, fieldLabel, elementProps, disabled, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ declare function AddressLine1({ element, responsiveStyles, fieldLabel, elementProps, disabled, autoComplete, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any): import("@emotion/react/jsx-runtime").JSX.Element;
3
3
  declare const _default: React.MemoExoticComponent<typeof AddressLine1>;
4
4
  export default _default;
5
5
  //# sourceMappingURL=AddressLine1.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AddressLine1.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/AddressLine1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAgBtE,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,OAAkB,EAClB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,GAAG,oDAmIL;;AA+BD,wBAAkC"}
1
+ {"version":3,"file":"AddressLine1.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/AddressLine1.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAgBtE,iBAAS,YAAY,CAAC,EACpB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,YAAY,EACZ,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,OAAkB,EAClB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,GAAG,oDAoIL;;AA+BD,wBAAkC"}
@@ -1 +1 @@
1
- {"version":3,"file":"FileUploadField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/FileUploadField.tsx"],"names":[],"mappings":"AAWA,iBAAS,eAAe,CAAC,EACvB,OAAO,EACP,gBAAgB,EAChB,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EACR,QAAQ,EAAE,cAAyB,EACnC,YAAiB,EACjB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAqNL;AAED,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"FileUploadField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/FileUploadField.tsx"],"names":[],"mappings":"AAWA,iBAAS,eAAe,CAAC,EACvB,OAAO,EACP,gBAAgB,EAChB,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EACR,QAAQ,EAAE,cAAyB,EACnC,YAAiB,EACjB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDAwNL;AAED,eAAe,eAAe,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"PasswordField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/PasswordField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAQ9C,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAsGL;;AAED,wBAAmC"}
1
+ {"version":3,"file":"PasswordField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/PasswordField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAQ9C,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAqGL;;AAED,wBAAmC"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare function PhoneField({ element, responsiveStyles, fieldLabel, fullNumber, elementProps, required, disabled, 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, 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,QAAQ,EACR,QAAmB,EACnB,UAAqB,EACrB,MAAiB,EACjB,WAAW,EACX,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDA6TL;;AAED,wBAAgC"}
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,oDA6TL;;AAED,wBAAgC"}
@@ -1,3 +1,3 @@
1
- declare function PinInputField({ element, responsiveStyles, fieldLabel, inlineError, shouldFocus, fieldVal, editMode, onChange, onEnter, elementProps, disabled, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
1
+ declare function PinInputField({ element, responsiveStyles, fieldLabel, inlineError, shouldFocus, fieldVal, editMode, onChange, onEnter, elementProps, disabled, autoComplete, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
2
  export default PinInputField;
3
3
  //# sourceMappingURL=PinInputField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PinInputField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/PinInputField.tsx"],"names":[],"mappings":"AA+RA,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,WAAW,EACX,WAAmB,EACnB,QAAa,EACb,QAAQ,EACR,QAAmB,EACnB,OAAkB,EAClB,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACT,EAAE,GAAG,oDAwBL;AAED,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"PinInputField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/PinInputField.tsx"],"names":[],"mappings":"AAmSA,iBAAS,aAAa,CAAC,EACrB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,WAAW,EACX,WAAmB,EACnB,QAAa,EACb,QAAQ,EACR,QAAmB,EACnB,OAAkB,EAClB,YAAiB,EACjB,QAAgB,EAChB,YAAY,EACZ,QAAQ,EACT,EAAE,GAAG,oDAyBL;AAED,eAAe,aAAa,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAO9C,iBAAS,QAAQ,CAAC,EAChB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAoFL;;AAED,wBAA8B"}
1
+ {"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/TextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAO9C,iBAAS,QAAQ,CAAC,EAChB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAmFL;;AAED,wBAA8B"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- declare function TextField({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
2
+ declare function TextField({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, 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;AA2I9C,iBAAS,SAAS,CAAC,EACjB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,QAAmB,EACnB,OAAkB,EAClB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDA6GL;;AAED,wBAA+B"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/TextField/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAsJ9C,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,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDA0GL;;AAED,wBAA+B"}
@@ -13,7 +13,7 @@ import SignatureField from './SignatureField';
13
13
  import SliderField from './SliderField';
14
14
  import MatrixField from './MatrixField';
15
15
  declare const Fields: {
16
- AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, disabled, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
16
+ AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, disabled, autoComplete, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
17
17
  ButtonGroupField: typeof ButtonGroupField;
18
18
  CheckboxField: typeof CheckboxField;
19
19
  CheckboxGroupField: typeof CheckboxGroupField;
@@ -25,13 +25,13 @@ 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, 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, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
29
29
  PinInputField: typeof PinInputField;
30
30
  RadioButtonGroupField: typeof RadioButtonGroupField;
31
31
  RatingField: typeof RatingField;
32
32
  SignatureField: typeof SignatureField;
33
33
  SliderField: typeof SliderField;
34
- TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
34
+ TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
35
35
  TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
36
36
  };
37
37
  export default Fields;
@@ -5,7 +5,7 @@ import ImageElement from './basic/ImageElement';
5
5
  import ProgressBarElement from './basic/ProgressBarElement';
6
6
  import VideoElement from './basic/VideoElement';
7
7
  declare const Elements: {
8
- AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, disabled, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
8
+ AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, disabled, autoComplete, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
9
9
  ButtonGroupField: typeof import("./fields/ButtonGroupField").default;
10
10
  CheckboxField: typeof import("./fields/CheckboxField").default;
11
11
  CheckboxGroupField: typeof import("./fields/CheckboxGroupField").default;
@@ -17,13 +17,13 @@ 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, 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, 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;
24
24
  SignatureField: typeof import("./fields/SignatureField").default;
25
25
  SliderField: typeof import("./fields/SliderField").default;
26
- TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
26
+ TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
27
27
  TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
28
28
  ImageElement: typeof ImageElement;
29
29
  VideoElement: typeof VideoElement;
package/dist/index.d.ts CHANGED
@@ -49,7 +49,7 @@ declare function renderAt(elementId: any, props: FormProps): {
49
49
  declare const Feathery: {
50
50
  Form: typeof Form;
51
51
  Elements: {
52
- AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, disabled, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
52
+ AddressLine1: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, disabled, autoComplete, editMode, rightToLeft, onSelect, onBlur, onEnter, setRef, value, inlineError, children, ...props }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
53
53
  ButtonGroupField: typeof import("./elements/fields/ButtonGroupField").default;
54
54
  CheckboxField: typeof import("./elements/fields/CheckboxField").default;
55
55
  CheckboxGroupField: typeof import("./elements/fields/CheckboxGroupField").default;
@@ -61,13 +61,13 @@ 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, 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, 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;
68
68
  SignatureField: typeof import("./elements/fields/SignatureField").default;
69
69
  SliderField: typeof import("./elements/fields/SliderField").default;
70
- TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
70
+ TextField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, autoComplete, editMode, rightToLeft, onAccept, onEnter, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
71
71
  TextArea: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, editMode, rightToLeft, onChange, setRef, rawValue, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
72
72
  ImageElement: typeof import("./elements/basic/ImageElement").default;
73
73
  VideoElement: typeof import("./elements/basic/VideoElement").default;