@feathery/react 2.0.419 → 2.0.421
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/Element/utils.d.ts +2 -1
- package/dist/Form/grid/Element/utils.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/MatrixField.d.ts +1 -1
- package/dist/elements/fields/MatrixField.d.ts.map +1 -1
- package/dist/elements/fields/PhoneField/CountryDropdown.d.ts +1 -1
- package/dist/elements/fields/RadioButtonGroupField.d.ts +1 -1
- package/dist/elements/fields/RadioButtonGroupField.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/utils/api/Field.d.ts +2 -0
- package/dist/utils/api/Field.d.ts.map +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":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Element/index.tsx"],"names":[],"mappings":"AAsCA,QAAA,MAAM,OAAO,8BAA+B,GAAG,4DAonB9C,CAAC;AAEF,eAAe,OAAO,CAAC"}
|
|
@@ -7,7 +7,8 @@ export declare function getInlineError(field: any, inlineErrors: any): any;
|
|
|
7
7
|
export declare function textFieldShouldSubmit(servar: any, value: any): boolean;
|
|
8
8
|
export declare function pickCloserElement(target: any, option1: any, option2: any): any;
|
|
9
9
|
export declare function isFieldActuallyRequired(field: any, step: any): any;
|
|
10
|
-
export declare function
|
|
10
|
+
export declare function otherChangeCheckboxGroup(oldOtherVal: any, e: any, updateFieldValues: any, repeatIndex: number | null): number | undefined;
|
|
11
|
+
export declare function otherChangeRadioButtonGroup(e: any, updateFieldValues: any, repeatIndex: number | null): number | undefined;
|
|
11
12
|
export declare function handleCheckboxGroupChange(e: any, field: any, updateFieldValues: any): number;
|
|
12
13
|
export declare function fieldAllowedFromList(allowLists: any[], fieldKey: string): boolean;
|
|
13
14
|
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Element/utils.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG,OAK3D;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,WAO5D;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,OAqBxE;AAKD,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,OAM5D;AAED,wBAAgB,
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../src/Form/grid/Element/utils.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,GAAG,EAAE,YAAY,EAAE,GAAG,OAK3D;AAED,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,WAO5D;AAED,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,OAAO,EAAE,GAAG,OAqBxE;AAKD,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,OAM5D;AAED,wBAAgB,wBAAwB,CACtC,WAAW,EAAE,GAAG,EAChB,CAAC,EAAE,GAAG,EACN,iBAAiB,EAAE,GAAG,EACtB,WAAW,EAAE,MAAM,GAAG,IAAI,sBAuB3B;AAED,wBAAgB,2BAA2B,CACzC,CAAC,EAAE,GAAG,EACN,iBAAiB,EAAE,GAAG,EACtB,WAAW,EAAE,MAAM,GAAG,IAAI,sBAgB3B;AAED,wBAAgB,yBAAyB,CACvC,CAAC,EAAE,GAAG,EACN,KAAK,EAAE,GAAG,EACV,iBAAiB,EAAE,GAAG,UAoBvB;AAED,wBAAgB,oBAAoB,CAAC,UAAU,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,WAKvE"}
|
|
@@ -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<Omit<StyledContainerProps, "ref"> & 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,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAQ7D,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,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,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAC;AAQ7D,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,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,0GA0F3B,CAAC;AAEF,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare function MatrixField({ element, responsiveStyles, fieldLabel, fieldVal, onChange, elementProps, disabled, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1
|
+
declare function MatrixField({ element, responsiveStyles, fieldLabel, fieldVal, repeatIndex, onChange, elementProps, disabled, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
2
|
export default MatrixField;
|
|
3
3
|
//# sourceMappingURL=MatrixField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MatrixField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/MatrixField.tsx"],"names":[],"mappings":"AAOA,iBAAS,WAAW,CAAC,EACnB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,QAAa,EACb,QAAmB,EACnB,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACT,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"MatrixField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/MatrixField.tsx"],"names":[],"mappings":"AAOA,iBAAS,WAAW,CAAC,EACnB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,QAAa,EACb,WAAkB,EAClB,QAAmB,EACnB,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACT,EAAE,GAAG,oDAmHL;AAED,eAAe,WAAW,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
declare const _default: React.ForwardRefExoticComponent<
|
|
2
|
+
declare const _default: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
|
|
3
3
|
export default _default;
|
|
4
4
|
//# sourceMappingURL=CountryDropdown.d.ts.map
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
declare function RadioButtonGroupField({ element, responsiveStyles, fieldLabel, required, disabled, fieldVal, otherVal, onChange, onOtherChange, onEnter, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
1
|
+
declare function RadioButtonGroupField({ element, responsiveStyles, fieldLabel, required, disabled, fieldVal, otherVal, repeatIndex, onChange, onOtherChange, onEnter, elementProps, children }: any): import("@emotion/react/jsx-runtime").JSX.Element;
|
|
2
2
|
export default RadioButtonGroupField;
|
|
3
3
|
//# sourceMappingURL=RadioButtonGroupField.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RadioButtonGroupField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/RadioButtonGroupField.tsx"],"names":[],"mappings":"AAgBA,iBAAS,qBAAqB,CAAC,EAC7B,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,QAAgB,EAChB,QAAgB,EAChB,QAAa,EACb,QAAa,EACb,QAAmB,EACnB,aAAwB,EACxB,OAAkB,EAClB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,
|
|
1
|
+
{"version":3,"file":"RadioButtonGroupField.d.ts","sourceRoot":"","sources":["../../../src/elements/fields/RadioButtonGroupField.tsx"],"names":[],"mappings":"AAgBA,iBAAS,qBAAqB,CAAC,EAC7B,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,QAAgB,EAChB,QAAgB,EAChB,QAAa,EACb,QAAa,EACb,WAAkB,EAClB,QAAmB,EACnB,aAAwB,EACxB,OAAkB,EAClB,YAAiB,EACjB,QAAQ,EACT,EAAE,GAAG,oDA+JL;AAED,eAAe,qBAAqB,CAAC"}
|