@carlonicora/nextjs-jsonapi 1.123.1 → 1.124.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-4UBKHQHZ.mjs → BlockNoteEditor-JSY65RSG.mjs} +2 -2
- package/dist/{BlockNoteEditor-JWE5R6TH.js → BlockNoteEditor-PFA6IAEL.js} +9 -9
- package/dist/{BlockNoteEditor-JWE5R6TH.js.map → BlockNoteEditor-PFA6IAEL.js.map} +1 -1
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-NHTN4LWQ.js → chunk-LJLXNH2Z.js} +851 -596
- package/dist/chunk-LJLXNH2Z.js.map +1 -0
- package/dist/{chunk-WDWU5VJ5.mjs → chunk-RSIVJ3VJ.mjs} +3136 -2881
- package/dist/chunk-RSIVJ3VJ.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +179 -123
- package/dist/components/index.d.ts +179 -123
- package/dist/components/index.js +12 -2
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +11 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/dist/features/help/index.js +30 -30
- package/dist/features/help/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/forms/EntityMultiSelector.tsx +15 -3
- package/src/components/forms/EntitySelector.tsx +256 -0
- package/src/components/forms/FormLayout.tsx +58 -0
- package/src/components/forms/index.ts +10 -8
- package/src/components/forms/useEditorDialog.ts +21 -4
- package/src/components/tables/ContentTableSearch.tsx +2 -0
- package/dist/chunk-NHTN4LWQ.js.map +0 -1
- package/dist/chunk-WDWU5VJ5.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-4UBKHQHZ.mjs.map → BlockNoteEditor-JSY65RSG.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkLJLXNH2Zjs = require('../chunk-LJLXNH2Z.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -125,5 +125,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
exports.ClientJsonApiDelete = _chunkPQBKPWBYjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkPQBKPWBYjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkPQBKPWBYjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkPQBKPWBYjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkPQBKPWBYjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
128
|
+
exports.ClientJsonApiDelete = _chunkPQBKPWBYjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkPQBKPWBYjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkPQBKPWBYjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkPQBKPWBYjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkPQBKPWBYjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkLJLXNH2Zjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkLJLXNH2Zjs.TableGeneratorRegistry; exports.buildClientUrl = _chunkPQBKPWBYjs.buildClientUrl; exports.computeLayeredLayout = _chunkLJLXNH2Zjs.computeLayeredLayout; exports.configureClientConfig = _chunkJO5BLONKjs.configureClientConfig; exports.configureClientJsonApi = _chunkPQBKPWBYjs.configureClientJsonApi; exports.configureI18n = _chunkJO5BLONKjs.configureI18n; exports.configureJsonApi = _chunkJO5BLONKjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkLJLXNH2Zjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkJO5BLONKjs.getApiUrl; exports.getAppUrl = _chunkJO5BLONKjs.getAppUrl; exports.getClientApiUrl = _chunkPQBKPWBYjs.getClientApiUrl; exports.getClientAppUrl = _chunkPQBKPWBYjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkPQBKPWBYjs.getClientTrackablePages; exports.getI18nLink = _chunkJO5BLONKjs.getI18nLink; exports.getPublicApiUrl = _chunkJO5BLONKjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkJO5BLONKjs.getStripePublishableKey; exports.getTrackablePages = _chunkJO5BLONKjs.getTrackablePages; exports.registerTableGenerator = _chunkLJLXNH2Zjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkLJLXNH2Zjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkLJLXNH2Zjs.useContentTableStructure; exports.useCustomD3Graph = _chunkLJLXNH2Zjs.useCustomD3Graph; exports.useDataListRetriever = _chunkLJLXNH2Zjs.useDataListRetriever; exports.useDebounce = _chunkLJLXNH2Zjs.useDebounce; exports.useI18nDateFnsLocale = _chunkJO5BLONKjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkJO5BLONKjs.useI18nLocale; exports.useI18nRouter = _chunkJO5BLONKjs.useI18nRouter; exports.useI18nTranslations = _chunkJO5BLONKjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkLJLXNH2Zjs.useJsonApiGet; exports.useJsonApiMutation = _chunkLJLXNH2Zjs.useJsonApiMutation; exports.useNotificationSync = _chunkLJLXNH2Zjs.useNotificationSync; exports.useOAuthClient = _chunkLJLXNH2Zjs.useOAuthClient; exports.useOAuthClients = _chunkLJLXNH2Zjs.useOAuthClients; exports.useOAuthConsent = _chunkLJLXNH2Zjs.useOAuthConsent; exports.usePageTracker = _chunkLJLXNH2Zjs.usePageTracker; exports.usePageUrlGenerator = _chunkLJLXNH2Zjs.usePageUrlGenerator; exports.useRehydration = _chunkLJLXNH2Zjs.useRehydration; exports.useRehydrationList = _chunkLJLXNH2Zjs.useRehydrationList; exports.useRoleTableStructure = _chunkLJLXNH2Zjs.useRoleTableStructure; exports.useSocket = _chunkLJLXNH2Zjs.useSocket; exports.useSubscriptionStatus = _chunkLJLXNH2Zjs.useSubscriptionStatus; exports.useTableGenerator = _chunkLJLXNH2Zjs.useTableGenerator; exports.useUrlRewriter = _chunkLJLXNH2Zjs.useUrlRewriter; exports.useUserSearch = _chunkLJLXNH2Zjs.useUserSearch; exports.useUserTableStructure = _chunkLJLXNH2Zjs.useUserTableStructure;
|
|
129
129
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -7,18 +7,18 @@ import { e as RoleInterface, U as UserInterface, C as ContentInterface, c as Com
|
|
|
7
7
|
import * as _blocknote_core from '@blocknote/core';
|
|
8
8
|
import { BlockNoteEditor, PartialBlock } from '@blocknote/core';
|
|
9
9
|
import { SuggestionMenuProps, DefaultReactSuggestionItem } from '@blocknote/react';
|
|
10
|
+
import { F as FeatureInterface } from '../feature.interface-CXb1-vNq.mjs';
|
|
10
11
|
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
11
12
|
import * as class_variance_authority from 'class-variance-authority';
|
|
12
13
|
import { VariantProps } from 'class-variance-authority';
|
|
13
14
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
14
15
|
import * as _base_ui_react from '@base-ui/react';
|
|
15
16
|
import { Combobox as Combobox$1 } from '@base-ui/react';
|
|
17
|
+
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
16
18
|
import * as react_hook_form from 'react-hook-form';
|
|
17
19
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
18
|
-
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
19
20
|
import { DropzoneState, Accept, DropzoneOptions } from 'react-dropzone';
|
|
20
21
|
export { DropzoneOptions } from 'react-dropzone';
|
|
21
|
-
import { F as FeatureInterface } from '../feature.interface-CXb1-vNq.mjs';
|
|
22
22
|
import { B as BreadcrumbItemData, a as HowToInterface, d as AssistantMessageInterface } from '../AssistantMessageInterface-DH1QwtC_.mjs';
|
|
23
23
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
24
24
|
import { J as JsonApiHydratedDataInterface, A as ApiDataInterface } from '../ApiDataInterface-BcZeXy5X.mjs';
|
|
@@ -396,6 +396,14 @@ declare function errorToast(params: {
|
|
|
396
396
|
error: any;
|
|
397
397
|
}): void;
|
|
398
398
|
|
|
399
|
+
type FormFeaturesProps = {
|
|
400
|
+
form: any;
|
|
401
|
+
name?: string;
|
|
402
|
+
features: FeatureInterface[];
|
|
403
|
+
featureField?: string;
|
|
404
|
+
};
|
|
405
|
+
declare function FormFeatures({ form, name, features, featureField }: FormFeaturesProps): React$1.JSX.Element;
|
|
406
|
+
|
|
399
407
|
type CommonAssociationTriggerProps = {
|
|
400
408
|
sourceType: string;
|
|
401
409
|
destinationType: string;
|
|
@@ -422,32 +430,6 @@ declare const triggerAssociationToast: (params: {
|
|
|
422
430
|
level?: string;
|
|
423
431
|
}) => void;
|
|
424
432
|
|
|
425
|
-
type EntityMultiSelectorProps<T extends {
|
|
426
|
-
id: string;
|
|
427
|
-
}> = {
|
|
428
|
-
id: string;
|
|
429
|
-
form: any;
|
|
430
|
-
label?: string;
|
|
431
|
-
placeholder?: string;
|
|
432
|
-
emptyText?: string;
|
|
433
|
-
isRequired?: boolean;
|
|
434
|
-
retriever: (params: any) => Promise<T[]>;
|
|
435
|
-
retrieverParams?: Record<string, any>;
|
|
436
|
-
module: any;
|
|
437
|
-
getLabel: (entity: T) => string;
|
|
438
|
-
toFormValue?: (entity: T) => {
|
|
439
|
-
id: string;
|
|
440
|
-
[key: string]: any;
|
|
441
|
-
};
|
|
442
|
-
getFormValueLabel?: (formValue: any) => string;
|
|
443
|
-
excludeId?: string;
|
|
444
|
-
onChange?: (entities?: T[]) => void;
|
|
445
|
-
renderOption?: (entity: T, isSelected: boolean) => ReactNode;
|
|
446
|
-
};
|
|
447
|
-
declare function EntityMultiSelector<T extends {
|
|
448
|
-
id: string;
|
|
449
|
-
}>({ id, form, label, placeholder, emptyText, isRequired, retriever, retrieverParams, module, getLabel, toFormValue, getFormValueLabel, excludeId, onChange, renderOption, }: EntityMultiSelectorProps<T>): React$1.JSX.Element;
|
|
450
|
-
|
|
451
433
|
type CommonDeleterProps = {
|
|
452
434
|
type?: string;
|
|
453
435
|
/** Override the type-derived dialog title. */
|
|
@@ -479,6 +461,13 @@ type CommonEditorButtonsProps = {
|
|
|
479
461
|
};
|
|
480
462
|
declare function CommonEditorButtons({ isEdit, form, disabled, setOpen, hideSubmit, centerButtons, buttonTitle, }: CommonEditorButtonsProps): React$1.JSX.Element;
|
|
481
463
|
|
|
464
|
+
type CommonEditorDiscardDialogProps = {
|
|
465
|
+
open: boolean;
|
|
466
|
+
onOpenChange: (open: boolean) => void;
|
|
467
|
+
onDiscard: () => void;
|
|
468
|
+
};
|
|
469
|
+
declare function CommonEditorDiscardDialog({ open, onOpenChange, onDiscard }: CommonEditorDiscardDialogProps): React$1.JSX.Element;
|
|
470
|
+
|
|
482
471
|
type CommonEditorHeaderProps = {
|
|
483
472
|
type: string;
|
|
484
473
|
name?: string;
|
|
@@ -487,13 +476,6 @@ type CommonEditorHeaderProps = {
|
|
|
487
476
|
};
|
|
488
477
|
declare function CommonEditorHeader({ type, name, title, description }: CommonEditorHeaderProps): React$1.JSX.Element;
|
|
489
478
|
|
|
490
|
-
type CommonEditorDiscardDialogProps = {
|
|
491
|
-
open: boolean;
|
|
492
|
-
onOpenChange: (open: boolean) => void;
|
|
493
|
-
onDiscard: () => void;
|
|
494
|
-
};
|
|
495
|
-
declare function CommonEditorDiscardDialog({ open, onOpenChange, onDiscard }: CommonEditorDiscardDialogProps): React$1.JSX.Element;
|
|
496
|
-
|
|
497
479
|
type CommonEditorTriggerProps = {
|
|
498
480
|
isEdit: boolean;
|
|
499
481
|
edit?: string;
|
|
@@ -507,23 +489,56 @@ declare const CommonAddTrigger: React__default.ForwardRefExoticComponent<Omit<_b
|
|
|
507
489
|
size?: "default" | "icon" | "xs" | "sm" | "lg" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
508
490
|
} & class_variance_authority_types.ClassProp) | undefined) => string>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
|
|
509
491
|
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
492
|
+
/**
|
|
493
|
+
* Standalone (non-`Form*`) currency input that operates in integer cents.
|
|
494
|
+
*
|
|
495
|
+
* **Why this exists.** A controlled input whose displayed string is recomputed
|
|
496
|
+
* from a canonical numeric value on every keystroke causes the browser caret
|
|
497
|
+
* to jump to the end whenever the rendered string differs from what the user
|
|
498
|
+
* just typed (e.g. typing "1" with selection "10.00" → onChange parses cents
|
|
499
|
+
* → reformats to "1.00" → caret resets). To avoid that this component keeps
|
|
500
|
+
* a **local draft string while focused** and only parses + commits the cents
|
|
501
|
+
* value to the parent **on blur**. While typing, the input shows literally
|
|
502
|
+
* what the user typed.
|
|
503
|
+
*
|
|
504
|
+
* Currency symbols and decimal-separator rules: the component accepts both
|
|
505
|
+
* `,` and `.` as decimal separators (mirroring the codebase's `parseCurrencyInput`
|
|
506
|
+
* utility) and renders the canonical cents → `"X.YZ"` via `(cents / 100).toFixed(2)`.
|
|
507
|
+
* A localised display (e.g. `1.234,56`) is intentionally out of scope here —
|
|
508
|
+
* this input is for editing; presentation lives elsewhere (`formatCurrency`).
|
|
509
|
+
*
|
|
510
|
+
* For form-bound inputs use `<FormInput type="currency" />`. This component
|
|
511
|
+
* is for standalone (non-react-hook-form) usage such as table-row editors
|
|
512
|
+
* where each row is local component state.
|
|
513
|
+
*/
|
|
514
|
+
type CurrencyInputProps = {
|
|
515
|
+
valueCents: number;
|
|
516
|
+
onChange: (cents: number) => void;
|
|
517
|
+
currencySymbol?: string;
|
|
518
|
+
readOnly?: boolean;
|
|
519
|
+
disabled?: boolean;
|
|
520
|
+
placeholder?: string;
|
|
521
|
+
className?: string;
|
|
522
|
+
testId?: string;
|
|
515
523
|
};
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
524
|
+
declare function CurrencyInput({ valueCents, onChange, currencySymbol, readOnly, disabled, placeholder, className, testId, }: CurrencyInputProps): React__default.JSX.Element;
|
|
525
|
+
|
|
526
|
+
type DatePickerPopoverProps = {
|
|
527
|
+
children: ReactNode;
|
|
528
|
+
value?: Date;
|
|
529
|
+
onSelect: (date?: Date) => void;
|
|
530
|
+
minDate?: Date;
|
|
531
|
+
align?: "start" | "center" | "end";
|
|
532
|
+
className?: string;
|
|
525
533
|
};
|
|
526
|
-
declare
|
|
534
|
+
declare const DatePickerPopover: ({ children, value, onSelect, minDate, align, className, }: DatePickerPopoverProps) => React$1.JSX.Element;
|
|
535
|
+
|
|
536
|
+
type DateRangeSelectorProps = {
|
|
537
|
+
onDateChange: (date?: DateRange) => void;
|
|
538
|
+
avoidSettingDates?: boolean;
|
|
539
|
+
showPreviousMonth?: boolean;
|
|
540
|
+
};
|
|
541
|
+
declare function DateRangeSelector({ onDateChange, avoidSettingDates, showPreviousMonth }: DateRangeSelectorProps): React$1.JSX.Element;
|
|
527
542
|
|
|
528
543
|
type EditorSheetSize = "sm" | "md" | "lg" | "xl" | "2xl";
|
|
529
544
|
type EditorSheetProps<T extends FieldValues> = {
|
|
@@ -574,22 +589,67 @@ type EditorSheetProps<T extends FieldValues> = {
|
|
|
574
589
|
};
|
|
575
590
|
declare function EditorSheet<T extends FieldValues>({ form, onSubmit, onReset, isFormDirty: isFormDirtyProp, entityType, entityName, title: titleOverride, description: descriptionOverride, isEdit, module, propagateChanges, onSuccess, onRevalidate, onNavigate, onSaved, size, disabled, hideSubmit, centerButtons, trigger, forceShow, onClose, dialogOpen, onDialogOpenChange, renderFooter, actions, children, }: EditorSheetProps<T>): React$1.JSX.Element;
|
|
576
591
|
|
|
577
|
-
type
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
592
|
+
type EntityMultiSelectorProps<T extends {
|
|
593
|
+
id: string;
|
|
594
|
+
}> = {
|
|
595
|
+
id: string;
|
|
596
|
+
form: any;
|
|
597
|
+
label?: string;
|
|
598
|
+
placeholder?: string;
|
|
599
|
+
emptyText?: string;
|
|
600
|
+
isRequired?: boolean;
|
|
601
|
+
retriever: (params: any) => Promise<T[]>;
|
|
602
|
+
retrieverParams?: Record<string, any>;
|
|
603
|
+
module: any;
|
|
604
|
+
getLabel: (entity: T) => string;
|
|
605
|
+
toFormValue?: (entity: T) => {
|
|
606
|
+
id: string;
|
|
607
|
+
[key: string]: any;
|
|
608
|
+
};
|
|
609
|
+
getFormValueLabel?: (formValue: any) => string;
|
|
610
|
+
excludeId?: string;
|
|
611
|
+
onChange?: (entities?: T[]) => void;
|
|
612
|
+
renderOption?: (entity: T, isSelected: boolean) => ReactNode;
|
|
613
|
+
ready?: boolean;
|
|
614
|
+
description?: string;
|
|
615
|
+
disabled?: boolean;
|
|
584
616
|
};
|
|
585
|
-
declare
|
|
617
|
+
declare function EntityMultiSelector<T extends {
|
|
618
|
+
id: string;
|
|
619
|
+
}>({ id, form, label, placeholder, emptyText, isRequired, retriever, retrieverParams, module, getLabel, toFormValue, getFormValueLabel, excludeId, onChange, renderOption, ready, description, disabled, }: EntityMultiSelectorProps<T>): React$1.JSX.Element;
|
|
586
620
|
|
|
587
|
-
type
|
|
588
|
-
|
|
589
|
-
avoidSettingDates?: boolean;
|
|
590
|
-
showPreviousMonth?: boolean;
|
|
621
|
+
type BaseEntity = {
|
|
622
|
+
id: string;
|
|
591
623
|
};
|
|
592
|
-
|
|
624
|
+
type EntitySelectorProps<T extends BaseEntity> = {
|
|
625
|
+
id: string;
|
|
626
|
+
form: any;
|
|
627
|
+
module: any;
|
|
628
|
+
retriever: (params: any) => Promise<T[]>;
|
|
629
|
+
retrieverParams?: Record<string, any>;
|
|
630
|
+
getLabel?: (entity: T) => string;
|
|
631
|
+
label?: string;
|
|
632
|
+
placeholder?: string;
|
|
633
|
+
emptyText?: string;
|
|
634
|
+
isRequired?: boolean;
|
|
635
|
+
disabled?: boolean;
|
|
636
|
+
description?: string;
|
|
637
|
+
ready?: boolean;
|
|
638
|
+
onChange?: (entity?: T) => void;
|
|
639
|
+
onCreateNew?: (name: string) => Promise<T | undefined>;
|
|
640
|
+
createNewLabel?: (searchTerm: string) => string;
|
|
641
|
+
toFormValue?: (entity: T) => Record<string, any>;
|
|
642
|
+
getSelectedItemDisplay?: (value: Record<string, any>) => ReactNode;
|
|
643
|
+
renderOption?: (entity: T, onSelect: () => void) => ReactNode;
|
|
644
|
+
filterData?: (data: T[]) => T[];
|
|
645
|
+
renderAfter?: (props: {
|
|
646
|
+
form: any;
|
|
647
|
+
selectedEntity?: T;
|
|
648
|
+
}) => ReactNode;
|
|
649
|
+
autoSelectSingle?: boolean;
|
|
650
|
+
useFormWatch?: boolean;
|
|
651
|
+
};
|
|
652
|
+
declare function EntitySelector<T extends BaseEntity>({ id, form, module, retriever, retrieverParams, ready, getLabel, label, placeholder, emptyText, isRequired, disabled, description, onChange, onCreateNew, createNewLabel, toFormValue, getSelectedItemDisplay, renderOption, filterData, renderAfter, autoSelectSingle, useFormWatch: shouldUseFormWatch, }: EntitySelectorProps<T>): React$1.JSX.Element;
|
|
593
653
|
|
|
594
654
|
type DirectionOptions = "rtl" | "ltr" | undefined;
|
|
595
655
|
type FileUploaderContextType = {
|
|
@@ -618,50 +678,6 @@ declare const FileUploaderItem: React$1.ForwardRefExoticComponent<{
|
|
|
618
678
|
} & React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
619
679
|
declare const FileInput: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & React$1.RefAttributes<HTMLDivElement>>;
|
|
620
680
|
|
|
621
|
-
/**
|
|
622
|
-
* Standalone (non-`Form*`) currency input that operates in integer cents.
|
|
623
|
-
*
|
|
624
|
-
* **Why this exists.** A controlled input whose displayed string is recomputed
|
|
625
|
-
* from a canonical numeric value on every keystroke causes the browser caret
|
|
626
|
-
* to jump to the end whenever the rendered string differs from what the user
|
|
627
|
-
* just typed (e.g. typing "1" with selection "10.00" → onChange parses cents
|
|
628
|
-
* → reformats to "1.00" → caret resets). To avoid that this component keeps
|
|
629
|
-
* a **local draft string while focused** and only parses + commits the cents
|
|
630
|
-
* value to the parent **on blur**. While typing, the input shows literally
|
|
631
|
-
* what the user typed.
|
|
632
|
-
*
|
|
633
|
-
* Currency symbols and decimal-separator rules: the component accepts both
|
|
634
|
-
* `,` and `.` as decimal separators (mirroring the codebase's `parseCurrencyInput`
|
|
635
|
-
* utility) and renders the canonical cents → `"X.YZ"` via `(cents / 100).toFixed(2)`.
|
|
636
|
-
* A localised display (e.g. `1.234,56`) is intentionally out of scope here —
|
|
637
|
-
* this input is for editing; presentation lives elsewhere (`formatCurrency`).
|
|
638
|
-
*
|
|
639
|
-
* For form-bound inputs use `<FormInput type="currency" />`. This component
|
|
640
|
-
* is for standalone (non-react-hook-form) usage such as table-row editors
|
|
641
|
-
* where each row is local component state.
|
|
642
|
-
*/
|
|
643
|
-
type CurrencyInputProps = {
|
|
644
|
-
valueCents: number;
|
|
645
|
-
onChange: (cents: number) => void;
|
|
646
|
-
currencySymbol?: string;
|
|
647
|
-
readOnly?: boolean;
|
|
648
|
-
disabled?: boolean;
|
|
649
|
-
placeholder?: string;
|
|
650
|
-
className?: string;
|
|
651
|
-
testId?: string;
|
|
652
|
-
};
|
|
653
|
-
declare function CurrencyInput({ valueCents, onChange, currencySymbol, readOnly, disabled, placeholder, className, testId, }: CurrencyInputProps): React__default.JSX.Element;
|
|
654
|
-
|
|
655
|
-
type FormCheckboxProps = {
|
|
656
|
-
form: any;
|
|
657
|
-
id: string;
|
|
658
|
-
name: string;
|
|
659
|
-
labelBefore?: boolean;
|
|
660
|
-
description?: string;
|
|
661
|
-
isRequired?: boolean;
|
|
662
|
-
};
|
|
663
|
-
declare function FormCheckbox({ form, id, name, labelBefore, description, isRequired }: FormCheckboxProps): React$1.JSX.Element;
|
|
664
|
-
|
|
665
681
|
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, onEmptyChange, inlineContentSpecs, renderOverlays, className, stretch, enableMentions, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, mentionNameResolver, onWarmMentions, aiConfig, }: {
|
|
666
682
|
form: any;
|
|
667
683
|
id: string;
|
|
@@ -690,18 +706,15 @@ declare function FormBlockNote({ form, id, name, placeholder, type, isRequired,
|
|
|
690
706
|
aiConfig?: BlockNoteAiConfig;
|
|
691
707
|
}): React__default.JSX.Element;
|
|
692
708
|
|
|
693
|
-
type
|
|
694
|
-
form:
|
|
695
|
-
|
|
696
|
-
|
|
709
|
+
type FormCheckboxProps = {
|
|
710
|
+
form: any;
|
|
711
|
+
id: string;
|
|
712
|
+
name: string;
|
|
713
|
+
labelBefore?: boolean;
|
|
697
714
|
description?: string;
|
|
698
715
|
isRequired?: boolean;
|
|
699
|
-
orientation?: "vertical" | "horizontal" | "responsive";
|
|
700
|
-
className?: string;
|
|
701
|
-
children: (field: ControllerRenderProps<T, Path<T>>, fieldState: ControllerFieldState) => ReactNode;
|
|
702
|
-
testId?: string;
|
|
703
716
|
};
|
|
704
|
-
declare function
|
|
717
|
+
declare function FormCheckbox({ form, id, name, labelBefore, description, isRequired }: FormCheckboxProps): React$1.JSX.Element;
|
|
705
718
|
|
|
706
719
|
declare function FormDate({ form, id, name, minDate, onChange, isRequired, defaultMonth, allowEmpty, description, futureYears, }: {
|
|
707
720
|
form: any;
|
|
@@ -730,6 +743,19 @@ declare function FormDateTime({ form, id, name, minDate, onChange, allowEmpty, d
|
|
|
730
743
|
description?: string;
|
|
731
744
|
}): React$1.JSX.Element;
|
|
732
745
|
|
|
746
|
+
type FormFieldWrapperProps<T extends FieldValues> = {
|
|
747
|
+
form: UseFormReturn<T>;
|
|
748
|
+
name: Path<T>;
|
|
749
|
+
label?: string;
|
|
750
|
+
description?: string;
|
|
751
|
+
isRequired?: boolean;
|
|
752
|
+
orientation?: "vertical" | "horizontal" | "responsive";
|
|
753
|
+
className?: string;
|
|
754
|
+
children: (field: ControllerRenderProps<T, Path<T>>, fieldState: ControllerFieldState) => ReactNode;
|
|
755
|
+
testId?: string;
|
|
756
|
+
};
|
|
757
|
+
declare function FormFieldWrapper<T extends FieldValues>({ form, name, label, description, isRequired, orientation, className, children, testId, }: FormFieldWrapperProps<T>): React$1.JSX.Element;
|
|
758
|
+
|
|
733
759
|
declare function FormInput({ form, id, name, description, placeholder, type, onBlur, disabled, onKeyDown, autoFocus, onChange, testId, isRequired, }: {
|
|
734
760
|
form: any;
|
|
735
761
|
id: string;
|
|
@@ -746,6 +772,26 @@ declare function FormInput({ form, id, name, description, placeholder, type, onB
|
|
|
746
772
|
isRequired?: boolean;
|
|
747
773
|
}): React__default.JSX.Element;
|
|
748
774
|
|
|
775
|
+
declare function FormBody({ children, className }: {
|
|
776
|
+
children: ReactNode;
|
|
777
|
+
className?: string;
|
|
778
|
+
}): React$1.JSX.Element;
|
|
779
|
+
declare function FormSection({ title, children, className, }: {
|
|
780
|
+
title?: ReactNode;
|
|
781
|
+
children: ReactNode;
|
|
782
|
+
className?: string;
|
|
783
|
+
}): React$1.JSX.Element;
|
|
784
|
+
declare function FormRow({ children, columns, className, }: {
|
|
785
|
+
children: ReactNode;
|
|
786
|
+
columns?: 2 | 3;
|
|
787
|
+
className?: string;
|
|
788
|
+
}): React$1.JSX.Element;
|
|
789
|
+
declare function FormCol({ children, span, className, }: {
|
|
790
|
+
children: ReactNode;
|
|
791
|
+
span?: 1 | 2 | 3;
|
|
792
|
+
className?: string;
|
|
793
|
+
}): React$1.JSX.Element;
|
|
794
|
+
|
|
749
795
|
declare function FormPassword({ form, id, name, placeholder, onBlur, disabled, testId, isRequired, description, }: {
|
|
750
796
|
form: any;
|
|
751
797
|
id: string;
|
|
@@ -873,13 +919,23 @@ interface PasswordInputProps extends React$1.InputHTMLAttributes<HTMLInputElemen
|
|
|
873
919
|
}
|
|
874
920
|
declare const PasswordInput: React$1.ForwardRefExoticComponent<PasswordInputProps & React$1.RefAttributes<HTMLInputElement>>;
|
|
875
921
|
|
|
876
|
-
type
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
922
|
+
type UseEditorDialogOptions = {
|
|
923
|
+
dialogOpen?: boolean;
|
|
924
|
+
onDialogOpenChange?: (open: boolean) => void;
|
|
925
|
+
forceShow?: boolean;
|
|
926
|
+
onClose?: () => void;
|
|
881
927
|
};
|
|
882
|
-
|
|
928
|
+
type UseEditorDialogReturn = {
|
|
929
|
+
open: boolean;
|
|
930
|
+
setOpen: (open: boolean) => void;
|
|
931
|
+
handleOpenChange: (nextOpen: boolean) => void;
|
|
932
|
+
discardDialogProps: {
|
|
933
|
+
open: boolean;
|
|
934
|
+
onOpenChange: (open: boolean) => void;
|
|
935
|
+
onDiscard: () => void;
|
|
936
|
+
};
|
|
937
|
+
};
|
|
938
|
+
declare function useEditorDialog(isFormDirty: () => boolean, options?: UseEditorDialogOptions): UseEditorDialogReturn;
|
|
883
939
|
|
|
884
940
|
type BreadcrumbProps = {
|
|
885
941
|
items: BreadcrumbItemData[];
|
|
@@ -2741,4 +2797,4 @@ interface MultipleSelectorRef {
|
|
|
2741
2797
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2742
2798
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2743
2799
|
|
|
2744
|
-
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, type ApprovalActionRenderer, AssistantContainer, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BadgeProps, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAddTrigger, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ConfirmDialog, type ConfirmDialogProps, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EmptyState, EntityAvatar, EntityMultiSelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, MessageItem, MessageList, MessageSourcesPanel, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, type PartitionedTabs, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, parseFiscalData, parseMentionElement, partitionTabs, spinnerVariants, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
|
|
2800
|
+
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, type ApprovalActionRenderer, AssistantContainer, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BadgeProps, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAddTrigger, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ConfirmDialog, type ConfirmDialogProps, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EmptyState, EntityAvatar, EntityMultiSelector, EntitySelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormBody, FormCheckbox, FormCol, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormRow, FormSection, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, MessageItem, MessageList, MessageSourcesPanel, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, type PartitionedTabs, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, parseFiscalData, parseMentionElement, partitionTabs, spinnerVariants, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
|