@carlonicora/nextjs-jsonapi 1.133.0 → 1.135.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/dist/{BlockNoteEditor-VXK7INMR.mjs → BlockNoteEditor-GVNC7UWS.mjs} +4 -4
- package/dist/{BlockNoteEditor-H626BS5Y.js → BlockNoteEditor-XIB4Q2B7.js} +19 -19
- package/dist/{BlockNoteEditor-H626BS5Y.js.map → BlockNoteEditor-XIB4Q2B7.js.map} +1 -1
- package/dist/billing/index.js +357 -357
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-F6KBHC2X.js → chunk-C2LEIBUK.js} +7 -7
- package/dist/{chunk-F6KBHC2X.js.map → chunk-C2LEIBUK.js.map} +1 -1
- package/dist/{chunk-DZL2G7NB.mjs → chunk-DVOBOFCF.mjs} +38 -11
- package/dist/chunk-DVOBOFCF.mjs.map +1 -0
- package/dist/{chunk-TVJFCWST.js → chunk-IWSLZEWZ.js} +1058 -885
- package/dist/chunk-IWSLZEWZ.js.map +1 -0
- package/dist/{chunk-VSAAVVHY.mjs → chunk-M5IAN7IR.mjs} +2 -2
- package/dist/{chunk-WEDLGKSS.mjs → chunk-MZAD63EI.mjs} +2629 -2456
- package/dist/chunk-MZAD63EI.mjs.map +1 -0
- package/dist/{chunk-5IE6DZ2D.js → chunk-W73JBOIR.js} +39 -12
- package/dist/{chunk-5IE6DZ2D.js.map → chunk-W73JBOIR.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +17 -2
- package/dist/components/index.d.ts +17 -2
- package/dist/components/index.js +6 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -3
- package/dist/contexts/index.d.mts +85 -3
- package/dist/contexts/index.d.ts +85 -3
- package/dist/contexts/index.js +16 -4
- package/dist/contexts/index.js.map +1 -1
- package/dist/contexts/index.mjs +15 -3
- package/dist/core/index.d.mts +3 -1
- package/dist/core/index.d.ts +3 -1
- package/dist/core/index.js +6 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +5 -1
- package/dist/features/help/index.js +37 -37
- package/dist/features/help/index.mjs +3 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/PageContainer.tsx +7 -2
- package/src/components/containers/RoundPageContainer.tsx +31 -9
- package/src/components/navigations/Header.tsx +17 -6
- package/src/components/navigations/MobileNavigationBar.tsx +99 -0
- package/src/components/navigations/__tests__/MobileNavigationBar.spec.tsx +131 -0
- package/src/components/navigations/index.ts +1 -0
- package/src/components/pages/PageContentContainer.tsx +1 -1
- package/src/contexts/HeaderChildrenContext.tsx +23 -2
- package/src/contexts/HeaderLogoContext.tsx +25 -0
- package/src/contexts/MobileNavigationContext.tsx +66 -0
- package/src/contexts/ViewportContext.tsx +46 -0
- package/src/contexts/index.ts +3 -0
- package/src/core/registry/__tests__/viewportStore.test.ts +50 -0
- package/src/core/registry/viewportStore.ts +47 -0
- package/src/utils/__tests__/use-mobile.test.tsx +137 -0
- package/src/utils/index.ts +1 -1
- package/src/utils/use-mobile.tsx +70 -13
- package/dist/chunk-DZL2G7NB.mjs.map +0 -1
- package/dist/chunk-TVJFCWST.js.map +0 -1
- package/dist/chunk-WEDLGKSS.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-VXK7INMR.mjs.map → BlockNoteEditor-GVNC7UWS.mjs.map} +0 -0
- /package/dist/{chunk-VSAAVVHY.mjs.map → chunk-M5IAN7IR.mjs.map} +0 -0
package/dist/contexts/index.d.ts
CHANGED
|
@@ -8,11 +8,11 @@ import { M as ModuleWithPermissions, A as Action } from '../types-DHOxe8rc.js';
|
|
|
8
8
|
import { a as HowToInterface, d as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-giWvsOrX.js';
|
|
9
9
|
import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.js';
|
|
10
10
|
import { a as AssistantInterface } from '../AssistantInterface-CHiJIYDY.js';
|
|
11
|
+
import { LucideIcon } from 'lucide-react';
|
|
11
12
|
import { u as useSocket } from '../useSocket-BsbaGPqE.js';
|
|
12
13
|
import * as jotai from 'jotai';
|
|
13
14
|
import * as jotai_utils from 'jotai/utils';
|
|
14
15
|
import '../feature.interface-BO25VLlx.js';
|
|
15
|
-
import 'lucide-react';
|
|
16
16
|
import '../ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
17
17
|
|
|
18
18
|
interface CompanyContextType {
|
|
@@ -206,19 +206,28 @@ declare const useCommonContext: () => CommonContextType;
|
|
|
206
206
|
interface HeaderChildrenProviderProps {
|
|
207
207
|
children: ReactNode;
|
|
208
208
|
content: ReactNode;
|
|
209
|
+
mobileContent?: ReactNode;
|
|
209
210
|
rootLabel?: string;
|
|
210
211
|
}
|
|
211
212
|
/**
|
|
212
213
|
* Provider to supply custom content to be rendered in the Header component.
|
|
213
214
|
* Wrap your layout with this provider and pass the content you want in the header.
|
|
214
215
|
* Optionally pass `rootLabel` to override the first breadcrumb entry (defaults to `common.home`).
|
|
216
|
+
*
|
|
217
|
+
* The header has far less room on mobile, so `content` is desktop-only. Pass `mobileContent`
|
|
218
|
+
* to choose which widgets survive there; omit it and the header stays bare on mobile.
|
|
215
219
|
*/
|
|
216
|
-
declare function HeaderChildrenProvider({ children, content, rootLabel }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
220
|
+
declare function HeaderChildrenProvider({ children, content, mobileContent, rootLabel }: HeaderChildrenProviderProps): React.JSX.Element;
|
|
217
221
|
/**
|
|
218
222
|
* Hook to get the header children content from context.
|
|
219
223
|
* Used internally by PageContainer to pass children to Header.
|
|
220
224
|
*/
|
|
221
225
|
declare function useHeaderChildren(): ReactNode | null;
|
|
226
|
+
/**
|
|
227
|
+
* Hook to get the header content the application wants kept on mobile.
|
|
228
|
+
* Returns null when the application supplied none, in which case the Header shows no widgets there.
|
|
229
|
+
*/
|
|
230
|
+
declare function useHeaderMobileChildren(): ReactNode | null;
|
|
222
231
|
/**
|
|
223
232
|
* Hook to get the label of the first breadcrumb entry, when the application supplies one.
|
|
224
233
|
* Returns null when no override was provided, in which case the Header falls back to `common.home`.
|
|
@@ -232,6 +241,55 @@ interface HeaderLeftContentProviderProps {
|
|
|
232
241
|
declare function HeaderLeftContentProvider({ children, content }: HeaderLeftContentProviderProps): React.JSX.Element;
|
|
233
242
|
declare function useHeaderLeftContent(): ReactNode | null;
|
|
234
243
|
|
|
244
|
+
interface HeaderLogoProviderProps {
|
|
245
|
+
children: ReactNode;
|
|
246
|
+
content: ReactNode;
|
|
247
|
+
}
|
|
248
|
+
declare function HeaderLogoProvider({ children, content }: HeaderLogoProviderProps): React.JSX.Element;
|
|
249
|
+
declare function useHeaderLogo(): ReactNode | null;
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* One slot in the mobile bottom navigation bar.
|
|
253
|
+
*
|
|
254
|
+
* Supply exactly one of `icon` / `render`, and exactly one of `href` / `onClick`.
|
|
255
|
+
* This is a review-time contract, not a runtime-validated one — the mistake is
|
|
256
|
+
* immediately visible in dev, and validation code would ship to every consumer.
|
|
257
|
+
*
|
|
258
|
+
* `render` content MUST NOT contain an interactive element: an `href` slot is
|
|
259
|
+
* already wrapped in a <Link>, so a nested <a>/<button> is invalid HTML and
|
|
260
|
+
* triggers a hydration error.
|
|
261
|
+
*/
|
|
262
|
+
type MobileNavigationItem = {
|
|
263
|
+
/** Stable unique key. Used as the React key and the `data-testid` suffix. */
|
|
264
|
+
key: string;
|
|
265
|
+
/** Accessible name. The bar is icons-only, so this is never rendered as text. */
|
|
266
|
+
label: string;
|
|
267
|
+
/** Rendered at 24px. Mutually exclusive with `render`. */
|
|
268
|
+
icon?: LucideIcon;
|
|
269
|
+
/** Escape hatch for slots an icon cannot express (logo mark, user avatar). */
|
|
270
|
+
render?: ReactNode;
|
|
271
|
+
/** Navigational slot — receives the active highlight. */
|
|
272
|
+
href?: string;
|
|
273
|
+
/** Action slot — never highlighted. */
|
|
274
|
+
onClick?: () => void;
|
|
275
|
+
};
|
|
276
|
+
/**
|
|
277
|
+
* Supplies the items rendered by `MobileNavigationBar`.
|
|
278
|
+
*
|
|
279
|
+
* Unlike `useSharedContext`, the hook below does NOT throw without a provider —
|
|
280
|
+
* it returns `[]` and the bar renders nothing. Apps that never install this
|
|
281
|
+
* provider are completely unaffected.
|
|
282
|
+
*
|
|
283
|
+
* MUST be rendered inside `ViewportProvider` so the bar's `useIsMobile()` reads
|
|
284
|
+
* the server-seeded viewport rather than flashing.
|
|
285
|
+
*/
|
|
286
|
+
declare function MobileNavigationProvider({ children, items }: {
|
|
287
|
+
children: ReactNode;
|
|
288
|
+
items: MobileNavigationItem[];
|
|
289
|
+
}): React.JSX.Element;
|
|
290
|
+
/** Returns the application-supplied bottom-navigation items, or `[]` when none. */
|
|
291
|
+
declare function useMobileNavigationItems(): MobileNavigationItem[];
|
|
292
|
+
|
|
235
293
|
interface SharedProviderProps {
|
|
236
294
|
children: ReactNode;
|
|
237
295
|
value: {
|
|
@@ -280,6 +338,30 @@ interface SocketProviderProps {
|
|
|
280
338
|
declare const SocketProvider: React__default.FC<SocketProviderProps>;
|
|
281
339
|
declare const useSocketContext: () => SocketContextProps;
|
|
282
340
|
|
|
341
|
+
/**
|
|
342
|
+
* Seeds the viewport from the server so SSR and the first client render agree,
|
|
343
|
+
* removing the desktop-then-mobile chrome flash.
|
|
344
|
+
*
|
|
345
|
+
* `initialIsMobile` comes from the request — cookie first (a real measurement
|
|
346
|
+
* from a previous visit), user agent as the first-visit fallback. See the
|
|
347
|
+
* (main)/(admin) layouts.
|
|
348
|
+
*
|
|
349
|
+
* THIS LIVES IN `contexts/`, NOT `utils/`, AND MUST STAY HERE. The server
|
|
350
|
+
* layouts render it directly, so it needs a genuine "use client" boundary in
|
|
351
|
+
* the BUILT output. tsup.config.ts stamps the directive onto `dist/contexts/*`
|
|
352
|
+
* via its `clientEntries` list; `dist/core/*` is deliberately excluded so that
|
|
353
|
+
* instrumentation can import it server-side. Exporting this provider from
|
|
354
|
+
* `core` therefore made Next execute it as a Server Component and fail with
|
|
355
|
+
* "createContext only works in Client Components".
|
|
356
|
+
*
|
|
357
|
+
* `SocketContext` in this directory is the reference: it is likewise rendered
|
|
358
|
+
* straight from `(main)/layout.tsx`, a Server Component, and works.
|
|
359
|
+
*/
|
|
360
|
+
declare function ViewportProvider({ initialIsMobile, children, }: {
|
|
361
|
+
initialIsMobile: boolean;
|
|
362
|
+
children: React.ReactNode;
|
|
363
|
+
}): React.JSX.Element;
|
|
364
|
+
|
|
283
365
|
interface RecentPage {
|
|
284
366
|
url: string;
|
|
285
367
|
title: string;
|
|
@@ -288,4 +370,4 @@ interface RecentPage {
|
|
|
288
370
|
}
|
|
289
371
|
declare const recentPagesAtom: jotai.WritableAtom<RecentPage[], [typeof jotai_utils.RESET | RecentPage[] | ((prev: RecentPage[]) => typeof jotai_utils.RESET | RecentPage[])], void>;
|
|
290
372
|
|
|
291
|
-
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HowToProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHeaderRootLabel, useHowToContext, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
|
373
|
+
export { AssistantProvider, CommonProvider, CompanyProvider, type CurrentUserContextType, CurrentUserProvider, HeaderChildrenProvider, HeaderLeftContentProvider, HeaderLogoProvider, HowToProvider, type MobileNavigationItem, MobileNavigationProvider, NotificationContextProvider, OnboardingContextValue, OnboardingProvider, OnboardingProviderProps, RbacProvider, type RecentPage, RoleProvider, SharedProvider, SocketContext, SocketProvider, UserProvider, ViewportProvider, recentPagesAtom, useAssistantContext, useCommonContext, useCompanyContext, useCurrentUserContext, useHeaderChildren, useHeaderLeftContent, useHeaderLogo, useHeaderMobileChildren, useHeaderRootLabel, useHowToContext, useMobileNavigationItems, useNotificationContext, useOnboarding, useRbacContext, useRoleContext, useSharedContext, useSocketContext, useUserContext };
|
package/dist/contexts/index.js
CHANGED
|
@@ -32,9 +32,15 @@
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
var _chunkIWSLZEWZjs = require('../chunk-IWSLZEWZ.js');
|
|
42
|
+
require('../chunk-C2LEIBUK.js');
|
|
43
|
+
require('../chunk-W73JBOIR.js');
|
|
38
44
|
require('../chunk-LXKSUWAV.js');
|
|
39
45
|
require('../chunk-IBS6NI7D.js');
|
|
40
46
|
require('../chunk-QWCAOLBD.js');
|
|
@@ -73,5 +79,11 @@ require('../chunk-7QVYU63E.js');
|
|
|
73
79
|
|
|
74
80
|
|
|
75
81
|
|
|
76
|
-
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
exports.AssistantProvider = _chunkIWSLZEWZjs.AssistantProvider; exports.CommonProvider = _chunkIWSLZEWZjs.CommonProvider; exports.CompanyProvider = _chunkIWSLZEWZjs.CompanyProvider; exports.CurrentUserProvider = _chunkIWSLZEWZjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkIWSLZEWZjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkIWSLZEWZjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkIWSLZEWZjs.HeaderLeftContentProvider; exports.HeaderLogoProvider = _chunkIWSLZEWZjs.HeaderLogoProvider; exports.HowToProvider = _chunkIWSLZEWZjs.HowToProvider; exports.MobileNavigationProvider = _chunkIWSLZEWZjs.MobileNavigationProvider; exports.NotificationContextProvider = _chunkIWSLZEWZjs.NotificationContextProvider; exports.OnboardingProvider = _chunkIWSLZEWZjs.OnboardingProvider; exports.RbacProvider = _chunkIWSLZEWZjs.RbacProvider; exports.RoleProvider = _chunkIWSLZEWZjs.RoleProvider; exports.SharedProvider = _chunkIWSLZEWZjs.SharedProvider; exports.SocketContext = _chunkIWSLZEWZjs.SocketContext; exports.SocketProvider = _chunkIWSLZEWZjs.SocketProvider; exports.UserProvider = _chunkIWSLZEWZjs.UserProvider; exports.ViewportProvider = _chunkIWSLZEWZjs.ViewportProvider; exports.recentPagesAtom = _chunkIWSLZEWZjs.recentPagesAtom; exports.useAssistantContext = _chunkIWSLZEWZjs.useAssistantContext; exports.useCommonContext = _chunkIWSLZEWZjs.useCommonContext; exports.useCompanyContext = _chunkIWSLZEWZjs.useCompanyContext; exports.useCurrentUserContext = _chunkIWSLZEWZjs.useCurrentUserContext; exports.useHeaderChildren = _chunkIWSLZEWZjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkIWSLZEWZjs.useHeaderLeftContent; exports.useHeaderLogo = _chunkIWSLZEWZjs.useHeaderLogo; exports.useHeaderMobileChildren = _chunkIWSLZEWZjs.useHeaderMobileChildren; exports.useHeaderRootLabel = _chunkIWSLZEWZjs.useHeaderRootLabel; exports.useHowToContext = _chunkIWSLZEWZjs.useHowToContext; exports.useMobileNavigationItems = _chunkIWSLZEWZjs.useMobileNavigationItems; exports.useNotificationContext = _chunkIWSLZEWZjs.useNotificationContext; exports.useOnboarding = _chunkIWSLZEWZjs.useOnboarding; exports.useRbacContext = _chunkIWSLZEWZjs.useRbacContext; exports.useRoleContext = _chunkIWSLZEWZjs.useRoleContext; exports.useSharedContext = _chunkIWSLZEWZjs.useSharedContext; exports.useSocketContext = _chunkIWSLZEWZjs.useSocketContext; exports.useUserContext = _chunkIWSLZEWZjs.useUserContext;
|
|
77
89
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,q5EAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/contexts/index.js"}
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -7,7 +7,9 @@ import {
|
|
|
7
7
|
DEFAULT_ONBOARDING_LABELS,
|
|
8
8
|
HeaderChildrenProvider,
|
|
9
9
|
HeaderLeftContentProvider,
|
|
10
|
+
HeaderLogoProvider,
|
|
10
11
|
HowToProvider,
|
|
12
|
+
MobileNavigationProvider,
|
|
11
13
|
NotificationContextProvider,
|
|
12
14
|
OnboardingProvider,
|
|
13
15
|
RbacProvider,
|
|
@@ -16,6 +18,7 @@ import {
|
|
|
16
18
|
SocketContext,
|
|
17
19
|
SocketProvider,
|
|
18
20
|
UserProvider,
|
|
21
|
+
ViewportProvider,
|
|
19
22
|
recentPagesAtom,
|
|
20
23
|
useAssistantContext,
|
|
21
24
|
useCommonContext,
|
|
@@ -23,8 +26,11 @@ import {
|
|
|
23
26
|
useCurrentUserContext,
|
|
24
27
|
useHeaderChildren,
|
|
25
28
|
useHeaderLeftContent,
|
|
29
|
+
useHeaderLogo,
|
|
30
|
+
useHeaderMobileChildren,
|
|
26
31
|
useHeaderRootLabel,
|
|
27
32
|
useHowToContext,
|
|
33
|
+
useMobileNavigationItems,
|
|
28
34
|
useNotificationContext,
|
|
29
35
|
useOnboarding,
|
|
30
36
|
useRbacContext,
|
|
@@ -32,9 +38,9 @@ import {
|
|
|
32
38
|
useSharedContext,
|
|
33
39
|
useSocketContext,
|
|
34
40
|
useUserContext
|
|
35
|
-
} from "../chunk-
|
|
36
|
-
import "../chunk-
|
|
37
|
-
import "../chunk-
|
|
41
|
+
} from "../chunk-MZAD63EI.mjs";
|
|
42
|
+
import "../chunk-M5IAN7IR.mjs";
|
|
43
|
+
import "../chunk-DVOBOFCF.mjs";
|
|
38
44
|
import "../chunk-AUXK7QSA.mjs";
|
|
39
45
|
import "../chunk-C7C7VY4F.mjs";
|
|
40
46
|
import "../chunk-Z2CB63VG.mjs";
|
|
@@ -48,7 +54,9 @@ export {
|
|
|
48
54
|
DEFAULT_ONBOARDING_LABELS,
|
|
49
55
|
HeaderChildrenProvider,
|
|
50
56
|
HeaderLeftContentProvider,
|
|
57
|
+
HeaderLogoProvider,
|
|
51
58
|
HowToProvider,
|
|
59
|
+
MobileNavigationProvider,
|
|
52
60
|
NotificationContextProvider,
|
|
53
61
|
OnboardingProvider,
|
|
54
62
|
RbacProvider,
|
|
@@ -57,6 +65,7 @@ export {
|
|
|
57
65
|
SocketContext,
|
|
58
66
|
SocketProvider,
|
|
59
67
|
UserProvider,
|
|
68
|
+
ViewportProvider,
|
|
60
69
|
recentPagesAtom,
|
|
61
70
|
useAssistantContext,
|
|
62
71
|
useCommonContext,
|
|
@@ -64,8 +73,11 @@ export {
|
|
|
64
73
|
useCurrentUserContext,
|
|
65
74
|
useHeaderChildren,
|
|
66
75
|
useHeaderLeftContent,
|
|
76
|
+
useHeaderLogo,
|
|
77
|
+
useHeaderMobileChildren,
|
|
67
78
|
useHeaderRootLabel,
|
|
68
79
|
useHowToContext,
|
|
80
|
+
useMobileNavigationItems,
|
|
69
81
|
useNotificationContext,
|
|
70
82
|
useOnboarding,
|
|
71
83
|
useRbacContext,
|
package/dist/core/index.d.mts
CHANGED
|
@@ -417,6 +417,8 @@ declare function composeRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>
|
|
|
417
417
|
*/
|
|
418
418
|
declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>;
|
|
419
419
|
|
|
420
|
+
declare const MOBILE_BREAKPOINT = 768;
|
|
421
|
+
declare const VIEWPORT_COOKIE_NAME = "viewport_mobile";
|
|
420
422
|
declare function useIsMobile(): boolean;
|
|
421
423
|
|
|
422
424
|
type FormatOption = "date" | "time" | "dateTime" | "timeSince" | "default";
|
|
@@ -2408,4 +2410,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2408
2410
|
|
|
2409
2411
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2410
2412
|
|
|
2411
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
|
2413
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -417,6 +417,8 @@ declare function composeRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>
|
|
|
417
417
|
*/
|
|
418
418
|
declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallback<T>;
|
|
419
419
|
|
|
420
|
+
declare const MOBILE_BREAKPOINT = 768;
|
|
421
|
+
declare const VIEWPORT_COOKIE_NAME = "viewport_mobile";
|
|
420
422
|
declare function useIsMobile(): boolean;
|
|
421
423
|
|
|
422
424
|
type FormatOption = "date" | "time" | "dateTime" | "timeSince" | "default";
|
|
@@ -2408,4 +2410,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2408
2410
|
|
|
2409
2411
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2410
2412
|
|
|
2411
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
|
2413
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
package/dist/core/index.js
CHANGED
|
@@ -178,7 +178,9 @@
|
|
|
178
178
|
|
|
179
179
|
|
|
180
180
|
|
|
181
|
-
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
var _chunkW73JBOIRjs = require('../chunk-W73JBOIR.js');
|
|
182
184
|
require('../chunk-LXKSUWAV.js');
|
|
183
185
|
require('../chunk-IBS6NI7D.js');
|
|
184
186
|
|
|
@@ -383,5 +385,7 @@ require('../chunk-7QVYU63E.js');
|
|
|
383
385
|
|
|
384
386
|
|
|
385
387
|
|
|
386
|
-
exports.AVAILABLE_OAUTH_SCOPES = _chunk5IE6DZ2Djs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk5IE6DZ2Djs.AbstractApiData; exports.AbstractService = _chunk5IE6DZ2Djs.AbstractService; exports.Action = _chunk5IE6DZ2Djs.Action; exports.Assistant = _chunk5IE6DZ2Djs.Assistant; exports.AssistantMessage = _chunk5IE6DZ2Djs.AssistantMessage; exports.AssistantMessageModule = _chunk5IE6DZ2Djs.AssistantMessageModule; exports.AssistantMessageService = _chunk5IE6DZ2Djs.AssistantMessageService; exports.AssistantModule = _chunk5IE6DZ2Djs.AssistantModule; exports.AssistantService = _chunk5IE6DZ2Djs.AssistantService; exports.AuditLog = _chunk5IE6DZ2Djs.AuditLog; exports.AuditLogModule = _chunk5IE6DZ2Djs.AuditLogModule; exports.AuditLogService = _chunk5IE6DZ2Djs.AuditLogService; exports.Auth = _chunk5IE6DZ2Djs.Auth; exports.AuthComponent = _chunk5IE6DZ2Djs.AuthComponent; exports.AuthModule = _chunk5IE6DZ2Djs.AuthModule; exports.AuthService = _chunk5IE6DZ2Djs.AuthService; exports.AuthorModule = _chunk5IE6DZ2Djs.AuthorModule; exports.BackupCodeVerify = _chunk5IE6DZ2Djs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk5IE6DZ2Djs.BackupCodeVerifyModule; exports.Billing = _chunk5IE6DZ2Djs.Billing; exports.BillingModule = _chunk5IE6DZ2Djs.BillingModule; exports.BillingService = _chunk5IE6DZ2Djs.BillingService; exports.BlockNoteDiffUtil = _chunk5IE6DZ2Djs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk5IE6DZ2Djs.BlockNoteWordDiffRendererUtil; exports.Chunk = _chunk5IE6DZ2Djs.Chunk; exports.ChunkModule = _chunk5IE6DZ2Djs.ChunkModule; exports.ClientAbstractService = _chunk5IE6DZ2Djs.ClientAbstractService; exports.ClientHttpMethod = _chunk5IE6DZ2Djs.ClientHttpMethod; exports.Company = _chunk5IE6DZ2Djs.Company; exports.CompanyFields = _chunk5IE6DZ2Djs.CompanyFields; exports.CompanyModule = _chunk5IE6DZ2Djs.CompanyModule; exports.CompanyService = _chunk5IE6DZ2Djs.CompanyService; exports.Content = _chunk5IE6DZ2Djs.Content; exports.ContentFields = _chunk5IE6DZ2Djs.ContentFields; exports.ContentModule = _chunk5IE6DZ2Djs.ContentModule; exports.ContentService = _chunk5IE6DZ2Djs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk5IE6DZ2Djs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkQWCAOLBDjs.DataClassRegistry; exports.DataClassRegistry = _chunkQWCAOLBDjs.DataClassRegistry; exports.EndpointCreator = _chunk5IE6DZ2Djs.EndpointCreator; exports.Feature = _chunk5IE6DZ2Djs.Feature; exports.FeatureModule = _chunk5IE6DZ2Djs.FeatureModule; exports.FeatureService = _chunk5IE6DZ2Djs.FeatureService; exports.HowTo = _chunk5IE6DZ2Djs.HowTo; exports.HowToFields = _chunk5IE6DZ2Djs.HowToFields; exports.HowToModule = _chunk5IE6DZ2Djs.HowToModule; exports.HowToService = _chunk5IE6DZ2Djs.HowToService; exports.HttpMethod = _chunk5IE6DZ2Djs.HttpMethod; exports.InvoiceStatus = _chunk5IE6DZ2Djs.InvoiceStatus; exports.JsonApiDataFactory = _chunkQWCAOLBDjs.JsonApiDataFactory; exports.Module = _chunk5IE6DZ2Djs.Module; exports.ModuleModule = _chunk5IE6DZ2Djs.ModuleModule; exports.ModulePathsModule = _chunk5IE6DZ2Djs.ModulePathsModule; exports.ModuleRegistrar = _chunk5IE6DZ2Djs.ModuleRegistrar; exports.ModuleRegistry = _chunk5IE6DZ2Djs.ModuleRegistry; exports.Modules = _chunk5IE6DZ2Djs.Modules; exports.Notification = _chunk5IE6DZ2Djs.Notification; exports.NotificationFields = _chunk5IE6DZ2Djs.NotificationFields; exports.NotificationModule = _chunk5IE6DZ2Djs.NotificationModule; exports.NotificationService = _chunk5IE6DZ2Djs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk5IE6DZ2Djs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk5IE6DZ2Djs.OAuthClient; exports.OAuthModule = _chunk5IE6DZ2Djs.OAuthModule; exports.OAuthService = _chunk5IE6DZ2Djs.OAuthService; exports.Passkey = _chunk5IE6DZ2Djs.Passkey; exports.PasskeyAuthenticationOptions = _chunk5IE6DZ2Djs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk5IE6DZ2Djs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk5IE6DZ2Djs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk5IE6DZ2Djs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk5IE6DZ2Djs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk5IE6DZ2Djs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk5IE6DZ2Djs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk5IE6DZ2Djs.PasskeyRename; exports.PasskeyRenameModule = _chunk5IE6DZ2Djs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk5IE6DZ2Djs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk5IE6DZ2Djs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk5IE6DZ2Djs.PaymentMethod; exports.PermissionMappingModule = _chunk5IE6DZ2Djs.PermissionMappingModule; exports.Push = _chunk5IE6DZ2Djs.Push; exports.PushModule = _chunk5IE6DZ2Djs.PushModule; exports.PushService = _chunk5IE6DZ2Djs.PushService; exports.RbacMatrixModule = _chunk5IE6DZ2Djs.RbacMatrixModule; exports.ReferralModule = _chunk5IE6DZ2Djs.ReferralModule; exports.ReferralService = _chunk5IE6DZ2Djs.ReferralService; exports.ReferralStats = _chunk5IE6DZ2Djs.ReferralStats; exports.ReferralStatsModule = _chunk5IE6DZ2Djs.ReferralStatsModule; exports.RehydrationFactory = _chunk5IE6DZ2Djs.RehydrationFactory; exports.Role = _chunk5IE6DZ2Djs.Role; exports.RoleFields = _chunk5IE6DZ2Djs.RoleFields; exports.RoleModule = _chunk5IE6DZ2Djs.RoleModule; exports.RoleService = _chunk5IE6DZ2Djs.RoleService; exports.S3 = _chunk5IE6DZ2Djs.S3; exports.S3Module = _chunk5IE6DZ2Djs.S3Module; exports.S3Service = _chunk5IE6DZ2Djs.S3Service; exports.StripeCustomer = _chunk5IE6DZ2Djs.StripeCustomer; exports.StripeCustomerModule = _chunk5IE6DZ2Djs.StripeCustomerModule; exports.StripeCustomerService = _chunk5IE6DZ2Djs.StripeCustomerService; exports.StripeInvoice = _chunk5IE6DZ2Djs.StripeInvoice; exports.StripeInvoiceModule = _chunk5IE6DZ2Djs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk5IE6DZ2Djs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk5IE6DZ2Djs.StripePaymentMethodModule; exports.StripePrice = _chunk5IE6DZ2Djs.StripePrice; exports.StripePriceModule = _chunk5IE6DZ2Djs.StripePriceModule; exports.StripePriceService = _chunk5IE6DZ2Djs.StripePriceService; exports.StripeProduct = _chunk5IE6DZ2Djs.StripeProduct; exports.StripeProductModule = _chunk5IE6DZ2Djs.StripeProductModule; exports.StripeProductService = _chunk5IE6DZ2Djs.StripeProductService; exports.StripePromotionCode = _chunk5IE6DZ2Djs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk5IE6DZ2Djs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk5IE6DZ2Djs.StripePromotionCodeService; exports.StripeSubscription = _chunk5IE6DZ2Djs.StripeSubscription; exports.StripeSubscriptionModule = _chunk5IE6DZ2Djs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk5IE6DZ2Djs.StripeSubscriptionService; exports.StripeUsage = _chunk5IE6DZ2Djs.StripeUsage; exports.StripeUsageModule = _chunk5IE6DZ2Djs.StripeUsageModule; exports.StripeUsageService = _chunk5IE6DZ2Djs.StripeUsageService; exports.SubscriptionStatus = _chunk5IE6DZ2Djs.SubscriptionStatus; exports.TableOptions = _chunk5IE6DZ2Djs.TableOptions; exports.TotpAuthenticator = _chunk5IE6DZ2Djs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk5IE6DZ2Djs.TotpAuthenticatorModule; exports.TotpSetup = _chunk5IE6DZ2Djs.TotpSetup; exports.TotpSetupModule = _chunk5IE6DZ2Djs.TotpSetupModule; exports.TotpVerify = _chunk5IE6DZ2Djs.TotpVerify; exports.TotpVerifyLogin = _chunk5IE6DZ2Djs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk5IE6DZ2Djs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk5IE6DZ2Djs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk5IE6DZ2Djs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk5IE6DZ2Djs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk5IE6DZ2Djs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk5IE6DZ2Djs.TwoFactorEnableModule; exports.TwoFactorService = _chunk5IE6DZ2Djs.TwoFactorService; exports.TwoFactorStatus = _chunk5IE6DZ2Djs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk5IE6DZ2Djs.TwoFactorStatusModule; exports.User = _chunk5IE6DZ2Djs.User; exports.UserFields = _chunk5IE6DZ2Djs.UserFields; exports.UserModule = _chunk5IE6DZ2Djs.UserModule; exports.UserService = _chunk5IE6DZ2Djs.UserService; exports.Waitlist = _chunk5IE6DZ2Djs.Waitlist; exports.WaitlistModule = _chunk5IE6DZ2Djs.WaitlistModule; exports.WaitlistService = _chunk5IE6DZ2Djs.WaitlistService; exports.WaitlistStats = _chunk5IE6DZ2Djs.WaitlistStats; exports.WaitlistStatsModule = _chunk5IE6DZ2Djs.WaitlistStatsModule; exports.checkPermissions = _chunk5IE6DZ2Djs.checkPermissions; exports.checkPermissionsFromServer = _chunk5IE6DZ2Djs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk5IE6DZ2Djs.clearLastApiTotal; exports.cn = _chunk5IE6DZ2Djs.cn; exports.composeRefs = _chunk5IE6DZ2Djs.composeRefs; exports.createJsonApiInclusion = _chunk5IE6DZ2Djs.createJsonApiInclusion; exports.dismissToast = _chunk5IE6DZ2Djs.dismissToast; exports.entityObjectSchema = _chunk5IE6DZ2Djs.entityObjectSchema; exports.exists = _chunk5IE6DZ2Djs.exists; exports.formatCodiceFiscale = _chunk5IE6DZ2Djs.formatCodiceFiscale; exports.formatDate = _chunk5IE6DZ2Djs.formatDate; exports.formatLocalDate = _chunk5IE6DZ2Djs.formatLocalDate; exports.formatPartitaIva = _chunk5IE6DZ2Djs.formatPartitaIva; exports.getBootstrapper = _chunkQWCAOLBDjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk5IE6DZ2Djs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk5IE6DZ2Djs.getGlobalErrorHandler; exports.getIcon = _chunk5IE6DZ2Djs.getIcon; exports.getIconByModule = _chunk5IE6DZ2Djs.getIconByModule; exports.getIconByModuleName = _chunk5IE6DZ2Djs.getIconByModuleName; exports.getInitials = _chunk5IE6DZ2Djs.getInitials; exports.getLastApiTotal = _chunk5IE6DZ2Djs.getLastApiTotal; exports.getLucideIcon = _chunk5IE6DZ2Djs.getLucideIcon; exports.getLucideIconByModule = _chunk5IE6DZ2Djs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk5IE6DZ2Djs.getLucideIconByModuleName; exports.getTableComponents = _chunk5IE6DZ2Djs.getTableComponents; exports.getTableOptions = _chunk5IE6DZ2Djs.getTableOptions; exports.getValueFromPath = _chunk5IE6DZ2Djs.getValueFromPath; exports.hasBootstrapper = _chunkQWCAOLBDjs.hasBootstrapper; exports.rehydrate = _chunk5IE6DZ2Djs.rehydrate; exports.rehydrateList = _chunk5IE6DZ2Djs.rehydrateList; exports.resetBootstrapStore = _chunkQWCAOLBDjs.resetBootstrapStore; exports.setBootstrapper = _chunkQWCAOLBDjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk5IE6DZ2Djs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk5IE6DZ2Djs.setGlobalErrorHandler; exports.showCustomToast = _chunk5IE6DZ2Djs.showCustomToast; exports.showError = _chunk5IE6DZ2Djs.showError; exports.showToast = _chunk5IE6DZ2Djs.showToast; exports.translateData = _chunkQWCAOLBDjs.translateData; exports.translateResponse = _chunkQWCAOLBDjs.translateResponse; exports.tryBootstrap = _chunkQWCAOLBDjs.tryBootstrap; exports.useComposedRefs = _chunk5IE6DZ2Djs.useComposedRefs; exports.useIsMobile = _chunk5IE6DZ2Djs.useIsMobile; exports.userObjectSchema = _chunk5IE6DZ2Djs.userObjectSchema; exports.validateCodiceFiscale = _chunk5IE6DZ2Djs.validateCodiceFiscale; exports.validateItalianTaxCode = _chunk5IE6DZ2Djs.validateItalianTaxCode; exports.validatePartitaIva = _chunk5IE6DZ2Djs.validatePartitaIva;
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
exports.AVAILABLE_OAUTH_SCOPES = _chunkW73JBOIRjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkW73JBOIRjs.AbstractApiData; exports.AbstractService = _chunkW73JBOIRjs.AbstractService; exports.Action = _chunkW73JBOIRjs.Action; exports.Assistant = _chunkW73JBOIRjs.Assistant; exports.AssistantMessage = _chunkW73JBOIRjs.AssistantMessage; exports.AssistantMessageModule = _chunkW73JBOIRjs.AssistantMessageModule; exports.AssistantMessageService = _chunkW73JBOIRjs.AssistantMessageService; exports.AssistantModule = _chunkW73JBOIRjs.AssistantModule; exports.AssistantService = _chunkW73JBOIRjs.AssistantService; exports.AuditLog = _chunkW73JBOIRjs.AuditLog; exports.AuditLogModule = _chunkW73JBOIRjs.AuditLogModule; exports.AuditLogService = _chunkW73JBOIRjs.AuditLogService; exports.Auth = _chunkW73JBOIRjs.Auth; exports.AuthComponent = _chunkW73JBOIRjs.AuthComponent; exports.AuthModule = _chunkW73JBOIRjs.AuthModule; exports.AuthService = _chunkW73JBOIRjs.AuthService; exports.AuthorModule = _chunkW73JBOIRjs.AuthorModule; exports.BackupCodeVerify = _chunkW73JBOIRjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkW73JBOIRjs.BackupCodeVerifyModule; exports.Billing = _chunkW73JBOIRjs.Billing; exports.BillingModule = _chunkW73JBOIRjs.BillingModule; exports.BillingService = _chunkW73JBOIRjs.BillingService; exports.BlockNoteDiffUtil = _chunkW73JBOIRjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkW73JBOIRjs.BlockNoteWordDiffRendererUtil; exports.Chunk = _chunkW73JBOIRjs.Chunk; exports.ChunkModule = _chunkW73JBOIRjs.ChunkModule; exports.ClientAbstractService = _chunkW73JBOIRjs.ClientAbstractService; exports.ClientHttpMethod = _chunkW73JBOIRjs.ClientHttpMethod; exports.Company = _chunkW73JBOIRjs.Company; exports.CompanyFields = _chunkW73JBOIRjs.CompanyFields; exports.CompanyModule = _chunkW73JBOIRjs.CompanyModule; exports.CompanyService = _chunkW73JBOIRjs.CompanyService; exports.Content = _chunkW73JBOIRjs.Content; exports.ContentFields = _chunkW73JBOIRjs.ContentFields; exports.ContentModule = _chunkW73JBOIRjs.ContentModule; exports.ContentService = _chunkW73JBOIRjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkW73JBOIRjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkQWCAOLBDjs.DataClassRegistry; exports.DataClassRegistry = _chunkQWCAOLBDjs.DataClassRegistry; exports.EndpointCreator = _chunkW73JBOIRjs.EndpointCreator; exports.Feature = _chunkW73JBOIRjs.Feature; exports.FeatureModule = _chunkW73JBOIRjs.FeatureModule; exports.FeatureService = _chunkW73JBOIRjs.FeatureService; exports.HowTo = _chunkW73JBOIRjs.HowTo; exports.HowToFields = _chunkW73JBOIRjs.HowToFields; exports.HowToModule = _chunkW73JBOIRjs.HowToModule; exports.HowToService = _chunkW73JBOIRjs.HowToService; exports.HttpMethod = _chunkW73JBOIRjs.HttpMethod; exports.InvoiceStatus = _chunkW73JBOIRjs.InvoiceStatus; exports.JsonApiDataFactory = _chunkQWCAOLBDjs.JsonApiDataFactory; exports.MOBILE_BREAKPOINT = _chunkW73JBOIRjs.MOBILE_BREAKPOINT; exports.Module = _chunkW73JBOIRjs.Module; exports.ModuleModule = _chunkW73JBOIRjs.ModuleModule; exports.ModulePathsModule = _chunkW73JBOIRjs.ModulePathsModule; exports.ModuleRegistrar = _chunkW73JBOIRjs.ModuleRegistrar; exports.ModuleRegistry = _chunkW73JBOIRjs.ModuleRegistry; exports.Modules = _chunkW73JBOIRjs.Modules; exports.Notification = _chunkW73JBOIRjs.Notification; exports.NotificationFields = _chunkW73JBOIRjs.NotificationFields; exports.NotificationModule = _chunkW73JBOIRjs.NotificationModule; exports.NotificationService = _chunkW73JBOIRjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkW73JBOIRjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkW73JBOIRjs.OAuthClient; exports.OAuthModule = _chunkW73JBOIRjs.OAuthModule; exports.OAuthService = _chunkW73JBOIRjs.OAuthService; exports.Passkey = _chunkW73JBOIRjs.Passkey; exports.PasskeyAuthenticationOptions = _chunkW73JBOIRjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkW73JBOIRjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkW73JBOIRjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkW73JBOIRjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkW73JBOIRjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkW73JBOIRjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkW73JBOIRjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkW73JBOIRjs.PasskeyRename; exports.PasskeyRenameModule = _chunkW73JBOIRjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkW73JBOIRjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkW73JBOIRjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkW73JBOIRjs.PaymentMethod; exports.PermissionMappingModule = _chunkW73JBOIRjs.PermissionMappingModule; exports.Push = _chunkW73JBOIRjs.Push; exports.PushModule = _chunkW73JBOIRjs.PushModule; exports.PushService = _chunkW73JBOIRjs.PushService; exports.RbacMatrixModule = _chunkW73JBOIRjs.RbacMatrixModule; exports.ReferralModule = _chunkW73JBOIRjs.ReferralModule; exports.ReferralService = _chunkW73JBOIRjs.ReferralService; exports.ReferralStats = _chunkW73JBOIRjs.ReferralStats; exports.ReferralStatsModule = _chunkW73JBOIRjs.ReferralStatsModule; exports.RehydrationFactory = _chunkW73JBOIRjs.RehydrationFactory; exports.Role = _chunkW73JBOIRjs.Role; exports.RoleFields = _chunkW73JBOIRjs.RoleFields; exports.RoleModule = _chunkW73JBOIRjs.RoleModule; exports.RoleService = _chunkW73JBOIRjs.RoleService; exports.S3 = _chunkW73JBOIRjs.S3; exports.S3Module = _chunkW73JBOIRjs.S3Module; exports.S3Service = _chunkW73JBOIRjs.S3Service; exports.StripeCustomer = _chunkW73JBOIRjs.StripeCustomer; exports.StripeCustomerModule = _chunkW73JBOIRjs.StripeCustomerModule; exports.StripeCustomerService = _chunkW73JBOIRjs.StripeCustomerService; exports.StripeInvoice = _chunkW73JBOIRjs.StripeInvoice; exports.StripeInvoiceModule = _chunkW73JBOIRjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkW73JBOIRjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkW73JBOIRjs.StripePaymentMethodModule; exports.StripePrice = _chunkW73JBOIRjs.StripePrice; exports.StripePriceModule = _chunkW73JBOIRjs.StripePriceModule; exports.StripePriceService = _chunkW73JBOIRjs.StripePriceService; exports.StripeProduct = _chunkW73JBOIRjs.StripeProduct; exports.StripeProductModule = _chunkW73JBOIRjs.StripeProductModule; exports.StripeProductService = _chunkW73JBOIRjs.StripeProductService; exports.StripePromotionCode = _chunkW73JBOIRjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkW73JBOIRjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkW73JBOIRjs.StripePromotionCodeService; exports.StripeSubscription = _chunkW73JBOIRjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkW73JBOIRjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkW73JBOIRjs.StripeSubscriptionService; exports.StripeUsage = _chunkW73JBOIRjs.StripeUsage; exports.StripeUsageModule = _chunkW73JBOIRjs.StripeUsageModule; exports.StripeUsageService = _chunkW73JBOIRjs.StripeUsageService; exports.SubscriptionStatus = _chunkW73JBOIRjs.SubscriptionStatus; exports.TableOptions = _chunkW73JBOIRjs.TableOptions; exports.TotpAuthenticator = _chunkW73JBOIRjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkW73JBOIRjs.TotpAuthenticatorModule; exports.TotpSetup = _chunkW73JBOIRjs.TotpSetup; exports.TotpSetupModule = _chunkW73JBOIRjs.TotpSetupModule; exports.TotpVerify = _chunkW73JBOIRjs.TotpVerify; exports.TotpVerifyLogin = _chunkW73JBOIRjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkW73JBOIRjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkW73JBOIRjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkW73JBOIRjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkW73JBOIRjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkW73JBOIRjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkW73JBOIRjs.TwoFactorEnableModule; exports.TwoFactorService = _chunkW73JBOIRjs.TwoFactorService; exports.TwoFactorStatus = _chunkW73JBOIRjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkW73JBOIRjs.TwoFactorStatusModule; exports.User = _chunkW73JBOIRjs.User; exports.UserFields = _chunkW73JBOIRjs.UserFields; exports.UserModule = _chunkW73JBOIRjs.UserModule; exports.UserService = _chunkW73JBOIRjs.UserService; exports.VIEWPORT_COOKIE_NAME = _chunkW73JBOIRjs.VIEWPORT_COOKIE_NAME; exports.Waitlist = _chunkW73JBOIRjs.Waitlist; exports.WaitlistModule = _chunkW73JBOIRjs.WaitlistModule; exports.WaitlistService = _chunkW73JBOIRjs.WaitlistService; exports.WaitlistStats = _chunkW73JBOIRjs.WaitlistStats; exports.WaitlistStatsModule = _chunkW73JBOIRjs.WaitlistStatsModule; exports.checkPermissions = _chunkW73JBOIRjs.checkPermissions; exports.checkPermissionsFromServer = _chunkW73JBOIRjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkW73JBOIRjs.clearLastApiTotal; exports.cn = _chunkW73JBOIRjs.cn; exports.composeRefs = _chunkW73JBOIRjs.composeRefs; exports.createJsonApiInclusion = _chunkW73JBOIRjs.createJsonApiInclusion; exports.dismissToast = _chunkW73JBOIRjs.dismissToast; exports.entityObjectSchema = _chunkW73JBOIRjs.entityObjectSchema; exports.exists = _chunkW73JBOIRjs.exists; exports.formatCodiceFiscale = _chunkW73JBOIRjs.formatCodiceFiscale; exports.formatDate = _chunkW73JBOIRjs.formatDate; exports.formatLocalDate = _chunkW73JBOIRjs.formatLocalDate; exports.formatPartitaIva = _chunkW73JBOIRjs.formatPartitaIva; exports.getBootstrapper = _chunkQWCAOLBDjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkW73JBOIRjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkW73JBOIRjs.getGlobalErrorHandler; exports.getIcon = _chunkW73JBOIRjs.getIcon; exports.getIconByModule = _chunkW73JBOIRjs.getIconByModule; exports.getIconByModuleName = _chunkW73JBOIRjs.getIconByModuleName; exports.getInitials = _chunkW73JBOIRjs.getInitials; exports.getLastApiTotal = _chunkW73JBOIRjs.getLastApiTotal; exports.getLucideIcon = _chunkW73JBOIRjs.getLucideIcon; exports.getLucideIconByModule = _chunkW73JBOIRjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkW73JBOIRjs.getLucideIconByModuleName; exports.getTableComponents = _chunkW73JBOIRjs.getTableComponents; exports.getTableOptions = _chunkW73JBOIRjs.getTableOptions; exports.getValueFromPath = _chunkW73JBOIRjs.getValueFromPath; exports.hasBootstrapper = _chunkQWCAOLBDjs.hasBootstrapper; exports.rehydrate = _chunkW73JBOIRjs.rehydrate; exports.rehydrateList = _chunkW73JBOIRjs.rehydrateList; exports.resetBootstrapStore = _chunkQWCAOLBDjs.resetBootstrapStore; exports.setBootstrapper = _chunkQWCAOLBDjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkW73JBOIRjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkW73JBOIRjs.setGlobalErrorHandler; exports.showCustomToast = _chunkW73JBOIRjs.showCustomToast; exports.showError = _chunkW73JBOIRjs.showError; exports.showToast = _chunkW73JBOIRjs.showToast; exports.translateData = _chunkQWCAOLBDjs.translateData; exports.translateResponse = _chunkQWCAOLBDjs.translateResponse; exports.tryBootstrap = _chunkQWCAOLBDjs.tryBootstrap; exports.useComposedRefs = _chunkW73JBOIRjs.useComposedRefs; exports.useIsMobile = _chunkW73JBOIRjs.useIsMobile; exports.userObjectSchema = _chunkW73JBOIRjs.userObjectSchema; exports.validateCodiceFiscale = _chunkW73JBOIRjs.validateCodiceFiscale; exports.validateItalianTaxCode = _chunkW73JBOIRjs.validateItalianTaxCode; exports.validatePartitaIva = _chunkW73JBOIRjs.validatePartitaIva;
|
|
387
391
|
//# sourceMappingURL=index.js.map
|
package/dist/core/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,2zWAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/core/index.js"}
|
package/dist/core/index.mjs
CHANGED
|
@@ -47,6 +47,7 @@ import {
|
|
|
47
47
|
HowToService,
|
|
48
48
|
HttpMethod,
|
|
49
49
|
InvoiceStatus,
|
|
50
|
+
MOBILE_BREAKPOINT,
|
|
50
51
|
Module,
|
|
51
52
|
ModuleModule,
|
|
52
53
|
ModulePathsModule,
|
|
@@ -134,6 +135,7 @@ import {
|
|
|
134
135
|
UserFields,
|
|
135
136
|
UserModule,
|
|
136
137
|
UserService,
|
|
138
|
+
VIEWPORT_COOKIE_NAME,
|
|
137
139
|
Waitlist,
|
|
138
140
|
WaitlistModule,
|
|
139
141
|
WaitlistService,
|
|
@@ -178,7 +180,7 @@ import {
|
|
|
178
180
|
validateCodiceFiscale,
|
|
179
181
|
validateItalianTaxCode,
|
|
180
182
|
validatePartitaIva
|
|
181
|
-
} from "../chunk-
|
|
183
|
+
} from "../chunk-DVOBOFCF.mjs";
|
|
182
184
|
import "../chunk-AUXK7QSA.mjs";
|
|
183
185
|
import "../chunk-C7C7VY4F.mjs";
|
|
184
186
|
import {
|
|
@@ -245,6 +247,7 @@ export {
|
|
|
245
247
|
HttpMethod,
|
|
246
248
|
InvoiceStatus,
|
|
247
249
|
JsonApiDataFactory,
|
|
250
|
+
MOBILE_BREAKPOINT,
|
|
248
251
|
Module,
|
|
249
252
|
ModuleModule,
|
|
250
253
|
ModulePathsModule,
|
|
@@ -332,6 +335,7 @@ export {
|
|
|
332
335
|
UserFields,
|
|
333
336
|
UserModule,
|
|
334
337
|
UserService,
|
|
338
|
+
VIEWPORT_COOKIE_NAME,
|
|
335
339
|
Waitlist,
|
|
336
340
|
WaitlistModule,
|
|
337
341
|
WaitlistService,
|