@keyblade/pro-components 1.12.3 → 1.12.4
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/{style.css → pro-components.css} +1 -1
- package/es/pro-image-upload/image-upload.vue.d.ts +12 -12
- package/es/pro-image-upload/index.d.ts +138 -138
- package/es/pro-keep-alive-router-view/index.d.ts +3 -3
- package/es/pro-layout/hooks.d.ts +1 -1
- package/es/pro-layout/index.d.ts +21 -9
- package/es/pro-layout/pro-layout.vue.d.ts +30 -12
- package/es/pro-layout/pro-layout.vue.js +112 -96
- package/es/pro-menu/index.d.ts +8 -8
- package/es/pro-menu/pro-menu.vue.d.ts +2 -2
- package/es/pro-menu/pro-menu.vue.js +47 -54
- package/es/pro-page-container/index.d.ts +51 -51
- package/es/pro-page-container/pro-page-container.vue.d.ts +36 -28
- package/es/pro-page-header/index.d.ts +12 -12
- package/es/pro-page-header/pro-page-header.vue.d.ts +5 -5
- package/es/pro-reuse-tabs/index.d.ts +9 -9
- package/es/pro-reuse-tabs/pro-reuse-tabs.vue.d.ts +4 -4
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { createReusableTemplate as
|
|
3
|
-
|
|
4
|
-
const E = ["src"], F = ["src"], L = "keyblade-pro-menu", w = "keyblade-pro-menu-item", J = /* @__PURE__ */ W({
|
|
1
|
+
import { defineComponent as A, computed as g, resolveComponent as k, openBlock as l, createBlock as u, mergeProps as R, withCtx as a, createVNode as j, unref as f, createElementBlock as s, Fragment as _, createSlots as b, createTextVNode as x, toDisplayString as q, renderList as I, createCommentVNode as r, resolveDynamicComponent as N, normalizeClass as T } from "vue";
|
|
2
|
+
import { createReusableTemplate as w } from "@vueuse/core";
|
|
3
|
+
const z = ["src"], E = ["src"], F = "keyblade-pro-menu", B = "keyblade-pro-menu-item", W = /* @__PURE__ */ A({
|
|
5
4
|
__name: "pro-menu",
|
|
6
5
|
props: {
|
|
7
6
|
mode: {
|
|
@@ -28,49 +27,43 @@ const E = ["src"], F = ["src"], L = "keyblade-pro-menu", w = "keyblade-pro-menu-
|
|
|
28
27
|
}
|
|
29
28
|
},
|
|
30
29
|
emits: {
|
|
31
|
-
"menu-item-click": (
|
|
30
|
+
"menu-item-click": (c) => !0
|
|
32
31
|
},
|
|
33
|
-
setup(
|
|
34
|
-
const
|
|
35
|
-
var
|
|
36
|
-
return (
|
|
37
|
-
}),
|
|
38
|
-
const
|
|
39
|
-
return
|
|
32
|
+
setup(c, { emit: D }) {
|
|
33
|
+
const y = c, K = D, [M, h] = w(), d = g(() => (n) => {
|
|
34
|
+
var o;
|
|
35
|
+
return (o = y == null ? void 0 : y.selectedKeys) != null && o.includes(n.name) && n != null && n.selectedIcon ? n == null ? void 0 : n.selectedIcon : n == null ? void 0 : n.icon;
|
|
36
|
+
}), t = g(() => (n) => {
|
|
37
|
+
const o = n == null ? void 0 : n.icon;
|
|
38
|
+
return o != null && o.startsWith("icon") ? "icon" : "url";
|
|
40
39
|
}), P = (n) => {
|
|
41
|
-
|
|
42
|
-
if (n.path.startsWith("http") || n.path.startsWith("https")) {
|
|
43
|
-
window.open(n.path);
|
|
44
|
-
return;
|
|
45
|
-
}
|
|
46
|
-
y == null || y.push({ path: n.path }), K("menu-item-click", n.name);
|
|
47
|
-
}
|
|
40
|
+
K("menu-item-click", n);
|
|
48
41
|
};
|
|
49
|
-
return (n,
|
|
50
|
-
const
|
|
51
|
-
return
|
|
52
|
-
mode:
|
|
53
|
-
class:
|
|
54
|
-
collapsed:
|
|
55
|
-
"selected-keys":
|
|
42
|
+
return (n, o) => {
|
|
43
|
+
const S = k("a-sub-menu"), V = k("a-menu-item"), $ = k("a-menu");
|
|
44
|
+
return l(), u($, R(c.menuProps, {
|
|
45
|
+
mode: c.mode,
|
|
46
|
+
class: F,
|
|
47
|
+
collapsed: c.collapsed,
|
|
48
|
+
"selected-keys": c.selectedKeys,
|
|
56
49
|
"auto-open-selected": ""
|
|
57
50
|
}), {
|
|
58
51
|
default: a(() => [
|
|
59
|
-
|
|
52
|
+
j(f(M), null, {
|
|
60
53
|
default: a(({ item: e }) => {
|
|
61
|
-
var
|
|
54
|
+
var v, C;
|
|
62
55
|
return [
|
|
63
|
-
e && !e.hideInMenu ? (
|
|
64
|
-
e != null && e.children && ((
|
|
56
|
+
e && !e.hideInMenu ? (l(), s(_, { key: 0 }, [
|
|
57
|
+
e != null && e.children && ((v = e == null ? void 0 : e.children) == null ? void 0 : v.length) > 0 ? (l(), u(S, {
|
|
65
58
|
key: e.name
|
|
66
|
-
},
|
|
59
|
+
}, b({
|
|
67
60
|
title: a(() => [
|
|
68
|
-
q(
|
|
61
|
+
x(q(e.title), 1)
|
|
69
62
|
]),
|
|
70
63
|
default: a(() => [
|
|
71
|
-
e != null && e.hideChildrenInMenu ?
|
|
72
|
-
key:
|
|
73
|
-
item:
|
|
64
|
+
e != null && e.hideChildrenInMenu ? r("", !0) : (l(!0), s(_, { key: 0 }, I((e == null ? void 0 : e.children) || [], (p) => (l(), u(f(h), {
|
|
65
|
+
key: p.name,
|
|
66
|
+
item: p
|
|
74
67
|
}, null, 8, ["item"]))), 128))
|
|
75
68
|
]),
|
|
76
69
|
_: 2
|
|
@@ -78,46 +71,46 @@ const E = ["src"], F = ["src"], L = "keyblade-pro-menu", w = "keyblade-pro-menu-
|
|
|
78
71
|
e != null && e.icon ? {
|
|
79
72
|
name: "icon",
|
|
80
73
|
fn: a(() => [
|
|
81
|
-
|
|
82
|
-
|
|
74
|
+
t.value(e) === "icon" ? (l(), u(N(d.value(e)), { key: 0 })) : r("", !0),
|
|
75
|
+
t.value(e) === "url" ? (l(), s("img", {
|
|
83
76
|
key: 1,
|
|
84
|
-
class:
|
|
85
|
-
src:
|
|
77
|
+
class: T(`${B}-img`),
|
|
78
|
+
src: d.value(e),
|
|
86
79
|
alt: ""
|
|
87
|
-
}, null, 10,
|
|
80
|
+
}, null, 10, z)) : r("", !0)
|
|
88
81
|
]),
|
|
89
82
|
key: "0"
|
|
90
83
|
} : void 0
|
|
91
|
-
]), 1024)) :
|
|
92
|
-
!(e != null && e.children) || ((
|
|
84
|
+
]), 1024)) : r("", !0),
|
|
85
|
+
!(e != null && e.children) || ((C = e == null ? void 0 : e.children) == null ? void 0 : C.length) === 0 ? (l(), u(V, {
|
|
93
86
|
key: e.name,
|
|
94
|
-
onClick: (
|
|
95
|
-
},
|
|
87
|
+
onClick: (p) => P(e)
|
|
88
|
+
}, b({
|
|
96
89
|
default: a(() => [
|
|
97
|
-
|
|
90
|
+
x(" " + q(e.title), 1)
|
|
98
91
|
]),
|
|
99
92
|
_: 2
|
|
100
93
|
}, [
|
|
101
94
|
e != null && e.icon ? {
|
|
102
95
|
name: "icon",
|
|
103
96
|
fn: a(() => [
|
|
104
|
-
|
|
105
|
-
|
|
97
|
+
t.value(e) === "icon" ? (l(), u(N(d.value(e)), { key: 0 })) : r("", !0),
|
|
98
|
+
t.value(e) === "url" ? (l(), s("img", {
|
|
106
99
|
key: 1,
|
|
107
|
-
class:
|
|
108
|
-
src:
|
|
100
|
+
class: T(`${B}-img`),
|
|
101
|
+
src: d.value(e),
|
|
109
102
|
alt: ""
|
|
110
|
-
}, null, 10,
|
|
103
|
+
}, null, 10, E)) : r("", !0)
|
|
111
104
|
]),
|
|
112
105
|
key: "0"
|
|
113
106
|
} : void 0
|
|
114
|
-
]), 1032, ["onClick"])) :
|
|
115
|
-
], 64)) :
|
|
107
|
+
]), 1032, ["onClick"])) : r("", !0)
|
|
108
|
+
], 64)) : r("", !0)
|
|
116
109
|
];
|
|
117
110
|
}),
|
|
118
111
|
_: 1
|
|
119
112
|
}),
|
|
120
|
-
(
|
|
113
|
+
(l(!0), s(_, null, I(c.items, (e) => (l(), u(f(h), {
|
|
121
114
|
key: e.name,
|
|
122
115
|
item: e
|
|
123
116
|
}, null, 8, ["item"]))), 128))
|
|
@@ -128,5 +121,5 @@ const E = ["src"], F = ["src"], L = "keyblade-pro-menu", w = "keyblade-pro-menu-
|
|
|
128
121
|
}
|
|
129
122
|
});
|
|
130
123
|
export {
|
|
131
|
-
|
|
124
|
+
W as default
|
|
132
125
|
};
|
|
@@ -8,16 +8,16 @@ declare const ProPageContainer: {
|
|
|
8
8
|
};
|
|
9
9
|
pageHeader: {
|
|
10
10
|
type: import('vue').PropType<{
|
|
11
|
-
title?: string
|
|
12
|
-
subTitle?: string
|
|
13
|
-
titlePosition?: "top" | "bottom"
|
|
14
|
-
hideTitle?: boolean
|
|
15
|
-
breadcrumbRouterMode?: boolean
|
|
16
|
-
breadcrumbPrefixIcon?:
|
|
11
|
+
title?: string;
|
|
12
|
+
subTitle?: string;
|
|
13
|
+
titlePosition?: "top" | "bottom";
|
|
14
|
+
hideTitle?: boolean;
|
|
15
|
+
breadcrumbRouterMode?: boolean;
|
|
16
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
17
17
|
breadcrumbItems?: {
|
|
18
18
|
label: string;
|
|
19
|
-
path?: string
|
|
20
|
-
}[]
|
|
19
|
+
path?: string;
|
|
20
|
+
}[];
|
|
21
21
|
}>;
|
|
22
22
|
required: false;
|
|
23
23
|
default: () => {
|
|
@@ -33,16 +33,16 @@ declare const ProPageContainer: {
|
|
|
33
33
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
34
34
|
hidePageHeader: boolean;
|
|
35
35
|
pageHeader: {
|
|
36
|
-
title?: string
|
|
37
|
-
subTitle?: string
|
|
38
|
-
titlePosition?: "top" | "bottom"
|
|
39
|
-
hideTitle?: boolean
|
|
40
|
-
breadcrumbRouterMode?: boolean
|
|
41
|
-
breadcrumbPrefixIcon?:
|
|
36
|
+
title?: string;
|
|
37
|
+
subTitle?: string;
|
|
38
|
+
titlePosition?: "top" | "bottom";
|
|
39
|
+
hideTitle?: boolean;
|
|
40
|
+
breadcrumbRouterMode?: boolean;
|
|
41
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
42
42
|
breadcrumbItems?: {
|
|
43
43
|
label: string;
|
|
44
|
-
path?: string
|
|
45
|
-
}[]
|
|
44
|
+
path?: string;
|
|
45
|
+
}[];
|
|
46
46
|
};
|
|
47
47
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
48
48
|
P: {};
|
|
@@ -59,16 +59,16 @@ declare const ProPageContainer: {
|
|
|
59
59
|
};
|
|
60
60
|
pageHeader: {
|
|
61
61
|
type: import('vue').PropType<{
|
|
62
|
-
title?: string
|
|
63
|
-
subTitle?: string
|
|
64
|
-
titlePosition?: "top" | "bottom"
|
|
65
|
-
hideTitle?: boolean
|
|
66
|
-
breadcrumbRouterMode?: boolean
|
|
67
|
-
breadcrumbPrefixIcon?:
|
|
62
|
+
title?: string;
|
|
63
|
+
subTitle?: string;
|
|
64
|
+
titlePosition?: "top" | "bottom";
|
|
65
|
+
hideTitle?: boolean;
|
|
66
|
+
breadcrumbRouterMode?: boolean;
|
|
67
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
68
68
|
breadcrumbItems?: {
|
|
69
69
|
label: string;
|
|
70
|
-
path?: string
|
|
71
|
-
}[]
|
|
70
|
+
path?: string;
|
|
71
|
+
}[];
|
|
72
72
|
}>;
|
|
73
73
|
required: false;
|
|
74
74
|
default: () => {
|
|
@@ -84,21 +84,21 @@ declare const ProPageContainer: {
|
|
|
84
84
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
85
85
|
hidePageHeader: boolean;
|
|
86
86
|
pageHeader: {
|
|
87
|
-
title?: string
|
|
88
|
-
subTitle?: string
|
|
89
|
-
titlePosition?: "top" | "bottom"
|
|
90
|
-
hideTitle?: boolean
|
|
91
|
-
breadcrumbRouterMode?: boolean
|
|
92
|
-
breadcrumbPrefixIcon?:
|
|
87
|
+
title?: string;
|
|
88
|
+
subTitle?: string;
|
|
89
|
+
titlePosition?: "top" | "bottom";
|
|
90
|
+
hideTitle?: boolean;
|
|
91
|
+
breadcrumbRouterMode?: boolean;
|
|
92
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
93
93
|
breadcrumbItems?: {
|
|
94
94
|
label: string;
|
|
95
|
-
path?: string
|
|
96
|
-
}[]
|
|
95
|
+
path?: string;
|
|
96
|
+
}[];
|
|
97
97
|
};
|
|
98
98
|
}>;
|
|
99
|
-
__isFragment?:
|
|
100
|
-
__isTeleport?:
|
|
101
|
-
__isSuspense?:
|
|
99
|
+
__isFragment?: never;
|
|
100
|
+
__isTeleport?: never;
|
|
101
|
+
__isSuspense?: never;
|
|
102
102
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
103
103
|
hidePageHeader: {
|
|
104
104
|
type: import('vue').PropType<boolean>;
|
|
@@ -107,16 +107,16 @@ declare const ProPageContainer: {
|
|
|
107
107
|
};
|
|
108
108
|
pageHeader: {
|
|
109
109
|
type: import('vue').PropType<{
|
|
110
|
-
title?: string
|
|
111
|
-
subTitle?: string
|
|
112
|
-
titlePosition?: "top" | "bottom"
|
|
113
|
-
hideTitle?: boolean
|
|
114
|
-
breadcrumbRouterMode?: boolean
|
|
115
|
-
breadcrumbPrefixIcon?:
|
|
110
|
+
title?: string;
|
|
111
|
+
subTitle?: string;
|
|
112
|
+
titlePosition?: "top" | "bottom";
|
|
113
|
+
hideTitle?: boolean;
|
|
114
|
+
breadcrumbRouterMode?: boolean;
|
|
115
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
116
116
|
breadcrumbItems?: {
|
|
117
117
|
label: string;
|
|
118
|
-
path?: string
|
|
119
|
-
}[]
|
|
118
|
+
path?: string;
|
|
119
|
+
}[];
|
|
120
120
|
}>;
|
|
121
121
|
required: false;
|
|
122
122
|
default: () => {
|
|
@@ -132,16 +132,16 @@ declare const ProPageContainer: {
|
|
|
132
132
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
133
133
|
hidePageHeader: boolean;
|
|
134
134
|
pageHeader: {
|
|
135
|
-
title?: string
|
|
136
|
-
subTitle?: string
|
|
137
|
-
titlePosition?: "top" | "bottom"
|
|
138
|
-
hideTitle?: boolean
|
|
139
|
-
breadcrumbRouterMode?: boolean
|
|
140
|
-
breadcrumbPrefixIcon?:
|
|
135
|
+
title?: string;
|
|
136
|
+
subTitle?: string;
|
|
137
|
+
titlePosition?: "top" | "bottom";
|
|
138
|
+
hideTitle?: boolean;
|
|
139
|
+
breadcrumbRouterMode?: boolean;
|
|
140
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
141
141
|
breadcrumbItems?: {
|
|
142
142
|
label: string;
|
|
143
|
-
path?: string
|
|
144
|
-
}[]
|
|
143
|
+
path?: string;
|
|
144
|
+
}[];
|
|
145
145
|
};
|
|
146
146
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
147
147
|
$slots: {
|
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
declare
|
|
2
|
+
declare function __VLS_template(): {
|
|
3
|
+
attrs: Partial<{}>;
|
|
4
|
+
slots: {
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
};
|
|
7
|
+
refs: {};
|
|
8
|
+
rootEl: HTMLDivElement;
|
|
9
|
+
};
|
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
12
|
/** 是否隐藏页头 */
|
|
4
13
|
hidePageHeader: {
|
|
5
14
|
type: PropType<boolean>;
|
|
@@ -9,16 +18,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
9
18
|
/** 页头属性 */
|
|
10
19
|
pageHeader: {
|
|
11
20
|
type: PropType<{
|
|
12
|
-
title?: string
|
|
13
|
-
subTitle?: string
|
|
14
|
-
titlePosition?: "top" | "bottom"
|
|
15
|
-
hideTitle?: boolean
|
|
16
|
-
breadcrumbRouterMode?: boolean
|
|
17
|
-
breadcrumbPrefixIcon?:
|
|
21
|
+
title?: string;
|
|
22
|
+
subTitle?: string;
|
|
23
|
+
titlePosition?: "top" | "bottom";
|
|
24
|
+
hideTitle?: boolean;
|
|
25
|
+
breadcrumbRouterMode?: boolean;
|
|
26
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
18
27
|
breadcrumbItems?: {
|
|
19
28
|
label: string;
|
|
20
|
-
path?: string
|
|
21
|
-
}[]
|
|
29
|
+
path?: string;
|
|
30
|
+
}[];
|
|
22
31
|
}>;
|
|
23
32
|
required: false;
|
|
24
33
|
default: () => {
|
|
@@ -41,16 +50,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
41
50
|
/** 页头属性 */
|
|
42
51
|
pageHeader: {
|
|
43
52
|
type: PropType<{
|
|
44
|
-
title?: string
|
|
45
|
-
subTitle?: string
|
|
46
|
-
titlePosition?: "top" | "bottom"
|
|
47
|
-
hideTitle?: boolean
|
|
48
|
-
breadcrumbRouterMode?: boolean
|
|
49
|
-
breadcrumbPrefixIcon?:
|
|
53
|
+
title?: string;
|
|
54
|
+
subTitle?: string;
|
|
55
|
+
titlePosition?: "top" | "bottom";
|
|
56
|
+
hideTitle?: boolean;
|
|
57
|
+
breadcrumbRouterMode?: boolean;
|
|
58
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
50
59
|
breadcrumbItems?: {
|
|
51
60
|
label: string;
|
|
52
|
-
path?: string
|
|
53
|
-
}[]
|
|
61
|
+
path?: string;
|
|
62
|
+
}[];
|
|
54
63
|
}>;
|
|
55
64
|
required: false;
|
|
56
65
|
default: () => {
|
|
@@ -66,20 +75,19 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
66
75
|
}>> & Readonly<{}>, {
|
|
67
76
|
hidePageHeader: boolean;
|
|
68
77
|
pageHeader: {
|
|
69
|
-
title?: string
|
|
70
|
-
subTitle?: string
|
|
71
|
-
titlePosition?: "top" | "bottom"
|
|
72
|
-
hideTitle?: boolean
|
|
73
|
-
breadcrumbRouterMode?: boolean
|
|
74
|
-
breadcrumbPrefixIcon?:
|
|
78
|
+
title?: string;
|
|
79
|
+
subTitle?: string;
|
|
80
|
+
titlePosition?: "top" | "bottom";
|
|
81
|
+
hideTitle?: boolean;
|
|
82
|
+
breadcrumbRouterMode?: boolean;
|
|
83
|
+
breadcrumbPrefixIcon?: boolean | string;
|
|
75
84
|
breadcrumbItems?: {
|
|
76
85
|
label: string;
|
|
77
|
-
path?: string
|
|
78
|
-
}[]
|
|
86
|
+
path?: string;
|
|
87
|
+
}[];
|
|
79
88
|
};
|
|
80
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement
|
|
81
|
-
|
|
82
|
-
}>;
|
|
89
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
90
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
83
91
|
export default _default;
|
|
84
92
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
85
93
|
new (): {
|
|
@@ -27,13 +27,13 @@ declare const ProPageHeader: {
|
|
|
27
27
|
default: boolean;
|
|
28
28
|
};
|
|
29
29
|
breadcrumbPrefixIcon: {
|
|
30
|
-
type: import('vue').PropType<
|
|
30
|
+
type: import('vue').PropType<boolean | string>;
|
|
31
31
|
required: false;
|
|
32
32
|
default: string;
|
|
33
33
|
};
|
|
34
34
|
breadcrumbItems: {
|
|
35
35
|
type: import('vue').PropType<{
|
|
36
|
-
path?: string
|
|
36
|
+
path?: string;
|
|
37
37
|
label: string;
|
|
38
38
|
}[]>;
|
|
39
39
|
required: false;
|
|
@@ -47,7 +47,7 @@ declare const ProPageHeader: {
|
|
|
47
47
|
breadcrumbRouterMode: boolean;
|
|
48
48
|
breadcrumbPrefixIcon: string | boolean;
|
|
49
49
|
breadcrumbItems: {
|
|
50
|
-
path?: string
|
|
50
|
+
path?: string;
|
|
51
51
|
label: string;
|
|
52
52
|
}[];
|
|
53
53
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -84,13 +84,13 @@ declare const ProPageHeader: {
|
|
|
84
84
|
default: boolean;
|
|
85
85
|
};
|
|
86
86
|
breadcrumbPrefixIcon: {
|
|
87
|
-
type: import('vue').PropType<
|
|
87
|
+
type: import('vue').PropType<boolean | string>;
|
|
88
88
|
required: false;
|
|
89
89
|
default: string;
|
|
90
90
|
};
|
|
91
91
|
breadcrumbItems: {
|
|
92
92
|
type: import('vue').PropType<{
|
|
93
|
-
path?: string
|
|
93
|
+
path?: string;
|
|
94
94
|
label: string;
|
|
95
95
|
}[]>;
|
|
96
96
|
required: false;
|
|
@@ -104,13 +104,13 @@ declare const ProPageHeader: {
|
|
|
104
104
|
breadcrumbRouterMode: boolean;
|
|
105
105
|
breadcrumbPrefixIcon: string | boolean;
|
|
106
106
|
breadcrumbItems: {
|
|
107
|
-
path?: string
|
|
107
|
+
path?: string;
|
|
108
108
|
label: string;
|
|
109
109
|
}[];
|
|
110
110
|
}>;
|
|
111
|
-
__isFragment?:
|
|
112
|
-
__isTeleport?:
|
|
113
|
-
__isSuspense?:
|
|
111
|
+
__isFragment?: never;
|
|
112
|
+
__isTeleport?: never;
|
|
113
|
+
__isSuspense?: never;
|
|
114
114
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
115
115
|
title: {
|
|
116
116
|
type: import('vue').PropType<string>;
|
|
@@ -138,13 +138,13 @@ declare const ProPageHeader: {
|
|
|
138
138
|
default: boolean;
|
|
139
139
|
};
|
|
140
140
|
breadcrumbPrefixIcon: {
|
|
141
|
-
type: import('vue').PropType<
|
|
141
|
+
type: import('vue').PropType<boolean | string>;
|
|
142
142
|
required: false;
|
|
143
143
|
default: string;
|
|
144
144
|
};
|
|
145
145
|
breadcrumbItems: {
|
|
146
146
|
type: import('vue').PropType<{
|
|
147
|
-
path?: string
|
|
147
|
+
path?: string;
|
|
148
148
|
label: string;
|
|
149
149
|
}[]>;
|
|
150
150
|
required: false;
|
|
@@ -158,7 +158,7 @@ declare const ProPageHeader: {
|
|
|
158
158
|
breadcrumbRouterMode: boolean;
|
|
159
159
|
breadcrumbPrefixIcon: string | boolean;
|
|
160
160
|
breadcrumbItems: {
|
|
161
|
-
path?: string
|
|
161
|
+
path?: string;
|
|
162
162
|
label: string;
|
|
163
163
|
}[];
|
|
164
164
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
@@ -32,14 +32,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
};
|
|
33
33
|
/** 面包屑前缀图标 */
|
|
34
34
|
breadcrumbPrefixIcon: {
|
|
35
|
-
type: PropType<
|
|
35
|
+
type: PropType<boolean | string>;
|
|
36
36
|
required: false;
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
39
39
|
/** 面包屑项 */
|
|
40
40
|
breadcrumbItems: {
|
|
41
41
|
type: PropType<{
|
|
42
|
-
path?: string
|
|
42
|
+
path?: string;
|
|
43
43
|
label: string;
|
|
44
44
|
}[]>;
|
|
45
45
|
required: false;
|
|
@@ -78,14 +78,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
78
78
|
};
|
|
79
79
|
/** 面包屑前缀图标 */
|
|
80
80
|
breadcrumbPrefixIcon: {
|
|
81
|
-
type: PropType<
|
|
81
|
+
type: PropType<boolean | string>;
|
|
82
82
|
required: false;
|
|
83
83
|
default: string;
|
|
84
84
|
};
|
|
85
85
|
/** 面包屑项 */
|
|
86
86
|
breadcrumbItems: {
|
|
87
87
|
type: PropType<{
|
|
88
|
-
path?: string
|
|
88
|
+
path?: string;
|
|
89
89
|
label: string;
|
|
90
90
|
}[]>;
|
|
91
91
|
required: false;
|
|
@@ -99,7 +99,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
99
99
|
breadcrumbRouterMode: boolean;
|
|
100
100
|
breadcrumbPrefixIcon: string | boolean;
|
|
101
101
|
breadcrumbItems: {
|
|
102
|
-
path?: string
|
|
102
|
+
path?: string;
|
|
103
103
|
label: string;
|
|
104
104
|
}[];
|
|
105
105
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
@@ -7,12 +7,12 @@ declare const ProReuseTabs: {
|
|
|
7
7
|
default: () => never[];
|
|
8
8
|
};
|
|
9
9
|
tabsSize: {
|
|
10
|
-
type: import('vue').PropType<"
|
|
10
|
+
type: import('vue').PropType<"mini" | "small" | "medium" | "large">;
|
|
11
11
|
required: false;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
tabsType: {
|
|
15
|
-
type: import('vue').PropType<"line" | "
|
|
15
|
+
type: import('vue').PropType<"line" | "card" | "card-gutter" | "text" | "rounded" | "capsule">;
|
|
16
16
|
required: false;
|
|
17
17
|
default: string;
|
|
18
18
|
};
|
|
@@ -46,12 +46,12 @@ declare const ProReuseTabs: {
|
|
|
46
46
|
default: () => never[];
|
|
47
47
|
};
|
|
48
48
|
tabsSize: {
|
|
49
|
-
type: import('vue').PropType<"
|
|
49
|
+
type: import('vue').PropType<"mini" | "small" | "medium" | "large">;
|
|
50
50
|
required: false;
|
|
51
51
|
default: string;
|
|
52
52
|
};
|
|
53
53
|
tabsType: {
|
|
54
|
-
type: import('vue').PropType<"line" | "
|
|
54
|
+
type: import('vue').PropType<"line" | "card" | "card-gutter" | "text" | "rounded" | "capsule">;
|
|
55
55
|
required: false;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
@@ -69,9 +69,9 @@ declare const ProReuseTabs: {
|
|
|
69
69
|
tabsType: "line" | "text" | "card" | "card-gutter" | "rounded" | "capsule";
|
|
70
70
|
tabsHeaderPadding: boolean;
|
|
71
71
|
}>;
|
|
72
|
-
__isFragment?:
|
|
73
|
-
__isTeleport?:
|
|
74
|
-
__isSuspense?:
|
|
72
|
+
__isFragment?: never;
|
|
73
|
+
__isTeleport?: never;
|
|
74
|
+
__isSuspense?: never;
|
|
75
75
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
76
76
|
tabs: {
|
|
77
77
|
type: import('vue').PropType<import('./interface').IProTab[]>;
|
|
@@ -79,12 +79,12 @@ declare const ProReuseTabs: {
|
|
|
79
79
|
default: () => never[];
|
|
80
80
|
};
|
|
81
81
|
tabsSize: {
|
|
82
|
-
type: import('vue').PropType<"
|
|
82
|
+
type: import('vue').PropType<"mini" | "small" | "medium" | "large">;
|
|
83
83
|
required: false;
|
|
84
84
|
default: string;
|
|
85
85
|
};
|
|
86
86
|
tabsType: {
|
|
87
|
-
type: import('vue').PropType<"line" | "
|
|
87
|
+
type: import('vue').PropType<"line" | "card" | "card-gutter" | "text" | "rounded" | "capsule">;
|
|
88
88
|
required: false;
|
|
89
89
|
default: string;
|
|
90
90
|
};
|
|
@@ -7,13 +7,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
7
7
|
default: () => never[];
|
|
8
8
|
};
|
|
9
9
|
tabsSize: {
|
|
10
|
-
type: PropType<"
|
|
10
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
11
11
|
required: false;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
14
|
/** tabs类型 */
|
|
15
15
|
tabsType: {
|
|
16
|
-
type: PropType<"line" | "
|
|
16
|
+
type: PropType<"line" | "card" | "card-gutter" | "text" | "rounded" | "capsule">;
|
|
17
17
|
required: false;
|
|
18
18
|
default: string;
|
|
19
19
|
};
|
|
@@ -32,13 +32,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
32
32
|
default: () => never[];
|
|
33
33
|
};
|
|
34
34
|
tabsSize: {
|
|
35
|
-
type: PropType<"
|
|
35
|
+
type: PropType<"mini" | "small" | "medium" | "large">;
|
|
36
36
|
required: false;
|
|
37
37
|
default: string;
|
|
38
38
|
};
|
|
39
39
|
/** tabs类型 */
|
|
40
40
|
tabsType: {
|
|
41
|
-
type: PropType<"line" | "
|
|
41
|
+
type: PropType<"line" | "card" | "card-gutter" | "text" | "rounded" | "capsule">;
|
|
42
42
|
required: false;
|
|
43
43
|
default: string;
|
|
44
44
|
};
|