@stlhorizon/vue-ui 1.2.9 → 1.3.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/dist/index.esm.js +6043 -2673
- package/dist/index.js +576 -46
- package/dist/src/components/Alert.vue.d.ts +2 -2
- package/dist/src/components/Badge.vue.d.ts +2 -2
- package/dist/src/components/Breadcrumb.vue.d.ts +2 -2
- package/dist/src/components/Button.vue.d.ts +2 -2
- package/dist/src/components/Checkbox.vue.d.ts +4 -4
- package/dist/src/components/DataTable.vue.d.ts +2 -2
- package/dist/src/components/DataTableCell.vue.d.ts +2 -2
- package/dist/src/components/DataTableFilters.vue.d.ts.map +1 -1
- package/dist/src/components/DataTableToolBar.vue.d.ts.map +1 -1
- package/dist/src/components/DatePicker.vue.d.ts +2 -2
- package/dist/src/components/FormField.vue.d.ts +10 -6
- package/dist/src/components/FormField.vue.d.ts.map +1 -1
- package/dist/src/components/Icon.vue.d.ts +4 -2
- package/dist/src/components/Icon.vue.d.ts.map +1 -1
- package/dist/src/components/Image.vue.d.ts +2 -2
- package/dist/src/components/Input.vue.d.ts +7 -7
- package/dist/src/components/Label.vue.d.ts +2 -2
- package/dist/src/components/Link.vue.d.ts +4 -4
- package/dist/src/components/ListItem.vue.d.ts +2 -2
- package/dist/src/components/Logo.vue.d.ts +2 -2
- package/dist/src/components/Option.vue.d.ts +2 -2
- package/dist/src/components/ProgressBar.vue.d.ts +2 -2
- package/dist/src/components/Radio.vue.d.ts +4 -4
- package/dist/src/components/Search.vue.d.ts +5 -5
- package/dist/src/components/Spinner.vue.d.ts +2 -2
- package/dist/src/components/Textarea.vue.d.ts +6 -6
- package/dist/src/components/Typography.vue.d.ts +2 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/layouts/DashboardLayout.vue.d.ts +2 -9
- package/dist/src/layouts/DashboardLayout.vue.d.ts.map +1 -1
- package/dist/src/layouts/ErrorLayout.vue.d.ts +6 -6
- package/dist/src/router/DashboardRoutes.d.ts +15 -0
- package/dist/src/router/DashboardRoutes.d.ts.map +1 -0
- package/dist/src/router/index.d.ts.map +1 -1
- package/dist/src/views/AnalyticsPage.vue.d.ts +2 -48
- package/dist/src/views/DataTableTest.vue.d.ts +3 -0
- package/dist/src/views/DataTableTest.vue.d.ts.map +1 -0
- package/dist/src/views/authentication/LoginPage.vue.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vue-ui.css +1 -5
- package/package.json +8 -4
|
@@ -193,14 +193,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
193
193
|
$props: Partial<{
|
|
194
194
|
readonly size: string;
|
|
195
195
|
readonly variant: string;
|
|
196
|
-
readonly disabled: boolean;
|
|
197
196
|
readonly loading: boolean;
|
|
197
|
+
readonly disabled: boolean;
|
|
198
198
|
readonly loadingText?: string;
|
|
199
199
|
}>;
|
|
200
200
|
size: string;
|
|
201
201
|
variant: string;
|
|
202
|
-
disabled: boolean;
|
|
203
202
|
loading: boolean;
|
|
203
|
+
disabled: boolean;
|
|
204
204
|
loadingText?: string;
|
|
205
205
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
206
206
|
P: {};
|
|
@@ -213,14 +213,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
213
213
|
$props: Partial<{
|
|
214
214
|
readonly size: string;
|
|
215
215
|
readonly variant: string;
|
|
216
|
-
readonly disabled: boolean;
|
|
217
216
|
readonly loading: boolean;
|
|
217
|
+
readonly disabled: boolean;
|
|
218
218
|
readonly loadingText?: string;
|
|
219
219
|
}>;
|
|
220
220
|
size: string;
|
|
221
221
|
variant: string;
|
|
222
|
-
disabled: boolean;
|
|
223
222
|
loading: boolean;
|
|
223
|
+
disabled: boolean;
|
|
224
224
|
loadingText?: string;
|
|
225
225
|
}, {}, {}, {}, {}>;
|
|
226
226
|
__isFragment?: never;
|
|
@@ -230,14 +230,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
230
230
|
$props: Partial<{
|
|
231
231
|
readonly size: string;
|
|
232
232
|
readonly variant: string;
|
|
233
|
-
readonly disabled: boolean;
|
|
234
233
|
readonly loading: boolean;
|
|
234
|
+
readonly disabled: boolean;
|
|
235
235
|
readonly loadingText?: string;
|
|
236
236
|
}>;
|
|
237
237
|
size: string;
|
|
238
238
|
variant: string;
|
|
239
|
-
disabled: boolean;
|
|
240
239
|
loading: boolean;
|
|
240
|
+
disabled: boolean;
|
|
241
241
|
loadingText?: string;
|
|
242
242
|
}, {}, {}, {}, 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 () => {
|
|
243
243
|
$slots: {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default DashboardRoutes;
|
|
2
|
+
declare namespace DashboardRoutes {
|
|
3
|
+
export let path: string;
|
|
4
|
+
export { DashboardLayout as component };
|
|
5
|
+
export namespace meta {
|
|
6
|
+
let requiresAuth: boolean;
|
|
7
|
+
}
|
|
8
|
+
export let children: {
|
|
9
|
+
path: string;
|
|
10
|
+
name: string;
|
|
11
|
+
component: () => Promise<typeof import("../views/DashboardPage.vue")>;
|
|
12
|
+
}[];
|
|
13
|
+
}
|
|
14
|
+
import DashboardLayout from '../layouts/DashboardLayout.vue';
|
|
15
|
+
//# sourceMappingURL=DashboardRoutes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardRoutes.d.ts","sourceRoot":"","sources":["../../../src/router/DashboardRoutes.js"],"names":[],"mappings":";;;;;;;;;;;;;4BAA4B,gCAAgC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/router/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/router/index.js"],"names":[],"mappings":";AAIA,kDAyBE"}
|
|
@@ -161,49 +161,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
161
161
|
onSidebarToggle: (collapsed: any) => void;
|
|
162
162
|
onProfileMenuClick: (item: any, event: any) => void;
|
|
163
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<{}>, {
|
|
164
|
+
DashboardLayout: import("vue").DefineComponent<{}, {
|
|
207
165
|
navigate: (itemName: any) => void;
|
|
208
166
|
toggleSidebar: () => void;
|
|
209
167
|
updateCurrentPage: (section: any, page: any) => void;
|
|
@@ -218,11 +176,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
218
176
|
user: Record<string, any>;
|
|
219
177
|
initialSection: string;
|
|
220
178
|
initialPage: string;
|
|
221
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}
|
|
222
|
-
$slots: {
|
|
223
|
-
default?: (props: {}) => any;
|
|
224
|
-
};
|
|
225
|
-
});
|
|
179
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
226
180
|
HomeIcon: {
|
|
227
181
|
template: string;
|
|
228
182
|
};
|
|
@@ -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=DataTableTest.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTableTest.vue.d.ts","sourceRoot":"","sources":["../../../src/views/DataTableTest.vue"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/authentication/LoginPage.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LoginPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/views/authentication/LoginPage.vue"],"names":[],"mappings":";AAyfA,wBACG"}
|