@web-utils/component 2.8.1 → 2.8.2

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 (83) hide show
  1. package/base.css +1 -1
  2. package/card/index.mjs +33 -37
  3. package/chat/index.mjs +132 -123
  4. package/chunks/{dataformat.25e22176.mjs → dataformat.ab62230f.mjs} +1 -1
  5. package/chunks/{detail.6e53ede8.mjs → detail.6e46de33.mjs} +1 -1
  6. package/chunks/dic.7f13b573.mjs +130 -0
  7. package/chunks/{event.a018cb06.mjs → event.1ac32f1d.mjs} +2 -2
  8. package/chunks/{init.f04c7036.mjs → init.47ce5ed9.mjs} +2 -2
  9. package/chunks/util.505913d9.mjs +266 -0
  10. package/column/index.mjs +2 -2
  11. package/column-default/index.mjs +1 -1
  12. package/column-dynamic/index.mjs +1 -1
  13. package/column-menu/index.mjs +81 -79
  14. package/column-slot/index.mjs +8 -7
  15. package/comment/index.mjs +6 -10
  16. package/data-pay/index.mjs +16 -13
  17. package/data-table-picker/index.mjs +22 -22
  18. package/dialog-excel/index.mjs +8 -8
  19. package/dialog-filter/index.mjs +4 -2
  20. package/dialog-form/index.mjs +6 -6
  21. package/editable-tree/index.mjs +5 -5
  22. package/flow/index.mjs +11 -11
  23. package/flow/style.css +1 -1
  24. package/flow-node/index.mjs +2 -2
  25. package/form-button/index.mjs +16 -38
  26. package/form-group/index.mjs +28 -33
  27. package/form-temp/index.mjs +15 -27
  28. package/fy-array/index.mjs +44 -42
  29. package/fy-cascader/index.mjs +1 -1
  30. package/fy-checkbox/index.mjs +2 -1
  31. package/fy-code/index.mjs +1 -1
  32. package/fy-curd/index.mjs +29 -31
  33. package/fy-date/index.mjs +1 -1
  34. package/fy-dialog-form/index.mjs +5 -11
  35. package/fy-draggable/index.mjs +3 -3
  36. package/fy-dynamic/index.mjs +3 -3
  37. package/fy-empty/index.mjs +1 -1
  38. package/fy-form/index.mjs +133 -122
  39. package/fy-form-design/index.mjs +2595 -2610
  40. package/fy-form-design/style.css +1 -1
  41. package/fy-input/index.mjs +10 -15
  42. package/fy-input-color/index.mjs +1 -1
  43. package/fy-input-icon/index.mjs +21 -16
  44. package/fy-input-map/index.mjs +22 -19
  45. package/fy-input-number/index.mjs +1 -1
  46. package/fy-input-table/index.mjs +1 -1
  47. package/fy-input-tree/index.mjs +5 -6
  48. package/fy-radio/index.mjs +3 -1
  49. package/fy-rate/index.mjs +2 -1
  50. package/fy-select/index.mjs +29 -28
  51. package/fy-slider/index.mjs +2 -2
  52. package/fy-switch/index.mjs +2 -1
  53. package/fy-tabs/index.mjs +19 -17
  54. package/fy-time/index.mjs +1 -1
  55. package/fy-title/index.mjs +1 -1
  56. package/fy-tree/index.mjs +8 -6
  57. package/fy-u-editor/index.mjs +10 -14
  58. package/fy-upload/index.mjs +85 -84
  59. package/header-menu/index.mjs +1 -1
  60. package/header-search/index.mjs +7 -5
  61. package/image-cropper/index.mjs +1 -1
  62. package/image-preview/index.mjs +1 -1
  63. package/index.cjs +39 -39
  64. package/index.css +1 -1
  65. package/index.mjs +16577 -16591
  66. package/license/index.mjs +1 -1
  67. package/login/index.mjs +1 -1
  68. package/monaco-editor/index.mjs +3 -3
  69. package/package.json +1 -1
  70. package/process-designer/index.mjs +10 -2
  71. package/queue/index.mjs +3 -8
  72. package/queue/style.css +1 -0
  73. package/record-video/index.mjs +1 -1
  74. package/search/index.mjs +2 -2
  75. package/search-popover/index.mjs +25 -24
  76. package/sign/index.mjs +17 -18
  77. package/sign/style.css +1 -1
  78. package/table-page/index.mjs +21 -23
  79. package/text-ellipsis/index.mjs +1 -1
  80. package/verify/index.mjs +1 -1
  81. package/web-types.json +52 -166
  82. package/chunks/dic.e8280157.mjs +0 -130
  83. package/chunks/util.17330567.mjs +0 -266
