@feathery/react 2.3.77 → 2.3.78
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/Form/grid/StyledContainer/index.d.ts +1 -1
- package/dist/Form/grid/StyledContainer/index.d.ts.map +1 -1
- package/dist/elements/fields/CustomField/index.d.ts +1 -1
- package/dist/elements/fields/CustomField/index.d.ts.map +1 -1
- package/dist/elements/fields/CustomField/useCustomComponentIframe.d.ts +2 -1
- package/dist/elements/fields/CustomField/useCustomComponentIframe.d.ts.map +1 -1
- package/dist/elements/fields/DateSelectorField/index.d.ts +1 -1
- package/dist/elements/fields/DateSelectorField/index.d.ts.map +1 -1
- package/dist/elements/fields/PhoneField/CountryDropdown.d.ts +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":"AAuCA,QAAA,MAAM,OAAO,uBAAwB,GAAG,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Element/index.tsx"],"names":[],"mappings":"AAuCA,QAAA,MAAM,OAAO,uBAAwB,GAAG,4DAgqBvC,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -16,6 +16,6 @@ export declare type StyledContainerProps = PropsWithChildren & {
|
|
|
16
16
|
* around elements and other "Containers". This component is used by both hosted forms
|
|
17
17
|
* and the editor to render "Containers".
|
|
18
18
|
*/
|
|
19
|
-
export declare const StyledContainer: React.ForwardRefExoticComponent<
|
|
19
|
+
export declare const StyledContainer: React.ForwardRefExoticComponent<Pick<StyledContainerProps, string | number> & React.RefAttributes<HTMLDivElement>>;
|
|
20
20
|
export { getCellStyle };
|
|
21
21
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,iBAAiB,EAGlB,MAAM,OAAO,CAAC;AAQf,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAMxC,oBAAY,oBAAoB,GAAG,iBAAiB,GAAG;IACrD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/StyledContainer/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAEZ,iBAAiB,EAGlB,MAAM,OAAO,CAAC;AAQf,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAMxC,oBAAY,oBAAoB,GAAG,iBAAiB,GAAG;IACrD,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,CAAC;IAChC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;IACnB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,eAAe,oHAiH3B,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare const _default: React.MemoExoticComponent<({ element,
|
|
2
|
+
declare const _default: React.MemoExoticComponent<({ element, elementProps, responsiveStyles, onChange, rawValue, required, disabled, fieldStyles, editMode, rightToLeft }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
3
3
|
export default _default;
|
|
4
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/CustomField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/CustomField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;;AAgF7C,wBAAiC"}
|
|
@@ -4,12 +4,13 @@ interface Props {
|
|
|
4
4
|
elementId: string;
|
|
5
5
|
value: string;
|
|
6
6
|
onChange?: (value: string) => void;
|
|
7
|
+
customProps?: Record<string, any>;
|
|
7
8
|
}
|
|
8
9
|
interface Result {
|
|
9
10
|
iframeRef: React.RefObject<HTMLIFrameElement>;
|
|
10
11
|
error: string | null;
|
|
11
12
|
loading: boolean;
|
|
12
13
|
}
|
|
13
|
-
export declare function useCustomComponentIframe({ componentCode, elementId, value, onChange }: Props): Result;
|
|
14
|
+
export declare function useCustomComponentIframe({ componentCode, elementId, value, onChange, customProps }: Props): Result;
|
|
14
15
|
export {};
|
|
15
16
|
//# sourceMappingURL=useCustomComponentIframe.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCustomComponentIframe.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/CustomField/useCustomComponentIframe.tsx"],"names":[],"mappings":";AAIA,UAAU,KAAK;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"useCustomComponentIframe.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/CustomField/useCustomComponentIframe.tsx"],"names":[],"mappings":";AAIA,UAAU,KAAK;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACnC;AAED,UAAU,MAAM;IACd,SAAS,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,CAAC;IAC9C,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,wBAAgB,wBAAwB,CAAC,EACvC,aAAa,EACb,SAAS,EACT,KAAK,EACL,QAAQ,EACR,WAAW,EACZ,EAAE,KAAK,GAAG,MAAM,CA2FhB"}
|
|
@@ -3,6 +3,6 @@ export declare function formatDateString(date: any, meta: Record<string, any>):
|
|
|
3
3
|
declare function DateSelectorField({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, repeatIndex, editMode, onComplete, onEnter, setRef, value, inlineError, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
4
4
|
declare const _default: React.MemoExoticComponent<typeof DateSelectorField>;
|
|
5
5
|
export default _default;
|
|
6
|
-
declare const CustomMaskedInput: React.ForwardRefExoticComponent<
|
|
6
|
+
declare const CustomMaskedInput: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
|
|
7
7
|
export { CustomMaskedInput };
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/DateSelectorField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4C,MAAM,OAAO,CAAC;AAuBjE,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,UA0CpE;AAID,iBAAS,iBAAiB,CAAC,EACzB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,WAAkB,EAClB,QAAQ,EACR,UAAqB,EACrB,OAAkB,EAClB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAoNL;;AAED,wBAAuC;AAYvC,QAAA,MAAM,iBAAiB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/DateSelectorField/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4C,MAAM,OAAO,CAAC;AAuBjE,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,UA0CpE;AAID,iBAAS,iBAAiB,CAAC,EACzB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAgB,EAChB,WAAkB,EAClB,QAAQ,EACR,UAAqB,EACrB,OAAkB,EAClB,MAAiB,EACjB,KAAU,EACV,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAoNL;;AAED,wBAAuC;AAYvC,QAAA,MAAM,iBAAiB,qGAMtB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare const _default: React.ForwardRefExoticComponent<
|
|
2
|
+
declare const _default: React.ForwardRefExoticComponent<Pick<any, string | number | symbol> & React.RefAttributes<unknown>>;
|
|
3
3
|
export default _default;
|
|
4
4
|
//# sourceMappingURL=CountryDropdown.d.ts.map
|
|
@@ -19,7 +19,7 @@ declare const Fields: {
|
|
|
19
19
|
CheckboxField: typeof CheckboxField;
|
|
20
20
|
CheckboxGroupField: typeof CheckboxGroupField;
|
|
21
21
|
ColorPickerField: typeof ColorPickerField;
|
|
22
|
-
CustomField: React.MemoExoticComponent<({ element,
|
|
22
|
+
CustomField: React.MemoExoticComponent<({ element, elementProps, responsiveStyles, onChange, rawValue, required, disabled, fieldStyles, editMode, rightToLeft }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
23
23
|
DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, repeatIndex, editMode, onComplete, onEnter, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
24
24
|
DropdownField: typeof DropdownField;
|
|
25
25
|
DropdownMultiField: typeof DropdownMultiField;
|
package/dist/elements/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ declare const Elements: {
|
|
|
10
10
|
CheckboxField: typeof import("./fields/CheckboxField").default;
|
|
11
11
|
CheckboxGroupField: typeof import("./fields/CheckboxGroupField").default;
|
|
12
12
|
ColorPickerField: typeof import("./fields/ColorPickerField").default;
|
|
13
|
-
CustomField: React.MemoExoticComponent<({ element,
|
|
13
|
+
CustomField: React.MemoExoticComponent<({ element, elementProps, responsiveStyles, onChange, rawValue, required, disabled, fieldStyles, editMode, rightToLeft }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
14
14
|
DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, repeatIndex, editMode, onComplete, onEnter, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
15
15
|
DropdownField: typeof import("./fields/DropdownField").default;
|
|
16
16
|
DropdownMultiField: typeof import("./fields/DropdownMultiField").default;
|
package/dist/index.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ declare const Feathery: {
|
|
|
74
74
|
CheckboxField: typeof import("./elements/fields/CheckboxField").default;
|
|
75
75
|
CheckboxGroupField: typeof import("./elements/fields/CheckboxGroupField").default;
|
|
76
76
|
ColorPickerField: typeof import("./elements/fields/ColorPickerField").default;
|
|
77
|
-
CustomField: React.MemoExoticComponent<({ element,
|
|
77
|
+
CustomField: React.MemoExoticComponent<({ element, elementProps, responsiveStyles, onChange, rawValue, required, disabled, fieldStyles, editMode, rightToLeft }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
78
78
|
DateSelectorField: React.MemoExoticComponent<({ element, responsiveStyles, fieldLabel, elementProps, required, disabled, repeatIndex, editMode, onComplete, onEnter, setRef, value, inlineError, children }: any) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
79
79
|
DropdownField: typeof import("./elements/fields/DropdownField").default;
|
|
80
80
|
DropdownMultiField: typeof import("./elements/fields/DropdownMultiField").default;
|