@juzhenfe/page-model 3.16.3 → 3.16.5

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.
@@ -50,19 +50,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
50
50
  required: false;
51
51
  default: string;
52
52
  };
53
+ zIndex: {
54
+ type: NumberConstructor;
55
+ required: false;
56
+ };
53
57
  }, {
54
58
  BEMSpace: string;
55
59
  props: any;
56
60
  emit: (event: "closed", ...args: any[]) => void;
57
- nextZIndex: () => number;
58
61
  visible: import("vue").Ref<boolean>;
59
- isRender: import("vue").Ref<boolean>;
60
- hideTimer: any;
61
- triggerType: "element" | "rect";
62
62
  currentTriggerElement: HTMLElement;
63
63
  popoverRectInfo: import("vue").Ref<any>;
64
64
  getPopoverTriggerElementRectInfo: (element: HTMLElement) => void;
65
65
  popoverRef: import("vue").Ref<HTMLElement>;
66
+ popoverElementRect: import("vue").Ref<DOMRect>;
67
+ getPopoverElementRect: () => void;
66
68
  popoverStyle: import("vue").ComputedRef<{
67
69
  top?: undefined;
68
70
  left?: undefined;
@@ -79,7 +81,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
79
81
  bindEvent: () => void;
80
82
  unbindEvent: () => void;
81
83
  hide: () => void;
82
- zIndex: import("vue").Ref<number>;
83
84
  show: (element: HTMLElement | DOMRect) => void;
84
85
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
85
86
  width: {
@@ -92,6 +93,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
92
93
  required: false;
93
94
  default: string;
94
95
  };
96
+ zIndex: {
97
+ type: NumberConstructor;
98
+ required: false;
99
+ };
95
100
  }>> & {
96
101
  onClosed?: (...args: any[]) => any;
97
102
  }, {
@@ -49,19 +49,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
49
49
  required: false;
50
50
  default: string;
51
51
  };
52
+ zIndex: {
53
+ type: NumberConstructor;
54
+ required: false;
55
+ };
52
56
  }, {
53
57
  BEMSpace: string;
54
58
  props: any;
55
59
  emit: (event: "closed", ...args: any[]) => void;
56
- nextZIndex: () => number;
57
60
  visible: import("vue").Ref<boolean>;
58
- isRender: import("vue").Ref<boolean>;
59
- hideTimer: any;
60
- triggerType: "element" | "rect";
61
61
  currentTriggerElement: HTMLElement;
62
62
  popoverRectInfo: import("vue").Ref<any>;
63
63
  getPopoverTriggerElementRectInfo: (element: HTMLElement) => void;
64
64
  popoverRef: import("vue").Ref<HTMLElement>;
65
+ popoverElementRect: import("vue").Ref<DOMRect>;
66
+ getPopoverElementRect: () => void;
65
67
  popoverStyle: import("vue").ComputedRef<{
66
68
  top?: undefined;
67
69
  left?: undefined;
@@ -78,7 +80,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
78
80
  bindEvent: () => void;
79
81
  unbindEvent: () => void;
80
82
  hide: () => void;
81
- zIndex: import("vue").Ref<number>;
82
83
  show: (element: HTMLElement | DOMRect) => void;
83
84
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
84
85
  width: {
@@ -91,6 +92,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
91
92
  required: false;
92
93
  default: string;
93
94
  };
95
+ zIndex: {
96
+ type: NumberConstructor;
97
+ required: false;
98
+ };
94
99
  }>> & {
95
100
  onClosed?: (...args: any[]) => any;
96
101
  }, {
@@ -29,19 +29,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
29
29
  required: false;
30
30
  default: string;
31
31
  };
32
+ zIndex: {
33
+ type: NumberConstructor;
34
+ required: false;
35
+ };
32
36
  }, {
33
37
  BEMSpace: string;
34
38
  props: any;
35
39
  emit: (event: "closed", ...args: any[]) => void;
36
- nextZIndex: () => number;
37
40
  visible: import("vue").Ref<boolean>;
38
- isRender: import("vue").Ref<boolean>;
39
- hideTimer: any;
40
- triggerType: "element" | "rect";
41
41
  currentTriggerElement: HTMLElement;
42
42
  popoverRectInfo: import("vue").Ref<any>;
43
43
  getPopoverTriggerElementRectInfo: (element: HTMLElement) => void;
44
44
  popoverRef: import("vue").Ref<HTMLElement>;
45
+ popoverElementRect: import("vue").Ref<DOMRect>;
46
+ getPopoverElementRect: () => void;
45
47
  popoverStyle: import("vue").ComputedRef<{
46
48
  top?: undefined;
47
49
  left?: undefined;
@@ -58,7 +60,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
58
60
  bindEvent: () => void;
59
61
  unbindEvent: () => void;
60
62
  hide: () => void;
61
- zIndex: import("vue").Ref<number>;
62
63
  show: (element: HTMLElement | DOMRect) => void;
63
64
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
64
65
  width: {
@@ -71,6 +72,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
71
72
  required: false;
72
73
  default: string;
73
74
  };
75
+ zIndex: {
76
+ type: NumberConstructor;
77
+ required: false;
78
+ };
74
79
  }>> & {
75
80
  onClosed?: (...args: any[]) => any;
76
81
  }, {
@@ -9,19 +9,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
9
9
  required: false;
10
10
  default: string;
11
11
  };
12
+ zIndex: {
13
+ type: NumberConstructor;
14
+ required: false;
15
+ };
12
16
  }, {
13
17
  BEMSpace: string;
14
18
  props: any;
15
19
  emit: (event: "closed", ...args: any[]) => void;
16
- nextZIndex: () => number;
17
20
  visible: import("vue").Ref<boolean>;
18
- isRender: import("vue").Ref<boolean>;
19
- hideTimer: any;
20
- triggerType: "element" | "rect";
21
21
  currentTriggerElement: HTMLElement;
22
22
  popoverRectInfo: import("vue").Ref<any>;
23
23
  getPopoverTriggerElementRectInfo: (element: HTMLElement) => void;
24
24
  popoverRef: import("vue").Ref<HTMLElement>;
25
+ popoverElementRect: import("vue").Ref<DOMRect>;
26
+ getPopoverElementRect: () => void;
25
27
  popoverStyle: import("vue").ComputedRef<{
26
28
  top?: undefined;
27
29
  left?: undefined;
@@ -38,7 +40,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
38
40
  bindEvent: () => void;
39
41
  unbindEvent: () => void;
40
42
  hide: () => void;
41
- zIndex: import("vue").Ref<number>;
42
43
  show: (element: HTMLElement | DOMRect) => void;
43
44
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
44
45
  width: {
@@ -51,6 +52,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
51
52
  required: false;
52
53
  default: string;
53
54
  };
55
+ zIndex: {
56
+ type: NumberConstructor;
57
+ required: false;
58
+ };
54
59
  }>> & {
55
60
  onClosed?: (...args: any[]) => any;
56
61
  }, {
@@ -20,22 +20,27 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
20
20
  };
21
21
  placement: {
22
22
  type: StringConstructor;
23
+ /**
24
+ * 按钮数量
25
+ */
23
26
  required: false;
24
27
  default: string;
25
28
  };
29
+ zIndex: {
30
+ type: NumberConstructor;
31
+ required: false;
32
+ };
26
33
  }, {
27
34
  BEMSpace: string;
28
35
  props: any;
29
36
  emit: (event: "closed", ...args: any[]) => void;
30
- nextZIndex: () => number;
31
37
  visible: import("vue").Ref<boolean>;
32
- isRender: import("vue").Ref<boolean>;
33
- hideTimer: any;
34
- triggerType: "element" | "rect";
35
38
  currentTriggerElement: HTMLElement;
36
39
  popoverRectInfo: import("vue").Ref<any>;
37
40
  getPopoverTriggerElementRectInfo: (element: HTMLElement) => void;
38
41
  popoverRef: import("vue").Ref<HTMLElement>;
42
+ popoverElementRect: import("vue").Ref<DOMRect>;
43
+ getPopoverElementRect: () => void;
39
44
  popoverStyle: import("vue").ComputedRef<{
40
45
  top?: undefined;
41
46
  left?: undefined;
@@ -52,7 +57,6 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
52
57
  bindEvent: () => void;
53
58
  unbindEvent: () => void;
54
59
  hide: () => void;
55
- zIndex: import("vue").Ref<number>;
56
60
  show: (element: HTMLElement | DOMRect) => void;
57
61
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
58
62
  width: {
@@ -62,9 +66,16 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
62
66
  };
63
67
  placement: {
64
68
  type: StringConstructor;
69
+ /**
70
+ * 按钮数量
71
+ */
65
72
  required: false;
66
73
  default: string;
67
74
  };
75
+ zIndex: {
76
+ type: NumberConstructor;
77
+ required: false;
78
+ };
68
79
  }>> & {
69
80
  onClosed?: (...args: any[]) => any;
70
81
  }, {
@@ -18,6 +18,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
18
18
  onCancelEditContent: (row: AnyObject, cellKey: string, restoreKey: string) => void;
19
19
  simplePopoverRef: import("vue").Ref<any>;
20
20
  filterZoneRef: import("vue").Ref<any>;
21
+ currentShowFilterColumn: import("vue").Ref<PageModel.TableBaseItem<any, any>>;
21
22
  showSimplePopover: (element: HTMLElement, column: PageModel.TableBaseItem<any>) => void;
22
23
  hideSimplePopover: () => void;
23
24
  handleColumnScreen: () => void;
@@ -163,19 +164,21 @@ declare const _sfc_main: import("vue").DefineComponent<{
163
164
  required: false;
164
165
  default: string;
165
166
  };
167
+ zIndex: {
168
+ type: NumberConstructor;
169
+ required: false;
170
+ };
166
171
  }, {
167
172
  BEMSpace: string;
168
173
  props: any;
169
174
  emit: (event: "closed", ...args: any[]) => void;
170
- nextZIndex: () => number;
171
175
  visible: import("vue").Ref<boolean>;
172
- isRender: import("vue").Ref<boolean>;
173
- hideTimer: any;
174
- triggerType: "element" | "rect";
175
176
  currentTriggerElement: HTMLElement;
176
177
  popoverRectInfo: import("vue").Ref<any>;
177
178
  getPopoverTriggerElementRectInfo: (element: HTMLElement) => void;
178
179
  popoverRef: import("vue").Ref<HTMLElement>;
180
+ popoverElementRect: import("vue").Ref<DOMRect>;
181
+ getPopoverElementRect: () => void;
179
182
  popoverStyle: import("vue").ComputedRef<{
180
183
  top?: undefined;
181
184
  left?: undefined;
@@ -192,7 +195,6 @@ declare const _sfc_main: import("vue").DefineComponent<{
192
195
  bindEvent: () => void;
193
196
  unbindEvent: () => void;
194
197
  hide: () => void;
195
- zIndex: import("vue").Ref<number>;
196
198
  show: (element: HTMLElement | DOMRect) => void;
197
199
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "closed"[], "closed", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
198
200
  width: {
@@ -205,6 +207,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
205
207
  required: false;
206
208
  default: string;
207
209
  };
210
+ zIndex: {
211
+ type: NumberConstructor;
212
+ required: false;
213
+ };
208
214
  }>> & {
209
215
  onClosed?: (...args: any[]) => any;
210
216
  }, {
package/dist/index.es.js CHANGED
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
4
4
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  return value;
6
6
  };
7
- import { reactive, defineComponent, openBlock, createElementBlock, computed, ref, resolveComponent, normalizeClass, unref, createVNode, mergeProps, withCtx, Fragment, renderList, createBlock, createElementVNode, toDisplayString, nextTick, watch, markRaw, getCurrentInstance, resolveDynamicComponent, renderSlot, h, inject, createTextVNode, withModifiers, toRefs, onUnmounted, useSlots, toHandlers, createSlots, onMounted, createCommentVNode, render, Teleport, normalizeStyle, withDirectives, vShow, pushScopeId, popScopeId, resolveDirective, Transition, onActivated, watchEffect, normalizeProps, guardReactiveProps, provide } from "vue";
7
+ import { reactive, defineComponent, openBlock, createElementBlock, computed, ref, resolveComponent, normalizeClass, unref, createVNode, mergeProps, withCtx, Fragment, renderList, createBlock, createElementVNode, toDisplayString, nextTick, watch, markRaw, getCurrentInstance, resolveDynamicComponent, renderSlot, h, inject, createTextVNode, withModifiers, toRefs, onUnmounted, useSlots, toHandlers, createSlots, onMounted, createCommentVNode, render, Teleport, Transition, normalizeStyle, withDirectives, vShow, pushScopeId, popScopeId, resolveDirective, onActivated, watchEffect, normalizeProps, guardReactiveProps, provide } from "vue";
8
8
  import { ElMessage, ElLoading, useZIndex, ElMessageBox } from "element-plus";
9
9
  function defineConfig(config) {
10
10
  return reactive(config);
@@ -5527,44 +5527,29 @@ const _sfc_main$z = defineComponent({
5527
5527
  ...__default__$i,
5528
5528
  props: {
5529
5529
  width: { default: 200 },
5530
- placement: { default: "right" }
5530
+ placement: { default: "right" },
5531
+ zIndex: {}
5531
5532
  },
5532
5533
  emits: ["closed"],
5533
5534
  setup(__props, { expose: __expose, emit: __emit }) {
5534
5535
  const { BEMSpace } = createBEMSpace("simple-popover");
5535
5536
  const props = __props;
5536
5537
  const emit = __emit;
5537
- const { nextZIndex } = useZIndex();
5538
5538
  const visible = ref(false);
5539
- const isRender = ref(false);
5540
- let hideTimer = null;
5541
- watch(
5542
- () => visible.value,
5543
- (val) => {
5544
- if (val) {
5545
- isRender.value = true;
5546
- if (hideTimer) {
5547
- clearTimeout(hideTimer);
5548
- hideTimer = null;
5549
- }
5550
- } else {
5551
- hideTimer = setTimeout(() => {
5552
- isRender.value = false;
5553
- }, 300);
5554
- }
5555
- },
5556
- {
5557
- deep: true,
5558
- immediate: true
5559
- }
5560
- );
5561
5539
  let currentTriggerElement = null;
5562
5540
  const popoverRectInfo = ref({});
5563
5541
  const getPopoverTriggerElementRectInfo = (element) => {
5564
5542
  popoverRectInfo.value = element.getBoundingClientRect();
5565
5543
  };
5566
5544
  const popoverRef = ref();
5545
+ const popoverElementRect = ref();
5546
+ const getPopoverElementRect = () => {
5547
+ if (popoverRef.value) {
5548
+ popoverElementRect.value = popoverRef.value.getBoundingClientRect();
5549
+ }
5550
+ };
5567
5551
  const popoverStyle = computed(() => {
5552
+ var _a, _b;
5568
5553
  const { top, left, width, height } = popoverRectInfo.value;
5569
5554
  if (top == null) {
5570
5555
  return {};
@@ -5572,16 +5557,21 @@ const _sfc_main$z = defineComponent({
5572
5557
  let _left = 0;
5573
5558
  if (props.placement === "left") {
5574
5559
  _left = left - props.width + width - 2;
5575
- _left = Math.max(_left, 10);
5560
+ _left = Math.max(_left, 20);
5576
5561
  } else {
5577
5562
  _left = left;
5578
5563
  const rightEdge = left + props.width;
5579
5564
  if (rightEdge > window.innerWidth) {
5580
- _left = left - (rightEdge - window.innerWidth) - 10;
5565
+ _left = left - (rightEdge - window.innerWidth) - 20;
5581
5566
  }
5582
5567
  }
5568
+ let topValue = top + height + 4;
5569
+ const contentHeight = (_b = (_a = popoverElementRect.value) == null ? void 0 : _a.height) != null ? _b : 0;
5570
+ if (topValue + contentHeight > window.innerHeight) {
5571
+ topValue = top - contentHeight - 4;
5572
+ }
5583
5573
  return {
5584
- top: top + height + 4 + "px",
5574
+ top: topValue + "px",
5585
5575
  left: _left + "px",
5586
5576
  width: props.width + "px"
5587
5577
  };
@@ -5598,9 +5588,8 @@ const _sfc_main$z = defineComponent({
5598
5588
  }
5599
5589
  };
5600
5590
  const isPopperChildElement = (element) => {
5601
- var _a;
5602
5591
  let _element = element;
5603
- while (_element && !((_a = _element.className) == null ? void 0 : _a.includes("el-popper"))) {
5592
+ while (_element && (typeof _element.className !== "string" || !_element.className.includes("el-popper"))) {
5604
5593
  _element = _element.parentElement;
5605
5594
  }
5606
5595
  if (_element) {
@@ -5634,19 +5623,14 @@ const _sfc_main$z = defineComponent({
5634
5623
  visible.value = false;
5635
5624
  emit("closed");
5636
5625
  };
5637
- const zIndex = ref(0);
5638
5626
  const show = (element) => {
5627
+ const { nextZIndex } = useZIndex();
5639
5628
  if (element instanceof DOMRect) {
5640
5629
  currentTriggerElement = null;
5641
5630
  popoverRectInfo.value = element;
5642
5631
  if (visible.value) {
5643
5632
  hide();
5644
5633
  }
5645
- zIndex.value = nextZIndex();
5646
- visible.value = true;
5647
- setTimeout(() => {
5648
- bindEvent();
5649
- }, 0);
5650
5634
  } else {
5651
5635
  if (visible.value) {
5652
5636
  if (currentTriggerElement === element) {
@@ -5655,14 +5639,16 @@ const _sfc_main$z = defineComponent({
5655
5639
  }
5656
5640
  unbindEvent();
5657
5641
  }
5658
- zIndex.value = nextZIndex();
5659
5642
  currentTriggerElement = element;
5660
5643
  getPopoverTriggerElementRectInfo(currentTriggerElement);
5661
- visible.value = true;
5662
- setTimeout(() => {
5663
- bindEvent();
5664
- }, 0);
5665
5644
  }
5645
+ visible.value = true;
5646
+ setTimeout(() => {
5647
+ var _a;
5648
+ popoverRef.value.style.zIndex = (_a = props.zIndex) != null ? _a : nextZIndex();
5649
+ getPopoverElementRect();
5650
+ bindEvent();
5651
+ }, 0);
5666
5652
  };
5667
5653
  __expose({
5668
5654
  show,
@@ -5670,23 +5656,27 @@ const _sfc_main$z = defineComponent({
5670
5656
  });
5671
5657
  return (_ctx, _cache) => {
5672
5658
  return openBlock(), createBlock(Teleport, { to: "body" }, [
5673
- isRender.value ? (openBlock(), createElementBlock("div", {
5674
- key: 0,
5675
- ref_key: "popoverRef",
5676
- ref: popoverRef,
5677
- class: normalizeClass([unref(BEMSpace), { visible: visible.value }]),
5678
- style: normalizeStyle({
5679
- ...popoverStyle.value,
5680
- zIndex: zIndex.value
5681
- })
5682
- }, [
5683
- renderSlot(_ctx.$slots, "default", {}, void 0, true)
5684
- ], 6)) : createCommentVNode("", true)
5659
+ createVNode(Transition, { name: "el-fade-in" }, {
5660
+ default: withCtx(() => [
5661
+ visible.value ? (openBlock(), createElementBlock("div", {
5662
+ key: 0,
5663
+ ref_key: "popoverRef",
5664
+ ref: popoverRef,
5665
+ class: normalizeClass([unref(BEMSpace)]),
5666
+ style: normalizeStyle({
5667
+ ...popoverStyle.value
5668
+ })
5669
+ }, [
5670
+ renderSlot(_ctx.$slots, "default", {}, void 0, true)
5671
+ ], 6)) : createCommentVNode("", true)
5672
+ ]),
5673
+ _: 3
5674
+ })
5685
5675
  ]);
5686
5676
  };
5687
5677
  }
5688
5678
  });
5689
- var SimplePopover = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-200a6b63"]]);
5679
+ var SimplePopover = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["__scopeId", "data-v-3e2ba5be"]]);
5690
5680
  var FilterItemTypeEnum$1 = /* @__PURE__ */ ((FilterItemTypeEnum2) => {
5691
5681
  FilterItemTypeEnum2["\u6587\u5B57"] = "string";
5692
5682
  FilterItemTypeEnum2["\u6570\u5B57"] = "number";
@@ -6432,9 +6422,11 @@ const _sfc_main$x = defineComponent({
6432
6422
  };
6433
6423
  const simplePopoverRef = ref();
6434
6424
  const filterZoneRef = ref();
6425
+ const currentShowFilterColumn = ref();
6435
6426
  const showSimplePopover = (element, column) => {
6436
6427
  var _a;
6437
6428
  (_a = simplePopoverRef.value) == null ? void 0 : _a.show(element);
6429
+ currentShowFilterColumn.value = column;
6438
6430
  nextTick(() => {
6439
6431
  filterZoneRef.value.show(column);
6440
6432
  });
@@ -6490,7 +6482,10 @@ const _sfc_main$x = defineComponent({
6490
6482
  key: 2,
6491
6483
  class: normalizeClass([
6492
6484
  "el-table__header-filter",
6493
- { active: tableManager.value.columnParamsKey[column.prop] }
6485
+ {
6486
+ focus: currentShowFilterColumn.value && currentShowFilterColumn.value._columnKey === column._columnKey,
6487
+ active: tableManager.value.columnParamsKey[column.prop]
6488
+ }
6494
6489
  ]),
6495
6490
  title: "\u8BBE\u7F6E\u7B5B\u9009",
6496
6491
  style: normalizeStyle({
@@ -6599,7 +6594,8 @@ const _sfc_main$x = defineComponent({
6599
6594
  createVNode(SimplePopover, {
6600
6595
  ref_key: "simplePopoverRef",
6601
6596
  ref: simplePopoverRef,
6602
- width: 320
6597
+ width: 320,
6598
+ onClosed: _cache[0] || (_cache[0] = ($event) => currentShowFilterColumn.value = null)
6603
6599
  }, {
6604
6600
  default: withCtx(() => [
6605
6601
  createVNode(FilterZone$1, {
@@ -9696,8 +9692,7 @@ const _sfc_main$n = defineComponent({
9696
9692
  default: withCtx(() => [
9697
9693
  createVNode(ColumnTools$1, {
9698
9694
  els: filteredUserEls.value,
9699
- onSaveColumns,
9700
- onExport: showExport
9695
+ onSaveColumns
9701
9696
  }, null, 8, ["els"])
9702
9697
  ]),
9703
9698
  _: 1
@@ -14616,7 +14611,7 @@ const defineEditableTable = function(config) {
14616
14611
  };
14617
14612
  var iconfont = "";
14618
14613
  const name = "@juzhenfe/page-model";
14619
- const version = "3.16.3";
14614
+ const version = "3.16.5";
14620
14615
  const types = "dist/main.d.ts";
14621
14616
  const main = "dist/index.umd.js";
14622
14617
  const keywords = [