@iowas/toolpad 1.0.4 → 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/index.mjs CHANGED
@@ -1,110 +1,5 @@
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 {
38
- asArray,
39
- equalProperties,
40
- filterKeys,
41
- filterValues,
42
- hasOwnProperty,
43
- mapKeys,
44
- mapProperties,
45
- mapValues,
46
- useBoolean,
47
- usePageTitle
48
- } from "./chunk-PMIWCP25.mjs";
49
- import {
50
- warnOnce
51
- } from "./chunk-F6JD4MSY.mjs";
52
- import {
53
- createGlobalState,
54
- createProvidedContext,
55
- interleave,
56
- useAssertedContext,
57
- useNonNullableContext,
58
- useTraceUpdates
59
- } from "./chunk-3JWXE2JW.mjs";
60
- export {
61
- Account,
62
- AccountPopoverFooter,
63
- AccountPopoverHeader,
64
- AccountPreview,
65
- AlertDialog,
66
- AppProvider,
67
- AuthenticationContext,
68
- ConfirmDialog,
69
- DashboardHeader,
70
- DashboardLayout,
71
- DashboardSidebarPageItem,
72
- DialogsProvider,
73
- LocalizationContext,
74
- LocalizationProvider,
75
- NotificationsProvider,
76
- PageContainer,
77
- PageHeader,
78
- PageHeaderToolbar,
79
- PromptDialog,
80
- SessionContext,
81
- SignInButton,
82
- SignOutButton,
83
- ThemeSwitcher,
84
- ToolbarActions,
85
- asArray,
86
- createGlobalState,
87
- createProvidedContext,
88
- en_default as en,
89
- equalProperties,
90
- filterKeys,
91
- filterValues,
92
- hasOwnProperty,
93
- interleave,
94
- mapKeys,
95
- mapProperties,
96
- mapValues,
97
- useActivePage,
98
- useAssertedContext,
99
- useBoolean,
100
- useDialogs,
101
- useLocalStorageState,
102
- useLocaleText,
103
- useNonNullableContext,
104
- useNotifications,
105
- usePageTitle,
106
- useStorageState,
107
- useStorageStateServer,
108
- useTraceUpdates,
109
- warnOnce
110
- };
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
+ export { asArray, equalProperties, filterKeys, filterValues, hasOwnProperty, mapKeys, mapProperties, mapValues, useBoolean, usePageTitle } from './chunk-PMIWCP25.mjs';
4
+ export { warnOnce } from './chunk-F6JD4MSY.mjs';
5
+ export { createGlobalState, createProvidedContext, interleave, useAssertedContext, useNonNullableContext, useTraceUpdates } from './chunk-3JWXE2JW.mjs';