@iowas/toolpad 1.0.3 → 1.0.5
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/dist/AppProvider-CIyOzZv_.d.mts +201 -0
- package/dist/AppProvider-CIyOzZv_.d.ts +201 -0
- package/dist/{chunk-6JQJK2JX.mjs → chunk-3JWXE2JW.mjs} +5 -26
- package/dist/chunk-5B2NQDIH.js +145 -0
- package/dist/chunk-BN55HN4U.js +12 -0
- package/dist/chunk-F6JD4MSY.mjs +10 -0
- package/dist/chunk-LUTZBKSG.mjs +636 -0
- package/dist/chunk-PMIWCP25.mjs +4 -19
- package/dist/chunk-SITC3EZQ.js +2225 -0
- package/dist/chunk-SWAF5R4Y.js +686 -0
- package/dist/chunk-VMBNHIHN.js +84 -0
- package/dist/{chunk-IDMYUY7L.mjs → chunk-ZXM3V5SD.mjs} +456 -1325
- package/dist/core.d.mts +4 -198
- package/dist/core.d.ts +4 -198
- package/dist/core.js +126 -3100
- package/dist/core.mjs +4 -69
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +195 -3260
- package/dist/index.mjs +5 -106
- package/dist/nextjs.d.mts +3 -157
- package/dist/nextjs.d.ts +3 -157
- package/dist/nextjs.js +38 -772
- package/dist/nextjs.mjs +15 -747
- package/dist/utils.js +71 -213
- package/dist/utils.mjs +3 -40
- package/package.json +1 -1
package/dist/core.mjs
CHANGED
|
@@ -1,69 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
AccountPreview,
|
|
6
|
-
AlertDialog,
|
|
7
|
-
AppProvider,
|
|
8
|
-
AuthenticationContext,
|
|
9
|
-
ConfirmDialog,
|
|
10
|
-
DashboardHeader,
|
|
11
|
-
DashboardLayout,
|
|
12
|
-
DashboardSidebarPageItem,
|
|
13
|
-
DialogsProvider,
|
|
14
|
-
LocalizationContext,
|
|
15
|
-
LocalizationProvider,
|
|
16
|
-
NotificationsProvider,
|
|
17
|
-
PageContainer,
|
|
18
|
-
PageHeader,
|
|
19
|
-
PageHeaderToolbar,
|
|
20
|
-
PromptDialog,
|
|
21
|
-
SessionContext,
|
|
22
|
-
SignInButton,
|
|
23
|
-
SignOutButton,
|
|
24
|
-
ThemeSwitcher,
|
|
25
|
-
ToolbarActions,
|
|
26
|
-
en_default,
|
|
27
|
-
useActivePage,
|
|
28
|
-
useDialogs,
|
|
29
|
-
useLocalStorageState,
|
|
30
|
-
useLocaleText,
|
|
31
|
-
useNotifications,
|
|
32
|
-
useStorageState,
|
|
33
|
-
useStorageStateServer
|
|
34
|
-
} from "./chunk-IDMYUY7L.mjs";
|
|
35
|
-
import "./chunk-6JQJK2JX.mjs";
|
|
36
|
-
export {
|
|
37
|
-
Account,
|
|
38
|
-
AccountPopoverFooter,
|
|
39
|
-
AccountPopoverHeader,
|
|
40
|
-
AccountPreview,
|
|
41
|
-
AlertDialog,
|
|
42
|
-
AppProvider,
|
|
43
|
-
AuthenticationContext,
|
|
44
|
-
ConfirmDialog,
|
|
45
|
-
DashboardHeader,
|
|
46
|
-
DashboardLayout,
|
|
47
|
-
DashboardSidebarPageItem,
|
|
48
|
-
DialogsProvider,
|
|
49
|
-
LocalizationContext,
|
|
50
|
-
LocalizationProvider,
|
|
51
|
-
NotificationsProvider,
|
|
52
|
-
PageContainer,
|
|
53
|
-
PageHeader,
|
|
54
|
-
PageHeaderToolbar,
|
|
55
|
-
PromptDialog,
|
|
56
|
-
SessionContext,
|
|
57
|
-
SignInButton,
|
|
58
|
-
SignOutButton,
|
|
59
|
-
ThemeSwitcher,
|
|
60
|
-
ToolbarActions,
|
|
61
|
-
en_default as en,
|
|
62
|
-
useActivePage,
|
|
63
|
-
useDialogs,
|
|
64
|
-
useLocalStorageState,
|
|
65
|
-
useLocaleText,
|
|
66
|
-
useNotifications,
|
|
67
|
-
useStorageState,
|
|
68
|
-
useStorageStateServer
|
|
69
|
-
};
|
|
1
|
+
export { Account, AccountPopoverFooter, AccountPopoverHeader, AccountPreview, AlertDialog, ConfirmDialog, DashboardHeader, DashboardLayout, DashboardSidebarPageItem, PageContainer, PageHeader, PageHeaderToolbar, PromptDialog, SignInButton, SignOutButton, ThemeSwitcher, ToolbarActions, useActivePage, useDialogs, useNotifications } from './chunk-ZXM3V5SD.mjs';
|
|
2
|
+
export { AppProvider, AuthenticationContext, DialogsProvider, LocalizationContext, LocalizationProvider, NotificationsProvider, SessionContext, en_default as en, useLocalStorageState, useLocaleText, useStorageState, useStorageStateServer } from './chunk-LUTZBKSG.mjs';
|
|
3
|
+
import './chunk-F6JD4MSY.mjs';
|
|
4
|
+
import './chunk-3JWXE2JW.mjs';
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { Account, AccountPopoverFooter, AccountPopoverFooterProps, AccountPopoverHeader, AccountPopoverHeaderProps, AccountPreview, AccountPreviewProps, AccountPreviewSlots, AccountPreviewVariant, AccountProps, AccountSlots, ActivePage, AlertDialog, AlertDialogPayload, AlertDialogProps, AlertOptions,
|
|
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';
|
|
2
3
|
export { asArray, createGlobalState, createProvidedContext, equalProperties, filterKeys, filterValues, hasOwnProperty, interleave, mapKeys, mapProperties, mapValues, useAssertedContext, useBoolean, useNonNullableContext, usePageTitle, useTraceUpdates, warnOnce } from './utils.mjs';
|
|
3
4
|
import 'react/jsx-runtime';
|
|
4
5
|
import 'react';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { Account, AccountPopoverFooter, AccountPopoverFooterProps, AccountPopoverHeader, AccountPopoverHeaderProps, AccountPreview, AccountPreviewProps, AccountPreviewSlots, AccountPreviewVariant, AccountProps, AccountSlots, ActivePage, AlertDialog, AlertDialogPayload, AlertDialogProps, AlertOptions,
|
|
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';
|
|
2
3
|
export { asArray, createGlobalState, createProvidedContext, equalProperties, filterKeys, filterValues, hasOwnProperty, interleave, mapKeys, mapProperties, mapValues, useAssertedContext, useBoolean, useNonNullableContext, usePageTitle, useTraceUpdates, warnOnce } from './utils.js';
|
|
3
4
|
import 'react/jsx-runtime';
|
|
4
5
|
import 'react';
|