@aplus-frontend/ui 0.2.10 → 0.2.11
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/es/src/ap-form/ap-form.vue.d.ts +4 -0
- package/es/src/ap-form/ap-form.vue2.mjs +131 -108
- package/es/src/ap-form/drawer-form/index.vue.d.ts +27 -2
- package/es/src/ap-form/drawer-form/index.vue.mjs +43 -37
- package/es/src/ap-form/interface.d.ts +8 -0
- package/es/src/ap-form/modal-form/index.vue.d.ts +27 -2
- package/es/src/ap-form/modal-form/index.vue.mjs +26 -20
- package/es/src/ap-form/search-form/index.vue.d.ts +27 -2
- package/es/src/ap-form/search-form/index.vue.mjs +37 -31
- package/es/src/ap-form/utils/params.d.ts +17 -0
- package/es/src/ap-form/utils/params.mjs +19 -0
- package/es/src/ap-table/interface.d.ts +1 -0
- package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -1
- package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +80 -70
- package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +6 -2
- package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +44 -34
- package/es/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
- package/es/src/business/ap-group-search/extension-select/style/css.js +1 -0
- package/es/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
- package/es/src/business/ap-group-search/extension-select/style/index.js +1 -0
- package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +9 -9
- package/es/src/business/ap-group-search/index.d.ts +28 -0
- package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +6 -2
- package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +50 -50
- package/es/src/business/ap-group-search/popover-select/style/css.js +1 -1
- package/es/src/business/ap-group-search/popover-select/style/index.js +1 -1
- package/es/src/business/ap-summary/ap-summary.vue2.mjs +58 -38
- package/es/src/locale/lang/en.mjs +1 -1
- package/es/src/locale/lang/zh-cn.mjs +1 -1
- package/es/src/path-map.mjs +2 -1
- package/es/src/utils/index.d.ts +12 -0
- package/es/src/utils/index.mjs +27 -18
- package/lib/src/ap-form/ap-form.vue.d.ts +4 -0
- package/lib/src/ap-form/ap-form.vue2.js +1 -1
- package/lib/src/ap-form/drawer-form/index.vue.d.ts +27 -2
- package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
- package/lib/src/ap-form/interface.d.ts +8 -0
- package/lib/src/ap-form/modal-form/index.vue.d.ts +27 -2
- package/lib/src/ap-form/modal-form/index.vue.js +1 -1
- package/lib/src/ap-form/search-form/index.vue.d.ts +27 -2
- package/lib/src/ap-form/search-form/index.vue.js +1 -1
- package/lib/src/ap-form/utils/params.d.ts +17 -0
- package/lib/src/ap-form/utils/params.js +1 -0
- package/lib/src/ap-table/interface.d.ts +1 -0
- package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -1
- package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
- package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +6 -2
- package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
- package/lib/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
- package/lib/src/business/ap-group-search/extension-select/style/css.js +1 -0
- package/lib/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
- package/lib/src/business/ap-group-search/extension-select/style/index.js +1 -0
- package/lib/src/business/ap-group-search/images/icon-line-select.vue.js +1 -1
- package/lib/src/business/ap-group-search/index.d.ts +28 -0
- package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +6 -2
- package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
- package/lib/src/business/ap-group-search/popover-select/style/css.js +1 -1
- package/lib/src/business/ap-group-search/popover-select/style/index.js +1 -1
- package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
- package/lib/src/locale/lang/en.js +1 -1
- package/lib/src/locale/lang/zh-cn.js +1 -1
- package/lib/src/path-map.js +1 -1
- package/lib/src/utils/index.d.ts +12 -0
- package/lib/src/utils/index.js +1 -1
- package/package.json +4 -4
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { Flex as
|
|
3
|
-
import
|
|
1
|
+
import { defineComponent as L, ref as P, computed as c, onMounted as N, watch as R, unref as t, resolveComponent as D, openBlock as C, createElementBlock as K, normalizeClass as d, createVNode as p, withCtx as S, normalizeStyle as O, createBlock as T, createCommentVNode as F, renderSlot as $ } from "vue";
|
|
2
|
+
import { Flex as j, Select as E } from "@aplus-frontend/antdv";
|
|
3
|
+
import G from "./images/icon-down.vue.mjs";
|
|
4
4
|
import "./extension-select/index.vue.mjs";
|
|
5
|
-
import { useControllableValue as
|
|
5
|
+
import { useControllableValue as W } from "../../hooks/useControllableValue.mjs";
|
|
6
6
|
import "../../config-provider/index.mjs";
|
|
7
|
-
import { useLocale as
|
|
8
|
-
import { useGlobalConfig as
|
|
9
|
-
import { useNamespace as
|
|
10
|
-
import
|
|
11
|
-
const
|
|
7
|
+
import { useLocale as z } from "../../config-provider/hooks/use-locale.mjs";
|
|
8
|
+
import { useGlobalConfig as H } from "../../config-provider/hooks/use-global-config.mjs";
|
|
9
|
+
import { useNamespace as U } from "../../config-provider/hooks/use-namespace.mjs";
|
|
10
|
+
import Y from "./extension-select/index.vue2.mjs";
|
|
11
|
+
const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ L({
|
|
12
12
|
__name: "ap-group-search",
|
|
13
13
|
props: {
|
|
14
14
|
value: {},
|
|
@@ -90,30 +90,28 @@ const d = "GROUP_SEARCH_ALL", ee = /* @__PURE__ */ M({
|
|
|
90
90
|
style: {}
|
|
91
91
|
},
|
|
92
92
|
emits: ["update:value"],
|
|
93
|
-
setup(
|
|
94
|
-
const { t:
|
|
93
|
+
setup(w, { emit: _ }) {
|
|
94
|
+
const { t: h } = z(), f = H("uiMode", "aplus"), y = P(), l = w, B = c(() => ({
|
|
95
95
|
width: "auto",
|
|
96
96
|
...l.style
|
|
97
|
-
})),
|
|
97
|
+
})), b = _, { value: a, updateValue: u } = W(l, b), A = (e) => {
|
|
98
98
|
let o = e;
|
|
99
|
-
e ===
|
|
99
|
+
e === m ? o = l.options.map((n) => n.value) : o = toString.call(o) === "[object Array]" ? e : [e], u({
|
|
100
100
|
...a.value,
|
|
101
101
|
key: o
|
|
102
102
|
});
|
|
103
|
-
},
|
|
103
|
+
}, k = c(() => {
|
|
104
104
|
let e = [];
|
|
105
105
|
return l.hasAll && (e = [
|
|
106
|
-
{ value:
|
|
106
|
+
{ value: m, label: h("ap.apGroupSearch.all") }
|
|
107
107
|
]), [...e, ...l.options];
|
|
108
|
-
}),
|
|
109
|
-
var
|
|
110
|
-
const e = (
|
|
111
|
-
|
|
112
|
-
const n = toString.call(e) === "[object Array]" ? e : [e];
|
|
113
|
-
return ((s = l.options) == null ? void 0 : s.filter((c) => n.includes(c.value)).map((c) => c.label).join("/")) || o;
|
|
108
|
+
}), x = c(() => {
|
|
109
|
+
var s, i;
|
|
110
|
+
const e = (s = a == null ? void 0 : a.value) == null ? void 0 : s.key, o = toString.call(e) === "[object Array]" ? e : [e], n = h("ap.apGroupSearch.defaultPlaceholder");
|
|
111
|
+
return !o || o.length === 1 ? n : ((i = l.options) == null ? void 0 : i.filter((r) => o.includes(r.value)).map((r) => r.label).join("/")) || n;
|
|
114
112
|
});
|
|
115
|
-
|
|
116
|
-
|
|
113
|
+
N(() => {
|
|
114
|
+
R(
|
|
117
115
|
() => {
|
|
118
116
|
var e;
|
|
119
117
|
return [l.hasAll, (e = t(a)) == null ? void 0 : e.key];
|
|
@@ -130,62 +128,74 @@ const d = "GROUP_SEARCH_ALL", ee = /* @__PURE__ */ M({
|
|
|
130
128
|
}
|
|
131
129
|
);
|
|
132
130
|
});
|
|
133
|
-
const
|
|
131
|
+
const V = c(() => {
|
|
134
132
|
var o, n;
|
|
135
133
|
const e = (o = t(a)) == null ? void 0 : o.key;
|
|
136
134
|
if (e)
|
|
137
|
-
return toString.call(e) === "[object Array]" ? (e == null ? void 0 : e.length) === ((n = l.options) == null ? void 0 : n.length) ?
|
|
138
|
-
}),
|
|
135
|
+
return toString.call(e) === "[object Array]" ? (e == null ? void 0 : e.length) === ((n = l.options) == null ? void 0 : n.length) ? m : e == null ? void 0 : e[0] : e;
|
|
136
|
+
}), v = (e) => {
|
|
139
137
|
var o;
|
|
140
138
|
e !== ((o = t(a)) == null ? void 0 : o.value) && u({
|
|
141
139
|
...a.value,
|
|
142
140
|
value: e
|
|
143
141
|
});
|
|
144
|
-
}, { b:
|
|
145
|
-
return (e, o) =>
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
142
|
+
}, { b: I, e: g, em: M } = U("ap-group-search");
|
|
143
|
+
return (e, o) => {
|
|
144
|
+
const n = D("Divider");
|
|
145
|
+
return C(), K("div", {
|
|
146
|
+
class: d(t(I)()),
|
|
147
|
+
ref_key: "containerRef",
|
|
148
|
+
ref: y
|
|
149
|
+
}, [
|
|
150
|
+
p(t(j), null, {
|
|
151
|
+
default: S(() => {
|
|
152
|
+
var s, i;
|
|
153
|
+
return [
|
|
154
|
+
p(t(E), {
|
|
155
|
+
value: V.value,
|
|
156
|
+
style: O(B.value),
|
|
157
|
+
class: d(`${e.$attrs.class} ${t(f) === "admin" ? t(M)("search", "admin") : t(g)("search")}`),
|
|
158
|
+
options: k.value,
|
|
159
|
+
bordered: !1,
|
|
160
|
+
dropdownMatchSelectWidth: l.dropdownMatchSelectWidth,
|
|
161
|
+
onChange: A
|
|
162
|
+
}, {
|
|
163
|
+
suffixIcon: S(() => [
|
|
164
|
+
p(G)
|
|
165
|
+
]),
|
|
166
|
+
_: 1
|
|
167
|
+
}, 8, ["value", "style", "class", "options", "dropdownMatchSelectWidth"]),
|
|
168
|
+
t(f) === "aplus" ? (C(), T(n, {
|
|
169
|
+
key: 0,
|
|
170
|
+
class: d(t(g)("divider")),
|
|
171
|
+
type: "vertical",
|
|
172
|
+
style: {}
|
|
173
|
+
}, null, 8, ["class"])) : F("", !0),
|
|
174
|
+
$(e.$slots, "search", {
|
|
175
|
+
value: (s = t(a)) == null ? void 0 : s.value,
|
|
176
|
+
change: v,
|
|
177
|
+
key: (i = t(a)) == null ? void 0 : i.key
|
|
178
|
+
}, () => {
|
|
179
|
+
var r;
|
|
180
|
+
return [
|
|
181
|
+
p(Y, {
|
|
182
|
+
style: { width: "100%" },
|
|
183
|
+
maxTagCount: "responsive",
|
|
184
|
+
value: (r = t(a)) == null ? void 0 : r.value,
|
|
185
|
+
onChange: v,
|
|
186
|
+
placeholder: x.value,
|
|
187
|
+
"__parent-ref": y.value
|
|
188
|
+
}, null, 8, ["value", "placeholder", "__parent-ref"])
|
|
189
|
+
];
|
|
190
|
+
})
|
|
191
|
+
];
|
|
192
|
+
}),
|
|
193
|
+
_: 3
|
|
194
|
+
})
|
|
195
|
+
], 2);
|
|
196
|
+
};
|
|
187
197
|
}
|
|
188
198
|
});
|
|
189
199
|
export {
|
|
190
|
-
|
|
200
|
+
ne as default
|
|
191
201
|
};
|
|
@@ -172,7 +172,9 @@ declare const _default: DefineComponent<__VLS_TypePropsToOption<Omit<Partial< Ex
|
|
|
172
172
|
type: BooleanConstructor;
|
|
173
173
|
default: any;
|
|
174
174
|
};
|
|
175
|
-
}>>, "mode" | "suffixIcon"
|
|
175
|
+
}>>, "mode" | "suffixIcon"> & {
|
|
176
|
+
__parentRef?: HTMLElement;
|
|
177
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
176
178
|
change: (value: SelectValue) => void;
|
|
177
179
|
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Omit<Partial< ExtractPropTypes<{
|
|
178
180
|
value: {
|
|
@@ -340,7 +342,9 @@ declare const _default: DefineComponent<__VLS_TypePropsToOption<Omit<Partial< Ex
|
|
|
340
342
|
type: BooleanConstructor;
|
|
341
343
|
default: any;
|
|
342
344
|
};
|
|
343
|
-
}>>, "mode" | "suffixIcon"
|
|
345
|
+
}>>, "mode" | "suffixIcon"> & {
|
|
346
|
+
__parentRef?: HTMLElement;
|
|
347
|
+
}>>> & {
|
|
344
348
|
onChange?: ((value: SelectValue) => any) | undefined;
|
|
345
349
|
}, {}, {}>;
|
|
346
350
|
export default _default;
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { Select as
|
|
1
|
+
import { defineComponent as v, ref as t, computed as y, watch as w, openBlock as B, createElementBlock as _, createVNode as s, unref as l, normalizeClass as x, normalizeStyle as b, withCtx as S } from "vue";
|
|
2
|
+
import { Select as I } from "@aplus-frontend/antdv";
|
|
3
3
|
import "../popover-select/index.vue.mjs";
|
|
4
4
|
import "../../../config-provider/index.mjs";
|
|
5
|
-
import { useGlobalConfig as
|
|
6
|
-
import
|
|
7
|
-
|
|
5
|
+
import { useGlobalConfig as R } from "../../../config-provider/hooks/use-global-config.mjs";
|
|
6
|
+
import { useNamespace as T } from "../../../config-provider/hooks/use-namespace.mjs";
|
|
7
|
+
import V from "../popover-select/index.vue2.mjs";
|
|
8
|
+
const O = /* @__PURE__ */ v({
|
|
8
9
|
__name: "index",
|
|
9
10
|
props: {
|
|
10
11
|
value: {},
|
|
@@ -79,46 +80,55 @@ const P = /* @__PURE__ */ h({
|
|
|
79
80
|
optionFilterProp: {},
|
|
80
81
|
optionLabelProp: {},
|
|
81
82
|
defaultActiveFirstOption: { type: Boolean },
|
|
82
|
-
labelInValue: { type: Boolean }
|
|
83
|
+
labelInValue: { type: Boolean },
|
|
84
|
+
__parentRef: {}
|
|
83
85
|
},
|
|
84
86
|
emits: ["change"],
|
|
85
|
-
setup(
|
|
86
|
-
const
|
|
87
|
+
setup(u, { emit: c }) {
|
|
88
|
+
const d = R("uiMode", "aplus"), o = u, r = t(), n = t(), a = t(!1), m = y(() => o.__parentRef || r.value), f = c, h = (e) => {
|
|
87
89
|
e && (a.value = !1);
|
|
88
90
|
};
|
|
89
|
-
|
|
91
|
+
w(
|
|
90
92
|
() => o.value,
|
|
91
93
|
() => {
|
|
92
94
|
n.value = o.value;
|
|
93
95
|
},
|
|
94
96
|
{ immediate: !0 }
|
|
95
97
|
);
|
|
96
|
-
const
|
|
97
|
-
n.value = e,
|
|
98
|
-
};
|
|
99
|
-
return (e,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
98
|
+
const p = (e) => {
|
|
99
|
+
n.value = e, f("change", e);
|
|
100
|
+
}, { b: g } = T("ap-extension-select");
|
|
101
|
+
return (e, i) => (B(), _("div", {
|
|
102
|
+
ref_key: "containerRef",
|
|
103
|
+
ref: r
|
|
104
|
+
}, [
|
|
105
|
+
s(l(I), {
|
|
106
|
+
class: x(l(g)()),
|
|
107
|
+
value: n.value,
|
|
108
|
+
style: b(e.$attrs.style),
|
|
109
|
+
bordered: l(d) === "admin",
|
|
110
|
+
mode: "tags",
|
|
111
|
+
showArrow: !0,
|
|
112
|
+
"not-found-content": !0,
|
|
113
|
+
open: a.value,
|
|
114
|
+
onDropdownVisibleChange: i[0] || (i[0] = (C) => a.value = C),
|
|
115
|
+
onChange: p,
|
|
116
|
+
maxTagCount: o.maxTagCount,
|
|
117
|
+
placeholder: o.placeholder
|
|
118
|
+
}, {
|
|
119
|
+
suffixIcon: S(() => [
|
|
120
|
+
s(V, {
|
|
121
|
+
value: n.value,
|
|
122
|
+
onSubmit: p,
|
|
123
|
+
onOpenChange: h,
|
|
124
|
+
"__parent-ref": m.value
|
|
125
|
+
}, null, 8, ["value", "__parent-ref"])
|
|
126
|
+
]),
|
|
127
|
+
_: 1
|
|
128
|
+
}, 8, ["class", "value", "style", "bordered", "open", "maxTagCount", "placeholder"])
|
|
129
|
+
], 512));
|
|
120
130
|
}
|
|
121
131
|
});
|
|
122
132
|
export {
|
|
123
|
-
|
|
133
|
+
O as default
|
|
124
134
|
};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-group-search/ap-extension-select.css';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import '@aplus-frontend/ui-theme/src/ap-group-search/ap-extension-select.less';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createElementVNode as Q, openBlock as l, createElementBlock as e } from "vue";
|
|
2
|
-
import
|
|
3
|
-
const
|
|
2
|
+
import o from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
|
3
|
+
const t = {}, n = {
|
|
4
4
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5
5
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
6
6
|
fill: "none",
|
|
@@ -8,12 +8,12 @@ const o = {}, n = {
|
|
|
8
8
|
width: "16",
|
|
9
9
|
height: "16",
|
|
10
10
|
viewBox: "0 0 16 16"
|
|
11
|
-
},
|
|
11
|
+
}, r = /* @__PURE__ */ Q("g", null, [
|
|
12
12
|
/* @__PURE__ */ Q("g", null, [
|
|
13
13
|
/* @__PURE__ */ Q("path", {
|
|
14
14
|
d: "M3,4.5L13,4.5Q13.0492,4.5,13.0975,4.509607Q13.1458,4.519215,13.1913,4.53806Q13.2368,4.556906,13.2778,4.584265Q13.3187,4.611625,13.3536,4.646447Q13.3884,4.681269,13.4157,4.722215Q13.4431,4.763161,13.4619,4.808658Q13.4808,4.854155,13.4904,4.9024549Q13.5,4.9507543,13.5,5Q13.5,5.0492457,13.4904,5.0975451Q13.4808,5.145845,13.4619,5.191342Q13.4431,5.236839,13.4157,5.277785Q13.3884,5.318731,13.3536,5.353553Q13.3187,5.388375,13.2778,5.415735Q13.2368,5.443094,13.1913,5.46194Q13.1458,5.480785,13.0975,5.490393Q13.0492,5.5,13,5.5L3,5.5Q2.9507543,5.5,2.9024549,5.490393Q2.854155,5.480785,2.808658,5.46194Q2.763161,5.443094,2.722215,5.415735Q2.681269,5.388375,2.646447,5.353553Q2.611625,5.318731,2.584265,5.277785Q2.556906,5.236839,2.5380599999999998,5.191342Q2.519215,5.145845,2.509607,5.0975451Q2.5,5.0492457,2.5,5Q2.5,4.9507543,2.509607,4.9024549Q2.519215,4.854155,2.5380599999999998,4.808658Q2.556906,4.763161,2.584265,4.722215Q2.611625,4.681269,2.646447,4.646447Q2.681269,4.611625,2.722215,4.584265Q2.763161,4.556906,2.808658,4.53806Q2.854155,4.519215,2.9024549,4.509607Q2.9507543,4.5,3,4.5Z",
|
|
15
15
|
"fill-rule": "evenodd",
|
|
16
|
-
fill: "
|
|
16
|
+
fill: "currentcolor",
|
|
17
17
|
"fill-opacity": "1"
|
|
18
18
|
})
|
|
19
19
|
]),
|
|
@@ -21,7 +21,7 @@ const o = {}, n = {
|
|
|
21
21
|
/* @__PURE__ */ Q("path", {
|
|
22
22
|
d: "M3,7.5L13,7.5Q13.0492,7.5,13.0975,7.509607Q13.1458,7.519215,13.1913,7.53806Q13.2368,7.556906,13.2778,7.584265Q13.3187,7.611625,13.3536,7.646447Q13.3884,7.681269,13.4157,7.722215Q13.4431,7.763161,13.4619,7.808658Q13.4808,7.854155,13.4904,7.9024549Q13.5,7.9507543,13.5,8Q13.5,8.0492457,13.4904,8.0975451Q13.4808,8.145845,13.4619,8.191342Q13.4431,8.236839,13.4157,8.277785Q13.3884,8.318731,13.3536,8.353553Q13.3187,8.388375,13.2778,8.415735Q13.2368,8.443094,13.1913,8.46194Q13.1458,8.480785000000001,13.0975,8.490393Q13.0492,8.5,13,8.5L3,8.5Q2.9507543,8.5,2.9024549,8.490393Q2.854155,8.480785000000001,2.808658,8.46194Q2.763161,8.443094,2.722215,8.415735Q2.681269,8.388375,2.646447,8.353553Q2.611625,8.318731,2.584265,8.277785Q2.556906,8.236839,2.5380599999999998,8.191342Q2.519215,8.145845,2.509607,8.0975451Q2.5,8.0492457,2.5,8Q2.5,7.9507543,2.509607,7.9024549Q2.519215,7.854155,2.5380599999999998,7.808658Q2.556906,7.763161,2.584265,7.722215Q2.611625,7.681269,2.646447,7.646447Q2.681269,7.611625,2.722215,7.584265Q2.763161,7.556906,2.808658,7.53806Q2.854155,7.519215,2.9024549,7.509607Q2.9507543,7.5,3,7.5Z",
|
|
23
23
|
"fill-rule": "evenodd",
|
|
24
|
-
fill: "
|
|
24
|
+
fill: "currentcolor",
|
|
25
25
|
"fill-opacity": "1"
|
|
26
26
|
})
|
|
27
27
|
]),
|
|
@@ -29,17 +29,17 @@ const o = {}, n = {
|
|
|
29
29
|
/* @__PURE__ */ Q("path", {
|
|
30
30
|
d: "M3,10.5L8,10.5Q8.04925,10.5,8.09755,10.509607Q8.14584,10.519214999999999,8.19134,10.53806Q8.23684,10.556906,8.27778,10.584265Q8.31873,10.611625,8.35355,10.646447Q8.38837,10.681269,8.41573,10.722215Q8.44309,10.763161,8.46194,10.808658Q8.48078,10.854155,8.49039,10.9024549Q8.5,10.9507543,8.5,11Q8.5,11.0492457,8.49039,11.0975451Q8.48078,11.145845,8.46194,11.191342Q8.44309,11.236839,8.41573,11.277785Q8.38837,11.318731,8.35355,11.353553Q8.31873,11.388375,8.27778,11.415735Q8.23684,11.443094,8.19134,11.46194Q8.14584,11.480785000000001,8.09755,11.490393Q8.04925,11.5,8,11.5L3,11.5Q2.9507543,11.5,2.9024549,11.490393Q2.854155,11.480785000000001,2.808658,11.46194Q2.763161,11.443094,2.722215,11.415735Q2.681269,11.388375,2.646447,11.353553Q2.611625,11.318731,2.584265,11.277785Q2.556906,11.236839,2.5380599999999998,11.191342Q2.519215,11.145845,2.509607,11.0975451Q2.5,11.0492457,2.5,11Q2.5,10.9507543,2.509607,10.9024549Q2.519215,10.854155,2.5380599999999998,10.808658Q2.556906,10.763161,2.584265,10.722215Q2.611625,10.681269,2.646447,10.646447Q2.681269,10.611625,2.722215,10.584265Q2.763161,10.556906,2.808658,10.53806Q2.854155,10.519214999999999,2.9024549,10.509607Q2.9507543,10.5,3,10.5Z",
|
|
31
31
|
"fill-rule": "evenodd",
|
|
32
|
-
fill: "
|
|
32
|
+
fill: "currentcolor",
|
|
33
33
|
"fill-opacity": "1"
|
|
34
34
|
})
|
|
35
35
|
])
|
|
36
36
|
], -1), c = [
|
|
37
|
-
|
|
37
|
+
r
|
|
38
38
|
];
|
|
39
|
-
function
|
|
39
|
+
function i(d, f) {
|
|
40
40
|
return l(), e("svg", n, c);
|
|
41
41
|
}
|
|
42
|
-
const p = /* @__PURE__ */ t
|
|
42
|
+
const p = /* @__PURE__ */ o(t, [["render", i]]);
|
|
43
43
|
export {
|
|
44
44
|
p as default
|
|
45
45
|
};
|
|
@@ -1224,6 +1224,9 @@ declare const ApExtensionSelect: {
|
|
|
1224
1224
|
labelInValue: {
|
|
1225
1225
|
type: PropType<boolean>;
|
|
1226
1226
|
};
|
|
1227
|
+
__parentRef: {
|
|
1228
|
+
type: PropType<HTMLElement>;
|
|
1229
|
+
};
|
|
1227
1230
|
}>> & {
|
|
1228
1231
|
onChange?: ((value: SelectValue) => any) | undefined;
|
|
1229
1232
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -1448,6 +1451,9 @@ declare const ApExtensionSelect: {
|
|
|
1448
1451
|
labelInValue: {
|
|
1449
1452
|
type: PropType<boolean>;
|
|
1450
1453
|
};
|
|
1454
|
+
__parentRef: {
|
|
1455
|
+
type: PropType<HTMLElement>;
|
|
1456
|
+
};
|
|
1451
1457
|
}>> & {
|
|
1452
1458
|
onChange?: ((value: SelectValue) => any) | undefined;
|
|
1453
1459
|
}, {}, true, {}, {}, {
|
|
@@ -1677,6 +1683,9 @@ declare const ApExtensionSelect: {
|
|
|
1677
1683
|
labelInValue: {
|
|
1678
1684
|
type: PropType<boolean>;
|
|
1679
1685
|
};
|
|
1686
|
+
__parentRef: {
|
|
1687
|
+
type: PropType<HTMLElement>;
|
|
1688
|
+
};
|
|
1680
1689
|
}>> & {
|
|
1681
1690
|
onChange?: ((value: SelectValue) => any) | undefined;
|
|
1682
1691
|
}, {}, {}, {}, {}, {}>;
|
|
@@ -1903,6 +1912,9 @@ declare const ApExtensionSelect: {
|
|
|
1903
1912
|
labelInValue: {
|
|
1904
1913
|
type: PropType<boolean>;
|
|
1905
1914
|
};
|
|
1915
|
+
__parentRef: {
|
|
1916
|
+
type: PropType<HTMLElement>;
|
|
1917
|
+
};
|
|
1906
1918
|
}>> & {
|
|
1907
1919
|
onChange?: ((value: SelectValue) => any) | undefined;
|
|
1908
1920
|
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -2133,6 +2145,10 @@ declare const ApPopoverSelect: {
|
|
|
2133
2145
|
labelInValue: {
|
|
2134
2146
|
type: PropType<boolean>;
|
|
2135
2147
|
};
|
|
2148
|
+
__parentRef: {
|
|
2149
|
+
type: PropType<HTMLElement>;
|
|
2150
|
+
required: true;
|
|
2151
|
+
};
|
|
2136
2152
|
}>> & {
|
|
2137
2153
|
onSubmit?: ((value: SelectValue) => any) | undefined;
|
|
2138
2154
|
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
@@ -2359,6 +2375,10 @@ declare const ApPopoverSelect: {
|
|
|
2359
2375
|
labelInValue: {
|
|
2360
2376
|
type: PropType<boolean>;
|
|
2361
2377
|
};
|
|
2378
|
+
__parentRef: {
|
|
2379
|
+
type: PropType<HTMLElement>;
|
|
2380
|
+
required: true;
|
|
2381
|
+
};
|
|
2362
2382
|
}>> & {
|
|
2363
2383
|
onSubmit?: ((value: SelectValue) => any) | undefined;
|
|
2364
2384
|
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
@@ -2589,6 +2609,10 @@ declare const ApPopoverSelect: {
|
|
|
2589
2609
|
labelInValue: {
|
|
2590
2610
|
type: PropType<boolean>;
|
|
2591
2611
|
};
|
|
2612
|
+
__parentRef: {
|
|
2613
|
+
type: PropType<HTMLElement>;
|
|
2614
|
+
required: true;
|
|
2615
|
+
};
|
|
2592
2616
|
}>> & {
|
|
2593
2617
|
onSubmit?: ((value: SelectValue) => any) | undefined;
|
|
2594
2618
|
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
@@ -2816,6 +2840,10 @@ declare const ApPopoverSelect: {
|
|
|
2816
2840
|
labelInValue: {
|
|
2817
2841
|
type: PropType<boolean>;
|
|
2818
2842
|
};
|
|
2843
|
+
__parentRef: {
|
|
2844
|
+
type: PropType<HTMLElement>;
|
|
2845
|
+
required: true;
|
|
2846
|
+
};
|
|
2819
2847
|
}>> & {
|
|
2820
2848
|
onSubmit?: ((value: SelectValue) => any) | undefined;
|
|
2821
2849
|
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
@@ -172,7 +172,9 @@ declare const _default: DefineComponent<__VLS_TypePropsToOption<Omit<Partial< Ex
|
|
|
172
172
|
type: BooleanConstructor;
|
|
173
173
|
default: any;
|
|
174
174
|
};
|
|
175
|
-
}>>, "mode" | "suffixIcon"
|
|
175
|
+
}>>, "mode" | "suffixIcon"> & {
|
|
176
|
+
__parentRef: HTMLElement;
|
|
177
|
+
}>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
176
178
|
submit: (value: SelectValue) => void;
|
|
177
179
|
"open-change": (value: boolean) => void;
|
|
178
180
|
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Omit<Partial< ExtractPropTypes<{
|
|
@@ -341,7 +343,9 @@ declare const _default: DefineComponent<__VLS_TypePropsToOption<Omit<Partial< Ex
|
|
|
341
343
|
type: BooleanConstructor;
|
|
342
344
|
default: any;
|
|
343
345
|
};
|
|
344
|
-
}>>, "mode" | "suffixIcon"
|
|
346
|
+
}>>, "mode" | "suffixIcon"> & {
|
|
347
|
+
__parentRef: HTMLElement;
|
|
348
|
+
}>>> & {
|
|
345
349
|
onSubmit?: ((value: SelectValue) => any) | undefined;
|
|
346
350
|
"onOpen-change"?: ((value: boolean) => any) | undefined;
|
|
347
351
|
}, {}, {}>;
|