@luminix/mui-cms 0.1.7 → 0.1.8
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/bundle/mui-cms.bundle.iife.js +8 -8
- package/dist/mui-cms.js +1 -0
- package/package.json +1 -1
- package/types/dist.d.ts +2 -1
package/dist/mui-cms.js
CHANGED
package/package.json
CHANGED
package/types/dist.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { default as CmsServiceProvider } from './providers/CmsServiceProvider';
|
|
2
|
+
import { default as i18NextServiceProvider } from './providers/i18NextServiceProvider';
|
|
2
3
|
import { default as LuminixCms } from './components/LuminixCms';
|
|
3
4
|
import { default as Link } from './components/Link';
|
|
4
5
|
import { default as DialogProvider } from './components/providers/DialogProvider';
|
|
@@ -21,4 +22,4 @@ import { default as useSearch } from './hooks/useSearch';
|
|
|
21
22
|
import { default as useSelection } from './hooks/useSelection';
|
|
22
23
|
import { default as useSetPageTitle } from './hooks/useSetPageTitle';
|
|
23
24
|
import { default as useTable } from './hooks/useTable';
|
|
24
|
-
export { CmsServiceProvider, LuminixCms, Link, useActionEvent, useBackButton, useCurrentModel, useDialog, useDisplaceNotifications, useHandleError, useHasSearch, useIsDesktopMode, useLayoutConfig, useMenu, useNotify, usePageTitle, useSearch, useSelection, useSetPageTitle, useTable, DialogProvider, LayoutProvider, ModelProvider, NotificationProvider, };
|
|
25
|
+
export { CmsServiceProvider, i18NextServiceProvider, LuminixCms, Link, useActionEvent, useBackButton, useCurrentModel, useDialog, useDisplaceNotifications, useHandleError, useHasSearch, useIsDesktopMode, useLayoutConfig, useMenu, useNotify, usePageTitle, useSearch, useSelection, useSetPageTitle, useTable, DialogProvider, LayoutProvider, ModelProvider, NotificationProvider, };
|