@feathery/react 1.0.570 → 1.0.571

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 +1 @@
1
- {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../src/Form/components/grid/Cell.tsx"],"names":[],"mappings":"AA0BA,QAAA,MAAM,IAAI,8BAA+B,GAAG,4DA4b3C,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"Cell.d.ts","sourceRoot":"","sources":["../../../../src/Form/components/grid/Cell.tsx"],"names":[],"mappings":"AA0BA,QAAA,MAAM,IAAI,8BAA+B,GAAG,4DA+b3C,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ declare function TextAutocomplete({ allOptions, showOptions, onSelect, value, children }: {
3
+ allOptions: string[];
4
+ showOptions: boolean;
5
+ onSelect: (a: string) => void;
6
+ value: string;
7
+ children: any;
8
+ }): any;
9
+ declare const _default: React.MemoExoticComponent<typeof TextAutocomplete>;
10
+ export default _default;
11
+ //# sourceMappingURL=TextAutocomplete.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TextAutocomplete.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/TextField/TextAutocomplete.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAIpC,iBAAS,gBAAgB,CAAC,EACxB,UAAe,EACf,WAAW,EACX,QAAmB,EACnB,KAAU,EACV,QAAQ,EACT,EAAE;IACD,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,GAAG,CAAC;CACf,OA0CA;;AAED,wBAAsC"}
@@ -2,4 +2,4 @@ import React from 'react';
2
2
  declare function TextField({ element, responsiveStyles, fieldLabel, elementProps, required, editMode, onAccept, 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
- //# sourceMappingURL=TextField.d.ts.map
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/elements/fields/TextField/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAyB,MAAM,OAAO,CAAC;AAyH9C,iBAAS,SAAS,CAAC,EACjB,OAAO,EACP,gBAAgB,EAChB,UAAU,EACV,YAAiB,EACjB,QAAgB,EAChB,QAAQ,EACR,QAAmB,EACnB,MAAiB,EACjB,QAAa,EACb,WAAW,EACX,QAAQ,EACT,EAAE,GAAG,oDAgGL;;AAED,wBAA+B"}