@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.
- package/lib/components/header/index.vue.d.ts +0 -1
- package/lib/components/local/en-US.d.ts +4 -0
- package/lib/components/local/index.d.ts +8 -0
- package/lib/components/local/zh-CN.d.ts +4 -0
- package/lib/one-core.cjs +1 -1
- package/lib/one-core.js +838 -831
- package/lib/one-core.umd.cjs +1 -1
- package/package.json +1 -1
|
@@ -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: {
|