@opentiny/tiny-robot 0.1.0 → 0.2.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble/index.type.d.ts +1 -1
- package/dist/container/index.d.ts +7 -0
- package/dist/container/index.type.d.ts +16 -0
- package/dist/container/index.vue.d.ts +26 -0
- package/dist/index.d.ts +3 -2
- package/dist/index.js +26 -22
- package/dist/packages/components/src/bubble/bubble-list.vue.js +2 -2
- package/dist/packages/components/src/bubble/bubble-list.vue2.js +18 -19
- package/dist/packages/components/src/container/index.js +9 -0
- package/dist/packages/components/src/container/index.vue.js +7 -0
- package/dist/packages/components/src/container/index.vue2.js +55 -0
- package/dist/packages/components/src/question/components/HotQuestions.vue.js +13 -13
- package/dist/packages/components/src/question/index.vue.js +14 -14
- package/dist/packages/svgs/dist/tiny-robot-svgs.js +133 -54
- package/dist/question/index.vue.d.ts +1 -1
- package/dist/sender/components/ActionButtons.vue.d.ts +2 -2
- package/dist/sender/index.vue.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +4 -5
- package/src/bubble/bubble-list.vue +1 -3
- package/src/bubble/index.type.ts +1 -1
- package/src/container/index.ts +12 -0
- package/src/container/index.type.ts +17 -0
- package/src/container/index.vue +135 -0
- package/src/index.ts +5 -2
- package/.vscode/extensions.json +0 -3
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { createElementBlock as
|
|
2
|
-
const
|
|
3
|
-
const
|
|
4
|
-
for (const [
|
|
5
|
-
|
|
6
|
-
return
|
|
1
|
+
import { createElementBlock as n, openBlock as c, createElementVNode as t, createStaticVNode as h } from "vue";
|
|
2
|
+
const d = (i, e) => {
|
|
3
|
+
const l = i.__vccOpts || i;
|
|
4
|
+
for (const [o, r] of e)
|
|
5
|
+
l[o] = r;
|
|
6
|
+
return l;
|
|
7
7
|
}, f = {
|
|
8
8
|
name: "IconArrowDown"
|
|
9
9
|
}, w = {
|
|
@@ -13,38 +13,83 @@ const s = (t, e) => {
|
|
|
13
13
|
fill: "none",
|
|
14
14
|
xmlns: "http://www.w3.org/2000/svg"
|
|
15
15
|
};
|
|
16
|
-
function a(
|
|
17
|
-
return
|
|
18
|
-
|
|
16
|
+
function a(i, e, l, o, r, s) {
|
|
17
|
+
return c(), n("svg", w, e[0] || (e[0] = [
|
|
18
|
+
h('<filter id="mini_shadow" x="-20%" y="-20%" width="140%" height="140%"><feGaussianBlur in="SourceAlpha" stdDeviation="1.2"></feGaussianBlur><feOffset dx="0" dy="1.5" result="offsetblur"></feOffset><feFlood flood-color="rgba(0,0,0,0.12)"></feFlood><feComposite in2="offsetblur" operator="in"></feComposite><feMerge><feMergeNode></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter><circle cx="10" cy="10" r="6.5" fill="white" filter="url(#mini_shadow)"></circle><path d="M12.5 9.5L10 12L7.5 9.5" stroke="#595959" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path>', 3)
|
|
19
19
|
]));
|
|
20
20
|
}
|
|
21
|
-
const
|
|
21
|
+
const Q = /* @__PURE__ */ d(f, [["render", a]]), p = {
|
|
22
22
|
name: "IconArrowUp"
|
|
23
|
-
},
|
|
23
|
+
}, C = {
|
|
24
24
|
width: "20",
|
|
25
25
|
height: "20",
|
|
26
26
|
viewBox: "0 0 20 20",
|
|
27
27
|
fill: "none",
|
|
28
28
|
xmlns: "http://www.w3.org/2000/svg"
|
|
29
29
|
};
|
|
30
|
-
function u(
|
|
31
|
-
return
|
|
32
|
-
|
|
30
|
+
function u(i, e, l, o, r, s) {
|
|
31
|
+
return c(), n("svg", C, e[0] || (e[0] = [
|
|
32
|
+
h('<filter id="shadow_s" x="-20%" y="-20%" width="140%" height="140%"><feGaussianBlur in="SourceAlpha" stdDeviation="1.5"></feGaussianBlur><feOffset dx="0" dy="2" result="offsetblur"></feOffset><feFlood flood-color="rgba(0,0,0,0.15)"></feFlood><feComposite in2="offsetblur" operator="in"></feComposite><feMerge><feMergeNode></feMergeNode><feMergeNode in="SourceGraphic"></feMergeNode></feMerge></filter><circle cx="10" cy="10" r="6" fill="white" filter="url(#shadow_s)"></circle><path d="M7.5 10.5L10 8L12.5 10.5" stroke="#595959" stroke-width="1" stroke-linecap="round" stroke-linejoin="round"></path>', 3)
|
|
33
33
|
]));
|
|
34
34
|
}
|
|
35
|
-
const
|
|
35
|
+
const T = /* @__PURE__ */ d(p, [["render", u]]), x = {
|
|
36
|
+
name: "IconCancelFullScreen"
|
|
37
|
+
}, g = {
|
|
38
|
+
version: "1.1",
|
|
39
|
+
id: "图层_1",
|
|
40
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
42
|
+
x: "0px",
|
|
43
|
+
y: "0px",
|
|
44
|
+
viewBox: "0 0 132 132",
|
|
45
|
+
style: { "enable-background": "new 0 0 132 132" },
|
|
46
|
+
"xml:space": "preserve"
|
|
47
|
+
};
|
|
48
|
+
function k(i, e, l, o, r, s) {
|
|
49
|
+
return c(), n("svg", g, e[0] || (e[0] = [
|
|
50
|
+
t("rect", {
|
|
51
|
+
style: { fill: "none" },
|
|
52
|
+
width: "132",
|
|
53
|
+
height: "132"
|
|
54
|
+
}, null, -1),
|
|
55
|
+
t("path", {
|
|
56
|
+
style: { fill: "currentColor" },
|
|
57
|
+
d: `M96.2,64.8c2.3,0,4.1-1.8,4.1-4.1s-1.8-4.1-4.1-4.1H81.3l20.6-20.7c1.5-1.4,1.6-3.7,0.4-5.4l-0.4-0.4
|
|
58
|
+
c-1.5-1.6-4-1.7-5.6-0.2c-0.1,0.1-0.1,0.1-0.2,0.2L75.6,50.6V36c0-2-1.4-3.7-3.4-4.1h-0.7c-2.3,0-4.1,1.8-4.1,4.1v21.8
|
|
59
|
+
c0,4.1,3.3,7.4,7.4,7.4L96.2,64.8z M30.2,101.9c1.5,1.6,4,1.6,5.6,0.2c0.1-0.1,0.1-0.1,0.2-0.2l20.5-20.5V96c0,2,1.4,3.7,3.4,4.1
|
|
60
|
+
h0.7c2.3,0,4.1-1.8,4.1-4.1V74.2c0-4.1-3.3-7.4-7.4-7.4H35.8c-2.3,0-4.1,1.8-4.1,4.1s1.8,4.1,4.1,4.1h14.9L30.1,95.8
|
|
61
|
+
c-1.3,1.6-1.3,3.8,0,5.4L30.2,101.9z M33,20.6h66c6.8,0,12.4,5.5,12.4,12.4v66c0,6.8-5.5,12.4-12.4,12.4H33
|
|
62
|
+
c-6.8,0-12.4-5.5-12.4-12.4V33C20.6,26.2,26.2,20.6,33,20.6z M33,12.4c-11.4,0-20.6,9.2-20.6,20.6v66c0,11.4,9.2,20.6,20.6,20.6h66
|
|
63
|
+
c11.4,0,20.6-9.2,20.6-20.6V33c0-11.4-9.2-20.6-20.6-20.6H33z`
|
|
64
|
+
}, null, -1)
|
|
65
|
+
]));
|
|
66
|
+
}
|
|
67
|
+
const R = /* @__PURE__ */ d(x, [["render", k]]), v = {
|
|
68
|
+
name: "IconClose"
|
|
69
|
+
}, y = {
|
|
70
|
+
viewBox: "0 0 20 20",
|
|
71
|
+
fill: "none",
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
73
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
74
|
+
};
|
|
75
|
+
function L(i, e, l, o, r, s) {
|
|
76
|
+
return c(), n("svg", y, e[0] || (e[0] = [
|
|
77
|
+
h('<desc> Created with Pixso. </desc><defs></defs><rect id="矩形 757" width="20.000000" height="20.000000" fill="#C4C4C4" fill-opacity="0"></rect><path id="路径 2" d="M3.33 4.19L3.3 4.19C3.06 3.94 3.06 3.55 3.3 3.3C3.55 3.06 3.94 3.06 4.19 3.3L4.19 3.33L3.33 4.19ZM16.66 15.8L16.69 15.8C16.93 16.05 16.93 16.44 16.69 16.69C16.44 16.93 16.05 16.93 15.8 16.69L15.8 16.66L16.66 15.8Z" fill="#D8D8D8" fill-opacity="0" fill-rule="nonzero"></path><path id="路径 2" d="M3.75 3.75L16.25 16.25" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.250000" stroke-linejoin="round" stroke-linecap="round"></path><path id="路径 2" d="M15.8 3.33L15.8 3.3C16.05 3.06 16.44 3.06 16.69 3.3C16.93 3.55 16.93 3.94 16.69 4.19L16.66 4.19L15.8 3.33ZM4.19 16.66L4.19 16.69C3.94 16.93 3.55 16.93 3.3 16.69C3.06 16.44 3.06 16.05 3.3 15.8L3.33 15.8L4.19 16.66Z" fill="#D8D8D8" fill-opacity="0" fill-rule="nonzero"></path><path id="路径 2" d="M16.25 3.75L3.75 16.25" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.250000" stroke-linejoin="round" stroke-linecap="round"></path>', 7)
|
|
78
|
+
]));
|
|
79
|
+
}
|
|
80
|
+
const U = /* @__PURE__ */ d(v, [["render", L]]), m = {
|
|
36
81
|
name: "IconCopy"
|
|
37
|
-
},
|
|
82
|
+
}, M = {
|
|
38
83
|
viewBox: "0 0 16 16",
|
|
39
84
|
fill: "none",
|
|
40
85
|
xmlns: "http://www.w3.org/2000/svg",
|
|
41
86
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
42
87
|
};
|
|
43
|
-
function
|
|
44
|
-
return
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
88
|
+
function F(i, e, l, o, r, s) {
|
|
89
|
+
return c(), n("svg", M, e[0] || (e[0] = [
|
|
90
|
+
t("desc", null, "Created with Pixso.", -1),
|
|
91
|
+
t("defs", null, null, -1),
|
|
92
|
+
t("path", {
|
|
48
93
|
id: "矢量 22",
|
|
49
94
|
d: "M4 4.76C2.89 4.76 2 5.66 2 6.76L2 11.99C2 13.1 2.89 13.99 4 13.99L9.23 13.99C10.33 13.99 11.23 13.1 11.23 11.99L11.23 6.76C11.23 5.66 10.33 4.76 9.23 4.76L4 4.76ZM14 8.46L14 3.84C14 2.82 13.17 2 12.15 2L7.53 2",
|
|
50
95
|
stroke: "#191919",
|
|
@@ -54,9 +99,9 @@ function k(t, e, i, r, l, h) {
|
|
|
54
99
|
}, null, -1)
|
|
55
100
|
]));
|
|
56
101
|
}
|
|
57
|
-
const
|
|
102
|
+
const q = /* @__PURE__ */ d(m, [["render", F]]), z = {
|
|
58
103
|
name: "IconEdit"
|
|
59
|
-
},
|
|
104
|
+
}, I = {
|
|
60
105
|
width: "16.000000",
|
|
61
106
|
height: "16.000000",
|
|
62
107
|
viewBox: "0 0 16 16",
|
|
@@ -64,14 +109,45 @@ const P = /* @__PURE__ */ s(g, [["render", k]]), y = {
|
|
|
64
109
|
xmlns: "http://www.w3.org/2000/svg",
|
|
65
110
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
66
111
|
};
|
|
67
|
-
function
|
|
68
|
-
return
|
|
69
|
-
|
|
112
|
+
function B(i, e, l, o, r, s) {
|
|
113
|
+
return c(), n("svg", I, e[0] || (e[0] = [
|
|
114
|
+
h('<desc> Created with Pixso. </desc><defs></defs><rect id="矩形" width="16.000000" height="16.000000" fill="#FF8800" fill-opacity="0"></rect><rect id="矩形" x="0.500000" y="0.500000" width="15.000000" height="15.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><path id="路径" d="M4.57 14L12.71 5.85C13.42 5.14 13.42 3.99 12.71 3.28C12 2.57 10.85 2.57 10.14 3.28L2 11.42L2 14L4.57 14Z" stroke="#1476ff" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round"></path><path id="Fill 1" d="M12.85 12.75C12.27 13.29 12 14.14 12 15C12 14.15 11.7 13.29 11.14 12.75C10.6 12.22 9.81 12 9 12C9.78 12 10.6 11.73 11.14 11.25C11.74 10.7 12 9.87 12 9C12 9.87 12.26 10.7 12.85 11.25C13.39 11.74 14.21 12 15 12C14.2 12 13.39 12.24 12.85 12.75Z" fill="#1476ff" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="Fill 1" d="" fill="#F2F2F2" fill-opacity="0" fill-rule="evenodd"></path><path id="Fill 1备份" d="M3.57 3.5C3.18 3.86 3 4.42 3 5C3 4.43 2.8 3.86 2.42 3.5C2.06 3.15 1.54 3 1 3C1.52 3 2.07 2.82 2.42 2.5C2.82 2.13 3 1.58 3 1C3 1.58 3.17 2.13 3.57 2.5C3.92 2.82 4.47 3 5 3C4.46 3 3.92 3.16 3.57 3.5Z" fill="#1476ff" fill-opacity="1.000000" fill-rule="evenodd"></path><path id="Fill 1备份" d="" fill="#F2F2F2" fill-opacity="0" fill-rule="evenodd"></path><path id="路径" d="M8.85 4.57L11.42 7.14" stroke="#1476ff" stroke-opacity="1.000000" stroke-width="1.000000" stroke-linejoin="round" stroke-linecap="round"></path>', 10)
|
|
115
|
+
]));
|
|
116
|
+
}
|
|
117
|
+
const J = /* @__PURE__ */ d(z, [["render", B]]), Z = {
|
|
118
|
+
name: "IconFullScreen"
|
|
119
|
+
}, _ = {
|
|
120
|
+
version: "1.1",
|
|
121
|
+
id: "图层_1",
|
|
122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
123
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
124
|
+
x: "0px",
|
|
125
|
+
y: "0px",
|
|
126
|
+
viewBox: "0 0 132 132",
|
|
127
|
+
style: { "enable-background": "new 0 0 132 132" },
|
|
128
|
+
"xml:space": "preserve"
|
|
129
|
+
};
|
|
130
|
+
function D(i, e, l, o, r, s) {
|
|
131
|
+
return c(), n("svg", _, e[0] || (e[0] = [
|
|
132
|
+
t("rect", {
|
|
133
|
+
style: { fill: "none" },
|
|
134
|
+
width: "132",
|
|
135
|
+
height: "132"
|
|
136
|
+
}, null, -1),
|
|
137
|
+
t("path", {
|
|
138
|
+
style: { fill: "currentColor" },
|
|
139
|
+
d: `M74.2,28.9c-2.3,0-4.1,1.8-4.1,4.1s1.8,4.1,4.1,4.1h14.9L68.6,57.8c-1.5,1.4-1.7,3.7-0.4,5.4l0.4,0.5
|
|
140
|
+
c1.7,1.6,4.2,1.6,5.9,0l20.5-20.5v14.7c0,2,1.4,3.7,3.4,4H99c2.3,0,4.1-1.8,4.1-4.1V36.3c0-4.1-3.3-7.4-7.4-7.4H74.2z M63.4,68.4
|
|
141
|
+
c-1.6-1.6-4.2-1.6-5.9,0L37.1,88.9V74.2c0-2-1.4-3.7-3.4-4H33c-2.3,0-4.1,1.8-4.1,4.1v21.4c0,4.1,3.3,7.4,7.4,7.4h21.5
|
|
142
|
+
c2.3,0,4.1-1.8,4.1-4.1S60.1,95,57.8,95H42.8l20.6-20.7c1.3-1.6,1.3-3.8,0-5.4V68.4z M33,20.6h66c6.8,0,12.4,5.5,12.4,12.4v66
|
|
143
|
+
c0,6.8-5.5,12.4-12.4,12.4H33c-6.8,0-12.4-5.5-12.4-12.4V33C20.6,26.2,26.2,20.6,33,20.6z M33,12.4c-11.4,0-20.6,9.2-20.6,20.6v66
|
|
144
|
+
c0,11.4,9.2,20.6,20.6,20.6h66c11.4,0,20.6-9.2,20.6-20.6V33c0-11.4-9.2-20.6-20.6-20.6H33z`
|
|
145
|
+
}, null, -1)
|
|
70
146
|
]));
|
|
71
147
|
}
|
|
72
|
-
const
|
|
148
|
+
const K = /* @__PURE__ */ d(Z, [["render", D]]), b = {
|
|
73
149
|
name: "IconHotQuestion"
|
|
74
|
-
},
|
|
150
|
+
}, H = {
|
|
75
151
|
width: "36.000000",
|
|
76
152
|
height: "36.000000",
|
|
77
153
|
viewBox: "0 0 36 36",
|
|
@@ -79,25 +155,25 @@ const S = /* @__PURE__ */ s(y, [["render", m]]), L = {
|
|
|
79
155
|
xmlns: "http://www.w3.org/2000/svg",
|
|
80
156
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
81
157
|
};
|
|
82
|
-
function
|
|
83
|
-
return
|
|
84
|
-
|
|
158
|
+
function V(i, e, l, o, r, s) {
|
|
159
|
+
return c(), n("svg", H, e[0] || (e[0] = [
|
|
160
|
+
h('<desc> Created with Pixso. </desc><defs></defs><rect id="矩形" width="36.000000" height="36.000000" fill="#D8D8D8" fill-opacity="0"></rect><rect id="矩形" x="0.500000" y="0.500000" width="35.000000" height="35.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><mask id="mask_558_34052" fill="white"><path id="形状结合" d="M24.8647 6.34033L24.8765 6.29529C24.978 5.90442 25.532 5.90161 25.6375 6.2915L25.655 6.35693C25.8301 6.96191 26.3176 7.43347 26.9287 7.5874C27.3254 7.68726 27.3254 8.25098 26.9287 8.35095C26.2969 8.51025 25.7986 9.00854 25.6394 9.64038C25.5396 10.0371 24.9758 10.0371 24.8757 9.64038C24.7166 9.00854 24.2183 8.51025 23.5864 8.3512C23.1897 8.25122 23.1897 7.6875 23.5864 7.58752C24.2053 7.43164 24.697 6.94995 24.8647 6.34033ZM15.3689 9.2561L15.4387 8.98706C15.6418 8.20508 16.75 8.19958 16.9609 8.97949L17.0735 9.39624C18.2734 13.547 21.615 16.7795 25.8079 17.8352C26.6016 18.035 26.6016 19.1625 25.8081 19.3624C21.4719 20.4552 18.0571 23.8704 16.9656 28.2061C16.7656 28.9995 15.6382 28.9996 15.4382 28.2062C14.3455 23.8701 10.9304 20.4552 6.59473 19.3635C5.80127 19.1637 5.80103 18.0363 6.59448 17.8363C10.8413 16.7661 14.2107 13.4655 15.3689 9.2561ZM25.418 24.1724L25.3992 24.2444C25.1309 25.2197 24.3442 25.9904 23.354 26.2399C22.7192 26.3998 22.7192 27.3019 23.354 27.4617C24.365 27.7162 25.1624 28.5134 25.417 29.5244C25.5769 30.1592 26.479 30.1591 26.6387 29.5243C26.8933 28.5134 27.6904 27.7161 28.7017 27.4613C29.3364 27.3014 29.3362 26.3994 28.7014 26.2396C27.7239 25.9934 26.9436 25.2388 26.6638 24.2709L26.6357 24.1663C26.467 23.5424 25.5803 23.5468 25.418 24.1724Z" clip-rule="evenodd" fill="" fill-opacity="1.000000" fill-rule="evenodd"></path></mask><path id="形状结合" d="M24.8647 6.34033L24.8765 6.29529C24.978 5.90442 25.532 5.90161 25.6375 6.2915L25.655 6.35693C25.8301 6.96191 26.3176 7.43347 26.9287 7.5874C27.3254 7.68726 27.3254 8.25098 26.9287 8.35095C26.2969 8.51025 25.7986 9.00854 25.6394 9.64038C25.5396 10.0371 24.9758 10.0371 24.8757 9.64038C24.7166 9.00854 24.2183 8.51025 23.5864 8.3512C23.1897 8.25122 23.1897 7.6875 23.5864 7.58752C24.2053 7.43164 24.697 6.94995 24.8647 6.34033ZM15.3689 9.2561L15.4387 8.98706C15.6418 8.20508 16.75 8.19958 16.9609 8.97949L17.0735 9.39624C18.2734 13.547 21.615 16.7795 25.8079 17.8352C26.6016 18.035 26.6016 19.1625 25.8081 19.3624C21.4719 20.4552 18.0571 23.8704 16.9656 28.2061C16.7656 28.9995 15.6382 28.9996 15.4382 28.2062C14.3455 23.8701 10.9304 20.4552 6.59473 19.3635C5.80127 19.1637 5.80103 18.0363 6.59448 17.8363C10.8413 16.7661 14.2107 13.4655 15.3689 9.2561ZM25.418 24.1724L25.3992 24.2444C25.1309 25.2197 24.3442 25.9904 23.354 26.2399C22.7192 26.3998 22.7192 27.3019 23.354 27.4617C24.365 27.7162 25.1624 28.5134 25.417 29.5244C25.5769 30.1592 26.479 30.1591 26.6387 29.5243C26.8933 28.5134 27.6904 27.7161 28.7017 27.4613C29.3364 27.3014 29.3362 26.3994 28.7014 26.2396C27.7239 25.9934 26.9436 25.2388 26.6638 24.2709L26.6357 24.1663C26.467 23.5424 25.5803 23.5468 25.418 24.1724Z" clip-rule="evenodd" fill="#1476FF" fill-opacity="1.000000" fill-rule="evenodd" mask="url(#mask_558_34052)"></path><path id="形状结合" d="" clip-rule="evenodd" fill="#979797" fill-opacity="0.000000" fill-rule="evenodd"></path>', 7)
|
|
85
161
|
]));
|
|
86
162
|
}
|
|
87
|
-
const
|
|
163
|
+
const X = /* @__PURE__ */ d(b, [["render", V]]), N = {
|
|
88
164
|
name: "IconRefresh"
|
|
89
|
-
},
|
|
165
|
+
}, S = {
|
|
90
166
|
viewBox: "0 0 16 16",
|
|
91
167
|
fill: "none",
|
|
92
168
|
xmlns: "http://www.w3.org/2000/svg",
|
|
93
169
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
94
170
|
};
|
|
95
|
-
function
|
|
96
|
-
return
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
171
|
+
function P(i, e, l, o, r, s) {
|
|
172
|
+
return c(), n("svg", S, e[0] || (e[0] = [
|
|
173
|
+
t("desc", null, "Created with Pixso.", -1),
|
|
174
|
+
t("defs", null, [
|
|
175
|
+
t("clipPath", { id: "clip521_64343" }, [
|
|
176
|
+
t("rect", {
|
|
101
177
|
id: "刷新-refresh",
|
|
102
178
|
width: "16.000000",
|
|
103
179
|
height: "16.000000",
|
|
@@ -106,8 +182,8 @@ function B(t, e, i, r, l, h) {
|
|
|
106
182
|
})
|
|
107
183
|
])
|
|
108
184
|
], -1),
|
|
109
|
-
|
|
110
|
-
|
|
185
|
+
t("g", { "clip-path": "url(#clip521_64343)" }, [
|
|
186
|
+
t("path", {
|
|
111
187
|
id: "形状结合",
|
|
112
188
|
d: "M11.8 2.75C14.55 4.73 15.27 8.46 13.54 11.3L15.24 10.84C15.47 10.78 15.7 10.9 15.8 11.1L15.83 11.18C15.9 11.44 15.75 11.7 15.49 11.77L12.59 12.54C12.34 12.61 12.08 12.46 12.01 12.2L11.23 9.31C11.16 9.06 11.31 8.79 11.57 8.72C11.82 8.65 12.08 8.81 12.16 9.06L12.65 10.91C14.21 8.49 13.62 5.24 11.24 3.52C8.77 1.74 5.32 2.28 3.53 4.73C1.74 7.18 2.29 10.61 4.76 12.39C6.42 13.59 8.28 13.84 10.39 13.16C10.64 13.08 10.91 13.22 10.99 13.47C11.07 13.72 10.94 13.99 10.68 14.07C8.29 14.85 6.11 14.55 4.19 13.16C1.3 11.07 0.65 7.04 2.75 4.16C4.85 1.29 8.91 0.66 11.8 2.75Z",
|
|
113
189
|
fill: "#191919",
|
|
@@ -117,9 +193,9 @@ function B(t, e, i, r, l, h) {
|
|
|
117
193
|
], -1)
|
|
118
194
|
]));
|
|
119
195
|
}
|
|
120
|
-
const
|
|
196
|
+
const Y = /* @__PURE__ */ d(N, [["render", P]]), j = {
|
|
121
197
|
name: "IconTypeAll"
|
|
122
|
-
},
|
|
198
|
+
}, G = {
|
|
123
199
|
width: "16.000000",
|
|
124
200
|
height: "16.000000",
|
|
125
201
|
viewBox: "0 0 16 16",
|
|
@@ -127,18 +203,21 @@ const E = /* @__PURE__ */ s(A, [["render", B]]), Z = {
|
|
|
127
203
|
xmlns: "http://www.w3.org/2000/svg",
|
|
128
204
|
"xmlns:xlink": "http://www.w3.org/1999/xlink"
|
|
129
205
|
};
|
|
130
|
-
function
|
|
131
|
-
return
|
|
132
|
-
|
|
206
|
+
function O(i, e, l, o, r, s) {
|
|
207
|
+
return c(), n("svg", G, e[0] || (e[0] = [
|
|
208
|
+
h('<desc> Created with Pixso. </desc><defs></defs><rect id="矩形" width="16.000000" height="16.000000" fill="#6598FF" fill-opacity="0"></rect><rect id="矩形" x="0.500000" y="0.500000" width="15.000000" height="15.000000" stroke="#979797" stroke-opacity="0" stroke-width="1.000000"></rect><rect id="矩形" x="1.667969" y="1.666504" rx="1.000000" width="5.000000" height="5.000000" fill="#1476FF" fill-opacity="0"></rect><rect id="矩形" x="1.667969" y="1.666504" rx="1.000000" width="5.000000" height="5.000000" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.000000"></rect><rect id="矩形备份 6" x="1.500000" y="9.500000" rx="1.000000" width="5.000000" height="5.000000" fill="#1476FF" fill-opacity="0"></rect><rect id="矩形备份 6" x="1.500000" y="9.500000" rx="1.000000" width="5.000000" height="5.000000" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.000000"></rect><rect id="矩形备份 5" x="9.500000" y="1.500000" rx="2.500000" width="5.000000" height="5.000000" fill="#1476FF" fill-opacity="0"></rect><rect id="矩形备份 5" x="9.500000" y="1.500000" rx="2.500000" width="5.000000" height="5.000000" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.000000"></rect><rect id="矩形备份 7" x="9.500000" y="9.500000" rx="1.000000" width="5.000000" height="5.000000" fill="#1476FF" fill-opacity="0"></rect><rect id="矩形备份 7" x="9.500000" y="9.500000" rx="1.000000" width="5.000000" height="5.000000" stroke="#191919" stroke-opacity="1.000000" stroke-width="1.000000"></rect>', 12)
|
|
133
209
|
]));
|
|
134
210
|
}
|
|
135
|
-
const
|
|
211
|
+
const $ = /* @__PURE__ */ d(j, [["render", O]]);
|
|
136
212
|
export {
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
213
|
+
Q as IconArrowDown,
|
|
214
|
+
T as IconArrowUp,
|
|
215
|
+
R as IconCancelFullScreen,
|
|
216
|
+
U as IconClose,
|
|
217
|
+
q as IconCopy,
|
|
218
|
+
J as IconEdit,
|
|
219
|
+
K as IconFullScreen,
|
|
220
|
+
X as IconHotQuestion,
|
|
221
|
+
Y as IconRefresh,
|
|
222
|
+
$ as IconTypeAll
|
|
144
223
|
};
|
|
@@ -30,12 +30,12 @@ declare const __VLS_component: import('vue').DefineComponent<QuestionProps, {
|
|
|
30
30
|
"onSelect-category"?: ((category: Category) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
loading: boolean;
|
|
33
|
-
theme: import('./index.type').ThemeType;
|
|
34
33
|
categories: Category[];
|
|
35
34
|
modalWidth: string;
|
|
36
35
|
closeOnClickOutside: boolean;
|
|
37
36
|
commonQuestions: Question[];
|
|
38
37
|
initialExpanded: boolean;
|
|
38
|
+
theme: import('./index.type').ThemeType;
|
|
39
39
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
40
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
41
41
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { ActionButtonsProps } from '../index.type';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<ActionButtonsProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
3
3
|
clear: () => any;
|
|
4
|
-
submit: () => any;
|
|
5
4
|
cancel: () => any;
|
|
5
|
+
submit: () => any;
|
|
6
6
|
"toggle-speech": (state: boolean) => any;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<ActionButtonsProps> & Readonly<{
|
|
8
8
|
onClear?: (() => any) | undefined;
|
|
9
|
-
onSubmit?: (() => any) | undefined;
|
|
10
9
|
onCancel?: (() => any) | undefined;
|
|
10
|
+
onSubmit?: (() => any) | undefined;
|
|
11
11
|
"onToggle-speech"?: ((state: boolean) => any) | undefined;
|
|
12
12
|
}>, {
|
|
13
13
|
loading: boolean;
|
|
@@ -477,17 +477,17 @@ declare const __VLS_component: import('vue').DefineComponent<SenderProps, {
|
|
|
477
477
|
loading: boolean;
|
|
478
478
|
mode: import('./index.type').InputMode;
|
|
479
479
|
disabled: boolean;
|
|
480
|
+
autofocus: boolean;
|
|
481
|
+
theme: import('./index.type').ThemeType;
|
|
480
482
|
allowSpeech: boolean;
|
|
481
483
|
allowFiles: boolean;
|
|
482
484
|
submitType: import('./index.type').SubmitTrigger;
|
|
483
|
-
autofocus: boolean;
|
|
484
485
|
autoSize: import('./index.type').AutoSize;
|
|
485
486
|
clearable: boolean;
|
|
486
487
|
modelValue: string;
|
|
487
488
|
maxLength: number;
|
|
488
489
|
placeholder: string;
|
|
489
490
|
showWordLimit: boolean;
|
|
490
|
-
theme: import('./index.type').ThemeType;
|
|
491
491
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
492
492
|
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
493
493
|
_constants: {
|