@kengic/vue 0.5.21-beta.0 → 0.5.21-beta.1
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/dist/kengic-vue.js +788 -783
- package/dist/src/apis/WMS/models.d.ts +4 -2
- package/package.json +1 -1
@@ -75,6 +75,8 @@ export declare class VarButton {
|
|
75
75
|
cmd_prm?: string | null;
|
76
76
|
/** 颜色(Color). */
|
77
77
|
color?: string | null;
|
78
|
+
/** 删除时要将哪个字段作为参数传给接口(DeleteParamColumn). */
|
79
|
+
del_param_clm?: string | null;
|
78
80
|
/** 是否在勾选多行时禁用(DisableWhenMultipleSelect). */
|
79
81
|
dis_mult_select_flg?: number | null;
|
80
82
|
/** 是否在未勾选行时禁用(DisableWhenNoSelect). */
|
@@ -93,8 +95,6 @@ export declare class VarButton {
|
|
93
95
|
id?: string | null;
|
94
96
|
/** 确认弹窗配置属性. */
|
95
97
|
modal_props?: string | null;
|
96
|
-
/** 要将哪个字段作为参数传给接口. */
|
97
|
-
param_clm?: string | null;
|
98
98
|
/** 权限码. */
|
99
99
|
permission_code?: string | null;
|
100
100
|
/** 权限策略. */
|
@@ -187,6 +187,8 @@ export declare class VarGridConfig {
|
|
187
187
|
frm_id?: string | null;
|
188
188
|
/** 主键. */
|
189
189
|
id?: string | null;
|
190
|
+
/** 作为主键的列(IdColumn). */
|
191
|
+
id_clm?: string | null;
|
190
192
|
/** 是否支持多行选择(MultipleFlag). */
|
191
193
|
mult_flg?: number | null;
|
192
194
|
/** 当前分页下拉选项(PageSizeOption). */
|