@kengic/vue 0.26.6-beta.8 → 0.26.6-beta.80
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/dist/close-outlined-DMcSQWxQ.e0f0942c.mjs +8 -0
- package/dist/fullscreen-exit-outlined-X1iYkFc4.e18d74f5.mjs +8 -0
- package/dist/fullscreen-exit-outlined.a75b82c2.mjs +8 -0
- package/dist/fullscreen-outlined-DDBrsRcy.697b9c42.mjs +8 -0
- package/dist/fullscreen-outlined.c9ba7960.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +60617 -44321
- package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +51 -0
- package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/DescriptionController/index.d.ts +2 -0
- package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +73 -0
- package/dist/src/api/WMS/Controllers/SysPermissionController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.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 +18 -0
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarDdaController/index.d.ts +9 -0
- package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +19 -0
- package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarGridMasterController/index.d.ts +2 -0
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +19 -0
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarVariableController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +54 -0
- package/dist/src/api/WMS/Controllers/WhController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +25 -0
- package/dist/src/api/WMS/Controllers/WorkstationController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/index.d.ts +11 -0
- package/dist/src/api/WMS/index.d.ts +2 -0
- package/dist/src/api/WMS/models.d.ts +1018 -0
- package/dist/src/api/api.d.ts +1 -0
- package/dist/src/api/def.d.ts +1 -0
- package/dist/src/api/index.d.ts +2 -0
- package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +47 -0
- package/dist/src/component/KgAppSelect/index.d.ts +3 -0
- package/dist/src/component/KgAppSelect/index.hooks.d.ts +41 -0
- package/dist/src/component/KgAppSelect/index.store.d.ts +74 -0
- package/dist/src/component/KgButton/KgButton.Item.d.ts +41 -0
- package/dist/src/component/KgButton/KgButton.Item.data.d.ts +31 -0
- package/dist/src/component/KgButton/KgButton.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Copy.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Create.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Delete.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Export.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Import.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.ImportTemplate.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Other.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Search.d.ts +40 -0
- package/dist/src/component/KgButton/components/KgButton.Update.d.ts +40 -0
- package/dist/src/component/KgButton/index.d.ts +62 -0
- package/dist/src/component/KgButton/index.hooks.d.ts +183 -0
- package/dist/src/component/KgButton/index.store.d.ts +116 -0
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +122 -0
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +43 -0
- package/dist/src/component/KgCanvas/KgCanvasContextMenu.d.ts +107 -0
- package/dist/src/component/KgCanvas/KgCanvasToolbarFullscreen.d.ts +38 -0
- package/dist/src/component/KgCanvas/KgCanvasTooltip.d.ts +31 -0
- package/dist/src/component/KgCanvas/index.d.ts +4 -0
- package/dist/src/component/KgCanvas/index.hooks.d.ts +67 -0
- package/dist/src/component/KgCanvas/index.store.d.ts +239 -0
- package/dist/src/component/KgForm/KgForm.d.ts +414 -0
- package/dist/src/component/KgForm/index.d.ts +604 -0
- package/dist/src/component/KgForm/index.hooks.d.ts +73 -0
- package/dist/src/component/KgForm/index.store.d.ts +221 -0
- package/dist/src/component/KgForm/index.vm.d.ts +9 -0
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +97 -0
- package/dist/src/component/KgForm.Item/KgForm.Item.service.d.ts +17 -0
- package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.DynamicQueryOperator.d.ts +49 -0
- package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.Lookup.Modal.d.ts +16 -0
- package/dist/src/component/KgForm.Item/addon/KgForm.Item.Addon.Lookup.d.ts +31 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +100 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +99 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +97 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +97 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +92 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +96 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +96 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +96 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +98 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +98 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.service.d.ts +29 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +96 -0
- package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +96 -0
- package/dist/src/component/KgForm.Item/index.d.ts +2 -0
- package/dist/src/component/KgForm.Item/index.vm.d.ts +124 -0
- package/dist/src/component/KgImage/KgImage.d.ts +100 -0
- package/dist/src/component/KgImage/index.d.ts +1 -0
- package/dist/src/component/KgLayoutHeader/components/KgLayoutHeaderLocale.d.ts +38 -0
- package/dist/src/component/KgLayoutHeader/index.d.ts +2 -0
- package/dist/src/component/KgLayoutHeader/index.hooks.d.ts +4 -0
- package/dist/src/component/KgModal/KgModal.d.ts +823 -0
- package/dist/src/component/KgModal/KgModalHeaderButtons.d.ts +92 -0
- package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +12 -0
- package/dist/src/component/KgModal/hooks/useDragToResize.d.ts +29 -0
- package/dist/src/component/KgModal/index.d.ts +1 -0
- package/dist/src/component/KgModal/index.vm.d.ts +8 -0
- package/dist/src/component/KgProgressA/KgProgressA.d.ts +85 -0
- package/dist/src/component/KgProgressA/index.d.ts +1 -0
- package/dist/src/component/KgResizable/KgResizable.d.ts +91 -0
- package/dist/src/component/KgResizable/KgResizable.service.d.ts +12 -0
- package/dist/src/component/KgResizable/index.d.ts +1 -0
- package/dist/src/component/KgSearch/KgSearch.d.ts +26 -0
- package/dist/src/component/KgSearch/KgSearch.service.d.ts +32 -0
- package/dist/src/component/KgSearch/components/KgSearch.ConfigModal.d.ts +16 -0
- package/dist/src/component/KgSearch/index.d.ts +3 -0
- package/dist/src/component/KgSearch/index.hooks.d.ts +67 -0
- package/dist/src/component/KgSearch/index.store.d.ts +147 -0
- package/dist/src/component/KgSearch/index.vm.d.ts +1 -0
- package/dist/src/component/KgStation/KgStation.d.ts +47 -0
- package/dist/src/component/KgStation/index.d.ts +3 -0
- package/dist/src/component/KgStation/index.hooks.d.ts +29 -0
- package/dist/src/component/KgStation/index.store.d.ts +45 -0
- package/dist/src/component/KgSubmit/KgSubmit.d.ts +21 -0
- package/dist/src/component/KgSubmit/KgSubmit.service.d.ts +29 -0
- package/dist/src/component/KgSubmit/index.d.ts +4 -0
- package/dist/src/component/KgSubmit/index.hooks.d.ts +295 -0
- package/dist/src/component/KgSubmit/index.store.d.ts +194 -0
- package/dist/src/component/KgSubmit/index.vm.d.ts +57 -0
- package/dist/src/component/KgTable/KgTable.d.ts +39 -0
- package/dist/src/component/KgTable/KgTable.service.d.ts +34 -0
- package/dist/src/component/KgTable/components/KgTable.BodyCell.d.ts +60 -0
- package/dist/src/component/KgTable/components/KgTable.HeaderCell.d.ts +52 -0
- package/dist/src/component/KgTable/components/KgTable.Info.d.ts +57 -0
- package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +5 -0
- package/dist/src/component/KgTable/components/setting/KgTable.Setting.d.ts +21 -0
- package/dist/src/component/KgTable/components/setting/KgTable.Setting.service.d.ts +22 -0
- package/dist/src/component/KgTable/components/setting/config/KgTable.Setting.ConfigModal.d.ts +16 -0
- package/dist/src/component/KgTable/index.d.ts +4 -0
- package/dist/src/component/KgTable/index.hooks.d.ts +148 -0
- package/dist/src/component/KgTable/index.store.d.ts +241 -0
- package/dist/src/component/KgTable/index.vm.d.ts +67 -0
- package/dist/src/component/KgVar/KgVar.d.ts +114 -0
- package/dist/src/component/KgVar/KgVarFactory.d.ts +61 -0
- package/dist/src/component/KgVar/index.d.ts +5 -0
- package/dist/src/component/KgVar/index.hooks.d.ts +189 -0
- package/dist/src/component/KgVar/index.store.d.ts +266 -0
- package/dist/src/component/KgVar/index.store.service.d.ts +30 -0
- package/dist/src/component/KgVar/index.vm.d.ts +57 -0
- package/dist/src/component/KgVarConfig/KgVarConfig.d.ts +3 -0
- package/dist/src/component/KgVarConfig/components/KgVarConfig.SelectFormIdModal.d.ts +27 -0
- package/dist/src/component/KgVarConfig/components/KgVarConfigModal.d.ts +15 -0
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButton.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.VarButtonConfig.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/button/KgVarConfig.Modal.Button.d.ts +5 -0
- package/dist/src/component/KgVarConfig/components/child/KgVarConfig.Modal.Child.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.d.ts +5 -0
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.d.ts +5 -0
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts +7 -0
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts +23 -0
- package/dist/src/component/KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts +5 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigControl.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigDescription.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigInput.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigLookup.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigPossibility.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarConfigTip.d.ts +2 -0
- package/dist/src/component/KgVarConfig/components/var/KgVarConfig.Modal.Var.VarVariable.d.ts +2 -0
- package/dist/src/component/KgVarConfig/index.d.ts +3 -0
- package/dist/src/component/KgVarConfig/index.hooks.d.ts +17 -0
- package/dist/src/component/KgVarConfig/index.store.d.ts +16 -0
- package/dist/src/component/KgVarConfig/index.vm.d.ts +50 -0
- package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +47 -0
- package/dist/src/component/KgWarehouse/index.d.ts +4 -0
- package/dist/src/component/KgWarehouse/index.guard.d.ts +8 -0
- package/dist/src/component/KgWarehouse/index.hooks.d.ts +27 -0
- package/dist/src/component/KgWarehouse/index.store.d.ts +63 -0
- package/dist/src/component/KgYesOrNo/KgYesOrNo.d.ts +60 -0
- package/dist/src/component/KgYesOrNo/index.d.ts +1 -0
- package/dist/src/component/index.d.ts +21 -0
- package/dist/src/component/util.d.ts +14 -0
- package/dist/src/config/index.d.ts +3 -0
- package/dist/src/config/index.hooks.d.ts +36 -0
- package/dist/src/config/index.store.d.ts +315 -0
- package/dist/src/config/setup/index.d.ts +3 -0
- package/dist/src/config/setup/setup.d.ts +28 -0
- package/dist/src/config/setup/setupKgLocale.d.ts +29 -0
- package/dist/src/config/setup/setupKgStore.d.ts +18 -0
- package/dist/src/const/i18n/en.d.ts +278 -0
- package/dist/src/const/i18n/es_ES.d.ts +278 -0
- package/dist/src/const/i18n/fr_FR.d.ts +278 -0
- package/dist/src/const/i18n/index.d.ts +2 -0
- package/dist/src/const/i18n/km_KH.d.ts +278 -0
- package/dist/src/const/i18n/ko_KR.d.ts +278 -0
- package/dist/src/const/i18n/vi_VN.d.ts +278 -0
- package/dist/src/const/i18n/zh_CN.d.ts +278 -0
- package/dist/src/const/index.d.ts +3 -0
- package/dist/src/const/index.vm.d.ts +733 -0
- package/dist/src/const/injection-keys.const.d.ts +9 -0
- package/dist/src/helper/ant-design-vue.d.ts +347 -0
- package/dist/src/helper/tsx.helper.d.ts +23 -0
- package/dist/src/index.d.ts +11 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +8 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Basic.SqlModal.d.ts +32 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Basic.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Button.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Menu.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Search.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Submit.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.Table.d.ts +7 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.d.ts +33 -0
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +1322 -0
- package/dist/src/page/KgPageDda/index.d.ts +5 -0
- package/dist/src/page/KgPageDda/index.vm.d.ts +12 -0
- package/dist/src/page/index.d.ts +8 -0
- package/dist/src/project/build/getConfigFileName.d.ts +5 -0
- package/dist/src/project/build/index.d.ts +1 -0
- package/dist/src/project/index.d.ts +3 -0
- package/dist/src/project/types/axios.d.ts +35 -0
- package/dist/src/project/types/config.d.ts +121 -0
- package/dist/src/project/types/index.d.ts +4 -0
- package/dist/src/project/types/store.d.ts +42 -0
- package/dist/src/project/types/utils.d.ts +4 -0
- package/dist/src/service/http-client.d.ts +93 -0
- package/dist/src/service/index.d.ts +1 -0
- package/dist/src/util/index.d.ts +4 -0
- package/dist/src/util/kg-auth.util.d.ts +26 -0
- package/dist/src/util/kg-route.util.d.ts +57 -0
- package/dist/src/util/kg-var.util.d.ts +76 -0
- package/dist/src/util/kg.util.d.ts +150 -0
- package/package.json +31 -20
- package/script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts +3 -0
- package/script/bump-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts +3 -0
- package/script/bump-to.ts +38 -0
- package/script/bump.ts +35 -0
- package/script/copy-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts +3 -0
- package/script/copy-to.luotao.smartfactory.product.wms.wms-vue3--focus.ts +3 -0
- package/script/copy-to.luotao.smartfactory.tyre.haohua.gantry.was-java--main.ts +3 -0
- package/script/copy-to.ts +23 -0
- package/script/publish.ts +30 -0
@@ -0,0 +1,1018 @@
|
|
1
|
+
/** 创建 DDA. */
|
2
|
+
export declare class CreateVarDdaQuery {
|
3
|
+
/** 界面标识(FormID). */
|
4
|
+
frmId?: string | null;
|
5
|
+
/** 菜单以及按钮权限. */
|
6
|
+
sysPermissions?: Array<SysPermission> | null;
|
7
|
+
/** 按钮. */
|
8
|
+
varButtons?: Array<VarButton> | null;
|
9
|
+
/** 变量配置:变量翻译. */
|
10
|
+
varConfigDescriptions?: Array<VarConfigDescription> | null;
|
11
|
+
/** DDA. */
|
12
|
+
varDda?: VarDda | null;
|
13
|
+
/** 表格配置. */
|
14
|
+
varGridConfig?: VarGridConfig | null;
|
15
|
+
/** 表格视图明细. */
|
16
|
+
varGridDetails?: Array<VarGridDetail> | null;
|
17
|
+
/** 表格视图. */
|
18
|
+
varGridMaster?: VarGridMaster | null;
|
19
|
+
/** 查询条件配置. */
|
20
|
+
varProfileConfig?: VarProfileConfig | null;
|
21
|
+
/** 查询条件视图明细. */
|
22
|
+
varProfileDetails?: Array<VarProfileDetail> | null;
|
23
|
+
/** 查询条件视图. */
|
24
|
+
varProfileMaster?: VarProfileMaster | null;
|
25
|
+
/** 提交表单配置. */
|
26
|
+
varSubmitConfigs?: Array<VarSubmitConfig> | null;
|
27
|
+
/** 提交表单字段. */
|
28
|
+
varSubmitDetails?: Array<VarSubmitDetail> | null;
|
29
|
+
/** 变量. */
|
30
|
+
varVariables?: Array<VarVariable> | null;
|
31
|
+
constructor(obj?: CreateVarDdaQuery);
|
32
|
+
}
|
33
|
+
/** 创建表格视图. */
|
34
|
+
export declare class CreateVarGridMasterQuery {
|
35
|
+
/** 是否默认(DefaultFlag). */
|
36
|
+
def_flg?: number | null;
|
37
|
+
/** 界面标识(FormID). */
|
38
|
+
frm_id?: string | null;
|
39
|
+
/** 视图名称变量. */
|
40
|
+
grd_var_nam?: string | null;
|
41
|
+
/** 视图名称翻译. */
|
42
|
+
grd_var_nam_dsc?: string | null;
|
43
|
+
/** 分组(GroupName). */
|
44
|
+
grp_nam?: string | null;
|
45
|
+
/** 用户(UserID). */
|
46
|
+
usr_id?: string | null;
|
47
|
+
/** 字段列表. */
|
48
|
+
varGridDetails?: Array<VarGridDetail> | null;
|
49
|
+
constructor(obj?: CreateVarGridMasterQuery);
|
50
|
+
}
|
51
|
+
/** 创建查询条件视图. */
|
52
|
+
export declare class CreateVarProfileMasterQuery {
|
53
|
+
/** 是否默认(DefaultFlag). */
|
54
|
+
def_flg?: number | null;
|
55
|
+
/** 是否启用高级查询(DynamicQueryFlag). */
|
56
|
+
dyn_flg?: number | null;
|
57
|
+
/** 界面标识(FormID). */
|
58
|
+
frm_id?: string | null;
|
59
|
+
/** 分组(GroupName). */
|
60
|
+
grp_nam?: string | null;
|
61
|
+
/** 视图名称变量. */
|
62
|
+
prf_var_nam?: string | null;
|
63
|
+
/** 视图名称翻译. */
|
64
|
+
prf_var_nam_dsc?: string | null;
|
65
|
+
/** 用户(UserID). */
|
66
|
+
usr_id?: string | null;
|
67
|
+
/** 字段列表. */
|
68
|
+
varProfileDetails?: Array<VarProfileDetail> | null;
|
69
|
+
constructor(obj?: CreateVarProfileMasterQuery);
|
70
|
+
}
|
71
|
+
/** 描述(Description). */
|
72
|
+
export declare class Description {
|
73
|
+
/** 列名(CodeName). */
|
74
|
+
codnam?: string | null;
|
75
|
+
/** 列值(CodeValue). */
|
76
|
+
codval?: string | null;
|
77
|
+
/** 模块(ProjectName). */
|
78
|
+
grpNam?: string | null;
|
79
|
+
/** id. */
|
80
|
+
id?: string | null;
|
81
|
+
/** 插入时间. */
|
82
|
+
insDt?: string | null;
|
83
|
+
/** 插入用户Id. */
|
84
|
+
insUsrId?: string | null;
|
85
|
+
/** 长描述(LongDescription). */
|
86
|
+
lngDsc?: string | null;
|
87
|
+
/** 语言(LocaleId). */
|
88
|
+
localeId?: string | null;
|
89
|
+
/** 修改用户编号. */
|
90
|
+
modUsrCod?: string | null;
|
91
|
+
/** 修改日期. */
|
92
|
+
moddte?: string | null;
|
93
|
+
/** 短描述(ShortDescription). */
|
94
|
+
shortDsc?: string | null;
|
95
|
+
/** 顺序号(Sequence). */
|
96
|
+
srtseq?: number | null;
|
97
|
+
/** 系统定义. */
|
98
|
+
sysDefFlg?: number | null;
|
99
|
+
/** 版本. */
|
100
|
+
version?: number | null;
|
101
|
+
constructor(obj?: Description);
|
102
|
+
}
|
103
|
+
/** 根据多个 codeName 和 codeValue 批量查询描述数据. */
|
104
|
+
export declare class DescriptionBatchQuery {
|
105
|
+
/** 描述组的编号. */
|
106
|
+
codeName?: string | null;
|
107
|
+
/** 描述项的编号列表. */
|
108
|
+
codeValues?: Array<string> | null;
|
109
|
+
constructor(obj?: DescriptionBatchQuery);
|
110
|
+
}
|
111
|
+
/** 描述数据传输对象(DescriptionDTO). */
|
112
|
+
export declare class DescriptionDTO {
|
113
|
+
/** 列名(CodeName). */
|
114
|
+
codnam?: string | null;
|
115
|
+
/** 列值(CodeValue). */
|
116
|
+
codval?: string | null;
|
117
|
+
/** 模块(ProjectName). */
|
118
|
+
grpNam?: string | null;
|
119
|
+
/** id. */
|
120
|
+
id?: string | null;
|
121
|
+
/** 长描述(LongDescription). */
|
122
|
+
lngDsc?: string | null;
|
123
|
+
/** 语言(LocaleId). */
|
124
|
+
localeId?: string | null;
|
125
|
+
/** 修改用户编号. */
|
126
|
+
modUsrCod?: string | null;
|
127
|
+
/** 修改日期. */
|
128
|
+
moddte?: string | null;
|
129
|
+
/** 短描述(ShortDescription). */
|
130
|
+
shortDsc?: string | null;
|
131
|
+
/** 短描述含列值(ShortDescriptionWithCodeValue). */
|
132
|
+
shortDscWithCodval?: string | null;
|
133
|
+
/** 顺序号(Sequence). */
|
134
|
+
srtseq?: number | null;
|
135
|
+
/** 系统定义. */
|
136
|
+
sysDefFlg?: number | null;
|
137
|
+
/** 版本. */
|
138
|
+
version?: number | null;
|
139
|
+
constructor(obj?: DescriptionDTO);
|
140
|
+
}
|
141
|
+
/** 获取 SQL 查询结果的元数据. */
|
142
|
+
export declare class GetResultSetMetadataFromSqlQuery {
|
143
|
+
/** SQL. */
|
144
|
+
sql?: string | null;
|
145
|
+
constructor(obj?: GetResultSetMetadataFromSqlQuery);
|
146
|
+
}
|
147
|
+
export declare class IPage<T0> {
|
148
|
+
/** Current. */
|
149
|
+
current?: number | null;
|
150
|
+
/** Pages. */
|
151
|
+
pages?: number | null;
|
152
|
+
/** Records. */
|
153
|
+
records?: Array<T0> | null;
|
154
|
+
/** Size. */
|
155
|
+
size?: number | null;
|
156
|
+
/** Total. */
|
157
|
+
total?: number | null;
|
158
|
+
constructor(obj?: IPage<T0>);
|
159
|
+
}
|
160
|
+
/** SQL 查询结果的列的元数据. */
|
161
|
+
export declare class ResultSetMetadataColumn {
|
162
|
+
/** 列的描述. */
|
163
|
+
columnDesc?: string | null;
|
164
|
+
/** 列的别名. */
|
165
|
+
columnLabel?: string | null;
|
166
|
+
/** 列名. */
|
167
|
+
columnName?: string | null;
|
168
|
+
/** 列的类型. */
|
169
|
+
columnType?: string | null;
|
170
|
+
/** 临时主键. */
|
171
|
+
id?: string | null;
|
172
|
+
/** 表名. */
|
173
|
+
tableName?: string | null;
|
174
|
+
constructor(obj?: ResultSetMetadataColumn);
|
175
|
+
}
|
176
|
+
/** SQL 查询结果的元数据. */
|
177
|
+
export declare class ResultSetMetadataFromSqlDTO {
|
178
|
+
/** 查询结果的所有列. */
|
179
|
+
columns?: Array<ResultSetMetadataColumn> | null;
|
180
|
+
constructor(obj?: ResultSetMetadataFromSqlDTO);
|
181
|
+
}
|
182
|
+
export declare class SysPermission {
|
183
|
+
/** Always Show. */
|
184
|
+
alwaysShow?: boolean | null;
|
185
|
+
/** App. */
|
186
|
+
app?: string | null;
|
187
|
+
/** Component. */
|
188
|
+
component?: string | null;
|
189
|
+
/** Component Name. */
|
190
|
+
componentName?: string | null;
|
191
|
+
/** Create By. */
|
192
|
+
createBy?: string | null;
|
193
|
+
/** Create Time. */
|
194
|
+
createTime?: string | null;
|
195
|
+
/** Del Flag. */
|
196
|
+
delFlag?: number | null;
|
197
|
+
/** Description. */
|
198
|
+
description?: string | null;
|
199
|
+
/** Hidden. */
|
200
|
+
hidden?: boolean | null;
|
201
|
+
/** Hide Tab. */
|
202
|
+
hideTab?: boolean | null;
|
203
|
+
/** Icon. */
|
204
|
+
icon?: string | null;
|
205
|
+
/** Id. */
|
206
|
+
id?: string | null;
|
207
|
+
/** Internal Or External. */
|
208
|
+
internalOrExternal?: boolean | null;
|
209
|
+
/** Keep Alive. */
|
210
|
+
keepAlive?: boolean | null;
|
211
|
+
/** Leaf. */
|
212
|
+
leaf?: boolean | null;
|
213
|
+
/** Menu Type. */
|
214
|
+
menuType?: number | null;
|
215
|
+
/** Name. */
|
216
|
+
name?: string | null;
|
217
|
+
/** Parent Id. */
|
218
|
+
parentId?: string | null;
|
219
|
+
/** Perms. */
|
220
|
+
perms?: string | null;
|
221
|
+
/** Perms Type. */
|
222
|
+
permsType?: string | null;
|
223
|
+
/** Redirect. */
|
224
|
+
redirect?: string | null;
|
225
|
+
/** Route. */
|
226
|
+
route?: boolean | null;
|
227
|
+
/** Rule Flag. */
|
228
|
+
ruleFlag?: number | null;
|
229
|
+
/** Sort No. */
|
230
|
+
sortNo?: number | null;
|
231
|
+
/** Status. */
|
232
|
+
status?: string | null;
|
233
|
+
/** Update By. */
|
234
|
+
updateBy?: string | null;
|
235
|
+
/** Update Time. */
|
236
|
+
updateTime?: string | null;
|
237
|
+
/** Url. */
|
238
|
+
url?: string | null;
|
239
|
+
constructor(obj?: SysPermission);
|
240
|
+
}
|
241
|
+
export declare class SysPermissionTree {
|
242
|
+
/** Always Show. */
|
243
|
+
alwaysShow?: boolean | null;
|
244
|
+
/** App. */
|
245
|
+
app?: string | null;
|
246
|
+
/** Children. */
|
247
|
+
children?: Array<SysPermissionTree> | null;
|
248
|
+
/** Component. */
|
249
|
+
component?: string | null;
|
250
|
+
/** Component Name. */
|
251
|
+
componentName?: string | null;
|
252
|
+
/** Create By. */
|
253
|
+
createBy?: string | null;
|
254
|
+
/** Create Time. */
|
255
|
+
createTime?: string | null;
|
256
|
+
/** Del Flag. */
|
257
|
+
delFlag?: number | null;
|
258
|
+
/** Description. */
|
259
|
+
description?: string | null;
|
260
|
+
/** Hidden. */
|
261
|
+
hidden?: boolean | null;
|
262
|
+
/** Icon. */
|
263
|
+
icon?: string | null;
|
264
|
+
/** Id. */
|
265
|
+
id?: string | null;
|
266
|
+
/** Internal Or External. */
|
267
|
+
internalOrExternal?: boolean | null;
|
268
|
+
/** Is Leaf. */
|
269
|
+
isLeaf?: boolean | null;
|
270
|
+
/** Keep Alive. */
|
271
|
+
keepAlive?: boolean | null;
|
272
|
+
/** Key. */
|
273
|
+
key?: string | null;
|
274
|
+
/** Leaf. */
|
275
|
+
leaf?: boolean | null;
|
276
|
+
/** Menu Type. */
|
277
|
+
menuType?: number | null;
|
278
|
+
/** Name. */
|
279
|
+
name?: string | null;
|
280
|
+
/** Parent Id. */
|
281
|
+
parentId?: string | null;
|
282
|
+
/** Perms. */
|
283
|
+
perms?: string | null;
|
284
|
+
/** Perms Type. */
|
285
|
+
permsType?: string | null;
|
286
|
+
/** Redirect. */
|
287
|
+
redirect?: string | null;
|
288
|
+
/** Route. */
|
289
|
+
route?: boolean | null;
|
290
|
+
/** Sort No. */
|
291
|
+
sortNo?: number | null;
|
292
|
+
/** Status. */
|
293
|
+
status?: string | null;
|
294
|
+
/** Title. */
|
295
|
+
title?: string | null;
|
296
|
+
/** Update By. */
|
297
|
+
updateBy?: string | null;
|
298
|
+
/** Update Time. */
|
299
|
+
updateTime?: string | null;
|
300
|
+
/** Url. */
|
301
|
+
url?: string | null;
|
302
|
+
constructor(obj?: SysPermissionTree);
|
303
|
+
}
|
304
|
+
/** 用户仓库. */
|
305
|
+
export declare class SysUserWarehouseDTO {
|
306
|
+
/** 是否是默认的仓库. */
|
307
|
+
default_flag?: number | null;
|
308
|
+
/** 主键. */
|
309
|
+
id?: string | null;
|
310
|
+
/** 创建日期. */
|
311
|
+
ins_dt?: string | null;
|
312
|
+
/** 创建用户. */
|
313
|
+
ins_usr_id?: string | null;
|
314
|
+
/** 更新用户. */
|
315
|
+
mod_usr_id?: string | null;
|
316
|
+
/** 更新日期. */
|
317
|
+
moddte?: string | null;
|
318
|
+
/** 用户ID. */
|
319
|
+
user_id?: string | null;
|
320
|
+
/** 仓库描述. */
|
321
|
+
wh_dsc?: string | null;
|
322
|
+
/** 仓库编号. */
|
323
|
+
wh_id?: string | null;
|
324
|
+
constructor(obj?: SysUserWarehouseDTO);
|
325
|
+
}
|
326
|
+
/** 更新表格视图. */
|
327
|
+
export declare class UpdateVarGridMasterQuery {
|
328
|
+
/** 定制级别(CustomLevel). */
|
329
|
+
cust_lvl?: number | null;
|
330
|
+
/** 是否默认(DefaultFlag). */
|
331
|
+
def_flg?: number | null;
|
332
|
+
/** 界面标识(FormID). */
|
333
|
+
frm_id?: string | null;
|
334
|
+
/** 视图变量名称(GridVariableName). */
|
335
|
+
grd_var_nam?: string | null;
|
336
|
+
/** 视图名称翻译. */
|
337
|
+
grd_var_nam_dsc?: string | null;
|
338
|
+
/** 分组(GroupName). */
|
339
|
+
grp_nam?: string | null;
|
340
|
+
/** 主键. */
|
341
|
+
id?: string | null;
|
342
|
+
/** 用户(UserID). */
|
343
|
+
usr_id?: string | null;
|
344
|
+
/** 字段列表. */
|
345
|
+
varGridDetails?: Array<VarGridDetail> | null;
|
346
|
+
constructor(obj?: UpdateVarGridMasterQuery);
|
347
|
+
}
|
348
|
+
/** 校验界面标识是否有效. */
|
349
|
+
export declare class ValidateFrmIdQuery {
|
350
|
+
/** 界面标识. */
|
351
|
+
frmId?: string | null;
|
352
|
+
constructor(obj?: ValidateFrmIdQuery);
|
353
|
+
}
|
354
|
+
/** 校验 SQL 语句是否有效. */
|
355
|
+
export declare class ValidateSqlQuery {
|
356
|
+
/** SQL. */
|
357
|
+
sql?: string | null;
|
358
|
+
constructor(obj?: ValidateSqlQuery);
|
359
|
+
}
|
360
|
+
/** 校验按钮的变量名称是否有效. */
|
361
|
+
export declare class ValidateVarButtonVarNameQuery {
|
362
|
+
/** 变量名称. */
|
363
|
+
varName?: string | null;
|
364
|
+
constructor(obj?: ValidateVarButtonVarNameQuery);
|
365
|
+
}
|
366
|
+
/** 按钮. */
|
367
|
+
export declare class VarButton {
|
368
|
+
/** 是否可用. */
|
369
|
+
available_flag?: number | null;
|
370
|
+
/** 接口地址(Command). */
|
371
|
+
cmd?: string | null;
|
372
|
+
/** 接口请求方式(CommandMethod). */
|
373
|
+
cmd_method?: string | null;
|
374
|
+
/** 接口参数(CommandParameter). */
|
375
|
+
cmd_prm?: string | null;
|
376
|
+
/** 颜色(Color). */
|
377
|
+
color?: string | null;
|
378
|
+
/** 删除时要将哪个字段作为参数传给接口(DeleteParamColumn). */
|
379
|
+
del_param_clm?: string | null;
|
380
|
+
/** 是否在勾选多行时禁用(DisableWhenMultipleSelect). */
|
381
|
+
dis_mult_select_flg?: number | null;
|
382
|
+
/** 是否在未勾选行时禁用(DisableWhenNoSelect). */
|
383
|
+
dis_no_select_flg?: number | null;
|
384
|
+
/** 导出 EXCEL 的文件名. */
|
385
|
+
export_excel_filename?: string | null;
|
386
|
+
/** 导出 EXCEL 的文件名后缀. */
|
387
|
+
export_excel_suffix?: string | null;
|
388
|
+
/** 界面标识(FormID). */
|
389
|
+
frm_id?: string | null;
|
390
|
+
/** 按钮图标(Icon). */
|
391
|
+
icon?: string | null;
|
392
|
+
/** 主键. */
|
393
|
+
id?: string | null;
|
394
|
+
/** 确认弹窗属性. */
|
395
|
+
modal_props?: string | null;
|
396
|
+
/** 权限码. */
|
397
|
+
permission_code?: string | null;
|
398
|
+
/** 是否使用主要按钮样式(PrimaryFlag). */
|
399
|
+
primary_flg?: number | null;
|
400
|
+
/** 重新查询之后, 是否保持勾选. */
|
401
|
+
re_select_after_reload_flg?: number | null;
|
402
|
+
/** 执行成功之后, 是否重新查询. */
|
403
|
+
reload_all_after_done_flg?: number | null;
|
404
|
+
/** 是否显示确认弹窗. */
|
405
|
+
show_modal_flg?: number | null;
|
406
|
+
/** 是否显示成功消息. */
|
407
|
+
show_success_message_flg?: number | null;
|
408
|
+
/** SQL. */
|
409
|
+
sql?: string | null;
|
410
|
+
/** 显示顺序(SortSequence). */
|
411
|
+
srtseq?: number | null;
|
412
|
+
/** 按钮类型(Type). */
|
413
|
+
typ?: string | null;
|
414
|
+
/** 变量名称(VariableName). */
|
415
|
+
var_nam?: string | null;
|
416
|
+
constructor(obj?: VarButton);
|
417
|
+
}
|
418
|
+
/** 按钮配置. */
|
419
|
+
export declare class VarButtonConfig {
|
420
|
+
/** 是否可用. */
|
421
|
+
available_flg?: number | null;
|
422
|
+
/** 显示样式. */
|
423
|
+
display_type?: string | null;
|
424
|
+
/** 界面标识(FormID). */
|
425
|
+
frm_id?: string | null;
|
426
|
+
/** 主键. */
|
427
|
+
id?: string | null;
|
428
|
+
constructor(obj?: VarButtonConfig);
|
429
|
+
}
|
430
|
+
/** 父子界面. */
|
431
|
+
export declare class VarChildDetail {
|
432
|
+
/** 是否可用. */
|
433
|
+
available_flag?: number | null;
|
434
|
+
/** 子界面的界面标识. */
|
435
|
+
child_form_id?: string | null;
|
436
|
+
/** 父子界面间的关联属性. */
|
437
|
+
foreign_keys?: string | null;
|
438
|
+
/** 界面标识(FormID). */
|
439
|
+
frm_id?: string | null;
|
440
|
+
/** 主键. */
|
441
|
+
id?: string | null;
|
442
|
+
/** 排序. */
|
443
|
+
sort?: number | null;
|
444
|
+
constructor(obj?: VarChildDetail);
|
445
|
+
}
|
446
|
+
/** 变量配置:表单控件. */
|
447
|
+
export declare class VarConfigControl {
|
448
|
+
/** 所属按钮的变量名称. */
|
449
|
+
button_var_name?: string | null;
|
450
|
+
/** 控件属性(ControlProperties). */
|
451
|
+
ctrl_prop?: string | null;
|
452
|
+
/** 控件类型(ControlType). */
|
453
|
+
ctrl_typ?: string | null;
|
454
|
+
/** 定制级别(CustomLevel). */
|
455
|
+
cust_lvl?: number | null;
|
456
|
+
/** 界面标识(FormID). */
|
457
|
+
frm_id?: string | null;
|
458
|
+
/** 分组(GroupName). */
|
459
|
+
grp_nam?: string | null;
|
460
|
+
/** 主键. */
|
461
|
+
id?: string | null;
|
462
|
+
/** 语言(LocaleID). */
|
463
|
+
locale_id?: string | null;
|
464
|
+
/** 变量名称(VariableName). */
|
465
|
+
var_nam?: string | null;
|
466
|
+
constructor(obj?: VarConfigControl);
|
467
|
+
}
|
468
|
+
/** 变量配置:变量翻译. */
|
469
|
+
export declare class VarConfigDescription {
|
470
|
+
/** 定制级别(CustomLevel). */
|
471
|
+
cust_lvl?: number | null;
|
472
|
+
/** 界面标识(FormID). */
|
473
|
+
frm_id?: string | null;
|
474
|
+
/** 分组(GroupName). */
|
475
|
+
grp_nam?: string | null;
|
476
|
+
/** 主键. */
|
477
|
+
id?: string | null;
|
478
|
+
/** 语言(LocaleID). */
|
479
|
+
locale_id?: string | null;
|
480
|
+
/** 变量名称(VariableName). */
|
481
|
+
var_nam?: string | null;
|
482
|
+
/** 显示文本(Text). */
|
483
|
+
var_text?: string | null;
|
484
|
+
constructor(obj?: VarConfigDescription);
|
485
|
+
}
|
486
|
+
/** 变量配置:表单输入验证. */
|
487
|
+
export declare class VarConfigInput {
|
488
|
+
/** 定制级别(CustomLevel). */
|
489
|
+
cust_lvl?: number | null;
|
490
|
+
/** 数据类型(DataType). */
|
491
|
+
data_type?: string | null;
|
492
|
+
/** 界面标识(FormID). */
|
493
|
+
frm_id?: string | null;
|
494
|
+
/** 分组(GroupName). */
|
495
|
+
grp_nam?: string | null;
|
496
|
+
/** 主键. */
|
497
|
+
id?: string | null;
|
498
|
+
/** 语言(LocaleID). */
|
499
|
+
locale_id?: string | null;
|
500
|
+
/** 最大值. */
|
501
|
+
max?: number | null;
|
502
|
+
/** 是否包含最大值. */
|
503
|
+
max_include_flg?: number | null;
|
504
|
+
/** 最大长度. */
|
505
|
+
max_length?: number | null;
|
506
|
+
/** 最小值. */
|
507
|
+
min?: number | null;
|
508
|
+
/** 是否包含最小值. */
|
509
|
+
min_include_flg?: number | null;
|
510
|
+
/** 最小长度. */
|
511
|
+
min_length?: number | null;
|
512
|
+
/** 正则表达式. */
|
513
|
+
regular_expression?: string | null;
|
514
|
+
/** 验证方式. */
|
515
|
+
validation_type?: string | null;
|
516
|
+
/** 变量名称(VariableName). */
|
517
|
+
var_nam?: string | null;
|
518
|
+
constructor(obj?: VarConfigInput);
|
519
|
+
}
|
520
|
+
/** 变量配置:查找弹窗. */
|
521
|
+
export declare class VarConfigLookup {
|
522
|
+
/** 定制级别(CustomLevel). */
|
523
|
+
cust_lvl?: number | null;
|
524
|
+
/** 界面标识(FormID). */
|
525
|
+
frm_id?: string | null;
|
526
|
+
/** 分组(GroupName). */
|
527
|
+
grp_nam?: string | null;
|
528
|
+
/** 主键. */
|
529
|
+
id?: string | null;
|
530
|
+
/** 查找编号(LookupID). */
|
531
|
+
lkp_id?: string | null;
|
532
|
+
/** 语言(LocaleID). */
|
533
|
+
locale_id?: string | null;
|
534
|
+
/** 是否支持多选(MultipleFlag). */
|
535
|
+
mult_flg?: number | null;
|
536
|
+
/** 返回字段(ReturnField). */
|
537
|
+
ret_fld?: string | null;
|
538
|
+
/** 变量名称(VariableName). */
|
539
|
+
var_nam?: string | null;
|
540
|
+
constructor(obj?: VarConfigLookup);
|
541
|
+
}
|
542
|
+
/** 变量配置:列表数据. */
|
543
|
+
export declare class VarConfigPossibility {
|
544
|
+
/** 接口地址(Command). */
|
545
|
+
cmd?: string | null;
|
546
|
+
/** 接口方法(CommandMethod). */
|
547
|
+
cmd_method?: string | null;
|
548
|
+
/** 接口参数(CommandParameter). */
|
549
|
+
cmd_prm?: string | null;
|
550
|
+
/** 定制级别(CustomLevel). */
|
551
|
+
cust_lvl?: number | null;
|
552
|
+
/** 数据源的类型. */
|
553
|
+
data_source_type?: string | null;
|
554
|
+
/** 界面标识(FormID). */
|
555
|
+
frm_id?: string | null;
|
556
|
+
/** 分组(GroupName). */
|
557
|
+
grp_nam?: string | null;
|
558
|
+
/** 主键. */
|
559
|
+
id?: string | null;
|
560
|
+
/** 显示列(LabelColumn). */
|
561
|
+
lbl_clm?: string | null;
|
562
|
+
/** 语言(LocaleID). */
|
563
|
+
locale_id?: string | null;
|
564
|
+
/** SQL. */
|
565
|
+
sql?: string | null;
|
566
|
+
/** 数据列(ValueColumn). */
|
567
|
+
val_clm?: string | null;
|
568
|
+
/** 数据类型. */
|
569
|
+
val_data_type?: string | null;
|
570
|
+
/** 变量名称(VariableName). */
|
571
|
+
var_nam?: string | null;
|
572
|
+
constructor(obj?: VarConfigPossibility);
|
573
|
+
}
|
574
|
+
/** 变量配置:文本提示. */
|
575
|
+
export declare class VarConfigTip {
|
576
|
+
/** 定制级别(CustomLevel). */
|
577
|
+
cust_lvl?: number | null;
|
578
|
+
/** 界面标识(FormID). */
|
579
|
+
frm_id?: string | null;
|
580
|
+
/** 主键. */
|
581
|
+
id?: string | null;
|
582
|
+
/** 语言(LocaleID). */
|
583
|
+
locale_id?: string | null;
|
584
|
+
/** 位置. */
|
585
|
+
placement?: string | null;
|
586
|
+
/** 提示文本. */
|
587
|
+
tip?: string | null;
|
588
|
+
/** 变量名称(VariableName). */
|
589
|
+
var_nam?: string | null;
|
590
|
+
constructor(obj?: VarConfigTip);
|
591
|
+
}
|
592
|
+
/** 配置数据. */
|
593
|
+
export declare class VarDTO {
|
594
|
+
/** 按钮配置. */
|
595
|
+
varButtonConfig?: VarButtonConfig | null;
|
596
|
+
/** 按钮. */
|
597
|
+
varButtons?: Array<VarButton> | null;
|
598
|
+
/** 父子界面. */
|
599
|
+
varChildDetails?: Array<VarChildDetail> | null;
|
600
|
+
/** 变量配置:表单控件. */
|
601
|
+
varConfigControls?: Array<VarConfigControl> | null;
|
602
|
+
/** 变量配置:变量翻译. */
|
603
|
+
varConfigDescriptions?: Array<VarConfigDescription> | null;
|
604
|
+
/** 变量配置:表单输入验证. */
|
605
|
+
varConfigInputs?: Array<VarConfigInput> | null;
|
606
|
+
/** 变量配置:查找弹窗. */
|
607
|
+
varConfigLookups?: Array<VarConfigLookup> | null;
|
608
|
+
/** 变量配置:列表数据. */
|
609
|
+
varConfigPossibilities?: Array<VarConfigPossibility> | null;
|
610
|
+
/** 变量配置:提示文本. */
|
611
|
+
varConfigTips?: Array<VarConfigTip> | null;
|
612
|
+
/** DDA. */
|
613
|
+
varDda?: VarDda | null;
|
614
|
+
/** 表格配置. */
|
615
|
+
varGridConfig?: VarGridConfig | null;
|
616
|
+
/** 表格视图列表. */
|
617
|
+
varGridMasters?: Array<VarGridMasterDTO> | null;
|
618
|
+
/** 查询条件配置. */
|
619
|
+
varProfileConfig?: VarProfileConfig | null;
|
620
|
+
/** 查询条件视图列表. */
|
621
|
+
varProfileMasters?: Array<VarProfileMasterDTO> | null;
|
622
|
+
/** 提交表单配置. */
|
623
|
+
varSubmitConfigs?: Array<VarSubmitConfig> | null;
|
624
|
+
/** 提交表单字段. */
|
625
|
+
varSubmitDetails?: Array<VarSubmitDetail> | null;
|
626
|
+
/** 变量. */
|
627
|
+
varVariables?: Array<VarVariable> | null;
|
628
|
+
constructor(obj?: VarDTO);
|
629
|
+
}
|
630
|
+
/** DDA. */
|
631
|
+
export declare class VarDda {
|
632
|
+
/** 界面标识(FormID). */
|
633
|
+
frm_id?: string | null;
|
634
|
+
/** 界面名称(FormName). */
|
635
|
+
frm_nam?: string | null;
|
636
|
+
/** 主键. */
|
637
|
+
id?: string | null;
|
638
|
+
constructor(obj?: VarDda);
|
639
|
+
}
|
640
|
+
/** 表格配置. */
|
641
|
+
export declare class VarGridConfig {
|
642
|
+
/** 是否自动加载数据(AutoLoadFlag). */
|
643
|
+
aut_load_flg?: number | null;
|
644
|
+
/** 是否可用. */
|
645
|
+
available_flg?: number | null;
|
646
|
+
/** 按钮显示样式(ButtonDisplayType). */
|
647
|
+
button_display_type?: string | null;
|
648
|
+
/** 是否查询之后自动勾选首行. */
|
649
|
+
check_first_row_after_retrieve?: number | null;
|
650
|
+
/** 接口参数(CommandParameter). */
|
651
|
+
cmd_prm?: string | null;
|
652
|
+
/** 是否将排序字段转换为 under_score 命名方式. */
|
653
|
+
convert_sort_field_to_under_score_flg?: number | null;
|
654
|
+
/** 是否一次只能展开一行. */
|
655
|
+
expand_accordion_flg?: number | null;
|
656
|
+
/** 界面标识(FormID). */
|
657
|
+
frm_id?: string | null;
|
658
|
+
/** 主键. */
|
659
|
+
id?: string | null;
|
660
|
+
/** 作为主键的列(IdColumn). */
|
661
|
+
id_clm?: string | null;
|
662
|
+
/** 是否支持多行选择(MultipleFlag). */
|
663
|
+
mult_flg?: number | null;
|
664
|
+
/** 单击某行时的操作. */
|
665
|
+
operation_on_row_click?: number | null;
|
666
|
+
/** 默认分页大小(PageSizeOption). */
|
667
|
+
pg_size_opt?: number | null;
|
668
|
+
/** 所有分页大小(PageSizeOptions). */
|
669
|
+
pg_size_opts?: string | null;
|
670
|
+
/** 查询条件的界面标识. */
|
671
|
+
prf_frm_id?: string | null;
|
672
|
+
/** 是否显示表格底部边框. */
|
673
|
+
show_bottom_border_flg?: number | null;
|
674
|
+
/** 是否显示表格底部左侧. */
|
675
|
+
show_bottom_left_flg?: number | null;
|
676
|
+
/** 是否显示表格底部右侧. */
|
677
|
+
show_bottom_right_flg?: number | null;
|
678
|
+
/** 是否显示勾选框列(ShowCheckColumnFlag). */
|
679
|
+
show_check_column_flg?: number | null;
|
680
|
+
constructor(obj?: VarGridConfig);
|
681
|
+
}
|
682
|
+
/** 表格视图明细. */
|
683
|
+
export declare class VarGridDetail {
|
684
|
+
/** 对齐方式. */
|
685
|
+
align?: string | null;
|
686
|
+
/** 显示类型. */
|
687
|
+
display_type?: string | null;
|
688
|
+
/** 显示类型的参数. */
|
689
|
+
display_type_properties?: string | null;
|
690
|
+
/** 是否显示省略号(EllipsisFlag). */
|
691
|
+
ellipsis_flg?: number | null;
|
692
|
+
/** 是否支持过滤. */
|
693
|
+
filter_flag?: number | null;
|
694
|
+
/** 是否固定到左侧(FixToLeftFlag). */
|
695
|
+
fix_left_flg?: number | null;
|
696
|
+
/** 是否固定到右侧(FixToRightFlag). */
|
697
|
+
fix_right_flg?: number | null;
|
698
|
+
/** 界面标识(FormID). */
|
699
|
+
frm_id?: string | null;
|
700
|
+
/** 视图变量名称(GridVariableName). */
|
701
|
+
grd_var_nam?: string | null;
|
702
|
+
/** 分组(GroupName). */
|
703
|
+
grp_nam?: string | null;
|
704
|
+
/** 主键. */
|
705
|
+
id?: string | null;
|
706
|
+
/** 排序方式(OrderBy). -1:没有排序; 0:升序; 1:降序. */
|
707
|
+
ord?: number | null;
|
708
|
+
/** 是否支持排序(OrderByFlag). */
|
709
|
+
ord_flg?: number | null;
|
710
|
+
/** 显示顺序(SortSequence). */
|
711
|
+
srtseq?: number | null;
|
712
|
+
/** 列的变量名称(VariableName). */
|
713
|
+
var_nam?: string | null;
|
714
|
+
/** 是否可见(VisibleFlag). */
|
715
|
+
vis_flg?: number | null;
|
716
|
+
/** 列宽(Width). */
|
717
|
+
width?: string | null;
|
718
|
+
constructor(obj?: VarGridDetail);
|
719
|
+
}
|
720
|
+
/** 表格视图. */
|
721
|
+
export declare class VarGridMaster {
|
722
|
+
/** 定制级别(CustomLevel). */
|
723
|
+
cust_lvl?: number | null;
|
724
|
+
/** 是否默认视图(DefaultFlag). */
|
725
|
+
def_flg?: number | null;
|
726
|
+
/** 界面标识(FormID). */
|
727
|
+
frm_id?: string | null;
|
728
|
+
/** 视图变量名称(GridVariableName). */
|
729
|
+
grd_var_nam?: string | null;
|
730
|
+
/** 分组(GroupName). */
|
731
|
+
grp_nam?: string | null;
|
732
|
+
/** 主键. */
|
733
|
+
id?: string | null;
|
734
|
+
/** 用户(UserID). */
|
735
|
+
usr_id?: string | null;
|
736
|
+
constructor(obj?: VarGridMaster);
|
737
|
+
}
|
738
|
+
/** 表格视图. */
|
739
|
+
export declare class VarGridMasterDTO {
|
740
|
+
/** 定制级别(CustomLevel). */
|
741
|
+
cust_lvl?: number | null;
|
742
|
+
/** 是否默认视图(DefaultFlag). */
|
743
|
+
def_flg?: number | null;
|
744
|
+
/** 界面标识(FormID). */
|
745
|
+
frm_id?: string | null;
|
746
|
+
/** 视图名称变量. */
|
747
|
+
grd_var_nam?: string | null;
|
748
|
+
/** 视图名称翻译. */
|
749
|
+
grd_var_nam_dsc?: string | null;
|
750
|
+
/** 分组(GroupName). */
|
751
|
+
grp_nam?: string | null;
|
752
|
+
/** 主键. */
|
753
|
+
id?: string | null;
|
754
|
+
/** 用户(UserID). */
|
755
|
+
usr_id?: string | null;
|
756
|
+
/** 用户姓名. */
|
757
|
+
usr_id_dsc?: string | null;
|
758
|
+
/** 表格视图明细列表. */
|
759
|
+
varGridDetails?: Array<VarGridDetail> | null;
|
760
|
+
constructor(obj?: VarGridMasterDTO);
|
761
|
+
}
|
762
|
+
/** 查询条件配置. */
|
763
|
+
export declare class VarProfileConfig {
|
764
|
+
/** 是否可用. */
|
765
|
+
available_flg?: number | null;
|
766
|
+
/** 界面标识(FormID). */
|
767
|
+
frm_id?: string | null;
|
768
|
+
/** 是否将头部放到页面顶部的导航栏中. */
|
769
|
+
header_teleport_flg?: number | null;
|
770
|
+
/** 主键. */
|
771
|
+
id?: string | null;
|
772
|
+
/** 是否支持拖动高度. */
|
773
|
+
resizable_flg?: number | null;
|
774
|
+
/** 是否显示视图下拉列表以及配置按钮. */
|
775
|
+
show_config_button_flag?: number | null;
|
776
|
+
/** 是否显示(VisibleFlag). */
|
777
|
+
vis_flg?: number | null;
|
778
|
+
constructor(obj?: VarProfileConfig);
|
779
|
+
}
|
780
|
+
/** 查询条件视图明细. */
|
781
|
+
export declare class VarProfileDetail {
|
782
|
+
/** 默认的高级查询方式(DefaultDynamicQueryOperator). */
|
783
|
+
dft_dyn_op?: string | null;
|
784
|
+
/** 是否不拼接到 WHERE SQL 中. */
|
785
|
+
exclude_from_where_sql_flag?: number | null;
|
786
|
+
/** 界面标识(FormID). */
|
787
|
+
frm_id?: string | null;
|
788
|
+
/** 分组(GroupName). */
|
789
|
+
grp_nam?: string | null;
|
790
|
+
/** 主键. */
|
791
|
+
id?: string | null;
|
792
|
+
/** 查询条件变量名称(ProfileVariableName). */
|
793
|
+
prf_var_nam?: string | null;
|
794
|
+
/** 显示顺序(SortSequence). */
|
795
|
+
srtseq?: number | null;
|
796
|
+
/** 高级查询时是否将字段转换为 underscore 命名方式. */
|
797
|
+
use_underscore_when_dynamic_query_flag?: number | null;
|
798
|
+
/** 变量名称(VariableName). */
|
799
|
+
var_nam?: string | null;
|
800
|
+
constructor(obj?: VarProfileDetail);
|
801
|
+
}
|
802
|
+
/** 查询条件视图. */
|
803
|
+
export declare class VarProfileMaster {
|
804
|
+
/** 定制级别(CustomLevel). */
|
805
|
+
cust_lvl?: number | null;
|
806
|
+
/** 是否是默认的视图(DefaultFlag). */
|
807
|
+
def_flg?: number | null;
|
808
|
+
/** 是否启用高级查询(DynamicQueryFlag). */
|
809
|
+
dyn_flg?: number | null;
|
810
|
+
/** 界面标识(FormID). */
|
811
|
+
frm_id?: string | null;
|
812
|
+
/** 分组(GroupName). */
|
813
|
+
grp_nam?: string | null;
|
814
|
+
/** 主键. */
|
815
|
+
id?: string | null;
|
816
|
+
/** 查询条件视图的变量名称(ProfileVariableName). */
|
817
|
+
prf_var_nam?: string | null;
|
818
|
+
/** 用户(UserID). */
|
819
|
+
usr_id?: string | null;
|
820
|
+
constructor(obj?: VarProfileMaster);
|
821
|
+
}
|
822
|
+
/** 查询条件. */
|
823
|
+
export declare class VarProfileMasterDTO {
|
824
|
+
/** 定制级别(CustomLevel). */
|
825
|
+
cust_lvl?: number | null;
|
826
|
+
/** 是否默认(DefaultFlag). */
|
827
|
+
def_flg?: number | null;
|
828
|
+
/** 是否启用高级查询(DynamicQueryFlag). */
|
829
|
+
dyn_flg?: number | null;
|
830
|
+
/** 界面标识(FormID). */
|
831
|
+
frm_id?: string | null;
|
832
|
+
/** 分组(GroupName). */
|
833
|
+
grp_nam?: string | null;
|
834
|
+
/** 主键. */
|
835
|
+
id?: string | null;
|
836
|
+
/** 视图名称变量. */
|
837
|
+
prf_var_nam?: string | null;
|
838
|
+
/** 用户(UserID). */
|
839
|
+
usr_id?: string | null;
|
840
|
+
/** 查询条件明细列表. */
|
841
|
+
varProfileDetails?: Array<VarProfileDetail> | null;
|
842
|
+
constructor(obj?: VarProfileMasterDTO);
|
843
|
+
}
|
844
|
+
/** 变量配置查询参数. */
|
845
|
+
export declare class VarQuery {
|
846
|
+
/** 界面标识(FormID). */
|
847
|
+
frm_id?: string | null;
|
848
|
+
constructor(obj?: VarQuery);
|
849
|
+
}
|
850
|
+
/** 提交表单配置. */
|
851
|
+
export declare class VarSubmitConfig {
|
852
|
+
/** 所属按钮的变量名称. */
|
853
|
+
button_var_name?: string | null;
|
854
|
+
/** 定制级别(CustomLevel). */
|
855
|
+
cust_lvl?: number | null;
|
856
|
+
/** 是否默认全屏. */
|
857
|
+
dft_fullscreen_flg?: number | null;
|
858
|
+
/** 默认宽度. */
|
859
|
+
dft_width?: number | null;
|
860
|
+
/** 显示方式. */
|
861
|
+
display_type?: string | null;
|
862
|
+
/** 界面标识. */
|
863
|
+
frm_id?: string | null;
|
864
|
+
/** 是否支持全屏. */
|
865
|
+
fullscreen_flg?: number | null;
|
866
|
+
/** 主键. */
|
867
|
+
id?: string | null;
|
868
|
+
/** 文本宽度. */
|
869
|
+
label_col?: number | null;
|
870
|
+
/** 文本宽度单位. */
|
871
|
+
label_col_unit?: string | null;
|
872
|
+
/** 布局方式. */
|
873
|
+
layout?: string | null;
|
874
|
+
/** 最大宽度. */
|
875
|
+
max_width?: number | null;
|
876
|
+
/** 最小宽度. */
|
877
|
+
min_width?: number | null;
|
878
|
+
/** 所属查询条件视图的变量名称. */
|
879
|
+
prf_var_nam?: string | null;
|
880
|
+
/** 配置属性. */
|
881
|
+
props?: string | null;
|
882
|
+
/** 是否可以拖拽改变大小. */
|
883
|
+
resizable_flg?: number | null;
|
884
|
+
/** 是否根据表单宽度自动调整字段宽度. */
|
885
|
+
responsive_flg?: number | null;
|
886
|
+
/** 是否将主键字段设为空. */
|
887
|
+
set_id_to_null_flag?: number | null;
|
888
|
+
constructor(obj?: VarSubmitConfig);
|
889
|
+
}
|
890
|
+
/** 提交表单字段. */
|
891
|
+
export declare class VarSubmitDetail {
|
892
|
+
/** 所属按钮的变量名称. */
|
893
|
+
button_var_name?: string | null;
|
894
|
+
/** 定制级别(CustomLevel). */
|
895
|
+
cust_lvl?: number | null;
|
896
|
+
/** 默认值. */
|
897
|
+
default_value?: string | null;
|
898
|
+
/** 是否可以编辑. */
|
899
|
+
enable_flag?: number | null;
|
900
|
+
/** 界面标识. */
|
901
|
+
frm_id?: string | null;
|
902
|
+
/** 分组. */
|
903
|
+
grp_nam?: string | null;
|
904
|
+
/** 主键. */
|
905
|
+
id?: string | null;
|
906
|
+
/** 是否是关键的字段. */
|
907
|
+
key_flg?: number | null;
|
908
|
+
/** 占位提示文字(Placeholder). */
|
909
|
+
placeholder?: string | null;
|
910
|
+
/** 所属查询条件视图的变量名称. */
|
911
|
+
prf_var_nam?: string | null;
|
912
|
+
/** 是否必填. */
|
913
|
+
required_flag?: number | null;
|
914
|
+
/** 所属分组. */
|
915
|
+
section?: string | null;
|
916
|
+
/** 显示顺序. */
|
917
|
+
srtseq?: number | null;
|
918
|
+
/** 变量名称. */
|
919
|
+
var_nam?: string | null;
|
920
|
+
/** 是否可见. */
|
921
|
+
visible_flag?: number | null;
|
922
|
+
/** 表单控件宽度(Width). */
|
923
|
+
width?: number | null;
|
924
|
+
constructor(obj?: VarSubmitDetail);
|
925
|
+
}
|
926
|
+
/** 变量. */
|
927
|
+
export declare class VarVariable {
|
928
|
+
/** 界面标识(FormID). */
|
929
|
+
frm_id?: string | null;
|
930
|
+
/** 分组(GroupName). */
|
931
|
+
grp_nam?: string | null;
|
932
|
+
/** 主键. */
|
933
|
+
id?: string | null;
|
934
|
+
/** 变量名称(VariableName). */
|
935
|
+
var_nam?: string | null;
|
936
|
+
constructor(obj?: VarVariable);
|
937
|
+
}
|
938
|
+
/** 仓库数据传输对象. */
|
939
|
+
export declare class WhDTO {
|
940
|
+
/** 是否可用. */
|
941
|
+
activeFlg?: number | null;
|
942
|
+
/** 地址编号. */
|
943
|
+
adrId?: string | null;
|
944
|
+
/** 地址名. */
|
945
|
+
adrnam?: string | null;
|
946
|
+
/** 公司代码. */
|
947
|
+
comCod?: string | null;
|
948
|
+
/** 默认仓库. */
|
949
|
+
defWhFlg?: number | null;
|
950
|
+
/** 主键. */
|
951
|
+
id?: string | null;
|
952
|
+
/** 所属地/国编号. */
|
953
|
+
orgcod?: string | null;
|
954
|
+
/** 永久调整托盘. */
|
955
|
+
permAdjLod?: string | null;
|
956
|
+
/** 永久调整箱. */
|
957
|
+
permAdjSub?: string | null;
|
958
|
+
/** 永久创建托盘. */
|
959
|
+
permCreLod?: string | null;
|
960
|
+
/** 永久创建箱. */
|
961
|
+
permCreSub?: string | null;
|
962
|
+
/** 版本. */
|
963
|
+
version?: number | null;
|
964
|
+
/** 仓库名称. */
|
965
|
+
whDsc?: string | null;
|
966
|
+
/** 仓库编号. */
|
967
|
+
whId?: string | null;
|
968
|
+
constructor(obj?: WhDTO);
|
969
|
+
}
|
970
|
+
/** 工作站区域数据传输对象. */
|
971
|
+
export declare class WorkstationAreaDTO {
|
972
|
+
/** 主键. */
|
973
|
+
id?: string | null;
|
974
|
+
/** 创建日期. */
|
975
|
+
insDt?: string | null;
|
976
|
+
/** 创建用户. */
|
977
|
+
insUsrId?: string | null;
|
978
|
+
/** 修改日期. */
|
979
|
+
modUsrId?: string | null;
|
980
|
+
/** 修改用户. */
|
981
|
+
moddte?: string | null;
|
982
|
+
/** 仓库. */
|
983
|
+
whId?: string | null;
|
984
|
+
/** 工作区. */
|
985
|
+
wrkare?: string | null;
|
986
|
+
/** 工作区描述. */
|
987
|
+
wrkareDsc?: string | null;
|
988
|
+
constructor(obj?: WorkstationAreaDTO);
|
989
|
+
}
|
990
|
+
/** 工作站数据传输对象. */
|
991
|
+
export declare class WorkstationDTO {
|
992
|
+
/** 工作站. */
|
993
|
+
devcod?: string | null;
|
994
|
+
/** 工作站描述. */
|
995
|
+
devcodDsc?: string | null;
|
996
|
+
/** 主工作区. */
|
997
|
+
hmewrkare?: string | null;
|
998
|
+
/** 主键. */
|
999
|
+
id?: string | null;
|
1000
|
+
/** 创建日期. */
|
1001
|
+
insDt?: string | null;
|
1002
|
+
/** 创建用户. */
|
1003
|
+
insUsrId?: string | null;
|
1004
|
+
/** 修改日期. */
|
1005
|
+
modUsrId?: string | null;
|
1006
|
+
/** 修改用户. */
|
1007
|
+
moddte?: string | null;
|
1008
|
+
/** 仓库. */
|
1009
|
+
whId?: string | null;
|
1010
|
+
/** 工作站与工作区域关系. */
|
1011
|
+
workstationAreas?: Array<WorkstationAreaDTO> | null;
|
1012
|
+
constructor(obj?: WorkstationDTO);
|
1013
|
+
}
|
1014
|
+
/**
|
1015
|
+
* 获取对象的属性名数组.
|
1016
|
+
* @param obj 对象.
|
1017
|
+
*/
|
1018
|
+
export declare function keys<C extends object>(obj: C): Array<keyof C>;
|