@stlhorizon/vue-ui 1.2.7 → 1.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +2294 -2025
- package/dist/index.js +15 -15
- package/dist/src/components/Header.vue.d.ts +16 -21
- package/dist/src/components/Header.vue.d.ts.map +1 -1
- package/dist/src/components/Sidebar.vue.d.ts +13 -19
- package/dist/src/components/Sidebar.vue.d.ts.map +1 -1
- package/dist/src/layouts/DashboardLayout.vue.d.ts +27 -0
- package/dist/src/layouts/DashboardLayout.vue.d.ts.map +1 -0
- package/dist/src/router/index.d.ts.map +1 -1
- package/dist/src/views/AnalyticsPage.vue.d.ts +234 -0
- package/dist/src/views/AnalyticsPage.vue.d.ts.map +1 -0
- package/dist/src/views/DashboardPage.vue.d.ts +3 -0
- package/dist/src/views/DashboardPage.vue.d.ts.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vue-ui.css +1 -1
- package/package.json +1 -1
|
@@ -1,24 +1,19 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
className: string;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
$emit: typeof emit;
|
|
3
|
+
$props: Partial<typeof props>;
|
|
4
|
+
currentPage: string;
|
|
5
|
+
sidebarWidth: number;
|
|
6
|
+
sidebarCollapsed: boolean;
|
|
7
|
+
currentSection: string;
|
|
8
|
+
user: Record<string, any>;
|
|
10
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
};
|
|
20
|
-
declare const __VLS_emit: (event: "toggle-mobile-menu", ...args: any[]) => void;
|
|
21
|
-
declare const __VLS_props: {
|
|
22
|
-
readonly className: string;
|
|
10
|
+
export default _default;
|
|
11
|
+
declare const emit: (event: "search" | "profile-action" | "logout", ...args: any[]) => void;
|
|
12
|
+
declare const props: {
|
|
13
|
+
readonly currentPage: string;
|
|
14
|
+
readonly sidebarWidth: number;
|
|
15
|
+
readonly sidebarCollapsed: boolean;
|
|
16
|
+
readonly currentSection: string;
|
|
17
|
+
readonly user: Record<string, any>;
|
|
23
18
|
};
|
|
24
19
|
//# sourceMappingURL=Header.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Header.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Header.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Header.vue"],"names":[],"mappings":";WAo6BkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;AA9mBxC,4FAAgE;AA5BhE;;;;;;EAyBE"}
|
|
@@ -1,22 +1,16 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
className: string;
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
isCollapsed: import("vue").Ref<boolean, boolean>;
|
|
3
|
+
sidebarWidth: import("vue").ComputedRef<256 | 64>;
|
|
4
|
+
toggleSidebar: () => void;
|
|
5
|
+
$emit: typeof emit;
|
|
6
|
+
$props: Partial<typeof props>;
|
|
7
|
+
collapsed: boolean;
|
|
8
|
+
navigationItems: unknown[];
|
|
10
9
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
footer?: (props: {}) => any;
|
|
17
|
-
};
|
|
18
|
-
declare const __VLS_props: {
|
|
19
|
-
readonly items: unknown[];
|
|
20
|
-
readonly className: string;
|
|
10
|
+
export default _default;
|
|
11
|
+
declare const emit: (event: "toggle" | "navigate", ...args: any[]) => void;
|
|
12
|
+
declare const props: {
|
|
13
|
+
readonly collapsed: boolean;
|
|
14
|
+
readonly navigationItems: unknown[];
|
|
21
15
|
};
|
|
22
16
|
//# sourceMappingURL=Sidebar.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Sidebar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/Sidebar.vue"],"names":[],"mappings":";;;;WAgiBkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;AAxVxC,2EAAgD;AAZhD;;;EASE"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
navigate: (itemName: any) => void;
|
|
8
|
+
toggleSidebar: () => void;
|
|
9
|
+
updateCurrentPage: (section: any, page: any) => void;
|
|
10
|
+
sidebarCollapsed: import("vue").Ref<boolean, boolean>;
|
|
11
|
+
sidebarWidth: import("vue").ComputedRef<256 | 64>;
|
|
12
|
+
$emit: typeof emit;
|
|
13
|
+
$props: Partial<typeof props>;
|
|
14
|
+
user: Record<string, any>;
|
|
15
|
+
initialSection: string;
|
|
16
|
+
initialPage: string;
|
|
17
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
18
|
+
type __VLS_Slots = {
|
|
19
|
+
default?: (props: {}) => any;
|
|
20
|
+
};
|
|
21
|
+
declare const emit: (event: "search" | "profile-action" | "logout" | "navigate" | "sidebar-toggle", ...args: any[]) => void;
|
|
22
|
+
declare const props: {
|
|
23
|
+
readonly user: Record<string, any>;
|
|
24
|
+
readonly initialSection: string;
|
|
25
|
+
readonly initialPage: string;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=DashboardLayout.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardLayout.vue.d.ts","sourceRoot":"","sources":["../../../src/layouts/DashboardLayout.vue"],"names":[],"mappings":"wBA+iBqB,eAAe,CAAC,OAAO,eAAe,EAAE,WAAW,CAAC;;qBAEpD,CAAC,EAAE,CAAC;;;AAVzB;;;;;;WAIkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;2OAIrC;;;;AAjTH,4HAME;AA1BF;;;;EAiBE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/router/index.js"],"names":[],"mappings":";AAGA,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/router/index.js"],"names":[],"mappings":";AAGA,kDAmBE"}
|
|
@@ -0,0 +1,234 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
|
+
navigationItems: import("vue").Ref<({
|
|
3
|
+
id: string;
|
|
4
|
+
label: string;
|
|
5
|
+
href: string;
|
|
6
|
+
icon: {
|
|
7
|
+
template: string;
|
|
8
|
+
};
|
|
9
|
+
active: boolean;
|
|
10
|
+
onClick: (event: any) => void;
|
|
11
|
+
props?: unknown;
|
|
12
|
+
} | {
|
|
13
|
+
id: string;
|
|
14
|
+
label: string;
|
|
15
|
+
href: string;
|
|
16
|
+
icon: {
|
|
17
|
+
template: string;
|
|
18
|
+
};
|
|
19
|
+
props: {
|
|
20
|
+
to: string;
|
|
21
|
+
};
|
|
22
|
+
active: boolean;
|
|
23
|
+
onClick?: unknown;
|
|
24
|
+
})[], ({
|
|
25
|
+
id: string;
|
|
26
|
+
label: string;
|
|
27
|
+
href: string;
|
|
28
|
+
icon: {
|
|
29
|
+
template: string;
|
|
30
|
+
};
|
|
31
|
+
active: boolean;
|
|
32
|
+
onClick: (event: any) => void;
|
|
33
|
+
props?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
id: string;
|
|
36
|
+
label: string;
|
|
37
|
+
href: string;
|
|
38
|
+
icon: {
|
|
39
|
+
template: string;
|
|
40
|
+
};
|
|
41
|
+
props: {
|
|
42
|
+
to: string;
|
|
43
|
+
};
|
|
44
|
+
active: boolean;
|
|
45
|
+
onClick?: undefined;
|
|
46
|
+
})[] | ({
|
|
47
|
+
id: string;
|
|
48
|
+
label: string;
|
|
49
|
+
href: string;
|
|
50
|
+
icon: {
|
|
51
|
+
template: string;
|
|
52
|
+
};
|
|
53
|
+
active: boolean;
|
|
54
|
+
onClick: (event: any) => void;
|
|
55
|
+
props?: unknown;
|
|
56
|
+
} | {
|
|
57
|
+
id: string;
|
|
58
|
+
label: string;
|
|
59
|
+
href: string;
|
|
60
|
+
icon: {
|
|
61
|
+
template: string;
|
|
62
|
+
};
|
|
63
|
+
props: {
|
|
64
|
+
to: string;
|
|
65
|
+
};
|
|
66
|
+
active: boolean;
|
|
67
|
+
onClick?: unknown;
|
|
68
|
+
})[]>;
|
|
69
|
+
currentUser: import("vue").Ref<{
|
|
70
|
+
name: string;
|
|
71
|
+
email: string;
|
|
72
|
+
avatar: string;
|
|
73
|
+
}, {
|
|
74
|
+
name: string;
|
|
75
|
+
email: string;
|
|
76
|
+
avatar: string;
|
|
77
|
+
} | {
|
|
78
|
+
name: string;
|
|
79
|
+
email: string;
|
|
80
|
+
avatar: string;
|
|
81
|
+
}>;
|
|
82
|
+
profileMenuItems: import("vue").Ref<({
|
|
83
|
+
id: string;
|
|
84
|
+
label: string;
|
|
85
|
+
href: string;
|
|
86
|
+
component?: unknown;
|
|
87
|
+
props?: unknown;
|
|
88
|
+
danger?: unknown;
|
|
89
|
+
onClick?: unknown;
|
|
90
|
+
} | {
|
|
91
|
+
id: string;
|
|
92
|
+
component: string;
|
|
93
|
+
props: {
|
|
94
|
+
class: string;
|
|
95
|
+
};
|
|
96
|
+
label?: unknown;
|
|
97
|
+
href?: unknown;
|
|
98
|
+
danger?: unknown;
|
|
99
|
+
onClick?: unknown;
|
|
100
|
+
} | {
|
|
101
|
+
id: string;
|
|
102
|
+
label: string;
|
|
103
|
+
danger: boolean;
|
|
104
|
+
onClick: () => void;
|
|
105
|
+
href?: unknown;
|
|
106
|
+
component?: unknown;
|
|
107
|
+
props?: unknown;
|
|
108
|
+
})[], ({
|
|
109
|
+
id: string;
|
|
110
|
+
label: string;
|
|
111
|
+
href: string;
|
|
112
|
+
component?: undefined;
|
|
113
|
+
props?: undefined;
|
|
114
|
+
danger?: undefined;
|
|
115
|
+
onClick?: undefined;
|
|
116
|
+
} | {
|
|
117
|
+
id: string;
|
|
118
|
+
component: string;
|
|
119
|
+
props: {
|
|
120
|
+
class: string;
|
|
121
|
+
};
|
|
122
|
+
label?: undefined;
|
|
123
|
+
href?: undefined;
|
|
124
|
+
danger?: undefined;
|
|
125
|
+
onClick?: undefined;
|
|
126
|
+
} | {
|
|
127
|
+
id: string;
|
|
128
|
+
label: string;
|
|
129
|
+
danger: boolean;
|
|
130
|
+
onClick: () => void;
|
|
131
|
+
href?: undefined;
|
|
132
|
+
component?: undefined;
|
|
133
|
+
props?: undefined;
|
|
134
|
+
})[] | ({
|
|
135
|
+
id: string;
|
|
136
|
+
label: string;
|
|
137
|
+
href: string;
|
|
138
|
+
component?: unknown;
|
|
139
|
+
props?: unknown;
|
|
140
|
+
danger?: unknown;
|
|
141
|
+
onClick?: unknown;
|
|
142
|
+
} | {
|
|
143
|
+
id: string;
|
|
144
|
+
component: string;
|
|
145
|
+
props: {
|
|
146
|
+
class: string;
|
|
147
|
+
};
|
|
148
|
+
label?: unknown;
|
|
149
|
+
href?: unknown;
|
|
150
|
+
danger?: unknown;
|
|
151
|
+
onClick?: unknown;
|
|
152
|
+
} | {
|
|
153
|
+
id: string;
|
|
154
|
+
label: string;
|
|
155
|
+
danger: boolean;
|
|
156
|
+
onClick: () => void;
|
|
157
|
+
href?: unknown;
|
|
158
|
+
component?: unknown;
|
|
159
|
+
props?: unknown;
|
|
160
|
+
})[]>;
|
|
161
|
+
onSidebarToggle: (collapsed: any) => void;
|
|
162
|
+
onProfileMenuClick: (item: any, event: any) => void;
|
|
163
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
164
|
+
DashboardLayout: {
|
|
165
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
166
|
+
navigate: (itemName: any) => void;
|
|
167
|
+
toggleSidebar: () => void;
|
|
168
|
+
updateCurrentPage: (section: any, page: any) => void;
|
|
169
|
+
sidebarCollapsed: import("vue").Ref<boolean, boolean>;
|
|
170
|
+
sidebarWidth: import("vue").ComputedRef<256 | 64>;
|
|
171
|
+
$emit: (event: "search" | "profile-action" | "logout" | "navigate" | "sidebar-toggle", ...args: any[]) => void;
|
|
172
|
+
$props: Partial<{
|
|
173
|
+
readonly user: Record<string, any>;
|
|
174
|
+
readonly initialSection: string;
|
|
175
|
+
readonly initialPage: string;
|
|
176
|
+
}>;
|
|
177
|
+
user: Record<string, any>;
|
|
178
|
+
initialSection: string;
|
|
179
|
+
initialPage: string;
|
|
180
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
181
|
+
P: {};
|
|
182
|
+
B: {};
|
|
183
|
+
D: {};
|
|
184
|
+
C: {};
|
|
185
|
+
M: {};
|
|
186
|
+
Defaults: {};
|
|
187
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
188
|
+
navigate: (itemName: any) => void;
|
|
189
|
+
toggleSidebar: () => void;
|
|
190
|
+
updateCurrentPage: (section: any, page: any) => void;
|
|
191
|
+
sidebarCollapsed: import("vue").Ref<boolean, boolean>;
|
|
192
|
+
sidebarWidth: import("vue").ComputedRef<256 | 64>;
|
|
193
|
+
$emit: (event: "search" | "profile-action" | "logout" | "navigate" | "sidebar-toggle", ...args: any[]) => void;
|
|
194
|
+
$props: Partial<{
|
|
195
|
+
readonly user: Record<string, any>;
|
|
196
|
+
readonly initialSection: string;
|
|
197
|
+
readonly initialPage: string;
|
|
198
|
+
}>;
|
|
199
|
+
user: Record<string, any>;
|
|
200
|
+
initialSection: string;
|
|
201
|
+
initialPage: string;
|
|
202
|
+
}, {}, {}, {}, {}>;
|
|
203
|
+
__isFragment?: never;
|
|
204
|
+
__isTeleport?: never;
|
|
205
|
+
__isSuspense?: never;
|
|
206
|
+
} & import("vue").ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
207
|
+
navigate: (itemName: any) => void;
|
|
208
|
+
toggleSidebar: () => void;
|
|
209
|
+
updateCurrentPage: (section: any, page: any) => void;
|
|
210
|
+
sidebarCollapsed: import("vue").Ref<boolean, boolean>;
|
|
211
|
+
sidebarWidth: import("vue").ComputedRef<256 | 64>;
|
|
212
|
+
$emit: (event: "search" | "profile-action" | "logout" | "navigate" | "sidebar-toggle", ...args: any[]) => void;
|
|
213
|
+
$props: Partial<{
|
|
214
|
+
readonly user: Record<string, any>;
|
|
215
|
+
readonly initialSection: string;
|
|
216
|
+
readonly initialPage: string;
|
|
217
|
+
}>;
|
|
218
|
+
user: Record<string, any>;
|
|
219
|
+
initialSection: string;
|
|
220
|
+
initialPage: string;
|
|
221
|
+
}, {}, {}, {}, 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 () => {
|
|
222
|
+
$slots: {
|
|
223
|
+
default?: (props: {}) => any;
|
|
224
|
+
};
|
|
225
|
+
});
|
|
226
|
+
HomeIcon: {
|
|
227
|
+
template: string;
|
|
228
|
+
};
|
|
229
|
+
ChartIcon: {
|
|
230
|
+
template: string;
|
|
231
|
+
};
|
|
232
|
+
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
233
|
+
export default _default;
|
|
234
|
+
//# sourceMappingURL=AnalyticsPage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnalyticsPage.vue.d.ts","sourceRoot":"","sources":["../../../src/views/AnalyticsPage.vue"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
3
|
+
//# sourceMappingURL=DashboardPage.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardPage.vue.d.ts","sourceRoot":"","sources":["../../../src/views/DashboardPage.vue"],"names":[],"mappings":""}
|