base6-ui 2.0.6 → 2.0.7
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/components/data-table/data-table.d.ts +9 -0
- package/dist/components/data-table/interface.d.ts +56 -52
- package/dist/components/global-header/index.vue.d.ts +2 -0
- package/dist/components/global-header/interface.d.ts +4 -1
- package/dist/components/global-header/title.vue.d.ts +7 -1
- package/dist/components/product-introduction/constants.d.ts +2 -2
- package/dist/components/product-introduction/index.d.ts +1 -0
- package/dist/components/product-introduction/index.vue.d.ts +6 -2
- package/dist/components/product-introduction/interface.d.ts +20 -0
- package/dist/index.css +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/locale/lang/en-us.d.ts +6 -4
- package/es/assets/cover/base-studio.png.mjs +2 -2
- package/es/assets/cover/source-robot.png.mjs +4 -0
- package/es/components/data-table/data-table.d.ts +9 -0
- package/es/components/data-table/data-table.mjs +7 -5
- package/es/components/data-table/interface.d.ts +56 -52
- package/es/components/data-table/interface.mjs +6 -2
- package/es/components/global-header/index.vue.d.ts +2 -0
- package/es/components/global-header/index.vue.mjs +39 -33
- package/es/components/global-header/interface.d.ts +4 -1
- package/es/components/global-header/title.vue.d.ts +7 -1
- package/es/components/global-header/title.vue.mjs +2 -2
- package/es/components/global-header/title.vue2.mjs +31 -26
- package/es/components/layout/components/{WrapHeader.vue2.mjs → WrapHeader.vue.mjs} +1 -1
- package/es/components/layout/index.vue2.mjs +1 -1
- package/es/components/product-introduction/constants.d.ts +2 -2
- package/es/components/product-introduction/index.d.ts +1 -0
- package/es/components/product-introduction/index.vue.d.ts +6 -2
- package/es/components/product-introduction/index.vue.mjs +2 -2
- package/es/components/product-introduction/index.vue2.mjs +94 -78
- package/es/components/product-introduction/interface.d.ts +20 -0
- package/es/index.css +1 -1
- package/es/locale/lang/en-us.d.ts +6 -4
- package/es/locale/lang/en-us.mjs +6 -4
- package/es/locale/lang/zh-cn.mjs +6 -4
- package/lib/assets/cover/base-studio.png.js +1 -1
- package/lib/assets/cover/source-robot.png.js +1 -0
- package/lib/components/BaseLayout/components/WrapHeader.vue.js +1 -1
- package/lib/components/data-table/data-table.d.ts +9 -0
- package/lib/components/data-table/data-table.js +1 -1
- package/lib/components/data-table/interface.d.ts +56 -52
- package/lib/components/data-table/interface.js +1 -1
- package/lib/components/global-header/index.vue.d.ts +2 -0
- package/lib/components/global-header/index.vue.js +1 -1
- package/lib/components/global-header/interface.d.ts +4 -1
- package/lib/components/global-header/title.vue.d.ts +7 -1
- package/lib/components/global-header/title.vue.js +1 -1
- package/lib/components/global-header/title.vue2.js +1 -1
- package/lib/components/layout/components/WrapHeader.vue.js +1 -0
- package/lib/components/layout/index.vue2.js +1 -1
- package/lib/components/product-introduction/constants.d.ts +2 -2
- package/lib/components/product-introduction/index.d.ts +1 -0
- package/lib/components/product-introduction/index.vue.d.ts +6 -2
- package/lib/components/product-introduction/index.vue.js +1 -1
- package/lib/components/product-introduction/index.vue2.js +1 -1
- package/lib/components/product-introduction/interface.d.ts +20 -0
- package/lib/index.css +1 -1
- package/lib/locale/lang/en-us.d.ts +6 -4
- package/lib/locale/lang/en-us.js +1 -1
- package/lib/locale/lang/zh-cn.js +1 -1
- package/package.json +1 -1
- package/dist/components/product-introduction/types.d.ts +0 -5
- package/es/components/product-introduction/types.d.ts +0 -5
- package/lib/components/layout/components/WrapHeader.vue2.js +0 -1
- package/lib/components/product-introduction/types.d.ts +0 -5
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import { SlotsType } from 'vue';
|
|
2
2
|
import { BodenDataTableSlots } from './interface';
|
|
3
3
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
|
+
headerIconPlacement: {
|
|
5
|
+
type: import('vue').PropType<"left" | "right">;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
4
8
|
flexHeight: {
|
|
5
9
|
type: BooleanConstructor;
|
|
6
10
|
default: boolean;
|
|
@@ -2846,6 +2850,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2846
2850
|
}>, {
|
|
2847
2851
|
ThemeOverrides: import('vue').ComputedRef<{} | undefined>;
|
|
2848
2852
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
2853
|
+
headerIconPlacement: {
|
|
2854
|
+
type: import('vue').PropType<"left" | "right">;
|
|
2855
|
+
default: string;
|
|
2856
|
+
};
|
|
2849
2857
|
flexHeight: {
|
|
2850
2858
|
type: BooleanConstructor;
|
|
2851
2859
|
default: boolean;
|
|
@@ -5720,5 +5728,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
5720
5728
|
paginationBehaviorOnFilter: "current" | "first";
|
|
5721
5729
|
spinProps: import('naive-ui/es/_internal').BaseLoadingExposedProps;
|
|
5722
5730
|
transparent: boolean;
|
|
5731
|
+
headerIconPlacement: "left" | "right";
|
|
5723
5732
|
}, SlotsType<BodenDataTableSlots>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5724
5733
|
export default _default;
|
|
@@ -1,66 +1,70 @@
|
|
|
1
|
-
import { ExtractPublicPropTypes, VNode } from 'vue';
|
|
1
|
+
import { ExtractPublicPropTypes, PropType, VNode } from 'vue';
|
|
2
2
|
import { DataTableInst } from 'naive-ui';
|
|
3
3
|
export declare const bodenDataTableProps: {
|
|
4
|
+
headerIconPlacement: {
|
|
5
|
+
type: PropType<"left" | "right">;
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
4
8
|
flexHeight: {
|
|
5
9
|
type: BooleanConstructor;
|
|
6
10
|
default: boolean;
|
|
7
11
|
};
|
|
8
12
|
transparent: BooleanConstructor;
|
|
9
|
-
onUnstableColumnResize:
|
|
13
|
+
onUnstableColumnResize: PropType<(resizedWidth: number, limitedWidth: number, column: import('naive-ui').DataTableBaseColumn, getColumnWidth: (key: import('naive-ui').DataTableColumnKey) => number | undefined) => void>;
|
|
10
14
|
pagination: {
|
|
11
|
-
readonly type:
|
|
15
|
+
readonly type: PropType<false | import('naive-ui').PaginationProps>;
|
|
12
16
|
readonly default: false;
|
|
13
17
|
};
|
|
14
18
|
paginateSinglePage: {
|
|
15
19
|
readonly type: BooleanConstructor;
|
|
16
20
|
readonly default: true;
|
|
17
21
|
};
|
|
18
|
-
minHeight:
|
|
19
|
-
maxHeight:
|
|
22
|
+
minHeight: PropType<string | number>;
|
|
23
|
+
maxHeight: PropType<string | number>;
|
|
20
24
|
columns: {
|
|
21
|
-
readonly type:
|
|
25
|
+
readonly type: PropType<import('naive-ui').DataTableColumns<any>>;
|
|
22
26
|
readonly default: () => never[];
|
|
23
27
|
};
|
|
24
|
-
rowClassName:
|
|
25
|
-
rowProps:
|
|
26
|
-
rowKey:
|
|
27
|
-
summary:
|
|
28
|
+
rowClassName: PropType<string | import('naive-ui').DataTableCreateRowClassName<any>>;
|
|
29
|
+
rowProps: PropType<import('naive-ui').DataTableCreateRowProps<any>>;
|
|
30
|
+
rowKey: PropType<import('naive-ui').DataTableCreateRowKey<any>>;
|
|
31
|
+
summary: PropType<import('naive-ui').DataTableCreateSummary<any>>;
|
|
28
32
|
data: {
|
|
29
|
-
readonly type:
|
|
33
|
+
readonly type: PropType<import('naive-ui').DataTableRowData[]>;
|
|
30
34
|
readonly default: () => never[];
|
|
31
35
|
};
|
|
32
36
|
loading: BooleanConstructor;
|
|
33
37
|
bordered: {
|
|
34
|
-
readonly type:
|
|
38
|
+
readonly type: PropType<boolean | undefined>;
|
|
35
39
|
readonly default: undefined;
|
|
36
40
|
};
|
|
37
41
|
bottomBordered: {
|
|
38
|
-
readonly type:
|
|
42
|
+
readonly type: PropType<boolean | undefined>;
|
|
39
43
|
readonly default: undefined;
|
|
40
44
|
};
|
|
41
45
|
striped: BooleanConstructor;
|
|
42
|
-
scrollX:
|
|
46
|
+
scrollX: PropType<string | number>;
|
|
43
47
|
defaultCheckedRowKeys: {
|
|
44
|
-
readonly type:
|
|
48
|
+
readonly type: PropType<import('naive-ui').DataTableRowKey[]>;
|
|
45
49
|
readonly default: () => never[];
|
|
46
50
|
};
|
|
47
|
-
checkedRowKeys:
|
|
51
|
+
checkedRowKeys: PropType<import('naive-ui').DataTableRowKey[]>;
|
|
48
52
|
singleLine: {
|
|
49
53
|
readonly type: BooleanConstructor;
|
|
50
54
|
readonly default: true;
|
|
51
55
|
};
|
|
52
56
|
singleColumn: BooleanConstructor;
|
|
53
57
|
size: {
|
|
54
|
-
readonly type:
|
|
58
|
+
readonly type: PropType<"small" | "medium" | "large">;
|
|
55
59
|
readonly default: "medium";
|
|
56
60
|
};
|
|
57
61
|
remote: BooleanConstructor;
|
|
58
62
|
defaultExpandedRowKeys: {
|
|
59
|
-
readonly type:
|
|
63
|
+
readonly type: PropType<import('naive-ui').DataTableRowKey[]>;
|
|
60
64
|
readonly default: readonly [];
|
|
61
65
|
};
|
|
62
66
|
defaultExpandAll: BooleanConstructor;
|
|
63
|
-
expandedRowKeys:
|
|
67
|
+
expandedRowKeys: PropType<import('naive-ui').DataTableRowKey[]>;
|
|
64
68
|
stickyExpandedRows: BooleanConstructor;
|
|
65
69
|
virtualScroll: BooleanConstructor;
|
|
66
70
|
virtualScrollX: BooleanConstructor;
|
|
@@ -69,13 +73,13 @@ export declare const bodenDataTableProps: {
|
|
|
69
73
|
readonly type: NumberConstructor;
|
|
70
74
|
readonly default: 28;
|
|
71
75
|
};
|
|
72
|
-
heightForRow:
|
|
76
|
+
heightForRow: PropType<import('naive-ui/es/data-table/src/interface').DataTableHeightForRow>;
|
|
73
77
|
minRowHeight: {
|
|
74
78
|
readonly type: NumberConstructor;
|
|
75
79
|
readonly default: 28;
|
|
76
80
|
};
|
|
77
81
|
tableLayout: {
|
|
78
|
-
readonly type:
|
|
82
|
+
readonly type: PropType<"auto" | "fixed">;
|
|
79
83
|
readonly default: "auto";
|
|
80
84
|
};
|
|
81
85
|
allowCheckingNotLoaded: BooleanConstructor;
|
|
@@ -92,43 +96,43 @@ export declare const bodenDataTableProps: {
|
|
|
92
96
|
readonly default: 16;
|
|
93
97
|
};
|
|
94
98
|
summaryPlacement: {
|
|
95
|
-
readonly type:
|
|
99
|
+
readonly type: PropType<"top" | "bottom">;
|
|
96
100
|
readonly default: "bottom";
|
|
97
101
|
};
|
|
98
102
|
paginationBehaviorOnFilter: {
|
|
99
|
-
readonly type:
|
|
103
|
+
readonly type: PropType<"first" | "current">;
|
|
100
104
|
readonly default: "current";
|
|
101
105
|
};
|
|
102
|
-
filterIconPopoverProps:
|
|
103
|
-
scrollbarProps:
|
|
104
|
-
renderCell:
|
|
105
|
-
renderExpandIcon:
|
|
106
|
+
filterIconPopoverProps: PropType<import('naive-ui').PopoverProps>;
|
|
107
|
+
scrollbarProps: PropType<import('naive-ui').ScrollbarProps>;
|
|
108
|
+
renderCell: PropType<(value: any, rowData: object, column: import('naive-ui').DataTableBaseColumn) => import('vue').VNodeChild>;
|
|
109
|
+
renderExpandIcon: PropType<import('naive-ui/es/data-table/src/interface').RenderExpandIcon>;
|
|
106
110
|
spinProps: {
|
|
107
|
-
readonly type:
|
|
111
|
+
readonly type: PropType<import('naive-ui/es/_internal').BaseLoadingExposedProps>;
|
|
108
112
|
readonly default: {};
|
|
109
113
|
};
|
|
110
|
-
getCsvCell:
|
|
111
|
-
getCsvHeader:
|
|
112
|
-
onLoad:
|
|
113
|
-
'onUpdate:page':
|
|
114
|
-
onUpdatePage:
|
|
115
|
-
'onUpdate:pageSize':
|
|
116
|
-
onUpdatePageSize:
|
|
117
|
-
'onUpdate:sorter':
|
|
118
|
-
onUpdateSorter:
|
|
119
|
-
'onUpdate:filters':
|
|
120
|
-
onUpdateFilters:
|
|
121
|
-
'onUpdate:checkedRowKeys':
|
|
122
|
-
onUpdateCheckedRowKeys:
|
|
123
|
-
'onUpdate:expandedRowKeys':
|
|
124
|
-
onUpdateExpandedRowKeys:
|
|
125
|
-
onScroll:
|
|
126
|
-
onPageChange:
|
|
127
|
-
onPageSizeChange:
|
|
128
|
-
onSorterChange:
|
|
129
|
-
onFiltersChange:
|
|
130
|
-
onCheckedRowKeysChange:
|
|
131
|
-
theme:
|
|
114
|
+
getCsvCell: PropType<import('naive-ui').DataTableGetCsvCell>;
|
|
115
|
+
getCsvHeader: PropType<import('naive-ui').DataTableGetCsvHeader>;
|
|
116
|
+
onLoad: PropType<import('naive-ui/es/data-table/src/interface').DataTableOnLoad>;
|
|
117
|
+
'onUpdate:page': PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
118
|
+
onUpdatePage: PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
119
|
+
'onUpdate:pageSize': PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
120
|
+
onUpdatePageSize: PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
121
|
+
'onUpdate:sorter': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter>>;
|
|
122
|
+
onUpdateSorter: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter>>;
|
|
123
|
+
'onUpdate:filters': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateFilters>>;
|
|
124
|
+
onUpdateFilters: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateFilters>>;
|
|
125
|
+
'onUpdate:checkedRowKeys': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateCheckedRowKeys>>;
|
|
126
|
+
onUpdateCheckedRowKeys: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateCheckedRowKeys>>;
|
|
127
|
+
'onUpdate:expandedRowKeys': PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateExpandedRowKeys>>;
|
|
128
|
+
onUpdateExpandedRowKeys: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateExpandedRowKeys>>;
|
|
129
|
+
onScroll: PropType<(e: Event) => void>;
|
|
130
|
+
onPageChange: PropType<import('naive-ui').PaginationProps["onUpdate:page"]>;
|
|
131
|
+
onPageSizeChange: PropType<import('naive-ui').PaginationProps["onUpdate:pageSize"]>;
|
|
132
|
+
onSorterChange: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateSorter> | undefined>;
|
|
133
|
+
onFiltersChange: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateFilters> | undefined>;
|
|
134
|
+
onCheckedRowKeysChange: PropType<import('naive-ui/es/_utils').MaybeArray<import('naive-ui/es/data-table/src/interface').OnUpdateCheckedRowKeys> | undefined>;
|
|
135
|
+
theme: PropType<import('naive-ui/es/_mixins').Theme<"DataTable", {
|
|
132
136
|
actionDividerColor: string;
|
|
133
137
|
lineHeight: string;
|
|
134
138
|
borderRadius: string;
|
|
@@ -1033,7 +1037,7 @@ export declare const bodenDataTableProps: {
|
|
|
1033
1037
|
}>;
|
|
1034
1038
|
}>;
|
|
1035
1039
|
}>>;
|
|
1036
|
-
themeOverrides:
|
|
1040
|
+
themeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DataTable", {
|
|
1037
1041
|
actionDividerColor: string;
|
|
1038
1042
|
lineHeight: string;
|
|
1039
1043
|
borderRadius: string;
|
|
@@ -1938,7 +1942,7 @@ export declare const bodenDataTableProps: {
|
|
|
1938
1942
|
}>;
|
|
1939
1943
|
}>;
|
|
1940
1944
|
}>>>;
|
|
1941
|
-
builtinThemeOverrides:
|
|
1945
|
+
builtinThemeOverrides: PropType<import('naive-ui/es/_mixins/use-theme').ExtractThemeOverrides<import('naive-ui/es/_mixins').Theme<"DataTable", {
|
|
1942
1946
|
actionDividerColor: string;
|
|
1943
1947
|
lineHeight: string;
|
|
1944
1948
|
borderRadius: string;
|
|
@@ -7,11 +7,13 @@ declare function __VLS_template(): {
|
|
|
7
7
|
};
|
|
8
8
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
9
|
declare const __VLS_component: import('vue').DefineComponent<BodenGlobalHeaderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
10
|
+
togglePlatform: (key: string) => any;
|
|
10
11
|
toggleSystemTheme: (event: MouseEvent) => any;
|
|
11
12
|
toggleSystemLang: () => any;
|
|
12
13
|
toggleUserItem: (key: string | number, option: import('naive-ui').MenuOption) => any;
|
|
13
14
|
toggleLogo: () => any;
|
|
14
15
|
}, string, import('vue').PublicProps, Readonly<BodenGlobalHeaderProps> & Readonly<{
|
|
16
|
+
onTogglePlatform?: ((key: string) => any) | undefined;
|
|
15
17
|
onToggleSystemTheme?: ((event: MouseEvent) => any) | undefined;
|
|
16
18
|
onToggleSystemLang?: (() => any) | undefined;
|
|
17
19
|
onToggleUserItem?: ((key: string | number, option: import('naive-ui').MenuOption) => any) | undefined;
|
|
@@ -13,7 +13,10 @@ export type BodenGlobalHeaderSlots = {
|
|
|
13
13
|
default?: () => VNode;
|
|
14
14
|
logo?: () => VNode;
|
|
15
15
|
};
|
|
16
|
-
export type BodenGlobalHeaderEmits = BodenSystemActionsEmits &
|
|
16
|
+
export type BodenGlobalHeaderEmits = BodenSystemActionsEmits & {
|
|
17
|
+
(e: 'toggleLogo'): void;
|
|
18
|
+
(e: 'togglePlatform', key: string): void;
|
|
19
|
+
};
|
|
17
20
|
export type BodenMenuOptionType = {
|
|
18
21
|
key: string;
|
|
19
22
|
/** The menu label */
|
|
@@ -8,7 +8,13 @@ declare function __VLS_template(): {
|
|
|
8
8
|
rootEl: any;
|
|
9
9
|
};
|
|
10
10
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<BodenGlobalHeaderTitleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<BodenGlobalHeaderTitleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
12
|
+
togglePlatform: (...args: any[]) => void;
|
|
13
|
+
toggleLogo: (...args: any[]) => void;
|
|
14
|
+
}, string, import('vue').PublicProps, Readonly<BodenGlobalHeaderTitleProps> & Readonly<{
|
|
15
|
+
onTogglePlatform?: ((...args: any[]) => any) | undefined;
|
|
16
|
+
onToggleLogo?: ((...args: any[]) => any) | undefined;
|
|
17
|
+
}>, {
|
|
12
18
|
isShowProductIntroduction: boolean;
|
|
13
19
|
isShowLogo: boolean;
|
|
14
20
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export declare const DEFAULT_PRODUCT_INTRODUCTION_PROPS:
|
|
1
|
+
import { BodenProductIntroductionProps } from './interface';
|
|
2
|
+
export declare const DEFAULT_PRODUCT_INTRODUCTION_PROPS: BodenProductIntroductionProps;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare const _default: import('vue').DefineComponent<
|
|
1
|
+
import { BodenProductIntroductionProps } from './interface';
|
|
2
|
+
declare const _default: import('vue').DefineComponent<BodenProductIntroductionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3
|
+
togglePlatform: (...args: any[]) => void;
|
|
4
|
+
}, string, import('vue').PublicProps, Readonly<BodenProductIntroductionProps> & Readonly<{
|
|
5
|
+
onTogglePlatform?: ((...args: any[]) => any) | undefined;
|
|
6
|
+
}>, {
|
|
3
7
|
x: number;
|
|
4
8
|
y: number;
|
|
5
9
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { PopoverProps } from 'naive-ui';
|
|
2
|
+
export type BodenProductIntroductionProps = {
|
|
3
|
+
x?: PopoverProps['x'];
|
|
4
|
+
y?: PopoverProps['y'];
|
|
5
|
+
};
|
|
6
|
+
export type SubProductItem = {
|
|
7
|
+
key: string;
|
|
8
|
+
title: string;
|
|
9
|
+
description: string;
|
|
10
|
+
imgSrc: string;
|
|
11
|
+
href?: string;
|
|
12
|
+
};
|
|
13
|
+
export type ProductItem = {
|
|
14
|
+
key: string;
|
|
15
|
+
title: string;
|
|
16
|
+
description: string;
|
|
17
|
+
svgIcon: string;
|
|
18
|
+
href?: string;
|
|
19
|
+
children?: Array<SubProductItem>;
|
|
20
|
+
};
|