@partex/one-core 2.1.14 → 2.1.15
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/echarts/dark.d.ts +0 -3
- package/lib/components/echarts/white.d.ts +0 -3
- package/lib/components/main/index.vue.d.ts +3 -15
- package/lib/one-core.cjs +18 -18
- package/lib/one-core.js +23043 -13641
- package/lib/one-core.umd.cjs +18 -18
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -2,13 +2,8 @@ import { BuiltInGlobalTheme } from 'naive-ui/es/themes/interface';
|
|
|
2
2
|
import { GlobalThemeOverrides } from 'naive-ui';
|
|
3
3
|
import { ObjectKey } from '..';
|
|
4
4
|
import { NDateLocale } from 'naive-ui/es/locales/date/enUS';
|
|
5
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes
|
|
6
|
-
declare const _default: DefineComponent<{
|
|
7
|
-
hljs: {
|
|
8
|
-
type: PropType<any>;
|
|
9
|
-
default: undefined;
|
|
10
|
-
};
|
|
11
|
-
}, {
|
|
5
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
|
|
6
|
+
declare const _default: DefineComponent<{}, {
|
|
12
7
|
zhCN: {
|
|
13
8
|
name: string;
|
|
14
9
|
global: {
|
|
@@ -155,12 +150,5 @@ declare const _default: DefineComponent<{
|
|
|
155
150
|
};
|
|
156
151
|
lightTheme: GlobalThemeOverrides;
|
|
157
152
|
darkTheme: BuiltInGlobalTheme;
|
|
158
|
-
},
|
|
159
|
-
hljs: {
|
|
160
|
-
type: PropType<any>;
|
|
161
|
-
default: undefined;
|
|
162
|
-
};
|
|
163
|
-
}>>, {
|
|
164
|
-
hljs: any;
|
|
165
|
-
}, {}>;
|
|
153
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{}>>, {}, {}>;
|
|
166
154
|
export default _default;
|