@kengic/vue 0.32.23 → 0.32.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/bin/postinstall.mjs +1 -1
  2. package/dist/kengic-vue.js +6027 -5999
  3. package/dist/src/component/KgAppSelect/KgAppSelect.event.d.ts +1 -1
  4. package/dist/src/component/KgAppSelect/KgAppSelect.hooks.d.ts +1 -1
  5. package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +1 -1
  6. package/dist/src/component/KgButton/KgButton.event.d.ts +1 -1
  7. package/dist/src/component/KgButton/KgButton.hooks.d.ts +1 -1
  8. package/dist/src/component/KgButton/KgButton.store.d.ts +2 -1
  9. package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +1 -1
  10. package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +1 -1
  11. package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
  12. package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +1 -1
  13. package/dist/src/component/KgForm/KgForm.event.d.ts +1 -1
  14. package/dist/src/component/KgForm/KgForm.hooks.d.ts +1 -1
  15. package/dist/src/component/KgForm/KgForm.store.d.ts +1 -1
  16. package/dist/src/component/KgSearch/KgSearch.event.d.ts +1 -1
  17. package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +1 -1
  18. package/dist/src/component/KgSearch/KgSearch.store.d.ts +1 -1
  19. package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +1 -1
  20. package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +1 -1
  21. package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +1 -1
  22. package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +1 -1
  23. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +1 -1
  24. package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +1 -1
  25. package/dist/src/component/KgTable/KgTable.event.d.ts +1 -1
  26. package/dist/src/component/KgTable/KgTable.hooks.d.ts +1 -1
  27. package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
  28. package/dist/src/component/KgTable02/KgTable02.event.d.ts +1 -1
  29. package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +1 -1
  30. package/dist/src/component/KgTable02/KgTable02.store.d.ts +1 -1
  31. package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
  32. package/dist/src/component/KgVar/KgVar.hooks.d.ts +1 -1
  33. package/dist/src/component/KgVar/KgVar.store.d.ts +4 -3
  34. package/dist/src/component/KgVarConfig/KgVarConfig$Modal$Table$VarGridMaster.service.d.ts +4 -4
  35. package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +1 -1
  36. package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +1 -1
  37. package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +1 -1
  38. package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +1 -1
  39. package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +1 -1
  40. package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
  41. package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +1 -1
  42. package/dist/src/config/config.event.d.ts +1 -1
  43. package/dist/src/config/config.hooks.d.ts +1 -1
  44. package/dist/src/config/config.store.d.ts +2 -1
  45. package/dist/src/config/index.d.ts +1 -1
  46. package/dist/src/i18n/i18n.setup.d.ts +9 -9
  47. package/dist/src/model/index.d.ts +55 -60
  48. package/dist/src/page/KgPageDda/KgPageDda.Create.store.d.ts +1 -1
  49. package/dist/src/project/src/locales/useLocale.d.ts +1 -1
  50. package/dist/src/project/types/config.d.ts +1 -1
  51. package/dist/src/util/kg.util.d.ts +1 -1
  52. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  /**
3
3
  * 事件类型.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { IKgAppSelectOnGotoAppEventListener, IKgAppSelectOnGotoPathEventListener } from './KgAppSelect.event';
3
3
  import { useKgAppSelectStore } from './KgAppSelect.store';
4
4
  export declare type IUseKgAppSelect = {
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  import { Menu } from '../../project/src/router/types';
3
3
  export interface IUseKgAppSelectStoreGetters {
4
4
  currentApp: string | null;
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { Ref } from 'vue';
3
3
  import { VarButton } from '../../api/WMS/models';
4
4
  import { IRequestConfig, IRequestOption } from '../../service';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { eventListeners, IKgButton$EventListener$onAfterRequest, IKgButton$EventListener$onBeforeRequest, IKgButton$EventListener$onClick, IKgButton$EventListener$onError, IKgButton$EventListener$onExportBeforeParseRequestParameter, IKgButton$EventListener$onImportBeforeUpload, IKgButton$EventListener$onImportOk } from './KgButton.event';
3
3
  import { buildKgButtonStore } from './KgButton.store';
4
4
  export declare type IUseKgButton = {
@@ -1,5 +1,6 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { VarButton } from '../../api/WMS/models';
2
- import { IKgStoreDefinition, IKgVarButtonProperties, KG__VAR_BUTTON__TYPE } from '../../model';
3
+ import { IKgVarButtonProperties, KG__VAR_BUTTON__TYPE } from '../../model';
3
4
  export interface IUseKgButtonStoreGetters {
4
5
  /**
5
6
  * 当前按钮--额外属性.
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { Q } from '@thymine/xunee';
3
3
  import { IKgCanvasContextMenu } from './KgCanvas.ContextMenu';
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { IKgCanvas$EventListener$onClick, IKgCanvas$EventListener$onContextMenuClose, IKgCanvas$EventListener$onContextMenuOpen, IKgCanvas$EventListener$onDataPropertyChange, IKgCanvas$EventListener$onDrop, IKgCanvas$EventListener$onElementCreate, IKgCanvas$EventListener$onInit, IKgCanvas$EventListener$onMouseEnter, IKgCanvas$EventListener$onMouseLeave, IKgCanvas$EventListener$onMouseMove, IKgCanvas$EventListener$onReload, IKgCanvas$EventListener$onResize, IKgCanvas$EventListener$onRightClick, IKgCanvas$EventListener$onSelectChange } from './KgCanvas.event';
3
3
  import { buildKgCanvasStore } from './KgCanvas.store';
4
4
  export declare type IUseKgCanvas = {
@@ -1,5 +1,5 @@
1
1
  import { Q } from '@thymine/xunee';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  export interface IUseKgCanvasStoreGetters {
4
4
  }
5
5
  export interface IUseKgCanvasStoreActions {
@@ -1,5 +1,5 @@
1
1
  import { Q } from '@thymine/xunee';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  import { MapDTO, MapStationVO, StatusDTO, StatusRgvVO } from './KgCircularShuttleMonitor.model';
4
4
  declare type IKgCircularShuttleMonitorProps = {
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { ComputedRef, Ref } from 'vue';
3
3
  import { KG_FORM_CONTEXT } from '../../model';
4
4
  import { IKgTableRow } from '../KgTable';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { eventListeners, IKgForm$EventListener$onBlur, IKgForm$EventListener$onChange, IKgForm$EventListener$onEnter, IKgForm$EventListener$onLinkClick, IKgForm$EventListener$onLookupBeforeOk, IKgForm$EventListener$onLookupBeforeOpen, IKgForm$EventListener$onLookupOk, IKgForm$EventListener$onSelectBeforeRequest, IKgForm$EventListener$onSelectBeforeSetDatas, IKgForm$EventListener$onSelectChange } from './KgForm.event';
3
3
  import { useKgFormStore } from './KgForm.store';
4
4
  export declare type IUseKgForm = {
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  export interface IUseKgFormStoreState {
3
3
  }
4
4
  export interface IUseKgFormStoreGetters {
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { IKgTableRequestParameter } from '../KgTable';
3
3
  /**
4
4
  * 事件类型.
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { VarProfileDetail, VarProfileMasterDTO } from '../../api/WMS/models';
4
4
  import { IKgTableRequestParameter } from '../KgTable';
@@ -1,5 +1,5 @@
1
1
  import { VarProfileMasterDTO } from '../../api/WMS/models';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  import { IKgTableRequestParameter } from '../KgTable';
4
4
  /** 查询方法. */
