@qqt-product/ui 8.0.1 → 8.0.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 +3610 -3596
- package/dist/index.umd.js +62 -62
- package/dist/lib/components/layout-anchor/index.d.ts +1 -0
- package/dist/lib/components/layout-anchor/src/layout-auchor.vue.d.ts +1 -0
- package/dist/lib/components/upload-image/index.d.ts +9 -0
- package/dist/lib/components/upload-image/src/upload-image-type.d.ts +4 -0
- package/dist/lib/components/upload-image/src/upload-image.vue.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +8 -8
|
@@ -19,6 +19,7 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
19
19
|
href: string;
|
|
20
20
|
}) => void;
|
|
21
21
|
groups: Ref<GroupItem[]>;
|
|
22
|
+
show: Ref<boolean>;
|
|
22
23
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
23
24
|
groups: {
|
|
24
25
|
type: PropType<GroupItem[]>;
|
|
@@ -15,6 +15,7 @@ declare const _sfc_main: DefineComponent<{
|
|
|
15
15
|
href: string;
|
|
16
16
|
}) => void;
|
|
17
17
|
groups: Ref<GroupItem[]>;
|
|
18
|
+
show: Ref<boolean>;
|
|
18
19
|
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
19
20
|
groups: {
|
|
20
21
|
type: PropType<GroupItem[]>;
|
|
@@ -40,6 +40,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
40
40
|
readonly type: StringConstructor;
|
|
41
41
|
readonly default: "";
|
|
42
42
|
};
|
|
43
|
+
readonly sourceNumber: {
|
|
44
|
+
readonly type: StringConstructor;
|
|
45
|
+
readonly default: "";
|
|
46
|
+
};
|
|
43
47
|
readonly accept: {
|
|
44
48
|
readonly type: StringConstructor;
|
|
45
49
|
readonly default: ".png, .jpg, .jpeg, .gif";
|
|
@@ -181,6 +185,10 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
181
185
|
readonly type: StringConstructor;
|
|
182
186
|
readonly default: "";
|
|
183
187
|
};
|
|
188
|
+
readonly sourceNumber: {
|
|
189
|
+
readonly type: StringConstructor;
|
|
190
|
+
readonly default: "";
|
|
191
|
+
};
|
|
184
192
|
readonly accept: {
|
|
185
193
|
readonly type: StringConstructor;
|
|
186
194
|
readonly default: ".png, .jpg, .jpeg, .gif";
|
|
@@ -208,5 +216,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
208
216
|
readonly canRemove: boolean;
|
|
209
217
|
readonly limit: number;
|
|
210
218
|
readonly uploadImageData: Record<string, any>;
|
|
219
|
+
readonly sourceNumber: string;
|
|
211
220
|
}, {}>>;
|
|
212
221
|
export default _default;
|
|
@@ -33,6 +33,10 @@ export declare const uploadImageProps: {
|
|
|
33
33
|
readonly type: StringConstructor;
|
|
34
34
|
readonly default: "";
|
|
35
35
|
};
|
|
36
|
+
readonly sourceNumber: {
|
|
37
|
+
readonly type: StringConstructor;
|
|
38
|
+
readonly default: "";
|
|
39
|
+
};
|
|
36
40
|
readonly accept: {
|
|
37
41
|
readonly type: StringConstructor;
|
|
38
42
|
readonly default: ".png, .jpg, .jpeg, .gif";
|
|
@@ -36,6 +36,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
36
36
|
readonly type: StringConstructor;
|
|
37
37
|
readonly default: "";
|
|
38
38
|
};
|
|
39
|
+
readonly sourceNumber: {
|
|
40
|
+
readonly type: StringConstructor;
|
|
41
|
+
readonly default: "";
|
|
42
|
+
};
|
|
39
43
|
readonly accept: {
|
|
40
44
|
readonly type: StringConstructor;
|
|
41
45
|
readonly default: ".png, .jpg, .jpeg, .gif";
|
|
@@ -177,6 +181,10 @@ declare const _sfc_main: DefineComponent<{
|
|
|
177
181
|
readonly type: StringConstructor;
|
|
178
182
|
readonly default: "";
|
|
179
183
|
};
|
|
184
|
+
readonly sourceNumber: {
|
|
185
|
+
readonly type: StringConstructor;
|
|
186
|
+
readonly default: "";
|
|
187
|
+
};
|
|
180
188
|
readonly accept: {
|
|
181
189
|
readonly type: StringConstructor;
|
|
182
190
|
readonly default: ".png, .jpg, .jpeg, .gif";
|
|
@@ -204,5 +212,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
204
212
|
readonly canRemove: boolean;
|
|
205
213
|
readonly limit: number;
|
|
206
214
|
readonly uploadImageData: Record<string, any>;
|
|
215
|
+
readonly sourceNumber: string;
|
|
207
216
|
}, {}>;
|
|
208
217
|
export default _sfc_main;
|