orion-design 0.1.12 → 0.1.14

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 (38) hide show
  1. package/dist/components/Form/index.js +230 -220
  2. package/dist/components/Form/index.js.map +1 -1
  3. package/dist/components/LovTable/LovPagetable.d.ts +2 -0
  4. package/dist/components/LovTable/LovQuerytable.d.ts +2 -0
  5. package/dist/components/LovTable/index.d.ts +5 -0
  6. package/dist/components/LovTable/index.js +54 -0
  7. package/dist/components/LovTable/index.js.map +1 -0
  8. package/dist/components/Pagetable/Pagetable.d.ts +2 -1
  9. package/dist/components/Pagetable/hooks/useColumns.js +36 -35
  10. package/dist/components/Pagetable/hooks/useColumns.js.map +1 -1
  11. package/dist/components/Pagetable/index.d.ts +2 -1
  12. package/dist/components/Pagetable/index.js +151 -148
  13. package/dist/components/Pagetable/index.js.map +1 -1
  14. package/dist/components/Querytable/Querytable.d.ts +2 -1
  15. package/dist/components/Querytable/hooks/useColumns.js +16 -15
  16. package/dist/components/Querytable/hooks/useColumns.js.map +1 -1
  17. package/dist/components/Querytable/index.d.ts +2 -1
  18. package/dist/components/Querytable/index.js +163 -160
  19. package/dist/components/Querytable/index.js.map +1 -1
  20. package/dist/components/components.d.ts +2 -0
  21. package/dist/components/components.js +18 -10
  22. package/dist/components/components.js.map +1 -1
  23. package/dist/components/index.js +21 -13
  24. package/dist/components/index.js.map +1 -1
  25. package/dist/components-1bMIJYPN.js +78 -0
  26. package/dist/{components-OIbu7HLW.js.map → components-1bMIJYPN.js.map} +1 -1
  27. package/dist/index.js +24 -16
  28. package/dist/index.js.map +1 -1
  29. package/dist/request/disivion/index.d.ts +11 -12
  30. package/dist/request/disivion/index.js +137 -134
  31. package/dist/request/disivion/index.js.map +1 -1
  32. package/dist/request/index.d.ts +1 -1
  33. package/dist/request/index.js +11 -8
  34. package/dist/version/version.d.ts +1 -1
  35. package/dist/version/version.js +1 -1
  36. package/dist/version/version.js.map +1 -1
  37. package/package.json +4 -2
  38. package/dist/components-OIbu7HLW.js +0 -70
@@ -1,61 +1,62 @@
1
1
  import "lodash-es";
2
- import { defineComponent as C, ref as W, computed as X, createVNode as o, createTextVNode as Z, isVNode as k } from "vue";
2
+ import { defineComponent as C, ref as W, computed as X, createVNode as o, createTextVNode as Z, isVNode as V } from "vue";
3
3
  import { withInstall as ee } from "../_util/vue/install.js";
4
4
  import { ElTable as te, ElPagination as ne, ElTableColumn as S, ElButton as oe } from "element-plus";
5
5
  import le from "../_util/classNames.js";
6
- import { arrayType as re, objectType as ae, booleanType as D, stringType as n, someType as s, numberType as se } from "../_util/type.js";
7
- import { number2string as ie, formatDate as j, getSingleCodeContent as M, getMultiCodeContent as I } from "./utils/index.js";
6
+ import { arrayType as re, objectType as ae, booleanType as R, stringType as n, someType as i, numberType as se } from "../_util/type.js";
7
+ import { number2string as ie, formatDate as j, getSingleCodeContent as M, getMultiCodeContent as k } from "./utils/index.js";
8
8
  import ue from "dayjs";
9
9
  import { S as pe } from "../../index-BbsXWo7C.js";
10
10
  import de from "../../error/OrionError.js";
11
11
  import ce from "./hooks/useColumns.js";
12
- import V from "../../Throne/index.js";
12
+ import I from "../../Throne/index.js";
13
13
  function ge(l) {
14
- return typeof l == "function" || Object.prototype.toString.call(l) === "[object Object]" && !k(l);
14
+ return typeof l == "function" || Object.prototype.toString.call(l) === "[object Object]" && !V(l);
15
15
  }
