@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,68 @@
|
|
|
1
|
+
import { a as h } from "./shell-DIHnXIUb.js";
|
|
2
|
+
function m(f = {}) {
|
|
3
|
+
return () => {
|
|
4
|
+
const c = f.dedicatedEnv;
|
|
5
|
+
if (typeof c == "string" && c.trim() !== "")
|
|
6
|
+
return c.replace(/\/$/, "");
|
|
7
|
+
const i = f.platformEnv;
|
|
8
|
+
if (typeof i == "string" && i.trim() !== "")
|
|
9
|
+
return i.replace(/\/$/, "");
|
|
10
|
+
try {
|
|
11
|
+
if (typeof sessionStorage < "u") {
|
|
12
|
+
const s = sessionStorage.getItem(h);
|
|
13
|
+
if (s && s.trim() !== "")
|
|
14
|
+
return `${new URL(s, typeof window < "u" ? window.location.origin : "http://localhost").origin}/api`;
|
|
15
|
+
}
|
|
16
|
+
} catch {
|
|
17
|
+
}
|
|
18
|
+
return typeof window < "u" ? `${window.location.origin}/api` : "";
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
function S(f) {
|
|
22
|
+
function c() {
|
|
23
|
+
try {
|
|
24
|
+
return localStorage.getItem("token");
|
|
25
|
+
} catch {
|
|
26
|
+
return null;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
function i() {
|
|
30
|
+
const e = { "Content-Type": "application/json" }, n = c();
|
|
31
|
+
return n && (e.Authorization = `Bearer ${n}`), e;
|
|
32
|
+
}
|
|
33
|
+
function s(e, n, o) {
|
|
34
|
+
const t = `${f()}/data/${encodeURIComponent(e)}/tables/${encodeURIComponent(n)}`;
|
|
35
|
+
return o ? `${t}/${encodeURIComponent(o)}` : t;
|
|
36
|
+
}
|
|
37
|
+
async function u(e, n, o) {
|
|
38
|
+
const r = await fetch(s(e, n, o), { headers: i() }), t = await r.text();
|
|
39
|
+
if (!r.ok) throw new Error(t || r.statusText);
|
|
40
|
+
const a = t ? JSON.parse(t) : {};
|
|
41
|
+
return a.data ?? a;
|
|
42
|
+
}
|
|
43
|
+
async function p(e, n, o) {
|
|
44
|
+
const r = new URLSearchParams();
|
|
45
|
+
o && r.set("filter", JSON.stringify(o));
|
|
46
|
+
const t = await fetch(`${s(e, n)}?${r}`, { headers: i() }), a = await t.text();
|
|
47
|
+
if (!t.ok) throw new Error(a || t.statusText);
|
|
48
|
+
const d = (a ? JSON.parse(a) : {}).data;
|
|
49
|
+
return Array.isArray(d) ? d : d?.items ?? [];
|
|
50
|
+
}
|
|
51
|
+
async function w(e, n, o, r) {
|
|
52
|
+
const t = await fetch(s(e, n, o), {
|
|
53
|
+
method: "PATCH",
|
|
54
|
+
headers: i(),
|
|
55
|
+
body: JSON.stringify(r)
|
|
56
|
+
});
|
|
57
|
+
if (!t.ok) {
|
|
58
|
+
const a = await t.text();
|
|
59
|
+
throw new Error(a || t.statusText);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
return { scopeGet: u, scopeList: p, scopePatch: w };
|
|
63
|
+
}
|
|
64
|
+
export {
|
|
65
|
+
S as a,
|
|
66
|
+
m as c
|
|
67
|
+
};
|
|
68
|
+
//# sourceMappingURL=resolveApiRoot-Dzg1R1PS.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resolveApiRoot-Dzg1R1PS.js","sources":["../src/hooks/shell/resolveApiRoot.ts"],"sourcesContent":["import { GENISPACE_SHELL_SESSION_API_KEY } from './shell';\n\nexport type CreateResolveApiRootOptions = {\n /** e.g. import.meta.env.VITE_HR_API_BASE */\n dedicatedEnv?: string | undefined;\n platformEnv?: string | undefined;\n};\n\n/** Platform API root (`…/api`) for GeniApp iframe + standalone dev. */\nexport function createResolveApiRoot(options: CreateResolveApiRootOptions = {}): () => string {\n return () => {\n const dedicated = options.dedicatedEnv;\n if (typeof dedicated === 'string' && dedicated.trim() !== '') {\n return dedicated.replace(/\\/$/, '');\n }\n const platform = options.platformEnv;\n if (typeof platform === 'string' && platform.trim() !== '') {\n return platform.replace(/\\/$/, '');\n }\n try {\n if (typeof sessionStorage !== 'undefined') {\n const injected = sessionStorage.getItem(GENISPACE_SHELL_SESSION_API_KEY);\n if (injected && injected.trim() !== '') {\n const u = new URL(injected, typeof window !== 'undefined' ? window.location.origin : 'http://localhost');\n return `${u.origin}/api`;\n }\n }\n } catch {\n /* ignore */\n }\n if (typeof window !== 'undefined') {\n return `${window.location.origin}/api`;\n }\n return '';\n };\n}\n\n/** Cross–dataScope table CRUD (read/patch). Documented integration exception only. */\nexport function createScopeTableClient(buildApiRoot: () => string) {\n function readToken(): string | null {\n try {\n return localStorage.getItem('token');\n } catch {\n return null;\n }\n }\n\n function authHeaders(): Record<string, string> {\n const headers: Record<string, string> = { 'Content-Type': 'application/json' };\n const token = readToken();\n if (token) headers.Authorization = `Bearer ${token}`;\n return headers;\n }\n\n function tableUrl(scope: string, table: string, id?: string): string {\n const root = buildApiRoot();\n const base = `${root}/data/${encodeURIComponent(scope)}/tables/${encodeURIComponent(table)}`;\n return id ? `${base}/${encodeURIComponent(id)}` : base;\n }\n\n async function scopeGet<T>(scope: string, table: string, id: string): Promise<T> {\n const res = await fetch(tableUrl(scope, table, id), { headers: authHeaders() });\n const text = await res.text();\n if (!res.ok) throw new Error(text || res.statusText);\n const body = text ? JSON.parse(text) : {};\n return ((body as { data?: T }).data ?? body) as T;\n }\n\n async function scopeList<T>(\n scope: string,\n table: string,\n filter?: Record<string, string | boolean | number | null>\n ): Promise<T[]> {\n const params = new URLSearchParams();\n if (filter) params.set('filter', JSON.stringify(filter));\n const res = await fetch(`${tableUrl(scope, table)}?${params}`, { headers: authHeaders() });\n const text = await res.text();\n if (!res.ok) throw new Error(text || res.statusText);\n const body = text ? JSON.parse(text) : {};\n const data = (body as { data?: { items?: T[] } | T[] }).data;\n if (Array.isArray(data)) return data;\n return data?.items ?? [];\n }\n\n async function scopePatch(\n scope: string,\n table: string,\n id: string,\n payload: Record<string, unknown>\n ): Promise<void> {\n const res = await fetch(tableUrl(scope, table, id), {\n method: 'PATCH',\n headers: authHeaders(),\n body: JSON.stringify(payload),\n });\n if (!res.ok) {\n const text = await res.text();\n throw new Error(text || res.statusText);\n }\n }\n\n return { scopeGet, scopeList, scopePatch };\n}\n"],"names":["createResolveApiRoot","options","dedicated","platform","injected","GENISPACE_SHELL_SESSION_API_KEY","createScopeTableClient","buildApiRoot","readToken","authHeaders","headers","token","tableUrl","scope","table","id","base","scopeGet","res","text","body","scopeList","filter","params","data","scopePatch","payload"],"mappings":";AASO,SAASA,EAAqBC,IAAuC,IAAkB;AAC5F,SAAO,MAAM;AACX,UAAMC,IAAYD,EAAQ;AAC1B,QAAI,OAAOC,KAAc,YAAYA,EAAU,KAAA,MAAW;AACxD,aAAOA,EAAU,QAAQ,OAAO,EAAE;AAEpC,UAAMC,IAAWF,EAAQ;AACzB,QAAI,OAAOE,KAAa,YAAYA,EAAS,KAAA,MAAW;AACtD,aAAOA,EAAS,QAAQ,OAAO,EAAE;AAEnC,QAAI;AACF,UAAI,OAAO,iBAAmB,KAAa;AACzC,cAAMC,IAAW,eAAe,QAAQC,CAA+B;AACvE,YAAID,KAAYA,EAAS,KAAA,MAAW;AAElC,iBAAO,GADG,IAAI,IAAIA,GAAU,OAAO,SAAW,MAAc,OAAO,SAAS,SAAS,kBAAkB,EAC3F,MAAM;AAAA,MAEtB;AAAA,IACF,QAAQ;AAAA,IAER;AACA,WAAI,OAAO,SAAW,MACb,GAAG,OAAO,SAAS,MAAM,SAE3B;AAAA,EACT;AACF;AAGO,SAASE,EAAuBC,GAA4B;AACjE,WAASC,IAA2B;AAClC,QAAI;AACF,aAAO,aAAa,QAAQ,OAAO;AAAA,IACrC,QAAQ;AACN,aAAO;AAAA,IACT;AAAA,EACF;AAEA,WAASC,IAAsC;AAC7C,UAAMC,IAAkC,EAAE,gBAAgB,mBAAA,GACpDC,IAAQH,EAAA;AACd,WAAIG,MAAOD,EAAQ,gBAAgB,UAAUC,CAAK,KAC3CD;AAAA,EACT;AAEA,WAASE,EAASC,GAAeC,GAAeC,GAAqB;AAEnE,UAAMC,IAAO,GADAT,EAAA,CACO,SAAS,mBAAmBM,CAAK,CAAC,WAAW,mBAAmBC,CAAK,CAAC;AAC1F,WAAOC,IAAK,GAAGC,CAAI,IAAI,mBAAmBD,CAAE,CAAC,KAAKC;AAAA,EACpD;AAEA,iBAAeC,EAAYJ,GAAeC,GAAeC,GAAwB;AAC/E,UAAMG,IAAM,MAAM,MAAMN,EAASC,GAAOC,GAAOC,CAAE,GAAG,EAAE,SAASN,EAAA,EAAY,CAAG,GACxEU,IAAO,MAAMD,EAAI,KAAA;AACvB,QAAI,CAACA,EAAI,GAAI,OAAM,IAAI,MAAMC,KAAQD,EAAI,UAAU;AACnD,UAAME,IAAOD,IAAO,KAAK,MAAMA,CAAI,IAAI,CAAA;AACvC,WAASC,EAAsB,QAAQA;AAAA,EACzC;AAEA,iBAAeC,EACbR,GACAC,GACAQ,GACc;AACd,UAAMC,IAAS,IAAI,gBAAA;AACnB,IAAID,KAAQC,EAAO,IAAI,UAAU,KAAK,UAAUD,CAAM,CAAC;AACvD,UAAMJ,IAAM,MAAM,MAAM,GAAGN,EAASC,GAAOC,CAAK,CAAC,IAAIS,CAAM,IAAI,EAAE,SAASd,EAAA,GAAe,GACnFU,IAAO,MAAMD,EAAI,KAAA;AACvB,QAAI,CAACA,EAAI,GAAI,OAAM,IAAI,MAAMC,KAAQD,EAAI,UAAU;AAEnD,UAAMM,KADOL,IAAO,KAAK,MAAMA,CAAI,IAAI,CAAA,GACiB;AACxD,WAAI,MAAM,QAAQK,CAAI,IAAUA,IACzBA,GAAM,SAAS,CAAA;AAAA,EACxB;AAEA,iBAAeC,EACbZ,GACAC,GACAC,GACAW,GACe;AACf,UAAMR,IAAM,MAAM,MAAMN,EAASC,GAAOC,GAAOC,CAAE,GAAG;AAAA,MAClD,QAAQ;AAAA,MACR,SAASN,EAAA;AAAA,MACT,MAAM,KAAK,UAAUiB,CAAO;AAAA,IAAA,CAC7B;AACD,QAAI,CAACR,EAAI,IAAI;AACX,YAAMC,IAAO,MAAMD,EAAI,KAAA;AACvB,YAAM,IAAI,MAAMC,KAAQD,EAAI,UAAU;AAAA,IACxC;AAAA,EACF;AAEA,SAAO,EAAE,UAAAD,GAAU,WAAAI,GAAW,YAAAI,EAAA;AAChC;"}
|
package/dist/shell.d.ts
CHANGED
|
@@ -27,4 +27,4 @@ export type GeniAppShellBridgeProps = {
|
|
|
27
27
|
* The initial message is accepted only from an explicit/referrer/local origin;
|
|
28
28
|
* an untrusted sender cannot whitelist itself through its payload.
|
|
29
29
|
*/
|
|
30
|
-
export declare function GeniAppShellBridge({ identifier, allowedShellOrigins, accessTokenStorageKey, onApplicationId, onContext, }: GeniAppShellBridgeProps):
|
|
30
|
+
export declare function GeniAppShellBridge({ identifier, allowedShellOrigins, accessTokenStorageKey, onApplicationId, onContext, }: GeniAppShellBridgeProps): any;
|
|
@@ -9,5 +9,5 @@ interface CopyStorageLinkButtonProps {
|
|
|
9
9
|
className?: string;
|
|
10
10
|
onError?: (message: string) => void;
|
|
11
11
|
}
|
|
12
|
-
export declare function CopyStorageLinkButton({ client, storageFileId, copyLabel, openLabel, expiryHint, className, onError, }: CopyStorageLinkButtonProps): import("react").JSX.Element
|
|
12
|
+
export declare function CopyStorageLinkButton({ client, storageFileId, copyLabel, openLabel, expiryHint, className, onError, }: CopyStorageLinkButtonProps): import("react").JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -5,5 +5,5 @@ interface StorageImageProps extends ImgHTMLAttributes<HTMLImageElement> {
|
|
|
5
5
|
fallbackUrl?: string | null;
|
|
6
6
|
blobUrls: Record<string, string>;
|
|
7
7
|
}
|
|
8
|
-
export declare function StorageImage({ storageFileId, fallbackUrl, blobUrls, src, alt, ...rest }: StorageImageProps): import("react").JSX.Element
|
|
8
|
+
export declare function StorageImage({ storageFileId, fallbackUrl, blobUrls, src, alt, ...rest }: StorageImageProps): import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -5,5 +5,5 @@ interface StorageVideoProps extends VideoHTMLAttributes<HTMLVideoElement> {
|
|
|
5
5
|
fallbackUrl?: string | null;
|
|
6
6
|
blobUrls: Record<string, string>;
|
|
7
7
|
}
|
|
8
|
-
export declare function StorageVideo({ storageFileId, fallbackUrl, blobUrls, src, ...rest }: StorageVideoProps): import("react").JSX.Element
|
|
8
|
+
export declare function StorageVideo({ storageFileId, fallbackUrl, blobUrls, src, ...rest }: StorageVideoProps): import("react").JSX.Element;
|
|
9
9
|
export {};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.gs-calendar-single.rdp .rdp-cell:has([aria-selected]){border-radius:.375rem}
|
|
1
|
+
.layout-grid{display:grid;gap:1rem;width:100%;min-height:400px}.layout-all-vertical{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:"top"}.layout-top1-bottom3{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"top top top" "bottom-left bottom-center bottom-right"}.layout-top1-bottom2{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"top top top" "bottom-left bottom-left bottom-right"}.layout-top1-bottom2-equal{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"top top" "bottom-left bottom-right"}.layout-left1-right2{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"left right-top right-top" "left right-bottom right-bottom"}.layout-top1-bottom2-left-large{grid-template-columns:1fr 2fr;grid-template-rows:auto auto;grid-template-areas:"top top" "bottom-left bottom-right"}.layout-dashboard-layout{grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto auto auto auto;grid-template-areas:"header header header" "top top top" "middle-left middle-center middle-right" "bottom-left bottom-left bottom-right" "bottom-second bottom-second bottom-second";gap:1rem;padding:0;background:transparent;align-items:start}.layout-left3-right1{grid-template-columns:3fr 1fr;grid-template-rows:auto 1fr auto;grid-template-areas:"top top" "left right" "bottom bottom"}.layout-dashboard-layout .layout-area-header,.layout-dashboard-layout .layout-area-top,.layout-dashboard-layout .layout-area-middle-left,.layout-dashboard-layout .layout-area-middle-center,.layout-dashboard-layout .layout-area-middle-right,.layout-dashboard-layout .layout-area-bottom,.layout-dashboard-layout .layout-area-bottom-left,.layout-dashboard-layout .layout-area-bottom-right,.layout-dashboard-layout .layout-area-bottom-second{background:transparent;border:none;border-radius:0;box-shadow:none;padding:0;min-height:0;display:flex;flex-direction:column}.layout-dashboard-in-card{gap:1rem!important;padding:0!important;background:transparent!important;min-height:0!important}.layout-grid--in-container{min-height:0!important}.layout-dashboard-in-card .layout-area-header,.layout-dashboard-in-card .layout-area-top,.layout-dashboard-in-card .layout-area-middle-left,.layout-dashboard-in-card .layout-area-middle-center,.layout-dashboard-in-card .layout-area-middle-right,.layout-dashboard-in-card .layout-area-bottom,.layout-dashboard-in-card .layout-area-bottom-left,.layout-dashboard-in-card .layout-area-bottom-right,.layout-dashboard-in-card .layout-area-bottom-second{padding:0!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important}.layout-dashboard-layout .layout-area-middle-left .chart-renderer,.layout-dashboard-layout .layout-area-middle-center .chart-renderer,.layout-dashboard-layout .layout-area-middle-right .chart-renderer,.layout-dashboard-layout .layout-area-bottom-left .chart-renderer,.layout-dashboard-layout .layout-area-bottom-right .chart-renderer,.layout-dashboard-layout .layout-area-bottom-second .chart-renderer{background:transparent;box-shadow:none;padding:0}.layout-dashboard-layout .chart-content{padding-top:.75rem}.layout-dashboard-layout .chart-header{padding-bottom:.75rem;margin-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.dark .layout-dashboard-layout .chart-header{border-bottom-color:#ffffff1a}.chart-renderer.chart-has-additional-stats .chart-additional-stats{column-gap:1.5rem;row-gap:var(--chart-additional-stats-row-gap, .75rem)}.layout-dashboard-layout .chart-renderer.chart-has-additional-stats{--chart-additional-stats-row-gap: .75rem}.layout-dashboard-layout .chart-renderer.chart-has-additional-stats .chart-header{margin-bottom:0!important}.layout-dashboard-layout .chart-renderer.chart-has-additional-stats .chart-content.chart-line-stats-unified{padding-top:0!important}.chart-renderer.chart-bar-compact .chart-header{padding-bottom:0!important;margin-bottom:0!important}.chart-renderer.chart-bar-compact .chart-content{padding-top:0!important;padding-bottom:.5rem!important}.layout-dashboard-layout .chart-renderer.chart-bar-compact .chart-header{padding-bottom:0!important;margin-bottom:0!important}.layout-dashboard-layout .chart-renderer.chart-bar-compact .chart-content{padding-top:0!important;padding-bottom:.35rem!important}.layout-area{min-height:120px;border:2px dashed #e2e8f0;border-radius:8px;padding:1rem;transition:all .2s ease;background:#fafafa}.dark .layout-area{border-color:#404040;background:#252525}.layout-area:hover{border-color:#262626;background:#f5f5f5}.dark .layout-area:hover{border-color:#525252;background:#2a2a2a}.layout-area.drag-over{border-color:#262626;background:#f0f0f0;box-shadow:0 0 0 4px #2626261a}.layout-area-top{grid-area:top}.layout-area-bottom{grid-area:bottom}.layout-area-bottom-left{grid-area:bottom-left}.layout-area-bottom-center{grid-area:bottom-center}.layout-area-bottom-right{grid-area:bottom-right}.layout-area-bottom-second{grid-area:bottom-second}.layout-area-left{grid-area:left}.layout-area-left-top{grid-area:left-top}.layout-area-left-center{grid-area:left-center}.layout-area-left-bottom{grid-area:left-bottom}.layout-area-right{grid-area:right}.layout-area-right-top{grid-area:right-top}.layout-area-right-bottom{grid-area:right-bottom}.layout-area-header{grid-area:header}.layout-area-middle-left{grid-area:middle-left}.layout-area-middle-center{grid-area:middle-center}.layout-area-middle-right{grid-area:middle-right}.layout-area-middle{grid-area:middle}.layout-area-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;font-size:.875rem}.layout-area-empty .icon{width:2.5rem;height:2.5rem;margin-bottom:.5rem;opacity:.5}@media (max-width: 768px){.layout-grid{gap:.5rem;min-height:300px}.layout-area{min-height:80px;padding:.75rem}.layout-top1-bottom3,.layout-top1-bottom2,.layout-top1-bottom2-equal,.layout-top1-bottom2-left-large{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.layout-top1-bottom3{grid-template-areas:"top" "bottom-left" "bottom-center" "bottom-right"}.layout-top1-bottom2,.layout-top1-bottom2-equal,.layout-top1-bottom2-left-large{grid-template-areas:"top" "bottom-left" "bottom-right"}.layout-left1-right2{grid-template-columns:1fr;grid-template-rows:auto auto auto;grid-template-areas:"left" "right-top" "right-bottom"}}.layout-grid.layout-grid--narrow{grid-template-columns:1fr!important;gap:.5rem;min-height:300px}.layout-grid--narrow .layout-area{min-height:80px;padding:.75rem}.layout-grid--narrow.layout-top1-bottom3,.layout-grid--narrow.layout-top1-bottom2,.layout-grid--narrow.layout-top1-bottom2-equal,.layout-grid--narrow.layout-top1-bottom2-left-large{grid-template-rows:auto auto auto auto}.layout-grid--narrow.layout-top1-bottom3{grid-template-areas:"top" "bottom-left" "bottom-center" "bottom-right"}.layout-grid--narrow.layout-top1-bottom2,.layout-grid--narrow.layout-top1-bottom2-equal,.layout-grid--narrow.layout-top1-bottom2-left-large{grid-template-areas:"top" "bottom-left" "bottom-right"}.layout-grid--narrow.layout-left1-right2{grid-template-rows:auto auto auto;grid-template-areas:"left" "right-top" "right-bottom"}.layout-grid--narrow.layout-left3-right1{grid-template-rows:auto;grid-template-areas:"top" "left" "right" "bottom"}.layout-grid--narrow.layout-dashboard-layout{grid-template-rows:auto;grid-template-areas:"header" "top" "middle-left" "middle-center" "middle-right" "bottom-left" "bottom-right" "bottom-second"}.layout-preview{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;background:#fff}.layout-preview .layout-area{min-height:60px;border:1px solid #e2e8f0;background:#f8fafc}.layout-preview .layout-area-empty{font-size:.75rem}.layout-preview .layout-area-empty .icon{width:1.5rem;height:1.5rem}.form-field-container{display:flex;flex-direction:column;gap:4px;width:100%}.form-field-container.label-left{flex-direction:row;align-items:center;gap:12px}.form-field-container.label-right{flex-direction:row-reverse;align-items:center;gap:12px}.form-field-container.label-bottom{flex-direction:column-reverse}.form-field-container.label-none{gap:0}.form-field-label{font-size:1rem;font-weight:500;color:#404040;flex-shrink:0;transition:color .2s ease}.dark .form-field-label{color:#a3a3a3}.form-field-label.required:after{content:" *";color:#ef4444}.form-field-container.label-left .form-field-label,.form-field-container.label-right .form-field-label{min-width:fit-content}.form-field-input-with-inline-label{position:relative}.form-field-input-with-inline-label input,.form-field-input-with-inline-label textarea{padding-left:12px}.form-actions{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.form-actions.position-top{margin-top:0;margin-bottom:16px}.form-actions.position-left{flex-direction:column;align-items:flex-start;margin-right:16px;margin-top:0}.form-actions.position-right{flex-direction:column;align-items:flex-end;margin-left:16px;margin-top:0}.form-actions.position-inline{margin-top:0;align-items:center}.form-actions.align-left{justify-content:flex-start}.form-actions.align-center{justify-content:center}.form-actions.align-right{justify-content:flex-end}.form-actions.align-space-between{justify-content:space-between}.form-actions.position-floating{position:fixed;z-index:1000;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;margin:0;border:1px solid rgb(229 229 229);transition:opacity .3s ease,transform .2s ease}.dark .form-actions.position-floating{background:#171717;border-color:#404040;box-shadow:0 4px 12px #0000004d}.form-actions.position-floating.trigger-hover{opacity:0;pointer-events:none}.form-actions.position-floating.trigger-hover:hover,.form-actions.position-floating.trigger-hover.show{opacity:1;pointer-events:auto}.form-actions.floating-top-left{top:20px;left:20px}.form-actions.floating-top-right{top:20px;right:20px}.form-actions.floating-bottom-left{bottom:20px;left:20px}.form-actions.floating-bottom-right{bottom:20px;right:20px}.form-content.layout-grid{display:grid;gap:16px}.form-grid-preview{background-image:linear-gradient(rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.1) 1px,transparent 1px);background-size:20px 20px;border:2px dashed rgb(203 213 225);border-radius:8px;padding:16px;min-height:200px}.dark .form-grid-preview{background-image:linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px);border-color:#404040}.form-grid-cell{background:#f8fafc;border-radius:6px;padding:8px;text-align:center;color:#64748b;font-size:.875rem;min-height:60px;display:flex;align-items:center;justify-content:center;border:1px solid rgb(226 232 240);transition:all .2s ease}.dark .form-grid-cell{background:#1e293b;border-color:#334155;color:#94a3b8}.form-grid-cell:hover{background:#f1f5f9;border-color:#262626}.dark .form-grid-cell:hover{background:#334155;border-color:#525252}.form-field-dragging{opacity:.5;transform:rotate(5deg)}.form-grid-drop-zone{border:2px dashed rgb(38 38 38);background:#f5f5f5;border-radius:6px;min-height:60px;display:flex;align-items:center;justify-content:center;color:#262626;font-size:.875rem;font-weight:500}.dark .form-grid-drop-zone{background:#262626;color:#a3a3a3}.form-content{width:100%;max-width:100%}.form-content.layout-flex{display:flex;flex-wrap:wrap;gap:16px}.form-content.layout-flex .form-field-container{flex:1;min-width:250px}@media (max-width: 768px){.form-actions.position-left,.form-actions.position-right{flex-direction:row;margin:16px 0 0}.form-actions.position-floating{position:relative;box-shadow:none;border:none;padding:0;background:transparent}.form-content.layout-flex .form-field-container{min-width:100%}.form-field-container.label-left,.form-field-container.label-right{flex-direction:column;align-items:flex-start;gap:4px}}.grid-24{display:flex;flex-direction:column;width:100%;min-height:0}.grid-24-fill{height:100%;flex:1}.grid-24-fill .grid-24-inner{flex:1;height:100%;min-height:0}.grid-24-fill .grid-24-cell>*{height:100%;min-height:0}.grid-24-fill .grid-24-cell--fit-content{height:auto;min-height:0;overflow:visible;align-self:stretch}.grid-24-fill .grid-24-cell--fit-content>*{height:auto;min-height:0}.statistic-group--fullscreen{gap:clamp(.375rem,.8vh,1rem)}.statistic-group--fullscreen .statistic-card{min-height:0}.statistic-group--fullscreen .statistic-content{padding:clamp(.5rem,1.1vh,1.5rem) clamp(.625rem,1.2vh,1rem)}.statistic-group--fullscreen .statistic-title{font-size:clamp(.6875rem,1.35vh,.875rem);line-height:1.25}.statistic-group--fullscreen .statistic-value{font-size:clamp(1rem,3vh,1.875rem);line-height:1.1}.statistic-group--fullscreen .statistic-icon{padding:clamp(.375rem,.75vh,.75rem)}.statistic-group--fullscreen .statistic-icon svg{width:clamp(1rem,2.2vh,1.5rem);height:clamp(1rem,2.2vh,1.5rem)}.grid-24-inner{display:grid;width:100%;min-height:0;grid-template-columns:repeat(24,minmax(0,1fr))}.grid-24-cell{min-width:0;min-height:0;border-radius:.375rem;transition:box-shadow .2s}@media (min-width: 640px){.grid-24-cell:hover{box-shadow:0 4px 12px #0000000f}}@media (max-width: 639px){.grid-24-inner{grid-template-columns:1fr!important}.grid-24-cell{grid-column:1 / -1!important;grid-row:auto!important}}.grid-24-editor{display:flex;flex-direction:column;height:100%;background:hsl(var(--muted) / .45);border-radius:.5rem;padding:1rem}.dark .grid-24-editor{background:hsl(var(--muted) / .35)}.grid-24-editor-canvas{flex:1;display:flex;flex-direction:column;gap:1rem;background:hsl(var(--card));border:1px dashed hsl(var(--border));border-radius:.5rem;padding:1rem;min-height:300px;overflow:auto}.dark .grid-24-editor-canvas{background:hsl(var(--card));border-color:hsl(var(--border))}.grid-24-editor-grid{display:grid;width:100%;grid-template-columns:repeat(24,minmax(0,1fr));position:relative;background-image:linear-gradient(to right,hsl(var(--border) / .65) 1px,transparent 1px);background-size:calc(100% / 24) 100%}.dark .grid-24-editor-grid{background-image:linear-gradient(to right,hsl(var(--border) / .85) 1px,transparent 1px)}.grid-24-editor-component{display:flex;align-items:center;justify-content:center;background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border));border-radius:calc(var(--radius) - 2px);box-shadow:0 1px 2px hsl(var(--foreground) / .06);cursor:grab;font-weight:500;font-size:.875rem;min-height:48px;padding:.5rem;text-align:center;word-break:break-word;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease}.grid-24-editor-component:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-color:hsl(var(--border));box-shadow:0 1px 2px hsl(var(--foreground) / .06),0 4px 14px hsl(var(--foreground) / .08)}.dark .grid-24-editor-component:hover{box-shadow:0 1px 2px #00000059,0 6px 18px #00000073}.grid-24-editor-component.dragging{opacity:.55;cursor:grabbing}.grid-24-editor-component.selected{outline:2px solid hsl(var(--ring));outline-offset:2px;border-color:hsl(var(--primary));background:hsl(var(--card));color:hsl(var(--card-foreground))}.grid-24-editor-component.overlap-warning{background:hsl(var(--destructive) / .14);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .55)}.dark .grid-24-editor-component.overlap-warning{background:hsl(var(--destructive) / .22);color:hsl(var(--destructive));border-color:hsl(var(--destructive) / .65)}.grid-24-overlap-warning{padding:.5rem 1rem;background:#fef2f2;border:1px solid #ef4444;border-radius:.375rem;color:#dc2626;font-size:.875rem;margin-bottom:1rem}.dark .grid-24-overlap-warning{background:#7f1d1d40;color:#fecaca;border-color:#7f1d1d}.grid-24-property-panel{position:fixed;right:1rem;top:50%;transform:translateY(-50%);width:280px;max-height:90vh;overflow:auto;background:hsl(var(--card));color:hsl(var(--card-foreground));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:0 4px 20px hsl(var(--foreground) / .08),0 0 0 1px hsl(var(--border) / .4);padding:1rem;z-index:100}.dark .grid-24-property-panel{box-shadow:0 8px 28px #0000008c,0 0 0 1px hsl(var(--border) / .5)}.grid-24-property-panel-title{font-weight:600;font-size:.875rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid hsl(var(--border))}.dark .grid-24-property-panel-title{border-color:hsl(var(--border))}.grid-24-property-field{margin-bottom:.75rem}.grid-24-property-field label{display:block;font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.grid-24-property-field input{width:100%;padding:.375rem .5rem;border:1px solid hsl(var(--input));border-radius:calc(var(--radius) - 4px);font-size:.875rem;background:hsl(var(--background));color:hsl(var(--foreground))}.dark .grid-24-property-field input{background:hsl(var(--background));border-color:hsl(var(--input));color:hsl(var(--foreground))}.grid-24-property-field input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .25)}.grid-24-nesting-warning{padding:.75rem 1rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:.375rem;color:#92400e;font-size:.875rem;margin-bottom:1rem}.dark .grid-24-nesting-warning{background:#713f1240;color:#fcd34d;border-color:#b45309}.grid-24-cell-droppable{border:1px dashed transparent;border-radius:4px;min-height:8px}.grid-24-cell-droppable.is-over{border-color:hsl(var(--primary));background:hsl(var(--primary) / .1)}.grid-24-cell--fill{overflow:hidden;display:flex;flex-direction:column}.grid-24-cell--fill>*{flex:1 1 0%;height:100%;min-height:0;display:flex;flex-direction:column}.grid-24-cell--fill .statistic-group{flex:1 1 0%;height:100%;min-height:0;align-content:stretch;align-items:stretch;grid-auto-rows:minmax(0,1fr)}.grid-24-cell--fill .statistic-group>.statistic-card{height:100%;min-height:0;align-self:stretch}@media (max-width: 639px){.grid-24-cell--fill{height:auto!important;overflow:visible}}.gs-calendar-single.rdp .rdp-cell:has([aria-selected]){border-radius:.375rem}
|
|
@@ -11,7 +11,7 @@ export type TransitionMap = Record<string, string[]>;
|
|
|
11
11
|
export declare function validateTransition(currentState: string, targetState: string, transitions: TransitionMap): {
|
|
12
12
|
readonly allowed: boolean;
|
|
13
13
|
readonly allowedTargets: string[];
|
|
14
|
-
readonly reason: "TRANSITION_NOT_ALLOWED"
|
|
14
|
+
readonly reason: "TRANSITION_NOT_ALLOWED";
|
|
15
15
|
};
|
|
16
16
|
export declare function validateRecordDraft(draft: BusinessRecordDraft, requiredFields: string[]): {
|
|
17
17
|
valid: boolean;
|
|
@@ -14,7 +14,7 @@ export interface AppModalProps {
|
|
|
14
14
|
closeLabel?: string;
|
|
15
15
|
closeOnOutside?: boolean;
|
|
16
16
|
}
|
|
17
|
-
export declare function AppModal({ open, onClose, title, description, children, footer, size, contentClassName, bodyClassName, closeLabel, closeOnOutside, }: AppModalProps): import("react").JSX.Element
|
|
17
|
+
export declare function AppModal({ open, onClose, title, description, children, footer, size, contentClassName, bodyClassName, closeLabel, closeOnOutside, }: AppModalProps): import("react").JSX.Element;
|
|
18
18
|
export interface AppHelpSheetProps {
|
|
19
19
|
open: boolean;
|
|
20
20
|
onClose: () => void;
|
|
@@ -24,4 +24,4 @@ export interface AppHelpSheetProps {
|
|
|
24
24
|
side?: 'left' | 'right';
|
|
25
25
|
className?: string;
|
|
26
26
|
}
|
|
27
|
-
export declare function AppHelpSheet({ open, onClose, title, description, children, side, className }: AppHelpSheetProps): import("react").JSX.Element
|
|
27
|
+
export declare function AppHelpSheet({ open, onClose, title, description, children, side, className }: AppHelpSheetProps): import("react").JSX.Element;
|
|
@@ -21,4 +21,4 @@ export interface PageLoadingSkeletonProps {
|
|
|
21
21
|
preset: PageSkeletonPreset;
|
|
22
22
|
className?: string;
|
|
23
23
|
}
|
|
24
|
-
export declare function PageLoadingSkeleton({ preset, className }: PageLoadingSkeletonProps): import("react").JSX.Element
|
|
24
|
+
export declare function PageLoadingSkeleton({ preset, className }: PageLoadingSkeletonProps): import("react").JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & VariantProps<(props?:
|
|
4
|
-
variant?: "default" | "destructive"
|
|
5
|
-
} & import('class-variance-authority/types').ClassProp)
|
|
3
|
+
declare const Alert: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: {
|
|
4
|
+
variant?: "default" | "destructive";
|
|
5
|
+
} & import('class-variance-authority/types').ClassProp) => string> & React.RefAttributes<HTMLDivElement>>;
|
|
6
6
|
declare const AlertTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
7
7
|
declare const AlertDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
8
8
|
export { Alert, AlertTitle, AlertDescription };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
declare const badgeVariants: (props?:
|
|
4
|
-
variant?: "default" | "destructive" | "outline" | "secondary"
|
|
5
|
-
} & import('class-variance-authority/types').ClassProp)
|
|
3
|
+
declare const badgeVariants: (props?: {
|
|
4
|
+
variant?: "default" | "destructive" | "outline" | "secondary";
|
|
5
|
+
} & import('class-variance-authority/types').ClassProp) => string;
|
|
6
6
|
export interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
7
7
|
}
|
|
8
8
|
declare function Badge({ className, variant, ...props }: BadgeProps): React.JSX.Element;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
declare const buttonVariants: (props?:
|
|
4
|
-
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | "subtle"
|
|
5
|
-
size?: "default" | "icon" | "sm" | "lg"
|
|
6
|
-
} & import('class-variance-authority/types').ClassProp)
|
|
3
|
+
declare const buttonVariants: (props?: {
|
|
4
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | "subtle";
|
|
5
|
+
size?: "default" | "icon" | "sm" | "lg";
|
|
6
|
+
} & import('class-variance-authority/types').ClassProp) => string;
|
|
7
7
|
export interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
8
8
|
asChild?: boolean;
|
|
9
9
|
}
|
|
@@ -12,5 +12,5 @@ export declare function ChartContainer({ id, className, children, config, ...pro
|
|
|
12
12
|
export declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
13
13
|
export declare function ChartTooltipContent({ active, payload, label, className, hideLabel, }: React.ComponentProps<typeof RechartsPrimitive.Tooltip> & React.ComponentProps<'div'> & {
|
|
14
14
|
hideLabel?: boolean;
|
|
15
|
-
}): React.JSX.Element
|
|
15
|
+
}): React.JSX.Element;
|
|
16
16
|
export declare const ChartLegend: typeof RechartsPrimitive.Legend;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ControllerProps, FieldPath, FieldValues } from 'react-hook-form';
|
|
2
2
|
import * as React from "react";
|
|
3
3
|
import * as LabelPrimitive from "@radix-ui/react-label";
|
|
4
|
-
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(
|
|
4
|
+
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: import('react-hook-form').FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
5
5
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => React.JSX.Element;
|
|
6
6
|
declare const useFormField: () => {
|
|
7
7
|
invalid: boolean;
|
|
8
8
|
isDirty: boolean;
|
|
9
9
|
isTouched: boolean;
|
|
10
10
|
isValidating: boolean;
|
|
11
|
-
error?: import('react-hook-form').FieldError
|
|
11
|
+
error?: import('react-hook-form').FieldError;
|
|
12
12
|
id: string;
|
|
13
13
|
name: string;
|
|
14
14
|
formItemId: string;
|
|
@@ -17,9 +17,7 @@ declare const useFormField: () => {
|
|
|
17
17
|
};
|
|
18
18
|
declare const FormItem: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
19
19
|
declare const FormLabel: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & React.RefAttributes<HTMLLabelElement>>;
|
|
20
|
-
declare const FormControl: React.ForwardRefExoticComponent<Omit<React.
|
|
21
|
-
children?: React.ReactNode;
|
|
22
|
-
} & React.RefAttributes<HTMLElement>, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
20
|
+
declare const FormControl: React.ForwardRefExoticComponent<Omit<import('@radix-ui/react-slot').SlotProps & React.RefAttributes<HTMLElement>, "ref"> & React.RefAttributes<HTMLElement>>;
|
|
23
21
|
declare const FormDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
24
22
|
declare const FormMessage: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
|
|
25
23
|
export { useFormField, Form, FormItem, FormLabel, FormControl, FormDescription, FormMessage, FormField, };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from 'react';
|
|
3
|
-
declare const hintNoticeCardVariants: (props?:
|
|
4
|
-
variant?: "info" | "neutral" | "warning"
|
|
5
|
-
} & import('class-variance-authority/types').ClassProp)
|
|
3
|
+
declare const hintNoticeCardVariants: (props?: {
|
|
4
|
+
variant?: "info" | "neutral" | "warning";
|
|
5
|
+
} & import('class-variance-authority/types').ClassProp) => string;
|
|
6
6
|
export type HintNoticeVariant = NonNullable<VariantProps<typeof hintNoticeCardVariants>['variant']>;
|
|
7
7
|
export interface HintNoticeProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'title'>, VariantProps<typeof hintNoticeCardVariants> {
|
|
8
8
|
/** Optional heading above the body */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from "react";
|
|
3
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
|
|
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
5
|
export { Label };
|
|
@@ -2,7 +2,7 @@ import * as React from "react";
|
|
|
2
2
|
import * as SelectPrimitive from "@radix-ui/react-select";
|
|
3
3
|
declare function Select({ onValueChange, ...props }: React.ComponentPropsWithoutRef<typeof SelectPrimitive.Root>): React.JSX.Element;
|
|
4
4
|
declare namespace Select {
|
|
5
|
-
var displayName: string
|
|
5
|
+
var displayName: string;
|
|
6
6
|
}
|
|
7
7
|
declare const SelectGroup: React.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
declare const SelectValue: React.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React.RefAttributes<HTMLSpanElement>>;
|
|
@@ -6,9 +6,9 @@ declare const SheetTrigger: React.ForwardRefExoticComponent<SheetPrimitive.Dialo
|
|
|
6
6
|
declare const SheetClose: React.ForwardRefExoticComponent<SheetPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
|
7
7
|
declare const SheetPortal: React.FC<SheetPrimitive.DialogPortalProps>;
|
|
8
8
|
declare const SheetOverlay: React.ForwardRefExoticComponent<Omit<SheetPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
-
declare const sheetVariants: (props?:
|
|
10
|
-
side?: "left" | "
|
|
11
|
-
} & import('class-variance-authority/types').ClassProp)
|
|
9
|
+
declare const sheetVariants: (props?: {
|
|
10
|
+
side?: "left" | "right" | "bottom" | "top";
|
|
11
|
+
} & import('class-variance-authority/types').ClassProp) => string;
|
|
12
12
|
interface SheetContentProps extends React.ComponentPropsWithoutRef<typeof SheetPrimitive.Content>, VariantProps<typeof sheetVariants> {
|
|
13
13
|
}
|
|
14
14
|
declare const SheetContent: React.ForwardRefExoticComponent<SheetContentProps & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -2,7 +2,7 @@ import * as React from "react";
|
|
|
2
2
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
3
3
|
declare function Tabs({ onValueChange, ...props }: React.ComponentPropsWithoutRef<typeof TabsPrimitive.Root>): React.JSX.Element;
|
|
4
4
|
declare namespace Tabs {
|
|
5
|
-
var displayName: string
|
|
5
|
+
var displayName: string;
|
|
6
6
|
}
|
|
7
7
|
declare const TabsList: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsListProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
declare const TabsTrigger: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
@@ -3,9 +3,9 @@ import * as React from "react";
|
|
|
3
3
|
import * as ToastPrimitives from "@radix-ui/react-toast";
|
|
4
4
|
declare const ToastProvider: React.FC<ToastPrimitives.ToastProviderProps>;
|
|
5
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)
|
|
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
9
|
declare const ToastAction: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
10
10
|
declare const ToastClose: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
11
11
|
declare const ToastTitle: React.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from "react";
|
|
3
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)
|
|
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)
|
|
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
12
|
export { ToggleGroup, ToggleGroupItem };
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from "react";
|
|
3
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)
|
|
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)
|
|
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
12
|
export { Toggle, toggleVariants };
|
|
@@ -3,11 +3,11 @@ import * as React from "react";
|
|
|
3
3
|
import * as TabsPrimitive from "@radix-ui/react-tabs";
|
|
4
4
|
declare const UnderlineTabs: React.ForwardRefExoticComponent<TabsPrimitive.TabsProps & React.RefAttributes<HTMLDivElement>>;
|
|
5
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)
|
|
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)
|
|
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
12
|
declare const UnderlineTabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
13
|
export { UnderlineTabs, UnderlineTabsList, UnderlineTabsTrigger, UnderlineTabsContent, underlineTabsTriggerVariants, };
|
package/dist/ui.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { A as s, a as p, b as t, c as o, d as r, e as l, f as i, g as n, h as A, i as S, j as k, k as m,
|
|
2
|
-
import { A as
|
|
1
|
+
import { A as s, a as p, b as t, c as o, d as r, e as l, f as i, g as n, h as A, i as S, j as k, k as m, C as D, D as g, F as u, G as P, P as c, Q as d, S as T, l as b, T as f, U as C, m as h, n as x, o as y, p as I, t as U, u as B } from "./useUserDirectory-GU8imJ0T.js";
|
|
2
|
+
import { A as F } from "./Page-wHZrMN17.js";
|
|
3
|
+
import { A as L } from "./Sidebar-DdSOXqnC.js";
|
|
3
4
|
export {
|
|
4
5
|
s as AppCheckboxInput,
|
|
5
6
|
p as AppConfirmDialog,
|
|
@@ -9,27 +10,27 @@ export {
|
|
|
9
10
|
l as AppDateTimePicker,
|
|
10
11
|
i as AppHelpSheet,
|
|
11
12
|
n as AppModal,
|
|
12
|
-
|
|
13
|
+
F as AppPage,
|
|
13
14
|
A as AppPageStates,
|
|
14
15
|
S as AppSelectInput,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
16
|
+
L as AppSidebar,
|
|
17
|
+
k as AppTemporalInput,
|
|
18
|
+
m as AppTimePicker,
|
|
19
|
+
D as ConfigEditorSkeleton,
|
|
20
|
+
g as DetailTabsSkeleton,
|
|
21
|
+
u as FormPageSkeleton,
|
|
22
|
+
P as GridCardsSkeleton,
|
|
23
|
+
c as PageLoadingSkeleton,
|
|
24
|
+
d as QueryErrorAlert,
|
|
25
|
+
T as Skeleton,
|
|
26
|
+
b as StatsRowSkeleton,
|
|
27
|
+
f as TablePageSkeleton,
|
|
28
|
+
C as UserDisplay,
|
|
29
|
+
h as UserSelect,
|
|
30
|
+
x as formatBusinessDateValue,
|
|
31
|
+
y as isTemporalInputType,
|
|
32
|
+
I as parseBusinessDate,
|
|
33
|
+
U as temporalLabels,
|
|
34
|
+
B as useUserDirectory
|
|
34
35
|
};
|
|
35
36
|
//# sourceMappingURL=ui.js.map
|
package/dist/ui.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ui.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ui.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|