@stlhorizon/vue-ui 3.25.6 → 3.25.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 +2578 -2554
- package/dist/index.js +2 -2
- package/dist/src/components/Header.vue.d.ts.map +1 -1
- package/dist/src/layouts/AuthLayout.vue.d.ts +12 -66
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/vue-ui.css +1 -1
- package/package.json +1 -1
|
@@ -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":";WAisFkB,OAAO,IAAI;YADV,OAAO,CAAC,OAAO,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA9uDxC,6MASE;AAvCF;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BE"}
|
|
@@ -7,19 +7,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
7
7
|
type: StringConstructor;
|
|
8
8
|
default: any;
|
|
9
9
|
};
|
|
10
|
-
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
};
|
|
14
|
-
primaryLogoText: {
|
|
15
|
-
type: StringConstructor;
|
|
16
|
-
default: string;
|
|
17
|
-
};
|
|
18
|
-
secondaryLogoPrefix: {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
secondaryLogoText: {
|
|
10
|
+
logoUrl: {
|
|
23
11
|
type: StringConstructor;
|
|
24
12
|
default: string;
|
|
25
13
|
};
|
|
@@ -43,22 +31,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
43
31
|
type: NumberConstructor;
|
|
44
32
|
default: number;
|
|
45
33
|
};
|
|
46
|
-
companyName: {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: string;
|
|
49
|
-
};
|
|
50
|
-
companyType: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
companyTagline: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
default: string;
|
|
57
|
-
};
|
|
58
|
-
companyInitials: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
default: string;
|
|
61
|
-
};
|
|
62
34
|
appName: {
|
|
63
35
|
type: StringConstructor;
|
|
64
36
|
default: string;
|
|
@@ -71,6 +43,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
71
43
|
type: StringConstructor;
|
|
72
44
|
default: string;
|
|
73
45
|
};
|
|
46
|
+
showFooter: {
|
|
47
|
+
type: BooleanConstructor;
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
74
50
|
socialLinks: {
|
|
75
51
|
type: ArrayConstructor;
|
|
76
52
|
default: () => {
|
|
@@ -91,19 +67,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
91
67
|
type: StringConstructor;
|
|
92
68
|
default: any;
|
|
93
69
|
};
|
|
94
|
-
|
|
95
|
-
type: StringConstructor;
|
|
96
|
-
default: string;
|
|
97
|
-
};
|
|
98
|
-
primaryLogoText: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
default: string;
|
|
101
|
-
};
|
|
102
|
-
secondaryLogoPrefix: {
|
|
103
|
-
type: StringConstructor;
|
|
104
|
-
default: string;
|
|
105
|
-
};
|
|
106
|
-
secondaryLogoText: {
|
|
70
|
+
logoUrl: {
|
|
107
71
|
type: StringConstructor;
|
|
108
72
|
default: string;
|
|
109
73
|
};
|
|
@@ -127,22 +91,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
91
|
type: NumberConstructor;
|
|
128
92
|
default: number;
|
|
129
93
|
};
|
|
130
|
-
companyName: {
|
|
131
|
-
type: StringConstructor;
|
|
132
|
-
default: string;
|
|
133
|
-
};
|
|
134
|
-
companyType: {
|
|
135
|
-
type: StringConstructor;
|
|
136
|
-
default: string;
|
|
137
|
-
};
|
|
138
|
-
companyTagline: {
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
companyInitials: {
|
|
143
|
-
type: StringConstructor;
|
|
144
|
-
default: string;
|
|
145
|
-
};
|
|
146
94
|
appName: {
|
|
147
95
|
type: StringConstructor;
|
|
148
96
|
default: string;
|
|
@@ -155,6 +103,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
155
103
|
type: StringConstructor;
|
|
156
104
|
default: string;
|
|
157
105
|
};
|
|
106
|
+
showFooter: {
|
|
107
|
+
type: BooleanConstructor;
|
|
108
|
+
default: boolean;
|
|
109
|
+
};
|
|
158
110
|
socialLinks: {
|
|
159
111
|
type: ArrayConstructor;
|
|
160
112
|
default: () => {
|
|
@@ -168,21 +120,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
168
120
|
title: string;
|
|
169
121
|
subtitle: string;
|
|
170
122
|
backgroundColor: string;
|
|
171
|
-
|
|
172
|
-
primaryLogoText: string;
|
|
173
|
-
secondaryLogoPrefix: string;
|
|
174
|
-
secondaryLogoText: string;
|
|
123
|
+
logoUrl: string;
|
|
175
124
|
quote: string;
|
|
176
125
|
primaryColor: string;
|
|
177
126
|
backgroundImage: string;
|
|
178
127
|
backgroundOpacity: number;
|
|
179
|
-
companyName: string;
|
|
180
|
-
companyType: string;
|
|
181
|
-
companyTagline: string;
|
|
182
|
-
companyInitials: string;
|
|
183
128
|
appName: string;
|
|
184
129
|
appVersion: string;
|
|
185
130
|
copyright: string;
|
|
131
|
+
showFooter: boolean;
|
|
186
132
|
socialLinks: unknown[];
|
|
187
133
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
188
134
|
export default _default;
|