@kengic/vue 0.2.1-beta.9 → 0.2.2-beta.11

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 (65) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/kengic-vue.js +5217 -4543
  3. package/dist/src/apis/WMS/Controllers/VarCatalogController/DeleteBatch.d.ts +1 -1
  4. package/dist/src/apis/WMS/Controllers/VarCatalogController/ExportXls.d.ts +0 -15
  5. package/dist/src/apis/WMS/Controllers/VarCatalogController/List.d.ts +12 -14
  6. package/dist/src/apis/WMS/Controllers/VarContextController/ExportXls.d.ts +0 -11
  7. package/dist/src/apis/WMS/Controllers/VarContextController/List.d.ts +9 -11
  8. package/dist/src/apis/WMS/Controllers/VarController/GetAll.d.ts +2 -2
  9. package/dist/src/apis/WMS/models.d.ts +106 -126
  10. package/dist/src/components/KgButton/KgButton.Copy.d.ts +4 -4
  11. package/dist/src/components/KgButton/KgButton.Create.d.ts +6 -8
  12. package/dist/src/components/KgButton/KgButton.Delete.d.ts +5 -4
  13. package/dist/src/components/KgButton/KgButton.Export.d.ts +4 -4
  14. package/dist/src/components/KgButton/KgButton.Import.d.ts +4 -4
  15. package/dist/src/components/KgButton/KgButton.Other.d.ts +7 -6
  16. package/dist/src/components/KgButton/KgButton.Search.d.ts +11 -10
  17. package/dist/src/components/KgButton/KgButton.Update.d.ts +6 -8
  18. package/dist/src/components/KgButton/KgButton.d.ts +5 -5
  19. package/dist/src/components/KgButton/index.vm.d.ts +3 -3
  20. package/dist/src/components/KgControl/KgControl.Date.d.ts +4 -8
  21. package/dist/src/components/KgControl/KgControl.Input.d.ts +4 -8
  22. package/dist/src/components/KgControl/KgControl.InputNumber.d.ts +4 -8
  23. package/dist/src/components/KgControl/KgControl.Select.d.ts +16 -15
  24. package/dist/src/components/KgControl/KgControl.Switch.d.ts +4 -8
  25. package/dist/src/components/KgControl/KgControl.d.ts +13 -16
  26. package/dist/src/components/KgControl/addon/KgControl.Addon.Lookup.Modal.d.ts +5 -5
  27. package/dist/src/components/KgControl/addon/KgControl.Addon.Lookup.d.ts +5 -5
  28. package/dist/src/components/KgControl/index.vm.d.ts +12 -16
  29. package/dist/src/components/KgModal/KgModal.Close.d.ts +24 -0
  30. package/dist/src/components/KgModal/KgModal.d.ts +565 -0
  31. package/dist/src/components/KgModal/index.d.ts +1 -0
  32. package/dist/src/components/KgModal/index.vm.d.ts +179 -0
  33. package/dist/src/components/KgProgressA/KgProgressA.d.ts +29 -2
  34. package/dist/src/components/KgProgressA/index.d.ts +1 -0
  35. package/dist/src/components/KgSearch/KgSearch.d.ts +2 -8
  36. package/dist/src/components/KgSearch/KgSearch.data.d.ts +6 -0
  37. package/dist/src/components/KgSearch/index.hooks.d.ts +14 -5
  38. package/dist/src/components/KgSearch/index.store.d.ts +13 -7
  39. package/dist/src/components/KgTable/KgTable.Cell.d.ts +11 -6
  40. package/dist/src/components/KgTable/KgTable.Info.d.ts +8 -3
  41. package/dist/src/components/KgTable/KgTable.Setting.d.ts +22 -0
  42. package/dist/src/components/KgTable/KgTable.d.ts +6 -4
  43. package/dist/src/components/KgTable/KgTable.data.d.ts +12 -6
  44. package/dist/src/components/KgTable/index.hooks.d.ts +7 -3
  45. package/dist/src/components/KgTable/index.store.d.ts +21 -4
  46. package/dist/src/components/KgTable/index.vm.d.ts +12 -2
  47. package/dist/src/components/KgVar/KgVar.d.ts +23 -0
  48. package/dist/src/components/KgVar/index.d.ts +1 -0
  49. package/dist/src/components/KgVar/index.hooks.d.ts +13 -3
  50. package/dist/src/components/KgVar/index.store.d.ts +29 -7
  51. package/dist/src/components/KgYesOrNo/KgYesOrNo.d.ts +13 -2
  52. package/dist/src/components/KgYesOrNo/index.d.ts +1 -0
  53. package/dist/src/components/index.d.ts +4 -5
  54. package/dist/src/config/setup.d.ts +16 -19
  55. package/dist/src/consts/i18n/en.d.ts +27 -23
  56. package/dist/src/consts/i18n/index.d.ts +53 -45
  57. package/dist/src/consts/i18n/zh_CN.d.ts +27 -23
  58. package/dist/src/consts/index.d.ts +20 -1
  59. package/dist/src/helpers/tsx.helper.d.ts +13 -0
  60. package/dist/src/utils/kg.util.d.ts +4 -1
  61. package/dist/src/utils/logger.util.d.ts +1 -1
  62. package/dist/src/utils/route.util.d.ts +8 -6
  63. package/dist/src/utils/var.util.d.ts +1 -1
  64. package/package.json +11 -3
  65. package/dist/src/components/KgPage/KgPage.d.ts +0 -3