package/license/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { B as l } from "../chunks/util.17330567.mjs";
1
+ import { C as l } from "../chunks/util.505913d9.mjs";
2
2
  import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var m = function() {
4
4
  var t = this, e = t.$createElement, s = t._self._c || e;
package/login/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { s as l } from "../chunks/util.17330567.mjs";
1
+ import { s as l } from "../chunks/util.505913d9.mjs";
2
2
  import { isBlank as a } from "@web-utils/core";
3
3
  import { n as c } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
4
  var p = function() {
@@ -1,12 +1,12 @@
1
1
  var c = Object.defineProperty;
2
2
  var r = Object.getOwnPropertySymbols;
3
- var g = Object.prototype.hasOwnProperty, f = Object.prototype.propertyIsEnumerable;
3
+ var f = Object.prototype.hasOwnProperty, g = Object.prototype.propertyIsEnumerable;
4
4
  var d = (t, e, i) => e in t ? c(t, e, { enumerable: !0, configurable: !0, writable: !0, value: i }) : t[e] = i, h = (t, e) => {
5
5
  for (var i in e || (e = {}))
6
- g.call(e, i) && d(t, i, e[i]);
6
+ f.call(e, i) && d(t, i, e[i]);
7
7
  if (r)
8
8
  for (var i of r(e))
9
- f.call(e, i) && d(t, i, e[i]);
9
+ g.call(e, i) && d(t, i, e[i]);
10
10
  return t;
11
11
  };
12
12
  import * as o from "monaco-editor/esm/vs/editor/editor.api";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@web-utils/component",
3
3
  "description": "Web Components",
4
- "version": "2.8.1",
4
+ "version": "2.8.2",
5
5
  "author": "Simple",
6
6
  "license": "MIT",
7
7
  "type": "module",
@@ -277,8 +277,16 @@ const U = {
277
277
  "Due Date": "到期时间",
278
278
  "Follow Up Date": "跟踪日期",
279
279
  Priority: "优先级",
280
- "The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)": "跟踪日期必须符合EL表达式,如: ${someDate} ,或者一个ISO标准日期,如:2015-06-26T09:54:00",
281
- "The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)": "跟踪日期必须符合EL表达式,如: ${someDate} ,或者一个ISO标准日期,如:2015-06-26T09:54:00",
280
+ // eslint-disable-next-line no-template-curly-in-string
281
+ "The follow up date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)": (
282
+ // eslint-disable-next-line no-template-curly-in-string
283
+ "跟踪日期必须符合EL表达式,如: ${someDate} ,或者一个ISO标准日期,如:2015-06-26T09:54:00"
284
+ ),
285
+ // eslint-disable-next-line no-template-curly-in-string
286
+ "The due date as an EL expression (e.g. ${someDate} or an ISO date (e.g. 2015-06-26T09:54:00)": (
287
+ // eslint-disable-next-line no-template-curly-in-string
288
+ "跟踪日期必须符合EL表达式,如: ${someDate} ,或者一个ISO标准日期,如:2015-06-26T09:54:00"
289
+ ),
282
290
  Variables: "变量",
283
291
  "Candidate Starter Configuration": "候选人起动器配置",
284
292
  "Candidate Starter Groups": "候选人起动器组",
package/queue/index.mjs CHANGED
@@ -7,7 +7,7 @@ var o = function() {
7
7
  }]
8
8
  }, [n("div", {
9
9
  ref: "queue",
10
- staticClass: "animated",
10
+ staticClass: "animate__animated",
11
11
  class: e.animate
12
12
  }, [e._t("default")], 2)]);
13
13
  }, i = [];
@@ -18,10 +18,6 @@ const l = {
18
18
  type: String,
19
19
  default: "fadeInLeft"
20
20
  },
