vft 0.0.46 → 0.0.48
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/dist/index.css +1 -1
- package/es/component.js +30 -27
- package/es/components/avatar/avatar.vue.d.ts +4 -4
- package/es/components/avatar/index.d.ts +4 -4
- package/es/components/avatar/index.js +4 -3
- package/es/components/back-top/back-top.vue.d.ts +21 -0
- package/es/components/back-top/back-top.vue2.js +23 -21
- package/es/components/back-top/index.d.ts +8 -1
- package/es/components/back-top/index.js +4 -3
- package/es/components/back-top/use-back-top.d.ts +1 -1
- package/es/components/back-top/use-back-top.js +23 -21
- package/es/components/clamp/index.js +4 -3
- package/es/components/clamp-toggle/clamp-toggle.vue2.js +15 -15
- package/es/components/clamp-toggle/index.js +4 -3
- package/es/components/config-provider/hooks/use-global-config.js +1 -1
- package/es/components/config-provider/index.js +11 -10
- package/es/components/context-menu/context-menu.vue2.js +3 -2
- package/es/components/descriptions/description.vue2.js +1 -1
- package/es/components/descriptions/index.js +6 -5
- package/es/components/divider/divider.vue.d.ts +2 -2
- package/es/components/divider/index.d.ts +2 -2
- package/es/components/divider/index.js +4 -3
- package/es/components/empty/index.js +6 -5
- package/es/components/exception/exception.vue2.js +13 -11
- package/es/components/exception/index.js +4 -3
- package/es/components/footer-layout/index.js +4 -3
- package/es/components/form/constants.d.ts +4 -0
- package/es/components/form/constants.js +5 -0
- package/es/components/form/form-item.vue.d.ts +133 -0
- package/es/components/form/form-item.vue.js +4 -0
- package/es/components/form/form-item.vue2.js +244 -0
- package/es/components/form/form-label-wrap.d.ts +11 -0
- package/es/components/form/form-label-wrap.js +70 -0
- package/es/components/form/form.vue.d.ts +168 -0
- package/es/components/form/form.vue.js +4 -0
- package/es/components/form/form.vue2.js +151 -0
- package/es/components/form/hooks/index.d.ts +2 -0
- package/es/components/form/hooks/index.js +10 -0
- package/es/components/form/hooks/use-form-common-props.d.ts +6 -0
- package/es/components/form/hooks/use-form-common-props.js +28 -0
- package/es/components/form/hooks/use-form-item.d.ts +18 -0
- package/es/components/form/hooks/use-form-item.js +48 -0
- package/es/components/form/index.d.ts +338 -0
- package/es/components/form/index.js +28 -0
- package/es/components/form/style/css.d.ts +0 -0
- package/es/components/form/style/css.js +2 -0
- package/es/components/form/style/index.d.ts +0 -0
- package/es/components/form/style/index.js +2 -0
- package/es/components/form/types.d.ts +43 -0
- package/es/components/form/types.js +9 -0
- package/es/components/form/utils.d.ts +9 -0
- package/es/components/form/utils.js +42 -0
- package/es/components/form-item/style/css.d.ts +0 -0
- package/es/components/form-item/style/css.js +2 -0
- package/es/components/form-item/style/index.d.ts +0 -0
- package/es/components/form-item/style/index.js +2 -0
- package/es/components/full-screen/index.js +4 -3
- package/es/components/header-layout/index.js +4 -3
- package/es/components/icon/icon.vue2.js +24 -24
- package/es/components/icon/index.js +5 -4
- package/es/components/icon-text/icon-text.vue2.js +20 -21
- package/es/components/icon-text/index.js +4 -3
- package/es/components/iframe-layout/index.js +4 -3
- package/es/components/image/index.js +4 -3
- package/es/components/index.d.ts +1 -0
- package/es/components/index.js +119 -103
- package/es/components/input/index.d.ts +4 -4
- package/es/components/input/index.js +4 -3
- package/es/components/input/input.vue.d.ts +4 -4
- package/es/components/input/input.vue2.js +28 -25
- package/es/components/link/index.js +4 -3
- package/es/components/logo/index.js +4 -3
- package/es/components/md-code-demo/index.js +4 -3
- package/es/components/md-code-tabs/index.js +4 -3
- package/es/components/md-comment/index.js +4 -3
- package/es/components/md-container/index.js +4 -3
- package/es/components/md-container/md-container.vue2.js +69 -66
- package/es/components/md-tabs/index.js +4 -3
- package/es/components/md-vue-playground/index.js +4 -3
- package/es/components/menu/index.js +9 -8
- package/es/components/menu/menu-item.vue2.js +4 -3
- package/es/components/menu/menu.vue2.js +1 -1
- package/es/components/menu/sub-menu.vue2.js +3 -2
- package/es/components/message/index.js +8 -7
- package/es/components/multiple-tabs/multiple-tabs.vue2.js +42 -40
- package/es/components/multiple-tabs/tab-content.vue2.js +3 -2
- package/es/components/multiple-tabs/use/use-tab-dropdown.js +20 -20
- package/es/components/overlay/index.js +4 -3
- package/es/components/page-wrapper/index.js +4 -3
- package/es/components/pagination/index.d.ts +2 -2
- package/es/components/pagination/index.js +9 -8
- package/es/components/pagination/pagination.d.ts +2 -2
- package/es/components/popover/index.d.ts +4 -4
- package/es/components/popover/index.js +4 -3
- package/es/components/popper/composables/use-content.d.ts +2 -2
- package/es/components/popper/index.d.ts +2 -2
- package/es/components/popper/index.js +10 -9
- package/es/components/popper/popper.vue.d.ts +2 -2
- package/es/components/qrcode/index.js +4 -3
- package/es/components/result/index.js +4 -3
- package/es/components/result/result.vue2.js +3 -2
- package/es/components/router-view-content/index.js +4 -3
- package/es/components/search/index.d.ts +3 -3
- package/es/components/search/index.js +4 -3
- package/es/components/search/search.vue.d.ts +3 -3
- package/es/components/search/search.vue2.js +3 -2
- package/es/components/side-menu/index.js +4 -3
- package/es/components/side-menu/side-menu.vue2.js +52 -54
- package/es/components/tabs/index.d.ts +2 -2
- package/es/components/tabs/index.js +9 -8
- package/es/components/tabs/tab-nav.vue2.js +4 -3
- package/es/components/tabs/tab-pane.vue2.js +1 -1
- package/es/components/tabs/tabs.vue.d.ts +2 -2
- package/es/components/tag/index.js +4 -3
- package/es/components/tag/tag.vue2.js +8 -7
- package/es/components/tooltip/index.d.ts +8 -8
- package/es/components/tooltip/index.js +4 -3
- package/es/components/tooltip/tooltip.vue.d.ts +2 -2
- package/es/components/tooltip/trigger.vue2.js +1 -1
- package/es/hooks/index.d.ts +2 -0
- package/es/hooks/index.js +30 -25
- package/es/hooks/use-id/index.js +3 -2
- package/es/hooks/use-ordered-children/index.js +5 -4
- package/es/hooks/use-popper/index.d.ts +2 -2
- package/es/hooks/use-prop/index.d.ts +2 -0
- package/es/hooks/use-prop/index.js +11 -0
- package/es/hooks/use-size/index.d.ts +7 -0
- package/es/hooks/use-size/index.js +9 -0
- package/es/index.js +203 -177
- package/es/package.json.js +1 -1
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +27 -22
- package/es/utils/ns-cover.d.ts +12 -0
- package/es/utils/ns-cover.js +17 -5
- package/es/utils/objects.d.ts +4 -0
- package/es/utils/objects.js +12 -0
- package/lib/component.cjs +1 -1
- package/lib/components/avatar/avatar.vue.d.ts +4 -4
- package/lib/components/avatar/index.cjs +1 -1
- package/lib/components/avatar/index.d.ts +4 -4
- package/lib/components/back-top/back-top.vue.d.ts +21 -0
- package/lib/components/back-top/back-top.vue2.cjs +1 -1
- package/lib/components/back-top/index.cjs +1 -1
- package/lib/components/back-top/index.d.ts +8 -1
- package/lib/components/back-top/use-back-top.cjs +1 -1
- package/lib/components/back-top/use-back-top.d.ts +1 -1
- package/lib/components/clamp/index.cjs +1 -1
- package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
- package/lib/components/clamp-toggle/index.cjs +1 -1
- package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
- package/lib/components/config-provider/index.cjs +1 -1
- package/lib/components/context-menu/context-menu.vue2.cjs +1 -1
- package/lib/components/descriptions/description.vue2.cjs +1 -1
- package/lib/components/descriptions/index.cjs +1 -1
- package/lib/components/divider/divider.vue.d.ts +2 -2
- package/lib/components/divider/index.cjs +1 -1
- package/lib/components/divider/index.d.ts +2 -2
- package/lib/components/empty/index.cjs +1 -1
- package/lib/components/exception/exception.vue2.cjs +1 -1
- package/lib/components/exception/index.cjs +1 -1
- package/lib/components/footer-layout/index.cjs +1 -1
- package/lib/components/form/constants.cjs +1 -0
- package/lib/components/form/constants.d.ts +4 -0
- package/lib/components/form/form-item.vue.cjs +1 -0
- package/lib/components/form/form-item.vue.d.ts +133 -0
- package/lib/components/form/form-item.vue2.cjs +1 -0
- package/lib/components/form/form-label-wrap.cjs +1 -0
- package/lib/components/form/form-label-wrap.d.ts +11 -0
- package/lib/components/form/form.vue.cjs +1 -0
- package/lib/components/form/form.vue.d.ts +168 -0
- package/lib/components/form/form.vue2.cjs +1 -0
- package/lib/components/form/hooks/index.cjs +1 -0
- package/lib/components/form/hooks/index.d.ts +2 -0
- package/lib/components/form/hooks/use-form-common-props.cjs +1 -0
- package/lib/components/form/hooks/use-form-common-props.d.ts +6 -0
- package/lib/components/form/hooks/use-form-item.cjs +1 -0
- package/lib/components/form/hooks/use-form-item.d.ts +18 -0
- package/lib/components/form/index.cjs +1 -0
- package/lib/components/form/index.d.ts +338 -0
- package/lib/components/form/style/css.cjs +1 -0
- package/lib/components/form/style/css.d.ts +0 -0
- package/lib/components/form/style/index.cjs +1 -0
- package/lib/components/form/style/index.d.ts +0 -0
- package/lib/components/form/types.cjs +1 -0
- package/lib/components/form/types.d.ts +43 -0
- package/lib/components/form/utils.cjs +1 -0
- package/lib/components/form/utils.d.ts +9 -0
- package/lib/components/form-item/style/css.cjs +1 -0
- package/lib/components/form-item/style/css.d.ts +0 -0
- package/lib/components/form-item/style/index.cjs +1 -0
- package/lib/components/form-item/style/index.d.ts +0 -0
- package/lib/components/full-screen/index.cjs +1 -1
- package/lib/components/header-layout/index.cjs +1 -1
- package/lib/components/icon/icon.vue2.cjs +1 -1
- package/lib/components/icon/index.cjs +1 -1
- package/lib/components/icon-text/icon-text.vue2.cjs +1 -1
- package/lib/components/icon-text/index.cjs +1 -1
- package/lib/components/iframe-layout/index.cjs +1 -1
- package/lib/components/image/index.cjs +1 -1
- package/lib/components/index.cjs +1 -1
- package/lib/components/index.d.ts +1 -0
- package/lib/components/input/index.cjs +1 -1
- package/lib/components/input/index.d.ts +4 -4
- package/lib/components/input/input.vue.d.ts +4 -4
- package/lib/components/input/input.vue2.cjs +1 -1
- package/lib/components/link/index.cjs +1 -1
- package/lib/components/logo/index.cjs +1 -1
- package/lib/components/md-code-demo/index.cjs +1 -1
- package/lib/components/md-code-tabs/index.cjs +1 -1
- package/lib/components/md-comment/index.cjs +1 -1
- package/lib/components/md-container/index.cjs +1 -1
- package/lib/components/md-container/md-container.vue2.cjs +1 -1
- package/lib/components/md-tabs/index.cjs +1 -1
- package/lib/components/md-vue-playground/index.cjs +1 -1
- package/lib/components/menu/index.cjs +1 -1
- package/lib/components/menu/menu-item.vue2.cjs +1 -1
- package/lib/components/menu/menu.vue2.cjs +1 -1
- package/lib/components/menu/sub-menu.vue2.cjs +1 -1
- package/lib/components/message/index.cjs +1 -1
- package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/tab-content.vue2.cjs +1 -1
- package/lib/components/multiple-tabs/use/use-tab-dropdown.cjs +1 -1
- package/lib/components/overlay/index.cjs +1 -1
- package/lib/components/page-wrapper/index.cjs +1 -1
- package/lib/components/pagination/index.cjs +1 -1
- package/lib/components/pagination/index.d.ts +2 -2
- package/lib/components/pagination/pagination.d.ts +2 -2
- package/lib/components/popover/index.cjs +1 -1
- package/lib/components/popover/index.d.ts +4 -4
- package/lib/components/popper/composables/use-content.d.ts +2 -2
- package/lib/components/popper/index.cjs +1 -1
- package/lib/components/popper/index.d.ts +2 -2
- package/lib/components/popper/popper.vue.d.ts +2 -2
- package/lib/components/qrcode/index.cjs +1 -1
- package/lib/components/result/index.cjs +1 -1
- package/lib/components/result/result.vue2.cjs +1 -1
- package/lib/components/router-view-content/index.cjs +1 -1
- package/lib/components/search/index.cjs +1 -1
- package/lib/components/search/index.d.ts +3 -3
- package/lib/components/search/search.vue.d.ts +3 -3
- package/lib/components/search/search.vue2.cjs +1 -1
- package/lib/components/side-menu/index.cjs +1 -1
- package/lib/components/side-menu/side-menu.vue2.cjs +1 -1
- package/lib/components/tabs/index.cjs +1 -1
- package/lib/components/tabs/index.d.ts +2 -2
- package/lib/components/tabs/tab-nav.vue2.cjs +1 -1
- package/lib/components/tabs/tab-pane.vue2.cjs +1 -1
- package/lib/components/tabs/tabs.vue.d.ts +2 -2
- package/lib/components/tag/index.cjs +1 -1
- package/lib/components/tag/tag.vue2.cjs +1 -1
- package/lib/components/tooltip/index.cjs +1 -1
- package/lib/components/tooltip/index.d.ts +8 -8
- package/lib/components/tooltip/tooltip.vue.d.ts +2 -2
- package/lib/components/tooltip/trigger.vue2.cjs +1 -1
- package/lib/hooks/index.cjs +1 -1
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/use-id/index.cjs +1 -1
- package/lib/hooks/use-ordered-children/index.cjs +1 -1
- package/lib/hooks/use-popper/index.d.ts +2 -2
- package/lib/hooks/use-prop/index.cjs +1 -0
- package/lib/hooks/use-prop/index.d.ts +2 -0
- package/lib/hooks/use-size/index.cjs +1 -0
- package/lib/hooks/use-size/index.d.ts +7 -0
- package/lib/index.cjs +1 -1
- package/lib/package.json.cjs +1 -1
- package/lib/utils/index.cjs +1 -1
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/ns-cover.cjs +1 -1
- package/lib/utils/ns-cover.d.ts +12 -0
- package/lib/utils/objects.cjs +1 -0
- package/lib/utils/objects.d.ts +4 -0
- package/package.json +4 -5
- package/theme-style/dark/css-vars.css +1 -1
- package/theme-style/index.css +1 -1
- package/theme-style/src/common/var.scss +16 -9
- package/theme-style/src/dark/css-vars.scss +1 -1
- package/theme-style/src/dark/var.scss +13 -12
- package/theme-style/src/form-item.scss +0 -0
- package/theme-style/src/form.scss +241 -0
- package/theme-style/src/header-layout.scss +0 -4
- package/theme-style/src/index.scss +2 -0
- package/theme-style/src/md-container.scss +1 -3
- package/theme-style/src/menu.scss +3 -1
- package/theme-style/src/side-menu.scss +1 -3
- package/theme-style/vft-form-item.css +0 -0
- package/theme-style/vft-form.css +1 -0
- package/theme-style/vft-full-screen.css +1 -1
- package/theme-style/vft-header-layout.css +1 -1
- package/theme-style/vft-loading.css +1 -1
- package/theme-style/vft-md-container.css +1 -1
- package/theme-style/vft-menu.css +1 -1
- package/theme-style/vft-side-menu.css +1 -1
- package/theme-style/vft-tabs.css +1 -1
- package/es/components/back-top/types.d.ts +0 -13
- package/es/components/back-top/types.js +0 -1
- package/lib/components/back-top/types.cjs +0 -1
- package/lib/components/back-top/types.d.ts +0 -13
package/es/component.js
CHANGED
|
@@ -25,30 +25,33 @@ import { VftRouterViewContent as y } from "./components/router-view-content/inde
|
|
|
25
25
|
import { VftIframeLayout as v } from "./components/iframe-layout/index.js";
|
|
26
26
|
import { VftFooterLayout as L } from "./components/footer-layout/index.js";
|
|
27
27
|
import { VftHeaderLayout as D } from "./components/header-layout/index.js";
|
|
28
|
-
import { VftPagination as
|
|
29
|
-
import { VftTabs as
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
|
|
28
|
+
import { VftPagination as F } from "./components/pagination/index.js";
|
|
29
|
+
import { VftTabs as S, VftTabPane as x } from "./components/tabs/index.js";
|
|
30
|
+
import { VftForm as k, VftFormItem as E } from "./components/form/index.js";
|
|
31
|
+
import { VftDescriptions as R, VftDescriptionsItem as h } from "./components/descriptions/index.js";
|
|
32
|
+
import { VftMultipleTabs as w } from "./components/multiple-tabs/index.js";
|
|
33
|
+
import { VftCollapseTransition as A } from "./components/collapse-transition/index.js";
|
|
34
|
+
import { VftMenu as B, VftMenuItem as G, VftMenuItemGroup as H, VftSubMenu as O } from "./components/menu/index.js";
|
|
35
|
+
import { VftException as Q } from "./components/exception/index.js";
|
|
36
|
+
import { VftSearch as W } from "./components/search/index.js";
|
|
37
|
+
import { VftMdComment as j } from "./components/md-comment/index.js";
|
|
38
|
+
import { VftMdTabs as q } from "./components/md-tabs/index.js";
|
|
39
|
+
import { VftMdVuePlayground as z } from "./components/md-vue-playground/index.js";
|
|
40
|
+
import { VftMdCodeDemo as J } from "./components/md-code-demo/index.js";
|
|
41
|
+
import { VftMdCodeTabs as K } from "./components/md-code-tabs/index.js";
|
|
42
|
+
import { VftMdContainer as N } from "./components/md-container/index.js";
|
|
43
|
+
const Go = [
|
|
43
44
|
// md
|
|
45
|
+
N,
|
|
46
|
+
K,
|
|
44
47
|
J,
|
|
45
48
|
z,
|
|
46
49
|
q,
|
|
47
50
|
j,
|
|
48
|
-
W,
|
|
49
|
-
Q,
|
|
50
51
|
// md
|
|
51
|
-
|
|
52
|
+
k,
|
|
53
|
+
E,
|
|
54
|
+
W,
|
|
52
55
|
P,
|
|
53
56
|
I,
|
|
54
57
|
b,
|
|
@@ -56,14 +59,14 @@ const wo = [
|
|
|
56
59
|
C,
|
|
57
60
|
T,
|
|
58
61
|
g,
|
|
59
|
-
|
|
62
|
+
F,
|
|
60
63
|
M,
|
|
61
64
|
s,
|
|
62
65
|
d,
|
|
63
66
|
u,
|
|
64
67
|
l,
|
|
65
|
-
|
|
66
|
-
|
|
68
|
+
R,
|
|
69
|
+
h,
|
|
67
70
|
t,
|
|
68
71
|
V,
|
|
69
72
|
y,
|
|
@@ -71,24 +74,24 @@ const wo = [
|
|
|
71
74
|
L,
|
|
72
75
|
D,
|
|
73
76
|
n,
|
|
74
|
-
R,
|
|
75
77
|
w,
|
|
76
|
-
A,
|
|
77
78
|
B,
|
|
78
79
|
G,
|
|
79
|
-
|
|
80
|
+
H,
|
|
81
|
+
O,
|
|
82
|
+
A,
|
|
80
83
|
o,
|
|
81
84
|
r,
|
|
82
85
|
m,
|
|
83
86
|
f,
|
|
84
87
|
i,
|
|
88
|
+
S,
|
|
85
89
|
x,
|
|
86
|
-
k,
|
|
87
90
|
p,
|
|
88
91
|
e,
|
|
89
92
|
a,
|
|
90
|
-
|
|
93
|
+
Q
|
|
91
94
|
];
|
|
92
95
|
export {
|
|
93
|
-
|
|
96
|
+
Go as default
|
|
94
97
|
};
|
|
@@ -2,7 +2,7 @@ import type { PropType as __PropType } from 'vue';
|
|
|
2
2
|
import { type IconProps } from 'vft/es/components/icon';
|
|
3
3
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
4
|
size: {
|
|
5
|
-
type: __PropType<number | "
|
|
5
|
+
type: __PropType<number | "large" | "small" | "default" | undefined>;
|
|
6
6
|
required: false;
|
|
7
7
|
};
|
|
8
8
|
shape: {
|
|
@@ -26,12 +26,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
26
26
|
required: false;
|
|
27
27
|
};
|
|
28
28
|
fit: {
|
|
29
|
-
type: __PropType<"
|
|
29
|
+
type: __PropType<"contain" | "fill" | "none" | "cover" | "scale-down" | undefined>;
|
|
30
30
|
required: false;
|
|
31
31
|
};
|
|
32
32
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "error"[], "error", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
33
33
|
size: {
|
|
34
|
-
type: __PropType<number | "
|
|
34
|
+
type: __PropType<number | "large" | "small" | "default" | undefined>;
|
|
35
35
|
required: false;
|
|
36
36
|
};
|
|
37
37
|
shape: {
|
|
@@ -55,7 +55,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
55
55
|
required: false;
|
|
56
56
|
};
|
|
57
57
|
fit: {
|
|
58
|
-
type: __PropType<"
|
|
58
|
+
type: __PropType<"contain" | "fill" | "none" | "cover" | "scale-down" | undefined>;
|
|
59
59
|
required: false;
|
|
60
60
|
};
|
|
61
61
|
}>> & {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<import("vue").DefineComponent<{
|
|
2
2
|
size: {
|
|
3
|
-
type: import("vue").PropType<number | "
|
|
3
|
+
type: import("vue").PropType<number | "large" | "small" | "default" | undefined>;
|
|
4
4
|
required: false;
|
|
5
5
|
};
|
|
6
6
|
shape: {
|
|
@@ -24,12 +24,12 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
24
24
|
required: false;
|
|
25
25
|
};
|
|
26
26
|
fit: {
|
|
27
|
-
type: import("vue").PropType<"
|
|
27
|
+
type: import("vue").PropType<"contain" | "fill" | "none" | "cover" | "scale-down" | undefined>;
|
|
28
28
|
required: false;
|
|
29
29
|
};
|
|
30
30
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "error"[], "error", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
31
|
size: {
|
|
32
|
-
type: import("vue").PropType<number | "
|
|
32
|
+
type: import("vue").PropType<number | "large" | "small" | "default" | undefined>;
|
|
33
33
|
required: false;
|
|
34
34
|
};
|
|
35
35
|
shape: {
|
|
@@ -53,7 +53,7 @@ export declare const VftAvatar: import("vft/es/utils").SFCWithInstall<import("vu
|
|
|
53
53
|
required: false;
|
|
54
54
|
};
|
|
55
55
|
fit: {
|
|
56
|
-
type: import("vue").PropType<"
|
|
56
|
+
type: import("vue").PropType<"contain" | "fill" | "none" | "cover" | "scale-down" | undefined>;
|
|
57
57
|
required: false;
|
|
58
58
|
};
|
|
59
59
|
}>> & {
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.js";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
5
6
|
import o from "./avatar.vue2.js";
|
|
6
|
-
const
|
|
7
|
+
const s = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
s as VftAvatar,
|
|
10
|
+
s as default
|
|
10
11
|
};
|
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
import type { PropType as __PropType } from 'vue';
|
|
2
2
|
import { type IconProps } from 'vft/es/components';
|
|
3
|
+
export interface BackTopProps {
|
|
4
|
+
/** 滚动高度达到此参数值才出现 */
|
|
5
|
+
visibilityHeight?: number;
|
|
6
|
+
/** 触发滚动的对象 */
|
|
7
|
+
target?: string;
|
|
8
|
+
/** 控制其显示位置,距离页面右边距 */
|
|
9
|
+
right?: number;
|
|
10
|
+
/** 控制其显示位置,距离页面底部距离 */
|
|
11
|
+
bottom?: number;
|
|
12
|
+
/** 滚动 icon dom */
|
|
13
|
+
icon?: IconProps | string;
|
|
14
|
+
scrollTargetKey?: string;
|
|
15
|
+
}
|
|
3
16
|
declare const _sfc_main: import("vue").DefineComponent<{
|
|
4
17
|
visibilityHeight: {
|
|
5
18
|
type: __PropType<number | undefined>;
|
|
@@ -21,6 +34,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
21
34
|
type: __PropType<string | IconProps | undefined>;
|
|
22
35
|
required: false;
|
|
23
36
|
};
|
|
37
|
+
scrollTargetKey: {
|
|
38
|
+
type: __PropType<string | undefined>;
|
|
39
|
+
required: false;
|
|
40
|
+
};
|
|
24
41
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
25
42
|
visibilityHeight: {
|
|
26
43
|
type: __PropType<number | undefined>;
|
|
@@ -42,6 +59,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
42
59
|
type: __PropType<string | IconProps | undefined>;
|
|
43
60
|
required: false;
|
|
44
61
|
};
|
|
62
|
+
scrollTargetKey: {
|
|
63
|
+
type: __PropType<string | undefined>;
|
|
64
|
+
required: false;
|
|
65
|
+
};
|
|
45
66
|
}>> & {
|
|
46
67
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
47
68
|
}, {}>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as c, getCurrentInstance as g, computed as l, openBlock as m, createBlock as a, Transition as y, unref as t, withCtx as C, createElementBlock as h, normalizeStyle as x, normalizeClass as T, withModifiers as z, renderSlot as B, normalizeProps as $, mergeProps as v, createCommentVNode as s } from "vue";
|
|
2
2
|
import { singleAttrToObj as w } from "@vft/utils";
|
|
3
3
|
import "../divider/index.js";
|
|
4
4
|
import { VftIcon as S } from "../icon/index.js";
|
|
@@ -39,6 +39,7 @@ import "../clamp-toggle/index.js";
|
|
|
39
39
|
import "../page-wrapper/index.js";
|
|
40
40
|
import "../exception/index.js";
|
|
41
41
|
import "../search/index.js";
|
|
42
|
+
import "../form/index.js";
|
|
42
43
|
import "../md-container/index.js";
|
|
43
44
|
import "../md-comment/index.js";
|
|
44
45
|
import "../md-tabs/index.js";
|
|
@@ -53,52 +54,53 @@ import "../../hooks/use-z-index/index.js";
|
|
|
53
54
|
import "@vueuse/core";
|
|
54
55
|
import "../../utils/ns-cover.js";
|
|
55
56
|
import { useBackTop as I } from "./use-back-top.js";
|
|
56
|
-
const
|
|
57
|
+
const r = (
|
|
57
58
|
/* hoist-static*/
|
|
58
59
|
_("back-top")
|
|
59
|
-
), N =
|
|
60
|
-
name:
|
|
61
|
-
}),
|
|
60
|
+
), N = c({
|
|
61
|
+
name: r.b()
|
|
62
|
+
}), jt = /* @__PURE__ */ c({
|
|
62
63
|
...N,
|
|
63
64
|
props: {
|
|
64
65
|
visibilityHeight: { default: 200 },
|
|
65
66
|
target: null,
|
|
66
67
|
right: { default: 40 },
|
|
67
68
|
bottom: { default: 40 },
|
|
68
|
-
icon: { default: "ico-bx:arrow-to-top" }
|
|
69
|
+
icon: { default: "ico-bx:arrow-to-top" },
|
|
70
|
+
scrollTargetKey: null
|
|
69
71
|
},
|
|
70
72
|
emits: ["click"],
|
|
71
|
-
setup(
|
|
72
|
-
const f = g(), { handleClick: p, visible: d } = I(f.props, u,
|
|
73
|
-
right: `${
|
|
74
|
-
bottom: `${
|
|
75
|
-
})), e =
|
|
76
|
-
return (k, n) => (m(),
|
|
77
|
-
name: `${t(
|
|
73
|
+
setup(i, { emit: u }) {
|
|
74
|
+
const f = g(), { handleClick: p, visible: d } = I(f.props, u, r.b()), b = l(() => ({
|
|
75
|
+
right: `${i.right}px`,
|
|
76
|
+
bottom: `${i.bottom}px`
|
|
77
|
+
})), e = l(() => w(i.icon, "icon", { size: 25 }));
|
|
78
|
+
return (k, n) => (m(), a(y, {
|
|
79
|
+
name: `${t(r).namespace}-fade-in`
|
|
78
80
|
}, {
|
|
79
|
-
default:
|
|
80
|
-
t(d) ? (m(),
|
|
81
|
+
default: C(() => [
|
|
82
|
+
t(d) ? (m(), h("div", {
|
|
81
83
|
key: 0,
|
|
82
84
|
style: x(t(b)),
|
|
83
|
-
class:
|
|
84
|
-
onClick: n[0] || (n[0] =
|
|
85
|
+
class: T(t(r).b()),
|
|
86
|
+
onClick: n[0] || (n[0] = z(
|
|
85
87
|
//@ts-ignore
|
|
86
88
|
(...o) => t(p) && t(p)(...o),
|
|
87
89
|
["stop"]
|
|
88
90
|
))
|
|
89
91
|
}, [
|
|
90
|
-
|
|
92
|
+
B(k.$slots, "default", {}, () => {
|
|
91
93
|
var o;
|
|
92
94
|
return [
|
|
93
|
-
(o = t(e)) != null && o.icon ? (m(),
|
|
95
|
+
(o = t(e)) != null && o.icon ? (m(), a(t(S), $(v({ key: 0 }, t(e))), null, 16)) : s("", !0)
|
|
94
96
|
];
|
|
95
97
|
})
|
|
96
|
-
], 6)) :
|
|
98
|
+
], 6)) : s("", !0)
|
|
97
99
|
]),
|
|
98
100
|
_: 3
|
|
99
101
|
}, 8, ["name"]));
|
|
100
102
|
}
|
|
101
103
|
});
|
|
102
104
|
export {
|
|
103
|
-
|
|
105
|
+
jt as default
|
|
104
106
|
};
|
|
@@ -19,6 +19,10 @@ export declare const VftBackTop: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
19
19
|
type: import("vue").PropType<string | import("..").IconProps | undefined>;
|
|
20
20
|
required: false;
|
|
21
21
|
};
|
|
22
|
+
scrollTargetKey: {
|
|
23
|
+
type: import("vue").PropType<string | undefined>;
|
|
24
|
+
required: false;
|
|
25
|
+
};
|
|
22
26
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
27
|
visibilityHeight: {
|
|
24
28
|
type: import("vue").PropType<number | undefined>;
|
|
@@ -40,8 +44,11 @@ export declare const VftBackTop: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
40
44
|
type: import("vue").PropType<string | import("..").IconProps | undefined>;
|
|
41
45
|
required: false;
|
|
42
46
|
};
|
|
47
|
+
scrollTargetKey: {
|
|
48
|
+
type: import("vue").PropType<string | undefined>;
|
|
49
|
+
required: false;
|
|
50
|
+
};
|
|
43
51
|
}>> & {
|
|
44
52
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
45
53
|
}, {}>> & Record<string, any>;
|
|
46
54
|
export default VftBackTop;
|
|
47
|
-
export * from './types';
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.js";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
5
6
|
import o from "./back-top.vue2.js";
|
|
6
|
-
const
|
|
7
|
+
const s = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
s as VftBackTop,
|
|
10
|
+
s as default
|
|
10
11
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BackTopProps } from './
|
|
1
|
+
import { type BackTopProps } from './back-top.vue';
|
|
2
2
|
export declare const useBackTop: (props: BackTopProps, emit: Function, componentName: string) => {
|
|
3
3
|
visible: import("vue").Ref<boolean>;
|
|
4
4
|
handleClick: (event: MouseEvent) => void;
|
|
@@ -1,29 +1,31 @@
|
|
|
1
|
-
import { shallowRef as u, ref as f, onMounted as m, watch as h, nextTick as T } from "vue";
|
|
2
|
-
import { useThrottleFn as g, useEventListener as b, useTimeoutFn as k } from "@vueuse/core";
|
|
3
1
|
import "@vft/utils";
|
|
4
|
-
import {
|
|
2
|
+
import { shallowRef as n, ref as h, onMounted as d, watch as T } from "vue";
|
|
3
|
+
import { throwError as g } from "../../utils/error.js";
|
|
5
4
|
import "../../utils/ns-cover.js";
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
import "lodash";
|
|
6
|
+
import { useThrottleFn as b, useEventListener as y, useTimeoutFn as S } from "@vueuse/core";
|
|
7
|
+
const q = (t, u, c) => {
|
|
8
|
+
const e = n(), o = n(), i = h(!1), a = () => {
|
|
8
9
|
e.value && e.value.scrollTo({ left: 0, top: 0, behavior: "smooth" });
|
|
9
10
|
}, s = () => {
|
|
10
|
-
e.value && (
|
|
11
|
-
}, v = (
|
|
12
|
-
|
|
13
|
-
},
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
e.value && (i.value = e.value.scrollTop >= t.visibilityHeight);
|
|
12
|
+
}, v = (l) => {
|
|
13
|
+
a(), u("click", l);
|
|
14
|
+
}, m = b(s, 300, !0);
|
|
15
|
+
y(o, "scroll", m), d(() => {
|
|
16
|
+
o.value = document, e.value = document.documentElement, t.target && S(() => {
|
|
17
|
+
r(t.target);
|
|
17
18
|
}, 10);
|
|
18
|
-
}),
|
|
19
|
-
()
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
19
|
+
}), T([() => t == null ? void 0 : t.scrollTargetKey, () => t.target], (l, f) => {
|
|
20
|
+
(l[0] !== f[0] || l[1]) && r(t.target);
|
|
21
|
+
}, {
|
|
22
|
+
flush: "post"
|
|
23
|
+
});
|
|
24
|
+
function r(l) {
|
|
25
|
+
e.value = document.querySelector(l) ?? void 0, e.value || g(c, `target does not exist: ${l}`), e.value && (i.value = e.value.scrollTop >= t.visibilityHeight), o.value = e.value;
|
|
26
|
+
}
|
|
27
|
+
return {
|
|
28
|
+
visible: i,
|
|
27
29
|
handleClick: v
|
|
28
30
|
};
|
|
29
31
|
};
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.js";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
5
6
|
import m from "./clamp.vue2.js";
|
|
6
|
-
const
|
|
7
|
+
const l = t(m);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
l as VftClamp,
|
|
10
|
+
l as default
|
|
10
11
|
};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent as a, computed as c, openBlock as o, createBlock as r, unref as t, normalizeStyle as g, withCtx as u, createElementBlock as d, normalizeClass as x, toDisplayString as f, createCommentVNode as z } from "vue";
|
|
2
|
+
import "@vft/utils";
|
|
3
|
+
import { generateCssVars as C } from "../../utils/ns-cover.js";
|
|
4
|
+
import "lodash";
|
|
3
5
|
import { useNamespace as p } from "../../hooks/use-namespace/index.js";
|
|
4
6
|
import "@popperjs/core";
|
|
5
|
-
import "lodash";
|
|
6
7
|
import "../../hooks/use-z-index/index.js";
|
|
7
8
|
import "@vueuse/core";
|
|
8
|
-
import "../../utils/ns-cover.js";
|
|
9
9
|
import { VftClamp as y } from "../clamp/index.js";
|
|
10
|
-
const h = ["onClick"],
|
|
10
|
+
const h = ["onClick"], i = (
|
|
11
11
|
/* hoist-static*/
|
|
12
12
|
p("clamp-toggle")
|
|
13
|
-
), k =
|
|
14
|
-
name:
|
|
15
|
-
}), j = /* @__PURE__ */
|
|
13
|
+
), k = a({
|
|
14
|
+
name: i.b()
|
|
15
|
+
}), j = /* @__PURE__ */ a({
|
|
16
16
|
...k,
|
|
17
17
|
props: {
|
|
18
18
|
text: null,
|
|
@@ -29,9 +29,9 @@ const h = ["onClick"], l = (
|
|
|
29
29
|
toggleText: { default: ["展开", "收缩"] }
|
|
30
30
|
},
|
|
31
31
|
setup(e) {
|
|
32
|
-
const n =
|
|
33
|
-
return (B, S) => (
|
|
34
|
-
style:
|
|
32
|
+
const n = c(() => C({ color: e.color, size: e.size, toggleColor: e.toggleColor, toggleSize: e.toggleSize }, "clamp-toggle"));
|
|
33
|
+
return (B, S) => (o(), r(t(y), {
|
|
34
|
+
style: g(t(n)),
|
|
35
35
|
text: e.text,
|
|
36
36
|
maxHeight: e.maxHeight,
|
|
37
37
|
maxLines: e.maxLines,
|
|
@@ -40,12 +40,12 @@ const h = ["onClick"], l = (
|
|
|
40
40
|
ellipsis: e.ellipsis,
|
|
41
41
|
autoResize: e.autoResize
|
|
42
42
|
}, {
|
|
43
|
-
after:
|
|
44
|
-
|
|
43
|
+
after: u(({ toggle: m, expanded: l, clamped: s }) => [
|
|
44
|
+
l || s ? (o(), d("span", {
|
|
45
45
|
key: 0,
|
|
46
|
-
class: x(["cursor-pointer", t(
|
|
46
|
+
class: x(["cursor-pointer", t(i).e("more")]),
|
|
47
47
|
onClick: m
|
|
48
|
-
}, f(
|
|
48
|
+
}, f(l ? e.toggleText[1] : e.toggleText[0]), 11, h)) : z("", !0)
|
|
49
49
|
]),
|
|
50
50
|
_: 1
|
|
51
51
|
}, 8, ["style", "text", "maxHeight", "maxLines", "expanded", "location", "ellipsis", "autoResize"]));
|
|
@@ -2,9 +2,10 @@ import { withInstall as t } from "../../utils/vue/install.js";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
5
6
|
import o from "./clamp-toggle.vue2.js";
|
|
6
|
-
const
|
|
7
|
+
const l = t(o);
|
|
7
8
|
export {
|
|
8
|
-
|
|
9
|
-
|
|
9
|
+
l as VftClampToggle,
|
|
10
|
+
l as default
|
|
10
11
|
};
|
|
@@ -2,9 +2,9 @@ import { ref as v, getCurrentInstance as l, inject as p, computed as i, provide
|
|
|
2
2
|
import { keysOf as a } from "@vft/utils";
|
|
3
3
|
import { debugWarn as C } from "../../../utils/error.js";
|
|
4
4
|
import "../../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
5
6
|
import { useNamespace as b, defaultNamespace as I, namespaceContextKey as y } from "../../../hooks/use-namespace/index.js";
|
|
6
7
|
import "@popperjs/core";
|
|
7
|
-
import "lodash";
|
|
8
8
|
import { useZIndex as G, defaultInitialZIndex as z, zIndexContextKey as K } from "../../../hooks/use-z-index/index.js";
|
|
9
9
|
import "@vueuse/core";
|
|
10
10
|
import { configProviderContextKey as m } from "../constants.js";
|
|
@@ -2,16 +2,17 @@ import { withInstall as o } from "../../utils/vue/install.js";
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
5
6
|
import t from "./config-provider.vue2.js";
|
|
6
|
-
import { configProviderContextKey as
|
|
7
|
-
import { provideGlobalConfig as
|
|
8
|
-
const
|
|
7
|
+
import { configProviderContextKey as a, messageConfig as g } from "./constants.js";
|
|
8
|
+
import { provideGlobalConfig as d, useGlobalComponentSettings as x, useGlobalConfig as b } from "./hooks/use-global-config.js";
|
|
9
|
+
const p = o(t);
|
|
9
10
|
export {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
p as VftConfigProvider,
|
|
12
|
+
a as configProviderContextKey,
|
|
13
|
+
p as default,
|
|
14
|
+
g as messageConfig,
|
|
15
|
+
d as provideGlobalConfig,
|
|
16
|
+
x as useGlobalComponentSettings,
|
|
17
|
+
b as useGlobalConfig
|
|
17
18
|
};
|
|
@@ -39,6 +39,7 @@ import "../clamp-toggle/index.js";
|
|
|
39
39
|
import "../page-wrapper/index.js";
|
|
40
40
|
import "../exception/index.js";
|
|
41
41
|
import "../search/index.js";
|
|
42
|
+
import "../form/index.js";
|
|
42
43
|
import "../md-container/index.js";
|
|
43
44
|
import "../md-comment/index.js";
|
|
44
45
|
import "../md-tabs/index.js";
|
|
@@ -52,7 +53,7 @@ import "lodash";
|
|
|
52
53
|
import "../../hooks/use-z-index/index.js";
|
|
53
54
|
import "@vueuse/core";
|
|
54
55
|
import "../../utils/ns-cover.js";
|
|
55
|
-
const H = { class: "vft-sub-menu" },
|
|
56
|
+
const H = { class: "vft-sub-menu" }, Lt = /* @__PURE__ */ w({
|
|
56
57
|
__name: "context-menu",
|
|
57
58
|
props: {
|
|
58
59
|
axis: null,
|
|
@@ -126,5 +127,5 @@ const H = { class: "vft-sub-menu" }, It = /* @__PURE__ */ w({
|
|
|
126
127
|
}
|
|
127
128
|
});
|
|
128
129
|
export {
|
|
129
|
-
|
|
130
|
+
Lt as default
|
|
130
131
|
};
|
|
@@ -2,9 +2,9 @@ import { defineComponent as N, useSlots as E, getCurrentInstance as w, provide a
|
|
|
2
2
|
import "@vft/utils";
|
|
3
3
|
import { flattedChildren as L } from "../../utils/vue/vnode.js";
|
|
4
4
|
import "../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
5
6
|
import { useNamespace as R } from "../../hooks/use-namespace/index.js";
|
|
6
7
|
import "@popperjs/core";
|
|
7
|
-
import "lodash";
|
|
8
8
|
import "../../hooks/use-z-index/index.js";
|
|
9
9
|
import "@vueuse/core";
|
|
10
10
|
import T from "./descriptions-row.vue2.js";
|
|
@@ -2,13 +2,14 @@ import { withInstall as o, withNoopInstall as i } from "../../utils/vue/install.
|
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@vft/utils";
|
|
4
4
|
import "../../utils/ns-cover.js";
|
|
5
|
+
import "lodash";
|
|
5
6
|
import m from "./description.vue2.js";
|
|
6
7
|
import t from "./description-item.vue2.js";
|
|
7
|
-
const
|
|
8
|
+
const a = o(m, {
|
|
8
9
|
DescriptionsItem: t
|
|
9
|
-
}),
|
|
10
|
+
}), l = i(t);
|
|
10
11
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
a as VftDescriptions,
|
|
13
|
+
l as VftDescriptionsItem,
|
|
14
|
+
a as default
|
|
14
15
|
};
|
|
@@ -5,7 +5,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
5
5
|
required: false;
|
|
6
6
|
};
|
|
7
7
|
contentPosition: {
|
|
8
|
-
type: __PropType<"
|
|
8
|
+
type: __PropType<"left" | "right" | "center" | undefined>;
|
|
9
9
|
required: false;
|
|
10
10
|
};
|
|
11
11
|
borderStyle: {
|
|
@@ -30,7 +30,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
30
30
|
required: false;
|
|
31
31
|
};
|
|
32
32
|
contentPosition: {
|
|
33
|
-
type: __PropType<"
|
|
33
|
+
type: __PropType<"left" | "right" | "center" | undefined>;
|
|
34
34
|
required: false;
|
|
35
35
|
};
|
|
36
36
|
borderStyle: {
|
|
@@ -4,7 +4,7 @@ export declare const VftDivider: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
4
4
|
required: false;
|
|
5
5
|
};
|
|
6
6
|
contentPosition: {
|
|
7
|
-
type: import("vue").PropType<"
|
|
7
|
+
type: import("vue").PropType<"left" | "right" | "center" | undefined>;
|
|
8
8
|
required: false;
|
|
9
9
|
};
|
|
10
10
|
borderStyle: {
|
|
@@ -29,7 +29,7 @@ export declare const VftDivider: import("vft/es/utils").SFCWithInstall<import("v
|
|
|
29
29
|
required: false;
|
|
30
30
|
};
|
|
31
31
|
contentPosition: {
|
|
32
|
-
type: import("vue").PropType<"
|
|
32
|
+
type: import("vue").PropType<"left" | "right" | "center" | undefined>;
|
|
33
33
|
required: false;
|
|
34
34
|
};
|
|
35
35
|
borderStyle: {
|