fmode-ng 0.0.113 → 0.0.115
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/LICENSE.md +8 -0
- package/README.md +37 -37
- package/esm2022/fmode-ng.mjs +10 -5
- package/esm2022/lib/aigc/agent/fm-agent-task/fm-agent-task.component.mjs +8 -92
- package/esm2022/lib/aigc/agent/index.mjs +10 -3
- package/esm2022/lib/aigc/avatar/avatar.module.mjs +10 -45
- package/esm2022/lib/aigc/avatar/comp-avatar-particle/avatar.role.mjs +10 -2
- package/esm2022/lib/aigc/avatar/comp-avatar-particle/comp-avatar-particle.component.mjs +10 -315
- package/esm2022/lib/aigc/avatar/comp-avatar-particle/index.mjs +10 -3
- package/esm2022/lib/aigc/avatar/comp-avatar-particle/role-points.class.mjs +10 -57
- package/esm2022/lib/aigc/avatar/comp-avatar-role-image/comp-avatar-role-image.component.mjs +10 -98
- package/esm2022/lib/aigc/avatar/comp-avatar-role-video/comp-avatar-role-video.component.mjs +10 -107
- package/esm2022/lib/aigc/avatar/comp-avatar-talk/comp-avatar-talk.component.mjs +10 -113
- package/esm2022/lib/aigc/avatar/index.mjs +10 -8
- package/esm2022/lib/aigc/avatar/interface-avatar-role.mjs +10 -2
- package/esm2022/lib/aigc/avatar/modal-chat-voice-input/modal-chat-voice-input.component.mjs +8 -164
- package/esm2022/lib/aigc/chat/chat-header-area/comp-header-area.component.mjs +10 -49
- package/esm2022/lib/aigc/chat/chat-header-area/index.mjs +10 -2
- package/esm2022/lib/aigc/chat/chat-list/chat-list.component.mjs +8 -155
- package/esm2022/lib/aigc/chat/chat-list/index.mjs +10 -2
- package/esm2022/lib/aigc/chat/chat-message-area/comp-message-area.component.mjs +10 -40
- package/esm2022/lib/aigc/chat/chat-message-area/index.mjs +10 -2
- package/esm2022/lib/aigc/chat/chat-message-card/comp-message-card.component.mjs +10 -140
- package/esm2022/lib/aigc/chat/chat-message-card/duration-str.pipe.mjs +10 -29
- package/esm2022/lib/aigc/chat/chat-message-card/index.mjs +10 -3
- package/esm2022/lib/aigc/chat/chat-modal-input/index.mjs +10 -3
- package/esm2022/lib/aigc/chat/chat-modal-input/modal-audio-message/modal-audio-message.component.mjs +8 -193
- package/esm2022/lib/aigc/chat/chat-modal-input/modal-input.component.mjs +10 -331
- package/esm2022/lib/aigc/chat/chat-panel/chat-panel.component.mjs +8 -249
- package/esm2022/lib/aigc/chat/comp-role-prompt/comp-role-prompt.component.mjs +10 -83
- package/esm2022/lib/aigc/chat/comp-role-prompt/index.mjs +10 -2
- package/esm2022/lib/aigc/chat/index.mjs +10 -8
- package/esm2022/lib/aigc/comp-markdown-preview/clipboard.service.mjs +10 -82
- package/esm2022/lib/aigc/comp-markdown-preview/markdown-parse.mjs +8 -367
- package/esm2022/lib/aigc/comp-markdown-preview/markdown-preview.component.mjs +10 -51
- package/esm2022/lib/aigc/comp-markdown-preview/markdown-preview.module.mjs +10 -24
- package/esm2022/lib/aigc/comp-markdown-preview/plugins/md-mathjax/index.mjs +10 -115
- package/esm2022/lib/aigc/index.mjs +10 -14
- package/esm2022/lib/aigc/service-fmai/fmai.service.mjs +10 -21
- package/esm2022/lib/aigc/service-fmai/service-chat/chat-class.mjs +10 -2
- package/esm2022/lib/aigc/service-fmai/service-chat/chat.service.mjs +8 -174
- package/esm2022/lib/aigc/service-fmai/service-chat/index.mjs +10 -7
- package/esm2022/lib/aigc/service-fmai/service-chat/mask-list.mjs +9 -194
- package/esm2022/lib/aigc/service-fmai/service-chat/pipes/chat-content.pipe.mjs +10 -27
- package/esm2022/lib/aigc/service-fmai/service-chat/pipes/hidexml.pipe.mjs +10 -27
- package/esm2022/lib/aigc/service-fmai/service-chat/utilnow.pipe.mjs +10 -68
- package/esm2022/lib/aigc/service-fmai/service-imagine/imagine-func.mjs +9 -162
- package/esm2022/lib/aigc/service-fmai/service-imagine/imagine-work.mjs +10 -68
- package/esm2022/lib/aigc/service-fmai/service-imagine/imagine.service.mjs +8 -313
- package/esm2022/lib/aigc/service-fmai/service-imagine/index.mjs +10 -4
- package/esm2022/lib/aigc/story/fm-office-viewer/fm-office-viewer.component.mjs +10 -62
- package/esm2022/lib/aigc/story/fm-story-card/fm-story-card.component.mjs +10 -87
- package/esm2022/lib/aigc/story/fm-story-list/fm-story-list.component.mjs +10 -345
- package/esm2022/lib/aigc/story/fm-story-list/story-preview.mjs +10 -81
- package/esm2022/lib/aigc/story/fm-story-loader/fm-story-loader.component.mjs +10 -152
- package/esm2022/lib/aigc/story/fm-story-splitter/fm-story-splitter.component.mjs +10 -42
- package/esm2022/lib/aigc/story/index.mjs +10 -6
- package/esm2022/lib/aigc/story/modal-chat-story/comp-chat-story-json/comp-chat-story-json.component.mjs +10 -47
- package/esm2022/lib/aigc/story/modal-chat-story/comp-diary-story/comp-diary-story.component.mjs +10 -95
- package/esm2022/lib/aigc/story/modal-chat-story/modal-chat-story.component.mjs +10 -253
- package/esm2022/lib/aigc/story/story.service.mjs +10 -35
- package/esm2022/lib/aigc/voice/fmode-voice.service.mjs +10 -636
- package/esm2022/lib/aigc/voice/index.mjs +10 -7
- package/esm2022/lib/aigc/voice/lib/audio/audio.player.mjs +10 -55
- package/esm2022/lib/aigc/voice/lib/audio/audio.streamer.mjs +10 -2
- package/esm2022/lib/aigc/voice/lib/audio/streamer.microsoft.mjs +10 -96
- package/esm2022/lib/aigc/voice/lib/audio/streamer.pcm.mjs +8 -177
- package/esm2022/lib/aigc/voice/lib/pcm2wav.mjs +10 -38
- package/esm2022/lib/aigc/voice/lib/recorder/extension-waveview.mjs +10 -215
- package/esm2022/lib/aigc/voice/lib/resample.mjs +10 -34
- package/esm2022/lib/aigc/voice/tts/fmode-tts-class.mjs +10 -189
- package/esm2022/lib/aigc/voice/tts/index.mjs +10 -5
- package/esm2022/lib/aigc/voice/tts/int-tts-provider.mjs +10 -2
- package/esm2022/lib/aigc/voice/tts/provider-doubao.mjs +8 -346
- package/esm2022/lib/code/fm-codemirror/fm-codemirror.component.mjs +8 -342
- package/esm2022/lib/code/index.mjs +10 -2
- package/esm2022/lib/core/agent/chat/completion/fmode-completion.mjs +8 -430
- package/esm2022/lib/core/agent/chat/completion/index.mjs +10 -2
- package/esm2022/lib/core/agent/chat/completion/int-gpt-chat-options.mjs +10 -2
- package/esm2022/lib/core/agent/chat/fmode-chat.mjs +8 -617
- package/esm2022/lib/core/agent/chat/index.mjs +10 -4
- package/esm2022/lib/core/agent/chat/interface.mjs +10 -2
- package/esm2022/lib/core/agent/index.mjs +10 -6
- package/esm2022/lib/core/agent/prompt/agent.prompt.mjs +10 -133
- package/esm2022/lib/core/agent/prompt/index.mjs +10 -2
- package/esm2022/lib/core/agent/prompt/prompt-util.mjs +10 -16
- package/esm2022/lib/core/agent/story/agent.story.mjs +10 -64
- package/esm2022/lib/core/agent/story/index.mjs +10 -2
- package/esm2022/lib/core/agent/task/agent.task.mjs +10 -90
- package/esm2022/lib/core/agent/task/index.mjs +10 -2
- package/esm2022/lib/core/agent/waiting/index.mjs +10 -3
- package/esm2022/lib/core/agent/waiting/loading/loading.ctrl.mjs +10 -279
- package/esm2022/lib/core/agent/waiting/tips/tips.ctrl.mjs +8 -190
- package/esm2022/lib/core/index.mjs +10 -4
- package/esm2022/lib/core/parse/datatype/acl.mjs +10 -57
- package/esm2022/lib/core/parse/datatype/file.mjs +10 -69
- package/esm2022/lib/core/parse/datatype/geopoint.mjs +10 -57
- package/esm2022/lib/core/parse/datatype/relation.mjs +10 -56
- package/esm2022/lib/core/parse/fmode.cloud.mjs +10 -0
- package/esm2022/lib/core/parse/fmode.object.mjs +10 -232
- package/esm2022/lib/core/parse/fmode.parse.mjs +10 -84
- package/esm2022/lib/core/parse/fmode.query.mjs +8 -500
- package/esm2022/lib/core/parse/fmode.user.mjs +10 -275
- package/esm2022/lib/core/parse/index.mjs +10 -5
- package/esm2022/lib/core/parse/types.mjs +10 -2
- package/esm2022/lib/core/voice/index.mjs +10 -3
- package/esm2022/lib/core/voice/tts/index.mjs +10 -2
- package/esm2022/lib/icon/filetype/audio.svg.mjs +10 -3
- package/esm2022/lib/icon/filetype/avatar.svg.mjs +10 -14
- package/esm2022/lib/icon/filetype/chat.svg.mjs +10 -3
- package/esm2022/lib/icon/filetype/docx.svg.mjs +10 -3
- package/esm2022/lib/icon/filetype/file.svg.mjs +10 -3
- package/esm2022/lib/icon/filetype/filetype.pipe.mjs +10 -57
- package/esm2022/lib/icon/filetype/index.mjs +10 -12
- package/esm2022/lib/icon/filetype/md.svg.mjs +10 -3
- package/esm2022/lib/icon/filetype/pdf.svg.mjs +10 -3
- package/esm2022/lib/icon/filetype/pptx.svg.mjs +10 -3
- package/esm2022/lib/icon/filetype/svgtoblob.mjs +10 -8
- package/esm2022/lib/icon/filetype/video.svg.mjs +10 -3
- package/esm2022/lib/icon/filetype/xlsx.svg.mjs +10 -3
- package/esm2022/lib/icon/index.mjs +10 -2
- package/esm2022/lib/map/comp-poi-picker/comp-poi-picker.component.mjs +10 -209
- package/esm2022/lib/map/comp-poi-picker/comp-poi-picker.module.mjs +10 -33
- package/esm2022/lib/map/index.mjs +10 -4
- package/esm2022/lib/map/map.module.mjs +10 -61
- package/esm2022/lib/map/page-loca-scatter/page-loca-scatter.component.mjs +10 -132
- package/esm2022/lib/map/page-map.start/page-map.start.component.mjs +8 -115
- package/esm2022/lib/map/page-plan-route/page-plan-route.component.mjs +8 -118
- package/esm2022/lib/nova-cloud/index.mjs +10 -3
- package/esm2022/lib/nova-cloud/ncloud-api-func.mjs +10 -91
- package/esm2022/lib/nova-cloud/nova-cloud.service.mjs +10 -53
- package/esm2022/lib/payment/index.mjs +10 -2
- package/esm2022/lib/payment/payment/payment.component.mjs +10 -543
- package/esm2022/lib/payment/payment.service.mjs +10 -202
- package/esm2022/lib/person/comp-person-gender-icon/comp-person-gender-icon.component.mjs +10 -48
- package/esm2022/lib/person/comp-person-item/comp-person-item.component.mjs +10 -29
- package/esm2022/lib/person/comp-person-story/comp-person-story.component.mjs +10 -211
- package/esm2022/lib/person/edit-upload/edit-upload.component.mjs +8 -412
- package/esm2022/lib/person/edit-upload/edit-upload.module.mjs +10 -50
- package/esm2022/lib/person/index.mjs +10 -5
- package/esm2022/lib/person/modal-person-select/modal-person-select.component.mjs +10 -144
- package/esm2022/lib/person/modal-user-verify/secret-text.pipe.mjs +10 -41
- package/esm2022/lib/person/modal-user-verify/user-verify.component.mjs +10 -595
- package/esm2022/lib/person/person-detail/person-detail.component.mjs +10 -172
- package/esm2022/lib/person/person.service.mjs +8 -193
- package/esm2022/lib/platform/cross.service.mjs +10 -62
- package/esm2022/lib/platform/index.mjs +10 -2
- package/esm2022/lib/social/index.mjs +10 -2
- package/esm2022/lib/social/wechat/wechat-jssdk.service.mjs +8 -230
- package/esm2022/lib/storage/comp-hwobs-manager/hwobs-manager.component.mjs +10 -59
- package/esm2022/lib/storage/index.mjs +10 -5
- package/esm2022/lib/storage/service-hwobs/hwobs.service.mjs +8 -131
- package/esm2022/lib/storage/service-hwobs/index.mjs +10 -3
- package/esm2022/lib/storage/service-hwobs/typings/esdk-obs-browser.mjs +1 -1
- package/esm2022/lib/storage/service-upload/index.mjs +10 -2
- package/esm2022/lib/storage/service-upload/nova-upload.service.mjs +8 -513
- package/esm2022/lib/storage/service-upload/util-file-md5.mjs +10 -28
- package/esm2022/lib/storage/service-upload/util-file-metadata.mjs +10 -93
- package/esm2022/lib/storage/storage.module.mjs +10 -42
- package/esm2022/lib/text/fm-article-editor/article-editor-topbar/article-editor-topbar.component.mjs +10 -72
- package/esm2022/lib/text/fm-article-editor/article.service.mjs +10 -237
- package/esm2022/lib/text/fm-article-editor/comp-upload-book-banners/comp-upload-book-banners.component.mjs +8 -72
- package/esm2022/lib/text/fm-article-editor/draft.service.mjs +10 -207
- package/esm2022/lib/text/fm-article-editor/fm-article-aitool/fm-article-aitool.component.mjs +8 -227
- package/esm2022/lib/text/fm-article-editor/fm-article-draft/fm-article-draft.component.mjs +10 -303
- package/esm2022/lib/text/fm-article-editor/fm-article-editor.component.mjs +8 -371
- package/esm2022/lib/text/fm-article-editor/fm-article-outline/fm-article-outline.component.mjs +10 -94
- package/esm2022/lib/text/fm-article-editor/fm-article-outline-leftitem/fm-article-outline-leftitem.component.mjs +10 -36
- package/esm2022/lib/text/fm-article-editor/fm-article-preview/fm-article-preview.component.mjs +10 -281
- package/esm2022/lib/text/fm-article-editor/fm-article-write-options/fm-article-write-options.component.mjs +10 -72
- package/esm2022/lib/text/fm-article-editor/outline-count.pipe.mjs +10 -22
- package/esm2022/lib/text/fm-article-editor/prompt/prompt-insertion-article.mjs +10 -169
- package/esm2022/lib/text/fm-article-editor/task-article-generation.mjs +10 -69
- package/esm2022/lib/text/fm-article-editor/tasks/task-article-draft-create.mjs +10 -65
- package/esm2022/lib/text/fm-article-editor/tasks/task-article-outline-edit.mjs +10 -55
- package/esm2022/lib/text/fm-article-editor/tasks/task-article-outline.mjs +10 -142
- package/esm2022/lib/text/fm-article-editor/tasks/task-article-preview.mjs +10 -35
- package/esm2022/lib/text/fm-article-editor/tasks/task-article-writing-options.mjs +10 -81
- package/esm2022/lib/text/fm-article-editor/tasks/task-document-select.mjs +10 -50
- package/esm2022/lib/text/fm-text-quill/fm-text-quill.component.mjs +10 -145
- package/esm2022/lib/text/index.mjs +10 -4
- package/esm2022/lib/user/account/account.service.mjs +10 -222
- package/esm2022/lib/user/captcha/captcha.component.mjs +10 -135
- package/esm2022/lib/user/comp-user-avatar/comp-user-avatar.component.mjs +10 -66
- package/esm2022/lib/user/index.mjs +10 -17
- package/esm2022/lib/user/login/auth.guard.mjs +10 -28
- package/esm2022/lib/user/login/auth.service.mjs +8 -433
- package/esm2022/lib/user/login/login.component.mjs +10 -916
- package/esm2022/lib/user/modal-user-login/modal-user-login.component.mjs +10 -311
- package/esm2022/lib/user/profile/auth-profile.guard.mjs +10 -27
- package/esm2022/lib/user/profile/auth-profile.service.mjs +10 -122
- package/esm2022/lib/user/profile/profile-bind/profile-bind.component.mjs +10 -164
- package/esm2022/lib/user/profile/profile-bind/profile-confirm-modal.component.mjs +10 -79
- package/esm2022/lib/user/profile/profile.module.mjs +10 -54
- package/esm2022/lib/user/staff/index.mjs +10 -4
- package/esm2022/lib/user/staff/staff.guard.mjs +10 -26
- package/esm2022/lib/user/staff/staff.module.mjs +10 -18
- package/esm2022/lib/user/staff/staff.service.mjs +10 -85
- package/esm2022/lib/user/user-name.pipe.mjs +10 -29
- package/esm2022/lib/user/user.module.mjs +10 -102
- package/esm2022/lib/video/fm-video/fm-video.component.mjs +10 -67
- package/esm2022/lib/video/index.mjs +10 -2
- package/esm2022/public-api.mjs +10 -21
- package/fesm2022/fmode-ng.mjs +7 -19788
- package/fesm2022/fmode-ng.mjs.map +1 -1
- package/lib/aigc/avatar/comp-avatar-role-image/comp-avatar-role-image.component.d.ts +2 -2
- package/lib/aigc/avatar/comp-avatar-role-video/comp-avatar-role-video.component.d.ts +2 -2
- package/lib/aigc/avatar/comp-avatar-talk/comp-avatar-talk.component.d.ts +2 -2
- package/lib/aigc/chat/chat-list/chat-list.component.d.ts +3 -2
- package/lib/aigc/chat/chat-message-card/comp-message-card.component.d.ts +3 -3
- package/lib/aigc/chat/chat-modal-input/modal-audio-message/modal-audio-message.component.d.ts +2 -2
- package/lib/aigc/chat/chat-modal-input/modal-input.component.d.ts +3 -3
- package/lib/aigc/service-fmai/service-imagine/imagine-func.d.ts +3 -3
- package/lib/aigc/service-fmai/service-imagine/imagine-work.d.ts +4 -4
- package/lib/aigc/service-fmai/service-imagine/imagine.service.d.ts +6 -6
- package/lib/aigc/story/fm-office-viewer/fm-office-viewer.component.d.ts +2 -2
- package/lib/aigc/story/fm-story-card/fm-story-card.component.d.ts +2 -1
- package/lib/aigc/story/fm-story-list/fm-story-list.component.d.ts +6 -6
- package/lib/aigc/story/fm-story-list/story-preview.d.ts +4 -4
- package/lib/aigc/story/fm-story-loader/fm-story-loader.component.d.ts +3 -3
- package/lib/aigc/story/fm-story-splitter/fm-story-splitter.component.d.ts +2 -2
- package/lib/aigc/story/modal-chat-story/comp-chat-story-json/comp-chat-story-json.component.d.ts +3 -2
- package/lib/aigc/story/modal-chat-story/comp-diary-story/comp-diary-story.component.d.ts +3 -2
- package/lib/aigc/story/modal-chat-story/modal-chat-story.component.d.ts +6 -6
- package/lib/aigc/story/story.service.d.ts +3 -2
- package/lib/aigc/voice/tts/fmode-tts-class.d.ts +2 -2
- package/lib/core/agent/chat/fmode-chat.d.ts +11 -11
- package/lib/core/agent/story/agent.story.d.ts +8 -8
- package/lib/core/parse/datatype/geopoint.d.ts +5 -1
- package/lib/core/parse/fmode.cloud.d.ts +32 -0
- package/lib/core/parse/fmode.object.d.ts +2 -2
- package/lib/core/parse/fmode.parse.d.ts +15 -9
- package/lib/core/parse/fmode.query.d.ts +41 -2
- package/lib/core/parse/fmode.user.d.ts +1 -0
- package/lib/core/parse/index.d.ts +1 -0
- package/lib/core/parse/types.d.ts +2 -0
- package/lib/map/comp-poi-picker/comp-poi-picker.component.d.ts +5 -5
- package/lib/payment/payment/payment.component.d.ts +3 -3
- package/lib/payment/payment.service.d.ts +4 -4
- package/lib/person/comp-person-gender-icon/comp-person-gender-icon.component.d.ts +2 -1
- package/lib/person/comp-person-item/comp-person-item.component.d.ts +2 -1
- package/lib/person/comp-person-story/comp-person-story.component.d.ts +13 -13
- package/lib/person/edit-upload/edit-upload.component.d.ts +1 -1
- package/lib/person/modal-person-select/modal-person-select.component.d.ts +5 -5
- package/lib/person/modal-user-verify/user-verify.component.d.ts +5 -5
- package/lib/person/person-detail/person-detail.component.d.ts +4 -4
- package/lib/person/person.service.d.ts +7 -7
- package/lib/storage/service-hwobs/hwobs.service.d.ts +4 -5
- package/lib/storage/service-upload/nova-upload.service.d.ts +5 -5
- package/lib/text/fm-article-editor/article-editor-topbar/article-editor-topbar.component.d.ts +2 -1
- package/lib/text/fm-article-editor/article.service.d.ts +12 -12
- package/lib/text/fm-article-editor/draft.service.d.ts +5 -5
- package/lib/text/fm-article-editor/fm-article-aitool/fm-article-aitool.component.d.ts +3 -2
- package/lib/text/fm-article-editor/fm-article-draft/fm-article-draft.component.d.ts +16 -17
- package/lib/text/fm-article-editor/fm-article-editor.component.d.ts +3 -3
- package/lib/text/fm-article-editor/fm-article-outline/fm-article-outline.component.d.ts +11 -10
- package/lib/text/fm-article-editor/fm-article-preview/fm-article-preview.component.d.ts +2 -2
- package/lib/text/fm-article-editor/prompt/prompt-insertion-article.d.ts +3 -3
- package/lib/text/fm-article-editor/task-article-generation.d.ts +5 -4
- package/lib/text/fm-article-editor/tasks/task-article-draft-create.d.ts +3 -3
- package/lib/text/fm-article-editor/tasks/task-article-outline-edit.d.ts +3 -3
- package/lib/text/fm-article-editor/tasks/task-article-outline.d.ts +3 -3
- package/lib/text/fm-article-editor/tasks/task-article-preview.d.ts +2 -1
- package/lib/text/fm-article-editor/tasks/task-article-writing-options.d.ts +3 -3
- package/lib/text/fm-article-editor/tasks/task-document-select.d.ts +3 -3
- package/lib/user/account/account.service.d.ts +2 -2
- package/lib/user/comp-user-avatar/comp-user-avatar.component.d.ts +2 -2
- package/lib/user/login/auth.service.d.ts +5 -5
- package/lib/user/login/login.component.d.ts +3 -3
- package/lib/user/profile/auth-profile.service.d.ts +8 -8
- package/lib/user/profile/profile-bind/profile-bind.component.d.ts +7 -7
- package/lib/user/profile/profile-bind/profile-confirm-modal.component.d.ts +2 -2
- package/lib/user/staff/staff.service.d.ts +3 -3
- package/lib/user/user-name.pipe.d.ts +2 -2
- package/package.json +12 -18
|
@@ -8,7 +8,7 @@ import { Subscription } from 'rxjs';
|
|
|
8
8
|
import { AlertController, ModalController } from '@ionic/angular/standalone';
|
|
9
9
|
import { DraftService } from './draft.service';
|
|
10
10
|
import { Router } from '@angular/router';
|
|
11
|
-
import
|
|
11
|
+
import { FmodeObject } from "@fmode/parse";
|
|
12
12
|
import { NovaUploadService } from '../../storage/service-upload/nova-upload.service';
|
|
13
13
|
import { PersonService } from '../../person/person.service';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
@@ -23,9 +23,9 @@ export declare class FmArticleEditorComponent implements OnInit {
|
|
|
23
23
|
private nupload;
|
|
24
24
|
private personServ;
|
|
25
25
|
editorComp: ElementRef | undefined;
|
|
26
|
-
article:
|
|
26
|
+
article: FmodeObject | undefined;
|
|
27
27
|
onClose: EventEmitter<boolean>;
|
|
28
|
-
book:
|
|
28
|
+
book: FmodeObject | undefined;
|
|
29
29
|
readOnly: boolean;
|
|
30
30
|
quill: Quill | undefined;
|
|
31
31
|
ngOnInit(): Promise<void>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
3
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class FmArticleOutlineComponent implements OnInit {
|
|
5
|
-
article:
|
|
6
|
+
article: FmodeObject | undefined;
|
|
6
7
|
outlineJson: any;
|
|
7
8
|
constructor();
|
|
8
9
|
ngOnInit(): void;
|
|
@@ -12,23 +13,23 @@ export declare class FmArticleOutlineComponent implements OnInit {
|
|
|
12
13
|
export declare class DialogArticleOutline {
|
|
13
14
|
dialogRef: MatDialogRef<FmArticleOutlineComponent>;
|
|
14
15
|
data: {
|
|
15
|
-
person?:
|
|
16
|
-
book?:
|
|
17
|
-
article:
|
|
16
|
+
person?: FmodeObject;
|
|
17
|
+
book?: FmodeObject;
|
|
18
|
+
article: FmodeObject;
|
|
18
19
|
};
|
|
19
20
|
storySelectComp: FmArticleOutlineComponent | undefined;
|
|
20
|
-
person:
|
|
21
|
-
book:
|
|
22
|
-
article:
|
|
21
|
+
person: FmodeObject | undefined;
|
|
22
|
+
book: FmodeObject | undefined;
|
|
23
|
+
article: FmodeObject | undefined;
|
|
23
24
|
isSelectMode: boolean;
|
|
24
25
|
selectCount: number | undefined;
|
|
25
26
|
outline: object | string;
|
|
26
27
|
writingOptions: any;
|
|
27
28
|
confirmOutline(): void;
|
|
28
29
|
constructor(dialogRef: MatDialogRef<FmArticleOutlineComponent>, data: {
|
|
29
|
-
person?:
|
|
30
|
-
book?:
|
|
31
|
-
article:
|
|
30
|
+
person?: FmodeObject;
|
|
31
|
+
book?: FmodeObject;
|
|
32
|
+
article: FmodeObject;
|
|
32
33
|
});
|
|
33
34
|
onConfirm(): void;
|
|
34
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<DialogArticleOutline, never>;
|
|
@@ -5,7 +5,7 @@ import { Swiper } from 'swiper';
|
|
|
5
5
|
import { AlertController, AnimationController, ModalController, NavController } from '@ionic/angular/standalone';
|
|
6
6
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
7
7
|
import { ArticleService } from '../article.service';
|
|
8
|
-
import
|
|
8
|
+
import { FmodeObject } from "@fmode/parse";
|
|
9
9
|
import { DraftService } from '../draft.service';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
export declare class FmArticlePreviewComponent implements OnInit {
|
|
@@ -18,7 +18,7 @@ export declare class FmArticlePreviewComponent implements OnInit {
|
|
|
18
18
|
articleServ: ArticleService;
|
|
19
19
|
private alertCtrl;
|
|
20
20
|
draftServ: DraftService;
|
|
21
|
-
article:
|
|
21
|
+
article: FmodeObject | undefined;
|
|
22
22
|
isDisplayEdit: boolean;
|
|
23
23
|
isDisplayPublic: boolean;
|
|
24
24
|
isDisplayUploadImage: boolean;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { FmodeObject } from "@fmode/parse";
|
|
2
2
|
import { PersonService } from "../../../person/person.service";
|
|
3
|
-
export declare function getRelationByDocList(documentList?:
|
|
3
|
+
export declare function getRelationByDocList(documentList?: FmodeObject[], storyList?: FmodeObject[]): Promise<FmodeObject[]>;
|
|
4
4
|
export declare function PromptInsertionRoleList(documentList?: any[], storyList?: any[]): Promise<string | void>;
|
|
5
5
|
export declare function PromptInsertionDocumentList(documentList?: any[], storyList?: any[], personServ?: PersonService): Promise<string | void>;
|
|
6
|
-
export declare function storyJsonToContent(story:
|
|
6
|
+
export declare function storyJsonToContent(story: FmodeObject, personServ?: PersonService): Promise<string>;
|
|
@@ -2,14 +2,15 @@ import { MatDialog } from "@angular/material/dialog";
|
|
|
2
2
|
import { AgentTaskStep } from "../../core";
|
|
3
3
|
import { ModalController } from "@ionic/angular/standalone";
|
|
4
4
|
import { PersonService } from "../../person";
|
|
5
|
+
import { FmodeObject } from "@fmode/parse";
|
|
5
6
|
/**
|
|
6
7
|
* 文章全文生成
|
|
7
8
|
* @param afterTask
|
|
8
9
|
*/
|
|
9
10
|
export declare function taskArticleGeneration(afterTask?: Function, options?: {
|
|
10
11
|
shareData: any;
|
|
11
|
-
book?:
|
|
12
|
-
person?:
|
|
12
|
+
book?: FmodeObject;
|
|
13
|
+
person?: FmodeObject;
|
|
13
14
|
dialog: MatDialog;
|
|
14
15
|
modalCtrl: ModalController;
|
|
15
16
|
article: any;
|
|
@@ -17,7 +18,7 @@ export declare function taskArticleGeneration(afterTask?: Function, options?: {
|
|
|
17
18
|
}): Promise<void>;
|
|
18
19
|
export declare function doArticleTask(stepList: Array<AgentTaskStep>, options?: {
|
|
19
20
|
shareData: any;
|
|
20
|
-
article?:
|
|
21
|
-
person?:
|
|
21
|
+
article?: FmodeObject;
|
|
22
|
+
person?: FmodeObject;
|
|
22
23
|
dialog: MatDialog;
|
|
23
24
|
}, afterTask?: Function): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AgentTaskStep } from "../../../core/agent/task/agent.task";
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
3
|
import { MatDialog } from "@angular/material/dialog";
|
|
4
4
|
import { ModalController } from "@ionic/angular/standalone";
|
|
5
5
|
/**
|
|
@@ -10,8 +10,8 @@ import { ModalController } from "@ionic/angular/standalone";
|
|
|
10
10
|
export declare function TaskArticleDraft(options: {
|
|
11
11
|
isSelectedMode?: boolean;
|
|
12
12
|
editOnly?: boolean;
|
|
13
|
-
person?:
|
|
14
|
-
book?:
|
|
13
|
+
person?: FmodeObject;
|
|
14
|
+
book?: FmodeObject;
|
|
15
15
|
shareData: any;
|
|
16
16
|
modalCtrl: ModalController;
|
|
17
17
|
dialog: MatDialog;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AgentTaskStep } from "../../../core";
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
3
|
import { MatDialog } from "@angular/material/dialog";
|
|
4
4
|
/**
|
|
5
5
|
* 任务:编辑修订写作大纲
|
|
@@ -7,8 +7,8 @@ import { MatDialog } from "@angular/material/dialog";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare function TaskArticleOutlineEdit(options: {
|
|
9
9
|
editOnly?: boolean;
|
|
10
|
-
person?:
|
|
11
|
-
book?:
|
|
10
|
+
person?: FmodeObject;
|
|
11
|
+
book?: FmodeObject;
|
|
12
12
|
shareData: any;
|
|
13
13
|
dialog: MatDialog;
|
|
14
14
|
}): AgentTaskStep;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AgentTaskStep } from "../../../core";
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
3
|
import { MatDialog } from "@angular/material/dialog";
|
|
4
4
|
import { PersonService } from "../../../person/person.service";
|
|
5
5
|
/**
|
|
@@ -11,8 +11,8 @@ import { PersonService } from "../../../person/person.service";
|
|
|
11
11
|
* @returns shareData.articleOutline 文章大纲文本
|
|
12
12
|
*/
|
|
13
13
|
export declare function TaskArticleOutline(options: {
|
|
14
|
-
person?:
|
|
15
|
-
book?:
|
|
14
|
+
person?: FmodeObject;
|
|
15
|
+
book?: FmodeObject;
|
|
16
16
|
shareData: any;
|
|
17
17
|
dialog: MatDialog;
|
|
18
18
|
personServ: PersonService;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { MatDialog } from "@angular/material/dialog";
|
|
2
2
|
import { ModalController } from "@ionic/angular/standalone";
|
|
3
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
4
|
export declare function TaskArticlePreview(options: {
|
|
4
|
-
article:
|
|
5
|
+
article: FmodeObject;
|
|
5
6
|
dialog?: MatDialog;
|
|
6
7
|
modal?: ModalController;
|
|
7
8
|
}): Promise<void>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AgentTaskStep } from "../../../core";
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
3
|
import { MatDialog } from "@angular/material/dialog";
|
|
4
4
|
/**
|
|
5
5
|
* 任务:设定写作参数详情
|
|
@@ -7,8 +7,8 @@ import { MatDialog } from "@angular/material/dialog";
|
|
|
7
7
|
*/
|
|
8
8
|
export declare function TaskArticleWritingOptions(options: {
|
|
9
9
|
editOnly?: boolean;
|
|
10
|
-
person?:
|
|
11
|
-
book?:
|
|
10
|
+
person?: FmodeObject;
|
|
11
|
+
book?: FmodeObject;
|
|
12
12
|
shareData: any;
|
|
13
13
|
dialog: MatDialog;
|
|
14
14
|
}): AgentTaskStep;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AgentTaskStep } from "../../../core";
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
3
|
import { MatDialog } from "@angular/material/dialog";
|
|
4
4
|
/**
|
|
5
5
|
* 任务:选择相关知识文档
|
|
@@ -7,8 +7,8 @@ import { MatDialog } from "@angular/material/dialog";
|
|
|
7
7
|
* @param sharedData.documentList 选定故事文件的分割文档
|
|
8
8
|
*/
|
|
9
9
|
export declare function TaskDocumentSelect(options: {
|
|
10
|
-
person?:
|
|
11
|
-
book?:
|
|
10
|
+
person?: FmodeObject;
|
|
11
|
+
book?: FmodeObject;
|
|
12
12
|
shareData: any;
|
|
13
13
|
dialog: MatDialog;
|
|
14
14
|
}): AgentTaskStep;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { NovaCloudService } from "../../nova-cloud/nova-cloud.service";
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
3
|
import { AuthService } from "../login/auth.service";
|
|
4
4
|
import { HttpClient } from "@angular/common/http";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -9,7 +9,7 @@ export declare class AccountService {
|
|
|
9
9
|
private http;
|
|
10
10
|
company: string;
|
|
11
11
|
billing: any;
|
|
12
|
-
profile:
|
|
12
|
+
profile: FmodeObject | any;
|
|
13
13
|
wxAppId: string;
|
|
14
14
|
wxpayEnabled: boolean;
|
|
15
15
|
appid: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
|
-
import
|
|
2
|
+
import { FmodeUser } from "@fmode/parse";
|
|
3
3
|
import { AccountService } from "../account/account.service";
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class CompUserAvatarComponent implements OnInit {
|
|
6
6
|
private novaAccount;
|
|
7
|
-
user:
|
|
7
|
+
user: FmodeUser;
|
|
8
8
|
type: string;
|
|
9
9
|
text: string;
|
|
10
10
|
identity: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { FmodeObject, FmodeUser } from "@fmode/parse";
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { NovaCloudService } from '../../nova-cloud';
|
|
4
4
|
import { HttpClient } from '@angular/common/http';
|
|
@@ -39,7 +39,7 @@ export declare class AuthService {
|
|
|
39
39
|
/**
|
|
40
40
|
* 资金账户:user自动创建唯一资金账户
|
|
41
41
|
*/
|
|
42
|
-
account:
|
|
42
|
+
account: FmodeObject;
|
|
43
43
|
/**
|
|
44
44
|
* 登录状态:默认false,登陆后为true
|
|
45
45
|
* @description
|
|
@@ -69,10 +69,10 @@ export declare class AuthService {
|
|
|
69
69
|
onLogin: Function;
|
|
70
70
|
}): Promise<boolean>;
|
|
71
71
|
checkAndLoginWithToken(): Promise<void>;
|
|
72
|
-
setAccount(user: any): Promise<
|
|
72
|
+
setAccount(user: any): Promise<FmodeObject>;
|
|
73
73
|
login(username: any, password: any): Promise<unknown>;
|
|
74
74
|
refreshPage(): Promise<unknown>;
|
|
75
|
-
setCurrentUserLocalStorage(user:
|
|
75
|
+
setCurrentUserLocalStorage(user: FmodeUser): void;
|
|
76
76
|
logout(type: any, url: any): void;
|
|
77
77
|
/**
|
|
78
78
|
* 根据帐套内mobile字段登录逻辑
|
|
@@ -82,7 +82,7 @@ export declare class AuthService {
|
|
|
82
82
|
mobileUserMap: {};
|
|
83
83
|
getMobileUser(mobile: string): Promise<any>;
|
|
84
84
|
enabledLocalCode: boolean;
|
|
85
|
-
signUpAndUpdate(mobile: any, password?: string): Promise<
|
|
85
|
+
signUpAndUpdate(mobile: any, password?: string): Promise<FmodeObject | undefined>;
|
|
86
86
|
getMobileCodeToken(mobile: any, code: any): Promise<any>;
|
|
87
87
|
loginCode(mobile: string, code: string, msgServ?: any, closeCallBack?: any): Promise<Boolean>;
|
|
88
88
|
saveParamsInvite(): void;
|
|
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { FormBuilder, FormControl, FormGroup, ValidationErrors } from '@angular/forms';
|
|
3
3
|
import { Observable } from 'rxjs';
|
|
4
4
|
import { AuthService } from './auth.service';
|
|
5
|
-
import
|
|
5
|
+
import { FmodeObject } from "@fmode/parse";
|
|
6
6
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
7
7
|
import { HttpClient } from "@angular/common/http";
|
|
8
8
|
import { NovaCloudService } from '../../nova-cloud/nova-cloud.service';
|
|
@@ -126,9 +126,9 @@ export declare class LoginComponent implements OnInit {
|
|
|
126
126
|
rootPage: string;
|
|
127
127
|
logo: string;
|
|
128
128
|
qrcode: string;
|
|
129
|
-
company:
|
|
129
|
+
company: FmodeObject;
|
|
130
130
|
companyId: string;
|
|
131
|
-
app:
|
|
131
|
+
app: FmodeObject;
|
|
132
132
|
appId: string;
|
|
133
133
|
message: {
|
|
134
134
|
success: (msg: string) => void;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { FmodeObject, FmodeUser } from "@fmode/parse";
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AuthProfileService {
|
|
5
5
|
router: Router;
|
|
6
|
-
profile:
|
|
6
|
+
profile: FmodeObject | any;
|
|
7
7
|
_profileId: string;
|
|
8
8
|
_companyId: string;
|
|
9
9
|
isLeader: boolean;
|
|
@@ -23,14 +23,14 @@ export declare class AuthProfileService {
|
|
|
23
23
|
objectId: string;
|
|
24
24
|
};
|
|
25
25
|
redirectUrl: string;
|
|
26
|
-
_user:
|
|
27
|
-
get user():
|
|
28
|
-
set user(v:
|
|
26
|
+
_user: FmodeUser;
|
|
27
|
+
get user(): FmodeUser;
|
|
28
|
+
set user(v: FmodeUser);
|
|
29
29
|
constructor(router: Router);
|
|
30
|
-
getProfile(): Promise<
|
|
31
|
-
bindProfile(profile:
|
|
30
|
+
getProfile(): Promise<any>;
|
|
31
|
+
bindProfile(profile: FmodeObject): Promise<void>;
|
|
32
32
|
checkProfile(url: string): Promise<boolean>;
|
|
33
|
-
setCurrentProfileLocalStorage(profile:
|
|
33
|
+
setCurrentProfileLocalStorage(profile: FmodeObject): Promise<void>;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<AuthProfileService, never>;
|
|
35
35
|
static ɵprov: i0.ɵɵInjectableDeclaration<AuthProfileService>;
|
|
36
36
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AuthProfileService } from "../auth-profile.service";
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject, FmodeUser } from "@fmode/parse";
|
|
3
3
|
import { Router } from "@angular/router";
|
|
4
4
|
import { AlertController, ModalController } from "@ionic/angular";
|
|
5
5
|
import { ToastController } from "@ionic/angular";
|
|
@@ -12,9 +12,9 @@ export declare class ProfileBindComponent {
|
|
|
12
12
|
private toastController;
|
|
13
13
|
cross: CrossService;
|
|
14
14
|
private modalController;
|
|
15
|
-
profile:
|
|
16
|
-
user:
|
|
17
|
-
profileList: Array<
|
|
15
|
+
profile: FmodeObject;
|
|
16
|
+
user: FmodeUser;
|
|
17
|
+
profileList: Array<FmodeObject>;
|
|
18
18
|
pdata: any;
|
|
19
19
|
now: Date;
|
|
20
20
|
currentProfile: string;
|
|
@@ -22,10 +22,10 @@ export declare class ProfileBindComponent {
|
|
|
22
22
|
onResize(): void;
|
|
23
23
|
constructor(authProfile: AuthProfileService, router: Router, alertController: AlertController, toastController: ToastController, cross: CrossService, modalController: ModalController);
|
|
24
24
|
loadProfiles(): Promise<void>;
|
|
25
|
-
bindProfile(p?:
|
|
26
|
-
profileSearched:
|
|
25
|
+
bindProfile(p?: FmodeObject): Promise<void>;
|
|
26
|
+
profileSearched: FmodeObject;
|
|
27
27
|
searchProfile(): Promise<void>;
|
|
28
|
-
selectProfile(p:
|
|
28
|
+
selectProfile(p: FmodeObject): Promise<void>;
|
|
29
29
|
goProfileManage(): void;
|
|
30
30
|
onShowModal(): Promise<void>;
|
|
31
31
|
showToast(message: string, color?: 'success' | 'warning' | 'danger'): Promise<void>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ModalController } from '@ionic/angular';
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class ProfileConfirmModalComponent {
|
|
5
5
|
private modalController;
|
|
6
|
-
profile:
|
|
6
|
+
profile: FmodeObject;
|
|
7
7
|
constructor(modalController: ModalController);
|
|
8
8
|
dismiss(): void;
|
|
9
9
|
confirm(): void;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
|
-
import
|
|
2
|
+
import { FmodeObject } from "@fmode/parse";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class StaffService {
|
|
5
5
|
private router;
|
|
6
6
|
redirectURL: string;
|
|
7
|
-
staff:
|
|
8
|
-
realStaff:
|
|
7
|
+
staff: FmodeObject;
|
|
8
|
+
realStaff: FmodeObject;
|
|
9
9
|
isSuperAdmin: boolean;
|
|
10
10
|
constructor(router: Router);
|
|
11
11
|
checkStaff(): Promise<boolean>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import
|
|
2
|
+
import { FmodeUser } from "@fmode/parse";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class UserNamePipe implements PipeTransform {
|
|
5
|
-
transform(user:
|
|
5
|
+
transform(user: FmodeUser, ...args: unknown[]): unknown;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserNamePipe, never>;
|
|
7
7
|
static ɵpipe: i0.ɵɵPipeDeclaration<UserNamePipe, "userName", false>;
|
|
8
8
|
}
|
package/package.json
CHANGED
|
@@ -1,28 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fmode-ng",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.115",
|
|
4
4
|
"author": "未来全栈",
|
|
5
5
|
"license": "COPYRIGHT © 未来飞马 未来全栈 www.fmode.cn All RIGHTS RESERVED",
|
|
6
6
|
"exports": {
|
|
7
7
|
"./aigc": {
|
|
8
8
|
"types": "./lib/aigc/index.d.ts",
|
|
9
|
-
"
|
|
10
|
-
"default": "./fesm2022/fmode-ng-aigc.mjs"
|
|
9
|
+
"default": "./esm2022/lib/aigc/index.mjs"
|
|
11
10
|
},
|
|
12
11
|
"./core": {
|
|
13
12
|
"types": "./lib/core/index.d.ts",
|
|
14
|
-
"
|
|
15
|
-
"default": "./fesm2022/fmode-ng-core.mjs"
|
|
13
|
+
"default": "./esm2022/lib/core/index.mjs"
|
|
16
14
|
},
|
|
17
15
|
"./core/agent/chat/completion": {
|
|
18
16
|
"types": "./lib/core/agent/chat/completion/index.d.ts",
|
|
19
|
-
"
|
|
20
|
-
"default": "./fesm2022/fmode-ng-core-agent-chat-completion.mjs"
|
|
17
|
+
"default": "./esm2022/lib/core/agent/chat/completion/index.mjs"
|
|
21
18
|
},
|
|
22
19
|
"./core/parse": {
|
|
23
20
|
"types": "./lib/core/parse/index.d.ts",
|
|
24
|
-
"
|
|
25
|
-
"default": "./fesm2022/fmode-ng-core-parse.mjs"
|
|
21
|
+
"default": "./esm2022/lib/core/parse/index.mjs"
|
|
26
22
|
},
|
|
27
23
|
"./package.json": {
|
|
28
24
|
"default": "./package.json"
|
|
@@ -35,13 +31,13 @@
|
|
|
35
31
|
}
|
|
36
32
|
},
|
|
37
33
|
"peerDependencies": {
|
|
38
|
-
"@angular/common": "^17.0.0",
|
|
39
|
-
"@angular/core": "^17.0.0",
|
|
40
|
-
"@angular/forms": "^17.0.0",
|
|
41
|
-
"@angular/material": "^17.0.0",
|
|
42
|
-
"@angular/animations": "^17.0.0",
|
|
43
|
-
"ng-qrcode": "^17.0.0",
|
|
44
|
-
"ng-zorro-antd": "^17.0.0",
|
|
34
|
+
"@angular/common": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
35
|
+
"@angular/core": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
36
|
+
"@angular/forms": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
37
|
+
"@angular/material": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
38
|
+
"@angular/animations": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
39
|
+
"ng-qrcode": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
40
|
+
"ng-zorro-antd": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
45
41
|
"@ionic/angular": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
46
42
|
"qiniu-js": "^3.0.0 || ^2.0.0",
|
|
47
43
|
"recorder-core": "^1.2.23070100",
|
|
@@ -67,9 +63,7 @@
|
|
|
67
63
|
"swiper": "^10.0.0 || ^11.0.0",
|
|
68
64
|
"pako": "^2.0.0",
|
|
69
65
|
"uuid": "^11.0.0",
|
|
70
|
-
"parse": "^5.0.0",
|
|
71
66
|
"eventemitter3": "^5.0.1",
|
|
72
|
-
"@types/parse": "^3.0.9",
|
|
73
67
|
"@langchain/core": "^0.3.0",
|
|
74
68
|
"mathjax-full": "3.2.2",
|
|
75
69
|
"markdown-it": "^13.0.0 || ^14.0.0",
|