@applica-software-guru/react-admin 1.0.34 → 1.0.36

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":"AdminContext.d.ts","sourceRoot":"","sources":["../../src/AdminContext.jsx"],"names":[],"mappings":";AAOA;;;;4CAMC"}
1
+ {"version":3,"file":"AdminContext.d.ts","sourceRoot":"","sources":["../../src/AdminContext.jsx"],"names":[],"mappings":";AAKA;;;;4CAMC"}
@@ -0,0 +1,5 @@
1
+ export const SimpleFormIterator: import("@emotion/styled").StyledComponent<Pick<import("ra-ui-materialui").SimpleFormIteratorProps, keyof import("ra-ui-materialui").SimpleFormIteratorProps> & import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, {}, {
2
+ ref?: import("react").Ref<import("react").Component<import("ra-ui-materialui").SimpleFormIteratorProps, any, any>> | undefined;
3
+ }>;
4
+ export default SimpleFormIterator;
5
+ //# sourceMappingURL=SimpleFormIterator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SimpleFormIterator.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/SimpleFormIterator.jsx"],"names":[],"mappings":"AAGA;;GAQG"}
@@ -3,7 +3,8 @@ import Edit from './Edit';
3
3
  import FormHeader from './FormHeader';
4
4
  import LongForm from './LongForm';
5
5
  import SimpleForm from './SimpleForm';
6
+ import SimpleFormIterator from './SimpleFormIterator';
6
7
  import TabbedForm from './TabbedForm';
7
8
  import Toolbar from './Toolbar';
8
- export { CardForm, Edit, FormHeader, LongForm, SimpleForm, TabbedForm, Toolbar };
9
+ export { CardForm, Edit, FormHeader, LongForm, SimpleForm, SimpleFormIterator, TabbedForm, Toolbar };
9
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/index.jsx"],"names":[],"mappings":"qBAAqB,YAAY;iBAChB,QAAQ;uBACF,cAAc;qBAChB,YAAY;uBACV,cAAc;uBACd,cAAc;oBACjB,WAAW"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-forms/index.jsx"],"names":[],"mappings":"qBAAqB,YAAY;iBAChB,QAAQ;uBACF,cAAc;qBAChB,YAAY;uBACV,cAAc;+BACN,sBAAsB;uBAC9B,cAAc;oBACjB,WAAW"}
@@ -1,7 +1,5 @@
1
1
  export default AutocompleteInput;
2
- declare function AutocompleteInput({ ...props }: {
3
- [x: string]: any;
4
- }): import("react/jsx-runtime").JSX.Element;
2
+ declare function AutocompleteInput(props: any): import("react/jsx-runtime").JSX.Element;
5
3
  declare namespace AutocompleteInput {
6
4
  const propTypes: any;
7
5
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AutocompleteInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteInput.jsx"],"names":[],"mappings":";AAaA;;4CAIC"}
1
+ {"version":3,"file":"AutocompleteInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/AutocompleteInput.jsx"],"names":[],"mappings":";AAaA,wFASC"}
package/dist/index.d.ts CHANGED
@@ -4,5 +4,5 @@ export * from "./hooks";
4
4
  export * from "./components";
5
5
  export * from "./contexts";
6
6
  export * from "./utils";
7
- export { ArrayInput, ArrayInputContext, BooleanField, BulkDeleteWithConfirmButton, Button, ChipField, choices, Confirm, Create, CreateButton, CreateContextProvider, CustomRoutes, DeleteWithConfirmButton, DeleteWithUndoButton, EditButton, email, Form, HttpError, ListToolbar, maxLength, maxValue, minLength, minValue, number, Pagination, RecordContextProvider, ReferenceArrayField, ReferenceField, regex, required, Resource, ResourceContextProvider, SaveButton, SimpleFormIterator, SimpleFormIteratorContext, SimpleList, SingleFieldList, TopToolbar, useArrayInput, useAuthProvider, useDataProvider, useGetIdentity, useGetList, useGetMany, useGetManyReference, useGetOne, useListContext, useNotify, usePermissions, useRecordContext, useResourceContext, useResourceDefinition, useResourceDefinitions, useTranslate, useUnselect, useUnselectAll, useUpdateMany } from "react-admin";
7
+ export { ArrayInput, ArrayInputContext, BooleanField, BulkDeleteWithConfirmButton, Button, ChipField, choices, Confirm, Create, CreateButton, CreateContextProvider, CustomRoutes, DeleteWithConfirmButton, DeleteWithUndoButton, EditButton, email, Form, HttpError, ListToolbar, maxLength, maxValue, minLength, minValue, number, Pagination, RecordContextProvider, ReferenceArrayField, ReferenceField, regex, required, Resource, ResourceContextProvider, SaveButton, SimpleFormIteratorContext, SimpleList, SingleFieldList, TopToolbar, useArrayInput, useAuthProvider, useDataProvider, useGetIdentity, useGetList, useGetMany, useGetManyReference, useGetOne, useListContext, useNotify, usePermissions, useRecordContext, useResourceContext, useResourceDefinition, useResourceDefinitions, useTranslate, useUnselect, useUnselectAll, useUpdateMany } from "react-admin";
8
8
  //# sourceMappingURL=index.d.ts.map