vft 0.0.458 → 0.0.463

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.
@@ -1,40 +1,40 @@
1
- import { defineComponent as V, createVNode as c, useAttrs as ae, ref as g, getCurrentInstance as te, computed as D, unref as e, watch as oe, nextTick as le, toRaw as re, createBlock as m, openBlock as p, withCtx as i, createElementVNode as H, normalizeClass as ne, createCommentVNode as F, mergeProps as T, withDirectives as ce, vShow as ie, renderSlot as h, normalizeProps as se, guardReactiveProps as ge, createTextVNode as de } from "vue";
2
- import { VftClientOnly as ue } from "../client-only/index.js";
3
- import { VftEmpty as fe } from "../empty/index.js";
4
- import { vLoading as me } from "../loading/directive.js";
5
- import { deepMerge as _, isClient as pe, omit as he, isFunction as be } from "@vft/utils";
6
- import { FormCompEnum as Ce } from "../../utils/form-register.js";
1
+ import { defineComponent as N, createVNode as c, useAttrs as ee, ref as g, getCurrentInstance as ae, computed as P, unref as e, watch as te, nextTick as oe, toRaw as le, createElementBlock as re, openBlock as m, normalizeClass as ne, withCtx as i, createBlock as D, createCommentVNode as H, mergeProps as F, withDirectives as ce, createElementVNode as ie, vShow as se, renderSlot as p, normalizeProps as ge, guardReactiveProps as de, createTextVNode as ue } from "vue";
2
+ import { VftClientOnly as fe } from "../client-only/index.js";
3
+ import { VftEmpty as me } from "../empty/index.js";
4
+ import { vLoading as pe } from "../loading/directive.js";
5
+ import { deepMerge as T, isClient as he, omit as be, isFunction as Ce } from "@vft/utils";
6
+ import { FormCompEnum as ye } from "../../utils/form-register.js";
7
7
  import "@vueuse/core";
8
8
  import "../config-provider/hooks/use-global-config.js";
9
9
  import "lodash-es";
10
- import { useForm as ye } from "../super-form/use/use-form.js";
11
- import { useNamespace as we } from "../../hooks/use-namespace/index.js";
10
+ import { useForm as we } from "../super-form/use/use-form.js";
11
+ import { useNamespace as ve } from "../../hooks/use-namespace/index.js";
12
12
  import "../../hooks/use-model-toggle/index.js";
13
13
  import "@popperjs/core";
14
14
  import "../../hooks/use-z-index/index.js";
15
15
  import "../icon/index.js";
