@iowas/toolpad 1.0.0
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/README.md +57 -0
- package/dist/AppProvider-CIyOzZv_.d.mts +201 -0
- package/dist/AppProvider-CIyOzZv_.d.ts +201 -0
- package/dist/chunk-3JWXE2JW.mjs +125 -0
- package/dist/chunk-CENJI4RY.mjs +26 -0
- package/dist/chunk-F6JD4MSY.mjs +12 -0
- package/dist/chunk-LUTZBKSG.mjs +710 -0
- package/dist/chunk-UNVYOWC2.mjs +44 -0
- package/dist/chunk-ZXM3V5SD.mjs +2325 -0
- package/dist/core.d.mts +995 -0
- package/dist/core.d.ts +995 -0
- package/dist/core.js +3111 -0
- package/dist/core.mjs +72 -0
- package/dist/index.d.mts +14 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +3271 -0
- package/dist/index.mjs +112 -0
- package/dist/nextjs.d.mts +8 -0
- package/dist/nextjs.d.ts +8 -0
- package/dist/nextjs.js +858 -0
- package/dist/nextjs.mjs +106 -0
- package/dist/utils.d.mts +98 -0
- package/dist/utils.d.ts +98 -0
- package/dist/utils.js +218 -0
- package/dist/utils.mjs +44 -0
- package/package.json +87 -0
package/dist/core.mjs
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Account,
|
|
3
|
+
AccountPopoverFooter,
|
|
4
|
+
AccountPopoverHeader,
|
|
5
|
+
AccountPreview,
|
|
6
|
+
AlertDialog,
|
|
7
|
+
ConfirmDialog,
|
|
8
|
+
DashboardHeader,
|
|
9
|
+
DashboardLayout,
|
|
10
|
+
DashboardSidebarPageItem,
|
|
11
|
+
PageContainer,
|
|
12
|
+
PageHeader,
|
|
13
|
+
PageHeaderToolbar,
|
|
14
|
+
PromptDialog,
|
|
15
|
+
SignInButton,
|
|
16
|
+
SignOutButton,
|
|
17
|
+
ThemeSwitcher,
|
|
18
|
+
ToolbarActions,
|
|
19
|
+
useActivePage,
|
|
20
|
+
useDialogs,
|
|
21
|
+
useNotifications
|
|
22
|
+
} from "./chunk-ZXM3V5SD.mjs";
|
|
23
|
+
import {
|
|
24
|
+
AppProvider,
|
|
25
|
+
AuthenticationContext,
|
|
26
|
+
DialogsProvider,
|
|
27
|
+
LocalizationContext,
|
|
28
|
+
LocalizationProvider,
|
|
29
|
+
NotificationsProvider,
|
|
30
|
+
SessionContext,
|
|
31
|
+
en_default,
|
|
32
|
+
useLocalStorageState,
|
|
33
|
+
useLocaleText,
|
|
34
|
+
useStorageState,
|
|
35
|
+
useStorageStateServer
|
|
36
|
+
} from "./chunk-LUTZBKSG.mjs";
|
|
37
|
+
import "./chunk-F6JD4MSY.mjs";
|
|
38
|
+
import "./chunk-3JWXE2JW.mjs";
|
|
39
|
+
export {
|
|
40
|
+
Account,
|
|
41
|
+
AccountPopoverFooter,
|
|
42
|
+
AccountPopoverHeader,
|
|
43
|
+
AccountPreview,
|
|
44
|
+
AlertDialog,
|
|
45
|
+
AppProvider,
|
|
46
|
+
AuthenticationContext,
|
|
47
|
+
ConfirmDialog,
|
|
48
|
+
DashboardHeader,
|
|
49
|
+
DashboardLayout,
|
|
50
|
+
DashboardSidebarPageItem,
|
|
51
|
+
DialogsProvider,
|
|
52
|
+
LocalizationContext,
|
|
53
|
+
LocalizationProvider,
|
|
54
|
+
NotificationsProvider,
|
|
55
|
+
PageContainer,
|
|
56
|
+
PageHeader,
|
|
57
|
+
PageHeaderToolbar,
|
|
58
|
+
PromptDialog,
|
|
59
|
+
SessionContext,
|
|
60
|
+
SignInButton,
|
|
61
|
+
SignOutButton,
|
|
62
|
+
ThemeSwitcher,
|
|
63
|
+
ToolbarActions,
|
|
64
|
+
en_default as en,
|
|
65
|
+
useActivePage,
|
|
66
|
+
useDialogs,
|
|
67
|
+
useLocalStorageState,
|
|
68
|
+
useLocaleText,
|
|
69
|
+
useNotifications,
|
|
70
|
+
useStorageState,
|
|
71
|
+
useStorageStateServer
|
|
72
|
+
};
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { Account, AccountPopoverFooter, AccountPopoverFooterProps, AccountPopoverHeader, AccountPopoverHeaderProps, AccountPreview, AccountPreviewProps, AccountPreviewSlots, AccountPreviewVariant, AccountProps, AccountSlots, ActivePage, AlertDialog, AlertDialogPayload, AlertDialogProps, AlertOptions, Breadcrumb, CloseDialog, CloseNotification, ConfirmDialog, ConfirmDialogPayload, ConfirmDialogProps, ConfirmOptions, DashboardHeader, DashboardHeaderProps, DashboardHeaderSlotProps, DashboardHeaderSlots, DashboardLayout, DashboardLayoutProps, DashboardLayoutSlotProps, DashboardLayoutSlots, DashboardSidebarPageItem, DashboardSidebarPageItemContextProps, DashboardSidebarPageItemProps, DefaultStorageStateoptions, DialogComponent, DialogHook, DialogProps, DialogProviderProps, DialogsProvider, NotificationsProvider, NotificationsProviderProps, NotificationsProviderSlotProps, NotificationsProviderSlots, OpenAlertDialog, OpenConfirmDialog, OpenDialog, OpenDialogOptions, OpenPromptDialog, PageContainer, PageContainerProps, PageContainerSlotProps, PageContainerSlots, PageHeader, PageHeaderProps, PageHeaderSlotProps, PageHeaderSlots, PageHeaderToolbar, PageHeaderToolbarProps, PromptDialog, PromptDialogPayload, PromptDialogProps, PromptOptions, ShowNotification, ShowNotificationOptions, SidebarFooterProps, SignInButton, SignOutButton, SignOutButtonProps, StorageStateInitializer, StorageStateOptions, ThemeSwitcher, ToolbarActions, UseStorageState, UseStorageStateHookResult, en, useActivePage, useDialogs, useLocalStorageState, useNotifications, useStorageState, useStorageStateServer } from './core.mjs';
|
|
2
|
+
export { A as AppProvider, a as AppProviderProps, b as AppTheme, c as Authentication, d as AuthenticationContext, B as Branding, L as LocaleText, e as LocalizationContext, f as LocalizationProvider, g as LocalizationProviderProps, N as Navigate, h as NavigateOptions, i as Navigation, j as NavigationDividerItem, k as NavigationItem, l as NavigationPageItem, m as NavigationSubheaderItem, R as Router, S as Session, n as SessionContext, u as useLocaleText } from './AppProvider-CIyOzZv_.mjs';
|
|
3
|
+
export { asArray, createGlobalState, createProvidedContext, equalProperties, filterKeys, filterValues, hasOwnProperty, interleave, mapKeys, mapProperties, mapValues, useAssertedContext, useBoolean, useNonNullableContext, usePageTitle, useTraceUpdates, warnOnce } from './utils.mjs';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
5
|
+
import 'react';
|
|
6
|
+
import '@mui/material/Button';
|
|
7
|
+
import '@mui/material/Popover';
|
|
8
|
+
import '@mui/material/Stack';
|
|
9
|
+
import '@mui/material/Avatar';
|
|
10
|
+
import '@mui/material/styles';
|
|
11
|
+
import '@mui/material/IconButton';
|
|
12
|
+
import '@mui/material/Box';
|
|
13
|
+
import '@mui/material/Container';
|
|
14
|
+
import '@mui/material';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export { Account, AccountPopoverFooter, AccountPopoverFooterProps, AccountPopoverHeader, AccountPopoverHeaderProps, AccountPreview, AccountPreviewProps, AccountPreviewSlots, AccountPreviewVariant, AccountProps, AccountSlots, ActivePage, AlertDialog, AlertDialogPayload, AlertDialogProps, AlertOptions, Breadcrumb, CloseDialog, CloseNotification, ConfirmDialog, ConfirmDialogPayload, ConfirmDialogProps, ConfirmOptions, DashboardHeader, DashboardHeaderProps, DashboardHeaderSlotProps, DashboardHeaderSlots, DashboardLayout, DashboardLayoutProps, DashboardLayoutSlotProps, DashboardLayoutSlots, DashboardSidebarPageItem, DashboardSidebarPageItemContextProps, DashboardSidebarPageItemProps, DefaultStorageStateoptions, DialogComponent, DialogHook, DialogProps, DialogProviderProps, DialogsProvider, NotificationsProvider, NotificationsProviderProps, NotificationsProviderSlotProps, NotificationsProviderSlots, OpenAlertDialog, OpenConfirmDialog, OpenDialog, OpenDialogOptions, OpenPromptDialog, PageContainer, PageContainerProps, PageContainerSlotProps, PageContainerSlots, PageHeader, PageHeaderProps, PageHeaderSlotProps, PageHeaderSlots, PageHeaderToolbar, PageHeaderToolbarProps, PromptDialog, PromptDialogPayload, PromptDialogProps, PromptOptions, ShowNotification, ShowNotificationOptions, SidebarFooterProps, SignInButton, SignOutButton, SignOutButtonProps, StorageStateInitializer, StorageStateOptions, ThemeSwitcher, ToolbarActions, UseStorageState, UseStorageStateHookResult, en, useActivePage, useDialogs, useLocalStorageState, useNotifications, useStorageState, useStorageStateServer } from './core.js';
|
|
2
|
+
export { A as AppProvider, a as AppProviderProps, b as AppTheme, c as Authentication, d as AuthenticationContext, B as Branding, L as LocaleText, e as LocalizationContext, f as LocalizationProvider, g as LocalizationProviderProps, N as Navigate, h as NavigateOptions, i as Navigation, j as NavigationDividerItem, k as NavigationItem, l as NavigationPageItem, m as NavigationSubheaderItem, R as Router, S as Session, n as SessionContext, u as useLocaleText } from './AppProvider-CIyOzZv_.js';
|
|
3
|
+
export { asArray, createGlobalState, createProvidedContext, equalProperties, filterKeys, filterValues, hasOwnProperty, interleave, mapKeys, mapProperties, mapValues, useAssertedContext, useBoolean, useNonNullableContext, usePageTitle, useTraceUpdates, warnOnce } from './utils.js';
|
|
4
|
+
import 'react/jsx-runtime';
|
|
5
|
+
import 'react';
|
|
6
|
+
import '@mui/material/Button';
|
|
7
|
+
import '@mui/material/Popover';
|
|
8
|
+
import '@mui/material/Stack';
|
|
9
|
+
import '@mui/material/Avatar';
|
|
10
|
+
import '@mui/material/styles';
|
|
11
|
+
import '@mui/material/IconButton';
|
|
12
|
+
import '@mui/material/Box';
|
|
13
|
+
import '@mui/material/Container';
|
|
14
|
+
import '@mui/material';
|