@kengic/vue 0.26.6-beta.9 → 0.26.6-beta.90
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -0
- package/dist/bulb-outlined.93f68e9f.mjs +8 -0
- package/dist/caret-right-outlined.f3fc4d46.mjs +8 -0
- package/dist/close-outlined-DMcSQWxQ.317be875.mjs +8 -0
- package/dist/fullscreen-exit-outlined-X1iYkFc4.496078ea.mjs +8 -0
- package/dist/fullscreen-exit-outlined.a75b82c2.mjs +8 -0
- package/dist/fullscreen-outlined-DDBrsRcy.2af7c83e.mjs +8 -0
- package/dist/fullscreen-outlined.c9ba7960.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +57373 -40189
- package/dist/pause-outlined.a5f6ccbd.mjs +8 -0
- package/dist/project/build/vite/plugin/index.ts +14 -1
- 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.ContextMenu.d.ts +104 -0
- package/dist/src/component/KgCanvas/KgCanvas.Toolbar.Fullscreen.d.ts +38 -0
- package/dist/src/component/KgCanvas/KgCanvas.Toolbar.OverviewScale.d.ts +38 -0
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +28 -0
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +155 -0
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +43 -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/KgCanvas/index.vm.d.ts +29 -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 +281 -0
- package/dist/src/const/i18n/es_ES.d.ts +281 -0
- package/dist/src/const/i18n/fr_FR.d.ts +281 -0
- package/dist/src/const/i18n/index.d.ts +2 -0
- package/dist/src/const/i18n/km_KH.d.ts +281 -0
- package/dist/src/const/i18n/ko_KR.d.ts +281 -0
- package/dist/src/const/i18n/vi_VN.d.ts +281 -0
- package/dist/src/const/i18n/zh_CN.d.ts +282 -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 +32 -21
- 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,281 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
kg: {
|
3
|
+
KgAppSelect: {
|
4
|
+
businessManager: string;
|
5
|
+
dataManager: string;
|
6
|
+
sys: string;
|
7
|
+
tooltip: string;
|
8
|
+
};
|
9
|
+
KgButton: {
|
10
|
+
noApiUrl: string;
|
11
|
+
noVarSubmitConfig: string;
|
12
|
+
};
|
13
|
+
KgCanvas: {
|
14
|
+
enterFullscreen: string;
|
15
|
+
exitFullscreen: string;
|
16
|
+
originalScale: string;
|
17
|
+
overviewScale: string;
|
18
|
+
reload: string;
|
19
|
+
};
|
20
|
+
KgFormItem: {
|
21
|
+
formValidationMessageForGT: string;
|
22
|
+
formValidationMessageForGTE: string;
|
23
|
+
formValidationMessageForInvalidFloat: string;
|
24
|
+
formValidationMessageForInvalidInteger: string;
|
25
|
+
formValidationMessageForInvalidJSON: string;
|
26
|
+
formValidationMessageForInvalidLetter: string;
|
27
|
+
formValidationMessageForInvalidLowerLetter: string;
|
28
|
+
formValidationMessageForInvalidUpperLetter: string;
|
29
|
+
formValidationMessageForLT: string;
|
30
|
+
formValidationMessageForLTE: string;
|
31
|
+
formValidationMessageForMaxLength: string;
|
32
|
+
formValidationMessageForMinLength: string;
|
33
|
+
formValidationMessageForRegularExpression: string;
|
34
|
+
};
|
35
|
+
KgPageDdaCreate: {
|
36
|
+
'confirm-cancel': string;
|
37
|
+
done: string;
|
38
|
+
'next-step': string;
|
39
|
+
'previous-step': string;
|
40
|
+
};
|
41
|
+
KgPageDdaCreateBasic: {
|
42
|
+
'form-id': string;
|
43
|
+
'form-name': string;
|
44
|
+
maintenance: string;
|
45
|
+
sql: string;
|
46
|
+
type: string;
|
47
|
+
};
|
48
|
+
KgPageDdaCreateButton: {
|
49
|
+
'button-var-name-reserved': string;
|
50
|
+
'button-var-name-used': string;
|
51
|
+
};
|
52
|
+
KgPageDdaCreateMenu: {
|
53
|
+
'parent-menu': string;
|
54
|
+
};
|
55
|
+
KgPageDdaCreateSearch: {
|
56
|
+
available: string;
|
57
|
+
'column-desc': string;
|
58
|
+
'column-name': string;
|
59
|
+
'column-type': string;
|
60
|
+
selected: string;
|
61
|
+
};
|
62
|
+
KgPageDdaCreateSubmit: {
|
63
|
+
available: string;
|
64
|
+
'column-desc': string;
|
65
|
+
'column-name': string;
|
66
|
+
'column-type': string;
|
67
|
+
selected: string;
|
68
|
+
};
|
69
|
+
KgPageDdaCreateTable: {
|
70
|
+
available: string;
|
71
|
+
'column-desc': string;
|
72
|
+
'column-name': string;
|
73
|
+
'column-type': string;
|
74
|
+
selected: string;
|
75
|
+
};
|
76
|
+
KgSearch: {
|
77
|
+
title: string;
|
78
|
+
};
|
79
|
+
KgSearchConfigModal: {
|
80
|
+
BETWEEN: string;
|
81
|
+
'BETWEEN-desc': string;
|
82
|
+
CONTAIN: string;
|
83
|
+
'CONTAIN-desc': string;
|
84
|
+
END_WITH: string;
|
85
|
+
'END_WITH-desc': string;
|
86
|
+
EQ: string;
|
87
|
+
'EQ-desc': string;
|
88
|
+
GT: string;
|
89
|
+
'GT-desc': string;
|
90
|
+
GTE: string;
|
91
|
+
'GTE-desc': string;
|
92
|
+
IN: string;
|
93
|
+
'IN-desc': string;
|
94
|
+
LT: string;
|
95
|
+
'LT-desc': string;
|
96
|
+
LTE: string;
|
97
|
+
'LTE-desc': string;
|
98
|
+
NE: string;
|
99
|
+
'NE-desc': string;
|
100
|
+
START_WITH: string;
|
101
|
+
'START_WITH-desc': string;
|
102
|
+
close: string;
|
103
|
+
formTitle: string;
|
104
|
+
pleaseSelectVarProfileMaster: string;
|
105
|
+
};
|
106
|
+
KgStation: {
|
107
|
+
reloadMessage: string;
|
108
|
+
selectStation: string;
|
109
|
+
station: string;
|
110
|
+
title: string;
|
111
|
+
workArea: string;
|
112
|
+
workStation: string;
|
113
|
+
};
|
114
|
+
KgTable: {
|
115
|
+
apiNotSupportDynamicQuery: string;
|
116
|
+
column: string;
|
117
|
+
config: string;
|
118
|
+
emptyText: string;
|
119
|
+
isShowDescription: string;
|
120
|
+
other: string;
|
121
|
+
'request-fail-error': string;
|
122
|
+
'request-fail-no-data': string;
|
123
|
+
rowHeight: string;
|
124
|
+
rowHeightH: string;
|
125
|
+
rowHeightL: string;
|
126
|
+
rowHeightM: string;
|
127
|
+
'save-var-grid-master-as-success-message': string;
|
128
|
+
saveVarGridMaster: string;
|
129
|
+
saveVarGridMasterAs: string;
|
130
|
+
saveVarGridMasterSuccessMessage: string;
|
131
|
+
totalText: string;
|
132
|
+
varGridMasters: string;
|
133
|
+
};
|
134
|
+
KgTableHeaderCell: {
|
135
|
+
align: string;
|
136
|
+
alignCenter: string;
|
137
|
+
alignLeft: string;
|
138
|
+
alignRight: string;
|
139
|
+
hide: string;
|
140
|
+
isEllipsis: string;
|
141
|
+
isFilter: string;
|
142
|
+
isFixToLeft: string;
|
143
|
+
isFixToRight: string;
|
144
|
+
isSort: string;
|
145
|
+
};
|
146
|
+
KgTableInfo: {
|
147
|
+
check: string;
|
148
|
+
clearCheck: string;
|
149
|
+
clearTable: string;
|
150
|
+
locate: string;
|
151
|
+
row: string;
|
152
|
+
};
|
153
|
+
KgTableSettingConfigModal: {};
|
154
|
+
KgTableSettingVarGridConfig: {};
|
155
|
+
KgTableSettingVarGridMasterSaveAs: {
|
156
|
+
title: string;
|
157
|
+
};
|
158
|
+
KgVar: {};
|
159
|
+
KgVarConfig: {
|
160
|
+
VarGridConfig: string;
|
161
|
+
VarGridMaster: string;
|
162
|
+
VarProfileConfig: string;
|
163
|
+
VarProfileMaster: string;
|
164
|
+
action: string;
|
165
|
+
allForm: string;
|
166
|
+
allLanguage: string;
|
167
|
+
canNotUpdateSystemVarGridMaster: string;
|
168
|
+
canNotUpdateSystemVarProfileMaster: string;
|
169
|
+
confirm: string;
|
170
|
+
createConfig: string;
|
171
|
+
currentForm: string;
|
172
|
+
currentLanguage: string;
|
173
|
+
customLevel: string;
|
174
|
+
emptyPageSizeOptions: string;
|
175
|
+
formId: string;
|
176
|
+
formValidationMessageForMaxAndMin: string;
|
177
|
+
formValidationMessageForMaxLengthAndMinLength: string;
|
178
|
+
invalidCommandParameter: string;
|
179
|
+
invalidPageSizeOption: string;
|
180
|
+
invalidPageSizeOptions: string;
|
181
|
+
pleaseSelectVariable: string;
|
182
|
+
tabButton: string;
|
183
|
+
tabChild: string;
|
184
|
+
tabSearch: string;
|
185
|
+
tabSubmit: string;
|
186
|
+
tabTable: string;
|
187
|
+
varVariable: string;
|
188
|
+
variable: string;
|
189
|
+
};
|
190
|
+
KgVarConfigModalButton: {
|
191
|
+
VarButton: string;
|
192
|
+
VarButtonConfig: string;
|
193
|
+
};
|
194
|
+
KgVarConfigModalChild: {
|
195
|
+
childVarName: string;
|
196
|
+
childVarNameDuplicate: string;
|
197
|
+
childVarNameRequired: string;
|
198
|
+
parentVarName: string;
|
199
|
+
parentVarNameDuplicate: string;
|
200
|
+
parentVarNameRequired: string;
|
201
|
+
};
|
202
|
+
KgVarConfigModalSubmit: {
|
203
|
+
VarSubmitConfig: string;
|
204
|
+
VarSubmitDetail: string;
|
205
|
+
};
|
206
|
+
KgVarConfigModalSubmitVarSubmitConfig: {
|
207
|
+
invalidWidthForSpan: string;
|
208
|
+
};
|
209
|
+
KgVarConfigModalTableVarGridMaster: {
|
210
|
+
DESC: string;
|
211
|
+
FILE_SIZE: string;
|
212
|
+
ICON: string;
|
213
|
+
IMAGE: string;
|
214
|
+
PROGRESS: string;
|
215
|
+
ROUTE_LINK: string;
|
216
|
+
UPDATE_LINK: string;
|
217
|
+
YN: string;
|
218
|
+
center: string;
|
219
|
+
left: string;
|
220
|
+
notSort: string;
|
221
|
+
right: string;
|
222
|
+
};
|
223
|
+
KgVarConfigSelectFormIdModal: {
|
224
|
+
title: string;
|
225
|
+
};
|
226
|
+
KgWarehouse: {
|
227
|
+
reloadMessage: string;
|
228
|
+
selectWarehouse: string;
|
229
|
+
title: string;
|
230
|
+
warehouse: string;
|
231
|
+
};
|
232
|
+
action: string;
|
233
|
+
add: string;
|
234
|
+
allUser: string;
|
235
|
+
asc: string;
|
236
|
+
button: string;
|
237
|
+
cancel: string;
|
238
|
+
close: string;
|
239
|
+
confirm: string;
|
240
|
+
confirmDelete: string;
|
241
|
+
copy: string;
|
242
|
+
copySuccess: string;
|
243
|
+
create: string;
|
244
|
+
createSuccess: string;
|
245
|
+
default: string;
|
246
|
+
delete: string;
|
247
|
+
deleteSuccess: string;
|
248
|
+
desc: string;
|
249
|
+
edit: string;
|
250
|
+
empty: string;
|
251
|
+
emptyText: string;
|
252
|
+
executeSuccess: string;
|
253
|
+
export: string;
|
254
|
+
exportSuccess: string;
|
255
|
+
formId: string;
|
256
|
+
formName: string;
|
257
|
+
formValidationFail: string;
|
258
|
+
import: string;
|
259
|
+
'import-template': string;
|
260
|
+
importSuccess: string;
|
261
|
+
importTemplate: string;
|
262
|
+
loading: string;
|
263
|
+
lookup: string;
|
264
|
+
no: string;
|
265
|
+
ok: string;
|
266
|
+
query: string;
|
267
|
+
refresh: string;
|
268
|
+
required: string;
|
269
|
+
reset: string;
|
270
|
+
save: string;
|
271
|
+
search: string;
|
272
|
+
selectAll: string;
|
273
|
+
show: string;
|
274
|
+
succeed: string;
|
275
|
+
tip: string;
|
276
|
+
update: string;
|
277
|
+
updateSuccess: string;
|
278
|
+
yes: string;
|
279
|
+
};
|
280
|
+
};
|
281
|
+
export default _default;
|
@@ -0,0 +1,281 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
kg: {
|
3
|
+
KgAppSelect: {
|
4
|
+
businessManager: string;
|
5
|
+
dataManager: string;
|
6
|
+
sys: string;
|
7
|
+
tooltip: string;
|
8
|
+
};
|
9
|
+
KgButton: {
|
10
|
+
noApiUrl: string;
|
11
|
+
noVarSubmitConfig: string;
|
12
|
+
};
|
13
|
+
KgCanvas: {
|
14
|
+
enterFullscreen: string;
|
15
|
+
exitFullscreen: string;
|
16
|
+
originalScale: string;
|
17
|
+
overviewScale: string;
|
18
|
+
reload: string;
|
19
|
+
};
|
20
|
+
KgFormItem: {
|
21
|
+
formValidationMessageForGT: string;
|
22
|
+
formValidationMessageForGTE: string;
|
23
|
+
formValidationMessageForInvalidFloat: string;
|
24
|
+
formValidationMessageForInvalidInteger: string;
|
25
|
+
formValidationMessageForInvalidJSON: string;
|
26
|
+
formValidationMessageForInvalidLetter: string;
|
27
|
+
formValidationMessageForInvalidLowerLetter: string;
|
28
|
+
formValidationMessageForInvalidUpperLetter: string;
|
29
|
+
formValidationMessageForLT: string;
|
30
|
+
formValidationMessageForLTE: string;
|
31
|
+
formValidationMessageForMaxLength: string;
|
32
|
+
formValidationMessageForMinLength: string;
|
33
|
+
formValidationMessageForRegularExpression: string;
|
34
|
+
};
|
35
|
+
KgPageDdaCreate: {
|
36
|
+
'confirm-cancel': string;
|
37
|
+
done: string;
|
38
|
+
'next-step': string;
|
39
|
+
'previous-step': string;
|
40
|
+
};
|
41
|
+
KgPageDdaCreateBasic: {
|
42
|
+
'form-id': string;
|
43
|
+
'form-name': string;
|
44
|
+
maintenance: string;
|
45
|
+
sql: string;
|
46
|
+
type: string;
|
47
|
+
};
|
48
|
+
KgPageDdaCreateButton: {
|
49
|
+
'button-var-name-reserved': string;
|
50
|
+
'button-var-name-used': string;
|
51
|
+
};
|
52
|
+
KgPageDdaCreateMenu: {
|
53
|
+
'parent-menu': string;
|
54
|
+
};
|
55
|
+
KgPageDdaCreateSearch: {
|
56
|
+
available: string;
|
57
|
+
'column-desc': string;
|
58
|
+
'column-name': string;
|
59
|
+
'column-type': string;
|
60
|
+
selected: string;
|
61
|
+
};
|
62
|
+
KgPageDdaCreateSubmit: {
|
63
|
+
available: string;
|
64
|
+
'column-desc': string;
|
65
|
+
'column-name': string;
|
66
|
+
'column-type': string;
|
67
|
+
selected: string;
|
68
|
+
};
|
69
|
+
KgPageDdaCreateTable: {
|
70
|
+
available: string;
|
71
|
+
'column-desc': string;
|
72
|
+
'column-name': string;
|
73
|
+
'column-type': string;
|
74
|
+
selected: string;
|
75
|
+
};
|
76
|
+
KgSearch: {
|
77
|
+
title: string;
|
78
|
+
};
|
79
|
+
KgSearchConfigModal: {
|
80
|
+
BETWEEN: string;
|
81
|
+
'BETWEEN-desc': string;
|
82
|
+
CONTAIN: string;
|
83
|
+
'CONTAIN-desc': string;
|
84
|
+
END_WITH: string;
|
85
|
+
'END_WITH-desc': string;
|
86
|
+
EQ: string;
|
87
|
+
'EQ-desc': string;
|
88
|
+
GT: string;
|
89
|
+
'GT-desc': string;
|
90
|
+
GTE: string;
|
91
|
+
'GTE-desc': string;
|
92
|
+
IN: string;
|
93
|
+
'IN-desc': string;
|
94
|
+
LT: string;
|
95
|
+
'LT-desc': string;
|
96
|
+
LTE: string;
|
97
|
+
'LTE-desc': string;
|
98
|
+
NE: string;
|
99
|
+
'NE-desc': string;
|
100
|
+
START_WITH: string;
|
101
|
+
'START_WITH-desc': string;
|
102
|
+
close: string;
|
103
|
+
formTitle: string;
|
104
|
+
pleaseSelectVarProfileMaster: string;
|
105
|
+
};
|
106
|
+
KgStation: {
|
107
|
+
reloadMessage: string;
|
108
|
+
selectStation: string;
|
109
|
+
station: string;
|
110
|
+
title: string;
|
111
|
+
workArea: string;
|
112
|
+
workStation: string;
|
113
|
+
};
|
114
|
+
KgTable: {
|
115
|
+
apiNotSupportDynamicQuery: string;
|
116
|
+
column: string;
|
117
|
+
config: string;
|
118
|
+
emptyText: string;
|
119
|
+
isShowDescription: string;
|
120
|
+
other: string;
|
121
|
+
'request-fail-error': string;
|
122
|
+
'request-fail-no-data': string;
|
123
|
+
rowHeight: string;
|
124
|
+
rowHeightH: string;
|
125
|
+
rowHeightL: string;
|
126
|
+
rowHeightM: string;
|
127
|
+
'save-var-grid-master-as-success-message': string;
|
128
|
+
saveVarGridMaster: string;
|
129
|
+
saveVarGridMasterAs: string;
|
130
|
+
saveVarGridMasterSuccessMessage: string;
|
131
|
+
totalText: string;
|
132
|
+
varGridMasters: string;
|
133
|
+
};
|
134
|
+
KgTableHeaderCell: {
|
135
|
+
align: string;
|
136
|
+
alignCenter: string;
|
137
|
+
alignLeft: string;
|
138
|
+
alignRight: string;
|
139
|
+
hide: string;
|
140
|
+
isEllipsis: string;
|
141
|
+
isFilter: string;
|
142
|
+
isFixToLeft: string;
|
143
|
+
isFixToRight: string;
|
144
|
+
isSort: string;
|
145
|
+
};
|
146
|
+
KgTableInfo: {
|
147
|
+
check: string;
|
148
|
+
clearCheck: string;
|
149
|
+
clearTable: string;
|
150
|
+
locate: string;
|
151
|
+
row: string;
|
152
|
+
};
|
153
|
+
KgTableSettingConfigModal: {};
|
154
|
+
KgTableSettingVarGridConfig: {};
|
155
|
+
KgTableSettingVarGridMasterSaveAs: {
|
156
|
+
title: string;
|
157
|
+
};
|
158
|
+
KgVar: {};
|
159
|
+
KgVarConfig: {
|
160
|
+
VarGridConfig: string;
|
161
|
+
VarGridMaster: string;
|
162
|
+
VarProfileConfig: string;
|
163
|
+
VarProfileMaster: string;
|
164
|
+
action: string;
|
165
|
+
allForm: string;
|
166
|
+
allLanguage: string;
|
167
|
+
canNotUpdateSystemVarGridMaster: string;
|
168
|
+
canNotUpdateSystemVarProfileMaster: string;
|
169
|
+
confirm: string;
|
170
|
+
createConfig: string;
|
171
|
+
currentForm: string;
|
172
|
+
currentLanguage: string;
|
173
|
+
customLevel: string;
|
174
|
+
emptyPageSizeOptions: string;
|
175
|
+
formId: string;
|
176
|
+
formValidationMessageForMaxAndMin: string;
|
177
|
+
formValidationMessageForMaxLengthAndMinLength: string;
|
178
|
+
invalidCommandParameter: string;
|
179
|
+
invalidPageSizeOption: string;
|
180
|
+
invalidPageSizeOptions: string;
|
181
|
+
pleaseSelectVariable: string;
|
182
|
+
tabButton: string;
|
183
|
+
tabChild: string;
|
184
|
+
tabSearch: string;
|
185
|
+
tabSubmit: string;
|
186
|
+
tabTable: string;
|
187
|
+
varVariable: string;
|
188
|
+
variable: string;
|
189
|
+
};
|
190
|
+
KgVarConfigModalButton: {
|
191
|
+
VarButton: string;
|
192
|
+
VarButtonConfig: string;
|
193
|
+
};
|
194
|
+
KgVarConfigModalChild: {
|
195
|
+
childVarName: string;
|
196
|
+
childVarNameDuplicate: string;
|
197
|
+
childVarNameRequired: string;
|
198
|
+
parentVarName: string;
|
199
|
+
parentVarNameDuplicate: string;
|
200
|
+
parentVarNameRequired: string;
|
201
|
+
};
|
202
|
+
KgVarConfigModalSubmit: {
|
203
|
+
VarSubmitConfig: string;
|
204
|
+
VarSubmitDetail: string;
|
205
|
+
};
|
206
|
+
KgVarConfigModalSubmitVarSubmitConfig: {
|
207
|
+
invalidWidthForSpan: string;
|
208
|
+
};
|
209
|
+
KgVarConfigModalTableVarGridMaster: {
|
210
|
+
DESC: string;
|
211
|
+
FILE_SIZE: string;
|
212
|
+
ICON: string;
|
213
|
+
IMAGE: string;
|
214
|
+
PROGRESS: string;
|
215
|
+
ROUTE_LINK: string;
|
216
|
+
UPDATE_LINK: string;
|
217
|
+
YN: string;
|
218
|
+
center: string;
|
219
|
+
left: string;
|
220
|
+
notSort: string;
|
221
|
+
right: string;
|
222
|
+
};
|
223
|
+
KgVarConfigSelectFormIdModal: {
|
224
|
+
title: string;
|
225
|
+
};
|
226
|
+
KgWarehouse: {
|
227
|
+
reloadMessage: string;
|
228
|
+
selectWarehouse: string;
|
229
|
+
title: string;
|
230
|
+
warehouse: string;
|
231
|
+
};
|
232
|
+
action: string;
|
233
|
+
add: string;
|
234
|
+
allUser: string;
|
235
|
+
asc: string;
|
236
|
+
button: string;
|
237
|
+
cancel: string;
|
238
|
+
close: string;
|
239
|
+
confirm: string;
|
240
|
+
confirmDelete: string;
|
241
|
+
copy: string;
|
242
|
+
copySuccess: string;
|
243
|
+
create: string;
|
244
|
+
createSuccess: string;
|
245
|
+
default: string;
|
246
|
+
delete: string;
|
247
|
+
deleteSuccess: string;
|
248
|
+
desc: string;
|
249
|
+
edit: string;
|
250
|
+
empty: string;
|
251
|
+
emptyText: string;
|
252
|
+
executeSuccess: string;
|
253
|
+
export: string;
|
254
|
+
exportSuccess: string;
|
255
|
+
formId: string;
|
256
|
+
formName: string;
|
257
|
+
formValidationFail: string;
|
258
|
+
import: string;
|
259
|
+
'import-template': string;
|
260
|
+
importSuccess: string;
|
261
|
+
importTemplate: string;
|
262
|
+
loading: string;
|
263
|
+
lookup: string;
|
264
|
+
no: string;
|
265
|
+
ok: string;
|
266
|
+
query: string;
|
267
|
+
refresh: string;
|
268
|
+
required: string;
|
269
|
+
reset: string;
|
270
|
+
save: string;
|
271
|
+
search: string;
|
272
|
+
selectAll: string;
|
273
|
+
show: string;
|
274
|
+
succeed: string;
|
275
|
+
tip: string;
|
276
|
+
update: string;
|
277
|
+
updateSuccess: string;
|
278
|
+
yes: string;
|
279
|
+
};
|
280
|
+
};
|
281
|
+
export default _default;
|