iking-web-ui-pro 0.2.0 → 0.2.2

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.
@@ -3,10 +3,6 @@ export declare const IkOnlyOffice: import('../../utils/typescript').SFCWithInsta
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
- mode: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
6
  configOptions: {
11
7
  type: ObjectConstructor;
12
8
  default: () => void;
@@ -15,19 +11,11 @@ export declare const IkOnlyOffice: import('../../utils/typescript').SFCWithInsta
15
11
  type: StringConstructor;
16
12
  default: string;
17
13
  };
18
- token: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
14
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
15
  documentServerUrl: {
24
16
  type: StringConstructor;
25
17
  default: string;
26
18
  };
27
- mode: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
19
  configOptions: {
32
20
  type: ObjectConstructor;
33
21
  default: () => void;
@@ -36,13 +24,7 @@ export declare const IkOnlyOffice: import('../../utils/typescript').SFCWithInsta
36
24
  type: StringConstructor;
37
25
  default: string;
38
26
  };
39
- token: {
40
- type: StringConstructor;
41
- default: string;
42
- };
43
27
  }>>, {
44
- mode: string;
45
- token: string;
46
28
  documentServerUrl: string;
47
29
  configOptions: Record<string, any>;
48
30
  officeHeight: string;
@@ -3,10 +3,6 @@ declare const _default: import('vue').DefineComponent<{
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
- mode: {
7
- type: StringConstructor;
8
- default: string;
9
- };
10
6
  configOptions: {
11
7
  type: ObjectConstructor;
12
8
  default: () => void;
@@ -15,19 +11,11 @@ declare const _default: import('vue').DefineComponent<{
15
11
  type: StringConstructor;
16
12
  default: string;
17
13
  };
18
- token: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
14
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
23
15
  documentServerUrl: {
24
16
  type: StringConstructor;
25
17
  default: string;
26
18
  };
27
- mode: {
28
- type: StringConstructor;
29
- default: string;
30
- };
31
19
  configOptions: {
32
20
  type: ObjectConstructor;
33
21
  default: () => void;
@@ -36,13 +24,7 @@ declare const _default: import('vue').DefineComponent<{
36
24
  type: StringConstructor;
37
25
  default: string;
38
26
  };
39
- token: {
40
- type: StringConstructor;
41
- default: string;
42
- };
43
27
  }>>, {
44
- mode: string;
45
- token: string;
46
28
  documentServerUrl: string;
47
29
  configOptions: Record<string, any>;
48
30
  officeHeight: string;
@@ -101,6 +101,10 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
101
101
  type: StringConstructor;
102
102
  default: string;
103
103
  };
104
+ onlyOfficeConfig: {
105
+ type: ObjectConstructor;
106
+ default: () => {};
107
+ };
104
108
  jwtToken: {
105
109
  type: StringConstructor;
106
110
  default: string;
@@ -219,6 +223,10 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
219
223
  type: StringConstructor;
220
224
  default: string;
221
225
  };
226
+ onlyOfficeConfig: {
227
+ type: ObjectConstructor;
228
+ default: () => {};
229
+ };
222
230
  jwtToken: {
223
231
  type: StringConstructor;
224
232
  default: string;
@@ -241,6 +249,7 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
241
249
  onlyOfficeAccept: string;
242
250
  onlyofficeServer: string;
243
251
  loadUrl: string;
252
+ onlyOfficeConfig: Record<string, any>;
244
253
  jwtToken: string;
245
254
  showIcon: boolean;
246
255
  action: string;
@@ -363,6 +372,10 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
363
372
  type: StringConstructor;
364
373
  default: string;
365
374
  };
375
+ onlyOfficeConfig: {
376
+ type: ObjectConstructor;
377
+ default: () => {};
378
+ };
366
379
  jwtToken: {
367
380
  type: StringConstructor;
368
381
  default: string;
@@ -385,6 +398,7 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
385
398
  onlyOfficeAccept: string;
386
399
  onlyofficeServer: string;
387
400
  loadUrl: string;
401
+ onlyOfficeConfig: Record<string, any>;
388
402
  jwtToken: string;
389
403
  showIcon: boolean;
390
404
  action: string;
@@ -504,6 +518,10 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
504
518
  type: StringConstructor;
505
519
  default: string;
506
520
  };
521
+ onlyOfficeConfig: {
522
+ type: ObjectConstructor;
523
+ default: () => {};
524
+ };
507
525
  jwtToken: {
508
526
  type: StringConstructor;
509
527
  default: string;
@@ -532,6 +550,7 @@ export declare const IkUploadFile: import('../../utils/typescript').SFCWithInsta
532
550
  onlyOfficeAccept: string;
533
551
  onlyofficeServer: string;
534
552
  loadUrl: string;
553
+ onlyOfficeConfig: Record<string, any>;
535
554
  jwtToken: string;
536
555
  showIcon: boolean;
537
556
  action: string;
@@ -104,6 +104,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
104
104
  type: StringConstructor;
105
105
  default: string;
106
106
  };
107
+ onlyOfficeConfig: {
108
+ type: ObjectConstructor;
109
+ default: () => {};
110
+ };
107
111
  jwtToken: {
108
112
  type: StringConstructor;
109
113
  default: string;
@@ -216,6 +220,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
216
220
  type: StringConstructor;
217
221
  default: string;
218
222
  };
223
+ onlyOfficeConfig: {
224
+ type: ObjectConstructor;
225
+ default: () => {};
226
+ };
219
227
  jwtToken: {
220
228
  type: StringConstructor;
221
229
  default: string;
@@ -238,6 +246,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
238
246
  onlyOfficeAccept: string;
239
247
  onlyofficeServer: string;
240
248
  loadUrl: string;
249
+ onlyOfficeConfig: Record<string, any>;
241
250
  jwtToken: string;
242
251
  showIcon: boolean;
243
252
  action: string;