orion-design 0.1.20 → 0.1.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. package/README.md +5 -5
  2. package/dist/components/Form/NumberInput/NumberInput.d.ts +19 -0
  3. package/dist/components/Form/NumberInput/NumberInput.js +2 -0
  4. package/dist/components/Form/NumberInput/NumberInput.js.map +1 -0
  5. package/dist/components/Form/NumberInput/NumberInput.vue.d.ts +3 -0
  6. package/dist/components/Form/NumberInput/index.d.ts +1 -0
  7. package/dist/components/Form/NumberInput/index.js +2 -0
  8. package/dist/components/Form/NumberInput/index.js.map +1 -0
  9. package/dist/components/Form/index.d.ts +3 -0
  10. package/dist/components/Form/index.js +318 -247
  11. package/dist/components/Form/index.js.map +1 -1
  12. package/dist/components/LovTable/LovPagetable.vue.d.ts +20 -2
  13. package/dist/components/LovTable/LovQuerytable.vue.d.ts +20 -2
  14. package/dist/components/LovTable/index.d.ts +20 -2
  15. package/dist/components/Pagetable/Pagetable.d.ts +4 -1
  16. package/dist/components/Pagetable/index.d.ts +4 -1
  17. package/dist/components/Pagetable/index.js +258 -243
  18. package/dist/components/Pagetable/index.js.map +1 -1
  19. package/dist/components/Querytable/Querytable.d.ts +4 -1
  20. package/dist/components/Querytable/index.d.ts +4 -1
  21. package/dist/components/Querytable/index.js +166 -151
  22. package/dist/components/Querytable/index.js.map +1 -1
  23. package/dist/components/_util/arrays.js.map +1 -1
  24. package/dist/components/_util/browser.js.map +1 -1
  25. package/dist/components/_util/dom/aria.js.map +1 -1
  26. package/dist/components/_util/dom/element.js.map +1 -1
  27. package/dist/components/_util/dom/event.js.map +1 -1
  28. package/dist/components/_util/dom/position.js.map +1 -1
  29. package/dist/components/_util/dom/scroll.js.map +1 -1
  30. package/dist/components/_util/dom/style.js.map +1 -1
  31. package/dist/components/_util/easings.js.map +1 -1
  32. package/dist/components/_util/error.js.map +1 -1
  33. package/dist/components/_util/i18n.js.map +1 -1
  34. package/dist/components/_util/objects.js.map +1 -1
  35. package/dist/components/_util/raf.js.map +1 -1
  36. package/dist/components/_util/rand.js.map +1 -1
  37. package/dist/components/_util/strings.js.map +1 -1
  38. package/dist/components/_util/throttleByRaf.js.map +1 -1
  39. package/dist/components/_util/types.js.map +1 -1
  40. package/dist/components/_util/typescript.js.map +1 -1
  41. package/dist/components/_util/vue/global-node.js.map +1 -1
  42. package/dist/components/_util/vue/icon.js.map +1 -1
  43. package/dist/components/_util/vue/install.js.map +1 -1
  44. package/dist/components/_util/vue/props/runtime.js.map +1 -1
  45. package/dist/components/_util/vue/refs.js.map +1 -1
  46. package/dist/components/_util/vue/size.js.map +1 -1
  47. package/dist/components/_util/vue/validator.js.map +1 -1
  48. package/dist/components/_util/vue/vnode.js.map +1 -1
  49. package/dist/version/version.d.ts +1 -1
  50. package/dist/version/version.js +1 -1
  51. package/dist/version/version.js.map +1 -1
  52. package/package.json +1 -1
@@ -1,36 +1,36 @@
1
1
  import "lodash-es";
2
- import { defineComponent as C, ref as W, computed as X, createVNode as o, createTextVNode as Z, isVNode as j } from "vue";
2
+ import { defineComponent as C, ref as W, computed as X, createVNode as o, createTextVNode as Z, isVNode as P } from "vue";
3
3
  import { withInstall as ee } from "../_util/vue/install.js";
4
4
  import { ElTable as te, ElTableColumn as w, ElButton as re } from "element-plus";
