@kengic/vue 0.30.1-beta.2 → 0.30.1-beta.20
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/CHANGELOG.md +1 -1
- package/dist/align-left-outlined.579b01c6.mjs +8 -0
- package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
- package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
- package/dist/caret-up-outlined.81b559ad.mjs +8 -0
- package/dist/double-right-outlined.f057a6b2.mjs +8 -0
- package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
- package/dist/holder-outlined.9e698750.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +143981 -107078
- package/dist/loading-outlined.13a15197.mjs +8 -0
- package/dist/more-outlined.8e1202ac.mjs +8 -0
- package/dist/project/build/utils.ts +20 -15
- package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +3 -3
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +25 -0
- package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/index.d.ts +1 -1
- package/dist/src/api/WMS/models.d.ts +11 -5
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +1 -33
- package/dist/src/component/KgForm/KgForm.d.ts +3 -3
- package/dist/src/component/KgForm/index.d.ts +4 -4
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +1 -3
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +2 -2
- package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +2 -2
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +2 -6
- package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +0 -2
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +4 -2
- package/dist/src/component/KgModal/KgModal.d.ts +1 -1
- package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
- package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +74 -0
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +81 -0
- package/dist/src/component/KgSimulator/KgSimulator.Toolbar.Prefab.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.Toolbar.d.ts +113 -0
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +17 -0
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +6 -0
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +8 -0
- package/dist/src/component/KgSimulator/KgSimulator.service.d.ts +46 -0
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +36 -0
- package/dist/src/component/KgSimulator/index.d.ts +3 -0
- package/dist/src/component/KgTable/KgTable.model.d.ts +0 -2
- package/dist/src/component/KgTable/components/{KgTable.HeaderCell.d.ts → KgTable.HeadCell.d.ts} +1 -1
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +43 -0
- package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
- package/dist/src/component/KgVar/KgVarFactory.d.ts +12 -4
- package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +2 -2
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +4 -4
- package/dist/src/component/index.d.ts +1 -0
- package/dist/src/config/config.store.d.ts +15 -3
- package/dist/src/const/const.model.d.ts +545 -6
- package/dist/src/const/form-id.const.d.ts +10 -10
- package/dist/src/const/index.d.ts +0 -1
- package/dist/src/i18n/cs_CZ.d.ts +1 -1
- package/dist/src/i18n/en.d.ts +1 -1
- package/dist/src/i18n/es_ES.d.ts +1 -1
- package/dist/src/i18n/fr_FR.d.ts +1 -1
- package/dist/src/i18n/km_KH.d.ts +1 -1
- package/dist/src/i18n/ko_KR.d.ts +1 -1
- package/dist/src/i18n/vi_VN.d.ts +1 -1
- package/dist/src/i18n/zh_CN.d.ts +1 -1
- package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Legend.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Offline.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Setting.d.ts +5 -0
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
- package/dist/src/page/{KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
- package/dist/src/page/KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.d.ts +5 -0
- package/dist/src/page/{KgCircleVis/components/KgCircleVis.hooks.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.hooks.d.ts} +6 -6
- package/dist/src/page/{KgCircleVis/components/KgCircleVis.model.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.model.d.ts} +1 -1
- package/dist/src/page/{KgCircleVis/components/KgCircleVis.store.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.store.d.ts} +11 -11
- package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
- package/dist/src/page/index.d.ts +2 -2
- package/dist/src/project/src/utils/env.d.ts +0 -16
- package/dist/src/util/ant-design-vue.d.ts +1 -1
- package/package.json +8 -6
- package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +0 -54
- package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
- package/dist/src/const/injection-keys.const.d.ts +0 -11
- package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
- package/dist/src/page/KgCircleVis/index.d.ts +0 -1
- /package/dist/src/api/WMS/Controllers/{WhController → WarehouseController}/index.d.ts +0 -0
- /package/dist/src/page/{KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → KgPageCircularShuttleMonitor/components/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { VxeTableDefines } from 'vxe-table';
|
|
3
|
+
export declare const getProps: () => {
|
|
4
|
+
/**
|
|
5
|
+
* 列的数据.
|
|
6
|
+
*/
|
|
7
|
+
column: {
|
|
8
|
+
type: PropType<VxeTableDefines.ColumnInfo<any>>;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* 行的数据.
|
|
12
|
+
*/
|
|
13
|
+
row: {
|
|
14
|
+
type: PropType<any>;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
export declare const KgTable02HeadCell: import("vue").DefineComponent<{
|
|
18
|
+
/**
|
|
19
|
+
* 列的数据.
|
|
20
|
+
*/
|
|
21
|
+
column: {
|
|
22
|
+
type: PropType<VxeTableDefines.ColumnInfo<any>>;
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* 行的数据.
|
|
26
|
+
*/
|
|
27
|
+
row: {
|
|
28
|
+
type: PropType<any>;
|
|
29
|
+
};
|
|
30
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
31
|
+
/**
|
|
32
|
+
* 列的数据.
|
|
33
|
+
*/
|
|
34
|
+
column: {
|
|
35
|
+
type: PropType<VxeTableDefines.ColumnInfo<any>>;
|
|
36
|
+
};
|
|
37
|
+
/**
|
|
38
|
+
* 行的数据.
|
|
39
|
+
*/
|
|
40
|
+
row: {
|
|
41
|
+
type: PropType<any>;
|
|
42
|
+
};
|
|
43
|
+
}>> & {}, {}>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { ComputedRef, InjectionKey } from 'vue';
|
|
2
1
|
import { IKgButtonProps } from '../KgButton';
|
|
3
2
|
import { IKgFormItemSlotControlParameter, IKgFormItemSlotControlRightParameter } from '../KgForm.Item/KgForm.Item.model';
|
|
4
3
|
import { IKgSearchProps } from '../KgSearch';
|
|
@@ -61,8 +60,6 @@ export declare type IKgSlots = {
|
|
|
61
60
|
[childFormID: string]: () => any;
|
|
62
61
|
};
|
|
63
62
|
};
|
|
64
|
-
/** 注入 kgSlots 参数. */
|
|
65
|
-
export declare const KG__DI__KG_VAR__KG_SLOTS: InjectionKey<IKgSlots | undefined>;
|
|
66
63
|
export declare type IKgProps = {
|
|
67
64
|
KgButton?: IKgButtonProps;
|
|
68
65
|
KgSearch?: IKgSearchProps;
|
|
@@ -71,5 +68,3 @@ export declare type IKgProps = {
|
|
|
71
68
|
KgTable02?: KgTable02Props;
|
|
72
69
|
KgVar?: KgVarProps;
|
|
73
70
|
};
|
|
74
|
-
/** 注入 kgProps 参数. */
|
|
75
|
-
export declare const KG__DI__KG_VAR__KG_PROPS: InjectionKey<ComputedRef<IKgProps | undefined>>;
|
|
@@ -4,7 +4,9 @@ export declare function KgVarFactory(param?: {
|
|
|
4
4
|
kgBackgroundGray: {
|
|
5
5
|
type: import("vue").PropType<boolean>;
|
|
6
6
|
default: undefined;
|
|
7
|
-
};
|
|
7
|
+
}; /**
|
|
8
|
+
* 子页面的组件.
|
|
9
|
+
*/
|
|
8
10
|
kgFormID: import("vue").PropType<string>;
|
|
9
11
|
kgLevel: {
|
|
10
12
|
type: import("vue").PropType<number>;
|
|
@@ -16,7 +18,9 @@ export declare function KgVarFactory(param?: {
|
|
|
16
18
|
kgBackgroundGray: {
|
|
17
19
|
type: import("vue").PropType<boolean>;
|
|
18
20
|
default: undefined;
|
|
19
|
-
};
|
|
21
|
+
}; /**
|
|
22
|
+
* 子页面的组件.
|
|
23
|
+
*/
|
|
20
24
|
kgFormID: import("vue").PropType<string>;
|
|
21
25
|
kgLevel: {
|
|
22
26
|
type: import("vue").PropType<number>;
|
|
@@ -35,7 +39,9 @@ export declare const KgVar2: import("vue").DefineComponent<{
|
|
|
35
39
|
kgBackgroundGray: {
|
|
36
40
|
type: import("vue").PropType<boolean>;
|
|
37
41
|
default: undefined;
|
|
38
|
-
};
|
|
42
|
+
}; /**
|
|
43
|
+
* 子页面的组件.
|
|
44
|
+
*/
|
|
39
45
|
kgFormID: import("vue").PropType<string>;
|
|
40
46
|
kgLevel: {
|
|
41
47
|
type: import("vue").PropType<number>;
|
|
@@ -47,7 +53,9 @@ export declare const KgVar2: import("vue").DefineComponent<{
|
|
|
47
53
|
kgBackgroundGray: {
|
|
48
54
|
type: import("vue").PropType<boolean>;
|
|
49
55
|
default: undefined;
|
|
50
|
-
};
|
|
56
|
+
}; /**
|
|
57
|
+
* 子页面的组件.
|
|
58
|
+
*/
|
|
51
59
|
kgFormID: import("vue").PropType<string>;
|
|
52
60
|
kgLevel: {
|
|
53
61
|
type: import("vue").PropType<number>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IRemoveEventListener } from '@kengic/core.core';
|
|
2
2
|
import { ComputedRef } from 'vue';
|
|
3
|
-
import {
|
|
3
|
+
import { WarehouseDTO } from '../../api/WMS/models';
|
|
4
4
|
import { IKgWarehouseOnMountedEventListener } from './KgWarehouse.event';
|
|
5
5
|
import { useKgWarehouseStore } from './KgWarehouse.store';
|
|
6
6
|
export declare type IUseKgWarehouse = {
|
|
@@ -18,6 +18,6 @@ export declare type IUseKgWarehouse = {
|
|
|
18
18
|
/**
|
|
19
19
|
* 当前仓库.
|
|
20
20
|
*/
|
|
21
|
-
warehouse: ComputedRef<
|
|
21
|
+
warehouse: ComputedRef<WarehouseDTO | null>;
|
|
22
22
|
};
|
|
23
23
|
export declare function useKgWarehouse(): IUseKgWarehouse;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { WarehouseDTO } from '../../api/WMS/models';
|
|
2
2
|
import { KgStoreDefinition } from '../../const';
|
|
3
3
|
export interface IUseKgWarehouseStoreState {
|
|
4
4
|
/**
|
|
@@ -8,14 +8,14 @@ export interface IUseKgWarehouseStoreState {
|
|
|
8
8
|
/**
|
|
9
9
|
* 当前仓库.
|
|
10
10
|
*/
|
|
11
|
-
warehouse:
|
|
11
|
+
warehouse: WarehouseDTO | null;
|
|
12
12
|
}
|
|
13
13
|
export interface IUseKgWarehouseStoreGetters {
|
|
14
14
|
/**
|
|
15
15
|
* 是否显示弹窗.
|
|
16
16
|
*/
|
|
17
17
|
getVisible: boolean;
|
|
18
|
-
getWarehouse:
|
|
18
|
+
getWarehouse: WarehouseDTO | null;
|
|
19
19
|
}
|
|
20
20
|
export interface IUseKgWarehouseStoreActions {
|
|
21
21
|
/**
|
|
@@ -29,6 +29,6 @@ export interface IUseKgWarehouseStoreActions {
|
|
|
29
29
|
*
|
|
30
30
|
* @param warehouse 当前仓库.
|
|
31
31
|
*/
|
|
32
|
-
setWarehouse(warehouse?:
|
|
32
|
+
setWarehouse(warehouse?: WarehouseDTO | null): void;
|
|
33
33
|
}
|
|
34
34
|
export declare const useKgWarehouseStore: KgStoreDefinition<IUseKgWarehouseStoreGetters, IUseKgWarehouseStoreActions>;
|
|
@@ -153,8 +153,8 @@ export declare type IKgOption = {
|
|
|
153
153
|
/**
|
|
154
154
|
* 数据库的类型.
|
|
155
155
|
*
|
|
156
|
-
* @see {@link
|
|
157
|
-
* @default {@link
|
|
156
|
+
* @see {@link KG.DB_TYPE}
|
|
157
|
+
* @default {@link KG.DB_TYPE.SQLSERVER}
|
|
158
158
|
*/
|
|
159
159
|
dbType?: string;
|
|
160
160
|
/**
|
|
@@ -268,6 +268,14 @@ export interface IUseKgStoreActions {
|
|
|
268
268
|
codeName: string | null | undefined;
|
|
269
269
|
isForceRequest?: boolean | null | undefined;
|
|
270
270
|
}): Promise<void>;
|
|
271
|
+
/**
|
|
272
|
+
* 请求某组变量描述数据.
|
|
273
|
+
*
|
|
274
|
+
* @param param.formId 界面标识.
|
|
275
|
+
*/
|
|
276
|
+
requestVarConfigDescriptionList(param: {
|
|
277
|
+
formId: string | null | undefined;
|
|
278
|
+
}): Promise<void>;
|
|
271
279
|
/**
|
|
272
280
|
* 设置某组描述的数据.
|
|
273
281
|
*
|
|
@@ -288,8 +296,12 @@ export interface IUseKgStoreActions {
|
|
|
288
296
|
setUseUserStore(useUserStore: StoreDefinition<any, any, any, any>): void;
|
|
289
297
|
/**
|
|
290
298
|
* 翻译.
|
|
299
|
+
*
|
|
300
|
+
* @param key 键.
|
|
301
|
+
* @param param 参数对象.
|
|
302
|
+
* @param defaultValue 默认翻译结果.
|
|
291
303
|
*/
|
|
292
|
-
t:
|
|
304
|
+
t(key: string | null | undefined, param?: Record<string, any> | null | undefined, defaultValue?: string | null | undefined): string;
|
|
293
305
|
}
|
|
294
306
|
export declare const useKgStore: KgStoreDefinition<IUseKgStoreGetters, IUseKgStoreActions>;
|
|
295
307
|
export {};
|