@carlonicora/nextjs-jsonapi 1.137.5 → 1.138.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-K7FBEMSV.mjs → BlockNoteEditor-JEHEQJAW.mjs} +2 -2
- package/dist/{BlockNoteEditor-SNWR5FUR.js → BlockNoteEditor-L36KO77V.js} +9 -9
- package/dist/{BlockNoteEditor-SNWR5FUR.js.map → BlockNoteEditor-L36KO77V.js.map} +1 -1
- package/dist/billing/index.js +310 -310
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-54IQSYOH.js → chunk-FPTJAORV.js} +14 -8
- package/dist/chunk-FPTJAORV.js.map +1 -0
- package/dist/{chunk-K6HCBBAP.mjs → chunk-JLC2YP35.mjs} +27 -21
- package/dist/chunk-JLC2YP35.mjs.map +1 -0
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/dist/features/help/index.js +31 -31
- package/dist/features/help/index.mjs +1 -1
- package/package.json +1 -1
- package/src/components/forms/FormPlaceAutocomplete.tsx +4 -2
- package/src/components/tables/ContentListTable.tsx +22 -5
- package/dist/chunk-54IQSYOH.js.map +0 -1
- package/dist/chunk-K6HCBBAP.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-K7FBEMSV.mjs.map → BlockNoteEditor-JEHEQJAW.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkFPTJAORVjs = require('../chunk-FPTJAORV.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -125,5 +125,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
exports.ClientJsonApiDelete = _chunkW73JBOIRjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkW73JBOIRjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkW73JBOIRjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkW73JBOIRjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkW73JBOIRjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
128
|
+
exports.ClientJsonApiDelete = _chunkW73JBOIRjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkW73JBOIRjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkW73JBOIRjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkW73JBOIRjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkW73JBOIRjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkFPTJAORVjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkFPTJAORVjs.TableGeneratorRegistry; exports.buildClientUrl = _chunkW73JBOIRjs.buildClientUrl; exports.computeLayeredLayout = _chunkFPTJAORVjs.computeLayeredLayout; exports.configureClientConfig = _chunkC2LEIBUKjs.configureClientConfig; exports.configureClientJsonApi = _chunkW73JBOIRjs.configureClientJsonApi; exports.configureI18n = _chunkC2LEIBUKjs.configureI18n; exports.configureJsonApi = _chunkC2LEIBUKjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkFPTJAORVjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkC2LEIBUKjs.getApiUrl; exports.getAppUrl = _chunkC2LEIBUKjs.getAppUrl; exports.getClientApiUrl = _chunkW73JBOIRjs.getClientApiUrl; exports.getClientAppUrl = _chunkW73JBOIRjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkW73JBOIRjs.getClientTrackablePages; exports.getI18nLink = _chunkC2LEIBUKjs.getI18nLink; exports.getPublicApiUrl = _chunkC2LEIBUKjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkC2LEIBUKjs.getStripePublishableKey; exports.getTrackablePages = _chunkC2LEIBUKjs.getTrackablePages; exports.registerTableGenerator = _chunkFPTJAORVjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkFPTJAORVjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkFPTJAORVjs.useContentTableStructure; exports.useCustomD3Graph = _chunkFPTJAORVjs.useCustomD3Graph; exports.useDataListRetriever = _chunkFPTJAORVjs.useDataListRetriever; exports.useDebounce = _chunkFPTJAORVjs.useDebounce; exports.useI18nDateFnsLocale = _chunkC2LEIBUKjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkC2LEIBUKjs.useI18nLocale; exports.useI18nRouter = _chunkC2LEIBUKjs.useI18nRouter; exports.useI18nTranslations = _chunkC2LEIBUKjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkFPTJAORVjs.useJsonApiGet; exports.useJsonApiMutation = _chunkFPTJAORVjs.useJsonApiMutation; exports.useNotificationSync = _chunkFPTJAORVjs.useNotificationSync; exports.useOAuthClient = _chunkFPTJAORVjs.useOAuthClient; exports.useOAuthClients = _chunkFPTJAORVjs.useOAuthClients; exports.useOAuthConsent = _chunkFPTJAORVjs.useOAuthConsent; exports.usePageTracker = _chunkFPTJAORVjs.usePageTracker; exports.usePageUrlGenerator = _chunkFPTJAORVjs.usePageUrlGenerator; exports.useRehydration = _chunkFPTJAORVjs.useRehydration; exports.useRehydrationList = _chunkFPTJAORVjs.useRehydrationList; exports.useRoleTableStructure = _chunkFPTJAORVjs.useRoleTableStructure; exports.useSocket = _chunkFPTJAORVjs.useSocket; exports.useSubscriptionStatus = _chunkFPTJAORVjs.useSubscriptionStatus; exports.useTableGenerator = _chunkFPTJAORVjs.useTableGenerator; exports.useUrlRewriter = _chunkFPTJAORVjs.useUrlRewriter; exports.useUserSearch = _chunkFPTJAORVjs.useUserSearch; exports.useUserTableStructure = _chunkFPTJAORVjs.useUserTableStructure;
|
|
129
129
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
package/dist/components/index.js
CHANGED
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
|
|
480
480
|
|
|
481
481
|
|
|
482
|
-
var
|
|
482
|
+
var _chunkFPTJAORVjs = require('../chunk-FPTJAORV.js');
|
|
483
483
|
require('../chunk-C2LEIBUK.js');
|
|
484
484
|
|
|
485
485
|
|
|
@@ -983,5 +983,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
983
983
|
|
|
984
984
|
|
|
985
985
|
|
|
986
|
-
exports.AcceptInvitation = _chunk54IQSYOHjs.AcceptInvitation; exports.Accordion = _chunk54IQSYOHjs.Accordion; exports.AccordionContent = _chunk54IQSYOHjs.AccordionContent; exports.AccordionItem = _chunk54IQSYOHjs.AccordionItem; exports.AccordionTrigger = _chunk54IQSYOHjs.AccordionTrigger; exports.ActivateAccount = _chunk54IQSYOHjs.ActivateAccount; exports.AddUserToRole = _chunk54IQSYOHjs.AddUserToRole; exports.AdminCompanyContainer = _chunk54IQSYOHjs.AdminCompanyContainer; exports.AdminUsersList = _chunk54IQSYOHjs.AdminUsersList; exports.Alert = _chunk54IQSYOHjs.Alert; exports.AlertAction = _chunk54IQSYOHjs.AlertAction; exports.AlertDescription = _chunk54IQSYOHjs.AlertDescription; exports.AlertDialog = _chunk54IQSYOHjs.AlertDialog; exports.AlertDialogAction = _chunk54IQSYOHjs.AlertDialogAction; exports.AlertDialogCancel = _chunk54IQSYOHjs.AlertDialogCancel; exports.AlertDialogContent = _chunk54IQSYOHjs.AlertDialogContent; exports.AlertDialogDescription = _chunk54IQSYOHjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk54IQSYOHjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk54IQSYOHjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk54IQSYOHjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk54IQSYOHjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk54IQSYOHjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk54IQSYOHjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk54IQSYOHjs.AlertDialogTrigger; exports.AlertTitle = _chunk54IQSYOHjs.AlertTitle; exports.AllUsersListContainer = _chunk54IQSYOHjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk54IQSYOHjs.AllowedUsersDetails; exports.AssistantContainer = _chunk54IQSYOHjs.AssistantContainer; exports.AttributeElement = _chunk54IQSYOHjs.AttributeElement; exports.AuthContainer = _chunk54IQSYOHjs.AuthContainer; exports.Avatar = _chunk54IQSYOHjs.Avatar; exports.AvatarBadge = _chunk54IQSYOHjs.AvatarBadge; exports.AvatarFallback = _chunk54IQSYOHjs.AvatarFallback; exports.AvatarGroup = _chunk54IQSYOHjs.AvatarGroup; exports.AvatarGroupCount = _chunk54IQSYOHjs.AvatarGroupCount; exports.AvatarImage = _chunk54IQSYOHjs.AvatarImage; exports.BackupCodesDialog = _chunk54IQSYOHjs.BackupCodesDialog; exports.Badge = _chunk54IQSYOHjs.Badge; exports.BlockNoteEditorContainer = _chunk54IQSYOHjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk54IQSYOHjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk54IQSYOHjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunk54IQSYOHjs.BlockNoteViewerContainer; exports.Board = _chunk54IQSYOHjs.KanbanBoard; exports.Breadcrumb = _chunk54IQSYOHjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk54IQSYOHjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk54IQSYOHjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk54IQSYOHjs.BreadcrumbLink; exports.BreadcrumbList = _chunk54IQSYOHjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk54IQSYOHjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk54IQSYOHjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk54IQSYOHjs.BreadcrumbSeparator; exports.Button = _chunk54IQSYOHjs.Button; exports.Calendar = _chunk54IQSYOHjs.Calendar; exports.CalendarDayButton = _chunk54IQSYOHjs.CalendarDayButton; exports.Card = _chunk54IQSYOHjs.Card; exports.CardAction = _chunk54IQSYOHjs.CardAction; exports.CardContent = _chunk54IQSYOHjs.CardContent; exports.CardDescription = _chunk54IQSYOHjs.CardDescription; exports.CardFooter = _chunk54IQSYOHjs.CardFooter; exports.CardHeader = _chunk54IQSYOHjs.CardHeader; exports.CardTitle = _chunk54IQSYOHjs.CardTitle; exports.Carousel = _chunk54IQSYOHjs.Carousel; exports.CarouselContent = _chunk54IQSYOHjs.CarouselContent; exports.CarouselItem = _chunk54IQSYOHjs.CarouselItem; exports.CarouselNext = _chunk54IQSYOHjs.CarouselNext; exports.CarouselPrevious = _chunk54IQSYOHjs.CarouselPrevious; exports.ChartContainer = _chunk54IQSYOHjs.ChartContainer; exports.ChartLegend = _chunk54IQSYOHjs.ChartLegend; exports.ChartLegendContent = _chunk54IQSYOHjs.ChartLegendContent; exports.ChartStyle = _chunk54IQSYOHjs.ChartStyle; exports.ChartTooltip = _chunk54IQSYOHjs.ChartTooltip; exports.ChartTooltipContent = _chunk54IQSYOHjs.ChartTooltipContent; exports.Checkbox = _chunk54IQSYOHjs.Checkbox; exports.Collapsible = _chunk54IQSYOHjs.Collapsible; exports.CollapsibleContent = _chunk54IQSYOHjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk54IQSYOHjs.CollapsibleTrigger; exports.Column = _chunk54IQSYOHjs.KanbanColumn; exports.ColumnHandle = _chunk54IQSYOHjs.KanbanColumnHandle; exports.Combobox = _chunk54IQSYOHjs.Combobox; exports.ComboboxChip = _chunk54IQSYOHjs.ComboboxChip; exports.ComboboxChips = _chunk54IQSYOHjs.ComboboxChips; exports.ComboboxChipsInput = _chunk54IQSYOHjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk54IQSYOHjs.ComboboxCollection; exports.ComboboxContent = _chunk54IQSYOHjs.ComboboxContent; exports.ComboboxEmpty = _chunk54IQSYOHjs.ComboboxEmpty; exports.ComboboxGroup = _chunk54IQSYOHjs.ComboboxGroup; exports.ComboboxInput = _chunk54IQSYOHjs.ComboboxInput; exports.ComboboxItem = _chunk54IQSYOHjs.ComboboxItem; exports.ComboboxLabel = _chunk54IQSYOHjs.ComboboxLabel; exports.ComboboxList = _chunk54IQSYOHjs.ComboboxList; exports.ComboboxSeparator = _chunk54IQSYOHjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk54IQSYOHjs.ComboboxTrigger; exports.ComboboxValue = _chunk54IQSYOHjs.ComboboxValue; exports.Command = _chunk54IQSYOHjs.Command; exports.CommandDialog = _chunk54IQSYOHjs.CommandDialog; exports.CommandEmpty = _chunk54IQSYOHjs.CommandEmpty; exports.CommandGroup = _chunk54IQSYOHjs.CommandGroup; exports.CommandInput = _chunk54IQSYOHjs.CommandInput; exports.CommandItem = _chunk54IQSYOHjs.CommandItem; exports.CommandList = _chunk54IQSYOHjs.CommandList; exports.CommandSeparator = _chunk54IQSYOHjs.CommandSeparator; exports.CommandShortcut = _chunk54IQSYOHjs.CommandShortcut; exports.CommonAddTrigger = _chunk54IQSYOHjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunk54IQSYOHjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk54IQSYOHjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk54IQSYOHjs.CommonDeleter; exports.CommonEditorButtons = _chunk54IQSYOHjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk54IQSYOHjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk54IQSYOHjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk54IQSYOHjs.CommonEditorTrigger; exports.CompaniesList = _chunk54IQSYOHjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk54IQSYOHjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk54IQSYOHjs.CompanyContainer; exports.CompanyContent = _chunk54IQSYOHjs.CompanyContent; exports.CompanyDeleter = _chunk54IQSYOHjs.CompanyDeleter; exports.CompanyDetails = _chunk54IQSYOHjs.CompanyDetails; exports.CompanyEditor = _chunk54IQSYOHjs.CompanyEditor; exports.CompanyUsersList = _chunk54IQSYOHjs.CompanyUsersList; exports.ConfirmDialog = _chunk54IQSYOHjs.ConfirmDialog; exports.ContentListGrid = _chunk54IQSYOHjs.ContentListGrid; exports.ContentListTable = _chunk54IQSYOHjs.ContentListTable; exports.ContentTableSearch = _chunk54IQSYOHjs.ContentTableSearch; exports.ContentTitle = _chunk54IQSYOHjs.ContentTitle; exports.ContentsList = _chunk54IQSYOHjs.ContentsList; exports.ContentsListById = _chunk54IQSYOHjs.ContentsListById; exports.ContextMenu = _chunk54IQSYOHjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk54IQSYOHjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk54IQSYOHjs.ContextMenuContent; exports.ContextMenuGroup = _chunk54IQSYOHjs.ContextMenuGroup; exports.ContextMenuItem = _chunk54IQSYOHjs.ContextMenuItem; exports.ContextMenuLabel = _chunk54IQSYOHjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk54IQSYOHjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk54IQSYOHjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk54IQSYOHjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk54IQSYOHjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk54IQSYOHjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk54IQSYOHjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk54IQSYOHjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk54IQSYOHjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk54IQSYOHjs.ContextMenuTrigger; exports.ContributorsList = _chunk54IQSYOHjs.ContributorsList; exports.Cookies = _chunk54IQSYOHjs.Cookies; exports.CurrencyInput = _chunk54IQSYOHjs.CurrencyInput; exports.DatePickerPopover = _chunk54IQSYOHjs.DatePickerPopover; exports.DateRangeSelector = _chunk54IQSYOHjs.DateRangeSelector; exports.DetailField = _chunk54IQSYOHjs.DetailField; exports.Dialog = _chunk54IQSYOHjs.Dialog; exports.DialogClose = _chunk54IQSYOHjs.DialogClose; exports.DialogContent = _chunk54IQSYOHjs.DialogContent; exports.DialogDescription = _chunk54IQSYOHjs.DialogDescription; exports.DialogFooter = _chunk54IQSYOHjs.DialogFooter; exports.DialogHeader = _chunk54IQSYOHjs.DialogHeader; exports.DialogOverlay = _chunk54IQSYOHjs.DialogOverlay; exports.DialogPortal = _chunk54IQSYOHjs.DialogPortal; exports.DialogTitle = _chunk54IQSYOHjs.DialogTitle; exports.DialogTrigger = _chunk54IQSYOHjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk54IQSYOHjs.DisableTwoFactorDialog; exports.Drawer = _chunk54IQSYOHjs.Drawer; exports.DrawerClose = _chunk54IQSYOHjs.DrawerClose; exports.DrawerContent = _chunk54IQSYOHjs.DrawerContent; exports.DrawerDescription = _chunk54IQSYOHjs.DrawerDescription; exports.DrawerFooter = _chunk54IQSYOHjs.DrawerFooter; exports.DrawerHeader = _chunk54IQSYOHjs.DrawerHeader; exports.DrawerOverlay = _chunk54IQSYOHjs.DrawerOverlay; exports.DrawerPortal = _chunk54IQSYOHjs.DrawerPortal; exports.DrawerTitle = _chunk54IQSYOHjs.DrawerTitle; exports.DrawerTrigger = _chunk54IQSYOHjs.DrawerTrigger; exports.DropdownMenu = _chunk54IQSYOHjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk54IQSYOHjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk54IQSYOHjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk54IQSYOHjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk54IQSYOHjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk54IQSYOHjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk54IQSYOHjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk54IQSYOHjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk54IQSYOHjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk54IQSYOHjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk54IQSYOHjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk54IQSYOHjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk54IQSYOHjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk54IQSYOHjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk54IQSYOHjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk54IQSYOHjs.EditableAvatar; exports.EditorSheet = _chunk54IQSYOHjs.EditorSheet; exports.EmptyState = _chunk54IQSYOHjs.EmptyState; exports.EntityAvatar = _chunk54IQSYOHjs.EntityAvatar; exports.EntityHero = _chunk54IQSYOHjs.EntityHero; exports.EntityHeroAvatar = _chunk54IQSYOHjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunk54IQSYOHjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunk54IQSYOHjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunk54IQSYOHjs.EntityMultiSelector; exports.EntitySection = _chunk54IQSYOHjs.EntitySection; exports.EntitySelector = _chunk54IQSYOHjs.EntitySelector; exports.ErrorDetails = _chunk54IQSYOHjs.ErrorDetails; exports.Field = _chunk54IQSYOHjs.Field; exports.FieldContent = _chunk54IQSYOHjs.FieldContent; exports.FieldDescription = _chunk54IQSYOHjs.FieldDescription; exports.FieldError = _chunk54IQSYOHjs.FieldError; exports.FieldGroup = _chunk54IQSYOHjs.FieldGroup; exports.FieldLabel = _chunk54IQSYOHjs.FieldLabel; exports.FieldLegend = _chunk54IQSYOHjs.FieldLegend; exports.FieldSeparator = _chunk54IQSYOHjs.FieldSeparator; exports.FieldSet = _chunk54IQSYOHjs.FieldSet; exports.FieldTitle = _chunk54IQSYOHjs.FieldTitle; exports.FileInput = _chunk54IQSYOHjs.FileInput; exports.FileUploader = _chunk54IQSYOHjs.FileUploader; exports.FileUploaderContent = _chunk54IQSYOHjs.FileUploaderContent; exports.FileUploaderItem = _chunk54IQSYOHjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk54IQSYOHjs.FiscalDataDisplay; exports.ForgotPassword = _chunk54IQSYOHjs.ForgotPassword; exports.Form = _chunk54IQSYOHjs.Form; exports.FormBlockNote = _chunk54IQSYOHjs.FormBlockNote; exports.FormBody = _chunk54IQSYOHjs.FormBody; exports.FormCheckbox = _chunk54IQSYOHjs.FormCheckbox; exports.FormCol = _chunk54IQSYOHjs.FormCol; exports.FormDate = _chunk54IQSYOHjs.FormDate; exports.FormDateTime = _chunk54IQSYOHjs.FormDateTime; exports.FormFeatures = _chunk54IQSYOHjs.FormFeatures; exports.FormFieldWrapper = _chunk54IQSYOHjs.FormFieldWrapper; exports.FormInput = _chunk54IQSYOHjs.FormInput; exports.FormPassword = _chunk54IQSYOHjs.FormPassword; exports.FormPlaceAutocomplete = _chunk54IQSYOHjs.FormPlaceAutocomplete; exports.FormRoles = _chunk54IQSYOHjs.FormRoles; exports.FormRow = _chunk54IQSYOHjs.FormRow; exports.FormSection = _chunk54IQSYOHjs.FormSection; exports.FormSelect = _chunk54IQSYOHjs.FormSelect; exports.FormSlider = _chunk54IQSYOHjs.FormSlider; exports.FormSwitch = _chunk54IQSYOHjs.FormSwitch; exports.FormTextarea = _chunk54IQSYOHjs.FormTextarea; exports.GdprConsentCheckbox = _chunk54IQSYOHjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk54IQSYOHjs.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunk54IQSYOHjs.HEADER_ROW_MIN_H; exports.Header = _chunk54IQSYOHjs.Header; exports.HoverCard = _chunk54IQSYOHjs.HoverCard; exports.HoverCardContent = _chunk54IQSYOHjs.HoverCardContent; exports.HoverCardTrigger = _chunk54IQSYOHjs.HoverCardTrigger; exports.HowToCommand = _chunk54IQSYOHjs.HowToCommand; exports.HowToCommandViewer = _chunk54IQSYOHjs.HowToCommandViewer; exports.HowToContainer = _chunk54IQSYOHjs.HowToContainer; exports.HowToContent = _chunk54IQSYOHjs.HowToContent; exports.HowToDeleter = _chunk54IQSYOHjs.HowToDeleter; exports.HowToDetails = _chunk54IQSYOHjs.HowToDetails; exports.HowToEditor = _chunk54IQSYOHjs.HowToEditor; exports.HowToList = _chunk54IQSYOHjs.HowToList; exports.HowToListContainer = _chunk54IQSYOHjs.HowToListContainer; exports.HowToMultiSelector = _chunk54IQSYOHjs.HowToMultiSelector; exports.HowToSelector = _chunk54IQSYOHjs.HowToSelector; exports.Input = _chunk54IQSYOHjs.Input; exports.InputGroup = _chunk54IQSYOHjs.InputGroup; exports.InputGroupAddon = _chunk54IQSYOHjs.InputGroupAddon; exports.InputGroupButton = _chunk54IQSYOHjs.InputGroupButton; exports.InputGroupInput = _chunk54IQSYOHjs.InputGroupInput; exports.InputGroupText = _chunk54IQSYOHjs.InputGroupText; exports.InputGroupTextarea = _chunk54IQSYOHjs.InputGroupTextarea; exports.InputOTP = _chunk54IQSYOHjs.InputOTP; exports.InputOTPGroup = _chunk54IQSYOHjs.InputOTPGroup; exports.InputOTPSeparator = _chunk54IQSYOHjs.InputOTPSeparator; exports.InputOTPSlot = _chunk54IQSYOHjs.InputOTPSlot; exports.ItalianFiscalData = _chunk54IQSYOHjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk54IQSYOHjs.ItalianFiscalDataDisplay; exports.Item = _chunk54IQSYOHjs.KanbanItem; exports.ItemHandle = _chunk54IQSYOHjs.KanbanItemHandle; exports.Kanban = _chunk54IQSYOHjs.KanbanRoot; exports.KanbanBoard = _chunk54IQSYOHjs.KanbanBoard; exports.KanbanColumn = _chunk54IQSYOHjs.KanbanColumn; exports.KanbanColumnHandle = _chunk54IQSYOHjs.KanbanColumnHandle; exports.KanbanItem = _chunk54IQSYOHjs.KanbanItem; exports.KanbanItemHandle = _chunk54IQSYOHjs.KanbanItemHandle; exports.KanbanOverlay = _chunk54IQSYOHjs.KanbanOverlay; exports.Label = _chunk54IQSYOHjs.Label; exports.LandingComponent = _chunk54IQSYOHjs.LandingComponent; exports.Link = _chunk54IQSYOHjs.Link; exports.Login = _chunk54IQSYOHjs.Login; exports.Logout = _chunk54IQSYOHjs.Logout; exports.MessageItem = _chunk54IQSYOHjs.MessageItem; exports.MessageList = _chunk54IQSYOHjs.MessageList; exports.MessageSourcesPanel = _chunk54IQSYOHjs.MessageSourcesPanel; exports.MicroLabel = _chunk54IQSYOHjs.MicroLabel; exports.MobileNavigationBar = _chunk54IQSYOHjs.MobileNavigationBar; exports.ModeToggleSwitch = _chunk54IQSYOHjs.ModeToggleSwitch; exports.MultiSelect = _chunk54IQSYOHjs.MultiSelect; exports.MultipleSelector = _chunk54IQSYOHjs.MultipleSelector; exports.NavigationMenu = _chunk54IQSYOHjs.NavigationMenu; exports.NavigationMenuContent = _chunk54IQSYOHjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk54IQSYOHjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk54IQSYOHjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk54IQSYOHjs.NavigationMenuLink; exports.NavigationMenuList = _chunk54IQSYOHjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk54IQSYOHjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk54IQSYOHjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk54IQSYOHjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk54IQSYOHjs.NotificationMenuItem; exports.NotificationModal = _chunk54IQSYOHjs.NotificationModal; exports.NotificationToast = _chunk54IQSYOHjs.NotificationToast; exports.NotificationsList = _chunk54IQSYOHjs.NotificationsList; exports.NotificationsListContainer = _chunk54IQSYOHjs.NotificationsListContainer; exports.OAuthClientCard = _chunk54IQSYOHjs.OAuthClientCard; exports.OAuthClientDetail = _chunk54IQSYOHjs.OAuthClientDetail; exports.OAuthClientForm = _chunk54IQSYOHjs.OAuthClientForm; exports.OAuthClientList = _chunk54IQSYOHjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk54IQSYOHjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk54IQSYOHjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk54IQSYOHjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk54IQSYOHjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk54IQSYOHjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk54IQSYOHjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk54IQSYOHjs.OAuthScopeSelector; exports.OnboardingCard = _chunk54IQSYOHjs.OnboardingCard; exports.Overlay = _chunk54IQSYOHjs.KanbanOverlay; exports.PageContainer = _chunk54IQSYOHjs.PageContainer; exports.PageContainerContentDetails = _chunk54IQSYOHjs.PageContainerContentDetails; exports.PageContentContainer = _chunk54IQSYOHjs.PageContentContainer; exports.PageSection = _chunk54IQSYOHjs.PageSection; exports.PasskeyButton = _chunk54IQSYOHjs.PasskeyButton; exports.PasskeyList = _chunk54IQSYOHjs.PasskeyList; exports.PasskeySetupDialog = _chunk54IQSYOHjs.PasskeySetupDialog; exports.PasswordInput = _chunk54IQSYOHjs.PasswordInput; exports.Popover = _chunk54IQSYOHjs.Popover; exports.PopoverContent = _chunk54IQSYOHjs.PopoverContent; exports.PopoverDescription = _chunk54IQSYOHjs.PopoverDescription; exports.PopoverHeader = _chunk54IQSYOHjs.PopoverHeader; exports.PopoverTitle = _chunk54IQSYOHjs.PopoverTitle; exports.PopoverTrigger = _chunk54IQSYOHjs.PopoverTrigger; exports.Progress = _chunk54IQSYOHjs.Progress; exports.ProgressIndicator = _chunk54IQSYOHjs.ProgressIndicator; exports.ProgressLabel = _chunk54IQSYOHjs.ProgressLabel; exports.ProgressTrack = _chunk54IQSYOHjs.ProgressTrack; exports.ProgressValue = _chunk54IQSYOHjs.ProgressValue; exports.PushNotificationProvider = _chunk54IQSYOHjs.PushNotificationProvider; exports.RadioGroup = _chunk54IQSYOHjs.RadioGroup; exports.RadioGroupItem = _chunk54IQSYOHjs.RadioGroupItem; exports.RbacByRoleContainer = _chunk54IQSYOHjs.RbacByRoleContainer; exports.RbacContainer = _chunk54IQSYOHjs.RbacContainer; exports.RbacPermissionCell = _chunk54IQSYOHjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk54IQSYOHjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk54IQSYOHjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk54IQSYOHjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk54IQSYOHjs.ReferralCodeCapture; exports.ReferralDialog = _chunk54IQSYOHjs.ReferralDialog; exports.ReferralWidget = _chunk54IQSYOHjs.ReferralWidget; exports.RefreshUser = _chunk54IQSYOHjs.RefreshUser; exports.RelevantContentsList = _chunk54IQSYOHjs.RelevantContentsList; exports.RelevantUsersList = _chunk54IQSYOHjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk54IQSYOHjs.RemoveUserFromRole; exports.ResetPassword = _chunk54IQSYOHjs.ResetPassword; exports.ResizableHandle = _chunk54IQSYOHjs.ResizableHandle; exports.ResizablePanel = _chunk54IQSYOHjs.ResizablePanel; exports.ResizablePanelGroup = _chunk54IQSYOHjs.ResizablePanelGroup; exports.RoleContainer = _chunk54IQSYOHjs.RoleContainer; exports.RoleDetails = _chunk54IQSYOHjs.RoleDetails; exports.RoleUsersList = _chunk54IQSYOHjs.RoleUsersList; exports.RolesList = _chunk54IQSYOHjs.RolesList; exports.Root = _chunk54IQSYOHjs.KanbanRoot; exports.RoundPageContainer = _chunk54IQSYOHjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk54IQSYOHjs.RoundPageContainerTitle; exports.ScrollArea = _chunk54IQSYOHjs.ScrollArea; exports.ScrollBar = _chunk54IQSYOHjs.ScrollBar; exports.SectionHeader = _chunk54IQSYOHjs.SectionHeader; exports.SecurityContainer = _chunk54IQSYOHjs.SecurityContainer; exports.Select = _chunk54IQSYOHjs.Select; exports.SelectContent = _chunk54IQSYOHjs.SelectContent; exports.SelectGroup = _chunk54IQSYOHjs.SelectGroup; exports.SelectItem = _chunk54IQSYOHjs.SelectItem; exports.SelectLabel = _chunk54IQSYOHjs.SelectLabel; exports.SelectScrollDownButton = _chunk54IQSYOHjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk54IQSYOHjs.SelectScrollUpButton; exports.SelectSeparator = _chunk54IQSYOHjs.SelectSeparator; exports.SelectTrigger = _chunk54IQSYOHjs.SelectTrigger; exports.SelectValue = _chunk54IQSYOHjs.SelectValue; exports.Separator = _chunk54IQSYOHjs.Separator; exports.Sheet = _chunk54IQSYOHjs.Sheet; exports.SheetClose = _chunk54IQSYOHjs.SheetClose; exports.SheetContent = _chunk54IQSYOHjs.SheetContent; exports.SheetDescription = _chunk54IQSYOHjs.SheetDescription; exports.SheetFooter = _chunk54IQSYOHjs.SheetFooter; exports.SheetHeader = _chunk54IQSYOHjs.SheetHeader; exports.SheetTitle = _chunk54IQSYOHjs.SheetTitle; exports.SheetTrigger = _chunk54IQSYOHjs.SheetTrigger; exports.Sidebar = _chunk54IQSYOHjs.Sidebar; exports.SidebarContent = _chunk54IQSYOHjs.SidebarContent; exports.SidebarFooter = _chunk54IQSYOHjs.SidebarFooter; exports.SidebarGroup = _chunk54IQSYOHjs.SidebarGroup; exports.SidebarGroupAction = _chunk54IQSYOHjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk54IQSYOHjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk54IQSYOHjs.SidebarGroupLabel; exports.SidebarHeader = _chunk54IQSYOHjs.SidebarHeader; exports.SidebarInput = _chunk54IQSYOHjs.SidebarInput; exports.SidebarInset = _chunk54IQSYOHjs.SidebarInset; exports.SidebarMenu = _chunk54IQSYOHjs.SidebarMenu; exports.SidebarMenuAction = _chunk54IQSYOHjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk54IQSYOHjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk54IQSYOHjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk54IQSYOHjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk54IQSYOHjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk54IQSYOHjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk54IQSYOHjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk54IQSYOHjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk54IQSYOHjs.SidebarProvider; exports.SidebarRail = _chunk54IQSYOHjs.SidebarRail; exports.SidebarSeparator = _chunk54IQSYOHjs.SidebarSeparator; exports.SidebarTrigger = _chunk54IQSYOHjs.SidebarTrigger; exports.Skeleton = _chunk54IQSYOHjs.Skeleton; exports.Slider = _chunk54IQSYOHjs.Slider; exports.Spinner = _chunk54IQSYOHjs.Spinner; exports.Switch = _chunk54IQSYOHjs.Switch; exports.Table = _chunk54IQSYOHjs.Table; exports.TableBody = _chunk54IQSYOHjs.TableBody; exports.TableCaption = _chunk54IQSYOHjs.TableCaption; exports.TableCell = _chunk54IQSYOHjs.TableCell; exports.TableCellAvatar = _chunk54IQSYOHjs.TableCellAvatar; exports.TableFooter = _chunk54IQSYOHjs.TableFooter; exports.TableHead = _chunk54IQSYOHjs.TableHead; exports.TableHeader = _chunk54IQSYOHjs.TableHeader; exports.TableRow = _chunk54IQSYOHjs.TableRow; exports.Tabs = _chunk54IQSYOHjs.Tabs; exports.TabsContainer = _chunk54IQSYOHjs.TabsContainer; exports.TabsContent = _chunk54IQSYOHjs.TabsContent; exports.TabsList = _chunk54IQSYOHjs.TabsList; exports.TabsTrigger = _chunk54IQSYOHjs.TabsTrigger; exports.Textarea = _chunk54IQSYOHjs.Textarea; exports.Toaster = _chunk54IQSYOHjs.Toaster; exports.Toggle = _chunk54IQSYOHjs.Toggle; exports.TokenStatusIndicator = _chunk54IQSYOHjs.TokenStatusIndicator; exports.Tooltip = _chunk54IQSYOHjs.Tooltip; exports.TooltipContent = _chunk54IQSYOHjs.TooltipContent; exports.TooltipProvider = _chunk54IQSYOHjs.TooltipProvider; exports.TooltipTrigger = _chunk54IQSYOHjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk54IQSYOHjs.TotpAuthenticatorList; exports.TotpInput = _chunk54IQSYOHjs.TotpInput; exports.TotpSetupDialog = _chunk54IQSYOHjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk54IQSYOHjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk54IQSYOHjs.TwoFactorSettings; exports.UserAvatar = _chunk54IQSYOHjs.UserAvatar; exports.UserAvatarEditor = _chunk54IQSYOHjs.UserAvatarEditor; exports.UserAvatarList = _chunk54IQSYOHjs.UserAvatarList; exports.UserContainer = _chunk54IQSYOHjs.UserContainer; exports.UserContent = _chunk54IQSYOHjs.UserContent; exports.UserDeleter = _chunk54IQSYOHjs.UserDeleter; exports.UserEditor = _chunk54IQSYOHjs.UserEditor; exports.UserIndexContainer = _chunk54IQSYOHjs.UserIndexContainer; exports.UserIndexDetails = _chunk54IQSYOHjs.UserIndexDetails; exports.UserListInAdd = _chunk54IQSYOHjs.UserListInAdd; exports.UserMultiSelect = _chunk54IQSYOHjs.UserMultiSelect; exports.UserReactivator = _chunk54IQSYOHjs.UserReactivator; exports.UserResentInvitationEmail = _chunk54IQSYOHjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk54IQSYOHjs.UserRoleAdd; exports.UserRolesList = _chunk54IQSYOHjs.UserRolesList; exports.UserSearchPopover = _chunk54IQSYOHjs.UserSearchPopover; exports.UserSelector = _chunk54IQSYOHjs.UserSelector; exports.UserStanadaloneDetails = _chunk54IQSYOHjs.UserStanadaloneDetails; exports.UsersList = _chunk54IQSYOHjs.UsersList; exports.UsersListByContentIds = _chunk54IQSYOHjs.UsersListByContentIds; exports.UsersListContainer = _chunk54IQSYOHjs.UsersListContainer; exports.WaitlistConfirmation = _chunk54IQSYOHjs.WaitlistConfirmation; exports.WaitlistForm = _chunk54IQSYOHjs.WaitlistForm; exports.WaitlistHeroSection = _chunk54IQSYOHjs.WaitlistHeroSection; exports.WaitlistList = _chunk54IQSYOHjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk54IQSYOHjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk54IQSYOHjs.WaitlistSuccessState; exports.badgeVariants = _chunk54IQSYOHjs.badgeVariants; exports.buttonVariants = _chunk54IQSYOHjs.buttonVariants; exports.cellComponent = _chunk54IQSYOHjs.cellComponent; exports.cellDate = _chunk54IQSYOHjs.cellDate; exports.cellDateTime = _chunk54IQSYOHjs.cellDateTime; exports.cellId = _chunk54IQSYOHjs.cellId; exports.cellLink = _chunk54IQSYOHjs.cellLink; exports.cellUrl = _chunk54IQSYOHjs.cellUrl; exports.createMentionInlineContentSpec = _chunk54IQSYOHjs.createMentionInlineContentSpec; exports.errorToast = _chunk54IQSYOHjs.errorToast; exports.generateNotificationData = _chunk54IQSYOHjs.generateNotificationData; exports.getIcon = _chunkW73JBOIRjs.getIcon; exports.getIconByModule = _chunkW73JBOIRjs.getIconByModule; exports.getIconByModuleName = _chunkW73JBOIRjs.getIconByModuleName; exports.getInitials = _chunkW73JBOIRjs.getInitials; exports.mentionDataAttrs = _chunk54IQSYOHjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk54IQSYOHjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk54IQSYOHjs.parseFiscalData; exports.parseMentionElement = _chunk54IQSYOHjs.parseMentionElement; exports.partitionTabs = _chunk54IQSYOHjs.partitionTabs; exports.spinnerVariants = _chunk54IQSYOHjs.spinnerVariants; exports.tabsListVariants = _chunk54IQSYOHjs.tabsListVariants; exports.toggleVariants = _chunk54IQSYOHjs.toggleVariants; exports.triggerAssociationToast = _chunk54IQSYOHjs.triggerAssociationToast; exports.useCarousel = _chunk54IQSYOHjs.useCarousel; exports.useComboboxAnchor = _chunk54IQSYOHjs.useComboboxAnchor; exports.useDebounce = _chunk54IQSYOHjs.useDebounce2; exports.useEditorDialog = _chunk54IQSYOHjs.useEditorDialog; exports.useFileUpload = _chunk54IQSYOHjs.useFileUpload; exports.useMentionInsert = _chunk54IQSYOHjs.useMentionInsert; exports.useSidebar = _chunk54IQSYOHjs.useSidebar;
|
|
986
|
+
exports.AcceptInvitation = _chunkFPTJAORVjs.AcceptInvitation; exports.Accordion = _chunkFPTJAORVjs.Accordion; exports.AccordionContent = _chunkFPTJAORVjs.AccordionContent; exports.AccordionItem = _chunkFPTJAORVjs.AccordionItem; exports.AccordionTrigger = _chunkFPTJAORVjs.AccordionTrigger; exports.ActivateAccount = _chunkFPTJAORVjs.ActivateAccount; exports.AddUserToRole = _chunkFPTJAORVjs.AddUserToRole; exports.AdminCompanyContainer = _chunkFPTJAORVjs.AdminCompanyContainer; exports.AdminUsersList = _chunkFPTJAORVjs.AdminUsersList; exports.Alert = _chunkFPTJAORVjs.Alert; exports.AlertAction = _chunkFPTJAORVjs.AlertAction; exports.AlertDescription = _chunkFPTJAORVjs.AlertDescription; exports.AlertDialog = _chunkFPTJAORVjs.AlertDialog; exports.AlertDialogAction = _chunkFPTJAORVjs.AlertDialogAction; exports.AlertDialogCancel = _chunkFPTJAORVjs.AlertDialogCancel; exports.AlertDialogContent = _chunkFPTJAORVjs.AlertDialogContent; exports.AlertDialogDescription = _chunkFPTJAORVjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkFPTJAORVjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkFPTJAORVjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkFPTJAORVjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkFPTJAORVjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkFPTJAORVjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkFPTJAORVjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkFPTJAORVjs.AlertDialogTrigger; exports.AlertTitle = _chunkFPTJAORVjs.AlertTitle; exports.AllUsersListContainer = _chunkFPTJAORVjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkFPTJAORVjs.AllowedUsersDetails; exports.AssistantContainer = _chunkFPTJAORVjs.AssistantContainer; exports.AttributeElement = _chunkFPTJAORVjs.AttributeElement; exports.AuthContainer = _chunkFPTJAORVjs.AuthContainer; exports.Avatar = _chunkFPTJAORVjs.Avatar; exports.AvatarBadge = _chunkFPTJAORVjs.AvatarBadge; exports.AvatarFallback = _chunkFPTJAORVjs.AvatarFallback; exports.AvatarGroup = _chunkFPTJAORVjs.AvatarGroup; exports.AvatarGroupCount = _chunkFPTJAORVjs.AvatarGroupCount; exports.AvatarImage = _chunkFPTJAORVjs.AvatarImage; exports.BackupCodesDialog = _chunkFPTJAORVjs.BackupCodesDialog; exports.Badge = _chunkFPTJAORVjs.Badge; exports.BlockNoteEditorContainer = _chunkFPTJAORVjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkFPTJAORVjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkFPTJAORVjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkFPTJAORVjs.BlockNoteViewerContainer; exports.Board = _chunkFPTJAORVjs.KanbanBoard; exports.Breadcrumb = _chunkFPTJAORVjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkFPTJAORVjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkFPTJAORVjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkFPTJAORVjs.BreadcrumbLink; exports.BreadcrumbList = _chunkFPTJAORVjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkFPTJAORVjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkFPTJAORVjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkFPTJAORVjs.BreadcrumbSeparator; exports.Button = _chunkFPTJAORVjs.Button; exports.Calendar = _chunkFPTJAORVjs.Calendar; exports.CalendarDayButton = _chunkFPTJAORVjs.CalendarDayButton; exports.Card = _chunkFPTJAORVjs.Card; exports.CardAction = _chunkFPTJAORVjs.CardAction; exports.CardContent = _chunkFPTJAORVjs.CardContent; exports.CardDescription = _chunkFPTJAORVjs.CardDescription; exports.CardFooter = _chunkFPTJAORVjs.CardFooter; exports.CardHeader = _chunkFPTJAORVjs.CardHeader; exports.CardTitle = _chunkFPTJAORVjs.CardTitle; exports.Carousel = _chunkFPTJAORVjs.Carousel; exports.CarouselContent = _chunkFPTJAORVjs.CarouselContent; exports.CarouselItem = _chunkFPTJAORVjs.CarouselItem; exports.CarouselNext = _chunkFPTJAORVjs.CarouselNext; exports.CarouselPrevious = _chunkFPTJAORVjs.CarouselPrevious; exports.ChartContainer = _chunkFPTJAORVjs.ChartContainer; exports.ChartLegend = _chunkFPTJAORVjs.ChartLegend; exports.ChartLegendContent = _chunkFPTJAORVjs.ChartLegendContent; exports.ChartStyle = _chunkFPTJAORVjs.ChartStyle; exports.ChartTooltip = _chunkFPTJAORVjs.ChartTooltip; exports.ChartTooltipContent = _chunkFPTJAORVjs.ChartTooltipContent; exports.Checkbox = _chunkFPTJAORVjs.Checkbox; exports.Collapsible = _chunkFPTJAORVjs.Collapsible; exports.CollapsibleContent = _chunkFPTJAORVjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkFPTJAORVjs.CollapsibleTrigger; exports.Column = _chunkFPTJAORVjs.KanbanColumn; exports.ColumnHandle = _chunkFPTJAORVjs.KanbanColumnHandle; exports.Combobox = _chunkFPTJAORVjs.Combobox; exports.ComboboxChip = _chunkFPTJAORVjs.ComboboxChip; exports.ComboboxChips = _chunkFPTJAORVjs.ComboboxChips; exports.ComboboxChipsInput = _chunkFPTJAORVjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkFPTJAORVjs.ComboboxCollection; exports.ComboboxContent = _chunkFPTJAORVjs.ComboboxContent; exports.ComboboxEmpty = _chunkFPTJAORVjs.ComboboxEmpty; exports.ComboboxGroup = _chunkFPTJAORVjs.ComboboxGroup; exports.ComboboxInput = _chunkFPTJAORVjs.ComboboxInput; exports.ComboboxItem = _chunkFPTJAORVjs.ComboboxItem; exports.ComboboxLabel = _chunkFPTJAORVjs.ComboboxLabel; exports.ComboboxList = _chunkFPTJAORVjs.ComboboxList; exports.ComboboxSeparator = _chunkFPTJAORVjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkFPTJAORVjs.ComboboxTrigger; exports.ComboboxValue = _chunkFPTJAORVjs.ComboboxValue; exports.Command = _chunkFPTJAORVjs.Command; exports.CommandDialog = _chunkFPTJAORVjs.CommandDialog; exports.CommandEmpty = _chunkFPTJAORVjs.CommandEmpty; exports.CommandGroup = _chunkFPTJAORVjs.CommandGroup; exports.CommandInput = _chunkFPTJAORVjs.CommandInput; exports.CommandItem = _chunkFPTJAORVjs.CommandItem; exports.CommandList = _chunkFPTJAORVjs.CommandList; exports.CommandSeparator = _chunkFPTJAORVjs.CommandSeparator; exports.CommandShortcut = _chunkFPTJAORVjs.CommandShortcut; exports.CommonAddTrigger = _chunkFPTJAORVjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkFPTJAORVjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkFPTJAORVjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkFPTJAORVjs.CommonDeleter; exports.CommonEditorButtons = _chunkFPTJAORVjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkFPTJAORVjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkFPTJAORVjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkFPTJAORVjs.CommonEditorTrigger; exports.CompaniesList = _chunkFPTJAORVjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkFPTJAORVjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkFPTJAORVjs.CompanyContainer; exports.CompanyContent = _chunkFPTJAORVjs.CompanyContent; exports.CompanyDeleter = _chunkFPTJAORVjs.CompanyDeleter; exports.CompanyDetails = _chunkFPTJAORVjs.CompanyDetails; exports.CompanyEditor = _chunkFPTJAORVjs.CompanyEditor; exports.CompanyUsersList = _chunkFPTJAORVjs.CompanyUsersList; exports.ConfirmDialog = _chunkFPTJAORVjs.ConfirmDialog; exports.ContentListGrid = _chunkFPTJAORVjs.ContentListGrid; exports.ContentListTable = _chunkFPTJAORVjs.ContentListTable; exports.ContentTableSearch = _chunkFPTJAORVjs.ContentTableSearch; exports.ContentTitle = _chunkFPTJAORVjs.ContentTitle; exports.ContentsList = _chunkFPTJAORVjs.ContentsList; exports.ContentsListById = _chunkFPTJAORVjs.ContentsListById; exports.ContextMenu = _chunkFPTJAORVjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkFPTJAORVjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkFPTJAORVjs.ContextMenuContent; exports.ContextMenuGroup = _chunkFPTJAORVjs.ContextMenuGroup; exports.ContextMenuItem = _chunkFPTJAORVjs.ContextMenuItem; exports.ContextMenuLabel = _chunkFPTJAORVjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkFPTJAORVjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkFPTJAORVjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkFPTJAORVjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkFPTJAORVjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkFPTJAORVjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkFPTJAORVjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkFPTJAORVjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkFPTJAORVjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkFPTJAORVjs.ContextMenuTrigger; exports.ContributorsList = _chunkFPTJAORVjs.ContributorsList; exports.Cookies = _chunkFPTJAORVjs.Cookies; exports.CurrencyInput = _chunkFPTJAORVjs.CurrencyInput; exports.DatePickerPopover = _chunkFPTJAORVjs.DatePickerPopover; exports.DateRangeSelector = _chunkFPTJAORVjs.DateRangeSelector; exports.DetailField = _chunkFPTJAORVjs.DetailField; exports.Dialog = _chunkFPTJAORVjs.Dialog; exports.DialogClose = _chunkFPTJAORVjs.DialogClose; exports.DialogContent = _chunkFPTJAORVjs.DialogContent; exports.DialogDescription = _chunkFPTJAORVjs.DialogDescription; exports.DialogFooter = _chunkFPTJAORVjs.DialogFooter; exports.DialogHeader = _chunkFPTJAORVjs.DialogHeader; exports.DialogOverlay = _chunkFPTJAORVjs.DialogOverlay; exports.DialogPortal = _chunkFPTJAORVjs.DialogPortal; exports.DialogTitle = _chunkFPTJAORVjs.DialogTitle; exports.DialogTrigger = _chunkFPTJAORVjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkFPTJAORVjs.DisableTwoFactorDialog; exports.Drawer = _chunkFPTJAORVjs.Drawer; exports.DrawerClose = _chunkFPTJAORVjs.DrawerClose; exports.DrawerContent = _chunkFPTJAORVjs.DrawerContent; exports.DrawerDescription = _chunkFPTJAORVjs.DrawerDescription; exports.DrawerFooter = _chunkFPTJAORVjs.DrawerFooter; exports.DrawerHeader = _chunkFPTJAORVjs.DrawerHeader; exports.DrawerOverlay = _chunkFPTJAORVjs.DrawerOverlay; exports.DrawerPortal = _chunkFPTJAORVjs.DrawerPortal; exports.DrawerTitle = _chunkFPTJAORVjs.DrawerTitle; exports.DrawerTrigger = _chunkFPTJAORVjs.DrawerTrigger; exports.DropdownMenu = _chunkFPTJAORVjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkFPTJAORVjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkFPTJAORVjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkFPTJAORVjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkFPTJAORVjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkFPTJAORVjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkFPTJAORVjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkFPTJAORVjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkFPTJAORVjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkFPTJAORVjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkFPTJAORVjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkFPTJAORVjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkFPTJAORVjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkFPTJAORVjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkFPTJAORVjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkFPTJAORVjs.EditableAvatar; exports.EditorSheet = _chunkFPTJAORVjs.EditorSheet; exports.EmptyState = _chunkFPTJAORVjs.EmptyState; exports.EntityAvatar = _chunkFPTJAORVjs.EntityAvatar; exports.EntityHero = _chunkFPTJAORVjs.EntityHero; exports.EntityHeroAvatar = _chunkFPTJAORVjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkFPTJAORVjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkFPTJAORVjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkFPTJAORVjs.EntityMultiSelector; exports.EntitySection = _chunkFPTJAORVjs.EntitySection; exports.EntitySelector = _chunkFPTJAORVjs.EntitySelector; exports.ErrorDetails = _chunkFPTJAORVjs.ErrorDetails; exports.Field = _chunkFPTJAORVjs.Field; exports.FieldContent = _chunkFPTJAORVjs.FieldContent; exports.FieldDescription = _chunkFPTJAORVjs.FieldDescription; exports.FieldError = _chunkFPTJAORVjs.FieldError; exports.FieldGroup = _chunkFPTJAORVjs.FieldGroup; exports.FieldLabel = _chunkFPTJAORVjs.FieldLabel; exports.FieldLegend = _chunkFPTJAORVjs.FieldLegend; exports.FieldSeparator = _chunkFPTJAORVjs.FieldSeparator; exports.FieldSet = _chunkFPTJAORVjs.FieldSet; exports.FieldTitle = _chunkFPTJAORVjs.FieldTitle; exports.FileInput = _chunkFPTJAORVjs.FileInput; exports.FileUploader = _chunkFPTJAORVjs.FileUploader; exports.FileUploaderContent = _chunkFPTJAORVjs.FileUploaderContent; exports.FileUploaderItem = _chunkFPTJAORVjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkFPTJAORVjs.FiscalDataDisplay; exports.ForgotPassword = _chunkFPTJAORVjs.ForgotPassword; exports.Form = _chunkFPTJAORVjs.Form; exports.FormBlockNote = _chunkFPTJAORVjs.FormBlockNote; exports.FormBody = _chunkFPTJAORVjs.FormBody; exports.FormCheckbox = _chunkFPTJAORVjs.FormCheckbox; exports.FormCol = _chunkFPTJAORVjs.FormCol; exports.FormDate = _chunkFPTJAORVjs.FormDate; exports.FormDateTime = _chunkFPTJAORVjs.FormDateTime; exports.FormFeatures = _chunkFPTJAORVjs.FormFeatures; exports.FormFieldWrapper = _chunkFPTJAORVjs.FormFieldWrapper; exports.FormInput = _chunkFPTJAORVjs.FormInput; exports.FormPassword = _chunkFPTJAORVjs.FormPassword; exports.FormPlaceAutocomplete = _chunkFPTJAORVjs.FormPlaceAutocomplete; exports.FormRoles = _chunkFPTJAORVjs.FormRoles; exports.FormRow = _chunkFPTJAORVjs.FormRow; exports.FormSection = _chunkFPTJAORVjs.FormSection; exports.FormSelect = _chunkFPTJAORVjs.FormSelect; exports.FormSlider = _chunkFPTJAORVjs.FormSlider; exports.FormSwitch = _chunkFPTJAORVjs.FormSwitch; exports.FormTextarea = _chunkFPTJAORVjs.FormTextarea; exports.GdprConsentCheckbox = _chunkFPTJAORVjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkFPTJAORVjs.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunkFPTJAORVjs.HEADER_ROW_MIN_H; exports.Header = _chunkFPTJAORVjs.Header; exports.HoverCard = _chunkFPTJAORVjs.HoverCard; exports.HoverCardContent = _chunkFPTJAORVjs.HoverCardContent; exports.HoverCardTrigger = _chunkFPTJAORVjs.HoverCardTrigger; exports.HowToCommand = _chunkFPTJAORVjs.HowToCommand; exports.HowToCommandViewer = _chunkFPTJAORVjs.HowToCommandViewer; exports.HowToContainer = _chunkFPTJAORVjs.HowToContainer; exports.HowToContent = _chunkFPTJAORVjs.HowToContent; exports.HowToDeleter = _chunkFPTJAORVjs.HowToDeleter; exports.HowToDetails = _chunkFPTJAORVjs.HowToDetails; exports.HowToEditor = _chunkFPTJAORVjs.HowToEditor; exports.HowToList = _chunkFPTJAORVjs.HowToList; exports.HowToListContainer = _chunkFPTJAORVjs.HowToListContainer; exports.HowToMultiSelector = _chunkFPTJAORVjs.HowToMultiSelector; exports.HowToSelector = _chunkFPTJAORVjs.HowToSelector; exports.Input = _chunkFPTJAORVjs.Input; exports.InputGroup = _chunkFPTJAORVjs.InputGroup; exports.InputGroupAddon = _chunkFPTJAORVjs.InputGroupAddon; exports.InputGroupButton = _chunkFPTJAORVjs.InputGroupButton; exports.InputGroupInput = _chunkFPTJAORVjs.InputGroupInput; exports.InputGroupText = _chunkFPTJAORVjs.InputGroupText; exports.InputGroupTextarea = _chunkFPTJAORVjs.InputGroupTextarea; exports.InputOTP = _chunkFPTJAORVjs.InputOTP; exports.InputOTPGroup = _chunkFPTJAORVjs.InputOTPGroup; exports.InputOTPSeparator = _chunkFPTJAORVjs.InputOTPSeparator; exports.InputOTPSlot = _chunkFPTJAORVjs.InputOTPSlot; exports.ItalianFiscalData = _chunkFPTJAORVjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkFPTJAORVjs.ItalianFiscalDataDisplay; exports.Item = _chunkFPTJAORVjs.KanbanItem; exports.ItemHandle = _chunkFPTJAORVjs.KanbanItemHandle; exports.Kanban = _chunkFPTJAORVjs.KanbanRoot; exports.KanbanBoard = _chunkFPTJAORVjs.KanbanBoard; exports.KanbanColumn = _chunkFPTJAORVjs.KanbanColumn; exports.KanbanColumnHandle = _chunkFPTJAORVjs.KanbanColumnHandle; exports.KanbanItem = _chunkFPTJAORVjs.KanbanItem; exports.KanbanItemHandle = _chunkFPTJAORVjs.KanbanItemHandle; exports.KanbanOverlay = _chunkFPTJAORVjs.KanbanOverlay; exports.Label = _chunkFPTJAORVjs.Label; exports.LandingComponent = _chunkFPTJAORVjs.LandingComponent; exports.Link = _chunkFPTJAORVjs.Link; exports.Login = _chunkFPTJAORVjs.Login; exports.Logout = _chunkFPTJAORVjs.Logout; exports.MessageItem = _chunkFPTJAORVjs.MessageItem; exports.MessageList = _chunkFPTJAORVjs.MessageList; exports.MessageSourcesPanel = _chunkFPTJAORVjs.MessageSourcesPanel; exports.MicroLabel = _chunkFPTJAORVjs.MicroLabel; exports.MobileNavigationBar = _chunkFPTJAORVjs.MobileNavigationBar; exports.ModeToggleSwitch = _chunkFPTJAORVjs.ModeToggleSwitch; exports.MultiSelect = _chunkFPTJAORVjs.MultiSelect; exports.MultipleSelector = _chunkFPTJAORVjs.MultipleSelector; exports.NavigationMenu = _chunkFPTJAORVjs.NavigationMenu; exports.NavigationMenuContent = _chunkFPTJAORVjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkFPTJAORVjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkFPTJAORVjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkFPTJAORVjs.NavigationMenuLink; exports.NavigationMenuList = _chunkFPTJAORVjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkFPTJAORVjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkFPTJAORVjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkFPTJAORVjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkFPTJAORVjs.NotificationMenuItem; exports.NotificationModal = _chunkFPTJAORVjs.NotificationModal; exports.NotificationToast = _chunkFPTJAORVjs.NotificationToast; exports.NotificationsList = _chunkFPTJAORVjs.NotificationsList; exports.NotificationsListContainer = _chunkFPTJAORVjs.NotificationsListContainer; exports.OAuthClientCard = _chunkFPTJAORVjs.OAuthClientCard; exports.OAuthClientDetail = _chunkFPTJAORVjs.OAuthClientDetail; exports.OAuthClientForm = _chunkFPTJAORVjs.OAuthClientForm; exports.OAuthClientList = _chunkFPTJAORVjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkFPTJAORVjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkFPTJAORVjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkFPTJAORVjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkFPTJAORVjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkFPTJAORVjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkFPTJAORVjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkFPTJAORVjs.OAuthScopeSelector; exports.OnboardingCard = _chunkFPTJAORVjs.OnboardingCard; exports.Overlay = _chunkFPTJAORVjs.KanbanOverlay; exports.PageContainer = _chunkFPTJAORVjs.PageContainer; exports.PageContainerContentDetails = _chunkFPTJAORVjs.PageContainerContentDetails; exports.PageContentContainer = _chunkFPTJAORVjs.PageContentContainer; exports.PageSection = _chunkFPTJAORVjs.PageSection; exports.PasskeyButton = _chunkFPTJAORVjs.PasskeyButton; exports.PasskeyList = _chunkFPTJAORVjs.PasskeyList; exports.PasskeySetupDialog = _chunkFPTJAORVjs.PasskeySetupDialog; exports.PasswordInput = _chunkFPTJAORVjs.PasswordInput; exports.Popover = _chunkFPTJAORVjs.Popover; exports.PopoverContent = _chunkFPTJAORVjs.PopoverContent; exports.PopoverDescription = _chunkFPTJAORVjs.PopoverDescription; exports.PopoverHeader = _chunkFPTJAORVjs.PopoverHeader; exports.PopoverTitle = _chunkFPTJAORVjs.PopoverTitle; exports.PopoverTrigger = _chunkFPTJAORVjs.PopoverTrigger; exports.Progress = _chunkFPTJAORVjs.Progress; exports.ProgressIndicator = _chunkFPTJAORVjs.ProgressIndicator; exports.ProgressLabel = _chunkFPTJAORVjs.ProgressLabel; exports.ProgressTrack = _chunkFPTJAORVjs.ProgressTrack; exports.ProgressValue = _chunkFPTJAORVjs.ProgressValue; exports.PushNotificationProvider = _chunkFPTJAORVjs.PushNotificationProvider; exports.RadioGroup = _chunkFPTJAORVjs.RadioGroup; exports.RadioGroupItem = _chunkFPTJAORVjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkFPTJAORVjs.RbacByRoleContainer; exports.RbacContainer = _chunkFPTJAORVjs.RbacContainer; exports.RbacPermissionCell = _chunkFPTJAORVjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkFPTJAORVjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkFPTJAORVjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkFPTJAORVjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkFPTJAORVjs.ReferralCodeCapture; exports.ReferralDialog = _chunkFPTJAORVjs.ReferralDialog; exports.ReferralWidget = _chunkFPTJAORVjs.ReferralWidget; exports.RefreshUser = _chunkFPTJAORVjs.RefreshUser; exports.RelevantContentsList = _chunkFPTJAORVjs.RelevantContentsList; exports.RelevantUsersList = _chunkFPTJAORVjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkFPTJAORVjs.RemoveUserFromRole; exports.ResetPassword = _chunkFPTJAORVjs.ResetPassword; exports.ResizableHandle = _chunkFPTJAORVjs.ResizableHandle; exports.ResizablePanel = _chunkFPTJAORVjs.ResizablePanel; exports.ResizablePanelGroup = _chunkFPTJAORVjs.ResizablePanelGroup; exports.RoleContainer = _chunkFPTJAORVjs.RoleContainer; exports.RoleDetails = _chunkFPTJAORVjs.RoleDetails; exports.RoleUsersList = _chunkFPTJAORVjs.RoleUsersList; exports.RolesList = _chunkFPTJAORVjs.RolesList; exports.Root = _chunkFPTJAORVjs.KanbanRoot; exports.RoundPageContainer = _chunkFPTJAORVjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkFPTJAORVjs.RoundPageContainerTitle; exports.ScrollArea = _chunkFPTJAORVjs.ScrollArea; exports.ScrollBar = _chunkFPTJAORVjs.ScrollBar; exports.SectionHeader = _chunkFPTJAORVjs.SectionHeader; exports.SecurityContainer = _chunkFPTJAORVjs.SecurityContainer; exports.Select = _chunkFPTJAORVjs.Select; exports.SelectContent = _chunkFPTJAORVjs.SelectContent; exports.SelectGroup = _chunkFPTJAORVjs.SelectGroup; exports.SelectItem = _chunkFPTJAORVjs.SelectItem; exports.SelectLabel = _chunkFPTJAORVjs.SelectLabel; exports.SelectScrollDownButton = _chunkFPTJAORVjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkFPTJAORVjs.SelectScrollUpButton; exports.SelectSeparator = _chunkFPTJAORVjs.SelectSeparator; exports.SelectTrigger = _chunkFPTJAORVjs.SelectTrigger; exports.SelectValue = _chunkFPTJAORVjs.SelectValue; exports.Separator = _chunkFPTJAORVjs.Separator; exports.Sheet = _chunkFPTJAORVjs.Sheet; exports.SheetClose = _chunkFPTJAORVjs.SheetClose; exports.SheetContent = _chunkFPTJAORVjs.SheetContent; exports.SheetDescription = _chunkFPTJAORVjs.SheetDescription; exports.SheetFooter = _chunkFPTJAORVjs.SheetFooter; exports.SheetHeader = _chunkFPTJAORVjs.SheetHeader; exports.SheetTitle = _chunkFPTJAORVjs.SheetTitle; exports.SheetTrigger = _chunkFPTJAORVjs.SheetTrigger; exports.Sidebar = _chunkFPTJAORVjs.Sidebar; exports.SidebarContent = _chunkFPTJAORVjs.SidebarContent; exports.SidebarFooter = _chunkFPTJAORVjs.SidebarFooter; exports.SidebarGroup = _chunkFPTJAORVjs.SidebarGroup; exports.SidebarGroupAction = _chunkFPTJAORVjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkFPTJAORVjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkFPTJAORVjs.SidebarGroupLabel; exports.SidebarHeader = _chunkFPTJAORVjs.SidebarHeader; exports.SidebarInput = _chunkFPTJAORVjs.SidebarInput; exports.SidebarInset = _chunkFPTJAORVjs.SidebarInset; exports.SidebarMenu = _chunkFPTJAORVjs.SidebarMenu; exports.SidebarMenuAction = _chunkFPTJAORVjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkFPTJAORVjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkFPTJAORVjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkFPTJAORVjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkFPTJAORVjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkFPTJAORVjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkFPTJAORVjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkFPTJAORVjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkFPTJAORVjs.SidebarProvider; exports.SidebarRail = _chunkFPTJAORVjs.SidebarRail; exports.SidebarSeparator = _chunkFPTJAORVjs.SidebarSeparator; exports.SidebarTrigger = _chunkFPTJAORVjs.SidebarTrigger; exports.Skeleton = _chunkFPTJAORVjs.Skeleton; exports.Slider = _chunkFPTJAORVjs.Slider; exports.Spinner = _chunkFPTJAORVjs.Spinner; exports.Switch = _chunkFPTJAORVjs.Switch; exports.Table = _chunkFPTJAORVjs.Table; exports.TableBody = _chunkFPTJAORVjs.TableBody; exports.TableCaption = _chunkFPTJAORVjs.TableCaption; exports.TableCell = _chunkFPTJAORVjs.TableCell; exports.TableCellAvatar = _chunkFPTJAORVjs.TableCellAvatar; exports.TableFooter = _chunkFPTJAORVjs.TableFooter; exports.TableHead = _chunkFPTJAORVjs.TableHead; exports.TableHeader = _chunkFPTJAORVjs.TableHeader; exports.TableRow = _chunkFPTJAORVjs.TableRow; exports.Tabs = _chunkFPTJAORVjs.Tabs; exports.TabsContainer = _chunkFPTJAORVjs.TabsContainer; exports.TabsContent = _chunkFPTJAORVjs.TabsContent; exports.TabsList = _chunkFPTJAORVjs.TabsList; exports.TabsTrigger = _chunkFPTJAORVjs.TabsTrigger; exports.Textarea = _chunkFPTJAORVjs.Textarea; exports.Toaster = _chunkFPTJAORVjs.Toaster; exports.Toggle = _chunkFPTJAORVjs.Toggle; exports.TokenStatusIndicator = _chunkFPTJAORVjs.TokenStatusIndicator; exports.Tooltip = _chunkFPTJAORVjs.Tooltip; exports.TooltipContent = _chunkFPTJAORVjs.TooltipContent; exports.TooltipProvider = _chunkFPTJAORVjs.TooltipProvider; exports.TooltipTrigger = _chunkFPTJAORVjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkFPTJAORVjs.TotpAuthenticatorList; exports.TotpInput = _chunkFPTJAORVjs.TotpInput; exports.TotpSetupDialog = _chunkFPTJAORVjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkFPTJAORVjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkFPTJAORVjs.TwoFactorSettings; exports.UserAvatar = _chunkFPTJAORVjs.UserAvatar; exports.UserAvatarEditor = _chunkFPTJAORVjs.UserAvatarEditor; exports.UserAvatarList = _chunkFPTJAORVjs.UserAvatarList; exports.UserContainer = _chunkFPTJAORVjs.UserContainer; exports.UserContent = _chunkFPTJAORVjs.UserContent; exports.UserDeleter = _chunkFPTJAORVjs.UserDeleter; exports.UserEditor = _chunkFPTJAORVjs.UserEditor; exports.UserIndexContainer = _chunkFPTJAORVjs.UserIndexContainer; exports.UserIndexDetails = _chunkFPTJAORVjs.UserIndexDetails; exports.UserListInAdd = _chunkFPTJAORVjs.UserListInAdd; exports.UserMultiSelect = _chunkFPTJAORVjs.UserMultiSelect; exports.UserReactivator = _chunkFPTJAORVjs.UserReactivator; exports.UserResentInvitationEmail = _chunkFPTJAORVjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkFPTJAORVjs.UserRoleAdd; exports.UserRolesList = _chunkFPTJAORVjs.UserRolesList; exports.UserSearchPopover = _chunkFPTJAORVjs.UserSearchPopover; exports.UserSelector = _chunkFPTJAORVjs.UserSelector; exports.UserStanadaloneDetails = _chunkFPTJAORVjs.UserStanadaloneDetails; exports.UsersList = _chunkFPTJAORVjs.UsersList; exports.UsersListByContentIds = _chunkFPTJAORVjs.UsersListByContentIds; exports.UsersListContainer = _chunkFPTJAORVjs.UsersListContainer; exports.WaitlistConfirmation = _chunkFPTJAORVjs.WaitlistConfirmation; exports.WaitlistForm = _chunkFPTJAORVjs.WaitlistForm; exports.WaitlistHeroSection = _chunkFPTJAORVjs.WaitlistHeroSection; exports.WaitlistList = _chunkFPTJAORVjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkFPTJAORVjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkFPTJAORVjs.WaitlistSuccessState; exports.badgeVariants = _chunkFPTJAORVjs.badgeVariants; exports.buttonVariants = _chunkFPTJAORVjs.buttonVariants; exports.cellComponent = _chunkFPTJAORVjs.cellComponent; exports.cellDate = _chunkFPTJAORVjs.cellDate; exports.cellDateTime = _chunkFPTJAORVjs.cellDateTime; exports.cellId = _chunkFPTJAORVjs.cellId; exports.cellLink = _chunkFPTJAORVjs.cellLink; exports.cellUrl = _chunkFPTJAORVjs.cellUrl; exports.createMentionInlineContentSpec = _chunkFPTJAORVjs.createMentionInlineContentSpec; exports.errorToast = _chunkFPTJAORVjs.errorToast; exports.generateNotificationData = _chunkFPTJAORVjs.generateNotificationData; exports.getIcon = _chunkW73JBOIRjs.getIcon; exports.getIconByModule = _chunkW73JBOIRjs.getIconByModule; exports.getIconByModuleName = _chunkW73JBOIRjs.getIconByModuleName; exports.getInitials = _chunkW73JBOIRjs.getInitials; exports.mentionDataAttrs = _chunkFPTJAORVjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkFPTJAORVjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkFPTJAORVjs.parseFiscalData; exports.parseMentionElement = _chunkFPTJAORVjs.parseMentionElement; exports.partitionTabs = _chunkFPTJAORVjs.partitionTabs; exports.spinnerVariants = _chunkFPTJAORVjs.spinnerVariants; exports.tabsListVariants = _chunkFPTJAORVjs.tabsListVariants; exports.toggleVariants = _chunkFPTJAORVjs.toggleVariants; exports.triggerAssociationToast = _chunkFPTJAORVjs.triggerAssociationToast; exports.useCarousel = _chunkFPTJAORVjs.useCarousel; exports.useComboboxAnchor = _chunkFPTJAORVjs.useComboboxAnchor; exports.useDebounce = _chunkFPTJAORVjs.useDebounce2; exports.useEditorDialog = _chunkFPTJAORVjs.useEditorDialog; exports.useFileUpload = _chunkFPTJAORVjs.useFileUpload; exports.useMentionInsert = _chunkFPTJAORVjs.useMentionInsert; exports.useSidebar = _chunkFPTJAORVjs.useSidebar;
|
|
987
987
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.js
CHANGED
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
|
|
39
39
|
|
|
40
40
|
|
|
41
|
-
var
|
|
41
|
+
var _chunkFPTJAORVjs = require('../chunk-FPTJAORV.js');
|
|
42
42
|
require('../chunk-C2LEIBUK.js');
|
|
43
43
|
require('../chunk-W73JBOIR.js');
|
|
44
44
|
require('../chunk-LXKSUWAV.js');
|
|
@@ -85,5 +85,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
exports.AssistantProvider =
|
|
88
|
+
exports.AssistantProvider = _chunkFPTJAORVjs.AssistantProvider; exports.CommonProvider = _chunkFPTJAORVjs.CommonProvider; exports.CompanyProvider = _chunkFPTJAORVjs.CompanyProvider; exports.CurrentUserProvider = _chunkFPTJAORVjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkFPTJAORVjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkFPTJAORVjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkFPTJAORVjs.HeaderLeftContentProvider; exports.HeaderLogoProvider = _chunkFPTJAORVjs.HeaderLogoProvider; exports.HowToProvider = _chunkFPTJAORVjs.HowToProvider; exports.MobileNavigationProvider = _chunkFPTJAORVjs.MobileNavigationProvider; exports.NotificationContextProvider = _chunkFPTJAORVjs.NotificationContextProvider; exports.OnboardingProvider = _chunkFPTJAORVjs.OnboardingProvider; exports.RbacProvider = _chunkFPTJAORVjs.RbacProvider; exports.RoleProvider = _chunkFPTJAORVjs.RoleProvider; exports.SharedProvider = _chunkFPTJAORVjs.SharedProvider; exports.SocketContext = _chunkFPTJAORVjs.SocketContext; exports.SocketProvider = _chunkFPTJAORVjs.SocketProvider; exports.UserProvider = _chunkFPTJAORVjs.UserProvider; exports.ViewportProvider = _chunkFPTJAORVjs.ViewportProvider; exports.recentPagesAtom = _chunkFPTJAORVjs.recentPagesAtom; exports.useAssistantContext = _chunkFPTJAORVjs.useAssistantContext; exports.useCommonContext = _chunkFPTJAORVjs.useCommonContext; exports.useCompanyContext = _chunkFPTJAORVjs.useCompanyContext; exports.useCurrentUserContext = _chunkFPTJAORVjs.useCurrentUserContext; exports.useHeaderChildren = _chunkFPTJAORVjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkFPTJAORVjs.useHeaderLeftContent; exports.useHeaderLogo = _chunkFPTJAORVjs.useHeaderLogo; exports.useHeaderMobileChildren = _chunkFPTJAORVjs.useHeaderMobileChildren; exports.useHeaderRootLabel = _chunkFPTJAORVjs.useHeaderRootLabel; exports.useHowToContext = _chunkFPTJAORVjs.useHowToContext; exports.useMobileNavigationItems = _chunkFPTJAORVjs.useMobileNavigationItems; exports.useNotificationContext = _chunkFPTJAORVjs.useNotificationContext; exports.useOnboarding = _chunkFPTJAORVjs.useOnboarding; exports.useRbacContext = _chunkFPTJAORVjs.useRbacContext; exports.useRoleContext = _chunkFPTJAORVjs.useRoleContext; exports.useSharedContext = _chunkFPTJAORVjs.useSharedContext; exports.useSocketContext = _chunkFPTJAORVjs.useSocketContext; exports.useUserContext = _chunkFPTJAORVjs.useUserContext;
|
|
89
89
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -22,7 +22,7 @@ var _chunkYBZVWLPHjs = require('../../chunk-YBZVWLPH.js');
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
|
-
var
|
|
25
|
+
var _chunkFPTJAORVjs = require('../../chunk-FPTJAORV.js');
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
var _chunkC2LEIBUKjs = require('../../chunk-C2LEIBUK.js');
|
|
@@ -74,29 +74,29 @@ var _lucidereact = require('lucide-react');
|
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
function HelpAssistantSheet({ open, onOpenChange }) {
|
|
77
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
78
|
-
|
|
77
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.Sheet, { open, onOpenChange, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
78
|
+
_chunkFPTJAORVjs.SheetContent,
|
|
79
79
|
{
|
|
80
80
|
side: "right",
|
|
81
81
|
className: "flex w-full flex-col data-[side=right]:sm:max-w-2xl data-[side=right]:lg:max-w-3xl",
|
|
82
|
-
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
82
|
+
children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.AssistantProvider, { manageUrl: false, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, HelpAssistantSheetBody, {}) })
|
|
83
83
|
}
|
|
84
84
|
) });
|
|
85
85
|
}
|
|
86
86
|
_chunk7QVYU63Ejs.__name.call(void 0, HelpAssistantSheet, "HelpAssistantSheet");
|
|
87
87
|
function HelpAssistantSheetBody() {
|
|
88
88
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
89
|
-
const ctx =
|
|
89
|
+
const ctx = _chunkFPTJAORVjs.useAssistantContext.call(void 0, );
|
|
90
90
|
const showThread = !!ctx.assistant || ctx.sending || ctx.messages.length > 0;
|
|
91
91
|
const send = /* @__PURE__ */ _chunk7QVYU63Ejs.__name.call(void 0, (content) => ctx.sendMessage(content, { howToMode: true }), "send");
|
|
92
92
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
93
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
94
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
95
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
93
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkFPTJAORVjs.SheetHeader, { children: [
|
|
94
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.SheetTitle, { children: t("help.askAi.sheet.title") }),
|
|
95
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.SheetDescription, { children: t("help.askAi.sheet.subtitle") })
|
|
96
96
|
] }),
|
|
97
|
-
!showThread ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
97
|
+
!showThread ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.AssistantEmptyState, { onSend: send }) : /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
98
98
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
99
|
-
|
|
99
|
+
_chunkFPTJAORVjs.AssistantThread,
|
|
100
100
|
{
|
|
101
101
|
messages: ctx.messages,
|
|
102
102
|
sending: ctx.sending,
|
|
@@ -106,7 +106,7 @@ function HelpAssistantSheetBody() {
|
|
|
106
106
|
onRetry: ctx.retrySend
|
|
107
107
|
}
|
|
108
108
|
),
|
|
109
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
109
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.AssistantComposer, { onSend: send, disabled: ctx.sending })
|
|
110
110
|
] })
|
|
111
111
|
] });
|
|
112
112
|
}
|
|
@@ -116,20 +116,20 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpAssistantSheetBody, "HelpAssistantSheet
|
|
|
116
116
|
|
|
117
117
|
function HelpAskAi() {
|
|
118
118
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
119
|
-
const { currentUser } =
|
|
119
|
+
const { currentUser } = _chunkFPTJAORVjs.useCurrentUserContext.call(void 0, );
|
|
120
120
|
const [open, setOpen] = _react.useState.call(void 0, false);
|
|
121
121
|
const disabled = !currentUser;
|
|
122
122
|
if (disabled) {
|
|
123
|
-
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
124
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
123
|
+
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkFPTJAORVjs.Tooltip, { children: [
|
|
124
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkFPTJAORVjs.TooltipTrigger, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.Button, { variant: "outline", size: "sm", disabled: true }), children: [
|
|
125
125
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.SparklesIcon, { className: "h-4 w-4" }),
|
|
126
126
|
t("help.askAi.button")
|
|
127
127
|
] }),
|
|
128
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
128
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.TooltipContent, { children: t("help.askAi.loginTooltip") })
|
|
129
129
|
] });
|
|
130
130
|
}
|
|
131
131
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _jsxruntime.Fragment, { children: [
|
|
132
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
132
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkFPTJAORVjs.Button, { variant: "outline", size: "sm", onClick: () => setOpen(true), children: [
|
|
133
133
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.SparklesIcon, { className: "h-4 w-4" }),
|
|
134
134
|
t("help.askAi.button")
|
|
135
135
|
] }),
|
|
@@ -142,7 +142,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpAskAi, "HelpAskAi");
|
|
|
142
142
|
|
|
143
143
|
function HelpHeader() {
|
|
144
144
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
145
|
-
const { currentUser } =
|
|
145
|
+
const { currentUser } = _chunkFPTJAORVjs.useCurrentUserContext.call(void 0, );
|
|
146
146
|
const { brand } = useHelp();
|
|
147
147
|
const logo = _optionalChain([brand, 'optionalAccess', _ => _.logo]);
|
|
148
148
|
const label = _nullishCoalesce(_optionalChain([brand, 'optionalAccess', _2 => _2.label]), () => ( "Help"));
|
|
@@ -158,7 +158,7 @@ function HelpHeader() {
|
|
|
158
158
|
] }),
|
|
159
159
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "flex items-center gap-2", children: [
|
|
160
160
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, HelpAskAi, {}),
|
|
161
|
-
currentUser ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
161
|
+
currentUser ? /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.Button, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _link2.default, { href: appHref }), nativeButton: false, variant: "outline", size: "sm", children: t("help.header.openApp") }) : /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.Button, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _link2.default, { href: "/login" }), nativeButton: false, variant: "outline", size: "sm", children: t("help.header.login") })
|
|
162
162
|
] })
|
|
163
163
|
] });
|
|
164
164
|
}
|
|
@@ -200,7 +200,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, useHelpFilter, "useHelpFilter");
|
|
|
200
200
|
|
|
201
201
|
function HelpSideNav() {
|
|
202
202
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
203
|
-
const generateUrl =
|
|
203
|
+
const generateUrl = _chunkFPTJAORVjs.usePageUrlGenerator.call(void 0, );
|
|
204
204
|
const pathname = _navigation.usePathname.call(void 0, );
|
|
205
205
|
const [articles, setArticles] = _react.useState.call(void 0, []);
|
|
206
206
|
_react.useEffect.call(void 0, () => {
|
|
@@ -281,7 +281,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpSideNav, "HelpSideNav");
|
|
|
281
281
|
function HelpArticleBody(props) {
|
|
282
282
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
283
283
|
const format = _nextintl.useFormatter.call(void 0, );
|
|
284
|
-
const generateUrl =
|
|
284
|
+
const generateUrl = _chunkFPTJAORVjs.usePageUrlGenerator.call(void 0, );
|
|
285
285
|
const { howToType, title, summary, updatedAt, prev, next, children } = props;
|
|
286
286
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "article", { className: "prose dark:prose-invert max-w-none", children: [
|
|
287
287
|
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "nav", { className: "text-muted-foreground mb-2 text-xs", children: [
|
|
@@ -338,7 +338,7 @@ function HelpTOC({ headings }) {
|
|
|
338
338
|
}, [headings]);
|
|
339
339
|
if (headings.length === 0) return null;
|
|
340
340
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "nav", { "aria-label": t("help.toc.title"), className: "hidden lg:block", children: [
|
|
341
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
341
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.MicroLabel, { className: "mb-2", children: t("help.toc.title") }),
|
|
342
342
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "ul", { className: "space-y-1 text-sm", children: headings.map((h) => /* @__PURE__ */ _jsxruntime.jsx.call(void 0, "li", { style: { paddingLeft: `${(h.depth - 2) * 0.75}rem` }, children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
343
343
|
"a",
|
|
344
344
|
{
|
|
@@ -359,7 +359,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpTOC, "HelpTOC");
|
|
|
359
359
|
|
|
360
360
|
function HelpHint({ contextKey }) {
|
|
361
361
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
362
|
-
const generateUrl =
|
|
362
|
+
const generateUrl = _chunkFPTJAORVjs.usePageUrlGenerator.call(void 0, );
|
|
363
363
|
const [open, setOpen] = _react.useState.call(void 0, false);
|
|
364
364
|
const [picked, setPicked] = _react.useState.call(void 0, null);
|
|
365
365
|
const [articles, setArticles] = _react.useState.call(void 0, []);
|
|
@@ -377,7 +377,7 @@ function HelpHint({ contextKey }) {
|
|
|
377
377
|
if (matches.length === 0) return null;
|
|
378
378
|
const active = _nullishCoalesce(picked, () => ( (matches.length === 1 ? matches[0] : null)));
|
|
379
379
|
return /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
380
|
-
|
|
380
|
+
_chunkFPTJAORVjs.Sheet,
|
|
381
381
|
{
|
|
382
382
|
open,
|
|
383
383
|
onOpenChange: (o) => {
|
|
@@ -385,11 +385,11 @@ function HelpHint({ contextKey }) {
|
|
|
385
385
|
if (!o) setPicked(null);
|
|
386
386
|
},
|
|
387
387
|
children: [
|
|
388
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
389
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
390
|
-
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
391
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
392
|
-
/* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
388
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.SheetTrigger, { render: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.Button, { variant: "ghost", size: "icon-sm", "aria-label": t("help.hint.trigger") }), children: /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _lucidereact.HelpCircleIcon, { className: "h-4 w-4" }) }),
|
|
389
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkFPTJAORVjs.SheetContent, { side: "right", className: "w-full max-w-md sm:max-w-lg", children: [
|
|
390
|
+
/* @__PURE__ */ _jsxruntime.jsxs.call(void 0, _chunkFPTJAORVjs.SheetHeader, { children: [
|
|
391
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.SheetTitle, { children: active ? active.name : t("help.hint.pickArticle") }),
|
|
392
|
+
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.SheetDescription, { children: _nullishCoalesce(_optionalChain([active, 'optionalAccess', _4 => _4.summary]), () => ( "")) })
|
|
393
393
|
] }),
|
|
394
394
|
active ? /* @__PURE__ */ _jsxruntime.jsxs.call(void 0, "div", { className: "mt-4 space-y-3", children: [
|
|
395
395
|
/* @__PURE__ */ _jsxruntime.jsx.call(void 0, "p", { className: "text-muted-foreground text-sm", children: active.summary }),
|
|
@@ -421,7 +421,7 @@ _chunk7QVYU63Ejs.__name.call(void 0, HelpHint, "HelpHint");
|
|
|
421
421
|
|
|
422
422
|
function HelpSearchResultRow({ result, onSelect }) {
|
|
423
423
|
const t = _nextintl.useTranslations.call(void 0, );
|
|
424
|
-
const generateUrl =
|
|
424
|
+
const generateUrl = _chunkFPTJAORVjs.usePageUrlGenerator.call(void 0, );
|
|
425
425
|
const [article, setArticle] = _react.useState.call(void 0, null);
|
|
426
426
|
_react.useEffect.call(void 0, () => {
|
|
427
427
|
let active = true;
|
|
@@ -432,7 +432,7 @@ function HelpSearchResultRow({ result, onSelect }) {
|
|
|
432
432
|
}, [result.id]);
|
|
433
433
|
if (!article) {
|
|
434
434
|
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
435
|
-
|
|
435
|
+
_chunkFPTJAORVjs.CommandItem,
|
|
436
436
|
{
|
|
437
437
|
value: result.id,
|
|
438
438
|
disabled: true,
|
|
@@ -441,7 +441,7 @@ function HelpSearchResultRow({ result, onSelect }) {
|
|
|
441
441
|
}
|
|
442
442
|
);
|
|
443
443
|
}
|
|
444
|
-
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0,
|
|
444
|
+
return /* @__PURE__ */ _jsxruntime.jsx.call(void 0, _chunkFPTJAORVjs.CommandItem, { value: result.id, onSelect, className: "cursor-pointer p-0", children: /* @__PURE__ */ _jsxruntime.jsxs.call(void 0,
|
|
445
445
|
_link2.default,
|
|
446
446
|
{
|
|
447
447
|
href: generateUrl({ page: `/help/${article.howToType}/${article.slug}` }),
|
package/package.json
CHANGED
|
@@ -213,7 +213,9 @@ export function FormPlaceAutocomplete({
|
|
|
213
213
|
// Handle input changes with debouncing
|
|
214
214
|
const handleInputChange = (value: string) => {
|
|
215
215
|
setInputValue(value);
|
|
216
|
-
|
|
216
|
+
// shouldValidate so a prior-submit "required" error on this field clears as
|
|
217
|
+
// soon as it has a value (form.setValue alone does not re-run validation).
|
|
218
|
+
form.setValue(id, value, { shouldValidate: true });
|
|
217
219
|
|
|
218
220
|
if (debounceRef.current) {
|
|
219
221
|
clearTimeout(debounceRef.current);
|
|
@@ -233,7 +235,7 @@ export function FormPlaceAutocomplete({
|
|
|
233
235
|
// Handle suggestion selection
|
|
234
236
|
const handleSuggestionSelect = async (suggestion: PlaceSuggestion) => {
|
|
235
237
|
setInputValue(suggestion.description);
|
|
236
|
-
form.setValue(id, suggestion.description);
|
|
238
|
+
form.setValue(id, suggestion.description, { shouldValidate: true });
|
|
237
239
|
setShowSuggestions(false);
|
|
238
240
|
setSuggestions([]);
|
|
239
241
|
|
|
@@ -4,7 +4,7 @@ import "../../client";
|
|
|
4
4
|
import { ExpandedState, flexRender, getCoreRowModel, getExpandedRowModel, useReactTable } from "@tanstack/react-table";
|
|
5
5
|
|
|
6
6
|
import { cn } from "@/index";
|
|
7
|
-
import { ChevronLeft, ChevronRight } from "lucide-react";
|
|
7
|
+
import { ChevronLeft, ChevronRight, Loader2 } from "lucide-react";
|
|
8
8
|
import { useTranslations } from "next-intl";
|
|
9
9
|
import React, { ReactNode, memo, useMemo, useState } from "react";
|
|
10
10
|
import { DataListRetriever, TableContent, useTableGenerator } from "../../hooks";
|
|
@@ -64,6 +64,13 @@ export const ContentListTable = memo(function ContentListTable(props: ContentLis
|
|
|
64
64
|
props.defaultExpanded === true ? true : typeof props.defaultExpanded === "object" ? props.defaultExpanded : {},
|
|
65
65
|
);
|
|
66
66
|
|
|
67
|
+
// Track which pagination direction is loading so we can show a spinner on that button
|
|
68
|
+
const [pendingDirection, setPendingDirection] = useState<"prev" | "next" | null>(null);
|
|
69
|
+
|
|
70
|
+
React.useEffect(() => {
|
|
71
|
+
if (data.isLoaded) setPendingDirection(null);
|
|
72
|
+
}, [data.isLoaded]);
|
|
73
|
+
|
|
67
74
|
const { data: tableData, columns: tableColumns } = useTableGenerator(props.tableGeneratorType, {
|
|
68
75
|
data: data?.data ?? EMPTY_ARRAY,
|
|
69
76
|
fields: fields,
|
|
@@ -263,11 +270,16 @@ export const ContentListTable = memo(function ContentListTable(props: ContentLis
|
|
|
263
270
|
size="sm"
|
|
264
271
|
onClick={(e) => {
|
|
265
272
|
e.preventDefault();
|
|
273
|
+
setPendingDirection("prev");
|
|
266
274
|
data.previous?.(true);
|
|
267
275
|
}}
|
|
268
|
-
disabled={!data.previous}
|
|
276
|
+
disabled={!data.previous || pendingDirection !== null}
|
|
269
277
|
>
|
|
270
|
-
|
|
278
|
+
{pendingDirection === "prev" ? (
|
|
279
|
+
<Loader2 className="h-4 w-4 animate-spin" />
|
|
280
|
+
) : (
|
|
281
|
+
<ChevronLeft className="h-4 w-4" />
|
|
282
|
+
)}
|
|
271
283
|
</Button>
|
|
272
284
|
{data.pageInfo && (
|
|
273
285
|
<span className="text-muted-foreground text-xs">
|
|
@@ -279,11 +291,16 @@ export const ContentListTable = memo(function ContentListTable(props: ContentLis
|
|
|
279
291
|
size="sm"
|
|
280
292
|
onClick={(e) => {
|
|
281
293
|
e.preventDefault();
|
|
294
|
+
setPendingDirection("next");
|
|
282
295
|
data.next?.(true);
|
|
283
296
|
}}
|
|
284
|
-
disabled={!data.next}
|
|
297
|
+
disabled={!data.next || pendingDirection !== null}
|
|
285
298
|
>
|
|
286
|
-
|
|
299
|
+
{pendingDirection === "next" ? (
|
|
300
|
+
<Loader2 className="h-4 w-4 animate-spin" />
|
|
301
|
+
) : (
|
|
302
|
+
<ChevronRight className="h-4 w-4" />
|
|
303
|
+
)}
|
|
287
304
|
</Button>
|
|
288
305
|
</div>
|
|
289
306
|
</TableCell>
|