@ditari/bsui 5.1.4 → 5.1.6
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/cjs/components/card/Card.cjs +1 -1
- package/dist/cjs/components/card/Card.cjs.map +1 -1
- package/dist/cjs/components/dic/DicReplace.cjs +2 -2
- package/dist/cjs/components/dic/DicReplace.cjs.map +1 -1
- package/dist/cjs/components/layout/Layout.vue2.cjs +4 -18
- package/dist/cjs/components/layout/Layout.vue2.cjs.map +1 -1
- package/dist/cjs/components/layout/components/layout/HeaderLayout.vue2.cjs +3 -25
- package/dist/cjs/components/layout/components/layout/HeaderLayout.vue2.cjs.map +1 -1
- package/dist/cjs/components/tab/Tab.vue2.cjs +264 -180
- package/dist/cjs/components/tab/Tab.vue2.cjs.map +1 -1
- package/dist/cjs/components/table/Table.cjs +2 -2
- package/dist/cjs/components/table/Table.cjs.map +1 -1
- package/dist/cjs/components/table-form/TableForm.cjs +2 -2
- package/dist/cjs/components/table-form/TableForm.cjs.map +1 -1
- package/dist/cjs/components/table-form/interface.cjs +1 -1
- package/dist/cjs/components/table-form/interface.cjs.map +1 -1
- package/dist/cjs/components/table-form/style.cjs +1 -6
- package/dist/cjs/components/table-form/style.cjs.map +1 -1
- package/dist/css/components/tab/style/index.css +1 -1
- package/dist/css/index.css +1 -1
- package/dist/esm/components/card/Card.mjs +1 -1
- package/dist/esm/components/card/Card.mjs.map +1 -1
- package/dist/esm/components/dic/DicReplace.mjs +2 -2
- package/dist/esm/components/dic/DicReplace.mjs.map +1 -1
- package/dist/esm/components/layout/Layout.vue2.mjs +6 -20
- package/dist/esm/components/layout/Layout.vue2.mjs.map +1 -1
- package/dist/esm/components/layout/components/layout/HeaderLayout.vue2.mjs +5 -27
- package/dist/esm/components/layout/components/layout/HeaderLayout.vue2.mjs.map +1 -1
- package/dist/esm/components/tab/Tab.vue2.mjs +268 -184
- package/dist/esm/components/tab/Tab.vue2.mjs.map +1 -1
- package/dist/esm/components/table/Table.mjs +1 -1
- package/dist/esm/components/table/Table.mjs.map +1 -1
- package/dist/esm/components/table-form/TableForm.mjs +1 -1
- package/dist/esm/components/table-form/TableForm.mjs.map +1 -1
- package/dist/esm/components/table-form/interface.mjs +1 -1
- package/dist/esm/components/table-form/interface.mjs.map +1 -1
- package/dist/esm/components/table-form/style.mjs +1 -6
- package/dist/esm/components/table-form/style.mjs.map +1 -1
- package/dist/style/tab/style/index.scss +10 -4
- package/dist/types/components/card/Card.d.ts.map +1 -1
- package/dist/types/components/dic/DicReplace.d.ts.map +1 -1
- package/dist/types/components/layout/Layout.vue.d.ts +63 -51
- package/dist/types/components/layout/Layout.vue.d.ts.map +1 -1
- package/dist/types/components/layout/components/layout/HeaderLayout.vue.d.ts +63 -50
- package/dist/types/components/layout/components/layout/HeaderLayout.vue.d.ts.map +1 -1
- package/dist/types/components/tab/Tab.vue.d.ts +61 -22
- package/dist/types/components/tab/Tab.vue.d.ts.map +1 -1
- package/dist/types/components/table-form/TableFormItem.d.ts +4 -4
- package/dist/types/components/table-form/interface.d.ts +2 -2
- package/dist/types/components/table-form/interface.d.ts.map +1 -1
- package/dist/types/components/table-form/style.d.ts +1 -1
- package/dist/types/components/table-form/style.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -57,7 +57,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
57
57
|
[key: string]: unknown;
|
|
58
58
|
}) => void;
|
|
59
59
|
};
|
|
60
|
-
useKeepAlive: () => void;
|
|
61
60
|
useStyle: () => {
|
|
62
61
|
layoutStyle: string;
|
|
63
62
|
siderStyle: import("vue").ComputedRef<string>;
|
|
@@ -118,25 +117,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
118
117
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
119
118
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
120
119
|
HeaderLayout: import("vue").DefineComponent<{}, {
|
|
121
|
-
|
|
122
|
-
appStore: import("pinia").Store<"_STORE_APP_ID", import("@ditari/store").App, {}, {}> | null;
|
|
123
|
-
defaultLayout: {
|
|
124
|
-
sideWidth: number;
|
|
125
|
-
headerHeight: number;
|
|
126
|
-
collapsedWidth: number;
|
|
127
|
-
collapsed: boolean;
|
|
128
|
-
};
|
|
129
|
-
defaultModeConfig: {
|
|
130
|
-
mode: string;
|
|
131
|
-
list: {
|
|
132
|
-
value: string;
|
|
133
|
-
label: string;
|
|
134
|
-
}[];
|
|
135
|
-
};
|
|
136
|
-
defaultHeaderTokenStyle: {
|
|
137
|
-
bgColor: string;
|
|
138
|
-
txtColor: string;
|
|
139
|
-
};
|
|
120
|
+
appStore: import("pinia").Store<"_STORE_APP_ID", import("@ditari/store").App, {}, {}>;
|
|
140
121
|
layout: import("vue").Ref<{
|
|
141
122
|
sideWidth: number;
|
|
142
123
|
headerHeight: number;
|
|
@@ -149,16 +130,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
149
130
|
collapsed: boolean;
|
|
150
131
|
}>;
|
|
151
132
|
modeConfig: import("vue").Ref<import("@ditari/store/dist/types/modules/useAppStore").Mode, import("@ditari/store/dist/types/modules/useAppStore").Mode>;
|
|
152
|
-
headerTokenStyle: import("vue").Ref<
|
|
153
|
-
bgColor: string;
|
|
154
|
-
txtColor: string;
|
|
155
|
-
}, {
|
|
156
|
-
bgColor: string;
|
|
157
|
-
txtColor: string;
|
|
158
|
-
} | {
|
|
159
|
-
bgColor: string;
|
|
160
|
-
txtColor: string;
|
|
161
|
-
}>;
|
|
133
|
+
headerTokenStyle: import("vue").Ref<import("@ditari/store/dist/types/modules/useAppStore").HeaderStyle, import("@ditari/store/dist/types/modules/useAppStore").HeaderStyle>;
|
|
162
134
|
headerStyle: import("vue").ComputedRef<string>;
|
|
163
135
|
headerTabStyle: import("vue").ComputedRef<string>;
|
|
164
136
|
collapsedStyle: import("vue").ComputedRef<string>;
|
|
@@ -172,39 +144,79 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
172
144
|
readonly MenuFoldOutlined: import("@ant-design/icons-vue/lib/icons/MenuFoldOutlined").MenuFoldOutlinedIconType;
|
|
173
145
|
readonly MenuUnfoldOutlined: import("@ant-design/icons-vue/lib/icons/MenuUnfoldOutlined").MenuUnfoldOutlinedIconType;
|
|
174
146
|
Tab: import("vue").DefineComponent<{}, {
|
|
175
|
-
tabsNavStyle: import("vue").ComputedRef<string>;
|
|
176
|
-
tabHoverBgStyle: import("vue").ComputedRef<string>;
|
|
177
|
-
closeBtnStyle: import("vue").ComputedRef<string>;
|
|
178
|
-
activeKey: import("vue").Ref<string, string>;
|
|
179
|
-
list: import("vue").Ref<import("@ditari/store").NavTabsState[], import("@ditari/store").NavTabsState[]>;
|
|
180
|
-
closeBtnStatus: (item: import("@ditari/store").NavTabsState) => boolean;
|
|
181
|
-
onChange: (key: string) => void;
|
|
182
|
-
onClose: ($event: Event, key: string | undefined) => void;
|
|
183
|
-
enableTabContextMenu: boolean;
|
|
184
|
-
onContextMenuClick: ({ key }: {
|
|
185
|
-
key: string;
|
|
186
|
-
}, item: any) => void;
|
|
187
147
|
useStyle: () => {
|
|
188
148
|
tabsNavStyle: import("vue").ComputedRef<string>;
|
|
189
149
|
tabHoverBgStyle: import("vue").ComputedRef<string>;
|
|
190
150
|
closeBtnStyle: import("vue").ComputedRef<string>;
|
|
151
|
+
dynamicVars: import("vue").ComputedRef<{
|
|
152
|
+
"--active-tab-color": string | undefined;
|
|
153
|
+
"--splitColor": string | undefined;
|
|
154
|
+
"--active-text-color": string | undefined;
|
|
155
|
+
"--active-shadow-color": string | undefined;
|
|
156
|
+
"--tabs-text-color": string | undefined;
|
|
157
|
+
}>;
|
|
191
158
|
};
|
|
192
|
-
|
|
159
|
+
useTabAndMenu: () => {
|
|
193
160
|
activeKey: import("vue").Ref<string, string>;
|
|
194
|
-
list: import("vue").
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
161
|
+
list: import("vue").ComputedRef<{
|
|
162
|
+
closeBtnVisible: boolean;
|
|
163
|
+
menus: {
|
|
164
|
+
key: string;
|
|
165
|
+
title: string;
|
|
166
|
+
icon: import("@ant-design/icons-vue/lib/icons/ReloadOutlined").ReloadOutlinedIconType;
|
|
167
|
+
disabled: boolean;
|
|
168
|
+
}[];
|
|
169
|
+
path?: string;
|
|
170
|
+
fullPath?: string;
|
|
171
|
+
query?: import("vue-router").LocationQuery;
|
|
172
|
+
params?: import("vue-router").RouteParams;
|
|
173
|
+
meta?: import("vue-router").RouteMeta;
|
|
174
|
+
name?: string;
|
|
175
|
+
openTime?: number | undefined;
|
|
176
|
+
}[]>;
|
|
200
177
|
enableTabContextMenu: boolean;
|
|
178
|
+
onChange: (key: string | number) => void;
|
|
179
|
+
onClose: ($event: Event, key: string | undefined) => void;
|
|
201
180
|
onContextMenuClick: ({ key }: {
|
|
202
|
-
key: string;
|
|
181
|
+
key: string | number;
|
|
203
182
|
}, item: any) => void;
|
|
204
183
|
};
|
|
184
|
+
tabsNavStyle: import("vue").ComputedRef<string>;
|
|
185
|
+
tabHoverBgStyle: import("vue").ComputedRef<string>;
|
|
186
|
+
closeBtnStyle: import("vue").ComputedRef<string>;
|
|
187
|
+
dynamicVars: import("vue").ComputedRef<{
|
|
188
|
+
"--active-tab-color": string | undefined;
|
|
189
|
+
"--splitColor": string | undefined;
|
|
190
|
+
"--active-text-color": string | undefined;
|
|
191
|
+
"--active-shadow-color": string | undefined;
|
|
192
|
+
"--tabs-text-color": string | undefined;
|
|
193
|
+
}>;
|
|
194
|
+
activeKey: import("vue").Ref<string, string>;
|
|
195
|
+
list: import("vue").ComputedRef<{
|
|
196
|
+
closeBtnVisible: boolean;
|
|
197
|
+
menus: {
|
|
198
|
+
key: string;
|
|
199
|
+
title: string;
|
|
200
|
+
icon: import("@ant-design/icons-vue/lib/icons/ReloadOutlined").ReloadOutlinedIconType;
|
|
201
|
+
disabled: boolean;
|
|
202
|
+
}[];
|
|
203
|
+
path?: string;
|
|
204
|
+
fullPath?: string;
|
|
205
|
+
query?: import("vue-router").LocationQuery;
|
|
206
|
+
params?: import("vue-router").RouteParams;
|
|
207
|
+
meta?: import("vue-router").RouteMeta;
|
|
208
|
+
name?: string;
|
|
209
|
+
openTime?: number | undefined;
|
|
210
|
+
}[]>;
|
|
211
|
+
enableTabContextMenu: boolean;
|
|
212
|
+
onChange: (key: string | number) => void;
|
|
213
|
+
onClose: ($event: Event, key: string | undefined) => void;
|
|
214
|
+
onContextMenuClick: ({ key }: {
|
|
215
|
+
key: string | number;
|
|
216
|
+
}, item: any) => void;
|
|
205
217
|
readonly Search: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
206
218
|
readonly CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
207
|
-
readonly
|
|
219
|
+
readonly cx: (...classNames: import("@emotion/css/dist/declarations/src/create-instance").ClassNamesArg[]) => string;
|
|
208
220
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
209
221
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
210
222
|
RouterContent: import("vue").DefineComponent<{}, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Layout.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"Layout.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/Layout.vue.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAgI6B,KAAK;;yBAlEJ;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE;;;;;;;6BAA1B;YAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE;;;;;;;;;4BAkE3B,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDA7Hd,oDAEb;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiBP,wBA4HE"}
|
|
@@ -1,24 +1,6 @@
|
|
|
1
1
|
import { type ComputedRef } from "vue";
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
3
|
-
|
|
4
|
-
appStore: import("pinia").Store<"_STORE_APP_ID", import("@ditari/store").App, {}, {}> | null;
|
|
5
|
-
defaultLayout: {
|
|
6
|
-
sideWidth: number;
|
|
7
|
-
headerHeight: number;
|
|
8
|
-
collapsedWidth: number;
|
|
9
|
-
collapsed: boolean;
|
|
10
|
-
};
|
|
11
|
-
defaultModeConfig: {
|
|
12
|
-
mode: string;
|
|
13
|
-
list: {
|
|
14
|
-
value: string;
|
|
15
|
-
label: string;
|
|
16
|
-
}[];
|
|
17
|
-
};
|
|
18
|
-
defaultHeaderTokenStyle: {
|
|
19
|
-
bgColor: string;
|
|
20
|
-
txtColor: string;
|
|
21
|
-
};
|
|
3
|
+
appStore: import("pinia").Store<"_STORE_APP_ID", import("@ditari/store").App, {}, {}>;
|
|
22
4
|
layout: import("vue").Ref<{
|
|
23
5
|
sideWidth: number;
|
|
24
6
|
headerHeight: number;
|
|
@@ -31,16 +13,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
31
13
|
collapsed: boolean;
|
|
32
14
|
}>;
|
|
33
15
|
modeConfig: import("vue").Ref<import("@ditari/store/dist/types/modules/useAppStore").Mode, import("@ditari/store/dist/types/modules/useAppStore").Mode>;
|
|
34
|
-
headerTokenStyle: import("vue").Ref<
|
|
35
|
-
bgColor: string;
|
|
36
|
-
txtColor: string;
|
|
37
|
-
}, {
|
|
38
|
-
bgColor: string;
|
|
39
|
-
txtColor: string;
|
|
40
|
-
} | {
|
|
41
|
-
bgColor: string;
|
|
42
|
-
txtColor: string;
|
|
43
|
-
}>;
|
|
16
|
+
headerTokenStyle: import("vue").Ref<import("@ditari/store/dist/types/modules/useAppStore").HeaderStyle, import("@ditari/store/dist/types/modules/useAppStore").HeaderStyle>;
|
|
44
17
|
headerStyle: ComputedRef<string>;
|
|
45
18
|
headerTabStyle: ComputedRef<string>;
|
|
46
19
|
collapsedStyle: ComputedRef<string>;
|
|
@@ -54,39 +27,79 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
54
27
|
readonly MenuFoldOutlined: import("@ant-design/icons-vue/lib/icons/MenuFoldOutlined").MenuFoldOutlinedIconType;
|
|
55
28
|
readonly MenuUnfoldOutlined: import("@ant-design/icons-vue/lib/icons/MenuUnfoldOutlined").MenuUnfoldOutlinedIconType;
|
|
56
29
|
Tab: import("vue").DefineComponent<{}, {
|
|
57
|
-
tabsNavStyle: ComputedRef<string>;
|
|
58
|
-
tabHoverBgStyle: ComputedRef<string>;
|
|
59
|
-
closeBtnStyle: ComputedRef<string>;
|
|
60
|
-
activeKey: import("vue").Ref<string, string>;
|
|
61
|
-
list: import("vue").Ref<import("@ditari/store").NavTabsState[], import("@ditari/store").NavTabsState[]>;
|
|
62
|
-
closeBtnStatus: (item: import("@ditari/store").NavTabsState) => boolean;
|
|
63
|
-
onChange: (key: string) => void;
|
|
64
|
-
onClose: ($event: Event, key: string | undefined) => void;
|
|
65
|
-
enableTabContextMenu: boolean;
|
|
66
|
-
onContextMenuClick: ({ key }: {
|
|
67
|
-
key: string;
|
|
68
|
-
}, item: any) => void;
|
|
69
30
|
useStyle: () => {
|
|
70
31
|
tabsNavStyle: ComputedRef<string>;
|
|
71
32
|
tabHoverBgStyle: ComputedRef<string>;
|
|
72
33
|
closeBtnStyle: ComputedRef<string>;
|
|
34
|
+
dynamicVars: ComputedRef<{
|
|
35
|
+
"--active-tab-color": string | undefined;
|
|
36
|
+
"--splitColor": string | undefined;
|
|
37
|
+
"--active-text-color": string | undefined;
|
|
38
|
+
"--active-shadow-color": string | undefined;
|
|
39
|
+
"--tabs-text-color": string | undefined;
|
|
40
|
+
}>;
|
|
73
41
|
};
|
|
74
|
-
|
|
42
|
+
useTabAndMenu: () => {
|
|
75
43
|
activeKey: import("vue").Ref<string, string>;
|
|
76
|
-
list:
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
44
|
+
list: ComputedRef<{
|
|
45
|
+
closeBtnVisible: boolean;
|
|
46
|
+
menus: {
|
|
47
|
+
key: string;
|
|
48
|
+
title: string;
|
|
49
|
+
icon: import("@ant-design/icons-vue/lib/icons/ReloadOutlined").ReloadOutlinedIconType;
|
|
50
|
+
disabled: boolean;
|
|
51
|
+
}[];
|
|
52
|
+
path?: string;
|
|
53
|
+
fullPath?: string;
|
|
54
|
+
query?: import("vue-router").LocationQuery;
|
|
55
|
+
params?: import("vue-router").RouteParams;
|
|
56
|
+
meta?: import("vue-router").RouteMeta;
|
|
57
|
+
name?: string;
|
|
58
|
+
openTime?: number | undefined;
|
|
59
|
+
}[]>;
|
|
82
60
|
enableTabContextMenu: boolean;
|
|
61
|
+
onChange: (key: string | number) => void;
|
|
62
|
+
onClose: ($event: Event, key: string | undefined) => void;
|
|
83
63
|
onContextMenuClick: ({ key }: {
|
|
84
|
-
key: string;
|
|
64
|
+
key: string | number;
|
|
85
65
|
}, item: any) => void;
|
|
86
66
|
};
|
|
67
|
+
tabsNavStyle: ComputedRef<string>;
|
|
68
|
+
tabHoverBgStyle: ComputedRef<string>;
|
|
69
|
+
closeBtnStyle: ComputedRef<string>;
|
|
70
|
+
dynamicVars: ComputedRef<{
|
|
71
|
+
"--active-tab-color": string | undefined;
|
|
72
|
+
"--splitColor": string | undefined;
|
|
73
|
+
"--active-text-color": string | undefined;
|
|
74
|
+
"--active-shadow-color": string | undefined;
|
|
75
|
+
"--tabs-text-color": string | undefined;
|
|
76
|
+
}>;
|
|
77
|
+
activeKey: import("vue").Ref<string, string>;
|
|
78
|
+
list: ComputedRef<{
|
|
79
|
+
closeBtnVisible: boolean;
|
|
80
|
+
menus: {
|
|
81
|
+
key: string;
|
|
82
|
+
title: string;
|
|
83
|
+
icon: import("@ant-design/icons-vue/lib/icons/ReloadOutlined").ReloadOutlinedIconType;
|
|
84
|
+
disabled: boolean;
|
|
85
|
+
}[];
|
|
86
|
+
path?: string;
|
|
87
|
+
fullPath?: string;
|
|
88
|
+
query?: import("vue-router").LocationQuery;
|
|
89
|
+
params?: import("vue-router").RouteParams;
|
|
90
|
+
meta?: import("vue-router").RouteMeta;
|
|
91
|
+
name?: string;
|
|
92
|
+
openTime?: number | undefined;
|
|
93
|
+
}[]>;
|
|
94
|
+
enableTabContextMenu: boolean;
|
|
95
|
+
onChange: (key: string | number) => void;
|
|
96
|
+
onClose: ($event: Event, key: string | undefined) => void;
|
|
97
|
+
onContextMenuClick: ({ key }: {
|
|
98
|
+
key: string | number;
|
|
99
|
+
}, item: any) => void;
|
|
87
100
|
readonly Search: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
88
101
|
readonly CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
89
|
-
readonly
|
|
102
|
+
readonly cx: (...classNames: import("@emotion/css/dist/declarations/src/create-instance").ClassNamesArg[]) => string;
|
|
90
103
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
91
104
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
92
105
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/layout/HeaderLayout.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,WAAW,
|
|
1
|
+
{"version":3,"file":"HeaderLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/components/layout/HeaderLayout.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,WAAW,EAAE,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;oBAgC5B;QACnB,WAAW,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;QACjC,cAAc,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;QACpC,cAAc,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;QACpC,UAAU,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;KACjC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CArC0C,oDAC7B;;;AAed,wBAsFE"}
|
|
@@ -1,39 +1,78 @@
|
|
|
1
1
|
import { type ComputedRef } from "vue";
|
|
2
|
-
import { type NavTabsState } from "@ditari/store";
|
|
3
2
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
4
|
-
tabsNavStyle: ComputedRef<string>;
|
|
5
|
-
tabHoverBgStyle: ComputedRef<string>;
|
|
6
|
-
closeBtnStyle: ComputedRef<string>;
|
|
7
|
-
activeKey: import("vue").Ref<string, string>;
|
|
8
|
-
list: import("vue").Ref<NavTabsState[], NavTabsState[]>;
|
|
9
|
-
closeBtnStatus: (item: NavTabsState) => boolean;
|
|
10
|
-
onChange: (key: string) => void;
|
|
11
|
-
onClose: ($event: Event, key: string | undefined) => void;
|
|
12
|
-
enableTabContextMenu: boolean;
|
|
13
|
-
onContextMenuClick: ({ key }: {
|
|
14
|
-
key: string;
|
|
15
|
-
}, item: any) => void;
|
|
16
3
|
useStyle: () => {
|
|
17
4
|
tabsNavStyle: ComputedRef<string>;
|
|
18
5
|
tabHoverBgStyle: ComputedRef<string>;
|
|
19
6
|
closeBtnStyle: ComputedRef<string>;
|
|
7
|
+
dynamicVars: ComputedRef<{
|
|
8
|
+
"--active-tab-color": string | undefined;
|
|
9
|
+
"--splitColor": string | undefined;
|
|
10
|
+
"--active-text-color": string | undefined;
|
|
11
|
+
"--active-shadow-color": string | undefined;
|
|
12
|
+
"--tabs-text-color": string | undefined;
|
|
13
|
+
}>;
|
|
20
14
|
};
|
|
21
|
-
|
|
15
|
+
useTabAndMenu: () => {
|
|
22
16
|
activeKey: import("vue").Ref<string, string>;
|
|
23
|
-
list:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
17
|
+
list: ComputedRef<{
|
|
18
|
+
closeBtnVisible: boolean;
|
|
19
|
+
menus: {
|
|
20
|
+
key: string;
|
|
21
|
+
title: string;
|
|
22
|
+
icon: import("@ant-design/icons-vue/lib/icons/ReloadOutlined").ReloadOutlinedIconType;
|
|
23
|
+
disabled: boolean;
|
|
24
|
+
}[];
|
|
25
|
+
path?: string;
|
|
26
|
+
fullPath?: string;
|
|
27
|
+
query?: import("vue-router").LocationQuery;
|
|
28
|
+
params?: import("vue-router").RouteParams;
|
|
29
|
+
meta?: import("vue-router").RouteMeta;
|
|
30
|
+
name?: string;
|
|
31
|
+
openTime?: number | undefined;
|
|
32
|
+
}[]>;
|
|
29
33
|
enableTabContextMenu: boolean;
|
|
34
|
+
onChange: (key: string | number) => void;
|
|
35
|
+
onClose: ($event: Event, key: string | undefined) => void;
|
|
30
36
|
onContextMenuClick: ({ key }: {
|
|
31
|
-
key: string;
|
|
37
|
+
key: string | number;
|
|
32
38
|
}, item: any) => void;
|
|
33
39
|
};
|
|
40
|
+
tabsNavStyle: ComputedRef<string>;
|
|
41
|
+
tabHoverBgStyle: ComputedRef<string>;
|
|
42
|
+
closeBtnStyle: ComputedRef<string>;
|
|
43
|
+
dynamicVars: ComputedRef<{
|
|
44
|
+
"--active-tab-color": string | undefined;
|
|
45
|
+
"--splitColor": string | undefined;
|
|
46
|
+
"--active-text-color": string | undefined;
|
|
47
|
+
"--active-shadow-color": string | undefined;
|
|
48
|
+
"--tabs-text-color": string | undefined;
|
|
49
|
+
}>;
|
|
50
|
+
activeKey: import("vue").Ref<string, string>;
|
|
51
|
+
list: ComputedRef<{
|
|
52
|
+
closeBtnVisible: boolean;
|
|
53
|
+
menus: {
|
|
54
|
+
key: string;
|
|
55
|
+
title: string;
|
|
56
|
+
icon: import("@ant-design/icons-vue/lib/icons/ReloadOutlined").ReloadOutlinedIconType;
|
|
57
|
+
disabled: boolean;
|
|
58
|
+
}[];
|
|
59
|
+
path?: string;
|
|
60
|
+
fullPath?: string;
|
|
61
|
+
query?: import("vue-router").LocationQuery;
|
|
62
|
+
params?: import("vue-router").RouteParams;
|
|
63
|
+
meta?: import("vue-router").RouteMeta;
|
|
64
|
+
name?: string;
|
|
65
|
+
openTime?: number | undefined;
|
|
66
|
+
}[]>;
|
|
67
|
+
enableTabContextMenu: boolean;
|
|
68
|
+
onChange: (key: string | number) => void;
|
|
69
|
+
onClose: ($event: Event, key: string | undefined) => void;
|
|
70
|
+
onContextMenuClick: ({ key }: {
|
|
71
|
+
key: string | number;
|
|
72
|
+
}, item: any) => void;
|
|
34
73
|
readonly Search: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
35
74
|
readonly CloseOutlined: import("@ant-design/icons-vue/lib/icons/CloseOutlined").CloseOutlinedIconType;
|
|
36
|
-
readonly
|
|
75
|
+
readonly cx: (...classNames: import("@emotion/css/dist/declarations/src/create-instance").ClassNamesArg[]) => string;
|
|
37
76
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
38
77
|
export default _default;
|
|
39
78
|
//# sourceMappingURL=Tab.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tab.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tab/Tab.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,WAAW,
|
|
1
|
+
{"version":3,"file":"Tab.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/tab/Tab.vue.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,KAAK,WAAW,EAKjB,MAAM,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAkMY,MAAM,GAAG,MAAM;0BAW5B,KAAK,OACR,MAAM,GAAG,SAAS;sCAYd;YAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;SAAE,QAC3B,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oBAzBY,MAAM,GAAG,MAAM;sBAW5B,KAAK,OACR,MAAM,GAAG,SAAS;kCAYd;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,QAC3B,GAAG;;;wCA/NX,oDAAmB;;AA8BrB,wBA8PE"}
|
|
@@ -4,8 +4,8 @@ export declare const TableFormItem: import("../../utils/withInstall").SFCWithIns
|
|
|
4
4
|
default: undefined;
|
|
5
5
|
};
|
|
6
6
|
format: {
|
|
7
|
-
type: import("vue").PropType<import("./interface").Formatter
|
|
8
|
-
default:
|
|
7
|
+
type: import("vue").PropType<import("./interface").Formatter>;
|
|
8
|
+
default: (value: unknown, _name: unknown) => unknown;
|
|
9
9
|
};
|
|
10
10
|
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
11
|
dicName: {
|
|
@@ -13,8 +13,8 @@ export declare const TableFormItem: import("../../utils/withInstall").SFCWithIns
|
|
|
13
13
|
default: undefined;
|
|
14
14
|
};
|
|
15
15
|
format: {
|
|
16
|
-
type: import("vue").PropType<import("./interface").Formatter
|
|
17
|
-
default:
|
|
16
|
+
type: import("vue").PropType<import("./interface").Formatter>;
|
|
17
|
+
default: (value: unknown, _name: unknown) => unknown;
|
|
18
18
|
};
|
|
19
19
|
}>> & Readonly<{}>, {
|
|
20
20
|
format: import("./interface").Formatter;
|
|
@@ -14,8 +14,8 @@ export declare const tableFormItemProps: {
|
|
|
14
14
|
default: undefined;
|
|
15
15
|
};
|
|
16
16
|
format: {
|
|
17
|
-
type: PropType<Formatter
|
|
18
|
-
default:
|
|
17
|
+
type: PropType<Formatter>;
|
|
18
|
+
default: (value: unknown, _name: unknown) => unknown;
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
export declare const DEFAULT_STYLES_CONFIG: StylesConfig;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../src/components/table-form/interface.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../src/components/table-form/interface.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,QAAQ,EAAE,MAAM,KAAK,CAAC;AAGtD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,EAAE,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,SAAS,GAAG,CAAC,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC;AAGnE,eAAO,MAAM,kBAAkB;;;;;;cAOT,QAAQ,CAAC,SAAS,CAAC;yBAEpB,OAAO,SAAS,OAAO;;CAE3C,CAAC;AAGF,eAAO,MAAM,qBAAqB,EAAE,YAMnC,CAAC;AAEF,MAAM,WAAW,YAAY;IAC3B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,cAAc;;;;;;;;;;;cAWP,QAAQ,CAAC,YAAY,CAAC;;YAzBxC;;eAEG;wBACS,MAAM;0BAEJ,MAAM;0BAEN,MAAM;2BAEL,MAAM;+BAEF,MAAM;;;CAiB1B,CAAC;AAGF,MAAM,MAAM,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,CAAC,OAAO,kBAAkB,CAAC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/components/table-form/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/components/table-form/style.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,KAAK,CAAC;AAGlC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAErE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C;;GAEG;AACH,eAAO,MAAM,gBAAgB,WAAY,YAAY,UAAU,WAAW,CAAC,WAAW,CAAC;;;;CAgHtF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ditari/bsui",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"./theme/*": "./dist/style/*"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@ditari/store": "^5.1.
|
|
33
|
-
"@ditari/core": "^5.1.
|
|
32
|
+
"@ditari/store": "^5.1.2",
|
|
33
|
+
"@ditari/core": "^5.1.3"
|
|
34
34
|
}
|
|
35
35
|
}
|