@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.
Files changed (65) hide show
  1. package/es/src/ap-form/ap-form.vue.d.ts +4 -0
  2. package/es/src/ap-form/ap-form.vue2.mjs +131 -108
  3. package/es/src/ap-form/drawer-form/index.vue.d.ts +27 -2
  4. package/es/src/ap-form/drawer-form/index.vue.mjs +43 -37
  5. package/es/src/ap-form/interface.d.ts +8 -0
  6. package/es/src/ap-form/modal-form/index.vue.d.ts +27 -2
  7. package/es/src/ap-form/modal-form/index.vue.mjs +26 -20
  8. package/es/src/ap-form/search-form/index.vue.d.ts +27 -2
  9. package/es/src/ap-form/search-form/index.vue.mjs +37 -31
  10. package/es/src/ap-form/utils/params.d.ts +17 -0
  11. package/es/src/ap-form/utils/params.mjs +19 -0
  12. package/es/src/ap-table/interface.d.ts +1 -0
  13. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -1
  14. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +80 -70
  15. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +6 -2
  16. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +44 -34
  17. package/es/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
  18. package/es/src/business/ap-group-search/extension-select/style/css.js +1 -0
  19. package/es/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
  20. package/es/src/business/ap-group-search/extension-select/style/index.js +1 -0
  21. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +9 -9
  22. package/es/src/business/ap-group-search/index.d.ts +28 -0
  23. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +6 -2
  24. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +50 -50
  25. package/es/src/business/ap-group-search/popover-select/style/css.js +1 -1
  26. package/es/src/business/ap-group-search/popover-select/style/index.js +1 -1
  27. package/es/src/business/ap-summary/ap-summary.vue2.mjs +58 -38
  28. package/es/src/locale/lang/en.mjs +1 -1
  29. package/es/src/locale/lang/zh-cn.mjs +1 -1
  30. package/es/src/path-map.mjs +2 -1
  31. package/es/src/utils/index.d.ts +12 -0
  32. package/es/src/utils/index.mjs +27 -18
  33. package/lib/src/ap-form/ap-form.vue.d.ts +4 -0
  34. package/lib/src/ap-form/ap-form.vue2.js +1 -1
  35. package/lib/src/ap-form/drawer-form/index.vue.d.ts +27 -2
  36. package/lib/src/ap-form/drawer-form/index.vue.js +1 -1
  37. package/lib/src/ap-form/interface.d.ts +8 -0
  38. package/lib/src/ap-form/modal-form/index.vue.d.ts +27 -2
  39. package/lib/src/ap-form/modal-form/index.vue.js +1 -1
  40. package/lib/src/ap-form/search-form/index.vue.d.ts +27 -2
  41. package/lib/src/ap-form/search-form/index.vue.js +1 -1
  42. package/lib/src/ap-form/utils/params.d.ts +17 -0
  43. package/lib/src/ap-form/utils/params.js +1 -0
  44. package/lib/src/ap-table/interface.d.ts +1 -0
  45. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +3 -1
  46. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +1 -1
  47. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +6 -2
  48. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +1 -1
  49. package/lib/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
  50. package/lib/src/business/ap-group-search/extension-select/style/css.js +1 -0
  51. package/lib/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
  52. package/lib/src/business/ap-group-search/extension-select/style/index.js +1 -0
  53. package/lib/src/business/ap-group-search/images/icon-line-select.vue.js +1 -1
  54. package/lib/src/business/ap-group-search/index.d.ts +28 -0
  55. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +6 -2
  56. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +2 -2
  57. package/lib/src/business/ap-group-search/popover-select/style/css.js +1 -1
  58. package/lib/src/business/ap-group-search/popover-select/style/index.js +1 -1
  59. package/lib/src/business/ap-summary/ap-summary.vue2.js +1 -1
  60. package/lib/src/locale/lang/en.js +1 -1
  61. package/lib/src/locale/lang/zh-cn.js +1 -1
  62. package/lib/src/path-map.js +1 -1
  63. package/lib/src/utils/index.d.ts +12 -0
  64. package/lib/src/utils/index.js +1 -1
  65. package/package.json +4 -4
@@ -1,14 +1,14 @@
1
- import { defineComponent as M, computed as i, onMounted as V, watch as L, unref as t, openBlock as P, createElementBlock as N, normalizeClass as f, createVNode as p, withCtx as y, normalizeStyle as K, renderSlot as O } from "vue";
2
- import { Flex as T, Select as F } from "@aplus-frontend/antdv";
3
- import R from "./images/icon-down.vue.mjs";
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 $ } from "../../hooks/useControllableValue.mjs";
5
+ import { useControllableValue as W } from "../../hooks/useControllableValue.mjs";
6
6
  import "../../config-provider/index.mjs";