5
5
  export declare type IKgSearchOnSearchFn = (param?: IKgTableRequestParameter) => void;
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  /**
3
3
  * 事件类型.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { VarSubmitDetail } from '../../api/WMS/models';
3
3
  import { IKgSimulatorEventListener$on$KgSimulatorCanvas$CreateData, IKgSimulatorEventListener$on$KgSimulatorCanvas$DeleteData, IKgSimulatorEventListener$on$KgSimulatorCanvas$UpdateData, IKgSimulatorEventListener$on$KgSimulatorMenu$Scene$Create, IKgSimulatorEventListener$on$KgSimulatorMenu$Scene$Import, IKgSimulatorEventListener$on$KgSimulatorMenu$Scene$Open, IKgSimulatorEventListener$on$KgSimulatorPanelScene$Click, IKgSimulatorEventListener$on$KgSimulatorPanelScene$Delete, IKgSimulatorEventListener$on$KgSimulatorPanelScene$SelectChange, IKgSimulatorEventListener$on$WebSocket$Message } from './KgSimulator.event';
4
4
  import { buildKgSimulatorStore } from './KgSimulator.store';
@@ -1,6 +1,6 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { Q } from '@thymine/xunee';
2
3
  import { WebSocketResult } from '@vueuse/core';
3
- import { IKgStoreDefinition } from '../../model';
4
4
  import { IToolbarPlacement, Scene } from './KgSimulator.model';
5
5
  export interface IKgSimulatorStoreGetters {
6
6
  /**
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { Ref } from 'vue';
3
3
  import { IRequestConfig } from '../../service';
4
4
  import { IKgTableRow } from '../KgTable';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { FormInstance } from 'ant-design-vue';
3
3
  import { RuleObject } from 'ant-design-vue/es/form';
4
4
  import { ComputedRef, Ref } from 'vue';
@@ -1,9 +1,9 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { RuleObject } from 'ant-design-vue/es/form';
2
3
  import { FormInstance } from 'ant-design-vue/lib/form/Form';
3
4
  import { StoreDefinition } from 'pinia';
4
5
  import { Ref } from 'vue';
5
6
  import { VarProfileDetail, VarSubmitConfig, VarSubmitDetail } from '../../api/WMS/models';
6
- import { IKgStoreDefinition } from '../../model';
7
7
  export interface IUseKgSubmitStoreState {
8
8
  /** 表单数据对象. */
