iking-web-ui-pro 0.2.5 → 0.2.7
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/IKDetailPreviewFiles/ik.index.es.js +420 -417
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
- package/dist/IKDetailPreviewFiles/style.css +1 -1
- package/dist/IKExpandCollapse/ik.index.es.js +124 -121
- package/dist/IKExpandCollapse/ik.index.umd.js +1 -1
- package/dist/IKExpandCollapse/style.css +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +359 -356
- package/dist/IKPreviewFile/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/style.css +1 -1
- package/dist/IKVerticalStepBar/ik.index.es.js +142 -139
- package/dist/IKVerticalStepBar/ik.index.umd.js +3 -3
- package/dist/IKVerticalStepBar/style.css +1 -1
- package/dist/IkApprovalProcessDetail/ik.index.es.js +565 -562
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/style.css +1 -1
- package/dist/IkBaseDialog/ik.index.es.js +126 -123
- package/dist/IkBaseDialog/ik.index.umd.js +1 -1
- package/dist/IkBaseDialog/style.css +1 -1
- package/dist/IkBtnSetting/ik.index.es.js +253 -250
- package/dist/IkBtnSetting/ik.index.umd.js +1 -1
- package/dist/IkBtnSetting/style.css +1 -1
- package/dist/IkCollapseCard/ik.index.es.js +130 -127
- package/dist/IkCollapseCard/ik.index.umd.js +1 -1
- package/dist/IkCollapseCard/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +361 -358
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkDescription/style.css +1 -1
- package/dist/IkIconPicker/ik.index.es.js +197 -194
- package/dist/IkIconPicker/ik.index.umd.js +1 -1
- package/dist/IkIconPicker/style.css +1 -1
- package/dist/IkMonacoEditor/ik.index.es.js +398 -395
- package/dist/IkMonacoEditor/ik.index.umd.js +3 -3
- package/dist/IkMonacoEditor/style.css +1 -1
- package/dist/IkPageFull/ik.index.es.js +1124 -1121
- package/dist/IkPageFull/ik.index.umd.js +2 -2
- package/dist/IkPageFull/style.css +1 -1
- package/dist/IkPreviewFileDialog/ik.index.es.js +294 -291
- package/dist/IkPreviewFileDialog/ik.index.umd.js +1 -1
- package/dist/IkPreviewFileDialog/style.css +1 -1
- package/dist/IkSchedule/ik.index.es.js +969 -966
- package/dist/IkSchedule/ik.index.umd.js +1 -1
- package/dist/IkSchedule/style.css +1 -1
- package/dist/IkSideText/ik.index.es.js +147 -144
- package/dist/IkSideText/ik.index.umd.js +1 -1
- package/dist/IkSideText/style.css +1 -1
- package/dist/IkSvgIcon/ik.index.es.js +107 -104
- package/dist/IkSvgIcon/ik.index.umd.js +1 -1
- package/dist/IkSvgIcon/style.css +1 -1
- package/dist/IkUploadFile/ik.index.es.js +531 -527
- package/dist/IkUploadFile/ik.index.umd.js +1 -1
- package/dist/IkUploadFile/style.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +278 -275
- package/dist/IkUploadImage/ik.index.umd.js +1 -1
- package/dist/IkUploadImage/style.css +1 -1
- package/dist/Provider/ik.index.es.js +50 -46
- package/dist/Provider/ik.index.umd.js +5 -5
- package/dist/index.es.js +7053 -7045
- package/dist/index.umd.js +37 -37
- package/dist/src/components/IkSvgIcon/index.d.ts +0 -3
- package/dist/src/components/IkSvgIcon/src/index.vue.d.ts +0 -3
- package/dist/src/components/Provider/ProviderConfig.vue.d.ts +9 -0
- package/dist/src/components/Provider/index.d.ts +19 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -70,7 +70,6 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
|
|
|
70
70
|
};
|
|
71
71
|
tableIconType: {
|
|
72
72
|
type: import('vue').PropType<"button" | "icon">;
|
|
73
|
-
default: string;
|
|
74
73
|
};
|
|
75
74
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
76
75
|
title: {
|
|
@@ -144,7 +143,6 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
|
|
|
144
143
|
};
|
|
145
144
|
tableIconType: {
|
|
146
145
|
type: import('vue').PropType<"button" | "icon">;
|
|
147
|
-
default: string;
|
|
148
146
|
};
|
|
149
147
|
}>>, {
|
|
150
148
|
disabled: boolean;
|
|
@@ -155,6 +153,5 @@ export declare const IkSvgIcon: import('../../utils/typescript').SFCWithInstall<
|
|
|
155
153
|
showBg: boolean;
|
|
156
154
|
padding: string;
|
|
157
155
|
notip: boolean;
|
|
158
|
-
tableIconType: "button" | "icon";
|
|
159
156
|
}, {}>> & Record<string, any>;
|
|
160
157
|
export default IkSvgIcon;
|
|
@@ -29,7 +29,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
29
29
|
opacity: number;
|
|
30
30
|
active: boolean;
|
|
31
31
|
disabled: boolean;
|
|
32
|
-
tableIconType: string;
|
|
33
32
|
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
34
33
|
name: string;
|
|
35
34
|
flip?: "vertical" | "horizontal" | "both" | undefined;
|
|
@@ -61,7 +60,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
61
60
|
opacity: number;
|
|
62
61
|
active: boolean;
|
|
63
62
|
disabled: boolean;
|
|
64
|
-
tableIconType: string;
|
|
65
63
|
}>>>, {
|
|
66
64
|
disabled: boolean;
|
|
67
65
|
size: 'default' | 'small' | 'big' | string | number;
|
|
@@ -71,7 +69,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
71
69
|
showBg: boolean;
|
|
72
70
|
padding: string;
|
|
73
71
|
notip: boolean;
|
|
74
|
-
tableIconType: 'icon' | 'button';
|
|
75
72
|
}, {}>;
|
|
76
73
|
export default _default;
|
|
77
74
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -19,6 +19,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
19
19
|
type: StringConstructor;
|
|
20
20
|
default: string;
|
|
21
21
|
};
|
|
22
|
+
iconConfig: {
|
|
23
|
+
type: ObjectConstructor;
|
|
24
|
+
default: () => null;
|
|
25
|
+
};
|
|
22
26
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
27
|
onlyofficeConfig: {
|
|
24
28
|
type: ObjectConstructor;
|
|
@@ -40,12 +44,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
40
44
|
type: StringConstructor;
|
|
41
45
|
default: string;
|
|
42
46
|
};
|
|
47
|
+
iconConfig: {
|
|
48
|
+
type: ObjectConstructor;
|
|
49
|
+
default: () => null;
|
|
50
|
+
};
|
|
43
51
|
}>>, {
|
|
44
52
|
loadUrl: string;
|
|
45
53
|
uploadUrl: string;
|
|
46
54
|
token: string;
|
|
47
55
|
onlyofficeConfig: Record<string, any>;
|
|
48
56
|
userInfo: Record<string, any>;
|
|
57
|
+
iconConfig: Record<string, any>;
|
|
49
58
|
}, {}>, {
|
|
50
59
|
default?(_: {}): any;
|
|
51
60
|
}>;
|
|
@@ -20,6 +20,10 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
|
|
|
20
20
|
type: StringConstructor;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
|
+
iconConfig: {
|
|
24
|
+
type: ObjectConstructor;
|
|
25
|
+
default: () => null;
|
|
26
|
+
};
|
|
23
27
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
24
28
|
onlyofficeConfig: {
|
|
25
29
|
type: ObjectConstructor;
|
|
@@ -41,12 +45,17 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
|
|
|
41
45
|
type: StringConstructor;
|
|
42
46
|
default: string;
|
|
43
47
|
};
|
|
48
|
+
iconConfig: {
|
|
49
|
+
type: ObjectConstructor;
|
|
50
|
+
default: () => null;
|
|
51
|
+
};
|
|
44
52
|
}>>, {
|
|
45
53
|
loadUrl: string;
|
|
46
54
|
uploadUrl: string;
|
|
47
55
|
token: string;
|
|
48
56
|
onlyofficeConfig: Record<string, any>;
|
|
49
57
|
userInfo: Record<string, any>;
|
|
58
|
+
iconConfig: Record<string, any>;
|
|
50
59
|
}, true, {}, {}, {
|
|
51
60
|
P: {};
|
|
52
61
|
B: {};
|
|
@@ -75,12 +84,17 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
|
|
|
75
84
|
type: StringConstructor;
|
|
76
85
|
default: string;
|
|
77
86
|
};
|
|
87
|
+
iconConfig: {
|
|
88
|
+
type: ObjectConstructor;
|
|
89
|
+
default: () => null;
|
|
90
|
+
};
|
|
78
91
|
}>>, {}, {}, {}, {}, {
|
|
79
92
|
loadUrl: string;
|
|
80
93
|
uploadUrl: string;
|
|
81
94
|
token: string;
|
|
82
95
|
onlyofficeConfig: Record<string, any>;
|
|
83
96
|
userInfo: Record<string, any>;
|
|
97
|
+
iconConfig: Record<string, any>;
|
|
84
98
|
}>;
|
|
85
99
|
__isFragment?: undefined;
|
|
86
100
|
__isTeleport?: undefined;
|
|
@@ -106,12 +120,17 @@ export declare const IkProviderConfig: import('../../utils/typescript').SFCWithI
|
|
|
106
120
|
type: StringConstructor;
|
|
107
121
|
default: string;
|
|
108
122
|
};
|
|
123
|
+
iconConfig: {
|
|
124
|
+
type: ObjectConstructor;
|
|
125
|
+
default: () => null;
|
|
126
|
+
};
|
|
109
127
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
110
128
|
loadUrl: string;
|
|
111
129
|
uploadUrl: string;
|
|
112
130
|
token: string;
|
|
113
131
|
onlyofficeConfig: Record<string, any>;
|
|
114
132
|
userInfo: Record<string, any>;
|
|
133
|
+
iconConfig: Record<string, any>;
|
|
115
134
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
116
135
|
$slots: {
|
|
117
136
|
default?(_: {}): any;
|