16
16
  const me = () => ({
17
17
  data: re(),
18
18
  pagination: ae(),
19
- showRowNumber: D(!0),
20
- selectionMode: D(!1),
21
- currentRowMode: D(!1)
19
+ showRowNumber: R(!0),
20
+ selectionMode: R(!1),
21
+ currentRowMode: R(!1)
22
22
  }), he = /* @__PURE__ */ C({
23
23
  name: "OPagetable",
24
24
  inheritAttrs: !1,
25
25
  props: me(),
26
- emits: ["selectionChange", "currentRowChange", "update:pagination"],
26
+ emits: ["selectionChange", "currentRowChange", "update:pagination", "rowClick"],
27
27
  setup(l, {
28
- slots: d,
28
+ slots: c,
29
29
  attrs: b,
30
- emit: c,
30
+ emit: u,
31
31
  expose: w
32
32
  }) {
33
- const A = W(), v = X(() => ({})), B = ce(d);
33
+ const A = W(), B = X(() => ({})), D = ce(c);
34
34
  return w({
35
35
  clearSelection: () => {
36
36
  A.value.clearSelection();
37
37
  },
38
38
  getSelectionRows: () => A.value.getSelectionRows(),
39
- toggleRowSelection: (...T) => A.value.toggleRowSelection(...T),
40
- toggleAllSelection: () => A.value.toggleAllSelection()
39
+ toggleRowSelection: (...O) => A.value.toggleRowSelection(...O),
40
+ toggleAllSelection: () => A.value.toggleAllSelection(),
41
+ setCurrentRow: (...O) => A.value.setCurrentRow(...O)
41
42
  }), () => {
42
43
  const {
43
- data: T
44
+ data: O
44
45
  } = l, {
45
46
  selectionMode: E = !1
46
47
  } = l, {
47
- pagination: O
48
+ pagination: v
48
49
  } = l, {
49
- showRowNumber: z = !0
50
+ showRowNumber: $ = !0
50
51
  } = l, {
51
- currentRowMode: Y = !1
52
- } = l, $ = le("orion-pagetbale"), F = () => o(S, {
52
+ currentRowMode: z = !1
53
+ } = l, Y = le("orion-pagetbale"), F = () => o(S, {
53
54
  type: "index",
54
55
  label: "No",
55
56
  width: 56,
56
57
  fixed: "left",
57
58
  showOverflowTooltip: !0,
58
- index: (e) => (O.currentPage - 1) * O.pageSize + e + 1
59
+ index: (e) => (v.currentPage - 1) * v.pageSize + e + 1
59
60
  }, null), H = () => o(S, {
60
61
  type: "selection",
61
62
  width: 40,
@@ -63,14 +64,14 @@ const me = () => ({
63
64
  }, null), _ = (e) => {
64
65
  const {
65
66
  name: t,
66
- head: i,
67
- headAlign: u,
67
+ head: s,
68
+ headAlign: p,
68
69
  width: g,
69
70
  fixed: m
70
71
  } = e;
71
72
  return o(S, {
72
- label: i,
73
- headerAlign: u,
73
+ label: s,
74
+ headerAlign: p,
74
75
  prop: t,
75
76
  width: g,
76
77
  fixed: m,
@@ -79,18 +80,18 @@ const me = () => ({
79
80
  }, U = (e) => {
80
81
  const {
81
82
  name: t,
82
- head: i,
83
- headAlign: u,
83
+ head: s,
84
+ headAlign: p,
84
85
  width: g,
85
86
  fixed: m
86
87
  } = e, {
87
88
  thousandsSeparator: r = !0,
88
- precision: p = -1,
89
+ precision: d = -1,
89
90
  percentage: a = !1
90
91
  } = e;
91
92
  return o(S, {
92
- label: i,
93
- headerAlign: u,
93
+ label: s,
94
+ headerAlign: p,
94
95
  align: "right",
95
96
  prop: t,
96
97
  width: g,
@@ -104,22 +105,22 @@ const me = () => ({
104
105
  } = h;
105
106
  return o("span", {
106
107
  class: "cell-numbercolumn"
107
- }, [ie(y[f.property], r, p, a === !0 || a === "")]);
108
+ }, [ie(y[f.property], r, d, a === !0 || a === "")]);
108
109
  }
109
110
  });
110
111
  }, q = (e) => {
111
112
  const {
112
113
  name: t,
113
- head: i,
114
- headAlign: u,
114
+ head: s,
115
+ headAlign: p,
115
116
  width: g,
116
117
  fixed: m,
117
118
  sourceFormat: r,
118
- format: p = "YYYYMMDDHHmmss"
119
+ format: d = "YYYYMMDDHHmmss"
119
120
  } = e;
120
121
  return o(S, {
121
- label: i,
122
- headerAlign: u,
122
+ label: s,
123
+ headerAlign: p,
123
124
  prop: t,
124
125
  width: g,
125
126
  fixed: m,
@@ -130,137 +131,137 @@ const me = () => ({
130
131
  row: h,
131
132
  column: y
132
133
  } = a, f = h[y.property];
133
- return f instanceof Date || ue.isDayjs(f) ? o("div", null, [j(f, p)]) : r && p ? o("div", null, [j(f, r, p)]) : o("div", null, [f]);
134
+ return f instanceof Date || ue.isDayjs(f) ? o("div", null, [j(f, d)]) : r && d ? o("div", null, [j(f, r, d)]) : o("div", null, [f]);
134
135
  }
135
136
  });
136
137
  }, G = (e) => {
137
138
  const {
138
139
  name: t,
139
- head: i,
140
- headAlign: u,
140
+ head: s,
141
+ headAlign: p,
141
142
  width: g,
142
143
  fixed: m
143
144
  } = e, {
144
145
  code: r
145
146
  } = e;
146
147
  return o(S, {
147
- label: i,
148
- headerAlign: u,
148
+ label: s,
149
+ headerAlign: p,
149
150
  prop: t,
150
151
  width: g,
151
152
  fixed: m,
152
153
  showOverflowTooltip: !0
153
154
  }, {
154
- default: (p) => {
155
+ default: (d) => {
155
156
  const {
156
157
  row: a,
157
158
  column: h
158
- } = p, y = a[h.property];
159
- let f, x, P;
160
- return r ? typeof r == "string" ? (f = r, x = V.getCode(f), P = M(x.value, y)) : (x = r, P = M(x, y)) : P = null, o("span", {
159
+ } = d, y = a[h.property];
160
+ let f, P, x;
161
+ return r ? typeof r == "string" ? (f = r, P = I.getCode(f), x = M(P.value, y)) : (P = r, x = M(P, y)) : x = null, o("span", {
161
162
  class: "cell-singleselect"
162
- }, [P]);
163
+ }, [x]);
163
164
  }
164
165
  });
165
166
  }, J = (e) => {
166
167
  const {
167
168
  name: t,
168
- head: i,
169
- headAlign: u,
169
+ head: s,
170
+ headAlign: p,
170
171
  width: g,
171
172
  fixed: m
172
173
  } = e, {
173
174
  code: r
174
175
  } = e;
175
176
  return o(S, {
176
- label: i,
177
- headerAlign: u,
177
+ label: s,
178
+ headerAlign: p,
178
179
  prop: t,
179
180
  width: g,
180
181
  fixed: m,
181
182
  showOverflowTooltip: !0
182
183
  }, {
183
- default: (p) => {
184
+ default: (d) => {
184
185
  const {
185
186
  row: a,
186
187
  column: h
187
- } = p, y = a[h.property];
188
- let f, x, P;
189
- return r ? typeof r == "string" ? (f = r, x = V.getCode(f), P = I(x.value, y)) : (x = r, P = I(x, y)) : P = null, o("span", {
188
+ } = d, y = a[h.property];
189
+ let f, P, x;
190
+ return r ? typeof r == "string" ? (f = r, P = I.getCode(f), x = k(P.value, y)) : (P = r, x = k(P, y)) : x = null, o("span", {
190
191
  class: "cell-multiselect"
191
- }, [P]);
192
+ }, [x]);
192
193
  }
193
194
  });
194
195
  }, K = (e) => {
195
196
  const {
196
197
  name: t,
197
- head: i,
198
- headAlign: u,
198
+ head: s,
199
+ headAlign: p,
199
200
  width: g,
200
201
  fixed: m
201
202
  } = e;
202
203
  return o(S, {
203
- label: i,
204
- headerAlign: u,
204
+ label: s,
205
+ headerAlign: p,
205
206
  prop: t,
206
207
  width: g,
207
208
  fixed: m
208
209
  }, {
209
210
  default: (r) => {
210
211
  var a, h;
211
- const p = (h = (a = e.children) == null ? void 0 : a.default) == null ? void 0 : h.call(a, {
212
+ const d = (h = (a = e.children) == null ? void 0 : a.default) == null ? void 0 : h.call(a, {
212
213
  rowData: r.row,
213
214
  column: e,
214
215
  rowIndex: r.$index
215
216
  });
216
217
  return o("div", {
217
218
  class: "cell-buttongroup"
218
- }, [o(pe, null, ge(p) ? p : {
219
- default: () => [p]
219
+ }, [o(pe, null, ge(d) ? d : {
220
+ default: () => [d]
220
221
  })]);
221
222
  }
222
223
  });
223
224
  }, L = (e) => {
224
225
  const {
225
226
  head: t,
226
- headAlign: i
227
+ headAlign: s
227
228
  } = e, {
228
- children: u
229
+ children: p
229
230
  } = e;
230
231
  return o(S, {
231
232
  label: t,
232
- headerAlign: i
233
+ headerAlign: s
233
234
  }, {
234
- default: (g) => R(u)
235
+ default: (g) => N(p)
235
236
  });
236
237
  }, Q = (e) => {
237
238
  const {
238
239
  name: t,
239
- head: i,
240
- headAlign: u,
240
+ head: s,
241
+ headAlign: p,
241
242
  width: g,
242
243
  fixed: m
243
244
  } = e;
244
245
  return o(S, {
245
- label: i,
246
- headerAlign: u,
246
+ label: s,
247
+ headerAlign: p,
247
248
  prop: t,
248
249
  width: g,
249
250
  fixed: m
250
251
  }, {
251
252
  default: (r) => {
252
253
  var a, h;
253
- const p = (h = (a = e.children) == null ? void 0 : a.default) == null ? void 0 : h.call(a, {
254
+ const d = (h = (a = e.children) == null ? void 0 : a.default) == null ? void 0 : h.call(a, {
254
255
  rowData: r.row,
255
256
  column: e,
256
257
  rowIndex: r.$index
257
258
  });
258
259
  return o("div", {
259
260
  class: "cell-diy"
260
- }, [p, Z(" ")]);
261
+ }, [d, Z(" ")]);
261
262
  }
262
263
  });
263
- }, R = (e) => e == null ? void 0 : e.map((t) => {
264
+ }, N = (e) => e == null ? void 0 : e.map((t) => {
264
265
  if (t.type === "OPagetableColumnString")
265
266
  return _(t);
266
267
  if (t.type === "OPagetableColumnNumber")
@@ -280,34 +281,36 @@ const me = () => ({
280
281
  throw new de(`OPagetable不能正确渲染'${t.type.name}'子组件。`);
281
282
  });
282
283
  return o("div", {
283
- class: [$, b.class],
284
- style: [v.value, b.style]
284
+ class: [Y, b.class],
285
+ style: [B.value, b.style]
285
286
  }, [o("div", {
286
287
  class: "pagetable-wrapper"
287
288
  }, [o(te, {
289
+ border: !0,
288
290
  ref: A,
289
- data: T,
291
+ data: O,
290
292
  height: "100%",
291
293
  style: {
292
294
  width: "100%"
293
295
  },
294
- "onSelection-change": (e) => c("selectionChange", e),
295
- "highlight-current-row": Y,
296
- "onCurrent-change": (e, t) => c("currentRowChange", e, t)
296
+ "onSelection-change": (e) => u("selectionChange", e),
297
+ "highlight-current-row": z,
298
+ "onCurrent-change": (e, t) => u("currentRowChange", e, t),
299
+ "onRow-click": (e, t, s) => u("rowClick", e, t, s)
297
300
  }, {
298
- default: () => [z && F(), E && H(), R(B.value)]
301
+ default: () => [$ && F(), E && H(), N(D.value)]
299
302
  })]), o("div", {
300
303
  class: "pagination-wrapper"
301
304
  }, [o(ne, {
302
- currentPage: O.currentPage,
305
+ currentPage: v.currentPage,
303
306
  "onUpdate:current-page": (e) => {
304
- c("update:pagination", {
305
- ...O,
307
+ u("update:pagination", {
308
+ ...v,
306
309
  currentPage: e
307
310
  });
308
311
  },
309
- pageSize: O.pageSize,
310
- total: O.total,
312
+ pageSize: v.pageSize,
313
+ total: v.total,
311
314
  layout: "total, ->, prev, pager, next, jumper"
312
315
  }, null)])]);
313
316
  };
@@ -317,9 +320,9 @@ const me = () => ({
317
320
  inheritAttrs: !1,
318
321
  props: fe(),
319
322
  setup(l, {
320
- slots: d,
323
+ slots: c,
321
324
  attrs: b,
322
- emit: c,
325
+ emit: u,
323
326
  expose: w
324
327
  }) {
325
328
  return () => null;
@@ -328,16 +331,16 @@ const me = () => ({
328
331
  head: n(),
329
332
  headAlign: n(),
330
333
  name: n(),
331
- width: s([Boolean, String]),
332
- fixed: s([Boolean, String])
334
+ width: i([Boolean, String]),
335
+ fixed: i([Boolean, String])
333
336
  }), Ce = /* @__PURE__ */ C({
334
337
  name: "OPagetableColumnString",
335
338
  inheritAttrs: !1,
336
339
  props: we(),
337
340
  setup(l, {
338
- slots: d,
341
+ slots: c,
339
342
  attrs: b,
340
- emit: c,
343
+ emit: u,
341
344
  expose: w
342
345
  }) {
343
346
  return () => null;
@@ -346,40 +349,40 @@ const me = () => ({
346
349
  head: n(),
347
350
  headAlign: n(),
348
351
  name: n(),
349
- width: s([Boolean, String]),
350
- fixed: s([Boolean, String]),
351
- thousandsSeparator: D(!0),
352
+ width: i([Boolean, String]),
353
+ fixed: i([Boolean, String]),
354
+ thousandsSeparator: R(!0),
352
355
  precision: se(-1),
353
- percentage: D(!1)
356
+ percentage: R(!1)
354
357
  }), ye = /* @__PURE__ */ C({
355
358
  name: "OPagetableColumnNumber",
356
359
  inheritAttrs: !1,
357
360
  props: Se(),
358
361
  setup(l, {
359
- slots: d,
362
+ slots: c,
360
363
  attrs: b,
361
- emit: c,
364
+ emit: u,
362
365
  expose: w
363
366
  }) {
364
367
  return () => null;
365
368
  }
366
- }), xe = () => ({
369
+ }), Pe = () => ({
367
370
  head: n(),
368
371
  headAlign: n(),
369
372
  name: n(),
370
- width: s([Boolean, String]),
371
- fixed: s([Boolean, String]),
373
+ width: i([Boolean, String]),
374
+ fixed: i([Boolean, String]),
372
375
  // Date
373
376
  format: n(),
374
377
  sourceFormat: n()
375
- }), Pe = /* @__PURE__ */ C({
378
+ }), xe = /* @__PURE__ */ C({
376
379
  name: "OPagetableColumnDate",
377
380
  inheritAttrs: !1,
378
- props: xe(),
381
+ props: Pe(),
379
382
  setup(l, {
380
- slots: d,
383
+ slots: c,
381
384
  attrs: b,
382
- emit: c,
385
+ emit: u,
383
386
  expose: w
384
387
  }) {
385
388
  return () => null;
@@ -388,17 +391,17 @@ const me = () => ({
388
391
  head: n(),
389
392
  headAlign: n(),
390
393
  name: n(),
391
- width: s([Boolean, String]),
392
- fixed: s([Boolean, String]),
393
- code: s([String, Array])
394
+ width: i([Boolean, String]),
395
+ fixed: i([Boolean, String]),
396
+ code: i([String, Array])
394
397
  }), Oe = /* @__PURE__ */ C({
395
398
  name: "OPagetableColumnSingleselect",
396
399
  inheritAttrs: !1,
397
400
  props: Ae(),
398
401
  setup(l, {
399
- slots: d,
402
+ slots: c,
400
403
  attrs: b,
401
- emit: c,
404
+ emit: u,
402
405
  expose: w
403
406
  }) {
404
407
  return () => null;
@@ -407,17 +410,17 @@ const me = () => ({
407
410
  head: n(),
408
411
  headAlign: n(),
409
412
  name: n(),
410
- width: s([Boolean, String]),
411
- fixed: s([Boolean, String]),
412
- code: s([String, Array])
413
+ width: i([Boolean, String]),
414
+ fixed: i([Boolean, String]),
415
+ code: i([String, Array])
413
416
  }), Be = /* @__PURE__ */ C({
414
417
  name: "OPagetableColumnMultiselect",
415
418
  inheritAttrs: !1,
416
419
  props: ve(),
417
420
  setup(l, {
418
- slots: d,
421
+ slots: c,
419
422
  attrs: b,
420
- emit: c,
423
+ emit: u,
421
424
  expose: w
422
425
  }) {
423
426
  return () => null;
@@ -426,103 +429,103 @@ const me = () => ({
426
429
  head: n(),
427
430
  headAlign: n(),
428
431
  name: n(),
429
- width: s([Boolean, String]),
430
- fixed: s([Boolean, String])
431
- }), Te = /* @__PURE__ */ C({
432
+ width: i([Boolean, String]),
433
+ fixed: i([Boolean, String])
434
+ }), Re = /* @__PURE__ */ C({
432
435
  name: "OPagetableColumnButtongroup",
433
436
  inheritAttrs: !1,
434
437
  props: De(),
435
438
  slots: Object,
436
439
  setup(l, {
437
- slots: d,
440
+ slots: c,
438
441
  attrs: b,
439
- emit: c,
442
+ emit: u,
440
443
  expose: w
441
444
  }) {
442
445
  return () => null;
443
446
  }
444
447
  });
445
- function Ne(l) {
446
- return typeof l == "function" || Object.prototype.toString.call(l) === "[object Object]" && !k(l);
448
+ function Te(l) {
449
+ return typeof l == "function" || Object.prototype.toString.call(l) === "[object Object]" && !V(l);
447
450
  }
448
- const Re = () => ({
451
+ const Ne = () => ({
449
452
  type: n()
450
453
  }), je = /* @__PURE__ */ C({
451
454
  name: "OPagetableCellButton",
452
455
  inheritAttrs: !1,
453
- props: Re(),
456
+ props: Ne(),
454
457
  emits: ["click"],
455
458
  setup(l, {
456
- slots: d,
459
+ slots: c,
457
460
  attrs: b,
458
- emit: c,
461
+ emit: u,
459
462
  expose: w
460
463
  }) {
461
- const A = (v) => {
462
- c("click", v);
464
+ const A = (B) => {
465
+ u("click", B);
463
466
  };
464
467
  return () => {
465
- var N;
468
+ var T;
466
469
  const {
467
- type: v
468
- } = l, B = (N = d.default) == null ? void 0 : N.call(d);
470
+ type: B
471
+ } = l, D = (T = c.default) == null ? void 0 : T.call(c);
469
472
  return o(oe, {
470
473
  link: !0,
471
- type: v,
474
+ type: B,
472
475
  size: "small",
473
476
  onClick: A
474
- }, Ne(B) ? B : {
475
- default: () => [B]
477
+ }, Te(D) ? D : {
478
+ default: () => [D]
476
479
  });
477
480
  };
478
481
  }
479
482
  }), Me = () => ({
480
483
  head: n(),
481
484
  headAlign: n()
482
- }), Ie = /* @__PURE__ */ C({
485
+ }), ke = /* @__PURE__ */ C({
483
486
  name: "OPagetableColumngroup",
484
487
  inheritAttrs: !1,
485
488
  props: Me(),
486
489
  setup(l, {
487
- slots: d,
490
+ slots: c,
488
491
  attrs: b,
489
- emit: c,
492
+ emit: u,
490
493
  expose: w
491
494
  }) {
492
495
  return () => null;
493
496
  }
494
- }), Ve = () => ({
497
+ }), Ie = () => ({
495
498
  head: n(),
496
499
  headAlign: n(),
497
500
  name: n(),
498
- width: s([Boolean, String]),
499
- fixed: s([Boolean, String])
500
- }), ke = /* @__PURE__ */ C({
501
+ width: i([Boolean, String]),
502
+ fixed: i([Boolean, String])
503
+ }), Ve = /* @__PURE__ */ C({
501
504
  name: "OPagetableColumnDiy",
502
505
  inheritAttrs: !1,
503
- props: Ve(),
506
+ props: Ie(),
504
507
  slots: Object,
505
508
  setup(l, {
506
- slots: d,
509
+ slots: c,
507
510
  attrs: b,
508
- emit: c,
511
+ emit: u,
509
512
  expose: w
510
513
  }) {
511
514
  return () => null;
512
515
  }
513
- }), Xe = ee(he, {
516
+ }), Ze = ee(he, {
514
517
  PagetableColumnIndex: be,
515
518
  PagetableColumnString: Ce,
516
519
  PagetableColumnNumber: ye,
517
- PagetableColumnDate: Pe,
520
+ PagetableColumnDate: xe,
518
521
  PagetableColumnSingleselect: Oe,
519
522
  PagetableColumnMultiselect: Be,
520
- PagetableColumnButtongroup: Te,
523
+ PagetableColumnButtongroup: Re,
521
524
  PagetableCellButton: je,
522
- PagetableColumngroup: Ie,
523
- PagetableColumnDiy: ke
525
+ PagetableColumngroup: ke,
526
+ PagetableColumnDiy: Ve
524
527
  });
525
528
  export {
526
- Xe as default
529
+ Ze as default
527
530
  };
528
531
  //# sourceMappingURL=index.js.map