@opentiny/tiny-robot 0.2.0-alpha.2 → 0.2.0-alpha.3
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/dist/_plugin-vue_export-helper.js +9 -0
- package/dist/action-group/index.js +142 -0
- package/dist/bubble/index.js +3211 -0
- package/dist/{node_modules/.pnpm/@opentiny_vue-icon@3.22.0/node_modules/@opentiny/vue-icon/lib/close.js → close.js} +9 -9
- package/dist/container/index.js +60 -0
- package/dist/conversations/index.js +14 -0
- package/dist/feedback/index.js +192 -0
- package/dist/history/index.js +228 -0
- package/dist/icon-button/index.js +31 -0
- package/dist/index.d.ts +2190 -26
- package/dist/index.js +35 -43
- package/dist/index2.js +376 -0
- package/dist/index3.js +3895 -0
- package/dist/index4.js +637 -0
- package/dist/index5.js +3237 -0
- package/dist/index6.js +4623 -0
- package/dist/prompts/index.js +83 -0
- package/dist/question/index.js +375 -0
- package/dist/sender/index.js +683 -0
- package/dist/style.css +1 -1
- package/dist/suggestion/index.js +497 -0
- package/dist/{packages/svgs/dist/tiny-robot-svgs.js → tiny-robot-svgs.js} +100 -100
- package/dist/welcome/index.js +38 -0
- package/package.json +7 -3
- package/dist/_virtual/_plugin-vue_export-helper.js +0 -9
- package/dist/action-group/ActionGroup.vue.d.ts +0 -26
- package/dist/action-group/ActionGroupItem.vue.d.ts +0 -18
- package/dist/action-group/index.d.ts +0 -12
- package/dist/action-group/index.type.d.ts +0 -17
- package/dist/bubble/BubbleList.vue.d.ts +0 -5
- package/dist/bubble/index.d.ts +0 -12
- package/dist/bubble/index.type.d.ts +0 -51
- package/dist/container/index.d.ts +0 -7
- package/dist/container/index.type.d.ts +0 -16
- package/dist/container/index.vue.d.ts +0 -26
- package/dist/conversations/index.d.ts +0 -7
- package/dist/conversations/index.vue.d.ts +0 -2
- package/dist/feedback/components/SourceList.vue.d.ts +0 -11
- package/dist/feedback/components/index.d.ts +0 -1
- package/dist/feedback/index.d.ts +0 -7
- package/dist/feedback/index.type.d.ts +0 -25
- package/dist/feedback/index.vue.d.ts +0 -13
- package/dist/history/components/index.d.ts +0 -2
- package/dist/history/components/item-tag.vue.d.ts +0 -5
- package/dist/history/components/search-empty.vue.d.ts +0 -7
- package/dist/history/composables/index.d.ts +0 -1
- package/dist/history/composables/useEditItemTitle.d.ts +0 -12
- package/dist/history/index.d.ts +0 -6
- package/dist/history/index.type.d.ts +0 -43
- package/dist/history/index.vue.d.ts +0 -2
- package/dist/icon-button/index.d.ts +0 -7
- package/dist/icon-button/index.type.d.ts +0 -6
- package/dist/icon-button/index.vue.d.ts +0 -6
- package/dist/node_modules/.pnpm/@opentiny_utils@1.0.0/node_modules/@opentiny/utils/dist/opentiny-utils.es.js +0 -832
- package/dist/node_modules/.pnpm/@opentiny_utils@3.22.0/node_modules/@opentiny/utils/dist/index.es.js +0 -2116
- package/dist/node_modules/.pnpm/@opentiny_vue-button@3.21.0/node_modules/@opentiny/vue-button/lib/index.js +0 -113
- package/dist/node_modules/.pnpm/@opentiny_vue-button@3.21.0/node_modules/@opentiny/vue-button/lib/pc.js +0 -93
- package/dist/node_modules/.pnpm/@opentiny_vue-common@3.21.0/node_modules/@opentiny/vue-common/lib/index.js +0 -727
- package/dist/node_modules/.pnpm/@opentiny_vue-common@3.22.0/node_modules/@opentiny/vue-common/lib/index.js +0 -710
- package/dist/node_modules/.pnpm/@opentiny_vue-dialog-box@3.21.0/node_modules/@opentiny/vue-dialog-box/lib/index.js +0 -198
- package/dist/node_modules/.pnpm/@opentiny_vue-dialog-box@3.21.0/node_modules/@opentiny/vue-dialog-box/lib/pc.js +0 -204
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useEventListener.js +0 -10
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useInstanceSlots.js +0 -14
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/useRelation.js +0 -54
- package/dist/node_modules/.pnpm/@opentiny_vue-hooks@3.22.0/node_modules/@opentiny/vue-hooks/dist/src/vue-popper.js +0 -85
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/close.js +0 -29
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/eyeclose.js +0 -42
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/eyeopen.js +0 -43
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/finish.js +0 -34
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/fullscreen.js +0 -30
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/loading-shadow.js +0 -77
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/minscreen.js +0 -30
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-add-column-after.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-add-column-before.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-add-row-after.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-add-row-before.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-center.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-left.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-align-right.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-bold.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-code-block.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-code-view.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-color.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-column.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-row.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-delete-table.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-font-size.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-format-clear.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-h1.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-h2.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-h3.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-h4.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-h5.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-h6.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-heading.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-high-light.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-image.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-italic.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-line-height.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-link-unlink.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-link.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-list-ordered.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-list-unordered.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-merge-cells-vertical.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-merge-cells.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-node-delete.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-paragraph.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-quote-text.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-redo.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-split-cells-horizontal.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-split-cells-vertical.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-strike-through.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-subscript.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-superscript.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-table.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-task-list.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-underline.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/rich-text-undo.js +0 -24
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/sub-script.js +0 -29
- package/dist/node_modules/.pnpm/@opentiny_vue-icon@3.21.0/node_modules/@opentiny/vue-icon/lib/warn.js +0 -26
- package/dist/node_modules/.pnpm/@opentiny_vue-input@3.21.0/node_modules/@opentiny/vue-input/lib/index.js +0 -196
- package/dist/node_modules/.pnpm/@opentiny_vue-input@3.21.0/node_modules/@opentiny/vue-input/lib/pc.js +0 -568
- package/dist/node_modules/.pnpm/@opentiny_vue-locale@3.21.0/node_modules/@opentiny/vue-locale/lib/index.js +0 -1783
- package/dist/node_modules/.pnpm/@opentiny_vue-locale@3.22.0/node_modules/@opentiny/vue-locale/lib/index.js +0 -1783
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/button/index.js +0 -13
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/button/vue.js +0 -34
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/chunk-G2ADBYYC.js +0 -12
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/browser.js +0 -36
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/clickoutside.js +0 -47
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/debounce.js +0 -7
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/dom.js +0 -45
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/popper.js +0 -320
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/popup-manager.js +0 -118
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/throttle.js +0 -23
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/useEventListener.js +0 -9
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/useInstanceSlots.js +0 -14
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/useRelation.js +0 -54
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/vue-popper.js +0 -84
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/deps/vue-popup.js +0 -73
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/event.js +0 -13
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/function.js +0 -5
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/index.js +0 -11
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/object.js +0 -84
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/string.js +0 -28
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/common/type.js +0 -28
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/dialog-box/index.js +0 -136
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/dialog-box/vue.js +0 -148
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/input/index.js +0 -228
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/input/vue.js +0 -263
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/tall-storage/index.js +0 -63
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/tall-storage/vue-storage-box.js +0 -16
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/tall-storage/vue.js +0 -23
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/tooltip/index.js +0 -78
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.21.2/node_modules/@opentiny/vue-renderless/tooltip/vue.js +0 -90
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tooltip/index.js +0 -77
- package/dist/node_modules/.pnpm/@opentiny_vue-renderless@3.22.0/node_modules/@opentiny/vue-renderless/tooltip/vue.js +0 -90
- package/dist/node_modules/.pnpm/@opentiny_vue-tooltip@3.21.0/node_modules/@opentiny/vue-tooltip/lib/index.js +0 -173
- package/dist/node_modules/.pnpm/@opentiny_vue-tooltip@3.21.0/node_modules/@opentiny/vue-tooltip/lib/pc.js +0 -248
- package/dist/node_modules/.pnpm/@opentiny_vue-tooltip@3.22.0/node_modules/@opentiny/vue-tooltip/lib/index.js +0 -176
- package/dist/node_modules/.pnpm/@opentiny_vue-tooltip@3.22.0/node_modules/@opentiny/vue-tooltip/lib/pc.js +0 -248
- package/dist/node_modules/.pnpm/@vueuse_core@13.1.0_vue@3.5.13/node_modules/@vueuse/core/index.js +0 -310
- package/dist/node_modules/.pnpm/@vueuse_shared@13.1.0_vue@3.5.13/node_modules/@vueuse/shared/index.js +0 -110
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode.js +0 -277
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/decode_codepoint.js +0 -46
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-html.js +0 -7
- package/dist/node_modules/.pnpm/entities@4.5.0/node_modules/entities/lib/esm/generated/decode-data-xml.js +0 -7
- package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/index.js +0 -187
- package/dist/node_modules/.pnpm/linkify-it@5.0.0/node_modules/linkify-it/lib/re.js +0 -19
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_blocks.js +0 -67
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/html_re.js +0 -5
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/common/utils.js +0 -164
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/index.js +0 -8
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_destination.js +0 -44
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_label.js +0 -21
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/helpers/parse_link_title.js +0 -37
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/index.js +0 -112
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_block.js +0 -63
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_core.js +0 -34
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/parser_inline.js +0 -96
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/commonmark.js +0 -78
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/default.js +0 -40
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/presets/zero.js +0 -59
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/renderer.js +0 -127
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/ruler.js +0 -95
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/blockquote.js +0 -59
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/code.js +0 -23
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/fence.js +0 -30
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/heading.js +0 -28
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/hr.js +0 -27
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/html_block.js +0 -37
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/lheading.js +0 -43
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/list.js +0 -110
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/paragraph.js +0 -25
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/reference.js +0 -95
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/state_block.js +0 -84
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_block/table.js +0 -99
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/block.js +0 -7
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/inline.js +0 -10
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/linkify.js +0 -57
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/normalize.js +0 -9
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/replacements.js +0 -31
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/smartquotes.js +0 -80
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/state_core.js +0 -8
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_core/text_join.js +0 -16
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/autolink.js +0 -46
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/backticks.js +0 -31
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/balance_pairs.js +0 -34
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/emphasis.js +0 -57
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/entity.js +0 -33
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/escape.js +0 -32
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/fragments_join.js +0 -10
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/html_inline.js +0 -32
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/image.js +0 -48
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/link.js +0 -40
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/linkify.js +0 -28
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/newline.js +0 -23
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/state_inline.js +0 -27
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/strikethrough.js +0 -54
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/rules_inline/text.js +0 -39
- package/dist/node_modules/.pnpm/markdown-it@14.1.0/node_modules/markdown-it/lib/token.js +0 -31
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/index.js +0 -10
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/decode.js +0 -61
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/encode.js +0 -48
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/format.js +0 -7
- package/dist/node_modules/.pnpm/mdurl@2.0.0/node_modules/mdurl/lib/parse.js +0 -74
- package/dist/node_modules/.pnpm/punycode.js@2.3.1/node_modules/punycode.js/punycode.es6.js +0 -139
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cc/regex.js +0 -4
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Cf/regex.js +0 -4
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/P/regex.js +0 -4
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/S/regex.js +0 -4
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/categories/Z/regex.js +0 -4
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/index.js +0 -14
- package/dist/node_modules/.pnpm/uc.micro@2.1.0/node_modules/uc.micro/properties/Any/regex.js +0 -4
- package/dist/packages/components/src/action-group/ActionGroup.vue.js +0 -7
- package/dist/packages/components/src/action-group/ActionGroup.vue2.js +0 -121
- package/dist/packages/components/src/action-group/ActionGroupItem.vue.js +0 -14
- package/dist/packages/components/src/action-group/ActionGroupItem.vue2.js +0 -4
- package/dist/packages/components/src/action-group/index.js +0 -17
- package/dist/packages/components/src/assets/icons/accessory.svg.js +0 -4
- package/dist/packages/components/src/assets/icons/loading-speech.svg.js +0 -4
- package/dist/packages/components/src/assets/icons/loading.svg.js +0 -4
- package/dist/packages/components/src/assets/icons/send.svg.js +0 -4
- package/dist/packages/components/src/assets/icons/voice.svg.js +0 -4
- package/dist/packages/components/src/bubble/Bubble.vue.js +0 -7
- package/dist/packages/components/src/bubble/Bubble.vue2.js +0 -76
- package/dist/packages/components/src/bubble/BubbleList.vue.js +0 -7
- package/dist/packages/components/src/bubble/BubbleList.vue2.js +0 -50
- package/dist/packages/components/src/bubble/index.js +0 -18
- package/dist/packages/components/src/container/index.js +0 -9
- package/dist/packages/components/src/container/index.vue.js +0 -7
- package/dist/packages/components/src/container/index.vue2.js +0 -55
- package/dist/packages/components/src/conversations/index.js +0 -9
- package/dist/packages/components/src/conversations/index.vue.js +0 -9
- package/dist/packages/components/src/feedback/components/SourceList.vue.js +0 -7
- package/dist/packages/components/src/feedback/components/SourceList.vue2.js +0 -52
- package/dist/packages/components/src/feedback/index.js +0 -9
- package/dist/packages/components/src/feedback/index.vue.js +0 -7
- package/dist/packages/components/src/feedback/index.vue2.js +0 -143
- package/dist/packages/components/src/history/components/item-tag.vue.js +0 -7
- package/dist/packages/components/src/history/components/item-tag.vue2.js +0 -21
- package/dist/packages/components/src/history/components/search-empty.vue.js +0 -7
- package/dist/packages/components/src/history/components/search-empty.vue2.js +0 -20
- package/dist/packages/components/src/history/composables/useEditItemTitle.js +0 -43
- package/dist/packages/components/src/history/index.js +0 -11
- package/dist/packages/components/src/history/index.vue.js +0 -7
- package/dist/packages/components/src/history/index.vue2.js +0 -130
- package/dist/packages/components/src/icon-button/index.js +0 -9
- package/dist/packages/components/src/icon-button/index.vue.js +0 -7
- package/dist/packages/components/src/icon-button/index.vue2.js +0 -22
- package/dist/packages/components/src/prompts/index.js +0 -18
- package/dist/packages/components/src/prompts/prompt.vue.js +0 -7
- package/dist/packages/components/src/prompts/prompt.vue2.js +0 -39
- package/dist/packages/components/src/prompts/prompts.vue.js +0 -7
- package/dist/packages/components/src/prompts/prompts.vue2.js +0 -36
- package/dist/packages/components/src/question/components/CommonQuestions.vue.js +0 -89
- package/dist/packages/components/src/question/components/CommonQuestions.vue2.js +0 -4
- package/dist/packages/components/src/question/components/HotQuestions.vue.js +0 -140
- package/dist/packages/components/src/question/components/HotQuestions.vue2.js +0 -4
- package/dist/packages/components/src/question/composables/useQuestions.js +0 -48
- package/dist/packages/components/src/question/index.js +0 -9
- package/dist/packages/components/src/question/index.vue.js +0 -113
- package/dist/packages/components/src/question/index.vue2.js +0 -4
- package/dist/packages/components/src/sender/components/ActionButtons.vue.js +0 -143
- package/dist/packages/components/src/sender/components/ActionButtons.vue2.js +0 -4
- package/dist/packages/components/src/sender/components/TemplateEditor.vue.js +0 -7
- package/dist/packages/components/src/sender/components/TemplateEditor.vue2.js +0 -175
- package/dist/packages/components/src/sender/composables/useInputHandler.js +0 -38
- package/dist/packages/components/src/sender/composables/useKeyboardHandler.js +0 -31
- package/dist/packages/components/src/sender/composables/useSpeechHandler.js +0 -67
- package/dist/packages/components/src/sender/index.js +0 -9
- package/dist/packages/components/src/sender/index.vue.js +0 -255
- package/dist/packages/components/src/sender/index.vue2.js +0 -4
- package/dist/packages/components/src/suggestion/components/CategoryNav.vue.js +0 -38
- package/dist/packages/components/src/suggestion/components/CategoryNav.vue2.js +0 -4
- package/dist/packages/components/src/suggestion/components/SuggestionCapsule.vue.js +0 -107
- package/dist/packages/components/src/suggestion/components/SuggestionCapsule.vue2.js +0 -4
- package/dist/packages/components/src/suggestion/components/SuggestionPanel.vue.js +0 -123
- package/dist/packages/components/src/suggestion/components/SuggestionPanel.vue2.js +0 -4
- package/dist/packages/components/src/suggestion/composables/useKeyboardNavigation.js +0 -45
- package/dist/packages/components/src/suggestion/composables/useTriggerDetection.js +0 -17
- package/dist/packages/components/src/suggestion/index.js +0 -9
- package/dist/packages/components/src/suggestion/index.vue.js +0 -179
- package/dist/packages/components/src/suggestion/index.vue2.js +0 -4
- package/dist/packages/components/src/suggestion/utils/dom.js +0 -18
- package/dist/packages/components/src/welcome/index.js +0 -9
- package/dist/packages/components/src/welcome/index.vue.js +0 -7
- package/dist/packages/components/src/welcome/index.vue2.js +0 -32
- package/dist/prompts/index.d.ts +0 -12
- package/dist/prompts/index.type.d.ts +0 -55
- package/dist/prompts/prompt.vue.d.ts +0 -3
- package/dist/prompts/prompts.vue.d.ts +0 -20
- package/dist/question/components/CommonQuestions.vue.d.ts +0 -32
- package/dist/question/components/HotQuestions.vue.d.ts +0 -89
- package/dist/question/composables/useQuestions.d.ts +0 -17
- package/dist/question/index.d.ts +0 -7
- package/dist/question/index.type.d.ts +0 -74
- package/dist/question/index.vue.d.ts +0 -46
- package/dist/sender/components/ActionButtons.vue.d.ts +0 -25
- package/dist/sender/components/TemplateEditor.vue.d.ts +0 -18
- package/dist/sender/composables/useInputHandler.d.ts +0 -17
- package/dist/sender/composables/useKeyboardHandler.d.ts +0 -18
- package/dist/sender/composables/useSpeechHandler.d.ts +0 -8
- package/dist/sender/index.d.ts +0 -7
- package/dist/sender/index.type.d.ts +0 -137
- package/dist/sender/index.vue.d.ts +0 -1012
- package/dist/suggestion/components/CategoryNav.vue.d.ts +0 -45
- package/dist/suggestion/components/SuggestionCapsule.vue.d.ts +0 -32
- package/dist/suggestion/components/SuggestionPanel.vue.d.ts +0 -84
- package/dist/suggestion/composables/useKeyboardNavigation.d.ts +0 -18
- package/dist/suggestion/composables/useSuggestionFilter.d.ts +0 -10
- package/dist/suggestion/composables/useTriggerDetection.d.ts +0 -11
- package/dist/suggestion/index.d.ts +0 -7
- package/dist/suggestion/index.type.d.ts +0 -94
- package/dist/suggestion/index.vue.d.ts +0 -343
- package/dist/suggestion/utils/dom.d.ts +0 -20
- package/dist/welcome/index.d.ts +0 -7
- package/dist/welcome/index.type.d.ts +0 -10
- package/dist/welcome/index.vue.d.ts +0 -18
- package/src/action-group/ActionGroup.vue +0 -247
- package/src/action-group/ActionGroupItem.vue +0 -9
- package/src/action-group/index.ts +0 -25
- package/src/action-group/index.type.ts +0 -21
- package/src/assets/icons/accessory.svg +0 -12
- package/src/assets/icons/loading-speech.svg +0 -16
- package/src/assets/icons/loading.svg +0 -17
- package/src/assets/icons/send.svg +0 -21
- package/src/assets/icons/voice.svg +0 -22
- package/src/bubble/Bubble.vue +0 -153
- package/src/bubble/BubbleList.vue +0 -55
- package/src/bubble/index.ts +0 -23
- package/src/bubble/index.type.ts +0 -49
- package/src/container/index.ts +0 -12
- package/src/container/index.type.ts +0 -17
- package/src/container/index.vue +0 -109
- package/src/conversations/index.ts +0 -12
- package/src/conversations/index.vue +0 -3
- package/src/feedback/components/SourceList.vue +0 -112
- package/src/feedback/components/index.ts +0 -1
- package/src/feedback/index.ts +0 -12
- package/src/feedback/index.type.ts +0 -27
- package/src/feedback/index.vue +0 -166
- package/src/history/components/index.ts +0 -2
- package/src/history/components/item-tag.vue +0 -49
- package/src/history/components/search-empty.vue +0 -38
- package/src/history/composables/index.ts +0 -1
- package/src/history/composables/useEditItemTitle.ts +0 -75
- package/src/history/index.ts +0 -12
- package/src/history/index.type.ts +0 -50
- package/src/history/index.vue +0 -292
- package/src/icon-button/index.ts +0 -12
- package/src/icon-button/index.type.ts +0 -7
- package/src/icon-button/index.vue +0 -58
- package/src/index.ts +0 -76
- package/src/prompts/index.ts +0 -25
- package/src/prompts/index.type.ts +0 -59
- package/src/prompts/prompt.vue +0 -101
- package/src/prompts/prompts.vue +0 -50
- package/src/question/components/CommonQuestions.vue +0 -146
- package/src/question/components/HotQuestions.vue +0 -148
- package/src/question/composables/useQuestions.ts +0 -106
- package/src/question/index.less +0 -447
- package/src/question/index.ts +0 -12
- package/src/question/index.type.ts +0 -86
- package/src/question/index.vue +0 -140
- package/src/question/vars.less +0 -135
- package/src/sender/components/ActionButtons.vue +0 -168
- package/src/sender/components/TemplateEditor.vue +0 -465
- package/src/sender/composables/useInputHandler.ts +0 -74
- package/src/sender/composables/useKeyboardHandler.ts +0 -101
- package/src/sender/composables/useSpeechHandler.ts +0 -122
- package/src/sender/index.less +0 -352
- package/src/sender/index.ts +0 -12
- package/src/sender/index.type.ts +0 -162
- package/src/sender/index.vue +0 -338
- package/src/sender/vars.less +0 -84
- package/src/suggestion/components/CategoryNav.vue +0 -38
- package/src/suggestion/components/SuggestionCapsule.vue +0 -183
- package/src/suggestion/components/SuggestionPanel.vue +0 -147
- package/src/suggestion/composables/useKeyboardNavigation.ts +0 -101
- package/src/suggestion/composables/useSuggestionFilter.ts +0 -34
- package/src/suggestion/composables/useTriggerDetection.ts +0 -46
- package/src/suggestion/index.less +0 -497
- package/src/suggestion/index.ts +0 -12
- package/src/suggestion/index.type.ts +0 -101
- package/src/suggestion/index.vue +0 -338
- package/src/suggestion/utils/dom.ts +0 -66
- package/src/suggestion/vars.less +0 -141
- package/src/vite-env.d.ts +0 -1
- package/src/welcome/index.ts +0 -12
- package/src/welcome/index.type.ts +0 -12
- package/src/welcome/index.vue +0 -69
- package/tsconfig.json +0 -37
- package/tsconfig.node.json +0 -10
- package/vite.config.ts +0 -53
package/src/bubble/index.type.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { Options as MarkdownItOptions } from 'markdown-it'
|
|
2
|
-
import { CSSProperties, VNode } from 'vue'
|
|
3
|
-
|
|
4
|
-
export type BubblePalcement = 'start' | 'end'
|
|
5
|
-
|
|
6
|
-
export interface BubbleProps {
|
|
7
|
-
/**
|
|
8
|
-
* 气泡内容
|
|
9
|
-
*/
|
|
10
|
-
content?: string
|
|
11
|
-
id?: string | number | symbol
|
|
12
|
-
/**
|
|
13
|
-
* 气泡位置
|
|
14
|
-
*/
|
|
15
|
-
placement?: BubblePalcement
|
|
16
|
-
avatar?: VNode
|
|
17
|
-
role?: string
|
|
18
|
-
/**
|
|
19
|
-
* 内容类型
|
|
20
|
-
*/
|
|
21
|
-
type?: 'text' | 'markdown'
|
|
22
|
-
loading?: boolean
|
|
23
|
-
aborted?: boolean
|
|
24
|
-
/**
|
|
25
|
-
* type 为 'markdown' 时,markdown 的配置项
|
|
26
|
-
*/
|
|
27
|
-
mdConfig?: MarkdownItOptions
|
|
28
|
-
// 样式相关
|
|
29
|
-
maxWidth?: CSSProperties['maxWidth']
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
export interface BubbleSlots {
|
|
33
|
-
default?: (slotProps: { bubbleProps: BubbleProps }) => unknown
|
|
34
|
-
footer?: (slotProps: { bubbleProps: BubbleProps }) => unknown
|
|
35
|
-
loading?: (slotProps: { bubbleProps: BubbleProps }) => unknown
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
export type BubbleRoleConfig = Pick<BubbleProps, 'placement' | 'avatar' | 'type' | 'mdConfig' | 'maxWidth'> & {
|
|
39
|
-
slots?: BubbleSlots
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
export interface BubbleListProps {
|
|
43
|
-
items: (BubbleProps & { slots?: BubbleSlots })[]
|
|
44
|
-
/**
|
|
45
|
-
* 每个角色的默认配置项
|
|
46
|
-
*/
|
|
47
|
-
roles?: Record<string, BubbleRoleConfig>
|
|
48
|
-
autoScroll?: boolean
|
|
49
|
-
}
|
package/src/container/index.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { App } from 'vue'
|
|
2
|
-
import Container from './index.vue'
|
|
3
|
-
|
|
4
|
-
Container.name = 'TrContainer'
|
|
5
|
-
|
|
6
|
-
const install = function <T>(app: App<T>) {
|
|
7
|
-
app.component(Container.name!, Container)
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
Container.install = install
|
|
11
|
-
|
|
12
|
-
export default Container as typeof Container & { install: typeof install }
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface ContainerProps {
|
|
2
|
-
/**
|
|
3
|
-
* model:show
|
|
4
|
-
*/
|
|
5
|
-
show: boolean
|
|
6
|
-
/**
|
|
7
|
-
* model:fullscreen
|
|
8
|
-
*/
|
|
9
|
-
fullscreen?: boolean
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export interface ContainerSlots {
|
|
13
|
-
default: () => unknown
|
|
14
|
-
title: () => unknown
|
|
15
|
-
operations: () => unknown
|
|
16
|
-
footer: () => unknown
|
|
17
|
-
}
|
package/src/container/index.vue
DELETED
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
import { IconCancelFullScreen, IconClose, IconFullScreen } from '@opentiny/tiny-robot-svgs'
|
|
3
|
-
import { computed } from 'vue'
|
|
4
|
-
import IconButton from '../icon-button'
|
|
5
|
-
import { ContainerProps, ContainerSlots } from './index.type'
|
|
6
|
-
|
|
7
|
-
const show = defineModel<ContainerProps['show']>('show', { required: true })
|
|
8
|
-
const fullscreen = defineModel<ContainerProps['fullscreen']>('fullscreen')
|
|
9
|
-
|
|
10
|
-
defineSlots<ContainerSlots>()
|
|
11
|
-
|
|
12
|
-
const IconFullScreenSwitcher = computed(() => (fullscreen.value ? IconCancelFullScreen : IconFullScreen))
|
|
13
|
-
</script>
|
|
14
|
-
|
|
15
|
-
<template>
|
|
16
|
-
<div class="tr-container">
|
|
17
|
-
<div class="tr-container__dragging-bar-wrapper">
|
|
18
|
-
<div class="tr-container__dragging-bar"></div>
|
|
19
|
-
</div>
|
|
20
|
-
<div class="tr-container__header">
|
|
21
|
-
<slot name="title">
|
|
22
|
-
<h3 class="tr-container__title">OpenTiny NEXT</h3>
|
|
23
|
-
</slot>
|
|
24
|
-
<div class="tr-container__header-operations">
|
|
25
|
-
<slot name="operations"></slot>
|
|
26
|
-
<icon-button
|
|
27
|
-
size="28"
|
|
28
|
-
svg-size="20"
|
|
29
|
-
:icon="IconFullScreenSwitcher"
|
|
30
|
-
@click="$emit('update:fullscreen', !fullscreen)"
|
|
31
|
-
></icon-button>
|
|
32
|
-
<icon-button size="28" svg-size="20" :icon="IconClose" @click="$emit('update:show', false)"></icon-button>
|
|
33
|
-
</div>
|
|
34
|
-
</div>
|
|
35
|
-
<slot></slot>
|
|
36
|
-
<div class="tr-container__footer">
|
|
37
|
-
<slot name="footer"></slot>
|
|
38
|
-
</div>
|
|
39
|
-
</div>
|
|
40
|
-
</template>
|
|
41
|
-
|
|
42
|
-
<style lang="less" scoped>
|
|
43
|
-
.tr-container {
|
|
44
|
-
--tr-container-width: 480px;
|
|
45
|
-
|
|
46
|
-
background-color: rgb(248, 248, 248);
|
|
47
|
-
border: 1px solid rgba(0, 0, 0, 0.08);
|
|
48
|
-
position: fixed;
|
|
49
|
-
top: 0;
|
|
50
|
-
bottom: 0;
|
|
51
|
-
right: 0;
|
|
52
|
-
left: v-bind('fullscreen? "0" : "unset"');
|
|
53
|
-
width: v-bind('fullscreen? "unset" : "var(--tr-container-width)"');
|
|
54
|
-
z-index: v-bind('show? "100":"-1"');
|
|
55
|
-
opacity: v-bind('show? "1":"0"');
|
|
56
|
-
display: flex;
|
|
57
|
-
flex-direction: column;
|
|
58
|
-
|
|
59
|
-
.tr-container__dragging-bar-wrapper {
|
|
60
|
-
flex-shrink: 0;
|
|
61
|
-
|
|
62
|
-
display: flex;
|
|
63
|
-
align-items: center;
|
|
64
|
-
justify-content: center;
|
|
65
|
-
padding: 6px;
|
|
66
|
-
|
|
67
|
-
// TODO 拖拽条的逻辑
|
|
68
|
-
.tr-container__dragging-bar {
|
|
69
|
-
width: 40px;
|
|
70
|
-
height: 4px;
|
|
71
|
-
background-color: rgb(217, 217, 217);
|
|
72
|
-
border-radius: 999px;
|
|
73
|
-
cursor: grab;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.tr-container__header {
|
|
78
|
-
flex-shrink: 0;
|
|
79
|
-
|
|
80
|
-
display: flex;
|
|
81
|
-
align-items: center;
|
|
82
|
-
justify-content: space-between;
|
|
83
|
-
padding: 4px 24px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.tr-container__title {
|
|
87
|
-
margin: 0;
|
|
88
|
-
padding: 0;
|
|
89
|
-
color: rgb(25, 25, 25);
|
|
90
|
-
font-weight: 600;
|
|
91
|
-
font-size: 14px;
|
|
92
|
-
line-height: 22px;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.tr-container__header-operations {
|
|
96
|
-
display: flex;
|
|
97
|
-
gap: 8px;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
.tr-container__header + :slotted(*) {
|
|
101
|
-
flex: 1;
|
|
102
|
-
overflow-y: auto;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.tr-container__footer {
|
|
106
|
-
flex-shrink: 0;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
</style>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { App } from 'vue'
|
|
2
|
-
import Conversations from './index.vue'
|
|
3
|
-
|
|
4
|
-
Conversations.name = 'Conversations'
|
|
5
|
-
|
|
6
|
-
const install = function <T>(app: App<T>) {
|
|
7
|
-
app.component(Conversations.name!, Conversations)
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
Conversations.install = install
|
|
11
|
-
|
|
12
|
-
export default Conversations as typeof Conversations & { install: typeof install }
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
import { IconArrowUp } from '@opentiny/tiny-robot-svgs'
|
|
3
|
-
import { computed, nextTick, onMounted, ref, watch } from 'vue'
|
|
4
|
-
|
|
5
|
-
const props = withDefaults(
|
|
6
|
-
defineProps<{
|
|
7
|
-
sources: { label: string; link: string }[]
|
|
8
|
-
linesLimit?: number
|
|
9
|
-
}>(),
|
|
10
|
-
{
|
|
11
|
-
linesLimit: Number.MAX_SAFE_INTEGER,
|
|
12
|
-
},
|
|
13
|
-
)
|
|
14
|
-
|
|
15
|
-
const showAll = ref(false)
|
|
16
|
-
const pillRefs = ref<(HTMLElement | null)[]>([])
|
|
17
|
-
const morePillIndex = ref<number | null>(null)
|
|
18
|
-
|
|
19
|
-
const updateMoreIndex = () => {
|
|
20
|
-
nextTick(() => {
|
|
21
|
-
const tops = pillRefs.value.map((el) => el?.offsetTop || 0)
|
|
22
|
-
const uniqueTops = Array.from(new Set(tops))
|
|
23
|
-
|
|
24
|
-
if (uniqueTops.length > props.linesLimit) {
|
|
25
|
-
// 超过 linesLimit 行,找到第 linesLimit 行最后一个的index
|
|
26
|
-
const lastLineTop = uniqueTops[props.linesLimit - 1]
|
|
27
|
-
const lastIndex = tops.lastIndexOf(lastLineTop)
|
|
28
|
-
morePillIndex.value = lastIndex
|
|
29
|
-
} else {
|
|
30
|
-
morePillIndex.value = null
|
|
31
|
-
}
|
|
32
|
-
})
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
const leftPillCount = computed(() => {
|
|
36
|
-
return props.sources.length - (morePillIndex.value || 0)
|
|
37
|
-
})
|
|
38
|
-
|
|
39
|
-
onMounted(updateMoreIndex)
|
|
40
|
-
|
|
41
|
-
watch(() => props.sources, updateMoreIndex)
|
|
42
|
-
|
|
43
|
-
const setPillRef = (el: HTMLElement | null, idx: number) => {
|
|
44
|
-
if (el) {
|
|
45
|
-
pillRefs.value[idx] = el
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
</script>
|
|
49
|
-
|
|
50
|
-
<template>
|
|
51
|
-
<div class="tr-feedback__source-list">
|
|
52
|
-
<template v-for="(source, index) in props.sources" :key="index">
|
|
53
|
-
<a
|
|
54
|
-
v-if="!morePillIndex || showAll || index < morePillIndex"
|
|
55
|
-
class="pill"
|
|
56
|
-
:href="source.link"
|
|
57
|
-
target="_blank"
|
|
58
|
-
:ref="(el) => setPillRef(el as HTMLElement, index)"
|
|
59
|
-
>
|
|
60
|
-
{{ source.label }}
|
|
61
|
-
</a>
|
|
62
|
-
<span v-if="morePillIndex && !showAll && index === morePillIndex" class="pill" @click="showAll = true">
|
|
63
|
-
{{ leftPillCount }}+
|
|
64
|
-
</span>
|
|
65
|
-
</template>
|
|
66
|
-
<span v-if="showAll" class="pill collapse-pill" @click="showAll = false">
|
|
67
|
-
<IconArrowUp />
|
|
68
|
-
</span>
|
|
69
|
-
</div>
|
|
70
|
-
</template>
|
|
71
|
-
|
|
72
|
-
<style lang="less" scoped>
|
|
73
|
-
.tr-feedback__source-list {
|
|
74
|
-
display: flex;
|
|
75
|
-
flex-wrap: wrap;
|
|
76
|
-
gap: 8px;
|
|
77
|
-
|
|
78
|
-
.pill {
|
|
79
|
-
padding: 4px 12px;
|
|
80
|
-
font-size: 12px;
|
|
81
|
-
line-height: 20px;
|
|
82
|
-
border-radius: 999px;
|
|
83
|
-
border: none;
|
|
84
|
-
background-color: rgba(20, 118, 255, 0.06);
|
|
85
|
-
color: rgb(20, 118, 255);
|
|
86
|
-
cursor: pointer;
|
|
87
|
-
|
|
88
|
-
&:hover {
|
|
89
|
-
text-decoration: underline;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&.collapse {
|
|
93
|
-
font-size: 16px;
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.collapse-pill {
|
|
98
|
-
padding: 0;
|
|
99
|
-
font-size: 16px;
|
|
100
|
-
width: 28px;
|
|
101
|
-
height: 28px;
|
|
102
|
-
display: flex;
|
|
103
|
-
align-items: center;
|
|
104
|
-
justify-content: center;
|
|
105
|
-
transition: background-color 0.3s ease;
|
|
106
|
-
|
|
107
|
-
&:hover {
|
|
108
|
-
background-color: rgba(20, 118, 255, 0.12);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
</style>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as SourceList } from './SourceList.vue'
|
package/src/feedback/index.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { App } from 'vue'
|
|
2
|
-
import Feedback from './index.vue'
|
|
3
|
-
|
|
4
|
-
Feedback.name = 'TrFeedback'
|
|
5
|
-
|
|
6
|
-
const install = function <T>(app: App<T>) {
|
|
7
|
-
app.component(Feedback.name!, Feedback)
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
Feedback.install = install
|
|
11
|
-
|
|
12
|
-
export default Feedback as typeof Feedback & { install: typeof install }
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { Component, VNode } from 'vue'
|
|
2
|
-
|
|
3
|
-
export interface FeedbackProps {
|
|
4
|
-
operations?: {
|
|
5
|
-
name: string
|
|
6
|
-
label: string
|
|
7
|
-
onClick?: () => void
|
|
8
|
-
}[]
|
|
9
|
-
operationsLimit?: number
|
|
10
|
-
actions?: {
|
|
11
|
-
name: string
|
|
12
|
-
label: string
|
|
13
|
-
icon?: 'copy' | 'refresh' | 'like' | 'dislike' | VNode | Component
|
|
14
|
-
onClick?: () => void
|
|
15
|
-
}[]
|
|
16
|
-
actionsLimit?: number
|
|
17
|
-
sources?: {
|
|
18
|
-
label: string
|
|
19
|
-
link: string
|
|
20
|
-
}[]
|
|
21
|
-
sourcesLinesLimit?: number
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export interface FeedbackEvents {
|
|
25
|
-
(e: 'operation', name: string): void
|
|
26
|
-
(e: 'action', name: string): void
|
|
27
|
-
}
|
package/src/feedback/index.vue
DELETED
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
<script lang="ts" setup>
|
|
2
|
-
import { IconArrowDown, IconArrowUp, IconCopy, IconDislike, IconLike, IconRefresh } from '@opentiny/tiny-robot-svgs'
|
|
3
|
-
import TinyButton from '@opentiny/vue-button'
|
|
4
|
-
import { ref } from 'vue'
|
|
5
|
-
import ActionGroup, { ActionGroupItem } from '../action-group'
|
|
6
|
-
import IconButton from '../icon-button'
|
|
7
|
-
import { SourceList } from './components'
|
|
8
|
-
import type { FeedbackEvents, FeedbackProps } from './index.type'
|
|
9
|
-
|
|
10
|
-
const props = withDefaults(defineProps<FeedbackProps>(), {
|
|
11
|
-
operationsLimit: Number.MAX_SAFE_INTEGER,
|
|
12
|
-
actionsLimit: Number.MAX_SAFE_INTEGER,
|
|
13
|
-
sourcesLinesLimit: Number.MAX_SAFE_INTEGER,
|
|
14
|
-
})
|
|
15
|
-
|
|
16
|
-
const iconMap = {
|
|
17
|
-
copy: IconCopy,
|
|
18
|
-
refresh: IconRefresh,
|
|
19
|
-
like: IconLike,
|
|
20
|
-
dislike: IconDislike,
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
const emit = defineEmits<FeedbackEvents>()
|
|
24
|
-
|
|
25
|
-
const handleOperation = (name: string) => {
|
|
26
|
-
props.operations?.find((operation) => operation.name === name)?.onClick?.()
|
|
27
|
-
emit('operation', name)
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
const handleAction = (name: string) => {
|
|
31
|
-
props.actions?.find((action) => action.name === name)?.onClick?.()
|
|
32
|
-
emit('action', name)
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
const showSourceList = ref(false)
|
|
36
|
-
|
|
37
|
-
const handleSourceList = () => {
|
|
38
|
-
showSourceList.value = !showSourceList.value
|
|
39
|
-
}
|
|
40
|
-
</script>
|
|
41
|
-
|
|
42
|
-
<template>
|
|
43
|
-
<div class="tr-feedback">
|
|
44
|
-
<div class="tr-feedback__operations">
|
|
45
|
-
<div class="tr-feedback__operations-left">
|
|
46
|
-
<action-group
|
|
47
|
-
v-if="props.operations?.length"
|
|
48
|
-
:max-num="props.operationsLimit"
|
|
49
|
-
:drop-down-show-label-only="true"
|
|
50
|
-
@item-click="handleOperation"
|
|
51
|
-
class="tr-feedback__operations-left-action-group"
|
|
52
|
-
>
|
|
53
|
-
<action-group-item
|
|
54
|
-
v-for="operation in props.operations"
|
|
55
|
-
:key="operation.name"
|
|
56
|
-
:name="operation.name"
|
|
57
|
-
:label="operation.label"
|
|
58
|
-
>
|
|
59
|
-
<tiny-button round :reset-time="0" size="mini">
|
|
60
|
-
{{ operation.label }}
|
|
61
|
-
</tiny-button>
|
|
62
|
-
</action-group-item>
|
|
63
|
-
<template #moreBtn>
|
|
64
|
-
<tiny-button round size="mini" :reset-time="0" class="tr-feedback__operations-more-btn">
|
|
65
|
-
<span>更多</span>
|
|
66
|
-
<icon-arrow-down />
|
|
67
|
-
</tiny-button>
|
|
68
|
-
</template>
|
|
69
|
-
</action-group>
|
|
70
|
-
<div v-else-if="props.sources?.length">
|
|
71
|
-
<span class="tr-feedback__source" @click="handleSourceList">
|
|
72
|
-
<span>{{ props.sources?.length }}条来源</span>
|
|
73
|
-
<component :is="showSourceList ? IconArrowUp : IconArrowDown" />
|
|
74
|
-
</span>
|
|
75
|
-
</div>
|
|
76
|
-
</div>
|
|
77
|
-
<div class="tr-feedback__operations-right">
|
|
78
|
-
<action-group :max-num="props.actionsLimit" :show-tooltip="true" @item-click="handleAction">
|
|
79
|
-
<action-group-item
|
|
80
|
-
v-for="action in props.actions"
|
|
81
|
-
:key="action.name"
|
|
82
|
-
:name="action.name"
|
|
83
|
-
:label="action.label"
|
|
84
|
-
>
|
|
85
|
-
<icon-button v-if="typeof action.icon === 'string'" :icon="iconMap[action.icon]"></icon-button>
|
|
86
|
-
<component v-else :is="action.icon"></component>
|
|
87
|
-
</action-group-item>
|
|
88
|
-
</action-group>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
<div
|
|
92
|
-
v-if="(props.operations?.length && props.sources?.length) || (showSourceList && props.sources)"
|
|
93
|
-
class="tr-feedback__footer"
|
|
94
|
-
>
|
|
95
|
-
<div v-if="props.operations?.length && props.sources?.length">
|
|
96
|
-
<span class="tr-feedback__source" @click="handleSourceList">
|
|
97
|
-
<span>{{ props.sources?.length }}条来源</span>
|
|
98
|
-
<component :is="showSourceList ? IconArrowUp : IconArrowDown" />
|
|
99
|
-
</span>
|
|
100
|
-
</div>
|
|
101
|
-
<source-list
|
|
102
|
-
v-if="showSourceList && props.sources"
|
|
103
|
-
:sources="props.sources"
|
|
104
|
-
:lines-limit="props.sourcesLinesLimit"
|
|
105
|
-
/>
|
|
106
|
-
</div>
|
|
107
|
-
</div>
|
|
108
|
-
</template>
|
|
109
|
-
|
|
110
|
-
<style lang="less" scoped>
|
|
111
|
-
.tr-feedback {
|
|
112
|
-
.tr-feedback__operations {
|
|
113
|
-
display: flex;
|
|
114
|
-
justify-content: space-between;
|
|
115
|
-
align-items: center;
|
|
116
|
-
gap: 8px;
|
|
117
|
-
|
|
118
|
-
.tr-feedback__operations-left {
|
|
119
|
-
.tr-feedback__operations-left-action-group {
|
|
120
|
-
gap: 8px;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.tr-feedback__operations-more-btn {
|
|
124
|
-
display: inline-flex;
|
|
125
|
-
align-items: center;
|
|
126
|
-
gap: 4px;
|
|
127
|
-
|
|
128
|
-
svg {
|
|
129
|
-
font-size: 12px;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.tr-feedback__operations-right {
|
|
135
|
-
display: flex;
|
|
136
|
-
align-items: center;
|
|
137
|
-
gap: 4px;
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
.tr-feedback__footer {
|
|
141
|
-
margin-top: 8px;
|
|
142
|
-
display: flex;
|
|
143
|
-
flex-direction: column;
|
|
144
|
-
gap: 8px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.tr-feedback__source {
|
|
148
|
-
height: 24px;
|
|
149
|
-
display: inline-flex;
|
|
150
|
-
align-items: center;
|
|
151
|
-
font-size: 12px;
|
|
152
|
-
line-height: 20px;
|
|
153
|
-
color: rgb(128, 128, 128);
|
|
154
|
-
cursor: pointer;
|
|
155
|
-
gap: 2px;
|
|
156
|
-
|
|
157
|
-
&:hover {
|
|
158
|
-
text-decoration: underline;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
svg {
|
|
162
|
-
font-size: 16px;
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
</style>
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
<script setup lang="ts">
|
|
2
|
-
import type { HistoryItemTagProps } from '../index.type'
|
|
3
|
-
|
|
4
|
-
const props = withDefaults(defineProps<HistoryItemTagProps>(), {
|
|
5
|
-
type: 'default',
|
|
6
|
-
})
|
|
7
|
-
</script>
|
|
8
|
-
|
|
9
|
-
<template>
|
|
10
|
-
<div :class="['tr-history__item-tag', props.type]" :style="props.style">
|
|
11
|
-
<span>{{ props.text }}</span>
|
|
12
|
-
</div>
|
|
13
|
-
</template>
|
|
14
|
-
|
|
15
|
-
<style lang="less" scoped>
|
|
16
|
-
.tr-history__item-tag {
|
|
17
|
-
padding: 0 4px;
|
|
18
|
-
font-size: 12px;
|
|
19
|
-
line-height: 18px;
|
|
20
|
-
border-radius: 2px;
|
|
21
|
-
|
|
22
|
-
&.default {
|
|
23
|
-
color: rgb(25, 25, 25);
|
|
24
|
-
background-color: rgb(245, 245, 245);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
&.success {
|
|
28
|
-
// TODO 成功
|
|
29
|
-
color: rgb(25, 25, 25);
|
|
30
|
-
background-color: rgb(245, 245, 245);
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
&.warning {
|
|
34
|
-
// TODO 警告
|
|
35
|
-
color: rgb(25, 25, 25);
|
|
36
|
-
background-color: rgb(245, 245, 245);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
&.error {
|
|
40
|
-
color: rgb(242, 48, 48);
|
|
41
|
-
background-color: rgb(252, 227, 224);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
&.info {
|
|
45
|
-
color: rgb(20, 118, 255);
|
|
46
|
-
background-color: rgb(222, 236, 255);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
</style>
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="tr-history__empty">
|
|
3
|
-
<span class="tr-history__empty-icon">
|
|
4
|
-
<IconEmptySearch />
|
|
5
|
-
</span>
|
|
6
|
-
<span class="tr-history__empty-text">{{ props.text }}</span>
|
|
7
|
-
</div>
|
|
8
|
-
</template>
|
|
9
|
-
|
|
10
|
-
<script setup lang="ts">
|
|
11
|
-
import { IconEmptySearch } from '@opentiny/tiny-robot-svgs'
|
|
12
|
-
|
|
13
|
-
const props = withDefaults(defineProps<{ text: string }>(), {
|
|
14
|
-
text: '暂无内容',
|
|
15
|
-
})
|
|
16
|
-
</script>
|
|
17
|
-
|
|
18
|
-
<style lang="less" scoped>
|
|
19
|
-
.tr-history__empty {
|
|
20
|
-
display: flex;
|
|
21
|
-
flex-direction: column;
|
|
22
|
-
align-items: center;
|
|
23
|
-
justify-content: center;
|
|
24
|
-
gap: 12px;
|
|
25
|
-
padding: 84px;
|
|
26
|
-
padding-bottom: 0;
|
|
27
|
-
|
|
28
|
-
.tr-history__empty-icon {
|
|
29
|
-
font-size: 16px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.tr-history__empty-text {
|
|
33
|
-
font-size: 12px;
|
|
34
|
-
line-height: 24px;
|
|
35
|
-
color: rgb(25, 25, 25);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
</style>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './useEditItemTitle'
|