@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,167 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CustomStylesConfig } from '../../types/components';
|
|
3
|
+
import { DatabaseDataSourceConfig } from '../../types/databaseDataSource';
|
|
4
|
+
import { ComponentParameterConfig } from '../../types/parameters';
|
|
5
|
+
|
|
6
|
+
interface ChartRendererProps {
|
|
7
|
+
chartType: 'line' | 'column' | 'bar' | 'area' | 'pie' | 'radar' | 'heatmap' | 'composedBar' | 'overlapBar';
|
|
8
|
+
series?: Array<{
|
|
9
|
+
type: 'bar' | 'line';
|
|
10
|
+
dataKey: string;
|
|
11
|
+
yAxisId?: 'left' | 'right';
|
|
12
|
+
color?: string;
|
|
13
|
+
name?: string;
|
|
14
|
+
}>;
|
|
15
|
+
referenceLines?: Array<{
|
|
16
|
+
value: number;
|
|
17
|
+
stroke?: string;
|
|
18
|
+
strokeDasharray?: string;
|
|
19
|
+
label?: string;
|
|
20
|
+
}>;
|
|
21
|
+
composedBarLabel?: boolean;
|
|
22
|
+
overlapValueKey?: string;
|
|
23
|
+
overlapValueName?: string | {
|
|
24
|
+
zh?: string;
|
|
25
|
+
en?: string;
|
|
26
|
+
};
|
|
27
|
+
overlapTargets?: Array<{
|
|
28
|
+
dataKey: string;
|
|
29
|
+
color?: string;
|
|
30
|
+
name?: string | {
|
|
31
|
+
zh?: string;
|
|
32
|
+
en?: string;
|
|
33
|
+
};
|
|
34
|
+
hideWithLine?: boolean;
|
|
35
|
+
}>;
|
|
36
|
+
overlapTargetAchievement?: boolean;
|
|
37
|
+
overlapCompKey?: string;
|
|
38
|
+
overlapHideTargets?: boolean;
|
|
39
|
+
overlapValueLabel?: boolean;
|
|
40
|
+
overlapValueColor?: string;
|
|
41
|
+
overlapValueLabelColor?: string;
|
|
42
|
+
overlapValueLabelFontSize?: number;
|
|
43
|
+
overlapSummaryFontSize?: number;
|
|
44
|
+
overlapSummary?: Array<{
|
|
45
|
+
label?: string | {
|
|
46
|
+
zh?: string;
|
|
47
|
+
en?: string;
|
|
48
|
+
};
|
|
49
|
+
field?: string;
|
|
50
|
+
ratioNum?: string;
|
|
51
|
+
ratioDen?: string;
|
|
52
|
+
textField?: string;
|
|
53
|
+
subTextField?: string;
|
|
54
|
+
subTextFields?: string[];
|
|
55
|
+
secondaryTextField?: string;
|
|
56
|
+
flex?: number;
|
|
57
|
+
subTextSignedColor?: boolean;
|
|
58
|
+
color?: string;
|
|
59
|
+
fontSize?: number;
|
|
60
|
+
}>;
|
|
61
|
+
overlapShowSummary?: boolean;
|
|
62
|
+
seriesSameColor?: boolean;
|
|
63
|
+
seriesLegendVisible?: boolean;
|
|
64
|
+
overlapSideMargin?: number;
|
|
65
|
+
overlapBarWidth?: number;
|
|
66
|
+
overlapXTickNoWrap?: boolean;
|
|
67
|
+
overlapLineKey?: string;
|
|
68
|
+
overlapLineName?: string | {
|
|
69
|
+
zh?: string;
|
|
70
|
+
en?: string;
|
|
71
|
+
};
|
|
72
|
+
overlapLineColor?: string;
|
|
73
|
+
drillDataSourceConfig?: DatabaseDataSourceConfig | null;
|
|
74
|
+
drillParamKey?: string;
|
|
75
|
+
drillKeyField?: string;
|
|
76
|
+
drillBreadcrumbLabel?: string | {
|
|
77
|
+
zh?: string;
|
|
78
|
+
en?: string;
|
|
79
|
+
};
|
|
80
|
+
title?: string;
|
|
81
|
+
data?: any[];
|
|
82
|
+
xField: string;
|
|
83
|
+
yField: string | string[];
|
|
84
|
+
seriesField?: string;
|
|
85
|
+
height?: number;
|
|
86
|
+
chartHeight?: number;
|
|
87
|
+
loading?: boolean;
|
|
88
|
+
className?: string;
|
|
89
|
+
meta?: {
|
|
90
|
+
[key: string]: {
|
|
91
|
+
alias?: string;
|
|
92
|
+
formatter?: (value: any) => string;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
95
|
+
label?: boolean | {
|
|
96
|
+
type?: 'inner' | 'outer' | 'spider';
|
|
97
|
+
labelHeight?: number;
|
|
98
|
+
formatter?: string;
|
|
99
|
+
style?: React.CSSProperties;
|
|
100
|
+
};
|
|
101
|
+
smooth?: boolean;
|
|
102
|
+
isGroup?: boolean;
|
|
103
|
+
isStack?: boolean;
|
|
104
|
+
colorField?: string;
|
|
105
|
+
angleField?: string;
|
|
106
|
+
radius?: number;
|
|
107
|
+
innerRadius?: number;
|
|
108
|
+
color?: string | string[];
|
|
109
|
+
colors?: string[];
|
|
110
|
+
colorScheme?: string;
|
|
111
|
+
legend?: boolean | {
|
|
112
|
+
position?: 'top' | 'right' | 'bottom' | 'left';
|
|
113
|
+
};
|
|
114
|
+
tooltip?: {
|
|
115
|
+
shared?: boolean;
|
|
116
|
+
showCrosshairs?: boolean;
|
|
117
|
+
formatter?: (value: any, name: string) => [string, string];
|
|
118
|
+
};
|
|
119
|
+
showArea?: boolean;
|
|
120
|
+
areaStyle?: any;
|
|
121
|
+
showPoint?: boolean;
|
|
122
|
+
point?: {
|
|
123
|
+
size?: number;
|
|
124
|
+
shape?: 'circle' | 'diamond' | 'square' | 'triangle';
|
|
125
|
+
};
|
|
126
|
+
columnWidthRatio?: number;
|
|
127
|
+
barSizePx?: number;
|
|
128
|
+
scrollable?: boolean;
|
|
129
|
+
scrollMinWidthPerGroup?: number;
|
|
130
|
+
grid?: boolean;
|
|
131
|
+
showValueAxisGrid?: boolean;
|
|
132
|
+
barLengthAdjustment?: boolean;
|
|
133
|
+
showBarNumber?: boolean;
|
|
134
|
+
barNumberFontSize?: number;
|
|
135
|
+
barCompField?: string;
|
|
136
|
+
showMode?: 'value' | 'percentage';
|
|
137
|
+
showLegend?: boolean;
|
|
138
|
+
showTooltip?: boolean;
|
|
139
|
+
showDataView?: boolean;
|
|
140
|
+
bordered?: boolean;
|
|
141
|
+
additionalStats?: Array<{
|
|
142
|
+
field: string;
|
|
143
|
+
label?: string;
|
|
144
|
+
unit?: string;
|
|
145
|
+
newlineAtEnd?: boolean;
|
|
146
|
+
ratio?: {
|
|
147
|
+
denominator: string;
|
|
148
|
+
unit?: '%' | '';
|
|
149
|
+
prefix?: string;
|
|
150
|
+
};
|
|
151
|
+
}>;
|
|
152
|
+
additionalStatsLabelFontSize?: number;
|
|
153
|
+
titleFontSize?: number;
|
|
154
|
+
xAxisFontSize?: number;
|
|
155
|
+
yAxisFontSize?: number;
|
|
156
|
+
useMockData?: boolean;
|
|
157
|
+
mockData?: any[];
|
|
158
|
+
id?: string;
|
|
159
|
+
customStyles?: CustomStylesConfig;
|
|
160
|
+
databaseDataSourceConfig?: DatabaseDataSourceConfig | null;
|
|
161
|
+
pageParams?: Record<string, any>;
|
|
162
|
+
componentParameterConfig?: ComponentParameterConfig | null;
|
|
163
|
+
componentId?: string;
|
|
164
|
+
followPageRefresh?: boolean;
|
|
165
|
+
}
|
|
166
|
+
declare const ChartRenderer: React.FC<ChartRendererProps>;
|
|
167
|
+
export default ChartRenderer;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { DatabaseDataSourceConfig } from '../../types/databaseDataSource';
|
|
3
|
+
import { ComponentParameterConfig } from '../../types/parameters';
|
|
4
|
+
|
|
5
|
+
interface CollapseItem {
|
|
6
|
+
title: unknown;
|
|
7
|
+
content?: unknown;
|
|
8
|
+
contentDataSource?: {
|
|
9
|
+
field: string;
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
export interface CollapsePanelRendererProps {
|
|
13
|
+
title?: unknown;
|
|
14
|
+
items?: CollapseItem[];
|
|
15
|
+
defaultExpanded?: boolean;
|
|
16
|
+
id?: string;
|
|
17
|
+
databaseDataSourceConfig?: DatabaseDataSourceConfig | null;
|
|
18
|
+
componentParameterConfig?: ComponentParameterConfig;
|
|
19
|
+
pageParams?: Record<string, unknown>;
|
|
20
|
+
useMockData?: boolean;
|
|
21
|
+
mockData?: Record<string, unknown>[] | Record<string, unknown>;
|
|
22
|
+
/** Panel header title font size (px). Default 14. */
|
|
23
|
+
titleFontSize?: number;
|
|
24
|
+
/** Item label + content/description font size (px). Default 13. */
|
|
25
|
+
labelFontSize?: number;
|
|
26
|
+
}
|
|
27
|
+
declare const CollapsePanelRenderer: React.FC<CollapsePanelRendererProps>;
|
|
28
|
+
export default CollapsePanelRenderer;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CustomStylesConfig } from '../../types/components';
|
|
3
|
+
|
|
4
|
+
interface ContainerRendererProps {
|
|
5
|
+
children?: React.ReactNode;
|
|
6
|
+
title?: string;
|
|
7
|
+
description?: string;
|
|
8
|
+
titleLevel?: 1 | 2 | 3 | 4 | 5;
|
|
9
|
+
divider?: boolean;
|
|
10
|
+
className?: string;
|
|
11
|
+
style?: React.CSSProperties;
|
|
12
|
+
direction?: 'horizontal' | 'vertical';
|
|
13
|
+
gutter?: number | [number, number];
|
|
14
|
+
justify?: 'start' | 'end' | 'center' | 'space-around' | 'space-between';
|
|
15
|
+
align?: 'top' | 'middle' | 'bottom';
|
|
16
|
+
wrap?: 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
17
|
+
layout?: 'block' | 'flex' | 'grid';
|
|
18
|
+
cols?: number[];
|
|
19
|
+
padding?: number | string;
|
|
20
|
+
margin?: number | string;
|
|
21
|
+
background?: string;
|
|
22
|
+
border?: boolean;
|
|
23
|
+
borderRadius?: number | string;
|
|
24
|
+
shadow?: 'none' | 'sm' | 'md' | 'lg' | 'xl';
|
|
25
|
+
minHeight?: number | string;
|
|
26
|
+
maxHeight?: number | string;
|
|
27
|
+
scrollable?: boolean;
|
|
28
|
+
responsive?: {
|
|
29
|
+
mobile?: number;
|
|
30
|
+
tablet?: number;
|
|
31
|
+
desktop?: number;
|
|
32
|
+
};
|
|
33
|
+
id?: string;
|
|
34
|
+
customStyles?: CustomStylesConfig;
|
|
35
|
+
loading?: boolean;
|
|
36
|
+
componentConfig?: any;
|
|
37
|
+
appConfig?: Record<string, unknown>;
|
|
38
|
+
pageParams?: any;
|
|
39
|
+
pageId?: string;
|
|
40
|
+
/** Nesting depth for 24-column grid (page root children use 0). */
|
|
41
|
+
nestingLevel?: number;
|
|
42
|
+
}
|
|
43
|
+
export declare const ContainerRenderer: React.FC<ContainerRendererProps>;
|
|
44
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CustomStylesConfig } from '../../types/components';
|
|
3
|
+
|
|
4
|
+
interface CustomContentRendererProps {
|
|
5
|
+
html?: string;
|
|
6
|
+
emptyText?: string;
|
|
7
|
+
ariaLabel?: string;
|
|
8
|
+
className?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
customStyles?: CustomStylesConfig;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Declarative escape hatch for content that is not covered by a built-in
|
|
14
|
+
* component. It deliberately supports HTML + scoped CSS only: scripts, inline
|
|
15
|
+
* event handlers, forms, embedded documents and inline styles are stripped.
|
|
16
|
+
* Interactivity remains the responsibility of audited platform components.
|
|
17
|
+
*/
|
|
18
|
+
export declare const sanitizeCustomContentHtml: (html: string) => string;
|
|
19
|
+
declare const CustomContentRenderer: React.FC<CustomContentRendererProps>;
|
|
20
|
+
export default CustomContentRenderer;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CustomStylesConfig } from '../../types/components';
|
|
3
|
+
import { DatabaseDataSourceConfig } from '../../types/databaseDataSource';
|
|
4
|
+
|
|
5
|
+
interface DataGridCardProps {
|
|
6
|
+
title?: string;
|
|
7
|
+
columns: Array<{
|
|
8
|
+
key?: string;
|
|
9
|
+
dataIndex: string;
|
|
10
|
+
title: string;
|
|
11
|
+
render?: {
|
|
12
|
+
type: string;
|
|
13
|
+
props?: {
|
|
14
|
+
color?: Record<string, string>;
|
|
15
|
+
text?: Record<string, string>;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
primary?: boolean;
|
|
19
|
+
secondary?: boolean;
|
|
20
|
+
}>;
|
|
21
|
+
dataSource: any[];
|
|
22
|
+
loading?: boolean;
|
|
23
|
+
rowKey?: string;
|
|
24
|
+
className?: string;
|
|
25
|
+
showSearch?: boolean;
|
|
26
|
+
searchPlaceholder?: string;
|
|
27
|
+
showRefresh?: boolean;
|
|
28
|
+
showHeader?: boolean;
|
|
29
|
+
onItemClick?: (record: any) => void;
|
|
30
|
+
pagination?: {
|
|
31
|
+
pageSize?: number;
|
|
32
|
+
current?: number;
|
|
33
|
+
total?: number;
|
|
34
|
+
showSizeChanger?: boolean;
|
|
35
|
+
showTotal?: boolean;
|
|
36
|
+
};
|
|
37
|
+
footerContent?: React.ReactNode;
|
|
38
|
+
useMockData?: boolean;
|
|
39
|
+
mockData?: any[];
|
|
40
|
+
/** When set, loads rows via POST /datasources/:id/data (same contract as TableRenderer). */
|
|
41
|
+
databaseDataSourceConfig?: DatabaseDataSourceConfig;
|
|
42
|
+
id?: string;
|
|
43
|
+
customStyles?: CustomStylesConfig;
|
|
44
|
+
}
|
|
45
|
+
declare const DataGridCard: React.FC<DataGridCardProps>;
|
|
46
|
+
export default DataGridCard;
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { CustomStylesConfig } from '../../types/components';
|
|
3
|
+
import { DatabaseDataSourceConfig } from '../../types/databaseDataSource';
|
|
4
|
+
import { ComponentParameterConfig } from '../../types/parameters';
|
|
5
|
+
|
|
6
|
+
declare const ADDITIONAL_STATS_FONT_PRIMARY_ORDER: readonly ["Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei"];
|
|
7
|
+
export type AdditionalStatsFontFamilyChoice = (typeof ADDITIONAL_STATS_FONT_PRIMARY_ORDER)[number] | 'sans-serif';
|
|
8
|
+
export declare function resolveAdditionalStatsFontFamily(primary?: string | null): string;
|
|
9
|
+
export interface EChartsChartRendererProps {
|
|
10
|
+
title?: string;
|
|
11
|
+
titleFontSize?: number;
|
|
12
|
+
xAxisFontSize?: number;
|
|
13
|
+
yAxisFontSize?: number;
|
|
14
|
+
gaugeAxisFontSize?: number;
|
|
15
|
+
data?: any[];
|
|
16
|
+
chartType: 'funnel' | 'gauge' | 'gaugeProgressRing' | 'pie' | 'horizontalBar' | 'bar' | 'treemap' | 'sankey' | 'wordcloud' | 'scatter' | 'line' | 'multiLine' | 'heatmap' | 'cluster';
|
|
17
|
+
height?: number;
|
|
18
|
+
loading?: boolean;
|
|
19
|
+
className?: string;
|
|
20
|
+
nameField?: string;
|
|
21
|
+
valueField?: string;
|
|
22
|
+
categoryField?: string;
|
|
23
|
+
funnelSort?: 'ascending' | 'descending';
|
|
24
|
+
funnelGap?: number;
|
|
25
|
+
funnelLabelFontSize?: number;
|
|
26
|
+
funnelLabelFontWeight?: number | string;
|
|
27
|
+
funnelLabelFontFamily?: AdditionalStatsFontFamilyChoice | string;
|
|
28
|
+
horizontalBarPercentBaseField?: string;
|
|
29
|
+
horizontalBarShowPercent?: boolean;
|
|
30
|
+
horizontalBarValueUnit?: string;
|
|
31
|
+
horizontalBarLabelPosition?: 'follow' | 'insideLeft' | 'inside' | 'insideRight';
|
|
32
|
+
horizontalBarLabelFontSize?: number;
|
|
33
|
+
horizontalBarLabelFontWeight?: number | string;
|
|
34
|
+
horizontalBarLabelFontFamily?: AdditionalStatsFontFamilyChoice | string;
|
|
35
|
+
barValueDisplayMode?: 'value' | 'percent' | 'valueAndPercent';
|
|
36
|
+
barNumberFormat?: 'plain' | 'thousands';
|
|
37
|
+
barOrientation?: 'horizontal' | 'vertical';
|
|
38
|
+
/** `progress` = ranking list (name left, % right, thin track, no grid) */
|
|
39
|
+
barLayout?: 'default' | 'progress';
|
|
40
|
+
/** Show category names on the category axis (Y for horizontal bars, X for vertical). Default true. */
|
|
41
|
+
showCategoryLabels?: boolean;
|
|
42
|
+
/**
|
|
43
|
+
* Where to place category names when `showCategoryLabels` is true.
|
|
44
|
+
* - `axis`: on the category axis (default)
|
|
45
|
+
* - `aboveBar`: above each bar, left-aligned (horizontal / progress layout)
|
|
46
|
+
*/
|
|
47
|
+
categoryLabelPosition?: 'axis' | 'aboveBar';
|
|
48
|
+
barLengthAdjustment?: boolean;
|
|
49
|
+
barGradientMode?: 'none' | 'topToBottom';
|
|
50
|
+
xAxisLabelRotate?: number | 'auto';
|
|
51
|
+
xAxisLabelInterval?: number | 'auto';
|
|
52
|
+
xAxisLabelMaxLength?: number;
|
|
53
|
+
lineSmooth?: boolean;
|
|
54
|
+
lineAreaStyle?: boolean;
|
|
55
|
+
lineStack?: boolean;
|
|
56
|
+
lineXAxisType?: 'category' | 'value' | 'time' | 'log';
|
|
57
|
+
lineYAxisType?: 'category' | 'value' | 'time' | 'log';
|
|
58
|
+
lineShowSymbol?: boolean;
|
|
59
|
+
lineSymbolSize?: number;
|
|
60
|
+
lineStep?: 'none' | 'start' | 'middle' | 'end';
|
|
61
|
+
lineCumulative?: boolean;
|
|
62
|
+
multiLineValueFields?: string[];
|
|
63
|
+
multiLineStack?: boolean;
|
|
64
|
+
heatmapXField?: string;
|
|
65
|
+
heatmapYField?: string;
|
|
66
|
+
heatmapValueField?: string;
|
|
67
|
+
heatmapColorLow?: string;
|
|
68
|
+
heatmapColorHigh?: string;
|
|
69
|
+
clusterGroupField?: string;
|
|
70
|
+
clusterXField?: string;
|
|
71
|
+
clusterYField?: string;
|
|
72
|
+
clusterSizeField?: string;
|
|
73
|
+
lineQuantityUnitSuffix?: string;
|
|
74
|
+
lineYAxisValueUnit?: string;
|
|
75
|
+
linePointLabelFontFamily?: AdditionalStatsFontFamilyChoice | string;
|
|
76
|
+
linePointLabelFontSize?: number;
|
|
77
|
+
linePointLabelFontWeight?: number | string;
|
|
78
|
+
linePointLabelColor?: string;
|
|
79
|
+
gaugeMin?: number;
|
|
80
|
+
gaugeMax?: number;
|
|
81
|
+
gaugeSplitNumber?: number;
|
|
82
|
+
gaugeValue?: number;
|
|
83
|
+
gaugeRadius?: number;
|
|
84
|
+
gaugeCenterX?: number;
|
|
85
|
+
gaugeCenterY?: number;
|
|
86
|
+
gaugeColor?: string | string[];
|
|
87
|
+
gaugeAxisLineColor?: Array<[number, string]>;
|
|
88
|
+
gaugeDetailColor?: string;
|
|
89
|
+
gaugeShowDetail?: boolean;
|
|
90
|
+
gaugeDetailOffsetCenterX?: number | string;
|
|
91
|
+
gaugeDetailOffsetCenterY?: number | string;
|
|
92
|
+
gaugeTitleOffsetCenterX?: number | string;
|
|
93
|
+
gaugeTitleOffsetCenterY?: number | string;
|
|
94
|
+
gaugeTitleFontSize?: number;
|
|
95
|
+
gaugeDetailFontSize?: number;
|
|
96
|
+
gaugeLabelField?: string;
|
|
97
|
+
gaugeLabelColor?: string;
|
|
98
|
+
gaugeLabelFontSize?: number;
|
|
99
|
+
gaugeLabelFontWeight?: number;
|
|
100
|
+
gaugeTitleFontWeight?: number;
|
|
101
|
+
gaugeDetailFontWeight?: number;
|
|
102
|
+
gaugeLabelX?: number;
|
|
103
|
+
gaugeLabelY?: number;
|
|
104
|
+
gaugeArcStartAngle?: number;
|
|
105
|
+
gaugeArcEndAngle?: number;
|
|
106
|
+
gaugeProgressRingLineWidth?: number;
|
|
107
|
+
gaugeProgressRingDrawOffsetPercent?: number;
|
|
108
|
+
gaugeTrackColor?: string;
|
|
109
|
+
gaugeTrackGradient?: boolean;
|
|
110
|
+
gaugeProgressBarColor?: string;
|
|
111
|
+
gaugeProgressRingCenterY?: number | string;
|
|
112
|
+
gaugeProgressRingCanvasLabelPosition?: 'ringCenter' | 'chartTop' | 'chartBottom';
|
|
113
|
+
gaugeProgressRingCanvasLabelEdgePercent?: number;
|
|
114
|
+
treemapLayout?: 'squarified' | 'strip' | 'slice';
|
|
115
|
+
colors?: string[];
|
|
116
|
+
chartColorScheme?: string;
|
|
117
|
+
pieLabelFontSize?: number;
|
|
118
|
+
pieLabelFontWeight?: number | string;
|
|
119
|
+
pieLabelFontFamily?: AdditionalStatsFontFamilyChoice | string;
|
|
120
|
+
pieRingSize?: number;
|
|
121
|
+
pieRingWidth?: number;
|
|
122
|
+
/** Absolute outer radius (% of chart). When set, matches gauge-style sizing and bypasses pieRingSize scale. */
|
|
123
|
+
pieOuterRadius?: number;
|
|
124
|
+
/** First segment of outside label leader line (px). Overrides layout preset when set. */
|
|
125
|
+
pieLabelLineLength?: number;
|
|
126
|
+
/** Second (near-label) segment of outside label leader line (px). Overrides layout preset when set. */
|
|
127
|
+
pieLabelLineLength2?: number;
|
|
128
|
+
showTooltip?: boolean;
|
|
129
|
+
showLegend?: boolean;
|
|
130
|
+
meta?: {
|
|
131
|
+
[key: string]: {
|
|
132
|
+
alias?: string;
|
|
133
|
+
formatter?: (value: any) => string;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
136
|
+
useMockData?: boolean;
|
|
137
|
+
mockData?: any[];
|
|
138
|
+
id?: string;
|
|
139
|
+
customStyles?: CustomStylesConfig;
|
|
140
|
+
showDataView?: boolean;
|
|
141
|
+
databaseDataSourceConfig?: DatabaseDataSourceConfig | null;
|
|
142
|
+
pageParams?: Record<string, any>;
|
|
143
|
+
componentParameterConfig?: ComponentParameterConfig | null;
|
|
144
|
+
componentId?: string;
|
|
145
|
+
followPageRefresh?: boolean;
|
|
146
|
+
/** When true, renders chart body only (no outer Card/title) for embedding in List viewToggle */
|
|
147
|
+
embedded?: boolean;
|
|
148
|
+
headerLabelField?: string;
|
|
149
|
+
headerLabelFontSize?: number;
|
|
150
|
+
headerLabelFontWeight?: number | string;
|
|
151
|
+
headerLabelColor?: string;
|
|
152
|
+
/** Where to render headerLabelField text. Default keeps it beside the title. */
|
|
153
|
+
headerLabelPosition?: 'header' | 'chartTopRight';
|
|
154
|
+
additionalStats?: Array<{
|
|
155
|
+
field: string;
|
|
156
|
+
label?: string;
|
|
157
|
+
unit?: string;
|
|
158
|
+
newlineAtEnd?: boolean;
|
|
159
|
+
displayContent?: 'sum' | 'ratio' | 'sumAndRatio';
|
|
160
|
+
ratio?: {
|
|
161
|
+
denominator: string;
|
|
162
|
+
unit?: '%' | '';
|
|
163
|
+
prefix?: string;
|
|
164
|
+
};
|
|
165
|
+
}>;
|
|
166
|
+
additionalStatsLabelFontSize?: number;
|
|
167
|
+
additionalStatsFontFamily?: AdditionalStatsFontFamilyChoice | string;
|
|
168
|
+
additional_stats_font_family?: string;
|
|
169
|
+
additionalStatsFontWeight?: number | string;
|
|
170
|
+
additional_stats_font_weight?: number | string;
|
|
171
|
+
additionalStatsFontBold?: boolean;
|
|
172
|
+
additional_stats_font_bold?: boolean;
|
|
173
|
+
additionalStatsShowLegendSquare?: boolean;
|
|
174
|
+
additionalStatsNumberFormat?: 'plain' | 'thousands';
|
|
175
|
+
additionalStatsPosition?: 'headerRight' | 'headerCenter' | 'chartTopRight' | 'chartTopLeft' | 'chartTopCenter';
|
|
176
|
+
}
|
|
177
|
+
declare const EChartsChartRenderer: React.FC<EChartsChartRendererProps>;
|
|
178
|
+
export default EChartsChartRenderer;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { ColumnConfig } from '../../types/datasource';
|
|
2
|
+
|
|
3
|
+
export type CellEditorType = 'text' | 'number' | 'color' | 'date' | 'select' | 'switch' | 'file';
|
|
4
|
+
export type EditableTableColumnConfig = ColumnConfig;
|
|
5
|
+
export interface EditableTableProps {
|
|
6
|
+
id?: string;
|
|
7
|
+
type: 'EditableTable';
|
|
8
|
+
title?: string;
|
|
9
|
+
columns: EditableTableColumnConfig[];
|
|
10
|
+
rowKey?: string;
|
|
11
|
+
pagination?: {
|
|
12
|
+
pageSize?: number;
|
|
13
|
+
current?: number;
|
|
14
|
+
showSizeChanger?: boolean;
|
|
15
|
+
showQuickJumper?: boolean;
|
|
16
|
+
showTotal?: boolean;
|
|
17
|
+
};
|
|
18
|
+
dataSource?: {
|
|
19
|
+
datasetId?: string;
|
|
20
|
+
databaseDataSourceConfig?: any;
|
|
21
|
+
};
|
|
22
|
+
useMockData?: boolean;
|
|
23
|
+
showToolbar?: boolean;
|
|
24
|
+
showRefresh?: boolean;
|
|
25
|
+
enableExport?: boolean;
|
|
26
|
+
onUpdateSuccess?: () => void;
|
|
27
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { EditableTableColumnConfig } from './EditableTable.types';
|
|
2
|
+
import { TableAction } from '../../types';
|
|
3
|
+
|
|
4
|
+
interface EditableTableControllerProps {
|
|
5
|
+
columns: EditableTableColumnConfig[];
|
|
6
|
+
actions?: TableAction[];
|
|
7
|
+
onRowEditComplete?: (rowId: string, editedData: Record<string, any>, action: TableAction,
|
|
8
|
+
/** Full table row merged with edits; use for DB updateFields / updateConditions (column sources). */
|
|
9
|
+
rowForDatabaseWrite?: Record<string, any>) => Promise<void>;
|
|
10
|
+
}
|
|
11
|
+
interface EditableState {
|
|
12
|
+
editingCell: {
|
|
13
|
+
rowId: string;
|
|
14
|
+
columnKey: string;
|
|
15
|
+
} | null;
|
|
16
|
+
editingValue: any;
|
|
17
|
+
editingRow: string | null;
|
|
18
|
+
editedRowData: Record<string, any>;
|
|
19
|
+
originalRowData: Record<string, any>;
|
|
20
|
+
}
|
|
21
|
+
export interface EditableTableControllerReturn {
|
|
22
|
+
state: EditableState;
|
|
23
|
+
editingCell: {
|
|
24
|
+
rowId: string;
|
|
25
|
+
columnKey: string;
|
|
26
|
+
} | null;
|
|
27
|
+
editingValue: any;
|
|
28
|
+
editingRow: string | null;
|
|
29
|
+
editedRowData: Record<string, any>;
|
|
30
|
+
rowClickActions: TableAction[];
|
|
31
|
+
columnToRowClickActionMap: Map<string, TableAction>;
|
|
32
|
+
rowClickConflicts: Array<{
|
|
33
|
+
column: string;
|
|
34
|
+
actions: TableAction[];
|
|
35
|
+
}>;
|
|
36
|
+
handleStartRowEdit: (rowId: string | number, record: Record<string, any>, initialColumnKey?: string) => void;
|
|
37
|
+
handleRowEditCellChange: (columnKey: string, value: any) => void;
|
|
38
|
+
handleRowEditCellFocus: (columnKey: string) => void;
|
|
39
|
+
handleRowEditComplete: () => Promise<boolean>;
|
|
40
|
+
handleCancelRowEdit: () => void;
|
|
41
|
+
getNextEditableColumn: (currentColumnKey: string) => string | null;
|
|
42
|
+
}
|
|
43
|
+
export declare const useEditableTableController: ({ columns, actions, onRowEditComplete, }: EditableTableControllerProps) => EditableTableControllerReturn;
|
|
44
|
+
export {};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { EditableTableColumnConfig } from './EditableTable.types';
|
|
3
|
+
import { ApplyFilterButtonPlacement, FilterPanelGridColumns } from '../../types/renderers';
|
|
4
|
+
import { TableAction } from '../../types';
|
|
5
|
+
|
|
6
|
+
interface EditableTableRendererProps {
|
|
7
|
+
columns: EditableTableColumnConfig[];
|
|
8
|
+
dataSource?: Record<string, unknown>[];
|
|
9
|
+
rowKey?: string;
|
|
10
|
+
title?: string;
|
|
11
|
+
enableExport?: boolean;
|
|
12
|
+
pagination?: {
|
|
13
|
+
pageSize?: number;
|
|
14
|
+
current?: number;
|
|
15
|
+
showSizeChanger?: boolean;
|
|
16
|
+
showQuickJumper?: boolean;
|
|
17
|
+
showTotal?: boolean;
|
|
18
|
+
};
|
|
19
|
+
showToolbar?: boolean;
|
|
20
|
+
showRefresh?: boolean;
|
|
21
|
+
showSettings?: boolean;
|
|
22
|
+
databaseDataSourceConfig?: any;
|
|
23
|
+
dataSourceConfig?: {
|
|
24
|
+
datasetId?: string;
|
|
25
|
+
databaseDataSourceConfig?: any;
|
|
26
|
+
};
|
|
27
|
+
onUpdateSuccess?: () => void;
|
|
28
|
+
actions?: TableAction[];
|
|
29
|
+
/** Match Table: allow mock rows when there is no data source (dev/demo) */
|
|
30
|
+
useMockData?: boolean;
|
|
31
|
+
mockData?: Record<string, unknown>[];
|
|
32
|
+
/** Legacy saved pages only; ignored at runtime */
|
|
33
|
+
editableConfig?: unknown;
|
|
34
|
+
filterPanelGridColumns?: FilterPanelGridColumns;
|
|
35
|
+
applyFilterButtonPlacement?: ApplyFilterButtonPlacement;
|
|
36
|
+
}
|
|
37
|
+
declare const EditableTableRenderer: React.FC<EditableTableRendererProps>;
|
|
38
|
+
export default EditableTableRenderer;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface ExecutionHistoryModalProps {
|
|
4
|
+
taskId: string;
|
|
5
|
+
taskName: string;
|
|
6
|
+
onClose: () => void;
|
|
7
|
+
}
|
|
8
|
+
declare const ExecutionHistoryModal: React.FC<ExecutionHistoryModalProps>;
|
|
9
|
+
export default ExecutionHistoryModal;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface FileUploadValue {
|
|
4
|
+
name: string;
|
|
5
|
+
size: number;
|
|
6
|
+
type: string;
|
|
7
|
+
url: string;
|
|
8
|
+
fileId: string;
|
|
9
|
+
status: 'uploaded';
|
|
10
|
+
}
|
|
11
|
+
interface FileUploadDropzoneProps {
|
|
12
|
+
fieldId: string;
|
|
13
|
+
value: FileUploadValue | null;
|
|
14
|
+
isUploading?: {
|
|
15
|
+
file: File;
|
|
16
|
+
progress: number;
|
|
17
|
+
};
|
|
18
|
+
accept?: Record<string, string[]>;
|
|
19
|
+
description?: string;
|
|
20
|
+
onUpload: (fieldId: string, file: File) => void;
|
|
21
|
+
onRemove: (fieldId: string) => void;
|
|
22
|
+
}
|
|
23
|
+
declare const FileUploadDropzone: React.FC<FileUploadDropzoneProps>;
|
|
24
|
+
export default FileUploadDropzone;
|