@opentiny/tiny-robot 0.2.0-alpha.6 → 0.2.0-alpha.8
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/action-group/index.js +5 -5
- package/dist/bubble/index.js +256 -255
- package/dist/close.js +1 -1
- package/dist/container/index.js +14 -14
- package/dist/dropdown-menu/index.js +35 -34
- package/dist/feedback/index.js +45 -45
- package/dist/flow-layout-buttons/index.js +9 -9
- package/dist/history/index.js +2 -2
- package/dist/icon-button/index.js +6 -6
- package/dist/index.d.ts +216 -143
- package/dist/index2.js +493 -4580
- package/dist/index3.js +288 -486
- package/dist/index4.js +7 -7
- package/dist/index5.js +2053 -3791
- package/dist/index6.js +4625 -3113
- package/dist/question/index.js +1 -1
- package/dist/sender/index.js +898 -712
- package/dist/style.css +1 -1
- package/dist/suggestion-pills/index.js +159 -99
- package/dist/suggestion-popover/index.js +36 -35
- package/dist/{shared/index.js → utils.js} +1 -1
- package/package.json +3 -3
package/dist/question/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ref as m, computed as H, watch as D, defineComponent as K, onMounted as Z, onBeforeUnmount as ne, createElementBlock as d, openBlock as i, normalizeClass as V, createElementVNode as t, withDirectives as le, Fragment as L, renderList as R, createVNode as T, unref as q, toDisplayString as O, vShow as ie, nextTick as ae, createCommentVNode as Y, withModifiers as ce, normalizeStyle as ue, renderSlot as B, createTextVNode as ee, createBlock as J, withCtx as N } from "vue";
|
|
2
2
|
import { A as X, a as te, O as se, K as de, U as re } from "../tiny-robot-svgs.js";
|
|
3
3
|
import { i as me } from "../close.js";
|
|
4
|
-
import { B as ve } from "../
|
|
4
|
+
import { B as ve } from "../index3.js";
|
|
5
5
|
function he(v = m([])) {
|
|
6
6
|
const w = m(""), y = m(!1), a = m(!1), r = m("light"), k = H(() => {
|
|
7
7
|
if (!w.value && v.value.length > 0)
|