yahee-components 0.0.13 → 0.0.15

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.
@@ -1,6 +1,6 @@
1
- import { defineComponent as Q, toRefs as W, ref as n, openBlock as r, createBlock as p, unref as e, withCtx as o, createElementVNode as b, createVNode as t, withKeys as X, createElementBlock as v, Fragment as E, renderList as k, createTextVNode as i, toDisplayString as m, createCommentVNode as w } from "vue";
2
- import h from "../node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/lodash.js";
3
- import { ElConfigProvider as Y, ElInput as x, ElSelect as F, ElOption as B, ElIcon as j, ElCheckbox as G, ElLink as J, ElDialog as Z, ElButton as P, ElForm as $, ElRow as T, ElFormItem as _, ElMessage as ee } from "element-plus";
1
+ import { defineComponent as oe, toRefs as re, ref as c, reactive as se, openBlock as s, createBlock as p, unref as e, withCtx as a, createElementVNode as C, createVNode as o, withKeys as ne, createElementBlock as _, Fragment as P, renderList as I, createCommentVNode as E, createTextVNode as g, toDisplayString as v } from "vue";
2
+ import y from "../node_modules/.pnpm/lodash@4.17.21/node_modules/lodash/lodash.js";
3
+ import { ElConfigProvider as ue, ElInput as K, ElSelect as U, ElOption as L, ElIcon as ie, ElCheckbox as ce, ElLink as de, ElDialog as pe, ElButton as N, ElForm as me, ElRow as b, ElFormItem as R } from "element-plus";
4
4
  import "element-plus/theme-chalk/src/base.scss";
5
5
  import "element-plus/theme-chalk/src/input.scss";
6
6
  import "element-plus/theme-chalk/src/checkbox.scss";
@@ -18,178 +18,212 @@ import "element-plus/theme-chalk/src/row.scss";
18
18
  import "element-plus/theme-chalk/src/button.scss";
19
19
  import "element-plus/theme-chalk/src/link.scss";
20
20
  import "element-plus/theme-chalk/src/config-provider.scss";
