@applica-software-guru/react-admin 1.0.39 → 1.0.40

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":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/LabeledInput.jsx"],"names":[],"mappings":";AAQA;;;;;;;;;4CAuDC;;;;;;;;;;;;;;;;;;;;;sBA5DqB,YAAY"}
1
+ {"version":3,"file":"LabeledInput.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/LabeledInput.jsx"],"names":[],"mappings":";AAQA;;;;;;;;;4CAyDC;;;;;;;;;;;;;;;;;;;;;sBA9DqB,YAAY"}
@@ -7,6 +7,7 @@ import DateInput from './DateInput';
7
7
  import FileInput from './FileInput';
8
8
  import ImageInput from './ImageInput';
9
9
  import LabeledInput from './LabeledInput';
10
+ import LabeledArrayInput from './LabeledArrayInput';
10
11
  import NumberInput from './NumberInput';
11
12
  import RecordInput from './RecordInput';
12
13
  import ReferenceArrayInput from './ReferenceArrayInput';
@@ -18,5 +19,5 @@ import SelectInput from './SelectInput';
18
19
  import SmartTextInput from './SmartTextInput';
19
20
  import TextInput from './TextInput';
20
21
  import TimeInput from './TimeInput';
21
- export { ArrayInput, AttachmentInput, AutocompleteArrayInput, AutocompleteInput, BooleanInput, DateInput, FileInput, ImageInput, LabeledInput, NumberInput, RecordInput, ReferenceArrayInput, ReferenceInput, ReferenceManyInput, SearchInput, SelectArrayInput, SelectInput, SmartTextInput, TextInput, TimeInput };
22
+ export { ArrayInput, AttachmentInput, AutocompleteArrayInput, AutocompleteInput, BooleanInput, DateInput, FileInput, ImageInput, LabeledInput, LabeledArrayInput, NumberInput, RecordInput, ReferenceArrayInput, ReferenceInput, ReferenceManyInput, SearchInput, SelectArrayInput, SelectInput, SmartTextInput, TextInput, TimeInput };
22
23
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/index.jsx"],"names":[],"mappings":"uBAAuB,cAAc;4BACT,mBAAmB;mCACZ,0BAA0B;8BAC/B,qBAAqB;yBAC1B,gBAAgB;sBACnB,aAAa;sBACb,aAAa;uBACZ,cAAc;yBACZ,gBAAgB;wBACjB,eAAe;wBACf,eAAe;gCACP,uBAAuB;2BAC5B,kBAAkB;+BACd,sBAAsB;wBAC7B,eAAe;6BACV,oBAAoB;wBACzB,eAAe;2BACZ,kBAAkB;sBACvB,aAAa;sBACb,aAAa"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ra-inputs/index.jsx"],"names":[],"mappings":"uBAAuB,cAAc;4BACT,mBAAmB;mCACZ,0BAA0B;8BAC/B,qBAAqB;yBAC1B,gBAAgB;sBACnB,aAAa;sBACb,aAAa;uBACZ,cAAc;yBAEZ,gBAAgB;8BADX,qBAAqB;wBAE3B,eAAe;wBACf,eAAe;gCACP,uBAAuB;2BAC5B,kBAAkB;+BACd,sBAAsB;wBAC7B,eAAe;6BACV,oBAAoB;wBACzB,eAAe;2BACZ,kBAAkB;sBACvB,aAAa;sBACb,aAAa"}
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 { ArrayInputContext, BooleanField, BulkDeleteWithConfirmButton, Button, ChipField, choices, Confirm, Create, CreateButton, CreateContextProvider, CustomRoutes, DeleteWithConfirmButton, DeleteWithUndoButton, EditButton, EditContextProvider, FieldTitle, email, Form, HttpError, ListToolbar, maxLength, maxValue, minLength, minValue, number, Pagination, RecordContextProvider, ReferenceArrayField, ReferenceField, regex, required, Resource, ResourceContextProvider, SaveButton, SimpleFormIteratorContext, SimpleList, SingleFieldList, TopToolbar, UrlField, useArrayInput, useAuthProvider, useCreateController, useDataProvider, useEditContext, useGetIdentity, useGetList, useGetMany, useGetManyReference, useGetOne, useListContext, useNotify, usePermissions, useRecordContext, useRefresh, useResourceContext, useResourceDefinition, useResourceDefinitions, useTranslate, useUnselect, useUnselectAll, useUpdateMany } from "react-admin";
7
+ export { ArrayInput as RaArrayInput, ArrayInputContext, BooleanField, BulkDeleteWithConfirmButton, Button, ChipField, choices, Confirm, Create, CreateButton, CreateContextProvider, CustomRoutes, DeleteWithConfirmButton, DeleteWithUndoButton, EditButton, EditContextProvider, FieldTitle, email, Form, HttpError, ListToolbar, maxLength, maxValue, minLength, minValue, number, Pagination, RecordContextProvider, ReferenceArrayField, ReferenceField, regex, required, Resource, ResourceContextProvider, SaveButton, SimpleFormIterator as RaSimpleFormIterator, SimpleFormIteratorContext, SimpleList, SingleFieldList, TopToolbar, UrlField, useArrayInput, useAuthProvider, useCreateController, useDataProvider, useEditContext, useGetIdentity, useGetList, useGetMany, useGetManyReference, useGetOne, useListContext, useNotify, usePermissions, useRecordContext, useRefresh, useResourceContext, useResourceDefinition, useResourceDefinitions, useTranslate, useUnselect, useUnselectAll, useUpdateMany } from "react-admin";
8
8
  //# sourceMappingURL=index.d.ts.map