@applica-software-guru/react-admin 1.4.216 → 1.4.218

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.
@@ -8,15 +8,15 @@ export type AuthWrapperProps = {
8
8
  children: React.ReactNode;
9
9
  logo?: React.ReactNode;
10
10
  };
11
- declare const AuthWrapper: {
12
- ({ version, name, copy, children, logo, background }: AuthWrapperProps): import("react/jsx-runtime").JSX.Element;
13
- propTypes: {
11
+ export declare function AuthWrapper({ version, name, copy, children, logo, background }: AuthWrapperProps): import("react/jsx-runtime").JSX.Element;
12
+ export declare namespace AuthWrapper {
13
+ var propTypes: {
14
14
  children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
15
15
  version: PropTypes.Requireable<string>;
16
16
  name: PropTypes.Requireable<string>;
17
17
  copy: PropTypes.Requireable<string>;
18
18
  background: PropTypes.Requireable<NonNullable<object | PropTypes.ReactNodeLike>>;
19
19
  };
20
- };
20
+ }
21
21
  export default AuthWrapper;
22
22
  //# sourceMappingURL=AuthWrapper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"AuthWrapper.d.ts","sourceRoot":"","sources":["../../../src/components/AuthWrapper.tsx"],"names":[],"mappings":"AAMA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,aAAa,CAAC;IACnD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,WAAW;0DAA0E,gBAAgB;;;;;;;;CAmC1G,CAAC;AASF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"AuthWrapper.d.ts","sourceRoot":"","sources":["../../../src/components/AuthWrapper.tsx"],"names":[],"mappings":"AAMA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,KAAK,CAAC,aAAa,CAAC;IACnD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB,CAAC;AAEF,wBAAgB,WAAW,CAAC,EAAE,OAAO,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,UAA2B,EAAE,EAAE,gBAAgB,2CAmCjH;yBAnCe,WAAW;;;;;;;;;AA4C3B,eAAe,WAAW,CAAC"}
@@ -1,5 +1,6 @@
1
1
  export * from "./AuthBackground";
2
2
  export * from "./Layout";
3
+ export * from "./AuthWrapper";
3
4
  export * from "./@extended";
4
5
  export * from "./third-party";
5
6
  export * from "./ra-buttons";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.jsx"],"names":[],"mappings":";;;;;;;;;;;qBAOqB,YAAY;wBANT,eAAe;qBAElB,YAAY;mBACd,UAAU;mBAFV,UAAU;iBAGZ,QAAQ;qBACJ,YAAY;sBAIX,aAAa;oBACf,WAAW;4BAHH,eAAe;yBAClB,gBAAgB;sBAGnB,aAAa"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.jsx"],"names":[],"mappings":";;;;;;;;;;;;qBAOqB,YAAY;wBANT,eAAe;qBAElB,YAAY;mBACd,UAAU;mBAFV,UAAU;iBAGZ,QAAQ;qBACJ,YAAY;sBAIX,aAAa;oBACf,WAAW;4BAHH,eAAe;yBAClB,gBAAgB;sBAGnB,aAAa"}
package/dist/index.d.ts CHANGED
@@ -6,5 +6,5 @@ export * from "./components";
6
6
  export * from "./contexts";
7
7
  export * from "./utils";
8
8
  export * from "./i18n";
9
- export { ArrayInputContext, BooleanField, BulkDeleteWithConfirmButton, Button, ChipField, choices, Confirm, CreateButton, CreateContextProvider, CustomRoutes, DeleteWithConfirmButton, DeleteWithUndoButton, EditButton, EditContextProvider, email, FieldTitle, FilterButton, Form, FormDataConsumer, HttpError, I18nContextProvider, ListToolbar, LoadingIndicator, maxLength, maxValue, minLength, minValue, number, Pagination, RecordContextProvider, ReferenceArrayField, ReferenceField, regex, required, Resource, ResourceContextProvider, SaveButton, SimpleFormIterator as RaSimpleFormIterator, SimpleFormIteratorContext, SimpleShowLayout, SingleFieldList, TabbedFormTabs, TopToolbar, UrlField, useArrayInput, useAuthProvider, useChoices, useChoicesContext, useCreateContext, useCreateController, useDataProvider, useEditContext, useEditController, useGetIdentity, useGetList, useGetMany, useGetManyReference, useGetOne, useInput, useListContext, useListController, useLocaleState, useNotify, usePermissions, useRecordContext, useRefresh, useResourceContext, useResourceDefinition, useResourceDefinitions, useShowContext, useShowController, useSimpleFormIterator, useSimpleFormIteratorItem, useTranslate, useTranslateLabel, useUnselect, useUnselectAll, useUpdateMany, withLifecycleCallbacks } from "react-admin";
9
+ export { ArrayInputContext, BooleanField, BulkDeleteWithConfirmButton, Button, ChipField, choices, Confirm, CreateButton, CreateContextProvider, CustomRoutes, DeleteWithConfirmButton, DeleteWithUndoButton, EditButton, EditContextProvider, email, FieldTitle, FilterButton, Form, FormDataConsumer, HttpError, I18nContextProvider, ListBase, ListToolbar, LoadingIndicator, maxLength, maxValue, minLength, minValue, number, Pagination, RecordContextProvider, ReferenceArrayField, ReferenceField, regex, required, Resource, ResourceContextProvider, SaveButton, SimpleFormIterator as RaSimpleFormIterator, SimpleFormIteratorContext, SimpleShowLayout, SingleFieldList, TabbedFormTabs, TopToolbar, UrlField, useArrayInput, useAuthProvider, useChoices, useChoicesContext, useCreateContext, useCreateController, useDataProvider, useEditContext, useEditController, useGetIdentity, useGetList, useGetMany, useGetManyReference, useGetOne, useInput, useListContext, useListController, useLocaleState, useNotify, usePermissions, useRecordContext, useRefresh, useResourceContext, useResourceDefinition, useResourceDefinitions, useShowContext, useShowController, useSimpleFormIterator, useSimpleFormIteratorItem, useTranslate, useTranslateLabel, useUnselect, useUnselectAll, useUpdateMany, withLifecycleCallbacks } from "react-admin";
10
10
  //# sourceMappingURL=index.d.ts.map