9
9
  formModelMap: Map<string, Record<string, any>>;
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { AxiosResponse } from 'axios';
3
3
  import { Ref } from 'vue';
4
4
  import { IPage } from '../../api/WMS/models';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { eventListeners, IKgTable$EventListener$onAfterRequest, IKgTable$EventListener$onBeforeParseRequestParameter, IKgTable$EventListener$onBeforeRequest, IKgTable$EventListener$onBeforeRequestExecute, IKgTable$EventListener$onBeforeSetDatas, IKgTable$EventListener$onBeforeTransformDatas, IKgTable$EventListener$onReady, IKgTable$EventListener$onRequestError, IKgTable$EventListener$onRowDoubleClick } from './KgTable.event';
4
4
  import { IKgTableRow } from './KgTable.model';
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  import { IKgTableRowHeight } from './KgTable.model';
3
3
  export interface KgTableStoreGetters {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { AxiosResponse } from 'axios';
3
3
  import { Ref } from 'vue';
4
4
  import { IPage } from '../../api/WMS/models';
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { IKgTable02$EventListener$onAfterRequest, IKgTable02$EventListener$onAfterRequestResponse, IKgTable02$EventListener$onBeforeParseRequestParameter, IKgTable02$EventListener$onBeforeSetDatas } from './KgTable02.event';
4
4
  import { buildKgTable02Store } from './KgTable02.store';
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  export interface KgTableStoreGetters {
3
3
  /**
4
4
  * 列表数据.
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  /**
4
4
  * 事件类型.
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigDescription, VarConfigPossibility, VarDda, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileDetail, VarProfileMasterDTO, VarVariable } from '../../api/WMS/models';
4
4
  import { IKgVarButtonConfigProperties, IKgVarDdaProperties, IKgVarGridConfigProperties, IKgVarProfileConfigProperties, KG__VAR_BUTTON__TYPE } from '../../model';
@@ -1,5 +1,6 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { VarButton, VarButtonConfig, VarChildDetail, VarConfigControl, VarConfigDescription, VarConfigInput, VarConfigLookup, VarConfigPossibility, VarConfigTip, VarDda, VarGridConfig, VarGridDetail, VarGridMasterDTO, VarProfileConfig, VarProfileDetail, VarProfileMasterDTO, VarSubmitConfig, VarSubmitDetail, VarVariable } from '../../api/WMS/models';
2
- import { IKgStoreDefinition, KG__VAR_BUTTON__TYPE } from '../../model';
3
+ import { KG__VAR_BUTTON__TYPE } from '../../model';
3
4
  import { IUseKgVar } from './KgVar.hooks';
4
5
  import { IKgProps, IKgSlots } from './KgVar.model';
5
6
  export declare function transformVarDda(varDda: VarDda | null | undefined): VarDda | null;
@@ -22,9 +23,9 @@ export declare function transformVarButtonConfig(varButtonConfig: VarButtonConfi
22
23
  /**
23
24
  * 处理 VarGridDetail 数据.
24
25
  *
25
- * @param varGridDetails 原始数据.
26
+ * @param varGridDetailList 原始数据.
26
27
  */
27
- export declare function transformVarGridDetailList(varGridDetails?: Array<VarGridDetail> | null): Array<VarGridDetail>;
28
+ export declare function transformVarGridDetailList(varGridDetailList?: Array<VarGridDetail> | null): Array<VarGridDetail>;
28
29
  export declare function transformVarProfileDetailList(varProfileDetails?: Array<VarProfileDetail> | null): Array<VarProfileDetail>;
29
30
  /**
30
31
  * 给所有没有「提交表单字段」的「查询条件视图明细」创建一个默认的「提交表单字段」.
@@ -17,8 +17,8 @@ export declare function _useTransferColumns(fid$Host: string | null | undefined,
17
17
  export declare type IUseDragRow = {};
18
18
  /**
19
19
  *
20
- * @param hostFid 宿主页面标识.
21
- * @param varGridDetails
22
- * @param transferRightRows
20
+ * @param fid$Host 宿主页面标识.
21
+ * @param allVarGridDetailList$
22
+ * @param transferRightRowList$
23
23
  */
24
- export declare function _useDragToSortRow(hostFid: string | null | undefined, varGridDetails: Ref<UnwrapRef<Array<VarGridDetail>>>, transferRightRows: Ref<UnwrapRef<Array<VarGridDetail>>>): IUseDragRow;
24
+ export declare function _useDragToSortRow(fid$Host: string | null | undefined, allVarGridDetailList$: Ref<UnwrapRef<Array<VarGridDetail>>>, transferRightRowList$: Ref<UnwrapRef<Array<VarGridDetail>>>): IUseDragRow;
@@ -1,4 +1,4 @@
1
- import { IKgStoreDefinition } from '../../model';
1
+ import { type IKgStoreDefinition } from '@kengic/core';
2
2
  export interface IUseKgVarConfigStoreGetters {
3
3
  }
4
4
  export interface IUseKgVarConfigStoreActions {
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  /**
3
3
  * 事件类型.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { WarehouseDTO } from '../../api/WMS/models';
4
4
  import { IKgWarehouse$EventListener$onCancel, IKgWarehouse$EventListener$onMounted, IKgWarehouse$EventListener$onOk } from './KgWarehouse.event';
@@ -1,5 +1,5 @@
1
1
  import { WarehouseDTO } from '../../api/WMS/models';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  export interface IUseKgWarehouseStoreGetters {
4
4
  /**
5
5
  * 是否显示弹窗.
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  /**
3
3
  * 事件类型.
4
4
  */
@@ -1,4 +1,4 @@
1
- import { IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgRemoveEventListener } from '@kengic/core';
2
2
  import { IKgWorkStation$EventListener$onCancel, IKgWorkStation$EventListener$onOk } from './KgWorkStation.event';
3
3
  import { buildKgWorkStationStore } from './KgWorkStation.store';
4
4
  export declare type IUseKgWorkStation = {
@@ -1,5 +1,5 @@
1
1
  import { WorkstationAreaDTO, WorkstationDTO } from '../../api/WMS/models';
2
- import { IKgStoreDefinition } from '../../model';
2
+ import { type IKgStoreDefinition } from '@kengic/core';
3
3
  export interface IUseKgWorkStationStoreGetters {
4
4
  /**
5
5
  * 当前工作区.
@@ -1,4 +1,4 @@
1
- import { IKgEventListener } from '@kengic/core.core';
1
+ import { IKgEventListener } from '@kengic/core';
2
2
  import { IHttpClient, IRequestConfig, IRequestOption } from '../service';
3
3
  /**
4
4
  * 事件类型.
@@ -1,4 +1,4 @@
1
- import { IKgLocale, IKgRemoveEventListener } from '@kengic/core.core';
1
+ import { IKgLocale, IKgRemoveEventListener } from '@kengic/core';
2
2
  import { ComputedRef } from 'vue';
3
3
  import { IKg$EventListener$onBeforeRequest } from './config.event';
4
4
  import { useKgStore } from './config.store';
@@ -1,7 +1,8 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { StoreDefinition } from 'pinia';
2
3
  import { Router } from 'vue-router';
3
4
  import { DescriptionDTO, SysUserWarehouseDTO } from '../api/WMS/models';
4
- import { IKgStoreDefinition, KG_APP } from '../model';
5
+ import { KG_APP } from '../model';
5
6
  import { ErrorMessageMode, GetUserInfoModel, LoginParams, RoleEnum } from '../project';
6
7
  import { Menu } from '../project/src/router/types';
7
8
  import { LoginInfo, UserInfo } from '../project/types/store';
@@ -1,4 +1,4 @@
1
- import { IKgLocale } from '@kengic/core.core';
1
+ import { IKgLocale } from '@kengic/core';
2
2
  import { StoreDefinition } from 'pinia';
3
3
  import { App } from 'vue';
4
4
  import { Router } from 'vue-router';
@@ -3,15 +3,15 @@ import { DropMenu } from '../project/src/components/Dropdown/src/typing';
3
3
  import { LocaleSetting } from '../project/types/config';
4
4
  /** @deprecated 已弃用, 请使用 {@link KG.LOCALE} */
5
5
  declare const LOCALE: {
6
- CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
7
- EN: import("@kengic/core.core/src/model").IKgLocale;
8
- ES_ES: import("@kengic/core.core/src/model").IKgLocale;
9
- FR_FR: import("@kengic/core.core/src/model").IKgLocale;
10
- KM_KH: import("@kengic/core.core/src/model").IKgLocale;
11
- KO_KR: import("@kengic/core.core/src/model").IKgLocale;
12
- TH_TH: import("@kengic/core.core/src/model").IKgLocale;
13
- VI_VN: import("@kengic/core.core/src/model").IKgLocale;
14
- ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
6
+ CS_CZ: import("@kengic/core/src/model").IKgLocale;
7
+ EN: import("@kengic/core/src/model").IKgLocale;
8
+ ES_ES: import("@kengic/core/src/model").IKgLocale;
9
+ FR_FR: import("@kengic/core/src/model").IKgLocale;
10
+ KM_KH: import("@kengic/core/src/model").IKgLocale;
11
+ KO_KR: import("@kengic/core/src/model").IKgLocale;
12
+ TH_TH: import("@kengic/core/src/model").IKgLocale;
13
+ VI_VN: import("@kengic/core/src/model").IKgLocale;
14
+ ZH_CN: import("@kengic/core/src/model").IKgLocale;
15
15
  };
16
16
  declare let localeList: DropMenu[];
17
17
  declare const localeSetting: LocaleSetting;
@@ -1,6 +1,5 @@
1
1
  import { FormInstance, type TooltipProps } from 'ant-design-vue';
2
2
  import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
3
- import { Pinia, StoreOnActionListener } from 'pinia';
4
3
  import { ComputedRef, InjectionKey, Ref } from 'vue';
5
4
  import { IKgProps, IKgSlots, IKgModalProps } from '../component';
6
5
  /**
@@ -526,34 +525,35 @@ declare const KG: {
526
525
  * 在表格内创建时, 空白行的临时主键.
527
526
  */
528
527
  __KG__TABLE_TEMP_ID__: string;
529
- DESCRIPTION_KEY__KG: string;
528
+ DESCRIPTION_KEY__KG: string; /** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
530
529
  DESCRIPTION_KEY__WEB: string;
531
530
  DYNAMIC_QUERY_OPERATOR__BETWEEN: string;
532
531
  DYNAMIC_QUERY_OPERATOR__CONTAIN: string;
533
- DYNAMIC_QUERY_OPERATOR__EMPTY: string; /** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
532
+ DYNAMIC_QUERY_OPERATOR__EMPTY: string;
534
533
  DYNAMIC_QUERY_OPERATOR__END_WITH: string;
535
534
  DYNAMIC_QUERY_OPERATOR__EQ: string;
536
535
  DYNAMIC_QUERY_OPERATOR__GT: string;
537
536
  DYNAMIC_QUERY_OPERATOR__GTE: string;
538
537
  DYNAMIC_QUERY_OPERATOR__IN: string;
538
+ /** @deprecated 已废弃 */
539
539
  DYNAMIC_QUERY_OPERATOR__LT: string;
540
540
  DYNAMIC_QUERY_OPERATOR__LTE: string;
541
- DYNAMIC_QUERY_OPERATOR__NE: string; /**
542
- * 数据库的类型--SQLSERVER.
541
+ /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__WEB */
542
+ DYNAMIC_QUERY_OPERATOR__NE: string;
543
+ DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string; /**
544
+ * 唯一标识.
543
545
  */
544
- DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string;
545
- DYNAMIC_QUERY_OPERATOR__START_WITH: string; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
546
+ DYNAMIC_QUERY_OPERATOR__START_WITH: string;
546
547
  HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
547
548
  HTTP_HEADER__KG_BUTTON_VNAME: string;
548
- HTTP_HEADER__KG_DB_TYPE: string;
549
+ HTTP_HEADER__KG_DB_TYPE: string; /**
550
+ * 表单.
551
+ */
549
552
  HTTP_HEADER__KG_FID: string;
550
553
  HTTP_HEADER__KG_FORM_ID: string;
551
554
  HTTP_HEADER__KG_IS_DYNAMIC_QUERY: string;
552
555
  HTTP_HEADER__KG_PAGE_INDEX: string;
553
- HTTP_HEADER__KG_PAGE_SIZE: string; /**
554
- * <p>依赖注入表单数据对象.</p>
555
- * <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
556
- */
556
+ HTTP_HEADER__KG_PAGE_SIZE: string;
557
557
  HTTP_HEADER__KG_QUERY_OFFSET_SQL: string;
558
558
  HTTP_HEADER__KG_QUERY_OPERATOR_RECORD: string;
559
559
  HTTP_HEADER__KG_QUERY_ORDER_BY_SQL: string;
@@ -561,10 +561,10 @@ declare const KG: {
561
561
  HTTP_HEADER__KG_QUERY_VALUE_RECORD: string;
562
562
  HTTP_HEADER__KG_QUERY_WHERE_SQL: string;
563
563
  HTTP_HEADER__KG_QUERY_WHERE_SQL_01: string;
564
- HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string; /**
565
- * 左下侧面板.
564
+ HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string;
565
+ HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string; /**
566
+ * 右下侧面板.
566
567
  */
567
- HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string;
568
568
  HTTP_HEADER__KG_QUERY_WHERE_SQL_04: string;
569
569
  HTTP_HEADER__KG_QUERY_WHERE_SQL_05: string;
570
570
  HTTP_HEADER__KG_QUERY_WHERE_SQL_06: string;
@@ -575,19 +575,19 @@ declare const KG: {
575
575
  HTTP_HEADER__KG_QUERY_WHERE_SQL_SEGMENT_RECORD: string;
576
576
  HTTP_HEADER__KG_WAREHOUSE: string;
577
577
  HTTP_HEADER__KG_WORK_AREA: string;
578
- HTTP_HEADER__KG_WORK_STATION: string;
578
+ HTTP_HEADER__KG_WORK_STATION: string; /**
579
+ * 右上侧工具栏.
580
+ */
579
581
  LOCALE: {
580
- CS_CZ: import("@kengic/core.core/src/model").IKgLocale; /**
581
- * 右下侧工具栏.
582
- */
583
- EN: import("@kengic/core.core/src/model").IKgLocale;
584
- ES_ES: import("@kengic/core.core/src/model").IKgLocale;
585
- FR_FR: import("@kengic/core.core/src/model").IKgLocale;
586
- KM_KH: import("@kengic/core.core/src/model").IKgLocale;
587
- KO_KR: import("@kengic/core.core/src/model").IKgLocale;
588
- TH_TH: import("@kengic/core.core/src/model").IKgLocale;
589
- VI_VN: import("@kengic/core.core/src/model").IKgLocale;
590
- ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
582
+ CS_CZ: import("@kengic/core/src/model").IKgLocale;
583
+ EN: import("@kengic/core/src/model").IKgLocale;
584
+ ES_ES: import("@kengic/core/src/model").IKgLocale;
585
+ FR_FR: import("@kengic/core/src/model").IKgLocale;
586
+ KM_KH: import("@kengic/core/src/model").IKgLocale;
587
+ KO_KR: import("@kengic/core/src/model").IKgLocale;
588
+ TH_TH: import("@kengic/core/src/model").IKgLocale;
589
+ VI_VN: import("@kengic/core/src/model").IKgLocale;
590
+ ZH_CN: import("@kengic/core/src/model").IKgLocale;
591
591
  };
592
592
  LOCALE_DATA_LIST: {
593
593
  text: string;
@@ -1114,34 +1114,35 @@ declare const KG_CONST: {
1114
1114
  * 在表格内创建时, 空白行的临时主键.
1115
1115
  */
1116
1116
  __KG__TABLE_TEMP_ID__: string;
1117
- DESCRIPTION_KEY__KG: string;
1117
+ DESCRIPTION_KEY__KG: string; /** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
1118
1118
  DESCRIPTION_KEY__WEB: string;
1119
1119
  DYNAMIC_QUERY_OPERATOR__BETWEEN: string;
1120
1120
  DYNAMIC_QUERY_OPERATOR__CONTAIN: string;
1121
- DYNAMIC_QUERY_OPERATOR__EMPTY: string; /** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
1121
+ DYNAMIC_QUERY_OPERATOR__EMPTY: string;
1122
1122
  DYNAMIC_QUERY_OPERATOR__END_WITH: string;
1123
1123
  DYNAMIC_QUERY_OPERATOR__EQ: string;
1124
1124
  DYNAMIC_QUERY_OPERATOR__GT: string;
1125
1125
  DYNAMIC_QUERY_OPERATOR__GTE: string;
1126
1126
  DYNAMIC_QUERY_OPERATOR__IN: string;
1127
+ /** @deprecated 已废弃 */
1127
1128
  DYNAMIC_QUERY_OPERATOR__LT: string;
1128
1129
  DYNAMIC_QUERY_OPERATOR__LTE: string;
1129
- DYNAMIC_QUERY_OPERATOR__NE: string; /**
1130
- * 数据库的类型--SQLSERVER.
1130
+ /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__WEB */
1131
+ DYNAMIC_QUERY_OPERATOR__NE: string;
1132
+ DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string; /**
1133
+ * 唯一标识.
1131
1134
  */
1132
- DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string;
1133
- DYNAMIC_QUERY_OPERATOR__START_WITH: string; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
1135
+ DYNAMIC_QUERY_OPERATOR__START_WITH: string;
1134
1136
  HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
1135
1137
  HTTP_HEADER__KG_BUTTON_VNAME: string;
1136
- HTTP_HEADER__KG_DB_TYPE: string;
1138
+ HTTP_HEADER__KG_DB_TYPE: string; /**
1139
+ * 表单.
1140
+ */
1137
1141
  HTTP_HEADER__KG_FID: string;
1138
1142
  HTTP_HEADER__KG_FORM_ID: string;
1139
1143
  HTTP_HEADER__KG_IS_DYNAMIC_QUERY: string;
1140
1144
  HTTP_HEADER__KG_PAGE_INDEX: string;
1141
- HTTP_HEADER__KG_PAGE_SIZE: string; /**
1142
- * <p>依赖注入表单数据对象.</p>
1143
- * <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
1144
- */
1145
+ HTTP_HEADER__KG_PAGE_SIZE: string;
1145
1146
  HTTP_HEADER__KG_QUERY_OFFSET_SQL: string;
1146
1147
  HTTP_HEADER__KG_QUERY_OPERATOR_RECORD: string;
1147
1148
  HTTP_HEADER__KG_QUERY_ORDER_BY_SQL: string;
@@ -1149,10 +1150,10 @@ declare const KG_CONST: {
1149
1150
  HTTP_HEADER__KG_QUERY_VALUE_RECORD: string;
1150
1151
  HTTP_HEADER__KG_QUERY_WHERE_SQL: string;
1151
1152
  HTTP_HEADER__KG_QUERY_WHERE_SQL_01: string;
1152
- HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string; /**
1153
- * 左下侧面板.
1153
+ HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string;
1154
+ HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string; /**
1155
+ * 右下侧面板.
1154
1156
  */
1155
- HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string;
1156
1157
  HTTP_HEADER__KG_QUERY_WHERE_SQL_04: string;
1157
1158
  HTTP_HEADER__KG_QUERY_WHERE_SQL_05: string;
1158
1159
  HTTP_HEADER__KG_QUERY_WHERE_SQL_06: string;
@@ -1163,19 +1164,19 @@ declare const KG_CONST: {
1163
1164
  HTTP_HEADER__KG_QUERY_WHERE_SQL_SEGMENT_RECORD: string;
1164
1165
  HTTP_HEADER__KG_WAREHOUSE: string;
1165
1166
  HTTP_HEADER__KG_WORK_AREA: string;
1166
- HTTP_HEADER__KG_WORK_STATION: string;
1167
+ HTTP_HEADER__KG_WORK_STATION: string; /**
1168
+ * 右上侧工具栏.
1169
+ */
1167
1170
  LOCALE: {
1168
- CS_CZ: import("@kengic/core.core/src/model").IKgLocale; /**
1169
- * 右下侧工具栏.
1170
- */
1171
- EN: import("@kengic/core.core/src/model").IKgLocale;
1172
- ES_ES: import("@kengic/core.core/src/model").IKgLocale;
1173
- FR_FR: import("@kengic/core.core/src/model").IKgLocale;
1174
- KM_KH: import("@kengic/core.core/src/model").IKgLocale;
1175
- KO_KR: import("@kengic/core.core/src/model").IKgLocale;
1176
- TH_TH: import("@kengic/core.core/src/model").IKgLocale;
1177
- VI_VN: import("@kengic/core.core/src/model").IKgLocale;
1178
- ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
1171
+ CS_CZ: import("@kengic/core/src/model").IKgLocale;
1172
+ EN: import("@kengic/core/src/model").IKgLocale;
1173
+ ES_ES: import("@kengic/core/src/model").IKgLocale;
1174
+ FR_FR: import("@kengic/core/src/model").IKgLocale;
1175
+ KM_KH: import("@kengic/core/src/model").IKgLocale;
1176
+ KO_KR: import("@kengic/core/src/model").IKgLocale;
1177
+ TH_TH: import("@kengic/core/src/model").IKgLocale;
1178
+ VI_VN: import("@kengic/core/src/model").IKgLocale;
1179
+ ZH_CN: import("@kengic/core/src/model").IKgLocale;
1179
1180
  };
1180
1181
  LOCALE_DATA_LIST: {
1181
1182
  text: string;
@@ -2217,12 +2218,6 @@ interface IKgVarGridDetailDisplayTypeProperties {
2217
2218
  yValue?: any;
2218
2219
  };
2219
2220
  }
2220
- /**
2221
- * 状态管理类型定义.
2222
- */
2223
- declare type IKgStoreDefinition<GETTERS, ACTIONS> = (pinia?: Pinia | null | undefined) => GETTERS & ACTIONS & {
2224
- $onAction(callback: StoreOnActionListener<any, any, any, any>, detached?: boolean): () => void;
2225
- };
2226
2221
  /** @deprecated 已废弃, 请使用 {@link KG} */
2227
2222
  declare const KG_COMMON_CONST: {
2228
2223
  /** @deprecated 已废弃, 请使用 {@link KG.__KG__CREATE_ROW_ID__} */
@@ -2261,4 +2256,4 @@ declare const FORM_IDS: {
2261
2256
  /** @deprecated 已废弃, 请使用 {@link KG.FORM_ID__KG_VAR_CONFIG__MODAL__TABLE__VAR_GRID_CONFIG} */
2262
2257
  KG_VAR_CONFIG__MODAL__TABLE__VAR_GRID_CONFIG: string;
2263
2258
  };
2264
- export { KG, KG_APP, KG_APP_PREFIX, KG_APPS, KG_APP_PREFIXS, KG_FORM_CONTEXT, KG_CUSTOM_LEVEL, KG__API_METHOD, KG__VAR_GRID_DETAIL__DISPLAY_TYPE, KG__VAR_GRID_DETAIL__ALIGN, KG__VAR_GRID_CONFIG__OPERATION_ON_ROW_CLICK, KG_BUTTON_TYPE, KG__VAR_BUTTON__TYPE, KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__LAYOUT, KG__VAR_CONFIG_INPUT__DATA_TYPE, KG__VAR_CONFIG_INPUT__VALIDATION_TYPE, KG__VAR_CONFIG_TIP__PLACEMENT, KG__VAR_CONFIG_POSSIBILITY__DATA_SOURCE_TYPE, KG__VAR_CONFIG_POSSIBILITY__VALUE_DATA_TYPE, KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT, KG__DYNAMIC_PARAM, KG__DYNAMIC_PARAM_LIST, KG__DYNAMIC_PARAM_HASH, KG__DYNAMIC_PARAM_HASH_LIST, KG__SPAN, KG__VAR_BUTTON__EXPORT_EXCEL_SUFFIX, KG_DESCRIPTION_CODE_NAME, __KG__RESPONSE__, KG_TMP_MENU_ID__SCADA, KG_TMP_MENU_ID__DATA_MANAGER, KG_TMP_MENU_ID__BUSINESS_MANAGER, KG_TMP_MENU_ID__WCS, KG_TMP_MENU_ID__SYS, KG_TMP_MENU_ID__PDA, type IKgVarButtonModalProperties, type IKgVarSubmitConfigProperties, type IKgVarButtonProperties, type IKgVarButtonConfigProperties, type IKgVarChildDetailProperties, type IKgVarConfigDescriptionProperties, type IKgVarConfigInputProperties, type IKgVarConfigLookupProperties, type IKgVarConfigPossibilityProperties, type IKgVarConfigTipProperties, type IKgVarDdaProperties, type IKgVarGridConfigProperties, type IKgVarGridDetailProperties, type IKgVarGridMasterProperties, type IKgVarProfileConfigProperties, type IKgVarProfileDetailProperties, type IKgVarProfileMasterProperties, type IKgVarSubmitDetailProperties, type IKgVarVariableProperties, type IKgVarConfigControlControlProperties, type IKgVarGridDetailDisplayTypeProperties, type IKgStoreDefinition, KG_CONST, KG_DYNAMIC_QUERY_OPERATOR, KG_COMMON_CONST, KG_TABLE_TEMP_ID, FORM_IDS, };
2259
+ export { KG, KG_APP, KG_APP_PREFIX, KG_APPS, KG_APP_PREFIXS, KG_FORM_CONTEXT, KG_CUSTOM_LEVEL, KG__API_METHOD, KG__VAR_GRID_DETAIL__DISPLAY_TYPE, KG__VAR_GRID_DETAIL__ALIGN, KG__VAR_GRID_CONFIG__OPERATION_ON_ROW_CLICK, KG_BUTTON_TYPE, KG__VAR_BUTTON__TYPE, KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__LAYOUT, KG__VAR_CONFIG_INPUT__DATA_TYPE, KG__VAR_CONFIG_INPUT__VALIDATION_TYPE, KG__VAR_CONFIG_TIP__PLACEMENT, KG__VAR_CONFIG_POSSIBILITY__DATA_SOURCE_TYPE, KG__VAR_CONFIG_POSSIBILITY__VALUE_DATA_TYPE, KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT, KG__DYNAMIC_PARAM, KG__DYNAMIC_PARAM_LIST, KG__DYNAMIC_PARAM_HASH, KG__DYNAMIC_PARAM_HASH_LIST, KG__SPAN, KG__VAR_BUTTON__EXPORT_EXCEL_SUFFIX, KG_DESCRIPTION_CODE_NAME, __KG__RESPONSE__, KG_TMP_MENU_ID__SCADA, KG_TMP_MENU_ID__DATA_MANAGER, KG_TMP_MENU_ID__BUSINESS_MANAGER, KG_TMP_MENU_ID__WCS, KG_TMP_MENU_ID__SYS, KG_TMP_MENU_ID__PDA, type IKgVarButtonModalProperties, type IKgVarSubmitConfigProperties, type IKgVarButtonProperties, type IKgVarButtonConfigProperties, type IKgVarChildDetailProperties, type IKgVarConfigDescriptionProperties, type IKgVarConfigInputProperties, type IKgVarConfigLookupProperties, type IKgVarConfigPossibilityProperties, type IKgVarConfigTipProperties, type IKgVarDdaProperties, type IKgVarGridConfigProperties, type IKgVarGridDetailProperties, type IKgVarGridMasterProperties, type IKgVarProfileConfigProperties, type IKgVarProfileDetailProperties, type IKgVarProfileMasterProperties, type IKgVarSubmitDetailProperties, type IKgVarVariableProperties, type IKgVarConfigControlControlProperties, type IKgVarGridDetailDisplayTypeProperties, KG_CONST, KG_DYNAMIC_QUERY_OPERATOR, KG_COMMON_CONST, KG_TABLE_TEMP_ID, FORM_IDS, };
@@ -1,5 +1,5 @@
1
+ import { type IKgStoreDefinition } from '@kengic/core';
1
2
  import { CreateVarDdaQuery, ResultSetMetadataColumn, SysPermission, VarButton, VarGridDetail, VarProfileDetail, VarSubmitDetail } from '../../api/WMS/models';
2
- import { IKgStoreDefinition } from '../../model';
3
3
  export interface IKgPageDdaCreateStoreGetters {
4
4
  createVarDdaQuery: CreateVarDdaQuery;
5
5
  fid: string | null | undefined;
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * Multi-language related operations
4
4
  */
5
- import { IKgLocale } from '@kengic/core.core';
5
+ import { IKgLocale } from '@kengic/core';
6
6
  export declare function useLocale(): {
7
7
  getLocale: import("vue").ComputedRef<string>;
8
8
  getShowLocalePicker: import("vue").ComputedRef<boolean>;