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.
@@ -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;