@blocklet/pages-kit 0.2.432 → 0.2.434
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/lib/cjs/builtin/async/ai-runtime.js +17 -0
- package/lib/cjs/builtin/{async/ai-runtime/components/AgentInputField/LanguageField.js → components/LanguageField/index.js} +3 -3
- package/lib/cjs/builtin/{components.js → components/index.js} +1 -1
- package/lib/cjs/components/CustomComponentRenderer/context.js +13 -0
- package/lib/cjs/components/CustomComponentRenderer/index.js +5 -1
- package/lib/cjs/components/CustomComponentRenderer/state.js +20 -6
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/builtin/async/ai-runtime.js +1 -0
- package/lib/esm/builtin/{async/ai-runtime/components/AgentInputField/LanguageField.js → components/LanguageField/index.js} +2 -2
- package/lib/esm/builtin/components/index.js +1 -0
- package/lib/esm/components/CustomComponentRenderer/context.js +9 -0
- package/lib/esm/components/CustomComponentRenderer/index.js +5 -1
- package/lib/esm/components/CustomComponentRenderer/state.js +21 -7
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/types/builtin/async/ai-runtime.d.ts +1 -0
- package/lib/types/builtin/components/index.d.ts +1 -0
- package/lib/types/components/CustomComponentRenderer/context.d.ts +14 -0
- package/lib/types/components/CustomComponentRenderer/index.d.ts +1 -0
- package/lib/types/components/CustomComponentRenderer/state.d.ts +5 -1
- package/lib/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +12 -5
- package/tsconfig.json +1 -1
- package/lib/cjs/builtin/async/ai-runtime/api/agent.js +0 -24
- package/lib/cjs/builtin/async/ai-runtime/api/asset.js +0 -25
- package/lib/cjs/builtin/async/ai-runtime/api/dataset.js +0 -134
- package/lib/cjs/builtin/async/ai-runtime/api/message.js +0 -46
- package/lib/cjs/builtin/async/ai-runtime/api/request.js +0 -74
- package/lib/cjs/builtin/async/ai-runtime/api/secret.js +0 -24
- package/lib/cjs/builtin/async/ai-runtime/api/session.js +0 -137
- package/lib/cjs/builtin/async/ai-runtime/components/ActionButton.js +0 -62
- package/lib/cjs/builtin/async/ai-runtime/components/AgentErrorBoundary.js +0 -34
- package/lib/cjs/builtin/async/ai-runtime/components/AgentInputField/BooleanField.js +0 -21
- package/lib/cjs/builtin/async/ai-runtime/components/AgentInputField/NumberField.js +0 -21
- package/lib/cjs/builtin/async/ai-runtime/components/AgentInputField/RadioField.js +0 -39
- package/lib/cjs/builtin/async/ai-runtime/components/AgentInputField/SelectField.js +0 -24
- package/lib/cjs/builtin/async/ai-runtime/components/AgentInputField/StringField.js +0 -35
- package/lib/cjs/builtin/async/ai-runtime/components/AgentInputField/index.js +0 -44
- package/lib/cjs/builtin/async/ai-runtime/components/AgentSettings/AgentSettingsDialog.js +0 -80
- package/lib/cjs/builtin/async/ai-runtime/components/GlobalLoading/index.js +0 -27
- package/lib/cjs/builtin/async/ai-runtime/components/GlobalLoading/state.js +0 -39
- package/lib/cjs/builtin/async/ai-runtime/components/Header/SimpleHeader.js +0 -49
- package/lib/cjs/builtin/async/ai-runtime/components/Layout/SimpleLayout.js +0 -21
- package/lib/cjs/builtin/async/ai-runtime/components/LoadingButton.js +0 -40
- package/lib/cjs/builtin/async/ai-runtime/components/MarkdownRenderer/index.js +0 -146
- package/lib/cjs/builtin/async/ai-runtime/components/MenuButton.js +0 -55
- package/lib/cjs/builtin/async/ai-runtime/components/OutputFieldContainer/index.js +0 -22
- package/lib/cjs/builtin/async/ai-runtime/components/PopperMenuButton/LoadingMenuItem.js +0 -49
- package/lib/cjs/builtin/async/ai-runtime/components/PopperMenuButton/index.js +0 -68
- package/lib/cjs/builtin/async/ai-runtime/components/RuntimeCommonProvider.js +0 -25
- package/lib/cjs/builtin/async/ai-runtime/components/ScrollView.js +0 -92
- package/lib/cjs/builtin/async/ai-runtime/components/ShareActions/Community.js +0 -6
- package/lib/cjs/builtin/async/ai-runtime/components/ShareActions/index.js +0 -255
- package/lib/cjs/builtin/async/ai-runtime/components/SocialShare.js +0 -108
- package/lib/cjs/builtin/async/ai-runtime/components/ThemeProvider.js +0 -191
- package/lib/cjs/builtin/async/ai-runtime/components/UserInfo.js +0 -55
- package/lib/cjs/builtin/async/ai-runtime/constants.js +0 -43
- package/lib/cjs/builtin/async/ai-runtime/contexts/ActiveAgent.js +0 -27
- package/lib/cjs/builtin/async/ai-runtime/contexts/ComponentPreferences.js +0 -31
- package/lib/cjs/builtin/async/ai-runtime/contexts/CurrentAgent.js +0 -34
- package/lib/cjs/builtin/async/ai-runtime/contexts/CurrentMessage.js +0 -18
- package/lib/cjs/builtin/async/ai-runtime/contexts/Identity.js +0 -36
- package/lib/cjs/builtin/async/ai-runtime/contexts/Runtime.js +0 -52
- package/lib/cjs/builtin/async/ai-runtime/error.js +0 -10
- package/lib/cjs/builtin/async/ai-runtime/hooks/use-agent-admin.js +0 -13
- package/lib/cjs/builtin/async/ai-runtime/hooks/use-appearances.js +0 -109
- package/lib/cjs/builtin/async/ai-runtime/hooks/use-header-menu.js +0 -50
- package/lib/cjs/builtin/async/ai-runtime/index.js +0 -83
- package/lib/cjs/builtin/async/ai-runtime/locales/index.js +0 -237
- package/lib/cjs/builtin/async/ai-runtime/runtime/ChatBotButton/index.js +0 -116
- package/lib/cjs/builtin/async/ai-runtime/runtime/Runtime/index.js +0 -48
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/AutoForm/index.js +0 -138
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageErrorView.js +0 -19
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageItemView.js +0 -186
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageMetadataRenderer.js +0 -24
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageSuggestedQuestions.js +0 -34
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ChatOutput/ReferenceLinks.js +0 -11
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ChatOutput/index.js +0 -24
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/GoogleSearch/GoogleSearchRelatedQuestionsView.js +0 -85
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/GoogleSearch/GoogleSearchSourcesView.js +0 -64
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ImagesView/index.js +0 -30
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/MarkdownView/index.js +0 -13
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/OpeningQuestionsView/index.js +0 -46
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/OutputFieldView/type.js +0 -2
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/PhotoGallery/index.js +0 -65
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/PhotoGalleryItem/index.js +0 -150
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ReferencedLinksView/index.js +0 -26
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/ShareView/index.js +0 -16
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/BackgroundImage.js +0 -38
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/DrawerOpenCloseIcon.js +0 -42
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/InputsView.js +0 -94
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/MessageView.js +0 -79
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/MessagesView.js +0 -34
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/OpeningMessageView.js +0 -45
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/UserMessageView.js +0 -28
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleChat/index.js +0 -82
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimpleOutput/index.js +0 -69
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SimplePage/index.js +0 -55
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/SuggestedQuestionsView/index.js +0 -54
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/Input.js +0 -189
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/Output.js +0 -252
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/Page.js +0 -300
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/CodePreview.js +0 -158
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/ConfirmDialog.js +0 -60
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/Loading.js +0 -153
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/PropertiesSetting.js +0 -80
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/TransparentTooltip.js +0 -25
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/components/UserQuestion.js +0 -68
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/contexts/V0Runtime.js +0 -56
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/index.js +0 -12
- package/lib/cjs/builtin/async/ai-runtime/runtime-components/V0/utils.js +0 -13
- package/lib/cjs/builtin/async/ai-runtime/state/agent.js +0 -58
- package/lib/cjs/builtin/async/ai-runtime/state/runtime.js +0 -48
- package/lib/cjs/builtin/async/ai-runtime/state/session.js +0 -415
- package/lib/cjs/builtin/async/ai-runtime/utils/agent-inputs.js +0 -14
- package/lib/cjs/builtin/async/ai-runtime/utils/download-image.js +0 -40
- package/lib/cjs/builtin/async/ai-runtime/utils/fonts.js +0 -35
- package/lib/cjs/builtin/async/ai-runtime/utils/map-right.js +0 -10
- package/lib/cjs/builtin/async/ai-runtime/utils/runtime-output-schema.js +0 -7
- package/lib/cjs/builtin/async/ai-runtime/utils/zustand.js +0 -9
- package/lib/esm/builtin/async/ai-runtime/api/agent.js +0 -21
- package/lib/esm/builtin/async/ai-runtime/api/asset.js +0 -22
- package/lib/esm/builtin/async/ai-runtime/api/dataset.js +0 -121
- package/lib/esm/builtin/async/ai-runtime/api/message.js +0 -42
- package/lib/esm/builtin/async/ai-runtime/api/request.js +0 -68
- package/lib/esm/builtin/async/ai-runtime/api/secret.js +0 -21
- package/lib/esm/builtin/async/ai-runtime/api/session.js +0 -128
- package/lib/esm/builtin/async/ai-runtime/components/ActionButton.js +0 -56
- package/lib/esm/builtin/async/ai-runtime/components/AgentErrorBoundary.js +0 -30
- package/lib/esm/builtin/async/ai-runtime/components/AgentInputField/BooleanField.js +0 -19
- package/lib/esm/builtin/async/ai-runtime/components/AgentInputField/NumberField.js +0 -19
- package/lib/esm/builtin/async/ai-runtime/components/AgentInputField/RadioField.js +0 -37
- package/lib/esm/builtin/async/ai-runtime/components/AgentInputField/SelectField.js +0 -22
- package/lib/esm/builtin/async/ai-runtime/components/AgentInputField/StringField.js +0 -33
- package/lib/esm/builtin/async/ai-runtime/components/AgentInputField/index.js +0 -38
- package/lib/esm/builtin/async/ai-runtime/components/AgentSettings/AgentSettingsDialog.js +0 -76
- package/lib/esm/builtin/async/ai-runtime/components/GlobalLoading/index.js +0 -22
- package/lib/esm/builtin/async/ai-runtime/components/GlobalLoading/state.js +0 -36
- package/lib/esm/builtin/async/ai-runtime/components/Header/SimpleHeader.js +0 -23
- package/lib/esm/builtin/async/ai-runtime/components/Layout/SimpleLayout.js +0 -18
- package/lib/esm/builtin/async/ai-runtime/components/LoadingButton.js +0 -38
- package/lib/esm/builtin/async/ai-runtime/components/MarkdownRenderer/index.js +0 -118
- package/lib/esm/builtin/async/ai-runtime/components/MenuButton.js +0 -52
- package/lib/esm/builtin/async/ai-runtime/components/OutputFieldContainer/index.js +0 -19
- package/lib/esm/builtin/async/ai-runtime/components/PopperMenuButton/LoadingMenuItem.js +0 -46
- package/lib/esm/builtin/async/ai-runtime/components/PopperMenuButton/index.js +0 -42
- package/lib/esm/builtin/async/ai-runtime/components/RuntimeCommonProvider.js +0 -18
- package/lib/esm/builtin/async/ai-runtime/components/ScrollView.js +0 -63
- package/lib/esm/builtin/async/ai-runtime/components/ShareActions/Community.js +0 -4
- package/lib/esm/builtin/async/ai-runtime/components/ShareActions/index.js +0 -226
- package/lib/esm/builtin/async/ai-runtime/components/SocialShare.js +0 -100
- package/lib/esm/builtin/async/ai-runtime/components/ThemeProvider.js +0 -185
- package/lib/esm/builtin/async/ai-runtime/components/UserInfo.js +0 -47
- package/lib/esm/builtin/async/ai-runtime/constants.js +0 -39
- package/lib/esm/builtin/async/ai-runtime/contexts/ActiveAgent.js +0 -23
- package/lib/esm/builtin/async/ai-runtime/contexts/ComponentPreferences.js +0 -24
- package/lib/esm/builtin/async/ai-runtime/contexts/CurrentAgent.js +0 -30
- package/lib/esm/builtin/async/ai-runtime/contexts/CurrentMessage.js +0 -14
- package/lib/esm/builtin/async/ai-runtime/contexts/Identity.js +0 -28
- package/lib/esm/builtin/async/ai-runtime/contexts/Runtime.js +0 -22
- package/lib/esm/builtin/async/ai-runtime/error.js +0 -6
- package/lib/esm/builtin/async/ai-runtime/hooks/use-agent-admin.js +0 -10
- package/lib/esm/builtin/async/ai-runtime/hooks/use-appearances.js +0 -103
- package/lib/esm/builtin/async/ai-runtime/hooks/use-header-menu.js +0 -44
- package/lib/esm/builtin/async/ai-runtime/index.js +0 -37
- package/lib/esm/builtin/async/ai-runtime/locales/index.js +0 -234
- package/lib/esm/builtin/async/ai-runtime/runtime/ChatBotButton/index.js +0 -87
- package/lib/esm/builtin/async/ai-runtime/runtime/Runtime/index.js +0 -19
- package/lib/esm/builtin/async/ai-runtime/runtime-components/AutoForm/index.js +0 -132
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageErrorView.js +0 -13
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageItemView.js +0 -157
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageMetadataRenderer.js +0 -18
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageSuggestedQuestions.js +0 -30
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ChatOutput/ReferenceLinks.js +0 -8
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ChatOutput/index.js +0 -18
- package/lib/esm/builtin/async/ai-runtime/runtime-components/GoogleSearch/GoogleSearchRelatedQuestionsView.js +0 -56
- package/lib/esm/builtin/async/ai-runtime/runtime-components/GoogleSearch/GoogleSearchSourcesView.js +0 -58
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ImagesView/index.js +0 -24
- package/lib/esm/builtin/async/ai-runtime/runtime-components/MarkdownView/index.js +0 -7
- package/lib/esm/builtin/async/ai-runtime/runtime-components/OpeningQuestionsView/index.js +0 -40
- package/lib/esm/builtin/async/ai-runtime/runtime-components/OutputFieldView/type.js +0 -1
- package/lib/esm/builtin/async/ai-runtime/runtime-components/PhotoGallery/index.js +0 -59
- package/lib/esm/builtin/async/ai-runtime/runtime-components/PhotoGalleryItem/index.js +0 -144
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ReferencedLinksView/index.js +0 -20
- package/lib/esm/builtin/async/ai-runtime/runtime-components/ShareView/index.js +0 -10
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/BackgroundImage.js +0 -35
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/DrawerOpenCloseIcon.js +0 -39
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/InputsView.js +0 -65
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/MessageView.js +0 -50
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/MessagesView.js +0 -28
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/OpeningMessageView.js +0 -40
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/UserMessageView.js +0 -22
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleChat/index.js +0 -53
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimpleOutput/index.js +0 -40
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SimplePage/index.js +0 -49
- package/lib/esm/builtin/async/ai-runtime/runtime-components/SuggestedQuestionsView/index.js +0 -48
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/Input.js +0 -183
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/Output.js +0 -246
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/Page.js +0 -294
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/CodePreview.js +0 -149
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/ConfirmDialog.js +0 -55
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/Loading.js +0 -146
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/PropertiesSetting.js +0 -75
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/TransparentTooltip.js +0 -23
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/components/UserQuestion.js +0 -42
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/contexts/V0Runtime.js +0 -52
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/index.js +0 -3
- package/lib/esm/builtin/async/ai-runtime/runtime-components/V0/utils.js +0 -9
- package/lib/esm/builtin/async/ai-runtime/state/agent.js +0 -55
- package/lib/esm/builtin/async/ai-runtime/state/runtime.js +0 -45
- package/lib/esm/builtin/async/ai-runtime/state/session.js +0 -408
- package/lib/esm/builtin/async/ai-runtime/utils/agent-inputs.js +0 -10
- package/lib/esm/builtin/async/ai-runtime/utils/download-image.js +0 -36
- package/lib/esm/builtin/async/ai-runtime/utils/fonts.js +0 -32
- package/lib/esm/builtin/async/ai-runtime/utils/map-right.js +0 -7
- package/lib/esm/builtin/async/ai-runtime/utils/runtime-output-schema.js +0 -4
- package/lib/esm/builtin/async/ai-runtime/utils/zustand.js +0 -6
- package/lib/esm/builtin/components.js +0 -1
- package/lib/types/builtin/async/ai-runtime/api/agent.d.ts +0 -51
- package/lib/types/builtin/async/ai-runtime/api/asset.d.ts +0 -16
- package/lib/types/builtin/async/ai-runtime/api/dataset.d.ts +0 -39
- package/lib/types/builtin/async/ai-runtime/api/message.d.ts +0 -35
- package/lib/types/builtin/async/ai-runtime/api/request.d.ts +0 -12
- package/lib/types/builtin/async/ai-runtime/api/secret.d.ts +0 -12
- package/lib/types/builtin/async/ai-runtime/api/session.d.ts +0 -61
- package/lib/types/builtin/async/ai-runtime/components/ActionButton.d.ts +0 -14
- package/lib/types/builtin/async/ai-runtime/components/AgentErrorBoundary.d.ts +0 -7
- package/lib/types/builtin/async/ai-runtime/components/AgentInputField/BooleanField.d.ts +0 -8
- package/lib/types/builtin/async/ai-runtime/components/AgentInputField/NumberField.d.ts +0 -8
- package/lib/types/builtin/async/ai-runtime/components/AgentInputField/RadioField.d.ts +0 -8
- package/lib/types/builtin/async/ai-runtime/components/AgentInputField/SelectField.d.ts +0 -8
- package/lib/types/builtin/async/ai-runtime/components/AgentInputField/StringField.d.ts +0 -8
- package/lib/types/builtin/async/ai-runtime/components/AgentInputField/index.d.ts +0 -7
- package/lib/types/builtin/async/ai-runtime/components/AgentSettings/AgentSettingsDialog.d.ts +0 -10
- package/lib/types/builtin/async/ai-runtime/components/GlobalLoading/index.d.ts +0 -3
- package/lib/types/builtin/async/ai-runtime/components/GlobalLoading/state.d.ts +0 -10
- package/lib/types/builtin/async/ai-runtime/components/Header/SimpleHeader.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/components/Layout/SimpleLayout.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/components/LoadingButton.d.ts +0 -3
- package/lib/types/builtin/async/ai-runtime/components/MarkdownRenderer/index.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/components/MenuButton.d.ts +0 -10
- package/lib/types/builtin/async/ai-runtime/components/OutputFieldContainer/index.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/components/PopperMenuButton/LoadingMenuItem.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/components/PopperMenuButton/index.d.ts +0 -6
- package/lib/types/builtin/async/ai-runtime/components/RuntimeCommonProvider.d.ts +0 -7
- package/lib/types/builtin/async/ai-runtime/components/ScrollView.d.ts +0 -10
- package/lib/types/builtin/async/ai-runtime/components/ShareActions/Community.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/components/ShareActions/index.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/components/SocialShare.d.ts +0 -20
- package/lib/types/builtin/async/ai-runtime/components/ThemeProvider.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/components/UserInfo.d.ts +0 -18
- package/lib/types/builtin/async/ai-runtime/constants.d.ts +0 -21
- package/lib/types/builtin/async/ai-runtime/contexts/ActiveAgent.d.ts +0 -9
- package/lib/types/builtin/async/ai-runtime/contexts/ComponentPreferences.d.ts +0 -11
- package/lib/types/builtin/async/ai-runtime/contexts/CurrentAgent.d.ts +0 -16
- package/lib/types/builtin/async/ai-runtime/contexts/CurrentMessage.d.ts +0 -15
- package/lib/types/builtin/async/ai-runtime/contexts/Identity.d.ts +0 -16
- package/lib/types/builtin/async/ai-runtime/contexts/Runtime.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/error.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/hooks/use-agent-admin.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/hooks/use-appearances.d.ts +0 -78
- package/lib/types/builtin/async/ai-runtime/hooks/use-header-menu.d.ts +0 -1
- package/lib/types/builtin/async/ai-runtime/index.d.ts +0 -36
- package/lib/types/builtin/async/ai-runtime/locales/index.d.ts +0 -210
- package/lib/types/builtin/async/ai-runtime/runtime/ChatBotButton/index.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/runtime/Runtime/index.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/runtime-components/AutoForm/index.d.ts +0 -7
- package/lib/types/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageErrorView.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageItemView.d.ts +0 -12
- package/lib/types/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageMetadataRenderer.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/runtime-components/ChatOutput/MessageSuggestedQuestions.d.ts +0 -7
- package/lib/types/builtin/async/ai-runtime/runtime-components/ChatOutput/ReferenceLinks.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/runtime-components/ChatOutput/index.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/runtime-components/GoogleSearch/GoogleSearchRelatedQuestionsView.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/runtime-components/GoogleSearch/GoogleSearchSourcesView.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/runtime-components/ImagesView/index.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/runtime-components/MarkdownView/index.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/runtime-components/OpeningQuestionsView/index.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/runtime-components/OutputFieldView/type.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/runtime-components/PhotoGallery/index.d.ts +0 -3
- package/lib/types/builtin/async/ai-runtime/runtime-components/PhotoGalleryItem/index.d.ts +0 -1
- package/lib/types/builtin/async/ai-runtime/runtime-components/ReferencedLinksView/index.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/runtime-components/ShareView/index.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleChat/BackgroundImage.d.ts +0 -1
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleChat/DrawerOpenCloseIcon.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleChat/InputsView.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleChat/MessageView.d.ts +0 -9
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleChat/MessagesView.d.ts +0 -2
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleChat/OpeningMessageView.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleChat/UserMessageView.d.ts +0 -1
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleChat/index.d.ts +0 -16
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimpleOutput/index.d.ts +0 -1
- package/lib/types/builtin/async/ai-runtime/runtime-components/SimplePage/index.d.ts +0 -6
- package/lib/types/builtin/async/ai-runtime/runtime-components/SuggestedQuestionsView/index.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/Input.d.ts +0 -7
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/Output.d.ts +0 -1
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/Page.d.ts +0 -1
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/components/CodePreview.d.ts +0 -20
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/components/ConfirmDialog.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/components/Loading.d.ts +0 -3
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/components/PropertiesSetting.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/components/TransparentTooltip.d.ts +0 -3
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/components/UserQuestion.d.ts +0 -3
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/contexts/V0Runtime.d.ts +0 -17
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/index.d.ts +0 -3
- package/lib/types/builtin/async/ai-runtime/runtime-components/V0/utils.d.ts +0 -7
- package/lib/types/builtin/async/ai-runtime/state/agent.d.ts +0 -12
- package/lib/types/builtin/async/ai-runtime/state/runtime.d.ts +0 -14
- package/lib/types/builtin/async/ai-runtime/state/session.d.ts +0 -60
- package/lib/types/builtin/async/ai-runtime/utils/agent-inputs.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/utils/download-image.d.ts +0 -4
- package/lib/types/builtin/async/ai-runtime/utils/fonts.d.ts +0 -5
- package/lib/types/builtin/async/ai-runtime/utils/map-right.d.ts +0 -1
- package/lib/types/builtin/async/ai-runtime/utils/runtime-output-schema.d.ts +0 -3
- package/lib/types/builtin/async/ai-runtime/utils/zustand.d.ts +0 -2
- package/lib/types/builtin/components.d.ts +0 -1
- /package/lib/cjs/builtin/{async/ai-runtime/utils → components/LanguageField}/languages.js +0 -0
- /package/lib/esm/builtin/{async/ai-runtime/utils → components/LanguageField}/languages.js +0 -0
- /package/lib/types/builtin/{async/ai-runtime/components/AgentInputField/LanguageField.d.ts → components/LanguageField/index.d.ts} +0 -0
- /package/lib/types/builtin/{async/ai-runtime/utils → components/LanguageField}/languages.d.ts +0 -0
|
@@ -1,252 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.default = V0Output;
|
|
16
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
17
|
-
const Toast_1 = __importDefault(require("@arcblock/ux/lib/Toast"));
|
|
18
|
-
const react_1 = require("@iconify/react");
|
|
19
|
-
const material_1 = require("@mui/material");
|
|
20
|
-
const groupBy_1 = __importDefault(require("lodash/groupBy"));
|
|
21
|
-
const react_2 = require("react");
|
|
22
|
-
const CustomComponentRenderer_1 = require("../../../../../components/CustomComponentRenderer");
|
|
23
|
-
const locale_1 = require("../../../../locale");
|
|
24
|
-
const MarkdownRenderer_1 = __importDefault(require("../../components/MarkdownRenderer"));
|
|
25
|
-
const ShareActions_1 = __importDefault(require("../../components/ShareActions"));
|
|
26
|
-
const CurrentMessage_1 = require("../../contexts/CurrentMessage");
|
|
27
|
-
const MessageMetadataRenderer_1 = __importDefault(require("../ChatOutput/MessageMetadataRenderer"));
|
|
28
|
-
const CodePreview_1 = require("./components/CodePreview");
|
|
29
|
-
const Loading_1 = __importDefault(require("./components/Loading"));
|
|
30
|
-
const PropertiesSetting_1 = __importDefault(require("./components/PropertiesSetting"));
|
|
31
|
-
const UserQuestion_1 = __importDefault(require("./components/UserQuestion"));
|
|
32
|
-
const V0Runtime_1 = require("./contexts/V0Runtime");
|
|
33
|
-
const DEFAULT_DESKTOP_SX = {
|
|
34
|
-
width: '100%',
|
|
35
|
-
height: '100%',
|
|
36
|
-
};
|
|
37
|
-
function V0Output() {
|
|
38
|
-
var _a, _b;
|
|
39
|
-
const { message } = (0, CurrentMessage_1.useCurrentMessage)();
|
|
40
|
-
const propertiesSettingRef = (0, react_2.useRef)(null);
|
|
41
|
-
const { propertiesValueMap, setPropertiesValueMap, isMobile } = (0, V0Runtime_1.useV0RuntimeContext)();
|
|
42
|
-
const [code, setCode] = (0, react_2.useState)('');
|
|
43
|
-
const { t, locale } = (0, locale_1.useLocaleContext)();
|
|
44
|
-
const [codePreviewExtraProps, setCodePreviewExtraProps] = (0, react_2.useState)({
|
|
45
|
-
sx: DEFAULT_DESKTOP_SX,
|
|
46
|
-
key: 'Desktop',
|
|
47
|
-
});
|
|
48
|
-
const objects = (_a = message.outputs) === null || _a === void 0 ? void 0 : _a.objects;
|
|
49
|
-
const { id: taskId, inputs } = message;
|
|
50
|
-
const isMessageLoading = (message.loading || !message.outputs) && !message.error;
|
|
51
|
-
const disabled = isMessageLoading || !(objects === null || objects === void 0 ? void 0 : objects.length) || message.error;
|
|
52
|
-
const responsiveSx = {
|
|
53
|
-
backgroundColor: 'white',
|
|
54
|
-
borderColor: 'rgba(0, 0, 0, 0.1) !important',
|
|
55
|
-
// rewrite disabled style
|
|
56
|
-
'&.frame-button.Mui-disabled': {
|
|
57
|
-
backgroundColor: 'primary.main',
|
|
58
|
-
color: 'white',
|
|
59
|
-
},
|
|
60
|
-
};
|
|
61
|
-
const tooltipOptions = [
|
|
62
|
-
!isMobile && {
|
|
63
|
-
key: 'Desktop',
|
|
64
|
-
icon: 'tabler:device-desktop',
|
|
65
|
-
props: {
|
|
66
|
-
className: 'frame-button',
|
|
67
|
-
disabled: (codePreviewExtraProps === null || codePreviewExtraProps === void 0 ? void 0 : codePreviewExtraProps.key) === 'Desktop',
|
|
68
|
-
sx: Object.assign({}, responsiveSx),
|
|
69
|
-
onClick: () => setCodePreviewExtraProps({
|
|
70
|
-
sx: DEFAULT_DESKTOP_SX,
|
|
71
|
-
key: 'Desktop',
|
|
72
|
-
}),
|
|
73
|
-
},
|
|
74
|
-
group: 'responsive',
|
|
75
|
-
},
|
|
76
|
-
!isMobile && {
|
|
77
|
-
key: 'Tablet',
|
|
78
|
-
icon: 'tabler:device-tablet',
|
|
79
|
-
props: {
|
|
80
|
-
className: 'frame-button',
|
|
81
|
-
disabled: (codePreviewExtraProps === null || codePreviewExtraProps === void 0 ? void 0 : codePreviewExtraProps.key) === 'Tablet',
|
|
82
|
-
sx: Object.assign({}, responsiveSx),
|
|
83
|
-
onClick: () => setCodePreviewExtraProps({
|
|
84
|
-
sx: {
|
|
85
|
-
width: '768px',
|
|
86
|
-
height: '1024px',
|
|
87
|
-
},
|
|
88
|
-
key: 'Tablet',
|
|
89
|
-
}),
|
|
90
|
-
},
|
|
91
|
-
group: 'responsive',
|
|
92
|
-
},
|
|
93
|
-
!isMobile && {
|
|
94
|
-
key: 'Mobile',
|
|
95
|
-
icon: 'tabler:device-mobile',
|
|
96
|
-
props: {
|
|
97
|
-
className: 'frame-button',
|
|
98
|
-
disabled: (codePreviewExtraProps === null || codePreviewExtraProps === void 0 ? void 0 : codePreviewExtraProps.key) === 'Mobile',
|
|
99
|
-
sx: Object.assign({}, responsiveSx),
|
|
100
|
-
onClick: () => setCodePreviewExtraProps({
|
|
101
|
-
sx: {
|
|
102
|
-
width: '375px',
|
|
103
|
-
height: '667px',
|
|
104
|
-
},
|
|
105
|
-
key: 'Mobile',
|
|
106
|
-
}),
|
|
107
|
-
},
|
|
108
|
-
group: 'responsive',
|
|
109
|
-
},
|
|
110
|
-
// setting
|
|
111
|
-
{
|
|
112
|
-
key: 'Setting',
|
|
113
|
-
icon: 'tabler:settings-2',
|
|
114
|
-
props: {
|
|
115
|
-
disabled,
|
|
116
|
-
sx: Object.assign({}, responsiveSx),
|
|
117
|
-
onClick: (e) => __awaiter(this, void 0, void 0, function* () {
|
|
118
|
-
var _a;
|
|
119
|
-
const { taskid: taskId } = ((_a = e === null || e === void 0 ? void 0 : e.currentTarget) === null || _a === void 0 ? void 0 : _a.dataset) || {};
|
|
120
|
-
const currentCode = (0, CodePreview_1.getCurrentCodeByTaskId)(message);
|
|
121
|
-
try {
|
|
122
|
-
yield (0, CustomComponentRenderer_1.transpileAndLoadScript)(currentCode).then((m) => {
|
|
123
|
-
var _a, _b, _c;
|
|
124
|
-
if (typeof (m === null || m === void 0 ? void 0 : m.PROPERTIES_SCHEMA) === 'object' && (m === null || m === void 0 ? void 0 : m.PROPERTIES_SCHEMA.length)) {
|
|
125
|
-
const schemaDefaultValues = Object.fromEntries(m.PROPERTIES_SCHEMA.map((item) => {
|
|
126
|
-
const { key, locales } = item;
|
|
127
|
-
const currentLocale = (locales === null || locales === void 0 ? void 0 : locales[locale]) || (locales === null || locales === void 0 ? void 0 : locales.en);
|
|
128
|
-
return [key, currentLocale === null || currentLocale === void 0 ? void 0 : currentLocale.defaultValue];
|
|
129
|
-
}));
|
|
130
|
-
const defaultValues = Object.assign(Object.assign({}, schemaDefaultValues), (((_a = propertiesValueMap[taskId]) === null || _a === void 0 ? void 0 : _a[locale]) || ((_b = propertiesValueMap[taskId]) === null || _b === void 0 ? void 0 : _b.en) || {}));
|
|
131
|
-
// format default values
|
|
132
|
-
m.PROPERTIES_SCHEMA.forEach((item) => {
|
|
133
|
-
const { key, type } = item;
|
|
134
|
-
if (type === 'json' && typeof defaultValues[key] === 'object') {
|
|
135
|
-
try {
|
|
136
|
-
defaultValues[key] = JSON.stringify(defaultValues[key], null, 2);
|
|
137
|
-
}
|
|
138
|
-
catch (error) {
|
|
139
|
-
// ignore error
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
});
|
|
143
|
-
// @ts-ignore
|
|
144
|
-
(_c = propertiesSettingRef.current) === null || _c === void 0 ? void 0 : _c.open({
|
|
145
|
-
schema: m.PROPERTIES_SCHEMA,
|
|
146
|
-
onSubmit: (values) => {
|
|
147
|
-
const realValues = {};
|
|
148
|
-
m.PROPERTIES_SCHEMA.forEach((item) => {
|
|
149
|
-
const { key, type } = item;
|
|
150
|
-
if (type === 'json' && typeof values[key] === 'string') {
|
|
151
|
-
try {
|
|
152
|
-
realValues[key] = JSON.parse(values[key]);
|
|
153
|
-
return;
|
|
154
|
-
}
|
|
155
|
-
catch (error) {
|
|
156
|
-
// ignore error
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
realValues[key] = values[key];
|
|
160
|
-
});
|
|
161
|
-
setPropertiesValueMap(Object.assign(Object.assign({}, propertiesValueMap), { [taskId]: Object.assign(Object.assign({}, propertiesValueMap[taskId]), { [locale]: realValues }) }));
|
|
162
|
-
},
|
|
163
|
-
defaultValues,
|
|
164
|
-
});
|
|
165
|
-
return;
|
|
166
|
-
}
|
|
167
|
-
throw new Error('No properties schema found');
|
|
168
|
-
});
|
|
169
|
-
}
|
|
170
|
-
catch (error) {
|
|
171
|
-
// ignore error
|
|
172
|
-
// send cannot set properties message
|
|
173
|
-
Toast_1.default.info(t('v0.cannotSetPropertiesTip'));
|
|
174
|
-
}
|
|
175
|
-
}),
|
|
176
|
-
},
|
|
177
|
-
group: 'setting',
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
key: 'CodePreview',
|
|
181
|
-
icon: code ? 'tabler:layout-board' : 'tabler:code',
|
|
182
|
-
buttonText: !isMobile && (code ? 'Canvas' : 'Code'),
|
|
183
|
-
props: {
|
|
184
|
-
disabled,
|
|
185
|
-
variant: 'contained',
|
|
186
|
-
color: 'primary',
|
|
187
|
-
onClick: () => {
|
|
188
|
-
setCode((0, CodePreview_1.getCurrentCodeByTaskId)(message));
|
|
189
|
-
},
|
|
190
|
-
},
|
|
191
|
-
group: 'codePreview',
|
|
192
|
-
},
|
|
193
|
-
].filter(Boolean);
|
|
194
|
-
const onCloseCode = () => setCode('');
|
|
195
|
-
return ((0, jsx_runtime_1.jsxs)(material_1.Stack, { sx: {
|
|
196
|
-
p: 2,
|
|
197
|
-
gap: 2,
|
|
198
|
-
height: '100%',
|
|
199
|
-
display: 'flex',
|
|
200
|
-
justifyContent: 'flex-start',
|
|
201
|
-
alignItems: 'center',
|
|
202
|
-
flexDirection: 'column',
|
|
203
|
-
}, children: [(0, jsx_runtime_1.jsxs)(material_1.Stack, { sx: {
|
|
204
|
-
display: 'flex',
|
|
205
|
-
justifyContent: 'space-between',
|
|
206
|
-
alignItems: 'center',
|
|
207
|
-
width: '100%',
|
|
208
|
-
gap: 1.5,
|
|
209
|
-
flexDirection: 'row',
|
|
210
|
-
'.question': {
|
|
211
|
-
backgroundColor: 'white',
|
|
212
|
-
border: 1,
|
|
213
|
-
borderColor: 'rgba(0, 0, 0, 0.1) !important',
|
|
214
|
-
},
|
|
215
|
-
}, children: [(0, jsx_runtime_1.jsx)(UserQuestion_1.default, { question: inputs === null || inputs === void 0 ? void 0 : inputs.question }), (0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
216
|
-
display: 'flex',
|
|
217
|
-
alignItems: 'center',
|
|
218
|
-
gap: 1,
|
|
219
|
-
}, children: Object.entries((0, groupBy_1.default)(tooltipOptions, 'group')).map(([group, options]) => {
|
|
220
|
-
return ((0, jsx_runtime_1.jsx)(material_1.ButtonGroup, { variant: "text", color: "inherit", size: "small", sx: {
|
|
221
|
-
borderColor: 'rgba(0, 0, 0, 0.1) !important',
|
|
222
|
-
border: 1,
|
|
223
|
-
}, children: options.map((option) => {
|
|
224
|
-
const { icon, key, props, buttonText } = option;
|
|
225
|
-
return ((0, jsx_runtime_1.jsxs)(material_1.Button, Object.assign({ "data-taskId": taskId }, props, { children: [(0, jsx_runtime_1.jsx)(react_1.Icon, { icon: icon, fontSize: 22 }), buttonText && (0, jsx_runtime_1.jsx)(material_1.Box, { sx: { ml: 1 }, children: buttonText })] }), key));
|
|
226
|
-
}) }, group));
|
|
227
|
-
}) })] }), (0, jsx_runtime_1.jsx)(material_1.Box, { sx: Object.assign({ display: 'flex', justifyContent: 'center', overflow: 'hidden', backgroundColor: 'white', borderRadius: 1 }, codePreviewExtraProps === null || codePreviewExtraProps === void 0 ? void 0 : codePreviewExtraProps.sx), children: (0, jsx_runtime_1.jsx)(CodePreview_1.CodeRenderByMessageMemo, { message: message, zoom: 1, sx: {
|
|
228
|
-
overflowX: 'auto',
|
|
229
|
-
overflowY: 'auto',
|
|
230
|
-
scrollbarWidth: 'thin',
|
|
231
|
-
scrollbarColor: 'grey transparent',
|
|
232
|
-
}, propertiesValueMap: propertiesValueMap }) }), objects === null || objects === void 0 ? void 0 : objects.map((item, index) => (0, jsx_runtime_1.jsx)(MessageMetadataRenderer_1.default, { object: item }, index)), !isMessageLoading && ((_b = message.outputs) === null || _b === void 0 ? void 0 : _b.content) && ((0, jsx_runtime_1.jsx)(ShareActions_1.default, { direction: "row", justifyContent: "flex-end", sx: { mt: 2 } })), (0, jsx_runtime_1.jsxs)(react_2.Suspense, { fallback: (0, jsx_runtime_1.jsx)(Loading_1.default, {}), children: [(0, jsx_runtime_1.jsx)(material_1.Drawer, { anchor: isMobile ? 'bottom' : 'right', open: !!code, onClose: onCloseCode, children: (0, jsx_runtime_1.jsxs)(material_1.Box, { sx: Object.assign({ p: 2, pt: 0 }, (isMobile ? { maxHeight: '70vh' } : { maxWidth: '70vw' })), children: [(0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
233
|
-
py: 2,
|
|
234
|
-
position: 'sticky',
|
|
235
|
-
top: 0,
|
|
236
|
-
left: 0,
|
|
237
|
-
backgroundColor: 'white',
|
|
238
|
-
zIndex: 9999,
|
|
239
|
-
display: 'flex',
|
|
240
|
-
justifyContent: 'space-between',
|
|
241
|
-
alignItems: 'center',
|
|
242
|
-
}, children: [(0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "h6", sx: {
|
|
243
|
-
lineHeight: 1,
|
|
244
|
-
}, children: t('v0.codePreview') }), (0, jsx_runtime_1.jsx)(material_1.Button, { onClick: onCloseCode,
|
|
245
|
-
// variant="text"
|
|
246
|
-
color: "inherit", disableElevation: true, sx: {
|
|
247
|
-
minWidth: 32,
|
|
248
|
-
minHeight: 32,
|
|
249
|
-
p: 0,
|
|
250
|
-
fontSize: 22,
|
|
251
|
-
}, children: (0, jsx_runtime_1.jsx)(react_1.Icon, { icon: "tabler:x" }) })] }), (0, jsx_runtime_1.jsx)(material_1.Alert, { severity: "info", sx: { mb: 2 }, children: t('v0.codePreviewTip') }), (0, jsx_runtime_1.jsx)(MarkdownRenderer_1.default, { children: `\`\`\`typescript\n${code}\n\`\`\`` })] }) }), (0, jsx_runtime_1.jsx)(PropertiesSetting_1.default, { ref: propertiesSettingRef })] })] }));
|
|
252
|
-
}
|
|
@@ -1,300 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
3
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
4
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
5
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
6
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
7
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
8
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
12
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
13
|
-
};
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.default = Page;
|
|
16
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
17
|
-
const Empty_1 = __importDefault(require("@arcblock/ux/lib/Empty"));
|
|
18
|
-
const RelativeTime_1 = __importDefault(require("@arcblock/ux/lib/RelativeTime"));
|
|
19
|
-
const react_1 = require("@iconify/react");
|
|
20
|
-
const lab_1 = require("@mui/lab");
|
|
21
|
-
const material_1 = require("@mui/material");
|
|
22
|
-
const react_2 = require("react");
|
|
23
|
-
const CustomComponentRenderer_1 = __importDefault(require("../../../../../components/CustomComponentRenderer"));
|
|
24
|
-
const locale_1 = require("../../../../locale");
|
|
25
|
-
const AgentErrorBoundary_1 = require("../../components/AgentErrorBoundary");
|
|
26
|
-
const ActiveAgent_1 = require("../../contexts/ActiveAgent");
|
|
27
|
-
const CurrentAgent_1 = __importDefault(require("../../contexts/CurrentAgent"));
|
|
28
|
-
const CurrentMessage_1 = __importDefault(require("../../contexts/CurrentMessage"));
|
|
29
|
-
const use_appearances_1 = __importDefault(require("../../hooks/use-appearances"));
|
|
30
|
-
const runtime_1 = require("../../state/runtime");
|
|
31
|
-
const session_1 = require("../../state/session");
|
|
32
|
-
const map_right_1 = __importDefault(require("../../utils/map-right"));
|
|
33
|
-
const CodePreview_1 = require("./components/CodePreview");
|
|
34
|
-
const ConfirmDialog_1 = __importDefault(require("./components/ConfirmDialog"));
|
|
35
|
-
const Loading_1 = __importDefault(require("./components/Loading"));
|
|
36
|
-
const UserQuestion_1 = __importDefault(require("./components/UserQuestion"));
|
|
37
|
-
const V0Runtime_1 = require("./contexts/V0Runtime");
|
|
38
|
-
const utils_1 = require("./utils");
|
|
39
|
-
const sliderWidth = 200;
|
|
40
|
-
function V0Page({ textColor = '#333', primaryColor = '#333' }) {
|
|
41
|
-
const inheritedTheme = (0, material_1.useTheme)();
|
|
42
|
-
const theme = (0, react_2.useMemo)(() => {
|
|
43
|
-
let { primary } = inheritedTheme.palette;
|
|
44
|
-
try {
|
|
45
|
-
if (primaryColor) {
|
|
46
|
-
primary = inheritedTheme.palette.augmentColor({ color: { main: primaryColor } });
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
catch (error) {
|
|
50
|
-
console.error('augment primary color error', { error });
|
|
51
|
-
}
|
|
52
|
-
return (0, material_1.createTheme)(inheritedTheme, {
|
|
53
|
-
palette: { primary, textColor, background: { block: '#f6f6f6' } },
|
|
54
|
-
shape: {
|
|
55
|
-
borderRadius: 8,
|
|
56
|
-
},
|
|
57
|
-
});
|
|
58
|
-
}, [inheritedTheme, primaryColor, textColor]);
|
|
59
|
-
(0, session_1.useAutoLoadSessionState)({
|
|
60
|
-
autoSetCurrentSessionId: false,
|
|
61
|
-
});
|
|
62
|
-
const { currentSessionId } = (0, session_1.useSessionState)((s) => s) || {};
|
|
63
|
-
const { activeAgentId } = (0, ActiveAgent_1.useActiveAgent)();
|
|
64
|
-
const { isMobile } = (0, V0Runtime_1.useV0RuntimeContext)();
|
|
65
|
-
return ((0, jsx_runtime_1.jsx)(material_1.ThemeProvider, { theme: theme, children: (0, jsx_runtime_1.jsx)(CurrentAgent_1.default, { agentId: activeAgentId, children: (0, jsx_runtime_1.jsx)(material_1.Box, { flex: 1, children: (0, jsx_runtime_1.jsxs)(material_1.Container, { sx: {
|
|
66
|
-
height: 'calc(100vh - 64px - 1px)',
|
|
67
|
-
textAlign: 'center',
|
|
68
|
-
pt: 3,
|
|
69
|
-
gap: 2,
|
|
70
|
-
display: 'flex',
|
|
71
|
-
flexDirection: 'column',
|
|
72
|
-
position: 'relative',
|
|
73
|
-
'.code-preview-wrapper': {},
|
|
74
|
-
}, children: [(0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
75
|
-
flex: 1,
|
|
76
|
-
height: !isMobile && currentSessionId ? 'calc(100% - 48px - 16px - 16px)' : 'unset',
|
|
77
|
-
}, children: currentSessionId ? (0, jsx_runtime_1.jsx)(V0DetailRender, {}) : (0, jsx_runtime_1.jsx)(V0ListRender, {}) }), (0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
78
|
-
position: 'sticky',
|
|
79
|
-
bottom: 0,
|
|
80
|
-
backgroundColor: 'white',
|
|
81
|
-
py: 2,
|
|
82
|
-
pt: currentSessionId ? 0 : 2,
|
|
83
|
-
zIndex: 1100,
|
|
84
|
-
}, children: (0, jsx_runtime_1.jsx)(AgentInputRender, {}) })] }) }) }) }));
|
|
85
|
-
}
|
|
86
|
-
function Page() {
|
|
87
|
-
return ((0, jsx_runtime_1.jsx)(V0Runtime_1.V0RuntimeProvider, { children: (0, jsx_runtime_1.jsx)(V0Page, {}) }));
|
|
88
|
-
}
|
|
89
|
-
function V0ListRender() {
|
|
90
|
-
var _a, _b;
|
|
91
|
-
const ConfirmDialogRef = (0, react_2.useRef)();
|
|
92
|
-
const { sessions: sessionsList, setCurrentSessionId, loadLatestMessagesForAllSessions, sessionMap, deleteSession, loading, } = (0, session_1.useSessionState)((s) => s) || {};
|
|
93
|
-
const { isMobile } = (0, V0Runtime_1.useV0RuntimeContext)();
|
|
94
|
-
const { agent } = (0, runtime_1.useRuntimeState)();
|
|
95
|
-
const { t } = (0, locale_1.useLocaleContext)();
|
|
96
|
-
(0, react_2.useEffect)(() => {
|
|
97
|
-
const loadData = () => __awaiter(this, void 0, void 0, function* () {
|
|
98
|
-
if (sessionsList === null || sessionsList === void 0 ? void 0 : sessionsList.length) {
|
|
99
|
-
yield loadLatestMessagesForAllSessions();
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
loadData();
|
|
103
|
-
}, [sessionsList === null || sessionsList === void 0 ? void 0 : sessionsList.length]);
|
|
104
|
-
return ((0, jsx_runtime_1.jsxs)(material_1.Box, { flex: 1, children: [(0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "h2", color: "textColor", sx: { fontWeight: 'bold', mt: isMobile ? 3 : 6 }, children: ((_a = agent === null || agent === void 0 ? void 0 : agent.project) === null || _a === void 0 ? void 0 : _a.name) || t('v0.title') }), (0, jsx_runtime_1.jsx)(material_1.Typography, { variant: "h5", color: "textColor", sx: Object.assign(Object.assign({}, (0, utils_1.getLineClamp)(5)), { mt: 2 }), children: ((_b = agent === null || agent === void 0 ? void 0 : agent.project) === null || _b === void 0 ? void 0 : _b.description) || t('v0.description') }), loading ? ((0, jsx_runtime_1.jsx)(Loading_1.default, { sx: {
|
|
105
|
-
position: 'relative',
|
|
106
|
-
height: '40vh',
|
|
107
|
-
width: '100%',
|
|
108
|
-
} })) : ((0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
109
|
-
mt: isMobile ? 4 : 8,
|
|
110
|
-
display: 'flex',
|
|
111
|
-
alignContent: 'center',
|
|
112
|
-
justifyContent: 'center',
|
|
113
|
-
}, children: [(sessionsList === null || sessionsList === void 0 ? void 0 : sessionsList.length) ? ((0, jsx_runtime_1.jsx)(lab_1.Masonry, { columns: { xs: 1, sm: 2, md: 3, lg: 4 }, sequential: true, spacing: 2, children: sessionsList === null || sessionsList === void 0 ? void 0 : sessionsList.map((item) => {
|
|
114
|
-
var _a, _b;
|
|
115
|
-
const { name, id } = item;
|
|
116
|
-
const latestMessage = (_b = (_a = sessionMap === null || sessionMap === void 0 ? void 0 : sessionMap[id]) === null || _a === void 0 ? void 0 : _a.messages) === null || _b === void 0 ? void 0 : _b.at(0);
|
|
117
|
-
return ((0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
118
|
-
display: 'flex',
|
|
119
|
-
justifyContent: 'center',
|
|
120
|
-
flexDirection: 'column',
|
|
121
|
-
gap: 1,
|
|
122
|
-
}, children: [(0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
123
|
-
border: 2,
|
|
124
|
-
borderRadius: 1,
|
|
125
|
-
borderColor: 'background.block',
|
|
126
|
-
backgroundColor: 'background.block',
|
|
127
|
-
display: 'flex',
|
|
128
|
-
alignItems: 'center',
|
|
129
|
-
justifyContent: 'center',
|
|
130
|
-
cursor: 'pointer',
|
|
131
|
-
transition: 'all 0.3s',
|
|
132
|
-
overflow: 'hidden',
|
|
133
|
-
// minHeight: sliderWidth,
|
|
134
|
-
// maxHeight: '50vh',
|
|
135
|
-
height: 300,
|
|
136
|
-
'&:hover': {
|
|
137
|
-
borderColor: 'primary.main',
|
|
138
|
-
},
|
|
139
|
-
}, onClick: () => {
|
|
140
|
-
setCurrentSessionId(id);
|
|
141
|
-
}, children: (0, jsx_runtime_1.jsx)(CodePreview_1.CodeRenderByMessageMemo, { zoom: 0.5, message: latestMessage, sx: {
|
|
142
|
-
pointerEvents: 'none',
|
|
143
|
-
} }) }), (0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
144
|
-
display: 'flex',
|
|
145
|
-
alignItems: 'center',
|
|
146
|
-
justifyContent: 'space-between',
|
|
147
|
-
}, children: [(0, jsx_runtime_1.jsx)(UserQuestion_1.default, { question: name }), (0, jsx_runtime_1.jsx)(material_1.Box, { children: (0, jsx_runtime_1.jsx)(material_1.IconButton, { color: "error", size: "small", onClick: () => {
|
|
148
|
-
var _a, _b;
|
|
149
|
-
(_b = (_a = ConfirmDialogRef === null || ConfirmDialogRef === void 0 ? void 0 : ConfirmDialogRef.current) === null || _a === void 0 ? void 0 : _a.open) === null || _b === void 0 ? void 0 : _b.call(_a, {
|
|
150
|
-
title: t('v0.deleteSessionTitle', { name }),
|
|
151
|
-
children: (0, jsx_runtime_1.jsx)(material_1.Box, { children: t('v0.deleteSessionTip') }),
|
|
152
|
-
onConfirm: () => __awaiter(this, void 0, void 0, function* () {
|
|
153
|
-
yield deleteSession({
|
|
154
|
-
sessionId: id,
|
|
155
|
-
autoSetCurrentSessionId: false,
|
|
156
|
-
});
|
|
157
|
-
}),
|
|
158
|
-
onConfirmProps: {
|
|
159
|
-
color: 'error',
|
|
160
|
-
children: t('delete'),
|
|
161
|
-
},
|
|
162
|
-
onCancelProps: {
|
|
163
|
-
color: 'inherit',
|
|
164
|
-
},
|
|
165
|
-
});
|
|
166
|
-
}, children: (0, jsx_runtime_1.jsx)(react_1.Icon, { icon: "tabler:trash" }) }) })] })] }, id));
|
|
167
|
-
}) }, "masonry-list")) : ((0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
168
|
-
mt: 12,
|
|
169
|
-
}, children: (0, jsx_runtime_1.jsx)(Empty_1.default, { children: t('v0.noData') }) })), (0, jsx_runtime_1.jsx)(ConfirmDialog_1.default, { ref: ConfirmDialogRef })] }))] }, "list-render"));
|
|
170
|
-
}
|
|
171
|
-
function V0DetailRender() {
|
|
172
|
-
var _a;
|
|
173
|
-
const { setCurrentSessionId } = (0, session_1.useSessionState)((s) => s) || {};
|
|
174
|
-
const { messages: messagesListOriginal, loading } = (0, session_1.useCurrentSessionState)((s) => s) || {};
|
|
175
|
-
const { currentMessageTaskId, setCurrentMessageTaskId, propertiesValueMap, isMobile } = (0, V0Runtime_1.useV0RuntimeContext)();
|
|
176
|
-
const [sliderOpenInMobile, setSliderOpenInMobile] = (0, react_2.useState)(!isMobile);
|
|
177
|
-
const { t } = (0, locale_1.useLocaleContext)();
|
|
178
|
-
// FIXME: 现在临时把 error 的消息隐藏了,后续需要优化
|
|
179
|
-
const messagesList = (_a = messagesListOriginal === null || messagesListOriginal === void 0 ? void 0 : messagesListOriginal.filter((message, index) => { var _a, _b; return (!(message === null || message === void 0 ? void 0 : message.error) && ((_b = (_a = message === null || message === void 0 ? void 0 : message.outputs) === null || _a === void 0 ? void 0 : _a.objects) === null || _b === void 0 ? void 0 : _b.length)) || message.id === currentMessageTaskId || index === 0; })) !== null && _a !== void 0 ? _a : [];
|
|
180
|
-
const currentMessage = messagesList.find((message) => message.id === currentMessageTaskId);
|
|
181
|
-
(0, react_2.useEffect)(() => {
|
|
182
|
-
if (messagesList.length) {
|
|
183
|
-
const latestMessage = messagesList === null || messagesList === void 0 ? void 0 : messagesList.at(0);
|
|
184
|
-
// no currentMessageTaskId or has new message
|
|
185
|
-
if (!currentMessageTaskId || (currentMessageTaskId === (latestMessage === null || latestMessage === void 0 ? void 0 : latestMessage.id) && messagesList.length > 1)) {
|
|
186
|
-
// @ts-ignore
|
|
187
|
-
setCurrentMessageTaskId(latestMessage.id);
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}, [messagesList, currentMessageTaskId]);
|
|
191
|
-
const sliderOpen = isMobile ? sliderOpenInMobile : true;
|
|
192
|
-
const sliderWrapperSx = {
|
|
193
|
-
height: isMobile ? 'unset' : '100%',
|
|
194
|
-
backgroundColor: 'background.block',
|
|
195
|
-
borderRadius: 1,
|
|
196
|
-
p: 2,
|
|
197
|
-
position: 'relative',
|
|
198
|
-
};
|
|
199
|
-
return ((0, jsx_runtime_1.jsxs)(material_1.Box, { flex: 1, sx: {
|
|
200
|
-
display: 'flex',
|
|
201
|
-
gap: 2,
|
|
202
|
-
height: '100%',
|
|
203
|
-
flexDirection: isMobile ? 'column' : 'row',
|
|
204
|
-
}, children: [(0, jsx_runtime_1.jsxs)(material_1.Box, { sx: Object.assign({ width: isMobile ? '100%' : sliderWidth, gap: 2, display: 'flex', flexDirection: 'column' }, (isMobile ? {} : Object.assign({}, sliderWrapperSx))), children: [(0, jsx_runtime_1.jsxs)(material_1.Box, { sx: {
|
|
205
|
-
display: 'flex',
|
|
206
|
-
justifyContent: 'space-between',
|
|
207
|
-
alignItems: 'center',
|
|
208
|
-
gap: 2,
|
|
209
|
-
}, children: [(0, jsx_runtime_1.jsx)(material_1.Button, { variant: "outlined", size: "small", startIcon: (0, jsx_runtime_1.jsx)(react_1.Icon, { icon: "tabler:chevron-left" }), onClick: () => {
|
|
210
|
-
setCurrentMessageTaskId(undefined);
|
|
211
|
-
setCurrentSessionId('');
|
|
212
|
-
}, sx: {
|
|
213
|
-
backgroundColor: 'white',
|
|
214
|
-
width: isMobile ? 'auto' : '100%',
|
|
215
|
-
}, children: t('back') }), isMobile ? ((0, jsx_runtime_1.jsx)(material_1.Button, { startIcon: (0, jsx_runtime_1.jsx)(react_1.Icon, { icon: sliderOpenInMobile ? 'tabler:chevron-up' : 'tabler:chevron-down' }), size: "small", onClick: () => setSliderOpenInMobile(!sliderOpenInMobile), children: sliderOpenInMobile ? t('v0.hideSlider') : t('v0.showSlider') })) : null, loading && ((0, jsx_runtime_1.jsx)(Loading_1.default, { sx: Object.assign({ position: 'absolute', zIndex: 99999, top: 0, left: 0, right: 0, bottom: 0, margin: 'auto', background: 'rgba(255, 255, 255, 0.8)', opacity: 0.8, borderRadius: 1, boxShadow: '0 0 10px rgba(0, 0, 0, 0.1)' }, (isMobile
|
|
216
|
-
? {
|
|
217
|
-
width: '40px',
|
|
218
|
-
height: '40px',
|
|
219
|
-
}
|
|
220
|
-
: {
|
|
221
|
-
width: '80px',
|
|
222
|
-
height: '80px',
|
|
223
|
-
})) }))] }), sliderOpen && ((0, jsx_runtime_1.jsx)(material_1.Stack, { spacing: 2, direction: isMobile ? 'row' : 'column', sx: Object.assign(Object.assign({}, (isMobile
|
|
224
|
-
? Object.assign({ overflowY: 'hidden', overflowX: 'auto' }, sliderWrapperSx) : {
|
|
225
|
-
overflowY: 'auto',
|
|
226
|
-
overflowX: 'hidden',
|
|
227
|
-
})), {
|
|
228
|
-
// scrollbarWidth: 'thin',
|
|
229
|
-
// scrollbarColor: 'grey transparent',
|
|
230
|
-
'&::-webkit-scrollbar': {
|
|
231
|
-
display: 'none',
|
|
232
|
-
} }), children: (0, map_right_1.default)(messagesList, (item, i) => {
|
|
233
|
-
const { inputs: parameters, id: taskId, updatedAt } = item;
|
|
234
|
-
const isCurrent = taskId === (currentMessageTaskId || undefined);
|
|
235
|
-
return ((0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
236
|
-
display: 'flex',
|
|
237
|
-
justifyContent: 'center',
|
|
238
|
-
flexDirection: 'column',
|
|
239
|
-
gap: 1,
|
|
240
|
-
}, children: (0, jsx_runtime_1.jsxs)(material_1.Box, { id: taskId, onClick: () => {
|
|
241
|
-
// @ts-ignore
|
|
242
|
-
setCurrentMessageTaskId(item.id);
|
|
243
|
-
}, sx: Object.assign({ cursor: 'pointer', color: 'textColor', borderRadius: 1, border: 1, borderColor: isCurrent ? 'primary.main' : 'background.block', backgroundColor: 'white', position: 'relative', transition: 'all 0.3s', '&:hover': {
|
|
244
|
-
borderColor: 'primary.main',
|
|
245
|
-
} }, (isMobile
|
|
246
|
-
? {
|
|
247
|
-
width: sliderWidth / 2,
|
|
248
|
-
height: sliderWidth / 2,
|
|
249
|
-
}
|
|
250
|
-
: {
|
|
251
|
-
minHeight: sliderWidth / 2,
|
|
252
|
-
maxHeight: '50vh',
|
|
253
|
-
})), children: [(0, jsx_runtime_1.jsx)(CodePreview_1.CodeRenderByMessageMemo, { zoom: 0.25, message: item, sx: {
|
|
254
|
-
pointerEvents: 'none',
|
|
255
|
-
}, propertiesValueMap: propertiesValueMap }), (0, jsx_runtime_1.jsx)(material_1.Tooltip, { placement: "right", arrow: true, PopperProps: {
|
|
256
|
-
// disablePortal: true,
|
|
257
|
-
}, TransitionProps: {
|
|
258
|
-
timeout: {
|
|
259
|
-
appear: 500,
|
|
260
|
-
enter: 500,
|
|
261
|
-
exit: 0,
|
|
262
|
-
},
|
|
263
|
-
}, title: (0, jsx_runtime_1.jsxs)(material_1.Box, { children: [(0, jsx_runtime_1.jsx)(material_1.Typography, { sx: {
|
|
264
|
-
fontSize: 13,
|
|
265
|
-
fontWeight: 500,
|
|
266
|
-
color: 'white',
|
|
267
|
-
}, children: parameters === null || parameters === void 0 ? void 0 : parameters.question }), (0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
268
|
-
fontSize: 12,
|
|
269
|
-
opacity: 0.75,
|
|
270
|
-
}, children: (0, jsx_runtime_1.jsx)(RelativeTime_1.default, { value: updatedAt }) })] }), children: (0, jsx_runtime_1.jsx)(material_1.Chip, { label: `V${messagesList.length - i - 1}`, size: "small", variant: "outlined", sx: {
|
|
271
|
-
fontWeight: 500,
|
|
272
|
-
fontSize: 10,
|
|
273
|
-
height: 20,
|
|
274
|
-
position: 'absolute',
|
|
275
|
-
bottom: 4,
|
|
276
|
-
right: 4,
|
|
277
|
-
backgroundColor: 'background.block',
|
|
278
|
-
borderColor: isCurrent ? 'primary.main' : 'textColor',
|
|
279
|
-
color: isCurrent ? 'primary.main' : 'textColor',
|
|
280
|
-
borderRadius: 1,
|
|
281
|
-
} }) }, taskId)] }, taskId) }, taskId));
|
|
282
|
-
}) }))] }, "slider"), (0, jsx_runtime_1.jsx)(material_1.Box, { sx: {
|
|
283
|
-
borderRadius: 1,
|
|
284
|
-
backgroundColor: 'background.block',
|
|
285
|
-
flex: 1,
|
|
286
|
-
maxWidth: isMobile ? '100%' : `calc(100% - ${sliderWidth}px - 16px)`,
|
|
287
|
-
}, children: currentMessage && (0, jsx_runtime_1.jsx)(AgentOutputRender, { message: currentMessage }) })] }));
|
|
288
|
-
}
|
|
289
|
-
function AgentInputRender() {
|
|
290
|
-
const { appearanceInput } = (0, use_appearances_1.default)();
|
|
291
|
-
if (!(appearanceInput === null || appearanceInput === void 0 ? void 0 : appearanceInput.componentId))
|
|
292
|
-
return null;
|
|
293
|
-
return ((0, jsx_runtime_1.jsx)(react_2.Suspense, { children: (0, jsx_runtime_1.jsx)(CustomComponentRenderer_1.default, { componentId: appearanceInput.componentId, properties: appearanceInput.componentProperties }) }));
|
|
294
|
-
}
|
|
295
|
-
function AgentOutputRender({ message }) {
|
|
296
|
-
const { appearanceOutput } = (0, use_appearances_1.default)();
|
|
297
|
-
if (!(appearanceOutput === null || appearanceOutput === void 0 ? void 0 : appearanceOutput.componentId) || !message)
|
|
298
|
-
return null;
|
|
299
|
-
return ((0, jsx_runtime_1.jsx)(CurrentAgent_1.default, { agentId: message.agentId, children: (0, jsx_runtime_1.jsx)(CurrentMessage_1.default, { message: message, children: (0, jsx_runtime_1.jsx)(react_2.Suspense, { children: (0, jsx_runtime_1.jsx)(CustomComponentRenderer_1.default, { componentId: appearanceOutput.componentId, properties: appearanceOutput.componentProperties, fallbackRender: AgentErrorBoundary_1.AgentErrorView }, message.id) }) }) }));
|
|
300
|
-
}
|