@blueking/ai-ui-sdk 0.0.15-beta.29 → 0.0.15-beta.30

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.
@@ -30,7 +30,7 @@ export default /*@__PURE__*/ _defineComponent({
30
30
  emits: [
31
31
  "send"
32
32
  ],
33
- setup (__props, { emit: __emit }) {
33
+ setup (__props, { expose: __expose, emit: __emit }) {
34
34
  const props = __props;
35
35
  const emit = __emit;
36
36
  const quillRef = ref();
@@ -118,6 +118,10 @@ export default /*@__PURE__*/ _defineComponent({
118
118
  var _quillRef_value;
119
119
  (_quillRef_value = quillRef.value) === null || _quillRef_value === void 0 ? void 0 : _quillRef_value.setText('');
120
120
  };
121
+ const handleSetPrompt = (val)=>{
122
+ var _quillRef_value;
123
+ (_quillRef_value = quillRef.value) === null || _quillRef_value === void 0 ? void 0 : _quillRef_value.setText(val);
124
+ };
121
125
  const handleSendPrompt = ()=>{
122
126
  var // 清空
123
127
  _quillRef_value;
@@ -131,6 +135,9 @@ export default /*@__PURE__*/ _defineComponent({
131
135
  handleChangeTextHeight();
132
136
  });
133
137
  onMounted(autoFocus);
138
+ __expose({
139
+ handleSetPrompt
140
+ });
134
141
  return (_ctx, _cache)=>{
135
142
  return _openBlock(), _createElementBlock("section", {
136
143
  class: _normalizeClass([
@@ -1,30 +1,30 @@
1
1
 
2
- .send-prompt-container[data-v-6r61g0ln] {
2
+ .send-prompt-container[data-v-5cejqekt] {
3
3
  width: 800px;
4
4
  z-index: 1501;
5
5
  overflow: visible;
6
6
  position: relative;
7
7
  }
8
- .send-prompt-container[data-v-6r61g0ln] .textarea-list {
8
+ .send-prompt-container[data-v-5cejqekt] .textarea-list {
9
9
  bottom: var(--textarea-bottom);
10
10
  }
11
- .send-prompt-container:hover .clear-icon[data-v-6r61g0ln] {
11
+ .send-prompt-container:hover .clear-icon[data-v-5cejqekt] {
12
12
  display: inline-flex !important;
13
13
  }
14
- .quill-container[data-v-6r61g0ln] {
14
+ .quill-container[data-v-5cejqekt] {
15
15
  background: #fff;
16
16
  box-shadow: 0 0 6px 0 #0000001a;
17
17
  border-radius: 4px;
18
18
  box-sizing: border-box !important;
19
19
  border: 1px solid transparent;
20
20
  }
21
- .quill-container.active[data-v-6r61g0ln] {
21
+ .quill-container.active[data-v-5cejqekt] {
22
22
  border: 1px solid #3A84FF !important;
23
23
  }
24
- .quill-container[data-v-6r61g0ln]:has(.ql-editor:focus) {
24
+ .quill-container[data-v-5cejqekt]:has(.ql-editor:focus) {
25
25
  border: 1px solid #3A84FF !important;
26
26
  }
27
- .send-prompt[data-v-6r61g0ln] {
27
+ .send-prompt[data-v-5cejqekt] {
28
28
  width: 800px;
29
29
  border: 1px solid transparent;
30
30
  flex-direction: row;
@@ -34,26 +34,26 @@
34
34
  border-radius: 4px;
35
35
  border: 1px solid transparent !important;
36
36
  }
37
- .send-prompt[data-v-6r61g0ln] .content-input-wrapper {
37
+ .send-prompt[data-v-5cejqekt] .content-input-wrapper {
38
38
  padding: 0 !important;
39
39
  height: 100% !important;
40
40
  }
41
- .send-prompt[data-v-6r61g0ln] .auto-textarea-wrapper {
41
+ .send-prompt[data-v-5cejqekt] .auto-textarea-wrapper {
42
42
  height: 100% !important;
43
43
  }
44
- .send-prompt[data-v-6r61g0ln] .v-note-panel {
44
+ .send-prompt[data-v-5cejqekt] .v-note-panel {
45
45
  border-radius: 4px;
46
46
  }
47
- .send-prompt[data-v-6r61g0ln] .scroll-style {
47
+ .send-prompt[data-v-5cejqekt] .scroll-style {
48
48
  overflow-y: hidden !important;
49
49
  }
50
- .send-prompt[data-v-6r61g0ln] .auto-textarea-block {
50
+ .send-prompt[data-v-5cejqekt] .auto-textarea-block {
51
51
  display: none;
52
52
  }
53
- .send-prompt[data-v-6r61g0ln]:has(.ql-editor:focus) {
53
+ .send-prompt[data-v-5cejqekt]:has(.ql-editor:focus) {
54
54
  height: var(--text-height);
55
55
  }
56
- .ai-ui-sdk-fasong[data-v-6r61g0ln] {
56
+ .ai-ui-sdk-fasong[data-v-5cejqekt] {
57
57
  width: 28px;
58
58
  height: 28px;
59
59
  line-height: 28px;
@@ -67,15 +67,15 @@
67
67
  text-align: center;
68
68
  z-index: 1501;
69
69
  }
70
- .ai-ui-sdk-fasong[data-v-6r61g0ln]:hover {
70
+ .ai-ui-sdk-fasong[data-v-5cejqekt]:hover {
71
71
  background: #F0F5FF;
72
72
  color: #3a84ff;
73
73
  }
74
- .ai-ui-sdk-fasong.disable[data-v-6r61g0ln] {
74
+ .ai-ui-sdk-fasong.disable[data-v-5cejqekt] {
75
75
  color: #dcdee5;
76
76
  cursor: not-allowed;
77
77
  }
78
- .clear-icon[data-v-6r61g0ln] {
78
+ .clear-icon[data-v-5cejqekt] {
79
79
  display: none !important;
80
80
  position: absolute;
81
81
  bottom: 42px;
@@ -10,7 +10,9 @@ interface IProps {
10
10
  placeholder?: string;
11
11
  sessionContents?: ISessionContent[];
12
12
  }
13
- declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
13
+ declare const _default: import("vue").DefineComponent<IProps, {
14
+ handleSetPrompt: (val: string) => void;
15
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
16
  send: (prompt: string) => any;
15
17
  }, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{
16
18
  onSend?: ((prompt: string) => any) | undefined;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js';
2
- script.__scopeId = "data-v-6r61g0ln";
2
+ script.__scopeId = "data-v-5cejqekt";
3
3
  script.__file = "./src/component/render-input/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,5 +1,5 @@
1
1
 
2
- .send-tool-container[data-v-2nn0ah5j] {
2
+ .send-tool-container[data-v-asmwmte4] {
3
3
  position: absolute;
4
4
  left: 50%;
5
5
  top: 16px;
@@ -12,17 +12,17 @@
12
12
  cursor: row-resize;
13
13
  z-index: 15001;
14
14
  }
15
- .send-tool-container.bottom[data-v-2nn0ah5j] {
15
+ .send-tool-container.bottom[data-v-asmwmte4] {
16
16
  bottom: 0;
17
17
  top: auto;
18
18
  }
19
- .send-tool-container.bottom .ai-ui-sdk-gengduo[data-v-2nn0ah5j] {
19
+ .send-tool-container.bottom .ai-ui-sdk-gengduo[data-v-asmwmte4] {
20
20
  margin-top: -10px;
21
21
  }
22
- .send-tool-container[data-v-2nn0ah5j]:hover, .send-tool-container.is-dragging[data-v-2nn0ah5j] {
22
+ .send-tool-container[data-v-asmwmte4]:hover, .send-tool-container.is-dragging[data-v-asmwmte4] {
23
23
  background: #3A84FF;
24
24
  }
25
- .send-tool-container .ai-ui-sdk-gengduo[data-v-2nn0ah5j] {
25
+ .send-tool-container .ai-ui-sdk-gengduo[data-v-asmwmte4] {
26
26
  margin-top: -2px;
27
27
  color: #63656E;
28
28
  }
@@ -1,5 +1,5 @@
1
1
  import script from './render-drag.script.vue.js';
2
- script.__scopeId = "data-v-2nn0ah5j";
2
+ script.__scopeId = "data-v-asmwmte4";
3
3
  script.__file = "./src/component/render-input/render-drag.vue";
4
4
  import './render-drag.vue.css';
5
5
  export default script;
@@ -1,4 +1,4 @@
1
1
 
2
- .ai-ui-sdk-icon[data-v-bl3u983b] {
2
+ .ai-ui-sdk-icon[data-v-0p4pyaxy] {
3
3
  color: #C4C6CC;
4
4
  }
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js';
2
- script.__scopeId = "data-v-bl3u983b";
2
+ script.__scopeId = "data-v-0p4pyaxy";
3
3
  script.__file = "./src/component/render-knowledge-icon/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
@@ -1,10 +1,10 @@
1
1
 
2
- .ai-message-home[data-v-bo7to4ry] {
2
+ .ai-message-home[data-v-oxy4e30u] {
3
3
  justify-content: center;
4
4
  align-items: flex-start;
5
5
  width: 100%;
6
6
  }
7
- .ai-content[data-v-bo7to4ry] {
7
+ .ai-content[data-v-oxy4e30u] {
8
8
  flex: 1;
9
9
  max-width: calc(100% - 104px);
10
10
  background: #FFFFFF;
@@ -17,26 +17,26 @@
17
17
  padding-top: 12px;
18
18
  margin-right: 52px;
19
19
  }
20
- .ai-content .ai-ui-sdk-warning-circle-fill[data-v-bo7to4ry] {
20
+ .ai-content .ai-ui-sdk-warning-circle-fill[data-v-oxy4e30u] {
21
21
  color: #EA3636;
22
22
  font-size: 18px;
23
23
  margin-right: 2px;
24
24
  }
25
- .ai-content .ai-ui-sdk-quanquan[data-v-bo7to4ry] {
25
+ .ai-content .ai-ui-sdk-quanquan[data-v-oxy4e30u] {
26
26
  display: inline-block;
27
27
  color: #3A84FF;
28
- animation: rotate-bo7to4ry 800ms linear infinite;
28
+ animation: rotate-oxy4e30u 800ms linear infinite;
29
29
  position: absolute;
30
30
  left: 7px;
31
31
  top: 23px;
32
32
  z-index: 1501;
33
33
  }
34
- .ai-content .message-check[data-v-bo7to4ry] {
34
+ .ai-content .message-check[data-v-oxy4e30u] {
35
35
  position: absolute;
36
36
  top: 0;
37
37
  left: -80px;
38
38
  }
39
- .ai-content[data-v-bo7to4ry]::before {
39
+ .ai-content[data-v-oxy4e30u]::before {
40
40
  position: absolute;
41
41
  content: '';
42
42
  width: 15px;
@@ -46,47 +46,47 @@
46
46
  rotate: 45deg;
47
47
  background: #FFFFFF;
48
48
  }
49
- .ai-content.fail[data-v-bo7to4ry] {
49
+ .ai-content.fail[data-v-oxy4e30u] {
50
50
  padding: 12px;
51
51
  word-break: break-all;
52
52
  }
53
- .ai-content.loading[data-v-bo7to4ry] {
53
+ .ai-content.loading[data-v-oxy4e30u] {
54
54
  padding: 12px 0;
55
55
  word-break: break-all;
56
56
  }
57
- .skeleton-message[data-v-bo7to4ry] {
57
+ .skeleton-message[data-v-oxy4e30u] {
58
58
  margin-right: 52px;
59
59
  }
60
- .message-photo[data-v-bo7to4ry] {
60
+ .message-photo[data-v-oxy4e30u] {
61
61
  width: 52px;
62
62
  text-align: right;
63
63
  user-select: none;
64
64
  }
65
- .message-photo img[data-v-bo7to4ry] {
65
+ .message-photo img[data-v-oxy4e30u] {
66
66
  margin-right: 16px;
67
67
  margin-top: 5px;
68
68
  width: 36px;
69
69
  height: 36px;
70
70
  }
71
- .message-tools[data-v-bo7to4ry] {
71
+ .message-tools[data-v-oxy4e30u] {
72
72
  margin: 12px 12px 12px;
73
73
  padding-top: 10px;
74
74
  justify-content: space-between;
75
75
  border-top: 1px solid #EAEBF0;
76
76
  }
77
- .message-tools .rate-tip[data-v-bo7to4ry] {
77
+ .message-tools .rate-tip[data-v-oxy4e30u] {
78
78
  font-size: 12px;
79
79
  color: #979BA5;
80
80
  margin-left: 7px;
81
81
  }
82
- .message-tools .tool-icons .ai-ui-sdk-icon[data-v-bo7to4ry] {
82
+ .message-tools .tool-icons .ai-ui-sdk-icon[data-v-oxy4e30u] {
83
83
  cursor: pointer;
84
84
  color: #979BA5;
85
85
  }
86
- .message-tools .tool-icons .ai-ui-sdk-icon[data-v-bo7to4ry]:hover {
86
+ .message-tools .tool-icons .ai-ui-sdk-icon[data-v-oxy4e30u]:hover {
87
87
  color: #3A84FF;
88
88
  }
89
- @keyframes rotate-bo7to4ry {
89
+ @keyframes rotate-oxy4e30u {
90
90
  0% {
91
91
  transform: rotate(0);
92
92
  }
@@ -1,5 +1,5 @@
1
1
  import script from './openai-message.script.vue.js';
2
- script.__scopeId = "data-v-bo7to4ry";
2
+ script.__scopeId = "data-v-oxy4e30u";
3
3
  script.__file = "./src/component/render-message/openai-message.vue";
4
4
  import './openai-message.vue.css';
5
5
  export default script;
@@ -1,5 +1,5 @@
1
1
 
2
- .skeleton-message[data-v-b4izj0j3] {
2
+ .skeleton-message[data-v-ime64dpr] {
3
3
  height: 50px;
4
4
  flex: 1;
5
5
  background-color: #EBECF3;
@@ -1,6 +1,6 @@
1
1
  import { render } from './skeleton-message.script.vue.js';
2
2
  const script = { render };
3
- script.__scopeId = "data-v-b4izj0j3";
3
+ script.__scopeId = "data-v-ime64dpr";
4
4
  script.__file = "./src/component/render-message/skeleton-message.vue";
5
5
  import './skeleton-message.vue.css';
6
6
  export default script;
@@ -1,5 +1,5 @@
1
1
 
2
- .system-message[data-v-xi12prac] {
2
+ .system-message[data-v-nqo7fu84] {
3
3
  position: relative;
4
4
  width: calc(100% - 204px) !important;
5
5
  max-width: 800px !important;
@@ -7,7 +7,7 @@
7
7
  border-bottom: 1px dashed #DCDEE5;
8
8
  margin: 24px 0 40px !important;
9
9
  }
10
- .system-message span[data-v-xi12prac] {
10
+ .system-message span[data-v-nqo7fu84] {
11
11
  position: absolute;
12
12
  left: 50%;
13
13
  top: 50%;
@@ -1,5 +1,5 @@
1
1
  import script from './system-message.script.vue.js';
2
- script.__scopeId = "data-v-xi12prac";
2
+ script.__scopeId = "data-v-nqo7fu84";
3
3
  script.__file = "./src/component/render-message/system-message.vue";
4
4
  import './system-message.vue.css';
5
5
  export default script;
@@ -1,5 +1,5 @@
1
1
 
2
- .time-message[data-v-i36mxelk] {
2
+ .time-message[data-v-oadklnih] {
3
3
  position: relative;
4
4
  padding: 0 8px !important;
5
5
  height: 22px;
@@ -1,5 +1,5 @@
1
1
  import script from './time-message.script.vue.js';
2
- script.__scopeId = "data-v-i36mxelk";
2
+ script.__scopeId = "data-v-oadklnih";
3
3
  script.__file = "./src/component/render-message/time-message.vue";
4
4
  import './time-message.vue.css';
5
5
  export default script;
@@ -1,10 +1,10 @@
1
1
 
2
- .ai-message-home[data-v-x3949u3a] {
2
+ .ai-message-home[data-v-303vzop5] {
3
3
  justify-content: center;
4
4
  align-items: flex-start;
5
5
  width: 100%;
6
6
  }
7
- .ai-content[data-v-x3949u3a] {
7
+ .ai-content[data-v-303vzop5] {
8
8
  flex: 1;
9
9
  background: #FFFFFF;
10
10
  line-height: 22px;
@@ -16,17 +16,17 @@
16
16
  padding-top: 12px;
17
17
  margin-right: 52px;
18
18
  }
19
- .ai-content .ai-ui-sdk-warning-circle-fill[data-v-x3949u3a] {
19
+ .ai-content .ai-ui-sdk-warning-circle-fill[data-v-303vzop5] {
20
20
  color: #EA3636;
21
21
  font-size: 18px;
22
22
  margin-right: 2px;
23
23
  }
24
- .ai-content .message-check[data-v-x3949u3a] {
24
+ .ai-content .message-check[data-v-303vzop5] {
25
25
  position: absolute;
26
26
  top: 0;
27
27
  left: -80px;
28
28
  }
29
- .ai-content[data-v-x3949u3a]::before {
29
+ .ai-content[data-v-303vzop5]::before {
30
30
  position: absolute;
31
31
  content: '';
32
32
  width: 15px;
@@ -36,21 +36,21 @@
36
36
  rotate: 45deg;
37
37
  background: #FFFFFF;
38
38
  }
39
- .ai-content.fail[data-v-x3949u3a] {
39
+ .ai-content.fail[data-v-303vzop5] {
40
40
  padding: 12px;
41
41
  }
42
- .message-photo[data-v-x3949u3a] {
42
+ .message-photo[data-v-303vzop5] {
43
43
  width: 52px;
44
44
  text-align: right;
45
45
  user-select: none;
46
46
  }
47
- .message-photo img[data-v-x3949u3a] {
47
+ .message-photo img[data-v-303vzop5] {
48
48
  margin-right: 16px;
49
49
  margin-top: 5px;
50
50
  width: 36px;
51
51
  height: 36px;
52
52
  }
53
- .clear-message[data-v-x3949u3a] {
53
+ .clear-message[data-v-303vzop5] {
54
54
  color: #3a84ff;
55
55
  cursor: pointer;
56
56
  }
@@ -1,5 +1,5 @@
1
1
  import script from './token-expired-message.script.vue.js';
2
- script.__scopeId = "data-v-x3949u3a";
2
+ script.__scopeId = "data-v-303vzop5";
3
3
  script.__file = "./src/component/render-message/token-expired-message.vue";
4
4
  import './token-expired-message.vue.css';
5
5
  export default script;
@@ -1,20 +1,20 @@
1
1
 
2
- .user-message-home[data-v-pwuubp0f] {
2
+ .user-message-home[data-v-so2de6cf] {
3
3
  align-items: flex-start;
4
4
  justify-content: flex-end;
5
5
  }
6
- .user-message-extra[data-v-pwuubp0f] {
6
+ .user-message-extra[data-v-so2de6cf] {
7
7
  padding: 0 52px;
8
8
  }
9
- .user-message-extra[data-v-pwuubp0f]:after {
9
+ .user-message-extra[data-v-so2de6cf]:after {
10
10
  content: '';
11
11
  display: table;
12
12
  clear: both;
13
13
  }
14
- .user-message-extra .ai-ui-sdk-icon[data-v-pwuubp0f] {
14
+ .user-message-extra .ai-ui-sdk-icon[data-v-so2de6cf] {
15
15
  font-size: 14px;
16
16
  }
17
- .user-content[data-v-pwuubp0f] {
17
+ .user-content[data-v-so2de6cf] {
18
18
  flex: 1;
19
19
  max-width: calc(100% - 104px);
20
20
  background: #E1ECFF;
@@ -26,7 +26,7 @@
26
26
  position: relative;
27
27
  margin-left: 52px;
28
28
  }
29
- .user-content .ai-ui-sdk-icon[data-v-pwuubp0f] {
29
+ .user-content .ai-ui-sdk-icon[data-v-so2de6cf] {
30
30
  width: 28px;
31
31
  height: 28px;
32
32
  background: #FFFFFF;
@@ -41,17 +41,17 @@
41
41
  margin-right: 8px;
42
42
  margin-top: 8px;
43
43
  }
44
- .user-content .ai-ui-sdk-icon.hover-show[data-v-pwuubp0f] {
44
+ .user-content .ai-ui-sdk-icon.hover-show[data-v-so2de6cf] {
45
45
  display: none;
46
46
  }
47
- .user-content .ai-ui-sdk-icon.ai-ui-sdk-yinyong-2[data-v-pwuubp0f]:hover, .user-content .ai-ui-sdk-icon.ai-ui-sdk-copy[data-v-pwuubp0f]:hover, .user-content .ai-ui-sdk-icon.ai-ui-sdk-baocun[data-v-pwuubp0f]:hover, .user-content .ai-ui-sdk-icon.ai-ui-sdk-delete[data-v-pwuubp0f]:hover {
47
+ .user-content .ai-ui-sdk-icon.ai-ui-sdk-yinyong-2[data-v-so2de6cf]:hover, .user-content .ai-ui-sdk-icon.ai-ui-sdk-copy[data-v-so2de6cf]:hover, .user-content .ai-ui-sdk-icon.ai-ui-sdk-baocun[data-v-so2de6cf]:hover, .user-content .ai-ui-sdk-icon.ai-ui-sdk-delete[data-v-so2de6cf]:hover {
48
48
  color: #3A84FF;
49
49
  border-color: #3A84FF;
50
50
  }
51
- .user-content:hover .hover-show[data-v-pwuubp0f] {
51
+ .user-content:hover .hover-show[data-v-so2de6cf] {
52
52
  display: flex;
53
53
  }
54
- .user-content[data-v-pwuubp0f]::after {
54
+ .user-content[data-v-so2de6cf]::after {
55
55
  position: absolute;
56
56
  content: '';
57
57
  width: 15px;
@@ -61,23 +61,23 @@
61
61
  rotate: 45deg;
62
62
  background: #E1ECFF;
63
63
  }
64
- .message-tools[data-v-pwuubp0f] {
64
+ .message-tools[data-v-so2de6cf] {
65
65
  justify-content: flex-end;
66
66
  position: absolute;
67
67
  width: 150px;
68
68
  left: -150px;
69
69
  top: 2px;
70
70
  }
71
- .message-check[data-v-pwuubp0f] {
71
+ .message-check[data-v-so2de6cf] {
72
72
  position: absolute;
73
73
  top: 0;
74
74
  left: -80px;
75
75
  }
76
- .message-photo[data-v-pwuubp0f] {
76
+ .message-photo[data-v-so2de6cf] {
77
77
  width: 52px;
78
78
  user-select: none;
79
79
  }
80
- .message-photo img[data-v-pwuubp0f] {
80
+ .message-photo img[data-v-so2de6cf] {
81
81
  margin-left: 16px;
82
82
  margin-top: 5px;
83
83
  width: 36px;
@@ -85,6 +85,6 @@
85
85
  border: 1px solid #DCDEE5;
86
86
  border-radius: 100%;
87
87
  }
88
- .skeleton-message[data-v-pwuubp0f] {
88
+ .skeleton-message[data-v-so2de6cf] {
89
89
  margin-left: 52px;
90
90
  }
@@ -1,5 +1,5 @@
1
1
  import script from './user-message.script.vue.js';
2
- script.__scopeId = "data-v-pwuubp0f";
2
+ script.__scopeId = "data-v-so2de6cf";
3
3
  script.__file = "./src/component/render-message/user-message.vue";
4
4
  import './user-message.vue.css';
5
5
  export default script;
@@ -1,5 +1,5 @@
1
1
 
2
- .render-stop[data-v-s5w4vjgn] {
2
+ .render-stop[data-v-ryk7ucq3] {
3
3
  background: #FFFFFF;
4
4
  border: 1px solid #DCDEE5;
5
5
  border-radius: 2px;
@@ -8,7 +8,7 @@
8
8
  font-size: 12px;
9
9
  cursor: pointer;
10
10
  }
11
- .render-stop .stop-icon[data-v-s5w4vjgn] {
11
+ .render-stop .stop-icon[data-v-ryk7ucq3] {
12
12
  width: 8px;
13
13
  height: 8px;
14
14
  background: #FFDDDD;
@@ -1,5 +1,5 @@
1
1
  import script from './index.script.vue.js';
2
- script.__scopeId = "data-v-s5w4vjgn";
2
+ script.__scopeId = "data-v-ryk7ucq3";
3
3
  script.__file = "./src/component/render-stop/index.vue";
4
4
  import './index.vue.css';
5
5
  export default script;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blueking/ai-ui-sdk",
3
- "version": "0.0.15-beta.29",
3
+ "version": "0.0.15-beta.30",
4
4
  "description": "蓝鲸AI UI SDK",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",