21
- import "element-plus/theme-chalk/src/badge.scss";
22
- import "element-plus/theme-chalk/src/message.scss";
23
- import { Search as le } from "@element-plus/icons-vue";
24
- import ae from "../node_modules/.pnpm/element-plus@2.8.3_vue@3.5.12_typescript@5.6.2_/node_modules/element-plus/es/locale/lang/zh-cn.js";
25
- const oe = { class: "yahee-comporehensive-search" }, te = {
26
- key: 0,
27
- class: "search-type-checkbox"
28
- }, re = { class: "dialog-footer" }, Te = /* @__PURE__ */ Q({
21
+ import { Search as he } from "@element-plus/icons-vue";
22
+ import fe from "../node_modules/.pnpm/element-plus@2.8.3_vue@3.5.12_typescript@5.6.2_/node_modules/element-plus/es/locale/lang/zh-cn.js";
23
+ const ve = { class: "yahee-comporehensive-search" }, ye = { class: "search-type-checkbox" }, Ce = { class: "dialog-footer" }, De = /* @__PURE__ */ oe({
29
24
  name: "YaheeComprehensiveSearch",
30
25
  __name: "comprehensive-search",
31
26
  props: {
32
- dealSearch: { type: Function, default: h.noop },
33
- confirmSearch: { type: Function, default: h.noop },
34
- pasteFormat: { type: Function, default: h.noop },
35
- isInSearchChange: { type: Function, default: h.noop },
27
+ dealSearch: { type: Function, default: y.noop },
28
+ pasteFormat: { type: Function, default: y.noop },
36
29
  defaultSearch: { default: "" },
37
30
  options: { default: () => [] },
38
31
  placeholderText: { default: "" },
39
32
  showPatchSearch: { type: Boolean, default: !1 },
40
- showPatchCheckbox: { type: Boolean }
33
+ showWithinFilterCheckbox: { type: Boolean, default: !1 },
34
+ specialOptions: { default: () => [] },
35
+ normalOptions: { default: () => [] },
36
+ showSelect: { type: Boolean, default: !1 }
41
37
  },
42
- setup(I) {
43
- const U = ae, L = I, {
44
- dealSearch: y,
45
- defaultSearch: z,
46
- pasteFormat: C,
47
- confirmSearch: N,
48
- isInSearchChange: R,
49
- options: g,
50
- showPatchSearch: D,
51
- showPatchCheckbox: q
52
- } = W(L), d = n(z.value), s = n(""), S = n(!1), H = n(!1), c = n(!1), u = n({ searchType: "WHOLE_SEARCH", searchContent: "" }), K = {
38
+ emits: ["filterChange"],
39
+ setup(W, { emit: z }) {
40
+ const D = fe, m = z, q = W, {
41
+ dealSearch: H,
42
+ defaultSearch: A,
43
+ pasteFormat: w,
44
+ options: F,
45
+ showPatchSearch: J,
46
+ specialOptions: x,
47
+ showWithinFilterCheckbox: X,
48
+ placeholderText: Y,
49
+ normalOptions: $,
50
+ showSelect: j
51
+ } = re(q), S = c(A.value), d = c(""), h = c(!1), V = c(!1), f = c(!1), B = c(null), n = c({ searchType: "WHOLE_SEARCH", searchContent: "" }), r = se({}), G = {
53
52
  selectedSearchType: [{ required: !0, message: "请输入查询类型", trigger: "blur" }],
54
53
  searchContent: [{ required: !0, message: "请输入查询内容", trigger: "blur" }]
54
+ }, M = () => {
55
+ f.value = !0;
56
+ }, O = () => {
57
+ f.value = !1;
58
+ }, Q = () => {
59
+ h.value || (delete r.putSearch, m("filterChange", r));
60
+ }, Z = () => r, k = () => {
61
+ d.value ? le() : m("filterChange", Z());
62
+ }, ee = (u, l) => {
63
+ const t = { ...u };
64
+ return y.map(x.value, (i) => i.key).includes(l.filterKey) ? x.value.forEach((i) => delete t[i.key]) : delete t[l.filterKey], t;
55
65
  };
56
- function O() {
57
- c.value = !0;
66
+ function T(u) {
67
+ console.log("displayFilter filterChange start", u, r), y.forEach(u, (l) => {
68
+ ee(r, l);
69
+ const { checkedValues: t, filterKey: i } = l;
70
+ y.isEmpty(t) || ($.value.includes(i) ? r[i] = t[0] : r[i] = t);
71
+ }), m("filterChange", r), console.log(`searchItem - ${JSON.stringify(r)}`), console.log("displayFilter filterChange end");
58
72
  }
59
- function V() {
60
- c.value = !1;
61
- }
62
- const f = () => {
63
- if (!s.value) {
64
- ee.warning("请输入搜索关键字");
65
- return;
66
- }
67
- y.value(d.value, s.value);
68
- }, A = () => {
69
- y.value(d.value, s.value);
73
+ const le = () => {
74
+ h.value ? T([
75
+ {
76
+ filterKey: "simpleSearch",
77
+ checkedValues: d.value
78
+ }
79
+ ]) : m("filterChange", {
80
+ simpleSearch: d.value
81
+ });
82
+ }, te = () => {
83
+ H.value(S.value, d.value);
84
+ }, ae = () => {
85
+ B.value.validate((u) => {
86
+ u && (V.value = !0, h.value ? T([
87
+ {
88
+ filterKey: "putSearch",
89
+ checkedValues: n.value.searchContent
90
+ }
91
+ ]) : m("filterChange", {
92
+ putSearch: n.value.searchContent
93
+ }), f.value = !1, V.value = !1);
94
+ });
70
95
  };
71
- return (M, l) => (r(), p(e(Y), { locale: e(U) }, {
72
- default: o(() => [
73
- b("div", oe, [
74
- t(e(x), {
75
- modelValue: s.value,
76
- "onUpdate:modelValue": l[1] || (l[1] = (a) => s.value = a),
77
- placeholder: M.placeholderText,
96
+ return (u, l) => (s(), p(e(ue), { locale: e(D) }, {
97
+ default: a(() => [
98
+ C("div", ve, [
99
+ o(e(K), {
100
+ modelValue: d.value,
101
+ "onUpdate:modelValue": l[1] || (l[1] = (t) => d.value = t),
102
+ placeholder: e(Y),
78
103
  class: "input-with-select",
79
104
  clearable: "",
80
105
  maxlength: "30",
81
- onChange: f,
82
- onKeyup: X(f, ["enter"]),
83
- onPaste: e(C),
84
- onClear: A
106
+ onChange: k,
107
+ onKeyup: ne(k, ["enter"]),
108
+ onPaste: e(w),
109
+ onClear: te
85
110
  }, {
86
- prepend: o(() => [
87
- t(e(F), {
88
- modelValue: d.value,
89
- "onUpdate:modelValue": l[0] || (l[0] = (a) => d.value = a),
111
+ prepend: a(() => [
112
+ e(j) ? (s(), p(e(U), {
113
+ key: 0,
114
+ modelValue: S.value,
115
+ "onUpdate:modelValue": l[0] || (l[0] = (t) => S.value = t),
90
116
  size: "small",
91
117
  class: "custom-select"
92
118
  }, {
93
- default: o(() => [
94
- (r(!0), v(E, null, k(e(g), (a) => (r(), p(e(B), {
95
- key: a.label,
96
- label: a.label,
97
- value: a.value
119
+ default: a(() => [
120
+ (s(!0), _(P, null, I(e(F), (t) => (s(), p(e(L), {
121
+ key: t.label,
122
+ label: t.label,
123
+ value: t.value
98
124
  }, null, 8, ["label", "value"]))), 128))
99
125
  ]),
100
126
  _: 1
101
- }, 8, ["modelValue"])
127
+ }, 8, ["modelValue"])) : E("", !0)
102
128
  ]),
103
- append: o(() => [
104
- t(e(j), {
129
+ append: a(() => [
130
+ o(e(ie), {
105
131
  size: "12",
106
132
  color: "#3366cc",
107
133
  style: { cursor: "pointer" },
108
134
  class: "icon-cusor",
109
- onClick: f
135
+ onClick: k
110
136
  }, {
111
- default: o(() => [
112
- t(e(le))
137
+ default: a(() => [
138
+ o(e(he))
113
139
  ]),
114
140
  _: 1
115
141
  })
116
142
  ]),
117
143
  _: 1
118
144
  }, 8, ["modelValue", "placeholder", "onPaste"]),
119
- e(q) ? (r(), v("div", te, [
120
- t(e(G), {
121
- modelValue: S.value,
122
- "onUpdate:modelValue": l[2] || (l[2] = (a) => S.value = a),
123
- onChange: e(R)
145
+ C("div", ye, [
146
+ e(X) ? (s(), p(e(ce), {
147
+ key: 0,
148
+ modelValue: h.value,
149
+ "onUpdate:modelValue": l[2] || (l[2] = (t) => h.value = t),
150
+ onChange: Q
124
151
  }, {
125
- default: o(() => l[6] || (l[6] = [
126
- i(m("在筛选条件内查询"))
152
+ default: a(() => l[6] || (l[6] = [
153
+ g(v("在筛选条件内查询"))
127
154
  ])),
128
155
  _: 1
129
- }, 8, ["modelValue", "onChange"]),
130
- e(D) ? (r(), p(e(J), {
131
- key: 0,
156
+ }, 8, ["modelValue"])) : E("", !0),
157
+ e(J) ? (s(), p(e(de), {
158
+ key: 1,
132
159
  type: "primary",
133
- onClick: O
160
+ onClick: M
134
161
  }, {
135
- default: o(() => l[7] || (l[7] = [
136
- i(m("批量查询"))
162
+ default: a(() => l[7] || (l[7] = [
163
+ g(v("批量查询"))
137
164
  ])),
138
165
  _: 1
139
- })) : w("", !0)
140
- ])) : w("", !0)
166
+ })) : E("", !0)
167
+ ])
141
168
  ]),
142
- t(e(Z), {
143
- modelValue: c.value,
144
- "onUpdate:modelValue": l[5] || (l[5] = (a) => c.value = a),
169
+ o(e(pe), {
170
+ modelValue: f.value,
171
+ "onUpdate:modelValue": l[5] || (l[5] = (t) => f.value = t),
145
172
  title: "批量查询",
146
173
  width: "30%",
147
- "before-close": V,
174
+ "before-close": O,
148
175
  "append-to-body": !0,
149
176
  draggable: ""
150
177
  }, {
151
- footer: o(() => [
152
- b("div", re, [
153
- t(e(P), {
178
+ footer: a(() => [
179
+ C("div", Ce, [
180
+ o(e(N), {
154
181
  type: "primary",
155
- loading: H.value,
156
- onClick: e(N)
182
+ loading: V.value,
183
+ onClick: ae
157
184
  }, {
158
- default: o(() => l[8] || (l[8] = [
159
- i(m("确认"))
185
+ default: a(() => l[9] || (l[9] = [
186
+ g(v("确认"))
160
187
  ])),
161
188
  _: 1
162
- }, 8, ["loading", "onClick"]),
163
- t(e(P), { onClick: V }, {
164
- default: o(() => l[9] || (l[9] = [
165
- i(m("关闭"))
189
+ }, 8, ["loading"]),
190
+ o(e(N), { onClick: O }, {
191
+ default: a(() => l[10] || (l[10] = [
192
+ g(v("关闭"))
166
193
  ])),
167
194
  _: 1
168
195
  })
169
196
  ])
170
197
  ]),
171
- default: o(() => [
172
- t(e($), {
173
- ref: "batchSearchFormRef",
174
- model: u.value,
175
- rules: K
198
+ default: a(() => [
199
+ o(e(me), {
200
+ ref_key: "batchSearchFormRef",
201
+ ref: B,
202
+ model: n.value,
203
+ rules: G
176
204
  }, {
177
- default: o(() => [
178
- t(e(T), { class: "row-class" }, {
179
- default: o(() => [
180
- t(e(_), { prop: "searchType" }, {
181
- default: o(() => [
182
- t(e(F), {
183
- modelValue: u.value.searchType,
184
- "onUpdate:modelValue": l[3] || (l[3] = (a) => u.value.searchType = a),
205
+ default: a(() => [
206
+ o(e(b), { class: "row-class" }, {
207
+ default: a(() => l[8] || (l[8] = [
208
+ C("span", null, v("综合搜索"), -1)
209
+ ])),
210
+ _: 1
211
+ }),
212
+ o(e(b), { class: "row-class" }, {
213
+ default: a(() => [
214
+ o(e(R), { prop: "searchType" }, {
215
+ default: a(() => [
216
+ o(e(U), {
217
+ modelValue: n.value.searchType,
218
+ "onUpdate:modelValue": l[3] || (l[3] = (t) => n.value.searchType = t),
185
219
  size: "small",
186
220
  class: "custom-select"
187
221
  }, {
188
- default: o(() => [
189
- (r(!0), v(E, null, k(e(g), (a) => (r(), p(e(B), {
190
- key: a.label,
191
- label: a.label,
192
- value: a.value
222
+ default: a(() => [
223
+ (s(!0), _(P, null, I(e(F), (t) => (s(), p(e(L), {
224
+ key: t.label,
225
+ label: t.label,
226
+ value: t.value
193
227
  }, null, 8, ["label", "value"]))), 128))
194
228
  ]),
195
229
  _: 1
@@ -200,20 +234,20 @@ const oe = { class: "yahee-comporehensive-search" }, te = {
200
234
  ]),
201
235
  _: 1
202
236
  }),
203
- t(e(T), { class: "row-class" }, {
204
- default: o(() => [
205
- t(e(_), {
237
+ o(e(b), { class: "row-class" }, {
238
+ default: a(() => [
239
+ o(e(R), {
206
240
  prop: "searchContent",
207
241
  style: { width: "100%" }
208
242
  }, {
209
- default: o(() => [
210
- t(e(x), {
211
- modelValue: u.value.searchContent,
212
- "onUpdate:modelValue": l[4] || (l[4] = (a) => u.value.searchContent = a),
243
+ default: a(() => [
244
+ o(e(K), {
245
+ modelValue: n.value.searchContent,
246
+ "onUpdate:modelValue": l[4] || (l[4] = (t) => n.value.searchContent = t),
213
247
  placeholder: "请输入批量查询内容,从EXCEL复制可自动替换为`,`",
214
248
  type: "textarea",
215
249
  rows: 5,
216
- onPaste: e(C)
250
+ onPaste: e(w)
217
251
  }, null, 8, ["modelValue", "onPaste"])
218
252
  ]),
219
253
  _: 1
@@ -233,5 +267,5 @@ const oe = { class: "yahee-comporehensive-search" }, te = {
233
267
  }
234
268
  });
235
269
  export {
236
- Te as default
270
+ De as default
237
271
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yahee-components",
3
3
  "private": false,
4
- "version": "0.0.13",
4
+ "version": "0.0.15",
5
5
  "description": "深圳前海亚讯前端组件库",
6
6
  "main": "lib",
7
7
  "module": "es",
@@ -1,33 +1,45 @@
1
1
  import { SearchOptions } from './comprehensive-search';
2
2
  import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ interface SearchDataOptions {
4
+ label: string;
5
+ key: string;
6
+ }
3
7
  declare const _default: DefineComponent<{
4
8
  dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
5
- confirmSearch?: () => void;
6
9
  pasteFormat?: () => void;
7
- isInSearchChange?: () => void;
8
10
  defaultSearch?: string;
9
11
  options?: SearchOptions[];
10
12
  placeholderText?: string;
11
13
  showPatchSearch?: boolean;
12
- showPatchCheckbox?: boolean;
13
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
14
+ showWithinFilterCheckbox?: boolean;
15
+ specialOptions?: SearchDataOptions[];
16
+ normalOptions?: string[];
17
+ showSelect?: boolean;
18
+ }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
19
+ filterChange: (...args: any[]) => void;
20
+ }, string, PublicProps, Readonly<{
14
21
  dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
15
- confirmSearch?: () => void;
16
22
  pasteFormat?: () => void;
17
- isInSearchChange?: () => void;
18
23
  defaultSearch?: string;
19
24
  options?: SearchOptions[];
20
25
  placeholderText?: string;
21
26
  showPatchSearch?: boolean;
22
- showPatchCheckbox?: boolean;
23
- }> & Readonly<{}>, {
27
+ showWithinFilterCheckbox?: boolean;
28
+ specialOptions?: SearchDataOptions[];
29
+ normalOptions?: string[];
30
+ showSelect?: boolean;
31
+ }> & Readonly<{
32
+ onFilterChange?: (...args: any[]) => any;
33
+ }>, {
24
34
  dealSearch: (selectedSearchType: string, searchQuery: string) => void;
25
35
  pasteFormat: () => void;
26
- confirmSearch: () => void;
27
- isInSearchChange: () => void;
28
36
  defaultSearch: string;
29
37
  options: SearchOptions[];
30
38
  placeholderText: string;
31
39
  showPatchSearch: boolean;
40
+ showWithinFilterCheckbox: boolean;
41
+ specialOptions: SearchDataOptions[];
42
+ normalOptions: string[];
43
+ showSelect: boolean;
32
44
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
33
45
  export default _default;
@@ -49,6 +49,7 @@ export declare const YaheeLeftCondition: SFCWithInstall<DefineComponent<{
49
49
  onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
50
50
  }>, {
51
51
  label: string;
52
+ filterKey: string;
52
53
  multiSelectList: Array<any>;
53
54
  countList: Array<any>;
54
55
  hasNum: boolean;
@@ -62,7 +63,6 @@ export declare const YaheeLeftCondition: SFCWithInstall<DefineComponent<{
62
63
  allIsEmpty: boolean;
63
64
  staticSearch: boolean;
64
65
  noNeedRefreshNumFilterName: string;
65
- filterKey: string;
66
66
  defaultValues: Array<string | number | boolean>;
67
67
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>;
68
68
  export default YaheeLeftCondition;
@@ -49,6 +49,7 @@ declare const _default: DefineComponent<{
49
49
  onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
50
50
  }>, {
51
51
  label: string;
52
+ filterKey: string;
52
53
  multiSelectList: Array<any>;
53
54
  countList: Array<any>;
54
55
  hasNum: boolean;
@@ -62,7 +63,6 @@ declare const _default: DefineComponent<{
62
63
  allIsEmpty: boolean;
63
64
  staticSearch: boolean;
64
65
  noNeedRefreshNumFilterName: string;
65
- filterKey: string;
66
66
  defaultValues: Array<string | number | boolean>;
67
67
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
68
68
  export default _default;
@@ -150,11 +150,11 @@ export declare const YaheeLeftConditionEnum: SFCWithInstall<DefineComponent<Extr
150
150
  onFilterChange?: (...args: any[]) => any;
151
151
  onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
152
152
  }>, {
153
+ filterKey: string;
153
154
  allIsCheckbox: boolean;
154
155
  translateUserId: boolean;
155
156
  selectList: Option[];
156
157
  allIsEmpty: boolean;
157
- filterKey: string;
158
158
  baseUrl: string;
159
159
  enumEntity: string;
160
160
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>;
@@ -149,11 +149,11 @@ declare const _default: DefineComponent<ExtractPropTypes<{
149
149
  onFilterChange?: (...args: any[]) => any;
150
150
  onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
151
151
  }>, {
152
+ filterKey: string;
152
153
  allIsCheckbox: boolean;
153
154
  translateUserId: boolean;
154
155
  selectList: Option[];
155
156
  allIsEmpty: boolean;
156
- filterKey: string;
157
157
  baseUrl: string;
158
158
  enumEntity: string;
159
159
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
@@ -1,36 +0,0 @@
1
- import { SFCWithInstall } from '../utils/typescript';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
- import { SearchOptions } from './comprehensive-search';
4
- export declare const YaheeComprehensiveSearch: SFCWithInstall<DefineComponent<{
5
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
6
- confirmSearch?: () => void;
7
- pasteFormat?: () => void;
8
- isInSearchChange?: () => void;
9
- defaultSearch?: string;
10
- options?: SearchOptions[];
11
- placeholderText?: string;
12
- showPatchSearch?: boolean;
13
- showPatchCheckbox?: boolean;
14
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
15
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
16
- confirmSearch?: () => void;
17
- pasteFormat?: () => void;
18
- isInSearchChange?: () => void;
19
- defaultSearch?: string;
20
- options?: SearchOptions[];
21
- placeholderText?: string;
22
- showPatchSearch?: boolean;
23
- showPatchCheckbox?: boolean;
24
- }> & Readonly<{}>, {
25
- dealSearch: (selectedSearchType: string, searchQuery: string) => void;
26
- pasteFormat: () => void;
27
- confirmSearch: () => void;
28
- isInSearchChange: () => void;
29
- defaultSearch: string;
30
- options: SearchOptions[];
31
- placeholderText: string;
32
- showPatchSearch: boolean;
33
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>;
34
- export default YaheeComprehensiveSearch;
35
- export * from './comprehensive-search.vue';
36
- export * from './comprehensive-search';
@@ -1,546 +0,0 @@
1
- import { SFCWithInstall } from './utils/typescript';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, VNodeProps, AllowedComponentProps, ComponentCustomProps, GlobalComponents, GlobalDirectives, ComponentOptionsBase, ExtractPropTypes } from 'vue';
3
- import { InputProps } from './input';
4
- import { SearchOptions } from './comprehensive-search';
5
- import { CopyProps } from './copy';
6
- import { ImageUploadProps } from './image-upload';
7
- import { OperationLogProps } from './operation-log';
8
- import { AnnexUploadProps } from './annex-upload';
9
- import { Option } from './static/CommonObject';
10
- import { DropdownEntity } from './drop-down-condition/drop-down-condition';
11
- import { data } from './country-platform-shop-condition/country-platform-shop-condition';
12
- declare const _default: (( SFCWithInstall<DefineComponent<InputProps, {
13
- focus: () => void;
14
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
- "update:modelValue": (value: string) => any;
16
- }, string, PublicProps, Readonly< InputProps> & Readonly<{
17
- "onUpdate:modelValue"?: (value: string) => any;
18
- }>, {
19
- modelValue: string;
20
- disabled: boolean;
21
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
22
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
23
- confirmSearch?: () => void;
24
- pasteFormat?: () => void;
25
- isInSearchChange?: () => void;
26
- defaultSearch?: string;
27
- options?: SearchOptions[];
28
- placeholderText?: string;
29
- showPatchSearch?: boolean;
30
- showPatchCheckbox?: boolean;
31
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
32
- dealSearch?: (selectedSearchType: string, searchQuery: string) => void;
33
- confirmSearch?: () => void;
34
- pasteFormat?: () => void;
35
- isInSearchChange?: () => void;
36
- defaultSearch?: string;
37
- options?: SearchOptions[];
38
- placeholderText?: string;
39
- showPatchSearch?: boolean;
40
- showPatchCheckbox?: boolean;
41
- }> & Readonly<{}>, {
42
- dealSearch: (selectedSearchType: string, searchQuery: string) => void;
43
- pasteFormat: () => void;
44
- confirmSearch: () => void;
45
- isInSearchChange: () => void;
46
- defaultSearch: string;
47
- options: SearchOptions[];
48
- placeholderText: string;
49
- showPatchSearch: boolean;
50
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>) | ( SFCWithInstall<{
51
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< CopyProps> & Readonly<{}>, {
52
- message: string;
53
- content: string;
54
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
55
- P: {};
56
- B: {};
57
- D: {};
58
- C: {};
59
- M: {};
60
- Defaults: {};
61
- }, Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, {
62
- message: string;
63
- content: string;
64
- }>;
65
- __isFragment?: never;
66
- __isTeleport?: never;
67
- __isSuspense?: never;
68
- } & ComponentOptionsBase<Readonly< CopyProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
69
- message: string;
70
- content: string;
71
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
72
- $slots: {
73
- default?(_: {}): any;
74
- };
75
- })> & Record<string, any>) | ( SFCWithInstall<{
76
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< ImageUploadProps> & Readonly<{
77
- onChange?: (...args: any[]) => any;
78
- "onUpdate:modelValue"?: (...args: any[]) => any;
79
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
80
- change: (...args: any[]) => void;
81
- "update:modelValue": (...args: any[]) => void;
82
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ImageUploadProps> & Readonly<{
83
- onChange?: (...args: any[]) => any;
84
- "onUpdate:modelValue"?: (...args: any[]) => any;
85
- }>, {
86
- modelValue: {
87
- index: number;
88
- fileId: string;
89
- fileName: string;
90
- };
91
- fileType: string;
92
- showDelete: boolean;
93
- zoom: number;
94
- imgSize: {
95
- width: number;
96
- height: number;
97
- };
98
- limitImgSize: boolean;
99
- limitFileSize: boolean;
100
- fileSize: number;
101
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
102
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
103
- P: {};
104
- B: {};
105
- D: {};
106
- C: {};
107
- M: {};
108
- Defaults: {};
109
- }, Readonly< ImageUploadProps> & Readonly<{
110
- onChange?: (...args: any[]) => any;
111
- "onUpdate:modelValue"?: (...args: any[]) => any;
112
- }>, {}, {}, {}, {}, {
113
- modelValue: {
114
- index: number;
115
- fileId: string;
116
- fileName: string;
117
- };
118
- fileType: string;
119
- showDelete: boolean;
120
- zoom: number;
121
- imgSize: {
122
- width: number;
123
- height: number;
124
- };
125
- limitImgSize: boolean;
126
- limitFileSize: boolean;
127
- fileSize: number;
128
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
129
- }>;
130
- __isFragment?: never;
131
- __isTeleport?: never;
132
- __isSuspense?: never;
133
- } & ComponentOptionsBase<Readonly< ImageUploadProps> & Readonly<{
134
- onChange?: (...args: any[]) => any;
135
- "onUpdate:modelValue"?: (...args: any[]) => any;
136
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
137
- change: (...args: any[]) => void;
138
- "update:modelValue": (...args: any[]) => void;
139
- }, string, {
140
- modelValue: {
141
- index: number;
142
- fileId: string;
143
- fileName: string;
144
- };
145
- fileType: string;
146
- showDelete: boolean;
147
- zoom: number;
148
- imgSize: {
149
- width: number;
150
- height: number;
151
- };
152
- limitImgSize: boolean;
153
- limitFileSize: boolean;
154
- fileSize: number;
155
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
156
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
157
- $slots: {
158
- default?(_: {
159
- value: string;
160
- }): any;
161
- };
162
- })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<OperationLogProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< OperationLogProps> & Readonly<{}>, {
163
- projectId: string;
164
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>) | ( SFCWithInstall<{
165
- new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< AnnexUploadProps> & Readonly<{
166
- onChange?: (...args: any[]) => any;
167
- "onUpdate:modelValue"?: (...args: any[]) => any;
168
- onSuccess?: (...args: any[]) => any;
169
- onRemove?: (...args: any[]) => any;
170
- }>, {
171
- clearFiles: () => Promise<void>;
172
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
173
- change: (...args: any[]) => void;
174
- "update:modelValue": (...args: any[]) => void;
175
- success: (...args: any[]) => void;
176
- remove: (...args: any[]) => void;
177
- }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< AnnexUploadProps> & Readonly<{
178
- onChange?: (...args: any[]) => any;
179
- "onUpdate:modelValue"?: (...args: any[]) => any;
180
- onSuccess?: (...args: any[]) => any;
181
- onRemove?: (...args: any[]) => any;
182
- }>, {
183
- modelValue: {
184
- index: number;
185
- fileId: string;
186
- fileName: string;
187
- }[];
188
- validateEvent: boolean;
189
- fileType: string;
190
- limitFileSize: boolean;
191
- fileSize: number;
192
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
193
- accept: string;
194
- fileList: {
195
- name: string;
196
- url: string;
197
- }[];
198
- limit: number;
199
- showList: boolean;
200
- checkRealType: boolean;
201
- uploadType: "upload" | "import";
202
- showTips: boolean;
203
- }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
204
- P: {};
205
- B: {};
206
- D: {};
207
- C: {};
208
- M: {};
209
- Defaults: {};
210
- }, Readonly< AnnexUploadProps> & Readonly<{
211
- onChange?: (...args: any[]) => any;
212
- "onUpdate:modelValue"?: (...args: any[]) => any;
213
- onSuccess?: (...args: any[]) => any;
214
- onRemove?: (...args: any[]) => any;
215
- }>, {
216
- clearFiles: () => Promise<void>;
217
- }, {}, {}, {}, {
218
- modelValue: {
219
- index: number;
220
- fileId: string;
221
- fileName: string;
222
- }[];
223
- validateEvent: boolean;
224
- fileType: string;
225
- limitFileSize: boolean;
226
- fileSize: number;
227
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
228
- accept: string;
229
- fileList: {
230
- name: string;
231
- url: string;
232
- }[];
233
- limit: number;
234
- showList: boolean;
235
- checkRealType: boolean;
236
- uploadType: "upload" | "import";
237
- showTips: boolean;
238
- }>;
239
- __isFragment?: never;
240
- __isTeleport?: never;
241
- __isSuspense?: never;
242
- } & ComponentOptionsBase<Readonly< AnnexUploadProps> & Readonly<{
243
- onChange?: (...args: any[]) => any;
244
- "onUpdate:modelValue"?: (...args: any[]) => any;
245
- onSuccess?: (...args: any[]) => any;
246
- onRemove?: (...args: any[]) => any;
247
- }>, {
248
- clearFiles: () => Promise<void>;
249
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
250
- change: (...args: any[]) => void;
251
- "update:modelValue": (...args: any[]) => void;
252
- success: (...args: any[]) => void;
253
- remove: (...args: any[]) => void;
254
- }, string, {
255
- modelValue: {
256
- index: number;
257
- fileId: string;
258
- fileName: string;
259
- }[];
260
- validateEvent: boolean;
261
- fileType: string;
262
- limitFileSize: boolean;
263
- fileSize: number;
264
- fileSizeUnit: "kb" | "KB" | "mb" | "MB";
265
- accept: string;
266
- fileList: {
267
- name: string;
268
- url: string;
269
- }[];
270
- limit: number;
271
- showList: boolean;
272
- checkRealType: boolean;
273
- uploadType: "upload" | "import";
274
- showTips: boolean;
275
- }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
276
- $slots: {
277
- default?(_: {}): any;
278
- tip?(_: {}): any;
279
- };
280
- })> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
281
- multiSelectList?: Array<any>;
282
- selectList: Array< Option>;
283
- countList?: Array<any>;
284
- totalCount?: number;
285
- hasNum?: boolean;
286
- displayRangeInput?: boolean;
287
- rangeLabel?: string;
288
- rangeStartKey?: string;
289
- rangeEndKey?: string;
290
- rangeDelimiter?: string;
291
- allIsCheckbox?: boolean;
292
- allIsEmpty?: boolean;
293
- translateUserId?: boolean;
294
- staticSearch?: boolean;
295
- label?: string;
296
- noNeedRefreshNumFilterName?: string;
297
- filterKey: string;
298
- defaultValues?: Array<string | number | boolean>;
299
- }, {
300
- clickAllSelected: () => void;
301
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
302
- filterChange: (...args: any[]) => void;
303
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
304
- }, string, PublicProps, Readonly<{
305
- multiSelectList?: Array<any>;
306
- selectList: Array< Option>;
307
- countList?: Array<any>;
308
- totalCount?: number;
309
- hasNum?: boolean;
310
- displayRangeInput?: boolean;
311
- rangeLabel?: string;
312
- rangeStartKey?: string;
313
- rangeEndKey?: string;
314
- rangeDelimiter?: string;
315
- allIsCheckbox?: boolean;
316
- allIsEmpty?: boolean;
317
- translateUserId?: boolean;
318
- staticSearch?: boolean;
319
- label?: string;
320
- noNeedRefreshNumFilterName?: string;
321
- filterKey: string;
322
- defaultValues?: Array<string | number | boolean>;
323
- }> & Readonly<{
324
- onFilterChange?: (...args: any[]) => any;
325
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
326
- }>, {
327
- label: string;
328
- multiSelectList: Array<any>;
329
- countList: Array<any>;
330
- hasNum: boolean;
331
- selectList: Array< Option>;
332
- totalCount: number;
333
- displayRangeInput: boolean;
334
- rangeLabel: string;
335
- rangeStartKey: string;
336
- rangeEndKey: string;
337
- rangeDelimiter: string;
338
- allIsEmpty: boolean;
339
- staticSearch: boolean;
340
- noNeedRefreshNumFilterName: string;
341
- filterKey: string;
342
- defaultValues: Array<string | number | boolean>;
343
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<ExtractPropTypes<{
344
- selectList: {
345
- type: {
346
- (arrayLength: number): Option[];
347
- (...items: Option[]): Option[];
348
- new (arrayLength: number): Option[];
349
- new (...items: Option[]): Option[];
350
- isArray(arg: any): arg is any[];
351
- readonly prototype: any[];
352
- from<T>(arrayLike: ArrayLike<T>): T[];
353
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
354
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
355
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
356
- of<T>(...items: T[]): T[];
357
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
358
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
359
- readonly [Symbol.species]: ArrayConstructor;
360
- };
361
- default: () => Option[];
362
- };
363
- baseUrl: {
364
- type: StringConstructor;
365
- default: string;
366
- };
367
- countList: {
368
- type: {
369
- (arrayLength: number): any[];
370
- (...items: any[]): any[];
371
- new (arrayLength: number): any[];
372
- new (...items: any[]): any[];
373
- isArray(arg: any): arg is any[];
374
- readonly prototype: any[];
375
- from<T>(arrayLike: ArrayLike<T>): T[];
376
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
377
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
378
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
379
- of<T>(...items: T[]): T[];
380
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
381
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
382
- readonly [Symbol.species]: ArrayConstructor;
383
- };
384
- required: false;
385
- };
386
- enumEntity: {
387
- type: StringConstructor;
388
- default: string;
389
- };
390
- filterKey: {
391
- type: StringConstructor;
392
- default: string;
393
- };
394
- totalCount: {
395
- type: NumberConstructor;
396
- required: false;
397
- };
398
- noNeedRefreshNumFilterName: {
399
- type: StringConstructor;
400
- required: false;
401
- };
402
- allIsCheckbox: {
403
- type: BooleanConstructor;
404
- required: false;
405
- };
406
- allIsEmpty: {
407
- type: BooleanConstructor;
408
- required: false;
409
- };
410
- translateUserId: {
411
- type: BooleanConstructor;
412
- required: false;
413
- };
414
- }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
415
- filterChange: (...args: any[]) => void;
416
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
417
- }, string, PublicProps, Readonly< ExtractPropTypes<{
418
- selectList: {
419
- type: {
420
- (arrayLength: number): Option[];
421
- (...items: Option[]): Option[];
422
- new (arrayLength: number): Option[];
423
- new (...items: Option[]): Option[];
424
- isArray(arg: any): arg is any[];
425
- readonly prototype: any[];
426
- from<T>(arrayLike: ArrayLike<T>): T[];
427
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
428
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
429
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
430
- of<T>(...items: T[]): T[];
431
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
432
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
433
- readonly [Symbol.species]: ArrayConstructor;
434
- };
435
- default: () => Option[];
436
- };
437
- baseUrl: {
438
- type: StringConstructor;
439
- default: string;
440
- };
441
- countList: {
442
- type: {
443
- (arrayLength: number): any[];
444
- (...items: any[]): any[];
445
- new (arrayLength: number): any[];
446
- new (...items: any[]): any[];
447
- isArray(arg: any): arg is any[];
448
- readonly prototype: any[];
449
- from<T>(arrayLike: ArrayLike<T>): T[];
450
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
451
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
452
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
453
- of<T>(...items: T[]): T[];
454
- fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
455
- fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>) => U, thisArg?: any): Promise<Awaited<U>[]>;
456
- readonly [Symbol.species]: ArrayConstructor;
457
- };
458
- required: false;
459
- };
460
- enumEntity: {
461
- type: StringConstructor;
462
- default: string;
463
- };
464
- filterKey: {
465
- type: StringConstructor;
466
- default: string;
467
- };
468
- totalCount: {
469
- type: NumberConstructor;
470
- required: false;
471
- };
472
- noNeedRefreshNumFilterName: {
473
- type: StringConstructor;
474
- required: false;
475
- };
476
- allIsCheckbox: {
477
- type: BooleanConstructor;
478
- required: false;
479
- };
480
- allIsEmpty: {
481
- type: BooleanConstructor;
482
- required: false;
483
- };
484
- translateUserId: {
485
- type: BooleanConstructor;
486
- required: false;
487
- };
488
- }>> & Readonly<{
489
- onFilterChange?: (...args: any[]) => any;
490
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
491
- }>, {
492
- allIsCheckbox: boolean;
493
- translateUserId: boolean;
494
- selectList: Option[];
495
- allIsEmpty: boolean;
496
- filterKey: string;
497
- baseUrl: string;
498
- enumEntity: string;
499
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
500
- filterList?: Array< DropdownEntity>;
501
- totalCount?: number;
502
- level1Count?: Array<{
503
- value: string;
504
- count: number;
505
- }>;
506
- level2Count?: Array<{
507
- value: string;
508
- count: number;
509
- }>;
510
- filterKey: string;
511
- enumEntity: string;
512
- baseUrl: string;
513
- noNeedRefreshNumFilterName?: string;
514
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
515
- filterChange: (...args: any[]) => void;
516
- setNoNeedRefreshNumFilterName: (...args: any[]) => void;
517
- }, string, PublicProps, Readonly<{
518
- filterList?: Array< DropdownEntity>;
519
- totalCount?: number;
520
- level1Count?: Array<{
521
- value: string;
522
- count: number;
523
- }>;
524
- level2Count?: Array<{
525
- value: string;
526
- count: number;
527
- }>;
528
- filterKey: string;
529
- enumEntity: string;
530
- baseUrl: string;
531
- noNeedRefreshNumFilterName?: string;
532
- }> & Readonly<{
533
- onFilterChange?: (...args: any[]) => any;
534
- onSetNoNeedRefreshNumFilterName?: (...args: any[]) => any;
535
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>) | ( SFCWithInstall<DefineComponent<{
536
- xyFilters?: data;
537
- filterKey: string;
538
- }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
539
- filterChange: (...args: any[]) => void;
540
- }, string, PublicProps, Readonly<{
541
- xyFilters?: data;
542
- filterKey: string;
543
- }> & Readonly<{
544
- onFilterChange?: (...args: any[]) => any;
545
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>> & Record<string, any>))[];
546
- export default _default;