16
- import { VftPagination as ve } from "../pagination/index.js";
17
- import { VftSkeleton as xe } from "../skeleton/index.js";
18
- import { VftSuperForm as ke } from "../super-form/index.js";
19
- import { VxeGrid as Se } from "vxe-table";
20
- import Be from "xe-utils";
21
- import { PageSize as N } from "./constants.js";
22
- import { useColumns as ze } from "./use/use-columns.js";
23
- import { useDataSource as Re } from "./use/use-data-source.js";
24
- import { useLoading as Pe } from "./use/use-loading.js";
25
- import { usePagination as De } from "./use/use-pagination.js";
26
- import { EmptyEnum as He } from "../empty/constants.js";
27
- const Fe = V({
16
+ import { VftPagination as xe } from "../pagination/index.js";
17
+ import { VftSkeleton as ke } from "../skeleton/index.js";
18
+ import { VftSuperForm as Se } from "../super-form/index.js";
19
+ import { VxeGrid as Be } from "vxe-table";
20
+ import ze from "xe-utils";
21
+ import { PageSize as _ } from "./constants.js";
22
+ import { useColumns as Re } from "./use/use-columns.js";
23
+ import { useDataSource as Pe } from "./use/use-data-source.js";
24
+ import { useLoading as De } from "./use/use-loading.js";
25
+ import { usePagination as He } from "./use/use-pagination.js";
26
+ import { EmptyEnum as Fe } from "../empty/constants.js";
27
+ const Te = N({
28
28
  name: "vft-table"
29
- }), ra = /* @__PURE__ */ V({
30
- ...Fe,
29
+ }), na = /* @__PURE__ */ N({
30
+ ...Te,
31
31
  props: {
32
32
  sticky: {
33
33
  type: [Boolean, Object]
34
34
  },
35
35
  api: {},
36
36
  pageSize: {
37
- default: N
37
+ default: _
38
38
  },
39
39
  total: {},
40
40
  rowkey: {
@@ -79,13 +79,13 @@ const Fe = V({
79
79
  onChange: {},
80
80
  emptyCfg: {
81
81
  default: () => ({
82
- type: He.NoData
82
+ type: Fe.NoData
83
83
  })
84
84
  },
85
85
  loadingCfg: {
86
86
  default: () => ({
87
87
  customClass: "vft-card-loading",
88
- text: c("div", null, [c("span", null, [de("加载中")]), c("span", {
88
+ text: c("div", null, [c("span", null, [ue("加载中")]), c("span", {
89
89
  class: "dot"
90
90
  }, null)])
91
91
  })
@@ -399,66 +399,66 @@ const Fe = V({
399
399
  "toolbar-tool-click",
400
400
  "zoom"
401
401
  ],
402
- setup(Te, {
403
- expose: A,
404
- emit: E
402
+ setup(_e, {
403
+ expose: E,
404
+ emit: V
405
405
  }) {
406
- const n = E, d = we("table"), O = ae(), b = g(), C = g(), q = g([]), u = g(), M = te(), t = D(() => _(M.props, e(u))), {
407
- getLoading: $,
408
- setLoading: L
409
- } = Pe(t), {
406
+ const n = V, d = ve("table"), A = ee(), h = g(), b = g(), O = g([]), u = g(), q = ae(), t = P(() => T(q.props, e(u))), {
407
+ getLoading: M,
408
+ setLoading: $
409
+ } = De(t), {
410
410
  getPaginationInfo: s,
411
411
  setPagination: f,
412
- getCurrentPage: G
413
- } = De(t), {
414
- getViewColumns: I,
415
- setColumns: K
416
- } = ze(t);
417
- oe(() => G(), (a) => {
418
- le(() => {
419
- y({
412
+ getCurrentPage: L
413
+ } = He(t), {
414
+ getViewColumns: G,
415
+ setColumns: I
416
+ } = Re(t);
417
+ te(() => L(), (a) => {
418
+ oe(() => {
419
+ C({
420
420
  seqConfig: {
421
- startIndex: (a - 1) * (s.value?.pageSize || e(t).pageSize || N)
421
+ startIndex: (a - 1) * (s.value?.pageSize || e(t).pageSize || _)
422
422
  }
423
423
  });
424
424
  });
425
425
  }, {
426
426
  immediate: !0
427
427
  });
428
- function y(a) {
428
+ function C(a) {
429
429
  u.value = {
430
430
  ...e(u),
431
431
  ...a
432
432
  };
433
433
  }
434
434
  const {
435
- getDataSourceRef: w,
436
- handleTableChange: X,
437
- reload: v,
438
- deleteTableDataRecord: j,
439
- insertTableDataRecord: Y,
440
- updateTableData: W,
441
- updateTableDataRecord: U,
442
- setTableData: x,
443
- getDataSource: J,
444
- getRawDataSource: k,
445
- tableSearch: S
446
- } = Re(t, {
447
- tableData: q,
448
- setLoading: L,
435
+ getDataSourceRef: y,
436
+ handleTableChange: K,
437
+ reload: w,
438
+ deleteTableDataRecord: X,
439
+ insertTableDataRecord: j,
440
+ updateTableData: Y,
441
+ updateTableDataRecord: W,
442
+ setTableData: v,
443
+ getDataSource: U,
444
+ getRawDataSource: x,
445
+ tableSearch: k
446
+ } = Pe(t, {
447
+ tableData: O,
448
+ setLoading: $,
449
449
  getPaginationInfo: s,
450
450
  setPagination: f
451
451
  }, n);
452
- function B(a) {
452
+ function S(a) {
453
453
  a?.pageSize && f({
454
454
  currentPage: 1
455
- }), X(a), n("change", a);
455
+ }), K(a), n("change", a);
456
456
  const {
457
457
  onChange: o
458
458
  } = e(t);
459
- o && be(o) && o(a);
459
+ o && Ce(o) && o(a);
460
460
  }
461
- const z = {};
461
+ const B = {};
462
462
  [
463
463
  "update:data",
464
464
  "keydown-start",
@@ -580,19 +580,19 @@ const Fe = V({
580
580
  "toolbar-tool-click",
581
581
  "zoom"
582
582
  ].forEach((a) => {
583
- const o = Be.camelCase(`on-${a}`);
584
- z[o] = (...r) => n(a, ...r);
583
+ const o = ze.camelCase(`on-${a}`);
584
+ B[o] = (...r) => n(a, ...r);
585
585
  });
586
- const l = D(() => {
587
- const a = e(w), o = {
588
- ...O,
586
+ const l = P(() => {
587
+ const a = e(y), o = {
588
+ ...A,
589
589
  ...e(t),
590
- columns: re(e(I)),
591
- loading: e($),
590
+ columns: le(e(G)),
591
+ loading: e(M),
592
592
  data: a,
593
- ...z
593
+ ...B
594
594
  };
595
- if (pe) {
595
+ if (he) {
596
596
  (e(t)?.addMaxHeight || e(t)?.maxHeight) && (o.maxHeight = e(t)?.maxHeight ? e(t)?.maxHeight : `${window.innerHeight - e(t)?.extraSysHeight - (t.value?.showPager ? t.value?.pageHeight || 40 : 0)}px`);
597
597
  const r = e(t)?.minHeight;
598
598
  o.minHeight = r || (r !== 0 && e(t)?.toolbarConfig?.custom ? 300 : void 0);
@@ -604,42 +604,42 @@ const Fe = V({
604
604
  },
605
605
  autoLoad: !1,
606
606
  ajax: {
607
- query: async () => await v()
607
+ query: async () => await w()
608
608
  }
609
609
  }), o;
610
- }), R = {
610
+ }), z = {
611
611
  setPagination: f,
612
612
  emit: n,
613
- setProps: y,
614
- reload: v,
615
- deleteTableDataRecord: j,
616
- insertTableDataRecord: Y,
617
- updateTableDataRecord: U,
618
- updateTableData: W,
619
- setTableData: x,
620
- getDataSource: J,
621
- getDataSourceRef: w,
622
- setColumns: K,
623
- getRawDataSource: k,
624
- tableSearch: S
613
+ setProps: C,
614
+ reload: w,
615
+ deleteTableDataRecord: X,
616
+ insertTableDataRecord: j,
617
+ updateTableDataRecord: W,
618
+ updateTableData: Y,
619
+ setTableData: v,
620
+ getDataSource: U,
621
+ getDataSourceRef: y,
622
+ setColumns: I,
623
+ getRawDataSource: x,
624
+ tableSearch: k
625
625
  };
626
- n("register", R);
627
- const Q = {
626
+ n("register", z);
627
+ const J = {
628
628
  field: "_filterTableData",
629
629
  label: "",
630
- type: Ce.Search,
630
+ type: ye.Search,
631
631
  itemProps: {
632
632
  class: "search-all-form-item"
633
633
  },
634
634
  componentProps: () => ({
635
635
  onChange: (a) => {
636
- P({
636
+ R({
637
637
  _filterTableData: a
638
638
  });
639
639
  }
640
640
  })
641
- }, [Z] = ye(_({
642
- schemas: [l.value?.formOptions?.addSearchAllSchema ? Q : {}],
641
+ }, [Q] = we(T({
642
+ schemas: [l.value?.formOptions?.addSearchAllSchema ? J : {}],
643
643
  rowProps: {
644
644
  justify: "start"
645
645
  },
@@ -653,53 +653,53 @@ const Fe = V({
653
653
  btnText: "搜索"
654
654
  },
655
655
  actionInline: !0
656
- }, he(
656
+ }, be(
657
657
  l.value?.formOptions,
658
658
  ["showActionForm", "addSearchAllSchema"]
659
659
  // 'union' | 'intersection' | 'concat' | 'replace' = 'union'
660
- ), "replace")), P = (a) => {
661
- Reflect.has(a, "_filterTableData") && S(a._filterTableData), n("form-submit", a);
662
- }, ee = () => {
663
- x(k()), n("form-reset");
660
+ ), "replace")), R = (a) => {
661
+ Reflect.has(a, "_filterTableData") && k(a._filterTableData), n("form-submit", a);
662
+ }, Z = () => {
663
+ v(x()), n("form-reset");
664
664
  };
665
- return A({
666
- table: b,
667
- pageRef: C,
668
- ...R
669
- }), (a, o) => (p(), m(e(ue), null, {
670
- fallback: i(() => [c(e(xe))]),
671
- default: i(() => [H("div", {
672
- class: ne([e(d).b()])
673
- }, [c(e(Se), T({
665
+ return E({
666
+ table: h,
667
+ pageRef: b,
668
+ ...z
669
+ }), (a, o) => (m(), re("div", {
670
+ class: ne([e(d).b()])
671
+ }, [c(e(fe), null, {
672
+ fallback: i(() => [c(e(ke))]),
673
+ default: i(() => [c(e(Be), F({
674
674
  ref_key: "xGrid",
675
- ref: b
675
+ ref: h
676
676
  }, l.value), {
677
- toolbarButtons: i(() => [h(a.$slots, "toolbar-left"), l.value?.formOptions?.showActionForm ? (p(), m(e(ke), {
677
+ toolbarButtons: i(() => [p(a.$slots, "toolbar-left"), l.value?.formOptions?.showActionForm ? (m(), D(e(Se), {
678
678
  key: 0,
679
- onRegister: e(Z),
680
- onSubmit: P,
681
- onReset: ee
682
- }, null, 8, ["onRegister"])) : F("", !0), h(a.$slots, "toolbar-right")]),
683
- empty: i(() => [h(a.$slots, "empty", {}, () => [c(e(fe), se(ge(l.value.emptyCfg)), null, 16)])]),
684
- loading: i(() => [ce(H("div", null, null, 512), [[ie, l.value.loading], [e(me), l.value.loadingCfg]])]),
679
+ onRegister: e(Q),
680
+ onSubmit: R,
681
+ onReset: Z
682
+ }, null, 8, ["onRegister"])) : H("", !0), p(a.$slots, "toolbar-right")]),
683
+ empty: i(() => [p(a.$slots, "empty", {}, () => [c(e(me), ge(de(l.value.emptyCfg)), null, 16)])]),
684
+ loading: i(() => [ce(ie("div", null, null, 512), [[se, l.value.loading], [e(pe), l.value.loadingCfg]])]),
685
685
  _: 3
686
- }, 16), l.value.showPager ? (p(), m(e(ve), T({
686
+ }, 16), l.value.showPager ? (m(), D(e(xe), F({
687
687
  key: 0,
688
688
  ref_key: "pageRef",
689
- ref: C
689
+ ref: b
690
690
  }, e(s), {
691
691
  class: [e(d).e("pager"), e(d).m(`pager-${e(s)?.pagePlacement}`)],
692
- onCurrentChange: o[0] || (o[0] = (r) => B({
692
+ onCurrentChange: o[0] || (o[0] = (r) => S({
693
693
  currentPage: r
694
694
  })),
695
- onSizeChange: o[1] || (o[1] = (r) => B({
695
+ onSizeChange: o[1] || (o[1] = (r) => S({
696
696
  pageSize: r
697
697
  }))
698
- }), null, 16, ["class"])) : F("", !0)], 2)]),
698
+ }), null, 16, ["class"])) : H("", !0)]),
699
699
  _: 3
700
- }));
700
+ })], 2));
701
701
  }
702
702
  });
703
703
  export {
704
- ra as default
704
+ na as default
705
705
  };
@@ -2,14 +2,14 @@ import "@vueuse/core";
2
2
  import { isNumber as m, isClient as p } from "@vft/utils";
3
3
  import { debugWarn as l } from "../../utils/error.js";
4
4
  import "../../components/config-provider/hooks/use-global-config.js";
5
- import { ref as v, getCurrentInstance as i, inject as e, computed as c, unref as Z } from "vue";
5
+ import { getCurrentInstance as i, inject as e, computed as c, unref as v, ref as Z } from "vue";
6
6
  import "lodash-es";
7
7
  import "../../components/form/index.js";
8
8
  const s = {
9
9
  current: 0
10
- }, u = v(0), f = 2e3, d = Symbol("vftZIndexContextKey"), y = Symbol("zIndexContextKey"), K = (I) => {
10
+ }, u = Z(0), f = 2e3, d = Symbol("vftZIndexContextKey"), y = Symbol("zIndexContextKey"), K = (I) => {
11
11
  const n = i() ? e(d, s) : s, x = I || (i() ? e(y, void 0) : void 0), t = c(() => {
12
- const r = Z(x);
12
+ const r = v(x);
13
13
  return m(r) ? r : f;
14
14
  }), o = c(() => t.value + u.value), a = () => (n.current++, u.value = n.current, o.value);
15
15
  return !p && !e(d) && l(
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  "name": "vft",
3
- "version": "0.0.458",
3
+ "version": "0.0.463",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "es/index.js",
@@ -1,4 +1,4 @@
1
- const o = "0.0.458";
1
+ const o = "0.0.463";
2
2
  export {
3
3
  o as version
4
4
  };
@@ -62,9 +62,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
62
62
  readonly placement?: import("@popperjs/core").Placement | undefined;
63
63
  readonly strategy?: "fixed" | "absolute" | undefined;
64
64
  readonly effect?: "light" | "dark" | undefined;
65
+ readonly visible?: boolean | null | undefined;
65
66
  readonly teleported?: boolean | undefined;
66
67
  readonly open?: boolean | undefined;
67
- readonly visible?: boolean | null | undefined;
68
68
  readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
69
69
  readonly arrowOffset?: number | undefined;
70
70
  readonly gpuAcceleration?: boolean | undefined;
@@ -480,9 +480,9 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
480
480
  readonly placement?: import("@popperjs/core").Placement | undefined;
481
481
  readonly strategy?: "fixed" | "absolute" | undefined;
482
482
  readonly effect?: "light" | "dark" | undefined;
483
+ readonly visible?: boolean | null | undefined;
483
484
  readonly teleported?: boolean | undefined;
484
485
  readonly open?: boolean | undefined;
485
- readonly visible?: boolean | null | undefined;
486
486
  readonly trigger?: import("vft/es/components/tooltip").TooltipTriggerType | undefined;
487
487
  readonly arrowOffset?: number | undefined;
488
488
  readonly gpuAcceleration?: boolean | undefined;
@@ -85,9 +85,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
85
85
  readonly placement?: import("@popperjs/core").Placement | undefined;
86
86
  readonly strategy?: "fixed" | "absolute" | undefined;
87
87
  readonly effect?: "light" | "dark" | undefined;
88
+ readonly visible?: boolean | null | undefined;
88
89
  readonly teleported?: boolean | undefined;
89
90
  readonly open?: boolean | undefined;
90
- readonly visible?: boolean | null | undefined;
91
91
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
92
92
  readonly arrowOffset?: number | undefined;
93
93
  readonly gpuAcceleration?: boolean | undefined;
@@ -503,9 +503,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
503
503
  readonly placement?: import("@popperjs/core").Placement | undefined;
504
504
  readonly strategy?: "fixed" | "absolute" | undefined;
505
505
  readonly effect?: "light" | "dark" | undefined;
506
+ readonly visible?: boolean | null | undefined;
506
507
  readonly teleported?: boolean | undefined;
507
508
  readonly open?: boolean | undefined;
508
- readonly visible?: boolean | null | undefined;
509
509
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
510
510
  readonly arrowOffset?: number | undefined;
511
511
  readonly gpuAcceleration?: boolean | undefined;
@@ -1006,9 +1006,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1006
1006
  readonly placement?: import("@popperjs/core").Placement | undefined;
1007
1007
  readonly strategy?: "fixed" | "absolute" | undefined;
1008
1008
  readonly effect?: "light" | "dark" | undefined;
1009
+ readonly visible?: boolean | null | undefined;
1009
1010
  readonly teleported?: boolean | undefined;
1010
1011
  readonly open?: boolean | undefined;
1011
- readonly visible?: boolean | null | undefined;
1012
1012
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1013
1013
  readonly arrowOffset?: number | undefined;
1014
1014
  readonly gpuAcceleration?: boolean | undefined;
@@ -1424,9 +1424,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1424
1424
  readonly placement?: import("@popperjs/core").Placement | undefined;
1425
1425
  readonly strategy?: "fixed" | "absolute" | undefined;
1426
1426
  readonly effect?: "light" | "dark" | undefined;
1427
+ readonly visible?: boolean | null | undefined;
1427
1428
  readonly teleported?: boolean | undefined;
1428
1429
  readonly open?: boolean | undefined;
1429
- readonly visible?: boolean | null | undefined;
1430
1430
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1431
1431
  readonly arrowOffset?: number | undefined;
1432
1432
  readonly gpuAcceleration?: boolean | undefined;
@@ -1916,9 +1916,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
1916
1916
  readonly placement?: import("@popperjs/core").Placement | undefined;
1917
1917
  readonly strategy?: "fixed" | "absolute" | undefined;
1918
1918
  readonly effect?: "light" | "dark" | undefined;
1919
+ readonly visible?: boolean | null | undefined;
1919
1920
  readonly teleported?: boolean | undefined;
1920
1921
  readonly open?: boolean | undefined;
1921
- readonly visible?: boolean | null | undefined;
1922
1922
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
1923
1923
  readonly arrowOffset?: number | undefined;
1924
1924
  readonly gpuAcceleration?: boolean | undefined;
@@ -2334,9 +2334,9 @@ export declare const VftAutocomplete: import("vft/es/utils").SFCWithInstall<{
2334
2334
  readonly placement?: import("@popperjs/core").Placement | undefined;
2335
2335
  readonly strategy?: "fixed" | "absolute" | undefined;
2336
2336
  readonly effect?: "light" | "dark" | undefined;
2337
+ readonly visible?: boolean | null | undefined;
2337
2338
  readonly teleported?: boolean | undefined;
2338
2339
  readonly open?: boolean | undefined;
2339
- readonly visible?: boolean | null | undefined;
2340
2340
  readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
2341
2341
  readonly arrowOffset?: number | undefined;
2342
2342
  readonly gpuAcceleration?: boolean | undefined;
@@ -24,12 +24,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
24
24
  autofocus: {
25
25
  type: import("vue").PropType<boolean>;
26
26
  };
27
- dark: {
28
- type: import("vue").PropType<boolean>;
29
- };
30
27
  icon: {
31
28
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
32
29
  };
30
+ dark: {
31
+ type: import("vue").PropType<boolean>;
32
+ };
33
33
  loading: {
34
34
  type: import("vue").PropType<boolean>;
35
35
  };
@@ -114,12 +114,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
114
114
  autofocus: {
115
115
  type: import("vue").PropType<boolean>;
116
116
  };
117
- dark: {
118
- type: import("vue").PropType<boolean>;
119
- };
120
117
  icon: {
121
118
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
122
119
  };
120
+ dark: {
121
+ type: import("vue").PropType<boolean>;
122
+ };
123
123
  loading: {
124
124
  type: import("vue").PropType<boolean>;
125
125
  };
@@ -199,12 +199,12 @@ export declare const VftButton: import("vft/es/utils").SFCWithInstall<{
199
199
  autofocus: {
200
200
  type: import("vue").PropType<boolean>;
201
201
  };
202
- dark: {
203
- type: import("vue").PropType<boolean>;
204
- };
205
202
  icon: {
206
203
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
207
204
  };
205
+ dark: {
206
+ type: import("vue").PropType<boolean>;
207
+ };
208
208
  loading: {
209
209
  type: import("vue").PropType<boolean>;
210
210
  };
@@ -7,14 +7,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
7
7
  type: import("vue").PropType<string | number>;
8
8
  default: number;
9
9
  };
10
- teleported: {
11
- type: import("vue").PropType<boolean>;
12
- default: boolean;
13
- };
14
10
  icon: {
15
11
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
16
12
  default: string;
17
13
  };
14
+ teleported: {
15
+ type: import("vue").PropType<boolean>;
16
+ default: boolean;
17
+ };
18
18
  hideAfter: {
19
19
  type: import("vue").PropType<number>;
20
20
  default: number;
@@ -52,8 +52,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
52
52
  cancel: (val: MouseEvent) => void;
53
53
  }, import("vue").PublicProps, {
54
54
  width: string | number;
55
- teleported: boolean;
56
55
  icon: string | import("vft/es/vft").IconProps;
56
+ teleported: boolean;
57
57
  hideAfter: number;
58
58
  persistent: boolean;
59
59
  confirmButtonType: import("vft/es/vft").ButtonType;
@@ -74,14 +74,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
74
74
  type: import("vue").PropType<string | number>;
75
75
  default: number;
76
76
  };
77
- teleported: {
78
- type: import("vue").PropType<boolean>;
79
- default: boolean;
80
- };
81
77
  icon: {
82
78
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
83
79
  default: string;
84
80
  };
81
+ teleported: {
82
+ type: import("vue").PropType<boolean>;
83
+ default: boolean;
84
+ };
85
85
  hideAfter: {
86
86
  type: import("vue").PropType<number>;
87
87
  default: number;
@@ -116,8 +116,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
116
116
  onConfirm?: ((val: MouseEvent) => any) | undefined;
117
117
  }>, {}, {}, {}, {}, {
118
118
  width: string | number;
119
- teleported: boolean;
120
119
  icon: string | import("vft/es/vft").IconProps;
120
+ teleported: boolean;
121
121
  hideAfter: number;
122
122
  persistent: boolean;
123
123
  confirmButtonType: import("vft/es/vft").ButtonType;
@@ -135,14 +135,14 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
135
135
  type: import("vue").PropType<string | number>;
136
136
  default: number;
137
137
  };
138
- teleported: {
139
- type: import("vue").PropType<boolean>;
140
- default: boolean;
141
- };
142
138
  icon: {
143
139
  type: import("vue").PropType<string | import("vft/es/vft").IconProps>;
144
140
  default: string;
145
141
  };
142
+ teleported: {
143
+ type: import("vue").PropType<boolean>;
144
+ default: boolean;
145
+ };
146
146
  hideAfter: {
147
147
  type: import("vue").PropType<number>;
148
148
  default: number;
@@ -180,8 +180,8 @@ export declare const VftPopconfirm: import("vft/es/utils").SFCWithInstall<{
180
180
  cancel: (val: MouseEvent) => void;
181
181
  }, string, {
182
182
  width: string | number;
183
- teleported: boolean;
184
183
  icon: string | import("vft/es/vft").IconProps;
184
+ teleported: boolean;
185
185
  hideAfter: number;
186
186
  persistent: boolean;
187
187
  confirmButtonType: import("vft/es/vft").ButtonType;
@@ -43,8 +43,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
43
43
  onConfirm?: ((val: MouseEvent) => any) | undefined;
44
44
  }>, {
45
45
  width: string | number;
46
- teleported: boolean;
47
46
  icon: string | IconProps;
47
+ teleported: boolean;
48
48
  hideAfter: number;
49
49
  persistent: boolean;
50
50
  confirmButtonType: ButtonType;