5
- import ne from "../_util/classNames.js";
6
- import { arrayType as oe, booleanType as D, stringType as r, someType as u, numberType as le } from "../_util/type.js";
7
- import { number2string as se, formatDate as N, getSingleCodeContent as q, getMultiCodeContent as M } from "./utils/index.js";
8
- import ae from "dayjs";
5
+ import le from "../_util/classNames.js";
6
+ import { arrayType as ne, booleanType as v, stringType as r, someType as c, numberType as oe } from "../_util/type.js";
7
+ import { number2string as ae, formatDate as k, getSingleCodeContent as N, getMultiCodeContent as q } from "./utils/index.js";
8
+ import se from "dayjs";
9
9
  import { S as ue } from "../../index-BbsXWo7C.js";
10
10
  import ie from "../../error/OrionError.js";
11
- import de from "./hooks/useColumns.js";
12
- import P from "../../Throne/index.js";
13
- function ce(n) {
14
- return typeof n == "function" || Object.prototype.toString.call(n) === "[object Object]" && !j(n);
11
+ import ce from "./hooks/useColumns.js";
12
+ import M from "../../Throne/index.js";
13
+ function de(l) {
14
+ return typeof l == "function" || Object.prototype.toString.call(l) === "[object Object]" && !P(l);
15
15
  }
16
16
  const pe = () => ({
17
- data: oe(),
18
- showRowNumber: D(!0),
19
- selectionMode: D(!1),
20
- currentRowMode: D(!1),
17
+ data: ne(),
18
+ showRowNumber: v(!0),
19
+ selectionMode: v(!1),
20
+ currentRowMode: v(!1),
21
21
  size: r()
22
22
  }), me = /* @__PURE__ */ C({
23
23
  name: "OQuerytable",
24
24
  inheritAttrs: !1,
25
25
  props: pe(),
26
- emits: ["selectionChange", "currentRowChange", "rowClick"],
27
- setup(n, {
28
- slots: c,
26
+ emits: ["selectionChange", "currentRowChange", "rowClick", "rowDblclick", "cellClick", "cellDblclick"],
27
+ setup(l, {
28
+ slots: p,
29
29
  attrs: y,
30
- emit: p,
30
+ emit: i,
31
31
  expose: b
32
32
  }) {
33
- const S = W(), B = X(() => ({})), v = de(c);
33
+ const S = W(), B = X(() => ({})), D = ce(p);
34
34
  return b({
35
35
  clearSelection: () => {
36
36
  S.value.clearSelection();
@@ -43,15 +43,15 @@ const pe = () => ({
43
43
  }), () => {
44
44
  const {
45
45
  data: Q
46
- } = n, {
47
- selectionMode: k = !1
48
- } = n, {
46
+ } = l, {
47
+ selectionMode: j = !1
48
+ } = l, {
49
49
  showRowNumber: I = !0
50
- } = n, {
50
+ } = l, {
51
51
  currentRowMode: V = !1
52
- } = n, {
52
+ } = l, {
53
53
  size: $ = "default"
54
- } = n, z = ne("orion-querytable"), E = () => o(w, {
54
+ } = l, z = le("orion-querytable"), E = () => o(w, {
55
55
  type: "index",
56
56
  label: "No",
57
57
  width: 56,
@@ -65,14 +65,14 @@ const pe = () => ({
65
65
  }, null), F = (t) => {
66
66
  const {
67
67
  name: e,
68
- head: a,
69
- headAlign: i,
68
+ head: n,
69
+ headAlign: s,
70
70
  width: m,
71
71
  fixed: h
72
72
  } = t;
73
73
  return o(w, {
74
- label: a,
75
- headerAlign: i,
74
+ label: n,
75
+ headerAlign: s,
76
76
  prop: e,
77
77
  width: m,
78
78
  fixed: h,
@@ -81,18 +81,18 @@ const pe = () => ({
81
81
  }, H = (t) => {
82
82
  const {
83
83
  name: e,
84
- head: a,
85
- headAlign: i,
84
+ head: n,
85
+ headAlign: s,
86
86
  width: m,
87
87
  fixed: h
88
88
  } = t, {
89
- thousandsSeparator: l = !0,
89
+ thousandsSeparator: a = !0,
90
90
  precision: d = -1,
91
- percentage: s = !1
91
+ percentage: u = !1
92
92
  } = t;
93
93
  return o(w, {
94
- label: a,
95
- headerAlign: i,
94
+ label: n,
95
+ headerAlign: s,
96
96
  align: "right",
97
97
  prop: e,
98
98
  width: m,
@@ -106,48 +106,48 @@ const pe = () => ({
106
106
  } = f;
107
107
  return o("span", {
108
108
  class: "cell-numbercolumn"
109
- }, [se(x[g.property], l, d, s === !0 || s === "")]);
109
+ }, [ae(x[g.property], a, d, u === !0 || u === "")]);
110
110
  }
111
111
  });
112
112
  }, _ = (t) => {
113
113
  const {
114
114
  name: e,
115
- head: a,
116
- headAlign: i,
115
+ head: n,
116
+ headAlign: s,
117
117
  width: m,
118
118
  fixed: h,
119
- sourceFormat: l,
119
+ sourceFormat: a,
120
120
  format: d = "YYYYMMDDHHmmss"
121
121
  } = t;
122
122
  return o(w, {
123
- label: a,
124
- headerAlign: i,
123
+ label: n,
124
+ headerAlign: s,
125
125
  prop: e,
126
126
  width: m,
127
127
  fixed: h,
128
128
  showOverflowTooltip: !0
129
129
  }, {
130
- default: (s) => {
130
+ default: (u) => {
131
131
  const {
132
132
  row: f,
133
133
  column: x
134
- } = s, g = f[x.property];
135
- return g instanceof Date || ae.isDayjs(g) ? o("div", null, [N(g, d)]) : l && d ? o("div", null, [N(g, l, d)]) : o("div", null, [g]);
134
+ } = u, g = f[x.property];
135
+ return g instanceof Date || se.isDayjs(g) ? o("div", null, [k(g, d)]) : a && d ? o("div", null, [k(g, a, d)]) : o("div", null, [g]);
136
136
  }
137
137
  });
138
138
  }, G = (t) => {
139
139
  const {
140
140
  name: e,
141
- head: a,
142
- headAlign: i,
141
+ head: n,
142
+ headAlign: s,
143
143
  width: m,
144
144
  fixed: h
145
145
  } = t, {
146
- code: l
146
+ code: a
147
147
  } = t;
148
148
  return o(w, {
149
- label: a,
150
- headerAlign: i,
149
+ label: n,
150
+ headerAlign: s,
151
151
  prop: e,
152
152
  width: m,
153
153
  fixed: h,
@@ -155,11 +155,11 @@ const pe = () => ({
155
155
  }, {
156
156
  default: (d) => {
157
157
  const {
158
- row: s,
158
+ row: u,
159
159
  column: f
160
- } = d, x = s[f.property];
160
+ } = d, x = u[f.property];
161
161
  let g, A, O;
162
- return l ? typeof l == "string" ? (g = l, A = P.getCode(g), O = q(A.value, x)) : (A = l, O = q(A, x)) : O = null, o("span", {
162
+ return a ? typeof a == "string" ? (g = a, A = M.getCode(g), O = N(A.value, x)) : (A = a, O = N(A, x)) : O = null, o("span", {
163
163
  class: "cell-singleselect"
164
164
  }, [O]);
165
165
  }
@@ -167,16 +167,16 @@ const pe = () => ({
167
167
  }, J = (t) => {
168
168
  const {
169
169
  name: e,
170
- head: a,
171
- headAlign: i,
170
+ head: n,
171
+ headAlign: s,
172
172
  width: m,
173
173
  fixed: h
174
174
  } = t, {
175
- code: l
175
+ code: a
176
176
  } = t;
177
177
  return o(w, {
178
- label: a,
179
- headerAlign: i,
178
+ label: n,
179
+ headerAlign: s,
180
180
  prop: e,
181
181
  width: m,
182
182
  fixed: h,
@@ -184,11 +184,11 @@ const pe = () => ({
184
184
  }, {
185
185
  default: (d) => {
186
186
  const {
187
- row: s,
187
+ row: u,
188
188
  column: f
189
- } = d, x = s[f.property];
189
+ } = d, x = u[f.property];
190
190
  let g, A, O;
191
- return l ? typeof l == "string" ? (g = l, A = P.getCode(g), O = M(A.value, x)) : (A = l, O = M(A, x)) : O = null, o("span", {
191
+ return a ? typeof a == "string" ? (g = a, A = M.getCode(g), O = q(A.value, x)) : (A = a, O = q(A, x)) : O = null, o("span", {
192
192
  class: "cell-multiselect"
193
193
  }, [O]);
194
194
  }
@@ -196,28 +196,28 @@ const pe = () => ({
196
196
  }, K = (t) => {
197
197
  const {
198
198
  name: e,
199
- head: a,
200
- headAlign: i,
199
+ head: n,
200
+ headAlign: s,
201
201
  width: m,
202
202
  fixed: h
203
203
  } = t;
204
204
  return o(w, {
205
- label: a,
206
- headerAlign: i,
205
+ label: n,
206
+ headerAlign: s,
207
207
  prop: e,
208
208
  width: m,
209
209
  fixed: h
210
210
  }, {
211
- default: (l) => {
212
- var s, f;
213
- const d = (f = (s = t.children) == null ? void 0 : s.default) == null ? void 0 : f.call(s, {
214
- rowData: l.row,
211
+ default: (a) => {
212
+ var u, f;
213
+ const d = (f = (u = t.children) == null ? void 0 : u.default) == null ? void 0 : f.call(u, {
214
+ rowData: a.row,
215
215
  column: t,
216
- rowIndex: l.$index
216
+ rowIndex: a.$index
217
217
  });
218
218
  return o("div", {
219
219
  class: "cell-buttongroup"
220
- }, [o(ue, null, ce(d) ? d : {
220
+ }, [o(ue, null, de(d) ? d : {
221
221
  default: () => [d]
222
222
  })]);
223
223
  }
@@ -225,37 +225,37 @@ const pe = () => ({
225
225
  }, L = (t) => {
226
226
  const {
227
227
  head: e,
228
- headAlign: a
228
+ headAlign: n
229
229
  } = t, {
230
- children: i
230
+ children: s
231
231
  } = t;
232
232
  return o(w, {
233
233
  label: e,
234
- headerAlign: a
234
+ headerAlign: n
235
235
  }, {
236
- default: (m) => R(i)
236
+ default: (m) => R(s)
237
237
  });
238
238
  }, U = (t) => {
239
239
  const {
240
240
  name: e,
241
- head: a,
242
- headAlign: i,
241
+ head: n,
242
+ headAlign: s,
243
243
  width: m,
244
244
  fixed: h
245
245
  } = t;
246
246
  return o(w, {
247
- label: a,
248
- headerAlign: i,
247
+ label: n,
248
+ headerAlign: s,
249
249
  prop: e,
250
250
  width: m,
251
251
  fixed: h
252
252
  }, {
253
- default: (l) => {
254
- var s, f;
255
- const d = (f = (s = t.children) == null ? void 0 : s.default) == null ? void 0 : f.call(s, {
256
- rowData: l.row,
253
+ default: (a) => {
254
+ var u, f;
255
+ const d = (f = (u = t.children) == null ? void 0 : u.default) == null ? void 0 : f.call(u, {
256
+ rowData: a.row,
257
257
  column: t,
258
- rowIndex: l.$index
258
+ rowIndex: a.$index
259
259
  });
260
260
  return o("div", {
261
261
  class: "cell-diy"
@@ -292,13 +292,28 @@ const pe = () => ({
292
292
  style: {
293
293
  width: "100%"
294
294
  },
295
- "onSelection-change": (t) => p("selectionChange", t),
295
+ "onSelection-change": (t) => i("selectionChange", t),
296
296
  "highlight-current-row": V,
297
- "onCurrent-change": (t, e) => p("currentRowChange", t, e),
298
- "onRow-click": (t, e, a) => p("rowClick", t, e, a),
297
+ "onCurrent-change": (t, e) => i("currentRowChange", t, e),
298
+ "onRow-click": (t, e, n) => i("rowClick", t, {
299
+ name: e.property,
300
+ head: e.label
301
+ }, n),
302
+ "onRow-dblclick": (t, e, n) => i("rowDblclick", t, {
303
+ name: e.property,
304
+ head: e.label
305
+ }, n),
306
+ "onCell-click": (t, e, n, s) => i("cellClick", t, {
307
+ name: e.property,
308
+ head: e.label
309
+ }, n, s),
310
+ "onCell-dblclick": (t, e, n, s) => i("cellDblclick", t, {
311
+ name: e.property,
312
+ head: e.label
313
+ }, n, s),
299
314
  size: $
300
315
  }, {
301
- default: () => [I && E(), k && Y(), R(v.value)]
316
+ default: () => [I && E(), j && Y(), R(D.value)]
302
317
  })]);
303
318
  };
304
319
  }
@@ -306,10 +321,10 @@ const pe = () => ({
306
321
  name: "OQuerytableColumnIndex",
307
322
  inheritAttrs: !1,
308
323
  props: he(),
309
- setup(n, {
310
- slots: c,
324
+ setup(l, {
325
+ slots: p,
311
326
  attrs: y,
312
- emit: p,
327
+ emit: i,
313
328
  expose: b
314
329
  }) {
315
330
  return () => null;
@@ -318,16 +333,16 @@ const pe = () => ({
318
333
  head: r(),
319
334
  headAlign: r(),
320
335
  name: r(),
321
- width: u([Boolean, String]),
322
- fixed: u([Boolean, String])
336
+ width: c([Boolean, String]),
337
+ fixed: c([Boolean, String])
323
338
  }), ye = /* @__PURE__ */ C({
324
339
  name: "OQuerytableColumnString",
325
340
  inheritAttrs: !1,
326
341
  props: ge(),
327
- setup(n, {
328
- slots: c,
342
+ setup(l, {
343
+ slots: p,
329
344
  attrs: y,
330
- emit: p,
345
+ emit: i,
331
346
  expose: b
332
347
  }) {
333
348
  return () => null;
@@ -336,19 +351,19 @@ const pe = () => ({
336
351
  head: r(),
337
352
  headAlign: r(),
338
353
  name: r(),
339
- width: u([Boolean, String]),
340
- fixed: u([Boolean, String]),
341
- thousandsSeparator: D(!0),
342
- precision: le(-1),
343
- percentage: D(!1)
354
+ width: c([Boolean, String]),
355
+ fixed: c([Boolean, String]),
356
+ thousandsSeparator: v(!0),
357
+ precision: oe(-1),
358
+ percentage: v(!1)
344
359
  }), Ce = /* @__PURE__ */ C({
345
360
  name: "OQuerytableColumnNumber",
346
361
  inheritAttrs: !1,
347
362
  props: be(),
348
- setup(n, {
349
- slots: c,
363
+ setup(l, {
364
+ slots: p,
350
365
  attrs: y,
351
- emit: p,
366
+ emit: i,
352
367
  expose: b
353
368
  }) {
354
369
  return () => null;
@@ -357,8 +372,8 @@ const pe = () => ({
357
372
  head: r(),
358
373
  headAlign: r(),
359
374
  name: r(),
360
- width: u([Boolean, String]),
361
- fixed: u([Boolean, String]),
375
+ width: c([Boolean, String]),
376
+ fixed: c([Boolean, String]),
362
377
  // Date
363
378
  format: r(),
364
379
  sourceFormat: r()
@@ -366,10 +381,10 @@ const pe = () => ({
366
381
  name: "OQuerytableColumnDate",
367
382
  inheritAttrs: !1,
368
383
  props: we(),
369
- setup(n, {
370
- slots: c,
384
+ setup(l, {
385
+ slots: p,
371
386
  attrs: y,
372
- emit: p,
387
+ emit: i,
373
388
  expose: b
374
389
  }) {
375
390
  return () => null;
@@ -378,17 +393,17 @@ const pe = () => ({
378
393
  head: r(),
379
394
  headAlign: r(),
380
395
  name: r(),
381
- width: u([Boolean, String]),
382
- fixed: u([Boolean, String]),
383
- code: u([String, Array])
396
+ width: c([Boolean, String]),
397
+ fixed: c([Boolean, String]),
398
+ code: c([String, Array])
384
399
  }), Ae = /* @__PURE__ */ C({
385
400
  name: "OQuerytableColumnSingleselect",
386
401
  inheritAttrs: !1,
387
402
  props: xe(),
388
- setup(n, {
389
- slots: c,
403
+ setup(l, {
404
+ slots: p,
390
405
  attrs: y,
391
- emit: p,
406
+ emit: i,
392
407
  expose: b
393
408
  }) {
394
409
  return () => null;
@@ -397,17 +412,17 @@ const pe = () => ({
397
412
  head: r(),
398
413
  headAlign: r(),
399
414
  name: r(),
400
- width: u([Boolean, String]),
401
- fixed: u([Boolean, String]),
402
- code: u([String, Array])
415
+ width: c([Boolean, String]),
416
+ fixed: c([Boolean, String]),
417
+ code: c([String, Array])
403
418
  }), Qe = /* @__PURE__ */ C({
404
419
  name: "OQuerytableColumnMultiselect",
405
420
  inheritAttrs: !1,
406
421
  props: Oe(),
407
- setup(n, {
408
- slots: c,
422
+ setup(l, {
423
+ slots: p,
409
424
  attrs: y,
410
- emit: p,
425
+ emit: i,
411
426
  expose: b
412
427
  }) {
413
428
  return () => null;
@@ -416,24 +431,24 @@ const pe = () => ({
416
431
  head: r(),
417
432
  headAlign: r(),
418
433
  name: r(),
419
- width: u([Boolean, String]),
420
- fixed: u([Boolean, String])
421
- }), ve = /* @__PURE__ */ C({
434
+ width: c([Boolean, String]),
435
+ fixed: c([Boolean, String])
436
+ }), De = /* @__PURE__ */ C({
422
437
  name: "OQuerytableColumnButtongroup",
423
438
  inheritAttrs: !1,
424
439
  props: Be(),
425
440
  slots: Object,
426
- setup(n, {
427
- slots: c,
441
+ setup(l, {
442
+ slots: p,
428
443
  attrs: y,
429
- emit: p,
444
+ emit: i,
430
445
  expose: b
431
446
  }) {
432
447
  return () => null;
433
448
  }
434
449
  });
435
- function De(n) {
436
- return typeof n == "function" || Object.prototype.toString.call(n) === "[object Object]" && !j(n);
450
+ function ve(l) {
451
+ return typeof l == "function" || Object.prototype.toString.call(l) === "[object Object]" && !P(l);
437
452
  }
438
453
  const Te = () => ({
439
454
  type: r()
@@ -442,60 +457,60 @@ const Te = () => ({
442
457
  inheritAttrs: !1,
443
458
  props: Te(),
444
459
  emits: ["click"],
445
- setup(n, {
446
- slots: c,
460
+ setup(l, {
461
+ slots: p,
447
462
  attrs: y,
448
- emit: p,
463
+ emit: i,
449
464
  expose: b
450
465
  }) {
451
466
  const S = (B) => {
452
- p("click", B);
467
+ i("click", B);
453
468
  };
454
469
  return () => {
455
470
  var T;
456
471
  const {
457
472
  type: B
458
- } = n, v = (T = c.default) == null ? void 0 : T.call(c);
473
+ } = l, D = (T = p.default) == null ? void 0 : T.call(p);
459
474
  return o(re, {
460
475
  link: !0,
461
476
  type: B,
462
477
  size: "small",
463
478
  onClick: S
464
- }, De(v) ? v : {
465
- default: () => [v]
479
+ }, ve(D) ? D : {
480
+ default: () => [D]
466
481
  });
467
482
  };
468
483
  }
469
- }), Ne = () => ({
484
+ }), ke = () => ({
470
485
  head: r(),
471
486
  headAlign: r()
472
- }), qe = /* @__PURE__ */ C({
487
+ }), Ne = /* @__PURE__ */ C({
473
488
  name: "OQuerytableColumngroup",
474
489
  inheritAttrs: !1,
475
- props: Ne(),
476
- setup(n, {
477
- slots: c,
490
+ props: ke(),
491
+ setup(l, {
492
+ slots: p,
478
493
  attrs: y,
479
- emit: p,
494
+ emit: i,
480
495
  expose: b
481
496
  }) {
482
497
  return () => null;
483
498
  }
484
- }), Me = () => ({
499
+ }), qe = () => ({
485
500
  head: r(),
486
501
  headAlign: r(),
487
502
  name: r(),
488
- width: u([Boolean, String]),
489
- fixed: u([Boolean, String])
490
- }), Pe = /* @__PURE__ */ C({
503
+ width: c([Boolean, String]),
504
+ fixed: c([Boolean, String])
505
+ }), Me = /* @__PURE__ */ C({
491
506
  name: "OQuerytableColumnDiy",
492
507
  inheritAttrs: !1,
493
- props: Me(),
508
+ props: qe(),
494
509
  slots: Object,
495
- setup(n, {
496
- slots: c,
510
+ setup(l, {
511
+ slots: p,
497
512
  attrs: y,
498
- emit: p,
513
+ emit: i,
499
514
  expose: b
500
515
  }) {
501
516
  return () => null;
@@ -507,10 +522,10 @@ const Te = () => ({
507
522
  QuerytableColumnDate: Se,
508
523
  QuerytableColumnSingleselect: Ae,
509
524
  QuerytableColumnMultiselect: Qe,
510
- QuerytableColumnButtongroup: ve,
525
+ QuerytableColumnButtongroup: De,
511
526
  QuerytableCellButton: Re,
512
- QuerytableColumngroup: qe,
513
- QuerytableColumnDiy: Pe
527
+ QuerytableColumngroup: Ne,
528
+ QuerytableColumnDiy: Me
514
529
  });
515
530
  export {
516
531
  Xe as default