@partex/one-core 3.0.7 → 3.0.8
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/store/common.d.ts +2 -0
- package/lib/one-core.js +420 -414
- package/package.json +1 -1
|
@@ -24,6 +24,7 @@ export declare const commonStore: {
|
|
|
24
24
|
platformUrl: string;
|
|
25
25
|
platformList: ObjectKey;
|
|
26
26
|
platformMenu: ObjectKey[];
|
|
27
|
+
ownedProducts: ObjectKey[];
|
|
27
28
|
owned: ObjectKey;
|
|
28
29
|
options: {
|
|
29
30
|
importUrl: string;
|
|
@@ -34,6 +35,7 @@ export declare const commonStore: {
|
|
|
34
35
|
export declare function setPlatformMenu(val: ObjectKey[]): void;
|
|
35
36
|
export declare function fnShowDownload(val: boolean): void;
|
|
36
37
|
export declare function fnSetLanguage(val: boolean): void;
|
|
38
|
+
export declare function fnSetOwnedProducts(val: ObjectKey[]): void;
|
|
37
39
|
export declare function fnSetLang(val?: Lang): void;
|
|
38
40
|
export declare function fnSetTheme(val: boolean): void;
|
|
39
41
|
export declare function fnSetNeedUpdate(value: boolean): void;
|