sun-form-v3 1.0.147 → 1.0.148

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.
@@ -227,7 +227,7 @@ var Th = rh(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), jC = rh(/E
227
227
  capture: !1,
228
228
  passive: !1
229
229
  };
230
- function vo(e, t, n) {
230
+ function go(e, t, n) {
231
231
  e.addEventListener(t, n, !Th && fre);
232
232
  }
233
233
  function oo(e, t, n) {
@@ -735,7 +735,7 @@ function Yr(e, t) {
735
735
  yre(t);
736
736
  for (var i in this)
737
737
  i.charAt(0) === "_" && typeof this[i] == "function" && (this[i] = this[i].bind(this));
738
- this.nativeDraggable = t.forceFallback ? !1 : k_e, this.nativeDraggable && (this.options.touchStartThreshold = 1), t.supportPointer ? vo(e, "pointerdown", this._onTapStart) : (vo(e, "mousedown", this._onTapStart), vo(e, "touchstart", this._onTapStart)), this.nativeDraggable && (vo(e, "dragover", this), vo(e, "dragenter", this)), yM.push(this.el), t.store && t.store.get && this.sort(t.store.get(this) || []), vh(this, M_e());
738
+ this.nativeDraggable = t.forceFallback ? !1 : k_e, this.nativeDraggable && (this.options.touchStartThreshold = 1), t.supportPointer ? go(e, "pointerdown", this._onTapStart) : (go(e, "mousedown", this._onTapStart), go(e, "touchstart", this._onTapStart)), this.nativeDraggable && (go(e, "dragover", this), go(e, "dragenter", this)), yM.push(this.el), t.store && t.store.get && this.sort(t.store.get(this) || []), vh(this, M_e());
739
739
  }
740
740
  Yr.prototype = /** @lends Sortable.prototype */
741
741
  {
@@ -806,14 +806,14 @@ Yr.prototype = /** @lends Sortable.prototype */
806
806
  }), Yu(kn, a.chosenClass, !0);
807
807
  }, a.ignore.split(",").forEach(function(c) {
808
808
  dre(kn, c.trim(), iF);
809
- }), vo(s, "dragover", Om), vo(s, "mousemove", Om), vo(s, "touchmove", Om), vo(s, "mouseup", i._onDrop), vo(s, "touchend", i._onDrop), vo(s, "touchcancel", i._onDrop), d7 && this.nativeDraggable && (this.options.touchStartThreshold = 4, kn.draggable = !0), pu("delayStart", this, {
809
+ }), go(s, "dragover", Om), go(s, "mousemove", Om), go(s, "touchmove", Om), go(s, "mouseup", i._onDrop), go(s, "touchend", i._onDrop), go(s, "touchcancel", i._onDrop), d7 && this.nativeDraggable && (this.options.touchStartThreshold = 4, kn.draggable = !0), pu("delayStart", this, {
810
810
  evt: t
811
811
  }), a.delay && (!a.delayOnTouchOnly || n) && (!this.nativeDraggable || !(jC || Th))) {
812
812
  if (Yr.eventCanceled) {
813
813
  this._onDrop();
814
814
  return;
815
815
  }
816
- vo(s, "mouseup", i._disableDelayedDrag), vo(s, "touchend", i._disableDelayedDrag), vo(s, "touchcancel", i._disableDelayedDrag), vo(s, "mousemove", i._delayedDragTouchMoveHandler), vo(s, "touchmove", i._delayedDragTouchMoveHandler), a.supportPointer && vo(s, "pointermove", i._delayedDragTouchMoveHandler), i._dragStartTimer = setTimeout(l, a.delay);
816
+ go(s, "mouseup", i._disableDelayedDrag), go(s, "touchend", i._disableDelayedDrag), go(s, "touchcancel", i._disableDelayedDrag), go(s, "mousemove", i._delayedDragTouchMoveHandler), go(s, "touchmove", i._delayedDragTouchMoveHandler), a.supportPointer && go(s, "pointermove", i._delayedDragTouchMoveHandler), i._dragStartTimer = setTimeout(l, a.delay);
817
817
  } else
818
818
  l();
819
819
  }
@@ -830,7 +830,7 @@ Yr.prototype = /** @lends Sortable.prototype */
830
830
  oo(t, "mouseup", this._disableDelayedDrag), oo(t, "touchend", this._disableDelayedDrag), oo(t, "touchcancel", this._disableDelayedDrag), oo(t, "mousemove", this._delayedDragTouchMoveHandler), oo(t, "touchmove", this._delayedDragTouchMoveHandler), oo(t, "pointermove", this._delayedDragTouchMoveHandler);
831
831
  },
832
832
  _triggerDragStart: function(t, n) {
833
- n = n || t.pointerType == "touch" && t, !this.nativeDraggable || n ? this.options.supportPointer ? vo(document, "pointermove", this._onTouchMove) : n ? vo(document, "touchmove", this._onTouchMove) : vo(document, "mousemove", this._onTouchMove) : (vo(kn, "dragend", this), vo(ca, "dragstart", this._onDragStart));
833
+ n = n || t.pointerType == "touch" && t, !this.nativeDraggable || n ? this.options.supportPointer ? go(document, "pointermove", this._onTouchMove) : n ? go(document, "touchmove", this._onTouchMove) : go(document, "mousemove", this._onTouchMove) : (go(kn, "dragend", this), go(ca, "dragstart", this._onDragStart));
834
834
  try {
835
835
  document.selection ? D2(function() {
836
836
  document.selection.empty();
@@ -842,7 +842,7 @@ Yr.prototype = /** @lends Sortable.prototype */
842
842
  if (S1 = !1, ca && kn) {
843
843
  pu("dragStarted", this, {
844
844
  evt: n
845
- }), this.nativeDraggable && vo(document, "dragover", B_e);
845
+ }), this.nativeDraggable && go(document, "dragover", B_e);
846
846
  var r = this.options;
847
847
  !t && Yu(kn, r.dragClass, !1), Yu(kn, r.ghostClass, !0), Yr.active = this, t && this._appendGhost(), Fl({
848
848
  sortable: this,
@@ -921,7 +921,7 @@ Yr.prototype = /** @lends Sortable.prototype */
921
921
  sortable: r,
922
922
  name: "clone"
923
923
  }));
924
- }), !n && Yu(kn, o.dragClass, !0), n ? (mM = !0, r._loopId = setInterval(r._emulateDragOver, 50)) : (oo(document, "mouseup", r._onDrop), oo(document, "touchend", r._onDrop), oo(document, "touchcancel", r._onDrop), i && (i.effectAllowed = "move", o.setData && o.setData.call(r, i, kn)), vo(document, "drop", r), Ur(kn, "transform", "translateZ(0)")), S1 = !0, r._dragStartId = D2(r._dragStarted.bind(r, n, t)), vo(document, "selectstart", r), FS = !0, oE && Ur(document.body, "user-select", "none");
924
+ }), !n && Yu(kn, o.dragClass, !0), n ? (mM = !0, r._loopId = setInterval(r._emulateDragOver, 50)) : (oo(document, "mouseup", r._onDrop), oo(document, "touchend", r._onDrop), oo(document, "touchcancel", r._onDrop), i && (i.effectAllowed = "move", o.setData && o.setData.call(r, i, kn)), go(document, "drop", r), Ur(kn, "transform", "translateZ(0)")), S1 = !0, r._dragStartId = D2(r._dragStarted.bind(r, n, t)), go(document, "selectstart", r), FS = !0, oE && Ur(document.body, "user-select", "none");
925
925
  },
926
926
  // Returns true - if no further action is needed (either inserted or another condition)
