@iowas/toolpad 1.0.5 → 1.0.6
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 +2 -5
- package/dist/core.d.mts +200 -4
- package/dist/core.d.ts +200 -4
- package/dist/core.js +2940 -125
- package/dist/core.mjs +2850 -4
- package/dist/index.d.mts +1 -3
- package/dist/index.d.ts +1 -3
- package/dist/index.js +2940 -194
- package/dist/index.mjs +2850 -5
- package/package.json +2 -12
- package/dist/AppProvider-CIyOzZv_.d.mts +0 -201
- package/dist/AppProvider-CIyOzZv_.d.ts +0 -201
- package/dist/chunk-3JWXE2JW.mjs +0 -114
- package/dist/chunk-5B2NQDIH.js +0 -145
- package/dist/chunk-BN55HN4U.js +0 -12
- package/dist/chunk-F6JD4MSY.mjs +0 -10
- package/dist/chunk-LUTZBKSG.mjs +0 -636
- package/dist/chunk-PMIWCP25.mjs +0 -53
- package/dist/chunk-SITC3EZQ.js +0 -2225
- package/dist/chunk-SWAF5R4Y.js +0 -686
- package/dist/chunk-VMBNHIHN.js +0 -84
- package/dist/chunk-ZXM3V5SD.mjs +0 -2140
- package/dist/nextjs.d.mts +0 -8
- package/dist/nextjs.d.ts +0 -8
- package/dist/nextjs.js +0 -69
- package/dist/nextjs.mjs +0 -44
- package/dist/utils.d.mts +0 -98
- package/dist/utils.d.ts +0 -98
- package/dist/utils.js +0 -76
- package/dist/utils.mjs +0 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
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';
|
|
1
|
+
export { Account, AccountPopoverFooter, AccountPopoverFooterProps, AccountPopoverHeader, AccountPopoverHeaderProps, AccountPreview, AccountPreviewProps, AccountPreviewSlots, AccountPreviewVariant, AccountProps, AccountSlots, ActivePage, AlertDialog, AlertDialogPayload, AlertDialogProps, AlertOptions, AppProvider, AppProviderProps, AppTheme, Authentication, AuthenticationContext, Branding, Breadcrumb, CloseDialog, CloseNotification, ConfirmDialog, ConfirmDialogPayload, ConfirmDialogProps, ConfirmOptions, DashboardHeader, DashboardHeaderProps, DashboardHeaderSlotProps, DashboardHeaderSlots, DashboardLayout, DashboardLayoutProps, DashboardLayoutSlotProps, DashboardLayoutSlots, DashboardSidebarPageItem, DashboardSidebarPageItemContextProps, DashboardSidebarPageItemProps, DefaultStorageStateoptions, DialogComponent, DialogHook, DialogProps, DialogProviderProps, DialogsProvider, LocaleText, LocalizationContext, LocalizationProvider, LocalizationProviderProps, Navigate, NavigateOptions, Navigation, NavigationDividerItem, NavigationItem, NavigationPageItem, NavigationSubheaderItem, NextAppProvider, NotificationsProvider, NotificationsProviderProps, NotificationsProviderSlotProps, NotificationsProviderSlots, OpenAlertDialog, OpenConfirmDialog, OpenDialog, OpenDialogOptions, OpenPromptDialog, PageContainer, PageContainerProps, PageContainerSlotProps, PageContainerSlots, PageHeader, PageHeaderProps, PageHeaderSlotProps, PageHeaderSlots, PageHeaderToolbar, PageHeaderToolbarProps, PromptDialog, PromptDialogPayload, PromptDialogProps, PromptOptions, Router, Session, SessionContext, ShowNotification, ShowNotificationOptions, SidebarFooterProps, SignInButton, SignOutButton, SignOutButtonProps, StorageStateInitializer, StorageStateOptions, ThemeSwitcher, ToolbarActions, UseStorageState, UseStorageStateHookResult, en, useActivePage, useDialogs, useLocalStorageState, useLocaleText, useNotifications, useStorageState, useStorageStateServer } from './core.mjs';
|
|
4
2
|
import 'react/jsx-runtime';
|
|
5
3
|
import 'react';
|
|
6
4
|
import '@mui/material/Button';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
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';
|
|
1
|
+
export { Account, AccountPopoverFooter, AccountPopoverFooterProps, AccountPopoverHeader, AccountPopoverHeaderProps, AccountPreview, AccountPreviewProps, AccountPreviewSlots, AccountPreviewVariant, AccountProps, AccountSlots, ActivePage, AlertDialog, AlertDialogPayload, AlertDialogProps, AlertOptions, AppProvider, AppProviderProps, AppTheme, Authentication, AuthenticationContext, Branding, Breadcrumb, CloseDialog, CloseNotification, ConfirmDialog, ConfirmDialogPayload, ConfirmDialogProps, ConfirmOptions, DashboardHeader, DashboardHeaderProps, DashboardHeaderSlotProps, DashboardHeaderSlots, DashboardLayout, DashboardLayoutProps, DashboardLayoutSlotProps, DashboardLayoutSlots, DashboardSidebarPageItem, DashboardSidebarPageItemContextProps, DashboardSidebarPageItemProps, DefaultStorageStateoptions, DialogComponent, DialogHook, DialogProps, DialogProviderProps, DialogsProvider, LocaleText, LocalizationContext, LocalizationProvider, LocalizationProviderProps, Navigate, NavigateOptions, Navigation, NavigationDividerItem, NavigationItem, NavigationPageItem, NavigationSubheaderItem, NextAppProvider, NotificationsProvider, NotificationsProviderProps, NotificationsProviderSlotProps, NotificationsProviderSlots, OpenAlertDialog, OpenConfirmDialog, OpenDialog, OpenDialogOptions, OpenPromptDialog, PageContainer, PageContainerProps, PageContainerSlotProps, PageContainerSlots, PageHeader, PageHeaderProps, PageHeaderSlotProps, PageHeaderSlots, PageHeaderToolbar, PageHeaderToolbarProps, PromptDialog, PromptDialogPayload, PromptDialogProps, PromptOptions, Router, Session, SessionContext, ShowNotification, ShowNotificationOptions, SidebarFooterProps, SignInButton, SignOutButton, SignOutButtonProps, StorageStateInitializer, StorageStateOptions, ThemeSwitcher, ToolbarActions, UseStorageState, UseStorageStateHookResult, en, useActivePage, useDialogs, useLocalStorageState, useLocaleText, useNotifications, useStorageState, useStorageStateServer } from './core.js';
|
|
4
2
|
import 'react/jsx-runtime';
|
|
5
3
|
import 'react';
|
|
6
4
|
import '@mui/material/Button';
|