@partex/one-core 2.0.40 → 2.0.41

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.
@@ -86,7 +86,6 @@ declare const _default: DefineComponent<{
86
86
  platformUrl: string;
87
87
  platformMainUrl?: string | undefined;
88
88
  };
89
- theme: Ref<boolean>;
90
89
  activeMenu: Ref<string>;
91
90
  platformOption: Ref<any>;
92
91
  showMenu: Ref<boolean>;
@@ -81,6 +81,10 @@ declare const _default: {
81
81
  dashboard_Prt: string;
82
82
  report: string;
83
83
  info: string;
84
+ language: string;
85
+ theme: string;
86
+ light: string;
87
+ dark: string;
84
88
  logout: string;
85
89
  };
86
90
  importer: {
@@ -83,6 +83,10 @@ export declare const i18n: I18n<{
83
83
  dashboard_Prt: string;
84
84
  report: string;
85
85
  info: string;
86
+ language: string;
87
+ theme: string;
88
+ light: string;
89
+ dark: string;
86
90
  logout: string;
87
91
  };
88
92
  importer: {
@@ -179,6 +183,10 @@ export declare const i18n: I18n<{
179
183
  dashboard_Prt: string;
180
184
  report: string;
181
185
  info: string;
186
+ language: string;
187
+ theme: string;
188
+ light: string;
189
+ dark: string;
182
190
  logout: string;
183
191
  };
184
192
  importer: {
@@ -80,6 +80,10 @@ declare const _default: {
80
80
  dashboard_Prt: string;
81
81
  report: string;
82
82
  info: string;
83
+ language: string;
84
+ theme: string;
85
+ light: string;
86
+ dark: string;
83
87
  logout: string;
84
88
  };
85
89
  importer: {