iking-web-ui-pro 0.2.9 → 0.2.11
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/IkDescription/ik.index.es.js +365 -364
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkDescription/style.css +1 -1
- package/dist/IkTree/ik.index.es.js +30 -28
- package/dist/IkTree/ik.index.umd.js +1 -1
- package/dist/IkTree/style.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +173 -158
- package/dist/IkUploadImage/ik.index.umd.js +1 -1
- package/dist/IkUploadImage/style.css +1 -1
- package/dist/Provider/ik.index.es.js +14 -1574
- package/dist/Provider/ik.index.umd.js +1 -17
- package/dist/index.es.js +34054 -35597
- package/dist/index.umd.js +69 -85
- package/dist/src/components/IkTree/IkTree.vue.d.ts +1 -0
- package/dist/src/components/IkTree/index.d.ts +3 -0
- package/dist/src/components/IkUploadImage/index.d.ts +19 -0
- package/dist/src/components/IkUploadImage/src/index.vue.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/src/components/IkPageFull/src/IkSearchAuto copy.d.ts +0 -76
|
@@ -860,6 +860,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
860
860
|
highlightCurrent: boolean;
|
|
861
861
|
}> | undefined>;
|
|
862
862
|
filterText: import('vue').Ref<string>;
|
|
863
|
+
resetInput: () => void;
|
|
863
864
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
864
865
|
showSearch: {
|
|
865
866
|
type: BooleanConstructor;
|
|
@@ -861,6 +861,7 @@ export declare const IkTree: import('../../utils/typescript').SFCWithInstall<{
|
|
|
861
861
|
highlightCurrent: boolean;
|
|
862
862
|
}> | undefined>;
|
|
863
863
|
filterText: import('vue').Ref<string>;
|
|
864
|
+
resetInput: () => void;
|
|
864
865
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
865
866
|
showSearch: {
|
|
866
867
|
type: BooleanConstructor;
|
|
@@ -1757,6 +1758,7 @@ export declare const IkTree: import('../../utils/typescript').SFCWithInstall<{
|
|
|
1757
1758
|
highlightCurrent: boolean;
|
|
1758
1759
|
}> | undefined>;
|
|
1759
1760
|
filterText: import('vue').Ref<string>;
|
|
1761
|
+
resetInput: () => void;
|
|
1760
1762
|
}, {}, {}, {}, {
|
|
1761
1763
|
emptyText: string;
|
|
1762
1764
|
placeholder: string;
|
|
@@ -2629,6 +2631,7 @@ export declare const IkTree: import('../../utils/typescript').SFCWithInstall<{
|
|
|
2629
2631
|
highlightCurrent: boolean;
|
|
2630
2632
|
}> | undefined>;
|
|
2631
2633
|
filterText: import('vue').Ref<string>;
|
|
2634
|
+
resetInput: () => void;
|
|
2632
2635
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
2633
2636
|
emptyText: string;
|
|
2634
2637
|
placeholder: string;
|
|
@@ -53,6 +53,10 @@ export declare const IkUploadImage: import('../../utils/typescript').SFCWithInst
|
|
|
53
53
|
type: StringConstructor;
|
|
54
54
|
default: string;
|
|
55
55
|
};
|
|
56
|
+
disabled: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
56
60
|
}>> & {
|
|
57
61
|
onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
58
62
|
onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
@@ -113,12 +117,17 @@ export declare const IkUploadImage: import('../../utils/typescript').SFCWithInst
|
|
|
113
117
|
type: StringConstructor;
|
|
114
118
|
default: string;
|
|
115
119
|
};
|
|
120
|
+
disabled: {
|
|
121
|
+
type: BooleanConstructor;
|
|
122
|
+
default: boolean;
|
|
123
|
+
};
|
|
116
124
|
}>> & {
|
|
117
125
|
onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
118
126
|
onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
119
127
|
}, {
|
|
120
128
|
data: Record<string, any>;
|
|
121
129
|
title: string;
|
|
130
|
+
disabled: boolean;
|
|
122
131
|
multiple: boolean;
|
|
123
132
|
size: number;
|
|
124
133
|
loadUrl: string;
|
|
@@ -191,12 +200,17 @@ export declare const IkUploadImage: import('../../utils/typescript').SFCWithInst
|
|
|
191
200
|
type: StringConstructor;
|
|
192
201
|
default: string;
|
|
193
202
|
};
|
|
203
|
+
disabled: {
|
|
204
|
+
type: BooleanConstructor;
|
|
205
|
+
default: boolean;
|
|
206
|
+
};
|
|
194
207
|
}>> & {
|
|
195
208
|
onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
196
209
|
onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
197
210
|
}, {}, {}, {}, {}, {
|
|
198
211
|
data: Record<string, any>;
|
|
199
212
|
title: string;
|
|
213
|
+
disabled: boolean;
|
|
200
214
|
multiple: boolean;
|
|
201
215
|
size: number;
|
|
202
216
|
loadUrl: string;
|
|
@@ -266,6 +280,10 @@ export declare const IkUploadImage: import('../../utils/typescript').SFCWithInst
|
|
|
266
280
|
type: StringConstructor;
|
|
267
281
|
default: string;
|
|
268
282
|
};
|
|
283
|
+
disabled: {
|
|
284
|
+
type: BooleanConstructor;
|
|
285
|
+
default: boolean;
|
|
286
|
+
};
|
|
269
287
|
}>> & {
|
|
270
288
|
onDelete?: ((file: import('element-plus').UploadFile) => any) | undefined;
|
|
271
289
|
onSuccess?: ((response: any, file: import('element-plus').UploadFile, files: import('element-plus').UploadFiles) => any) | undefined;
|
|
@@ -275,6 +293,7 @@ export declare const IkUploadImage: import('../../utils/typescript').SFCWithInst
|
|
|
275
293
|
}, string, {
|
|
276
294
|
data: Record<string, any>;
|
|
277
295
|
title: string;
|
|
296
|
+
disabled: boolean;
|
|
278
297
|
multiple: boolean;
|
|
279
298
|
size: number;
|
|
280
299
|
loadUrl: string;
|
|
@@ -55,6 +55,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
55
55
|
type: StringConstructor;
|
|
56
56
|
default: string;
|
|
57
57
|
};
|
|
58
|
+
disabled: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
58
62
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
59
63
|
delete: (file: UploadFile) => void;
|
|
60
64
|
success: (response: any, file: UploadFile, files: UploadFiles) => void;
|
|
@@ -112,12 +116,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
112
116
|
type: StringConstructor;
|
|
113
117
|
default: string;
|
|
114
118
|
};
|
|
119
|
+
disabled: {
|
|
120
|
+
type: BooleanConstructor;
|
|
121
|
+
default: boolean;
|
|
122
|
+
};
|
|
115
123
|
}>> & {
|
|
116
124
|
onDelete?: ((file: UploadFile) => any) | undefined;
|
|
117
125
|
onSuccess?: ((response: any, file: UploadFile, files: UploadFiles) => any) | undefined;
|
|
118
126
|
}, {
|
|
119
127
|
data: Record<string, any>;
|
|
120
128
|
title: string;
|
|
129
|
+
disabled: boolean;
|
|
121
130
|
multiple: boolean;
|
|
122
131
|
size: number;
|
|
123
132
|
loadUrl: string;
|