@kengic/vue 0.26.3-beta.3 → 0.26.3-beta.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,35 +2,35 @@ import { RowClassName } from 'ant-design-vue/es/vc-table/interface';
2
2
  import { ExtractPropTypes, PropType } from 'vue';
3
3
  import './KgTable.less';
4
4
  export declare const getProps: () => {
5
+ /** 是否禁用某行的勾选框. */
6
+ kgCheckboxDisabled: PropType<(row: any) => boolean>;
5
7
  /** 是否禁用表格. */
6
8
  kgDisabled: {
7
9
  type: PropType<boolean>;
8
10
  default: undefined;
9
11
  };
10
- /** 是否禁用某行的勾选框. */
11
- kgCheckboxDisabled: PropType<(row: any) => boolean>;
12
12
  /** 设置行的样式类名. */
13
13
  kgRowClassName: PropType<RowClassName<any>>;
14
14
  };
15
15
  export declare type IKgTableProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
16
16
  declare const _default: import("vue").DefineComponent<{
17
+ /** 是否禁用某行的勾选框. */
18
+ kgCheckboxDisabled: PropType<(row: any) => boolean>;
17
19
  /** 是否禁用表格. */
18
20
  kgDisabled: {
19
21
  type: PropType<boolean>;
20
22
  default: undefined;
21
23
  };
22
- /** 是否禁用某行的勾选框. */
23
- kgCheckboxDisabled: PropType<(row: any) => boolean>;
24
24
  /** 设置行的样式类名. */
25
25
  kgRowClassName: PropType<RowClassName<any>>;
26
26
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
27
+ /** 是否禁用某行的勾选框. */
28
+ kgCheckboxDisabled: PropType<(row: any) => boolean>;
27
29
  /** 是否禁用表格. */
28
30
  kgDisabled: {
29
31
  type: PropType<boolean>;
30
32
  default: undefined;
31
33
  };
32
- /** 是否禁用某行的勾选框. */
33
- kgCheckboxDisabled: PropType<(row: any) => boolean>;
34
34
  /** 设置行的样式类名. */
35
35
  kgRowClassName: PropType<RowClassName<any>>;
36
36
  }>>, {
@@ -216,6 +216,7 @@ declare const _default: {
216
216
  };
217
217
  action: string;
218
218
  add: string;
219
+ allUser: string;
219
220
  asc: string;
220
221
  button: string;
221
222
  cancel: string;
@@ -216,6 +216,7 @@ declare const _default: {
216
216
  };
217
217
  action: string;
218
218
  add: string;
219
+ allUser: string;
219
220
  asc: string;
220
221
  button: string;
221
222
  cancel: string;
@@ -216,6 +216,7 @@ declare const _default: {
216
216
  };
217
217
  action: string;
218
218
  add: string;
219
+ allUser: string;
219
220
  asc: string;
220
221
  button: string;
221
222
  cancel: string;
@@ -216,6 +216,7 @@ declare const _default: {
216
216
  };
217
217
  action: string;
218
218
  add: string;
219
+ allUser: string;
219
220
  asc: string;
220
221
  button: string;
221
222
  cancel: string;
@@ -216,6 +216,7 @@ declare const _default: {
216
216
  };
217
217
  action: string;
218
218
  add: string;
219
+ allUser: string;
219
220
  asc: string;
220
221
  button: string;
221
222
  cancel: string;
@@ -216,6 +216,7 @@ declare const _default: {
216
216
  };
217
217
  action: string;
218
218
  add: string;
219
+ allUser: string;
219
220
  asc: string;
220
221
  button: string;
221
222
  cancel: string;
@@ -216,6 +216,7 @@ declare const _default: {
216
216
  };
217
217
  action: string;
218
218
  add: string;
219
+ allUser: string;
219
220
  asc: string;
220
221
  button: string;
221
222
  cancel: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.3-beta.3",
3
+ "version": "0.26.3-beta.5",
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",