@sdata/web-vue 2.2.1 → 2.6.0
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/README.md +1 -1
- package/dist/sd.css +117 -191
- package/dist/sd.min.css +1 -1
- package/es/_components/picker/input-range.vue.d.ts +2 -2
- package/es/_components/transition/expand-transition.vue.d.ts +2 -2
- package/es/_hooks/use-responsive.d.ts +2 -2
- package/es/_hooks/use-theme-mode.d.ts +3 -0
- package/es/{calendar/hooks/use-calendar-theme.js → _hooks/use-theme-mode.js} +14 -10
- package/es/_utils/date.d.ts +10 -9
- package/es/_utils/date.js +23 -7
- package/es/_utils/responsive-observe.d.ts +5 -4
- package/es/_utils/responsive-observe.js +2 -1
- package/es/alert/index.d.ts +3 -3
- package/es/anchor/anchor.vue.d.ts +52 -2
- package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +75 -15
- package/es/anchor/index.d.ts +78 -3
- package/es/avatar/index.d.ts +20 -20
- package/es/border-beam/border-beam.js +5 -0
- package/es/border-beam/border-beam.vue.d.ts +52 -0
- package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +623 -0
- package/es/border-beam/index.d.ts +106 -0
- package/es/border-beam/index.js +10 -0
- package/es/border-beam/pulseDriver.d.ts +2 -0
- package/es/border-beam/pulseDriver.js +74 -0
- package/es/border-beam/style/css.js +2 -0
- package/es/border-beam/style/index.css +21 -0
- package/es/border-beam/style/index.d.ts +2 -0
- package/es/border-beam/style/index.js +2 -0
- package/es/border-beam/style/index.scss +12 -0
- package/es/border-beam/style/token.scss +12 -0
- package/es/border-beam/styles.d.ts +42 -0
- package/es/border-beam/styles.js +3545 -0
- package/es/border-beam/types.d.ts +27 -0
- package/es/button/button.vue.d.ts +16 -3
- package/es/button/button.vue_vue_type_script_setup_true_lang.js +39 -9
- package/es/button/index.d.ts +43 -24
- package/es/button/interface.d.ts +1 -0
- package/es/calendar/components/cell.vue.d.ts +26 -26
- package/es/calendar/components/index.vue.d.ts +1 -1
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +3 -2
- package/es/calendar/index.d.ts +5 -5
- package/es/carousel/index.d.ts +3 -3
- package/es/cascader/cascader.vue.d.ts +8 -8
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/collapse/collapse-item.d.ts +5 -5
- package/es/collapse/index.d.ts +3 -3
- package/es/components.d.ts +1 -0
- package/es/config-provider/config-provider.vue.d.ts +9 -0
- package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +10 -1
- package/es/config-provider/context.d.ts +1 -0
- package/es/config-provider/index.d.ts +36 -21
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +1 -0
- package/es/date-picker/hooks/use-cell-class-name.d.ts +1 -0
- package/es/date-picker/hooks/use-cell-class-name.js +3 -2
- package/es/date-picker/hooks/use-header-value.d.ts +2 -0
- package/es/date-picker/hooks/use-header-value.js +23 -19
- package/es/date-picker/hooks/use-picker-state.d.ts +2 -0
- package/es/date-picker/hooks/use-picker-state.js +3 -3
- package/es/date-picker/hooks/use-range-header-value.d.ts +2 -0
- package/es/date-picker/hooks/use-range-header-value.js +5 -1
- package/es/date-picker/hooks/use-range-picker-state.d.ts +2 -0
- package/es/date-picker/hooks/use-range-picker-state.js +3 -3
- package/es/date-picker/hooks/use-value-format.d.ts +5 -3
- package/es/date-picker/hooks/use-value-format.js +10 -8
- package/es/date-picker/index.d.ts +1373 -12
- package/es/date-picker/interface.d.ts +7 -0
- package/es/date-picker/panels/body.vue.d.ts +24 -6
- package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +13 -12
- package/es/date-picker/panels/date/index.vue.d.ts +26 -8
- package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +18 -9
- package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +13 -20
- package/es/date-picker/panels/month/index.vue.d.ts +13 -8
- package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/date-picker/panels/quarter/index.vue.d.ts +13 -8
- package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +2 -6
- package/es/date-picker/panels/week/index.vue.d.ts +13 -1
- package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +5 -2
- package/es/date-picker/panels/year/index.vue.d.ts +13 -8
- package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +25 -15
- package/es/date-picker/picker-panel.vue.d.ts +56 -14
- package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +36 -19
- package/es/date-picker/picker.vue.d.ts +951 -3
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +91 -29
- package/es/date-picker/range-picker-panel.vue.d.ts +77 -15
- package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +52 -28
- package/es/date-picker/range-picker.vue.d.ts +1348 -4
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +114 -34
- package/es/descriptions/index.d.ts +24 -24
- package/es/drawer/drawer.vue.d.ts +5 -5
- package/es/drawer/index.d.ts +15 -15
- package/es/dropdown/dropdown-button.vue.d.ts +4 -4
- package/es/dropdown/index.d.ts +15 -15
- package/es/ellipsis/ellipsis.vue.d.ts +7 -7
- package/es/ellipsis/performant-ellipsis.vue.d.ts +5 -5
- package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/form/index.d.ts +3 -3
- package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +10 -10
- package/es/icon/icon-menu/icon-menu.js +5 -0
- package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-menu/index.js +9 -0
- package/es/image/preview-toolbar.vue.d.ts +2 -3
- package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/image/preview.vue.d.ts +2 -2
- package/es/index.css +117 -191
- package/es/index.d.ts +3 -1
- package/es/index.js +3 -2
- package/es/index.scss +1 -0
- package/es/input/index.d.ts +7 -7
- package/es/input/input-password.vue.d.ts +3 -3
- package/es/json-form/index.d.ts +9 -9
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/json-form/json-form.vue.d.ts +3 -3
- package/es/layout/content.vue.d.ts +2 -2
- package/es/layout/content.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/layout/context.d.ts +12 -9
- package/es/layout/context.js +11 -3
- package/es/layout/footer.vue.d.ts +2 -2
- package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +8 -3
- package/es/layout/header.vue.d.ts +3 -30
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +9 -339
- package/es/layout/hooks/use-has-sider.d.ts +2 -0
- package/es/layout/hooks/use-has-sider.js +38 -0
- package/es/layout/index.d.ts +91 -380
- package/es/layout/index.js +2 -2
- package/es/layout/interface.d.ts +12 -46
- package/es/layout/layout.vue.d.ts +4 -2
- package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +38 -14
- package/es/layout/sider.vue.d.ts +47 -183
- package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +191 -370
- package/es/layout/style/index.css +112 -190
- package/es/layout/style/index.scss +127 -239
- package/es/layout/style/token.scss +46 -26
- package/es/link/index.d.ts +6 -6
- package/es/list/index.d.ts +18 -18
- package/es/locale/interface.d.ts +2 -0
- package/es/locale/lang/ar-eg.js +46 -0
- package/es/locale/lang/de-de.js +46 -0
- package/es/locale/lang/es-es.js +46 -0
- package/es/locale/lang/fr-fr.js +46 -0
- package/es/locale/lang/id-id.js +46 -0
- package/es/locale/lang/it-it.js +46 -0
- package/es/locale/lang/km-kh.js +46 -0
- package/es/locale/lang/ko-kr.js +46 -0
- package/es/locale/lang/ms-my.js +46 -0
- package/es/locale/lang/pt-pt.js +46 -0
- package/es/locale/lang/th-th.js +46 -0
- package/es/locale/lang/vi-vn.js +46 -0
- package/es/mention/mention.js +2 -0
- package/es/menu/base-menu.vue.d.ts +1 -1
- package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +14 -14
- package/es/menu/item.d.ts +1 -1
- package/es/menu/menu.d.ts +12 -12
- package/es/menu/menu.js +3 -3
- package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +3 -4
- package/es/modal/index.d.ts +22 -20
- package/es/modal/index.js +47 -11
- package/es/modal/interface.d.ts +5 -0
- package/es/modal/modal.vue.d.ts +4 -4
- package/es/popconfirm/index.d.ts +12 -12
- package/es/popover/index.d.ts +12 -12
- package/es/progress/index.d.ts +6 -6
- package/es/qr-code/index.d.ts +3 -3
- package/es/radio/radio.d.ts +3 -3
- package/es/resize-box/resize-box.vue.d.ts +4 -4
- package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +7 -7
- package/es/result/index.d.ts +3 -3
- package/es/scrollbar/style/index.css +1 -1
- package/es/scrollbar/style/index.scss +4 -1
- package/es/sd-vue.js +3 -1
- package/es/select/select.d.ts +17 -17
- package/es/slider/index.d.ts +3 -3
- package/es/split/split.vue.d.ts +4 -4
- package/es/split/split.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/steps/index.d.ts +6 -6
- package/es/tabs/index.d.ts +6 -6
- package/es/tag/index.d.ts +6 -6
- package/es/tag/tag.vue.d.ts +2 -2
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/theme-provider/index.d.ts +9 -9
- package/es/time-picker/index.d.ts +6 -6
- package/es/time-picker/time-picker.vue.d.ts +2 -2
- package/es/timeline/index.d.ts +3 -3
- package/es/timeline/timeline.d.ts +1 -1
- package/es/tooltip/index.d.ts +3 -3
- package/es/tour/index.d.ts +3 -3
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +6 -6
- package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +6 -21
- package/es/tree/expand-transition.vue.d.ts +2 -2
- package/es/tree/node-switcher.vue.d.ts +1 -12
- package/es/tree/node-switcher.vue_vue_type_script_lang.js +1 -5
- package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +23 -23
- package/es/tree-select/tree-select.vue.d.ts +9 -9
- package/es/trigger/trigger.js +2 -1
- package/es/verification-code/verification-code.js +17 -7
- package/json/vetur-attributes.json +76 -156
- package/json/vetur-tags.json +26 -44
- package/json/web-types.json +150 -304
- package/package.json +5 -5
- package/es/_components/render-function.d.ts +0 -14
- package/es/_components/render-function.js +0 -14
- package/es/calendar/hooks/use-calendar-theme.d.ts +0 -4
- package/es/layout/utils.d.ts +0 -1
- package/es/layout/utils.js +0 -11
package/es/layout/index.d.ts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import type { App } from 'vue';
|
|
2
2
|
import type { SDOptions } from '../_utils/types';
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
3
|
+
import _Content from './content.vue';
|
|
4
|
+
import _Footer from './footer.vue';
|
|
5
|
+
import _Header from './header.vue';
|
|
6
6
|
import _Layout from './layout.vue';
|
|
7
|
-
import
|
|
7
|
+
import _Sider from './sider.vue';
|
|
8
8
|
declare const Layout: {
|
|
9
9
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
10
10
|
hasSider: {
|
|
11
11
|
type: BooleanConstructor;
|
|
12
|
+
default: undefined;
|
|
12
13
|
};
|
|
13
14
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
14
15
|
hasSider: boolean;
|
|
@@ -22,6 +23,7 @@ declare const Layout: {
|
|
|
22
23
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
23
24
|
hasSider: {
|
|
24
25
|
type: BooleanConstructor;
|
|
26
|
+
default: undefined;
|
|
25
27
|
};
|
|
26
28
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
27
29
|
hasSider: boolean;
|
|
@@ -32,6 +34,7 @@ declare const Layout: {
|
|
|
32
34
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
33
35
|
hasSider: {
|
|
34
36
|
type: BooleanConstructor;
|
|
37
|
+
default: undefined;
|
|
35
38
|
};
|
|
36
39
|
}>> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
37
40
|
hasSider: boolean;
|
|
@@ -41,79 +44,23 @@ declare const Layout: {
|
|
|
41
44
|
};
|
|
42
45
|
}) & {
|
|
43
46
|
Header: {
|
|
44
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("
|
|
45
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
46
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
47
|
-
"update:modelValue": (value: boolean) => any;
|
|
48
|
-
}, import("vue").PublicProps, {
|
|
49
|
-
flat: boolean;
|
|
50
|
-
fixed: boolean;
|
|
51
|
-
height: number | string;
|
|
52
|
-
absolute: boolean;
|
|
53
|
-
sticky: boolean;
|
|
54
|
-
defaultVisible: boolean;
|
|
55
|
-
location: "top" | "bottom";
|
|
56
|
-
density: import("./interface").LayoutHeaderDensity;
|
|
57
|
-
extensionHeight: number | string;
|
|
58
|
-
floating: boolean;
|
|
59
|
-
scrollThreshold: number | string;
|
|
60
|
-
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
47
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
61
48
|
P: {};
|
|
62
49
|
B: {};
|
|
63
50
|
D: {};
|
|
64
51
|
C: {};
|
|
65
52
|
M: {};
|
|
66
53
|
Defaults: {};
|
|
67
|
-
}, Readonly<
|
|
68
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
69
|
-
}>, {}, {}, {}, {}, {
|
|
70
|
-
flat: boolean;
|
|
71
|
-
fixed: boolean;
|
|
72
|
-
height: number | string;
|
|
73
|
-
absolute: boolean;
|
|
74
|
-
sticky: boolean;
|
|
75
|
-
defaultVisible: boolean;
|
|
76
|
-
location: "top" | "bottom";
|
|
77
|
-
density: import("./interface").LayoutHeaderDensity;
|
|
78
|
-
extensionHeight: number | string;
|
|
79
|
-
floating: boolean;
|
|
80
|
-
scrollThreshold: number | string;
|
|
81
|
-
}>;
|
|
54
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
82
55
|
__isFragment?: never;
|
|
83
56
|
__isTeleport?: never;
|
|
84
57
|
__isSuspense?: never;
|
|
85
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("
|
|
86
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
87
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
88
|
-
"update:modelValue": (value: boolean) => any;
|
|
89
|
-
}, string, {
|
|
90
|
-
flat: boolean;
|
|
91
|
-
fixed: boolean;
|
|
92
|
-
height: number | string;
|
|
93
|
-
absolute: boolean;
|
|
94
|
-
sticky: boolean;
|
|
95
|
-
defaultVisible: boolean;
|
|
96
|
-
location: "top" | "bottom";
|
|
97
|
-
density: import("./interface").LayoutHeaderDensity;
|
|
98
|
-
extensionHeight: number | string;
|
|
99
|
-
floating: boolean;
|
|
100
|
-
scrollThreshold: number | string;
|
|
101
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
58
|
+
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
102
59
|
$slots: {
|
|
103
|
-
image?: (props: {}) => any;
|
|
104
|
-
} & {
|
|
105
|
-
prepend?: (props: {}) => any;
|
|
106
|
-
} & {
|
|
107
|
-
title?: (props: {}) => any;
|
|
108
|
-
} & {
|
|
109
60
|
default?: (props: {}) => any;
|
|
110
|
-
} & {
|
|
111
|
-
append?: (props: {}) => any;
|
|
112
|
-
} & {
|
|
113
|
-
extension?: (props: {}) => any;
|
|
114
61
|
};
|
|
115
62
|
});
|
|
116
|
-
|
|
63
|
+
Footer: {
|
|
117
64
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
118
65
|
P: {};
|
|
119
66
|
B: {};
|
|
@@ -130,7 +77,7 @@ declare const Layout: {
|
|
|
130
77
|
default?: (props: {}) => any;
|
|
131
78
|
};
|
|
132
79
|
});
|
|
133
|
-
|
|
80
|
+
Content: {
|
|
134
81
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
135
82
|
P: {};
|
|
136
83
|
B: {};
|
|
@@ -149,15 +96,7 @@ declare const Layout: {
|
|
|
149
96
|
});
|
|
150
97
|
Sider: {
|
|
151
98
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
152
|
-
|
|
153
|
-
type: import("vue").PropType<"dark" | "light">;
|
|
154
|
-
default: string;
|
|
155
|
-
};
|
|
156
|
-
modelValue: {
|
|
157
|
-
type: BooleanConstructor;
|
|
158
|
-
default: undefined;
|
|
159
|
-
};
|
|
160
|
-
defaultVisible: {
|
|
99
|
+
collapsible: {
|
|
161
100
|
type: BooleanConstructor;
|
|
162
101
|
default: boolean;
|
|
163
102
|
};
|
|
@@ -169,127 +108,56 @@ declare const Layout: {
|
|
|
169
108
|
type: BooleanConstructor;
|
|
170
109
|
default: boolean;
|
|
171
110
|
};
|
|
172
|
-
|
|
111
|
+
reverseArrow: {
|
|
173
112
|
type: BooleanConstructor;
|
|
113
|
+
default: boolean;
|
|
174
114
|
};
|
|
175
|
-
|
|
176
|
-
type:
|
|
115
|
+
zeroWidthTriggerStyle: {
|
|
116
|
+
type: ObjectConstructor;
|
|
177
117
|
default: undefined;
|
|
178
118
|
};
|
|
179
|
-
|
|
119
|
+
hideTrigger: {
|
|
180
120
|
type: BooleanConstructor;
|
|
181
121
|
default: boolean;
|
|
182
122
|
};
|
|
183
|
-
railWidth: {
|
|
184
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
185
|
-
default: number;
|
|
186
|
-
};
|
|
187
|
-
expandOnHover: {
|
|
188
|
-
type: BooleanConstructor;
|
|
189
|
-
};
|
|
190
|
-
disableResizeWatcher: {
|
|
191
|
-
type: BooleanConstructor;
|
|
192
|
-
};
|
|
193
|
-
disableRouteWatcher: {
|
|
194
|
-
type: BooleanConstructor;
|
|
195
|
-
};
|
|
196
123
|
width: {
|
|
197
124
|
type: (StringConstructor | NumberConstructor)[];
|
|
198
125
|
default: number;
|
|
199
126
|
};
|
|
200
|
-
height: {
|
|
201
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
202
|
-
default: undefined;
|
|
203
|
-
};
|
|
204
127
|
collapsedWidth: {
|
|
205
|
-
type: NumberConstructor;
|
|
128
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
206
129
|
default: number;
|
|
207
130
|
};
|
|
208
|
-
temporary: {
|
|
209
|
-
type: BooleanConstructor;
|
|
210
|
-
};
|
|
211
|
-
permanent: {
|
|
212
|
-
type: BooleanConstructor;
|
|
213
|
-
};
|
|
214
|
-
persistent: {
|
|
215
|
-
type: BooleanConstructor;
|
|
216
|
-
};
|
|
217
|
-
mask: {
|
|
218
|
-
type: BooleanConstructor;
|
|
219
|
-
default: boolean;
|
|
220
|
-
};
|
|
221
|
-
maskClosable: {
|
|
222
|
-
type: BooleanConstructor;
|
|
223
|
-
default: boolean;
|
|
224
|
-
};
|
|
225
|
-
escToClose: {
|
|
226
|
-
type: BooleanConstructor;
|
|
227
|
-
default: boolean;
|
|
228
|
-
};
|
|
229
|
-
location: {
|
|
230
|
-
type: import("vue").PropType<typeof import("./utils").SIDER_LOCATIONS[number]>;
|
|
231
|
-
default: string;
|
|
232
|
-
validator: (value: string) => boolean;
|
|
233
|
-
};
|
|
234
|
-
floating: {
|
|
235
|
-
type: BooleanConstructor;
|
|
236
|
-
};
|
|
237
|
-
sticky: {
|
|
238
|
-
type: BooleanConstructor;
|
|
239
|
-
};
|
|
240
|
-
reverseArrow: {
|
|
241
|
-
type: BooleanConstructor;
|
|
242
|
-
};
|
|
243
131
|
breakpoint: {
|
|
244
|
-
type: import("vue").PropType<"
|
|
132
|
+
type: import("vue").PropType<import("../_utils/responsive-observe.ts").SiderBreakpoint>;
|
|
133
|
+
default: undefined;
|
|
245
134
|
};
|
|
246
|
-
|
|
247
|
-
type:
|
|
135
|
+
theme: {
|
|
136
|
+
type: () => "light" | "dark";
|
|
248
137
|
default: undefined;
|
|
249
138
|
};
|
|
250
|
-
|
|
251
|
-
type:
|
|
139
|
+
scrollbar: {
|
|
140
|
+
type: import("vue").PropType<boolean | import("../index.ts").ScrollbarProps>;
|
|
141
|
+
default: undefined;
|
|
252
142
|
};
|
|
253
143
|
}>> & Readonly<{
|
|
254
|
-
onCollapse?: ((
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
260
|
-
collapse: (_collapsed: boolean, _type: "responsive" | "clickTrigger") => any;
|
|
261
|
-
"update:modelValue": (_value: boolean) => any;
|
|
262
|
-
breakpoint: (_collapsed: boolean) => any;
|
|
263
|
-
"update:rail": (_value: boolean) => any;
|
|
264
|
-
"update:collapsed": (_collapsed: boolean) => any;
|
|
144
|
+
onCollapse?: ((collapsed: boolean, type: import("./interface").CollapseType) => any) | undefined;
|
|
145
|
+
onBreakpoint?: ((broken: boolean) => any) | undefined;
|
|
146
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
147
|
+
collapse: (collapsed: boolean, type: import("./interface").CollapseType) => any;
|
|
148
|
+
breakpoint: (broken: boolean) => any;
|
|
265
149
|
}, import("vue").PublicProps, {
|
|
266
|
-
|
|
267
|
-
height: string | number;
|
|
268
|
-
sticky: boolean;
|
|
269
|
-
modelValue: boolean;
|
|
270
|
-
defaultVisible: boolean;
|
|
150
|
+
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
271
151
|
width: string | number;
|
|
272
152
|
hideTrigger: boolean;
|
|
273
153
|
collapsed: boolean;
|
|
274
|
-
location: "top" | "bottom" | "left" | "right" | "end" | "start";
|
|
275
|
-
maskClosable: boolean;
|
|
276
|
-
escToClose: boolean;
|
|
277
154
|
theme: "dark" | "light";
|
|
278
|
-
floating: boolean;
|
|
279
|
-
defaultCollapsed: boolean;
|
|
280
155
|
collapsible: boolean;
|
|
281
|
-
|
|
282
|
-
defaultRail: boolean;
|
|
283
|
-
railWidth: string | number;
|
|
284
|
-
expandOnHover: boolean;
|
|
285
|
-
disableResizeWatcher: boolean;
|
|
286
|
-
disableRouteWatcher: boolean;
|
|
287
|
-
collapsedWidth: number;
|
|
288
|
-
temporary: boolean;
|
|
289
|
-
permanent: boolean;
|
|
290
|
-
persistent: boolean;
|
|
156
|
+
defaultCollapsed: boolean;
|
|
291
157
|
reverseArrow: boolean;
|
|
292
|
-
|
|
158
|
+
zeroWidthTriggerStyle: Record<string, any>;
|
|
159
|
+
collapsedWidth: string | number;
|
|
160
|
+
breakpoint: import("../_utils/responsive-observe.ts").SiderBreakpoint;
|
|
293
161
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
294
162
|
P: {};
|
|
295
163
|
B: {};
|
|
@@ -298,15 +166,7 @@ declare const Layout: {
|
|
|
298
166
|
M: {};
|
|
299
167
|
Defaults: {};
|
|
300
168
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
301
|
-
|
|
302
|
-
type: import("vue").PropType<"dark" | "light">;
|
|
303
|
-
default: string;
|
|
304
|
-
};
|
|
305
|
-
modelValue: {
|
|
306
|
-
type: BooleanConstructor;
|
|
307
|
-
default: undefined;
|
|
308
|
-
};
|
|
309
|
-
defaultVisible: {
|
|
169
|
+
collapsible: {
|
|
310
170
|
type: BooleanConstructor;
|
|
311
171
|
default: boolean;
|
|
312
172
|
};
|
|
@@ -318,135 +178,59 @@ declare const Layout: {
|
|
|
318
178
|
type: BooleanConstructor;
|
|
319
179
|
default: boolean;
|
|
320
180
|
};
|
|
321
|
-
|
|
181
|
+
reverseArrow: {
|
|
322
182
|
type: BooleanConstructor;
|
|
183
|
+
default: boolean;
|
|
323
184
|
};
|
|
324
|
-
|
|
325
|
-
type:
|
|
185
|
+
zeroWidthTriggerStyle: {
|
|
186
|
+
type: ObjectConstructor;
|
|
326
187
|
default: undefined;
|
|
327
188
|
};
|
|
328
|
-
|
|
189
|
+
hideTrigger: {
|
|
329
190
|
type: BooleanConstructor;
|
|
330
191
|
default: boolean;
|
|
331
192
|
};
|
|
332
|
-
railWidth: {
|
|
333
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
334
|
-
default: number;
|
|
335
|
-
};
|
|
336
|
-
expandOnHover: {
|
|
337
|
-
type: BooleanConstructor;
|
|
338
|
-
};
|
|
339
|
-
disableResizeWatcher: {
|
|
340
|
-
type: BooleanConstructor;
|
|
341
|
-
};
|
|
342
|
-
disableRouteWatcher: {
|
|
343
|
-
type: BooleanConstructor;
|
|
344
|
-
};
|
|
345
193
|
width: {
|
|
346
194
|
type: (StringConstructor | NumberConstructor)[];
|
|
347
195
|
default: number;
|
|
348
196
|
};
|
|
349
|
-
height: {
|
|
350
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
351
|
-
default: undefined;
|
|
352
|
-
};
|
|
353
197
|
collapsedWidth: {
|
|
354
|
-
type: NumberConstructor;
|
|
198
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
355
199
|
default: number;
|
|
356
200
|
};
|
|
357
|
-
temporary: {
|
|
358
|
-
type: BooleanConstructor;
|
|
359
|
-
};
|
|
360
|
-
permanent: {
|
|
361
|
-
type: BooleanConstructor;
|
|
362
|
-
};
|
|
363
|
-
persistent: {
|
|
364
|
-
type: BooleanConstructor;
|
|
365
|
-
};
|
|
366
|
-
mask: {
|
|
367
|
-
type: BooleanConstructor;
|
|
368
|
-
default: boolean;
|
|
369
|
-
};
|
|
370
|
-
maskClosable: {
|
|
371
|
-
type: BooleanConstructor;
|
|
372
|
-
default: boolean;
|
|
373
|
-
};
|
|
374
|
-
escToClose: {
|
|
375
|
-
type: BooleanConstructor;
|
|
376
|
-
default: boolean;
|
|
377
|
-
};
|
|
378
|
-
location: {
|
|
379
|
-
type: import("vue").PropType<typeof import("./utils").SIDER_LOCATIONS[number]>;
|
|
380
|
-
default: string;
|
|
381
|
-
validator: (value: string) => boolean;
|
|
382
|
-
};
|
|
383
|
-
floating: {
|
|
384
|
-
type: BooleanConstructor;
|
|
385
|
-
};
|
|
386
|
-
sticky: {
|
|
387
|
-
type: BooleanConstructor;
|
|
388
|
-
};
|
|
389
|
-
reverseArrow: {
|
|
390
|
-
type: BooleanConstructor;
|
|
391
|
-
};
|
|
392
201
|
breakpoint: {
|
|
393
|
-
type: import("vue").PropType<"
|
|
202
|
+
type: import("vue").PropType<import("../_utils/responsive-observe.ts").SiderBreakpoint>;
|
|
203
|
+
default: undefined;
|
|
394
204
|
};
|
|
395
|
-
|
|
396
|
-
type:
|
|
205
|
+
theme: {
|
|
206
|
+
type: () => "light" | "dark";
|
|
397
207
|
default: undefined;
|
|
398
208
|
};
|
|
399
|
-
|
|
400
|
-
type:
|
|
209
|
+
scrollbar: {
|
|
210
|
+
type: import("vue").PropType<boolean | import("../index.ts").ScrollbarProps>;
|
|
211
|
+
default: undefined;
|
|
401
212
|
};
|
|
402
213
|
}>> & Readonly<{
|
|
403
|
-
onCollapse?: ((
|
|
404
|
-
|
|
405
|
-
onBreakpoint?: ((_collapsed: boolean) => any) | undefined;
|
|
406
|
-
"onUpdate:rail"?: ((_value: boolean) => any) | undefined;
|
|
407
|
-
"onUpdate:collapsed"?: ((_collapsed: boolean) => any) | undefined;
|
|
214
|
+
onCollapse?: ((collapsed: boolean, type: import("./interface").CollapseType) => any) | undefined;
|
|
215
|
+
onBreakpoint?: ((broken: boolean) => any) | undefined;
|
|
408
216
|
}>, {}, {}, {}, {}, {
|
|
409
|
-
|
|
410
|
-
height: string | number;
|
|
411
|
-
sticky: boolean;
|
|
412
|
-
modelValue: boolean;
|
|
413
|
-
defaultVisible: boolean;
|
|
217
|
+
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
414
218
|
width: string | number;
|
|
415
219
|
hideTrigger: boolean;
|
|
416
220
|
collapsed: boolean;
|
|
417
|
-
location: "top" | "bottom" | "left" | "right" | "end" | "start";
|
|
418
|
-
maskClosable: boolean;
|
|
419
|
-
escToClose: boolean;
|
|
420
221
|
theme: "dark" | "light";
|
|
421
|
-
floating: boolean;
|
|
422
|
-
defaultCollapsed: boolean;
|
|
423
222
|
collapsible: boolean;
|
|
424
|
-
|
|
425
|
-
defaultRail: boolean;
|
|
426
|
-
railWidth: string | number;
|
|
427
|
-
expandOnHover: boolean;
|
|
428
|
-
disableResizeWatcher: boolean;
|
|
429
|
-
disableRouteWatcher: boolean;
|
|
430
|
-
collapsedWidth: number;
|
|
431
|
-
temporary: boolean;
|
|
432
|
-
permanent: boolean;
|
|
433
|
-
persistent: boolean;
|
|
223
|
+
defaultCollapsed: boolean;
|
|
434
224
|
reverseArrow: boolean;
|
|
435
|
-
|
|
225
|
+
zeroWidthTriggerStyle: Record<string, any>;
|
|
226
|
+
collapsedWidth: string | number;
|
|
227
|
+
breakpoint: import("../_utils/responsive-observe.ts").SiderBreakpoint;
|
|
436
228
|
}>;
|
|
437
229
|
__isFragment?: never;
|
|
438
230
|
__isTeleport?: never;
|
|
439
231
|
__isSuspense?: never;
|
|
440
232
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
441
|
-
|
|
442
|
-
type: import("vue").PropType<"dark" | "light">;
|
|
443
|
-
default: string;
|
|
444
|
-
};
|
|
445
|
-
modelValue: {
|
|
446
|
-
type: BooleanConstructor;
|
|
447
|
-
default: undefined;
|
|
448
|
-
};
|
|
449
|
-
defaultVisible: {
|
|
233
|
+
collapsible: {
|
|
450
234
|
type: BooleanConstructor;
|
|
451
235
|
default: boolean;
|
|
452
236
|
};
|
|
@@ -458,149 +242,76 @@ declare const Layout: {
|
|
|
458
242
|
type: BooleanConstructor;
|
|
459
243
|
default: boolean;
|
|
460
244
|
};
|
|
461
|
-
|
|
245
|
+
reverseArrow: {
|
|
462
246
|
type: BooleanConstructor;
|
|
247
|
+
default: boolean;
|
|
463
248
|
};
|
|
464
|
-
|
|
465
|
-
type:
|
|
249
|
+
zeroWidthTriggerStyle: {
|
|
250
|
+
type: ObjectConstructor;
|
|
466
251
|
default: undefined;
|
|
467
252
|
};
|
|
468
|
-
|
|
253
|
+
hideTrigger: {
|
|
469
254
|
type: BooleanConstructor;
|
|
470
255
|
default: boolean;
|
|
471
256
|
};
|
|
472
|
-
railWidth: {
|
|
473
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
474
|
-
default: number;
|
|
475
|
-
};
|
|
476
|
-
expandOnHover: {
|
|
477
|
-
type: BooleanConstructor;
|
|
478
|
-
};
|
|
479
|
-
disableResizeWatcher: {
|
|
480
|
-
type: BooleanConstructor;
|
|
481
|
-
};
|
|
482
|
-
disableRouteWatcher: {
|
|
483
|
-
type: BooleanConstructor;
|
|
484
|
-
};
|
|
485
257
|
width: {
|
|
486
258
|
type: (StringConstructor | NumberConstructor)[];
|
|
487
259
|
default: number;
|
|
488
260
|
};
|
|
489
|
-
height: {
|
|
490
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
491
|
-
default: undefined;
|
|
492
|
-
};
|
|
493
261
|
collapsedWidth: {
|
|
494
|
-
type: NumberConstructor;
|
|
262
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
495
263
|
default: number;
|
|
496
264
|
};
|
|
497
|
-
temporary: {
|
|
498
|
-
type: BooleanConstructor;
|
|
499
|
-
};
|
|
500
|
-
permanent: {
|
|
501
|
-
type: BooleanConstructor;
|
|
502
|
-
};
|
|
503
|
-
persistent: {
|
|
504
|
-
type: BooleanConstructor;
|
|
505
|
-
};
|
|
506
|
-
mask: {
|
|
507
|
-
type: BooleanConstructor;
|
|
508
|
-
default: boolean;
|
|
509
|
-
};
|
|
510
|
-
maskClosable: {
|
|
511
|
-
type: BooleanConstructor;
|
|
512
|
-
default: boolean;
|
|
513
|
-
};
|
|
514
|
-
escToClose: {
|
|
515
|
-
type: BooleanConstructor;
|
|
516
|
-
default: boolean;
|
|
517
|
-
};
|
|
518
|
-
location: {
|
|
519
|
-
type: import("vue").PropType<typeof import("./utils").SIDER_LOCATIONS[number]>;
|
|
520
|
-
default: string;
|
|
521
|
-
validator: (value: string) => boolean;
|
|
522
|
-
};
|
|
523
|
-
floating: {
|
|
524
|
-
type: BooleanConstructor;
|
|
525
|
-
};
|
|
526
|
-
sticky: {
|
|
527
|
-
type: BooleanConstructor;
|
|
528
|
-
};
|
|
529
|
-
reverseArrow: {
|
|
530
|
-
type: BooleanConstructor;
|
|
531
|
-
};
|
|
532
265
|
breakpoint: {
|
|
533
|
-
type: import("vue").PropType<"
|
|
266
|
+
type: import("vue").PropType<import("../_utils/responsive-observe.ts").SiderBreakpoint>;
|
|
267
|
+
default: undefined;
|
|
534
268
|
};
|
|
535
|
-
|
|
536
|
-
type:
|
|
269
|
+
theme: {
|
|
270
|
+
type: () => "light" | "dark";
|
|
537
271
|
default: undefined;
|
|
538
272
|
};
|
|
539
|
-
|
|
540
|
-
type:
|
|
273
|
+
scrollbar: {
|
|
274
|
+
type: import("vue").PropType<boolean | import("../index.ts").ScrollbarProps>;
|
|
275
|
+
default: undefined;
|
|
541
276
|
};
|
|
542
277
|
}>> & Readonly<{
|
|
543
|
-
onCollapse?: ((
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
549
|
-
collapse: (_collapsed: boolean, _type: "responsive" | "clickTrigger") => any;
|
|
550
|
-
"update:modelValue": (_value: boolean) => any;
|
|
551
|
-
breakpoint: (_collapsed: boolean) => any;
|
|
552
|
-
"update:rail": (_value: boolean) => any;
|
|
553
|
-
"update:collapsed": (_collapsed: boolean) => any;
|
|
278
|
+
onCollapse?: ((collapsed: boolean, type: import("./interface").CollapseType) => any) | undefined;
|
|
279
|
+
onBreakpoint?: ((broken: boolean) => any) | undefined;
|
|
280
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
281
|
+
collapse: (collapsed: boolean, type: import("./interface").CollapseType) => any;
|
|
282
|
+
breakpoint: (broken: boolean) => any;
|
|
554
283
|
}, string, {
|
|
555
|
-
|
|
556
|
-
height: string | number;
|
|
557
|
-
sticky: boolean;
|
|
558
|
-
modelValue: boolean;
|
|
559
|
-
defaultVisible: boolean;
|
|
284
|
+
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
560
285
|
width: string | number;
|
|
561
286
|
hideTrigger: boolean;
|
|
562
287
|
collapsed: boolean;
|
|
563
|
-
location: "top" | "bottom" | "left" | "right" | "end" | "start";
|
|
564
|
-
maskClosable: boolean;
|
|
565
|
-
escToClose: boolean;
|
|
566
288
|
theme: "dark" | "light";
|
|
567
|
-
floating: boolean;
|
|
568
|
-
defaultCollapsed: boolean;
|
|
569
289
|
collapsible: boolean;
|
|
570
|
-
|
|
571
|
-
defaultRail: boolean;
|
|
572
|
-
railWidth: string | number;
|
|
573
|
-
expandOnHover: boolean;
|
|
574
|
-
disableResizeWatcher: boolean;
|
|
575
|
-
disableRouteWatcher: boolean;
|
|
576
|
-
collapsedWidth: number;
|
|
577
|
-
temporary: boolean;
|
|
578
|
-
permanent: boolean;
|
|
579
|
-
persistent: boolean;
|
|
290
|
+
defaultCollapsed: boolean;
|
|
580
291
|
reverseArrow: boolean;
|
|
581
|
-
|
|
292
|
+
zeroWidthTriggerStyle: Record<string, any>;
|
|
293
|
+
collapsedWidth: string | number;
|
|
294
|
+
breakpoint: import("../_utils/responsive-observe.ts").SiderBreakpoint;
|
|
582
295
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
583
296
|
$slots: {
|
|
584
|
-
|
|
297
|
+
header?: (props: {}) => any;
|
|
585
298
|
} & {
|
|
586
|
-
|
|
299
|
+
default?: (props: {}) => any;
|
|
587
300
|
} & {
|
|
588
301
|
default?: (props: {}) => any;
|
|
589
302
|
} & {
|
|
590
|
-
|
|
303
|
+
trigger?: (props: {}) => any;
|
|
591
304
|
} & {
|
|
592
|
-
trigger?: (props: {
|
|
593
|
-
collapsed: boolean;
|
|
594
|
-
}) => any;
|
|
305
|
+
trigger?: (props: {}) => any;
|
|
595
306
|
};
|
|
596
307
|
});
|
|
597
308
|
install: (app: App, options?: SDOptions) => void;
|
|
598
309
|
};
|
|
599
310
|
export type LayoutInstance = InstanceType<typeof _Layout>;
|
|
600
|
-
export type LayoutHeaderInstance = InstanceType<typeof
|
|
601
|
-
export type
|
|
602
|
-
export type
|
|
603
|
-
export type LayoutSiderInstance = InstanceType<typeof
|
|
604
|
-
export type {
|
|
605
|
-
export {
|
|
311
|
+
export type LayoutHeaderInstance = InstanceType<typeof _Header>;
|
|
312
|
+
export type LayoutFooterInstance = InstanceType<typeof _Footer>;
|
|
313
|
+
export type LayoutContentInstance = InstanceType<typeof _Content>;
|
|
314
|
+
export type LayoutSiderInstance = InstanceType<typeof _Sider>;
|
|
315
|
+
export type { CollapseType, LayoutProps, SiderProps, SiderTheme } from './interface';
|
|
316
|
+
export { _Content as LayoutContent, _Footer as LayoutFooter, _Header as LayoutHeader, _Sider as LayoutSider, };
|
|
606
317
|
export default Layout;
|
package/es/layout/index.js
CHANGED
|
@@ -7,16 +7,16 @@ import sider_default from "./sider.js";
|
|
|
7
7
|
//#region components/layout/index.ts
|
|
8
8
|
var Layout = Object.assign(layout_default, {
|
|
9
9
|
Header: header_default,
|
|
10
|
-
Content: content_default,
|
|
11
10
|
Footer: footer_default,
|
|
11
|
+
Content: content_default,
|
|
12
12
|
Sider: sider_default,
|
|
13
13
|
install: (app, options) => {
|
|
14
14
|
setGlobalConfig(app, options);
|
|
15
15
|
const componentPrefix = getComponentPrefix(options);
|
|
16
16
|
app.component(componentPrefix + layout_default.name, layout_default);
|
|
17
17
|
app.component(componentPrefix + header_default.name, header_default);
|
|
18
|
-
app.component(componentPrefix + content_default.name, content_default);
|
|
19
18
|
app.component(componentPrefix + footer_default.name, footer_default);
|
|
19
|
+
app.component(componentPrefix + content_default.name, content_default);
|
|
20
20
|
app.component(componentPrefix + sider_default.name, sider_default);
|
|
21
21
|
}
|
|
22
22
|
});
|