iking-web-ui-pro 0.3.3 → 0.3.4
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/IkApprovalProcessDetail/ik.index.es.js +7 -3
- package/dist/IkApprovalProcessDetail/iking-web-ui-pro.css +1 -1
- package/dist/IkBaseDialog/ik.index.es.js +21 -17
- package/dist/IkBaseDialog/iking-web-ui-pro.css +1 -1
- package/dist/IkBtnSetting/ik.index.es.js +46 -42
- package/dist/IkBtnSetting/iking-web-ui-pro.css +1 -1
- package/dist/IkCollapseCard/ik.index.es.js +36 -32
- package/dist/IkCollapseCard/iking-web-ui-pro.css +1 -1
- package/dist/IkDescription/ik.index.es.js +7 -3
- package/dist/IkDescription/iking-web-ui-pro.css +1 -1
- package/dist/IkDetailPreviewFiles/ik.index.es.js +7 -3
- package/dist/IkDetailPreviewFiles/iking-web-ui-pro.css +1 -1
- package/dist/IkExpandCollapse/ik.index.es.js +15 -11
- package/dist/IkExpandCollapse/iking-web-ui-pro.css +1 -1
- package/dist/IkIconPicker/ik.index.es.js +184 -173
- package/dist/IkIconPicker/iking-web-ui-pro.css +1 -1
- package/dist/IkMonacoEditor/ik.index.es.js +42 -38
- package/dist/IkMonacoEditor/iking-web-ui-pro.css +1 -1
- package/dist/IkPageFull/ik.index.es.js +7 -3
- package/dist/IkPageFull/iking-web-ui-pro.css +1 -1
- package/dist/IkPreviewFile/ik.index.es.js +7 -3
- package/dist/IkPreviewFile/iking-web-ui-pro.css +1 -1
- package/dist/IkPreviewFileDialog/ik.index.es.js +7 -3
- package/dist/IkPreviewFileDialog/iking-web-ui-pro.css +1 -1
- package/dist/IkSchedule/ik.index.es.js +26 -22
- package/dist/IkSchedule/iking-web-ui-pro.css +1 -1
- package/dist/IkSideText/ik.index.es.js +61 -57
- package/dist/IkSideText/iking-web-ui-pro.css +1 -1
- package/dist/IkSvgIcon/ik.index.es.js +28 -24
- package/dist/IkSvgIcon/iking-web-ui-pro.css +1 -1
- package/dist/IkTree/ik.index.es.js +7 -7
- package/dist/IkTree/iking-web-ui-pro.css +1 -1
- package/dist/IkUploadFile/ik.index.es.js +7 -3
- package/dist/IkUploadFile/iking-web-ui-pro.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +115 -111
- package/dist/IkUploadImage/iking-web-ui-pro.css +1 -1
- package/dist/IkVerticalStepBar/ik.index.es.js +73 -69
- package/dist/IkVerticalStepBar/iking-web-ui-pro.css +1 -1
- package/dist/iking-web-ui-pro.css +2 -2
- package/dist/index.es.js +6003 -5992
- package/dist/index.umd.js +99 -99
- package/dist/src/components/IkMonacoEditor/index.d.ts +9 -0
- package/dist/src/components/IkMonacoEditor/src/index.vue.d.ts +9 -0
- package/dist/src/components/IkSvgIcon/index.d.ts +9 -0
- package/dist/src/components/IkSvgIcon/src/index.vue.d.ts +5 -0
- package/package.json +1 -1
|
@@ -165,6 +165,10 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
|
|
|
165
165
|
tableIconType: {
|
|
166
166
|
type: import('vue').PropType<"button" | "icon">;
|
|
167
167
|
};
|
|
168
|
+
iconClass: {
|
|
169
|
+
type: import('vue').PropType<string>;
|
|
170
|
+
default: string;
|
|
171
|
+
};
|
|
168
172
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
169
173
|
click: (...args: any[]) => void;
|
|
170
174
|
dblclick: (...args: any[]) => void;
|
|
@@ -244,6 +248,10 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
|
|
|
244
248
|
tableIconType: {
|
|
245
249
|
type: import('vue').PropType<"button" | "icon">;
|
|
246
250
|
};
|
|
251
|
+
iconClass: {
|
|
252
|
+
type: import('vue').PropType<string>;
|
|
253
|
+
default: string;
|
|
254
|
+
};
|
|
247
255
|
}>> & Readonly<{
|
|
248
256
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
249
257
|
onDblclick?: ((...args: any[]) => any) | undefined;
|
|
@@ -259,6 +267,7 @@ export declare const IkMonacoEditor: import('../../utils/typescript').SFCWithIns
|
|
|
259
267
|
notip: boolean;
|
|
260
268
|
padding: string;
|
|
261
269
|
showBg: boolean;
|
|
270
|
+
iconClass: string;
|
|
262
271
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
263
272
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
264
273
|
export default IkMonacoEditor;
|
|
@@ -168,6 +168,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
168
168
|
tableIconType: {
|
|
169
169
|
type: PropType<"button" | "icon">;
|
|
170
170
|
};
|
|
171
|
+
iconClass: {
|
|
172
|
+
type: PropType<string>;
|
|
173
|
+
default: string;
|
|
174
|
+
};
|
|
171
175
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
172
176
|
click: (...args: any[]) => void;
|
|
173
177
|
dblclick: (...args: any[]) => void;
|
|
@@ -247,6 +251,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
247
251
|
tableIconType: {
|
|
248
252
|
type: PropType<"button" | "icon">;
|
|
249
253
|
};
|
|
254
|
+
iconClass: {
|
|
255
|
+
type: PropType<string>;
|
|
256
|
+
default: string;
|
|
257
|
+
};
|
|
250
258
|
}>> & Readonly<{
|
|
251
259
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
252
260
|
onDblclick?: ((...args: any[]) => any) | undefined;
|
|
@@ -262,6 +270,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
262
270
|
notip: boolean;
|
|
263
271
|
padding: string;
|
|
264
272
|
showBg: boolean;
|
|
273
|
+
iconClass: string;
|
|
265
274
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
266
275
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
267
276
|
export default _default;
|
|
@@ -72,6 +72,10 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
|
|
|
72
72
|
tableIconType: {
|
|
73
73
|
type: import('vue').PropType<"button" | "icon">;
|
|
74
74
|
};
|
|
75
|
+
iconClass: {
|
|
76
|
+
type: import('vue').PropType<string>;
|
|
77
|
+
default: string;
|
|
78
|
+
};
|
|
75
79
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
76
80
|
click: (...args: any[]) => void;
|
|
77
81
|
dblclick: (...args: any[]) => void;
|
|
@@ -151,6 +155,10 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
|
|
|
151
155
|
tableIconType: {
|
|
152
156
|
type: import('vue').PropType<"button" | "icon">;
|
|
153
157
|
};
|
|
158
|
+
iconClass: {
|
|
159
|
+
type: import('vue').PropType<string>;
|
|
160
|
+
default: string;
|
|
161
|
+
};
|
|
154
162
|
}>> & Readonly<{
|
|
155
163
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
156
164
|
onDblclick?: ((...args: any[]) => any) | undefined;
|
|
@@ -166,5 +174,6 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
|
|
|
166
174
|
notip: boolean;
|
|
167
175
|
padding: string;
|
|
168
176
|
showBg: boolean;
|
|
177
|
+
iconClass: string;
|
|
169
178
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>> & Record<string, any>;
|
|
170
179
|
export default IkSvgIcon;
|
|
@@ -20,6 +20,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
type?: "primary" | "success" | "warning" | "error" | "info";
|
|
21
21
|
warning?: boolean;
|
|
22
22
|
width?: number | string;
|
|
23
|
+
iconClass?: string;
|
|
23
24
|
}>, {
|
|
24
25
|
size: string;
|
|
25
26
|
bg: boolean;
|
|
@@ -30,6 +31,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
30
31
|
active: boolean;
|
|
31
32
|
disabled: boolean;
|
|
32
33
|
type: string;
|
|
34
|
+
iconClass: string;
|
|
33
35
|
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
34
36
|
click: (...args: any[]) => void;
|
|
35
37
|
dblclick: (...args: any[]) => void;
|
|
@@ -57,6 +59,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
59
|
type?: "primary" | "success" | "warning" | "error" | "info";
|
|
58
60
|
warning?: boolean;
|
|
59
61
|
width?: number | string;
|
|
62
|
+
iconClass?: string;
|
|
60
63
|
}>, {
|
|
61
64
|
size: string;
|
|
62
65
|
bg: boolean;
|
|
@@ -67,6 +70,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
70
|
active: boolean;
|
|
68
71
|
disabled: boolean;
|
|
69
72
|
type: string;
|
|
73
|
+
iconClass: string;
|
|
70
74
|
}>>> & Readonly<{
|
|
71
75
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
72
76
|
onDblclick?: ((...args: any[]) => any) | undefined;
|
|
@@ -82,6 +86,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
82
86
|
notip: boolean;
|
|
83
87
|
padding: string;
|
|
84
88
|
showBg: boolean;
|
|
89
|
+
iconClass: string;
|
|
85
90
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
86
91
|
export default _default;
|
|
87
92
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|