@@ -5,6 +5,8 @@ export interface KgVarState {
5
5
  * 当前可能打开了多个界面, 需要按照先后顺序记录下来, 当打开变量配置弹窗时, 打开的是最近那个页面的变量配置.
6
6
  */
7
7
  formIDs: Array<string>;
8
+ /** 正在查询变量配置. */
9
+ isRetrievingMap: Map<string, boolean>;
8
10
  /** 变量别名. */
9
11
  varCatalogsMap: Map<string, Array<VarCatalog>>;
10
12
  /** 变量查找. */
@@ -32,14 +34,15 @@ export interface KgVarState {
32
34
  }
33
35
  export declare type IKgVarStoreDefinition = StoreDefinition<'KgVar', KgVarState, {
34
36
  getTopFormID(): string | null;
37
+ isRetrieving(): (formID?: string | null) => boolean | null;
35
38
  getVarCatalogs(): (formID?: string | null) => Array<VarCatalog> | null;
36
- getVarCatalog(): (formID?: string | null, varName?: string | null) => VarCatalog | null;
37
- getVarLookup(): (formID?: string | null, varName?: string | null) => VarLookup | null;
38
- getVarPossibility(): (formID?: string | null, varName?: string | null) => VarPossibility | null;
39
- getVarConfig(): (formID?: string | null, varName?: string | null) => VarConfig | null;
39
+ getVarCatalog(): (formID?: string | null, var_nam?: string | null) => VarCatalog | null;
40
+ getVarLookup(): (formID?: string | null, var_nam?: string | null) => VarLookup | null;
41
+ getVarPossibility(): (formID?: string | null, var_nam?: string | null) => VarPossibility | null;
42
+ getVarConfig(): (formID?: string | null, var_nam?: string | null) => VarConfig | null;
40
43
  getVarButtons(): (formID?: string | null) => Array<VarButton> | null;
41
44
  getVarButtonSearch(): (formID?: string | null) => VarButton | null;
42
- getVarButton(): (formID?: string | null, varName?: string | null) => VarButton | null;
45
+ getVarButton(): (formID?: string | null, var_nam?: string | null) => VarButton | null;
43
46
  getVarProfileMasters(): (formID?: string | null) => Array<VarProfileMasterDTO> | null;
44
47
  getVarProfileDetails(): (formID?: string | null) => Array<VarProfileDetail> | null;
45
48
  getCurrentVarProfileMaster(): (formID?: string | null) => VarProfileMasterDTO | null;
@@ -47,12 +50,31 @@ export declare type IKgVarStoreDefinition = StoreDefinition<'KgVar', KgVarState,
47
50
  getVarGridConfig(): (formID?: string | null) => VarGridConfig | null;
48
51
  getVarGridMasters(): (formID?: string | null) => Array<VarGridMasterDTO> | null;
49
52
  getVarGridMaster(): (formID?: string | null) => VarGridMasterDTO | null;
53
+ getVisibleVarGridDetails(): (formID?: string | null) => Array<VarGridDetail> | null;
54
+ getVisibleVarGridDetailsTotalWidth(): (formID?: string | null) => number | null;
50
55
  getVarGridDetails(): (formID?: string | null) => Array<VarGridDetail> | null;
56
+ getVarGridDetail(): (formID?: string | null, var_nam?: string | null) => VarGridDetail | null;
51
57
  }, {
52
- leave(formID: string): void;
53
- retrieveAll(formID?: string | null): Promise<void>;
54
58
  enter(formID: string): Promise<void>;
59
+ leave(formID: string): void;
60
+ retrieve(formID?: string | null): Promise<void>;
61
+ setIsRetrieving(formID: string, value: boolean): void;
55
62
  setCurrentVarProfileMasterID(formID: string, currentVarProfileMasterID: string): void;
63
+ setVarGridDetailWidth(formID: string, var_nam: string | null | undefined, width: number): void;
64
+ /**
65
+ * 设置某个变量下拉列表配置.
66
+ * @param formID 界面标识.
67
+ * @param var_nam 变量名称
68
+ * @param varPossibility 配置.
69
+ */
70
+ setVarPossibility(formID: string | null | undefined, var_nam: string | null | undefined, varPossibility: VarPossibility): void;
71
+ /**
72
+ * 修改某个变量下拉列表配置中的查询参数, 只修改传入的参数属性, 其他属性保持不变.
73
+ * @param formID 界面标识.
74
+ * @param var_nam 变量名称
75
+ * @param commandParameter 要修改的参数.
76
+ */
77
+ patchVarPossibilityCommandParameter(formID: string | null | undefined, var_nam: string | null | undefined, commandParameter: Record<string, any>): void;
56
78
  }>;
57
79
  export declare type IKgVarStore = ReturnType<IKgVarStoreDefinition>;
58
80
  export declare const useKgVarStore: () => IKgVarStoreDefinition;
@@ -1,5 +1,16 @@
1
- import { PropType } from 'vue';
1
+ import { ExtractPropTypes, PropType } from 'vue';
2
2
  import './KgYesOrNo.less';
3
+ export declare const getProps: () => {
4
+ /**
5
+ * 布尔数据.
6
+ * @default false
7
+ */
8
+ kgValue: {
9
+ type: PropType<boolean>;
10
+ default: boolean;
11
+ };
12
+ };
13
+ export declare type KgYesOrNoProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
3
14
  declare const _default: import("vue").DefineComponent<{
4
15
  /**
5
16
  * 布尔数据.
@@ -9,7 +20,7 @@ declare const _default: import("vue").DefineComponent<{
9
20
  type: PropType<boolean>;
10
21
  default: boolean;
11
22
  };
12
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
13
24
  /**
14
25
  * 布尔数据.
15
26
  * @default false
@@ -0,0 +1 @@
1
+ export { default as KgYesOrNo, type KgYesOrNoProps } from './KgYesOrNo';
@@ -1,9 +1,8 @@
1
1
  export * from './KgButton';
2
2
  export * from './KgControl';
3
- export * from './KgTable';
3
+ export * from './KgModal';
4
+ export * from './KgProgressA';
4
5
  export * from './KgSearch';
5
- import KgPage from './KgPage/KgPage';
6
- import KgProgressA from './KgProgressA/KgProgressA';
7
- import KgYesOrNo from './KgYesOrNo/KgYesOrNo';
8
- export { KgPage, KgProgressA, KgYesOrNo };
6
+ export * from './KgTable';
9
7
  export * from './KgVar';
8
+ export * from './KgYesOrNo';
@@ -1,8 +1,23 @@
1
1
  import { Pinia } from 'pinia';
2
2
  import { ComputedRef } from 'vue';
3
3
  /**
4
- * 由于许多数据是由项目维护的, 组件库需要用到这些数据, 则必须让项目调用下面的这些配置方法, 将各种数据设置进来.
4
+ * 配置 pinia 实例.
5
+ * @param pinia pinia 实例.
5
6
  */
7
+ export declare function setupStore(pinia: Pinia): void;
8
+ /**
9
+ * 获取 pinia 实例.
10
+ */
11
+ export declare function store(): Pinia | null;
12
+ /**
13
+ * 配置语言.
14
+ * @param locale 语言.
15
+ */
16
+ export declare function setupLocale(locale: ComputedRef<string>): void;
17
+ /**
18
+ * 获取语言.
19
+ */
20
+ export declare function locale(): ComputedRef<string> | null;
6
21
  declare type T = {
7
22
  (key: string): string;
8
23
  (key: string, locale: string): string;
@@ -22,22 +37,4 @@ export declare function setupT(i18n: any): void;
22
37
  * @param arg
23
38
  */
24
39
  export declare const t: T;
25
- /**
26
- * 配置 pinia 实例.
27
- * @param pinia pinia 实例.
28
- */
29
- export declare function setupStore(pinia: Pinia): void;
30
- /**
31
- * 获取 pinia 实例.
32
- */
33
- export declare function store(): Pinia | null;
34
- /**
35
- * 配置语言.
36
- * @param locale 语言.
37
- */
38
- export declare function setupLocale(locale: ComputedRef<string>): void;
39
- /**
40
- * 获取语言.
41
- */
42
- export declare function locale(): ComputedRef<string> | null;
43
40
  export {};
@@ -1,26 +1,5 @@
1
1
  declare const _default: {
2
2
  kg: {
3
- yes: string;
4
- no: string;
5
- reset: string;
6
- search: string;
7
- query: string;
8
- required: string;
9
- import: string;
10
- export: string;
11
- add: string;
12
- create: string;
13
- update: string;
14
- edit: string;
15
- copy: string;
16
- delete: string;
17
- save: string;
18
- cancel: string;
19
- confirm: string;
20
- lookup: string;
21
- button: string;
22
- confirmDelete: string;
23
- emptyText: string;
24
3
  KgSearch: {
25
4
  title: string;
26
5
  };
@@ -30,11 +9,36 @@ declare const _default: {
30
9
  };
31
10
  KgTableInfo: {
32
11
  check: string;
33
- row: string;
34
12
  clearCheck: string;
35
- locate: string;
36
13
  clearTable: string;
14
+ locate: string;
15
+ row: string;
37
16
  };
17
+ action: string;
18
+ add: string;
19
+ button: string;
20
+ cancel: string;
21
+ confirm: string;
22
+ confirmDelete: string;
23
+ copy: string;
24
+ create: string;
25
+ delete: string;
26
+ deleteSuccess: string;
27
+ edit: string;
28
+ emptyText: string;
29
+ export: string;
30
+ import: string;
31
+ lookup: string;
32
+ no: string;
33
+ query: string;
34
+ required: string;
35
+ reset: string;
36
+ save: string;
37
+ search: string;
38
+ show: string;
39
+ tip: string;
40
+ update: string;
41
+ yes: string;
38
42
  };
39
43
  };
40
44
  export default _default;
@@ -1,27 +1,6 @@
1
1
  export declare const KG_I18N: {
2
2
  en: {
3
3
  kg: {
4
- yes: string;
5
- no: string;
6
- reset: string;
7
- search: string;
8
- query: string;
9
- required: string;
10
- import: string;
11
- export: string;
12
- add: string;
13
- create: string;
14
- update: string;
15
- edit: string;
16
- copy: string;
17
- delete: string;
18
- save: string;
19
- cancel: string;
20
- confirm: string;
21
- lookup: string;
22
- button: string;
23
- confirmDelete: string;
24
- emptyText: string;
25
4
  KgSearch: {
26
5
  title: string;
27
6
  };
@@ -31,36 +10,40 @@ export declare const KG_I18N: {
31
10
  };
32
11
  KgTableInfo: {
33
12
  check: string;
34
- row: string;
35
13
  clearCheck: string;
36
- locate: string;
37
14
  clearTable: string;
15
+ locate: string;
16
+ row: string;
38
17
  };
39
- };
40
- };
41
- zh_CN: {
42
- kg: {
43
- yes: string;
44
- no: string;
45
- reset: string;
46
- search: string;
47
- query: string;
48
- required: string;
49
- import: string;
50
- export: string;
18
+ action: string;
51
19
  add: string;
52
- create: string;
53
- update: string;
54
- edit: string;
55
- copy: string;
56
- delete: string;
57
- save: string;
20
+ button: string;
58
21
  cancel: string;
59
22
  confirm: string;
60
- lookup: string;
61
- button: string;
62
23
  confirmDelete: string;
24
+ copy: string;
25
+ create: string;
26
+ delete: string;
27
+ deleteSuccess: string;
28
+ edit: string;
63
29
  emptyText: string;
30
+ export: string;
31
+ import: string;
32
+ lookup: string;
33
+ no: string;
34
+ query: string;
35
+ required: string;
36
+ reset: string;
37
+ save: string;
38
+ search: string;
39
+ show: string;
40
+ tip: string;
41
+ update: string;
42
+ yes: string;
43
+ };
44
+ };
45
+ zh_CN: {
46
+ kg: {
64
47
  KgSearch: {
65
48
  title: string;
66
49
  };
@@ -70,11 +53,36 @@ export declare const KG_I18N: {
70
53
  };
71
54
  KgTableInfo: {
72
55
  check: string;
73
- row: string;
74
56
  clearCheck: string;
75
- locate: string;
76
57
  clearTable: string;
58
+ locate: string;
59
+ row: string;
77
60
  };
61
+ action: string;
62
+ add: string;
63
+ button: string;
64
+ cancel: string;
65
+ confirm: string;
66
+ confirmDelete: string;
67
+ copy: string;
68
+ create: string;
69
+ delete: string;
70
+ deleteSuccess: string;
71
+ edit: string;
72
+ emptyText: string;
73
+ export: string;
74
+ import: string;
75
+ lookup: string;
76
+ no: string;
77
+ query: string;
78
+ required: string;
79
+ reset: string;
80
+ save: string;
81
+ search: string;
82
+ show: string;
83
+ tip: string;
84
+ update: string;
85
+ yes: string;
78
86
  };
79
87
  };
80
88
  };
@@ -1,26 +1,5 @@
1
1
  declare const _default: {
2
2
  kg: {
3
- yes: string;
4
- no: string;
5
- reset: string;
6
- search: string;
7
- query: string;
8
- required: string;
9
- import: string;
10
- export: string;
11
- add: string;
12
- create: string;
13
- update: string;
14
- edit: string;
15
- copy: string;
16
- delete: string;
17
- save: string;
18
- cancel: string;
19
- confirm: string;
20
- lookup: string;
21
- button: string;
22
- confirmDelete: string;
23
- emptyText: string;
24
3
  KgSearch: {
25
4
  title: string;
26
5
  };
@@ -30,11 +9,36 @@ declare const _default: {
30
9
  };
31
10
  KgTableInfo: {
32
11
  check: string;
33
- row: string;
34
12
  clearCheck: string;
35
- locate: string;
36
13
  clearTable: string;
14
+ locate: string;
15
+ row: string;
37
16
  };
17
+ action: string;
18
+ add: string;
19
+ button: string;
20
+ cancel: string;
21
+ confirm: string;
22
+ confirmDelete: string;
23
+ copy: string;
24
+ create: string;
25
+ delete: string;
26
+ deleteSuccess: string;
27
+ edit: string;
28
+ emptyText: string;
29
+ export: string;
30
+ import: string;
31
+ lookup: string;
32
+ no: string;
33
+ query: string;
34
+ required: string;
35
+ reset: string;
36
+ save: string;
37
+ search: string;
38
+ show: string;
39
+ tip: string;
40
+ update: string;
41
+ yes: string;
38
42
  };
39
43
  };
40
44
  export default _default;
@@ -40,10 +40,15 @@ export declare const enum KG_CONTROL_TYPE {
40
40
  /** 文件上传按钮. */
41
41
  BTN_UPLOAD = "BTN_UPLOAD"
42
42
  }
43
+ /** 表格单元格子显示类型. */
44
+ export declare const enum KG_TD_DISPLAY_TYPE {
45
+ /** 布尔数据, 使用 KgYesOrNo 组件显示. */
46
+ YN = "YN"
47
+ }
43
48
  /** 所有模块. */
44
49
  export declare const KG_APPS: Array<KG_APP>;
45
50
  /** 按钮类型. */
46
- export declare const enum KG_BUTTON_TYPE {
51
+ export declare const enum KG_BTN_TYPE {
47
52
  /** 创建. */
48
53
  CREATE = "CREATE",
49
54
  /** 创建. */
@@ -65,6 +70,20 @@ export declare const enum KG_BUTTON_TYPE {
65
70
  /** 其他. */
66
71
  OTHER = "OTHER"
67
72
  }
73
+ /** 按钮颜色. */
74
+ export declare const enum KG_BTN_COLOR {
75
+ /** 错误. */
76
+ DANGER = "DANGER",
77
+ /** 警告. */
78
+ WARN = "WARN"
79
+ }
80
+ /** 按钮显示类型. */
81
+ export declare const enum KG_BTN_DISPLAY_TYPE {
82
+ /** 按钮依次排列在一横排. */
83
+ DEFAULT = "DEFAULT",
84
+ /** 显示为下拉的菜单列表. */
85
+ SELECT = "SELECT"
86
+ }
68
87
  /** 定制级别. */
69
88
  export declare const enum KG_CUSTOM_LEVEL {
70
89
  /** 系统. */
@@ -0,0 +1,13 @@
1
+ import { Slots } from 'vue';
2
+ /**
3
+ * 根据 name 获取 slot 的渲染结果.
4
+ */
5
+ export declare function renderSlot(slots: Slots, name: string): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6
+ [key: string]: any;
7
+ }>[] | null;
8
+ /**
9
+ * 扩展 slots.
10
+ * @param slots 原始的 slots.
11
+ * @param excludes 要排除的 slot.
12
+ */
13
+ export declare function renderSlots(slots: Slots, excludes?: string[]): any;
@@ -42,7 +42,10 @@ export declare class KgUtil {
42
42
  * https://www.antdv.com/components/modal
43
43
  * @param props
44
44
  */
45
- static confirm(props: ModalFuncProps): {
45
+ static confirm(props: ModalFuncProps & {
46
+ /** 是否隐藏取消按钮. */
47
+ hideCancelButton?: boolean;
48
+ }): {
46
49
  destroy: () => void;
47
50
  update: (newConfig: ModalFuncProps) => void;
48
51
  };
@@ -27,7 +27,7 @@ declare class Logger {
27
27
  * @param collapsed 是否折叠.
28
28
  * @param style 提示消息样式.
29
29
  */
30
- static log(level: "error" | "warn" | "info" | undefined, message: string, args?: Record<string, any>, collapsed?: boolean, style?: string): void;
30
+ static log(level: "error" | "info" | "warn" | undefined, message: string, args?: Record<string, any>, collapsed?: boolean, style?: string): void;
31
31
  /**
32
32
  * 打印警告日志.
33
33
  *
@@ -1,6 +1,8 @@
1
- /**
2
- * 给所有模块都添加在线表单的路由.
3
- * 由于默认的在线表单路由是没有区分模块的, 而每个模块下都可能有在线表单, 因此给每个模块都添加在线表单的路由.
4
- * @param routes 当前路由列表.
5
- */
6
- export declare function addOnlineRoutesForAllApps(routes: any[]): any[];
1
+ export declare class KgRouteUtil {
2
+ /**
3
+ * 给所有模块都添加在线表单的路由.
4
+ * 由于默认的在线表单路由是没有区分模块的, 而每个模块下都可能有在线表单, 因此给每个模块都添加在线表单的路由.
5
+ * @param routes 当前路由列表.
6
+ */
7
+ static addOnlineRoutesForAllApps(routes: any[]): any[];
8
+ }
@@ -7,5 +7,5 @@ export declare class KgVarUtil {
7
7
  * @param params JSON 字符串形式的参数.
8
8
  * @return 参数对象.
9
9
  */
10
- static parseActionParameter(params?: string | null): Record<string, any>;
10
+ static parseCommandParameter(params?: string | null): Record<string, any>;
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.2.1-beta.9",
3
+ "version": "0.2.2-beta.11",
4
4
  "scripts": {
5
5
  "build": "rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "rimraf dist && vue-tsc && vite build --mode development",
@@ -8,11 +8,16 @@
8
8
  "publish:all:patch": "npm run bump-version:patch && npm run publish:all",
9
9
  "publish:all:minor": "npm run bump-version:minor && npm run publish:all",
10
10
  "publish:all:major": "npm run bump-version:major && npm run publish:all",
11
+ "-------------------- C": "",
12
+ "bump-to:luotao.c.wms-vue3": "tsx scripts/bump-to.luotao.c.wms-vue3.ts",
13
+ "copy-to:luotao.c.wms-vue3": "tsx scripts/copy-to.luotao.c.wms-vue3.ts",
14
+ "copy-to:luotao.c.wms-vue3 & build": "npm run build:dev && npm run copy-to:luotao.c.wms-vue3",
15
+ "-------------------- D": "",
11
16
  "bump-to:luotao.wms-vue3": "tsx scripts/bump-to.luotao.wms-vue3.ts",
12
17
  "copy-to:luotao.wms-vue3": "tsx scripts/copy-to.luotao.wms-vue3.ts",
13
18
  "copy-to:luotao.wms-vue3 & build": "npm run build:dev && npm run copy-to:luotao.wms-vue3",
14
- "gen:apis:WMS": "kengic-pont generate-apis --config kg.config.ts --origin WMS",
15
19
  "--------------------": "",
20
+ "gen:apis:WMS": "kengic-pont generate-apis --config kg.config.ts --origin WMS",
16
21
  "bump-version:beta": "tsx scripts/bump.ts beta",
17
22
  "bump-version:major": "tsx scripts/bump.ts major",
18
23
  "bump-version:minor": "tsx scripts/bump.ts minor",
@@ -25,7 +30,10 @@
25
30
  },
26
31
  "dependencies": {
27
32
  "@ant-design/icons-vue": "6.1.0",
33
+ "@iconify-icons/ant-design": "1.2.5",
28
34
  "@iconify/vue": "4.1.1",
35
+ "@vueuse/core": "8.9.4",
36
+ "@vueuse/shared": "8.9.4",
29
37
  "ant-design-vue": "3.2.14",
30
38
  "axios": "0.26.1",
31
39
  "dayjs": "1.11.6",
@@ -34,7 +42,7 @@
34
42
  "pinia": "2.0.12"
35
43
  },
36
44
  "devDependencies": {
37
- "@kengic/pont": "1.2.10-beta.23",
45
+ "@kengic/pont": "1.2.10-beta.32",
38
46
  "@types/lodash-es": "~4.17.7",
39
47
  "@types/node": "~18.14.6",
40
48
  "@types/semver": "~7.3.13",
@@ -1,3 +0,0 @@
1
- import './KgPage.less';
2
- declare const _default: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3
- export default _default;