@opentiny/tiny-robot 0.2.0-alpha.7 → 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 +2 -2
- package/dist/close.js +1 -1
- package/dist/container/index.js +14 -14
- package/dist/dropdown-menu/index.js +15 -15
- package/dist/feedback/index.js +1 -1
- 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 +12 -12
- package/dist/index2.js +493 -4580
- package/dist/index3.js +289 -518
- 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 +2 -2
- package/dist/style.css +1 -1
- package/dist/suggestion-pills/index.js +90 -87
- package/dist/suggestion-popover/index.js +9 -9
- package/dist/{shared/index.js → utils.js} +1 -1
- package/package.json +3 -3
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as $, useSlots as H, computed as i, ref as f, watch as N, nextTick as W, createElementBlock as _, openBlock as n, createBlock as v, createCommentVNode as R, Fragment as G, renderList as I, unref as h, withCtx as S, createElementVNode as w, resolveDynamicComponent as x, renderSlot as L, createVNode as E, Transition as j, withDirectives as q, normalizeClass as J, withModifiers as K, toDisplayString as Q, vShow as U } from "vue";
|
|
2
2
|
import { o as Y } from "../tiny-robot-svgs.js";
|
|
3
3
|
import { T as M } from "../index4.js";
|
|
4
|
-
import { o as Z,
|
|
4
|
+
import { o as Z, a as ee } from "../index2.js";
|
|
5
5
|
import te from "../icon-button/index.js";
|
|
6
6
|
import { _ as oe } from "../_plugin-vue_export-helper.js";
|
|
7
7
|
const ne = { class: "tr-action-group" }, re = ["onClick"], le = ["onClick"], ae = { class: "tr-action-group__dropdown-item-text" }, ce = /* @__PURE__ */ $({
|
|
@@ -17,10 +17,10 @@ const ne = { class: "tr-action-group" }, re = ["onClick"], le = ["onClick"], ae
|
|
|
17
17
|
var o, t;
|
|
18
18
|
const e = F.default();
|
|
19
19
|
return Array.isArray(e) ? e.length === 1 && ((o = e[0].type) == null ? void 0 : o.toString()) === "Symbol(v-fgt)" ? e[0].children : e : ((t = e.type) == null ? void 0 : t.toString()) === "Symbol(v-fgt)" ? e.children : [e];
|
|
20
|
-
}),
|
|
20
|
+
}), y = i(() => {
|
|
21
21
|
const e = a.maxNum ?? Number.MAX_SAFE_INTEGER;
|
|
22
22
|
return e > 0 ? e : Number.MAX_SAFE_INTEGER;
|
|
23
|
-
}),
|
|
23
|
+
}), b = i(() => p.value.length > y.value), V = i(() => b.value ? p.value.slice(0, y.value) : p.value), z = i(() => b.value ? p.value.slice(y.value) : []), m = f(null), d = f(null), r = f(!1), P = () => {
|
|
24
24
|
r.value = !r.value;
|
|
25
25
|
};
|
|
26
26
|
Z(d, (e) => {
|
|
@@ -66,7 +66,7 @@ const ne = { class: "tr-action-group" }, re = ["onClick"], le = ["onClick"], ae
|
|
|
66
66
|
_: 2
|
|
67
67
|
}, 1032, ["content", "disabled"]);
|
|
68
68
|
}), 128)),
|
|
69
|
-
|
|
69
|
+
b.value ? (n(), v(h(M), {
|
|
70
70
|
key: 0,
|
|
71
71
|
content: "更多",
|
|
72
72
|
effect: "dark",
|
|
@@ -117,7 +117,7 @@ const ne = { class: "tr-action-group" }, re = ["onClick"], le = ["onClick"], ae
|
|
|
117
117
|
}, 8, ["disabled"])) : R("", !0)
|
|
118
118
|
]));
|
|
119
119
|
}
|
|
120
|
-
}), g = /* @__PURE__ */ oe(ce, [["__scopeId", "data-v-
|
|
120
|
+
}), g = /* @__PURE__ */ oe(ce, [["__scopeId", "data-v-f3138789"]]), u = /* @__PURE__ */ $({
|
|
121
121
|
__name: "ActionGroupItem",
|
|
122
122
|
props: {
|
|
123
123
|
name: {},
|
package/dist/bubble/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as c0, useCssVars as L0, unref as P0, useSlots as O0, computed as au, createElementBlock as L, openBlock as S, normalizeClass as i0, createCommentVNode as _u, createElementVNode as Z, createBlock as yu, resolveDynamicComponent as o0, renderSlot as mu, toDisplayString as N0, ref as $0, watch as j0, Fragment as U0, renderList as Ou, mergeProps as Nu, createSlots as Z0, withCtx as H0 } from "vue";
|
|
2
|
-
import {
|
|
2
|
+
import { t as V0 } from "../utils.js";
|
|
3
3
|
import { _ as a0 } from "../_plugin-vue_export-helper.js";
|
|
4
|
-
import {
|
|
4
|
+
import { u as G0 } from "../index2.js";
|
|
5
5
|
const $u = {};
|
|
6
6
|
function W0(u) {
|
|
7
7
|
let e = $u[u];
|
package/dist/close.js
CHANGED
package/dist/container/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as m, useCssVars as v, useModel as
|
|
1
|
+
import { defineComponent as m, useCssVars as v, useModel as d, computed as _, createElementBlock as $, openBlock as w, createElementVNode as n, renderSlot as r, createVNode as c, unref as a } from "vue";
|
|
2
2
|
import { $ as g, i as h, t as C } from "../tiny-robot-svgs.js";
|
|
3
|
-
import
|
|
3
|
+
import u from "../icon-button/index.js";
|
|
4
4
|
import { _ as b } from "../_plugin-vue_export-helper.js";
|
|
5
|
-
const
|
|
5
|
+
const z = { class: "tr-container" }, B = { class: "tr-container__header" }, k = { class: "tr-container__header-operations" }, y = { class: "tr-container__footer" }, E = /* @__PURE__ */ m({
|
|
6
6
|
__name: "index",
|
|
7
7
|
props: {
|
|
8
8
|
show: { type: Boolean, required: !0 },
|
|
@@ -13,29 +13,29 @@ const B = { class: "tr-container" }, k = { class: "tr-container__header" }, z =
|
|
|
13
13
|
emits: ["update:show", "update:fullscreen"],
|
|
14
14
|
setup(o) {
|
|
15
15
|
v((t) => ({
|
|
16
|
-
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
16
|
+
"1daf37f2": s.value ? "0" : "unset",
|
|
17
|
+
"0679141a": s.value ? "unset" : "var(--tr-container-width)",
|
|
18
|
+
"234493b2": l.value ? "var(--tr-z-index-fixed)" : "-1",
|
|
19
|
+
"0c2ba509": l.value ? "1" : "0"
|
|
20
20
|
}));
|
|
21
|
-
const l =
|
|
22
|
-
return (t, e) => (w(), $("div",
|
|
21
|
+
const l = d(o, "show"), s = d(o, "fullscreen"), f = _(() => s.value ? g : h);
|
|
22
|
+
return (t, e) => (w(), $("div", z, [
|
|
23
23
|
e[3] || (e[3] = n("div", { class: "tr-container__dragging-bar-wrapper" }, [
|
|
24
24
|
n("div", { class: "tr-container__dragging-bar" })
|
|
25
25
|
], -1)),
|
|
26
|
-
n("div",
|
|
26
|
+
n("div", B, [
|
|
27
27
|
r(t.$slots, "title", {}, () => [
|
|
28
28
|
e[2] || (e[2] = n("h3", { class: "tr-container__title" }, "OpenTiny NEXT", -1))
|
|
29
29
|
]),
|
|
30
|
-
n("div",
|
|
30
|
+
n("div", k, [
|
|
31
31
|
r(t.$slots, "operations"),
|
|
32
|
-
|
|
32
|
+
c(a(u), {
|
|
33
33
|
size: "28",
|
|
34
34
|
"svg-size": "20",
|
|
35
35
|
icon: f.value,
|
|
36
36
|
onClick: e[0] || (e[0] = (p) => t.$emit("update:fullscreen", !s.value))
|
|
37
37
|
}, null, 8, ["icon"]),
|
|
38
|
-
|
|
38
|
+
c(a(u), {
|
|
39
39
|
size: "28",
|
|
40
40
|
"svg-size": "20",
|
|
41
41
|
icon: a(C),
|
|
@@ -49,7 +49,7 @@ const B = { class: "tr-container" }, k = { class: "tr-container__header" }, z =
|
|
|
49
49
|
])
|
|
50
50
|
]));
|
|
51
51
|
}
|
|
52
|
-
}), i = /* @__PURE__ */ b(E, [["__scopeId", "data-v-
|
|
52
|
+
}), i = /* @__PURE__ */ b(E, [["__scopeId", "data-v-6a9b9126"]]);
|
|
53
53
|
i.name = "TrContainer";
|
|
54
54
|
const I = function(o) {
|
|
55
55
|
o.component(i.name, i);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as T, useCssVars as D, unref as S, ref as
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { defineComponent as T, useCssVars as D, unref as S, ref as u, computed as B, watch as M, createElementBlock as m, openBlock as n, renderSlot as R, createVNode as V, Transition as b, withCtx as E, createBlock as N, createCommentVNode as O, Teleport as W, createElementVNode as p, normalizeStyle as I, Fragment as z, renderList as F, toDisplayString as H } from "vue";
|
|
2
|
+
import { c as f, o as L } from "../index2.js";
|
|
3
|
+
import { t as o } from "../utils.js";
|
|
4
4
|
import { _ as P } from "../_plugin-vue_export-helper.js";
|
|
5
5
|
const U = { class: "tr-dropdown-menu__list" }, j = ["onClick"], q = /* @__PURE__ */ T({
|
|
6
6
|
__name: "index",
|
|
@@ -12,9 +12,9 @@ const U = { class: "tr-dropdown-menu__list" }, j = ["onClick"], q = /* @__PURE__
|
|
|
12
12
|
emits: ["item-click"],
|
|
13
13
|
setup(s, { emit: _ }) {
|
|
14
14
|
D((e) => ({
|
|
15
|
-
|
|
15
|
+
fb65405a: S(o)(l.minWidth)
|
|
16
16
|
}));
|
|
17
|
-
const l = s, t =
|
|
17
|
+
const l = s, t = u(!1), w = _, a = u(null), i = u(null), { x: h, y: v, update: k } = f(a), { width: g, height: x } = f(i), y = B(() => ({
|
|
18
18
|
left: `min(${o(h.value)}, 100% - ${o(g.value)})`,
|
|
19
19
|
top: `max(${o(v.value)} - ${o(x.value)} + ${o(l.topOffset)} - 8px, 0px)`
|
|
20
20
|
}));
|
|
@@ -36,33 +36,33 @@ const U = { class: "tr-dropdown-menu__list" }, j = ["onClick"], q = /* @__PURE__
|
|
|
36
36
|
onClick: C
|
|
37
37
|
}, [
|
|
38
38
|
R(e.$slots, "default", {}, void 0, !0),
|
|
39
|
-
V(
|
|
40
|
-
default:
|
|
41
|
-
t.value ? (n(),
|
|
39
|
+
V(b, { name: "tr-dropdown-menu" }, {
|
|
40
|
+
default: E(() => [
|
|
41
|
+
t.value ? (n(), N(W, {
|
|
42
42
|
key: 0,
|
|
43
43
|
to: "body"
|
|
44
44
|
}, [
|
|
45
45
|
p("div", {
|
|
46
46
|
class: "tr-dropdown-menu",
|
|
47
|
-
style:
|
|
47
|
+
style: I(y.value),
|
|
48
48
|
ref_key: "dropdownMenuRef",
|
|
49
49
|
ref: i
|
|
50
50
|
}, [
|
|
51
51
|
p("ul", U, [
|
|
52
|
-
(n(!0), m(z, null, F(l.items, (
|
|
52
|
+
(n(!0), m(z, null, F(l.items, (c) => (n(), m("li", {
|
|
53
53
|
class: "tr-dropdown-menu__list-item",
|
|
54
|
-
key:
|
|
55
|
-
onClick: (G) => $(
|
|
56
|
-
}, H(
|
|
54
|
+
key: c.id,
|
|
55
|
+
onClick: (G) => $(c)
|
|
56
|
+
}, H(c.text), 9, j))), 128))
|
|
57
57
|
])
|
|
58
58
|
], 4)
|
|
59
|
-
])) :
|
|
59
|
+
])) : O("", !0)
|
|
60
60
|
]),
|
|
61
61
|
_: 1
|
|
62
62
|
})
|
|
63
63
|
], 512));
|
|
64
64
|
}
|
|
65
|
-
}), r = /* @__PURE__ */ P(q, [["__scopeId", "data-v-
|
|
65
|
+
}), r = /* @__PURE__ */ P(q, [["__scopeId", "data-v-740d1b6f"]]);
|
|
66
66
|
r.name = "TrDropdownMenu";
|
|
67
67
|
const A = function(s) {
|
|
68
68
|
s.component(r.name, r);
|
package/dist/feedback/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as X, ref as E, computed as z, onMounted as D, watch as K, createElementBlock as a, openBlock as t, createCommentVNode as k, Fragment as I, renderList as S, toDisplayString as y, createVNode as h, unref as l, nextTick as O, createElementVNode as d, createBlock as _, withCtx as f, createTextVNode as U, resolveDynamicComponent as C } from "vue";
|
|
2
2
|
import { K as T, U as N, d as q, s as j, p as H, e as J } from "../tiny-robot-svgs.js";
|
|
3
|
-
import { B as R } from "../
|
|
3
|
+
import { B as R } from "../index3.js";
|
|
4
4
|
import $, { ActionGroupItem as V } from "../action-group/index.js";
|
|
5
5
|
import Q from "../icon-button/index.js";
|
|
6
6
|
import { _ as P } from "../_plugin-vue_export-helper.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as V, mergeModels as E, useModel as q, watch as g, ref as i, computed as $, createElementBlock as a, openBlock as l, createElementVNode as C, Fragment as I, renderList as S, createCommentVNode as _, normalizeClass as
|
|
1
|
+
import { defineComponent as V, mergeModels as E, useModel as q, watch as g, ref as i, computed as $, createElementBlock as a, openBlock as l, createElementVNode as C, Fragment as I, renderList as S, createCommentVNode as _, normalizeClass as b, createBlock as x, resolveDynamicComponent as B, toDisplayString as D, nextTick as G } from "vue";
|
|
2
2
|
import { U as H } from "../tiny-robot-svgs.js";
|
|
3
|
-
import {
|
|
3
|
+
import { b as X, o as j } from "../index2.js";
|
|
4
4
|
import { _ as J } from "../_plugin-vue_export-helper.js";
|
|
5
5
|
const K = ["onClick"], P = {
|
|
6
6
|
key: 0,
|
|
@@ -67,26 +67,26 @@ const K = ["onClick"], P = {
|
|
|
67
67
|
}, [
|
|
68
68
|
s.value === null || f < s.value ? (l(), a("button", {
|
|
69
69
|
key: 0,
|
|
70
|
-
class:
|
|
70
|
+
class: b(["tr-flow-layout__item", { "icon-only": !e.label }, { selected: e.id === u.value }]),
|
|
71
71
|
ref_for: !0,
|
|
72
72
|
ref: (r) => A(r, f),
|
|
73
73
|
onClick: (r) => R(e.id)
|
|
74
74
|
}, [
|
|
75
|
-
(l(), B(
|
|
75
|
+
(l(), x(B(e.icon), { class: "tr-flow-layout__item-icon" })),
|
|
76
76
|
e.label ? (l(), a("span", P, D(e.label), 1)) : _("", !0)
|
|
77
77
|
], 10, K)) : _("", !0)
|
|
78
78
|
], 64))), 128)),
|
|
79
79
|
C("div", Q, [
|
|
80
80
|
m.value ? _("", !0) : (l(), a("button", {
|
|
81
81
|
key: 0,
|
|
82
|
-
class:
|
|
82
|
+
class: b(["tr-flow-layout__item", "icon-only", { selected: O.value }]),
|
|
83
83
|
ref_key: "moreButtonRef",
|
|
84
84
|
ref: w,
|
|
85
85
|
onClick: U,
|
|
86
86
|
onMouseenter: o[0] || (o[0] = (e) => v(!0)),
|
|
87
87
|
onMouseleave: o[1] || (o[1] = (e) => v(!1))
|
|
88
88
|
}, [
|
|
89
|
-
(l(), B(
|
|
89
|
+
(l(), x(B(n.moreIcon), { class: "tr-flow-layout__item-icon" }))
|
|
90
90
|
], 34)),
|
|
91
91
|
C("div", {
|
|
92
92
|
class: "tr-flow-layout__dropdown-container",
|
|
@@ -100,11 +100,11 @@ const K = ["onClick"], P = {
|
|
|
100
100
|
ref: k
|
|
101
101
|
}, [
|
|
102
102
|
(l(!0), a(I, null, S(z.value, (e) => (l(), a("button", {
|
|
103
|
-
class:
|
|
103
|
+
class: b(["tr-flow-layout__dropdown_item", { selected: e.id === u.value }]),
|
|
104
104
|
key: e.id,
|
|
105
105
|
onClick: (f) => R(e.id)
|
|
106
106
|
}, [
|
|
107
|
-
(l(), B(
|
|
107
|
+
(l(), x(B(e.icon), { class: "tr-flow-layout__item-icon" })),
|
|
108
108
|
C("span", Z, D(e.label), 1)
|
|
109
109
|
], 10, Y))), 128))
|
|
110
110
|
], 512)) : _("", !0)
|
|
@@ -112,7 +112,7 @@ const K = ["onClick"], P = {
|
|
|
112
112
|
])
|
|
113
113
|
], 512));
|
|
114
114
|
}
|
|
115
|
-
}), p = /* @__PURE__ */ J(ee, [["__scopeId", "data-v-
|
|
115
|
+
}), p = /* @__PURE__ */ J(ee, [["__scopeId", "data-v-5c283520"]]);
|
|
116
116
|
p.name = "TrFlowLayout";
|
|
117
117
|
const te = function(d) {
|
|
118
118
|
d.component(p.name, p);
|
package/dist/history/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { defineComponent as V, createElementBlock as u, openBlock as n, normalizeStyle as X, normalizeClass as D, createElementVNode as p, toDisplayString as k, createVNode as m, unref as e, ref as G, watchEffect as Y, nextTick as Z, mergeModels as N, useCssVars as q, computed as h, useModel as P, createCommentVNode as E, Fragment as T, renderList as $, createBlock as R, withDirectives as ee, mergeProps as te, withCtx as z, withModifiers as H, vModelText as re } from "vue";
|
|
2
2
|
import { f as oe, z as se, r as ae, n as ne, t as ie } from "../tiny-robot-svgs.js";
|
|
3
|
-
import { I as le } from "../
|
|
3
|
+
import { I as le } from "../index5.js";
|
|
4
4
|
import { T as S } from "../index4.js";
|
|
5
5
|
import B from "../icon-button/index.js";
|
|
6
|
-
import { o as ce } from "../
|
|
6
|
+
import { o as ce } from "../index2.js";
|
|
7
7
|
import { _ as M } from "../_plugin-vue_export-helper.js";
|
|
8
8
|
const ue = /* @__PURE__ */ V({
|
|
9
9
|
__name: "item-tag",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent as p, useCssVars as l, computed as
|
|
2
|
-
import {
|
|
1
|
+
import { defineComponent as p, useCssVars as l, computed as n, createElementBlock as u, openBlock as s, normalizeClass as m, createBlock as d, resolveDynamicComponent as _ } from "vue";
|
|
2
|
+
import { t as c } from "../utils.js";
|
|
3
3
|
import { _ as f } from "../_plugin-vue_export-helper.js";
|
|
4
4
|
const v = /* @__PURE__ */ p({
|
|
5
5
|
__name: "index",
|
|
@@ -9,12 +9,12 @@ const v = /* @__PURE__ */ p({
|
|
|
9
9
|
svgSize: { default: "16px" },
|
|
10
10
|
rounded: { type: Boolean }
|
|
11
11
|
},
|
|
12
|
-
setup(
|
|
12
|
+
setup(t) {
|
|
13
13
|
l((i) => ({
|
|
14
14
|
"72b46ad2": a.value,
|
|
15
15
|
66777814: r.value
|
|
16
16
|
}));
|
|
17
|
-
const o =
|
|
17
|
+
const o = t, a = n(() => c(o.size)), r = n(() => c(o.svgSize));
|
|
18
18
|
return (i, z) => (s(), u("button", {
|
|
19
19
|
class: m(["tr-icon-button", { rounded: o.rounded }])
|
|
20
20
|
}, [
|
|
@@ -23,8 +23,8 @@ const v = /* @__PURE__ */ p({
|
|
|
23
23
|
}
|
|
24
24
|
}), e = /* @__PURE__ */ f(v, [["__scopeId", "data-v-fe8553bc"]]);
|
|
25
25
|
e.name = "TrIconButton";
|
|
26
|
-
const x = function(
|
|
27
|
-
|
|
26
|
+
const x = function(t) {
|
|
27
|
+
t.component(e.name, e);
|
|
28
28
|
};
|
|
29
29
|
e.install = x;
|
|
30
30
|
export {
|
package/dist/index.d.ts
CHANGED
|
@@ -394,20 +394,20 @@ disabled: boolean;
|
|
|
394
394
|
type: string;
|
|
395
395
|
ellipsis: boolean;
|
|
396
396
|
mask: boolean;
|
|
397
|
+
vertical: boolean;
|
|
398
|
+
customClass: string;
|
|
397
399
|
tiny_mode_root: boolean;
|
|
398
400
|
_constants: Record<string, any>;
|
|
399
401
|
tabindex: string;
|
|
400
|
-
contentStyle: Record<string, any>;
|
|
401
|
-
customClass: string;
|
|
402
402
|
showTitle: boolean;
|
|
403
403
|
readonly: boolean;
|
|
404
404
|
hoverExpand: boolean;
|
|
405
405
|
memorySpace: number;
|
|
406
|
-
vertical: boolean;
|
|
407
406
|
selectMenu: {
|
|
408
407
|
id: string;
|
|
409
408
|
label: string;
|
|
410
409
|
}[];
|
|
410
|
+
contentStyle: Record<string, any>;
|
|
411
411
|
isSelect: boolean;
|
|
412
412
|
counter: boolean;
|
|
413
413
|
autosize: boolean | Record<string, any>;
|
|
@@ -621,20 +621,20 @@ disabled: boolean;
|
|
|
621
621
|
type: string;
|
|
622
622
|
ellipsis: boolean;
|
|
623
623
|
mask: boolean;
|
|
624
|
+
vertical: boolean;
|
|
625
|
+
customClass: string;
|
|
624
626
|
tiny_mode_root: boolean;
|
|
625
627
|
_constants: Record<string, any>;
|
|
626
628
|
tabindex: string;
|
|
627
|
-
contentStyle: Record<string, any>;
|
|
628
|
-
customClass: string;
|
|
629
629
|
showTitle: boolean;
|
|
630
630
|
readonly: boolean;
|
|
631
631
|
hoverExpand: boolean;
|
|
632
632
|
memorySpace: number;
|
|
633
|
-
vertical: boolean;
|
|
634
633
|
selectMenu: {
|
|
635
634
|
id: string;
|
|
636
635
|
label: string;
|
|
637
636
|
}[];
|
|
637
|
+
contentStyle: Record<string, any>;
|
|
638
638
|
isSelect: boolean;
|
|
639
639
|
counter: boolean;
|
|
640
640
|
autosize: boolean | Record<string, any>;
|
|
@@ -1176,20 +1176,20 @@ declare function __VLS_template_5(): {
|
|
|
1176
1176
|
type: string;
|
|
1177
1177
|
ellipsis: boolean;
|
|
1178
1178
|
mask: boolean;
|
|
1179
|
+
vertical: boolean;
|
|
1180
|
+
customClass: string;
|
|
1179
1181
|
tiny_mode_root: boolean;
|
|
1180
1182
|
_constants: Record<string, any>;
|
|
1181
1183
|
tabindex: string;
|
|
1182
|
-
contentStyle: Record<string, any>;
|
|
1183
|
-
customClass: string;
|
|
1184
1184
|
showTitle: boolean;
|
|
1185
1185
|
readonly: boolean;
|
|
1186
1186
|
hoverExpand: boolean;
|
|
1187
1187
|
memorySpace: number;
|
|
1188
|
-
vertical: boolean;
|
|
1189
1188
|
selectMenu: {
|
|
1190
1189
|
id: string;
|
|
1191
1190
|
label: string;
|
|
1192
1191
|
}[];
|
|
1192
|
+
contentStyle: Record<string, any>;
|
|
1193
1193
|
isSelect: boolean;
|
|
1194
1194
|
counter: boolean;
|
|
1195
1195
|
autosize: boolean | Record<string, any>;
|
|
@@ -1403,20 +1403,20 @@ declare function __VLS_template_5(): {
|
|
|
1403
1403
|
type: string;
|
|
1404
1404
|
ellipsis: boolean;
|
|
1405
1405
|
mask: boolean;
|
|
1406
|
+
vertical: boolean;
|
|
1407
|
+
customClass: string;
|
|
1406
1408
|
tiny_mode_root: boolean;
|
|
1407
1409
|
_constants: Record<string, any>;
|
|
1408
1410
|
tabindex: string;
|
|
1409
|
-
contentStyle: Record<string, any>;
|
|
1410
|
-
customClass: string;
|
|
1411
1411
|
showTitle: boolean;
|
|
1412
1412
|
readonly: boolean;
|
|
1413
1413
|
hoverExpand: boolean;
|
|
1414
1414
|
memorySpace: number;
|
|
1415
|
-
vertical: boolean;
|
|
1416
1415
|
selectMenu: {
|
|
1417
1416
|
id: string;
|
|
1418
1417
|
label: string;
|
|
1419
1418
|
}[];
|
|
1419
|
+
contentStyle: Record<string, any>;
|
|
1420
1420
|
isSelect: boolean;
|
|
1421
1421
|
counter: boolean;
|
|
1422
1422
|
autosize: boolean | Record<string, any>;
|