vft 0.0.458 → 0.0.459
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.
- package/es/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/es/components/autocomplete/index.d.ts +6 -6
- package/es/components/button/index.d.ts +9 -9
- package/es/components/popconfirm/index.d.ts +15 -15
- package/es/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/components/select/index.d.ts +4 -4
- package/es/components/select/select.vue.d.ts +4 -4
- package/es/components/select/useSelect.d.ts +4 -4
- package/es/components/table/table.vue2.js +118 -118
- package/es/package.json.d.ts +1 -1
- package/es/package.json.js +1 -1
- package/lib/components/autocomplete/autocomplete.vue.d.ts +2 -2
- package/lib/components/autocomplete/index.d.ts +6 -6
- package/lib/components/button/index.d.ts +9 -9
- package/lib/components/popconfirm/index.d.ts +15 -15
- package/lib/components/popconfirm/popconfirm.vue.d.ts +1 -1
- package/lib/components/select/index.d.ts +4 -4
- package/lib/components/select/select.vue.d.ts +4 -4
- package/lib/components/select/useSelect.d.ts +4 -4
- package/lib/components/table/table.vue2.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/package.json.d.ts +1 -1
- package/package.json +3 -3
- package/web-types.json +1 -1
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { VftClientOnly as
|
|
3
|
-
import { VftEmpty as
|
|
4
|
-
import { vLoading as
|
|
5
|
-
import { deepMerge as
|
|
6
|
-
import { FormCompEnum as
|
|
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
|
|
11
|
-
import { useNamespace as
|
|
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
|
|
17
|
-
import { VftSkeleton as
|
|
18
|
-
import { VftSuperForm as
|
|
19
|
-
import { VxeGrid as
|
|
20
|
-
import
|
|
21
|
-
import { PageSize as
|
|
22
|
-
import { useColumns as
|
|
23
|
-
import { useDataSource as
|
|
24
|
-
import { useLoading as
|
|
25
|
-
import { usePagination as
|
|
26
|
-
import { EmptyEnum as
|
|
27
|
-
const
|
|
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
|
-
}),
|
|
30
|
-
...
|
|
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:
|
|
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:
|
|
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, [
|
|
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(
|
|
403
|
-
expose:
|
|
404
|
-
emit:
|
|
402
|
+
setup(_e, {
|
|
403
|
+
expose: E,
|
|
404
|
+
emit: V
|
|
405
405
|
}) {
|
|
406
|
-
const n =
|
|
407
|
-
getLoading:
|
|
408
|
-
setLoading:
|
|
409
|
-
} =
|
|
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:
|
|
413
|
-
} =
|
|
414
|
-
getViewColumns:
|
|
415
|
-
setColumns:
|
|
416
|
-
} =
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
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 ||
|
|
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
|
|
428
|
+
function C(a) {
|
|
429
429
|
u.value = {
|
|
430
430
|
...e(u),
|
|
431
431
|
...a
|
|
432
432
|
};
|
|
433
433
|
}
|
|
434
434
|
const {
|
|
435
|
-
getDataSourceRef:
|
|
436
|
-
handleTableChange:
|
|
437
|
-
reload:
|
|
438
|
-
deleteTableDataRecord:
|
|
439
|
-
insertTableDataRecord:
|
|
440
|
-
updateTableData:
|
|
441
|
-
updateTableDataRecord:
|
|
442
|
-
setTableData:
|
|
443
|
-
getDataSource:
|
|
444
|
-
getRawDataSource:
|
|
445
|
-
tableSearch:
|
|
446
|
-
} =
|
|
447
|
-
tableData:
|
|
448
|
-
setLoading:
|
|
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
|
|
452
|
+
function S(a) {
|
|
453
453
|
a?.pageSize && f({
|
|
454
454
|
currentPage: 1
|
|
455
|
-
}),
|
|
455
|
+
}), K(a), n("change", a);
|
|
456
456
|
const {
|
|
457
457
|
onChange: o
|
|
458
458
|
} = e(t);
|
|
459
|
-
o &&
|
|
459
|
+
o && Ce(o) && o(a);
|
|
460
460
|
}
|
|
461
|
-
const
|
|
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 =
|
|
584
|
-
|
|
583
|
+
const o = ze.camelCase(`on-${a}`);
|
|
584
|
+
B[o] = (...r) => n(a, ...r);
|
|
585
585
|
});
|
|
586
|
-
const l =
|
|
587
|
-
const a = e(
|
|
588
|
-
...
|
|
586
|
+
const l = P(() => {
|
|
587
|
+
const a = e(y), o = {
|
|
588
|
+
...A,
|
|
589
589
|
...e(t),
|
|
590
|
-
columns:
|
|
591
|
-
loading: e(
|
|
590
|
+
columns: le(e(G)),
|
|
591
|
+
loading: e(M),
|
|
592
592
|
data: a,
|
|
593
|
-
...
|
|
593
|
+
...B
|
|
594
594
|
};
|
|
595
|
-
if (
|
|
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
|
|
607
|
+
query: async () => await w()
|
|
608
608
|
}
|
|
609
609
|
}), o;
|
|
610
|
-
}),
|
|
610
|
+
}), z = {
|
|
611
611
|
setPagination: f,
|
|
612
612
|
emit: n,
|
|
613
|
-
setProps:
|
|
614
|
-
reload:
|
|
615
|
-
deleteTableDataRecord:
|
|
616
|
-
insertTableDataRecord:
|
|
617
|
-
updateTableDataRecord:
|
|
618
|
-
updateTableData:
|
|
619
|
-
setTableData:
|
|
620
|
-
getDataSource:
|
|
621
|
-
getDataSourceRef:
|
|
622
|
-
setColumns:
|
|
623
|
-
getRawDataSource:
|
|
624
|
-
tableSearch:
|
|
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",
|
|
627
|
-
const
|
|
626
|
+
n("register", z);
|
|
627
|
+
const J = {
|
|
628
628
|
field: "_filterTableData",
|
|
629
629
|
label: "",
|
|
630
|
-
type:
|
|
630
|
+
type: ye.Search,
|
|
631
631
|
itemProps: {
|
|
632
632
|
class: "search-all-form-item"
|
|
633
633
|
},
|
|
634
634
|
componentProps: () => ({
|
|
635
635
|
onChange: (a) => {
|
|
636
|
-
|
|
636
|
+
R({
|
|
637
637
|
_filterTableData: a
|
|
638
638
|
});
|
|
639
639
|
}
|
|
640
640
|
})
|
|
641
|
-
}, [
|
|
642
|
-
schemas: [l.value?.formOptions?.addSearchAllSchema ?
|
|
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
|
-
},
|
|
656
|
+
}, be(
|
|
657
657
|
l.value?.formOptions,
|
|
658
658
|
["showActionForm", "addSearchAllSchema"]
|
|
659
659
|
// 'union' | 'intersection' | 'concat' | 'replace' = 'union'
|
|
660
|
-
), "replace")),
|
|
661
|
-
Reflect.has(a, "_filterTableData") &&
|
|
662
|
-
},
|
|
663
|
-
x(
|
|
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
|
|
666
|
-
table:
|
|
667
|
-
pageRef:
|
|
668
|
-
...
|
|
669
|
-
}), (a, o) => (
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
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:
|
|
675
|
+
ref: h
|
|
676
676
|
}, l.value), {
|
|
677
|
-
toolbarButtons: i(() => [
|
|
677
|
+
toolbarButtons: i(() => [p(a.$slots, "toolbar-left"), l.value?.formOptions?.showActionForm ? (m(), D(e(Se), {
|
|
678
678
|
key: 0,
|
|
679
|
-
onRegister: e(
|
|
680
|
-
onSubmit:
|
|
681
|
-
onReset:
|
|
682
|
-
}, null, 8, ["onRegister"])) :
|
|
683
|
-
empty: i(() => [
|
|
684
|
-
loading: i(() => [ce(
|
|
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 ? (
|
|
686
|
+
}, 16), l.value.showPager ? (m(), D(e(xe), F({
|
|
687
687
|
key: 0,
|
|
688
688
|
ref_key: "pageRef",
|
|
689
|
-
ref:
|
|
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) =>
|
|
692
|
+
onCurrentChange: o[0] || (o[0] = (r) => S({
|
|
693
693
|
currentPage: r
|
|
694
694
|
})),
|
|
695
|
-
onSizeChange: o[1] || (o[1] = (r) =>
|
|
695
|
+
onSizeChange: o[1] || (o[1] = (r) => S({
|
|
696
696
|
pageSize: r
|
|
697
697
|
}))
|
|
698
|
-
}), null, 16, ["class"])) :
|
|
698
|
+
}), null, 16, ["class"])) : H("", !0)]),
|
|
699
699
|
_: 3
|
|
700
|
-
}));
|
|
700
|
+
})], 2));
|
|
701
701
|
}
|
|
702
702
|
});
|
|
703
703
|
export {
|
|
704
|
-
|
|
704
|
+
na as default
|
|
705
705
|
};
|
package/es/package.json.d.ts
CHANGED
package/es/package.json.js
CHANGED
|
@@ -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;
|
|
@@ -259,9 +259,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
259
259
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
260
260
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
261
261
|
readonly effect?: "light" | "dark" | undefined;
|
|
262
|
+
readonly visible?: boolean | null | undefined;
|
|
262
263
|
readonly teleported?: boolean | undefined;
|
|
263
264
|
readonly open?: boolean | undefined;
|
|
264
|
-
readonly visible?: boolean | null | undefined;
|
|
265
265
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
266
266
|
readonly arrowOffset?: number | undefined;
|
|
267
267
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -677,9 +677,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
677
677
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
678
678
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
679
679
|
readonly effect?: "light" | "dark" | undefined;
|
|
680
|
+
readonly visible?: boolean | null | undefined;
|
|
680
681
|
readonly teleported?: boolean | undefined;
|
|
681
682
|
readonly open?: boolean | undefined;
|
|
682
|
-
readonly visible?: boolean | null | undefined;
|
|
683
683
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
684
684
|
readonly arrowOffset?: number | undefined;
|
|
685
685
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1096,9 +1096,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1096
1096
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1097
1097
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1098
1098
|
readonly effect?: "light" | "dark" | undefined;
|
|
1099
|
+
readonly visible?: boolean | null | undefined;
|
|
1099
1100
|
readonly teleported?: boolean | undefined;
|
|
1100
1101
|
readonly open?: boolean | undefined;
|
|
1101
|
-
readonly visible?: boolean | null | undefined;
|
|
1102
1102
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1103
1103
|
readonly arrowOffset?: number | undefined;
|
|
1104
1104
|
readonly gpuAcceleration?: boolean | undefined;
|
|
@@ -1514,9 +1514,9 @@ export declare const VftSelect: SFCWithInstall<import("vue").DefineComponent<imp
|
|
|
1514
1514
|
readonly placement?: import("@popperjs/core").Placement | undefined;
|
|
1515
1515
|
readonly strategy?: "fixed" | "absolute" | undefined;
|
|
1516
1516
|
readonly effect?: "light" | "dark" | undefined;
|
|
1517
|
+
readonly visible?: boolean | null | undefined;
|
|
1517
1518
|
readonly teleported?: boolean | undefined;
|
|
1518
1519
|
readonly open?: boolean | undefined;
|
|
1519
|
-
readonly visible?: boolean | null | undefined;
|
|
1520
1520
|
readonly trigger?: import("vft/es/vft").TooltipTriggerType | undefined;
|
|
1521
1521
|
readonly arrowOffset?: number | undefined;
|
|
1522
1522
|
readonly gpuAcceleration?: boolean | undefined;
|