21
- leave: {
22
- type: String,
23
- default: "fadeOutRight"
24
- },
25
21
  block: {
26
22
  type: Boolean,
27
23
  default: !1
@@ -33,7 +29,6 @@ const l = {
33
29
  },
34
30
  data() {
35
31
  return {
36
- isFixed: 0,
37
32
  animate: []
38
33
  };
39
34
  },
@@ -59,12 +54,12 @@ var u = /* @__PURE__ */ s(
59
54
  o,
60
55
  i,
61
56
  !1,
62
- r,
57
+ c,
63
58
  null,
64
59
  null,
65
60
  null
66
61
  );
67
- function r(e) {
62
+ function c(e) {
68
63
  for (let t in a)
69
64
  this[t] = a[t];
70
65
  }
@@ -0,0 +1 @@
1
+ .avue-queue--block{display:inline-block}
@@ -1,4 +1,4 @@
1
- import { s as r } from "../chunks/util.17330567.mjs";
1
+ import { s as r } from "../chunks/util.505913d9.mjs";
2
2
  import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  let n = class {
4
4
  /**
package/search/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import { D as i } from "../chunks/util.17330567.mjs";
2
- import { i as n } from "../chunks/init.f04c7036.mjs";
1
+ import { D as i } from "../chunks/util.505913d9.mjs";
2
+ import { i as n } from "../chunks/init.47ce5ed9.mjs";
3
3
  import { isBlank as o } from "@web-utils/core";
4
4
  import { n as l } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
5
5
  var h = function() {
@@ -5,19 +5,20 @@ var c = (t, r, e) => new Promise((s, o) => {
5
5
  } catch (l) {
6
6
  o(l);
7
7
  }
8
- }, h = (i) => {
8
+ }, u = (i) => {
9
9
  try {
10
10
  a(e.throw(i));
11
11
  } catch (l) {
12
12
  o(l);
13
13
  }
14
- }, a = (i) => i.done ? s(i.value) : Promise.resolve(i.value).then(n, h);
14
+ }, a = (i) => i.done ? s(i.value) : Promise.resolve(i.value).then(n, u);
15
15
  a((e = e.apply(t, r)).next());
16
16
  });
17
- import { copy, isInContainer } from "@web-utils/core";
18
- import ClickOutside from "element-ui/lib/utils/clickoutside";
19
- import { n as normalizeComponent } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
20
- var render = function() {
17
+ import { copy as d, isInContainer as p } from "@web-utils/core";
18
+ import v from "element-ui/lib/utils/clickoutside";
19
+ import { z as f } from "../chunks/util.505913d9.mjs";
20
+ import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
21
+ var w = function() {
21
22
  var t = this, r = t.$createElement, e = t._self._c || r;
22
23
  return e("div", {
23
24
  directives: [{
@@ -291,7 +292,7 @@ var render = function() {
291
292
  "font-size": "12px"
292
293
  }
293
294
  }, [t._v("关闭")])])]);
294
- }, staticRenderFns = [function() {
295
+ }, y = [function() {
295
296
  var t = this, r = t.$createElement, e = t._self._c || r;
296
297
  return e("div", {
297
298
  staticClass: "search-icon"
@@ -299,10 +300,10 @@ var render = function() {
299
300
  staticClass: "fa fa-table"
300
301
  })]);
301
302
  }];
302
- const SearchPopover_vue_vue_type_style_index_0_lang = "", __vue2_script = {
303
+ const k = {
303
304
  name: "SearchPopover",
304
305
  directives: {
305
- ClickOutside
306
+ ClickOutside: v
306
307
  },
307
308
  props: {
308
309
  services: {
@@ -328,7 +329,7 @@ const SearchPopover_vue_vue_type_style_index_0_lang = "", __vue2_script = {
328
329
  },
329
330
  evalResult() {
330
331
  try {
331
- return eval(this.keyword);
332
+ return f(this.keyword);
332
333
  } catch (t) {
333
334
  return "";
334
335
  }
@@ -355,7 +356,7 @@ const SearchPopover_vue_vue_type_style_index_0_lang = "", __vue2_script = {
355
356
  });
356
357
  },
357
358
  copyEvalResult() {
358
- return copy(this.evalResult);
359
+ return d(this.evalResult);
359
360
  },
360
361
  hidePopover() {
361
362
  this.showPopover = !1;
@@ -385,27 +386,27 @@ const SearchPopover_vue_vue_type_style_index_0_lang = "", __vue2_script = {
385
386
  return;
386
387
  }
387
388
  const r = this.$refs.ul.querySelector(`#item-${t}`);
388
- isInContainer(r, this.$refs.ul, { topOffset: -78, bottomOffset: 78 }) || (this.$refs.ul.scrollTop = r.offsetTop - r.clientHeight + 20);
389
+ p(r, this.$refs.ul, { topOffset: -78, bottomOffset: 78 }) || (this.$refs.ul.scrollTop = r.offsetTop - r.clientHeight + 20);
389
390
  }
390
391
  }
391
- }, __cssModules = {};
392
- var __component__ = /* @__PURE__ */ normalizeComponent(
393
- __vue2_script,
394
- render,
395
- staticRenderFns,
392
+ }, h = {};
393
+ var x = /* @__PURE__ */ m(
394
+ k,
395
+ w,
396
+ y,
396
397
  !1,
397
- __vue2_injectStyles,
398
+ g,
398
399
  null,
399
400
  null,
400
401
  null
401
402
  );
402
- function __vue2_injectStyles(t) {
403
- for (let r in __cssModules)
404
- this[r] = __cssModules[r];
403
+ function g(t) {
404
+ for (let r in h)
405
+ this[r] = h[r];
405
406
  }
406
- const SearchPopover = /* @__PURE__ */ function() {
407
- return __component__.exports;
407
+ const S = /* @__PURE__ */ function() {
408
+ return x.exports;
408
409
  }();
409
410
  export {
410
- SearchPopover as default
411
+ S as default
411
412
  };
package/sign/index.mjs CHANGED
@@ -1,9 +1,10 @@
1
- import { s as g } from "../chunks/util.17330567.mjs";
1
+ import { s as g } from "../chunks/util.505913d9.mjs";
2
2
  import { n as m } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
- var x = function() {
3
+ var _ = function() {
4
4
  var t = this, n = t.$createElement, s = t._self._c || n;
5
5
  return s("div", {
6
- staticClass: "avue-sige"
6
+ staticClass: "avue-sign",
7
+ style: t.styleName
7
8
  }, [s("canvas", {
8
9
  ref: "canvas",
9
10
  staticClass: "avue-sige__canvas",
@@ -12,15 +13,13 @@ var x = function() {
12
13
  height: t.height
13
14
  }
14
15
  })]);
15
- }, _ = [];
16
- function y(t, n, s, h, e, o) {
16
+ }, x = [];
17
+ function y(t, n, s, r, e, o) {
17
18
  t.save(), t.fillStyle = e, t.translate(n, s), t.rotate(Math.PI + o), t.beginPath();
18
- var a = Math.sin(0), d = Math.cos(0);
19
+ let a = Math.sin(0), d = Math.cos(0);
19
20
  const f = Math.PI / 5 * 4;
20
- for (let r = 0; r < 5; r++) {
21
- var a = Math.sin(r * f), d = Math.cos(r * f);
22
- t.lineTo(a * h, d * h);
23
- }
21
+ for (let h = 0; h < 5; h++)
22
+ a = Math.sin(h * f), d = Math.cos(h * f), t.lineTo(a * r, d * r);
24
23
  t.closePath(), t.stroke(), t.fill(), t.restore();
25
24
  }
26
25
  const M = {
@@ -58,12 +57,12 @@ const M = {
58
57
  },
59
58
  methods: {
60
59
  getStar(t, n, s) {
61
- const h = this.canvas, e = this.context, o = h.width / 2, a = h.height / 2;
60
+ const r = this.canvas, e = this.context, o = r.width / 2, a = r.height / 2;
62
61
  e.lineWidth = 7, e.strokeStyle = "#f00", e.beginPath(), e.arc(o, a, 110, 0, Math.PI * 2), e.stroke(), y(e, o, a, 20, "#f00", 0), e.font = "18px 黑体", e.textBaseline = "middle", e.textAlign = "center", e.lineWidth = 1, e.strokeStyle = "#f00", e.strokeText(t, o, a + 50), e.font = "14px 黑体", e.textBaseline = "middle", e.textAlign = "center", e.lineWidth = 1, e.strokeStyle = "#f00", e.strokeText(s, o, a + 80), e.translate(o, a), e.font = "22px 黑体";
63
- const d = n.length, f = 4 * Math.PI / (3 * (d - 1)), r = n.split("");
62
+ const d = n.length, f = 4 * Math.PI / (3 * (d - 1)), h = n.split("");
64
63
  let l;
65
64
  for (let i = 0; i < d; i++)
66
- l = r[i], i == 0 ? e.rotate(5 * Math.PI / 6) : e.rotate(f), e.save(), e.translate(90, 0), e.rotate(Math.PI / 2), e.strokeText(l, 0, 0), e.restore(), e.save();
65
+ l = h[i], i === 0 ? e.rotate(5 * Math.PI / 6) : e.rotate(f), e.save(), e.translate(90, 0), e.rotate(Math.PI / 2), e.strokeText(l, 0, 0), e.restore(), e.save();
67
66
  this.disabled = !0;
68
67
  },
69
68
  submit(t, n) {
@@ -75,10 +74,10 @@ const M = {
75
74
  init() {
76
75
  this.canvas = this.$refs.canvas;
77
76
  const t = this.canvas, n = this;
78
- typeof document.ontouchstart != "undefined" ? (t.addEventListener("touchmove", d, !1), t.addEventListener("touchstart", f, !1), t.addEventListener("touchend", r, !1)) : (t.addEventListener("mousemove", d, !1), t.addEventListener("mousedown", f, !1), t.addEventListener("mouseup", r, !1), t.addEventListener("mouseleave", r, !1)), this.context = t.getContext("2d");
77
+ typeof document.ontouchstart != "undefined" ? (t.addEventListener("touchmove", d, !1), t.addEventListener("touchstart", f, !1), t.addEventListener("touchend", h, !1)) : (t.addEventListener("mousemove", d, !1), t.addEventListener("mousedown", f, !1), t.addEventListener("mouseup", h, !1), t.addEventListener("mouseleave", h, !1)), this.context = t.getContext("2d");
79
78
  const s = this.context;
80
79
  this.linex = [], this.liney = [], this.linen = [];
81
- let h = 1, e = 30, o = 0;
80
+ let r = 1, e = 30, o = 0;
82
81
  function a(l, i) {
83
82
  const u = l.getBoundingClientRect();
84
83
  let c, v;
@@ -94,7 +93,7 @@ const M = {
94
93
  if (o === 1) {
95
94
  n.linex.push(i), n.liney.push(u), n.linen.push(1), s.save(), s.translate(s.canvas.width / 2, s.canvas.height / 2), s.translate(-s.canvas.width / 2, -s.canvas.height / 2), s.beginPath(), s.lineWidth = 2;
96
95
  for (let c = 1; c < n.linex.length; c++)
97
- h = n.linex[c], e = n.liney[c], n.linen[c] === 0 ? s.moveTo(h, e) : s.lineTo(h, e);
96
+ r = n.linex[c], e = n.liney[c], n.linen[c] === 0 ? s.moveTo(r, e) : s.lineTo(r, e);
98
97
  s.shadowBlur = 10, s.stroke(), s.restore();
99
98
  }
100
99
  l.preventDefault();
@@ -105,7 +104,7 @@ const M = {
105
104
  const i = a(t, l).x, u = a(t, l).y;
106
105
  o = 1, n.linex.push(i), n.liney.push(u), n.linen.push(0);
107
106
  }
108
- function r() {
107
+ function h() {
109
108
  n.disabled || (o = 0);
110
109
  }
111
110
  }
@@ -113,8 +112,8 @@ const M = {
113
112
  }, p = {};
114
113
  var w = /* @__PURE__ */ m(
115
114
  M,
116
- x,
117
115
  _,
116
+ x,
118
117
  !1,
119
118
  b,
120
119
  null,
package/sign/style.css CHANGED
@@ -1 +1 @@
1
- .avue-sign{padding:5px}.avue-sign__canvas{border:1px solid #ccc}
1
+ .avue-sign{padding:5px;border:1px solid #eee}.avue-sign__canvas{border:1px solid #ccc}
@@ -1,14 +1,13 @@
1
- import { c as u } from "../chunks/config.46422d7f.mjs";
2
- import { o as n } from "../chunks/util.17330567.mjs";
3
- import { n as g } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
1
+ import { o as r } from "../chunks/util.505913d9.mjs";
2
+ import { n } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
4
3
  var l = function() {
5
- var e = this, t = e.$createElement, i = e._self._c || t;
6
- return e.pageFlag && e.optVal(e.crud.tableOption.page, !0) ? i("ElCard", {
4
+ var e = this, t = e.$createElement, u = e._self._c || t;
5
+ return e.pageFlag && e.optVal(e.crud.tableOption.page, !0) ? u("ElCard", {
7
6
  staticClass: "avue-pagination",
8
7
  attrs: {
9
8
  shadow: e.crud.isCard
10
9
  }
11
- }, [e._t("page"), i("ElPagination", {
10
+ }, [e._t("page"), u("ElPagination", {
12
11
  staticStyle: {
13
12
  "margin-top": "25px"
14
13
  },
@@ -37,13 +36,12 @@ var l = function() {
37
36
  "current-change": e.currentChange
38
37
  }
39
38
  })], 2) : e._e();
40
- }, s = [];
41
- const c = {
39
+ }, g = [];
40
+ const s = {
42
41
  name: "TablePage",
43
42
  inject: ["crud"],
44
43
  data() {
45
44
  return {
46
- config: u,
47
45
  defaultPage: {
48
46
  single: !1,
49
47
  total: 0,
@@ -63,7 +61,7 @@ const c = {
63
61
  },
64
62
  computed: {
65
63
  pageFlag() {
66
- return this.defaultPage.total != 0;
64
+ return this.defaultPage.total !== 0;
67
65
  }
68
66
  },
69
67
  watch: {
@@ -78,14 +76,14 @@ const c = {
78
76
  },
79
77
  // 如果当前页面删除没数据了调用第一页
80
78
  "defaultPage.total"() {
81
- this.defaultPage.total === (this.defaultPage.currentPage - 1) * this.defaultPage.pageSize && this.defaultPage.total != 0 && (this.defaultPage.currentPage = this.defaultPage.currentPage - 1, this.currentChange(this.defaultPage.currentPage));
79
+ this.defaultPage.total === (this.defaultPage.currentPage - 1) * this.defaultPage.pageSize && this.defaultPage.total !== 0 && (this.defaultPage.currentPage = this.defaultPage.currentPage - 1, this.currentChange(this.defaultPage.currentPage));
82
80
  }
83
81
  },
84
82
  created() {
85
83
  this.crud.isMobile && (this.defaultPage.layout = "total, sizes, prev, pager, next"), this.pageInit(), this.crud.$emit("on-load", this.defaultPage);
86
84
  },
87
85
  methods: {
88
- optVal: n,
86
+ optVal: r,
89
87
  pageInit() {
90
88
  this.defaultPage = Object.assign(this.defaultPage, this.crud.page), this.updateValue();
91
89
  },
@@ -109,24 +107,24 @@ const c = {
109
107
  this.updateValue(), this.crud.$emit("on-load", this.defaultPage), this.crud.$emit("current-change", e);
110
108
  }
111
109
  }
112
- }, r = {};
113
- var d = /* @__PURE__ */ g(
114
- c,
115
- l,
110
+ }, i = {};
111
+ var c = /* @__PURE__ */ n(
116
112
  s,
113
+ l,
114
+ g,
117
115
  !1,
118
- o,
116
+ d,
119
117
  null,
120
118
  null,
121
119
  null
122
120
  );
123
- function o(e) {
124
- for (let t in r)
125
- this[t] = r[t];
121
+ function d(e) {
122
+ for (let t in i)
123
+ this[t] = i[t];
126
124
  }
127
- const P = /* @__PURE__ */ function() {
128
- return d.exports;
125
+ const h = /* @__PURE__ */ function() {
126
+ return c.exports;
129
127
  }();
130
128
  export {
131
- P as default
129
+ h as default
132
130
  };
@@ -1,4 +1,4 @@
1
- import { s as o } from "../chunks/util.17330567.mjs";
1
+ import { s as o } from "../chunks/util.505913d9.mjs";
2
2
  import { n as r } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var h = function() {
4
4
  var t = this, e = t.$createElement, i = t._self._c || e;
package/verify/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { s as n } from "../chunks/util.17330567.mjs";
1
+ import { s as n } from "../chunks/util.505913d9.mjs";
2
2
  import { n as o } from "../chunks/vueComponentNormalizer.446f5dc4.mjs";
3
3
  var l = function() {
4
4
  var t = this, e = t.$createElement, s = t._self._c || e;