@carlonicora/nextjs-jsonapi 1.81.0 → 1.83.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-ZISJ4KYX.js → BlockNoteEditor-47TYA25C.js} +6 -6
- package/dist/{BlockNoteEditor-ZISJ4KYX.js.map → BlockNoteEditor-47TYA25C.js.map} +1 -1
- package/dist/{BlockNoteEditor-DCQA2PNW.mjs → BlockNoteEditor-MA3MRV74.mjs} +2 -2
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-TZJFHXDU.js → chunk-KWFEQXPF.js} +136 -82
- package/dist/chunk-KWFEQXPF.js.map +1 -0
- package/dist/{chunk-FZFJLDJY.mjs → chunk-M4KMRVEE.mjs} +1264 -1210
- package/dist/chunk-M4KMRVEE.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +24 -3
- package/dist/components/index.d.ts +24 -3
- package/dist/components/index.js +4 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +3 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/containers/RoundPageContainer.tsx +27 -23
- package/src/components/forms/CommonDeleter.tsx +4 -2
- package/src/components/grids/ContentListGrid.tsx +86 -0
- package/src/components/grids/__tests__/ContentListGrid.test.tsx +153 -0
- package/src/components/grids/index.ts +1 -0
- package/src/components/index.ts +1 -0
- package/dist/chunk-FZFJLDJY.mjs.map +0 -1
- package/dist/chunk-TZJFHXDU.js.map +0 -1
- /package/dist/{BlockNoteEditor-DCQA2PNW.mjs.map → BlockNoteEditor-MA3MRV74.mjs.map} +0 -0
|
@@ -8342,7 +8342,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, errorToast, "errorToast");
|
|
|
8342
8342
|
|
|
8343
8343
|
// src/components/forms/CommonDeleter.tsx
|
|
8344
8344
|
|
|
8345
|
-
function CommonDeleter({ deleteFunction, redirectTo, type, forceShow, testId }) {
|
|
8345
|
+
function CommonDeleter({ deleteFunction, redirectTo, type, forceShow, testId, onSuccess }) {
|
|
8346
8346
|
const t = _chunkZEJSPTHSjs.useI18nTranslations.call(void 0, );
|
|
8347
8347
|
const router = _chunkZEJSPTHSjs.useI18nRouter.call(void 0, );
|
|
8348
8348
|
const [open, setOpen] = _react.useState.call(void 0, forceShow || false);
|
|
@@ -8352,7 +8352,8 @@ function CommonDeleter({ deleteFunction, redirectTo, type, forceShow, testId })
|
|
|
8352
8352
|
try {
|
|
8353
8353
|
await deleteFunction();
|
|
8354
8354
|
setOpen(false);
|
|
8355
|
-
if (
|
|
8355
|
+
if (onSuccess) await onSuccess();
|
|
8356
|
+
else if (redirectTo) router.push(redirectTo);
|
|
8356
8357
|
} catch (error) {
|
|
8357
8358
|
errorToast({ title: t(`common.errors.delete`), error });
|
|
8358
8359
|
}
|
|
@@ -9199,7 +9200,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, FormCheckbox, "FormCheckbox");
|
|
|
9199
9200
|
var _dynamic = require('next/dynamic'); var _dynamic2 = _interopRequireDefault(_dynamic);
|
|
9200
9201
|
|
|
9201
9202
|
|
|
9202
|
-
var BlockNoteEditor = _dynamic2.default.call(void 0, () => Promise.resolve().then(() => _interopRequireWildcard(require("./BlockNoteEditor-
|
|
9203
|
+
var BlockNoteEditor = _dynamic2.default.call(void 0, () => Promise.resolve().then(() => _interopRequireWildcard(require("./BlockNoteEditor-47TYA25C.js"))), {
|
|
9203
9204
|
ssr: false
|
|
9204
9205
|
});
|
|
9205
9206
|
var BlockNoteEditorContainer = React.default.memo(/* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, function EditorContainer(props) {
|
|
@@ -13361,21 +13362,25 @@ function RoundPageContainer({
|
|
|
13361
13362
|
}
|
|
13362
13363
|
),
|
|
13363
13364
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex h-full w-full overflow-hidden", children: [
|
|
13364
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: _chunkN4YZ45SKjs.cn.call(void 0, `grow overflow-y-auto p-4`, fullWidth && `p-0`), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: _chunkN4YZ45SKjs.cn.call(void 0, `mx-auto max-w-6xl space-y-8`, fullWidth && `max-w-full w-full p-0 h-full`), children: tabs ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
13365
|
-
|
|
13366
|
-
|
|
13367
|
-
|
|
13368
|
-
|
|
13369
|
-
|
|
13370
|
-
|
|
13371
|
-
|
|
13372
|
-
|
|
13373
|
-
|
|
13374
|
-
|
|
13375
|
-
|
|
13376
|
-
|
|
13377
|
-
|
|
13378
|
-
|
|
13365
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: _chunkN4YZ45SKjs.cn.call(void 0, `grow overflow-y-auto p-4`, fullWidth && `p-0`), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: _chunkN4YZ45SKjs.cn.call(void 0, `mx-auto max-w-6xl space-y-8`, fullWidth && `max-w-full w-full p-0 h-full`), children: tabs ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
13366
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
13367
|
+
Tabs,
|
|
13368
|
+
{
|
|
13369
|
+
value: activeTab,
|
|
13370
|
+
className: "w-full",
|
|
13371
|
+
onValueChange: (key) => {
|
|
13372
|
+
setActiveTab(key);
|
|
13373
|
+
if (module && id)
|
|
13374
|
+
rewriteUrl({ page: module, id, additionalParameters: { section: key } });
|
|
13375
|
+
},
|
|
13376
|
+
children: [
|
|
13377
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "p-4", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TabsList, { className: ``, children: tabs.map((tab) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TabsTrigger, { value: _nullishCoalesce(_optionalChain([tab, 'access', _357 => _357.key, 'optionalAccess', _358 => _358.name]), () => ( tab.label)), className: `px-4`, children: _nullishCoalesce(tab.contentLabel, () => ( tab.label)) }, tab.label)) }) }),
|
|
13378
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex w-full overflow-y-auto px-4", children: tabs.map((tab) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, TabsContent, { value: _nullishCoalesce(_optionalChain([tab, 'access', _359 => _359.key, 'optionalAccess', _360 => _360.name]), () => ( tab.label)), className: `pb-20`, children: tab.content }, tab.label)) })
|
|
13379
|
+
]
|
|
13380
|
+
}
|
|
13381
|
+
),
|
|
13382
|
+
children && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex px-4", children })
|
|
13383
|
+
] }) : children }) }),
|
|
13379
13384
|
details && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
13380
13385
|
"div",
|
|
13381
13386
|
{
|
|
@@ -14662,6 +14667,54 @@ var ContentListTable = _react.memo.call(void 0, /* @__PURE__ */ _chunk7QVYU63Ejs
|
|
|
14662
14667
|
] }) }) });
|
|
14663
14668
|
}, "ContentListTable"));
|
|
14664
14669
|
|
|
14670
|
+
// src/components/grids/ContentListGrid.tsx
|
|
14671
|
+
|
|
14672
|
+
|
|
14673
|
+
var DEFAULT_GRID_CLASSES = "grid grid-cols-2 gap-4 p-4 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5";
|
|
14674
|
+
function ContentListGrid(props) {
|
|
14675
|
+
const { data, ItemComponent, allowSearch, fullWidth, gridClassName } = props;
|
|
14676
|
+
const sentinelRef = _react.useRef.call(void 0, null);
|
|
14677
|
+
_react.useEffect.call(void 0, () => {
|
|
14678
|
+
if (!data.next || !sentinelRef.current) return;
|
|
14679
|
+
const observer = new IntersectionObserver(
|
|
14680
|
+
(entries) => {
|
|
14681
|
+
if (_optionalChain([entries, 'access', _410 => _410[0], 'optionalAccess', _411 => _411.isIntersecting])) _optionalChain([data, 'access', _412 => _412.next, 'optionalCall', _413 => _413()]);
|
|
14682
|
+
},
|
|
14683
|
+
{ threshold: 0.1, rootMargin: "200px" }
|
|
14684
|
+
);
|
|
14685
|
+
observer.observe(sentinelRef.current);
|
|
14686
|
+
return () => observer.disconnect();
|
|
14687
|
+
}, [data.next]);
|
|
14688
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex w-full flex-col", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: _chunkN4YZ45SKjs.cn.call(void 0, "overflow-clip", fullWidth ? "" : "rounded-md border"), children: [
|
|
14689
|
+
props.title !== void 0 && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "bg-card text-primary flex items-center justify-between gap-x-2 rounded-t-lg border-b p-4 font-bold", children: [
|
|
14690
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "w-full", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
14691
|
+
"div",
|
|
14692
|
+
{
|
|
14693
|
+
className: _chunkN4YZ45SKjs.cn.call(void 0,
|
|
14694
|
+
"text-muted-foreground flex items-center gap-x-2 font-light whitespace-nowrap",
|
|
14695
|
+
fullWidth ? "text-lg" : "text-sm"
|
|
14696
|
+
),
|
|
14697
|
+
children: [
|
|
14698
|
+
props.tableGeneratorType.icon && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, props.tableGeneratorType.icon, { className: _chunkN4YZ45SKjs.cn.call(void 0, "text-primary", fullWidth ? "h-6 w-6" : "h-4 w-4") }),
|
|
14699
|
+
props.title
|
|
14700
|
+
]
|
|
14701
|
+
}
|
|
14702
|
+
) }),
|
|
14703
|
+
(props.functions || props.filters || allowSearch) && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
14704
|
+
props.functions,
|
|
14705
|
+
props.filters,
|
|
14706
|
+
allowSearch && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, ContentTableSearch, { data })
|
|
14707
|
+
] })
|
|
14708
|
+
] }),
|
|
14709
|
+
data.data && data.data.length > 0 ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: _nullishCoalesce(gridClassName, () => ( DEFAULT_GRID_CLASSES)), children: data.data.map((item) => {
|
|
14710
|
+
const id = item.id;
|
|
14711
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, ItemComponent, { item }, id);
|
|
14712
|
+
}) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-muted-foreground p-8 text-center text-sm", children: "No results." }),
|
|
14713
|
+
data.next && /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { ref: sentinelRef, style: { height: 1 } })
|
|
14714
|
+
] }) });
|
|
14715
|
+
}
|
|
14716
|
+
_chunk7QVYU63Ejs.__name.call(void 0, ContentListGrid, "ContentListGrid");
|
|
14717
|
+
|
|
14665
14718
|
// src/utils/italian-validators.ts
|
|
14666
14719
|
var _codicefiscalejs = require('codice-fiscale-js'); var _codicefiscalejs2 = _interopRequireDefault(_codicefiscalejs);
|
|
14667
14720
|
function validatePartitaIva(partitaIva) {
|
|
@@ -15375,7 +15428,7 @@ function TotpInput({ onComplete, disabled = false, autoFocus = true, error }) {
|
|
|
15375
15428
|
newDigits[index] = digit;
|
|
15376
15429
|
setDigits(newDigits);
|
|
15377
15430
|
if (digit && index < 5) {
|
|
15378
|
-
_optionalChain([inputRefs, 'access',
|
|
15431
|
+
_optionalChain([inputRefs, 'access', _414 => _414.current, 'access', _415 => _415[index + 1], 'optionalAccess', _416 => _416.focus, 'call', _417 => _417()]);
|
|
15379
15432
|
}
|
|
15380
15433
|
const code = newDigits.join("");
|
|
15381
15434
|
if (code.length === 6 && newDigits.every((d) => d !== "")) {
|
|
@@ -15384,7 +15437,7 @@ function TotpInput({ onComplete, disabled = false, autoFocus = true, error }) {
|
|
|
15384
15437
|
}, "handleChange");
|
|
15385
15438
|
const handleKeyDown = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, (index, e) => {
|
|
15386
15439
|
if (e.key === "Backspace" && !digits[index] && index > 0) {
|
|
15387
|
-
_optionalChain([inputRefs, 'access',
|
|
15440
|
+
_optionalChain([inputRefs, 'access', _418 => _418.current, 'access', _419 => _419[index - 1], 'optionalAccess', _420 => _420.focus, 'call', _421 => _421()]);
|
|
15388
15441
|
}
|
|
15389
15442
|
}, "handleKeyDown");
|
|
15390
15443
|
const handlePaste = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, (e) => {
|
|
@@ -15393,7 +15446,7 @@ function TotpInput({ onComplete, disabled = false, autoFocus = true, error }) {
|
|
|
15393
15446
|
if (pastedData.length === 6) {
|
|
15394
15447
|
const newDigits = pastedData.split("");
|
|
15395
15448
|
setDigits(newDigits);
|
|
15396
|
-
_optionalChain([inputRefs, 'access',
|
|
15449
|
+
_optionalChain([inputRefs, 'access', _422 => _422.current, 'access', _423 => _423[5], 'optionalAccess', _424 => _424.focus, 'call', _425 => _425()]);
|
|
15397
15450
|
onComplete(pastedData);
|
|
15398
15451
|
}
|
|
15399
15452
|
}, "handlePaste");
|
|
@@ -15604,8 +15657,8 @@ function PasskeySetupDialog({ open, onOpenChange, onSuccess }) {
|
|
|
15604
15657
|
try {
|
|
15605
15658
|
const registrationData = await _chunkN4YZ45SKjs.TwoFactorService.getPasskeyRegistrationOptions({
|
|
15606
15659
|
id: _uuid.v4.call(void 0, ),
|
|
15607
|
-
userName: _nullishCoalesce(_optionalChain([currentUser, 'optionalAccess',
|
|
15608
|
-
userDisplayName: _optionalChain([currentUser, 'optionalAccess',
|
|
15660
|
+
userName: _nullishCoalesce(_optionalChain([currentUser, 'optionalAccess', _426 => _426.email]), () => ( "")),
|
|
15661
|
+
userDisplayName: _optionalChain([currentUser, 'optionalAccess', _427 => _427.name])
|
|
15609
15662
|
});
|
|
15610
15663
|
const credential = await _browser.startRegistration.call(void 0, { optionsJSON: registrationData.options });
|
|
15611
15664
|
await _chunkN4YZ45SKjs.TwoFactorService.verifyPasskeyRegistration({
|
|
@@ -15756,7 +15809,7 @@ function TotpSetupDialog({ onSuccess, trigger }) {
|
|
|
15756
15809
|
const setup = await _chunkN4YZ45SKjs.TwoFactorService.setupTotp({
|
|
15757
15810
|
id: _uuid.v4.call(void 0, ),
|
|
15758
15811
|
name: name.trim(),
|
|
15759
|
-
accountName: _nullishCoalesce(_optionalChain([currentUser, 'optionalAccess',
|
|
15812
|
+
accountName: _nullishCoalesce(_optionalChain([currentUser, 'optionalAccess', _428 => _428.email]), () => ( ""))
|
|
15760
15813
|
});
|
|
15761
15814
|
setQrCodeUri(setup.qrCodeUri);
|
|
15762
15815
|
setAuthenticatorId(setup.authenticatorId);
|
|
@@ -15890,7 +15943,7 @@ function TwoFactorSettings() {
|
|
|
15890
15943
|
if (isLoading) {
|
|
15891
15944
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Card, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, CardContent, { className: "flex items-center justify-center py-8", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-muted-foreground", children: t("common.loading") }) }) });
|
|
15892
15945
|
}
|
|
15893
|
-
const isEnabled = _nullishCoalesce(_optionalChain([status, 'optionalAccess',
|
|
15946
|
+
const isEnabled = _nullishCoalesce(_optionalChain([status, 'optionalAccess', _429 => _429.isEnabled]), () => ( false));
|
|
15894
15947
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, Card, { children: [
|
|
15895
15948
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, CardHeader, { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
15896
15949
|
isEnabled ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ShieldCheck, { className: "h-6 w-6 text-green-600" }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.ShieldAlert, { className: "h-6 w-6 text-yellow-600" }),
|
|
@@ -15928,7 +15981,7 @@ function TwoFactorSettings() {
|
|
|
15928
15981
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "h3", { className: "font-medium", children: t("auth.two_factor.backup_codes") }),
|
|
15929
15982
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-sm text-muted-foreground", children: t("auth.two_factor.backup_codes_description") })
|
|
15930
15983
|
] }),
|
|
15931
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, BackupCodesDialog, { remainingCodes: _nullishCoalesce(_optionalChain([status, 'optionalAccess',
|
|
15984
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, BackupCodesDialog, { remainingCodes: _nullishCoalesce(_optionalChain([status, 'optionalAccess', _430 => _430.backupCodesCount]), () => ( 0)), onRegenerate: handleRefresh })
|
|
15932
15985
|
] }) }),
|
|
15933
15986
|
!isEnabled && (authenticators.length > 0 || passkeys.length > 0) && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
15934
15987
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Separator, {}),
|
|
@@ -16106,9 +16159,9 @@ function AcceptInvitation() {
|
|
|
16106
16159
|
});
|
|
16107
16160
|
const onSubmit = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, async (values) => {
|
|
16108
16161
|
try {
|
|
16109
|
-
if (!_optionalChain([params, 'optionalAccess',
|
|
16162
|
+
if (!_optionalChain([params, 'optionalAccess', _431 => _431.code])) return;
|
|
16110
16163
|
const payload = {
|
|
16111
|
-
code: _optionalChain([params, 'optionalAccess',
|
|
16164
|
+
code: _optionalChain([params, 'optionalAccess', _432 => _432.code]),
|
|
16112
16165
|
password: values.password
|
|
16113
16166
|
};
|
|
16114
16167
|
await _chunkN4YZ45SKjs.AuthService.acceptInvitation(payload);
|
|
@@ -16458,7 +16511,7 @@ function Logout({ storageKeys }) {
|
|
|
16458
16511
|
const generateUrl = usePageUrlGenerator();
|
|
16459
16512
|
_react.useEffect.call(void 0, () => {
|
|
16460
16513
|
const logOut = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, async () => {
|
|
16461
|
-
if (_optionalChain([storageKeys, 'optionalAccess',
|
|
16514
|
+
if (_optionalChain([storageKeys, 'optionalAccess', _433 => _433.length])) {
|
|
16462
16515
|
clearClientStorage(storageKeys);
|
|
16463
16516
|
}
|
|
16464
16517
|
await _chunkN4YZ45SKjs.AuthService.logout();
|
|
@@ -16481,14 +16534,14 @@ function RefreshUser() {
|
|
|
16481
16534
|
setUser(fullUser);
|
|
16482
16535
|
const token = {
|
|
16483
16536
|
userId: fullUser.id,
|
|
16484
|
-
companyId: _optionalChain([fullUser, 'access',
|
|
16537
|
+
companyId: _optionalChain([fullUser, 'access', _434 => _434.company, 'optionalAccess', _435 => _435.id]),
|
|
16485
16538
|
roles: fullUser.roles.map((role) => role.id),
|
|
16486
|
-
features: _nullishCoalesce(_optionalChain([fullUser, 'access',
|
|
16539
|
+
features: _nullishCoalesce(_optionalChain([fullUser, 'access', _436 => _436.company, 'optionalAccess', _437 => _437.features, 'optionalAccess', _438 => _438.map, 'call', _439 => _439((feature) => feature.id)]), () => ( [])),
|
|
16487
16540
|
modules: fullUser.modules.map((module) => {
|
|
16488
16541
|
return { id: module.id, permissions: module.permissions };
|
|
16489
16542
|
})
|
|
16490
16543
|
};
|
|
16491
|
-
await _optionalChain([_chunkN4YZ45SKjs.getTokenHandler.call(void 0, ), 'optionalAccess',
|
|
16544
|
+
await _optionalChain([_chunkN4YZ45SKjs.getTokenHandler.call(void 0, ), 'optionalAccess', _440 => _440.updateToken, 'call', _441 => _441(token)]);
|
|
16492
16545
|
_cookiesnext.deleteCookie.call(void 0, "reloadData");
|
|
16493
16546
|
}
|
|
16494
16547
|
}, "loadFullUser");
|
|
@@ -16552,9 +16605,9 @@ function ResetPassword() {
|
|
|
16552
16605
|
});
|
|
16553
16606
|
const onSubmit = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, async (values) => {
|
|
16554
16607
|
try {
|
|
16555
|
-
if (!_optionalChain([params, 'optionalAccess',
|
|
16608
|
+
if (!_optionalChain([params, 'optionalAccess', _442 => _442.code])) return;
|
|
16556
16609
|
const payload = {
|
|
16557
|
-
code: _optionalChain([params, 'optionalAccess',
|
|
16610
|
+
code: _optionalChain([params, 'optionalAccess', _443 => _443.code]),
|
|
16558
16611
|
password: values.password
|
|
16559
16612
|
};
|
|
16560
16613
|
await _chunkN4YZ45SKjs.AuthService.resetPassword(payload);
|
|
@@ -16903,7 +16956,7 @@ function extractHeadings(blocks) {
|
|
|
16903
16956
|
function processBlocks(blockArray) {
|
|
16904
16957
|
for (const block of blockArray) {
|
|
16905
16958
|
if (block.type === "heading") {
|
|
16906
|
-
const level = _optionalChain([block, 'access',
|
|
16959
|
+
const level = _optionalChain([block, 'access', _444 => _444.props, 'optionalAccess', _445 => _445.level]) || 1;
|
|
16907
16960
|
const text = extractTextFromContent(block.content);
|
|
16908
16961
|
if (text.trim()) {
|
|
16909
16962
|
headings.push({
|
|
@@ -17246,7 +17299,7 @@ var useHowToTableStructure = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0
|
|
|
17246
17299
|
})
|
|
17247
17300
|
};
|
|
17248
17301
|
const columns = _react.useMemo.call(void 0, () => {
|
|
17249
|
-
return params.fields.map((field) => _optionalChain([fieldColumnMap, 'access',
|
|
17302
|
+
return params.fields.map((field) => _optionalChain([fieldColumnMap, 'access', _446 => _446[field], 'optionalCall', _447 => _447()])).filter((col) => col !== void 0);
|
|
17250
17303
|
}, [params.fields, fieldColumnMap, t, generateUrl]);
|
|
17251
17304
|
return _react.useMemo.call(void 0, () => ({ data: tableData, columns }), [tableData, columns]);
|
|
17252
17305
|
}, "useHowToTableStructure");
|
|
@@ -17312,7 +17365,7 @@ function HowToMultiSelector({
|
|
|
17312
17365
|
retriever: (params) => _chunkN4YZ45SKjs.HowToService.findMany(params),
|
|
17313
17366
|
module: _chunkN4YZ45SKjs.Modules.HowTo,
|
|
17314
17367
|
getLabel: (howTo) => howTo.name,
|
|
17315
|
-
excludeId: _optionalChain([currentHowTo, 'optionalAccess',
|
|
17368
|
+
excludeId: _optionalChain([currentHowTo, 'optionalAccess', _448 => _448.id]),
|
|
17316
17369
|
onChange
|
|
17317
17370
|
}
|
|
17318
17371
|
);
|
|
@@ -17377,7 +17430,7 @@ function HowToSelector({
|
|
|
17377
17430
|
}, "setHowTo");
|
|
17378
17431
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex w-full flex-col", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, FormFieldWrapper, { form, name: id, label, isRequired, children: (field) => /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, Popover, { open, onOpenChange: setOpen, modal: true, children: [
|
|
17379
17432
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex w-full flex-row items-center justify-between", children: [
|
|
17380
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, PopoverTrigger, { className: "w-full", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex w-full flex-row items-center justify-start rounded-md", children: field.value ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "bg-input/20 dark:bg-input/30 border-input flex h-7 w-full flex-row items-center justify-start rounded-md border px-2 py-0.5 text-sm md:text-xs/relaxed", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: _nullishCoalesce(_optionalChain([field, 'access',
|
|
17433
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, PopoverTrigger, { className: "w-full", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex w-full flex-row items-center justify-start rounded-md", children: field.value ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "bg-input/20 dark:bg-input/30 border-input flex h-7 w-full flex-row items-center justify-start rounded-md border px-2 py-0.5 text-sm md:text-xs/relaxed", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: _nullishCoalesce(_optionalChain([field, 'access', _449 => _449.value, 'optionalAccess', _450 => _450.name]), () => ( "")) }) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "bg-input/20 dark:bg-input/30 border-input text-muted-foreground flex h-7 w-full flex-row items-center justify-start rounded-md border px-2 py-0.5 text-sm md:text-xs/relaxed", children: _nullishCoalesce(placeholder, () => ( t(`generic.search.placeholder`, { type: t(`entities.howtos`, { count: 1 }) }))) }) }) }),
|
|
17381
17434
|
field.value && /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
17382
17435
|
_lucidereact.CircleX,
|
|
17383
17436
|
{
|
|
@@ -17732,9 +17785,9 @@ function CitationsTab({ citations, sources }) {
|
|
|
17732
17785
|
] }) }),
|
|
17733
17786
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, TableBody, { children: sorted.map((chunk) => {
|
|
17734
17787
|
const isOpen = expanded.has(chunk.id);
|
|
17735
|
-
const resolved = chunk.nodeId ? _optionalChain([sources, 'optionalAccess',
|
|
17788
|
+
const resolved = chunk.nodeId ? _optionalChain([sources, 'optionalAccess', _451 => _451.get, 'call', _452 => _452(chunk.nodeId)]) : void 0;
|
|
17736
17789
|
const fallbackName = chunk.nodeId ? `${_nullishCoalesce(chunk.nodeType, () => ( t("features.assistant.message.sources.source")))} ${chunk.nodeId.slice(0, 8)}` : _nullishCoalesce(chunk.nodeType, () => ( t("features.assistant.message.sources.source")));
|
|
17737
|
-
const sourceName = _nullishCoalesce(_optionalChain([resolved, 'optionalAccess',
|
|
17790
|
+
const sourceName = _nullishCoalesce(_optionalChain([resolved, 'optionalAccess', _453 => _453.name]), () => ( fallbackName));
|
|
17738
17791
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _react.Fragment, { children: [
|
|
17739
17792
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, TableRow, { children: [
|
|
17740
17793
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, TableCell, { children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
@@ -17781,7 +17834,7 @@ function ContentsTab({ citations, sources }) {
|
|
|
17781
17834
|
for (const c of citations) {
|
|
17782
17835
|
const id = c.nodeId;
|
|
17783
17836
|
if (!id) continue;
|
|
17784
|
-
const source = _optionalChain([sources, 'optionalAccess',
|
|
17837
|
+
const source = _optionalChain([sources, 'optionalAccess', _454 => _454.get, 'call', _455 => _455(id)]);
|
|
17785
17838
|
if (!source) continue;
|
|
17786
17839
|
const existing = map.get(id);
|
|
17787
17840
|
if (existing) {
|
|
@@ -17846,7 +17899,7 @@ function UsersTab({ users, citations, sources }) {
|
|
|
17846
17899
|
const generate = usePageUrlGenerator();
|
|
17847
17900
|
const userMap = /* @__PURE__ */ new Map();
|
|
17848
17901
|
for (const u of users) {
|
|
17849
|
-
if (!_optionalChain([u, 'optionalAccess',
|
|
17902
|
+
if (!_optionalChain([u, 'optionalAccess', _456 => _456.id])) continue;
|
|
17850
17903
|
userMap.set(u.id, { user: u, contentCount: 0, citationCount: 0 });
|
|
17851
17904
|
}
|
|
17852
17905
|
if (citations && sources) {
|
|
@@ -17959,7 +18012,7 @@ function MessageSourcesPanel({ message, isLatestAssistant, onSelectFollowUp, sou
|
|
|
17959
18012
|
}
|
|
17960
18013
|
return ids.size;
|
|
17961
18014
|
}, [message.citations, sources]);
|
|
17962
|
-
const usersCount = _nullishCoalesce(_optionalChain([users, 'optionalAccess',
|
|
18015
|
+
const usersCount = _nullishCoalesce(_optionalChain([users, 'optionalAccess', _457 => _457.length]), () => ( 0));
|
|
17963
18016
|
const total = refsCount + citationsCount + contentsCount + usersCount + suggestionsCount;
|
|
17964
18017
|
const visibleTabs = [];
|
|
17965
18018
|
if (suggestionsCount > 0) visibleTabs.push("suggested");
|
|
@@ -18018,8 +18071,8 @@ var SourcesFetcher = class extends _chunkN4YZ45SKjs.ClientAbstractService {
|
|
|
18018
18071
|
static async findManyByIds(params) {
|
|
18019
18072
|
const endpoint = new (0, _chunkN4YZ45SKjs.EndpointCreator)({ endpoint: params.module });
|
|
18020
18073
|
endpoint.addAdditionalParam(params.idsParam, params.ids.join(","));
|
|
18021
|
-
if (_optionalChain([params, 'access',
|
|
18022
|
-
if (_optionalChain([params, 'access',
|
|
18074
|
+
if (_optionalChain([params, 'access', _458 => _458.module, 'access', _459 => _459.inclusions, 'optionalAccess', _460 => _460.lists, 'optionalAccess', _461 => _461.fields])) endpoint.limitToFields(params.module.inclusions.lists.fields);
|
|
18075
|
+
if (_optionalChain([params, 'access', _462 => _462.module, 'access', _463 => _463.inclusions, 'optionalAccess', _464 => _464.lists, 'optionalAccess', _465 => _465.types])) endpoint.limitToType(params.module.inclusions.lists.types);
|
|
18023
18076
|
return this.callApi({
|
|
18024
18077
|
type: params.module,
|
|
18025
18078
|
method: "GET" /* GET */,
|
|
@@ -18098,7 +18151,7 @@ function MessageSourcesContainer({ message, isLatestAssistant, onSelectFollowUp
|
|
|
18098
18151
|
return void 0;
|
|
18099
18152
|
}
|
|
18100
18153
|
})()));
|
|
18101
|
-
if (_optionalChain([author, 'optionalAccess',
|
|
18154
|
+
if (_optionalChain([author, 'optionalAccess', _466 => _466.id])) userMap.set(author.id, author);
|
|
18102
18155
|
}
|
|
18103
18156
|
return Array.from(userMap.values());
|
|
18104
18157
|
}, [resolved]);
|
|
@@ -18120,14 +18173,14 @@ _chunk7QVYU63Ejs.__name.call(void 0, MessageSourcesContainer, "MessageSourcesCon
|
|
|
18120
18173
|
function MessageItem({ message, isLatestAssistant, onSelectFollowUp, failedMessageIds, onRetry }) {
|
|
18121
18174
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
18122
18175
|
const isUser = message.role === "user";
|
|
18123
|
-
const isFailed = isUser && !!_optionalChain([failedMessageIds, 'optionalAccess',
|
|
18176
|
+
const isFailed = isUser && !!_optionalChain([failedMessageIds, 'optionalAccess', _467 => _467.has, 'call', _468 => _468(message.id)]);
|
|
18124
18177
|
if (isUser) {
|
|
18125
18178
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex flex-col items-end gap-1", children: [
|
|
18126
18179
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "bg-primary text-primary-foreground max-w-[72%] rounded-2xl rounded-br-sm px-3.5 py-2 text-sm", children: message.content }),
|
|
18127
18180
|
isFailed && /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "text-destructive flex items-center gap-2 text-xs", children: [
|
|
18128
18181
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.AlertCircle, { className: "h-3.5 w-3.5" }),
|
|
18129
18182
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "span", { children: t("features.assistant.send_failed") }),
|
|
18130
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "button", { type: "button", className: "underline", onClick: () => _optionalChain([onRetry, 'optionalCall',
|
|
18183
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "button", { type: "button", className: "underline", onClick: () => _optionalChain([onRetry, 'optionalCall', _469 => _469(message.id)]), children: t("features.assistant.retry") })
|
|
18131
18184
|
] })
|
|
18132
18185
|
] });
|
|
18133
18186
|
}
|
|
@@ -18193,7 +18246,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, AssistantStatusLine, "AssistantStatusLine")
|
|
|
18193
18246
|
function AssistantThread({ messages, sending, status, onSelectFollowUp, failedMessageIds, onRetry }) {
|
|
18194
18247
|
const endRef = _react.useRef.call(void 0, null);
|
|
18195
18248
|
_react.useEffect.call(void 0, () => {
|
|
18196
|
-
_optionalChain([endRef, 'access',
|
|
18249
|
+
_optionalChain([endRef, 'access', _470 => _470.current, 'optionalAccess', _471 => _471.scrollIntoView, 'call', _472 => _472({ behavior: "smooth" })]);
|
|
18197
18250
|
}, [messages.length, sending]);
|
|
18198
18251
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex-1 min-w-0 overflow-x-hidden overflow-y-auto px-6 py-5", children: [
|
|
18199
18252
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -18221,7 +18274,7 @@ function AssistantContainer() {
|
|
|
18221
18274
|
AssistantSidebar,
|
|
18222
18275
|
{
|
|
18223
18276
|
threads: ctx.threads,
|
|
18224
|
-
activeId: _optionalChain([ctx, 'access',
|
|
18277
|
+
activeId: _optionalChain([ctx, 'access', _473 => _473.assistant, 'optionalAccess', _474 => _474.id]),
|
|
18225
18278
|
onSelect: ctx.selectThread,
|
|
18226
18279
|
onNew: ctx.startNew
|
|
18227
18280
|
}
|
|
@@ -18314,14 +18367,14 @@ function NotificationsList({ archived }) {
|
|
|
18314
18367
|
] }),
|
|
18315
18368
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Skeleton, { className: "h-8 w-20" })
|
|
18316
18369
|
] }) }) }, i)) }), "LoadingSkeleton");
|
|
18317
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "space-y-4", children: data.isLoaded ? _optionalChain([data, 'access',
|
|
18370
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "space-y-4", children: data.isLoaded ? _optionalChain([data, 'access', _475 => _475.data, 'optionalAccess', _476 => _476.map, 'call', _477 => _477((notification) => {
|
|
18318
18371
|
const notificationData = generateNotificationData({ notification, generateUrl });
|
|
18319
18372
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Card, { children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, CardContent, { className: "p-0", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: `flex w-full flex-row items-center p-2`, children: [
|
|
18320
18373
|
notificationData.actor ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex w-12 max-w-12 px-2", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Link, { href: generateUrl({ page: _chunkN4YZ45SKjs.Modules.User, id: notificationData.actor.id }), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, UserAvatar, { user: notificationData.actor, className: "h-8 w-8" }) }) }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex w-14 max-w-14 px-2" }),
|
|
18321
18374
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex w-full flex-col", children: [
|
|
18322
18375
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-sm", children: t.rich(`notification.${notification.notificationType}.description`, {
|
|
18323
18376
|
strong: /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, (chunks) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "strong", { children: chunks }), "strong"),
|
|
18324
|
-
actor: _nullishCoalesce(_optionalChain([notificationData, 'access',
|
|
18377
|
+
actor: _nullishCoalesce(_optionalChain([notificationData, 'access', _478 => _478.actor, 'optionalAccess', _479 => _479.name]), () => ( "")),
|
|
18325
18378
|
title: notificationData.title
|
|
18326
18379
|
}) }),
|
|
18327
18380
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "text-muted-foreground mt-1 w-full text-xs", children: new Date(notification.createdAt).toLocaleString() })
|
|
@@ -18671,7 +18724,7 @@ var DEFAULT_TRANSLATIONS = {
|
|
|
18671
18724
|
invalidEmail: "Please enter a valid email address"
|
|
18672
18725
|
};
|
|
18673
18726
|
async function copyToClipboard(text) {
|
|
18674
|
-
if (_optionalChain([navigator, 'access',
|
|
18727
|
+
if (_optionalChain([navigator, 'access', _480 => _480.clipboard, 'optionalAccess', _481 => _481.writeText])) {
|
|
18675
18728
|
try {
|
|
18676
18729
|
await navigator.clipboard.writeText(text);
|
|
18677
18730
|
return true;
|
|
@@ -18713,7 +18766,7 @@ function ReferralWidget({
|
|
|
18713
18766
|
const linkInputRef = _react.useRef.call(void 0, null);
|
|
18714
18767
|
const config = _chunkZEJSPTHSjs.getReferralConfig.call(void 0, );
|
|
18715
18768
|
const baseUrl = config.referralUrlBase || (typeof window !== "undefined" ? window.location.origin : "");
|
|
18716
|
-
const referralUrl = _optionalChain([stats, 'optionalAccess',
|
|
18769
|
+
const referralUrl = _optionalChain([stats, 'optionalAccess', _482 => _482.referralCode]) ? `${baseUrl}${config.referralPath}?${config.urlParamName}=${stats.referralCode}` : "";
|
|
18717
18770
|
if (!_chunkZEJSPTHSjs.isReferralEnabled.call(void 0, )) {
|
|
18718
18771
|
return null;
|
|
18719
18772
|
}
|
|
@@ -18723,7 +18776,7 @@ function ReferralWidget({
|
|
|
18723
18776
|
if (success) {
|
|
18724
18777
|
setCopied(true);
|
|
18725
18778
|
_chunkN4YZ45SKjs.showToast.call(void 0, t.copiedMessage);
|
|
18726
|
-
_optionalChain([onLinkCopied, 'optionalCall',
|
|
18779
|
+
_optionalChain([onLinkCopied, 'optionalCall', _483 => _483()]);
|
|
18727
18780
|
setTimeout(() => setCopied(false), 2e3);
|
|
18728
18781
|
} else {
|
|
18729
18782
|
_chunkN4YZ45SKjs.showError.call(void 0, t.copyError);
|
|
@@ -18737,12 +18790,12 @@ function ReferralWidget({
|
|
|
18737
18790
|
try {
|
|
18738
18791
|
await sendInvite(email);
|
|
18739
18792
|
_chunkN4YZ45SKjs.showToast.call(void 0, t.inviteSent);
|
|
18740
|
-
_optionalChain([onInviteSent, 'optionalCall',
|
|
18793
|
+
_optionalChain([onInviteSent, 'optionalCall', _484 => _484(email)]);
|
|
18741
18794
|
setEmail("");
|
|
18742
18795
|
} catch (err) {
|
|
18743
18796
|
const error2 = err instanceof Error ? err : new Error(t.inviteError);
|
|
18744
18797
|
_chunkN4YZ45SKjs.showError.call(void 0, error2.message);
|
|
18745
|
-
_optionalChain([onInviteError, 'optionalCall',
|
|
18798
|
+
_optionalChain([onInviteError, 'optionalCall', _485 => _485(error2)]);
|
|
18746
18799
|
}
|
|
18747
18800
|
}, [email, sendInvite, t.inviteSent, t.inviteError, t.invalidEmail, onInviteSent, onInviteError]);
|
|
18748
18801
|
const handleEmailKeyDown = _react.useCallback.call(void 0,
|
|
@@ -19496,7 +19549,7 @@ function OAuthClientList({
|
|
|
19496
19549
|
OAuthClientCard,
|
|
19497
19550
|
{
|
|
19498
19551
|
client,
|
|
19499
|
-
onClick: () => _optionalChain([onClientClick, 'optionalCall',
|
|
19552
|
+
onClick: () => _optionalChain([onClientClick, 'optionalCall', _486 => _486(client)]),
|
|
19500
19553
|
onEdit: onEditClick ? () => onEditClick(client) : void 0,
|
|
19501
19554
|
onDelete: onDeleteClick ? () => onDeleteClick(client) : void 0
|
|
19502
19555
|
},
|
|
@@ -19512,11 +19565,11 @@ _chunk7QVYU63Ejs.__name.call(void 0, OAuthClientList, "OAuthClientList");
|
|
|
19512
19565
|
function OAuthClientForm({ client, onSubmit, onCancel, isLoading = false }) {
|
|
19513
19566
|
const isEditMode = !!client;
|
|
19514
19567
|
const [formState, setFormState] = _react.useState.call(void 0, {
|
|
19515
|
-
name: _optionalChain([client, 'optionalAccess',
|
|
19516
|
-
description: _optionalChain([client, 'optionalAccess',
|
|
19517
|
-
redirectUris: _optionalChain([client, 'optionalAccess',
|
|
19518
|
-
allowedScopes: _optionalChain([client, 'optionalAccess',
|
|
19519
|
-
isConfidential: _nullishCoalesce(_optionalChain([client, 'optionalAccess',
|
|
19568
|
+
name: _optionalChain([client, 'optionalAccess', _487 => _487.name]) || "",
|
|
19569
|
+
description: _optionalChain([client, 'optionalAccess', _488 => _488.description]) || "",
|
|
19570
|
+
redirectUris: _optionalChain([client, 'optionalAccess', _489 => _489.redirectUris, 'optionalAccess', _490 => _490.length]) ? client.redirectUris : [""],
|
|
19571
|
+
allowedScopes: _optionalChain([client, 'optionalAccess', _491 => _491.allowedScopes]) || [],
|
|
19572
|
+
isConfidential: _nullishCoalesce(_optionalChain([client, 'optionalAccess', _492 => _492.isConfidential]), () => ( true))
|
|
19520
19573
|
});
|
|
19521
19574
|
const [errors, setErrors] = _react.useState.call(void 0, {});
|
|
19522
19575
|
const validate = _react.useCallback.call(void 0, () => {
|
|
@@ -19744,7 +19797,7 @@ function OAuthClientDetail({
|
|
|
19744
19797
|
] }),
|
|
19745
19798
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-2", children: [
|
|
19746
19799
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { children: "Allowed Scopes" }),
|
|
19747
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-wrap gap-2", children: client.allowedScopes.map((scope) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "secondary", children: _optionalChain([_chunkN4YZ45SKjs.OAUTH_SCOPE_DISPLAY, 'access',
|
|
19800
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "flex flex-wrap gap-2", children: client.allowedScopes.map((scope) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Badge, { variant: "secondary", children: _optionalChain([_chunkN4YZ45SKjs.OAUTH_SCOPE_DISPLAY, 'access', _493 => _493[scope], 'optionalAccess', _494 => _494.name]) || scope }, scope)) })
|
|
19748
19801
|
] }),
|
|
19749
19802
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "space-y-2", children: [
|
|
19750
19803
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, Label, { children: "Grant Types" }),
|
|
@@ -19888,7 +19941,7 @@ function OAuthConsentScreen({
|
|
|
19888
19941
|
if (error || !clientInfo) {
|
|
19889
19942
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "min-h-screen flex items-center justify-center p-4", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, Card, { className: "w-full max-w-md", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, CardContent, { className: "py-8", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, Alert, { variant: "destructive", children: [
|
|
19890
19943
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.AlertTriangle, { className: "h-4 w-4" }),
|
|
19891
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, AlertDescription, { children: _optionalChain([error, 'optionalAccess',
|
|
19944
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, AlertDescription, { children: _optionalChain([error, 'optionalAccess', _495 => _495.message]) || "Invalid authorization request. Please try again." })
|
|
19892
19945
|
] }) }) }) });
|
|
19893
19946
|
}
|
|
19894
19947
|
const { client, scopes } = clientInfo;
|
|
@@ -20104,7 +20157,7 @@ function WaitlistForm({ onSuccess }) {
|
|
|
20104
20157
|
questionnaire: values.questionnaire
|
|
20105
20158
|
});
|
|
20106
20159
|
setIsSuccess(true);
|
|
20107
|
-
_optionalChain([onSuccess, 'optionalCall',
|
|
20160
|
+
_optionalChain([onSuccess, 'optionalCall', _496 => _496()]);
|
|
20108
20161
|
} catch (e) {
|
|
20109
20162
|
errorToast({ error: e });
|
|
20110
20163
|
} finally {
|
|
@@ -20742,7 +20795,7 @@ var ModuleEditor = _react.memo.call(void 0, /* @__PURE__ */ _chunk7QVYU63Ejs.__n
|
|
|
20742
20795
|
] }),
|
|
20743
20796
|
roleIds.map((roleId) => {
|
|
20744
20797
|
const roleTokens = block[roleId];
|
|
20745
|
-
const roleLabel = _nullishCoalesce(_optionalChain([roleNames, 'optionalAccess',
|
|
20798
|
+
const roleLabel = _nullishCoalesce(_optionalChain([roleNames, 'optionalAccess', _497 => _497[roleId]]), () => ( roleId));
|
|
20746
20799
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "tr", { className: "border-b last:border-b-0", children: [
|
|
20747
20800
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { className: "px-4 py-1 text-xs font-medium text-muted-foreground", children: roleLabel }),
|
|
20748
20801
|
_chunkZEJSPTHSjs.ACTION_TYPES.map((action) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { className: "px-2 py-1", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -20779,7 +20832,7 @@ function RbacContainer() {
|
|
|
20779
20832
|
}, []);
|
|
20780
20833
|
const sortedModuleIds = _react.useMemo.call(void 0, () => {
|
|
20781
20834
|
if (!matrix) return [];
|
|
20782
|
-
return Object.keys(matrix).sort((a, b) => (_nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess',
|
|
20835
|
+
return Object.keys(matrix).sort((a, b) => (_nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess', _498 => _498[a]]), () => ( a))).localeCompare(_nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess', _499 => _499[b]]), () => ( b))));
|
|
20783
20836
|
}, [matrix, moduleNames]);
|
|
20784
20837
|
const roleIds = _react.useMemo.call(void 0, () => {
|
|
20785
20838
|
if (roleNames) {
|
|
@@ -20842,7 +20895,7 @@ function RbacContainer() {
|
|
|
20842
20895
|
id === selectedModuleId && "bg-muted font-medium text-foreground",
|
|
20843
20896
|
id !== selectedModuleId && "text-muted-foreground"
|
|
20844
20897
|
),
|
|
20845
|
-
children: _nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess',
|
|
20898
|
+
children: _nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess', _500 => _500[id]]), () => ( id))
|
|
20846
20899
|
}
|
|
20847
20900
|
) }, id)) }) }),
|
|
20848
20901
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "section", { className: "flex-1 overflow-y-auto p-4", children: selectedModuleId && selectedBlock ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
@@ -20850,7 +20903,7 @@ function RbacContainer() {
|
|
|
20850
20903
|
{
|
|
20851
20904
|
moduleId: selectedModuleId,
|
|
20852
20905
|
block: selectedBlock,
|
|
20853
|
-
moduleLabel: _nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess',
|
|
20906
|
+
moduleLabel: _nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess', _501 => _501[selectedModuleId]]), () => ( selectedModuleId)),
|
|
20854
20907
|
roleIds,
|
|
20855
20908
|
roleNames,
|
|
20856
20909
|
onOpenPicker: openPicker
|
|
@@ -20861,12 +20914,12 @@ function RbacContainer() {
|
|
|
20861
20914
|
RbacPermissionPicker,
|
|
20862
20915
|
{
|
|
20863
20916
|
open: !!activePicker,
|
|
20864
|
-
anchor: _nullishCoalesce(_optionalChain([activePicker, 'optionalAccess',
|
|
20917
|
+
anchor: _nullishCoalesce(_optionalChain([activePicker, 'optionalAccess', _502 => _502.anchor]), () => ( null)),
|
|
20865
20918
|
value: activeValue,
|
|
20866
|
-
isRoleColumn: _nullishCoalesce(_optionalChain([activePicker, 'optionalAccess',
|
|
20919
|
+
isRoleColumn: _nullishCoalesce(_optionalChain([activePicker, 'optionalAccess', _503 => _503.isRoleColumn]), () => ( false)),
|
|
20867
20920
|
knownSegments: activeSegments,
|
|
20868
20921
|
onSetValue: handleSetValue,
|
|
20869
|
-
onClear: _optionalChain([activePicker, 'optionalAccess',
|
|
20922
|
+
onClear: _optionalChain([activePicker, 'optionalAccess', _504 => _504.isRoleColumn]) ? handleClear : void 0,
|
|
20870
20923
|
onClose: closePicker
|
|
20871
20924
|
}
|
|
20872
20925
|
)
|
|
@@ -20933,7 +20986,7 @@ function RbacByRoleContainer() {
|
|
|
20933
20986
|
}, [roleNames]);
|
|
20934
20987
|
const sortedModuleIds = _react.useMemo.call(void 0, () => {
|
|
20935
20988
|
if (!matrix) return [];
|
|
20936
|
-
return Object.keys(matrix).sort((a, b) => (_nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess',
|
|
20989
|
+
return Object.keys(matrix).sort((a, b) => (_nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess', _505 => _505[a]]), () => ( a))).localeCompare(_nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess', _506 => _506[b]]), () => ( b))));
|
|
20937
20990
|
}, [matrix, moduleNames]);
|
|
20938
20991
|
_react.useEffect.call(void 0, () => {
|
|
20939
20992
|
if (!selectedRoleId && sortedRoleIds.length > 0) {
|
|
@@ -20982,7 +21035,7 @@ function RbacByRoleContainer() {
|
|
|
20982
21035
|
id === selectedRoleId && "bg-muted font-medium text-foreground",
|
|
20983
21036
|
id !== selectedRoleId && "text-muted-foreground"
|
|
20984
21037
|
),
|
|
20985
|
-
children: _nullishCoalesce(_optionalChain([roleNames, 'optionalAccess',
|
|
21038
|
+
children: _nullishCoalesce(_optionalChain([roleNames, 'optionalAccess', _507 => _507[id]]), () => ( id))
|
|
20986
21039
|
}
|
|
20987
21040
|
) }, id)) }) }),
|
|
20988
21041
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "section", { className: "flex-1 overflow-y-auto p-4", children: sortedModuleIds.length > 0 ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "rounded-lg border border-accent bg-card", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "div", { className: "overflow-x-auto", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "table", { className: "w-full text-sm", children: [
|
|
@@ -21002,7 +21055,7 @@ function RbacByRoleContainer() {
|
|
|
21002
21055
|
if (!block) return null;
|
|
21003
21056
|
const defaultTokens = _nullishCoalesce(block.default, () => ( []));
|
|
21004
21057
|
const roleTokens = block[selectedRoleId];
|
|
21005
|
-
const moduleLabel = _nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess',
|
|
21058
|
+
const moduleLabel = _nullishCoalesce(_optionalChain([moduleNames, 'optionalAccess', _508 => _508[moduleId]]), () => ( moduleId));
|
|
21006
21059
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _react.Fragment, { children: [
|
|
21007
21060
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "tr", { className: "border-b bg-muted/40", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21008
21061
|
"td",
|
|
@@ -21017,7 +21070,7 @@ function RbacByRoleContainer() {
|
|
|
21017
21070
|
_chunkZEJSPTHSjs.ACTION_TYPES.map((action) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { className: "px-2 py-1", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, RbacPermissionCell, { value: cellValue2(defaultTokens, action) }) }, action))
|
|
21018
21071
|
] }),
|
|
21019
21072
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "tr", { className: "border-b last:border-b-0", children: [
|
|
21020
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { className: "px-4 py-1 text-xs font-medium text-muted-foreground", children: _nullishCoalesce(_optionalChain([roleNames, 'optionalAccess',
|
|
21073
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { className: "px-4 py-1 text-xs font-medium text-muted-foreground", children: _nullishCoalesce(_optionalChain([roleNames, 'optionalAccess', _509 => _509[selectedRoleId]]), () => ( selectedRoleId)) }),
|
|
21021
21074
|
_chunkZEJSPTHSjs.ACTION_TYPES.map((action) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "td", { className: "px-2 py-1", children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
21022
21075
|
CellButton3,
|
|
21023
21076
|
{
|
|
@@ -21038,12 +21091,12 @@ function RbacByRoleContainer() {
|
|
|
21038
21091
|
RbacPermissionPicker,
|
|
21039
21092
|
{
|
|
21040
21093
|
open: !!activePicker,
|
|
21041
|
-
anchor: _nullishCoalesce(_optionalChain([activePicker, 'optionalAccess',
|
|
21094
|
+
anchor: _nullishCoalesce(_optionalChain([activePicker, 'optionalAccess', _510 => _510.anchor]), () => ( null)),
|
|
21042
21095
|
value: activeValue,
|
|
21043
|
-
isRoleColumn: _nullishCoalesce(_optionalChain([activePicker, 'optionalAccess',
|
|
21096
|
+
isRoleColumn: _nullishCoalesce(_optionalChain([activePicker, 'optionalAccess', _511 => _511.isRoleColumn]), () => ( false)),
|
|
21044
21097
|
knownSegments: activeSegments,
|
|
21045
21098
|
onSetValue: handleSetValue,
|
|
21046
|
-
onClear: _optionalChain([activePicker, 'optionalAccess',
|
|
21099
|
+
onClear: _optionalChain([activePicker, 'optionalAccess', _512 => _512.isRoleColumn]) ? handleClear : void 0,
|
|
21047
21100
|
onClose: closePicker
|
|
21048
21101
|
}
|
|
21049
21102
|
)
|
|
@@ -21556,5 +21609,6 @@ _chunk7QVYU63Ejs.__name.call(void 0, RbacByRoleContainer, "RbacByRoleContainer")
|
|
|
21556
21609
|
|
|
21557
21610
|
|
|
21558
21611
|
|
|
21559
|
-
exports.JsonApiProvider = JsonApiProvider; exports.useJsonApiGet = useJsonApiGet; exports.useJsonApiMutation = useJsonApiMutation; exports.useRehydration = useRehydration; exports.useRehydrationList = useRehydrationList; exports.TableGeneratorRegistry = TableGeneratorRegistry; exports.tableGeneratorRegistry = tableGeneratorRegistry; exports.usePageUrlGenerator = usePageUrlGenerator; exports.useUrlRewriter = useUrlRewriter; exports.useDataListRetriever = useDataListRetriever; exports.useDebounce = useDebounce2; exports.registerTableGenerator = registerTableGenerator; exports.useTableGenerator = useTableGenerator; exports.useCustomD3Graph = useCustomD3Graph; exports.SocketContext = SocketContext; exports.SocketProvider = SocketProvider; exports.useSocketContext = useSocketContext; exports.CurrentUserProvider = CurrentUserProvider; exports.useCurrentUserContext = useCurrentUserContext; exports.Accordion = Accordion; exports.AccordionItem = AccordionItem; exports.AccordionTrigger = AccordionTrigger; exports.AccordionContent = AccordionContent; exports.Alert = Alert; exports.AlertTitle = AlertTitle; exports.AlertDescription = AlertDescription; exports.AlertAction = AlertAction; exports.buttonVariants = buttonVariants; exports.Button = Button; exports.AlertDialog = AlertDialog; exports.AlertDialogTrigger = AlertDialogTrigger; exports.AlertDialogPortal = AlertDialogPortal; exports.AlertDialogOverlay = AlertDialogOverlay; exports.AlertDialogContent = AlertDialogContent; exports.AlertDialogHeader = AlertDialogHeader; exports.AlertDialogFooter = AlertDialogFooter; exports.AlertDialogMedia = AlertDialogMedia; exports.AlertDialogTitle = AlertDialogTitle; exports.AlertDialogDescription = AlertDialogDescription; exports.AlertDialogAction = AlertDialogAction; exports.AlertDialogCancel = AlertDialogCancel; exports.Avatar = Avatar; exports.AvatarImage = AvatarImage; exports.AvatarFallback = AvatarFallback; exports.AvatarBadge = AvatarBadge; exports.AvatarGroup = AvatarGroup; exports.AvatarGroupCount = AvatarGroupCount; exports.badgeVariants = badgeVariants; exports.Badge = Badge; exports.Breadcrumb = Breadcrumb; exports.BreadcrumbList = BreadcrumbList; exports.BreadcrumbItem = BreadcrumbItem; exports.BreadcrumbLink = BreadcrumbLink; exports.BreadcrumbPage = BreadcrumbPage; exports.BreadcrumbSeparator = BreadcrumbSeparator; exports.BreadcrumbEllipsis = BreadcrumbEllipsis; exports.Calendar = Calendar; exports.CalendarDayButton = CalendarDayButton; exports.Card = Card; exports.CardHeader = CardHeader; exports.CardTitle = CardTitle; exports.CardDescription = CardDescription; exports.CardAction = CardAction; exports.CardContent = CardContent; exports.CardFooter = CardFooter; exports.useCarousel = useCarousel; exports.Carousel = Carousel; exports.CarouselContent = CarouselContent; exports.CarouselItem = CarouselItem; exports.CarouselPrevious = CarouselPrevious; exports.CarouselNext = CarouselNext; exports.ChartContainer = ChartContainer; exports.ChartStyle = ChartStyle; exports.ChartTooltip = ChartTooltip; exports.ChartTooltipContent = ChartTooltipContent; exports.ChartLegend = ChartLegend; exports.ChartLegendContent = ChartLegendContent; exports.Checkbox = Checkbox; exports.Collapsible = Collapsible; exports.CollapsibleTrigger = CollapsibleTrigger; exports.CollapsibleContent = CollapsibleContent; exports.Input = Input; exports.Textarea = Textarea; exports.InputGroup = InputGroup; exports.InputGroupAddon = InputGroupAddon; exports.InputGroupButton = InputGroupButton; exports.InputGroupText = InputGroupText; exports.InputGroupInput = InputGroupInput; exports.InputGroupTextarea = InputGroupTextarea; exports.Combobox = Combobox; exports.ComboboxValue = ComboboxValue; exports.ComboboxTrigger = ComboboxTrigger; exports.ComboboxInput = ComboboxInput; exports.ComboboxContent = ComboboxContent; exports.ComboboxList = ComboboxList; exports.ComboboxItem = ComboboxItem; exports.ComboboxGroup = ComboboxGroup; exports.ComboboxLabel = ComboboxLabel; exports.ComboboxCollection = ComboboxCollection; exports.ComboboxEmpty = ComboboxEmpty; exports.ComboboxSeparator = ComboboxSeparator; exports.ComboboxChips = ComboboxChips; exports.ComboboxChip = ComboboxChip; exports.ComboboxChipsInput = ComboboxChipsInput; exports.useComboboxAnchor = useComboboxAnchor; exports.Dialog = Dialog; exports.DialogTrigger = DialogTrigger; exports.DialogPortal = DialogPortal; exports.DialogClose = DialogClose; exports.DialogOverlay = DialogOverlay; exports.DialogContent = DialogContent; exports.DialogHeader = DialogHeader; exports.DialogFooter = DialogFooter; exports.DialogTitle = DialogTitle; exports.DialogDescription = DialogDescription; exports.Command = Command; exports.CommandDialog = CommandDialog; exports.CommandInput = CommandInput; exports.CommandList = CommandList; exports.CommandEmpty = CommandEmpty; exports.CommandGroup = CommandGroup; exports.CommandSeparator = CommandSeparator; exports.CommandItem = CommandItem; exports.CommandShortcut = CommandShortcut; exports.ContextMenu = ContextMenu; exports.ContextMenuPortal = ContextMenuPortal; exports.ContextMenuTrigger = ContextMenuTrigger; exports.ContextMenuContent = ContextMenuContent; exports.ContextMenuGroup = ContextMenuGroup; exports.ContextMenuLabel = ContextMenuLabel; exports.ContextMenuItem = ContextMenuItem; exports.ContextMenuSub = ContextMenuSub; exports.ContextMenuSubTrigger = ContextMenuSubTrigger; exports.ContextMenuSubContent = ContextMenuSubContent; exports.ContextMenuCheckboxItem = ContextMenuCheckboxItem; exports.ContextMenuRadioGroup = ContextMenuRadioGroup; exports.ContextMenuRadioItem = ContextMenuRadioItem; exports.ContextMenuSeparator = ContextMenuSeparator; exports.ContextMenuShortcut = ContextMenuShortcut; exports.Drawer = Drawer; exports.DrawerTrigger = DrawerTrigger; exports.DrawerPortal = DrawerPortal; exports.DrawerClose = DrawerClose; exports.DrawerOverlay = DrawerOverlay; exports.DrawerContent = DrawerContent; exports.DrawerHeader = DrawerHeader; exports.DrawerFooter = DrawerFooter; exports.DrawerTitle = DrawerTitle; exports.DrawerDescription = DrawerDescription; exports.DropdownMenu = DropdownMenu; exports.DropdownMenuPortal = DropdownMenuPortal; exports.DropdownMenuTrigger = DropdownMenuTrigger; exports.DropdownMenuContent = DropdownMenuContent; exports.DropdownMenuGroup = DropdownMenuGroup; exports.DropdownMenuLabel = DropdownMenuLabel; exports.DropdownMenuItem = DropdownMenuItem; exports.DropdownMenuSub = DropdownMenuSub; exports.DropdownMenuSubTrigger = DropdownMenuSubTrigger; exports.DropdownMenuSubContent = DropdownMenuSubContent; exports.DropdownMenuCheckboxItem = DropdownMenuCheckboxItem; exports.DropdownMenuRadioGroup = DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = DropdownMenuRadioItem; exports.DropdownMenuSeparator = DropdownMenuSeparator; exports.DropdownMenuShortcut = DropdownMenuShortcut; exports.Label = Label; exports.Separator = Separator; exports.FieldSet = FieldSet; exports.FieldLegend = FieldLegend; exports.FieldGroup = FieldGroup; exports.Field = Field; exports.FieldContent = FieldContent; exports.FieldLabel = FieldLabel; exports.FieldTitle = FieldTitle; exports.FieldDescription = FieldDescription; exports.FieldSeparator = FieldSeparator; exports.FieldError = FieldError; exports.Form = Form; exports.HoverCard = HoverCard; exports.HoverCardTrigger = HoverCardTrigger; exports.HoverCardContent = HoverCardContent; exports.InputOTP = InputOTP; exports.InputOTPGroup = InputOTPGroup; exports.InputOTPSlot = InputOTPSlot; exports.InputOTPSeparator = InputOTPSeparator; exports.NavigationMenu = NavigationMenu; exports.NavigationMenuList = NavigationMenuList; exports.NavigationMenuItem = NavigationMenuItem; exports.navigationMenuTriggerStyle = navigationMenuTriggerStyle; exports.NavigationMenuTrigger = NavigationMenuTrigger; exports.NavigationMenuContent = NavigationMenuContent; exports.NavigationMenuPositioner = NavigationMenuPositioner; exports.NavigationMenuLink = NavigationMenuLink; exports.NavigationMenuIndicator = NavigationMenuIndicator; exports.Popover = Popover; exports.PopoverTrigger = PopoverTrigger; exports.PopoverContent = PopoverContent; exports.PopoverHeader = PopoverHeader; exports.PopoverTitle = PopoverTitle; exports.PopoverDescription = PopoverDescription; exports.Progress = Progress; exports.ProgressTrack = ProgressTrack; exports.ProgressIndicator = ProgressIndicator; exports.ProgressLabel = ProgressLabel; exports.ProgressValue = ProgressValue; exports.RadioGroup = RadioGroup; exports.RadioGroupItem = RadioGroupItem; exports.ResizablePanelGroup = ResizablePanelGroup; exports.ResizablePanel = ResizablePanel; exports.ResizableHandle = ResizableHandle; exports.ScrollArea = ScrollArea; exports.ScrollBar = ScrollBar; exports.Select = Select; exports.SelectGroup = SelectGroup; exports.SelectValue = SelectValue; exports.SelectTrigger = SelectTrigger; exports.SelectContent = SelectContent; exports.SelectLabel = SelectLabel; exports.SelectItem = SelectItem; exports.SelectSeparator = SelectSeparator; exports.SelectScrollUpButton = SelectScrollUpButton; exports.SelectScrollDownButton = SelectScrollDownButton; exports.Sheet = Sheet; exports.SheetTrigger = SheetTrigger; exports.SheetClose = SheetClose; exports.SheetContent = SheetContent; exports.SheetHeader = SheetHeader; exports.SheetFooter = SheetFooter; exports.SheetTitle = SheetTitle; exports.SheetDescription = SheetDescription; exports.Skeleton = Skeleton; exports.TooltipProvider = TooltipProvider; exports.Tooltip = Tooltip2; exports.TooltipTrigger = TooltipTrigger; exports.TooltipContent = TooltipContent; exports.useSidebar = useSidebar; exports.SidebarProvider = SidebarProvider; exports.Sidebar = Sidebar; exports.SidebarTrigger = SidebarTrigger; exports.SidebarRail = SidebarRail; exports.SidebarInset = SidebarInset; exports.SidebarInput = SidebarInput; exports.SidebarHeader = SidebarHeader; exports.SidebarFooter = SidebarFooter; exports.SidebarSeparator = SidebarSeparator; exports.SidebarContent = SidebarContent; exports.SidebarGroup = SidebarGroup; exports.SidebarGroupLabel = SidebarGroupLabel; exports.SidebarGroupAction = SidebarGroupAction; exports.SidebarGroupContent = SidebarGroupContent; exports.SidebarMenu = SidebarMenu; exports.SidebarMenuItem = SidebarMenuItem; exports.SidebarMenuButton = SidebarMenuButton; exports.SidebarMenuAction = SidebarMenuAction; exports.SidebarMenuBadge = SidebarMenuBadge; exports.SidebarMenuSkeleton = SidebarMenuSkeleton; exports.SidebarMenuSub = SidebarMenuSub; exports.SidebarMenuSubItem = SidebarMenuSubItem; exports.SidebarMenuSubButton = SidebarMenuSubButton; exports.Slider = Slider; exports.Toaster = Toaster; exports.Switch = Switch; exports.Table = Table; exports.TableHeader = TableHeader; exports.TableBody = TableBody; exports.TableFooter = TableFooter; exports.TableRow = TableRow; exports.TableHead = TableHead; exports.TableCell = TableCell; exports.TableCaption = TableCaption; exports.Tabs = Tabs; exports.tabsListVariants = tabsListVariants; exports.TabsList = TabsList; exports.TabsTrigger = TabsTrigger; exports.TabsContent = TabsContent; exports.toggleVariants = toggleVariants; exports.Toggle = Toggle; exports.KanbanRoot = KanbanRoot; exports.KanbanBoard = KanbanBoard; exports.KanbanColumn = KanbanColumn; exports.KanbanColumnHandle = KanbanColumnHandle; exports.KanbanItem = KanbanItem; exports.KanbanItemHandle = KanbanItemHandle; exports.KanbanOverlay = KanbanOverlay; exports.Link = Link; exports.MultiSelect = MultiSelect; exports.useDebounce2 = useDebounce; exports.MultipleSelector = MultipleSelector; exports.EntityAvatar = EntityAvatar; exports.errorToast = errorToast; exports.EditableAvatar = EditableAvatar; exports.TableCellAvatar = TableCellAvatar; exports.HeaderChildrenProvider = HeaderChildrenProvider; exports.useHeaderChildren = useHeaderChildren; exports.HeaderLeftContentProvider = HeaderLeftContentProvider; exports.useHeaderLeftContent = useHeaderLeftContent; exports.BreadcrumbNavigation = BreadcrumbNavigation; exports.ContentTitle = ContentTitle; exports.SharedProvider = SharedProvider; exports.useSharedContext = useSharedContext; exports.Header = Header; exports.ModeToggleSwitch = ModeToggleSwitch; exports.PageSection = PageSection; exports.recentPagesAtom = recentPagesAtom; exports.RecentPagesNavigator = RecentPagesNavigator; exports.PageContainer = PageContainer; exports.ReactMarkdownContainer = ReactMarkdownContainer; exports.RoundPageContainerTitle = RoundPageContainerTitle; exports.RoundPageContainer = RoundPageContainer; exports.TabsContainer = TabsContainer; exports.AttributeElement = AttributeElement; exports.AllUsersListContainer = AllUsersListContainer; exports.UserContent = UserContent; exports.UserAvatar = UserAvatar; exports.UserAvatarList = UserAvatarList; exports.useUserSearch = useUserSearch; exports.useUserTableStructure = useUserTableStructure; exports.UserSearchPopover = UserSearchPopover; exports.UserIndexDetails = UserIndexDetails; exports.UserStanadaloneDetails = UserStanadaloneDetails; exports.UserContainer = UserContainer; exports.UserIndexContainer = UserIndexContainer; exports.UsersListContainer = UsersListContainer; exports.AdminUsersList = AdminUsersList; exports.CompanyUsersList = CompanyUsersList; exports.ContributorsList = ContributorsList; exports.RelevantUsersList = RelevantUsersList; exports.RoleUsersList = RoleUsersList; exports.UserListInAdd = UserListInAdd; exports.UsersList = UsersList; exports.UsersListByContentIds = UsersListByContentIds; exports.AllowedUsersDetails = AllowedUsersDetails; exports.ErrorDetails = ErrorDetails; exports.BlockNoteEditorContainer = BlockNoteEditorContainer; exports.CommonAssociationTrigger = CommonAssociationTrigger; exports.CommonAssociationCommandDialog = CommonAssociationCommandDialog; exports.triggerAssociationToast = triggerAssociationToast; exports.FormFieldWrapper = FormFieldWrapper; exports.EntityMultiSelector = EntityMultiSelector; exports.CommonDeleter = CommonDeleter; exports.CommonEditorButtons = CommonEditorButtons; exports.CommonEditorHeader = CommonEditorHeader; exports.CommonEditorDiscardDialog = CommonEditorDiscardDialog; exports.CommonEditorTrigger = CommonEditorTrigger; exports.useEditorDialog = useEditorDialog; exports.EditorSheet = EditorSheet; exports.DatePickerPopover = DatePickerPopover; exports.DateRangeSelector = DateRangeSelector; exports.useFileUpload = useFileUpload; exports.FileUploader = FileUploader; exports.FileUploaderContent = FileUploaderContent; exports.FileUploaderItem = FileUploaderItem; exports.FileInput = FileInput; exports.FormCheckbox = FormCheckbox; exports.FormBlockNote = FormBlockNote; exports.FormDate = FormDate; exports.FormDateTime = FormDateTime; exports.FormInput = FormInput; exports.PasswordInput = PasswordInput; exports.FormPassword = FormPassword; exports.FormPlaceAutocomplete = FormPlaceAutocomplete; exports.FormSelect = FormSelect; exports.FormSlider = FormSlider; exports.FormSwitch = FormSwitch; exports.FormTextarea = FormTextarea; exports.GdprConsentCheckbox = GdprConsentCheckbox; exports.FormFeatures = FormFeatures; exports.PageContainerContentDetails = PageContainerContentDetails; exports.PageContentContainer = PageContentContainer; exports.cellComponent = cellComponent; exports.cellDate = cellDate; exports.cellId = cellId; exports.cellLink = cellLink; exports.cellUrl = cellUrl; exports.ContentTableSearch = ContentTableSearch; exports.ContentListTable = ContentListTable; exports.ItalianFiscalData_default = ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = ItalianFiscalDataDisplay; exports.parseFiscalData = parseFiscalData; exports.FiscalDataDisplay = FiscalDataDisplay; exports.GdprConsentSection = GdprConsentSection; exports.AuthContainer = AuthContainer; exports.BackupCodesDialog = BackupCodesDialog; exports.TotpInput = TotpInput; exports.DisableTwoFactorDialog = DisableTwoFactorDialog; exports.PasskeyList = PasskeyList; exports.PasskeySetupDialog = PasskeySetupDialog; exports.TotpAuthenticatorList = TotpAuthenticatorList; exports.TotpSetupDialog = TotpSetupDialog; exports.TwoFactorSettings = TwoFactorSettings; exports.SecurityContainer = SecurityContainer; exports.LandingComponent = LandingComponent; exports.AcceptInvitation = AcceptInvitation; exports.ActivateAccount = ActivateAccount; exports.Cookies = Cookies; exports.ForgotPassword = ForgotPassword; exports.Login = Login; exports.Logout = Logout; exports.RefreshUser = RefreshUser; exports.ResetPassword = ResetPassword; exports.PasskeyButton = PasskeyButton; exports.TwoFactorChallenge = TwoFactorChallenge; exports.CompanyContent = CompanyContent; exports.TokenStatusIndicator = TokenStatusIndicator; exports.CompanyDetails = CompanyDetails; exports.AdminCompanyContainer = AdminCompanyContainer; exports.CompanyContainer = CompanyContainer; exports.CompanyConfigurationEditor = CompanyConfigurationEditor; exports.CompanyDeleter = CompanyDeleter; exports.CompanyEditor = CompanyEditor; exports.CompaniesList = CompaniesList; exports.ContentsList = ContentsList; exports.ContentsListById = ContentsListById; exports.RelevantContentsList = RelevantContentsList; exports.HowToCommandViewer = HowToCommandViewer; exports.HowToCommand = HowToCommand; exports.HowToDeleter = HowToDeleter; exports.HowToEditor = HowToEditor; exports.HowToProvider = HowToProvider; exports.useHowToContext = useHowToContext; exports.HowToContent = HowToContent; exports.HowToDetails = HowToDetails; exports.HowToContainer = HowToContainer; exports.HowToList = HowToList; exports.HowToListContainer = HowToListContainer; exports.HowToMultiSelector = HowToMultiSelector; exports.HowToSelector = HowToSelector; exports.AssistantProvider = AssistantProvider; exports.useAssistantContext = useAssistantContext; exports.MessageSourcesPanel = MessageSourcesPanel; exports.MessageItem = MessageItem; exports.MessageList = MessageList; exports.AssistantContainer = AssistantContainer; exports.NotificationErrorBoundary = NotificationErrorBoundary; exports.generateNotificationData = generateNotificationData; exports.NotificationToast = NotificationToast; exports.NotificationMenuItem = NotificationMenuItem; exports.NotificationContextProvider = NotificationContextProvider; exports.useNotificationContext = useNotificationContext; exports.NotificationsList = NotificationsList; exports.NotificationsListContainer = NotificationsListContainer; exports.NotificationModal = NotificationModal; exports.PushNotificationProvider = PushNotificationProvider; exports.OnboardingCard = OnboardingCard; exports.ReferralCodeCapture = ReferralCodeCapture; exports.ReferralWidget = ReferralWidget; exports.ReferralDialog = ReferralDialog; exports.RoleProvider = RoleProvider; exports.useRoleContext = useRoleContext; exports.RoleDetails = RoleDetails; exports.RoleContainer = RoleContainer; exports.FormRoles = FormRoles; exports.RemoveUserFromRole = RemoveUserFromRole; exports.UserRoleAdd = UserRoleAdd; exports.useRoleTableStructure = useRoleTableStructure; exports.RolesList = RolesList; exports.UserRolesList = UserRolesList; exports.OAuthRedirectUriInput = OAuthRedirectUriInput; exports.OAuthScopeSelector = OAuthScopeSelector; exports.OAuthClientSecretDisplay = OAuthClientSecretDisplay; exports.OAuthClientCard = OAuthClientCard; exports.OAuthClientList = OAuthClientList; exports.OAuthClientForm = OAuthClientForm; exports.OAuthClientDetail = OAuthClientDetail; exports.OAuthConsentHeader = OAuthConsentHeader; exports.OAuthScopeList = OAuthScopeList; exports.OAuthConsentActions = OAuthConsentActions; exports.useOAuthConsent = useOAuthConsent; exports.OAuthConsentScreen = OAuthConsentScreen; exports.WaitlistQuestionnaireRenderer = WaitlistQuestionnaireRenderer; exports.WaitlistForm = WaitlistForm; exports.WaitlistHeroSection = WaitlistHeroSection; exports.WaitlistSuccessState = WaitlistSuccessState; exports.WaitlistConfirmation = WaitlistConfirmation; exports.WaitlistList = WaitlistList; exports.RbacProvider = RbacProvider; exports.useRbacContext = useRbacContext; exports.RbacPermissionCell = RbacPermissionCell; exports.RbacPermissionPicker = RbacPermissionPicker; exports.RbacContainer = RbacContainer; exports.RbacByRoleContainer = RbacByRoleContainer; exports.AddUserToRole = AddUserToRole; exports.UserAvatarEditor = UserAvatarEditor; exports.UserDeleter = UserDeleter; exports.UserEditor = UserEditor; exports.UserMultiSelect = UserMultiSelect; exports.UserReactivator = UserReactivator; exports.UserResentInvitationEmail = UserResentInvitationEmail; exports.UserSelector = UserSelector; exports.UserProvider = UserProvider; exports.useUserContext = useUserContext; exports.CompanyProvider = CompanyProvider; exports.useCompanyContext = useCompanyContext; exports.DEFAULT_ONBOARDING_LABELS = DEFAULT_ONBOARDING_LABELS; exports.OnboardingProvider = OnboardingProvider; exports.useOnboarding = useOnboarding; exports.CommonProvider = CommonProvider; exports.useCommonContext = useCommonContext; exports.useNotificationSync = useNotificationSync; exports.usePageTracker = usePageTracker; exports.useSocket = useSocket; exports.useSubscriptionStatus = useSubscriptionStatus; exports.useContentTableStructure = useContentTableStructure; exports.useOAuthClients = useOAuthClients; exports.useOAuthClient = useOAuthClient;
|
|
21560
|
-
//# sourceMappingURL=chunk-TZJFHXDU.js.map
|
|
21612
|
+
|
|
21613
|
+
exports.JsonApiProvider = JsonApiProvider; exports.useJsonApiGet = useJsonApiGet; exports.useJsonApiMutation = useJsonApiMutation; exports.useRehydration = useRehydration; exports.useRehydrationList = useRehydrationList; exports.TableGeneratorRegistry = TableGeneratorRegistry; exports.tableGeneratorRegistry = tableGeneratorRegistry; exports.usePageUrlGenerator = usePageUrlGenerator; exports.useUrlRewriter = useUrlRewriter; exports.useDataListRetriever = useDataListRetriever; exports.useDebounce = useDebounce2; exports.registerTableGenerator = registerTableGenerator; exports.useTableGenerator = useTableGenerator; exports.useCustomD3Graph = useCustomD3Graph; exports.SocketContext = SocketContext; exports.SocketProvider = SocketProvider; exports.useSocketContext = useSocketContext; exports.CurrentUserProvider = CurrentUserProvider; exports.useCurrentUserContext = useCurrentUserContext; exports.Accordion = Accordion; exports.AccordionItem = AccordionItem; exports.AccordionTrigger = AccordionTrigger; exports.AccordionContent = AccordionContent; exports.Alert = Alert; exports.AlertTitle = AlertTitle; exports.AlertDescription = AlertDescription; exports.AlertAction = AlertAction; exports.buttonVariants = buttonVariants; exports.Button = Button; exports.AlertDialog = AlertDialog; exports.AlertDialogTrigger = AlertDialogTrigger; exports.AlertDialogPortal = AlertDialogPortal; exports.AlertDialogOverlay = AlertDialogOverlay; exports.AlertDialogContent = AlertDialogContent; exports.AlertDialogHeader = AlertDialogHeader; exports.AlertDialogFooter = AlertDialogFooter; exports.AlertDialogMedia = AlertDialogMedia; exports.AlertDialogTitle = AlertDialogTitle; exports.AlertDialogDescription = AlertDialogDescription; exports.AlertDialogAction = AlertDialogAction; exports.AlertDialogCancel = AlertDialogCancel; exports.Avatar = Avatar; exports.AvatarImage = AvatarImage; exports.AvatarFallback = AvatarFallback; exports.AvatarBadge = AvatarBadge; exports.AvatarGroup = AvatarGroup; exports.AvatarGroupCount = AvatarGroupCount; exports.badgeVariants = badgeVariants; exports.Badge = Badge; exports.Breadcrumb = Breadcrumb; exports.BreadcrumbList = BreadcrumbList; exports.BreadcrumbItem = BreadcrumbItem; exports.BreadcrumbLink = BreadcrumbLink; exports.BreadcrumbPage = BreadcrumbPage; exports.BreadcrumbSeparator = BreadcrumbSeparator; exports.BreadcrumbEllipsis = BreadcrumbEllipsis; exports.Calendar = Calendar; exports.CalendarDayButton = CalendarDayButton; exports.Card = Card; exports.CardHeader = CardHeader; exports.CardTitle = CardTitle; exports.CardDescription = CardDescription; exports.CardAction = CardAction; exports.CardContent = CardContent; exports.CardFooter = CardFooter; exports.useCarousel = useCarousel; exports.Carousel = Carousel; exports.CarouselContent = CarouselContent; exports.CarouselItem = CarouselItem; exports.CarouselPrevious = CarouselPrevious; exports.CarouselNext = CarouselNext; exports.ChartContainer = ChartContainer; exports.ChartStyle = ChartStyle; exports.ChartTooltip = ChartTooltip; exports.ChartTooltipContent = ChartTooltipContent; exports.ChartLegend = ChartLegend; exports.ChartLegendContent = ChartLegendContent; exports.Checkbox = Checkbox; exports.Collapsible = Collapsible; exports.CollapsibleTrigger = CollapsibleTrigger; exports.CollapsibleContent = CollapsibleContent; exports.Input = Input; exports.Textarea = Textarea; exports.InputGroup = InputGroup; exports.InputGroupAddon = InputGroupAddon; exports.InputGroupButton = InputGroupButton; exports.InputGroupText = InputGroupText; exports.InputGroupInput = InputGroupInput; exports.InputGroupTextarea = InputGroupTextarea; exports.Combobox = Combobox; exports.ComboboxValue = ComboboxValue; exports.ComboboxTrigger = ComboboxTrigger; exports.ComboboxInput = ComboboxInput; exports.ComboboxContent = ComboboxContent; exports.ComboboxList = ComboboxList; exports.ComboboxItem = ComboboxItem; exports.ComboboxGroup = ComboboxGroup; exports.ComboboxLabel = ComboboxLabel; exports.ComboboxCollection = ComboboxCollection; exports.ComboboxEmpty = ComboboxEmpty; exports.ComboboxSeparator = ComboboxSeparator; exports.ComboboxChips = ComboboxChips; exports.ComboboxChip = ComboboxChip; exports.ComboboxChipsInput = ComboboxChipsInput; exports.useComboboxAnchor = useComboboxAnchor; exports.Dialog = Dialog; exports.DialogTrigger = DialogTrigger; exports.DialogPortal = DialogPortal; exports.DialogClose = DialogClose; exports.DialogOverlay = DialogOverlay; exports.DialogContent = DialogContent; exports.DialogHeader = DialogHeader; exports.DialogFooter = DialogFooter; exports.DialogTitle = DialogTitle; exports.DialogDescription = DialogDescription; exports.Command = Command; exports.CommandDialog = CommandDialog; exports.CommandInput = CommandInput; exports.CommandList = CommandList; exports.CommandEmpty = CommandEmpty; exports.CommandGroup = CommandGroup; exports.CommandSeparator = CommandSeparator; exports.CommandItem = CommandItem; exports.CommandShortcut = CommandShortcut; exports.ContextMenu = ContextMenu; exports.ContextMenuPortal = ContextMenuPortal; exports.ContextMenuTrigger = ContextMenuTrigger; exports.ContextMenuContent = ContextMenuContent; exports.ContextMenuGroup = ContextMenuGroup; exports.ContextMenuLabel = ContextMenuLabel; exports.ContextMenuItem = ContextMenuItem; exports.ContextMenuSub = ContextMenuSub; exports.ContextMenuSubTrigger = ContextMenuSubTrigger; exports.ContextMenuSubContent = ContextMenuSubContent; exports.ContextMenuCheckboxItem = ContextMenuCheckboxItem; exports.ContextMenuRadioGroup = ContextMenuRadioGroup; exports.ContextMenuRadioItem = ContextMenuRadioItem; exports.ContextMenuSeparator = ContextMenuSeparator; exports.ContextMenuShortcut = ContextMenuShortcut; exports.Drawer = Drawer; exports.DrawerTrigger = DrawerTrigger; exports.DrawerPortal = DrawerPortal; exports.DrawerClose = DrawerClose; exports.DrawerOverlay = DrawerOverlay; exports.DrawerContent = DrawerContent; exports.DrawerHeader = DrawerHeader; exports.DrawerFooter = DrawerFooter; exports.DrawerTitle = DrawerTitle; exports.DrawerDescription = DrawerDescription; exports.DropdownMenu = DropdownMenu; exports.DropdownMenuPortal = DropdownMenuPortal; exports.DropdownMenuTrigger = DropdownMenuTrigger; exports.DropdownMenuContent = DropdownMenuContent; exports.DropdownMenuGroup = DropdownMenuGroup; exports.DropdownMenuLabel = DropdownMenuLabel; exports.DropdownMenuItem = DropdownMenuItem; exports.DropdownMenuSub = DropdownMenuSub; exports.DropdownMenuSubTrigger = DropdownMenuSubTrigger; exports.DropdownMenuSubContent = DropdownMenuSubContent; exports.DropdownMenuCheckboxItem = DropdownMenuCheckboxItem; exports.DropdownMenuRadioGroup = DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = DropdownMenuRadioItem; exports.DropdownMenuSeparator = DropdownMenuSeparator; exports.DropdownMenuShortcut = DropdownMenuShortcut; exports.Label = Label; exports.Separator = Separator; exports.FieldSet = FieldSet; exports.FieldLegend = FieldLegend; exports.FieldGroup = FieldGroup; exports.Field = Field; exports.FieldContent = FieldContent; exports.FieldLabel = FieldLabel; exports.FieldTitle = FieldTitle; exports.FieldDescription = FieldDescription; exports.FieldSeparator = FieldSeparator; exports.FieldError = FieldError; exports.Form = Form; exports.HoverCard = HoverCard; exports.HoverCardTrigger = HoverCardTrigger; exports.HoverCardContent = HoverCardContent; exports.InputOTP = InputOTP; exports.InputOTPGroup = InputOTPGroup; exports.InputOTPSlot = InputOTPSlot; exports.InputOTPSeparator = InputOTPSeparator; exports.NavigationMenu = NavigationMenu; exports.NavigationMenuList = NavigationMenuList; exports.NavigationMenuItem = NavigationMenuItem; exports.navigationMenuTriggerStyle = navigationMenuTriggerStyle; exports.NavigationMenuTrigger = NavigationMenuTrigger; exports.NavigationMenuContent = NavigationMenuContent; exports.NavigationMenuPositioner = NavigationMenuPositioner; exports.NavigationMenuLink = NavigationMenuLink; exports.NavigationMenuIndicator = NavigationMenuIndicator; exports.Popover = Popover; exports.PopoverTrigger = PopoverTrigger; exports.PopoverContent = PopoverContent; exports.PopoverHeader = PopoverHeader; exports.PopoverTitle = PopoverTitle; exports.PopoverDescription = PopoverDescription; exports.Progress = Progress; exports.ProgressTrack = ProgressTrack; exports.ProgressIndicator = ProgressIndicator; exports.ProgressLabel = ProgressLabel; exports.ProgressValue = ProgressValue; exports.RadioGroup = RadioGroup; exports.RadioGroupItem = RadioGroupItem; exports.ResizablePanelGroup = ResizablePanelGroup; exports.ResizablePanel = ResizablePanel; exports.ResizableHandle = ResizableHandle; exports.ScrollArea = ScrollArea; exports.ScrollBar = ScrollBar; exports.Select = Select; exports.SelectGroup = SelectGroup; exports.SelectValue = SelectValue; exports.SelectTrigger = SelectTrigger; exports.SelectContent = SelectContent; exports.SelectLabel = SelectLabel; exports.SelectItem = SelectItem; exports.SelectSeparator = SelectSeparator; exports.SelectScrollUpButton = SelectScrollUpButton; exports.SelectScrollDownButton = SelectScrollDownButton; exports.Sheet = Sheet; exports.SheetTrigger = SheetTrigger; exports.SheetClose = SheetClose; exports.SheetContent = SheetContent; exports.SheetHeader = SheetHeader; exports.SheetFooter = SheetFooter; exports.SheetTitle = SheetTitle; exports.SheetDescription = SheetDescription; exports.Skeleton = Skeleton; exports.TooltipProvider = TooltipProvider; exports.Tooltip = Tooltip2; exports.TooltipTrigger = TooltipTrigger; exports.TooltipContent = TooltipContent; exports.useSidebar = useSidebar; exports.SidebarProvider = SidebarProvider; exports.Sidebar = Sidebar; exports.SidebarTrigger = SidebarTrigger; exports.SidebarRail = SidebarRail; exports.SidebarInset = SidebarInset; exports.SidebarInput = SidebarInput; exports.SidebarHeader = SidebarHeader; exports.SidebarFooter = SidebarFooter; exports.SidebarSeparator = SidebarSeparator; exports.SidebarContent = SidebarContent; exports.SidebarGroup = SidebarGroup; exports.SidebarGroupLabel = SidebarGroupLabel; exports.SidebarGroupAction = SidebarGroupAction; exports.SidebarGroupContent = SidebarGroupContent; exports.SidebarMenu = SidebarMenu; exports.SidebarMenuItem = SidebarMenuItem; exports.SidebarMenuButton = SidebarMenuButton; exports.SidebarMenuAction = SidebarMenuAction; exports.SidebarMenuBadge = SidebarMenuBadge; exports.SidebarMenuSkeleton = SidebarMenuSkeleton; exports.SidebarMenuSub = SidebarMenuSub; exports.SidebarMenuSubItem = SidebarMenuSubItem; exports.SidebarMenuSubButton = SidebarMenuSubButton; exports.Slider = Slider; exports.Toaster = Toaster; exports.Switch = Switch; exports.Table = Table; exports.TableHeader = TableHeader; exports.TableBody = TableBody; exports.TableFooter = TableFooter; exports.TableRow = TableRow; exports.TableHead = TableHead; exports.TableCell = TableCell; exports.TableCaption = TableCaption; exports.Tabs = Tabs; exports.tabsListVariants = tabsListVariants; exports.TabsList = TabsList; exports.TabsTrigger = TabsTrigger; exports.TabsContent = TabsContent; exports.toggleVariants = toggleVariants; exports.Toggle = Toggle; exports.KanbanRoot = KanbanRoot; exports.KanbanBoard = KanbanBoard; exports.KanbanColumn = KanbanColumn; exports.KanbanColumnHandle = KanbanColumnHandle; exports.KanbanItem = KanbanItem; exports.KanbanItemHandle = KanbanItemHandle; exports.KanbanOverlay = KanbanOverlay; exports.Link = Link; exports.MultiSelect = MultiSelect; exports.useDebounce2 = useDebounce; exports.MultipleSelector = MultipleSelector; exports.EntityAvatar = EntityAvatar; exports.errorToast = errorToast; exports.EditableAvatar = EditableAvatar; exports.TableCellAvatar = TableCellAvatar; exports.HeaderChildrenProvider = HeaderChildrenProvider; exports.useHeaderChildren = useHeaderChildren; exports.HeaderLeftContentProvider = HeaderLeftContentProvider; exports.useHeaderLeftContent = useHeaderLeftContent; exports.BreadcrumbNavigation = BreadcrumbNavigation; exports.ContentTitle = ContentTitle; exports.SharedProvider = SharedProvider; exports.useSharedContext = useSharedContext; exports.Header = Header; exports.ModeToggleSwitch = ModeToggleSwitch; exports.PageSection = PageSection; exports.recentPagesAtom = recentPagesAtom; exports.RecentPagesNavigator = RecentPagesNavigator; exports.PageContainer = PageContainer; exports.ReactMarkdownContainer = ReactMarkdownContainer; exports.RoundPageContainerTitle = RoundPageContainerTitle; exports.RoundPageContainer = RoundPageContainer; exports.TabsContainer = TabsContainer; exports.AttributeElement = AttributeElement; exports.AllUsersListContainer = AllUsersListContainer; exports.UserContent = UserContent; exports.UserAvatar = UserAvatar; exports.UserAvatarList = UserAvatarList; exports.useUserSearch = useUserSearch; exports.useUserTableStructure = useUserTableStructure; exports.UserSearchPopover = UserSearchPopover; exports.UserIndexDetails = UserIndexDetails; exports.UserStanadaloneDetails = UserStanadaloneDetails; exports.UserContainer = UserContainer; exports.UserIndexContainer = UserIndexContainer; exports.UsersListContainer = UsersListContainer; exports.AdminUsersList = AdminUsersList; exports.CompanyUsersList = CompanyUsersList; exports.ContributorsList = ContributorsList; exports.RelevantUsersList = RelevantUsersList; exports.RoleUsersList = RoleUsersList; exports.UserListInAdd = UserListInAdd; exports.UsersList = UsersList; exports.UsersListByContentIds = UsersListByContentIds; exports.AllowedUsersDetails = AllowedUsersDetails; exports.ErrorDetails = ErrorDetails; exports.BlockNoteEditorContainer = BlockNoteEditorContainer; exports.CommonAssociationTrigger = CommonAssociationTrigger; exports.CommonAssociationCommandDialog = CommonAssociationCommandDialog; exports.triggerAssociationToast = triggerAssociationToast; exports.FormFieldWrapper = FormFieldWrapper; exports.EntityMultiSelector = EntityMultiSelector; exports.CommonDeleter = CommonDeleter; exports.CommonEditorButtons = CommonEditorButtons; exports.CommonEditorHeader = CommonEditorHeader; exports.CommonEditorDiscardDialog = CommonEditorDiscardDialog; exports.CommonEditorTrigger = CommonEditorTrigger; exports.useEditorDialog = useEditorDialog; exports.EditorSheet = EditorSheet; exports.DatePickerPopover = DatePickerPopover; exports.DateRangeSelector = DateRangeSelector; exports.useFileUpload = useFileUpload; exports.FileUploader = FileUploader; exports.FileUploaderContent = FileUploaderContent; exports.FileUploaderItem = FileUploaderItem; exports.FileInput = FileInput; exports.FormCheckbox = FormCheckbox; exports.FormBlockNote = FormBlockNote; exports.FormDate = FormDate; exports.FormDateTime = FormDateTime; exports.FormInput = FormInput; exports.PasswordInput = PasswordInput; exports.FormPassword = FormPassword; exports.FormPlaceAutocomplete = FormPlaceAutocomplete; exports.FormSelect = FormSelect; exports.FormSlider = FormSlider; exports.FormSwitch = FormSwitch; exports.FormTextarea = FormTextarea; exports.GdprConsentCheckbox = GdprConsentCheckbox; exports.FormFeatures = FormFeatures; exports.PageContainerContentDetails = PageContainerContentDetails; exports.PageContentContainer = PageContentContainer; exports.cellComponent = cellComponent; exports.cellDate = cellDate; exports.cellId = cellId; exports.cellLink = cellLink; exports.cellUrl = cellUrl; exports.ContentTableSearch = ContentTableSearch; exports.ContentListTable = ContentListTable; exports.ContentListGrid = ContentListGrid; exports.ItalianFiscalData_default = ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = ItalianFiscalDataDisplay; exports.parseFiscalData = parseFiscalData; exports.FiscalDataDisplay = FiscalDataDisplay; exports.GdprConsentSection = GdprConsentSection; exports.AuthContainer = AuthContainer; exports.BackupCodesDialog = BackupCodesDialog; exports.TotpInput = TotpInput; exports.DisableTwoFactorDialog = DisableTwoFactorDialog; exports.PasskeyList = PasskeyList; exports.PasskeySetupDialog = PasskeySetupDialog; exports.TotpAuthenticatorList = TotpAuthenticatorList; exports.TotpSetupDialog = TotpSetupDialog; exports.TwoFactorSettings = TwoFactorSettings; exports.SecurityContainer = SecurityContainer; exports.LandingComponent = LandingComponent; exports.AcceptInvitation = AcceptInvitation; exports.ActivateAccount = ActivateAccount; exports.Cookies = Cookies; exports.ForgotPassword = ForgotPassword; exports.Login = Login; exports.Logout = Logout; exports.RefreshUser = RefreshUser; exports.ResetPassword = ResetPassword; exports.PasskeyButton = PasskeyButton; exports.TwoFactorChallenge = TwoFactorChallenge; exports.CompanyContent = CompanyContent; exports.TokenStatusIndicator = TokenStatusIndicator; exports.CompanyDetails = CompanyDetails; exports.AdminCompanyContainer = AdminCompanyContainer; exports.CompanyContainer = CompanyContainer; exports.CompanyConfigurationEditor = CompanyConfigurationEditor; exports.CompanyDeleter = CompanyDeleter; exports.CompanyEditor = CompanyEditor; exports.CompaniesList = CompaniesList; exports.ContentsList = ContentsList; exports.ContentsListById = ContentsListById; exports.RelevantContentsList = RelevantContentsList; exports.HowToCommandViewer = HowToCommandViewer; exports.HowToCommand = HowToCommand; exports.HowToDeleter = HowToDeleter; exports.HowToEditor = HowToEditor; exports.HowToProvider = HowToProvider; exports.useHowToContext = useHowToContext; exports.HowToContent = HowToContent; exports.HowToDetails = HowToDetails; exports.HowToContainer = HowToContainer; exports.HowToList = HowToList; exports.HowToListContainer = HowToListContainer; exports.HowToMultiSelector = HowToMultiSelector; exports.HowToSelector = HowToSelector; exports.AssistantProvider = AssistantProvider; exports.useAssistantContext = useAssistantContext; exports.MessageSourcesPanel = MessageSourcesPanel; exports.MessageItem = MessageItem; exports.MessageList = MessageList; exports.AssistantContainer = AssistantContainer; exports.NotificationErrorBoundary = NotificationErrorBoundary; exports.generateNotificationData = generateNotificationData; exports.NotificationToast = NotificationToast; exports.NotificationMenuItem = NotificationMenuItem; exports.NotificationContextProvider = NotificationContextProvider; exports.useNotificationContext = useNotificationContext; exports.NotificationsList = NotificationsList; exports.NotificationsListContainer = NotificationsListContainer; exports.NotificationModal = NotificationModal; exports.PushNotificationProvider = PushNotificationProvider; exports.OnboardingCard = OnboardingCard; exports.ReferralCodeCapture = ReferralCodeCapture; exports.ReferralWidget = ReferralWidget; exports.ReferralDialog = ReferralDialog; exports.RoleProvider = RoleProvider; exports.useRoleContext = useRoleContext; exports.RoleDetails = RoleDetails; exports.RoleContainer = RoleContainer; exports.FormRoles = FormRoles; exports.RemoveUserFromRole = RemoveUserFromRole; exports.UserRoleAdd = UserRoleAdd; exports.useRoleTableStructure = useRoleTableStructure; exports.RolesList = RolesList; exports.UserRolesList = UserRolesList; exports.OAuthRedirectUriInput = OAuthRedirectUriInput; exports.OAuthScopeSelector = OAuthScopeSelector; exports.OAuthClientSecretDisplay = OAuthClientSecretDisplay; exports.OAuthClientCard = OAuthClientCard; exports.OAuthClientList = OAuthClientList; exports.OAuthClientForm = OAuthClientForm; exports.OAuthClientDetail = OAuthClientDetail; exports.OAuthConsentHeader = OAuthConsentHeader; exports.OAuthScopeList = OAuthScopeList; exports.OAuthConsentActions = OAuthConsentActions; exports.useOAuthConsent = useOAuthConsent; exports.OAuthConsentScreen = OAuthConsentScreen; exports.WaitlistQuestionnaireRenderer = WaitlistQuestionnaireRenderer; exports.WaitlistForm = WaitlistForm; exports.WaitlistHeroSection = WaitlistHeroSection; exports.WaitlistSuccessState = WaitlistSuccessState; exports.WaitlistConfirmation = WaitlistConfirmation; exports.WaitlistList = WaitlistList; exports.RbacProvider = RbacProvider; exports.useRbacContext = useRbacContext; exports.RbacPermissionCell = RbacPermissionCell; exports.RbacPermissionPicker = RbacPermissionPicker; exports.RbacContainer = RbacContainer; exports.RbacByRoleContainer = RbacByRoleContainer; exports.AddUserToRole = AddUserToRole; exports.UserAvatarEditor = UserAvatarEditor; exports.UserDeleter = UserDeleter; exports.UserEditor = UserEditor; exports.UserMultiSelect = UserMultiSelect; exports.UserReactivator = UserReactivator; exports.UserResentInvitationEmail = UserResentInvitationEmail; exports.UserSelector = UserSelector; exports.UserProvider = UserProvider; exports.useUserContext = useUserContext; exports.CompanyProvider = CompanyProvider; exports.useCompanyContext = useCompanyContext; exports.DEFAULT_ONBOARDING_LABELS = DEFAULT_ONBOARDING_LABELS; exports.OnboardingProvider = OnboardingProvider; exports.useOnboarding = useOnboarding; exports.CommonProvider = CommonProvider; exports.useCommonContext = useCommonContext; exports.useNotificationSync = useNotificationSync; exports.usePageTracker = usePageTracker; exports.useSocket = useSocket; exports.useSubscriptionStatus = useSubscriptionStatus; exports.useContentTableStructure = useContentTableStructure; exports.useOAuthClients = useOAuthClients; exports.useOAuthClient = useOAuthClient;
|
|
21614
|
+
//# sourceMappingURL=chunk-KWFEQXPF.js.map
|