@qqt-product/ui 14.1.1 → 14.1.3
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.es.js +34 -52
- package/dist/index.umd.js +1 -1
- package/dist/lib/components/layout/index.d.ts +8 -2
- package/dist/lib/components/layout/src/index.vue.d.ts +8 -2
- package/dist/lib/components/layout/src/sider/index.vue.d.ts +8 -2
- package/dist/lib/components/layout/src/sider/logo.vue.d.ts +8 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -246,31 +246,37 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
246
246
|
logo: DefineComponent<{
|
|
247
247
|
title: {
|
|
248
248
|
type: StringConstructor;
|
|
249
|
+
required: false;
|
|
249
250
|
default: string;
|
|
250
251
|
};
|
|
251
252
|
collapsed: {
|
|
252
253
|
type: BooleanConstructor;
|
|
254
|
+
required: false;
|
|
253
255
|
default: boolean;
|
|
254
256
|
};
|
|
255
257
|
logoUrl: {
|
|
256
258
|
type: StringConstructor;
|
|
259
|
+
required: false;
|
|
257
260
|
default: string;
|
|
258
261
|
};
|
|
259
262
|
}, {
|
|
260
|
-
onImageLoad: () => void;
|
|
261
263
|
imgRef: Ref<any>;
|
|
262
|
-
|
|
264
|
+
showTitle: Ref<boolean>;
|
|
265
|
+
onImageLoad: () => void;
|
|
263
266
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
264
267
|
title: {
|
|
265
268
|
type: StringConstructor;
|
|
269
|
+
required: false;
|
|
266
270
|
default: string;
|
|
267
271
|
};
|
|
268
272
|
collapsed: {
|
|
269
273
|
type: BooleanConstructor;
|
|
274
|
+
required: false;
|
|
270
275
|
default: boolean;
|
|
271
276
|
};
|
|
272
277
|
logoUrl: {
|
|
273
278
|
type: StringConstructor;
|
|
279
|
+
required: false;
|
|
274
280
|
default: string;
|
|
275
281
|
};
|
|
276
282
|
}>>, {
|
|
@@ -243,31 +243,37 @@ declare const _sfc_main: DefineComponent<{
|
|
|
243
243
|
logo: DefineComponent<{
|
|
244
244
|
title: {
|
|
245
245
|
type: StringConstructor;
|
|
246
|
+
required: false;
|
|
246
247
|
default: string;
|
|
247
248
|
};
|
|
248
249
|
collapsed: {
|
|
249
250
|
type: BooleanConstructor;
|
|
251
|
+
required: false;
|
|
250
252
|
default: boolean;
|
|
251
253
|
};
|
|
252
254
|
logoUrl: {
|
|
253
255
|
type: StringConstructor;
|
|
256
|
+
required: false;
|
|
254
257
|
default: string;
|
|
255
258
|
};
|
|
256
259
|
}, {
|
|
257
|
-
onImageLoad: () => void;
|
|
258
260
|
imgRef: Ref<any>;
|
|
259
|
-
|
|
261
|
+
showTitle: Ref<boolean>;
|
|
262
|
+
onImageLoad: () => void;
|
|
260
263
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
261
264
|
title: {
|
|
262
265
|
type: StringConstructor;
|
|
266
|
+
required: false;
|
|
263
267
|
default: string;
|
|
264
268
|
};
|
|
265
269
|
collapsed: {
|
|
266
270
|
type: BooleanConstructor;
|
|
271
|
+
required: false;
|
|
267
272
|
default: boolean;
|
|
268
273
|
};
|
|
269
274
|
logoUrl: {
|
|
270
275
|
type: StringConstructor;
|
|
276
|
+
required: false;
|
|
271
277
|
default: string;
|
|
272
278
|
};
|
|
273
279
|
}>>, {
|
|
@@ -111,31 +111,37 @@ declare const _sfc_main: DefineComponent<{
|
|
|
111
111
|
logo: DefineComponent<{
|
|
112
112
|
title: {
|
|
113
113
|
type: StringConstructor;
|
|
114
|
+
required: false;
|
|
114
115
|
default: string;
|
|
115
116
|
};
|
|
116
117
|
collapsed: {
|
|
117
118
|
type: BooleanConstructor;
|
|
119
|
+
required: false;
|
|
118
120
|
default: boolean;
|
|
119
121
|
};
|
|
120
122
|
logoUrl: {
|
|
121
123
|
type: StringConstructor;
|
|
124
|
+
required: false;
|
|
122
125
|
default: string;
|
|
123
126
|
};
|
|
124
127
|
}, {
|
|
125
|
-
onImageLoad: () => void;
|
|
126
128
|
imgRef: Ref<any>;
|
|
127
|
-
|
|
129
|
+
showTitle: Ref<boolean>;
|
|
130
|
+
onImageLoad: () => void;
|
|
128
131
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
129
132
|
title: {
|
|
130
133
|
type: StringConstructor;
|
|
134
|
+
required: false;
|
|
131
135
|
default: string;
|
|
132
136
|
};
|
|
133
137
|
collapsed: {
|
|
134
138
|
type: BooleanConstructor;
|
|
139
|
+
required: false;
|
|
135
140
|
default: boolean;
|
|
136
141
|
};
|
|
137
142
|
logoUrl: {
|
|
138
143
|
type: StringConstructor;
|
|
144
|
+
required: false;
|
|
139
145
|
default: string;
|
|
140
146
|
};
|
|
141
147
|
}>>, {
|
|
@@ -2,31 +2,37 @@ import type { DefineComponent, Ref, ComponentOptionsMixin, VNodeProps, AllowedCo
|
|
|
2
2
|
declare const _sfc_main: DefineComponent<{
|
|
3
3
|
title: {
|
|
4
4
|
type: StringConstructor;
|
|
5
|
+
required: false;
|
|
5
6
|
default: string;
|
|
6
7
|
};
|
|
7
8
|
collapsed: {
|
|
8
9
|
type: BooleanConstructor;
|
|
10
|
+
required: false;
|
|
9
11
|
default: boolean;
|
|
10
12
|
};
|
|
11
13
|
logoUrl: {
|
|
12
14
|
type: StringConstructor;
|
|
15
|
+
required: false;
|
|
13
16
|
default: string;
|
|
14
17
|
};
|
|
15
18
|
}, {
|
|
16
|
-
onImageLoad: () => void;
|
|
17
19
|
imgRef: Ref<any>;
|
|
18
|
-
|
|
20
|
+
showTitle: Ref<boolean>;
|
|
21
|
+
onImageLoad: () => void;
|
|
19
22
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
20
23
|
title: {
|
|
21
24
|
type: StringConstructor;
|
|
25
|
+
required: false;
|
|
22
26
|
default: string;
|
|
23
27
|
};
|
|
24
28
|
collapsed: {
|
|
25
29
|
type: BooleanConstructor;
|
|
30
|
+
required: false;
|
|
26
31
|
default: boolean;
|
|
27
32
|
};
|
|
28
33
|
logoUrl: {
|
|
29
34
|
type: StringConstructor;
|
|
35
|
+
required: false;
|
|
30
36
|
default: string;
|
|
31
37
|
};
|
|
32
38
|
}>>, {
|