@partex/one-core 2.0.87 → 2.0.89

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.
@@ -8,14 +8,10 @@ declare const _default: DefineComponent<{
8
8
  type: PropType<IHeaderMenu>;
9
9
  default: () => never[];
10
10
  };
11
- qiankun: {
11
+ platformShow: {
12
12
  type: PropType<boolean>;
13
13
  default: boolean;
14
14
  };
15
- mainUrl: {
16
- type: PropType<string>;
17
- default: string;
18
- };
19
15
  report: {
20
16
  type: PropType<boolean>;
21
17
  default: boolean;
@@ -85,7 +81,6 @@ declare const _default: DefineComponent<{
85
81
  platformName: () => string;
86
82
  platformType: string;
87
83
  platformUrl: string;
88
- platformMainUrl?: string | undefined;
89
84
  platformList: ObjectKey;
90
85
  platformMenu: ObjectKey[];
91
86
  owned: ObjectKey;
@@ -109,14 +104,10 @@ declare const _default: DefineComponent<{
109
104
  type: PropType<IHeaderMenu>;
110
105
  default: () => never[];
111
106
  };
112
- qiankun: {
107
+ platformShow: {
113
108
  type: PropType<boolean>;
114
109
  default: boolean;
115
110
  };
116
- mainUrl: {
117
- type: PropType<string>;
118
- default: string;
119
- };
120
111
  report: {
121
112
  type: PropType<boolean>;
122
113
  default: boolean;
@@ -134,7 +125,6 @@ declare const _default: DefineComponent<{
134
125
  report: boolean;
135
126
  download: boolean;
136
127
  menuOptions: IHeaderMenu;
137
- qiankun: boolean;
138
- mainUrl: string;
128
+ platformShow: boolean;
139
129
  }, {}>;
140
130
  export default _default;
@@ -34,7 +34,6 @@ declare const _default: DefineComponent<{
34
34
  platformName: () => string;
35
35
  platformType: string;
36
36
  platformUrl: string;
37
- platformMainUrl?: string | undefined;
38
37
  platformList: ObjectKey;
39
38
  platformMenu: ObjectKey[];
40
39
  owned: ObjectKey;
@@ -144,7 +144,6 @@ declare const _default: DefineComponent<{
144
144
  platformName: () => string;
145
145
  platformType: string;
146
146
  platformUrl: string;
147
- platformMainUrl?: string | undefined;
148
147
  platformList: ObjectKey;
149
148
  platformMenu: ObjectKey[];
150
149
  owned: ObjectKey;
@@ -57,7 +57,6 @@ declare const _default: DefineComponent<{
57
57
  platformName: () => string;
58
58
  platformType: string;
59
59
  platformUrl: string;
60
- platformMainUrl?: string | undefined;
61
60
  platformList: ObjectKey;
62
61
  platformMenu: ObjectKey[];
63
62
  owned: ObjectKey;
@@ -12,7 +12,6 @@ export declare const commonStore: {
12
12
  platformName: () => string;
13
13
  platformType: string;
14
14
  platformUrl: string;
15
- platformMainUrl?: string | undefined;
16
15
  platformList: ObjectKey;
17
16
  platformMenu: ObjectKey[];
18
17
  owned: ObjectKey;