927
927
  _onDragOver: function(t) {
@@ -1227,11 +1227,11 @@ function D2(e) {
1227
1227
  function sj(e) {
1228
1228
  return clearTimeout(e);
1229
1229
  }
1230
- uP && vo(document, "touchmove", function(e) {
1230
+ uP && go(document, "touchmove", function(e) {
1231
1231
  (Yr.active || S1) && e.cancelable && e.preventDefault();
1232
1232
  });
1233
1233
  Yr.utils = {
1234
- on: vo,
1234
+ on: go,
1235
1235
  off: oo,
1236
1236
  css: Ur,
1237
1237
  find: dre,
@@ -1281,7 +1281,7 @@ function Y_e() {
1281
1281
  return e.prototype = {
1282
1282
  dragStarted: function(n) {
1283
1283
  var r = n.originalEvent;
1284
- this.sortable.nativeDraggable ? vo(document, "dragover", this._handleAutoScroll) : this.options.supportPointer ? vo(document, "pointermove", this._handleFallbackAutoScroll) : r.touches ? vo(document, "touchmove", this._handleFallbackAutoScroll) : vo(document, "mousemove", this._handleFallbackAutoScroll);
1284
+ this.sortable.nativeDraggable ? go(document, "dragover", this._handleAutoScroll) : this.options.supportPointer ? go(document, "pointermove", this._handleFallbackAutoScroll) : r.touches ? go(document, "touchmove", this._handleFallbackAutoScroll) : go(document, "mousemove", this._handleFallbackAutoScroll);
1285
1285
  },
1286
1286
  dragOverCompleted: function(n) {
1287
1287
  var r = n.originalEvent;
@@ -2001,59 +2001,76 @@ const pxe = {
2001
2001
  r.designer.setVueIncetance(r.widget.id, gr());
2002
2002
  let o = Le(() => r.widget.props);
2003
2003
  const a = Le({
2004
- set: (f) => {
2005
- let d = null;
2006
- f && f.length > 0 && (o.value.postLastLevel ? d = f[f.length - 1] : d = f.join(",")), o.value.isTableItem ? i("update:modelValue", d) : o.value.value = d;
2004
+ set: (d) => {
2005
+ console.log();
2006
+ let p = null;
2007
+ d && d.length > 0 && (o.value.postLastLevel ? p = d[d.length - 1] : p = d.join(",")), o.value.isTableItem ? i("update:modelValue", p) : o.value.value = p;
2007
2008
  },
2008
2009
  get: () => {
2009
- let f;
2010
- if (o.value.isTableItem ? f = r.modelValue || o.value.value : f = o.value.value, f && typeof f == "string")
2010
+ let d;
2011
+ if (o.value.isTableItem ? d = r.modelValue || o.value.value : d = o.value.value, d && typeof d == "string")
2011
2012
  if (o.value.postLastLevel && !o.value.multiple) {
2012
2013
  if (o.value.checkStrictly)
2013
- return u(o.value.options, f);
2014
+ return c(o.value.options, d);
2014
2015
  if (o.value.options)
2015
- return l(o.value.options, f);
2016
+ return u(o.value.options, d);
2016
2017
  } else
2017
- return f.split(",");
2018
+ return d.split(",");
2018
2019
  return null;
2019
2020
  }
2020
- }), s = (f) => {
2021
+ }), s = async (d, p) => {
2022
+ if (o.value.onLazyLoad) {
2023
+ d.resolve = p;
2024
+ try {
2025
+ const h = await r.designer.eventHandle({
2026
+ eventType: "onLazyLoad",
2027
+ value: d,
2028
+ widget: r.widget,
2029
+ tableItemData: r.tableItemData
2030
+ });
2031
+ return;
2032
+ } catch (h) {
2033
+ console.error("LazyLoad error:", h), p([]);
2034
+ return;
2035
+ }
2036
+ }
2037
+ }, l = (d) => {
2021
2038
  r.designer.eventHandle({
2022
2039
  eventType: "onChange",
2023
- value: f,
2040
+ value: d,
2024
2041
  tableItemData: r.tableItemData,
2025
2042
  widget: r.widget
2026
2043
  });
2027
- }, l = (f, d) => {
2028
- for (let p of f)
2029
- if (p[o.value.propsChildren] && p[o.value.propsChildren].length) {
2030
- const h = l(
2031
- p[o.value.propsChildren],
2032
- d
2044
+ }, u = (d, p) => {
2045
+ for (let h of d)
2046
+ if (h[o.value.propsChildren] && h[o.value.propsChildren].length) {
2047
+ const y = u(
2048
+ h[o.value.propsChildren],
2049
+ p
2033
2050
  );
2034
- if (h)
2035
- return [p[o.value.propsKey], ...h];
2036
- } else if (p[o.value.propsKey] === d)
2037
- return [p[o.value.propsKey]];
2051
+ if (y)
2052
+ return [h[o.value.propsKey], ...y];
2053
+ } else if (h[o.value.propsKey] === p)
2054
+ return [h[o.value.propsKey]];
2038
2055
  return null;
2039
- }, u = (f, d) => {
2040
- for (let p of f) {
2041
- if (p[o.value.propsKey] === d)
2042
- return [p[o.value.propsKey]];
2043
- if (p[o.value.propsChildren] && p[o.value.propsChildren].length) {
2044
- const h = u(p[o.value.propsChildren], d);
2045
- if (h)
2046
- return [p[o.value.propsKey], ...h];
2056
+ }, c = (d, p) => {
2057
+ for (let h of d) {
2058
+ if (h[o.value.propsKey] === p)
2059
+ return [h[o.value.propsKey]];
2060
+ if (h[o.value.propsChildren] && h[o.value.propsChildren].length) {
2061
+ const y = c(h[o.value.propsChildren], p);
2062
+ if (y)
2063
+ return [h[o.value.propsKey], ...y];
2047
2064
  }
2048
2065
  }
2049
2066
  return null;
2050
- }, c = (f) => {
2051
- o.value.options = f;
2067
+ }, f = (d) => {
2068
+ o.value.options = d;
2052
2069
  };
2053
2070
  return r.designer.requestByApisetConfig({
2054
2071
  widget: r.widget,
2055
- resultCb: ({ funRes: f, httpRes: d }) => {
2056
- f && (o.value.options = f);
2072
+ resultCb: ({ funRes: d, httpRes: p }) => {
2073
+ d && (o.value.options = d);
2057
2074
  }
2058
2075
  }), r.designer.eventHandle({
2059
2076
  eventType: "onCreated",
@@ -2064,16 +2081,16 @@ const pxe = {
2064
2081
  widget: r.widget
2065
2082
  });
2066
2083
  }), t({
2067
- changeHandle: s,
2068
- setOption: c
2069
- }), (f, d) => {
2070
- const p = pt("el-cascader"), h = pt("common-widget-label-container");
2071
- return Pe(), Et(h, { props: Y(o) }, {
2084
+ changeHandle: l,
2085
+ setOption: f
2086
+ }), (d, p) => {
2087
+ const h = pt("el-cascader"), y = pt("common-widget-label-container");
2088
+ return Pe(), Et(y, { props: Y(o) }, {
2072
2089
  default: Fe(() => [
2073
- Ne(p, {
2090
+ Ne(h, {
2074
2091
  class: "w-full",
2075
2092
  modelValue: a.value,
2076
- "onUpdate:modelValue": d[0] || (d[0] = (y) => a.value = y),
2093
+ "onUpdate:modelValue": p[0] || (p[0] = (_) => a.value = _),
2077
2094
  options: Y(o).options,
2078
2095
  size: Y(o).size,
2079
2096
  disabled: Y(o).isDetail || Y(o).disabled,
@@ -2086,9 +2103,11 @@ const pxe = {
2086
2103
  value: Y(o).propsKey,
2087
2104
  children: Y(o).propsChildren,
2088
2105
  checkStrictly: Y(o).checkStrictly,
2089
- multiple: Y(o).multiple
2106
+ multiple: Y(o).multiple,
2107
+ lazy: Y(o).lazy,
2108
+ lazyLoad: s
2090
2109
  },
2091
- onChange: s
2110
+ onChange: l
2092
2111
  }, null, 8, ["modelValue", "options", "size", "disabled", "clearable", "show-all-levels", "props"])
2093
2112
  ]),
2094
2113
  _: 1
@@ -3070,6 +3089,7 @@ const pxe = {
3070
3089
  label: "单选框",
3071
3090
  labelAlign: "right",
3072
3091
  labelWidth: "120px",
3092
+ border: !1,
3073
3093
  width: 24,
3074
3094
  apiSet: {
3075
3095
  method: "get",
@@ -4190,6 +4210,7 @@ const pxe = {
4190
4210
  width: 24,
4191
4211
  checkStrictly: !1,
4192
4212
  multiple: !1,
4213
+ lazy: !1,
4193
4214
  options: [],
4194
4215
  apiSet: {
4195
4216
  method: "post",
@@ -4204,7 +4225,8 @@ const pxe = {
4204
4225
  },
4205
4226
  onCreated: null,
4206
4227
  onMounted: null,
4207
- onChange: null
4228
+ onChange: null,
4229
+ onLazyLoad: null
4208
4230
  }
4209
4231
  },
4210
4232
  qrcode: {
@@ -4937,7 +4959,7 @@ var Dh = oh(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), zC = oh(/E
4937
4959
  capture: !1,
4938
4960
  passive: !1
4939
4961
  };
4940
- function go(e, t, n) {
4962
+ function mo(e, t, n) {
4941
4963
  e.addEventListener(t, n, !Dh && Pre);
4942
4964
  }
4943
4965
  function ao(e, t, n) {
@@ -5455,7 +5477,7 @@ function Xr(e, t) {
5455
5477
  $re(t);
5456
5478
  for (var i in this)
5457
5479
  i.charAt(0) === "_" && typeof this[i] == "function" && (this[i] = this[i].bind(this));
5458
- this.nativeDraggable = t.forceFallback ? !1 : awe, this.nativeDraggable && (this.options.touchStartThreshold = 1), t.supportPointer ? go(e, "pointerdown", this._onTapStart) : (go(e, "mousedown", this._onTapStart), go(e, "touchstart", this._onTapStart)), this.nativeDraggable && (go(e, "dragover", this), go(e, "dragenter", this)), SM.push(this.el), t.store && t.store.get && this.sort(t.store.get(this) || []), gh(this, twe());
5480
+ this.nativeDraggable = t.forceFallback ? !1 : awe, this.nativeDraggable && (this.options.touchStartThreshold = 1), t.supportPointer ? mo(e, "pointerdown", this._onTapStart) : (mo(e, "mousedown", this._onTapStart), mo(e, "touchstart", this._onTapStart)), this.nativeDraggable && (mo(e, "dragover", this), mo(e, "dragenter", this)), SM.push(this.el), t.store && t.store.get && this.sort(t.store.get(this) || []), gh(this, twe());
5459
5481
  }
5460
5482
  Xr.prototype = /** @lends Sortable.prototype */
5461
5483
  {
@@ -5526,14 +5548,14 @@ Xr.prototype = /** @lends Sortable.prototype */
5526
5548
  }), qu(Nn, a.chosenClass, !0);
5527
5549
  }, a.ignore.split(",").forEach(function(c) {
5528
5550
  Nre(Nn, c.trim(), vF);
5529
- }), go(s, "dragover", Dm), go(s, "mousemove", Dm), go(s, "touchmove", Dm), go(s, "mouseup", i._onDrop), go(s, "touchend", i._onDrop), go(s, "touchcancel", i._onDrop), E7 && this.nativeDraggable && (this.options.touchStartThreshold = 4, Nn.draggable = !0), hu("delayStart", this, {
5551
+ }), mo(s, "dragover", Dm), mo(s, "mousemove", Dm), mo(s, "touchmove", Dm), mo(s, "mouseup", i._onDrop), mo(s, "touchend", i._onDrop), mo(s, "touchcancel", i._onDrop), E7 && this.nativeDraggable && (this.options.touchStartThreshold = 4, Nn.draggable = !0), hu("delayStart", this, {
5530
5552
  evt: t
5531
5553
  }), a.delay && (!a.delayOnTouchOnly || n) && (!this.nativeDraggable || !(zC || Dh))) {
5532
5554
  if (Xr.eventCanceled) {
5533
5555
  this._onDrop();
5534
5556
  return;
5535
5557
  }
5536
- go(s, "mouseup", i._disableDelayedDrag), go(s, "touchend", i._disableDelayedDrag), go(s, "touchcancel", i._disableDelayedDrag), go(s, "mousemove", i._delayedDragTouchMoveHandler), go(s, "touchmove", i._delayedDragTouchMoveHandler), a.supportPointer && go(s, "pointermove", i._delayedDragTouchMoveHandler), i._dragStartTimer = setTimeout(l, a.delay);
5558
+ mo(s, "mouseup", i._disableDelayedDrag), mo(s, "touchend", i._disableDelayedDrag), mo(s, "touchcancel", i._disableDelayedDrag), mo(s, "mousemove", i._delayedDragTouchMoveHandler), mo(s, "touchmove", i._delayedDragTouchMoveHandler), a.supportPointer && mo(s, "pointermove", i._delayedDragTouchMoveHandler), i._dragStartTimer = setTimeout(l, a.delay);
5537
5559
  } else
5538
5560
  l();
5539
5561
  }
@@ -5550,7 +5572,7 @@ Xr.prototype = /** @lends Sortable.prototype */
5550
5572
  ao(t, "mouseup", this._disableDelayedDrag), ao(t, "touchend", this._disableDelayedDrag), ao(t, "touchcancel", this._disableDelayedDrag), ao(t, "mousemove", this._delayedDragTouchMoveHandler), ao(t, "touchmove", this._delayedDragTouchMoveHandler), ao(t, "pointermove", this._delayedDragTouchMoveHandler);
5551
5573
  },
5552
5574
  _triggerDragStart: function(t, n) {
5553
- n = n || t.pointerType == "touch" && t, !this.nativeDraggable || n ? this.options.supportPointer ? go(document, "pointermove", this._onTouchMove) : n ? go(document, "touchmove", this._onTouchMove) : go(document, "mousemove", this._onTouchMove) : (go(Nn, "dragend", this), go(fa, "dragstart", this._onDragStart));
5575
+ n = n || t.pointerType == "touch" && t, !this.nativeDraggable || n ? this.options.supportPointer ? mo(document, "pointermove", this._onTouchMove) : n ? mo(document, "touchmove", this._onTouchMove) : mo(document, "mousemove", this._onTouchMove) : (mo(Nn, "dragend", this), mo(fa, "dragstart", this._onDragStart));
5554
5576
  try {
5555
5577
  document.selection ? R2(function() {
5556
5578
  document.selection.empty();
@@ -5562,7 +5584,7 @@ Xr.prototype = /** @lends Sortable.prototype */
5562
5584
  if (E1 = !1, fa && Nn) {
5563
5585
  hu("dragStarted", this, {
5564
5586
  evt: n
5565
- }), this.nativeDraggable && go(document, "dragover", uwe);
5587
+ }), this.nativeDraggable && mo(document, "dragover", uwe);
5566
5588
  var r = this.options;
5567
5589
  !t && qu(Nn, r.dragClass, !1), qu(Nn, r.ghostClass, !0), Xr.active = this, t && this._appendGhost(), Bl({
5568
5590
  sortable: this,
@@ -5641,7 +5663,7 @@ Xr.prototype = /** @lends Sortable.prototype */
5641
5663
  sortable: r,
5642
5664
  name: "clone"
5643
5665
  }));
5644
- }), !n && qu(Nn, o.dragClass, !0), n ? (wM = !0, r._loopId = setInterval(r._emulateDragOver, 50)) : (ao(document, "mouseup", r._onDrop), ao(document, "touchend", r._onDrop), ao(document, "touchcancel", r._onDrop), i && (i.effectAllowed = "move", o.setData && o.setData.call(r, i, Nn)), go(document, "drop", r), qr(Nn, "transform", "translateZ(0)")), E1 = !0, r._dragStartId = R2(r._dragStarted.bind(r, n, t)), go(document, "selectstart", r), jS = !0, cE && qr(document.body, "user-select", "none");
5666
+ }), !n && qu(Nn, o.dragClass, !0), n ? (wM = !0, r._loopId = setInterval(r._emulateDragOver, 50)) : (ao(document, "mouseup", r._onDrop), ao(document, "touchend", r._onDrop), ao(document, "touchcancel", r._onDrop), i && (i.effectAllowed = "move", o.setData && o.setData.call(r, i, Nn)), mo(document, "drop", r), qr(Nn, "transform", "translateZ(0)")), E1 = !0, r._dragStartId = R2(r._dragStarted.bind(r, n, t)), mo(document, "selectstart", r), jS = !0, cE && qr(document.body, "user-select", "none");
5645
5667
  },
5646
5668
  // Returns true - if no further action is needed (either inserted or another condition)
5647
5669
  _onDragOver: function(t) {
@@ -5947,11 +5969,11 @@ function R2(e) {
5947
5969
  function dj(e) {
5948
5970
  return clearTimeout(e);
5949
5971
  }
5950
- cP && go(document, "touchmove", function(e) {
5972
+ cP && mo(document, "touchmove", function(e) {
5951
5973
  (Xr.active || E1) && e.cancelable && e.preventDefault();
5952
5974
  });
5953
5975
  Xr.utils = {
5954
- on: go,
5976
+ on: mo,
5955
5977
  off: ao,
5956
5978
  css: qr,
5957
5979
  find: Nre,
@@ -6002,7 +6024,7 @@ function ywe() {
6002
6024
  return e.prototype = {
6003
6025
  dragStarted: function(n) {
6004
6026
  var r = n.originalEvent;
6005
- this.sortable.nativeDraggable ? go(document, "dragover", this._handleAutoScroll) : this.options.supportPointer ? go(document, "pointermove", this._handleFallbackAutoScroll) : r.touches ? go(document, "touchmove", this._handleFallbackAutoScroll) : go(document, "mousemove", this._handleFallbackAutoScroll);
6027
+ this.sortable.nativeDraggable ? mo(document, "dragover", this._handleAutoScroll) : this.options.supportPointer ? mo(document, "pointermove", this._handleFallbackAutoScroll) : r.touches ? mo(document, "touchmove", this._handleFallbackAutoScroll) : mo(document, "mousemove", this._handleFallbackAutoScroll);
6006
6028
  },
6007
6029
  dragOverCompleted: function(n) {
6008
6030
  var r = n.originalEvent;
@@ -11745,7 +11767,7 @@ function _Ce(e, t, n, r, i, o, a, s, l) {
11745
11767
  for (var p = 0; p < o; p += Math.PI / 2)
11746
11768
  p > i && (uA[0] = UF(p) * n + e, uA[1] = GF(p) * r + t, u(s, uA, s), c(l, uA, l));
11747
11769
  }
11748
- var bo = {
11770
+ var _o = {
11749
11771
  M: 1,
11750
11772
  L: 2,
11751
11773
  C: 3,
@@ -11785,10 +11807,10 @@ var up = function() {
11785
11807
  }, e.prototype.reset = function() {
11786
11808
  this._saveData && (this._len = 0), this._pathSegLen && (this._pathSegLen = null, this._pathLen = 0), this._version++;
11787
11809
  }, e.prototype.moveTo = function(t, n) {
11788
- return this._drawPendingPt(), this.addData(bo.M, t, n), this._ctx && this._ctx.moveTo(t, n), this._x0 = t, this._y0 = n, this._xi = t, this._yi = n, this;
11810
+ return this._drawPendingPt(), this.addData(_o.M, t, n), this._ctx && this._ctx.moveTo(t, n), this._x0 = t, this._y0 = n, this._xi = t, this._yi = n, this;
11789
11811
  }, e.prototype.lineTo = function(t, n) {
11790
11812
  var r = Gp(t - this._xi), i = Gp(n - this._yi), o = r > this._ux || i > this._uy;
11791
- if (this.addData(bo.L, t, n), this._ctx && o && this._ctx.lineTo(t, n), o)
11813
+ if (this.addData(_o.L, t, n), this._ctx && o && this._ctx.lineTo(t, n), o)
11792
11814
  this._xi = t, this._yi = n, this._pendingPtDist = 0;
11793
11815
  else {
11794
11816
  var a = r * r + i * i;
@@ -11796,19 +11818,19 @@ var up = function() {
11796
11818
  }
11797
11819
  return this;
11798
11820
  }, e.prototype.bezierCurveTo = function(t, n, r, i, o, a) {
11799
- return this._drawPendingPt(), this.addData(bo.C, t, n, r, i, o, a), this._ctx && this._ctx.bezierCurveTo(t, n, r, i, o, a), this._xi = o, this._yi = a, this;
11821
+ return this._drawPendingPt(), this.addData(_o.C, t, n, r, i, o, a), this._ctx && this._ctx.bezierCurveTo(t, n, r, i, o, a), this._xi = o, this._yi = a, this;
11800
11822
  }, e.prototype.quadraticCurveTo = function(t, n, r, i) {
11801
- return this._drawPendingPt(), this.addData(bo.Q, t, n, r, i), this._ctx && this._ctx.quadraticCurveTo(t, n, r, i), this._xi = r, this._yi = i, this;
11823
+ return this._drawPendingPt(), this.addData(_o.Q, t, n, r, i), this._ctx && this._ctx.quadraticCurveTo(t, n, r, i), this._xi = r, this._yi = i, this;
11802
11824
  }, e.prototype.arc = function(t, n, r, i, o, a) {
11803
11825
  this._drawPendingPt(), Kw[0] = i, Kw[1] = o, B5(Kw, a), i = Kw[0], o = Kw[1];
11804
11826
  var s = o - i;
11805
- return this.addData(bo.A, t, n, r, r, i, s, 0, a ? 0 : 1), this._ctx && this._ctx.arc(t, n, r, i, o, a), this._xi = Vm(o) * r + t, this._yi = jm(o) * r + n, this;
11827
+ return this.addData(_o.A, t, n, r, r, i, s, 0, a ? 0 : 1), this._ctx && this._ctx.arc(t, n, r, i, o, a), this._xi = Vm(o) * r + t, this._yi = jm(o) * r + n, this;
11806
11828
  }, e.prototype.arcTo = function(t, n, r, i, o) {
11807
11829
  return this._drawPendingPt(), this._ctx && this._ctx.arcTo(t, n, r, i, o), this;
11808
11830
  }, e.prototype.rect = function(t, n, r, i) {
11809
- return this._drawPendingPt(), this._ctx && this._ctx.rect(t, n, r, i), this.addData(bo.R, t, n, r, i), this;
11831
+ return this._drawPendingPt(), this._ctx && this._ctx.rect(t, n, r, i), this.addData(_o.R, t, n, r, i), this;
11810
11832
  }, e.prototype.closePath = function() {
11811
- this._drawPendingPt(), this.addData(bo.Z);
11833
+ this._drawPendingPt(), this.addData(_o.Z);
11812
11834
  var t = this._ctx, n = this._x0, r = this._y0;
11813
11835
  return t && t.closePath(), this._xi = n, this._yi = r, this;
11814
11836
  }, e.prototype.fill = function(t) {
@@ -11859,30 +11881,30 @@ var up = function() {
11859
11881
  for (a = 0; a < this._len; ) {
11860
11882
  var s = t[a++], l = a === 1;
11861
11883
  switch (l && (n = t[a], r = t[a + 1], i = n, o = r), s) {
11862
- case bo.M:
11884
+ case _o.M:
11863
11885
  n = i = t[a++], r = o = t[a++], Md[0] = i, Md[1] = o, Id[0] = i, Id[1] = o;
11864
11886
  break;
11865
- case bo.L:
11887
+ case _o.L:
11866
11888
  b9(n, r, t[a], t[a + 1], Md, Id), n = t[a++], r = t[a++];
11867
11889
  break;
11868
- case bo.C:
11890
+ case _o.C:
11869
11891
  yCe(n, r, t[a++], t[a++], t[a++], t[a++], t[a], t[a + 1], Md, Id), n = t[a++], r = t[a++];
11870
11892
  break;
11871
- case bo.Q:
11893
+ case _o.Q:
11872
11894
  bCe(n, r, t[a++], t[a++], t[a], t[a + 1], Md, Id), n = t[a++], r = t[a++];
11873
11895
  break;
11874
- case bo.A:
11896
+ case _o.A:
11875
11897
  var u = t[a++], c = t[a++], f = t[a++], d = t[a++], p = t[a++], h = t[a++] + p;
11876
11898
  a += 1;
11877
11899
  var y = !t[a++];
11878
11900
  l && (i = Vm(p) * f + u, o = jm(p) * d + c), _Ce(u, c, f, d, p, h, y, Md, Id), n = Vm(h) * f + u, r = jm(h) * d + c;
11879
11901
  break;
11880
- case bo.R:
11902
+ case _o.R:
11881
11903
  i = n = t[a++], o = r = t[a++];
11882
11904
  var _ = t[a++], x = t[a++];
11883
11905
  b9(i, o, i + _, o + x, Md, Id);
11884
11906
  break;
11885
- case bo.Z:
11907
+ case _o.Z:
11886
11908
  n = i, r = o;
11887
11909
  break;
11888
11910
  }
@@ -11897,35 +11919,35 @@ var up = function() {
11897
11919
  h && (o = t[d], a = t[d + 1], s = o, l = a);
11898
11920
  var y = -1;
11899
11921
  switch (p) {
11900
- case bo.M:
11922
+ case _o.M:
11901
11923
  o = s = t[d++], a = l = t[d++];
11902
11924
  break;
11903
- case bo.L: {
11925
+ case _o.L: {
11904
11926
  var _ = t[d++], x = t[d++], S = _ - o, C = x - a;
11905
11927
  (Gp(S) > r || Gp(C) > i || d === n - 1) && (y = Math.sqrt(S * S + C * C), o = _, a = x);
11906
11928
  break;
11907
11929
  }
11908
- case bo.C: {
11930
+ case _o.C: {
11909
11931
  var D = t[d++], I = t[d++], _ = t[d++], x = t[d++], A = t[d++], P = t[d++];
11910
11932
  y = BSe(o, a, D, I, _, x, A, P, 10), o = A, a = P;
11911
11933
  break;
11912
11934
  }
11913
- case bo.Q: {
11935
+ case _o.Q: {
11914
11936
  var D = t[d++], I = t[d++], _ = t[d++], x = t[d++];
11915
11937
  y = jSe(o, a, D, I, _, x, 10), o = _, a = x;
11916
11938
  break;
11917
11939
  }
11918
- case bo.A:
11940
+ case _o.A:
11919
11941
  var R = t[d++], N = t[d++], B = t[d++], j = t[d++], F = t[d++], k = t[d++], H = k + F;
11920
11942
  d += 1, h && (s = Vm(F) * B + R, l = jm(F) * j + N), y = qF(B, j) * YF(Vv, Math.abs(k)), o = Vm(H) * B + R, a = jm(H) * j + N;
11921
11943
  break;
11922
- case bo.R: {
11944
+ case _o.R: {
11923
11945
  s = o = t[d++], l = a = t[d++];
11924
11946
  var z = t[d++], J = t[d++];
11925
11947
  y = z * 2 + J * 2;
11926
11948
  break;
11927
11949
  }
11928
- case bo.Z: {
11950
+ case _o.Z: {
11929
11951
  var S = s - o, C = l - a;
11930
11952
  y = Math.sqrt(S * S + C * C), o = s, a = l;
11931
11953
  break;
@@ -11939,11 +11961,11 @@ var up = function() {
11939
11961
  if (!(p && (this._pathSegLen || this._calculateLength(), h = this._pathSegLen, y = this._pathLen, S = n * y, !S)))
11940
11962
  e: for (var A = 0; A < a; ) {
11941
11963
  var P = r[A++], R = A === 1;
11942
- switch (R && (u = r[A], c = r[A + 1], s = u, l = c), P !== bo.L && C > 0 && (t.lineTo(D, I), C = 0), P) {
11943
- case bo.M:
11964
+ switch (R && (u = r[A], c = r[A + 1], s = u, l = c), P !== _o.L && C > 0 && (t.lineTo(D, I), C = 0), P) {
11965
+ case _o.M:
11944
11966
  s = u = r[A++], l = c = r[A++], t.moveTo(u, c);
11945
11967
  break;
11946
- case bo.L: {
11968
+ case _o.L: {
11947
11969
  f = r[A++], d = r[A++];
11948
11970
  var N = Gp(f - u), B = Gp(d - c);
11949
11971
  if (N > i || B > o) {
@@ -11963,7 +11985,7 @@ var up = function() {
11963
11985
  }
11964
11986
  break;
11965
11987
  }
11966
- case bo.C: {
11988
+ case _o.C: {
11967
11989
  var H = r[A++], z = r[A++], J = r[A++], re = r[A++], Z = r[A++], ee = r[A++];
11968
11990
  if (p) {
11969
11991
  var j = h[x++];
@@ -11977,7 +11999,7 @@ var up = function() {
11977
11999
  t.bezierCurveTo(H, z, J, re, Z, ee), u = Z, c = ee;
11978
12000
  break;
11979
12001
  }
11980
- case bo.Q: {
12002
+ case _o.Q: {
11981
12003
  var H = r[A++], z = r[A++], J = r[A++], re = r[A++];
11982
12004
  if (p) {
11983
12005
  var j = h[x++];
@@ -11991,7 +12013,7 @@ var up = function() {
11991
12013
  t.quadraticCurveTo(H, z, J, re), u = J, c = re;
11992
12014
  break;
11993
12015
  }
11994
- case bo.A:
12016
+ case _o.A:
11995
12017
  var de = r[A++], ge = r[A++], ke = r[A++], He = r[A++], tt = r[A++], Ue = r[A++], ct = r[A++], Xe = !r[A++], ie = ke > He ? ke : He, ue = Gp(ke - He) > 1e-3, he = tt + Ue, Ce = !1;
11996
12018
  if (p) {
11997
12019
  var j = h[x++];
@@ -12001,7 +12023,7 @@ var up = function() {
12001
12023
  break e;
12002
12024
  R && (s = Vm(tt) * ke + de, l = jm(tt) * He + ge), u = Vm(he) * ke + de, c = jm(he) * He + ge;
12003
12025
  break;
12004
- case bo.R:
12026
+ case _o.R:
12005
12027
  s = u = r[A], l = c = r[A + 1], f = r[A++], d = r[A++];
12006
12028
  var Ze = r[A++], Ae = r[A++];
12007
12029
  if (p) {
@@ -12015,7 +12037,7 @@ var up = function() {
12015
12037
  }
12016
12038
  t.rect(f, d, Ze, Ae);
12017
12039
  break;
12018
- case bo.Z:
12040
+ case _o.Z:
12019
12041
  if (p) {
12020
12042
  var j = h[x++];
12021
12043
  if (_ + j > S) {
@@ -12031,7 +12053,7 @@ var up = function() {
12031
12053
  }, e.prototype.clone = function() {
12032
12054
  var t = new e(), n = this.data;
12033
12055
  return t.data = n.slice ? n.slice() : Array.prototype.slice.call(n), t._len = this._len, t;
12034
- }, e.CMD = bo, e.initDefaultProps = function() {
12056
+ }, e.CMD = _o, e.initDefaultProps = function() {
12035
12057
  var t = e.prototype;
12036
12058
  t._saveData = !0, t._ux = 0, t._uy = 0, t._pendingPtDist = 0, t._version = 0;
12037
12059
  }(), e;
@@ -17900,7 +17922,7 @@ function Y_() {
17900
17922
  return (i !== a || o !== s) && "reset";
17901
17923
  };
17902
17924
  }
17903
- var gae = yi(), ODe = Y_(), mo = (
17925
+ var gae = yi(), ODe = Y_(), yo = (
17904
17926
  /** @class */
17905
17927
  function() {
17906
17928
  function e() {
@@ -17959,8 +17981,8 @@ function MU(e, t, n) {
17959
17981
  AU(o, n, i);
17960
17982
  });
17961
17983
  }
17962
- L5(mo, ["dispose"]);
17963
- _P(mo);
17984
+ L5(yo, ["dispose"]);
17985
+ _P(yo);
17964
17986
  function TDe(e) {
17965
17987
  return ODe(e.model);
17966
17988
  }
@@ -19816,7 +19838,7 @@ var t1, m3, xA, Cv, y3, b3, _3, iS, oS, QU, eY, x3, tY, wA, nY, jae, Mc, rY, $ae
19816
19838
  // For backward compat, still support a chart type declared as only subType
19817
19839
  // like "liquidfill", but recommend "series.liquidfill"
19818
19840
  // But need a base class to make a type series.
19819
- mo.getClass(B.sub)
19841
+ yo.getClass(B.sub)
19820
19842
  );
19821
19843
  process.env.NODE_ENV !== "production" && Yn(j, B.sub + " does not exist."), N = new j(), N.init(p, S), _[R] = N, y.push(N), x.add(N.group);
19822
19844
  }
@@ -19915,7 +19937,7 @@ var t1, m3, xA, Cv, y3, b3, _3, iS, oS, QU, eY, x3, tY, wA, nY, jae, Mc, rY, $ae
19915
19937
  },
19916
19938
  updateView: function(f) {
19917
19939
  var d = this._model;
19918
- d && (d.setUpdatePayload(f), mo.markUpdateMethod(f, "updateView"), n(d), this._scheduler.performVisualTasks(d, f, {
19940
+ d && (d.setUpdatePayload(f), yo.markUpdateMethod(f, "updateView"), n(d), this._scheduler.performVisualTasks(d, f, {
19919
19941
  setDirty: !0
19920
19942
  }), x3(this, d, this._api, f, {}), Bf.trigger("afterupdate", d, this._api));
19921
19943
  },
@@ -19923,7 +19945,7 @@ var t1, m3, xA, Cv, y3, b3, _3, iS, oS, QU, eY, x3, tY, wA, nY, jae, Mc, rY, $ae
19923
19945
  var d = this, p = this._model;
19924
19946
  p && (p.setUpdatePayload(f), p.eachSeries(function(h) {
19925
19947
  h.getData().clearAllVisual();
19926
- }), mo.markUpdateMethod(f, "updateVisual"), n(p), this._scheduler.performVisualTasks(p, f, {
19948
+ }), yo.markUpdateMethod(f, "updateVisual"), n(p), this._scheduler.performVisualTasks(p, f, {
19927
19949
  visualType: "visual",
19928
19950
  setDirty: !0
19929
19951
  }), p.eachComponent(function(h, y) {
@@ -20375,7 +20397,7 @@ var aY = [], qAe = {
20375
20397
  ComponentModel: Qr,
20376
20398
  ComponentView: qo,
20377
20399
  SeriesModel: Mo,
20378
- ChartView: mo,
20400
+ ChartView: yo,
20379
20401
  // TODO Use ComponentModel and SeriesModel instead of Constructor
20380
20402
  registerComponentModel: function(e) {
20381
20403
  Qr.registerClass(e);
@@ -20387,7 +20409,7 @@ var aY = [], qAe = {
20387
20409
  Mo.registerClass(e);
20388
20410
  },
20389
20411
  registerChartView: function(e) {
20390
- mo.registerClass(e);
20412
+ yo.registerClass(e);
20391
20413
  },
20392
20414
  registerSubTypeDefaulter: function(e, t) {
20393
20415
  Qr.registerSubTypeDefaulter(e, t);
@@ -25463,14 +25485,14 @@ var _Ie = (
25463
25485
  }
25464
25486
  u.highlight();
25465
25487
  } else
25466
- mo.prototype.highlight.call(this, n, r, i, o);
25488
+ yo.prototype.highlight.call(this, n, r, i, o);
25467
25489
  }, t.prototype.downplay = function(n, r, i, o) {
25468
25490
  var a = n.getData(), s = a0(a, o);
25469
25491
  if (this._changePolyState("normal"), s != null && s >= 0) {
25470
25492
  var l = a.getItemGraphicEl(s);
25471
25493
  l && (l.__temp ? (a.setItemGraphicEl(s, null), this.group.remove(l)) : l.downplay());
25472
25494
  } else
25473
- mo.prototype.downplay.call(this, n, r, i, o);
25495
+ yo.prototype.downplay.call(this, n, r, i, o);
25474
25496
  }, t.prototype._changePolyState = function(n) {
25475
25497
  var r = this._polygon;
25476
25498
  BM(this._polyline, n), r && BM(r, n);
@@ -25641,7 +25663,7 @@ var _Ie = (
25641
25663
  o.__temp && (r.remove(o), i.setItemGraphicEl(a, null));
25642
25664
  }), this._polyline = this._polygon = this._coordSys = this._points = this._stackedOnPoints = this._endLabel = this._data = null;
25643
25665
  }, t.type = "line", t;
25644
- }(mo)
25666
+ }(yo)
25645
25667
  );
25646
25668
  function iO(e, t) {
25647
25669
  return {
@@ -26162,7 +26184,7 @@ var AIe = (
26162
26184
  }, t.prototype._removeBackground = function() {
26163
26185
  this.group.remove(this._backgroundGroup), this._backgroundGroup = null;
26164
26186
  }, t.type = "bar", t;
26165
- }(mo)
26187
+ }(yo)
26166
26188
  ), WY = {
26167
26189
  cartesian2d: function(e, t) {
26168
26190
  var n = t.width < 0 ? -1 : 1, r = t.height < 0 ? -1 : 1;
@@ -26879,7 +26901,7 @@ var HIe = (
26879
26901
  return l <= o.r && l >= o.r0;
26880
26902
  }
26881
26903
  }, t.type = "pie", t;
26882
- }(mo)
26904
+ }(yo)
26883
26905
  );
26884
26906
  function Z_(e, t, n) {
26885
26907
  t = Xt(t) && {
@@ -27293,7 +27315,7 @@ var XIe = (
27293
27315
  this._symbolDraw && this._symbolDraw.remove(!0), this._symbolDraw = null;
27294
27316
  }, t.prototype.dispose = function() {
27295
27317
  }, t.type = "scatter", t;
27296
- }(mo)
27318
+ }(yo)
27297
27319
  ), ePe = (
27298
27320
  /** @class */
27299
27321
  function(e) {
@@ -28674,7 +28696,7 @@ var MPe = (
28674
28696
  }, t.prototype.remove = function() {
28675
28697
  this.group.removeAll(), this._data = null;
28676
28698
  }, t.type = "radar", t;
28677
- }(mo)
28699
+ }(yo)
28678
28700
  ), IPe = (
28679
28701
  /** @class */
28680
28702
  function(e) {
@@ -30163,7 +30185,7 @@ var pRe = (
30163
30185
  }
30164
30186
  });
30165
30187
  }, t.type = "map", t;
30166
- }(mo)
30188
+ }(yo)
30167
30189
  ), hRe = (
30168
30190
  /** @class */
30169
30191
  function(e) {
@@ -31065,7 +31087,7 @@ var NRe = (
31065
31087
  }, t.prototype.remove = function() {
31066
31088
  this._mainGroup.removeAll(), this._data = null;
31067
31089
  }, t.type = "tree", t;
31068
- }(mo)
31090
+ }(yo)
31069
31091
  );
31070
31092
  function Bq(e, t) {
31071
31093
  var n = e.getItemLayout(t);
@@ -32305,7 +32327,7 @@ var T$ = ar, Wq = gi, Gq = 3, Uq = "label", Yq = "upperLabel", lNe = B_ * 10, uN
32305
32327
  }
32306
32328
  }, this), i;
32307
32329
  }, t.type = "treemap", t;
32308
- }(mo)
32330
+ }(yo)
32309
32331
  );
32310
32332
  function pS() {
32311
32333
  return {
@@ -33890,7 +33912,7 @@ var QNe = (
33890
33912
  }, t.prototype.remove = function() {
33891
33913
  clearTimeout(this._layoutTimeout), this._layouting = !1, this._layoutTimeout = null, this._symbolDraw && this._symbolDraw.remove(), this._lineDraw && this._lineDraw.remove();
33892
33914
  }, t.type = "graph", t;
33893
- }(mo)
33915
+ }(yo)
33894
33916
  );
33895
33917
  function s1(e) {
33896
33918
  return "_EC_" + e;
@@ -34627,7 +34649,7 @@ var ske = (
34627
34649
  d.add(D);
34628
34650
  }), this.group.add(d), this._titleEls = p, this._detailEls = h;
34629
34651
  }, t.type = "gauge", t;
34630
- }(mo)
34652
+ }(yo)
34631
34653
  ), lke = (
34632
34654
  /** @class */
34633
34655
  function(e) {
@@ -34861,7 +34883,7 @@ var cke = ["itemStyle", "opacity"], fke = (
34861
34883
  this.group.removeAll(), this._data = null;
34862
34884
  }, t.prototype.dispose = function() {
34863
34885
  }, t.type = "funnel", t;
34864
- }(mo)
34886
+ }(yo)
34865
34887
  ), pke = (
34866
34888
  /** @class */
34867
34889
  function(e) {
@@ -35079,7 +35101,7 @@ var bke = 0.3, _ke = (
35079
35101
  }, t.prototype.remove = function() {
35080
35102
  this._dataGroup && this._dataGroup.removeAll(), this._data = null;
35081
35103
  }, t.type = "parallel", t;
35082
- }(mo)
35104
+ }(yo)
35083
35105
  );
35084
35106
  function xke(e, t, n) {
35085
35107
  var r = e.model, i = e.getRect(), o = new gi({
@@ -36310,7 +36332,7 @@ var pLe = (
36310
36332
  })), this._data = n.getData();
36311
36333
  }, t.prototype.dispose = function() {
36312
36334
  }, t.type = "sankey", t;
36313
- }(mo)
36335
+ }(yo)
36314
36336
  );
36315
36337
  function bX(e, t, n) {
36316
36338
  switch (e.fill) {
@@ -36903,7 +36925,7 @@ var BLe = (
36903
36925
  o && r.remove(o);
36904
36926
  });
36905
36927
  }, t.type = "boxplot", t;
36906
- }(mo)
36928
+ }(yo)
36907
36929
  ), VLe = (
36908
36930
  /** @class */
36909
36931
  /* @__PURE__ */ function() {
@@ -37129,7 +37151,7 @@ var XLe = ["color", "borderColor"], KLe = (
37129
37151
  }, t.prototype._clear = function() {
37130
37152
  this.group.removeAll(), this._data = null;
37131
37153
  }, t.type = "candlestick", t;
37132
- }(mo)
37154
+ }(yo)
37133
37155
  ), ZLe = (
37134
37156
  /** @class */
37135
37157
  /* @__PURE__ */ function() {
@@ -37516,7 +37538,7 @@ var fFe = (
37516
37538
  }, t.prototype.remove = function(n, r) {
37517
37539
  this._symbolDraw && this._symbolDraw.remove(!0);
37518
37540
  }, t.type = "effectScatter", t;
37519
- }(mo)
37541
+ }(yo)
37520
37542
  ), pFe = (
37521
37543
  /** @class */
37522
37544
  function(e) {
@@ -37953,7 +37975,7 @@ var hue = (
37953
37975
  }, t.prototype.dispose = function(n, r) {
37954
37976
  this.remove(n, r);
37955
37977
  }, t.type = "lines", t;
37956
- }(mo)
37978
+ }(yo)
37957
37979
  ), _Fe = typeof Uint32Array > "u" ? Array : Uint32Array, xFe = typeof Float64Array > "u" ? Array : Float64Array;
37958
37980
  function CX(e) {
37959
37981
  var t = e.data;
@@ -38298,7 +38320,7 @@ var AFe = (
38298
38320
  });
38299
38321
  this.group.add(A);
38300
38322
  }, t.type = "heatmap", t;
38301
- }(mo)
38323
+ }(yo)
38302
38324
  ), MFe = (
38303
38325
  /** @class */
38304
38326
  function(e) {
@@ -38395,7 +38417,7 @@ var PFe = ["itemStyle", "borderWidth"], TX = [{
38395
38417
  IX(o, dr(a).dataIndex, n, a);
38396
38418
  }) : i.removeAll();
38397
38419
  }, t.type = "pictorialBar", t;
38398
- }(mo)
38420
+ }(yo)
38399
38421
  );
38400
38422
  function DX(e, t, n, r) {
38401
38423
  var i = e.getItemLayout(t), o = n.get("symbolRepeat"), a = n.get("symbolClip"), s = n.get("symbolPosition") || "start", l = n.get("symbolRotate"), u = (l || 0) * Math.PI / 180 || 0, c = n.get("symbolPatternSize") || 2, f = n.isAnimationEnabled(), d = {
@@ -38756,7 +38778,7 @@ var HFe = (
38756
38778
  }
38757
38779
  this._layersSeries = l, this._layers = h;
38758
38780
  }, t.type = "themeRiver", t;
38759
- }(mo)
38781
+ }(yo)
38760
38782
  );
38761
38783
  function WFe(e, t, n) {
38762
38784
  var r = new gi({
@@ -39136,7 +39158,7 @@ var QFe = (
39136
39158
  return l <= o.r && l >= o.r0;
39137
39159
  }
39138
39160
  }, t.type = "sunburst", t;
39139
- }(mo)
39161
+ }(yo)
39140
39162
  ), e3e = (
39141
39163
  /** @class */
39142
39164
  function(e) {
@@ -39928,7 +39950,7 @@ var A3e = (
39928
39950
  return !0;
39929
39951
  return !1;
39930
39952
  }, t.type = "custom", t;
39931
- }(mo)
39953
+ }(yo)
39932
39954
  );
39933
39955
  function o8(e) {
39934
39956
  var t = e.type, n;
@@ -76261,7 +76283,7 @@ const sr = {
76261
76283
  value: eV,
76262
76284
  valueOf: eV,
76263
76285
  wrapperChain: sJe
76264
- }, yo = {
76286
+ }, bo = {
76265
76287
  camelCase: zWe,
76266
76288
  capitalize: Afe,
76267
76289
  deburr: Mfe,
@@ -76510,7 +76532,7 @@ Ie.slice = sr.slice;
76510
76532
  Ie.sortBy = No.sortBy;
76511
76533
  Ie.sortedUniq = sr.sortedUniq;
76512
76534
  Ie.sortedUniqBy = sr.sortedUniqBy;
76513
- Ie.split = yo.split;
76535
+ Ie.split = bo.split;
76514
76536
  Ie.spread = La.spread;
76515
76537
  Ie.tail = sr.tail;
76516
76538
  Ie.take = sr.take;
@@ -76541,7 +76563,7 @@ Ie.updateWith = ri.updateWith;
76541
76563
  Ie.values = ri.values;
76542
76564
  Ie.valuesIn = ri.valuesIn;
76543
76565
  Ie.without = sr.without;
76544
- Ie.words = yo.words;
76566
+ Ie.words = bo.words;
76545
76567
  Ie.wrap = La.wrap;
76546
76568
  Ie.xor = sr.xor;
76547
76569
  Ie.xorBy = sr.xorBy;
@@ -76557,8 +76579,8 @@ Ie.extendWith = ri.assignInWith;
76557
76579
  DH(Ie, Ie);
76558
76580
  Ie.add = nu.add;
76559
76581
  Ie.attempt = So.attempt;
76560
- Ie.camelCase = yo.camelCase;
76561
- Ie.capitalize = yo.capitalize;
76582
+ Ie.camelCase = bo.camelCase;
76583
+ Ie.capitalize = bo.capitalize;
76562
76584
  Ie.ceil = nu.ceil;
76563
76585
  Ie.clamp = TH.clamp;
76564
76586
  Ie.clone = Nr.clone;
@@ -76566,13 +76588,13 @@ Ie.cloneDeep = Nr.cloneDeep;
76566
76588
  Ie.cloneDeepWith = Nr.cloneDeepWith;
76567
76589
  Ie.cloneWith = Nr.cloneWith;
76568
76590
  Ie.conformsTo = Nr.conformsTo;
76569
- Ie.deburr = yo.deburr;
76591
+ Ie.deburr = bo.deburr;
76570
76592
  Ie.defaultTo = So.defaultTo;
76571
76593
  Ie.divide = nu.divide;
76572
- Ie.endsWith = yo.endsWith;
76594
+ Ie.endsWith = bo.endsWith;
76573
76595
  Ie.eq = Nr.eq;
76574
- Ie.escape = yo.escape;
76575
- Ie.escapeRegExp = yo.escapeRegExp;
76596
+ Ie.escape = bo.escape;
76597
+ Ie.escapeRegExp = bo.escapeRegExp;
76576
76598
  Ie.every = No.every;
76577
76599
  Ie.find = No.find;
76578
76600
  Ie.findIndex = sr.findIndex;
@@ -76636,11 +76658,11 @@ Ie.isUndefined = Nr.isUndefined;
76636
76658
  Ie.isWeakMap = Nr.isWeakMap;
76637
76659
  Ie.isWeakSet = Nr.isWeakSet;
76638
76660
  Ie.join = sr.join;
76639
- Ie.kebabCase = yo.kebabCase;
76661
+ Ie.kebabCase = bo.kebabCase;
76640
76662
  Ie.last = dc;
76641
76663
  Ie.lastIndexOf = sr.lastIndexOf;
76642
- Ie.lowerCase = yo.lowerCase;
76643
- Ie.lowerFirst = yo.lowerFirst;
76664
+ Ie.lowerCase = bo.lowerCase;
76665
+ Ie.lowerFirst = bo.lowerFirst;
76644
76666
  Ie.lt = Nr.lt;
76645
76667
  Ie.lte = Nr.lte;
76646
76668
  Ie.max = nu.max;
@@ -76658,20 +76680,20 @@ Ie.multiply = nu.multiply;
76658
76680
  Ie.nth = sr.nth;
76659
76681
  Ie.noop = So.noop;
76660
76682
  Ie.now = gJe.now;
76661
- Ie.pad = yo.pad;
76662
- Ie.padEnd = yo.padEnd;
76663
- Ie.padStart = yo.padStart;
76664
- Ie.parseInt = yo.parseInt;
76683
+ Ie.pad = bo.pad;
76684
+ Ie.padEnd = bo.padEnd;
76685
+ Ie.padStart = bo.padStart;
76686
+ Ie.parseInt = bo.parseInt;
76665
76687
  Ie.random = TH.random;
76666
76688
  Ie.reduce = No.reduce;
76667
76689
  Ie.reduceRight = No.reduceRight;
76668
- Ie.repeat = yo.repeat;
76669
- Ie.replace = yo.replace;
76690
+ Ie.repeat = bo.repeat;
76691
+ Ie.replace = bo.replace;
76670
76692
  Ie.result = ri.result;
76671
76693
  Ie.round = nu.round;
76672
76694
  Ie.sample = No.sample;
76673
76695
  Ie.size = No.size;
76674
- Ie.snakeCase = yo.snakeCase;
76696
+ Ie.snakeCase = bo.snakeCase;
76675
76697
  Ie.some = No.some;
76676
76698
  Ie.sortedIndex = sr.sortedIndex;
76677
76699
  Ie.sortedIndexBy = sr.sortedIndexBy;
@@ -76679,29 +76701,29 @@ Ie.sortedIndexOf = sr.sortedIndexOf;
76679
76701
  Ie.sortedLastIndex = sr.sortedLastIndex;
76680
76702
  Ie.sortedLastIndexBy = sr.sortedLastIndexBy;
76681
76703
  Ie.sortedLastIndexOf = sr.sortedLastIndexOf;
76682
- Ie.startCase = yo.startCase;
76683
- Ie.startsWith = yo.startsWith;
76704
+ Ie.startCase = bo.startCase;
76705
+ Ie.startsWith = bo.startsWith;
76684
76706
  Ie.subtract = nu.subtract;
76685
76707
  Ie.sum = nu.sum;
76686
76708
  Ie.sumBy = nu.sumBy;
76687
- Ie.template = yo.template;
76709
+ Ie.template = bo.template;
76688
76710
  Ie.times = So.times;
76689
76711
  Ie.toFinite = Nr.toFinite;
76690
76712
  Ie.toInteger = mi;
76691
76713
  Ie.toLength = Nr.toLength;
76692
- Ie.toLower = yo.toLower;
76714
+ Ie.toLower = bo.toLower;
76693
76715
  Ie.toNumber = Nr.toNumber;
76694
76716
  Ie.toSafeInteger = Nr.toSafeInteger;
76695
76717
  Ie.toString = Nr.toString;
76696
- Ie.toUpper = yo.toUpper;
76697
- Ie.trim = yo.trim;
76698
- Ie.trimEnd = yo.trimEnd;
76699
- Ie.trimStart = yo.trimStart;
76700
- Ie.truncate = yo.truncate;
76701
- Ie.unescape = yo.unescape;
76718
+ Ie.toUpper = bo.toUpper;
76719
+ Ie.trim = bo.trim;
76720
+ Ie.trimEnd = bo.trimEnd;
76721
+ Ie.trimStart = bo.trimStart;
76722
+ Ie.truncate = bo.truncate;
76723
+ Ie.unescape = bo.unescape;
76702
76724
  Ie.uniqueId = So.uniqueId;
76703
- Ie.upperCase = yo.upperCase;
76704
- Ie.upperFirst = yo.upperFirst;
76725
+ Ie.upperCase = bo.upperCase;
76726
+ Ie.upperFirst = bo.upperFirst;
76705
76727
  Ie.each = No.forEach;
76706
76728
  Ie.eachRight = No.forEachRight;
76707
76729
  Ie.first = sr.head;
@@ -76712,7 +76734,7 @@ DH(Ie, function() {
76712
76734
  }), e;
76713
76735
  }(), { chain: !1 });
76714
76736
  Ie.VERSION = OJe;
76715
- (Ie.templateSettings = yo.templateSettings).imports._ = Ie;
76737
+ (Ie.templateSettings = bo.templateSettings).imports._ = Ie;
76716
76738
  lf(["bind", "bindKey", "curry", "curryRight", "partial", "partialRight"], function(e) {
76717
76739
  Ie[e].placeholder = Ie;
76718
76740
  });
@@ -80901,14 +80923,19 @@ const Tet = /* @__PURE__ */ Object.assign({ name: "widget-qrcode" }, {
80901
80923
  Y(o).isButton ? yt("", !0) : (Pe(!0), qt(_r, { key: 0 }, Ti(Y(o).list, (h, y) => (Pe(), Et(c, {
80902
80924
  key: h.value,
80903
80925
  value: h.value,
80926
+ border: Y(o).border,
80904
80927
  class: "w-full",
80905
- style: Zi({ width: Y(o).isBlock ? "" : "auto" })
80928
+ style: Zi({
80929
+ width: Y(o).isBlock ? "" : "auto",
80930
+ marginRight: Y(o).border && Y(o).isBlock ? "0" : "10px",
80931
+ marginBottom: Y(o).border && Y(o).isBlock ? "10px" : "0"
80932
+ })
80906
80933
  }, {
80907
80934
  default: Fe(() => [
80908
80935
  qn(In(h.label), 1)
80909
80936
  ]),
80910
80937
  _: 2
80911
- }, 1032, ["value", "style"]))), 128)),
80938
+ }, 1032, ["value", "border", "style"]))), 128)),
80912
80939
  Y(o).isButton ? (Pe(!0), qt(_r, { key: 1 }, Ti(Y(o).list, (h, y) => (Pe(), Et(f, {
80913
80940
  key: h.value,
80914
80941
  value: h.value,
@@ -80922,7 +80949,7 @@ const Tet = /* @__PURE__ */ Object.assign({ name: "widget-qrcode" }, {
80922
80949
  }, 8, ["props"]);
80923
80950
  };
80924
80951
  }
80925
- }), Iet = /* @__PURE__ */ ls(Met, [["__scopeId", "data-v-a4d21435"]]), Pet = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
80952
+ }), Iet = /* @__PURE__ */ ls(Met, [["__scopeId", "data-v-8b8c5014"]]), Pet = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
80926
80953
  __proto__: null,
80927
80954
  default: Iet
80928
80955
  }, Symbol.toStringTag, { value: "Module" })), Ret = /* @__PURE__ */ Object.assign({ name: "widget-rate" }, {
@@ -92058,7 +92085,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
92058
92085
  e.component(t, bne[t]);
92059
92086
  });
92060
92087
  }
92061
- }, _o = /* @__PURE__ */ Object.assign({ name: "modalEditor" }, {
92088
+ }, vo = /* @__PURE__ */ Object.assign({ name: "modalEditor" }, {
92062
92089
  __name: "modalEditor",
92063
92090
  props: {
92064
92091
  modelValue: [String, null],
@@ -92293,7 +92320,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
92293
92320
  We("div", TTt, [
92294
92321
  p[23] || (p[23] = We("div", { class: "lab" }, "参数适配器", -1)),
92295
92322
  We("div", DTt, [
92296
- Ne(_o, {
92323
+ Ne(vo, {
92297
92324
  designer: Y(i),
92298
92325
  modelValue: Y(o).paramsFormat,
92299
92326
  "onUpdate:modelValue": p[4] || (p[4] = (R) => Y(o).paramsFormat = R),
@@ -92351,7 +92378,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
92351
92378
  We("div", RTt, [
92352
92379
  p[34] || (p[34] = We("div", { class: "lab" }, "请求头适配器", -1)),
92353
92380
  We("div", NTt, [
92354
- Ne(_o, {
92381
+ Ne(vo, {
92355
92382
  designer: Y(i),
92356
92383
  onCloseParent: l,
92357
92384
  modelValue: Y(o).headersFormat,
@@ -92391,7 +92418,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
92391
92418
  We("div", kTt, [
92392
92419
  p[36] || (p[36] = We("div", { class: "lab" }, "请求成功适配器", -1)),
92393
92420
  We("div", LTt, [
92394
- Ne(_o, {
92421
+ Ne(vo, {
92395
92422
  designer: Y(i),
92396
92423
  modelValue: Y(o).successFormat,
92397
92424
  "onUpdate:modelValue": p[8] || (p[8] = (R) => Y(o).successFormat = R),
@@ -92424,7 +92451,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
92424
92451
  We("div", FTt, [
92425
92452
  p[38] || (p[38] = We("div", { class: "lab" }, "请求失败适配器", -1)),
92426
92453
  We("div", BTt, [
92427
- Ne(_o, {
92454
+ Ne(vo, {
92428
92455
  designer: Y(i),
92429
92456
  modelValue: Y(o).errorFormat,
92430
92457
  "onUpdate:modelValue": p[9] || (p[9] = (R) => Y(o).errorFormat = R),
@@ -95026,7 +95053,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95026
95053
  },
95027
95054
  setup(e) {
95028
95055
  const n = Object.fromEntries(
95029
- Object.entries(/* @__PURE__ */ Object.assign({ "../widgetConfigComps/config-alert/index.vue": () => import("./index-ZVIqhtUw.js"), "../widgetConfigComps/config-button/index.vue": () => import("./index-CvnfmMTc.js"), "../widgetConfigComps/config-card/index.vue": () => import("./index-BJ0vPF5A.js"), "../widgetConfigComps/config-cascader/index.vue": () => import("./index-DsyWW00w.js"), "../widgetConfigComps/config-checkCode/index.vue": () => import("./index-kUQct_cM.js"), "../widgetConfigComps/config-checkbox/index.vue": () => import("./index-DM5DPltp.js"), "../widgetConfigComps/config-codeEditor/index.vue": () => import("./index-CzkuANsf.js"), "../widgetConfigComps/config-datatable/index.vue": () => import("./index-BDJWTTzb.js"), "../widgetConfigComps/config-date/index.vue": () => import("./index-C0NmmaE2.js"), "../widgetConfigComps/config-div/index.vue": () => import("./index-BAEL_Fhr.js"), "../widgetConfigComps/config-echarts/index.vue": () => import("./index-ByOqT6L2.js"), "../widgetConfigComps/config-editor/index.vue": () => import("./index-CXNYHPLK.js"), "../widgetConfigComps/config-file/index.vue": () => import("./index-BRnMjd7_.js"), "../widgetConfigComps/config-form/index.vue": () => import("./index-CIaeKFCl.js"), "../widgetConfigComps/config-homepage/index.vue": () => import("./index-CifChfEv.js"), "../widgetConfigComps/config-image/index.vue": () => import("./index-dGJDj4ro.js"), "../widgetConfigComps/config-input/index.vue": () => import("./index-kzElMYkk.js"), "../widgetConfigComps/config-modal/index.vue": () => import("./index-CiNAZsvy.js"), "../widgetConfigComps/config-modal2/index.vue": () => import("./index-D7zr1ztZ.js"), "../widgetConfigComps/config-progress/index.vue": () => import("./index-c0zw96Jm.js"), "../widgetConfigComps/config-qrcode/index.vue": () => import("./index-DHjsGntq.js"), "../widgetConfigComps/config-radio/index.vue": () => import("./index-DVgKDMax.js"), "../widgetConfigComps/config-rate/index.vue": () => import("./index-B0fldwhm.js"), "../widgetConfigComps/config-select/index.vue": () => import("./index-B1b5cejN.js"), "../widgetConfigComps/config-selects/index.vue": () => import("./index-CZZfzYn7.js"), "../widgetConfigComps/config-statistic/index.vue": () => import("./index-BXBsIMM0.js"), "../widgetConfigComps/config-steps/index.vue": () => import("./index-Z-aOg_t5.js"), "../widgetConfigComps/config-switch/index.vue": () => import("./index-Dag4zSq7.js"), "../widgetConfigComps/config-tag/index.vue": () => import("./index-CWsR8Rz3.js"), "../widgetConfigComps/config-text/index.vue": () => import("./index-BYbxnzUx.js"), "../widgetConfigComps/config-time/index.vue": () => import("./index-zkXVDNsL.js"), "../widgetConfigComps/config-timeline/index.vue": () => import("./index-ZrFuG6QO.js"), "../widgetConfigComps/config-title/index.vue": () => import("./index-C78PiK5v.js"), "../widgetConfigComps/config-transfer/index.vue": () => import("./index-DQ3y00Pa.js") })).map(([p, h]) => {
95056
+ Object.entries(/* @__PURE__ */ Object.assign({ "../widgetConfigComps/config-alert/index.vue": () => import("./index-ZVIqhtUw.js"), "../widgetConfigComps/config-button/index.vue": () => import("./index-CvnfmMTc.js"), "../widgetConfigComps/config-card/index.vue": () => import("./index-BJ0vPF5A.js"), "../widgetConfigComps/config-cascader/index.vue": () => import("./index-BcUJtkEW.js"), "../widgetConfigComps/config-checkCode/index.vue": () => import("./index-kUQct_cM.js"), "../widgetConfigComps/config-checkbox/index.vue": () => import("./index-DM5DPltp.js"), "../widgetConfigComps/config-codeEditor/index.vue": () => import("./index-CzkuANsf.js"), "../widgetConfigComps/config-datatable/index.vue": () => import("./index-CbbFzp8J.js"), "../widgetConfigComps/config-date/index.vue": () => import("./index-C0NmmaE2.js"), "../widgetConfigComps/config-div/index.vue": () => import("./index-BAEL_Fhr.js"), "../widgetConfigComps/config-echarts/index.vue": () => import("./index-BNGoBiUD.js"), "../widgetConfigComps/config-editor/index.vue": () => import("./index-CXNYHPLK.js"), "../widgetConfigComps/config-file/index.vue": () => import("./index-BRnMjd7_.js"), "../widgetConfigComps/config-form/index.vue": () => import("./index-CIaeKFCl.js"), "../widgetConfigComps/config-homepage/index.vue": () => import("./index-CifChfEv.js"), "../widgetConfigComps/config-image/index.vue": () => import("./index-dGJDj4ro.js"), "../widgetConfigComps/config-input/index.vue": () => import("./index-kzElMYkk.js"), "../widgetConfigComps/config-modal/index.vue": () => import("./index-CiNAZsvy.js"), "../widgetConfigComps/config-modal2/index.vue": () => import("./index-D7zr1ztZ.js"), "../widgetConfigComps/config-progress/index.vue": () => import("./index-c0zw96Jm.js"), "../widgetConfigComps/config-qrcode/index.vue": () => import("./index-DHjsGntq.js"), "../widgetConfigComps/config-radio/index.vue": () => import("./index-DYFp4hH-.js"), "../widgetConfigComps/config-rate/index.vue": () => import("./index-B0fldwhm.js"), "../widgetConfigComps/config-select/index.vue": () => import("./index-B1b5cejN.js"), "../widgetConfigComps/config-selects/index.vue": () => import("./index-CZZfzYn7.js"), "../widgetConfigComps/config-statistic/index.vue": () => import("./index-HqjlBsDK.js"), "../widgetConfigComps/config-steps/index.vue": () => import("./index-snyfuILC.js"), "../widgetConfigComps/config-switch/index.vue": () => import("./index-Dag4zSq7.js"), "../widgetConfigComps/config-tag/index.vue": () => import("./index-C_HyN4SO.js"), "../widgetConfigComps/config-text/index.vue": () => import("./index-BYbxnzUx.js"), "../widgetConfigComps/config-time/index.vue": () => import("./index-zkXVDNsL.js"), "../widgetConfigComps/config-timeline/index.vue": () => import("./index-D9e7RvGb.js"), "../widgetConfigComps/config-title/index.vue": () => import("./index-C78PiK5v.js"), "../widgetConfigComps/config-transfer/index.vue": () => import("./index-DQ3y00Pa.js") })).map(([p, h]) => {
95030
95057
  const y = p.match(/\/([^/]+)\/index\.vue$/);
95031
95058
  return [y ? y[1] : null, v_e(h)];
95032
95059
  })
@@ -95397,7 +95424,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95397
95424
  label: "onCreated"
95398
95425
  }, {
95399
95426
  default: Fe(() => [
95400
- Ne(_o, {
95427
+ Ne(vo, {
95401
95428
  modelValue: Y(d).props.onCreated,
95402
95429
  "onUpdate:modelValue": h[16] || (h[16] = (k) => Y(d).props.onCreated = k),
95403
95430
  params: ["widget", "self", "app"],
@@ -95411,7 +95438,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95411
95438
  label: "onMounted"
95412
95439
  }, {
95413
95440
  default: Fe(() => [
95414
- Ne(_o, {
95441
+ Ne(vo, {
95415
95442
  modelValue: Y(d).props.onMounted,
95416
95443
  "onUpdate:modelValue": h[17] || (h[17] = (k) => Y(d).props.onMounted = k),
95417
95444
  params: ["widget", "self", "app"],
@@ -95425,7 +95452,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95425
95452
  label: "onInput"
95426
95453
  }, {
95427
95454
  default: Fe(() => [
95428
- Ne(_o, {
95455
+ Ne(vo, {
95429
95456
  modelValue: Y(d).props.onInput,
95430
95457
  "onUpdate:modelValue": h[18] || (h[18] = (k) => Y(d).props.onInput = k),
95431
95458
  params: ["value", "widget", "tableItemData", "self", "app"],
@@ -95439,7 +95466,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95439
95466
  label: "onChange"
95440
95467
  }, {
95441
95468
  default: Fe(() => [
95442
- Ne(_o, {
95469
+ Ne(vo, {
95443
95470
  modelValue: Y(d).props.onChange,
95444
95471
  "onUpdate:modelValue": h[19] || (h[19] = (k) => Y(d).props.onChange = k),
95445
95472
  params: ["value", "widget", "tableItemData", "self", "app"],
@@ -95453,7 +95480,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95453
95480
  label: "onFocus"
95454
95481
  }, {
95455
95482
  default: Fe(() => [
95456
- Ne(_o, {
95483
+ Ne(vo, {
95457
95484
  modelValue: Y(d).props.onFocus,
95458
95485
  "onUpdate:modelValue": h[20] || (h[20] = (k) => Y(d).props.onFocus = k),
95459
95486
  params: ["value", "widget", "tableItemData", "self", "app"],
@@ -95467,7 +95494,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95467
95494
  label: "onBlur"
95468
95495
  }, {
95469
95496
  default: Fe(() => [
95470
- Ne(_o, {
95497
+ Ne(vo, {
95471
95498
  modelValue: Y(d).props.onBlur,
95472
95499
  "onUpdate:modelValue": h[21] || (h[21] = (k) => Y(d).props.onBlur = k),
95473
95500
  params: ["value", "widget", "tableItemData", "self", "app"],
@@ -95481,7 +95508,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95481
95508
  label: "onHandle"
95482
95509
  }, {
95483
95510
  default: Fe(() => [
95484
- Ne(_o, {
95511
+ Ne(vo, {
95485
95512
  modelValue: Y(d).props.onHandle,
95486
95513
  "onUpdate:modelValue": h[22] || (h[22] = (k) => Y(d).props.onHandle = k),
95487
95514
  params: ["widget", "self", "tableItemData", "app"],
@@ -95495,7 +95522,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95495
95522
  label: "onFormat"
95496
95523
  }, {
95497
95524
  default: Fe(() => [
95498
- Ne(_o, {
95525
+ Ne(vo, {
95499
95526
  modelValue: Y(d).props.onFormat,
95500
95527
  "onUpdate:modelValue": h[23] || (h[23] = (k) => Y(d).props.onFormat = k),
95501
95528
  params: ["value", "widget", "tableItemData", "self", "app"],
@@ -95509,7 +95536,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95509
95536
  label: "onTypeFormat"
95510
95537
  }, {
95511
95538
  default: Fe(() => [
95512
- Ne(_o, {
95539
+ Ne(vo, {
95513
95540
  modelValue: Y(d).props.onTypeFormat,
95514
95541
  "onUpdate:modelValue": h[24] || (h[24] = (k) => Y(d).props.onTypeFormat = k),
95515
95542
  params: ["value", "widget", "tableItemData", "self", "app"],
@@ -95523,7 +95550,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95523
95550
  label: "format"
95524
95551
  }, {
95525
95552
  default: Fe(() => [
95526
- Ne(_o, {
95553
+ Ne(vo, {
95527
95554
  modelValue: Y(d).props.format,
95528
95555
  "onUpdate:modelValue": h[25] || (h[25] = (k) => Y(d).props.format = k),
95529
95556
  params: ["value", "widget", "app"],
@@ -95537,7 +95564,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95537
95564
  label: "onBtnFormat"
95538
95565
  }, {
95539
95566
  default: Fe(() => [
95540
- Ne(_o, {
95567
+ Ne(vo, {
95541
95568
  modelValue: Y(d).props.onBtnFormat,
95542
95569
  "onUpdate:modelValue": h[26] || (h[26] = (k) => Y(d).props.onBtnFormat = k),
95543
95570
  params: ["widget", "tableItemData", "self", "app"],
@@ -95551,7 +95578,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95551
95578
  label: "cellStyle"
95552
95579
  }, {
95553
95580
  default: Fe(() => [
95554
- Ne(_o, {
95581
+ Ne(vo, {
95555
95582
  modelValue: Y(d).props.cellStyle,
95556
95583
  "onUpdate:modelValue": h[27] || (h[27] = (k) => Y(d).props.cellStyle = k),
95557
95584
  params: ["widget", "row", "column", "app"],
@@ -95565,7 +95592,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95565
95592
  label: "rowStyle"
95566
95593
  }, {
95567
95594
  default: Fe(() => [
95568
- Ne(_o, {
95595
+ Ne(vo, {
95569
95596
  modelValue: Y(d).props.rowStyle,
95570
95597
  "onUpdate:modelValue": h[28] || (h[28] = (k) => Y(d).props.rowStyle = k),
95571
95598
  params: ["widget", "row", "app"],
@@ -95579,7 +95606,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95579
95606
  label: "onClick"
95580
95607
  }, {
95581
95608
  default: Fe(() => [
95582
- Ne(_o, {
95609
+ Ne(vo, {
95583
95610
  modelValue: Y(d).props.onClick,
95584
95611
  "onUpdate:modelValue": h[29] || (h[29] = (k) => Y(d).props.onClick = k),
95585
95612
  params: ["widget", "self", "tableItemData", "app"],
@@ -95593,7 +95620,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95593
95620
  label: "onButtonClick"
95594
95621
  }, {
95595
95622
  default: Fe(() => [
95596
- Ne(_o, {
95623
+ Ne(vo, {
95597
95624
  modelValue: Y(d).props.onButtonClick,
95598
95625
  "onUpdate:modelValue": h[30] || (h[30] = (k) => Y(d).props.onButtonClick = k),
95599
95626
  params: ["value", "widget", "self", "app"],
@@ -95607,7 +95634,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95607
95634
  label: "onItemClick"
95608
95635
  }, {
95609
95636
  default: Fe(() => [
95610
- Ne(_o, {
95637
+ Ne(vo, {
95611
95638
  modelValue: Y(d).props.onItemClick,
95612
95639
  "onUpdate:modelValue": h[31] || (h[31] = (k) => Y(d).props.onItemClick = k),
95613
95640
  params: ["value", "widget", "app"],
@@ -95621,7 +95648,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95621
95648
  label: "onConfirm"
95622
95649
  }, {
95623
95650
  default: Fe(() => [
95624
- Ne(_o, {
95651
+ Ne(vo, {
95625
95652
  modelValue: Y(d).props.onConfirm,
95626
95653
  "onUpdate:modelValue": h[32] || (h[32] = (k) => Y(d).props.onConfirm = k),
95627
95654
  params: ["widget", "self", "app"],
@@ -95635,7 +95662,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95635
95662
  label: "onFlowClick"
95636
95663
  }, {
95637
95664
  default: Fe(() => [
95638
- Ne(_o, {
95665
+ Ne(vo, {
95639
95666
  modelValue: Y(d).props.onFlowClick,
95640
95667
  "onUpdate:modelValue": h[33] || (h[33] = (k) => Y(d).props.onFlowClick = k),
95641
95668
  params: ["value", "widget", "self", "app"],
@@ -95649,7 +95676,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95649
95676
  label: "initOption"
95650
95677
  }, {
95651
95678
  default: Fe(() => [
95652
- Ne(_o, {
95679
+ Ne(vo, {
95653
95680
  modelValue: Y(d).props.initOption,
95654
95681
  "onUpdate:modelValue": h[34] || (h[34] = (k) => Y(d).props.initOption = k),
95655
95682
  params: ["widget", "self", "app"],
@@ -95663,7 +95690,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95663
95690
  label: "onDataLoad"
95664
95691
  }, {
95665
95692
  default: Fe(() => [
95666
- Ne(_o, {
95693
+ Ne(vo, {
95667
95694
  modelValue: Y(d).props.onDataLoad,
95668
95695
  "onUpdate:modelValue": h[35] || (h[35] = (k) => Y(d).props.onDataLoad = k),
95669
95696
  params: ["widget", "self", "app"],
@@ -95677,7 +95704,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95677
95704
  label: "onStepClick"
95678
95705
  }, {
95679
95706
  default: Fe(() => [
95680
- Ne(_o, {
95707
+ Ne(vo, {
95681
95708
  modelValue: Y(d).props.onStepClick,
95682
95709
  "onUpdate:modelValue": h[36] || (h[36] = (k) => Y(d).props.onStepClick = k),
95683
95710
  params: ["value", "widget", "self", "app"],
@@ -95691,7 +95718,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95691
95718
  label: "onHideModel"
95692
95719
  }, {
95693
95720
  default: Fe(() => [
95694
- Ne(_o, {
95721
+ Ne(vo, {
95695
95722
  modelValue: Y(d).props.onHideModel,
95696
95723
  "onUpdate:modelValue": h[37] || (h[37] = (k) => Y(d).props.onHideModel = k),
95697
95724
  params: ["value", "widget", "self", "app"],
@@ -95705,10 +95732,10 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95705
95732
  label: "rowClick"
95706
95733
  }, {
95707
95734
  default: Fe(() => [
95708
- Ne(_o, {
95735
+ Ne(vo, {
95709
95736
  modelValue: Y(d).props.rowClick,
95710
95737
  "onUpdate:modelValue": h[38] || (h[38] = (k) => Y(d).props.rowClick = k),
95711
- params: ["value", "widget", "self", "app"],
95738
+ params: ["node", "widget", "self", "app"],
95712
95739
  designer: Y(f)
95713
95740
  }, null, 8, ["modelValue", "designer"])
95714
95741
  ]),
@@ -95719,7 +95746,7 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95719
95746
  label: "rowDblClick"
95720
95747
  }, {
95721
95748
  default: Fe(() => [
95722
- Ne(_o, {
95749
+ Ne(vo, {
95723
95750
  modelValue: Y(d).props.rowDblClick,
95724
95751
  "onUpdate:modelValue": h[39] || (h[39] = (k) => Y(d).props.rowDblClick = k),
95725
95752
  params: ["value", "widget", "self", "app"],
@@ -95728,11 +95755,25 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95728
95755
  ]),
95729
95756
  _: 1
95730
95757
  })) : yt("", !0),
95758
+ u("onLazyLoad") ? (Pe(), Et(x, {
95759
+ key: 24,
95760
+ label: "onLazyLoad"
95761
+ }, {
95762
+ default: Fe(() => [
95763
+ Ne(vo, {
95764
+ modelValue: Y(d).props.onLazyLoad,
95765
+ "onUpdate:modelValue": h[40] || (h[40] = (k) => Y(d).props.onLazyLoad = k),
95766
+ params: ["value", "widget", "self", "app"],
95767
+ designer: Y(f)
95768
+ }, null, 8, ["modelValue", "designer"])
95769
+ ]),
95770
+ _: 1
95771
+ })) : yt("", !0),
95731
95772
  Ne(x, { label: "v-bind:if" }, {
95732
95773
  default: Fe(() => [
95733
- Ne(_o, {
95774
+ Ne(vo, {
95734
95775
  modelValue: Y(d).props.vIf,
95735
- "onUpdate:modelValue": h[40] || (h[40] = (k) => Y(d).props.vIf = k),
95776
+ "onUpdate:modelValue": h[41] || (h[41] = (k) => Y(d).props.vIf = k),
95736
95777
  params: ["value", "widget", "self", "app"],
95737
95778
  designer: Y(f)
95738
95779
  }, null, 8, ["modelValue", "designer"])
@@ -95741,9 +95782,9 @@ const v6 = /* @__PURE__ */ Object.assign({ name: "sunForm" }, {
95741
95782
  }),
95742
95783
  Ne(x, { label: "v-bind:show" }, {
95743
95784
  default: Fe(() => [
95744
- Ne(_o, {
95785
+ Ne(vo, {
95745
95786
  modelValue: Y(d).props.vShow,
95746
- "onUpdate:modelValue": h[41] || (h[41] = (k) => Y(d).props.vShow = k),
95787
+ "onUpdate:modelValue": h[42] || (h[42] = (k) => Y(d).props.vShow = k),
95747
95788
  params: ["value", "widget", "self", "app"],
95748
95789
  designer: Y(f)
95749
95790
  }, null, 8, ["modelValue", "designer"])