@genispace/geniapp 0.3.0 → 0.4.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/README.md +36 -11
- package/dist/{CrossAppRecordPicker-CQVmirWD.js → CrossAppRecordPicker-BRpqAjd7.js} +189 -253
- package/dist/CrossAppRecordPicker-BRpqAjd7.js.map +1 -0
- package/dist/Grid24EditableCanvas-C5xiiXdZ.js +7 -0
- package/dist/Grid24EditableCanvas-C5xiiXdZ.js.map +1 -0
- package/dist/MobileFlowCanvas-DctpXMPy.js +7 -0
- package/dist/MobileFlowCanvas-DctpXMPy.js.map +1 -0
- package/dist/MultiPageRenderer-D7rlHY8l.js +537 -0
- package/dist/MultiPageRenderer-D7rlHY8l.js.map +1 -0
- package/dist/Sidebar-DdSOXqnC.js +260 -0
- package/dist/Sidebar-DdSOXqnC.js.map +1 -0
- package/dist/ai/adopt/AiSuggestionPanel.d.ts +1 -1
- package/dist/ai/components/AgentJobProgress.d.ts +1 -1
- package/dist/ai/components/BulkActionBar.d.ts +1 -1
- package/dist/ai/integrations/partner/createPartnerRecordPickerHook.d.ts +1 -1
- package/dist/case-workspace/domain.d.ts +1 -1
- package/dist/components/adapters/host.d.ts +4 -0
- package/dist/components/adapters/host.js +12 -0
- package/dist/components/adapters/host.js.map +1 -0
- package/dist/components/adapters/platform.d.ts +16 -0
- package/dist/components/index.d.ts +23 -0
- package/dist/components/internal/shared-api/auth/platformRefreshResponse.d.ts +3 -0
- package/dist/components/internal/shared-api/auth/setupAuthInterceptors.d.ts +18 -0
- package/dist/components/internal/shared-api/auth/tokenStorage.d.ts +4 -0
- package/dist/components/internal/shared-api/index.d.ts +4 -0
- package/dist/components/internal/shared-types/index.d.ts +1 -0
- package/dist/components/internal/shared-types/types/json-schema.d.ts +50 -0
- package/dist/components/internal/shared-ui/components/ai/index.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/ai/message.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/ai/suggestion.d.ts +10 -0
- package/dist/components/internal/shared-ui/components/features/agent/AgentIdentity.d.ts +10 -0
- package/dist/components/internal/shared-ui/components/features/agent/agentIdentityUtils.d.ts +4 -0
- package/dist/components/internal/shared-ui/components/features/agent/index.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/features/app/AppCheckboxInput.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/features/app/AppConfirmDialog.d.ts +12 -0
- package/dist/components/internal/shared-ui/components/features/app/AppDashboardSkeleton.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/features/app/AppDatePicker.d.ts +69 -0
- package/dist/components/internal/shared-ui/components/features/app/AppModal.d.ts +27 -0
- package/dist/components/internal/shared-ui/components/features/app/AppPageStates.d.ts +17 -0
- package/dist/components/internal/shared-ui/components/features/app/AppSelectInput.d.ts +10 -0
- package/dist/components/internal/shared-ui/components/features/app/AppTemporalInput.d.ts +19 -0
- package/dist/components/internal/shared-ui/components/features/app/Page.d.ts +14 -0
- package/dist/components/internal/shared-ui/components/features/app/QueryErrorAlert.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/features/app/Sidebar.d.ts +47 -0
- package/dist/components/internal/shared-ui/components/features/app/index.d.ts +17 -0
- package/dist/components/internal/shared-ui/components/features/auth/AuthControlButtons.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/features/auth/ForgotPassword.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/features/auth/LogoutNotificationPage.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/features/auth/Privacy.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/features/auth/RequireAuth.d.ts +31 -0
- package/dist/components/internal/shared-ui/components/features/auth/Terms.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/features/auth/VerifyEmail.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/features/auth/application/index.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/features/auth/index.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/features/avatar/AvatarPickerModal.d.ts +30 -0
- package/dist/components/internal/shared-ui/components/features/avatar/generateAvatarUrl.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/features/avatar/index.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/features/chat/index.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/features/data/index.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/features/feedback/FeedbackMenu.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/features/feedback/index.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/features/home/Background.d.ts +4 -0
- package/dist/components/internal/shared-ui/components/features/home/index.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/features/index.d.ts +22 -0
- package/dist/components/internal/shared-ui/components/features/knowledge/EvidenceCitation.d.ts +30 -0
- package/dist/components/internal/shared-ui/components/features/knowledge/HighlightedSnippet.d.ts +14 -0
- package/dist/components/internal/shared-ui/components/features/knowledge/index.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/features/notification/NotificationBell.d.ts +14 -0
- package/dist/components/internal/shared-ui/components/features/notification/NotificationList.d.ts +41 -0
- package/dist/components/internal/shared-ui/components/features/notification/index.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/features/operator/index.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/features/rbac/index.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/features/rich-text/RichTextField.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/features/space/SpaceContext.d.ts +121 -0
- package/dist/components/internal/shared-ui/components/features/space/SpaceSwitcher.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/features/space/index.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/features/subscription/SubscriptionContext.d.ts +26 -0
- package/dist/components/internal/shared-ui/components/features/subscription/SubscriptionGuard.d.ts +35 -0
- package/dist/components/internal/shared-ui/components/features/subscription/constants.d.ts +126 -0
- package/dist/components/internal/shared-ui/components/features/subscription/createSubscriptionService.d.ts +34 -0
- package/dist/components/internal/shared-ui/components/features/subscription/index.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/features/subscription/types.d.ts +161 -0
- package/dist/components/internal/shared-ui/components/features/subscription/useSubscription.d.ts +20 -0
- package/dist/components/internal/shared-ui/components/features/subscription/utils.d.ts +18 -0
- package/dist/components/internal/shared-ui/components/features/task/index.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/features/team/index.d.ts +4 -0
- package/dist/components/internal/shared-ui/components/features/user/UserAvatar.d.ts +17 -0
- package/dist/components/internal/shared-ui/components/features/user/UserDisplay.d.ts +10 -0
- package/dist/components/internal/shared-ui/components/features/user/UserSelect.d.ts +14 -0
- package/dist/components/internal/shared-ui/components/features/user/useUserDirectory.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/features/user/userDirectoryTypes.d.ts +18 -0
- package/dist/components/internal/shared-ui/components/icons/alipay-pay-mark.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/icons/bank-transfer-mark.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/icons/stripe-payment-mark.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/icons/wechat-pay-mark.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/index.d.ts +3 -0
- package/dist/components/internal/shared-ui/components/patterns/entity-patterns.d.ts +3 -0
- package/dist/components/internal/shared-ui/components/patterns/form-section.d.ts +11 -0
- package/dist/components/internal/shared-ui/components/patterns/record-list-frame.d.ts +12 -0
- package/dist/components/internal/shared-ui/components/patterns/status-stepper.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/primitives/data-display/ApiErrorState.d.ts +10 -0
- package/dist/components/internal/shared-ui/components/primitives/data-display/FilePreviewDialog.d.ts +18 -0
- package/dist/components/internal/shared-ui/components/primitives/data-display/index.d.ts +4 -0
- package/dist/components/internal/shared-ui/components/primitives/feedback/index.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/primitives/feedback/toaster.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/primitives/feedback/use-toast.d.ts +46 -0
- package/dist/components/internal/shared-ui/components/primitives/forms/CountryCodeSelect.d.ts +16 -0
- package/dist/components/internal/shared-ui/components/primitives/forms/index.d.ts +1 -0
- package/dist/components/internal/shared-ui/components/primitives/index.d.ts +5 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/AppHeader.d.ts +111 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/AppWatermark.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/PublicFooter.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/PublicHeader.d.ts +39 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/PublicLayout.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/ThemeToggle.d.ts +33 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/WatermarkOverlay.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/brandAssets.d.ts +11 -0
- package/dist/components/internal/shared-ui/components/primitives/layout/index.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/ChartAreaSkeleton.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/ChartEmptyState.d.ts +14 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/ComponentSkeletonShell.d.ts +16 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/ConfigEditorSkeleton.d.ts +5 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/DetailTabsSkeleton.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/EmptyStateBadge.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/FormCardSkeleton.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/FormFieldSkeleton.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/FormPageSkeleton.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/GridCardsSkeleton.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/ListSkeleton.d.ts +26 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/PageHeaderSkeleton.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/SplitPaneSkeleton.d.ts +4 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/StatsRowSkeleton.d.ts +5 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/TableEmptyState.d.ts +27 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/TablePageSkeleton.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/TabsBarSkeleton.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/index.d.ts +24 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/skeletonMetrics.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/primitives/page-skeleton/useVisibleCenter.d.ts +34 -0
- package/dist/components/internal/shared-ui/components/ui/accordion.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/ui/ai-draft-banner.d.ts +21 -0
- package/dist/components/internal/shared-ui/components/ui/alert-dialog.d.ts +48 -0
- package/dist/components/internal/shared-ui/components/ui/alert.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/ui/avatar.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/ui/badge.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/ui/breadcrumb.d.ts +19 -0
- package/dist/components/internal/shared-ui/components/ui/button.d.ts +11 -0
- package/dist/components/internal/shared-ui/components/ui/calendar.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/ui/card.d.ts +8 -0
- package/dist/components/internal/shared-ui/components/ui/chart.d.ts +16 -0
- package/dist/components/internal/shared-ui/components/ui/checkbox.d.ts +4 -0
- package/dist/components/internal/shared-ui/components/ui/collapsible.d.ts +5 -0
- package/dist/components/internal/shared-ui/components/ui/column-config.d.ts +42 -0
- package/dist/components/internal/shared-ui/components/ui/date-picker.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/ui/date-range-filter.d.ts +32 -0
- package/dist/components/internal/shared-ui/components/ui/date-range-picker.d.ts +11 -0
- package/dist/components/internal/shared-ui/components/ui/dialog-input.d.ts +17 -0
- package/dist/components/internal/shared-ui/components/ui/dialog-safe-select.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/ui/dialog.d.ts +25 -0
- package/dist/components/internal/shared-ui/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/components/internal/shared-ui/components/ui/feature-guide.d.ts +43 -0
- package/dist/components/internal/shared-ui/components/ui/form.d.ts +23 -0
- package/dist/components/internal/shared-ui/components/ui/help-tip.d.ts +29 -0
- package/dist/components/internal/shared-ui/components/ui/hint-notice.d.ts +22 -0
- package/dist/components/internal/shared-ui/components/ui/index.d.ts +6 -0
- package/dist/components/internal/shared-ui/components/ui/input.d.ts +3 -0
- package/dist/components/internal/shared-ui/components/ui/label.d.ts +5 -0
- package/dist/components/internal/shared-ui/components/ui/modal-container.d.ts +56 -0
- package/dist/components/internal/shared-ui/components/ui/modal-templates.d.ts +46 -0
- package/dist/components/internal/shared-ui/components/ui/multi-select.d.ts +20 -0
- package/dist/components/internal/shared-ui/components/ui/pagination.d.ts +28 -0
- package/dist/components/internal/shared-ui/components/ui/popover.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/ui/progress.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/ui/radio-button-group.d.ts +18 -0
- package/dist/components/internal/shared-ui/components/ui/radio-group.d.ts +5 -0
- package/dist/components/internal/shared-ui/components/ui/scroll-area.d.ts +5 -0
- package/dist/components/internal/shared-ui/components/ui/select.d.ts +16 -0
- package/dist/components/internal/shared-ui/components/ui/separator.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/ui/sheet.d.ts +25 -0
- package/dist/components/internal/shared-ui/components/ui/sidebar-rail.d.ts +9 -0
- package/dist/components/internal/shared-ui/components/ui/skeleton.d.ts +2 -0
- package/dist/components/internal/shared-ui/components/ui/slider.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/ui/switch.d.ts +4 -0
- package/dist/components/internal/shared-ui/components/ui/table.d.ts +10 -0
- package/dist/components/internal/shared-ui/components/ui/tabs.d.ts +10 -0
- package/dist/components/internal/shared-ui/components/ui/textarea.d.ts +3 -0
- package/dist/components/internal/shared-ui/components/ui/toast.d.ts +21 -0
- package/dist/components/internal/shared-ui/components/ui/toggle-group.d.ts +12 -0
- package/dist/components/internal/shared-ui/components/ui/toggle.d.ts +12 -0
- package/dist/components/internal/shared-ui/components/ui/tooltip.d.ts +7 -0
- package/dist/components/internal/shared-ui/components/ui/typography.d.ts +15 -0
- package/dist/components/internal/shared-ui/components/ui/underline-tabs.d.ts +13 -0
- package/dist/components/internal/shared-ui/components/ui/view-mode-toggle.d.ts +9 -0
- package/dist/components/internal/shared-ui/context/AppHostContext.d.ts +16 -0
- package/dist/components/internal/shared-ui/contexts/UserSettingsContext.d.ts +23 -0
- package/dist/components/internal/shared-ui/hooks/builtInApps.d.ts +91 -0
- package/dist/components/internal/shared-ui/hooks/pinnedBuiltInNavApps.d.ts +13 -0
- package/dist/components/internal/shared-ui/hooks/shellNavLucideIcon.d.ts +6 -0
- package/dist/components/internal/shared-ui/hooks/useAppSettings.d.ts +21 -0
- package/dist/components/internal/shared-ui/hooks/useAuthTokenSync.d.ts +3 -0
- package/dist/components/internal/shared-ui/hooks/useBuiltInApps.d.ts +6 -0
- package/dist/components/internal/shared-ui/hooks/useChatEntryTarget.d.ts +35 -0
- package/dist/components/internal/shared-ui/hooks/useIsMobile.d.ts +16 -0
- package/dist/components/internal/shared-ui/hooks/useLanguage.d.ts +11 -0
- package/dist/components/internal/shared-ui/hooks/useLockBodyScroll.d.ts +1 -0
- package/dist/components/internal/shared-ui/hooks/usePageState/index.d.ts +4 -0
- package/dist/components/internal/shared-ui/hooks/usePageState/types.d.ts +13 -0
- package/dist/components/internal/shared-ui/hooks/useTheme.d.ts +11 -0
- package/dist/components/internal/shared-ui/hooks/useUserSettings.d.ts +39 -0
- package/dist/components/internal/shared-ui/hooks/useWorkflowCanvas.d.ts +36 -0
- package/dist/components/internal/shared-ui/hooks/userPreferencesPinnedNav.d.ts +2 -0
- package/dist/components/internal/shared-ui/index.d.ts +127 -0
- package/dist/components/internal/shared-ui/kit/ai/conversation.d.ts +16 -0
- package/dist/components/internal/shared-ui/kit/ai/index.d.ts +11 -0
- package/dist/components/internal/shared-ui/kit/ai/loader.d.ts +6 -0
- package/dist/components/internal/shared-ui/kit/ai/message.d.ts +14 -0
- package/dist/components/internal/shared-ui/kit/ai/prompt-input.d.ts +18 -0
- package/dist/components/internal/shared-ui/kit/ai/suggestion.d.ts +11 -0
- package/dist/components/internal/shared-ui/kit/ai/tool.d.ts +28 -0
- package/dist/components/internal/shared-ui/kit.d.ts +5 -0
- package/dist/components/internal/shared-ui/platform/index.d.ts +38 -0
- package/dist/components/internal/shared-ui/platform/types.d.ts +1 -0
- package/dist/components/internal/shared-ui/styles/design-tokens.d.ts +189 -0
- package/dist/components/internal/shared-ui/styles/z-index-layers.d.ts +46 -0
- package/dist/components/internal/shared-ui/utils/unknownError.d.ts +2 -0
- package/dist/components/internal/shared-utils/cookieSettings.d.ts +12 -0
- package/dist/components/internal/shared-utils/data/countryCodes.d.ts +26 -0
- package/dist/components/internal/shared-utils/index.d.ts +18 -0
- package/dist/components/internal/shared-utils/utils/appPath.d.ts +5 -0
- package/dist/components/internal/shared-utils/utils/chunkLoadRecovery.d.ts +7 -0
- package/dist/components/internal/shared-utils/utils/cn.d.ts +3 -0
- package/dist/components/internal/shared-utils/utils/crossApp.d.ts +71 -0
- package/dist/components/internal/shared-utils/utils/debounce.d.ts +1 -0
- package/dist/components/internal/shared-utils/utils/formatUserLabel.d.ts +8 -0
- package/dist/components/internal/shared-utils/utils/formatting.d.ts +18 -0
- package/dist/components/internal/shared-utils/utils/logoutNotification.d.ts +28 -0
- package/dist/components/internal/shared-utils/utils/operatorLocale.d.ts +32 -0
- package/dist/components/internal/shared-utils/utils/routeLocalePrefetch.d.ts +5 -0
- package/dist/components/internal/shared-utils/utils/shellIframeUrl.d.ts +20 -0
- package/dist/components/internal/shared-utils/utils/spaceSettings.d.ts +20 -0
- package/dist/components/internal/shared-utils/utils/sso.d.ts +42 -0
- package/dist/components/internal/shared-utils/utils/throttle.d.ts +1 -0
- package/dist/components/internal/shared-utils/utils/timezones.d.ts +14 -0
- package/dist/components/internal/shared-utils/utils/toDateInputValue.d.ts +5 -0
- package/dist/components/internal/shared-utils/utils/watermark.d.ts +1 -0
- package/dist/components/internal/workbench/app/context/DeploymentContext.d.ts +24 -0
- package/dist/components/internal/workbench/app/context/PermissionContext.d.ts +32 -0
- package/dist/components/internal/workbench/app/context/SubscriptionContext.d.ts +9 -0
- package/dist/components/internal/workbench/app/context/UserContext.d.ts +22 -0
- package/dist/components/internal/workbench/app/services/apiKey.d.ts +96 -0
- package/dist/components/internal/workbench/app/services/auth.d.ts +1 -0
- package/dist/components/internal/workbench/app/services/configMap.d.ts +94 -0
- package/dist/components/internal/workbench/app/services/task.d.ts +42 -0
- package/dist/components/internal/workbench/app/services/workbenchApi.d.ts +495 -0
- package/dist/components/internal/workbench/app/types/agent.d.ts +100 -0
- package/dist/components/internal/workbench/app/types/api.d.ts +9 -0
- package/dist/components/internal/workbench/app/types/knowledge.d.ts +10 -0
- package/dist/components/internal/workbench/app/types/model.d.ts +23 -0
- package/dist/components/internal/workbench/app/types/task.d.ts +64 -0
- package/dist/components/internal/workbench/app/types/taskExecution.d.ts +26 -0
- package/dist/components/internal/workbench/assets/maps/bundledMapGeo.d.ts +4 -0
- package/dist/components/internal/workbench/components/Grid24Renderer.d.ts +23 -0
- package/dist/components/internal/workbench/components/Loading.d.ts +9 -0
- package/dist/components/internal/workbench/components/MultiPageRenderer.d.ts +15 -0
- package/dist/components/internal/workbench/components/PageComingSoonOverlay.d.ts +11 -0
- package/dist/components/internal/workbench/components/PageComponentRenderer.d.ts +34 -0
- package/dist/components/internal/workbench/components/PageLayoutRenderer.d.ts +36 -0
- package/dist/components/internal/workbench/components/TabManager.d.ts +39 -0
- package/dist/components/internal/workbench/components/componentTypes.d.ts +70 -0
- package/dist/components/internal/workbench/components/dialogs/TaskParamsDialog.d.ts +18 -0
- package/dist/components/internal/workbench/components/dialogs/TreeFormDialog.d.ts +23 -0
- package/dist/components/internal/workbench/components/edit-mode/ComponentEditOverlay.d.ts +3 -0
- package/dist/components/internal/workbench/components/edit-mode/ContainerDropZoneOverlay.d.ts +1 -0
- package/dist/components/internal/workbench/components/edit-mode/EditModeProvider.d.ts +26 -0
- package/dist/components/internal/workbench/components/edit-mode/WorkbenchEditMode.d.ts +3 -0
- package/dist/components/internal/workbench/components/edit-mode/canvas/Grid24EditableCanvas.d.ts +1 -0
- package/dist/components/internal/workbench/components/edit-mode/canvas/MobileFlowCanvas.d.ts +1 -0
- package/dist/components/internal/workbench/components/edit-mode/index.d.ts +4 -0
- package/dist/components/internal/workbench/components/edit-mode/studio/StudioPreviewContext.d.ts +4 -0
- package/dist/components/internal/workbench/components/editor/common/types.d.ts +4 -0
- package/dist/components/internal/workbench/components/grid24CellContext.d.ts +2 -0
- package/dist/components/internal/workbench/components/inputs/ArrayInput.d.ts +14 -0
- package/dist/components/internal/workbench/components/inputs/ObjectArrayInput.d.ts +15 -0
- package/dist/components/internal/workbench/components/mobileFlowLayoutContext.d.ts +2 -0
- package/dist/components/internal/workbench/components/renderers/AnalyticsTableRenderer.d.ts +125 -0
- package/dist/components/internal/workbench/components/renderers/AppIdentityListRenderer.d.ts +60 -0
- package/dist/components/internal/workbench/components/renderers/BaseRenderers.d.ts +7 -0
- package/dist/components/internal/workbench/components/renderers/CardRenderer.d.ts +24 -0
- package/dist/components/internal/workbench/components/renderers/ChartRenderer.d.ts +167 -0
- package/dist/components/internal/workbench/components/renderers/CollapsePanelRenderer.d.ts +28 -0
- package/dist/components/internal/workbench/components/renderers/ContainerRenderers.d.ts +44 -0
- package/dist/components/internal/workbench/components/renderers/CustomContentRenderer.d.ts +20 -0
- package/dist/components/internal/workbench/components/renderers/DataGridCard.d.ts +46 -0
- package/dist/components/internal/workbench/components/renderers/EChartsChartRenderer.d.ts +178 -0
- package/dist/components/internal/workbench/components/renderers/EditableTable.types.d.ts +27 -0
- package/dist/components/internal/workbench/components/renderers/EditableTableController.d.ts +44 -0
- package/dist/components/internal/workbench/components/renderers/EditableTableRenderer.d.ts +38 -0
- package/dist/components/internal/workbench/components/renderers/ExecutionHistoryModal.d.ts +9 -0
- package/dist/components/internal/workbench/components/renderers/FileUploadDropzone.d.ts +24 -0
- package/dist/components/internal/workbench/components/renderers/FilterPanelRenderer.d.ts +275 -0
- package/dist/components/internal/workbench/components/renderers/FormRenderer.d.ts +30 -0
- package/dist/components/internal/workbench/components/renderers/HeroCardRenderer.d.ts +18 -0
- package/dist/components/internal/workbench/components/renderers/IdentityAttributeAssignRenderer.d.ts +44 -0
- package/dist/components/internal/workbench/components/renderers/ListRenderers.d.ts +19 -0
- package/dist/components/internal/workbench/components/renderers/LoadingRenderer.d.ts +14 -0
- package/dist/components/internal/workbench/components/renderers/MapChartRenderer.d.ts +42 -0
- package/dist/components/internal/workbench/components/renderers/MetricCarouselRenderer.d.ts +26 -0
- package/dist/components/internal/workbench/components/renderers/NavTileRenderer.d.ts +13 -0
- package/dist/components/internal/workbench/components/renderers/ProductDetailRenderer.d.ts +23 -0
- package/dist/components/internal/workbench/components/renderers/ProductReportRenderer.d.ts +21 -0
- package/dist/components/internal/workbench/components/renderers/PublishHistoryRenderer.d.ts +21 -0
- package/dist/components/internal/workbench/components/renderers/PublishPreviewEntryRenderer.d.ts +16 -0
- package/dist/components/internal/workbench/components/renderers/RadarChartRenderer.d.ts +40 -0
- package/dist/components/internal/workbench/components/renderers/RingStatRenderer.d.ts +66 -0
- package/dist/components/internal/workbench/components/renderers/ServiceDeskReporterRenderer.d.ts +48 -0
- package/dist/components/internal/workbench/components/renderers/SimpleTreeRenderer.d.ts +47 -0
- package/dist/components/internal/workbench/components/renderers/StatisticGroup.d.ts +77 -0
- package/dist/components/internal/workbench/components/renderers/TableRenderer.d.ts +5 -0
- package/dist/components/internal/workbench/components/renderers/TabsRenderer.d.ts +63 -0
- package/dist/components/internal/workbench/components/renderers/TaskExecutionOutputs.d.ts +15 -0
- package/dist/components/internal/workbench/components/renderers/TaskInputField.d.ts +54 -0
- package/dist/components/internal/workbench/components/renderers/TaskInputRenderer.d.ts +68 -0
- package/dist/components/internal/workbench/components/renderers/TileGridRenderer.d.ts +41 -0
- package/dist/components/internal/workbench/components/renderers/TypographyRenderer.d.ts +17 -0
- package/dist/components/internal/workbench/components/renderers/WorkflowComponent/SimpleSchemaForm.d.ts +12 -0
- package/dist/components/internal/workbench/components/renderers/WorkflowComponent/WorkflowComponent.d.ts +5 -0
- package/dist/components/internal/workbench/components/renderers/WorkflowComponent/index.d.ts +9 -0
- package/dist/components/internal/workbench/components/renderers/WorkflowComponent/renderers/ProposalRendererFactory.d.ts +15 -0
- package/dist/components/internal/workbench/components/renderers/WorkflowComponent/steps/ProposalStep.d.ts +21 -0
- package/dist/components/internal/workbench/components/renderers/WorkflowComponent/steps/ResultStep.d.ts +13 -0
- package/dist/components/internal/workbench/components/renderers/WorkflowComponent/steps/UploadStep.d.ts +15 -0
- package/dist/components/internal/workbench/components/renderers/WorkflowComponent/types.d.ts +185 -0
- package/dist/components/internal/workbench/components/renderers/cell-editors/ColorEditor.d.ts +11 -0
- package/dist/components/internal/workbench/components/renderers/cell-editors/DateEditor.d.ts +11 -0
- package/dist/components/internal/workbench/components/renderers/cell-editors/FileEditor.d.ts +9 -0
- package/dist/components/internal/workbench/components/renderers/cell-editors/NumberEditor.d.ts +10 -0
- package/dist/components/internal/workbench/components/renderers/cell-editors/SelectEditor.d.ts +19 -0
- package/dist/components/internal/workbench/components/renderers/cell-editors/SwitchEditor.d.ts +13 -0
- package/dist/components/internal/workbench/components/renderers/cell-editors/TextEditor.d.ts +11 -0
- package/dist/components/internal/workbench/components/renderers/cell-editors/index.d.ts +7 -0
- package/dist/components/internal/workbench/components/renderers/cells/swCells.d.ts +49 -0
- package/dist/components/internal/workbench/components/renderers/data/useBoundRows.d.ts +9 -0
- package/dist/components/internal/workbench/components/renderers/echarts/shared/colors.d.ts +56 -0
- package/dist/components/internal/workbench/components/renderers/echarts/shared/index.d.ts +1 -0
- package/dist/components/internal/workbench/components/renderers/editableTableApiErrors.d.ts +3 -0
- package/dist/components/internal/workbench/components/renderers/editableTableDictionary.d.ts +13 -0
- package/dist/components/internal/workbench/components/renderers/editableTableFormatters.d.ts +11 -0
- package/dist/components/internal/workbench/components/renderers/editableTableWriteDatasourceId.d.ts +8 -0
- package/dist/components/internal/workbench/components/renderers/filterOptionCache.d.ts +33 -0
- package/dist/components/internal/workbench/components/renderers/filterSelectionMemory.d.ts +11 -0
- package/dist/components/internal/workbench/components/renderers/formSizing.d.ts +14 -0
- package/dist/components/internal/workbench/components/renderers/heroCardRows.d.ts +30 -0
- package/dist/components/internal/workbench/components/renderers/heroCardUtils.d.ts +164 -0
- package/dist/components/internal/workbench/components/renderers/index.d.ts +38 -0
- package/dist/components/internal/workbench/components/renderers/list/ListActionButton.d.ts +11 -0
- package/dist/components/internal/workbench/components/renderers/list/ListDataTable.d.ts +13 -0
- package/dist/components/internal/workbench/components/renderers/list/ListProgressBar.d.ts +12 -0
- package/dist/components/internal/workbench/components/renderers/list/ListTaskExecuteDialog.d.ts +17 -0
- package/dist/components/internal/workbench/components/renderers/list/listActionUtils.d.ts +18 -0
- package/dist/components/internal/workbench/components/renderers/list/listCellRender.d.ts +9 -0
- package/dist/components/internal/workbench/components/renderers/list/listConfig.d.ts +67 -0
- package/dist/components/internal/workbench/components/renderers/list/listCsvExport.d.ts +4 -0
- package/dist/components/internal/workbench/components/renderers/list/listFormatUtils.d.ts +13 -0
- package/dist/components/internal/workbench/components/renderers/list/listItemTemplates.d.ts +32 -0
- package/dist/components/internal/workbench/components/renderers/list/listViewToggleUtils.d.ts +5 -0
- package/dist/components/internal/workbench/components/renderers/list/useListActions.d.ts +38 -0
- package/dist/components/internal/workbench/components/renderers/list/useListDataSource.d.ts +58 -0
- package/dist/components/internal/workbench/components/renderers/list/useListSelectionEmit.d.ts +22 -0
- package/dist/components/internal/workbench/components/renderers/navTileUtils.d.ts +46 -0
- package/dist/components/internal/workbench/components/renderers/product/productCellRender.d.ts +25 -0
- package/dist/components/internal/workbench/components/renderers/publishHistoryHelpers.d.ts +41 -0
- package/dist/components/internal/workbench/components/renderers/publishPreviewEntryHelpers.d.ts +50 -0
- package/dist/components/internal/workbench/components/renderers/shared/TableEmptyStateWithChromeInsets.d.ts +12 -0
- package/dist/components/internal/workbench/components/renderers/shared/ViewToggleButton.d.ts +13 -0
- package/dist/components/internal/workbench/components/renderers/shared/useEscapedStickyPanel.d.ts +6 -0
- package/dist/components/internal/workbench/components/renderers/shared/useMobileChromeInsets.d.ts +18 -0
- package/dist/components/internal/workbench/components/renderers/shared/useStickyHeaderClone.d.ts +31 -0
- package/dist/components/internal/workbench/components/renderers/tabVariantStyles.d.ts +50 -0
- package/dist/components/internal/workbench/components/renderers/tableFilterPanelGridClass.d.ts +15 -0
- package/dist/components/internal/workbench/components/renderers/tabsItemMapping.d.ts +26 -0
- package/dist/components/internal/workbench/components/renderers/types.d.ts +682 -0
- package/dist/components/internal/workbench/components/shared/TitleManager.d.ts +8 -0
- package/dist/components/internal/workbench/components/skeleton/ComponentSkeleton.d.ts +9 -0
- package/dist/components/internal/workbench/components/skeleton/HeroCardSkeleton.d.ts +11 -0
- package/dist/components/internal/workbench/components/skeleton/TileGridSkeleton.d.ts +11 -0
- package/dist/components/internal/workbench/components/skeleton/WorkbenchSkeletonTokens.d.ts +1 -0
- package/dist/components/internal/workbench/components/skeleton/index.d.ts +4 -0
- package/dist/components/internal/workbench/components/ui/ActionFormDialog.d.ts +19 -0
- package/dist/components/internal/workbench/components/ui/ConfirmDialog.d.ts +17 -0
- package/dist/components/internal/workbench/components/ui/FormFieldRenderer.d.ts +51 -0
- package/dist/components/internal/workbench/components/ui/IconSelector.d.ts +10 -0
- package/dist/components/internal/workbench/components/ui/RecordDetailDialog.d.ts +15 -0
- package/dist/components/internal/workbench/components/ui/StructuredValueField.d.ts +16 -0
- package/dist/components/internal/workbench/components/ui/date-picker.d.ts +7 -0
- package/dist/components/internal/workbench/components/ui/date-range-picker.d.ts +11 -0
- package/dist/components/internal/workbench/components/ui/dialog-safe-select.d.ts +13 -0
- package/dist/components/internal/workbench/components/ui/dialog-tag-input.d.ts +18 -0
- package/dist/components/internal/workbench/components/ui/dialog.d.ts +22 -0
- package/dist/components/internal/workbench/components/ui/dropdown-menu.d.ts +27 -0
- package/dist/components/internal/workbench/components/ui/pagination.d.ts +28 -0
- package/dist/components/internal/workbench/components/ui/select.d.ts +13 -0
- package/dist/components/internal/workbench/components/ui/sidebar-rail.d.ts +9 -0
- package/dist/components/internal/workbench/components/ui/sidebar.d.ts +65 -0
- package/dist/components/internal/workbench/components/ui/table.d.ts +10 -0
- package/dist/components/internal/workbench/components/ui/tag-input.d.ts +23 -0
- package/dist/components/internal/workbench/config/communicationIcons.d.ts +23 -0
- package/dist/components/internal/workbench/config/componentTriggers.d.ts +70 -0
- package/dist/components/internal/workbench/constants/tableActionButtonStyle.d.ts +15 -0
- package/dist/components/internal/workbench/contexts/PageFullscreenContext.d.ts +4 -0
- package/dist/components/internal/workbench/contexts/ParameterContext.d.ts +18 -0
- package/dist/components/internal/workbench/contexts/TabActivityContext.d.ts +2 -0
- package/dist/components/internal/workbench/contexts/ViewportContext.d.ts +19 -0
- package/dist/components/internal/workbench/contexts/WorkbenchConfigLocaleContext.d.ts +23 -0
- package/dist/components/internal/workbench/contexts/WorkbenchGlobalSpaceContext.d.ts +10 -0
- package/dist/components/internal/workbench/contexts/WorkbenchThemeContext.d.ts +23 -0
- package/dist/components/internal/workbench/hooks/index.d.ts +6 -0
- package/dist/components/internal/workbench/hooks/useComponentCommunication.d.ts +27 -0
- package/dist/components/internal/workbench/hooks/useConditionMapper.d.ts +17 -0
- package/dist/components/internal/workbench/hooks/useCurrentUser.d.ts +10 -0
- package/dist/components/internal/workbench/hooks/useDatabaseDataSource.d.ts +8 -0
- package/dist/components/internal/workbench/hooks/useDatasourceVersionBindings.d.ts +24 -0
- package/dist/components/internal/workbench/hooks/useEnhancedDataSource.d.ts +40 -0
- package/dist/components/internal/workbench/hooks/useMobileViewport.d.ts +18 -0
- package/dist/components/internal/workbench/hooks/usePageAutoRefresh.d.ts +9 -0
- package/dist/components/internal/workbench/hooks/useParameterHandler.d.ts +27 -0
- package/dist/components/internal/workbench/hooks/useReleaseNotesPrompt.d.ts +38 -0
- package/dist/components/internal/workbench/hooks/useSpaceSwitchHandler.d.ts +7 -0
- package/dist/components/internal/workbench/hooks/useTaskInputDataSourceCache.d.ts +24 -0
- package/dist/components/internal/workbench/hooks/useVisibleWhenContext.d.ts +3 -0
- package/dist/components/internal/workbench/hooks/useWaitForParameters.d.ts +9 -0
- package/dist/components/internal/workbench/hooks/useWorkbenchAppAccess.d.ts +16 -0
- package/dist/components/internal/workbench/hooks/useWorkbenchHeaderNavApps.d.ts +7 -0
- package/dist/components/internal/workbench/hooks/useWorkbenchPreview.d.ts +24 -0
- package/dist/components/internal/workbench/lib/api/apiClient.d.ts +22 -0
- package/dist/components/internal/workbench/lib/api/baseApiClient.d.ts +21 -0
- package/dist/components/internal/workbench/lib/api/hostAdapterBridge.d.ts +21 -0
- package/dist/components/internal/workbench/lib/api.d.ts +1 -0
- package/dist/components/internal/workbench/lib/auth/permissionManager.d.ts +67 -0
- package/dist/components/internal/workbench/lib/config/deployment.d.ts +33 -0
- package/dist/components/internal/workbench/lib/config.d.ts +45 -0
- package/dist/components/internal/workbench/lib/hooks/use-mobile.d.ts +1 -0
- package/dist/components/internal/workbench/lib/hooks/useOperator.d.ts +11 -0
- package/dist/components/internal/workbench/lib/services/agentService.d.ts +77 -0
- package/dist/components/internal/workbench/lib/services/applicationService.d.ts +111 -0
- package/dist/components/internal/workbench/lib/theme/themeUtils.d.ts +13 -0
- package/dist/components/internal/workbench/lib/theme/useWorkbenchTheme.d.ts +1 -0
- package/dist/components/internal/workbench/lib/types/api.d.ts +113 -0
- package/dist/components/internal/workbench/lib/utils/avatar.d.ts +7 -0
- package/dist/components/internal/workbench/lib/utils/cn.d.ts +3 -0
- package/dist/components/internal/workbench/lib/utils/color.d.ts +1 -0
- package/dist/components/internal/workbench/lib/utils/debounce.d.ts +1 -0
- package/dist/components/internal/workbench/lib/utils/formatting.d.ts +4 -0
- package/dist/components/internal/workbench/lib/utils/icon.d.ts +1 -0
- package/dist/components/internal/workbench/lib/utils.d.ts +7 -0
- package/dist/components/internal/workbench/locales/i18n.d.ts +10 -0
- package/dist/components/internal/workbench/locales/routeNamespaces.d.ts +4 -0
- package/dist/components/internal/workbench/mobile/components/BottomTabNavigation.d.ts +11 -0
- package/dist/components/internal/workbench/mobile/components/ComponentAdapter.d.ts +9 -0
- package/dist/components/internal/workbench/mobile/components/MobileFloatingBackButton.d.ts +23 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileCardView.d.ts +6 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileChartView.d.ts +9 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileDateRangeFilterField.d.ts +16 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileEChartsView.d.ts +10 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileFormView.d.ts +6 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileListView.d.ts +6 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileStatCard.d.ts +13 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileTableView.d.ts +9 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/MobileTabsView.d.ts +6 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/index.d.ts +4 -0
- package/dist/components/internal/workbench/mobile/components/adaptive/mobileFilterFieldStyles.d.ts +19 -0
- package/dist/components/internal/workbench/mobile/hooks/useMobileNavigationCanGoBack.d.ts +1 -0
- package/dist/components/internal/workbench/mobile/hooks/useMobileTabTransitionDirection.d.ts +1 -0
- package/dist/components/internal/workbench/mobile/index.d.ts +3 -0
- package/dist/components/internal/workbench/mobile/utils/fetchUserCurrentSpaceId.d.ts +15 -0
- package/dist/components/internal/workbench/mobile/utils/getMobileViewportState.d.ts +25 -0
- package/dist/components/internal/workbench/mobile/utils/mobileBottomNav.d.ts +13 -0
- package/dist/components/internal/workbench/mobile/utils/mobileBottomNavInset.d.ts +4 -0
- package/dist/components/internal/workbench/mobile/utils/mobileComponentProps.d.ts +44 -0
- package/dist/components/internal/workbench/mobile/utils/mobileFormDisplayUtils.d.ts +4 -0
- package/dist/components/internal/workbench/mobile/utils/mobileNavigationStore.d.ts +35 -0
- package/dist/components/internal/workbench/mobile/utils/mobileToolbarNav.d.ts +13 -0
- package/dist/components/internal/workbench/mobile/utils/mobileUA.d.ts +1 -0
- package/dist/components/internal/workbench/mobile/utils/mobileWorkbenchSpaceSync.d.ts +60 -0
- package/dist/components/internal/workbench/mobile/utils/wecomDetector.d.ts +9 -0
- package/dist/components/internal/workbench/mobile/utils/workbenchSpaceSyncGate.d.ts +7 -0
- package/dist/components/internal/workbench/mocks/index.d.ts +13 -0
- package/dist/components/internal/workbench/mocks/templateRegistry.d.ts +16 -0
- package/dist/components/internal/workbench/mocks/types.d.ts +1 -0
- package/dist/components/internal/workbench/styles/grid24.css +359 -0
- package/dist/components/internal/workbench/styles/layoutSystem.css +773 -0
- package/dist/components/internal/workbench/themes/classic.d.ts +7 -0
- package/dist/components/internal/workbench/themes/index.d.ts +15 -0
- package/dist/components/internal/workbench/themes/inkOnyx.d.ts +3 -0
- package/dist/components/internal/workbench/themes/types.d.ts +36 -0
- package/dist/components/internal/workbench/types/application.d.ts +37 -0
- package/dist/components/internal/workbench/types/communication.d.ts +94 -0
- package/dist/components/internal/workbench/types/components.d.ts +346 -0
- package/dist/components/internal/workbench/types/conditionMapperTypes.d.ts +60 -0
- package/dist/components/internal/workbench/types/databaseDataSource.d.ts +120 -0
- package/dist/components/internal/workbench/types/datasource.d.ts +117 -0
- package/dist/components/internal/workbench/types/editors.d.ts +91 -0
- package/dist/components/internal/workbench/types/index.d.ts +7 -0
- package/dist/components/internal/workbench/types/parameters.d.ts +59 -0
- package/dist/components/internal/workbench/types/productReport.d.ts +272 -0
- package/dist/components/internal/workbench/types/renderers.d.ts +645 -0
- package/dist/components/internal/workbench/types.d.ts +649 -0
- package/dist/components/internal/workbench/utils/actionFormValidation.d.ts +34 -0
- package/dist/components/internal/workbench/utils/autoIdUtils.d.ts +2 -0
- package/dist/components/internal/workbench/utils/chartGradientStops.d.ts +14 -0
- package/dist/components/internal/workbench/utils/chinaProvinceMap.d.ts +8 -0
- package/dist/components/internal/workbench/utils/colors.d.ts +84 -0
- package/dist/components/internal/workbench/utils/componentUtils.d.ts +4 -0
- package/dist/components/internal/workbench/utils/conditionMapperUtils.d.ts +59 -0
- package/dist/components/internal/workbench/utils/cssParser.d.ts +7 -0
- package/dist/components/internal/workbench/utils/currencySymbol.d.ts +10 -0
- package/dist/components/internal/workbench/utils/dataConfigUtils.d.ts +80 -0
- package/dist/components/internal/workbench/utils/databaseDatasourceColumnValue.d.ts +8 -0
- package/dist/components/internal/workbench/utils/databaseDatasourceParams.d.ts +44 -0
- package/dist/components/internal/workbench/utils/datasetOperationUtils.d.ts +48 -0
- package/dist/components/internal/workbench/utils/datasourceVersion.d.ts +61 -0
- package/dist/components/internal/workbench/utils/debugUtils.d.ts +34 -0
- package/dist/components/internal/workbench/utils/errorFilter.d.ts +1 -0
- package/dist/components/internal/workbench/utils/errorHandler.d.ts +10 -0
- package/dist/components/internal/workbench/utils/expressionUtils.d.ts +13 -0
- package/dist/components/internal/workbench/utils/extensionErrorHandler.d.ts +4 -0
- package/dist/components/internal/workbench/utils/filterPanelDateRangeUtils.d.ts +34 -0
- package/dist/components/internal/workbench/utils/filterPanelMobileDateRangeUtils.d.ts +17 -0
- package/dist/components/internal/workbench/utils/formActionVisibility.d.ts +21 -0
- package/dist/components/internal/workbench/utils/grid24LayoutSystem.d.ts +108 -0
- package/dist/components/internal/workbench/utils/iconUtils.d.ts +22 -0
- package/dist/components/internal/workbench/utils/layoutContainerNesting.d.ts +5 -0
- package/dist/components/internal/workbench/utils/layoutSystem.d.ts +189 -0
- package/dist/components/internal/workbench/utils/navigationUtils.d.ts +70 -0
- package/dist/components/internal/workbench/utils/navigationVisibleWhenEditor.d.ts +37 -0
- package/dist/components/internal/workbench/utils/parameterUtils.d.ts +52 -0
- package/dist/components/internal/workbench/utils/redirectToAppHome.d.ts +4 -0
- package/dist/components/internal/workbench/utils/resolveComponentMockFields.d.ts +28 -0
- package/dist/components/internal/workbench/utils/resolveDatabaseDataSourceConfig.d.ts +9 -0
- package/dist/components/internal/workbench/utils/safeMessaging.d.ts +16 -0
- package/dist/components/internal/workbench/utils/statisticColors.d.ts +11 -0
- package/dist/components/internal/workbench/utils/statisticIcons.d.ts +5 -0
- package/dist/components/internal/workbench/utils/styleUtils.d.ts +35 -0
- package/dist/components/internal/workbench/utils/systemParameters.d.ts +8 -0
- package/dist/components/internal/workbench/utils/tabIsolation.d.ts +34 -0
- package/dist/components/internal/workbench/utils/tableActionButtonRender.d.ts +12 -0
- package/dist/components/internal/workbench/utils/taskUtils.d.ts +37 -0
- package/dist/components/internal/workbench/utils/treeFormUtils.d.ts +41 -0
- package/dist/components/internal/workbench/utils/visibleWhen.d.ts +31 -0
- package/dist/components/internal/workbench/utils/visibleWhenFormat.d.ts +32 -0
- package/dist/components/internal/workbench/utils/workbenchConfigLocale.d.ts +44 -0
- package/dist/components/internal/workbench/utils/workbenchDisplayLocale.d.ts +33 -0
- package/dist/components/internal/workbench/utils/workbenchPathUtils.d.ts +8 -0
- package/dist/components/internal/workbench/utils/workflowTransformsUtils.d.ts +3 -0
- package/dist/components/internal/workbench-templates/index.d.ts +3 -0
- package/dist/components/internal/workbench-templates/slugify.d.ts +1 -0
- package/dist/components/internal/workbench-templates/templateRegistry.d.ts +18 -0
- package/dist/components/internal/workbench-templates/types.d.ts +42 -0
- package/dist/components/layout/index.d.ts +6 -0
- package/dist/components/layout.js +43 -0
- package/dist/components/layout.js.map +1 -0
- package/dist/components/mobile/index.d.ts +4 -0
- package/dist/components/mobile.js +25 -0
- package/dist/components/mobile.js.map +1 -0
- package/dist/components/renderers/chart/index.d.ts +3 -0
- package/dist/components/renderers/chart.js +7 -0
- package/dist/components/renderers/chart.js.map +1 -0
- package/dist/components/renderers/container/index.d.ts +6 -0
- package/dist/components/renderers/container.js +10 -0
- package/dist/components/renderers/container.js.map +1 -0
- package/dist/components/renderers/custom-content/index.d.ts +1 -0
- package/dist/components/renderers/custom-content.js +6 -0
- package/dist/components/renderers/custom-content.js.map +1 -0
- package/dist/components/renderers/echarts/index.d.ts +1 -0
- package/dist/components/renderers/echarts.js +5 -0
- package/dist/components/renderers/echarts.js.map +1 -0
- package/dist/components/renderers/filter-panel/index.d.ts +1 -0
- package/dist/components/renderers/filter-panel.js +5 -0
- package/dist/components/renderers/filter-panel.js.map +1 -0
- package/dist/components/renderers/form/index.d.ts +1 -0
- package/dist/components/renderers/form.js +5 -0
- package/dist/components/renderers/form.js.map +1 -0
- package/dist/components/renderers/identity/index.d.ts +2 -0
- package/dist/components/renderers/identity.js +6 -0
- package/dist/components/renderers/identity.js.map +1 -0
- package/dist/components/renderers/index.d.ts +1 -0
- package/dist/components/renderers/list/index.d.ts +1 -0
- package/dist/components/renderers/list.js +5 -0
- package/dist/components/renderers/list.js.map +1 -0
- package/dist/components/renderers/publish/index.d.ts +2 -0
- package/dist/components/renderers/publish.js +6 -0
- package/dist/components/renderers/publish.js.map +1 -0
- package/dist/components/renderers/runtime-nH-w5aCf.js +206936 -0
- package/dist/components/renderers/runtime-nH-w5aCf.js.map +1 -0
- package/dist/components/renderers/service-desk/index.d.ts +1 -0
- package/dist/components/renderers/service-desk.js +5 -0
- package/dist/components/renderers/service-desk.js.map +1 -0
- package/dist/components/renderers/statistics/index.d.ts +3 -0
- package/dist/components/renderers/statistics.js +7 -0
- package/dist/components/renderers/statistics.js.map +1 -0
- package/dist/components/renderers/table/index.d.ts +4 -0
- package/dist/components/renderers/table.js +8 -0
- package/dist/components/renderers/table.js.map +1 -0
- package/dist/components/renderers/tabs/index.d.ts +2 -0
- package/dist/components/renderers/tabs.js +6 -0
- package/dist/components/renderers/tabs.js.map +1 -0
- package/dist/components/renderers/task-input/index.d.ts +1 -0
- package/dist/components/renderers/task-input.js +5 -0
- package/dist/components/renderers/task-input.js.map +1 -0
- package/dist/components/renderers/tree/index.d.ts +1 -0
- package/dist/components/renderers/tree.js +5 -0
- package/dist/components/renderers/tree.js.map +1 -0
- package/dist/components/renderers/workflow/index.d.ts +1 -0
- package/dist/components/renderers/workflow.js +5 -0
- package/dist/components/renderers/workflow.js.map +1 -0
- package/dist/components/renderers.js +41 -0
- package/dist/components/renderers.js.map +1 -0
- package/dist/components/runtime/GeniAppComponentProvider.d.ts +24 -0
- package/dist/components/runtime/GeniAppWorkbench.d.ts +20 -0
- package/dist/components/runtime/i18n.d.ts +5 -0
- package/dist/components/standalone.css +2 -0
- package/dist/components/standalone.d.ts +21 -0
- package/dist/components/standalone.js +358816 -0
- package/dist/components/styles.css +3 -0
- package/dist/components/testing/index.d.ts +2 -0
- package/dist/components/testing.js +5 -0
- package/dist/components/testing.js.map +1 -0
- package/dist/components/types/host-adapters.d.ts +35 -0
- package/dist/components.js +841 -0
- package/dist/components.js.map +1 -0
- package/dist/dashboard/src/ChartTooltip.d.ts +1 -1
- package/dist/hooks/access/AppAccessNotice.d.ts +1 -1
- package/dist/hooks/picker/managedAppPicker.d.ts +1 -1
- package/dist/hooks.js +28 -27
- package/dist/hooks.js.map +1 -1
- package/dist/i18n-DojjvBZv.js +19013 -0
- package/dist/i18n-DojjvBZv.js.map +1 -0
- package/dist/index.js +61 -59
- package/dist/index.js.map +1 -1
- package/dist/kit.js +57 -56
- package/dist/kit.js.map +1 -1
- package/dist/resolveApiRoot-Dzg1R1PS.js +68 -0
- package/dist/resolveApiRoot-Dzg1R1PS.js.map +1 -0
- package/dist/shell.d.ts +1 -1
- package/dist/storage/components/CopyStorageLinkButton.d.ts +1 -1
- package/dist/storage/components/StorageImage.d.ts +1 -1
- package/dist/storage/components/StorageVideo.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/task-workspace/domain.d.ts +1 -1
- package/dist/ui/components/features/app/AppModal.d.ts +2 -2
- package/dist/ui/components/primitives/page-skeleton/index.d.ts +1 -1
- package/dist/ui/components/ui/alert.d.ts +3 -3
- package/dist/ui/components/ui/badge.d.ts +3 -3
- package/dist/ui/components/ui/button.d.ts +4 -4
- package/dist/ui/components/ui/chart.d.ts +1 -1
- package/dist/ui/components/ui/form.d.ts +3 -5
- package/dist/ui/components/ui/hint-notice.d.ts +3 -3
- package/dist/ui/components/ui/label.d.ts +1 -1
- package/dist/ui/components/ui/select.d.ts +1 -1
- package/dist/ui/components/ui/sheet.d.ts +3 -3
- package/dist/ui/components/ui/tabs.d.ts +1 -1
- package/dist/ui/components/ui/toast.d.ts +3 -3
- package/dist/ui/components/ui/toggle-group.d.ts +8 -8
- package/dist/ui/components/ui/toggle.d.ts +8 -8
- package/dist/ui/components/ui/underline-tabs.d.ts +6 -6
- package/dist/ui.js +23 -22
- package/dist/ui.js.map +1 -1
- package/dist/useUserDirectory-GU8imJ0T.js +2124 -0
- package/dist/useUserDirectory-GU8imJ0T.js.map +1 -0
- package/dist/vite.d.ts +1 -1
- package/package.json +157 -31
- package/dist/CrossAppRecordPicker-CQVmirWD.js.map +0 -1
- package/dist/useUserDirectory-CqkyCQoR.js +0 -2377
- package/dist/useUserDirectory-CqkyCQoR.js.map +0 -1
- package/dist/workbench/runtime.d.ts +0 -3
- package/dist/workbench/styles.css +0 -197
- package/dist/workbench/types.d.ts +0 -48
- package/dist/workbench.d.ts +0 -8
- package/dist/workbench.js +0 -356
- package/dist/workbench.js.map +0 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
export interface HelpTipProps {
|
|
3
|
+
/** Optional bold heading rendered above the content */
|
|
4
|
+
title?: React.ReactNode;
|
|
5
|
+
/** Explanation body — can be long-form (rendered in a Popover, not a Tooltip) */
|
|
6
|
+
content: React.ReactNode;
|
|
7
|
+
/** External/help-center URL for the "Learn more" row */
|
|
8
|
+
moreHref?: string;
|
|
9
|
+
/** Click handler alternative to `moreHref` for the "Learn more" row */
|
|
10
|
+
onMore?: () => void;
|
|
11
|
+
/** Label for the "Learn more" row (i18n override) */
|
|
12
|
+
moreLabel?: string;
|
|
13
|
+
/** Accessible label for the trigger button (i18n override) */
|
|
14
|
+
label?: string;
|
|
15
|
+
/** Popover placement side */
|
|
16
|
+
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
17
|
+
/** Popover alignment relative to the trigger */
|
|
18
|
+
align?: 'start' | 'center' | 'end';
|
|
19
|
+
/** Extra classes for the trigger button */
|
|
20
|
+
className?: string;
|
|
21
|
+
/** Extra classes for the popover content */
|
|
22
|
+
contentClassName?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* HelpTip — small circled "?" affordance that opens a Popover with contextual help.
|
|
26
|
+
* Use next to field labels, section titles, and toolbar actions where the
|
|
27
|
+
* explanation may be longer than a one-line tooltip.
|
|
28
|
+
*/
|
|
29
|
+
export declare function HelpTip({ title, content, moreHref, onMore, moreLabel, label, side, align, className, contentClassName, }: HelpTipProps): React.JSX.Element;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
declare const hintNoticeCardVariants: (props?: {
|
|
4
|
+
variant?: "info" | "neutral" | "warning";
|
|
5
|
+
} & import('class-variance-authority/types').ClassProp) => string;
|
|
6
|
+
export type HintNoticeVariant = NonNullable<VariantProps<typeof hintNoticeCardVariants>['variant']>;
|
|
7
|
+
export interface HintNoticeProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'title'>, VariantProps<typeof hintNoticeCardVariants> {
|
|
8
|
+
/** Optional heading above the body */
|
|
9
|
+
title?: React.ReactNode;
|
|
10
|
+
/** Body content */
|
|
11
|
+
children: React.ReactNode;
|
|
12
|
+
/** Extra classes for inner `CardContent` */
|
|
13
|
+
contentClassName?: string;
|
|
14
|
+
/** When false, hides the leading icon slot */
|
|
15
|
+
showIcon?: boolean;
|
|
16
|
+
/** Custom icon node; defaults to Info (or Warning triangle for `warning` variant) */
|
|
17
|
+
icon?: React.ReactNode;
|
|
18
|
+
/** Apply `whitespace-pre-line` to the body wrapper */
|
|
19
|
+
preserveWhitespace?: boolean;
|
|
20
|
+
}
|
|
21
|
+
export declare const HintNotice: React.ForwardRefExoticComponent<HintNoticeProps & React.RefAttributes<HTMLDivElement>>;
|
|
22
|
+
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export { ModalContainer, useModal, MODAL_SIZES, type ModalSize } from './modal-container';
|
|
2
|
+
export { BaseModal, FormModal, ConfirmModal, ListModal } from './modal-templates';
|
|
3
|
+
export { AlertDialog, AlertProvider, useAlert, useAlertDialog, type AlertType } from './alert-dialog';
|
|
4
|
+
export * from './dialog';
|
|
5
|
+
export * from './dialog-input';
|
|
6
|
+
export * from './sheet';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
4
|
+
declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import('class-variance-authority/types').ClassProp) => string> & React.RefAttributes<HTMLLabelElement>>;
|
|
5
|
+
export { Label };
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export declare const MODAL_SIZES: {
|
|
3
|
+
readonly sm: {
|
|
4
|
+
readonly width: "480px";
|
|
5
|
+
readonly maxHeight: "90vh";
|
|
6
|
+
};
|
|
7
|
+
readonly md: {
|
|
8
|
+
readonly width: "640px";
|
|
9
|
+
readonly maxHeight: "90vh";
|
|
10
|
+
};
|
|
11
|
+
readonly lg: {
|
|
12
|
+
readonly width: "896px";
|
|
13
|
+
readonly maxHeight: "90vh";
|
|
14
|
+
};
|
|
15
|
+
readonly xl: {
|
|
16
|
+
readonly width: "1000px";
|
|
17
|
+
readonly maxHeight: "90vh";
|
|
18
|
+
};
|
|
19
|
+
readonly wide: {
|
|
20
|
+
readonly width: "min(1152px, 95vw)";
|
|
21
|
+
readonly maxHeight: "90vh";
|
|
22
|
+
};
|
|
23
|
+
readonly full: {
|
|
24
|
+
readonly width: "95vw";
|
|
25
|
+
readonly maxHeight: "95vh";
|
|
26
|
+
};
|
|
27
|
+
readonly STANDARD: {
|
|
28
|
+
readonly width: "896px";
|
|
29
|
+
readonly maxHeight: "90vh";
|
|
30
|
+
};
|
|
31
|
+
readonly LARGE: {
|
|
32
|
+
readonly width: "min(1152px, 95vw)";
|
|
33
|
+
readonly maxHeight: "90vh";
|
|
34
|
+
};
|
|
35
|
+
};
|
|
36
|
+
export type ModalSize = keyof typeof MODAL_SIZES;
|
|
37
|
+
interface ModalContainerProps {
|
|
38
|
+
size?: ModalSize;
|
|
39
|
+
isOpen: boolean;
|
|
40
|
+
onClose: () => void;
|
|
41
|
+
title?: React.ReactNode;
|
|
42
|
+
showCloseButton?: boolean;
|
|
43
|
+
closeOnOverlayClick?: boolean;
|
|
44
|
+
className?: string;
|
|
45
|
+
contentClassName?: string;
|
|
46
|
+
usePortal?: boolean;
|
|
47
|
+
children: React.ReactNode;
|
|
48
|
+
}
|
|
49
|
+
export declare const ModalContainer: React.FC<ModalContainerProps>;
|
|
50
|
+
export declare const useModal: (initialOpen?: boolean) => {
|
|
51
|
+
isOpen: boolean;
|
|
52
|
+
openModal: () => void;
|
|
53
|
+
closeModal: () => void;
|
|
54
|
+
toggleModal: () => void;
|
|
55
|
+
};
|
|
56
|
+
export default ModalContainer;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { ModalSize } from './modal-container';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
interface BaseModalProps {
|
|
4
|
+
size?: ModalSize;
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
onClose: () => void;
|
|
7
|
+
title?: React.ReactNode;
|
|
8
|
+
className?: string;
|
|
9
|
+
children: React.ReactNode;
|
|
10
|
+
footer?: React.ReactNode;
|
|
11
|
+
showCloseButton?: boolean;
|
|
12
|
+
closeOnOverlayClick?: boolean;
|
|
13
|
+
}
|
|
14
|
+
export declare const BaseModal: React.FC<BaseModalProps>;
|
|
15
|
+
interface FormModalProps extends Omit<BaseModalProps, 'footer'> {
|
|
16
|
+
onSubmit?: () => void;
|
|
17
|
+
onCancel?: () => void;
|
|
18
|
+
submitText?: string;
|
|
19
|
+
cancelText?: string;
|
|
20
|
+
submitDisabled?: boolean;
|
|
21
|
+
submitLoading?: boolean;
|
|
22
|
+
showFooter?: boolean;
|
|
23
|
+
customFooter?: React.ReactNode;
|
|
24
|
+
}
|
|
25
|
+
export declare const FormModal: React.FC<FormModalProps>;
|
|
26
|
+
interface ConfirmModalProps {
|
|
27
|
+
isOpen: boolean;
|
|
28
|
+
onClose: () => void;
|
|
29
|
+
onConfirm: () => void;
|
|
30
|
+
title?: React.ReactNode;
|
|
31
|
+
message: string;
|
|
32
|
+
confirmText?: string;
|
|
33
|
+
cancelText?: string;
|
|
34
|
+
danger?: boolean;
|
|
35
|
+
loading?: boolean;
|
|
36
|
+
}
|
|
37
|
+
export declare const ConfirmModal: React.FC<ConfirmModalProps>;
|
|
38
|
+
interface ListModalProps extends BaseModalProps {
|
|
39
|
+
searchable?: boolean;
|
|
40
|
+
searchPlaceholder?: string;
|
|
41
|
+
onSearch?: (term: string) => void;
|
|
42
|
+
emptyMessage?: string;
|
|
43
|
+
loading?: boolean;
|
|
44
|
+
}
|
|
45
|
+
export declare const ListModal: React.FC<ListModalProps>;
|
|
46
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface MultiSelectOption {
|
|
3
|
+
label: string;
|
|
4
|
+
value: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface MultiSelectProps {
|
|
8
|
+
options: MultiSelectOption[];
|
|
9
|
+
value?: string[];
|
|
10
|
+
onChange?: (value: string[]) => void;
|
|
11
|
+
placeholder?: string;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
triggerClassName?: string;
|
|
15
|
+
contentClassName?: string;
|
|
16
|
+
maxDisplayCount?: number;
|
|
17
|
+
showClearButton?: boolean;
|
|
18
|
+
emptyText?: string;
|
|
19
|
+
}
|
|
20
|
+
export declare const MultiSelect: React.ForwardRefExoticComponent<MultiSelectProps & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { ButtonProps } from './button';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
declare const Pagination: {
|
|
4
|
+
({ className, ...props }: React.ComponentProps<"nav">): React.JSX.Element;
|
|
5
|
+
displayName: string;
|
|
6
|
+
};
|
|
7
|
+
declare const PaginationContent: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "ref"> & React.RefAttributes<HTMLUListElement>>;
|
|
8
|
+
declare const PaginationItem: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & React.RefAttributes<HTMLLIElement>>;
|
|
9
|
+
type PaginationLinkProps = {
|
|
10
|
+
isActive?: boolean;
|
|
11
|
+
} & Pick<ButtonProps, "size"> & React.ComponentProps<"a">;
|
|
12
|
+
declare const PaginationLink: {
|
|
13
|
+
({ className, isActive, size, ...props }: PaginationLinkProps): React.JSX.Element;
|
|
14
|
+
displayName: string;
|
|
15
|
+
};
|
|
16
|
+
declare const PaginationPrevious: {
|
|
17
|
+
({ className, ...props }: React.ComponentProps<typeof PaginationLink>): React.JSX.Element;
|
|
18
|
+
displayName: string;
|
|
19
|
+
};
|
|
20
|
+
declare const PaginationNext: {
|
|
21
|
+
({ className, ...props }: React.ComponentProps<typeof PaginationLink>): React.JSX.Element;
|
|
22
|
+
displayName: string;
|
|
23
|
+
};
|
|
24
|
+
declare const PaginationEllipsis: {
|
|
25
|
+
({ className, ...props }: React.ComponentProps<"span">): React.JSX.Element;
|
|
26
|
+
displayName: string;
|
|
27
|
+
};
|
|
28
|
+
export { Pagination, PaginationContent, PaginationLink, PaginationItem, PaginationPrevious, PaginationNext, PaginationEllipsis, };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
3
|
+
declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
|
|
4
|
+
declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
declare const PopoverAnchor: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { Popover, PopoverTrigger, PopoverContent, PopoverAnchor };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
interface ProgressProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
3
|
+
value?: number;
|
|
4
|
+
max?: number;
|
|
5
|
+
}
|
|
6
|
+
declare const Progress: React.ForwardRefExoticComponent<ProgressProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { Progress };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface RadioButtonOption {
|
|
4
|
+
label: string;
|
|
5
|
+
value: string;
|
|
6
|
+
}
|
|
7
|
+
export interface RadioButtonGroupProps {
|
|
8
|
+
options: RadioButtonOption[];
|
|
9
|
+
value?: string | string[];
|
|
10
|
+
onChange?: (value: string | string[]) => void;
|
|
11
|
+
label?: string;
|
|
12
|
+
multiple?: boolean;
|
|
13
|
+
defaultValue?: string | string[];
|
|
14
|
+
className?: string;
|
|
15
|
+
optionsClassName?: string;
|
|
16
|
+
getOptionClassName?: (option: RadioButtonOption, isSelected: boolean) => string;
|
|
17
|
+
}
|
|
18
|
+
export declare const RadioButtonGroup: React.FC<RadioButtonGroupProps>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as RadioGroupPrimitive from "@radix-ui/react-radio-group";
|
|
3
|
+
declare const RadioGroup: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const RadioGroupItem: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
export { RadioGroup, RadioGroupItem };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as ScrollAreaPrimitive from "@radix-ui/react-scroll-area";
|
|
3
|
+
declare const ScrollArea: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const ScrollBar: React.ForwardRefExoticComponent<Omit<ScrollAreaPrimitive.ScrollAreaScrollbarProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export { ScrollArea, ScrollBar };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
3
|
+
declare function Select({ onValueChange, ...props }: React.ComponentPropsWithoutRef<typeof SelectPrimitive.Root>): React.JSX.Element;
|
|
4
|
+
declare namespace Select {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
declare const SelectGroup: React.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const SelectValue: React.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React.RefAttributes<HTMLSpanElement>>;
|
|
9
|
+
declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
declare const SelectScrollUpButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
11
|
+
declare const SelectScrollDownButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const SelectContent: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const SelectLabel: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const SelectItem: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const SelectSeparator: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
|
+
export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface SeparatorProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
4
|
+
orientation?: 'horizontal' | 'vertical';
|
|
5
|
+
}
|
|
6
|
+
declare const Separator: React.ForwardRefExoticComponent<SeparatorProps & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { Separator };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as SheetPrimitive from "@radix-ui/react-dialog";
|
|
4
|
+
declare const Sheet: React.FC<SheetPrimitive.DialogProps>;
|
|
5
|
+
declare const SheetTrigger: React.ForwardRefExoticComponent<SheetPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
6
|
+
declare const SheetClose: React.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
|
7
|
+
declare const SheetPortal: React.FC<SheetPrimitive.DialogPortalProps>;
|
|
8
|
+
declare const SheetOverlay: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const sheetVariants: (props?: {
|
|
10
|
+
side?: "left" | "right" | "bottom" | "top";
|
|
11
|
+
} & import('class-variance-authority/types').ClassProp) => string;
|
|
12
|
+
interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
13
|
+
}
|
|
14
|
+
declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
15
|
+
declare const SheetHeader: {
|
|
16
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
17
|
+
displayName: string;
|
|
18
|
+
};
|
|
19
|
+
declare const SheetFooter: {
|
|
20
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
21
|
+
displayName: string;
|
|
22
|
+
};
|
|
23
|
+
declare const SheetTitle: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
|
|
24
|
+
declare const SheetDescription: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
|
|
25
|
+
export { Sheet, SheetPortal, SheetOverlay, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
interface SliderProps {
|
|
3
|
+
value?: number[];
|
|
4
|
+
defaultValue?: number[];
|
|
5
|
+
onValueChange?: (value: number[]) => void;
|
|
6
|
+
min?: number;
|
|
7
|
+
max?: number;
|
|
8
|
+
step?: number;
|
|
9
|
+
className?: string;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare const Slider: React.ForwardRefExoticComponent<SliderProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export { Slider };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as SwitchPrimitives from "@radix-ui/react-switch";
|
|
3
|
+
declare const Switch: React.ForwardRefExoticComponent<Omit<SwitchPrimitives.SwitchProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
export { Switch };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
declare const Table: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableElement> & React.RefAttributes<HTMLTableElement>>;
|
|
3
|
+
declare const TableHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
4
|
+
declare const TableBody: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
5
|
+
declare const TableFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableSectionElement> & React.RefAttributes<HTMLTableSectionElement>>;
|
|
6
|
+
declare const TableRow: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableRowElement> & React.RefAttributes<HTMLTableRowElement>>;
|
|
7
|
+
declare const TableHead: React.ForwardRefExoticComponent<React.ThHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
|
|
8
|
+
declare const TableCell: React.ForwardRefExoticComponent<React.TdHTMLAttributes<HTMLTableCellElement> & React.RefAttributes<HTMLTableCellElement>>;
|
|
9
|
+
declare const TableCaption: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLTableCaptionElement> & React.RefAttributes<HTMLTableCaptionElement>>;
|
|
10
|
+
export { Table, TableHeader, TableBody, TableFooter, TableHead, TableRow, TableCell, TableCaption, };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
3
|
+
declare function Tabs({ onValueChange, ...props }: React.ComponentPropsWithoutRef<typeof TabsPrimitive.Root>): React.JSX.Element;
|
|
4
|
+
declare namespace Tabs {
|
|
5
|
+
var displayName: string;
|
|
6
|
+
}
|
|
7
|
+
declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
declare const TabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
10
|
+
export { Tabs, TabsList, TabsTrigger, TabsContent };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
4
|
+
declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
|
|
5
|
+
declare const ToastViewport: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React.RefAttributes<HTMLOListElement>, "ref"> & React.RefAttributes<HTMLOListElement>>;
|
|
6
|
+
declare const Toast: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: {
|
|
7
|
+
variant?: "default" | "destructive" | "success";
|
|
8
|
+
} & import('class-variance-authority/types').ClassProp) => string> & React.RefAttributes<HTMLLIElement>>;
|
|
9
|
+
declare const ToastAction: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
10
|
+
declare const ToastClose: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
11
|
+
declare const ToastTitle: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const ToastDescription: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
interface ToastProgressBarProps {
|
|
14
|
+
duration: number;
|
|
15
|
+
variant?: "default" | "destructive" | "success";
|
|
16
|
+
onComplete?: () => void;
|
|
17
|
+
}
|
|
18
|
+
declare const ToastProgressBar: React.ForwardRefExoticComponent<ToastProgressBarProps & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
type ToastProps = React.ComponentPropsWithoutRef<typeof Toast>;
|
|
20
|
+
type ToastActionElement = React.ReactElement<typeof ToastAction>;
|
|
21
|
+
export { type ToastProps, type ToastActionElement, ToastProvider, ToastViewport, Toast, ToastTitle, ToastDescription, ToastClose, ToastAction, ToastProgressBar, };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
|
|
4
|
+
declare const ToggleGroup: React.ForwardRefExoticComponent<((Omit<ToggleGroupPrimitive.ToggleGroupSingleProps & React.RefAttributes<HTMLDivElement>, "ref"> | Omit<ToggleGroupPrimitive.ToggleGroupMultipleProps & React.RefAttributes<HTMLDivElement>, "ref">) & VariantProps<(props?: {
|
|
5
|
+
variant?: "default" | "outline";
|
|
6
|
+
size?: "default" | "sm" | "lg";
|
|
7
|
+
} & import('class-variance-authority/types').ClassProp) => string>) & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const ToggleGroupItem: React.ForwardRefExoticComponent<Omit<ToggleGroupPrimitive.ToggleGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: {
|
|
9
|
+
variant?: "default" | "outline";
|
|
10
|
+
size?: "default" | "sm" | "lg";
|
|
11
|
+
} & import('class-variance-authority/types').ClassProp) => string> & React.RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
export { ToggleGroup, ToggleGroupItem };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as TogglePrimitive from "@radix-ui/react-toggle";
|
|
4
|
+
declare const toggleVariants: (props?: {
|
|
5
|
+
variant?: "default" | "outline";
|
|
6
|
+
size?: "default" | "sm" | "lg";
|
|
7
|
+
} & import('class-variance-authority/types').ClassProp) => string;
|
|
8
|
+
declare const Toggle: React.ForwardRefExoticComponent<Omit<TogglePrimitive.ToggleProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: {
|
|
9
|
+
variant?: "default" | "outline";
|
|
10
|
+
size?: "default" | "sm" | "lg";
|
|
11
|
+
} & import('class-variance-authority/types').ClassProp) => string> & React.RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
export { Toggle, toggleVariants };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
|
|
3
|
+
declare const TooltipProvider: React.FC<TooltipPrimitive.TooltipProviderProps>;
|
|
4
|
+
declare const Tooltip: React.FC<TooltipPrimitive.TooltipProps>;
|
|
5
|
+
declare const TooltipTrigger: React.ForwardRefExoticComponent<TooltipPrimitive.TooltipTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
6
|
+
declare const TooltipContent: React.ForwardRefExoticComponent<Omit<TooltipPrimitive.TooltipContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { Tooltip, TooltipTrigger, TooltipContent, TooltipProvider };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
interface TypographyProps extends React.HTMLAttributes<HTMLElement> {
|
|
2
|
+
children: React.ReactNode;
|
|
3
|
+
}
|
|
4
|
+
export declare function H1({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
5
|
+
export declare function H2({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
6
|
+
export declare function H3({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
7
|
+
export declare function H4({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
8
|
+
export declare function P({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
9
|
+
export declare function Blockquote({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
10
|
+
export declare function InlineCode({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
11
|
+
export declare function Lead({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
12
|
+
export declare function Large({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
13
|
+
export declare function Small({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
14
|
+
export declare function Muted({ children, className, ...props }: TypographyProps): import("react").JSX.Element;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { VariantProps } from 'class-variance-authority';
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
4
|
+
declare const UnderlineTabs: React.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
declare const UnderlineTabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const underlineTabsTriggerVariants: (props?: {
|
|
7
|
+
variant?: "default" | "orange" | "brand";
|
|
8
|
+
} & import('class-variance-authority/types').ClassProp) => string;
|
|
9
|
+
declare const UnderlineTabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & VariantProps<(props?: {
|
|
10
|
+
variant?: "default" | "orange" | "brand";
|
|
11
|
+
} & import('class-variance-authority/types').ClassProp) => string> & React.RefAttributes<HTMLButtonElement>>;
|
|
12
|
+
declare const UnderlineTabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
export { UnderlineTabs, UnderlineTabsList, UnderlineTabsTrigger, UnderlineTabsContent, underlineTabsTriggerVariants, };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export type ViewMode = "grid" | "list";
|
|
2
|
+
export interface ViewModeToggleProps {
|
|
3
|
+
mode: ViewMode;
|
|
4
|
+
onModeChange: (mode: ViewMode) => void;
|
|
5
|
+
className?: string;
|
|
6
|
+
gridAriaLabel?: string;
|
|
7
|
+
listAriaLabel?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function ViewModeToggle({ mode, onModeChange, className, gridAriaLabel, listAriaLabel, }: ViewModeToggleProps): import("react").JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Optional context for GeniApps in non-iframe test harnesses. Iframe apps receive session/token
|
|
5
|
+
* and platform API host via `GENISPACE_SHELL_INIT` from the Shell (`API_BASE_URL`).
|
|
6
|
+
*/
|
|
7
|
+
export type AppHostContextValue = {
|
|
8
|
+
identifier: string | null;
|
|
9
|
+
pinnedVersion: string | null;
|
|
10
|
+
};
|
|
11
|
+
export declare const AppHostContext: import('react').Context<AppHostContextValue>;
|
|
12
|
+
export declare function AppHostProvider({ value, children, }: {
|
|
13
|
+
value: AppHostContextValue;
|
|
14
|
+
children: ReactNode;
|
|
15
|
+
}): import("react").JSX.Element;
|
|
16
|
+
export declare function useAppHost(): AppHostContextValue;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { UserSettings, UserPreferences, UserSettingsApiClient } from '../hooks/useUserSettings';
|
|
3
|
+
|
|
4
|
+
interface UserSettingsContextType {
|
|
5
|
+
settings: UserSettings | null;
|
|
6
|
+
loading: boolean;
|
|
7
|
+
error: string | null;
|
|
8
|
+
updateSettings: (updates: Partial<{
|
|
9
|
+
spaceId: string | null;
|
|
10
|
+
preferences: Partial<UserPreferences>;
|
|
11
|
+
}>) => Promise<void>;
|
|
12
|
+
refreshSettings: () => Promise<void>;
|
|
13
|
+
}
|
|
14
|
+
export interface UserSettingsProviderProps {
|
|
15
|
+
apiClient: UserSettingsApiClient;
|
|
16
|
+
user?: {
|
|
17
|
+
isLoggedIn?: boolean;
|
|
18
|
+
} | null;
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
}
|
|
21
|
+
export declare const UserSettingsProvider: React.FC<UserSettingsProviderProps>;
|
|
22
|
+
export declare const useUserSettingsContext: () => UserSettingsContextType;
|
|
23
|
+
export {};
|