iking-web-ui-pro 0.2.7 → 0.2.9
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 +394 -332
- package/dist/IKDetailPreviewFiles/ik.index.umd.js +1 -1
- package/dist/IKDetailPreviewFiles/style.css +1 -1
- package/dist/IKPreviewFile/ik.index.es.js +303 -241
- package/dist/IKPreviewFile/ik.index.umd.js +1 -1
- package/dist/IKPreviewFile/style.css +1 -1
- package/dist/IkApprovalProcessDetail/ik.index.es.js +838 -779
- package/dist/IkApprovalProcessDetail/ik.index.umd.js +1 -1
- package/dist/IkApprovalProcessDetail/style.css +1 -1
- package/dist/IkDescription/ik.index.es.js +428 -366
- package/dist/IkDescription/ik.index.umd.js +1 -1
- package/dist/IkDescription/style.css +1 -1
- package/dist/index.es.js +15657 -15598
- package/dist/index.umd.js +65 -65
- package/dist/src/components/IKPreviewFile/index.d.ts +19 -0
- package/dist/src/components/IKPreviewFile/src/IkPreviewFile.vue.d.ts +9 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -67,6 +67,10 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
67
67
|
type: StringConstructor;
|
|
68
68
|
default: string;
|
|
69
69
|
};
|
|
70
|
+
simple: {
|
|
71
|
+
type: BooleanConstructor;
|
|
72
|
+
default: boolean;
|
|
73
|
+
};
|
|
70
74
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
71
75
|
list: {
|
|
72
76
|
type: {
|
|
@@ -135,6 +139,10 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
135
139
|
type: StringConstructor;
|
|
136
140
|
default: string;
|
|
137
141
|
};
|
|
142
|
+
simple: {
|
|
143
|
+
type: BooleanConstructor;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
138
146
|
}>>, {
|
|
139
147
|
list: any[];
|
|
140
148
|
width: number;
|
|
@@ -149,6 +157,7 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
149
157
|
iconHoverShow: boolean;
|
|
150
158
|
onlyOfficeConfig: Record<string, any>;
|
|
151
159
|
jwtToken: string;
|
|
160
|
+
simple: boolean;
|
|
152
161
|
}, true, {}, {}, {
|
|
153
162
|
P: {};
|
|
154
163
|
B: {};
|
|
@@ -224,6 +233,10 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
224
233
|
type: StringConstructor;
|
|
225
234
|
default: string;
|
|
226
235
|
};
|
|
236
|
+
simple: {
|
|
237
|
+
type: BooleanConstructor;
|
|
238
|
+
default: boolean;
|
|
239
|
+
};
|
|
227
240
|
}>>, {}, {}, {}, {}, {
|
|
228
241
|
list: any[];
|
|
229
242
|
width: number;
|
|
@@ -238,6 +251,7 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
238
251
|
iconHoverShow: boolean;
|
|
239
252
|
onlyOfficeConfig: Record<string, any>;
|
|
240
253
|
jwtToken: string;
|
|
254
|
+
simple: boolean;
|
|
241
255
|
}>;
|
|
242
256
|
__isFragment?: undefined;
|
|
243
257
|
__isTeleport?: undefined;
|
|
@@ -310,6 +324,10 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
310
324
|
type: StringConstructor;
|
|
311
325
|
default: string;
|
|
312
326
|
};
|
|
327
|
+
simple: {
|
|
328
|
+
type: BooleanConstructor;
|
|
329
|
+
default: boolean;
|
|
330
|
+
};
|
|
313
331
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
314
332
|
list: any[];
|
|
315
333
|
width: number;
|
|
@@ -324,6 +342,7 @@ export declare const IkPreviewFile: import('../../utils/typescript').SFCWithInst
|
|
|
324
342
|
iconHoverShow: boolean;
|
|
325
343
|
onlyOfficeConfig: Record<string, any>;
|
|
326
344
|
jwtToken: string;
|
|
345
|
+
simple: boolean;
|
|
327
346
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
328
347
|
$slots: {
|
|
329
348
|
operation?(_: {
|
|
@@ -66,6 +66,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
66
66
|
type: StringConstructor;
|
|
67
67
|
default: string;
|
|
68
68
|
};
|
|
69
|
+
simple: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
69
73
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
70
74
|
list: {
|
|
71
75
|
type: {
|
|
@@ -134,6 +138,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
134
138
|
type: StringConstructor;
|
|
135
139
|
default: string;
|
|
136
140
|
};
|
|
141
|
+
simple: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
137
145
|
}>>, {
|
|
138
146
|
list: any[];
|
|
139
147
|
width: number;
|
|
@@ -148,6 +156,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
148
156
|
iconHoverShow: boolean;
|
|
149
157
|
onlyOfficeConfig: Record<string, any>;
|
|
150
158
|
jwtToken: string;
|
|
159
|
+
simple: boolean;
|
|
151
160
|
}, {}>, {
|
|
152
161
|
operation?(_: {
|
|
153
162
|
data: any;
|