@kengic/vue 0.1.1-beta.0 → 0.1.1-beta.2

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.
Files changed (33) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/kengic-vue.js +1491 -1069
  3. package/dist/src/apis/WMS/Controllers/VarCatController/Add.d.ts +16 -0
  4. package/dist/src/apis/WMS/Controllers/VarCatController/Delete.d.ts +18 -0
  5. package/dist/src/apis/WMS/Controllers/VarCatController/DeleteBatch.d.ts +18 -0
  6. package/dist/src/apis/WMS/Controllers/VarCatController/Edit.d.ts +16 -0
  7. package/dist/src/apis/WMS/Controllers/VarCatController/ExportXls.d.ts +30 -0
  8. package/dist/src/apis/WMS/Controllers/VarCatController/ImportExcel.d.ts +15 -0
  9. package/dist/src/apis/WMS/Controllers/VarCatController/List.d.ts +39 -0
  10. package/dist/src/apis/WMS/Controllers/VarCatController/QueryById.d.ts +19 -0
  11. package/dist/src/apis/WMS/Controllers/VarCatController/index.d.ts +8 -0
  12. package/dist/src/apis/WMS/Controllers/VarContextController/Add.d.ts +16 -0
  13. package/dist/src/apis/WMS/Controllers/VarContextController/Delete.d.ts +18 -0
  14. package/dist/src/apis/WMS/Controllers/VarContextController/DeleteBatch.d.ts +18 -0
  15. package/dist/src/apis/WMS/Controllers/VarContextController/Edit.d.ts +16 -0
  16. package/dist/src/apis/WMS/Controllers/VarContextController/ExportXls.d.ts +26 -0
  17. package/dist/src/apis/WMS/Controllers/VarContextController/ImportExcel.d.ts +15 -0
  18. package/dist/src/apis/WMS/Controllers/VarContextController/List.d.ts +35 -0
  19. package/dist/src/apis/WMS/Controllers/VarContextController/QueryById.d.ts +19 -0
  20. package/dist/src/apis/WMS/Controllers/VarContextController/index.d.ts +8 -0
  21. package/dist/src/apis/WMS/Controllers/index.d.ts +2 -0
  22. package/dist/src/apis/WMS/models.d.ts +16 -16
  23. package/dist/src/components/KgControl/KgControl.Input.d.ts +17 -8
  24. package/dist/src/components/KgControl/KgControl.Select.d.ts +17 -8
  25. package/dist/src/components/KgControl/KgControl.d.ts +17 -8
  26. package/dist/src/components/KgControl/index.d.ts +38 -19
  27. package/dist/src/components/KgControl/index.vm.d.ts +12 -4
  28. package/dist/src/components/KgVar/hooks/index.d.ts +2 -2
  29. package/dist/src/components/KgVar/store/index.d.ts +2 -2
  30. package/dist/src/components/KgVar/store/index.data.d.ts +2 -2
  31. package/dist/src/index.d.ts +2 -1
  32. package/package.json +1 -1
  33. package/kg.config.ts +0 -23
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class AddQuery {
5
+ }
6
+ /**
7
+ * 变量别名-添加
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function Add(config?: IRequestConfig<AddQuery, DEF.WMS.VarCat>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace Add {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,18 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ /** 请求参数. */
3
+ export declare class DeleteQuery {
4
+ /** id */
5
+ id: string | null;
6
+ constructor(obj?: DeleteQuery);
7
+ }
8
+ /**
9
+ * 变量别名-通过id删除
10
+ *
11
+ * @param config 请求配置.
12
+ * @param option 请求选项.
13
+ */
14
+ export declare function Delete(config?: IRequestConfig<DeleteQuery, {}>, option?: IRequestOptions): Promise<string>;
15
+ export declare namespace Delete {
16
+ var method: "DELETE";
17
+ var url: string;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ /** 请求参数. */
3
+ export declare class DeleteBatchQuery {
4
+ /** ids */
5
+ ids: string | null;
6
+ constructor(obj?: DeleteBatchQuery);
7
+ }
8
+ /**
9
+ * 变量别名-批量删除
10
+ *
11
+ * @param config 请求配置.
12
+ * @param option 请求选项.
13
+ */
14
+ export declare function DeleteBatch(config?: IRequestConfig<DeleteBatchQuery, {}>, option?: IRequestOptions): Promise<string>;
15
+ export declare namespace DeleteBatch {
16
+ var method: "DELETE";
17
+ var url: string;
18
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class EditQuery {
5
+ }
6
+ /**
7
+ * 变量别名-编辑
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function Edit(config?: IRequestConfig<EditQuery, DEF.WMS.VarCat>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace Edit {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,30 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ /** 请求参数. */
3
+ export declare class ExportXlsQuery {
4
+ /** 定制级别(Custom Level). */
5
+ custLvl?: string | null;
6
+ /** 界面标识(Form ID). */
7
+ frmId?: string | null;
8
+ /** 分组(Group Name). */
9
+ grpNam?: string | null;
10
+ /** 主键. */
11
+ id?: string | null;
12
+ /** 语言(Locale ID). */
13
+ localeId?: string | null;
14
+ /** 变量名称(Variable Name). */
15
+ varNam?: string | null;
16
+ /** 显示文本(Variable Text). */
17
+ varText?: string | null;
18
+ constructor(obj?: ExportXlsQuery);
19
+ }
20
+ /**
21
+ * 变量别名-导出
22
+ *
23
+ * @param config 请求配置.
24
+ * @param option 请求选项.
25
+ */
26
+ export declare function ExportXls(config?: IRequestConfig<ExportXlsQuery, {}>, option?: IRequestOptions): Promise<any>;
27
+ export declare namespace ExportXls {
28
+ var method: "GET";
29
+ var url: string;
30
+ }
@@ -0,0 +1,15 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ /** 请求参数. */
3
+ export declare class ImportExcelQuery {
4
+ }
5
+ /**
6
+ * 变量别名-导入
7
+ *
8
+ * @param config 请求配置.
9
+ * @param option 请求选项.
10
+ */
11
+ export declare function ImportExcel(config?: IRequestConfig<ImportExcelQuery, {}>, option?: IRequestOptions): Promise<Record<any, any>>;
12
+ export declare namespace ImportExcel {
13
+ var method: "POST";
14
+ var url: string;
15
+ }
@@ -0,0 +1,39 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ListQuery {
5
+ /** 排序字段. */
6
+ column?: string | null;
7
+ /** 定制级别(Custom Level). */
8
+ custLvl?: string | null;
9
+ /** 界面标识(Form ID). */
10
+ frmId?: string | null;
11
+ /** 分组(Group Name). */
12
+ grpNam?: string | null;
13
+ /** 主键. */
14
+ id?: string | null;
15
+ /** 语言(Locale ID). */
16
+ localeId?: string | null;
17
+ /** 排序方式. */
18
+ order?: 'asc' | 'desc' | null;
19
+ /** 页码. */
20
+ pageNo?: number | null;
21
+ /** 每页条数. */
22
+ pageSize?: number | null;
23
+ /** 变量名称(Variable Name). */
24
+ varNam?: string | null;
25
+ /** 显示文本(Variable Text). */
26
+ varText?: string | null;
27
+ constructor(obj?: ListQuery);
28
+ }
29
+ /**
30
+ * 变量别名-分页列表查询
31
+ *
32
+ * @param config 请求配置.
33
+ * @param option 请求选项.
34
+ */
35
+ export declare function List(config?: IRequestConfig<ListQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.IPage<DEF.WMS.VarCat>>;
36
+ export declare namespace List {
37
+ var method: "GET";
38
+ var url: string;
39
+ }
@@ -0,0 +1,19 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class QueryByIdQuery {
5
+ /** id */
6
+ id: string | null;
7
+ constructor(obj?: QueryByIdQuery);
8
+ }
9
+ /**
10
+ * 变量别名-通过id查询
11
+ *
12
+ * @param config 请求配置.
13
+ * @param option 请求选项.
14
+ */
15
+ export declare function QueryById(config?: IRequestConfig<QueryByIdQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.VarCat>;
16
+ export declare namespace QueryById {
17
+ var method: "GET";
18
+ var url: string;
19
+ }
@@ -0,0 +1,8 @@
1
+ export { Add, AddQuery } from './Add';
2
+ export { Delete, DeleteQuery } from './Delete';
3
+ export { DeleteBatch, DeleteBatchQuery } from './DeleteBatch';
4
+ export { Edit, EditQuery } from './Edit';
5
+ export { ExportXls, ExportXlsQuery } from './ExportXls';
6
+ export { ImportExcel, ImportExcelQuery } from './ImportExcel';
7
+ export { List, ListQuery } from './List';
8
+ export { QueryById, QueryByIdQuery } from './QueryById';
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class AddQuery {
5
+ }
6
+ /**
7
+ * 变量-添加
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function Add(config?: IRequestConfig<AddQuery, DEF.WMS.VarContext>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace Add {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,18 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ /** 请求参数. */
3
+ export declare class DeleteQuery {
4
+ /** id */
5
+ id: string | null;
6
+ constructor(obj?: DeleteQuery);
7
+ }
8
+ /**
9
+ * 变量-通过id删除
10
+ *
11
+ * @param config 请求配置.
12
+ * @param option 请求选项.
13
+ */
14
+ export declare function Delete(config?: IRequestConfig<DeleteQuery, {}>, option?: IRequestOptions): Promise<string>;
15
+ export declare namespace Delete {
16
+ var method: "DELETE";
17
+ var url: string;
18
+ }
@@ -0,0 +1,18 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ /** 请求参数. */
3
+ export declare class DeleteBatchQuery {
4
+ /** ids */
5
+ ids: string | null;
6
+ constructor(obj?: DeleteBatchQuery);
7
+ }
8
+ /**
9
+ * 变量-批量删除
10
+ *
11
+ * @param config 请求配置.
12
+ * @param option 请求选项.
13
+ */
14
+ export declare function DeleteBatch(config?: IRequestConfig<DeleteBatchQuery, {}>, option?: IRequestOptions): Promise<string>;
15
+ export declare namespace DeleteBatch {
16
+ var method: "DELETE";
17
+ var url: string;
18
+ }
@@ -0,0 +1,16 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class EditQuery {
5
+ }
6
+ /**
7
+ * 变量-编辑
8
+ *
9
+ * @param config 请求配置.
10
+ * @param option 请求选项.
11
+ */
12
+ export declare function Edit(config?: IRequestConfig<EditQuery, DEF.WMS.VarContext>, option?: IRequestOptions): Promise<string>;
13
+ export declare namespace Edit {
14
+ var method: "POST";
15
+ var url: string;
16
+ }
@@ -0,0 +1,26 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ /** 请求参数. */
3
+ export declare class ExportXlsQuery {
4
+ /** 界面标识(Form ID). */
5
+ frmId?: string | null;
6
+ /** 界面名称(Form Name). */
7
+ frmNam?: string | null;
8
+ /** 分组(Group Name). */
9
+ grpNam?: string | null;
10
+ /** 主键. */
11
+ id?: string | null;
12
+ /** 变量名称(Variable Name). */
13
+ varNam?: string | null;
14
+ constructor(obj?: ExportXlsQuery);
15
+ }
16
+ /**
17
+ * 变量-导出
18
+ *
19
+ * @param config 请求配置.
20
+ * @param option 请求选项.
21
+ */
22
+ export declare function ExportXls(config?: IRequestConfig<ExportXlsQuery, {}>, option?: IRequestOptions): Promise<any>;
23
+ export declare namespace ExportXls {
24
+ var method: "GET";
25
+ var url: string;
26
+ }
@@ -0,0 +1,15 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ /** 请求参数. */
3
+ export declare class ImportExcelQuery {
4
+ }
5
+ /**
6
+ * 变量-导入
7
+ *
8
+ * @param config 请求配置.
9
+ * @param option 请求选项.
10
+ */
11
+ export declare function ImportExcel(config?: IRequestConfig<ImportExcelQuery, {}>, option?: IRequestOptions): Promise<Record<any, any>>;
12
+ export declare namespace ImportExcel {
13
+ var method: "POST";
14
+ var url: string;
15
+ }
@@ -0,0 +1,35 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class ListQuery {
5
+ /** 排序字段. */
6
+ column?: string | null;
7
+ /** 界面标识(Form ID). */
8
+ frmId?: string | null;
9
+ /** 界面名称(Form Name). */
10
+ frmNam?: string | null;
11
+ /** 分组(Group Name). */
12
+ grpNam?: string | null;
13
+ /** 主键. */
14
+ id?: string | null;
15
+ /** 排序方式. */
16
+ order?: 'asc' | 'desc' | null;
17
+ /** 页码. */
18
+ pageNo?: number | null;
19
+ /** 每页条数. */
20
+ pageSize?: number | null;
21
+ /** 变量名称(Variable Name). */
22
+ varNam?: string | null;
23
+ constructor(obj?: ListQuery);
24
+ }
25
+ /**
26
+ * 变量-分页列表查询
27
+ *
28
+ * @param config 请求配置.
29
+ * @param option 请求选项.
30
+ */
31
+ export declare function List(config?: IRequestConfig<ListQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.IPage<DEF.WMS.VarContext>>;
32
+ export declare namespace List {
33
+ var method: "GET";
34
+ var url: string;
35
+ }
@@ -0,0 +1,19 @@
1
+ import { IRequestConfig, IRequestOptions } from '../../../../services';
2
+ import * as DEF from '../../../def';
3
+ /** 请求参数. */
4
+ export declare class QueryByIdQuery {
5
+ /** id */
6
+ id: string | null;
7
+ constructor(obj?: QueryByIdQuery);
8
+ }
9
+ /**
10
+ * 变量-通过id查询
11
+ *
12
+ * @param config 请求配置.
13
+ * @param option 请求选项.
14
+ */
15
+ export declare function QueryById(config?: IRequestConfig<QueryByIdQuery, {}>, option?: IRequestOptions): Promise<DEF.WMS.VarContext>;
16
+ export declare namespace QueryById {
17
+ var method: "GET";
18
+ var url: string;
19
+ }
@@ -0,0 +1,8 @@
1
+ export { Add, AddQuery } from './Add';
2
+ export { Delete, DeleteQuery } from './Delete';
3
+ export { DeleteBatch, DeleteBatchQuery } from './DeleteBatch';
4
+ export { Edit, EditQuery } from './Edit';
5
+ export { ExportXls, ExportXlsQuery } from './ExportXls';
6
+ export { ImportExcel, ImportExcelQuery } from './ImportExcel';
7
+ export { List, ListQuery } from './List';
8
+ export { QueryById, QueryByIdQuery } from './QueryById';
@@ -1 +1,3 @@
1
1
  export * as VarController from './VarController';
2
+ export * as VarCatController from './VarCatController';
3
+ export * as VarContextController from './VarContextController';
@@ -12,38 +12,38 @@ export declare class IPage<T0> {
12
12
  constructor(obj?: IPage<T0>);
13
13
  }
14
14
  /**
15
- * 变量别名
15
+ * 变量别名(Variable Catalog).
16
16
  */
17
- export declare class VarCatalog {
18
- /** 定制级别. */
17
+ export declare class VarCat {
18
+ /** 定制级别(Custom Level). */
19
19
  custLvl?: string | null;
20
- /** 界面标识. */
20
+ /** 界面标识(Form ID). */
21
21
  frmId?: string | null;
22
- /** 分组. */
22
+ /** 分组(Group Name). */
23
23
  grpNam?: string | null;
24
24
  /** 主键. */
25
25
  id?: string | null;
26
- /** 语言. */
26
+ /** 语言(Locale ID). */
27
27
  localeId?: string | null;
28
- /** 变量名称. */
28
+ /** 变量名称(Variable Name). */
29
29
  varNam?: string | null;
30
- /** 显示文本. */
30
+ /** 显示文本(Variable Text). */
31
31
  varText?: string | null;
32
- constructor(obj?: VarCatalog);
32
+ constructor(obj?: VarCat);
33
33
  }
34
34
  /**
35
- * 变量
35
+ * 变量.
36
36
  */
37
37
  export declare class VarContext {
38
- /** 界面标识. */
38
+ /** 界面标识(Form ID). */
39
39
  frmId?: string | null;
40
- /** 界面名称. */
40
+ /** 界面名称(Form Name). */
41
41
  frmNam?: string | null;
42
- /** 分组. */
42
+ /** 分组(Group Name). */
43
43
  grpNam?: string | null;
44
44
  /** 主键. */
45
45
  id?: string | null;
46
- /** 变量名称. */
46
+ /** 变量名称(Variable Name). */
47
47
  varNam?: string | null;
48
48
  constructor(obj?: VarContext);
49
49
  }
@@ -51,8 +51,8 @@ export declare class VarContext {
51
51
  * 变量配置.
52
52
  */
53
53
  export declare class VarDTO {
54
- /** 变量别名. */
55
- varCatalogs?: Array<VarCatalog> | null;
54
+ /** 变量别名(Variable Catalog). */
55
+ varCats?: Array<VarCat> | null;
56
56
  constructor(obj?: VarDTO);
57
57
  }
58
58
  /**
@@ -4,8 +4,12 @@ declare const _default: import("vue").DefineComponent<{
4
4
  type: import("vue").PropType<string>;
5
5
  required: boolean;
6
6
  };
7
+ kgGutter: {
8
+ type: import("vue").PropType<number>;
9
+ default: number;
10
+ };
7
11
  kgSpan: {
8
- type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
12
+ type: import("vue").PropType<1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
9
13
  default: number;
10
14
  };
11
15
  kgType: import("vue").PropType<import("../..").KG_CONTROL_TYPES_ENUM>;
@@ -14,8 +18,8 @@ declare const _default: import("vue").DefineComponent<{
14
18
  kgDescriptionColumn: import("vue").PropType<string>;
15
19
  kgAction: import("vue").PropType<string>;
16
20
  kgActionParameter: import("vue").PropType<string>;
17
- kgValidateInfos: {
18
- type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").validateInfos>;
21
+ kgValidateInfo: {
22
+ type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").ValidateInfo>;
19
23
  default: () => {};
20
24
  };
21
25
  kgActionType: {
@@ -29,8 +33,12 @@ declare const _default: import("vue").DefineComponent<{
29
33
  type: import("vue").PropType<string>;
30
34
  required: boolean;
31
35
  };
36
+ kgGutter: {
37
+ type: import("vue").PropType<number>;
38
+ default: number;
39
+ };
32
40
  kgSpan: {
33
- type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
41
+ type: import("vue").PropType<1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
34
42
  default: number;
35
43
  };
36
44
  kgType: import("vue").PropType<import("../..").KG_CONTROL_TYPES_ENUM>;
@@ -39,8 +47,8 @@ declare const _default: import("vue").DefineComponent<{
39
47
  kgDescriptionColumn: import("vue").PropType<string>;
40
48
  kgAction: import("vue").PropType<string>;
41
49
  kgActionParameter: import("vue").PropType<string>;
42
- kgValidateInfos: {
43
- type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").validateInfos>;
50
+ kgValidateInfo: {
51
+ type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").ValidateInfo>;
44
52
  default: () => {};
45
53
  };
46
54
  kgActionType: {
@@ -53,8 +61,9 @@ declare const _default: import("vue").DefineComponent<{
53
61
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
54
62
  onKgSubmit?: ((...args: any[]) => any) | undefined;
55
63
  }, {
56
- kgSpan: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24;
57
- kgValidateInfos: import("ant-design-vue/lib/form/useForm").validateInfos;
64
+ kgGutter: number;
65
+ kgSpan: 1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24;
66
+ kgValidateInfo: import("ant-design-vue/lib/form/useForm").ValidateInfo;
58
67
  kgActionType: import("axios").Method;
59
68
  }>;
60
69
  export default _default;
@@ -4,8 +4,12 @@ declare const _default: import("vue").DefineComponent<{
4
4
  type: import("vue").PropType<string>;
5
5
  required: boolean;
6
6
  };
7
+ kgGutter: {
8
+ type: import("vue").PropType<number>;
9
+ default: number;
10
+ };
7
11
  kgSpan: {
8
- type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
12
+ type: import("vue").PropType<1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
9
13
  default: number;
10
14
  };
11
15
  kgType: import("vue").PropType<import("../..").KG_CONTROL_TYPES_ENUM>;
@@ -14,8 +18,8 @@ declare const _default: import("vue").DefineComponent<{
14
18
  kgDescriptionColumn: import("vue").PropType<string>;
15
19
  kgAction: import("vue").PropType<string>;
16
20
  kgActionParameter: import("vue").PropType<string>;
17
- kgValidateInfos: {
18
- type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").validateInfos>;
21
+ kgValidateInfo: {
22
+ type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").ValidateInfo>;
19
23
  default: () => {};
20
24
  };
21
25
  kgActionType: {
@@ -29,8 +33,12 @@ declare const _default: import("vue").DefineComponent<{
29
33
  type: import("vue").PropType<string>;
30
34
  required: boolean;
31
35
  };
36
+ kgGutter: {
37
+ type: import("vue").PropType<number>;
38
+ default: number;
39
+ };
32
40
  kgSpan: {
33
- type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
41
+ type: import("vue").PropType<1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
34
42
  default: number;
35
43
  };
36
44
  kgType: import("vue").PropType<import("../..").KG_CONTROL_TYPES_ENUM>;
@@ -39,8 +47,8 @@ declare const _default: import("vue").DefineComponent<{
39
47
  kgDescriptionColumn: import("vue").PropType<string>;
40
48
  kgAction: import("vue").PropType<string>;
41
49
  kgActionParameter: import("vue").PropType<string>;
42
- kgValidateInfos: {
43
- type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").validateInfos>;
50
+ kgValidateInfo: {
51
+ type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").ValidateInfo>;
44
52
  default: () => {};
45
53
  };
46
54
  kgActionType: {
@@ -50,8 +58,9 @@ declare const _default: import("vue").DefineComponent<{
50
58
  value: import("vue").PropType<string | number | (string | number)[]>;
51
59
  'onUpdate:value': import("vue").PropType<(value: any) => void>;
52
60
  }>>, {
53
- kgSpan: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24;
54
- kgValidateInfos: import("ant-design-vue/lib/form/useForm").validateInfos;
61
+ kgGutter: number;
62
+ kgSpan: 1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24;
63
+ kgValidateInfo: import("ant-design-vue/lib/form/useForm").ValidateInfo;
55
64
  kgActionType: import("axios").Method;
56
65
  }>;
57
66
  export default _default;
@@ -5,8 +5,12 @@ declare const _default: import("vue").DefineComponent<{
5
5
  type: import("vue").PropType<string>;
6
6
  required: boolean;
7
7
  };
8
+ kgGutter: {
9
+ type: import("vue").PropType<number>;
10
+ default: number;
11
+ };
8
12
  kgSpan: {
9
- type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
13
+ type: import("vue").PropType<1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
10
14
  default: number;
11
15
  };
12
16
  kgType: import("vue").PropType<KG_CONTROL_TYPES_ENUM>;
@@ -15,8 +19,8 @@ declare const _default: import("vue").DefineComponent<{
15
19
  kgDescriptionColumn: import("vue").PropType<string>;
16
20
  kgAction: import("vue").PropType<string>;
17
21
  kgActionParameter: import("vue").PropType<string>;
18
- kgValidateInfos: {
19
- type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").validateInfos>;
22
+ kgValidateInfo: {
23
+ type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").ValidateInfo>;
20
24
  default: () => {};
21
25
  };
22
26
  kgActionType: {
@@ -30,8 +34,12 @@ declare const _default: import("vue").DefineComponent<{
30
34
  type: import("vue").PropType<string>;
31
35
  required: boolean;
32
36
  };
37
+ kgGutter: {
38
+ type: import("vue").PropType<number>;
39
+ default: number;
40
+ };
33
41
  kgSpan: {
34
- type: import("vue").PropType<1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
42
+ type: import("vue").PropType<1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24>;
35
43
  default: number;
36
44
  };
37
45
  kgType: import("vue").PropType<KG_CONTROL_TYPES_ENUM>;
@@ -40,8 +48,8 @@ declare const _default: import("vue").DefineComponent<{
40
48
  kgDescriptionColumn: import("vue").PropType<string>;
41
49
  kgAction: import("vue").PropType<string>;
42
50
  kgActionParameter: import("vue").PropType<string>;
43
- kgValidateInfos: {
44
- type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").validateInfos>;
51
+ kgValidateInfo: {
52
+ type: import("vue").PropType<import("ant-design-vue/lib/form/useForm").ValidateInfo>;
45
53
  default: () => {};
46
54
  };
47
55
  kgActionType: {
@@ -53,8 +61,9 @@ declare const _default: import("vue").DefineComponent<{
53
61
  }>> & {
54
62
  onKgSubmit?: ((...args: any[]) => any) | undefined;
55
63
  }, {
56
- kgSpan: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24;
57
- kgValidateInfos: import("ant-design-vue/lib/form/useForm").validateInfos;
64
+ kgGutter: number;
65
+ kgSpan: 1 | 2 | 6 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24;
66
+ kgValidateInfo: import("ant-design-vue/lib/form/useForm").ValidateInfo;
58
67
  kgActionType: import("axios").Method;
59
68
  }>;
60
69
  export default _default;