iking-web-ui-pro 0.2.34 → 0.2.35
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/IKPreviewFile/ik.index.es.js +602 -599
- package/dist/IKPreviewFile/ik.index.umd.js +46 -46
- package/dist/IKSearch/ik.index.es.js +623 -623
- package/dist/IKSearch/ik.index.umd.js +2 -2
- package/dist/IKSearch/style.css +1 -1
- package/dist/IkApprovalProcess/ik.index.es.js +463 -463
- package/dist/IkApprovalProcess/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcess/style.css +1 -1
- package/dist/IkApprovalProcessDetail/ik.index.es.js +673 -670
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +46 -46
- package/dist/IkCalendar/ik.index.es.js +1583 -1583
- package/dist/IkCalendar/ik.index.umd.js +1 -1
- package/dist/IkCalendar/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +825 -846
- package/dist/IkDescription/ik.index.umd.js +46 -46
- package/dist/IkDescription/style.css +1 -1
- package/dist/IkDetailPreviewFiles/ik.index.es.js +617 -614
- package/dist/IkDetailPreviewFiles/ik.index.umd.js +46 -46
- package/dist/IkPageFull/ik.index.es.js +689 -689
- package/dist/IkPageFull/ik.index.umd.js +3 -3
- package/dist/IkPageFull/style.css +1 -1
- package/dist/IkPickerUser/ik.index.es.js +317 -317
- package/dist/IkPickerUser/ik.index.umd.js +1 -1
- package/dist/IkPickerUser/style.css +1 -1
- package/dist/IkPlayer/ik.index.es.js +342 -339
- package/dist/IkPlayer/ik.index.umd.js +45 -45
- package/dist/IkPreviewFileDialog/ik.index.es.js +509 -506
- package/dist/IkPreviewFileDialog/ik.index.umd.js +46 -46
- package/dist/IkUploadFile/ik.index.es.js +1719 -1718
- package/dist/IkUploadFile/ik.index.umd.js +56 -56
- package/dist/IkUploadFile/style.css +1 -1
- package/dist/IkUploadImage/ik.index.es.js +273 -270
- package/dist/IkUploadImage/ik.index.umd.js +1 -1
- package/dist/index.es.js +13188 -13214
- package/dist/index.umd.js +106 -106
- package/dist/src/components/IkDescription/index.d.ts +0 -76
- package/dist/src/components/IkDescription/src/IkDescription.vue.d.ts +0 -36
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -24,26 +24,10 @@ export declare const IkDescriptions: import('../../utils/typescript').SFCWithIns
|
|
|
24
24
|
type: StringConstructor;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
|
-
kkUrl: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
27
|
labelWidth: {
|
|
32
28
|
type: StringConstructor;
|
|
33
29
|
default: string;
|
|
34
30
|
};
|
|
35
|
-
isOnlyOfficePreview: {
|
|
36
|
-
type: BooleanConstructor;
|
|
37
|
-
default: boolean;
|
|
38
|
-
};
|
|
39
|
-
onlyOfficeAccept: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
};
|
|
43
|
-
onlyofficeServer: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
31
|
onlyOfficeConfig: {
|
|
48
32
|
type: ObjectConstructor;
|
|
49
33
|
default: () => {};
|
|
@@ -73,26 +57,10 @@ export declare const IkDescriptions: import('../../utils/typescript').SFCWithIns
|
|
|
73
57
|
type: StringConstructor;
|
|
74
58
|
default: string;
|
|
75
59
|
};
|
|
76
|
-
kkUrl: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
};
|
|
80
60
|
labelWidth: {
|
|
81
61
|
type: StringConstructor;
|
|
82
62
|
default: string;
|
|
83
63
|
};
|
|
84
|
-
isOnlyOfficePreview: {
|
|
85
|
-
type: BooleanConstructor;
|
|
86
|
-
default: boolean;
|
|
87
|
-
};
|
|
88
|
-
onlyOfficeAccept: {
|
|
89
|
-
type: StringConstructor;
|
|
90
|
-
default: string;
|
|
91
|
-
};
|
|
92
|
-
onlyofficeServer: {
|
|
93
|
-
type: StringConstructor;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
64
|
onlyOfficeConfig: {
|
|
97
65
|
type: ObjectConstructor;
|
|
98
66
|
default: () => {};
|
|
@@ -101,10 +69,6 @@ export declare const IkDescriptions: import('../../utils/typescript').SFCWithIns
|
|
|
101
69
|
props: Record<string, any>;
|
|
102
70
|
labelWidth: string;
|
|
103
71
|
loadUrl: string;
|
|
104
|
-
kkUrl: string;
|
|
105
|
-
isOnlyOfficePreview: boolean;
|
|
106
|
-
onlyOfficeAccept: string;
|
|
107
|
-
onlyofficeServer: string;
|
|
108
72
|
listData: any[];
|
|
109
73
|
onlyOfficeConfig: Record<string, any>;
|
|
110
74
|
showIcon: boolean;
|
|
@@ -142,26 +106,10 @@ export declare const IkDescriptions: import('../../utils/typescript').SFCWithIns
|
|
|
142
106
|
type: StringConstructor;
|
|
143
107
|
default: string;
|
|
144
108
|
};
|
|
145
|
-
kkUrl: {
|
|
146
|
-
type: StringConstructor;
|
|
147
|
-
default: string;
|
|
148
|
-
};
|
|
149
109
|
labelWidth: {
|
|
150
110
|
type: StringConstructor;
|
|
151
111
|
default: string;
|
|
152
112
|
};
|
|
153
|
-
isOnlyOfficePreview: {
|
|
154
|
-
type: BooleanConstructor;
|
|
155
|
-
default: boolean;
|
|
156
|
-
};
|
|
157
|
-
onlyOfficeAccept: {
|
|
158
|
-
type: StringConstructor;
|
|
159
|
-
default: string;
|
|
160
|
-
};
|
|
161
|
-
onlyofficeServer: {
|
|
162
|
-
type: StringConstructor;
|
|
163
|
-
default: string;
|
|
164
|
-
};
|
|
165
113
|
onlyOfficeConfig: {
|
|
166
114
|
type: ObjectConstructor;
|
|
167
115
|
default: () => {};
|
|
@@ -170,10 +118,6 @@ export declare const IkDescriptions: import('../../utils/typescript').SFCWithIns
|
|
|
170
118
|
props: Record<string, any>;
|
|
171
119
|
labelWidth: string;
|
|
172
120
|
loadUrl: string;
|
|
173
|
-
kkUrl: string;
|
|
174
|
-
isOnlyOfficePreview: boolean;
|
|
175
|
-
onlyOfficeAccept: string;
|
|
176
|
-
onlyofficeServer: string;
|
|
177
121
|
listData: any[];
|
|
178
122
|
onlyOfficeConfig: Record<string, any>;
|
|
179
123
|
showIcon: boolean;
|
|
@@ -208,26 +152,10 @@ export declare const IkDescriptions: import('../../utils/typescript').SFCWithIns
|
|
|
208
152
|
type: StringConstructor;
|
|
209
153
|
default: string;
|
|
210
154
|
};
|
|
211
|
-
kkUrl: {
|
|
212
|
-
type: StringConstructor;
|
|
213
|
-
default: string;
|
|
214
|
-
};
|
|
215
155
|
labelWidth: {
|
|
216
156
|
type: StringConstructor;
|
|
217
157
|
default: string;
|
|
218
158
|
};
|
|
219
|
-
isOnlyOfficePreview: {
|
|
220
|
-
type: BooleanConstructor;
|
|
221
|
-
default: boolean;
|
|
222
|
-
};
|
|
223
|
-
onlyOfficeAccept: {
|
|
224
|
-
type: StringConstructor;
|
|
225
|
-
default: string;
|
|
226
|
-
};
|
|
227
|
-
onlyofficeServer: {
|
|
228
|
-
type: StringConstructor;
|
|
229
|
-
default: string;
|
|
230
|
-
};
|
|
231
159
|
onlyOfficeConfig: {
|
|
232
160
|
type: ObjectConstructor;
|
|
233
161
|
default: () => {};
|
|
@@ -236,10 +164,6 @@ export declare const IkDescriptions: import('../../utils/typescript').SFCWithIns
|
|
|
236
164
|
props: Record<string, any>;
|
|
237
165
|
labelWidth: string;
|
|
238
166
|
loadUrl: string;
|
|
239
|
-
kkUrl: string;
|
|
240
|
-
isOnlyOfficePreview: boolean;
|
|
241
|
-
onlyOfficeAccept: string;
|
|
242
|
-
onlyofficeServer: string;
|
|
243
167
|
listData: any[];
|
|
244
168
|
onlyOfficeConfig: Record<string, any>;
|
|
245
169
|
showIcon: boolean;
|
|
@@ -28,26 +28,10 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
28
28
|
type: StringConstructor;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
|
-
kkUrl: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
31
|
labelWidth: {
|
|
36
32
|
type: StringConstructor;
|
|
37
33
|
default: string;
|
|
38
34
|
};
|
|
39
|
-
isOnlyOfficePreview: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
onlyOfficeAccept: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
onlyofficeServer: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
35
|
onlyOfficeConfig: {
|
|
52
36
|
type: ObjectConstructor;
|
|
53
37
|
default: () => {};
|
|
@@ -77,26 +61,10 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
77
61
|
type: StringConstructor;
|
|
78
62
|
default: string;
|
|
79
63
|
};
|
|
80
|
-
kkUrl: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: string;
|
|
83
|
-
};
|
|
84
64
|
labelWidth: {
|
|
85
65
|
type: StringConstructor;
|
|
86
66
|
default: string;
|
|
87
67
|
};
|
|
88
|
-
isOnlyOfficePreview: {
|
|
89
|
-
type: BooleanConstructor;
|
|
90
|
-
default: boolean;
|
|
91
|
-
};
|
|
92
|
-
onlyOfficeAccept: {
|
|
93
|
-
type: StringConstructor;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
|
-
onlyofficeServer: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
68
|
onlyOfficeConfig: {
|
|
101
69
|
type: ObjectConstructor;
|
|
102
70
|
default: () => {};
|
|
@@ -105,10 +73,6 @@ declare const __VLS_component: import('vue').DefineComponent<{
|
|
|
105
73
|
props: Record<string, any>;
|
|
106
74
|
labelWidth: string;
|
|
107
75
|
loadUrl: string;
|
|
108
|
-
kkUrl: string;
|
|
109
|
-
isOnlyOfficePreview: boolean;
|
|
110
|
-
onlyOfficeAccept: string;
|
|
111
|
-
onlyofficeServer: string;
|
|
112
76
|
listData: any[];
|
|
113
77
|
onlyOfficeConfig: Record<string, any>;
|
|
114
78
|
showIcon: boolean;
|