iking-web-ui-pro 0.2.1 → 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;