@partex/one-core 1.0.2 → 1.0.4
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/components.d.ts +0 -1
- package/lib/components/header/index.vue.d.ts +1 -0
- package/lib/components/header/store.d.ts +2 -0
- package/lib/one-core.cjs +1 -1
- package/lib/one-core.js +1230 -1365
- package/lib/one-core.umd.cjs +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
- package/lib/components/table/index.d.ts +0 -1
- package/lib/components/table/index.vue.d.ts +0 -158
|
@@ -6,6 +6,7 @@ export declare const headerStore: {
|
|
|
6
6
|
platformName: string;
|
|
7
7
|
platformType: string;
|
|
8
8
|
platformUrl: string;
|
|
9
|
+
platformMainUrl: string;
|
|
9
10
|
};
|
|
10
11
|
export declare function fnShowDownload(val: boolean): void;
|
|
11
12
|
export declare function fnSetInitLang(val: 'en-US' | 'zh-CN' | 'fr-FR'): void;
|
|
@@ -15,6 +16,7 @@ export declare function fnSetPlatform(val: {
|
|
|
15
16
|
platformName: string;
|
|
16
17
|
platformType: string;
|
|
17
18
|
platformUrl: string;
|
|
19
|
+
platformMainUrl: string;
|
|
18
20
|
}): void;
|
|
19
21
|
export declare function fnSetPlatformName(platformName: string): void;
|
|
20
22
|
export declare function fnSetNeedUpdate(value: boolean): void;
|