@aplus-frontend/ui 0.6.8 → 6.10.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.
Files changed (156) hide show
  1. package/es/index.mjs +187 -193
  2. package/es/src/ap-descriptions/formatter/index.d.ts +5 -0
  3. package/es/src/ap-descriptions/formatter/index.mjs +39 -38
  4. package/es/src/ap-descriptions/interface.d.ts +7 -1
  5. package/es/src/ap-field/rate/index.vue.d.ts +1 -1
  6. package/es/src/ap-form/interface.d.ts +6 -5
  7. package/es/src/ap-form/search-form/components/popover-filter.vue2.mjs +42 -36
  8. package/es/src/ap-form/search-form/hooks/use-collapse-input-count.d.ts +5 -0
  9. package/es/src/ap-form/search-form/hooks/use-collapse-input-count.mjs +39 -0
  10. package/es/src/ap-grid/hooks/use-row-selection.mjs +57 -62
  11. package/es/src/ap-grid/utils/renderer.mjs +9 -9
  12. package/es/src/business/ap-label/ApLabel.d.ts +1 -1
  13. package/es/src/business/ap-label/index.d.ts +3 -3
  14. package/es/src/business/ap-view/ap-view.vue.d.ts +1 -0
  15. package/es/src/business/ap-view/ap-view.vue2.mjs +122 -118
  16. package/es/src/business/ap-view/index.d.ts +3 -0
  17. package/es/src/business/ap-view/interface.d.ts +4 -0
  18. package/es/src/business/hooks/usePageListApGrid.mjs +23 -30
  19. package/es/src/business/index.d.ts +0 -1
  20. package/es/src/business/index.mjs +42 -46
  21. package/es/src/index.d.ts +0 -1
  22. package/es/src/index.mjs +274 -281
  23. package/es/src/locale/lang/en.mjs +0 -7
  24. package/es/src/locale/lang/zh-cn.mjs +0 -7
  25. package/es/src/path-map.mjs +0 -2
  26. package/es/src/version.d.ts +1 -1
  27. package/es/src/version.mjs +1 -1
  28. package/lib/index.js +1 -1
  29. package/lib/src/ap-descriptions/formatter/index.d.ts +5 -0
  30. package/lib/src/ap-descriptions/formatter/index.js +1 -1
  31. package/lib/src/ap-descriptions/interface.d.ts +7 -1
  32. package/lib/src/ap-field/rate/index.vue.d.ts +1 -1
  33. package/lib/src/ap-form/interface.d.ts +6 -5
  34. package/lib/src/ap-form/search-form/components/popover-filter.vue2.js +1 -1
  35. package/lib/src/ap-form/search-form/hooks/use-collapse-input-count.d.ts +5 -0
  36. package/lib/src/ap-form/search-form/hooks/use-collapse-input-count.js +1 -0
  37. package/lib/src/ap-grid/hooks/use-row-selection.js +1 -1
  38. package/lib/src/ap-grid/utils/renderer.js +1 -1
  39. package/lib/src/business/ap-label/ApLabel.d.ts +1 -1
  40. package/lib/src/business/ap-label/index.d.ts +3 -3
  41. package/lib/src/business/ap-view/ap-view.vue.d.ts +1 -0
  42. package/lib/src/business/ap-view/ap-view.vue2.js +1 -1
  43. package/lib/src/business/ap-view/index.d.ts +3 -0
  44. package/lib/src/business/ap-view/interface.d.ts +4 -0
  45. package/lib/src/business/hooks/usePageListApGrid.js +1 -1
  46. package/lib/src/business/index.d.ts +0 -1
  47. package/lib/src/business/index.js +1 -1
  48. package/lib/src/index.d.ts +0 -1
  49. package/lib/src/index.js +1 -1
  50. package/lib/src/locale/lang/en.js +1 -1
  51. package/lib/src/locale/lang/zh-cn.js +1 -1
  52. package/lib/src/path-map.js +1 -1
  53. package/lib/src/version.d.ts +1 -1
  54. package/lib/src/version.js +1 -1
  55. package/package.json +5 -10
  56. package/theme/ap-form/index.css +16 -0
  57. package/theme/ap-form/search-form.css +16 -0
  58. package/theme/ap-form/search-form.less +16 -0
  59. package/theme/ap-grid/index.css +24 -0
  60. package/theme/ap-grid/index.less +8 -0
  61. package/theme/ap-table/ap-table.css +16 -0
  62. package/theme/ap-table-modal/index.css +16 -0
  63. package/theme/editable-table/index.css +16 -0
  64. package/theme/index.css +24 -0
  65. package/es/src/ap-info-layout/ApInfoLayout.vue.d.ts +0 -73
  66. package/es/src/ap-info-layout/ApInfoLayout.vue.mjs +0 -46
  67. package/es/src/ap-info-layout/ApInfoLayout.vue2.mjs +0 -4
  68. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -29
  69. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.mjs +0 -4
  70. package/es/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.mjs +0 -41
  71. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -30
  72. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.mjs +0 -4
  73. package/es/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.mjs +0 -71
  74. package/es/src/ap-info-layout/index.d.ts +0 -3
  75. package/es/src/ap-info-layout/index.mjs +0 -2
  76. package/es/src/ap-info-layout/interface.d.ts +0 -10
  77. package/es/src/ap-info-layout/interface.mjs +0 -1
  78. package/es/src/ap-info-layout/style/css.d.ts +0 -0
  79. package/es/src/ap-info-layout/style/css.js +0 -1
  80. package/es/src/ap-info-layout/style/index.d.ts +0 -0
  81. package/es/src/ap-info-layout/style/index.js +0 -1
  82. package/es/src/business/ap-group-search/ap-group-search.vue.d.ts +0 -35
  83. package/es/src/business/ap-group-search/ap-group-search.vue.mjs +0 -4
  84. package/es/src/business/ap-group-search/ap-group-search.vue2.mjs +0 -202
  85. package/es/src/business/ap-group-search/extension-select/index.vue.d.ts +0 -14
  86. package/es/src/business/ap-group-search/extension-select/index.vue.mjs +0 -4
  87. package/es/src/business/ap-group-search/extension-select/index.vue2.mjs +0 -135
  88. package/es/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
  89. package/es/src/business/ap-group-search/extension-select/style/css.js +0 -1
  90. package/es/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
  91. package/es/src/business/ap-group-search/extension-select/style/index.js +0 -1
  92. package/es/src/business/ap-group-search/images/icon-down.vue.d.ts +0 -3
  93. package/es/src/business/ap-group-search/images/icon-down.vue.mjs +0 -28
  94. package/es/src/business/ap-group-search/images/icon-line-select.vue.d.ts +0 -3
  95. package/es/src/business/ap-group-search/images/icon-line-select.vue.mjs +0 -45
  96. package/es/src/business/ap-group-search/index.d.ts +0 -1536
  97. package/es/src/business/ap-group-search/index.mjs +0 -14
  98. package/es/src/business/ap-group-search/interface.d.ts +0 -11
  99. package/es/src/business/ap-group-search/interface.mjs +0 -1
  100. package/es/src/business/ap-group-search/popover-select/index.vue.d.ts +0 -424
  101. package/es/src/business/ap-group-search/popover-select/index.vue.mjs +0 -4
  102. package/es/src/business/ap-group-search/popover-select/index.vue2.mjs +0 -193
  103. package/es/src/business/ap-group-search/popover-select/style/css.d.ts +0 -0
  104. package/es/src/business/ap-group-search/popover-select/style/css.js +0 -1
  105. package/es/src/business/ap-group-search/popover-select/style/index.d.ts +0 -0
  106. package/es/src/business/ap-group-search/popover-select/style/index.js +0 -1
  107. package/es/src/business/ap-group-search/style/css.d.ts +0 -0
  108. package/es/src/business/ap-group-search/style/css.js +0 -1
  109. package/es/src/business/ap-group-search/style/index.d.ts +0 -0
  110. package/es/src/business/ap-group-search/style/index.js +0 -1
  111. package/lib/src/ap-info-layout/ApInfoLayout.vue.d.ts +0 -73
  112. package/lib/src/ap-info-layout/ApInfoLayout.vue.js +0 -1
  113. package/lib/src/ap-info-layout/ApInfoLayout.vue2.js +0 -1
  114. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.d.ts +0 -29
  115. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue.js +0 -1
  116. package/lib/src/ap-info-layout/ap-info-layout-admin/ApInfoLayoutAdmin.vue2.js +0 -1
  117. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.d.ts +0 -30
  118. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue.js +0 -1
  119. package/lib/src/ap-info-layout/ap-info-layout-aplus/ap-info-layout.vue2.js +0 -1
  120. package/lib/src/ap-info-layout/index.d.ts +0 -3
  121. package/lib/src/ap-info-layout/index.js +0 -1
  122. package/lib/src/ap-info-layout/interface.d.ts +0 -10
  123. package/lib/src/ap-info-layout/interface.js +0 -1
  124. package/lib/src/ap-info-layout/style/css.cjs +0 -1
  125. package/lib/src/ap-info-layout/style/css.d.ts +0 -0
  126. package/lib/src/ap-info-layout/style/index.cjs +0 -1
  127. package/lib/src/ap-info-layout/style/index.d.ts +0 -0
  128. package/lib/src/business/ap-group-search/ap-group-search.vue.d.ts +0 -35
  129. package/lib/src/business/ap-group-search/ap-group-search.vue.js +0 -1
  130. package/lib/src/business/ap-group-search/ap-group-search.vue2.js +0 -1
  131. package/lib/src/business/ap-group-search/extension-select/index.vue.d.ts +0 -14
  132. package/lib/src/business/ap-group-search/extension-select/index.vue.js +0 -1
  133. package/lib/src/business/ap-group-search/extension-select/index.vue2.js +0 -1
  134. package/lib/src/business/ap-group-search/extension-select/style/css.cjs +0 -1
  135. package/lib/src/business/ap-group-search/extension-select/style/css.d.ts +0 -0
  136. package/lib/src/business/ap-group-search/extension-select/style/index.cjs +0 -1
  137. package/lib/src/business/ap-group-search/extension-select/style/index.d.ts +0 -0
  138. package/lib/src/business/ap-group-search/images/icon-down.vue.d.ts +0 -3
  139. package/lib/src/business/ap-group-search/images/icon-down.vue.js +0 -1
  140. package/lib/src/business/ap-group-search/images/icon-line-select.vue.d.ts +0 -3
  141. package/lib/src/business/ap-group-search/images/icon-line-select.vue.js +0 -1
  142. package/lib/src/business/ap-group-search/index.d.ts +0 -1536
  143. package/lib/src/business/ap-group-search/index.js +0 -1
  144. package/lib/src/business/ap-group-search/interface.d.ts +0 -11
  145. package/lib/src/business/ap-group-search/interface.js +0 -1
  146. package/lib/src/business/ap-group-search/popover-select/index.vue.d.ts +0 -424
  147. package/lib/src/business/ap-group-search/popover-select/index.vue.js +0 -1
  148. package/lib/src/business/ap-group-search/popover-select/index.vue2.js +0 -2
  149. package/lib/src/business/ap-group-search/popover-select/style/css.cjs +0 -1
  150. package/lib/src/business/ap-group-search/popover-select/style/css.d.ts +0 -0
  151. package/lib/src/business/ap-group-search/popover-select/style/index.cjs +0 -1
  152. package/lib/src/business/ap-group-search/popover-select/style/index.d.ts +0 -0
  153. package/lib/src/business/ap-group-search/style/css.cjs +0 -1
  154. package/lib/src/business/ap-group-search/style/css.d.ts +0 -0
  155. package/lib/src/business/ap-group-search/style/index.cjs +0 -1
  156. package/lib/src/business/ap-group-search/style/index.d.ts +0 -0
