@kengic/vue 0.25.5-beta.1 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,38 @@
1
+ import { ExtractPropTypes } from 'vue';
2
+ import '../KgLayoutHeader.less';
3
+ export declare const getProps: () => {
4
+ /**
5
+ * 是否显示语言文本.
6
+ *
7
+ * @default false.
8
+ */
9
+ showText: {
10
+ type: BooleanConstructor;
11
+ default: boolean;
12
+ };
13
+ };
14
+ export declare type KgLayoutHeaderLocaleProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
15
+ declare const _default: import("vue").DefineComponent<{
16
+ /**
17
+ * 是否显示语言文本.
18
+ *
19
+ * @default false.
20
+ */
21
+ showText: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
26
+ /**
27
+ * 是否显示语言文本.
28
+ *
29
+ * @default false.
30
+ */
31
+ showText: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ }>>, {
36
+ showText: boolean;
37
+ }>;
38
+ export default _default;
@@ -1 +1,2 @@
1
+ export { default as KgLayoutHeaderLocale, type KgLayoutHeaderLocaleProps } from './components/KgLayoutHeaderLocale';
1
2
  export * from './index.hooks';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.25.5-beta.1",
3
+ "version": "0.26.0",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file