@partex/one-core 2.0.87 → 2.0.88
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/lib/components/header/index.vue.d.ts +3 -13
- package/lib/components/login/index.vue.d.ts +0 -1
- package/lib/components/main/index.vue.d.ts +0 -1
- package/lib/components/searchBar/index.vue.d.ts +0 -1
- package/lib/components/store/common.d.ts +0 -1
- package/lib/one-core.cjs +6 -6
- package/lib/one-core.js +566 -572
- package/lib/one-core.umd.cjs +2 -2
- package/package.json +1 -1
|
@@ -8,14 +8,10 @@ declare const _default: DefineComponent<{
|
|
|
8
8
|
type: PropType<IHeaderMenu>;
|
|
9
9
|
default: () => never[];
|
|
10
10
|
};
|
|
11
|
-
|
|
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
|
-
|
|
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
|
-
|
|
138
|
-
mainUrl: string;
|
|
128
|
+
platformShow: boolean;
|
|
139
129
|
}, {}>;
|
|
140
130
|
export default _default;
|