@@ -1,202 +0,0 @@
1
- import { defineComponent as P, ref as M, computed as c, onMounted as N, watch as O, unref as t, resolveComponent as R, createElementBlock as D, openBlock as C, normalizeClass as d, createVNode as p, withCtx as w, createBlock as K, createCommentVNode as F, renderSlot as T, normalizeStyle 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
- import "./extension-select/index.vue.mjs";
5
- import { useControllableValue as z } from "../../hooks/useControllableValue.mjs";
6
- import "../../config-provider/index.mjs";
7
- import { useLocale as H } from "../../config-provider/hooks/use-locale.mjs";
8
- import { useGlobalConfig as U } from "../../config-provider/hooks/use-global-config.mjs";
9
- import { useNamespace as W } from "../../config-provider/hooks/use-namespace.mjs";
10
- import Y from "./extension-select/index.vue2.mjs";
11
- const m = "GROUP_SEARCH_ALL", ne = /* @__PURE__ */ P({
12
- __name: "ap-group-search",
13
- props: {
14
- value: {},
15
- defaultValue: {},
16
- notFoundContent: {},
17
- suffixIcon: {},
18
- itemIcon: {},
19
- size: {},
20
- mode: {},
21
- bordered: { type: Boolean },
22
- transitionName: {},
23
- choiceTransitionName: {},
24
- popupClassName: {},
25
- dropdownClassName: {},
26
- placement: {},
27
- status: {},
28
- "onUpdate:value": {},
29
- children: {},
30
- listHeight: {},
31
- onMouseenter: {},
32
- onMouseleave: {},
33
- tabindex: {},
34
- onClick: {},
35
- onFocus: {},
36
- onBlur: {},
37
- onChange: {},
38
- onKeydown: {},
39
- onKeyup: {},
40
- onMousedown: {},
41
- onSelect: {},
42
- open: { type: Boolean },
43
- animation: {},
44
- direction: {},
45
- disabled: { type: Boolean },
46
- prefixCls: {},
47
- id: {},
48
- autofocus: { type: Boolean },
49
- getPopupContainer: {},
50
- virtual: { type: Boolean },
51
- dropdownMatchSelectWidth: { default: !1 },
52
- options: {},
53
- showAction: {},
54
- onDeselect: {},
55
- loading: { type: Boolean },
56
- placeholder: {},
57
- clearIcon: {},
58
- allowClear: { type: Boolean },
59
- onSearch: {},
60
- fieldNames: {},
61
- dropdownStyle: {},
62
- dropdownRender: {},
63
- dropdownAlign: {},
64
- showSearch: { type: Boolean },
65
- searchValue: {},
66
- onInputKeyDown: {},
67
- removeIcon: {},
68
- maxTagCount: {},
69
- maxTagTextLength: {},
70
- maxTagPlaceholder: {},
71
- tokenSeparators: {},
72
- tagRender: {},
73
- optionLabelRender: {},
74
- onClear: {},
75
- defaultOpen: { type: Boolean },
76
- onDropdownVisibleChange: {},
77
- showArrow: { type: Boolean },
78
- onPopupScroll: {},
79
- menuItemSelectedIcon: {},
80
- listItemHeight: {},
81
- inputValue: {},
82
- autoClearSearchValue: { type: Boolean },
83
- filterOption: {},
84
- filterSort: {},
85
- optionFilterProp: {},
86
- optionLabelProp: {},
87
- defaultActiveFirstOption: { type: Boolean },
88
- onClickOption: {},
89
- labelInValue: { type: Boolean },
90
- hasAll: { type: Boolean, default: !0 },
91
- style: {}
92
- },
93
- emits: ["update:value"],
94
- setup(S, { emit: _ }) {
95
- const { t: h } = H(), f = U("uiMode", "aplus"), y = M(), l = S, B = c(() => ({
96
- width: "auto",
97
- ...l.style
98
- })), b = _, { value: a, updateValue: u } = z(l, b), A = (e) => {
99
- let o = e;
100
- e === m ? o = l.options.map((n) => n.value) : o = toString.call(o) === "[object Array]" ? e : [e], u({
101
- ...a.value,
102
- key: o
103
- });
104
- }, k = c(() => {
105
- let e = [];
106
- return l.hasAll && (e = [
107
- { value: m, label: h("ap.apGroupSearch.all") }
108
- ]), [...e, ...l.options];
109
- }), x = c(() => {
110
- var s, i;
111
- 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");
112
- 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;
113
- });
114
- N(() => {
115
- O(
116
- () => {
117
- var e;
118
- return [l.hasAll, (e = t(a)) == null ? void 0 : e.key];
119
- },
120
- () => {
121
- var e, o;
122
- l.hasAll && !((e = t(a)) != null && e.key) && u({
123
- ...t(a),
124
- key: (o = l.options) == null ? void 0 : o.map((n) => n.value)
125
- });
126
- },
127
- {
128
- immediate: !0
129
- }
130
- );
131
- });
132
- const V = c(() => {
133
- var o, n;
134
- const e = (o = t(a)) == null ? void 0 : o.key;
135
- if (e)
136
- 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;
137
- }), v = (e) => {
138
- var o;
139
- e !== ((o = t(a)) == null ? void 0 : o.value) && u({
140
- ...a.value,
141
- value: e
142
- });
143
- }, { b: I, e: g, em: L } = W("ap-group-search");
144
- return (e, o) => {
145
- const n = R("Divider");
146
- return C(), D("div", {
147
- ref_key: "containerRef",
148
- ref: y,
149
- class: d(t(I)())
150
- }, [
151
- p(t(j), null, {
152
- default: w(() => {
153
- var s, i;
154
- return [
155
- p(t(E), {
156
- value: V.value,
157
- style: $(B.value),
158
- class: d(`${e.$attrs.class} ${t(f) === "admin" ? t(L)("search", "admin") : t(g)("search")}`),
159
- options: k.value,
160
- bordered: !1,
161
- "dropdown-match-select-width": l.dropdownMatchSelectWidth,
162
- onChange: A
163
- }, {
164
- suffixIcon: w(() => [
165
- p(G)
166
- ]),
167
- _: 1
168
- }, 8, ["value", "style", "class", "options", "dropdown-match-select-width"]),
169
- t(f) === "aplus" ? (C(), K(n, {
170
- key: 0,
171
- class: d(t(g)("divider")),
172
- type: "vertical",
173
- style: {}
174
- }, null, 8, ["class"])) : F("", !0),
175
- T(e.$slots, "search", {
176
- key: (s = t(a)) == null ? void 0 : s.key,
177
- value: (i = t(a)) == null ? void 0 : i.value,
178
- change: v
179
- }, () => {
180
- var r;
181
- return [
182
- p(Y, {
183
- style: { width: "100%" },
184
- "max-tag-count": "responsive",
185
- value: (r = t(a)) == null ? void 0 : r.value,
186
- placeholder: x.value,
187
- "__parent-ref": y.value,
188
- onChange: v
189
- }, null, 8, ["value", "placeholder", "__parent-ref"])
190
- ];
191
- })
192
- ];
193
- }),
194
- _: 3
195
- })
196
- ], 2);
197
- };
198
- }
199
- });
200
- export {
201
- ne as default
202
- };
@@ -1,14 +0,0 @@
1
- import { SelectProps } from '@aplus-frontend/antdv';
2
- import { SelectValue } from '@aplus-frontend/antdv/es/select';
3
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
4
- type __VLS_Props = Omit<SelectProps, 'mode' | 'suffixIcon'> & {
5
- __parentRef?: HTMLElement;
6
- };
7
- declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
8
- change: (value: SelectValue) => any;
9
- }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
10
- onChange?: ((value: SelectValue) => any) | undefined;
11
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
12
- containerRef: HTMLDivElement;
13
- }, HTMLDivElement>;
14
- export default _default;
@@ -1,4 +0,0 @@
1
- import f from "./index.vue2.mjs";
2
- export {
3
- f as default
4
- };
@@ -1,135 +0,0 @@
1
- import { defineComponent as C, ref as a, computed as y, watch as w, createElementBlock as B, openBlock as _, createVNode as s, unref as l, normalizeStyle as x, normalizeClass as b, withCtx as S } from "vue";
2
- import { Select as I } from "@aplus-frontend/antdv";
3
- import "../popover-select/index.vue.mjs";
4
- import "../../../config-provider/index.mjs";
5
- import { useGlobalConfig as R } from "../../../config-provider/hooks/use-global-config.mjs";
6
- import { useNamespace as V } from "../../../config-provider/hooks/use-namespace.mjs";
7
- import N from "../popover-select/index.vue2.mjs";
8
- const F = /* @__PURE__ */ C({
9
- __name: "index",
10
- props: {
11
- value: {},
12
- defaultValue: {},
13
- notFoundContent: {},
14
- itemIcon: {},
15
- size: {},
16
- bordered: { type: Boolean },
17
- transitionName: {},
18
- choiceTransitionName: {},
19
- popupClassName: {},
20
- dropdownClassName: {},
21
- placement: {},
22
- status: {},
23
- "onUpdate:value": {},
24
- children: {},
25
- listHeight: {},
26
- onMouseenter: {},
27
- onMouseleave: {},
28
- tabindex: {},
29
- onClick: {},
30
- onFocus: {},
31
- onBlur: {},
32
- onChange: {},
33
- onKeydown: {},
34
- onKeyup: {},
35
- onMousedown: {},
36
- onSelect: {},
37
- open: { type: Boolean },
38
- animation: {},
39
- direction: {},
40
- disabled: { type: Boolean },
41
- prefixCls: {},
42
- id: {},
43
- autofocus: { type: Boolean },
44
- getPopupContainer: {},
45
- virtual: { type: Boolean },
46
- dropdownMatchSelectWidth: {},
47
- options: {},
48
- showAction: {},
49
- onDeselect: {},
50
- loading: { type: Boolean },
51
- placeholder: {},
52
- clearIcon: {},
53
- allowClear: { type: Boolean },
54
- onSearch: {},
55
- fieldNames: {},
56
- dropdownStyle: {},
57
- dropdownRender: {},
58
- dropdownAlign: {},
59
- showSearch: { type: Boolean },
60
- searchValue: {},
61
- onInputKeyDown: {},
62
- removeIcon: {},
63
- maxTagCount: {},
64
- maxTagTextLength: {},
65
- maxTagPlaceholder: {},
66
- tokenSeparators: {},
67
- tagRender: {},
68
- optionLabelRender: {},
69
- onClear: {},
70
- defaultOpen: { type: Boolean },
71
- onDropdownVisibleChange: {},
72
- showArrow: { type: Boolean },
73
- onPopupScroll: {},
74
- menuItemSelectedIcon: {},
75
- listItemHeight: {},
76
- inputValue: {},
77
- autoClearSearchValue: { type: Boolean },
78
- filterOption: {},
79
- filterSort: {},
80
- optionFilterProp: {},
81
- optionLabelProp: {},
82
- defaultActiveFirstOption: { type: Boolean },
83
- onClickOption: {},
84
- labelInValue: { type: Boolean },
85
- __parentRef: {}
86
- },
87
- emits: ["change"],
88
- setup(u, { emit: c }) {
89
- const d = R("uiMode", "aplus"), o = u, r = a(), n = a(), t = a(!1), m = y(() => o.__parentRef || r.value), f = c, h = (e) => {
90
- e && (t.value = !1);
91
- };
92
- w(
93
- () => o.value,
94
- () => {
95
- n.value = o.value;
96
- },
97
- { immediate: !0 }
98
- );
99
- const p = (e) => {
100
- n.value = e, f("change", e);
101
- }, { b: g } = V("ap-extension-select");
102
- return (e, i) => (_(), B("div", {
103
- ref_key: "containerRef",
104
- ref: r
105
- }, [
106
- s(l(I), {
107
- class: b(l(g)()),
108
- value: n.value,
109
- style: x(e.$attrs.style),
110
- bordered: l(d) === "admin",
111
- mode: "tags",
112
- "show-arrow": !0,
113
- "not-found-content": !0,
114
- open: t.value,
115
- "max-tag-count": o.maxTagCount,
116
- placeholder: o.placeholder,
117
- onDropdownVisibleChange: i[0] || (i[0] = (v) => t.value = v),
118
- onChange: p
119
- }, {
120
- suffixIcon: S(() => [
121
- s(N, {
122
- value: n.value,
123
- "__parent-ref": m.value,
124
- onSubmit: p,
125
- onOpenChange: h
126
- }, null, 8, ["value", "__parent-ref"])
127
- ]),
128
- _: 1
129
- }, 8, ["class", "value", "style", "bordered", "open", "max-tag-count", "placeholder"])
130
- ], 512));
131
- }
132
- });
133
- export {
134
- F as default
135
- };
@@ -1 +0,0 @@
1
- import '@aplus-frontend/ui/theme/ap-group-search/ap-extension-select.css';
@@ -1 +0,0 @@
1
- import '@aplus-frontend/ui/theme/ap-group-search/ap-extension-select.less';
@@ -1,3 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
- export default _default;
@@ -1,28 +0,0 @@
1
- import { createElementBlock as n, openBlock as e, createElementVNode as o } from "vue";
2
- import l from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
- const r = {}, i = {
4
- xmlns: "http://www.w3.org/2000/svg",
5
- "xmlns:xlink": "http://www.w3.org/1999/xlink",
6
- fill: "none",
7
- version: "1.1",
8
- width: "16",
9
- height: "16",
10
- viewBox: "0 0 16 16"
11
- };
12
- function c(s, t) {
13
- return e(), n("svg", i, t[0] || (t[0] = [
14
- o("g", null, [
15
- o("g", null, [
16
- o("path", {
17
- d: "M5.248374744964599,6C4.7452713449646,6,4.465567744964599,6.581959,4.7798537449645995,6.974817L7.5314787449646,10.414349999999999C7.7716787449646,10.714590000000001,8.2283287449646,10.714590000000001,8.4685187449646,10.414349999999999L11.2201487449646,6.974817C11.5344287449646,6.581959,11.254728744964599,6,10.751628744964599,6L5.248374744964599,6Z",
18
- fill: "currentcolor",
19
- "fill-opacity": "1"
20
- })
21
- ])
22
- ], -1)
23
- ]));
24
- }
25
- const m = /* @__PURE__ */ l(r, [["render", c]]);
26
- export {
27
- m as default
28
- };
@@ -1,3 +0,0 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
3
- export default _default;
@@ -1,45 +0,0 @@
1
- import { createElementBlock as e, openBlock as o, createElementVNode as Q } from "vue";
2
- import t from "../../../../_virtual/_plugin-vue_export-helper.mjs";
3
- const n = {}, r = {
4
- xmlns: "http://www.w3.org/2000/svg",
5
- "xmlns:xlink": "http://www.w3.org/1999/xlink",
6
- fill: "none",
7
- version: "1.1",
8
- width: "16",
9
- height: "16",
10
- viewBox: "0 0 16 16"
11
- };
12
- function i(c, l) {
13
- return o(), e("svg", r, l[0] || (l[0] = [
14
- Q("g", null, [
15
- Q("g", null, [
16
- Q("path", {
17
- 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",
18
- "fill-rule": "evenodd",
19
- fill: "currentcolor",
20
- "fill-opacity": "1"
21
- })
22
- ]),
23
- Q("g", null, [
24
- Q("path", {
25
- 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",
26
- "fill-rule": "evenodd",
27
- fill: "currentcolor",
28
- "fill-opacity": "1"
29
- })
30
- ]),
31
- Q("g", null, [
32
- Q("path", {
33
- 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",
34
- "fill-rule": "evenodd",
35
- fill: "currentcolor",
36
- "fill-opacity": "1"
37
- })
38
- ])
39
- ], -1)
40
- ]));
41
- }
42
- const p = /* @__PURE__ */ t(n, [["render", i]]);
43
- export {
44
- p as default
45
- };