7
- import { useLocale as j } from "../../config-provider/hooks/use-locale.mjs";
8
- import { useGlobalConfig as D } from "../../config-provider/hooks/use-global-config.mjs";
9
- import { useNamespace as E } from "../../config-provider/hooks/use-namespace.mjs";
10
- import G from "./extension-select/index.vue2.mjs";
11
- const d = "GROUP_SEARCH_ALL", ee = /* @__PURE__ */ M({
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(v, { emit: g }) {
94
- const { t: m } = j(), S = D("uiMode", "aplus"), l = v, C = i(() => ({
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
- })), w = g, { value: a, updateValue: u } = $(l, w), B = (e) => {
97
+ })), b = _, { value: a, updateValue: u } = W(l, b), A = (e) => {
98
98
  let o = e;
99
- e === d ? o = l.options.map((n) => n.value) : o = toString.call(o) === "[object Array]" ? e : [e], u({
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
- }, b = i(() => {
103
+ }, k = c(() => {
104
104
  let e = [];
105
105
  return l.hasAll && (e = [
106
- { value: d, label: m("ap.apGroupSearch.all") }
106
+ { value: m, label: h("ap.apGroupSearch.all") }
107
107
  ]), [...e, ...l.options];
108
- }), A = i(() => {
109
- var r, s;
110
- const e = (r = a == null ? void 0 : a.value) == null ? void 0 : r.key, o = m("ap.apGroupSearch.defaultPlaceholder");
111
- if (!e) return o;
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
- V(() => {
116
- L(
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 _ = i(() => {
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) ? d : e == null ? void 0 : e[0] : e;
138
- }), h = (e) => {
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: x, e: k, em: I } = E("ap-group-search");
145
- return (e, o) => (P(), N("div", {
146
- class: f(t(x)())
147
- }, [
148
- p(t(T), null, {
149
- default: y(() => {
150
- var n, r;
151
- return [
152
- p(t(F), {
153
- value: _.value,
154
- style: K(C.value),
155
- class: f(`${e.$attrs.class} ${t(S) === "admin" ? t(I)("search", "admin") : t(k)("search")}`),
156
- options: b.value,
157
- bordered: !1,
158
- dropdownMatchSelectWidth: l.dropdownMatchSelectWidth,
159
- onChange: B
160
- }, {
161
- suffixIcon: y(() => [
162
- p(R)
163
- ]),
164
- _: 1
165
- }, 8, ["value", "style", "class", "options", "dropdownMatchSelectWidth"]),
166
- O(e.$slots, "search", {
167
- value: (n = t(a)) == null ? void 0 : n.value,
168
- change: h,
169
- key: (r = t(a)) == null ? void 0 : r.key
170
- }, () => {
171
- var s;
172
- return [
173
- p(G, {
174
- style: { width: "100%" },
175
- maxTagCount: "responsive",
176
- value: (s = t(a)) == null ? void 0 : s.value,
177
- onChange: h,
178
- placeholder: A.value
179
- }, null, 8, ["value", "placeholder"])
180
- ];
181
- })
182
- ];
183
- }),
184
- _: 3
185
- })
186
- ], 2));
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
- ee as default
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">>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
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 h, ref as r, watch as f, openBlock as g, createBlock as C, unref as i, normalizeStyle as y, withCtx as v, createVNode as w } from "vue";
2
- import { Select as B } from "@aplus-frontend/antdv";
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 x } from "../../../config-provider/hooks/use-global-config.mjs";
6
- import S from "../popover-select/index.vue2.mjs";
7
- const P = /* @__PURE__ */ h({
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(p, { emit: u }) {
86
- const s = x("uiMode", "aplus"), o = p, n = r(), a = r(!1), d = u, c = (e) => {
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
- f(
91
+ w(
90
92
  () => o.value,
91
93
  () => {
92
94
  n.value = o.value;
93
95
  },
94
96
  { immediate: !0 }
95
97
  );
96
- const t = (e) => {
97
- n.value = e, d("change", e);
98
- };
99
- return (e, l) => (g(), C(i(B), {
100
- value: n.value,
101
- style: y(e.$attrs.style),
102
- bordered: i(s) === "admin",
103
- mode: "tags",
104
- showArrow: !0,
105
- open: a.value,
106
- onDropdownVisibleChange: l[0] || (l[0] = (m) => a.value = m),
107
- onChange: t,
108
- maxTagCount: o.maxTagCount,
109
- placeholder: o.placeholder
110
- }, {
111
- suffixIcon: v(() => [
112
- w(S, {
113
- value: n.value,
114
- onSubmit: t,
115
- onOpenChange: c
116
- }, null, 8, ["value"])
117
- ]),
118
- _: 1
119
- }, 8, ["value", "style", "bordered", "open", "maxTagCount", "placeholder"]));
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
- P as default
133
+ O as default
124
134
  };
@@ -0,0 +1 @@
1
+ import '@aplus-frontend/ui-theme/src/ap-group-search/ap-extension-select.css';
@@ -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 t from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
- const o = {}, n = {
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
- }, i = /* @__PURE__ */ Q("g", null, [
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: "#BFBFBF",
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: "#BFBFBF",
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: "#BFBFBF",
32
+ fill: "currentcolor",
33
33
  "fill-opacity": "1"
34
34
  })
35
35
  ])
36
36
  ], -1), c = [
37
- i
37
+ r
38
38
  ];
39
- function r(d, f) {
39
+ function i(d, f) {
40
40
  return l(), e("svg", n, c);
41
41
  }
42
- const p = /* @__PURE__ */ t(o, [["render", r]]);
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">>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
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
  }, {}, {}>;